Trace number 4532004

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3SAT (TO)-21089 3600.51 3609.37

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.03	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.03	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.03	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.03	c │      (c) 2025 Markus Anders                                    │
0.00/0.03	c └────────────────────────────────────────────────────────────────┘
0.00/0.03	c parse 'HOME/instance-4532004-1752683093.opb'
0.07/0.16	c 	read 2.90MB  (129.98ms)
0.07/0.16	c	 [cnf: #variables 4356 #clauses 100681 #duplicates 0 #arr 240493]
0.07/0.16	c output proof to '/tmp/proof-4532004-1752683093'
0.07/0.16	c 
0.07/0.16	c make graph and approximate orbits
0.18/0.28	c	 [group: #orbits ~= 0] (124.06ms)
0.18/0.28	c 
0.18/0.28	c detect special group actions
0.18/0.28	c 	probe for Johnson action (limit=64)
0.18/0.28	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.18/0.29	c 	probe for row symmetry (limit=64, splits=16.78M)
0.18/0.29	c 	 (13.19ms)
0.18/0.29	c 
0.18/0.29	c detect symmetries on remainder
0.18/0.29	c 	[graph: #vertices 156222 #edges 583356]
0.18/0.30	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.18/0.32	c 	 [group: #symmetries 1.00*10^0 #generators 0] (25.88ms)
0.18/0.32	c 
0.18/0.32	c finalize break order and special generators
0.18/0.32	c 
0.18/0.32	c generation finished
0.18/0.32	c 	[sbp: #constraints 0 #add_vars 0]
0.18/0.32	c 
0.18/0.32	c write result to 'HOME/instance-4532004-1752683093.opb.pre'
0.27/0.34	c 	wrote 3.00MB (18.79ms)
0.27/0.34	c ------------------------------------------------------------------
0.27/0.34	c                 129.98ms 41.39% parse
0.27/0.34	c                 124.06ms 39.51% approx_orbits
0.27/0.34	c                  25.88ms  8.24% detect_generic
0.27/0.34	c                  18.79ms  5.98% output
0.27/0.34	c                  13.19ms  4.20% detect_special
0.27/0.34	c                   1.62ms  0.52% other
0.27/0.34	c                   0.49ms  0.16% finalize_order
0.27/0.34	c         ───────────────────────────────────────────────
0.27/0.34	c                 314.02ms   100% total
0.27/0.34	c ------------------------------------------------------------------
0.27/0.38	c RoundingSat 2
0.27/0.38	c branch pb25
0.27/0.38	c commit 0f876b3
1.52/1.62	c #variables 4356 #constraints 100680
1.52/1.62	c objective is ce32 
6.31/6.43	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
6.31/6.43	c initial counting CF 32, 64, 128, Arb: 9 , 0 , 0 , 0
6.31/6.43	c bounds -9027 >= -300660 @ 5.82537
7.11/7.26	c bounds -9047 >= -300660 @ 6.62941
7.11/7.27	c bounds -9047 >= -300233 @ 6.63513
8.31/8.45	c bounds -9055 >= -300233 @ 7.80567
8.31/8.48	c bounds -9055 >= -299808 @ 7.83077
13.29/13.43	c bounds -9101 >= -299808 @ 12.7486
13.29/13.46	c bounds -9101 >= -299485 @ 12.7783
32.64/32.80	c bounds -9113 >= -299485 @ 32.0019
32.64/32.81	c bounds -9113 >= -299063 @ 32.015
32.64/32.84	c bounds -9113 >= -298646 @ 32.0403
78.48/78.89	c rational objective -31514.6
82.08/82.41	c bounds -9194 >= -298646 @ 81.3074
82.08/82.44	c bounds -9194 >= -298326 @ 81.3387
82.08/82.44	c bounds -9217 >= -298326 @ 81.3424
82.08/82.46	c bounds -9217 >= -297934 @ 81.362
82.08/82.46	c bounds -9249 >= -297934 @ 81.3636
82.18/82.50	c bounds -9249 >= -297615 @ 81.3963
82.18/82.50	c bounds -9260 >= -297615 @ 81.3989
82.18/82.52	c bounds -9260 >= -297260 @ 81.4203
82.18/82.53	c bounds -9289 >= -297260 @ 81.4238
82.18/82.54	c bounds -9289 >= -296911 @ 81.4382
82.18/82.54	c bounds -9310 >= -296911 @ 81.4417
82.18/82.55	c bounds -9338 >= -296911 @ 81.4449
82.18/82.57	c bounds -9338 >= -296570 @ 81.4641
82.18/82.57	c bounds -9373 >= -296570 @ 81.4665
82.18/82.58	c bounds -9373 >= -296252 @ 81.4771
82.18/82.58	c bounds -9486 >= -296252 @ 81.4804
82.28/82.61	c bounds -9486 >= -295933 @ 81.5028
82.28/82.64	c bounds -9486 >= -295614 @ 81.5332
82.28/82.64	c bounds -9503 >= -295614 @ 81.5358
82.28/82.67	c bounds -9503 >= -295295 @ 81.5652
82.28/82.67	c bounds -9521 >= -295295 @ 81.5671
82.28/82.68	c bounds -9521 >= -294978 @ 81.5701
82.28/82.68	c bounds -9522 >= -294978 @ 81.5725
82.28/82.68	c bounds -9522 >= -294661 @ 81.5758
82.28/82.69	c bounds -9568 >= -294661 @ 81.578
82.38/82.72	c bounds -9568 >= -294345 @ 81.6139
82.38/82.73	c bounds -9584 >= -294345 @ 81.6175
82.38/82.75	c bounds -9584 >= -294029 @ 81.6386
82.38/82.75	c bounds -9695 >= -294029 @ 81.6423
82.38/82.79	c bounds -9695 >= -293713 @ 81.6766
82.38/82.79	c bounds -9741 >= -293713 @ 81.6794
82.38/82.79	c bounds -9805 >= -293713 @ 81.6824
82.48/82.82	c bounds -9805 >= -293397 @ 81.7086
82.48/82.82	c bounds -9819 >= -293397 @ 81.7124
82.48/82.83	c bounds -9835 >= -293397 @ 81.7169
82.69/83.10	c bounds -9835 >= -293081 @ 81.9836
82.69/83.10	c bounds -9891 >= -293081 @ 81.9865
82.69/83.11	c bounds -9979 >= -293081 @ 81.9894
82.79/83.11	c bounds -10018 >= -293081 @ 81.9928
82.79/83.11	c bounds -10049 >= -293081 @ 81.9958
82.79/83.12	c bounds -10074 >= -293081 @ 81.9976
82.79/83.12	c bounds -10141 >= -293081 @ 82.0021
82.79/83.12	c bounds -10143 >= -293081 @ 82.0039
82.79/83.13	c bounds -10162 >= -293081 @ 82.0079
82.79/83.13	c bounds -10179 >= -293081 @ 82.0108
82.87/83.22	c bounds -10179 >= -292765 @ 82.0991
82.87/83.22	c bounds -10187 >= -292765 @ 82.1021
82.87/83.23	c bounds -10205 >= -292765 @ 82.11
83.38/83.70	c bounds -10205 >= -292449 @ 82.5736
83.38/83.70	c bounds -10230 >= -292449 @ 82.5769
83.38/83.70	c bounds -10286 >= -292449 @ 82.5792
83.38/83.71	c bounds -10299 >= -292449 @ 82.5813
83.38/83.71	c bounds -10306 >= -292449 @ 82.5845
83.38/83.72	c bounds -10368 >= -292449 @ 82.597
83.38/83.73	c bounds -10409 >= -292449 @ 82.6003
83.38/83.73	c bounds -10454 >= -292449 @ 82.6025
83.38/83.73	c bounds -10503 >= -292449 @ 82.6046
83.38/83.74	c bounds -10534 >= -292449 @ 82.6078
83.38/83.74	c bounds -10574 >= -292449 @ 82.61
83.38/83.74	c bounds -10667 >= -292449 @ 82.6131
83.38/83.75	c bounds -10684 >= -292449 @ 82.6153
83.38/83.75	c bounds -10693 >= -292449 @ 82.6225
83.38/83.76	c bounds -10718 >= -292449 @ 82.6247
84.28/84.60	c bounds -10718 >= -292133 @ 83.467
84.28/84.61	c bounds -10793 >= -292133 @ 83.4715
84.28/84.61	c bounds -10826 >= -292133 @ 83.474
84.28/84.62	c bounds -10907 >= -292133 @ 83.4754
84.28/84.62	c bounds -10941 >= -292133 @ 83.478
84.28/84.62	c bounds -10945 >= -292133 @ 83.4815
84.28/84.63	c bounds -10974 >= -292133 @ 83.4881
84.28/84.63	c bounds -11043 >= -292133 @ 83.4918
84.28/84.64	c bounds -11048 >= -292133 @ 83.4942
84.28/84.64	c bounds -11182 >= -292133 @ 83.4985
84.28/84.65	c bounds -11190 >= -292133 @ 83.502
84.28/84.65	c bounds -11263 >= -292133 @ 83.5046
84.28/84.65	c bounds -11319 >= -292133 @ 83.508
84.28/84.66	c bounds -11377 >= -292133 @ 83.5131
84.28/84.66	c bounds -11382 >= -292133 @ 83.5157
84.28/84.67	c bounds -11422 >= -292133 @ 83.5204
84.28/84.67	c bounds -11470 >= -292133 @ 83.5258
84.28/84.68	c bounds -11475 >= -292133 @ 83.5295
84.28/84.68	c bounds -11515 >= -292133 @ 83.5345
84.28/84.69	c bounds -11565 >= -292133 @ 83.5382
84.28/84.69	c bounds -11623 >= -292133 @ 83.5433
84.37/84.70	c bounds -11638 >= -292133 @ 83.5469
84.37/84.70	c bounds -11640 >= -292133 @ 83.5504
86.57/86.92	c bounds -11640 >= -291817 @ 85.7553
86.57/86.93	c bounds -11689 >= -291817 @ 85.7599
86.57/86.93	c bounds -11696 >= -291817 @ 85.7651
86.57/86.94	c bounds -11704 >= -291817 @ 85.7688
86.57/86.94	c bounds -11767 >= -291817 @ 85.7742
86.57/86.95	c bounds -11786 >= -291817 @ 85.7778
86.57/86.95	c bounds -11821 >= -291817 @ 85.7804
86.57/86.95	c bounds -11884 >= -291817 @ 85.7852
86.57/86.96	c bounds -11984 >= -291817 @ 85.7879
86.57/86.96	c bounds -12012 >= -291817 @ 85.7923
86.57/86.97	c bounds -12054 >= -291817 @ 85.7957
86.57/86.97	c bounds -12095 >= -291817 @ 85.7984
86.57/86.98	c bounds -12137 >= -291817 @ 85.802
86.57/86.98	c bounds -12252 >= -291817 @ 85.8051
86.57/86.98	c bounds -12258 >= -291817 @ 85.8088
86.57/86.99	c bounds -12261 >= -291817 @ 85.8133
86.57/87.00	c bounds -12319 >= -291817 @ 85.8169
86.57/87.00	c bounds -12344 >= -291817 @ 85.8223
86.57/87.00	c bounds -12358 >= -291817 @ 85.8262
86.68/87.01	c bounds -12403 >= -291817 @ 85.8318
86.68/87.02	c bounds -12404 >= -291817 @ 85.838
86.68/87.02	c bounds -12405 >= -291817 @ 85.841
86.68/87.03	c bounds -12452 >= -291817 @ 85.8487
86.68/87.04	c bounds -12458 >= -291817 @ 85.8548
86.68/87.04	c bounds -12516 >= -291817 @ 85.8589
86.68/87.04	c bounds -12561 >= -291817 @ 85.8618
86.68/87.05	c bounds -12628 >= -291817 @ 85.866
86.68/87.05	c bounds -12675 >= -291817 @ 85.8692
86.68/87.06	c bounds -12698 >= -291817 @ 85.8719
86.68/87.06	c bounds -12741 >= -291817 @ 85.8748
86.68/87.07	c bounds -12743 >= -291817 @ 85.8787
86.68/87.07	c bounds -12761 >= -291817 @ 85.8816
86.68/87.07	c bounds -12793 >= -291817 @ 85.8855
86.68/87.08	c bounds -12864 >= -291817 @ 85.8895
86.68/87.08	c bounds -12889 >= -291817 @ 85.8934
86.68/87.09	c bounds -12992 >= -291817 @ 85.8977
86.68/87.09	c bounds -13049 >= -291817 @ 85.9017
86.68/87.09	c bounds -13116 >= -291817 @ 85.9056
86.68/87.10	c bounds -13208 >= -291817 @ 85.91
86.68/87.11	c bounds -13304 >= -291817 @ 85.9154
86.78/87.11	c bounds -13306 >= -291817 @ 85.9196
89.67/90.06	c bounds -13306 >= -291501 @ 88.8516
89.67/90.07	c bounds -13377 >= -291501 @ 88.8559
89.67/90.07	c bounds -13435 >= -291501 @ 88.8603
89.67/90.08	c bounds -13472 >= -291501 @ 88.8637
89.67/90.08	c bounds -13516 >= -291501 @ 88.8691
89.67/90.09	c bounds -13521 >= -291501 @ 88.8735
89.67/90.09	c bounds -13532 >= -291501 @ 88.8778
89.67/90.10	c bounds -13549 >= -291501 @ 88.8825
89.67/90.10	c bounds -13576 >= -291501 @ 88.8873
89.67/90.11	c bounds -13641 >= -291501 @ 88.8917
89.77/90.11	c bounds -13644 >= -291501 @ 88.8961
89.77/90.12	c bounds -13694 >= -291501 @ 88.9026
89.77/90.13	c bounds -13718 >= -291501 @ 88.9086
89.77/90.13	c bounds -13759 >= -291501 @ 88.9143
89.77/90.14	c bounds -13761 >= -291501 @ 88.9177
89.77/90.14	c bounds -13816 >= -291501 @ 88.9239
89.77/90.15	c bounds -13873 >= -291501 @ 88.9276
89.77/90.15	c bounds -13955 >= -291501 @ 88.9354
89.77/90.16	c bounds -14015 >= -291501 @ 88.9402
89.77/90.17	c bounds -14018 >= -291501 @ 88.9461
89.77/90.17	c bounds -14037 >= -291501 @ 88.9498
89.77/90.18	c bounds -14093 >= -291501 @ 88.9572
89.77/90.18	c bounds -14114 >= -291501 @ 88.9599
89.77/90.19	c bounds -14120 >= -291501 @ 88.9643
89.77/90.20	c bounds -14190 >= -291501 @ 88.9719
89.86/90.21	c bounds -14219 >= -291501 @ 88.9832
89.86/90.21	c bounds -14228 >= -291501 @ 88.9895
89.86/90.22	c bounds -14270 >= -291501 @ 88.9951
89.86/90.23	c bounds -14323 >= -291501 @ 89.0008
89.86/90.23	c bounds -14328 >= -291501 @ 89.0073
89.86/90.29	c bounds -14383 >= -291501 @ 89.0648
89.95/90.31	c bounds -14384 >= -291501 @ 89.0809
89.95/90.32	c bounds -14482 >= -291501 @ 89.0908
89.95/90.36	c bounds -14484 >= -291501 @ 89.1336
89.95/90.37	c bounds -14546 >= -291501 @ 89.1394
89.95/90.38	c bounds -14570 >= -291501 @ 89.1463
89.95/90.38	c bounds -14610 >= -291501 @ 89.151
125.95/126.45	c #Conflicts:       1000 | #Constraints:     101936
125.95/126.45	c #Conflicts:       2000 | #Constraints:     102936
125.95/126.45	c INPROCESSING
125.95/126.45	c GARBAGE COLLECT
125.95/126.45	c bounds -14633 >= -291501 @ 124.991
125.95/126.46	c bounds -14643 >= -291501 @ 124.994
125.95/126.48	c bounds -14651 >= -291501 @ 125.015
125.95/126.49	c bounds -14698 >= -291501 @ 125.021
125.95/126.49	c bounds -14756 >= -291501 @ 125.024
125.95/126.49	c bounds -14760 >= -291501 @ 125.027
126.06/126.50	c bounds -14794 >= -291501 @ 125.033
126.06/126.50	c bounds -14817 >= -291501 @ 125.036
126.06/126.50	c bounds -14819 >= -291501 @ 125.039
126.06/126.51	c bounds -14830 >= -291501 @ 125.042
126.06/126.51	c bounds -14845 >= -291501 @ 125.045
126.06/126.51	c bounds -14886 >= -291501 @ 125.048
126.06/126.52	c bounds -14915 >= -291501 @ 125.052
126.06/126.52	c bounds -14922 >= -291501 @ 125.055
126.06/126.53	c bounds -14948 >= -291501 @ 125.064
126.06/126.53	c bounds -14950 >= -291501 @ 125.067
126.06/126.54	c bounds -14967 >= -291501 @ 125.071
126.06/126.54	c bounds -14981 >= -291501 @ 125.074
126.06/126.54	c bounds -15006 >= -291501 @ 125.079
126.06/126.55	c bounds -15031 >= -291501 @ 125.082
126.06/126.55	c bounds -15052 >= -291501 @ 125.089
126.06/126.56	c bounds -15067 >= -291501 @ 125.097
126.16/126.65	c bounds -15071 >= -291501 @ 125.189
126.26/126.73	c bounds -15110 >= -291501 @ 125.263
126.26/126.76	c bounds -15231 >= -291501 @ 125.287
126.26/126.77	c bounds -15254 >= -291501 @ 125.294
126.26/126.77	c bounds -15266 >= -291501 @ 125.302
126.26/126.78	c bounds -15362 >= -291501 @ 125.313
126.26/126.79	c bounds -15378 >= -291501 @ 125.323
126.35/126.80	c bounds -15409 >= -291501 @ 125.333
126.35/126.89	c bounds -15521 >= -291501 @ 125.414
126.35/126.90	c bounds -15523 >= -291501 @ 125.42
126.46/126.90	c bounds -15524 >= -291501 @ 125.427
126.46/126.93	c bounds -15525 >= -291501 @ 125.451
126.46/126.95	c bounds -15526 >= -291501 @ 125.472
126.46/126.98	c bounds -15544 >= -291501 @ 125.502
126.57/127.02	c bounds -15585 >= -291501 @ 125.536
126.57/127.03	c bounds -15587 >= -291501 @ 125.545
126.57/127.03	c bounds -15592 >= -291501 @ 125.552
126.66/127.13	c bounds -15593 >= -291501 @ 125.646
126.66/127.14	c bounds -15594 >= -291501 @ 125.655
126.66/127.15	c bounds -15618 >= -291501 @ 125.666
126.66/127.16	c bounds -15620 >= -291501 @ 125.675
126.66/127.17	c bounds -15656 >= -291501 @ 125.688
126.76/127.21	c bounds -15765 >= -291501 @ 125.725
126.76/127.22	c bounds -15767 >= -291501 @ 125.734
126.76/127.23	c bounds -15768 >= -291501 @ 125.746
126.76/127.26	c bounds -15833 >= -291501 @ 125.772
127.06/127.54	c bounds -15848 >= -291501 @ 126.045
127.06/127.56	c bounds -15898 >= -291501 @ 126.065
127.06/127.58	c bounds -15901 >= -291501 @ 126.082
127.16/127.60	c bounds -15901 >= -291187 @ 126.103
127.25/127.75	c bounds -15901 >= -290873 @ 126.245
127.25/127.78	c bounds -15936 >= -290873 @ 126.275
133.23/133.73	c #Conflicts:       3000 | #Constraints:     102829
133.23/133.73	c bounds -15936 >= -290559 @ 132.177
133.23/133.77	c bounds -15992 >= -290559 @ 132.214
133.34/133.83	c bounds -16006 >= -290559 @ 132.276
133.34/133.85	c bounds -16033 >= -290559 @ 132.29
133.44/133.91	c bounds -16061 >= -290559 @ 132.349
133.44/133.92	c bounds -16072 >= -290559 @ 132.36
133.44/133.97	c bounds -16117 >= -290559 @ 132.411
133.44/133.98	c bounds -16119 >= -290559 @ 132.421
133.65/134.11	c bounds -16120 >= -290559 @ 132.549
133.65/134.16	c bounds -16142 >= -290559 @ 132.593
133.65/134.17	c bounds -16144 >= -290559 @ 132.605
133.65/134.19	c bounds -16146 >= -290559 @ 132.616
133.73/134.20	c bounds -16150 >= -290559 @ 132.627
133.73/134.23	c bounds -16159 >= -290559 @ 132.656
133.73/134.28	c bounds -16196 >= -290559 @ 132.707
133.73/134.29	c bounds -16198 >= -290559 @ 132.719
133.83/134.30	c bounds -16207 >= -290559 @ 132.731
133.83/134.35	c bounds -16208 >= -290559 @ 132.78
133.83/134.38	c bounds -16214 >= -290559 @ 132.803
133.94/134.44	c bounds -16250 >= -290559 @ 132.867
133.94/134.46	c bounds -16252 >= -290559 @ 132.878
134.03/134.56	c bounds -16261 >= -290559 @ 132.982
134.13/134.60	c bounds -16276 >= -290559 @ 133.015
134.13/134.66	c bounds -16283 >= -290559 @ 133.076
134.33/134.80	c bounds -16302 >= -290559 @ 133.213
134.33/134.81	c bounds -16303 >= -290559 @ 133.226
134.33/134.82	c bounds -16305 >= -290559 @ 133.238
134.33/134.84	c bounds -16306 >= -290559 @ 133.252
134.33/134.86	c bounds -16308 >= -290559 @ 133.269
134.33/134.87	c bounds -16310 >= -290559 @ 133.283
134.33/134.89	c bounds -16332 >= -290559 @ 133.3
134.43/134.90	c bounds -16333 >= -290559 @ 133.311
134.43/134.97	c bounds -16377 >= -290559 @ 133.377
134.54/135.03	c bounds -16390 >= -290559 @ 133.44
134.54/135.05	c bounds -16391 >= -290559 @ 133.46
134.54/135.08	c bounds -16489 >= -290559 @ 133.482
134.54/135.10	c bounds -16513 >= -290559 @ 133.506
134.64/135.15	c bounds -16524 >= -290559 @ 133.554
134.64/135.18	c bounds -16526 >= -290559 @ 133.58
134.73/135.20	c bounds -16573 >= -290559 @ 133.599
134.73/135.22	c bounds -16587 >= -290559 @ 133.624
134.83/135.32	c bounds -16618 >= -290559 @ 133.714
134.83/135.33	c bounds -16620 >= -290559 @ 133.729
135.03/135.55	c bounds -16639 >= -290559 @ 133.942
138.42/139.00	c #Conflicts:       4000 | #Constraints:     103878
138.42/139.00	c INPROCESSING
138.42/139.00	c GARBAGE COLLECT
138.42/139.00	c bounds -16657 >= -290559 @ 137.36
138.53/139.02	c bounds -16703 >= -290559 @ 137.381
138.53/139.03	c bounds -16715 >= -290559 @ 137.384
138.53/139.03	c bounds -16729 >= -290559 @ 137.386
138.53/139.03	c bounds -16814 >= -290559 @ 137.391
138.53/139.04	c bounds -16842 >= -290559 @ 137.398
138.53/139.05	c bounds -16877 >= -290559 @ 137.403
138.82/139.33	c bounds -16886 >= -290559 @ 137.68
138.82/139.33	c bounds -16891 >= -290559 @ 137.684
138.82/139.34	c bounds -16894 >= -290559 @ 137.688
138.82/139.35	c bounds -16920 >= -290559 @ 137.698
138.82/139.38	c bounds -16923 >= -290559 @ 137.732
138.82/139.39	c bounds -16953 >= -290559 @ 137.741
138.91/139.40	c bounds -16964 >= -290559 @ 137.751
138.91/139.41	c bounds -16967 >= -290559 @ 137.756
138.91/139.41	c bounds -16969 >= -290559 @ 137.76
138.91/139.41	c bounds -16972 >= -290559 @ 137.764
138.91/139.42	c bounds -16973 >= -290559 @ 137.772
138.91/139.46	c bounds -17065 >= -290559 @ 137.805
138.91/139.47	c bounds -17104 >= -290559 @ 137.819
138.91/139.48	c bounds -17107 >= -290559 @ 137.823
138.91/139.49	c bounds -17151 >= -290559 @ 137.839
139.02/139.51	c bounds -17178 >= -290559 @ 137.853
139.12/139.62	c bounds -17189 >= -290559 @ 137.963
139.12/139.65	c bounds -17195 >= -290559 @ 137.991
139.12/139.65	c bounds -17198 >= -290559 @ 137.996
139.12/139.66	c bounds -17200 >= -290559 @ 138.001
139.12/139.69	c bounds -17203 >= -290559 @ 138.029
139.12/139.69	c bounds -17204 >= -290559 @ 138.035
139.22/139.70	c bounds -17206 >= -290559 @ 138.046
139.22/139.72	c bounds -17210 >= -290559 @ 138.057
139.22/139.76	c bounds -17242 >= -290559 @ 138.101
139.22/139.78	c bounds -17253 >= -290559 @ 138.123
139.32/139.80	c bounds -17259 >= -290559 @ 138.14
139.53/140.02	c bounds -17309 >= -290559 @ 138.353
139.53/140.04	c bounds -17311 >= -290559 @ 138.372
139.53/140.08	c bounds -17315 >= -290559 @ 138.409
139.53/140.10	c bounds -17320 >= -290559 @ 138.43
139.53/140.11	c bounds -17323 >= -290559 @ 138.44
139.63/140.13	c bounds -17340 >= -290559 @ 138.46
139.63/140.14	c bounds -17378 >= -290559 @ 138.472
139.82/140.32	c bounds -17380 >= -290559 @ 138.643
139.82/140.39	c bounds -17395 >= -290559 @ 138.717
139.92/140.40	c bounds -17397 >= -290559 @ 138.727
139.92/140.41	c bounds -17398 >= -290559 @ 138.736
140.31/140.90	c bounds -17399 >= -290559 @ 139.211
140.42/140.92	c bounds -17399 >= -290247 @ 139.234
140.42/140.94	c bounds -17399 >= -289936 @ 139.26
140.42/140.97	c bounds -17399 >= -289625 @ 139.283
140.42/141.00	c bounds -17399 >= -289314 @ 139.318
140.63/141.15	c bounds -17399 >= -289003 @ 139.467
140.82/141.38	c bounds -17399 >= -288692 @ 139.69
141.02/141.53	c bounds -17399 >= -288381 @ 139.842
146.90/147.40	c #Conflicts:       5000 | #Constraints:     103255
146.90/147.40	c bounds -17399 >= -288070 @ 145.682
146.90/147.44	c bounds -17402 >= -288070 @ 145.719
147.00/147.50	c bounds -17410 >= -288070 @ 145.783
147.00/147.55	c bounds -17450 >= -288070 @ 145.824
147.20/147.72	c bounds -17453 >= -288070 @ 145.991
147.20/147.74	c bounds -17455 >= -288070 @ 146.012
147.30/147.81	c bounds -17456 >= -288070 @ 146.084
147.30/147.83	c bounds -17458 >= -288070 @ 146.098
147.30/147.86	c bounds -17459 >= -288070 @ 146.131
147.30/147.88	c bounds -17493 >= -288070 @ 146.148
147.40/147.92	c bounds -17513 >= -288070 @ 146.188
147.51/148.08	c bounds -17518 >= -288070 @ 146.344
147.61/148.19	c bounds -17532 >= -288070 @ 146.453
147.90/148.44	c bounds -17541 >= -288070 @ 146.692
147.90/148.45	c bounds -17543 >= -288070 @ 146.707
148.00/148.59	c bounds -17546 >= -288070 @ 146.847
151.09/151.62	c #Conflicts:       6000 | #Constraints:     104276
151.09/151.62	c INPROCESSING
151.09/151.62	c GARBAGE COLLECT
151.09/151.62	c bounds -17555 >= -288070 @ 149.823
151.09/151.65	c bounds -17572 >= -288070 @ 149.86
151.09/151.66	c bounds -17574 >= -288070 @ 149.864
151.09/151.66	c bounds -17577 >= -288070 @ 149.867
151.19/151.71	c bounds -17589 >= -288070 @ 149.907
151.19/151.72	c bounds -17604 >= -288070 @ 149.922
151.19/151.76	c bounds -17618 >= -288070 @ 149.959
151.19/151.78	c bounds -17642 >= -288070 @ 149.974
151.19/151.78	c bounds -17646 >= -288070 @ 149.983
151.29/151.80	c bounds -17647 >= -288070 @ 150
151.29/151.82	c bounds -17667 >= -288070 @ 150.013
151.68/152.20	c bounds -17694 >= -288070 @ 150.376
151.79/152.37	c bounds -17720 >= -288070 @ 150.539
155.68/156.25	c #Conflicts:       7000 | #Constraints:     103221
155.68/156.25	c #Conflicts:       8000 | #Constraints:     104221
155.68/156.25	c bounds -17727 >= -288070 @ 154.351
155.68/156.28	c bounds -17727 >= -287761 @ 154.374
155.78/156.30	c bounds -17727 >= -287453 @ 154.398
155.78/156.33	c bounds -17727 >= -287147 @ 154.429
155.78/156.34	c bounds -17727 >= -286842 @ 154.434
155.78/156.34	c bounds -17727 >= -286538 @ 154.442
155.78/156.35	c bounds -17727 >= -286234 @ 154.447
155.88/156.43	c bounds -17727 >= -285930 @ 154.529
156.08/156.67	c bounds -17727 >= -285626 @ 154.77
157.17/157.70	c bounds -17727 >= -285322 @ 155.79
158.37/158.93	c bounds -17727 >= -285018 @ 157.012
170.55/171.16	c #Conflicts:       9000 | #Constraints:     105265
170.55/171.16	c INPROCESSING
170.55/171.16	c GARBAGE COLLECT
170.55/171.16	c bounds -17727 >= -284714 @ 169.15
176.23/176.84	c #Conflicts:      10000 | #Constraints:     103953
176.23/176.84	c #Conflicts:      11000 | #Constraints:     104953
176.23/176.84	c #Conflicts:      12000 | #Constraints:     105953
176.23/176.84	c INPROCESSING
176.23/176.84	c GARBAGE COLLECT
176.23/176.84	c bounds -17766 >= -284714 @ 174.752
176.44/177.06	c bounds -17767 >= -284714 @ 174.973
176.54/177.11	c bounds -17784 >= -284714 @ 175.027
176.72/177.30	c bounds -17805 >= -284714 @ 175.21
176.72/177.31	c bounds -17812 >= -284714 @ 175.217
177.23/177.82	c bounds -17816 >= -284714 @ 175.715
177.23/177.85	c bounds -17816 >= -284411 @ 175.738
177.32/177.92	c bounds -17847 >= -284411 @ 175.808
177.32/177.95	c bounds -17847 >= -284108 @ 175.843
178.82/179.48	c bounds -17847 >= -283805 @ 177.357
179.12/179.78	c bounds -17854 >= -283805 @ 177.648
196.19/196.80	c #Conflicts:      13000 | #Constraints:     104418
196.19/196.80	c #Conflicts:      14000 | #Constraints:     105418
196.19/196.80	c #Conflicts:      15000 | #Constraints:     106418
196.19/196.80	c INPROCESSING
196.19/196.80	c GARBAGE COLLECT
196.19/196.80	c bounds -17859 >= -283805 @ 194.561
196.19/196.80	c bounds -17884 >= -283805 @ 194.564
196.19/196.82	c bounds -17906 >= -283805 @ 194.586
196.19/196.83	c bounds -17925 >= -283805 @ 194.589
196.19/196.88	c bounds -17934 >= -283805 @ 194.639
196.28/196.90	c bounds -17935 >= -283805 @ 194.658
196.28/196.91	c bounds -17945 >= -283805 @ 194.666
196.28/196.92	c bounds -17951 >= -283805 @ 194.679
196.28/196.98	c bounds -17957 >= -283805 @ 194.734
196.39/197.09	c bounds -17963 >= -283805 @ 194.843
196.68/197.31	c bounds -17965 >= -283805 @ 195.067
197.18/197.86	c bounds -17975 >= -283805 @ 195.591
197.58/198.24	c bounds -18023 >= -283805 @ 195.967
197.78/198.44	c bounds -18026 >= -283805 @ 196.166
197.78/198.46	c bounds -18039 >= -283805 @ 196.187
197.78/198.48	c bounds -18051 >= -283805 @ 196.2
197.88/198.55	c bounds -18064 >= -283805 @ 196.268
197.97/198.64	c bounds -18073 >= -283805 @ 196.355
198.08/198.75	c bounds -18078 >= -283805 @ 196.464
198.28/198.95	c bounds -18080 >= -283805 @ 196.661
199.57/200.25	c bounds -18082 >= -283805 @ 197.924
199.57/200.27	c bounds -18082 >= -283503 @ 197.947
199.67/200.33	c bounds -18082 >= -283201 @ 198.011
205.16/205.89	c #Conflicts:      16000 | #Constraints:     104662
205.16/205.89	c #Conflicts:      17000 | #Constraints:     105662
205.16/205.89	c #Conflicts:      18000 | #Constraints:     106662
205.16/205.89	c INPROCESSING
205.16/205.89	c GARBAGE COLLECT
205.16/205.89	c bounds -18083 >= -283201 @ 203.478
205.16/205.90	c bounds -18092 >= -283201 @ 203.488
205.26/205.91	c bounds -18097 >= -283201 @ 203.499
205.26/205.99	c bounds -18102 >= -283201 @ 203.574
205.26/206.00	c bounds -18107 >= -283201 @ 203.587
205.37/206.04	c bounds -18109 >= -283201 @ 203.624
205.37/206.07	c bounds -18118 >= -283201 @ 203.651
205.37/206.11	c bounds -18153 >= -283201 @ 203.69
205.47/206.15	c bounds -18156 >= -283201 @ 203.728
205.47/206.16	c bounds -18162 >= -283201 @ 203.736
205.47/206.16	c bounds -18167 >= -283201 @ 203.745
205.55/206.27	c bounds -18170 >= -283201 @ 203.851
206.66/207.33	c bounds -18196 >= -283201 @ 204.892
207.25/207.92	c bounds -18199 >= -283201 @ 205.469
207.25/207.95	c bounds -18199 >= -282900 @ 205.499
207.25/207.97	c bounds -18199 >= -282600 @ 205.516
207.25/208.01	c bounds -18199 >= -282302 @ 205.556
207.36/208.03	c bounds -18199 >= -282005 @ 205.578
207.36/208.05	c bounds -18199 >= -281709 @ 205.601
207.36/208.07	c bounds -18199 >= -281413 @ 205.623
207.55/208.24	c bounds -18199 >= -281117 @ 205.785
207.95/208.67	c bounds -18199 >= -280821 @ 206.215
209.55/210.20	c #Conflicts:      19000 | #Constraints:     104707
209.55/210.20	c bounds -18199 >= -280525 @ 207.733
215.53/216.24	c #Conflicts:      20000 | #Constraints:     105713
215.53/216.24	c #Conflicts:      21000 | #Constraints:     106713
215.53/216.24	c INPROCESSING
215.53/216.24	c GARBAGE COLLECT
215.53/216.24	c bounds -18201 >= -280525 @ 213.654
215.73/216.41	c bounds -18209 >= -280525 @ 213.824
215.73/216.42	c bounds -18226 >= -280525 @ 213.828
215.73/216.42	c bounds -18274 >= -280525 @ 213.834
215.73/216.48	c bounds -18287 >= -280525 @ 213.888
215.83/216.51	c bounds -18292 >= -280525 @ 213.925
215.83/216.54	c bounds -18300 >= -280525 @ 213.954
215.93/216.60	c bounds -18305 >= -280525 @ 214.009
216.03/216.78	c bounds -18306 >= -280525 @ 214.185
216.03/216.79	c bounds -18309 >= -280525 @ 214.2
216.13/216.80	c bounds -18322 >= -280525 @ 214.207
216.63/217.35	c bounds -18327 >= -280525 @ 214.743
216.63/217.36	c bounds -18330 >= -280525 @ 214.751
217.02/217.71	c #Conflicts:      22000 | #Constraints:     104509
217.02/217.71	c bounds -18331 >= -280525 @ 215.095
217.13/217.80	c bounds -18332 >= -280525 @ 215.181
217.13/217.85	c bounds -18355 >= -280525 @ 215.232
218.12/218.82	c bounds -18373 >= -280525 @ 216.178
218.33/219.09	c bounds -18388 >= -280525 @ 216.447
218.33/219.10	c bounds -18388 >= -280233 @ 216.454
218.43/219.13	c bounds -18388 >= -279942 @ 216.484
218.52/219.24	c bounds -18388 >= -279652 @ 216.595
221.43/222.15	c bounds -18388 >= -279362 @ 219.498
221.43/222.18	c bounds -18420 >= -279362 @ 219.526
221.61/222.35	c bounds -18439 >= -279362 @ 219.691
221.61/222.38	c bounds -18453 >= -279362 @ 219.719
221.71/222.45	c bounds -18463 >= -279362 @ 219.784
227.60/228.36	c #Conflicts:      23000 | #Constraints:     105534
227.60/228.36	c #Conflicts:      24000 | #Constraints:     106534
227.60/228.36	c #Conflicts:      25000 | #Constraints:     107537
227.60/228.36	c INPROCESSING
227.60/228.36	c GARBAGE COLLECT
227.60/228.36	c bounds -18470 >= -279362 @ 225.601
227.70/228.44	c bounds -18471 >= -279362 @ 225.674
227.70/228.45	c bounds -18473 >= -279362 @ 225.684
227.70/228.45	c bounds -18492 >= -279362 @ 225.688
227.70/228.46	c bounds -18501 >= -279362 @ 225.693
227.70/228.46	c bounds -18629 >= -279362 @ 225.7
227.90/228.60	c bounds -18636 >= -279362 @ 225.831
227.90/228.62	c bounds -18651 >= -279362 @ 225.854
227.90/228.67	c bounds -18659 >= -279362 @ 225.896
227.90/228.68	c bounds -18693 >= -279362 @ 225.91
227.90/228.69	c bounds -18715 >= -279362 @ 225.916
228.80/229.51	c bounds -18737 >= -279362 @ 226.716
228.80/229.54	c bounds -18743 >= -279362 @ 226.746
229.50/230.27	c bounds -18745 >= -279362 @ 227.454
229.60/230.34	c bounds -18753 >= -279362 @ 227.523
229.60/230.35	c bounds -18769 >= -279362 @ 227.533
233.79/234.59	c #Conflicts:      26000 | #Constraints:     105126
233.79/234.59	WSVECS04 Frhs2[477]: 6 0 90 shouldn't be
233.79/234.59	WSVECS04 Frhs2[478]: 6 0 1.00004 shouldn't be
233.79/234.59	WSVECS04 Frhs2[489]: 6 0 86 shouldn't be
233.79/234.59	WSVECS04 Frhs2[503]: 6 0 63.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
233.79/234.59	WSVECS04 Frhs2[901]: 6 0 62.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[928]: 6 0 45.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[929]: 6 0 61.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[930]: 6 0 54.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
233.79/234.59	WSVECS04 Frhs2[954]: 6 0 33.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[961]: 6 0 43.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1062]: 6 0 143 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1102]: 6 0 74.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1151]: 6 0 71.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1289]: 6 0 8.00004 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1334]: 6 0 14 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1356]: 6 0 96.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1365]: 6 0 84 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1388]: 6 0 97.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1440]: 6 0 25 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1452]: 6 0 94.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1458]: 6 0 33.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1462]: 6 0 74.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1541]: 6 0 70 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1569]: 6 0 131 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1630]: 6 0 188 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1653]: 6 0 27 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1655]: 6 0 178 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1716]: 6 0 153 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1738]: 6 0 90.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1768]: 6 0 95.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1791]: 6 0 31.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1820]: 6 0 17.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1845]: 6 0 66.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1859]: 6 0 36.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
233.79/234.59	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2102]: 6 0 69.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2123]: 6 0 92.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2144]: 6 0 87.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2158]: 6 0 71 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2177]: 6 0 139 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2198]: 6 0 97.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2299]: 6 0 87.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2318]: 6 0 22.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2319]: 6 0 39.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2397]: 6 0 99.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2632]: 6 0 80.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2639]: 6 0 136 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2660]: 6 0 189 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2712]: 6 0 81.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2729]: 6 0 88 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2760]: 6 0 80.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2899]: 6 0 98.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
233.79/234.59	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3131]: 6 0 88.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3153]: 6 0 72 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3180]: 6 0 74.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3280]: 6 0 50.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3570]: 6 0 19.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3630]: 6 0 97.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3631]: 6 0 94.0001 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
233.79/234.59	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
233.79/234.59	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
237.97/238.75	c bounds -18778 >= -279362 @ 235.806
237.97/238.78	c bounds -18778 >= -279076 @ 235.83
237.97/238.78	c bounds -18778 >= -278791 @ 235.836
238.08/238.80	c bounds -18778 >= -278506 @ 235.857
238.18/238.97	c bounds -18778 >= -278221 @ 236.025
241.86/242.61	c #Conflicts:      27000 | #Constraints:     106142
241.86/242.61	c bounds -18778 >= -277936 @ 239.645
256.34/257.11	c #Conflicts:      28000 | #Constraints:     107145
256.34/257.11	c #Conflicts:      29000 | #Constraints:     108145
256.34/257.11	c INPROCESSING
256.34/257.11	c GARBAGE COLLECT
256.34/257.11	c bounds -18779 >= -277936 @ 254.024
256.34/257.13	c bounds -18779 >= -277652 @ 254.042
256.63/257.44	c bounds -18786 >= -277652 @ 254.351
256.63/257.47	c bounds -18786 >= -277370 @ 254.375
256.63/257.49	c bounds -18786 >= -277088 @ 254.402
256.73/257.52	c bounds -18786 >= -276807 @ 254.431
256.73/257.55	c bounds -18786 >= -276526 @ 254.455
256.93/257.70	c bounds -18786 >= -276245 @ 254.607
257.43/258.25	c bounds -18786 >= -275964 @ 255.15
261.02/261.81	c bounds -18786 >= -275683 @ 258.694
261.02/261.84	c bounds -18797 >= -275683 @ 258.727
261.02/261.87	c bounds -18829 >= -275683 @ 258.75
261.02/261.88	c bounds -18848 >= -275683 @ 258.765
261.12/261.92	c bounds -18866 >= -275683 @ 258.803
261.12/261.96	c bounds -18876 >= -275683 @ 258.844
261.12/261.98	c bounds -18911 >= -275683 @ 258.861
261.12/261.99	c bounds -18925 >= -275683 @ 258.876
261.23/262.03	c bounds -18969 >= -275683 @ 258.91
261.23/262.06	c bounds -18980 >= -275683 @ 258.944
269.10/269.96	c #Conflicts:      30000 | #Constraints:     105567
269.10/269.96	c #Conflicts:      31000 | #Constraints:     106567
269.10/269.96	c #Conflicts:      32000 | #Constraints:     107567
269.10/269.96	c #Conflicts:      33000 | #Constraints:     108567
269.10/269.96	c INPROCESSING
269.10/269.96	c GARBAGE COLLECT
269.10/269.96	c bounds -18982 >= -275683 @ 266.705
269.10/269.96	c bounds -18993 >= -275683 @ 266.708
269.31/270.18	c bounds -19010 >= -275683 @ 266.919
269.31/270.18	c bounds -19011 >= -275683 @ 266.925
269.40/270.20	c bounds -19018 >= -275683 @ 266.947
269.40/270.21	c bounds -19032 >= -275683 @ 266.953
269.40/270.25	c bounds -19035 >= -275683 @ 266.991
269.50/270.36	c bounds -19036 >= -275683 @ 267.097
269.50/270.37	c bounds -19056 >= -275683 @ 267.103
271.99/272.89	c bounds -19067 >= -275683 @ 269.598
272.21/273.10	c bounds -19072 >= -275683 @ 269.803
272.31/273.13	c bounds -19072 >= -275404 @ 269.826
272.31/273.15	c bounds -19072 >= -275125 @ 269.849
301.31/302.24	c bounds -19072 >= -274846 @ 298.766
301.42/302.34	c bounds -19072 >= -274567 @ 298.866
302.23/303.12	c #Conflicts:      34000 | #Constraints:     105769
302.23/303.12	c bounds -19072 >= -274288 @ 299.641
302.23/303.15	c bounds -19077 >= -274288 @ 299.664
302.23/303.16	c bounds -19088 >= -274288 @ 299.682
302.23/303.18	c bounds -19117 >= -274288 @ 299.698
302.31/303.20	c bounds -19141 >= -274288 @ 299.72
302.31/303.22	c bounds -19163 >= -274288 @ 299.735
302.31/303.23	c bounds -19166 >= -274288 @ 299.751
316.18/317.17	c #Conflicts:      35000 | #Constraints:     106784
316.18/317.17	c #Conflicts:      36000 | #Constraints:     107784
316.18/317.17	c #Conflicts:      37000 | #Constraints:     108784
316.18/317.17	c INPROCESSING
316.18/317.17	c GARBAGE COLLECT
316.18/317.17	c #Conflicts:      38000 | #Constraints:     105759
316.18/317.17	c bounds -19174 >= -274288 @ 313.454
316.27/317.20	c bounds -19174 >= -274010 @ 313.482
316.27/317.21	c bounds -19174 >= -273733 @ 313.494
316.27/317.25	c bounds -19174 >= -273456 @ 313.531
316.57/317.57	c bounds -19174 >= -273179 @ 313.852
316.97/317.90	c bounds -19174 >= -272902 @ 314.181
318.27/319.26	c bounds -19174 >= -272625 @ 315.536
355.27/356.35	c #Conflicts:      39000 | #Constraints:     106789
355.27/356.35	c #Conflicts:      40000 | #Constraints:     107789
355.27/356.35	c #Conflicts:      41000 | #Constraints:     108789
355.27/356.35	c INPROCESSING
355.27/356.35	c GARBAGE COLLECT
355.27/356.35	c #Conflicts:      42000 | #Constraints:     105579
355.27/356.35	c #Conflicts:      43000 | #Constraints:     106579
355.27/356.35	c #Conflicts:      44000 | #Constraints:     107579
355.27/356.35	c #Conflicts:      45000 | #Constraints:     108579
355.27/356.35	c #Conflicts:      46000 | #Constraints:     109579
355.27/356.35	c INPROCESSING
355.27/356.35	c GARBAGE COLLECT
355.27/356.35	c #Conflicts:      47000 | #Constraints:     106165
355.27/356.35	c #Conflicts:      48000 | #Constraints:     107165
355.27/356.35	c #Conflicts:      49000 | #Constraints:     108165
355.27/356.35	c #Conflicts:      50000 | #Constraints:     109165
355.27/356.35	c #Conflicts:      51000 | #Constraints:     110165
355.27/356.35	c INPROCESSING
355.27/356.35	c GARBAGE COLLECT
355.27/356.35	c bounds -19183 >= -272625 @ 352.106
355.27/356.36	c bounds -19185 >= -272625 @ 352.116
356.07/357.13	c bounds -19188 >= -272625 @ 352.864
356.07/357.14	c bounds -19197 >= -272625 @ 352.876
356.07/357.17	c bounds -19215 >= -272625 @ 352.906
356.98/358.06	c bounds -19233 >= -272625 @ 353.779
361.85/362.92	c #Conflicts:      52000 | #Constraints:     106579
361.85/362.92	c bounds -19254 >= -272625 @ 358.557
361.85/362.93	c bounds -19254 >= -272350 @ 358.563
361.85/362.95	c bounds -19254 >= -272075 @ 358.587
361.85/362.96	c bounds -19254 >= -271801 @ 358.596
362.64/363.76	c bounds -19254 >= -271527 @ 359.393
414.71/415.91	c #Conflicts:      53000 | #Constraints:     107595
414.71/415.91	c #Conflicts:      54000 | #Constraints:     108595
414.71/415.91	c #Conflicts:      55000 | #Constraints:     109595
414.71/415.91	c #Conflicts:      56000 | #Constraints:     110595
414.71/415.91	c INPROCESSING
414.71/415.91	c GARBAGE COLLECT
414.71/415.91	c #Conflicts:      57000 | #Constraints:     106774
414.71/415.91	c #Conflicts:      58000 | #Constraints:     107774
414.71/415.91	c #Conflicts:      59000 | #Constraints:     108779
414.71/415.91	c #Conflicts:      60000 | #Constraints:     109787
414.71/415.91	c #Conflicts:      61000 | #Constraints:     110790
414.71/415.91	c INPROCESSING
414.71/415.91	c GARBAGE COLLECT
414.71/415.91	c rational objective -31514.6
418.20/419.42	c bounds -19276 >= -271527 @ 414.499
418.20/419.43	c bounds -19287 >= -271527 @ 414.505
418.20/419.43	c bounds -19308 >= -271527 @ 414.511
418.20/419.44	c bounds -19309 >= -271527 @ 414.52
418.20/419.45	c bounds -19316 >= -271527 @ 414.525
418.20/419.47	c bounds -19335 >= -271527 @ 414.543
418.20/419.48	c bounds -19338 >= -271527 @ 414.553
418.31/419.56	c bounds -19345 >= -271527 @ 414.629
418.40/419.60	c bounds -19366 >= -271527 @ 414.676
418.92/420.15	c bounds -19382 >= -271527 @ 415.214
420.10/421.34	c bounds -19383 >= -271527 @ 416.372
420.10/421.36	c bounds -19387 >= -271527 @ 416.394
422.20/423.42	c #Conflicts:      62000 | #Constraints:     106794
422.20/423.42	c bounds -19397 >= -271527 @ 418.413
424.59/425.89	c bounds -19398 >= -271527 @ 420.829
424.69/425.92	c bounds -19398 >= -271254 @ 420.855
424.69/425.94	c bounds -19398 >= -270983 @ 420.881
424.69/425.97	c bounds -19398 >= -270712 @ 420.905
425.39/426.69	c bounds -19398 >= -270441 @ 421.626
425.99/427.24	c #Conflicts:      63000 | #Constraints:     107819
425.99/427.24	c bounds -19398 >= -270170 @ 422.169
444.85/446.12	c #Conflicts:      64000 | #Constraints:     108831
444.85/446.12	c #Conflicts:      65000 | #Constraints:     109832
444.85/446.12	c #Conflicts:      66000 | #Constraints:     110835
444.85/446.12	c bounds -19398 >= -269899 @ 440.858
444.94/446.27	c bounds -19400 >= -269899 @ 441.004
445.45/446.71	c INPROCESSING
445.45/446.71	c GARBAGE COLLECT
445.45/446.71	c bounds -19402 >= -269899 @ 441.446
445.54/446.87	c bounds -19410 >= -269899 @ 441.597
445.75/447.03	c bounds -19413 >= -269899 @ 441.759
446.34/447.68	c bounds -19423 >= -269899 @ 442.402
446.44/447.71	c bounds -19431 >= -269899 @ 442.424
446.44/447.78	c bounds -19437 >= -269899 @ 442.491
447.54/448.87	c #Conflicts:      67000 | #Constraints:     106614
447.54/448.87	c bounds -19446 >= -269899 @ 443.565
447.64/448.98	c bounds -19447 >= -269899 @ 443.676
447.64/449.00	c bounds -19455 >= -269899 @ 443.688
448.14/449.47	c bounds -19456 >= -269899 @ 444.149
448.33/449.65	c bounds -19480 >= -269899 @ 444.326
448.33/449.66	c bounds -19485 >= -269899 @ 444.341
448.43/449.76	c bounds -19492 >= -269899 @ 444.438
448.43/449.78	c bounds -19500 >= -269899 @ 444.452
448.63/449.99	c bounds -19505 >= -269899 @ 444.656
448.63/450.00	c bounds -19529 >= -269899 @ 444.671
449.33/450.67	c bounds -19530 >= -269899 @ 445.33
449.75/451.10	c bounds -19553 >= -269899 @ 445.749
450.03/451.30	c bounds -19557 >= -269899 @ 445.943
450.03/451.35	c bounds -19558 >= -269899 @ 445.995
450.13/451.40	c bounds -19569 >= -269899 @ 446.049
450.33/451.65	c bounds -19583 >= -269899 @ 446.291
451.53/452.84	c bounds -19595 >= -269899 @ 447.464
453.12/454.46	c #Conflicts:      68000 | #Constraints:     107638
453.12/454.46	c bounds -19605 >= -269899 @ 449.057
466.89/468.29	c #Conflicts:      69000 | #Constraints:     108639
466.89/468.29	c #Conflicts:      70000 | #Constraints:     109640
466.89/468.29	c #Conflicts:      71000 | #Constraints:     110643
466.89/468.29	c #Conflicts:      72000 | #Constraints:     111649
466.89/468.29	c INPROCESSING
466.89/468.29	c GARBAGE COLLECT
466.89/468.29	c bounds -19612 >= -269899 @ 462.675
466.99/468.30	c bounds -19640 >= -269899 @ 462.686
466.99/468.34	c bounds -19643 >= -269899 @ 462.72
466.99/468.35	c bounds -19648 >= -269899 @ 462.732
467.08/468.43	c bounds -19664 >= -269899 @ 462.808
493.74/495.14	c bounds -19666 >= -269899 @ 489.368
494.03/495.45	c bounds -19667 >= -269899 @ 489.668
494.42/495.85	c bounds -19675 >= -269899 @ 490.056
494.42/495.88	c bounds -19720 >= -269899 @ 490.091
495.22/496.65	c #Conflicts:      73000 | #Constraints:     107219
495.22/496.65	c bounds -19727 >= -269899 @ 490.828
495.22/496.67	c bounds -19727 >= -269629 @ 490.852
495.22/496.67	c bounds -19727 >= -269359 @ 490.856
495.33/496.70	c bounds -19727 >= -269089 @ 490.881
495.42/496.85	c bounds -19727 >= -268819 @ 491.032
496.12/497.50	c bounds -19727 >= -268549 @ 491.677
496.12/497.52	c bounds -19730 >= -268549 @ 491.694
498.91/500.36	c bounds -19730 >= -268279 @ 494.515
499.51/500.97	c bounds -19733 >= -268279 @ 495.11
528.94/530.43	c #Conflicts:      74000 | #Constraints:     108251
528.94/530.43	c #Conflicts:      75000 | #Constraints:     109251
528.94/530.43	c #Conflicts:      76000 | #Constraints:     110251
528.94/530.43	c #Conflicts:      77000 | #Constraints:     111251
528.94/530.43	c bounds -19733 >= -268009 @ 524.37
529.15/530.68	c bounds -19735 >= -268009 @ 524.612
529.24/530.71	c bounds -19762 >= -268009 @ 524.635
529.45/530.92	c bounds -19763 >= -268009 @ 524.843
529.45/530.95	c bounds -19765 >= -268009 @ 524.874
529.45/530.98	c bounds -19771 >= -268009 @ 524.902
529.56/531.02	c bounds -19774 >= -268009 @ 524.938
529.66/531.16	c bounds -19804 >= -268009 @ 525.075
529.66/531.18	c bounds -19820 >= -268009 @ 525.098
529.74/531.27	c bounds -19822 >= -268009 @ 525.185
530.14/531.66	c bounds -19823 >= -268009 @ 525.565
530.35/531.82	c bounds -19825 >= -268009 @ 525.719
530.45/531.95	c bounds -19830 >= -268009 @ 525.85
530.66/532.13	c #Conflicts:      78000 | #Constraints:     112269
530.66/532.13	c INPROCESSING
530.66/532.13	c GARBAGE COLLECT
530.66/532.13	c bounds -19832 >= -268009 @ 526.032
530.66/532.15	c bounds -19840 >= -268009 @ 526.045
530.66/532.16	c bounds -19844 >= -268009 @ 526.053
530.74/532.29	c bounds -19859 >= -268009 @ 526.189
530.95/532.40	c bounds -19863 >= -268009 @ 526.291
531.74/533.27	c bounds -19873 >= -268009 @ 527.132
532.73/534.20	c bounds -19875 >= -268009 @ 528.053
532.73/534.26	c bounds -19881 >= -268009 @ 528.107
533.04/534.56	c bounds -19891 >= -268009 @ 528.401
533.04/534.58	c bounds -19899 >= -268009 @ 528.415
595.67/597.32	c #Conflicts:      79000 | #Constraints:     107644
595.67/597.32	c #Conflicts:      80000 | #Constraints:     108644
595.67/597.32	c #Conflicts:      81000 | #Constraints:     109644
595.67/597.32	c #Conflicts:      82000 | #Constraints:     110644
595.67/597.32	c #Conflicts:      83000 | #Constraints:     111644
595.67/597.32	c #Conflicts:      84000 | #Constraints:     112644
595.67/597.32	c INPROCESSING
595.67/597.32	c GARBAGE COLLECT
595.67/597.32	c rational objective -31514.5
722.25/724.20	c #Conflicts:      85000 | #Constraints:     107830
722.25/724.20	c #Conflicts:      86000 | #Constraints:     108830
722.25/724.20	c #Conflicts:      87000 | #Constraints:     109830
722.25/724.20	c #Conflicts:      88000 | #Constraints:     110830
722.25/724.20	c #Conflicts:      89000 | #Constraints:     111830
722.25/724.20	c #Conflicts:      90000 | #Constraints:     112830
722.25/724.20	c INPROCESSING
722.25/724.20	c GARBAGE COLLECT
722.25/724.20	c #Conflicts:      91000 | #Constraints:     107822
722.25/724.20	c #Conflicts:      92000 | #Constraints:     108822
722.25/724.20	c #Conflicts:      93000 | #Constraints:     109822
722.25/724.20	c #Conflicts:      94000 | #Constraints:     110823
722.25/724.20	c #Conflicts:      95000 | #Constraints:     111824
722.25/724.20	c #Conflicts:      96000 | #Constraints:     112827
722.25/724.20	c INPROCESSING
722.25/724.20	c GARBAGE COLLECT
722.25/724.20	c #Conflicts:      97000 | #Constraints:     107630
722.25/724.20	c #Conflicts:      98000 | #Constraints:     108632
722.25/724.20	c #Conflicts:      99000 | #Constraints:     109633
722.25/724.20	c #Conflicts:     100000 | #Constraints:     110636
722.25/724.20	c #Conflicts:     101000 | #Constraints:     111638
722.25/724.20	c #Conflicts:     102000 | #Constraints:     112639
722.25/724.20	c #Conflicts:     103000 | #Constraints:     113639
722.25/724.20	c INPROCESSING
722.25/724.20	c GARBAGE COLLECT
722.25/724.20	c #Conflicts:     104000 | #Constraints:     108229
722.25/724.20	c #Conflicts:     105000 | #Constraints:     109229
722.25/724.20	c #Conflicts:     106000 | #Constraints:     110229
722.25/724.20	c #Conflicts:     107000 | #Constraints:     111229
722.25/724.20	c #Conflicts:     108000 | #Constraints:     112229
722.25/724.20	c #Conflicts:     109000 | #Constraints:     113229
722.25/724.20	c #Conflicts:     110000 | #Constraints:     114229
722.25/724.20	c INPROCESSING
722.25/724.20	c GARBAGE COLLECT
722.25/724.20	c rational objective -31514.4
799.98/802.14	c #Conflicts:     111000 | #Constraints:     108630
799.98/802.14	c #Conflicts:     112000 | #Constraints:     109630
799.98/802.14	c #Conflicts:     113000 | #Constraints:     110630
799.98/802.14	c #Conflicts:     114000 | #Constraints:     111630
799.98/802.14	c #Conflicts:     115000 | #Constraints:     112630
799.98/802.14	c #Conflicts:     116000 | #Constraints:     113630
799.98/802.14	c #Conflicts:     117000 | #Constraints:     114630
799.98/802.14	c INPROCESSING
799.98/802.14	c GARBAGE COLLECT
799.98/802.14	c #Conflicts:     118000 | #Constraints:     108826
799.98/802.14	c #Conflicts:     119000 | #Constraints:     109828
799.98/802.14	c #Conflicts:     120000 | #Constraints:     110831
799.98/802.14	c #Conflicts:     121000 | #Constraints:     111836
799.98/802.14	c #Conflicts:     122000 | #Constraints:     112843
799.98/802.14	c #Conflicts:     123000 | #Constraints:     113848
799.98/802.14	c #Conflicts:     124000 | #Constraints:     114850
799.98/802.14	c INPROCESSING
799.98/802.14	c GARBAGE COLLECT
799.98/802.14	c rational objective -31514.3
803.56/805.79	c bounds -19942 >= -268009 @ 796.935
803.66/805.82	c bounds -19966 >= -268009 @ 796.965
803.66/805.83	c bounds -19988 >= -268009 @ 796.973
808.34/810.51	c #Conflicts:     125000 | #Constraints:     108836
808.34/810.51	c bounds -19997 >= -268009 @ 801.583
808.34/810.53	c bounds -19997 >= -267740 @ 801.61
808.34/810.56	c bounds -19997 >= -267472 @ 801.636
808.34/810.57	c bounds -19997 >= -267207 @ 801.647
808.34/810.58	c bounds -19997 >= -266942 @ 801.654
808.45/810.60	c bounds -19997 >= -266679 @ 801.678
808.45/810.62	c bounds -19997 >= -266417 @ 801.692
808.55/810.70	c bounds -19997 >= -266155 @ 801.775
811.24/813.43	WSVECS04 Frhs2[3]: 6 -30.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[6]: 6 0 8.00009 shouldn't be
811.24/813.43	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[35]: 6 -2.00002 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[66]: 6 -25.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[79]: 6 -22.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[80]: 6 -14 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[84]: 6 -4.00007 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[101]: 6 -22.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[112]: 6 -3.00002 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[126]: 6 -16.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[133]: 6 -2.00003 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[135]: 6 -21.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[147]: 6 -11 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[166]: 6 -6.00003 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[167]: 6 -2.00004 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[174]: 6 -15.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[175]: 6 -9.00007 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[188]: 6 -16 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[190]: 6 -6.00001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[191]: 6 -27 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[194]: 6 -15 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[196]: 6 -31 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[212]: 6 -7.00003 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[215]: 6 -19.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[233]: 6 -2.00004 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[234]: 6 -20.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[256]: 6 -24 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[257]: 6 -26.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[258]: 6 0 15.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[260]: 6 -4.00003 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[280]: 6 -10.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[281]: 6 -8.00008 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[284]: 6 -26.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[297]: 6 -8.00002 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[300]: 6 -12 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[302]: 6 -9.00006 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[319]: 6 -30.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[348]: 6 0 1.00009 shouldn't be
811.24/813.43	WSVECS04 Frhs2[359]: 6 0 34.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[373]: 6 -11.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[378]: 6 -4.00005 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[380]: 6 -3.00002 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[391]: 6 0 7.00005 shouldn't be
811.24/813.43	WSVECS04 Frhs2[392]: 6 -9.00001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[416]: 6 -9.00002 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[418]: 6 -16.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[419]: 6 -6.00009 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[421]: 6 -5.00005 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[437]: 6 -4.00005 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[441]: 6 -8.00007 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[475]: 6 0 1.00006 shouldn't be
811.24/813.43	WSVECS04 Frhs2[503]: 6 0 63 shouldn't be
811.24/813.43	WSVECS04 Frhs2[504]: 6 0 14.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[506]: 6 -69 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[509]: 6 0 7.00009 shouldn't be
811.24/813.43	WSVECS04 Frhs2[512]: 6 0 42.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[520]: 6 0 6.00004 shouldn't be
811.24/813.43	WSVECS04 Frhs2[530]: 6 0 22.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[531]: 6 0 9.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[550]: 6 -31 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
811.24/813.43	WSVECS04 Frhs2[561]: 6 0 12.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[562]: 6 0 4.00006 shouldn't be
811.24/813.43	WSVECS04 Frhs2[583]: 6 0 88 shouldn't be
811.24/813.43	WSVECS04 Frhs2[597]: 6 -52 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[624]: 6 0 43 shouldn't be
811.24/813.43	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[642]: 6 -50.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[659]: 6 -13.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[660]: 6 -36.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[661]: 6 -22.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[670]: 6 0 27.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[682]: 6 -30.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[701]: 6 -57.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[707]: 6 0 6.00004 shouldn't be
811.24/813.43	WSVECS04 Frhs2[745]: 6 -42 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[789]: 6 -30 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[790]: 6 -35 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[796]: 6 0 56.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[797]: 6 0 10 shouldn't be
811.24/813.43	WSVECS04 Frhs2[799]: 6 0 14.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[819]: 6 0 42 shouldn't be
811.24/813.43	WSVECS04 Frhs2[820]: 6 0 54 shouldn't be
811.24/813.43	WSVECS04 Frhs2[823]: 6 0 25.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[829]: 6 0 5.00003 shouldn't be
811.24/813.43	WSVECS04 Frhs2[830]: 6 0 2.00001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[844]: 6 -41 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[845]: 6 -64 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[869]: 6 0 3.00008 shouldn't be
811.24/813.43	WSVECS04 Frhs2[871]: 6 0 1.00009 shouldn't be
811.24/813.43	WSVECS04 Frhs2[883]: 6 0 53.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[887]: 6 -44.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[903]: 6 0 15 shouldn't be
811.24/813.43	WSVECS04 Frhs2[929]: 6 0 61 shouldn't be
811.24/813.43	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
811.24/813.43	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1015]: 6 0 1.00009 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1027]: 6 0 86.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1133]: 6 -101 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1164]: 6 0 1.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1175]: 6 -16.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1176]: 6 -21.0001 0 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1184]: 6 0 93 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1231]: 6 0 72.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1262]: 6 0 131 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1264]: 6 0 48 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1303]: 6 0 60.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1305]: 6 0 141 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1327]: 6 0 88 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1385]: 6 0 114 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1522]: 6 0 42.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1569]: 6 0 131 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1655]: 6 0 178 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1660]: 6 0 157 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1744]: 6 0 191 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1764]: 6 0 182 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1775]: 6 0 152 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1790]: 6 0 126 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1810]: 6 0 142 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1824]: 6 0 88.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1863]: 6 0 95 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
811.24/813.43	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2005]: 6 0 102 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2067]: 6 0 83.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2089]: 6 0 142 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2108]: 6 0 210 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2162]: 6 0 186 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2182]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2225]: 6 0 186 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2227]: 6 0 228 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2235]: 6 0 4.00006 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2247]: 6 0 195 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2248]: 6 0 184 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2270]: 6 0 206 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2306]: 6 0 108 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2328]: 6 0 231 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2364]: 6 0 87.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2388]: 6 0 49.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2434]: 6 0 7.00007 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2447]: 6 0 123 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2472]: 6 0 171 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2473]: 6 0 186 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2504]: 6 0 275 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2547]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2550]: 6 0 213 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2553]: 6 0 115 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2567]: 6 0 65.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2592]: 6 0 274 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2596]: 6 0 42 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2665]: 6 0 271 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2731]: 6 0 260 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2744]: 6 0 272 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2766]: 6 0 163 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2808]: 6 0 58 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2965]: 6 0 327 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2987]: 6 0 92.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2990]: 6 0 327 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
811.24/813.43	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3006]: 6 0 299 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3008]: 6 0 118 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3009]: 6 0 277 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3010]: 6 0 190 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3020]: 6 0 33.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3028]: 6 0 322 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3033]: 6 0 219 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3034]: 6 0 316 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3053]: 6 0 267 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3092]: 6 0 22.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3146]: 6 0 79.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3170]: 6 0 181 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3205]: 6 0 24 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3243]: 6 0 221 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3272]: 6 0 46.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3278]: 6 0 65.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3426]: 6 0 347 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3442]: 6 0 319 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3445]: 6 0 303 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3467]: 6 0 373 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3490]: 6 0 293 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3511]: 6 0 245 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3512]: 6 0 158 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3532]: 6 0 151 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3533]: 6 0 214 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3551]: 6 0 246 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3649]: 6 0 246 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3701]: 6 0 258 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3711]: 6 0 98.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3791]: 6 0 44.0001 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3812]: 6 0 242 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3926]: 6 0 221 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3946]: 6 0 211 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3990]: 6 0 284 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3992]: 6 0 158 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
811.24/813.43	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4161]: 6 0 309 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
811.24/813.43	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[105]: 6 -29.0001 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[326]: 6 -8.00002 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[377]: 6 -13.0001 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[411]: 6 -3.00007 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[431]: 6 -15.0001 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[478]: 6 0 1.00008 shouldn't be
815.62/817.88	WSVECS04 Frhs2[513]: 6 0 7.00001 shouldn't be
815.62/817.88	WSVECS04 Frhs2[535]: 6 0 2.00005 shouldn't be
815.62/817.88	WSVECS04 Frhs2[553]: 6 -44.0001 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[563]: 6 0 5.00006 shouldn't be
815.62/817.88	WSVECS04 Frhs2[598]: 6 -13.0001 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[751]: 6 -20 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[824]: 6 0 6.00008 shouldn't be
815.62/817.88	WSVECS04 Frhs2[828]: 6 0 34 shouldn't be
815.62/817.88	WSVECS04 Frhs2[925]: 6 -7.00005 0 shouldn't be
815.62/817.88	WSVECS04 Frhs2[926]: 6 0 1.0001 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1081]: 6 0 7.00006 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1160]: 6 0 2.00003 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1181]: 6 0 1.00006 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1274]: 6 0 6.00007 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1281]: 6 0 3.00007 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1381]: 6 0 10.0001 shouldn't be
815.62/817.88	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
815.62/817.88	WSVECS04 Frhs2[2088]: 6 0 15 shouldn't be
815.62/817.88	WSVECS04 Frhs2[2147]: 6 0 17.0001 shouldn't be
815.62/817.88	WSVECS04 Frhs2[2181]: 6 0 24.0001 shouldn't be
815.62/817.88	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
815.62/817.88	WSVECS04 Frhs2[2843]: 6 0 2.00006 shouldn't be
815.62/817.88	WSVECS04 Frhs2[3160]: 6 0 2.00003 shouldn't be
822.21/824.47	WSVECS04 Frhs2[87]: 6 0 21.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[259]: 6 -2.0001 0 shouldn't be
822.21/824.47	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
822.21/824.47	WSVECS04 Frhs2[275]: 6 -10 0 shouldn't be
822.21/824.47	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
822.21/824.47	WSVECS04 Frhs2[477]: 6 0 90.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
822.21/824.47	WSVECS04 Frhs2[536]: 6 0 60 shouldn't be
822.21/824.47	WSVECS04 Frhs2[575]: 6 -20.0001 0 shouldn't be
822.21/824.47	WSVECS04 Frhs2[602]: 6 0 26 shouldn't be
822.21/824.47	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
822.21/824.47	WSVECS04 Frhs2[687]: 6 0 45 shouldn't be
822.21/824.47	WSVECS04 Frhs2[711]: 6 0 60.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[728]: 6 0 13.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[731]: 6 0 53.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
822.21/824.47	WSVECS04 Frhs2[838]: 6 0 41 shouldn't be
822.21/824.47	WSVECS04 Frhs2[840]: 6 0 68.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[862]: 6 0 83.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[882]: 6 0 69 shouldn't be
822.21/824.47	WSVECS04 Frhs2[935]: 6 0 31.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[953]: 6 0 1.00003 shouldn't be
822.21/824.47	WSVECS04 Frhs2[954]: 6 0 33.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[958]: 6 0 55.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
822.21/824.47	WSVECS04 Frhs2[963]: 6 0 38 shouldn't be
822.21/824.47	WSVECS04 Frhs2[975]: 6 0 25.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[976]: 6 0 63 shouldn't be
822.21/824.47	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
822.21/824.47	WSVECS04 Frhs2[985]: 6 0 39.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[994]: 6 0 16 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1005]: 6 0 61.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1013]: 6 0 59 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1022]: 6 0 13.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1045]: 6 0 16 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1056]: 6 0 1.00002 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1080]: 6 0 53 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1102]: 6 0 74.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1114]: 6 0 4.00003 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1120]: 6 0 76.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1124]: 6 0 14.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1139]: 6 0 6.00009 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1179]: 6 0 15 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1180]: 6 0 32.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1222]: 6 0 46 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1243]: 6 0 58.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1246]: 6 0 12 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1252]: 6 0 41.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1254]: 6 0 36.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1255]: 6 0 60.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1261]: 6 0 29.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1277]: 6 0 98.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1279]: 6 0 46 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1299]: 6 0 4.00009 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1300]: 6 0 103 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1301]: 6 0 90.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1302]: 6 0 11 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1316]: 6 0 29.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1321]: 6 0 130 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1322]: 6 0 42.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1326]: 6 0 118 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1328]: 6 0 38.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1329]: 6 0 139 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1341]: 6 0 80.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1345]: 6 0 17 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1358]: 6 0 26.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1359]: 6 0 84.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1406]: 6 0 9.00008 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1407]: 6 0 65 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1409]: 6 0 11.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1411]: 6 0 4.00007 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1416]: 6 0 53 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1437]: 6 0 119 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1439]: 6 0 60 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1457]: 6 0 59.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1458]: 6 0 33.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1480]: 6 0 47.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1485]: 6 0 84.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1486]: 6 0 49.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1487]: 6 0 89 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1497]: 6 0 77 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1501]: 6 0 73.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1509]: 6 0 59.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1517]: 6 0 6.00004 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1525]: 6 0 3.00008 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1535]: 6 0 36.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1550]: 6 0 52 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1558]: 6 0 39 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1566]: 6 0 95.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1575]: 6 0 87.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1580]: 6 0 33.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1584]: 6 0 151 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1592]: 6 0 9.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1602]: 6 0 74.0001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1636]: 6 0 82 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1637]: 6 0 9.00001 shouldn't be
822.21/824.47	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1662]: 6 0 79.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1684]: 6 0 15.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1685]: 6 0 80.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1691]: 6 0 34.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1700]: 6 0 89.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1702]: 6 0 153 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1704]: 6 0 36 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1710]: 6 0 89.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1725]: 6 0 82.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1742]: 6 0 119 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1748]: 6 0 40.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1756]: 6 0 24 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1767]: 6 0 104 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1769]: 6 0 37.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1777]: 6 0 48.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1779]: 6 0 128 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1792]: 6 0 75.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1811]: 6 0 85.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1812]: 6 0 161 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1829]: 6 0 38 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1839]: 6 0 68 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1845]: 6 0 66 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1875]: 6 0 8.00006 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1876]: 6 0 62 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1899]: 6 0 1.00001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1924]: 6 0 49 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1925]: 6 0 28.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1935]: 6 0 49 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1960]: 6 0 39.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1964]: 6 0 7.00007 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1975]: 6 0 70.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1994]: 6 0 79 shouldn't be
822.21/824.48	WSVECS04 Frhs2[1995]: 6 0 6.00006 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2030]: 6 0 112 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2048]: 6 0 10.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2064]: 6 0 6.00002 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2068]: 6 0 41.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2069]: 6 0 35 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2081]: 6 0 32.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2084]: 6 0 22.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2093]: 6 0 7.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2094]: 6 0 127 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2095]: 6 0 30.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2120]: 6 0 109 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2128]: 6 0 72.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2140]: 6 0 32.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2149]: 6 0 52.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2161]: 6 0 56 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2170]: 6 0 66 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2183]: 6 0 94 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2201]: 6 0 85 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2223]: 6 0 38.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2232]: 6 0 23.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2245]: 6 0 35.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2246]: 6 0 126 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2261]: 6 0 72.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2268]: 6 0 12.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2318]: 6 0 22.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2319]: 6 0 39 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2325]: 6 0 42 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2359]: 6 0 66.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2411]: 6 0 7.00008 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2446]: 6 0 4.00004 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2480]: 6 0 53.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2492]: 6 0 203 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2522]: 6 0 130 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2542]: 6 0 37.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2546]: 6 0 49.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2561]: 6 0 35 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2562]: 6 0 27.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2565]: 6 0 11.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2568]: 6 0 50 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2576]: 6 0 23 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2622]: 6 0 21.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2647]: 6 0 38.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2657]: 6 0 19 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2688]: 6 0 150 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2763]: 6 0 80.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2779]: 6 0 88.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2810]: 6 0 34.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2823]: 6 0 14.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2901]: 6 0 64.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2962]: 6 0 71.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2970]: 6 0 31.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2980]: 6 0 50.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[2995]: 6 0 99 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3054]: 6 0 132 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3139]: 6 0 73.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3145]: 6 0 14.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3201]: 6 0 98.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3341]: 6 0 16.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3343]: 6 0 47.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3513]: 6 0 87.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3570]: 6 0 19.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3631]: 6 0 94.0001 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3653]: 6 0 11 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
822.21/824.48	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
829.90/832.17	WSVECS04 Frhs2[558]: 6 0 17.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[580]: 6 0 42.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[949]: 6 0 54 shouldn't be
829.90/832.17	WSVECS04 Frhs2[950]: 6 0 29.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[957]: 6 0 26.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[961]: 6 0 43.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[969]: 6 0 27 shouldn't be
829.90/832.17	WSVECS04 Frhs2[970]: 6 0 117 shouldn't be
829.90/832.17	WSVECS04 Frhs2[972]: 6 0 85.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[982]: 6 0 88.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[986]: 6 0 40 shouldn't be
829.90/832.17	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
829.90/832.17	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
829.90/832.17	WSVECS04 Frhs2[993]: 6 0 78.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1002]: 6 0 29.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1006]: 6 0 9.00005 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1016]: 6 0 65 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1034]: 6 0 11 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1055]: 6 0 35.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1074]: 6 0 36.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1077]: 6 0 17.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1096]: 6 0 46 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1123]: 6 0 43.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1140]: 6 0 84.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1141]: 6 0 11.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1142]: 6 0 109 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1157]: 6 0 26.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1186]: 6 0 98.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1201]: 6 0 14 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1203]: 6 0 141 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1206]: 6 0 71 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1208]: 6 0 66 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1224]: 6 0 46 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1227]: 6 0 18 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1229]: 6 0 89 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1248]: 6 0 97.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1253]: 6 0 17.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1267]: 6 0 109 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1273]: 6 0 101 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1288]: 6 0 20.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1289]: 6 0 8.00005 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1291]: 6 0 49.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1296]: 6 0 9.00006 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1319]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1337]: 6 0 10.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1357]: 6 0 80 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1383]: 6 0 87.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1417]: 6 0 9.00007 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1424]: 6 0 11.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1440]: 6 0 25.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1442]: 6 0 116 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1449]: 6 0 21.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1452]: 6 0 94 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1459]: 6 0 90 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1462]: 6 0 74.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1465]: 6 0 20 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1468]: 6 0 38 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1469]: 6 0 41.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1470]: 6 0 45.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1475]: 6 0 62 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1482]: 6 0 18.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1491]: 6 0 89.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1495]: 6 0 9.00009 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1508]: 6 0 25 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1512]: 6 0 78.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1518]: 6 0 3.00004 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1547]: 6 0 62.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1552]: 6 0 44.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1557]: 6 0 72.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1638]: 6 0 178 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1644]: 6 0 54 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1666]: 6 0 78 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1669]: 6 0 86.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1681]: 6 0 33.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1682]: 6 0 100 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1687]: 6 0 33.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1699]: 6 0 62 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1707]: 6 0 147 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1709]: 6 0 11.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1711]: 6 0 10 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1720]: 6 0 164 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1724]: 6 0 20.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1730]: 6 0 30 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1731]: 6 0 63.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1732]: 6 0 15.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1733]: 6 0 51.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1735]: 6 0 99 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1746]: 6 0 33 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1750]: 6 0 92.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1763]: 6 0 61 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1768]: 6 0 95.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1789]: 6 0 128 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1791]: 6 0 31.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1816]: 6 0 24.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1837]: 6 0 24.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1843]: 6 0 41.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1864]: 6 0 37.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1867]: 6 0 16.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1871]: 6 0 27 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1872]: 6 0 116 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1889]: 6 0 54.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1908]: 6 0 82.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1945]: 6 0 47 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1946]: 6 0 56.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1949]: 6 0 75 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1970]: 6 0 83 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1972]: 6 0 13.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1996]: 6 0 86 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1997]: 6 0 101 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1998]: 6 0 6.00008 shouldn't be
829.90/832.17	WSVECS04 Frhs2[1999]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2026]: 6 0 60 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2037]: 6 0 53.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2039]: 6 0 62.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2046]: 6 0 18.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2047]: 6 0 31 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2091]: 6 0 65.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2101]: 6 0 66.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2102]: 6 0 69.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2129]: 6 0 93 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2138]: 6 0 155 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2139]: 6 0 107 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2148]: 6 0 32.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2158]: 6 0 71 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2164]: 6 0 108 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2166]: 6 0 168 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2167]: 6 0 131 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2169]: 6 0 79.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2194]: 6 0 93.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2206]: 6 0 143 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2211]: 6 0 42.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2228]: 6 0 173 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2241]: 6 0 43.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2242]: 6 0 47.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2255]: 6 0 75.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2256]: 6 0 16.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2272]: 6 0 47.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2282]: 6 0 184 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2299]: 6 0 87 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2321]: 6 0 74 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2358]: 6 0 75.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2366]: 6 0 94.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2372]: 6 0 71.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2398]: 6 0 61.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2409]: 6 0 98 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2420]: 6 0 52.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2449]: 6 0 74 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2454]: 6 0 92.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2496]: 6 0 107 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2515]: 6 0 154 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2518]: 6 0 130 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2539]: 6 0 79.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2571]: 6 0 5.00003 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2593]: 6 0 213 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2613]: 6 0 50.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2614]: 6 0 81.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2632]: 6 0 80.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2661]: 6 0 62.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2666]: 6 0 15.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2673]: 6 0 23.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2674]: 6 0 32.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2689]: 6 0 204 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2708]: 6 0 124 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2722]: 6 0 84.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2734]: 6 0 98.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2774]: 6 0 48.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2791]: 6 0 75.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2795]: 6 0 65.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2803]: 6 0 93.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2818]: 6 0 97.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2829]: 6 0 74.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2865]: 6 0 69 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2890]: 6 0 50.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2899]: 6 0 98.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2903]: 6 0 26.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2910]: 6 0 125 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2918]: 6 0 222 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2921]: 6 0 46.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2960]: 6 0 128 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2963]: 6 0 101 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2964]: 6 0 29 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2978]: 6 0 127 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2991]: 6 0 94 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2993]: 6 0 53.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[2998]: 6 0 227 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3013]: 6 0 113 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3023]: 6 0 39.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3029]: 6 0 102 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3030]: 6 0 170 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3051]: 6 0 53.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3052]: 6 0 178 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3094]: 6 0 42.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3095]: 6 0 94 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3106]: 6 0 59.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3117]: 6 0 81 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3118]: 6 0 54 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3131]: 6 0 88 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3149]: 6 0 54 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3152]: 6 0 67.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3159]: 6 0 54.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3168]: 6 0 121 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3180]: 6 0 74 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3182]: 6 0 52.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3188]: 6 0 93 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3191]: 6 0 83 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3217]: 6 0 27 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3239]: 6 0 49.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3255]: 6 0 27 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3269]: 6 0 66.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3291]: 6 0 87.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3304]: 6 0 91 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3306]: 6 0 3.00005 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3311]: 6 0 55.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3319]: 6 0 64.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3332]: 6 0 92.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3334]: 6 0 99 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3352]: 6 0 49 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3376]: 6 0 175 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3377]: 6 0 70 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3396]: 6 0 210 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3397]: 6 0 47 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3399]: 6 0 184 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3421]: 6 0 189 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3423]: 6 0 51 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3443]: 6 0 149 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3446]: 6 0 173 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3491]: 6 0 181 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3492]: 6 0 69.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3508]: 6 0 130 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3516]: 6 0 93.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3528]: 6 0 48.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3573]: 6 0 186 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3596]: 6 0 76.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3651]: 6 0 92 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3652]: 6 0 88.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3726]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3728]: 6 0 69 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3735]: 6 0 79.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3736]: 6 0 70.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3741]: 6 0 83.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3749]: 6 0 77.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3752]: 6 0 69.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3756]: 6 0 48.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3762]: 6 0 49.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3808]: 6 0 98 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3815]: 6 0 99.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3831]: 6 0 64.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3888]: 6 0 64 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3905]: 6 0 79.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3908]: 6 0 33 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3949]: 6 0 76 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3962]: 6 0 43.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3972]: 6 0 57.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[3978]: 6 0 12 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4012]: 6 0 217 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4018]: 6 0 47.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4053]: 6 0 172 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4227]: 6 0 87.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4250]: 6 0 90 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4278]: 6 0 74.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4283]: 6 0 62 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4302]: 6 0 87.0001 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
829.90/832.17	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
833.18/835.43	c bounds -19997 >= -265893 @ 826.378
834.58/836.80	c bounds -19997 >= -265631 @ 827.74
869.10/871.48	c #Conflicts:     126000 | #Constraints:     109879
869.10/871.48	c #Conflicts:     127000 | #Constraints:     110879
869.10/871.48	c #Conflicts:     128000 | #Constraints:     111879
869.10/871.48	c #Conflicts:     129000 | #Constraints:     112879
869.10/871.48	c #Conflicts:     130000 | #Constraints:     113879
869.10/871.48	c bounds -19997 >= -265369 @ 862.152
869.50/871.83	c bounds -20005 >= -265369 @ 862.495
869.71/872.03	c bounds -20017 >= -265369 @ 862.69
869.81/872.17	c bounds -20019 >= -265369 @ 862.829
869.90/872.25	c bounds -20025 >= -265369 @ 862.904
869.90/872.27	c bounds -20032 >= -265369 @ 862.927
870.00/872.30	c bounds -20047 >= -265369 @ 862.952
870.20/872.54	c bounds -20058 >= -265369 @ 863.196
870.99/873.35	c #Conflicts:     131000 | #Constraints:     114895
870.99/873.35	c bounds -20066 >= -265369 @ 863.988
871.39/873.74	c bounds -20067 >= -265369 @ 864.372
871.39/873.77	c bounds -20068 >= -265369 @ 864.402
871.50/873.80	c bounds -20073 >= -265369 @ 864.433
871.60/873.90	c bounds -20078 >= -265369 @ 864.533
872.70/875.08	c bounds -20087 >= -265369 @ 865.696
873.70/876.07	c INPROCESSING
873.70/876.07	c GARBAGE COLLECT
873.70/876.07	c bounds -20097 >= -265369 @ 866.672
879.79/882.15	c #Conflicts:     132000 | #Constraints:     108667
879.79/882.15	c #Conflicts:     133000 | #Constraints:     109667
879.79/882.15	c bounds -20101 >= -265369 @ 872.604
894.44/896.85	c #Conflicts:     134000 | #Constraints:     110668
894.44/896.85	c #Conflicts:     135000 | #Constraints:     111668
894.44/896.85	c #Conflicts:     136000 | #Constraints:     112668
894.44/896.85	c #Conflicts:     137000 | #Constraints:     113668
894.44/896.85	c #Conflicts:     138000 | #Constraints:     114668
894.44/896.85	c #Conflicts:     139000 | #Constraints:     115668
894.44/896.85	c INPROCESSING
894.44/896.85	c GARBAGE COLLECT
894.44/896.85	c bounds -20106 >= -265369 @ 887.063
894.44/896.86	c bounds -20108 >= -265369 @ 887.077
894.44/896.88	c bounds -20125 >= -265369 @ 887.093
894.44/896.88	c bounds -20127 >= -265369 @ 887.099
894.54/896.90	c bounds -20130 >= -265369 @ 887.118
894.54/896.92	c bounds -20138 >= -265369 @ 887.132
894.54/896.98	c bounds -20150 >= -265369 @ 887.193
894.54/896.99	c bounds -20166 >= -265369 @ 887.2
894.54/897.00	c bounds -20188 >= -265369 @ 887.206
894.94/897.31	c bounds -20195 >= -265369 @ 887.512
894.94/897.34	c bounds -20198 >= -265369 @ 887.536
895.03/897.40	c bounds -20214 >= -265369 @ 887.595
895.23/897.67	c bounds -20247 >= -265369 @ 887.87
896.13/898.57	c bounds -20256 >= -265369 @ 888.757
898.33/900.71	c #Conflicts:     140000 | #Constraints:     109274
898.33/900.71	c bounds -20266 >= -265369 @ 890.863
898.74/901.15	c bounds -20268 >= -265369 @ 891.29
898.74/901.17	c bounds -20268 >= -265109 @ 891.315
898.83/901.20	c bounds -20268 >= -264849 @ 891.341
898.83/901.21	c bounds -20268 >= -264589 @ 891.355
898.83/901.22	c bounds -20268 >= -264330 @ 891.361
898.83/901.23	c bounds -20268 >= -264071 @ 891.378
898.83/901.29	c bounds -20268 >= -263812 @ 891.432
899.22/901.64	c bounds -20268 >= -263553 @ 891.78
899.82/902.24	c bounds -20268 >= -263294 @ 892.379
901.02/903.46	c bounds -20282 >= -263294 @ 893.572
906.01/908.40	c #Conflicts:     141000 | #Constraints:     110318
906.01/908.40	c bounds -20282 >= -263035 @ 898.476
906.11/908.58	c bounds -20298 >= -263035 @ 898.646
906.21/908.60	c bounds -20304 >= -263035 @ 898.672
906.21/908.63	c bounds -20319 >= -263035 @ 898.701
906.21/908.67	c bounds -20324 >= -263035 @ 898.735
906.21/908.69	c bounds -20325 >= -263035 @ 898.759
906.31/908.72	c bounds -20367 >= -263035 @ 898.787
906.31/908.76	c bounds -20401 >= -263035 @ 898.824
906.41/908.82	c bounds -20461 >= -263035 @ 898.882
906.41/908.89	c bounds -20469 >= -263035 @ 898.951
909.50/911.97	c #Conflicts:     142000 | #Constraints:     111333
909.50/911.97	c bounds -20470 >= -263035 @ 901.978
921.27/923.71	c #Conflicts:     143000 | #Constraints:     112334
921.27/923.71	c #Conflicts:     144000 | #Constraints:     113334
921.27/923.71	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[38]: 6 -31 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[221]: 6 -3.00007 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[227]: 6 -25.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[268]: 6 -10.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[345]: 6 -2.00007 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[403]: 6 -25.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[488]: 6 -49 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[544]: 6 -16.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[592]: 6 -5.00009 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[714]: 6 -47.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[742]: 6 -34.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[784]: 6 -32.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[806]: 6 -47 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[876]: 6 -37.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[896]: 6 -46 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[940]: 6 -40 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1042]: 6 -41.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1064]: 6 -36.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1085]: 6 -15.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1105]: 6 -83.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1152]: 6 -38.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1215]: 6 -65 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1216]: 6 -40.0001 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1520]: 6 -90 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1585]: 6 -138 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[1717]: 6 -121 0 shouldn't be
921.27/923.71	WSVECS04 Frhs2[2155]: 6 -118 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[17]: 6 -23.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[18]: 6 -9.00002 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[42]: 6 -35.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[53]: 6 -11 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[75]: 6 -33 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[113]: 6 -17.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[267]: 6 -10.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[361]: 6 -23 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[368]: 6 -21.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[383]: 6 -9.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[387]: 6 -4.00003 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[425]: 6 -15 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[545]: 6 -50.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[674]: 6 -45.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[676]: 6 -24 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[780]: 6 -43 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[834]: 6 -63 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[878]: 6 -32 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[915]: 6 -7.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[921]: 6 -12.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[1021]: 6 -15 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[1171]: 6 -43 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[1238]: 6 -65.0001 0 shouldn't be
924.58/927.09	WSVECS04 Frhs2[2133]: 6 -119 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[97]: 6 -35.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[120]: 6 -6.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[315]: 6 -14.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[364]: 6 -9.00008 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[406]: 6 -8.00003 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[408]: 6 -32 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[487]: 6 -35 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[523]: 6 -35 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[525]: 6 -42.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[546]: 6 -11 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[568]: 6 -49 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[590]: 6 -49 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[611]: 6 -57 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[632]: 6 -42.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[654]: 6 -51 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[655]: 6 -55.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[693]: 6 -45.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[697]: 6 -42 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[699]: 6 -33 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[719]: 6 -57 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[720]: 6 -21.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[738]: 6 -58.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[741]: 6 -67 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[762]: 6 -64.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[763]: 6 -41.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[765]: 6 -58.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[833]: 6 -68 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[856]: 6 -15.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[859]: 6 -10 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[875]: 6 -52.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[880]: 6 -52.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[902]: 6 -14.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[937]: 6 -63 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1018]: 6 -36.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1063]: 6 -39 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1065]: 6 -64.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1146]: 6 -56 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1148]: 6 -105 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1150]: 6 -9.00008 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1174]: 6 -28.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1237]: 6 -8.00004 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1240]: 6 -48 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1257]: 6 -81 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1259]: 6 -94.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1260]: 6 -72.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1330]: 6 -40.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1333]: 6 -63 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1352]: 6 -96.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1375]: 6 -8.00002 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1379]: 6 -58.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1396]: 6 -72 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1398]: 6 -9.00006 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1419]: 6 -63 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1521]: 6 -113 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1542]: 6 -12 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1544]: 6 -98.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1629]: 6 -130 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1695]: 6 -68.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1813]: 6 -82.0001 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[1855]: 6 -24 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[2638]: 6 -2.00003 0 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
929.66/932.15	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
929.66/932.15	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
989.42/992.09	c #Conflicts:     145000 | #Constraints:     114335
989.42/992.09	c #Conflicts:     146000 | #Constraints:     115335
989.42/992.09	c #Conflicts:     147000 | #Constraints:     116335
989.42/992.09	c INPROCESSING
989.42/992.09	c GARBAGE COLLECT
989.42/992.09	c rational objective -31514.3
993.30/995.92	c bounds -20481 >= -263035 @ 985.403
993.30/995.92	c bounds -20492 >= -263035 @ 985.408
993.60/996.29	c bounds -20503 >= -263035 @ 985.777
993.70/996.31	c bounds -20508 >= -263035 @ 985.797
993.70/996.33	c bounds -20518 >= -263035 @ 985.81
993.70/996.34	c bounds -20521 >= -263035 @ 985.818
993.79/996.43	c bounds -20524 >= -263035 @ 985.912
993.79/996.46	c bounds -20529 >= -263035 @ 985.937
993.79/996.48	c bounds -20530 >= -263035 @ 985.956
993.79/996.49	c bounds -20541 >= -263035 @ 985.969
993.89/996.51	c bounds -20548 >= -263035 @ 985.99
993.89/996.56	c bounds -20551 >= -263035 @ 986.039
993.89/996.58	c bounds -20554 >= -263035 @ 986.058
993.99/996.62	c bounds -20565 >= -263035 @ 986.092
994.09/996.72	c bounds -20569 >= -263035 @ 986.193
994.09/996.76	c bounds -20574 >= -263035 @ 986.229
994.09/996.78	c bounds -20578 >= -263035 @ 986.254
994.99/997.62	c bounds -20584 >= -263035 @ 987.078
994.99/997.64	c bounds -20595 >= -263035 @ 987.099
995.29/997.91	c bounds -20599 >= -263035 @ 987.365
998.50/1001.17	c #Conflicts:     148000 | #Constraints:     109732
998.50/1001.17	c bounds -20600 >= -263035 @ 990.563
998.58/1001.20	c bounds -20601 >= -263035 @ 990.587
999.58/1002.27	c bounds -20605 >= -263035 @ 991.625
1000.18/1002.87	c bounds -20606 >= -263035 @ 992.221
1000.18/1002.88	c bounds -20606 >= -262781 @ 992.228
1000.18/1002.89	c bounds -20606 >= -262528 @ 992.234
1000.28/1002.90	c bounds -20606 >= -262271 @ 992.244
1000.28/1002.92	c bounds -20606 >= -262014 @ 992.261
1000.28/1002.94	c bounds -20606 >= -261757 @ 992.281
1000.28/1002.95	c bounds -20606 >= -261500 @ 992.297
1000.28/1002.98	c bounds -20606 >= -261246 @ 992.325
1000.28/1002.99	c bounds -20606 >= -260993 @ 992.336
1000.58/1003.26	c bounds -20606 >= -260740 @ 992.607
1000.98/1003.68	c bounds -20606 >= -260487 @ 993.021
1001.98/1004.63	c #Conflicts:     149000 | #Constraints:     110784
1001.98/1004.63	c bounds -20606 >= -260234 @ 993.958
1006.37/1009.10	c bounds -20606 >= -259981 @ 998.409
1006.76/1009.49	c bounds -20613 >= -259981 @ 998.794
1013.75/1016.40	c #Conflicts:     150000 | #Constraints:     111803
1013.75/1016.40	c bounds -20613 >= -259728 @ 1005.67
1013.85/1016.51	c bounds -20622 >= -259728 @ 1005.77
1013.85/1016.54	c bounds -20623 >= -259728 @ 1005.8
1013.85/1016.58	c bounds -20628 >= -259728 @ 1005.84
1013.94/1016.62	c bounds -20634 >= -259728 @ 1005.88
1013.94/1016.66	c bounds -20637 >= -259728 @ 1005.92
1013.94/1016.69	c bounds -20648 >= -259728 @ 1005.95
1014.04/1016.74	c bounds -20652 >= -259728 @ 1006
1014.25/1016.94	c bounds -20656 >= -259728 @ 1006.2
1014.25/1017.00	c bounds -20659 >= -259728 @ 1006.25
1019.03/1021.76	c #Conflicts:     151000 | #Constraints:     112821
1019.03/1021.76	c bounds -20660 >= -259728 @ 1010.94
1037.89/1040.66	c #Conflicts:     152000 | #Constraints:     113822
1037.89/1040.66	c #Conflicts:     153000 | #Constraints:     114822
1037.89/1040.66	c bounds -20660 >= -259475 @ 1029.71
1088.78/1091.61	c #Conflicts:     154000 | #Constraints:     115834
1088.78/1091.61	c #Conflicts:     155000 | #Constraints:     116834
1088.78/1091.61	c INPROCESSING
1088.78/1091.61	c GARBAGE COLLECT
1088.78/1091.61	c #Conflicts:     156000 | #Constraints:     109962
1088.78/1091.61	c #Conflicts:     157000 | #Constraints:     110962
1088.78/1091.61	c #Conflicts:     158000 | #Constraints:     111962
1088.78/1091.61	c #Conflicts:     159000 | #Constraints:     112963
1088.78/1091.61	c #Conflicts:     160000 | #Constraints:     113963
1088.78/1091.61	c #Conflicts:     161000 | #Constraints:     114963
1088.78/1091.61	c bounds -20660 >= -259222 @ 1080.3
1121.00/1123.95	c #Conflicts:     162000 | #Constraints:     115972
1121.00/1123.95	c #Conflicts:     163000 | #Constraints:     116972
1121.00/1123.95	c INPROCESSING
1121.00/1123.95	c GARBAGE COLLECT
1121.00/1123.95	c #Conflicts:     164000 | #Constraints:     109974
1121.00/1123.95	c #Conflicts:     165000 | #Constraints:     110974
1121.00/1123.95	c #Conflicts:     166000 | #Constraints:     111974
1121.00/1123.95	c #Conflicts:     167000 | #Constraints:     112974
1121.00/1123.95	c #Conflicts:     168000 | #Constraints:     113974
1121.00/1123.95	c #Conflicts:     169000 | #Constraints:     114974
1121.00/1123.95	c #Conflicts:     170000 | #Constraints:     115974
1121.00/1123.95	c #Conflicts:     171000 | #Constraints:     116974
1121.00/1123.95	c INPROCESSING
1121.00/1123.95	c GARBAGE COLLECT
1121.00/1123.95	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1121.00/1123.95	WSVECS04 Frhs2[139]: 6 -34.0001 0 shouldn't be
1121.00/1123.95	WSVECS04 Frhs2[408]: 6 -32.0001 0 shouldn't be
1121.00/1123.95	WSVECS04 Frhs2[1185]: 6 -100 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[137]: 6 -4.00002 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[178]: 6 -9.00003 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[179]: 6 -31.0001 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[267]: 6 -10.0001 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[277]: 6 -11 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[286]: 6 -23.0001 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[310]: 6 -9.0001 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[412]: 6 -17 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[430]: 6 -29.0001 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[861]: 6 -61 0 shouldn't be
1122.30/1125.23	WSVECS04 Frhs2[900]: 6 -33.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[12]: 6 -11.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[18]: 6 -9.00004 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[32]: 6 -29.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[35]: 6 -2.00003 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[38]: 6 -31.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[53]: 6 -11.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[55]: 6 -26.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[75]: 6 -33 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[77]: 6 -28.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[79]: 6 -22.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[80]: 6 -14.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[88]: 6 -22 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[91]: 6 -31.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[93]: 6 -16.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[97]: 6 -35 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[99]: 6 -14 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[109]: 6 -11.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[112]: 6 -3.00007 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[113]: 6 -17.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[120]: 6 -6.00006 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[128]: 6 -10.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[131]: 6 -16.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[133]: 6 -2.00001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[135]: 6 -21.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[175]: 6 -9.00006 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[190]: 6 -6.00009 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[194]: 6 -15.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[213]: 6 -35.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[216]: 6 -6.00003 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[217]: 6 -12.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[221]: 6 -3.00007 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[235]: 6 -24.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[237]: 6 -9.00003 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[239]: 6 -5.00004 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[256]: 6 -24.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[257]: 6 -26 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[259]: 6 -2.00003 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[260]: 6 -4.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[262]: 6 -7.00004 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[263]: 6 -12.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[279]: 6 -20.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[280]: 6 -10.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[281]: 6 -8.00007 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[300]: 6 -12.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[302]: 6 -9.00003 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[306]: 6 -35.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[326]: 6 -8.00005 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[327]: 6 -17 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[328]: 6 -12.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[330]: 6 -34.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[345]: 6 -2.00008 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[349]: 6 -14 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[350]: 6 -13 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[366]: 6 -15.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[368]: 6 -21 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[369]: 6 -7.00005 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[370]: 6 -31 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[390]: 6 -8.00009 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[409]: 6 -28 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[410]: 6 -35.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[411]: 6 -3.00005 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[413]: 6 -21.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[425]: 6 -15.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[486]: 6 -57 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[506]: 6 -69.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[510]: 6 -45.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[523]: 6 -35.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[525]: 6 -42 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[546]: 6 -11 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[550]: 6 -31.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[551]: 6 -18 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[568]: 6 -49 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[579]: 6 -37.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[584]: 6 -67.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[592]: 6 -5.00006 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[601]: 6 -48 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[625]: 6 -26.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[666]: 6 -35 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[674]: 6 -45 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[693]: 6 -45 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[694]: 6 -65.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[733]: 6 -52 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[749]: 6 -41 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[750]: 6 -28.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[751]: 6 -20.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[753]: 6 -35.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[754]: 6 -23.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[757]: 6 -10 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[775]: 6 -51 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[777]: 6 -40 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[779]: 6 -54.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[816]: 6 -41.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[817]: 6 -34.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[836]: 6 -21 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[837]: 6 -49.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[839]: 6 -48.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[841]: 6 -14.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[859]: 6 -10.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[863]: 6 -5.00008 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[864]: 6 -42.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[880]: 6 -52.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[881]: 6 -51.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1035]: 6 -106 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1057]: 6 -17 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1079]: 6 -47 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1097]: 6 -76.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1103]: 6 -73.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1119]: 6 -60 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1146]: 6 -56.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1147]: 6 -56 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1187]: 6 -94.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1188]: 6 -82.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1189]: 6 -35 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1207]: 6 -93 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1209]: 6 -68 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1230]: 6 -13.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1251]: 6 -106 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1271]: 6 -16 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1272]: 6 -35 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1294]: 6 -71 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1297]: 6 -55.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1314]: 6 -25.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1317]: 6 -107 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1338]: 6 -34.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1339]: 6 -21 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1502]: 6 -7.00009 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1626]: 6 -10.0001 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[1818]: 6 -3.00008 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[2060]: 6 -112 0 shouldn't be
1124.39/1127.30	WSVECS04 Frhs2[2192]: 6 -118 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[39]: 6 -30 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[42]: 6 -35 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[63]: 6 -11.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[74]: 6 -22.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[76]: 6 -18.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[116]: 6 -7.00007 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[138]: 6 -34 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[152]: 6 -16 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[223]: 6 -35.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[240]: 6 -2.00009 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[384]: 6 -1.00007 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[392]: 6 -9.00004 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[406]: 6 -8.00008 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[487]: 6 -35.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[600]: 6 -20 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[627]: 6 -36 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[642]: 6 -50.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[686]: 6 -52.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[689]: 6 -61.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[690]: 6 -55 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[708]: 6 -51 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[709]: 6 -66 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[710]: 6 -33 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[714]: 6 -47 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[729]: 6 -5.00001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[735]: 6 -62 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[770]: 6 -40.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[771]: 6 -54 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[776]: 6 -58.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[798]: 6 -32.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[860]: 6 -24 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[878]: 6 -32.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[884]: 6 -19 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[885]: 6 -25 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[902]: 6 -14 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[919]: 6 -7.00005 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[920]: 6 -8.00001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[998]: 6 -98.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[999]: 6 -23 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1000]: 6 -79.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1021]: 6 -15.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1024]: 6 -47 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1058]: 6 -11 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1100]: 6 -5.00003 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1143]: 6 -54 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1145]: 6 -82.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1162]: 6 -4.00003 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1210]: 6 -102 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1225]: 6 -59.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1247]: 6 -78.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1250]: 6 -49.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1275]: 6 -35 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1293]: 6 -82 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1295]: 6 -52 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1315]: 6 -61.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1318]: 6 -51 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1336]: 6 -46 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1360]: 6 -101 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1556]: 6 -53.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1559]: 6 -114 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1577]: 6 -71.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1578]: 6 -118 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1600]: 6 -114 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1601]: 6 -120 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1603]: 6 -72.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1621]: 6 -141 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1623]: 6 -104 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1624]: 6 -119 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1625]: 6 -85.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1647]: 6 -117 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1665]: 6 -131 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1688]: 6 -113 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1753]: 6 -98.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1754]: 6 -104 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1774]: 6 -36 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[1796]: 6 -141 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2061]: 6 -25 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2062]: 6 -89.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2083]: 6 -49.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2104]: 6 -167 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2105]: 6 -65.0001 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2106]: 6 -113 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2126]: 6 -2.00003 0 shouldn't be
1127.98/1130.98	WSVECS04 Frhs2[2279]: 6 -122 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[288]: 6 -18.0001 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[387]: 6 -4.00004 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[1163]: 6 -10.0001 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[1421]: 6 0 70 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[1858]: 6 -42.0001 0 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[1900]: 6 0 28 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[1924]: 6 0 49.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2398]: 6 0 61 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2408]: 6 0 60.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2430]: 6 0 94.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2821]: 6 0 62.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2823]: 6 0 14.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2865]: 6 0 69.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3303]: 6 0 11 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3306]: 6 0 3.00006 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3324]: 6 0 93 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3350]: 6 0 80.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3367]: 6 0 40.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3741]: 6 0 83.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3742]: 6 0 97.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3808]: 6 0 98.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3896]: 6 0 40 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3897]: 6 0 38.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3912]: 6 0 72.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3932]: 6 0 90 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3957]: 6 0 95.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3982]: 6 0 15.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4117]: 6 0 72 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4158]: 6 0 59 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1140.07/1143.05	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4281]: 6 0 23 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4285]: 6 0 166 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1140.07/1143.06	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[3585]: 6 0 40 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[3908]: 6 0 33 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[3941]: 6 0 27 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[3978]: 6 0 12.0001 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[4144]: 6 0 35.0001 shouldn't be
1151.42/1154.42	WSVECS04 Frhs2[4283]: 6 0 62.0001 shouldn't be
1160.30/1163.31	WSVECS04 Frhs2[2890]: 6 0 50.0001 shouldn't be
1160.30/1163.31	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1160.30/1163.31	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
1160.30/1163.31	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
1160.30/1163.31	WSVECS04 Frhs2[3831]: 6 0 64 shouldn't be
1169.57/1172.69	c #Conflicts:     172000 | #Constraints:     109762
1169.57/1172.69	WSVECS04 Frhs2[270]: 6 0 2002.64 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[475]: 6 -712.688 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[528]: 6 -2696.82 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[542]: 6 -360.63 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[638]: 6 -1282.17 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[659]: 6 0 727.035 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[696]: 6 -2019.67 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[761]: 6 -1850.92 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[928]: 6 -2072.97 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[1006]: 6 0 5014.4 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[1125]: 6 -76.8203 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[1385]: 6 -1759.63 0 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[1423]: 6 0 550.136 shouldn't be
1169.57/1172.69	WSVECS04 Frhs2[2301]: 6 0 1309.41 shouldn't be
1192.62/1195.70	c #Conflicts:     173000 | #Constraints:     110763
1192.62/1195.70	c #Conflicts:     174000 | #Constraints:     111763
1192.62/1195.70	c #Conflicts:     175000 | #Constraints:     112763
1192.62/1195.70	c #Conflicts:     176000 | #Constraints:     113763
1192.62/1195.70	c #Conflicts:     177000 | #Constraints:     114763
1192.62/1195.70	c #Conflicts:     178000 | #Constraints:     115763
1192.62/1195.70	c #Conflicts:     179000 | #Constraints:     116764
1192.62/1195.70	c #Conflicts:     180000 | #Constraints:     117765
1192.62/1195.70	c INPROCESSING
1192.62/1195.70	c GARBAGE COLLECT
1192.62/1195.70	c bounds -20661 >= -259222 @ 1183.33
1192.62/1195.71	c bounds -20662 >= -259222 @ 1183.35
1192.62/1195.73	c bounds -20663 >= -259222 @ 1183.36
1192.62/1195.74	c bounds -20668 >= -259222 @ 1183.37
1192.62/1195.75	c bounds -20672 >= -259222 @ 1183.39
1192.62/1195.77	c bounds -20677 >= -259222 @ 1183.4
1192.62/1195.80	c bounds -20686 >= -259222 @ 1183.43
1192.72/1195.82	c bounds -20687 >= -259222 @ 1183.45
1192.72/1195.83	c bounds -20703 >= -259222 @ 1183.46
1192.82/1195.90	c bounds -20706 >= -259222 @ 1183.53
1192.82/1195.92	c bounds -20707 >= -259222 @ 1183.54
1192.82/1195.96	c bounds -20766 >= -259222 @ 1183.59
1193.82/1196.90	c bounds -20767 >= -259222 @ 1184.51
1197.81/1200.92	c #Conflicts:     181000 | #Constraints:     110370
1197.81/1200.92	c #Conflicts:     182000 | #Constraints:     111370
1197.81/1200.92	c bounds -20772 >= -259222 @ 1188.47
1197.81/1200.92	c bounds -20772 >= -258975 @ 1188.48
1197.81/1200.93	c bounds -20772 >= -258726 @ 1188.48
1197.81/1200.94	c bounds -20772 >= -258480 @ 1188.49
1197.81/1200.94	c bounds -20772 >= -258231 @ 1188.5
1197.81/1200.97	c bounds -20772 >= -257981 @ 1188.52
1197.81/1200.98	c bounds -20772 >= -257732 @ 1188.53
1197.81/1200.99	c bounds -20772 >= -257485 @ 1188.54
1197.92/1201.01	c bounds -20772 >= -257238 @ 1188.57
1197.92/1201.05	c bounds -20772 >= -256991 @ 1188.6
1197.92/1201.10	c bounds -20772 >= -256745 @ 1188.65
1198.02/1201.13	c bounds -20772 >= -256499 @ 1188.68
1198.02/1201.14	c bounds -20772 >= -256253 @ 1188.69
1198.02/1201.18	c bounds -20772 >= -256007 @ 1188.72
1198.30/1201.41	c bounds -20772 >= -255761 @ 1188.95
1201.01/1204.19	WSVECS04 Frhs2[215]: 6 -19.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[268]: 6 -10.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[418]: 6 -16.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[465]: 6 0 10 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[506]: 6 -69.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[535]: 6 0 2.00005 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[575]: 6 -20 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[605]: 6 -62.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[711]: 6 0 60.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[847]: 6 -52.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[868]: 6 -45.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[904]: 6 -11.0001 0 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[980]: 6 0 63.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1005]: 6 0 61.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1019]: 6 0 94 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1130]: 6 0 108 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1233]: 6 0 120 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1383]: 6 0 87.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1436]: 6 0 96.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1501]: 6 0 73 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1548]: 6 0 95.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1575]: 6 0 87.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1839]: 6 0 68.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1863]: 6 0 95.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1889]: 6 0 54 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2153]: 6 0 163 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2198]: 6 0 97 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2223]: 6 0 38.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2229]: 6 0 236 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2232]: 6 0 23.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2366]: 6 0 94 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2790]: 6 0 42 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2803]: 6 0 93.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3238]: 6 0 84.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3519]: 6 0 79.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3711]: 6 0 98.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4172]: 6 0 81.0001 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1201.01/1204.19	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3]: 6 -30.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[4]: 6 -3.00002 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[10]: 6 -10.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[32]: 6 -29.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[55]: 6 -26.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[64]: 6 0 22 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[69]: 6 -22.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[76]: 6 -18 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[107]: 6 -18.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[119]: 6 -27.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[128]: 6 -10 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[133]: 6 -2.00005 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[134]: 6 -20.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[147]: 6 -11.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[150]: 6 -23.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[152]: 6 -16.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[196]: 6 -31.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[260]: 6 -4.00003 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[262]: 6 -7.00007 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[354]: 6 -5.00005 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[414]: 6 -34.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[416]: 6 -9.00008 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[426]: 6 0 14.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[441]: 6 -8.00003 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[550]: 6 -31.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[561]: 6 0 12.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[598]: 6 -13 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[620]: 6 -38.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[691]: 6 0 3.00001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[858]: 6 0 5.00004 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[925]: 6 -7.00005 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1022]: 6 0 13 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1132]: 6 -11.0001 0 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1208]: 6 0 66.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1291]: 6 0 49 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1373]: 6 0 101 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1416]: 6 0 53.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1424]: 6 0 11.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1602]: 6 0 74.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1691]: 6 0 34.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1845]: 6 0 66.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1875]: 6 0 8.00008 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2096]: 6 0 30.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2450]: 6 0 51.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2843]: 6 0 2.00004 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3020]: 6 0 33 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3090]: 6 0 60 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3152]: 6 0 67.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3205]: 6 0 24.0001 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
1203.49/1206.62	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1]: 6 -17.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[35]: 6 -2.00007 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[80]: 6 -14.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[105]: 6 -29 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[118]: 6 -1.00007 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[131]: 6 -16 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[151]: 6 -17.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[180]: 6 -24.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[201]: 6 -21.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[216]: 6 -6.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[238]: 6 -27.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[240]: 6 -2.00007 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[288]: 6 -18.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[389]: 6 0 19.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[395]: 6 -21.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[407]: 6 0 18 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[411]: 6 -3.00003 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[429]: 6 0 14.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[437]: 6 -4.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[495]: 6 -63 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[504]: 6 0 14.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[531]: 6 0 9.00004 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[580]: 6 0 42.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[583]: 6 0 88.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[584]: 6 -67 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[606]: 6 -19.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[621]: 6 -27.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[624]: 6 0 43.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[633]: 6 0 20.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[670]: 6 0 27 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[731]: 6 0 53.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[796]: 6 0 56.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[819]: 6 0 42.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[840]: 6 0 68.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[844]: 6 -41.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[845]: 6 -64.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[862]: 6 0 83 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[887]: 6 -44.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[898]: 6 0 67 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[901]: 6 0 62 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[908]: 6 -33 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[938]: 6 0 25 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[945]: 6 -29.0001 0 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[972]: 6 0 85.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[982]: 6 0 88 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[985]: 6 0 39.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[997]: 6 0 37 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1027]: 6 0 86.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1041]: 6 0 107 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1051]: 6 0 109 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1101]: 6 0 43.0001 shouldn't be
1208.77/1212.01	WSVECS04 Frhs2[1102]: 6 0 74 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1114]: 6 0 4.00009 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1123]: 6 0 43.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1140]: 6 0 84.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1151]: 6 0 71 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1160]: 6 0 2.00002 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1168]: 6 0 78.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1169]: 6 0 77 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1170]: 6 0 76.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1172]: 6 0 64.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1184]: 6 0 93.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1186]: 6 0 98.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1206]: 6 0 71.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1231]: 6 0 72.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1234]: 6 0 83.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1316]: 6 0 29 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1341]: 6 0 80.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1354]: 6 0 24 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1356]: 6 0 96 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1370]: 6 0 77 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1377]: 6 0 67 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1380]: 6 0 64.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1381]: 6 0 10 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1399]: 6 0 54.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1406]: 6 0 9.00007 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1422]: 6 0 38 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1439]: 6 0 60.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1440]: 6 0 25.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1452]: 6 0 94.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1462]: 6 0 74 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1469]: 6 0 41.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1470]: 6 0 45 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1475]: 6 0 62.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1480]: 6 0 47.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1487]: 6 0 89.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1491]: 6 0 89 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1497]: 6 0 77.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1508]: 6 0 25.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1509]: 6 0 59.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1522]: 6 0 42.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1525]: 6 0 3.00009 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1547]: 6 0 62.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1550]: 6 0 52.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1557]: 6 0 72 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1558]: 6 0 39.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1566]: 6 0 95.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1591]: 6 -22.0001 0 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1627]: 6 0 98.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1644]: 6 0 54.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1649]: 6 0 149 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1662]: 6 0 79 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1666]: 6 0 78.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1670]: 6 0 177 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1673]: 6 0 98.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1674]: 6 0 84 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1684]: 6 0 15.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1685]: 6 0 80.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1694]: 6 0 141 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1710]: 6 0 89 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1733]: 6 0 51 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1735]: 6 0 99.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1738]: 6 0 90.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1748]: 6 0 40.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1792]: 6 0 75.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1806]: 6 0 74.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1824]: 6 0 88.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1843]: 6 0 41 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1859]: 6 0 36 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1878]: 6 0 36 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1885]: 6 0 64 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1924]: 6 0 49.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1925]: 6 0 28.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1949]: 6 0 75.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1960]: 6 0 39.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1975]: 6 0 70 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[1996]: 6 0 86.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2026]: 6 0 60.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2095]: 6 0 30.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2101]: 6 0 66.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2102]: 6 0 69 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2129]: 6 0 93.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2194]: 6 0 93.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2235]: 6 0 4.00009 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2245]: 6 0 35.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2263]: 6 0 90.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2268]: 6 0 12 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2272]: 6 0 47 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2316]: 6 0 10.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2318]: 6 0 22 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2325]: 6 0 42.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2336]: 6 0 52.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2364]: 6 0 87 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2372]: 6 0 71 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2403]: 6 0 7.00005 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2409]: 6 0 98.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2542]: 6 0 37.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2546]: 6 0 49 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2632]: 6 0 80 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2647]: 6 0 38.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2674]: 6 0 32.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2680]: 6 0 88.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2700]: 6 0 18 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2749]: 6 0 48.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2771]: 6 0 54.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2772]: 6 0 78.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2779]: 6 0 88 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2795]: 6 0 65.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2807]: 6 0 67 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2818]: 6 0 97.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2823]: 6 0 14 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2829]: 6 0 74.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2856]: 6 0 82.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2862]: 6 0 86.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2895]: 6 0 39.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2899]: 6 0 98 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2901]: 6 0 64 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2961]: 6 0 49 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2962]: 6 0 71 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2970]: 6 0 31.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2980]: 6 0 50 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[2995]: 6 0 99.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3003]: 6 0 54 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3082]: 6 0 78 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3092]: 6 0 22 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3106]: 6 0 59.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3131]: 6 0 88.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3146]: 6 0 79.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3186]: 6 0 76 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3188]: 6 0 93.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3213]: 6 0 63.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3225]: 6 0 94.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3278]: 6 0 65.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3280]: 6 0 50.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3303]: 6 0 11.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3316]: 6 0 75.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3319]: 6 0 64.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3367]: 6 0 40.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3385]: 6 0 40 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3630]: 6 0 97.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3673]: 6 0 46 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3682]: 6 0 47.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3696]: 6 0 57.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3728]: 6 0 69.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3749]: 6 0 77 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3816]: 6 0 191 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3956]: 6 0 89.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3960]: 6 0 122 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4005]: 6 0 74.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4096]: 6 0 67.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4194]: 6 0 231 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4216]: 6 0 96.0001 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1208.88/1212.01	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[73]: 6 -10.0001 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[90]: 6 -28.0001 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[178]: 6 -9.00001 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[391]: 6 0 7.00005 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[419]: 6 -6.00006 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[433]: 6 -23.0001 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[464]: 6 -30.0001 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[478]: 6 0 1.00008 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[547]: 6 0 52 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[692]: 6 0 26 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[869]: 6 0 3.00006 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[899]: 6 0 2.00004 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[950]: 6 0 29.0001 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[957]: 6 0 26.0001 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[976]: 6 0 63.0001 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[1034]: 6 0 11.0001 shouldn't be
1214.66/1217.88	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1043]: 6 0 40.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1055]: 6 0 35 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1083]: 6 0 41.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1141]: 6 0 11.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1353]: 6 0 131 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1359]: 6 0 84.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1401]: 6 0 22.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1409]: 6 0 11.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1418]: 6 0 85 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1421]: 6 0 70.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1458]: 6 0 33 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1482]: 6 0 18.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1512]: 6 0 78.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1541]: 6 0 70.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1597]: 6 0 62 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1643]: 6 0 66.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1652]: 6 0 161 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1660]: 6 0 157 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1829]: 6 0 38.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1871]: 6 0 27.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1876]: 6 0 62.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1945]: 6 0 47.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[1946]: 6 0 56 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2082]: 6 0 67 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2093]: 6 0 7.00002 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2170]: 6 0 66.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2261]: 6 0 72 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2275]: 6 0 45.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2454]: 6 0 92 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2539]: 6 0 79.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2622]: 6 0 21.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2729]: 6 0 88.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2763]: 6 0 80.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[2941]: 6 0 55 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3159]: 6 0 54 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3201]: 6 0 98.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3742]: 6 0 97.0001 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3747]: 6 0 86 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
1214.66/1217.89	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1]: 6 -17 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3]: 6 -30 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[4]: 6 -3 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[6]: 6 0 8 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[10]: 6 -10 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[12]: 6 -11 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[22]: 6 -25 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[32]: 6 -29 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[35]: 6 -2 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[49]: 6 -23 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[50]: 6 -4 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[55]: 6 -26 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[64]: 6 0 22 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[66]: 6 -25 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[69]: 6 -22 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[73]: 6 -10 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[76]: 6 -18 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[77]: 6 -28 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[79]: 6 -22 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[80]: 6 -14 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[82]: 6 -13 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[84]: 6 -4 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[90]: 6 -28 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[93]: 6 -16 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[99]: 6 -14 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[101]: 6 -22 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[105]: 6 -29 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[109]: 6 -11 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[112]: 6 -3 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[113]: 6 -17 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[116]: 6 -7 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[118]: 6 -1 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[119]: 6 -27 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[120]: 6 -6 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[126]: 6 -16 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[127]: 6 -30 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[131]: 6 -16 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[133]: 6 -2 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[134]: 6 -20 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[135]: 6 -21 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[137]: 6 -4 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[138]: 6 -34 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[139]: 6 -34 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[147]: 6 -11 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[148]: 6 -16 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[150]: 6 -23 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[151]: 6 -17 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[152]: 6 -16 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[174]: 6 -15 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[175]: 6 -9 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[178]: 6 -9 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[179]: 6 -31 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[180]: 6 -24 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[194]: 6 -15 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[196]: 6 -31 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[199]: 6 -10 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[201]: 6 -21 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[215]: 6 -19 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[223]: 6 -35 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[240]: 6 -2 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[243]: 6 -16 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[260]: 6 -4 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[262]: 6 -7 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[267]: 6 -10 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[268]: 6 -10 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[286]: 6 -23 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[288]: 6 -18 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[326]: 6 -8 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[352]: 6 -31 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[354]: 6 -5 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[373]: 6 -11 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[374]: 6 -32 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[389]: 6 0 19 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[392]: 6 -9 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[395]: 6 -21 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[411]: 6 -3 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[414]: 6 -34 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[416]: 6 -9 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[418]: 6 -16 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[419]: 6 -6 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[426]: 6 0 14 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[429]: 6 0 14 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[431]: 6 -15 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[435]: 6 -23 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[437]: 6 -4 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[439]: 6 -23 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[440]: 6 -21 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[441]: 6 -8 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[456]: 6 -31 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[464]: 6 -30 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[465]: 6 0 10 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[477]: 6 0 90 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[479]: 6 0 30 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[484]: 6 -39 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[494]: 6 -44 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[495]: 6 -63 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[504]: 6 0 14 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[506]: 6 -69 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[509]: 6 0 7 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[512]: 6 0 42 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[535]: 6 0 2 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[536]: 6 0 60 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[547]: 6 0 52 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[550]: 6 -31 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[553]: 6 -44 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[575]: 6 -20 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[583]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[585]: 6 0 28 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[597]: 6 -52 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[598]: 6 -13 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[605]: 6 -62 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[609]: 6 -43 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[610]: 6 0 12 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[620]: 6 -38 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[621]: 6 -27 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[624]: 6 0 43 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[625]: 6 -26 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[635]: 6 -43 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[639]: 6 -60 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[640]: 6 -39 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[642]: 6 -50 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[670]: 6 0 27 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[694]: 6 -65 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[711]: 6 0 60 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[715]: 6 -12 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[738]: 6 -58 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[751]: 6 -20 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[753]: 6 -35 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[794]: 6 -17 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[796]: 6 0 56 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[797]: 6 0 10 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[838]: 6 0 41 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[840]: 6 0 68 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[842]: 6 -49 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[843]: 6 -61 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[844]: 6 -41 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[845]: 6 -64 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[846]: 6 -67 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[847]: 6 -52 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[858]: 6 0 5 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[866]: 6 -40 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[869]: 6 0 3 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[871]: 6 0 1 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[879]: 6 0 37 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[882]: 6 0 69 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[887]: 6 -44 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[898]: 6 0 67 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[899]: 6 0 2 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[901]: 6 0 62 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[903]: 6 0 15 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[904]: 6 -11 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[905]: 6 -48 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[908]: 6 -33 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[945]: 6 -29 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[949]: 6 0 54 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[951]: 6 0 133 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[954]: 6 0 33 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[957]: 6 0 26 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[958]: 6 0 55 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[972]: 6 0 85 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[977]: 6 0 122 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[980]: 6 0 63 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[982]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[983]: 6 0 142 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[989]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[991]: 6 0 138 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[997]: 6 0 37 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1004]: 6 0 109 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1005]: 6 0 61 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1007]: 6 0 110 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1009]: 6 0 104 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1010]: 6 0 141 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1012]: 6 0 135 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1017]: 6 0 28 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1019]: 6 0 94 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1022]: 6 0 13 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1026]: 6 0 133 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1027]: 6 0 86 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1029]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1031]: 6 0 129 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1036]: 6 0 116 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1037]: 6 0 127 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1051]: 6 0 109 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1053]: 6 0 9 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1059]: 6 0 128 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1076]: 6 0 103 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1098]: 6 0 93 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1114]: 6 0 4 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1120]: 6 0 76 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1130]: 6 0 108 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1132]: 6 -11 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1138]: 6 0 53 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1139]: 6 0 6 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1142]: 6 0 109 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1144]: 6 0 125 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1159]: 6 0 105 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1160]: 6 0 2 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1165]: 6 0 44 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1166]: 6 0 134 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1169]: 6 0 77 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1170]: 6 0 76 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1183]: 6 0 103 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1184]: 6 0 93 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1186]: 6 0 98 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1206]: 6 0 71 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1208]: 6 0 66 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1227]: 6 0 18 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1229]: 6 0 89 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1231]: 6 0 72 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1233]: 6 0 120 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1252]: 6 0 41 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1255]: 6 0 60 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1273]: 6 0 101 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1276]: 6 0 119 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1281]: 6 0 3 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1291]: 6 0 49 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1313]: 6 0 57 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1337]: 6 0 10 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1340]: 6 0 141 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1341]: 6 0 80 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1353]: 6 0 131 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1354]: 6 0 24 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1355]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1356]: 6 0 96 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1357]: 6 0 80 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1358]: 6 0 26 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1359]: 6 0 84 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1373]: 6 0 101 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1376]: 6 0 100 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1378]: 6 0 123 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1380]: 6 0 64 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1382]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1383]: 6 0 87 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1386]: 6 0 130 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1387]: 6 0 114 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1399]: 6 0 54 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1402]: 6 0 142 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1403]: 6 0 69 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1408]: 6 0 39 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1410]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1416]: 6 0 53 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1417]: 6 0 9 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1422]: 6 0 38 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1424]: 6 0 11 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1430]: 6 0 145 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1431]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1436]: 6 0 96 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1437]: 6 0 119 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1438]: 6 0 148 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1440]: 6 0 25 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1444]: 6 0 105 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1445]: 6 0 189 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1446]: 6 0 115 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1449]: 6 0 21 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1452]: 6 0 94 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1454]: 6 0 107 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1456]: 6 0 154 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1461]: 6 0 106 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1462]: 6 0 74 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1467]: 6 0 120 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1468]: 6 0 38 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1469]: 6 0 41 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1470]: 6 0 45 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1472]: 6 0 149 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1474]: 6 0 113 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1478]: 6 0 133 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1481]: 6 0 156 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1485]: 6 0 84 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1489]: 6 0 11 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1490]: 6 0 172 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1491]: 6 0 89 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1492]: 6 0 186 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1496]: 6 0 64 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1499]: 6 0 135 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1501]: 6 0 73 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1504]: 6 0 133 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1506]: 6 0 165 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1508]: 6 0 25 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1514]: 6 0 183 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1516]: 6 0 130 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1528]: 6 0 137 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1532]: 6 0 152 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1536]: 6 0 164 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1537]: 6 0 143 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1538]: 6 0 176 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1540]: 6 0 113 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1543]: 6 0 106 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1548]: 6 0 95 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1549]: 6 0 116 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1558]: 6 0 39 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1567]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1570]: 6 0 97 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1573]: 6 0 112 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1575]: 6 0 87 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1581]: 6 0 107 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1582]: 6 0 159 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1589]: 6 0 169 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1590]: 6 0 144 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1591]: 6 -22 0 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1592]: 6 0 9 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1596]: 6 0 124 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1598]: 6 0 121 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1599]: 6 0 100 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1602]: 6 0 74 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1604]: 6 0 183 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1610]: 6 0 148 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1611]: 6 0 105 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1615]: 6 0 154 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1620]: 6 0 137 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1627]: 6 0 98 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1632]: 6 0 162 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1637]: 6 0 9 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1638]: 6 0 178 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1639]: 6 0 124 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1640]: 6 0 184 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1643]: 6 0 66 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1645]: 6 0 184 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1646]: 6 0 137 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1649]: 6 0 149 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1652]: 6 0 161 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1662]: 6 0 79 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1663]: 6 0 177 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1666]: 6 0 78 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1667]: 6 0 186 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1670]: 6 0 177 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1673]: 6 0 98 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1682]: 6 0 100 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1684]: 6 0 15 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1689]: 6 0 181 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1694]: 6 0 141 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1696]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1704]: 6 0 36 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1707]: 6 0 147 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1709]: 6 0 11 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1710]: 6 0 89 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1711]: 6 0 10 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1716]: 6 0 153 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1733]: 6 0 51 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1737]: 6 0 165 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1738]: 6 0 90 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1748]: 6 0 40 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1750]: 6 0 92 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1752]: 6 0 165 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1756]: 6 0 24 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1775]: 6 0 152 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1776]: 6 0 105 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1778]: 6 0 182 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1779]: 6 0 128 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1784]: 6 0 183 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1792]: 6 0 75 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1794]: 6 0 133 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1795]: 6 0 157 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1797]: 6 0 147 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1798]: 6 0 130 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1801]: 6 0 116 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1803]: 6 0 168 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1805]: 6 0 161 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1806]: 6 0 74 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1808]: 6 0 111 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1811]: 6 0 85 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1812]: 6 0 161 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1819]: 6 0 158 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1820]: 6 0 17 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1821]: 6 0 190 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1822]: 6 0 100 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1823]: 6 0 141 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1824]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1829]: 6 0 38 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1830]: 6 0 161 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1832]: 6 0 141 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1834]: 6 0 17 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1835]: 6 0 148 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1836]: 6 0 177 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1838]: 6 0 132 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1839]: 6 0 68 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1841]: 6 0 103 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1845]: 6 0 66 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1851]: 6 0 155 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1852]: 6 0 172 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1857]: 6 0 169 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1859]: 6 0 36 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1863]: 6 0 95 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1864]: 6 0 37 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1867]: 6 0 16 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1870]: 6 0 182 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1872]: 6 0 116 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1875]: 6 0 8 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1876]: 6 0 62 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1878]: 6 0 36 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1880]: 6 0 145 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1883]: 6 0 160 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1884]: 6 0 156 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1886]: 6 0 163 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1888]: 6 0 181 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1889]: 6 0 54 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1894]: 6 0 131 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1896]: 6 0 123 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1897]: 6 0 170 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1903]: 6 0 184 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1907]: 6 0 181 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1909]: 6 0 233 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1914]: 6 0 106 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1916]: 6 0 150 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1917]: 6 0 225 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1920]: 6 0 188 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1921]: 6 0 187 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1933]: 6 0 132 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1934]: 6 0 159 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1936]: 6 0 236 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1939]: 6 0 195 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1943]: 6 0 189 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1949]: 6 0 75 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1954]: 6 0 129 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1955]: 6 0 182 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1958]: 6 0 166 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1961]: 6 0 146 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1962]: 6 0 172 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1963]: 6 0 192 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1966]: 6 0 127 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1967]: 6 0 175 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1970]: 6 0 83 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1973]: 6 0 114 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1974]: 6 0 39 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1977]: 6 0 100 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1981]: 6 0 202 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1982]: 6 0 180 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1983]: 6 0 172 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1990]: 6 0 215 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1993]: 6 0 53 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1996]: 6 0 86 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1997]: 6 0 101 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[1999]: 6 0 133 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2002]: 6 0 234 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2003]: 6 0 237 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2005]: 6 0 102 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2006]: 6 0 192 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2007]: 6 0 220 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2009]: 6 0 218 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2015]: 6 0 205 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2016]: 6 0 91 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2019]: 6 0 184 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2022]: 6 0 103 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2024]: 6 0 200 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2025]: 6 0 179 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2027]: 6 0 112 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2030]: 6 0 112 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2035]: 6 0 186 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2036]: 6 0 215 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2040]: 6 0 150 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2042]: 6 0 225 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2051]: 6 0 208 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2053]: 6 0 104 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2056]: 6 0 152 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2063]: 6 0 232 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2072]: 6 0 164 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2074]: 6 0 234 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2075]: 6 0 220 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2080]: 6 0 191 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2084]: 6 0 22 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2092]: 6 0 153 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2095]: 6 0 30 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2102]: 6 0 69 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2103]: 6 0 143 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2107]: 6 0 215 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2117]: 6 0 221 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2118]: 6 0 108 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2120]: 6 0 109 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2121]: 6 0 193 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2124]: 6 0 206 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2125]: 6 0 152 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2127]: 6 0 177 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2136]: 6 0 169 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2140]: 6 0 32 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2143]: 6 0 222 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2145]: 6 0 197 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2146]: 6 0 202 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2153]: 6 0 163 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2165]: 6 0 174 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2166]: 6 0 168 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2168]: 6 0 172 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2169]: 6 0 79 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2170]: 6 0 66 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2171]: 6 0 156 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2173]: 6 0 145 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2176]: 6 0 140 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2177]: 6 0 139 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2186]: 6 0 111 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2187]: 6 0 216 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2190]: 6 0 41 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2191]: 6 0 204 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2193]: 6 0 196 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2195]: 6 0 71 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2197]: 6 0 216 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2198]: 6 0 97 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2200]: 6 0 150 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2209]: 6 0 155 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2211]: 6 0 42 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2214]: 6 0 105 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2221]: 6 0 180 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2230]: 6 0 205 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2233]: 6 0 143 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2238]: 6 0 212 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2239]: 6 0 186 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2242]: 6 0 47 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2243]: 6 0 227 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2251]: 6 0 108 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2255]: 6 0 75 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2257]: 6 0 158 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2258]: 6 0 233 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2262]: 6 0 152 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2265]: 6 0 116 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2268]: 6 0 12 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2269]: 6 0 103 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2272]: 6 0 47 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2274]: 6 0 194 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2276]: 6 0 199 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2277]: 6 0 229 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2278]: 6 0 238 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2280]: 6 0 205 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2281]: 6 0 81 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2282]: 6 0 184 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2285]: 6 0 134 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2286]: 6 0 219 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2287]: 6 0 106 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2291]: 6 0 131 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2292]: 6 0 159 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2294]: 6 0 189 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2296]: 6 0 239 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2297]: 6 0 156 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2298]: 6 0 151 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2299]: 6 0 87 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2302]: 6 0 212 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2306]: 6 0 108 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2307]: 6 0 225 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2308]: 6 0 211 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2309]: 6 0 116 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2310]: 6 0 148 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2311]: 6 0 129 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2312]: 6 0 163 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2313]: 6 0 151 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2314]: 6 0 102 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2315]: 6 0 194 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2316]: 6 0 10 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2324]: 6 0 193 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2326]: 6 0 112 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2327]: 6 0 199 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2328]: 6 0 231 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2331]: 6 0 226 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2334]: 6 0 198 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2337]: 6 0 150 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2338]: 6 0 4 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2340]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2343]: 6 0 126 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2344]: 6 0 223 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2346]: 6 0 152 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2347]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2350]: 6 0 171 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2351]: 6 0 114 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2352]: 6 0 55 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2358]: 6 0 75 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2359]: 6 0 66 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2361]: 6 0 74 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2364]: 6 0 87 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2365]: 6 0 123 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2366]: 6 0 94 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2370]: 6 0 239 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2371]: 6 0 138 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2372]: 6 0 71 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2374]: 6 0 183 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2375]: 6 0 201 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2376]: 6 0 90 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2378]: 6 0 168 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2379]: 6 0 212 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2380]: 6 0 114 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2381]: 6 0 224 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2387]: 6 0 175 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2388]: 6 0 49 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2392]: 6 0 260 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2393]: 6 0 118 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2394]: 6 0 151 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2395]: 6 0 279 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2396]: 6 0 281 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2397]: 6 0 99 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2400]: 6 0 212 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2403]: 6 0 7 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2407]: 6 0 210 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2409]: 6 0 98 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2410]: 6 0 196 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2412]: 6 0 138 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2415]: 6 0 115 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2419]: 6 0 201 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2420]: 6 0 52 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2421]: 6 0 270 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2422]: 6 0 129 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2425]: 6 0 186 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2426]: 6 0 134 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2427]: 6 0 120 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2428]: 6 0 157 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2429]: 6 0 71 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2430]: 6 0 94 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2431]: 6 0 139 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2432]: 6 0 202 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2436]: 6 0 108 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2438]: 6 0 72 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2441]: 6 0 131 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2442]: 6 0 182 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2445]: 6 0 216 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2447]: 6 0 123 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2449]: 6 0 74 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2450]: 6 0 51 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2452]: 6 0 209 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2454]: 6 0 92 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2455]: 6 0 239 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2459]: 6 0 149 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2465]: 6 0 260 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2466]: 6 0 121 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2467]: 6 0 181 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2471]: 6 0 191 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2472]: 6 0 171 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2473]: 6 0 186 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2474]: 6 0 246 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2476]: 6 0 115 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2477]: 6 0 279 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2479]: 6 0 211 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2481]: 6 0 219 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2482]: 6 0 225 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2486]: 6 0 241 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2487]: 6 0 119 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2488]: 6 0 120 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2489]: 6 0 271 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2490]: 6 0 111 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2491]: 6 0 86 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2492]: 6 0 203 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2494]: 6 0 190 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2497]: 6 0 223 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2500]: 6 0 152 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2511]: 6 0 173 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2512]: 6 0 234 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2515]: 6 0 154 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2516]: 6 0 149 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2517]: 6 0 261 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2518]: 6 0 130 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2532]: 6 0 180 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2533]: 6 0 128 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2535]: 6 0 250 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2541]: 6 0 137 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2543]: 6 0 284 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2545]: 6 0 159 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2554]: 6 0 192 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2558]: 6 0 233 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2561]: 6 0 35 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2564]: 6 0 279 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2566]: 6 0 128 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2577]: 6 0 196 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2578]: 6 0 245 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2582]: 6 0 173 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2588]: 6 0 112 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2598]: 6 0 224 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2601]: 6 0 257 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2602]: 6 0 245 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2603]: 6 0 223 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2605]: 6 0 259 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2606]: 6 0 139 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2608]: 6 0 118 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2611]: 6 0 240 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2620]: 6 0 144 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2621]: 6 0 125 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2623]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2624]: 6 0 234 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2626]: 6 0 284 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2632]: 6 0 80 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2634]: 6 0 209 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2641]: 6 0 140 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2642]: 6 0 163 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2647]: 6 0 38 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2649]: 6 0 249 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2651]: 6 0 187 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2652]: 6 0 239 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2654]: 6 0 232 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2655]: 6 0 212 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2656]: 6 0 96 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2658]: 6 0 196 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2662]: 6 0 198 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2663]: 6 0 267 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2668]: 6 0 159 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2670]: 6 0 166 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2671]: 6 0 142 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2672]: 6 0 142 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2673]: 6 0 23 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2675]: 6 0 164 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2679]: 6 0 196 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2680]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2682]: 6 0 206 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2683]: 6 0 243 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2684]: 6 0 279 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2690]: 6 0 185 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2692]: 6 0 222 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2698]: 6 0 217 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2701]: 6 0 161 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2705]: 6 0 174 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2706]: 6 0 130 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2711]: 6 0 153 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2712]: 6 0 81 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2713]: 6 0 272 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2716]: 6 0 165 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2717]: 6 0 209 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2719]: 6 0 31 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2725]: 6 0 218 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2726]: 6 0 173 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2728]: 6 0 129 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2729]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2732]: 6 0 176 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2734]: 6 0 98 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2735]: 6 0 132 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2736]: 6 0 173 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2738]: 6 0 157 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2740]: 6 0 255 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2741]: 6 0 117 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2744]: 6 0 272 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2745]: 6 0 107 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2750]: 6 0 179 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2751]: 6 0 272 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2752]: 6 0 194 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2754]: 6 0 237 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2759]: 6 0 136 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2760]: 6 0 80 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2761]: 6 0 257 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2766]: 6 0 163 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2767]: 6 0 183 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2768]: 6 0 271 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2769]: 6 0 213 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2770]: 6 0 129 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2772]: 6 0 78 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2773]: 6 0 232 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2774]: 6 0 48 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2776]: 6 0 228 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2777]: 6 0 119 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2779]: 6 0 88 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2782]: 6 0 136 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2783]: 6 0 158 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2791]: 6 0 75 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2792]: 6 0 185 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2793]: 6 0 185 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2796]: 6 0 233 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2798]: 6 0 283 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2799]: 6 0 219 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2800]: 6 0 212 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2801]: 6 0 278 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2803]: 6 0 93 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2804]: 6 0 127 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2806]: 6 0 147 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2807]: 6 0 67 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2808]: 6 0 58 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2810]: 6 0 34 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2813]: 6 0 113 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2817]: 6 0 154 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2818]: 6 0 97 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2822]: 6 0 264 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2832]: 6 0 260 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2834]: 6 0 244 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2839]: 6 0 130 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2841]: 6 0 123 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2842]: 6 0 221 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2844]: 6 0 259 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2846]: 6 0 123 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2847]: 6 0 208 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2848]: 6 0 133 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2852]: 6 0 216 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2857]: 6 0 277 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2858]: 6 0 191 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2861]: 6 0 206 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2870]: 6 0 243 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2873]: 6 0 116 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2875]: 6 0 283 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2879]: 6 0 314 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2882]: 6 0 231 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2886]: 6 0 244 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2891]: 6 0 145 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2894]: 6 0 226 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2899]: 6 0 98 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2900]: 6 0 106 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2902]: 6 0 259 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2904]: 6 0 302 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2905]: 6 0 324 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2910]: 6 0 125 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2911]: 6 0 292 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2912]: 6 0 207 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2913]: 6 0 290 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2916]: 6 0 278 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2918]: 6 0 222 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2925]: 6 0 207 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2928]: 6 0 230 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2930]: 6 0 294 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2932]: 6 0 206 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2934]: 6 0 253 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2935]: 6 0 153 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2936]: 6 0 149 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2938]: 6 0 187 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2948]: 6 0 191 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2949]: 6 0 202 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2952]: 6 0 271 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2956]: 6 0 237 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2960]: 6 0 128 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2977]: 6 0 154 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2979]: 6 0 222 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2980]: 6 0 50 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2994]: 6 0 149 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2995]: 6 0 99 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2996]: 6 0 250 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2998]: 6 0 227 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[2999]: 6 0 248 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3000]: 6 0 307 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3002]: 6 0 136 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3004]: 6 0 244 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3018]: 6 0 300 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3024]: 6 0 285 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3026]: 6 0 238 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3027]: 6 0 91 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3037]: 6 0 182 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3038]: 6 0 21 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3039]: 6 0 234 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3042]: 6 0 163 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3047]: 6 0 256 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3060]: 6 0 245 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3066]: 6 0 328 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3080]: 6 0 311 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3082]: 6 0 78 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3084]: 6 0 169 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3085]: 6 0 259 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3087]: 6 0 156 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3089]: 6 0 173 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3091]: 6 0 228 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3102]: 6 0 69 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3104]: 6 0 239 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3105]: 6 0 258 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3109]: 6 0 300 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3112]: 6 0 172 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3113]: 6 0 314 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3114]: 6 0 302 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3124]: 6 0 134 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3126]: 6 0 275 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3127]: 6 0 220 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3133]: 6 0 316 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3134]: 6 0 140 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3135]: 6 0 253 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3136]: 6 0 112 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3137]: 6 0 256 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3146]: 6 0 79 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3150]: 6 0 105 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3153]: 6 0 72 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3154]: 6 0 156 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3155]: 6 0 179 shouldn't be
1218.55/1221.74	WSVECS04 Frhs2[3156]: 6 0 180 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3158]: 6 0 322 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3161]: 6 0 269 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3162]: 6 0 123 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3166]: 6 0 135 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3167]: 6 0 158 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3172]: 6 0 333 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3173]: 6 0 204 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3174]: 6 0 304 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3175]: 6 0 229 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3176]: 6 0 203 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3177]: 6 0 258 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3185]: 6 0 216 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3189]: 6 0 299 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3195]: 6 0 161 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3200]: 6 0 302 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3201]: 6 0 98 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3204]: 6 0 118 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3211]: 6 0 102 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3212]: 6 0 126 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3213]: 6 0 63 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3216]: 6 0 304 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3222]: 6 0 209 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3226]: 6 0 290 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3228]: 6 0 235 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3230]: 6 0 109 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3231]: 6 0 274 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3232]: 6 0 142 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3234]: 6 0 298 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3235]: 6 0 271 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3236]: 6 0 189 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3238]: 6 0 84 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3240]: 6 0 223 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3243]: 6 0 221 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3245]: 6 0 224 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3246]: 6 0 228 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3247]: 6 0 226 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3248]: 6 0 323 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3250]: 6 0 135 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3251]: 6 0 281 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3252]: 6 0 257 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3255]: 6 0 27 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3263]: 6 0 204 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3264]: 6 0 291 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3266]: 6 0 333 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3269]: 6 0 66 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3274]: 6 0 133 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3276]: 6 0 229 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3277]: 6 0 131 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3281]: 6 0 311 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3284]: 6 0 207 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3286]: 6 0 328 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3288]: 6 0 332 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3289]: 6 0 313 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3290]: 6 0 300 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3291]: 6 0 87 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3293]: 6 0 297 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3294]: 6 0 260 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3296]: 6 0 303 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3298]: 6 0 183 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3302]: 6 0 172 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3308]: 6 0 228 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3315]: 6 0 246 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3319]: 6 0 64 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3320]: 6 0 335 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3322]: 6 0 278 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3323]: 6 0 207 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3331]: 6 0 145 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3335]: 6 0 273 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3337]: 6 0 279 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3338]: 6 0 238 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3341]: 6 0 16 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3342]: 6 0 313 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3344]: 6 0 304 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3347]: 6 0 124 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3351]: 6 0 175 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3354]: 6 0 324 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3358]: 6 0 318 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3362]: 6 0 377 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3364]: 6 0 102 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3368]: 6 0 223 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3369]: 6 0 183 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3370]: 6 0 339 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3373]: 6 0 191 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3374]: 6 0 362 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3376]: 6 0 175 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3380]: 6 0 285 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3381]: 6 0 330 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3383]: 6 0 134 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3386]: 6 0 188 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3388]: 6 0 187 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3389]: 6 0 200 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3390]: 6 0 286 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3391]: 6 0 152 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3395]: 6 0 166 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3396]: 6 0 210 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3399]: 6 0 184 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3400]: 6 0 129 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3404]: 6 0 124 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3406]: 6 0 305 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3407]: 6 0 183 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3410]: 6 0 277 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3412]: 6 0 321 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3413]: 6 0 259 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3417]: 6 0 353 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3418]: 6 0 240 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3429]: 6 0 153 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3432]: 6 0 225 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3435]: 6 0 275 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3439]: 6 0 116 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3454]: 6 0 281 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3456]: 6 0 214 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3457]: 6 0 327 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3458]: 6 0 263 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3459]: 6 0 257 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3475]: 6 0 257 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3481]: 6 0 118 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3482]: 6 0 379 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3483]: 6 0 150 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3484]: 6 0 314 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3497]: 6 0 236 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3498]: 6 0 260 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3499]: 6 0 154 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3500]: 6 0 354 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3519]: 6 0 79 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3520]: 6 0 285 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3525]: 6 0 380 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3541]: 6 0 211 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3547]: 6 0 296 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3567]: 6 0 111 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3571]: 6 0 306 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3588]: 6 0 318 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3589]: 6 0 370 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3606]: 6 0 225 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3607]: 6 0 359 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3609]: 6 0 366 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3612]: 6 0 128 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3615]: 6 0 202 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3616]: 6 0 229 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3626]: 6 0 204 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3630]: 6 0 97 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3632]: 6 0 174 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3636]: 6 0 117 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3637]: 6 0 191 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3647]: 6 0 147 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3650]: 6 0 139 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3654]: 6 0 285 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3656]: 6 0 373 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3659]: 6 0 344 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3667]: 6 0 122 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3677]: 6 0 108 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3678]: 6 0 357 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3679]: 6 0 126 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3680]: 6 0 200 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3681]: 6 0 224 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3682]: 6 0 47 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3685]: 6 0 368 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3686]: 6 0 219 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3692]: 6 0 263 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3693]: 6 0 201 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3696]: 6 0 57 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3700]: 6 0 233 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3701]: 6 0 258 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3706]: 6 0 180 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3708]: 6 0 211 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3709]: 6 0 270 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3711]: 6 0 98 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3712]: 6 0 252 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3715]: 6 0 226 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3716]: 6 0 362 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3717]: 6 0 238 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3726]: 6 0 133 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3729]: 6 0 357 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3731]: 6 0 109 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3732]: 6 0 107 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3733]: 6 0 161 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3735]: 6 0 79 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3743]: 6 0 159 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3745]: 6 0 221 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3746]: 6 0 251 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3750]: 6 0 355 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3757]: 6 0 374 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3758]: 6 0 196 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3759]: 6 0 370 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3760]: 6 0 92 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3761]: 6 0 252 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3767]: 6 0 218 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3770]: 6 0 158 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3772]: 6 0 229 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3773]: 6 0 50 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3775]: 6 0 123 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3778]: 6 0 265 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3782]: 6 0 317 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3783]: 6 0 370 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3786]: 6 0 146 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3787]: 6 0 113 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3801]: 6 0 372 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3802]: 6 0 159 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3808]: 6 0 98 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3809]: 6 0 382 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3812]: 6 0 242 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3813]: 6 0 356 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3815]: 6 0 99 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3816]: 6 0 191 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3822]: 6 0 374 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3823]: 6 0 192 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3824]: 6 0 234 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3829]: 6 0 221 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3831]: 6 0 64 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3833]: 6 0 200 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3837]: 6 0 252 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3838]: 6 0 350 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3848]: 6 0 305 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3851]: 6 0 218 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3853]: 6 0 253 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3857]: 6 0 337 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3860]: 6 0 381 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3869]: 6 0 386 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3871]: 6 0 174 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3872]: 6 0 253 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3873]: 6 0 270 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3875]: 6 0 303 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3876]: 6 0 358 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3899]: 6 0 414 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3900]: 6 0 378 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3911]: 6 0 334 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3916]: 6 0 230 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3919]: 6 0 153 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3921]: 6 0 422 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3934]: 6 0 428 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3936]: 6 0 249 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3939]: 6 0 127 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3940]: 6 0 249 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3960]: 6 0 122 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3964]: 6 0 258 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3979]: 6 0 363 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3981]: 6 0 155 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[3985]: 6 0 265 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4000]: 6 0 321 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4002]: 6 0 398 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4006]: 6 0 319 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4023]: 6 0 120 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4024]: 6 0 191 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4025]: 6 0 323 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4026]: 6 0 193 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4044]: 6 0 333 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4047]: 6 0 149 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4051]: 6 0 188 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4067]: 6 0 206 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4069]: 6 0 149 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4088]: 6 0 224 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4089]: 6 0 247 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4090]: 6 0 180 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4095]: 6 0 302 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4109]: 6 0 221 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4110]: 6 0 361 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4112]: 6 0 381 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4118]: 6 0 193 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4129]: 6 0 133 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4131]: 6 0 128 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4141]: 6 0 360 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4153]: 6 0 222 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4155]: 6 0 360 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4161]: 6 0 309 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4162]: 6 0 336 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4167]: 6 0 401 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4171]: 6 0 235 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4175]: 6 0 359 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4176]: 6 0 427 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4182]: 6 0 159 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4183]: 6 0 227 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4184]: 6 0 156 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4185]: 6 0 396 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4189]: 6 0 259 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4191]: 6 0 356 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4192]: 6 0 226 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4194]: 6 0 231 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4196]: 6 0 112 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4197]: 6 0 281 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4203]: 6 0 258 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4204]: 6 0 237 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4211]: 6 0 200 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4212]: 6 0 411 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4216]: 6 0 96 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4219]: 6 0 269 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4220]: 6 0 386 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4224]: 6 0 230 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4225]: 6 0 168 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4227]: 6 0 87 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4229]: 6 0 176 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4232]: 6 0 216 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4242]: 6 0 413 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4245]: 6 0 152 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4246]: 6 0 268 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4248]: 6 0 378 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4251]: 6 0 133 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4254]: 6 0 422 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4260]: 6 0 402 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4261]: 6 0 330 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4262]: 6 0 417 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4263]: 6 0 332 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4272]: 6 0 349 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4275]: 6 0 154 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4277]: 6 0 368 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4283]: 6 0 62 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4304]: 6 0 301 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4306]: 6 0 198 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4310]: 6 0 247 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4311]: 6 0 171 shouldn't be
1218.55/1221.75	WSVECS04 Frhs2[4312]: 6 0 389 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[28]: 6 -32 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[31]: 6 -29 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[87]: 6 0 21 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[107]: 6 -18 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[128]: 6 -10 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[130]: 6 -12 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[216]: 6 -6 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[217]: 6 -12 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[221]: 6 -3 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[238]: 6 -27 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[263]: 6 -12 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[284]: 6 -26 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[330]: 6 -34 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[348]: 6 0 1 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[391]: 6 0 7 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[407]: 6 0 18 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[413]: 6 -21 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[433]: 6 -23 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[450]: 6 -12 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[478]: 6 0 1 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[513]: 6 0 7 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[521]: 6 0 4 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[531]: 6 0 9 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[556]: 6 0 12 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[558]: 6 0 17 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[561]: 6 0 12 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[562]: 6 0 4 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[563]: 6 0 5 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[584]: 6 -67 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[600]: 6 -20 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[606]: 6 -19 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[687]: 6 0 45 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[691]: 6 0 3 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[802]: 6 0 30 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[925]: 6 -7 0 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[926]: 6 0 1 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[935]: 6 0 31 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[938]: 6 0 25 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[953]: 6 0 1 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1006]: 6 0 9 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1015]: 6 0 1 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1052]: 6 0 3 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1253]: 6 0 17 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1299]: 6 0 4 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1334]: 6 0 14 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1345]: 6 0 17 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1370]: 6 0 77 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1381]: 6 0 10 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1397]: 6 0 31 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1401]: 6 0 22 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1482]: 6 0 18 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1518]: 6 0 3 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1525]: 6 0 3 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1837]: 6 0 24 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1899]: 6 0 1 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[1947]: 6 0 22 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[2093]: 6 0 7 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[2096]: 6 0 30 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[2235]: 6 0 4 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[2405]: 6 0 11 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[2544]: 6 0 1 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[2823]: 6 0 14 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[2843]: 6 0 2 shouldn't be
1224.95/1228.12	WSVECS04 Frhs2[3672]: 6 0 3 shouldn't be
1231.32/1234.52	WSVECS04 Frhs2[868]: 6 -45 0 shouldn't be
1231.32/1234.52	WSVECS04 Frhs2[1164]: 6 0 1 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[161]: 6 0 24 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[503]: 6 0 63 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[524]: 6 0 31 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[569]: 6 0 37 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[580]: 6 0 42 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[633]: 6 0 20 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[675]: 6 0 37 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[692]: 6 0 26 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[713]: 6 0 30 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[731]: 6 0 53 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[818]: 6 0 90 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[819]: 6 0 42 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[862]: 6 0 83 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[929]: 6 0 61 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[942]: 6 0 16 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[950]: 6 0 29 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[960]: 6 0 105 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[975]: 6 0 25 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[976]: 6 0 63 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[985]: 6 0 39 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[986]: 6 0 40 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[994]: 6 0 16 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1013]: 6 0 59 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1016]: 6 0 65 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1034]: 6 0 11 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1040]: 6 0 4 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1041]: 6 0 107 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1043]: 6 0 40 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1045]: 6 0 16 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1047]: 6 0 58 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1055]: 6 0 35 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1074]: 6 0 36 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1077]: 6 0 17 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1081]: 6 0 7 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1084]: 6 0 28 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1101]: 6 0 43 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1102]: 6 0 74 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1108]: 6 0 2 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1123]: 6 0 43 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1124]: 6 0 14 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1140]: 6 0 84 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1141]: 6 0 11 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1151]: 6 0 71 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1167]: 6 0 33 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1168]: 6 0 78 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1172]: 6 0 64 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1211]: 6 0 68 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1232]: 6 0 29 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1234]: 6 0 83 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1256]: 6 0 81 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1274]: 6 0 6 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1277]: 6 0 98 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1279]: 6 0 46 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1296]: 6 0 9 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1312]: 6 0 44 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1316]: 6 0 29 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1377]: 6 0 67 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1406]: 6 0 9 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1407]: 6 0 65 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1409]: 6 0 11 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1418]: 6 0 85 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1421]: 6 0 70 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1439]: 6 0 60 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1457]: 6 0 59 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1458]: 6 0 33 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1459]: 6 0 90 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1465]: 6 0 20 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1466]: 6 0 20 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1475]: 6 0 62 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1476]: 6 0 100 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1480]: 6 0 47 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1486]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1487]: 6 0 89 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1495]: 6 0 9 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1497]: 6 0 77 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1498]: 6 0 77 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1509]: 6 0 59 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1512]: 6 0 78 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1517]: 6 0 6 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1522]: 6 0 42 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1535]: 6 0 36 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1547]: 6 0 62 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1550]: 6 0 52 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1552]: 6 0 44 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1557]: 6 0 72 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1564]: 6 0 17 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1566]: 6 0 95 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1579]: 6 0 25 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1580]: 6 0 33 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1597]: 6 0 62 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1622]: 6 0 38 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1631]: 6 0 12 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1642]: 6 0 121 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1644]: 6 0 54 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1650]: 6 0 13 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1653]: 6 0 27 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1669]: 6 0 86 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1685]: 6 0 80 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1687]: 6 0 33 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1691]: 6 0 34 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1714]: 6 0 39 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1730]: 6 0 30 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1731]: 6 0 63 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1732]: 6 0 15 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1735]: 6 0 99 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1777]: 6 0 48 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1791]: 6 0 31 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1816]: 6 0 24 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1843]: 6 0 41 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1844]: 6 0 114 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1871]: 6 0 27 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1882]: 6 0 118 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1885]: 6 0 64 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1900]: 6 0 28 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1908]: 6 0 82 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1924]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1925]: 6 0 28 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1926]: 6 0 113 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1935]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1945]: 6 0 47 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1946]: 6 0 56 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1960]: 6 0 39 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1964]: 6 0 7 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1972]: 6 0 13 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1975]: 6 0 70 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1986]: 6 0 43 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1994]: 6 0 79 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[1995]: 6 0 6 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2008]: 6 0 31 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2026]: 6 0 60 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2037]: 6 0 53 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2039]: 6 0 62 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2079]: 6 0 22 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2081]: 6 0 32 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2082]: 6 0 67 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2100]: 6 0 25 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2101]: 6 0 66 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2113]: 6 0 57 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2123]: 6 0 92 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2128]: 6 0 72 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2129]: 6 0 93 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2144]: 6 0 87 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2147]: 6 0 17 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2148]: 6 0 32 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2149]: 6 0 52 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2156]: 6 0 69 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2164]: 6 0 108 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2167]: 6 0 131 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2194]: 6 0 93 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2223]: 6 0 38 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2232]: 6 0 23 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2237]: 6 0 45 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2241]: 6 0 43 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2245]: 6 0 35 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2253]: 6 0 19 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2256]: 6 0 16 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2261]: 6 0 72 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2263]: 6 0 90 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2275]: 6 0 45 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2303]: 6 0 118 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2318]: 6 0 22 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2319]: 6 0 39 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2321]: 6 0 74 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2325]: 6 0 42 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2329]: 6 0 15 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2330]: 6 0 51 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2336]: 6 0 52 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2341]: 6 0 50 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2390]: 6 0 81 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2398]: 6 0 61 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2408]: 6 0 60 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2434]: 6 0 7 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2446]: 6 0 4 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2448]: 6 0 118 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2463]: 6 0 104 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2496]: 6 0 107 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2522]: 6 0 130 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2539]: 6 0 79 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2542]: 6 0 37 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2546]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2565]: 6 0 11 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2567]: 6 0 65 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2622]: 6 0 21 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2657]: 6 0 19 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2674]: 6 0 32 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2721]: 6 0 59 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2722]: 6 0 84 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2727]: 6 0 103 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2749]: 6 0 48 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2763]: 6 0 80 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2764]: 6 0 7 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2771]: 6 0 54 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2790]: 6 0 42 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2795]: 6 0 65 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2797]: 6 0 138 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2820]: 6 0 98 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2821]: 6 0 62 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2836]: 6 0 38 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2856]: 6 0 82 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2862]: 6 0 86 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2865]: 6 0 69 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2866]: 6 0 28 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2868]: 6 0 6 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2890]: 6 0 50 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2901]: 6 0 64 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2921]: 6 0 46 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2931]: 6 0 112 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2957]: 6 0 80 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2961]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2970]: 6 0 31 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[2978]: 6 0 127 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3003]: 6 0 54 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3020]: 6 0 33 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3023]: 6 0 39 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3063]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3065]: 6 0 62 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3083]: 6 0 124 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3090]: 6 0 60 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3106]: 6 0 59 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3125]: 6 0 26 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3131]: 6 0 88 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3145]: 6 0 14 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3149]: 6 0 54 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3152]: 6 0 67 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3159]: 6 0 54 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3180]: 6 0 74 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3181]: 6 0 50 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3183]: 6 0 67 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3186]: 6 0 76 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3188]: 6 0 93 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3194]: 6 0 7 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3205]: 6 0 24 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3209]: 6 0 57 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3225]: 6 0 94 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3259]: 6 0 20 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3271]: 6 0 14 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3272]: 6 0 46 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3278]: 6 0 65 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3280]: 6 0 50 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3303]: 6 0 11 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3304]: 6 0 91 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3305]: 6 0 21 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3311]: 6 0 55 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3316]: 6 0 75 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3324]: 6 0 93 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3332]: 6 0 92 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3334]: 6 0 99 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3343]: 6 0 47 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3350]: 6 0 80 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3352]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3385]: 6 0 40 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3428]: 6 0 131 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3460]: 6 0 21 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3505]: 6 0 133 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3526]: 6 0 111 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3542]: 6 0 26 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3587]: 6 0 65 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3631]: 6 0 94 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3651]: 6 0 92 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3652]: 6 0 88 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3673]: 6 0 46 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3704]: 6 0 59 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3722]: 6 0 9 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3736]: 6 0 70 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3742]: 6 0 97 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3747]: 6 0 86 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3749]: 6 0 77 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3752]: 6 0 69 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3756]: 6 0 48 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3762]: 6 0 49 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3811]: 6 0 17 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3827]: 6 0 44 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3868]: 6 0 123 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3878]: 6 0 111 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3888]: 6 0 64 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3912]: 6 0 72 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3938]: 6 0 83 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3956]: 6 0 89 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3957]: 6 0 95 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3958]: 6 0 100 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[3962]: 6 0 43 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[4005]: 6 0 74 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[4096]: 6 0 67 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[4172]: 6 0 81 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[4218]: 6 0 111 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[4250]: 6 0 90 shouldn't be
1241.59/1244.88	WSVECS04 Frhs2[4296]: 6 0 149 shouldn't be
1261.94/1265.20	c bounds -20772 >= -255515 @ 1252.4
1264.63/1267.95	c bounds -20772 >= -255269 @ 1255.13
1272.11/1275.42	c #Conflicts:     183000 | #Constraints:     112440
1272.11/1275.42	c bounds -20772 >= -255023 @ 1262.56
1272.21/1275.55	c bounds -20776 >= -255023 @ 1262.69
1279.09/1282.45	c #Conflicts:     184000 | #Constraints:     113447
1279.09/1282.45	c #Conflicts:     185000 | #Constraints:     114447
1279.09/1282.45	c #Conflicts:     186000 | #Constraints:     115447
1279.09/1282.45	c bounds -20781 >= -255023 @ 1269.49
1303.64/1307.10	c #Conflicts:     187000 | #Constraints:     116448
1303.64/1307.10	c #Conflicts:     188000 | #Constraints:     117448
1303.64/1307.10	c #Conflicts:     189000 | #Constraints:     118448
1303.64/1307.10	c INPROCESSING
1303.64/1307.10	c GARBAGE COLLECT
1303.64/1307.10	c bounds -20782 >= -255023 @ 1293.94
1303.64/1307.10	c bounds -20786 >= -255023 @ 1293.95
1306.43/1309.81	c #Conflicts:     190000 | #Constraints:     110720
1306.43/1309.81	c bounds -20797 >= -255023 @ 1296.6
1306.43/1309.83	c bounds -20798 >= -255023 @ 1296.62
1306.53/1309.98	c bounds -20812 >= -255023 @ 1296.77
1306.64/1310.02	c bounds -20820 >= -255023 @ 1296.8
1306.64/1310.05	c bounds -20821 >= -255023 @ 1296.83
1307.22/1310.68	c bounds -20822 >= -255023 @ 1297.45
1307.32/1310.71	c bounds -20823 >= -255023 @ 1297.48
1307.32/1310.73	c bounds -20834 >= -255023 @ 1297.5
1307.93/1311.37	c bounds -20911 >= -255023 @ 1298.12
1308.12/1311.56	c bounds -20912 >= -255023 @ 1298.31
1308.12/1311.59	c bounds -20917 >= -255023 @ 1298.34
1308.22/1311.66	c bounds -20927 >= -255023 @ 1298.4
1308.42/1311.83	c bounds -20930 >= -255023 @ 1298.57
1308.53/1311.95	c bounds -20943 >= -255023 @ 1298.69
1311.51/1315.00	c #Conflicts:     191000 | #Constraints:     111734
1311.51/1315.00	c bounds -20945 >= -255023 @ 1301.67
1311.51/1315.01	c bounds -20945 >= -254783 @ 1301.68
1311.62/1315.02	c bounds -20945 >= -254543 @ 1301.69
1311.62/1315.03	c bounds -20945 >= -254300 @ 1301.7
1311.62/1315.05	c bounds -20945 >= -254059 @ 1301.71
1311.62/1315.07	c bounds -20945 >= -253820 @ 1301.74
1311.81/1315.24	c bounds -20945 >= -253580 @ 1301.91
1312.31/1315.79	c bounds -20945 >= -253341 @ 1302.46
1312.91/1316.31	c bounds -20945 >= -253102 @ 1302.97
1313.51/1316.97	c bounds -20945 >= -252863 @ 1303.63
1325.18/1328.67	c #Conflicts:     192000 | #Constraints:     112779
1325.18/1328.67	c #Conflicts:     193000 | #Constraints:     113779
1325.18/1328.67	c bounds -20945 >= -252624 @ 1315.24
1325.48/1329.00	c bounds -20948 >= -252624 @ 1315.57
1325.78/1329.22	c bounds -20956 >= -252624 @ 1315.78
1325.78/1329.25	c bounds -20957 >= -252624 @ 1315.82
1325.78/1329.28	c bounds -20965 >= -252624 @ 1315.85
1325.88/1329.32	c bounds -20970 >= -252624 @ 1315.88
1325.98/1329.49	c bounds -20984 >= -252624 @ 1316.05
1326.08/1329.53	c bounds -20995 >= -252624 @ 1316.09
1326.18/1329.64	c bounds -20996 >= -252624 @ 1316.2
1326.48/1329.93	c bounds -21000 >= -252624 @ 1316.48
1330.37/1333.87	c #Conflicts:     194000 | #Constraints:     114797
1330.37/1333.87	c bounds -21002 >= -252624 @ 1320.35
1360.99/1364.54	c #Conflicts:     195000 | #Constraints:     115798
1360.99/1364.54	c #Conflicts:     196000 | #Constraints:     116798
1360.99/1364.54	c #Conflicts:     197000 | #Constraints:     117798
1360.99/1364.54	c bounds -21002 >= -252385 @ 1350.79
1364.29/1367.81	c #Conflicts:     198000 | #Constraints:     118807
1364.29/1367.81	c INPROCESSING
1364.29/1367.81	c GARBAGE COLLECT
1364.29/1367.81	WSVECS04 Frhs2[719]: 6 -57.0001 0 shouldn't be
1364.29/1367.81	WSVECS04 Frhs2[789]: 6 -30.0001 0 shouldn't be
1364.29/1367.81	WSVECS04 Frhs2[834]: 6 -63.0001 0 shouldn't be
1365.60/1369.15	WSVECS04 Frhs2[259]: 6 -2.00007 0 shouldn't be
1365.60/1369.15	WSVECS04 Frhs2[317]: 6 -8.00008 0 shouldn't be
1365.60/1369.15	WSVECS04 Frhs2[336]: 6 -29.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[16]: 6 -11.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[17]: 6 -23 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[18]: 6 -9.00002 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[38]: 6 -31.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[39]: 6 -30.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[41]: 6 -25 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[63]: 6 -11.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[164]: 6 -5.00007 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[166]: 6 -6.00009 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[167]: 6 -2.00007 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[186]: 6 -16.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[188]: 6 -16.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[190]: 6 -6.00002 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[207]: 6 -33.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[208]: 6 -12.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[212]: 6 -7.00004 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[213]: 6 -35 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[229]: 6 -34.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[233]: 6 -2.00002 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[235]: 6 -24 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[237]: 6 -9.00006 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[251]: 6 -2.00008 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[273]: 6 -20 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[277]: 6 -11.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[279]: 6 -20 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[280]: 6 -10 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[281]: 6 -8.00003 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[290]: 6 -31.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[297]: 6 -8.00008 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[299]: 6 -20.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[300]: 6 -12.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[301]: 6 -27 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[302]: 6 -9.00003 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[310]: 6 -9.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[315]: 6 -14 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[316]: 6 -23 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[334]: 6 -30.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[357]: 6 -2.00006 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[360]: 6 -17.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[361]: 6 -23.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[364]: 6 -9.00004 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[366]: 6 -15 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[377]: 6 -13 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[378]: 6 -4.00007 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[383]: 6 -9.00006 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[384]: 6 -1.00002 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[386]: 6 -11 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[387]: 6 -4.00002 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[400]: 6 -22 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[401]: 6 -24.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[403]: 6 -25.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[406]: 6 -8.00007 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[421]: 6 -5.00003 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[422]: 6 -1.00001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[444]: 6 -17.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[487]: 6 -35.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[488]: 6 -49.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[510]: 6 -45 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[659]: 6 -13 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[660]: 6 -36.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[661]: 6 -22 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[678]: 6 -68 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[682]: 6 -30 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[685]: 6 -41.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[701]: 6 -57 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[704]: 6 -64.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[705]: 6 -18 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[706]: 6 -54.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[741]: 6 -67.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[742]: 6 -34.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[745]: 6 -42.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[747]: 6 -12 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[749]: 6 -41 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[750]: 6 -28.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[762]: 6 -64 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[764]: 6 -12 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[765]: 6 -58 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[771]: 6 -54 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[787]: 6 -13.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[788]: 6 -33 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[790]: 6 -35.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[793]: 6 -45 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[808]: 6 -35.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[809]: 6 -5.00007 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[810]: 6 -39.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[831]: 6 -4.00003 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[836]: 6 -21.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[851]: 6 -32 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[856]: 6 -15 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[875]: 6 -52.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[876]: 6 -37.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[940]: 6 -40.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[984]: 6 -19 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1133]: 6 -101 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1158]: 6 -68.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1175]: 6 -16 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1176]: 6 -21 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1178]: 6 -40 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1245]: 6 -91.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1247]: 6 -78.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1282]: 6 -71 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1304]: 6 -40 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1307]: 6 -32.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1308]: 6 -56 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1309]: 6 -98.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1330]: 6 -40.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1331]: 6 -89 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1659]: 6 -22 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1698]: 6 -98.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1745]: 6 -126 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1765]: 6 -85.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[1766]: 6 -125 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[2207]: 6 -18 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[2249]: 6 -23.0001 0 shouldn't be
1368.08/1371.67	WSVECS04 Frhs2[2685]: 6 -1.00002 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[191]: 6 -27.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[204]: 6 -33 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[206]: 6 -19 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[227]: 6 -25 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[234]: 6 -20.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[250]: 6 -13.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[256]: 6 -24.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[257]: 6 -26.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[269]: 6 -22.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[275]: 6 -10.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[292]: 6 -5.00002 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[319]: 6 -30 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[332]: 6 -20.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[345]: 6 -2.00001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[380]: 6 -3.00005 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[402]: 6 -35.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[425]: 6 -15.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[447]: 6 -30.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[656]: 6 -25.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[677]: 6 -18.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[697]: 6 -42.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[698]: 6 -70.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[699]: 6 -33.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[720]: 6 -21.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[763]: 6 -41 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[770]: 6 -40.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[784]: 6 -32.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[806]: 6 -47.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[833]: 6 -68.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[878]: 6 -32 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[941]: 6 -53.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1152]: 6 -38.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1174]: 6 -28 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1202]: 6 -46.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1219]: 6 -6.00005 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1223]: 6 -92.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1225]: 6 -59 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1238]: 6 -65.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1240]: 6 -48.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1260]: 6 -72 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1263]: 6 -50.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1265]: 6 -84 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1268]: 6 -94 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1283]: 6 -53.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1284]: 6 -65.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1285]: 6 -107 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1286]: 6 -28.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1287]: 6 -29.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1306]: 6 -64.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1311]: 6 -47 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1351]: 6 -51 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1420]: 6 -89 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1658]: 6 -70.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1679]: 6 -106 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1680]: 6 -77.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1697]: 6 -55.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1701]: 6 -57 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1703]: 6 -55 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1719]: 6 -105 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1721]: 6 -124 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1722]: 6 -58.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1723]: 6 -108 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1726]: 6 -30 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1741]: 6 -25.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1743]: 6 -42 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1747]: 6 -140 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1786]: 6 -39.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1787]: 6 -108 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[1788]: 6 -1.00004 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2159]: 6 -154 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2160]: 6 -161 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2180]: 6 -150 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2205]: 6 -122 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2224]: 6 -60.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2226]: 6 -126 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2250]: 6 -157 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2644]: 6 -102 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2686]: 6 -105 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[2687]: 6 -63.0001 0 shouldn't be
1372.86/1376.45	WSVECS04 Frhs2[3169]: 6 -76.0001 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[252]: 6 -4.00007 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[318]: 6 -25.0001 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[404]: 6 -17 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[653]: 6 0 36 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1106]: 6 0 123 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1127]: 6 0 43.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1129]: 6 0 19 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1584]: 6 0 151 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1606]: 6 0 54.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1628]: 6 0 136 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1630]: 6 0 188 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1651]: 6 0 151 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[1676]: 6 -34 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2023]: 6 0 148 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2045]: 6 0 104 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2046]: 6 0 18.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2047]: 6 0 31 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2067]: 6 0 83.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2069]: 6 0 35 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2089]: 6 0 142 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2091]: 6 0 65.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2108]: 6 0 210 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2109]: 6 0 226 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2110]: 6 0 175 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2131]: 6 0 222 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2134]: 6 0 196 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2184]: 6 -94.0001 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2202]: 6 -110 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2203]: 6 -163 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2204]: 6 -129 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2504]: 6 0 275 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2506]: 6 0 262 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2547]: 6 0 257 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2550]: 6 0 213 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2553]: 6 0 115 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2568]: 6 0 50.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2571]: 6 0 5.00009 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2591]: 6 0 257 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2592]: 6 0 274 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2593]: 6 0 213 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2614]: 6 0 81.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2615]: 6 0 263 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2617]: 6 0 187 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2618]: 6 0 157 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2619]: 6 0 200 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2637]: 6 0 108 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2639]: 6 0 136 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2640]: 6 0 104 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2660]: 6 0 189 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2664]: 6 -204 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2709]: 6 -82.0001 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2710]: 6 -104 0 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2964]: 6 0 29.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2965]: 6 0 327 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2969]: 6 0 123 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2987]: 6 0 92.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2990]: 6 0 327 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[2992]: 6 0 202 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3006]: 6 0 299 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3008]: 6 0 118 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3009]: 6 0 277 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3010]: 6 0 190 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3028]: 6 0 322 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3033]: 6 0 219 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3034]: 6 0 316 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3048]: 6 0 257 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3057]: 6 0 270 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3076]: 6 0 237 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3077]: 6 0 242 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3093]: 6 0 212 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3095]: 6 0 94.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3097]: 6 0 296 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3101]: 6 0 140 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3115]: 6 0 199 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3117]: 6 0 81 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3121]: 6 0 249 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3123]: 6 0 282 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3138]: 6 0 230 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3139]: 6 0 73 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3140]: 6 0 249 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3141]: 6 0 269 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3144]: 6 0 269 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3360]: 6 0 279 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3361]: 6 0 171 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3402]: 6 0 297 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3414]: 6 0 303 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3441]: 6 0 342 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3442]: 6 0 319 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3443]: 6 0 149 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3445]: 6 0 303 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3446]: 6 0 173 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3449]: 6 0 383 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3450]: 6 0 334 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3463]: 6 0 41.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3466]: 6 0 71.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3467]: 6 0 373 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3473]: 6 0 196 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3490]: 6 0 293 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3508]: 6 0 130 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3511]: 6 0 245 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3512]: 6 0 158 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3514]: 6 0 365 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3516]: 6 0 93 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3527]: 6 0 246 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3528]: 6 0 48.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3532]: 6 0 151 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3533]: 6 0 214 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3535]: 6 0 312 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3536]: 6 0 217 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3537]: 6 0 332 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3538]: 6 0 190 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3539]: 6 0 37 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3550]: 6 0 225 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3551]: 6 0 246 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3559]: 6 0 355 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3561]: 6 0 340 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3572]: 6 0 231 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3573]: 6 0 186 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3575]: 6 0 350 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3576]: 6 0 124 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3577]: 6 0 180 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3582]: 6 0 247 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3594]: 6 0 216 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3597]: 6 0 79.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3600]: 6 0 169 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3601]: 6 0 21 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3602]: 6 0 192 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3603]: 6 0 296 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3619]: 6 0 169 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3621]: 6 0 240 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3623]: 6 0 233 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3640]: 6 0 322 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3641]: 6 0 316 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3642]: 6 0 277 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3644]: 6 0 266 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3646]: 6 0 185 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3657]: 6 0 331 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3718]: 6 0 136 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3719]: 6 0 262 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3720]: 6 0 210 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3727]: 6 0 310 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3741]: 6 0 83 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3753]: 6 0 261 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3798]: 6 0 355 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3799]: 6 0 324 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3800]: 6 0 270 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3806]: 6 0 270 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3810]: 6 0 308 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3820]: 6 0 206 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3821]: 6 0 154 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3840]: 6 0 337 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3841]: 6 0 133 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3843]: 6 0 338 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3864]: 6 0 211 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3865]: 6 0 207 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3879]: 6 0 413 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3885]: 6 0 233 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3887]: 6 0 282 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3893]: 6 0 257 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3896]: 6 0 40.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3897]: 6 0 38.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3907]: 6 0 316 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3908]: 6 0 33.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3909]: 6 0 336 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3922]: 6 0 404 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3924]: 6 0 381 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3929]: 6 0 412 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3932]: 6 0 90.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3933]: 6 0 349 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3943]: 6 0 332 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3944]: 6 0 117 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3945]: 6 0 392 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3946]: 6 0 211 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3949]: 6 0 76 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3953]: 6 0 260 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3954]: 6 0 402 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3961]: 6 0 308 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3963]: 6 0 279 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3968]: 6 0 359 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3974]: 6 0 101 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3977]: 6 0 425 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3987]: 6 0 270 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3988]: 6 0 380 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3989]: 6 0 217 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3990]: 6 0 284 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3991]: 6 0 311 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3992]: 6 0 158 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3994]: 6 0 359 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3995]: 6 0 92.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3997]: 6 0 312 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3998]: 6 0 327 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[3999]: 6 0 311 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4007]: 6 0 341 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4008]: 6 0 403 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4010]: 6 0 112 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4011]: 6 0 298 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4012]: 6 0 217 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4014]: 6 0 316 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4015]: 6 0 140 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4017]: 6 0 222 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4018]: 6 0 47 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4020]: 6 0 278 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4021]: 6 0 210 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4029]: 6 0 322 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4030]: 6 0 388 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4031]: 6 0 365 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4033]: 6 0 104 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4041]: 6 0 169 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4043]: 6 0 408 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4048]: 6 0 319 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4050]: 6 0 203 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4052]: 6 0 216 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4053]: 6 0 172 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4055]: 6 0 212 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4060]: 6 0 389 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4061]: 6 0 409 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4062]: 6 0 100 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4065]: 6 0 182 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4066]: 6 0 96 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4070]: 6 0 282 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4072]: 6 0 177 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4082]: 6 0 317 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4083]: 6 0 311 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4084]: 6 0 292 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4085]: 6 0 280 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4086]: 6 0 353 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4087]: 6 0 332 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4092]: 6 0 273 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4093]: 6 0 195 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4097]: 6 0 417 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4098]: 6 0 305 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4099]: 6 0 140 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4101]: 6 0 88.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4102]: 6 0 212 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4103]: 6 0 245 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4105]: 6 0 235 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4107]: 6 0 354 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4108]: 6 0 217 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4117]: 6 0 72.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4119]: 6 0 246 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4120]: 6 0 322 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4121]: 6 0 323 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4125]: 6 0 374 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4126]: 6 0 373 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4128]: 6 0 276 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4136]: 6 0 228 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4137]: 6 0 247 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4138]: 6 0 304 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4146]: 6 0 359 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4147]: 6 0 128 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4158]: 6 0 59.0001 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4160]: 6 0 189 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4168]: 6 0 354 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4178]: 6 0 333 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4198]: 6 0 250 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4199]: 6 0 358 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4208]: 6 0 70 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4209]: 6 0 413 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4213]: 6 0 425 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4223]: 6 0 399 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4235]: 6 0 371 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4259]: 6 0 405 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4278]: 6 0 74 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4282]: 6 0 373 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4286]: 6 0 147 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4290]: 6 0 340 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4291]: 6 0 227 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4301]: 6 0 427 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4302]: 6 0 87 shouldn't be
1383.84/1387.44	WSVECS04 Frhs2[4303]: 6 0 231 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[2088]: 6 0 15.0001 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[2154]: 6 0 77 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[2576]: 6 0 23.0001 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[2596]: 6 0 42 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[2613]: 6 0 50 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[3014]: 6 0 124 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[3147]: 6 -35.0001 0 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[3423]: 6 0 51.0001 shouldn't be
1397.30/1400.94	WSVECS04 Frhs2[4144]: 6 0 35.0001 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[2963]: 6 0 101 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[2991]: 6 0 94.0001 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3013]: 6 0 113 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3030]: 6 0 170 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3049]: 6 0 88.0001 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3053]: 6 0 267 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3078]: 6 0 311 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3099]: 6 0 113 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3421]: 6 0 189 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3426]: 6 0 347 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3491]: 6 0 181 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3492]: 6 0 69.0001 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3554]: 6 0 60.0001 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3583]: 6 0 36.0001 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3604]: 6 0 219 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3950]: 6 0 320 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[3972]: 6 0 57.0001 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[4013]: 6 0 416 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[4056]: 6 0 85 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[4078]: 6 0 171 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[4113]: 6 0 163 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[4148]: 6 0 131 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[4201]: 6 0 186 shouldn't be
1407.28/1410.91	WSVECS04 Frhs2[4234]: 6 0 67 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3032]: 6 0 22 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3051]: 6 0 53 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3071]: 6 0 227 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3094]: 6 0 42 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3489]: 6 0 45.0001 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3515]: 6 0 20.0001 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3863]: 6 0 319 shouldn't be
1417.15/1420.83	WSVECS04 Frhs2[3918]: 6 0 254 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[2068]: 6 0 41 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3029]: 6 0 102 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3052]: 6 0 178 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3054]: 6 0 132 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3056]: 6 0 184 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3072]: 6 0 35.0001 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3119]: 6 0 267 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3468]: 6 0 4.00001 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3486]: 6 0 279 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3487]: 6 0 46 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[3513]: 6 0 87.0001 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[4019]: 6 0 80 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[4035]: 6 0 198 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[4042]: 6 0 286 shouldn't be
1431.43/1435.19	WSVECS04 Frhs2[4308]: 6 0 107 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[3118]: 6 0 54.0001 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[3596]: 6 0 76 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[3905]: 6 0 79 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[3926]: 6 0 221 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[4016]: 6 0 344 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[4143]: 6 0 58.0001 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[4145]: 6 0 217 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[4149]: 6 0 159 shouldn't be
1448.97/1452.74	WSVECS04 Frhs2[4281]: 6 0 23.0001 shouldn't be
1539.63/1543.65	c bounds -21005 >= -252385 @ 1529.14
1539.73/1543.77	c bounds -21006 >= -252385 @ 1529.26
1539.83/1543.81	c bounds -21016 >= -252385 @ 1529.3
1540.43/1544.40	c bounds -21017 >= -252385 @ 1529.88
1540.43/1544.42	c bounds -21018 >= -252385 @ 1529.9
1540.93/1545.00	c bounds -21020 >= -252385 @ 1530.47
1541.04/1545.05	c bounds -21024 >= -252385 @ 1530.52
1541.04/1545.06	c bounds -21028 >= -252385 @ 1530.54
1541.04/1545.09	c bounds -21030 >= -252385 @ 1530.56
1541.15/1545.12	c bounds -21031 >= -252385 @ 1530.59
1541.15/1545.16	c bounds -21033 >= -252385 @ 1530.63
1541.23/1545.21	c bounds -21056 >= -252385 @ 1530.68
1541.23/1545.23	c bounds -21057 >= -252385 @ 1530.7
1541.33/1545.37	c bounds -21058 >= -252385 @ 1530.83
1541.43/1545.40	c bounds -21069 >= -252385 @ 1530.86
1541.43/1545.43	c bounds -21071 >= -252385 @ 1530.9
1541.43/1545.47	c bounds -21081 >= -252385 @ 1530.94
1541.43/1545.49	c bounds -21085 >= -252385 @ 1530.96
1541.63/1545.63	c bounds -21087 >= -252385 @ 1531.08
1543.93/1547.97	c #Conflicts:     199000 | #Constraints:     111002
1543.93/1547.97	c bounds -21088 >= -252385 @ 1533.38
1544.43/1548.45	c bounds -21089 >= -252385 @ 1533.85
1629.94/1634.18	c #Conflicts:     200000 | #Constraints:     112004
1629.94/1634.18	c #Conflicts:     201000 | #Constraints:     113004
1629.94/1634.18	c #Conflicts:     202000 | #Constraints:     114004
1629.94/1634.18	c #Conflicts:     203000 | #Constraints:     115004
1629.94/1634.18	c #Conflicts:     204000 | #Constraints:     116004
1629.94/1634.18	c #Conflicts:     205000 | #Constraints:     117004
1629.94/1634.18	c #Conflicts:     206000 | #Constraints:     118004
1629.94/1634.18	c #Conflicts:     207000 | #Constraints:     119004
1629.94/1634.18	c INPROCESSING
1629.94/1634.18	c GARBAGE COLLECT
1629.94/1634.18	c #Conflicts:     208000 | #Constraints:     111011
1629.94/1634.18	c #Conflicts:     209000 | #Constraints:     112011
1629.94/1634.18	c #Conflicts:     210000 | #Constraints:     113011
1629.94/1634.18	c #Conflicts:     211000 | #Constraints:     114011
1629.94/1634.18	c #Conflicts:     212000 | #Constraints:     115011
1629.94/1634.18	c #Conflicts:     213000 | #Constraints:     116011
1629.94/1634.18	c #Conflicts:     214000 | #Constraints:     117011
1629.94/1634.18	c #Conflicts:     215000 | #Constraints:     118011
1629.94/1634.18	c bounds -21089 >= -252146 @ 1618.66
1962.76/1967.74	c #Conflicts:     216000 | #Constraints:     119020
1962.76/1967.74	c INPROCESSING
1962.76/1967.74	c GARBAGE COLLECT
1962.76/1967.74	c #Conflicts:     217000 | #Constraints:     110851
1962.76/1967.74	c #Conflicts:     218000 | #Constraints:     111851
1962.76/1967.74	c #Conflicts:     219000 | #Constraints:     112851
1962.76/1967.74	c #Conflicts:     220000 | #Constraints:     113851
1962.76/1967.74	c #Conflicts:     221000 | #Constraints:     114851
1962.76/1967.74	c #Conflicts:     222000 | #Constraints:     115851
1962.76/1967.74	c #Conflicts:     223000 | #Constraints:     116851
1962.76/1967.74	c #Conflicts:     224000 | #Constraints:     117851
1962.76/1967.74	c #Conflicts:     225000 | #Constraints:     118852
1962.76/1967.74	c #Conflicts:     226000 | #Constraints:     119852
1962.76/1967.74	c INPROCESSING
1962.76/1967.74	c GARBAGE COLLECT
1962.76/1967.74	c #Conflicts:     227000 | #Constraints:     111462
1962.76/1967.74	c #Conflicts:     228000 | #Constraints:     112462
1962.76/1967.74	c #Conflicts:     229000 | #Constraints:     113462
1962.76/1967.74	c #Conflicts:     230000 | #Constraints:     114462
1962.76/1967.74	c #Conflicts:     231000 | #Constraints:     115462
1962.76/1967.74	c #Conflicts:     232000 | #Constraints:     116462
1962.76/1967.74	c #Conflicts:     233000 | #Constraints:     117462
1962.76/1967.74	c #Conflicts:     234000 | #Constraints:     118462
1962.76/1967.74	c #Conflicts:     235000 | #Constraints:     119462
1962.76/1967.74	c #Conflicts:     236000 | #Constraints:     120462
1962.76/1967.74	c INPROCESSING
1962.76/1967.74	c GARBAGE COLLECT
1962.76/1967.74	c #Conflicts:     237000 | #Constraints:     111859
1962.76/1967.74	c #Conflicts:     238000 | #Constraints:     112859
1962.76/1967.74	c #Conflicts:     239000 | #Constraints:     113859
1962.76/1967.74	c #Conflicts:     240000 | #Constraints:     114859
1962.76/1967.74	c #Conflicts:     241000 | #Constraints:     115859
1962.76/1967.74	c #Conflicts:     242000 | #Constraints:     116859
1962.76/1967.74	c #Conflicts:     243000 | #Constraints:     117859
1962.76/1967.74	c #Conflicts:     244000 | #Constraints:     118859
1962.76/1967.74	c #Conflicts:     245000 | #Constraints:     119859
1962.76/1967.74	c #Conflicts:     246000 | #Constraints:     120859
1962.76/1967.74	c INPROCESSING
1962.76/1967.74	c GARBAGE COLLECT
1962.76/1967.74	c #Conflicts:     247000 | #Constraints:     112061
1962.76/1967.74	c #Conflicts:     248000 | #Constraints:     113061
1962.76/1967.74	c #Conflicts:     249000 | #Constraints:     114061
1962.76/1967.74	c #Conflicts:     250000 | #Constraints:     115061
1962.76/1967.74	c #Conflicts:     251000 | #Constraints:     116061
1962.76/1967.74	c #Conflicts:     252000 | #Constraints:     117061
1962.76/1967.74	c #Conflicts:     253000 | #Constraints:     118061
1962.76/1967.74	c #Conflicts:     254000 | #Constraints:     119061
1962.76/1967.74	c #Conflicts:     255000 | #Constraints:     120061
1962.76/1967.74	c #Conflicts:     256000 | #Constraints:     121061
1962.76/1967.74	c INPROCESSING
1962.76/1967.74	c GARBAGE COLLECT
1962.76/1967.74	WSVECS04 Frhs2[438]: 6 -6.29565 0 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[1345]: 6 -30.7784 0 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[1383]: 6 0 220.639 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[1933]: 6 0 75.0991 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2280]: 6 0 149.606 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2303]: 6 0 60.9296 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2327]: 6 0 502.557 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2393]: 6 0 66.3708 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2410]: 6 0 165.472 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2436]: 6 0 48.3826 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2459]: 6 0 123.042 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2480]: 6 0 1.55052 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2741]: 6 0 67.5394 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2744]: 6 0 225.858 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2767]: 6 0 156.058 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2779]: 6 0 381.207 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2783]: 6 0 130.475 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2801]: 6 0 239.019 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2806]: 6 0 124.714 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2807]: 6 0 5.87989 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2829]: 6 0 24.229 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2848]: 6 0 106.124 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2852]: 6 0 165.708 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2899]: 6 0 81.6778 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2913]: 6 0 231.341 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2936]: 6 0 99.9841 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2941]: 6 0 25.4065 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2961]: 6 0 10.096 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2962]: 6 0 9.57604 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[2963]: 6 0 54.694 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3180]: 6 0 22.0958 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3200]: 6 0 244.208 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3204]: 6 0 81.5887 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3225]: 6 0 34.5291 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3226]: 6 0 239.679 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3236]: 6 0 1091.07 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3238]: 6 0 28.2082 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3240]: 6 0 177.98 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3263]: 6 0 191.186 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3280]: 6 0 22.811 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3289]: 6 0 269.477 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3290]: 6 0 246.913 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3291]: 6 0 58.8482 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3293]: 6 0 240.735 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3308]: 6 0 182.935 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3334]: 6 0 73.1563 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3369]: 6 0 153.913 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3370]: 6 0 297.624 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3374]: 6 0 329.227 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3380]: 6 0 239.366 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3391]: 6 0 109.991 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3397]: 6 0 18.4799 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3400]: 6 0 114.794 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3423]: 6 0 7.86231 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3442]: 6 0 299.955 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3443]: 6 0 109.283 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3446]: 6 0 150.622 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3463]: 6 0 10.991 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3466]: 6 0 15.6173 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3659]: 6 0 309.743 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3681]: 6 0 170.09 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3682]: 6 0 16.8093 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3704]: 6 0 40.4814 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3706]: 6 0 158.971 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3720]: 6 0 186.138 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3728]: 6 0 23.1618 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3729]: 6 0 298.788 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3760]: 6 0 44.5741 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3770]: 6 0 103.01 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3772]: 6 0 191.003 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3775]: 6 0 92.7499 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3809]: 6 0 343.361 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3816]: 6 0 148.665 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3831]: 6 0 8.24164 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3837]: 6 0 201.283 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3838]: 6 0 312.667 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3841]: 6 0 94.51 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3851]: 6 0 196.469 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3860]: 6 0 338.244 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3864]: 6 0 165.985 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3929]: 6 0 362.831 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3946]: 6 0 164.042 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3949]: 6 0 49.2508 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[3977]: 6 0 377.319 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4012]: 6 0 155.935 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4013]: 6 0 376.431 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4120]: 6 0 270.972 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4141]: 6 0 313.043 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4143]: 6 0 13.9487 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4161]: 6 0 255.457 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4162]: 6 0 291.752 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4175]: 6 0 319.119 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4199]: 6 0 334.585 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4211]: 6 0 140.957 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4212]: 6 0 360.183 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4248]: 6 0 318.018 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4296]: 6 0 86.2828 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4311]: 6 0 109.006 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4312]: 6 0 334.285 shouldn't be
1962.76/1967.74	WSVECS04 Frhs2[4336]: 6 -24.2253 0 shouldn't be
1965.75/1970.72	WSVECS04 Frhs2[3222]: 6 0 196.608 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[1822]: 6 0 273.578 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[1841]: 6 0 73.1425 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[1909]: 6 0 190.05 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[1975]: 6 0 53.6145 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2302]: 6 0 183.807 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2344]: 6 0 207.111 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2349]: 6 0 156.291 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2365]: 6 0 107.804 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2366]: 6 0 73.1502 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2371]: 6 0 112.5 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2392]: 6 0 238.676 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2412]: 6 0 124.444 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2415]: 6 0 92.0155 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2740]: 6 0 223.898 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2870]: 6 0 208.223 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[2912]: 6 0 191.864 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3028]: 6 0 291.153 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3245]: 6 0 203.242 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3264]: 6 0 277.559 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3284]: 6 0 190.268 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3288]: 6 0 303.306 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3350]: 6 0 60.685 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3354]: 6 0 286.956 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3435]: 6 0 241.127 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3467]: 6 0 359.941 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3482]: 6 0 346.495 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3680]: 6 0 167.297 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3719]: 6 0 222.263 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3750]: 6 0 332.362 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3767]: 6 0 210.163 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3778]: 6 0 245.051 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3783]: 6 0 326.558 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[3988]: 6 0 346.953 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[4098]: 6 0 278.265 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[4168]: 6 0 335.162 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[4185]: 6 0 374.752 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[4219]: 6 0 243.651 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[4262]: 6 0 377.095 shouldn't be
1969.15/1974.16	WSVECS04 Frhs2[4272]: 6 0 333.669 shouldn't be
2118.98/2124.34	c #Conflicts:     257000 | #Constraints:     112074
2118.98/2124.34	c #Conflicts:     258000 | #Constraints:     113074
2118.98/2124.34	c #Conflicts:     259000 | #Constraints:     114074
2118.98/2124.34	c #Conflicts:     260000 | #Constraints:     115074
2118.98/2124.34	c #Conflicts:     261000 | #Constraints:     116074
2118.98/2124.34	c #Conflicts:     262000 | #Constraints:     117074
2118.98/2124.34	c #Conflicts:     263000 | #Constraints:     118074
2118.98/2124.34	c #Conflicts:     264000 | #Constraints:     119074
2118.98/2124.34	c #Conflicts:     265000 | #Constraints:     120074
2118.98/2124.34	c #Conflicts:     266000 | #Constraints:     121074
2118.98/2124.34	c INPROCESSING
2118.98/2124.34	c GARBAGE COLLECT
2118.98/2124.34	c rational objective -31514.3
2371.28/2377.25	c #Conflicts:     267000 | #Constraints:     111868
2371.28/2377.25	c #Conflicts:     268000 | #Constraints:     112868
2371.28/2377.25	c #Conflicts:     269000 | #Constraints:     113868
2371.28/2377.25	c #Conflicts:     270000 | #Constraints:     114868
2371.28/2377.25	c #Conflicts:     271000 | #Constraints:     115868
2371.28/2377.25	c #Conflicts:     272000 | #Constraints:     116868
2371.28/2377.25	c #Conflicts:     273000 | #Constraints:     117869
2371.28/2377.25	c #Conflicts:     274000 | #Constraints:     118869
2371.28/2377.25	c #Conflicts:     275000 | #Constraints:     119869
2371.28/2377.25	c #Conflicts:     276000 | #Constraints:     120869
2371.28/2377.25	c #Conflicts:     277000 | #Constraints:     121869
2371.28/2377.25	c INPROCESSING
2371.28/2377.25	c GARBAGE COLLECT
2371.28/2377.25	c #Conflicts:     278000 | #Constraints:     112473
2371.28/2377.25	c #Conflicts:     279000 | #Constraints:     113473
2371.28/2377.25	c #Conflicts:     280000 | #Constraints:     114473
2371.28/2377.25	c #Conflicts:     281000 | #Constraints:     115473
2371.28/2377.25	c #Conflicts:     282000 | #Constraints:     116473
2371.28/2377.25	c #Conflicts:     283000 | #Constraints:     117473
2371.28/2377.25	c #Conflicts:     284000 | #Constraints:     118474
2371.28/2377.25	c #Conflicts:     285000 | #Constraints:     119474
2371.28/2377.25	c #Conflicts:     286000 | #Constraints:     120474
2371.28/2377.25	c #Conflicts:     287000 | #Constraints:     121474
2371.28/2377.25	c #Conflicts:     288000 | #Constraints:     122474
2371.28/2377.25	c INPROCESSING
2371.28/2377.25	c GARBAGE COLLECT
2371.28/2377.25	c rational objective -31514.3
2640.84/2647.44	c #Conflicts:     289000 | #Constraints:     112885
2640.84/2647.44	c #Conflicts:     290000 | #Constraints:     113885
2640.84/2647.44	c #Conflicts:     291000 | #Constraints:     114885
2640.84/2647.44	c #Conflicts:     292000 | #Constraints:     115885
2640.84/2647.44	c #Conflicts:     293000 | #Constraints:     116885
2640.84/2647.44	c #Conflicts:     294000 | #Constraints:     117885
2640.84/2647.44	c #Conflicts:     295000 | #Constraints:     118885
2640.84/2647.44	c #Conflicts:     296000 | #Constraints:     119885
2640.84/2647.44	c #Conflicts:     297000 | #Constraints:     120885
2640.84/2647.44	c #Conflicts:     298000 | #Constraints:     121885
2640.84/2647.44	c #Conflicts:     299000 | #Constraints:     122886
2640.84/2647.44	c INPROCESSING
2640.84/2647.44	c GARBAGE COLLECT
2640.84/2647.44	c #Conflicts:     300000 | #Constraints:     113088
2640.84/2647.44	c #Conflicts:     301000 | #Constraints:     114088
2640.84/2647.44	c #Conflicts:     302000 | #Constraints:     115088
2640.84/2647.44	c #Conflicts:     303000 | #Constraints:     116088
2640.84/2647.44	c #Conflicts:     304000 | #Constraints:     117088
2640.84/2647.44	c #Conflicts:     305000 | #Constraints:     118088
2640.84/2647.44	c #Conflicts:     306000 | #Constraints:     119088
2640.84/2647.44	c #Conflicts:     307000 | #Constraints:     120088
2640.84/2647.44	c #Conflicts:     308000 | #Constraints:     121088
2640.84/2647.44	c #Conflicts:     309000 | #Constraints:     122088
2640.84/2647.44	c #Conflicts:     310000 | #Constraints:     123088
2640.84/2647.44	c INPROCESSING
2640.84/2647.44	c GARBAGE COLLECT
2640.84/2647.44	c rational objective -31514.3
2925.94/2933.22	c #Conflicts:     311000 | #Constraints:     113079
2925.94/2933.22	c #Conflicts:     312000 | #Constraints:     114079
2925.94/2933.22	c #Conflicts:     313000 | #Constraints:     115080
2925.94/2933.22	c #Conflicts:     314000 | #Constraints:     116080
2925.94/2933.22	c #Conflicts:     315000 | #Constraints:     117080
2925.94/2933.22	c #Conflicts:     316000 | #Constraints:     118080
2925.94/2933.22	c #Conflicts:     317000 | #Constraints:     119080
2925.94/2933.22	c #Conflicts:     318000 | #Constraints:     120080
2925.94/2933.22	c #Conflicts:     319000 | #Constraints:     121080
2925.94/2933.22	c #Conflicts:     320000 | #Constraints:     122080
2925.94/2933.22	c #Conflicts:     321000 | #Constraints:     123080
2925.94/2933.22	c INPROCESSING
2925.94/2933.22	c GARBAGE COLLECT
2925.94/2933.22	c #Conflicts:     322000 | #Constraints:     112888
2925.94/2933.22	c #Conflicts:     323000 | #Constraints:     113888
2925.94/2933.22	c #Conflicts:     324000 | #Constraints:     114888
2925.94/2933.22	c #Conflicts:     325000 | #Constraints:     115888
2925.94/2933.22	c #Conflicts:     326000 | #Constraints:     116888
2925.94/2933.22	c #Conflicts:     327000 | #Constraints:     117889
2925.94/2933.22	c #Conflicts:     328000 | #Constraints:     118889
2925.94/2933.22	c #Conflicts:     329000 | #Constraints:     119889
2925.94/2933.22	c #Conflicts:     330000 | #Constraints:     120889
2925.94/2933.22	c #Conflicts:     331000 | #Constraints:     121889
2925.94/2933.22	c #Conflicts:     332000 | #Constraints:     122889
2925.94/2933.22	c #Conflicts:     333000 | #Constraints:     123889
2925.94/2933.22	c INPROCESSING
2925.94/2933.22	c GARBAGE COLLECT
2925.94/2933.22	c rational objective -31514.3
3271.24/3279.37	c #Conflicts:     334000 | #Constraints:     113494
3271.24/3279.37	c #Conflicts:     335000 | #Constraints:     114494
3271.24/3279.37	c #Conflicts:     336000 | #Constraints:     115494
3271.24/3279.37	c #Conflicts:     337000 | #Constraints:     116494
3271.24/3279.37	c #Conflicts:     338000 | #Constraints:     117494
3271.24/3279.37	c #Conflicts:     339000 | #Constraints:     118494
3271.24/3279.37	c #Conflicts:     340000 | #Constraints:     119494
3271.24/3279.37	c #Conflicts:     341000 | #Constraints:     120495
3271.24/3279.37	c #Conflicts:     342000 | #Constraints:     121495
3271.24/3279.37	c #Conflicts:     343000 | #Constraints:     122495
3271.24/3279.37	c #Conflicts:     344000 | #Constraints:     123495
3271.24/3279.37	c #Conflicts:     345000 | #Constraints:     124495
3271.24/3279.37	c INPROCESSING
3271.24/3279.37	c GARBAGE COLLECT
3271.24/3279.37	c #Conflicts:     346000 | #Constraints:     113897
3271.24/3279.37	c #Conflicts:     347000 | #Constraints:     114897
3271.24/3279.37	c #Conflicts:     348000 | #Constraints:     115897
3271.24/3279.37	c #Conflicts:     349000 | #Constraints:     116897
3271.24/3279.37	c #Conflicts:     350000 | #Constraints:     117897
3271.24/3279.37	c #Conflicts:     351000 | #Constraints:     118897
3271.24/3279.37	c #Conflicts:     352000 | #Constraints:     119897
3271.24/3279.37	c #Conflicts:     353000 | #Constraints:     120897
3271.24/3279.37	c #Conflicts:     354000 | #Constraints:     121898
3271.24/3279.37	c #Conflicts:     355000 | #Constraints:     122898
3271.24/3279.37	c #Conflicts:     356000 | #Constraints:     123898
3271.24/3279.37	c #Conflicts:     357000 | #Constraints:     124898
3271.24/3279.37	c INPROCESSING
3271.24/3279.37	c GARBAGE COLLECT
3271.24/3279.37	c #Conflicts:     358000 | #Constraints:     114084
3271.24/3279.37	c #Conflicts:     359000 | #Constraints:     115084
3271.24/3279.37	c #Conflicts:     360000 | #Constraints:     116084
3271.24/3279.37	c #Conflicts:     361000 | #Constraints:     117084
3271.24/3279.37	c #Conflicts:     362000 | #Constraints:     118085
3271.24/3279.37	c #Conflicts:     363000 | #Constraints:     119085
3271.24/3279.37	c #Conflicts:     364000 | #Constraints:     120085
3271.24/3279.37	c #Conflicts:     365000 | #Constraints:     121086
3271.24/3279.37	c #Conflicts:     366000 | #Constraints:     122087
3271.24/3279.37	c #Conflicts:     367000 | #Constraints:     123087
3271.24/3279.37	c #Conflicts:     368000 | #Constraints:     124087
3271.24/3279.37	c #Conflicts:     369000 | #Constraints:     125087
3271.24/3279.37	c INPROCESSING
3271.24/3279.37	c GARBAGE COLLECT
3271.24/3279.37	WSVECS04 Frhs2[11]: 6 -1.03267 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[26]: 6 -3.27086 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[33]: 6 -38.7757 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[53]: 6 -19.5842 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[65]: 6 -36.3363 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[98]: 6 -1.34701 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[187]: 6 -4.87785 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[241]: 6 -10.2008 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[259]: 6 -7.56409 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[266]: 6 -2.64185 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[275]: 6 -6.78265 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[278]: 6 -5.96825 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[282]: 6 -11.3136 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[297]: 6 -32.9633 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[312]: 6 -13.0256 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[317]: 6 -12.8834 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[321]: 6 -41.3164 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[389]: 6 -19.1127 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[396]: 6 -4.15458 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[397]: 6 -7.93126 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[424]: 6 -32.3771 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[467]: 6 -8.97826 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[870]: 6 -0.532369 0 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[2901]: 6 0 7.08372 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3192]: 6 0 33.6413 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3239]: 6 0 31.1257 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3355]: 6 0 3.16311 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3423]: 6 0 16.4265 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3583]: 6 0 31.3348 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3617]: 6 0 1.23909 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3687]: 6 0 19.6851 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3747]: 6 0 22.3991 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3792]: 6 0 24.7965 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3908]: 6 0 16.9703 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[3936]: 6 0 2.78625 shouldn't be
3271.24/3279.37	WSVECS04 Frhs2[4172]: 6 0 3.28589 shouldn't be
3301.46/3309.61	c rational objective -31514.3
3533.72/3542.41	c #Conflicts:     370000 | #Constraints:     114085
3533.72/3542.41	c #Conflicts:     371000 | #Constraints:     115085
3533.72/3542.41	c #Conflicts:     372000 | #Constraints:     116085
3533.72/3542.41	c #Conflicts:     373000 | #Constraints:     117085
3533.72/3542.41	c #Conflicts:     374000 | #Constraints:     118085
3533.72/3542.41	c #Conflicts:     375000 | #Constraints:     119085
3533.72/3542.41	c #Conflicts:     376000 | #Constraints:     120085
3533.72/3542.41	c #Conflicts:     377000 | #Constraints:     121085
3533.72/3542.41	c #Conflicts:     378000 | #Constraints:     122085
3533.72/3542.41	c #Conflicts:     379000 | #Constraints:     123085
3533.72/3542.41	c #Conflicts:     380000 | #Constraints:     124085
3533.72/3542.41	c #Conflicts:     381000 | #Constraints:     125085
3533.72/3542.41	c INPROCESSING
3533.72/3542.41	c GARBAGE COLLECT
3533.72/3542.41	c #Conflicts:     382000 | #Constraints:     113883
3533.72/3542.41	c #Conflicts:     383000 | #Constraints:     114883
3533.72/3542.41	c #Conflicts:     384000 | #Constraints:     115884
3533.72/3542.41	c #Conflicts:     385000 | #Constraints:     116884
3533.72/3542.41	c #Conflicts:     386000 | #Constraints:     117884
3533.72/3542.41	c #Conflicts:     387000 | #Constraints:     118884
3533.72/3542.41	c #Conflicts:     388000 | #Constraints:     119884
3533.72/3542.41	c #Conflicts:     389000 | #Constraints:     120884
3533.72/3542.41	c #Conflicts:     390000 | #Constraints:     121884
3533.72/3542.41	c #Conflicts:     391000 | #Constraints:     122884
3533.72/3542.41	c #Conflicts:     392000 | #Constraints:     123884
3533.72/3542.41	c #Conflicts:     393000 | #Constraints:     124884
3533.72/3542.41	c #Conflicts:     394000 | #Constraints:     125884
3533.72/3542.41	c INPROCESSING
3533.72/3542.41	c GARBAGE COLLECT
3533.72/3542.41	WSVECS04 Frhs2[53]: 6 -39.6252 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[57]: 6 -19.9698 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[94]: 6 -3.18671 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[102]: 6 -5.84644 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[124]: 6 -10.2895 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[142]: 6 -8.78688 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[149]: 6 -0.154344 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[152]: 6 -52.9888 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[166]: 6 -2.78657 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[209]: 6 -12.3925 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[225]: 6 -49.2836 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[236]: 6 -30.7175 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[275]: 6 -36.4836 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[278]: 6 -29.5493 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[287]: 6 -36.2479 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[288]: 6 -58.5181 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[297]: 6 -61.3073 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[303]: 6 -2.07315 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[311]: 6 -8.34284 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[321]: 6 -39.2296 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[355]: 6 -44.7942 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[359]: 6 -4.06639 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[367]: 6 -30.2297 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[396]: 6 -38.9684 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[397]: 6 -1.79969 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[424]: 6 -14.4862 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[453]: 6 -14.1578 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[558]: 6 -1.09041 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[895]: 6 -4.19448 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[927]: 6 -2.35966 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[933]: 6 -15.1055 0 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[2478]: 6 0 31.7193 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[2951]: 6 0 16.2942 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[3051]: 6 0 51.2814 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[3352]: 6 0 24.9598 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[3411]: 6 0 2.67438 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[3747]: 6 0 7.24294 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[3764]: 6 0 54.5361 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[3771]: 6 0 0.0420284 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[4005]: 6 0 23.9014 shouldn't be
3533.72/3542.41	WSVECS04 Frhs2[4355]: 6 -27.239 0 shouldn't be
3555.87/3564.62	WSVECS04 Frhs2[26]: 6 -33.5011 0 shouldn't be
3555.87/3564.62	WSVECS04 Frhs2[340]: 6 -67.5924 0 shouldn't be
3555.87/3564.62	WSVECS04 Frhs2[438]: 6 -69.7337 0 shouldn't be
3555.87/3564.62	WSVECS04 Frhs2[2629]: 6 0 10.2724 shouldn't be
3555.87/3564.62	WSVECS04 Frhs2[2967]: 6 0 6.11489 shouldn't be
3555.87/3564.62	WSVECS04 Frhs2[3062]: 6 0 55.7666 shouldn't be
3596.46/3605.39	c rational objective -31514.3
3600.47/3609.34	c Disabling crashed LP
3600.47/3609.34	c cpu time 3580.21 s
3600.47/3609.34	c deterministic time 36944250550 3.69e+10
3600.47/3609.34	c optimization time 5.81049 s
3600.47/3609.34	c total solve time 3573.38 s
3600.47/3609.34	c core-guided solve time 3053.9 s
3600.47/3609.34	c propagation time 982.038 s
3600.47/3609.34	c conflict analysis time 1364.11 s
3600.47/3609.34	c propagations 423861859
3600.47/3609.34	c resolve steps 27761257
3600.47/3609.34	c decisions 1927528
3600.47/3609.34	c conflicts 394200
3600.47/3609.34	c restarts 954
3600.47/3609.34	c inprocessing phases 54
3600.47/3609.34	c garbage collections 54 ,( 100.00 )
3600.47/3609.34	c input clauses 100832 ,( 98.74 )
3600.47/3609.34	c input cardinalities 308 ,( 0.30 )
3600.47/3609.34	c input general constraints 979 ,( 0.96 )
3600.47/3609.34	c input average constraint length 37.15
3600.47/3609.34	c input average constraint degree 1804.01
3600.47/3609.34	c learned clauses 280013 ,( 71.00 )
3600.47/3609.34	c learned cardinalities 22 ,( 0.01 )
3600.47/3609.34	c learned general constraints 114336 ,( 28.99 )
3600.47/3609.34	c learned average constraint length 1146.12
3600.47/3609.34	c learned average constraint degree 5328010800.57
3600.47/3609.34	c watched  CF 32, 64, 128, Arb: 38813 , 0 , 0 , 0
3600.47/3609.34	c counting CF 32, 64, 128, Arb: 76503 , 0 , 0 , 0
3600.47/3609.34	c watched   constraints 38813 ,( 33.66 ) 
3600.47/3609.34	c counting  constraints 76502 ,( 66.34 ) 
3600.47/3609.34	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 173218776 , 4270923 , 666902408 ,( 14611010 , 652291398 )
3600.47/3609.34	c gcd simplifications 129679
3600.47/3609.34	c detected cardinalities 9
3600.47/3609.34	c weakened non-implied lits 650232423
3600.47/3609.34	c weakened non-implying lits 6554855
3600.47/3609.34	c original variables 4356
3600.47/3609.34	c clausal propagations 101041945
3600.47/3609.34	c cardinality propagations 793062
3600.47/3609.34	c watched propagations 150805
3600.47/3609.34	c counting propagations 318815727
3600.47/3609.34	c watch lookups 14330722042
3600.47/3609.34	c watch backjump lookups 0
3600.47/3609.34	c watch checks 6227282877
3600.47/3609.34	c propagation checks 13135561919
3600.47/3609.34	c constraint additions 2397894864
3600.47/3609.34	c trail pops 426183449
3600.47/3609.34	c formula constraints 100680
3600.47/3609.34	c learned constraints 394098
3600.47/3609.34	c bound constraints 824
3600.47/3609.34	c core-guided constraints 615
3600.47/3609.34	c encountered formula constraints 25683200
3600.47/3609.34	c encountered learned constraints 1701862
3600.47/3609.34	c encountered bound constraints 21049
3600.47/3609.34	c encountered core-guided constraints 628918
3600.47/3609.34	c LP total time 1623.23 s
3600.47/3609.34	c LP solve time 1720.94 s
3600.47/3609.34	c LP constraints added 100687
3600.47/3609.34	c LP constraints removed 2
3600.47/3609.34	c LP pivots internal 396423
3600.47/3609.34	c LP pivots root 419588
3600.47/3609.34	c LP calls 197
3600.47/3609.34	c LP optimalities 55
3600.47/3609.34	c LP no pivot count 6
3600.47/3609.34	c LP infeasibilities 134
3600.47/3609.34	c LP valid Farkas constraints 133
3600.47/3609.34	c LP learned Farkas constraints 133
3600.47/3609.34	c LP basis resets 2
3600.47/3609.34	c LP cycling count 1
3600.47/3609.34	c LP singular count 0
3600.47/3609.34	c LP no primal count 0
3600.47/3609.34	c LP no farkas count 1
3600.47/3609.34	c LP other issue count 0
3600.47/3609.34	c LP Gomory cuts 7
3600.47/3609.34	c LP learned cuts 0
3600.47/3609.34	c LP deleted cuts 2
3600.47/3609.34	c LP encountered Gomory constraints 0
3600.47/3609.34	c LP encountered Farkas constraints 119982
3600.47/3609.34	c LP encountered learned Farkas constraints 313
3600.47/3609.34	c CG auxiliary variables introduced 261
3600.47/3609.34	c CG solutions found 652
3600.47/3609.34	c CG cores constructed 171
3600.47/3609.34	c CG core cardinality constraints returned 0
3600.47/3609.34	c CG unit cores 0
3600.47/3609.34	c CG single cores 153
3600.47/3609.34	c CG blocks removed during cardinality reduction 662
3600.47/3609.34	c CG first core best 0
3600.47/3609.34	c CG decision core best 5
3600.47/3609.34	c CG core reduction tie 13
3600.47/3609.34	c CG core degree average 1.00
3600.47/3609.34	c CG core slack average 2.87
3600.47/3609.34	c CG core upper bound improvements 0
3600.47/3609.34	c STR number of successful calls 0
3600.47/3609.34	c STR number of unsuccessful calls 0
3600.47/3609.34	c STR number of inconclusive calls 0
3600.47/3609.34	c STR number of successful attempts 0
3600.47/3609.34	c STR number of unsuccessful attempts 0
3600.47/3609.34	c STR number of inconclusive attempts 0
3600.47/3609.34	c STR average degree increase per successful call inf
3600.47/3609.34	c STR average degree increase per successful attempt inf
3600.47/3609.34	c STR total number of conflicts for successful attempts 0
3600.47/3609.34	c STR total number of conflicts for unsuccessful attempts 0
3600.47/3609.34	c STR total number of conflicts for inconclusive attempts 0
3600.47/3609.34	c STR average number of conflicts per successful attempt inf
3600.47/3609.34	c STR average number of conflicts per unsuccessful attempt inf
3600.47/3609.34	c STR average number of conflicts per inconclusive attempt inf
3600.47/3609.34	c AVG.sumWPerc 48.05 
3600.47/3609.34	c bigint constraints 0 
3600.47/3609.34	o -21089
3600.47/3609.34	s SATISFIABLE
3600.47/3609.34	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.47/3609.34	c Program interrupted by user.

Verifier Data

OK	-21089

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=143871, runsolver pid=143867
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 0.72 0.26 0.15 5/258 143879
/proc/meminfo: memFree=99297404/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143876] ppid=143871 vsize=34736 memory=26644 CPUtime=0.07 cores=4,6
/proc/143876/stat : 143876 (pbsuma) R 143871 143871 143745 0 -1 4194304 2908 0 0 0 6 1 0 0 20 0 1 0 183988466 35569664 6661 18446744073709551615 4210688 4653049 140725750666336 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 14147584 140725750671623 140725750671920 140725750671920 140725750677487 0
/proc/143876/statm: 8684 6661 992 108 0 6092 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 38928 KiB
Current children cumulated memory: 29588 KiB

[startup+0.218022 s]*
/proc/loadavg: 0.72 0.26 0.15 5/258 143879
/proc/meminfo: memFree=99251612/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143876] ppid=143871 vsize=63796 memory=48436 CPUtime=0.18 cores=4,6
/proc/143876/stat : 143876 (pbsuma) R 143871 143871 143745 0 -1 4194304 8974 0 0 0 15 3 0 0 20 0 1 0 183988466 65327104 12109 18446744073709551615 4210688 4653049 140725750666336 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 14147584 140725750671623 140725750671920 140725750671920 140725750677487 0
/proc/143876/statm: 15949 12109 1024 108 0 13357 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 67988 KiB
Current children cumulated memory: 51380 KiB

[startup+0.313715 s]*
/proc/loadavg: 0.72 0.26 0.15 5/258 143879
/proc/meminfo: memFree=99224080/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143876] ppid=143871 vsize=55808 memory=43436 CPUtime=0.27 cores=4,6
/proc/143876/stat : 143876 (pbsuma) R 143871 143871 143745 0 -1 4194304 13007 0 0 0 23 4 0 0 20 0 1 0 183988466 57147392 10859 18446744073709551615 4210688 4653049 140725750666336 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 14147584 140725750671623 140725750671920 140725750671920 140725750677487 0
/proc/143876/statm: 13952 10859 1056 108 0 11360 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 60000 KiB
Current children cumulated memory: 46380 KiB

[startup+0.700351 s]
/proc/loadavg: 0.72 0.26 0.15 5/258 143881
/proc/meminfo: memFree=99243824/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=65656 memory=20992 CPUtime=0.31 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 3071 0 0 0 25 6 0 0 20 0 1 0 183988501 67231744 5248 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 16414 5248 2048 1147 0 3840 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 69848 KiB
Current children cumulated memory: 23936 KiB

[startup+1.5004 s]
/proc/loadavg: 0.72 0.26 0.15 5/258 143881
/proc/meminfo: memFree=99224140/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=128404 memory=83276 CPUtime=1.11 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 13724 0 0 0 91 20 0 0 20 0 1 0 183988501 131485696 20819 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 32101 20819 2304 1147 0 19527 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 132596 KiB
Current children cumulated memory: 86220 KiB

[startup+3.1127 s]
/proc/loadavg: 0.72 0.26 0.15 4/253 143882
/proc/meminfo: memFree=99110848/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=169116 memory=113012 CPUtime=2.72 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 15738 0 0 0 251 21 0 0 20 0 1 0 183988501 173174784 28253 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 42279 28253 2368 1147 0 29705 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 173308 KiB
Current children cumulated memory: 115956 KiB

[startup+6.30033 s]
/proc/loadavg: 0.98 0.32 0.17 5/254 143909
/proc/meminfo: memFree=99089152/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=169116 memory=113012 CPUtime=5.9 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 15738 0 0 0 569 21 0 0 20 0 1 0 183988501 173174784 28253 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 42279 28253 2368 1147 0 29705 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 173308 KiB
Current children cumulated memory: 115956 KiB

[startup+12.7004 s]
/proc/loadavg: 1.22 0.38 0.19 5/258 143931
/proc/meminfo: memFree=98981172/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=217060 memory=156364 CPUtime=12.29 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 22003 0 0 0 1202 27 0 0 20 0 1 0 183988501 222269440 39091 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 54265 39091 2432 1147 0 41691 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 221252 KiB
Current children cumulated memory: 159308 KiB

[startup+25.5004 s]
/proc/loadavg: 1.84 0.56 0.25 5/258 143932
/proc/meminfo: memFree=98498376/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=218444 memory=159820 CPUtime=25.05 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 22869 0 0 0 2473 32 0 0 20 0 1 0 183988501 223686656 39955 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 54611 39955 2432 1147 0 42037 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 222636 KiB
Current children cumulated memory: 162764 KiB

[startup+51.1135 s]
/proc/loadavg: 2.72 0.87 0.36 5/258 143932
/proc/meminfo: memFree=97081636/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=218444 memory=159948 CPUtime=50.58 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 22913 0 0 0 5019 39 0 0 20 0 1 0 183988501 223686656 39987 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 54611 39987 2432 1147 0 42037 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 222636 KiB
Current children cumulated memory: 162892 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 1.39 0.57 5/258 143934
/proc/meminfo: memFree=94395964/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=283608 memory=219780 CPUtime=101.62 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 35830 0 0 0 10097 65 0 0 20 0 1 0 183988501 290414592 54945 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 70902 54945 2464 1147 0 58328 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 287800 KiB
Current children cumulated memory: 222724 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 1.92 0.81 5/258 143936
/proc/meminfo: memFree=91188956/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=366556 memory=289388 CPUtime=161.45 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 48872 0 0 0 16035 110 0 0 20 0 1 0 183988501 375353344 72347 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 91639 72347 2464 1147 0 79065 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 370748 KiB
Current children cumulated memory: 292332 KiB

[startup+222.3 s]
/proc/loadavg: 4.23 2.37 1.03 5/258 143938
/proc/meminfo: memFree=88221808/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=467052 memory=385300 CPUtime=221.3 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 63732 0 0 0 21963 167 0 0 20 0 1 0 183988501 478261248 96325 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 116763 96325 2464 1147 0 104189 0
Current children cumulated CPU time: 221.61 s

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

/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3154.21 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144381 0 0 0 313571 1850 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3154.52 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

[startup+3222.3 s]
/proc/loadavg: 4.35 4.43 4.33 5/254 144105
/proc/meminfo: memFree=1438224/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3214.06 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144382 0 0 0 319533 1873 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3214.37 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.40 4.43 4.33 5/254 144107
/proc/meminfo: memFree=1485764/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3273.92 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144384 0 0 0 325511 1881 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3274.23 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.41 4.33 5/254 144109
/proc/meminfo: memFree=1536688/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3333.78 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144523 0 0 0 331466 1912 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3334.09 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

[startup+3402.3 s]
/proc/loadavg: 5.02 4.57 4.39 5/255 144111
/proc/meminfo: memFree=1499128/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3393.63 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144537 0 0 0 337426 1937 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3393.94 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

[startup+3462.3 s]
/proc/loadavg: 5.22 4.71 4.45 5/254 144113
/proc/meminfo: memFree=1494404/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3453.5 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144537 0 0 0 343382 1968 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3453.81 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

[startup+3522.3 s]
/proc/loadavg: 5.06 4.78 4.49 5/256 144117
/proc/meminfo: memFree=1552996/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3513.36 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144540 0 0 0 349358 1978 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3513.67 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

[startup+3582.3 s]
/proc/loadavg: 4.54 4.68 4.48 5/257 144126
/proc/meminfo: memFree=1505992/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3573.21 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144540 0 0 0 355336 1985 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3573.52 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.49 4.65 4.47 5/257 144127
/proc/meminfo: memFree=1516900/131382112 swapFree=33000116/33010684
[pid=143871] ppid=143867 vsize=4192 memory=2944 CPUtime=0.31 cores=4,6
/proc/143871/stat : 143871 (run-opt-ls-log.) S 143867 143871 143745 0 -1 4194304 239 13065 0 0 0 0 26 5 20 0 1 0 183988465 4292608 736 18446744073709551615 93936012316672 93936013211205 140726097547824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93936013450256 93936013498000 93936025182208 140726097553727 140726097553887 140726097553887 140726097559491 0
/proc/143871/statm: 1048 736 672 219 0 110 0
[pid=143880] ppid=143871 vsize=1023248 memory=866040 CPUtime=3599.74 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143871 143871 143745 0 -1 4194304 144540 0 0 0 357981 1993 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1027440 KiB
Current children cumulated memory: 868984 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.2 s]
/proc/loadavg: 4.49 4.65 4.47 5/256 144127
/proc/meminfo: memFree=1476328/131382112 swapFree=33000116/33010684
[pid=143880] ppid=143867 vsize=1023248 memory=866040 CPUtime=3600.04 cores=4,6
/proc/143880/stat : 143880 (roundingsat) R 143867 143871 143745 0 -1 4194304 144540 0 0 0 358011 1993 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current cumulated CPU time of completed processes: 0.32558 s
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1023248 KiB
Current children cumulated memory: 866040 KiB

[startup+3609.3 s]
/proc/loadavg: 4.49 4.65 4.47 5/256 144127
/proc/meminfo: memFree=1476328/131382112 swapFree=33000116/33010684
[pid=143880] ppid=143867 vsize=1023248 memory=866040 CPUtime=3600.14 cores=4,6
/proc/143880/stat : 143880 (roundingsat) D 143867 143871 143745 0 -1 4194304 144540 0 0 0 358021 1993 0 0 20 0 1 0 183988501 1047805952 216510 18446744073709551615 4227072 8923577 140734859995328 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 25296896 140734859999514 140734859999782 140734859999782 140734860005354 0
/proc/143880/statm: 255812 216510 2592 1147 0 243238 0
Current cumulated CPU time of completed processes: 0.32558 s
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 1023248 KiB
Current children cumulated memory: 866040 KiB

Child status: 2

Real time (s): 3609.37
CPU time (s): 3600.51
CPU user time (s): 3580.5
CPU system time (s): 20.01
CPU usage (%): 99.7544
Max. virtual memory (cumulated for all children) (KiB): 1027440
Max. memory (cumulated for all children) (KiB): 868984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.5
system time used= 20.01
maximum resident set size= 866168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157860
page faults= 2
swaps= 0
block input operations= 3272
block output operations= 43940152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297
involuntary context switches= 4852


# summary of solver processes directly reported to runsolver:
#   pid: 143871,143880
#   total CPU time (s): 3600.51
#   total CPU user time (s): 3580.5
#   total CPU system time (s): 20.01

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1065 second user time and 36.9157 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-16 18:24:53
IDJOB=4532004
IDBENCH=155347
IDSOLVER=3392
FILE ID=nodeC007/4532004-1752683093
RUNJOBID= nodeC007-1752683093-143815
SLURM_JOB_ID= 9686937
Free space on /tmp= 432452 MiB

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

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

MD5SUM BENCH= 72ec871846abb3454e8801b7da208130
RANDOM SEED=659851363

nodeC007 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	: 0xb00001f
cpu MHz		: 3491.850
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.126
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.391
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.192
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.220
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.363
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1202.874
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        99331148 kB
MemAvailable:   129787308 kB
Buffers:              16 kB
Cached:         31128628 kB
SwapCached:         2716 kB
Active:           410204 kB
Inactive:       30788412 kB
Active(anon):      55292 kB
Inactive(anon):    34972 kB
Active(file):     354912 kB
Inactive(file): 30753440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35276 kB
Writeback:           236 kB
AnonPages:         70100 kB
Mapped:           101456 kB
Shmem:             20292 kB
KReclaimable:     374868 kB
Slab:             470144 kB
SReclaimable:     374868 kB
SUnreclaim:        95276 kB
KernelStack:        3908 kB
PageTables:         3036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     378312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 271348 MiB
End job on nodeC007 at 2025-07-16 19:25:03