Trace number 4520758

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adSAT (TO)1076 3600.11 3608.11

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/
hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_290.opb
MD5SUMae0481323a61a83bdee40ab7f1cf5730
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 benchmark1016
Best CPU time to get the best result obtained on this benchmark6.47998
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4060
Total number of constraints4060
Number of constraints which are clauses4060
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 constraint4
Maximum length of a constraint4
Number of terms in the objective function 4060
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 4060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4060
Number of bits of the biggest sum of numbers12
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-4520758-1751560624.opb'
0.00/0.01	c 	read 0.21MB  (2.88ms)
0.00/0.01	c	 [cnf: #variables 4060 #clauses 4061 #duplicates 0 #arr 20300]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 2] (2.39ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (2.45ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 16241 #edges 56840]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 8.12*10^3 #generators 3] (12.77ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	ran it=0, +gens=3 
0.08/0.19	c 	con best_support=8064, best_gens=1, +gens=253
0.08/0.19	c 	(162.73ms)
0.08/0.19	c 
0.08/0.19	c finalize break order and special generators
0.08/0.20	c 
0.08/0.20	c add generic predicates (break_depth=20)
0.18/0.24	c 	added predicates for 259 generators (44.83ms)
0.18/0.24	c 
0.18/0.24	c generation finished
0.18/0.24	c 	[sbp: #constraints 15022 #add_vars 4921]
0.18/0.24	c 
0.18/0.24	c write result to 'HOME/instance-4520758-1751560624.opb.pre'
0.18/0.24	c 	wrote 0.75MB (1.77ms)
0.18/0.24	c ------------------------------------------------------------------
0.18/0.24	c                 162.73ms 68.78% optimize_gens
0.18/0.24	c                  44.83ms 18.95% break_generic
0.18/0.24	c                  12.77ms  5.40% detect_generic
0.18/0.24	c                   6.40ms  2.71% finalize_order
0.18/0.24	c                   2.87ms  1.21% parse
0.18/0.24	c                   2.45ms  1.04% detect_special
0.18/0.24	c                   2.39ms  1.01% approx_orbits
0.18/0.24	c                   1.77ms  0.75% output
0.18/0.24	c                   0.40ms  0.17% other
0.18/0.24	c         ───────────────────────────────────────────────
0.18/0.24	c                 236.61ms   100% total
0.18/0.24	c ------------------------------------------------------------------
0.18/0.25	c RoundingSat 2
0.18/0.25	c branch pb25
0.18/0.25	c commit 63f22ad
0.26/0.34	c #variables 8981 #constraints 19082
0.26/0.34	c objective is ce32 
0.64/0.71	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.64/0.71	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.64/0.71	c bounds 1290 >= 0 @ 0.417831
0.74/0.82	c bounds 1289 >= 0 @ 0.525267
0.74/0.83	c bounds 1289 >= 1 @ 0.525629
0.74/0.83	c bounds 1289 >= 2 @ 0.525661
0.74/0.83	c bounds 1289 >= 3 @ 0.525661
0.74/0.83	c bounds 1289 >= 4 @ 0.525929
0.74/0.83	c bounds 1289 >= 5 @ 0.526361
0.74/0.83	c bounds 1289 >= 6 @ 0.526811
0.74/0.83	c bounds 1289 >= 7 @ 0.527269
0.74/0.83	c bounds 1289 >= 8 @ 0.527718
0.74/0.83	c bounds 1289 >= 9 @ 0.528171
0.74/0.83	c bounds 1289 >= 10 @ 0.528627
0.74/0.83	c bounds 1289 >= 11 @ 0.529091
0.74/0.83	c bounds 1289 >= 12 @ 0.529548
0.74/0.83	c bounds 1289 >= 13 @ 0.530014
0.74/0.83	c bounds 1289 >= 14 @ 0.530471
0.74/0.83	c bounds 1289 >= 15 @ 0.530926
0.74/0.83	c bounds 1289 >= 16 @ 0.531381
0.74/0.83	c bounds 1289 >= 17 @ 0.531845
0.74/0.83	c bounds 1289 >= 18 @ 0.532307
0.74/0.83	c bounds 1289 >= 19 @ 0.532763
0.74/0.83	c bounds 1289 >= 20 @ 0.533223
0.74/0.83	c bounds 1289 >= 21 @ 0.53368
0.74/0.83	c bounds 1289 >= 22 @ 0.534145
0.74/0.84	c bounds 1289 >= 23 @ 0.534615
0.74/0.84	c bounds 1289 >= 24 @ 0.535084
0.74/0.84	c bounds 1289 >= 25 @ 0.535548
0.74/0.84	c bounds 1289 >= 26 @ 0.536012
0.74/0.84	c bounds 1289 >= 27 @ 0.536463
0.74/0.84	c bounds 1289 >= 28 @ 0.536917
0.74/0.84	c bounds 1289 >= 29 @ 0.537386
0.74/0.84	c bounds 1289 >= 30 @ 0.537843
0.74/0.84	c bounds 1289 >= 31 @ 0.538306
0.74/0.84	c bounds 1289 >= 32 @ 0.538765
0.74/0.84	c bounds 1289 >= 33 @ 0.539231
0.74/0.84	c bounds 1289 >= 34 @ 0.539697
0.74/0.84	c bounds 1289 >= 35 @ 0.540156
0.74/0.84	c bounds 1289 >= 36 @ 0.540659
0.74/0.84	c bounds 1289 >= 37 @ 0.541121
0.74/0.84	c bounds 1289 >= 38 @ 0.541584
0.74/0.84	c bounds 1289 >= 39 @ 0.542041
0.74/0.84	c bounds 1289 >= 40 @ 0.542512
0.74/0.84	c bounds 1289 >= 41 @ 0.542973
0.74/0.84	c bounds 1289 >= 42 @ 0.543428
0.74/0.84	c bounds 1289 >= 43 @ 0.543891
0.74/0.85	c bounds 1289 >= 44 @ 0.544369
0.74/0.85	c bounds 1289 >= 45 @ 0.544831
0.74/0.85	c bounds 1289 >= 46 @ 0.545313
0.74/0.85	c bounds 1289 >= 47 @ 0.545772
0.74/0.85	c bounds 1289 >= 48 @ 0.546246
0.74/0.85	c bounds 1289 >= 49 @ 0.546718
0.74/0.85	c bounds 1289 >= 50 @ 0.547183
0.74/0.85	c bounds 1289 >= 51 @ 0.547647
0.74/0.85	c bounds 1289 >= 52 @ 0.548113
0.74/0.85	c bounds 1289 >= 53 @ 0.548578
0.74/0.85	c bounds 1289 >= 54 @ 0.549045
0.74/0.85	c bounds 1289 >= 55 @ 0.549508
0.74/0.85	c bounds 1289 >= 56 @ 0.549969
0.74/0.85	c bounds 1289 >= 57 @ 0.550434
0.74/0.85	c bounds 1289 >= 58 @ 0.550593
0.74/0.85	c bounds 1289 >= 59 @ 0.550593
0.74/0.85	c bounds 1289 >= 60 @ 0.550868
0.74/0.85	c bounds 1289 >= 61 @ 0.551323
0.74/0.85	c bounds 1289 >= 62 @ 0.55177
0.74/0.85	c bounds 1289 >= 63 @ 0.552228
0.74/0.85	c bounds 1289 >= 64 @ 0.552693
0.74/0.85	c bounds 1289 >= 65 @ 0.553159
0.74/0.86	c bounds 1289 >= 66 @ 0.553616
0.74/0.86	c bounds 1289 >= 67 @ 0.554093
0.74/0.86	c bounds 1289 >= 68 @ 0.554551
0.74/0.86	c bounds 1289 >= 69 @ 0.555014
0.74/0.86	c bounds 1289 >= 70 @ 0.555473
0.74/0.86	c bounds 1289 >= 71 @ 0.555938
0.74/0.86	c bounds 1289 >= 72 @ 0.556394
0.74/0.86	c bounds 1289 >= 73 @ 0.556851
0.74/0.86	c bounds 1289 >= 74 @ 0.557306
0.74/0.86	c bounds 1289 >= 75 @ 0.557769
0.74/0.86	c bounds 1289 >= 76 @ 0.558229
0.74/0.86	c bounds 1289 >= 77 @ 0.558684
0.74/0.86	c bounds 1289 >= 78 @ 0.559148
0.74/0.86	c bounds 1289 >= 79 @ 0.559611
0.74/0.86	c bounds 1289 >= 80 @ 0.560077
0.74/0.86	c bounds 1289 >= 81 @ 0.560538
0.74/0.86	c bounds 1289 >= 82 @ 0.561
0.74/0.86	c bounds 1289 >= 83 @ 0.561451
0.74/0.86	c bounds 1289 >= 84 @ 0.562283
0.74/0.86	c bounds 1289 >= 85 @ 0.562736
0.74/0.86	c bounds 1289 >= 86 @ 0.563179
0.74/0.87	c bounds 1289 >= 87 @ 0.563623
0.74/0.87	c bounds 1289 >= 88 @ 0.564065
0.74/0.87	c bounds 1289 >= 89 @ 0.564512
0.74/0.87	c bounds 1289 >= 90 @ 0.564952
0.74/0.87	c bounds 1289 >= 91 @ 0.565392
0.74/0.87	c bounds 1289 >= 92 @ 0.565843
0.74/0.87	c bounds 1289 >= 93 @ 0.566299
0.74/0.87	c bounds 1289 >= 94 @ 0.566756
0.74/0.87	c bounds 1289 >= 95 @ 0.567213
0.74/0.87	c bounds 1289 >= 96 @ 0.567668
0.74/0.87	c bounds 1289 >= 97 @ 0.568122
0.74/0.87	c bounds 1289 >= 98 @ 0.568572
0.74/0.87	c bounds 1289 >= 99 @ 0.569031
0.74/0.87	c bounds 1289 >= 100 @ 0.569485
0.74/0.87	c bounds 1289 >= 101 @ 0.569939
0.74/0.87	c bounds 1289 >= 102 @ 0.570392
0.74/0.87	c bounds 1289 >= 103 @ 0.570549
0.74/0.87	c bounds 1289 >= 104 @ 0.570549
0.74/0.87	c bounds 1289 >= 105 @ 0.570797
0.74/0.87	c bounds 1289 >= 106 @ 0.571225
0.74/0.87	c bounds 1289 >= 107 @ 0.571668
0.74/0.87	c bounds 1289 >= 108 @ 0.572119
0.74/0.88	c bounds 1289 >= 109 @ 0.572566
0.74/0.88	c bounds 1289 >= 110 @ 0.573018
0.74/0.88	c bounds 1289 >= 111 @ 0.573467
0.74/0.88	c bounds 1289 >= 112 @ 0.573915
0.74/0.88	c bounds 1289 >= 113 @ 0.574367
0.74/0.88	c bounds 1289 >= 114 @ 0.574816
0.74/0.88	c bounds 1289 >= 115 @ 0.57527
0.74/0.88	c bounds 1289 >= 116 @ 0.575726
0.74/0.88	c bounds 1289 >= 117 @ 0.576178
0.74/0.88	c bounds 1289 >= 118 @ 0.576627
0.74/0.88	c bounds 1289 >= 119 @ 0.577076
0.74/0.88	c bounds 1289 >= 120 @ 0.577527
0.74/0.88	c bounds 1289 >= 121 @ 0.577982
0.74/0.88	c bounds 1289 >= 122 @ 0.578433
0.74/0.88	c bounds 1289 >= 123 @ 0.578887
0.74/0.88	c bounds 1289 >= 124 @ 0.579329
0.74/0.88	c bounds 1289 >= 125 @ 0.579777
0.74/0.88	c bounds 1289 >= 126 @ 0.580249
0.74/0.88	c bounds 1289 >= 127 @ 0.580705
0.74/0.88	c bounds 1289 >= 128 @ 0.581163
0.74/0.88	c bounds 1289 >= 129 @ 0.581614
0.74/0.88	c bounds 1289 >= 130 @ 0.582062
0.74/0.89	c bounds 1289 >= 131 @ 0.58251
0.74/0.89	c bounds 1289 >= 132 @ 0.582964
0.74/0.89	c bounds 1289 >= 133 @ 0.583414
0.74/0.89	c bounds 1289 >= 134 @ 0.583872
0.74/0.89	c bounds 1289 >= 135 @ 0.584318
0.74/0.89	c bounds 1289 >= 136 @ 0.58476
0.74/0.89	c bounds 1289 >= 137 @ 0.585204
0.74/0.89	c bounds 1289 >= 138 @ 0.585648
0.74/0.89	c bounds 1289 >= 139 @ 0.586092
0.74/0.89	c bounds 1289 >= 140 @ 0.586545
0.74/0.89	c bounds 1289 >= 141 @ 0.587011
0.74/0.89	c bounds 1289 >= 142 @ 0.587458
0.74/0.89	c bounds 1289 >= 143 @ 0.587907
0.74/0.89	c bounds 1289 >= 144 @ 0.588357
0.74/0.89	c bounds 1289 >= 145 @ 0.588506
0.74/0.89	c bounds 1289 >= 146 @ 0.588506
0.74/0.89	c bounds 1289 >= 147 @ 0.588753
0.74/0.89	c bounds 1289 >= 148 @ 0.589181
0.74/0.89	c bounds 1289 >= 149 @ 0.589616
0.74/0.89	c bounds 1289 >= 150 @ 0.590055
0.74/0.89	c bounds 1289 >= 151 @ 0.590487
0.74/0.89	c bounds 1289 >= 152 @ 0.590929
0.74/0.90	c bounds 1289 >= 153 @ 0.59137
0.84/0.90	c bounds 1289 >= 154 @ 0.591806
0.84/0.90	c bounds 1289 >= 155 @ 0.592231
0.84/0.90	c bounds 1289 >= 156 @ 0.592677
0.84/0.90	c bounds 1289 >= 157 @ 0.593118
0.84/0.90	c bounds 1289 >= 158 @ 0.593566
0.84/0.90	c bounds 1289 >= 159 @ 0.594009
0.84/0.90	c bounds 1289 >= 160 @ 0.594449
0.84/0.90	c bounds 1289 >= 161 @ 0.594888
0.84/0.90	c bounds 1289 >= 162 @ 0.59534
0.84/0.90	c bounds 1289 >= 163 @ 0.595786
0.84/0.90	c bounds 1289 >= 164 @ 0.596232
0.84/0.90	c bounds 1289 >= 165 @ 0.59667
0.84/0.90	c bounds 1289 >= 166 @ 0.597112
0.84/0.90	c bounds 1289 >= 167 @ 0.597555
0.84/0.90	c bounds 1289 >= 168 @ 0.598005
0.84/0.90	c bounds 1289 >= 169 @ 0.59845
0.84/0.90	c bounds 1289 >= 170 @ 0.598894
0.84/0.90	c bounds 1289 >= 171 @ 0.599337
0.84/0.90	c bounds 1289 >= 172 @ 0.599776
0.84/0.90	c bounds 1289 >= 173 @ 0.600216
0.84/0.90	c bounds 1289 >= 174 @ 0.600653
0.84/0.91	c bounds 1289 >= 175 @ 0.601093
0.84/0.91	c bounds 1289 >= 176 @ 0.60154
0.84/0.91	c bounds 1289 >= 177 @ 0.601977
0.84/0.91	c bounds 1289 >= 178 @ 0.602425
0.84/0.91	c bounds 1289 >= 179 @ 0.602871
0.84/0.91	c bounds 1289 >= 180 @ 0.603315
0.84/0.91	c bounds 1289 >= 181 @ 0.603756
0.84/0.91	c bounds 1289 >= 182 @ 0.604188
0.84/0.91	c bounds 1289 >= 183 @ 0.604629
0.84/0.91	c bounds 1289 >= 184 @ 0.60507
0.84/0.91	c bounds 1289 >= 185 @ 0.605512
0.84/0.91	c bounds 1289 >= 186 @ 0.605951
0.84/0.91	c bounds 1289 >= 187 @ 0.606391
0.84/0.91	c bounds 1289 >= 188 @ 0.606827
0.84/0.91	c bounds 1289 >= 189 @ 0.607261
0.84/0.91	c bounds 1289 >= 190 @ 0.607705
0.84/0.91	c bounds 1289 >= 191 @ 0.608142
0.84/0.91	c bounds 1289 >= 192 @ 0.608578
0.84/0.91	c bounds 1289 >= 193 @ 0.609016
0.84/0.91	c bounds 1289 >= 194 @ 0.609452
0.84/0.91	c bounds 1289 >= 195 @ 0.609888
0.84/0.91	c bounds 1289 >= 196 @ 0.610316
0.84/0.91	c bounds 1289 >= 197 @ 0.610761
0.84/0.92	c bounds 1289 >= 198 @ 0.61119
0.84/0.92	c bounds 1289 >= 199 @ 0.611628
0.84/0.92	c bounds 1289 >= 200 @ 0.612068
0.84/0.92	c bounds 1289 >= 201 @ 0.612516
0.84/0.92	c bounds 1289 >= 202 @ 0.612961
0.84/0.92	c bounds 1289 >= 203 @ 0.613404
0.84/0.92	c bounds 1289 >= 204 @ 0.613845
0.84/0.92	c bounds 1289 >= 205 @ 0.61428
0.84/0.92	c bounds 1289 >= 206 @ 0.614723
0.84/0.92	c bounds 1289 >= 207 @ 0.615158
0.84/0.92	c bounds 1289 >= 208 @ 0.615601
0.84/0.92	c bounds 1289 >= 209 @ 0.616036
0.84/0.92	c bounds 1289 >= 210 @ 0.616467
0.84/0.92	c bounds 1289 >= 211 @ 0.616913
0.84/0.92	c bounds 1289 >= 212 @ 0.617087
0.84/0.92	c bounds 1289 >= 213 @ 0.617087
0.84/0.92	c bounds 1289 >= 214 @ 0.617256
0.84/0.92	c bounds 1289 >= 215 @ 0.617697
0.84/0.92	c bounds 1289 >= 216 @ 0.618146
0.84/0.92	c bounds 1289 >= 217 @ 0.619019
0.84/0.92	c bounds 1289 >= 218 @ 0.619461
0.84/0.92	c bounds 1289 >= 219 @ 0.619896
0.84/0.93	c bounds 1289 >= 220 @ 0.620333
0.84/0.93	c bounds 1289 >= 221 @ 0.620766
0.84/0.93	c bounds 1289 >= 222 @ 0.621197
0.84/0.93	c bounds 1289 >= 223 @ 0.621629
0.84/0.93	c bounds 1289 >= 224 @ 0.622062
0.84/0.93	c bounds 1289 >= 225 @ 0.622507
0.84/0.93	c bounds 1289 >= 226 @ 0.622941
0.84/0.93	c bounds 1289 >= 227 @ 0.623376
0.84/0.93	c bounds 1289 >= 228 @ 0.623806
0.84/0.93	c bounds 1289 >= 229 @ 0.62423
0.84/0.93	c bounds 1289 >= 230 @ 0.62466
0.84/0.93	c bounds 1289 >= 231 @ 0.625088
0.84/0.93	c bounds 1289 >= 232 @ 0.625531
0.84/0.93	c bounds 1289 >= 233 @ 0.625964
0.84/0.93	c bounds 1289 >= 234 @ 0.626401
0.84/0.93	c bounds 1289 >= 235 @ 0.626835
0.84/0.93	c bounds 1289 >= 236 @ 0.62727
0.84/0.93	c bounds 1289 >= 237 @ 0.627702
0.84/0.93	c bounds 1289 >= 238 @ 0.628135
0.84/0.93	c bounds 1289 >= 239 @ 0.628574
0.84/0.93	c bounds 1289 >= 240 @ 0.629001
0.84/0.93	c bounds 1289 >= 241 @ 0.629428
0.84/0.93	c bounds 1289 >= 242 @ 0.629878
0.84/0.94	c bounds 1289 >= 243 @ 0.630311
0.84/0.94	c bounds 1289 >= 244 @ 0.630746
0.84/0.94	c bounds 1289 >= 245 @ 0.631173
0.84/0.94	c bounds 1289 >= 246 @ 0.63161
0.84/0.94	c bounds 1289 >= 247 @ 0.632042
0.84/0.94	c bounds 1289 >= 248 @ 0.63248
0.84/0.94	c bounds 1289 >= 249 @ 0.632918
0.84/0.94	c bounds 1289 >= 250 @ 0.633346
0.84/0.94	c bounds 1289 >= 251 @ 0.633786
0.84/0.94	c bounds 1289 >= 252 @ 0.634216
0.84/0.94	c bounds 1289 >= 253 @ 0.634654
0.84/0.94	c bounds 1289 >= 254 @ 0.635085
0.84/0.94	c bounds 1289 >= 255 @ 0.635513
0.84/0.94	c bounds 1289 >= 256 @ 0.635939
0.84/0.94	c bounds 1289 >= 257 @ 0.636375
0.84/0.94	c bounds 1289 >= 258 @ 0.636811
0.84/0.94	c bounds 1289 >= 259 @ 0.637254
0.84/0.94	c bounds 1289 >= 260 @ 0.637691
0.84/0.94	c bounds 1289 >= 261 @ 0.638121
0.84/0.94	c bounds 1289 >= 262 @ 0.638555
0.84/0.94	c bounds 1289 >= 263 @ 0.638992
0.84/0.94	c bounds 1289 >= 264 @ 0.63942
0.84/0.94	c bounds 1289 >= 265 @ 0.639851
0.84/0.95	c bounds 1289 >= 266 @ 0.640278
0.84/0.95	c bounds 1289 >= 267 @ 0.640715
0.84/0.95	c bounds 1289 >= 268 @ 0.641149
0.84/0.95	c bounds 1289 >= 269 @ 0.641584
0.84/0.95	c bounds 1289 >= 270 @ 0.642034
0.84/0.95	c bounds 1289 >= 271 @ 0.642469
0.84/0.95	c bounds 1289 >= 272 @ 0.6429
0.84/0.95	c bounds 1289 >= 273 @ 0.643327
0.84/0.95	c bounds 1289 >= 274 @ 0.643766
0.84/0.95	c bounds 1289 >= 275 @ 0.644202
0.84/0.95	c bounds 1289 >= 276 @ 0.644638
0.84/0.95	c bounds 1289 >= 277 @ 0.645075
0.84/0.95	c bounds 1289 >= 278 @ 0.6452
0.84/0.95	c bounds 1289 >= 279 @ 0.6452
0.84/0.95	c bounds 1289 >= 280 @ 0.645423
0.84/0.95	c bounds 1289 >= 281 @ 0.645839
0.84/0.95	c bounds 1289 >= 282 @ 0.646252
0.84/0.95	c bounds 1289 >= 283 @ 0.646685
0.84/0.95	c bounds 1289 >= 284 @ 0.647112
0.84/0.95	c bounds 1289 >= 285 @ 0.647535
0.84/0.95	c bounds 1289 >= 286 @ 0.647976
0.84/0.95	c bounds 1289 >= 287 @ 0.648403
0.84/0.95	c bounds 1289 >= 288 @ 0.648827
0.84/0.96	c bounds 1289 >= 289 @ 0.649252
0.84/0.96	c bounds 1289 >= 290 @ 0.649681
0.84/0.96	c bounds 1289 >= 291 @ 0.650113
0.84/0.96	c bounds 1289 >= 292 @ 0.65054
0.84/0.96	c bounds 1289 >= 293 @ 0.650963
0.84/0.96	c bounds 1289 >= 294 @ 0.651385
0.84/0.96	c bounds 1289 >= 295 @ 0.651827
0.84/0.96	c bounds 1289 >= 296 @ 0.652263
0.84/0.96	c bounds 1289 >= 297 @ 0.652692
0.84/0.96	c bounds 1289 >= 298 @ 0.65312
0.84/0.96	c bounds 1289 >= 299 @ 0.653548
0.84/0.96	c bounds 1289 >= 300 @ 0.653975
0.84/0.96	c bounds 1289 >= 301 @ 0.654399
0.84/0.96	c bounds 1289 >= 302 @ 0.654828
0.84/0.96	c bounds 1289 >= 303 @ 0.655258
0.84/0.96	c bounds 1289 >= 304 @ 0.655712
0.84/0.96	c bounds 1289 >= 305 @ 0.65614
0.84/0.96	c bounds 1289 >= 306 @ 0.656565
0.84/0.96	c bounds 1289 >= 307 @ 0.656988
0.84/0.96	c bounds 1289 >= 308 @ 0.657415
0.84/0.96	c bounds 1289 >= 309 @ 0.657849
0.84/0.96	c bounds 1289 >= 310 @ 0.658276
0.84/0.96	c bounds 1289 >= 311 @ 0.658706
0.84/0.97	c bounds 1289 >= 312 @ 0.659131
0.84/0.97	c bounds 1289 >= 313 @ 0.65956
0.84/0.97	c bounds 1289 >= 314 @ 0.659986
0.84/0.97	c bounds 1289 >= 315 @ 0.660408
0.84/0.97	c bounds 1289 >= 316 @ 0.660837
0.84/0.97	c bounds 1289 >= 317 @ 0.661268
0.84/0.97	c bounds 1289 >= 318 @ 0.661697
0.84/0.97	c bounds 1289 >= 319 @ 0.662129
0.84/0.97	c bounds 1289 >= 320 @ 0.662556
0.84/0.97	c bounds 1289 >= 321 @ 0.662982
0.84/0.97	c bounds 1289 >= 322 @ 0.663405
0.84/0.97	c bounds 1289 >= 323 @ 0.663837
0.84/0.97	c bounds 1289 >= 324 @ 0.664263
0.84/0.97	c bounds 1289 >= 325 @ 0.664688
0.84/0.97	c bounds 1289 >= 326 @ 0.665104
0.84/0.97	c bounds 1289 >= 327 @ 0.665524
0.84/0.97	c bounds 1289 >= 328 @ 0.665953
0.84/0.97	c bounds 1289 >= 329 @ 0.666375
0.84/0.97	c bounds 1289 >= 330 @ 0.6668
0.84/0.97	c bounds 1289 >= 331 @ 0.667221
0.84/0.97	c bounds 1289 >= 332 @ 0.667651
0.84/0.97	c bounds 1289 >= 333 @ 0.668076
0.84/0.97	c bounds 1289 >= 334 @ 0.668501
0.84/0.98	c bounds 1289 >= 335 @ 0.668924
0.84/0.98	c bounds 1289 >= 336 @ 0.669344
0.84/0.98	c bounds 1289 >= 337 @ 0.66977
0.84/0.98	c bounds 1289 >= 338 @ 0.670201
0.84/0.98	c bounds 1289 >= 339 @ 0.670625
0.84/0.98	c bounds 1289 >= 340 @ 0.671046
0.84/0.98	c bounds 1289 >= 341 @ 0.671469
0.84/0.98	c bounds 1289 >= 342 @ 0.671888
0.84/0.98	c bounds 1289 >= 343 @ 0.672305
0.84/0.98	c bounds 1289 >= 344 @ 0.672738
0.84/0.98	c bounds 1289 >= 345 @ 0.673172
0.84/0.98	c bounds 1289 >= 346 @ 0.673606
0.84/0.98	c bounds 1289 >= 347 @ 0.674038
0.84/0.98	c bounds 1289 >= 348 @ 0.674475
0.84/0.98	c bounds 1289 >= 349 @ 0.674904
0.84/0.98	c bounds 1289 >= 350 @ 0.675331
0.84/0.98	c bounds 1289 >= 351 @ 0.675774
0.84/0.98	c bounds 1289 >= 352 @ 0.676205
0.84/0.98	c bounds 1289 >= 353 @ 0.676638
0.84/0.98	c bounds 1289 >= 354 @ 0.677071
0.84/0.98	c bounds 1289 >= 355 @ 0.677511
0.84/0.98	c bounds 1289 >= 356 @ 0.677943
0.84/0.98	c bounds 1289 >= 357 @ 0.678372
0.84/0.99	c bounds 1289 >= 358 @ 0.678808
0.84/0.99	c bounds 1289 >= 359 @ 0.679243
0.84/0.99	c bounds 1289 >= 360 @ 0.679671
0.84/0.99	c bounds 1289 >= 361 @ 0.680101
0.84/0.99	c bounds 1289 >= 362 @ 0.680526
0.84/0.99	c bounds 1289 >= 363 @ 0.680952
0.84/0.99	c bounds 1289 >= 364 @ 0.681379
0.84/0.99	c bounds 1289 >= 365 @ 0.681815
0.84/0.99	c bounds 1289 >= 366 @ 0.682291
0.84/0.99	c bounds 1289 >= 367 @ 0.682721
0.84/0.99	c bounds 1289 >= 368 @ 0.683147
0.84/0.99	c bounds 1289 >= 369 @ 0.683571
0.84/0.99	c bounds 1289 >= 370 @ 0.683995
0.84/0.99	c bounds 1289 >= 371 @ 0.684113
0.84/0.99	c bounds 1289 >= 372 @ 0.684113
0.84/0.99	c bounds 1289 >= 373 @ 0.684341
0.84/0.99	c bounds 1289 >= 374 @ 0.684744
0.84/0.99	c bounds 1289 >= 375 @ 0.685151
0.84/0.99	c bounds 1289 >= 376 @ 0.685582
0.84/0.99	c bounds 1289 >= 377 @ 0.686008
0.84/0.99	c bounds 1289 >= 378 @ 0.686431
0.84/0.99	c bounds 1289 >= 379 @ 0.686863
0.84/0.99	c bounds 1289 >= 380 @ 0.687297
0.84/0.99	c bounds 1289 >= 381 @ 0.687728
0.94/1.00	c bounds 1289 >= 382 @ 0.688158
0.94/1.00	c bounds 1289 >= 383 @ 0.688607
0.94/1.00	c bounds 1289 >= 384 @ 0.689038
0.94/1.00	c bounds 1289 >= 385 @ 0.689469
0.94/1.00	c bounds 1289 >= 386 @ 0.689957
0.94/1.00	c bounds 1289 >= 387 @ 0.690396
0.94/1.00	c bounds 1289 >= 388 @ 0.690825
0.94/1.00	c bounds 1289 >= 389 @ 0.691257
0.94/1.00	c bounds 1289 >= 390 @ 0.691689
0.94/1.00	c bounds 1289 >= 391 @ 0.692126
0.94/1.00	c bounds 1289 >= 392 @ 0.692569
0.94/1.01	c bounds 1289 >= 393 @ 0.693009
0.94/1.01	c bounds 1289 >= 394 @ 0.693443
0.94/1.01	c bounds 1289 >= 395 @ 0.69387
0.94/1.01	c bounds 1289 >= 396 @ 0.6943
0.94/1.01	c bounds 1289 >= 397 @ 0.694736
0.94/1.01	c bounds 1289 >= 398 @ 0.695166
0.94/1.01	c bounds 1289 >= 399 @ 0.695592
0.94/1.01	c bounds 1289 >= 400 @ 0.696027
0.94/1.01	c bounds 1289 >= 401 @ 0.696149
0.94/1.01	c bounds 1289 >= 402 @ 0.696149
0.94/1.01	c bounds 1289 >= 403 @ 0.69639
0.94/1.01	c bounds 1289 >= 404 @ 0.696796
0.94/1.01	c bounds 1289 >= 405 @ 0.697218
0.94/1.01	c bounds 1289 >= 406 @ 0.697648
0.94/1.01	c bounds 1289 >= 407 @ 0.698069
0.94/1.01	c bounds 1289 >= 408 @ 0.698498
0.94/1.01	c bounds 1289 >= 409 @ 0.698931
0.94/1.01	c bounds 1289 >= 410 @ 0.699367
0.94/1.01	c bounds 1289 >= 411 @ 0.699799
0.94/1.01	c bounds 1289 >= 412 @ 0.700228
0.94/1.01	c bounds 1289 >= 413 @ 0.700668
0.94/1.01	c bounds 1289 >= 414 @ 0.701021
0.94/1.01	c bounds 1289 >= 415 @ 0.701021
0.94/1.02	c bounds 1289 >= 416 @ 0.701021
0.94/1.02	c bounds 1289 >= 417 @ 0.701412
0.94/1.02	c bounds 1289 >= 418 @ 0.701843
0.94/1.02	c bounds 1289 >= 419 @ 0.702276
0.94/1.02	c bounds 1289 >= 420 @ 0.702709
0.94/1.02	c bounds 1289 >= 421 @ 0.703151
0.94/1.02	c bounds 1289 >= 422 @ 0.703585
0.94/1.02	c bounds 1289 >= 423 @ 0.704027
0.94/1.02	c bounds 1289 >= 424 @ 0.704464
0.94/1.02	c bounds 1289 >= 425 @ 0.704895
0.94/1.02	c bounds 1289 >= 426 @ 0.705331
0.94/1.02	c bounds 1289 >= 427 @ 0.705762
0.94/1.02	c bounds 1289 >= 428 @ 0.706198
0.94/1.02	c bounds 1289 >= 429 @ 0.70663
0.94/1.02	c bounds 1289 >= 430 @ 0.707063
0.94/1.02	c bounds 1289 >= 431 @ 0.707494
0.94/1.02	c bounds 1289 >= 432 @ 0.707934
0.94/1.02	c bounds 1289 >= 433 @ 0.708372
0.94/1.02	c bounds 1289 >= 434 @ 0.708805
0.94/1.02	c bounds 1289 >= 435 @ 0.709246
0.94/1.02	c bounds 1289 >= 436 @ 0.709681
0.94/1.02	c bounds 1289 >= 437 @ 0.71012
0.94/1.02	c bounds 1289 >= 438 @ 0.71055
0.94/1.03	c bounds 1289 >= 439 @ 0.710975
0.94/1.03	c bounds 1289 >= 440 @ 0.711407
0.94/1.03	c bounds 1289 >= 441 @ 0.711843
0.94/1.03	c bounds 1289 >= 442 @ 0.712281
0.94/1.03	c bounds 1289 >= 443 @ 0.713101
0.94/1.03	c bounds 1289 >= 444 @ 0.713531
0.94/1.03	c bounds 1289 >= 445 @ 0.713952
0.94/1.03	c bounds 1289 >= 446 @ 0.714069
0.94/1.03	c bounds 1289 >= 447 @ 0.714069
0.94/1.03	c bounds 1289 >= 448 @ 0.714263
0.94/1.03	c bounds 1289 >= 449 @ 0.714664
0.94/1.03	c bounds 1289 >= 450 @ 0.715066
0.94/1.03	c bounds 1289 >= 451 @ 0.715492
0.94/1.03	c bounds 1289 >= 452 @ 0.715914
0.94/1.03	c bounds 1289 >= 453 @ 0.716338
0.94/1.03	c bounds 1289 >= 454 @ 0.716761
0.94/1.03	c bounds 1289 >= 455 @ 0.717181
0.94/1.03	c bounds 1289 >= 456 @ 0.717617
0.94/1.03	c bounds 1289 >= 457 @ 0.718042
0.94/1.03	c bounds 1289 >= 458 @ 0.718465
0.94/1.03	c bounds 1289 >= 459 @ 0.718895
0.94/1.03	c bounds 1289 >= 460 @ 0.719332
0.94/1.04	c bounds 1289 >= 461 @ 0.719754
0.94/1.04	c bounds 1289 >= 462 @ 0.720172
0.94/1.04	c bounds 1289 >= 463 @ 0.7206
0.94/1.04	c bounds 1289 >= 464 @ 0.721026
0.94/1.04	c bounds 1289 >= 465 @ 0.721459
0.94/1.04	c bounds 1289 >= 466 @ 0.721882
0.94/1.04	c bounds 1289 >= 467 @ 0.722301
0.94/1.04	c bounds 1289 >= 468 @ 0.722728
0.94/1.04	c bounds 1289 >= 469 @ 0.723148
0.94/1.04	c bounds 1289 >= 470 @ 0.723574
0.94/1.04	c bounds 1289 >= 471 @ 0.724009
0.94/1.04	c bounds 1289 >= 472 @ 0.724434
0.94/1.04	c bounds 1289 >= 473 @ 0.724851
0.94/1.04	c bounds 1289 >= 474 @ 0.725262
0.94/1.04	c bounds 1289 >= 475 @ 0.725682
0.94/1.04	c bounds 1289 >= 476 @ 0.726104
0.94/1.04	c bounds 1289 >= 477 @ 0.726525
0.94/1.04	c bounds 1289 >= 478 @ 0.726938
0.94/1.04	c bounds 1289 >= 479 @ 0.727038
0.94/1.04	c bounds 1289 >= 480 @ 0.727038
0.94/1.04	c bounds 1289 >= 481 @ 0.727247
0.94/1.04	c bounds 1289 >= 482 @ 0.727639
0.94/1.04	c bounds 1289 >= 483 @ 0.728034
0.94/1.04	c bounds 1289 >= 484 @ 0.728459
0.94/1.05	c bounds 1289 >= 485 @ 0.728877
0.94/1.05	c bounds 1289 >= 486 @ 0.729298
0.94/1.05	c bounds 1289 >= 487 @ 0.72972
0.94/1.05	c bounds 1289 >= 488 @ 0.730137
0.94/1.05	c bounds 1289 >= 489 @ 0.730557
0.94/1.05	c bounds 1289 >= 490 @ 0.730975
0.94/1.06	c bounds 1288 >= 490 @ 0.738258
0.94/1.06	c bounds 1288 >= 491 @ 0.738688
0.94/1.06	c bounds 1288 >= 492 @ 0.739109
0.94/1.06	c bounds 1288 >= 493 @ 0.739529
0.94/1.06	c bounds 1288 >= 494 @ 0.739946
0.94/1.06	c bounds 1288 >= 495 @ 0.740365
0.94/1.06	c bounds 1288 >= 496 @ 0.740781
0.94/1.06	c bounds 1288 >= 497 @ 0.741194
0.94/1.06	c bounds 1288 >= 498 @ 0.741615
0.94/1.06	c bounds 1288 >= 499 @ 0.742036
0.94/1.06	c bounds 1288 >= 500 @ 0.742451
0.94/1.07	c bounds 1288 >= 501 @ 0.742865
0.94/1.07	c bounds 1288 >= 502 @ 0.742983
0.94/1.07	c bounds 1288 >= 503 @ 0.742983
0.94/1.07	c bounds 1288 >= 504 @ 0.743163
0.94/1.07	c bounds 1288 >= 505 @ 0.743554
0.94/1.07	c bounds 1288 >= 506 @ 0.743944
0.94/1.07	c bounds 1288 >= 507 @ 0.74436
0.94/1.07	c bounds 1288 >= 508 @ 0.744781
0.94/1.07	c bounds 1288 >= 509 @ 0.74521
0.94/1.07	c bounds 1288 >= 510 @ 0.745627
0.94/1.07	c bounds 1288 >= 511 @ 0.746037
0.94/1.07	c bounds 1288 >= 512 @ 0.746463
0.94/1.07	c bounds 1288 >= 513 @ 0.746875
0.94/1.07	c bounds 1288 >= 514 @ 0.747287
0.94/1.07	c bounds 1288 >= 515 @ 0.747711
0.94/1.07	c bounds 1288 >= 516 @ 0.748123
0.94/1.07	c bounds 1288 >= 517 @ 0.748532
0.94/1.07	c bounds 1288 >= 518 @ 0.748943
0.94/1.07	c bounds 1288 >= 519 @ 0.749361
0.94/1.07	c bounds 1288 >= 520 @ 0.749778
0.94/1.07	c bounds 1288 >= 521 @ 0.750195
0.94/1.07	c bounds 1288 >= 522 @ 0.750612
0.94/1.07	c bounds 1288 >= 523 @ 0.751033
0.94/1.07	c bounds 1288 >= 524 @ 0.751454
0.94/1.08	c bounds 1288 >= 525 @ 0.751868
0.94/1.08	c bounds 1288 >= 526 @ 0.752291
0.94/1.08	c bounds 1288 >= 527 @ 0.752705
0.94/1.08	c bounds 1288 >= 528 @ 0.75312
0.94/1.08	c bounds 1288 >= 529 @ 0.753535
0.94/1.08	c bounds 1288 >= 530 @ 0.753945
0.94/1.08	c bounds 1288 >= 531 @ 0.754355
0.94/1.08	c bounds 1288 >= 532 @ 0.754771
0.94/1.08	c bounds 1288 >= 533 @ 0.755186
0.94/1.08	c bounds 1288 >= 534 @ 0.755599
0.94/1.08	c bounds 1288 >= 535 @ 0.756011
0.94/1.08	c bounds 1288 >= 536 @ 0.756429
0.94/1.08	c bounds 1288 >= 537 @ 0.756839
0.94/1.08	c bounds 1288 >= 538 @ 0.756948
0.94/1.08	c bounds 1288 >= 539 @ 0.756948
0.94/1.08	c bounds 1288 >= 540 @ 0.757143
0.94/1.08	c bounds 1288 >= 541 @ 0.75753
0.94/1.08	c bounds 1288 >= 542 @ 0.757981
0.94/1.08	c bounds 1288 >= 543 @ 0.758387
0.94/1.08	c bounds 1288 >= 544 @ 0.758796
0.94/1.08	c bounds 1288 >= 545 @ 0.759208
0.94/1.08	c bounds 1288 >= 546 @ 0.759625
0.94/1.08	c bounds 1288 >= 547 @ 0.760044
0.94/1.08	c bounds 1288 >= 548 @ 0.76046
0.94/1.09	c bounds 1288 >= 549 @ 0.760876
0.94/1.09	c bounds 1288 >= 550 @ 0.761289
0.94/1.09	c bounds 1288 >= 551 @ 0.761704
0.94/1.09	c bounds 1288 >= 552 @ 0.762121
0.94/1.09	c bounds 1288 >= 553 @ 0.762544
0.94/1.09	c bounds 1288 >= 554 @ 0.763004
0.94/1.09	c bounds 1288 >= 555 @ 0.763423
0.94/1.09	c bounds 1288 >= 556 @ 0.763835
0.94/1.09	c bounds 1288 >= 557 @ 0.764245
0.94/1.09	c bounds 1288 >= 558 @ 0.76465
0.94/1.09	c bounds 1288 >= 559 @ 0.765054
0.94/1.09	c bounds 1288 >= 560 @ 0.765458
0.94/1.09	c bounds 1288 >= 561 @ 0.765878
0.94/1.09	c bounds 1288 >= 562 @ 0.766299
0.94/1.09	c bounds 1288 >= 563 @ 0.76673
0.94/1.09	c bounds 1288 >= 564 @ 0.767148
0.94/1.09	c bounds 1288 >= 565 @ 0.767563
0.94/1.09	c bounds 1288 >= 566 @ 0.767986
0.94/1.09	c bounds 1288 >= 567 @ 0.768401
0.94/1.09	c bounds 1288 >= 568 @ 0.768821
0.94/1.09	c bounds 1288 >= 569 @ 0.768918
0.94/1.09	c bounds 1288 >= 570 @ 0.768918
0.94/1.09	c bounds 1288 >= 571 @ 0.769142
0.94/1.09	c bounds 1288 >= 572 @ 0.769528
0.94/1.10	c bounds 1288 >= 573 @ 0.769922
0.94/1.10	c bounds 1288 >= 574 @ 0.770342
0.94/1.10	c bounds 1288 >= 575 @ 0.770767
0.94/1.10	c bounds 1288 >= 576 @ 0.771177
0.94/1.10	c bounds 1288 >= 577 @ 0.771597
0.94/1.10	c bounds 1288 >= 578 @ 0.771731
0.94/1.10	c bounds 1288 >= 579 @ 0.771731
0.94/1.10	c bounds 1288 >= 580 @ 0.771856
0.94/1.10	c bounds 1288 >= 581 @ 0.772271
0.94/1.10	c bounds 1288 >= 582 @ 0.772689
0.94/1.10	c bounds 1288 >= 583 @ 0.773108
0.94/1.10	c bounds 1288 >= 584 @ 0.77353
1.04/1.10	c bounds 1288 >= 585 @ 0.773958
1.04/1.10	c bounds 1288 >= 586 @ 0.774379
1.04/1.10	c bounds 1288 >= 587 @ 0.774787
1.04/1.10	c bounds 1288 >= 588 @ 0.775198
1.04/1.10	c bounds 1288 >= 589 @ 0.775612
1.04/1.10	c bounds 1288 >= 590 @ 0.776032
1.04/1.10	c bounds 1288 >= 591 @ 0.776447
1.04/1.10	c bounds 1288 >= 592 @ 0.776864
1.04/1.10	c bounds 1288 >= 593 @ 0.777285
1.04/1.10	c bounds 1288 >= 594 @ 0.777701
1.04/1.10	c bounds 1288 >= 595 @ 0.778119
1.04/1.11	c bounds 1288 >= 596 @ 0.778591
1.04/1.11	c bounds 1288 >= 597 @ 0.779062
1.04/1.11	c bounds 1288 >= 598 @ 0.779476
1.04/1.11	c bounds 1288 >= 599 @ 0.779939
1.04/1.11	c bounds 1288 >= 600 @ 0.780397
1.04/1.11	c bounds 1288 >= 601 @ 0.780864
1.04/1.11	c bounds 1288 >= 602 @ 0.781283
1.04/1.11	c bounds 1288 >= 603 @ 0.781702
1.04/1.11	c bounds 1288 >= 604 @ 0.782118
1.04/1.11	c bounds 1288 >= 605 @ 0.782535
1.04/1.11	c bounds 1288 >= 606 @ 0.782958
1.04/1.11	c bounds 1288 >= 607 @ 0.78337
1.04/1.11	c bounds 1288 >= 608 @ 0.783785
1.04/1.11	c bounds 1288 >= 609 @ 0.784199
1.04/1.11	c bounds 1288 >= 610 @ 0.784624
1.04/1.11	c bounds 1288 >= 611 @ 0.785037
1.04/1.11	c bounds 1288 >= 612 @ 0.785451
1.04/1.11	c bounds 1288 >= 613 @ 0.785864
1.04/1.11	c bounds 1288 >= 614 @ 0.786279
1.04/1.11	c bounds 1288 >= 615 @ 0.786695
1.04/1.11	c bounds 1288 >= 616 @ 0.787109
1.04/1.11	c bounds 1288 >= 617 @ 0.787559
1.04/1.11	c bounds 1288 >= 618 @ 0.788034
1.04/1.12	c bounds 1288 >= 619 @ 0.788569
1.04/1.12	c bounds 1288 >= 620 @ 0.788982
1.04/1.12	c bounds 1288 >= 621 @ 0.789405
1.04/1.12	c bounds 1288 >= 622 @ 0.789821
1.04/1.12	c bounds 1288 >= 623 @ 0.790227
1.04/1.12	c bounds 1288 >= 624 @ 0.790646
1.04/1.12	c bounds 1288 >= 625 @ 0.79074
1.04/1.12	c bounds 1288 >= 626 @ 0.79074
1.04/1.12	c bounds 1288 >= 627 @ 0.790955
1.04/1.12	c bounds 1288 >= 628 @ 0.791339
1.04/1.12	c bounds 1288 >= 629 @ 0.791719
1.04/1.12	c bounds 1288 >= 630 @ 0.79213
1.04/1.12	c bounds 1288 >= 631 @ 0.792556
1.04/1.12	c bounds 1288 >= 632 @ 0.792969
1.04/1.12	c bounds 1288 >= 633 @ 0.793383
1.04/1.12	c bounds 1288 >= 634 @ 0.793797
1.04/1.12	c bounds 1288 >= 635 @ 0.794221
1.04/1.12	c bounds 1288 >= 636 @ 0.794629
1.04/1.12	c bounds 1288 >= 637 @ 0.795036
1.04/1.12	c bounds 1288 >= 638 @ 0.795462
1.04/1.12	c bounds 1288 >= 639 @ 0.795878
1.04/1.12	c bounds 1288 >= 640 @ 0.796294
1.04/1.12	c bounds 1288 >= 641 @ 0.796708
1.04/1.12	c bounds 1288 >= 642 @ 0.79712
1.04/1.13	c bounds 1288 >= 643 @ 0.797531
1.04/1.13	c bounds 1288 >= 644 @ 0.797935
1.04/1.13	c bounds 1288 >= 645 @ 0.798354
1.04/1.13	c bounds 1288 >= 646 @ 0.798764
1.04/1.13	c bounds 1288 >= 647 @ 0.799178
1.04/1.13	c bounds 1288 >= 648 @ 0.799592
1.04/1.13	c bounds 1288 >= 649 @ 0.800001
1.04/1.13	c bounds 1288 >= 650 @ 0.800411
1.04/1.13	c bounds 1288 >= 651 @ 0.800534
1.04/1.13	c bounds 1288 >= 652 @ 0.800534
1.04/1.13	c bounds 1288 >= 653 @ 0.800733
1.04/1.13	c bounds 1288 >= 654 @ 0.801151
1.04/1.13	c bounds 1288 >= 655 @ 0.801561
1.04/1.13	c bounds 1288 >= 656 @ 0.801969
1.04/1.13	c bounds 1288 >= 657 @ 0.802378
1.04/1.13	c bounds 1288 >= 658 @ 0.802788
1.04/1.13	c bounds 1288 >= 659 @ 0.803214
1.04/1.13	c bounds 1288 >= 660 @ 0.803622
1.04/1.13	c bounds 1288 >= 661 @ 0.804032
1.04/1.13	c bounds 1288 >= 662 @ 0.804441
1.04/1.13	c bounds 1288 >= 663 @ 0.804852
1.04/1.13	c bounds 1288 >= 664 @ 0.805259
1.04/1.13	c bounds 1288 >= 665 @ 0.805668
1.04/1.13	c bounds 1288 >= 666 @ 0.806097
1.04/1.14	c bounds 1288 >= 667 @ 0.806507
1.04/1.14	c bounds 1288 >= 668 @ 0.806917
1.04/1.14	c bounds 1288 >= 669 @ 0.807335
1.04/1.14	c bounds 1288 >= 670 @ 0.807658
1.04/1.14	c bounds 1288 >= 671 @ 0.807658
1.04/1.14	c bounds 1288 >= 672 @ 0.807658
1.04/1.14	c bounds 1288 >= 673 @ 0.807693
1.04/1.14	c bounds 1288 >= 674 @ 0.807693
1.04/1.14	c bounds 1288 >= 675 @ 0.807877
1.04/1.14	c bounds 1288 >= 676 @ 0.808263
1.04/1.14	c bounds 1288 >= 677 @ 0.808642
1.04/1.14	c bounds 1288 >= 678 @ 0.809049
1.04/1.14	c bounds 1288 >= 679 @ 0.809454
1.04/1.14	c bounds 1288 >= 680 @ 0.809882
1.04/1.14	c bounds 1288 >= 681 @ 0.810294
1.04/1.14	c bounds 1288 >= 682 @ 0.810703
1.04/1.14	c bounds 1288 >= 683 @ 0.811108
1.04/1.14	c bounds 1288 >= 684 @ 0.811512
1.04/1.14	c bounds 1288 >= 685 @ 0.811919
1.04/1.14	c bounds 1288 >= 686 @ 0.812321
1.04/1.14	c bounds 1288 >= 687 @ 0.812744
1.04/1.14	c bounds 1288 >= 688 @ 0.813154
1.04/1.14	c bounds 1288 >= 689 @ 0.813556
1.04/1.14	c bounds 1288 >= 690 @ 0.813961
1.04/1.15	c bounds 1288 >= 691 @ 0.814361
1.04/1.15	c bounds 1288 >= 692 @ 0.81477
1.04/1.15	c bounds 1288 >= 693 @ 0.815178
1.04/1.15	c bounds 1288 >= 694 @ 0.815597
1.04/1.15	c bounds 1288 >= 695 @ 0.816007
1.04/1.15	c bounds 1288 >= 696 @ 0.816409
1.04/1.15	c bounds 1288 >= 697 @ 0.816814
1.04/1.15	c bounds 1288 >= 698 @ 0.817221
1.04/1.15	c bounds 1288 >= 699 @ 0.817619
1.04/1.15	c bounds 1288 >= 700 @ 0.81802
1.04/1.15	c bounds 1288 >= 701 @ 0.81843
1.04/1.15	c bounds 1288 >= 702 @ 0.818842
1.04/1.15	c bounds 1288 >= 703 @ 0.819244
1.04/1.15	c bounds 1288 >= 704 @ 0.819358
1.04/1.15	c bounds 1288 >= 705 @ 0.819443
1.04/1.15	c bounds 1288 >= 706 @ 0.819839
1.04/1.15	c bounds 1288 >= 707 @ 0.820232
1.04/1.15	c bounds 1288 >= 708 @ 0.820633
1.04/1.15	c bounds 1288 >= 709 @ 0.821038
1.04/1.15	c bounds 1288 >= 710 @ 0.821436
1.04/1.15	c bounds 1288 >= 711 @ 0.821833
1.04/1.15	c bounds 1288 >= 712 @ 0.822232
1.04/1.15	c bounds 1288 >= 713 @ 0.822633
1.04/1.15	c bounds 1288 >= 714 @ 0.823028
1.04/1.16	c bounds 1288 >= 715 @ 0.823435
1.04/1.16	c bounds 1288 >= 716 @ 0.823836
1.04/1.16	c bounds 1288 >= 717 @ 0.824236
1.04/1.16	c bounds 1288 >= 718 @ 0.824634
1.04/1.16	c bounds 1288 >= 719 @ 0.825032
1.04/1.16	c bounds 1288 >= 720 @ 0.825426
1.04/1.16	c bounds 1288 >= 721 @ 0.825823
1.04/1.16	c bounds 1288 >= 722 @ 0.826233
1.04/1.16	c bounds 1288 >= 723 @ 0.826629
1.04/1.16	c bounds 1288 >= 724 @ 0.827029
1.04/1.16	c bounds 1288 >= 725 @ 0.827429
1.04/1.16	c bounds 1288 >= 726 @ 0.827825
1.04/1.16	c bounds 1288 >= 727 @ 0.828215
1.04/1.16	c bounds 1288 >= 728 @ 0.828612
1.04/1.16	c bounds 1288 >= 729 @ 0.829027
1.04/1.16	c bounds 1288 >= 730 @ 0.829432
1.04/1.16	c bounds 1288 >= 731 @ 0.829832
1.04/1.16	c bounds 1288 >= 732 @ 0.830227
1.04/1.16	c bounds 1288 >= 733 @ 0.83062
1.04/1.16	c bounds 1288 >= 734 @ 0.831015
1.04/1.16	c bounds 1288 >= 735 @ 0.831408
1.04/1.16	c bounds 1288 >= 736 @ 0.831823
1.04/1.16	c bounds 1288 >= 737 @ 0.832222
1.04/1.16	c bounds 1288 >= 738 @ 0.83262
1.04/1.16	c bounds 1288 >= 739 @ 0.833015
1.04/1.17	c bounds 1288 >= 740 @ 0.833412
1.04/1.17	c bounds 1288 >= 741 @ 0.833803
1.04/1.17	c bounds 1288 >= 742 @ 0.834292
1.04/1.17	c bounds 1288 >= 743 @ 0.834716
1.04/1.17	c bounds 1288 >= 744 @ 0.835128
1.04/1.17	c bounds 1288 >= 745 @ 0.835548
1.04/1.17	c bounds 1288 >= 746 @ 0.835622
1.04/1.17	c bounds 1288 >= 747 @ 0.835622
1.04/1.17	c bounds 1288 >= 748 @ 0.835839
1.04/1.17	c bounds 1288 >= 749 @ 0.836206
1.04/1.17	c bounds 1288 >= 750 @ 0.836589
1.04/1.17	c bounds 1288 >= 751 @ 0.836981
1.04/1.17	c bounds 1288 >= 752 @ 0.837379
1.04/1.17	c bounds 1288 >= 753 @ 0.837776
1.04/1.17	c bounds 1288 >= 754 @ 0.838168
1.04/1.17	c bounds 1288 >= 755 @ 0.838564
1.04/1.17	c bounds 1288 >= 756 @ 0.838954
1.04/1.17	c bounds 1288 >= 757 @ 0.839364
1.04/1.17	c bounds 1288 >= 758 @ 0.839754
1.04/1.17	c bounds 1288 >= 759 @ 0.840142
1.04/1.17	c bounds 1288 >= 760 @ 0.840526
1.04/1.17	c bounds 1288 >= 761 @ 0.840609
1.04/1.17	c bounds 1288 >= 762 @ 0.840609
1.04/1.17	c bounds 1288 >= 763 @ 0.840697
1.04/1.17	c bounds 1288 >= 764 @ 0.841086
1.04/1.18	c bounds 1288 >= 765 @ 0.841472
1.04/1.18	c bounds 1288 >= 766 @ 0.841856
1.04/1.18	c bounds 1288 >= 767 @ 0.842246
1.04/1.18	c bounds 1288 >= 768 @ 0.842637
1.04/1.18	c bounds 1288 >= 769 @ 0.843028
1.04/1.18	c bounds 1288 >= 770 @ 0.843418
1.04/1.18	c bounds 1288 >= 771 @ 0.84381
1.04/1.18	c bounds 1288 >= 772 @ 0.844191
1.04/1.18	c bounds 1288 >= 773 @ 0.844588
1.04/1.18	c bounds 1288 >= 774 @ 0.844971
1.04/1.18	c bounds 1288 >= 775 @ 0.845361
1.04/1.18	c bounds 1288 >= 776 @ 0.845744
1.04/1.18	c bounds 1288 >= 777 @ 0.846131
1.04/1.18	c bounds 1288 >= 778 @ 0.846524
1.04/1.18	c bounds 1288 >= 779 @ 0.846593
1.04/1.18	c bounds 1288 >= 780 @ 0.846593
1.04/1.18	c bounds 1288 >= 781 @ 0.846763
1.04/1.18	c bounds 1288 >= 782 @ 0.847121
1.04/1.18	c bounds 1288 >= 783 @ 0.847481
1.04/1.18	c bounds 1288 >= 784 @ 0.847858
1.04/1.18	c bounds 1288 >= 785 @ 0.848251
1.04/1.18	c bounds 1288 >= 786 @ 0.848643
1.04/1.18	c bounds 1288 >= 787 @ 0.849023
1.04/1.18	c bounds 1288 >= 788 @ 0.849412
1.04/1.18	c bounds 1288 >= 789 @ 0.849791
1.04/1.18	c bounds 1288 >= 790 @ 0.850177
1.04/1.19	c bounds 1288 >= 791 @ 0.850557
1.04/1.19	c bounds 1288 >= 792 @ 0.850953
1.04/1.19	c bounds 1288 >= 793 @ 0.85134
1.04/1.19	c bounds 1288 >= 794 @ 0.851732
1.04/1.19	c bounds 1288 >= 795 @ 0.852123
1.04/1.19	c bounds 1288 >= 796 @ 0.85251
1.04/1.19	c bounds 1288 >= 797 @ 0.852577
1.04/1.19	c bounds 1288 >= 798 @ 0.852577
1.04/1.19	c bounds 1288 >= 799 @ 0.852756
1.04/1.19	c bounds 1288 >= 800 @ 0.853122
1.04/1.19	c bounds 1288 >= 801 @ 0.853483
1.04/1.19	c bounds 1288 >= 802 @ 0.853869
1.04/1.19	c bounds 1288 >= 803 @ 0.854257
1.04/1.19	c bounds 1288 >= 804 @ 0.854644
1.04/1.19	c bounds 1288 >= 805 @ 0.855038
1.04/1.19	c bounds 1288 >= 806 @ 0.855432
1.04/1.19	c bounds 1288 >= 807 @ 0.855823
1.04/1.19	c bounds 1288 >= 808 @ 0.856215
1.04/1.19	c bounds 1288 >= 809 @ 0.856594
1.04/1.19	c bounds 1288 >= 810 @ 0.856986
1.04/1.19	c bounds 1288 >= 811 @ 0.857365
1.04/1.19	c bounds 1288 >= 812 @ 0.857758
1.04/1.19	c bounds 1288 >= 813 @ 0.858156
1.04/1.19	c bounds 1288 >= 814 @ 0.858538
1.04/1.19	c bounds 1288 >= 815 @ 0.858924
1.04/1.20	c bounds 1288 >= 816 @ 0.859313
1.13/1.20	c bounds 1288 >= 817 @ 0.859691
1.13/1.20	c bounds 1288 >= 818 @ 0.860064
1.13/1.20	c bounds 1288 >= 819 @ 0.860425
1.13/1.20	c bounds 1288 >= 820 @ 0.860824
1.13/1.20	c bounds 1288 >= 821 @ 0.861214
1.13/1.20	c bounds 1288 >= 822 @ 0.861597
1.13/1.20	c bounds 1288 >= 823 @ 0.861993
1.13/1.20	c bounds 1288 >= 824 @ 0.862375
1.13/1.20	c bounds 1288 >= 825 @ 0.862763
1.13/1.20	c bounds 1288 >= 826 @ 0.86315
1.13/1.20	c bounds 1288 >= 827 @ 0.863542
1.13/1.20	c bounds 1288 >= 828 @ 0.863932
1.13/1.20	c bounds 1288 >= 829 @ 0.864315
1.13/1.20	c bounds 1288 >= 830 @ 0.864379
1.13/1.20	c bounds 1288 >= 831 @ 0.86453
1.13/1.20	c bounds 1288 >= 832 @ 0.864895
1.13/1.20	c bounds 1288 >= 833 @ 0.865251
1.13/1.20	c bounds 1288 >= 834 @ 0.865639
1.13/1.20	c bounds 1288 >= 835 @ 0.866027
1.13/1.20	c bounds 1288 >= 836 @ 0.866424
1.13/1.20	c bounds 1288 >= 837 @ 0.866819
1.13/1.20	c bounds 1288 >= 838 @ 0.867202
1.13/1.20	c bounds 1288 >= 839 @ 0.867582
1.13/1.20	c bounds 1288 >= 840 @ 0.867971
1.13/1.21	c bounds 1288 >= 841 @ 0.868368
1.13/1.21	c bounds 1288 >= 842 @ 0.868762
1.13/1.21	c bounds 1288 >= 843 @ 0.869148
1.13/1.21	c bounds 1288 >= 844 @ 0.869537
1.13/1.21	c bounds 1288 >= 845 @ 0.869922
1.13/1.21	c bounds 1288 >= 846 @ 0.870306
1.13/1.21	c bounds 1288 >= 847 @ 0.87069
1.13/1.21	c bounds 1288 >= 848 @ 0.87108
1.13/1.21	c bounds 1288 >= 849 @ 0.871473
1.13/1.21	c bounds 1288 >= 850 @ 0.87186
1.13/1.21	c bounds 1288 >= 851 @ 0.872246
1.13/1.21	c bounds 1288 >= 852 @ 0.872632
1.13/1.21	c bounds 1288 >= 853 @ 0.873021
1.13/1.21	c bounds 1288 >= 854 @ 0.873402
1.13/1.21	c bounds 1288 >= 855 @ 0.873788
1.13/1.21	c bounds 1288 >= 856 @ 0.874179
1.13/1.21	c bounds 1288 >= 857 @ 0.874559
1.13/1.21	c bounds 1288 >= 858 @ 0.874946
1.13/1.21	c bounds 1288 >= 859 @ 0.875333
1.13/1.21	c bounds 1288 >= 860 @ 0.875719
1.13/1.21	c bounds 1288 >= 861 @ 0.876108
1.13/1.21	c bounds 1288 >= 862 @ 0.8765
1.13/1.21	c bounds 1288 >= 863 @ 0.876882
1.13/1.21	c bounds 1288 >= 864 @ 0.877267
1.13/1.21	c bounds 1288 >= 865 @ 0.877333
1.13/1.22	c bounds 1288 >= 866 @ 0.877333
1.13/1.22	c bounds 1288 >= 867 @ 0.877494
1.13/1.22	c bounds 1288 >= 868 @ 0.877855
1.13/1.22	c bounds 1288 >= 869 @ 0.878215
1.13/1.22	c bounds 1288 >= 870 @ 0.8786
1.13/1.22	c bounds 1288 >= 871 @ 0.878979
1.13/1.22	c bounds 1288 >= 872 @ 0.879365
1.13/1.22	c bounds 1288 >= 873 @ 0.87975
1.13/1.22	c bounds 1288 >= 874 @ 0.880132
1.13/1.22	c bounds 1288 >= 875 @ 0.880507
1.13/1.22	c bounds 1288 >= 876 @ 0.880898
1.13/1.22	c bounds 1288 >= 877 @ 0.881282
1.13/1.22	c bounds 1288 >= 878 @ 0.881678
1.13/1.22	c bounds 1288 >= 879 @ 0.882054
1.13/1.22	c bounds 1288 >= 880 @ 0.882437
1.13/1.22	c bounds 1288 >= 881 @ 0.882821
1.13/1.22	c bounds 1288 >= 882 @ 0.883204
1.13/1.22	c bounds 1288 >= 883 @ 0.883603
1.13/1.22	c bounds 1288 >= 884 @ 0.883992
1.13/1.22	c bounds 1288 >= 885 @ 0.884379
1.13/1.22	c bounds 1288 >= 886 @ 0.884756
1.13/1.22	c bounds 1288 >= 887 @ 0.885142
1.13/1.22	c bounds 1288 >= 888 @ 0.885522
1.13/1.22	c bounds 1288 >= 889 @ 0.885897
1.13/1.22	c bounds 1288 >= 890 @ 0.886302
1.13/1.22	c bounds 1288 >= 891 @ 0.886688
1.13/1.23	c bounds 1288 >= 892 @ 0.887078
1.13/1.23	c bounds 1288 >= 893 @ 0.887461
1.13/1.23	c bounds 1288 >= 894 @ 0.88784
1.13/1.23	c bounds 1288 >= 895 @ 0.88822
1.13/1.23	c bounds 1288 >= 896 @ 0.888305
1.13/1.23	c bounds 1288 >= 897 @ 0.888305
1.13/1.23	c bounds 1288 >= 898 @ 0.888393
1.13/1.23	c bounds 1288 >= 899 @ 0.888774
1.13/1.23	c bounds 1288 >= 900 @ 0.889146
1.13/1.23	c bounds 1288 >= 901 @ 0.889516
1.13/1.23	c bounds 1288 >= 902 @ 0.8899
1.13/1.23	c bounds 1288 >= 903 @ 0.890278
1.13/1.23	c bounds 1288 >= 904 @ 0.890664
1.13/1.23	c bounds 1288 >= 905 @ 0.89105
1.13/1.23	c bounds 1288 >= 906 @ 0.891439
1.13/1.23	c bounds 1288 >= 907 @ 0.89182
1.13/1.23	c bounds 1288 >= 908 @ 0.892202
1.13/1.23	c bounds 1288 >= 909 @ 0.892583
1.13/1.23	c bounds 1288 >= 910 @ 0.892962
1.13/1.23	c bounds 1288 >= 911 @ 0.893347
1.13/1.23	c bounds 1288 >= 912 @ 0.89374
1.13/1.23	c bounds 1288 >= 913 @ 0.894115
1.13/1.23	c bounds 1288 >= 914 @ 0.894504
1.13/1.23	c bounds 1288 >= 915 @ 0.894883
1.13/1.23	c bounds 1288 >= 916 @ 0.895269
1.13/1.23	c bounds 1288 >= 917 @ 0.895647
1.13/1.24	c bounds 1288 >= 918 @ 0.896032
1.13/1.24	c bounds 1288 >= 919 @ 0.896417
1.13/1.24	c bounds 1288 >= 920 @ 0.896803
1.13/1.24	c bounds 1288 >= 921 @ 0.897186
1.13/1.24	c bounds 1288 >= 922 @ 0.897563
1.13/1.24	c bounds 1288 >= 923 @ 0.897949
1.13/1.24	c bounds 1288 >= 924 @ 0.898321
1.13/1.24	c bounds 1288 >= 925 @ 0.898702
1.13/1.24	c bounds 1288 >= 926 @ 0.899083
1.13/1.24	c bounds 1288 >= 927 @ 0.899459
1.13/1.24	c bounds 1288 >= 928 @ 0.899844
1.13/1.24	c bounds 1288 >= 929 @ 0.900215
1.13/1.24	c bounds 1288 >= 930 @ 0.900268
1.13/1.24	c bounds 1288 >= 931 @ 0.900268
1.13/1.24	c bounds 1288 >= 932 @ 0.900447
1.13/1.24	c bounds 1288 >= 933 @ 0.900803
1.13/1.24	c bounds 1288 >= 934 @ 0.90115
1.13/1.24	c bounds 1288 >= 935 @ 0.901525
1.13/1.24	c bounds 1288 >= 936 @ 0.901905
1.13/1.24	c bounds 1288 >= 937 @ 0.902279
1.13/1.24	c bounds 1288 >= 938 @ 0.902663
1.13/1.24	c bounds 1288 >= 939 @ 0.903039
1.13/1.24	c bounds 1288 >= 940 @ 0.903423
1.13/1.24	c bounds 1288 >= 941 @ 0.903798
1.13/1.24	c bounds 1288 >= 942 @ 0.904173
1.13/1.24	c bounds 1288 >= 943 @ 0.904551
1.13/1.25	c bounds 1288 >= 944 @ 0.904928
1.13/1.25	c bounds 1288 >= 945 @ 0.905304
1.13/1.25	c bounds 1288 >= 946 @ 0.905693
1.13/1.25	c bounds 1288 >= 947 @ 0.906067
1.13/1.25	c bounds 1288 >= 948 @ 0.906452
1.13/1.25	c bounds 1288 >= 949 @ 0.906839
1.13/1.25	c bounds 1288 >= 950 @ 0.90722
1.13/1.25	c bounds 1288 >= 951 @ 0.907592
1.13/1.25	c bounds 1288 >= 952 @ 0.907971
1.13/1.25	c bounds 1288 >= 953 @ 0.908368
1.13/1.25	c bounds 1288 >= 954 @ 0.908746
1.13/1.25	c bounds 1288 >= 955 @ 0.909134
1.13/1.25	c bounds 1288 >= 956 @ 0.90951
1.13/1.25	c bounds 1288 >= 957 @ 0.909895
1.13/1.25	c bounds 1288 >= 958 @ 0.910273
1.13/1.25	c bounds 1288 >= 959 @ 0.911037
1.13/1.25	c bounds 1288 >= 960 @ 0.911432
1.13/1.25	c bounds 1288 >= 961 @ 0.91182
1.13/1.25	c bounds 1288 >= 962 @ 0.912205
1.13/1.25	c bounds 1288 >= 963 @ 0.912205
1.13/1.25	c bounds 1288 >= 964 @ 0.912205
1.13/1.25	c bounds 1288 >= 965 @ 0.912434
1.13/1.25	c bounds 1288 >= 966 @ 0.912777
1.13/1.25	c bounds 1288 >= 967 @ 0.913134
1.13/1.25	c bounds 1288 >= 968 @ 0.913515
1.13/1.25	c bounds 1288 >= 969 @ 0.913896
1.13/1.26	c bounds 1288 >= 970 @ 0.914188
1.13/1.26	c bounds 1288 >= 971 @ 0.914188
1.13/1.26	c bounds 1288 >= 972 @ 0.914188
1.13/1.26	c bounds 1288 >= 973 @ 0.914483
1.13/1.26	c bounds 1288 >= 974 @ 0.914834
1.13/1.26	c bounds 1288 >= 975 @ 0.915194
1.13/1.26	c bounds 1288 >= 976 @ 0.915225
1.13/1.26	c bounds 1288 >= 977 @ 0.915225
1.13/1.26	c bounds 1288 >= 978 @ 0.91541
1.13/1.26	c bounds 1288 >= 979 @ 0.91577
1.13/1.26	c bounds 1288 >= 980 @ 0.916117
1.13/1.26	c bounds 1288 >= 981 @ 0.916484
1.13/1.26	c bounds 1288 >= 982 @ 0.916917
1.13/1.26	c bounds 1288 >= 983 @ 0.917299
1.13/1.26	c bounds 1288 >= 984 @ 0.917683
1.13/1.26	c bounds 1288 >= 985 @ 0.918059
1.13/1.26	c bounds 1288 >= 986 @ 0.918437
1.13/1.26	c bounds 1288 >= 987 @ 0.918814
1.13/1.26	c bounds 1288 >= 988 @ 0.919192
1.13/1.26	c bounds 1288 >= 989 @ 0.919583
1.13/1.26	c bounds 1288 >= 990 @ 0.919957
1.13/1.26	c bounds 1288 >= 991 @ 0.92034
1.13/1.26	c bounds 1288 >= 992 @ 0.920712
1.13/1.26	c bounds 1288 >= 993 @ 0.921095
1.13/1.26	c bounds 1288 >= 994 @ 0.92147
1.13/1.26	c bounds 1288 >= 995 @ 0.921855
1.13/1.27	c bounds 1288 >= 996 @ 0.922144
1.13/1.27	c bounds 1288 >= 997 @ 0.922144
1.13/1.27	c bounds 1288 >= 998 @ 0.922434
1.13/1.27	c bounds 1288 >= 999 @ 0.922773
1.13/1.27	c bounds 1288 >= 1000 @ 0.923119
1.13/1.27	c bounds 1288 >= 1001 @ 0.92348
1.13/1.27	c bounds 1288 >= 1002 @ 0.923855
1.13/1.27	c bounds 1288 >= 1003 @ 0.924225
1.13/1.27	c bounds 1288 >= 1004 @ 0.924593
1.13/1.27	c bounds 1288 >= 1005 @ 0.924959
1.13/1.27	c bounds 1288 >= 1006 @ 0.925332
1.13/1.27	c bounds 1288 >= 1007 @ 0.925698
1.13/1.27	c bounds 1288 >= 1008 @ 0.926071
1.13/1.28	c bounds 1288 >= 1009 @ 0.929102
1.13/1.29	c bounds 1287 >= 1009 @ 0.941371
1.24/1.30	c bounds 1287 >= 1010 @ 0.94293
1.24/1.31	c bounds 1287 >= 1011 @ 0.953139
1.24/1.32	c bounds 1286 >= 1011 @ 0.961717
1.24/1.35	c bounds 1285 >= 1011 @ 0.975595
1.34/1.41	c bounds 1285 >= 1012 @ 1.03255
1.34/1.42	c bounds 1284 >= 1012 @ 1.04398
1.34/1.44	c bounds 1283 >= 1012 @ 1.06168
1.34/1.46	c bounds 1282 >= 1012 @ 1.07229
1.34/1.47	c bounds 1281 >= 1012 @ 1.08609
1.43/1.50	c bounds 1280 >= 1012 @ 1.10733
1.43/1.54	c bounds 1279 >= 1012 @ 1.1451
8.48/8.64	c #Conflicts:       1000 | #Constraints:      25321
8.48/8.64	c #Conflicts:       2000 | #Constraints:      26321
8.48/8.64	c INPROCESSING
8.48/8.64	c GARBAGE COLLECT
8.48/8.64	c bounds 1278 >= 1012 @ 8.12382
8.67/8.87	c bounds 1277 >= 1012 @ 8.3481
8.87/9.01	c bounds 1276 >= 1012 @ 8.47847
8.87/9.05	c bounds 1275 >= 1012 @ 8.5135
8.87/9.10	c bounds 1274 >= 1012 @ 8.54378
8.97/9.13	c bounds 1273 >= 1012 @ 8.56681
8.97/9.15	c bounds 1272 >= 1012 @ 8.58902
8.97/9.17	c bounds 1271 >= 1012 @ 8.60201
8.97/9.19	c bounds 1270 >= 1012 @ 8.6138
9.07/9.21	c bounds 1269 >= 1012 @ 8.62752
9.07/9.23	c bounds 1268 >= 1012 @ 8.64069
9.07/9.25	c bounds 1267 >= 1012 @ 8.66124
9.07/9.28	c bounds 1266 >= 1012 @ 8.68567
9.17/9.37	c bounds 1265 >= 1012 @ 8.76957
9.27/9.41	c bounds 1264 >= 1012 @ 8.80315
9.27/9.47	c bounds 1263 >= 1012 @ 8.8618
9.66/9.88	c #Conflicts:       3000 | #Constraints:      24987
9.66/9.88	c bounds 1262 >= 1012 @ 9.2626
9.77/9.99	c bounds 1262 >= 1013 @ 9.36856
9.87/10.09	c bounds 1261 >= 1013 @ 9.45725
10.66/10.83	c #Conflicts:       4000 | #Constraints:      27345
10.66/10.83	c INPROCESSING
10.66/10.83	c GARBAGE COLLECT
10.66/10.83	c bounds 1260 >= 1013 @ 10.1812
10.66/10.88	c bounds 1259 >= 1013 @ 10.2281
10.75/10.91	c bounds 1258 >= 1013 @ 10.2555
10.75/10.96	c bounds 1257 >= 1013 @ 10.3
10.85/11.03	c bounds 1256 >= 1013 @ 10.3589
10.95/11.12	c bounds 1255 >= 1013 @ 10.4428
10.95/11.17	c bounds 1254 >= 1013 @ 10.4943
11.05/11.22	c bounds 1253 >= 1013 @ 10.532
11.05/11.26	c bounds 1252 >= 1013 @ 10.573
11.15/11.30	c bounds 1251 >= 1013 @ 10.6056
11.15/11.38	c bounds 1250 >= 1013 @ 10.6844
11.25/11.49	c #Conflicts:       5000 | #Constraints:      26244
11.25/11.49	c bounds 1249 >= 1013 @ 10.791
11.95/12.14	c bounds 1248 >= 1013 @ 11.4139
29.91/30.15	c #Conflicts:       6000 | #Constraints:      27246
29.91/30.15	c INPROCESSING
29.91/30.15	c GARBAGE COLLECT
29.91/30.15	c #Conflicts:       7000 | #Constraints:      25968
29.91/30.15	c #Conflicts:       8000 | #Constraints:      26968
29.91/30.15	c bounds 1247 >= 1013 @ 29.2845
30.60/30.84	c bounds 1247 >= 1014 @ 29.9618
30.90/31.14	c #Conflicts:       9000 | #Constraints:      28251
30.90/31.14	c bounds 1246 >= 1014 @ 30.2524
75.20/75.58	c INPROCESSING
75.20/75.58	c GARBAGE COLLECT
75.20/75.58	c #Conflicts:      10000 | #Constraints:      26300
75.20/75.58	c #Conflicts:      11000 | #Constraints:      27300
75.20/75.58	c #Conflicts:      12000 | #Constraints:      28300
75.20/75.58	c INPROCESSING
75.20/75.58	c GARBAGE COLLECT
75.20/75.58	c bounds 1245 >= 1014 @ 74.4262
75.30/75.60	c bounds 1244 >= 1014 @ 74.4461
75.30/75.62	c bounds 1243 >= 1014 @ 74.4579
75.30/75.64	c bounds 1242 >= 1014 @ 74.4723
75.30/75.68	c bounds 1241 >= 1014 @ 74.5094
75.40/75.74	c bounds 1240 >= 1014 @ 74.5557
75.40/75.78	c bounds 1239 >= 1014 @ 74.5972
75.50/75.82	c bounds 1238 >= 1014 @ 74.6359
75.50/75.86	c bounds 1237 >= 1014 @ 74.6756
75.60/75.91	c bounds 1236 >= 1014 @ 74.7139
75.70/76.03	c bounds 1235 >= 1014 @ 74.8297
76.10/76.44	c #Conflicts:      13000 | #Constraints:      26881
76.10/76.44	c bounds 1234 >= 1014 @ 75.2241
76.20/76.58	c bounds 1233 >= 1014 @ 75.3603
76.29/76.64	c bounds 1232 >= 1014 @ 75.424
76.40/76.76	c bounds 1231 >= 1014 @ 75.5428
76.49/76.83	c bounds 1230 >= 1014 @ 75.6038
76.59/76.90	c bounds 1229 >= 1014 @ 75.661
77.09/77.41	c #Conflicts:      14000 | #Constraints:      27887
77.09/77.41	c bounds 1228 >= 1014 @ 76.1524
77.09/77.49	c bounds 1227 >= 1014 @ 76.2288
77.39/77.72	c bounds 1226 >= 1014 @ 76.4472
80.08/80.46	c #Conflicts:      15000 | #Constraints:      28890
80.08/80.46	c INPROCESSING
80.08/80.46	c GARBAGE COLLECT
80.08/80.46	c #Conflicts:      16000 | #Constraints:      26770
80.08/80.46	c bounds 1225 >= 1014 @ 79.1263
85.87/86.25	c #Conflicts:      17000 | #Constraints:      27771
85.87/86.25	c #Conflicts:      18000 | #Constraints:      28771
85.87/86.25	c INPROCESSING
85.87/86.25	c GARBAGE COLLECT
85.87/86.25	c #Conflicts:      19000 | #Constraints:      26973
85.87/86.25	c #Conflicts:      20000 | #Constraints:      27973
85.87/86.25	c #Conflicts:      21000 | #Constraints:      28973
85.87/86.25	c INPROCESSING
85.87/86.25	c GARBAGE COLLECT
85.87/86.25	c bounds 1224 >= 1014 @ 84.8104
85.87/86.28	c bounds 1223 >= 1014 @ 84.8333
85.97/86.30	c bounds 1222 >= 1014 @ 84.8505
85.97/86.32	c bounds 1221 >= 1014 @ 84.8617
85.97/86.35	c bounds 1220 >= 1014 @ 84.8924
85.97/86.39	c bounds 1219 >= 1014 @ 84.9235
86.37/86.79	c #Conflicts:      22000 | #Constraints:      26932
86.37/86.79	c bounds 1218 >= 1014 @ 85.3258
87.36/87.71	c bounds 1217 >= 1014 @ 86.2282
88.06/88.42	c #Conflicts:      23000 | #Constraints:      27982
88.06/88.42	c bounds 1216 >= 1014 @ 86.915
88.67/89.02	c bounds 1215 >= 1014 @ 87.5051
89.36/89.76	c #Conflicts:      24000 | #Constraints:      29038
89.36/89.76	c bounds 1214 >= 1014 @ 88.2258
90.26/90.65	c bounds 1213 >= 1014 @ 89.0797
99.14/99.55	c #Conflicts:      25000 | #Constraints:      30070
99.14/99.55	c INPROCESSING
99.14/99.55	c GARBAGE COLLECT
99.14/99.55	c bounds 1212 >= 1014 @ 97.8851
101.73/102.16	c #Conflicts:      26000 | #Constraints:      27441
101.73/102.16	c #Conflicts:      27000 | #Constraints:      28441
101.73/102.16	c bounds 1211 >= 1014 @ 100.451
109.11/109.58	c #Conflicts:      28000 | #Constraints:      29442
109.11/109.58	c #Conflicts:      29000 | #Constraints:      30442
109.11/109.58	c INPROCESSING
109.11/109.58	c GARBAGE COLLECT
109.11/109.58	c #Conflicts:      30000 | #Constraints:      28003
109.11/109.58	c #Conflicts:      31000 | #Constraints:      29003
109.11/109.58	c #Conflicts:      32000 | #Constraints:      30003
109.11/109.58	c #Conflicts:      33000 | #Constraints:      31003
109.11/109.58	c INPROCESSING
109.11/109.58	c GARBAGE COLLECT
109.11/109.58	c bounds 1210 >= 1014 @ 107.715
109.31/109.71	c #Conflicts:      34000 | #Constraints:      28244
109.31/109.71	c bounds 1209 >= 1014 @ 107.837
109.31/109.77	c bounds 1208 >= 1014 @ 107.899
109.40/109.81	c bounds 1207 >= 1014 @ 107.928
109.40/109.83	c bounds 1206 >= 1014 @ 107.95
109.40/109.86	c bounds 1205 >= 1014 @ 107.973
109.40/109.88	c bounds 1204 >= 1014 @ 107.989
109.51/109.92	c bounds 1203 >= 1014 @ 108.021
109.51/109.94	c bounds 1202 >= 1014 @ 108.043
109.51/109.99	c bounds 1201 >= 1014 @ 108.085
109.62/110.03	c bounds 1200 >= 1014 @ 108.123
109.62/110.08	c bounds 1199 >= 1014 @ 108.164
109.71/110.15	c bounds 1198 >= 1014 @ 108.233
109.81/110.21	c bounds 1197 >= 1014 @ 108.288
109.81/110.28	c bounds 1196 >= 1014 @ 108.349
110.40/110.87	c #Conflicts:      35000 | #Constraints:      29258
110.40/110.87	c bounds 1195 >= 1014 @ 108.935
113.30/113.73	c #Conflicts:      36000 | #Constraints:      30259
113.30/113.73	c #Conflicts:      37000 | #Constraints:      31259
113.30/113.73	c INPROCESSING
113.30/113.73	c GARBAGE COLLECT
113.30/113.73	c bounds 1194 >= 1014 @ 111.739
113.99/114.49	c #Conflicts:      38000 | #Constraints:      27874
113.99/114.49	c bounds 1193 >= 1014 @ 112.471
114.29/114.72	c bounds 1192 >= 1014 @ 112.691
116.19/116.61	c #Conflicts:      39000 | #Constraints:      28876
116.19/116.61	c #Conflicts:      40000 | #Constraints:      29876
116.19/116.61	c bounds 1191 >= 1014 @ 114.564
146.03/146.55	c #Conflicts:      41000 | #Constraints:      30877
146.03/146.55	c INPROCESSING
146.03/146.55	c GARBAGE COLLECT
146.03/146.55	WSVECS04 Frhs2[96]: 6 -1.00004 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[1511]: 6 -1.00009 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[1514]: 6 -1.0001 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[1527]: 6 -1.00009 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[1530]: 6 -1.00002 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[2065]: 6 -1.00004 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[3063]: 6 -1.00001 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[3375]: 6 -1.00005 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[3381]: 6 -1.00009 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[3808]: 6 -1.00007 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[3816]: 6 -1.00007 0 shouldn't be
146.03/146.55	WSVECS04 Frhs2[4035]: 6 -1.00004 0 shouldn't be
163.78/164.32	c rational objective 1015
169.97/170.59	c #Conflicts:      42000 | #Constraints:      27819
169.97/170.59	c #Conflicts:      43000 | #Constraints:      28819
169.97/170.59	c #Conflicts:      44000 | #Constraints:      29819
169.97/170.59	c bounds 1190 >= 1014 @ 168.156
190.23/190.82	c #Conflicts:      45000 | #Constraints:      30820
190.23/190.82	c #Conflicts:      46000 | #Constraints:      31820
190.23/190.82	c INPROCESSING
190.23/190.82	c GARBAGE COLLECT
190.23/190.82	c #Conflicts:      47000 | #Constraints:      28594
190.23/190.82	c #Conflicts:      48000 | #Constraints:      29594
190.23/190.82	c #Conflicts:      49000 | #Constraints:      30594
190.23/190.82	c #Conflicts:      50000 | #Constraints:      31594
190.23/190.82	c #Conflicts:      51000 | #Constraints:      32594
190.23/190.82	c INPROCESSING
190.23/190.82	c GARBAGE COLLECT
190.23/190.82	c bounds 1189 >= 1014 @ 188.146
190.23/190.86	c bounds 1188 >= 1014 @ 188.179
191.13/191.79	c bounds 1187 >= 1014 @ 189.081
191.92/192.52	c #Conflicts:      52000 | #Constraints:      29039
191.92/192.52	c bounds 1186 >= 1014 @ 189.801
192.02/192.63	c bounds 1185 >= 1014 @ 189.894
194.22/194.82	c #Conflicts:      53000 | #Constraints:      30041
194.22/194.82	c #Conflicts:      54000 | #Constraints:      31041
194.22/194.82	c bounds 1184 >= 1014 @ 192.003
195.42/196.07	c #Conflicts:      55000 | #Constraints:      32042
195.42/196.07	c bounds 1183 >= 1014 @ 193.201
197.01/197.62	c #Conflicts:      56000 | #Constraints:      33043
197.01/197.62	c INPROCESSING
197.01/197.62	c GARBAGE COLLECT
197.01/197.62	c bounds 1182 >= 1014 @ 194.728
197.11/197.72	c bounds 1181 >= 1014 @ 194.815
197.11/197.74	c bounds 1180 >= 1014 @ 194.836
197.11/197.77	c bounds 1179 >= 1014 @ 194.857
197.11/197.79	c bounds 1178 >= 1014 @ 194.877
197.21/197.88	c bounds 1177 >= 1014 @ 194.964
197.51/198.12	c bounds 1176 >= 1014 @ 195.194
259.76/260.50	c #Conflicts:      57000 | #Constraints:      29249
259.76/260.50	c #Conflicts:      58000 | #Constraints:      30249
259.76/260.50	c #Conflicts:      59000 | #Constraints:      31249
259.76/260.50	c #Conflicts:      60000 | #Constraints:      32249
259.76/260.50	c #Conflicts:      61000 | #Constraints:      33249
259.76/260.50	c INPROCESSING
259.76/260.50	c GARBAGE COLLECT
259.76/260.50	c #Conflicts:      62000 | #Constraints:      28845
259.76/260.50	c #Conflicts:      63000 | #Constraints:      29845
259.76/260.50	c #Conflicts:      64000 | #Constraints:      30845
259.76/260.50	c #Conflicts:      65000 | #Constraints:      31845
259.76/260.50	c #Conflicts:      66000 | #Constraints:      32845
259.76/260.50	c INPROCESSING
259.76/260.50	c GARBAGE COLLECT
259.76/260.50	c #Conflicts:      67000 | #Constraints:      28912
259.76/260.50	c #Conflicts:      68000 | #Constraints:      29912
259.76/260.50	c #Conflicts:      69000 | #Constraints:      30912
259.76/260.50	c bounds 1176 >= 1015 @ 257.04
259.86/260.69	c #Conflicts:      70000 | #Constraints:      32497
259.86/260.69	c bounds 1175 >= 1015 @ 257.226
260.27/261.07	c bounds 1174 >= 1015 @ 257.603
270.14/270.97	c #Conflicts:      71000 | #Constraints:      33499
270.14/270.97	c #Conflicts:      72000 | #Constraints:      34499
270.14/270.97	c INPROCESSING
270.14/270.97	c GARBAGE COLLECT
270.14/270.97	c #Conflicts:      73000 | #Constraints:      29603
270.14/270.97	c #Conflicts:      74000 | #Constraints:      30603
270.14/270.97	c #Conflicts:      75000 | #Constraints:      31603
270.14/270.97	c #Conflicts:      76000 | #Constraints:      32603
270.14/270.97	c #Conflicts:      77000 | #Constraints:      33603
270.14/270.97	c #Conflicts:      78000 | #Constraints:      34603
270.14/270.97	c INPROCESSING
270.14/270.97	c GARBAGE COLLECT
270.14/270.97	c bounds 1173 >= 1015 @ 267.352
271.94/272.70	c #Conflicts:      79000 | #Constraints:      30234
271.94/272.70	c #Conflicts:      80000 | #Constraints:      31234
271.94/272.70	c bounds 1172 >= 1015 @ 269.057
272.43/273.24	c bounds 1171 >= 1015 @ 269.57
274.04/274.82	c #Conflicts:      81000 | #Constraints:      32236
274.04/274.82	c #Conflicts:      82000 | #Constraints:      33236
274.04/274.82	c bounds 1170 >= 1015 @ 271.132
276.03/276.82	c #Conflicts:      83000 | #Constraints:      34237
276.03/276.82	c bounds 1169 >= 1015 @ 273.115
276.72/277.58	c bounds 1168 >= 1015 @ 273.859
313.75/314.60	c #Conflicts:      84000 | #Constraints:      35239
313.75/314.60	c INPROCESSING
313.75/314.60	c GARBAGE COLLECT
313.75/314.60	c rational objective 1015.02
324.72/325.67	c #Conflicts:      85000 | #Constraints:      30054
324.72/325.67	c #Conflicts:      86000 | #Constraints:      31054
324.72/325.67	c #Conflicts:      87000 | #Constraints:      32054
324.72/325.67	c #Conflicts:      88000 | #Constraints:      33054
324.72/325.67	c #Conflicts:      89000 | #Constraints:      34054
324.72/325.67	c #Conflicts:      90000 | #Constraints:      35054
324.72/325.67	c INPROCESSING
324.72/325.67	c GARBAGE COLLECT
324.72/325.67	c bounds 1167 >= 1015 @ 321.632
324.82/325.70	c bounds 1166 >= 1015 @ 321.651
324.82/325.79	c bounds 1165 >= 1015 @ 321.738
325.03/325.99	c bounds 1164 >= 1015 @ 321.931
332.91/333.86	c #Conflicts:      91000 | #Constraints:      30377
332.91/333.86	c #Conflicts:      92000 | #Constraints:      31377
332.91/333.86	c #Conflicts:      93000 | #Constraints:      32377
332.91/333.86	c #Conflicts:      94000 | #Constraints:      33377
332.91/333.86	c #Conflicts:      95000 | #Constraints:      34377
332.91/333.86	c bounds 1163 >= 1015 @ 329.758
391.99/393.06	c #Conflicts:      96000 | #Constraints:      35378
391.99/393.06	c INPROCESSING
391.99/393.06	c GARBAGE COLLECT
391.99/393.06	c #Conflicts:      97000 | #Constraints:      30214
391.99/393.06	c #Conflicts:      98000 | #Constraints:      31214
391.99/393.06	c #Conflicts:      99000 | #Constraints:      32214
391.99/393.06	c #Conflicts:     100000 | #Constraints:      33214
391.99/393.06	c #Conflicts:     101000 | #Constraints:      34214
391.99/393.06	c #Conflicts:     102000 | #Constraints:      35214
391.99/393.06	c #Conflicts:     103000 | #Constraints:      36214
391.99/393.06	c INPROCESSING
391.99/393.06	c GARBAGE COLLECT
391.99/393.06	c bounds 1162 >= 1015 @ 388.591
391.99/393.09	c bounds 1161 >= 1015 @ 388.619
392.09/393.12	c bounds 1160 >= 1015 @ 388.64
392.78/393.87	c #Conflicts:     104000 | #Constraints:      31045
392.78/393.87	c bounds 1159 >= 1015 @ 389.377
393.09/394.14	c bounds 1158 >= 1015 @ 389.643
395.87/396.97	c #Conflicts:     105000 | #Constraints:      32047
395.87/396.97	c #Conflicts:     106000 | #Constraints:      33047
395.87/396.97	c bounds 1157 >= 1015 @ 392.387
403.25/404.34	c #Conflicts:     107000 | #Constraints:      34048
403.25/404.34	c #Conflicts:     108000 | #Constraints:      35048
403.25/404.34	c #Conflicts:     109000 | #Constraints:      36048
403.25/404.34	c #Conflicts:     110000 | #Constraints:      37048
403.25/404.34	c INPROCESSING
403.25/404.34	c GARBAGE COLLECT
403.25/404.34	c bounds 1156 >= 1015 @ 399.675
403.36/404.44	c bounds 1155 >= 1015 @ 399.77
403.45/404.58	c #Conflicts:     111000 | #Constraints:      31563
403.45/404.58	c bounds 1154 >= 1015 @ 399.907
403.56/404.63	c bounds 1153 >= 1015 @ 399.958
403.66/404.71	c bounds 1152 >= 1015 @ 400.031
403.85/404.90	c bounds 1151 >= 1015 @ 400.212
449.55/450.78	c #Conflicts:     112000 | #Constraints:      32567
449.55/450.78	c #Conflicts:     113000 | #Constraints:      33567
449.55/450.78	c #Conflicts:     114000 | #Constraints:      34567
449.55/450.78	c #Conflicts:     115000 | #Constraints:      35567
449.55/450.78	c #Conflicts:     116000 | #Constraints:      36567
449.55/450.78	c #Conflicts:     117000 | #Constraints:      37567
449.55/450.78	c INPROCESSING
449.55/450.78	c GARBAGE COLLECT
449.55/450.78	c rational objective 1015.24
464.52/465.71	c #Conflicts:     118000 | #Constraints:      31213
464.52/465.71	c #Conflicts:     119000 | #Constraints:      32213
464.52/465.71	c #Conflicts:     120000 | #Constraints:      33213
464.52/465.71	c #Conflicts:     121000 | #Constraints:      34213
464.52/465.71	c #Conflicts:     122000 | #Constraints:      35213
464.52/465.71	c #Conflicts:     123000 | #Constraints:      36213
464.52/465.71	c #Conflicts:     124000 | #Constraints:      37213
464.52/465.71	c INPROCESSING
464.52/465.71	c GARBAGE COLLECT
464.52/465.71	c bounds 1150 >= 1015 @ 460.459
466.12/467.35	c #Conflicts:     125000 | #Constraints:      31562
466.12/467.35	c bounds 1149 >= 1015 @ 462.053
467.32/468.52	c #Conflicts:     126000 | #Constraints:      32563
467.32/468.52	c bounds 1148 >= 1015 @ 463.195
587.95/589.43	c #Conflicts:     127000 | #Constraints:      33564
587.95/589.43	c #Conflicts:     128000 | #Constraints:      34564
587.95/589.43	c #Conflicts:     129000 | #Constraints:      35564
587.95/589.43	c #Conflicts:     130000 | #Constraints:      36564
587.95/589.43	c #Conflicts:     131000 | #Constraints:      37564
587.95/589.43	c INPROCESSING
587.95/589.43	c GARBAGE COLLECT
587.95/589.43	c #Conflicts:     132000 | #Constraints:      30907
587.95/589.43	c #Conflicts:     133000 | #Constraints:      31907
587.95/589.43	c #Conflicts:     134000 | #Constraints:      32907
587.95/589.43	c #Conflicts:     135000 | #Constraints:      33907
587.95/589.43	c #Conflicts:     136000 | #Constraints:      34907
587.95/589.43	c #Conflicts:     137000 | #Constraints:      35907
587.95/589.43	c #Conflicts:     138000 | #Constraints:      36907
587.95/589.43	c #Conflicts:     139000 | #Constraints:      37907
587.95/589.43	c INPROCESSING
587.95/589.43	c GARBAGE COLLECT
587.95/589.43	c #Conflicts:     140000 | #Constraints:      31946
587.95/589.43	c #Conflicts:     141000 | #Constraints:      32946
587.95/589.43	c bounds 1147 >= 1015 @ 583.418
588.05/589.51	c bounds 1146 >= 1015 @ 583.494
589.05/590.56	c #Conflicts:     142000 | #Constraints:      33948
589.05/590.56	c bounds 1145 >= 1015 @ 584.536
592.93/594.42	c #Conflicts:     143000 | #Constraints:      34949
592.93/594.42	c #Conflicts:     144000 | #Constraints:      35949
592.93/594.42	c bounds 1144 >= 1015 @ 588.353
680.45/682.18	c #Conflicts:     145000 | #Constraints:      36950
680.45/682.18	c #Conflicts:     146000 | #Constraints:      37950
680.45/682.18	c #Conflicts:     147000 | #Constraints:      38950
680.45/682.18	c INPROCESSING
680.45/682.18	c GARBAGE COLLECT
680.45/682.18	WSVECS04 Frhs2[1596]: 6 -1.00005 0 shouldn't be
689.33/691.06	c rational objective 1015.24
705.09/706.88	c #Conflicts:     148000 | #Constraints:      31901
705.09/706.88	c #Conflicts:     149000 | #Constraints:      32901
705.09/706.88	c #Conflicts:     150000 | #Constraints:      33901
705.09/706.88	c #Conflicts:     151000 | #Constraints:      34901
705.09/706.88	c #Conflicts:     152000 | #Constraints:      35901
705.09/706.88	c #Conflicts:     153000 | #Constraints:      36901
705.09/706.88	c #Conflicts:     154000 | #Constraints:      37901
705.09/706.88	c #Conflicts:     155000 | #Constraints:      38901
705.09/706.88	c INPROCESSING
705.09/706.88	c GARBAGE COLLECT
705.09/706.88	c bounds 1143 >= 1015 @ 700.181
705.19/706.95	c bounds 1142 >= 1015 @ 700.239
705.29/707.08	c bounds 1141 >= 1015 @ 700.366
706.88/708.68	c #Conflicts:     156000 | #Constraints:      32537
706.88/708.68	c #Conflicts:     157000 | #Constraints:      33537
706.88/708.68	c bounds 1140 >= 1015 @ 701.924
710.97/712.75	c #Conflicts:     158000 | #Constraints:      34538
710.97/712.75	c #Conflicts:     159000 | #Constraints:      35538
710.97/712.75	c #Conflicts:     160000 | #Constraints:      36538
710.97/712.75	c bounds 1139 >= 1015 @ 705.899
711.57/713.37	c bounds 1138 >= 1015 @ 706.507
732.82/734.62	c #Conflicts:     161000 | #Constraints:      37540
732.82/734.62	c #Conflicts:     162000 | #Constraints:      38540
732.82/734.62	c #Conflicts:     163000 | #Constraints:      39540
732.82/734.62	c INPROCESSING
732.82/734.62	c GARBAGE COLLECT
732.82/734.62	c #Conflicts:     164000 | #Constraints:      32079
732.82/734.62	c #Conflicts:     165000 | #Constraints:      33079
732.82/734.62	c #Conflicts:     166000 | #Constraints:      34079
732.82/734.62	c #Conflicts:     167000 | #Constraints:      35079
732.82/734.62	c #Conflicts:     168000 | #Constraints:      36079
732.82/734.62	c #Conflicts:     169000 | #Constraints:      37079
732.82/734.62	c #Conflicts:     170000 | #Constraints:      38079
732.82/734.62	c #Conflicts:     171000 | #Constraints:      39079
732.82/734.62	c INPROCESSING
732.82/734.62	c GARBAGE COLLECT
732.82/734.62	c bounds 1137 >= 1015 @ 727.563
746.19/748.03	c #Conflicts:     172000 | #Constraints:      32339
746.19/748.03	c #Conflicts:     173000 | #Constraints:      33339
746.19/748.03	c #Conflicts:     174000 | #Constraints:      34339
746.19/748.03	c #Conflicts:     175000 | #Constraints:      35339
746.19/748.03	c #Conflicts:     176000 | #Constraints:      36339
746.19/748.03	c #Conflicts:     177000 | #Constraints:      37339
746.19/748.03	c #Conflicts:     178000 | #Constraints:      38339
746.19/748.03	c bounds 1136 >= 1015 @ 740.736
792.18/794.13	c #Conflicts:     179000 | #Constraints:      39340
792.18/794.13	c #Conflicts:     180000 | #Constraints:      40340
792.18/794.13	c INPROCESSING
792.18/794.13	c GARBAGE COLLECT
792.18/794.13	c #Conflicts:     181000 | #Constraints:      33172
792.18/794.13	c #Conflicts:     182000 | #Constraints:      34172
792.18/794.13	c #Conflicts:     183000 | #Constraints:      35172
792.18/794.13	c #Conflicts:     184000 | #Constraints:      36172
792.18/794.13	c #Conflicts:     185000 | #Constraints:      37172
792.18/794.13	c #Conflicts:     186000 | #Constraints:      38172
792.18/794.13	c #Conflicts:     187000 | #Constraints:      39172
792.18/794.13	c #Conflicts:     188000 | #Constraints:      40172
792.18/794.13	c #Conflicts:     189000 | #Constraints:      41172
792.18/794.13	c INPROCESSING
792.18/794.13	c GARBAGE COLLECT
792.18/794.13	c #Conflicts:     190000 | #Constraints:      33779
792.18/794.13	c #Conflicts:     191000 | #Constraints:      34779
792.18/794.13	c #Conflicts:     192000 | #Constraints:      35779
792.18/794.13	c #Conflicts:     193000 | #Constraints:      36779
792.18/794.13	c #Conflicts:     194000 | #Constraints:      37779
792.18/794.13	c #Conflicts:     195000 | #Constraints:      38779
792.18/794.13	c #Conflicts:     196000 | #Constraints:      39779
792.18/794.13	c #Conflicts:     197000 | #Constraints:      40779
792.18/794.13	c #Conflicts:     198000 | #Constraints:      41779
792.18/794.13	c INPROCESSING
792.18/794.13	c GARBAGE COLLECT
792.18/794.13	c #Conflicts:     199000 | #Constraints:      34007
792.18/794.13	c #Conflicts:     200000 | #Constraints:      35007
792.18/794.13	c #Conflicts:     201000 | #Constraints:      36007
792.18/794.13	c #Conflicts:     202000 | #Constraints:      37007
792.18/794.13	c #Conflicts:     203000 | #Constraints:      38007
792.18/794.13	c #Conflicts:     204000 | #Constraints:      39007
792.18/794.13	c #Conflicts:     205000 | #Constraints:      40007
792.18/794.13	c bounds 1135 >= 1015 @ 786.401
792.27/794.25	c bounds 1134 >= 1015 @ 786.518
792.38/794.35	c bounds 1133 >= 1015 @ 786.615
911.71/913.93	c bounds 1132 >= 1015 @ 905.639
911.71/913.98	c bounds 1131 >= 1015 @ 905.689
911.82/914.03	c bounds 1130 >= 1015 @ 905.738
911.82/914.10	c bounds 1129 >= 1015 @ 905.797
911.93/914.16	c bounds 1128 >= 1015 @ 905.862
912.02/914.22	c bounds 1127 >= 1015 @ 905.919
912.02/914.29	c bounds 1126 >= 1015 @ 905.976
913.42/915.65	c #Conflicts:     206000 | #Constraints:      41017
913.42/915.65	c bounds 1125 >= 1015 @ 907.323
964.10/966.45	c #Conflicts:     207000 | #Constraints:      42018
964.10/966.45	c INPROCESSING
964.10/966.45	c GARBAGE COLLECT
964.10/966.45	c rational objective 1015.24
965.71/968.09	c bounds 1124 >= 1015 @ 959.53
1005.41/1007.83	c #Conflicts:     208000 | #Constraints:      33311
1005.41/1007.83	c #Conflicts:     209000 | #Constraints:      34311
1005.41/1007.83	c #Conflicts:     210000 | #Constraints:      35311
1005.41/1007.83	c #Conflicts:     211000 | #Constraints:      36311
1005.41/1007.83	c #Conflicts:     212000 | #Constraints:      37311
1005.41/1007.83	c #Conflicts:     213000 | #Constraints:      38311
1005.41/1007.83	c #Conflicts:     214000 | #Constraints:      39311
1005.41/1007.83	c #Conflicts:     215000 | #Constraints:      40311
1005.41/1007.83	c #Conflicts:     216000 | #Constraints:      41311
1005.41/1007.83	c INPROCESSING
1005.41/1007.83	c GARBAGE COLLECT
1005.41/1007.83	c #Conflicts:     217000 | #Constraints:      32749
1005.41/1007.83	c #Conflicts:     218000 | #Constraints:      33749
1005.41/1007.83	c #Conflicts:     219000 | #Constraints:      34749
1005.41/1007.83	c #Conflicts:     220000 | #Constraints:      35749
1005.41/1007.83	c #Conflicts:     221000 | #Constraints:      36749
1005.41/1007.83	c #Conflicts:     222000 | #Constraints:      37749
1005.41/1007.83	c #Conflicts:     223000 | #Constraints:      38749
1005.41/1007.83	c #Conflicts:     224000 | #Constraints:      39749
1005.41/1007.83	c #Conflicts:     225000 | #Constraints:      40749
1005.41/1007.83	c #Conflicts:     226000 | #Constraints:      41749
1005.41/1007.83	c INPROCESSING
1005.41/1007.83	c GARBAGE COLLECT
1005.41/1007.83	c #Conflicts:     227000 | #Constraints:      33939
1005.41/1007.83	c #Conflicts:     228000 | #Constraints:      34939
1005.41/1007.83	c #Conflicts:     229000 | #Constraints:      35939
1005.41/1007.83	c #Conflicts:     230000 | #Constraints:      36939
1005.41/1007.83	c #Conflicts:     231000 | #Constraints:      37939
1005.41/1007.83	c bounds 1123 >= 1015 @ 998.948
1005.52/1007.94	c bounds 1122 >= 1015 @ 999.058
1005.62/1008.07	c bounds 1121 >= 1015 @ 999.183
1006.01/1008.46	c bounds 1120 >= 1015 @ 999.559
1006.91/1009.32	c #Conflicts:     232000 | #Constraints:      38943
1006.91/1009.32	c bounds 1119 >= 1015 @ 1000.39
1007.22/1009.60	c bounds 1118 >= 1015 @ 1000.67
1009.71/1012.14	c #Conflicts:     233000 | #Constraints:      39945
1009.71/1012.14	c #Conflicts:     234000 | #Constraints:      40945
1009.71/1012.14	c bounds 1117 >= 1015 @ 1003.14
1010.10/1012.58	c bounds 1116 >= 1015 @ 1003.57
1010.40/1012.81	c bounds 1115 >= 1015 @ 1003.79
1011.30/1013.79	c #Conflicts:     235000 | #Constraints:      41948
1011.30/1013.79	c bounds 1114 >= 1015 @ 1004.75
1059.10/1061.67	c #Conflicts:     236000 | #Constraints:      42949
1059.10/1061.67	c INPROCESSING
1059.10/1061.67	c GARBAGE COLLECT
1059.10/1061.67	c rational objective 1015.24
1069.78/1072.39	c #Conflicts:     237000 | #Constraints:      33876
1069.78/1072.39	c #Conflicts:     238000 | #Constraints:      34876
1069.78/1072.39	c #Conflicts:     239000 | #Constraints:      35876
1069.78/1072.39	c #Conflicts:     240000 | #Constraints:      36876
1069.78/1072.39	c #Conflicts:     241000 | #Constraints:      37876
1069.78/1072.39	c bounds 1113 >= 1015 @ 1062.91
1108.79/1111.44	c #Conflicts:     242000 | #Constraints:      38877
1108.79/1111.44	c #Conflicts:     243000 | #Constraints:      39877
1108.79/1111.44	c #Conflicts:     244000 | #Constraints:      40877
1108.79/1111.44	c #Conflicts:     245000 | #Constraints:      41877
1108.79/1111.44	c #Conflicts:     246000 | #Constraints:      42877
1108.79/1111.44	c INPROCESSING
1108.79/1111.44	c GARBAGE COLLECT
1108.79/1111.44	c #Conflicts:     247000 | #Constraints:      34669
1108.79/1111.44	c #Conflicts:     248000 | #Constraints:      35669
1108.79/1111.44	c #Conflicts:     249000 | #Constraints:      36669
1108.79/1111.44	c #Conflicts:     250000 | #Constraints:      37669
1108.79/1111.44	c #Conflicts:     251000 | #Constraints:      38669
1108.79/1111.44	c #Conflicts:     252000 | #Constraints:      39669
1108.79/1111.44	c #Conflicts:     253000 | #Constraints:      40669
1108.79/1111.44	c #Conflicts:     254000 | #Constraints:      41669
1108.79/1111.44	c #Conflicts:     255000 | #Constraints:      42669
1108.79/1111.44	c #Conflicts:     256000 | #Constraints:      43669
1108.79/1111.44	c INPROCESSING
1108.79/1111.44	c GARBAGE COLLECT
1108.79/1111.44	c #Conflicts:     257000 | #Constraints:      35003
1108.79/1111.44	c bounds 1112 >= 1015 @ 1101.65
1109.19/1111.89	c #Conflicts:     258000 | #Constraints:      36004
1109.19/1111.89	c bounds 1111 >= 1015 @ 1102.09
1109.49/1112.15	c bounds 1110 >= 1015 @ 1102.34
1178.55/1181.37	c #Conflicts:     259000 | #Constraints:      37006
1178.55/1181.37	c #Conflicts:     260000 | #Constraints:      38006
1178.55/1181.37	c #Conflicts:     261000 | #Constraints:      39006
1178.55/1181.37	c #Conflicts:     262000 | #Constraints:      40006
1178.55/1181.37	c #Conflicts:     263000 | #Constraints:      41006
1178.55/1181.37	c #Conflicts:     264000 | #Constraints:      42006
1178.55/1181.37	c #Conflicts:     265000 | #Constraints:      43006
1178.55/1181.37	c #Conflicts:     266000 | #Constraints:      44006
1178.55/1181.37	c INPROCESSING
1178.55/1181.37	c GARBAGE COLLECT
1178.55/1181.37	c rational objective 1015.24
1204.69/1207.56	c #Conflicts:     267000 | #Constraints:      34105
1204.69/1207.56	c #Conflicts:     268000 | #Constraints:      35105
1204.69/1207.56	c #Conflicts:     269000 | #Constraints:      36105
1204.69/1207.56	c #Conflicts:     270000 | #Constraints:      37105
1204.69/1207.56	c #Conflicts:     271000 | #Constraints:      38105
1204.69/1207.56	c #Conflicts:     272000 | #Constraints:      39105
1204.69/1207.56	c #Conflicts:     273000 | #Constraints:      40105
1204.69/1207.56	c #Conflicts:     274000 | #Constraints:      41105
1204.69/1207.56	c #Conflicts:     275000 | #Constraints:      42105
1204.69/1207.56	c #Conflicts:     276000 | #Constraints:      43105
1204.69/1207.56	c #Conflicts:     277000 | #Constraints:      44105
1204.69/1207.56	c INPROCESSING
1204.69/1207.56	c GARBAGE COLLECT
1204.69/1207.56	c bounds 1109 >= 1015 @ 1196.9
1204.69/1207.58	c bounds 1108 >= 1015 @ 1196.92
1206.49/1209.33	c #Conflicts:     278000 | #Constraints:      35196
1206.49/1209.33	c bounds 1107 >= 1015 @ 1198.64
1212.57/1215.45	c #Conflicts:     279000 | #Constraints:      36197
1212.57/1215.45	c #Conflicts:     280000 | #Constraints:      37197
1212.57/1215.45	c #Conflicts:     281000 | #Constraints:      38197
1212.57/1215.45	c #Conflicts:     282000 | #Constraints:      39207
1212.57/1215.45	c bounds 1106 >= 1015 @ 1204.63
1215.76/1218.61	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[11]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[66]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[67]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[70]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[92]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[93]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[96]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[97]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[118]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[119]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[123]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[142]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[143]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[144]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[145]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[146]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[147]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[153]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[170]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[189]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[193]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[199]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[201]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[204]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[209]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[220]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[226]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[231]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[255]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[263]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[265]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[268]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[275]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[284]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[286]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[292]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[304]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[307]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[308]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[310]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[311]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[313]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[316]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[326]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[333]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[334]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[337]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[343]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[350]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[359]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[362]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[366]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[368]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[385]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[386]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[391]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[410]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[414]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[439]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[441]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[447]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[448]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[464]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[467]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[470]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[474]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[493]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[500]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[502]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[505]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[510]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[511]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[530]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[534]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[535]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[540]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[559]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[564]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[567]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[570]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[571]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[575]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[576]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[594]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[600]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[601]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[605]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[606]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[617]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[623]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[627]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[630]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[642]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[647]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[649]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[652]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[669]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[673]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[676]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[678]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[679]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[695]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[707]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[714]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[725]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[729]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[732]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[734]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[736]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[737]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[740]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[741]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[752]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[758]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[759]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[763]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[770]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[779]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[782]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[790]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[792]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[808]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[811]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[812]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[814]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[815]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[817]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[819]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[821]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[837]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[840]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[844]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[846]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[848]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[855]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[856]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[867]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[872]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[873]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[875]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[878]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[879]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[896]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[898]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[899]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[904]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[908]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[919]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[925]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[931]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[950]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[954]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[958]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[966]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[973]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[975]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[978]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[981]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[984]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[985]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1002]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1005]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1007]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1009]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1014]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1015]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1064]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1088]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1090]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1114]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1117]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1119]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1156]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1166]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1173]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1176]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1182]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1183]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1185]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1191]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1193]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1208]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1209]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1216]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1219]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1220]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1238]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1242]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1243]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1245]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1249]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1250]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1261]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1268]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1269]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1274]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1279]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1280]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1290]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1291]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1298]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1299]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1301]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1310]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1317]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1321]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1328]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1340]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1346]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1347]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1357]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1381]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1389]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1390]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1413]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1415]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1416]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1421]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1438]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1439]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1445]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1448]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1455]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1458]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1466]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1467]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1477]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1478]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1482]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1484]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1487]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1499]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1507]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1509]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1511]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1535]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1560]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1561]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1565]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1603]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1616]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1622]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1645]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1646]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1648]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1651]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1652]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1656]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1657]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1672]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1675]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1677]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1683]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1689]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1699]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1704]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1710]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1711]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1714]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1715]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1731]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1735]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1736]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1740]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1741]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1747]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1752]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1757]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1758]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1774]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1776]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1783]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1786]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1794]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1803]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1809]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1810]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1813]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1815]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1816]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1819]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1820]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1822]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1825]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1841]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1842]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1845]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1846]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1849]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1851]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1852]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1853]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1855]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1857]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1862]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1880]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1882]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1884]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1886]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1887]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1888]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1905]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1907]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1909]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1911]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1913]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1930]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1934]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1935]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1936]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1938]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1946]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1955]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1956]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1961]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1965]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1967]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1973]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1977]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1978]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1984]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1989]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1994]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1996]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[1997]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2002]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2005]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2006]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2022]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2023]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2026]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2027]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2029]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2031]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2032]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2048]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2049]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2056]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2061]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2066]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2068]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2086]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2090]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2095]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2097]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2098]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2102]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2103]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2107]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2114]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2123]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2124]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2129]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2132]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2133]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2149]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2150]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2158]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2159]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2167]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2170]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2175]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2176]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2192]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2197]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2201]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2213]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2218]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2219]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2222]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2226]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2249]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2266]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2278]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2304]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2305]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2307]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2309]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2313]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2314]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2330]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2334]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2336]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2338]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2341]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2353]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2356]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2357]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2361]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2363]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2365]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2382]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2383]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2386]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2387]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2390]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2392]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2394]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2398]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2406]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2410]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2411]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2416]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2417]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2419]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2427]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2428]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2429]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2435]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2436]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2437]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2440]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2446]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2456]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2458]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2461]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2462]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2467]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2469]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2478]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2483]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2485]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2487]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2488]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2490]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2493]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2509]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2510]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2514]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2517]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2519]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2520]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2525]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2530]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2535]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2536]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2541]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2542]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2546]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2553]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2559]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2562]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2571]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2572]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2577]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2579]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2588]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2589]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2595]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2597]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2598]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2606]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2614]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2615]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2618]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2623]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2624]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2633]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2640]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2641]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2644]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2645]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2649]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2650]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2666]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2667]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2670]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2671]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2674]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2675]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2676]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2679]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2686]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2696]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2697]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2705]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2706]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2708]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2710]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2713]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2715]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2716]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2717]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2735]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2739]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2740]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2742]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2746]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2747]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2758]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2763]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2764]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2766]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2769]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2770]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2773]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2775]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2786]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2793]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2795]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2796]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2802]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2804]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2805]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2812]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2813]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2822]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2828]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2830]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2831]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2834]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2835]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2838]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2839]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2843]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2855]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2860]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2861]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2864]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2865]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2876]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2881]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2882]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2884]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2886]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2888]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2892]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2904]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2907]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2908]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2911]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2913]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2915]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2926]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2931]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2933]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2937]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2938]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2942]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2958]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2960]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2963]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2964]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2967]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2983]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2984]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2985]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2989]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2990]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2993]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[2994]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3009]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3013]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3014]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3016]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3019]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3020]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3025]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3036]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3038]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3043]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3045]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3046]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3054]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3055]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3062]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3063]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3065]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3071]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3072]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3074]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3084]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3092]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3093]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3095]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3096]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3101]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3103]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3104]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3112]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3113]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3130]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3133]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3134]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3135]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3136]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3138]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3139]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3142]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3143]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3145]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3151]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3163]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3169]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3172]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3174]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3192]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3198]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3199]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3201]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3204]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3230]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3257]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3269]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3273]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3300]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3334]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3349]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3350]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3352]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3355]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3356]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3358]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3360]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3365]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3375]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3376]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3381]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3382]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3385]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3387]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3392]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3407]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3408]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3411]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3412]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3414]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3416]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3418]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3419]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3437]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3438]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3441]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3443]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3444]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3446]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3448]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3449]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3467]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3468]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3470]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3473]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3475]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3478]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3479]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3499]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3502]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3504]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3505]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3508]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3509]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3526]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3528]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3531]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3534]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3535]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3538]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3539]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3543]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3544]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3555]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3560]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3565]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3576]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3581]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3582]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3584]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3586]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3587]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3612]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3623]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3627]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3628]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3781]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3789]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3792]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3794]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3799]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3800]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3826]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3842]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3845]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3848]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3849]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3853]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3865]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3872]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3874]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3875]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3878]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3883]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3884]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3886]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3894]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3895]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3904]: 6 -1.0001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3905]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3907]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3913]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3915]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3916]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3924]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3925]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3932]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3933]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3936]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3949]: 6 -1.00007 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3952]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3954]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3955]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3958]: 6 -1.00001 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3959]: 6 -1.00003 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3962]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3971]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3977]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3981]: 6 -1.00002 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3988]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3989]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3994]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3997]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[3998]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4000]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4018]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4023]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4024]: 6 -1.00009 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4027]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4029]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4032]: 6 -1.00006 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4035]: 6 -1.00004 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4053]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4054]: 6 -1.00008 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4056]: 6 -1.00005 0 shouldn't be
1215.76/1218.61	WSVECS04 Frhs2[4059]: 6 -1.00005 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[422]: 6 -1.00002 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[877]: 6 -1.00007 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[928]: 6 -1.00009 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[976]: 6 -1.00004 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1203]: 6 -1.00003 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1350]: 6 -1.00006 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1382]: 6 -1.00003 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1456]: 6 -1.0001 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1680]: 6 -1.00008 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1707]: 6 -1.00007 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[1777]: 6 -1.00007 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[2078]: 6 -1.00003 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[2325]: 6 -1.00006 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[2466]: 6 -1.00005 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[2903]: 6 -1.00005 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[2957]: 6 -1.00007 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[3329]: 6 -1.00004 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[3486]: 6 -1.00006 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[3854]: 6 -1.00005 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[3965]: 6 -1.00006 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[3993]: 6 -1.00004 0 shouldn't be
1223.16/1226.08	WSVECS04 Frhs2[4033]: 6 -1.00007 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[247]: 6 -1.00007 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[353]: 6 -1.00006 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[541]: 6 -1.00004 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[597]: 6 -1.00009 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[622]: 6 -1.00001 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[781]: 6 -1.00009 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[997]: 6 -1.00002 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[1161]: 6 -1.00009 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[1486]: 6 -1.00005 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[1489]: 6 -1.00004 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[1878]: 6 -1.00001 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2000]: 6 -1.00004 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2039]: 6 -1.00007 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2065]: 6 -1.00008 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2073]: 6 -1.00006 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2193]: 6 -1.00007 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2395]: 6 -1.00001 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2512]: 6 -1.00006 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2550]: 6 -1.00007 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2737]: 6 -1.00002 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2872]: 6 -1.00007 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2934]: 6 -1.00006 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[2968]: 6 -1.00003 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[3175]: 6 -1.00005 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[3497]: 6 -1.0001 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[3561]: 6 -1.00002 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[3564]: 6 -1.00003 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[3942]: 6 -1.00006 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[4006]: 6 -1.00006 0 shouldn't be
1233.93/1236.88	WSVECS04 Frhs2[4030]: 6 -1.00009 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[155]: 6 -1.00001 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[205]: 6 -1.00004 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[317]: 6 -1.00003 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[375]: 6 -1.00003 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[1519]: 6 -1.00002 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[1972]: 6 -1.00007 0 shouldn't be
1246.89/1249.89	WSVECS04 Frhs2[3346]: 6 -1.00007 0 shouldn't be
1276.94/1279.90	c #Conflicts:     283000 | #Constraints:      40226
1276.94/1279.90	c #Conflicts:     284000 | #Constraints:      41226
1276.94/1279.90	c #Conflicts:     285000 | #Constraints:      42226
1276.94/1279.90	c #Conflicts:     286000 | #Constraints:      43226
1276.94/1279.90	c #Conflicts:     287000 | #Constraints:      44226
1276.94/1279.90	c #Conflicts:     288000 | #Constraints:      45226
1276.94/1279.90	c INPROCESSING
1276.94/1279.90	c GARBAGE COLLECT
1276.94/1279.90	c #Conflicts:     289000 | #Constraints:      35818
1276.94/1279.90	c #Conflicts:     290000 | #Constraints:      36818
1276.94/1279.90	c bounds 1105 >= 1015 @ 1268.58
1443.58/1446.96	c #Conflicts:     291000 | #Constraints:      37819
1443.58/1446.96	c #Conflicts:     292000 | #Constraints:      38819
1443.58/1446.96	c #Conflicts:     293000 | #Constraints:      39819
1443.58/1446.96	c #Conflicts:     294000 | #Constraints:      40819
1443.58/1446.96	c #Conflicts:     295000 | #Constraints:      41819
1443.58/1446.96	c #Conflicts:     296000 | #Constraints:      42819
1443.58/1446.96	c #Conflicts:     297000 | #Constraints:      43819
1443.58/1446.96	c #Conflicts:     298000 | #Constraints:      44819
1443.58/1446.96	c #Conflicts:     299000 | #Constraints:      45819
1443.58/1446.96	c INPROCESSING
1443.58/1446.96	c GARBAGE COLLECT
1443.58/1446.96	c rational objective 1015.25
1475.81/1479.25	c #Conflicts:     300000 | #Constraints:      35352
1475.81/1479.25	c #Conflicts:     301000 | #Constraints:      36352
1475.81/1479.25	c #Conflicts:     302000 | #Constraints:      37352
1475.81/1479.25	c #Conflicts:     303000 | #Constraints:      38352
1475.81/1479.25	c #Conflicts:     304000 | #Constraints:      39352
1475.81/1479.25	c #Conflicts:     305000 | #Constraints:      40352
1475.81/1479.25	c #Conflicts:     306000 | #Constraints:      41352
1475.81/1479.25	c #Conflicts:     307000 | #Constraints:      42352
1475.81/1479.25	c #Conflicts:     308000 | #Constraints:      43352
1475.81/1479.25	c #Conflicts:     309000 | #Constraints:      44352
1475.81/1479.25	c #Conflicts:     310000 | #Constraints:      45352
1475.81/1479.25	c INPROCESSING
1475.81/1479.25	c GARBAGE COLLECT
1475.81/1479.25	c #Conflicts:     311000 | #Constraints:      35833
1475.81/1479.25	c bounds 1104 >= 1015 @ 1466.77
1476.50/1479.99	c #Conflicts:     312000 | #Constraints:      36834
1476.50/1479.99	c bounds 1103 >= 1015 @ 1467.5
1483.08/1486.50	c #Conflicts:     313000 | #Constraints:      37835
1483.08/1486.50	c #Conflicts:     314000 | #Constraints:      38835
1483.08/1486.50	c #Conflicts:     315000 | #Constraints:      39835
1483.08/1486.50	c #Conflicts:     316000 | #Constraints:      40835
1483.08/1486.50	c #Conflicts:     317000 | #Constraints:      41835
1483.08/1486.50	c bounds 1102 >= 1015 @ 1473.96
1501.74/1505.23	c #Conflicts:     318000 | #Constraints:      42836
1501.74/1505.23	c #Conflicts:     319000 | #Constraints:      43836
1501.74/1505.23	c #Conflicts:     320000 | #Constraints:      44836
1501.74/1505.23	c #Conflicts:     321000 | #Constraints:      45836
1501.74/1505.23	c INPROCESSING
1501.74/1505.23	c GARBAGE COLLECT
1501.74/1505.23	c #Conflicts:     322000 | #Constraints:      35014
1501.74/1505.23	c #Conflicts:     323000 | #Constraints:      36014
1501.74/1505.23	c #Conflicts:     324000 | #Constraints:      37014
1501.74/1505.23	c #Conflicts:     325000 | #Constraints:      38014
1501.74/1505.23	c #Conflicts:     326000 | #Constraints:      39015
1501.74/1505.23	c #Conflicts:     327000 | #Constraints:      40028
1501.74/1505.23	c bounds 1101 >= 1015 @ 1492.45
1504.54/1508.02	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[23]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[29]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[31]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[34]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[58]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[61]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[67]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[92]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[93]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[113]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[122]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[123]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[126]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[134]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[144]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[145]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[147]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[152]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[153]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[155]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[163]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[182]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[193]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[199]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[205]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[209]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[220]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[230]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[231]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[238]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[257]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[263]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[275]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[286]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[287]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[308]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[313]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[342]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[343]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[350]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[359]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[369]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[375]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[385]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[386]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[409]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[418]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[439]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[441]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[443]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[447]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[448]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[451]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[463]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[464]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[467]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[468]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[470]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[474]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[489]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[493]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[494]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[505]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[511]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[534]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[540]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[642]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[647]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[652]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[671]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[672]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[695]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[698]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[702]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[770]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[779]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[781]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[782]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[788]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[792]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[808]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[811]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[812]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[814]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[815]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[819]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[837]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[838]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[840]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[844]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[846]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[848]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[856]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[872]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[873]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[875]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[877]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[879]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[896]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[899]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[902]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[904]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[908]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[919]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[920]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[928]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[931]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[938]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[946]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[950]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[954]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[955]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[966]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[973]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[975]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[976]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[978]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[984]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[985]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1002]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1005]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1007]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1014]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1015]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1023]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1025]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1031]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1032]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1034]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1042]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1054]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1057]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1058]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1061]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1079]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1081]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1087]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1088]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1090]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1108]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1110]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1113]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1114]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1117]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1135]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1137]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1139]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1146]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1156]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1164]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1166]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1182]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1183]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1185]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1193]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1212]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1216]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1219]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1220]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1227]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1232]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1238]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1242]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1245]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1249]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1250]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1261]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1269]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1272]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1274]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1410]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1413]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1421]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1422]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1438]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1439]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1445]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1448]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1455]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1456]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1467]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1507]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1509]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1511]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1514]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1519]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1527]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1528]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1535]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1536]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1538]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1557]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1561]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1562]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1565]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1567]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1611]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1612]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1615]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1621]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1622]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1627]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1645]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1646]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1651]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1652]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1654]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1656]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1678]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1689]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1694]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1704]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1711]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1715]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1740]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1741]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1757]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1764]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1767]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1774]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1779]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1784]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1786]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1803]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1810]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1813]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1815]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1816]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1819]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1820]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1822]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1845]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1846]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1849]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1851]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1852]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1853]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1855]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1857]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1862]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1878]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1880]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1882]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1887]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1905]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1911]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1913]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1918]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1929]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1930]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1934]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1936]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1938]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1940]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1946]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1956]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1961]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1965]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1967]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1972]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1973]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1977]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1978]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1984]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1989]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1994]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1996]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[1997]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2000]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2002]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2005]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2006]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2022]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2023]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2026]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2027]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2029]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2031]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2032]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2039]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2048]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2049]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2056]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2061]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2065]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2066]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2068]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2073]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2078]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2090]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2095]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2097]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2098]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2102]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2103]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2107]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2114]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2123]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2129]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2132]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2133]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2140]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2141]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2149]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2150]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2158]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2159]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2166]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2167]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2170]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2175]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2176]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2185]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2192]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2193]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2196]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2197]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2201]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2202]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2213]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2218]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2219]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2222]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2223]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2226]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2239]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2242]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2244]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2245]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2248]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2249]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2265]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2268]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2274]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2275]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2278]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2283]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2284]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2295]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2301]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2304]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2305]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2307]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2309]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2313]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2314]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2325]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2330]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2331]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2334]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2336]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2338]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2341]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2353]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2356]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2357]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2360]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2361]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2363]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2365]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2369]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2381]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2386]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2387]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2390]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2392]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2394]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2398]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2406]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2410]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2411]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2416]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2417]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2419]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2429]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2435]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2436]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2437]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2440]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2446]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2455]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2458]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2461]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2462]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2466]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2467]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2478]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2483]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2485]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2487]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2488]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2490]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2493]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2509]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2510]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2512]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2514]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2517]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2520]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2530]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2535]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2536]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2541]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2542]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2546]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2559]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2562]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2568]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2571]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2572]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2577]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2579]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2588]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2589]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2595]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2597]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2598]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2606]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2607]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2614]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2615]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2618]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2623]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2624]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2633]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2640]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2641]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2644]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2645]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2649]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2650]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2666]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2667]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2670]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2671]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2674]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2675]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2676]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2679]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2686]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2696]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2697]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2705]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2706]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2708]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2710]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2713]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2715]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2717]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2735]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2737]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2740]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2746]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2747]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2758]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2763]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2764]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2766]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2769]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2770]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2773]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2775]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2786]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2793]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2795]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2796]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2802]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2804]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2805]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2812]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2813]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2822]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2828]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2830]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2831]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2834]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2835]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2838]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2839]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2843]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2855]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2861]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2864]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2865]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2872]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2876]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2881]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2882]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2884]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2886]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2907]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2908]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2911]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2913]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2915]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2926]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2931]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2933]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2934]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2937]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2938]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2957]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2958]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2960]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2963]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2967]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2968]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2983]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2984]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2987]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2989]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2990]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2993]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[2994]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3014]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3016]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3019]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3020]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3025]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3036]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3038]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3043]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3045]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3046]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3054]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3055]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3062]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3063]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3065]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3067]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3071]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3072]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3074]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3092]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3093]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3095]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3096]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3101]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3103]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3104]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3112]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3113]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3130]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3133]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3134]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3136]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3138]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3139]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3142]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3143]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3145]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3151]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3163]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3168]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3169]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3172]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3174]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3180]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3192]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3198]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3199]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3204]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3207]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3209]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3210]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3228]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3230]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3236]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3239]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3240]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3247]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3248]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3257]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3263]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3265]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3266]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3269]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3270]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3273]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3274]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3278]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3290]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3295]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3296]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3299]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3300]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3305]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3307]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3316]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3317]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3323]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3325]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3326]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3329]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3334]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3346]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3349]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3350]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3352]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3355]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3356]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3358]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3360]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3365]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3375]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3376]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3381]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3382]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3385]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3392]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3407]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3408]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3411]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3412]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3414]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3416]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3419]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3437]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3438]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3441]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3443]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3444]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3448]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3449]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3467]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3468]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3470]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3475]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3478]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3497]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3499]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3502]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3504]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3505]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3508]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3509]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3528]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3531]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3534]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3535]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3539]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3543]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3544]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3555]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3560]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3561]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3564]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3565]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3576]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3581]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3582]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3584]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3586]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3587]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3603]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3605]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3606]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3611]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3623]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3627]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3628]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3632]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3652]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3653]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3657]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3665]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3669]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3682]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3691]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3692]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3694]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3698]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3699]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3702]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3703]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3721]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3723]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3724]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3728]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3729]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3732]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3733]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3736]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3739]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3740]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3758]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3759]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3762]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3763]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3765]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3769]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3770]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3781]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3788]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3789]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3792]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3794]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3797]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3799]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3800]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3818]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3819]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3821]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3823]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3824]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3826]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3842]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3843]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3845]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3848]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3849]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3853]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3854]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3865]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3872]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3874]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3875]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3878]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3883]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3884]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3894]: 6 -1.0001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3895]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3904]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3907]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3913]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3915]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3916]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3924]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3925]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3932]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3933]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3936]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3942]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3949]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3952]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3954]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3955]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3958]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3959]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3962]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3965]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3971]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3981]: 6 -1.00008 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3988]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3989]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3993]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3994]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3997]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[3998]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4000]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4006]: 6 -1.00001 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4018]: 6 -1.00002 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4023]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4024]: 6 -1.00004 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4027]: 6 -1.00006 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4029]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4030]: 6 -1.00009 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4033]: 6 -1.00005 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4035]: 6 -1.00003 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4053]: 6 -1.00007 0 shouldn't be
1504.54/1508.02	WSVECS04 Frhs2[4054]: 6 -1.0001 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2]: 6 -1.00007 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[38]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[70]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[304]: 6 -1.00002 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[310]: 6 -1.0001 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[334]: 6 -1.00007 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[412]: 6 -1.00005 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[729]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[1268]: 6 -1.00009 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[1419]: 6 -1.00005 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[1776]: 6 -1.00009 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[1841]: 6 -1.00002 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[1889]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2086]: 6 -1.00008 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2106]: 6 -1.00005 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2266]: 6 -1.00003 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2272]: 6 -1.00002 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2413]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2456]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2519]: 6 -1.00009 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2552]: 6 -1.00002 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2739]: 6 -1.00004 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2964]: 6 -1.00007 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[2985]: 6 -1.00006 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3009]: 6 -1.00001 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3013]: 6 -1.00003 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3205]: 6 -1.00001 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3231]: 6 -1.00007 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3387]: 6 -1.00002 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3479]: 6 -1.00006 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3526]: 6 -1.00008 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3538]: 6 -1.00008 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3816]: 6 -1.00009 0 shouldn't be
1514.62/1518.12	WSVECS04 Frhs2[3905]: 6 -1.00002 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[51]: 6 -1.00005 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[247]: 6 -1.0001 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[500]: 6 -1.00008 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[790]: 6 -1.00008 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[817]: 6 -1.00006 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[867]: 6 -1.00004 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[1842]: 6 -1.00009 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[1886]: 6 -1.00001 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[2057]: 6 -1.00007 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[2243]: 6 -1.00008 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[2716]: 6 -1.00008 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[2942]: 6 -1.00006 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[3175]: 6 -1.00009 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[3201]: 6 -1.00002 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[3418]: 6 -1.00006 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[3612]: 6 -1.00004 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[3886]: 6 -1.00007 0 shouldn't be
1527.29/1530.88	WSVECS04 Frhs2[4056]: 6 -1.00004 0 shouldn't be
1538.07/1541.66	WSVECS04 Frhs2[2860]: 6 -1.00006 0 shouldn't be
1546.25/1549.88	WSVECS04 Frhs2[307]: 6 -1.00003 0 shouldn't be
1556.93/1560.52	WSVECS04 Frhs2[1208]: 6 -1.00005 0 shouldn't be
1556.93/1560.52	WSVECS04 Frhs2[1619]: 6 -1.0001 0 shouldn't be
1556.93/1560.52	WSVECS04 Frhs2[2124]: 6 -1.00005 0 shouldn't be
1556.93/1560.52	WSVECS04 Frhs2[2553]: 6 -1.00004 0 shouldn't be
1556.93/1560.52	WSVECS04 Frhs2[2742]: 6 -1.00009 0 shouldn't be
1647.94/1651.73	c #Conflicts:     328000 | #Constraints:      41039
1647.94/1651.73	c #Conflicts:     329000 | #Constraints:      42039
1647.94/1651.73	c #Conflicts:     330000 | #Constraints:      43039
1647.94/1651.73	c #Conflicts:     331000 | #Constraints:      44039
1647.94/1651.73	c #Conflicts:     332000 | #Constraints:      45039
1647.94/1651.73	c #Conflicts:     333000 | #Constraints:      46039
1647.94/1651.73	c INPROCESSING
1647.94/1651.73	c GARBAGE COLLECT
1647.94/1651.73	c bounds 1100 >= 1015 @ 1638.15
1647.94/1651.79	c bounds 1099 >= 1015 @ 1638.2
1648.43/1652.23	c #Conflicts:     334000 | #Constraints:      36184
1648.43/1652.23	c bounds 1098 >= 1015 @ 1638.63
1649.13/1652.93	c bounds 1097 >= 1015 @ 1639.32
1747.41/1751.49	c #Conflicts:     335000 | #Constraints:      37186
1747.41/1751.49	c #Conflicts:     336000 | #Constraints:      38186
1747.41/1751.49	c #Conflicts:     337000 | #Constraints:      39186
1747.41/1751.49	c #Conflicts:     338000 | #Constraints:      40186
1747.41/1751.49	c #Conflicts:     339000 | #Constraints:      41186
1747.41/1751.49	c #Conflicts:     340000 | #Constraints:      42186
1747.41/1751.49	c #Conflicts:     341000 | #Constraints:      43186
1747.41/1751.49	c #Conflicts:     342000 | #Constraints:      44186
1747.41/1751.49	c #Conflicts:     343000 | #Constraints:      45186
1747.41/1751.49	c #Conflicts:     344000 | #Constraints:      46186
1747.41/1751.49	c #Conflicts:     345000 | #Constraints:      47186
1747.41/1751.49	c INPROCESSING
1747.41/1751.49	c GARBAGE COLLECT
1747.41/1751.49	c #Conflicts:     346000 | #Constraints:      36028
1747.41/1751.49	c #Conflicts:     347000 | #Constraints:      37028
1747.41/1751.49	c #Conflicts:     348000 | #Constraints:      38028
1747.41/1751.49	c #Conflicts:     349000 | #Constraints:      39028
1747.41/1751.49	c #Conflicts:     350000 | #Constraints:      40028
1747.41/1751.49	c #Conflicts:     351000 | #Constraints:      41028
1747.41/1751.49	c #Conflicts:     352000 | #Constraints:      42028
1747.41/1751.49	c #Conflicts:     353000 | #Constraints:      43028
1747.41/1751.49	c #Conflicts:     354000 | #Constraints:      44028
1747.41/1751.49	c #Conflicts:     355000 | #Constraints:      45028
1747.41/1751.49	c #Conflicts:     356000 | #Constraints:      46028
1747.41/1751.49	c #Conflicts:     357000 | #Constraints:      47028
1747.41/1751.49	c INPROCESSING
1747.41/1751.49	c GARBAGE COLLECT
1747.41/1751.49	c #Conflicts:     358000 | #Constraints:      36765
1747.41/1751.49	c #Conflicts:     359000 | #Constraints:      37765
1747.41/1751.49	c #Conflicts:     360000 | #Constraints:      38765
1747.41/1751.49	c #Conflicts:     361000 | #Constraints:      39765
1747.41/1751.49	c #Conflicts:     362000 | #Constraints:      40765
1747.41/1751.49	c #Conflicts:     363000 | #Constraints:      41765
1747.41/1751.49	c #Conflicts:     364000 | #Constraints:      42765
1747.41/1751.49	c #Conflicts:     365000 | #Constraints:      43765
1747.41/1751.49	c #Conflicts:     366000 | #Constraints:      44765
1747.41/1751.49	c #Conflicts:     367000 | #Constraints:      45765
1747.41/1751.49	c #Conflicts:     368000 | #Constraints:      46765
1747.41/1751.49	c #Conflicts:     369000 | #Constraints:      47765
1747.41/1751.49	c INPROCESSING
1747.41/1751.49	c GARBAGE COLLECT
1747.41/1751.49	c #Conflicts:     370000 | #Constraints:      37020
1747.41/1751.49	c #Conflicts:     371000 | #Constraints:      38020
1747.41/1751.49	c #Conflicts:     372000 | #Constraints:      39020
1747.41/1751.49	c #Conflicts:     373000 | #Constraints:      40020
1747.41/1751.49	c #Conflicts:     374000 | #Constraints:      41020
1747.41/1751.49	c bounds 1096 >= 1015 @ 1736.99
1747.61/1751.67	c bounds 1095 >= 1015 @ 1737.16
1758.49/1762.56	c #Conflicts:     375000 | #Constraints:      42022
1758.49/1762.56	c #Conflicts:     376000 | #Constraints:      43022
1758.49/1762.56	c #Conflicts:     377000 | #Constraints:      44022
1758.49/1762.56	c #Conflicts:     378000 | #Constraints:      45022
1758.49/1762.56	c #Conflicts:     379000 | #Constraints:      46022
1758.49/1762.56	c #Conflicts:     380000 | #Constraints:      47022
1758.49/1762.56	c #Conflicts:     381000 | #Constraints:      48022
1758.49/1762.56	c INPROCESSING
1758.49/1762.56	c GARBAGE COLLECT
1758.49/1762.56	c #Conflicts:     382000 | #Constraints:      36130
1758.49/1762.56	c bounds 1094 >= 1015 @ 1747.87
1772.66/1776.77	c #Conflicts:     383000 | #Constraints:      37131
1772.66/1776.77	c #Conflicts:     384000 | #Constraints:      38131
1772.66/1776.77	c #Conflicts:     385000 | #Constraints:      39131
1772.66/1776.77	c #Conflicts:     386000 | #Constraints:      40131
1772.66/1776.77	c #Conflicts:     387000 | #Constraints:      41131
1772.66/1776.77	c #Conflicts:     388000 | #Constraints:      42131
1772.66/1776.77	c #Conflicts:     389000 | #Constraints:      43131
1772.66/1776.77	c #Conflicts:     390000 | #Constraints:      44131
1772.66/1776.77	c #Conflicts:     391000 | #Constraints:      45131
1772.66/1776.77	c bounds 1093 >= 1015 @ 1761.86
1901.58/1905.91	c #Conflicts:     392000 | #Constraints:      46132
1901.58/1905.91	c #Conflicts:     393000 | #Constraints:      47132
1901.58/1905.91	c #Conflicts:     394000 | #Constraints:      48132
1901.58/1905.91	c INPROCESSING
1901.58/1905.91	c GARBAGE COLLECT
1901.58/1905.91	c rational objective 1015.25
1903.68/1908.00	c #Conflicts:     395000 | #Constraints:      37306
1903.68/1908.00	c bounds 1092 >= 1015 @ 1892.49
1907.97/1912.38	c #Conflicts:     396000 | #Constraints:      38307
1907.97/1912.38	c #Conflicts:     397000 | #Constraints:      39307
1907.97/1912.38	c #Conflicts:     398000 | #Constraints:      40307
1907.97/1912.38	c bounds 1091 >= 1015 @ 1896.82
1939.30/1943.76	c #Conflicts:     399000 | #Constraints:      41308
1939.30/1943.76	c #Conflicts:     400000 | #Constraints:      42308
1939.30/1943.76	c #Conflicts:     401000 | #Constraints:      43308
1939.30/1943.76	c #Conflicts:     402000 | #Constraints:      44308
1939.30/1943.76	c #Conflicts:     403000 | #Constraints:      45308
1939.30/1943.76	c #Conflicts:     404000 | #Constraints:      46308
1939.30/1943.76	c #Conflicts:     405000 | #Constraints:      47308
1939.30/1943.76	c #Conflicts:     406000 | #Constraints:      48308
1939.30/1943.76	c #Conflicts:     407000 | #Constraints:      49308
1939.30/1943.76	c INPROCESSING
1939.30/1943.76	c GARBAGE COLLECT
1939.30/1943.76	c #Conflicts:     408000 | #Constraints:      37921
1939.30/1943.76	c #Conflicts:     409000 | #Constraints:      38921
1939.30/1943.76	c #Conflicts:     410000 | #Constraints:      39921
1939.30/1943.76	c bounds 1090 >= 1015 @ 1927.88
2006.25/2010.87	c #Conflicts:     411000 | #Constraints:      40922
2006.25/2010.87	c #Conflicts:     412000 | #Constraints:      41922
2006.25/2010.87	c #Conflicts:     413000 | #Constraints:      42922
2006.25/2010.87	c #Conflicts:     414000 | #Constraints:      43922
2006.25/2010.87	c #Conflicts:     415000 | #Constraints:      44922
2006.25/2010.87	c #Conflicts:     416000 | #Constraints:      45922
2006.25/2010.87	c #Conflicts:     417000 | #Constraints:      46922
2006.25/2010.87	c #Conflicts:     418000 | #Constraints:      47922
2006.25/2010.87	c #Conflicts:     419000 | #Constraints:      48922
2006.25/2010.87	c #Conflicts:     420000 | #Constraints:      49922
2006.25/2010.87	c INPROCESSING
2006.25/2010.87	c GARBAGE COLLECT
2006.25/2010.87	c #Conflicts:     421000 | #Constraints:      37351
2006.25/2010.87	c #Conflicts:     422000 | #Constraints:      38351
2006.25/2010.87	c #Conflicts:     423000 | #Constraints:      39351
2006.25/2010.87	c #Conflicts:     424000 | #Constraints:      40351
2006.25/2010.87	c #Conflicts:     425000 | #Constraints:      41351
2006.25/2010.87	c #Conflicts:     426000 | #Constraints:      42351
2006.25/2010.87	c #Conflicts:     427000 | #Constraints:      43351
2006.25/2010.87	c #Conflicts:     428000 | #Constraints:      44351
2006.25/2010.87	c #Conflicts:     429000 | #Constraints:      45351
2006.25/2010.87	c #Conflicts:     430000 | #Constraints:      46351
2006.25/2010.87	c #Conflicts:     431000 | #Constraints:      47351
2006.25/2010.87	c #Conflicts:     432000 | #Constraints:      48351
2006.25/2010.87	c #Conflicts:     433000 | #Constraints:      49351
2006.25/2010.87	c INPROCESSING
2006.25/2010.87	c GARBAGE COLLECT
2006.25/2010.87	c #Conflicts:     434000 | #Constraints:      38062
2006.25/2010.87	c #Conflicts:     435000 | #Constraints:      39064
2006.25/2010.87	c #Conflicts:     436000 | #Constraints:      40068
2006.25/2010.87	c #Conflicts:     437000 | #Constraints:      41068
2006.25/2010.87	c #Conflicts:     438000 | #Constraints:      42068
2006.25/2010.87	c #Conflicts:     439000 | #Constraints:      43070
2006.25/2010.87	c #Conflicts:     440000 | #Constraints:      44114
2006.25/2010.87	c bounds 1089 >= 1015 @ 1994.35
2057.63/2062.33	c #Conflicts:     441000 | #Constraints:      45146
2057.63/2062.33	c #Conflicts:     442000 | #Constraints:      46146
2057.63/2062.33	c #Conflicts:     443000 | #Constraints:      47146
2057.63/2062.33	c #Conflicts:     444000 | #Constraints:      48146
2057.63/2062.33	c #Conflicts:     445000 | #Constraints:      49146
2057.63/2062.33	c #Conflicts:     446000 | #Constraints:      50146
2057.63/2062.33	c INPROCESSING
2057.63/2062.33	c GARBAGE COLLECT
2057.63/2062.33	c #Conflicts:     447000 | #Constraints:      38059
2057.63/2062.33	c #Conflicts:     448000 | #Constraints:      39059
2057.63/2062.33	c #Conflicts:     449000 | #Constraints:      40059
2057.63/2062.33	c #Conflicts:     450000 | #Constraints:      41059
2057.63/2062.33	c #Conflicts:     451000 | #Constraints:      42059
2057.63/2062.33	c #Conflicts:     452000 | #Constraints:      43059
2057.63/2062.33	c #Conflicts:     453000 | #Constraints:      44059
2057.63/2062.33	c #Conflicts:     454000 | #Constraints:      45059
2057.63/2062.33	c #Conflicts:     455000 | #Constraints:      46059
2057.63/2062.33	c #Conflicts:     456000 | #Constraints:      47059
2057.63/2062.33	c #Conflicts:     457000 | #Constraints:      48059
2057.63/2062.33	c #Conflicts:     458000 | #Constraints:      49059
2057.63/2062.33	c #Conflicts:     459000 | #Constraints:      50059
2057.63/2062.33	c #Conflicts:     460000 | #Constraints:      51059
2057.63/2062.33	c INPROCESSING
2057.63/2062.33	c GARBAGE COLLECT
2057.63/2062.33	c #Conflicts:     461000 | #Constraints:      38575
2057.63/2062.33	c #Conflicts:     462000 | #Constraints:      39585
2057.63/2062.33	c #Conflicts:     463000 | #Constraints:      40606
2057.63/2062.33	c #Conflicts:     464000 | #Constraints:      41659
2057.63/2062.33	c bounds 1088 >= 1015 @ 2045.42
2108.73/2113.57	c #Conflicts:     465000 | #Constraints:      42676
2108.73/2113.57	c #Conflicts:     466000 | #Constraints:      43676
2108.73/2113.57	c #Conflicts:     467000 | #Constraints:      44676
2108.73/2113.57	c #Conflicts:     468000 | #Constraints:      45676
2108.73/2113.57	c #Conflicts:     469000 | #Constraints:      46676
2108.73/2113.57	c #Conflicts:     470000 | #Constraints:      47676
2108.73/2113.57	c #Conflicts:     471000 | #Constraints:      48676
2108.73/2113.57	c #Conflicts:     472000 | #Constraints:      49676
2108.73/2113.57	c #Conflicts:     473000 | #Constraints:      50676
2108.73/2113.57	c #Conflicts:     474000 | #Constraints:      51676
2108.73/2113.57	c INPROCESSING
2108.73/2113.57	c GARBAGE COLLECT
2108.73/2113.57	c rational objective 1015.24
2146.04/2150.93	c #Conflicts:     475000 | #Constraints:      39096
2146.04/2150.93	c #Conflicts:     476000 | #Constraints:      40096
2146.04/2150.93	c #Conflicts:     477000 | #Constraints:      41096
2146.04/2150.93	c #Conflicts:     478000 | #Constraints:      42096
2146.04/2150.93	c #Conflicts:     479000 | #Constraints:      43096
2146.04/2150.93	c #Conflicts:     480000 | #Constraints:      44096
2146.04/2150.93	c #Conflicts:     481000 | #Constraints:      45097
2146.04/2150.93	c #Conflicts:     482000 | #Constraints:      46098
2146.04/2150.93	c #Conflicts:     483000 | #Constraints:      47098
2146.04/2150.93	c #Conflicts:     484000 | #Constraints:      48098
2146.04/2150.93	c #Conflicts:     485000 | #Constraints:      49098
2146.04/2150.93	c #Conflicts:     486000 | #Constraints:      50105
2146.04/2150.93	c #Conflicts:     487000 | #Constraints:      51111
2146.04/2150.93	c #Conflicts:     488000 | #Constraints:      52112
2146.04/2150.93	c INPROCESSING
2146.04/2150.93	c GARBAGE COLLECT
2146.04/2150.93	c rational objective 1015.24
2158.93/2163.81	WSVECS04 Frhs2[13]: 6 -93.5689 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[282]: 6 0 8.29617 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[806]: 6 -355.479 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[1492]: 6 0 59.0569 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[1839]: 6 0 96.7495 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[1908]: 6 0 125.986 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[1966]: 6 0 180.485 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2057]: 6 0 36.2357 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2059]: 6 0 77.9382 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2085]: 6 0 40.8663 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2237]: 6 -29.4089 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2252]: 6 0 103.572 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2257]: 6 -64.5257 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2280]: 6 0 204.268 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2328]: 6 -44.0099 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[2946]: 6 0 450.144 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[3979]: 6 -20.8569 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[4007]: 6 0 57.0506 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[4058]: 6 0 75.2259 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[5396]: 6 -17.5394 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[5431]: 6 -56.8394 0 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[7311]: 6 0 117.682 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[7574]: 6 0 47.7989 shouldn't be
2158.93/2163.81	WSVECS04 Frhs2[8528]: 6 -64.7132 0 shouldn't be
2165.31/2170.27	c #Conflicts:     489000 | #Constraints:      39250
2165.31/2170.27	c #Conflicts:     490000 | #Constraints:      40250
2165.31/2170.27	c #Conflicts:     491000 | #Constraints:      41250
2165.31/2170.27	c bounds 1087 >= 1015 @ 2152.54
2166.21/2171.12	c #Conflicts:     492000 | #Constraints:      42251
2166.21/2171.12	c bounds 1086 >= 1015 @ 2153.37
2176.69/2181.62	c #Conflicts:     493000 | #Constraints:      43252
2176.69/2181.62	c #Conflicts:     494000 | #Constraints:      44252
2176.69/2181.62	c #Conflicts:     495000 | #Constraints:      45252
2176.69/2181.62	c #Conflicts:     496000 | #Constraints:      46252
2176.69/2181.62	c #Conflicts:     497000 | #Constraints:      47252
2176.69/2181.62	c #Conflicts:     498000 | #Constraints:      48252
2176.69/2181.62	c bounds 1085 >= 1015 @ 2163.76
2297.73/2302.94	WSVECS04 Frhs2[5454]: 6 0 0.000440426 shouldn't be
2507.37/2513.07	c #Conflicts:     499000 | #Constraints:      49253
2507.37/2513.07	c #Conflicts:     500000 | #Constraints:      50253
2507.37/2513.07	c #Conflicts:     501000 | #Constraints:      51253
2507.37/2513.07	c #Conflicts:     502000 | #Constraints:      52253
2507.37/2513.07	c INPROCESSING
2507.37/2513.07	c GARBAGE COLLECT
2507.37/2513.07	c #Conflicts:     503000 | #Constraints:      39195
2507.37/2513.07	c #Conflicts:     504000 | #Constraints:      40195
2507.37/2513.07	c #Conflicts:     505000 | #Constraints:      41195
2507.37/2513.07	c #Conflicts:     506000 | #Constraints:      42195
2507.37/2513.07	c #Conflicts:     507000 | #Constraints:      43195
2507.37/2513.07	c #Conflicts:     508000 | #Constraints:      44195
2507.37/2513.07	c #Conflicts:     509000 | #Constraints:      45195
2507.37/2513.07	c #Conflicts:     510000 | #Constraints:      46195
2507.37/2513.07	c #Conflicts:     511000 | #Constraints:      47195
2507.37/2513.07	c #Conflicts:     512000 | #Constraints:      48195
2507.37/2513.07	c #Conflicts:     513000 | #Constraints:      49195
2507.37/2513.07	c #Conflicts:     514000 | #Constraints:      50195
2507.37/2513.07	c #Conflicts:     515000 | #Constraints:      51195
2507.37/2513.07	c #Conflicts:     516000 | #Constraints:      52195
2507.37/2513.07	c INPROCESSING
2507.37/2513.07	c GARBAGE COLLECT
2507.37/2513.07	c rational objective 1015.24
2511.76/2517.44	c #Conflicts:     517000 | #Constraints:      39171
2511.76/2517.44	c #Conflicts:     518000 | #Constraints:      40171
2511.76/2517.44	c bounds 1084 >= 1015 @ 2497.86
2608.05/2613.97	c #Conflicts:     519000 | #Constraints:      41172
2608.05/2613.97	c #Conflicts:     520000 | #Constraints:      42172
2608.05/2613.97	c #Conflicts:     521000 | #Constraints:      43172
2608.05/2613.97	c #Conflicts:     522000 | #Constraints:      44172
2608.05/2613.97	c #Conflicts:     523000 | #Constraints:      45172
2608.05/2613.97	c #Conflicts:     524000 | #Constraints:      46172
2608.05/2613.97	c #Conflicts:     525000 | #Constraints:      47172
2608.05/2613.97	c #Conflicts:     526000 | #Constraints:      48172
2608.05/2613.97	c #Conflicts:     527000 | #Constraints:      49172
2608.05/2613.97	c #Conflicts:     528000 | #Constraints:      50172
2608.05/2613.97	c #Conflicts:     529000 | #Constraints:      51172
2608.05/2613.97	c #Conflicts:     530000 | #Constraints:      52172
2608.05/2613.97	c #Conflicts:     531000 | #Constraints:      53172
2608.05/2613.97	c INPROCESSING
2608.05/2613.97	c GARBAGE COLLECT
2608.05/2613.97	c #Conflicts:     532000 | #Constraints:      38929
2608.05/2613.97	c #Conflicts:     533000 | #Constraints:      39929
2608.05/2613.97	c #Conflicts:     534000 | #Constraints:      40929
2608.05/2613.97	c #Conflicts:     535000 | #Constraints:      41929
2608.05/2613.97	c #Conflicts:     536000 | #Constraints:      42929
2608.05/2613.97	c #Conflicts:     537000 | #Constraints:      43929
2608.05/2613.97	c #Conflicts:     538000 | #Constraints:      44929
2608.05/2613.97	c #Conflicts:     539000 | #Constraints:      45929
2608.05/2613.97	c #Conflicts:     540000 | #Constraints:      46929
2608.05/2613.97	c #Conflicts:     541000 | #Constraints:      47929
2608.05/2613.97	c #Conflicts:     542000 | #Constraints:      48929
2608.05/2613.97	c #Conflicts:     543000 | #Constraints:      49929
2608.05/2613.97	c #Conflicts:     544000 | #Constraints:      50929
2608.05/2613.97	c #Conflicts:     545000 | #Constraints:      51929
2608.05/2613.97	c #Conflicts:     546000 | #Constraints:      52929
2608.05/2613.97	c INPROCESSING
2608.05/2613.97	c GARBAGE COLLECT
2608.05/2613.97	c #Conflicts:     547000 | #Constraints:      38888
2608.05/2613.97	c #Conflicts:     548000 | #Constraints:      39888
2608.05/2613.97	c #Conflicts:     549000 | #Constraints:      40888
2608.05/2613.97	c #Conflicts:     550000 | #Constraints:      41888
2608.05/2613.97	c #Conflicts:     551000 | #Constraints:      42888
2608.05/2613.97	c #Conflicts:     552000 | #Constraints:      43888
2608.05/2613.97	c #Conflicts:     553000 | #Constraints:      44888
2608.05/2613.97	c #Conflicts:     554000 | #Constraints:      45888
2608.05/2613.97	c #Conflicts:     555000 | #Constraints:      46888
2608.05/2613.97	c #Conflicts:     556000 | #Constraints:      47888
2608.05/2613.97	c #Conflicts:     557000 | #Constraints:      48888
2608.05/2613.97	c #Conflicts:     558000 | #Constraints:      49888
2608.05/2613.97	c #Conflicts:     559000 | #Constraints:      50888
2608.05/2613.97	c #Conflicts:     560000 | #Constraints:      51888
2608.05/2613.97	c #Conflicts:     561000 | #Constraints:      52888
2608.05/2613.97	c INPROCESSING
2608.05/2613.97	c GARBAGE COLLECT
2608.05/2613.97	c bounds 1083 >= 1015 @ 2593.24
2608.65/2614.50	c bounds 1082 >= 1015 @ 2593.75
2703.24/2709.39	c #Conflicts:     562000 | #Constraints:      39776
2703.24/2709.39	c #Conflicts:     563000 | #Constraints:      40776
2703.24/2709.39	c #Conflicts:     564000 | #Constraints:      41776
2703.24/2709.39	c #Conflicts:     565000 | #Constraints:      42776
2703.24/2709.39	c #Conflicts:     566000 | #Constraints:      43776
2703.24/2709.39	c #Conflicts:     567000 | #Constraints:      44776
2703.24/2709.39	c #Conflicts:     568000 | #Constraints:      45776
2703.24/2709.39	c #Conflicts:     569000 | #Constraints:      46776
2703.24/2709.39	c #Conflicts:     570000 | #Constraints:      47776
2703.24/2709.39	c #Conflicts:     571000 | #Constraints:      48776
2703.24/2709.39	c #Conflicts:     572000 | #Constraints:      49776
2703.24/2709.39	c #Conflicts:     573000 | #Constraints:      50776
2703.24/2709.39	c #Conflicts:     574000 | #Constraints:      51776
2703.24/2709.39	c #Conflicts:     575000 | #Constraints:      52776
2703.24/2709.39	c #Conflicts:     576000 | #Constraints:      53776
2703.24/2709.39	c INPROCESSING
2703.24/2709.39	c GARBAGE COLLECT
2703.24/2709.39	c rational objective 1015.24
2767.90/2774.19	c #Conflicts:     577000 | #Constraints:      39233
2767.90/2774.19	c #Conflicts:     578000 | #Constraints:      40233
2767.90/2774.19	c #Conflicts:     579000 | #Constraints:      41233
2767.90/2774.19	c #Conflicts:     580000 | #Constraints:      42233
2767.90/2774.19	c #Conflicts:     581000 | #Constraints:      43233
2767.90/2774.19	c #Conflicts:     582000 | #Constraints:      44233
2767.90/2774.19	c #Conflicts:     583000 | #Constraints:      45233
2767.90/2774.19	c #Conflicts:     584000 | #Constraints:      46233
2767.90/2774.19	c #Conflicts:     585000 | #Constraints:      47233
2767.90/2774.19	c #Conflicts:     586000 | #Constraints:      48233
2767.90/2774.19	c #Conflicts:     587000 | #Constraints:      49233
2767.90/2774.19	c #Conflicts:     588000 | #Constraints:      50233
2767.90/2774.19	c #Conflicts:     589000 | #Constraints:      51233
2767.90/2774.19	c #Conflicts:     590000 | #Constraints:      52233
2767.90/2774.19	c #Conflicts:     591000 | #Constraints:      53233
2767.90/2774.19	c INPROCESSING
2767.90/2774.19	c GARBAGE COLLECT
2767.90/2774.19	c #Conflicts:     592000 | #Constraints:      39644
2767.90/2774.19	c #Conflicts:     593000 | #Constraints:      40644
2767.90/2774.19	c #Conflicts:     594000 | #Constraints:      41644
2767.90/2774.19	c #Conflicts:     595000 | #Constraints:      42644
2767.90/2774.19	c #Conflicts:     596000 | #Constraints:      43644
2767.90/2774.19	c #Conflicts:     597000 | #Constraints:      44644
2767.90/2774.19	c bounds 1081 >= 1015 @ 2752.3
2986.52/2993.28	c #Conflicts:     598000 | #Constraints:      45645
2986.52/2993.28	c #Conflicts:     599000 | #Constraints:      46645
2986.52/2993.28	c #Conflicts:     600000 | #Constraints:      47645
2986.52/2993.28	c #Conflicts:     601000 | #Constraints:      48645
2986.52/2993.28	c #Conflicts:     602000 | #Constraints:      49645
2986.52/2993.28	c #Conflicts:     603000 | #Constraints:      50645
2986.52/2993.28	c #Conflicts:     604000 | #Constraints:      51645
2986.52/2993.28	c #Conflicts:     605000 | #Constraints:      52645
2986.52/2993.28	c #Conflicts:     606000 | #Constraints:      53645
2986.52/2993.28	c #Conflicts:     607000 | #Constraints:      54645
2986.52/2993.28	c INPROCESSING
2986.52/2993.28	c GARBAGE COLLECT
2986.52/2993.28	c #Conflicts:     608000 | #Constraints:      39627
2986.52/2993.28	c #Conflicts:     609000 | #Constraints:      40627
2986.52/2993.28	c #Conflicts:     610000 | #Constraints:      41627
2986.52/2993.28	c #Conflicts:     611000 | #Constraints:      42627
2986.52/2993.28	c #Conflicts:     612000 | #Constraints:      43627
2986.52/2993.28	c #Conflicts:     613000 | #Constraints:      44627
2986.52/2993.28	c #Conflicts:     614000 | #Constraints:      45627
2986.52/2993.28	c #Conflicts:     615000 | #Constraints:      46627
2986.52/2993.28	c #Conflicts:     616000 | #Constraints:      47627
2986.52/2993.28	c #Conflicts:     617000 | #Constraints:      48627
2986.52/2993.28	c #Conflicts:     618000 | #Constraints:      49627
2986.52/2993.28	c #Conflicts:     619000 | #Constraints:      50627
2986.52/2993.28	c #Conflicts:     620000 | #Constraints:      51627
2986.52/2993.28	c #Conflicts:     621000 | #Constraints:      52627
2986.52/2993.28	c #Conflicts:     622000 | #Constraints:      53627
2986.52/2993.28	c #Conflicts:     623000 | #Constraints:      54627
2986.52/2993.28	c INPROCESSING
2986.52/2993.28	c GARBAGE COLLECT
2986.52/2993.28	c rational objective 1015.24
2991.32/2998.00	c #Conflicts:     624000 | #Constraints:      40680
2991.32/2998.00	c #Conflicts:     625000 | #Constraints:      41680
2991.32/2998.00	c bounds 1080 >= 1015 @ 2974.93
3409.48/3417.12	c #Conflicts:     626000 | #Constraints:      42681
3409.48/3417.12	c #Conflicts:     627000 | #Constraints:      43681
3409.48/3417.12	c #Conflicts:     628000 | #Constraints:      44681
3409.48/3417.12	c #Conflicts:     629000 | #Constraints:      45681
3409.48/3417.12	c #Conflicts:     630000 | #Constraints:      46681
3409.48/3417.12	c #Conflicts:     631000 | #Constraints:      47681
3409.48/3417.12	c #Conflicts:     632000 | #Constraints:      48681
3409.48/3417.12	c #Conflicts:     633000 | #Constraints:      49681
3409.48/3417.12	c #Conflicts:     634000 | #Constraints:      50681
3409.48/3417.12	c #Conflicts:     635000 | #Constraints:      51681
3409.48/3417.12	c #Conflicts:     636000 | #Constraints:      52681
3409.48/3417.12	c #Conflicts:     637000 | #Constraints:      53681
3409.48/3417.12	c #Conflicts:     638000 | #Constraints:      54681
3409.48/3417.12	c #Conflicts:     639000 | #Constraints:      55681
3409.48/3417.12	c INPROCESSING
3409.48/3417.12	c GARBAGE COLLECT
3409.48/3417.12	c #Conflicts:     640000 | #Constraints:      40264
3409.48/3417.12	c #Conflicts:     641000 | #Constraints:      41264
3409.48/3417.12	c #Conflicts:     642000 | #Constraints:      42264
3409.48/3417.12	c #Conflicts:     643000 | #Constraints:      43264
3409.48/3417.12	c #Conflicts:     644000 | #Constraints:      44264
3409.48/3417.12	c #Conflicts:     645000 | #Constraints:      45264
3409.48/3417.12	c #Conflicts:     646000 | #Constraints:      46264
3409.48/3417.12	c #Conflicts:     647000 | #Constraints:      47264
3409.48/3417.12	c #Conflicts:     648000 | #Constraints:      48264
3409.48/3417.12	c #Conflicts:     649000 | #Constraints:      49264
3409.48/3417.12	c #Conflicts:     650000 | #Constraints:      50264
3409.48/3417.12	c #Conflicts:     651000 | #Constraints:      51264
3409.48/3417.12	c #Conflicts:     652000 | #Constraints:      52264
3409.48/3417.12	c #Conflicts:     653000 | #Constraints:      53264
3409.48/3417.12	c #Conflicts:     654000 | #Constraints:      54264
3409.48/3417.12	c #Conflicts:     655000 | #Constraints:      55264
3409.48/3417.12	c INPROCESSING
3409.48/3417.12	c GARBAGE COLLECT
3409.48/3417.12	c #Conflicts:     656000 | #Constraints:      40874
3409.48/3417.12	c #Conflicts:     657000 | #Constraints:      41874
3409.48/3417.12	c #Conflicts:     658000 | #Constraints:      42874
3409.48/3417.12	c #Conflicts:     659000 | #Constraints:      43874
3409.48/3417.12	c #Conflicts:     660000 | #Constraints:      44874
3409.48/3417.12	c #Conflicts:     661000 | #Constraints:      45874
3409.48/3417.12	c #Conflicts:     662000 | #Constraints:      46874
3409.48/3417.12	c #Conflicts:     663000 | #Constraints:      47874
3409.48/3417.12	c #Conflicts:     664000 | #Constraints:      48874
3409.48/3417.12	c #Conflicts:     665000 | #Constraints:      49874
3409.48/3417.12	c #Conflicts:     666000 | #Constraints:      50874
3409.48/3417.12	c #Conflicts:     667000 | #Constraints:      51874
3409.48/3417.12	c #Conflicts:     668000 | #Constraints:      52874
3409.48/3417.12	c #Conflicts:     669000 | #Constraints:      53874
3409.48/3417.12	c #Conflicts:     670000 | #Constraints:      54874
3409.48/3417.12	c #Conflicts:     671000 | #Constraints:      55874
3409.48/3417.12	c INPROCESSING
3409.48/3417.12	c GARBAGE COLLECT
3409.48/3417.12	c #Conflicts:     672000 | #Constraints:      40034
3409.48/3417.12	c #Conflicts:     673000 | #Constraints:      41034
3409.48/3417.12	c #Conflicts:     674000 | #Constraints:      42034
3409.48/3417.12	c #Conflicts:     675000 | #Constraints:      43034
3409.48/3417.12	c #Conflicts:     676000 | #Constraints:      44034
3409.48/3417.12	c #Conflicts:     677000 | #Constraints:      45034
3409.48/3417.12	c #Conflicts:     678000 | #Constraints:      46034
3409.48/3417.12	c #Conflicts:     679000 | #Constraints:      47034
3409.48/3417.12	c #Conflicts:     680000 | #Constraints:      48034
3409.48/3417.12	c #Conflicts:     681000 | #Constraints:      49034
3409.48/3417.12	c #Conflicts:     682000 | #Constraints:      50034
3409.48/3417.12	c #Conflicts:     683000 | #Constraints:      51034
3409.48/3417.12	c #Conflicts:     684000 | #Constraints:      52034
3409.48/3417.12	c #Conflicts:     685000 | #Constraints:      53034
3409.48/3417.12	c #Conflicts:     686000 | #Constraints:      54034
3409.48/3417.12	c #Conflicts:     687000 | #Constraints:      55034
3409.48/3417.12	c #Conflicts:     688000 | #Constraints:      56034
3409.48/3417.12	c INPROCESSING
3409.48/3417.12	c GARBAGE COLLECT
3409.48/3417.12	c rational objective 1015.24
3489.11/3496.93	c #Conflicts:     689000 | #Constraints:      40344
3489.11/3496.93	c #Conflicts:     690000 | #Constraints:      41344
3489.11/3496.93	c #Conflicts:     691000 | #Constraints:      42344
3489.11/3496.93	c #Conflicts:     692000 | #Constraints:      43344
3489.11/3496.93	c #Conflicts:     693000 | #Constraints:      44344
3489.11/3496.93	c #Conflicts:     694000 | #Constraints:      45344
3489.11/3496.93	c #Conflicts:     695000 | #Constraints:      46344
3489.11/3496.93	c #Conflicts:     696000 | #Constraints:      47344
3489.11/3496.93	c #Conflicts:     697000 | #Constraints:      48344
3489.11/3496.93	c #Conflicts:     698000 | #Constraints:      49344
3489.11/3496.93	c #Conflicts:     699000 | #Constraints:      50344
3489.11/3496.93	c #Conflicts:     700000 | #Constraints:      51344
3489.11/3496.93	c #Conflicts:     701000 | #Constraints:      52344
3489.11/3496.93	c #Conflicts:     702000 | #Constraints:      53344
3489.11/3496.93	c #Conflicts:     703000 | #Constraints:      54344
3489.11/3496.93	c #Conflicts:     704000 | #Constraints:      55344
3489.11/3496.93	c #Conflicts:     705000 | #Constraints:      56344
3489.11/3496.93	c INPROCESSING
3489.11/3496.93	c GARBAGE COLLECT
3489.11/3496.93	c #Conflicts:     706000 | #Constraints:      41518
3489.11/3496.93	c #Conflicts:     707000 | #Constraints:      42518
3489.11/3496.93	c #Conflicts:     708000 | #Constraints:      43518
3489.11/3496.93	c #Conflicts:     709000 | #Constraints:      44518
3489.11/3496.93	c #Conflicts:     710000 | #Constraints:      45518
3489.11/3496.93	c bounds 1080 >= 1016 @ 3470.12
3565.45/3573.43	c #Conflicts:     711000 | #Constraints:      47625
3565.45/3573.43	c #Conflicts:     712000 | #Constraints:      48625
3565.45/3573.43	c #Conflicts:     713000 | #Constraints:      49625
3565.45/3573.43	c #Conflicts:     714000 | #Constraints:      50625
3565.45/3573.43	c #Conflicts:     715000 | #Constraints:      51625
3565.45/3573.43	c #Conflicts:     716000 | #Constraints:      52625
3565.45/3573.43	c #Conflicts:     717000 | #Constraints:      53625
3565.45/3573.43	c #Conflicts:     718000 | #Constraints:      54625
3565.45/3573.43	c #Conflicts:     719000 | #Constraints:      55625
3565.45/3573.43	c #Conflicts:     720000 | #Constraints:      56625
3565.45/3573.43	c #Conflicts:     721000 | #Constraints:      57625
3565.45/3573.43	c #Conflicts:     722000 | #Constraints:      58625
3565.45/3573.43	c INPROCESSING
3565.45/3573.43	c GARBAGE COLLECT
3565.45/3573.43	c #Conflicts:     723000 | #Constraints:      42877
3565.45/3573.43	c #Conflicts:     724000 | #Constraints:      43877
3565.45/3573.43	c #Conflicts:     725000 | #Constraints:      44877
3565.45/3573.43	c #Conflicts:     726000 | #Constraints:      45877
3565.45/3573.43	c #Conflicts:     727000 | #Constraints:      46877
3565.45/3573.43	c #Conflicts:     728000 | #Constraints:      47877
3565.45/3573.43	c #Conflicts:     729000 | #Constraints:      48877
3565.45/3573.43	c #Conflicts:     730000 | #Constraints:      49877
3565.45/3573.43	c #Conflicts:     731000 | #Constraints:      50877
3565.45/3573.43	c #Conflicts:     732000 | #Constraints:      51877
3565.45/3573.43	c #Conflicts:     733000 | #Constraints:      52877
3565.45/3573.43	c #Conflicts:     734000 | #Constraints:      53877
3565.45/3573.43	c #Conflicts:     735000 | #Constraints:      54878
3565.45/3573.43	c #Conflicts:     736000 | #Constraints:      55880
3565.45/3573.43	c #Conflicts:     737000 | #Constraints:      56907
3565.45/3573.43	c #Conflicts:     738000 | #Constraints:      57909
3565.45/3573.43	c #Conflicts:     739000 | #Constraints:      58910
3565.45/3573.43	c INPROCESSING
3565.45/3573.43	c GARBAGE COLLECT
3565.45/3573.43	c bounds 1079 >= 1016 @ 3546.22
3576.12/3584.14	c #Conflicts:     740000 | #Constraints:      42769
3576.12/3584.14	c #Conflicts:     741000 | #Constraints:      43817
3576.12/3584.14	c #Conflicts:     742000 | #Constraints:      44866
3576.12/3584.14	c #Conflicts:     743000 | #Constraints:      45906
3576.12/3584.14	c #Conflicts:     744000 | #Constraints:      46951
3576.12/3584.14	c bounds 1078 >= 1016 @ 3556.85
3577.92/3585.92	c #Conflicts:     745000 | #Constraints:      48008
3577.92/3585.92	c bounds 1077 >= 1016 @ 3558.59
3582.70/3590.76	c #Conflicts:     746000 | #Constraints:      49054
3582.70/3590.76	c #Conflicts:     747000 | #Constraints:      50089
3582.70/3590.76	c bounds 1076 >= 1016 @ 3563.31
3600.07/3608.10	c #Conflicts:     748000 | #Constraints:      51113
3600.07/3608.10	c #Conflicts:     749000 | #Constraints:      52113
3600.07/3608.10	c #Conflicts:     750000 | #Constraints:      53113
3600.07/3608.10	c cpu time 3580.52 s
3600.07/3608.10	c deterministic time 155626961105 1.56e+11
3600.07/3608.10	c optimization time 18.042 s
3600.07/3608.10	c total solve time 3562.41 s
3600.07/3608.10	c core-guided solve time 2146.77 s
3600.07/3608.10	c propagation time 1942 s
3600.07/3608.10	c conflict analysis time 456.469 s
3600.07/3608.10	c propagations 414532010
3600.07/3608.10	c resolve steps 8701171
3600.07/3608.10	c decisions 15936132
3600.07/3608.10	c conflicts 750839
3600.07/3608.10	c restarts 1564
3600.07/3608.10	c inprocessing phases 77
3600.07/3608.10	c garbage collections 77 ,( 100.00 )
3600.07/3608.10	c input clauses 20919 ,( 75.11 )
3600.07/3608.10	c input cardinalities 4888 ,( 17.55 )
3600.07/3608.10	c input general constraints 2046 ,( 7.35 )
3600.07/3608.10	c input average constraint length 183.50
3600.07/3608.10	c input average constraint degree 42.39
3600.07/3608.10	c learned clauses 360810 ,( 48.00 )
3600.07/3608.10	c learned cardinalities 41790 ,( 5.56 )
3600.07/3608.10	c learned general constraints 349015 ,( 46.44 )
3600.07/3608.10	c learned average constraint length 1502.27
3600.07/3608.10	c learned average constraint degree 1656216982.02
3600.07/3608.10	c watched  CF 32, 64, 128, Arb: 77867 , 0 , 0 , 0
3600.07/3608.10	c counting CF 32, 64, 128, Arb: 273195 , 0 , 0 , 0
3600.07/3608.10	c watched   constraints 77867 ,( 22.18 ) 
3600.07/3608.10	c counting  constraints 273194 ,( 77.82 ) 
3600.07/3608.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 179235241 , 398651216 , 22315155860 ,( 2052184593 , 20262971267 )
3600.07/3608.10	c gcd simplifications 7342
3600.07/3608.10	c detected cardinalities 1755
3600.07/3608.10	c weakened non-implied lits 637795637
3600.07/3608.10	c weakened non-implying lits 73136
3600.07/3608.10	c original variables 8981
3600.07/3608.10	c clausal propagations 81333650
3600.07/3608.10	c cardinality propagations 64571254
3600.07/3608.10	c watched propagations 8063130
3600.07/3608.10	c counting propagations 202730068
3600.07/3608.10	c watch lookups 49309902143
3600.07/3608.10	c watch backjump lookups 0
3600.07/3608.10	c watch checks 27217152554
3600.07/3608.10	c propagation checks 73770458147
3600.07/3608.10	c constraint additions 4466237032
3600.07/3608.10	c trail pops 431216422
3600.07/3608.10	c formula constraints 19082
3600.07/3608.10	c learned constraints 750134
3600.07/3608.10	c bound constraints 1231
3600.07/3608.10	c core-guided constraints 7540
3600.07/3608.10	c encountered formula constraints 1815032
3600.07/3608.10	c encountered learned constraints 5448540
3600.07/3608.10	c encountered bound constraints 292
3600.07/3608.10	c encountered core-guided constraints 2171499
3600.07/3608.10	c LP total time 2044.76 s
3600.07/3608.10	c LP solve time 2025.87 s
3600.07/3608.10	c LP constraints added 19100
3600.07/3608.10	c LP constraints removed 10
3600.07/3608.10	c LP pivots internal 764246
3600.07/3608.10	c LP pivots root 762418
3600.07/3608.10	c LP calls 3067
3600.07/3608.10	c LP optimalities 2261
3600.07/3608.10	c LP no pivot count 1374
3600.07/3608.10	c LP infeasibilities 767
3600.07/3608.10	c LP valid Farkas constraints 764
3600.07/3608.10	c LP learned Farkas constraints 707
3600.07/3608.10	c LP basis resets 35
3600.07/3608.10	c LP cycling count 29
3600.07/3608.10	c LP singular count 2
3600.07/3608.10	c LP no primal count 0
3600.07/3608.10	c LP no farkas count 3
3600.07/3608.10	c LP other issue count 1
3600.07/3608.10	c LP Gomory cuts 10
3600.07/3608.10	c LP learned cuts 8
3600.07/3608.10	c LP deleted cuts 10
3600.07/3608.10	c LP encountered Gomory constraints 0
3600.07/3608.10	c LP encountered Farkas constraints 11891
3600.07/3608.10	c LP encountered learned Farkas constraints 4049
3600.07/3608.10	c CG auxiliary variables introduced 2852
3600.07/3608.10	c CG solutions found 214
3600.07/3608.10	c CG cores constructed 1016
3600.07/3608.10	c CG core cardinality constraints returned 0
3600.07/3608.10	c CG unit cores 0
3600.07/3608.10	c CG single cores 1016
3600.07/3608.10	c CG blocks removed during cardinality reduction 0
3600.07/3608.10	c CG first core best 0
3600.07/3608.10	c CG decision core best 0
3600.07/3608.10	c CG core reduction tie 0
3600.07/3608.10	c CG core degree average 1.00
3600.07/3608.10	c CG core slack average 5.22
3600.07/3608.10	c CG core upper bound improvements 10
3600.07/3608.10	c STR number of successful calls 0
3600.07/3608.10	c STR number of unsuccessful calls 0
3600.07/3608.10	c STR number of inconclusive calls 0
3600.07/3608.10	c STR number of successful attempts 0
3600.07/3608.10	c STR number of unsuccessful attempts 0
3600.07/3608.10	c STR number of inconclusive attempts 0
3600.07/3608.10	c STR average degree increase per successful call inf
3600.07/3608.10	c STR average degree increase per successful attempt inf
3600.07/3608.10	c STR total number of conflicts for successful attempts 0
3600.07/3608.10	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3608.10	c STR total number of conflicts for inconclusive attempts 0
3600.07/3608.10	c STR average number of conflicts per successful attempt inf
3600.07/3608.10	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3608.10	c STR average number of conflicts per inconclusive attempt inf
3600.07/3608.10	c AVG.sumWPerc 59.47 
3600.07/3608.10	c bigint constraints 0 
3600.07/3608.10	o 1076
3600.07/3608.10	s SATISFIABLE
3600.07/3608.10	v -x1 x2 -x3 x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 x24 -x25 -x26 -x27 -x28 x29 -x30 x31 -x32 -x33 x34 x35 -x36 -x37 -x38 -x39 x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 x59 x60 x61 -x62 x63 -x64 -x65 x66 x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 x90 -x91 x92 x93 -x94 -x95 x96 x97 -x98 -x99 -x100 x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 x119 -x120 -x121 x122 x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 x143 x144 x145 -x146 x147 -x148 -x149 -x150 -x151 x152 x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 x172 -x173 x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 x194 -x195 -x196 x197 -x198 x199 -x200 x201 -x202 -x203 x204 x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 x228 -x229 x230 x231 -x232 -x233 -x234 -x235 x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 x253 -x254 x255 -x256 x257 -x258 -x259 x260 -x261 x262 x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 -x283 x284 -x285 x286 x287 -x288 -x289 -x290 -x291 x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 x309 -x310 x311 -x312 x313 -x314 -x315 x316 x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 x334 -x335 -x336 -x337 x338 -x339 x340 -x341 x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 x360 -x361 -x362 x363 x364 -x365 x366 x367 -x368 x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 x386 -x387 -x388 -x389 -x390 x391 x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 x407 x408 -x409 -x410 x411 x412 -x413 x414 -x415 -x416 x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 x438 -x439 -x440 x441 -x442 x443 x444 -x445 -x446 x447 x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 x464 -x465 -x466 x467 -x468 x469 x470 -x471 -x472 x473 x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 x493 x494 -x495 x496 -x497 -x498 x499 x500 -x501 x502 -x503 -x504 x505 -x506 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 x529 x530 -x531 -x532 -x533 x534 x535 -x536 -x537 x538 -x539 x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 x560 -x561 -x562 -x563 x564 x565 -x566 x567 -x568 -x569 x570 x571 -x572 -x573 -x574 x575 x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 x596 x597 -x598 -x599 x600 x601 -x602 -x603 -x604 x605 x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 -x621 x622 x623 -x624 -x625 x626 x627 -x628 -x629 x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 -x643 -x644 -x645 x646 x647 x648 x649 -x650 -x651 x652 x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 x669 -x670 x671 x672 x673 -x674 -x675 x676 -x677 x678 x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 x695 x696 -x697 x698 -x699 -x700 -x701 x702 x703 -x704 x705 -x706 x707 -x708 -x709 -x710 -x711 -x712 -x713 x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 x729 -x730 -x731 x732 -x733 x734 -x735 x736 x737 -x738 -x739 x740 x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 x752 -x753 -x754 -x755 -x756 -x757 x758 x759 -x760 x761 -x762 x763 -x764 -x765 -x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 x779 -x780 x781 x782 -x783 -x784 x785 -x786 -x787 x788 -x789 x790 -x791 x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 -x810 x811 x812 -x813 x814 x815 -x816 x817 -x818 x819 -x820 x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 x837 x838 -x839 x840 -x841 -x842 -x843 x844 -x845 x846 -x847 x848 x849 -x850 -x851 -x852 -x853 -x854 x855 x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 x872 x873 -x874 x875 -x876 -x877 x878 x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 x896 -x897 x898 x899 -x900 -x901 x902 -x903 x904 x905 -x906 -x907 x908 x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 -x921 -x922 -x923 -x924 x925 -x926 -x927 x928 x929 -x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 x947 -x948 x949 x950 -x951 -x952 -x953 x954 x955 -x956 -x957 x958 x959 -x960 -x961 -x962 -x963 -x964 -x965 x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 x976 -x977 x978 -x979 -x980 x981 -x982 -x983 x984 x985 -x986 -x987 x988 x989 -x990 -x991 -x992 -x993 -x994 -x995 x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 x1005 -x1006 x1007 x1008 -x1009 -x1010 -x1011 -x1012 -x1013 x1014 x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 x1023 -x1024 x1025 x1026 -x1027 -x1028 -x1029 -x1030 x1031 x1032 -x1033 x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 x1052 -x1053 x1054 -x1055 -x1056 x1057 x1058 -x1059 -x1060 x1061 -x1062 x1063 x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 x1079 -x1080 x1081 -x1082 x1083 x1084 -x1085 -x1086 x1087 x1088 -x1089 x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 x1108 -x1109 x1110 -x1111 -x1112 x1113 x1114 -x1115 -x1116 x1117 -x1118 x1119 x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 x1135 -x1136 x1137 -x1138 x1139 x1140 -x1141 -x1142 x1143 x1144 -x1145 x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 x1164 -x1165 x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 x1173 -x1174 x1175 x1176 -x1177 -x1178 -x1179 -x1180 -x1181 x1182 x1183 -x1184 x1185 -x1186 -x1187 -x1188 -x1189 -x1190 x1191 -x1192 x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 x1200 -x1201 x1202 -x1203 -x1204 -x1205 -x1206 -x1207 x1208 x1209 -x1210 -x1211 x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 x1219 x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 x1227 -x1228 x1229 -x1230 x1231 x1232 -x1233 -x1234 -x1235 -x1236 -x1237 x1238 x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 x1249 x1250 -x1251 -x1252 -x1253 -x1254 -x1255 x1256 -x1257 x1258 -x1259 -x1260 x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 x1268 x1269 -x1270 -x1271 x1272 -x1273 x1274 -x1275 -x1276 -x1277 -x1278 x1279 x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 x1290 x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 x1298 x1299 -x1300 x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 x1309 x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 x1317 -x1318 -x1319 x1320 x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 x1328 -x1329 x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 x1339 x1340 -x1341 -x1342 -x1343 -x1344 -x1345 x1346 x1347 -x1348 -x1349 x1350 x1351 -x1352 -x1353 -x1354 -x1355 x1356 x1357 -x1358 -x1359 -x1360 -x1361 -x1362 x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 x1380 x1381 x1382 x1383 -x1384 -x1385 x1386 -x1387 -x1388 x1389 x1390 -x1391 x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 x1410 -x1411 x1412 x1413 -x1414 x1415 x1416 -x1417 -x1418 x1419 -x1420 x1421 x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 x1439 -x1440 -x1441 -x1442 -x1443 -x1444 x1445 x1446 -x1447 x1448 -x1449 -x1450 x1451 x1452 -x1453 -x1454 x1455 x1456 -x1457 x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 x1475 -x1476 x1477 x1478 -x1479 -x1480 x1481 x1482 -x1483 x1484 -x1485 x1486 x1487 -x1488 x1489 -x1490 -x1491 -x1492 x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 x1507 -x1508 x1509 -x1510 x1511 x1512 -x1513 -x1514 -x1515 x1516 -x1517 x1518 x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 x1527 x1528 -x1529 x1530 -x1531 -x1532 -x1533 -x1534 x1535 x1536 -x1537 x1538 -x1539 -x1540 -x1541 -x1542 -x1543 x1544 x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 x1561 x1562 -x1563 -x1564 x1565 -x1566 x1567 x1568 -x1569 x1570 x1571 -x1572 -x1573 x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 x1591 x1592 -x1593 x1594 -x1595 -x1596 x1597 -x1598 -x1599 x1600 x1601 -x1602 x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 x1619 -x1620 x1621 x1622 -x1623 -x1624 -x1625 x1626 x1627 -x1628 -x1629 x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 x1645 x1646 -x1647 x1648 -x1649 -x1650 x1651 x1652 -x1653 x1654 -x1655 x1656 x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 x1672 -x1673 -x1674 x1675 -x1676 x1677 x1678 -x1679 -x1680 x1681 -x1682 x1683 -x1684 -x1685 -x1686 -x1687 x1688 x1689 -x1690 -x1691 -x1692 -x1693 x1694 -x1695 -x1696 -x1697 -x1698 x1699 -x1700 -x1701 -x1702 -x1703 x1704 -x1705 -x1706 -x1707 -x1708 -x1709 x1710 x1711 -x1712 -x1713 x1714 x1715 -x1716 -x1717 -x1718 -x1719 x1720 x1721 -x1722 x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 x1731 x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 x1740 x1741 -x1742 -x1743 -x1744 -x1745 -x1746 x1747 -x1748 -x1749 -x1750 -x1751 x1752 -x1753 -x1754 -x1755 -x1756 x1757 x1758 -x1759 -x1760 -x1761 -x1762 x1763 x1764 -x1765 -x1766 x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 x1774 -x1775 -x1776 -x1777 -x1778 x1779 -x1780 -x1781 -x1782 x1783 x1784 -x1785 x1786 -x1787 -x1788 x1789 x1790 -x1791 -x1792 -x1793 x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 x1809 x1810 -x1811 -x1812 x1813 -x1814 x1815 x1816 -x1817 -x1818 x1819 x1820 -x1821 x1822 -x1823 -x1824 -x1825 x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 x1842 -x1843 -x1844 x1845 x1846 -x1847 -x1848 x1849 -x1850 x1851 x1852 x1853 -x1854 x1855 -x1856 x1857 -x1858 -x1859 -x1860 -x1861 x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 x1878 x1879 -x1880 -x1881 x1882 -x1883 x1884 -x1885 x1886 x1887 x1888 x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 x1905 -x1906 -x1907 x1908 x1909 -x1910 x1911 -x1912 x1913 -x1914 -x1915 -x1916 -x1917 x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 x1929 x1930 -x1931 -x1932 -x1933 x1934 x1935 -x1936 -x1937 x1938 -x1939 x1940 -x1941 -x1942 -x1943 -x1944 -x1945 x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 x1955 x1956 -x1957 -x1958 -x1959 -x1960 x1961 -x1962 -x1963 x1964 x1965 -x1966 x1967 -x1968 -x1969 -x1970 -x1971 x1972 x1973 -x1974 -x1975 -x1976 x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 x1984 -x1985 -x1986 -x1987 -x1988 x1989 -x1990 -x1991 -x1992 -x1993 x1994 -x1995 x1996 x1997 -x1998 -x1999 x2000 -x2001 x2002 -x2003 -x2004 x2005 x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 -x2021 x2022 x2023 -x2024 -x2025 x2026 x2027 -x2028 x2029 -x2030 x2031 x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 x2048 x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 x2056 x2057 -x2058 -x2059 -x2060 x2061 -x2062 -x2063 -x2064 x2065 x2066 -x2067 x2068 -x2069 -x2070 -x2071 -x2072 x2073 -x2074 -x2075 -x2076 -x2077 x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 x2086 -x2087 -x2088 -x2089 x2090 -x2091 -x2092 -x2093 -x2094 x2095 -x2096 x2097 x2098 -x2099 -x2100 -x2101 x2102 x2103 -x2104 -x2105 x2106 x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 x2123 x2124 -x2125 -x2126 -x2127 -x2128 x2129 -x2130 -x2131 x2132 x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 x2140 x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 x2149 x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 x2158 x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 x2166 x2167 -x2168 -x2169 x2170 -x2171 -x2172 -x2173 -x2174 x2175 x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 x2192 x2193 -x2194 -x2195 x2196 x2197 -x2198 -x2199 -x2200 x2201 x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 x2213 -x2214 -x2215 -x2216 -x2217 x2218 x2219 -x2220 -x2221 x2222 x2223 -x2224 -x2225 x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 x2239 -x2240 -x2241 x2242 x2243 x2244 x2245 -x2246 -x2247 x2248 x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 x2265 x2266 -x2267 x2268 -x2269 -x2270 -x2271 x2272 -x2273 x2274 x2275 -x2276 -x2277 x2278 -x2279 -x2280 -x2281 -x2282 x2283 x2284 -x2285 -x2286 -x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 x2295 -x2296 -x2297 -x2298 -x2299 -x2300 x2301 -x2302 -x2303 x2304 x2305 -x2306 x2307 -x2308 x2309 -x2310 -x2311 -x2312 x2313 x2314 -x2315 -x2316 -x2317 -x2318 -x2319 -x2320 -x2321 -x2322 -x2323 -x2324 x2325 -x2326 -x2327 -x2328 -x2329 x2330 x2331 -x2332 -x2333 x2334 -x2335 x2336 -x2337 x2338 -x2339 x2340 -x2341 -x2342 -x2343 -x2344 -x2345 -x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 -x2353 -x2354 -x2355 x2356 x2357 -x2358 -x2359 x2360 x2361 -x2362 x2363 -x2364 x2365 -x2366 x2367 -x2368 x2369 -x2370 -x2371 -x2372 -x2373 -x2374 -x2375 -x2376 -x2377 -x2378 -x2379 -x2380 x2381 -x2382 -x2383 -x2384 -x2385 x2386 x2387 -x2388 -x2389 x2390 -x2391 x2392 x2393 -x2394 -x2395 -x2396 -x2397 x2398 -x2399 -x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 x2410 x2411 -x2412 x2413 -x2414 -x2415 x2416 x2417 -x2418 x2419 -x2420 -x2421 x2422 -x2423 -x2424 -x2425 -x2426 -x2427 -x2428 x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 x2437 -x2438 -x2439 x2440 -x2441 -x2442 -x2443 -x2444 -x2445 x2446 -x2447 x2448 x2449 -x2450 -x2451 -x2452 -x2453 -x2454 x2455 x2456 -x2457 x2458 -x2459 -x2460 x2461 -x2462 -x2463 -x2464 -x2465 x2466 x2467 -x2468 -x2469 -x2470 -x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 x2478 -x2479 -x2480 -x2481 -x2482 x2483 -x2484 x2485 -x2486 x2487 x2488 -x2489 x2490 -x2491 -x2492 x2493 -x2494 -x2495 -x2496 -x2497 -x2498 -x2499 -x2500 -x2501 -x2502 -x2503 -x2504 -x2505 -x2506 -x2507 -x2508 x2509 x2510 -x2511 x2512 -x2513 x2514 -x2515 -x2516 x2517 -x2518 x2519 x2520 x2521 -x2522 -x2523 -x2524 -x2525 -x2526 -x2527 -x2528 -x2529 x2530 -x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 x2539 -x2540 x2541 x2542 -x2543 -x2544 -x2545 x2546 -x2547 -x2548 -x2549 x2550 x2551 -x2552 -x2553 -x2554 -x2555 -x2556 -x2557 -x2558 x2559 -x2560 -x2561 x2562 -x2563 -x2564 -x2565 -x2566 -x2567 x2568 -x2569 -x2570 x2571 x2572 -x2573 -x2574 -x2575 -x2576 x2577 -x2578 -x2579 x2580 x2581 -x2582 -x2583 -x2584 -x2585 -x2586 -x2587 x2588 x2589 -x2590 -x2591 -x2592 -x2593 -x2594 -x2595 -x2596 x2597 x2598 -x2599 -x2600 -x2601 -x2602 -x2603 -x2604 -x2605 x2606 x2607 -x2608 -x2609 -x2610 -x2611 -x2612 -x2613 x2614 x2615 -x2616 -x2617 x2618 -x2619 -x2620 -x2621 -x2622 x2623 x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 -x2631 -x2632 x2633 -x2634 -x2635 -x2636 -x2637 -x2638 -x2639 x2640 x2641 -x2642 -x2643 x2644 x2645 -x2646 -x2647 -x2648 x2649 x2650 -x2651 -x2652 -x2653 -x2654 -x2655 -x2656 -x2657 -x2658 -x2659 -x2660 -x2661 -x2662 -x2663 -x2664 -x2665 x2666 x2667 -x2668 -x2669 x2670 x2671 -x2672 -x2673 x2674 x2675 x2676 -x2677 -x2678 x2679 -x2680 -x2681 -x2682 -x2683 -x2684 -x2685 x2686 -x2687 -x2688 -x2689 -x2690 -x2691 -x2692 -x2693 -x2694 -x2695 x2696 x2697 -x2698 -x2699 -x2700 -x2701 -x2702 -x2703 -x2704 x2705 x2706 -x2707 x2708 -x2709 x2710 -x2711 -x2712 x2713 -x2714 x2715 x2716 x2717 -x2718 -x2719 -x2720 -x2721 -x2722 -x2723 -x2724 -x2725 -x2726 -x2727 -x2728 -x2729 -x2730 -x2731 -x2732 -x2733 -x2734 x2735 -x2736 x2737 -x2738 x2739 x2740 -x2741 x2742 -x2743 -x2744 -x2745 x2746 x2747 -x2748 -x2749 -x2750 -x2751 -x2752 -x2753 -x2754 -x2755 -x2756 -x2757 x2758 -x2759 -x2760 -x2761 -x2762 x2763 x2764 -x2765 x2766 -x2767 -x2768 x2769 x2770 -x2771 -x2772 x2773 -x2774 x2775 -x2776 -x2777 -x2778 -x2779 -x2780 -x2781 -x2782 -x2783 -x2784 -x2785 x2786 -x2787 -x2788 -x2789 -x2790 -x2791 -x2792 x2793 -x2794 x2795 x2796 -x2797 -x2798 -x2799 -x2800 -x2801 x2802 -x2803 x2804 x2805 -x2806 -x2807 -x2808 -x2809 -x2810 -x2811 x2812 x2813 -x2814 -x2815 -x2816 -x2817 -x2818 -x2819 -x2820 -x2821 x2822 -x2823 -x2824 -x2825 -x2826 -x2827 x2828 -x2829 -x2830 x2831 -x2832 -x2833 x2834 x2835 -x2836 -x2837 x2838 x2839 -x2840 -x2841 -x2842 x2843 x2844 -x2845 -x2846 -x2847 -x2848 -x2849 -x2850 -x2851 -x2852 -x2853 -x2854 x2855 -x2856 -x2857 -x2858 -x2859 x2860 x2861 -x2862 -x2863 x2864 x2865 -x2866 -x2867 -x2868 -x2869 -x2870 -x2871 -x2872 -x2873 -x2874 -x2875 -x2876 -x2877 -x2878 -x2879 -x2880 x2881 x2882 -x2883 x2884 -x2885 x2886 x2887 -x2888 -x2889 x2890 x2891 -x2892 -x2893 -x2894 -x2895 -x2896 -x2897 -x2898 -x2899 -x2900 -x2901 -x2902 -x2903 -x2904 -x2905 -x2906 x2907 x2908 -x2909 -x2910 x2911 -x2912 x2913 -x2914 -x2915 x2916 x2917 -x2918 -x2919 -x2920 -x2921 -x2922 -x2923 -x2924 -x2925 x2926 -x2927 -x2928 -x2929 -x2930 -x2931 -x2932 x2933 x2934 -x2935 -x2936 x2937 x2938 -x2939 -x2940 -x2941 x2942 x2943 -x2944 -x2945 -x2946 -x2947 -x2948 -x2949 -x2950 -x2951 -x2952 -x2953 -x2954 -x2955 -x2956 -x2957 x2958 x2959 x2960 -x2961 -x2962 x2963 x2964 -x2965 -x2966 x2967 x2968 -x2969 -x2970 -x2971 -x2972 -x2973 -x2974 -x2975 -x2976 -x2977 -x2978 -x2979 -x2980 -x2981 -x2982 x2983 x2984 x2985 x2986 -x2987 -x2988 x2989 x2990 -x2991 -x2992 x2993 x2994 -x2995 -x2996 -x2997 -x2998 -x2999 -x3000 -x3001 -x3002 -x3003 -x3004 -x3005 -x3006 -x3007 -x3008 -x3009 x3010 -x3011 -x3012 x3013 -x3014 x3015 x3016 -x3017 -x3018 x3019 x3020 -x3021 -x3022 -x3023 -x3024 x3025 -x3026 -x3027 -x3028 -x3029 -x3030 -x3031 -x3032 -x3033 -x3034 -x3035 x3036 x3037 -x3038 -x3039 -x3040 x3041 x3042 -x3043 -x3044 x3045 x3046 -x3047 -x3048 -x3049 -x3050 -x3051 -x3052 x3053 -x3054 -x3055 -x3056 -x3057 -x3058 -x3059 -x3060 -x3061 x3062 x3063 -x3064 -x3065 x3066 -x3067 -x3068 -x3069 -x3070 x3071 x3072 -x3073 x3074 -x3075 -x3076 -x3077 -x3078 -x3079 -x3080 -x3081 x3082 x3083 -x3084 -x3085 -x3086 -x3087 -x3088 -x3089 -x3090 -x3091 x3092 x3093 -x3094 -x3095 -x3096 -x3097 -x3098 -x3099 -x3100 x3101 -x3102 x3103 x3104 -x3105 -x3106 -x3107 -x3108 x3109 -x3110 -x3111 x3112 x3113 -x3114 -x3115 -x3116 -x3117 -x3118 -x3119 -x3120 -x3121 x3122 -x3123 -x3124 -x3125 -x3126 -x3127 -x3128 -x3129 x3130 -x3131 -x3132 x3133 x3134 -x3135 -x3136 -x3137 x3138 x3139 -x3140 -x3141 x3142 x3143 -x3144 x3145 -x3146 -x3147 -x3148 -x3149 -x3150 -x3151 -x3152 -x3153 -x3154 -x3155 -x3156 -x3157 -x3158 -x3159 -x3160 -x3161 -x3162 x3163 x3164 -x3165 -x3166 -x3167 x3168 x3169 -x3170 -x3171 x3172 -x3173 x3174 x3175 -x3176 -x3177 -x3178 x3179 x3180 -x3181 -x3182 -x3183 -x3184 -x3185 -x3186 -x3187 -x3188 -x3189 -x3190 -x3191 -x3192 -x3193 -x3194 -x3195 -x3196 -x3197 x3198 x3199 -x3200 x3201 -x3202 -x3203 x3204 x3205 -x3206 x3207 -x3208 x3209 x3210 -x3211 -x3212 -x3213 -x3214 -x3215 -x3216 -x3217 -x3218 -x3219 -x3220 -x3221 -x3222 -x3223 -x3224 -x3225 -x3226 -x3227 x3228 -x3229 x3230 x3231 -x3232 -x3233 -x3234 -x3235 x3236 -x3237 -x3238 x3239 x3240 -x3241 -x3242 -x3243 -x3244 -x3245 -x3246 x3247 x3248 -x3249 -x3250 -x3251 -x3252 -x3253 -x3254 -x3255 -x3256 x3257 -x3258 -x3259 -x3260 -x3261 -x3262 x3263 -x3264 x3265 x3266 -x3267 -x3268 x3269 x3270 -x3271 -x3272 x3273 x3274 -x3275 -x3276 -x3277 x3278 -x3279 -x3280 -x3281 -x3282 -x3283 -x3284 -x3285 -x3286 -x3287 -x3288 -x3289 -x3290 -x3291 -x3292 -x3293 -x3294 x3295 x3296 -x3297 -x3298 x3299 x3300 -x3301 -x3302 x3303 x3304 -x3305 -x3306 x3307 -x3308 -x3309 -x3310 -x3311 -x3312 -x3313 -x3314 -x3315 -x3316 -x3317 -x3318 x3319 x3320 -x3321 -x3322 x3323 -x3324 x3325 x3326 -x3327 -x3328 x3329 x3330 -x3331 -x3332 -x3333 -x3334 -x3335 -x3336 -x3337 -x3338 -x3339 -x3340 -x3341 -x3342 -x3343 -x3344 -x3345 -x3346 -x3347 -x3348 x3349 x3350 -x3351 x3352 -x3353 -x3354 x3355 x3356 -x3357 -x3358 x3359 x3360 -x3361 -x3362 -x3363 -x3364 x3365 -x3366 -x3367 -x3368 -x3369 -x3370 -x3371 -x3372 -x3373 -x3374 x3375 x3376 -x3377 -x3378 -x3379 -x3380 x3381 x3382 -x3383 -x3384 x3385 x3386 -x3387 -x3388 -x3389 -x3390 -x3391 x3392 -x3393 -x3394 -x3395 -x3396 -x3397 -x3398 -x3399 -x3400 -x3401 -x3402 -x3403 -x3404 -x3405 -x3406 x3407 x3408 -x3409 -x3410 x3411 x3412 -x3413 -x3414 x3415 x3416 -x3417 x3418 x3419 -x3420 -x3421 -x3422 -x3423 -x3424 -x3425 -x3426 -x3427 -x3428 -x3429 -x3430 -x3431 -x3432 -x3433 -x3434 -x3435 -x3436 x3437 x3438 -x3439 -x3440 x3441 x3442 -x3443 x3444 -x3445 x3446 -x3447 x3448 x3449 -x3450 -x3451 -x3452 -x3453 -x3454 -x3455 -x3456 -x3457 -x3458 -x3459 -x3460 -x3461 -x3462 -x3463 -x3464 -x3465 -x3466 x3467 x3468 -x3469 -x3470 x3471 -x3472 x3473 -x3474 x3475 -x3476 -x3477 x3478 x3479 -x3480 -x3481 -x3482 -x3483 -x3484 -x3485 x3486 -x3487 -x3488 -x3489 -x3490 -x3491 -x3492 -x3493 -x3494 -x3495 -x3496 x3497 x3498 -x3499 -x3500 -x3501 x3502 -x3503 x3504 x3505 -x3506 -x3507 x3508 x3509 -x3510 -x3511 -x3512 -x3513 -x3514 -x3515 -x3516 -x3517 -x3518 -x3519 -x3520 -x3521 -x3522 -x3523 -x3524 -x3525 -x3526 x3527 x3528 -x3529 -x3530 x3531 -x3532 -x3533 x3534 x3535 -x3536 -x3537 x3538 x3539 -x3540 -x3541 -x3542 x3543 x3544 -x3545 -x3546 -x3547 -x3548 -x3549 -x3550 -x3551 -x3552 -x3553 -x3554 x3555 -x3556 -x3557 -x3558 -x3559 x3560 x3561 -x3562 -x3563 x3564 x3565 -x3566 -x3567 -x3568 -x3569 -x3570 -x3571 -x3572 -x3573 -x3574 -x3575 x3576 -x3577 -x3578 -x3579 -x3580 x3581 x3582 -x3583 x3584 -x3585 x3586 x3587 -x3588 -x3589 -x3590 -x3591 -x3592 -x3593 x3594 -x3595 -x3596 -x3597 -x3598 -x3599 -x3600 -x3601 -x3602 x3603 -x3604 x3605 x3606 -x3607 -x3608 -x3609 -x3610 x3611 x3612 -x3613 -x3614 -x3615 x3616 -x3617 -x3618 -x3619 -x3620 -x3621 x3622 x3623 -x3624 -x3625 -x3626 x3627 x3628 -x3629 -x3630 -x3631 x3632 -x3633 -x3634 -x3635 -x3636 -x3637 -x3638 -x3639 -x3640 -x3641 -x3642 -x3643 -x3644 x3645 -x3646 -x3647 x3648 x3649 -x3650 -x3651 x3652 x3653 -x3654 -x3655 -x3656 x3657 x3658 -x3659 -x3660 -x3661 -x3662 -x3663 -x3664 x3665 -x3666 -x3667 -x3668 x3669 -x3670 -x3671 -x3672 -x3673 x3674 x3675 -x3676 -x3677 -x3678 -x3679 -x3680 -x3681 x3682 -x3683 -x3684 -x3685 x3686 -x3687 -x3688 -x3689 -x3690 x3691 x3692 -x3693 x3694 -x3695 -x3696 -x3697 x3698 x3699 -x3700 -x3701 x3702 x3703 -x3704 -x3705 -x3706 -x3707 -x3708 -x3709 -x3710 -x3711 -x3712 -x3713 -x3714 -x3715 -x3716 -x3717 -x3718 -x3719 -x3720 x3721 -x3722 x3723 x3724 -x3725 -x3726 -x3727 x3728 x3729 -x3730 -x3731 x3732 x3733 -x3734 -x3735 x3736 -x3737 -x3738 x3739 x3740 -x3741 -x3742 -x3743 -x3744 -x3745 -x3746 -x3747 -x3748 -x3749 -x3750 -x3751 -x3752 -x3753 -x3754 -x3755 -x3756 -x3757 x3758 x3759 -x3760 -x3761 x3762 x3763 -x3764 x3765 -x3766 -x3767 -x3768 x3769 x3770 -x3771 -x3772 -x3773 -x3774 -x3775 -x3776 -x3777 -x3778 -x3779 -x3780 x3781 -x3782 -x3783 -x3784 -x3785 -x3786 -x3787 x3788 x3789 -x3790 -x3791 x3792 -x3793 x3794 -x3795 -x3796 x3797 -x3798 x3799 x3800 -x3801 -x3802 -x3803 -x3804 -x3805 -x3806 -x3807 -x3808 -x3809 -x3810 -x3811 -x3812 -x3813 -x3814 -x3815 x3816 -x3817 x3818 x3819 -x3820 x3821 -x3822 x3823 x3824 -x3825 x3826 -x3827 -x3828 -x3829 -x3830 -x3831 -x3832 -x3833 -x3834 -x3835 -x3836 -x3837 -x3838 -x3839 -x3840 -x3841 x3842 x3843 -x3844 x3845 -x3846 -x3847 x3848 -x3849 x3850 -x3851 -x3852 x3853 x3854 -x3855 -x3856 -x3857 -x3858 -x3859 -x3860 -x3861 -x3862 -x3863 -x3864 x3865 -x3866 -x3867 -x3868 -x3869 -x3870 -x3871 x3872 -x3873 x3874 x3875 -x3876 x3877 -x3878 -x3879 -x3880 -x3881 -x3882 x3883 x3884 -x3885 x3886 -x3887 -x3888 -x3889 -x3890 -x3891 -x3892 -x3893 x3894 x3895 -x3896 -x3897 -x3898 -x3899 -x3900 -x3901 -x3902 -x3903 x3904 -x3905 x3906 -x3907 -x3908 -x3909 -x3910 -x3911 -x3912 x3913 -x3914 x3915 x3916 -x3917 -x3918 -x3919 -x3920 x3921 -x3922 -x3923 x3924 x3925 -x3926 -x3927 -x3928 -x3929 -x3930 -x3931 x3932 x3933 -x3934 -x3935 -x3936 -x3937 -x3938 -x3939 -x3940 -x3941 x3942 -x3943 -x3944 -x3945 -x3946 -x3947 -x3948 -x3949 x3950 x3951 -x3952 -x3953 x3954 x3955 -x3956 -x3957 x3958 x3959 -x3960 -x3961 x3962 -x3963 -x3964 -x3965 -x3966 -x3967 -x3968 -x3969 -x3970 x3971 -x3972 -x3973 -x3974 -x3975 -x3976 x3977 -x3978 -x3979 x3980 x3981 -x3982 -x3983 -x3984 -x3985 -x3986 -x3987 x3988 x3989 -x3990 -x3991 -x3992 -x3993 -x3994 -x3995 -x3996 x3997 x3998 -x3999 x4000 -x4001 -x4002 -x4003 -x4004 -x4005 x4006 x4007 -x4008 -x4009 -x4010 -x4011 -x4012 -x4013 -x4014 -x4015 -x4016 -x4017 x4018 -x4019 -x4020 -x4021 -x4022 x4023 x4024 -x4025 -x4026 x4027 -x4028 x4029 x4030 -x4031 -x4032 x4033 -x4034 x4035 -x4036 -x4037 -x4038 -x4039 -x4040 -x4041 -x4042 -x4043 -x4044 x4045 -x4046 -x4047 -x4048 -x4049 -x4050 -x4051 -x4052 x4053 x4054 -x4055 x4056 -x4057 -x4058 -x4059 -x4060
3600.07/3608.10	c Program interrupted by user.

Verifier Data

OK	1076

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: 63665 MiB (62558 MiB free)
  memory of node 1: 64507 MiB (63942 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520758-1751560624/watcher-4520758-1751560624 -o /tmp/evaluation-result-4520758-1751560624/solver-4520758-1751560624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751556371-86521 --watchdog 3760 run-opt-ls.sh HOME/instance-4520758-1751560624.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100057 s]*
/proc/loadavg: 1.06 1.10 1.09 2/246 86907
/proc/meminfo: memFree=129537024/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86907] ppid=86905 vsize=20312 memory=12448 CPUtime=0.08 cores=4,6
/proc/86907/stat : 86907 (pbsuma) R 86905 86905 86510 0 -1 4194304 2666 0 0 0 8 0 0 0 20 0 1 0 71742615 20799488 3112 18446744073709551615 4210688 4653049 140730176571264 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 25407488 140730176579939 140730176580146 140730176580146 140730176585711 0
/proc/86907/statm: 5078 3112 1024 108 0 2486 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 24504 KiB
Current children cumulated memory: 15392 KiB

[startup+0.20503 s]*
/proc/loadavg: 1.06 1.10 1.09 2/246 86907
/proc/meminfo: memFree=129535008/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86907] ppid=86905 vsize=24120 memory=16416 CPUtime=0.18 cores=4,6
/proc/86907/stat : 86907 (pbsuma) R 86905 86905 86510 0 -1 4194304 3669 0 0 0 18 0 0 0 20 0 1 0 71742615 24698880 4104 18446744073709551615 4210688 4653049 140730176571264 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 25407488 140730176579939 140730176580146 140730176580146 140730176585711 0
/proc/86907/statm: 6030 4104 1024 108 0 3438 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 28312 KiB
Current children cumulated memory: 19360 KiB

[startup+0.304478 s]*
/proc/loadavg: 1.06 1.10 1.09 2/246 86908
/proc/meminfo: memFree=129532992/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=63264 memory=16576 CPUtime=0.04 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 2482 0 0 0 3 1 0 0 20 0 1 0 71742639 64782336 4144 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 15816 4144 1984 1147 0 3243 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 67456 KiB
Current children cumulated memory: 19520 KiB

[startup+0.700135 s]
/proc/loadavg: 1.06 1.10 1.09 2/246 86908
/proc/meminfo: memFree=129512828/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=84824 memory=33592 CPUtime=0.42 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 5388 0 0 0 40 2 0 0 20 0 1 0 71742639 86859776 8398 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 21206 8398 2304 1147 0 8633 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 89016 KiB
Current children cumulated memory: 36536 KiB

[startup+1.50017 s]
/proc/loadavg: 1.06 1.10 1.09 2/246 86908
/proc/meminfo: memFree=129497712/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=148328 memory=89272 CPUtime=1.21 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 16401 0 0 0 110 11 0 0 20 0 1 0 71742639 151887872 22318 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 37082 22318 2400 1147 0 24509 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 152520 KiB
Current children cumulated memory: 92216 KiB

[startup+3.10531 s]
/proc/loadavg: 1.06 1.10 1.09 2/246 86908
/proc/meminfo: memFree=129446116/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=155408 memory=101044 CPUtime=2.8 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 18326 0 0 0 265 15 0 0 20 0 1 0 71742639 159137792 25261 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 38852 25261 2400 1147 0 26279 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 159600 KiB
Current children cumulated memory: 103988 KiB

[startup+6.30014 s]
/proc/loadavg: 1.06 1.10 1.09 2/246 86908
/proc/meminfo: memFree=129446116/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=159224 memory=104116 CPUtime=5.97 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 19111 0 0 0 580 17 0 0 20 0 1 0 71742639 163045376 26029 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 39806 26029 2400 1147 0 27233 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 163416 KiB
Current children cumulated memory: 107060 KiB

[startup+12.7002 s]
/proc/loadavg: 1.05 1.10 1.09 2/246 86908
/proc/meminfo: memFree=129361632/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=281664 memory=202172 CPUtime=12.32 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 41576 0 0 0 1195 37 0 0 20 0 1 0 71742639 288423936 50543 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 70416 50543 2400 1147 0 57843 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 285856 KiB
Current children cumulated memory: 205116 KiB

[startup+25.5001 s]
/proc/loadavg: 1.04 1.09 1.09 2/246 86908
/proc/meminfo: memFree=129354020/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=287228 memory=207164 CPUtime=25.09 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 42806 0 0 0 2467 42 0 0 20 0 1 0 71742639 294121472 51791 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 71807 51791 2400 1147 0 59234 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 291420 KiB
Current children cumulated memory: 210108 KiB

[startup+51.1049 s]
/proc/loadavg: 1.08 1.10 1.09 2/246 86909
/proc/meminfo: memFree=129347780/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=289028 memory=211900 CPUtime=50.63 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 43488 0 0 0 5010 53 0 0 20 0 1 0 71742639 295964672 52975 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 72257 52975 2400 1147 0 59684 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 293220 KiB
Current children cumulated memory: 214844 KiB

[startup+102.3 s]
/proc/loadavg: 1.09 1.09 1.09 2/249 86914
/proc/meminfo: memFree=129229800/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=434100 memory=328364 CPUtime=101.71 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 66136 0 0 0 10057 114 0 0 20 0 1 0 71742639 444518400 82091 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 108525 82091 2400 1147 0 95952 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 438292 KiB
Current children cumulated memory: 331308 KiB

[startup+162.3 s]
/proc/loadavg: 1.07 1.09 1.09 2/249 86918
/proc/meminfo: memFree=129160520/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=465080 memory=401168 CPUtime=161.57 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 76918 0 0 0 15992 165 0 0 20 0 1 0 71742639 476241920 100292 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 116270 100292 2400 1147 0 103697 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 469272 KiB
Current children cumulated memory: 404112 KiB

[startup+222.3 s]
/proc/loadavg: 1.06 1.08 1.09 2/249 86920
/proc/meminfo: memFree=129066916/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=580148 memory=494564 CPUtime=221.43 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 90496 0 0 0 21903 240 0 0 20 0 1 0 71742639 594071552 123641 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 145037 123641 2400 1147 0 132464 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 584340 KiB

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

/proc/86908/statm: 446276 368012 2496 1147 0 433703 0
Current children cumulated CPU time: 3095.39 s
Current children cumulated vsize: 1789296 KiB
Current children cumulated memory: 1474992 KiB

[startup+3162.3 s]
/proc/loadavg: 1.27 1.16 1.11 2/247 87068
/proc/meminfo: memFree=128088036/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1785104 memory=1506480 CPUtime=3155.03 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 249442 0 0 0 313802 1701 0 0 20 0 1 0 71742639 1827946496 376620 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446276 376620 2496 1147 0 433703 0
Current children cumulated CPU time: 3155.25 s
Current children cumulated vsize: 1789296 KiB
Current children cumulated memory: 1509424 KiB

[startup+3222.3 s]
/proc/loadavg: 1.22 1.16 1.11 2/247 87070
/proc/meminfo: memFree=128050456/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1785104 memory=1545008 CPUtime=3214.91 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 249442 0 0 0 319766 1725 0 0 20 0 1 0 71742639 1827946496 386252 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446276 386252 2496 1147 0 433703 0
Current children cumulated CPU time: 3215.13 s
Current children cumulated vsize: 1789296 KiB
Current children cumulated memory: 1547952 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.12 1.10 2/247 87072
/proc/meminfo: memFree=128018156/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1785104 memory=1577264 CPUtime=3274.76 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 249590 0 0 0 325670 1806 0 0 20 0 1 0 71742639 1827946496 394316 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446276 394316 2496 1147 0 433703 0
Current children cumulated CPU time: 3274.98 s
Current children cumulated vsize: 1789296 KiB
Current children cumulated memory: 1580208 KiB

[startup+3342.3 s]
/proc/loadavg: 1.07 1.11 1.09 2/248 87075
/proc/meminfo: memFree=127956288/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1787924 memory=1620400 CPUtime=3334.63 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 251399 0 0 0 331640 1823 0 0 20 0 1 0 71742639 1830834176 405100 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446981 405100 2496 1147 0 434408 0
Current children cumulated CPU time: 3334.85 s
Current children cumulated vsize: 1792116 KiB
Current children cumulated memory: 1623344 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.12 1.09 2/248 87077
/proc/meminfo: memFree=127919980/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1787924 memory=1657008 CPUtime=3394.5 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 251476 0 0 0 337611 1839 0 0 20 0 1 0 71742639 1830834176 414252 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446981 414252 2496 1147 0 434408 0
Current children cumulated CPU time: 3394.72 s
Current children cumulated vsize: 1792116 KiB
Current children cumulated memory: 1659952 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.11 1.09 2/247 87079
/proc/meminfo: memFree=127887492/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1787924 memory=1689392 CPUtime=3454.37 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 251479 0 0 0 343573 1864 0 0 20 0 1 0 71742639 1830834176 422348 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446981 422348 2496 1147 0 434408 0
Current children cumulated CPU time: 3454.59 s
Current children cumulated vsize: 1792116 KiB
Current children cumulated memory: 1692336 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.11 1.09 2/247 87081
/proc/meminfo: memFree=127861284/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1787924 memory=1718320 CPUtime=3514.24 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 251480 0 0 0 349536 1888 0 0 20 0 1 0 71742639 1830834176 429580 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446981 429580 2496 1147 0 434408 0
Current children cumulated CPU time: 3514.46 s
Current children cumulated vsize: 1792116 KiB
Current children cumulated memory: 1721264 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.10 1.09 2/246 87087
/proc/meminfo: memFree=127862400/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1787924 memory=1718320 CPUtime=3574.11 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 251552 0 0 0 355501 1910 0 0 20 0 1 0 71742639 1830834176 429580 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446981 429580 2496 1147 0 434408 0
Current children cumulated CPU time: 3574.33 s
Current children cumulated vsize: 1792116 KiB
Current children cumulated memory: 1721264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.1 s]
/proc/loadavg: 1.14 1.11 1.09 2/245 87089
/proc/meminfo: memFree=127862948/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1787924 memory=1718320 CPUtime=3599.85 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 251558 0 0 0 358051 1934 0 0 20 0 1 0 71742639 1830834176 429580 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446981 429580 2496 1147 0 434408 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1792116 KiB
Current children cumulated memory: 1721264 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3608.1 s]
/proc/loadavg: 1.14 1.11 1.09 2/245 87089
/proc/meminfo: memFree=127862948/131250000 swapFree=33008100/33010684
[pid=86905] ppid=86902 vsize=4192 memory=2944 CPUtime=0.22 cores=4,6
/proc/86905/stat : 86905 (run-opt-ls.sh) S 86902 86905 86510 0 -1 4194304 237 3960 0 0 0 0 22 0 20 0 1 0 71742614 4292608 736 18446744073709551615 94813126504448 94813127398981 140729298203664 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94813127638032 94813127685776 94813133783040 140729298205031 140729298205157 140729298205157 140729298210759 0
/proc/86905/statm: 1048 736 672 219 0 110 0
[pid=86908] ppid=86905 vsize=1787924 memory=1718320 CPUtime=3599.85 cores=4,6
/proc/86908/stat : 86908 (roundingsat) R 86905 86905 86510 0 -1 4194304 251558 0 0 0 358051 1934 0 0 20 0 1 0 71742639 1830834176 429580 18446744073709551615 4227072 8923433 140730219296944 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 31059968 140730219301190 140730219301416 140730219301416 140730219306986 0
/proc/86908/statm: 446981 429580 2496 1147 0 434408 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1792116 KiB
Current children cumulated memory: 1721264 KiB

Child status: 2

Real time (s): 3608.11
CPU time (s): 3600.11
CPU user time (s): 3580.75
CPU system time (s): 19.3587
CPU usage (%): 99.778
Max. virtual memory (cumulated for all children) (KiB): 1792116
Max. memory (cumulated for all children) (KiB): 1721264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.75
system time used= 19.3587
maximum resident set size= 1718448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303
involuntary context switches= 2150


# summary of solver processes directly reported to runsolver:
#   pid: 86905,86908
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3580.75
#   total CPU system time (s): 19.3587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02924 second user time and 14.3527 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 18:37:04
IDJOB=4520758
IDBENCH=178124
IDSOLVER=3355
FILE ID=nodeC013/4520758-1751560624
RUNJOBID= nodeC013-1751556371-86521
SLURM_JOB_ID= 9598750
Free space on /tmp= 432644 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_290.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520758-1751560624/watcher-4520758-1751560624 -o /tmp/evaluation-result-4520758-1751560624/solver-4520758-1751560624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751556371-86521 --watchdog 3760  run-opt-ls.sh HOME/instance-4520758-1751560624.opb

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

MD5SUM BENCH= ae0481323a61a83bdee40ab7f1cf5730
RANDOM SEED=100608948

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

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129537024 kB
MemAvailable:   129633396 kB
Buffers:            1668 kB
Cached:           890580 kB
SwapCached:         1992 kB
Active:           433776 kB
Inactive:         526312 kB
Active(anon):      61492 kB
Inactive(anon):    17632 kB
Active(file):     372284 kB
Inactive(file):   508680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7344 kB
Writeback:            24 kB
AnonPages:         68908 kB
Mapped:            99580 kB
Shmem:             11284 kB
KReclaimable:     108896 kB
Slab:             198424 kB
SReclaimable:     108896 kB
SUnreclaim:        89528 kB
KernelStack:        4000 kB
PageTables:         2576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     313476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432636 MiB
End job on nodeC013 at 2025-07-03 19:37:12