Trace number 4502511

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adSAT (TO)-21104 3600.12 3633.82

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-4502511-1751418493.opb'
0.00/0.06	c 	read 2.90MB  (45.87ms)
0.00/0.06	c	 [cnf: #variables 4356 #clauses 100681 #duplicates 0 #arr 240493]
0.00/0.06	c output proof to 'PROOFDIR/proof-4502511-1751418493'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.00/0.10	c	 [group: #orbits ~= 0] (41.55ms)
0.00/0.10	c 
0.00/0.10	c detect special group actions
0.00/0.10	c 	probe for Johnson action (limit=64)
0.00/0.10	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.08/0.10	c 	probe for row symmetry (limit=64, splits=16.78M)
0.08/0.10	c 	 (4.67ms)
0.08/0.10	c 
0.08/0.10	c detect symmetries on remainder
0.08/0.10	c 	[graph: #vertices 156222 #edges 583356]
0.08/0.11	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.11	c 	 [group: #symmetries 1.00*10^0 #generators 0] (9.69ms)
0.08/0.11	c 
0.08/0.11	c finalize break order and special generators
0.08/0.11	c 
0.08/0.11	c generation finished
0.08/0.11	c 	[sbp: #constraints 0 #add_vars 0]
0.08/0.11	c 
0.08/0.11	c write result to 'HOME/instance-4502511-1751418493.opb.pre'
0.08/0.12	c 	wrote 3.00MB (6.40ms)
0.08/0.12	c ------------------------------------------------------------------
0.08/0.12	c                  45.87ms 41.85% parse
0.08/0.12	c                  41.55ms 37.91% approx_orbits
0.08/0.12	c                   9.69ms  8.84% detect_generic
0.08/0.12	c                   6.40ms  5.84% output
0.08/0.12	c                   4.67ms  4.26% detect_special
0.08/0.12	c                   1.25ms  1.14% other
0.08/0.12	c                   0.16ms  0.15% finalize_order
0.08/0.12	c         ───────────────────────────────────────────────
0.08/0.12	c                 109.60ms   100% total
0.08/0.12	c ------------------------------------------------------------------
0.08/0.14	c RoundingSat 2
0.08/0.14	c branch pb25
0.08/0.14	c commit 63f22ad
0.65/0.70	c #variables 4356 #constraints 100680
0.65/0.70	c objective is ce32 
4.95/5.05	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
4.95/5.05	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
4.95/5.05	c bounds -9027 >= -300660 @ 4.77915
5.75/5.85	c bounds -9047 >= -300660 @ 5.55528
5.75/5.86	c bounds -9047 >= -300233 @ 5.56084
6.95/7.01	c bounds -9055 >= -300233 @ 6.69615
6.95/7.03	c bounds -9055 >= -299808 @ 6.72092
11.73/11.83	c bounds -9101 >= -299808 @ 11.4869
11.73/11.86	c bounds -9101 >= -299485 @ 11.5156
29.29/29.43	c bounds -9113 >= -299485 @ 28.9747
29.29/29.44	c bounds -9113 >= -299063 @ 28.9875
29.29/29.47	c bounds -9113 >= -298646 @ 29.0123
69.68/69.97	c rational objective -31514.6
73.07/73.39	c bounds -9194 >= -298646 @ 72.6629
73.17/73.42	c bounds -9194 >= -298326 @ 72.6936
73.17/73.42	c bounds -9217 >= -298326 @ 72.6965
73.17/73.44	c bounds -9217 >= -297934 @ 72.7157
73.17/73.44	c bounds -9249 >= -297934 @ 72.7185
73.17/73.48	c bounds -9249 >= -297615 @ 72.7508
73.17/73.48	c bounds -9260 >= -297615 @ 72.7525
73.27/73.50	c bounds -9260 >= -297260 @ 72.7735
73.27/73.50	c bounds -9289 >= -297260 @ 72.7752
73.27/73.52	c bounds -9289 >= -296911 @ 72.7894
73.27/73.52	c bounds -9310 >= -296911 @ 72.7922
73.27/73.52	c bounds -9338 >= -296911 @ 72.7938
73.27/73.54	c bounds -9338 >= -296570 @ 72.8127
73.27/73.54	c bounds -9373 >= -296570 @ 72.8145
73.27/73.55	c bounds -9373 >= -296252 @ 72.8239
73.27/73.56	c bounds -9486 >= -296252 @ 72.8266
73.27/73.58	c bounds -9486 >= -295933 @ 72.8486
73.37/73.61	c bounds -9486 >= -295614 @ 72.8786
73.37/73.61	c bounds -9503 >= -295614 @ 72.8794
73.37/73.64	c bounds -9503 >= -295295 @ 72.9082
73.37/73.64	c bounds -9521 >= -295295 @ 72.9112
73.37/73.65	c bounds -9521 >= -294978 @ 72.915
73.37/73.65	c bounds -9522 >= -294978 @ 72.9177
73.37/73.65	c bounds -9522 >= -294661 @ 72.921
73.37/73.66	c bounds -9568 >= -294661 @ 72.9238
73.37/73.69	c bounds -9568 >= -294345 @ 72.9589
73.37/73.69	c bounds -9584 >= -294345 @ 72.9616
73.47/73.72	c bounds -9584 >= -294029 @ 72.9815
73.47/73.72	c bounds -9695 >= -294029 @ 72.9832
73.47/73.75	c bounds -9695 >= -293713 @ 73.0168
73.47/73.75	c bounds -9741 >= -293713 @ 73.0185
73.47/73.76	c bounds -9805 >= -293713 @ 73.0212
73.47/73.78	c bounds -9805 >= -293397 @ 73.0465
73.47/73.79	c bounds -9819 >= -293397 @ 73.0474
73.47/73.79	c bounds -9835 >= -293397 @ 73.0515
73.78/74.06	c bounds -9835 >= -293081 @ 73.3185
73.78/74.06	c bounds -9891 >= -293081 @ 73.3216
73.78/74.06	c bounds -9979 >= -293081 @ 73.3233
73.78/74.07	c bounds -10018 >= -293081 @ 73.3265
73.78/74.07	c bounds -10049 >= -293081 @ 73.3283
73.78/74.07	c bounds -10074 >= -293081 @ 73.33
73.78/74.08	c bounds -10141 >= -293081 @ 73.3344
73.78/74.08	c bounds -10143 >= -293081 @ 73.3361
73.78/74.08	c bounds -10162 >= -293081 @ 73.3399
73.78/74.09	c bounds -10179 >= -293081 @ 73.3417
73.87/74.18	c bounds -10179 >= -292765 @ 73.4291
73.87/74.18	c bounds -10187 >= -292765 @ 73.4319
73.87/74.19	c bounds -10205 >= -292765 @ 73.4385
74.37/74.64	c bounds -10205 >= -292449 @ 73.8921
74.37/74.65	c bounds -10230 >= -292449 @ 73.8945
74.37/74.65	c bounds -10286 >= -292449 @ 73.8975
74.37/74.65	c bounds -10299 >= -292449 @ 73.9005
74.37/74.66	c bounds -10306 >= -292449 @ 73.9035
74.37/74.67	c bounds -10368 >= -292449 @ 73.9142
74.37/74.67	c bounds -10409 >= -292449 @ 73.9173
74.37/74.68	c bounds -10454 >= -292449 @ 73.9203
74.37/74.68	c bounds -10503 >= -292449 @ 73.9223
74.37/74.68	c bounds -10534 >= -292449 @ 73.9253
74.37/74.68	c bounds -10574 >= -292449 @ 73.9283
74.37/74.69	c bounds -10667 >= -292449 @ 73.9313
74.37/74.69	c bounds -10684 >= -292449 @ 73.9333
74.47/74.70	c bounds -10693 >= -292449 @ 73.9402
74.47/74.70	c bounds -10718 >= -292449 @ 73.9432
75.26/75.53	c bounds -10718 >= -292133 @ 74.7755
75.26/75.54	c bounds -10793 >= -292133 @ 74.7791
75.26/75.54	c bounds -10826 >= -292133 @ 74.7813
75.26/75.54	c bounds -10907 >= -292133 @ 74.7839
75.26/75.55	c bounds -10941 >= -292133 @ 74.7883
75.26/75.55	c bounds -10945 >= -292133 @ 74.7915
75.26/75.56	c bounds -10974 >= -292133 @ 74.7967
75.26/75.56	c bounds -11043 >= -292133 @ 74.7999
75.26/75.56	c bounds -11048 >= -292133 @ 74.8031
75.26/75.57	c bounds -11182 >= -292133 @ 74.8069
75.26/75.57	c bounds -11190 >= -292133 @ 74.8091
75.26/75.58	c bounds -11263 >= -292133 @ 74.8114
75.26/75.58	c bounds -11319 >= -292133 @ 74.8146
75.26/75.59	c bounds -11377 >= -292133 @ 74.8204
75.26/75.59	c bounds -11382 >= -292133 @ 74.8226
75.26/75.59	c bounds -11422 >= -292133 @ 74.8261
75.37/75.60	c bounds -11470 >= -292133 @ 74.831
75.37/75.60	c bounds -11475 >= -292133 @ 74.8333
75.37/75.61	c bounds -11515 >= -292133 @ 74.8374
75.37/75.61	c bounds -11565 >= -292133 @ 74.8407
75.37/75.61	c bounds -11623 >= -292133 @ 74.8445
75.37/75.62	c bounds -11638 >= -292133 @ 74.8477
75.37/75.62	c bounds -11640 >= -292133 @ 74.849
77.57/77.81	c bounds -11640 >= -291817 @ 77.0209
77.57/77.81	c bounds -11689 >= -291817 @ 77.0248
77.57/77.82	c bounds -11696 >= -291817 @ 77.0296
77.57/77.82	c bounds -11704 >= -291817 @ 77.0329
77.57/77.82	c bounds -11767 >= -291817 @ 77.038
77.57/77.83	c bounds -11786 >= -291817 @ 77.0393
77.57/77.83	c bounds -11821 >= -291817 @ 77.0417
77.57/77.84	c bounds -11884 >= -291817 @ 77.0463
77.57/77.84	c bounds -11984 >= -291817 @ 77.0487
77.57/77.84	c bounds -12012 >= -291817 @ 77.0537
77.57/77.85	c bounds -12054 >= -291817 @ 77.0586
77.57/77.85	c bounds -12095 >= -291817 @ 77.0621
77.57/77.86	c bounds -12137 >= -291817 @ 77.0645
77.57/77.86	c bounds -12252 >= -291817 @ 77.0693
77.57/77.86	c bounds -12258 >= -291817 @ 77.0727
77.57/77.87	c bounds -12261 >= -291817 @ 77.0779
77.57/77.87	c bounds -12319 >= -291817 @ 77.0819
77.57/77.88	c bounds -12344 >= -291817 @ 77.0858
77.57/77.88	c bounds -12358 >= -291817 @ 77.0893
77.57/77.89	c bounds -12403 >= -291817 @ 77.0933
77.57/77.89	c bounds -12404 >= -291817 @ 77.0989
77.66/77.90	c bounds -12405 >= -291817 @ 77.1025
77.66/77.91	c bounds -12452 >= -291817 @ 77.1096
77.66/77.91	c bounds -12458 >= -291817 @ 77.1141
77.66/77.92	c bounds -12516 >= -291817 @ 77.1167
77.66/77.92	c bounds -12561 >= -291817 @ 77.1204
77.66/77.92	c bounds -12628 >= -291817 @ 77.124
77.66/77.93	c bounds -12675 >= -291817 @ 77.1287
77.66/77.93	c bounds -12698 >= -291817 @ 77.1323
77.66/77.93	c bounds -12741 >= -291817 @ 77.1359
77.66/77.94	c bounds -12743 >= -291817 @ 77.1394
77.66/77.94	c bounds -12761 >= -291817 @ 77.143
77.66/77.94	c bounds -12793 >= -291817 @ 77.1465
77.66/77.95	c bounds -12864 >= -291817 @ 77.1501
77.66/77.95	c bounds -12889 >= -291817 @ 77.1527
77.66/77.96	c bounds -12992 >= -291817 @ 77.1575
77.66/77.96	c bounds -13049 >= -291817 @ 77.1601
77.66/77.96	c bounds -13116 >= -291817 @ 77.1637
77.66/77.97	c bounds -13208 >= -291817 @ 77.1685
77.66/77.97	c bounds -13304 >= -291817 @ 77.1714
77.66/77.98	c bounds -13306 >= -291817 @ 77.174
80.56/80.87	c bounds -13306 >= -291501 @ 80.0511
80.56/80.87	c bounds -13377 >= -291501 @ 80.0554
80.56/80.88	c bounds -13435 >= -291501 @ 80.0583
80.56/80.88	c bounds -13472 >= -291501 @ 80.0611
80.56/80.88	c bounds -13516 >= -291501 @ 80.0659
80.56/80.89	c bounds -13521 >= -291501 @ 80.0688
80.56/80.89	c bounds -13532 >= -291501 @ 80.0716
80.65/80.90	c bounds -13549 >= -291501 @ 80.0759
80.65/80.90	c bounds -13576 >= -291501 @ 80.0811
80.65/80.91	c bounds -13641 >= -291501 @ 80.085
80.65/80.91	c bounds -13644 >= -291501 @ 80.0888
80.65/80.92	c bounds -13694 >= -291501 @ 80.0944
80.65/80.92	c bounds -13718 >= -291501 @ 80.0994
80.65/80.93	c bounds -13759 >= -291501 @ 80.1035
80.65/80.93	c bounds -13761 >= -291501 @ 80.1073
80.65/80.93	c bounds -13816 >= -291501 @ 80.1108
80.65/80.94	c bounds -13873 >= -291501 @ 80.1137
80.65/80.95	c bounds -13955 >= -291501 @ 80.1196
80.65/80.95	c bounds -14015 >= -291501 @ 80.1237
80.65/80.96	c bounds -14018 >= -291501 @ 80.1262
80.65/80.96	c bounds -14037 >= -291501 @ 80.1291
80.65/80.97	c bounds -14093 >= -291501 @ 80.1337
80.65/80.97	c bounds -14114 >= -291501 @ 80.1366
80.65/80.97	c bounds -14120 >= -291501 @ 80.1405
80.65/80.98	c bounds -14190 >= -291501 @ 80.1482
80.65/80.99	c bounds -14219 >= -291501 @ 80.1592
80.65/81.00	c bounds -14228 >= -291501 @ 80.1645
80.77/81.00	c bounds -14270 >= -291501 @ 80.17
80.77/81.01	c bounds -14323 >= -291501 @ 80.1746
80.77/81.01	c bounds -14328 >= -291501 @ 80.1782
80.77/81.07	c bounds -14383 >= -291501 @ 80.2354
80.77/81.09	c bounds -14384 >= -291501 @ 80.249
80.77/81.09	c bounds -14482 >= -291501 @ 80.2564
80.86/81.14	c bounds -14484 >= -291501 @ 80.2947
80.86/81.14	c bounds -14546 >= -291501 @ 80.2993
80.86/81.15	c bounds -14570 >= -291501 @ 80.3061
80.86/81.15	c bounds -14610 >= -291501 @ 80.3098
114.08/114.40	c #Conflicts:       1000 | #Constraints:     101936
114.08/114.40	c #Conflicts:       2000 | #Constraints:     102936
114.08/114.40	c INPROCESSING
114.08/114.40	c GARBAGE COLLECT
114.08/114.40	c bounds -14633 >= -291501 @ 113.34
114.08/114.40	c bounds -14643 >= -291501 @ 113.343
114.08/114.43	c bounds -14651 >= -291501 @ 113.365
114.08/114.43	c bounds -14698 >= -291501 @ 113.37
114.08/114.44	c bounds -14756 >= -291501 @ 113.373
114.08/114.44	c bounds -14760 >= -291501 @ 113.375
114.08/114.44	c bounds -14794 >= -291501 @ 113.378
114.08/114.45	c bounds -14817 >= -291501 @ 113.381
114.08/114.45	c bounds -14819 >= -291501 @ 113.384
114.08/114.45	c bounds -14830 >= -291501 @ 113.387
114.08/114.46	c bounds -14845 >= -291501 @ 113.39
114.08/114.46	c bounds -14886 >= -291501 @ 113.393
114.08/114.46	c bounds -14915 >= -291501 @ 113.397
114.08/114.47	c bounds -14922 >= -291501 @ 113.4
114.08/114.47	c bounds -14948 >= -291501 @ 113.409
114.08/114.48	c bounds -14950 >= -291501 @ 113.411
114.08/114.48	c bounds -14967 >= -291501 @ 113.415
114.08/114.48	c bounds -14981 >= -291501 @ 113.418
114.08/114.49	c bounds -15006 >= -291501 @ 113.421
114.08/114.49	c bounds -15031 >= -291501 @ 113.424
114.17/114.50	c bounds -15052 >= -291501 @ 113.431
114.17/114.51	c bounds -15067 >= -291501 @ 113.439
114.27/114.60	c bounds -15071 >= -291501 @ 113.529
114.27/114.67	c bounds -15110 >= -291501 @ 113.604
114.38/114.70	c bounds -15231 >= -291501 @ 113.626
114.38/114.70	c bounds -15254 >= -291501 @ 113.633
114.38/114.71	c bounds -15266 >= -291501 @ 113.64
114.38/114.72	c bounds -15362 >= -291501 @ 113.65
114.38/114.73	c bounds -15378 >= -291501 @ 113.659
114.38/114.74	c bounds -15409 >= -291501 @ 113.668
114.48/114.82	c bounds -15521 >= -291501 @ 113.748
114.48/114.83	c bounds -15523 >= -291501 @ 113.754
114.48/114.84	c bounds -15524 >= -291501 @ 113.761
114.48/114.86	c bounds -15525 >= -291501 @ 113.783
114.48/114.88	c bounds -15526 >= -291501 @ 113.803
114.58/114.91	c bounds -15544 >= -291501 @ 113.835
114.58/114.95	c bounds -15585 >= -291501 @ 113.869
114.58/114.95	c bounds -15587 >= -291501 @ 113.877
114.58/114.96	c bounds -15592 >= -291501 @ 113.884
114.68/115.06	c bounds -15593 >= -291501 @ 113.979
114.68/115.06	c bounds -15594 >= -291501 @ 113.987
114.68/115.08	c bounds -15618 >= -291501 @ 113.998
114.68/115.08	c bounds -15620 >= -291501 @ 114.006
114.68/115.10	c bounds -15656 >= -291501 @ 114.018
114.78/115.13	c bounds -15765 >= -291501 @ 114.051
114.78/115.14	c bounds -15767 >= -291501 @ 114.058
114.78/115.15	c bounds -15768 >= -291501 @ 114.07
114.78/115.18	c bounds -15833 >= -291501 @ 114.096
115.08/115.46	c bounds -15848 >= -291501 @ 114.362
115.08/115.48	c bounds -15898 >= -291501 @ 114.38
115.08/115.49	c bounds -15901 >= -291501 @ 114.396
115.18/115.51	c bounds -15901 >= -291187 @ 114.415
115.27/115.65	c bounds -15901 >= -290873 @ 114.555
115.27/115.69	c bounds -15936 >= -290873 @ 114.586
121.16/121.56	c #Conflicts:       3000 | #Constraints:     102829
121.16/121.56	c bounds -15936 >= -290559 @ 120.407
121.26/121.60	c bounds -15992 >= -290559 @ 120.443
121.26/121.66	c bounds -16006 >= -290559 @ 120.506
121.26/121.68	c bounds -16033 >= -290559 @ 120.519
121.37/121.73	c bounds -16061 >= -290559 @ 120.576
121.37/121.74	c bounds -16072 >= -290559 @ 120.585
121.46/121.80	c bounds -16117 >= -290559 @ 120.635
121.46/121.81	c bounds -16119 >= -290559 @ 120.646
121.56/121.94	c bounds -16120 >= -290559 @ 120.773
121.56/121.99	c bounds -16142 >= -290559 @ 120.821
121.56/122.00	c bounds -16144 >= -290559 @ 120.832
121.66/122.01	c bounds -16146 >= -290559 @ 120.844
121.66/122.02	c bounds -16150 >= -290559 @ 120.855
121.66/122.05	c bounds -16159 >= -290559 @ 120.879
121.66/122.10	c bounds -16196 >= -290559 @ 120.925
121.76/122.11	c bounds -16198 >= -290559 @ 120.936
121.76/122.12	c bounds -16207 >= -290559 @ 120.948
121.76/122.17	c bounds -16208 >= -290559 @ 120.995
121.76/122.19	c bounds -16214 >= -290559 @ 121.016
121.86/122.26	c bounds -16250 >= -290559 @ 121.078
121.86/122.27	c bounds -16252 >= -290559 @ 121.091
121.96/122.38	c bounds -16261 >= -290559 @ 121.193
122.06/122.41	c bounds -16276 >= -290559 @ 121.224
122.06/122.47	c bounds -16283 >= -290559 @ 121.283
122.26/122.61	c bounds -16302 >= -290559 @ 121.415
122.26/122.62	c bounds -16303 >= -290559 @ 121.428
122.26/122.63	c bounds -16305 >= -290559 @ 121.442
122.26/122.65	c bounds -16306 >= -290559 @ 121.454
122.26/122.66	c bounds -16308 >= -290559 @ 121.471
122.26/122.68	c bounds -16310 >= -290559 @ 121.484
122.26/122.69	c bounds -16332 >= -290559 @ 121.501
122.36/122.71	c bounds -16333 >= -290559 @ 121.512
122.36/122.77	c bounds -16377 >= -290559 @ 121.576
122.46/122.84	c bounds -16390 >= -290559 @ 121.64
122.46/122.86	c bounds -16391 >= -290559 @ 121.659
122.46/122.88	c bounds -16489 >= -290559 @ 121.677
122.56/122.90	c bounds -16513 >= -290559 @ 121.7
122.56/122.95	c bounds -16524 >= -290559 @ 121.748
122.56/122.98	c bounds -16526 >= -290559 @ 121.773
122.56/123.00	c bounds -16573 >= -290559 @ 121.79
122.66/123.02	c bounds -16587 >= -290559 @ 121.815
122.77/123.12	c bounds -16618 >= -290559 @ 121.903
122.77/123.13	c bounds -16620 >= -290559 @ 121.918
122.95/123.35	c bounds -16639 >= -290559 @ 122.13
126.35/126.75	c #Conflicts:       4000 | #Constraints:     103878
126.35/126.75	c INPROCESSING
126.35/126.75	c GARBAGE COLLECT
126.35/126.75	c bounds -16657 >= -290559 @ 125.51
126.35/126.77	c bounds -16703 >= -290559 @ 125.531
126.35/126.78	c bounds -16715 >= -290559 @ 125.534
126.35/126.78	c bounds -16729 >= -290559 @ 125.537
126.35/126.78	c bounds -16814 >= -290559 @ 125.541
126.35/126.79	c bounds -16842 >= -290559 @ 125.547
126.45/126.80	c bounds -16877 >= -290559 @ 125.552
126.65/127.08	c bounds -16886 >= -290559 @ 125.827
126.65/127.08	c bounds -16891 >= -290559 @ 125.83
126.65/127.09	c bounds -16894 >= -290559 @ 125.834
126.65/127.10	c bounds -16920 >= -290559 @ 125.843
126.76/127.13	c bounds -16923 >= -290559 @ 125.876
126.76/127.14	c bounds -16953 >= -290559 @ 125.884
126.76/127.15	c bounds -16964 >= -290559 @ 125.894
126.76/127.15	c bounds -16967 >= -290559 @ 125.898
126.76/127.16	c bounds -16969 >= -290559 @ 125.902
126.76/127.16	c bounds -16972 >= -290559 @ 125.905
126.76/127.17	c bounds -16973 >= -290559 @ 125.912
126.85/127.20	c bounds -17065 >= -290559 @ 125.947
126.85/127.21	c bounds -17104 >= -290559 @ 125.96
126.85/127.22	c bounds -17107 >= -290559 @ 125.964
126.85/127.24	c bounds -17151 >= -290559 @ 125.98
126.85/127.25	c bounds -17178 >= -290559 @ 125.994
126.95/127.36	c bounds -17189 >= -290559 @ 126.098
126.95/127.39	c bounds -17195 >= -290559 @ 126.125
126.95/127.39	c bounds -17198 >= -290559 @ 126.13
127.05/127.40	c bounds -17200 >= -290559 @ 126.135
127.05/127.43	c bounds -17203 >= -290559 @ 126.162
127.05/127.43	c bounds -17204 >= -290559 @ 126.168
127.05/127.44	c bounds -17206 >= -290559 @ 126.177
127.05/127.45	c bounds -17210 >= -290559 @ 126.189
127.15/127.50	c bounds -17242 >= -290559 @ 126.233
127.15/127.52	c bounds -17253 >= -290559 @ 126.253
127.15/127.54	c bounds -17259 >= -290559 @ 126.27
127.35/127.75	c bounds -17309 >= -290559 @ 126.485
127.35/127.77	c bounds -17311 >= -290559 @ 126.504
127.45/127.81	c bounds -17315 >= -290559 @ 126.539
127.45/127.83	c bounds -17320 >= -290559 @ 126.559
127.45/127.84	c bounds -17323 >= -290559 @ 126.569
127.45/127.86	c bounds -17340 >= -290559 @ 126.588
127.45/127.87	c bounds -17378 >= -290559 @ 126.6
127.65/128.04	c bounds -17380 >= -290559 @ 126.773
127.76/128.12	c bounds -17395 >= -290559 @ 126.845
127.76/128.13	c bounds -17397 >= -290559 @ 126.854
127.76/128.14	c bounds -17398 >= -290559 @ 126.863
128.25/128.62	c bounds -17399 >= -290559 @ 127.334
128.25/128.64	c bounds -17399 >= -290247 @ 127.357
128.25/128.67	c bounds -17399 >= -289936 @ 127.381
128.25/128.69	c bounds -17399 >= -289625 @ 127.405
128.35/128.73	c bounds -17399 >= -289314 @ 127.439
128.44/128.88	c bounds -17399 >= -289003 @ 127.588
128.65/129.10	c bounds -17399 >= -288692 @ 127.81
128.84/129.25	c bounds -17399 >= -288381 @ 127.961
134.72/135.41	c #Conflicts:       5000 | #Constraints:     103255
134.72/135.41	c bounds -17399 >= -288070 @ 133.749
134.72/135.44	c bounds -17402 >= -288070 @ 133.785
134.82/135.51	c bounds -17410 >= -288070 @ 133.849
134.82/135.55	c bounds -17450 >= -288070 @ 133.89
135.01/135.72	c bounds -17453 >= -288070 @ 134.056
135.01/135.74	c bounds -17455 >= -288070 @ 134.077
135.11/135.81	c bounds -17456 >= -288070 @ 134.149
135.11/135.83	c bounds -17458 >= -288070 @ 134.163
135.11/135.86	c bounds -17459 >= -288070 @ 134.195
135.11/135.87	c bounds -17493 >= -288070 @ 134.211
135.21/135.91	c bounds -17513 >= -288070 @ 134.251
135.31/136.07	c bounds -17518 >= -288070 @ 134.402
135.42/136.18	c bounds -17532 >= -288070 @ 134.511
135.71/136.42	c bounds -17541 >= -288070 @ 134.749
135.71/136.44	c bounds -17543 >= -288070 @ 134.764
135.81/136.58	c bounds -17546 >= -288070 @ 134.899
138.80/139.57	c #Conflicts:       6000 | #Constraints:     104276
138.80/139.57	c INPROCESSING
138.80/139.57	c GARBAGE COLLECT
138.80/139.57	c bounds -17555 >= -288070 @ 137.849
138.90/139.61	c bounds -17572 >= -288070 @ 137.884
138.90/139.61	c bounds -17574 >= -288070 @ 137.887
138.90/139.61	c bounds -17577 >= -288070 @ 137.891
138.90/139.65	c bounds -17589 >= -288070 @ 137.932
138.90/139.67	c bounds -17604 >= -288070 @ 137.948
139.00/139.71	c bounds -17618 >= -288070 @ 137.985
139.00/139.72	c bounds -17642 >= -288070 @ 137.998
139.00/139.73	c bounds -17646 >= -288070 @ 138.005
139.00/139.75	c bounds -17647 >= -288070 @ 138.021
139.00/139.76	c bounds -17667 >= -288070 @ 138.037
139.41/140.14	c bounds -17694 >= -288070 @ 138.404
139.60/140.30	c bounds -17720 >= -288070 @ 138.569
143.40/144.14	c #Conflicts:       7000 | #Constraints:     103221
143.40/144.14	c #Conflicts:       8000 | #Constraints:     104221
143.40/144.14	c bounds -17727 >= -288070 @ 142.322
143.40/144.16	c bounds -17727 >= -287761 @ 142.343
143.40/144.18	c bounds -17727 >= -287453 @ 142.366
143.49/144.21	c bounds -17727 >= -287147 @ 142.396
143.49/144.22	c bounds -17727 >= -286842 @ 142.401
143.49/144.23	c bounds -17727 >= -286538 @ 142.408
143.49/144.23	c bounds -17727 >= -286234 @ 142.414
143.59/144.31	c bounds -17727 >= -285930 @ 142.494
143.79/144.55	c bounds -17727 >= -285626 @ 142.732
144.79/145.56	c bounds -17727 >= -285322 @ 143.734
145.98/146.77	c bounds -17727 >= -285018 @ 144.934
158.16/158.90	c #Conflicts:       9000 | #Constraints:     105265
158.16/158.90	c INPROCESSING
158.16/158.90	c GARBAGE COLLECT
158.16/158.90	c bounds -17727 >= -284714 @ 156.98
163.74/164.53	c #Conflicts:      10000 | #Constraints:     103953
163.74/164.53	c #Conflicts:      11000 | #Constraints:     104953
163.74/164.53	c #Conflicts:      12000 | #Constraints:     105953
163.74/164.53	c INPROCESSING
163.74/164.53	c GARBAGE COLLECT
163.74/164.53	c bounds -17766 >= -284714 @ 162.541
163.95/164.75	c bounds -17767 >= -284714 @ 162.758
164.04/164.81	c bounds -17784 >= -284714 @ 162.808
164.14/164.99	c bounds -17805 >= -284714 @ 162.987
164.14/165.00	c bounds -17812 >= -284714 @ 162.993
164.74/165.82	c bounds -17816 >= -284714 @ 163.493
164.74/165.84	c bounds -17816 >= -284411 @ 163.516
164.83/165.91	c bounds -17847 >= -284411 @ 163.583
164.83/165.95	c bounds -17847 >= -284108 @ 163.618
166.33/167.47	c bounds -17847 >= -283805 @ 165.12
166.63/167.76	c bounds -17854 >= -283805 @ 165.405
183.49/184.64	c #Conflicts:      13000 | #Constraints:     104418
183.49/184.64	c #Conflicts:      14000 | #Constraints:     105418
183.49/184.64	c #Conflicts:      15000 | #Constraints:     106418
183.49/184.64	c INPROCESSING
183.49/184.64	c GARBAGE COLLECT
183.49/184.64	c bounds -17859 >= -283805 @ 182.168
183.49/184.65	c bounds -17884 >= -283805 @ 182.171
183.49/184.67	c bounds -17906 >= -283805 @ 182.193
183.49/184.67	c bounds -17925 >= -283805 @ 182.196
183.60/184.72	c bounds -17934 >= -283805 @ 182.243
183.60/184.74	c bounds -17935 >= -283805 @ 182.262
183.60/184.75	c bounds -17945 >= -283805 @ 182.27
183.60/184.76	c bounds -17951 >= -283805 @ 182.282
183.69/184.81	c bounds -17957 >= -283805 @ 182.333
183.79/184.92	c bounds -17963 >= -283805 @ 182.438
184.00/185.15	c bounds -17965 >= -283805 @ 182.657
184.49/185.68	c bounds -17975 >= -283805 @ 183.184
184.89/186.06	c bounds -18023 >= -283805 @ 183.55
185.09/186.25	c bounds -18026 >= -283805 @ 183.74
185.09/186.27	c bounds -18039 >= -283805 @ 183.761
185.09/186.29	c bounds -18051 >= -283805 @ 183.773
185.19/186.36	c bounds -18064 >= -283805 @ 183.837
185.28/186.44	c bounds -18073 >= -283805 @ 183.924
185.38/186.55	c bounds -18078 >= -283805 @ 184.034
185.59/186.75	c bounds -18080 >= -283805 @ 184.23
186.89/188.02	c bounds -18082 >= -283805 @ 185.472
186.89/188.04	c bounds -18082 >= -283503 @ 185.495
186.99/188.11	c bounds -18082 >= -283201 @ 185.558
192.47/193.63	c #Conflicts:      16000 | #Constraints:     104662
192.47/193.63	c #Conflicts:      17000 | #Constraints:     105662
192.47/193.63	c #Conflicts:      18000 | #Constraints:     106662
192.47/193.63	c INPROCESSING
192.47/193.63	c GARBAGE COLLECT
192.47/193.63	c bounds -18083 >= -283201 @ 190.99
192.47/193.64	c bounds -18092 >= -283201 @ 190.998
192.47/193.65	c bounds -18097 >= -283201 @ 191.009
192.57/193.73	c bounds -18102 >= -283201 @ 191.081
192.57/193.74	c bounds -18107 >= -283201 @ 191.092
192.57/193.78	c bounds -18109 >= -283201 @ 191.128
192.67/193.80	c bounds -18118 >= -283201 @ 191.155
192.67/193.84	c bounds -18153 >= -283201 @ 191.193
192.67/193.88	c bounds -18156 >= -283201 @ 191.231
192.67/193.89	c bounds -18162 >= -283201 @ 191.238
192.67/193.89	c bounds -18167 >= -283201 @ 191.245
192.77/194.00	c bounds -18170 >= -283201 @ 191.349
193.87/195.05	c bounds -18196 >= -283201 @ 192.373
194.47/195.63	c bounds -18199 >= -283201 @ 192.942
194.47/195.66	c bounds -18199 >= -282900 @ 192.972
194.47/195.68	c bounds -18199 >= -282600 @ 192.989
194.57/195.71	c bounds -18199 >= -282302 @ 193.028
194.57/195.74	c bounds -18199 >= -282005 @ 193.05
194.57/195.76	c bounds -18199 >= -281709 @ 193.073
194.57/195.78	c bounds -18199 >= -281413 @ 193.094
194.77/195.94	c bounds -18199 >= -281117 @ 193.254
195.17/196.77	c bounds -18199 >= -280821 @ 193.682
196.67/198.28	c #Conflicts:      19000 | #Constraints:     104707
196.67/198.28	c bounds -18199 >= -280525 @ 195.184
202.66/204.29	c #Conflicts:      20000 | #Constraints:     105713
202.66/204.29	c #Conflicts:      21000 | #Constraints:     106713
202.66/204.29	c INPROCESSING
202.66/204.29	c GARBAGE COLLECT
202.66/204.29	c bounds -18201 >= -280525 @ 201.079
202.85/204.46	c bounds -18209 >= -280525 @ 201.248
202.85/204.47	c bounds -18226 >= -280525 @ 201.252
202.85/204.47	c bounds -18274 >= -280525 @ 201.257
202.95/204.53	c bounds -18287 >= -280525 @ 201.31
202.95/204.56	c bounds -18292 >= -280525 @ 201.343
202.95/204.59	c bounds -18300 >= -280525 @ 201.371
203.05/204.65	c bounds -18305 >= -280525 @ 201.424
203.25/204.82	c bounds -18306 >= -280525 @ 201.6
203.25/204.84	c bounds -18309 >= -280525 @ 201.613
203.25/204.84	c bounds -18322 >= -280525 @ 201.62
203.75/205.39	c bounds -18327 >= -280525 @ 202.153
203.85/205.40	c bounds -18330 >= -280525 @ 202.161
204.15/205.75	c #Conflicts:      22000 | #Constraints:     104509
204.15/205.75	c bounds -18331 >= -280525 @ 202.502
204.25/205.84	c bounds -18332 >= -280525 @ 202.59
204.25/205.89	c bounds -18355 >= -280525 @ 202.641
205.24/206.85	c bounds -18373 >= -280525 @ 203.579
205.55/207.12	c bounds -18388 >= -280525 @ 203.844
205.55/207.13	c bounds -18388 >= -280233 @ 203.851
205.55/207.16	c bounds -18388 >= -279942 @ 203.88
205.64/207.27	c bounds -18388 >= -279652 @ 203.987
208.55/210.17	c bounds -18388 >= -279362 @ 206.877
208.64/210.20	c bounds -18420 >= -279362 @ 206.904
208.74/210.37	c bounds -18439 >= -279362 @ 207.067
208.74/210.39	c bounds -18453 >= -279362 @ 207.094
208.83/210.46	c bounds -18463 >= -279362 @ 207.16
214.72/216.32	c #Conflicts:      23000 | #Constraints:     105534
214.72/216.32	c #Conflicts:      24000 | #Constraints:     106534
214.72/216.32	c #Conflicts:      25000 | #Constraints:     107537
214.72/216.32	c INPROCESSING
214.72/216.32	c GARBAGE COLLECT
214.72/216.32	c bounds -18470 >= -279362 @ 212.924
214.72/216.39	c bounds -18471 >= -279362 @ 212.991
214.82/216.40	c bounds -18473 >= -279362 @ 212.998
214.82/216.41	c bounds -18492 >= -279362 @ 213.001
214.82/216.41	c bounds -18501 >= -279362 @ 213.005
214.82/216.42	c bounds -18629 >= -279362 @ 213.012
214.93/216.55	c bounds -18636 >= -279362 @ 213.143
214.93/216.57	c bounds -18651 >= -279362 @ 213.164
215.02/216.62	c bounds -18659 >= -279362 @ 213.206
215.02/216.63	c bounds -18693 >= -279362 @ 213.219
215.02/216.64	c bounds -18715 >= -279362 @ 213.224
215.82/217.45	c bounds -18737 >= -279362 @ 214.02
215.82/217.48	c bounds -18743 >= -279362 @ 214.048
216.62/218.20	c bounds -18745 >= -279362 @ 214.754
216.62/218.27	c bounds -18753 >= -279362 @ 214.822
216.62/218.28	c bounds -18769 >= -279362 @ 214.832
220.81/222.40	c #Conflicts:      26000 | #Constraints:     105126
220.81/222.40	WSVECS04 Frhs2[477]: 6 0 90 shouldn't be
220.81/222.40	WSVECS04 Frhs2[478]: 6 0 1.00004 shouldn't be
220.81/222.40	WSVECS04 Frhs2[489]: 6 0 86 shouldn't be
220.81/222.40	WSVECS04 Frhs2[503]: 6 0 63.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
220.81/222.40	WSVECS04 Frhs2[901]: 6 0 62.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[928]: 6 0 45.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[929]: 6 0 61.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[930]: 6 0 54.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
220.81/222.40	WSVECS04 Frhs2[954]: 6 0 33.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[961]: 6 0 43.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1062]: 6 0 143 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1102]: 6 0 74.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1151]: 6 0 71.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1289]: 6 0 8.00004 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1334]: 6 0 14 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1356]: 6 0 96.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1365]: 6 0 84 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1388]: 6 0 97.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1440]: 6 0 25 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1452]: 6 0 94.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1458]: 6 0 33.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1462]: 6 0 74.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1541]: 6 0 70 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1569]: 6 0 131 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1630]: 6 0 188 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1653]: 6 0 27 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1655]: 6 0 178 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1716]: 6 0 153 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1738]: 6 0 90.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1768]: 6 0 95.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1791]: 6 0 31.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1820]: 6 0 17.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1845]: 6 0 66.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1859]: 6 0 36.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
220.81/222.40	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2102]: 6 0 69.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2123]: 6 0 92.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2144]: 6 0 87.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2158]: 6 0 71 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2177]: 6 0 139 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2198]: 6 0 97.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2299]: 6 0 87.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2318]: 6 0 22.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2319]: 6 0 39.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2397]: 6 0 99.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2632]: 6 0 80.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2639]: 6 0 136 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2660]: 6 0 189 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2712]: 6 0 81.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2729]: 6 0 88 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2760]: 6 0 80.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2899]: 6 0 98.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
220.81/222.40	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3131]: 6 0 88.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3153]: 6 0 72 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3180]: 6 0 74.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3280]: 6 0 50.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3570]: 6 0 19.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3630]: 6 0 97.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3631]: 6 0 94.0001 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
220.81/222.40	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
220.81/222.41	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
220.81/222.41	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
220.81/222.41	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
220.81/222.41	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
220.81/222.41	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
224.80/226.41	c bounds -18778 >= -279362 @ 222.837
224.80/226.44	c bounds -18778 >= -279076 @ 222.861
224.80/226.44	c bounds -18778 >= -278791 @ 222.867
224.80/226.47	c bounds -18778 >= -278506 @ 222.889
225.00/226.63	c bounds -18778 >= -278221 @ 223.055
228.60/230.72	c #Conflicts:      27000 | #Constraints:     106142
228.60/230.72	c bounds -18778 >= -277936 @ 226.633
242.77/244.98	c #Conflicts:      28000 | #Constraints:     107145
242.77/244.98	c #Conflicts:      29000 | #Constraints:     108145
242.77/244.98	c INPROCESSING
242.77/244.98	c GARBAGE COLLECT
242.77/244.98	c bounds -18779 >= -277936 @ 240.758
242.87/245.00	c bounds -18779 >= -277652 @ 240.776
243.16/245.30	c bounds -18786 >= -277652 @ 241.071
243.16/245.33	c bounds -18786 >= -277370 @ 241.095
243.16/245.35	c bounds -18786 >= -277088 @ 241.121
243.16/245.38	c bounds -18786 >= -276807 @ 241.148
243.26/245.40	c bounds -18786 >= -276526 @ 241.171
243.36/245.56	c bounds -18786 >= -276245 @ 241.322
243.86/246.09	c bounds -18786 >= -275964 @ 241.858
247.36/249.58	c bounds -18786 >= -275683 @ 245.33
247.46/249.62	c bounds -18797 >= -275683 @ 245.362
247.46/249.64	c bounds -18829 >= -275683 @ 245.385
247.46/249.65	c bounds -18848 >= -275683 @ 245.399
247.46/249.69	c bounds -18866 >= -275683 @ 245.438
247.56/249.73	c bounds -18876 >= -275683 @ 245.477
247.56/249.75	c bounds -18911 >= -275683 @ 245.494
247.56/249.76	c bounds -18925 >= -275683 @ 245.508
247.66/249.80	c bounds -18969 >= -275683 @ 245.544
247.66/249.83	c bounds -18980 >= -275683 @ 245.576
255.41/257.92	c #Conflicts:      30000 | #Constraints:     105567
255.41/257.92	c #Conflicts:      31000 | #Constraints:     106567
255.41/257.92	c #Conflicts:      32000 | #Constraints:     107567
255.41/257.92	c #Conflicts:      33000 | #Constraints:     108567
255.41/257.92	c INPROCESSING
255.41/257.92	c GARBAGE COLLECT
255.41/257.92	c bounds -18982 >= -275683 @ 253.215
255.41/257.93	c bounds -18993 >= -275683 @ 253.219
255.61/258.14	c bounds -19010 >= -275683 @ 253.424
255.61/258.14	c bounds -19011 >= -275683 @ 253.43
255.61/258.16	c bounds -19018 >= -275683 @ 253.45
255.61/258.17	c bounds -19032 >= -275683 @ 253.455
255.72/258.21	c bounds -19035 >= -275683 @ 253.49
255.82/258.31	c bounds -19036 >= -275683 @ 253.597
255.82/258.32	c bounds -19056 >= -275683 @ 253.602
258.21/260.78	c bounds -19067 >= -275683 @ 256.018
258.41/260.99	c bounds -19072 >= -275683 @ 256.219
258.51/261.01	c bounds -19072 >= -275404 @ 256.242
258.51/261.03	c bounds -19072 >= -275125 @ 256.264
285.63/288.22	c bounds -19072 >= -274846 @ 283.258
285.71/288.32	c bounds -19072 >= -274567 @ 283.359
286.42/289.08	c #Conflicts:      34000 | #Constraints:     105769
286.42/289.08	c bounds -19072 >= -274288 @ 284.121
286.52/289.11	c bounds -19077 >= -274288 @ 284.144
286.52/289.13	c bounds -19088 >= -274288 @ 284.16
286.52/289.14	c bounds -19117 >= -274288 @ 284.176
286.52/289.16	c bounds -19141 >= -274288 @ 284.197
286.52/289.18	c bounds -19163 >= -274288 @ 284.213
286.52/289.19	c bounds -19166 >= -274288 @ 284.229
300.28/302.99	c #Conflicts:      35000 | #Constraints:     106784
300.28/302.99	c #Conflicts:      36000 | #Constraints:     107784
300.28/302.99	c #Conflicts:      37000 | #Constraints:     108784
300.28/302.99	c INPROCESSING
300.28/302.99	c GARBAGE COLLECT
300.28/302.99	c #Conflicts:      38000 | #Constraints:     105759
300.28/302.99	c bounds -19174 >= -274288 @ 297.789
300.38/303.02	c bounds -19174 >= -274010 @ 297.818
300.38/303.03	c bounds -19174 >= -273733 @ 297.829
300.38/303.07	c bounds -19174 >= -273456 @ 297.866
300.67/303.39	c bounds -19174 >= -273179 @ 298.183
301.07/303.71	c bounds -19174 >= -272902 @ 298.511
302.37/305.07	c bounds -19174 >= -272625 @ 299.863
339.39/342.11	c #Conflicts:      39000 | #Constraints:     106789
339.39/342.11	c #Conflicts:      40000 | #Constraints:     107789
339.39/342.11	c #Conflicts:      41000 | #Constraints:     108789
339.39/342.11	c INPROCESSING
339.39/342.11	c GARBAGE COLLECT
339.39/342.11	c #Conflicts:      42000 | #Constraints:     105579
339.39/342.11	c #Conflicts:      43000 | #Constraints:     106579
339.39/342.11	c #Conflicts:      44000 | #Constraints:     107579
339.39/342.11	c #Conflicts:      45000 | #Constraints:     108579
339.39/342.11	c #Conflicts:      46000 | #Constraints:     109579
339.39/342.11	c INPROCESSING
339.39/342.11	c GARBAGE COLLECT
339.39/342.11	c #Conflicts:      47000 | #Constraints:     106165
339.39/342.11	c #Conflicts:      48000 | #Constraints:     107165
339.39/342.11	c #Conflicts:      49000 | #Constraints:     108165
339.39/342.11	c #Conflicts:      50000 | #Constraints:     109165
339.39/342.11	c #Conflicts:      51000 | #Constraints:     110165
339.39/342.11	c INPROCESSING
339.39/342.11	c GARBAGE COLLECT
339.39/342.11	c bounds -19183 >= -272625 @ 336.392
339.39/342.12	c bounds -19185 >= -272625 @ 336.402
340.08/342.88	c bounds -19188 >= -272625 @ 337.148
340.08/342.89	c bounds -19197 >= -272625 @ 337.159
340.18/342.92	c bounds -19215 >= -272625 @ 337.187
341.08/343.81	c bounds -19233 >= -272625 @ 338.053
345.86/348.62	c #Conflicts:      52000 | #Constraints:     106579
345.86/348.62	c bounds -19254 >= -272625 @ 342.781
345.86/348.63	c bounds -19254 >= -272350 @ 342.787
345.86/348.65	c bounds -19254 >= -272075 @ 342.81
345.86/348.66	c bounds -19254 >= -271801 @ 342.818
346.67/349.46	c bounds -19254 >= -271527 @ 343.616
396.95/399.80	c #Conflicts:      53000 | #Constraints:     107595
396.95/399.80	c #Conflicts:      54000 | #Constraints:     108595
396.95/399.80	c #Conflicts:      55000 | #Constraints:     109595
396.95/399.80	c #Conflicts:      56000 | #Constraints:     110595
396.95/399.80	c INPROCESSING
396.95/399.80	c GARBAGE COLLECT
396.95/399.80	c #Conflicts:      57000 | #Constraints:     106774
396.95/399.80	c #Conflicts:      58000 | #Constraints:     107774
396.95/399.80	c #Conflicts:      59000 | #Constraints:     108779
396.95/399.80	c #Conflicts:      60000 | #Constraints:     109787
396.95/399.80	c #Conflicts:      61000 | #Constraints:     110790
396.95/399.80	c INPROCESSING
396.95/399.80	c GARBAGE COLLECT
396.95/399.80	c rational objective -31514.6
400.43/403.33	c bounds -19276 >= -271527 @ 396.93
400.43/403.34	c bounds -19287 >= -271527 @ 396.935
400.43/403.34	c bounds -19308 >= -271527 @ 396.94
400.43/403.35	c bounds -19309 >= -271527 @ 396.949
400.43/403.36	c bounds -19316 >= -271527 @ 396.954
400.43/403.38	c bounds -19335 >= -271527 @ 396.973
400.43/403.39	c bounds -19338 >= -271527 @ 396.983
400.54/403.46	c bounds -19345 >= -271527 @ 397.053
400.63/403.51	c bounds -19366 >= -271527 @ 397.098
401.14/404.04	c bounds -19382 >= -271527 @ 397.629
402.33/405.21	c bounds -19383 >= -271527 @ 398.753
402.33/405.23	c bounds -19387 >= -271527 @ 398.773
404.33/407.27	c #Conflicts:      62000 | #Constraints:     106794
404.33/407.27	c bounds -19397 >= -271527 @ 400.763
406.72/409.67	c bounds -19398 >= -271527 @ 403.114
406.72/409.69	c bounds -19398 >= -271254 @ 403.14
406.82/409.72	c bounds -19398 >= -270983 @ 403.166
406.82/409.74	c bounds -19398 >= -270712 @ 403.19
407.52/410.46	c bounds -19398 >= -270441 @ 403.903
408.13/411.00	c #Conflicts:      63000 | #Constraints:     107819
408.13/411.00	c bounds -19398 >= -270170 @ 404.443
426.89/430.15	c #Conflicts:      64000 | #Constraints:     108831
426.89/430.15	c #Conflicts:      65000 | #Constraints:     109832
426.89/430.15	c #Conflicts:      66000 | #Constraints:     110835
426.89/430.15	c bounds -19398 >= -269899 @ 423.122
426.99/430.29	c bounds -19400 >= -269899 @ 423.262
427.48/430.73	c INPROCESSING
427.48/430.73	c GARBAGE COLLECT
427.48/430.73	c bounds -19402 >= -269899 @ 423.695
427.58/430.89	c bounds -19410 >= -269899 @ 423.845
427.80/431.05	c bounds -19413 >= -269899 @ 424.004
428.39/431.69	c bounds -19423 >= -269899 @ 424.631
428.48/431.71	c bounds -19431 >= -269899 @ 424.652
428.48/431.78	c bounds -19437 >= -269899 @ 424.716
429.58/432.86	c #Conflicts:      67000 | #Constraints:     106614
429.58/432.86	c bounds -19446 >= -269899 @ 425.768
429.68/432.97	c bounds -19447 >= -269899 @ 425.879
429.68/432.98	c bounds -19455 >= -269899 @ 425.891
430.18/433.44	c bounds -19456 >= -269899 @ 426.345
430.38/433.62	c bounds -19480 >= -269899 @ 426.518
430.38/433.63	c bounds -19485 >= -269899 @ 426.532
430.48/433.73	c bounds -19492 >= -269899 @ 426.628
430.48/433.74	c bounds -19500 >= -269899 @ 426.641
430.67/433.95	c bounds -19505 >= -269899 @ 426.843
430.67/433.97	c bounds -19529 >= -269899 @ 426.858
431.37/434.63	c bounds -19530 >= -269899 @ 427.513
431.78/435.05	c bounds -19553 >= -269899 @ 427.924
431.97/435.25	c bounds -19557 >= -269899 @ 428.115
432.07/435.30	c bounds -19558 >= -269899 @ 428.166
432.07/435.35	c bounds -19569 >= -269899 @ 428.219
432.37/435.60	c bounds -19583 >= -269899 @ 428.456
433.47/436.77	c bounds -19595 >= -269899 @ 429.61
435.06/438.33	c #Conflicts:      68000 | #Constraints:     107638
435.06/438.33	c bounds -19605 >= -269899 @ 431.133
448.78/452.52	c #Conflicts:      69000 | #Constraints:     108639
448.78/452.52	c #Conflicts:      70000 | #Constraints:     109640
448.78/452.52	c #Conflicts:      71000 | #Constraints:     110643
448.78/452.52	c #Conflicts:      72000 | #Constraints:     111649
448.78/452.52	c INPROCESSING
448.78/452.52	c GARBAGE COLLECT
448.78/452.52	c bounds -19612 >= -269899 @ 444.63
448.78/452.53	c bounds -19640 >= -269899 @ 444.641
448.78/452.57	c bounds -19643 >= -269899 @ 444.675
448.78/452.58	c bounds -19648 >= -269899 @ 444.686
448.88/452.65	c bounds -19664 >= -269899 @ 444.757
474.12/477.99	c bounds -19666 >= -269899 @ 469.969
474.52/478.30	c bounds -19667 >= -269899 @ 470.268
474.82/478.69	c bounds -19675 >= -269899 @ 470.655
474.92/478.73	c bounds -19720 >= -269899 @ 470.69
475.62/479.48	c #Conflicts:      73000 | #Constraints:     107219
475.62/479.48	c bounds -19727 >= -269899 @ 471.417
475.71/479.50	c bounds -19727 >= -269629 @ 471.44
475.71/479.50	c bounds -19727 >= -269359 @ 471.444
475.71/479.53	c bounds -19727 >= -269089 @ 471.468
475.81/479.68	c bounds -19727 >= -268819 @ 471.616
476.52/480.32	c bounds -19727 >= -268549 @ 472.256
476.52/480.34	c bounds -19730 >= -268549 @ 472.274
479.31/483.16	c bounds -19730 >= -268279 @ 475.065
479.90/483.76	c bounds -19733 >= -268279 @ 475.657
508.97/513.06	c #Conflicts:      74000 | #Constraints:     108251
508.97/513.06	c #Conflicts:      75000 | #Constraints:     109251
508.97/513.06	c #Conflicts:      76000 | #Constraints:     110251
508.97/513.06	c #Conflicts:      77000 | #Constraints:     111251
508.97/513.06	c bounds -19733 >= -268009 @ 504.574
509.27/513.31	c bounds -19735 >= -268009 @ 504.812
509.27/513.33	c bounds -19762 >= -268009 @ 504.836
509.47/513.54	c bounds -19763 >= -268009 @ 505.042
509.47/513.57	c bounds -19765 >= -268009 @ 505.073
509.56/513.60	c bounds -19771 >= -268009 @ 505.1
509.56/513.63	c bounds -19774 >= -268009 @ 505.135
509.66/513.77	c bounds -19804 >= -268009 @ 505.268
509.66/513.79	c bounds -19820 >= -268009 @ 505.29
509.76/513.88	c bounds -19822 >= -268009 @ 505.374
510.16/514.26	c bounds -19823 >= -268009 @ 505.75
510.36/514.41	c bounds -19825 >= -268009 @ 505.899
510.46/514.54	c bounds -19830 >= -268009 @ 506.025
510.66/514.71	c #Conflicts:      78000 | #Constraints:     112269
510.66/514.71	c INPROCESSING
510.66/514.71	c GARBAGE COLLECT
510.66/514.71	c bounds -19832 >= -268009 @ 506.198
510.66/514.73	c bounds -19840 >= -268009 @ 506.211
510.66/514.73	c bounds -19844 >= -268009 @ 506.219
510.76/514.87	c bounds -19859 >= -268009 @ 506.349
510.86/514.97	c bounds -19863 >= -268009 @ 506.45
511.76/515.80	c bounds -19873 >= -268009 @ 507.263
512.66/516.71	c bounds -19875 >= -268009 @ 508.152
512.66/516.76	c bounds -19881 >= -268009 @ 508.202
512.96/517.05	c bounds -19891 >= -268009 @ 508.487
512.96/517.07	c bounds -19899 >= -268009 @ 508.499
566.62/570.83	c #Conflicts:      79000 | #Constraints:     107644
566.62/570.83	c #Conflicts:      80000 | #Constraints:     108644
566.62/570.83	c #Conflicts:      81000 | #Constraints:     109644
566.62/570.83	c #Conflicts:      82000 | #Constraints:     110644
566.62/570.83	c #Conflicts:      83000 | #Constraints:     111644
566.62/570.83	c #Conflicts:      84000 | #Constraints:     112644
566.62/570.83	c INPROCESSING
566.62/570.83	c GARBAGE COLLECT
566.62/570.83	c rational objective -31514.5
688.49/693.61	c #Conflicts:      85000 | #Constraints:     107830
688.49/693.61	c #Conflicts:      86000 | #Constraints:     108830
688.49/693.61	c #Conflicts:      87000 | #Constraints:     109830
688.49/693.61	c #Conflicts:      88000 | #Constraints:     110830
688.49/693.61	c #Conflicts:      89000 | #Constraints:     111830
688.49/693.61	c #Conflicts:      90000 | #Constraints:     112830
688.49/693.61	c INPROCESSING
688.49/693.61	c GARBAGE COLLECT
688.49/693.61	c #Conflicts:      91000 | #Constraints:     107822
688.49/693.61	c #Conflicts:      92000 | #Constraints:     108822
688.49/693.61	c #Conflicts:      93000 | #Constraints:     109822
688.49/693.61	c #Conflicts:      94000 | #Constraints:     110823
688.49/693.61	c #Conflicts:      95000 | #Constraints:     111824
688.49/693.61	c #Conflicts:      96000 | #Constraints:     112827
688.49/693.61	c INPROCESSING
688.49/693.61	c GARBAGE COLLECT
688.49/693.61	c #Conflicts:      97000 | #Constraints:     107630
688.49/693.61	c #Conflicts:      98000 | #Constraints:     108632
688.49/693.61	c #Conflicts:      99000 | #Constraints:     109633
688.49/693.61	c #Conflicts:     100000 | #Constraints:     110636
688.49/693.61	c #Conflicts:     101000 | #Constraints:     111638
688.49/693.61	c #Conflicts:     102000 | #Constraints:     112639
688.49/693.61	c #Conflicts:     103000 | #Constraints:     113639
688.49/693.61	c INPROCESSING
688.49/693.61	c GARBAGE COLLECT
688.49/693.61	c #Conflicts:     104000 | #Constraints:     108229
688.49/693.61	c #Conflicts:     105000 | #Constraints:     109229
688.49/693.61	c #Conflicts:     106000 | #Constraints:     110229
688.49/693.61	c #Conflicts:     107000 | #Constraints:     111229
688.49/693.61	c #Conflicts:     108000 | #Constraints:     112229
688.49/693.61	c #Conflicts:     109000 | #Constraints:     113229
688.49/693.61	c #Conflicts:     110000 | #Constraints:     114229
688.49/693.61	c INPROCESSING
688.49/693.61	c GARBAGE COLLECT
688.49/693.61	c rational objective -31514.4
764.09/769.77	c #Conflicts:     111000 | #Constraints:     108630
764.09/769.77	c #Conflicts:     112000 | #Constraints:     109630
764.09/769.77	c #Conflicts:     113000 | #Constraints:     110630
764.09/769.77	c #Conflicts:     114000 | #Constraints:     111630
764.09/769.77	c #Conflicts:     115000 | #Constraints:     112630
764.09/769.77	c #Conflicts:     116000 | #Constraints:     113630
764.09/769.77	c #Conflicts:     117000 | #Constraints:     114630
764.09/769.77	c INPROCESSING
764.09/769.77	c GARBAGE COLLECT
764.09/769.77	c #Conflicts:     118000 | #Constraints:     108826
764.09/769.77	c #Conflicts:     119000 | #Constraints:     109828
764.09/769.77	c #Conflicts:     120000 | #Constraints:     110831
764.09/769.77	c #Conflicts:     121000 | #Constraints:     111836
764.09/769.77	c #Conflicts:     122000 | #Constraints:     112843
764.09/769.77	c #Conflicts:     123000 | #Constraints:     113848
764.09/769.77	c #Conflicts:     124000 | #Constraints:     114850
764.09/769.77	c INPROCESSING
764.09/769.77	c GARBAGE COLLECT
764.09/769.77	c rational objective -31514.3
767.67/773.34	c bounds -19942 >= -268009 @ 761.05
767.67/773.37	c bounds -19966 >= -268009 @ 761.077
767.67/773.37	c bounds -19988 >= -268009 @ 761.084
772.26/777.95	c #Conflicts:     125000 | #Constraints:     108836
772.26/777.95	c bounds -19997 >= -268009 @ 765.58
772.26/777.98	c bounds -19997 >= -267740 @ 765.607
772.37/778.00	c bounds -19997 >= -267472 @ 765.632
772.37/778.01	c bounds -19997 >= -267207 @ 765.642
772.37/778.02	c bounds -19997 >= -266942 @ 765.649
772.37/778.04	c bounds -19997 >= -266679 @ 765.672
772.37/778.06	c bounds -19997 >= -266417 @ 765.686
772.47/778.14	c bounds -19997 >= -266155 @ 765.77
775.15/780.81	WSVECS04 Frhs2[3]: 6 -30.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[6]: 6 0 8.00009 shouldn't be
775.15/780.81	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[35]: 6 -2.00002 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[66]: 6 -25.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[79]: 6 -22.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[80]: 6 -14 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[84]: 6 -4.00007 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[101]: 6 -22.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[112]: 6 -3.00002 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[126]: 6 -16.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[133]: 6 -2.00003 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[135]: 6 -21.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[147]: 6 -11 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[166]: 6 -6.00003 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[167]: 6 -2.00004 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[174]: 6 -15.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[175]: 6 -9.00007 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[188]: 6 -16 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[190]: 6 -6.00001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[191]: 6 -27 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[194]: 6 -15 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[196]: 6 -31 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[212]: 6 -7.00003 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[215]: 6 -19.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[233]: 6 -2.00004 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[234]: 6 -20.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[256]: 6 -24 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[257]: 6 -26.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[258]: 6 0 15.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[260]: 6 -4.00003 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[280]: 6 -10.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[281]: 6 -8.00008 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[284]: 6 -26.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[297]: 6 -8.00002 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[300]: 6 -12 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[302]: 6 -9.00006 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[319]: 6 -30.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[348]: 6 0 1.00009 shouldn't be
775.15/780.81	WSVECS04 Frhs2[359]: 6 0 34.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[373]: 6 -11.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[378]: 6 -4.00005 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[380]: 6 -3.00002 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[391]: 6 0 7.00005 shouldn't be
775.15/780.81	WSVECS04 Frhs2[392]: 6 -9.00001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[416]: 6 -9.00002 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[418]: 6 -16.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[419]: 6 -6.00009 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[421]: 6 -5.00005 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[437]: 6 -4.00005 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[441]: 6 -8.00007 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[475]: 6 0 1.00006 shouldn't be
775.15/780.81	WSVECS04 Frhs2[503]: 6 0 63 shouldn't be
775.15/780.81	WSVECS04 Frhs2[504]: 6 0 14.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[506]: 6 -69 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[509]: 6 0 7.00009 shouldn't be
775.15/780.81	WSVECS04 Frhs2[512]: 6 0 42.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[520]: 6 0 6.00004 shouldn't be
775.15/780.81	WSVECS04 Frhs2[530]: 6 0 22.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[531]: 6 0 9.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[550]: 6 -31 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
775.15/780.81	WSVECS04 Frhs2[561]: 6 0 12.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[562]: 6 0 4.00006 shouldn't be
775.15/780.81	WSVECS04 Frhs2[583]: 6 0 88 shouldn't be
775.15/780.81	WSVECS04 Frhs2[597]: 6 -52 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[624]: 6 0 43 shouldn't be
775.15/780.81	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[642]: 6 -50.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[659]: 6 -13.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[660]: 6 -36.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[661]: 6 -22.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[670]: 6 0 27.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[682]: 6 -30.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[701]: 6 -57.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[707]: 6 0 6.00004 shouldn't be
775.15/780.81	WSVECS04 Frhs2[745]: 6 -42 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[789]: 6 -30 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[790]: 6 -35 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[796]: 6 0 56.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[797]: 6 0 10 shouldn't be
775.15/780.81	WSVECS04 Frhs2[799]: 6 0 14.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[819]: 6 0 42 shouldn't be
775.15/780.81	WSVECS04 Frhs2[820]: 6 0 54 shouldn't be
775.15/780.81	WSVECS04 Frhs2[823]: 6 0 25.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[829]: 6 0 5.00003 shouldn't be
775.15/780.81	WSVECS04 Frhs2[830]: 6 0 2.00001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[844]: 6 -41 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[845]: 6 -64 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[869]: 6 0 3.00008 shouldn't be
775.15/780.81	WSVECS04 Frhs2[871]: 6 0 1.00009 shouldn't be
775.15/780.81	WSVECS04 Frhs2[883]: 6 0 53.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[887]: 6 -44.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[903]: 6 0 15 shouldn't be
775.15/780.81	WSVECS04 Frhs2[929]: 6 0 61 shouldn't be
775.15/780.81	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
775.15/780.81	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1015]: 6 0 1.00009 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1027]: 6 0 86.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1133]: 6 -101 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1164]: 6 0 1.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1175]: 6 -16.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1176]: 6 -21.0001 0 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1184]: 6 0 93 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1231]: 6 0 72.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1262]: 6 0 131 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1264]: 6 0 48 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1303]: 6 0 60.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1305]: 6 0 141 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1385]: 6 0 114 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1522]: 6 0 42.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1569]: 6 0 131 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1655]: 6 0 178 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1660]: 6 0 157 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1744]: 6 0 191 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1764]: 6 0 182 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1775]: 6 0 152 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1790]: 6 0 126 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1810]: 6 0 142 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1824]: 6 0 88.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1863]: 6 0 95 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
775.15/780.81	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2005]: 6 0 102 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2067]: 6 0 83.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2089]: 6 0 142 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2108]: 6 0 210 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2162]: 6 0 186 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2182]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2225]: 6 0 186 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2227]: 6 0 228 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2235]: 6 0 4.00006 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2247]: 6 0 195 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2248]: 6 0 184 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2270]: 6 0 206 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2306]: 6 0 108 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2328]: 6 0 231 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2364]: 6 0 87.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2388]: 6 0 49.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2434]: 6 0 7.00007 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2447]: 6 0 123 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2472]: 6 0 171 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2473]: 6 0 186 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2504]: 6 0 275 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2547]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2550]: 6 0 213 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2553]: 6 0 115 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2567]: 6 0 65.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2592]: 6 0 274 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2596]: 6 0 42 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2665]: 6 0 271 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2744]: 6 0 272 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2766]: 6 0 163 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2808]: 6 0 58 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2965]: 6 0 327 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2987]: 6 0 92.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2990]: 6 0 327 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
775.15/780.81	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3006]: 6 0 299 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3008]: 6 0 118 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3009]: 6 0 277 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3010]: 6 0 190 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3020]: 6 0 33.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3028]: 6 0 322 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3033]: 6 0 219 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3034]: 6 0 316 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3053]: 6 0 267 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3092]: 6 0 22.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3146]: 6 0 79.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3205]: 6 0 24 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3243]: 6 0 221 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3272]: 6 0 46.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3278]: 6 0 65.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3426]: 6 0 347 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3442]: 6 0 319 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3445]: 6 0 303 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3467]: 6 0 373 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3490]: 6 0 293 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3511]: 6 0 245 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3512]: 6 0 158 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3532]: 6 0 151 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3533]: 6 0 214 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3551]: 6 0 246 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3701]: 6 0 258 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3711]: 6 0 98.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3791]: 6 0 44.0001 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3812]: 6 0 242 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3926]: 6 0 221 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3946]: 6 0 211 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3990]: 6 0 284 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3992]: 6 0 158 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
775.15/780.81	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4161]: 6 0 309 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
775.15/780.81	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[105]: 6 -29.0001 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[326]: 6 -8.00002 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[377]: 6 -13.0001 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[411]: 6 -3.00007 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[431]: 6 -15.0001 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[478]: 6 0 1.00008 shouldn't be
779.44/785.17	WSVECS04 Frhs2[513]: 6 0 7.00001 shouldn't be
779.44/785.17	WSVECS04 Frhs2[535]: 6 0 2.00005 shouldn't be
779.44/785.17	WSVECS04 Frhs2[553]: 6 -44.0001 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[563]: 6 0 5.00006 shouldn't be
779.44/785.17	WSVECS04 Frhs2[598]: 6 -13.0001 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[751]: 6 -20 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[824]: 6 0 6.00008 shouldn't be
779.44/785.17	WSVECS04 Frhs2[828]: 6 0 34 shouldn't be
779.44/785.17	WSVECS04 Frhs2[925]: 6 -7.00005 0 shouldn't be
779.44/785.17	WSVECS04 Frhs2[926]: 6 0 1.0001 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1081]: 6 0 7.00006 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1160]: 6 0 2.00003 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1181]: 6 0 1.00006 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1274]: 6 0 6.00007 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1281]: 6 0 3.00007 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1381]: 6 0 10.0001 shouldn't be
779.44/785.17	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
779.44/785.17	WSVECS04 Frhs2[2088]: 6 0 15 shouldn't be
779.44/785.17	WSVECS04 Frhs2[2147]: 6 0 17.0001 shouldn't be
779.44/785.17	WSVECS04 Frhs2[2181]: 6 0 24.0001 shouldn't be
779.44/785.17	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
779.44/785.17	WSVECS04 Frhs2[2843]: 6 0 2.00006 shouldn't be
779.44/785.17	WSVECS04 Frhs2[3160]: 6 0 2.00003 shouldn't be
785.02/790.80	WSVECS04 Frhs2[87]: 6 0 21.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[259]: 6 -2.0001 0 shouldn't be
785.12/790.80	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
785.12/790.80	WSVECS04 Frhs2[275]: 6 -10 0 shouldn't be
785.12/790.80	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
785.12/790.80	WSVECS04 Frhs2[477]: 6 0 90.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
785.12/790.80	WSVECS04 Frhs2[536]: 6 0 60 shouldn't be
785.12/790.80	WSVECS04 Frhs2[575]: 6 -20.0001 0 shouldn't be
785.12/790.80	WSVECS04 Frhs2[602]: 6 0 26 shouldn't be
785.12/790.80	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
785.12/790.80	WSVECS04 Frhs2[687]: 6 0 45 shouldn't be
785.12/790.80	WSVECS04 Frhs2[711]: 6 0 60.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[728]: 6 0 13.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[731]: 6 0 53.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
785.12/790.80	WSVECS04 Frhs2[838]: 6 0 41 shouldn't be
785.12/790.80	WSVECS04 Frhs2[840]: 6 0 68.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[862]: 6 0 83.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[882]: 6 0 69 shouldn't be
785.12/790.80	WSVECS04 Frhs2[935]: 6 0 31.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[953]: 6 0 1.00003 shouldn't be
785.12/790.80	WSVECS04 Frhs2[954]: 6 0 33.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[958]: 6 0 55.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
785.12/790.80	WSVECS04 Frhs2[963]: 6 0 38 shouldn't be
785.12/790.80	WSVECS04 Frhs2[975]: 6 0 25.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[976]: 6 0 63 shouldn't be
785.12/790.80	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
785.12/790.80	WSVECS04 Frhs2[985]: 6 0 39.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[994]: 6 0 16 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1005]: 6 0 61.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1013]: 6 0 59 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1022]: 6 0 13.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1045]: 6 0 16 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1056]: 6 0 1.00002 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1080]: 6 0 53 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1102]: 6 0 74.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1114]: 6 0 4.00003 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1120]: 6 0 76.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1124]: 6 0 14.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1139]: 6 0 6.00009 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1179]: 6 0 15 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1180]: 6 0 32.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1222]: 6 0 46 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1243]: 6 0 58.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1246]: 6 0 12 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1252]: 6 0 41.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1254]: 6 0 36.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1255]: 6 0 60.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1261]: 6 0 29.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1277]: 6 0 98.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1279]: 6 0 46 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1299]: 6 0 4.00009 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1300]: 6 0 103 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1301]: 6 0 90.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1302]: 6 0 11 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1316]: 6 0 29.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1321]: 6 0 130 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1322]: 6 0 42.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1326]: 6 0 118 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1328]: 6 0 38.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1329]: 6 0 139 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1341]: 6 0 80.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1345]: 6 0 17 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1358]: 6 0 26.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1359]: 6 0 84.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1406]: 6 0 9.00008 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1407]: 6 0 65 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1409]: 6 0 11.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1411]: 6 0 4.00007 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1416]: 6 0 53 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1437]: 6 0 119 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1439]: 6 0 60 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1457]: 6 0 59.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1458]: 6 0 33.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1480]: 6 0 47.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1485]: 6 0 84.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1486]: 6 0 49.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1487]: 6 0 89 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1497]: 6 0 77 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1501]: 6 0 73.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1509]: 6 0 59.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1517]: 6 0 6.00004 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1525]: 6 0 3.00008 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1535]: 6 0 36.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1550]: 6 0 52 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1558]: 6 0 39 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1566]: 6 0 95.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1575]: 6 0 87.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1580]: 6 0 33.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1584]: 6 0 151 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1592]: 6 0 9.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1602]: 6 0 74.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1636]: 6 0 82 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1637]: 6 0 9.00001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1662]: 6 0 79.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1684]: 6 0 15.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1685]: 6 0 80.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1691]: 6 0 34.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1700]: 6 0 89.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1702]: 6 0 153 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1704]: 6 0 36 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1710]: 6 0 89.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1725]: 6 0 82.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1742]: 6 0 119 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1748]: 6 0 40.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1756]: 6 0 24 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1767]: 6 0 104 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1769]: 6 0 37.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1777]: 6 0 48.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1779]: 6 0 128 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1792]: 6 0 75.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1811]: 6 0 85.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1812]: 6 0 161 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1829]: 6 0 38 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1839]: 6 0 68 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1845]: 6 0 66 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1875]: 6 0 8.00006 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1876]: 6 0 62 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1899]: 6 0 1.00001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1924]: 6 0 49 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1925]: 6 0 28.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1935]: 6 0 49 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1960]: 6 0 39.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1964]: 6 0 7.00007 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1975]: 6 0 70.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1994]: 6 0 79 shouldn't be
785.12/790.80	WSVECS04 Frhs2[1995]: 6 0 6.00006 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2030]: 6 0 112 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2048]: 6 0 10.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2064]: 6 0 6.00002 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2068]: 6 0 41.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2069]: 6 0 35 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2081]: 6 0 32.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2084]: 6 0 22.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2093]: 6 0 7.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2094]: 6 0 127 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2095]: 6 0 30.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2120]: 6 0 109 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2128]: 6 0 72.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2140]: 6 0 32.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2149]: 6 0 52.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2161]: 6 0 56 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2170]: 6 0 66 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2183]: 6 0 94 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2201]: 6 0 85 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2223]: 6 0 38.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2232]: 6 0 23.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2245]: 6 0 35.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2261]: 6 0 72.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2268]: 6 0 12.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2318]: 6 0 22.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2319]: 6 0 39 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2325]: 6 0 42 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2359]: 6 0 66.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2411]: 6 0 7.00008 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2446]: 6 0 4.00004 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2480]: 6 0 53.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2492]: 6 0 203 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2522]: 6 0 130 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2542]: 6 0 37.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2546]: 6 0 49.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2561]: 6 0 35 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2562]: 6 0 27.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2565]: 6 0 11.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2568]: 6 0 50 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2576]: 6 0 23 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2622]: 6 0 21.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2647]: 6 0 38.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2657]: 6 0 19 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2763]: 6 0 80.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2779]: 6 0 88.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2810]: 6 0 34.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2823]: 6 0 14.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2901]: 6 0 64.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2962]: 6 0 71.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2970]: 6 0 31.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2980]: 6 0 50.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[2995]: 6 0 99 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3054]: 6 0 132 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3139]: 6 0 73.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3145]: 6 0 14.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3201]: 6 0 98.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3341]: 6 0 16.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3343]: 6 0 47.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3513]: 6 0 87.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3570]: 6 0 19.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3631]: 6 0 94.0001 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3653]: 6 0 11 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
785.12/790.80	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
791.41/797.17	WSVECS04 Frhs2[558]: 6 0 17.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[580]: 6 0 42.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[949]: 6 0 54 shouldn't be
791.41/797.17	WSVECS04 Frhs2[950]: 6 0 29.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[957]: 6 0 26.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[961]: 6 0 43.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[969]: 6 0 27 shouldn't be
791.41/797.17	WSVECS04 Frhs2[970]: 6 0 117 shouldn't be
791.41/797.17	WSVECS04 Frhs2[972]: 6 0 85.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[982]: 6 0 88.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[986]: 6 0 40 shouldn't be
791.41/797.17	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
791.41/797.17	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
791.41/797.17	WSVECS04 Frhs2[993]: 6 0 78.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1002]: 6 0 29.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1006]: 6 0 9.00005 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1016]: 6 0 65 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1034]: 6 0 11 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1055]: 6 0 35.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1074]: 6 0 36.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1077]: 6 0 17.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1096]: 6 0 46 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1123]: 6 0 43.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1140]: 6 0 84.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1141]: 6 0 11.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1142]: 6 0 109 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1157]: 6 0 26.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1186]: 6 0 98.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1201]: 6 0 14 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1203]: 6 0 141 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1206]: 6 0 71 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1208]: 6 0 66 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1224]: 6 0 46 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1227]: 6 0 18 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1229]: 6 0 89 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1248]: 6 0 97.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1253]: 6 0 17.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1267]: 6 0 109 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1273]: 6 0 101 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1288]: 6 0 20.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1289]: 6 0 8.00005 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1291]: 6 0 49.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1296]: 6 0 9.00006 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1319]: 6 0 112 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1337]: 6 0 10.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1357]: 6 0 80 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1383]: 6 0 87.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1417]: 6 0 9.00007 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1424]: 6 0 11.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1440]: 6 0 25.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1442]: 6 0 116 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1449]: 6 0 21.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1452]: 6 0 94 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1459]: 6 0 90 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1462]: 6 0 74.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1465]: 6 0 20 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1468]: 6 0 38 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1469]: 6 0 41.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1470]: 6 0 45.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1475]: 6 0 62 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1482]: 6 0 18.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1491]: 6 0 89.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1495]: 6 0 9.00009 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1508]: 6 0 25 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1512]: 6 0 78.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1518]: 6 0 3.00004 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1547]: 6 0 62.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1552]: 6 0 44.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1557]: 6 0 72.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1638]: 6 0 178 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1644]: 6 0 54 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1666]: 6 0 78 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1669]: 6 0 86.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1681]: 6 0 33.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1682]: 6 0 100 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1687]: 6 0 33.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1699]: 6 0 62 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1707]: 6 0 147 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1709]: 6 0 11.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1711]: 6 0 10 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1720]: 6 0 164 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1724]: 6 0 20.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1730]: 6 0 30 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1731]: 6 0 63.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1732]: 6 0 15.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1733]: 6 0 51.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1735]: 6 0 99 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1746]: 6 0 33 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1750]: 6 0 92.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1763]: 6 0 61 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1768]: 6 0 95.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1789]: 6 0 128 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1791]: 6 0 31.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1816]: 6 0 24.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1837]: 6 0 24.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1843]: 6 0 41.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1864]: 6 0 37.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1867]: 6 0 16.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1871]: 6 0 27 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1872]: 6 0 116 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1889]: 6 0 54.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1908]: 6 0 82.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1945]: 6 0 47 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1946]: 6 0 56.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1949]: 6 0 75 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1970]: 6 0 83 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1972]: 6 0 13.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1996]: 6 0 86 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1997]: 6 0 101 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1998]: 6 0 6.00008 shouldn't be
791.41/797.17	WSVECS04 Frhs2[1999]: 6 0 133 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2026]: 6 0 60 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2037]: 6 0 53.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2039]: 6 0 62.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2046]: 6 0 18.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2047]: 6 0 31 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2091]: 6 0 65.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2101]: 6 0 66.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2102]: 6 0 69.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2129]: 6 0 93 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2138]: 6 0 155 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2139]: 6 0 107 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2148]: 6 0 32.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2158]: 6 0 71 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2164]: 6 0 108 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2166]: 6 0 168 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2167]: 6 0 131 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2169]: 6 0 79.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2194]: 6 0 93.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2206]: 6 0 143 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2211]: 6 0 42.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2241]: 6 0 43.0001 shouldn't be
791.41/797.17	WSVECS04 Frhs2[2242]: 6 0 47.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2255]: 6 0 75.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2256]: 6 0 16.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2272]: 6 0 47.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2282]: 6 0 184 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2299]: 6 0 87 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2321]: 6 0 74 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2358]: 6 0 75.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2366]: 6 0 94.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2372]: 6 0 71.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2398]: 6 0 61.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2409]: 6 0 98 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2420]: 6 0 52.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2449]: 6 0 74 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2454]: 6 0 92.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2496]: 6 0 107 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2515]: 6 0 154 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2518]: 6 0 130 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2539]: 6 0 79.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2571]: 6 0 5.00003 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2593]: 6 0 213 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2613]: 6 0 50.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2614]: 6 0 81.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2632]: 6 0 80.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2661]: 6 0 62.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2666]: 6 0 15.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2673]: 6 0 23.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2674]: 6 0 32.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2708]: 6 0 124 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2722]: 6 0 84.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2774]: 6 0 48.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2791]: 6 0 75.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2795]: 6 0 65.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2803]: 6 0 93.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2818]: 6 0 97.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2829]: 6 0 74.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2865]: 6 0 69 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2890]: 6 0 50.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2899]: 6 0 98.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2903]: 6 0 26.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2910]: 6 0 125 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2918]: 6 0 222 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2921]: 6 0 46.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2960]: 6 0 128 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2963]: 6 0 101 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2964]: 6 0 29 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2978]: 6 0 127 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2991]: 6 0 94 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2993]: 6 0 53.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[2998]: 6 0 227 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3013]: 6 0 113 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3023]: 6 0 39.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3029]: 6 0 102 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3030]: 6 0 170 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3051]: 6 0 53.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3052]: 6 0 178 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3094]: 6 0 42.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3095]: 6 0 94 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3106]: 6 0 59.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3117]: 6 0 81 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3118]: 6 0 54 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3131]: 6 0 88 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3149]: 6 0 54 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3152]: 6 0 67.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3159]: 6 0 54.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3168]: 6 0 121 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3180]: 6 0 74 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3182]: 6 0 52.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3188]: 6 0 93 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3191]: 6 0 83 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3217]: 6 0 27 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3239]: 6 0 49.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3255]: 6 0 27 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3269]: 6 0 66.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3291]: 6 0 87.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3304]: 6 0 91 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3306]: 6 0 3.00005 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3311]: 6 0 55.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3319]: 6 0 64.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3332]: 6 0 92.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3334]: 6 0 99 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3352]: 6 0 49 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3376]: 6 0 175 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3377]: 6 0 70 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3396]: 6 0 210 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3397]: 6 0 47 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3399]: 6 0 184 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3421]: 6 0 189 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3423]: 6 0 51 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3443]: 6 0 149 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3446]: 6 0 173 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3491]: 6 0 181 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3492]: 6 0 69.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3508]: 6 0 130 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3516]: 6 0 93.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3528]: 6 0 48.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3573]: 6 0 186 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3596]: 6 0 76.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3651]: 6 0 92 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3652]: 6 0 88.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3726]: 6 0 133 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3728]: 6 0 69 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3735]: 6 0 79.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3736]: 6 0 70.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3741]: 6 0 83.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3749]: 6 0 77.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3752]: 6 0 69.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3756]: 6 0 48.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3762]: 6 0 49.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3808]: 6 0 98 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3815]: 6 0 99.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3831]: 6 0 64.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3888]: 6 0 64 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3905]: 6 0 79.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3908]: 6 0 33 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3949]: 6 0 76 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3962]: 6 0 43.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3972]: 6 0 57.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[3978]: 6 0 12 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4012]: 6 0 217 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4018]: 6 0 47.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4053]: 6 0 172 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4227]: 6 0 87.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4250]: 6 0 90 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4278]: 6 0 74.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4283]: 6 0 62 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4302]: 6 0 87.0001 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
791.41/797.18	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
794.20/799.92	c bounds -19997 >= -265893 @ 787.404
795.49/801.28	c bounds -19997 >= -265631 @ 788.745
829.73/835.64	c #Conflicts:     126000 | #Constraints:     109879
829.73/835.64	c #Conflicts:     127000 | #Constraints:     110879
829.73/835.64	c #Conflicts:     128000 | #Constraints:     111879
829.73/835.64	c #Conflicts:     129000 | #Constraints:     112879
829.73/835.64	c #Conflicts:     130000 | #Constraints:     113879
829.73/835.64	c bounds -19997 >= -265369 @ 822.771
830.04/835.99	c bounds -20005 >= -265369 @ 823.11
830.24/836.19	c bounds -20017 >= -265369 @ 823.306
830.43/836.33	c bounds -20019 >= -265369 @ 823.444
830.53/836.40	c bounds -20025 >= -265369 @ 823.519
830.53/836.43	c bounds -20032 >= -265369 @ 823.544
830.53/836.45	c bounds -20047 >= -265369 @ 823.568
830.83/836.70	c bounds -20058 >= -265369 @ 823.803
831.53/837.48	c #Conflicts:     131000 | #Constraints:     114895
831.53/837.48	c bounds -20066 >= -265369 @ 824.578
831.93/837.86	c bounds -20067 >= -265369 @ 824.941
831.93/837.89	c bounds -20068 >= -265369 @ 824.972
832.03/837.93	c bounds -20073 >= -265369 @ 825.002
832.13/838.03	c bounds -20078 >= -265369 @ 825.1
833.23/839.17	c bounds -20087 >= -265369 @ 826.22
834.23/840.13	c INPROCESSING
834.23/840.13	c GARBAGE COLLECT
834.23/840.13	c bounds -20097 >= -265369 @ 827.159
840.06/846.30	c #Conflicts:     132000 | #Constraints:     108667
840.06/846.30	c #Conflicts:     133000 | #Constraints:     109667
840.06/846.30	c bounds -20101 >= -265369 @ 832.917
854.61/860.84	c #Conflicts:     134000 | #Constraints:     110668
854.61/860.84	c #Conflicts:     135000 | #Constraints:     111668
854.61/860.84	c #Conflicts:     136000 | #Constraints:     112668
854.61/860.84	c #Conflicts:     137000 | #Constraints:     113668
854.61/860.84	c #Conflicts:     138000 | #Constraints:     114668
854.61/860.84	c #Conflicts:     139000 | #Constraints:     115668
854.61/860.84	c INPROCESSING
854.61/860.84	c GARBAGE COLLECT
854.61/860.84	c bounds -20106 >= -265369 @ 847.205
854.61/860.86	c bounds -20108 >= -265369 @ 847.218
854.61/860.87	c bounds -20125 >= -265369 @ 847.23
854.61/860.88	c bounds -20127 >= -265369 @ 847.235
854.61/860.89	c bounds -20130 >= -265369 @ 847.253
854.71/860.91	c bounds -20138 >= -265369 @ 847.264
854.71/860.97	c bounds -20150 >= -265369 @ 847.324
854.71/860.97	c bounds -20166 >= -265369 @ 847.33
854.71/860.98	c bounds -20188 >= -265369 @ 847.335
855.02/861.28	c bounds -20195 >= -265369 @ 847.636
855.11/861.31	c bounds -20198 >= -265369 @ 847.662
855.11/861.37	c bounds -20214 >= -265369 @ 847.717
855.42/861.64	c bounds -20247 >= -265369 @ 847.979
856.31/862.51	c bounds -20256 >= -265369 @ 848.829
858.31/864.58	c #Conflicts:     140000 | #Constraints:     109274
858.31/864.58	c bounds -20266 >= -265369 @ 850.855
858.70/864.99	c bounds -20268 >= -265369 @ 851.261
858.80/865.02	c bounds -20268 >= -265109 @ 851.285
858.80/865.04	c bounds -20268 >= -264849 @ 851.31
858.80/865.06	c bounds -20268 >= -264589 @ 851.323
858.80/865.06	c bounds -20268 >= -264330 @ 851.33
858.80/865.08	c bounds -20268 >= -264071 @ 851.347
858.90/865.13	c bounds -20268 >= -263812 @ 851.4
859.20/865.48	c bounds -20268 >= -263553 @ 851.747
859.81/866.08	c bounds -20268 >= -263294 @ 852.341
861.00/867.29	c bounds -20282 >= -263294 @ 853.525
865.98/872.23	c #Conflicts:     141000 | #Constraints:     110318
865.98/872.23	c bounds -20282 >= -263035 @ 858.417
866.18/872.41	c bounds -20298 >= -263035 @ 858.592
866.18/872.43	c bounds -20304 >= -263035 @ 858.618
866.18/872.46	c bounds -20319 >= -263035 @ 858.646
866.28/872.50	c bounds -20324 >= -263035 @ 858.68
866.28/872.52	c bounds -20325 >= -263035 @ 858.705
866.28/872.55	c bounds -20367 >= -263035 @ 858.732
866.28/872.59	c bounds -20401 >= -263035 @ 858.767
866.38/872.65	c bounds -20461 >= -263035 @ 858.827
866.48/872.72	c bounds -20469 >= -263035 @ 858.896
869.47/875.76	c #Conflicts:     142000 | #Constraints:     111333
869.47/875.76	c bounds -20470 >= -263035 @ 861.869
881.04/887.35	c #Conflicts:     143000 | #Constraints:     112334
881.04/887.35	c #Conflicts:     144000 | #Constraints:     113334
881.04/887.35	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[38]: 6 -31 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[221]: 6 -3.00007 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[227]: 6 -25.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[268]: 6 -10.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[345]: 6 -2.00007 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[403]: 6 -25.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[488]: 6 -49 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[544]: 6 -16.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[592]: 6 -5.00009 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[714]: 6 -47.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[742]: 6 -34.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[784]: 6 -32.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[806]: 6 -47 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[876]: 6 -37.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[896]: 6 -46 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[940]: 6 -40 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1042]: 6 -41.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1064]: 6 -36.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1085]: 6 -15.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1105]: 6 -83.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1152]: 6 -38.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1215]: 6 -65 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1216]: 6 -40.0001 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1520]: 6 -90 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1585]: 6 -138 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[1717]: 6 -121 0 shouldn't be
881.04/887.35	WSVECS04 Frhs2[2155]: 6 -118 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[17]: 6 -23.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[18]: 6 -9.00002 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[42]: 6 -35.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[53]: 6 -11 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[75]: 6 -33 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[113]: 6 -17.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[267]: 6 -10.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[361]: 6 -23 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[368]: 6 -21.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[383]: 6 -9.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[387]: 6 -4.00003 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[425]: 6 -15 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[545]: 6 -50.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[674]: 6 -45.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[676]: 6 -24 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[780]: 6 -43 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[834]: 6 -63 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[878]: 6 -32 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[915]: 6 -7.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[921]: 6 -12.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[1021]: 6 -15 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[1171]: 6 -43 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[1238]: 6 -65.0001 0 shouldn't be
884.33/890.65	WSVECS04 Frhs2[2133]: 6 -119 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[97]: 6 -35.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[120]: 6 -6.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[315]: 6 -14.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[364]: 6 -9.00008 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[406]: 6 -8.00003 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[408]: 6 -32 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[487]: 6 -35 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[523]: 6 -35 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[525]: 6 -42.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[546]: 6 -11 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[568]: 6 -49 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[590]: 6 -49 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[611]: 6 -57 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[632]: 6 -42.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[654]: 6 -51 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[655]: 6 -55.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[693]: 6 -45.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[697]: 6 -42 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[699]: 6 -33 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[719]: 6 -57 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[720]: 6 -21.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[738]: 6 -58.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[741]: 6 -67 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[762]: 6 -64.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[763]: 6 -41.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[765]: 6 -58.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[833]: 6 -68 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[856]: 6 -15.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[859]: 6 -10 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[875]: 6 -52.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[880]: 6 -52.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[902]: 6 -14.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[937]: 6 -63 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1018]: 6 -36.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1063]: 6 -39 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1065]: 6 -64.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1146]: 6 -56 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1148]: 6 -105 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1150]: 6 -9.00008 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1174]: 6 -28.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1237]: 6 -8.00004 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1240]: 6 -48 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1257]: 6 -81 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1259]: 6 -94.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1260]: 6 -72.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1330]: 6 -40.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1333]: 6 -63 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1352]: 6 -96.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1375]: 6 -8.00002 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1379]: 6 -58.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1396]: 6 -72 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1398]: 6 -9.00006 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1419]: 6 -63 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1521]: 6 -113 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1542]: 6 -12 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1544]: 6 -98.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1629]: 6 -130 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1695]: 6 -68.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1813]: 6 -82.0001 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[1855]: 6 -24 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[2638]: 6 -2.00003 0 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
888.61/894.97	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
888.61/894.97	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
945.89/952.61	c #Conflicts:     145000 | #Constraints:     114335
945.89/952.61	c #Conflicts:     146000 | #Constraints:     115335
945.89/952.61	c #Conflicts:     147000 | #Constraints:     116335
945.89/952.61	c INPROCESSING
945.89/952.61	c GARBAGE COLLECT
945.89/952.61	c rational objective -31514.3
949.59/956.32	c bounds -20481 >= -263035 @ 941.632
949.59/956.32	c bounds -20492 >= -263035 @ 941.637
949.88/956.69	c bounds -20503 >= -263035 @ 941.996
949.98/956.71	c bounds -20508 >= -263035 @ 942.015
949.98/956.72	c bounds -20518 >= -263035 @ 942.028
949.98/956.73	c bounds -20521 >= -263035 @ 942.035
950.08/956.82	c bounds -20524 >= -263035 @ 942.126
950.08/956.85	c bounds -20529 >= -263035 @ 942.148
950.08/956.86	c bounds -20530 >= -263035 @ 942.165
950.08/956.88	c bounds -20541 >= -263035 @ 942.176
950.18/956.90	c bounds -20548 >= -263035 @ 942.196
950.18/956.94	c bounds -20551 >= -263035 @ 942.243
950.18/956.96	c bounds -20554 >= -263035 @ 942.26
950.18/957.00	c bounds -20565 >= -263035 @ 942.295
950.29/957.10	c bounds -20569 >= -263035 @ 942.391
950.38/957.13	c bounds -20574 >= -263035 @ 942.427
950.38/957.16	c bounds -20578 >= -263035 @ 942.451
951.18/957.97	c bounds -20584 >= -263035 @ 943.249
951.18/958.00	c bounds -20595 >= -263035 @ 943.27
951.47/958.26	c bounds -20599 >= -263035 @ 943.527
954.67/961.42	c #Conflicts:     148000 | #Constraints:     109732
954.67/961.42	c bounds -20600 >= -263035 @ 946.63
954.67/961.44	c bounds -20601 >= -263035 @ 946.653
955.66/962.48	c bounds -20605 >= -263035 @ 947.661
956.27/963.05	c bounds -20606 >= -263035 @ 948.228
956.27/963.06	c bounds -20606 >= -262781 @ 948.236
956.27/963.07	c bounds -20606 >= -262528 @ 948.242
956.27/963.08	c bounds -20606 >= -262271 @ 948.251
956.27/963.09	c bounds -20606 >= -262014 @ 948.268
956.37/963.11	c bounds -20606 >= -261757 @ 948.288
956.37/963.13	c bounds -20606 >= -261500 @ 948.303
956.37/963.16	c bounds -20606 >= -261246 @ 948.33
956.37/963.17	c bounds -20606 >= -260993 @ 948.34
956.67/963.43	c bounds -20606 >= -260740 @ 948.604
957.06/963.84	c bounds -20606 >= -260487 @ 949.013
958.00/964.93	c #Conflicts:     149000 | #Constraints:     110784
958.00/964.93	c bounds -20606 >= -260234 @ 949.936
962.40/969.33	c bounds -20606 >= -259981 @ 954.316
962.80/969.70	c bounds -20613 >= -259981 @ 954.686
969.58/976.56	c #Conflicts:     150000 | #Constraints:     111803
969.58/976.56	c bounds -20613 >= -259728 @ 961.504
969.68/976.67	c bounds -20622 >= -259728 @ 961.611
969.78/976.70	c bounds -20623 >= -259728 @ 961.639
969.78/976.74	c bounds -20628 >= -259728 @ 961.682
969.78/976.78	c bounds -20634 >= -259728 @ 961.714
969.88/976.82	c bounds -20637 >= -259728 @ 961.755
969.88/976.85	c bounds -20648 >= -259728 @ 961.79
969.98/976.90	c bounds -20652 >= -259728 @ 961.837
970.18/977.10	c bounds -20656 >= -259728 @ 962.035
970.18/977.16	c bounds -20659 >= -259728 @ 962.088
974.77/981.72	c #Conflicts:     151000 | #Constraints:     112821
974.77/981.72	c bounds -20660 >= -259728 @ 966.574
993.48/1001.23	c #Conflicts:     152000 | #Constraints:     113822
993.48/1001.23	c #Conflicts:     153000 | #Constraints:     114822
993.48/1001.23	c bounds -20660 >= -259475 @ 985.212
1043.40/1051.48	c #Conflicts:     154000 | #Constraints:     115834
1043.40/1051.48	c #Conflicts:     155000 | #Constraints:     116834
1043.40/1051.48	c INPROCESSING
1043.40/1051.48	c GARBAGE COLLECT
1043.40/1051.48	c #Conflicts:     156000 | #Constraints:     109962
1043.40/1051.48	c #Conflicts:     157000 | #Constraints:     110962
1043.40/1051.48	c #Conflicts:     158000 | #Constraints:     111962
1043.40/1051.48	c #Conflicts:     159000 | #Constraints:     112963
1043.40/1051.48	c #Conflicts:     160000 | #Constraints:     113963
1043.40/1051.48	c #Conflicts:     161000 | #Constraints:     114963
1043.40/1051.48	c bounds -20660 >= -259222 @ 1034.94
1075.39/1083.60	c #Conflicts:     162000 | #Constraints:     115972
1075.39/1083.60	c #Conflicts:     163000 | #Constraints:     116972
1075.39/1083.60	c INPROCESSING
1075.39/1083.60	c GARBAGE COLLECT
1075.39/1083.60	c #Conflicts:     164000 | #Constraints:     109974
1075.39/1083.60	c #Conflicts:     165000 | #Constraints:     110974
1075.39/1083.60	c #Conflicts:     166000 | #Constraints:     111974
1075.39/1083.60	c #Conflicts:     167000 | #Constraints:     112974
1075.39/1083.60	c #Conflicts:     168000 | #Constraints:     113974
1075.39/1083.60	c #Conflicts:     169000 | #Constraints:     114974
1075.39/1083.60	c #Conflicts:     170000 | #Constraints:     115974
1075.39/1083.60	c #Conflicts:     171000 | #Constraints:     116974
1075.39/1083.60	c INPROCESSING
1075.39/1083.60	c GARBAGE COLLECT
1075.39/1083.60	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1075.39/1083.60	WSVECS04 Frhs2[139]: 6 -34.0001 0 shouldn't be
1075.39/1083.60	WSVECS04 Frhs2[408]: 6 -32.0001 0 shouldn't be
1075.39/1083.60	WSVECS04 Frhs2[1185]: 6 -100 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[137]: 6 -4.00002 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[178]: 6 -9.00003 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[179]: 6 -31.0001 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[267]: 6 -10.0001 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
1076.60/1084.84	WSVECS04 Frhs2[286]: 6 -23.0001 0 shouldn't be
1076.60/1084.85	WSVECS04 Frhs2[310]: 6 -9.0001 0 shouldn't be
1076.60/1084.85	WSVECS04 Frhs2[412]: 6 -17 0 shouldn't be
1076.60/1084.85	WSVECS04 Frhs2[430]: 6 -29.0001 0 shouldn't be
1076.60/1084.85	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1076.60/1084.85	WSVECS04 Frhs2[861]: 6 -61 0 shouldn't be
1076.60/1084.85	WSVECS04 Frhs2[900]: 6 -33.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[12]: 6 -11.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[18]: 6 -9.00004 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[32]: 6 -29.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[35]: 6 -2.00003 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[38]: 6 -31.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[53]: 6 -11.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[55]: 6 -26.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[75]: 6 -33 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[77]: 6 -28.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[79]: 6 -22.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[80]: 6 -14.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[88]: 6 -22 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[91]: 6 -31.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[93]: 6 -16.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[97]: 6 -35 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[99]: 6 -14 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[109]: 6 -11.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[112]: 6 -3.00007 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[113]: 6 -17.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[120]: 6 -6.00006 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[131]: 6 -16.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[133]: 6 -2.00001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[135]: 6 -21.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[175]: 6 -9.00006 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[190]: 6 -6.00009 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[194]: 6 -15.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[213]: 6 -35.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[216]: 6 -6.00003 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[221]: 6 -3.00007 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[235]: 6 -24.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[237]: 6 -9.00003 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[239]: 6 -5.00004 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[256]: 6 -24.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[257]: 6 -26 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[259]: 6 -2.00003 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[260]: 6 -4.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[262]: 6 -7.00004 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[263]: 6 -12.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[279]: 6 -20.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[280]: 6 -10.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[281]: 6 -8.00007 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[300]: 6 -12.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[302]: 6 -9.00003 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[306]: 6 -35.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[326]: 6 -8.00005 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[327]: 6 -17 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[328]: 6 -12.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[330]: 6 -34.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[345]: 6 -2.00008 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[349]: 6 -14 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[350]: 6 -13 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[368]: 6 -21 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[369]: 6 -7.00005 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[370]: 6 -31 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[390]: 6 -8.00009 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[409]: 6 -28 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[410]: 6 -35.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[411]: 6 -3.00005 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[413]: 6 -21.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[425]: 6 -15.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[486]: 6 -57 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[506]: 6 -69.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[510]: 6 -45.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[523]: 6 -35.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[525]: 6 -42 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[546]: 6 -11 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[550]: 6 -31.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[551]: 6 -18 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[568]: 6 -49 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[579]: 6 -37.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[592]: 6 -5.00006 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[601]: 6 -48 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[625]: 6 -26.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[666]: 6 -35 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[674]: 6 -45 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[693]: 6 -45 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[694]: 6 -65.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[733]: 6 -52 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[749]: 6 -41 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[750]: 6 -28.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[751]: 6 -20.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[753]: 6 -35.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[754]: 6 -23.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[757]: 6 -10 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[775]: 6 -51 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[777]: 6 -40 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[779]: 6 -54.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[816]: 6 -41.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[817]: 6 -34.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[836]: 6 -21 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[837]: 6 -49.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[839]: 6 -48.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[841]: 6 -14.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[859]: 6 -10.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[863]: 6 -5.00008 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[864]: 6 -42.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[880]: 6 -52.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[881]: 6 -51.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1035]: 6 -106 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1057]: 6 -17 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1079]: 6 -47 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1097]: 6 -76.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1103]: 6 -73.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1119]: 6 -60 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1146]: 6 -56.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1147]: 6 -56 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1187]: 6 -94.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1188]: 6 -82.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1189]: 6 -35 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1207]: 6 -93 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1209]: 6 -68 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1230]: 6 -13.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1251]: 6 -106 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1271]: 6 -16 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1272]: 6 -35 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1294]: 6 -71 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1297]: 6 -55.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1314]: 6 -25.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1317]: 6 -107 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1338]: 6 -34.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1339]: 6 -21 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1502]: 6 -7.00009 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1626]: 6 -10.0001 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[1818]: 6 -3.00008 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[2060]: 6 -112 0 shouldn't be
1078.49/1086.75	WSVECS04 Frhs2[2192]: 6 -118 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[39]: 6 -30 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[42]: 6 -35 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[63]: 6 -11.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[74]: 6 -22.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[76]: 6 -18.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[116]: 6 -7.00007 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[138]: 6 -34 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[152]: 6 -16 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[223]: 6 -35.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[240]: 6 -2.00009 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[384]: 6 -1.00007 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[392]: 6 -9.00004 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[406]: 6 -8.00008 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[487]: 6 -35.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[600]: 6 -20 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[627]: 6 -36 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[642]: 6 -50.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[686]: 6 -52.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[689]: 6 -61.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[690]: 6 -55 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[708]: 6 -51 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[709]: 6 -66 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[710]: 6 -33 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[714]: 6 -47 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[729]: 6 -5.00001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[735]: 6 -62 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[770]: 6 -40.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[771]: 6 -54 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[776]: 6 -58.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[798]: 6 -32.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[860]: 6 -24 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[878]: 6 -32.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[884]: 6 -19 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[885]: 6 -25 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[902]: 6 -14 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[919]: 6 -7.00005 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[920]: 6 -8.00001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[998]: 6 -98.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[999]: 6 -23 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1000]: 6 -79.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1021]: 6 -15.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1024]: 6 -47 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1058]: 6 -11 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1100]: 6 -5.00003 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1143]: 6 -54 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1145]: 6 -82.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1162]: 6 -4.00003 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1210]: 6 -102 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1225]: 6 -59.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1247]: 6 -78.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1250]: 6 -49.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1275]: 6 -35 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1293]: 6 -82 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1295]: 6 -52 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1315]: 6 -61.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1318]: 6 -51 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1336]: 6 -46 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1360]: 6 -101 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1556]: 6 -53.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1559]: 6 -114 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1577]: 6 -71.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1578]: 6 -118 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1600]: 6 -114 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1601]: 6 -120 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1603]: 6 -72.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1621]: 6 -141 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1623]: 6 -104 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1624]: 6 -119 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1625]: 6 -85.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1647]: 6 -117 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1665]: 6 -131 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1688]: 6 -113 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1753]: 6 -98.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1754]: 6 -104 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1774]: 6 -36 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[1796]: 6 -141 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2061]: 6 -25 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2062]: 6 -89.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2083]: 6 -49.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2104]: 6 -167 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2105]: 6 -65.0001 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2106]: 6 -113 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2126]: 6 -2.00003 0 shouldn't be
1081.78/1090.02	WSVECS04 Frhs2[2279]: 6 -122 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[288]: 6 -18.0001 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[387]: 6 -4.00004 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[1163]: 6 -10.0001 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[1421]: 6 0 70 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[1858]: 6 -42.0001 0 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[1900]: 6 0 28 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[1924]: 6 0 49.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2398]: 6 0 61 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2408]: 6 0 60.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2430]: 6 0 94.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2821]: 6 0 62.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2823]: 6 0 14.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2865]: 6 0 69.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3303]: 6 0 11 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3306]: 6 0 3.00006 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3324]: 6 0 93 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3350]: 6 0 80.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3367]: 6 0 40.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3741]: 6 0 83.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3742]: 6 0 97.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3808]: 6 0 98.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3896]: 6 0 40 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3897]: 6 0 38.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3912]: 6 0 72.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3932]: 6 0 90 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3957]: 6 0 95.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3982]: 6 0 15.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4117]: 6 0 72 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4281]: 6 0 23 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1091.85/1100.17	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[3585]: 6 0 40 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[3908]: 6 0 33 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[3941]: 6 0 27 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[3978]: 6 0 12.0001 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[4144]: 6 0 35.0001 shouldn't be
1101.12/1109.44	WSVECS04 Frhs2[4283]: 6 0 62.0001 shouldn't be
1108.09/1116.45	WSVECS04 Frhs2[2890]: 6 0 50.0001 shouldn't be
1108.09/1116.45	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1108.09/1116.45	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
1108.09/1116.45	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
1108.09/1116.45	WSVECS04 Frhs2[3831]: 6 0 64 shouldn't be
1116.47/1124.86	c #Conflicts:     172000 | #Constraints:     109762
1116.47/1124.86	WSVECS04 Frhs2[270]: 6 0 2002.64 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[475]: 6 -712.688 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[528]: 6 -2696.82 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[542]: 6 -360.63 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[638]: 6 -1282.17 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[659]: 6 0 727.035 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[696]: 6 -2019.67 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[761]: 6 -1850.92 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[928]: 6 -2072.97 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[1006]: 6 0 5014.4 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[1125]: 6 -76.8203 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[1385]: 6 -1759.63 0 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[1423]: 6 0 550.136 shouldn't be
1116.47/1124.86	WSVECS04 Frhs2[2301]: 6 0 1309.41 shouldn't be
1139.30/1147.71	c #Conflicts:     173000 | #Constraints:     110763
1139.30/1147.71	c #Conflicts:     174000 | #Constraints:     111763
1139.30/1147.71	c #Conflicts:     175000 | #Constraints:     112763
1139.30/1147.71	c #Conflicts:     176000 | #Constraints:     113763
1139.30/1147.71	c #Conflicts:     177000 | #Constraints:     114763
1139.30/1147.71	c #Conflicts:     178000 | #Constraints:     115763
1139.30/1147.71	c #Conflicts:     179000 | #Constraints:     116764
1139.30/1147.71	c #Conflicts:     180000 | #Constraints:     117765
1139.30/1147.71	c INPROCESSING
1139.30/1147.71	c GARBAGE COLLECT
1139.30/1147.71	c bounds -20661 >= -259222 @ 1129.95
1139.30/1147.72	c bounds -20662 >= -259222 @ 1129.96
1139.30/1147.73	c bounds -20663 >= -259222 @ 1129.97
1139.30/1147.75	c bounds -20668 >= -259222 @ 1129.98
1139.30/1147.76	c bounds -20672 >= -259222 @ 1130
1139.30/1147.77	c bounds -20677 >= -259222 @ 1130.01
1139.40/1147.80	c bounds -20686 >= -259222 @ 1130.04
1139.40/1147.82	c bounds -20687 >= -259222 @ 1130.06
1139.40/1147.84	c bounds -20703 >= -259222 @ 1130.07
1139.50/1147.90	c bounds -20706 >= -259222 @ 1130.14
1139.50/1147.92	c bounds -20707 >= -259222 @ 1130.15
1139.50/1147.96	c bounds -20766 >= -259222 @ 1130.19
1140.48/1149.20	c bounds -20767 >= -259222 @ 1131.09
1144.28/1153.09	c #Conflicts:     181000 | #Constraints:     110370
1144.28/1153.09	c #Conflicts:     182000 | #Constraints:     111370
1144.28/1153.09	c bounds -20772 >= -259222 @ 1134.9
1144.28/1153.09	c bounds -20772 >= -258975 @ 1134.91
1144.28/1153.10	c bounds -20772 >= -258726 @ 1134.92
1144.38/1153.10	c bounds -20772 >= -258480 @ 1134.92
1144.38/1153.11	c bounds -20772 >= -258231 @ 1134.93
1144.38/1153.14	c bounds -20772 >= -257981 @ 1134.96
1144.38/1153.15	c bounds -20772 >= -257732 @ 1134.97
1144.38/1153.15	c bounds -20772 >= -257485 @ 1134.97
1144.38/1153.18	c bounds -20772 >= -257238 @ 1135
1144.47/1153.21	c bounds -20772 >= -256991 @ 1135.03
1144.47/1153.26	c bounds -20772 >= -256745 @ 1135.08
1144.47/1153.29	c bounds -20772 >= -256499 @ 1135.11
1144.57/1153.30	c bounds -20772 >= -256253 @ 1135.12
1144.57/1153.34	c bounds -20772 >= -256007 @ 1135.16
1144.77/1153.56	c bounds -20772 >= -255761 @ 1135.38
1147.46/1156.25	WSVECS04 Frhs2[215]: 6 -19.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[268]: 6 -10.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[418]: 6 -16.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[465]: 6 0 10 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[506]: 6 -69.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[535]: 6 0 2.00005 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[575]: 6 -20 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[711]: 6 0 60.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[847]: 6 -52.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[868]: 6 -45.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[904]: 6 -11.0001 0 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[980]: 6 0 63.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1005]: 6 0 61.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1019]: 6 0 94 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1130]: 6 0 108 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1233]: 6 0 120 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1383]: 6 0 87.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1501]: 6 0 73 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1575]: 6 0 87.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1839]: 6 0 68.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1863]: 6 0 95.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1889]: 6 0 54 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2153]: 6 0 163 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2198]: 6 0 97 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2223]: 6 0 38.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2232]: 6 0 23.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2366]: 6 0 94 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2790]: 6 0 42 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2803]: 6 0 93.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3711]: 6 0 98.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4172]: 6 0 81.0001 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1147.46/1156.25	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3]: 6 -30.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[4]: 6 -3.00002 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[32]: 6 -29.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[55]: 6 -26.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[64]: 6 0 22 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[76]: 6 -18 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[107]: 6 -18.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[119]: 6 -27.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[128]: 6 -10 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[133]: 6 -2.00005 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[147]: 6 -11.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[260]: 6 -4.00003 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[262]: 6 -7.00007 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[354]: 6 -5.00005 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[416]: 6 -9.00008 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[426]: 6 0 14.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[441]: 6 -8.00003 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[550]: 6 -31.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[561]: 6 0 12.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[598]: 6 -13 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[620]: 6 -38.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[691]: 6 0 3.00001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[858]: 6 0 5.00004 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[925]: 6 -7.00005 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1022]: 6 0 13 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1132]: 6 -11.0001 0 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1208]: 6 0 66.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1291]: 6 0 49 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1373]: 6 0 101 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1416]: 6 0 53.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1424]: 6 0 11.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1602]: 6 0 74.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1691]: 6 0 34.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1845]: 6 0 66.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1875]: 6 0 8.00008 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2096]: 6 0 30.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2450]: 6 0 51.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2843]: 6 0 2.00004 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3020]: 6 0 33 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3090]: 6 0 60 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3152]: 6 0 67.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3205]: 6 0 24.0001 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
1149.86/1158.61	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1]: 6 -17.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[35]: 6 -2.00007 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[80]: 6 -14.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[105]: 6 -29 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[118]: 6 -1.00007 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[131]: 6 -16 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[180]: 6 -24.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[201]: 6 -21.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[216]: 6 -6.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[240]: 6 -2.00007 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[288]: 6 -18.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[389]: 6 0 19.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[395]: 6 -21.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[407]: 6 0 18 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[411]: 6 -3.00003 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[429]: 6 0 14.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[437]: 6 -4.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[495]: 6 -63 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[504]: 6 0 14.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[531]: 6 0 9.00004 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[580]: 6 0 42.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[583]: 6 0 88.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[584]: 6 -67 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[621]: 6 -27.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[624]: 6 0 43.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[633]: 6 0 20.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[670]: 6 0 27 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[731]: 6 0 53.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[796]: 6 0 56.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[819]: 6 0 42.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[840]: 6 0 68.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[844]: 6 -41.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[845]: 6 -64.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[862]: 6 0 83 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[887]: 6 -44.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[898]: 6 0 67 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[901]: 6 0 62 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[908]: 6 -33 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[938]: 6 0 25 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[972]: 6 0 85.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[982]: 6 0 88 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[985]: 6 0 39.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[997]: 6 0 37 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1027]: 6 0 86.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1041]: 6 0 107 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1051]: 6 0 109 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1101]: 6 0 43.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1102]: 6 0 74 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1114]: 6 0 4.00009 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1123]: 6 0 43.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1140]: 6 0 84.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1151]: 6 0 71 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1160]: 6 0 2.00002 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1168]: 6 0 78.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1169]: 6 0 77 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1170]: 6 0 76.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1172]: 6 0 64.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1184]: 6 0 93.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1186]: 6 0 98.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1206]: 6 0 71.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1231]: 6 0 72.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1234]: 6 0 83.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1316]: 6 0 29 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1341]: 6 0 80.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1354]: 6 0 24 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1356]: 6 0 96 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1370]: 6 0 77 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1377]: 6 0 67 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1380]: 6 0 64.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1381]: 6 0 10 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1399]: 6 0 54.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1406]: 6 0 9.00007 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1422]: 6 0 38 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1439]: 6 0 60.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1440]: 6 0 25.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1452]: 6 0 94.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1462]: 6 0 74 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1469]: 6 0 41.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1470]: 6 0 45 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1475]: 6 0 62.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1480]: 6 0 47.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1487]: 6 0 89.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1491]: 6 0 89 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1497]: 6 0 77.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1508]: 6 0 25.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1509]: 6 0 59.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1522]: 6 0 42.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1525]: 6 0 3.00009 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1547]: 6 0 62.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1550]: 6 0 52.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1557]: 6 0 72 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1558]: 6 0 39.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1566]: 6 0 95.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1591]: 6 -22.0001 0 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1627]: 6 0 98.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1644]: 6 0 54.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1649]: 6 0 149 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1662]: 6 0 79 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1666]: 6 0 78.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1670]: 6 0 177 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1673]: 6 0 98.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1674]: 6 0 84 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1684]: 6 0 15.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1685]: 6 0 80.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1694]: 6 0 141 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1710]: 6 0 89 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1733]: 6 0 51 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1735]: 6 0 99.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1738]: 6 0 90.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1748]: 6 0 40.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1792]: 6 0 75.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1806]: 6 0 74.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1824]: 6 0 88.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1843]: 6 0 41 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1859]: 6 0 36 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1878]: 6 0 36 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1885]: 6 0 64 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1924]: 6 0 49.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1925]: 6 0 28.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1949]: 6 0 75.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1960]: 6 0 39.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1975]: 6 0 70 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[1996]: 6 0 86.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2026]: 6 0 60.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2095]: 6 0 30.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2101]: 6 0 66.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2102]: 6 0 69 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2129]: 6 0 93.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2194]: 6 0 93.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2235]: 6 0 4.00009 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2245]: 6 0 35.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2268]: 6 0 12 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2272]: 6 0 47 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2316]: 6 0 10.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2318]: 6 0 22 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2325]: 6 0 42.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2364]: 6 0 87 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2372]: 6 0 71 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2403]: 6 0 7.00005 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2409]: 6 0 98.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2542]: 6 0 37.0001 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
1154.26/1163.09	WSVECS04 Frhs2[2546]: 6 0 49 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2632]: 6 0 80 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2647]: 6 0 38.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2674]: 6 0 32.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2680]: 6 0 88.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2700]: 6 0 18 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2779]: 6 0 88 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2795]: 6 0 65.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2807]: 6 0 67 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2818]: 6 0 97.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2823]: 6 0 14 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2829]: 6 0 74.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2862]: 6 0 86.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2895]: 6 0 39.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2899]: 6 0 98 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2901]: 6 0 64 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2961]: 6 0 49 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2962]: 6 0 71 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2970]: 6 0 31.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2980]: 6 0 50 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[2995]: 6 0 99.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3003]: 6 0 54 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3082]: 6 0 78 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3092]: 6 0 22 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3106]: 6 0 59.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3131]: 6 0 88.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3146]: 6 0 79.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3186]: 6 0 76 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3188]: 6 0 93.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3225]: 6 0 94.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3278]: 6 0 65.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3280]: 6 0 50.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3303]: 6 0 11.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3316]: 6 0 75.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3319]: 6 0 64.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3367]: 6 0 40.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3385]: 6 0 40 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3630]: 6 0 97.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3673]: 6 0 46 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3682]: 6 0 47.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3696]: 6 0 57.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3728]: 6 0 69.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3749]: 6 0 77 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3816]: 6 0 191 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3956]: 6 0 89.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3960]: 6 0 122 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4005]: 6 0 74.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4194]: 6 0 231 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4216]: 6 0 96.0001 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1154.26/1163.10	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[73]: 6 -10.0001 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[178]: 6 -9.00001 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[391]: 6 0 7.00005 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[419]: 6 -6.00006 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[433]: 6 -23.0001 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[464]: 6 -30.0001 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[478]: 6 0 1.00008 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[547]: 6 0 52 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[692]: 6 0 26 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[869]: 6 0 3.00006 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[899]: 6 0 2.00004 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[950]: 6 0 29.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[957]: 6 0 26.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[976]: 6 0 63.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1034]: 6 0 11.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1043]: 6 0 40.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1055]: 6 0 35 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1083]: 6 0 41.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1141]: 6 0 11.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1353]: 6 0 131 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1359]: 6 0 84.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1401]: 6 0 22.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1409]: 6 0 11.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1418]: 6 0 85 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1421]: 6 0 70.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1458]: 6 0 33 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1482]: 6 0 18.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1512]: 6 0 78.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1541]: 6 0 70.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1597]: 6 0 62 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1652]: 6 0 161 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1660]: 6 0 157 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1829]: 6 0 38.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1871]: 6 0 27.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1876]: 6 0 62.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1945]: 6 0 47.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[1946]: 6 0 56 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2082]: 6 0 67 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2093]: 6 0 7.00002 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2170]: 6 0 66.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2261]: 6 0 72 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2275]: 6 0 45.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2454]: 6 0 92 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2539]: 6 0 79.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2622]: 6 0 21.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2763]: 6 0 80.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[2941]: 6 0 55 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3159]: 6 0 54 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3201]: 6 0 98.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3742]: 6 0 97.0001 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3747]: 6 0 86 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
1159.34/1168.14	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3]: 6 -30 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4]: 6 -3 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[6]: 6 0 8 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[10]: 6 -10 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[32]: 6 -29 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[35]: 6 -2 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[50]: 6 -4 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[55]: 6 -26 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[64]: 6 0 22 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[66]: 6 -25 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[69]: 6 -22 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[73]: 6 -10 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[76]: 6 -18 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[77]: 6 -28 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[79]: 6 -22 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[80]: 6 -14 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[84]: 6 -4 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[90]: 6 -28 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[93]: 6 -16 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[99]: 6 -14 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[105]: 6 -29 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[109]: 6 -11 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[112]: 6 -3 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[113]: 6 -17 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[116]: 6 -7 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[119]: 6 -27 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[120]: 6 -6 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[126]: 6 -16 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[131]: 6 -16 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[133]: 6 -2 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[134]: 6 -20 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[137]: 6 -4 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[138]: 6 -34 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[139]: 6 -34 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[147]: 6 -11 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[150]: 6 -23 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[151]: 6 -17 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[152]: 6 -16 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[175]: 6 -9 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[178]: 6 -9 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[194]: 6 -15 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[196]: 6 -31 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[240]: 6 -2 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[260]: 6 -4 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[262]: 6 -7 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[268]: 6 -10 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[288]: 6 -18 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[326]: 6 -8 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[354]: 6 -5 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[389]: 6 0 19 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[392]: 6 -9 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[411]: 6 -3 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[416]: 6 -9 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[418]: 6 -16 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[419]: 6 -6 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[426]: 6 0 14 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[429]: 6 0 14 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[437]: 6 -4 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[441]: 6 -8 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[456]: 6 -31 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[464]: 6 -30 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[465]: 6 0 10 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[477]: 6 0 90 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[484]: 6 -39 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[494]: 6 -44 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[495]: 6 -63 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[504]: 6 0 14 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[506]: 6 -69 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[509]: 6 0 7 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[512]: 6 0 42 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[535]: 6 0 2 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[536]: 6 0 60 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[547]: 6 0 52 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[550]: 6 -31 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[553]: 6 -44 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[575]: 6 -20 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[583]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[585]: 6 0 28 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[597]: 6 -52 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[598]: 6 -13 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[605]: 6 -62 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[609]: 6 -43 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[610]: 6 0 12 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[621]: 6 -27 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[624]: 6 0 43 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[642]: 6 -50 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[670]: 6 0 27 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[711]: 6 0 60 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[751]: 6 -20 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[753]: 6 -35 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[796]: 6 0 56 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[797]: 6 0 10 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[838]: 6 0 41 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[840]: 6 0 68 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[844]: 6 -41 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[845]: 6 -64 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[846]: 6 -67 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[858]: 6 0 5 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[869]: 6 0 3 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[871]: 6 0 1 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[882]: 6 0 69 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[887]: 6 -44 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[898]: 6 0 67 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[899]: 6 0 2 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[901]: 6 0 62 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[903]: 6 0 15 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[904]: 6 -11 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[908]: 6 -33 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[945]: 6 -29 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[949]: 6 0 54 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[954]: 6 0 33 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[957]: 6 0 26 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[958]: 6 0 55 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[972]: 6 0 85 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[980]: 6 0 63 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[982]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[997]: 6 0 37 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1005]: 6 0 61 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1017]: 6 0 28 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1019]: 6 0 94 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1022]: 6 0 13 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1027]: 6 0 86 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1051]: 6 0 109 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1053]: 6 0 9 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1114]: 6 0 4 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1120]: 6 0 76 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1130]: 6 0 108 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1139]: 6 0 6 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1142]: 6 0 109 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1160]: 6 0 2 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1169]: 6 0 77 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1170]: 6 0 76 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1184]: 6 0 93 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1186]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1206]: 6 0 71 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1208]: 6 0 66 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1227]: 6 0 18 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1229]: 6 0 89 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1231]: 6 0 72 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1233]: 6 0 120 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1252]: 6 0 41 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1255]: 6 0 60 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1273]: 6 0 101 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1281]: 6 0 3 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1291]: 6 0 49 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1337]: 6 0 10 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1341]: 6 0 80 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1353]: 6 0 131 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1354]: 6 0 24 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1356]: 6 0 96 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1357]: 6 0 80 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1358]: 6 0 26 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1359]: 6 0 84 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1373]: 6 0 101 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1376]: 6 0 100 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1383]: 6 0 87 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1399]: 6 0 54 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1416]: 6 0 53 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1417]: 6 0 9 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1422]: 6 0 38 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1424]: 6 0 11 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1436]: 6 0 96 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1437]: 6 0 119 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1440]: 6 0 25 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1449]: 6 0 21 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1452]: 6 0 94 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1462]: 6 0 74 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1468]: 6 0 38 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1469]: 6 0 41 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1470]: 6 0 45 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1485]: 6 0 84 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1491]: 6 0 89 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1501]: 6 0 73 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1508]: 6 0 25 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1543]: 6 0 106 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1548]: 6 0 95 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1558]: 6 0 39 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1575]: 6 0 87 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1591]: 6 -22 0 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1592]: 6 0 9 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1602]: 6 0 74 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1627]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1637]: 6 0 9 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1638]: 6 0 178 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1643]: 6 0 66 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1649]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1652]: 6 0 161 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1662]: 6 0 79 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1666]: 6 0 78 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1670]: 6 0 177 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1673]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1682]: 6 0 100 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1684]: 6 0 15 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1694]: 6 0 141 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1696]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1704]: 6 0 36 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1707]: 6 0 147 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1709]: 6 0 11 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1710]: 6 0 89 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1711]: 6 0 10 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1716]: 6 0 153 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1733]: 6 0 51 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1738]: 6 0 90 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1748]: 6 0 40 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1750]: 6 0 92 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1756]: 6 0 24 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1775]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1779]: 6 0 128 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1792]: 6 0 75 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1812]: 6 0 161 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1824]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1829]: 6 0 38 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1834]: 6 0 17 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1839]: 6 0 68 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1845]: 6 0 66 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1859]: 6 0 36 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1863]: 6 0 95 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1864]: 6 0 37 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1867]: 6 0 16 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1872]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1875]: 6 0 8 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1876]: 6 0 62 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1878]: 6 0 36 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1889]: 6 0 54 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1949]: 6 0 75 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1970]: 6 0 83 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1974]: 6 0 39 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1993]: 6 0 53 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1996]: 6 0 86 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1997]: 6 0 101 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[1999]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2005]: 6 0 102 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2022]: 6 0 103 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2030]: 6 0 112 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2084]: 6 0 22 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2095]: 6 0 30 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2102]: 6 0 69 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2120]: 6 0 109 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2140]: 6 0 32 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2153]: 6 0 163 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2166]: 6 0 168 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2169]: 6 0 79 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2170]: 6 0 66 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2177]: 6 0 139 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2190]: 6 0 41 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2198]: 6 0 97 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2211]: 6 0 42 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2268]: 6 0 12 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2272]: 6 0 47 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2282]: 6 0 184 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2299]: 6 0 87 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2306]: 6 0 108 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2328]: 6 0 231 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2338]: 6 0 4 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2358]: 6 0 75 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2359]: 6 0 66 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2364]: 6 0 87 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2366]: 6 0 94 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2372]: 6 0 71 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2388]: 6 0 49 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2403]: 6 0 7 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2409]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2420]: 6 0 52 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2430]: 6 0 94 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2438]: 6 0 72 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2447]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2449]: 6 0 74 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2450]: 6 0 51 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2454]: 6 0 92 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2472]: 6 0 171 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2473]: 6 0 186 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2492]: 6 0 203 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2515]: 6 0 154 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2518]: 6 0 130 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2561]: 6 0 35 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2632]: 6 0 80 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2647]: 6 0 38 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2673]: 6 0 23 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2729]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2734]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2744]: 6 0 272 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2766]: 6 0 163 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2772]: 6 0 78 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2774]: 6 0 48 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2779]: 6 0 88 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2791]: 6 0 75 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2803]: 6 0 93 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2807]: 6 0 67 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2808]: 6 0 58 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2810]: 6 0 34 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2818]: 6 0 97 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2899]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2910]: 6 0 125 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2918]: 6 0 222 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2960]: 6 0 128 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2980]: 6 0 50 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2995]: 6 0 99 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2998]: 6 0 227 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3038]: 6 0 21 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3082]: 6 0 78 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3153]: 6 0 72 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3201]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3213]: 6 0 63 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3238]: 6 0 84 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3243]: 6 0 221 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3255]: 6 0 27 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3269]: 6 0 66 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3291]: 6 0 87 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3319]: 6 0 64 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3341]: 6 0 16 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3376]: 6 0 175 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3396]: 6 0 210 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3399]: 6 0 184 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3519]: 6 0 79 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3682]: 6 0 47 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3701]: 6 0 258 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3711]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3726]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3773]: 6 0 50 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3808]: 6 0 98 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3812]: 6 0 242 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3815]: 6 0 99 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3816]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3831]: 6 0 64 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3939]: 6 0 127 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3960]: 6 0 122 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3979]: 6 0 363 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4161]: 6 0 309 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4194]: 6 0 231 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4227]: 6 0 87 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4275]: 6 0 154 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4283]: 6 0 62 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1162.73/1171.58	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[28]: 6 -32 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[87]: 6 0 21 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[128]: 6 -10 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[216]: 6 -6 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[217]: 6 -12 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[221]: 6 -3 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[238]: 6 -27 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[348]: 6 0 1 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[391]: 6 0 7 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[407]: 6 0 18 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[478]: 6 0 1 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[513]: 6 0 7 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[521]: 6 0 4 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[531]: 6 0 9 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[558]: 6 0 17 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[561]: 6 0 12 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[562]: 6 0 4 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[563]: 6 0 5 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[584]: 6 -67 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[600]: 6 -20 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[606]: 6 -19 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[687]: 6 0 45 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[691]: 6 0 3 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[802]: 6 0 30 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[925]: 6 -7 0 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[926]: 6 0 1 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[935]: 6 0 31 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[938]: 6 0 25 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[953]: 6 0 1 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1006]: 6 0 9 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1015]: 6 0 1 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1052]: 6 0 3 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1253]: 6 0 17 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1299]: 6 0 4 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1334]: 6 0 14 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1345]: 6 0 17 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1370]: 6 0 77 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1381]: 6 0 10 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1397]: 6 0 31 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1482]: 6 0 18 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1518]: 6 0 3 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1525]: 6 0 3 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1837]: 6 0 24 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1899]: 6 0 1 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[1947]: 6 0 22 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[2093]: 6 0 7 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[2096]: 6 0 30 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[2235]: 6 0 4 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[2405]: 6 0 11 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[2544]: 6 0 1 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[2823]: 6 0 14 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[2843]: 6 0 2 shouldn't be
1167.91/1176.78	WSVECS04 Frhs2[3672]: 6 0 3 shouldn't be
1173.20/1182.02	WSVECS04 Frhs2[868]: 6 -45 0 shouldn't be
1173.20/1182.02	WSVECS04 Frhs2[1164]: 6 0 1 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[161]: 6 0 24 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[503]: 6 0 63 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[524]: 6 0 31 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[569]: 6 0 37 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[580]: 6 0 42 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[633]: 6 0 20 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[675]: 6 0 37 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[692]: 6 0 26 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[713]: 6 0 30 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[731]: 6 0 53 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[819]: 6 0 42 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[862]: 6 0 83 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[929]: 6 0 61 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[942]: 6 0 16 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[950]: 6 0 29 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[975]: 6 0 25 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[976]: 6 0 63 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[985]: 6 0 39 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[986]: 6 0 40 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[994]: 6 0 16 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1013]: 6 0 59 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1016]: 6 0 65 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1034]: 6 0 11 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1040]: 6 0 4 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1041]: 6 0 107 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1043]: 6 0 40 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1045]: 6 0 16 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1055]: 6 0 35 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1074]: 6 0 36 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1077]: 6 0 17 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1081]: 6 0 7 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1084]: 6 0 28 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1101]: 6 0 43 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1102]: 6 0 74 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1108]: 6 0 2 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1123]: 6 0 43 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1124]: 6 0 14 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1140]: 6 0 84 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1141]: 6 0 11 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1151]: 6 0 71 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1167]: 6 0 33 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1168]: 6 0 78 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1172]: 6 0 64 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1232]: 6 0 29 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1234]: 6 0 83 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1256]: 6 0 81 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1274]: 6 0 6 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1277]: 6 0 98 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1279]: 6 0 46 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1296]: 6 0 9 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1316]: 6 0 29 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1377]: 6 0 67 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1406]: 6 0 9 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1407]: 6 0 65 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1409]: 6 0 11 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1418]: 6 0 85 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1421]: 6 0 70 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1439]: 6 0 60 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1457]: 6 0 59 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1458]: 6 0 33 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1459]: 6 0 90 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1465]: 6 0 20 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1466]: 6 0 20 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1475]: 6 0 62 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1480]: 6 0 47 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1486]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1487]: 6 0 89 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1495]: 6 0 9 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1497]: 6 0 77 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1498]: 6 0 77 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1509]: 6 0 59 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1512]: 6 0 78 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1517]: 6 0 6 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1522]: 6 0 42 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1535]: 6 0 36 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1547]: 6 0 62 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1550]: 6 0 52 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1552]: 6 0 44 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1557]: 6 0 72 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1564]: 6 0 17 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1566]: 6 0 95 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1579]: 6 0 25 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1580]: 6 0 33 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1597]: 6 0 62 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1622]: 6 0 38 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1631]: 6 0 12 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1644]: 6 0 54 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1650]: 6 0 13 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1653]: 6 0 27 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1669]: 6 0 86 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1685]: 6 0 80 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1687]: 6 0 33 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1691]: 6 0 34 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1714]: 6 0 39 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1730]: 6 0 30 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1731]: 6 0 63 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1732]: 6 0 15 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1735]: 6 0 99 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1777]: 6 0 48 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1791]: 6 0 31 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1816]: 6 0 24 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1843]: 6 0 41 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1871]: 6 0 27 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1885]: 6 0 64 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1900]: 6 0 28 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1908]: 6 0 82 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1924]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1925]: 6 0 28 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1935]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1945]: 6 0 47 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1946]: 6 0 56 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1960]: 6 0 39 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1964]: 6 0 7 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1972]: 6 0 13 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1975]: 6 0 70 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1986]: 6 0 43 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1994]: 6 0 79 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[1995]: 6 0 6 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2008]: 6 0 31 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2026]: 6 0 60 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2039]: 6 0 62 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2079]: 6 0 22 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2081]: 6 0 32 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2082]: 6 0 67 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2100]: 6 0 25 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2101]: 6 0 66 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2128]: 6 0 72 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2129]: 6 0 93 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2144]: 6 0 87 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2147]: 6 0 17 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2148]: 6 0 32 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2149]: 6 0 52 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2156]: 6 0 69 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2164]: 6 0 108 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2167]: 6 0 131 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2194]: 6 0 93 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2223]: 6 0 38 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2232]: 6 0 23 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2241]: 6 0 43 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2245]: 6 0 35 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2256]: 6 0 16 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2261]: 6 0 72 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2263]: 6 0 90 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2275]: 6 0 45 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2318]: 6 0 22 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2319]: 6 0 39 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2321]: 6 0 74 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2325]: 6 0 42 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2329]: 6 0 15 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2330]: 6 0 51 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2336]: 6 0 52 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2341]: 6 0 50 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2390]: 6 0 81 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2398]: 6 0 61 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2434]: 6 0 7 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2446]: 6 0 4 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2496]: 6 0 107 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2522]: 6 0 130 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2539]: 6 0 79 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2542]: 6 0 37 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2546]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2565]: 6 0 11 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2567]: 6 0 65 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2622]: 6 0 21 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2657]: 6 0 19 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2674]: 6 0 32 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2722]: 6 0 84 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2749]: 6 0 48 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2763]: 6 0 80 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2764]: 6 0 7 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2771]: 6 0 54 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2790]: 6 0 42 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2795]: 6 0 65 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2836]: 6 0 38 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2856]: 6 0 82 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2865]: 6 0 69 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2868]: 6 0 6 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2890]: 6 0 50 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2901]: 6 0 64 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2921]: 6 0 46 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2961]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2970]: 6 0 31 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[2978]: 6 0 127 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3003]: 6 0 54 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3020]: 6 0 33 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3023]: 6 0 39 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3065]: 6 0 62 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3090]: 6 0 60 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3106]: 6 0 59 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3125]: 6 0 26 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3131]: 6 0 88 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3145]: 6 0 14 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3149]: 6 0 54 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3159]: 6 0 54 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3180]: 6 0 74 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3181]: 6 0 50 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3183]: 6 0 67 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3186]: 6 0 76 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3188]: 6 0 93 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3194]: 6 0 7 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3205]: 6 0 24 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3209]: 6 0 57 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3259]: 6 0 20 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3271]: 6 0 14 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3272]: 6 0 46 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3278]: 6 0 65 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3280]: 6 0 50 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3303]: 6 0 11 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3304]: 6 0 91 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3305]: 6 0 21 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3311]: 6 0 55 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3316]: 6 0 75 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3324]: 6 0 93 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3332]: 6 0 92 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3334]: 6 0 99 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3352]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3385]: 6 0 40 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3460]: 6 0 21 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3542]: 6 0 26 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3587]: 6 0 65 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3631]: 6 0 94 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3651]: 6 0 92 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3652]: 6 0 88 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3673]: 6 0 46 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3722]: 6 0 9 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3736]: 6 0 70 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3747]: 6 0 86 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3749]: 6 0 77 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3752]: 6 0 69 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3756]: 6 0 48 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3762]: 6 0 49 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3811]: 6 0 17 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3888]: 6 0 64 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3912]: 6 0 72 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3938]: 6 0 83 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3956]: 6 0 89 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3958]: 6 0 100 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[4172]: 6 0 81 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[4250]: 6 0 90 shouldn't be
1181.19/1190.02	WSVECS04 Frhs2[4296]: 6 0 149 shouldn't be
1197.04/1205.96	c bounds -20772 >= -255515 @ 1187.48
1199.73/1208.65	c bounds -20772 >= -255269 @ 1190.15
1207.02/1215.95	c #Conflicts:     183000 | #Constraints:     112440
1207.02/1215.95	c bounds -20772 >= -255023 @ 1197.41
1207.12/1216.08	c bounds -20776 >= -255023 @ 1197.53
1213.79/1222.72	c #Conflicts:     184000 | #Constraints:     113447
1213.79/1222.72	c #Conflicts:     185000 | #Constraints:     114447
1213.79/1222.72	c #Conflicts:     186000 | #Constraints:     115447
1213.79/1222.72	c bounds -20781 >= -255023 @ 1204.05
1237.92/1247.10	c #Conflicts:     187000 | #Constraints:     116448
1237.92/1247.10	c #Conflicts:     188000 | #Constraints:     117448
1237.92/1247.10	c #Conflicts:     189000 | #Constraints:     118448
1237.92/1247.10	c INPROCESSING
1237.92/1247.10	c GARBAGE COLLECT
1237.92/1247.10	c bounds -20782 >= -255023 @ 1228.07
1237.92/1247.11	c bounds -20786 >= -255023 @ 1228.07
1240.52/1249.72	c #Conflicts:     190000 | #Constraints:     110720
1240.52/1249.72	c bounds -20797 >= -255023 @ 1230.64
1240.52/1249.74	c bounds -20798 >= -255023 @ 1230.66
1240.61/1249.88	c bounds -20812 >= -255023 @ 1230.8
1240.71/1249.92	c bounds -20820 >= -255023 @ 1230.84
1240.71/1249.95	c bounds -20821 >= -255023 @ 1230.87
1241.31/1250.54	c bounds -20822 >= -255023 @ 1231.45
1241.31/1250.57	c bounds -20823 >= -255023 @ 1231.48
1241.31/1250.59	c bounds -20834 >= -255023 @ 1231.5
1242.01/1251.20	c bounds -20911 >= -255023 @ 1232.1
1242.11/1251.39	c bounds -20912 >= -255023 @ 1232.28
1242.21/1251.42	c bounds -20917 >= -255023 @ 1232.31
1242.21/1251.48	c bounds -20927 >= -255023 @ 1232.37
1242.40/1251.64	c bounds -20930 >= -255023 @ 1232.53
1242.50/1251.76	c bounds -20943 >= -255023 @ 1232.65
1245.39/1254.68	c #Conflicts:     191000 | #Constraints:     111734
1245.39/1254.68	c bounds -20945 >= -255023 @ 1235.5
1245.39/1254.69	c bounds -20945 >= -254783 @ 1235.51
1245.50/1254.70	c bounds -20945 >= -254543 @ 1235.52
1245.50/1254.71	c bounds -20945 >= -254300 @ 1235.53
1245.50/1254.73	c bounds -20945 >= -254059 @ 1235.54
1245.50/1254.75	c bounds -20945 >= -253820 @ 1235.57
1245.70/1254.92	c bounds -20945 >= -253580 @ 1235.73
1246.20/1255.46	c bounds -20945 >= -253341 @ 1236.27
1246.69/1255.96	c bounds -20945 >= -253102 @ 1236.77
1247.40/1256.61	c bounds -20945 >= -252863 @ 1237.41
1258.77/1268.10	c #Conflicts:     192000 | #Constraints:     112779
1258.77/1268.10	c #Conflicts:     193000 | #Constraints:     113779
1258.77/1268.10	c bounds -20945 >= -252624 @ 1248.83
1259.16/1268.42	c bounds -20948 >= -252624 @ 1249.14
1259.36/1268.63	c bounds -20956 >= -252624 @ 1249.35
1259.36/1268.66	c bounds -20957 >= -252624 @ 1249.38
1259.36/1268.69	c bounds -20965 >= -252624 @ 1249.41
1259.46/1268.72	c bounds -20970 >= -252624 @ 1249.45
1259.56/1268.89	c bounds -20984 >= -252624 @ 1249.61
1259.65/1268.93	c bounds -20995 >= -252624 @ 1249.65
1259.76/1269.04	c bounds -20996 >= -252624 @ 1249.76
1260.06/1269.32	c bounds -21000 >= -252624 @ 1250.03
1263.69/1273.28	c #Conflicts:     194000 | #Constraints:     114797
1263.69/1273.28	c bounds -21002 >= -252624 @ 1253.66
1293.66/1303.49	c #Conflicts:     195000 | #Constraints:     115798
1293.66/1303.49	c #Conflicts:     196000 | #Constraints:     116798
1293.66/1303.49	c #Conflicts:     197000 | #Constraints:     117798
1293.66/1303.49	c bounds -21002 >= -252385 @ 1283.52
1296.75/1306.60	c #Conflicts:     198000 | #Constraints:     118807
1296.75/1306.60	c INPROCESSING
1296.75/1306.60	c GARBAGE COLLECT
1296.85/1306.60	WSVECS04 Frhs2[719]: 6 -57.0001 0 shouldn't be
1296.85/1306.60	WSVECS04 Frhs2[789]: 6 -30.0001 0 shouldn't be
1296.85/1306.60	WSVECS04 Frhs2[834]: 6 -63.0001 0 shouldn't be
1298.04/1307.89	WSVECS04 Frhs2[259]: 6 -2.00007 0 shouldn't be
1298.04/1307.89	WSVECS04 Frhs2[317]: 6 -8.00008 0 shouldn't be
1298.04/1307.89	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[18]: 6 -9.00002 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[38]: 6 -31.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[39]: 6 -30.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[63]: 6 -11.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[164]: 6 -5.00007 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[166]: 6 -6.00009 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[167]: 6 -2.00007 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[186]: 6 -16.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[188]: 6 -16.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[190]: 6 -6.00002 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[207]: 6 -33.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[208]: 6 -12.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[212]: 6 -7.00004 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[229]: 6 -34.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[233]: 6 -2.00002 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[235]: 6 -24 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[237]: 6 -9.00006 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[251]: 6 -2.00008 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[273]: 6 -20 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[277]: 6 -11.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[280]: 6 -10 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[281]: 6 -8.00003 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[290]: 6 -31.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[297]: 6 -8.00008 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[300]: 6 -12.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[302]: 6 -9.00003 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[310]: 6 -9.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[315]: 6 -14 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[334]: 6 -30.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[357]: 6 -2.00006 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[361]: 6 -23.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[364]: 6 -9.00004 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[366]: 6 -15 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[377]: 6 -13 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[378]: 6 -4.00007 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[383]: 6 -9.00006 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[384]: 6 -1.00002 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[387]: 6 -4.00002 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[401]: 6 -24.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[403]: 6 -25.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[406]: 6 -8.00007 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[421]: 6 -5.00003 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[422]: 6 -1.00001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[444]: 6 -17.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[487]: 6 -35.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[510]: 6 -45 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[659]: 6 -13 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[660]: 6 -36.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[661]: 6 -22 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[678]: 6 -68 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[682]: 6 -30 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[685]: 6 -41.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[701]: 6 -57 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[704]: 6 -64.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[705]: 6 -18 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[706]: 6 -54.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[741]: 6 -67.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[742]: 6 -34.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[745]: 6 -42.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[747]: 6 -12 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[749]: 6 -41 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[750]: 6 -28.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[762]: 6 -64 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[765]: 6 -58 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[771]: 6 -54 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[788]: 6 -33 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[790]: 6 -35.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[793]: 6 -45 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[808]: 6 -35.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[809]: 6 -5.00007 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[810]: 6 -39.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[831]: 6 -4.00003 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[851]: 6 -32 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[856]: 6 -15 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[875]: 6 -52.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[876]: 6 -37.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[940]: 6 -40.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1133]: 6 -101 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1158]: 6 -68.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1175]: 6 -16 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1176]: 6 -21 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1178]: 6 -40 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1245]: 6 -91.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1247]: 6 -78.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1282]: 6 -71 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1304]: 6 -40 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1307]: 6 -32.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1308]: 6 -56 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1309]: 6 -98.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1330]: 6 -40.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1331]: 6 -89 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1659]: 6 -22 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1698]: 6 -98.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1745]: 6 -126 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1765]: 6 -85.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[1766]: 6 -125 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[2207]: 6 -18 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[2249]: 6 -23.0001 0 shouldn't be
1300.25/1310.08	WSVECS04 Frhs2[2685]: 6 -1.00002 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[206]: 6 -19 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[227]: 6 -25 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[234]: 6 -20.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[250]: 6 -13.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[256]: 6 -24.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[257]: 6 -26.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[269]: 6 -22.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[275]: 6 -10.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[292]: 6 -5.00002 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[319]: 6 -30 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[332]: 6 -20.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[345]: 6 -2.00001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[380]: 6 -3.00005 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[402]: 6 -35.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[425]: 6 -15.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[697]: 6 -42.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[698]: 6 -70.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[699]: 6 -33.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[720]: 6 -21.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[763]: 6 -41 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[770]: 6 -40.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[784]: 6 -32.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[806]: 6 -47.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[833]: 6 -68.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[878]: 6 -32 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1152]: 6 -38.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1174]: 6 -28 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1202]: 6 -46.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1219]: 6 -6.00005 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1223]: 6 -92.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1225]: 6 -59 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1238]: 6 -65.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1240]: 6 -48.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1260]: 6 -72 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1263]: 6 -50.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1265]: 6 -84 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1268]: 6 -94 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1283]: 6 -53.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1284]: 6 -65.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1285]: 6 -107 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1286]: 6 -28.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1287]: 6 -29.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1306]: 6 -64.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1311]: 6 -47 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1351]: 6 -51 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1420]: 6 -89 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1658]: 6 -70.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1679]: 6 -106 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1680]: 6 -77.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1697]: 6 -55.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1701]: 6 -57 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1703]: 6 -55 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1719]: 6 -105 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1721]: 6 -124 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1722]: 6 -58.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1723]: 6 -108 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1726]: 6 -30 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1741]: 6 -25.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1743]: 6 -42 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1747]: 6 -140 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1786]: 6 -39.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1787]: 6 -108 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[1788]: 6 -1.00004 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2159]: 6 -154 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2160]: 6 -161 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2180]: 6 -150 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2205]: 6 -122 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2224]: 6 -60.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2226]: 6 -126 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2250]: 6 -157 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2644]: 6 -102 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2686]: 6 -105 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[2687]: 6 -63.0001 0 shouldn't be
1304.03/1313.84	WSVECS04 Frhs2[3169]: 6 -76.0001 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[252]: 6 -4.00007 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[653]: 6 0 36 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1106]: 6 0 123 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1127]: 6 0 43.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1129]: 6 0 19 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1584]: 6 0 151 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1606]: 6 0 54.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1628]: 6 0 136 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1630]: 6 0 188 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1651]: 6 0 151 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[1676]: 6 -34 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2023]: 6 0 148 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2045]: 6 0 104 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2046]: 6 0 18.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2047]: 6 0 31 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2067]: 6 0 83.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2069]: 6 0 35 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2089]: 6 0 142 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2091]: 6 0 65.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2108]: 6 0 210 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2109]: 6 0 226 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2110]: 6 0 175 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2131]: 6 0 222 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2184]: 6 -94.0001 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2202]: 6 -110 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2203]: 6 -163 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2204]: 6 -129 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2504]: 6 0 275 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2506]: 6 0 262 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2547]: 6 0 257 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2550]: 6 0 213 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2553]: 6 0 115 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2568]: 6 0 50.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2571]: 6 0 5.00009 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2592]: 6 0 274 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2593]: 6 0 213 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2614]: 6 0 81.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2615]: 6 0 263 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2637]: 6 0 108 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2639]: 6 0 136 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2660]: 6 0 189 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2664]: 6 -204 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2709]: 6 -82.0001 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2710]: 6 -104 0 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2964]: 6 0 29.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2965]: 6 0 327 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2987]: 6 0 92.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2990]: 6 0 327 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3006]: 6 0 299 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3008]: 6 0 118 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3009]: 6 0 277 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3010]: 6 0 190 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3028]: 6 0 322 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3033]: 6 0 219 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3034]: 6 0 316 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3095]: 6 0 94.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3117]: 6 0 81 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3442]: 6 0 319 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3443]: 6 0 149 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3445]: 6 0 303 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3446]: 6 0 173 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3463]: 6 0 41.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3466]: 6 0 71.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3467]: 6 0 373 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3490]: 6 0 293 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3508]: 6 0 130 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3511]: 6 0 245 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3512]: 6 0 158 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3516]: 6 0 93 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3528]: 6 0 48.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3532]: 6 0 151 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3533]: 6 0 214 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3539]: 6 0 37 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3551]: 6 0 246 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3573]: 6 0 186 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3601]: 6 0 21 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3657]: 6 0 331 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3741]: 6 0 83 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3879]: 6 0 413 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3896]: 6 0 40.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3897]: 6 0 38.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3908]: 6 0 33.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3932]: 6 0 90.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3946]: 6 0 211 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3949]: 6 0 76 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3990]: 6 0 284 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3992]: 6 0 158 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3995]: 6 0 92.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4008]: 6 0 403 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4012]: 6 0 217 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4018]: 6 0 47 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4021]: 6 0 210 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4053]: 6 0 172 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4101]: 6 0 88.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4117]: 6 0 72.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4158]: 6 0 59.0001 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4286]: 6 0 147 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4291]: 6 0 227 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
1312.70/1322.55	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[2088]: 6 0 15.0001 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[2154]: 6 0 77 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[2576]: 6 0 23.0001 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[2596]: 6 0 42 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[2613]: 6 0 50 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[3147]: 6 -35.0001 0 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[3423]: 6 0 51.0001 shouldn't be
1323.56/1333.42	WSVECS04 Frhs2[4144]: 6 0 35.0001 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[2963]: 6 0 101 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[2991]: 6 0 94.0001 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3013]: 6 0 113 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3030]: 6 0 170 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3049]: 6 0 88.0001 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3053]: 6 0 267 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3421]: 6 0 189 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3426]: 6 0 347 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3491]: 6 0 181 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3492]: 6 0 69.0001 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3554]: 6 0 60.0001 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3583]: 6 0 36.0001 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3950]: 6 0 320 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[3972]: 6 0 57.0001 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[4056]: 6 0 85 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[4113]: 6 0 163 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[4201]: 6 0 186 shouldn't be
1331.34/1341.20	WSVECS04 Frhs2[4234]: 6 0 67 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3032]: 6 0 22 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3051]: 6 0 53 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3094]: 6 0 42 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3489]: 6 0 45.0001 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3515]: 6 0 20.0001 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
1338.61/1348.55	WSVECS04 Frhs2[3918]: 6 0 254 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[2068]: 6 0 41 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3029]: 6 0 102 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3052]: 6 0 178 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3054]: 6 0 132 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3072]: 6 0 35.0001 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3119]: 6 0 267 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3468]: 6 0 4.00001 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3487]: 6 0 46 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[3513]: 6 0 87.0001 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[4019]: 6 0 80 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[4042]: 6 0 286 shouldn't be
1350.47/1360.43	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[3118]: 6 0 54.0001 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[3596]: 6 0 76 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[3905]: 6 0 79 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[3926]: 6 0 221 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[4143]: 6 0 58.0001 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
1365.32/1375.35	WSVECS04 Frhs2[4281]: 6 0 23.0001 shouldn't be
1444.07/1454.31	c bounds -21005 >= -252385 @ 1433.52
1444.16/1454.43	c bounds -21006 >= -252385 @ 1433.62
1444.16/1454.47	c bounds -21016 >= -252385 @ 1433.66
1444.77/1455.05	c bounds -21017 >= -252385 @ 1434.23
1444.77/1455.06	c bounds -21018 >= -252385 @ 1434.25
1445.36/1455.63	c bounds -21020 >= -252385 @ 1434.8
1445.36/1455.67	c bounds -21024 >= -252385 @ 1434.85
1445.36/1455.69	c bounds -21028 >= -252385 @ 1434.86
1445.46/1455.71	c bounds -21030 >= -252385 @ 1434.88
1445.46/1455.75	c bounds -21031 >= -252385 @ 1434.92
1445.46/1455.78	c bounds -21033 >= -252385 @ 1434.96
1445.55/1455.84	c bounds -21056 >= -252385 @ 1435.01
1445.55/1455.85	c bounds -21057 >= -252385 @ 1435.03
1445.65/1455.99	c bounds -21058 >= -252385 @ 1435.16
1445.76/1456.02	c bounds -21069 >= -252385 @ 1435.19
1445.76/1456.05	c bounds -21071 >= -252385 @ 1435.22
1445.76/1456.10	c bounds -21081 >= -252385 @ 1435.26
1445.86/1456.11	c bounds -21085 >= -252385 @ 1435.28
1445.96/1456.25	c bounds -21087 >= -252385 @ 1435.41
1448.24/1458.53	c #Conflicts:     199000 | #Constraints:     111002
1448.24/1458.53	c bounds -21088 >= -252385 @ 1437.65
1448.65/1458.99	c bounds -21089 >= -252385 @ 1438.1
1531.77/1542.75	c #Conflicts:     200000 | #Constraints:     112004
1531.77/1542.75	c #Conflicts:     201000 | #Constraints:     113004
1531.77/1542.75	c #Conflicts:     202000 | #Constraints:     114004
1531.77/1542.75	c #Conflicts:     203000 | #Constraints:     115004
1531.77/1542.75	c #Conflicts:     204000 | #Constraints:     116004
1531.77/1542.75	c #Conflicts:     205000 | #Constraints:     117004
1531.77/1542.75	c #Conflicts:     206000 | #Constraints:     118004
1531.77/1542.75	c #Conflicts:     207000 | #Constraints:     119004
1531.77/1542.75	c INPROCESSING
1531.77/1542.75	c GARBAGE COLLECT
1531.77/1542.75	c #Conflicts:     208000 | #Constraints:     111011
1531.77/1542.75	c #Conflicts:     209000 | #Constraints:     112011
1531.77/1542.75	c #Conflicts:     210000 | #Constraints:     113011
1531.77/1542.75	c #Conflicts:     211000 | #Constraints:     114011
1531.77/1542.75	c #Conflicts:     212000 | #Constraints:     115011
1531.77/1542.75	c #Conflicts:     213000 | #Constraints:     116011
1531.77/1542.75	c #Conflicts:     214000 | #Constraints:     117011
1531.77/1542.75	c #Conflicts:     215000 | #Constraints:     118011
1531.77/1542.75	c bounds -21089 >= -252146 @ 1520.56
1853.40/1870.68	c #Conflicts:     216000 | #Constraints:     119020
1853.40/1870.68	c INPROCESSING
1853.40/1870.68	c GARBAGE COLLECT
1853.40/1870.68	c #Conflicts:     217000 | #Constraints:     110851
1853.40/1870.68	c #Conflicts:     218000 | #Constraints:     111851
1853.40/1870.68	c #Conflicts:     219000 | #Constraints:     112851
1853.40/1870.68	c #Conflicts:     220000 | #Constraints:     113851
1853.40/1870.68	c #Conflicts:     221000 | #Constraints:     114851
1853.40/1870.68	c #Conflicts:     222000 | #Constraints:     115851
1853.40/1870.68	c #Conflicts:     223000 | #Constraints:     116851
1853.40/1870.68	c #Conflicts:     224000 | #Constraints:     117851
1853.40/1870.68	c #Conflicts:     225000 | #Constraints:     118852
1853.40/1870.68	c #Conflicts:     226000 | #Constraints:     119852
1853.40/1870.68	c INPROCESSING
1853.40/1870.68	c GARBAGE COLLECT
1853.40/1870.68	c #Conflicts:     227000 | #Constraints:     111462
1853.40/1870.68	c #Conflicts:     228000 | #Constraints:     112462
1853.40/1870.68	c #Conflicts:     229000 | #Constraints:     113462
1853.40/1870.68	c #Conflicts:     230000 | #Constraints:     114462
1853.40/1870.68	c #Conflicts:     231000 | #Constraints:     115462
1853.40/1870.68	c #Conflicts:     232000 | #Constraints:     116462
1853.40/1870.68	c #Conflicts:     233000 | #Constraints:     117462
1853.40/1870.68	c #Conflicts:     234000 | #Constraints:     118462
1853.40/1870.68	c #Conflicts:     235000 | #Constraints:     119462
1853.40/1870.68	c #Conflicts:     236000 | #Constraints:     120462
1853.40/1870.68	c INPROCESSING
1853.40/1870.68	c GARBAGE COLLECT
1853.40/1870.68	c #Conflicts:     237000 | #Constraints:     111859
1853.40/1870.68	c #Conflicts:     238000 | #Constraints:     112859
1853.40/1870.68	c #Conflicts:     239000 | #Constraints:     113859
1853.40/1870.68	c #Conflicts:     240000 | #Constraints:     114859
1853.40/1870.68	c #Conflicts:     241000 | #Constraints:     115859
1853.40/1870.68	c #Conflicts:     242000 | #Constraints:     116859
1853.40/1870.68	c #Conflicts:     243000 | #Constraints:     117859
1853.40/1870.68	c #Conflicts:     244000 | #Constraints:     118859
1853.40/1870.68	c #Conflicts:     245000 | #Constraints:     119859
1853.40/1870.68	c #Conflicts:     246000 | #Constraints:     120859
1853.40/1870.68	c INPROCESSING
1853.40/1870.68	c GARBAGE COLLECT
1853.40/1870.68	c #Conflicts:     247000 | #Constraints:     112061
1853.40/1870.68	c #Conflicts:     248000 | #Constraints:     113061
1853.40/1870.68	c #Conflicts:     249000 | #Constraints:     114061
1853.40/1870.68	c #Conflicts:     250000 | #Constraints:     115061
1853.40/1870.68	c #Conflicts:     251000 | #Constraints:     116061
1853.40/1870.68	c #Conflicts:     252000 | #Constraints:     117061
1853.40/1870.68	c #Conflicts:     253000 | #Constraints:     118061
1853.40/1870.68	c #Conflicts:     254000 | #Constraints:     119061
1853.40/1870.68	c #Conflicts:     255000 | #Constraints:     120061
1853.40/1870.68	c #Conflicts:     256000 | #Constraints:     121061
1853.40/1870.68	c INPROCESSING
1853.40/1870.68	c GARBAGE COLLECT
1853.40/1870.68	WSVECS04 Frhs2[438]: 6 -6.29565 0 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[1345]: 6 -30.7784 0 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[1383]: 6 0 220.639 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[1933]: 6 0 75.0991 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2280]: 6 0 149.606 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2303]: 6 0 60.9296 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2327]: 6 0 502.557 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2393]: 6 0 66.3708 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2410]: 6 0 165.472 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2436]: 6 0 48.3826 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2459]: 6 0 123.042 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2480]: 6 0 1.55052 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2741]: 6 0 67.5394 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2744]: 6 0 225.858 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2767]: 6 0 156.058 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2779]: 6 0 381.207 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2783]: 6 0 130.475 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2801]: 6 0 239.019 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2806]: 6 0 124.714 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2807]: 6 0 5.87989 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2829]: 6 0 24.229 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2848]: 6 0 106.124 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2852]: 6 0 165.708 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2899]: 6 0 81.6778 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2913]: 6 0 231.341 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2936]: 6 0 99.9841 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2941]: 6 0 25.4065 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2961]: 6 0 10.096 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2962]: 6 0 9.57604 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[2963]: 6 0 54.694 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3180]: 6 0 22.0958 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3200]: 6 0 244.208 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3204]: 6 0 81.5887 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3225]: 6 0 34.5291 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3226]: 6 0 239.679 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3236]: 6 0 1091.07 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3238]: 6 0 28.2082 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3240]: 6 0 177.98 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3263]: 6 0 191.186 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3280]: 6 0 22.811 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3289]: 6 0 269.477 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3290]: 6 0 246.913 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3291]: 6 0 58.8482 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3293]: 6 0 240.735 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3308]: 6 0 182.935 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3334]: 6 0 73.1563 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3369]: 6 0 153.913 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3370]: 6 0 297.624 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3374]: 6 0 329.227 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3380]: 6 0 239.366 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3391]: 6 0 109.991 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3397]: 6 0 18.4799 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3400]: 6 0 114.794 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3423]: 6 0 7.86231 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3442]: 6 0 299.955 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3443]: 6 0 109.283 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3446]: 6 0 150.622 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3463]: 6 0 10.991 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3466]: 6 0 15.6173 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3659]: 6 0 309.743 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3681]: 6 0 170.09 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3682]: 6 0 16.8093 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3704]: 6 0 40.4814 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3706]: 6 0 158.971 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3720]: 6 0 186.138 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3728]: 6 0 23.1618 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3729]: 6 0 298.788 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3760]: 6 0 44.5741 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3770]: 6 0 103.01 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3772]: 6 0 191.003 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3775]: 6 0 92.7499 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3809]: 6 0 343.361 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3816]: 6 0 148.665 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3831]: 6 0 8.24164 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3837]: 6 0 201.283 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3838]: 6 0 312.667 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3841]: 6 0 94.51 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3851]: 6 0 196.469 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3860]: 6 0 338.244 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3864]: 6 0 165.985 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3929]: 6 0 362.831 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3946]: 6 0 164.042 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3949]: 6 0 49.2508 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[3977]: 6 0 377.319 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4012]: 6 0 155.935 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4013]: 6 0 376.431 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4120]: 6 0 270.972 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4141]: 6 0 313.043 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4143]: 6 0 13.9487 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4161]: 6 0 255.457 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4162]: 6 0 291.752 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4175]: 6 0 319.119 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4199]: 6 0 334.585 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4211]: 6 0 140.957 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4212]: 6 0 360.183 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4248]: 6 0 318.018 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4296]: 6 0 86.2828 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4311]: 6 0 109.006 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4312]: 6 0 334.285 shouldn't be
1853.40/1870.68	WSVECS04 Frhs2[4336]: 6 -24.2253 0 shouldn't be
1856.31/1873.55	WSVECS04 Frhs2[3222]: 6 0 196.608 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[1822]: 6 0 273.578 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[1841]: 6 0 73.1425 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[1909]: 6 0 190.05 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[1975]: 6 0 53.6145 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2302]: 6 0 183.807 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2344]: 6 0 207.111 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2349]: 6 0 156.291 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2365]: 6 0 107.804 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2366]: 6 0 73.1502 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2371]: 6 0 112.5 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2392]: 6 0 238.676 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2412]: 6 0 124.444 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2415]: 6 0 92.0155 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2740]: 6 0 223.898 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2870]: 6 0 208.223 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[2912]: 6 0 191.864 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3028]: 6 0 291.153 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3245]: 6 0 203.242 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3264]: 6 0 277.559 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3284]: 6 0 190.268 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3288]: 6 0 303.306 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3350]: 6 0 60.685 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3354]: 6 0 286.956 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3435]: 6 0 241.127 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3467]: 6 0 359.941 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3482]: 6 0 346.495 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3680]: 6 0 167.297 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3719]: 6 0 222.263 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3750]: 6 0 332.362 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3767]: 6 0 210.163 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3778]: 6 0 245.051 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3783]: 6 0 326.558 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[3988]: 6 0 346.953 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[4098]: 6 0 278.265 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[4168]: 6 0 335.162 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[4185]: 6 0 374.752 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[4219]: 6 0 243.651 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[4262]: 6 0 377.095 shouldn't be
1859.69/1876.90	WSVECS04 Frhs2[4272]: 6 0 333.669 shouldn't be
1999.24/2016.82	c #Conflicts:     257000 | #Constraints:     112074
1999.24/2016.82	c #Conflicts:     258000 | #Constraints:     113074
1999.24/2016.82	c #Conflicts:     259000 | #Constraints:     114074
1999.24/2016.82	c #Conflicts:     260000 | #Constraints:     115074
1999.24/2016.82	c #Conflicts:     261000 | #Constraints:     116074
1999.24/2016.82	c #Conflicts:     262000 | #Constraints:     117074
1999.24/2016.82	c #Conflicts:     263000 | #Constraints:     118074
1999.24/2016.82	c #Conflicts:     264000 | #Constraints:     119074
1999.24/2016.82	c #Conflicts:     265000 | #Constraints:     120074
1999.24/2016.82	c #Conflicts:     266000 | #Constraints:     121074
1999.24/2016.82	c INPROCESSING
1999.24/2016.82	c GARBAGE COLLECT
1999.24/2016.82	c rational objective -31514.3
2235.53/2254.06	c #Conflicts:     267000 | #Constraints:     111868
2235.53/2254.06	c #Conflicts:     268000 | #Constraints:     112868
2235.53/2254.06	c #Conflicts:     269000 | #Constraints:     113868
2235.53/2254.06	c #Conflicts:     270000 | #Constraints:     114868
2235.53/2254.06	c #Conflicts:     271000 | #Constraints:     115868
2235.53/2254.06	c #Conflicts:     272000 | #Constraints:     116868
2235.53/2254.06	c #Conflicts:     273000 | #Constraints:     117869
2235.53/2254.06	c #Conflicts:     274000 | #Constraints:     118869
2235.53/2254.06	c #Conflicts:     275000 | #Constraints:     119869
2235.53/2254.06	c #Conflicts:     276000 | #Constraints:     120869
2235.53/2254.06	c #Conflicts:     277000 | #Constraints:     121869
2235.53/2254.06	c INPROCESSING
2235.53/2254.06	c GARBAGE COLLECT
2235.53/2254.06	c #Conflicts:     278000 | #Constraints:     112473
2235.53/2254.06	c #Conflicts:     279000 | #Constraints:     113473
2235.53/2254.06	c #Conflicts:     280000 | #Constraints:     114473
2235.53/2254.06	c #Conflicts:     281000 | #Constraints:     115473
2235.53/2254.06	c #Conflicts:     282000 | #Constraints:     116473
2235.53/2254.06	c #Conflicts:     283000 | #Constraints:     117473
2235.53/2254.06	c #Conflicts:     284000 | #Constraints:     118474
2235.53/2254.06	c #Conflicts:     285000 | #Constraints:     119474
2235.53/2254.06	c #Conflicts:     286000 | #Constraints:     120474
2235.53/2254.06	c #Conflicts:     287000 | #Constraints:     121474
2235.53/2254.06	c #Conflicts:     288000 | #Constraints:     122474
2235.53/2254.06	c INPROCESSING
2235.53/2254.06	c GARBAGE COLLECT
2235.53/2254.06	c rational objective -31514.3
2490.05/2509.66	c #Conflicts:     289000 | #Constraints:     112885
2490.05/2509.66	c #Conflicts:     290000 | #Constraints:     113885
2490.05/2509.66	c #Conflicts:     291000 | #Constraints:     114885
2490.05/2509.66	c #Conflicts:     292000 | #Constraints:     115885
2490.05/2509.66	c #Conflicts:     293000 | #Constraints:     116885
2490.05/2509.66	c #Conflicts:     294000 | #Constraints:     117885
2490.05/2509.66	c #Conflicts:     295000 | #Constraints:     118885
2490.05/2509.66	c #Conflicts:     296000 | #Constraints:     119885
2490.05/2509.66	c #Conflicts:     297000 | #Constraints:     120885
2490.05/2509.66	c #Conflicts:     298000 | #Constraints:     121885
2490.05/2509.66	c #Conflicts:     299000 | #Constraints:     122886
2490.05/2509.66	c INPROCESSING
2490.05/2509.66	c GARBAGE COLLECT
2490.05/2509.66	c #Conflicts:     300000 | #Constraints:     113088
2490.05/2509.66	c #Conflicts:     301000 | #Constraints:     114088
2490.05/2509.66	c #Conflicts:     302000 | #Constraints:     115088
2490.05/2509.66	c #Conflicts:     303000 | #Constraints:     116088
2490.05/2509.66	c #Conflicts:     304000 | #Constraints:     117088
2490.05/2509.66	c #Conflicts:     305000 | #Constraints:     118088
2490.05/2509.66	c #Conflicts:     306000 | #Constraints:     119088
2490.05/2509.66	c #Conflicts:     307000 | #Constraints:     120088
2490.05/2509.66	c #Conflicts:     308000 | #Constraints:     121088
2490.05/2509.66	c #Conflicts:     309000 | #Constraints:     122088
2490.05/2509.66	c #Conflicts:     310000 | #Constraints:     123088
2490.05/2509.66	c INPROCESSING
2490.05/2509.66	c GARBAGE COLLECT
2490.05/2509.66	c rational objective -31514.3
2750.67/2771.47	c #Conflicts:     311000 | #Constraints:     113079
2750.67/2771.47	c #Conflicts:     312000 | #Constraints:     114079
2750.67/2771.47	c #Conflicts:     313000 | #Constraints:     115080
2750.67/2771.47	c #Conflicts:     314000 | #Constraints:     116080
2750.67/2771.47	c #Conflicts:     315000 | #Constraints:     117080
2750.67/2771.47	c #Conflicts:     316000 | #Constraints:     118080
2750.67/2771.47	c #Conflicts:     317000 | #Constraints:     119080
2750.67/2771.47	c #Conflicts:     318000 | #Constraints:     120080
2750.67/2771.47	c #Conflicts:     319000 | #Constraints:     121080
2750.67/2771.47	c #Conflicts:     320000 | #Constraints:     122080
2750.67/2771.47	c #Conflicts:     321000 | #Constraints:     123080
2750.67/2771.47	c INPROCESSING
2750.67/2771.47	c GARBAGE COLLECT
2750.67/2771.47	c #Conflicts:     322000 | #Constraints:     112888
2750.67/2771.47	c #Conflicts:     323000 | #Constraints:     113888
2750.67/2771.47	c #Conflicts:     324000 | #Constraints:     114888
2750.67/2771.47	c #Conflicts:     325000 | #Constraints:     115888
2750.67/2771.47	c #Conflicts:     326000 | #Constraints:     116888
2750.67/2771.47	c #Conflicts:     327000 | #Constraints:     117889
2750.67/2771.47	c #Conflicts:     328000 | #Constraints:     118889
2750.67/2771.47	c #Conflicts:     329000 | #Constraints:     119889
2750.67/2771.47	c #Conflicts:     330000 | #Constraints:     120889
2750.67/2771.47	c #Conflicts:     331000 | #Constraints:     121889
2750.67/2771.47	c #Conflicts:     332000 | #Constraints:     122889
2750.67/2771.47	c #Conflicts:     333000 | #Constraints:     123889
2750.67/2771.47	c INPROCESSING
2750.67/2771.47	c GARBAGE COLLECT
2750.67/2771.47	c rational objective -31514.3
3077.95/3100.79	c #Conflicts:     334000 | #Constraints:     113494
3077.95/3100.79	c #Conflicts:     335000 | #Constraints:     114494
3077.95/3100.79	c #Conflicts:     336000 | #Constraints:     115494
3077.95/3100.79	c #Conflicts:     337000 | #Constraints:     116494
3077.95/3100.79	c #Conflicts:     338000 | #Constraints:     117494
3077.95/3100.79	c #Conflicts:     339000 | #Constraints:     118494
3077.95/3100.79	c #Conflicts:     340000 | #Constraints:     119494
3077.95/3100.79	c #Conflicts:     341000 | #Constraints:     120495
3077.95/3100.79	c #Conflicts:     342000 | #Constraints:     121495
3077.95/3100.79	c #Conflicts:     343000 | #Constraints:     122495
3077.95/3100.79	c #Conflicts:     344000 | #Constraints:     123495
3077.95/3100.79	c #Conflicts:     345000 | #Constraints:     124495
3077.95/3100.79	c INPROCESSING
3077.95/3100.79	c GARBAGE COLLECT
3077.95/3100.79	c #Conflicts:     346000 | #Constraints:     113897
3077.95/3100.79	c #Conflicts:     347000 | #Constraints:     114897
3077.95/3100.79	c #Conflicts:     348000 | #Constraints:     115897
3077.95/3100.79	c #Conflicts:     349000 | #Constraints:     116897
3077.95/3100.79	c #Conflicts:     350000 | #Constraints:     117897
3077.95/3100.79	c #Conflicts:     351000 | #Constraints:     118897
3077.95/3100.79	c #Conflicts:     352000 | #Constraints:     119897
3077.95/3100.79	c #Conflicts:     353000 | #Constraints:     120897
3077.95/3100.79	c #Conflicts:     354000 | #Constraints:     121898
3077.95/3100.79	c #Conflicts:     355000 | #Constraints:     122898
3077.95/3100.79	c #Conflicts:     356000 | #Constraints:     123898
3077.95/3100.79	c #Conflicts:     357000 | #Constraints:     124898
3077.95/3100.79	c INPROCESSING
3077.95/3100.79	c GARBAGE COLLECT
3077.95/3100.79	c #Conflicts:     358000 | #Constraints:     114084
3077.95/3100.79	c #Conflicts:     359000 | #Constraints:     115084
3077.95/3100.79	c #Conflicts:     360000 | #Constraints:     116084
3077.95/3100.79	c #Conflicts:     361000 | #Constraints:     117084
3077.95/3100.79	c #Conflicts:     362000 | #Constraints:     118085
3077.95/3100.79	c #Conflicts:     363000 | #Constraints:     119085
3077.95/3100.79	c #Conflicts:     364000 | #Constraints:     120085
3077.95/3100.79	c #Conflicts:     365000 | #Constraints:     121086
3077.95/3100.79	c #Conflicts:     366000 | #Constraints:     122087
3077.95/3100.79	c #Conflicts:     367000 | #Constraints:     123087
3077.95/3100.79	c #Conflicts:     368000 | #Constraints:     124087
3077.95/3100.79	c #Conflicts:     369000 | #Constraints:     125087
3077.95/3100.79	c INPROCESSING
3077.95/3100.79	c GARBAGE COLLECT
3077.95/3100.79	WSVECS04 Frhs2[11]: 6 -1.03267 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[26]: 6 -3.27086 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[33]: 6 -38.7757 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[53]: 6 -19.5842 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[65]: 6 -36.3363 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[98]: 6 -1.34701 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[187]: 6 -4.87785 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[241]: 6 -10.2008 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[259]: 6 -7.56409 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[266]: 6 -2.64185 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[275]: 6 -6.78265 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[278]: 6 -5.96825 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[282]: 6 -11.3136 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[297]: 6 -32.9633 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[312]: 6 -13.0256 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[317]: 6 -12.8834 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[321]: 6 -41.3164 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[389]: 6 -19.1127 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[396]: 6 -4.15458 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[397]: 6 -7.93126 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[424]: 6 -32.3771 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[467]: 6 -8.97826 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[870]: 6 -0.532369 0 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[2901]: 6 0 7.08372 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3192]: 6 0 33.6413 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3239]: 6 0 31.1257 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3355]: 6 0 3.16311 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3423]: 6 0 16.4265 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3583]: 6 0 31.3348 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3617]: 6 0 1.23909 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3687]: 6 0 19.6851 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3747]: 6 0 22.3991 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3792]: 6 0 24.7965 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3908]: 6 0 16.9703 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[3936]: 6 0 2.78625 shouldn't be
3077.95/3100.79	WSVECS04 Frhs2[4172]: 6 0 3.28589 shouldn't be
3104.57/3127.44	c rational objective -31514.3
3322.75/3346.67	c #Conflicts:     370000 | #Constraints:     114085
3322.75/3346.67	c #Conflicts:     371000 | #Constraints:     115085
3322.75/3346.67	c #Conflicts:     372000 | #Constraints:     116085
3322.75/3346.67	c #Conflicts:     373000 | #Constraints:     117085
3322.75/3346.67	c #Conflicts:     374000 | #Constraints:     118085
3322.75/3346.67	c #Conflicts:     375000 | #Constraints:     119085
3322.75/3346.67	c #Conflicts:     376000 | #Constraints:     120085
3322.75/3346.67	c #Conflicts:     377000 | #Constraints:     121085
3322.75/3346.67	c #Conflicts:     378000 | #Constraints:     122085
3322.75/3346.67	c #Conflicts:     379000 | #Constraints:     123085
3322.75/3346.67	c #Conflicts:     380000 | #Constraints:     124085
3322.75/3346.67	c #Conflicts:     381000 | #Constraints:     125085
3322.75/3346.67	c INPROCESSING
3322.75/3346.67	c GARBAGE COLLECT
3322.75/3346.67	c #Conflicts:     382000 | #Constraints:     113883
3322.75/3346.67	c #Conflicts:     383000 | #Constraints:     114883
3322.75/3346.67	c #Conflicts:     384000 | #Constraints:     115884
3322.75/3346.67	c #Conflicts:     385000 | #Constraints:     116884
3322.75/3346.67	c #Conflicts:     386000 | #Constraints:     117884
3322.75/3346.67	c #Conflicts:     387000 | #Constraints:     118884
3322.75/3346.67	c #Conflicts:     388000 | #Constraints:     119884
3322.75/3346.67	c #Conflicts:     389000 | #Constraints:     120884
3322.75/3346.67	c #Conflicts:     390000 | #Constraints:     121884
3322.75/3346.67	c #Conflicts:     391000 | #Constraints:     122884
3322.75/3346.67	c #Conflicts:     392000 | #Constraints:     123884
3322.75/3346.67	c #Conflicts:     393000 | #Constraints:     124884
3322.75/3346.67	c #Conflicts:     394000 | #Constraints:     125884
3322.75/3346.67	c INPROCESSING
3322.75/3346.67	c GARBAGE COLLECT
3322.75/3346.67	WSVECS04 Frhs2[53]: 6 -39.6252 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[57]: 6 -19.9698 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[94]: 6 -3.18671 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[102]: 6 -5.84644 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[124]: 6 -10.2895 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[142]: 6 -8.78688 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[149]: 6 -0.154344 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[152]: 6 -52.9888 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[166]: 6 -2.78657 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[209]: 6 -12.3925 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[225]: 6 -49.2836 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[236]: 6 -30.7175 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[275]: 6 -36.4836 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[278]: 6 -29.5493 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[287]: 6 -36.2479 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[288]: 6 -58.5181 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[297]: 6 -61.3073 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[303]: 6 -2.07315 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[311]: 6 -8.34284 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[321]: 6 -39.2296 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[355]: 6 -44.7942 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[359]: 6 -4.06639 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[367]: 6 -30.2297 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[396]: 6 -38.9684 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[397]: 6 -1.79969 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[424]: 6 -14.4862 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[453]: 6 -14.1578 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[558]: 6 -1.09041 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[895]: 6 -4.19448 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[927]: 6 -2.35966 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[933]: 6 -15.1055 0 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[2478]: 6 0 31.7193 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[2951]: 6 0 16.2942 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[3051]: 6 0 51.2814 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[3352]: 6 0 24.9598 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[3411]: 6 0 2.67438 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[3747]: 6 0 7.24294 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[3764]: 6 0 54.5361 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[3771]: 6 0 0.0420284 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[4005]: 6 0 23.9014 shouldn't be
3322.75/3346.67	WSVECS04 Frhs2[4355]: 6 -27.239 0 shouldn't be
3341.59/3365.58	WSVECS04 Frhs2[26]: 6 -33.5011 0 shouldn't be
3341.59/3365.58	WSVECS04 Frhs2[340]: 6 -67.5924 0 shouldn't be
3341.59/3365.58	WSVECS04 Frhs2[438]: 6 -69.7337 0 shouldn't be
3341.59/3365.58	WSVECS04 Frhs2[2629]: 6 0 10.2724 shouldn't be
3341.59/3365.58	WSVECS04 Frhs2[2967]: 6 0 6.11489 shouldn't be
3341.59/3365.58	WSVECS04 Frhs2[3062]: 6 0 55.7666 shouldn't be
3376.19/3400.24	c rational objective -31514.3
3455.14/3479.74	c #Conflicts:     395000 | #Constraints:     114490
3455.14/3479.74	c #Conflicts:     396000 | #Constraints:     115490
3455.14/3479.74	c #Conflicts:     397000 | #Constraints:     116491
3455.14/3479.74	c #Conflicts:     398000 | #Constraints:     117491
3455.14/3479.74	c #Conflicts:     399000 | #Constraints:     118491
3455.14/3479.74	c #Conflicts:     400000 | #Constraints:     119491
3455.14/3479.74	c #Conflicts:     401000 | #Constraints:     120491
3455.14/3479.74	c #Conflicts:     402000 | #Constraints:     121491
3455.14/3479.74	c #Conflicts:     403000 | #Constraints:     122491
3455.14/3479.74	c #Conflicts:     404000 | #Constraints:     123491
3455.14/3479.74	c #Conflicts:     405000 | #Constraints:     124491
3455.14/3479.74	c #Conflicts:     406000 | #Constraints:     125491
3455.14/3479.74	c #Conflicts:     407000 | #Constraints:     126491
3455.14/3479.74	c INPROCESSING
3455.14/3479.74	c GARBAGE COLLECT
3455.14/3479.74	c bounds -21090 >= -252146 @ 3435.19
3455.14/3479.75	c bounds -21098 >= -252146 @ 3435.2
3455.94/3480.52	c bounds -21099 >= -252146 @ 3435.95
3455.94/3480.52	c bounds -21099 >= -251911 @ 3435.96
3455.94/3480.54	c bounds -21099 >= -251673 @ 3435.98
3455.94/3480.55	c bounds -21099 >= -251440 @ 3435.98
3455.94/3480.57	c bounds -21099 >= -251203 @ 3436.01
3456.04/3480.60	c bounds -21099 >= -250970 @ 3436.03
3456.04/3480.60	c bounds -21099 >= -250737 @ 3436.04
3456.04/3480.63	c bounds -21099 >= -250503 @ 3436.06
3456.04/3480.64	c bounds -21099 >= -250270 @ 3436.08
3456.04/3480.69	c bounds -21099 >= -250037 @ 3436.12
3456.14/3480.77	c bounds -21099 >= -249804 @ 3436.2
3456.54/3481.16	c bounds -21099 >= -249571 @ 3436.6
3459.24/3483.80	WSVECS04 Frhs2[137]: 6 -4.0001 0 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[860]: 6 -24.0001 0 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[990]: 6 -24 0 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[1014]: 6 -66.0001 0 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[1744]: 6 0 191 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[1789]: 6 0 128 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2225]: 6 0 186 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2795]: 6 0 65 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3711]: 6 0 98 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[3949]: 6 0 76.0001 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
3459.24/3483.80	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[93]: 6 -16 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[492]: 6 -41 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[495]: 6 -63.0001 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[690]: 6 -55 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[709]: 6 -66.0001 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[1331]: 6 -89.0001 0 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[2139]: 6 0 107 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[2712]: 6 0 81.0001 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[2843]: 6 0 2.0001 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
3461.13/3485.79	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[600]: 6 -20.0001 0 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[837]: 6 -49.0001 0 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[1371]: 6 0 121 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[1678]: 6 0 100 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[1813]: 6 -82.0001 0 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2227]: 6 0 228 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2247]: 6 0 195 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2272]: 6 0 47.0001 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3673]: 6 0 46.0001 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4018]: 6 0 47 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4021]: 6 0 210 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
3464.62/3489.25	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[18]: 6 -9.00008 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[38]: 6 -31 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[39]: 6 -30 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[42]: 6 -35.0001 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[66]: 6 -25 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[82]: 6 -13.0001 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[88]: 6 -22 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[109]: 6 -11 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[112]: 6 -3.00009 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[126]: 6 -16.0001 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[131]: 6 -16.0001 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
3468.31/3492.94	WSVECS04 Frhs2[138]: 6 -34.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[167]: 6 -2.00002 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[190]: 6 -6.00001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[234]: 6 -20 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[235]: 6 -24 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[239]: 6 -5.00008 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[240]: 6 -2.00004 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[256]: 6 -24 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[257]: 6 -26 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[281]: 6 -8.00007 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[345]: 6 -2.00004 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[364]: 6 -9.00006 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[383]: 6 -9.00003 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[403]: 6 -25 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[425]: 6 -15 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[537]: 6 -9.00003 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[540]: 6 -56 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[597]: 6 -52.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[627]: 6 -36 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[689]: 6 -61.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[705]: 6 -18.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[710]: 6 -33 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[712]: 6 -1.00005 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[714]: 6 -47.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[754]: 6 -23.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[757]: 6 -10 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[834]: 6 -63 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[856]: 6 -15 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[859]: 6 -10 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[873]: 6 0 53.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[878]: 6 -32.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[885]: 6 -25.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[887]: 6 -44 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[965]: 6 -75.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[992]: 6 -95 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1050]: 6 -56 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1054]: 6 -95 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1058]: 6 -11.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1075]: 6 -21 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1146]: 6 -56 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1189]: 6 -35.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1209]: 6 -68 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1244]: 6 0 113 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1311]: 6 -47 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1326]: 6 0 118 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1328]: 6 0 38 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1329]: 6 0 139 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1363]: 6 -51 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1425]: 6 -20 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1635]: 6 0 99.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1657]: 6 0 189 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1668]: 6 -14.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1767]: 6 0 104 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1790]: 6 0 126 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1810]: 6 0 142 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1811]: 6 0 85.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1815]: 6 -16.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2094]: 6 0 127 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2138]: 6 0 155 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2140]: 6 0 32.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2206]: 6 0 143 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2241]: 6 0 43.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2245]: 6 0 35 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2248]: 6 0 184 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2270]: 6 0 206 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2451]: 6 -55.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2453]: 6 -27.0001 0 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2596]: 6 0 42.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2647]: 6 0 38 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2665]: 6 0 271 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2774]: 6 0 48 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2790]: 6 0 42.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2791]: 6 0 75.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2820]: 6 0 98.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3106]: 6 0 59 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3118]: 6 0 54.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3125]: 6 0 26.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3168]: 6 0 121 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3186]: 6 0 76.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3188]: 6 0 93.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3191]: 6 0 83.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3205]: 6 0 24.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3278]: 6 0 65 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3280]: 6 0 50 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3291]: 6 0 87 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3316]: 6 0 75 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3341]: 6 0 16 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3516]: 6 0 93 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3539]: 6 0 37 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3583]: 6 0 36.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3601]: 6 0 21 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3631]: 6 0 94 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3741]: 6 0 83 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3749]: 6 0 77.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3751]: 6 0 60 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3888]: 6 0 64.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3950]: 6 0 320 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3995]: 6 0 92.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4172]: 6 0 81 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4201]: 6 0 186 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4227]: 6 0 87.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4250]: 6 0 90.0001 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
3468.31/3492.95	WSVECS04 Frhs2[4296]: 6 0 149 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[63]: 6 -11 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[65]: 6 -28 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[84]: 6 -4.00002 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[91]: 6 -31.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[105]: 6 -29.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[113]: 6 -17 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[116]: 6 -7.00009 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[127]: 6 -30.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[133]: 6 -2.00005 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[148]: 6 -16.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[150]: 6 -23 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[175]: 6 -9.00001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[216]: 6 -6.00008 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[237]: 6 -9.00007 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[260]: 6 -4.00009 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[262]: 6 -7.00002 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[387]: 6 -4.00006 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[406]: 6 -8.00007 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[408]: 6 -32 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[494]: 6 -44 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[510]: 6 -45.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[514]: 6 -16.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[516]: 6 -41.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[533]: 6 -17.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[534]: 6 -70 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[553]: 6 -44 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[554]: 6 -44 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[559]: 6 -67.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[575]: 6 -20.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[576]: 6 -67 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[577]: 6 -57.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[579]: 6 -37 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[598]: 6 -13.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[601]: 6 -48.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[621]: 6 -27 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[660]: 6 -36 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[685]: 6 -41.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[706]: 6 -54.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[733]: 6 -52 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[753]: 6 -35 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[833]: 6 -68.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[880]: 6 -52 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[900]: 6 -33 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[919]: 6 -7.00009 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[920]: 6 -8.00009 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[921]: 6 -12.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[922]: 6 -64 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[923]: 6 -52.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[964]: 6 -15.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[966]: 6 -62.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[968]: 6 -45 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[987]: 6 -90 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[988]: 6 -72 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1008]: 6 -6.00009 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1011]: 6 -30 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1028]: 6 -55.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1032]: 6 -47 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1033]: 6 -17.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1035]: 6 -106 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1057]: 6 -17 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1073]: 6 -71 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1079]: 6 -47.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1143]: 6 -54.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1145]: 6 -82.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1158]: 6 -68 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1187]: 6 -94 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1188]: 6 -82.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1210]: 6 -102 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1333]: 6 -63 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1335]: 6 -54 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1384]: 6 -27.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1405]: 6 -94 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1423]: 6 -46.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1443]: 6 -107 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1447]: 6 -3.00004 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1511]: 6 -115 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1513]: 6 -100 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1530]: 6 -104 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1533]: 6 -115 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1534]: 6 -67.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1623]: 6 -104 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1625]: 6 -85 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1648]: 6 -102 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1702]: 6 0 153 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1724]: 6 0 20.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1746]: 6 0 33.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1814]: 6 -46.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1829]: 6 0 38.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1866]: 6 -126 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1887]: 6 -6.00007 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1950]: 6 -68.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1968]: 6 -13 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1971]: 6 -43.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[1991]: 6 -54.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2105]: 6 -65.0001 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2126]: 6 -2.00009 0 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2161]: 6 0 56.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2162]: 6 0 186 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2182]: 6 0 216 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2183]: 6 0 94.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2268]: 6 0 12.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2358]: 6 0 75.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2622]: 6 0 21 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2708]: 6 0 124 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3082]: 6 0 78.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3119]: 6 0 267 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3183]: 6 0 67 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3217]: 6 0 27.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3259]: 6 0 20.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3269]: 6 0 66.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3271]: 6 0 14.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3319]: 6 0 64 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3515]: 6 0 20.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3587]: 6 0 65.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3652]: 6 0 88 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3728]: 6 0 69 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3762]: 6 0 49.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4019]: 6 0 80.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4056]: 6 0 85.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4101]: 6 0 88.0001 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
3473.50/3498.11	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
3474.99/3499.60	c bounds -21099 >= -249338 @ 3454.88
3476.19/3500.83	c bounds -21099 >= -249105 @ 3456.11
3481.07/3505.73	c #Conflicts:     408000 | #Constraints:     114979
3481.07/3505.73	c bounds -21104 >= -249105 @ 3460.94
3487.25/3511.96	c #Conflicts:     409000 | #Constraints:     115980
3487.25/3511.96	c bounds -21104 >= -248872 @ 3467.12
3494.63/3519.33	c #Conflicts:     410000 | #Constraints:     116995
3494.63/3519.33	c bounds -21104 >= -248639 @ 3474.46
3506.77/3540.07	c #Conflicts:     411000 | #Constraints:     118010
3506.77/3540.07	c bounds -21104 >= -248406 @ 3486.58
3535.57/3569.12	c #Conflicts:     412000 | #Constraints:     119019
3535.57/3569.12	c #Conflicts:     413000 | #Constraints:     120019
3535.57/3569.12	c #Conflicts:     414000 | #Constraints:     121019
3535.57/3569.12	c #Conflicts:     415000 | #Constraints:     122019
3535.57/3569.12	c bounds -21104 >= -248173 @ 3515.18
3554.12/3587.73	c #Conflicts:     416000 | #Constraints:     123028
3554.12/3587.73	c #Conflicts:     417000 | #Constraints:     124028
3554.12/3587.73	c #Conflicts:     418000 | #Constraints:     125028
3554.12/3587.73	c #Conflicts:     419000 | #Constraints:     126028
3554.12/3587.73	c #Conflicts:     420000 | #Constraints:     127028
3554.12/3587.73	c INPROCESSING
3554.12/3587.73	c GARBAGE COLLECT
3554.12/3587.73	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[370]: 6 -31.0001 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[412]: 6 -17 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[430]: 6 -29 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[765]: 6 -58 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[809]: 6 -5.00002 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[1284]: 6 -65 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[1285]: 6 -107 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[1286]: 6 -28 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[1719]: 6 -105 0 shouldn't be
3554.12/3587.73	WSVECS04 Frhs2[2222]: 6 -124 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1]: 6 -17.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[139]: 6 -34.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[164]: 6 -5.00008 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[179]: 6 -31.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[186]: 6 -16.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[201]: 6 -21.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[208]: 6 -12.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[221]: 6 -3.00005 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[229]: 6 -34 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[250]: 6 -13 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[251]: 6 -2.00003 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[268]: 6 -10 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[288]: 6 -18 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[290]: 6 -31 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[297]: 6 -8.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[310]: 6 -9.00003 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[317]: 6 -8.00003 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[330]: 6 -34.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[332]: 6 -20.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[350]: 6 -13 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[352]: 6 -31.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[354]: 6 -5.00006 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[357]: 6 -2.00008 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[361]: 6 -23.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[368]: 6 -21.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[373]: 6 -11.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[378]: 6 -4.00006 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[392]: 6 -9.00007 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[401]: 6 -24 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[409]: 6 -28.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[431]: 6 -15.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[631]: 6 -47 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[632]: 6 -42.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[635]: 6 -43.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[655]: 6 -55.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[682]: 6 -30.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[697]: 6 -42.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[776]: 6 -58 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[777]: 6 -40 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[780]: 6 -43.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[788]: 6 -33.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[789]: 6 -30.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[863]: 6 -5.00008 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[948]: 6 -99 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1132]: 6 -11.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1148]: 6 -105 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1149]: 6 -88.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1176]: 6 -21.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1213]: 6 -40 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1215]: 6 -65.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1216]: 6 -40 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1240]: 6 -48.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1259]: 6 -94.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1260]: 6 -72.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1283]: 6 -53 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1297]: 6 -55.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1450]: 6 -118 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1629]: 6 -130 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1698]: 6 -98.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1741]: 6 -25.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[1762]: 6 -65.0001 0 shouldn't be
3559.01/3592.62	WSVECS04 Frhs2[2220]: 6 -139 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[22]: 6 -25.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[49]: 6 -23.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[69]: 6 -22 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[188]: 6 -16 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[199]: 6 -10.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[206]: 6 -19.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[233]: 6 -2.00003 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[252]: 6 -4.00004 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[263]: 6 -12.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[269]: 6 -22 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[306]: 6 -35.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[315]: 6 -14.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[319]: 6 -30 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[328]: 6 -12 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[334]: 6 -30 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[349]: 6 -14.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[374]: 6 -32.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[410]: 6 -35.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[413]: 6 -21.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[416]: 6 -9.00002 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[435]: 6 -23.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[541]: 6 -10.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[654]: 6 -51.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[659]: 6 -13.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[693]: 6 -45 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[698]: 6 -70.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[699]: 6 -33.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[701]: 6 -57.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[762]: 6 -64.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[779]: 6 -54.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[831]: 6 -4.00006 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[839]: 6 -48 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[851]: 6 -32.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[884]: 6 -19 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[904]: 6 -11.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[925]: 6 -7.00006 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[947]: 6 -106 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[971]: 6 -36 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1150]: 6 -9.00003 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1152]: 6 -38 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1237]: 6 -8.00006 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1257]: 6 -81.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1263]: 6 -50.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1282]: 6 -71.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1317]: 6 -107 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1339]: 6 -21 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1609]: 6 -42 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1633]: 6 -56.0001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1721]: 6 -124 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[1739]: 6 -7.00001 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[2132]: 6 -34 0 shouldn't be
3562.40/3596.09	WSVECS04 Frhs2[2133]: 6 -119 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[3]: 6 -30 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[4]: 6 -3 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[28]: 6 -32 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[120]: 6 -6 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[178]: 6 -9 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[186]: 6 -16 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[227]: 6 -25 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[229]: 6 -34 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[252]: 6 -4 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[273]: 6 -20 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[292]: 6 -5 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[310]: 6 -9 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[326]: 6 -8 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[336]: 6 -29 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[349]: 6 -14 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[354]: 6 -5 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[369]: 6 -7 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[370]: 6 -31 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[378]: 6 -4 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[390]: 6 -8 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[409]: 6 -28 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[410]: 6 -35 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[411]: 6 -3 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[416]: 6 -9 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[430]: 6 -29 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[437]: 6 -4 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[497]: 6 -32 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[498]: 6 -57 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[541]: 6 -10 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[631]: 6 -47 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[632]: 6 -42 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[655]: 6 -55 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[656]: 6 -25 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[659]: 6 -13 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[674]: 6 -45 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[677]: 6 -18 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[693]: 6 -45 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[699]: 6 -33 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[742]: 6 -34 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[765]: 6 -58 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[806]: 6 -47 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[809]: 6 -5 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[810]: 6 -39 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[839]: 6 -48 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[861]: 6 -61 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[971]: 6 -36 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1152]: 6 -38 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1174]: 6 -28 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1175]: 6 -16 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1216]: 6 -40 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1428]: 6 -76 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1450]: 6 -118 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1609]: 6 -42 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1697]: 6 -55 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1717]: 6 -121 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1719]: 6 -105 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1721]: 6 -124 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[1762]: 6 -65 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[2132]: 6 -34 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[2157]: 6 -76 0 shouldn't be
3565.39/3599.04	WSVECS04 Frhs2[2175]: 6 -70 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[139]: 6 -34 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[164]: 6 -5 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[166]: 6 -6 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[188]: 6 -16 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[206]: 6 -19 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[208]: 6 -12 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[221]: 6 -3 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[233]: 6 -2 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[250]: 6 -13 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[251]: 6 -2 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[268]: 6 -10 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[269]: 6 -22 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[274]: 6 -1 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[275]: 6 -10 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[288]: 6 -18 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[297]: 6 -8 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[299]: 6 -20 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[306]: 6 -35 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[315]: 6 -14 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[317]: 6 -8 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[327]: 6 -17 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[328]: 6 -12 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[334]: 6 -30 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[350]: 6 -13 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[357]: 6 -2 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[361]: 6 -23 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[377]: 6 -13 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[412]: 6 -17 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[500]: 6 -13 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[654]: 6 -51 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[676]: 6 -24 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[678]: 6 -68 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[682]: 6 -30 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[697]: 6 -42 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[701]: 6 -57 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[719]: 6 -57 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[720]: 6 -21 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[735]: 6 -62 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[741]: 6 -67 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[745]: 6 -42 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[762]: 6 -64 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[763]: 6 -41 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[776]: 6 -58 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[784]: 6 -32 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[789]: 6 -30 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[798]: 6 -32 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[808]: 6 -35 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[817]: 6 -34 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[831]: 6 -4 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[841]: 6 -14 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[846]: 6 -67 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[863]: 6 -5 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[864]: 6 -42 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[884]: 6 -19 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[904]: 6 -11 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[925]: 6 -7 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[947]: 6 -106 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[948]: 6 -99 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1147]: 6 -56 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1149]: 6 -88 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1150]: 6 -9 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1171]: 6 -43 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1176]: 6 -21 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1215]: 6 -65 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1219]: 6 -6 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1235]: 6 -79 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1240]: 6 -48 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1257]: 6 -81 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1259]: 6 -94 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1263]: 6 -50 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1275]: 6 -35 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1278]: 6 -47 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1283]: 6 -53 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1285]: 6 -107 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1295]: 6 -52 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1318]: 6 -51 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1325]: 6 -58 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1339]: 6 -21 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1429]: 6 -93 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1633]: 6 -56 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1654]: 6 -62 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1672]: 6 -31 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1676]: 6 -34 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1693]: 6 -68 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1695]: 6 -68 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1698]: 6 -98 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1739]: 6 -7 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1741]: 6 -25 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1743]: 6 -42 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1760]: 6 -21 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[1761]: 6 -49 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[2133]: 6 -119 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[2135]: 6 -76 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[2180]: 6 -150 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[2222]: 6 -124 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[2224]: 6 -60 0 shouldn't be
3567.49/3601.19	WSVECS04 Frhs2[2244]: 6 -7 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[50]: 6 -4 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[69]: 6 -22 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[207]: 6 -33 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[318]: 6 -25 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[319]: 6 -30 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[332]: 6 -20 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[360]: 6 -17 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[368]: 6 -21 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[380]: 6 -3 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[392]: 6 -9 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[401]: 6 -24 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[456]: 6 -31 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[496]: 6 -35 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[517]: 6 -32 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[698]: 6 -70 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[747]: 6 -12 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[777]: 6 -40 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[779]: 6 -54 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[780]: 6 -43 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[787]: 6 -13 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[788]: 6 -33 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1128]: 6 -105 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1148]: 6 -105 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1213]: 6 -40 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1237]: 6 -8 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1238]: 6 -65 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1260]: 6 -72 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1282]: 6 -71 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1284]: 6 -65 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1286]: 6 -28 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1297]: 6 -55 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1304]: 6 -40 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1306]: 6 -64 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1315]: 6 -61 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1317]: 6 -107 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1629]: 6 -130 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1740]: 6 -112 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[1754]: 6 -104 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[2112]: 6 -115 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[2155]: 6 -118 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[2178]: 6 -170 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[2179]: 6 -99 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[2199]: 6 -101 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[2202]: 6 -110 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[2220]: 6 -139 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[3142]: 6 -79 0 shouldn't be
3570.97/3604.62	WSVECS04 Frhs2[3165]: 6 -124 0 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[290]: 6 -31 0 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[851]: 6 -32 0 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3143]: 6 -225 0 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3528]: 6 0 48 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3657]: 6 0 331 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3736]: 6 0 70 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3776]: 6 0 9 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3879]: 6 0 413 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3896]: 6 0 40 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3897]: 6 0 38 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3905]: 6 0 79 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3912]: 6 0 72 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3939]: 6 0 127 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3956]: 6 0 89 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3958]: 6 0 100 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3979]: 6 0 363 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4008]: 6 0 403 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4042]: 6 0 286 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4113]: 6 0 163 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4117]: 6 0 72 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4275]: 6 0 154 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4281]: 6 0 23 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4291]: 6 0 227 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
3582.13/3615.87	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
3594.50/3628.23	WSVECS04 Frhs2[3430]: 6 0 4 shouldn't be
3594.50/3628.23	WSVECS04 Frhs2[4286]: 6 0 147 shouldn't be
3600.08/3633.80	c Disabling crashed LP
3600.08/3633.80	c cpu time 3579.36 s
3600.08/3633.80	c deterministic time 43614032526 4.36e+10
3600.08/3633.80	c optimization time 5.32259 s
3600.08/3633.80	c total solve time 3573.6 s
3600.08/3633.80	c core-guided solve time 3036.26 s
3600.08/3633.80	c propagation time 980.162 s
3600.08/3633.80	c conflict analysis time 1453.23 s
3600.08/3633.80	c propagations 451064014
3600.08/3633.80	c resolve steps 29846424
3600.08/3633.80	c decisions 2000259
3600.08/3633.80	c conflicts 420000
3600.08/3633.80	c restarts 1019
3600.08/3633.80	c inprocessing phases 56
3600.08/3633.80	c garbage collections 56 ,( 100.00 )
3600.08/3633.80	c input clauses 100859 ,( 98.63 )
3600.08/3633.80	c input cardinalities 361 ,( 0.35 )
3600.08/3633.80	c input general constraints 1035 ,( 1.01 )
3600.08/3633.80	c input average constraint length 37.99
3600.08/3633.80	c input average constraint degree 1817.44
3600.08/3633.80	c learned clauses 297287 ,( 70.75 )
3600.08/3633.80	c learned cardinalities 28 ,( 0.01 )
3600.08/3633.80	c learned general constraints 122864 ,( 29.24 )
3600.08/3633.80	c learned average constraint length 1150.36
3600.08/3633.80	c learned average constraint degree 5050258042.66
3600.08/3633.80	c watched  CF 32, 64, 128, Arb: 41297 , 0 , 0 , 0
3600.08/3633.80	c counting CF 32, 64, 128, Arb: 82603 , 0 , 0 , 0
3600.08/3633.80	c watched   constraints 41297 ,( 33.33 ) 
3600.08/3633.80	c counting  constraints 82602 ,( 66.67 ) 
3600.08/3633.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 185363837 , 4662508 , 742692078 ,( 15905632 , 726786446 )
3600.08/3633.80	c gcd simplifications 138356
3600.08/3633.80	c detected cardinalities 15
3600.08/3633.80	c weakened non-implied lits 688108851
3600.08/3633.80	c weakened non-implying lits 7014280
3600.08/3633.80	c original variables 4356
3600.08/3633.80	c clausal propagations 107303151
3600.08/3633.80	c cardinality propagations 855123
3600.08/3633.80	c watched propagations 158448
3600.08/3633.80	c counting propagations 339510893
3600.08/3633.80	c watch lookups 16083022237
3600.08/3633.80	c watch backjump lookups 0
3600.08/3633.80	c watch checks 6868307759
3600.08/3633.80	c propagation checks 17201418268
3600.08/3633.80	c constraint additions 2553886007
3600.08/3633.80	c trail pops 453484133
3600.08/3633.80	c formula constraints 100680
3600.08/3633.80	c learned constraints 419901
3600.08/3633.80	c bound constraints 845
3600.08/3633.80	c core-guided constraints 730
3600.08/3633.80	c encountered formula constraints 27585287
3600.08/3633.80	c encountered learned constraints 1845883
3600.08/3633.80	c encountered bound constraints 22089
3600.08/3633.80	c encountered core-guided constraints 686899
3600.08/3633.80	c LP total time 1613.96 s
3600.08/3633.80	c LP solve time 1570.65 s
3600.08/3633.80	c LP constraints added 100688
3600.08/3633.80	c LP constraints removed 2
3600.08/3633.80	c LP pivots internal 430260
3600.08/3633.80	c LP pivots root 419588
3600.08/3633.80	c LP calls 199
3600.08/3633.80	c LP optimalities 55
3600.08/3633.80	c LP no pivot count 6
3600.08/3633.80	c LP infeasibilities 136
3600.08/3633.80	c LP valid Farkas constraints 135
3600.08/3633.80	c LP learned Farkas constraints 135
3600.08/3633.80	c LP basis resets 2
3600.08/3633.80	c LP cycling count 1
3600.08/3633.80	c LP singular count 0
3600.08/3633.80	c LP no primal count 0
3600.08/3633.80	c LP no farkas count 1
3600.08/3633.80	c LP other issue count 0
3600.08/3633.80	c LP Gomory cuts 8
3600.08/3633.80	c LP learned cuts 0
3600.08/3633.80	c LP deleted cuts 2
3600.08/3633.80	c LP encountered Gomory constraints 0
3600.08/3633.80	c LP encountered Farkas constraints 125811
3600.08/3633.80	c LP encountered learned Farkas constraints 320
3600.08/3633.80	c CG auxiliary variables introduced 305
3600.08/3633.80	c CG solutions found 656
3600.08/3633.80	c CG cores constructed 188
3600.08/3633.80	c CG core cardinality constraints returned 0
3600.08/3633.80	c CG unit cores 0
3600.08/3633.80	c CG single cores 166
3600.08/3633.80	c CG blocks removed during cardinality reduction 706
3600.08/3633.80	c CG first core best 0
3600.08/3633.80	c CG decision core best 7
3600.08/3633.80	c CG core reduction tie 15
3600.08/3633.80	c CG core degree average 1.00
3600.08/3633.80	c CG core slack average 2.95
3600.08/3633.80	c CG core upper bound improvements 0
3600.08/3633.80	c STR number of successful calls 0
3600.08/3633.80	c STR number of unsuccessful calls 0
3600.08/3633.80	c STR number of inconclusive calls 0
3600.08/3633.80	c STR number of successful attempts 0
3600.08/3633.80	c STR number of unsuccessful attempts 0
3600.08/3633.80	c STR number of inconclusive attempts 0
3600.08/3633.80	c STR average degree increase per successful call inf
3600.08/3633.80	c STR average degree increase per successful attempt inf
3600.08/3633.80	c STR total number of conflicts for successful attempts 0
3600.08/3633.80	c STR total number of conflicts for unsuccessful attempts 0
3600.08/3633.80	c STR total number of conflicts for inconclusive attempts 0
3600.08/3633.80	c STR average number of conflicts per successful attempt inf
3600.08/3633.80	c STR average number of conflicts per unsuccessful attempt inf
3600.08/3633.80	c STR average number of conflicts per inconclusive attempt inf
3600.08/3633.80	c AVG.sumWPerc 48.11 
3600.08/3633.80	c bigint constraints 0 
3600.08/3633.80	o -21104
3600.08/3633.80	s SATISFIABLE
3600.08/3633.80	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.08/3633.80	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 (33905 MiB free)
  memory of node 1: 64465 MiB (63059 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=60910, runsolver pid=60907

[startup+0.10006 s]*
/proc/loadavg: 3.12 3.10 3.16 4/267 60912
/proc/meminfo: memFree=99255896/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60912] ppid=60910 vsize=69064 memory=48092 CPUtime=0.08 cores=5,7
/proc/60912/stat : 60912 (pbsuma) R 60910 60910 59669 0 -1 4194304 9449 0 0 0 6 2 0 0 20 0 1 0 57527209 70721536 12093 18446744073709551615 4210688 4653049 140720998854992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 14934016 140720998856931 140720998857266 140720998857266 140720998862831 0
/proc/60912/statm: 17266 12023 1056 108 0 14674 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 73256 KiB
Current children cumulated memory: 51164 KiB

[startup+0.205715 s]*
/proc/loadavg: 3.12 3.10 3.16 4/267 60913
/proc/meminfo: memFree=99257580/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=61640 memory=17024 CPUtime=0.06 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 2108 0 0 0 5 1 0 0 20 0 1 0 57527222 63119360 4256 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 15410 4256 2016 1147 0 2837 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 65832 KiB
Current children cumulated memory: 20096 KiB

[startup+0.305505 s]*
/proc/loadavg: 3.12 3.10 3.16 4/267 60913
/proc/meminfo: memFree=99257580/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=70620 memory=25472 CPUtime=0.16 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 4214 0 0 0 13 3 0 0 20 0 1 0 57527222 72314880 6368 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 17655 6368 2016 1147 0 5082 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 74812 KiB
Current children cumulated memory: 28544 KiB

[startup+0.700194 s]
/proc/loadavg: 3.12 3.10 3.16 4/267 60913
/proc/meminfo: memFree=99246276/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=167792 memory=111612 CPUtime=0.54 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 15499 0 0 0 43 11 0 0 20 0 1 0 57527222 171819008 27903 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 41948 27903 2240 1147 0 29375 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 171984 KiB
Current children cumulated memory: 114684 KiB

[startup+1.50012 s]
/proc/loadavg: 3.12 3.10 3.16 4/267 60913
/proc/meminfo: memFree=99181248/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=169112 memory=113148 CPUtime=1.34 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 15836 0 0 0 123 11 0 0 20 0 1 0 57527222 173170688 28287 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 42278 28287 2304 1147 0 29705 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 173304 KiB
Current children cumulated memory: 116220 KiB

[startup+3.10529 s]
/proc/loadavg: 3.12 3.10 3.16 4/267 60913
/proc/meminfo: memFree=99157056/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=169112 memory=113148 CPUtime=2.95 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 15836 0 0 0 284 11 0 0 20 0 1 0 57527222 173170688 28287 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 42278 28287 2304 1147 0 29705 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 173304 KiB
Current children cumulated memory: 116220 KiB

[startup+6.30013 s]
/proc/loadavg: 3.11 3.10 3.16 4/267 60913
/proc/meminfo: memFree=99104644/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=209800 memory=154200 CPUtime=6.13 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 22043 0 0 0 599 14 0 0 20 0 1 0 57527222 214835200 38550 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 52450 38550 2368 1147 0 39877 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 213992 KiB
Current children cumulated memory: 157272 KiB

[startup+12.7001 s]
/proc/loadavg: 3.10 3.10 3.16 4/268 60914
/proc/meminfo: memFree=99071908/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=217056 memory=158648 CPUtime=12.51 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 22636 0 0 0 1233 18 0 0 20 0 1 0 57527222 222265344 39662 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 54264 39662 2368 1147 0 41691 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 221248 KiB
Current children cumulated memory: 161720 KiB

[startup+25.5002 s]
/proc/loadavg: 3.08 3.10 3.16 4/268 60915
/proc/meminfo: memFree=98966852/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=218440 memory=161976 CPUtime=25.29 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 23478 0 0 0 2506 23 0 0 20 0 1 0 57527222 223682560 40494 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 54610 40494 2368 1147 0 42037 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 222632 KiB
Current children cumulated memory: 165048 KiB

[startup+51.1055 s]
/proc/loadavg: 3.13 3.10 3.16 4/268 60915
/proc/meminfo: memFree=98782616/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=218440 memory=161976 CPUtime=50.82 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 23478 0 0 0 5052 30 0 0 20 0 1 0 57527222 223682560 40494 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 54610 40494 2368 1147 0 42037 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 222632 KiB
Current children cumulated memory: 165048 KiB

[startup+102.3 s]
/proc/loadavg: 3.12 3.10 3.15 4/267 60917
/proc/meminfo: memFree=98022896/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=286664 memory=221044 CPUtime=101.9 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 36143 0 0 0 10130 60 0 0 20 0 1 0 57527222 293543936 55261 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 71666 55261 2432 1147 0 59093 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 290856 KiB
Current children cumulated memory: 224116 KiB

[startup+162.3 s]
/proc/loadavg: 3.10 3.09 3.15 4/266 60920
/proc/meminfo: memFree=96383020/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=370012 memory=289240 CPUtime=161.44 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 49628 0 0 0 16034 110 0 0 20 0 1 0 57527222 378892288 72310 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 92503 72310 2432 1147 0 79930 0
Current children cumulated CPU time: 161.55 s
Current children cumulated vsize: 374204 KiB
Current children cumulated memory: 292312 KiB

[startup+222.3 s]
/proc/loadavg: 3.11 3.09 3.14 4/267 60925
/proc/meminfo: memFree=94487400/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=486556 memory=402744 CPUtime=220.6 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 70455 0 0 0 21879 181 0 0 20 0 1 0 57527222 498233344 100686 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 121639 100686 2432 1147 0 109066 0

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

/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3019.71 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.10 2.21 3/262 61160
/proc/meminfo: memFree=105562720/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3079.44 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143073 0 0 0 306109 1835 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3079.55 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3162.3 s]
/proc/loadavg: 2.11 2.09 2.20 3/259 61162
/proc/meminfo: memFree=105023896/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3139.03 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143075 0 0 0 312034 1869 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3139.14 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3222.3 s]
/proc/loadavg: 2.09 2.09 2.19 3/259 61175
/proc/meminfo: memFree=104655420/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3198.88 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143083 0 0 0 317992 1896 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3198.99 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3282.3 s]
/proc/loadavg: 2.26 2.13 2.19 3/258 61179
/proc/meminfo: memFree=104173340/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3258.51 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143084 0 0 0 323928 1923 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3258.62 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3342.3 s]
/proc/loadavg: 2.44 2.20 2.21 3/256 61181
/proc/meminfo: memFree=104096816/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3318.35 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143160 0 0 0 329903 1932 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3318.46 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3402.3 s]
/proc/loadavg: 2.20 2.18 2.20 3/256 61183
/proc/meminfo: memFree=104035320/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3378.17 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143283 0 0 0 335876 1941 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3378.28 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.16 2.19 3/255 61185
/proc/meminfo: memFree=103532832/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3438.01 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143430 0 0 0 341827 1974 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3438.12 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.14 2.18 3/257 61189
/proc/meminfo: memFree=103041484/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3497.51 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143442 0 0 0 347740 2011 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3497.62 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB

[startup+3582.3 s]
/proc/loadavg: 2.14 2.14 2.18 3/257 61191
/proc/meminfo: memFree=102601360/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1026108 memory=951116 CPUtime=3548.62 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 143496 0 0 0 352820 2042 0 0 20 0 1 0 57527222 1050734592 237779 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 256527 237779 2560 1147 0 243954 0
Current children cumulated CPU time: 3548.73 s
Current children cumulated vsize: 1030300 KiB
Current children cumulated memory: 954188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.8 s]
/proc/loadavg: 2.13 2.14 2.17 3/257 61192
/proc/meminfo: memFree=102529752/131249996 swapFree=33005272/33010684
[pid=60910] ppid=60907 vsize=4192 memory=3072 CPUtime=0.11 cores=5,7
/proc/60910/stat : 60910 (run-opt-ls-log.) S 60907 60910 59669 0 -1 4194304 240 12555 0 0 0 0 8 3 20 0 1 0 57527208 4292608 768 18446744073709551615 94090309488640 94090310383173 140728386742928 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94090310622224 94090310669968 94090327130112 140728386746651 140728386746849 140728386746849 140728386752451 0
/proc/60910/statm: 1048 768 704 219 0 110 0
[pid=60913] ppid=60910 vsize=1040852 memory=961996 CPUtime=3599.97 cores=5,7
/proc/60913/stat : 60913 (roundingsat) R 60910 60910 59669 0 -1 4194304 146291 0 0 0 357936 2061 0 0 20 0 1 0 57527222 1065832448 240499 18446744073709551615 4227072 8923433 140732205213904 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17514496 140732205222134 140732205222440 140732205222440 140732205228010 0
/proc/60913/statm: 260213 240499 2560 1147 0 247640 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1045044 KiB
Current children cumulated memory: 965068 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3579.47 s, system=20.6475 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

Child status: 2

Real time (s): 3633.82
CPU time (s): 3600.12
CPU user time (s): 3579.47
CPU system time (s): 20.6475
CPU usage (%): 99.0725
Max. virtual memory (cumulated for all children) (KiB): 1045044
Max. memory (cumulated for all children) (KiB): 965068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.47
system time used= 20.6475
maximum resident set size= 962124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159104
page faults= 0
swaps= 0
block input operations= 0
block output operations= 46360680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 310
involuntary context switches= 20973


# summary of solver processes directly reported to runsolver:
#   pid: 60910,60913
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3579.47
#   total CPU system time (s): 20.6475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55638 second user time and 15.1468 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-02 03:08:13
IDJOB=4502511
IDBENCH=155347
IDSOLVER=3356
FILE ID=nodeC023/4502511-1751418493
RUNJOBID= nodeC023-1751412424-60138
SLURM_JOB_ID= 9598321
Free space on /tmp= 432056 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-opm2-z9-s14.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502511-1751418493/watcher-4502511-1751418493 -o /tmp/evaluation-result-4502511-1751418493/solver-4502511-1751418493 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751412424-60138 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4502511-1751418493.opb PROOFDIR/proof-4502511-1751418493

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

MD5SUM BENCH= 72ec871846abb3454e8801b7da208130
RANDOM SEED=1871179273

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        99292348 kB
MemAvailable:   125909840 kB
Buffers:            1328 kB
Cached:         27386820 kB
SwapCached:          372 kB
Active:          4034288 kB
Inactive:       27217856 kB
Active(anon):    3822880 kB
Inactive(anon):    54564 kB
Active(file):     211408 kB
Inactive(file): 27163292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1361008 kB
Writeback:          2840 kB
AnonPages:       3865584 kB
Mapped:           110100 kB
Shmem:             13436 kB
KReclaimable:     164060 kB
Slab:             295880 kB
SReclaimable:     164060 kB
SUnreclaim:       131820 kB
KernelStack:        4320 kB
PageTables:        10788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4568512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3616768 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432072 MiB
End job on nodeC023 at 2025-07-02 04:08:47