Trace number 4521726

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+pbsuma-opt 63f22adSAT (TO)924 3600.12 3611.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_042.opb
MD5SUM8fca3dbbdb1005f2017732e8199f3266
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 benchmark924
Best CPU time to get the best result obtained on this benchmark0.188223
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints3612
Number of constraints which are clauses3612
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1806
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1806
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1806
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4521726-1751574762.opb'
0.00/0.02	c 	read 0.10MB  (4.61ms)
0.00/0.02	c	 [cnf: #variables 1806 #clauses 3613 #duplicates 0 #arr 9030]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 2] (3.28ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (4.18ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 9031 #edges 25284]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 7.22*10^3 #generators 3] (15.01ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	ran it=0, +gens=3 
0.20/0.25	c 	con best_support=3440, best_gens=1, +gens=245
0.20/0.25	c 	(212.71ms)
0.20/0.25	c 
0.20/0.25	c finalize break order and special generators
0.20/0.26	c 
0.20/0.26	c add generic predicates (break_depth=20)
0.20/0.31	c 	added predicates for 251 generators (46.00ms)
0.20/0.31	c 
0.20/0.31	c generation finished
0.20/0.31	c 	[sbp: #constraints 14558 #add_vars 4769]
0.20/0.31	c 
0.20/0.31	c write result to 'HOME/instance-4521726-1751574762.opb.pre'
0.20/0.31	c 	wrote 0.62MB (4.40ms)
0.20/0.31	c ------------------------------------------------------------------
0.20/0.31	c                 212.71ms 71.09% optimize_gens
0.20/0.31	c                  46.00ms 15.37% break_generic
0.20/0.31	c                  15.01ms  5.02% detect_generic
0.20/0.31	c                   8.06ms  2.69% finalize_order
0.20/0.31	c                   4.60ms  1.54% parse
0.20/0.31	c                   4.40ms  1.47% output
0.20/0.31	c                   4.18ms  1.40% detect_special
0.20/0.31	c                   3.28ms  1.10% approx_orbits
0.20/0.31	c                   0.96ms  0.32% other
0.20/0.31	c         ───────────────────────────────────────────────
0.20/0.31	c                 299.19ms   100% total
0.20/0.31	c ------------------------------------------------------------------
0.29/0.34	c RoundingSat 2
0.29/0.34	c branch pb25
0.29/0.34	c commit 63f22ad
0.48/0.56	c #variables 6575 #constraints 18170
0.48/0.56	c objective is ce32 
0.48/0.56	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.48/0.56	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.48/0.56	c bounds - >= 0 @ 0.180963
0.64/0.70	c bounds 924 >= 0 @ 0.306888
0.64/0.70	c bounds 924 >= 1 @ 0.307199
0.64/0.70	c bounds 924 >= 2 @ 0.307571
0.64/0.70	c bounds 924 >= 3 @ 0.307898
0.64/0.70	c bounds 924 >= 4 @ 0.308254
0.64/0.70	c bounds 924 >= 5 @ 0.308606
0.64/0.70	c bounds 924 >= 6 @ 0.308952
0.64/0.70	c bounds 924 >= 7 @ 0.309314
0.64/0.70	c bounds 924 >= 8 @ 0.309664
0.64/0.70	c bounds 924 >= 9 @ 0.310013
0.64/0.70	c bounds 924 >= 10 @ 0.310365
0.64/0.70	c bounds 924 >= 11 @ 0.310722
0.64/0.70	c bounds 924 >= 12 @ 0.311078
0.64/0.70	c bounds 924 >= 13 @ 0.311433
0.64/0.70	c bounds 924 >= 14 @ 0.311788
0.64/0.70	c bounds 924 >= 15 @ 0.312142
0.64/0.70	c bounds 924 >= 16 @ 0.312496
0.64/0.71	c bounds 924 >= 17 @ 0.31286
0.64/0.71	c bounds 924 >= 18 @ 0.313214
0.64/0.71	c bounds 924 >= 19 @ 0.31356
0.64/0.71	c bounds 924 >= 20 @ 0.313915
0.64/0.71	c bounds 924 >= 21 @ 0.31427
0.64/0.71	c bounds 924 >= 22 @ 0.314623
0.64/0.71	c bounds 924 >= 23 @ 0.314752
0.64/0.71	c bounds 924 >= 24 @ 0.314752
0.64/0.71	c bounds 924 >= 25 @ 0.314752
0.64/0.71	c bounds 924 >= 26 @ 0.315116
0.64/0.71	c bounds 924 >= 27 @ 0.315472
0.64/0.71	c bounds 924 >= 28 @ 0.315806
0.64/0.71	c bounds 924 >= 29 @ 0.316165
0.64/0.71	c bounds 924 >= 30 @ 0.31653
0.64/0.71	c bounds 924 >= 31 @ 0.316885
0.64/0.71	c bounds 924 >= 32 @ 0.317246
0.64/0.71	c bounds 924 >= 33 @ 0.317601
0.64/0.71	c bounds 924 >= 34 @ 0.317743
0.64/0.71	c bounds 924 >= 35 @ 0.317743
0.64/0.71	c bounds 924 >= 36 @ 0.317743
0.64/0.71	c bounds 924 >= 37 @ 0.318097
0.64/0.71	c bounds 924 >= 38 @ 0.318443
0.64/0.71	c bounds 924 >= 39 @ 0.318736
0.64/0.71	c bounds 924 >= 40 @ 0.318736
0.64/0.71	c bounds 924 >= 41 @ 0.318736
0.64/0.71	c bounds 924 >= 42 @ 0.318806
0.64/0.71	c bounds 924 >= 43 @ 0.319166
0.64/0.72	c bounds 924 >= 44 @ 0.319517
0.64/0.72	c bounds 924 >= 45 @ 0.319874
0.64/0.72	c bounds 924 >= 46 @ 0.320228
0.64/0.72	c bounds 924 >= 47 @ 0.320589
0.64/0.72	c bounds 924 >= 48 @ 0.320727
0.64/0.72	c bounds 924 >= 49 @ 0.320727
0.64/0.72	c bounds 924 >= 50 @ 0.320727
0.64/0.72	c bounds 924 >= 51 @ 0.321082
0.64/0.72	c bounds 924 >= 52 @ 0.321412
0.64/0.72	c bounds 924 >= 53 @ 0.321704
0.64/0.72	c bounds 924 >= 54 @ 0.322053
0.64/0.72	c bounds 924 >= 55 @ 0.322403
0.64/0.72	c bounds 924 >= 56 @ 0.322765
0.64/0.72	c bounds 924 >= 57 @ 0.323119
0.64/0.72	c bounds 924 >= 58 @ 0.323469
0.64/0.72	c bounds 924 >= 59 @ 0.323818
0.64/0.72	c bounds 924 >= 60 @ 0.324166
0.64/0.72	c bounds 924 >= 61 @ 0.324517
0.64/0.72	c bounds 924 >= 62 @ 0.324876
0.64/0.72	c bounds 924 >= 63 @ 0.325233
0.64/0.72	c bounds 924 >= 64 @ 0.325585
0.64/0.72	c bounds 924 >= 65 @ 0.325709
0.64/0.72	c bounds 924 >= 66 @ 0.325709
0.64/0.72	c bounds 924 >= 67 @ 0.325709
0.64/0.72	c bounds 924 >= 68 @ 0.32607
0.64/0.72	c bounds 924 >= 69 @ 0.326423
0.64/0.72	c bounds 924 >= 70 @ 0.326739
0.64/0.72	c bounds 924 >= 71 @ 0.327093
0.64/0.73	c bounds 924 >= 72 @ 0.327446
0.64/0.73	c bounds 924 >= 73 @ 0.327802
0.64/0.73	c bounds 924 >= 74 @ 0.32815
0.64/0.73	c bounds 924 >= 75 @ 0.328497
0.64/0.73	c bounds 924 >= 76 @ 0.328845
0.64/0.73	c bounds 924 >= 77 @ 0.329191
0.64/0.73	c bounds 924 >= 78 @ 0.329544
0.64/0.73	c bounds 924 >= 79 @ 0.329894
0.64/0.73	c bounds 924 >= 80 @ 0.330249
0.64/0.73	c bounds 924 >= 81 @ 0.330605
0.64/0.73	c bounds 924 >= 82 @ 0.330973
0.64/0.73	c bounds 924 >= 83 @ 0.331423
0.64/0.73	c bounds 924 >= 84 @ 0.33178
0.64/0.73	c bounds 924 >= 85 @ 0.332132
0.64/0.73	c bounds 924 >= 86 @ 0.332485
0.64/0.73	c bounds 924 >= 87 @ 0.332842
0.64/0.73	c bounds 924 >= 88 @ 0.333191
0.64/0.73	c bounds 924 >= 89 @ 0.333533
0.64/0.73	c bounds 924 >= 90 @ 0.33388
0.64/0.73	c bounds 924 >= 91 @ 0.334232
0.64/0.73	c bounds 924 >= 92 @ 0.334581
0.64/0.73	c bounds 924 >= 93 @ 0.33495
0.64/0.73	c bounds 924 >= 94 @ 0.335306
0.64/0.73	c bounds 924 >= 95 @ 0.335669
0.64/0.73	c bounds 924 >= 96 @ 0.336025
0.64/0.73	c bounds 924 >= 97 @ 0.336377
0.64/0.73	c bounds 924 >= 98 @ 0.336725
0.64/0.73	c bounds 924 >= 99 @ 0.337071
0.64/0.74	c bounds 924 >= 100 @ 0.33742
0.64/0.74	c bounds 924 >= 101 @ 0.337776
0.64/0.74	c bounds 924 >= 102 @ 0.338128
0.64/0.74	c bounds 924 >= 103 @ 0.338525
0.64/0.74	c bounds 924 >= 104 @ 0.338867
0.64/0.74	c bounds 924 >= 105 @ 0.339207
0.64/0.74	c bounds 924 >= 106 @ 0.339549
0.64/0.74	c bounds 924 >= 107 @ 0.33989
0.64/0.74	c bounds 924 >= 108 @ 0.340229
0.64/0.74	c bounds 924 >= 109 @ 0.340567
0.64/0.74	c bounds 924 >= 110 @ 0.340912
0.64/0.74	c bounds 924 >= 111 @ 0.341248
0.64/0.74	c bounds 924 >= 112 @ 0.341596
0.64/0.74	c bounds 924 >= 113 @ 0.341951
0.64/0.74	c bounds 924 >= 114 @ 0.342314
0.64/0.74	c bounds 924 >= 115 @ 0.342662
0.64/0.74	c bounds 924 >= 116 @ 0.343017
0.64/0.74	c bounds 924 >= 117 @ 0.34336
0.64/0.74	c bounds 924 >= 118 @ 0.343714
0.64/0.74	c bounds 924 >= 119 @ 0.344055
0.64/0.74	c bounds 924 >= 120 @ 0.344409
0.64/0.74	c bounds 924 >= 121 @ 0.34475
0.64/0.74	c bounds 924 >= 122 @ 0.345091
0.64/0.74	c bounds 924 >= 123 @ 0.345438
0.64/0.74	c bounds 924 >= 124 @ 0.345781
0.64/0.74	c bounds 924 >= 125 @ 0.346121
0.64/0.74	c bounds 924 >= 126 @ 0.34647
0.64/0.74	c bounds 924 >= 127 @ 0.346813
0.64/0.74	c bounds 924 >= 128 @ 0.347171
0.64/0.75	c bounds 924 >= 129 @ 0.347514
0.64/0.75	c bounds 924 >= 130 @ 0.347867
0.64/0.75	c bounds 924 >= 131 @ 0.348215
0.64/0.75	c bounds 924 >= 132 @ 0.348558
0.64/0.75	c bounds 924 >= 133 @ 0.348908
0.64/0.75	c bounds 924 >= 134 @ 0.349251
0.64/0.75	c bounds 924 >= 135 @ 0.34959
0.64/0.75	c bounds 924 >= 136 @ 0.349932
0.64/0.75	c bounds 924 >= 137 @ 0.350273
0.64/0.75	c bounds 924 >= 138 @ 0.350616
0.64/0.75	c bounds 924 >= 139 @ 0.350966
0.64/0.75	c bounds 924 >= 140 @ 0.351322
0.64/0.75	c bounds 924 >= 141 @ 0.351663
0.64/0.75	c bounds 924 >= 142 @ 0.352011
0.64/0.75	c bounds 924 >= 143 @ 0.352352
0.64/0.75	c bounds 924 >= 144 @ 0.352703
0.64/0.75	c bounds 924 >= 145 @ 0.353045
0.64/0.75	c bounds 924 >= 146 @ 0.353388
0.64/0.75	c bounds 924 >= 147 @ 0.353732
0.64/0.75	c bounds 924 >= 148 @ 0.354076
0.64/0.75	c bounds 924 >= 149 @ 0.354424
0.64/0.75	c bounds 924 >= 150 @ 0.354768
0.64/0.75	c bounds 924 >= 151 @ 0.355116
0.64/0.75	c bounds 924 >= 152 @ 0.355459
0.64/0.75	c bounds 924 >= 153 @ 0.355814
0.64/0.75	c bounds 924 >= 154 @ 0.356157
0.64/0.75	c bounds 924 >= 155 @ 0.356516
0.64/0.75	c bounds 924 >= 156 @ 0.356858
0.64/0.75	c bounds 924 >= 157 @ 0.357206
0.64/0.76	c bounds 924 >= 158 @ 0.357548
0.64/0.76	c bounds 924 >= 159 @ 0.357899
0.64/0.76	c bounds 924 >= 160 @ 0.358247
0.64/0.76	c bounds 924 >= 161 @ 0.358593
0.64/0.76	c bounds 924 >= 162 @ 0.358936
0.64/0.76	c bounds 924 >= 163 @ 0.359283
0.64/0.76	c bounds 924 >= 164 @ 0.359625
0.64/0.76	c bounds 924 >= 165 @ 0.359976
0.64/0.76	c bounds 924 >= 166 @ 0.360318
0.64/0.76	c bounds 924 >= 167 @ 0.36066
0.64/0.76	c bounds 924 >= 168 @ 0.361004
0.64/0.76	c bounds 924 >= 169 @ 0.361345
0.64/0.76	c bounds 924 >= 170 @ 0.361693
0.64/0.76	c bounds 924 >= 171 @ 0.362037
0.64/0.76	c bounds 924 >= 172 @ 0.362385
0.64/0.76	c bounds 924 >= 173 @ 0.362732
0.64/0.76	c bounds 924 >= 174 @ 0.363089
0.64/0.76	c bounds 924 >= 175 @ 0.363439
0.64/0.76	c bounds 924 >= 176 @ 0.363552
0.64/0.76	c bounds 924 >= 177 @ 0.363552
0.64/0.76	c bounds 924 >= 178 @ 0.363552
0.64/0.76	c bounds 924 >= 179 @ 0.363893
0.64/0.76	c bounds 924 >= 180 @ 0.36424
0.64/0.76	c bounds 924 >= 181 @ 0.364528
0.64/0.76	c bounds 924 >= 182 @ 0.364874
0.64/0.76	c bounds 924 >= 183 @ 0.365215
0.64/0.76	c bounds 924 >= 184 @ 0.365556
0.64/0.76	c bounds 924 >= 185 @ 0.365556
0.64/0.76	c bounds 924 >= 186 @ 0.365556
0.64/0.77	c bounds 924 >= 187 @ 0.365625
0.64/0.77	c bounds 924 >= 188 @ 0.365977
0.64/0.77	c bounds 924 >= 189 @ 0.366324
0.64/0.77	c bounds 924 >= 190 @ 0.366671
0.64/0.77	c bounds 924 >= 191 @ 0.36702
0.64/0.77	c bounds 924 >= 192 @ 0.367364
0.64/0.77	c bounds 924 >= 193 @ 0.367697
0.64/0.77	c bounds 924 >= 194 @ 0.368035
0.64/0.77	c bounds 924 >= 195 @ 0.368381
0.64/0.77	c bounds 924 >= 196 @ 0.368728
0.64/0.77	c bounds 924 >= 197 @ 0.369068
0.64/0.77	c bounds 924 >= 198 @ 0.369416
0.64/0.77	c bounds 924 >= 199 @ 0.36975
0.64/0.77	c bounds 924 >= 200 @ 0.370097
0.64/0.77	c bounds 924 >= 201 @ 0.370436
0.64/0.77	c bounds 924 >= 202 @ 0.371206
0.64/0.77	c bounds 924 >= 203 @ 0.371544
0.64/0.77	c bounds 924 >= 204 @ 0.371889
0.64/0.77	c bounds 924 >= 205 @ 0.372227
0.64/0.77	c bounds 924 >= 206 @ 0.372567
0.64/0.77	c bounds 924 >= 207 @ 0.372915
0.64/0.77	c bounds 924 >= 208 @ 0.373258
0.64/0.77	c bounds 924 >= 209 @ 0.373597
0.64/0.77	c bounds 924 >= 210 @ 0.373934
0.64/0.77	c bounds 924 >= 211 @ 0.374284
0.64/0.77	c bounds 924 >= 212 @ 0.374628
0.64/0.77	c bounds 924 >= 213 @ 0.374967
0.64/0.78	c bounds 924 >= 214 @ 0.375304
0.64/0.78	c bounds 924 >= 215 @ 0.375642
0.64/0.78	c bounds 924 >= 216 @ 0.375993
0.64/0.78	c bounds 924 >= 217 @ 0.376339
0.64/0.78	c bounds 924 >= 218 @ 0.376679
0.64/0.78	c bounds 924 >= 219 @ 0.377032
0.64/0.78	c bounds 924 >= 220 @ 0.377376
0.64/0.78	c bounds 924 >= 221 @ 0.377715
0.64/0.78	c bounds 924 >= 222 @ 0.378058
0.64/0.78	c bounds 924 >= 223 @ 0.378397
0.64/0.78	c bounds 924 >= 224 @ 0.378734
0.64/0.78	c bounds 924 >= 225 @ 0.379073
0.64/0.78	c bounds 924 >= 226 @ 0.379407
0.64/0.78	c bounds 924 >= 227 @ 0.379754
0.64/0.78	c bounds 924 >= 228 @ 0.380088
0.64/0.78	c bounds 924 >= 229 @ 0.380427
0.64/0.78	c bounds 924 >= 230 @ 0.380768
0.64/0.78	c bounds 924 >= 231 @ 0.381101
0.64/0.78	c bounds 924 >= 232 @ 0.381429
0.64/0.78	c bounds 924 >= 233 @ 0.381764
0.64/0.78	c bounds 924 >= 234 @ 0.382098
0.64/0.78	c bounds 924 >= 235 @ 0.38243
0.64/0.78	c bounds 924 >= 236 @ 0.382766
0.64/0.78	c bounds 924 >= 237 @ 0.3831
0.64/0.78	c bounds 924 >= 238 @ 0.383446
0.64/0.78	c bounds 924 >= 239 @ 0.383787
0.64/0.78	c bounds 924 >= 240 @ 0.384123
0.64/0.78	c bounds 924 >= 241 @ 0.384477
0.64/0.78	c bounds 924 >= 242 @ 0.384817
0.64/0.78	c bounds 924 >= 243 @ 0.385165
0.64/0.79	c bounds 924 >= 244 @ 0.385502
0.64/0.79	c bounds 924 >= 245 @ 0.385849
0.64/0.79	c bounds 924 >= 246 @ 0.386185
0.64/0.79	c bounds 924 >= 247 @ 0.386523
0.64/0.79	c bounds 924 >= 248 @ 0.38686
0.64/0.79	c bounds 924 >= 249 @ 0.387214
0.64/0.79	c bounds 924 >= 250 @ 0.387548
0.64/0.79	c bounds 924 >= 251 @ 0.387892
0.64/0.79	c bounds 924 >= 252 @ 0.388236
0.64/0.79	c bounds 924 >= 253 @ 0.38859
0.64/0.79	c bounds 924 >= 254 @ 0.388932
0.64/0.79	c bounds 924 >= 255 @ 0.389277
0.64/0.79	c bounds 924 >= 256 @ 0.389612
0.64/0.79	c bounds 924 >= 257 @ 0.38995
0.64/0.79	c bounds 924 >= 258 @ 0.390289
0.64/0.79	c bounds 924 >= 259 @ 0.390666
0.64/0.79	c bounds 924 >= 260 @ 0.391016
0.64/0.79	c bounds 924 >= 261 @ 0.391364
0.64/0.79	c bounds 924 >= 262 @ 0.391711
0.64/0.79	c bounds 924 >= 263 @ 0.392043
0.64/0.79	c bounds 924 >= 264 @ 0.392379
0.64/0.79	c bounds 924 >= 265 @ 0.392717
0.64/0.79	c bounds 924 >= 266 @ 0.393051
0.64/0.79	c bounds 924 >= 267 @ 0.393396
0.64/0.79	c bounds 924 >= 268 @ 0.393731
0.64/0.79	c bounds 924 >= 269 @ 0.394086
0.64/0.79	c bounds 924 >= 270 @ 0.394454
0.64/0.79	c bounds 924 >= 271 @ 0.394801
0.64/0.79	c bounds 924 >= 272 @ 0.395136
0.64/0.80	c bounds 924 >= 273 @ 0.395475
0.64/0.80	c bounds 924 >= 274 @ 0.395827
0.64/0.80	c bounds 924 >= 275 @ 0.39616
0.74/0.80	c bounds 924 >= 276 @ 0.396497
0.74/0.80	c bounds 924 >= 277 @ 0.396855
0.74/0.80	c bounds 924 >= 278 @ 0.397197
0.74/0.80	c bounds 924 >= 279 @ 0.397546
0.74/0.80	c bounds 924 >= 280 @ 0.397879
0.74/0.80	c bounds 924 >= 281 @ 0.398225
0.74/0.80	c bounds 924 >= 282 @ 0.398571
0.74/0.80	c bounds 924 >= 283 @ 0.398904
0.74/0.80	c bounds 924 >= 284 @ 0.399251
0.74/0.80	c bounds 924 >= 285 @ 0.399588
0.74/0.80	c bounds 924 >= 286 @ 0.399931
0.74/0.80	c bounds 924 >= 287 @ 0.400262
0.74/0.80	c bounds 924 >= 288 @ 0.400609
0.74/0.80	c bounds 924 >= 289 @ 0.400944
0.74/0.80	c bounds 924 >= 290 @ 0.401289
0.74/0.80	c bounds 924 >= 291 @ 0.40163
0.74/0.80	c bounds 924 >= 292 @ 0.401968
0.74/0.80	c bounds 924 >= 293 @ 0.402301
0.74/0.80	c bounds 924 >= 294 @ 0.402638
0.74/0.80	c bounds 924 >= 295 @ 0.402977
0.74/0.80	c bounds 924 >= 296 @ 0.403312
0.74/0.80	c bounds 924 >= 297 @ 0.403432
0.74/0.80	c bounds 924 >= 298 @ 0.403432
0.74/0.80	c bounds 924 >= 299 @ 0.403432
0.74/0.80	c bounds 924 >= 300 @ 0.403671
0.74/0.80	c bounds 924 >= 301 @ 0.404005
0.74/0.81	c bounds 924 >= 302 @ 0.404355
0.74/0.81	c bounds 924 >= 303 @ 0.404696
0.74/0.81	c bounds 924 >= 304 @ 0.405029
0.74/0.81	c bounds 924 >= 305 @ 0.405362
0.74/0.81	c bounds 924 >= 306 @ 0.405696
0.74/0.81	c bounds 924 >= 307 @ 0.406057
0.74/0.81	c bounds 924 >= 308 @ 0.406389
0.74/0.81	c bounds 924 >= 309 @ 0.406727
0.74/0.81	c bounds 924 >= 310 @ 0.407068
0.74/0.81	c bounds 924 >= 311 @ 0.407419
0.74/0.81	c bounds 924 >= 312 @ 0.40776
0.74/0.81	c bounds 924 >= 313 @ 0.408093
0.74/0.81	c bounds 924 >= 314 @ 0.408421
0.74/0.81	c bounds 924 >= 315 @ 0.408421
0.74/0.81	c bounds 924 >= 316 @ 0.408421
0.74/0.81	c bounds 924 >= 317 @ 0.408489
0.74/0.81	c bounds 924 >= 318 @ 0.408828
0.74/0.81	c bounds 924 >= 319 @ 0.409167
0.74/0.81	c bounds 924 >= 320 @ 0.409523
0.74/0.81	c bounds 924 >= 321 @ 0.409855
0.74/0.81	c bounds 924 >= 322 @ 0.410196
0.74/0.81	c bounds 924 >= 323 @ 0.41054
0.74/0.81	c bounds 924 >= 324 @ 0.410873
0.74/0.81	c bounds 924 >= 325 @ 0.411213
0.74/0.81	c bounds 924 >= 326 @ 0.411564
0.74/0.81	c bounds 924 >= 327 @ 0.411902
0.74/0.81	c bounds 924 >= 328 @ 0.412236
0.74/0.81	c bounds 924 >= 329 @ 0.412574
0.74/0.81	c bounds 924 >= 330 @ 0.41291
0.74/0.82	c bounds 924 >= 331 @ 0.41325
0.74/0.82	c bounds 924 >= 332 @ 0.413598
0.74/0.82	c bounds 924 >= 333 @ 0.413957
0.74/0.82	c bounds 924 >= 334 @ 0.414289
0.74/0.82	c bounds 924 >= 335 @ 0.41462
0.74/0.82	c bounds 924 >= 336 @ 0.414952
0.74/0.82	c bounds 924 >= 337 @ 0.415283
0.74/0.82	c bounds 924 >= 338 @ 0.415618
0.74/0.82	c bounds 924 >= 339 @ 0.415952
0.74/0.82	c bounds 924 >= 340 @ 0.416284
0.74/0.82	c bounds 924 >= 341 @ 0.416624
0.74/0.82	c bounds 924 >= 342 @ 0.416955
0.74/0.82	c bounds 924 >= 343 @ 0.4173
0.74/0.82	c bounds 924 >= 344 @ 0.417401
0.74/0.82	c bounds 924 >= 345 @ 0.417401
0.74/0.82	c bounds 924 >= 346 @ 0.417401
0.74/0.82	c bounds 924 >= 347 @ 0.417401
0.74/0.82	c bounds 924 >= 348 @ 0.417401
0.74/0.82	c bounds 924 >= 349 @ 0.417401
0.74/0.82	c bounds 924 >= 350 @ 0.417401
0.74/0.82	c bounds 924 >= 351 @ 0.417401
0.74/0.82	c bounds 924 >= 352 @ 0.417469
0.74/0.82	c bounds 924 >= 353 @ 0.417822
0.74/0.82	c bounds 924 >= 354 @ 0.418127
0.74/0.82	c bounds 924 >= 355 @ 0.418422
0.74/0.82	c bounds 924 >= 356 @ 0.41878
0.74/0.82	c bounds 924 >= 357 @ 0.419114
0.74/0.82	c bounds 924 >= 358 @ 0.419453
0.74/0.82	c bounds 924 >= 359 @ 0.419794
0.74/0.83	c bounds 924 >= 360 @ 0.420132
0.74/0.83	c bounds 924 >= 361 @ 0.420484
0.74/0.83	c bounds 924 >= 362 @ 0.420844
0.74/0.83	c bounds 924 >= 363 @ 0.421181
0.74/0.83	c bounds 924 >= 364 @ 0.421513
0.74/0.83	c bounds 924 >= 365 @ 0.421845
0.74/0.83	c bounds 924 >= 366 @ 0.422175
0.74/0.83	c bounds 924 >= 367 @ 0.422513
0.74/0.83	c bounds 924 >= 368 @ 0.422855
0.74/0.83	c bounds 924 >= 369 @ 0.423186
0.74/0.83	c bounds 924 >= 370 @ 0.423526
0.74/0.83	c bounds 924 >= 371 @ 0.423879
0.74/0.83	c bounds 924 >= 372 @ 0.424238
0.74/0.83	c bounds 924 >= 373 @ 0.424367
0.74/0.83	c bounds 924 >= 374 @ 0.424367
0.74/0.83	c bounds 924 >= 375 @ 0.424367
0.74/0.83	c bounds 924 >= 376 @ 0.424709
0.74/0.83	c bounds 924 >= 377 @ 0.425032
0.74/0.83	c bounds 924 >= 378 @ 0.42532
0.74/0.83	c bounds 924 >= 379 @ 0.425656
0.74/0.83	c bounds 924 >= 380 @ 0.425986
0.74/0.83	c bounds 924 >= 381 @ 0.426323
0.74/0.83	c bounds 924 >= 382 @ 0.426664
0.74/0.83	c bounds 924 >= 383 @ 0.42701
0.74/0.83	c bounds 924 >= 384 @ 0.427344
0.74/0.83	c bounds 924 >= 385 @ 0.427344
0.74/0.83	c bounds 924 >= 386 @ 0.427344
0.74/0.83	c bounds 924 >= 387 @ 0.427412
0.74/0.83	c bounds 924 >= 388 @ 0.427765
0.74/0.84	c bounds 924 >= 389 @ 0.428086
0.74/0.84	c bounds 924 >= 390 @ 0.428384
0.74/0.84	c bounds 924 >= 391 @ 0.428718
0.74/0.84	c bounds 924 >= 392 @ 0.429063
0.74/0.84	c bounds 924 >= 393 @ 0.429414
0.74/0.84	c bounds 924 >= 394 @ 0.429747
0.74/0.84	c bounds 924 >= 395 @ 0.430082
0.74/0.84	c bounds 924 >= 396 @ 0.430419
0.74/0.84	c bounds 924 >= 397 @ 0.430756
0.74/0.84	c bounds 924 >= 398 @ 0.431093
0.74/0.84	c bounds 924 >= 399 @ 0.431438
0.74/0.84	c bounds 924 >= 400 @ 0.431771
0.74/0.84	c bounds 924 >= 401 @ 0.43211
0.74/0.84	c bounds 924 >= 402 @ 0.432457
0.74/0.84	c bounds 924 >= 403 @ 0.432789
0.74/0.84	c bounds 924 >= 404 @ 0.433122
0.74/0.84	c bounds 924 >= 405 @ 0.433455
0.74/0.84	c bounds 924 >= 406 @ 0.433788
0.74/0.84	c bounds 924 >= 407 @ 0.434122
0.74/0.84	c bounds 924 >= 408 @ 0.43447
0.74/0.84	c bounds 924 >= 409 @ 0.434803
0.74/0.84	c bounds 924 >= 410 @ 0.435138
0.74/0.84	c bounds 924 >= 411 @ 0.43548
0.74/0.84	c bounds 924 >= 412 @ 0.435824
0.74/0.84	c bounds 924 >= 413 @ 0.436163
0.74/0.84	c bounds 924 >= 414 @ 0.436496
0.74/0.84	c bounds 924 >= 415 @ 0.436836
0.74/0.84	c bounds 924 >= 416 @ 0.437166
0.74/0.84	c bounds 924 >= 417 @ 0.437506
0.74/0.84	c bounds 924 >= 418 @ 0.437843
0.74/0.85	c bounds 924 >= 419 @ 0.43818
0.74/0.85	c bounds 924 >= 420 @ 0.438521
0.74/0.85	c bounds 924 >= 421 @ 0.438858
0.74/0.85	c bounds 924 >= 422 @ 0.439193
0.74/0.85	c bounds 924 >= 423 @ 0.439533
0.74/0.85	c bounds 924 >= 424 @ 0.439873
0.74/0.85	c bounds 924 >= 425 @ 0.440204
0.74/0.85	c bounds 924 >= 426 @ 0.440546
0.74/0.85	c bounds 924 >= 427 @ 0.440878
0.74/0.85	c bounds 924 >= 428 @ 0.441212
0.74/0.85	c bounds 924 >= 429 @ 0.441552
0.74/0.85	c bounds 924 >= 430 @ 0.441892
0.74/0.85	c bounds 924 >= 431 @ 0.442245
0.74/0.85	c bounds 924 >= 432 @ 0.442582
0.74/0.85	c bounds 924 >= 433 @ 0.442923
0.74/0.85	c bounds 924 >= 434 @ 0.443262
0.74/0.85	c bounds 924 >= 435 @ 0.4436
0.74/0.85	c bounds 924 >= 436 @ 0.443933
0.74/0.85	c bounds 924 >= 437 @ 0.444266
0.74/0.85	c bounds 924 >= 438 @ 0.444266
0.74/0.85	c bounds 924 >= 439 @ 0.444266
0.74/0.85	c bounds 924 >= 440 @ 0.444351
0.74/0.85	c bounds 924 >= 441 @ 0.444687
0.74/0.85	c bounds 924 >= 442 @ 0.445024
0.74/0.85	c bounds 924 >= 443 @ 0.445334
0.74/0.85	c bounds 924 >= 444 @ 0.445666
0.74/0.85	c bounds 924 >= 445 @ 0.445996
0.74/0.85	c bounds 924 >= 446 @ 0.446335
0.74/0.85	c bounds 924 >= 447 @ 0.44667
0.74/0.86	c bounds 924 >= 448 @ 0.446999
0.74/0.86	c bounds 924 >= 449 @ 0.447332
0.74/0.86	c bounds 924 >= 450 @ 0.447668
0.74/0.86	c bounds 924 >= 451 @ 0.448011
0.74/0.86	c bounds 924 >= 452 @ 0.448347
0.74/0.86	c bounds 924 >= 453 @ 0.44869
0.74/0.86	c bounds 924 >= 454 @ 0.44903
0.74/0.86	c bounds 924 >= 455 @ 0.449381
0.74/0.86	c bounds 924 >= 456 @ 0.449724
0.74/0.86	c bounds 924 >= 457 @ 0.450054
0.74/0.86	c bounds 924 >= 458 @ 0.45039
0.74/0.86	c bounds 924 >= 459 @ 0.450721
0.74/0.86	c bounds 924 >= 460 @ 0.451056
0.74/0.86	c bounds 924 >= 461 @ 0.451404
0.74/0.86	c bounds 924 >= 462 @ 0.451741
0.74/0.86	c bounds 924 >= 463 @ 0.45207
0.74/0.86	c bounds 924 >= 464 @ 0.452405
0.74/0.86	c bounds 924 >= 465 @ 0.452743
0.74/0.86	c bounds 924 >= 466 @ 0.453073
0.74/0.86	c bounds 924 >= 467 @ 0.453407
0.74/0.86	c bounds 924 >= 468 @ 0.453744
0.74/0.86	c bounds 924 >= 469 @ 0.454077
0.74/0.86	c bounds 924 >= 470 @ 0.454411
0.74/0.86	c bounds 924 >= 471 @ 0.454743
0.74/0.86	c bounds 924 >= 472 @ 0.455068
0.74/0.86	c bounds 924 >= 473 @ 0.455404
0.74/0.86	c bounds 924 >= 474 @ 0.455756
0.74/0.86	c bounds 924 >= 475 @ 0.456094
0.74/0.86	c bounds 924 >= 476 @ 0.456422
0.74/0.86	c bounds 924 >= 477 @ 0.456759
0.74/0.87	c bounds 924 >= 478 @ 0.457089
0.74/0.87	c bounds 924 >= 479 @ 0.457429
0.74/0.87	c bounds 924 >= 480 @ 0.457774
0.74/0.87	c bounds 924 >= 481 @ 0.458107
0.74/0.87	c bounds 924 >= 482 @ 0.45844
0.74/0.87	c bounds 924 >= 483 @ 0.458767
0.74/0.87	c bounds 924 >= 484 @ 0.459096
0.74/0.87	c bounds 924 >= 485 @ 0.459431
0.74/0.87	c bounds 924 >= 486 @ 0.459765
0.74/0.87	c bounds 924 >= 487 @ 0.460104
0.74/0.87	c bounds 924 >= 488 @ 0.46044
0.74/0.87	c bounds 924 >= 489 @ 0.460779
0.74/0.87	c bounds 924 >= 490 @ 0.461131
0.74/0.87	c bounds 924 >= 491 @ 0.461466
0.74/0.87	c bounds 924 >= 492 @ 0.461803
0.74/0.87	c bounds 924 >= 493 @ 0.462136
0.74/0.87	c bounds 924 >= 494 @ 0.462475
0.74/0.87	c bounds 924 >= 495 @ 0.462804
0.74/0.87	c bounds 924 >= 496 @ 0.463137
0.74/0.87	c bounds 924 >= 497 @ 0.463476
0.74/0.87	c bounds 924 >= 498 @ 0.463944
0.74/0.87	c bounds 924 >= 499 @ 0.464293
0.74/0.87	c bounds 924 >= 500 @ 0.464627
0.74/0.87	c bounds 924 >= 501 @ 0.46496
0.74/0.87	c bounds 924 >= 502 @ 0.46507
0.74/0.87	c bounds 924 >= 503 @ 0.46507
0.74/0.87	c bounds 924 >= 504 @ 0.46507
0.74/0.87	c bounds 924 >= 505 @ 0.465336
0.74/0.87	c bounds 924 >= 506 @ 0.465671
0.74/0.88	c bounds 924 >= 507 @ 0.466013
0.74/0.88	c bounds 924 >= 508 @ 0.466347
0.74/0.88	c bounds 924 >= 509 @ 0.466693
0.74/0.88	c bounds 924 >= 510 @ 0.46703
0.74/0.88	c bounds 924 >= 511 @ 0.467376
0.74/0.88	c bounds 924 >= 512 @ 0.467716
0.74/0.88	c bounds 924 >= 513 @ 0.468063
0.74/0.88	c bounds 924 >= 514 @ 0.468404
0.74/0.88	c bounds 924 >= 515 @ 0.468768
0.74/0.88	c bounds 924 >= 516 @ 0.4691
0.74/0.88	c bounds 924 >= 517 @ 0.469453
0.74/0.88	c bounds 924 >= 518 @ 0.469905
0.74/0.88	c bounds 924 >= 519 @ 0.470262
0.74/0.88	c bounds 924 >= 520 @ 0.470683
0.74/0.88	c bounds 924 >= 521 @ 0.471038
0.74/0.88	c bounds 924 >= 522 @ 0.47153
0.74/0.88	c bounds 924 >= 523 @ 0.471873
0.74/0.88	c bounds 924 >= 524 @ 0.472218
0.74/0.88	c bounds 924 >= 525 @ 0.472569
0.74/0.88	c bounds 924 >= 526 @ 0.472903
0.74/0.88	c bounds 924 >= 527 @ 0.47325
0.74/0.88	c bounds 924 >= 528 @ 0.473586
0.74/0.88	c bounds 924 >= 529 @ 0.473921
0.74/0.88	c bounds 924 >= 530 @ 0.474274
0.74/0.88	c bounds 924 >= 531 @ 0.474615
0.74/0.88	c bounds 924 >= 532 @ 0.474962
0.74/0.88	c bounds 924 >= 533 @ 0.475303
0.74/0.88	c bounds 924 >= 534 @ 0.475643
0.74/0.89	c bounds 924 >= 535 @ 0.47598
0.74/0.89	c bounds 924 >= 536 @ 0.47634
0.74/0.89	c bounds 924 >= 537 @ 0.476681
0.74/0.89	c bounds 924 >= 538 @ 0.477032
0.74/0.89	c bounds 924 >= 539 @ 0.477368
0.74/0.89	c bounds 924 >= 540 @ 0.47772
0.74/0.89	c bounds 924 >= 541 @ 0.478055
0.74/0.89	c bounds 924 >= 542 @ 0.478401
0.74/0.89	c bounds 924 >= 543 @ 0.478749
0.74/0.89	c bounds 924 >= 544 @ 0.479087
0.74/0.89	c bounds 924 >= 545 @ 0.479435
0.74/0.89	c bounds 924 >= 546 @ 0.479788
0.74/0.89	c bounds 924 >= 547 @ 0.480142
0.74/0.89	c bounds 924 >= 548 @ 0.480483
0.74/0.89	c bounds 924 >= 549 @ 0.480825
0.74/0.89	c bounds 924 >= 550 @ 0.481103
0.74/0.89	c bounds 924 >= 551 @ 0.481103
0.74/0.89	c bounds 924 >= 552 @ 0.481103
0.74/0.89	c bounds 924 >= 553 @ 0.481226
0.74/0.89	c bounds 924 >= 554 @ 0.481641
0.74/0.89	c bounds 924 >= 555 @ 0.481996
0.74/0.89	c bounds 924 >= 556 @ 0.482334
0.74/0.89	c bounds 924 >= 557 @ 0.48267
0.74/0.89	c bounds 924 >= 558 @ 0.483015
0.74/0.89	c bounds 924 >= 559 @ 0.483354
0.74/0.89	c bounds 924 >= 560 @ 0.483714
0.74/0.89	c bounds 924 >= 561 @ 0.484056
0.74/0.89	c bounds 924 >= 562 @ 0.484397
0.74/0.89	c bounds 924 >= 563 @ 0.484753
0.74/0.90	c bounds 924 >= 564 @ 0.485091
0.74/0.90	c bounds 924 >= 565 @ 0.485432
0.74/0.90	c bounds 924 >= 566 @ 0.48577
0.84/0.90	c bounds 924 >= 567 @ 0.486108
0.84/0.90	c bounds 924 >= 568 @ 0.486108
0.84/0.90	c bounds 924 >= 569 @ 0.486108
0.84/0.90	c bounds 924 >= 570 @ 0.486281
0.84/0.90	c bounds 924 >= 571 @ 0.486571
0.84/0.90	c bounds 924 >= 572 @ 0.486865
0.84/0.90	c bounds 924 >= 573 @ 0.487193
0.84/0.90	c bounds 924 >= 574 @ 0.48754
0.84/0.90	c bounds 924 >= 575 @ 0.487878
0.84/0.90	c bounds 924 >= 576 @ 0.488203
0.84/0.90	c bounds 924 >= 577 @ 0.488538
0.84/0.90	c bounds 924 >= 578 @ 0.488881
0.84/0.90	c bounds 924 >= 579 @ 0.489223
0.84/0.90	c bounds 924 >= 580 @ 0.489564
0.84/0.90	c bounds 924 >= 581 @ 0.489899
0.84/0.90	c bounds 924 >= 582 @ 0.490286
0.84/0.90	c bounds 924 >= 583 @ 0.490632
0.84/0.90	c bounds 924 >= 584 @ 0.490963
0.84/0.90	c bounds 924 >= 585 @ 0.491299
0.84/0.90	c bounds 924 >= 586 @ 0.491635
0.84/0.90	c bounds 924 >= 587 @ 0.491972
0.84/0.90	c bounds 924 >= 588 @ 0.492047
0.84/0.90	c bounds 924 >= 589 @ 0.492047
0.84/0.90	c bounds 924 >= 590 @ 0.492047
0.84/0.90	c bounds 924 >= 591 @ 0.492392
0.84/0.90	c bounds 924 >= 592 @ 0.492738
0.84/0.91	c bounds 924 >= 593 @ 0.493038
0.84/0.91	c bounds 924 >= 594 @ 0.493038
0.84/0.91	c bounds 924 >= 595 @ 0.493038
0.84/0.91	c bounds 924 >= 596 @ 0.49311
0.84/0.91	c bounds 924 >= 597 @ 0.493459
0.84/0.91	c bounds 924 >= 598 @ 0.4938
0.84/0.91	c bounds 924 >= 599 @ 0.494142
0.84/0.91	c bounds 924 >= 600 @ 0.494496
0.84/0.91	c bounds 924 >= 601 @ 0.494834
0.84/0.91	c bounds 924 >= 602 @ 0.49518
0.84/0.91	c bounds 924 >= 603 @ 0.495546
0.84/0.91	c bounds 924 >= 604 @ 0.495892
0.84/0.91	c bounds 924 >= 605 @ 0.496237
0.84/0.91	c bounds 924 >= 606 @ 0.496579
0.84/0.91	c bounds 924 >= 607 @ 0.496929
0.84/0.91	c bounds 924 >= 608 @ 0.497267
0.84/0.91	c bounds 924 >= 609 @ 0.497611
0.84/0.91	c bounds 924 >= 610 @ 0.497956
0.84/0.91	c bounds 924 >= 611 @ 0.498294
0.84/0.91	c bounds 924 >= 612 @ 0.498636
0.84/0.91	c bounds 924 >= 613 @ 0.498977
0.84/0.91	c bounds 924 >= 614 @ 0.499323
0.84/0.91	c bounds 924 >= 615 @ 0.499681
0.84/0.91	c bounds 924 >= 616 @ 0.50003
0.84/0.91	c bounds 924 >= 617 @ 0.50037
0.84/0.91	c bounds 924 >= 618 @ 0.5007
0.84/0.91	c bounds 924 >= 619 @ 0.50103
0.84/0.91	c bounds 924 >= 620 @ 0.501372
0.84/0.91	c bounds 924 >= 621 @ 0.501705
0.84/0.92	c bounds 924 >= 622 @ 0.502054
0.84/0.92	c bounds 924 >= 623 @ 0.502396
0.84/0.92	c bounds 924 >= 624 @ 0.502738
0.84/0.92	c bounds 924 >= 625 @ 0.503078
0.84/0.92	c bounds 924 >= 626 @ 0.503443
0.84/0.92	c bounds 924 >= 627 @ 0.503795
0.84/0.92	c bounds 924 >= 628 @ 0.504153
0.84/0.92	c bounds 924 >= 629 @ 0.504498
0.84/0.92	c bounds 924 >= 630 @ 0.504852
0.84/0.92	c bounds 924 >= 631 @ 0.505195
0.84/0.92	c bounds 924 >= 632 @ 0.505542
0.84/0.92	c bounds 924 >= 633 @ 0.505882
0.84/0.92	c bounds 924 >= 634 @ 0.506252
0.84/0.92	c bounds 924 >= 635 @ 0.5066
0.84/0.92	c bounds 924 >= 636 @ 0.506952
0.84/0.92	c bounds 924 >= 637 @ 0.507288
0.84/0.92	c bounds 924 >= 638 @ 0.507637
0.84/0.92	c bounds 924 >= 639 @ 0.507996
0.84/0.92	c bounds 924 >= 640 @ 0.508352
0.84/0.92	c bounds 924 >= 641 @ 0.508688
0.84/0.92	c bounds 924 >= 642 @ 0.509027
0.84/0.92	c bounds 924 >= 643 @ 0.509365
0.84/0.92	c bounds 924 >= 644 @ 0.509698
0.84/0.92	c bounds 924 >= 645 @ 0.510029
0.84/0.92	c bounds 924 >= 646 @ 0.510396
0.84/0.92	c bounds 924 >= 647 @ 0.510743
0.84/0.92	c bounds 924 >= 648 @ 0.511076
0.84/0.92	c bounds 924 >= 649 @ 0.511421
0.84/0.93	c bounds 924 >= 650 @ 0.511753
0.84/0.93	c bounds 924 >= 651 @ 0.51208
0.84/0.93	c bounds 924 >= 652 @ 0.51242
0.84/0.93	c bounds 924 >= 653 @ 0.51276
0.84/0.93	c bounds 924 >= 654 @ 0.51311
0.84/0.93	c bounds 924 >= 655 @ 0.513442
0.84/0.93	c bounds 924 >= 656 @ 0.513783
0.84/0.93	c bounds 924 >= 657 @ 0.514108
0.84/0.93	c bounds 924 >= 658 @ 0.514447
0.84/0.93	c bounds 924 >= 659 @ 0.514778
0.84/0.93	c bounds 924 >= 660 @ 0.515123
0.84/0.93	c bounds 924 >= 661 @ 0.515453
0.84/0.93	c bounds 924 >= 662 @ 0.515785
0.84/0.93	c bounds 924 >= 663 @ 0.516117
0.84/0.93	c bounds 924 >= 664 @ 0.51645
0.84/0.93	c bounds 924 >= 665 @ 0.516781
0.84/0.93	c bounds 924 >= 666 @ 0.517123
0.84/0.93	c bounds 924 >= 667 @ 0.517459
0.84/0.93	c bounds 924 >= 668 @ 0.517793
0.84/0.93	c bounds 924 >= 669 @ 0.518147
0.84/0.93	c bounds 924 >= 670 @ 0.518499
0.84/0.93	c bounds 924 >= 671 @ 0.518851
0.84/0.93	c bounds 924 >= 672 @ 0.519187
0.84/0.93	c bounds 924 >= 673 @ 0.519533
0.84/0.93	c bounds 924 >= 674 @ 0.519877
0.84/0.93	c bounds 924 >= 675 @ 0.520332
0.84/0.93	c bounds 924 >= 676 @ 0.520668
0.84/0.93	c bounds 924 >= 677 @ 0.521024
0.84/0.93	c bounds 924 >= 678 @ 0.521364
0.84/0.94	c bounds 924 >= 679 @ 0.521702
0.84/0.94	c bounds 924 >= 680 @ 0.522044
0.84/0.94	c bounds 924 >= 681 @ 0.522371
0.84/0.94	c bounds 924 >= 682 @ 0.522706
0.84/0.94	c bounds 924 >= 683 @ 0.523033
0.84/0.94	c bounds 924 >= 684 @ 0.523367
0.84/0.94	c bounds 924 >= 685 @ 0.523692
0.84/0.94	c bounds 924 >= 686 @ 0.524016
0.84/0.94	c bounds 924 >= 687 @ 0.524353
0.84/0.94	c bounds 924 >= 688 @ 0.524676
0.84/0.94	c bounds 924 >= 689 @ 0.525031
0.84/0.94	c bounds 924 >= 690 @ 0.525371
0.84/0.94	c bounds 924 >= 691 @ 0.525704
0.84/0.94	c bounds 924 >= 692 @ 0.526033
0.84/0.94	c bounds 924 >= 693 @ 0.526372
0.84/0.94	c bounds 924 >= 694 @ 0.526696
0.84/0.94	c bounds 924 >= 695 @ 0.527045
0.84/0.94	c bounds 924 >= 696 @ 0.527373
0.84/0.94	c bounds 924 >= 697 @ 0.527697
0.84/0.94	c bounds 924 >= 698 @ 0.528021
0.84/0.94	c bounds 924 >= 699 @ 0.528355
0.84/0.94	c bounds 924 >= 700 @ 0.52868
0.84/0.94	c bounds 924 >= 701 @ 0.529
0.84/0.94	c bounds 924 >= 702 @ 0.529316
0.84/0.94	c bounds 924 >= 703 @ 0.529634
0.84/0.94	c bounds 924 >= 704 @ 0.529958
0.84/0.94	c bounds 924 >= 705 @ 0.530286
0.84/0.94	c bounds 924 >= 706 @ 0.530609
0.84/0.94	c bounds 924 >= 707 @ 0.530934
0.84/0.94	c bounds 924 >= 708 @ 0.531259
0.84/0.94	c bounds 924 >= 709 @ 0.531577
0.84/0.95	c bounds 924 >= 710 @ 0.531907
0.84/0.95	c bounds 924 >= 711 @ 0.532231
0.84/0.95	c bounds 924 >= 712 @ 0.53256
0.84/0.95	c bounds 924 >= 713 @ 0.532881
0.84/0.95	c bounds 924 >= 714 @ 0.533225
0.84/0.95	c bounds 924 >= 715 @ 0.533556
0.84/0.95	c bounds 924 >= 716 @ 0.533891
0.84/0.95	c bounds 924 >= 717 @ 0.534221
0.84/0.95	c bounds 924 >= 718 @ 0.534559
0.84/0.95	c bounds 924 >= 719 @ 0.534887
0.84/0.95	c bounds 924 >= 720 @ 0.535225
0.84/0.95	c bounds 924 >= 721 @ 0.535553
0.84/0.95	c bounds 924 >= 722 @ 0.535881
0.84/0.95	c bounds 924 >= 723 @ 0.536225
0.84/0.95	c bounds 924 >= 724 @ 0.536549
0.84/0.95	c bounds 924 >= 725 @ 0.536806
0.84/0.95	c bounds 924 >= 726 @ 0.536806
0.84/0.95	c bounds 924 >= 727 @ 0.536806
0.84/0.95	c bounds 924 >= 728 @ 0.536939
0.84/0.95	c bounds 924 >= 729 @ 0.537272
0.84/0.95	c bounds 924 >= 730 @ 0.537605
0.84/0.95	c bounds 924 >= 731 @ 0.537856
0.84/0.95	c bounds 924 >= 732 @ 0.537856
0.84/0.95	c bounds 924 >= 733 @ 0.537856
0.84/0.95	c bounds 924 >= 734 @ 0.538074
0.84/0.95	c bounds 924 >= 735 @ 0.538361
0.84/0.95	c bounds 924 >= 736 @ 0.538648
0.84/0.95	c bounds 924 >= 737 @ 0.538965
0.84/0.95	c bounds 924 >= 738 @ 0.539296
0.84/0.96	c bounds 924 >= 739 @ 0.539625
0.84/0.96	c bounds 924 >= 740 @ 0.539949
0.84/0.96	c bounds 924 >= 741 @ 0.540278
0.84/0.96	c bounds 924 >= 742 @ 0.540615
0.84/0.96	c bounds 924 >= 743 @ 0.540696
0.84/0.96	c bounds 924 >= 744 @ 0.540696
0.84/0.96	c bounds 924 >= 745 @ 0.540696
0.84/0.96	c bounds 924 >= 746 @ 0.540965
0.84/0.96	c bounds 924 >= 747 @ 0.541291
0.84/0.96	c bounds 924 >= 748 @ 0.541615
0.84/0.96	c bounds 924 >= 749 @ 0.541941
0.84/0.96	c bounds 924 >= 750 @ 0.54227
0.84/0.96	c bounds 924 >= 751 @ 0.542591
0.84/0.96	c bounds 924 >= 752 @ 0.542903
0.84/0.96	c bounds 924 >= 753 @ 0.543225
0.84/0.96	c bounds 924 >= 754 @ 0.54355
0.84/0.96	c bounds 924 >= 755 @ 0.543881
0.84/0.96	c bounds 924 >= 756 @ 0.544201
0.84/0.96	c bounds 924 >= 757 @ 0.544523
0.84/0.96	c bounds 924 >= 758 @ 0.54485
0.84/0.96	c bounds 924 >= 759 @ 0.545176
0.84/0.96	c bounds 924 >= 760 @ 0.545498
0.84/0.96	c bounds 924 >= 761 @ 0.54582
0.84/0.96	c bounds 924 >= 762 @ 0.54582
0.84/0.96	c bounds 924 >= 763 @ 0.54582
0.84/0.96	c bounds 924 >= 764 @ 0.545894
0.84/0.96	c bounds 924 >= 765 @ 0.54623
0.84/0.96	c bounds 924 >= 766 @ 0.546545
0.84/0.96	c bounds 924 >= 767 @ 0.546841
0.84/0.96	c bounds 924 >= 768 @ 0.547175
0.84/0.96	c bounds 924 >= 769 @ 0.547502
0.84/0.97	c bounds 924 >= 770 @ 0.547844
0.84/0.97	c bounds 924 >= 771 @ 0.54819
0.84/0.97	c bounds 924 >= 772 @ 0.548527
1.96/2.10	c #Conflicts:       1000 | #Constraints:      21486
1.96/2.10	c #Conflicts:       2000 | #Constraints:      22487
1.96/2.10	c INPROCESSING
1.96/2.10	c GARBAGE COLLECT
1.96/2.10	c bounds 924 >= 773 @ 1.63732
1.96/2.10	c bounds 924 >= 774 @ 1.6374
1.96/2.10	c bounds 924 >= 775 @ 1.6374
1.96/2.10	c bounds 924 >= 776 @ 1.6374
1.96/2.10	c bounds 924 >= 777 @ 1.63756
1.96/2.10	c bounds 924 >= 778 @ 1.63791
1.96/2.10	c bounds 924 >= 779 @ 1.63814
1.96/2.10	c bounds 924 >= 780 @ 1.63847
1.96/2.10	c bounds 924 >= 781 @ 1.63869
1.96/2.10	c bounds 924 >= 782 @ 1.63901
1.96/2.11	c bounds 924 >= 783 @ 1.63924
1.96/2.11	c bounds 924 >= 784 @ 1.63956
1.96/2.11	c bounds 924 >= 785 @ 1.63979
1.96/2.11	c bounds 924 >= 786 @ 1.64011
1.96/2.11	c bounds 924 >= 787 @ 1.64032
1.96/2.11	c bounds 924 >= 788 @ 1.64063
1.96/2.11	c bounds 924 >= 789 @ 1.64084
1.96/2.11	c bounds 924 >= 790 @ 1.64114
1.96/2.11	c bounds 924 >= 791 @ 1.64135
1.96/2.11	c bounds 924 >= 792 @ 1.64165
1.96/2.11	c bounds 924 >= 793 @ 1.64186
1.96/2.11	c bounds 924 >= 794 @ 1.64213
1.96/2.11	c bounds 924 >= 795 @ 1.64234
1.96/2.11	c bounds 924 >= 796 @ 1.64262
1.96/2.11	c bounds 924 >= 797 @ 1.64284
2.05/2.11	c bounds 924 >= 798 @ 1.64313
2.05/2.11	c bounds 924 >= 799 @ 1.64336
2.05/2.11	c bounds 924 >= 800 @ 1.64365
2.05/2.11	c bounds 924 >= 801 @ 1.64387
2.05/2.11	c bounds 924 >= 802 @ 1.64415
2.05/2.11	c bounds 924 >= 803 @ 1.64437
2.05/2.11	c bounds 924 >= 804 @ 1.64464
2.05/2.11	c bounds 924 >= 805 @ 1.64486
2.05/2.11	c bounds 924 >= 806 @ 1.64515
2.05/2.11	c bounds 924 >= 807 @ 1.64537
2.05/2.11	c bounds 924 >= 808 @ 1.64567
2.05/2.11	c bounds 924 >= 809 @ 1.64589
2.05/2.11	c bounds 924 >= 810 @ 1.64616
2.05/2.11	c bounds 924 >= 811 @ 1.64638
2.05/2.11	c bounds 924 >= 812 @ 1.64665
2.05/2.11	c bounds 924 >= 813 @ 1.64686
2.05/2.11	c bounds 924 >= 814 @ 1.64715
2.05/2.11	c bounds 924 >= 815 @ 1.64737
2.05/2.11	c bounds 924 >= 816 @ 1.64761
2.05/2.11	c bounds 924 >= 817 @ 1.64786
2.05/2.11	c bounds 924 >= 818 @ 1.64809
2.05/2.11	c bounds 924 >= 819 @ 1.64835
2.05/2.11	c bounds 924 >= 820 @ 1.64856
2.05/2.11	c bounds 924 >= 821 @ 1.64882
2.05/2.11	c bounds 924 >= 822 @ 1.64903
2.05/2.12	c bounds 924 >= 823 @ 1.6493
2.05/2.12	c bounds 924 >= 824 @ 1.64952
2.05/2.12	c bounds 924 >= 825 @ 1.64977
2.05/2.12	c bounds 924 >= 826 @ 1.64999
2.05/2.12	c bounds 924 >= 827 @ 1.65023
2.05/2.12	c bounds 924 >= 828 @ 1.65045
2.05/2.12	c bounds 924 >= 829 @ 1.65074
2.05/2.12	c bounds 924 >= 830 @ 1.65096
2.05/2.12	c bounds 924 >= 831 @ 1.65122
2.05/2.12	c bounds 924 >= 832 @ 1.65146
2.05/2.12	c bounds 924 >= 833 @ 1.6517
2.05/2.12	c bounds 924 >= 834 @ 1.65192
2.05/2.12	c bounds 924 >= 835 @ 1.65219
2.05/2.12	c bounds 924 >= 836 @ 1.6524
2.05/2.12	c bounds 924 >= 837 @ 1.65263
2.05/2.12	c bounds 924 >= 838 @ 1.65284
2.05/2.12	c bounds 924 >= 839 @ 1.65306
2.05/2.12	c bounds 924 >= 840 @ 1.65327
2.05/2.12	c bounds 924 >= 841 @ 1.65349
2.05/2.12	c bounds 924 >= 842 @ 1.6537
2.05/2.12	c bounds 924 >= 843 @ 1.65392
2.05/2.12	c bounds 924 >= 844 @ 1.65413
2.05/2.12	c bounds 924 >= 845 @ 1.65435
2.05/2.12	c bounds 924 >= 846 @ 1.65456
2.05/2.12	c bounds 924 >= 847 @ 1.65479
2.05/2.12	c bounds 924 >= 848 @ 1.65501
2.05/2.12	c bounds 924 >= 849 @ 1.65531
2.05/2.12	c bounds 924 >= 850 @ 1.65552
2.05/2.12	c bounds 924 >= 851 @ 1.65577
2.05/2.12	c bounds 924 >= 852 @ 1.65598
2.05/2.12	c bounds 924 >= 853 @ 1.6562
2.05/2.12	c bounds 924 >= 854 @ 1.65641
2.05/2.12	c bounds 924 >= 855 @ 1.65663
2.05/2.12	c bounds 924 >= 856 @ 1.65685
2.05/2.12	c bounds 924 >= 857 @ 1.65708
2.05/2.12	c bounds 924 >= 858 @ 1.65729
2.05/2.12	c bounds 924 >= 859 @ 1.65751
2.05/2.12	c bounds 924 >= 860 @ 1.65772
2.05/2.12	c bounds 924 >= 861 @ 1.65795
2.05/2.12	c bounds 924 >= 862 @ 1.65817
2.05/2.12	c bounds 924 >= 863 @ 1.65838
2.05/2.12	c bounds 924 >= 864 @ 1.65859
2.05/2.12	c bounds 924 >= 865 @ 1.65881
2.05/2.12	c bounds 924 >= 866 @ 1.65902
2.05/2.13	c bounds 924 >= 867 @ 1.65923
2.05/2.13	c bounds 924 >= 868 @ 1.65948
2.05/2.13	c bounds 924 >= 869 @ 1.65969
2.05/2.13	c bounds 924 >= 870 @ 1.6599
2.05/2.13	c bounds 924 >= 871 @ 1.66011
2.05/2.13	c bounds 924 >= 872 @ 1.6604
2.05/2.13	c bounds 924 >= 873 @ 1.66061
2.05/2.13	c bounds 924 >= 874 @ 1.66082
2.05/2.13	c bounds 924 >= 875 @ 1.66103
2.05/2.13	c bounds 924 >= 876 @ 1.66125
2.05/2.13	c bounds 924 >= 877 @ 1.66145
2.05/2.13	c bounds 924 >= 878 @ 1.66166
2.05/2.13	c bounds 924 >= 879 @ 1.66187
2.05/2.13	c bounds 924 >= 880 @ 1.66208
2.05/2.13	c bounds 924 >= 881 @ 1.66229
2.05/2.13	c bounds 924 >= 882 @ 1.66251
2.05/2.13	c bounds 924 >= 883 @ 1.66272
2.05/2.13	c bounds 924 >= 884 @ 1.66293
2.05/2.13	c bounds 924 >= 885 @ 1.66313
2.05/2.13	c bounds 924 >= 886 @ 1.66335
2.05/2.13	c bounds 924 >= 887 @ 1.66356
2.05/2.13	c bounds 924 >= 888 @ 1.66378
2.05/2.13	c bounds 924 >= 889 @ 1.66399
2.05/2.13	c bounds 924 >= 890 @ 1.66426
2.05/2.13	c bounds 924 >= 891 @ 1.66447
2.05/2.13	c bounds 924 >= 892 @ 1.66473
2.05/2.13	c bounds 924 >= 893 @ 1.66494
2.05/2.13	c bounds 924 >= 894 @ 1.66515
2.05/2.13	c bounds 924 >= 895 @ 1.6654
2.05/2.13	c bounds 924 >= 896 @ 1.66564
2.05/2.13	c bounds 924 >= 897 @ 1.66586
2.05/2.13	c bounds 924 >= 898 @ 1.66608
2.05/2.13	c bounds 924 >= 899 @ 1.66629
2.05/2.13	c bounds 924 >= 900 @ 1.66651
2.05/2.13	c bounds 924 >= 901 @ 1.66671
2.05/2.13	c bounds 924 >= 902 @ 1.66692
2.05/2.13	c bounds 924 >= 903 @ 1.66713
2.05/2.15	c bounds 924 >= 904 @ 1.68339
2.05/2.16	c bounds 924 >= 905 @ 1.68895
2.05/2.17	c bounds 924 >= 906 @ 1.69759
2.05/2.18	c bounds 924 >= 907 @ 1.70845
2.14/2.20	c bounds 924 >= 908 @ 1.72731
2.14/2.21	c bounds 924 >= 909 @ 1.74433
2.24/2.35	c bounds 924 >= 910 @ 1.87736
2.44/2.56	c bounds 924 >= 911 @ 2.08389
3.53/3.65	c #Conflicts:       3000 | #Constraints:      22222
3.53/3.65	c bounds 924 >= 912 @ 3.16408
5.73/5.84	c #Conflicts:       4000 | #Constraints:      23243
5.73/5.84	c INPROCESSING
5.73/5.84	c GARBAGE COLLECT
5.73/5.84	c #Conflicts:       5000 | #Constraints:      22496
5.73/5.84	c #Conflicts:       6000 | #Constraints:      23496
5.73/5.84	c INPROCESSING
5.73/5.84	c GARBAGE COLLECT
5.73/5.84	c bounds 924 >= 913 @ 5.30496
9.32/9.49	c #Conflicts:       7000 | #Constraints:      22511
9.32/9.49	c #Conflicts:       8000 | #Constraints:      23511
9.32/9.49	c #Conflicts:       9000 | #Constraints:      24511
9.32/9.49	c INPROCESSING
9.32/9.49	c GARBAGE COLLECT
9.32/9.49	c #Conflicts:      10000 | #Constraints:      23196
9.32/9.49	c #Conflicts:      11000 | #Constraints:      24196
9.32/9.49	c #Conflicts:      12000 | #Constraints:      25208
9.32/9.49	c INPROCESSING
9.32/9.49	c GARBAGE COLLECT
9.32/9.49	c bounds 924 >= 914 @ 8.86441
10.03/10.17	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[4]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[6]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[8]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[12]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[14]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[16]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[18]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[20]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[24]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[26]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[38]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[42]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[422]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[512]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[516]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[518]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[534]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[540]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[552]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[554]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[556]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[566]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[576]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[578]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[582]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[594]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[596]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[600]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[604]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[606]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[614]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[618]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[620]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[626]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[634]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[636]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[642]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[644]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[645]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[648]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[652]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[654]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[656]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[662]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[664]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[666]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[674]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[678]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[680]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[682]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[686]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[688]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[692]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[694]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[698]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[700]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[818]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[866]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[944]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[976]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[982]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[984]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[986]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[989]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[994]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[996]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1000]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1002]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1004]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1006]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1008]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1010]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1012]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1016]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1018]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1020]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1024]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1026]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1028]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1030]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1038]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1040]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1048]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1052]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1054]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1056]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1058]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1060]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1062]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1064]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1068]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1072]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1086]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1090]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1096]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1100]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1106]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1112]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1128]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1136]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1142]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1148]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1306]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1330]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1354]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1421]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1462]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1463]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1465]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1504]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1534]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1548]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1556]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1596]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1600]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1602]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1604]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1606]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1610]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1612]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1616]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1618]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1620]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1630]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1638]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1642]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1646]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1650]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1652]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1658]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1660]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1666]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1668]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1682]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1684]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1686]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1688]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1690]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1692]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1694]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1696]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1700]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1702]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1706]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1718]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1722]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1724]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1726]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1728]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1730]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1734]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1736]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1738]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1740]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1742]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1744]: 6 -1.00002 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1748]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1750]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1752]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1756]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1758]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1760]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1764]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1772]: 6 -1.0001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1774]: 6 -1.00001 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1778]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1780]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1784]: 6 -1.00007 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1786]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1788]: 6 -1.00005 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1790]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1794]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1798]: 6 -1.00008 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1800]: 6 -1.00009 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1802]: 6 -1.00004 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1804]: 6 -1.00006 0 shouldn't be
10.03/10.17	WSVECS04 Frhs2[1806]: 6 -1.00003 0 shouldn't be
11.61/11.77	c #Conflicts:      13000 | #Constraints:      23689
11.61/11.77	c #Conflicts:      14000 | #Constraints:      24689
11.61/11.77	c bounds 924 >= 915 @ 11.0921
12.21/12.36	c #Conflicts:      15000 | #Constraints:      25713
12.21/12.36	c INPROCESSING
12.21/12.36	c GARBAGE COLLECT
12.21/12.36	c rational objective 915
14.70/14.80	c #Conflicts:      16000 | #Constraints:      23932
14.70/14.80	c #Conflicts:      17000 | #Constraints:      24932
14.70/14.80	c #Conflicts:      18000 | #Constraints:      25932
14.70/14.80	c INPROCESSING
14.70/14.80	c GARBAGE COLLECT
14.70/14.80	c #Conflicts:      19000 | #Constraints:      23948
14.70/14.80	c #Conflicts:      20000 | #Constraints:      24948
14.70/14.80	c bounds 924 >= 916 @ 14.0708
15.70/15.85	c #Conflicts:      21000 | #Constraints:      25981
15.70/15.85	c INPROCESSING
15.70/15.85	c GARBAGE COLLECT
15.70/15.85	c rational objective 916
18.40/18.59	c #Conflicts:      22000 | #Constraints:      23758
18.40/18.59	c #Conflicts:      23000 | #Constraints:      24758
18.40/18.59	c #Conflicts:      24000 | #Constraints:      25759
18.40/18.59	c #Conflicts:      25000 | #Constraints:      26759
18.40/18.59	c INPROCESSING
18.40/18.59	c GARBAGE COLLECT
18.40/18.59	WSVECS04 Frhs2[2]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[22]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[24]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[26]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[30]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[38]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[42]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[44]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[58]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[68]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[70]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[74]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[76]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[82]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[84]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[86]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[88]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[90]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[110]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[112]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[114]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[120]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[124]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[126]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[130]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[136]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[140]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[148]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[158]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[162]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[170]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[172]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[174]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[178]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[182]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[186]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[192]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[198]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[202]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[206]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[208]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[210]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[215]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[216]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[218]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[220]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[230]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[232]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[246]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[248]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[250]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[252]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[256]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[258]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[264]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[268]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[272]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[276]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[280]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[284]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[288]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[290]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[294]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[298]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[300]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[301]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[302]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[308]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[312]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[320]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[322]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[324]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[326]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[328]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[332]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[334]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[336]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[340]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[342]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[350]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[358]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[362]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[364]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[366]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[368]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[378]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[384]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[387]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[390]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[394]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[398]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[400]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[402]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[410]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[412]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[414]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[420]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[422]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[426]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[428]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[432]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[438]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[446]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[448]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[452]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[460]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[468]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[470]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[474]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[480]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[482]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[486]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[492]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[494]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[498]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[500]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[510]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[514]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[516]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[518]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[522]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[528]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[532]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[534]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[536]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[538]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[540]: 6 -2.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[544]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[548]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[550]: 6 -2.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[554]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[558]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[559]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[562]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[564]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[572]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[576]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[578]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[580]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[592]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[596]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[602]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[604]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[606]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[612]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[616]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[618]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[622]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[626]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[628]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[630]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[632]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[634]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[638]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[640]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[642]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[644]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[645]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[654]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[656]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[658]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[660]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[664]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[666]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[670]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[672]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[674]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[676]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[684]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[686]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[688]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[690]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[692]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[694]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[712]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[720]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[724]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[726]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[728]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[730]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[731]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[736]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[738]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[740]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[742]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[754]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[758]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[760]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[762]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[764]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[766]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[768]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[770]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[772]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[774]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[778]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[782]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[794]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[798]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[800]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[802]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[804]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[806]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[808]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[810]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[812]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[814]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[816]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[817]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[818]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[820]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[822]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[824]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[826]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[828]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[830]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[834]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[836]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[838]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[840]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[846]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[848]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[852]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[854]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[856]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[860]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[862]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[864]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[866]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[868]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[870]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[872]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[874]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[876]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[878]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[880]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[882]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[884]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[886]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[888]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[890]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[892]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[894]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[896]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[898]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[900]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[904]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[906]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[910]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[914]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[916]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[918]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[920]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[922]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[924]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[926]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[928]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[930]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[932]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[934]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[936]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[938]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[940]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[942]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[944]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[948]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[950]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[952]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[954]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[960]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[962]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[968]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[970]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[976]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[978]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[980]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[986]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[988]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[989]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[990]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[992]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[994]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[996]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[998]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1000]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1002]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1004]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1006]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1008]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1010]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1012]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1014]: 6 -1.5001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1016]: 6 -1.50003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1018]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1020]: 6 -1.50008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1022]: 6 -1.50009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1024]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1028]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1030]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1032]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1034]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1038]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1040]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1044]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1056]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1062]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1068]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1070]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1072]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1074]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1075]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1076]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1088]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1100]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1110]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1114]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1118]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1120]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1122]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1130]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1136]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1156]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1158]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1160]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1162]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1164]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1178]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1180]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1200]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1202]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1206]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1208]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1222]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1244]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1246]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1250]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1288]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1292]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1314]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1316]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1318]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1332]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1333]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1334]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1336]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1338]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1346]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1350]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1356]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1358]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1360]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1362]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1364]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1374]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1378]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1382]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1384]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1388]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1390]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1392]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1394]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1396]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1406]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1408]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1414]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1418]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1419]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1420]: 6 -2.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1422]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1426]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1430]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1432]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1434]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1438]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1442]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1446]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1450]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1452]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1456]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1460]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1462]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1464]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1466]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1470]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1472]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1474]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1476]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1478]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1480]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1482]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1484]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1486]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1488]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1490]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1492]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1494]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1496]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1498]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1500]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1502]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1504]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1505]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1506]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1508]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1514]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1518]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1520]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1524]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1528]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1530]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1532]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1542]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1545]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1550]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1554]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1578]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1584]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1589]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1590]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1591]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1592]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1598]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1600]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1622]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1624]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1631]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1638]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1642]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1644]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1648]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1650]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1652]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1666]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1668]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1670]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1672]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1674]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1678]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1680]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1686]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1688]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1690]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1692]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1700]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1708]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1710]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1712]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1722]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1726]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1728]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1734]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1736]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1738]: 6 -1.00004 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1742]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1748]: 6 -1.00007 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1750]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1752]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1754]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1756]: 6 -1.00002 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1758]: 6 -1.0001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1764]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1768]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1774]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1780]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1782]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1784]: 6 -1.00003 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1786]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1788]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1790]: 6 -1.00001 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1792]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1796]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[1800]: 6 -1.00008 0 shouldn't be
18.40/18.59	WSVECS04 Frhs2[4507]: 6 -0.500074 0 shouldn't be
20.39/20.57	c rational objective 916
22.08/22.28	c #Conflicts:      26000 | #Constraints:      24357
22.08/22.28	c #Conflicts:      27000 | #Constraints:      25357
22.08/22.28	c bounds 924 >= 917 @ 21.4038
29.76/29.99	c #Conflicts:      28000 | #Constraints:      26384
29.76/29.99	c #Conflicts:      29000 | #Constraints:      27384
29.76/29.99	c INPROCESSING
29.76/29.99	c GARBAGE COLLECT
29.76/29.99	c #Conflicts:      30000 | #Constraints:      24769
29.76/29.99	c #Conflicts:      31000 | #Constraints:      25769
29.76/29.99	c #Conflicts:      32000 | #Constraints:      26770
29.76/29.99	c #Conflicts:      33000 | #Constraints:      27770
29.76/29.99	c INPROCESSING
29.76/29.99	c GARBAGE COLLECT
29.76/29.99	c #Conflicts:      34000 | #Constraints:      24974
29.76/29.99	c #Conflicts:      35000 | #Constraints:      25974
29.76/29.99	c #Conflicts:      36000 | #Constraints:      26974
29.76/29.99	c #Conflicts:      37000 | #Constraints:      27974
29.76/29.99	c INPROCESSING
29.76/29.99	c GARBAGE COLLECT
29.76/29.99	c rational objective 917
33.05/33.22	c #Conflicts:      38000 | #Constraints:      24973
33.05/33.22	c #Conflicts:      39000 | #Constraints:      25973
33.05/33.22	c #Conflicts:      40000 | #Constraints:      26973
33.05/33.22	c #Conflicts:      41000 | #Constraints:      27973
33.05/33.22	c INPROCESSING
33.05/33.22	c GARBAGE COLLECT
33.05/33.22	c rational objective 917
34.35/34.58	c #Conflicts:      42000 | #Constraints:      24759
34.35/34.58	c #Conflicts:      43000 | #Constraints:      25759
34.35/34.58	c #Conflicts:      44000 | #Constraints:      26759
34.35/34.58	c bounds 924 >= 918 @ 33.4841
35.34/35.57	c #Conflicts:      45000 | #Constraints:      27789
35.34/35.57	c #Conflicts:      46000 | #Constraints:      28789
35.34/35.57	c INPROCESSING
35.34/35.57	c GARBAGE COLLECT
35.34/35.57	c rational objective 918
37.44/37.64	c #Conflicts:      47000 | #Constraints:      25384
37.44/37.64	c #Conflicts:      48000 | #Constraints:      26384
37.44/37.64	c #Conflicts:      49000 | #Constraints:      27384
37.44/37.64	c #Conflicts:      50000 | #Constraints:      28384
37.44/37.64	c bounds 924 >= 919 @ 36.4611
38.34/38.54	c #Conflicts:      51000 | #Constraints:      29421
38.34/38.54	c INPROCESSING
38.34/38.54	c GARBAGE COLLECT
38.34/38.54	WSVECS04 Frhs2[1]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[2]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[4]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[10]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[12]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[16]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[22]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[26]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[28]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[30]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[36]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[38]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[40]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[42]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[44]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[48]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[50]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[58]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[60]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[62]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[66]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[70]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[74]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[76]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[78]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[88]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[98]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[102]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[108]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[110]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[112]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[116]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[118]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[124]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[129]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[130]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[136]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[138]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[140]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[146]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[148]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[150]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[158]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[160]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[172]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[176]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[192]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[194]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[200]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[212]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[214]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[220]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[222]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[228]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[230]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[232]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[240]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[250]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[252]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[262]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[264]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[268]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[280]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[282]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[288]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[294]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[298]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[300]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[301]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[302]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[310]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[312]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[314]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[316]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[324]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[326]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[328]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[336]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[340]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[342]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[344]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[348]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[350]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[352]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[362]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[364]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[368]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[372]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[382]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[384]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[386]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[388]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[390]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[394]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[398]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[400]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[402]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[408]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[410]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[420]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[422]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[424]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[428]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[432]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[440]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[442]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[446]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[448]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[450]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[452]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[454]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[456]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[460]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[464]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[470]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[478]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[484]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[486]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[488]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[492]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[494]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[496]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[498]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[500]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[510]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[516]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[518]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[524]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[526]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[530]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[532]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[534]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[540]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[544]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[550]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[552]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[554]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[556]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[558]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[562]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[568]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[576]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[578]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[580]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[584]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[586]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[592]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[596]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[600]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[602]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[604]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[608]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[610]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[616]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[618]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[620]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[626]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[630]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[632]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[634]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[642]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[644]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[645]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[646]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[648]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[650]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[652]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[656]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[658]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[660]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[664]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[666]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[668]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[670]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[674]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[676]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[678]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[680]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[682]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[684]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[686]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[690]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[692]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[698]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[700]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[702]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[706]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[708]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[710]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[712]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[714]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[716]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[720]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[722]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[726]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[728]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[730]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[731]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[738]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[740]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[742]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[748]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[750]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[752]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[754]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[756]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[758]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[760]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[762]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[768]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[770]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[772]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[774]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[776]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[778]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[780]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[782]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[784]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[786]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[788]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[792]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[794]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[798]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[800]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[802]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[804]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[808]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[810]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[812]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[814]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[816]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[817]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[818]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[820]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[824]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[826]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[828]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[830]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[832]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[836]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[838]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[840]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[844]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[846]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[848]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[850]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[852]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[856]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[858]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[866]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[868]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[870]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[872]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[874]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[876]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[878]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[880]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[882]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[884]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[888]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[890]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[892]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[896]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[898]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[900]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[902]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[906]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[910]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[912]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[914]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[916]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[918]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[920]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[922]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[924]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[926]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[928]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[930]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[932]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[934]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[938]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[940]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[942]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[944]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[946]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[948]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[952]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[954]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[958]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[960]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[966]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[972]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[974]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[980]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[986]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[988]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[989]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[990]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[992]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[994]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[996]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[998]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1000]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1002]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1004]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1006]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1008]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1010]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1012]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1014]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1016]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1018]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1020]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1022]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1028]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1030]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1032]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1034]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1036]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1038]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1040]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1046]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1048]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1052]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1054]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1060]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1062]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1064]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1066]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1072]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1074]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1075]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1076]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1080]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1084]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1086]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1088]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1090]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1092]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1096]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1098]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1100]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1102]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1106]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1108]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1114]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1116]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1118]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1120]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1124]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1126]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1128]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1130]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1132]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1134]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1136]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1138]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1140]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1144]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1146]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1150]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1152]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1154]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1156]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1158]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1162]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1166]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1168]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1170]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1174]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1176]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1180]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1182]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1184]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1186]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1188]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1190]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1192]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1194]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1196]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1202]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1204]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1206]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1208]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1210]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1212]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1214]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1216]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1218]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1224]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1228]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1230]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1232]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1234]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1236]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1238]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1244]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1246]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1247]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1250]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1252]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1254]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1256]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1260]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1264]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1268]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1270]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1272]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1280]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1288]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1290]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1298]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1302]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1304]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1306]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1308]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1310]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1312]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1316]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1320]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1328]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1332]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1333]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1334]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1336]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1338]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1340]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1344]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1346]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1348]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1350]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1352]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1354]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1360]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1362]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1364]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1370]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1372]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1376]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1377]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1378]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1382]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1388]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1390]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1396]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1398]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1400]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1402]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1404]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1406]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1408]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1412]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1418]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1420]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1422]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1426]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1428]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1430]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1432]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1438]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1442]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1444]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1450]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1452]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1454]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1458]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1460]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1462]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1464]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1466]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1468]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1470]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1476]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1480]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1482]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1484]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1486]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1490]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1492]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1494]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1498]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1500]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1505]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1506]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1508]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1514]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1524]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1528]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1532]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1534]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1538]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1550]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1558]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1564]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1566]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1568]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1570]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1574]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1576]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1578]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1580]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1582]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1584]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1586]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1591]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1596]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1598]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1600]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1604]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1610]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1612]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1614]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1616]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1618]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1620]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1626]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1628]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1630]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1632]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1636]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1638]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1640]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1646]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1648]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1652]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1654]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1656]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1660]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1666]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1668]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1670]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1672]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1676]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1680]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1682]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1684]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1690]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1692]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1696]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1698]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1700]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1702]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1704]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1708]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1710]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1712]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1714]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1716]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1718]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1721]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1722]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1726]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1730]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1734]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1736]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1738]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1742]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1744]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1746]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1748]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1750]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1752]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1756]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1758]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1760]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1762]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1765]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1766]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1768]: 6 -1.00008 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1772]: 6 -1.00007 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1776]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1778]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1780]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1782]: 6 -1.00001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1784]: 6 -1.00005 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1786]: 6 -1.0001 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1788]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1792]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1794]: 6 -1.00009 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1802]: 6 -1.00006 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
38.34/38.54	WSVECS04 Frhs2[1806]: 6 -1.00006 0 shouldn't be
39.43/39.69	c rational objective 919
44.52/44.76	c #Conflicts:      52000 | #Constraints:      25800
44.52/44.76	c #Conflicts:      53000 | #Constraints:      26809
44.52/44.76	c #Conflicts:      54000 | #Constraints:      27817
44.52/44.76	c #Conflicts:      55000 | #Constraints:      28821
44.52/44.76	c #Conflicts:      56000 | #Constraints:      29822
44.52/44.76	c INPROCESSING
44.52/44.76	c GARBAGE COLLECT
44.52/44.76	c rational objective 919
47.01/47.28	c #Conflicts:      57000 | #Constraints:      26027
47.01/47.28	c #Conflicts:      58000 | #Constraints:      27027
47.01/47.28	c #Conflicts:      59000 | #Constraints:      28027
47.01/47.28	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[16]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[54]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[120]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[129]: 6 -1.00003 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[136]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[157]: 6 0 3.00007 shouldn't be
47.01/47.28	WSVECS04 Frhs2[160]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[162]: 6 -0.500096 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[173]: 6 0 1.0001 shouldn't be
47.01/47.28	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[201]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[204]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[255]: 6 -1.00008 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[259]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[287]: 6 -1.00009 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[330]: 6 -1.50004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[427]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[502]: 6 -0.500069 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[513]: 6 -1.0001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[514]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[522]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[540]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[632]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[654]: 6 -1.00003 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[672]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[674]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[760]: 6 -1.00002 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[764]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[861]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[869]: 6 0 1.00009 shouldn't be
47.01/47.28	WSVECS04 Frhs2[890]: 6 -1.00009 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[940]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[948]: 6 -1.0001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[986]: 6 -1.00003 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[991]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1028]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1033]: 6 -3.00008 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1037]: 6 0 2.00007 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1075]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1082]: 6 -1.0001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1122]: 6 -1.00005 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1161]: 6 0 2.00008 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1190]: 6 -1.00003 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1226]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1336]: 6 -1.00008 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1340]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1391]: 6 0 1.00003 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1447]: 6 0 1.00008 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1492]: 6 -1.00005 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1556]: 6 -1.00001 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1642]: 6 -1.00009 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1722]: 6 -1.00009 0 shouldn't be
47.01/47.28	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
52.40/52.66	c #Conflicts:      60000 | #Constraints:      29027
52.40/52.66	c #Conflicts:      61000 | #Constraints:      30027
52.40/52.66	c INPROCESSING
52.40/52.66	c GARBAGE COLLECT
52.40/52.66	c #Conflicts:      62000 | #Constraints:      26017
52.40/52.66	c #Conflicts:      63000 | #Constraints:      27017
52.40/52.66	c #Conflicts:      64000 | #Constraints:      28017
52.40/52.66	c #Conflicts:      65000 | #Constraints:      29017
52.40/52.66	c #Conflicts:      66000 | #Constraints:      30017
52.40/52.66	c INPROCESSING
52.40/52.66	c GARBAGE COLLECT
52.40/52.66	c rational objective 919
55.90/56.13	c #Conflicts:      67000 | #Constraints:      25827
55.90/56.13	c #Conflicts:      68000 | #Constraints:      26827
55.90/56.13	c #Conflicts:      69000 | #Constraints:      27827
55.90/56.13	c #Conflicts:      70000 | #Constraints:      28827
55.90/56.13	c #Conflicts:      71000 | #Constraints:      29827
55.90/56.13	c #Conflicts:      72000 | #Constraints:      30827
55.90/56.13	c INPROCESSING
55.90/56.13	c GARBAGE COLLECT
55.90/56.13	c rational objective 919
61.78/62.11	c #Conflicts:      73000 | #Constraints:      26424
61.78/62.11	c #Conflicts:      74000 | #Constraints:      27424
61.78/62.11	c #Conflicts:      75000 | #Constraints:      28424
61.78/62.11	c #Conflicts:      76000 | #Constraints:      29425
61.78/62.11	c #Conflicts:      77000 | #Constraints:      30425
61.78/62.11	c #Conflicts:      78000 | #Constraints:      31426
61.78/62.11	c INPROCESSING
61.78/62.11	c GARBAGE COLLECT
61.78/62.11	c rational objective 919
65.06/65.32	c #Conflicts:      79000 | #Constraints:      26822
65.06/65.32	c #Conflicts:      80000 | #Constraints:      27822
65.06/65.32	c #Conflicts:      81000 | #Constraints:      28822
65.06/65.32	c bounds 924 >= 920 @ 63.6009
67.55/67.87	c #Conflicts:      82000 | #Constraints:      29864
67.55/67.87	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[174]: 6 -1.00001 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[216]: 6 -1.00009 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[304]: 6 -1.00001 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[346]: 6 -1.00009 0 shouldn't be
67.55/67.87	WSVECS04 Frhs2[1764]: 6 -1.00009 0 shouldn't be
69.04/69.32	c #Conflicts:      83000 | #Constraints:      30864
69.04/69.32	c #Conflicts:      84000 | #Constraints:      31864
69.04/69.32	c INPROCESSING
69.04/69.32	c GARBAGE COLLECT
69.04/69.32	c rational objective 920
76.84/77.15	c #Conflicts:      85000 | #Constraints:      27061
76.84/77.15	c #Conflicts:      86000 | #Constraints:      28061
76.84/77.15	c #Conflicts:      87000 | #Constraints:      29061
76.84/77.15	c #Conflicts:      88000 | #Constraints:      30061
76.84/77.15	c #Conflicts:      89000 | #Constraints:      31061
76.84/77.15	c #Conflicts:      90000 | #Constraints:      32061
76.84/77.15	c INPROCESSING
76.84/77.15	c GARBAGE COLLECT
76.84/77.15	c rational objective 920
80.91/81.20	c #Conflicts:      91000 | #Constraints:      27029
80.91/81.20	c #Conflicts:      92000 | #Constraints:      28029
80.91/81.20	c #Conflicts:      93000 | #Constraints:      29029
80.91/81.20	c #Conflicts:      94000 | #Constraints:      30029
80.91/81.20	c #Conflicts:      95000 | #Constraints:      31029
80.91/81.20	c #Conflicts:      96000 | #Constraints:      32029
80.91/81.20	c INPROCESSING
80.91/81.20	c GARBAGE COLLECT
80.91/81.20	c rational objective 920
85.41/85.73	c #Conflicts:      97000 | #Constraints:      26844
85.41/85.73	c #Conflicts:      98000 | #Constraints:      27844
85.41/85.73	c #Conflicts:      99000 | #Constraints:      28844
85.41/85.73	c #Conflicts:     100000 | #Constraints:      29844
85.41/85.73	c #Conflicts:     101000 | #Constraints:      30845
85.41/85.73	c #Conflicts:     102000 | #Constraints:      31845
85.41/85.73	c #Conflicts:     103000 | #Constraints:      32845
85.41/85.73	c INPROCESSING
85.41/85.73	c GARBAGE COLLECT
85.41/85.73	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[44]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[76]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[78]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[80]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[84]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[118]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[124]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[126]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[140]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[168]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[178]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[184]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[188]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[192]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[194]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[198]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[208]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[210]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[212]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[214]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[220]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[222]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[224]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[226]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[230]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[232]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[242]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[250]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[252]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[256]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[262]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[264]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[272]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[276]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[278]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[282]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[286]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[288]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[290]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[294]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[298]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[302]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[306]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[334]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[336]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[341]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[343]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[380]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[383]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[385]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[387]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[388]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[390]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[394]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[396]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[400]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[406]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[408]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[410]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[412]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[414]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[416]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[424]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[426]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[427]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[429]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[432]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[434]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[438]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[442]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[446]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[448]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[450]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[456]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[458]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[466]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[469]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[471]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[474]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[480]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[486]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[488]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[490]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[492]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[494]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[496]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[498]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[502]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[512]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[513]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[515]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[518]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[524]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[526]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[528]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[530]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[532]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[534]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[535]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[536]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[540]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[544]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[550]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[554]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[557]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[564]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[566]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[568]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[570]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[578]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[582]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[586]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[590]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[592]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[599]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[604]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[608]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[610]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[616]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[618]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[620]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[626]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[630]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[632]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[634]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[643]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[645]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[646]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[648]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[650]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[652]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[654]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[656]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[658]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[662]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[664]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[666]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[668]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[670]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[674]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[680]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[682]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[685]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[687]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[690]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[696]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[698]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[702]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[708]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[712]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[714]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[720]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[729]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[732]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[738]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[740]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[742]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[744]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[746]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[748]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[750]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[752]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[756]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[758]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[760]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[762]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[764]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[768]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[776]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[778]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[780]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[782]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[786]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[790]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[792]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[794]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[796]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[800]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[802]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[804]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[806]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[808]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[810]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[818]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[820]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[850]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[852]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[854]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[862]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[864]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[896]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[904]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[908]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[910]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[912]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[914]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[916]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[920]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[922]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[924]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[926]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[928]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[930]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[934]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[938]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[940]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[942]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[948]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[950]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[952]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[956]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[958]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[960]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[962]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[966]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[970]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[976]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[978]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[980]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[982]: 6 -1.00007 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[984]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[986]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[990]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[992]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[994]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[996]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1002]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1004]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1006]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1008]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1012]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1014]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1016]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1018]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1020]: 6 -1.00001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1022]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1024]: 6 -1.00004 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1028]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1030]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1034]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1038]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1040]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1042]: 6 -1.00006 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1044]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1046]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1050]: 6 -1.0001 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1052]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1054]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1058]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1062]: 6 -1.00009 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1068]: 6 -1.00008 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1070]: 6 -1.00005 0 shouldn't be
85.41/85.73	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
86.71/87.07	c rational objective 920
91.19/91.58	c #Conflicts:     104000 | #Constraints:      27436
91.19/91.58	c #Conflicts:     105000 | #Constraints:      28436
91.19/91.58	c #Conflicts:     106000 | #Constraints:      29436
91.19/91.58	c #Conflicts:     107000 | #Constraints:      30436
91.19/91.58	c #Conflicts:     108000 | #Constraints:      31436
91.19/91.58	c #Conflicts:     109000 | #Constraints:      32436
91.19/91.58	c #Conflicts:     110000 | #Constraints:      33436
91.19/91.58	c INPROCESSING
91.19/91.58	c GARBAGE COLLECT
91.19/91.58	c rational objective 920
97.57/97.93	c #Conflicts:     111000 | #Constraints:      27834
97.57/97.93	c #Conflicts:     112000 | #Constraints:      28834
97.57/97.93	c #Conflicts:     113000 | #Constraints:      29834
97.57/97.93	c #Conflicts:     114000 | #Constraints:      30834
97.57/97.93	c #Conflicts:     115000 | #Constraints:      31834
97.57/97.93	c #Conflicts:     116000 | #Constraints:      32834
97.57/97.93	c #Conflicts:     117000 | #Constraints:      33834
97.57/97.93	c INPROCESSING
97.57/97.93	c GARBAGE COLLECT
97.57/97.93	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[10]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[14]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[22]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[26]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[34]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[38]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[43]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[44]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[50]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[52]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[58]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[60]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[64]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[66]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[70]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[78]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[80]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[94]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[96]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[98]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[100]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[102]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[104]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[110]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[114]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[120]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[126]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[127]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[129]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[132]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[142]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[144]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[146]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[148]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[152]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[153]: 6 0 0.500085 shouldn't be
97.57/97.93	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[156]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[158]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[159]: 6 0 0.500014 shouldn't be
97.57/97.93	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[161]: 6 0 0.500063 shouldn't be
97.57/97.93	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[164]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[166]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[169]: 6 -1.50006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[174]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[178]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[182]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[194]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[196]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[200]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[206]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[208]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[210]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[212]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[213]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[218]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[220]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[230]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[236]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[238]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[240]: 6 -2.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[244]: 6 -2.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[246]: 6 -2.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[248]: 6 -2.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[254]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[256]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[257]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[260]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[264]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[270]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[282]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[286]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[288]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[290]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[296]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[298]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[301]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[302]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[306]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[338]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[340]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[344]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[348]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[378]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[380]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[640]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[683]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[947]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[990]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1678]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1722]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1764]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1770]: 6 -1.00004 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1772]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1774]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1776]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1778]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1780]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1782]: 6 -1.00008 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1786]: 6 -1.0001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1790]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1792]: 6 -1.00002 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1796]: 6 -1.00001 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1798]: 6 -1.00006 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
97.57/97.93	WSVECS04 Frhs2[6462]: 6 -1.00008 0 shouldn't be
98.77/99.13	c rational objective 920
103.35/103.75	c #Conflicts:     118000 | #Constraints:      28037
103.35/103.75	c #Conflicts:     119000 | #Constraints:      29037
103.35/103.75	c #Conflicts:     120000 | #Constraints:      30037
103.35/103.75	c #Conflicts:     121000 | #Constraints:      31037
103.35/103.75	c #Conflicts:     122000 | #Constraints:      32037
103.35/103.75	c #Conflicts:     123000 | #Constraints:      33037
103.35/103.75	c #Conflicts:     124000 | #Constraints:      34037
103.35/103.75	c INPROCESSING
103.35/103.75	c GARBAGE COLLECT
103.35/103.75	c rational objective 920
110.23/110.60	c #Conflicts:     125000 | #Constraints:      28063
110.23/110.60	c #Conflicts:     126000 | #Constraints:      29063
110.23/110.60	c #Conflicts:     127000 | #Constraints:      30063
110.23/110.60	c #Conflicts:     128000 | #Constraints:      31064
110.23/110.60	c #Conflicts:     129000 | #Constraints:      32064
110.23/110.60	c #Conflicts:     130000 | #Constraints:      33064
110.23/110.60	c #Conflicts:     131000 | #Constraints:      34064
110.23/110.60	c INPROCESSING
110.23/110.60	c GARBAGE COLLECT
110.23/110.60	c rational objective 920
115.73/116.12	c #Conflicts:     132000 | #Constraints:      27863
115.73/116.12	c #Conflicts:     133000 | #Constraints:      28863
115.73/116.12	c #Conflicts:     134000 | #Constraints:      29863
115.73/116.12	c #Conflicts:     135000 | #Constraints:      30863
115.73/116.12	c #Conflicts:     136000 | #Constraints:      31863
115.73/116.12	c #Conflicts:     137000 | #Constraints:      32863
115.73/116.12	c #Conflicts:     138000 | #Constraints:      33863
115.73/116.12	c #Conflicts:     139000 | #Constraints:      34863
115.73/116.12	c INPROCESSING
115.73/116.12	c GARBAGE COLLECT
115.73/116.12	c rational objective 920
123.30/123.77	c #Conflicts:     140000 | #Constraints:      28461
123.30/123.77	c #Conflicts:     141000 | #Constraints:      29462
123.30/123.77	c #Conflicts:     142000 | #Constraints:      30462
123.30/123.77	c #Conflicts:     143000 | #Constraints:      31462
123.30/123.77	c #Conflicts:     144000 | #Constraints:      32462
123.30/123.77	c #Conflicts:     145000 | #Constraints:      33462
123.30/123.77	c #Conflicts:     146000 | #Constraints:      34462
123.30/123.77	c #Conflicts:     147000 | #Constraints:      35463
123.30/123.77	c INPROCESSING
123.30/123.77	c GARBAGE COLLECT
123.30/123.77	c rational objective 920
132.27/132.78	c #Conflicts:     148000 | #Constraints:      28875
132.27/132.78	c #Conflicts:     149000 | #Constraints:      29875
132.27/132.78	c #Conflicts:     150000 | #Constraints:      30875
132.27/132.78	c #Conflicts:     151000 | #Constraints:      31876
132.27/132.78	c #Conflicts:     152000 | #Constraints:      32876
132.27/132.78	c #Conflicts:     153000 | #Constraints:      33876
132.27/132.78	c #Conflicts:     154000 | #Constraints:      34878
132.27/132.78	c #Conflicts:     155000 | #Constraints:      35880
132.27/132.78	c INPROCESSING
132.27/132.78	c GARBAGE COLLECT
132.27/132.78	c rational objective 920
136.57/137.08	c #Conflicts:     156000 | #Constraints:      29071
136.57/137.08	c #Conflicts:     157000 | #Constraints:      30071
136.57/137.08	c #Conflicts:     158000 | #Constraints:      31071
136.57/137.08	c #Conflicts:     159000 | #Constraints:      32071
136.57/137.08	c #Conflicts:     160000 | #Constraints:      33071
136.57/137.08	WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[4]: 6 -1.00008 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[6]: 6 -1.00007 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[10]: 6 -1.00007 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[20]: 6 -1.0001 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[26]: 6 -1.00004 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[28]: 6 -1.00007 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[30]: 6 -1.00008 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[38]: 6 -1.00004 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[48]: 6 -1.00008 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[50]: 6 -1.00005 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[58]: 6 -1.00003 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[62]: 6 -1.00008 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[64]: 6 -1.00003 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[66]: 6 -1.00003 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[68]: 6 -1.00008 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[70]: 6 -1.00003 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[74]: 6 -1.00006 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[76]: 6 -1.00009 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[78]: 6 -1.0001 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[80]: 6 -1.00005 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[84]: 6 -1.00007 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[86]: 6 -1.0001 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[88]: 6 -1.00006 0 shouldn't be
136.57/137.08	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[92]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[94]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[96]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[98]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[104]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[110]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[114]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[124]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[132]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[140]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[148]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[158]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[166]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[172]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[174]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[178]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[184]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[194]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[196]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[198]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[200]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[208]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[212]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[216]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[252]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[256]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[260]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[294]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[298]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[300]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[306]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[308]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[312]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[314]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[322]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[324]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[328]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[332]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[342]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[344]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[346]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[350]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[354]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[356]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[362]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[364]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[366]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[368]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[370]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[374]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[378]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[384]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[386]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[392]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[394]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[396]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[400]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[402]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[404]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[406]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[408]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[416]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[418]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[438]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[440]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[442]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[444]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[450]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[458]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[460]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[464]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[468]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[470]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[478]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[480]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[482]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[486]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[492]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[496]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[498]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[500]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[502]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[506]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[510]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[522]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[524]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[526]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[528]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[532]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[534]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[536]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[538]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[540]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[542]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[548]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[552]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[554]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[562]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[568]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[572]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[582]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[586]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[590]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[592]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[600]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[606]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[608]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[610]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[612]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[614]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[618]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[620]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[626]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[630]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[634]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[640]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[642]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[646]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[652]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[654]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[658]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[674]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[682]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[684]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[686]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[698]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[702]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[716]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[728]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[740]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[742]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[768]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[770]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[772]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[784]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[810]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[812]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[816]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[854]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[858]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[896]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[898]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[900]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[938]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[940]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[942]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[944]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[946]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[984]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[986]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[988]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[990]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[994]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[996]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[998]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1000]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1002]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1004]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1006]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1010]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1012]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1014]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1016]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1018]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1022]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1024]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1026]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1028]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1030]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1032]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1034]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1038]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1040]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1044]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1046]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1048]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1050]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1052]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1054]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1056]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1058]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1060]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1062]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1066]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1068]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1074]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1076]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1090]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1092]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1096]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1098]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1100]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1104]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1106]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1114]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1116]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1118]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1120]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1122]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1124]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1128]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1130]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1132]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1134]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1138]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1142]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1144]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1146]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1148]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1150]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1152]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1154]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1156]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1158]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1161]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1162]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1166]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1168]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1170]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1172]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1174]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1176]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1178]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1184]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1186]: 6 -1.50007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1188]: 6 -1.50002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1192]: 6 -1.50009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1194]: 6 -1.50005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1196]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1198]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1200]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1202]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1203]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1208]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1210]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1212]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1218]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1220]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1224]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1226]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1228]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1230]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1234]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1240]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1242]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1244]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1245]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1247]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1250]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1252]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1254]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1258]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1260]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1262]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1264]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1266]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1268]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1270]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1272]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1276]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1278]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1280]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1282]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1284]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1286]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1288]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1289]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1292]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1298]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1300]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1302]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1304]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1306]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1308]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1310]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1312]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1314]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1316]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1318]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1324]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1326]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1328]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1333]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1334]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1336]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1338]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1340]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1342]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1344]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1346]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1348]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1350]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1356]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1358]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1360]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1362]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1364]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1368]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1370]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1372]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1374]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1376]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1378]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1380]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1382]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1384]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1386]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1388]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1390]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1394]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1396]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1400]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1402]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1404]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1406]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1410]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1414]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1416]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1418]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1680]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1684]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1690]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1722]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1724]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1768]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1770]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1780]: 6 -1.0001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1782]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1786]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1788]: 6 -1.00001 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1790]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1792]: 6 -1.00008 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1796]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
136.57/137.09	WSVECS04 Frhs2[1806]: 6 -1.00006 0 shouldn't be
139.85/140.39	c #Conflicts:     161000 | #Constraints:      34071
139.85/140.39	c #Conflicts:     162000 | #Constraints:      35071
139.85/140.39	c #Conflicts:     163000 | #Constraints:      36071
139.85/140.39	c INPROCESSING
139.85/140.39	c GARBAGE COLLECT
139.85/140.39	c rational objective 920
147.63/148.13	c #Conflicts:     164000 | #Constraints:      29059
147.63/148.13	c #Conflicts:     165000 | #Constraints:      30059
147.63/148.13	c #Conflicts:     166000 | #Constraints:      31059
147.63/148.13	c #Conflicts:     167000 | #Constraints:      32059
147.63/148.13	c #Conflicts:     168000 | #Constraints:      33059
147.63/148.13	c #Conflicts:     169000 | #Constraints:      34059
147.63/148.13	c #Conflicts:     170000 | #Constraints:      35059
147.63/148.13	c #Conflicts:     171000 | #Constraints:      36060
147.63/148.13	c INPROCESSING
147.63/148.13	c GARBAGE COLLECT
147.63/148.13	c rational objective 920
155.70/156.26	c #Conflicts:     172000 | #Constraints:      28886
155.70/156.26	c #Conflicts:     173000 | #Constraints:      29886
155.70/156.26	c #Conflicts:     174000 | #Constraints:      30886
155.70/156.26	c #Conflicts:     175000 | #Constraints:      31886
155.70/156.26	c #Conflicts:     176000 | #Constraints:      32886
155.70/156.26	c #Conflicts:     177000 | #Constraints:      33887
155.70/156.26	c #Conflicts:     178000 | #Constraints:      34887
155.70/156.26	c #Conflicts:     179000 | #Constraints:      35887
155.70/156.26	c #Conflicts:     180000 | #Constraints:      36887
155.70/156.26	c INPROCESSING
155.70/156.26	c GARBAGE COLLECT
155.70/156.26	c rational objective 920
164.58/165.15	c #Conflicts:     181000 | #Constraints:      29489
164.58/165.15	c #Conflicts:     182000 | #Constraints:      30489
164.58/165.15	c #Conflicts:     183000 | #Constraints:      31489
164.58/165.15	c #Conflicts:     184000 | #Constraints:      32489
164.58/165.15	c #Conflicts:     185000 | #Constraints:      33490
164.58/165.15	c #Conflicts:     186000 | #Constraints:      34492
164.58/165.15	c #Conflicts:     187000 | #Constraints:      35492
164.58/165.15	c #Conflicts:     188000 | #Constraints:      36493
164.58/165.15	c #Conflicts:     189000 | #Constraints:      37495
164.58/165.15	c INPROCESSING
164.58/165.15	c GARBAGE COLLECT
164.58/165.15	c rational objective 920
172.15/172.74	c #Conflicts:     190000 | #Constraints:      29878
172.15/172.74	c #Conflicts:     191000 | #Constraints:      30878
172.15/172.74	c #Conflicts:     192000 | #Constraints:      31878
172.15/172.74	c #Conflicts:     193000 | #Constraints:      32878
172.15/172.74	c #Conflicts:     194000 | #Constraints:      33878
172.15/172.74	c #Conflicts:     195000 | #Constraints:      34878
172.15/172.74	c #Conflicts:     196000 | #Constraints:      35878
172.15/172.74	c #Conflicts:     197000 | #Constraints:      36878
172.15/172.74	c #Conflicts:     198000 | #Constraints:      37878
172.15/172.74	c INPROCESSING
172.15/172.74	c GARBAGE COLLECT
172.15/172.74	c rational objective 920
183.62/184.29	c #Conflicts:     199000 | #Constraints:      30076
183.62/184.29	c #Conflicts:     200000 | #Constraints:      31076
183.62/184.29	c #Conflicts:     201000 | #Constraints:      32076
183.62/184.29	c #Conflicts:     202000 | #Constraints:      33076
183.62/184.29	c #Conflicts:     203000 | #Constraints:      34081
183.62/184.29	c #Conflicts:     204000 | #Constraints:      35083
183.62/184.29	c #Conflicts:     205000 | #Constraints:      36085
183.62/184.29	c #Conflicts:     206000 | #Constraints:      37086
183.62/184.29	c #Conflicts:     207000 | #Constraints:      38086
183.62/184.29	c INPROCESSING
183.62/184.29	c GARBAGE COLLECT
183.62/184.29	c rational objective 920
191.79/192.40	c #Conflicts:     208000 | #Constraints:      30078
191.79/192.40	c #Conflicts:     209000 | #Constraints:      31078
191.79/192.40	c #Conflicts:     210000 | #Constraints:      32078
191.79/192.40	c #Conflicts:     211000 | #Constraints:      33078
191.79/192.40	c #Conflicts:     212000 | #Constraints:      34078
191.79/192.40	c #Conflicts:     213000 | #Constraints:      35078
191.79/192.40	c #Conflicts:     214000 | #Constraints:      36078
191.79/192.40	c #Conflicts:     215000 | #Constraints:      37078
191.79/192.40	c #Conflicts:     216000 | #Constraints:      38078
191.79/192.40	c INPROCESSING
191.79/192.40	c GARBAGE COLLECT
191.79/192.40	WSVECS04 Frhs2[2]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[4]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[10]: 6 -1.00001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[12]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[14]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[24]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[26]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[28]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[43]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[44]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[48]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[50]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[54]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[58]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[64]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[70]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[92]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[98]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[100]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[102]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[108]: 6 -1.00001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[112]: 6 -1.00009 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[114]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[132]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[136]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[138]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[140]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[146]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[150]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[152]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[156]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[176]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[182]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[188]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[194]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[214]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[218]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[222]: 6 -1.00001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[260]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[266]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[300]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[301]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[342]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[344]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[386]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[474]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[772]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[774]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[816]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[817]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[818]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[858]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[902]: 6 -1.0001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[903]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[904]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[948]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[988]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[990]: 6 -1.00001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1076]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1724]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1766]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1768]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1770]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1772]: 6 -1.00002 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1776]: 6 -1.00007 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1778]: 6 -1.00005 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1780]: 6 -1.00001 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1784]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1786]: 6 -1.00003 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1788]: 6 -1.00004 0 shouldn't be
191.79/192.40	WSVECS04 Frhs2[1790]: 6 -1.00007 0 shouldn't be
192.51/193.12	c rational objective 920
202.76/203.40	c #Conflicts:     217000 | #Constraints:      29902
202.76/203.40	c #Conflicts:     218000 | #Constraints:      30902
202.76/203.40	c #Conflicts:     219000 | #Constraints:      31902
202.76/203.40	c #Conflicts:     220000 | #Constraints:      32902
202.76/203.40	c #Conflicts:     221000 | #Constraints:      33902
202.76/203.40	c #Conflicts:     222000 | #Constraints:      34902
202.76/203.40	c #Conflicts:     223000 | #Constraints:      35902
202.76/203.40	c #Conflicts:     224000 | #Constraints:      36903
202.76/203.40	c #Conflicts:     225000 | #Constraints:      37903
202.76/203.40	c #Conflicts:     226000 | #Constraints:      38903
202.76/203.40	c INPROCESSING
202.76/203.40	c GARBAGE COLLECT
202.76/203.40	c rational objective 920
205.05/205.73	c #Conflicts:     227000 | #Constraints:      30510
205.05/205.73	c #Conflicts:     228000 | #Constraints:      31510
205.05/205.73	c #Conflicts:     229000 | #Constraints:      32510
205.05/205.73	c #Conflicts:     230000 | #Constraints:      33510
205.05/205.73	c bounds 924 >= 921 @ 201.887
209.84/210.53	c #Conflicts:     231000 | #Constraints:      34549
209.84/210.53	c #Conflicts:     232000 | #Constraints:      35549
209.84/210.53	c #Conflicts:     233000 | #Constraints:      36549
209.84/210.53	c #Conflicts:     234000 | #Constraints:      37549
209.84/210.53	c #Conflicts:     235000 | #Constraints:      38549
209.84/210.53	c #Conflicts:     236000 | #Constraints:      39549
209.84/210.53	c INPROCESSING
209.84/210.53	c GARBAGE COLLECT
209.84/210.53	c rational objective 921
217.33/218.06	c #Conflicts:     237000 | #Constraints:      30911
217.33/218.06	c #Conflicts:     238000 | #Constraints:      31912
217.33/218.06	c #Conflicts:     239000 | #Constraints:      32912
217.33/218.06	c #Conflicts:     240000 | #Constraints:      33914
217.33/218.06	c #Conflicts:     241000 | #Constraints:      34919
217.33/218.06	c #Conflicts:     242000 | #Constraints:      35919
217.33/218.06	c #Conflicts:     243000 | #Constraints:      36920
217.33/218.06	c #Conflicts:     244000 | #Constraints:      37923
217.33/218.06	c #Conflicts:     245000 | #Constraints:      38923
217.33/218.06	c #Conflicts:     246000 | #Constraints:      39927
217.33/218.06	c INPROCESSING
217.33/218.06	c GARBAGE COLLECT
217.33/218.06	c rational objective 921
220.11/220.81	c #Conflicts:     247000 | #Constraints:      31137
220.11/220.81	c #Conflicts:     248000 | #Constraints:      32137
220.11/220.81	WSVECS04 Frhs2[42]: 6 -1.00009 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[84]: 6 -1.00009 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[119]: 6 0 2.00007 shouldn't be
220.11/220.81	WSVECS04 Frhs2[121]: 6 0 1.00007 shouldn't be
220.11/220.81	WSVECS04 Frhs2[123]: 6 0 2.00006 shouldn't be
220.11/220.81	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[189]: 6 0 1.00004 shouldn't be
220.11/220.81	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[203]: 6 0 1.00001 shouldn't be
220.11/220.81	WSVECS04 Frhs2[207]: 6 0 1.00003 shouldn't be
220.11/220.81	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[290]: 6 -1.00007 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[335]: 6 0 1.00008 shouldn't be
220.11/220.81	WSVECS04 Frhs2[391]: 6 0 1.00009 shouldn't be
220.11/220.81	WSVECS04 Frhs2[431]: 6 0 1.00008 shouldn't be
220.11/220.81	WSVECS04 Frhs2[464]: 6 -1.00006 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[475]: 6 0 1.00008 shouldn't be
220.11/220.81	WSVECS04 Frhs2[508]: 6 -1.00002 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[515]: 6 0 1.00007 shouldn't be
220.11/220.81	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[593]: 6 0 1.00003 shouldn't be
220.11/220.81	WSVECS04 Frhs2[602]: 6 -1.00005 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[613]: 6 0 1.00007 shouldn't be
220.11/220.81	WSVECS04 Frhs2[630]: 6 -1.00004 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[642]: 6 -1.00002 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[670]: 6 -1.00002 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[691]: 6 0 1.0001 shouldn't be
220.11/220.81	WSVECS04 Frhs2[730]: 6 -1.00004 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[758]: 6 -1.00006 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[764]: 6 -1.00006 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[776]: 6 -1.00004 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[854]: 6 -1.00007 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[862]: 6 -1.00009 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[912]: 6 -1.00003 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[930]: 6 -1.00001 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[942]: 6 -1.00001 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[952]: 6 -1.00009 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[969]: 6 0 1.00003 shouldn't be
220.11/220.81	WSVECS04 Frhs2[985]: 6 0 1.00008 shouldn't be
220.11/220.81	WSVECS04 Frhs2[989]: 6 -1.00007 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[996]: 6 -1.00009 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1118]: 6 -1.0001 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1332]: 6 -1.00008 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1334]: 6 -1.00008 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1376]: 6 -1.00002 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1506]: 6 -1.00006 0 shouldn't be
220.11/220.81	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
227.49/228.26	c #Conflicts:     249000 | #Constraints:      33138
227.49/228.26	c #Conflicts:     250000 | #Constraints:      34138
227.49/228.26	c #Conflicts:     251000 | #Constraints:      35138
227.49/228.26	c #Conflicts:     252000 | #Constraints:      36138
227.49/228.26	c #Conflicts:     253000 | #Constraints:      37138
227.49/228.26	c #Conflicts:     254000 | #Constraints:      38138
227.49/228.26	c #Conflicts:     255000 | #Constraints:      39138
227.49/228.26	c #Conflicts:     256000 | #Constraints:      40138
227.49/228.26	c INPROCESSING
227.49/228.26	c GARBAGE COLLECT
227.49/228.26	c rational objective 921
236.46/237.23	c #Conflicts:     257000 | #Constraints:      31136
236.46/237.23	c #Conflicts:     258000 | #Constraints:      32136
236.46/237.23	c #Conflicts:     259000 | #Constraints:      33142
236.46/237.23	c #Conflicts:     260000 | #Constraints:      34149
236.46/237.23	c #Conflicts:     261000 | #Constraints:      35165
236.46/237.23	c #Conflicts:     262000 | #Constraints:      36180
236.46/237.23	c #Conflicts:     263000 | #Constraints:      37184
236.46/237.23	c #Conflicts:     264000 | #Constraints:      38186
236.46/237.23	c #Conflicts:     265000 | #Constraints:      39191
236.46/237.23	c #Conflicts:     266000 | #Constraints:      40195
236.46/237.23	c INPROCESSING
236.46/237.23	c GARBAGE COLLECT
236.46/237.23	c rational objective 921
238.38/239.13	c #Conflicts:     267000 | #Constraints:      30947
238.38/239.13	c #Conflicts:     268000 | #Constraints:      31947
238.38/239.13	c #Conflicts:     269000 | #Constraints:      32947
238.38/239.13	WSVECS04 Frhs2[4]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[20]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[26]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[28]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[36]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[50]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[58]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[72]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[76]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[84]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[94]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[96]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[102]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[104]: 6 -1.0001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[110]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[140]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[142]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[148]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[158]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[166]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[172]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[174]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[178]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[182]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[188]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[194]: 6 -1.0001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[206]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[210]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[212]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[214]: 6 -1.0001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[218]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[222]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[224]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[232]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[234]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[248]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[272]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[276]: 6 -1.0001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[286]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[289]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[294]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[296]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[298]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[302]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[306]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[312]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[318]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[320]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[324]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[326]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[331]: 6 -1.0001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[333]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[334]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[338]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[340]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[342]: 6 -1.0001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[343]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[350]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[352]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[354]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[366]: 6 -1.00004 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[368]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[370]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[375]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[376]: 6 -1.00008 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[380]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[382]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[386]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[387]: 6 -1.00009 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[390]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[392]: 6 -1.00001 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[394]: 6 -1.00007 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[396]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[398]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[400]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[402]: 6 -1.00003 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[406]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
238.38/239.13	WSVECS04 Frhs2[412]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[414]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[416]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[418]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[420]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[424]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[432]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[434]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[436]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[442]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[444]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[446]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[448]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[454]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[458]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[464]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[466]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[468]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[474]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[478]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[480]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[482]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[484]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[486]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[488]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[492]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[494]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[498]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[500]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[510]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[512]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[514]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[516]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[518]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[522]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[524]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[526]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[528]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[532]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[534]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[540]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[544]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[546]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[548]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[560]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[562]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[566]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[568]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[570]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[572]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[574]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[576]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[578]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[580]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[582]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[586]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[588]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[592]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[594]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[604]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[608]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[612]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[616]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[618]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[628]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[630]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[636]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[640]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[642]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[645]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[646]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[648]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[652]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[654]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[656]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[666]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[670]: 6 -2.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[672]: 6 -2.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[674]: 6 -2.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[676]: 6 -2.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[678]: 6 -2.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[680]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[682]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[684]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[686]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[690]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[698]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[700]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[702]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[708]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[712]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[716]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[718]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[720]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[728]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[730]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[731]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[734]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[736]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[738]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[740]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[742]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[746]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[748]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[750]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[752]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[754]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[756]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[758]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[760]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[762]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[764]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[768]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[770]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[772]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[778]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[780]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[782]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[784]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[786]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[788]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[792]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[794]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[798]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[802]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[804]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[806]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[808]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[810]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[812]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[814]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[815]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[817]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[818]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[826]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[828]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[830]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[832]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[836]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[838]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[840]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[842]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[844]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[848]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[852]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[854]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[856]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[859]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[864]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[866]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[868]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[870]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[874]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[876]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[878]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[880]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[882]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[884]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[890]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[892]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[896]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[900]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[906]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[908]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[910]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[914]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[916]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[922]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[926]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[928]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[930]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[932]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[934]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[940]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[942]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[948]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[950]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[954]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[956]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[960]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[962]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[964]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[970]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[976]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[978]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[980]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[982]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[984]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[986]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[990]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[994]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[996]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[998]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1000]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1002]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1004]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1006]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1010]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1012]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1014]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1016]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1018]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1020]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1026]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1028]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1030]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1032]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1038]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1040]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1044]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1046]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1048]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1050]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1052]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1054]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1056]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1058]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1060]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1062]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1064]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1074]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1075]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1076]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1084]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1086]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1088]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1090]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1092]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1096]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1100]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1102]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1108]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1120]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1124]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1126]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1128]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1130]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1132]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1140]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1142]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1144]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1146]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1150]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1156]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1164]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1166]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1168]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1170]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1172]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1174]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1178]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1180]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1182]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1184]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1186]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1188]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1190]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1192]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1194]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1196]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1200]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1206]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1208]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1210]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1212]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1216]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1218]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1222]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1224]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1228]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1232]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1234]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1236]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1238]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1240]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1244]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1250]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1254]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1256]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1258]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1260]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1262]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1264]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1278]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1280]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1282]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1286]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1288]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1290]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1291]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1296]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1298]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1300]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1302]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1304]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1306]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1308]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1310]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1316]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1318]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1324]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1328]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1332]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1335]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1336]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1340]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1350]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1354]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1358]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1360]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1368]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1374]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1376]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1377]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1378]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1380]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1382]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1392]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1398]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1406]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1408]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1416]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1418]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1422]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1424]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1440]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1442]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1448]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1452]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1456]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1458]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1460]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1462]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1466]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1470]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1474]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1476]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1482]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1484]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1486]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1492]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1494]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1504]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1506]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1510]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1512]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1530]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1536]: 6 -1.00001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1546]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1554]: 6 -2.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1558]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1574]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1578]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1580]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1602]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1618]: 6 -1.00008 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1642]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1646]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1660]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1686]: 6 -1.0001 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1688]: 6 -1.00002 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1714]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1726]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1756]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1758]: 6 -1.00005 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1770]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1790]: 6 -1.00006 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[1800]: 6 -1.00004 0 shouldn't be
238.38/239.14	WSVECS04 Frhs2[5227]: 6 -0.500038 0 shouldn't be
245.25/246.02	c #Conflicts:     270000 | #Constraints:      33947
245.25/246.02	c #Conflicts:     271000 | #Constraints:      34947
245.25/246.02	c #Conflicts:     272000 | #Constraints:      35947
245.25/246.02	c #Conflicts:     273000 | #Constraints:      36947
245.25/246.02	c #Conflicts:     274000 | #Constraints:      37947
245.25/246.02	c #Conflicts:     275000 | #Constraints:      38947
245.25/246.02	c #Conflicts:     276000 | #Constraints:      39947
245.25/246.02	c #Conflicts:     277000 | #Constraints:      40947
245.25/246.02	c INPROCESSING
245.25/246.02	c GARBAGE COLLECT
245.25/246.02	c rational objective 921
256.91/257.74	c #Conflicts:     278000 | #Constraints:      31538
256.91/257.74	c #Conflicts:     279000 | #Constraints:      32538
256.91/257.74	c #Conflicts:     280000 | #Constraints:      33538
256.91/257.74	c #Conflicts:     281000 | #Constraints:      34539
256.91/257.74	c #Conflicts:     282000 | #Constraints:      35539
256.91/257.74	c #Conflicts:     283000 | #Constraints:      36543
256.91/257.74	c #Conflicts:     284000 | #Constraints:      37545
256.91/257.74	c #Conflicts:     285000 | #Constraints:      38547
256.91/257.74	c #Conflicts:     286000 | #Constraints:      39548
256.91/257.74	c #Conflicts:     287000 | #Constraints:      40551
256.91/257.74	c #Conflicts:     288000 | #Constraints:      41553
256.91/257.74	c INPROCESSING
256.91/257.74	c GARBAGE COLLECT
256.91/257.74	c rational objective 921
264.49/265.34	c #Conflicts:     289000 | #Constraints:      31923
264.49/265.34	c #Conflicts:     290000 | #Constraints:      32923
264.49/265.34	c #Conflicts:     291000 | #Constraints:      33923
264.49/265.34	c #Conflicts:     292000 | #Constraints:      34923
264.49/265.34	c #Conflicts:     293000 | #Constraints:      35924
264.49/265.34	c #Conflicts:     294000 | #Constraints:      36924
264.49/265.34	c #Conflicts:     295000 | #Constraints:      37924
264.49/265.34	c #Conflicts:     296000 | #Constraints:      38924
264.49/265.34	WSVECS04 Frhs2[1]: 6 -1.00008 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[2]: 6 -1.00001 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[3]: 6 0 2.00003 shouldn't be
264.49/265.34	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[27]: 6 0 1.00005 shouldn't be
264.49/265.34	WSVECS04 Frhs2[33]: 6 0 1.00005 shouldn't be
264.49/265.34	WSVECS04 Frhs2[35]: 6 0 1.00007 shouldn't be
264.49/265.34	WSVECS04 Frhs2[37]: 6 0 1.00004 shouldn't be
264.49/265.34	WSVECS04 Frhs2[39]: 6 0 1.00003 shouldn't be
264.49/265.34	WSVECS04 Frhs2[41]: 6 0 1.00004 shouldn't be
264.49/265.34	WSVECS04 Frhs2[44]: 6 -1.00004 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[63]: 6 0 1.00008 shouldn't be
264.49/265.34	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[88]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[165]: 6 0 1.00008 shouldn't be
264.49/265.34	WSVECS04 Frhs2[171]: 6 0 1.00009 shouldn't be
264.49/265.34	WSVECS04 Frhs2[185]: 6 0 1.00004 shouldn't be
264.49/265.34	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[201]: 6 0 1.00009 shouldn't be
264.49/265.34	WSVECS04 Frhs2[215]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[221]: 6 0 1.00008 shouldn't be
264.49/265.34	WSVECS04 Frhs2[258]: 6 -1.00004 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[278]: 6 -1.00002 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[299]: 6 0 1.00009 shouldn't be
264.49/265.34	WSVECS04 Frhs2[301]: 6 -1.00008 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[305]: 6 0 1.0001 shouldn't be
264.49/265.34	WSVECS04 Frhs2[320]: 6 -1.0001 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[513]: 6 0 1.00009 shouldn't be
264.49/265.34	WSVECS04 Frhs2[516]: 6 -1.00006 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[562]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[564]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[572]: 6 -1.00006 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[574]: 6 -1.00001 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[576]: 6 -1.00006 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[588]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[595]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[611]: 6 0 1.00003 shouldn't be
264.49/265.34	WSVECS04 Frhs2[625]: 6 0 1.00007 shouldn't be
264.49/265.34	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[686]: 6 -1.00008 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[688]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[730]: 6 -1.00002 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[818]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[853]: 6 0 1.00009 shouldn't be
264.49/265.34	WSVECS04 Frhs2[904]: 6 -1.00008 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[906]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[908]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[910]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[912]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[914]: 6 -1.00006 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[916]: 6 -1.00006 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[918]: 6 -1.00008 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[920]: 6 -1.0001 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[922]: 6 -1.0001 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[924]: 6 -1.0001 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[926]: 6 -1.00008 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[928]: 6 -1.00007 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[930]: 6 -1.00004 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[932]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[934]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[940]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[948]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[950]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[958]: 6 -1.00002 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[993]: 6 0 1.00005 shouldn't be
264.49/265.34	WSVECS04 Frhs2[997]: 6 0 1.00002 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1027]: 6 0 1.00005 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1029]: 6 0 1.00002 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1034]: 6 -1.00009 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1038]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1052]: 6 -1.00003 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1054]: 6 -1.00007 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1106]: 6 -1.00002 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1768]: 6 -1.00005 0 shouldn't be
264.49/265.34	WSVECS04 Frhs2[1826]: 6 0 1.00006 shouldn't be
267.20/268.06	c #Conflicts:     297000 | #Constraints:      39924
267.20/268.06	c #Conflicts:     298000 | #Constraints:      40924
267.20/268.06	c #Conflicts:     299000 | #Constraints:      41924
267.20/268.06	c INPROCESSING
267.20/268.06	c GARBAGE COLLECT
267.20/268.06	c rational objective 921
278.26/279.19	c #Conflicts:     300000 | #Constraints:      32145
278.26/279.19	c #Conflicts:     301000 | #Constraints:      33145
278.26/279.19	c #Conflicts:     302000 | #Constraints:      34145
278.26/279.19	c #Conflicts:     303000 | #Constraints:      35145
278.26/279.19	c #Conflicts:     304000 | #Constraints:      36145
278.26/279.19	c #Conflicts:     305000 | #Constraints:      37145
278.26/279.19	c #Conflicts:     306000 | #Constraints:      38146
278.26/279.19	c #Conflicts:     307000 | #Constraints:      39146
278.26/279.19	c #Conflicts:     308000 | #Constraints:      40148
278.26/279.19	c #Conflicts:     309000 | #Constraints:      41153
278.26/279.19	c #Conflicts:     310000 | #Constraints:      42153
278.26/279.19	c INPROCESSING
278.26/279.19	c GARBAGE COLLECT
278.26/279.19	c rational objective 921
289.02/289.95	c #Conflicts:     311000 | #Constraints:      32126
289.02/289.95	c #Conflicts:     312000 | #Constraints:      33126
289.02/289.95	c #Conflicts:     313000 | #Constraints:      34126
289.02/289.95	c #Conflicts:     314000 | #Constraints:      35126
289.02/289.95	c #Conflicts:     315000 | #Constraints:      36127
289.02/289.95	c #Conflicts:     316000 | #Constraints:      37127
289.02/289.95	c #Conflicts:     317000 | #Constraints:      38127
289.02/289.95	c #Conflicts:     318000 | #Constraints:      39127
289.02/289.95	c #Conflicts:     319000 | #Constraints:      40127
289.02/289.95	c #Conflicts:     320000 | #Constraints:      41127
289.02/289.95	c #Conflicts:     321000 | #Constraints:      42127
289.02/289.95	WSVECS04 Frhs2[2]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[4]: 6 -1.0001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[6]: 6 -1.0001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[8]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[10]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[14]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[18]: 6 -1.0001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[20]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[26]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[28]: 6 -1.0001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[54]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[58]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[62]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[64]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[68]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[72]: 6 -2.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[98]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[100]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[129]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[136]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[138]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[142]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[144]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[174]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[176]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[178]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[180]: 6 -1.0001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[186]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[213]: 6 -1.00001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[215]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[218]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[257]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[260]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[299]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[301]: 6 -1.00001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[302]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[304]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[346]: 6 -1.00001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[429]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[474]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[515]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[560]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[601]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[646]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[687]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[773]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[818]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[859]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[901]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[904]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[945]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[990]: 6 -1.0001 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1031]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1076]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1159]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1162]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1201]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1203]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1245]: 6 -1.00008 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1247]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1289]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1333]: 6 -1.00007 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1334]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1375]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1768]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1774]: 6 -1.00006 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1778]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1780]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1784]: 6 -1.00005 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1786]: 6 -1.00004 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
289.02/289.95	WSVECS04 Frhs2[1790]: 6 -1.00001 0 shouldn't be
290.41/291.37	c INPROCESSING
290.41/291.37	c GARBAGE COLLECT
290.41/291.37	c rational objective 921
300.39/301.31	c #Conflicts:     322000 | #Constraints:      31961
300.39/301.31	c #Conflicts:     323000 | #Constraints:      32961
300.39/301.31	c #Conflicts:     324000 | #Constraints:      33961
300.39/301.31	c #Conflicts:     325000 | #Constraints:      34961
300.39/301.31	c #Conflicts:     326000 | #Constraints:      35961
300.39/301.31	c #Conflicts:     327000 | #Constraints:      36961
300.39/301.31	c #Conflicts:     328000 | #Constraints:      37961
300.39/301.31	c #Conflicts:     329000 | #Constraints:      38961
300.39/301.31	c #Conflicts:     330000 | #Constraints:      39961
300.39/301.31	c #Conflicts:     331000 | #Constraints:      40961
300.39/301.31	c #Conflicts:     332000 | #Constraints:      41961
300.39/301.31	c #Conflicts:     333000 | #Constraints:      42965
300.39/301.31	c INPROCESSING
300.39/301.31	c GARBAGE COLLECT
300.39/301.31	c rational objective 921
304.67/305.68	c #Conflicts:     334000 | #Constraints:      32565
304.67/305.68	c #Conflicts:     335000 | #Constraints:      33566
304.67/305.68	c #Conflicts:     336000 | #Constraints:      34566
304.67/305.68	c #Conflicts:     337000 | #Constraints:      35566
304.67/305.68	c #Conflicts:     338000 | #Constraints:      36566
304.67/305.68	WSVECS04 Frhs2[1]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[8]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[10]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[26]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[28]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[38]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[40]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[42]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[50]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[52]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[54]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[62]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[64]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[68]: 6 -2.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[70]: 6 -2.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[72]: 6 -2.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[74]: 6 -2.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[76]: 6 -2.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[80]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[84]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[96]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[98]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[100]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[102]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[104]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[108]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[110]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[114]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[116]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[118]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[124]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[132]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[138]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[140]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[144]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[154]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[174]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[176]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[178]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[184]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[188]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[192]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[220]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[224]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[226]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[228]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[230]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[234]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[238]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[240]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[242]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[246]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[248]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[264]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[268]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[274]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[276]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[278]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[280]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[282]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[286]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[290]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[299]: 6 -1.00001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[306]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[312]: 6 -1.0001 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[316]: 6 -1.00002 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[324]: 6 -1.00004 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[326]: 6 -1.00009 0 shouldn't be
304.67/305.68	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[334]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[350]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[352]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[356]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[360]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[362]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[374]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[398]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[400]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[402]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[404]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[406]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[408]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[410]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[412]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[414]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[418]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[420]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[434]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[438]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[442]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[444]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[446]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[448]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[450]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[454]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[456]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[486]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[488]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[492]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[498]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[500]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[502]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[506]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[511]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[520]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[522]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[524]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[526]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[528]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[530]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[532]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[534]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[536]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[540]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[542]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[546]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[553]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[555]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[557]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[562]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[564]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[568]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[570]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[582]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[586]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[588]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[592]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[595]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[599]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[606]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[608]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[616]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[618]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[622]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[626]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[628]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[632]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[634]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[639]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[641]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[643]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[681]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[683]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[727]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[729]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[769]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[771]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[811]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[813]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[815]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[853]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[855]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[857]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[897]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[899]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[941]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[943]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[983]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[985]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[987]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[992]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[994]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[996]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[998]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1000]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1002]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1004]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1006]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1008]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1010]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1014]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1018]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1020]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1022]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1026]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1029]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1036]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1038]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1040]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1044]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1048]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1056]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1058]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1062]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1064]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1066]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1068]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1073]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1080]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1086]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1092]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1096]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1098]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1100]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1104]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1106]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1108]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1110]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1114]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1120]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1122]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1126]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1130]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1132]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1134]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1138]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1144]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1148]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1150]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1152]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1154]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1158]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1164]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1170]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1172]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1174]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1176]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1178]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1180]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1184]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1186]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1188]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1192]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1194]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1208]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1210]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1212]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1214]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1216]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1218]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1226]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1228]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1230]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1234]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1238]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1240]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1242]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1250]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1252]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1254]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1256]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1258]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1260]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1262]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1264]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1266]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1270]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1272]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1276]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1280]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1282]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1284]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1286]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1288]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1296]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1298]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1300]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1306]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1312]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1314]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1316]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1322]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1324]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1328]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1332]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1336]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1338]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1340]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1342]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1344]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1346]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1348]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1350]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1354]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1356]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1358]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1360]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1362]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1364]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1366]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1368]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1370]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1372]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1374]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1378]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1382]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1390]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1394]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1396]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1400]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1404]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1406]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1408]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1416]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1418]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1508]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1546]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1550]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1552]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1588]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1590]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1594]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1596]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1600]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1604]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1606]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1608]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1610]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1614]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1616]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1618]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1620]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1622]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1630]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1634]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1635]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1636]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1638]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1640]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1642]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1652]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1654]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1656]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1658]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1660]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1670]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1672]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1674]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1676]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1684]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1688]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1690]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1692]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1694]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1698]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1700]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1702]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1704]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1708]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1710]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1712]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1716]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1718]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1721]: 6 -1.00007 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1722]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1724]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1726]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1728]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1730]: 6 -1.00001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1732]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1734]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1736]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1738]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1742]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1744]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1752]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1754]: 6 -1.0001 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1756]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1758]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1760]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1762]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1764]: 6 -1.00006 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1768]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1770]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1772]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1774]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1776]: 6 -1.00002 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1778]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1782]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1784]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1786]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1790]: 6 -1.00008 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1794]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1800]: 6 -1.00004 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
304.67/305.69	WSVECS04 Frhs2[1806]: 6 -1.00008 0 shouldn't be
311.76/312.73	c #Conflicts:     339000 | #Constraints:      37566
311.76/312.73	c #Conflicts:     340000 | #Constraints:      38566
311.76/312.73	c #Conflicts:     341000 | #Constraints:      39566
311.76/312.73	c #Conflicts:     342000 | #Constraints:      40566
311.76/312.73	c #Conflicts:     343000 | #Constraints:      41566
311.76/312.73	c #Conflicts:     344000 | #Constraints:      42566
311.76/312.73	c #Conflicts:     345000 | #Constraints:      43566
311.76/312.73	c INPROCESSING
311.76/312.73	c GARBAGE COLLECT
311.76/312.73	c rational objective 921
323.04/324.08	c #Conflicts:     346000 | #Constraints:      33017
323.04/324.08	c #Conflicts:     347000 | #Constraints:      34017
323.04/324.08	c #Conflicts:     348000 | #Constraints:      35017
323.04/324.08	c #Conflicts:     349000 | #Constraints:      36017
323.04/324.08	c #Conflicts:     350000 | #Constraints:      37017
323.04/324.08	c #Conflicts:     351000 | #Constraints:      38018
323.04/324.08	c #Conflicts:     352000 | #Constraints:      39018
323.04/324.08	c #Conflicts:     353000 | #Constraints:      40018
323.04/324.08	c #Conflicts:     354000 | #Constraints:      41021
323.04/324.08	c #Conflicts:     355000 | #Constraints:      42023
323.04/324.08	c #Conflicts:     356000 | #Constraints:      43027
323.04/324.08	c #Conflicts:     357000 | #Constraints:      44030
323.04/324.08	c INPROCESSING
323.04/324.08	c GARBAGE COLLECT
323.04/324.08	c rational objective 921
325.22/326.26	c #Conflicts:     358000 | #Constraints:      33158
325.22/326.26	c #Conflicts:     359000 | #Constraints:      34158
325.22/326.26	WSVECS04 Frhs2[46]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[54]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[102]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[104]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[136]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[160]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[161]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[166]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[168]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[176]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[178]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[180]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[188]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[203]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[208]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[226]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[240]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[244]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[247]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[264]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[284]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[286]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[288]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[290]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[294]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[316]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[352]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[376]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[390]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[436]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[442]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[462]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[478]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[480]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[484]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[506]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[512]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[516]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[518]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[522]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[556]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[558]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[562]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[568]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[570]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[580]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[584]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[590]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[604]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[768]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[770]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[778]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[780]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[782]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[792]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[794]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[796]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[810]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[814]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[820]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[852]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[856]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[862]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[888]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[894]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[910]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[914]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[916]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[922]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[924]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[926]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[930]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[932]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[938]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[940]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[945]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[948]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[950]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[952]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[954]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[958]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[962]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[964]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[966]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[968]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[970]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[972]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[974]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[976]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[978]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[980]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[987]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[989]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[994]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[996]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1000]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1004]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1010]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1014]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1018]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1022]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1028]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1031]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1040]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1044]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1058]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1060]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1062]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1064]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1075]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1076]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1084]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1105]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1108]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1143]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1176]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1185]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1187]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1190]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1192]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1200]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1206]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1214]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1222]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1226]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1228]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1229]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1230]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1232]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1234]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1236]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1238]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1244]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1250]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1252]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1254]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1256]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1262]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1264]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1266]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1268]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1272]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1274]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1278]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1280]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1286]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1298]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1300]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1302]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1304]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1308]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1312]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1316]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1324]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1326]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1328]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1336]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1340]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1342]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1346]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1350]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1352]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1354]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1356]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1358]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1360]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1362]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1364]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1366]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1368]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1382]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1390]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1394]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1396]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1398]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1400]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1402]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1406]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1408]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1410]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1412]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1414]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1424]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1428]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1432]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1442]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1466]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1468]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1472]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1474]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1476]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1478]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1480]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1482]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1484]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1486]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1490]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1492]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1496]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1498]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1508]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1510]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1514]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1516]: 6 -1.00008 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1518]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1520]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1522]: 6 -1.0001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1524]: 6 -1.00004 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1526]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1529]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1532]: 6 -1.00009 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1534]: 6 -1.00003 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1571]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1573]: 6 -1.00005 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1574]: 6 -1.00007 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1580]: 6 -1.00002 0 shouldn't be
325.22/326.26	WSVECS04 Frhs2[1615]: 6 -1.00009 0 shouldn't be
334.19/335.24	c #Conflicts:     360000 | #Constraints:      35159
334.19/335.24	c #Conflicts:     361000 | #Constraints:      36159
334.19/335.24	c #Conflicts:     362000 | #Constraints:      37159
334.19/335.24	c #Conflicts:     363000 | #Constraints:      38159
334.19/335.24	c #Conflicts:     364000 | #Constraints:      39159
334.19/335.24	c #Conflicts:     365000 | #Constraints:      40159
334.19/335.24	c #Conflicts:     366000 | #Constraints:      41159
334.19/335.24	c #Conflicts:     367000 | #Constraints:      42159
334.19/335.24	c #Conflicts:     368000 | #Constraints:      43159
334.19/335.24	c #Conflicts:     369000 | #Constraints:      44159
334.19/335.24	c INPROCESSING
334.19/335.24	c GARBAGE COLLECT
334.19/335.24	c rational objective 921
345.98/347.05	c #Conflicts:     370000 | #Constraints:      33186
345.98/347.05	c #Conflicts:     371000 | #Constraints:      34186
345.98/347.05	c #Conflicts:     372000 | #Constraints:      35186
345.98/347.05	c #Conflicts:     373000 | #Constraints:      36186
345.98/347.05	c #Conflicts:     374000 | #Constraints:      37187
345.98/347.05	c #Conflicts:     375000 | #Constraints:      38187
345.98/347.05	c #Conflicts:     376000 | #Constraints:      39192
345.98/347.05	c #Conflicts:     377000 | #Constraints:      40202
345.98/347.05	c #Conflicts:     378000 | #Constraints:      41202
345.98/347.05	c #Conflicts:     379000 | #Constraints:      42202
345.98/347.05	c #Conflicts:     380000 | #Constraints:      43207
345.98/347.05	c #Conflicts:     381000 | #Constraints:      44209
345.98/347.05	c INPROCESSING
345.98/347.05	c GARBAGE COLLECT
345.98/347.05	c rational objective 921
358.13/359.21	c #Conflicts:     382000 | #Constraints:      32970
358.13/359.21	c #Conflicts:     383000 | #Constraints:      33970
358.13/359.21	c #Conflicts:     384000 | #Constraints:      34970
358.13/359.21	c #Conflicts:     385000 | #Constraints:      35970
358.13/359.21	c #Conflicts:     386000 | #Constraints:      36970
358.13/359.21	c #Conflicts:     387000 | #Constraints:      37970
358.13/359.21	c #Conflicts:     388000 | #Constraints:      38971
358.13/359.21	c #Conflicts:     389000 | #Constraints:      39971
358.13/359.21	c #Conflicts:     390000 | #Constraints:      40971
358.13/359.21	c #Conflicts:     391000 | #Constraints:      41971
358.13/359.21	c #Conflicts:     392000 | #Constraints:      42971
358.13/359.21	c #Conflicts:     393000 | #Constraints:      43971
358.13/359.21	c #Conflicts:     394000 | #Constraints:      44971
358.13/359.21	c INPROCESSING
358.13/359.21	c GARBAGE COLLECT
358.13/359.21	c rational objective 921
375.08/376.22	c #Conflicts:     395000 | #Constraints:      33584
375.08/376.22	c #Conflicts:     396000 | #Constraints:      34584
375.08/376.22	c #Conflicts:     397000 | #Constraints:      35585
375.08/376.22	c #Conflicts:     398000 | #Constraints:      36586
375.08/376.22	c #Conflicts:     399000 | #Constraints:      37587
375.08/376.22	c #Conflicts:     400000 | #Constraints:      38587
375.08/376.22	c #Conflicts:     401000 | #Constraints:      39588
375.08/376.22	c #Conflicts:     402000 | #Constraints:      40593
375.08/376.22	c #Conflicts:     403000 | #Constraints:      41594
375.08/376.22	c #Conflicts:     404000 | #Constraints:      42594
375.08/376.22	c #Conflicts:     405000 | #Constraints:      43595
375.08/376.22	c #Conflicts:     406000 | #Constraints:      44596
375.08/376.22	c #Conflicts:     407000 | #Constraints:      45597
375.08/376.22	c INPROCESSING
375.08/376.22	c GARBAGE COLLECT
375.08/376.22	c rational objective 921
385.05/386.26	c #Conflicts:     408000 | #Constraints:      33950
385.05/386.26	c #Conflicts:     409000 | #Constraints:      34950
385.05/386.26	c #Conflicts:     410000 | #Constraints:      35950
385.05/386.26	c #Conflicts:     411000 | #Constraints:      36950
385.05/386.26	c #Conflicts:     412000 | #Constraints:      37950
385.05/386.26	c #Conflicts:     413000 | #Constraints:      38950
385.05/386.26	c #Conflicts:     414000 | #Constraints:      39950
385.05/386.26	c #Conflicts:     415000 | #Constraints:      40950
385.05/386.26	c #Conflicts:     416000 | #Constraints:      41950
385.05/386.26	c #Conflicts:     417000 | #Constraints:      42950
385.05/386.26	c bounds 924 >= 922 @ 379.941
387.65/388.81	c #Conflicts:     418000 | #Constraints:      43989
387.65/388.81	c #Conflicts:     419000 | #Constraints:      44989
387.65/388.81	c #Conflicts:     420000 | #Constraints:      45989
387.65/388.81	c INPROCESSING
387.65/388.81	c GARBAGE COLLECT
387.65/388.81	c rational objective 922
399.83/401.06	c #Conflicts:     421000 | #Constraints:      34228
399.83/401.06	c #Conflicts:     422000 | #Constraints:      35228
399.83/401.06	c #Conflicts:     423000 | #Constraints:      36228
399.83/401.06	c #Conflicts:     424000 | #Constraints:      37228
399.83/401.06	c #Conflicts:     425000 | #Constraints:      38229
399.83/401.06	c #Conflicts:     426000 | #Constraints:      39229
399.83/401.06	c #Conflicts:     427000 | #Constraints:      40229
399.83/401.06	c #Conflicts:     428000 | #Constraints:      41229
399.83/401.06	c #Conflicts:     429000 | #Constraints:      42229
399.83/401.06	c #Conflicts:     430000 | #Constraints:      43229
399.83/401.06	c #Conflicts:     431000 | #Constraints:      44229
399.83/401.06	c #Conflicts:     432000 | #Constraints:      45229
399.83/401.06	c #Conflicts:     433000 | #Constraints:      46229
399.83/401.06	c INPROCESSING
399.83/401.06	c GARBAGE COLLECT
399.83/401.06	c rational objective 922
420.35/421.67	c #Conflicts:     434000 | #Constraints:      34188
420.35/421.67	c #Conflicts:     435000 | #Constraints:      35188
420.35/421.67	c #Conflicts:     436000 | #Constraints:      36188
420.35/421.67	c #Conflicts:     437000 | #Constraints:      37189
420.35/421.67	c #Conflicts:     438000 | #Constraints:      38190
420.35/421.67	c #Conflicts:     439000 | #Constraints:      39193
420.35/421.67	c #Conflicts:     440000 | #Constraints:      40193
420.35/421.67	c #Conflicts:     441000 | #Constraints:      41193
420.35/421.67	c #Conflicts:     442000 | #Constraints:      42194
420.35/421.67	c #Conflicts:     443000 | #Constraints:      43196
420.35/421.67	c #Conflicts:     444000 | #Constraints:      44198
420.35/421.67	c #Conflicts:     445000 | #Constraints:      45199
420.35/421.67	c #Conflicts:     446000 | #Constraints:      46199
420.35/421.67	c INPROCESSING
420.35/421.67	c GARBAGE COLLECT
420.35/421.67	c rational objective 922
432.52/433.82	c #Conflicts:     447000 | #Constraints:      33985
432.52/433.82	c #Conflicts:     448000 | #Constraints:      34985
432.52/433.82	c #Conflicts:     449000 | #Constraints:      35985
432.52/433.82	c #Conflicts:     450000 | #Constraints:      36985
432.52/433.82	c #Conflicts:     451000 | #Constraints:      37985
432.52/433.82	c #Conflicts:     452000 | #Constraints:      38985
432.52/433.82	c #Conflicts:     453000 | #Constraints:      39985
432.52/433.82	c #Conflicts:     454000 | #Constraints:      40985
432.52/433.82	c #Conflicts:     455000 | #Constraints:      41985
432.52/433.82	c #Conflicts:     456000 | #Constraints:      42985
432.52/433.82	c #Conflicts:     457000 | #Constraints:      43985
432.52/433.82	c #Conflicts:     458000 | #Constraints:      44985
432.52/433.82	c #Conflicts:     459000 | #Constraints:      45986
432.52/433.82	c #Conflicts:     460000 | #Constraints:      46986
432.52/433.82	c INPROCESSING
432.52/433.82	c GARBAGE COLLECT
432.52/433.82	c rational objective 922
445.19/446.53	c #Conflicts:     461000 | #Constraints:      34629
445.19/446.53	c #Conflicts:     462000 | #Constraints:      35629
445.19/446.53	c #Conflicts:     463000 | #Constraints:      36629
445.19/446.53	c #Conflicts:     464000 | #Constraints:      37629
445.19/446.53	c #Conflicts:     465000 | #Constraints:      38629
445.19/446.53	c #Conflicts:     466000 | #Constraints:      39629
445.19/446.53	c #Conflicts:     467000 | #Constraints:      40629
445.19/446.53	c #Conflicts:     468000 | #Constraints:      41630
445.19/446.53	c #Conflicts:     469000 | #Constraints:      42636
445.19/446.53	c #Conflicts:     470000 | #Constraints:      43645
445.19/446.53	c #Conflicts:     471000 | #Constraints:      44651
445.19/446.53	c #Conflicts:     472000 | #Constraints:      45655
445.19/446.53	c #Conflicts:     473000 | #Constraints:      46661
445.19/446.53	c #Conflicts:     474000 | #Constraints:      47671
445.19/446.53	c INPROCESSING
445.19/446.53	c GARBAGE COLLECT
445.19/446.53	c rational objective 922
458.55/459.96	c #Conflicts:     475000 | #Constraints:      35012
458.55/459.96	c #Conflicts:     476000 | #Constraints:      36013
458.55/459.96	c #Conflicts:     477000 | #Constraints:      37013
458.55/459.96	c #Conflicts:     478000 | #Constraints:      38014
458.55/459.96	c #Conflicts:     479000 | #Constraints:      39014
458.55/459.96	c #Conflicts:     480000 | #Constraints:      40015
458.55/459.96	c #Conflicts:     481000 | #Constraints:      41016
458.55/459.96	c #Conflicts:     482000 | #Constraints:      42016
458.55/459.96	c #Conflicts:     483000 | #Constraints:      43016
458.55/459.96	c #Conflicts:     484000 | #Constraints:      44017
458.55/459.96	c #Conflicts:     485000 | #Constraints:      45017
458.55/459.96	c #Conflicts:     486000 | #Constraints:      46018
458.55/459.96	c #Conflicts:     487000 | #Constraints:      47019
458.55/459.96	c #Conflicts:     488000 | #Constraints:      48019
458.55/459.96	c INPROCESSING
458.55/459.96	c GARBAGE COLLECT
458.55/459.96	c rational objective 922
466.52/467.98	c #Conflicts:     489000 | #Constraints:      35247
466.52/467.98	c #Conflicts:     490000 | #Constraints:      36247
466.52/467.98	c #Conflicts:     491000 | #Constraints:      37247
466.52/467.98	c #Conflicts:     492000 | #Constraints:      38247
466.52/467.98	c #Conflicts:     493000 | #Constraints:      39247
466.52/467.98	WSVECS04 Frhs2[2]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[4]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[8]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[10]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[12]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[14]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[16]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[22]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[28]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[30]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[38]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[74]: 6 -2.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[76]: 6 -2.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[78]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[84]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[88]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[120]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[122]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[124]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[126]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[128]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[129]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[138]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[146]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[152]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[159]: 6 0 0.500056 shouldn't be
466.52/467.98	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[161]: 6 0 0.500033 shouldn't be
466.52/467.98	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[163]: 6 0 1.00003 shouldn't be
466.52/467.98	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[171]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[176]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[182]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[184]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[186]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[194]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[196]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[204]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[206]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[208]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[212]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[214]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[215]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[216]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[220]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[222]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[224]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[226]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[230]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[232]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[234]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[240]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[262]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[264]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[270]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[274]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[278]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[280]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[282]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[286]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[288]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[290]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[292]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[298]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[300]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[302]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[306]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[308]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[310]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[312]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[314]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[316]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[320]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[326]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[328]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[334]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[336]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[338]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[340]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[348]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[354]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[356]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[364]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[366]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[368]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[372]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[378]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[380]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[387]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[388]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[394]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[396]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[398]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[400]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[404]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[406]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[408]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[414]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[416]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[426]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[429]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[434]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[438]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[440]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[442]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[444]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[448]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[452]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[454]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[458]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[460]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[464]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[470]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[474]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[480]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[482]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[484]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[486]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[490]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[492]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[498]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[500]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[515]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[520]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[524]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[526]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[528]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[532]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[534]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[538]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[540]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[544]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[548]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[552]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[559]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[562]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[568]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[574]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[578]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[580]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[586]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[592]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[594]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[600]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[602]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[604]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[612]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[618]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[622]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[626]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[630]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[632]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[634]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[636]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[638]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[644]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[645]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[648]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[654]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[656]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[658]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[660]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[670]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[674]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[676]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[678]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[680]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[687]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[690]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[692]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[694]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[696]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[698]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[700]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[702]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[708]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[710]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[712]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[714]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[720]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[730]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[731]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[732]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[734]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[736]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[738]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[740]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[742]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[744]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[746]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[748]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[750]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[758]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[760]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[762]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[764]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[772]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[774]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[776]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[778]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[780]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[782]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[784]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[786]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[788]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[790]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[792]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[798]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[800]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[802]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[804]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[808]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[810]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[812]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[814]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[816]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[817]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[818]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[820]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[822]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[824]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[828]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[830]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[832]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[834]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[836]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[838]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[840]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[844]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[846]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[848]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[852]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[860]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[862]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[864]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[866]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[868]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[870]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[874]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[876]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[880]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[882]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[884]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[886]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[888]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[890]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[900]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[902]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[904]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[906]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[908]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[910]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[912]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[914]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[916]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[922]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[924]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[926]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[928]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[930]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[932]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[936]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[938]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[948]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[950]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[954]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[960]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[962]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[964]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[966]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[968]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[974]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[978]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[980]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[986]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[989]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[990]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1075]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1076]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1118]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1160]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1334]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1490]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1496]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1506]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1510]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1514]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1516]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1518]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1524]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1528]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1532]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1534]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1538]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1540]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1550]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1552]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1554]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1556]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1558]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1560]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1566]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1570]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1572]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1574]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1576]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1582]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1592]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1594]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1596]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1598]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1600]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1602]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1604]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1606]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1608]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1610]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1618]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1620]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1626]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1636]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1638]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1640]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1644]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1648]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1650]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1656]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1658]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1660]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1664]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1666]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1668]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1677]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1678]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1680]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1684]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1686]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1688]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1690]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1692]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1694]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1696]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1698]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1700]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1702]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1704]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1706]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1708]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1710]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1712]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1714]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1716]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1719]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1722]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1724]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1728]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1730]: 6 -1.0001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1732]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1734]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1736]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1738]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1740]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1742]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1744]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1750]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1752]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1754]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1756]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1758]: 6 -1.00002 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1760]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1761]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1763]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1764]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1768]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1772]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1774]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1778]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1780]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1784]: 6 -1.00006 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1786]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1788]: 6 -1.00008 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1790]: 6 -1.00009 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1794]: 6 -1.00005 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1796]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1800]: 6 -1.00004 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1802]: 6 -1.00001 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1804]: 6 -1.00007 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
466.52/467.98	WSVECS04 Frhs2[2263]: 6 -0.500077 0 shouldn't be
489.86/491.40	c #Conflicts:     494000 | #Constraints:      40247
489.86/491.40	c #Conflicts:     495000 | #Constraints:      41247
489.86/491.40	c #Conflicts:     496000 | #Constraints:      42247
489.86/491.40	c #Conflicts:     497000 | #Constraints:      43247
489.86/491.40	c #Conflicts:     498000 | #Constraints:      44247
489.86/491.40	c #Conflicts:     499000 | #Constraints:      45247
489.86/491.40	c #Conflicts:     500000 | #Constraints:      46247
489.86/491.40	c #Conflicts:     501000 | #Constraints:      47247
489.86/491.40	c #Conflicts:     502000 | #Constraints:      48247
489.86/491.40	c INPROCESSING
489.86/491.40	c GARBAGE COLLECT
489.86/491.40	c rational objective 922
503.42/504.97	c #Conflicts:     503000 | #Constraints:      35265
503.42/504.97	c #Conflicts:     504000 | #Constraints:      36265
503.42/504.97	c #Conflicts:     505000 | #Constraints:      37265
503.42/504.97	c #Conflicts:     506000 | #Constraints:      38265
503.42/504.97	c #Conflicts:     507000 | #Constraints:      39265
503.42/504.97	c #Conflicts:     508000 | #Constraints:      40265
503.42/504.97	c #Conflicts:     509000 | #Constraints:      41265
503.42/504.97	c #Conflicts:     510000 | #Constraints:      42265
503.42/504.97	c #Conflicts:     511000 | #Constraints:      43266
503.42/504.97	c #Conflicts:     512000 | #Constraints:      44266
503.42/504.97	c #Conflicts:     513000 | #Constraints:      45266
503.42/504.97	c #Conflicts:     514000 | #Constraints:      46266
503.42/504.97	c #Conflicts:     515000 | #Constraints:      47266
503.42/504.97	c #Conflicts:     516000 | #Constraints:      48266
503.42/504.97	c INPROCESSING
503.42/504.97	c GARBAGE COLLECT
503.42/504.97	c rational objective 922
516.50/518.05	c #Conflicts:     517000 | #Constraints:      35060
516.50/518.05	c #Conflicts:     518000 | #Constraints:      36060
516.50/518.05	c #Conflicts:     519000 | #Constraints:      37060
516.50/518.05	c #Conflicts:     520000 | #Constraints:      38060
516.50/518.05	c #Conflicts:     521000 | #Constraints:      39060
516.50/518.05	c #Conflicts:     522000 | #Constraints:      40060
516.50/518.05	c #Conflicts:     523000 | #Constraints:      41060
516.50/518.05	c #Conflicts:     524000 | #Constraints:      42060
516.50/518.05	c #Conflicts:     525000 | #Constraints:      43060
516.50/518.05	c #Conflicts:     526000 | #Constraints:      44060
516.50/518.05	c #Conflicts:     527000 | #Constraints:      45060
516.50/518.05	c #Conflicts:     528000 | #Constraints:      46060
516.50/518.05	c #Conflicts:     529000 | #Constraints:      47060
516.50/518.05	c #Conflicts:     530000 | #Constraints:      48060
516.50/518.05	c #Conflicts:     531000 | #Constraints:      49060
516.50/518.05	c INPROCESSING
516.50/518.05	c GARBAGE COLLECT
516.50/518.05	c rational objective 922
530.45/532.10	c #Conflicts:     532000 | #Constraints:      35665
530.45/532.10	c #Conflicts:     533000 | #Constraints:      36665
530.45/532.10	c #Conflicts:     534000 | #Constraints:      37666
530.45/532.10	c #Conflicts:     535000 | #Constraints:      38666
530.45/532.10	c #Conflicts:     536000 | #Constraints:      39666
530.45/532.10	c #Conflicts:     537000 | #Constraints:      40666
530.45/532.10	c #Conflicts:     538000 | #Constraints:      41666
530.45/532.10	c #Conflicts:     539000 | #Constraints:      42667
530.45/532.10	c #Conflicts:     540000 | #Constraints:      43667
530.45/532.10	c #Conflicts:     541000 | #Constraints:      44667
530.45/532.10	c #Conflicts:     542000 | #Constraints:      45667
530.45/532.10	c #Conflicts:     543000 | #Constraints:      46667
530.45/532.10	c #Conflicts:     544000 | #Constraints:      47667
530.45/532.10	c #Conflicts:     545000 | #Constraints:      48667
530.45/532.10	c #Conflicts:     546000 | #Constraints:      49667
530.45/532.10	c INPROCESSING
530.45/532.10	c GARBAGE COLLECT
530.45/532.10	c rational objective 922
548.19/549.88	c #Conflicts:     547000 | #Constraints:      36075
548.19/549.88	c #Conflicts:     548000 | #Constraints:      37076
548.19/549.88	c #Conflicts:     549000 | #Constraints:      38076
548.19/549.88	c #Conflicts:     550000 | #Constraints:      39076
548.19/549.88	c #Conflicts:     551000 | #Constraints:      40077
548.19/549.88	c #Conflicts:     552000 | #Constraints:      41078
548.19/549.88	c #Conflicts:     553000 | #Constraints:      42080
548.19/549.88	c #Conflicts:     554000 | #Constraints:      43090
548.19/549.88	c #Conflicts:     555000 | #Constraints:      44097
548.19/549.88	c #Conflicts:     556000 | #Constraints:      45102
548.19/549.88	c #Conflicts:     557000 | #Constraints:      46106
548.19/549.88	c #Conflicts:     558000 | #Constraints:      47112
548.19/549.88	c #Conflicts:     559000 | #Constraints:      48119
548.19/549.88	c #Conflicts:     560000 | #Constraints:      49126
548.19/549.88	c #Conflicts:     561000 | #Constraints:      50128
548.19/549.88	c INPROCESSING
548.19/549.88	c GARBAGE COLLECT
548.19/549.88	c rational objective 922
563.55/565.26	c #Conflicts:     562000 | #Constraints:      36265
563.55/565.26	c #Conflicts:     563000 | #Constraints:      37265
563.55/565.26	c #Conflicts:     564000 | #Constraints:      38265
563.55/565.26	c #Conflicts:     565000 | #Constraints:      39265
563.55/565.26	c #Conflicts:     566000 | #Constraints:      40265
563.55/565.26	c #Conflicts:     567000 | #Constraints:      41266
563.55/565.26	c #Conflicts:     568000 | #Constraints:      42266
563.55/565.26	c #Conflicts:     569000 | #Constraints:      43266
563.55/565.26	c #Conflicts:     570000 | #Constraints:      44266
563.55/565.26	c #Conflicts:     571000 | #Constraints:      45266
563.55/565.26	c #Conflicts:     572000 | #Constraints:      46266
563.55/565.26	c #Conflicts:     573000 | #Constraints:      47266
563.55/565.26	c #Conflicts:     574000 | #Constraints:      48266
563.55/565.26	c #Conflicts:     575000 | #Constraints:      49266
563.55/565.26	c #Conflicts:     576000 | #Constraints:      50266
563.55/565.26	c INPROCESSING
563.55/565.26	c GARBAGE COLLECT
563.55/565.26	c rational objective 922
580.42/582.17	c #Conflicts:     577000 | #Constraints:      36257
580.42/582.17	c #Conflicts:     578000 | #Constraints:      37258
580.42/582.17	c #Conflicts:     579000 | #Constraints:      38258
580.42/582.17	c #Conflicts:     580000 | #Constraints:      39258
580.42/582.17	c #Conflicts:     581000 | #Constraints:      40259
580.42/582.17	c #Conflicts:     582000 | #Constraints:      41263
580.42/582.17	c #Conflicts:     583000 | #Constraints:      42297
580.42/582.17	c #Conflicts:     584000 | #Constraints:      43319
580.42/582.17	c #Conflicts:     585000 | #Constraints:      44337
580.42/582.17	c #Conflicts:     586000 | #Constraints:      45342
580.42/582.17	c #Conflicts:     587000 | #Constraints:      46345
580.42/582.17	c #Conflicts:     588000 | #Constraints:      47357
580.42/582.17	c #Conflicts:     589000 | #Constraints:      48369
580.42/582.17	c #Conflicts:     590000 | #Constraints:      49378
580.42/582.17	c #Conflicts:     591000 | #Constraints:      50383
580.42/582.17	c INPROCESSING
580.42/582.17	c GARBAGE COLLECT
580.42/582.17	c rational objective 922
584.19/585.93	c #Conflicts:     592000 | #Constraints:      36060
584.19/585.93	c #Conflicts:     593000 | #Constraints:      37061
584.19/585.93	c #Conflicts:     594000 | #Constraints:      38061
584.19/585.93	c #Conflicts:     595000 | #Constraints:      39061
584.19/585.93	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[10]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[18]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[24]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[28]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[30]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[38]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[50]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[62]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[64]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[68]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[78]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[90]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[98]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[100]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[102]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[108]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[110]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[112]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[114]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[118]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[120]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[126]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[162]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[164]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[212]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[222]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[224]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[230]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[232]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[240]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[254]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[256]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[260]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[264]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[266]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[268]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[272]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[274]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[278]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[288]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[290]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[298]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[300]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[302]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[310]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[312]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[322]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[330]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[334]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[338]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[340]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[348]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[354]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[360]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[370]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[372]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[376]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[384]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[386]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[400]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[402]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[410]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[412]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[414]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[416]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[418]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[422]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[428]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[448]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[492]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[518]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[554]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[566]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[604]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[640]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[672]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[682]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[684]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[690]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[694]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[700]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[702]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[704]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[712]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[714]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[723]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[734]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[736]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[738]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[740]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[742]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[744]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[748]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[754]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[758]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[765]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[768]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[770]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[808]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[812]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[850]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[852]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[940]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[982]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[984]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[990]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1008]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1058]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1060]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1062]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1068]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1078]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1080]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1084]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1086]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1092]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1094]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1104]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1106]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1108]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1110]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1114]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1122]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1124]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1126]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1128]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1130]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1132]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1134]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1136]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1138]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1144]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1148]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1150]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1242]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1284]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1286]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1291]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1293]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1328]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1335]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1362]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1364]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1366]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1390]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1404]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1406]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1408]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1416]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1450]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1452]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1458]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1478]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1482]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1484]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1490]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1494]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1498]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1500]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1506]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1510]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1512]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1514]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1524]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1528]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1532]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1564]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1570]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1574]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1576]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1592]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1594]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1600]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1604]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1612]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1620]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1626]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1628]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1632]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1636]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1638]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1642]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1644]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1646]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1650]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1656]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1660]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1662]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1666]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1670]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1672]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1674]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1676]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1680]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1686]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1688]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1692]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1698]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1700]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1702]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1704]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1710]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1712]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1714]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1716]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1718]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1722]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1724]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1728]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1730]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1732]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1734]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1736]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1738]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1748]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1750]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1752]: 6 -1.00008 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1754]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1756]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1758]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1760]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1764]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1768]: 6 -1.0001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1774]: 6 -1.00001 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1778]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1780]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1784]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1786]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1788]: 6 -1.00005 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1790]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1792]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1796]: 6 -1.00003 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
584.19/585.93	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
597.66/599.40	c #Conflicts:     596000 | #Constraints:      40061
597.66/599.40	c #Conflicts:     597000 | #Constraints:      41061
597.66/599.40	c #Conflicts:     598000 | #Constraints:      42061
597.66/599.40	c #Conflicts:     599000 | #Constraints:      43061
597.66/599.40	c #Conflicts:     600000 | #Constraints:      44061
597.66/599.40	c #Conflicts:     601000 | #Constraints:      45061
597.66/599.40	c #Conflicts:     602000 | #Constraints:      46061
597.66/599.40	c #Conflicts:     603000 | #Constraints:      47061
597.66/599.40	c #Conflicts:     604000 | #Constraints:      48061
597.66/599.40	c #Conflicts:     605000 | #Constraints:      49061
597.66/599.40	c #Conflicts:     606000 | #Constraints:      50061
597.66/599.40	c #Conflicts:     607000 | #Constraints:      51061
597.66/599.40	c INPROCESSING
597.66/599.40	c GARBAGE COLLECT
597.66/599.40	c rational objective 922
617.60/619.47	c #Conflicts:     608000 | #Constraints:      36655
617.60/619.47	c #Conflicts:     609000 | #Constraints:      37655
617.60/619.47	c #Conflicts:     610000 | #Constraints:      38655
617.60/619.47	c #Conflicts:     611000 | #Constraints:      39655
617.60/619.47	c #Conflicts:     612000 | #Constraints:      40666
617.60/619.47	c #Conflicts:     613000 | #Constraints:      41672
617.60/619.47	c #Conflicts:     614000 | #Constraints:      42673
617.60/619.47	c #Conflicts:     615000 | #Constraints:      43675
617.60/619.47	c #Conflicts:     616000 | #Constraints:      44675
617.60/619.47	c #Conflicts:     617000 | #Constraints:      45680
617.60/619.47	c #Conflicts:     618000 | #Constraints:      46681
617.60/619.47	c #Conflicts:     619000 | #Constraints:      47682
617.60/619.47	c #Conflicts:     620000 | #Constraints:      48687
617.60/619.47	c #Conflicts:     621000 | #Constraints:      49688
617.60/619.47	c #Conflicts:     622000 | #Constraints:      50692
617.60/619.47	c #Conflicts:     623000 | #Constraints:      51695
617.60/619.47	c INPROCESSING
617.60/619.47	c GARBAGE COLLECT
617.60/619.47	c rational objective 922
631.28/633.18	c #Conflicts:     624000 | #Constraints:      37116
631.28/633.18	c #Conflicts:     625000 | #Constraints:      38116
631.28/633.18	c #Conflicts:     626000 | #Constraints:      39116
631.28/633.18	c #Conflicts:     627000 | #Constraints:      40116
631.28/633.18	c #Conflicts:     628000 | #Constraints:      41116
631.28/633.18	c #Conflicts:     629000 | #Constraints:      42116
631.28/633.18	c #Conflicts:     630000 | #Constraints:      43117
631.28/633.18	c #Conflicts:     631000 | #Constraints:      44117
631.28/633.18	c #Conflicts:     632000 | #Constraints:      45117
631.28/633.18	c #Conflicts:     633000 | #Constraints:      46117
631.28/633.18	c #Conflicts:     634000 | #Constraints:      47118
631.28/633.18	c #Conflicts:     635000 | #Constraints:      48118
631.28/633.18	c #Conflicts:     636000 | #Constraints:      49118
631.28/633.18	c #Conflicts:     637000 | #Constraints:      50118
631.28/633.18	WSVECS04 Frhs2[86]: 6 -1.00007 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[161]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[163]: 6 -1.00005 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[167]: 6 -1.00007 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[178]: 6 0 2.00003 shouldn't be
631.28/633.18	WSVECS04 Frhs2[182]: 6 0 1.00004 shouldn't be
631.28/633.18	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[235]: 6 -1.00002 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[253]: 6 -1.00006 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[255]: 6 -1.00003 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[273]: 6 -1.00005 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[286]: 6 0 1.00004 shouldn't be
631.28/633.18	WSVECS04 Frhs2[290]: 6 0 1.00005 shouldn't be
631.28/633.18	WSVECS04 Frhs2[295]: 6 -1.00002 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[299]: 6 -1.0001 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[313]: 6 -1.00002 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[337]: 6 -1.00001 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[357]: 6 -1.00006 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[359]: 6 -1.00007 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[367]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[373]: 6 -1.00003 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[375]: 6 -1.00003 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[383]: 6 -1.00003 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[475]: 6 -1.00009 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[517]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[603]: 6 -1.00007 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[689]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[727]: 6 -1.00007 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[729]: 6 -1.00006 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[861]: 6 -1.00009 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[947]: 6 -1.00009 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1077]: 6 -1.00003 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1115]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1119]: 6 -1.0001 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1157]: 6 -1.0001 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1158]: 6 0 1.00004 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1205]: 6 -1.00005 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1291]: 6 -1.00004 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1420]: 6 0 1.00005 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1462]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1506]: 6 0 1.00007 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1548]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1631]: 6 -1.00005 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1634]: 6 -1.00009 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1720]: 6 -1.00008 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1721]: 6 -1.00004 0 shouldn't be
631.28/633.18	WSVECS04 Frhs2[1806]: 6 -1.00002 0 shouldn't be
634.06/635.94	c #Conflicts:     638000 | #Constraints:      51118
634.06/635.94	c #Conflicts:     639000 | #Constraints:      52118
634.06/635.94	c INPROCESSING
634.06/635.94	c GARBAGE COLLECT
634.06/635.94	c rational objective 922
651.12/653.01	c #Conflicts:     640000 | #Constraints:      37340
651.12/653.01	c #Conflicts:     641000 | #Constraints:      38340
651.12/653.01	c #Conflicts:     642000 | #Constraints:      39340
651.12/653.01	c #Conflicts:     643000 | #Constraints:      40340
651.12/653.01	c #Conflicts:     644000 | #Constraints:      41340
651.12/653.01	c #Conflicts:     645000 | #Constraints:      42340
651.12/653.01	c #Conflicts:     646000 | #Constraints:      43340
651.12/653.01	c #Conflicts:     647000 | #Constraints:      44341
651.12/653.01	c #Conflicts:     648000 | #Constraints:      45341
651.12/653.01	c #Conflicts:     649000 | #Constraints:      46341
651.12/653.01	c #Conflicts:     650000 | #Constraints:      47341
651.12/653.01	c #Conflicts:     651000 | #Constraints:      48341
651.12/653.01	c #Conflicts:     652000 | #Constraints:      49341
651.12/653.01	c #Conflicts:     653000 | #Constraints:      50345
651.12/653.01	c #Conflicts:     654000 | #Constraints:      51349
651.12/653.01	c #Conflicts:     655000 | #Constraints:      52360
651.12/653.01	c INPROCESSING
651.12/653.01	c GARBAGE COLLECT
651.12/653.01	c rational objective 922
666.85/668.80	c #Conflicts:     656000 | #Constraints:      37313
666.85/668.80	c #Conflicts:     657000 | #Constraints:      38313
666.85/668.80	c #Conflicts:     658000 | #Constraints:      39313
666.85/668.80	c #Conflicts:     659000 | #Constraints:      40313
666.85/668.80	c #Conflicts:     660000 | #Constraints:      41314
666.85/668.80	c #Conflicts:     661000 | #Constraints:      42314
666.85/668.80	c #Conflicts:     662000 | #Constraints:      43314
666.85/668.80	c #Conflicts:     663000 | #Constraints:      44314
666.85/668.80	c #Conflicts:     664000 | #Constraints:      45314
666.85/668.80	c #Conflicts:     665000 | #Constraints:      46314
666.85/668.80	c #Conflicts:     666000 | #Constraints:      47314
666.85/668.80	c #Conflicts:     667000 | #Constraints:      48314
666.85/668.80	c #Conflicts:     668000 | #Constraints:      49314
666.85/668.80	c #Conflicts:     669000 | #Constraints:      50314
666.85/668.80	c #Conflicts:     670000 | #Constraints:      51314
666.85/668.80	c #Conflicts:     671000 | #Constraints:      52314
666.85/668.80	c INPROCESSING
666.85/668.80	c GARBAGE COLLECT
666.85/668.80	c rational objective 922
684.30/686.35	c #Conflicts:     672000 | #Constraints:      37124
684.30/686.35	c #Conflicts:     673000 | #Constraints:      38125
684.30/686.35	c #Conflicts:     674000 | #Constraints:      39125
684.30/686.35	c #Conflicts:     675000 | #Constraints:      40125
684.30/686.35	c #Conflicts:     676000 | #Constraints:      41125
684.30/686.35	c #Conflicts:     677000 | #Constraints:      42125
684.30/686.35	c #Conflicts:     678000 | #Constraints:      43125
684.30/686.35	c #Conflicts:     679000 | #Constraints:      44125
684.30/686.35	c #Conflicts:     680000 | #Constraints:      45126
684.30/686.35	c #Conflicts:     681000 | #Constraints:      46128
684.30/686.35	c #Conflicts:     682000 | #Constraints:      47129
684.30/686.35	c #Conflicts:     683000 | #Constraints:      48130
684.30/686.35	c #Conflicts:     684000 | #Constraints:      49130
684.30/686.35	c #Conflicts:     685000 | #Constraints:      50131
684.30/686.35	c #Conflicts:     686000 | #Constraints:      51132
684.30/686.35	c #Conflicts:     687000 | #Constraints:      52136
684.30/686.35	c #Conflicts:     688000 | #Constraints:      53138
684.30/686.35	c INPROCESSING
684.30/686.35	c GARBAGE COLLECT
684.30/686.35	c rational objective 922
692.99/695.05	c #Conflicts:     689000 | #Constraints:      37724
692.99/695.05	c #Conflicts:     690000 | #Constraints:      38724
692.99/695.05	c #Conflicts:     691000 | #Constraints:      39724
692.99/695.05	c #Conflicts:     692000 | #Constraints:      40724
692.99/695.05	c #Conflicts:     693000 | #Constraints:      41724
692.99/695.05	c #Conflicts:     694000 | #Constraints:      42724
692.99/695.05	c #Conflicts:     695000 | #Constraints:      43724
692.99/695.05	c #Conflicts:     696000 | #Constraints:      44724
692.99/695.05	c #Conflicts:     697000 | #Constraints:      45724
692.99/695.05	WSVECS04 Frhs2[231]: 6 -1.00009 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[233]: 6 -1.00005 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[237]: 6 -1.00001 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[241]: 6 -1.00008 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[243]: 6 -1.00008 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[261]: 6 -1.00009 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[275]: 6 -1.00007 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[283]: 6 -1.00004 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[287]: 6 -1.00006 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[312]: 6 0 1.00005 shouldn't be
692.99/695.05	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[373]: 6 -1.00007 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[391]: 6 -1.00001 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[436]: 6 0 1.00004 shouldn't be
692.99/695.05	WSVECS04 Frhs2[477]: 6 -1.0001 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[498]: 6 0 1.0001 shouldn't be
692.99/695.05	WSVECS04 Frhs2[502]: 6 0 1.0001 shouldn't be
692.99/695.05	WSVECS04 Frhs2[505]: 6 -1.00008 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[520]: 6 0 1.00007 shouldn't be
692.99/695.05	WSVECS04 Frhs2[526]: 6 0 1.0001 shouldn't be
692.99/695.05	WSVECS04 Frhs2[580]: 6 0 1.00004 shouldn't be
692.99/695.05	WSVECS04 Frhs2[582]: 6 0 1.00001 shouldn't be
692.99/695.05	WSVECS04 Frhs2[584]: 6 0 1.00005 shouldn't be
692.99/695.05	WSVECS04 Frhs2[593]: 6 -1.00002 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[609]: 6 -1.00003 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[615]: 6 -1.00009 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
692.99/695.05	WSVECS04 Frhs2[621]: 6 -1.00006 0 shouldn't be
700.74/702.85	c #Conflicts:     698000 | #Constraints:      46725
700.74/702.85	c #Conflicts:     699000 | #Constraints:      47725
700.74/702.85	c #Conflicts:     700000 | #Constraints:      48725
700.74/702.85	c #Conflicts:     701000 | #Constraints:      49725
700.74/702.85	c #Conflicts:     702000 | #Constraints:      50725
700.74/702.85	c #Conflicts:     703000 | #Constraints:      51725
700.74/702.85	c #Conflicts:     704000 | #Constraints:      52725
700.74/702.85	c #Conflicts:     705000 | #Constraints:      53725
700.74/702.85	c INPROCESSING
700.74/702.85	c GARBAGE COLLECT
700.74/702.85	c rational objective 922
716.08/718.25	c #Conflicts:     706000 | #Constraints:      38130
716.08/718.25	c #Conflicts:     707000 | #Constraints:      39132
716.08/718.25	c #Conflicts:     708000 | #Constraints:      40134
716.08/718.25	c #Conflicts:     709000 | #Constraints:      41138
716.08/718.25	c #Conflicts:     710000 | #Constraints:      42148
716.08/718.25	c #Conflicts:     711000 | #Constraints:      43163
716.08/718.25	c #Conflicts:     712000 | #Constraints:      44171
716.08/718.25	c #Conflicts:     713000 | #Constraints:      45179
716.08/718.25	c #Conflicts:     714000 | #Constraints:      46182
716.08/718.25	c #Conflicts:     715000 | #Constraints:      47185
716.08/718.25	c #Conflicts:     716000 | #Constraints:      48188
716.08/718.25	c #Conflicts:     717000 | #Constraints:      49194
716.08/718.25	c #Conflicts:     718000 | #Constraints:      50213
716.08/718.25	c #Conflicts:     719000 | #Constraints:      51216
716.08/718.25	c #Conflicts:     720000 | #Constraints:      52220
716.08/718.25	c #Conflicts:     721000 | #Constraints:      53222
716.08/718.25	c #Conflicts:     722000 | #Constraints:      54223
716.08/718.25	c INPROCESSING
716.08/718.25	c GARBAGE COLLECT
716.08/718.25	c rational objective 922
732.03/734.20	c #Conflicts:     723000 | #Constraints:      38336
732.03/734.20	c #Conflicts:     724000 | #Constraints:      39336
732.03/734.20	c #Conflicts:     725000 | #Constraints:      40336
732.03/734.20	c #Conflicts:     726000 | #Constraints:      41336
732.03/734.20	c #Conflicts:     727000 | #Constraints:      42336
732.03/734.20	c #Conflicts:     728000 | #Constraints:      43336
732.03/734.20	c #Conflicts:     729000 | #Constraints:      44336
732.03/734.20	c #Conflicts:     730000 | #Constraints:      45337
732.03/734.20	c #Conflicts:     731000 | #Constraints:      46338
732.03/734.20	c #Conflicts:     732000 | #Constraints:      47338
732.03/734.20	c #Conflicts:     733000 | #Constraints:      48338
732.03/734.20	c #Conflicts:     734000 | #Constraints:      49338
732.03/734.20	c #Conflicts:     735000 | #Constraints:      50339
732.03/734.20	c #Conflicts:     736000 | #Constraints:      51340
732.03/734.20	c #Conflicts:     737000 | #Constraints:      52340
732.03/734.20	c #Conflicts:     738000 | #Constraints:      53341
732.03/734.20	c #Conflicts:     739000 | #Constraints:      54341
732.03/734.20	c INPROCESSING
732.03/734.20	c GARBAGE COLLECT
732.03/734.20	c rational objective 922
751.67/753.96	c #Conflicts:     740000 | #Constraints:      38350
751.67/753.96	c #Conflicts:     741000 | #Constraints:      39350
751.67/753.96	c #Conflicts:     742000 | #Constraints:      40350
751.67/753.96	c #Conflicts:     743000 | #Constraints:      41352
751.67/753.96	c #Conflicts:     744000 | #Constraints:      42353
751.67/753.96	c #Conflicts:     745000 | #Constraints:      43355
751.67/753.96	c #Conflicts:     746000 | #Constraints:      44356
751.67/753.96	c #Conflicts:     747000 | #Constraints:      45356
751.67/753.96	c #Conflicts:     748000 | #Constraints:      46356
751.67/753.96	c #Conflicts:     749000 | #Constraints:      47356
751.67/753.96	c #Conflicts:     750000 | #Constraints:      48356
751.67/753.96	c #Conflicts:     751000 | #Constraints:      49356
751.67/753.96	c #Conflicts:     752000 | #Constraints:      50357
751.67/753.96	c #Conflicts:     753000 | #Constraints:      51358
751.67/753.96	c #Conflicts:     754000 | #Constraints:      52359
751.67/753.96	c #Conflicts:     755000 | #Constraints:      53362
751.67/753.96	c #Conflicts:     756000 | #Constraints:      54362
751.67/753.96	c INPROCESSING
751.67/753.96	c GARBAGE COLLECT
751.67/753.96	c rational objective 922
769.20/771.53	c #Conflicts:     757000 | #Constraints:      38080
769.20/771.53	c #Conflicts:     758000 | #Constraints:      39080
769.20/771.53	c #Conflicts:     759000 | #Constraints:      40080
769.20/771.53	c #Conflicts:     760000 | #Constraints:      41080
769.20/771.53	c #Conflicts:     761000 | #Constraints:      42080
769.20/771.53	c #Conflicts:     762000 | #Constraints:      43080
769.20/771.53	c #Conflicts:     763000 | #Constraints:      44080
769.20/771.53	c #Conflicts:     764000 | #Constraints:      45081
769.20/771.53	c #Conflicts:     765000 | #Constraints:      46081
769.20/771.53	c #Conflicts:     766000 | #Constraints:      47081
769.20/771.53	c #Conflicts:     767000 | #Constraints:      48081
769.20/771.53	c #Conflicts:     768000 | #Constraints:      49081
769.20/771.53	c #Conflicts:     769000 | #Constraints:      50081
769.20/771.53	c #Conflicts:     770000 | #Constraints:      51081
769.20/771.53	c #Conflicts:     771000 | #Constraints:      52081
769.20/771.53	c #Conflicts:     772000 | #Constraints:      53081
769.20/771.53	c #Conflicts:     773000 | #Constraints:      54081
769.20/771.53	c #Conflicts:     774000 | #Constraints:      55081
769.20/771.53	c INPROCESSING
769.20/771.53	c GARBAGE COLLECT
769.20/771.53	c rational objective 922
789.80/792.22	c #Conflicts:     775000 | #Constraints:      38679
789.80/792.22	c #Conflicts:     776000 | #Constraints:      39680
789.80/792.22	c #Conflicts:     777000 | #Constraints:      40681
789.80/792.22	c #Conflicts:     778000 | #Constraints:      41681
789.80/792.22	c #Conflicts:     779000 | #Constraints:      42681
789.80/792.22	c #Conflicts:     780000 | #Constraints:      43681
789.80/792.22	c #Conflicts:     781000 | #Constraints:      44681
789.80/792.22	c #Conflicts:     782000 | #Constraints:      45683
789.80/792.22	c #Conflicts:     783000 | #Constraints:      46689
789.80/792.22	c #Conflicts:     784000 | #Constraints:      47693
789.80/792.22	c #Conflicts:     785000 | #Constraints:      48693
789.80/792.22	c #Conflicts:     786000 | #Constraints:      49693
789.80/792.22	c #Conflicts:     787000 | #Constraints:      50694
789.80/792.22	c #Conflicts:     788000 | #Constraints:      51694
789.80/792.22	c #Conflicts:     789000 | #Constraints:      52694
789.80/792.22	c #Conflicts:     790000 | #Constraints:      53694
789.80/792.22	c #Conflicts:     791000 | #Constraints:      54703
789.80/792.22	c #Conflicts:     792000 | #Constraints:      55708
789.80/792.22	c INPROCESSING
789.80/792.22	c GARBAGE COLLECT
789.80/792.22	c rational objective 922
802.76/805.25	c #Conflicts:     793000 | #Constraints:      39060
802.76/805.25	c #Conflicts:     794000 | #Constraints:      40060
802.76/805.25	c #Conflicts:     795000 | #Constraints:      41060
802.76/805.25	c #Conflicts:     796000 | #Constraints:      42060
802.76/805.25	c #Conflicts:     797000 | #Constraints:      43060
802.76/805.25	c #Conflicts:     798000 | #Constraints:      44060
802.76/805.25	c #Conflicts:     799000 | #Constraints:      45060
802.76/805.25	c #Conflicts:     800000 | #Constraints:      46060
802.76/805.25	c #Conflicts:     801000 | #Constraints:      47061
802.76/805.25	c #Conflicts:     802000 | #Constraints:      48061
802.76/805.25	c #Conflicts:     803000 | #Constraints:      49061
802.76/805.25	c #Conflicts:     804000 | #Constraints:      50061
802.76/805.25	c #Conflicts:     805000 | #Constraints:      51061
802.76/805.25	WSVECS04 Frhs2[44]: 6 -1.0001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[130]: 6 -1.00008 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[215]: 6 -1.00008 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[257]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[292]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[302]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[345]: 6 0 1.00005 shouldn't be
802.76/805.25	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[473]: 6 -1.00001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[514]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[515]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[556]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[568]: 6 -1.00001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[588]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[612]: 6 -1.00005 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[643]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[682]: 6 -1.00001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[685]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[686]: 6 0 1.00009 shouldn't be
802.76/805.25	WSVECS04 Frhs2[700]: 6 -1.00007 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[716]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[724]: 6 -1.00005 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[731]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[738]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[742]: 6 -1.00001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[756]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[768]: 6 -1.0001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[800]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[804]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[818]: 6 -1.00005 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[896]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[904]: 6 -1.00007 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[926]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[932]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[934]: 6 -1.00007 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[938]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[942]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[977]: 6 0 1.00009 shouldn't be
802.76/805.25	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[986]: 6 -1.00001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[987]: 6 -1.00008 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[992]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[994]: 6 -1.00007 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[997]: 6 0 1.00002 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1001]: 6 0 1.00003 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1018]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1030]: 6 -1.00005 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1034]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1052]: 6 -1.00007 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1062]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1064]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1070]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1076]: 6 -1.00001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1117]: 6 -1.00009 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1162]: 6 -2.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1201]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1247]: 6 -1.00008 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1248]: 6 -1.0001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1289]: 6 -1.00003 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1334]: 6 -1.00006 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[2074]: 6 -1.00002 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[2093]: 6 -1.0001 0 shouldn't be
802.76/805.25	WSVECS04 Frhs2[2366]: 6 -1.0001 0 shouldn't be
808.24/810.77	c #Conflicts:     806000 | #Constraints:      52061
808.24/810.77	c #Conflicts:     807000 | #Constraints:      53061
808.24/810.77	c #Conflicts:     808000 | #Constraints:      54061
808.24/810.77	c #Conflicts:     809000 | #Constraints:      55061
808.24/810.77	c #Conflicts:     810000 | #Constraints:      56061
808.24/810.77	c INPROCESSING
808.24/810.77	c GARBAGE COLLECT
808.24/810.77	c rational objective 922
828.98/831.56	c #Conflicts:     811000 | #Constraints:      39294
828.98/831.56	c #Conflicts:     812000 | #Constraints:      40294
828.98/831.56	c #Conflicts:     813000 | #Constraints:      41294
828.98/831.56	c #Conflicts:     814000 | #Constraints:      42294
828.98/831.56	c #Conflicts:     815000 | #Constraints:      43294
828.98/831.56	c #Conflicts:     816000 | #Constraints:      44294
828.98/831.56	c #Conflicts:     817000 | #Constraints:      45294
828.98/831.56	c #Conflicts:     818000 | #Constraints:      46294
828.98/831.56	c #Conflicts:     819000 | #Constraints:      47295
828.98/831.56	c #Conflicts:     820000 | #Constraints:      48295
828.98/831.56	c #Conflicts:     821000 | #Constraints:      49295
828.98/831.56	c #Conflicts:     822000 | #Constraints:      50295
828.98/831.56	c #Conflicts:     823000 | #Constraints:      51295
828.98/831.56	c #Conflicts:     824000 | #Constraints:      52295
828.98/831.56	c #Conflicts:     825000 | #Constraints:      53296
828.98/831.56	c #Conflicts:     826000 | #Constraints:      54296
828.98/831.56	c #Conflicts:     827000 | #Constraints:      55296
828.98/831.56	c #Conflicts:     828000 | #Constraints:      56296
828.98/831.56	c INPROCESSING
828.98/831.56	c GARBAGE COLLECT
828.98/831.56	c rational objective 922
846.83/849.43	c #Conflicts:     829000 | #Constraints:      39288
846.83/849.43	c #Conflicts:     830000 | #Constraints:      40288
846.83/849.43	c #Conflicts:     831000 | #Constraints:      41289
846.83/849.43	c #Conflicts:     832000 | #Constraints:      42289
846.83/849.43	c #Conflicts:     833000 | #Constraints:      43289
846.83/849.43	c #Conflicts:     834000 | #Constraints:      44291
846.83/849.43	c #Conflicts:     835000 | #Constraints:      45297
846.83/849.43	c #Conflicts:     836000 | #Constraints:      46303
846.83/849.43	c #Conflicts:     837000 | #Constraints:      47314
846.83/849.43	c #Conflicts:     838000 | #Constraints:      48318
846.83/849.43	c #Conflicts:     839000 | #Constraints:      49320
846.83/849.43	c #Conflicts:     840000 | #Constraints:      50324
846.83/849.43	c #Conflicts:     841000 | #Constraints:      51328
846.83/849.43	c #Conflicts:     842000 | #Constraints:      52331
846.83/849.43	c #Conflicts:     843000 | #Constraints:      53333
846.83/849.43	c #Conflicts:     844000 | #Constraints:      54336
846.83/849.43	c #Conflicts:     845000 | #Constraints:      55339
846.83/849.43	c #Conflicts:     846000 | #Constraints:      56342
846.83/849.43	c INPROCESSING
846.83/849.43	c GARBAGE COLLECT
846.83/849.43	c rational objective 922
865.07/867.79	c #Conflicts:     847000 | #Constraints:      39120
865.07/867.79	c #Conflicts:     848000 | #Constraints:      40120
865.07/867.79	c #Conflicts:     849000 | #Constraints:      41121
865.07/867.79	c #Conflicts:     850000 | #Constraints:      42121
865.07/867.79	c #Conflicts:     851000 | #Constraints:      43123
865.07/867.79	c #Conflicts:     852000 | #Constraints:      44125
865.07/867.79	c #Conflicts:     853000 | #Constraints:      45127
865.07/867.79	c #Conflicts:     854000 | #Constraints:      46128
865.07/867.79	c #Conflicts:     855000 | #Constraints:      47132
865.07/867.79	c #Conflicts:     856000 | #Constraints:      48134
865.07/867.79	c #Conflicts:     857000 | #Constraints:      49135
865.07/867.79	c #Conflicts:     858000 | #Constraints:      50137
865.07/867.79	c #Conflicts:     859000 | #Constraints:      51137
865.07/867.79	c #Conflicts:     860000 | #Constraints:      52137
865.07/867.79	c #Conflicts:     861000 | #Constraints:      53138
865.07/867.79	c #Conflicts:     862000 | #Constraints:      54139
865.07/867.79	c #Conflicts:     863000 | #Constraints:      55140
865.07/867.79	c #Conflicts:     864000 | #Constraints:      56140
865.07/867.79	c #Conflicts:     865000 | #Constraints:      57144
865.07/867.79	c INPROCESSING
865.07/867.79	c GARBAGE COLLECT
865.07/867.79	c rational objective 922
886.21/888.90	c #Conflicts:     866000 | #Constraints:      39668
886.21/888.90	c #Conflicts:     867000 | #Constraints:      40668
886.21/888.90	c #Conflicts:     868000 | #Constraints:      41668
886.21/888.90	c #Conflicts:     869000 | #Constraints:      42668
886.21/888.90	c #Conflicts:     870000 | #Constraints:      43668
886.21/888.90	c #Conflicts:     871000 | #Constraints:      44668
886.21/888.90	c #Conflicts:     872000 | #Constraints:      45668
886.21/888.90	c #Conflicts:     873000 | #Constraints:      46668
886.21/888.90	c #Conflicts:     874000 | #Constraints:      47668
886.21/888.90	c #Conflicts:     875000 | #Constraints:      48668
886.21/888.90	c #Conflicts:     876000 | #Constraints:      49668
886.21/888.90	c #Conflicts:     877000 | #Constraints:      50668
886.21/888.90	c #Conflicts:     878000 | #Constraints:      51668
886.21/888.90	c #Conflicts:     879000 | #Constraints:      52668
886.21/888.90	c #Conflicts:     880000 | #Constraints:      53668
886.21/888.90	c #Conflicts:     881000 | #Constraints:      54668
886.21/888.90	c #Conflicts:     882000 | #Constraints:      55668
886.21/888.90	c #Conflicts:     883000 | #Constraints:      56669
886.21/888.90	c #Conflicts:     884000 | #Constraints:      57669
886.21/888.90	c INPROCESSING
886.21/888.90	c GARBAGE COLLECT
886.21/888.90	c rational objective 922
914.14/916.98	c #Conflicts:     885000 | #Constraints:      40070
914.14/916.98	c #Conflicts:     886000 | #Constraints:      41070
914.14/916.98	c #Conflicts:     887000 | #Constraints:      42070
914.14/916.98	c #Conflicts:     888000 | #Constraints:      43070
914.14/916.98	c #Conflicts:     889000 | #Constraints:      44070
914.14/916.98	c #Conflicts:     890000 | #Constraints:      45072
914.14/916.98	c #Conflicts:     891000 | #Constraints:      46089
914.14/916.98	c #Conflicts:     892000 | #Constraints:      47090
914.14/916.98	c #Conflicts:     893000 | #Constraints:      48090
914.14/916.98	c #Conflicts:     894000 | #Constraints:      49091
914.14/916.98	c #Conflicts:     895000 | #Constraints:      50092
914.14/916.98	c #Conflicts:     896000 | #Constraints:      51092
914.14/916.98	c #Conflicts:     897000 | #Constraints:      52092
914.14/916.98	c #Conflicts:     898000 | #Constraints:      53092
914.14/916.98	c #Conflicts:     899000 | #Constraints:      54092
914.14/916.98	c #Conflicts:     900000 | #Constraints:      55092
914.14/916.98	c #Conflicts:     901000 | #Constraints:      56092
914.14/916.98	c #Conflicts:     902000 | #Constraints:      57092
914.14/916.98	c #Conflicts:     903000 | #Constraints:      58092
914.14/916.98	c INPROCESSING
914.14/916.98	c GARBAGE COLLECT
914.14/916.98	c rational objective 922
934.69/937.53	c #Conflicts:     904000 | #Constraints:      40233
934.69/937.53	c #Conflicts:     905000 | #Constraints:      41233
934.69/937.53	c #Conflicts:     906000 | #Constraints:      42233
934.69/937.53	c #Conflicts:     907000 | #Constraints:      43233
934.69/937.53	c #Conflicts:     908000 | #Constraints:      44233
934.69/937.53	c #Conflicts:     909000 | #Constraints:      45233
934.69/937.53	c #Conflicts:     910000 | #Constraints:      46233
934.69/937.53	c #Conflicts:     911000 | #Constraints:      47233
934.69/937.53	c #Conflicts:     912000 | #Constraints:      48233
934.69/937.53	c #Conflicts:     913000 | #Constraints:      49233
934.69/937.53	c #Conflicts:     914000 | #Constraints:      50234
934.69/937.53	c #Conflicts:     915000 | #Constraints:      51234
934.69/937.53	c #Conflicts:     916000 | #Constraints:      52234
934.69/937.53	c #Conflicts:     917000 | #Constraints:      53235
934.69/937.53	c #Conflicts:     918000 | #Constraints:      54235
934.69/937.53	c #Conflicts:     919000 | #Constraints:      55235
934.69/937.53	c #Conflicts:     920000 | #Constraints:      56235
934.69/937.53	c #Conflicts:     921000 | #Constraints:      57235
934.69/937.53	c #Conflicts:     922000 | #Constraints:      58235
934.69/937.53	c INPROCESSING
934.69/937.53	c GARBAGE COLLECT
934.69/937.53	c rational objective 922
964.82/967.70	c #Conflicts:     923000 | #Constraints:      40368
964.82/967.70	c #Conflicts:     924000 | #Constraints:      41368
964.82/967.70	c #Conflicts:     925000 | #Constraints:      42368
964.82/967.70	c #Conflicts:     926000 | #Constraints:      43368
964.82/967.70	c #Conflicts:     927000 | #Constraints:      44368
964.82/967.70	c #Conflicts:     928000 | #Constraints:      45369
964.82/967.70	c #Conflicts:     929000 | #Constraints:      46370
964.82/967.70	c #Conflicts:     930000 | #Constraints:      47371
964.82/967.70	c #Conflicts:     931000 | #Constraints:      48371
964.82/967.70	c #Conflicts:     932000 | #Constraints:      49373
964.82/967.70	c #Conflicts:     933000 | #Constraints:      50373
964.82/967.70	c #Conflicts:     934000 | #Constraints:      51373
964.82/967.70	c #Conflicts:     935000 | #Constraints:      52374
964.82/967.70	c #Conflicts:     936000 | #Constraints:      53374
964.82/967.70	c #Conflicts:     937000 | #Constraints:      54377
964.82/967.70	c #Conflicts:     938000 | #Constraints:      55379
964.82/967.70	c #Conflicts:     939000 | #Constraints:      56380
964.82/967.70	c #Conflicts:     940000 | #Constraints:      57381
964.82/967.70	c #Conflicts:     941000 | #Constraints:      58381
964.82/967.70	c INPROCESSING
964.82/967.70	c GARBAGE COLLECT
964.82/967.70	c rational objective 922
984.77/987.79	c #Conflicts:     942000 | #Constraints:      40156
984.77/987.79	c #Conflicts:     943000 | #Constraints:      41156
984.77/987.79	c #Conflicts:     944000 | #Constraints:      42156
984.77/987.79	c #Conflicts:     945000 | #Constraints:      43156
984.77/987.79	c #Conflicts:     946000 | #Constraints:      44156
984.77/987.79	c #Conflicts:     947000 | #Constraints:      45157
984.77/987.79	c #Conflicts:     948000 | #Constraints:      46157
984.77/987.79	c #Conflicts:     949000 | #Constraints:      47157
984.77/987.79	c #Conflicts:     950000 | #Constraints:      48157
984.77/987.79	c #Conflicts:     951000 | #Constraints:      49158
984.77/987.79	c #Conflicts:     952000 | #Constraints:      50158
984.77/987.79	c #Conflicts:     953000 | #Constraints:      51158
984.77/987.79	c #Conflicts:     954000 | #Constraints:      52158
984.77/987.79	c #Conflicts:     955000 | #Constraints:      53158
984.77/987.79	c #Conflicts:     956000 | #Constraints:      54158
984.77/987.79	c #Conflicts:     957000 | #Constraints:      55158
984.77/987.79	c #Conflicts:     958000 | #Constraints:      56158
984.77/987.79	c #Conflicts:     959000 | #Constraints:      57158
984.77/987.79	c #Conflicts:     960000 | #Constraints:      58158
984.77/987.79	c #Conflicts:     961000 | #Constraints:      59158
984.77/987.79	c INPROCESSING
984.77/987.79	c GARBAGE COLLECT
984.77/987.79	c rational objective 922
1004.71/1007.79	c #Conflicts:     962000 | #Constraints:      40783
1004.71/1007.79	c #Conflicts:     963000 | #Constraints:      41783
1004.71/1007.79	c #Conflicts:     964000 | #Constraints:      42783
1004.71/1007.79	c #Conflicts:     965000 | #Constraints:      43783
1004.71/1007.79	c #Conflicts:     966000 | #Constraints:      44783
1004.71/1007.79	c #Conflicts:     967000 | #Constraints:      45784
1004.71/1007.79	c #Conflicts:     968000 | #Constraints:      46784
1004.71/1007.79	c #Conflicts:     969000 | #Constraints:      47784
1004.71/1007.79	c #Conflicts:     970000 | #Constraints:      48784
1004.71/1007.79	c #Conflicts:     971000 | #Constraints:      49784
1004.71/1007.79	c #Conflicts:     972000 | #Constraints:      50784
1004.71/1007.79	c #Conflicts:     973000 | #Constraints:      51784
1004.71/1007.79	c #Conflicts:     974000 | #Constraints:      52784
1004.71/1007.79	c #Conflicts:     975000 | #Constraints:      53784
1004.71/1007.79	c #Conflicts:     976000 | #Constraints:      54784
1004.71/1007.79	c #Conflicts:     977000 | #Constraints:      55784
1004.71/1007.79	c #Conflicts:     978000 | #Constraints:      56784
1004.71/1007.79	c #Conflicts:     979000 | #Constraints:      57784
1004.71/1007.79	c #Conflicts:     980000 | #Constraints:      58784
1004.71/1007.79	c #Conflicts:     981000 | #Constraints:      59785
1004.71/1007.79	c INPROCESSING
1004.71/1007.79	c GARBAGE COLLECT
1004.71/1007.79	c rational objective 922
1038.93/1042.06	c #Conflicts:     982000 | #Constraints:      41164
1038.93/1042.06	c #Conflicts:     983000 | #Constraints:      42164
1038.93/1042.06	c #Conflicts:     984000 | #Constraints:      43164
1038.93/1042.06	c #Conflicts:     985000 | #Constraints:      44164
1038.93/1042.06	c #Conflicts:     986000 | #Constraints:      45165
1038.93/1042.06	c #Conflicts:     987000 | #Constraints:      46166
1038.93/1042.06	c #Conflicts:     988000 | #Constraints:      47167
1038.93/1042.06	c #Conflicts:     989000 | #Constraints:      48169
1038.93/1042.06	c #Conflicts:     990000 | #Constraints:      49169
1038.93/1042.06	c #Conflicts:     991000 | #Constraints:      50169
1038.93/1042.06	c #Conflicts:     992000 | #Constraints:      51170
1038.93/1042.06	c #Conflicts:     993000 | #Constraints:      52170
1038.93/1042.06	c #Conflicts:     994000 | #Constraints:      53172
1038.93/1042.06	c #Conflicts:     995000 | #Constraints:      54173
1038.93/1042.06	c #Conflicts:     996000 | #Constraints:      55173
1038.93/1042.06	c #Conflicts:     997000 | #Constraints:      56175
1038.93/1042.06	c #Conflicts:     998000 | #Constraints:      57175
1038.93/1042.06	c #Conflicts:     999000 | #Constraints:      58175
1038.93/1042.06	c #Conflicts:    1000000 | #Constraints:      59177
1038.93/1042.06	c #Conflicts:    1001000 | #Constraints:      60177
1038.93/1042.06	c INPROCESSING
1038.93/1042.06	c GARBAGE COLLECT
1038.93/1042.06	c rational objective 922
1060.35/1063.50	c #Conflicts:    1002000 | #Constraints:      41327
1060.35/1063.50	c #Conflicts:    1003000 | #Constraints:      42327
1060.35/1063.50	c #Conflicts:    1004000 | #Constraints:      43327
1060.35/1063.50	c #Conflicts:    1005000 | #Constraints:      44327
1060.35/1063.50	c #Conflicts:    1006000 | #Constraints:      45327
1060.35/1063.50	c #Conflicts:    1007000 | #Constraints:      46327
1060.35/1063.50	c #Conflicts:    1008000 | #Constraints:      47328
1060.35/1063.50	c #Conflicts:    1009000 | #Constraints:      48328
1060.35/1063.50	c #Conflicts:    1010000 | #Constraints:      49328
1060.35/1063.50	c #Conflicts:    1011000 | #Constraints:      50328
1060.35/1063.50	c #Conflicts:    1012000 | #Constraints:      51328
1060.35/1063.50	c #Conflicts:    1013000 | #Constraints:      52328
1060.35/1063.50	c #Conflicts:    1014000 | #Constraints:      53328
1060.35/1063.50	c #Conflicts:    1015000 | #Constraints:      54328
1060.35/1063.50	c #Conflicts:    1016000 | #Constraints:      55328
1060.35/1063.50	c #Conflicts:    1017000 | #Constraints:      56328
1060.35/1063.50	c #Conflicts:    1018000 | #Constraints:      57329
1060.35/1063.50	c #Conflicts:    1019000 | #Constraints:      58329
1060.35/1063.50	c #Conflicts:    1020000 | #Constraints:      59329
1060.35/1063.50	c #Conflicts:    1021000 | #Constraints:      60329
1060.35/1063.50	c INPROCESSING
1060.35/1063.50	c GARBAGE COLLECT
1060.35/1063.50	c rational objective 922
1085.81/1089.05	c #Conflicts:    1022000 | #Constraints:      41323
1085.81/1089.05	c #Conflicts:    1023000 | #Constraints:      42323
1085.81/1089.05	c #Conflicts:    1024000 | #Constraints:      43323
1085.81/1089.05	c #Conflicts:    1025000 | #Constraints:      44323
1085.81/1089.05	c #Conflicts:    1026000 | #Constraints:      45323
1085.81/1089.05	c #Conflicts:    1027000 | #Constraints:      46324
1085.81/1089.05	c #Conflicts:    1028000 | #Constraints:      47324
1085.81/1089.05	c #Conflicts:    1029000 | #Constraints:      48324
1085.81/1089.05	c #Conflicts:    1030000 | #Constraints:      49324
1085.81/1089.05	c #Conflicts:    1031000 | #Constraints:      50324
1085.81/1089.05	c #Conflicts:    1032000 | #Constraints:      51324
1085.81/1089.05	c #Conflicts:    1033000 | #Constraints:      52324
1085.81/1089.05	c #Conflicts:    1034000 | #Constraints:      53324
1085.81/1089.05	c #Conflicts:    1035000 | #Constraints:      54324
1085.81/1089.05	c #Conflicts:    1036000 | #Constraints:      55324
1085.81/1089.05	c #Conflicts:    1037000 | #Constraints:      56324
1085.81/1089.05	c #Conflicts:    1038000 | #Constraints:      57324
1085.81/1089.05	c #Conflicts:    1039000 | #Constraints:      58324
1085.81/1089.05	c #Conflicts:    1040000 | #Constraints:      59325
1085.81/1089.05	c #Conflicts:    1041000 | #Constraints:      60325
1085.81/1089.05	c INPROCESSING
1085.81/1089.05	c GARBAGE COLLECT
1085.81/1089.05	c rational objective 922
1126.38/1129.73	c #Conflicts:    1042000 | #Constraints:      41109
1126.38/1129.73	c #Conflicts:    1043000 | #Constraints:      42109
1126.38/1129.73	c #Conflicts:    1044000 | #Constraints:      43109
1126.38/1129.73	c #Conflicts:    1045000 | #Constraints:      44109
1126.38/1129.73	c #Conflicts:    1046000 | #Constraints:      45109
1126.38/1129.73	c #Conflicts:    1047000 | #Constraints:      46109
1126.38/1129.73	c #Conflicts:    1048000 | #Constraints:      47110
1126.38/1129.73	c #Conflicts:    1049000 | #Constraints:      48110
1126.38/1129.73	c #Conflicts:    1050000 | #Constraints:      49110
1126.38/1129.73	c #Conflicts:    1051000 | #Constraints:      50111
1126.38/1129.73	c #Conflicts:    1052000 | #Constraints:      51112
1126.38/1129.73	c #Conflicts:    1053000 | #Constraints:      52112
1126.38/1129.73	c #Conflicts:    1054000 | #Constraints:      53113
1126.38/1129.73	c #Conflicts:    1055000 | #Constraints:      54116
1126.38/1129.73	c #Conflicts:    1056000 | #Constraints:      55117
1126.38/1129.73	c #Conflicts:    1057000 | #Constraints:      56117
1126.38/1129.73	c #Conflicts:    1058000 | #Constraints:      57118
1126.38/1129.73	c #Conflicts:    1059000 | #Constraints:      58119
1126.38/1129.73	c #Conflicts:    1060000 | #Constraints:      59121
1126.38/1129.73	c #Conflicts:    1061000 | #Constraints:      60127
1126.38/1129.73	c #Conflicts:    1062000 | #Constraints:      61127
1126.38/1129.73	c INPROCESSING
1126.38/1129.73	c GARBAGE COLLECT
1126.38/1129.73	c rational objective 922
1145.03/1148.40	c #Conflicts:    1063000 | #Constraints:      41794
1145.03/1148.40	c #Conflicts:    1064000 | #Constraints:      42794
1145.03/1148.40	c #Conflicts:    1065000 | #Constraints:      43794
1145.03/1148.40	c #Conflicts:    1066000 | #Constraints:      44794
1145.03/1148.40	c #Conflicts:    1067000 | #Constraints:      45794
1145.03/1148.40	c #Conflicts:    1068000 | #Constraints:      46794
1145.03/1148.40	c #Conflicts:    1069000 | #Constraints:      47795
1145.03/1148.40	c #Conflicts:    1070000 | #Constraints:      48795
1145.03/1148.40	c #Conflicts:    1071000 | #Constraints:      49795
1145.03/1148.40	c #Conflicts:    1072000 | #Constraints:      50795
1145.03/1148.40	c #Conflicts:    1073000 | #Constraints:      51795
1145.03/1148.40	c #Conflicts:    1074000 | #Constraints:      52795
1145.03/1148.40	c #Conflicts:    1075000 | #Constraints:      53796
1145.03/1148.40	c #Conflicts:    1076000 | #Constraints:      54796
1145.03/1148.40	c #Conflicts:    1077000 | #Constraints:      55796
1145.03/1148.40	c #Conflicts:    1078000 | #Constraints:      56797
1145.03/1148.40	c #Conflicts:    1079000 | #Constraints:      57797
1145.03/1148.40	c #Conflicts:    1080000 | #Constraints:      58798
1145.03/1148.40	c #Conflicts:    1081000 | #Constraints:      59798
1145.03/1148.40	c #Conflicts:    1082000 | #Constraints:      60798
1145.03/1148.40	c #Conflicts:    1083000 | #Constraints:      61799
1145.03/1148.40	c INPROCESSING
1145.03/1148.40	c GARBAGE COLLECT
1145.03/1148.40	c rational objective 922
1170.95/1174.42	c #Conflicts:    1084000 | #Constraints:      42226
1170.95/1174.42	c #Conflicts:    1085000 | #Constraints:      43226
1170.95/1174.42	c #Conflicts:    1086000 | #Constraints:      44226
1170.95/1174.42	c #Conflicts:    1087000 | #Constraints:      45226
1170.95/1174.42	c #Conflicts:    1088000 | #Constraints:      46226
1170.95/1174.42	c #Conflicts:    1089000 | #Constraints:      47226
1170.95/1174.42	c #Conflicts:    1090000 | #Constraints:      48226
1170.95/1174.42	c #Conflicts:    1091000 | #Constraints:      49227
1170.95/1174.42	c #Conflicts:    1092000 | #Constraints:      50227
1170.95/1174.42	c #Conflicts:    1093000 | #Constraints:      51227
1170.95/1174.42	c #Conflicts:    1094000 | #Constraints:      52227
1170.95/1174.42	c #Conflicts:    1095000 | #Constraints:      53227
1170.95/1174.42	c #Conflicts:    1096000 | #Constraints:      54227
1170.95/1174.42	c #Conflicts:    1097000 | #Constraints:      55227
1170.95/1174.42	c #Conflicts:    1098000 | #Constraints:      56227
1170.95/1174.42	c #Conflicts:    1099000 | #Constraints:      57227
1170.95/1174.42	c #Conflicts:    1100000 | #Constraints:      58227
1170.95/1174.42	c #Conflicts:    1101000 | #Constraints:      59227
1170.95/1174.42	c #Conflicts:    1102000 | #Constraints:      60227
1170.95/1174.42	c #Conflicts:    1103000 | #Constraints:      61227
1170.95/1174.42	c #Conflicts:    1104000 | #Constraints:      62227
1170.95/1174.42	c INPROCESSING
1170.95/1174.42	c GARBAGE COLLECT
1170.95/1174.42	c rational objective 922
1207.15/1210.70	c #Conflicts:    1105000 | #Constraints:      42437
1207.15/1210.70	c #Conflicts:    1106000 | #Constraints:      43437
1207.15/1210.70	c #Conflicts:    1107000 | #Constraints:      44437
1207.15/1210.70	c #Conflicts:    1108000 | #Constraints:      45437
1207.15/1210.70	c #Conflicts:    1109000 | #Constraints:      46438
1207.15/1210.70	c #Conflicts:    1110000 | #Constraints:      47438
1207.15/1210.70	c #Conflicts:    1111000 | #Constraints:      48438
1207.15/1210.70	c #Conflicts:    1112000 | #Constraints:      49439
1207.15/1210.70	c #Conflicts:    1113000 | #Constraints:      50439
1207.15/1210.70	c #Conflicts:    1114000 | #Constraints:      51442
1207.15/1210.70	c #Conflicts:    1115000 | #Constraints:      52443
1207.15/1210.70	c #Conflicts:    1116000 | #Constraints:      53443
1207.15/1210.70	c #Conflicts:    1117000 | #Constraints:      54443
1207.15/1210.70	c #Conflicts:    1118000 | #Constraints:      55443
1207.15/1210.70	c #Conflicts:    1119000 | #Constraints:      56444
1207.15/1210.70	c #Conflicts:    1120000 | #Constraints:      57444
1207.15/1210.70	c #Conflicts:    1121000 | #Constraints:      58444
1207.15/1210.70	c #Conflicts:    1122000 | #Constraints:      59447
1207.15/1210.70	c #Conflicts:    1123000 | #Constraints:      60460
1207.15/1210.70	c #Conflicts:    1124000 | #Constraints:      61461
1207.15/1210.70	c #Conflicts:    1125000 | #Constraints:      62461
1207.15/1210.70	c INPROCESSING
1207.15/1210.70	c GARBAGE COLLECT
1207.15/1210.70	c rational objective 922
1230.40/1234.10	c #Conflicts:    1126000 | #Constraints:      42417
1230.40/1234.10	c #Conflicts:    1127000 | #Constraints:      43418
1230.40/1234.10	c #Conflicts:    1128000 | #Constraints:      44418
1230.40/1234.10	c #Conflicts:    1129000 | #Constraints:      45418
1230.40/1234.10	c #Conflicts:    1130000 | #Constraints:      46418
1230.40/1234.10	c #Conflicts:    1131000 | #Constraints:      47418
1230.40/1234.10	c #Conflicts:    1132000 | #Constraints:      48418
1230.40/1234.10	c #Conflicts:    1133000 | #Constraints:      49418
1230.40/1234.10	c #Conflicts:    1134000 | #Constraints:      50418
1230.40/1234.10	c #Conflicts:    1135000 | #Constraints:      51418
1230.40/1234.10	c #Conflicts:    1136000 | #Constraints:      52418
1230.40/1234.10	c #Conflicts:    1137000 | #Constraints:      53418
1230.40/1234.10	c #Conflicts:    1138000 | #Constraints:      54418
1230.40/1234.10	c #Conflicts:    1139000 | #Constraints:      55418
1230.40/1234.10	c #Conflicts:    1140000 | #Constraints:      56418
1230.40/1234.10	c #Conflicts:    1141000 | #Constraints:      57418
1230.40/1234.10	c #Conflicts:    1142000 | #Constraints:      58418
1230.40/1234.10	c #Conflicts:    1143000 | #Constraints:      59419
1230.40/1234.10	c #Conflicts:    1144000 | #Constraints:      60419
1230.40/1234.10	c #Conflicts:    1145000 | #Constraints:      61419
1230.40/1234.10	c #Conflicts:    1146000 | #Constraints:      62419
1230.40/1234.10	c INPROCESSING
1230.40/1234.10	c GARBAGE COLLECT
1230.40/1234.10	c rational objective 922
1254.43/1258.18	c #Conflicts:    1147000 | #Constraints:      42273
1254.43/1258.18	c #Conflicts:    1148000 | #Constraints:      43273
1254.43/1258.18	c #Conflicts:    1149000 | #Constraints:      44273
1254.43/1258.18	c #Conflicts:    1150000 | #Constraints:      45273
1254.43/1258.18	c #Conflicts:    1151000 | #Constraints:      46273
1254.43/1258.18	c #Conflicts:    1152000 | #Constraints:      47273
1254.43/1258.18	c #Conflicts:    1153000 | #Constraints:      48273
1254.43/1258.18	c #Conflicts:    1154000 | #Constraints:      49273
1254.43/1258.18	c #Conflicts:    1155000 | #Constraints:      50273
1254.43/1258.18	c #Conflicts:    1156000 | #Constraints:      51273
1254.43/1258.18	c #Conflicts:    1157000 | #Constraints:      52273
1254.43/1258.18	c #Conflicts:    1158000 | #Constraints:      53273
1254.43/1258.18	c #Conflicts:    1159000 | #Constraints:      54273
1254.43/1258.18	c #Conflicts:    1160000 | #Constraints:      55273
1254.43/1258.18	c #Conflicts:    1161000 | #Constraints:      56273
1254.43/1258.18	c #Conflicts:    1162000 | #Constraints:      57274
1254.43/1258.18	c #Conflicts:    1163000 | #Constraints:      58274
1254.43/1258.18	c #Conflicts:    1164000 | #Constraints:      59274
1254.43/1258.18	c #Conflicts:    1165000 | #Constraints:      60274
1254.43/1258.18	c #Conflicts:    1166000 | #Constraints:      61275
1254.43/1258.18	c #Conflicts:    1167000 | #Constraints:      62275
1254.43/1258.18	c #Conflicts:    1168000 | #Constraints:      63275
1254.43/1258.18	c INPROCESSING
1254.43/1258.18	c GARBAGE COLLECT
1254.43/1258.18	c rational objective 922
1277.66/1281.47	c #Conflicts:    1169000 | #Constraints:      42830
1277.66/1281.47	c #Conflicts:    1170000 | #Constraints:      43831
1277.66/1281.47	c #Conflicts:    1171000 | #Constraints:      44831
1277.66/1281.47	c #Conflicts:    1172000 | #Constraints:      45831
1277.66/1281.47	c #Conflicts:    1173000 | #Constraints:      46831
1277.66/1281.47	c #Conflicts:    1174000 | #Constraints:      47832
1277.66/1281.47	c #Conflicts:    1175000 | #Constraints:      48832
1277.66/1281.47	c #Conflicts:    1176000 | #Constraints:      49832
1277.66/1281.47	c #Conflicts:    1177000 | #Constraints:      50832
1277.66/1281.47	c #Conflicts:    1178000 | #Constraints:      51832
1277.66/1281.47	c #Conflicts:    1179000 | #Constraints:      52832
1277.66/1281.47	c #Conflicts:    1180000 | #Constraints:      53832
1277.66/1281.47	c #Conflicts:    1181000 | #Constraints:      54836
1277.66/1281.47	c #Conflicts:    1182000 | #Constraints:      55840
1277.66/1281.47	c #Conflicts:    1183000 | #Constraints:      56848
1277.66/1281.47	c #Conflicts:    1184000 | #Constraints:      57850
1277.66/1281.47	c #Conflicts:    1185000 | #Constraints:      58850
1277.66/1281.47	c #Conflicts:    1186000 | #Constraints:      59852
1277.66/1281.47	c #Conflicts:    1187000 | #Constraints:      60854
1277.66/1281.47	c #Conflicts:    1188000 | #Constraints:      61854
1277.66/1281.47	c #Conflicts:    1189000 | #Constraints:      62854
1277.66/1281.47	c #Conflicts:    1190000 | #Constraints:      63855
1277.66/1281.47	c INPROCESSING
1277.66/1281.47	c GARBAGE COLLECT
1277.66/1281.47	c rational objective 922
1304.20/1308.03	c #Conflicts:    1191000 | #Constraints:      43203
1304.20/1308.03	c #Conflicts:    1192000 | #Constraints:      44203
1304.20/1308.03	c #Conflicts:    1193000 | #Constraints:      45203
1304.20/1308.03	c #Conflicts:    1194000 | #Constraints:      46203
1304.20/1308.03	c #Conflicts:    1195000 | #Constraints:      47203
1304.20/1308.03	c #Conflicts:    1196000 | #Constraints:      48203
1304.20/1308.03	c #Conflicts:    1197000 | #Constraints:      49203
1304.20/1308.03	c #Conflicts:    1198000 | #Constraints:      50203
1304.20/1308.03	c #Conflicts:    1199000 | #Constraints:      51204
1304.20/1308.03	c #Conflicts:    1200000 | #Constraints:      52204
1304.20/1308.03	c #Conflicts:    1201000 | #Constraints:      53204
1304.20/1308.03	c #Conflicts:    1202000 | #Constraints:      54204
1304.20/1308.03	c #Conflicts:    1203000 | #Constraints:      55204
1304.20/1308.03	c #Conflicts:    1204000 | #Constraints:      56204
1304.20/1308.03	c #Conflicts:    1205000 | #Constraints:      57204
1304.20/1308.03	c #Conflicts:    1206000 | #Constraints:      58204
1304.20/1308.03	c #Conflicts:    1207000 | #Constraints:      59205
1304.20/1308.03	c #Conflicts:    1208000 | #Constraints:      60205
1304.20/1308.03	c #Conflicts:    1209000 | #Constraints:      61205
1304.20/1308.03	c #Conflicts:    1210000 | #Constraints:      62205
1304.20/1308.03	c #Conflicts:    1211000 | #Constraints:      63205
1304.20/1308.03	c #Conflicts:    1212000 | #Constraints:      64205
1304.20/1308.03	c INPROCESSING
1304.20/1308.03	c GARBAGE COLLECT
1304.20/1308.03	c rational objective 922
1329.23/1333.12	c #Conflicts:    1213000 | #Constraints:      43394
1329.23/1333.12	c #Conflicts:    1214000 | #Constraints:      44397
1329.23/1333.12	c #Conflicts:    1215000 | #Constraints:      45397
1329.23/1333.12	c #Conflicts:    1216000 | #Constraints:      46397
1329.23/1333.12	c #Conflicts:    1217000 | #Constraints:      47397
1329.23/1333.12	c #Conflicts:    1218000 | #Constraints:      48398
1329.23/1333.12	c #Conflicts:    1219000 | #Constraints:      49400
1329.23/1333.12	c #Conflicts:    1220000 | #Constraints:      50401
1329.23/1333.12	c #Conflicts:    1221000 | #Constraints:      51402
1329.23/1333.12	c #Conflicts:    1222000 | #Constraints:      52402
1329.23/1333.12	c #Conflicts:    1223000 | #Constraints:      53402
1329.23/1333.12	c #Conflicts:    1224000 | #Constraints:      54402
1329.23/1333.12	c #Conflicts:    1225000 | #Constraints:      55404
1329.23/1333.12	c #Conflicts:    1226000 | #Constraints:      56405
1329.23/1333.12	c #Conflicts:    1227000 | #Constraints:      57406
1329.23/1333.12	c #Conflicts:    1228000 | #Constraints:      58407
1329.23/1333.12	c #Conflicts:    1229000 | #Constraints:      59408
1329.23/1333.12	c #Conflicts:    1230000 | #Constraints:      60412
1329.23/1333.12	c #Conflicts:    1231000 | #Constraints:      61413
1329.23/1333.12	c #Conflicts:    1232000 | #Constraints:      62414
1329.23/1333.12	c #Conflicts:    1233000 | #Constraints:      63416
1329.23/1333.12	c #Conflicts:    1234000 | #Constraints:      64416
1329.23/1333.12	c INPROCESSING
1329.23/1333.12	c GARBAGE COLLECT
1329.23/1333.12	c rational objective 922
1353.36/1357.36	c #Conflicts:    1235000 | #Constraints:      43309
1353.36/1357.36	c #Conflicts:    1236000 | #Constraints:      44309
1353.36/1357.36	c #Conflicts:    1237000 | #Constraints:      45309
1353.36/1357.36	c #Conflicts:    1238000 | #Constraints:      46309
1353.36/1357.36	c #Conflicts:    1239000 | #Constraints:      47309
1353.36/1357.36	c #Conflicts:    1240000 | #Constraints:      48309
1353.36/1357.36	c #Conflicts:    1241000 | #Constraints:      49310
1353.36/1357.36	c #Conflicts:    1242000 | #Constraints:      50310
1353.36/1357.36	c #Conflicts:    1243000 | #Constraints:      51310
1353.36/1357.36	c #Conflicts:    1244000 | #Constraints:      52310
1353.36/1357.36	c #Conflicts:    1245000 | #Constraints:      53310
1353.36/1357.36	c #Conflicts:    1246000 | #Constraints:      54310
1353.36/1357.36	c #Conflicts:    1247000 | #Constraints:      55310
1353.36/1357.36	c #Conflicts:    1248000 | #Constraints:      56310
1353.36/1357.36	c #Conflicts:    1249000 | #Constraints:      57310
1353.36/1357.36	c #Conflicts:    1250000 | #Constraints:      58310
1353.36/1357.36	c #Conflicts:    1251000 | #Constraints:      59311
1353.36/1357.36	c #Conflicts:    1252000 | #Constraints:      60311
1353.36/1357.36	c #Conflicts:    1253000 | #Constraints:      61311
1353.36/1357.36	c #Conflicts:    1254000 | #Constraints:      62311
1353.36/1357.36	c #Conflicts:    1255000 | #Constraints:      63311
1353.36/1357.36	c #Conflicts:    1256000 | #Constraints:      64311
1353.36/1357.36	c INPROCESSING
1353.36/1357.36	c GARBAGE COLLECT
1353.36/1357.36	c rational objective 922
1381.47/1385.58	c #Conflicts:    1257000 | #Constraints:      43161
1381.47/1385.58	c #Conflicts:    1258000 | #Constraints:      44162
1381.47/1385.58	c #Conflicts:    1259000 | #Constraints:      45162
1381.47/1385.58	c #Conflicts:    1260000 | #Constraints:      46162
1381.47/1385.58	c #Conflicts:    1261000 | #Constraints:      47162
1381.47/1385.58	c #Conflicts:    1262000 | #Constraints:      48162
1381.47/1385.58	c #Conflicts:    1263000 | #Constraints:      49162
1381.47/1385.58	c #Conflicts:    1264000 | #Constraints:      50162
1381.47/1385.58	c #Conflicts:    1265000 | #Constraints:      51163
1381.47/1385.58	c #Conflicts:    1266000 | #Constraints:      52165
1381.47/1385.58	c #Conflicts:    1267000 | #Constraints:      53165
1381.47/1385.58	c #Conflicts:    1268000 | #Constraints:      54167
1381.47/1385.58	c #Conflicts:    1269000 | #Constraints:      55168
1381.47/1385.58	c #Conflicts:    1270000 | #Constraints:      56170
1381.47/1385.58	c #Conflicts:    1271000 | #Constraints:      57172
1381.47/1385.58	c #Conflicts:    1272000 | #Constraints:      58173
1381.47/1385.58	c #Conflicts:    1273000 | #Constraints:      59174
1381.47/1385.58	c #Conflicts:    1274000 | #Constraints:      60174
1381.47/1385.58	c #Conflicts:    1275000 | #Constraints:      61174
1381.47/1385.58	c #Conflicts:    1276000 | #Constraints:      62175
1381.47/1385.58	c #Conflicts:    1277000 | #Constraints:      63175
1381.47/1385.58	c #Conflicts:    1278000 | #Constraints:      64177
1381.47/1385.58	c #Conflicts:    1279000 | #Constraints:      65177
1381.47/1385.58	c INPROCESSING
1381.47/1385.58	c GARBAGE COLLECT
1381.47/1385.58	c rational objective 922
1397.82/1401.98	c #Conflicts:    1280000 | #Constraints:      43759
1397.82/1401.98	c #Conflicts:    1281000 | #Constraints:      44759
1397.82/1401.98	c #Conflicts:    1282000 | #Constraints:      45759
1397.82/1401.98	c #Conflicts:    1283000 | #Constraints:      46759
1397.82/1401.98	c #Conflicts:    1284000 | #Constraints:      47759
1397.82/1401.98	c #Conflicts:    1285000 | #Constraints:      48760
1397.82/1401.98	c #Conflicts:    1286000 | #Constraints:      49760
1397.82/1401.98	c #Conflicts:    1287000 | #Constraints:      50760
1397.82/1401.98	c #Conflicts:    1288000 | #Constraints:      51760
1397.82/1401.98	c #Conflicts:    1289000 | #Constraints:      52760
1397.82/1401.98	c #Conflicts:    1290000 | #Constraints:      53760
1397.82/1401.98	c #Conflicts:    1291000 | #Constraints:      54760
1397.82/1401.98	c #Conflicts:    1292000 | #Constraints:      55760
1397.82/1401.98	c #Conflicts:    1293000 | #Constraints:      56760
1397.82/1401.98	c #Conflicts:    1294000 | #Constraints:      57760
1397.82/1401.98	c #Conflicts:    1295000 | #Constraints:      58760
1397.82/1401.98	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[4]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[8]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[10]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[22]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[26]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[28]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[36]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[44]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[46]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[50]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[52]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[54]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[56]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[58]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[60]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[62]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[64]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[66]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[68]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[70]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[72]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[74]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[76]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[90]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[92]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[94]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[104]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[108]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[110]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[112]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[126]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[127]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[129]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[132]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[138]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[148]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[154]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[160]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[166]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[170]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[176]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[178]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[184]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[186]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[188]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[204]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[212]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[214]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[216]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[226]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[228]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[230]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[232]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[236]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[240]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[248]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[250]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[254]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[258]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[264]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[266]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[274]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[282]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[284]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[286]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[288]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[292]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[294]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[301]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[302]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[306]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[312]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[320]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[324]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[334]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[340]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[342]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[344]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[346]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[350]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[352]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[354]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[356]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[362]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[364]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[366]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[368]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[374]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[382]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[384]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[386]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[436]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1680]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1686]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1688]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1692]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1694]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1696]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1698]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1700]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1704]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1708]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1710]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1714]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1716]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1722]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1724]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1726]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1728]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1730]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1732]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1734]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1738]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1740]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1742]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1744]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1746]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1750]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1752]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1754]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1756]: 6 -1.00008 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1758]: 6 -1.00009 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1764]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1766]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1768]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1772]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1774]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1778]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1780]: 6 -1.00001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1786]: 6 -1.00006 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1800]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1802]: 6 -1.00004 0 shouldn't be
1397.82/1401.98	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
1406.09/1410.23	c #Conflicts:    1296000 | #Constraints:      59760
1406.09/1410.23	c #Conflicts:    1297000 | #Constraints:      60760
1406.09/1410.23	c #Conflicts:    1298000 | #Constraints:      61760
1406.09/1410.23	c #Conflicts:    1299000 | #Constraints:      62760
1406.09/1410.23	c #Conflicts:    1300000 | #Constraints:      63760
1406.09/1410.23	c #Conflicts:    1301000 | #Constraints:      64760
1406.09/1410.23	c #Conflicts:    1302000 | #Constraints:      65760
1406.09/1410.23	c INPROCESSING
1406.09/1410.23	c GARBAGE COLLECT
1406.09/1410.23	c rational objective 922
1432.12/1436.36	c #Conflicts:    1303000 | #Constraints:      44267
1432.12/1436.36	c #Conflicts:    1304000 | #Constraints:      45267
1432.12/1436.36	c #Conflicts:    1305000 | #Constraints:      46267
1432.12/1436.36	c #Conflicts:    1306000 | #Constraints:      47267
1432.12/1436.36	c #Conflicts:    1307000 | #Constraints:      48268
1432.12/1436.36	c #Conflicts:    1308000 | #Constraints:      49268
1432.12/1436.36	c #Conflicts:    1309000 | #Constraints:      50268
1432.12/1436.36	c #Conflicts:    1310000 | #Constraints:      51269
1432.12/1436.36	c #Conflicts:    1311000 | #Constraints:      52269
1432.12/1436.36	c #Conflicts:    1312000 | #Constraints:      53269
1432.12/1436.36	c #Conflicts:    1313000 | #Constraints:      54269
1432.12/1436.36	c #Conflicts:    1314000 | #Constraints:      55270
1432.12/1436.36	c #Conflicts:    1315000 | #Constraints:      56270
1432.12/1436.36	c #Conflicts:    1316000 | #Constraints:      57272
1432.12/1436.36	c #Conflicts:    1317000 | #Constraints:      58279
1432.12/1436.36	c #Conflicts:    1318000 | #Constraints:      59284
1432.12/1436.36	c #Conflicts:    1319000 | #Constraints:      60289
1432.12/1436.36	c #Conflicts:    1320000 | #Constraints:      61294
1432.12/1436.36	c #Conflicts:    1321000 | #Constraints:      62306
1432.12/1436.36	c #Conflicts:    1322000 | #Constraints:      63331
1432.12/1436.36	c #Conflicts:    1323000 | #Constraints:      64337
1432.12/1436.36	c #Conflicts:    1324000 | #Constraints:      65338
1432.12/1436.36	c #Conflicts:    1325000 | #Constraints:      66339
1432.12/1436.36	c INPROCESSING
1432.12/1436.36	c GARBAGE COLLECT
1432.12/1436.36	c rational objective 922
1439.29/1443.58	c #Conflicts:    1326000 | #Constraints:      44478
1439.29/1443.58	c #Conflicts:    1327000 | #Constraints:      45478
1439.29/1443.58	c #Conflicts:    1328000 | #Constraints:      46479
1439.29/1443.58	c #Conflicts:    1329000 | #Constraints:      47479
1439.29/1443.58	c #Conflicts:    1330000 | #Constraints:      48479
1439.29/1443.58	c #Conflicts:    1331000 | #Constraints:      49479
1439.29/1443.58	c #Conflicts:    1332000 | #Constraints:      50479
1439.29/1443.58	c #Conflicts:    1333000 | #Constraints:      51479
1439.29/1443.58	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[4]: 6 -1.00004 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[6]: 6 -1.0001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[10]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[22]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[28]: 6 -1.00004 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[30]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[36]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[43]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[46]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[52]: 6 -1.0001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[54]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[60]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[62]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[64]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[70]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[74]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[94]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[104]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[108]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[126]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[128]: 6 -1.00004 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[152]: 6 -1.0001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[194]: 6 -1.0001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[274]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[300]: 6 -1.00009 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[305]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[318]: 6 -1.00003 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[344]: 6 -1.0001 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1075]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1118]: 6 -1.00009 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1247]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1333]: 6 -1.00005 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1376]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1764]: 6 -1.00004 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1766]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1792]: 6 -1.00002 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1796]: 6 -1.00007 0 shouldn't be
1439.29/1443.58	WSVECS04 Frhs2[1798]: 6 -1.00002 0 shouldn't be
1453.45/1457.75	c #Conflicts:    1334000 | #Constraints:      52480
1453.45/1457.75	c #Conflicts:    1335000 | #Constraints:      53480
1453.45/1457.75	c #Conflicts:    1336000 | #Constraints:      54480
1453.45/1457.75	c #Conflicts:    1337000 | #Constraints:      55480
1453.45/1457.75	c #Conflicts:    1338000 | #Constraints:      56480
1453.45/1457.75	c #Conflicts:    1339000 | #Constraints:      57480
1453.45/1457.75	c #Conflicts:    1340000 | #Constraints:      58480
1453.45/1457.75	c #Conflicts:    1341000 | #Constraints:      59480
1453.45/1457.75	c #Conflicts:    1342000 | #Constraints:      60480
1453.45/1457.75	c #Conflicts:    1343000 | #Constraints:      61481
1453.45/1457.75	c #Conflicts:    1344000 | #Constraints:      62481
1453.45/1457.75	c #Conflicts:    1345000 | #Constraints:      63481
1453.45/1457.75	c #Conflicts:    1346000 | #Constraints:      64482
1453.45/1457.75	c #Conflicts:    1347000 | #Constraints:      65482
1453.45/1457.75	c #Conflicts:    1348000 | #Constraints:      66482
1453.45/1457.75	c INPROCESSING
1453.45/1457.75	c GARBAGE COLLECT
1453.45/1457.75	c rational objective 922
1487.14/1491.51	c #Conflicts:    1349000 | #Constraints:      44463
1487.14/1491.51	c #Conflicts:    1350000 | #Constraints:      45464
1487.14/1491.51	c #Conflicts:    1351000 | #Constraints:      46464
1487.14/1491.51	c #Conflicts:    1352000 | #Constraints:      47464
1487.14/1491.51	c #Conflicts:    1353000 | #Constraints:      48465
1487.14/1491.51	c #Conflicts:    1354000 | #Constraints:      49465
1487.14/1491.51	c #Conflicts:    1355000 | #Constraints:      50468
1487.14/1491.51	c #Conflicts:    1356000 | #Constraints:      51470
1487.14/1491.51	c #Conflicts:    1357000 | #Constraints:      52470
1487.14/1491.51	c #Conflicts:    1358000 | #Constraints:      53472
1487.14/1491.51	c #Conflicts:    1359000 | #Constraints:      54473
1487.14/1491.51	c #Conflicts:    1360000 | #Constraints:      55473
1487.14/1491.51	c #Conflicts:    1361000 | #Constraints:      56473
1487.14/1491.51	c #Conflicts:    1362000 | #Constraints:      57473
1487.14/1491.51	c #Conflicts:    1363000 | #Constraints:      58475
1487.14/1491.51	c #Conflicts:    1364000 | #Constraints:      59476
1487.14/1491.51	c #Conflicts:    1365000 | #Constraints:      60476
1487.14/1491.51	c #Conflicts:    1366000 | #Constraints:      61476
1487.14/1491.51	c #Conflicts:    1367000 | #Constraints:      62476
1487.14/1491.51	c #Conflicts:    1368000 | #Constraints:      63477
1487.14/1491.51	c #Conflicts:    1369000 | #Constraints:      64477
1487.14/1491.51	c #Conflicts:    1370000 | #Constraints:      65478
1487.14/1491.51	c #Conflicts:    1371000 | #Constraints:      66478
1487.14/1491.51	c INPROCESSING
1487.14/1491.51	c GARBAGE COLLECT
1487.14/1491.51	c rational objective 922
1493.73/1498.16	c #Conflicts:    1372000 | #Constraints:      44222
1493.73/1498.16	c #Conflicts:    1373000 | #Constraints:      45223
1493.73/1498.16	c #Conflicts:    1374000 | #Constraints:      46223
1493.73/1498.16	c #Conflicts:    1375000 | #Constraints:      47223
1493.73/1498.16	c #Conflicts:    1376000 | #Constraints:      48223
1493.73/1498.16	c #Conflicts:    1377000 | #Constraints:      49223
1493.73/1498.16	c #Conflicts:    1378000 | #Constraints:      50223
1493.73/1498.16	WSVECS04 Frhs2[2]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[8]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[10]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[16]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[19]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[20]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[24]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[26]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[36]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[38]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[44]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[50]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[52]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[54]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[62]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[64]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[68]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[70]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[74]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[76]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[82]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[83]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[88]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[96]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[104]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[110]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[112]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[127]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[130]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[134]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[136]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[142]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[146]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[152]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[154]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[156]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[160]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[162]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[166]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[170]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[174]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[180]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[182]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[186]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[192]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[200]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[202]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[204]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[210]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[214]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[216]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[218]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[220]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[222]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[226]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[228]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[230]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[232]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[236]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[240]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[242]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[250]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[252]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[254]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[264]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[266]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[268]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[282]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[284]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[290]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[292]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[294]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[296]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[310]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[314]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[320]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[324]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[336]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[346]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[348]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[354]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[356]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[360]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[364]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[368]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[370]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[376]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[380]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[416]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[436]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[440]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[460]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[478]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[480]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[520]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[522]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[524]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1680]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1682]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1684]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1688]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1692]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1694]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1696]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1698]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1700]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1702]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1704]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1706]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1708]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1710]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1714]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1716]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1722]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1724]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1726]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1728]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1730]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1732]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1734]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1738]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1740]: 6 -1.00001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1742]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1744]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1748]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1750]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1752]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1754]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1756]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1758]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1760]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1761]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1763]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1764]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1768]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1774]: 6 -1.00007 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1776]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1778]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1780]: 6 -1.00006 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1784]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1786]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1788]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1792]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1794]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1798]: 6 -1.00002 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1800]: 6 -1.00003 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1804]: 6 -1.0001 0 shouldn't be
1493.73/1498.16	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
1512.46/1516.95	c #Conflicts:    1379000 | #Constraints:      51223
1512.46/1516.95	c #Conflicts:    1380000 | #Constraints:      52223
1512.46/1516.95	c #Conflicts:    1381000 | #Constraints:      53223
1512.46/1516.95	c #Conflicts:    1382000 | #Constraints:      54223
1512.46/1516.95	c #Conflicts:    1383000 | #Constraints:      55223
1512.46/1516.95	c #Conflicts:    1384000 | #Constraints:      56223
1512.46/1516.95	c #Conflicts:    1385000 | #Constraints:      57223
1512.46/1516.95	c #Conflicts:    1386000 | #Constraints:      58223
1512.46/1516.95	c #Conflicts:    1387000 | #Constraints:      59223
1512.46/1516.95	c #Conflicts:    1388000 | #Constraints:      60223
1512.46/1516.95	c #Conflicts:    1389000 | #Constraints:      61223
1512.46/1516.95	c #Conflicts:    1390000 | #Constraints:      62223
1512.46/1516.95	c #Conflicts:    1391000 | #Constraints:      63223
1512.46/1516.95	c #Conflicts:    1392000 | #Constraints:      64223
1512.46/1516.95	c #Conflicts:    1393000 | #Constraints:      65224
1512.46/1516.95	c #Conflicts:    1394000 | #Constraints:      66224
1512.46/1516.95	c #Conflicts:    1395000 | #Constraints:      67224
1512.46/1516.95	c INPROCESSING
1512.46/1516.95	c GARBAGE COLLECT
1512.46/1516.95	c rational objective 922
1538.18/1542.74	c #Conflicts:    1396000 | #Constraints:      44888
1538.18/1542.74	c #Conflicts:    1397000 | #Constraints:      45888
1538.18/1542.74	c #Conflicts:    1398000 | #Constraints:      46888
1538.18/1542.74	c #Conflicts:    1399000 | #Constraints:      47888
1538.18/1542.74	c #Conflicts:    1400000 | #Constraints:      48888
1538.18/1542.74	c #Conflicts:    1401000 | #Constraints:      49888
1538.18/1542.74	c #Conflicts:    1402000 | #Constraints:      50888
1538.18/1542.74	c #Conflicts:    1403000 | #Constraints:      51889
1538.18/1542.74	c #Conflicts:    1404000 | #Constraints:      52889
1538.18/1542.74	c #Conflicts:    1405000 | #Constraints:      53889
1538.18/1542.74	c #Conflicts:    1406000 | #Constraints:      54889
1538.18/1542.74	c #Conflicts:    1407000 | #Constraints:      55889
1538.18/1542.74	c #Conflicts:    1408000 | #Constraints:      56890
1538.18/1542.74	c #Conflicts:    1409000 | #Constraints:      57890
1538.18/1542.74	c #Conflicts:    1410000 | #Constraints:      58890
1538.18/1542.74	c #Conflicts:    1411000 | #Constraints:      59891
1538.18/1542.74	c #Conflicts:    1412000 | #Constraints:      60891
1538.18/1542.74	c #Conflicts:    1413000 | #Constraints:      61891
1538.18/1542.74	c #Conflicts:    1414000 | #Constraints:      62891
1538.18/1542.74	c #Conflicts:    1415000 | #Constraints:      63891
1538.18/1542.74	c #Conflicts:    1416000 | #Constraints:      64891
1538.18/1542.74	c #Conflicts:    1417000 | #Constraints:      65891
1538.18/1542.74	c #Conflicts:    1418000 | #Constraints:      66891
1538.18/1542.74	c #Conflicts:    1419000 | #Constraints:      67891
1538.18/1542.74	c INPROCESSING
1538.18/1542.74	c GARBAGE COLLECT
1538.18/1542.74	c rational objective 922
1573.57/1578.26	c #Conflicts:    1420000 | #Constraints:      45231
1573.57/1578.26	c #Conflicts:    1421000 | #Constraints:      46232
1573.57/1578.26	c #Conflicts:    1422000 | #Constraints:      47232
1573.57/1578.26	c #Conflicts:    1423000 | #Constraints:      48232
1573.57/1578.26	c #Conflicts:    1424000 | #Constraints:      49232
1573.57/1578.26	c #Conflicts:    1425000 | #Constraints:      50233
1573.57/1578.26	c #Conflicts:    1426000 | #Constraints:      51233
1573.57/1578.26	c #Conflicts:    1427000 | #Constraints:      52233
1573.57/1578.26	c #Conflicts:    1428000 | #Constraints:      53233
1573.57/1578.26	c #Conflicts:    1429000 | #Constraints:      54237
1573.57/1578.26	c #Conflicts:    1430000 | #Constraints:      55237
1573.57/1578.26	c #Conflicts:    1431000 | #Constraints:      56238
1573.57/1578.26	c #Conflicts:    1432000 | #Constraints:      57238
1573.57/1578.26	c #Conflicts:    1433000 | #Constraints:      58238
1573.57/1578.26	c #Conflicts:    1434000 | #Constraints:      59238
1573.57/1578.26	c #Conflicts:    1435000 | #Constraints:      60238
1573.57/1578.26	c #Conflicts:    1436000 | #Constraints:      61239
1573.57/1578.26	c #Conflicts:    1437000 | #Constraints:      62239
1573.57/1578.26	c #Conflicts:    1438000 | #Constraints:      63240
1573.57/1578.26	c #Conflicts:    1439000 | #Constraints:      64240
1573.57/1578.26	c #Conflicts:    1440000 | #Constraints:      65241
1573.57/1578.26	c #Conflicts:    1441000 | #Constraints:      66242
1573.57/1578.26	c #Conflicts:    1442000 | #Constraints:      67243
1573.57/1578.26	c #Conflicts:    1443000 | #Constraints:      68243
1573.57/1578.26	c INPROCESSING
1573.57/1578.26	c GARBAGE COLLECT
1573.57/1578.26	c rational objective 922
1594.21/1598.94	c #Conflicts:    1444000 | #Constraints:      45362
1594.21/1598.94	c #Conflicts:    1445000 | #Constraints:      46362
1594.21/1598.94	c #Conflicts:    1446000 | #Constraints:      47362
1594.21/1598.94	c #Conflicts:    1447000 | #Constraints:      48362
1594.21/1598.94	c #Conflicts:    1448000 | #Constraints:      49362
1594.21/1598.94	c #Conflicts:    1449000 | #Constraints:      50362
1594.21/1598.94	c #Conflicts:    1450000 | #Constraints:      51362
1594.21/1598.94	c #Conflicts:    1451000 | #Constraints:      52362
1594.21/1598.94	c #Conflicts:    1452000 | #Constraints:      53362
1594.21/1598.94	c #Conflicts:    1453000 | #Constraints:      54362
1594.21/1598.94	c #Conflicts:    1454000 | #Constraints:      55362
1594.21/1598.94	c #Conflicts:    1455000 | #Constraints:      56362
1594.21/1598.94	c #Conflicts:    1456000 | #Constraints:      57362
1594.21/1598.94	c #Conflicts:    1457000 | #Constraints:      58363
1594.21/1598.94	c #Conflicts:    1458000 | #Constraints:      59363
1594.21/1598.94	c #Conflicts:    1459000 | #Constraints:      60363
1594.21/1598.94	c #Conflicts:    1460000 | #Constraints:      61363
1594.21/1598.94	c #Conflicts:    1461000 | #Constraints:      62363
1594.21/1598.94	c #Conflicts:    1462000 | #Constraints:      63364
1594.21/1598.94	c #Conflicts:    1463000 | #Constraints:      64364
1594.21/1598.94	c #Conflicts:    1464000 | #Constraints:      65364
1594.21/1598.94	WSVECS04 Frhs2[2]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[4]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[6]: 6 -1.00001 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[10]: 6 -1.0001 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[14]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[18]: 6 -1.00003 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[22]: 6 -1.00002 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[26]: 6 -1.00003 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[30]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[171]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[204]: 6 -1.00004 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[215]: 6 -1.00002 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[247]: 6 -1.00003 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[299]: 6 -1.00005 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[301]: 6 -1.00002 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[302]: 6 -1.00001 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[474]: 6 -1.00004 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[690]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[729]: 6 -1.00007 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[731]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[945]: 6 -1.00006 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[990]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1031]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1076]: 6 -1.00006 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1162]: 6 -1.00003 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1201]: 6 -1.00003 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1204]: 6 0 1.0001 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1247]: 6 -1.00002 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1375]: 6 -1.00007 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1506]: 6 -1.0001 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1592]: 6 -1.00001 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1636]: 6 -1.00002 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1678]: 6 -1.00004 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1686]: 6 -1.00004 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1692]: 6 -1.00005 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1704]: 6 -1.00004 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1706]: 6 -1.00005 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1716]: 6 -1.00008 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1768]: 6 -1.00005 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1773]: 6 0 2.00008 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1782]: 6 -1.00009 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1784]: 6 -1.00005 0 shouldn't be
1594.21/1598.94	WSVECS04 Frhs2[1805]: 6 -1.00007 0 shouldn't be
1598.79/1603.57	c #Conflicts:    1465000 | #Constraints:      66364
1598.79/1603.57	c #Conflicts:    1466000 | #Constraints:      67364
1598.79/1603.57	c #Conflicts:    1467000 | #Constraints:      68364
1598.79/1603.57	c INPROCESSING
1598.79/1603.57	c GARBAGE COLLECT
1598.79/1603.57	c rational objective 922
1628.31/1633.15	c #Conflicts:    1468000 | #Constraints:      45401
1628.31/1633.15	c #Conflicts:    1469000 | #Constraints:      46401
1628.31/1633.15	c #Conflicts:    1470000 | #Constraints:      47401
1628.31/1633.15	c #Conflicts:    1471000 | #Constraints:      48401
1628.31/1633.15	c #Conflicts:    1472000 | #Constraints:      49401
1628.31/1633.15	c #Conflicts:    1473000 | #Constraints:      50401
1628.31/1633.15	c #Conflicts:    1474000 | #Constraints:      51401
1628.31/1633.15	c #Conflicts:    1475000 | #Constraints:      52401
1628.31/1633.15	c #Conflicts:    1476000 | #Constraints:      53402
1628.31/1633.15	c #Conflicts:    1477000 | #Constraints:      54402
1628.31/1633.15	c #Conflicts:    1478000 | #Constraints:      55402
1628.31/1633.15	c #Conflicts:    1479000 | #Constraints:      56402
1628.31/1633.15	c #Conflicts:    1480000 | #Constraints:      57402
1628.31/1633.15	c #Conflicts:    1481000 | #Constraints:      58406
1628.31/1633.15	c #Conflicts:    1482000 | #Constraints:      59413
1628.31/1633.15	c #Conflicts:    1483000 | #Constraints:      60416
1628.31/1633.15	c #Conflicts:    1484000 | #Constraints:      61417
1628.31/1633.15	c #Conflicts:    1485000 | #Constraints:      62417
1628.31/1633.15	c #Conflicts:    1486000 | #Constraints:      63418
1628.31/1633.15	c #Conflicts:    1487000 | #Constraints:      64419
1628.31/1633.15	c #Conflicts:    1488000 | #Constraints:      65420
1628.31/1633.15	c #Conflicts:    1489000 | #Constraints:      66420
1628.31/1633.15	c #Conflicts:    1490000 | #Constraints:      67421
1628.31/1633.15	c #Conflicts:    1491000 | #Constraints:      68422
1628.31/1633.15	c INPROCESSING
1628.31/1633.15	c GARBAGE COLLECT
1628.31/1633.15	c rational objective 922
1656.41/1661.35	c #Conflicts:    1492000 | #Constraints:      45190
1656.41/1661.35	c #Conflicts:    1493000 | #Constraints:      46190
1656.41/1661.35	c #Conflicts:    1494000 | #Constraints:      47190
1656.41/1661.35	c #Conflicts:    1495000 | #Constraints:      48190
1656.41/1661.35	c #Conflicts:    1496000 | #Constraints:      49190
1656.41/1661.35	c #Conflicts:    1497000 | #Constraints:      50190
1656.41/1661.35	c #Conflicts:    1498000 | #Constraints:      51190
1656.41/1661.35	c #Conflicts:    1499000 | #Constraints:      52190
1656.41/1661.35	c #Conflicts:    1500000 | #Constraints:      53190
1656.41/1661.35	c #Conflicts:    1501000 | #Constraints:      54190
1656.41/1661.35	c #Conflicts:    1502000 | #Constraints:      55190
1656.41/1661.35	c #Conflicts:    1503000 | #Constraints:      56190
1656.41/1661.35	c #Conflicts:    1504000 | #Constraints:      57190
1656.41/1661.35	c #Conflicts:    1505000 | #Constraints:      58190
1656.41/1661.35	c #Conflicts:    1506000 | #Constraints:      59190
1656.41/1661.35	c #Conflicts:    1507000 | #Constraints:      60190
1656.41/1661.35	c #Conflicts:    1508000 | #Constraints:      61190
1656.41/1661.35	c #Conflicts:    1509000 | #Constraints:      62190
1656.41/1661.35	c #Conflicts:    1510000 | #Constraints:      63190
1656.41/1661.35	c #Conflicts:    1511000 | #Constraints:      64191
1656.41/1661.35	c #Conflicts:    1512000 | #Constraints:      65191
1656.41/1661.35	c #Conflicts:    1513000 | #Constraints:      66191
1656.41/1661.35	c #Conflicts:    1514000 | #Constraints:      67191
1656.41/1661.35	c #Conflicts:    1515000 | #Constraints:      68191
1656.41/1661.35	c #Conflicts:    1516000 | #Constraints:      69191
1656.41/1661.35	c INPROCESSING
1656.41/1661.35	c GARBAGE COLLECT
1656.41/1661.35	c rational objective 922
1689.90/1695.01	c #Conflicts:    1517000 | #Constraints:      45921
1689.90/1695.01	c #Conflicts:    1518000 | #Constraints:      46921
1689.90/1695.01	c #Conflicts:    1519000 | #Constraints:      47922
1689.90/1695.01	c #Conflicts:    1520000 | #Constraints:      48922
1689.90/1695.01	c #Conflicts:    1521000 | #Constraints:      49922
1689.90/1695.01	c #Conflicts:    1522000 | #Constraints:      50923
1689.90/1695.01	c #Conflicts:    1523000 | #Constraints:      51924
1689.90/1695.01	c #Conflicts:    1524000 | #Constraints:      52925
1689.90/1695.01	c #Conflicts:    1525000 | #Constraints:      53925
1689.90/1695.01	c #Conflicts:    1526000 | #Constraints:      54925
1689.90/1695.01	c #Conflicts:    1527000 | #Constraints:      55925
1689.90/1695.01	c #Conflicts:    1528000 | #Constraints:      56925
1689.90/1695.01	c #Conflicts:    1529000 | #Constraints:      57925
1689.90/1695.01	c #Conflicts:    1530000 | #Constraints:      58925
1689.90/1695.01	c #Conflicts:    1531000 | #Constraints:      59926
1689.90/1695.01	c #Conflicts:    1532000 | #Constraints:      60928
1689.90/1695.01	c #Conflicts:    1533000 | #Constraints:      61929
1689.90/1695.01	c #Conflicts:    1534000 | #Constraints:      62930
1689.90/1695.01	c #Conflicts:    1535000 | #Constraints:      63931
1689.90/1695.01	c #Conflicts:    1536000 | #Constraints:      64931
1689.90/1695.01	c #Conflicts:    1537000 | #Constraints:      65932
1689.90/1695.01	c #Conflicts:    1538000 | #Constraints:      66933
1689.90/1695.01	c #Conflicts:    1539000 | #Constraints:      67934
1689.90/1695.01	c #Conflicts:    1540000 | #Constraints:      68934
1689.90/1695.01	c #Conflicts:    1541000 | #Constraints:      69934
1689.90/1695.01	c INPROCESSING
1689.90/1695.01	c GARBAGE COLLECT
1689.90/1695.01	c rational objective 922
1723.01/1728.19	c #Conflicts:    1542000 | #Constraints:      46225
1723.01/1728.19	c #Conflicts:    1543000 | #Constraints:      47225
1723.01/1728.19	c #Conflicts:    1544000 | #Constraints:      48225
1723.01/1728.19	c #Conflicts:    1545000 | #Constraints:      49225
1723.01/1728.19	c #Conflicts:    1546000 | #Constraints:      50226
1723.01/1728.19	c #Conflicts:    1547000 | #Constraints:      51226
1723.01/1728.19	c #Conflicts:    1548000 | #Constraints:      52226
1723.01/1728.19	c #Conflicts:    1549000 | #Constraints:      53226
1723.01/1728.19	c #Conflicts:    1550000 | #Constraints:      54226
1723.01/1728.19	c #Conflicts:    1551000 | #Constraints:      55226
1723.01/1728.19	c #Conflicts:    1552000 | #Constraints:      56226
1723.01/1728.19	c #Conflicts:    1553000 | #Constraints:      57226
1723.01/1728.19	c #Conflicts:    1554000 | #Constraints:      58226
1723.01/1728.19	c #Conflicts:    1555000 | #Constraints:      59226
1723.01/1728.19	c #Conflicts:    1556000 | #Constraints:      60226
1723.01/1728.19	c #Conflicts:    1557000 | #Constraints:      61226
1723.01/1728.19	c #Conflicts:    1558000 | #Constraints:      62226
1723.01/1728.19	c #Conflicts:    1559000 | #Constraints:      63226
1723.01/1728.19	c #Conflicts:    1560000 | #Constraints:      64226
1723.01/1728.19	c #Conflicts:    1561000 | #Constraints:      65226
1723.01/1728.19	c #Conflicts:    1562000 | #Constraints:      66226
1723.01/1728.19	c #Conflicts:    1563000 | #Constraints:      67226
1723.01/1728.19	c #Conflicts:    1564000 | #Constraints:      68226
1723.01/1728.19	c #Conflicts:    1565000 | #Constraints:      69226
1723.01/1728.19	c #Conflicts:    1566000 | #Constraints:      70226
1723.01/1728.19	c INPROCESSING
1723.01/1728.19	c GARBAGE COLLECT
1723.01/1728.19	c rational objective 922
1748.61/1753.86	c #Conflicts:    1567000 | #Constraints:      46475
1748.61/1753.86	c #Conflicts:    1568000 | #Constraints:      47475
1748.61/1753.86	c #Conflicts:    1569000 | #Constraints:      48475
1748.61/1753.86	c #Conflicts:    1570000 | #Constraints:      49475
1748.61/1753.86	c #Conflicts:    1571000 | #Constraints:      50476
1748.61/1753.86	c #Conflicts:    1572000 | #Constraints:      51476
1748.61/1753.86	c #Conflicts:    1573000 | #Constraints:      52476
1748.61/1753.86	c #Conflicts:    1574000 | #Constraints:      53476
1748.61/1753.86	c #Conflicts:    1575000 | #Constraints:      54477
1748.61/1753.86	c #Conflicts:    1576000 | #Constraints:      55477
1748.61/1753.86	c #Conflicts:    1577000 | #Constraints:      56478
1748.61/1753.86	c #Conflicts:    1578000 | #Constraints:      57478
1748.61/1753.86	c #Conflicts:    1579000 | #Constraints:      58478
1748.61/1753.86	c #Conflicts:    1580000 | #Constraints:      59480
1748.61/1753.86	c #Conflicts:    1581000 | #Constraints:      60481
1748.61/1753.86	c #Conflicts:    1582000 | #Constraints:      61482
1748.61/1753.86	c #Conflicts:    1583000 | #Constraints:      62484
1748.61/1753.86	c #Conflicts:    1584000 | #Constraints:      63485
1748.61/1753.86	c #Conflicts:    1585000 | #Constraints:      64485
1748.61/1753.86	c #Conflicts:    1586000 | #Constraints:      65485
1748.61/1753.86	c #Conflicts:    1587000 | #Constraints:      66486
1748.61/1753.86	c #Conflicts:    1588000 | #Constraints:      67486
1748.61/1753.86	c #Conflicts:    1589000 | #Constraints:      68486
1748.61/1753.86	c #Conflicts:    1590000 | #Constraints:      69488
1748.61/1753.86	c #Conflicts:    1591000 | #Constraints:      70490
1748.61/1753.86	c INPROCESSING
1748.61/1753.86	c GARBAGE COLLECT
1748.61/1753.86	c rational objective 922
1783.71/1789.02	c #Conflicts:    1592000 | #Constraints:      46399
1783.71/1789.02	c #Conflicts:    1593000 | #Constraints:      47399
1783.71/1789.02	c #Conflicts:    1594000 | #Constraints:      48399
1783.71/1789.02	c #Conflicts:    1595000 | #Constraints:      49399
1783.71/1789.02	c #Conflicts:    1596000 | #Constraints:      50399
1783.71/1789.02	c #Conflicts:    1597000 | #Constraints:      51400
1783.71/1789.02	c #Conflicts:    1598000 | #Constraints:      52400
1783.71/1789.02	c #Conflicts:    1599000 | #Constraints:      53400
1783.71/1789.02	c #Conflicts:    1600000 | #Constraints:      54400
1783.71/1789.02	c #Conflicts:    1601000 | #Constraints:      55400
1783.71/1789.02	c #Conflicts:    1602000 | #Constraints:      56401
1783.71/1789.02	c #Conflicts:    1603000 | #Constraints:      57401
1783.71/1789.02	c #Conflicts:    1604000 | #Constraints:      58401
1783.71/1789.02	c #Conflicts:    1605000 | #Constraints:      59401
1783.71/1789.02	c #Conflicts:    1606000 | #Constraints:      60402
1783.71/1789.02	c #Conflicts:    1607000 | #Constraints:      61402
1783.71/1789.02	c #Conflicts:    1608000 | #Constraints:      62402
1783.71/1789.02	c #Conflicts:    1609000 | #Constraints:      63402
1783.71/1789.02	c #Conflicts:    1610000 | #Constraints:      64402
1783.71/1789.02	c #Conflicts:    1611000 | #Constraints:      65402
1783.71/1789.02	c #Conflicts:    1612000 | #Constraints:      66402
1783.71/1789.02	c #Conflicts:    1613000 | #Constraints:      67402
1783.71/1789.02	c #Conflicts:    1614000 | #Constraints:      68402
1783.71/1789.02	c #Conflicts:    1615000 | #Constraints:      69402
1783.71/1789.02	c #Conflicts:    1616000 | #Constraints:      70403
1783.71/1789.02	c INPROCESSING
1783.71/1789.02	c GARBAGE COLLECT
1783.71/1789.02	c rational objective 922
1848.50/1854.10	c #Conflicts:    1617000 | #Constraints:      46220
1848.50/1854.10	c #Conflicts:    1618000 | #Constraints:      47220
1848.50/1854.10	c #Conflicts:    1619000 | #Constraints:      48221
1848.50/1854.10	c #Conflicts:    1620000 | #Constraints:      49221
1848.50/1854.10	c #Conflicts:    1621000 | #Constraints:      50221
1848.50/1854.10	c #Conflicts:    1622000 | #Constraints:      51222
1848.50/1854.10	c #Conflicts:    1623000 | #Constraints:      52222
1848.50/1854.10	c #Conflicts:    1624000 | #Constraints:      53222
1848.50/1854.10	c #Conflicts:    1625000 | #Constraints:      54222
1848.50/1854.10	c #Conflicts:    1626000 | #Constraints:      55222
1848.50/1854.10	c #Conflicts:    1627000 | #Constraints:      56222
1848.50/1854.10	c #Conflicts:    1628000 | #Constraints:      57222
1848.50/1854.10	c #Conflicts:    1629000 | #Constraints:      58222
1848.50/1854.10	c #Conflicts:    1630000 | #Constraints:      59222
1848.50/1854.10	c #Conflicts:    1631000 | #Constraints:      60222
1848.50/1854.10	c #Conflicts:    1632000 | #Constraints:      61223
1848.50/1854.10	c #Conflicts:    1633000 | #Constraints:      62223
1848.50/1854.10	c #Conflicts:    1634000 | #Constraints:      63223
1848.50/1854.10	c #Conflicts:    1635000 | #Constraints:      64223
1848.50/1854.10	WSVECS04 Frhs2[5]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[25]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[27]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[29]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[31]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[39]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[75]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[83]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[86]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[115]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[117]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[133]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[143]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[169]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[205]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[217]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[218]: 6 0 1.00001 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[241]: 6 -1.0001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[273]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[283]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[347]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[351]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[387]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[407]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[417]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[419]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[421]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[431]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[471]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[476]: 6 0 1.00005 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[511]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[513]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[516]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[517]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[533]: 6 -1.0001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[541]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[557]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[560]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[625]: 6 -1.0001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[635]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[647]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[654]: 6 0 1.00004 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[656]: 6 0 1.00004 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[668]: 6 0 1.00002 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[673]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[693]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[694]: 6 0 1.00005 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[700]: 6 0 1.00004 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[703]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[778]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[817]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[818]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[821]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[861]: 6 0 1.00004 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[862]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[863]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[869]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[901]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[947]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[977]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[989]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[990]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[994]: 6 0 1.00004 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1003]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1004]: 6 0 1.00004 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1034]: 6 0 2.00003 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1038]: 6 0 3.00003 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1048]: 6 0 1.00009 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1073]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1075]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1082]: 6 0 1.00005 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1099]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1107]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1168]: 6 0 1.00008 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1177]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1203]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1228]: 6 0 1.00005 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1231]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1247]: 6 -1.0001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1317]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1333]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1355]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1363]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1375]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1376]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1377]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1415]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1417]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1421]: 6 -1.00003 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1467]: 6 -1.0001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1482]: 6 0 1.00003 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1549]: 6 -1.0001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1553]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1574]: 6 0 1.00009 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1585]: 6 -1.00001 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1592]: 6 0 1.00006 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1665]: 6 -1.00004 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1673]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1715]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1720]: 6 -1.00005 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1761]: 6 -1.00008 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1762]: 6 -1.00006 0 shouldn't be
1848.50/1854.10	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
1887.17/1892.80	c #Conflicts:    1636000 | #Constraints:      65223
1887.17/1892.80	c #Conflicts:    1637000 | #Constraints:      66223
1887.17/1892.80	c #Conflicts:    1638000 | #Constraints:      67223
1887.17/1892.80	c #Conflicts:    1639000 | #Constraints:      68223
1887.17/1892.80	c #Conflicts:    1640000 | #Constraints:      69223
1887.17/1892.80	c #Conflicts:    1641000 | #Constraints:      70223
1887.17/1892.80	c #Conflicts:    1642000 | #Constraints:      71223
1887.17/1892.80	c INPROCESSING
1887.17/1892.80	c GARBAGE COLLECT
1887.17/1892.80	c rational objective 922
1893.15/1898.82	c #Conflicts:    1643000 | #Constraints:      46775
1893.15/1898.82	c #Conflicts:    1644000 | #Constraints:      47775
1893.15/1898.82	c #Conflicts:    1645000 | #Constraints:      48776
1893.15/1898.82	c #Conflicts:    1646000 | #Constraints:      49776
1893.15/1898.82	c #Conflicts:    1647000 | #Constraints:      50776
1893.15/1898.82	c #Conflicts:    1648000 | #Constraints:      51776
1893.15/1898.82	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[6]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[10]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[26]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[43]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[50]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[52]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[60]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[62]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[64]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[66]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[68]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[70]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[94]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[96]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[102]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[106]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[108]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[114]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[118]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[132]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[138]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[140]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[154]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[158]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[160]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[178]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[180]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[182]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[186]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[200]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[204]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[206]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[208]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[210]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[213]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[215]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[222]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[224]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[226]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[230]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[242]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[246]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[254]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[260]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[262]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[264]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[266]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[268]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[280]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[284]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[288]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[290]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[292]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[294]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[296]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[298]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[299]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[302]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[310]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[312]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[314]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[320]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[324]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[326]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[330]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[332]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[334]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[336]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[338]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[340]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[341]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[348]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[354]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[356]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[360]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[364]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[366]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[378]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[382]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[387]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[388]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[394]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[398]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[400]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[402]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[410]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[412]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[414]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[420]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[434]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[438]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[442]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[448]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[458]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[460]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[480]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[486]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[490]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[492]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[494]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[496]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[498]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[504]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[520]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[524]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[526]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[530]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[532]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[534]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[536]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[538]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[540]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[564]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[566]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[568]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[570]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[574]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[588]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[590]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[603]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[610]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[612]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[614]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[616]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[618]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[620]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[622]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[626]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[630]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[632]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[634]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[688]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[689]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[733]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[774]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[775]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[816]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[819]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[858]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[860]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[861]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[905]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[944]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[946]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[947]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[988]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[991]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1032]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1033]: 6 -5.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1118]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1119]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1163]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1291]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1424]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1428]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1430]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1432]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1438]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1442]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1444]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1448]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1466]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1470]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1472]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1476]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1478]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1480]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1482]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1484]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1486]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1488]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1490]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1492]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1512]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1514]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1516]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1518]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1520]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1524]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1526]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1528]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1532]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1538]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1550]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1552]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1556]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1558]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1560]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1566]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1568]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1572]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1576]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1580]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1582]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1592]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1594]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1596]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1598]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1600]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1604]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1608]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1610]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1612]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1616]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1618]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1620]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1622]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1624]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1626]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1636]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1638]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1640]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1646]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1652]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1654]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1656]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1658]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1660]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1662]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1666]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1668]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1680]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1682]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1684]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1688]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1692]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1694]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1696]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1698]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1700]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1702]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1704]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1706]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1708]: 6 -1.00004 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1710]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1712]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1722]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1724]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1726]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1730]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1734]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1738]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1740]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1742]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1744]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1748]: 6 -1.00001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1752]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1754]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1763]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1764]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1768]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1770]: 6 -1.00006 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1772]: 6 -1.00002 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1774]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1776]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1780]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1782]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1784]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1786]: 6 -1.00007 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1788]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1790]: 6 -1.0001 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1794]: 6 -1.00005 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
1893.15/1898.82	WSVECS04 Frhs2[1798]: 6 -1.0001 0 shouldn't be
1918.78/1924.51	c #Conflicts:    1649000 | #Constraints:      52776
1918.78/1924.51	c #Conflicts:    1650000 | #Constraints:      53776
1918.78/1924.51	c #Conflicts:    1651000 | #Constraints:      54776
1918.78/1924.51	c #Conflicts:    1652000 | #Constraints:      55776
1918.78/1924.51	c #Conflicts:    1653000 | #Constraints:      56776
1918.78/1924.51	c #Conflicts:    1654000 | #Constraints:      57776
1918.78/1924.51	c #Conflicts:    1655000 | #Constraints:      58776
1918.78/1924.51	c #Conflicts:    1656000 | #Constraints:      59776
1918.78/1924.51	c #Conflicts:    1657000 | #Constraints:      60776
1918.78/1924.51	c #Conflicts:    1658000 | #Constraints:      61776
1918.78/1924.51	c #Conflicts:    1659000 | #Constraints:      62777
1918.78/1924.51	c #Conflicts:    1660000 | #Constraints:      63777
1918.78/1924.51	c #Conflicts:    1661000 | #Constraints:      64777
1918.78/1924.51	c #Conflicts:    1662000 | #Constraints:      65777
1918.78/1924.51	c #Conflicts:    1663000 | #Constraints:      66777
1918.78/1924.51	c #Conflicts:    1664000 | #Constraints:      67777
1918.78/1924.51	c #Conflicts:    1665000 | #Constraints:      68777
1918.78/1924.51	c #Conflicts:    1666000 | #Constraints:      69777
1918.78/1924.51	c #Conflicts:    1667000 | #Constraints:      70777
1918.78/1924.51	c #Conflicts:    1668000 | #Constraints:      71777
1918.78/1924.51	c INPROCESSING
1918.78/1924.51	c GARBAGE COLLECT
1918.78/1924.51	c rational objective 922
1942.80/1948.66	c #Conflicts:    1669000 | #Constraints:      47266
1942.80/1948.66	c #Conflicts:    1670000 | #Constraints:      48266
1942.80/1948.66	c #Conflicts:    1671000 | #Constraints:      49266
1942.80/1948.66	c #Conflicts:    1672000 | #Constraints:      50266
1942.80/1948.66	c #Conflicts:    1673000 | #Constraints:      51266
1942.80/1948.66	c #Conflicts:    1674000 | #Constraints:      52267
1942.80/1948.66	c #Conflicts:    1675000 | #Constraints:      53267
1942.80/1948.66	c #Conflicts:    1676000 | #Constraints:      54267
1942.80/1948.66	c #Conflicts:    1677000 | #Constraints:      55267
1942.80/1948.66	c #Conflicts:    1678000 | #Constraints:      56267
1942.80/1948.66	c #Conflicts:    1679000 | #Constraints:      57267
1942.80/1948.66	c #Conflicts:    1680000 | #Constraints:      58267
1942.80/1948.66	c #Conflicts:    1681000 | #Constraints:      59268
1942.80/1948.66	c #Conflicts:    1682000 | #Constraints:      60268
1942.80/1948.66	c #Conflicts:    1683000 | #Constraints:      61268
1942.80/1948.66	c #Conflicts:    1684000 | #Constraints:      62268
1942.80/1948.66	c #Conflicts:    1685000 | #Constraints:      63268
1942.80/1948.66	c #Conflicts:    1686000 | #Constraints:      64268
1942.80/1948.66	c #Conflicts:    1687000 | #Constraints:      65268
1942.80/1948.66	c #Conflicts:    1688000 | #Constraints:      66268
1942.80/1948.66	c bounds 924 >= 923 @ 1926.4
1951.47/1957.37	c #Conflicts:    1689000 | #Constraints:      67316
1951.47/1957.37	c #Conflicts:    1690000 | #Constraints:      68316
1951.47/1957.37	c #Conflicts:    1691000 | #Constraints:      69316
1951.47/1957.37	c #Conflicts:    1692000 | #Constraints:      70316
1951.47/1957.37	c #Conflicts:    1693000 | #Constraints:      71316
1951.47/1957.37	c #Conflicts:    1694000 | #Constraints:      72316
1951.47/1957.37	c INPROCESSING
1951.47/1957.37	c GARBAGE COLLECT
1951.47/1957.37	c rational objective 923
1987.56/1993.50	c #Conflicts:    1695000 | #Constraints:      47573
1987.56/1993.50	c #Conflicts:    1696000 | #Constraints:      48573
1987.56/1993.50	c #Conflicts:    1697000 | #Constraints:      49573
1987.56/1993.50	c #Conflicts:    1698000 | #Constraints:      50573
1987.56/1993.50	c #Conflicts:    1699000 | #Constraints:      51573
1987.56/1993.50	c #Conflicts:    1700000 | #Constraints:      52573
1987.56/1993.50	c #Conflicts:    1701000 | #Constraints:      53573
1987.56/1993.50	c #Conflicts:    1702000 | #Constraints:      54573
1987.56/1993.50	c #Conflicts:    1703000 | #Constraints:      55573
1987.56/1993.50	c #Conflicts:    1704000 | #Constraints:      56574
1987.56/1993.50	c #Conflicts:    1705000 | #Constraints:      57574
1987.56/1993.50	c #Conflicts:    1706000 | #Constraints:      58574
1987.56/1993.50	c #Conflicts:    1707000 | #Constraints:      59576
1987.56/1993.50	c #Conflicts:    1708000 | #Constraints:      60576
1987.56/1993.50	c #Conflicts:    1709000 | #Constraints:      61576
1987.56/1993.50	c #Conflicts:    1710000 | #Constraints:      62577
1987.56/1993.50	c #Conflicts:    1711000 | #Constraints:      63577
1987.56/1993.50	c #Conflicts:    1712000 | #Constraints:      64577
1987.56/1993.50	c #Conflicts:    1713000 | #Constraints:      65577
1987.56/1993.50	c #Conflicts:    1714000 | #Constraints:      66577
1987.56/1993.50	c #Conflicts:    1715000 | #Constraints:      67577
1987.56/1993.50	c #Conflicts:    1716000 | #Constraints:      68577
1987.56/1993.50	c #Conflicts:    1717000 | #Constraints:      69577
1987.56/1993.50	c #Conflicts:    1718000 | #Constraints:      70578
1987.56/1993.50	c #Conflicts:    1719000 | #Constraints:      71578
1987.56/1993.50	c #Conflicts:    1720000 | #Constraints:      72578
1987.56/1993.50	c INPROCESSING
1987.56/1993.50	c GARBAGE COLLECT
1987.56/1993.50	c rational objective 923
2022.65/2028.72	c #Conflicts:    1721000 | #Constraints:      47471
2022.65/2028.72	c #Conflicts:    1722000 | #Constraints:      48471
2022.65/2028.72	c #Conflicts:    1723000 | #Constraints:      49471
2022.65/2028.72	c #Conflicts:    1724000 | #Constraints:      50471
2022.65/2028.72	c #Conflicts:    1725000 | #Constraints:      51471
2022.65/2028.72	c #Conflicts:    1726000 | #Constraints:      52471
2022.65/2028.72	c #Conflicts:    1727000 | #Constraints:      53472
2022.65/2028.72	c #Conflicts:    1728000 | #Constraints:      54472
2022.65/2028.72	c #Conflicts:    1729000 | #Constraints:      55472
2022.65/2028.72	c #Conflicts:    1730000 | #Constraints:      56473
2022.65/2028.72	c #Conflicts:    1731000 | #Constraints:      57473
2022.65/2028.72	c #Conflicts:    1732000 | #Constraints:      58473
2022.65/2028.72	c #Conflicts:    1733000 | #Constraints:      59473
2022.65/2028.72	c #Conflicts:    1734000 | #Constraints:      60473
2022.65/2028.72	c #Conflicts:    1735000 | #Constraints:      61473
2022.65/2028.72	c #Conflicts:    1736000 | #Constraints:      62474
2022.65/2028.72	c #Conflicts:    1737000 | #Constraints:      63474
2022.65/2028.72	c #Conflicts:    1738000 | #Constraints:      64474
2022.65/2028.72	c #Conflicts:    1739000 | #Constraints:      65474
2022.65/2028.72	c #Conflicts:    1740000 | #Constraints:      66474
2022.65/2028.72	c #Conflicts:    1741000 | #Constraints:      67475
2022.65/2028.72	c #Conflicts:    1742000 | #Constraints:      68475
2022.65/2028.72	c #Conflicts:    1743000 | #Constraints:      69475
2022.65/2028.72	c #Conflicts:    1744000 | #Constraints:      70475
2022.65/2028.72	c #Conflicts:    1745000 | #Constraints:      71476
2022.65/2028.72	c #Conflicts:    1746000 | #Constraints:      72477
2022.65/2028.72	c INPROCESSING
2022.65/2028.72	c GARBAGE COLLECT
2022.65/2028.72	c rational objective 923
2062.31/2068.58	c #Conflicts:    1747000 | #Constraints:      47227
2062.31/2068.58	c #Conflicts:    1748000 | #Constraints:      48228
2062.31/2068.58	c #Conflicts:    1749000 | #Constraints:      49228
2062.31/2068.58	c #Conflicts:    1750000 | #Constraints:      50228
2062.31/2068.58	c #Conflicts:    1751000 | #Constraints:      51228
2062.31/2068.58	c #Conflicts:    1752000 | #Constraints:      52228
2062.31/2068.58	c #Conflicts:    1753000 | #Constraints:      53228
2062.31/2068.58	c #Conflicts:    1754000 | #Constraints:      54228
2062.31/2068.58	c #Conflicts:    1755000 | #Constraints:      55229
2062.31/2068.58	c #Conflicts:    1756000 | #Constraints:      56229
2062.31/2068.58	c #Conflicts:    1757000 | #Constraints:      57230
2062.31/2068.58	c #Conflicts:    1758000 | #Constraints:      58230
2062.31/2068.58	c #Conflicts:    1759000 | #Constraints:      59230
2062.31/2068.58	c #Conflicts:    1760000 | #Constraints:      60230
2062.31/2068.58	c #Conflicts:    1761000 | #Constraints:      61230
2062.31/2068.58	c #Conflicts:    1762000 | #Constraints:      62230
2062.31/2068.58	c #Conflicts:    1763000 | #Constraints:      63231
2062.31/2068.58	c #Conflicts:    1764000 | #Constraints:      64231
2062.31/2068.58	c #Conflicts:    1765000 | #Constraints:      65231
2062.31/2068.58	c #Conflicts:    1766000 | #Constraints:      66231
2062.31/2068.58	c #Conflicts:    1767000 | #Constraints:      67231
2062.31/2068.58	c #Conflicts:    1768000 | #Constraints:      68231
2062.31/2068.58	c #Conflicts:    1769000 | #Constraints:      69232
2062.31/2068.58	c #Conflicts:    1770000 | #Constraints:      70233
2062.31/2068.58	c #Conflicts:    1771000 | #Constraints:      71233
2062.31/2068.58	c #Conflicts:    1772000 | #Constraints:      72233
2062.31/2068.58	c #Conflicts:    1773000 | #Constraints:      73233
2062.31/2068.58	c INPROCESSING
2062.31/2068.58	c GARBAGE COLLECT
2062.31/2068.58	c rational objective 923
2077.47/2083.70	c #Conflicts:    1774000 | #Constraints:      47810
2077.47/2083.70	c #Conflicts:    1775000 | #Constraints:      48810
2077.47/2083.70	c #Conflicts:    1776000 | #Constraints:      49810
2077.47/2083.70	c #Conflicts:    1777000 | #Constraints:      50810
2077.47/2083.70	c #Conflicts:    1778000 | #Constraints:      51810
2077.47/2083.70	c #Conflicts:    1779000 | #Constraints:      52810
2077.47/2083.70	c #Conflicts:    1780000 | #Constraints:      53810
2077.47/2083.70	c #Conflicts:    1781000 | #Constraints:      54811
2077.47/2083.70	c #Conflicts:    1782000 | #Constraints:      55811
2077.47/2083.70	c #Conflicts:    1783000 | #Constraints:      56811
2077.47/2083.70	c #Conflicts:    1784000 | #Constraints:      57811
2077.47/2083.70	c #Conflicts:    1785000 | #Constraints:      58811
2077.47/2083.70	c #Conflicts:    1786000 | #Constraints:      59811
2077.47/2083.70	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[7]: 6 0 1.00009 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[16]: 6 -1.00002 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[27]: 6 0 1.00008 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[29]: 6 0 1.00003 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[31]: 6 0 2.00008 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[37]: 6 0 2.00009 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[57]: 6 0 1.00003 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[59]: 6 0 1.00008 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[82]: 6 -1.00001 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[122]: 6 -1.0001 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[154]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[155]: 6 0 1.00004 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[162]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[194]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[215]: 6 -1.00008 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[217]: 6 0 1.00009 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[228]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[294]: 6 -1.00008 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[304]: 6 -1.00001 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[336]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[380]: 6 -1.00001 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[424]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[508]: 6 -1.0001 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[562]: 6 -1.00004 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[862]: 6 -1.00002 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[940]: 6 -1.00002 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[948]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[980]: 6 -1.00004 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1024]: 6 -1.00007 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1680]: 6 -1.00008 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1684]: 6 -1.00001 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1692]: 6 -1.00006 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1698]: 6 -1.00005 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1700]: 6 -1.00001 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1702]: 6 -1.00006 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1704]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1714]: 6 -1.00007 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1716]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1722]: 6 -1.00002 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1723]: 6 0 1.00003 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1739]: 6 0 1.00003 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1752]: 6 -1.00008 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1754]: 6 -1.00009 0 shouldn't be
2077.47/2083.70	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
2099.20/2105.52	c #Conflicts:    1787000 | #Constraints:      60811
2099.20/2105.52	c #Conflicts:    1788000 | #Constraints:      61811
2099.20/2105.52	c #Conflicts:    1789000 | #Constraints:      62811
2099.20/2105.52	c #Conflicts:    1790000 | #Constraints:      63811
2099.20/2105.52	c #Conflicts:    1791000 | #Constraints:      64811
2099.20/2105.52	c #Conflicts:    1792000 | #Constraints:      65811
2099.20/2105.52	c #Conflicts:    1793000 | #Constraints:      66811
2099.20/2105.52	c #Conflicts:    1794000 | #Constraints:      67812
2099.20/2105.52	c #Conflicts:    1795000 | #Constraints:      68812
2099.20/2105.52	c #Conflicts:    1796000 | #Constraints:      69812
2099.20/2105.52	c #Conflicts:    1797000 | #Constraints:      70812
2099.20/2105.52	c #Conflicts:    1798000 | #Constraints:      71813
2099.20/2105.52	c #Conflicts:    1799000 | #Constraints:      72813
2099.20/2105.52	c #Conflicts:    1800000 | #Constraints:      73813
2099.20/2105.52	c INPROCESSING
2099.20/2105.52	c GARBAGE COLLECT
2099.20/2105.52	c rational objective 923
2145.55/2152.05	c #Conflicts:    1801000 | #Constraints:      48211
2145.55/2152.05	c #Conflicts:    1802000 | #Constraints:      49211
2145.55/2152.05	c #Conflicts:    1803000 | #Constraints:      50211
2145.55/2152.05	c #Conflicts:    1804000 | #Constraints:      51212
2145.55/2152.05	c #Conflicts:    1805000 | #Constraints:      52212
2145.55/2152.05	c #Conflicts:    1806000 | #Constraints:      53212
2145.55/2152.05	c #Conflicts:    1807000 | #Constraints:      54212
2145.55/2152.05	c #Conflicts:    1808000 | #Constraints:      55212
2145.55/2152.05	c #Conflicts:    1809000 | #Constraints:      56212
2145.55/2152.05	c #Conflicts:    1810000 | #Constraints:      57212
2145.55/2152.05	c #Conflicts:    1811000 | #Constraints:      58213
2145.55/2152.05	c #Conflicts:    1812000 | #Constraints:      59213
2145.55/2152.05	c #Conflicts:    1813000 | #Constraints:      60214
2145.55/2152.05	c #Conflicts:    1814000 | #Constraints:      61215
2145.55/2152.05	c #Conflicts:    1815000 | #Constraints:      62216
2145.55/2152.05	c #Conflicts:    1816000 | #Constraints:      63217
2145.55/2152.05	c #Conflicts:    1817000 | #Constraints:      64217
2145.55/2152.05	c #Conflicts:    1818000 | #Constraints:      65217
2145.55/2152.05	c #Conflicts:    1819000 | #Constraints:      66218
2145.55/2152.05	c #Conflicts:    1820000 | #Constraints:      67219
2145.55/2152.05	c #Conflicts:    1821000 | #Constraints:      68219
2145.55/2152.05	c #Conflicts:    1822000 | #Constraints:      69219
2145.55/2152.05	c #Conflicts:    1823000 | #Constraints:      70219
2145.55/2152.05	c #Conflicts:    1824000 | #Constraints:      71219
2145.55/2152.05	c #Conflicts:    1825000 | #Constraints:      72219
2145.55/2152.05	c #Conflicts:    1826000 | #Constraints:      73219
2145.55/2152.05	c #Conflicts:    1827000 | #Constraints:      74219
2145.55/2152.05	c INPROCESSING
2145.55/2152.05	c GARBAGE COLLECT
2145.55/2152.05	c rational objective 923
2179.12/2185.74	c #Conflicts:    1828000 | #Constraints:      48391
2179.12/2185.74	c #Conflicts:    1829000 | #Constraints:      49391
2179.12/2185.74	c #Conflicts:    1830000 | #Constraints:      50391
2179.12/2185.74	c #Conflicts:    1831000 | #Constraints:      51391
2179.12/2185.74	c #Conflicts:    1832000 | #Constraints:      52391
2179.12/2185.74	c #Conflicts:    1833000 | #Constraints:      53391
2179.12/2185.74	c #Conflicts:    1834000 | #Constraints:      54391
2179.12/2185.74	c #Conflicts:    1835000 | #Constraints:      55391
2179.12/2185.74	c #Conflicts:    1836000 | #Constraints:      56391
2179.12/2185.74	c #Conflicts:    1837000 | #Constraints:      57391
2179.12/2185.74	c #Conflicts:    1838000 | #Constraints:      58391
2179.12/2185.74	c #Conflicts:    1839000 | #Constraints:      59391
2179.12/2185.74	c #Conflicts:    1840000 | #Constraints:      60391
2179.12/2185.74	c #Conflicts:    1841000 | #Constraints:      61391
2179.12/2185.74	c #Conflicts:    1842000 | #Constraints:      62391
2179.12/2185.74	c #Conflicts:    1843000 | #Constraints:      63391
2179.12/2185.74	c #Conflicts:    1844000 | #Constraints:      64392
2179.12/2185.74	c #Conflicts:    1845000 | #Constraints:      65392
2179.12/2185.74	c #Conflicts:    1846000 | #Constraints:      66392
2179.12/2185.74	c #Conflicts:    1847000 | #Constraints:      67392
2179.12/2185.74	c #Conflicts:    1848000 | #Constraints:      68392
2179.12/2185.74	c #Conflicts:    1849000 | #Constraints:      69392
2179.12/2185.74	c #Conflicts:    1850000 | #Constraints:      70392
2179.12/2185.74	c #Conflicts:    1851000 | #Constraints:      71392
2179.12/2185.74	c #Conflicts:    1852000 | #Constraints:      72392
2179.12/2185.74	c #Conflicts:    1853000 | #Constraints:      73392
2179.12/2185.74	c #Conflicts:    1854000 | #Constraints:      74392
2179.12/2185.74	c INPROCESSING
2179.12/2185.74	c GARBAGE COLLECT
2179.12/2185.74	c rational objective 923
2246.90/2253.71	c #Conflicts:    1855000 | #Constraints:      48411
2246.90/2253.71	c #Conflicts:    1856000 | #Constraints:      49412
2246.90/2253.71	c #Conflicts:    1857000 | #Constraints:      50412
2246.90/2253.71	c #Conflicts:    1858000 | #Constraints:      51412
2246.90/2253.71	c #Conflicts:    1859000 | #Constraints:      52413
2246.90/2253.71	c #Conflicts:    1860000 | #Constraints:      53416
2246.90/2253.71	c #Conflicts:    1861000 | #Constraints:      54416
2246.90/2253.71	c #Conflicts:    1862000 | #Constraints:      55416
2246.90/2253.71	c #Conflicts:    1863000 | #Constraints:      56416
2246.90/2253.71	c #Conflicts:    1864000 | #Constraints:      57416
2246.90/2253.71	c #Conflicts:    1865000 | #Constraints:      58416
2246.90/2253.71	c #Conflicts:    1866000 | #Constraints:      59416
2246.90/2253.71	c #Conflicts:    1867000 | #Constraints:      60416
2246.90/2253.71	c #Conflicts:    1868000 | #Constraints:      61417
2246.90/2253.71	c #Conflicts:    1869000 | #Constraints:      62417
2246.90/2253.71	c #Conflicts:    1870000 | #Constraints:      63418
2246.90/2253.71	c #Conflicts:    1871000 | #Constraints:      64419
2246.90/2253.71	c #Conflicts:    1872000 | #Constraints:      65419
2246.90/2253.71	c #Conflicts:    1873000 | #Constraints:      66419
2246.90/2253.71	c #Conflicts:    1874000 | #Constraints:      67419
2246.90/2253.71	c #Conflicts:    1875000 | #Constraints:      68419
2246.90/2253.71	c #Conflicts:    1876000 | #Constraints:      69419
2246.90/2253.71	c #Conflicts:    1877000 | #Constraints:      70419
2246.90/2253.71	c #Conflicts:    1878000 | #Constraints:      71419
2246.90/2253.71	c #Conflicts:    1879000 | #Constraints:      72420
2246.90/2253.71	c #Conflicts:    1880000 | #Constraints:      73420
2246.90/2253.71	c #Conflicts:    1881000 | #Constraints:      74421
2246.90/2253.71	c INPROCESSING
2246.90/2253.71	c GARBAGE COLLECT
2246.90/2253.71	c rational objective 923
2252.88/2259.77	c #Conflicts:    1882000 | #Constraints:      48163
2252.88/2259.77	c #Conflicts:    1883000 | #Constraints:      49163
2252.88/2259.77	c #Conflicts:    1884000 | #Constraints:      50164
2252.88/2259.77	c #Conflicts:    1885000 | #Constraints:      51164
2252.88/2259.77	c #Conflicts:    1886000 | #Constraints:      52164
2252.88/2259.77	c #Conflicts:    1887000 | #Constraints:      53164
2252.88/2259.77	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[6]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[8]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[10]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[12]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[18]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[24]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[26]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[38]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[43]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[44]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[46]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[48]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[50]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[52]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[54]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[56]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[58]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[62]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[64]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[66]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[68]: 6 -2.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[70]: 6 -2.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[72]: 6 -2.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[74]: 6 -2.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[76]: 6 -2.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[78]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[80]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[82]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[87]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[90]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[92]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[96]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[100]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[104]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[112]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[114]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[118]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[126]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[127]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[129]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[134]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[136]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[140]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[144]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[148]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[153]: 6 0 1.33335 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[154]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[155]: 6 0 1.66668 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[159]: 6 0 1.33338 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[161]: 6 0 1.33335 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[163]: 6 0 3.83341 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[164]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[168]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[169]: 6 -3.6667 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[171]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[174]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[182]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[184]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[186]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[192]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[196]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[204]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[208]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[215]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[220]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[222]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[224]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[226]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[230]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[232]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[240]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[242]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[246]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[249]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[250]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[252]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[262]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[266]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[268]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[270]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[274]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[276]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[280]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[282]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[284]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[286]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[290]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[294]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[299]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[301]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[302]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[305]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[306]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[310]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[320]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[324]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[326]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[328]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[332]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[334]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[340]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[348]: 6 -1.00004 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[358]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[366]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[378]: 6 -1.00008 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[380]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[385]: 6 -1.0001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[388]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[390]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[406]: 6 -1.00007 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[408]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[410]: 6 -1.00009 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[412]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[420]: 6 -1.00001 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[422]: 6 -1.00003 0 shouldn't be
2252.88/2259.77	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[426]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[427]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[429]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[432]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[436]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[442]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[448]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[450]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[454]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[456]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[458]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[462]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[468]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[469]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[476]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[478]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[482]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[484]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[490]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[492]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[494]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[496]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[504]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[506]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[510]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[512]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[513]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[515]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[522]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[524]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[526]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[528]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[530]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[532]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[534]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[538]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[540]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[546]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[547]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[550]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[555]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[557]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[570]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[572]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[576]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[578]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[580]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[582]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[587]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[588]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[590]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[596]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[599]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[606]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[608]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[610]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[612]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[618]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[622]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[626]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[630]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[634]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[640]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[641]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[643]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[648]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[652]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[654]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[658]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[662]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[664]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[666]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[670]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[672]: 6 -1.33343 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[674]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[680]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[682]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[687]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[692]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[694]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[696]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[700]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[702]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[704]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[708]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[710]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[716]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[722]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[729]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[734]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[738]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[740]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[742]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[744]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[750]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[752]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[756]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[758]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[760]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[762]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[764]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[766]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[768]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[778]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[780]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[782]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[784]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[786]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[788]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[790]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[792]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[796]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[798]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[800]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[802]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[804]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[806]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[810]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[812]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[820]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[822]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[828]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[830]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[832]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[834]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[836]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[840]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[842]: 6 -1.33336 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[844]: 6 -1.33335 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[846]: 6 -1.33336 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[848]: 6 -1.33343 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[850]: 6 -1.33335 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[852]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[854]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[857]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[864]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[866]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[868]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[870]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[872]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[874]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[876]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[878]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[880]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[882]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[884]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[886]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[888]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[890]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[892]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[894]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[896]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[899]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[901]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[934]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[936]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[940]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[942]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[943]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[978]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[980]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[984]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[986]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1024]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1026]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1028]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1030]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1064]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1072]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1078]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1080]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1082]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1086]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1092]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1094]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1096]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1100]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1102]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1106]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1108]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1110]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1115]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1119]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1120]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1124]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1126]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1128]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1130]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1132]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1134]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1140]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1144]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1146]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1148]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1150]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1152]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1156]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1164]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1166]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1170]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1172]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1174]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1178]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1182]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1184]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1186]: 6 -2.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1188]: 6 -2.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1190]: 6 -2.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1192]: 6 -2.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1194]: 6 -2.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1198]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1200]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1206]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1208]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1210]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1212]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1214]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1218]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1220]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1228]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1230]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1232]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1234]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1236]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1238]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1240]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1242]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1250]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1254]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1256]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1258]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1260]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1264]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1266]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1270]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1272]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1274]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1276]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1278]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1280]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1282]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1286]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1292]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1296]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1298]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1300]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1302]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1304]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1306]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1312]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1314]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1316]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1318]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1320]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1324]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1328]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1338]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1368]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1370]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1372]: 6 -1.00008 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1380]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1412]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1414]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1464]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1492]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1528]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1534]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1536]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1570]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1574]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1578]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1580]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1616]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1618]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1650]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1660]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1686]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1692]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1726]: 6 -1.33342 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1730]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1734]: 6 -1.00001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1736]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1742]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1763]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1764]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1766]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1768]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1770]: 6 -1.00002 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1774]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1778]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1780]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1786]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1790]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1792]: 6 -1.50004 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1796]: 6 -1.00009 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1800]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[2567]: 6 -0.500054 0 shouldn't be
2252.88/2259.78	WSVECS04 Frhs2[6329]: 6 -0.500026 0 shouldn't be
2288.08/2295.03	c #Conflicts:    1888000 | #Constraints:      54165
2288.08/2295.03	c #Conflicts:    1889000 | #Constraints:      55165
2288.08/2295.03	c #Conflicts:    1890000 | #Constraints:      56165
2288.08/2295.03	c #Conflicts:    1891000 | #Constraints:      57165
2288.08/2295.03	c #Conflicts:    1892000 | #Constraints:      58165
2288.08/2295.03	c #Conflicts:    1893000 | #Constraints:      59165
2288.08/2295.03	c #Conflicts:    1894000 | #Constraints:      60165
2288.08/2295.03	c #Conflicts:    1895000 | #Constraints:      61165
2288.08/2295.03	c #Conflicts:    1896000 | #Constraints:      62165
2288.08/2295.03	c #Conflicts:    1897000 | #Constraints:      63165
2288.08/2295.03	c #Conflicts:    1898000 | #Constraints:      64165
2288.08/2295.03	c #Conflicts:    1899000 | #Constraints:      65166
2288.08/2295.03	c #Conflicts:    1900000 | #Constraints:      66166
2288.08/2295.03	c #Conflicts:    1901000 | #Constraints:      67166
2288.08/2295.03	c #Conflicts:    1902000 | #Constraints:      68166
2288.08/2295.03	c #Conflicts:    1903000 | #Constraints:      69166
2288.08/2295.03	c #Conflicts:    1904000 | #Constraints:      70166
2288.08/2295.03	c #Conflicts:    1905000 | #Constraints:      71166
2288.08/2295.03	c #Conflicts:    1906000 | #Constraints:      72166
2288.08/2295.03	c #Conflicts:    1907000 | #Constraints:      73166
2288.08/2295.03	c #Conflicts:    1908000 | #Constraints:      74167
2288.08/2295.03	c #Conflicts:    1909000 | #Constraints:      75167
2288.08/2295.03	c INPROCESSING
2288.08/2295.03	c GARBAGE COLLECT
2288.08/2295.03	c rational objective 923
2328.03/2335.18	c #Conflicts:    1910000 | #Constraints:      48783
2328.03/2335.18	c #Conflicts:    1911000 | #Constraints:      49783
2328.03/2335.18	c #Conflicts:    1912000 | #Constraints:      50783
2328.03/2335.18	c #Conflicts:    1913000 | #Constraints:      51783
2328.03/2335.18	c #Conflicts:    1914000 | #Constraints:      52783
2328.03/2335.18	c #Conflicts:    1915000 | #Constraints:      53784
2328.03/2335.18	c #Conflicts:    1916000 | #Constraints:      54784
2328.03/2335.18	c #Conflicts:    1917000 | #Constraints:      55784
2328.03/2335.18	c #Conflicts:    1918000 | #Constraints:      56784
2328.03/2335.18	c #Conflicts:    1919000 | #Constraints:      57785
2328.03/2335.18	c #Conflicts:    1920000 | #Constraints:      58786
2328.03/2335.18	c #Conflicts:    1921000 | #Constraints:      59786
2328.03/2335.18	c #Conflicts:    1922000 | #Constraints:      60786
2328.03/2335.18	c #Conflicts:    1923000 | #Constraints:      61786
2328.03/2335.18	c #Conflicts:    1924000 | #Constraints:      62786
2328.03/2335.18	c #Conflicts:    1925000 | #Constraints:      63786
2328.03/2335.18	c #Conflicts:    1926000 | #Constraints:      64786
2328.03/2335.18	c #Conflicts:    1927000 | #Constraints:      65786
2328.03/2335.18	c #Conflicts:    1928000 | #Constraints:      66786
2328.03/2335.18	c #Conflicts:    1929000 | #Constraints:      67786
2328.03/2335.18	c #Conflicts:    1930000 | #Constraints:      68786
2328.03/2335.18	c #Conflicts:    1931000 | #Constraints:      69786
2328.03/2335.18	c #Conflicts:    1932000 | #Constraints:      70786
2328.03/2335.18	c #Conflicts:    1933000 | #Constraints:      71786
2328.03/2335.18	c #Conflicts:    1934000 | #Constraints:      72786
2328.03/2335.18	c #Conflicts:    1935000 | #Constraints:      73786
2328.03/2335.18	c #Conflicts:    1936000 | #Constraints:      74786
2328.03/2335.18	c #Conflicts:    1937000 | #Constraints:      75786
2328.03/2335.18	c INPROCESSING
2328.03/2335.18	c GARBAGE COLLECT
2328.03/2335.18	c rational objective 923
2371.28/2378.50	c #Conflicts:    1938000 | #Constraints:      49160
2371.28/2378.50	c #Conflicts:    1939000 | #Constraints:      50161
2371.28/2378.50	c #Conflicts:    1940000 | #Constraints:      51161
2371.28/2378.50	c #Conflicts:    1941000 | #Constraints:      52161
2371.28/2378.50	c #Conflicts:    1942000 | #Constraints:      53161
2371.28/2378.50	c #Conflicts:    1943000 | #Constraints:      54161
2371.28/2378.50	c #Conflicts:    1944000 | #Constraints:      55162
2371.28/2378.50	c #Conflicts:    1945000 | #Constraints:      56162
2371.28/2378.50	c #Conflicts:    1946000 | #Constraints:      57162
2371.28/2378.50	c #Conflicts:    1947000 | #Constraints:      58162
2371.28/2378.50	c #Conflicts:    1948000 | #Constraints:      59162
2371.28/2378.50	c #Conflicts:    1949000 | #Constraints:      60162
2371.28/2378.50	c #Conflicts:    1950000 | #Constraints:      61163
2371.28/2378.50	c #Conflicts:    1951000 | #Constraints:      62163
2371.28/2378.50	c #Conflicts:    1952000 | #Constraints:      63163
2371.28/2378.50	c #Conflicts:    1953000 | #Constraints:      64163
2371.28/2378.50	c #Conflicts:    1954000 | #Constraints:      65164
2371.28/2378.50	c #Conflicts:    1955000 | #Constraints:      66165
2371.28/2378.50	c #Conflicts:    1956000 | #Constraints:      67167
2371.28/2378.50	c #Conflicts:    1957000 | #Constraints:      68172
2371.28/2378.50	c #Conflicts:    1958000 | #Constraints:      69174
2371.28/2378.50	c #Conflicts:    1959000 | #Constraints:      70174
2371.28/2378.50	c #Conflicts:    1960000 | #Constraints:      71174
2371.28/2378.50	c #Conflicts:    1961000 | #Constraints:      72174
2371.28/2378.50	c #Conflicts:    1962000 | #Constraints:      73174
2371.28/2378.50	c #Conflicts:    1963000 | #Constraints:      74174
2371.28/2378.50	c #Conflicts:    1964000 | #Constraints:      75174
2371.28/2378.50	c #Conflicts:    1965000 | #Constraints:      76174
2371.28/2378.50	c INPROCESSING
2371.28/2378.50	c GARBAGE COLLECT
2371.28/2378.50	c rational objective 923
2413.54/2420.98	c #Conflicts:    1966000 | #Constraints:      49376
2413.54/2420.98	c #Conflicts:    1967000 | #Constraints:      50376
2413.54/2420.98	c #Conflicts:    1968000 | #Constraints:      51376
2413.54/2420.98	c #Conflicts:    1969000 | #Constraints:      52376
2413.54/2420.98	c #Conflicts:    1970000 | #Constraints:      53376
2413.54/2420.98	c #Conflicts:    1971000 | #Constraints:      54376
2413.54/2420.98	c #Conflicts:    1972000 | #Constraints:      55376
2413.54/2420.98	c #Conflicts:    1973000 | #Constraints:      56377
2413.54/2420.98	c #Conflicts:    1974000 | #Constraints:      57377
2413.54/2420.98	c #Conflicts:    1975000 | #Constraints:      58377
2413.54/2420.98	c #Conflicts:    1976000 | #Constraints:      59377
2413.54/2420.98	c #Conflicts:    1977000 | #Constraints:      60377
2413.54/2420.98	c #Conflicts:    1978000 | #Constraints:      61377
2413.54/2420.98	c #Conflicts:    1979000 | #Constraints:      62377
2413.54/2420.98	c #Conflicts:    1980000 | #Constraints:      63377
2413.54/2420.98	c #Conflicts:    1981000 | #Constraints:      64377
2413.54/2420.98	c #Conflicts:    1982000 | #Constraints:      65377
2413.54/2420.98	c #Conflicts:    1983000 | #Constraints:      66377
2413.54/2420.98	c #Conflicts:    1984000 | #Constraints:      67377
2413.54/2420.98	c #Conflicts:    1985000 | #Constraints:      68377
2413.54/2420.98	c #Conflicts:    1986000 | #Constraints:      69377
2413.54/2420.98	c #Conflicts:    1987000 | #Constraints:      70377
2413.54/2420.98	c #Conflicts:    1988000 | #Constraints:      71377
2413.54/2420.98	c #Conflicts:    1989000 | #Constraints:      72377
2413.54/2420.98	c #Conflicts:    1990000 | #Constraints:      73377
2413.54/2420.98	c #Conflicts:    1991000 | #Constraints:      74377
2413.54/2420.98	c #Conflicts:    1992000 | #Constraints:      75377
2413.54/2420.98	c #Conflicts:    1993000 | #Constraints:      76377
2413.54/2420.98	c INPROCESSING
2413.54/2420.98	c GARBAGE COLLECT
2413.54/2420.98	c rational objective 923
2467.35/2475.00	c #Conflicts:    1994000 | #Constraints:      49388
2467.35/2475.00	c #Conflicts:    1995000 | #Constraints:      50388
2467.35/2475.00	c #Conflicts:    1996000 | #Constraints:      51389
2467.35/2475.00	c #Conflicts:    1997000 | #Constraints:      52389
2467.35/2475.00	c #Conflicts:    1998000 | #Constraints:      53389
2467.35/2475.00	c #Conflicts:    1999000 | #Constraints:      54389
2467.35/2475.00	c #Conflicts:    2000000 | #Constraints:      55389
2467.35/2475.00	c #Conflicts:    2001000 | #Constraints:      56390
2467.35/2475.00	c #Conflicts:    2002000 | #Constraints:      57390
2467.35/2475.00	c #Conflicts:    2003000 | #Constraints:      58390
2467.35/2475.00	c #Conflicts:    2004000 | #Constraints:      59390
2467.35/2475.00	c #Conflicts:    2005000 | #Constraints:      60390
2467.35/2475.00	c #Conflicts:    2006000 | #Constraints:      61390
2467.35/2475.00	c #Conflicts:    2007000 | #Constraints:      62390
2467.35/2475.00	c #Conflicts:    2008000 | #Constraints:      63390
2467.35/2475.00	c #Conflicts:    2009000 | #Constraints:      64391
2467.35/2475.00	c #Conflicts:    2010000 | #Constraints:      65391
2467.35/2475.00	c #Conflicts:    2011000 | #Constraints:      66391
2467.35/2475.00	c #Conflicts:    2012000 | #Constraints:      67391
2467.35/2475.00	c #Conflicts:    2013000 | #Constraints:      68392
2467.35/2475.00	c #Conflicts:    2014000 | #Constraints:      69392
2467.35/2475.00	c #Conflicts:    2015000 | #Constraints:      70393
2467.35/2475.00	c #Conflicts:    2016000 | #Constraints:      71393
2467.35/2475.00	c #Conflicts:    2017000 | #Constraints:      72394
2467.35/2475.00	c #Conflicts:    2018000 | #Constraints:      73394
2467.35/2475.00	c #Conflicts:    2019000 | #Constraints:      74394
2467.35/2475.00	c #Conflicts:    2020000 | #Constraints:      75394
2467.35/2475.00	c #Conflicts:    2021000 | #Constraints:      76394
2467.35/2475.00	c INPROCESSING
2467.35/2475.00	c GARBAGE COLLECT
2467.35/2475.00	c rational objective 923
2481.11/2488.70	c #Conflicts:    2022000 | #Constraints:      49168
2481.11/2488.70	c #Conflicts:    2023000 | #Constraints:      50168
2481.11/2488.70	c #Conflicts:    2024000 | #Constraints:      51169
2481.11/2488.70	c #Conflicts:    2025000 | #Constraints:      52169
2481.11/2488.70	c #Conflicts:    2026000 | #Constraints:      53169
2481.11/2488.70	c #Conflicts:    2027000 | #Constraints:      54169
2481.11/2488.70	c #Conflicts:    2028000 | #Constraints:      55169
2481.11/2488.70	c #Conflicts:    2029000 | #Constraints:      56169
2481.11/2488.70	c #Conflicts:    2030000 | #Constraints:      57169
2481.11/2488.70	c #Conflicts:    2031000 | #Constraints:      58169
2481.11/2488.70	c #Conflicts:    2032000 | #Constraints:      59169
2481.11/2488.70	c #Conflicts:    2033000 | #Constraints:      60169
2481.11/2488.70	WSVECS04 Frhs2[2]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[6]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[10]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[12]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[18]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[20]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[26]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[28]: 6 -1.0001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[38]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[40]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[52]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[58]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[62]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[68]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[70]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[72]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[74]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[76]: 6 -1.0001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[85]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[90]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[92]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[96]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[98]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[118]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[120]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[129]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[130]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[136]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[138]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[140]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[142]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[148]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[158]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[160]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[167]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[174]: 6 -1.0001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[176]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[180]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[186]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[192]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[194]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[202]: 6 -1.0001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[204]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[210]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[218]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[222]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[224]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[226]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[228]: 6 -1.0001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[230]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[232]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[236]: 6 -1.0001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[240]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[246]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[248]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[264]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[266]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[270]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[274]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[276]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[278]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[282]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[284]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[286]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[290]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[292]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[294]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[298]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[300]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[302]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[334]: 6 -1.50003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[338]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[342]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[352]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1700]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1702]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1716]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1764]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1772]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1774]: 6 -1.00007 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1776]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1778]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1780]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1784]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1786]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1788]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1790]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1792]: 6 -1.00008 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1794]: 6 -1.00004 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1800]: 6 -1.00001 0 shouldn't be
2481.11/2488.70	WSVECS04 Frhs2[1802]: 6 -1.00006 0 shouldn't be
2511.32/2519.10	c #Conflicts:    2034000 | #Constraints:      61169
2511.32/2519.10	c #Conflicts:    2035000 | #Constraints:      62169
2511.32/2519.10	c #Conflicts:    2036000 | #Constraints:      63169
2511.32/2519.10	c #Conflicts:    2037000 | #Constraints:      64169
2511.32/2519.10	c #Conflicts:    2038000 | #Constraints:      65169
2511.32/2519.10	c #Conflicts:    2039000 | #Constraints:      66169
2511.32/2519.10	c #Conflicts:    2040000 | #Constraints:      67169
2511.32/2519.10	c #Conflicts:    2041000 | #Constraints:      68169
2511.32/2519.10	c #Conflicts:    2042000 | #Constraints:      69169
2511.32/2519.10	c #Conflicts:    2043000 | #Constraints:      70169
2511.32/2519.10	c #Conflicts:    2044000 | #Constraints:      71170
2511.32/2519.10	c #Conflicts:    2045000 | #Constraints:      72170
2511.32/2519.10	c #Conflicts:    2046000 | #Constraints:      73170
2511.32/2519.10	c #Conflicts:    2047000 | #Constraints:      74170
2511.32/2519.10	c #Conflicts:    2048000 | #Constraints:      75170
2511.32/2519.10	c #Conflicts:    2049000 | #Constraints:      76170
2511.32/2519.10	c #Conflicts:    2050000 | #Constraints:      77171
2511.32/2519.10	c INPROCESSING
2511.32/2519.10	c GARBAGE COLLECT
2511.32/2519.10	WSVECS04 Frhs2[4]: 6 -1.00001 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[5]: 6 0 1.00008 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[11]: 6 0 2.00007 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[15]: 6 0 2.00002 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[17]: 6 0 1.00003 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[25]: 6 0 1.00005 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[33]: 6 0 1.00008 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[37]: 6 0 2.00007 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[43]: 6 -1.00003 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[69]: 6 0 1.00003 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[108]: 6 -1.00006 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[118]: 6 -1.00006 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[130]: 6 -1.00001 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[163]: 6 -1.00005 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[173]: 6 0 1.00007 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[188]: 6 -1.00005 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[1592]: 6 -1.00003 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[1636]: 6 -1.0001 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[1682]: 6 -1.00005 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[1690]: 6 -1.00005 0 shouldn't be
2511.32/2519.10	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
2511.61/2519.39	c rational objective 923
2548.09/2555.92	c #Conflicts:    2051000 | #Constraints:      49872
2548.09/2555.92	c #Conflicts:    2052000 | #Constraints:      50872
2548.09/2555.92	c #Conflicts:    2053000 | #Constraints:      51872
2548.09/2555.92	c #Conflicts:    2054000 | #Constraints:      52872
2548.09/2555.92	c #Conflicts:    2055000 | #Constraints:      53872
2548.09/2555.92	c #Conflicts:    2056000 | #Constraints:      54872
2548.09/2555.92	c #Conflicts:    2057000 | #Constraints:      55872
2548.09/2555.92	c #Conflicts:    2058000 | #Constraints:      56872
2548.09/2555.92	c #Conflicts:    2059000 | #Constraints:      57872
2548.09/2555.92	c #Conflicts:    2060000 | #Constraints:      58873
2548.09/2555.92	c #Conflicts:    2061000 | #Constraints:      59873
2548.09/2555.92	c #Conflicts:    2062000 | #Constraints:      60873
2548.09/2555.92	c #Conflicts:    2063000 | #Constraints:      61873
2548.09/2555.92	c #Conflicts:    2064000 | #Constraints:      62873
2548.09/2555.92	c #Conflicts:    2065000 | #Constraints:      63873
2548.09/2555.92	c #Conflicts:    2066000 | #Constraints:      64873
2548.09/2555.92	c #Conflicts:    2067000 | #Constraints:      65873
2548.09/2555.92	c #Conflicts:    2068000 | #Constraints:      66873
2548.09/2555.92	c #Conflicts:    2069000 | #Constraints:      67873
2548.09/2555.92	c #Conflicts:    2070000 | #Constraints:      68873
2548.09/2555.92	c #Conflicts:    2071000 | #Constraints:      69873
2548.09/2555.92	c #Conflicts:    2072000 | #Constraints:      70873
2548.09/2555.92	c #Conflicts:    2073000 | #Constraints:      71873
2548.09/2555.92	c #Conflicts:    2074000 | #Constraints:      72873
2548.09/2555.92	c #Conflicts:    2075000 | #Constraints:      73873
2548.09/2555.92	c #Conflicts:    2076000 | #Constraints:      74873
2548.09/2555.92	c #Conflicts:    2077000 | #Constraints:      75873
2548.09/2555.92	c #Conflicts:    2078000 | #Constraints:      76873
2548.09/2555.92	c #Conflicts:    2079000 | #Constraints:      77873
2548.09/2555.92	c INPROCESSING
2548.09/2555.92	c GARBAGE COLLECT
2548.09/2555.92	c rational objective 923
2585.36/2593.37	c #Conflicts:    2080000 | #Constraints:      50249
2585.36/2593.37	c #Conflicts:    2081000 | #Constraints:      51250
2585.36/2593.37	c #Conflicts:    2082000 | #Constraints:      52250
2585.36/2593.37	c #Conflicts:    2083000 | #Constraints:      53250
2585.36/2593.37	c #Conflicts:    2084000 | #Constraints:      54250
2585.36/2593.37	c #Conflicts:    2085000 | #Constraints:      55250
2585.36/2593.37	c #Conflicts:    2086000 | #Constraints:      56260
2585.36/2593.37	c #Conflicts:    2087000 | #Constraints:      57266
2585.36/2593.37	c #Conflicts:    2088000 | #Constraints:      58270
2585.36/2593.37	c #Conflicts:    2089000 | #Constraints:      59276
2585.36/2593.37	c #Conflicts:    2090000 | #Constraints:      60280
2585.36/2593.37	c #Conflicts:    2091000 | #Constraints:      61288
2585.36/2593.37	c #Conflicts:    2092000 | #Constraints:      62292
2585.36/2593.37	c #Conflicts:    2093000 | #Constraints:      63292
2585.36/2593.37	c #Conflicts:    2094000 | #Constraints:      64296
2585.36/2593.37	c #Conflicts:    2095000 | #Constraints:      65302
2585.36/2593.37	c #Conflicts:    2096000 | #Constraints:      66314
2585.36/2593.37	c #Conflicts:    2097000 | #Constraints:      67316
2585.36/2593.37	c #Conflicts:    2098000 | #Constraints:      68320
2585.36/2593.37	c #Conflicts:    2099000 | #Constraints:      69322
2585.36/2593.37	c #Conflicts:    2100000 | #Constraints:      70323
2585.36/2593.37	c #Conflicts:    2101000 | #Constraints:      71325
2585.36/2593.37	c #Conflicts:    2102000 | #Constraints:      72326
2585.36/2593.37	c #Conflicts:    2103000 | #Constraints:      73326
2585.36/2593.37	c #Conflicts:    2104000 | #Constraints:      74327
2585.36/2593.37	c #Conflicts:    2105000 | #Constraints:      75329
2585.36/2593.37	c #Conflicts:    2106000 | #Constraints:      76330
2585.36/2593.37	c #Conflicts:    2107000 | #Constraints:      77330
2585.36/2593.37	c #Conflicts:    2108000 | #Constraints:      78330
2585.36/2593.37	c INPROCESSING
2585.36/2593.37	c GARBAGE COLLECT
2585.36/2593.37	c rational objective 923
2599.41/2607.46	c #Conflicts:    2109000 | #Constraints:      50536
2599.41/2607.46	c #Conflicts:    2110000 | #Constraints:      51536
2599.41/2607.46	c #Conflicts:    2111000 | #Constraints:      52536
2599.41/2607.46	c #Conflicts:    2112000 | #Constraints:      53536
2599.41/2607.46	c #Conflicts:    2113000 | #Constraints:      54536
2599.41/2607.46	c #Conflicts:    2114000 | #Constraints:      55536
2599.41/2607.46	c #Conflicts:    2115000 | #Constraints:      56536
2599.41/2607.46	c #Conflicts:    2116000 | #Constraints:      57537
2599.41/2607.46	c #Conflicts:    2117000 | #Constraints:      58537
2599.41/2607.46	c #Conflicts:    2118000 | #Constraints:      59537
2599.41/2607.46	WSVECS04 Frhs2[1]: 6 0 1.00008 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[10]: 6 -1.00004 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[13]: 6 0 1.00003 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[15]: 6 0 1.00006 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[17]: 6 0 1.00005 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[19]: 6 0 2.00008 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[25]: 6 0 1.00003 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[45]: 6 0 1.00009 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[69]: 6 0 1.00009 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[74]: 6 -1.00002 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[101]: 6 0 1.00004 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[128]: 6 0 1.0001 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[142]: 6 -1.00007 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[145]: 6 0 1.00008 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[147]: 6 0 1.00009 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[149]: 6 0 1.00007 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[151]: 6 0 1.00008 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[160]: 6 -1.00001 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[162]: 6 -1.00001 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[176]: 6 -1.00005 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[186]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[259]: 6 0 1.00008 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[303]: 6 0 1.00006 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[387]: 6 -1.00004 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1032]: 6 -1.00004 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1592]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1677]: 6 -1.00008 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1763]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1768]: 6 -1.00008 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1770]: 6 -1.00008 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1784]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1786]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1790]: 6 -1.00003 0 shouldn't be
2599.41/2607.46	WSVECS04 Frhs2[1792]: 6 -1.00005 0 shouldn't be
2629.61/2637.79	c #Conflicts:    2119000 | #Constraints:      60537
2629.61/2637.79	c #Conflicts:    2120000 | #Constraints:      61537
2629.61/2637.79	c #Conflicts:    2121000 | #Constraints:      62537
2629.61/2637.79	c #Conflicts:    2122000 | #Constraints:      63537
2629.61/2637.79	c #Conflicts:    2123000 | #Constraints:      64537
2629.61/2637.79	c #Conflicts:    2124000 | #Constraints:      65537
2629.61/2637.79	c #Conflicts:    2125000 | #Constraints:      66537
2629.61/2637.79	c #Conflicts:    2126000 | #Constraints:      67537
2629.61/2637.79	c #Conflicts:    2127000 | #Constraints:      68537
2629.61/2637.79	c #Conflicts:    2128000 | #Constraints:      69538
2629.61/2637.79	c #Conflicts:    2129000 | #Constraints:      70538
2629.61/2637.79	c #Conflicts:    2130000 | #Constraints:      71538
2629.61/2637.79	c #Conflicts:    2131000 | #Constraints:      72538
2629.61/2637.79	c #Conflicts:    2132000 | #Constraints:      73538
2629.61/2637.79	c #Conflicts:    2133000 | #Constraints:      74538
2629.61/2637.79	c #Conflicts:    2134000 | #Constraints:      75538
2629.61/2637.79	c #Conflicts:    2135000 | #Constraints:      76539
2629.61/2637.79	c #Conflicts:    2136000 | #Constraints:      77539
2629.61/2637.79	c #Conflicts:    2137000 | #Constraints:      78539
2629.61/2637.79	c INPROCESSING
2629.61/2637.79	c GARBAGE COLLECT
2629.61/2637.79	c rational objective 923
2727.98/2736.47	c #Conflicts:    2138000 | #Constraints:      50510
2727.98/2736.47	c #Conflicts:    2139000 | #Constraints:      51511
2727.98/2736.47	c #Conflicts:    2140000 | #Constraints:      52511
2727.98/2736.47	c #Conflicts:    2141000 | #Constraints:      53511
2727.98/2736.47	c #Conflicts:    2142000 | #Constraints:      54511
2727.98/2736.47	c #Conflicts:    2143000 | #Constraints:      55511
2727.98/2736.47	c #Conflicts:    2144000 | #Constraints:      56511
2727.98/2736.47	c #Conflicts:    2145000 | #Constraints:      57511
2727.98/2736.47	c #Conflicts:    2146000 | #Constraints:      58513
2727.98/2736.47	c #Conflicts:    2147000 | #Constraints:      59515
2727.98/2736.47	c #Conflicts:    2148000 | #Constraints:      60515
2727.98/2736.47	c #Conflicts:    2149000 | #Constraints:      61515
2727.98/2736.47	c #Conflicts:    2150000 | #Constraints:      62516
2727.98/2736.47	c #Conflicts:    2151000 | #Constraints:      63518
2727.98/2736.47	c #Conflicts:    2152000 | #Constraints:      64520
2727.98/2736.47	c #Conflicts:    2153000 | #Constraints:      65521
2727.98/2736.47	c #Conflicts:    2154000 | #Constraints:      66522
2727.98/2736.47	c #Conflicts:    2155000 | #Constraints:      67522
2727.98/2736.47	c #Conflicts:    2156000 | #Constraints:      68522
2727.98/2736.47	c #Conflicts:    2157000 | #Constraints:      69523
2727.98/2736.47	c #Conflicts:    2158000 | #Constraints:      70524
2727.98/2736.47	c #Conflicts:    2159000 | #Constraints:      71524
2727.98/2736.47	c #Conflicts:    2160000 | #Constraints:      72525
2727.98/2736.47	c #Conflicts:    2161000 | #Constraints:      73525
2727.98/2736.47	c #Conflicts:    2162000 | #Constraints:      74525
2727.98/2736.47	c #Conflicts:    2163000 | #Constraints:      75525
2727.98/2736.47	c #Conflicts:    2164000 | #Constraints:      76525
2727.98/2736.47	c #Conflicts:    2165000 | #Constraints:      77525
2727.98/2736.47	c #Conflicts:    2166000 | #Constraints:      78525
2727.98/2736.47	c INPROCESSING
2727.98/2736.47	c GARBAGE COLLECT
2727.98/2736.47	c rational objective 923
2783.20/2791.88	c #Conflicts:    2167000 | #Constraints:      50259
2783.20/2791.88	c #Conflicts:    2168000 | #Constraints:      51259
2783.20/2791.88	c #Conflicts:    2169000 | #Constraints:      52259
2783.20/2791.88	c #Conflicts:    2170000 | #Constraints:      53259
2783.20/2791.88	c #Conflicts:    2171000 | #Constraints:      54259
2783.20/2791.88	c #Conflicts:    2172000 | #Constraints:      55259
2783.20/2791.88	c #Conflicts:    2173000 | #Constraints:      56259
2783.20/2791.88	c #Conflicts:    2174000 | #Constraints:      57259
2783.20/2791.88	c #Conflicts:    2175000 | #Constraints:      58259
2783.20/2791.88	c #Conflicts:    2176000 | #Constraints:      59259
2783.20/2791.88	c #Conflicts:    2177000 | #Constraints:      60260
2783.20/2791.88	c #Conflicts:    2178000 | #Constraints:      61260
2783.20/2791.88	c #Conflicts:    2179000 | #Constraints:      62260
2783.20/2791.88	c #Conflicts:    2180000 | #Constraints:      63260
2783.20/2791.88	c #Conflicts:    2181000 | #Constraints:      64260
2783.20/2791.88	c #Conflicts:    2182000 | #Constraints:      65260
2783.20/2791.88	c #Conflicts:    2183000 | #Constraints:      66261
2783.20/2791.88	c #Conflicts:    2184000 | #Constraints:      67261
2783.20/2791.88	c #Conflicts:    2185000 | #Constraints:      68261
2783.20/2791.88	c #Conflicts:    2186000 | #Constraints:      69261
2783.20/2791.88	c #Conflicts:    2187000 | #Constraints:      70261
2783.20/2791.88	c #Conflicts:    2188000 | #Constraints:      71261
2783.20/2791.88	c #Conflicts:    2189000 | #Constraints:      72262
2783.20/2791.88	c #Conflicts:    2190000 | #Constraints:      73262
2783.20/2791.88	c #Conflicts:    2191000 | #Constraints:      74262
2783.20/2791.88	c #Conflicts:    2192000 | #Constraints:      75262
2783.20/2791.88	c #Conflicts:    2193000 | #Constraints:      76262
2783.20/2791.88	c #Conflicts:    2194000 | #Constraints:      77262
2783.20/2791.88	c #Conflicts:    2195000 | #Constraints:      78262
2783.20/2791.88	c #Conflicts:    2196000 | #Constraints:      79262
2783.20/2791.88	c INPROCESSING
2783.20/2791.88	c GARBAGE COLLECT
2783.20/2791.88	c rational objective 923
2838.41/2847.28	c #Conflicts:    2197000 | #Constraints:      50889
2838.41/2847.28	c #Conflicts:    2198000 | #Constraints:      51889
2838.41/2847.28	c #Conflicts:    2199000 | #Constraints:      52889
2838.41/2847.28	c #Conflicts:    2200000 | #Constraints:      53889
2838.41/2847.28	c #Conflicts:    2201000 | #Constraints:      54889
2838.41/2847.28	c #Conflicts:    2202000 | #Constraints:      55889
2838.41/2847.28	c #Conflicts:    2203000 | #Constraints:      56889
2838.41/2847.28	c #Conflicts:    2204000 | #Constraints:      57889
2838.41/2847.28	c #Conflicts:    2205000 | #Constraints:      58889
2838.41/2847.28	c #Conflicts:    2206000 | #Constraints:      59889
2838.41/2847.28	c #Conflicts:    2207000 | #Constraints:      60890
2838.41/2847.28	c #Conflicts:    2208000 | #Constraints:      61890
2838.41/2847.28	c #Conflicts:    2209000 | #Constraints:      62891
2838.41/2847.28	c #Conflicts:    2210000 | #Constraints:      63891
2838.41/2847.28	c #Conflicts:    2211000 | #Constraints:      64892
2838.41/2847.28	c #Conflicts:    2212000 | #Constraints:      65892
2838.41/2847.28	c #Conflicts:    2213000 | #Constraints:      66892
2838.41/2847.28	c #Conflicts:    2214000 | #Constraints:      67892
2838.41/2847.28	c #Conflicts:    2215000 | #Constraints:      68892
2838.41/2847.28	c #Conflicts:    2216000 | #Constraints:      69892
2838.41/2847.28	c #Conflicts:    2217000 | #Constraints:      70892
2838.41/2847.28	c #Conflicts:    2218000 | #Constraints:      71892
2838.41/2847.28	c #Conflicts:    2219000 | #Constraints:      72892
2838.41/2847.28	c #Conflicts:    2220000 | #Constraints:      73892
2838.41/2847.28	c #Conflicts:    2221000 | #Constraints:      74892
2838.41/2847.28	c #Conflicts:    2222000 | #Constraints:      75892
2838.41/2847.28	c #Conflicts:    2223000 | #Constraints:      76892
2838.41/2847.28	c #Conflicts:    2224000 | #Constraints:      77892
2838.41/2847.28	c #Conflicts:    2225000 | #Constraints:      78892
2838.41/2847.28	c #Conflicts:    2226000 | #Constraints:      79892
2838.41/2847.28	c INPROCESSING
2838.41/2847.28	c GARBAGE COLLECT
2838.41/2847.28	c rational objective 923
2902.90/2911.99	c #Conflicts:    2227000 | #Constraints:      51245
2902.90/2911.99	c #Conflicts:    2228000 | #Constraints:      52245
2902.90/2911.99	c #Conflicts:    2229000 | #Constraints:      53246
2902.90/2911.99	c #Conflicts:    2230000 | #Constraints:      54246
2902.90/2911.99	c #Conflicts:    2231000 | #Constraints:      55246
2902.90/2911.99	c #Conflicts:    2232000 | #Constraints:      56247
2902.90/2911.99	c #Conflicts:    2233000 | #Constraints:      57248
2902.90/2911.99	c #Conflicts:    2234000 | #Constraints:      58248
2902.90/2911.99	c #Conflicts:    2235000 | #Constraints:      59248
2902.90/2911.99	c #Conflicts:    2236000 | #Constraints:      60248
2902.90/2911.99	c #Conflicts:    2237000 | #Constraints:      61249
2902.90/2911.99	c #Conflicts:    2238000 | #Constraints:      62249
2902.90/2911.99	c #Conflicts:    2239000 | #Constraints:      63249
2902.90/2911.99	c #Conflicts:    2240000 | #Constraints:      64250
2902.90/2911.99	c #Conflicts:    2241000 | #Constraints:      65250
2902.90/2911.99	c #Conflicts:    2242000 | #Constraints:      66251
2902.90/2911.99	c #Conflicts:    2243000 | #Constraints:      67253
2902.90/2911.99	c #Conflicts:    2244000 | #Constraints:      68254
2902.90/2911.99	c #Conflicts:    2245000 | #Constraints:      69254
2902.90/2911.99	c #Conflicts:    2246000 | #Constraints:      70255
2902.90/2911.99	c #Conflicts:    2247000 | #Constraints:      71256
2902.90/2911.99	c #Conflicts:    2248000 | #Constraints:      72257
2902.90/2911.99	c #Conflicts:    2249000 | #Constraints:      73258
2902.90/2911.99	c #Conflicts:    2250000 | #Constraints:      74258
2902.90/2911.99	c #Conflicts:    2251000 | #Constraints:      75259
2902.90/2911.99	c #Conflicts:    2252000 | #Constraints:      76261
2902.90/2911.99	c #Conflicts:    2253000 | #Constraints:      77262
2902.90/2911.99	c #Conflicts:    2254000 | #Constraints:      78262
2902.90/2911.99	c #Conflicts:    2255000 | #Constraints:      79262
2902.90/2911.99	c #Conflicts:    2256000 | #Constraints:      80263
2902.90/2911.99	c INPROCESSING
2902.90/2911.99	c GARBAGE COLLECT
2902.90/2911.99	c rational objective 923
2948.96/2958.14	c #Conflicts:    2257000 | #Constraints:      51407
2948.96/2958.14	c #Conflicts:    2258000 | #Constraints:      52407
2948.96/2958.14	c #Conflicts:    2259000 | #Constraints:      53407
2948.96/2958.14	c #Conflicts:    2260000 | #Constraints:      54407
2948.96/2958.14	c #Conflicts:    2261000 | #Constraints:      55408
2948.96/2958.14	c #Conflicts:    2262000 | #Constraints:      56408
2948.96/2958.14	c #Conflicts:    2263000 | #Constraints:      57408
2948.96/2958.14	c #Conflicts:    2264000 | #Constraints:      58408
2948.96/2958.14	c #Conflicts:    2265000 | #Constraints:      59408
2948.96/2958.14	c #Conflicts:    2266000 | #Constraints:      60408
2948.96/2958.14	c #Conflicts:    2267000 | #Constraints:      61408
2948.96/2958.14	c #Conflicts:    2268000 | #Constraints:      62409
2948.96/2958.14	c #Conflicts:    2269000 | #Constraints:      63409
2948.96/2958.14	c #Conflicts:    2270000 | #Constraints:      64409
2948.96/2958.14	c #Conflicts:    2271000 | #Constraints:      65409
2948.96/2958.14	c #Conflicts:    2272000 | #Constraints:      66409
2948.96/2958.14	c #Conflicts:    2273000 | #Constraints:      67409
2948.96/2958.14	c #Conflicts:    2274000 | #Constraints:      68409
2948.96/2958.14	c #Conflicts:    2275000 | #Constraints:      69409
2948.96/2958.14	c #Conflicts:    2276000 | #Constraints:      70409
2948.96/2958.14	c #Conflicts:    2277000 | #Constraints:      71409
2948.96/2958.14	c #Conflicts:    2278000 | #Constraints:      72409
2948.96/2958.14	c #Conflicts:    2279000 | #Constraints:      73409
2948.96/2958.14	c #Conflicts:    2280000 | #Constraints:      74409
2948.96/2958.14	c #Conflicts:    2281000 | #Constraints:      75409
2948.96/2958.14	c #Conflicts:    2282000 | #Constraints:      76409
2948.96/2958.14	c #Conflicts:    2283000 | #Constraints:      77409
2948.96/2958.14	c #Conflicts:    2284000 | #Constraints:      78410
2948.96/2958.14	c #Conflicts:    2285000 | #Constraints:      79410
2948.96/2958.14	c #Conflicts:    2286000 | #Constraints:      80410
2948.96/2958.14	c INPROCESSING
2948.96/2958.14	c GARBAGE COLLECT
2948.96/2958.14	c rational objective 923
3049.91/3059.40	c #Conflicts:    2287000 | #Constraints:      51467
3049.91/3059.40	c #Conflicts:    2288000 | #Constraints:      52467
3049.91/3059.40	c #Conflicts:    2289000 | #Constraints:      53467
3049.91/3059.40	c #Conflicts:    2290000 | #Constraints:      54467
3049.91/3059.40	c #Conflicts:    2291000 | #Constraints:      55467
3049.91/3059.40	c #Conflicts:    2292000 | #Constraints:      56468
3049.91/3059.40	c #Conflicts:    2293000 | #Constraints:      57468
3049.91/3059.40	c #Conflicts:    2294000 | #Constraints:      58468
3049.91/3059.40	c #Conflicts:    2295000 | #Constraints:      59468
3049.91/3059.40	c #Conflicts:    2296000 | #Constraints:      60468
3049.91/3059.40	c #Conflicts:    2297000 | #Constraints:      61468
3049.91/3059.40	c #Conflicts:    2298000 | #Constraints:      62468
3049.91/3059.40	c #Conflicts:    2299000 | #Constraints:      63475
3049.91/3059.40	c #Conflicts:    2300000 | #Constraints:      64476
3049.91/3059.40	c #Conflicts:    2301000 | #Constraints:      65477
3049.91/3059.40	c #Conflicts:    2302000 | #Constraints:      66477
3049.91/3059.40	c #Conflicts:    2303000 | #Constraints:      67477
3049.91/3059.40	c #Conflicts:    2304000 | #Constraints:      68477
3049.91/3059.40	c #Conflicts:    2305000 | #Constraints:      69477
3049.91/3059.40	c #Conflicts:    2306000 | #Constraints:      70477
3049.91/3059.40	c #Conflicts:    2307000 | #Constraints:      71477
3049.91/3059.40	c #Conflicts:    2308000 | #Constraints:      72478
3049.91/3059.40	c #Conflicts:    2309000 | #Constraints:      73479
3049.91/3059.40	c #Conflicts:    2310000 | #Constraints:      74479
3049.91/3059.40	c #Conflicts:    2311000 | #Constraints:      75480
3049.91/3059.40	c #Conflicts:    2312000 | #Constraints:      76483
3049.91/3059.40	c #Conflicts:    2313000 | #Constraints:      77484
3049.91/3059.40	c #Conflicts:    2314000 | #Constraints:      78485
3049.91/3059.40	c #Conflicts:    2315000 | #Constraints:      79485
3049.91/3059.40	c #Conflicts:    2316000 | #Constraints:      80485
3049.91/3059.40	c INPROCESSING
3049.91/3059.40	c GARBAGE COLLECT
3049.91/3059.40	c rational objective 923
3100.94/3110.68	c #Conflicts:    2317000 | #Constraints:      51262
3100.94/3110.68	c #Conflicts:    2318000 | #Constraints:      52262
3100.94/3110.68	c #Conflicts:    2319000 | #Constraints:      53262
3100.94/3110.68	c #Conflicts:    2320000 | #Constraints:      54262
3100.94/3110.68	c #Conflicts:    2321000 | #Constraints:      55262
3100.94/3110.68	c #Conflicts:    2322000 | #Constraints:      56263
3100.94/3110.68	c #Conflicts:    2323000 | #Constraints:      57263
3100.94/3110.68	c #Conflicts:    2324000 | #Constraints:      58263
3100.94/3110.68	c #Conflicts:    2325000 | #Constraints:      59263
3100.94/3110.68	c #Conflicts:    2326000 | #Constraints:      60263
3100.94/3110.68	c #Conflicts:    2327000 | #Constraints:      61263
3100.94/3110.68	c #Conflicts:    2328000 | #Constraints:      62263
3100.94/3110.68	c #Conflicts:    2329000 | #Constraints:      63263
3100.94/3110.68	c #Conflicts:    2330000 | #Constraints:      64263
3100.94/3110.68	c #Conflicts:    2331000 | #Constraints:      65263
3100.94/3110.68	c #Conflicts:    2332000 | #Constraints:      66264
3100.94/3110.68	c #Conflicts:    2333000 | #Constraints:      67264
3100.94/3110.68	c #Conflicts:    2334000 | #Constraints:      68264
3100.94/3110.68	c #Conflicts:    2335000 | #Constraints:      69264
3100.94/3110.68	c #Conflicts:    2336000 | #Constraints:      70264
3100.94/3110.68	c #Conflicts:    2337000 | #Constraints:      71264
3100.94/3110.68	c #Conflicts:    2338000 | #Constraints:      72264
3100.94/3110.68	c #Conflicts:    2339000 | #Constraints:      73264
3100.94/3110.68	c #Conflicts:    2340000 | #Constraints:      74265
3100.94/3110.68	c #Conflicts:    2341000 | #Constraints:      75265
3100.94/3110.68	c #Conflicts:    2342000 | #Constraints:      76265
3100.94/3110.68	c #Conflicts:    2343000 | #Constraints:      77265
3100.94/3110.68	c #Conflicts:    2344000 | #Constraints:      78265
3100.94/3110.68	c #Conflicts:    2345000 | #Constraints:      79265
3100.94/3110.68	c #Conflicts:    2346000 | #Constraints:      80265
3100.94/3110.68	c #Conflicts:    2347000 | #Constraints:      81265
3100.94/3110.68	c INPROCESSING
3100.94/3110.68	c GARBAGE COLLECT
3100.94/3110.68	c rational objective 923
3124.37/3134.11	c #Conflicts:    2348000 | #Constraints:      51986
3124.37/3134.11	c #Conflicts:    2349000 | #Constraints:      52986
3124.37/3134.11	c #Conflicts:    2350000 | #Constraints:      53986
3124.37/3134.11	c #Conflicts:    2351000 | #Constraints:      54986
3124.37/3134.11	c #Conflicts:    2352000 | #Constraints:      55986
3124.37/3134.11	c #Conflicts:    2353000 | #Constraints:      56986
3124.37/3134.11	c #Conflicts:    2354000 | #Constraints:      57986
3124.37/3134.11	c #Conflicts:    2355000 | #Constraints:      58986
3124.37/3134.11	c #Conflicts:    2356000 | #Constraints:      59987
3124.37/3134.11	c #Conflicts:    2357000 | #Constraints:      60987
3124.37/3134.11	c #Conflicts:    2358000 | #Constraints:      61987
3124.37/3134.11	c #Conflicts:    2359000 | #Constraints:      62987
3124.37/3134.11	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[80]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[84]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[118]: 6 -1.00006 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[169]: 6 0 1.00007 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[255]: 6 -1.00003 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[299]: 6 -1.00002 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[302]: 6 -1.00007 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[334]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[335]: 6 0 1.00006 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[341]: 6 -1.00009 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[387]: 6 -1.00007 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[388]: 6 -1.00004 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[390]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[421]: 6 0 1.00004 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[507]: 6 0 1.00002 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[564]: 6 -1.00002 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[566]: 6 -1.00002 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[576]: 6 -1.00007 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[578]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[588]: 6 -1.00003 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[593]: 6 0 1.00002 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[611]: 6 0 1.00006 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[613]: 6 0 1.00006 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[615]: 6 0 1.00001 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[617]: 6 0 1.00007 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[619]: 6 0 1.0001 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[626]: 6 -1.00007 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[629]: 6 0 1.00002 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[674]: 6 -1.0001 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[675]: 6 0 1.00008 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[707]: 6 0 1.00005 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[711]: 6 0 1.00001 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[732]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[740]: 6 -1.00002 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[780]: 6 -1.00004 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[810]: 6 -1.00002 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[822]: 6 -1.00009 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[830]: 6 -1.00006 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[854]: 6 -1.00006 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[864]: 6 -1.00008 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[942]: 6 -1.00009 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[985]: 6 0 1.00005 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[1024]: 6 -1.00002 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[1721]: 6 -1.00002 0 shouldn't be
3124.37/3134.11	WSVECS04 Frhs2[1764]: 6 -1.00001 0 shouldn't be
3175.69/3185.64	c #Conflicts:    2360000 | #Constraints:      63987
3175.69/3185.64	c #Conflicts:    2361000 | #Constraints:      64987
3175.69/3185.64	c #Conflicts:    2362000 | #Constraints:      65987
3175.69/3185.64	c #Conflicts:    2363000 | #Constraints:      66987
3175.69/3185.64	c #Conflicts:    2364000 | #Constraints:      67987
3175.69/3185.64	c #Conflicts:    2365000 | #Constraints:      68987
3175.69/3185.64	c #Conflicts:    2366000 | #Constraints:      69987
3175.69/3185.64	c #Conflicts:    2367000 | #Constraints:      70987
3175.69/3185.64	c #Conflicts:    2368000 | #Constraints:      71987
3175.69/3185.64	c #Conflicts:    2369000 | #Constraints:      72987
3175.69/3185.64	c #Conflicts:    2370000 | #Constraints:      73987
3175.69/3185.64	c #Conflicts:    2371000 | #Constraints:      74987
3175.69/3185.64	c #Conflicts:    2372000 | #Constraints:      75987
3175.69/3185.64	c #Conflicts:    2373000 | #Constraints:      76987
3175.69/3185.64	c #Conflicts:    2374000 | #Constraints:      77987
3175.69/3185.64	c #Conflicts:    2375000 | #Constraints:      78987
3175.69/3185.64	c #Conflicts:    2376000 | #Constraints:      79987
3175.69/3185.64	c #Conflicts:    2377000 | #Constraints:      80987
3175.69/3185.64	c #Conflicts:    2378000 | #Constraints:      81987
3175.69/3185.64	c INPROCESSING
3175.69/3185.64	c GARBAGE COLLECT
3175.69/3185.64	c rational objective 923
3186.75/3196.77	c #Conflicts:    2379000 | #Constraints:      52372
3186.75/3196.77	c #Conflicts:    2380000 | #Constraints:      53372
3186.75/3196.77	c #Conflicts:    2381000 | #Constraints:      54372
3186.75/3196.77	c #Conflicts:    2382000 | #Constraints:      55372
3186.75/3196.77	c #Conflicts:    2383000 | #Constraints:      56372
3186.75/3196.77	WSVECS04 Frhs2[6]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[18]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[50]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[56]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[62]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[70]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[78]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[92]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[98]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[100]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[102]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[104]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[106]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[108]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[110]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[114]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[116]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[124]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[132]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[134]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[136]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[142]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[146]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[148]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[154]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[160]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[166]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[174]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[176]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[188]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[192]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[198]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[204]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[208]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[213]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[216]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[218]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[220]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[224]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[230]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[240]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[246]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[248]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[252]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[255]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[262]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[264]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[268]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[270]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[278]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[280]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[284]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[290]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[292]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[294]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[297]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[299]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[301]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[302]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[310]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[312]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[314]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[316]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[320]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[324]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[328]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[330]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[332]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[334]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[343]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[350]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[354]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[360]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[362]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[370]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[374]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[376]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[382]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[385]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[388]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[390]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[392]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[418]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[421]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[422]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[424]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[432]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[434]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[450]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[460]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[464]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[474]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[515]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[518]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[520]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[524]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[528]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[552]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[554]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[557]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[564]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[566]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[570]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[574]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[578]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[586]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[588]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[599]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[601]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[604]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[608]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[612]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[616]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[620]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[626]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[628]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[630]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[632]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[634]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[636]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[643]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[648]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[654]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[658]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[662]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[664]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[668]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[670]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[672]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[680]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[685]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[687]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[690]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[692]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[700]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[702]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[704]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[710]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[712]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[716]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[720]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[722]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[724]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[729]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[736]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[738]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[740]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[742]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[746]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[748]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[750]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[752]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[754]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[758]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[760]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[762]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[764]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[766]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[768]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[776]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[778]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[780]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[782]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[788]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[790]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[792]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[794]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[798]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[800]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[804]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[808]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[810]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[812]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[818]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[820]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[822]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[830]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[832]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[834]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[850]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[852]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[854]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[864]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[874]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[876]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[894]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[896]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[904]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[906]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[908]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[910]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[912]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[914]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[916]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[918]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[920]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[922]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[928]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[932]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[934]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[938]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[940]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[942]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[948]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[950]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[952]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[954]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[956]: 6 -1.00008 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[960]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[962]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[966]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[972]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[974]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[976]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[978]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[980]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[982]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[984]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[986]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[989]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[990]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[992]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[994]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[996]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[998]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1000]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1002]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1004]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1006]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1008]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1010]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1012]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1014]: 6 -2.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1016]: 6 -2.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1018]: 6 -2.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1020]: 6 -2.00006 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1024]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1028]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1030]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1038]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1040]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1044]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1048]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1054]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1056]: 6 -1.00009 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1060]: 6 -1.00005 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1062]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1064]: 6 -1.00001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1066]: 6 -1.00003 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1068]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1070]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1072]: 6 -1.0001 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1325]: 6 -1.00007 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[2358]: 6 -1.00004 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[5094]: 6 -1.00002 0 shouldn't be
3186.75/3196.77	WSVECS04 Frhs2[5096]: 6 0 1.00002 shouldn't be
3189.25/3199.28	WSVECS04 Frhs2[949]: 6 -1.00004 0 shouldn't be
3256.62/3266.81	c #Conflicts:    2384000 | #Constraints:      57372
3256.62/3266.81	c #Conflicts:    2385000 | #Constraints:      58372
3256.62/3266.81	c #Conflicts:    2386000 | #Constraints:      59372
3256.62/3266.81	c #Conflicts:    2387000 | #Constraints:      60372
3256.62/3266.81	c #Conflicts:    2388000 | #Constraints:      61372
3256.62/3266.81	c #Conflicts:    2389000 | #Constraints:      62372
3256.62/3266.81	c #Conflicts:    2390000 | #Constraints:      63372
3256.62/3266.81	c #Conflicts:    2391000 | #Constraints:      64372
3256.62/3266.81	c #Conflicts:    2392000 | #Constraints:      65372
3256.62/3266.81	c #Conflicts:    2393000 | #Constraints:      66372
3256.62/3266.81	c #Conflicts:    2394000 | #Constraints:      67372
3256.62/3266.81	c #Conflicts:    2395000 | #Constraints:      68372
3256.62/3266.81	c #Conflicts:    2396000 | #Constraints:      69372
3256.62/3266.81	c #Conflicts:    2397000 | #Constraints:      70372
3256.62/3266.81	c #Conflicts:    2398000 | #Constraints:      71372
3256.62/3266.81	c #Conflicts:    2399000 | #Constraints:      72373
3256.62/3266.81	c #Conflicts:    2400000 | #Constraints:      73373
3256.62/3266.81	c #Conflicts:    2401000 | #Constraints:      74374
3256.62/3266.81	c #Conflicts:    2402000 | #Constraints:      75375
3256.62/3266.81	c #Conflicts:    2403000 | #Constraints:      76376
3256.62/3266.81	c #Conflicts:    2404000 | #Constraints:      77376
3256.62/3266.81	c #Conflicts:    2405000 | #Constraints:      78377
3256.62/3266.81	c #Conflicts:    2406000 | #Constraints:      79377
3256.62/3266.81	c #Conflicts:    2407000 | #Constraints:      80377
3256.62/3266.81	c #Conflicts:    2408000 | #Constraints:      81377
3256.62/3266.81	c #Conflicts:    2409000 | #Constraints:      82377
3256.62/3266.81	c INPROCESSING
3256.62/3266.81	c GARBAGE COLLECT
3256.62/3266.81	c rational objective 923
3263.91/3274.13	c #Conflicts:    2410000 | #Constraints:      52495
3263.91/3274.13	c #Conflicts:    2411000 | #Constraints:      53495
3263.91/3274.13	c #Conflicts:    2412000 | #Constraints:      54495
3263.91/3274.13	c #Conflicts:    2413000 | #Constraints:      55495
3263.91/3274.13	c #Conflicts:    2414000 | #Constraints:      56495
3263.91/3274.13	c #Conflicts:    2415000 | #Constraints:      57495
3263.91/3274.13	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[76]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[78]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[102]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[116]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[120]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[125]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[160]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[164]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[166]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[168]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[202]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[204]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[210]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[244]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[246]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[250]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[252]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[288]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[292]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[294]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[302]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[306]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[334]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[336]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[346]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[378]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[382]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[387]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[388]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[420]: 6 -2.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[422]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[424]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[432]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[464]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[468]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[474]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[510]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[517]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[518]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[550]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[561]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[562]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[564]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[566]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[570]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[572]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[576]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[578]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[580]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[582]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[584]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[588]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[590]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[592]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[594]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[602]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[604]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[612]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[626]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[630]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[632]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[634]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[638]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[646]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[650]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[656]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[658]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[662]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[664]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[666]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[668]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[670]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[672]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[680]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[690]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[694]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[698]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[700]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[702]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[704]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[706]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[708]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[710]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[712]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[714]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[716]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[720]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[722]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[724]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[736]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[738]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[740]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[742]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[744]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[750]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[752]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[754]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[756]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[758]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[760]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[762]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[764]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[768]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[778]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[780]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[782]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[790]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[792]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[794]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[798]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[800]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[802]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[804]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[806]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[810]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[818]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[820]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[852]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[854]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[862]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[864]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[894]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[903]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[904]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[906]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[908]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[910]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[912]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[914]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[916]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[918]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[920]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[922]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[924]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[926]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[928]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[932]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[936]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[940]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[942]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[948]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[950]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[954]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[960]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[962]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[966]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[970]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[974]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[978]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[980]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[982]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[984]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[986]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[990]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[992]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[994]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[995]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[996]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1000]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1002]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1004]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1006]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1008]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1010]: 6 -1.00004 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1012]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1014]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1016]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1018]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1020]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1022]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1024]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1026]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1028]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1030]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1036]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1040]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1042]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1044]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1046]: 6 -1.00001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1048]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1052]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1060]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1062]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1064]: 6 -1.00008 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1066]: 6 -1.00007 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1068]: 6 -1.00009 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1075]: 6 -1.0001 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[1076]: 6 -1.00006 0 shouldn't be
3263.91/3274.13	WSVECS04 Frhs2[3044]: 6 0 1.00003 shouldn't be
3300.78/3311.17	c #Conflicts:    2416000 | #Constraints:      58495
3300.78/3311.17	c #Conflicts:    2417000 | #Constraints:      59495
3300.78/3311.17	c #Conflicts:    2418000 | #Constraints:      60495
3300.78/3311.17	c #Conflicts:    2419000 | #Constraints:      61495
3300.78/3311.17	c #Conflicts:    2420000 | #Constraints:      62495
3300.78/3311.17	c #Conflicts:    2421000 | #Constraints:      63495
3300.78/3311.17	c #Conflicts:    2422000 | #Constraints:      64495
3300.78/3311.17	c #Conflicts:    2423000 | #Constraints:      65495
3300.78/3311.17	c #Conflicts:    2424000 | #Constraints:      66495
3300.78/3311.17	c #Conflicts:    2425000 | #Constraints:      67495
3300.78/3311.17	c #Conflicts:    2426000 | #Constraints:      68496
3300.78/3311.17	c #Conflicts:    2427000 | #Constraints:      69496
3300.78/3311.17	c #Conflicts:    2428000 | #Constraints:      70496
3300.78/3311.17	c #Conflicts:    2429000 | #Constraints:      71496
3300.78/3311.17	c #Conflicts:    2430000 | #Constraints:      72496
3300.78/3311.17	c #Conflicts:    2431000 | #Constraints:      73496
3300.78/3311.17	c #Conflicts:    2432000 | #Constraints:      74496
3300.78/3311.17	c #Conflicts:    2433000 | #Constraints:      75496
3300.78/3311.17	c #Conflicts:    2434000 | #Constraints:      76496
3300.78/3311.17	c #Conflicts:    2435000 | #Constraints:      77496
3300.78/3311.17	c #Conflicts:    2436000 | #Constraints:      78496
3300.78/3311.17	c #Conflicts:    2437000 | #Constraints:      79496
3300.78/3311.17	c #Conflicts:    2438000 | #Constraints:      80496
3300.78/3311.17	c #Conflicts:    2439000 | #Constraints:      81496
3300.78/3311.17	c #Conflicts:    2440000 | #Constraints:      82497
3300.78/3311.17	c INPROCESSING
3300.78/3311.17	c GARBAGE COLLECT
3300.78/3311.17	c rational objective 923
3346.43/3357.01	c #Conflicts:    2441000 | #Constraints:      52536
3346.43/3357.01	c #Conflicts:    2442000 | #Constraints:      53536
3346.43/3357.01	c #Conflicts:    2443000 | #Constraints:      54536
3346.43/3357.01	c #Conflicts:    2444000 | #Constraints:      55536
3346.43/3357.01	c #Conflicts:    2445000 | #Constraints:      56536
3346.43/3357.01	c #Conflicts:    2446000 | #Constraints:      57536
3346.43/3357.01	c #Conflicts:    2447000 | #Constraints:      58536
3346.43/3357.01	c #Conflicts:    2448000 | #Constraints:      59536
3346.43/3357.01	c #Conflicts:    2449000 | #Constraints:      60536
3346.43/3357.01	c #Conflicts:    2450000 | #Constraints:      61536
3346.43/3357.01	c #Conflicts:    2451000 | #Constraints:      62536
3346.43/3357.01	c #Conflicts:    2452000 | #Constraints:      63536
3346.43/3357.01	c #Conflicts:    2453000 | #Constraints:      64536
3346.43/3357.01	c #Conflicts:    2454000 | #Constraints:      65536
3346.43/3357.01	c #Conflicts:    2455000 | #Constraints:      66536
3346.43/3357.01	c #Conflicts:    2456000 | #Constraints:      67537
3346.43/3357.01	c #Conflicts:    2457000 | #Constraints:      68537
3346.43/3357.01	c #Conflicts:    2458000 | #Constraints:      69537
3346.43/3357.01	c #Conflicts:    2459000 | #Constraints:      70537
3346.43/3357.01	c #Conflicts:    2460000 | #Constraints:      71537
3346.43/3357.01	c #Conflicts:    2461000 | #Constraints:      72537
3346.43/3357.01	c #Conflicts:    2462000 | #Constraints:      73538
3346.43/3357.01	c #Conflicts:    2463000 | #Constraints:      74538
3346.43/3357.01	c #Conflicts:    2464000 | #Constraints:      75538
3346.43/3357.01	c #Conflicts:    2465000 | #Constraints:      76538
3346.43/3357.01	c #Conflicts:    2466000 | #Constraints:      77538
3346.43/3357.01	c #Conflicts:    2467000 | #Constraints:      78538
3346.43/3357.01	c #Conflicts:    2468000 | #Constraints:      79538
3346.43/3357.01	c #Conflicts:    2469000 | #Constraints:      80538
3346.43/3357.01	c #Conflicts:    2470000 | #Constraints:      81539
3346.43/3357.01	c #Conflicts:    2471000 | #Constraints:      82539
3346.43/3357.01	c INPROCESSING
3346.43/3357.01	c GARBAGE COLLECT
3346.43/3357.01	c rational objective 923
3415.89/3426.67	c #Conflicts:    2472000 | #Constraints:      52376
3415.89/3426.67	c #Conflicts:    2473000 | #Constraints:      53376
3415.89/3426.67	c #Conflicts:    2474000 | #Constraints:      54377
3415.89/3426.67	c #Conflicts:    2475000 | #Constraints:      55378
3415.89/3426.67	c #Conflicts:    2476000 | #Constraints:      56378
3415.89/3426.67	c #Conflicts:    2477000 | #Constraints:      57378
3415.89/3426.67	c #Conflicts:    2478000 | #Constraints:      58379
3415.89/3426.67	c #Conflicts:    2479000 | #Constraints:      59379
3415.89/3426.67	c #Conflicts:    2480000 | #Constraints:      60379
3415.89/3426.67	c #Conflicts:    2481000 | #Constraints:      61379
3415.89/3426.67	c #Conflicts:    2482000 | #Constraints:      62379
3415.89/3426.67	c #Conflicts:    2483000 | #Constraints:      63379
3415.89/3426.67	c #Conflicts:    2484000 | #Constraints:      64380
3415.89/3426.67	c #Conflicts:    2485000 | #Constraints:      65380
3415.89/3426.67	c #Conflicts:    2486000 | #Constraints:      66380
3415.89/3426.67	c #Conflicts:    2487000 | #Constraints:      67381
3415.89/3426.67	c #Conflicts:    2488000 | #Constraints:      68381
3415.89/3426.67	c #Conflicts:    2489000 | #Constraints:      69381
3415.89/3426.67	c #Conflicts:    2490000 | #Constraints:      70381
3415.89/3426.67	c #Conflicts:    2491000 | #Constraints:      71382
3415.89/3426.67	c #Conflicts:    2492000 | #Constraints:      72382
3415.89/3426.67	c #Conflicts:    2493000 | #Constraints:      73383
3415.89/3426.67	c #Conflicts:    2494000 | #Constraints:      74383
3415.89/3426.67	c #Conflicts:    2495000 | #Constraints:      75383
3415.89/3426.67	c #Conflicts:    2496000 | #Constraints:      76383
3415.89/3426.67	c #Conflicts:    2497000 | #Constraints:      77383
3415.89/3426.67	c #Conflicts:    2498000 | #Constraints:      78384
3415.89/3426.67	c #Conflicts:    2499000 | #Constraints:      79385
3415.89/3426.67	c #Conflicts:    2500000 | #Constraints:      80385
3415.89/3426.67	c #Conflicts:    2501000 | #Constraints:      81385
3415.89/3426.67	c #Conflicts:    2502000 | #Constraints:      82385
3415.89/3426.67	c #Conflicts:    2503000 | #Constraints:      83386
3415.89/3426.67	c INPROCESSING
3415.89/3426.67	c GARBAGE COLLECT
3415.89/3426.67	c rational objective 923
3466.42/3477.37	c #Conflicts:    2504000 | #Constraints:      52902
3466.42/3477.37	c #Conflicts:    2505000 | #Constraints:      53902
3466.42/3477.37	c #Conflicts:    2506000 | #Constraints:      54902
3466.42/3477.37	c #Conflicts:    2507000 | #Constraints:      55902
3466.42/3477.37	c #Conflicts:    2508000 | #Constraints:      56902
3466.42/3477.37	c #Conflicts:    2509000 | #Constraints:      57902
3466.42/3477.37	c #Conflicts:    2510000 | #Constraints:      58902
3466.42/3477.37	c #Conflicts:    2511000 | #Constraints:      59903
3466.42/3477.37	c #Conflicts:    2512000 | #Constraints:      60903
3466.42/3477.37	c #Conflicts:    2513000 | #Constraints:      61903
3466.42/3477.37	c #Conflicts:    2514000 | #Constraints:      62903
3466.42/3477.37	c #Conflicts:    2515000 | #Constraints:      63903
3466.42/3477.37	c #Conflicts:    2516000 | #Constraints:      64903
3466.42/3477.37	c #Conflicts:    2517000 | #Constraints:      65903
3466.42/3477.37	c #Conflicts:    2518000 | #Constraints:      66903
3466.42/3477.37	c #Conflicts:    2519000 | #Constraints:      67903
3466.42/3477.37	c #Conflicts:    2520000 | #Constraints:      68904
3466.42/3477.37	c #Conflicts:    2521000 | #Constraints:      69904
3466.42/3477.37	c #Conflicts:    2522000 | #Constraints:      70904
3466.42/3477.37	c #Conflicts:    2523000 | #Constraints:      71904
3466.42/3477.37	c #Conflicts:    2524000 | #Constraints:      72905
3466.42/3477.37	c #Conflicts:    2525000 | #Constraints:      73905
3466.42/3477.37	c #Conflicts:    2526000 | #Constraints:      74906
3466.42/3477.37	c #Conflicts:    2527000 | #Constraints:      75906
3466.42/3477.37	c #Conflicts:    2528000 | #Constraints:      76906
3466.42/3477.37	c #Conflicts:    2529000 | #Constraints:      77906
3466.42/3477.37	c #Conflicts:    2530000 | #Constraints:      78906
3466.42/3477.37	c #Conflicts:    2531000 | #Constraints:      79906
3466.42/3477.37	c #Conflicts:    2532000 | #Constraints:      80906
3466.42/3477.37	c #Conflicts:    2533000 | #Constraints:      81906
3466.42/3477.37	c #Conflicts:    2534000 | #Constraints:      82906
3466.42/3477.37	c #Conflicts:    2535000 | #Constraints:      83906
3466.42/3477.37	c INPROCESSING
3466.42/3477.37	c GARBAGE COLLECT
3466.42/3477.37	c rational objective 923
3513.86/3524.99	c #Conflicts:    2536000 | #Constraints:      53332
3513.86/3524.99	c #Conflicts:    2537000 | #Constraints:      54332
3513.86/3524.99	c #Conflicts:    2538000 | #Constraints:      55332
3513.86/3524.99	c #Conflicts:    2539000 | #Constraints:      56332
3513.86/3524.99	c #Conflicts:    2540000 | #Constraints:      57332
3513.86/3524.99	c #Conflicts:    2541000 | #Constraints:      58332
3513.86/3524.99	c #Conflicts:    2542000 | #Constraints:      59333
3513.86/3524.99	c #Conflicts:    2543000 | #Constraints:      60333
3513.86/3524.99	c #Conflicts:    2544000 | #Constraints:      61334
3513.86/3524.99	c #Conflicts:    2545000 | #Constraints:      62334
3513.86/3524.99	c #Conflicts:    2546000 | #Constraints:      63334
3513.86/3524.99	c #Conflicts:    2547000 | #Constraints:      64334
3513.86/3524.99	c #Conflicts:    2548000 | #Constraints:      65334
3513.86/3524.99	c #Conflicts:    2549000 | #Constraints:      66335
3513.86/3524.99	c #Conflicts:    2550000 | #Constraints:      67335
3513.86/3524.99	c #Conflicts:    2551000 | #Constraints:      68335
3513.86/3524.99	c #Conflicts:    2552000 | #Constraints:      69337
3513.86/3524.99	c #Conflicts:    2553000 | #Constraints:      70337
3513.86/3524.99	c #Conflicts:    2554000 | #Constraints:      71341
3513.86/3524.99	c #Conflicts:    2555000 | #Constraints:      72342
3513.86/3524.99	c #Conflicts:    2556000 | #Constraints:      73345
3513.86/3524.99	c #Conflicts:    2557000 | #Constraints:      74349
3513.86/3524.99	c #Conflicts:    2558000 | #Constraints:      75352
3513.86/3524.99	c #Conflicts:    2559000 | #Constraints:      76354
3513.86/3524.99	c #Conflicts:    2560000 | #Constraints:      77359
3513.86/3524.99	c #Conflicts:    2561000 | #Constraints:      78360
3513.86/3524.99	c #Conflicts:    2562000 | #Constraints:      79362
3513.86/3524.99	c #Conflicts:    2563000 | #Constraints:      80364
3513.86/3524.99	c #Conflicts:    2564000 | #Constraints:      81367
3513.86/3524.99	c #Conflicts:    2565000 | #Constraints:      82369
3513.86/3524.99	c #Conflicts:    2566000 | #Constraints:      83371
3513.86/3524.99	c #Conflicts:    2567000 | #Constraints:      84372
3513.86/3524.99	c INPROCESSING
3513.86/3524.99	c GARBAGE COLLECT
3513.86/3524.99	c rational objective 923
3573.26/3584.54	c #Conflicts:    2568000 | #Constraints:      53543
3573.26/3584.54	c #Conflicts:    2569000 | #Constraints:      54543
3573.26/3584.54	c #Conflicts:    2570000 | #Constraints:      55543
3573.26/3584.54	c #Conflicts:    2571000 | #Constraints:      56543
3573.26/3584.54	c #Conflicts:    2572000 | #Constraints:      57543
3573.26/3584.54	c #Conflicts:    2573000 | #Constraints:      58543
3573.26/3584.54	c #Conflicts:    2574000 | #Constraints:      59543
3573.26/3584.54	c #Conflicts:    2575000 | #Constraints:      60543
3573.26/3584.54	c #Conflicts:    2576000 | #Constraints:      61543
3573.26/3584.54	c #Conflicts:    2577000 | #Constraints:      62544
3573.26/3584.54	c #Conflicts:    2578000 | #Constraints:      63544
3573.26/3584.54	c #Conflicts:    2579000 | #Constraints:      64544
3573.26/3584.54	c #Conflicts:    2580000 | #Constraints:      65545
3573.26/3584.54	c #Conflicts:    2581000 | #Constraints:      66545
3573.26/3584.54	c #Conflicts:    2582000 | #Constraints:      67545
3573.26/3584.54	c #Conflicts:    2583000 | #Constraints:      68545
3573.26/3584.54	c #Conflicts:    2584000 | #Constraints:      69546
3573.26/3584.54	c #Conflicts:    2585000 | #Constraints:      70546
3573.26/3584.54	c #Conflicts:    2586000 | #Constraints:      71546
3573.26/3584.54	c #Conflicts:    2587000 | #Constraints:      72546
3573.26/3584.54	c #Conflicts:    2588000 | #Constraints:      73546
3573.26/3584.54	c #Conflicts:    2589000 | #Constraints:      74546
3573.26/3584.54	c #Conflicts:    2590000 | #Constraints:      75546
3573.26/3584.54	c #Conflicts:    2591000 | #Constraints:      76546
3573.26/3584.54	c #Conflicts:    2592000 | #Constraints:      77546
3573.26/3584.54	c #Conflicts:    2593000 | #Constraints:      78546
3573.26/3584.54	c #Conflicts:    2594000 | #Constraints:      79546
3573.26/3584.54	c #Conflicts:    2595000 | #Constraints:      80546
3573.26/3584.54	c #Conflicts:    2596000 | #Constraints:      81546
3573.26/3584.54	c #Conflicts:    2597000 | #Constraints:      82546
3573.26/3584.54	c #Conflicts:    2598000 | #Constraints:      83546
3573.26/3584.54	c #Conflicts:    2599000 | #Constraints:      84546
3573.26/3584.54	c INPROCESSING
3573.26/3584.54	c GARBAGE COLLECT
3573.26/3584.54	c rational objective 923
3600.08/3611.40	c #Conflicts:    2600000 | #Constraints:      53576
3600.08/3611.40	c #Conflicts:    2601000 | #Constraints:      54576
3600.08/3611.40	c #Conflicts:    2602000 | #Constraints:      55576
3600.08/3611.40	c #Conflicts:    2603000 | #Constraints:      56576
3600.08/3611.40	c #Conflicts:    2604000 | #Constraints:      57576
3600.08/3611.40	c #Conflicts:    2605000 | #Constraints:      58577
3600.08/3611.40	c #Conflicts:    2606000 | #Constraints:      59577
3600.08/3611.40	c #Conflicts:    2607000 | #Constraints:      60577
3600.08/3611.40	c #Conflicts:    2608000 | #Constraints:      61577
3600.08/3611.40	c #Conflicts:    2609000 | #Constraints:      62577
3600.08/3611.40	c #Conflicts:    2610000 | #Constraints:      63577
3600.08/3611.40	c #Conflicts:    2611000 | #Constraints:      64577
3600.08/3611.40	c #Conflicts:    2612000 | #Constraints:      65578
3600.08/3611.40	c #Conflicts:    2613000 | #Constraints:      66578
3600.08/3611.40	c #Conflicts:    2614000 | #Constraints:      67578
3600.08/3611.40	c #Conflicts:    2615000 | #Constraints:      68578
3600.08/3611.40	c #Conflicts:    2616000 | #Constraints:      69578
3600.08/3611.40	c #Conflicts:    2617000 | #Constraints:      70578
3600.08/3611.40	c cpu time 3575.18 s
3600.08/3611.40	c deterministic time 251475113922 2.51e+11
3600.08/3611.40	c optimization time 26.548 s
3600.08/3611.40	c total solve time 3548.46 s
3600.08/3611.40	c core-guided solve time 1845.64 s
3600.08/3611.40	c propagation time 2433.93 s
3600.08/3611.40	c conflict analysis time 948.041 s
3600.08/3611.40	c propagations 995264583
3600.08/3611.40	c resolve steps 69039889
3600.08/3611.40	c decisions 12614252
3600.08/3611.40	c conflicts 2617721
3600.08/3611.40	c restarts 4507
3600.08/3611.40	c inprocessing phases 152
3600.08/3611.40	c garbage collections 152 ,( 100.00 )
3600.08/3611.40	c input clauses 19204 ,( 90.03 )
3600.08/3611.40	c input cardinalities 1986 ,( 9.31 )
3600.08/3611.40	c input general constraints 140 ,( 0.66 )
3600.08/3611.40	c input average constraint length 81.91
3600.08/3611.40	c input average constraint degree 21.55
3600.08/3611.40	c learned clauses 1704468 ,( 65.07 )
3600.08/3611.40	c learned cardinalities 77470 ,( 2.96 )
3600.08/3611.40	c learned general constraints 837429 ,( 31.97 )
3600.08/3611.40	c learned average constraint length 271.17
3600.08/3611.40	c learned average constraint degree 183518386.29
3600.08/3611.40	c watched  CF 32, 64, 128, Arb: 249998 , 0 , 0 , 0
3600.08/3611.40	c counting CF 32, 64, 128, Arb: 587572 , 0 , 0 , 0
3600.08/3611.40	c watched   constraints 249998 ,( 29.85 ) 
3600.08/3611.40	c counting  constraints 587571 ,( 70.15 ) 
3600.08/3611.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1277663469 , 4100399229 , 14430323606 ,( 1007896615 , 13422426991 )
3600.08/3611.40	c gcd simplifications 47386
3600.08/3611.40	c detected cardinalities 2394
3600.08/3611.40	c weakened non-implied lits 485012013
3600.08/3611.40	c weakened non-implying lits 207691
3600.08/3611.40	c original variables 6575
3600.08/3611.40	c clausal propagations 481996192
3600.08/3611.40	c cardinality propagations 46862565
3600.08/3611.40	c watched propagations 7575462
3600.08/3611.40	c counting propagations 417557250
3600.08/3611.40	c watch lookups 143590535286
3600.08/3611.40	c watch backjump lookups 0
3600.08/3611.40	c watch checks 49268710167
3600.08/3611.40	c propagation checks 53549952990
3600.08/3611.40	c constraint additions 3044388664
3600.08/3611.40	c trail pops 1010494440
3600.08/3611.40	c formula constraints 18170
3600.08/3611.40	c learned constraints 2616252
3600.08/3611.40	c bound constraints 924
3600.08/3611.40	c core-guided constraints 2236
3600.08/3611.40	c encountered formula constraints 29140196
3600.08/3611.40	c encountered learned constraints 22792503
3600.08/3611.40	c encountered bound constraints 255
3600.08/3611.40	c encountered core-guided constraints 19615122
3600.08/3611.40	c LP total time 479.125 s
3600.08/3611.40	c LP solve time 438.11 s
3600.08/3611.40	c LP constraints added 19108
3600.08/3611.40	c LP constraints removed 932
3600.08/3611.40	c LP pivots internal 2618852
3600.08/3611.40	c LP pivots root 534687
3600.08/3611.40	c LP calls 2207
3600.08/3611.40	c LP optimalities 733
3600.08/3611.40	c LP no pivot count 242
3600.08/3611.40	c LP infeasibilities 1470
3600.08/3611.40	c LP valid Farkas constraints 1469
3600.08/3611.40	c LP learned Farkas constraints 1469
3600.08/3611.40	c LP basis resets 1
3600.08/3611.40	c LP cycling count 0
3600.08/3611.40	c LP singular count 0
3600.08/3611.40	c LP no primal count 0
3600.08/3611.40	c LP no farkas count 1
3600.08/3611.40	c LP other issue count 0
3600.08/3611.40	c LP Gomory cuts 177
3600.08/3611.40	c LP learned cuts 761
3600.08/3611.40	c LP deleted cuts 932
3600.08/3611.40	c LP encountered Gomory constraints 3052
3600.08/3611.40	c LP encountered Farkas constraints 89105
3600.08/3611.40	c LP encountered learned Farkas constraints 15908
3600.08/3611.40	c CG auxiliary variables introduced 1053
3600.08/3611.40	c CG solutions found 1
3600.08/3611.40	c CG cores constructed 923
3600.08/3611.40	c CG core cardinality constraints returned 0
3600.08/3611.40	c CG unit cores 0
3600.08/3611.40	c CG single cores 923
3600.08/3611.40	c CG blocks removed during cardinality reduction 0
3600.08/3611.40	c CG first core best 0
3600.08/3611.40	c CG decision core best 0
3600.08/3611.40	c CG core reduction tie 0
3600.08/3611.40	c CG core degree average 1.00
3600.08/3611.40	c CG core slack average 2.08
3600.08/3611.40	c CG core upper bound improvements 0
3600.08/3611.40	c STR number of successful calls 0
3600.08/3611.40	c STR number of unsuccessful calls 0
3600.08/3611.40	c STR number of inconclusive calls 0
3600.08/3611.40	c STR number of successful attempts 0
3600.08/3611.40	c STR number of unsuccessful attempts 0
3600.08/3611.40	c STR number of inconclusive attempts 0
3600.08/3611.40	c STR average degree increase per successful call inf
3600.08/3611.40	c STR average degree increase per successful attempt inf
3600.08/3611.40	c STR total number of conflicts for successful attempts 0
3600.08/3611.40	c STR total number of conflicts for unsuccessful attempts 0
3600.08/3611.40	c STR total number of conflicts for inconclusive attempts 0
3600.08/3611.40	c STR average number of conflicts per successful attempt inf
3600.08/3611.40	c STR average number of conflicts per unsuccessful attempt inf
3600.08/3611.40	c STR average number of conflicts per inconclusive attempt inf
3600.08/3611.40	c AVG.sumWPerc 54.03 
3600.08/3611.40	c bigint constraints 0 
3600.08/3611.40	o 924
3600.08/3611.40	s SATISFIABLE
3600.08/3611.40	v -x1 x2 -x3 x4 -x5 x6 -x7 x8 -x9 x10 -x11 x12 -x13 x14 -x15 x16 -x17 x18 -x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 x28 -x29 x30 -x31 x32 -x33 x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 x52 -x53 x54 -x55 x56 -x57 x58 -x59 x60 -x61 x62 -x63 x64 -x65 x66 -x67 x68 -x69 x70 -x71 x72 -x73 x74 -x75 x76 -x77 x78 -x79 x80 -x81 x82 -x83 x84 -x85 x86 -x87 x88 -x89 x90 -x91 x92 -x93 x94 -x95 x96 -x97 x98 -x99 x100 -x101 x102 -x103 x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 x128 x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138 -x139 x140 -x141 x142 -x143 x144 -x145 x146 -x147 x148 -x149 x150 -x151 x152 -x153 x154 -x155 x156 -x157 x158 -x159 x160 -x161 x162 -x163 x164 -x165 x166 -x167 x168 -x169 x170 -x171 x172 -x173 x174 -x175 x176 -x177 x178 -x179 x180 -x181 x182 -x183 x184 -x185 x186 -x187 x188 -x189 x190 -x191 x192 -x193 x194 -x195 x196 -x197 x198 -x199 x200 -x201 x202 -x203 x204 -x205 x206 -x207 x208 -x209 x210 -x211 x212 -x213 x214 x215 x216 -x217 x218 -x219 x220 -x221 x222 -x223 x224 -x225 x226 -x227 x228 -x229 x230 -x231 x232 -x233 x234 -x235 x236 -x237 x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 -x249 x250 -x251 x252 -x253 x254 -x255 x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 x278 -x279 x280 -x281 x282 -x283 x284 -x285 x286 -x287 x288 -x289 x290 -x291 x292 -x293 x294 -x295 x296 -x297 x298 -x299 x300 x301 x302 -x303 x304 -x305 x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 -x323 x324 -x325 x326 -x327 x328 -x329 x330 -x331 x332 -x333 x334 -x335 x336 -x337 x338 -x339 x340 -x341 x342 -x343 x344 -x345 x346 -x347 x348 -x349 x350 -x351 x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 -x361 x362 -x363 x364 -x365 x366 -x367 x368 -x369 x370 -x371 x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 -x381 x382 -x383 x384 -x385 x386 x387 x388 -x389 x390 -x391 x392 -x393 x394 -x395 x396 -x397 x398 -x399 x400 -x401 x402 -x403 x404 -x405 x406 -x407 x408 -x409 x410 -x411 x412 -x413 x414 -x415 x416 -x417 x418 -x419 x420 -x421 x422 -x423 x424 -x425 x426 -x427 x428 -x429 x430 -x431 x432 -x433 x434 -x435 x436 -x437 x438 -x439 x440 -x441 x442 -x443 x444 -x445 x446 -x447 x448 -x449 x450 -x451 x452 -x453 x454 -x455 x456 -x457 x458 -x459 x460 -x461 x462 -x463 x464 -x465 x466 -x467 x468 -x469 x470 -x471 x472 x473 x474 -x475 x476 -x477 x478 -x479 x480 -x481 x482 -x483 x484 -x485 x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 -x525 x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 -x535 x536 -x537 x538 -x539 x540 -x541 x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 -x557 x558 x559 x560 -x561 x562 -x563 x564 -x565 x566 -x567 x568 -x569 x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 -x589 x590 -x591 x592 -x593 x594 -x595 x596 -x597 x598 -x599 x600 -x601 x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 -x623 x624 -x625 x626 -x627 x628 -x629 x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 x645 x646 -x647 x648 -x649 x650 -x651 x652 -x653 x654 -x655 x656 -x657 x658 -x659 x660 -x661 x662 -x663 x664 -x665 x666 -x667 x668 -x669 x670 -x671 x672 -x673 x674 -x675 x676 -x677 x678 -x679 x680 -x681 x682 -x683 x684 -x685 x686 -x687 x688 -x689 x690 -x691 x692 -x693 x694 -x695 x696 -x697 x698 -x699 x700 -x701 x702 -x703 x704 -x705 x706 -x707 x708 -x709 x710 -x711 x712 -x713 x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 -x727 x728 -x729 x730 x731 x732 -x733 x734 -x735 x736 -x737 x738 -x739 x740 -x741 x742 -x743 x744 -x745 x746 -x747 x748 -x749 x750 -x751 x752 -x753 x754 -x755 x756 -x757 x758 -x759 x760 -x761 x762 -x763 x764 -x765 x766 -x767 x768 -x769 x770 -x771 x772 -x773 x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 -x787 x788 -x789 x790 -x791 x792 -x793 x794 -x795 x796 -x797 x798 -x799 x800 -x801 x802 -x803 x804 -x805 x806 -x807 x808 -x809 x810 -x811 x812 -x813 x814 -x815 x816 x817 x818 -x819 x820 -x821 x822 -x823 x824 -x825 x826 -x827 x828 -x829 x830 -x831 x832 -x833 x834 -x835 x836 -x837 x838 -x839 x840 -x841 x842 -x843 x844 -x845 x846 -x847 x848 -x849 x850 -x851 x852 -x853 x854 -x855 x856 -x857 x858 -x859 x860 -x861 x862 -x863 x864 -x865 x866 -x867 x868 -x869 x870 -x871 x872 -x873 x874 -x875 x876 -x877 x878 -x879 x880 -x881 x882 -x883 x884 -x885 x886 -x887 x888 -x889 x890 -x891 x892 -x893 x894 -x895 x896 -x897 x898 -x899 x900 -x901 x902 x903 x904 -x905 x906 -x907 x908 -x909 x910 -x911 x912 -x913 x914 -x915 x916 -x917 x918 -x919 x920 -x921 x922 -x923 x924 -x925 x926 -x927 x928 -x929 x930 -x931 x932 -x933 x934 -x935 x936 -x937 x938 -x939 x940 -x941 x942 -x943 x944 -x945 x946 -x947 x948 -x949 x950 -x951 x952 -x953 x954 -x955 x956 -x957 x958 -x959 x960 -x961 x962 -x963 x964 -x965 x966 -x967 x968 -x969 x970 -x971 x972 -x973 x974 -x975 x976 -x977 x978 -x979 x980 -x981 x982 -x983 x984 -x985 x986 -x987 x988 x989 x990 -x991 x992 -x993 x994 -x995 x996 -x997 x998 -x999 x1000 -x1001 x1002 -x1003 x1004 -x1005 x1006 -x1007 x1008 -x1009 x1010 -x1011 x1012 -x1013 x1014 -x1015 x1016 -x1017 x1018 -x1019 x1020 -x1021 x1022 -x1023 x1024 -x1025 x1026 -x1027 x1028 -x1029 x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 -x1037 x1038 -x1039 x1040 -x1041 x1042 -x1043 x1044 -x1045 x1046 -x1047 x1048 -x1049 x1050 -x1051 x1052 -x1053 x1054 -x1055 x1056 -x1057 x1058 -x1059 x1060 -x1061 x1062 -x1063 x1064 -x1065 x1066 -x1067 x1068 -x1069 x1070 -x1071 x1072 -x1073 x1074 x1075 x1076 -x1077 x1078 -x1079 x1080 -x1081 x1082 -x1083 x1084 -x1085 x1086 -x1087 x1088 -x1089 x1090 -x1091 x1092 -x1093 x1094 -x1095 x1096 -x1097 x1098 -x1099 x1100 -x1101 x1102 -x1103 x1104 -x1105 x1106 -x1107 x1108 -x1109 x1110 -x1111 x1112 -x1113 x1114 -x1115 x1116 -x1117 x1118 -x1119 x1120 -x1121 x1122 -x1123 x1124 -x1125 x1126 -x1127 x1128 -x1129 x1130 -x1131 x1132 -x1133 x1134 -x1135 x1136 -x1137 x1138 -x1139 x1140 -x1141 x1142 -x1143 x1144 -x1145 x1146 -x1147 x1148 -x1149 x1150 -x1151 x1152 -x1153 x1154 -x1155 x1156 -x1157 x1158 -x1159 x1160 x1161 x1162 -x1163 x1164 -x1165 x1166 -x1167 x1168 -x1169 x1170 -x1171 x1172 -x1173 x1174 -x1175 x1176 -x1177 x1178 -x1179 x1180 -x1181 x1182 -x1183 x1184 -x1185 x1186 -x1187 x1188 -x1189 x1190 -x1191 x1192 -x1193 x1194 -x1195 x1196 -x1197 x1198 -x1199 x1200 -x1201 x1202 -x1203 x1204 -x1205 x1206 -x1207 x1208 -x1209 x1210 -x1211 x1212 -x1213 x1214 -x1215 x1216 -x1217 x1218 -x1219 x1220 -x1221 x1222 -x1223 x1224 -x1225 x1226 -x1227 x1228 -x1229 x1230 -x1231 x1232 -x1233 x1234 -x1235 x1236 -x1237 x1238 -x1239 x1240 -x1241 x1242 -x1243 x1244 -x1245 x1246 x1247 x1248 -x1249 x1250 -x1251 x1252 -x1253 x1254 -x1255 x1256 -x1257 x1258 -x1259 x1260 -x1261 x1262 -x1263 x1264 -x1265 x1266 -x1267 x1268 -x1269 x1270 -x1271 x1272 -x1273 x1274 -x1275 x1276 -x1277 x1278 -x1279 x1280 -x1281 x1282 -x1283 x1284 -x1285 x1286 -x1287 x1288 -x1289 x1290 -x1291 x1292 -x1293 x1294 -x1295 x1296 -x1297 x1298 -x1299 x1300 -x1301 x1302 -x1303 x1304 -x1305 x1306 -x1307 x1308 -x1309 x1310 -x1311 x1312 -x1313 x1314 -x1315 x1316 -x1317 x1318 -x1319 x1320 -x1321 x1322 -x1323 x1324 -x1325 x1326 -x1327 x1328 -x1329 x1330 -x1331 x1332 x1333 x1334 -x1335 x1336 -x1337 x1338 -x1339 x1340 -x1341 x1342 -x1343 x1344 -x1345 x1346 -x1347 x1348 -x1349 x1350 -x1351 x1352 -x1353 x1354 -x1355 x1356 -x1357 x1358 -x1359 x1360 -x1361 x1362 -x1363 x1364 -x1365 x1366 -x1367 x1368 -x1369 x1370 -x1371 x1372 -x1373 x1374 -x1375 x1376 -x1377 x1378 -x1379 x1380 -x1381 x1382 -x1383 x1384 -x1385 x1386 -x1387 x1388 -x1389 x1390 -x1391 x1392 -x1393 x1394 -x1395 x1396 -x1397 x1398 -x1399 x1400 -x1401 x1402 -x1403 x1404 -x1405 x1406 -x1407 x1408 -x1409 x1410 -x1411 x1412 -x1413 x1414 -x1415 x1416 -x1417 x1418 x1419 x1420 -x1421 x1422 -x1423 x1424 -x1425 x1426 -x1427 x1428 -x1429 x1430 -x1431 x1432 -x1433 x1434 -x1435 x1436 -x1437 x1438 -x1439 x1440 -x1441 x1442 -x1443 x1444 -x1445 x1446 -x1447 x1448 -x1449 x1450 -x1451 x1452 -x1453 x1454 -x1455 x1456 -x1457 x1458 -x1459 x1460 -x1461 x1462 -x1463 x1464 -x1465 x1466 -x1467 x1468 -x1469 x1470 -x1471 x1472 -x1473 x1474 -x1475 x1476 -x1477 x1478 -x1479 x1480 -x1481 x1482 -x1483 x1484 -x1485 x1486 -x1487 x1488 -x1489 x1490 -x1491 x1492 -x1493 x1494 -x1495 x1496 -x1497 x1498 -x1499 x1500 -x1501 x1502 -x1503 x1504 x1505 x1506 -x1507 x1508 -x1509 x1510 -x1511 x1512 -x1513 x1514 -x1515 x1516 -x1517 x1518 -x1519 x1520 -x1521 x1522 -x1523 x1524 -x1525 x1526 -x1527 x1528 -x1529 x1530 -x1531 x1532 -x1533 x1534 -x1535 x1536 -x1537 x1538 -x1539 x1540 -x1541 x1542 -x1543 x1544 -x1545 x1546 -x1547 x1548 -x1549 x1550 -x1551 x1552 -x1553 x1554 -x1555 x1556 -x1557 x1558 -x1559 x1560 -x1561 x1562 -x1563 x1564 -x1565 x1566 -x1567 x1568 -x1569 x1570 -x1571 x1572 -x1573 x1574 -x1575 x1576 -x1577 x1578 -x1579 x1580 -x1581 x1582 -x1583 x1584 -x1585 x1586 -x1587 x1588 -x1589 x1590 x1591 x1592 -x1593 x1594 -x1595 x1596 -x1597 x1598 -x1599 x1600 -x1601 x1602 -x1603 x1604 -x1605 x1606 -x1607 x1608 -x1609 x1610 -x1611 x1612 -x1613 x1614 -x1615 x1616 -x1617 x1618 -x1619 x1620 -x1621 x1622 -x1623 x1624 -x1625 x1626 -x1627 x1628 -x1629 x1630 -x1631 x1632 -x1633 x1634 -x1635 x1636 -x1637 x1638 -x1639 x1640 -x1641 x1642 -x1643 x1644 -x1645 x1646 -x1647 x1648 -x1649 x1650 -x1651 x1652 -x1653 x1654 -x1655 x1656 -x1657 x1658 -x1659 x1660 -x1661 x1662 -x1663 x1664 -x1665 x1666 -x1667 x1668 -x1669 x1670 -x1671 x1672 -x1673 x1674 -x1675 x1676 x1677 x1678 -x1679 x1680 -x1681 x1682 -x1683 x1684 -x1685 x1686 -x1687 x1688 -x1689 x1690 -x1691 x1692 -x1693 x1694 -x1695 x1696 -x1697 x1698 -x1699 x1700 -x1701 x1702 -x1703 x1704 -x1705 x1706 -x1707 x1708 -x1709 x1710 -x1711 x1712 -x1713 x1714 -x1715 x1716 -x1717 x1718 -x1719 x1720 -x1721 x1722 -x1723 x1724 -x1725 x1726 -x1727 x1728 -x1729 x1730 -x1731 x1732 -x1733 x1734 -x1735 x1736 -x1737 x1738 -x1739 x1740 -x1741 x1742 -x1743 x1744 -x1745 x1746 -x1747 x1748 -x1749 x1750 -x1751 x1752 -x1753 x1754 -x1755 x1756 -x1757 x1758 -x1759 x1760 -x1761 x1762 x1763 x1764 -x1765 x1766 -x1767 x1768 -x1769 x1770 -x1771 x1772 -x1773 x1774 -x1775 x1776 -x1777 x1778 -x1779 x1780 -x1781 x1782 -x1783 x1784 -x1785 x1786 -x1787 x1788 -x1789 x1790 -x1791 x1792 -x1793 x1794 -x1795 x1796 -x1797 x1798 -x1799 x1800 -x1801 x1802 -x1803 x1804 -x1805 x1806
3600.08/3611.40	c Program interrupted by user.

Verifier Data

OK	924

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521726-1751574762/watcher-4521726-1751574762 -o /tmp/evaluation-result-4521726-1751574762/solver-4521726-1751574762 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751571912-85313 --watchdog 3760 run-opt-break.sh HOME/instance-4521726-1751574762.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=85979, runsolver pid=85976

[startup+0.100101 s]*
/proc/loadavg: 4.09 4.09 4.01 5/254 85981
/proc/meminfo: memFree=127248308/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85981] ppid=85979 vsize=15640 memory=8004 CPUtime=0.09 cores=5,7
/proc/85981/stat : 85981 (pbsuma) R 85979 85979 85279 0 -1 4194304 1512 0 0 0 9 0 0 0 20 0 1 0 73154912 16015360 2001 18446744073709551615 4210688 4653049 140737041800256 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 19451904 140737041803619 140737041803826 140737041803826 140737041809391 0
/proc/85981/statm: 3910 2001 992 108 0 1318 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 19832 KiB
Current children cumulated memory: 10820 KiB

[startup+0.213558 s]*
/proc/loadavg: 4.09 4.09 4.01 5/254 85981
/proc/meminfo: memFree=127248308/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85981] ppid=85979 vsize=16904 memory=9412 CPUtime=0.2 cores=5,7
/proc/85981/stat : 85981 (pbsuma) R 85979 85979 85279 0 -1 4194304 1865 0 0 0 20 0 0 0 20 0 1 0 73154912 17309696 2353 18446744073709551615 4210688 4653049 140737041800256 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 19451904 140737041803619 140737041803826 140737041803826 140737041809391 0
/proc/85981/statm: 4226 2353 992 108 0 1634 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 21096 KiB
Current children cumulated memory: 12228 KiB

[startup+0.313386 s]*
/proc/loadavg: 4.09 4.09 4.01 5/254 85981
/proc/meminfo: memFree=127248308/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2816 KiB

[startup+0.700393 s]
/proc/loadavg: 4.09 4.09 4.01 5/254 85982
/proc/meminfo: memFree=127243964/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=86452 memory=35680 CPUtime=0.35 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 6074 0 0 0 30 5 0 0 20 0 1 0 73154943 88526848 8920 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 21613 8920 2304 1147 0 9040 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 90644 KiB
Current children cumulated memory: 38496 KiB

[startup+1.50044 s]
/proc/loadavg: 4.09 4.09 4.01 5/254 85982
/proc/meminfo: memFree=127222856/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=120732 memory=65364 CPUtime=1.15 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 12509 0 0 0 105 10 0 0 20 0 1 0 73154943 123629568 16341 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 30183 16341 2368 1147 0 17610 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 124924 KiB
Current children cumulated memory: 68180 KiB

[startup+3.11303 s]
/proc/loadavg: 4.08 4.09 4.01 5/254 85982
/proc/meminfo: memFree=127186756/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=137632 memory=84500 CPUtime=2.76 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 16275 0 0 0 262 14 0 0 20 0 1 0 73154943 140935168 21125 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 34408 21125 2368 1147 0 21835 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 141824 KiB
Current children cumulated memory: 87316 KiB

[startup+6.3004 s]
/proc/loadavg: 4.08 4.09 4.01 5/254 85982
/proc/meminfo: memFree=127170888/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=149768 memory=95636 CPUtime=5.94 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 19070 0 0 0 575 19 0 0 20 0 1 0 73154943 153362432 23909 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 37442 23909 2368 1147 0 24869 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 153960 KiB
Current children cumulated memory: 98452 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.09 4.01 5/254 85982
/proc/meminfo: memFree=127142860/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=186812 memory=123508 CPUtime=12.32 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 25035 0 0 0 1200 32 0 0 20 0 1 0 73154943 191295488 30877 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 46703 30877 2368 1147 0 34130 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 191004 KiB
Current children cumulated memory: 126324 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.10 4.02 5/254 85982
/proc/meminfo: memFree=127122636/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=220344 memory=157436 CPUtime=25.08 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 31989 0 0 0 2454 54 0 0 20 0 1 0 73154943 225632256 39359 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 55086 39359 2368 1147 0 42513 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 224536 KiB
Current children cumulated memory: 160252 KiB

[startup+51.1132 s]
/proc/loadavg: 4.08 4.09 4.01 5/254 85983
/proc/meminfo: memFree=127094136/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=250200 memory=170424 CPUtime=50.62 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 34708 0 0 0 4965 97 0 0 20 0 1 0 73154943 256204800 42606 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 62550 42606 2368 1147 0 49977 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 254392 KiB
Current children cumulated memory: 173240 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.02 5/254 85985
/proc/meminfo: memFree=127017572/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=327988 memory=241088 CPUtime=101.66 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 47368 0 0 0 9998 168 0 0 20 0 1 0 73154943 335859712 60272 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 81997 60272 2368 1147 0 69424 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 332180 KiB
Current children cumulated memory: 243904 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/254 85990
/proc/meminfo: memFree=126989864/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=365872 memory=275540 CPUtime=161.49 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 54439 0 0 0 15905 244 0 0 20 0 1 0 73154943 374652928 68885 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 91468 68885 2368 1147 0 78895 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 370064 KiB
Current children cumulated memory: 278356 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/255 85996
/proc/meminfo: memFree=126940352/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=365872 memory=275668 CPUtime=221.32 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 54462 0 0 0 21820 312 0 0 20 0 1 0 73154943 374652928 68917 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 91468 68917 2368 1147 0 78895 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 370064 KiB
Current children cumulated memory: 278484 KiB


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

/proc/85982/statm: 149043 125038 2368 1147 0 136470 0
Current children cumulated CPU time: 3032.87 s
Current children cumulated vsize: 600364 KiB
Current children cumulated memory: 502968 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.15 4.15 5/254 86526
/proc/meminfo: memFree=125770696/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=600480 memory=507732 CPUtime=3092.38 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 93959 0 0 0 307026 2212 0 0 20 0 1 0 73154943 614891520 126933 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 150120 126933 2368 1147 0 137547 0
Current children cumulated CPU time: 3092.67 s
Current children cumulated vsize: 604672 KiB
Current children cumulated memory: 510548 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.13 4.14 5/255 86532
/proc/meminfo: memFree=125702204/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=601012 memory=508244 CPUtime=3152.18 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 94092 0 0 0 312980 2238 0 0 20 0 1 0 73154943 615436288 127061 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 150253 127061 2368 1147 0 137680 0
Current children cumulated CPU time: 3152.47 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 511060 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.14 5/254 86538
/proc/meminfo: memFree=125668624/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=602472 memory=509780 CPUtime=3211.98 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 94455 0 0 0 318938 2260 0 0 20 0 1 0 73154943 616931328 127445 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 150618 127445 2368 1147 0 138045 0
Current children cumulated CPU time: 3212.27 s
Current children cumulated vsize: 606664 KiB
Current children cumulated memory: 512596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.14 5/255 86541
/proc/meminfo: memFree=125646200/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=603840 memory=511316 CPUtime=3271.78 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 94862 0 0 0 324895 2283 0 0 20 0 1 0 73154943 618332160 127829 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 150960 127829 2368 1147 0 138387 0
Current children cumulated CPU time: 3272.07 s
Current children cumulated vsize: 608032 KiB
Current children cumulated memory: 514132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.12 4.13 5/255 86543
/proc/meminfo: memFree=125647216/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=604164 memory=511700 CPUtime=3331.58 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 94944 0 0 0 330839 2319 0 0 20 0 1 0 73154943 618663936 127925 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 151041 127925 2368 1147 0 138468 0
Current children cumulated CPU time: 3331.87 s
Current children cumulated vsize: 608356 KiB
Current children cumulated memory: 514516 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.11 4.13 5/255 86545
/proc/meminfo: memFree=125648484/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=604164 memory=511700 CPUtime=3391.38 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 94947 0 0 0 336788 2350 0 0 20 0 1 0 73154943 618663936 127925 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 151041 127925 2368 1147 0 138468 0
Current children cumulated CPU time: 3391.67 s
Current children cumulated vsize: 608356 KiB
Current children cumulated memory: 514516 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/255 86547
/proc/meminfo: memFree=125651380/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=604164 memory=511828 CPUtime=3451.18 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 94964 0 0 0 342737 2381 0 0 20 0 1 0 73154943 618663936 127957 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 151041 127957 2368 1147 0 138468 0
Current children cumulated CPU time: 3451.47 s
Current children cumulated vsize: 608356 KiB
Current children cumulated memory: 514644 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.13 5/255 86550
/proc/meminfo: memFree=125645584/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=604392 memory=512212 CPUtime=3510.98 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 95065 0 0 0 348681 2417 0 0 20 0 1 0 73154943 618897408 128053 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 151098 128053 2368 1147 0 138525 0
Current children cumulated CPU time: 3511.27 s
Current children cumulated vsize: 608584 KiB
Current children cumulated memory: 515028 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/254 86552
/proc/meminfo: memFree=125616476/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=604392 memory=518484 CPUtime=3570.78 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 95081 0 0 0 354632 2446 0 0 20 0 1 0 73154943 618897408 129621 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 151098 129621 2368 1147 0 138525 0
Current children cumulated CPU time: 3571.07 s
Current children cumulated vsize: 608584 KiB
Current children cumulated memory: 521300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 4.08 4.10 4.11 5/254 86553
/proc/meminfo: memFree=125604724/131382120 swapFree=33010416/33010684
[pid=85979] ppid=85976 vsize=4192 memory=2816 CPUtime=0.29 cores=5,7
/proc/85979/stat : 85979 (run-opt-break.s) S 85976 85979 85279 0 -1 4194304 238 2294 0 0 0 0 29 0 20 0 1 0 73154911 4292608 704 18446744073709551615 94642559963136 94642560857669 140724347117408 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94642561096720 94642561144464 94642580439040 140724347124065 140724347124194 140724347124194 140724347129796 0
/proc/85979/statm: 1048 704 672 219 0 110 0
[pid=85982] ppid=85979 vsize=604392 memory=529748 CPUtime=3599.79 cores=5,7
/proc/85982/stat : 85982 (roundingsat) R 85979 85979 85279 0 -1 4194304 95111 0 0 0 357518 2461 0 0 20 0 1 0 73154943 618897408 132437 18446744073709551615 4227072 8923433 140733831138032 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17723392 140733831141732 140733831141928 140733831141928 140733831147498 0
/proc/85982/statm: 151098 132437 2368 1147 0 138525 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 608584 KiB
Current children cumulated memory: 532564 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

Child status: 2

Real time (s): 3611.41
CPU time (s): 3600.12
CPU user time (s): 3575.48
CPU system time (s): 24.6325
CPU usage (%): 99.6874
Max. virtual memory (cumulated for all children) (KiB): 608584
Max. memory (cumulated for all children) (KiB): 532564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.48
system time used= 24.6325
maximum resident set size= 530260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 333
involuntary context switches= 2239


# summary of solver processes directly reported to runsolver:
#   pid: 85979,85982
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3575.48
#   total CPU system time (s): 24.6325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8415 second user time and 35.8591 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 22:32:42
IDJOB=4521726
IDBENCH=178419
IDSOLVER=3359
FILE ID=nodeC003/4521726-1751574762
RUNJOBID= nodeC003-1751571912-85313
SLURM_JOB_ID= 9598793
Free space on /tmp= 431952 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_042.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521726-1751574762/watcher-4521726-1751574762 -o /tmp/evaluation-result-4521726-1751574762/solver-4521726-1751574762 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751571912-85313 --watchdog 3760  run-opt-break.sh HOME/instance-4521726-1751574762.opb

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

MD5SUM BENCH= 8fca3dbbdb1005f2017732e8199f3266
RANDOM SEED=1634549794

nodeC003 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		: 3662.221
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.44
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		: 3691.283
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.44
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.836
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.44
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		: 3700.000
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.44
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		: 3562.962
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.44
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.210
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.44
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.412
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.44
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		: 1197.159
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127252404 kB
MemAvailable:   127374464 kB
Buffers:            2736 kB
Cached:           918044 kB
SwapCached:           36 kB
Active:          3140524 kB
Inactive:         425876 kB
Active(anon):    2655936 kB
Inactive(anon):     7608 kB
Active(file):     484588 kB
Inactive(file):   418268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7472 kB
Writeback:            12 kB
AnonPages:       2643648 kB
Mapped:           117224 kB
Shmem:             17924 kB
KReclaimable:     117660 kB
Slab:             203724 kB
SReclaimable:     117660 kB
SUnreclaim:        86064 kB
KernelStack:        4080 kB
PageTables:         8656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    3264840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2222080 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431980 MiB
End job on nodeC003 at 2025-07-03 23:32:54