Trace number 4502510

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 63f22adSAT (TO)-21104 3600.05 3609.32

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-opm2-z9-s14.opb
MD5SUM72ec871846abb3454e8801b7da208130
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-23764
Best CPU time to get the best result obtained on this benchmark1549.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4356
Total number of constraints100680
Number of constraints which are clauses100672
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 constraint4355
Number of terms in the objective function 4313
Biggest coefficient in the objective function 428
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 469022
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1562976
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 10650988
Number of bits of the biggest sum of numbers24
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-4502510-1751470686.opb'
0.00/0.06	c 	read 2.90MB  (50.56ms)
0.00/0.06	c	 [cnf: #variables 4356 #clauses 100681 #duplicates 0 #arr 240493]
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.08/0.11	c	 [group: #orbits ~= 0] (54.03ms)
0.08/0.11	c 
0.08/0.11	c detect special group actions
0.08/0.11	c 	probe for Johnson action (limit=64)
0.08/0.11	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.08/0.12	c 	probe for row symmetry (limit=64, splits=16.78M)
0.08/0.12	c 	 (4.91ms)
0.08/0.12	c 
0.08/0.12	c detect symmetries on remainder
0.08/0.12	c 	[graph: #vertices 156222 #edges 583356]
0.08/0.12	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.13	c 	 [group: #symmetries 1.00*10^0 #generators 0] (9.49ms)
0.08/0.13	c 
0.08/0.13	c finalize break order and special generators
0.08/0.13	c 
0.08/0.13	c generation finished
0.08/0.13	c 	[sbp: #constraints 0 #add_vars 0]
0.08/0.13	c 
0.08/0.13	c write result to 'HOME/instance-4502510-1751470686.opb.pre'
0.08/0.13	c 	wrote 3.00MB (6.47ms)
0.08/0.13	c ------------------------------------------------------------------
0.08/0.13	c                  54.03ms 42.83% approx_orbits
0.08/0.13	c                  50.56ms 40.08% parse
0.08/0.13	c                   9.49ms  7.53% detect_generic
0.08/0.13	c                   6.47ms  5.13% output
0.08/0.13	c                   4.91ms  3.89% detect_special
0.08/0.13	c                   0.51ms  0.41% other
0.08/0.13	c                   0.17ms  0.14% finalize_order
0.08/0.13	c         ───────────────────────────────────────────────
0.08/0.13	c                 126.15ms   100% total
0.08/0.13	c ------------------------------------------------------------------
0.08/0.16	c RoundingSat 2
0.08/0.16	c branch pb25
0.08/0.16	c commit 63f22ad
0.47/0.55	c #variables 4356 #constraints 100680
0.47/0.55	c objective is ce32 
4.85/4.98	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
4.85/4.98	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
4.85/4.98	c bounds -9027 >= -300660 @ 4.72747
5.75/5.81	c bounds -9047 >= -300660 @ 5.52786
5.75/5.81	c bounds -9047 >= -300233 @ 5.53129
6.84/6.99	c bounds -9055 >= -300233 @ 6.70307
6.94/7.02	c bounds -9055 >= -299808 @ 6.72594
11.73/11.87	c bounds -9101 >= -299808 @ 11.5401
11.83/11.90	c bounds -9101 >= -299485 @ 11.5667
31.19/31.39	c bounds -9113 >= -299485 @ 30.9348
31.29/31.40	c bounds -9113 >= -299063 @ 30.9457
31.29/31.42	c bounds -9113 >= -298646 @ 30.9689
78.06/78.32	c rational objective -31514.6
79.76/80.07	c bounds -9194 >= -298646 @ 79.3571
79.86/80.10	c bounds -9194 >= -298326 @ 79.3855
79.86/80.11	c bounds -9217 >= -298326 @ 79.3879
79.86/80.12	c bounds -9217 >= -297934 @ 79.4061
79.86/80.13	c bounds -9249 >= -297934 @ 79.4089
79.86/80.16	c bounds -9249 >= -297615 @ 79.438
79.86/80.16	c bounds -9260 >= -297615 @ 79.4405
79.86/80.18	c bounds -9260 >= -297260 @ 79.4605
79.86/80.18	c bounds -9289 >= -297260 @ 79.4629
79.96/80.20	c bounds -9289 >= -296911 @ 79.4746
79.96/80.20	c bounds -9310 >= -296911 @ 79.4781
79.96/80.20	c bounds -9338 >= -296911 @ 79.481
79.96/80.22	c bounds -9338 >= -296570 @ 79.4979
79.96/80.22	c bounds -9373 >= -296570 @ 79.5004
79.96/80.23	c bounds -9373 >= -296252 @ 79.5098
79.96/80.24	c bounds -9486 >= -296252 @ 79.5133
79.96/80.26	c bounds -9486 >= -295933 @ 79.5339
79.96/80.28	c bounds -9486 >= -295614 @ 79.5595
79.96/80.29	c bounds -9503 >= -295614 @ 79.5615
80.06/80.31	c bounds -9503 >= -295295 @ 79.5882
80.06/80.32	c bounds -9521 >= -295295 @ 79.5915
80.06/80.32	c bounds -9521 >= -294978 @ 79.5942
80.06/80.32	c bounds -9522 >= -294978 @ 79.5984
80.06/80.33	c bounds -9522 >= -294661 @ 79.6006
80.06/80.33	c bounds -9568 >= -294661 @ 79.6037
80.06/80.36	c bounds -9568 >= -294345 @ 79.6349
80.06/80.37	c bounds -9584 >= -294345 @ 79.6383
80.06/80.39	c bounds -9584 >= -294029 @ 79.658
80.06/80.39	c bounds -9695 >= -294029 @ 79.6603
80.15/80.42	c bounds -9695 >= -293713 @ 79.69
80.15/80.42	c bounds -9741 >= -293713 @ 79.6933
80.15/80.42	c bounds -9805 >= -293713 @ 79.6941
80.15/80.45	c bounds -9805 >= -293397 @ 79.7163
80.15/80.45	c bounds -9819 >= -293397 @ 79.7186
80.15/80.45	c bounds -9835 >= -293397 @ 79.7223
80.36/80.69	c bounds -9835 >= -293081 @ 79.9626
80.46/80.70	c bounds -9891 >= -293081 @ 79.965
80.46/80.70	c bounds -9979 >= -293081 @ 79.9676
80.46/80.70	c bounds -10018 >= -293081 @ 79.9702
80.46/80.71	c bounds -10049 >= -293081 @ 79.9717
80.46/80.71	c bounds -10074 >= -293081 @ 79.9742
80.46/80.71	c bounds -10141 >= -293081 @ 79.9778
80.46/80.72	c bounds -10143 >= -293081 @ 79.9794
80.46/80.72	c bounds -10162 >= -293081 @ 79.9818
80.46/80.72	c bounds -10179 >= -293081 @ 79.9844
80.55/80.80	c bounds -10179 >= -292765 @ 80.0659
80.55/80.81	c bounds -10187 >= -292765 @ 80.0695
80.55/80.81	c bounds -10205 >= -292765 @ 80.0744
80.95/81.21	c bounds -10205 >= -292449 @ 80.4755
80.95/81.22	c bounds -10230 >= -292449 @ 80.4794
80.95/81.22	c bounds -10286 >= -292449 @ 80.4812
80.95/81.22	c bounds -10299 >= -292449 @ 80.4839
80.95/81.23	c bounds -10306 >= -292449 @ 80.4857
80.95/81.24	c bounds -10368 >= -292449 @ 80.4954
80.95/81.24	c bounds -10409 >= -292449 @ 80.4983
80.95/81.24	c bounds -10454 >= -292449 @ 80.5005
80.95/81.25	c bounds -10503 >= -292449 @ 80.5029
80.95/81.25	c bounds -10534 >= -292449 @ 80.5056
80.95/81.25	c bounds -10574 >= -292449 @ 80.5064
80.95/81.25	c bounds -10667 >= -292449 @ 80.5092
80.95/81.26	c bounds -10684 >= -292449 @ 80.512
80.95/81.26	c bounds -10693 >= -292449 @ 80.5173
80.95/81.26	c bounds -10718 >= -292449 @ 80.5201
81.76/82.01	c bounds -10718 >= -292133 @ 81.2674
81.76/82.02	c bounds -10793 >= -292133 @ 81.2714
81.76/82.02	c bounds -10826 >= -292133 @ 81.2743
81.76/82.02	c bounds -10907 >= -292133 @ 81.2763
81.76/82.03	c bounds -10941 >= -292133 @ 81.28
81.76/82.03	c bounds -10945 >= -292133 @ 81.283
81.76/82.04	c bounds -10974 >= -292133 @ 81.2871
81.76/82.04	c bounds -11043 >= -292133 @ 81.2901
81.76/82.04	c bounds -11048 >= -292133 @ 81.293
81.76/82.05	c bounds -11182 >= -292133 @ 81.296
81.76/82.05	c bounds -11190 >= -292133 @ 81.299
81.76/82.05	c bounds -11263 >= -292133 @ 81.301
81.76/82.05	c bounds -11319 >= -292133 @ 81.3039
81.76/82.06	c bounds -11377 >= -292133 @ 81.3087
81.76/82.06	c bounds -11382 >= -292133 @ 81.3107
81.76/82.07	c bounds -11422 >= -292133 @ 81.3147
81.76/82.07	c bounds -11470 >= -292133 @ 81.3178
81.76/82.07	c bounds -11475 >= -292133 @ 81.3208
81.76/82.08	c bounds -11515 >= -292133 @ 81.3235
81.76/82.08	c bounds -11565 >= -292133 @ 81.3245
81.76/82.09	c bounds -11623 >= -292133 @ 81.3286
81.76/82.09	c bounds -11638 >= -292133 @ 81.3316
81.76/82.09	c bounds -11640 >= -292133 @ 81.3336
83.75/84.09	c bounds -11640 >= -291817 @ 83.3306
83.75/84.10	c bounds -11689 >= -291817 @ 83.3345
83.75/84.10	c bounds -11696 >= -291817 @ 83.3387
83.85/84.10	c bounds -11704 >= -291817 @ 83.3408
83.85/84.11	c bounds -11767 >= -291817 @ 83.3443
83.85/84.11	c bounds -11786 >= -291817 @ 83.3474
83.85/84.11	c bounds -11821 >= -291817 @ 83.3505
83.85/84.12	c bounds -11884 >= -291817 @ 83.3526
83.85/84.12	c bounds -11984 >= -291817 @ 83.3559
83.85/84.13	c bounds -12012 >= -291817 @ 83.3603
83.85/84.13	c bounds -12054 >= -291817 @ 83.3645
83.85/84.13	c bounds -12095 >= -291817 @ 83.3677
83.85/84.14	c bounds -12137 >= -291817 @ 83.3709
83.85/84.14	c bounds -12252 >= -291817 @ 83.3751
83.85/84.14	c bounds -12258 >= -291817 @ 83.3774
83.85/84.15	c bounds -12261 >= -291817 @ 83.3808
83.85/84.15	c bounds -12319 >= -291817 @ 83.3841
83.85/84.16	c bounds -12344 >= -291817 @ 83.3874
83.85/84.16	c bounds -12358 >= -291817 @ 83.3906
83.85/84.17	c bounds -12403 >= -291817 @ 83.3959
83.85/84.17	c bounds -12404 >= -291817 @ 83.4006
83.85/84.17	c bounds -12405 >= -291817 @ 83.4039
83.85/84.18	c bounds -12452 >= -291817 @ 83.4107
83.85/84.19	c bounds -12458 >= -291817 @ 83.4147
83.85/84.19	c bounds -12516 >= -291817 @ 83.418
83.85/84.19	c bounds -12561 >= -291817 @ 83.4214
83.95/84.20	c bounds -12628 >= -291817 @ 83.4247
83.95/84.20	c bounds -12675 >= -291817 @ 83.429
83.95/84.20	c bounds -12698 >= -291817 @ 83.4324
83.95/84.21	c bounds -12741 >= -291817 @ 83.4357
83.95/84.21	c bounds -12743 >= -291817 @ 83.439
83.95/84.21	c bounds -12761 >= -291817 @ 83.4423
83.95/84.22	c bounds -12793 >= -291817 @ 83.4457
83.95/84.22	c bounds -12864 >= -291817 @ 83.449
83.95/84.22	c bounds -12889 >= -291817 @ 83.4524
83.95/84.23	c bounds -12992 >= -291817 @ 83.4556
83.95/84.23	c bounds -13049 >= -291817 @ 83.458
83.95/84.23	c bounds -13116 >= -291817 @ 83.4614
83.95/84.24	c bounds -13208 >= -291817 @ 83.4657
83.95/84.24	c bounds -13304 >= -291817 @ 83.4691
83.95/84.25	c bounds -13306 >= -291817 @ 83.4724
86.54/86.86	c bounds -13306 >= -291501 @ 86.0764
86.54/86.86	c bounds -13377 >= -291501 @ 86.081
86.54/86.87	c bounds -13435 >= -291501 @ 86.0848
86.54/86.87	c bounds -13472 >= -291501 @ 86.0885
86.54/86.87	c bounds -13516 >= -291501 @ 86.0921
86.54/86.88	c bounds -13521 >= -291501 @ 86.0958
86.54/86.88	c bounds -13532 >= -291501 @ 86.0994
86.54/86.89	c bounds -13549 >= -291501 @ 86.1034
86.54/86.89	c bounds -13576 >= -291501 @ 86.1068
86.54/86.89	c bounds -13641 >= -291501 @ 86.1105
86.65/86.90	c bounds -13644 >= -291501 @ 86.1131
86.65/86.90	c bounds -13694 >= -291501 @ 86.1171
86.65/86.91	c bounds -13718 >= -291501 @ 86.1217
86.65/86.91	c bounds -13759 >= -291501 @ 86.1254
86.65/86.92	c bounds -13761 >= -291501 @ 86.1291
86.65/86.92	c bounds -13816 >= -291501 @ 86.1341
86.65/86.92	c bounds -13873 >= -291501 @ 86.1369
86.65/86.93	c bounds -13955 >= -291501 @ 86.1421
86.65/86.93	c bounds -14015 >= -291501 @ 86.1461
86.65/86.94	c bounds -14018 >= -291501 @ 86.1509
86.65/86.94	c bounds -14037 >= -291501 @ 86.1527
86.65/86.95	c bounds -14093 >= -291501 @ 86.1578
86.65/86.95	c bounds -14114 >= -291501 @ 86.1607
86.65/86.96	c bounds -14120 >= -291501 @ 86.164
86.65/86.96	c bounds -14190 >= -291501 @ 86.1698
86.65/86.97	c bounds -14219 >= -291501 @ 86.1781
86.65/86.98	c bounds -14228 >= -291501 @ 86.1831
86.65/86.98	c bounds -14270 >= -291501 @ 86.1882
86.65/86.99	c bounds -14323 >= -291501 @ 86.1933
86.65/86.99	c bounds -14328 >= -291501 @ 86.1972
86.75/87.04	c bounds -14383 >= -291501 @ 86.2409
86.75/87.05	c bounds -14384 >= -291501 @ 86.2507
86.75/87.06	c bounds -14482 >= -291501 @ 86.2576
86.75/87.09	c bounds -14484 >= -291501 @ 86.2852
86.75/87.09	c bounds -14546 >= -291501 @ 86.2906
86.75/87.10	c bounds -14570 >= -291501 @ 86.2967
86.85/87.10	c bounds -14610 >= -291501 @ 86.3022
121.96/122.39	c #Conflicts:       1000 | #Constraints:     101936
121.96/122.39	c #Conflicts:       2000 | #Constraints:     102936
121.96/122.39	c INPROCESSING
121.96/122.39	c GARBAGE COLLECT
121.96/122.39	c bounds -14633 >= -291501 @ 121.399
121.96/122.39	c bounds -14643 >= -291501 @ 121.402
122.05/122.40	c bounds -14651 >= -291501 @ 121.417
122.05/122.41	c bounds -14698 >= -291501 @ 121.42
122.05/122.41	c bounds -14756 >= -291501 @ 121.423
122.05/122.41	c bounds -14760 >= -291501 @ 121.425
122.05/122.42	c bounds -14794 >= -291501 @ 121.429
122.05/122.42	c bounds -14817 >= -291501 @ 121.431
122.05/122.42	c bounds -14819 >= -291501 @ 121.434
122.05/122.43	c bounds -14830 >= -291501 @ 121.437
122.05/122.43	c bounds -14845 >= -291501 @ 121.439
122.05/122.43	c bounds -14886 >= -291501 @ 121.442
122.05/122.44	c bounds -14915 >= -291501 @ 121.445
122.05/122.44	c bounds -14922 >= -291501 @ 121.448
122.05/122.45	c bounds -14948 >= -291501 @ 121.455
122.05/122.45	c bounds -14950 >= -291501 @ 121.458
122.05/122.45	c bounds -14967 >= -291501 @ 121.462
122.05/122.46	c bounds -14981 >= -291501 @ 121.465
122.05/122.46	c bounds -15006 >= -291501 @ 121.469
122.05/122.46	c bounds -15031 >= -291501 @ 121.472
122.05/122.47	c bounds -15052 >= -291501 @ 121.478
122.05/122.48	c bounds -15067 >= -291501 @ 121.484
122.16/122.55	c bounds -15071 >= -291501 @ 121.553
122.26/122.61	c bounds -15110 >= -291501 @ 121.613
122.26/122.63	c bounds -15231 >= -291501 @ 121.635
122.26/122.64	c bounds -15254 >= -291501 @ 121.643
122.26/122.64	c bounds -15266 >= -291501 @ 121.649
122.26/122.65	c bounds -15362 >= -291501 @ 121.66
122.26/122.66	c bounds -15378 >= -291501 @ 121.669
122.26/122.67	c bounds -15409 >= -291501 @ 121.678
122.36/122.73	c bounds -15521 >= -291501 @ 121.739
122.36/122.74	c bounds -15523 >= -291501 @ 121.746
122.36/122.75	c bounds -15524 >= -291501 @ 121.753
122.36/122.77	c bounds -15525 >= -291501 @ 121.772
122.36/122.79	c bounds -15526 >= -291501 @ 121.79
122.45/122.81	c bounds -15544 >= -291501 @ 121.815
122.45/122.84	c bounds -15585 >= -291501 @ 121.84
122.45/122.85	c bounds -15587 >= -291501 @ 121.847
122.45/122.85	c bounds -15592 >= -291501 @ 121.855
122.55/122.92	c bounds -15593 >= -291501 @ 121.916
122.55/122.92	c bounds -15594 >= -291501 @ 121.924
122.55/122.93	c bounds -15618 >= -291501 @ 121.935
122.55/122.94	c bounds -15620 >= -291501 @ 121.943
122.55/122.95	c bounds -15656 >= -291501 @ 121.954
122.55/122.98	c bounds -15765 >= -291501 @ 121.982
122.55/122.99	c bounds -15767 >= -291501 @ 121.99
122.66/123.00	c bounds -15768 >= -291501 @ 122.002
122.66/123.02	c bounds -15833 >= -291501 @ 122.019
122.76/123.18	c bounds -15848 >= -291501 @ 122.165
122.76/123.19	c bounds -15898 >= -291501 @ 122.179
122.86/123.21	c bounds -15901 >= -291501 @ 122.191
122.86/123.22	c bounds -15901 >= -291187 @ 122.21
122.96/123.35	c bounds -15901 >= -290873 @ 122.339
122.96/123.37	c bounds -15936 >= -290873 @ 122.359
128.24/128.64	c #Conflicts:       3000 | #Constraints:     102829
128.24/128.64	c bounds -15936 >= -290559 @ 127.601
128.24/128.67	c bounds -15992 >= -290559 @ 127.628
128.34/128.71	c bounds -16006 >= -290559 @ 127.672
128.34/128.73	c bounds -16033 >= -290559 @ 127.685
128.34/128.76	c bounds -16061 >= -290559 @ 127.721
128.34/128.77	c bounds -16072 >= -290559 @ 127.731
128.45/128.81	c bounds -16117 >= -290559 @ 127.764
128.45/128.82	c bounds -16119 >= -290559 @ 127.775
128.55/128.90	c bounds -16120 >= -290559 @ 127.851
128.55/128.93	c bounds -16142 >= -290559 @ 127.883
128.55/128.94	c bounds -16144 >= -290559 @ 127.894
128.55/128.96	c bounds -16146 >= -290559 @ 127.904
128.55/128.97	c bounds -16150 >= -290559 @ 127.916
128.55/128.99	c bounds -16159 >= -290559 @ 127.941
128.64/129.03	c bounds -16196 >= -290559 @ 127.98
128.64/129.05	c bounds -16198 >= -290559 @ 127.993
128.64/129.06	c bounds -16207 >= -290559 @ 128.003
128.64/129.09	c bounds -16208 >= -290559 @ 128.036
128.75/129.11	c bounds -16214 >= -290559 @ 128.055
128.75/129.16	c bounds -16250 >= -290559 @ 128.098
128.75/129.17	c bounds -16252 >= -290559 @ 128.11
128.84/129.23	c bounds -16261 >= -290559 @ 128.172
128.84/129.26	c bounds -16276 >= -290559 @ 128.195
128.94/129.30	c bounds -16283 >= -290559 @ 128.24
129.04/129.40	c bounds -16302 >= -290559 @ 128.336
129.04/129.41	c bounds -16303 >= -290559 @ 128.349
129.04/129.43	c bounds -16305 >= -290559 @ 128.362
129.04/129.44	c bounds -16306 >= -290559 @ 128.375
129.04/129.46	c bounds -16308 >= -290559 @ 128.39
129.04/129.47	c bounds -16310 >= -290559 @ 128.402
129.04/129.49	c bounds -16332 >= -290559 @ 128.419
129.14/129.50	c bounds -16333 >= -290559 @ 128.433
129.14/129.55	c bounds -16377 >= -290559 @ 128.48
129.24/129.60	c bounds -16390 >= -290559 @ 128.527
129.24/129.62	c bounds -16391 >= -290559 @ 128.543
129.24/129.64	c bounds -16489 >= -290559 @ 128.561
129.24/129.66	c bounds -16513 >= -290559 @ 128.58
129.24/129.69	c bounds -16524 >= -290559 @ 128.615
129.34/129.71	c bounds -16526 >= -290559 @ 128.637
129.34/129.73	c bounds -16573 >= -290559 @ 128.654
129.34/129.75	c bounds -16587 >= -290559 @ 128.675
129.44/129.82	c bounds -16618 >= -290559 @ 128.738
129.44/129.83	c bounds -16620 >= -290559 @ 128.754
129.54/129.97	c bounds -16639 >= -290559 @ 128.887
132.74/133.15	c #Conflicts:       4000 | #Constraints:     103878
132.74/133.15	c INPROCESSING
132.74/133.15	c GARBAGE COLLECT
132.74/133.15	c bounds -16657 >= -290559 @ 132.053
132.74/133.16	c bounds -16703 >= -290559 @ 132.068
132.74/133.17	c bounds -16715 >= -290559 @ 132.07
132.74/133.17	c bounds -16729 >= -290559 @ 132.073
132.74/133.17	c bounds -16814 >= -290559 @ 132.075
132.74/133.18	c bounds -16842 >= -290559 @ 132.08
132.74/133.18	c bounds -16877 >= -290559 @ 132.084
132.93/133.35	c bounds -16886 >= -290559 @ 132.251
132.93/133.35	c bounds -16891 >= -290559 @ 132.255
132.93/133.36	c bounds -16894 >= -290559 @ 132.258
132.93/133.37	c bounds -16920 >= -290559 @ 132.265
132.93/133.39	c bounds -16923 >= -290559 @ 132.29
133.03/133.40	c bounds -16953 >= -290559 @ 132.298
133.03/133.41	c bounds -16964 >= -290559 @ 132.305
133.03/133.41	c bounds -16967 >= -290559 @ 132.309
133.03/133.41	c bounds -16969 >= -290559 @ 132.314
133.03/133.42	c bounds -16972 >= -290559 @ 132.318
133.03/133.43	c bounds -16973 >= -290559 @ 132.325
133.03/133.45	c bounds -17065 >= -290559 @ 132.346
133.03/133.46	c bounds -17104 >= -290559 @ 132.355
133.03/133.46	c bounds -17107 >= -290559 @ 132.357
133.03/133.47	c bounds -17151 >= -290559 @ 132.367
133.03/133.48	c bounds -17178 >= -290559 @ 132.378
133.14/133.54	c bounds -17189 >= -290559 @ 132.44
133.14/133.56	c bounds -17195 >= -290559 @ 132.457
133.14/133.57	c bounds -17198 >= -290559 @ 132.461
133.14/133.57	c bounds -17200 >= -290559 @ 132.467
133.14/133.59	c bounds -17203 >= -290559 @ 132.484
133.23/133.60	c bounds -17204 >= -290559 @ 132.489
133.23/133.61	c bounds -17206 >= -290559 @ 132.499
133.23/133.62	c bounds -17210 >= -290559 @ 132.507
133.23/133.65	c bounds -17242 >= -290559 @ 132.534
133.23/133.66	c bounds -17253 >= -290559 @ 132.55
133.23/133.68	c bounds -17259 >= -290559 @ 132.565
133.43/133.80	c bounds -17309 >= -290559 @ 132.689
133.43/133.81	c bounds -17311 >= -290559 @ 132.702
133.43/133.84	c bounds -17315 >= -290559 @ 132.726
133.43/133.85	c bounds -17320 >= -290559 @ 132.741
133.43/133.86	c bounds -17323 >= -290559 @ 132.751
133.43/133.88	c bounds -17340 >= -290559 @ 132.766
133.43/133.89	c bounds -17378 >= -290559 @ 132.776
133.53/133.99	c bounds -17380 >= -290559 @ 132.873
133.64/134.04	c bounds -17395 >= -290559 @ 132.922
133.64/134.05	c bounds -17397 >= -290559 @ 132.931
133.64/134.06	c bounds -17398 >= -290559 @ 132.94
133.93/134.33	c bounds -17399 >= -290559 @ 133.212
133.93/134.35	c bounds -17399 >= -290247 @ 133.234
133.93/134.37	c bounds -17399 >= -289936 @ 133.257
134.03/134.40	c bounds -17399 >= -289625 @ 133.279
134.03/134.43	c bounds -17399 >= -289314 @ 133.309
134.13/134.56	c bounds -17399 >= -289003 @ 133.441
134.33/134.75	c bounds -17399 >= -288692 @ 133.636
134.43/134.89	c bounds -17399 >= -288381 @ 133.769
139.72/140.15	c #Conflicts:       5000 | #Constraints:     103255
139.72/140.15	c bounds -17399 >= -288070 @ 139.019
139.72/140.18	c bounds -17402 >= -288070 @ 139.049
139.82/140.23	c bounds -17410 >= -288070 @ 139.095
139.82/140.26	c bounds -17450 >= -288070 @ 139.124
139.92/140.36	c bounds -17453 >= -288070 @ 139.229
139.92/140.38	c bounds -17455 >= -288070 @ 139.246
140.02/140.43	c bounds -17456 >= -288070 @ 139.294
140.02/140.44	c bounds -17458 >= -288070 @ 139.309
140.02/140.47	c bounds -17459 >= -288070 @ 139.334
140.02/140.49	c bounds -17493 >= -288070 @ 139.35
140.11/140.51	c bounds -17513 >= -288070 @ 139.376
140.21/140.61	c bounds -17518 >= -288070 @ 139.47
140.21/140.67	c bounds -17532 >= -288070 @ 139.533
140.42/140.82	c bounds -17541 >= -288070 @ 139.678
140.42/140.83	c bounds -17543 >= -288070 @ 139.694
140.52/140.92	c bounds -17546 >= -288070 @ 139.781
142.91/143.31	c #Conflicts:       6000 | #Constraints:     104276
142.91/143.31	c INPROCESSING
142.91/143.31	c GARBAGE COLLECT
142.91/143.31	c bounds -17555 >= -288070 @ 142.141
142.91/143.33	c bounds -17572 >= -288070 @ 142.166
142.91/143.34	c bounds -17574 >= -288070 @ 142.17
142.91/143.34	c bounds -17577 >= -288070 @ 142.174
142.91/143.37	c bounds -17589 >= -288070 @ 142.2
142.91/143.38	c bounds -17604 >= -288070 @ 142.211
143.01/143.41	c bounds -17618 >= -288070 @ 142.236
143.01/143.42	c bounds -17642 >= -288070 @ 142.246
143.01/143.42	c bounds -17646 >= -288070 @ 142.254
143.01/143.44	c bounds -17647 >= -288070 @ 142.266
143.01/143.45	c bounds -17667 >= -288070 @ 142.275
143.21/143.66	c bounds -17694 >= -288070 @ 142.48
143.31/143.75	c bounds -17720 >= -288070 @ 142.579
145.81/146.20	c #Conflicts:       7000 | #Constraints:     103221
145.81/146.20	c #Conflicts:       8000 | #Constraints:     104221
145.81/146.20	c bounds -17727 >= -288070 @ 145.008
145.81/146.22	c bounds -17727 >= -287761 @ 145.029
145.81/146.24	c bounds -17727 >= -287453 @ 145.05
145.81/146.27	c bounds -17727 >= -287147 @ 145.078
145.81/146.28	c bounds -17727 >= -286842 @ 145.081
145.81/146.28	c bounds -17727 >= -286538 @ 145.087
145.81/146.28	c bounds -17727 >= -286234 @ 145.091
145.91/146.36	c bounds -17727 >= -285930 @ 145.165
146.11/146.58	c bounds -17727 >= -285626 @ 145.387
147.10/147.52	c bounds -17727 >= -285322 @ 146.32
148.20/148.61	c bounds -17727 >= -285018 @ 147.412
159.08/159.50	c #Conflicts:       9000 | #Constraints:     105265
159.08/159.50	c INPROCESSING
159.08/159.50	c GARBAGE COLLECT
159.08/159.50	c bounds -17727 >= -284714 @ 158.266
163.57/164.00	c #Conflicts:      10000 | #Constraints:     103953
163.57/164.00	c #Conflicts:      11000 | #Constraints:     104953
163.57/164.00	c #Conflicts:      12000 | #Constraints:     105953
163.57/164.00	c INPROCESSING
163.57/164.00	c GARBAGE COLLECT
163.57/164.00	c bounds -17766 >= -284714 @ 162.742
163.67/164.14	c bounds -17767 >= -284714 @ 162.882
163.67/164.17	c bounds -17784 >= -284714 @ 162.912
163.77/164.28	c bounds -17805 >= -284714 @ 163.017
163.77/164.29	c bounds -17812 >= -284714 @ 163.023
164.07/164.57	c bounds -17816 >= -284714 @ 163.306
164.07/164.59	c bounds -17816 >= -284411 @ 163.327
164.16/164.64	c bounds -17847 >= -284411 @ 163.371
164.16/164.67	c bounds -17847 >= -284108 @ 163.404
165.46/165.97	c bounds -17847 >= -283805 @ 164.698
165.66/166.17	c bounds -17854 >= -283805 @ 164.896
180.83/181.36	c #Conflicts:      13000 | #Constraints:     104418
180.83/181.36	c #Conflicts:      14000 | #Constraints:     105418
180.83/181.36	c #Conflicts:      15000 | #Constraints:     106418
180.83/181.36	c INPROCESSING
180.83/181.36	c GARBAGE COLLECT
180.83/181.36	c bounds -17859 >= -283805 @ 180.045
180.83/181.36	c bounds -17884 >= -283805 @ 180.048
180.83/181.37	c bounds -17906 >= -283805 @ 180.063
180.83/181.38	c bounds -17925 >= -283805 @ 180.065
180.93/181.41	c bounds -17934 >= -283805 @ 180.096
180.93/181.43	c bounds -17935 >= -283805 @ 180.111
180.93/181.43	c bounds -17945 >= -283805 @ 180.117
180.93/181.44	c bounds -17951 >= -283805 @ 180.127
180.93/181.47	c bounds -17957 >= -283805 @ 180.16
181.03/181.54	c bounds -17963 >= -283805 @ 180.222
181.13/181.67	c bounds -17965 >= -283805 @ 180.355
181.43/182.00	c bounds -17975 >= -283805 @ 180.675
181.73/182.23	c bounds -18023 >= -283805 @ 180.908
181.83/182.36	c bounds -18026 >= -283805 @ 181.032
181.83/182.38	c bounds -18039 >= -283805 @ 181.052
181.83/182.39	c bounds -18051 >= -283805 @ 181.064
181.93/182.43	c bounds -18064 >= -283805 @ 181.109
181.93/182.49	c bounds -18073 >= -283805 @ 181.163
182.03/182.56	c bounds -18078 >= -283805 @ 181.231
182.12/182.68	c bounds -18080 >= -283805 @ 181.352
182.93/183.47	c bounds -18082 >= -283805 @ 182.131
182.93/183.49	c bounds -18082 >= -283503 @ 182.152
183.03/183.54	c bounds -18082 >= -283201 @ 182.21
187.31/187.87	c #Conflicts:      16000 | #Constraints:     104662
187.31/187.87	c #Conflicts:      17000 | #Constraints:     105662
187.31/187.87	c #Conflicts:      18000 | #Constraints:     106662
187.31/187.87	c INPROCESSING
187.31/187.87	c GARBAGE COLLECT
187.31/187.87	c bounds -18083 >= -283201 @ 186.495
187.31/187.88	c bounds -18092 >= -283201 @ 186.504
187.31/187.89	c bounds -18097 >= -283201 @ 186.515
187.41/187.94	c bounds -18102 >= -283201 @ 186.563
187.41/187.95	c bounds -18107 >= -283201 @ 186.573
187.41/187.97	c bounds -18109 >= -283201 @ 186.599
187.41/187.99	c bounds -18118 >= -283201 @ 186.62
187.52/188.02	c bounds -18153 >= -283201 @ 186.646
187.52/188.05	c bounds -18156 >= -283201 @ 186.673
187.52/188.06	c bounds -18162 >= -283201 @ 186.682
187.52/188.06	c bounds -18167 >= -283201 @ 186.69
187.62/188.13	c bounds -18170 >= -283201 @ 186.756
188.21/188.75	c bounds -18196 >= -283201 @ 187.367
188.62/189.11	c bounds -18199 >= -283201 @ 187.724
188.62/189.13	c bounds -18199 >= -282900 @ 187.751
188.62/189.15	c bounds -18199 >= -282600 @ 187.767
188.62/189.18	c bounds -18199 >= -282302 @ 187.803
188.71/189.21	c bounds -18199 >= -282005 @ 187.824
188.71/189.23	c bounds -18199 >= -281709 @ 187.845
188.71/189.25	c bounds -18199 >= -281413 @ 187.865
188.81/189.39	c bounds -18199 >= -281117 @ 188.011
189.21/189.78	c bounds -18199 >= -280821 @ 188.399
190.61/191.17	c #Conflicts:      19000 | #Constraints:     104707
190.61/191.17	c bounds -18199 >= -280525 @ 189.783
195.30/195.86	c #Conflicts:      20000 | #Constraints:     105713
195.30/195.86	c #Conflicts:      21000 | #Constraints:     106713
195.30/195.86	c INPROCESSING
195.30/195.86	c GARBAGE COLLECT
195.30/195.86	c bounds -18201 >= -280525 @ 194.416
195.40/195.97	c bounds -18209 >= -280525 @ 194.52
195.40/195.97	c bounds -18226 >= -280525 @ 194.526
195.40/195.98	c bounds -18274 >= -280525 @ 194.533
195.50/196.01	c bounds -18287 >= -280525 @ 194.565
195.50/196.04	c bounds -18292 >= -280525 @ 194.59
195.50/196.06	c bounds -18300 >= -280525 @ 194.612
195.50/196.09	c bounds -18305 >= -280525 @ 194.643
195.69/196.20	c bounds -18306 >= -280525 @ 194.752
195.69/196.21	c bounds -18309 >= -280525 @ 194.764
195.69/196.22	c bounds -18322 >= -280525 @ 194.77
195.99/196.56	c bounds -18327 >= -280525 @ 195.108
195.99/196.57	c bounds -18330 >= -280525 @ 195.117
196.19/196.78	c #Conflicts:      22000 | #Constraints:     104509
196.19/196.78	c bounds -18331 >= -280525 @ 195.325
196.29/196.83	c bounds -18332 >= -280525 @ 195.38
196.29/196.87	c bounds -18355 >= -280525 @ 195.414
196.89/197.47	c bounds -18373 >= -280525 @ 196.005
197.09/197.66	c bounds -18388 >= -280525 @ 196.191
197.09/197.66	c bounds -18388 >= -280233 @ 196.196
197.09/197.69	c bounds -18388 >= -279942 @ 196.223
197.19/197.79	c bounds -18388 >= -279652 @ 196.324
199.88/200.44	c bounds -18388 >= -279362 @ 198.967
199.88/200.46	c bounds -18420 >= -279362 @ 198.99
199.98/200.58	c bounds -18439 >= -279362 @ 199.105
200.08/200.60	c bounds -18453 >= -279362 @ 199.128
200.08/200.65	c bounds -18463 >= -279362 @ 199.178
204.77/205.32	c #Conflicts:      23000 | #Constraints:     105534
204.77/205.32	c #Conflicts:      24000 | #Constraints:     106534
204.77/205.32	c #Conflicts:      25000 | #Constraints:     107537
204.77/205.32	c INPROCESSING
204.77/205.32	c GARBAGE COLLECT
204.77/205.32	c bounds -18470 >= -279362 @ 203.808
204.77/205.36	c bounds -18471 >= -279362 @ 203.853
204.77/205.37	c bounds -18473 >= -279362 @ 203.86
204.77/205.37	c bounds -18492 >= -279362 @ 203.864
204.77/205.38	c bounds -18501 >= -279362 @ 203.869
204.77/205.38	c bounds -18629 >= -279362 @ 203.875
204.87/205.47	c bounds -18636 >= -279362 @ 203.966
204.87/205.49	c bounds -18651 >= -279362 @ 203.983
204.97/205.52	c bounds -18659 >= -279362 @ 204.013
204.97/205.53	c bounds -18693 >= -279362 @ 204.023
204.97/205.54	c bounds -18715 >= -279362 @ 204.03
205.57/206.13	c bounds -18737 >= -279362 @ 204.603
205.57/206.15	c bounds -18743 >= -279362 @ 204.622
206.07/206.60	c bounds -18745 >= -279362 @ 205.064
206.07/206.64	c bounds -18753 >= -279362 @ 205.108
206.07/206.65	c bounds -18769 >= -279362 @ 205.119
209.76/210.34	c #Conflicts:      26000 | #Constraints:     105126
209.76/210.34	WSVECS04 Frhs2[477]: 6 0 90 shouldn't be
209.76/210.34	WSVECS04 Frhs2[478]: 6 0 1.00004 shouldn't be
209.76/210.34	WSVECS04 Frhs2[489]: 6 0 86 shouldn't be
209.76/210.34	WSVECS04 Frhs2[503]: 6 0 63.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
209.76/210.34	WSVECS04 Frhs2[901]: 6 0 62.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[928]: 6 0 45.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[929]: 6 0 61.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[930]: 6 0 54.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
209.76/210.34	WSVECS04 Frhs2[954]: 6 0 33.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[961]: 6 0 43.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1062]: 6 0 143 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1102]: 6 0 74.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1151]: 6 0 71.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1289]: 6 0 8.00004 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1334]: 6 0 14 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1356]: 6 0 96.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1365]: 6 0 84 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1388]: 6 0 97.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1440]: 6 0 25 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1452]: 6 0 94.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1458]: 6 0 33.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1462]: 6 0 74.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1541]: 6 0 70 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1569]: 6 0 131 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1630]: 6 0 188 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1653]: 6 0 27 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1655]: 6 0 178 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1716]: 6 0 153 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1738]: 6 0 90.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1768]: 6 0 95.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1791]: 6 0 31.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1820]: 6 0 17.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1845]: 6 0 66.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1859]: 6 0 36.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
209.76/210.34	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2102]: 6 0 69.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2123]: 6 0 92.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2144]: 6 0 87.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2158]: 6 0 71 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2177]: 6 0 139 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2198]: 6 0 97.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2299]: 6 0 87.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2318]: 6 0 22.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2319]: 6 0 39.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2397]: 6 0 99.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2632]: 6 0 80.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2639]: 6 0 136 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2660]: 6 0 189 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2712]: 6 0 81.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2729]: 6 0 88 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2760]: 6 0 80.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2899]: 6 0 98.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
209.76/210.34	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3131]: 6 0 88.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3153]: 6 0 72 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3180]: 6 0 74.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3280]: 6 0 50.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3570]: 6 0 19.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3630]: 6 0 97.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3631]: 6 0 94.0001 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
209.76/210.34	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
209.76/210.34	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
213.35/213.93	c bounds -18778 >= -279362 @ 212.333
213.35/213.96	c bounds -18778 >= -279076 @ 212.356
213.35/213.96	c bounds -18778 >= -278791 @ 212.361
213.35/213.98	c bounds -18778 >= -278506 @ 212.381
213.56/214.14	c bounds -18778 >= -278221 @ 212.539
216.84/217.45	c #Conflicts:      27000 | #Constraints:     106142
216.84/217.45	c bounds -18778 >= -277936 @ 215.842
229.42/230.10	c #Conflicts:      28000 | #Constraints:     107145
229.42/230.10	c #Conflicts:      29000 | #Constraints:     108145
229.42/230.10	c INPROCESSING
229.42/230.10	c GARBAGE COLLECT
229.42/230.10	c bounds -18779 >= -277936 @ 228.442
229.52/230.11	c bounds -18779 >= -277652 @ 228.458
229.71/230.32	c bounds -18786 >= -277652 @ 228.66
229.71/230.34	c bounds -18786 >= -277370 @ 228.682
229.71/230.36	c bounds -18786 >= -277088 @ 228.706
229.71/230.39	c bounds -18786 >= -276807 @ 228.732
229.81/230.41	c bounds -18786 >= -276526 @ 228.754
229.91/230.55	c bounds -18786 >= -276245 @ 228.895
230.42/231.04	c bounds -18786 >= -275964 @ 229.383
233.61/234.25	c bounds -18786 >= -275683 @ 232.587
233.61/234.28	c bounds -18797 >= -275683 @ 232.615
233.71/234.30	c bounds -18829 >= -275683 @ 232.636
233.71/234.32	c bounds -18848 >= -275683 @ 232.65
233.71/234.34	c bounds -18866 >= -275683 @ 232.678
233.71/234.38	c bounds -18876 >= -275683 @ 232.709
233.71/234.39	c bounds -18911 >= -275683 @ 232.725
233.80/234.41	c bounds -18925 >= -275683 @ 232.739
233.80/234.43	c bounds -18969 >= -275683 @ 232.766
233.80/234.46	c bounds -18980 >= -275683 @ 232.793
239.99/240.61	c #Conflicts:      30000 | #Constraints:     105567
239.99/240.61	c #Conflicts:      31000 | #Constraints:     106567
239.99/240.61	c #Conflicts:      32000 | #Constraints:     107567
239.99/240.61	c #Conflicts:      33000 | #Constraints:     108567
239.99/240.61	c INPROCESSING
239.99/240.61	c GARBAGE COLLECT
239.99/240.61	c bounds -18982 >= -275683 @ 238.908
239.99/240.61	c bounds -18993 >= -275683 @ 238.912
240.09/240.75	c bounds -19010 >= -275683 @ 239.046
240.09/240.75	c bounds -19011 >= -275683 @ 239.052
240.09/240.77	c bounds -19018 >= -275683 @ 239.067
240.09/240.78	c bounds -19032 >= -275683 @ 239.074
240.19/240.80	c bounds -19035 >= -275683 @ 239.099
240.19/240.87	c bounds -19036 >= -275683 @ 239.163
240.19/240.87	c bounds -19056 >= -275683 @ 239.168
241.78/242.42	c bounds -19067 >= -275683 @ 240.703
241.88/242.57	c bounds -19072 >= -275683 @ 240.849
241.88/242.59	c bounds -19072 >= -275404 @ 240.871
241.98/242.61	c bounds -19072 >= -275125 @ 240.892
270.11/270.86	c bounds -19072 >= -274846 @ 268.995
270.21/270.95	c bounds -19072 >= -274567 @ 269.085
270.91/271.65	c #Conflicts:      34000 | #Constraints:     105769
270.91/271.65	c bounds -19072 >= -274288 @ 269.777
270.91/271.67	c bounds -19077 >= -274288 @ 269.798
270.91/271.69	c bounds -19088 >= -274288 @ 269.815
271.02/271.71	c bounds -19117 >= -274288 @ 269.829
271.02/271.72	c bounds -19141 >= -274288 @ 269.848
271.02/271.74	c bounds -19163 >= -274288 @ 269.863
271.02/271.76	c bounds -19166 >= -274288 @ 269.88
281.29/282.09	c #Conflicts:      35000 | #Constraints:     106784
281.29/282.09	c #Conflicts:      36000 | #Constraints:     107784
281.29/282.09	c #Conflicts:      37000 | #Constraints:     108784
281.29/282.09	c INPROCESSING
281.29/282.09	c GARBAGE COLLECT
281.29/282.09	c #Conflicts:      38000 | #Constraints:     105759
281.29/282.09	c bounds -19174 >= -274288 @ 280.147
281.39/282.12	c bounds -19174 >= -274010 @ 280.173
281.39/282.13	c bounds -19174 >= -273733 @ 280.184
281.39/282.16	c bounds -19174 >= -273456 @ 280.217
281.68/282.47	c bounds -19174 >= -273179 @ 280.521
281.98/282.76	c bounds -19174 >= -272902 @ 280.816
283.28/284.00	c bounds -19174 >= -272625 @ 282.048
313.12/313.93	c #Conflicts:      39000 | #Constraints:     106789
313.12/313.93	c #Conflicts:      40000 | #Constraints:     107789
313.12/313.93	c #Conflicts:      41000 | #Constraints:     108789
313.12/313.93	c INPROCESSING
313.12/313.93	c GARBAGE COLLECT
313.12/313.93	c #Conflicts:      42000 | #Constraints:     105579
313.12/313.93	c #Conflicts:      43000 | #Constraints:     106579
313.12/313.93	c #Conflicts:      44000 | #Constraints:     107579
313.12/313.93	c #Conflicts:      45000 | #Constraints:     108579
313.12/313.93	c #Conflicts:      46000 | #Constraints:     109579
313.12/313.93	c INPROCESSING
313.12/313.93	c GARBAGE COLLECT
313.12/313.93	c #Conflicts:      47000 | #Constraints:     106165
313.12/313.93	c #Conflicts:      48000 | #Constraints:     107165
313.12/313.93	c #Conflicts:      49000 | #Constraints:     108165
313.12/313.93	c #Conflicts:      50000 | #Constraints:     109165
313.12/313.93	c #Conflicts:      51000 | #Constraints:     110165
313.12/313.93	c INPROCESSING
313.12/313.93	c GARBAGE COLLECT
313.12/313.93	c bounds -19183 >= -272625 @ 311.813
313.12/313.94	c bounds -19185 >= -272625 @ 311.82
313.61/314.45	c bounds -19188 >= -272625 @ 312.331
313.61/314.46	c bounds -19197 >= -272625 @ 312.34
313.61/314.49	c bounds -19215 >= -272625 @ 312.363
314.21/315.01	c bounds -19233 >= -272625 @ 312.882
317.40/318.24	c #Conflicts:      52000 | #Constraints:     106579
317.40/318.24	c bounds -19254 >= -272625 @ 316.091
317.40/318.25	c bounds -19254 >= -272350 @ 316.096
317.40/318.27	c bounds -19254 >= -272075 @ 316.119
317.40/318.28	c bounds -19254 >= -271801 @ 316.127
318.20/319.01	c bounds -19254 >= -271527 @ 316.858
364.98/365.95	c #Conflicts:      53000 | #Constraints:     107595
364.98/365.95	c #Conflicts:      54000 | #Constraints:     108595
364.98/365.95	c #Conflicts:      55000 | #Constraints:     109595
364.98/365.95	c #Conflicts:      56000 | #Constraints:     110595
364.98/365.95	c INPROCESSING
364.98/365.95	c GARBAGE COLLECT
364.98/365.95	c #Conflicts:      57000 | #Constraints:     106774
364.98/365.95	c #Conflicts:      58000 | #Constraints:     107774
364.98/365.95	c #Conflicts:      59000 | #Constraints:     108779
364.98/365.95	c #Conflicts:      60000 | #Constraints:     109787
364.98/365.95	c #Conflicts:      61000 | #Constraints:     110790
364.98/365.95	c INPROCESSING
364.98/365.95	c GARBAGE COLLECT
364.98/365.95	c rational objective -31514.6
366.78/367.70	c bounds -19276 >= -271527 @ 365.22
366.78/367.71	c bounds -19287 >= -271527 @ 365.226
366.78/367.72	c bounds -19308 >= -271527 @ 365.231
366.78/367.72	c bounds -19309 >= -271527 @ 365.237
366.78/367.73	c bounds -19316 >= -271527 @ 365.243
366.78/367.74	c bounds -19335 >= -271527 @ 365.257
366.78/367.75	c bounds -19338 >= -271527 @ 365.265
366.87/367.80	c bounds -19345 >= -271527 @ 365.309
366.87/367.83	c bounds -19366 >= -271527 @ 365.338
367.38/368.35	c bounds -19382 >= -271527 @ 365.854
368.08/369.05	c bounds -19383 >= -271527 @ 366.541
368.08/369.07	c bounds -19387 >= -271527 @ 366.557
369.37/370.36	c #Conflicts:      62000 | #Constraints:     106794
369.37/370.36	c bounds -19397 >= -271527 @ 367.837
370.97/371.99	c bounds -19398 >= -271527 @ 369.458
371.07/372.01	c bounds -19398 >= -271254 @ 369.482
371.07/372.04	c bounds -19398 >= -270983 @ 369.507
371.07/372.06	c bounds -19398 >= -270712 @ 369.53
371.76/372.75	c bounds -19398 >= -270441 @ 370.215
372.26/373.24	c #Conflicts:      63000 | #Constraints:     107819
372.26/373.24	c bounds -19398 >= -270170 @ 370.701
388.82/389.88	c #Conflicts:      64000 | #Constraints:     108831
388.82/389.88	c #Conflicts:      65000 | #Constraints:     109832
388.82/389.88	c #Conflicts:      66000 | #Constraints:     110835
388.82/389.88	c bounds -19398 >= -269899 @ 387.262
388.92/390.00	c bounds -19400 >= -269899 @ 387.373
389.33/390.31	c INPROCESSING
389.33/390.31	c GARBAGE COLLECT
389.33/390.31	c bounds -19402 >= -269899 @ 387.684
389.42/390.40	c bounds -19410 >= -269899 @ 387.768
389.42/390.49	c bounds -19413 >= -269899 @ 387.865
389.82/390.87	c bounds -19423 >= -269899 @ 388.233
389.82/390.88	c bounds -19431 >= -269899 @ 388.25
389.92/390.93	c bounds -19437 >= -269899 @ 388.294
390.61/391.63	c #Conflicts:      67000 | #Constraints:     106614
390.61/391.63	c bounds -19446 >= -269899 @ 388.992
390.72/391.71	c bounds -19447 >= -269899 @ 389.075
390.72/391.73	c bounds -19455 >= -269899 @ 389.088
391.03/392.04	c bounds -19456 >= -269899 @ 389.401
391.13/392.17	c bounds -19480 >= -269899 @ 389.533
391.13/392.19	c bounds -19485 >= -269899 @ 389.547
391.22/392.25	c bounds -19492 >= -269899 @ 389.607
391.22/392.26	c bounds -19500 >= -269899 @ 389.622
391.42/392.41	c bounds -19505 >= -269899 @ 389.769
391.42/392.43	c bounds -19529 >= -269899 @ 389.784
391.82/392.89	c bounds -19530 >= -269899 @ 390.244
392.22/393.29	c bounds -19553 >= -269899 @ 390.629
392.41/393.41	c bounds -19557 >= -269899 @ 390.75
392.41/393.45	c bounds -19558 >= -269899 @ 390.788
392.41/393.49	c bounds -19569 >= -269899 @ 390.831
392.61/393.64	c bounds -19583 >= -269899 @ 390.981
393.41/394.43	c bounds -19595 >= -269899 @ 391.758
394.41/395.46	c #Conflicts:      68000 | #Constraints:     107638
394.41/395.46	c bounds -19605 >= -269899 @ 392.79
405.09/406.17	c #Conflicts:      69000 | #Constraints:     108639
405.09/406.17	c #Conflicts:      70000 | #Constraints:     109640
405.09/406.17	c #Conflicts:      71000 | #Constraints:     110643
405.09/406.17	c #Conflicts:      72000 | #Constraints:     111649
405.09/406.17	c INPROCESSING
405.09/406.17	c GARBAGE COLLECT
405.09/406.17	c bounds -19612 >= -269899 @ 403.421
405.09/406.18	c bounds -19640 >= -269899 @ 403.431
405.19/406.21	c bounds -19643 >= -269899 @ 403.463
405.19/406.22	c bounds -19648 >= -269899 @ 403.475
405.19/406.27	c bounds -19664 >= -269899 @ 403.524
431.72/432.86	c bounds -19666 >= -269899 @ 429.956
431.92/433.06	c bounds -19667 >= -269899 @ 430.149
432.21/433.34	c bounds -19675 >= -269899 @ 430.43
432.21/433.37	c bounds -19720 >= -269899 @ 430.458
432.71/433.86	c #Conflicts:      73000 | #Constraints:     107219
432.71/433.86	c bounds -19727 >= -269899 @ 430.945
432.71/433.89	c bounds -19727 >= -269629 @ 430.966
432.71/433.89	c bounds -19727 >= -269359 @ 430.969
432.81/433.91	c bounds -19727 >= -269089 @ 430.992
432.92/434.06	c bounds -19727 >= -268819 @ 431.137
433.51/434.63	c bounds -19727 >= -268549 @ 431.703
433.51/434.65	c bounds -19730 >= -268549 @ 431.72
436.01/437.18	c bounds -19730 >= -268279 @ 434.243
436.50/437.63	c bounds -19733 >= -268279 @ 434.691
462.44/463.64	c #Conflicts:      74000 | #Constraints:     108251
462.44/463.64	c #Conflicts:      75000 | #Constraints:     109251
462.44/463.64	c #Conflicts:      76000 | #Constraints:     110251
462.44/463.64	c #Conflicts:      77000 | #Constraints:     111251
462.44/463.64	c bounds -19733 >= -268009 @ 460.612
462.64/463.82	c bounds -19735 >= -268009 @ 460.79
462.64/463.84	c bounds -19762 >= -268009 @ 460.813
462.73/463.98	c bounds -19763 >= -268009 @ 460.95
462.84/464.01	c bounds -19765 >= -268009 @ 460.977
462.84/464.03	c bounds -19771 >= -268009 @ 461.001
462.84/464.06	c bounds -19774 >= -268009 @ 461.032
462.95/464.15	c bounds -19804 >= -268009 @ 461.121
462.95/464.17	c bounds -19820 >= -268009 @ 461.143
463.04/464.23	c bounds -19822 >= -268009 @ 461.203
463.24/464.48	c bounds -19823 >= -268009 @ 461.446
463.34/464.59	c bounds -19825 >= -268009 @ 461.553
463.44/464.68	c bounds -19830 >= -268009 @ 461.646
463.63/464.82	c #Conflicts:      78000 | #Constraints:     112269
463.63/464.82	c INPROCESSING
463.63/464.82	c GARBAGE COLLECT
463.63/464.82	c bounds -19832 >= -268009 @ 461.78
463.63/464.83	c bounds -19840 >= -268009 @ 461.79
463.63/464.84	c bounds -19844 >= -268009 @ 461.796
463.73/464.91	c bounds -19859 >= -268009 @ 461.871
463.73/464.97	c bounds -19863 >= -268009 @ 461.932
464.23/465.46	c bounds -19873 >= -268009 @ 462.416
464.84/466.01	c bounds -19875 >= -268009 @ 462.961
464.84/466.05	c bounds -19881 >= -268009 @ 462.997
465.03/466.23	c bounds -19891 >= -268009 @ 463.176
465.03/466.25	c bounds -19899 >= -268009 @ 463.188
517.89/519.25	c #Conflicts:      79000 | #Constraints:     107644
517.89/519.25	c #Conflicts:      80000 | #Constraints:     108644
517.89/519.25	c #Conflicts:      81000 | #Constraints:     109644
517.89/519.25	c #Conflicts:      82000 | #Constraints:     110644
517.89/519.25	c #Conflicts:      83000 | #Constraints:     111644
517.89/519.25	c #Conflicts:      84000 | #Constraints:     112644
517.89/519.25	c INPROCESSING
517.89/519.25	c GARBAGE COLLECT
517.89/519.25	c rational objective -31514.5
626.59/628.21	c #Conflicts:      85000 | #Constraints:     107830
626.59/628.21	c #Conflicts:      86000 | #Constraints:     108830
626.59/628.21	c #Conflicts:      87000 | #Constraints:     109830
626.59/628.21	c #Conflicts:      88000 | #Constraints:     110830
626.59/628.21	c #Conflicts:      89000 | #Constraints:     111830
626.59/628.21	c #Conflicts:      90000 | #Constraints:     112830
626.59/628.21	c INPROCESSING
626.59/628.21	c GARBAGE COLLECT
626.59/628.21	c #Conflicts:      91000 | #Constraints:     107822
626.59/628.21	c #Conflicts:      92000 | #Constraints:     108822
626.59/628.21	c #Conflicts:      93000 | #Constraints:     109822
626.59/628.21	c #Conflicts:      94000 | #Constraints:     110823
626.59/628.21	c #Conflicts:      95000 | #Constraints:     111824
626.59/628.21	c #Conflicts:      96000 | #Constraints:     112827
626.59/628.21	c INPROCESSING
626.59/628.21	c GARBAGE COLLECT
626.59/628.21	c #Conflicts:      97000 | #Constraints:     107630
626.59/628.21	c #Conflicts:      98000 | #Constraints:     108632
626.59/628.21	c #Conflicts:      99000 | #Constraints:     109633
626.59/628.21	c #Conflicts:     100000 | #Constraints:     110636
626.59/628.21	c #Conflicts:     101000 | #Constraints:     111638
626.59/628.21	c #Conflicts:     102000 | #Constraints:     112639
626.59/628.21	c #Conflicts:     103000 | #Constraints:     113639
626.59/628.21	c INPROCESSING
626.59/628.21	c GARBAGE COLLECT
626.59/628.21	c #Conflicts:     104000 | #Constraints:     108229
626.59/628.21	c #Conflicts:     105000 | #Constraints:     109229
626.59/628.21	c #Conflicts:     106000 | #Constraints:     110229
626.59/628.21	c #Conflicts:     107000 | #Constraints:     111229
626.59/628.21	c #Conflicts:     108000 | #Constraints:     112229
626.59/628.21	c #Conflicts:     109000 | #Constraints:     113229
626.59/628.21	c #Conflicts:     110000 | #Constraints:     114229
626.59/628.21	c INPROCESSING
626.59/628.21	c GARBAGE COLLECT
626.59/628.21	c rational objective -31514.4
695.62/697.48	c #Conflicts:     111000 | #Constraints:     108630
695.62/697.48	c #Conflicts:     112000 | #Constraints:     109630
695.62/697.48	c #Conflicts:     113000 | #Constraints:     110630
695.62/697.48	c #Conflicts:     114000 | #Constraints:     111630
695.62/697.48	c #Conflicts:     115000 | #Constraints:     112630
695.62/697.48	c #Conflicts:     116000 | #Constraints:     113630
695.62/697.48	c #Conflicts:     117000 | #Constraints:     114630
695.62/697.48	c INPROCESSING
695.62/697.48	c GARBAGE COLLECT
695.62/697.48	c #Conflicts:     118000 | #Constraints:     108826
695.62/697.48	c #Conflicts:     119000 | #Constraints:     109828
695.62/697.48	c #Conflicts:     120000 | #Constraints:     110831
695.62/697.48	c #Conflicts:     121000 | #Constraints:     111836
695.62/697.48	c #Conflicts:     122000 | #Constraints:     112843
695.62/697.48	c #Conflicts:     123000 | #Constraints:     113848
695.62/697.48	c #Conflicts:     124000 | #Constraints:     114850
695.62/697.48	c INPROCESSING
695.62/697.48	c GARBAGE COLLECT
695.62/697.48	c rational objective -31514.3
697.52/699.38	c bounds -19942 >= -268009 @ 695.003
697.62/699.40	c bounds -19966 >= -268009 @ 695.02
697.62/699.41	c bounds -19988 >= -268009 @ 695.027
701.01/702.87	c #Conflicts:     125000 | #Constraints:     108836
701.01/702.87	c bounds -19997 >= -268009 @ 698.463
701.01/702.89	c bounds -19997 >= -267740 @ 698.488
701.11/702.92	c bounds -19997 >= -267472 @ 698.512
701.11/702.92	c bounds -19997 >= -267207 @ 698.52
701.11/702.93	c bounds -19997 >= -266942 @ 698.526
701.11/702.95	c bounds -19997 >= -266679 @ 698.549
701.11/702.97	c bounds -19997 >= -266417 @ 698.562
701.21/703.04	c bounds -19997 >= -266155 @ 698.639
703.90/705.74	WSVECS04 Frhs2[3]: 6 -30.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[6]: 6 0 8.00009 shouldn't be
703.90/705.74	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[35]: 6 -2.00002 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[66]: 6 -25.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[79]: 6 -22.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[80]: 6 -14 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[84]: 6 -4.00007 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[101]: 6 -22.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[112]: 6 -3.00002 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[126]: 6 -16.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[133]: 6 -2.00003 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[135]: 6 -21.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[147]: 6 -11 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[166]: 6 -6.00003 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[167]: 6 -2.00004 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[174]: 6 -15.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[175]: 6 -9.00007 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[188]: 6 -16 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[190]: 6 -6.00001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[191]: 6 -27 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[194]: 6 -15 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[196]: 6 -31 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[212]: 6 -7.00003 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[215]: 6 -19.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[233]: 6 -2.00004 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[234]: 6 -20.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[256]: 6 -24 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[257]: 6 -26.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[258]: 6 0 15.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[260]: 6 -4.00003 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[280]: 6 -10.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[281]: 6 -8.00008 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[284]: 6 -26.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[297]: 6 -8.00002 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[300]: 6 -12 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[302]: 6 -9.00006 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[319]: 6 -30.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[348]: 6 0 1.00009 shouldn't be
703.90/705.74	WSVECS04 Frhs2[359]: 6 0 34.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[373]: 6 -11.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[378]: 6 -4.00005 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[380]: 6 -3.00002 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[391]: 6 0 7.00005 shouldn't be
703.90/705.74	WSVECS04 Frhs2[392]: 6 -9.00001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[416]: 6 -9.00002 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[418]: 6 -16.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[419]: 6 -6.00009 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[421]: 6 -5.00005 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[437]: 6 -4.00005 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[441]: 6 -8.00007 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[475]: 6 0 1.00006 shouldn't be
703.90/705.74	WSVECS04 Frhs2[503]: 6 0 63 shouldn't be
703.90/705.74	WSVECS04 Frhs2[504]: 6 0 14.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[506]: 6 -69 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[509]: 6 0 7.00009 shouldn't be
703.90/705.74	WSVECS04 Frhs2[512]: 6 0 42.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[520]: 6 0 6.00004 shouldn't be
703.90/705.74	WSVECS04 Frhs2[530]: 6 0 22.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[531]: 6 0 9.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[550]: 6 -31 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
703.90/705.74	WSVECS04 Frhs2[561]: 6 0 12.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[562]: 6 0 4.00006 shouldn't be
703.90/705.74	WSVECS04 Frhs2[583]: 6 0 88 shouldn't be
703.90/705.74	WSVECS04 Frhs2[597]: 6 -52 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[624]: 6 0 43 shouldn't be
703.90/705.74	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[642]: 6 -50.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[659]: 6 -13.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[660]: 6 -36.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[661]: 6 -22.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[670]: 6 0 27.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[682]: 6 -30.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[701]: 6 -57.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[707]: 6 0 6.00004 shouldn't be
703.90/705.74	WSVECS04 Frhs2[745]: 6 -42 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[789]: 6 -30 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[790]: 6 -35 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[796]: 6 0 56.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[797]: 6 0 10 shouldn't be
703.90/705.74	WSVECS04 Frhs2[799]: 6 0 14.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[819]: 6 0 42 shouldn't be
703.90/705.74	WSVECS04 Frhs2[820]: 6 0 54 shouldn't be
703.90/705.74	WSVECS04 Frhs2[823]: 6 0 25.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[829]: 6 0 5.00003 shouldn't be
703.90/705.74	WSVECS04 Frhs2[830]: 6 0 2.00001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[844]: 6 -41 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[845]: 6 -64 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[869]: 6 0 3.00008 shouldn't be
703.90/705.74	WSVECS04 Frhs2[871]: 6 0 1.00009 shouldn't be
703.90/705.74	WSVECS04 Frhs2[883]: 6 0 53.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[887]: 6 -44.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[903]: 6 0 15 shouldn't be
703.90/705.74	WSVECS04 Frhs2[929]: 6 0 61 shouldn't be
703.90/705.74	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
703.90/705.74	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1015]: 6 0 1.00009 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1027]: 6 0 86.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1133]: 6 -101 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1164]: 6 0 1.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1175]: 6 -16.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1176]: 6 -21.0001 0 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1184]: 6 0 93 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1231]: 6 0 72.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1262]: 6 0 131 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1264]: 6 0 48 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1303]: 6 0 60.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1305]: 6 0 141 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1385]: 6 0 114 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1522]: 6 0 42.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1569]: 6 0 131 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1655]: 6 0 178 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1660]: 6 0 157 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1744]: 6 0 191 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1764]: 6 0 182 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1775]: 6 0 152 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1790]: 6 0 126 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1810]: 6 0 142 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1824]: 6 0 88.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1863]: 6 0 95 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
703.90/705.74	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2005]: 6 0 102 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2067]: 6 0 83.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2089]: 6 0 142 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2108]: 6 0 210 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2162]: 6 0 186 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2182]: 6 0 216 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2225]: 6 0 186 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2227]: 6 0 228 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2235]: 6 0 4.00006 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2247]: 6 0 195 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2248]: 6 0 184 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2270]: 6 0 206 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2306]: 6 0 108 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2328]: 6 0 231 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2364]: 6 0 87.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2388]: 6 0 49.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2434]: 6 0 7.00007 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2447]: 6 0 123 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2472]: 6 0 171 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2473]: 6 0 186 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2504]: 6 0 275 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2547]: 6 0 257 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2550]: 6 0 213 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2553]: 6 0 115 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2567]: 6 0 65.0001 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2592]: 6 0 274 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2596]: 6 0 42 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
703.90/705.74	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2665]: 6 0 271 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2744]: 6 0 272 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2766]: 6 0 163 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2808]: 6 0 58 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2965]: 6 0 327 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2987]: 6 0 92.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2990]: 6 0 327 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
703.90/705.75	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3006]: 6 0 299 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3008]: 6 0 118 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3009]: 6 0 277 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3010]: 6 0 190 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3020]: 6 0 33.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3028]: 6 0 322 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3033]: 6 0 219 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3034]: 6 0 316 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3053]: 6 0 267 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3092]: 6 0 22.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3146]: 6 0 79.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3205]: 6 0 24 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3243]: 6 0 221 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3272]: 6 0 46.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3278]: 6 0 65.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3426]: 6 0 347 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3442]: 6 0 319 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3445]: 6 0 303 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3467]: 6 0 373 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3490]: 6 0 293 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3511]: 6 0 245 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3512]: 6 0 158 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3532]: 6 0 151 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3533]: 6 0 214 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3551]: 6 0 246 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3701]: 6 0 258 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3711]: 6 0 98.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3791]: 6 0 44.0001 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3812]: 6 0 242 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3926]: 6 0 221 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3946]: 6 0 211 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3990]: 6 0 284 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3992]: 6 0 158 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
703.90/705.75	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4161]: 6 0 309 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
703.90/705.75	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[105]: 6 -29.0001 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[326]: 6 -8.00002 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[377]: 6 -13.0001 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[411]: 6 -3.00007 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[431]: 6 -15.0001 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[478]: 6 0 1.00008 shouldn't be
708.39/710.23	WSVECS04 Frhs2[513]: 6 0 7.00001 shouldn't be
708.39/710.23	WSVECS04 Frhs2[535]: 6 0 2.00005 shouldn't be
708.39/710.23	WSVECS04 Frhs2[553]: 6 -44.0001 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[563]: 6 0 5.00006 shouldn't be
708.39/710.23	WSVECS04 Frhs2[598]: 6 -13.0001 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[751]: 6 -20 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[824]: 6 0 6.00008 shouldn't be
708.39/710.23	WSVECS04 Frhs2[828]: 6 0 34 shouldn't be
708.39/710.23	WSVECS04 Frhs2[925]: 6 -7.00005 0 shouldn't be
708.39/710.23	WSVECS04 Frhs2[926]: 6 0 1.0001 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1081]: 6 0 7.00006 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1160]: 6 0 2.00003 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1181]: 6 0 1.00006 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1274]: 6 0 6.00007 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1281]: 6 0 3.00007 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1381]: 6 0 10.0001 shouldn't be
708.39/710.23	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
708.39/710.23	WSVECS04 Frhs2[2088]: 6 0 15 shouldn't be
708.39/710.23	WSVECS04 Frhs2[2147]: 6 0 17.0001 shouldn't be
708.39/710.23	WSVECS04 Frhs2[2181]: 6 0 24.0001 shouldn't be
708.39/710.23	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
708.39/710.23	WSVECS04 Frhs2[2843]: 6 0 2.00006 shouldn't be
708.39/710.23	WSVECS04 Frhs2[3160]: 6 0 2.00003 shouldn't be
715.27/717.18	WSVECS04 Frhs2[87]: 6 0 21.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[259]: 6 -2.0001 0 shouldn't be
715.27/717.18	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
715.27/717.18	WSVECS04 Frhs2[275]: 6 -10 0 shouldn't be
715.27/717.18	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
715.27/717.18	WSVECS04 Frhs2[477]: 6 0 90.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
715.27/717.18	WSVECS04 Frhs2[536]: 6 0 60 shouldn't be
715.27/717.18	WSVECS04 Frhs2[575]: 6 -20.0001 0 shouldn't be
715.27/717.18	WSVECS04 Frhs2[602]: 6 0 26 shouldn't be
715.27/717.18	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
715.27/717.18	WSVECS04 Frhs2[687]: 6 0 45 shouldn't be
715.27/717.18	WSVECS04 Frhs2[711]: 6 0 60.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[728]: 6 0 13.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[731]: 6 0 53.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
715.27/717.18	WSVECS04 Frhs2[838]: 6 0 41 shouldn't be
715.27/717.18	WSVECS04 Frhs2[840]: 6 0 68.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[862]: 6 0 83.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[882]: 6 0 69 shouldn't be
715.27/717.18	WSVECS04 Frhs2[935]: 6 0 31.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[953]: 6 0 1.00003 shouldn't be
715.27/717.18	WSVECS04 Frhs2[954]: 6 0 33.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[958]: 6 0 55.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
715.27/717.18	WSVECS04 Frhs2[963]: 6 0 38 shouldn't be
715.27/717.18	WSVECS04 Frhs2[975]: 6 0 25.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[976]: 6 0 63 shouldn't be
715.27/717.18	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
715.27/717.18	WSVECS04 Frhs2[985]: 6 0 39.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[994]: 6 0 16 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1005]: 6 0 61.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1013]: 6 0 59 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1022]: 6 0 13.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1045]: 6 0 16 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1056]: 6 0 1.00002 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1080]: 6 0 53 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1102]: 6 0 74.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1114]: 6 0 4.00003 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1120]: 6 0 76.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1124]: 6 0 14.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1139]: 6 0 6.00009 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1179]: 6 0 15 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1180]: 6 0 32.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1222]: 6 0 46 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1243]: 6 0 58.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1246]: 6 0 12 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1252]: 6 0 41.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1254]: 6 0 36.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1255]: 6 0 60.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1261]: 6 0 29.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1277]: 6 0 98.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1279]: 6 0 46 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1299]: 6 0 4.00009 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1300]: 6 0 103 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1301]: 6 0 90.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1302]: 6 0 11 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1316]: 6 0 29.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1321]: 6 0 130 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1322]: 6 0 42.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1326]: 6 0 118 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1328]: 6 0 38.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1329]: 6 0 139 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1341]: 6 0 80.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1345]: 6 0 17 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1358]: 6 0 26.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1359]: 6 0 84.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1406]: 6 0 9.00008 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1407]: 6 0 65 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1409]: 6 0 11.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1411]: 6 0 4.00007 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1416]: 6 0 53 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1437]: 6 0 119 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1439]: 6 0 60 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1457]: 6 0 59.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1458]: 6 0 33.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1480]: 6 0 47.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1485]: 6 0 84.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1486]: 6 0 49.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1487]: 6 0 89 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1497]: 6 0 77 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1501]: 6 0 73.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1509]: 6 0 59.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1517]: 6 0 6.00004 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1525]: 6 0 3.00008 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1535]: 6 0 36.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1550]: 6 0 52 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1558]: 6 0 39 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1566]: 6 0 95.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1575]: 6 0 87.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1580]: 6 0 33.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1584]: 6 0 151 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1592]: 6 0 9.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1602]: 6 0 74.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1636]: 6 0 82 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1637]: 6 0 9.00001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1662]: 6 0 79.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1684]: 6 0 15.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1685]: 6 0 80.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1691]: 6 0 34.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1700]: 6 0 89.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1702]: 6 0 153 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1704]: 6 0 36 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1710]: 6 0 89.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1725]: 6 0 82.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1742]: 6 0 119 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1748]: 6 0 40.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1756]: 6 0 24 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1767]: 6 0 104 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1769]: 6 0 37.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1777]: 6 0 48.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1779]: 6 0 128 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1792]: 6 0 75.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1811]: 6 0 85.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1812]: 6 0 161 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1829]: 6 0 38 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1839]: 6 0 68 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1845]: 6 0 66 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1875]: 6 0 8.00006 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1876]: 6 0 62 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1899]: 6 0 1.00001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1924]: 6 0 49 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1925]: 6 0 28.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1935]: 6 0 49 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1960]: 6 0 39.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1964]: 6 0 7.00007 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1975]: 6 0 70.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1994]: 6 0 79 shouldn't be
715.27/717.18	WSVECS04 Frhs2[1995]: 6 0 6.00006 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2030]: 6 0 112 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2048]: 6 0 10.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2064]: 6 0 6.00002 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2068]: 6 0 41.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2069]: 6 0 35 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2081]: 6 0 32.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2084]: 6 0 22.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2093]: 6 0 7.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2094]: 6 0 127 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2095]: 6 0 30.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2120]: 6 0 109 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2128]: 6 0 72.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2140]: 6 0 32.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2149]: 6 0 52.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2161]: 6 0 56 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2170]: 6 0 66 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2183]: 6 0 94 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2201]: 6 0 85 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2223]: 6 0 38.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2232]: 6 0 23.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2245]: 6 0 35.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2261]: 6 0 72.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2268]: 6 0 12.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2318]: 6 0 22.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2319]: 6 0 39 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2325]: 6 0 42 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2359]: 6 0 66.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2411]: 6 0 7.00008 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2446]: 6 0 4.00004 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2480]: 6 0 53.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2492]: 6 0 203 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2522]: 6 0 130 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2542]: 6 0 37.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2546]: 6 0 49.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2561]: 6 0 35 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2562]: 6 0 27.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2565]: 6 0 11.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2568]: 6 0 50 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2576]: 6 0 23 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2622]: 6 0 21.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2647]: 6 0 38.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2657]: 6 0 19 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2763]: 6 0 80.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2779]: 6 0 88.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2810]: 6 0 34.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2823]: 6 0 14.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2901]: 6 0 64.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2962]: 6 0 71.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2970]: 6 0 31.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2980]: 6 0 50.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[2995]: 6 0 99 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3054]: 6 0 132 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3139]: 6 0 73.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3145]: 6 0 14.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3201]: 6 0 98.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3341]: 6 0 16.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3343]: 6 0 47.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3513]: 6 0 87.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3570]: 6 0 19.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3631]: 6 0 94.0001 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3653]: 6 0 11 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
715.27/717.18	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
723.65/725.51	WSVECS04 Frhs2[558]: 6 0 17.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[580]: 6 0 42.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[949]: 6 0 54 shouldn't be
723.65/725.51	WSVECS04 Frhs2[950]: 6 0 29.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[957]: 6 0 26.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[961]: 6 0 43.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[969]: 6 0 27 shouldn't be
723.65/725.51	WSVECS04 Frhs2[970]: 6 0 117 shouldn't be
723.65/725.51	WSVECS04 Frhs2[972]: 6 0 85.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[982]: 6 0 88.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[986]: 6 0 40 shouldn't be
723.65/725.51	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
723.65/725.51	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
723.65/725.51	WSVECS04 Frhs2[993]: 6 0 78.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1002]: 6 0 29.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1006]: 6 0 9.00005 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1016]: 6 0 65 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1034]: 6 0 11 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1055]: 6 0 35.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1074]: 6 0 36.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1077]: 6 0 17.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1096]: 6 0 46 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1123]: 6 0 43.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1140]: 6 0 84.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1141]: 6 0 11.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1142]: 6 0 109 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1157]: 6 0 26.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1186]: 6 0 98.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1201]: 6 0 14 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1203]: 6 0 141 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1206]: 6 0 71 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1208]: 6 0 66 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1224]: 6 0 46 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1227]: 6 0 18 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1229]: 6 0 89 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1248]: 6 0 97.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1253]: 6 0 17.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1267]: 6 0 109 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1273]: 6 0 101 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1288]: 6 0 20.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1289]: 6 0 8.00005 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1291]: 6 0 49.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1296]: 6 0 9.00006 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1319]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1337]: 6 0 10.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1357]: 6 0 80 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1383]: 6 0 87.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1417]: 6 0 9.00007 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1424]: 6 0 11.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1440]: 6 0 25.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1442]: 6 0 116 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1449]: 6 0 21.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1452]: 6 0 94 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1459]: 6 0 90 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1462]: 6 0 74.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1465]: 6 0 20 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1468]: 6 0 38 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1469]: 6 0 41.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1470]: 6 0 45.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1475]: 6 0 62 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1482]: 6 0 18.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1491]: 6 0 89.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1495]: 6 0 9.00009 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1508]: 6 0 25 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1512]: 6 0 78.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1518]: 6 0 3.00004 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1547]: 6 0 62.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1552]: 6 0 44.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1557]: 6 0 72.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1638]: 6 0 178 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1644]: 6 0 54 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1666]: 6 0 78 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1669]: 6 0 86.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1681]: 6 0 33.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1682]: 6 0 100 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1687]: 6 0 33.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1699]: 6 0 62 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1707]: 6 0 147 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1709]: 6 0 11.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1711]: 6 0 10 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1720]: 6 0 164 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1724]: 6 0 20.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1730]: 6 0 30 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1731]: 6 0 63.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1732]: 6 0 15.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1733]: 6 0 51.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1735]: 6 0 99 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1746]: 6 0 33 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1750]: 6 0 92.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1763]: 6 0 61 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1768]: 6 0 95.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1789]: 6 0 128 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1791]: 6 0 31.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1816]: 6 0 24.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1837]: 6 0 24.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1843]: 6 0 41.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1864]: 6 0 37.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1867]: 6 0 16.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1871]: 6 0 27 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1872]: 6 0 116 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1889]: 6 0 54.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1908]: 6 0 82.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1945]: 6 0 47 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1946]: 6 0 56.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1949]: 6 0 75 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1970]: 6 0 83 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1972]: 6 0 13.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1996]: 6 0 86 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1997]: 6 0 101 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1998]: 6 0 6.00008 shouldn't be
723.65/725.51	WSVECS04 Frhs2[1999]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2026]: 6 0 60 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2037]: 6 0 53.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2039]: 6 0 62.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2046]: 6 0 18.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2047]: 6 0 31 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2091]: 6 0 65.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2101]: 6 0 66.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2102]: 6 0 69.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2129]: 6 0 93 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2138]: 6 0 155 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2139]: 6 0 107 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2148]: 6 0 32.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2158]: 6 0 71 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2164]: 6 0 108 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2166]: 6 0 168 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2167]: 6 0 131 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2169]: 6 0 79.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2194]: 6 0 93.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2206]: 6 0 143 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2211]: 6 0 42.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2241]: 6 0 43.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2242]: 6 0 47.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2255]: 6 0 75.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2256]: 6 0 16.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2272]: 6 0 47.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2282]: 6 0 184 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2299]: 6 0 87 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2321]: 6 0 74 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2358]: 6 0 75.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2366]: 6 0 94.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2372]: 6 0 71.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2398]: 6 0 61.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2409]: 6 0 98 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2420]: 6 0 52.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2449]: 6 0 74 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2454]: 6 0 92.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2496]: 6 0 107 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2515]: 6 0 154 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2518]: 6 0 130 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2539]: 6 0 79.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2571]: 6 0 5.00003 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2593]: 6 0 213 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2613]: 6 0 50.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2614]: 6 0 81.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2632]: 6 0 80.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2661]: 6 0 62.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2666]: 6 0 15.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2673]: 6 0 23.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2674]: 6 0 32.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2708]: 6 0 124 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2722]: 6 0 84.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2774]: 6 0 48.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2791]: 6 0 75.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2795]: 6 0 65.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2803]: 6 0 93.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2818]: 6 0 97.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2829]: 6 0 74.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2865]: 6 0 69 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2890]: 6 0 50.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2899]: 6 0 98.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2903]: 6 0 26.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2910]: 6 0 125 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2918]: 6 0 222 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2921]: 6 0 46.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2960]: 6 0 128 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2963]: 6 0 101 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2964]: 6 0 29 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2978]: 6 0 127 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2991]: 6 0 94 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2993]: 6 0 53.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[2998]: 6 0 227 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3013]: 6 0 113 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3023]: 6 0 39.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3029]: 6 0 102 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3030]: 6 0 170 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3051]: 6 0 53.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3052]: 6 0 178 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3094]: 6 0 42.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3095]: 6 0 94 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3106]: 6 0 59.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3117]: 6 0 81 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3118]: 6 0 54 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3131]: 6 0 88 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3149]: 6 0 54 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3152]: 6 0 67.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3159]: 6 0 54.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3168]: 6 0 121 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3180]: 6 0 74 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3182]: 6 0 52.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3188]: 6 0 93 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3191]: 6 0 83 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3217]: 6 0 27 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3239]: 6 0 49.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3255]: 6 0 27 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3269]: 6 0 66.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3291]: 6 0 87.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3304]: 6 0 91 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3306]: 6 0 3.00005 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3311]: 6 0 55.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3319]: 6 0 64.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3332]: 6 0 92.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3334]: 6 0 99 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3352]: 6 0 49 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3376]: 6 0 175 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3377]: 6 0 70 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3396]: 6 0 210 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3397]: 6 0 47 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3399]: 6 0 184 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3421]: 6 0 189 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3423]: 6 0 51 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3443]: 6 0 149 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3446]: 6 0 173 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3491]: 6 0 181 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3492]: 6 0 69.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3508]: 6 0 130 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3516]: 6 0 93.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3528]: 6 0 48.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3573]: 6 0 186 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3596]: 6 0 76.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3651]: 6 0 92 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3652]: 6 0 88.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3726]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3728]: 6 0 69 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3735]: 6 0 79.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3736]: 6 0 70.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3741]: 6 0 83.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3749]: 6 0 77.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3752]: 6 0 69.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3756]: 6 0 48.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3762]: 6 0 49.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3808]: 6 0 98 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3815]: 6 0 99.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3831]: 6 0 64.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3888]: 6 0 64 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3905]: 6 0 79.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3908]: 6 0 33 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3949]: 6 0 76 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3962]: 6 0 43.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3972]: 6 0 57.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[3978]: 6 0 12 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4012]: 6 0 217 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4018]: 6 0 47.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4053]: 6 0 172 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4227]: 6 0 87.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4250]: 6 0 90 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4278]: 6 0 74.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4283]: 6 0 62 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4302]: 6 0 87.0001 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
723.65/725.51	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
727.04/728.90	c bounds -19997 >= -265893 @ 724.335
728.14/730.08	c bounds -19997 >= -265631 @ 725.514
758.77/760.78	c #Conflicts:     126000 | #Constraints:     109879
758.77/760.78	c #Conflicts:     127000 | #Constraints:     110879
758.77/760.78	c #Conflicts:     128000 | #Constraints:     111879
758.77/760.78	c #Conflicts:     129000 | #Constraints:     112879
758.77/760.78	c #Conflicts:     130000 | #Constraints:     113879
758.77/760.78	c bounds -19997 >= -265369 @ 756.127
759.07/761.02	c bounds -20005 >= -265369 @ 756.36
759.17/761.14	c bounds -20017 >= -265369 @ 756.484
759.26/761.23	c bounds -20019 >= -265369 @ 756.576
759.26/761.29	c bounds -20025 >= -265369 @ 756.63
759.36/761.31	c bounds -20032 >= -265369 @ 756.655
759.36/761.34	c bounds -20047 >= -265369 @ 756.679
759.46/761.49	c bounds -20058 >= -265369 @ 756.834
760.07/762.00	c #Conflicts:     131000 | #Constraints:     114895
760.07/762.00	c bounds -20066 >= -265369 @ 757.341
760.27/762.29	c bounds -20067 >= -265369 @ 757.622
760.36/762.32	c bounds -20068 >= -265369 @ 757.652
760.36/762.35	c bounds -20073 >= -265369 @ 757.681
760.46/762.42	c bounds -20078 >= -265369 @ 757.753
761.27/763.23	c bounds -20087 >= -265369 @ 758.556
761.96/763.92	c INPROCESSING
761.96/763.92	c GARBAGE COLLECT
761.96/763.92	c bounds -20097 >= -265369 @ 759.236
765.75/767.70	c #Conflicts:     132000 | #Constraints:     108667
765.75/767.70	c #Conflicts:     133000 | #Constraints:     109667
765.75/767.70	c bounds -20101 >= -265369 @ 762.957
776.92/778.94	c #Conflicts:     134000 | #Constraints:     110668
776.92/778.94	c #Conflicts:     135000 | #Constraints:     111668
776.92/778.94	c #Conflicts:     136000 | #Constraints:     112668
776.92/778.94	c #Conflicts:     137000 | #Constraints:     113668
776.92/778.94	c #Conflicts:     138000 | #Constraints:     114668
776.92/778.94	c #Conflicts:     139000 | #Constraints:     115668
776.92/778.94	c INPROCESSING
776.92/778.94	c GARBAGE COLLECT
776.92/778.94	c bounds -20106 >= -265369 @ 774.124
776.92/778.95	c bounds -20108 >= -265369 @ 774.136
776.92/778.97	c bounds -20125 >= -265369 @ 774.148
776.92/778.97	c bounds -20127 >= -265369 @ 774.154
776.92/778.99	c bounds -20130 >= -265369 @ 774.169
776.92/779.00	c bounds -20138 >= -265369 @ 774.178
777.03/779.04	c bounds -20150 >= -265369 @ 774.219
777.03/779.04	c bounds -20166 >= -265369 @ 774.226
777.03/779.05	c bounds -20188 >= -265369 @ 774.232
777.23/779.23	c bounds -20195 >= -265369 @ 774.408
777.23/779.25	c bounds -20198 >= -265369 @ 774.425
777.23/779.29	c bounds -20214 >= -265369 @ 774.464
777.43/779.45	c bounds -20247 >= -265369 @ 774.621
777.93/779.97	c bounds -20256 >= -265369 @ 775.131
779.22/781.24	c #Conflicts:     140000 | #Constraints:     109274
779.22/781.24	c bounds -20266 >= -265369 @ 776.4
779.52/781.51	c bounds -20268 >= -265369 @ 776.665
779.52/781.53	c bounds -20268 >= -265109 @ 776.687
779.52/781.55	c bounds -20268 >= -264849 @ 776.711
779.52/781.56	c bounds -20268 >= -264589 @ 776.724
779.52/781.57	c bounds -20268 >= -264330 @ 776.729
779.52/781.59	c bounds -20268 >= -264071 @ 776.744
779.62/781.63	c bounds -20268 >= -263812 @ 776.793
779.92/781.95	c bounds -20268 >= -263553 @ 777.11
780.52/782.50	c bounds -20268 >= -263294 @ 777.654
781.32/783.34	c bounds -20282 >= -263294 @ 778.485
785.70/787.76	c #Conflicts:     141000 | #Constraints:     110318
785.70/787.76	c bounds -20282 >= -263035 @ 782.896
785.80/787.89	c bounds -20298 >= -263035 @ 783.019
785.90/787.91	c bounds -20304 >= -263035 @ 783.044
785.90/787.94	c bounds -20319 >= -263035 @ 783.07
785.90/787.97	c bounds -20324 >= -263035 @ 783.102
785.90/788.00	c bounds -20325 >= -263035 @ 783.126
786.01/788.02	c bounds -20367 >= -263035 @ 783.152
786.01/788.06	c bounds -20401 >= -263035 @ 783.186
786.11/788.10	c bounds -20461 >= -263035 @ 783.231
786.11/788.16	c bounds -20469 >= -263035 @ 783.283
788.10/790.11	c #Conflicts:     142000 | #Constraints:     111333
788.10/790.11	c bounds -20470 >= -263035 @ 785.227
798.57/800.63	c #Conflicts:     143000 | #Constraints:     112334
798.57/800.63	c #Conflicts:     144000 | #Constraints:     113334
798.57/800.63	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[38]: 6 -31 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[221]: 6 -3.00007 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[227]: 6 -25.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[268]: 6 -10.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[345]: 6 -2.00007 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[403]: 6 -25.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[488]: 6 -49 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[544]: 6 -16.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[592]: 6 -5.00009 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[714]: 6 -47.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[742]: 6 -34.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[784]: 6 -32.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[806]: 6 -47 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[876]: 6 -37.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[896]: 6 -46 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[940]: 6 -40 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1042]: 6 -41.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1064]: 6 -36.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1085]: 6 -15.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1105]: 6 -83.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1152]: 6 -38.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1215]: 6 -65 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1216]: 6 -40.0001 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1520]: 6 -90 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1585]: 6 -138 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[1717]: 6 -121 0 shouldn't be
798.57/800.63	WSVECS04 Frhs2[2155]: 6 -118 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[17]: 6 -23.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[18]: 6 -9.00002 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[42]: 6 -35.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[53]: 6 -11 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[75]: 6 -33 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[113]: 6 -17.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[267]: 6 -10.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[361]: 6 -23 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[368]: 6 -21.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[383]: 6 -9.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[387]: 6 -4.00003 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[425]: 6 -15 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[545]: 6 -50.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[674]: 6 -45.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[676]: 6 -24 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[780]: 6 -43 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[834]: 6 -63 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[878]: 6 -32 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[915]: 6 -7.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[921]: 6 -12.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[1021]: 6 -15 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[1171]: 6 -43 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[1238]: 6 -65.0001 0 shouldn't be
801.87/803.94	WSVECS04 Frhs2[2133]: 6 -119 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[97]: 6 -35.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[120]: 6 -6.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[315]: 6 -14.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[364]: 6 -9.00008 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[406]: 6 -8.00003 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[408]: 6 -32 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[487]: 6 -35 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[523]: 6 -35 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[525]: 6 -42.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[546]: 6 -11 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[568]: 6 -49 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[590]: 6 -49 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[611]: 6 -57 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[632]: 6 -42.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[654]: 6 -51 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[655]: 6 -55.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[693]: 6 -45.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[697]: 6 -42 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[699]: 6 -33 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[719]: 6 -57 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[720]: 6 -21.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[738]: 6 -58.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[741]: 6 -67 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[762]: 6 -64.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[763]: 6 -41.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[765]: 6 -58.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[833]: 6 -68 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[856]: 6 -15.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[859]: 6 -10 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[875]: 6 -52.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[880]: 6 -52.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[902]: 6 -14.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[937]: 6 -63 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1018]: 6 -36.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1063]: 6 -39 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1065]: 6 -64.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1146]: 6 -56 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1148]: 6 -105 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1150]: 6 -9.00008 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1174]: 6 -28.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1237]: 6 -8.00004 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1240]: 6 -48 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1257]: 6 -81 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1259]: 6 -94.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1260]: 6 -72.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1330]: 6 -40.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1333]: 6 -63 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1352]: 6 -96.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1375]: 6 -8.00002 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1379]: 6 -58.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1396]: 6 -72 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1398]: 6 -9.00006 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1419]: 6 -63 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1521]: 6 -113 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1542]: 6 -12 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1544]: 6 -98.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1629]: 6 -130 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1695]: 6 -68.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1813]: 6 -82.0001 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[1855]: 6 -24 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[2638]: 6 -2.00003 0 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
806.26/808.37	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
806.26/808.37	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
863.53/865.72	c #Conflicts:     145000 | #Constraints:     114335
863.53/865.72	c #Conflicts:     146000 | #Constraints:     115335
863.53/865.72	c #Conflicts:     147000 | #Constraints:     116335
863.53/865.72	c INPROCESSING
863.53/865.72	c GARBAGE COLLECT
863.53/865.72	c rational objective -31514.3
865.42/867.62	c bounds -20481 >= -263035 @ 862.393
865.42/867.63	c bounds -20492 >= -263035 @ 862.398
865.62/867.89	c bounds -20503 >= -263035 @ 862.656
865.72/867.91	c bounds -20508 >= -263035 @ 862.673
865.72/867.92	c bounds -20518 >= -263035 @ 862.682
865.72/867.93	c bounds -20521 >= -263035 @ 862.691
865.72/867.99	c bounds -20524 >= -263035 @ 862.756
865.82/868.01	c bounds -20529 >= -263035 @ 862.773
865.82/868.03	c bounds -20530 >= -263035 @ 862.788
865.82/868.04	c bounds -20541 >= -263035 @ 862.799
865.82/868.05	c bounds -20548 >= -263035 @ 862.816
865.82/868.08	c bounds -20551 >= -263035 @ 862.847
865.82/868.10	c bounds -20554 >= -263035 @ 862.861
865.93/868.12	c bounds -20565 >= -263035 @ 862.884
865.93/868.19	c bounds -20569 >= -263035 @ 862.948
866.02/868.22	c bounds -20574 >= -263035 @ 862.972
866.02/868.24	c bounds -20578 >= -263035 @ 862.993
866.51/868.75	c bounds -20584 >= -263035 @ 863.505
866.51/868.77	c bounds -20595 >= -263035 @ 863.523
866.71/868.94	c bounds -20599 >= -263035 @ 863.688
868.82/871.03	c #Conflicts:     148000 | #Constraints:     109732
868.82/871.03	c bounds -20600 >= -263035 @ 865.756
868.82/871.06	c bounds -20601 >= -263035 @ 865.779
869.51/871.77	c bounds -20605 >= -263035 @ 866.486
869.92/872.17	c bounds -20606 >= -263035 @ 866.876
869.92/872.17	c bounds -20606 >= -262781 @ 866.882
869.92/872.18	c bounds -20606 >= -262528 @ 866.886
869.92/872.18	c bounds -20606 >= -262271 @ 866.895
870.01/872.20	c bounds -20606 >= -262014 @ 866.91
870.01/872.22	c bounds -20606 >= -261757 @ 866.927
870.01/872.23	c bounds -20606 >= -261500 @ 866.941
870.01/872.26	c bounds -20606 >= -261246 @ 866.964
870.01/872.27	c bounds -20606 >= -260993 @ 866.974
870.31/872.52	c bounds -20606 >= -260740 @ 867.228
870.71/872.90	c bounds -20606 >= -260487 @ 867.612
871.51/873.76	c #Conflicts:     149000 | #Constraints:     110784
871.51/873.76	c bounds -20606 >= -260234 @ 868.467
875.59/877.85	c bounds -20606 >= -259981 @ 872.538
875.90/878.13	c bounds -20613 >= -259981 @ 872.824
882.28/884.51	c #Conflicts:     150000 | #Constraints:     111803
882.28/884.51	c bounds -20613 >= -259728 @ 879.187
882.38/884.60	c bounds -20622 >= -259728 @ 879.277
882.38/884.63	c bounds -20623 >= -259728 @ 879.305
882.38/884.67	c bounds -20628 >= -259728 @ 879.344
882.48/884.70	c bounds -20634 >= -259728 @ 879.374
882.48/884.73	c bounds -20637 >= -259728 @ 879.411
882.48/884.77	c bounds -20648 >= -259728 @ 879.442
882.58/884.81	c bounds -20652 >= -259728 @ 879.482
882.68/884.94	c bounds -20656 >= -259728 @ 879.615
882.68/884.98	c bounds -20659 >= -259728 @ 879.659
886.07/888.31	c #Conflicts:     151000 | #Constraints:     112821
886.07/888.31	c bounds -20660 >= -259728 @ 882.969
903.54/905.81	c #Conflicts:     152000 | #Constraints:     113822
903.54/905.81	c #Conflicts:     153000 | #Constraints:     114822
903.54/905.81	c bounds -20660 >= -259475 @ 900.422
949.34/951.73	c #Conflicts:     154000 | #Constraints:     115834
949.34/951.73	c #Conflicts:     155000 | #Constraints:     116834
949.34/951.73	c INPROCESSING
949.34/951.73	c GARBAGE COLLECT
949.34/951.73	c #Conflicts:     156000 | #Constraints:     109962
949.34/951.73	c #Conflicts:     157000 | #Constraints:     110962
949.34/951.73	c #Conflicts:     158000 | #Constraints:     111962
949.34/951.73	c #Conflicts:     159000 | #Constraints:     112963
949.34/951.73	c #Conflicts:     160000 | #Constraints:     113963
949.34/951.73	c #Conflicts:     161000 | #Constraints:     114963
949.34/951.73	c bounds -20660 >= -259222 @ 946.169
975.18/977.63	c #Conflicts:     162000 | #Constraints:     115972
975.18/977.63	c #Conflicts:     163000 | #Constraints:     116972
975.18/977.63	c INPROCESSING
975.18/977.63	c GARBAGE COLLECT
975.18/977.63	c #Conflicts:     164000 | #Constraints:     109974
975.18/977.63	c #Conflicts:     165000 | #Constraints:     110974
975.18/977.63	c #Conflicts:     166000 | #Constraints:     111974
975.18/977.63	c #Conflicts:     167000 | #Constraints:     112974
975.18/977.63	c #Conflicts:     168000 | #Constraints:     113974
975.18/977.63	c #Conflicts:     169000 | #Constraints:     114974
975.18/977.63	c #Conflicts:     170000 | #Constraints:     115974
975.18/977.63	c #Conflicts:     171000 | #Constraints:     116974
975.18/977.63	c INPROCESSING
975.18/977.63	c GARBAGE COLLECT
975.18/977.63	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
975.18/977.63	WSVECS04 Frhs2[139]: 6 -34.0001 0 shouldn't be
975.18/977.63	WSVECS04 Frhs2[408]: 6 -32.0001 0 shouldn't be
975.18/977.63	WSVECS04 Frhs2[1185]: 6 -100 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[137]: 6 -4.00002 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[178]: 6 -9.00003 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[179]: 6 -31.0001 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[267]: 6 -10.0001 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[286]: 6 -23.0001 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[310]: 6 -9.0001 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[412]: 6 -17 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[430]: 6 -29.0001 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[861]: 6 -61 0 shouldn't be
976.48/978.90	WSVECS04 Frhs2[900]: 6 -33.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[12]: 6 -11.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[18]: 6 -9.00004 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[32]: 6 -29.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[35]: 6 -2.00003 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[38]: 6 -31.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[53]: 6 -11.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[55]: 6 -26.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[75]: 6 -33 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[77]: 6 -28.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[79]: 6 -22.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[80]: 6 -14.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[88]: 6 -22 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[91]: 6 -31.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[93]: 6 -16.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[97]: 6 -35 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[99]: 6 -14 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[109]: 6 -11.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[112]: 6 -3.00007 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[113]: 6 -17.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[120]: 6 -6.00006 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[131]: 6 -16.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[133]: 6 -2.00001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[135]: 6 -21.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[175]: 6 -9.00006 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[190]: 6 -6.00009 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[194]: 6 -15.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[213]: 6 -35.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[216]: 6 -6.00003 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[221]: 6 -3.00007 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[235]: 6 -24.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[237]: 6 -9.00003 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[239]: 6 -5.00004 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[256]: 6 -24.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[257]: 6 -26 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[259]: 6 -2.00003 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[260]: 6 -4.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[262]: 6 -7.00004 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[263]: 6 -12.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[279]: 6 -20.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[280]: 6 -10.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[281]: 6 -8.00007 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[300]: 6 -12.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[302]: 6 -9.00003 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[306]: 6 -35.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[326]: 6 -8.00005 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[327]: 6 -17 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[328]: 6 -12.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[330]: 6 -34.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[345]: 6 -2.00008 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[349]: 6 -14 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[350]: 6 -13 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[368]: 6 -21 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[369]: 6 -7.00005 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[370]: 6 -31 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[390]: 6 -8.00009 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[409]: 6 -28 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[410]: 6 -35.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[411]: 6 -3.00005 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[413]: 6 -21.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[425]: 6 -15.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[486]: 6 -57 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[506]: 6 -69.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[510]: 6 -45.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[523]: 6 -35.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[525]: 6 -42 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[546]: 6 -11 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[550]: 6 -31.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[551]: 6 -18 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[568]: 6 -49 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[579]: 6 -37.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[592]: 6 -5.00006 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[601]: 6 -48 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[625]: 6 -26.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[666]: 6 -35 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[674]: 6 -45 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[693]: 6 -45 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[694]: 6 -65.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[733]: 6 -52 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[749]: 6 -41 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[750]: 6 -28.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[751]: 6 -20.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[753]: 6 -35.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[754]: 6 -23.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[757]: 6 -10 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[775]: 6 -51 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[777]: 6 -40 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[779]: 6 -54.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[816]: 6 -41.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[817]: 6 -34.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[836]: 6 -21 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[837]: 6 -49.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[839]: 6 -48.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[841]: 6 -14.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[859]: 6 -10.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[863]: 6 -5.00008 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[864]: 6 -42.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[880]: 6 -52.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[881]: 6 -51.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1035]: 6 -106 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1057]: 6 -17 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1079]: 6 -47 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1097]: 6 -76.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1103]: 6 -73.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1119]: 6 -60 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1146]: 6 -56.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1147]: 6 -56 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1187]: 6 -94.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1188]: 6 -82.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1189]: 6 -35 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1207]: 6 -93 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1209]: 6 -68 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1230]: 6 -13.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1251]: 6 -106 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1271]: 6 -16 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1272]: 6 -35 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1294]: 6 -71 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1297]: 6 -55.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1314]: 6 -25.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1317]: 6 -107 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1338]: 6 -34.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1339]: 6 -21 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1502]: 6 -7.00009 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1626]: 6 -10.0001 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[1818]: 6 -3.00008 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[2060]: 6 -112 0 shouldn't be
978.47/980.91	WSVECS04 Frhs2[2192]: 6 -118 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[39]: 6 -30 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[42]: 6 -35 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[63]: 6 -11.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[74]: 6 -22.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[76]: 6 -18.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[116]: 6 -7.00007 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[138]: 6 -34 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[152]: 6 -16 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[223]: 6 -35.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[240]: 6 -2.00009 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[384]: 6 -1.00007 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[392]: 6 -9.00004 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[406]: 6 -8.00008 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[487]: 6 -35.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[600]: 6 -20 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[627]: 6 -36 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[642]: 6 -50.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[686]: 6 -52.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[689]: 6 -61.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[690]: 6 -55 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[708]: 6 -51 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[709]: 6 -66 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[710]: 6 -33 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[714]: 6 -47 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[729]: 6 -5.00001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[735]: 6 -62 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[770]: 6 -40.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[771]: 6 -54 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[776]: 6 -58.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[798]: 6 -32.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[860]: 6 -24 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[878]: 6 -32.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[884]: 6 -19 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[885]: 6 -25 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[902]: 6 -14 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[919]: 6 -7.00005 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[920]: 6 -8.00001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[998]: 6 -98.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[999]: 6 -23 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1000]: 6 -79.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1021]: 6 -15.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1024]: 6 -47 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1058]: 6 -11 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1100]: 6 -5.00003 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1143]: 6 -54 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1145]: 6 -82.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1162]: 6 -4.00003 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1210]: 6 -102 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1225]: 6 -59.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1247]: 6 -78.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1250]: 6 -49.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1275]: 6 -35 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1293]: 6 -82 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1295]: 6 -52 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1315]: 6 -61.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1318]: 6 -51 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1336]: 6 -46 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1360]: 6 -101 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1556]: 6 -53.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1559]: 6 -114 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1577]: 6 -71.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1578]: 6 -118 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1600]: 6 -114 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1601]: 6 -120 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1603]: 6 -72.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1621]: 6 -141 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1623]: 6 -104 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1624]: 6 -119 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1625]: 6 -85.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1647]: 6 -117 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1665]: 6 -131 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1688]: 6 -113 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1753]: 6 -98.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1754]: 6 -104 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1774]: 6 -36 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[1796]: 6 -141 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2061]: 6 -25 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2062]: 6 -89.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2083]: 6 -49.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2104]: 6 -167 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2105]: 6 -65.0001 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2106]: 6 -113 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2126]: 6 -2.00003 0 shouldn't be
982.07/984.58	WSVECS04 Frhs2[2279]: 6 -122 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[288]: 6 -18.0001 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[387]: 6 -4.00004 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[1163]: 6 -10.0001 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[1421]: 6 0 70 shouldn't be
993.55/996.07	WSVECS04 Frhs2[1858]: 6 -42.0001 0 shouldn't be
993.55/996.07	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
993.55/996.07	WSVECS04 Frhs2[1900]: 6 0 28 shouldn't be
993.55/996.07	WSVECS04 Frhs2[1924]: 6 0 49.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2398]: 6 0 61 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2408]: 6 0 60.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2430]: 6 0 94.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2821]: 6 0 62.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2823]: 6 0 14.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2865]: 6 0 69.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
993.55/996.07	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3303]: 6 0 11 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3306]: 6 0 3.00006 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3324]: 6 0 93 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3350]: 6 0 80.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3367]: 6 0 40.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3741]: 6 0 83.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3742]: 6 0 97.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3808]: 6 0 98.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3896]: 6 0 40 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3897]: 6 0 38.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3912]: 6 0 72.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3932]: 6 0 90 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3957]: 6 0 95.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3982]: 6 0 15.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
993.55/996.07	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4117]: 6 0 72 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4281]: 6 0 23 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
993.55/996.07	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[3585]: 6 0 40 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[3908]: 6 0 33 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[3941]: 6 0 27 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[3978]: 6 0 12.0001 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[4144]: 6 0 35.0001 shouldn't be
1004.30/1006.82	WSVECS04 Frhs2[4283]: 6 0 62.0001 shouldn't be
1012.39/1014.94	WSVECS04 Frhs2[2890]: 6 0 50.0001 shouldn't be
1012.39/1014.94	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1012.39/1014.94	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
1012.39/1014.94	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
1012.39/1014.94	WSVECS04 Frhs2[3831]: 6 0 64 shouldn't be
1021.07/1023.63	c #Conflicts:     172000 | #Constraints:     109762
1021.07/1023.63	WSVECS04 Frhs2[270]: 6 0 2002.64 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[475]: 6 -712.688 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[528]: 6 -2696.82 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[542]: 6 -360.63 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[638]: 6 -1282.17 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[659]: 6 0 727.035 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[696]: 6 -2019.67 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[761]: 6 -1850.92 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[928]: 6 -2072.97 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[1006]: 6 0 5014.4 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[1125]: 6 -76.8203 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[1385]: 6 -1759.63 0 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[1423]: 6 0 550.136 shouldn't be
1021.07/1023.63	WSVECS04 Frhs2[2301]: 6 0 1309.41 shouldn't be
1039.32/1041.91	c #Conflicts:     173000 | #Constraints:     110763
1039.32/1041.91	c #Conflicts:     174000 | #Constraints:     111763
1039.32/1041.91	c #Conflicts:     175000 | #Constraints:     112763
1039.32/1041.91	c #Conflicts:     176000 | #Constraints:     113763
1039.32/1041.91	c #Conflicts:     177000 | #Constraints:     114763
1039.32/1041.91	c #Conflicts:     178000 | #Constraints:     115763
1039.32/1041.91	c #Conflicts:     179000 | #Constraints:     116764
1039.32/1041.91	c #Conflicts:     180000 | #Constraints:     117765
1039.32/1041.91	c INPROCESSING
1039.32/1041.91	c GARBAGE COLLECT
1039.32/1041.91	c bounds -20661 >= -259222 @ 1035.84
1039.32/1041.92	c bounds -20662 >= -259222 @ 1035.85
1039.32/1041.93	c bounds -20663 >= -259222 @ 1035.86
1039.32/1041.95	c bounds -20668 >= -259222 @ 1035.87
1039.32/1041.96	c bounds -20672 >= -259222 @ 1035.89
1039.32/1041.97	c bounds -20677 >= -259222 @ 1035.9
1039.32/1041.99	c bounds -20686 >= -259222 @ 1035.92
1039.42/1042.01	c bounds -20687 >= -259222 @ 1035.94
1039.42/1042.02	c bounds -20703 >= -259222 @ 1035.95
1039.42/1042.07	c bounds -20706 >= -259222 @ 1035.99
1039.42/1042.08	c bounds -20707 >= -259222 @ 1036
1039.53/1042.11	c bounds -20766 >= -259222 @ 1036.03
1040.02/1042.68	c bounds -20767 >= -259222 @ 1036.6
1043.01/1045.62	c #Conflicts:     181000 | #Constraints:     110370
1043.01/1045.62	c #Conflicts:     182000 | #Constraints:     111370
1043.01/1045.62	c bounds -20772 >= -259222 @ 1039.52
1043.01/1045.63	c bounds -20772 >= -258975 @ 1039.53
1043.01/1045.63	c bounds -20772 >= -258726 @ 1039.53
1043.01/1045.64	c bounds -20772 >= -258480 @ 1039.54
1043.01/1045.64	c bounds -20772 >= -258231 @ 1039.54
1043.01/1045.67	c bounds -20772 >= -257981 @ 1039.57
1043.01/1045.68	c bounds -20772 >= -257732 @ 1039.58
1043.01/1045.68	c bounds -20772 >= -257485 @ 1039.58
1043.11/1045.70	c bounds -20772 >= -257238 @ 1039.6
1043.11/1045.74	c bounds -20772 >= -256991 @ 1039.63
1043.11/1045.78	c bounds -20772 >= -256745 @ 1039.68
1043.21/1045.81	c bounds -20772 >= -256499 @ 1039.71
1043.21/1045.82	c bounds -20772 >= -256253 @ 1039.72
1043.21/1045.85	c bounds -20772 >= -256007 @ 1039.75
1043.41/1046.05	c bounds -20772 >= -255761 @ 1039.95
1046.11/1048.71	WSVECS04 Frhs2[215]: 6 -19.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[268]: 6 -10.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[418]: 6 -16.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[465]: 6 0 10 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[506]: 6 -69.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[535]: 6 0 2.00005 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[575]: 6 -20 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[711]: 6 0 60.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[847]: 6 -52.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[868]: 6 -45.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[904]: 6 -11.0001 0 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[980]: 6 0 63.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1005]: 6 0 61.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1019]: 6 0 94 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1130]: 6 0 108 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1233]: 6 0 120 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1383]: 6 0 87.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1501]: 6 0 73 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1575]: 6 0 87.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1839]: 6 0 68.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1863]: 6 0 95.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1889]: 6 0 54 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2153]: 6 0 163 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2198]: 6 0 97 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2223]: 6 0 38.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2232]: 6 0 23.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2366]: 6 0 94 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2790]: 6 0 42 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2803]: 6 0 93.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3711]: 6 0 98.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4172]: 6 0 81.0001 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1046.11/1048.71	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3]: 6 -30.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[4]: 6 -3.00002 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[32]: 6 -29.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[55]: 6 -26.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[64]: 6 0 22 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[76]: 6 -18 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[107]: 6 -18.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[119]: 6 -27.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[128]: 6 -10 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[133]: 6 -2.00005 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[147]: 6 -11.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[260]: 6 -4.00003 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[262]: 6 -7.00007 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[354]: 6 -5.00005 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[416]: 6 -9.00008 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[426]: 6 0 14.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[441]: 6 -8.00003 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[550]: 6 -31.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[561]: 6 0 12.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[598]: 6 -13 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[620]: 6 -38.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[691]: 6 0 3.00001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[858]: 6 0 5.00004 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[925]: 6 -7.00005 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1022]: 6 0 13 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1132]: 6 -11.0001 0 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1208]: 6 0 66.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1291]: 6 0 49 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1373]: 6 0 101 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1416]: 6 0 53.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1424]: 6 0 11.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1602]: 6 0 74.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1691]: 6 0 34.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1845]: 6 0 66.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1875]: 6 0 8.00008 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2096]: 6 0 30.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2450]: 6 0 51.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2843]: 6 0 2.00004 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3020]: 6 0 33 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3090]: 6 0 60 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3152]: 6 0 67.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3205]: 6 0 24.0001 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
1048.50/1051.10	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1]: 6 -17.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[35]: 6 -2.00007 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[80]: 6 -14.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[105]: 6 -29 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[118]: 6 -1.00007 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[131]: 6 -16 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[180]: 6 -24.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[201]: 6 -21.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[216]: 6 -6.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[240]: 6 -2.00007 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[288]: 6 -18.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[389]: 6 0 19.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[395]: 6 -21.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[407]: 6 0 18 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[411]: 6 -3.00003 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[429]: 6 0 14.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[437]: 6 -4.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[495]: 6 -63 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[504]: 6 0 14.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[531]: 6 0 9.00004 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[580]: 6 0 42.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[583]: 6 0 88.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[584]: 6 -67 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[621]: 6 -27.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[624]: 6 0 43.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[633]: 6 0 20.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[670]: 6 0 27 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[731]: 6 0 53.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[796]: 6 0 56.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[819]: 6 0 42.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[840]: 6 0 68.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[844]: 6 -41.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[845]: 6 -64.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[862]: 6 0 83 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[887]: 6 -44.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[898]: 6 0 67 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[901]: 6 0 62 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[908]: 6 -33 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[938]: 6 0 25 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[972]: 6 0 85.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[982]: 6 0 88 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[985]: 6 0 39.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[997]: 6 0 37 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1027]: 6 0 86.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1041]: 6 0 107 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1051]: 6 0 109 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1101]: 6 0 43.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1102]: 6 0 74 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1114]: 6 0 4.00009 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1123]: 6 0 43.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1140]: 6 0 84.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1151]: 6 0 71 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1160]: 6 0 2.00002 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1168]: 6 0 78.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1169]: 6 0 77 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1170]: 6 0 76.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1172]: 6 0 64.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1184]: 6 0 93.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1186]: 6 0 98.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1206]: 6 0 71.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1231]: 6 0 72.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1234]: 6 0 83.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1316]: 6 0 29 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1341]: 6 0 80.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1354]: 6 0 24 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1356]: 6 0 96 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1370]: 6 0 77 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1377]: 6 0 67 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1380]: 6 0 64.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1381]: 6 0 10 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1399]: 6 0 54.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1406]: 6 0 9.00007 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1422]: 6 0 38 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1439]: 6 0 60.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1440]: 6 0 25.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1452]: 6 0 94.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1462]: 6 0 74 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1469]: 6 0 41.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1470]: 6 0 45 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1475]: 6 0 62.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1480]: 6 0 47.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1487]: 6 0 89.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1491]: 6 0 89 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1497]: 6 0 77.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1508]: 6 0 25.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1509]: 6 0 59.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1522]: 6 0 42.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1525]: 6 0 3.00009 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1547]: 6 0 62.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1550]: 6 0 52.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1557]: 6 0 72 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1558]: 6 0 39.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1566]: 6 0 95.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1591]: 6 -22.0001 0 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1627]: 6 0 98.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1644]: 6 0 54.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1649]: 6 0 149 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1662]: 6 0 79 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1666]: 6 0 78.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1670]: 6 0 177 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1673]: 6 0 98.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1674]: 6 0 84 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1684]: 6 0 15.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1685]: 6 0 80.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1694]: 6 0 141 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1710]: 6 0 89 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1733]: 6 0 51 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1735]: 6 0 99.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1738]: 6 0 90.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1748]: 6 0 40.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1792]: 6 0 75.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1806]: 6 0 74.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1824]: 6 0 88.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1843]: 6 0 41 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1859]: 6 0 36 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1878]: 6 0 36 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1885]: 6 0 64 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1924]: 6 0 49.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1925]: 6 0 28.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1949]: 6 0 75.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1960]: 6 0 39.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1975]: 6 0 70 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[1996]: 6 0 86.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2026]: 6 0 60.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2095]: 6 0 30.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2101]: 6 0 66.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2102]: 6 0 69 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2129]: 6 0 93.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2194]: 6 0 93.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2235]: 6 0 4.00009 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2245]: 6 0 35.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2268]: 6 0 12 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2272]: 6 0 47 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2316]: 6 0 10.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2318]: 6 0 22 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2325]: 6 0 42.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2364]: 6 0 87 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2372]: 6 0 71 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2403]: 6 0 7.00005 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2409]: 6 0 98.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2542]: 6 0 37.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2546]: 6 0 49 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2632]: 6 0 80 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2647]: 6 0 38.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2674]: 6 0 32.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2680]: 6 0 88.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2700]: 6 0 18 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2779]: 6 0 88 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2795]: 6 0 65.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2807]: 6 0 67 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2818]: 6 0 97.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2823]: 6 0 14 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2829]: 6 0 74.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2862]: 6 0 86.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2895]: 6 0 39.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2899]: 6 0 98 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2901]: 6 0 64 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2961]: 6 0 49 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2962]: 6 0 71 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2970]: 6 0 31.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2980]: 6 0 50 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[2995]: 6 0 99.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3003]: 6 0 54 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3082]: 6 0 78 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3092]: 6 0 22 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3106]: 6 0 59.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3131]: 6 0 88.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3146]: 6 0 79.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3186]: 6 0 76 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3188]: 6 0 93.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3225]: 6 0 94.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3278]: 6 0 65.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3280]: 6 0 50.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3303]: 6 0 11.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3316]: 6 0 75.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3319]: 6 0 64.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3367]: 6 0 40.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3385]: 6 0 40 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3630]: 6 0 97.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3673]: 6 0 46 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3682]: 6 0 47.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3696]: 6 0 57.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3728]: 6 0 69.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3749]: 6 0 77 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3816]: 6 0 191 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3956]: 6 0 89.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3960]: 6 0 122 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4005]: 6 0 74.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4194]: 6 0 231 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4216]: 6 0 96.0001 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1053.39/1056.03	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[73]: 6 -10.0001 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[178]: 6 -9.00001 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[391]: 6 0 7.00005 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[419]: 6 -6.00006 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[433]: 6 -23.0001 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[464]: 6 -30.0001 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[478]: 6 0 1.00008 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[547]: 6 0 52 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[692]: 6 0 26 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[869]: 6 0 3.00006 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[899]: 6 0 2.00004 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[950]: 6 0 29.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[957]: 6 0 26.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[976]: 6 0 63.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1034]: 6 0 11.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1043]: 6 0 40.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1055]: 6 0 35 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1083]: 6 0 41.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1141]: 6 0 11.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1353]: 6 0 131 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1359]: 6 0 84.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1401]: 6 0 22.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1409]: 6 0 11.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1418]: 6 0 85 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1421]: 6 0 70.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1458]: 6 0 33 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1482]: 6 0 18.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1512]: 6 0 78.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1541]: 6 0 70.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1597]: 6 0 62 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1652]: 6 0 161 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1660]: 6 0 157 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1829]: 6 0 38.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1871]: 6 0 27.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1876]: 6 0 62.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1945]: 6 0 47.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[1946]: 6 0 56 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2082]: 6 0 67 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2093]: 6 0 7.00002 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2170]: 6 0 66.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2261]: 6 0 72 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2275]: 6 0 45.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2454]: 6 0 92 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2539]: 6 0 79.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2622]: 6 0 21.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2763]: 6 0 80.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[2941]: 6 0 55 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3159]: 6 0 54 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3201]: 6 0 98.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3742]: 6 0 97.0001 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3747]: 6 0 86 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
1058.87/1061.58	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3]: 6 -30 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4]: 6 -3 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[6]: 6 0 8 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[10]: 6 -10 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[32]: 6 -29 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[35]: 6 -2 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[50]: 6 -4 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[55]: 6 -26 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[64]: 6 0 22 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[66]: 6 -25 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[69]: 6 -22 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[73]: 6 -10 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[76]: 6 -18 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[77]: 6 -28 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[79]: 6 -22 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[80]: 6 -14 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[84]: 6 -4 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[90]: 6 -28 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[93]: 6 -16 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[99]: 6 -14 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[105]: 6 -29 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[109]: 6 -11 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[112]: 6 -3 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[113]: 6 -17 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[116]: 6 -7 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[119]: 6 -27 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[120]: 6 -6 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[126]: 6 -16 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[131]: 6 -16 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[133]: 6 -2 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[134]: 6 -20 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[137]: 6 -4 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[138]: 6 -34 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[139]: 6 -34 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[147]: 6 -11 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[150]: 6 -23 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[151]: 6 -17 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[152]: 6 -16 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[175]: 6 -9 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[178]: 6 -9 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[194]: 6 -15 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[196]: 6 -31 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[240]: 6 -2 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[260]: 6 -4 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[262]: 6 -7 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[268]: 6 -10 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[288]: 6 -18 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[326]: 6 -8 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[354]: 6 -5 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[389]: 6 0 19 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[392]: 6 -9 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[411]: 6 -3 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[416]: 6 -9 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[418]: 6 -16 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[419]: 6 -6 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[426]: 6 0 14 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[429]: 6 0 14 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[437]: 6 -4 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[441]: 6 -8 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[456]: 6 -31 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[464]: 6 -30 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[465]: 6 0 10 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[477]: 6 0 90 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[484]: 6 -39 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[494]: 6 -44 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[495]: 6 -63 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[504]: 6 0 14 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[506]: 6 -69 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[509]: 6 0 7 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[512]: 6 0 42 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[535]: 6 0 2 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[536]: 6 0 60 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[547]: 6 0 52 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[550]: 6 -31 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[553]: 6 -44 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[575]: 6 -20 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[583]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[585]: 6 0 28 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[597]: 6 -52 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[598]: 6 -13 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[605]: 6 -62 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[609]: 6 -43 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[610]: 6 0 12 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[621]: 6 -27 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[624]: 6 0 43 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[642]: 6 -50 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[670]: 6 0 27 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[711]: 6 0 60 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[751]: 6 -20 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[753]: 6 -35 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[796]: 6 0 56 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[797]: 6 0 10 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[838]: 6 0 41 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[840]: 6 0 68 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[844]: 6 -41 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[845]: 6 -64 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[846]: 6 -67 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[858]: 6 0 5 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[869]: 6 0 3 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[871]: 6 0 1 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[882]: 6 0 69 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[887]: 6 -44 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[898]: 6 0 67 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[899]: 6 0 2 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[901]: 6 0 62 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[903]: 6 0 15 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[904]: 6 -11 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[908]: 6 -33 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[945]: 6 -29 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[949]: 6 0 54 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[954]: 6 0 33 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[957]: 6 0 26 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[958]: 6 0 55 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[972]: 6 0 85 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[980]: 6 0 63 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[982]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[997]: 6 0 37 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1005]: 6 0 61 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1017]: 6 0 28 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1019]: 6 0 94 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1022]: 6 0 13 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1027]: 6 0 86 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1051]: 6 0 109 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1053]: 6 0 9 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1114]: 6 0 4 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1120]: 6 0 76 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1130]: 6 0 108 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1139]: 6 0 6 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1142]: 6 0 109 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1160]: 6 0 2 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1169]: 6 0 77 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1170]: 6 0 76 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1184]: 6 0 93 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1186]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1206]: 6 0 71 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1208]: 6 0 66 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1227]: 6 0 18 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1229]: 6 0 89 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1231]: 6 0 72 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1233]: 6 0 120 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1252]: 6 0 41 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1255]: 6 0 60 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1273]: 6 0 101 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1281]: 6 0 3 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1291]: 6 0 49 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1337]: 6 0 10 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1341]: 6 0 80 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1353]: 6 0 131 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1354]: 6 0 24 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1356]: 6 0 96 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1357]: 6 0 80 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1358]: 6 0 26 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1359]: 6 0 84 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1373]: 6 0 101 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1376]: 6 0 100 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1383]: 6 0 87 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1399]: 6 0 54 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1416]: 6 0 53 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1417]: 6 0 9 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1422]: 6 0 38 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1424]: 6 0 11 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1436]: 6 0 96 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1437]: 6 0 119 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1440]: 6 0 25 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1449]: 6 0 21 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1452]: 6 0 94 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1462]: 6 0 74 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1468]: 6 0 38 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1469]: 6 0 41 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1470]: 6 0 45 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1485]: 6 0 84 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1491]: 6 0 89 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1501]: 6 0 73 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1508]: 6 0 25 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1543]: 6 0 106 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1548]: 6 0 95 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1558]: 6 0 39 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1575]: 6 0 87 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1591]: 6 -22 0 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1592]: 6 0 9 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1602]: 6 0 74 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1627]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1637]: 6 0 9 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1638]: 6 0 178 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1643]: 6 0 66 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1649]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1652]: 6 0 161 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1662]: 6 0 79 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1666]: 6 0 78 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1670]: 6 0 177 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1673]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1682]: 6 0 100 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1684]: 6 0 15 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1694]: 6 0 141 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1696]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1704]: 6 0 36 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1707]: 6 0 147 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1709]: 6 0 11 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1710]: 6 0 89 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1711]: 6 0 10 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1716]: 6 0 153 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1733]: 6 0 51 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1738]: 6 0 90 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1748]: 6 0 40 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1750]: 6 0 92 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1756]: 6 0 24 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1775]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1779]: 6 0 128 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1792]: 6 0 75 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1812]: 6 0 161 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1824]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1829]: 6 0 38 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1834]: 6 0 17 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1839]: 6 0 68 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1845]: 6 0 66 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1859]: 6 0 36 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1863]: 6 0 95 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1864]: 6 0 37 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1867]: 6 0 16 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1872]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1875]: 6 0 8 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1876]: 6 0 62 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1878]: 6 0 36 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1889]: 6 0 54 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1949]: 6 0 75 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1970]: 6 0 83 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1974]: 6 0 39 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1993]: 6 0 53 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1996]: 6 0 86 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1997]: 6 0 101 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[1999]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2005]: 6 0 102 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2022]: 6 0 103 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2030]: 6 0 112 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2084]: 6 0 22 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2095]: 6 0 30 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2102]: 6 0 69 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2120]: 6 0 109 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2140]: 6 0 32 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2153]: 6 0 163 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2166]: 6 0 168 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2169]: 6 0 79 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2170]: 6 0 66 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2177]: 6 0 139 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2190]: 6 0 41 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2198]: 6 0 97 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2211]: 6 0 42 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2268]: 6 0 12 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2272]: 6 0 47 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2282]: 6 0 184 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2299]: 6 0 87 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2306]: 6 0 108 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2328]: 6 0 231 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2338]: 6 0 4 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2358]: 6 0 75 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2359]: 6 0 66 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2364]: 6 0 87 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2366]: 6 0 94 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2372]: 6 0 71 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2388]: 6 0 49 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2403]: 6 0 7 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2409]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2420]: 6 0 52 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2430]: 6 0 94 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2438]: 6 0 72 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2447]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2449]: 6 0 74 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2450]: 6 0 51 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2454]: 6 0 92 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2472]: 6 0 171 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2473]: 6 0 186 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2492]: 6 0 203 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2515]: 6 0 154 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2518]: 6 0 130 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2561]: 6 0 35 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2632]: 6 0 80 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2647]: 6 0 38 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2673]: 6 0 23 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2729]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2734]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2744]: 6 0 272 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2766]: 6 0 163 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2772]: 6 0 78 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2774]: 6 0 48 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2779]: 6 0 88 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2791]: 6 0 75 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2803]: 6 0 93 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2807]: 6 0 67 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2808]: 6 0 58 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2810]: 6 0 34 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2818]: 6 0 97 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2899]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2910]: 6 0 125 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2918]: 6 0 222 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2960]: 6 0 128 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2980]: 6 0 50 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2995]: 6 0 99 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2998]: 6 0 227 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3038]: 6 0 21 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3082]: 6 0 78 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3153]: 6 0 72 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3201]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3213]: 6 0 63 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3238]: 6 0 84 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3243]: 6 0 221 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3255]: 6 0 27 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3269]: 6 0 66 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3291]: 6 0 87 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3319]: 6 0 64 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3341]: 6 0 16 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3376]: 6 0 175 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3396]: 6 0 210 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3399]: 6 0 184 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3519]: 6 0 79 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3682]: 6 0 47 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3701]: 6 0 258 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3711]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3726]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3773]: 6 0 50 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3808]: 6 0 98 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3812]: 6 0 242 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3815]: 6 0 99 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3816]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3831]: 6 0 64 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3939]: 6 0 127 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3960]: 6 0 122 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3979]: 6 0 363 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4161]: 6 0 309 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4194]: 6 0 231 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4227]: 6 0 87 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4275]: 6 0 154 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4283]: 6 0 62 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1062.56/1065.23	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[28]: 6 -32 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[87]: 6 0 21 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[128]: 6 -10 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[216]: 6 -6 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[217]: 6 -12 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[221]: 6 -3 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[238]: 6 -27 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[348]: 6 0 1 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[391]: 6 0 7 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[407]: 6 0 18 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[478]: 6 0 1 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[513]: 6 0 7 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[521]: 6 0 4 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[531]: 6 0 9 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[558]: 6 0 17 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[561]: 6 0 12 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[562]: 6 0 4 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[563]: 6 0 5 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[584]: 6 -67 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[600]: 6 -20 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[606]: 6 -19 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[687]: 6 0 45 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[691]: 6 0 3 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[802]: 6 0 30 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[925]: 6 -7 0 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[926]: 6 0 1 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[935]: 6 0 31 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[938]: 6 0 25 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[953]: 6 0 1 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1006]: 6 0 9 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1015]: 6 0 1 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1052]: 6 0 3 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1253]: 6 0 17 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1299]: 6 0 4 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1334]: 6 0 14 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1345]: 6 0 17 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1370]: 6 0 77 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1381]: 6 0 10 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1397]: 6 0 31 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1482]: 6 0 18 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1518]: 6 0 3 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1525]: 6 0 3 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1837]: 6 0 24 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1899]: 6 0 1 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[1947]: 6 0 22 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[2093]: 6 0 7 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[2096]: 6 0 30 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[2235]: 6 0 4 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[2405]: 6 0 11 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[2544]: 6 0 1 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[2823]: 6 0 14 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[2843]: 6 0 2 shouldn't be
1068.64/1071.30	WSVECS04 Frhs2[3672]: 6 0 3 shouldn't be
1074.44/1077.15	WSVECS04 Frhs2[868]: 6 -45 0 shouldn't be
1074.44/1077.15	WSVECS04 Frhs2[1164]: 6 0 1 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[161]: 6 0 24 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[503]: 6 0 63 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[524]: 6 0 31 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[569]: 6 0 37 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[580]: 6 0 42 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[633]: 6 0 20 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[675]: 6 0 37 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[692]: 6 0 26 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[713]: 6 0 30 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[731]: 6 0 53 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[819]: 6 0 42 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[862]: 6 0 83 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[929]: 6 0 61 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[942]: 6 0 16 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[950]: 6 0 29 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[975]: 6 0 25 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[976]: 6 0 63 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[985]: 6 0 39 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[986]: 6 0 40 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[994]: 6 0 16 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1013]: 6 0 59 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1016]: 6 0 65 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1034]: 6 0 11 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1040]: 6 0 4 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1041]: 6 0 107 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1043]: 6 0 40 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1045]: 6 0 16 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1055]: 6 0 35 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1074]: 6 0 36 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1077]: 6 0 17 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1081]: 6 0 7 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1084]: 6 0 28 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1101]: 6 0 43 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1102]: 6 0 74 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1108]: 6 0 2 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1123]: 6 0 43 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1124]: 6 0 14 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1140]: 6 0 84 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1141]: 6 0 11 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1151]: 6 0 71 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1167]: 6 0 33 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1168]: 6 0 78 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1172]: 6 0 64 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1232]: 6 0 29 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1234]: 6 0 83 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1256]: 6 0 81 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1274]: 6 0 6 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1277]: 6 0 98 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1279]: 6 0 46 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1296]: 6 0 9 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1316]: 6 0 29 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1377]: 6 0 67 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1406]: 6 0 9 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1407]: 6 0 65 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1409]: 6 0 11 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1418]: 6 0 85 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1421]: 6 0 70 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1439]: 6 0 60 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1457]: 6 0 59 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1458]: 6 0 33 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1459]: 6 0 90 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1465]: 6 0 20 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1466]: 6 0 20 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1475]: 6 0 62 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1480]: 6 0 47 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1486]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1487]: 6 0 89 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1495]: 6 0 9 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1497]: 6 0 77 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1498]: 6 0 77 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1509]: 6 0 59 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1512]: 6 0 78 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1517]: 6 0 6 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1522]: 6 0 42 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1535]: 6 0 36 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1547]: 6 0 62 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1550]: 6 0 52 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1552]: 6 0 44 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1557]: 6 0 72 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1564]: 6 0 17 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1566]: 6 0 95 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1579]: 6 0 25 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1580]: 6 0 33 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1597]: 6 0 62 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1622]: 6 0 38 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1631]: 6 0 12 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1644]: 6 0 54 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1650]: 6 0 13 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1653]: 6 0 27 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1669]: 6 0 86 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1685]: 6 0 80 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1687]: 6 0 33 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1691]: 6 0 34 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1714]: 6 0 39 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1730]: 6 0 30 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1731]: 6 0 63 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1732]: 6 0 15 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1735]: 6 0 99 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1777]: 6 0 48 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1791]: 6 0 31 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1816]: 6 0 24 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1843]: 6 0 41 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1871]: 6 0 27 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1885]: 6 0 64 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1900]: 6 0 28 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1908]: 6 0 82 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1924]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1925]: 6 0 28 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1935]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1945]: 6 0 47 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1946]: 6 0 56 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1960]: 6 0 39 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1964]: 6 0 7 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1972]: 6 0 13 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1975]: 6 0 70 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1986]: 6 0 43 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1994]: 6 0 79 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[1995]: 6 0 6 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2008]: 6 0 31 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2026]: 6 0 60 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2039]: 6 0 62 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2079]: 6 0 22 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2081]: 6 0 32 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2082]: 6 0 67 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2100]: 6 0 25 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2101]: 6 0 66 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2128]: 6 0 72 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2129]: 6 0 93 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2144]: 6 0 87 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2147]: 6 0 17 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2148]: 6 0 32 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2149]: 6 0 52 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2156]: 6 0 69 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2164]: 6 0 108 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2167]: 6 0 131 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2194]: 6 0 93 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2223]: 6 0 38 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2232]: 6 0 23 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2241]: 6 0 43 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2245]: 6 0 35 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2256]: 6 0 16 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2261]: 6 0 72 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2263]: 6 0 90 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2275]: 6 0 45 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2318]: 6 0 22 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2319]: 6 0 39 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2321]: 6 0 74 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2325]: 6 0 42 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2329]: 6 0 15 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2330]: 6 0 51 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2336]: 6 0 52 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2341]: 6 0 50 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2390]: 6 0 81 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2398]: 6 0 61 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2434]: 6 0 7 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2446]: 6 0 4 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2496]: 6 0 107 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2522]: 6 0 130 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2539]: 6 0 79 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2542]: 6 0 37 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2546]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2565]: 6 0 11 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2567]: 6 0 65 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2622]: 6 0 21 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2657]: 6 0 19 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2674]: 6 0 32 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2722]: 6 0 84 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2749]: 6 0 48 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2763]: 6 0 80 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2764]: 6 0 7 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2771]: 6 0 54 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2790]: 6 0 42 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2795]: 6 0 65 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2836]: 6 0 38 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2856]: 6 0 82 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2865]: 6 0 69 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2868]: 6 0 6 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2890]: 6 0 50 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2901]: 6 0 64 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2921]: 6 0 46 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2961]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2970]: 6 0 31 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[2978]: 6 0 127 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3003]: 6 0 54 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3020]: 6 0 33 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3023]: 6 0 39 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3065]: 6 0 62 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3090]: 6 0 60 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3106]: 6 0 59 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3125]: 6 0 26 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3131]: 6 0 88 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3145]: 6 0 14 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3149]: 6 0 54 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3159]: 6 0 54 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3180]: 6 0 74 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3181]: 6 0 50 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3183]: 6 0 67 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3186]: 6 0 76 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3188]: 6 0 93 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3194]: 6 0 7 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3205]: 6 0 24 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3209]: 6 0 57 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3259]: 6 0 20 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3271]: 6 0 14 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3272]: 6 0 46 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3278]: 6 0 65 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3280]: 6 0 50 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3303]: 6 0 11 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3304]: 6 0 91 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3305]: 6 0 21 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3311]: 6 0 55 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3316]: 6 0 75 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3324]: 6 0 93 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3332]: 6 0 92 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3334]: 6 0 99 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3352]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3385]: 6 0 40 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3460]: 6 0 21 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3542]: 6 0 26 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3587]: 6 0 65 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3631]: 6 0 94 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3651]: 6 0 92 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3652]: 6 0 88 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3673]: 6 0 46 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3722]: 6 0 9 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3736]: 6 0 70 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3747]: 6 0 86 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3749]: 6 0 77 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3752]: 6 0 69 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3756]: 6 0 48 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3762]: 6 0 49 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3811]: 6 0 17 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3888]: 6 0 64 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3912]: 6 0 72 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3938]: 6 0 83 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3956]: 6 0 89 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3958]: 6 0 100 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[4172]: 6 0 81 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[4250]: 6 0 90 shouldn't be
1084.01/1086.79	WSVECS04 Frhs2[4296]: 6 0 149 shouldn't be
1102.86/1105.66	c bounds -20772 >= -255515 @ 1099.23
1105.36/1108.15	c bounds -20772 >= -255269 @ 1101.71
1112.13/1114.92	c #Conflicts:     183000 | #Constraints:     112440
1112.13/1114.92	c bounds -20772 >= -255023 @ 1108.46
1112.24/1115.03	c bounds -20776 >= -255023 @ 1108.57
1117.12/1119.97	c #Conflicts:     184000 | #Constraints:     113447
1117.12/1119.97	c #Conflicts:     185000 | #Constraints:     114447
1117.12/1119.97	c #Conflicts:     186000 | #Constraints:     115447
1117.12/1119.97	c bounds -20781 >= -255023 @ 1113.48
1139.47/1142.37	c #Conflicts:     187000 | #Constraints:     116448
1139.47/1142.37	c #Conflicts:     188000 | #Constraints:     117448
1139.47/1142.37	c #Conflicts:     189000 | #Constraints:     118448
1139.47/1142.37	c INPROCESSING
1139.47/1142.37	c GARBAGE COLLECT
1139.47/1142.37	c bounds -20782 >= -255023 @ 1135.81
1139.47/1142.38	c bounds -20786 >= -255023 @ 1135.82
1141.36/1144.24	c #Conflicts:     190000 | #Constraints:     110720
1141.36/1144.24	c bounds -20797 >= -255023 @ 1137.67
1141.36/1144.25	c bounds -20798 >= -255023 @ 1137.68
1141.47/1144.36	c bounds -20812 >= -255023 @ 1137.79
1141.47/1144.39	c bounds -20820 >= -255023 @ 1137.82
1141.57/1144.42	c bounds -20821 >= -255023 @ 1137.84
1141.87/1144.78	c bounds -20822 >= -255023 @ 1138.21
1141.96/1144.81	c bounds -20823 >= -255023 @ 1138.23
1141.96/1144.83	c bounds -20834 >= -255023 @ 1138.25
1142.36/1145.26	c bounds -20911 >= -255023 @ 1138.67
1142.46/1145.39	c bounds -20912 >= -255023 @ 1138.8
1142.57/1145.41	c bounds -20917 >= -255023 @ 1138.83
1142.57/1145.46	c bounds -20927 >= -255023 @ 1138.87
1142.66/1145.58	c bounds -20930 >= -255023 @ 1138.99
1142.76/1145.65	c bounds -20943 >= -255023 @ 1139.07
1144.76/1147.66	c #Conflicts:     191000 | #Constraints:     111734
1144.76/1147.66	c bounds -20945 >= -255023 @ 1141.04
1144.76/1147.67	c bounds -20945 >= -254783 @ 1141.05
1144.76/1147.68	c bounds -20945 >= -254543 @ 1141.06
1144.76/1147.69	c bounds -20945 >= -254300 @ 1141.07
1144.86/1147.70	c bounds -20945 >= -254059 @ 1141.08
1144.86/1147.72	c bounds -20945 >= -253820 @ 1141.1
1144.96/1147.88	c bounds -20945 >= -253580 @ 1141.26
1145.46/1148.39	c bounds -20945 >= -253341 @ 1141.76
1145.96/1148.86	c bounds -20945 >= -253102 @ 1142.23
1146.56/1149.47	c bounds -20945 >= -252863 @ 1142.84
1157.23/1160.10	c #Conflicts:     192000 | #Constraints:     112779
1157.23/1160.10	c #Conflicts:     193000 | #Constraints:     113779
1157.23/1160.10	c bounds -20945 >= -252624 @ 1153.45
1157.43/1160.35	c bounds -20948 >= -252624 @ 1153.69
1157.53/1160.49	c bounds -20956 >= -252624 @ 1153.83
1157.63/1160.52	c bounds -20957 >= -252624 @ 1153.86
1157.63/1160.56	c bounds -20965 >= -252624 @ 1153.89
1157.63/1160.59	c bounds -20970 >= -252624 @ 1153.92
1157.83/1160.72	c bounds -20984 >= -252624 @ 1154.05
1157.83/1160.75	c bounds -20995 >= -252624 @ 1154.08
1157.92/1160.84	c bounds -20996 >= -252624 @ 1154.17
1158.13/1161.02	c bounds -21000 >= -252624 @ 1154.35
1160.52/1163.47	c #Conflicts:     194000 | #Constraints:     114797
1160.52/1163.47	c bounds -21002 >= -252624 @ 1156.79
1188.36/1191.33	c #Conflicts:     195000 | #Constraints:     115798
1188.36/1191.33	c #Conflicts:     196000 | #Constraints:     116798
1188.36/1191.33	c #Conflicts:     197000 | #Constraints:     117798
1188.36/1191.33	c bounds -21002 >= -252385 @ 1184.57
1191.25/1194.21	c #Conflicts:     198000 | #Constraints:     118807
1191.25/1194.21	c INPROCESSING
1191.25/1194.21	c GARBAGE COLLECT
1191.25/1194.21	WSVECS04 Frhs2[719]: 6 -57.0001 0 shouldn't be
1191.25/1194.21	WSVECS04 Frhs2[789]: 6 -30.0001 0 shouldn't be
1191.25/1194.21	WSVECS04 Frhs2[834]: 6 -63.0001 0 shouldn't be
1192.55/1195.53	WSVECS04 Frhs2[259]: 6 -2.00007 0 shouldn't be
1192.55/1195.53	WSVECS04 Frhs2[317]: 6 -8.00008 0 shouldn't be
1192.55/1195.53	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[18]: 6 -9.00002 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[38]: 6 -31.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[39]: 6 -30.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[63]: 6 -11.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[164]: 6 -5.00007 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[166]: 6 -6.00009 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[167]: 6 -2.00007 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[186]: 6 -16.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[188]: 6 -16.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[190]: 6 -6.00002 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[207]: 6 -33.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[208]: 6 -12.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[212]: 6 -7.00004 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[229]: 6 -34.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[233]: 6 -2.00002 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[235]: 6 -24 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[237]: 6 -9.00006 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[251]: 6 -2.00008 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[273]: 6 -20 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[277]: 6 -11.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[280]: 6 -10 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[281]: 6 -8.00003 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[290]: 6 -31.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[297]: 6 -8.00008 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[300]: 6 -12.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[302]: 6 -9.00003 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[310]: 6 -9.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[315]: 6 -14 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[334]: 6 -30.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[357]: 6 -2.00006 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[361]: 6 -23.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[364]: 6 -9.00004 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[366]: 6 -15 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[377]: 6 -13 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[378]: 6 -4.00007 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[383]: 6 -9.00006 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[384]: 6 -1.00002 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[387]: 6 -4.00002 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[401]: 6 -24.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[403]: 6 -25.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[406]: 6 -8.00007 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[421]: 6 -5.00003 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[422]: 6 -1.00001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[444]: 6 -17.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[487]: 6 -35.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[510]: 6 -45 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[659]: 6 -13 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[660]: 6 -36.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[661]: 6 -22 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[678]: 6 -68 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[682]: 6 -30 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[685]: 6 -41.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[701]: 6 -57 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[704]: 6 -64.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[705]: 6 -18 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[706]: 6 -54.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[741]: 6 -67.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[742]: 6 -34.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[745]: 6 -42.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[747]: 6 -12 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[749]: 6 -41 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[750]: 6 -28.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[762]: 6 -64 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[765]: 6 -58 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[771]: 6 -54 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[788]: 6 -33 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[790]: 6 -35.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[793]: 6 -45 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[808]: 6 -35.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[809]: 6 -5.00007 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[810]: 6 -39.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[831]: 6 -4.00003 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[851]: 6 -32 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[856]: 6 -15 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[875]: 6 -52.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[876]: 6 -37.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[940]: 6 -40.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1133]: 6 -101 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1158]: 6 -68.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1175]: 6 -16 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1176]: 6 -21 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1178]: 6 -40 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1245]: 6 -91.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1247]: 6 -78.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1282]: 6 -71 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1304]: 6 -40 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1307]: 6 -32.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1308]: 6 -56 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1309]: 6 -98.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1330]: 6 -40.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1331]: 6 -89 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1659]: 6 -22 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1698]: 6 -98.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1745]: 6 -126 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1765]: 6 -85.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[1766]: 6 -125 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[2207]: 6 -18 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[2249]: 6 -23.0001 0 shouldn't be
1194.85/1197.89	WSVECS04 Frhs2[2685]: 6 -1.00002 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[206]: 6 -19 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[227]: 6 -25 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[234]: 6 -20.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[250]: 6 -13.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[256]: 6 -24.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[257]: 6 -26.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[269]: 6 -22.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[275]: 6 -10.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[292]: 6 -5.00002 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[319]: 6 -30 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[332]: 6 -20.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[345]: 6 -2.00001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[380]: 6 -3.00005 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[402]: 6 -35.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[425]: 6 -15.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[697]: 6 -42.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[698]: 6 -70.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[699]: 6 -33.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[720]: 6 -21.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[763]: 6 -41 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[770]: 6 -40.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[784]: 6 -32.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[806]: 6 -47.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[833]: 6 -68.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[878]: 6 -32 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1152]: 6 -38.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1174]: 6 -28 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1202]: 6 -46.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1219]: 6 -6.00005 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1223]: 6 -92.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1225]: 6 -59 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1238]: 6 -65.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1240]: 6 -48.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1260]: 6 -72 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1263]: 6 -50.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1265]: 6 -84 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1268]: 6 -94 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1283]: 6 -53.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1284]: 6 -65.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1285]: 6 -107 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1286]: 6 -28.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1287]: 6 -29.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1306]: 6 -64.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1311]: 6 -47 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1351]: 6 -51 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1420]: 6 -89 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1658]: 6 -70.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1679]: 6 -106 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1680]: 6 -77.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1697]: 6 -55.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1701]: 6 -57 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1703]: 6 -55 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1719]: 6 -105 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1721]: 6 -124 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1722]: 6 -58.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1723]: 6 -108 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1726]: 6 -30 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1741]: 6 -25.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1743]: 6 -42 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1747]: 6 -140 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1786]: 6 -39.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1787]: 6 -108 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[1788]: 6 -1.00004 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2159]: 6 -154 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2160]: 6 -161 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2180]: 6 -150 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2205]: 6 -122 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2224]: 6 -60.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2226]: 6 -126 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2250]: 6 -157 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2644]: 6 -102 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2686]: 6 -105 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[2687]: 6 -63.0001 0 shouldn't be
1199.13/1202.15	WSVECS04 Frhs2[3169]: 6 -76.0001 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[252]: 6 -4.00007 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[653]: 6 0 36 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1106]: 6 0 123 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1127]: 6 0 43.0001 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1129]: 6 0 19 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1584]: 6 0 151 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1606]: 6 0 54.0001 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1628]: 6 0 136 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1630]: 6 0 188 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1651]: 6 0 151 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[1676]: 6 -34 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2023]: 6 0 148 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2045]: 6 0 104 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2046]: 6 0 18.0001 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2047]: 6 0 31 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2067]: 6 0 83.0001 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2069]: 6 0 35 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2089]: 6 0 142 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2091]: 6 0 65.0001 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2108]: 6 0 210 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2109]: 6 0 226 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2110]: 6 0 175 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2131]: 6 0 222 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2184]: 6 -94.0001 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2202]: 6 -110 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2203]: 6 -163 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2204]: 6 -129 0 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2504]: 6 0 275 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2506]: 6 0 262 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2547]: 6 0 257 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2550]: 6 0 213 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2553]: 6 0 115 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2568]: 6 0 50.0001 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2571]: 6 0 5.00009 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2592]: 6 0 274 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2593]: 6 0 213 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2614]: 6 0 81.0001 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2615]: 6 0 263 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
1209.11/1212.12	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2637]: 6 0 108 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2639]: 6 0 136 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2660]: 6 0 189 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2664]: 6 -204 0 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2709]: 6 -82.0001 0 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2710]: 6 -104 0 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2964]: 6 0 29.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2965]: 6 0 327 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2987]: 6 0 92.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2990]: 6 0 327 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3006]: 6 0 299 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3008]: 6 0 118 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3009]: 6 0 277 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3010]: 6 0 190 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3028]: 6 0 322 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3033]: 6 0 219 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3034]: 6 0 316 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3095]: 6 0 94.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3117]: 6 0 81 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3442]: 6 0 319 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3443]: 6 0 149 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3445]: 6 0 303 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3446]: 6 0 173 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3463]: 6 0 41.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3466]: 6 0 71.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3467]: 6 0 373 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3490]: 6 0 293 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3508]: 6 0 130 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3511]: 6 0 245 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3512]: 6 0 158 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3516]: 6 0 93 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3528]: 6 0 48.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3532]: 6 0 151 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3533]: 6 0 214 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3539]: 6 0 37 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3551]: 6 0 246 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3573]: 6 0 186 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3601]: 6 0 21 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3657]: 6 0 331 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3741]: 6 0 83 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3879]: 6 0 413 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3896]: 6 0 40.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3897]: 6 0 38.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3908]: 6 0 33.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3932]: 6 0 90.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3946]: 6 0 211 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3949]: 6 0 76 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3990]: 6 0 284 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3992]: 6 0 158 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3995]: 6 0 92.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4008]: 6 0 403 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4012]: 6 0 217 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4018]: 6 0 47 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4021]: 6 0 210 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4053]: 6 0 172 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4101]: 6 0 88.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4117]: 6 0 72.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4158]: 6 0 59.0001 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4286]: 6 0 147 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4291]: 6 0 227 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
1209.11/1212.13	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[2088]: 6 0 15.0001 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[2154]: 6 0 77 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[2576]: 6 0 23.0001 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[2596]: 6 0 42 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[2613]: 6 0 50 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[3147]: 6 -35.0001 0 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[3423]: 6 0 51.0001 shouldn't be
1221.57/1224.63	WSVECS04 Frhs2[4144]: 6 0 35.0001 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[2963]: 6 0 101 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[2991]: 6 0 94.0001 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3013]: 6 0 113 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3030]: 6 0 170 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3049]: 6 0 88.0001 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3053]: 6 0 267 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3421]: 6 0 189 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3426]: 6 0 347 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3491]: 6 0 181 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3492]: 6 0 69.0001 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3554]: 6 0 60.0001 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3583]: 6 0 36.0001 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3950]: 6 0 320 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[3972]: 6 0 57.0001 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[4056]: 6 0 85 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[4113]: 6 0 163 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[4201]: 6 0 186 shouldn't be
1230.85/1233.98	WSVECS04 Frhs2[4234]: 6 0 67 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3032]: 6 0 22 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3051]: 6 0 53 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3094]: 6 0 42 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3489]: 6 0 45.0001 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3515]: 6 0 20.0001 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
1240.22/1243.34	WSVECS04 Frhs2[3918]: 6 0 254 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[2068]: 6 0 41 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3029]: 6 0 102 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3052]: 6 0 178 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3054]: 6 0 132 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3072]: 6 0 35.0001 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3119]: 6 0 267 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3468]: 6 0 4.00001 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3487]: 6 0 46 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[3513]: 6 0 87.0001 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[4019]: 6 0 80 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[4042]: 6 0 286 shouldn't be
1253.79/1256.99	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[3118]: 6 0 54.0001 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[3596]: 6 0 76 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[3905]: 6 0 79 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[3926]: 6 0 221 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[4143]: 6 0 58.0001 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
1270.54/1273.71	WSVECS04 Frhs2[4281]: 6 0 23.0001 shouldn't be
1356.91/1360.35	c bounds -21005 >= -252385 @ 1352.81
1357.00/1360.43	c bounds -21006 >= -252385 @ 1352.89
1357.00/1360.46	c bounds -21016 >= -252385 @ 1352.93
1357.40/1360.86	c bounds -21017 >= -252385 @ 1353.32
1357.40/1360.87	c bounds -21018 >= -252385 @ 1353.33
1357.80/1361.26	c bounds -21020 >= -252385 @ 1353.72
1357.91/1361.30	c bounds -21024 >= -252385 @ 1353.75
1357.91/1361.31	c bounds -21028 >= -252385 @ 1353.77
1357.91/1361.33	c bounds -21030 >= -252385 @ 1353.79
1357.91/1361.36	c bounds -21031 >= -252385 @ 1353.82
1357.91/1361.39	c bounds -21033 >= -252385 @ 1353.85
1358.01/1361.43	c bounds -21056 >= -252385 @ 1353.89
1358.01/1361.45	c bounds -21057 >= -252385 @ 1353.9
1358.11/1361.54	c bounds -21058 >= -252385 @ 1353.99
1358.11/1361.56	c bounds -21069 >= -252385 @ 1354.02
1358.11/1361.59	c bounds -21071 >= -252385 @ 1354.05
1358.21/1361.62	c bounds -21081 >= -252385 @ 1354.08
1358.21/1361.64	c bounds -21085 >= -252385 @ 1354.1
1358.31/1361.73	c bounds -21087 >= -252385 @ 1354.18
1359.80/1363.24	c #Conflicts:     199000 | #Constraints:     111002
1359.80/1363.24	c bounds -21088 >= -252385 @ 1355.69
1360.10/1363.55	c bounds -21089 >= -252385 @ 1355.99
1432.33/1435.96	c #Conflicts:     200000 | #Constraints:     112004
1432.33/1435.96	c #Conflicts:     201000 | #Constraints:     113004
1432.33/1435.96	c #Conflicts:     202000 | #Constraints:     114004
1432.33/1435.96	c #Conflicts:     203000 | #Constraints:     115004
1432.33/1435.96	c #Conflicts:     204000 | #Constraints:     116004
1432.33/1435.96	c #Conflicts:     205000 | #Constraints:     117004
1432.33/1435.96	c #Conflicts:     206000 | #Constraints:     118004
1432.33/1435.96	c #Conflicts:     207000 | #Constraints:     119004
1432.33/1435.96	c INPROCESSING
1432.33/1435.96	c GARBAGE COLLECT
1432.33/1435.96	c #Conflicts:     208000 | #Constraints:     111011
1432.33/1435.96	c #Conflicts:     209000 | #Constraints:     112011
1432.33/1435.96	c #Conflicts:     210000 | #Constraints:     113011
1432.33/1435.96	c #Conflicts:     211000 | #Constraints:     114011
1432.33/1435.96	c #Conflicts:     212000 | #Constraints:     115011
1432.33/1435.96	c #Conflicts:     213000 | #Constraints:     116011
1432.33/1435.96	c #Conflicts:     214000 | #Constraints:     117011
1432.33/1435.96	c #Conflicts:     215000 | #Constraints:     118011
1432.33/1435.96	c bounds -21089 >= -252146 @ 1428.08
1725.55/1729.86	c #Conflicts:     216000 | #Constraints:     119020
1725.55/1729.86	c INPROCESSING
1725.55/1729.86	c GARBAGE COLLECT
1725.55/1729.86	c #Conflicts:     217000 | #Constraints:     110851
1725.55/1729.86	c #Conflicts:     218000 | #Constraints:     111851
1725.55/1729.86	c #Conflicts:     219000 | #Constraints:     112851
1725.55/1729.86	c #Conflicts:     220000 | #Constraints:     113851
1725.55/1729.86	c #Conflicts:     221000 | #Constraints:     114851
1725.55/1729.86	c #Conflicts:     222000 | #Constraints:     115851
1725.55/1729.86	c #Conflicts:     223000 | #Constraints:     116851
1725.55/1729.86	c #Conflicts:     224000 | #Constraints:     117851
1725.55/1729.86	c #Conflicts:     225000 | #Constraints:     118852
1725.55/1729.86	c #Conflicts:     226000 | #Constraints:     119852
1725.55/1729.86	c INPROCESSING
1725.55/1729.86	c GARBAGE COLLECT
1725.55/1729.86	c #Conflicts:     227000 | #Constraints:     111462
1725.55/1729.86	c #Conflicts:     228000 | #Constraints:     112462
1725.55/1729.86	c #Conflicts:     229000 | #Constraints:     113462
1725.55/1729.86	c #Conflicts:     230000 | #Constraints:     114462
1725.55/1729.86	c #Conflicts:     231000 | #Constraints:     115462
1725.55/1729.86	c #Conflicts:     232000 | #Constraints:     116462
1725.55/1729.86	c #Conflicts:     233000 | #Constraints:     117462
1725.55/1729.86	c #Conflicts:     234000 | #Constraints:     118462
1725.55/1729.86	c #Conflicts:     235000 | #Constraints:     119462
1725.55/1729.86	c #Conflicts:     236000 | #Constraints:     120462
1725.55/1729.86	c INPROCESSING
1725.55/1729.86	c GARBAGE COLLECT
1725.55/1729.86	c #Conflicts:     237000 | #Constraints:     111859
1725.55/1729.86	c #Conflicts:     238000 | #Constraints:     112859
1725.55/1729.86	c #Conflicts:     239000 | #Constraints:     113859
1725.55/1729.86	c #Conflicts:     240000 | #Constraints:     114859
1725.55/1729.86	c #Conflicts:     241000 | #Constraints:     115859
1725.55/1729.86	c #Conflicts:     242000 | #Constraints:     116859
1725.55/1729.86	c #Conflicts:     243000 | #Constraints:     117859
1725.55/1729.86	c #Conflicts:     244000 | #Constraints:     118859
1725.55/1729.86	c #Conflicts:     245000 | #Constraints:     119859
1725.55/1729.86	c #Conflicts:     246000 | #Constraints:     120859
1725.55/1729.86	c INPROCESSING
1725.55/1729.86	c GARBAGE COLLECT
1725.55/1729.86	c #Conflicts:     247000 | #Constraints:     112061
1725.55/1729.86	c #Conflicts:     248000 | #Constraints:     113061
1725.55/1729.86	c #Conflicts:     249000 | #Constraints:     114061
1725.55/1729.86	c #Conflicts:     250000 | #Constraints:     115061
1725.55/1729.86	c #Conflicts:     251000 | #Constraints:     116061
1725.55/1729.86	c #Conflicts:     252000 | #Constraints:     117061
1725.55/1729.86	c #Conflicts:     253000 | #Constraints:     118061
1725.55/1729.86	c #Conflicts:     254000 | #Constraints:     119061
1725.55/1729.86	c #Conflicts:     255000 | #Constraints:     120061
1725.55/1729.86	c #Conflicts:     256000 | #Constraints:     121061
1725.55/1729.86	c INPROCESSING
1725.55/1729.86	c GARBAGE COLLECT
1725.55/1729.86	WSVECS04 Frhs2[438]: 6 -6.29565 0 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[1345]: 6 -30.7784 0 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[1383]: 6 0 220.639 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[1933]: 6 0 75.0991 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2280]: 6 0 149.606 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2303]: 6 0 60.9296 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2327]: 6 0 502.557 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2393]: 6 0 66.3708 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2410]: 6 0 165.472 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2436]: 6 0 48.3826 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2459]: 6 0 123.042 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2480]: 6 0 1.55052 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2741]: 6 0 67.5394 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2744]: 6 0 225.858 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2767]: 6 0 156.058 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2779]: 6 0 381.207 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2783]: 6 0 130.475 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2801]: 6 0 239.019 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2806]: 6 0 124.714 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2807]: 6 0 5.87989 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2829]: 6 0 24.229 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2848]: 6 0 106.124 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2852]: 6 0 165.708 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2899]: 6 0 81.6778 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2913]: 6 0 231.341 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2936]: 6 0 99.9841 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2941]: 6 0 25.4065 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2961]: 6 0 10.096 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2962]: 6 0 9.57604 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[2963]: 6 0 54.694 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3180]: 6 0 22.0958 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3200]: 6 0 244.208 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3204]: 6 0 81.5887 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3225]: 6 0 34.5291 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3226]: 6 0 239.679 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3236]: 6 0 1091.07 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3238]: 6 0 28.2082 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3240]: 6 0 177.98 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3263]: 6 0 191.186 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3280]: 6 0 22.811 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3289]: 6 0 269.477 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3290]: 6 0 246.913 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3291]: 6 0 58.8482 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3293]: 6 0 240.735 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3308]: 6 0 182.935 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3334]: 6 0 73.1563 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3369]: 6 0 153.913 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3370]: 6 0 297.624 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3374]: 6 0 329.227 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3380]: 6 0 239.366 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3391]: 6 0 109.991 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3397]: 6 0 18.4799 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3400]: 6 0 114.794 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3423]: 6 0 7.86231 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3442]: 6 0 299.955 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3443]: 6 0 109.283 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3446]: 6 0 150.622 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3463]: 6 0 10.991 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3466]: 6 0 15.6173 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3659]: 6 0 309.743 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3681]: 6 0 170.09 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3682]: 6 0 16.8093 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3704]: 6 0 40.4814 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3706]: 6 0 158.971 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3720]: 6 0 186.138 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3728]: 6 0 23.1618 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3729]: 6 0 298.788 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3760]: 6 0 44.5741 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3770]: 6 0 103.01 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3772]: 6 0 191.003 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3775]: 6 0 92.7499 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3809]: 6 0 343.361 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3816]: 6 0 148.665 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3831]: 6 0 8.24164 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3837]: 6 0 201.283 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3838]: 6 0 312.667 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3841]: 6 0 94.51 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3851]: 6 0 196.469 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3860]: 6 0 338.244 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3864]: 6 0 165.985 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3929]: 6 0 362.831 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3946]: 6 0 164.042 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3949]: 6 0 49.2508 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[3977]: 6 0 377.319 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4012]: 6 0 155.935 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4013]: 6 0 376.431 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4120]: 6 0 270.972 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4141]: 6 0 313.043 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4143]: 6 0 13.9487 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4161]: 6 0 255.457 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4162]: 6 0 291.752 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4175]: 6 0 319.119 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4199]: 6 0 334.585 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4211]: 6 0 140.957 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4212]: 6 0 360.183 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4248]: 6 0 318.018 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4296]: 6 0 86.2828 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4311]: 6 0 109.006 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4312]: 6 0 334.285 shouldn't be
1725.55/1729.86	WSVECS04 Frhs2[4336]: 6 -24.2253 0 shouldn't be
1728.54/1732.80	WSVECS04 Frhs2[3222]: 6 0 196.608 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[1822]: 6 0 273.578 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[1841]: 6 0 73.1425 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[1909]: 6 0 190.05 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[1975]: 6 0 53.6145 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2302]: 6 0 183.807 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2344]: 6 0 207.111 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2349]: 6 0 156.291 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2365]: 6 0 107.804 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2366]: 6 0 73.1502 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2371]: 6 0 112.5 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2392]: 6 0 238.676 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2412]: 6 0 124.444 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2415]: 6 0 92.0155 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2740]: 6 0 223.898 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2870]: 6 0 208.223 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[2912]: 6 0 191.864 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3028]: 6 0 291.153 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3245]: 6 0 203.242 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3264]: 6 0 277.559 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3284]: 6 0 190.268 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3288]: 6 0 303.306 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3350]: 6 0 60.685 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3354]: 6 0 286.956 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3435]: 6 0 241.127 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3467]: 6 0 359.941 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3482]: 6 0 346.495 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3680]: 6 0 167.297 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3719]: 6 0 222.263 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3750]: 6 0 332.362 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3767]: 6 0 210.163 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3778]: 6 0 245.051 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3783]: 6 0 326.558 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[3988]: 6 0 346.953 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[4098]: 6 0 278.265 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[4168]: 6 0 335.162 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[4185]: 6 0 374.752 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[4219]: 6 0 243.651 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[4262]: 6 0 377.095 shouldn't be
1731.93/1736.22	WSVECS04 Frhs2[4272]: 6 0 333.669 shouldn't be
1868.90/1873.56	c #Conflicts:     257000 | #Constraints:     112074
1868.90/1873.56	c #Conflicts:     258000 | #Constraints:     113074
1868.90/1873.56	c #Conflicts:     259000 | #Constraints:     114074
1868.90/1873.56	c #Conflicts:     260000 | #Constraints:     115074
1868.90/1873.56	c #Conflicts:     261000 | #Constraints:     116074
1868.90/1873.56	c #Conflicts:     262000 | #Constraints:     117074
1868.90/1873.56	c #Conflicts:     263000 | #Constraints:     118074
1868.90/1873.56	c #Conflicts:     264000 | #Constraints:     119074
1868.90/1873.56	c #Conflicts:     265000 | #Constraints:     120074
1868.90/1873.56	c #Conflicts:     266000 | #Constraints:     121074
1868.90/1873.56	c INPROCESSING
1868.90/1873.56	c GARBAGE COLLECT
1868.90/1873.56	c rational objective -31514.3
2096.61/2101.85	c #Conflicts:     267000 | #Constraints:     111868
2096.61/2101.85	c #Conflicts:     268000 | #Constraints:     112868
2096.61/2101.85	c #Conflicts:     269000 | #Constraints:     113868
2096.61/2101.85	c #Conflicts:     270000 | #Constraints:     114868
2096.61/2101.85	c #Conflicts:     271000 | #Constraints:     115868
2096.61/2101.85	c #Conflicts:     272000 | #Constraints:     116868
2096.61/2101.85	c #Conflicts:     273000 | #Constraints:     117869
2096.61/2101.85	c #Conflicts:     274000 | #Constraints:     118869
2096.61/2101.85	c #Conflicts:     275000 | #Constraints:     119869
2096.61/2101.85	c #Conflicts:     276000 | #Constraints:     120869
2096.61/2101.85	c #Conflicts:     277000 | #Constraints:     121869
2096.61/2101.85	c INPROCESSING
2096.61/2101.85	c GARBAGE COLLECT
2096.61/2101.85	c #Conflicts:     278000 | #Constraints:     112473
2096.61/2101.85	c #Conflicts:     279000 | #Constraints:     113473
2096.61/2101.85	c #Conflicts:     280000 | #Constraints:     114473
2096.61/2101.85	c #Conflicts:     281000 | #Constraints:     115473
2096.61/2101.85	c #Conflicts:     282000 | #Constraints:     116473
2096.61/2101.85	c #Conflicts:     283000 | #Constraints:     117473
2096.61/2101.85	c #Conflicts:     284000 | #Constraints:     118474
2096.61/2101.85	c #Conflicts:     285000 | #Constraints:     119474
2096.61/2101.85	c #Conflicts:     286000 | #Constraints:     120474
2096.61/2101.85	c #Conflicts:     287000 | #Constraints:     121474
2096.61/2101.85	c #Conflicts:     288000 | #Constraints:     122474
2096.61/2101.85	c INPROCESSING
2096.61/2101.85	c GARBAGE COLLECT
2096.61/2101.85	c rational objective -31514.3
2341.36/2347.27	c #Conflicts:     289000 | #Constraints:     112885
2341.36/2347.27	c #Conflicts:     290000 | #Constraints:     113885
2341.36/2347.27	c #Conflicts:     291000 | #Constraints:     114885
2341.36/2347.27	c #Conflicts:     292000 | #Constraints:     115885
2341.36/2347.27	c #Conflicts:     293000 | #Constraints:     116885
2341.36/2347.27	c #Conflicts:     294000 | #Constraints:     117885
2341.36/2347.27	c #Conflicts:     295000 | #Constraints:     118885
2341.36/2347.27	c #Conflicts:     296000 | #Constraints:     119885
2341.36/2347.27	c #Conflicts:     297000 | #Constraints:     120885
2341.36/2347.27	c #Conflicts:     298000 | #Constraints:     121885
2341.36/2347.27	c #Conflicts:     299000 | #Constraints:     122886
2341.36/2347.27	c INPROCESSING
2341.36/2347.27	c GARBAGE COLLECT
2341.36/2347.27	c #Conflicts:     300000 | #Constraints:     113088
2341.36/2347.27	c #Conflicts:     301000 | #Constraints:     114088
2341.36/2347.27	c #Conflicts:     302000 | #Constraints:     115088
2341.36/2347.27	c #Conflicts:     303000 | #Constraints:     116088
2341.36/2347.27	c #Conflicts:     304000 | #Constraints:     117088
2341.36/2347.27	c #Conflicts:     305000 | #Constraints:     118088
2341.36/2347.27	c #Conflicts:     306000 | #Constraints:     119088
2341.36/2347.27	c #Conflicts:     307000 | #Constraints:     120088
2341.36/2347.27	c #Conflicts:     308000 | #Constraints:     121088
2341.36/2347.27	c #Conflicts:     309000 | #Constraints:     122088
2341.36/2347.27	c #Conflicts:     310000 | #Constraints:     123088
2341.36/2347.27	c INPROCESSING
2341.36/2347.27	c GARBAGE COLLECT
2341.36/2347.27	c rational objective -31514.3
2601.75/2608.35	c #Conflicts:     311000 | #Constraints:     113079
2601.75/2608.35	c #Conflicts:     312000 | #Constraints:     114079
2601.75/2608.35	c #Conflicts:     313000 | #Constraints:     115080
2601.75/2608.35	c #Conflicts:     314000 | #Constraints:     116080
2601.75/2608.35	c #Conflicts:     315000 | #Constraints:     117080
2601.75/2608.35	c #Conflicts:     316000 | #Constraints:     118080
2601.75/2608.35	c #Conflicts:     317000 | #Constraints:     119080
2601.75/2608.35	c #Conflicts:     318000 | #Constraints:     120080
2601.75/2608.35	c #Conflicts:     319000 | #Constraints:     121080
2601.75/2608.35	c #Conflicts:     320000 | #Constraints:     122080
2601.75/2608.35	c #Conflicts:     321000 | #Constraints:     123080
2601.75/2608.35	c INPROCESSING
2601.75/2608.35	c GARBAGE COLLECT
2601.75/2608.35	c #Conflicts:     322000 | #Constraints:     112888
2601.75/2608.35	c #Conflicts:     323000 | #Constraints:     113888
2601.75/2608.35	c #Conflicts:     324000 | #Constraints:     114888
2601.75/2608.35	c #Conflicts:     325000 | #Constraints:     115888
2601.75/2608.35	c #Conflicts:     326000 | #Constraints:     116888
2601.75/2608.35	c #Conflicts:     327000 | #Constraints:     117889
2601.75/2608.35	c #Conflicts:     328000 | #Constraints:     118889
2601.75/2608.35	c #Conflicts:     329000 | #Constraints:     119889
2601.75/2608.35	c #Conflicts:     330000 | #Constraints:     120889
2601.75/2608.35	c #Conflicts:     331000 | #Constraints:     121889
2601.75/2608.35	c #Conflicts:     332000 | #Constraints:     122889
2601.75/2608.35	c #Conflicts:     333000 | #Constraints:     123889
2601.75/2608.35	c INPROCESSING
2601.75/2608.35	c GARBAGE COLLECT
2601.75/2608.35	c rational objective -31514.3
2916.90/2924.32	c #Conflicts:     334000 | #Constraints:     113494
2916.90/2924.32	c #Conflicts:     335000 | #Constraints:     114494
2916.90/2924.32	c #Conflicts:     336000 | #Constraints:     115494
2916.90/2924.32	c #Conflicts:     337000 | #Constraints:     116494
2916.90/2924.32	c #Conflicts:     338000 | #Constraints:     117494
2916.90/2924.32	c #Conflicts:     339000 | #Constraints:     118494
2916.90/2924.32	c #Conflicts:     340000 | #Constraints:     119494
2916.90/2924.32	c #Conflicts:     341000 | #Constraints:     120495
2916.90/2924.32	c #Conflicts:     342000 | #Constraints:     121495
2916.90/2924.32	c #Conflicts:     343000 | #Constraints:     122495
2916.90/2924.32	c #Conflicts:     344000 | #Constraints:     123495
2916.90/2924.32	c #Conflicts:     345000 | #Constraints:     124495
2916.90/2924.32	c INPROCESSING
2916.90/2924.32	c GARBAGE COLLECT
2916.90/2924.32	c #Conflicts:     346000 | #Constraints:     113897
2916.90/2924.32	c #Conflicts:     347000 | #Constraints:     114897
2916.90/2924.32	c #Conflicts:     348000 | #Constraints:     115897
2916.90/2924.32	c #Conflicts:     349000 | #Constraints:     116897
2916.90/2924.32	c #Conflicts:     350000 | #Constraints:     117897
2916.90/2924.32	c #Conflicts:     351000 | #Constraints:     118897
2916.90/2924.32	c #Conflicts:     352000 | #Constraints:     119897
2916.90/2924.32	c #Conflicts:     353000 | #Constraints:     120897
2916.90/2924.32	c #Conflicts:     354000 | #Constraints:     121898
2916.90/2924.32	c #Conflicts:     355000 | #Constraints:     122898
2916.90/2924.32	c #Conflicts:     356000 | #Constraints:     123898
2916.90/2924.32	c #Conflicts:     357000 | #Constraints:     124898
2916.90/2924.32	c INPROCESSING
2916.90/2924.32	c GARBAGE COLLECT
2916.90/2924.32	c #Conflicts:     358000 | #Constraints:     114084
2916.90/2924.32	c #Conflicts:     359000 | #Constraints:     115084
2916.90/2924.32	c #Conflicts:     360000 | #Constraints:     116084
2916.90/2924.32	c #Conflicts:     361000 | #Constraints:     117084
2916.90/2924.32	c #Conflicts:     362000 | #Constraints:     118085
2916.90/2924.32	c #Conflicts:     363000 | #Constraints:     119085
2916.90/2924.32	c #Conflicts:     364000 | #Constraints:     120085
2916.90/2924.32	c #Conflicts:     365000 | #Constraints:     121086
2916.90/2924.32	c #Conflicts:     366000 | #Constraints:     122087
2916.90/2924.32	c #Conflicts:     367000 | #Constraints:     123087
2916.90/2924.32	c #Conflicts:     368000 | #Constraints:     124087
2916.90/2924.32	c #Conflicts:     369000 | #Constraints:     125087
2916.90/2924.32	c INPROCESSING
2916.90/2924.32	c GARBAGE COLLECT
2916.90/2924.32	WSVECS04 Frhs2[11]: 6 -1.03267 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[26]: 6 -3.27086 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[33]: 6 -38.7757 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[53]: 6 -19.5842 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[65]: 6 -36.3363 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[98]: 6 -1.34701 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[187]: 6 -4.87785 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[241]: 6 -10.2008 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[259]: 6 -7.56409 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[266]: 6 -2.64185 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[275]: 6 -6.78265 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[278]: 6 -5.96825 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[282]: 6 -11.3136 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[297]: 6 -32.9633 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[312]: 6 -13.0256 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[317]: 6 -12.8834 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[321]: 6 -41.3164 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[389]: 6 -19.1127 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[396]: 6 -4.15458 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[397]: 6 -7.93126 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[424]: 6 -32.3771 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[467]: 6 -8.97826 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[870]: 6 -0.532369 0 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[2901]: 6 0 7.08372 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3192]: 6 0 33.6413 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3239]: 6 0 31.1257 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3355]: 6 0 3.16311 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3423]: 6 0 16.4265 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3583]: 6 0 31.3348 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3617]: 6 0 1.23909 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3687]: 6 0 19.6851 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3747]: 6 0 22.3991 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3792]: 6 0 24.7965 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3908]: 6 0 16.9703 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[3936]: 6 0 2.78625 shouldn't be
2916.90/2924.32	WSVECS04 Frhs2[4172]: 6 0 3.28589 shouldn't be
2945.62/2953.18	c rational objective -31514.3
3155.56/3163.61	c #Conflicts:     370000 | #Constraints:     114085
3155.56/3163.61	c #Conflicts:     371000 | #Constraints:     115085
3155.56/3163.61	c #Conflicts:     372000 | #Constraints:     116085
3155.56/3163.61	c #Conflicts:     373000 | #Constraints:     117085
3155.56/3163.61	c #Conflicts:     374000 | #Constraints:     118085
3155.56/3163.61	c #Conflicts:     375000 | #Constraints:     119085
3155.56/3163.61	c #Conflicts:     376000 | #Constraints:     120085
3155.56/3163.61	c #Conflicts:     377000 | #Constraints:     121085
3155.56/3163.61	c #Conflicts:     378000 | #Constraints:     122085
3155.56/3163.61	c #Conflicts:     379000 | #Constraints:     123085
3155.56/3163.61	c #Conflicts:     380000 | #Constraints:     124085
3155.56/3163.61	c #Conflicts:     381000 | #Constraints:     125085
3155.56/3163.61	c INPROCESSING
3155.56/3163.61	c GARBAGE COLLECT
3155.56/3163.61	c #Conflicts:     382000 | #Constraints:     113883
3155.56/3163.61	c #Conflicts:     383000 | #Constraints:     114883
3155.56/3163.61	c #Conflicts:     384000 | #Constraints:     115884
3155.56/3163.61	c #Conflicts:     385000 | #Constraints:     116884
3155.56/3163.61	c #Conflicts:     386000 | #Constraints:     117884
3155.56/3163.61	c #Conflicts:     387000 | #Constraints:     118884
3155.56/3163.61	c #Conflicts:     388000 | #Constraints:     119884
3155.56/3163.61	c #Conflicts:     389000 | #Constraints:     120884
3155.56/3163.61	c #Conflicts:     390000 | #Constraints:     121884
3155.56/3163.61	c #Conflicts:     391000 | #Constraints:     122884
3155.56/3163.61	c #Conflicts:     392000 | #Constraints:     123884
3155.56/3163.61	c #Conflicts:     393000 | #Constraints:     124884
3155.56/3163.61	c #Conflicts:     394000 | #Constraints:     125884
3155.56/3163.61	c INPROCESSING
3155.56/3163.61	c GARBAGE COLLECT
3155.56/3163.61	WSVECS04 Frhs2[53]: 6 -39.6252 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[57]: 6 -19.9698 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[94]: 6 -3.18671 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[102]: 6 -5.84644 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[124]: 6 -10.2895 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[142]: 6 -8.78688 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[149]: 6 -0.154344 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[152]: 6 -52.9888 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[166]: 6 -2.78657 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[209]: 6 -12.3925 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[225]: 6 -49.2836 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[236]: 6 -30.7175 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[275]: 6 -36.4836 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[278]: 6 -29.5493 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[287]: 6 -36.2479 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[288]: 6 -58.5181 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[297]: 6 -61.3073 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[303]: 6 -2.07315 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[311]: 6 -8.34284 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[321]: 6 -39.2296 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[355]: 6 -44.7942 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[359]: 6 -4.06639 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[367]: 6 -30.2297 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[396]: 6 -38.9684 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[397]: 6 -1.79969 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[424]: 6 -14.4862 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[453]: 6 -14.1578 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[558]: 6 -1.09041 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[895]: 6 -4.19448 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[927]: 6 -2.35966 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[933]: 6 -15.1055 0 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[2478]: 6 0 31.7193 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[2951]: 6 0 16.2942 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[3051]: 6 0 51.2814 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[3352]: 6 0 24.9598 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[3411]: 6 0 2.67438 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[3747]: 6 0 7.24294 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[3764]: 6 0 54.5361 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[3771]: 6 0 0.0420284 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[4005]: 6 0 23.9014 shouldn't be
3155.56/3163.61	WSVECS04 Frhs2[4355]: 6 -27.239 0 shouldn't be
3176.40/3184.53	WSVECS04 Frhs2[26]: 6 -33.5011 0 shouldn't be
3176.40/3184.53	WSVECS04 Frhs2[340]: 6 -67.5924 0 shouldn't be
3176.40/3184.53	WSVECS04 Frhs2[438]: 6 -69.7337 0 shouldn't be
3176.40/3184.53	WSVECS04 Frhs2[2629]: 6 0 10.2724 shouldn't be
3176.40/3184.53	WSVECS04 Frhs2[2967]: 6 0 6.11489 shouldn't be
3176.40/3184.53	WSVECS04 Frhs2[3062]: 6 0 55.7666 shouldn't be
3214.89/3223.19	c rational objective -31514.3
3285.58/3294.04	c #Conflicts:     395000 | #Constraints:     114490
3285.58/3294.04	c #Conflicts:     396000 | #Constraints:     115490
3285.58/3294.04	c #Conflicts:     397000 | #Constraints:     116491
3285.58/3294.04	c #Conflicts:     398000 | #Constraints:     117491
3285.58/3294.04	c #Conflicts:     399000 | #Constraints:     118491
3285.58/3294.04	c #Conflicts:     400000 | #Constraints:     119491
3285.58/3294.04	c #Conflicts:     401000 | #Constraints:     120491
3285.58/3294.04	c #Conflicts:     402000 | #Constraints:     121491
3285.58/3294.04	c #Conflicts:     403000 | #Constraints:     122491
3285.58/3294.04	c #Conflicts:     404000 | #Constraints:     123491
3285.58/3294.04	c #Conflicts:     405000 | #Constraints:     124491
3285.58/3294.04	c #Conflicts:     406000 | #Constraints:     125491
3285.58/3294.04	c #Conflicts:     407000 | #Constraints:     126491
3285.58/3294.04	c INPROCESSING
3285.58/3294.04	c GARBAGE COLLECT
3285.58/3294.04	c bounds -21090 >= -252146 @ 3278.22
3285.58/3294.05	c bounds -21098 >= -252146 @ 3278.23
3286.07/3294.55	c bounds -21099 >= -252146 @ 3278.72
3286.07/3294.55	c bounds -21099 >= -251911 @ 3278.73
3286.07/3294.58	c bounds -21099 >= -251673 @ 3278.75
3286.07/3294.58	c bounds -21099 >= -251440 @ 3278.75
3286.17/3294.60	c bounds -21099 >= -251203 @ 3278.77
3286.17/3294.63	c bounds -21099 >= -250970 @ 3278.8
3286.17/3294.63	c bounds -21099 >= -250737 @ 3278.8
3286.17/3294.65	c bounds -21099 >= -250503 @ 3278.83
3286.17/3294.67	c bounds -21099 >= -250270 @ 3278.84
3286.27/3294.71	c bounds -21099 >= -250037 @ 3278.88
3286.27/3294.79	c bounds -21099 >= -249804 @ 3278.96
3286.68/3295.15	c bounds -21099 >= -249571 @ 3279.32
3289.36/3297.80	WSVECS04 Frhs2[137]: 6 -4.0001 0 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[860]: 6 -24.0001 0 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[990]: 6 -24 0 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[1014]: 6 -66.0001 0 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[1744]: 6 0 191 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[1789]: 6 0 128 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2225]: 6 0 186 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2795]: 6 0 65 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3711]: 6 0 98 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[3949]: 6 0 76.0001 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
3289.36/3297.80	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[93]: 6 -16 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[492]: 6 -41 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[495]: 6 -63.0001 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[690]: 6 -55 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[709]: 6 -66.0001 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[1331]: 6 -89.0001 0 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[2139]: 6 0 107 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[2712]: 6 0 81.0001 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[2843]: 6 0 2.0001 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
3291.36/3299.83	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[600]: 6 -20.0001 0 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[837]: 6 -49.0001 0 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[1371]: 6 0 121 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[1678]: 6 0 100 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[1813]: 6 -82.0001 0 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2227]: 6 0 228 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2247]: 6 0 195 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2272]: 6 0 47.0001 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3673]: 6 0 46.0001 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4018]: 6 0 47 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4021]: 6 0 210 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
3294.85/3303.37	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[18]: 6 -9.00008 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[38]: 6 -31 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[39]: 6 -30 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[42]: 6 -35.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[66]: 6 -25 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[82]: 6 -13.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[88]: 6 -22 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[109]: 6 -11 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[112]: 6 -3.00009 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[126]: 6 -16.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[131]: 6 -16.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[138]: 6 -34.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[167]: 6 -2.00002 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[190]: 6 -6.00001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[234]: 6 -20 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[235]: 6 -24 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[239]: 6 -5.00008 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[240]: 6 -2.00004 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[256]: 6 -24 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[257]: 6 -26 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[281]: 6 -8.00007 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[345]: 6 -2.00004 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[364]: 6 -9.00006 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[383]: 6 -9.00003 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[403]: 6 -25 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[425]: 6 -15 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[537]: 6 -9.00003 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[540]: 6 -56 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[597]: 6 -52.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[627]: 6 -36 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[689]: 6 -61.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[705]: 6 -18.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[710]: 6 -33 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[712]: 6 -1.00005 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[714]: 6 -47.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[754]: 6 -23.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[757]: 6 -10 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[834]: 6 -63 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[856]: 6 -15 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[859]: 6 -10 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[873]: 6 0 53.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[878]: 6 -32.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[885]: 6 -25.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[887]: 6 -44 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[965]: 6 -75.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[992]: 6 -95 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1050]: 6 -56 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1054]: 6 -95 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1058]: 6 -11.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1075]: 6 -21 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1146]: 6 -56 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1189]: 6 -35.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1209]: 6 -68 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1244]: 6 0 113 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1311]: 6 -47 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1326]: 6 0 118 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1328]: 6 0 38 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1329]: 6 0 139 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1363]: 6 -51 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1425]: 6 -20 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1635]: 6 0 99.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1657]: 6 0 189 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1668]: 6 -14.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1767]: 6 0 104 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1790]: 6 0 126 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1810]: 6 0 142 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1811]: 6 0 85.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1815]: 6 -16.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2094]: 6 0 127 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2138]: 6 0 155 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2140]: 6 0 32.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2206]: 6 0 143 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2241]: 6 0 43.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2245]: 6 0 35 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2248]: 6 0 184 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2270]: 6 0 206 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2451]: 6 -55.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2453]: 6 -27.0001 0 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2596]: 6 0 42.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2647]: 6 0 38 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2665]: 6 0 271 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2774]: 6 0 48 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2790]: 6 0 42.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2791]: 6 0 75.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2820]: 6 0 98.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3106]: 6 0 59 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3118]: 6 0 54.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3125]: 6 0 26.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3168]: 6 0 121 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3186]: 6 0 76.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3188]: 6 0 93.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3191]: 6 0 83.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3205]: 6 0 24.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3278]: 6 0 65 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3280]: 6 0 50 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3291]: 6 0 87 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3316]: 6 0 75 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3341]: 6 0 16 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3516]: 6 0 93 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3539]: 6 0 37 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3583]: 6 0 36.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3601]: 6 0 21 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3631]: 6 0 94 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3741]: 6 0 83 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3749]: 6 0 77.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3751]: 6 0 60 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3888]: 6 0 64.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3950]: 6 0 320 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3995]: 6 0 92.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4172]: 6 0 81 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4201]: 6 0 186 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4227]: 6 0 87.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4250]: 6 0 90.0001 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
3298.64/3307.18	WSVECS04 Frhs2[4296]: 6 0 149 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[63]: 6 -11 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[65]: 6 -28 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[84]: 6 -4.00002 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[91]: 6 -31.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[105]: 6 -29.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[113]: 6 -17 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[116]: 6 -7.00009 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[127]: 6 -30.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[133]: 6 -2.00005 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[148]: 6 -16.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[150]: 6 -23 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[175]: 6 -9.00001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[216]: 6 -6.00008 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[237]: 6 -9.00007 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[260]: 6 -4.00009 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[262]: 6 -7.00002 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[387]: 6 -4.00006 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[406]: 6 -8.00007 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[408]: 6 -32 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[494]: 6 -44 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[510]: 6 -45.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[514]: 6 -16.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[516]: 6 -41.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[533]: 6 -17.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[534]: 6 -70 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[553]: 6 -44 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[554]: 6 -44 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[559]: 6 -67.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[575]: 6 -20.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[576]: 6 -67 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[577]: 6 -57.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[579]: 6 -37 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[598]: 6 -13.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[601]: 6 -48.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[621]: 6 -27 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[660]: 6 -36 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[685]: 6 -41.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[706]: 6 -54.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[733]: 6 -52 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[753]: 6 -35 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[833]: 6 -68.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[880]: 6 -52 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[900]: 6 -33 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[919]: 6 -7.00009 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[920]: 6 -8.00009 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[921]: 6 -12.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[922]: 6 -64 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[923]: 6 -52.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[964]: 6 -15.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[966]: 6 -62.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[968]: 6 -45 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[987]: 6 -90 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[988]: 6 -72 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1008]: 6 -6.00009 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1011]: 6 -30 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1028]: 6 -55.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1032]: 6 -47 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1033]: 6 -17.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1035]: 6 -106 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1057]: 6 -17 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1073]: 6 -71 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1079]: 6 -47.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1143]: 6 -54.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1145]: 6 -82.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1158]: 6 -68 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1187]: 6 -94 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1188]: 6 -82.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1210]: 6 -102 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1333]: 6 -63 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1335]: 6 -54 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1384]: 6 -27.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1405]: 6 -94 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1423]: 6 -46.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1443]: 6 -107 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1447]: 6 -3.00004 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1511]: 6 -115 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1513]: 6 -100 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1530]: 6 -104 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1533]: 6 -115 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1534]: 6 -67.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1623]: 6 -104 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1625]: 6 -85 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1648]: 6 -102 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1702]: 6 0 153 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1724]: 6 0 20.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1746]: 6 0 33.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1814]: 6 -46.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1829]: 6 0 38.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1866]: 6 -126 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1887]: 6 -6.00007 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1950]: 6 -68.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1968]: 6 -13 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1971]: 6 -43.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[1991]: 6 -54.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2105]: 6 -65.0001 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2126]: 6 -2.00009 0 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2161]: 6 0 56.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2162]: 6 0 186 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2182]: 6 0 216 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2183]: 6 0 94.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2268]: 6 0 12.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2358]: 6 0 75.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2622]: 6 0 21 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2708]: 6 0 124 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3082]: 6 0 78.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3119]: 6 0 267 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3183]: 6 0 67 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3217]: 6 0 27.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3259]: 6 0 20.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3269]: 6 0 66.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3271]: 6 0 14.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3319]: 6 0 64 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3515]: 6 0 20.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3587]: 6 0 65.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3652]: 6 0 88 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3728]: 6 0 69 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3762]: 6 0 49.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4019]: 6 0 80.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4056]: 6 0 85.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4101]: 6 0 88.0001 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
3305.12/3313.60	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
3307.02/3315.50	c bounds -21099 >= -249338 @ 3299.52
3308.11/3316.62	c bounds -21099 >= -249105 @ 3300.63
3311.81/3320.39	c #Conflicts:     408000 | #Constraints:     114979
3311.81/3320.39	c bounds -21104 >= -249105 @ 3304.38
3317.68/3326.20	c #Conflicts:     409000 | #Constraints:     115980
3317.68/3326.20	c bounds -21104 >= -248872 @ 3310.17
3324.48/3333.04	c #Conflicts:     410000 | #Constraints:     116995
3324.48/3333.04	c bounds -21104 >= -248639 @ 3316.99
3335.74/3344.30	c #Conflicts:     411000 | #Constraints:     118010
3335.74/3344.30	c bounds -21104 >= -248406 @ 3328.22
3361.98/3370.65	c #Conflicts:     412000 | #Constraints:     119019
3361.98/3370.65	c #Conflicts:     413000 | #Constraints:     120019
3361.98/3370.65	c #Conflicts:     414000 | #Constraints:     121019
3361.98/3370.65	c #Conflicts:     415000 | #Constraints:     122019
3361.98/3370.65	c bounds -21104 >= -248173 @ 3354.47
3378.63/3387.35	c #Conflicts:     416000 | #Constraints:     123028
3378.63/3387.35	c #Conflicts:     417000 | #Constraints:     124028
3378.63/3387.35	c #Conflicts:     418000 | #Constraints:     125028
3378.63/3387.35	c #Conflicts:     419000 | #Constraints:     126028
3378.63/3387.35	c #Conflicts:     420000 | #Constraints:     127028
3378.63/3387.35	c INPROCESSING
3378.63/3387.35	c GARBAGE COLLECT
3378.63/3387.35	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[370]: 6 -31.0001 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[412]: 6 -17 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[430]: 6 -29 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[765]: 6 -58 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[809]: 6 -5.00002 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[1284]: 6 -65 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[1285]: 6 -107 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[1286]: 6 -28 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[1719]: 6 -105 0 shouldn't be
3378.63/3387.35	WSVECS04 Frhs2[2222]: 6 -124 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1]: 6 -17.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[139]: 6 -34.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[164]: 6 -5.00008 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[179]: 6 -31.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[186]: 6 -16.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[201]: 6 -21.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[208]: 6 -12.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[221]: 6 -3.00005 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[229]: 6 -34 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[250]: 6 -13 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[251]: 6 -2.00003 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[268]: 6 -10 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[288]: 6 -18 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[290]: 6 -31 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[297]: 6 -8.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[310]: 6 -9.00003 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[317]: 6 -8.00003 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[330]: 6 -34.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[332]: 6 -20.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[350]: 6 -13 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[352]: 6 -31.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[354]: 6 -5.00006 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[357]: 6 -2.00008 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[361]: 6 -23.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[368]: 6 -21.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[373]: 6 -11.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[378]: 6 -4.00006 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[392]: 6 -9.00007 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[401]: 6 -24 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[409]: 6 -28.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[431]: 6 -15.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[631]: 6 -47 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[632]: 6 -42.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[635]: 6 -43.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[655]: 6 -55.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[682]: 6 -30.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[697]: 6 -42.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[776]: 6 -58 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[777]: 6 -40 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[780]: 6 -43.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[788]: 6 -33.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[789]: 6 -30.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[863]: 6 -5.00008 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[948]: 6 -99 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1132]: 6 -11.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1148]: 6 -105 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1149]: 6 -88.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1176]: 6 -21.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1213]: 6 -40 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1215]: 6 -65.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1216]: 6 -40 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1240]: 6 -48.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1259]: 6 -94.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1260]: 6 -72.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1283]: 6 -53 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1297]: 6 -55.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1450]: 6 -118 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1629]: 6 -130 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1698]: 6 -98.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1741]: 6 -25.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[1762]: 6 -65.0001 0 shouldn't be
3383.61/3392.37	WSVECS04 Frhs2[2220]: 6 -139 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[22]: 6 -25.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[49]: 6 -23.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[69]: 6 -22 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[188]: 6 -16 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[199]: 6 -10.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[206]: 6 -19.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[233]: 6 -2.00003 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[252]: 6 -4.00004 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[263]: 6 -12.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[269]: 6 -22 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[306]: 6 -35.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[315]: 6 -14.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[319]: 6 -30 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[328]: 6 -12 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[334]: 6 -30 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[349]: 6 -14.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[374]: 6 -32.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[410]: 6 -35.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[413]: 6 -21.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[416]: 6 -9.00002 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[435]: 6 -23.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[541]: 6 -10.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[654]: 6 -51.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[659]: 6 -13.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[693]: 6 -45 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[698]: 6 -70.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[699]: 6 -33.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[701]: 6 -57.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[762]: 6 -64.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[779]: 6 -54.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[831]: 6 -4.00006 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[839]: 6 -48 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[851]: 6 -32.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[884]: 6 -19 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[904]: 6 -11.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[925]: 6 -7.00006 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[947]: 6 -106 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[971]: 6 -36 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1150]: 6 -9.00003 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1152]: 6 -38 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1237]: 6 -8.00006 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1257]: 6 -81.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1263]: 6 -50.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1282]: 6 -71.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1317]: 6 -107 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1339]: 6 -21 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1609]: 6 -42 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1633]: 6 -56.0001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1721]: 6 -124 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[1739]: 6 -7.00001 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[2132]: 6 -34 0 shouldn't be
3387.20/3395.99	WSVECS04 Frhs2[2133]: 6 -119 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[3]: 6 -30 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[4]: 6 -3 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[28]: 6 -32 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[120]: 6 -6 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[178]: 6 -9 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[186]: 6 -16 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
3390.19/3399.00	WSVECS04 Frhs2[227]: 6 -25 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[229]: 6 -34 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[252]: 6 -4 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[273]: 6 -20 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[292]: 6 -5 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[310]: 6 -9 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[326]: 6 -8 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[336]: 6 -29 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[349]: 6 -14 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[354]: 6 -5 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[369]: 6 -7 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[370]: 6 -31 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[378]: 6 -4 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[390]: 6 -8 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[409]: 6 -28 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[410]: 6 -35 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[411]: 6 -3 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[416]: 6 -9 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[430]: 6 -29 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[437]: 6 -4 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[497]: 6 -32 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[498]: 6 -57 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[541]: 6 -10 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[631]: 6 -47 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[632]: 6 -42 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[655]: 6 -55 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[656]: 6 -25 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[659]: 6 -13 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[674]: 6 -45 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[677]: 6 -18 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[693]: 6 -45 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[699]: 6 -33 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[742]: 6 -34 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[765]: 6 -58 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[806]: 6 -47 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[809]: 6 -5 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[810]: 6 -39 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[839]: 6 -48 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[861]: 6 -61 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[971]: 6 -36 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1152]: 6 -38 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1174]: 6 -28 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1175]: 6 -16 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1216]: 6 -40 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1428]: 6 -76 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1450]: 6 -118 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1609]: 6 -42 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1697]: 6 -55 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1717]: 6 -121 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1719]: 6 -105 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1721]: 6 -124 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[1762]: 6 -65 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[2132]: 6 -34 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[2157]: 6 -76 0 shouldn't be
3390.30/3399.00	WSVECS04 Frhs2[2175]: 6 -70 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[139]: 6 -34 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[164]: 6 -5 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[166]: 6 -6 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[188]: 6 -16 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[206]: 6 -19 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[208]: 6 -12 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[221]: 6 -3 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[233]: 6 -2 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[250]: 6 -13 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[251]: 6 -2 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[268]: 6 -10 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[269]: 6 -22 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[275]: 6 -10 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[288]: 6 -18 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[297]: 6 -8 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[299]: 6 -20 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[306]: 6 -35 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[315]: 6 -14 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[317]: 6 -8 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[327]: 6 -17 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[328]: 6 -12 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[334]: 6 -30 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[350]: 6 -13 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[357]: 6 -2 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[361]: 6 -23 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[377]: 6 -13 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[412]: 6 -17 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[500]: 6 -13 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[654]: 6 -51 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[676]: 6 -24 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[678]: 6 -68 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[682]: 6 -30 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[697]: 6 -42 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[701]: 6 -57 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[719]: 6 -57 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[720]: 6 -21 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[735]: 6 -62 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[741]: 6 -67 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[745]: 6 -42 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[762]: 6 -64 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[763]: 6 -41 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[776]: 6 -58 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[784]: 6 -32 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[789]: 6 -30 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[798]: 6 -32 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[808]: 6 -35 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[817]: 6 -34 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[831]: 6 -4 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[841]: 6 -14 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[846]: 6 -67 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[863]: 6 -5 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[864]: 6 -42 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[884]: 6 -19 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[904]: 6 -11 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[925]: 6 -7 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[947]: 6 -106 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[948]: 6 -99 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1147]: 6 -56 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1149]: 6 -88 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1150]: 6 -9 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1171]: 6 -43 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1176]: 6 -21 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1215]: 6 -65 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1219]: 6 -6 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1235]: 6 -79 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1240]: 6 -48 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1257]: 6 -81 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1259]: 6 -94 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1263]: 6 -50 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1275]: 6 -35 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1278]: 6 -47 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1283]: 6 -53 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1285]: 6 -107 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1295]: 6 -52 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1318]: 6 -51 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1325]: 6 -58 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1339]: 6 -21 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1429]: 6 -93 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1633]: 6 -56 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1654]: 6 -62 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1672]: 6 -31 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1676]: 6 -34 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1693]: 6 -68 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1695]: 6 -68 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1698]: 6 -98 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1739]: 6 -7 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1741]: 6 -25 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1743]: 6 -42 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1760]: 6 -21 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[1761]: 6 -49 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[2133]: 6 -119 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[2135]: 6 -76 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[2180]: 6 -150 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[2222]: 6 -124 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[2224]: 6 -60 0 shouldn't be
3392.49/3401.24	WSVECS04 Frhs2[2244]: 6 -7 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[50]: 6 -4 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[69]: 6 -22 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[207]: 6 -33 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[318]: 6 -25 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[319]: 6 -30 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[332]: 6 -20 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[360]: 6 -17 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[368]: 6 -21 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[380]: 6 -3 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[392]: 6 -9 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[401]: 6 -24 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[456]: 6 -31 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[496]: 6 -35 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[517]: 6 -32 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[698]: 6 -70 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[747]: 6 -12 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[777]: 6 -40 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[779]: 6 -54 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[780]: 6 -43 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[787]: 6 -13 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[788]: 6 -33 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1128]: 6 -105 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1148]: 6 -105 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1213]: 6 -40 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1237]: 6 -8 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1238]: 6 -65 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1260]: 6 -72 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1282]: 6 -71 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1284]: 6 -65 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1286]: 6 -28 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1297]: 6 -55 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1304]: 6 -40 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1306]: 6 -64 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1315]: 6 -61 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1317]: 6 -107 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1629]: 6 -130 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1740]: 6 -112 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[1754]: 6 -104 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[2112]: 6 -115 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[2155]: 6 -118 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[2178]: 6 -170 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[2179]: 6 -99 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[2199]: 6 -101 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[2202]: 6 -110 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[2220]: 6 -139 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[3142]: 6 -79 0 shouldn't be
3396.47/3405.22	WSVECS04 Frhs2[3165]: 6 -124 0 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[290]: 6 -31 0 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[851]: 6 -32 0 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3143]: 6 -225 0 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3528]: 6 0 48 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3657]: 6 0 331 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3736]: 6 0 70 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3776]: 6 0 9 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3879]: 6 0 413 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3896]: 6 0 40 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3897]: 6 0 38 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3905]: 6 0 79 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3912]: 6 0 72 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3939]: 6 0 127 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3956]: 6 0 89 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3958]: 6 0 100 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3979]: 6 0 363 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4008]: 6 0 403 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4042]: 6 0 286 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4113]: 6 0 163 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4117]: 6 0 72 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4275]: 6 0 154 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4281]: 6 0 23 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4291]: 6 0 227 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
3409.24/3418.04	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
3423.10/3431.99	WSVECS04 Frhs2[3430]: 6 0 4 shouldn't be
3423.10/3431.99	WSVECS04 Frhs2[4286]: 6 0 147 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[3756]: 6 0 48 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[3918]: 6 0 254 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[3938]: 6 0 83 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[3960]: 6 0 122 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[4194]: 6 0 231 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[4234]: 6 0 67 shouldn't be
3438.46/3447.38	WSVECS04 Frhs2[4283]: 6 0 62 shouldn't be
3455.41/3464.38	WSVECS04 Frhs2[3501]: 6 0 9 shouldn't be
3455.41/3464.38	WSVECS04 Frhs2[3966]: 6 0 28 shouldn't be
3467.67/3476.63	WSVECS04 Frhs2[3967]: 6 0 9 shouldn't be
3467.67/3476.63	WSVECS04 Frhs2[4195]: 6 0 28 shouldn't be
3600.01/3609.30	c Disabling crashed LP
3600.01/3609.30	c cpu time 3592.08 s
3600.01/3609.30	c deterministic time 43614032526 4.36e+10
3600.01/3609.30	c optimization time 5.13387 s
3600.01/3609.30	c total solve time 3586.64 s
3600.01/3609.30	c core-guided solve time 2899.08 s
3600.01/3609.30	c propagation time 958.154 s
3600.01/3609.30	c conflict analysis time 1249.57 s
3600.01/3609.30	c propagations 451064014
3600.01/3609.30	c resolve steps 29846424
3600.01/3609.30	c decisions 2000259
3600.01/3609.30	c conflicts 420000
3600.01/3609.30	c restarts 1019
3600.01/3609.30	c inprocessing phases 56
3600.01/3609.30	c garbage collections 56 ,( 100.00 )
3600.01/3609.30	c input clauses 100859 ,( 98.63 )
3600.01/3609.30	c input cardinalities 361 ,( 0.35 )
3600.01/3609.30	c input general constraints 1035 ,( 1.01 )
3600.01/3609.30	c input average constraint length 37.99
3600.01/3609.30	c input average constraint degree 1817.44
3600.01/3609.30	c learned clauses 297287 ,( 70.75 )
3600.01/3609.30	c learned cardinalities 28 ,( 0.01 )
3600.01/3609.30	c learned general constraints 122864 ,( 29.24 )
3600.01/3609.30	c learned average constraint length 1150.36
3600.01/3609.30	c learned average constraint degree 5050258042.66
3600.01/3609.30	c watched  CF 32, 64, 128, Arb: 41297 , 0 , 0 , 0
3600.01/3609.30	c counting CF 32, 64, 128, Arb: 82603 , 0 , 0 , 0
3600.01/3609.30	c watched   constraints 41297 ,( 33.33 ) 
3600.01/3609.30	c counting  constraints 82602 ,( 66.67 ) 
3600.01/3609.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 185363837 , 4662508 , 742692078 ,( 15905632 , 726786446 )
3600.01/3609.30	c gcd simplifications 138356
3600.01/3609.30	c detected cardinalities 15
3600.01/3609.30	c weakened non-implied lits 688108851
3600.01/3609.30	c weakened non-implying lits 7014280
3600.01/3609.30	c original variables 4356
3600.01/3609.30	c clausal propagations 107303151
3600.01/3609.30	c cardinality propagations 855123
3600.01/3609.30	c watched propagations 158448
3600.01/3609.30	c counting propagations 339510893
3600.01/3609.30	c watch lookups 16083022237
3600.01/3609.30	c watch backjump lookups 0
3600.01/3609.30	c watch checks 6868307759
3600.01/3609.30	c propagation checks 17201418268
3600.01/3609.30	c constraint additions 2553886007
3600.01/3609.30	c trail pops 453484133
3600.01/3609.30	c formula constraints 100680
3600.01/3609.30	c learned constraints 419901
3600.01/3609.30	c bound constraints 845
3600.01/3609.30	c core-guided constraints 730
3600.01/3609.30	c encountered formula constraints 27585287
3600.01/3609.30	c encountered learned constraints 1845883
3600.01/3609.30	c encountered bound constraints 22089
3600.01/3609.30	c encountered core-guided constraints 686899
3600.01/3609.30	c LP total time 1733.55 s
3600.01/3609.30	c LP solve time 1710.88 s
3600.01/3609.30	c LP constraints added 100688
3600.01/3609.30	c LP constraints removed 2
3600.01/3609.30	c LP pivots internal 430260
3600.01/3609.30	c LP pivots root 419588
3600.01/3609.30	c LP calls 199
3600.01/3609.30	c LP optimalities 55
3600.01/3609.30	c LP no pivot count 6
3600.01/3609.30	c LP infeasibilities 136
3600.01/3609.30	c LP valid Farkas constraints 135
3600.01/3609.30	c LP learned Farkas constraints 135
3600.01/3609.30	c LP basis resets 2
3600.01/3609.30	c LP cycling count 1
3600.01/3609.30	c LP singular count 0
3600.01/3609.30	c LP no primal count 0
3600.01/3609.30	c LP no farkas count 1
3600.01/3609.30	c LP other issue count 0
3600.01/3609.30	c LP Gomory cuts 8
3600.01/3609.30	c LP learned cuts 0
3600.01/3609.30	c LP deleted cuts 2
3600.01/3609.30	c LP encountered Gomory constraints 0
3600.01/3609.30	c LP encountered Farkas constraints 125811
3600.01/3609.30	c LP encountered learned Farkas constraints 320
3600.01/3609.30	c CG auxiliary variables introduced 305
3600.01/3609.30	c CG solutions found 656
3600.01/3609.30	c CG cores constructed 188
3600.01/3609.30	c CG core cardinality constraints returned 0
3600.01/3609.30	c CG unit cores 0
3600.01/3609.30	c CG single cores 166
3600.01/3609.30	c CG blocks removed during cardinality reduction 706
3600.01/3609.30	c CG first core best 0
3600.01/3609.30	c CG decision core best 7
3600.01/3609.30	c CG core reduction tie 15
3600.01/3609.30	c CG core degree average 1.00
3600.01/3609.30	c CG core slack average 2.95
3600.01/3609.30	c CG core upper bound improvements 0
3600.01/3609.30	c STR number of successful calls 0
3600.01/3609.30	c STR number of unsuccessful calls 0
3600.01/3609.30	c STR number of inconclusive calls 0
3600.01/3609.30	c STR number of successful attempts 0
3600.01/3609.30	c STR number of unsuccessful attempts 0
3600.01/3609.30	c STR number of inconclusive attempts 0
3600.01/3609.30	c STR average degree increase per successful call inf
3600.01/3609.30	c STR average degree increase per successful attempt inf
3600.01/3609.30	c STR total number of conflicts for successful attempts 0
3600.01/3609.30	c STR total number of conflicts for unsuccessful attempts 0
3600.01/3609.30	c STR total number of conflicts for inconclusive attempts 0
3600.01/3609.30	c STR average number of conflicts per successful attempt inf
3600.01/3609.30	c STR average number of conflicts per unsuccessful attempt inf
3600.01/3609.30	c STR average number of conflicts per inconclusive attempt inf
3600.01/3609.30	c AVG.sumWPerc 48.11 
3600.01/3609.30	c bigint constraints 0 
3600.01/3609.30	o -21104
3600.01/3609.30	s SATISFIABLE
3600.01/3609.30	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 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 -x2265 -x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 -x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 -x2282 -x2283 -x2284 -x2285 -x2286 -x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 -x2297 -x2298 -x2299 -x2300 -x2301 -x2302 -x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 -x2310 -x2311 -x2312 -x2313 -x2314 -x2315 -x2316 -x2317 -x2318 -x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 -x2326 -x2327 -x2328 -x2329 -x2330 -x2331 -x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 -x2339 -x2340 -x2341 -x2342 -x2343 -x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 -x2354 -x2355 -x2356 -x2357 -x2358 -x2359 -x2360 -x2361 -x2362 -x2363 -x2364 -x2365 -x2366 -x2367 -x2368 -x2369 -x2370 -x2371 -x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 -x2381 -x2382 -x2383 -x2384 -x2385 -x2386 -x2387 -x2388 -x2389 -x2390 -x2391 -x2392 -x2393 -x2394 -x2395 -x2396 -x2397 -x2398 -x2399 -x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 -x2410 -x2411 -x2412 -x2413 -x2414 -x2415 -x2416 -x2417 -x2418 -x2419 -x2420 -x2421 -x2422 -x2423 -x2424 -x2425 -x2426 -x2427 -x2428 -x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 -x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 -x2446 -x2447 -x2448 -x2449 -x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 -x2458 -x2459 -x2460 -x2461 -x2462 -x2463 -x2464 -x2465 -x2466 -x2467 -x2468 -x2469 -x2470 -x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 -x2481 -x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 -x2489 -x2490 -x2491 -x2492 -x2493 -x2494 -x2495 -x2496 -x2497 -x2498 -x2499 -x2500 -x2501 -x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 -x2509 -x2510 -x2511 -x2512 -x2513 -x2514 -x2515 -x2516 -x2517 -x2518 -x2519 -x2520 -x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 -x2528 -x2529 -x2530 -x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 -x2539 -x2540 -x2541 -x2542 -x2543 -x2544 -x2545 -x2546 -x2547 -x2548 -x2549 -x2550 -x2551 -x2552 -x2553 -x2554 -x2555 -x2556 -x2557 -x2558 -x2559 -x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 -x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 -x2582 -x2583 -x2584 -x2585 -x2586 -x2587 -x2588 -x2589 -x2590 -x2591 -x2592 -x2593 -x2594 -x2595 -x2596 -x2597 -x2598 -x2599 -x2600 -x2601 -x2602 -x2603 -x2604 -x2605 -x2606 -x2607 -x2608 -x2609 -x2610 -x2611 -x2612 -x2613 -x2614 -x2615 -x2616 -x2617 -x2618 -x2619 -x2620 -x2621 -x2622 -x2623 -x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 -x2631 -x2632 -x2633 -x2634 -x2635 -x2636 -x2637 -x2638 -x2639 -x2640 -x2641 -x2642 -x2643 -x2644 -x2645 -x2646 -x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 -x2654 -x2655 -x2656 -x2657 -x2658 -x2659 -x2660 -x2661 -x2662 -x2663 -x2664 -x2665 -x2666 -x2667 -x2668 -x2669 -x2670 -x2671 -x2672 -x2673 -x2674 -x2675 -x2676 -x2677 -x2678 -x2679 -x2680 -x2681 -x2682 -x2683 -x2684 -x2685 -x2686 -x2687 -x2688 -x2689 -x2690 -x2691 -x2692 -x2693 -x2694 -x2695 -x2696 -x2697 -x2698 -x2699 -x2700 -x2701 -x2702 -x2703 -x2704 -x2705 -x2706 -x2707 -x2708 -x2709 -x2710 -x2711 -x2712 -x2713 -x2714 -x2715 -x2716 -x2717 -x2718 -x2719 -x2720 -x2721 -x2722 -x2723 -x2724 -x2725 -x2726 -x2727 -x2728 -x2729 -x2730 -x2731 -x2732 -x2733 -x2734 -x2735 -x2736 -x2737 -x2738 -x2739 -x2740 -x2741 -x2742 -x2743 -x2744 -x2745 -x2746 -x2747 -x2748 -x2749 -x2750 -x2751 -x2752 -x2753 -x2754 -x2755 -x2756 -x2757 -x2758 -x2759 -x2760 -x2761 -x2762 -x2763 -x2764 -x2765 -x2766 -x2767 -x2768 -x2769 -x2770 -x2771 -x2772 -x2773 -x2774 -x2775 -x2776 -x2777 -x2778 -x2779 -x2780 -x2781 -x2782 -x2783 -x2784 -x2785 -x2786 -x2787 -x2788 -x2789 -x2790 -x2791 -x2792 -x2793 -x2794 -x2795 -x2796 -x2797 -x2798 -x2799 -x2800 -x2801 -x2802 -x2803 -x2804 -x2805 -x2806 -x2807 -x2808 -x2809 -x2810 -x2811 -x2812 -x2813 -x2814 -x2815 -x2816 -x2817 -x2818 -x2819 -x2820 -x2821 -x2822 -x2823 -x2824 -x2825 -x2826 -x2827 -x2828 -x2829 -x2830 -x2831 -x2832 -x2833 -x2834 -x2835 -x2836 -x2837 -x2838 -x2839 -x2840 -x2841 -x2842 -x2843 -x2844 -x2845 -x2846 -x2847 -x2848 -x2849 -x2850 -x2851 -x2852 -x2853 -x2854 -x2855 -x2856 -x2857 -x2858 -x2859 -x2860 -x2861 -x2862 -x2863 -x2864 -x2865 -x2866 -x2867 -x2868 -x2869 -x2870 -x2871 -x2872 -x2873 -x2874 -x2875 -x2876 -x2877 -x2878 -x2879 -x2880 -x2881 -x2882 -x2883 -x2884 -x2885 -x2886 -x2887 -x2888 -x2889 -x2890 -x2891 -x2892 -x2893 -x2894 -x2895 -x2896 -x2897 -x2898 -x2899 -x2900 -x2901 -x2902 -x2903 -x2904 -x2905 -x2906 -x2907 -x2908 -x2909 -x2910 -x2911 -x2912 -x2913 -x2914 -x2915 -x2916 -x2917 -x2918 -x2919 -x2920 -x2921 -x2922 -x2923 -x2924 -x2925 -x2926 -x2927 -x2928 -x2929 -x2930 -x2931 -x2932 -x2933 -x2934 -x2935 -x2936 -x2937 -x2938 -x2939 -x2940 -x2941 -x2942 -x2943 -x2944 -x2945 -x2946 -x2947 -x2948 -x2949 -x2950 -x2951 -x2952 -x2953 -x2954 -x2955 -x2956 -x2957 -x2958 -x2959 -x2960 -x2961 -x2962 -x2963 -x2964 -x2965 -x2966 -x2967 -x2968 -x2969 -x2970 -x2971 -x2972 -x2973 -x2974 -x2975 -x2976 -x2977 -x2978 -x2979 -x2980 -x2981 -x2982 -x2983 -x2984 -x2985 -x2986 -x2987 -x2988 -x2989 -x2990 -x2991 -x2992 -x2993 -x2994 -x2995 -x2996 -x2997 -x2998 -x2999 -x3000 -x3001 -x3002 -x3003 -x3004 -x3005 -x3006 -x3007 -x3008 -x3009 -x3010 -x3011 -x3012 -x3013 -x3014 -x3015 -x3016 -x3017 -x3018 -x3019 -x3020 -x3021 -x3022 -x3023 -x3024 -x3025 -x3026 -x3027 -x3028 -x3029 -x3030 -x3031 -x3032 -x3033 -x3034 -x3035 -x3036 -x3037 -x3038 -x3039 -x3040 -x3041 -x3042 -x3043 -x3044 -x3045 -x3046 -x3047 -x3048 -x3049 -x3050 -x3051 -x3052 -x3053 -x3054 -x3055 -x3056 -x3057 -x3058 -x3059 -x3060 -x3061 -x3062 -x3063 -x3064 -x3065 -x3066 -x3067 -x3068 -x3069 -x3070 -x3071 -x3072 -x3073 -x3074 -x3075 -x3076 -x3077 -x3078 -x3079 -x3080 -x3081 -x3082 -x3083 -x3084 -x3085 -x3086 -x3087 -x3088 -x3089 -x3090 -x3091 -x3092 -x3093 -x3094 -x3095 -x3096 -x3097 -x3098 -x3099 -x3100 -x3101 -x3102 -x3103 -x3104 -x3105 -x3106 -x3107 -x3108 -x3109 -x3110 -x3111 -x3112 -x3113 -x3114 -x3115 -x3116 -x3117 -x3118 -x3119 -x3120 -x3121 -x3122 -x3123 -x3124 -x3125 -x3126 -x3127 -x3128 -x3129 -x3130 -x3131 -x3132 -x3133 -x3134 -x3135 -x3136 -x3137 -x3138 -x3139 -x3140 -x3141 -x3142 -x3143 -x3144 -x3145 -x3146 -x3147 -x3148 -x3149 -x3150 -x3151 -x3152 -x3153 -x3154 -x3155 -x3156 -x3157 -x3158 -x3159 -x3160 -x3161 -x3162 -x3163 -x3164 -x3165 -x3166 -x3167 -x3168 -x3169 -x3170 -x3171 -x3172 -x3173 -x3174 -x3175 -x3176 -x3177 -x3178 -x3179 -x3180 -x3181 -x3182 -x3183 -x3184 -x3185 -x3186 -x3187 -x3188 -x3189 -x3190 -x3191 -x3192 -x3193 -x3194 -x3195 -x3196 -x3197 -x3198 -x3199 -x3200 -x3201 -x3202 -x3203 -x3204 -x3205 -x3206 -x3207 -x3208 -x3209 -x3210 -x3211 -x3212 -x3213 -x3214 -x3215 -x3216 -x3217 -x3218 -x3219 -x3220 -x3221 -x3222 -x3223 -x3224 -x3225 -x3226 -x3227 -x3228 -x3229 -x3230 -x3231 -x3232 -x3233 -x3234 -x3235 -x3236 -x3237 -x3238 -x3239 -x3240 -x3241 -x3242 -x3243 -x3244 -x3245 -x3246 -x3247 -x3248 -x3249 -x3250 -x3251 -x3252 -x3253 -x3254 -x3255 -x3256 -x3257 -x3258 -x3259 -x3260 -x3261 -x3262 -x3263 -x3264 -x3265 -x3266 -x3267 -x3268 -x3269 -x3270 -x3271 -x3272 -x3273 -x3274 -x3275 -x3276 -x3277 -x3278 -x3279 -x3280 -x3281 -x3282 -x3283 -x3284 -x3285 -x3286 -x3287 -x3288 -x3289 -x3290 -x3291 -x3292 -x3293 -x3294 -x3295 -x3296 -x3297 -x3298 -x3299 -x3300 -x3301 -x3302 -x3303 -x3304 -x3305 -x3306 -x3307 -x3308 -x3309 -x3310 -x3311 -x3312 -x3313 -x3314 -x3315 -x3316 -x3317 -x3318 -x3319 -x3320 -x3321 -x3322 -x3323 -x3324 -x3325 -x3326 -x3327 -x3328 -x3329 -x3330 -x3331 -x3332 -x3333 -x3334 -x3335 -x3336 -x3337 -x3338 -x3339 -x3340 -x3341 -x3342 -x3343 -x3344 -x3345 -x3346 -x3347 -x3348 -x3349 -x3350 -x3351 -x3352 -x3353 -x3354 -x3355 -x3356 -x3357 -x3358 -x3359 -x3360 -x3361 -x3362 -x3363 -x3364 -x3365 -x3366 -x3367 -x3368 -x3369 -x3370 -x3371 -x3372 -x3373 -x3374 -x3375 -x3376 -x3377 -x3378 -x3379 -x3380 -x3381 -x3382 -x3383 -x3384 -x3385 -x3386 -x3387 -x3388 -x3389 -x3390 -x3391 -x3392 -x3393 -x3394 -x3395 -x3396 -x3397 -x3398 -x3399 -x3400 -x3401 -x3402 -x3403 -x3404 -x3405 -x3406 -x3407 -x3408 -x3409 -x3410 -x3411 -x3412 -x3413 -x3414 -x3415 -x3416 -x3417 -x3418 -x3419 -x3420 -x3421 -x3422 -x3423 -x3424 -x3425 -x3426 -x3427 -x3428 -x3429 -x3430 -x3431 -x3432 -x3433 -x3434 -x3435 -x3436 -x3437 -x3438 -x3439 -x3440 -x3441 -x3442 -x3443 -x3444 -x3445 -x3446 -x3447 -x3448 -x3449 -x3450 -x3451 -x3452 -x3453 -x3454 -x3455 -x3456 -x3457 -x3458 -x3459 -x3460 -x3461 -x3462 -x3463 -x3464 -x3465 -x3466 -x3467 -x3468 -x3469 -x3470 -x3471 -x3472 -x3473 -x3474 -x3475 -x3476 -x3477 -x3478 -x3479 -x3480 -x3481 -x3482 -x3483 -x3484 -x3485 -x3486 -x3487 -x3488 -x3489 -x3490 -x3491 -x3492 -x3493 -x3494 -x3495 -x3496 -x3497 -x3498 -x3499 -x3500 -x3501 -x3502 -x3503 -x3504 -x3505 -x3506 -x3507 -x3508 -x3509 -x3510 -x3511 -x3512 -x3513 -x3514 -x3515 -x3516 -x3517 -x3518 -x3519 -x3520 -x3521 -x3522 -x3523 -x3524 -x3525 -x3526 -x3527 -x3528 -x3529 -x3530 -x3531 -x3532 -x3533 -x3534 -x3535 -x3536 -x3537 -x3538 -x3539 -x3540 -x3541 -x3542 -x3543 -x3544 -x3545 -x3546 -x3547 -x3548 -x3549 -x3550 -x3551 -x3552 -x3553 -x3554 -x3555 -x3556 -x3557 -x3558 -x3559 -x3560 -x3561 -x3562 -x3563 -x3564 -x3565 -x3566 -x3567 -x3568 -x3569 -x3570 -x3571 -x3572 -x3573 -x3574 -x3575 -x3576 -x3577 -x3578 -x3579 -x3580 -x3581 -x3582 -x3583 -x3584 -x3585 -x3586 -x3587 -x3588 -x3589 -x3590 -x3591 -x3592 -x3593 -x3594 -x3595 -x3596 -x3597 -x3598 -x3599 -x3600 -x3601 -x3602 -x3603 -x3604 -x3605 -x3606 -x3607 -x3608 -x3609 -x3610 -x3611 -x3612 -x3613 -x3614 -x3615 -x3616 -x3617 -x3618 -x3619 -x3620 -x3621 -x3622 -x3623 -x3624 -x3625 -x3626 -x3627 -x3628 -x3629 -x3630 -x3631 -x3632 -x3633 -x3634 -x3635 -x3636 -x3637 -x3638 -x3639 -x3640 -x3641 -x3642 -x3643 -x3644 -x3645 -x3646 -x3647 -x3648 -x3649 -x3650 -x3651 -x3652 -x3653 -x3654 -x3655 -x3656 -x3657 -x3658 -x3659 -x3660 -x3661 -x3662 -x3663 -x3664 -x3665 -x3666 -x3667 -x3668 -x3669 -x3670 -x3671 -x3672 -x3673 -x3674 -x3675 -x3676 -x3677 -x3678 -x3679 -x3680 -x3681 -x3682 -x3683 -x3684 -x3685 -x3686 -x3687 -x3688 -x3689 -x3690 -x3691 -x3692 -x3693 -x3694 -x3695 -x3696 -x3697 -x3698 -x3699 -x3700 -x3701 -x3702 -x3703 -x3704 -x3705 -x3706 -x3707 -x3708 -x3709 -x3710 -x3711 -x3712 -x3713 -x3714 -x3715 -x3716 -x3717 -x3718 -x3719 -x3720 -x3721 -x3722 -x3723 -x3724 -x3725 -x3726 -x3727 -x3728 -x3729 -x3730 -x3731 -x3732 -x3733 -x3734 -x3735 -x3736 -x3737 -x3738 -x3739 -x3740 -x3741 -x3742 -x3743 -x3744 -x3745 -x3746 -x3747 -x3748 -x3749 -x3750 -x3751 -x3752 -x3753 -x3754 -x3755 -x3756 -x3757 -x3758 -x3759 -x3760 -x3761 -x3762 -x3763 -x3764 -x3765 -x3766 -x3767 -x3768 -x3769 -x3770 -x3771 -x3772 -x3773 -x3774 -x3775 -x3776 -x3777 -x3778 -x3779 -x3780 -x3781 -x3782 -x3783 -x3784 -x3785 -x3786 -x3787 -x3788 -x3789 -x3790 -x3791 -x3792 -x3793 -x3794 -x3795 -x3796 -x3797 -x3798 -x3799 -x3800 -x3801 -x3802 -x3803 -x3804 -x3805 -x3806 -x3807 -x3808 -x3809 -x3810 -x3811 -x3812 -x3813 -x3814 -x3815 -x3816 -x3817 -x3818 -x3819 -x3820 -x3821 -x3822 -x3823 -x3824 -x3825 -x3826 -x3827 -x3828 -x3829 -x3830 -x3831 -x3832 -x3833 -x3834 -x3835 -x3836 -x3837 -x3838 -x3839 -x3840 -x3841 -x3842 -x3843 -x3844 -x3845 -x3846 -x3847 -x3848 -x3849 -x3850 -x3851 -x3852 -x3853 -x3854 -x3855 -x3856 -x3857 -x3858 -x3859 -x3860 -x3861 -x3862 -x3863 -x3864 -x3865 -x3866 -x3867 -x3868 -x3869 -x3870 -x3871 -x3872 -x3873 -x3874 -x3875 -x3876 -x3877 -x3878 -x3879 -x3880 -x3881 -x3882 -x3883 -x3884 -x3885 -x3886 -x3887 -x3888 -x3889 -x3890 -x3891 -x3892 -x3893 -x3894 -x3895 -x3896 -x3897 -x3898 -x3899 -x3900 -x3901 -x3902 -x3903 -x3904 -x3905 -x3906 -x3907 -x3908 -x3909 -x3910 -x3911 -x3912 -x3913 -x3914 -x3915 -x3916 -x3917 -x3918 -x3919 -x3920 -x3921 -x3922 -x3923 -x3924 -x3925 -x3926 -x3927 -x3928 -x3929 -x3930 -x3931 -x3932 -x3933 -x3934 -x3935 -x3936 -x3937 -x3938 -x3939 -x3940 -x3941 -x3942 -x3943 -x3944 -x3945 -x3946 -x3947 -x3948 -x3949 -x3950 -x3951 -x3952 -x3953 -x3954 -x3955 -x3956 -x3957 -x3958 -x3959 -x3960 -x3961 -x3962 -x3963 -x3964 -x3965 -x3966 -x3967 -x3968 -x3969 -x3970 -x3971 -x3972 -x3973 -x3974 -x3975 -x3976 -x3977 -x3978 -x3979 -x3980 -x3981 -x3982 -x3983 -x3984 -x3985 -x3986 -x3987 -x3988 -x3989 -x3990 -x3991 -x3992 -x3993 -x3994 -x3995 -x3996 -x3997 -x3998 -x3999 -x4000 -x4001 -x4002 -x4003 -x4004 -x4005 -x4006 -x4007 -x4008 -x4009 -x4010 -x4011 -x4012 -x4013 -x4014 -x4015 -x4016 -x4017 -x4018 -x4019 -x4020 -x4021 -x4022 -x4023 -x4024 -x4025 -x4026 -x4027 -x4028 -x4029 -x4030 -x4031 -x4032 -x4033 -x4034 -x4035 -x4036 -x4037 -x4038 -x4039 -x4040 -x4041 -x4042 -x4043 -x4044 -x4045 -x4046 -x4047 -x4048 -x4049 -x4050 -x4051 -x4052 -x4053 -x4054 -x4055 -x4056 -x4057 -x4058 -x4059 -x4060 -x4061 -x4062 -x4063 -x4064 -x4065 -x4066 -x4067 -x4068 -x4069 -x4070 -x4071 -x4072 -x4073 -x4074 -x4075 -x4076 -x4077 -x4078 -x4079 -x4080 -x4081 -x4082 -x4083 -x4084 -x4085 -x4086 -x4087 -x4088 -x4089 -x4090 -x4091 -x4092 -x4093 -x4094 -x4095 -x4096 -x4097 -x4098 -x4099 -x4100 -x4101 -x4102 -x4103 -x4104 -x4105 -x4106 -x4107 -x4108 -x4109 -x4110 -x4111 -x4112 -x4113 -x4114 -x4115 -x4116 -x4117 -x4118 -x4119 -x4120 -x4121 -x4122 -x4123 -x4124 -x4125 -x4126 -x4127 -x4128 -x4129 -x4130 -x4131 -x4132 -x4133 -x4134 -x4135 -x4136 -x4137 -x4138 -x4139 -x4140 -x4141 -x4142 -x4143 -x4144 -x4145 -x4146 -x4147 -x4148 -x4149 -x4150 -x4151 -x4152 -x4153 -x4154 -x4155 -x4156 -x4157 -x4158 -x4159 -x4160 -x4161 -x4162 -x4163 -x4164 -x4165 -x4166 -x4167 -x4168 -x4169 -x4170 -x4171 -x4172 -x4173 -x4174 -x4175 -x4176 -x4177 -x4178 -x4179 -x4180 -x4181 -x4182 -x4183 -x4184 -x4185 -x4186 -x4187 -x4188 -x4189 -x4190 -x4191 -x4192 -x4193 -x4194 -x4195 -x4196 -x4197 -x4198 -x4199 -x4200 -x4201 -x4202 -x4203 -x4204 -x4205 -x4206 -x4207 -x4208 -x4209 -x4210 -x4211 -x4212 -x4213 -x4214 -x4215 -x4216 -x4217 -x4218 -x4219 -x4220 -x4221 -x4222 -x4223 -x4224 -x4225 -x4226 -x4227 -x4228 -x4229 -x4230 -x4231 -x4232 -x4233 -x4234 -x4235 -x4236 -x4237 -x4238 -x4239 -x4240 -x4241 -x4242 -x4243 -x4244 -x4245 -x4246 -x4247 -x4248 -x4249 -x4250 -x4251 -x4252 -x4253 -x4254 -x4255 -x4256 -x4257 -x4258 -x4259 -x4260 -x4261 -x4262 -x4263 -x4264 -x4265 -x4266 -x4267 -x4268 -x4269 -x4270 -x4271 -x4272 -x4273 -x4274 -x4275 -x4276 -x4277 -x4278 -x4279 -x4280 -x4281 -x4282 -x4283 -x4284 -x4285 -x4286 -x4287 -x4288 -x4289 -x4290 -x4291 -x4292 -x4293 -x4294 -x4295 -x4296 -x4297 -x4298 -x4299 -x4300 -x4301 -x4302 -x4303 -x4304 -x4305 -x4306 -x4307 -x4308 -x4309 -x4310 -x4311 -x4312 -x4313 -x4314 -x4315 -x4316 -x4317 -x4318 -x4319 -x4320 -x4321 -x4322 -x4323 -x4324 -x4325 -x4326 -x4327 -x4328 -x4329 -x4330 -x4331 x4332 -x4333 x4334 -x4335 x4336 -x4337 -x4338 x4339 -x4340 -x4341 x4342 -x4343 -x4344 x4345 x4346 -x4347 x4348 x4349 -x4350 x4351 x4352 x4353 x4354 x4355 x4356
3600.01/3609.30	c Program interrupted by user.

Verifier Data

OK	-21104

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 (59212 MiB free)
  memory of node 1: 64465 MiB (63379 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502510-1751470686/watcher-4502510-1751470686 -o /tmp/evaluation-result-4502510-1751470686/solver-4502510-1751470686 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751467075-60645 --watchdog 3760 run-opt-ls.sh HOME/instance-4502510-1751470686.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100065 s]*
/proc/loadavg: 4.13 4.18 4.11 4/262 61245
/proc/meminfo: memFree=125489980/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2688 CPUtime=0 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 62746163 4292608 672 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 672 640 219 0 110 0
[pid=61241] ppid=61239 vsize=63780 memory=48236 CPUtime=0.08 cores=4,6
/proc/61241/stat : 61241 (pbsuma) R 61239 61239 60629 0 -1 4194304 9006 0 0 0 6 2 0 0 20 0 1 0 62746163 65310720 12059 18446744073709551615 4210688 4653049 140728731724944 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 20582400 140728731728227 140728731728434 140728731728434 140728731733999 0
/proc/61241/statm: 15945 12059 960 108 0 13353 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 67972 KiB
Current children cumulated memory: 50924 KiB

[startup+0.206042 s]*
/proc/loadavg: 4.13 4.18 4.11 5/261 61257
/proc/meminfo: memFree=125511316/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=61680 memory=16996 CPUtime=0.04 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 2104 0 0 0 3 1 0 0 20 0 1 0 62746177 63160320 4249 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 15420 4249 1984 1147 0 2847 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 65872 KiB
Current children cumulated memory: 19812 KiB

[startup+0.305894 s]*
/proc/loadavg: 4.13 4.18 4.11 4/262 61262
/proc/meminfo: memFree=125515000/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=72580 memory=28132 CPUtime=0.14 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 4889 0 0 0 11 3 0 0 20 0 1 0 62746177 74321920 7033 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 18145 7033 1984 1147 0 5572 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 76772 KiB
Current children cumulated memory: 30948 KiB

[startup+0.700204 s]
/proc/loadavg: 4.13 4.18 4.11 5/267 61275
/proc/meminfo: memFree=125432352/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=164544 memory=106736 CPUtime=0.53 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 14603 0 0 0 44 9 0 0 20 0 1 0 62746177 168493056 26684 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 41136 26684 2272 1147 0 28563 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 109552 KiB

[startup+1.5002 s]
/proc/loadavg: 4.13 4.18 4.11 5/267 61275
/proc/meminfo: memFree=125405508/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=164544 memory=106736 CPUtime=1.33 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 14603 0 0 0 124 9 0 0 20 0 1 0 62746177 168493056 26684 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 41136 26684 2272 1147 0 28563 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 109552 KiB

[startup+3.10548 s]
/proc/loadavg: 4.13 4.18 4.11 4/264 61289
/proc/meminfo: memFree=125370980/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=164544 memory=106736 CPUtime=2.93 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 14604 0 0 0 284 9 0 0 20 0 1 0 62746177 168493056 26684 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 41136 26684 2272 1147 0 28563 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 109552 KiB

[startup+6.30019 s]
/proc/loadavg: 4.12 4.18 4.11 5/267 61322
/proc/meminfo: memFree=125248816/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=205240 memory=147872 CPUtime=6.12 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 20805 0 0 0 601 11 0 0 20 0 1 0 62746177 210165760 36968 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 51310 36968 2368 1147 0 38737 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 209432 KiB
Current children cumulated memory: 150688 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.17 4.11 5/267 61322
/proc/meminfo: memFree=125179748/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=210736 memory=150816 CPUtime=12.5 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 21556 0 0 0 1235 15 0 0 20 0 1 0 62746177 215793664 37704 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 52684 37704 2368 1147 0 40111 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 214928 KiB
Current children cumulated memory: 153632 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.16 4.11 5/267 61322
/proc/meminfo: memFree=125149128/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=215888 memory=155608 CPUtime=25.26 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 22234 0 0 0 2507 19 0 0 20 0 1 0 62746177 221069312 38902 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 53972 38902 2368 1147 0 41399 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 220080 KiB
Current children cumulated memory: 158424 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.17 4.11 5/268 61324
/proc/meminfo: memFree=125127652/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=215888 memory=155736 CPUtime=50.8 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 22278 0 0 0 5053 27 0 0 20 0 1 0 62746177 221069312 38934 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 53972 38934 2368 1147 0 41399 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 220080 KiB
Current children cumulated memory: 158552 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.14 4.10 5/268 61326
/proc/meminfo: memFree=124891688/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=266692 memory=201528 CPUtime=101.88 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 31657 0 0 0 10141 47 0 0 20 0 1 0 62746177 273092608 50382 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 66673 50382 2400 1147 0 54100 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 270884 KiB
Current children cumulated memory: 204344 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/269 61333
/proc/meminfo: memFree=124549180/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=350220 memory=270092 CPUtime=161.74 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 45209 0 0 0 16104 70 0 0 20 0 1 0 62746177 358625280 67523 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 87555 67523 2400 1147 0 74982 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 354412 KiB
Current children cumulated memory: 272908 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/269 61335
/proc/meminfo: memFree=124275856/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=465964 memory=382224 CPUtime=221.6 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 65707 0 0 0 22066 94 0 0 20 0 1 0 62746177 477147136 95556 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 116491 95556 2400 1147 0 103918 0
Current children cumulated CPU time: 221.73 s

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

/proc/61251/statm: 253878 215967 2528 1147 0 241305 0
Current children cumulated CPU time: 3094.43 s
Current children cumulated vsize: 1019704 KiB
Current children cumulated memory: 866684 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 61588
/proc/meminfo: memFree=115994888/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1015512 memory=863868 CPUtime=3154.13 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 133449 0 0 0 314713 700 0 0 20 0 1 0 62746177 1039884288 215967 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 253878 215967 2528 1147 0 241305 0
Current children cumulated CPU time: 3154.26 s
Current children cumulated vsize: 1019704 KiB
Current children cumulated memory: 866684 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/270 61595
/proc/meminfo: memFree=115898048/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1015512 memory=863868 CPUtime=3213.96 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 133449 0 0 0 320687 709 0 0 20 0 1 0 62746177 1039884288 215967 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 253878 215967 2528 1147 0 241305 0
Current children cumulated CPU time: 3214.09 s
Current children cumulated vsize: 1019704 KiB
Current children cumulated memory: 866684 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 61643
/proc/meminfo: memFree=120714544/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1015512 memory=863868 CPUtime=3273.77 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 133450 0 0 0 326652 725 0 0 20 0 1 0 62746177 1039884288 215967 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 253878 215967 2528 1147 0 241305 0
Current children cumulated CPU time: 3273.9 s
Current children cumulated vsize: 1019704 KiB
Current children cumulated memory: 866684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/269 61646
/proc/meminfo: memFree=120171548/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1015512 memory=863868 CPUtime=3333.61 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 133453 0 0 0 332621 740 0 0 20 0 1 0 62746177 1039884288 215967 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 253878 215967 2528 1147 0 241305 0
Current children cumulated CPU time: 3333.74 s
Current children cumulated vsize: 1019704 KiB
Current children cumulated memory: 866684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/270 61650
/proc/meminfo: memFree=119604724/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1015512 memory=880988 CPUtime=3393.45 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 136907 0 0 0 338591 754 0 0 20 0 1 0 62746177 1039884288 220247 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 253878 220247 2528 1147 0 241305 0
Current children cumulated CPU time: 3393.58 s
Current children cumulated vsize: 1019704 KiB
Current children cumulated memory: 883804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/270 61652
/proc/meminfo: memFree=119390740/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1028252 memory=891152 CPUtime=3453.28 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 138456 0 0 0 344565 763 0 0 20 0 1 0 62746177 1052930048 222788 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 257063 222788 2528 1147 0 244490 0
Current children cumulated CPU time: 3453.41 s
Current children cumulated vsize: 1032444 KiB
Current children cumulated memory: 893968 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/270 61654
/proc/meminfo: memFree=119301512/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1028252 memory=893200 CPUtime=3513.12 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 138457 0 0 0 350541 771 0 0 20 0 1 0 62746177 1052930048 223300 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 257063 223300 2528 1147 0 244490 0
Current children cumulated CPU time: 3513.25 s
Current children cumulated vsize: 1032444 KiB
Current children cumulated memory: 896016 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/271 61660
/proc/meminfo: memFree=118937396/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1038148 memory=903184 CPUtime=3572.95 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 138760 0 0 0 356517 778 0 0 20 0 1 0 62746177 1063063552 225796 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 259537 225796 2528 1147 0 246964 0
Current children cumulated CPU time: 3573.08 s
Current children cumulated vsize: 1042340 KiB
Current children cumulated memory: 906000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/271 61660
/proc/meminfo: memFree=118785740/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1038148 memory=914448 CPUtime=3599.88 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 138760 0 0 0 359207 781 0 0 20 0 1 0 62746177 1063063552 228612 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 259537 228612 2528 1147 0 246964 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1042340 KiB
Current children cumulated memory: 917264 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/271 61660
/proc/meminfo: memFree=118785740/131250000 swapFree=33007332/33010684
[pid=61239] ppid=61236 vsize=4192 memory=2816 CPUtime=0.13 cores=4,6
/proc/61239/stat : 61239 (run-opt-ls.sh) S 61236 61239 60629 0 -1 4194304 238 13569 0 0 0 0 10 3 20 0 1 0 62746163 4292608 704 18446744073709551615 94189873528832 94189874423365 140731721990272 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94189874662416 94189874710160 94189905649664 140731721996647 140731721996773 140731721996773 140731722002375 0
/proc/61239/statm: 1048 704 672 219 0 110 0
[pid=61251] ppid=61239 vsize=1038148 memory=914448 CPUtime=3599.88 cores=4,6
/proc/61251/stat : 61251 (roundingsat) R 61239 61239 60629 0 -1 4194304 138760 0 0 0 359207 781 0 0 20 0 1 0 62746177 1063063552 228612 18446744073709551615 4227072 8923433 140731090894880 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 41852928 140731090901318 140731090901544 140731090901544 140731090907114 0
/proc/61251/statm: 259537 228612 2528 1147 0 246964 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1042340 KiB
Current children cumulated memory: 917264 KiB

Child status: 2

Real time (s): 3609.32
CPU time (s): 3600.05
CPU user time (s): 3592.2
CPU system time (s): 7.85301
CPU usage (%): 99.7432
Max. virtual memory (cumulated for all children) (KiB): 1042340
Max. memory (cumulated for all children) (KiB): 917264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.2
system time used= 7.85301
maximum resident set size= 914576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152670
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299
involuntary context switches= 1634


# summary of solver processes directly reported to runsolver:
#   pid: 61239,61251
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3592.2
#   total CPU system time (s): 7.85301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14484 second user time and 16.9438 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-02 17:38:07
IDJOB=4502510
IDBENCH=155347
IDSOLVER=3355
FILE ID=nodeC019/4502510-1751470686
RUNJOBID= nodeC019-1751467075-60645
SLURM_JOB_ID= 9598485
Free space on /tmp= 431708 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-opm2-z9-s14.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502510-1751470686/watcher-4502510-1751470686 -o /tmp/evaluation-result-4502510-1751470686/solver-4502510-1751470686 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751467075-60645 --watchdog 3760  run-opt-ls.sh HOME/instance-4502510-1751470686.opb

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

MD5SUM BENCH= 72ec871846abb3454e8801b7da208130
RANDOM SEED=2090456592

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125533744 kB
MemAvailable:   126855544 kB
Buffers:             904 kB
Cached:          2126312 kB
SwapCached:          440 kB
Active:          3130656 kB
Inactive:        1982080 kB
Active(anon):    2972936 kB
Inactive(anon):    27776 kB
Active(file):     157720 kB
Inactive(file):  1954304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10176 kB
Writeback:             0 kB
AnonPages:       2987020 kB
Mapped:           113668 kB
Shmem:             15192 kB
KReclaimable:      98028 kB
Slab:             185356 kB
SReclaimable:      98028 kB
SUnreclaim:        87328 kB
KernelStack:        4252 kB
PageTables:         9372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3799508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431308 MiB
End job on nodeC019 at 2025-07-02 18:38:16