Trace number 4488542

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)1032 3600.12 3610.11

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_21.opb.PB06.opb
MD5SUM3cf724146d283b6491b934147ab5b23d
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 benchmark1030
Best CPU time to get the best result obtained on this benchmark37185.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1959
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1959
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 1959
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1959
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.03	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.03	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.03	c │      (c) 2025 Markus Anders                                    │
0.00/0.03	c └────────────────────────────────────────────────────────────────┘
0.00/0.03	c parse 'HOME/instance-4488542-1751330826.opb'
0.00/0.03	c 	read 0.11MB  (1.88ms)
0.00/0.03	c	 [cnf: #variables 1959 #clauses 4000 #duplicates 1 #arr 9957]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 12] (2.26ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 found row 3x2, generating row predicate
0.00/0.03	c 	 (0.45ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 9877 #edges 27750]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 3.20*10^1 #generators 5] (1.64ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	(0.01ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c add generic predicates (break_depth=20)
0.00/0.03	c 	added predicates for 5 generators (0.00ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 7 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4488542-1751330826.opb.pre'
0.00/0.03	c 	wrote 0.12MB (0.33ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   2.26ms 33.27% approx_orbits
0.00/0.03	c                   1.88ms 27.68% parse
0.00/0.03	c                   1.64ms 24.21% detect_generic
0.00/0.03	c                   0.45ms  6.58% detect_special
0.00/0.03	c                   0.33ms  4.83% output
0.00/0.03	c                   0.17ms  2.46% other
0.00/0.03	c                   0.05ms  0.81% finalize_order
0.00/0.03	c                   0.01ms  0.10% optimize_gens
0.00/0.03	c                   0.00ms  0.07% break_generic
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                   6.79ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.07	c RoundingSat 2
0.00/0.07	c branch pb25
0.00/0.07	c commit 63f22ad
0.00/0.08	c #variables 1959 #constraints 4006
0.00/0.08	c objective is ce32 
0.02/0.11	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.02/0.11	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.02/0.11	c bounds 1114 >= 0 @ 0.035499
0.02/0.15	c bounds 1113 >= 0 @ 0.07037
0.02/0.15	c bounds 1113 >= 1 @ 0.07037
0.02/0.15	c bounds 1113 >= 2 @ 0.07037
0.02/0.15	c bounds 1113 >= 3 @ 0.070494
0.02/0.15	c bounds 1113 >= 4 @ 0.0707
0.02/0.15	c bounds 1113 >= 5 @ 0.070887
0.02/0.15	c bounds 1113 >= 6 @ 0.071065
0.02/0.15	c bounds 1113 >= 7 @ 0.071245
0.02/0.15	c bounds 1113 >= 8 @ 0.071307
0.02/0.15	c bounds 1113 >= 9 @ 0.071307
0.02/0.15	c bounds 1113 >= 10 @ 0.071307
0.02/0.15	c bounds 1113 >= 11 @ 0.071307
0.02/0.15	c bounds 1113 >= 12 @ 0.07135
0.02/0.15	c bounds 1113 >= 13 @ 0.071562
0.02/0.15	c bounds 1113 >= 14 @ 0.071778
0.02/0.15	c bounds 1113 >= 15 @ 0.071986
0.02/0.15	c bounds 1113 >= 16 @ 0.072169
0.02/0.15	c bounds 1113 >= 17 @ 0.072371
0.02/0.15	c bounds 1113 >= 18 @ 0.072584
0.02/0.15	c bounds 1113 >= 19 @ 0.072795
0.02/0.15	c bounds 1113 >= 20 @ 0.073006
0.02/0.15	c bounds 1113 >= 21 @ 0.073216
0.02/0.15	c bounds 1113 >= 22 @ 0.073423
0.02/0.15	c bounds 1113 >= 23 @ 0.073634
0.02/0.15	c bounds 1113 >= 24 @ 0.073846
0.02/0.15	c bounds 1113 >= 25 @ 0.07406
0.02/0.15	c bounds 1113 >= 26 @ 0.074271
0.02/0.16	c bounds 1113 >= 27 @ 0.074484
0.02/0.16	c bounds 1113 >= 28 @ 0.074696
0.02/0.16	c bounds 1113 >= 29 @ 0.074909
0.02/0.16	c bounds 1113 >= 30 @ 0.075125
0.02/0.16	c bounds 1113 >= 31 @ 0.07534
0.02/0.16	c bounds 1113 >= 32 @ 0.075548
0.02/0.16	c bounds 1113 >= 33 @ 0.075756
0.02/0.16	c bounds 1113 >= 34 @ 0.075963
0.02/0.16	c bounds 1113 >= 35 @ 0.076172
0.02/0.16	c bounds 1113 >= 36 @ 0.076382
0.02/0.16	c bounds 1113 >= 37 @ 0.076591
0.02/0.16	c bounds 1113 >= 38 @ 0.076797
0.02/0.16	c bounds 1113 >= 39 @ 0.077002
0.02/0.16	c bounds 1113 >= 40 @ 0.077207
0.02/0.16	c bounds 1113 >= 41 @ 0.077413
0.02/0.16	c bounds 1113 >= 42 @ 0.077617
0.02/0.16	c bounds 1113 >= 43 @ 0.077826
0.02/0.16	c bounds 1113 >= 44 @ 0.078039
0.02/0.16	c bounds 1113 >= 45 @ 0.078251
0.02/0.16	c bounds 1113 >= 46 @ 0.078464
0.02/0.16	c bounds 1113 >= 47 @ 0.078678
0.02/0.16	c bounds 1113 >= 48 @ 0.078891
0.02/0.16	c bounds 1113 >= 49 @ 0.079103
0.02/0.16	c bounds 1113 >= 50 @ 0.079316
0.02/0.16	c bounds 1113 >= 51 @ 0.079531
0.02/0.16	c bounds 1113 >= 52 @ 0.079745
0.02/0.16	c bounds 1113 >= 53 @ 0.079959
0.02/0.16	c bounds 1113 >= 54 @ 0.08017
0.02/0.16	c bounds 1113 >= 55 @ 0.080384
0.02/0.16	c bounds 1113 >= 56 @ 0.080596
0.02/0.16	c bounds 1113 >= 57 @ 0.08081
0.02/0.16	c bounds 1113 >= 58 @ 0.081022
0.02/0.16	c bounds 1113 >= 59 @ 0.081234
0.02/0.16	c bounds 1113 >= 60 @ 0.081447
0.02/0.16	c bounds 1113 >= 61 @ 0.08166
0.02/0.16	c bounds 1113 >= 62 @ 0.081872
0.02/0.16	c bounds 1113 >= 63 @ 0.082087
0.02/0.16	c bounds 1113 >= 64 @ 0.082298
0.02/0.16	c bounds 1113 >= 65 @ 0.082512
0.02/0.16	c bounds 1113 >= 66 @ 0.082724
0.02/0.16	c bounds 1113 >= 67 @ 0.082937
0.02/0.16	c bounds 1113 >= 68 @ 0.083151
0.02/0.16	c bounds 1113 >= 69 @ 0.083367
0.02/0.16	c bounds 1113 >= 70 @ 0.083581
0.02/0.16	c bounds 1113 >= 71 @ 0.083793
0.02/0.16	c bounds 1113 >= 72 @ 0.084006
0.02/0.16	c bounds 1113 >= 73 @ 0.08422
0.02/0.17	c bounds 1113 >= 74 @ 0.084433
0.02/0.17	c bounds 1113 >= 75 @ 0.084647
0.02/0.17	c bounds 1113 >= 76 @ 0.084858
0.02/0.17	c bounds 1113 >= 77 @ 0.085072
0.02/0.17	c bounds 1113 >= 78 @ 0.085259
0.02/0.17	c bounds 1113 >= 79 @ 0.085259
0.02/0.17	c bounds 1113 >= 80 @ 0.085259
0.02/0.17	c bounds 1113 >= 81 @ 0.085259
0.02/0.17	c bounds 1113 >= 82 @ 0.085259
0.02/0.17	c bounds 1113 >= 83 @ 0.085385
0.02/0.17	c bounds 1113 >= 84 @ 0.085592
0.02/0.17	c bounds 1113 >= 85 @ 0.0858
0.02/0.17	c bounds 1113 >= 86 @ 0.086006
0.02/0.17	c bounds 1113 >= 87 @ 0.086202
0.02/0.17	c bounds 1113 >= 88 @ 0.086542
0.02/0.17	c bounds 1113 >= 89 @ 0.087111
0.02/0.17	c bounds 1113 >= 90 @ 0.087365
0.02/0.17	c bounds 1113 >= 91 @ 0.087572
0.02/0.17	c bounds 1113 >= 92 @ 0.087777
0.02/0.17	c bounds 1113 >= 93 @ 0.087984
0.02/0.17	c bounds 1113 >= 94 @ 0.08819
0.02/0.17	c bounds 1113 >= 95 @ 0.088271
0.02/0.17	c bounds 1113 >= 96 @ 0.088271
0.02/0.17	c bounds 1113 >= 97 @ 0.088271
0.02/0.17	c bounds 1113 >= 98 @ 0.088271
0.02/0.17	c bounds 1113 >= 99 @ 0.088271
0.02/0.17	c bounds 1113 >= 100 @ 0.088478
0.02/0.17	c bounds 1113 >= 101 @ 0.088684
0.02/0.17	c bounds 1113 >= 102 @ 0.088887
0.02/0.17	c bounds 1113 >= 103 @ 0.089063
0.02/0.17	c bounds 1113 >= 104 @ 0.08924
0.02/0.17	c bounds 1113 >= 105 @ 0.089446
0.02/0.17	c bounds 1113 >= 106 @ 0.089651
0.02/0.17	c bounds 1113 >= 107 @ 0.089857
0.02/0.17	c bounds 1113 >= 108 @ 0.090067
0.02/0.17	c bounds 1113 >= 109 @ 0.090278
0.02/0.17	c bounds 1113 >= 110 @ 0.090487
0.02/0.17	c bounds 1113 >= 111 @ 0.090699
0.02/0.17	c bounds 1113 >= 112 @ 0.090912
0.02/0.17	c bounds 1113 >= 113 @ 0.09112
0.02/0.17	c bounds 1113 >= 114 @ 0.091329
0.02/0.17	c bounds 1113 >= 115 @ 0.091537
0.02/0.17	c bounds 1113 >= 116 @ 0.091761
0.02/0.17	c bounds 1113 >= 117 @ 0.091969
0.02/0.17	c bounds 1113 >= 118 @ 0.092177
0.02/0.18	c bounds 1113 >= 119 @ 0.092386
0.02/0.18	c bounds 1113 >= 120 @ 0.092595
0.02/0.18	c bounds 1113 >= 121 @ 0.092804
0.02/0.18	c bounds 1113 >= 122 @ 0.093013
0.02/0.18	c bounds 1113 >= 123 @ 0.093219
0.02/0.18	c bounds 1113 >= 124 @ 0.093428
0.02/0.18	c bounds 1113 >= 125 @ 0.093637
0.02/0.18	c bounds 1113 >= 126 @ 0.093848
0.02/0.18	c bounds 1113 >= 127 @ 0.094057
0.02/0.18	c bounds 1113 >= 128 @ 0.094273
0.02/0.18	c bounds 1113 >= 129 @ 0.094487
0.02/0.18	c bounds 1113 >= 130 @ 0.094699
0.02/0.18	c bounds 1113 >= 131 @ 0.09491
0.02/0.18	c bounds 1113 >= 132 @ 0.095118
0.02/0.18	c bounds 1113 >= 133 @ 0.095331
0.02/0.18	c bounds 1113 >= 134 @ 0.095542
0.02/0.18	c bounds 1113 >= 135 @ 0.09575
0.02/0.18	c bounds 1113 >= 136 @ 0.095961
0.02/0.18	c bounds 1113 >= 137 @ 0.096172
0.02/0.18	c bounds 1113 >= 138 @ 0.096383
0.02/0.18	c bounds 1113 >= 139 @ 0.096595
0.02/0.18	c bounds 1113 >= 140 @ 0.096807
0.02/0.18	c bounds 1113 >= 141 @ 0.097018
0.02/0.18	c bounds 1113 >= 142 @ 0.097228
0.02/0.18	c bounds 1113 >= 143 @ 0.097439
0.02/0.18	c bounds 1113 >= 144 @ 0.097647
0.02/0.18	c bounds 1113 >= 145 @ 0.097856
0.02/0.18	c bounds 1113 >= 146 @ 0.098067
0.02/0.18	c bounds 1113 >= 147 @ 0.09824
0.02/0.18	c bounds 1113 >= 148 @ 0.09824
0.02/0.18	c bounds 1113 >= 149 @ 0.09824
0.02/0.18	c bounds 1113 >= 150 @ 0.09824
0.02/0.18	c bounds 1113 >= 151 @ 0.09824
0.02/0.18	c bounds 1113 >= 152 @ 0.098368
0.02/0.18	c bounds 1113 >= 153 @ 0.098577
0.02/0.18	c bounds 1113 >= 154 @ 0.098786
0.02/0.18	c bounds 1113 >= 155 @ 0.098997
0.02/0.18	c bounds 1113 >= 156 @ 0.099201
0.02/0.18	c bounds 1113 >= 157 @ 0.09941
0.02/0.18	c bounds 1113 >= 158 @ 0.09962
0.02/0.18	c bounds 1113 >= 159 @ 0.099833
0.02/0.18	c bounds 1113 >= 160 @ 0.100046
0.02/0.18	c bounds 1113 >= 161 @ 0.100259
0.02/0.18	c bounds 1113 >= 162 @ 0.100471
0.02/0.18	c bounds 1113 >= 163 @ 0.100676
0.02/0.18	c bounds 1113 >= 164 @ 0.100882
0.02/0.18	c bounds 1113 >= 165 @ 0.101091
0.02/0.18	c bounds 1113 >= 166 @ 0.101304
0.02/0.19	c bounds 1113 >= 167 @ 0.101519
0.02/0.19	c bounds 1113 >= 168 @ 0.101726
0.02/0.19	c bounds 1113 >= 169 @ 0.10194
0.02/0.19	c bounds 1113 >= 170 @ 0.102151
0.02/0.19	c bounds 1113 >= 171 @ 0.102357
0.02/0.19	c bounds 1113 >= 172 @ 0.10257
0.02/0.19	c bounds 1113 >= 173 @ 0.10278
0.02/0.19	c bounds 1113 >= 174 @ 0.10299
0.02/0.19	c bounds 1113 >= 175 @ 0.103194
0.02/0.19	c bounds 1113 >= 176 @ 0.103401
0.02/0.19	c bounds 1113 >= 177 @ 0.103607
0.02/0.19	c bounds 1113 >= 178 @ 0.103815
0.02/0.19	c bounds 1113 >= 179 @ 0.104026
0.02/0.19	c bounds 1113 >= 180 @ 0.104241
0.02/0.19	c bounds 1113 >= 181 @ 0.104448
0.02/0.19	c bounds 1113 >= 182 @ 0.104659
0.02/0.19	c bounds 1113 >= 183 @ 0.104868
0.02/0.19	c bounds 1113 >= 184 @ 0.105076
0.02/0.19	c bounds 1113 >= 185 @ 0.105282
0.02/0.19	c bounds 1113 >= 186 @ 0.105495
0.02/0.19	c bounds 1113 >= 187 @ 0.105705
0.02/0.19	c bounds 1113 >= 188 @ 0.105912
0.02/0.19	c bounds 1113 >= 189 @ 0.106121
0.02/0.19	c bounds 1113 >= 190 @ 0.106332
0.02/0.19	c bounds 1113 >= 191 @ 0.106535
0.02/0.19	c bounds 1113 >= 192 @ 0.106744
0.02/0.19	c bounds 1113 >= 193 @ 0.106952
0.02/0.19	c bounds 1113 >= 194 @ 0.10716
0.02/0.19	c bounds 1113 >= 195 @ 0.10723
0.02/0.19	c bounds 1113 >= 196 @ 0.10723
0.02/0.19	c bounds 1113 >= 197 @ 0.10723
0.02/0.19	c bounds 1113 >= 198 @ 0.10723
0.02/0.19	c bounds 1113 >= 199 @ 0.10723
0.02/0.19	c bounds 1113 >= 200 @ 0.107439
0.02/0.19	c bounds 1113 >= 201 @ 0.107649
0.02/0.19	c bounds 1113 >= 202 @ 0.107853
0.02/0.19	c bounds 1113 >= 203 @ 0.108051
0.02/0.19	c bounds 1113 >= 204 @ 0.108233
0.02/0.19	c bounds 1113 >= 205 @ 0.108441
0.02/0.19	c bounds 1113 >= 206 @ 0.10865
0.02/0.19	c bounds 1113 >= 207 @ 0.10886
0.02/0.19	c bounds 1113 >= 208 @ 0.109068
0.02/0.19	c bounds 1113 >= 209 @ 0.109279
0.02/0.19	c bounds 1113 >= 210 @ 0.109489
0.02/0.19	c bounds 1113 >= 211 @ 0.109697
0.02/0.19	c bounds 1113 >= 212 @ 0.109901
0.02/0.19	c bounds 1113 >= 213 @ 0.110121
0.02/0.20	c bounds 1113 >= 214 @ 0.110332
0.02/0.20	c bounds 1113 >= 215 @ 0.110543
0.02/0.20	c bounds 1113 >= 216 @ 0.110753
0.02/0.20	c bounds 1113 >= 217 @ 0.110963
0.02/0.20	c bounds 1113 >= 218 @ 0.111174
0.02/0.20	c bounds 1113 >= 219 @ 0.111384
0.02/0.20	c bounds 1113 >= 220 @ 0.111593
0.02/0.20	c bounds 1113 >= 221 @ 0.111801
0.02/0.20	c bounds 1113 >= 222 @ 0.112009
0.02/0.20	c bounds 1113 >= 223 @ 0.112217
0.02/0.20	c bounds 1113 >= 224 @ 0.112217
0.02/0.20	c bounds 1113 >= 225 @ 0.112217
0.02/0.20	c bounds 1113 >= 226 @ 0.112217
0.02/0.20	c bounds 1113 >= 227 @ 0.112217
0.02/0.20	c bounds 1113 >= 228 @ 0.11226
0.02/0.20	c bounds 1113 >= 229 @ 0.112467
0.02/0.20	c bounds 1113 >= 230 @ 0.112673
0.02/0.20	c bounds 1113 >= 231 @ 0.112885
0.02/0.20	c bounds 1113 >= 232 @ 0.113091
0.02/0.20	c bounds 1113 >= 233 @ 0.1133
0.02/0.20	c bounds 1113 >= 234 @ 0.113507
0.02/0.20	c bounds 1113 >= 235 @ 0.113718
0.02/0.20	c bounds 1113 >= 236 @ 0.11393
0.02/0.20	c bounds 1113 >= 237 @ 0.114142
0.02/0.20	c bounds 1113 >= 238 @ 0.114349
0.02/0.20	c bounds 1113 >= 239 @ 0.114566
0.02/0.20	c bounds 1113 >= 240 @ 0.114779
0.02/0.20	c bounds 1113 >= 241 @ 0.114987
0.02/0.20	c bounds 1113 >= 242 @ 0.115203
0.02/0.20	c bounds 1113 >= 243 @ 0.115429
0.02/0.20	c bounds 1113 >= 244 @ 0.115651
0.02/0.20	c bounds 1113 >= 245 @ 0.115872
0.02/0.20	c bounds 1113 >= 246 @ 0.11609
0.02/0.20	c bounds 1113 >= 247 @ 0.116305
0.02/0.20	c bounds 1113 >= 248 @ 0.11652
0.02/0.20	c bounds 1113 >= 249 @ 0.116744
0.02/0.20	c bounds 1113 >= 250 @ 0.116957
0.02/0.20	c bounds 1113 >= 251 @ 0.117176
0.02/0.20	c bounds 1113 >= 252 @ 0.117393
0.02/0.20	c bounds 1113 >= 253 @ 0.117605
0.02/0.20	c bounds 1113 >= 254 @ 0.117819
0.02/0.20	c bounds 1113 >= 255 @ 0.118041
0.02/0.20	c bounds 1113 >= 256 @ 0.118258
0.02/0.20	c bounds 1113 >= 257 @ 0.118479
0.02/0.20	c bounds 1113 >= 258 @ 0.118702
0.02/0.20	c bounds 1113 >= 259 @ 0.118915
0.02/0.21	c bounds 1113 >= 260 @ 0.119129
0.02/0.21	c bounds 1113 >= 261 @ 0.119343
0.02/0.21	c bounds 1113 >= 262 @ 0.11956
0.13/0.21	c bounds 1113 >= 263 @ 0.119648
0.13/0.21	c bounds 1113 >= 264 @ 0.119648
0.13/0.21	c bounds 1113 >= 265 @ 0.119674
0.13/0.21	c bounds 1113 >= 266 @ 0.119858
0.13/0.21	c bounds 1113 >= 267 @ 0.120049
0.13/0.21	c bounds 1113 >= 268 @ 0.120262
0.13/0.21	c bounds 1113 >= 269 @ 0.120477
0.13/0.21	c bounds 1113 >= 270 @ 0.120699
0.13/0.21	c bounds 1113 >= 271 @ 0.120914
0.13/0.21	c bounds 1113 >= 272 @ 0.121127
0.13/0.21	c bounds 1113 >= 273 @ 0.12134
0.13/0.21	c bounds 1113 >= 274 @ 0.121552
0.13/0.21	c bounds 1112 >= 274 @ 0.122005
0.13/0.21	c bounds 1112 >= 275 @ 0.122005
0.13/0.21	c bounds 1112 >= 276 @ 0.122048
0.13/0.21	c bounds 1112 >= 277 @ 0.122257
0.13/0.21	c bounds 1112 >= 278 @ 0.122467
0.13/0.21	c bounds 1112 >= 279 @ 0.122674
0.13/0.21	c bounds 1112 >= 280 @ 0.12287
0.13/0.21	c bounds 1112 >= 281 @ 0.123072
0.13/0.21	c bounds 1112 >= 282 @ 0.123286
0.13/0.21	c bounds 1112 >= 283 @ 0.123494
0.13/0.21	c bounds 1112 >= 284 @ 0.123706
0.13/0.21	c bounds 1112 >= 285 @ 0.123914
0.13/0.21	c bounds 1112 >= 286 @ 0.123982
0.13/0.21	c bounds 1112 >= 287 @ 0.123982
0.13/0.21	c bounds 1112 >= 288 @ 0.123982
0.13/0.21	c bounds 1112 >= 289 @ 0.123982
0.13/0.21	c bounds 1112 >= 290 @ 0.123982
0.13/0.21	c bounds 1112 >= 291 @ 0.124211
0.13/0.21	c bounds 1112 >= 292 @ 0.124424
0.13/0.21	c bounds 1112 >= 293 @ 0.124632
0.13/0.21	c bounds 1112 >= 294 @ 0.124844
0.13/0.21	c bounds 1112 >= 295 @ 0.125045
0.13/0.22	c bounds 1112 >= 296 @ 0.125255
0.13/0.22	c bounds 1112 >= 297 @ 0.125465
0.13/0.22	c bounds 1112 >= 298 @ 0.125677
0.13/0.22	c bounds 1112 >= 299 @ 0.125889
0.13/0.22	c bounds 1112 >= 300 @ 0.126095
0.13/0.22	c bounds 1112 >= 301 @ 0.126302
0.13/0.22	c bounds 1112 >= 302 @ 0.126509
0.13/0.22	c bounds 1112 >= 303 @ 0.126721
0.13/0.22	c bounds 1112 >= 304 @ 0.126927
0.13/0.22	c bounds 1112 >= 305 @ 0.127141
0.13/0.22	c bounds 1112 >= 306 @ 0.127366
0.13/0.22	c bounds 1112 >= 307 @ 0.12758
0.13/0.22	c bounds 1112 >= 308 @ 0.127793
0.13/0.22	c bounds 1112 >= 309 @ 0.128008
0.13/0.22	c bounds 1112 >= 310 @ 0.128221
0.13/0.22	c bounds 1112 >= 311 @ 0.128432
0.13/0.22	c bounds 1112 >= 312 @ 0.128638
0.13/0.22	c bounds 1112 >= 313 @ 0.128855
0.13/0.22	c bounds 1112 >= 314 @ 0.129074
0.13/0.22	c bounds 1112 >= 315 @ 0.129287
0.13/0.22	c bounds 1112 >= 316 @ 0.129496
0.13/0.22	c bounds 1112 >= 317 @ 0.12971
0.13/0.22	c bounds 1112 >= 318 @ 0.129918
0.13/0.22	c bounds 1112 >= 319 @ 0.130133
0.13/0.22	c bounds 1112 >= 320 @ 0.130353
0.13/0.22	c bounds 1112 >= 321 @ 0.130569
0.13/0.22	c bounds 1112 >= 322 @ 0.130778
0.13/0.22	c bounds 1112 >= 323 @ 0.13099
0.13/0.22	c bounds 1112 >= 324 @ 0.131213
0.13/0.22	c bounds 1112 >= 325 @ 0.131432
0.13/0.22	c bounds 1112 >= 326 @ 0.131645
0.13/0.22	c bounds 1112 >= 327 @ 0.131865
0.13/0.22	c bounds 1112 >= 328 @ 0.131942
0.13/0.22	c bounds 1112 >= 329 @ 0.131942
0.13/0.22	c bounds 1112 >= 330 @ 0.131942
0.13/0.22	c bounds 1112 >= 331 @ 0.131942
0.13/0.22	c bounds 1112 >= 332 @ 0.131984
0.13/0.22	c bounds 1112 >= 333 @ 0.132201
0.13/0.22	c bounds 1112 >= 334 @ 0.132412
0.13/0.22	c bounds 1112 >= 335 @ 0.132635
0.13/0.22	c bounds 1112 >= 336 @ 0.132838
0.13/0.22	c bounds 1112 >= 337 @ 0.133044
0.13/0.22	c bounds 1112 >= 338 @ 0.133261
0.13/0.22	c bounds 1112 >= 339 @ 0.133477
0.13/0.22	c bounds 1112 >= 340 @ 0.133689
0.13/0.22	c bounds 1112 >= 341 @ 0.133912
0.13/0.23	c bounds 1112 >= 342 @ 0.134134
0.13/0.23	c bounds 1112 >= 343 @ 0.13435
0.13/0.23	c bounds 1112 >= 344 @ 0.134568
0.13/0.23	c bounds 1112 >= 345 @ 0.134785
0.13/0.23	c bounds 1112 >= 346 @ 0.134999
0.13/0.23	c bounds 1112 >= 347 @ 0.135221
0.13/0.23	c bounds 1112 >= 348 @ 0.135439
0.13/0.23	c bounds 1112 >= 349 @ 0.135654
0.13/0.23	c bounds 1112 >= 350 @ 0.135866
0.13/0.23	c bounds 1112 >= 351 @ 0.135937
0.13/0.23	c bounds 1112 >= 352 @ 0.135937
0.13/0.23	c bounds 1112 >= 353 @ 0.135937
0.13/0.23	c bounds 1112 >= 354 @ 0.135937
0.13/0.23	c bounds 1112 >= 355 @ 0.13598
0.13/0.23	c bounds 1112 >= 356 @ 0.136193
0.13/0.23	c bounds 1112 >= 357 @ 0.136403
0.13/0.23	c bounds 1112 >= 358 @ 0.136615
0.13/0.23	c bounds 1112 >= 359 @ 0.1368
0.13/0.23	c bounds 1112 >= 360 @ 0.137004
0.13/0.23	c bounds 1112 >= 361 @ 0.137219
0.13/0.23	c bounds 1112 >= 362 @ 0.137438
0.13/0.23	c bounds 1112 >= 363 @ 0.13766
0.13/0.23	c bounds 1112 >= 364 @ 0.137878
0.13/0.23	c bounds 1112 >= 365 @ 0.138102
0.13/0.23	c bounds 1112 >= 366 @ 0.138319
0.13/0.23	c bounds 1112 >= 367 @ 0.138537
0.13/0.23	c bounds 1112 >= 368 @ 0.138783
0.13/0.23	c bounds 1112 >= 369 @ 0.139006
0.13/0.23	c bounds 1112 >= 370 @ 0.139224
0.13/0.23	c bounds 1112 >= 371 @ 0.13944
0.13/0.23	c bounds 1112 >= 372 @ 0.139656
0.13/0.23	c bounds 1112 >= 373 @ 0.139873
0.13/0.23	c bounds 1112 >= 374 @ 0.140089
0.13/0.23	c bounds 1112 >= 375 @ 0.140305
0.13/0.23	c bounds 1112 >= 376 @ 0.140525
0.13/0.23	c bounds 1112 >= 377 @ 0.14074
0.13/0.23	c bounds 1112 >= 378 @ 0.140953
0.13/0.23	c bounds 1112 >= 379 @ 0.141172
0.13/0.23	c bounds 1112 >= 380 @ 0.141386
0.13/0.23	c bounds 1112 >= 381 @ 0.141598
0.13/0.23	c bounds 1112 >= 382 @ 0.141811
0.13/0.23	c bounds 1112 >= 383 @ 0.142025
0.13/0.23	c bounds 1112 >= 384 @ 0.142235
0.13/0.23	c bounds 1112 >= 385 @ 0.142451
0.13/0.23	c bounds 1112 >= 386 @ 0.142666
0.13/0.23	c bounds 1112 >= 387 @ 0.142877
0.13/0.24	c bounds 1112 >= 388 @ 0.143095
0.13/0.24	c bounds 1111 >= 388 @ 0.144066
0.13/0.24	c bounds 1111 >= 389 @ 0.144285
0.13/0.24	c bounds 1111 >= 390 @ 0.1445
0.13/0.24	c bounds 1111 >= 391 @ 0.144712
0.13/0.24	c bounds 1111 >= 392 @ 0.144906
0.13/0.24	c bounds 1111 >= 393 @ 0.145122
0.13/0.24	c bounds 1111 >= 394 @ 0.145337
0.13/0.24	c bounds 1111 >= 395 @ 0.145545
0.13/0.24	c bounds 1111 >= 396 @ 0.145756
0.13/0.24	c bounds 1111 >= 397 @ 0.145973
0.13/0.24	c bounds 1111 >= 398 @ 0.146187
0.13/0.24	c bounds 1111 >= 399 @ 0.1464
0.13/0.24	c bounds 1111 >= 400 @ 0.146609
0.13/0.24	c bounds 1111 >= 401 @ 0.146825
0.13/0.24	c bounds 1111 >= 402 @ 0.147043
0.13/0.24	c bounds 1111 >= 403 @ 0.147263
0.13/0.24	c bounds 1111 >= 404 @ 0.147476
0.13/0.24	c bounds 1111 >= 405 @ 0.147689
0.13/0.24	c bounds 1111 >= 406 @ 0.147908
0.13/0.24	c bounds 1111 >= 407 @ 0.148122
0.13/0.24	c bounds 1111 >= 408 @ 0.148338
0.13/0.24	c bounds 1111 >= 409 @ 0.14856
0.13/0.24	c bounds 1111 >= 410 @ 0.148786
0.13/0.24	c bounds 1111 >= 411 @ 0.149008
0.13/0.24	c bounds 1111 >= 412 @ 0.149229
0.13/0.24	c bounds 1111 >= 413 @ 0.149447
0.13/0.24	c bounds 1111 >= 414 @ 0.149662
0.13/0.24	c bounds 1111 >= 415 @ 0.149879
0.13/0.24	c bounds 1111 >= 416 @ 0.150097
0.13/0.24	c bounds 1111 >= 417 @ 0.150318
0.13/0.24	c bounds 1111 >= 418 @ 0.150539
0.13/0.24	c bounds 1111 >= 419 @ 0.150765
0.13/0.24	c bounds 1111 >= 420 @ 0.150987
0.13/0.24	c bounds 1111 >= 421 @ 0.151203
0.13/0.24	c bounds 1111 >= 422 @ 0.151427
0.13/0.24	c bounds 1111 >= 423 @ 0.151646
0.13/0.24	c bounds 1111 >= 424 @ 0.151862
0.13/0.25	c bounds 1111 >= 425 @ 0.152079
0.13/0.25	c bounds 1111 >= 426 @ 0.152301
0.13/0.25	c bounds 1111 >= 427 @ 0.152519
0.13/0.25	c bounds 1111 >= 428 @ 0.152734
0.13/0.25	c bounds 1111 >= 429 @ 0.152957
0.13/0.25	c bounds 1111 >= 430 @ 0.153171
0.13/0.25	c bounds 1111 >= 431 @ 0.153384
0.13/0.25	c bounds 1111 >= 432 @ 0.153598
0.13/0.25	c bounds 1111 >= 433 @ 0.153812
0.13/0.25	c bounds 1111 >= 434 @ 0.153869
0.13/0.25	c bounds 1111 >= 435 @ 0.153869
0.13/0.25	c bounds 1111 >= 436 @ 0.153869
0.13/0.25	c bounds 1111 >= 437 @ 0.153869
0.13/0.25	c bounds 1111 >= 438 @ 0.154005
0.13/0.25	c bounds 1111 >= 439 @ 0.154228
0.13/0.25	c bounds 1111 >= 440 @ 0.154442
0.13/0.25	c bounds 1111 >= 441 @ 0.154624
0.13/0.25	c bounds 1111 >= 442 @ 0.154811
0.13/0.25	c bounds 1111 >= 443 @ 0.155015
0.13/0.25	c bounds 1111 >= 444 @ 0.155228
0.13/0.25	c bounds 1111 >= 445 @ 0.155453
0.13/0.25	c bounds 1111 >= 446 @ 0.155676
0.13/0.25	c bounds 1111 >= 447 @ 0.1559
0.13/0.25	c bounds 1111 >= 448 @ 0.156118
0.13/0.25	c bounds 1111 >= 449 @ 0.156334
0.13/0.25	c bounds 1111 >= 450 @ 0.156557
0.13/0.25	c bounds 1111 >= 451 @ 0.156778
0.13/0.25	c bounds 1111 >= 452 @ 0.156998
0.13/0.25	c bounds 1111 >= 453 @ 0.15723
0.13/0.25	c bounds 1111 >= 454 @ 0.157446
0.13/0.25	c bounds 1111 >= 455 @ 0.157661
0.13/0.25	c bounds 1111 >= 456 @ 0.157878
0.13/0.25	c bounds 1111 >= 457 @ 0.158095
0.13/0.25	c bounds 1111 >= 458 @ 0.158313
0.13/0.25	c bounds 1110 >= 458 @ 0.160616
0.13/0.25	c bounds 1110 >= 459 @ 0.160839
0.13/0.26	c bounds 1110 >= 460 @ 0.160839
0.13/0.26	c bounds 1110 >= 461 @ 0.160839
0.13/0.26	c bounds 1110 >= 462 @ 0.160839
0.13/0.26	c bounds 1110 >= 463 @ 0.160839
0.13/0.26	c bounds 1110 >= 464 @ 0.160971
0.13/0.26	c bounds 1110 >= 465 @ 0.161187
0.13/0.26	c bounds 1110 >= 466 @ 0.161402
0.13/0.26	c bounds 1110 >= 467 @ 0.16161
0.13/0.26	c bounds 1110 >= 468 @ 0.161796
0.13/0.26	c bounds 1110 >= 469 @ 0.162002
0.13/0.26	c bounds 1110 >= 470 @ 0.162214
0.13/0.26	c bounds 1110 >= 471 @ 0.162432
0.13/0.26	c bounds 1110 >= 472 @ 0.162652
0.13/0.26	c bounds 1110 >= 473 @ 0.162871
0.13/0.26	c bounds 1110 >= 474 @ 0.163085
0.13/0.26	c bounds 1110 >= 475 @ 0.163296
0.13/0.26	c bounds 1110 >= 476 @ 0.163518
0.13/0.26	c bounds 1110 >= 477 @ 0.163742
0.13/0.26	c bounds 1110 >= 478 @ 0.163964
0.13/0.26	c bounds 1110 >= 479 @ 0.164181
0.13/0.26	c bounds 1110 >= 480 @ 0.16441
0.13/0.26	c bounds 1110 >= 481 @ 0.164626
0.13/0.26	c bounds 1110 >= 482 @ 0.164838
0.13/0.26	c bounds 1110 >= 483 @ 0.165056
0.13/0.26	c bounds 1110 >= 484 @ 0.165279
0.13/0.26	c bounds 1110 >= 485 @ 0.165496
0.13/0.26	c bounds 1110 >= 486 @ 0.165712
0.13/0.26	c bounds 1110 >= 487 @ 0.165925
0.13/0.26	c bounds 1110 >= 488 @ 0.166137
0.13/0.26	c bounds 1110 >= 489 @ 0.166364
0.13/0.26	c bounds 1110 >= 490 @ 0.166582
0.13/0.26	c bounds 1110 >= 491 @ 0.166796
0.13/0.26	c bounds 1110 >= 492 @ 0.167009
0.13/0.26	c bounds 1110 >= 493 @ 0.167225
0.13/0.26	c bounds 1110 >= 494 @ 0.167448
0.13/0.26	c bounds 1110 >= 495 @ 0.167664
0.13/0.26	c bounds 1110 >= 496 @ 0.167885
0.13/0.26	c bounds 1110 >= 497 @ 0.168103
0.13/0.26	c bounds 1110 >= 498 @ 0.168325
0.13/0.26	c bounds 1110 >= 499 @ 0.168573
0.13/0.26	c bounds 1110 >= 500 @ 0.168787
0.13/0.26	c bounds 1110 >= 501 @ 0.169017
0.13/0.26	c bounds 1110 >= 502 @ 0.169239
0.13/0.26	c bounds 1110 >= 503 @ 0.169456
0.13/0.26	c bounds 1110 >= 504 @ 0.169673
0.13/0.26	c bounds 1110 >= 505 @ 0.169886
0.13/0.27	c bounds 1110 >= 506 @ 0.170107
0.13/0.27	c bounds 1110 >= 507 @ 0.170324
0.13/0.27	c bounds 1110 >= 508 @ 0.170542
0.13/0.27	c bounds 1110 >= 509 @ 0.170758
0.13/0.27	c bounds 1110 >= 510 @ 0.170821
0.13/0.27	c bounds 1110 >= 511 @ 0.170821
0.13/0.27	c bounds 1110 >= 512 @ 0.170821
0.13/0.27	c bounds 1110 >= 513 @ 0.170821
0.13/0.27	c bounds 1110 >= 514 @ 0.170864
0.13/0.27	c bounds 1110 >= 515 @ 0.171083
0.13/0.27	c bounds 1110 >= 516 @ 0.171304
0.13/0.27	c bounds 1110 >= 517 @ 0.17152
0.13/0.27	c bounds 1110 >= 518 @ 0.171733
0.13/0.27	c bounds 1110 >= 519 @ 0.171939
0.13/0.27	c bounds 1110 >= 520 @ 0.17216
0.13/0.27	c bounds 1110 >= 521 @ 0.172386
0.13/0.27	c bounds 1110 >= 522 @ 0.172614
0.13/0.27	c bounds 1110 >= 523 @ 0.172837
0.13/0.27	c bounds 1110 >= 524 @ 0.17306
0.13/0.27	c bounds 1110 >= 525 @ 0.173277
0.13/0.27	c bounds 1110 >= 526 @ 0.173509
0.13/0.27	c bounds 1110 >= 527 @ 0.173732
0.13/0.27	c bounds 1110 >= 528 @ 0.174026
0.13/0.27	c bounds 1110 >= 529 @ 0.174254
0.13/0.27	c bounds 1110 >= 530 @ 0.174484
0.13/0.27	c bounds 1110 >= 531 @ 0.174704
0.13/0.27	c bounds 1110 >= 532 @ 0.174929
0.13/0.27	c bounds 1110 >= 533 @ 0.175154
0.13/0.27	c bounds 1110 >= 534 @ 0.175381
0.13/0.27	c bounds 1110 >= 535 @ 0.175604
0.13/0.27	c bounds 1110 >= 536 @ 0.175824
0.13/0.27	c bounds 1110 >= 537 @ 0.176042
0.13/0.28	c bounds 1109 >= 537 @ 0.179667
0.13/0.28	c bounds 1109 >= 538 @ 0.17991
0.13/0.28	c bounds 1109 >= 539 @ 0.180138
0.13/0.28	c bounds 1109 >= 540 @ 0.180363
0.13/0.28	c bounds 1109 >= 541 @ 0.180585
0.13/0.28	c bounds 1109 >= 542 @ 0.180813
0.13/0.28	c bounds 1109 >= 543 @ 0.181038
0.13/0.28	c bounds 1109 >= 544 @ 0.181261
0.13/0.28	c bounds 1109 >= 545 @ 0.181486
0.13/0.28	c bounds 1109 >= 546 @ 0.181711
0.13/0.28	c bounds 1109 >= 547 @ 0.181933
0.13/0.28	c bounds 1109 >= 548 @ 0.182154
0.13/0.28	c bounds 1109 >= 549 @ 0.182381
0.13/0.28	c bounds 1109 >= 550 @ 0.182612
0.13/0.28	c bounds 1109 >= 551 @ 0.18284
0.13/0.28	c bounds 1109 >= 552 @ 0.183069
0.13/0.28	c bounds 1109 >= 553 @ 0.183293
0.13/0.28	c bounds 1109 >= 554 @ 0.183548
0.13/0.28	c bounds 1109 >= 555 @ 0.183777
0.13/0.28	c bounds 1109 >= 556 @ 0.184004
0.13/0.28	c bounds 1109 >= 557 @ 0.184227
0.13/0.28	c bounds 1109 >= 558 @ 0.184453
0.13/0.28	c bounds 1109 >= 559 @ 0.184676
0.13/0.28	c bounds 1109 >= 560 @ 0.184905
0.13/0.28	c bounds 1109 >= 561 @ 0.185138
0.13/0.28	c bounds 1109 >= 562 @ 0.185363
0.13/0.28	c bounds 1109 >= 563 @ 0.185592
0.13/0.28	c bounds 1109 >= 564 @ 0.185816
0.13/0.28	c bounds 1109 >= 565 @ 0.186046
0.13/0.28	c bounds 1109 >= 566 @ 0.186279
0.13/0.28	c bounds 1109 >= 567 @ 0.186503
0.13/0.28	c bounds 1109 >= 568 @ 0.186736
0.13/0.28	c bounds 1109 >= 569 @ 0.186972
0.13/0.28	c bounds 1109 >= 570 @ 0.187196
0.13/0.28	c bounds 1109 >= 571 @ 0.187427
0.13/0.28	c bounds 1109 >= 572 @ 0.187662
0.13/0.29	c bounds 1109 >= 573 @ 0.187892
0.13/0.29	c bounds 1109 >= 574 @ 0.188119
0.13/0.29	c bounds 1109 >= 575 @ 0.188346
0.13/0.29	c bounds 1109 >= 576 @ 0.188573
0.13/0.29	c bounds 1109 >= 577 @ 0.188801
0.13/0.29	c bounds 1109 >= 578 @ 0.189035
0.13/0.29	c bounds 1109 >= 579 @ 0.189268
0.13/0.29	c bounds 1109 >= 580 @ 0.189497
0.13/0.29	c bounds 1109 >= 581 @ 0.189729
0.13/0.29	c bounds 1109 >= 582 @ 0.189963
0.13/0.29	c bounds 1109 >= 583 @ 0.190191
0.13/0.29	c bounds 1109 >= 584 @ 0.190421
0.13/0.29	c bounds 1109 >= 585 @ 0.190658
0.13/0.29	c bounds 1109 >= 586 @ 0.190893
0.13/0.29	c bounds 1109 >= 587 @ 0.191125
0.13/0.29	c bounds 1109 >= 588 @ 0.191356
0.13/0.29	c bounds 1109 >= 589 @ 0.191587
0.13/0.29	c bounds 1109 >= 590 @ 0.19182
0.13/0.29	c bounds 1109 >= 591 @ 0.192053
0.13/0.29	c bounds 1109 >= 592 @ 0.192293
0.13/0.29	c bounds 1109 >= 593 @ 0.192527
0.13/0.29	c bounds 1109 >= 594 @ 0.192759
0.13/0.29	c bounds 1109 >= 595 @ 0.193002
0.13/0.29	c bounds 1109 >= 596 @ 0.193239
0.13/0.29	c bounds 1109 >= 597 @ 0.193476
0.13/0.29	c bounds 1109 >= 598 @ 0.193709
0.13/0.29	c bounds 1109 >= 599 @ 0.193948
0.13/0.29	c bounds 1109 >= 600 @ 0.194186
0.13/0.29	c bounds 1109 >= 601 @ 0.194433
0.13/0.29	c bounds 1109 >= 602 @ 0.194669
0.13/0.29	c bounds 1109 >= 603 @ 0.194912
0.13/0.29	c bounds 1109 >= 604 @ 0.195148
0.13/0.29	c bounds 1109 >= 605 @ 0.195384
0.13/0.29	c bounds 1109 >= 606 @ 0.195628
0.13/0.29	c bounds 1109 >= 607 @ 0.195868
0.13/0.29	c bounds 1109 >= 608 @ 0.196108
0.13/0.29	c bounds 1109 >= 609 @ 0.19635
0.13/0.29	c bounds 1109 >= 610 @ 0.196595
0.13/0.29	c bounds 1109 >= 611 @ 0.196846
0.13/0.29	c bounds 1109 >= 612 @ 0.197093
0.13/0.29	c bounds 1109 >= 613 @ 0.197343
0.13/0.29	c bounds 1109 >= 614 @ 0.197596
0.13/0.30	c bounds 1109 >= 615 @ 0.197853
0.13/0.30	c bounds 1109 >= 616 @ 0.198101
0.13/0.30	c bounds 1109 >= 617 @ 0.198342
0.13/0.30	c bounds 1109 >= 618 @ 0.198583
0.13/0.30	c bounds 1109 >= 619 @ 0.198834
0.13/0.30	c bounds 1109 >= 620 @ 0.199082
0.13/0.30	c bounds 1109 >= 621 @ 0.199325
0.13/0.30	c bounds 1109 >= 622 @ 0.199566
0.13/0.30	c bounds 1109 >= 623 @ 0.199807
0.13/0.30	c bounds 1109 >= 624 @ 0.200048
0.13/0.30	c bounds 1109 >= 625 @ 0.200286
0.13/0.30	c bounds 1109 >= 626 @ 0.200524
0.13/0.30	c bounds 1109 >= 627 @ 0.20078
0.13/0.30	c bounds 1109 >= 628 @ 0.201039
0.13/0.30	c bounds 1109 >= 629 @ 0.201282
0.13/0.30	c bounds 1109 >= 630 @ 0.201538
0.13/0.30	c bounds 1109 >= 631 @ 0.20181
0.13/0.30	c bounds 1109 >= 632 @ 0.202067
0.13/0.30	c bounds 1109 >= 633 @ 0.202311
0.13/0.30	c bounds 1109 >= 634 @ 0.20255
0.13/0.30	c bounds 1109 >= 635 @ 0.202791
0.13/0.30	c bounds 1109 >= 636 @ 0.203036
0.13/0.30	c bounds 1109 >= 637 @ 0.203283
0.13/0.30	c bounds 1109 >= 638 @ 0.20353
0.13/0.30	c bounds 1109 >= 639 @ 0.203786
0.13/0.30	c bounds 1109 >= 640 @ 0.204035
0.13/0.30	c bounds 1109 >= 641 @ 0.204312
0.13/0.30	c bounds 1109 >= 642 @ 0.204571
0.22/0.31	c bounds 1108 >= 642 @ 0.209756
0.22/0.31	c bounds 1108 >= 643 @ 0.210035
0.22/0.31	c bounds 1108 >= 644 @ 0.210291
0.22/0.31	c bounds 1108 >= 645 @ 0.210544
0.22/0.31	c bounds 1108 >= 646 @ 0.210793
0.22/0.31	c bounds 1108 >= 647 @ 0.211045
0.22/0.31	c bounds 1108 >= 648 @ 0.211302
0.22/0.31	c bounds 1108 >= 649 @ 0.211564
0.22/0.31	c bounds 1108 >= 650 @ 0.211811
0.22/0.31	c bounds 1108 >= 651 @ 0.212056
0.22/0.31	c bounds 1108 >= 652 @ 0.212306
0.22/0.31	c bounds 1108 >= 653 @ 0.212559
0.22/0.31	c bounds 1108 >= 654 @ 0.21281
0.22/0.31	c bounds 1108 >= 655 @ 0.213059
0.22/0.31	c bounds 1108 >= 656 @ 0.213311
0.22/0.31	c bounds 1108 >= 657 @ 0.213563
0.22/0.31	c bounds 1108 >= 658 @ 0.213817
0.22/0.31	c bounds 1108 >= 659 @ 0.214074
0.22/0.31	c bounds 1108 >= 660 @ 0.214327
0.22/0.31	c bounds 1108 >= 661 @ 0.214578
0.22/0.31	c bounds 1108 >= 662 @ 0.214653
0.22/0.31	c bounds 1108 >= 663 @ 0.214653
0.22/0.31	c bounds 1108 >= 664 @ 0.214653
0.22/0.31	c bounds 1108 >= 665 @ 0.214663
0.22/0.31	c bounds 1108 >= 666 @ 0.214939
0.22/0.31	c bounds 1108 >= 667 @ 0.215194
0.22/0.31	c bounds 1108 >= 668 @ 0.215453
0.22/0.31	c bounds 1108 >= 669 @ 0.215705
0.22/0.31	c bounds 1108 >= 670 @ 0.215956
0.22/0.31	c bounds 1108 >= 671 @ 0.216219
0.22/0.31	c bounds 1108 >= 672 @ 0.216479
0.22/0.31	c bounds 1108 >= 673 @ 0.216741
0.22/0.32	c bounds 1108 >= 674 @ 0.217006
0.22/0.32	c bounds 1108 >= 675 @ 0.217269
0.22/0.32	c bounds 1108 >= 676 @ 0.217523
0.22/0.32	c bounds 1108 >= 677 @ 0.217786
0.22/0.32	c bounds 1108 >= 678 @ 0.218046
0.22/0.32	c bounds 1108 >= 679 @ 0.218304
0.22/0.32	c bounds 1108 >= 680 @ 0.21856
0.22/0.32	c bounds 1108 >= 681 @ 0.218813
0.22/0.32	c bounds 1108 >= 682 @ 0.219068
0.22/0.32	c bounds 1108 >= 683 @ 0.219335
0.22/0.32	c bounds 1108 >= 684 @ 0.219599
0.22/0.32	c bounds 1108 >= 685 @ 0.219677
0.22/0.32	c bounds 1108 >= 686 @ 0.219677
0.22/0.32	c bounds 1108 >= 687 @ 0.219677
0.22/0.32	c bounds 1108 >= 688 @ 0.219677
0.22/0.32	c bounds 1108 >= 689 @ 0.219943
0.22/0.32	c bounds 1108 >= 690 @ 0.220243
0.22/0.32	c bounds 1108 >= 691 @ 0.220485
0.22/0.32	c bounds 1108 >= 692 @ 0.220733
0.22/0.32	c bounds 1108 >= 693 @ 0.220996
0.22/0.32	c bounds 1108 >= 694 @ 0.221258
0.22/0.32	c bounds 1108 >= 695 @ 0.221515
0.22/0.32	c bounds 1108 >= 696 @ 0.221779
0.22/0.32	c bounds 1108 >= 697 @ 0.222045
0.22/0.32	c bounds 1108 >= 698 @ 0.222303
0.22/0.32	c bounds 1108 >= 699 @ 0.22256
0.22/0.32	c bounds 1108 >= 700 @ 0.222822
0.22/0.32	c bounds 1108 >= 701 @ 0.22308
0.22/0.32	c bounds 1108 >= 702 @ 0.223347
0.22/0.32	c bounds 1108 >= 703 @ 0.223614
0.22/0.32	c bounds 1108 >= 704 @ 0.22389
0.22/0.32	c bounds 1108 >= 705 @ 0.224169
0.22/0.32	c bounds 1108 >= 706 @ 0.224445
0.22/0.32	c bounds 1108 >= 707 @ 0.224713
0.22/0.32	c bounds 1108 >= 708 @ 0.224984
0.22/0.32	c bounds 1108 >= 709 @ 0.225254
0.22/0.32	c bounds 1108 >= 710 @ 0.225519
0.22/0.33	c bounds 1108 >= 711 @ 0.225789
0.22/0.33	c bounds 1108 >= 712 @ 0.226067
0.22/0.33	c bounds 1108 >= 713 @ 0.226343
0.22/0.33	c bounds 1108 >= 714 @ 0.226618
0.22/0.33	c bounds 1108 >= 715 @ 0.226906
0.22/0.33	c bounds 1108 >= 716 @ 0.227185
0.22/0.33	c bounds 1108 >= 717 @ 0.227464
0.22/0.33	c bounds 1108 >= 718 @ 0.227738
0.22/0.33	c bounds 1108 >= 719 @ 0.228025
0.22/0.33	c bounds 1108 >= 720 @ 0.228305
0.22/0.33	c bounds 1108 >= 721 @ 0.228589
0.22/0.33	c bounds 1108 >= 722 @ 0.228651
0.22/0.33	c bounds 1108 >= 723 @ 0.228651
0.22/0.33	c bounds 1108 >= 724 @ 0.228651
0.22/0.33	c bounds 1108 >= 725 @ 0.228796
0.22/0.33	c bounds 1108 >= 726 @ 0.229083
0.22/0.33	c bounds 1108 >= 727 @ 0.229348
0.22/0.33	c bounds 1108 >= 728 @ 0.229593
0.22/0.33	c bounds 1108 >= 729 @ 0.229649
0.22/0.33	c bounds 1108 >= 730 @ 0.229649
0.22/0.33	c bounds 1107 >= 730 @ 0.232573
0.22/0.34	c bounds 1107 >= 731 @ 0.232632
0.22/0.34	c bounds 1107 >= 732 @ 0.232632
0.22/0.34	c bounds 1107 >= 733 @ 0.232632
0.22/0.34	c bounds 1107 >= 734 @ 0.23278
0.22/0.34	c bounds 1107 >= 735 @ 0.233071
0.22/0.34	c bounds 1107 >= 736 @ 0.233371
0.22/0.34	c bounds 1107 >= 737 @ 0.233639
0.22/0.34	c bounds 1107 >= 738 @ 0.233929
0.22/0.34	c bounds 1107 >= 739 @ 0.234227
0.22/0.34	c bounds 1107 >= 740 @ 0.23451
0.22/0.34	c bounds 1107 >= 741 @ 0.234794
0.22/0.34	c bounds 1107 >= 742 @ 0.235084
0.22/0.34	c bounds 1107 >= 743 @ 0.23538
0.22/0.34	c bounds 1107 >= 744 @ 0.235669
0.22/0.34	c bounds 1107 >= 745 @ 0.235961
0.22/0.34	c bounds 1107 >= 746 @ 0.236257
0.22/0.34	c bounds 1107 >= 747 @ 0.236543
0.22/0.34	c bounds 1107 >= 748 @ 0.236615
0.22/0.34	c bounds 1107 >= 749 @ 0.236615
0.22/0.34	c bounds 1107 >= 750 @ 0.236615
0.22/0.34	c bounds 1107 >= 751 @ 0.23676
0.22/0.34	c bounds 1107 >= 752 @ 0.237058
0.22/0.34	c bounds 1107 >= 753 @ 0.237356
0.22/0.34	c bounds 1107 >= 754 @ 0.237634
0.22/0.34	c bounds 1107 >= 755 @ 0.237923
0.22/0.34	c bounds 1107 >= 756 @ 0.238219
0.22/0.34	c bounds 1107 >= 757 @ 0.238512
0.22/0.34	c bounds 1107 >= 758 @ 0.238608
0.22/0.34	c bounds 1107 >= 759 @ 0.238608
0.22/0.34	c bounds 1107 >= 760 @ 0.238608
0.22/0.34	c bounds 1107 >= 761 @ 0.238751
0.22/0.34	c bounds 1107 >= 762 @ 0.239039
0.22/0.34	c bounds 1107 >= 763 @ 0.239333
0.22/0.34	c bounds 1107 >= 764 @ 0.239612
0.22/0.35	c bounds 1107 >= 765 @ 0.23992
0.22/0.35	c bounds 1107 >= 766 @ 0.24024
0.22/0.35	c bounds 1107 >= 767 @ 0.240543
0.22/0.35	c bounds 1107 >= 768 @ 0.2406
0.22/0.35	c bounds 1107 >= 769 @ 0.2406
0.22/0.35	c bounds 1107 >= 770 @ 0.2406
0.22/0.35	c bounds 1107 >= 771 @ 0.240764
0.22/0.35	c bounds 1107 >= 772 @ 0.24107
0.22/0.35	c bounds 1107 >= 773 @ 0.241427
0.22/0.35	c bounds 1107 >= 774 @ 0.241728
0.22/0.35	c bounds 1107 >= 775 @ 0.242044
0.22/0.35	c bounds 1107 >= 776 @ 0.242348
0.22/0.35	c bounds 1107 >= 777 @ 0.242503
0.22/0.36	c bounds 1106 >= 777 @ 0.247951
0.22/0.36	c bounds 1106 >= 778 @ 0.248313
0.22/0.36	c bounds 1106 >= 779 @ 0.248637
0.22/0.36	c bounds 1106 >= 780 @ 0.24895
0.22/0.36	c bounds 1106 >= 781 @ 0.249274
0.22/0.36	c bounds 1106 >= 782 @ 0.249586
0.22/0.36	c bounds 1106 >= 783 @ 0.249896
0.22/0.36	c bounds 1106 >= 784 @ 0.250207
0.22/0.36	c bounds 1106 >= 785 @ 0.250521
0.22/0.36	c bounds 1106 >= 786 @ 0.250836
0.22/0.36	c bounds 1106 >= 787 @ 0.25115
0.22/0.36	c bounds 1106 >= 788 @ 0.251459
0.22/0.36	c bounds 1106 >= 789 @ 0.251557
0.22/0.36	c bounds 1106 >= 790 @ 0.251557
0.22/0.36	c bounds 1106 >= 791 @ 0.251557
0.22/0.36	c bounds 1106 >= 792 @ 0.251557
0.22/0.36	c bounds 1106 >= 793 @ 0.251557
0.22/0.36	c bounds 1106 >= 794 @ 0.251557
0.22/0.36	c bounds 1106 >= 795 @ 0.251732
0.22/0.36	c bounds 1106 >= 796 @ 0.252042
0.22/0.36	c bounds 1106 >= 797 @ 0.252355
0.22/0.36	c bounds 1106 >= 798 @ 0.252655
0.22/0.36	c bounds 1106 >= 799 @ 0.252985
0.22/0.36	c bounds 1106 >= 800 @ 0.253292
0.22/0.36	c bounds 1106 >= 801 @ 0.253613
0.22/0.36	c bounds 1106 >= 802 @ 0.253939
0.22/0.36	c bounds 1106 >= 803 @ 0.254255
0.22/0.36	c bounds 1106 >= 804 @ 0.254571
0.22/0.37	c bounds 1106 >= 805 @ 0.254885
0.22/0.37	c bounds 1106 >= 806 @ 0.255202
0.22/0.37	c bounds 1106 >= 807 @ 0.255512
0.22/0.37	c bounds 1106 >= 808 @ 0.25584
0.22/0.37	c bounds 1106 >= 809 @ 0.256158
0.22/0.37	c bounds 1106 >= 810 @ 0.256477
0.22/0.37	c bounds 1106 >= 811 @ 0.256799
0.22/0.37	c bounds 1106 >= 812 @ 0.257129
0.22/0.37	c bounds 1106 >= 813 @ 0.257445
0.22/0.37	c bounds 1106 >= 814 @ 0.257538
0.22/0.37	c bounds 1106 >= 815 @ 0.257538
0.22/0.37	c bounds 1106 >= 816 @ 0.257538
0.22/0.37	c bounds 1106 >= 817 @ 0.257743
0.22/0.37	c bounds 1106 >= 818 @ 0.25806
0.22/0.37	c bounds 1106 >= 819 @ 0.258384
0.22/0.37	c bounds 1106 >= 820 @ 0.25871
0.22/0.37	c bounds 1106 >= 821 @ 0.259026
0.22/0.37	c bounds 1106 >= 822 @ 0.259345
0.22/0.37	c bounds 1106 >= 823 @ 0.259666
0.22/0.37	c bounds 1106 >= 824 @ 0.259989
0.22/0.37	c bounds 1106 >= 825 @ 0.260335
0.22/0.37	c bounds 1106 >= 826 @ 0.260676
0.22/0.37	c bounds 1106 >= 827 @ 0.261017
0.22/0.38	c bounds 1105 >= 827 @ 0.267514
0.22/0.38	c bounds 1105 >= 828 @ 0.267927
0.22/0.38	c bounds 1105 >= 829 @ 0.268265
0.22/0.38	c bounds 1105 >= 830 @ 0.268612
0.22/0.38	c bounds 1105 >= 831 @ 0.268962
0.22/0.38	c bounds 1105 >= 832 @ 0.269304
0.22/0.38	c bounds 1105 >= 833 @ 0.269635
0.22/0.38	c bounds 1105 >= 834 @ 0.269966
0.22/0.38	c bounds 1105 >= 835 @ 0.270326
0.22/0.39	c bounds 1105 >= 836 @ 0.270686
0.22/0.39	c bounds 1105 >= 837 @ 0.271038
0.22/0.39	c bounds 1105 >= 838 @ 0.271398
0.22/0.39	c bounds 1105 >= 839 @ 0.271495
0.22/0.39	c bounds 1105 >= 840 @ 0.271495
0.22/0.39	c bounds 1105 >= 841 @ 0.271495
0.22/0.39	c bounds 1105 >= 842 @ 0.271495
0.22/0.39	c bounds 1105 >= 843 @ 0.271495
0.22/0.39	c bounds 1105 >= 844 @ 0.271538
0.22/0.39	c bounds 1105 >= 845 @ 0.271894
0.22/0.39	c bounds 1105 >= 846 @ 0.272249
0.22/0.39	c bounds 1105 >= 847 @ 0.272573
0.22/0.39	c bounds 1105 >= 848 @ 0.272923
0.22/0.39	c bounds 1105 >= 849 @ 0.273295
0.22/0.39	c bounds 1105 >= 850 @ 0.273674
0.22/0.39	c bounds 1105 >= 851 @ 0.274041
0.22/0.39	c bounds 1105 >= 852 @ 0.274396
0.22/0.39	c bounds 1105 >= 853 @ 0.27478
0.22/0.39	c bounds 1105 >= 854 @ 0.275155
0.22/0.39	c bounds 1105 >= 855 @ 0.275513
0.22/0.39	c bounds 1105 >= 856 @ 0.275864
0.22/0.39	c bounds 1105 >= 857 @ 0.276216
0.22/0.39	c bounds 1105 >= 858 @ 0.276564
0.22/0.39	c bounds 1105 >= 859 @ 0.276916
0.22/0.39	c bounds 1105 >= 860 @ 0.277275
0.22/0.39	c bounds 1105 >= 861 @ 0.27764
0.22/0.39	c bounds 1105 >= 862 @ 0.278012
0.22/0.39	c bounds 1105 >= 863 @ 0.27837
0.22/0.40	c bounds 1105 >= 864 @ 0.278468
0.22/0.40	c bounds 1105 >= 865 @ 0.278468
0.22/0.40	c bounds 1105 >= 866 @ 0.278468
0.22/0.40	c bounds 1105 >= 867 @ 0.278468
0.22/0.40	c bounds 1105 >= 868 @ 0.278468
0.22/0.40	c bounds 1105 >= 869 @ 0.279032
0.22/0.40	c bounds 1105 >= 870 @ 0.279397
0.22/0.40	c bounds 1105 >= 871 @ 0.279772
0.32/0.41	c bounds 1104 >= 871 @ 0.28744
0.32/0.41	c bounds 1104 >= 872 @ 0.28744
0.32/0.41	c bounds 1104 >= 873 @ 0.28744
0.32/0.41	c bounds 1104 >= 874 @ 0.287744
0.32/0.41	c bounds 1104 >= 875 @ 0.28811
0.32/0.41	c bounds 1104 >= 876 @ 0.288488
0.32/0.41	c bounds 1104 >= 877 @ 0.288857
0.32/0.41	c bounds 1104 >= 878 @ 0.289237
0.32/0.41	c bounds 1104 >= 879 @ 0.289619
0.32/0.41	c bounds 1104 >= 880 @ 0.290007
0.32/0.41	c bounds 1104 >= 881 @ 0.290411
0.32/0.41	c bounds 1104 >= 882 @ 0.290795
0.32/0.41	c bounds 1104 >= 883 @ 0.291168
0.32/0.41	c bounds 1104 >= 884 @ 0.291547
0.32/0.41	c bounds 1104 >= 885 @ 0.291928
0.32/0.41	c bounds 1104 >= 886 @ 0.292301
0.32/0.41	c bounds 1104 >= 887 @ 0.292671
0.32/0.41	c bounds 1104 >= 888 @ 0.293056
0.32/0.41	c bounds 1104 >= 889 @ 0.29345
0.32/0.41	c bounds 1104 >= 890 @ 0.293819
0.32/0.41	c bounds 1104 >= 891 @ 0.294212
0.32/0.41	c bounds 1104 >= 892 @ 0.294586
0.32/0.41	c bounds 1104 >= 893 @ 0.294955
0.32/0.41	c bounds 1104 >= 894 @ 0.295336
0.32/0.42	c bounds 1104 >= 895 @ 0.295418
0.32/0.42	c bounds 1104 >= 896 @ 0.295418
0.32/0.42	c bounds 1104 >= 897 @ 0.295571
0.32/0.42	c bounds 1104 >= 898 @ 0.296002
0.32/0.42	c bounds 1104 >= 899 @ 0.296398
0.32/0.42	c bounds 1104 >= 900 @ 0.2968
0.32/0.42	c bounds 1104 >= 901 @ 0.29723
0.32/0.42	c bounds 1104 >= 902 @ 0.297415
0.32/0.42	c bounds 1104 >= 903 @ 0.297415
0.32/0.42	c bounds 1104 >= 904 @ 0.297415
0.32/0.42	c bounds 1104 >= 905 @ 0.297415
0.32/0.42	c bounds 1104 >= 906 @ 0.297415
0.32/0.42	c bounds 1104 >= 907 @ 0.297806
0.32/0.42	c bounds 1104 >= 908 @ 0.298237
0.32/0.42	c bounds 1104 >= 909 @ 0.298406
0.32/0.42	c bounds 1104 >= 910 @ 0.298406
0.32/0.43	c bounds 1103 >= 910 @ 0.306262
0.32/0.43	c bounds 1103 >= 911 @ 0.306262
0.32/0.43	c bounds 1103 >= 912 @ 0.306567
0.32/0.43	c bounds 1103 >= 913 @ 0.307033
0.32/0.43	c bounds 1103 >= 914 @ 0.307506
0.32/0.43	c bounds 1103 >= 915 @ 0.307977
0.32/0.43	c bounds 1103 >= 916 @ 0.308284
0.32/0.44	c bounds 1103 >= 917 @ 0.308284
0.32/0.44	c bounds 1103 >= 918 @ 0.308444
0.32/0.44	c bounds 1103 >= 919 @ 0.3089
0.32/0.44	c bounds 1103 >= 920 @ 0.309358
0.32/0.44	c bounds 1103 >= 921 @ 0.309853
0.32/0.44	c bounds 1103 >= 922 @ 0.310318
0.32/0.44	c bounds 1103 >= 923 @ 0.310363
0.32/0.44	c bounds 1103 >= 924 @ 0.310363
0.32/0.44	c bounds 1103 >= 925 @ 0.310807
0.32/0.44	c bounds 1103 >= 926 @ 0.311312
0.32/0.44	c bounds 1103 >= 927 @ 0.311357
0.32/0.44	c bounds 1103 >= 928 @ 0.311399
0.32/0.44	c bounds 1103 >= 929 @ 0.311969
0.32/0.44	c bounds 1103 >= 930 @ 0.312486
0.32/0.44	c bounds 1103 >= 931 @ 0.313028
0.32/0.44	c bounds 1103 >= 932 @ 0.313349
0.32/0.44	c bounds 1103 >= 933 @ 0.313349
0.32/0.44	c bounds 1103 >= 934 @ 0.313631
0.32/0.44	c bounds 1103 >= 935 @ 0.314158
0.32/0.45	c bounds 1103 >= 936 @ 0.314344
0.32/0.45	c bounds 1103 >= 937 @ 0.314344
0.32/0.45	c bounds 1102 >= 937 @ 0.323165
0.32/0.46	c bounds 1102 >= 938 @ 0.323316
0.32/0.46	c bounds 1102 >= 939 @ 0.323486
0.32/0.46	c bounds 1102 >= 940 @ 0.32401
0.32/0.46	c bounds 1102 >= 941 @ 0.324316
0.32/0.46	c bounds 1102 >= 942 @ 0.324316
0.32/0.46	c bounds 1102 >= 943 @ 0.324663
0.32/0.46	c bounds 1102 >= 944 @ 0.325227
0.32/0.46	c bounds 1102 >= 945 @ 0.325311
0.32/0.46	c bounds 1102 >= 946 @ 0.325469
0.32/0.46	c bounds 1102 >= 947 @ 0.326019
0.32/0.46	c bounds 1102 >= 948 @ 0.326304
0.32/0.46	c bounds 1102 >= 949 @ 0.326304
0.32/0.46	c bounds 1102 >= 950 @ 0.326304
0.32/0.46	c bounds 1102 >= 951 @ 0.326673
0.32/0.46	c bounds 1102 >= 952 @ 0.32731
0.32/0.46	c bounds 1102 >= 953 @ 0.327981
0.32/0.47	c bounds 1102 >= 954 @ 0.328294
0.32/0.47	c bounds 1102 >= 955 @ 0.328501
0.32/0.47	c bounds 1101 >= 955 @ 0.336175
0.32/0.47	c bounds 1101 >= 956 @ 0.33627
0.32/0.48	c bounds 1101 >= 957 @ 0.336617
0.32/0.48	c bounds 1101 >= 958 @ 0.337351
0.32/0.48	c bounds 1101 >= 959 @ 0.337992
0.32/0.48	c bounds 1101 >= 960 @ 0.338266
0.32/0.48	c bounds 1101 >= 961 @ 0.338266
0.32/0.48	c bounds 1101 >= 962 @ 0.338266
0.32/0.48	c bounds 1101 >= 963 @ 0.338266
0.32/0.48	c bounds 1101 >= 964 @ 0.338545
0.32/0.48	c bounds 1101 >= 965 @ 0.339242
0.32/0.48	c bounds 1101 >= 966 @ 0.340047
0.32/0.48	c bounds 1101 >= 967 @ 0.340253
0.32/0.49	c bounds 1100 >= 967 @ 0.347246
0.32/0.49	c bounds 1100 >= 968 @ 0.348096
0.32/0.49	c bounds 1100 >= 969 @ 0.348951
0.32/0.49	c bounds 1100 >= 970 @ 0.349227
0.32/0.49	c bounds 1100 >= 971 @ 0.349227
0.32/0.50	c bounds 1100 >= 972 @ 0.349954
0.32/0.50	c bounds 1100 >= 973 @ 0.351132
0.32/0.50	c bounds 1100 >= 974 @ 0.351382
0.32/0.50	c bounds 1100 >= 975 @ 0.352382
0.32/0.50	c bounds 1100 >= 976 @ 0.353262
0.42/0.51	c bounds 1099 >= 976 @ 0.365537
0.42/0.51	c bounds 1099 >= 977 @ 0.366715
0.42/0.51	c bounds 1099 >= 978 @ 0.36718
0.42/0.52	c bounds 1099 >= 979 @ 0.368797
0.42/0.52	c bounds 1099 >= 980 @ 0.36976
0.42/0.54	c bounds 1098 >= 980 @ 0.390305
0.42/0.54	c bounds 1098 >= 981 @ 0.393581
0.42/0.55	c bounds 1098 >= 982 @ 0.397352
0.42/0.55	c bounds 1098 >= 983 @ 0.400676
0.42/0.57	c bounds 1097 >= 983 @ 0.419284
0.42/0.57	c bounds 1097 >= 984 @ 0.424068
0.42/0.58	c bounds 1097 >= 985 @ 0.432771
0.53/0.61	c bounds 1096 >= 985 @ 0.462239
0.53/0.63	c bounds 1096 >= 986 @ 0.474445
0.53/0.64	c bounds 1095 >= 986 @ 0.492738
0.53/0.67	c bounds 1094 >= 986 @ 0.515413
0.61/0.71	c #Conflicts:       1000 | #Constraints:       8443
0.61/0.71	c bounds 1094 >= 987 @ 0.550912
0.61/0.73	c bounds 1093 >= 987 @ 0.570591
0.61/0.75	c bounds 1092 >= 987 @ 0.586946
0.61/0.78	c bounds 1091 >= 987 @ 0.615868
0.82/0.93	c bounds 1090 >= 987 @ 0.757147
1.02/1.17	c #Conflicts:       2000 | #Constraints:       9513
1.02/1.17	c INPROCESSING
1.02/1.17	c GARBAGE COLLECT
1.02/1.17	c rational objective 987
1.11/1.26	c bounds 1089 >= 987 @ 1.07513
1.21/1.31	c bounds 1088 >= 987 @ 1.1193
1.41/1.54	c bounds 1087 >= 987 @ 1.3483
1.41/1.58	c bounds 1087 >= 988 @ 1.38358
1.52/1.64	c #Conflicts:       3000 | #Constraints:       8483
1.52/1.64	c bounds 1087 >= 989 @ 1.45015
1.61/1.70	c bounds 1086 >= 989 @ 1.49966
1.61/1.75	c bounds 1085 >= 989 @ 1.54699
1.61/1.79	c bounds 1084 >= 989 @ 1.5871
2.32/2.48	c #Conflicts:       4000 | #Constraints:       9507
2.32/2.48	c INPROCESSING
2.32/2.48	c GARBAGE COLLECT
2.32/2.48	c rational objective 989
2.42/2.56	c bounds 1083 >= 989 @ 2.34067
2.51/2.60	c bounds 1082 >= 989 @ 2.38532
2.51/2.67	c bounds 1081 >= 989 @ 2.45058
2.61/2.73	c bounds 1080 >= 989 @ 2.5101
2.61/2.77	c bounds 1079 >= 989 @ 2.54666
2.71/2.81	c #Conflicts:       5000 | #Constraints:       8841
2.71/2.81	c bounds 1078 >= 989 @ 2.58387
2.71/2.85	c bounds 1077 >= 989 @ 2.61923
2.71/2.89	c bounds 1076 >= 989 @ 2.65845
2.81/2.93	c bounds 1075 >= 989 @ 2.69783
2.81/2.98	c bounds 1074 >= 989 @ 2.74108
2.92/3.03	c bounds 1073 >= 989 @ 2.79121
3.01/3.19	c #Conflicts:       6000 | #Constraints:       9847
3.01/3.19	c bounds 1072 >= 989 @ 2.94822
3.50/3.63	c INPROCESSING
3.50/3.63	c GARBAGE COLLECT
3.50/3.63	c rational objective 989
3.61/3.73	c bounds 1072 >= 990 @ 3.47572
3.61/3.79	c #Conflicts:       7000 | #Constraints:       8849
3.61/3.79	c bounds 1071 >= 990 @ 3.53068
4.50/4.60	c #Conflicts:       8000 | #Constraints:       9850
4.50/4.60	c #Conflicts:       9000 | #Constraints:      10850
4.50/4.60	c INPROCESSING
4.50/4.60	c GARBAGE COLLECT
4.50/4.60	c rational objective 990
4.50/4.69	c bounds 1070 >= 990 @ 4.41431
4.61/4.79	c bounds 1069 >= 990 @ 4.50693
4.92/5.06	c #Conflicts:      10000 | #Constraints:       9535
4.92/5.06	c bounds 1068 >= 990 @ 4.76199
5.01/5.13	c bounds 1067 >= 990 @ 4.83139
5.01/5.19	c bounds 1066 >= 990 @ 4.89301
5.10/5.23	c bounds 1065 >= 990 @ 4.93274
5.31/5.40	c #Conflicts:      11000 | #Constraints:      10541
5.31/5.40	c bounds 1064 >= 990 @ 5.10002
5.41/5.56	c bounds 1063 >= 990 @ 5.25342
5.51/5.66	c bounds 1062 >= 990 @ 5.35212
5.71/5.84	c #Conflicts:      12000 | #Constraints:      11551
5.71/5.84	c INPROCESSING
5.71/5.84	c GARBAGE COLLECT
5.71/5.84	c rational objective 990
6.60/6.77	c #Conflicts:      13000 | #Constraints:       9904
6.60/6.77	c #Conflicts:      14000 | #Constraints:      10933
6.60/6.77	c bounds 1061 >= 990 @ 6.43028
7.20/7.30	c #Conflicts:      15000 | #Constraints:      11946
7.20/7.30	c INPROCESSING
7.20/7.30	c GARBAGE COLLECT
7.20/7.30	c rational objective 990
7.30/7.43	c bounds 1061 >= 991 @ 7.07421
8.10/8.27	c #Conflicts:      16000 | #Constraints:      10276
8.10/8.27	c #Conflicts:      17000 | #Constraints:      11276
8.10/8.27	c #Conflicts:      18000 | #Constraints:      12276
8.10/8.27	c INPROCESSING
8.10/8.27	c GARBAGE COLLECT
8.10/8.27	c rational objective 991
8.20/8.34	c bounds 1060 >= 991 @ 7.96995
8.20/8.37	c bounds 1059 >= 991 @ 7.99861
8.30/8.49	c bounds 1058 >= 991 @ 8.11093
9.50/9.61	c #Conflicts:      19000 | #Constraints:      10286
9.50/9.61	c #Conflicts:      20000 | #Constraints:      11286
9.50/9.61	c #Conflicts:      21000 | #Constraints:      12287
9.50/9.61	c INPROCESSING
9.50/9.61	c GARBAGE COLLECT
9.50/9.61	c rational objective 991
10.69/10.80	c #Conflicts:      22000 | #Constraints:      10100
10.69/10.80	c #Conflicts:      23000 | #Constraints:      11100
10.69/10.80	c #Conflicts:      24000 | #Constraints:      12100
10.69/10.80	c #Conflicts:      25000 | #Constraints:      13100
10.69/10.80	c INPROCESSING
10.69/10.80	c GARBAGE COLLECT
10.69/10.80	c rational objective 991
11.20/11.34	c #Conflicts:      26000 | #Constraints:      10701
11.20/11.34	c bounds 1057 >= 991 @ 10.9004
12.49/12.61	c #Conflicts:      27000 | #Constraints:      11714
12.49/12.61	c #Conflicts:      28000 | #Constraints:      12714
12.49/12.61	c #Conflicts:      29000 | #Constraints:      13714
12.49/12.61	c INPROCESSING
12.49/12.61	c GARBAGE COLLECT
12.49/12.61	c rational objective 991
13.59/13.75	c #Conflicts:      30000 | #Constraints:      11106
13.59/13.75	c #Conflicts:      31000 | #Constraints:      12106
13.59/13.75	c #Conflicts:      32000 | #Constraints:      13106
13.59/13.75	c bounds 1057 >= 992 @ 13.2643
14.09/14.27	c #Conflicts:      33000 | #Constraints:      14169
14.09/14.27	c INPROCESSING
14.09/14.27	c GARBAGE COLLECT
14.09/14.27	c rational objective 992
15.58/15.71	c #Conflicts:      34000 | #Constraints:      11347
15.58/15.71	c #Conflicts:      35000 | #Constraints:      12347
15.58/15.71	c #Conflicts:      36000 | #Constraints:      13347
15.58/15.71	c #Conflicts:      37000 | #Constraints:      14347
15.58/15.71	c INPROCESSING
15.58/15.71	c GARBAGE COLLECT
15.58/15.71	c rational objective 992
15.88/16.05	c #Conflicts:      38000 | #Constraints:      11353
15.88/16.05	c bounds 1056 >= 992 @ 15.5105
16.28/16.45	c #Conflicts:      39000 | #Constraints:      12354
16.28/16.45	c bounds 1055 >= 992 @ 15.9024
16.48/16.64	c bounds 1054 >= 992 @ 16.0898
16.78/16.92	c #Conflicts:      40000 | #Constraints:      13361
16.78/16.92	c bounds 1053 >= 992 @ 16.3662
18.28/18.45	c #Conflicts:      41000 | #Constraints:      14365
18.28/18.45	c INPROCESSING
18.28/18.45	c GARBAGE COLLECT
18.28/18.45	c rational objective 992
18.67/18.89	c #Conflicts:      42000 | #Constraints:      11165
18.67/18.89	c bounds 1052 >= 992 @ 18.307
20.47/20.62	c #Conflicts:      43000 | #Constraints:      12175
20.47/20.62	c #Conflicts:      44000 | #Constraints:      13175
20.47/20.62	c #Conflicts:      45000 | #Constraints:      14175
20.47/20.62	c #Conflicts:      46000 | #Constraints:      15199
20.47/20.62	c INPROCESSING
20.47/20.62	c GARBAGE COLLECT
20.47/20.62	c rational objective 992
21.06/21.29	c #Conflicts:      47000 | #Constraints:      11803
21.06/21.29	c bounds 1051 >= 992 @ 20.6479
21.27/21.41	WSVECS04 Frhs2[2]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[32]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[35]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[41]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[97]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[111]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[121]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[131]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[132]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[148]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[153]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[159]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[193]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[204]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[209]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[224]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[253]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[263]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[406]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[422]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[428]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[447]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[512]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[527]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[643]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[647]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[666]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[676]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[679]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[724]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[727]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[750]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[776]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[783]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[815]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[837]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[838]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[850]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[875]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[882]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[883]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[937]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[943]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[947]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[948]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[981]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1021]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1037]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1051]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1072]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1085]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1090]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1124]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1140]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1149]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1189]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1200]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1205]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1232]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1236]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1266]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1274]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1365]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1391]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1407]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1425]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1437]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1453]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1585]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1594]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1634]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1662]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1687]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1701]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1725]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1744]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1792]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1809]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1827]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1845]: 6 -1.00001 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1926]: 6 -1.00004 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1932]: 6 -1.00006 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1941]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1954]: 6 -1.00005 0 shouldn't be
21.27/21.41	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
23.06/23.26	c #Conflicts:      48000 | #Constraints:      12813
23.06/23.26	c #Conflicts:      49000 | #Constraints:      13813
23.06/23.26	c #Conflicts:      50000 | #Constraints:      14813
23.06/23.26	c #Conflicts:      51000 | #Constraints:      15813
23.06/23.26	c INPROCESSING
23.06/23.26	c GARBAGE COLLECT
23.06/23.26	c rational objective 992
23.46/23.60	c bounds 1050 >= 992 @ 22.9311
23.56/23.74	c #Conflicts:      52000 | #Constraints:      12190
23.56/23.74	c bounds 1049 >= 992 @ 23.0627
23.66/23.82	c bounds 1048 >= 992 @ 23.1452
23.76/23.96	c bounds 1047 >= 992 @ 23.2838
24.06/24.26	c #Conflicts:      53000 | #Constraints:      13196
24.06/24.26	c bounds 1046 >= 992 @ 23.581
24.86/25.05	c #Conflicts:      54000 | #Constraints:      14203
24.86/25.05	c bounds 1045 >= 992 @ 24.3507
25.65/25.82	c #Conflicts:      55000 | #Constraints:      15259
25.65/25.82	c #Conflicts:      56000 | #Constraints:      16288
25.65/25.82	c INPROCESSING
25.65/25.82	c GARBAGE COLLECT
25.65/25.82	c rational objective 992
28.05/28.26	c #Conflicts:      57000 | #Constraints:      12408
28.05/28.26	c #Conflicts:      58000 | #Constraints:      13408
28.05/28.26	c #Conflicts:      59000 | #Constraints:      14408
28.05/28.26	c #Conflicts:      60000 | #Constraints:      15408
28.05/28.26	c #Conflicts:      61000 | #Constraints:      16408
28.05/28.26	c INPROCESSING
28.05/28.26	c GARBAGE COLLECT
28.05/28.26	c rational objective 992
28.34/28.57	c bounds 1044 >= 992 @ 27.806
31.05/31.20	c #Conflicts:      62000 | #Constraints:      12416
31.05/31.20	c #Conflicts:      63000 | #Constraints:      13416
31.05/31.20	c #Conflicts:      64000 | #Constraints:      14416
31.05/31.20	c #Conflicts:      65000 | #Constraints:      15417
31.05/31.20	c #Conflicts:      66000 | #Constraints:      16476
31.05/31.20	c INPROCESSING
31.05/31.20	c GARBAGE COLLECT
31.05/31.20	c rational objective 992
33.64/33.88	c #Conflicts:      67000 | #Constraints:      12259
33.64/33.88	c #Conflicts:      68000 | #Constraints:      13259
33.64/33.88	c #Conflicts:      69000 | #Constraints:      14259
33.64/33.88	c #Conflicts:      70000 | #Constraints:      15259
33.64/33.88	c #Conflicts:      71000 | #Constraints:      16259
33.64/33.88	c #Conflicts:      72000 | #Constraints:      17259
33.64/33.88	c INPROCESSING
33.64/33.88	c GARBAGE COLLECT
33.64/33.88	c rational objective 992
34.83/35.10	c #Conflicts:      73000 | #Constraints:      12829
34.83/35.10	c #Conflicts:      74000 | #Constraints:      13882
34.83/35.10	c bounds 1043 >= 992 @ 34.1914
35.63/35.87	c #Conflicts:      75000 | #Constraints:      14959
35.63/35.87	c #Conflicts:      76000 | #Constraints:      15993
35.63/35.87	c bounds 1042 >= 992 @ 34.9472
38.63/38.83	c #Conflicts:      77000 | #Constraints:      17009
38.63/38.83	c #Conflicts:      78000 | #Constraints:      18009
38.63/38.83	c INPROCESSING
38.63/38.83	c GARBAGE COLLECT
38.63/38.83	c rational objective 992
41.02/41.26	c #Conflicts:      79000 | #Constraints:      13312
41.02/41.26	c #Conflicts:      80000 | #Constraints:      14328
41.02/41.26	c #Conflicts:      81000 | #Constraints:      15451
41.02/41.26	c bounds 1041 >= 992 @ 40.2643
41.21/41.40	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[5]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[7]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[29]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[33]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[36]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[45]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[47]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[51]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[74]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[83]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[91]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[97]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[111]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[146]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[157]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[164]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[169]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[180]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[185]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[189]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[191]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[195]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[209]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[218]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[232]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[233]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[246]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[259]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[263]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[267]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[274]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[278]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[281]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[283]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[287]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[292]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[295]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[296]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[305]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[307]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[308]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[310]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[322]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[331]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[334]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[349]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[359]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[361]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[364]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[365]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[372]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[376]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[393]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[394]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[395]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[397]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[401]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[404]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[405]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[406]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[411]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[416]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[417]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[421]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[423]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[447]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[449]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[455]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[456]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[457]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[467]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[481]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[483]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[484]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[503]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[510]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[514]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[528]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[535]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[541]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[549]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[553]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[559]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[575]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[576]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[585]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[587]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[589]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[602]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[611]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[613]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[633]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[637]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[640]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[641]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[642]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[643]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[647]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[683]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[689]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[698]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[708]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[713]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[727]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[729]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[733]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[736]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[737]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[747]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[748]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[758]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[759]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[760]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[762]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[763]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[764]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[768]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[772]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[781]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[796]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[797]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[800]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[807]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[809]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[811]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[815]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[819]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[827]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[829]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[833]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[837]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[840]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[855]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[875]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[881]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[882]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[887]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[889]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[895]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[905]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[913]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[915]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[917]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[919]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[928]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[929]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[930]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[931]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[934]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[937]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[939]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[943]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[947]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[949]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[951]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[954]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[958]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[963]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[965]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[971]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[975]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[977]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[979]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[987]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[990]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[991]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[998]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1009]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1012]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1021]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1023]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1041]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1049]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1061]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1063]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1064]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1067]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1088]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1089]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1102]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1112]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1116]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1120]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1127]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1132]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1135]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1146]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1149]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1158]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1162]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1167]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1168]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1173]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1178]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1179]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1186]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1205]: 6 -1.0001 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1213]: 6 -1.00007 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1217]: 6 -1.00003 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1223]: 6 -1.00009 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1224]: 6 -1.00006 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1232]: 6 -1.00005 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1233]: 6 -1.00004 0 shouldn't be
41.21/41.40	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1239]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1266]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1270]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1274]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1276]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1281]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1299]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1305]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1316]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1320]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1325]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1328]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1334]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1349]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1351]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1352]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1353]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1357]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1359]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1365]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1366]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1370]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1371]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1375]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1380]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1395]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1397]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1418]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1421]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1427]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1431]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1437]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1439]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1449]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1455]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1457]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1459]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1470]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1476]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1478]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1488]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1501]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1505]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1506]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1510]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1515]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1517]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1526]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1527]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1532]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1536]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1548]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1562]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1577]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1580]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1585]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1586]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1587]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1588]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1598]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1600]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1601]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1602]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1607]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1613]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1616]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1628]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1631]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1635]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1640]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1648]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1653]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1654]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1655]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1657]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1659]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1664]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1665]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1667]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1674]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1675]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1677]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1681]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1685]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1687]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1697]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1704]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1705]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1706]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1710]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1721]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1726]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1730]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1733]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1734]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1740]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1744]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1748]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1751]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1755]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1757]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1763]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1767]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1783]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1785]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1791]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1794]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1796]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1802]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1804]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1807]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1813]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1815]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1822]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1824]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1827]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1829]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1831]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1841]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1845]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1846]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1850]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1856]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1859]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1861]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1866]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1867]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1870]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1873]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1875]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1877]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1880]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1887]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1889]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1890]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1895]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1897]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1903]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1914]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1919]: 6 -1.00008 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1922]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1924]: 6 -1.00001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1926]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1927]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1934]: 6 -1.00009 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1935]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1942]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1946]: 6 -1.00007 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1949]: 6 -1.00004 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1951]: 6 -1.00006 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1952]: 6 -1.00003 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1953]: 6 -1.0001 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1954]: 6 -1.00005 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
41.21/41.41	WSVECS04 Frhs2[1958]: 6 -1.00009 0 shouldn't be
42.41/42.62	c #Conflicts:      82000 | #Constraints:      16543
42.41/42.62	c #Conflicts:      83000 | #Constraints:      17543
42.41/42.62	c #Conflicts:      84000 | #Constraints:      18543
42.41/42.62	c INPROCESSING
42.41/42.62	c GARBAGE COLLECT
42.41/42.62	c rational objective 992
45.61/45.86	c #Conflicts:      85000 | #Constraints:      13558
45.61/45.86	c #Conflicts:      86000 | #Constraints:      14558
45.61/45.86	c #Conflicts:      87000 | #Constraints:      15558
45.61/45.86	c #Conflicts:      88000 | #Constraints:      16558
45.61/45.86	c #Conflicts:      89000 | #Constraints:      17558
45.61/45.86	c #Conflicts:      90000 | #Constraints:      18558
45.61/45.86	c INPROCESSING
45.61/45.86	c GARBAGE COLLECT
45.61/45.86	c rational objective 992
49.09/49.30	c #Conflicts:      91000 | #Constraints:      13492
49.09/49.30	c #Conflicts:      92000 | #Constraints:      14510
49.09/49.30	c #Conflicts:      93000 | #Constraints:      15562
49.09/49.30	c #Conflicts:      94000 | #Constraints:      16638
49.09/49.30	c #Conflicts:      95000 | #Constraints:      17680
49.09/49.30	c #Conflicts:      96000 | #Constraints:      18732
49.09/49.30	c INPROCESSING
49.09/49.30	c GARBAGE COLLECT
49.09/49.30	c rational objective 992
49.90/50.11	c #Conflicts:      97000 | #Constraints:      13375
49.90/50.11	c #Conflicts:      98000 | #Constraints:      14375
49.90/50.11	c bounds 1041 >= 993 @ 48.9569
52.38/52.61	c #Conflicts:      99000 | #Constraints:      15447
52.38/52.61	c #Conflicts:     100000 | #Constraints:      16447
52.38/52.61	c #Conflicts:     101000 | #Constraints:      17447
52.38/52.61	c #Conflicts:     102000 | #Constraints:      18447
52.38/52.61	c #Conflicts:     103000 | #Constraints:      19447
52.38/52.61	c INPROCESSING
52.38/52.61	c GARBAGE COLLECT
52.38/52.61	c rational objective 993
54.48/54.76	c #Conflicts:     104000 | #Constraints:      13949
54.48/54.76	c #Conflicts:     105000 | #Constraints:      14950
54.48/54.76	c #Conflicts:     106000 | #Constraints:      15994
54.48/54.76	c #Conflicts:     107000 | #Constraints:      17059
54.48/54.76	c bounds 1040 >= 993 @ 53.5343
58.27/58.50	c #Conflicts:     108000 | #Constraints:      18094
58.27/58.50	c #Conflicts:     109000 | #Constraints:      19094
58.27/58.50	c #Conflicts:     110000 | #Constraints:      20094
58.27/58.50	c INPROCESSING
58.27/58.50	c GARBAGE COLLECT
58.27/58.50	c rational objective 993
60.07/60.31	c #Conflicts:     111000 | #Constraints:      14363
60.07/60.31	c #Conflicts:     112000 | #Constraints:      15384
60.07/60.31	c #Conflicts:     113000 | #Constraints:      16464
60.07/60.31	c bounds 1039 >= 993 @ 59.0197
60.17/60.45	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[18]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[34]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[41]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[44]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[47]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[74]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[81]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[83]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[85]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[92]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[93]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[97]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[99]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[106]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[111]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[132]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[137]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[155]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[157]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[164]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[181]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[189]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[191]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[192]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[195]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[199]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[204]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[214]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[216]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[221]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[233]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[246]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[251]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[257]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[258]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[259]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[267]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[272]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[281]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[287]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[295]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[299]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[303]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[305]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[307]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[328]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[334]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[338]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[354]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[359]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[361]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[364]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[375]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[376]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[382]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[383]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[394]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[401]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[402]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[405]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[406]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[409]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[410]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[421]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[447]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[455]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[456]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[461]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[497]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[498]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[503]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[514]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[521]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[528]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[549]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[567]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[585]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[601]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[602]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[605]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[611]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[613]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[619]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[633]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[637]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[641]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[643]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[648]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[649]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[657]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[667]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[668]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[673]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[676]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[685]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[689]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[693]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[698]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[706]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[713]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[721]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[726]: 6 -1.0001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[727]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[729]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[733]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[737]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[746]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[747]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[757]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[760]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[762]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[763]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[768]: 6 -1.00006 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[772]: 6 -1.00008 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[781]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[783]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[784]: 6 -1.00003 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[790]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[795]: 6 -1.00001 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[796]: 6 -1.00002 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[797]: 6 -1.00007 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[800]: 6 -1.00009 0 shouldn't be
60.17/60.45	WSVECS04 Frhs2[802]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[807]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[808]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[811]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[815]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[819]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[831]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[833]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[834]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[838]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[840]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[841]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[851]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[875]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[878]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[881]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[882]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[888]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[895]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[896]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[903]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[907]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[913]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[925]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[926]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[930]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[937]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[939]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[943]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[951]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[956]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[957]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[963]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[971]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[975]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[977]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[987]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[990]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1002]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1008]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1012]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1021]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1022]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1024]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1027]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1029]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1037]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1051]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1061]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1067]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1081]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1085]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1091]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1095]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1101]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1122]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1124]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1127]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1134]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1137]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1138]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1142]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1149]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1158]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1160]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1161]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1172]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1178]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1180]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1186]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1190]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1201]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1205]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1206]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1213]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1217]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1225]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1232]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1236]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1243]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1252]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1259]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1266]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1268]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1275]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1276]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1277]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1281]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1299]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1301]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1305]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1309]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1316]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1319]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1320]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1323]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1325]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1328]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1339]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1341]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1349]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1356]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1357]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1371]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1377]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1381]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1384]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1391]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1397]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1406]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1407]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1418]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1421]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1429]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1430]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1433]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1435]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1437]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1439]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1446]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1449]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1456]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1461]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1463]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1476]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1478]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1485]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1487]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1488]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1491]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1505]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1515]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1518]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1527]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1532]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1540]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1564]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1565]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1577]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1587]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1594]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1601]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1606]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1616]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1621]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1624]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1626]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1631]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1634]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1636]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1639]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1641]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1650]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1653]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1654]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1655]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1657]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1659]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1665]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1667]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1675]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1684]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1685]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1694]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1695]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1699]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1713]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1719]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1725]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1732]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1734]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1736]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1737]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1740]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1753]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1755]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1766]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1777]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1782]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1783]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1791]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1795]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1796]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1797]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1800]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1807]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1822]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1827]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1828]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1829]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1837]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1841]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1844]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1845]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1846]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1848]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1850]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1856]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1859]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1861]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1864]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1865]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1866]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1867]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1873]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1875]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1887]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1890]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1891]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1893]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1897]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1903]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1908]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1914]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1919]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1922]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1923]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1926]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1927]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1933]: 6 -1.00004 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1934]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1942]: 6 -1.00007 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1946]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1951]: 6 -1.0001 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1957]: 6 -1.00008 0 shouldn't be
60.17/60.46	WSVECS04 Frhs2[1958]: 6 -1.00002 0 shouldn't be
62.46/62.76	c #Conflicts:     114000 | #Constraints:      17480
62.46/62.76	c #Conflicts:     115000 | #Constraints:      18480
62.46/62.76	c #Conflicts:     116000 | #Constraints:      19481
62.46/62.76	c #Conflicts:     117000 | #Constraints:      20536
62.46/62.76	c INPROCESSING
62.46/62.76	c GARBAGE COLLECT
62.46/62.76	c rational objective 993
66.25/66.57	c #Conflicts:     118000 | #Constraints:      14588
66.25/66.57	c #Conflicts:     119000 | #Constraints:      15588
66.25/66.57	c #Conflicts:     120000 | #Constraints:      16588
66.25/66.57	c #Conflicts:     121000 | #Constraints:      17588
66.25/66.57	c #Conflicts:     122000 | #Constraints:      18588
66.25/66.57	c #Conflicts:     123000 | #Constraints:      19588
66.25/66.57	c #Conflicts:     124000 | #Constraints:      20588
66.25/66.57	c INPROCESSING
66.25/66.57	c GARBAGE COLLECT
66.25/66.57	c rational objective 993
70.54/70.81	c #Conflicts:     125000 | #Constraints:      14540
70.54/70.81	c #Conflicts:     126000 | #Constraints:      15567
70.54/70.81	c #Conflicts:     127000 | #Constraints:      16636
70.54/70.81	c #Conflicts:     128000 | #Constraints:      17698
70.54/70.81	c #Conflicts:     129000 | #Constraints:      18749
70.54/70.81	c #Conflicts:     130000 | #Constraints:      19798
70.54/70.81	c #Conflicts:     131000 | #Constraints:      20860
70.54/70.81	c INPROCESSING
70.54/70.81	c GARBAGE COLLECT
70.54/70.81	c rational objective 993
74.73/75.07	c #Conflicts:     132000 | #Constraints:      14458
74.73/75.07	c #Conflicts:     133000 | #Constraints:      15458
74.73/75.07	c #Conflicts:     134000 | #Constraints:      16458
74.73/75.07	c #Conflicts:     135000 | #Constraints:      17458
74.73/75.07	c #Conflicts:     136000 | #Constraints:      18458
74.73/75.07	c #Conflicts:     137000 | #Constraints:      19458
74.73/75.07	c #Conflicts:     138000 | #Constraints:      20458
74.73/75.07	c #Conflicts:     139000 | #Constraints:      21458
74.73/75.07	c INPROCESSING
74.73/75.07	c GARBAGE COLLECT
74.73/75.07	c rational objective 993
79.12/79.45	c #Conflicts:     140000 | #Constraints:      14978
79.12/79.45	c #Conflicts:     141000 | #Constraints:      16013
79.12/79.45	c #Conflicts:     142000 | #Constraints:      17077
79.12/79.45	c #Conflicts:     143000 | #Constraints:      18125
79.12/79.45	c #Conflicts:     144000 | #Constraints:      19163
79.12/79.45	c #Conflicts:     145000 | #Constraints:      20206
79.12/79.45	c #Conflicts:     146000 | #Constraints:      21272
79.12/79.45	c #Conflicts:     147000 | #Constraints:      22317
79.12/79.45	c INPROCESSING
79.12/79.45	c GARBAGE COLLECT
79.12/79.45	c rational objective 993
82.11/82.48	c #Conflicts:     148000 | #Constraints:      15464
82.11/82.48	c #Conflicts:     149000 | #Constraints:      16464
82.11/82.48	c #Conflicts:     150000 | #Constraints:      17464
82.11/82.48	c #Conflicts:     151000 | #Constraints:      18464
82.11/82.48	c #Conflicts:     152000 | #Constraints:      19464
82.11/82.48	c bounds 1039 >= 994 @ 80.8112
83.61/83.95	c #Conflicts:     153000 | #Constraints:      20530
83.61/83.95	c #Conflicts:     154000 | #Constraints:      21530
83.61/83.95	c #Conflicts:     155000 | #Constraints:      22530
83.61/83.95	c INPROCESSING
83.61/83.95	c GARBAGE COLLECT
83.61/83.95	c rational objective 994
88.50/88.88	c #Conflicts:     156000 | #Constraints:      15605
88.50/88.88	c #Conflicts:     157000 | #Constraints:      16605
88.50/88.88	c #Conflicts:     158000 | #Constraints:      17606
88.50/88.88	c #Conflicts:     159000 | #Constraints:      18640
88.50/88.88	c #Conflicts:     160000 | #Constraints:      19709
88.50/88.88	c #Conflicts:     161000 | #Constraints:      20785
88.50/88.88	c #Conflicts:     162000 | #Constraints:      21827
88.50/88.88	c #Conflicts:     163000 | #Constraints:      22884
88.50/88.88	c INPROCESSING
88.50/88.88	c GARBAGE COLLECT
88.50/88.88	c rational objective 994
92.89/93.29	c #Conflicts:     164000 | #Constraints:      15648
92.89/93.29	c #Conflicts:     165000 | #Constraints:      16648
92.89/93.29	c #Conflicts:     166000 | #Constraints:      17648
92.89/93.29	c #Conflicts:     167000 | #Constraints:      18648
92.89/93.29	c #Conflicts:     168000 | #Constraints:      19648
92.89/93.29	c #Conflicts:     169000 | #Constraints:      20648
92.89/93.29	c #Conflicts:     170000 | #Constraints:      21648
92.89/93.29	c #Conflicts:     171000 | #Constraints:      22648
92.89/93.29	c INPROCESSING
92.89/93.29	c GARBAGE COLLECT
92.89/93.29	c rational objective 994
97.18/97.59	c #Conflicts:     172000 | #Constraints:      15374
97.18/97.59	c #Conflicts:     173000 | #Constraints:      16374
97.18/97.59	c #Conflicts:     174000 | #Constraints:      17374
97.18/97.59	c #Conflicts:     175000 | #Constraints:      18374
97.18/97.59	c #Conflicts:     176000 | #Constraints:      19374
97.18/97.59	c #Conflicts:     177000 | #Constraints:      20374
97.18/97.59	c #Conflicts:     178000 | #Constraints:      21374
97.18/97.59	c #Conflicts:     179000 | #Constraints:      22374
97.18/97.59	c #Conflicts:     180000 | #Constraints:      23374
97.18/97.59	c INPROCESSING
97.18/97.59	c GARBAGE COLLECT
97.18/97.59	c rational objective 994
99.37/99.71	c #Conflicts:     181000 | #Constraints:      15919
99.37/99.71	c #Conflicts:     182000 | #Constraints:      16971
99.37/99.71	c #Conflicts:     183000 | #Constraints:      18045
99.37/99.71	c #Conflicts:     184000 | #Constraints:      19117
99.37/99.71	c bounds 1038 >= 994 @ 97.7321
105.66/106.02	c #Conflicts:     185000 | #Constraints:      20156
105.66/106.02	c #Conflicts:     186000 | #Constraints:      21156
105.66/106.02	c #Conflicts:     187000 | #Constraints:      22156
105.66/106.02	c #Conflicts:     188000 | #Constraints:      23156
105.66/106.02	c #Conflicts:     189000 | #Constraints:      24156
105.66/106.02	c INPROCESSING
105.66/106.02	c GARBAGE COLLECT
105.66/106.02	c rational objective 994
112.24/112.62	c #Conflicts:     190000 | #Constraints:      16444
112.24/112.62	c #Conflicts:     191000 | #Constraints:      17445
112.24/112.62	c #Conflicts:     192000 | #Constraints:      18482
112.24/112.62	c #Conflicts:     193000 | #Constraints:      19532
112.24/112.62	c #Conflicts:     194000 | #Constraints:      20570
112.24/112.62	c #Conflicts:     195000 | #Constraints:      21601
112.24/112.62	c #Conflicts:     196000 | #Constraints:      22656
112.24/112.62	c #Conflicts:     197000 | #Constraints:      23709
112.24/112.62	c #Conflicts:     198000 | #Constraints:      24756
112.24/112.62	c INPROCESSING
112.24/112.62	c GARBAGE COLLECT
112.24/112.62	c rational objective 994
116.93/117.34	c #Conflicts:     199000 | #Constraints:      16713
116.93/117.34	c #Conflicts:     200000 | #Constraints:      17713
116.93/117.34	c #Conflicts:     201000 | #Constraints:      18713
116.93/117.34	c #Conflicts:     202000 | #Constraints:      19713
116.93/117.34	c #Conflicts:     203000 | #Constraints:      20713
116.93/117.34	c #Conflicts:     204000 | #Constraints:      21713
116.93/117.34	c #Conflicts:     205000 | #Constraints:      22713
116.93/117.34	c #Conflicts:     206000 | #Constraints:      23713
116.93/117.34	c bounds 1038 >= 995 @ 115.144
117.32/117.70	c #Conflicts:     207000 | #Constraints:      24768
117.32/117.70	c INPROCESSING
117.32/117.70	c GARBAGE COLLECT
117.32/117.70	c rational objective 995
118.72/119.12	c #Conflicts:     208000 | #Constraints:      16541
118.72/119.12	c #Conflicts:     209000 | #Constraints:      17542
118.72/119.12	c bounds 1037 >= 995 @ 116.898
124.01/124.47	c #Conflicts:     210000 | #Constraints:      18573
124.01/124.47	c #Conflicts:     211000 | #Constraints:      19586
124.01/124.47	c #Conflicts:     212000 | #Constraints:      20643
124.01/124.47	c #Conflicts:     213000 | #Constraints:      21695
124.01/124.47	c #Conflicts:     214000 | #Constraints:      22754
124.01/124.47	c #Conflicts:     215000 | #Constraints:      23802
124.01/124.47	c #Conflicts:     216000 | #Constraints:      24865
124.01/124.47	c INPROCESSING
124.01/124.47	c GARBAGE COLLECT
124.01/124.47	c rational objective 995
129.30/129.76	c #Conflicts:     217000 | #Constraints:      16490
129.30/129.76	c #Conflicts:     218000 | #Constraints:      17490
129.30/129.76	c #Conflicts:     219000 | #Constraints:      18490
129.30/129.76	c #Conflicts:     220000 | #Constraints:      19490
129.30/129.76	c #Conflicts:     221000 | #Constraints:      20490
129.30/129.76	c #Conflicts:     222000 | #Constraints:      21490
129.30/129.76	c #Conflicts:     223000 | #Constraints:      22490
129.30/129.76	c #Conflicts:     224000 | #Constraints:      23490
129.30/129.76	c #Conflicts:     225000 | #Constraints:      24490
129.30/129.76	c #Conflicts:     226000 | #Constraints:      25490
129.30/129.76	c INPROCESSING
129.30/129.76	c GARBAGE COLLECT
129.30/129.76	c rational objective 995
134.48/134.91	c #Conflicts:     227000 | #Constraints:      17018
134.48/134.91	c #Conflicts:     228000 | #Constraints:      18018
134.48/134.91	c #Conflicts:     229000 | #Constraints:      19018
134.48/134.91	c #Conflicts:     230000 | #Constraints:      20018
134.48/134.91	c #Conflicts:     231000 | #Constraints:      21018
134.48/134.91	c #Conflicts:     232000 | #Constraints:      22018
134.48/134.91	c #Conflicts:     233000 | #Constraints:      23018
134.48/134.91	c #Conflicts:     234000 | #Constraints:      24018
134.48/134.91	c #Conflicts:     235000 | #Constraints:      25018
134.48/134.91	c #Conflicts:     236000 | #Constraints:      26018
134.48/134.91	c INPROCESSING
134.48/134.91	c GARBAGE COLLECT
134.48/134.91	c rational objective 995
141.06/141.50	c #Conflicts:     237000 | #Constraints:      17404
141.06/141.50	c #Conflicts:     238000 | #Constraints:      18482
141.06/141.50	c #Conflicts:     239000 | #Constraints:      19556
141.06/141.50	c #Conflicts:     240000 | #Constraints:      20613
141.06/141.50	c #Conflicts:     241000 | #Constraints:      21665
141.06/141.50	c #Conflicts:     242000 | #Constraints:      22735
141.06/141.50	c #Conflicts:     243000 | #Constraints:      23790
141.06/141.50	c #Conflicts:     244000 | #Constraints:      24837
141.06/141.50	c #Conflicts:     245000 | #Constraints:      25884
141.06/141.50	c #Conflicts:     246000 | #Constraints:      26928
141.06/141.50	c INPROCESSING
141.06/141.50	c GARBAGE COLLECT
141.06/141.50	c rational objective 995
146.94/147.49	c #Conflicts:     247000 | #Constraints:      17785
146.94/147.49	c #Conflicts:     248000 | #Constraints:      18785
146.94/147.49	c #Conflicts:     249000 | #Constraints:      19785
146.94/147.49	c #Conflicts:     250000 | #Constraints:      20785
146.94/147.49	c #Conflicts:     251000 | #Constraints:      21785
146.94/147.49	c #Conflicts:     252000 | #Constraints:      22785
146.94/147.49	c #Conflicts:     253000 | #Constraints:      23785
146.94/147.49	c #Conflicts:     254000 | #Constraints:      24785
146.94/147.49	c #Conflicts:     255000 | #Constraints:      25785
146.94/147.49	c #Conflicts:     256000 | #Constraints:      26785
146.94/147.49	c INPROCESSING
146.94/147.49	c GARBAGE COLLECT
146.94/147.49	c rational objective 995
152.64/153.18	c #Conflicts:     257000 | #Constraints:      17682
152.64/153.18	c #Conflicts:     258000 | #Constraints:      18682
152.64/153.18	c #Conflicts:     259000 | #Constraints:      19682
152.64/153.18	c #Conflicts:     260000 | #Constraints:      20682
152.64/153.18	c #Conflicts:     261000 | #Constraints:      21682
152.64/153.18	c #Conflicts:     262000 | #Constraints:      22682
152.64/153.18	c #Conflicts:     263000 | #Constraints:      23682
152.64/153.18	c #Conflicts:     264000 | #Constraints:      24682
152.64/153.18	c #Conflicts:     265000 | #Constraints:      25682
152.64/153.18	c #Conflicts:     266000 | #Constraints:      26682
152.64/153.18	c INPROCESSING
152.64/153.18	c GARBAGE COLLECT
152.64/153.18	c rational objective 995
159.62/160.12	c #Conflicts:     267000 | #Constraints:      17412
159.62/160.12	c #Conflicts:     268000 | #Constraints:      18419
159.62/160.12	c #Conflicts:     269000 | #Constraints:      19485
159.62/160.12	c #Conflicts:     270000 | #Constraints:      20546
159.62/160.12	c #Conflicts:     271000 | #Constraints:      21607
159.62/160.12	c #Conflicts:     272000 | #Constraints:      22662
159.62/160.12	c #Conflicts:     273000 | #Constraints:      23715
159.62/160.12	c #Conflicts:     274000 | #Constraints:      24754
159.62/160.12	c #Conflicts:     275000 | #Constraints:      25798
159.62/160.12	c #Conflicts:     276000 | #Constraints:      26832
159.62/160.12	c #Conflicts:     277000 | #Constraints:      27883
159.62/160.12	c INPROCESSING
159.62/160.12	c GARBAGE COLLECT
159.62/160.12	c rational objective 995
166.40/166.91	c #Conflicts:     278000 | #Constraints:      18180
166.40/166.91	c #Conflicts:     279000 | #Constraints:      19180
166.40/166.91	c #Conflicts:     280000 | #Constraints:      20180
166.40/166.91	c #Conflicts:     281000 | #Constraints:      21180
166.40/166.91	c #Conflicts:     282000 | #Constraints:      22180
166.40/166.91	c #Conflicts:     283000 | #Constraints:      23180
166.40/166.91	c #Conflicts:     284000 | #Constraints:      24180
166.40/166.91	c #Conflicts:     285000 | #Constraints:      25180
166.40/166.91	c #Conflicts:     286000 | #Constraints:      26180
166.40/166.91	c #Conflicts:     287000 | #Constraints:      27180
166.40/166.91	c #Conflicts:     288000 | #Constraints:      28180
166.40/166.91	c INPROCESSING
166.40/166.91	c GARBAGE COLLECT
166.40/166.91	c rational objective 995
166.99/167.50	c #Conflicts:     289000 | #Constraints:      18491
166.99/167.50	c bounds 1036 >= 995 @ 164.534
167.10/167.64	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[5]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[17]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[35]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[41]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[46]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[68]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[81]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[89]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[97]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[110]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[112]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[127]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[132]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[137]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[154]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[156]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[169]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[182]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[187]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[195]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[196]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[204]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[215]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[216]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[222]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[231]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[233]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[247]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[259]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[279]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[281]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[287]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[295]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[306]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[307]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[310]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[320]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[338]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[355]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[361]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[365]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[372]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[394]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[395]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[404]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[406]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[409]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[410]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[421]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[431]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[449]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[451]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[456]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[467]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[471]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[481]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[485]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[487]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[502]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[520]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[521]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[541]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[544]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[553]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[572]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[585]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[590]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[599]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[609]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[615]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[633]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[642]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[645]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[657]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[660]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[673]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[674]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[709]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[736]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[737]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[748]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[751]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[762]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[767]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[772]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[788]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[790]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[796]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[797]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[807]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[814]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[819]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[829]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[831]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[834]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[840]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[875]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[889]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[894]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[905]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[910]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[915]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[917]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[939]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[947]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[949]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[951]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[963]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[967]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1022]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1023]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1029]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1091]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1101]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1102]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1125]: 6 -1.0001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1134]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1140]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1154]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1179]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1186]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1199]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1213]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1216]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1220]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1232]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1244]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1259]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1268]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1305]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1330]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1366]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1377]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1388]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1398]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1399]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1417]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1420]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1429]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1435]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1453]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1456]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1459]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1461]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1463]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1475]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1478]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1488]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1491]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1492]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1498]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1515]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1519]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1526]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1532]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1548]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1551]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1561]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1570]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1575]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1577]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1579]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1586]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1587]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1605]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1606]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1607]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1653]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1654]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1659]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1661]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1665]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1681]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1685]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1687]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1697]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1706]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1724]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1730]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1731]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1732]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1733]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1734]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1744]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1750]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1751]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1777]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1791]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1802]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1807]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1809]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1813]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1822]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1829]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1830]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1831]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1840]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1842]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1844]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1846]: 6 -1.00004 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1864]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1875]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1878]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1888]: 6 -1.00009 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1889]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1895]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1908]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1910]: 6 -1.00002 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1919]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1923]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1927]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1934]: 6 -1.00003 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1949]: 6 -1.00001 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1951]: 6 -1.00007 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
167.10/167.64	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
174.98/175.50	c #Conflicts:     290000 | #Constraints:      19519
174.98/175.50	c #Conflicts:     291000 | #Constraints:      20519
174.98/175.50	c #Conflicts:     292000 | #Constraints:      21519
174.98/175.50	c #Conflicts:     293000 | #Constraints:      22564
174.98/175.50	c #Conflicts:     294000 | #Constraints:      23626
174.98/175.50	c #Conflicts:     295000 | #Constraints:      24676
174.98/175.50	c #Conflicts:     296000 | #Constraints:      25732
174.98/175.50	c #Conflicts:     297000 | #Constraints:      26793
174.98/175.50	c #Conflicts:     298000 | #Constraints:      27849
174.98/175.50	c #Conflicts:     299000 | #Constraints:      28886
174.98/175.50	c INPROCESSING
174.98/175.50	c GARBAGE COLLECT
174.98/175.50	c rational objective 995
181.35/181.99	c #Conflicts:     300000 | #Constraints:      18802
181.35/181.99	c #Conflicts:     301000 | #Constraints:      19802
181.35/181.99	c #Conflicts:     302000 | #Constraints:      20802
181.35/181.99	c #Conflicts:     303000 | #Constraints:      21802
181.35/181.99	c #Conflicts:     304000 | #Constraints:      22802
181.35/181.99	c #Conflicts:     305000 | #Constraints:      23802
181.35/181.99	c #Conflicts:     306000 | #Constraints:      24802
181.35/181.99	c #Conflicts:     307000 | #Constraints:      25802
181.35/181.99	c #Conflicts:     308000 | #Constraints:      26802
181.35/181.99	c #Conflicts:     309000 | #Constraints:      27802
181.35/181.99	c bounds 1036 >= 996 @ 178.817
181.96/182.55	c #Conflicts:     310000 | #Constraints:      28871
181.96/182.55	c INPROCESSING
181.96/182.55	c GARBAGE COLLECT
181.96/182.55	c rational objective 996
188.84/189.43	c #Conflicts:     311000 | #Constraints:      18721
188.84/189.43	c #Conflicts:     312000 | #Constraints:      19721
188.84/189.43	c #Conflicts:     313000 | #Constraints:      20721
188.84/189.43	c #Conflicts:     314000 | #Constraints:      21721
188.84/189.43	c #Conflicts:     315000 | #Constraints:      22721
188.84/189.43	c #Conflicts:     316000 | #Constraints:      23721
188.84/189.43	c #Conflicts:     317000 | #Constraints:      24721
188.84/189.43	c #Conflicts:     318000 | #Constraints:      25721
188.84/189.43	c #Conflicts:     319000 | #Constraints:      26721
188.84/189.43	c #Conflicts:     320000 | #Constraints:      27721
188.84/189.43	c #Conflicts:     321000 | #Constraints:      28721
188.84/189.43	c INPROCESSING
188.84/189.43	c GARBAGE COLLECT
188.84/189.43	c rational objective 996
191.33/191.96	c #Conflicts:     322000 | #Constraints:      18465
191.33/191.96	c #Conflicts:     323000 | #Constraints:      19466
191.33/191.96	c #Conflicts:     324000 | #Constraints:      20522
191.33/191.96	c #Conflicts:     325000 | #Constraints:      21607
191.33/191.96	c #Conflicts:     326000 | #Constraints:      22683
191.33/191.96	c bounds 1035 >= 996 @ 188.617
191.53/192.11	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[3]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[17]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[24]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[31]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[32]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[33]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[41]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[45]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[46]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[47]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[49]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[51]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[62]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[84]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[88]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[90]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[97]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[99]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[106]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[111]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[113]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[116]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[119]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[136]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[146]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[153]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[155]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[157]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[169]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[177]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[179]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[189]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[192]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[199]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[201]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[210]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[211]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[224]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[230]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[231]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[233]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[235]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[239]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[242]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[243]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[247]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[253]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[257]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[259]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[272]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[276]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[278]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[283]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[287]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[292]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[295]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[296]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[298]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[304]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[305]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[307]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[308]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[315]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[320]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[322]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[323]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[330]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[331]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[335]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[349]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[351]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[354]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[357]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[361]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[364]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[365]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[378]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[381]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[385]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[397]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[405]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[407]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[422]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[433]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[436]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[447]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[449]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[455]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[458]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[463]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[467]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[477]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[479]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[503]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[521]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[544]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[547]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[548]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[553]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[565]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[575]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[582]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[585]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[598]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[599]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[603]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[605]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[607]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[609]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[611]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[615]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[619]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[633]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[636]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[637]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[638]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[640]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[641]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[643]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[645]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[648]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[649]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[657]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[660]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[676]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[683]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[684]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[689]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[708]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[709]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[711]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[726]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[729]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[733]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[737]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[747]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[748]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[750]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[751]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[755]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[756]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[758]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[760]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[761]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[765]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[767]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[768]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[772]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[774]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[781]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[784]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[788]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[797]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[801]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[815]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[819]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[829]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[833]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[837]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[838]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[840]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[855]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[856]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[875]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[878]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[882]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[883]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[887]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[888]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[889]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[905]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[907]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[908]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[912]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[918]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[919]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[930]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[931]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[936]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[937]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[939]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[940]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[948]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[951]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[957]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[963]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[971]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[972]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[975]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[977]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[987]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[990]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[993]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[998]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1002]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1009]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1012]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1014]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1016]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1018]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1019]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1022]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1023]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1029]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1030]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1037]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1041]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1049]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1051]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1060]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1067]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1078]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1082]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1091]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1099]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1101]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1102]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1107]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1116]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1120]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1122]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1124]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1132]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1134]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1140]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1141]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1143]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1149]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1154]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1158]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1161]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1167]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1169]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1173]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1180]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1189]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1198]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1199]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1201]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1206]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1216]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1223]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1233]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1241]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1242]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1248]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1262]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1266]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1267]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1268]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1272]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1279]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1293]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1299]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1304]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1305]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1309]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1316]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1319]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1323]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1325]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1328]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1334]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1336]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1351]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1359]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1365]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1373]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1375]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1377]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1381]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1397]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1402]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1407]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1409]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1417]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1420]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1421]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1429]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1439]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1448]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1449]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1450]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1457]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1461]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1463]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1470]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1476]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1483]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1485]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1486]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1488]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1495]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1500]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1501]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1502]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1508]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1510]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1515]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1519]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1521]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1522]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1527]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1531]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1532]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1533]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1537]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1540]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1548]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1552]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1561]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1562]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1564]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1565]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1573]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1575]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1577]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1578]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1580]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1586]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1587]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1600]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1601]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1602]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1616]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1620]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1624]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1634]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1635]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1636]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1638]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1640]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1644]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1653]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1654]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1661]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1664]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1665]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1667]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1675]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1676]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1678]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1685]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1687]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1696]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1697]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1702]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1706]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1709]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1726]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1727]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1730]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1731]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1733]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1734]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1736]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1737]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1738]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1744]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1766]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1785]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1791]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1792]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1794]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1795]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1797]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1798]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1802]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1804]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1807]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1815]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1821]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1822]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1823]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1824]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1827]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1828]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1831]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1835]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1838]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1840]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1841]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1842]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1844]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1846]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1848]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1850]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1854]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1856]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1859]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1862]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1868]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1870]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1873]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1875]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1876]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1881]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1887]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1890]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1895]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1897]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1899]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1902]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1903]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1908]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1909]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1914]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1919]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1920]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1921]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1924]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1927]: 6 -1.00001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1934]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1941]: 6 -1.00008 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1942]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1946]: 6 -1.00005 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1949]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1951]: 6 -1.00002 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1953]: 6 -1.00006 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1954]: 6 -1.00009 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
191.53/192.11	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
197.12/197.75	c #Conflicts:     327000 | #Constraints:      23719
197.12/197.75	c #Conflicts:     328000 | #Constraints:      24719
197.12/197.75	c #Conflicts:     329000 | #Constraints:      25719
197.12/197.75	c #Conflicts:     330000 | #Constraints:      26772
197.12/197.75	c #Conflicts:     331000 | #Constraints:      27833
197.12/197.75	c #Conflicts:     332000 | #Constraints:      28905
197.12/197.75	c #Conflicts:     333000 | #Constraints:      29958
197.12/197.75	c INPROCESSING
197.12/197.75	c GARBAGE COLLECT
197.12/197.75	c rational objective 996
204.30/204.94	c #Conflicts:     334000 | #Constraints:      19245
204.30/204.94	c #Conflicts:     335000 | #Constraints:      20245
204.30/204.94	c #Conflicts:     336000 | #Constraints:      21245
204.30/204.94	c #Conflicts:     337000 | #Constraints:      22245
204.30/204.94	c #Conflicts:     338000 | #Constraints:      23245
204.30/204.94	c #Conflicts:     339000 | #Constraints:      24245
204.30/204.94	c #Conflicts:     340000 | #Constraints:      25245
204.30/204.94	c #Conflicts:     341000 | #Constraints:      26245
204.30/204.94	c #Conflicts:     342000 | #Constraints:      27246
204.30/204.94	c #Conflicts:     343000 | #Constraints:      28246
204.30/204.94	c #Conflicts:     344000 | #Constraints:      29246
204.30/204.94	c #Conflicts:     345000 | #Constraints:      30246
204.30/204.94	c INPROCESSING
204.30/204.94	c GARBAGE COLLECT
204.30/204.94	c rational objective 996
212.58/213.23	c #Conflicts:     346000 | #Constraints:      19546
212.58/213.23	c #Conflicts:     347000 | #Constraints:      20605
212.58/213.23	c #Conflicts:     348000 | #Constraints:      21675
212.58/213.23	c #Conflicts:     349000 | #Constraints:      22718
212.58/213.23	c #Conflicts:     350000 | #Constraints:      23749
212.58/213.23	c #Conflicts:     351000 | #Constraints:      24795
212.58/213.23	c #Conflicts:     352000 | #Constraints:      25835
212.58/213.23	c #Conflicts:     353000 | #Constraints:      26892
212.58/213.23	c #Conflicts:     354000 | #Constraints:      27943
212.58/213.23	c #Conflicts:     355000 | #Constraints:      28991
212.58/213.23	c #Conflicts:     356000 | #Constraints:      30035
212.58/213.23	c #Conflicts:     357000 | #Constraints:      31083
212.58/213.23	c INPROCESSING
212.58/213.23	c GARBAGE COLLECT
212.58/213.23	c rational objective 996
220.16/220.86	c #Conflicts:     358000 | #Constraints:      19908
220.16/220.86	c #Conflicts:     359000 | #Constraints:      20908
220.16/220.86	c #Conflicts:     360000 | #Constraints:      21908
220.16/220.86	c #Conflicts:     361000 | #Constraints:      22908
220.16/220.86	c #Conflicts:     362000 | #Constraints:      23908
220.16/220.86	c #Conflicts:     363000 | #Constraints:      24908
220.16/220.86	c #Conflicts:     364000 | #Constraints:      25908
220.16/220.86	c #Conflicts:     365000 | #Constraints:      26908
220.16/220.86	c #Conflicts:     366000 | #Constraints:      27908
220.16/220.86	c #Conflicts:     367000 | #Constraints:      28908
220.16/220.86	c #Conflicts:     368000 | #Constraints:      29908
220.16/220.86	c #Conflicts:     369000 | #Constraints:      30908
220.16/220.86	c INPROCESSING
220.16/220.86	c GARBAGE COLLECT
220.16/220.86	c rational objective 996
227.64/228.39	c #Conflicts:     370000 | #Constraints:      19768
227.64/228.39	c #Conflicts:     371000 | #Constraints:      20768
227.64/228.39	c #Conflicts:     372000 | #Constraints:      21768
227.64/228.39	c #Conflicts:     373000 | #Constraints:      22768
227.64/228.39	c #Conflicts:     374000 | #Constraints:      23768
227.64/228.39	c #Conflicts:     375000 | #Constraints:      24768
227.64/228.39	c #Conflicts:     376000 | #Constraints:      25768
227.64/228.39	c #Conflicts:     377000 | #Constraints:      26768
227.64/228.39	c #Conflicts:     378000 | #Constraints:      27768
227.64/228.39	c #Conflicts:     379000 | #Constraints:      28768
227.64/228.39	c #Conflicts:     380000 | #Constraints:      29768
227.64/228.39	c #Conflicts:     381000 | #Constraints:      30768
227.64/228.39	c INPROCESSING
227.64/228.39	c GARBAGE COLLECT
227.64/228.39	c rational objective 996
236.42/237.15	c #Conflicts:     382000 | #Constraints:      19481
236.42/237.15	c #Conflicts:     383000 | #Constraints:      20484
236.42/237.15	c #Conflicts:     384000 | #Constraints:      21531
236.42/237.15	c #Conflicts:     385000 | #Constraints:      22577
236.42/237.15	c #Conflicts:     386000 | #Constraints:      23614
236.42/237.15	c #Conflicts:     387000 | #Constraints:      24649
236.42/237.15	c #Conflicts:     388000 | #Constraints:      25686
236.42/237.15	c #Conflicts:     389000 | #Constraints:      26733
236.42/237.15	c #Conflicts:     390000 | #Constraints:      27781
236.42/237.15	c #Conflicts:     391000 | #Constraints:      28813
236.42/237.15	c #Conflicts:     392000 | #Constraints:      29841
236.42/237.15	c #Conflicts:     393000 | #Constraints:      30878
236.42/237.15	c bounds 1034 >= 996 @ 233.121
237.11/237.86	c #Conflicts:     394000 | #Constraints:      31916
237.11/237.86	c INPROCESSING
237.11/237.86	c GARBAGE COLLECT
237.11/237.86	c rational objective 996
245.18/245.95	c #Conflicts:     395000 | #Constraints:      20247
245.18/245.95	c #Conflicts:     396000 | #Constraints:      21247
245.18/245.95	c #Conflicts:     397000 | #Constraints:      22247
245.18/245.95	c #Conflicts:     398000 | #Constraints:      23247
245.18/245.95	c #Conflicts:     399000 | #Constraints:      24247
245.18/245.95	c #Conflicts:     400000 | #Constraints:      25247
245.18/245.95	c #Conflicts:     401000 | #Constraints:      26247
245.18/245.95	c #Conflicts:     402000 | #Constraints:      27247
245.18/245.95	c #Conflicts:     403000 | #Constraints:      28247
245.18/245.95	c #Conflicts:     404000 | #Constraints:      29247
245.18/245.95	c #Conflicts:     405000 | #Constraints:      30247
245.18/245.95	c #Conflicts:     406000 | #Constraints:      31247
245.18/245.95	c #Conflicts:     407000 | #Constraints:      32247
245.18/245.95	c INPROCESSING
245.18/245.95	c GARBAGE COLLECT
245.18/245.95	c rational objective 996
254.56/255.32	c #Conflicts:     408000 | #Constraints:      20560
254.56/255.32	c #Conflicts:     409000 | #Constraints:      21610
254.56/255.32	c #Conflicts:     410000 | #Constraints:      22664
254.56/255.32	c #Conflicts:     411000 | #Constraints:      23705
254.56/255.32	c #Conflicts:     412000 | #Constraints:      24739
254.56/255.32	c #Conflicts:     413000 | #Constraints:      25784
254.56/255.32	c #Conflicts:     414000 | #Constraints:      26817
254.56/255.32	c #Conflicts:     415000 | #Constraints:      27857
254.56/255.32	c #Conflicts:     416000 | #Constraints:      28898
254.56/255.32	c #Conflicts:     417000 | #Constraints:      29943
254.56/255.32	c #Conflicts:     418000 | #Constraints:      30974
254.56/255.32	c #Conflicts:     419000 | #Constraints:      32004
254.56/255.32	c #Conflicts:     420000 | #Constraints:      33036
254.56/255.32	c INPROCESSING
254.56/255.32	c GARBAGE COLLECT
254.56/255.32	c rational objective 996
264.23/265.01	c #Conflicts:     421000 | #Constraints:      20857
264.23/265.01	c #Conflicts:     422000 | #Constraints:      21857
264.23/265.01	c #Conflicts:     423000 | #Constraints:      22857
264.23/265.01	c #Conflicts:     424000 | #Constraints:      23857
264.23/265.01	c #Conflicts:     425000 | #Constraints:      24857
264.23/265.01	c #Conflicts:     426000 | #Constraints:      25857
264.23/265.01	c #Conflicts:     427000 | #Constraints:      26857
264.23/265.01	c #Conflicts:     428000 | #Constraints:      27857
264.23/265.01	c #Conflicts:     429000 | #Constraints:      28857
264.23/265.01	c #Conflicts:     430000 | #Constraints:      29857
264.23/265.01	c #Conflicts:     431000 | #Constraints:      30857
264.23/265.01	c #Conflicts:     432000 | #Constraints:      31857
264.23/265.01	c #Conflicts:     433000 | #Constraints:      32857
264.23/265.01	c INPROCESSING
264.23/265.01	c GARBAGE COLLECT
264.23/265.01	c rational objective 996
272.22/273.09	c #Conflicts:     434000 | #Constraints:      20757
272.22/273.09	c #Conflicts:     435000 | #Constraints:      21757
272.22/273.09	c #Conflicts:     436000 | #Constraints:      22757
272.22/273.09	c #Conflicts:     437000 | #Constraints:      23757
272.22/273.09	c #Conflicts:     438000 | #Constraints:      24757
272.22/273.09	c #Conflicts:     439000 | #Constraints:      25757
272.22/273.09	c #Conflicts:     440000 | #Constraints:      26757
272.22/273.09	c #Conflicts:     441000 | #Constraints:      27757
272.22/273.09	c #Conflicts:     442000 | #Constraints:      28757
272.22/273.09	c #Conflicts:     443000 | #Constraints:      29757
272.22/273.09	c #Conflicts:     444000 | #Constraints:      30757
272.22/273.09	c #Conflicts:     445000 | #Constraints:      31757
272.22/273.09	c #Conflicts:     446000 | #Constraints:      32757
272.22/273.09	c INPROCESSING
272.22/273.09	c GARBAGE COLLECT
272.22/273.09	c rational objective 996
272.90/273.73	c #Conflicts:     447000 | #Constraints:      20496
272.90/273.73	c #Conflicts:     448000 | #Constraints:      21520
272.90/273.73	c bounds 1033 >= 996 @ 269.21
283.68/284.56	c #Conflicts:     449000 | #Constraints:      22547
283.68/284.56	c #Conflicts:     450000 | #Constraints:      23591
283.68/284.56	c #Conflicts:     451000 | #Constraints:      24652
283.68/284.56	c #Conflicts:     452000 | #Constraints:      25725
283.68/284.56	c #Conflicts:     453000 | #Constraints:      26777
283.68/284.56	c #Conflicts:     454000 | #Constraints:      27821
283.68/284.56	c #Conflicts:     455000 | #Constraints:      28866
283.68/284.56	c #Conflicts:     456000 | #Constraints:      29896
283.68/284.56	c #Conflicts:     457000 | #Constraints:      30928
283.68/284.56	c #Conflicts:     458000 | #Constraints:      31960
283.68/284.56	c #Conflicts:     459000 | #Constraints:      33006
283.68/284.56	c #Conflicts:     460000 | #Constraints:      34037
283.68/284.56	c INPROCESSING
283.68/284.56	c GARBAGE COLLECT
283.68/284.56	c rational objective 996
294.15/295.03	c #Conflicts:     461000 | #Constraints:      21299
294.15/295.03	c #Conflicts:     462000 | #Constraints:      22299
294.15/295.03	c #Conflicts:     463000 | #Constraints:      23299
294.15/295.03	c #Conflicts:     464000 | #Constraints:      24299
294.15/295.03	c #Conflicts:     465000 | #Constraints:      25299
294.15/295.03	c #Conflicts:     466000 | #Constraints:      26299
294.15/295.03	c #Conflicts:     467000 | #Constraints:      27299
294.15/295.03	c #Conflicts:     468000 | #Constraints:      28299
294.15/295.03	c #Conflicts:     469000 | #Constraints:      29299
294.15/295.03	c #Conflicts:     470000 | #Constraints:      30299
294.15/295.03	c #Conflicts:     471000 | #Constraints:      31299
294.15/295.03	c #Conflicts:     472000 | #Constraints:      32299
294.15/295.03	c #Conflicts:     473000 | #Constraints:      33299
294.15/295.03	c #Conflicts:     474000 | #Constraints:      34299
294.15/295.03	c INPROCESSING
294.15/295.03	c GARBAGE COLLECT
294.15/295.03	c rational objective 996
294.15/295.09	c bounds 1032 >= 996 @ 290.285
305.01/305.94	c #Conflicts:     475000 | #Constraints:      21566
305.01/305.94	c #Conflicts:     476000 | #Constraints:      22616
305.01/305.94	c #Conflicts:     477000 | #Constraints:      23670
305.01/305.94	c #Conflicts:     478000 | #Constraints:      24730
305.01/305.94	c #Conflicts:     479000 | #Constraints:      25779
305.01/305.94	c #Conflicts:     480000 | #Constraints:      26824
305.01/305.94	c #Conflicts:     481000 | #Constraints:      27873
305.01/305.94	c #Conflicts:     482000 | #Constraints:      28921
305.01/305.94	c #Conflicts:     483000 | #Constraints:      29976
305.01/305.94	c #Conflicts:     484000 | #Constraints:      31023
305.01/305.94	c #Conflicts:     485000 | #Constraints:      32060
305.01/305.94	c #Conflicts:     486000 | #Constraints:      33102
305.01/305.94	c #Conflicts:     487000 | #Constraints:      34137
305.01/305.94	c #Conflicts:     488000 | #Constraints:      35174
305.01/305.94	c INPROCESSING
305.01/305.94	c GARBAGE COLLECT
305.01/305.94	c rational objective 996
314.39/315.34	c #Conflicts:     489000 | #Constraints:      21962
314.39/315.34	c #Conflicts:     490000 | #Constraints:      22962
314.39/315.34	c #Conflicts:     491000 | #Constraints:      23962
314.39/315.34	c #Conflicts:     492000 | #Constraints:      24962
314.39/315.34	c #Conflicts:     493000 | #Constraints:      25962
314.39/315.34	c #Conflicts:     494000 | #Constraints:      26962
314.39/315.34	c #Conflicts:     495000 | #Constraints:      27962
314.39/315.34	c #Conflicts:     496000 | #Constraints:      28962
314.39/315.34	c #Conflicts:     497000 | #Constraints:      29962
314.39/315.34	c #Conflicts:     498000 | #Constraints:      30962
314.39/315.34	c #Conflicts:     499000 | #Constraints:      31962
314.39/315.34	c #Conflicts:     500000 | #Constraints:      32962
314.39/315.34	c #Conflicts:     501000 | #Constraints:      33962
314.39/315.34	c #Conflicts:     502000 | #Constraints:      34962
314.39/315.34	c INPROCESSING
314.39/315.34	c GARBAGE COLLECT
314.39/315.34	c rational objective 996
323.76/324.79	c #Conflicts:     503000 | #Constraints:      21830
323.76/324.79	c #Conflicts:     504000 | #Constraints:      22830
323.76/324.79	c #Conflicts:     505000 | #Constraints:      23830
323.76/324.79	c #Conflicts:     506000 | #Constraints:      24830
323.76/324.79	c #Conflicts:     507000 | #Constraints:      25830
323.76/324.79	c #Conflicts:     508000 | #Constraints:      26830
323.76/324.79	c #Conflicts:     509000 | #Constraints:      27830
323.76/324.79	c #Conflicts:     510000 | #Constraints:      28830
323.76/324.79	c #Conflicts:     511000 | #Constraints:      29830
323.76/324.79	c #Conflicts:     512000 | #Constraints:      30830
323.76/324.79	c #Conflicts:     513000 | #Constraints:      31830
323.76/324.79	c #Conflicts:     514000 | #Constraints:      32830
323.76/324.79	c #Conflicts:     515000 | #Constraints:      33830
323.76/324.79	c #Conflicts:     516000 | #Constraints:      34830
323.76/324.79	c INPROCESSING
323.76/324.79	c GARBAGE COLLECT
323.76/324.79	c rational objective 996
335.83/336.89	c #Conflicts:     517000 | #Constraints:      21560
335.83/336.89	c #Conflicts:     518000 | #Constraints:      22569
335.83/336.89	c #Conflicts:     519000 | #Constraints:      23624
335.83/336.89	c #Conflicts:     520000 | #Constraints:      24695
335.83/336.89	c #Conflicts:     521000 | #Constraints:      25754
335.83/336.89	c #Conflicts:     522000 | #Constraints:      26817
335.83/336.89	c #Conflicts:     523000 | #Constraints:      27880
335.83/336.89	c #Conflicts:     524000 | #Constraints:      28935
335.83/336.89	c #Conflicts:     525000 | #Constraints:      29994
335.83/336.89	c #Conflicts:     526000 | #Constraints:      31025
335.83/336.89	c #Conflicts:     527000 | #Constraints:      32059
335.83/336.89	c #Conflicts:     528000 | #Constraints:      33106
335.83/336.89	c #Conflicts:     529000 | #Constraints:      34134
335.83/336.89	c #Conflicts:     530000 | #Constraints:      35169
335.83/336.89	c #Conflicts:     531000 | #Constraints:      36204
335.83/336.89	c INPROCESSING
335.83/336.89	c GARBAGE COLLECT
335.83/336.89	c rational objective 996
346.00/347.07	c #Conflicts:     532000 | #Constraints:      22379
346.00/347.07	c #Conflicts:     533000 | #Constraints:      23379
346.00/347.07	c #Conflicts:     534000 | #Constraints:      24379
346.00/347.07	c #Conflicts:     535000 | #Constraints:      25379
346.00/347.07	c #Conflicts:     536000 | #Constraints:      26379
346.00/347.07	c #Conflicts:     537000 | #Constraints:      27379
346.00/347.07	c #Conflicts:     538000 | #Constraints:      28379
346.00/347.07	c #Conflicts:     539000 | #Constraints:      29379
346.00/347.07	c #Conflicts:     540000 | #Constraints:      30379
346.00/347.07	c #Conflicts:     541000 | #Constraints:      31379
346.00/347.07	c #Conflicts:     542000 | #Constraints:      32379
346.00/347.07	c #Conflicts:     543000 | #Constraints:      33379
346.00/347.07	c #Conflicts:     544000 | #Constraints:      34379
346.00/347.07	c #Conflicts:     545000 | #Constraints:      35379
346.00/347.07	c #Conflicts:     546000 | #Constraints:      36379
346.00/347.07	c INPROCESSING
346.00/347.07	c GARBAGE COLLECT
346.00/347.07	c rational objective 996
357.37/358.42	c #Conflicts:     547000 | #Constraints:      22635
357.37/358.42	c #Conflicts:     548000 | #Constraints:      23712
357.37/358.42	c #Conflicts:     549000 | #Constraints:      24802
357.37/358.42	c #Conflicts:     550000 | #Constraints:      25873
357.37/358.42	c #Conflicts:     551000 | #Constraints:      26932
357.37/358.42	c #Conflicts:     552000 | #Constraints:      27978
357.37/358.42	c #Conflicts:     553000 | #Constraints:      29044
357.37/358.42	c #Conflicts:     554000 | #Constraints:      30096
357.37/358.42	c #Conflicts:     555000 | #Constraints:      31158
357.37/358.42	c #Conflicts:     556000 | #Constraints:      32187
357.37/358.42	c #Conflicts:     557000 | #Constraints:      33209
357.37/358.42	c #Conflicts:     558000 | #Constraints:      34232
357.37/358.42	c #Conflicts:     559000 | #Constraints:      35251
357.37/358.42	c #Conflicts:     560000 | #Constraints:      36294
357.37/358.42	c #Conflicts:     561000 | #Constraints:      37329
357.37/358.42	c INPROCESSING
357.37/358.42	c GARBAGE COLLECT
357.37/358.42	c rational objective 996
367.64/368.71	c #Conflicts:     562000 | #Constraints:      23037
367.64/368.71	c #Conflicts:     563000 | #Constraints:      24037
367.64/368.71	c #Conflicts:     564000 | #Constraints:      25037
367.64/368.71	c #Conflicts:     565000 | #Constraints:      26037
367.64/368.71	c #Conflicts:     566000 | #Constraints:      27037
367.64/368.71	c #Conflicts:     567000 | #Constraints:      28037
367.64/368.71	c #Conflicts:     568000 | #Constraints:      29037
367.64/368.71	c #Conflicts:     569000 | #Constraints:      30037
367.64/368.71	c #Conflicts:     570000 | #Constraints:      31037
367.64/368.71	c #Conflicts:     571000 | #Constraints:      32037
367.64/368.71	c #Conflicts:     572000 | #Constraints:      33037
367.64/368.71	c #Conflicts:     573000 | #Constraints:      34037
367.64/368.71	c #Conflicts:     574000 | #Constraints:      35037
367.64/368.71	c #Conflicts:     575000 | #Constraints:      36037
367.64/368.71	c #Conflicts:     576000 | #Constraints:      37037
367.64/368.71	c INPROCESSING
367.64/368.71	c GARBAGE COLLECT
367.64/368.71	c rational objective 996
377.31/378.49	c #Conflicts:     577000 | #Constraints:      22843
377.31/378.49	c #Conflicts:     578000 | #Constraints:      23843
377.31/378.49	c #Conflicts:     579000 | #Constraints:      24843
377.31/378.49	c #Conflicts:     580000 | #Constraints:      25843
377.31/378.49	c #Conflicts:     581000 | #Constraints:      26843
377.31/378.49	c #Conflicts:     582000 | #Constraints:      27843
377.31/378.49	c #Conflicts:     583000 | #Constraints:      28843
377.31/378.49	c #Conflicts:     584000 | #Constraints:      29843
377.31/378.49	c #Conflicts:     585000 | #Constraints:      30843
377.31/378.49	c #Conflicts:     586000 | #Constraints:      31843
377.31/378.49	c #Conflicts:     587000 | #Constraints:      32843
377.31/378.49	c #Conflicts:     588000 | #Constraints:      33843
377.31/378.49	c #Conflicts:     589000 | #Constraints:      34843
377.31/378.49	c #Conflicts:     590000 | #Constraints:      35843
377.31/378.49	c #Conflicts:     591000 | #Constraints:      36843
377.31/378.49	c INPROCESSING
377.31/378.49	c GARBAGE COLLECT
377.31/378.49	c rational objective 996
388.28/389.48	c #Conflicts:     592000 | #Constraints:      22538
388.28/389.48	c #Conflicts:     593000 | #Constraints:      23548
388.28/389.48	c #Conflicts:     594000 | #Constraints:      24614
388.28/389.48	c #Conflicts:     595000 | #Constraints:      25678
388.28/389.48	c #Conflicts:     596000 | #Constraints:      26735
388.28/389.48	c #Conflicts:     597000 | #Constraints:      27778
388.28/389.48	c #Conflicts:     598000 | #Constraints:      28824
388.28/389.48	c #Conflicts:     599000 | #Constraints:      29854
388.28/389.48	c #Conflicts:     600000 | #Constraints:      30895
388.28/389.48	c #Conflicts:     601000 | #Constraints:      31948
388.28/389.48	c #Conflicts:     602000 | #Constraints:      32996
388.28/389.48	c #Conflicts:     603000 | #Constraints:      34036
388.28/389.48	c #Conflicts:     604000 | #Constraints:      35085
388.28/389.48	c #Conflicts:     605000 | #Constraints:      36123
388.28/389.48	c #Conflicts:     606000 | #Constraints:      37164
388.28/389.48	c #Conflicts:     607000 | #Constraints:      38193
388.28/389.48	c INPROCESSING
388.28/389.48	c GARBAGE COLLECT
388.28/389.48	c rational objective 996
399.74/400.93	c #Conflicts:     608000 | #Constraints:      23375
399.74/400.93	c #Conflicts:     609000 | #Constraints:      24375
399.74/400.93	c #Conflicts:     610000 | #Constraints:      25375
399.74/400.93	c #Conflicts:     611000 | #Constraints:      26375
399.74/400.93	c #Conflicts:     612000 | #Constraints:      27375
399.74/400.93	c #Conflicts:     613000 | #Constraints:      28375
399.74/400.93	c #Conflicts:     614000 | #Constraints:      29375
399.74/400.93	c #Conflicts:     615000 | #Constraints:      30375
399.74/400.93	c #Conflicts:     616000 | #Constraints:      31375
399.74/400.93	c #Conflicts:     617000 | #Constraints:      32375
399.74/400.93	c #Conflicts:     618000 | #Constraints:      33375
399.74/400.93	c #Conflicts:     619000 | #Constraints:      34375
399.74/400.93	c #Conflicts:     620000 | #Constraints:      35375
399.74/400.93	c #Conflicts:     621000 | #Constraints:      36375
399.74/400.93	c #Conflicts:     622000 | #Constraints:      37375
399.74/400.93	c #Conflicts:     623000 | #Constraints:      38375
399.74/400.93	c INPROCESSING
399.74/400.93	c GARBAGE COLLECT
399.74/400.93	c rational objective 996
411.41/412.64	c #Conflicts:     624000 | #Constraints:      23649
411.41/412.64	c #Conflicts:     625000 | #Constraints:      24706
411.41/412.64	c #Conflicts:     626000 | #Constraints:      25748
411.41/412.64	c #Conflicts:     627000 | #Constraints:      26798
411.41/412.64	c #Conflicts:     628000 | #Constraints:      27857
411.41/412.64	c #Conflicts:     629000 | #Constraints:      28901
411.41/412.64	c #Conflicts:     630000 | #Constraints:      29946
411.41/412.64	c #Conflicts:     631000 | #Constraints:      30989
411.41/412.64	c #Conflicts:     632000 | #Constraints:      32026
411.41/412.64	c #Conflicts:     633000 | #Constraints:      33068
411.41/412.64	c #Conflicts:     634000 | #Constraints:      34117
411.41/412.64	c #Conflicts:     635000 | #Constraints:      35157
411.41/412.64	c #Conflicts:     636000 | #Constraints:      36208
411.41/412.64	c #Conflicts:     637000 | #Constraints:      37245
411.41/412.64	c #Conflicts:     638000 | #Constraints:      38285
411.41/412.64	c #Conflicts:     639000 | #Constraints:      39312
411.41/412.64	c INPROCESSING
411.41/412.64	c GARBAGE COLLECT
411.41/412.64	c rational objective 996
423.08/424.31	c #Conflicts:     640000 | #Constraints:      24012
423.08/424.31	c #Conflicts:     641000 | #Constraints:      25012
423.08/424.31	c #Conflicts:     642000 | #Constraints:      26012
423.08/424.31	c #Conflicts:     643000 | #Constraints:      27012
423.08/424.31	c #Conflicts:     644000 | #Constraints:      28012
423.08/424.31	c #Conflicts:     645000 | #Constraints:      29012
423.08/424.31	c #Conflicts:     646000 | #Constraints:      30012
423.08/424.31	c #Conflicts:     647000 | #Constraints:      31012
423.08/424.31	c #Conflicts:     648000 | #Constraints:      32012
423.08/424.31	c #Conflicts:     649000 | #Constraints:      33012
423.08/424.31	c #Conflicts:     650000 | #Constraints:      34012
423.08/424.31	c #Conflicts:     651000 | #Constraints:      35012
423.08/424.31	c #Conflicts:     652000 | #Constraints:      36012
423.08/424.31	c #Conflicts:     653000 | #Constraints:      37012
423.08/424.31	c #Conflicts:     654000 | #Constraints:      38012
423.08/424.31	c #Conflicts:     655000 | #Constraints:      39012
423.08/424.31	c INPROCESSING
423.08/424.31	c GARBAGE COLLECT
423.08/424.31	c rational objective 996
434.85/436.19	c #Conflicts:     656000 | #Constraints:      23843
434.85/436.19	c #Conflicts:     657000 | #Constraints:      24843
434.85/436.19	c #Conflicts:     658000 | #Constraints:      25843
434.85/436.19	c #Conflicts:     659000 | #Constraints:      26843
434.85/436.19	c #Conflicts:     660000 | #Constraints:      27843
434.85/436.19	c #Conflicts:     661000 | #Constraints:      28843
434.85/436.19	c #Conflicts:     662000 | #Constraints:      29843
434.85/436.19	c #Conflicts:     663000 | #Constraints:      30843
434.85/436.19	c #Conflicts:     664000 | #Constraints:      31843
434.85/436.19	c #Conflicts:     665000 | #Constraints:      32843
434.85/436.19	c #Conflicts:     666000 | #Constraints:      33843
434.85/436.19	c #Conflicts:     667000 | #Constraints:      34843
434.85/436.19	c #Conflicts:     668000 | #Constraints:      35843
434.85/436.19	c #Conflicts:     669000 | #Constraints:      36843
434.85/436.19	c #Conflicts:     670000 | #Constraints:      37843
434.85/436.19	c #Conflicts:     671000 | #Constraints:      38843
434.85/436.19	c INPROCESSING
434.85/436.19	c GARBAGE COLLECT
434.85/436.19	c rational objective 996
447.22/448.57	c #Conflicts:     672000 | #Constraints:      23586
447.22/448.57	c #Conflicts:     673000 | #Constraints:      24599
447.22/448.57	c #Conflicts:     674000 | #Constraints:      25651
447.22/448.57	c #Conflicts:     675000 | #Constraints:      26701
447.22/448.57	c #Conflicts:     676000 | #Constraints:      27745
447.22/448.57	c #Conflicts:     677000 | #Constraints:      28791
447.22/448.57	c #Conflicts:     678000 | #Constraints:      29826
447.22/448.57	c #Conflicts:     679000 | #Constraints:      30861
447.22/448.57	c #Conflicts:     680000 | #Constraints:      31894
447.22/448.57	c #Conflicts:     681000 | #Constraints:      32921
447.22/448.57	c #Conflicts:     682000 | #Constraints:      33964
447.22/448.57	c #Conflicts:     683000 | #Constraints:      34998
447.22/448.57	c #Conflicts:     684000 | #Constraints:      36024
447.22/448.57	c #Conflicts:     685000 | #Constraints:      37067
447.22/448.57	c #Conflicts:     686000 | #Constraints:      38090
447.22/448.57	c #Conflicts:     687000 | #Constraints:      39120
447.22/448.57	c #Conflicts:     688000 | #Constraints:      40156
447.22/448.57	c INPROCESSING
447.22/448.57	c GARBAGE COLLECT
447.22/448.57	c rational objective 996
460.09/461.44	c #Conflicts:     689000 | #Constraints:      24352
460.09/461.44	c #Conflicts:     690000 | #Constraints:      25352
460.09/461.44	c #Conflicts:     691000 | #Constraints:      26352
460.09/461.44	c #Conflicts:     692000 | #Constraints:      27352
460.09/461.44	c #Conflicts:     693000 | #Constraints:      28352
460.09/461.44	c #Conflicts:     694000 | #Constraints:      29352
460.09/461.44	c #Conflicts:     695000 | #Constraints:      30352
460.09/461.44	c #Conflicts:     696000 | #Constraints:      31352
460.09/461.44	c #Conflicts:     697000 | #Constraints:      32352
460.09/461.44	c #Conflicts:     698000 | #Constraints:      33352
460.09/461.44	c #Conflicts:     699000 | #Constraints:      34352
460.09/461.44	c #Conflicts:     700000 | #Constraints:      35352
460.09/461.44	c #Conflicts:     701000 | #Constraints:      36352
460.09/461.44	c #Conflicts:     702000 | #Constraints:      37352
460.09/461.44	c #Conflicts:     703000 | #Constraints:      38352
460.09/461.44	c #Conflicts:     704000 | #Constraints:      39352
460.09/461.44	c #Conflicts:     705000 | #Constraints:      40352
460.09/461.44	c INPROCESSING
460.09/461.44	c GARBAGE COLLECT
460.09/461.44	c rational objective 996
473.85/475.20	c #Conflicts:     706000 | #Constraints:      24623
473.85/475.20	c #Conflicts:     707000 | #Constraints:      25627
473.85/475.20	c #Conflicts:     708000 | #Constraints:      26628
473.85/475.20	c #Conflicts:     709000 | #Constraints:      27667
473.85/475.20	c #Conflicts:     710000 | #Constraints:      28726
473.85/475.20	c #Conflicts:     711000 | #Constraints:      29784
473.85/475.20	c #Conflicts:     712000 | #Constraints:      30840
473.85/475.20	c #Conflicts:     713000 | #Constraints:      31881
473.85/475.20	c #Conflicts:     714000 | #Constraints:      32932
473.85/475.20	c #Conflicts:     715000 | #Constraints:      33960
473.85/475.20	c #Conflicts:     716000 | #Constraints:      35007
473.85/475.20	c #Conflicts:     717000 | #Constraints:      36040
473.85/475.20	c #Conflicts:     718000 | #Constraints:      37070
473.85/475.20	c #Conflicts:     719000 | #Constraints:      38087
473.85/475.20	c #Conflicts:     720000 | #Constraints:      39123
473.85/475.20	c #Conflicts:     721000 | #Constraints:      40155
473.85/475.20	c #Conflicts:     722000 | #Constraints:      41188
473.85/475.20	c INPROCESSING
473.85/475.20	c GARBAGE COLLECT
473.85/475.20	c rational objective 996
488.02/489.45	c #Conflicts:     723000 | #Constraints:      24967
488.02/489.45	c #Conflicts:     724000 | #Constraints:      25967
488.02/489.45	c #Conflicts:     725000 | #Constraints:      26967
488.02/489.45	c #Conflicts:     726000 | #Constraints:      27967
488.02/489.45	c #Conflicts:     727000 | #Constraints:      28967
488.02/489.45	c #Conflicts:     728000 | #Constraints:      29967
488.02/489.45	c #Conflicts:     729000 | #Constraints:      30967
488.02/489.45	c #Conflicts:     730000 | #Constraints:      31967
488.02/489.45	c #Conflicts:     731000 | #Constraints:      32967
488.02/489.45	c #Conflicts:     732000 | #Constraints:      33967
488.02/489.45	c #Conflicts:     733000 | #Constraints:      34967
488.02/489.45	c #Conflicts:     734000 | #Constraints:      35967
488.02/489.45	c #Conflicts:     735000 | #Constraints:      36967
488.02/489.45	c #Conflicts:     736000 | #Constraints:      37967
488.02/489.45	c #Conflicts:     737000 | #Constraints:      38967
488.02/489.45	c #Conflicts:     738000 | #Constraints:      39967
488.02/489.45	c #Conflicts:     739000 | #Constraints:      40967
488.02/489.45	c INPROCESSING
488.02/489.45	c GARBAGE COLLECT
488.02/489.45	c rational objective 996
493.50/494.98	c #Conflicts:     740000 | #Constraints:      24828
493.50/494.98	c #Conflicts:     741000 | #Constraints:      25828
493.50/494.98	c #Conflicts:     742000 | #Constraints:      26828
493.50/494.98	c #Conflicts:     743000 | #Constraints:      27828
493.50/494.98	c #Conflicts:     744000 | #Constraints:      28828
493.50/494.98	c #Conflicts:     745000 | #Constraints:      29828
493.50/494.98	c #Conflicts:     746000 | #Constraints:      30828
493.50/494.98	c #Conflicts:     747000 | #Constraints:      31828
493.50/494.98	c #Conflicts:     748000 | #Constraints:      32828
493.50/494.98	c bounds 1032 >= 997 @ 487.496
498.29/499.70	c #Conflicts:     749000 | #Constraints:      33915
498.29/499.70	c #Conflicts:     750000 | #Constraints:      34961
498.29/499.70	c #Conflicts:     751000 | #Constraints:      36031
498.29/499.70	c #Conflicts:     752000 | #Constraints:      37083
498.29/499.70	c #Conflicts:     753000 | #Constraints:      38139
498.29/499.70	c #Conflicts:     754000 | #Constraints:      39174
498.29/499.70	c #Conflicts:     755000 | #Constraints:      40208
498.29/499.70	c #Conflicts:     756000 | #Constraints:      41252
498.29/499.70	c INPROCESSING
498.29/499.70	c GARBAGE COLLECT
498.29/499.70	c rational objective 997
510.75/512.28	c #Conflicts:     757000 | #Constraints:      24691
510.75/512.28	c #Conflicts:     758000 | #Constraints:      25691
510.75/512.28	c #Conflicts:     759000 | #Constraints:      26691
510.75/512.28	c #Conflicts:     760000 | #Constraints:      27691
510.75/512.28	c #Conflicts:     761000 | #Constraints:      28691
510.75/512.28	c #Conflicts:     762000 | #Constraints:      29691
510.75/512.28	c #Conflicts:     763000 | #Constraints:      30691
510.75/512.28	c #Conflicts:     764000 | #Constraints:      31691
510.75/512.28	c #Conflicts:     765000 | #Constraints:      32691
510.75/512.28	c #Conflicts:     766000 | #Constraints:      33691
510.75/512.28	c #Conflicts:     767000 | #Constraints:      34691
510.75/512.28	c #Conflicts:     768000 | #Constraints:      35691
510.75/512.28	c #Conflicts:     769000 | #Constraints:      36691
510.75/512.28	c #Conflicts:     770000 | #Constraints:      37691
510.75/512.28	c #Conflicts:     771000 | #Constraints:      38691
510.75/512.28	c #Conflicts:     772000 | #Constraints:      39691
510.75/512.28	c #Conflicts:     773000 | #Constraints:      40691
510.75/512.28	c #Conflicts:     774000 | #Constraints:      41691
510.75/512.28	c INPROCESSING
510.75/512.28	c GARBAGE COLLECT
510.75/512.28	c rational objective 997
524.01/525.50	c #Conflicts:     775000 | #Constraints:      25207
524.01/525.50	c #Conflicts:     776000 | #Constraints:      26253
524.01/525.50	c #Conflicts:     777000 | #Constraints:      27321
524.01/525.50	c #Conflicts:     778000 | #Constraints:      28360
524.01/525.50	c #Conflicts:     779000 | #Constraints:      29395
524.01/525.50	c #Conflicts:     780000 | #Constraints:      30443
524.01/525.50	c #Conflicts:     781000 | #Constraints:      31492
524.01/525.50	c #Conflicts:     782000 | #Constraints:      32524
524.01/525.50	c #Conflicts:     783000 | #Constraints:      33563
524.01/525.50	c #Conflicts:     784000 | #Constraints:      34603
524.01/525.50	c #Conflicts:     785000 | #Constraints:      35638
524.01/525.50	c #Conflicts:     786000 | #Constraints:      36675
524.01/525.50	c #Conflicts:     787000 | #Constraints:      37702
524.01/525.50	c #Conflicts:     788000 | #Constraints:      38733
524.01/525.50	c #Conflicts:     789000 | #Constraints:      39781
524.01/525.50	c #Conflicts:     790000 | #Constraints:      40816
524.01/525.50	c #Conflicts:     791000 | #Constraints:      41851
524.01/525.50	c #Conflicts:     792000 | #Constraints:      42886
524.01/525.50	c INPROCESSING
524.01/525.50	c GARBAGE COLLECT
524.01/525.50	c rational objective 997
537.38/538.98	c #Conflicts:     793000 | #Constraints:      25835
537.38/538.98	c #Conflicts:     794000 | #Constraints:      26835
537.38/538.98	c #Conflicts:     795000 | #Constraints:      27835
537.38/538.98	c #Conflicts:     796000 | #Constraints:      28835
537.38/538.98	c #Conflicts:     797000 | #Constraints:      29835
537.38/538.98	c #Conflicts:     798000 | #Constraints:      30835
537.38/538.98	c #Conflicts:     799000 | #Constraints:      31835
537.38/538.98	c #Conflicts:     800000 | #Constraints:      32835
537.38/538.98	c #Conflicts:     801000 | #Constraints:      33835
537.38/538.98	c #Conflicts:     802000 | #Constraints:      34835
537.38/538.98	c #Conflicts:     803000 | #Constraints:      35835
537.38/538.98	c #Conflicts:     804000 | #Constraints:      36835
537.38/538.98	c #Conflicts:     805000 | #Constraints:      37835
537.38/538.98	c #Conflicts:     806000 | #Constraints:      38835
537.38/538.98	c #Conflicts:     807000 | #Constraints:      39835
537.38/538.98	c #Conflicts:     808000 | #Constraints:      40835
537.38/538.98	c #Conflicts:     809000 | #Constraints:      41835
537.38/538.98	c #Conflicts:     810000 | #Constraints:      42835
537.38/538.98	c INPROCESSING
537.38/538.98	c GARBAGE COLLECT
537.38/538.98	c rational objective 997
551.73/553.36	c #Conflicts:     811000 | #Constraints:      25864
551.73/553.36	c #Conflicts:     812000 | #Constraints:      26924
551.73/553.36	c #Conflicts:     813000 | #Constraints:      27964
551.73/553.36	c #Conflicts:     814000 | #Constraints:      29011
551.73/553.36	c #Conflicts:     815000 | #Constraints:      30050
551.73/553.36	c #Conflicts:     816000 | #Constraints:      31078
551.73/553.36	c #Conflicts:     817000 | #Constraints:      32122
551.73/553.36	c #Conflicts:     818000 | #Constraints:      33147
551.73/553.36	c #Conflicts:     819000 | #Constraints:      34188
551.73/553.36	c #Conflicts:     820000 | #Constraints:      35227
551.73/553.36	c #Conflicts:     821000 | #Constraints:      36258
551.73/553.36	c #Conflicts:     822000 | #Constraints:      37300
551.73/553.36	c #Conflicts:     823000 | #Constraints:      38332
551.73/553.36	c #Conflicts:     824000 | #Constraints:      39365
551.73/553.36	c #Conflicts:     825000 | #Constraints:      40404
551.73/553.36	c #Conflicts:     826000 | #Constraints:      41431
551.73/553.36	c #Conflicts:     827000 | #Constraints:      42463
551.73/553.36	c #Conflicts:     828000 | #Constraints:      43497
551.73/553.36	c INPROCESSING
551.73/553.36	c GARBAGE COLLECT
551.73/553.36	c rational objective 997
564.69/566.39	c #Conflicts:     829000 | #Constraints:      26038
564.69/566.39	c #Conflicts:     830000 | #Constraints:      27038
564.69/566.39	c #Conflicts:     831000 | #Constraints:      28038
564.69/566.39	c #Conflicts:     832000 | #Constraints:      29038
564.69/566.39	c #Conflicts:     833000 | #Constraints:      30038
564.69/566.39	c #Conflicts:     834000 | #Constraints:      31038
564.69/566.39	c #Conflicts:     835000 | #Constraints:      32038
564.69/566.39	c #Conflicts:     836000 | #Constraints:      33038
564.69/566.39	c #Conflicts:     837000 | #Constraints:      34038
564.69/566.39	c #Conflicts:     838000 | #Constraints:      35038
564.69/566.39	c #Conflicts:     839000 | #Constraints:      36038
564.69/566.39	c #Conflicts:     840000 | #Constraints:      37038
564.69/566.39	c #Conflicts:     841000 | #Constraints:      38038
564.69/566.39	c #Conflicts:     842000 | #Constraints:      39038
564.69/566.39	c #Conflicts:     843000 | #Constraints:      40038
564.69/566.39	c #Conflicts:     844000 | #Constraints:      41038
564.69/566.39	c #Conflicts:     845000 | #Constraints:      42038
564.69/566.39	c #Conflicts:     846000 | #Constraints:      43038
564.69/566.39	c INPROCESSING
564.69/566.39	c GARBAGE COLLECT
564.69/566.39	c rational objective 997
577.76/579.46	c #Conflicts:     847000 | #Constraints:      25703
577.76/579.46	c #Conflicts:     848000 | #Constraints:      26703
577.76/579.46	c #Conflicts:     849000 | #Constraints:      27703
577.76/579.46	c #Conflicts:     850000 | #Constraints:      28703
577.76/579.46	c #Conflicts:     851000 | #Constraints:      29703
577.76/579.46	c #Conflicts:     852000 | #Constraints:      30703
577.76/579.46	c #Conflicts:     853000 | #Constraints:      31703
577.76/579.46	c #Conflicts:     854000 | #Constraints:      32703
577.76/579.46	c #Conflicts:     855000 | #Constraints:      33703
577.76/579.46	c #Conflicts:     856000 | #Constraints:      34703
577.76/579.46	c #Conflicts:     857000 | #Constraints:      35703
577.76/579.46	c #Conflicts:     858000 | #Constraints:      36703
577.76/579.46	c #Conflicts:     859000 | #Constraints:      37703
577.76/579.46	c #Conflicts:     860000 | #Constraints:      38703
577.76/579.46	c #Conflicts:     861000 | #Constraints:      39703
577.76/579.46	c #Conflicts:     862000 | #Constraints:      40703
577.76/579.46	c #Conflicts:     863000 | #Constraints:      41703
577.76/579.46	c #Conflicts:     864000 | #Constraints:      42703
577.76/579.46	c #Conflicts:     865000 | #Constraints:      43703
577.76/579.46	c INPROCESSING
577.76/579.46	c GARBAGE COLLECT
577.76/579.46	c rational objective 997
593.11/594.81	c #Conflicts:     866000 | #Constraints:      26220
593.11/594.81	c #Conflicts:     867000 | #Constraints:      27236
593.11/594.81	c #Conflicts:     868000 | #Constraints:      28300
593.11/594.81	c #Conflicts:     869000 | #Constraints:      29350
593.11/594.81	c #Conflicts:     870000 | #Constraints:      30396
593.11/594.81	c #Conflicts:     871000 | #Constraints:      31451
593.11/594.81	c #Conflicts:     872000 | #Constraints:      32498
593.11/594.81	c #Conflicts:     873000 | #Constraints:      33550
593.11/594.81	c #Conflicts:     874000 | #Constraints:      34580
593.11/594.81	c #Conflicts:     875000 | #Constraints:      35625
593.11/594.81	c #Conflicts:     876000 | #Constraints:      36666
593.11/594.81	c #Conflicts:     877000 | #Constraints:      37698
593.11/594.81	c #Conflicts:     878000 | #Constraints:      38734
593.11/594.81	c #Conflicts:     879000 | #Constraints:      39768
593.11/594.81	c #Conflicts:     880000 | #Constraints:      40824
593.11/594.81	c #Conflicts:     881000 | #Constraints:      41857
593.11/594.81	c #Conflicts:     882000 | #Constraints:      42889
593.11/594.81	c #Conflicts:     883000 | #Constraints:      43918
593.11/594.81	c #Conflicts:     884000 | #Constraints:      44960
593.11/594.81	c INPROCESSING
593.11/594.81	c GARBAGE COLLECT
593.11/594.81	c rational objective 997
607.96/609.77	c #Conflicts:     885000 | #Constraints:      26873
607.96/609.77	c #Conflicts:     886000 | #Constraints:      27873
607.96/609.77	c #Conflicts:     887000 | #Constraints:      28873
607.96/609.77	c #Conflicts:     888000 | #Constraints:      29873
607.96/609.77	c #Conflicts:     889000 | #Constraints:      30873
607.96/609.77	c #Conflicts:     890000 | #Constraints:      31873
607.96/609.77	c #Conflicts:     891000 | #Constraints:      32873
607.96/609.77	c #Conflicts:     892000 | #Constraints:      33873
607.96/609.77	c #Conflicts:     893000 | #Constraints:      34873
607.96/609.77	c #Conflicts:     894000 | #Constraints:      35873
607.96/609.77	c #Conflicts:     895000 | #Constraints:      36873
607.96/609.77	c #Conflicts:     896000 | #Constraints:      37873
607.96/609.77	c #Conflicts:     897000 | #Constraints:      38873
607.96/609.77	c #Conflicts:     898000 | #Constraints:      39873
607.96/609.77	c #Conflicts:     899000 | #Constraints:      40873
607.96/609.77	c #Conflicts:     900000 | #Constraints:      41873
607.96/609.77	c #Conflicts:     901000 | #Constraints:      42873
607.96/609.77	c #Conflicts:     902000 | #Constraints:      43873
607.96/609.77	c #Conflicts:     903000 | #Constraints:      44873
607.96/609.77	c INPROCESSING
607.96/609.77	c GARBAGE COLLECT
607.96/609.77	c rational objective 997
621.12/622.90	c #Conflicts:     904000 | #Constraints:      26907
621.12/622.90	c #Conflicts:     905000 | #Constraints:      27907
621.12/622.90	c #Conflicts:     906000 | #Constraints:      28907
621.12/622.90	c #Conflicts:     907000 | #Constraints:      29907
621.12/622.90	c #Conflicts:     908000 | #Constraints:      30907
621.12/622.90	c #Conflicts:     909000 | #Constraints:      31907
621.12/622.90	c #Conflicts:     910000 | #Constraints:      32907
621.12/622.90	c #Conflicts:     911000 | #Constraints:      33907
621.12/622.90	c #Conflicts:     912000 | #Constraints:      34907
621.12/622.90	c #Conflicts:     913000 | #Constraints:      35907
621.12/622.90	c #Conflicts:     914000 | #Constraints:      36907
621.12/622.90	c #Conflicts:     915000 | #Constraints:      37907
621.12/622.90	c #Conflicts:     916000 | #Constraints:      38907
621.12/622.90	c #Conflicts:     917000 | #Constraints:      39907
621.12/622.90	c #Conflicts:     918000 | #Constraints:      40907
621.12/622.90	c #Conflicts:     919000 | #Constraints:      41907
621.12/622.90	c #Conflicts:     920000 | #Constraints:      42907
621.12/622.90	c #Conflicts:     921000 | #Constraints:      43907
621.12/622.90	c #Conflicts:     922000 | #Constraints:      44907
621.12/622.90	c INPROCESSING
621.12/622.90	c GARBAGE COLLECT
621.12/622.90	c rational objective 997
637.28/639.15	c #Conflicts:     923000 | #Constraints:      26836
637.28/639.15	c #Conflicts:     924000 | #Constraints:      27871
637.28/639.15	c #Conflicts:     925000 | #Constraints:      28929
637.28/639.15	c #Conflicts:     926000 | #Constraints:      29993
637.28/639.15	c #Conflicts:     927000 | #Constraints:      31057
637.28/639.15	c #Conflicts:     928000 | #Constraints:      32096
637.28/639.15	c #Conflicts:     929000 | #Constraints:      33150
637.28/639.15	c #Conflicts:     930000 | #Constraints:      34184
637.28/639.15	c #Conflicts:     931000 | #Constraints:      35225
637.28/639.15	c #Conflicts:     932000 | #Constraints:      36260
637.28/639.15	c #Conflicts:     933000 | #Constraints:      37302
637.28/639.15	c #Conflicts:     934000 | #Constraints:      38341
637.28/639.15	c #Conflicts:     935000 | #Constraints:      39376
637.28/639.15	c #Conflicts:     936000 | #Constraints:      40406
637.28/639.15	c #Conflicts:     937000 | #Constraints:      41443
637.28/639.15	c #Conflicts:     938000 | #Constraints:      42468
637.28/639.15	c #Conflicts:     939000 | #Constraints:      43498
637.28/639.15	c #Conflicts:     940000 | #Constraints:      44529
637.28/639.15	c #Conflicts:     941000 | #Constraints:      45552
637.28/639.15	c INPROCESSING
637.28/639.15	c GARBAGE COLLECT
637.28/639.15	c rational objective 997
652.24/654.11	c #Conflicts:     942000 | #Constraints:      26878
652.24/654.11	c #Conflicts:     943000 | #Constraints:      27878
652.24/654.11	c #Conflicts:     944000 | #Constraints:      28878
652.24/654.11	c #Conflicts:     945000 | #Constraints:      29878
652.24/654.11	c #Conflicts:     946000 | #Constraints:      30878
652.24/654.11	c #Conflicts:     947000 | #Constraints:      31878
652.24/654.11	c #Conflicts:     948000 | #Constraints:      32878
652.24/654.11	c #Conflicts:     949000 | #Constraints:      33878
652.24/654.11	c #Conflicts:     950000 | #Constraints:      34878
652.24/654.11	c #Conflicts:     951000 | #Constraints:      35878
652.24/654.11	c #Conflicts:     952000 | #Constraints:      36878
652.24/654.11	c #Conflicts:     953000 | #Constraints:      37878
652.24/654.11	c #Conflicts:     954000 | #Constraints:      38878
652.24/654.11	c #Conflicts:     955000 | #Constraints:      39878
652.24/654.11	c #Conflicts:     956000 | #Constraints:      40878
652.24/654.11	c #Conflicts:     957000 | #Constraints:      41878
652.24/654.11	c #Conflicts:     958000 | #Constraints:      42878
652.24/654.11	c #Conflicts:     959000 | #Constraints:      43878
652.24/654.11	c #Conflicts:     960000 | #Constraints:      44878
652.24/654.11	c #Conflicts:     961000 | #Constraints:      45878
652.24/654.11	c INPROCESSING
652.24/654.11	c GARBAGE COLLECT
652.24/654.11	c rational objective 997
670.18/672.12	c #Conflicts:     962000 | #Constraints:      27295
670.18/672.12	c #Conflicts:     963000 | #Constraints:      28324
670.18/672.12	c #Conflicts:     964000 | #Constraints:      29370
670.18/672.12	c #Conflicts:     965000 | #Constraints:      30428
670.18/672.12	c #Conflicts:     966000 | #Constraints:      31473
670.18/672.12	c #Conflicts:     967000 | #Constraints:      32516
670.18/672.12	c #Conflicts:     968000 | #Constraints:      33555
670.18/672.12	c #Conflicts:     969000 | #Constraints:      34589
670.18/672.12	c #Conflicts:     970000 | #Constraints:      35622
670.18/672.12	c #Conflicts:     971000 | #Constraints:      36645
670.18/672.12	c #Conflicts:     972000 | #Constraints:      37676
670.18/672.12	c #Conflicts:     973000 | #Constraints:      38705
670.18/672.12	c #Conflicts:     974000 | #Constraints:      39736
670.18/672.12	c #Conflicts:     975000 | #Constraints:      40768
670.18/672.12	c #Conflicts:     976000 | #Constraints:      41793
670.18/672.12	c #Conflicts:     977000 | #Constraints:      42828
670.18/672.12	c #Conflicts:     978000 | #Constraints:      43854
670.18/672.12	c #Conflicts:     979000 | #Constraints:      44878
670.18/672.12	c #Conflicts:     980000 | #Constraints:      45923
670.18/672.12	c #Conflicts:     981000 | #Constraints:      46980
670.18/672.12	c INPROCESSING
670.18/672.12	c GARBAGE COLLECT
670.18/672.12	c rational objective 997
684.33/686.30	c #Conflicts:     982000 | #Constraints:      27856
684.33/686.30	c #Conflicts:     983000 | #Constraints:      28856
684.33/686.30	c #Conflicts:     984000 | #Constraints:      29856
684.33/686.30	c #Conflicts:     985000 | #Constraints:      30856
684.33/686.30	c #Conflicts:     986000 | #Constraints:      31856
684.33/686.30	c #Conflicts:     987000 | #Constraints:      32856
684.33/686.30	c #Conflicts:     988000 | #Constraints:      33856
684.33/686.30	c #Conflicts:     989000 | #Constraints:      34856
684.33/686.30	c #Conflicts:     990000 | #Constraints:      35856
684.33/686.30	c #Conflicts:     991000 | #Constraints:      36856
684.33/686.30	c #Conflicts:     992000 | #Constraints:      37856
684.33/686.30	c #Conflicts:     993000 | #Constraints:      38856
684.33/686.30	c #Conflicts:     994000 | #Constraints:      39856
684.33/686.30	c #Conflicts:     995000 | #Constraints:      40856
684.33/686.30	c #Conflicts:     996000 | #Constraints:      41856
684.33/686.30	c #Conflicts:     997000 | #Constraints:      42856
684.33/686.30	c #Conflicts:     998000 | #Constraints:      43856
684.33/686.30	c #Conflicts:     999000 | #Constraints:      44856
684.33/686.30	c #Conflicts:    1000000 | #Constraints:      45856
684.33/686.30	c #Conflicts:    1001000 | #Constraints:      46856
684.33/686.30	c INPROCESSING
684.33/686.30	c GARBAGE COLLECT
684.33/686.30	c rational objective 997
699.10/701.13	c #Conflicts:    1002000 | #Constraints:      27906
699.10/701.13	c #Conflicts:    1003000 | #Constraints:      28906
699.10/701.13	c #Conflicts:    1004000 | #Constraints:      29906
699.10/701.13	c #Conflicts:    1005000 | #Constraints:      30906
699.10/701.13	c #Conflicts:    1006000 | #Constraints:      31906
699.10/701.13	c #Conflicts:    1007000 | #Constraints:      32906
699.10/701.13	c #Conflicts:    1008000 | #Constraints:      33906
699.10/701.13	c #Conflicts:    1009000 | #Constraints:      34906
699.10/701.13	c #Conflicts:    1010000 | #Constraints:      35906
699.10/701.13	c #Conflicts:    1011000 | #Constraints:      36906
699.10/701.13	c #Conflicts:    1012000 | #Constraints:      37906
699.10/701.13	c #Conflicts:    1013000 | #Constraints:      38906
699.10/701.13	c #Conflicts:    1014000 | #Constraints:      39906
699.10/701.13	c #Conflicts:    1015000 | #Constraints:      40906
699.10/701.13	c #Conflicts:    1016000 | #Constraints:      41906
699.10/701.13	c #Conflicts:    1017000 | #Constraints:      42906
699.10/701.13	c #Conflicts:    1018000 | #Constraints:      43906
699.10/701.13	c #Conflicts:    1019000 | #Constraints:      44906
699.10/701.13	c #Conflicts:    1020000 | #Constraints:      45906
699.10/701.13	c #Conflicts:    1021000 | #Constraints:      46906
699.10/701.13	c INPROCESSING
699.10/701.13	c GARBAGE COLLECT
699.10/701.13	c rational objective 997
713.55/715.68	c #Conflicts:    1022000 | #Constraints:      27825
713.55/715.68	c #Conflicts:    1023000 | #Constraints:      28835
713.55/715.68	c #Conflicts:    1024000 | #Constraints:      29845
713.55/715.68	c #Conflicts:    1025000 | #Constraints:      30885
713.55/715.68	c #Conflicts:    1026000 | #Constraints:      31940
713.55/715.68	c #Conflicts:    1027000 | #Constraints:      32994
713.55/715.68	c #Conflicts:    1028000 | #Constraints:      34028
713.55/715.68	c #Conflicts:    1029000 | #Constraints:      35073
713.55/715.68	c #Conflicts:    1030000 | #Constraints:      36114
713.55/715.68	c #Conflicts:    1031000 | #Constraints:      37148
713.55/715.68	c #Conflicts:    1032000 | #Constraints:      38187
713.55/715.68	c #Conflicts:    1033000 | #Constraints:      39232
713.55/715.68	c #Conflicts:    1034000 | #Constraints:      40274
713.55/715.68	c #Conflicts:    1035000 | #Constraints:      41305
713.55/715.68	c #Conflicts:    1036000 | #Constraints:      42350
713.55/715.68	c #Conflicts:    1037000 | #Constraints:      43391
713.55/715.68	c #Conflicts:    1038000 | #Constraints:      44418
713.55/715.68	c #Conflicts:    1039000 | #Constraints:      45457
713.55/715.68	c #Conflicts:    1040000 | #Constraints:      46499
713.55/715.68	c #Conflicts:    1041000 | #Constraints:      47527
713.55/715.68	c INPROCESSING
713.55/715.68	c GARBAGE COLLECT
713.55/715.68	c rational objective 997
728.30/730.49	c #Conflicts:    1042000 | #Constraints:      27863
728.30/730.49	c #Conflicts:    1043000 | #Constraints:      28863
728.30/730.49	c #Conflicts:    1044000 | #Constraints:      29863
728.30/730.49	c #Conflicts:    1045000 | #Constraints:      30863
728.30/730.49	c #Conflicts:    1046000 | #Constraints:      31863
728.30/730.49	c #Conflicts:    1047000 | #Constraints:      32863
728.30/730.49	c #Conflicts:    1048000 | #Constraints:      33863
728.30/730.49	c #Conflicts:    1049000 | #Constraints:      34863
728.30/730.49	c #Conflicts:    1050000 | #Constraints:      35864
728.30/730.49	c #Conflicts:    1051000 | #Constraints:      36864
728.30/730.49	c #Conflicts:    1052000 | #Constraints:      37864
728.30/730.49	c #Conflicts:    1053000 | #Constraints:      38864
728.30/730.49	c #Conflicts:    1054000 | #Constraints:      39864
728.30/730.49	c #Conflicts:    1055000 | #Constraints:      40864
728.30/730.49	c #Conflicts:    1056000 | #Constraints:      41864
728.30/730.49	c #Conflicts:    1057000 | #Constraints:      42864
728.30/730.49	c #Conflicts:    1058000 | #Constraints:      43864
728.30/730.49	c #Conflicts:    1059000 | #Constraints:      44864
728.30/730.49	c #Conflicts:    1060000 | #Constraints:      45864
728.30/730.49	c #Conflicts:    1061000 | #Constraints:      46864
728.30/730.49	c #Conflicts:    1062000 | #Constraints:      47864
728.30/730.49	c INPROCESSING
728.30/730.49	c GARBAGE COLLECT
728.30/730.49	c rational objective 997
745.56/747.73	c #Conflicts:    1063000 | #Constraints:      28312
745.56/747.73	c #Conflicts:    1064000 | #Constraints:      29312
745.56/747.73	c #Conflicts:    1065000 | #Constraints:      30312
745.56/747.73	c #Conflicts:    1066000 | #Constraints:      31312
745.56/747.73	c #Conflicts:    1067000 | #Constraints:      32312
745.56/747.73	c #Conflicts:    1068000 | #Constraints:      33312
745.56/747.73	c #Conflicts:    1069000 | #Constraints:      34312
745.56/747.73	c #Conflicts:    1070000 | #Constraints:      35312
745.56/747.73	c #Conflicts:    1071000 | #Constraints:      36312
745.56/747.73	c #Conflicts:    1072000 | #Constraints:      37312
745.56/747.73	c #Conflicts:    1073000 | #Constraints:      38312
745.56/747.73	c #Conflicts:    1074000 | #Constraints:      39312
745.56/747.73	c #Conflicts:    1075000 | #Constraints:      40312
745.56/747.73	c #Conflicts:    1076000 | #Constraints:      41312
745.56/747.73	c #Conflicts:    1077000 | #Constraints:      42312
745.56/747.73	c #Conflicts:    1078000 | #Constraints:      43312
745.56/747.73	c #Conflicts:    1079000 | #Constraints:      44312
745.56/747.73	c #Conflicts:    1080000 | #Constraints:      45312
745.56/747.73	c #Conflicts:    1081000 | #Constraints:      46312
745.56/747.73	c #Conflicts:    1082000 | #Constraints:      47312
745.56/747.73	c #Conflicts:    1083000 | #Constraints:      48312
745.56/747.73	c INPROCESSING
745.56/747.73	c GARBAGE COLLECT
745.56/747.73	c rational objective 997
785.53/787.86	c #Conflicts:    1084000 | #Constraints:      28636
785.53/787.86	c #Conflicts:    1085000 | #Constraints:      29646
785.53/787.86	c #Conflicts:    1086000 | #Constraints:      30659
785.53/787.86	c #Conflicts:    1087000 | #Constraints:      31693
785.53/787.86	c #Conflicts:    1088000 | #Constraints:      32723
785.53/787.86	c #Conflicts:    1089000 | #Constraints:      33761
785.53/787.86	c #Conflicts:    1090000 | #Constraints:      34788
785.53/787.86	c #Conflicts:    1091000 | #Constraints:      35821
785.53/787.86	c #Conflicts:    1092000 | #Constraints:      36843
785.53/787.86	c #Conflicts:    1093000 | #Constraints:      37875
785.53/787.86	c #Conflicts:    1094000 | #Constraints:      38906
785.53/787.86	c #Conflicts:    1095000 | #Constraints:      39937
785.53/787.86	c #Conflicts:    1096000 | #Constraints:      40961
785.53/787.86	c #Conflicts:    1097000 | #Constraints:      41981
785.53/787.86	c #Conflicts:    1098000 | #Constraints:      43020
785.53/787.86	c #Conflicts:    1099000 | #Constraints:      44042
785.53/787.86	c #Conflicts:    1100000 | #Constraints:      45047
785.53/787.86	c #Conflicts:    1101000 | #Constraints:      46064
785.53/787.86	c #Conflicts:    1102000 | #Constraints:      47074
785.53/787.86	c #Conflicts:    1103000 | #Constraints:      48097
785.53/787.86	c #Conflicts:    1104000 | #Constraints:      49119
785.53/787.86	c INPROCESSING
785.53/787.86	c GARBAGE COLLECT
785.53/787.86	c rational objective 997
803.08/805.43	c #Conflicts:    1105000 | #Constraints:      28977
803.08/805.43	c #Conflicts:    1106000 | #Constraints:      29977
803.08/805.43	c #Conflicts:    1107000 | #Constraints:      30977
803.08/805.43	c #Conflicts:    1108000 | #Constraints:      31977
803.08/805.43	c #Conflicts:    1109000 | #Constraints:      32977
803.08/805.43	c #Conflicts:    1110000 | #Constraints:      33977
803.08/805.43	c #Conflicts:    1111000 | #Constraints:      34977
803.08/805.43	c #Conflicts:    1112000 | #Constraints:      35977
803.08/805.43	c #Conflicts:    1113000 | #Constraints:      36977
803.08/805.43	c #Conflicts:    1114000 | #Constraints:      37977
803.08/805.43	c #Conflicts:    1115000 | #Constraints:      38977
803.08/805.43	c #Conflicts:    1116000 | #Constraints:      39977
803.08/805.43	c #Conflicts:    1117000 | #Constraints:      40977
803.08/805.43	c #Conflicts:    1118000 | #Constraints:      41977
803.08/805.43	c #Conflicts:    1119000 | #Constraints:      42977
803.08/805.43	c #Conflicts:    1120000 | #Constraints:      43977
803.08/805.43	c #Conflicts:    1121000 | #Constraints:      44977
803.08/805.43	c #Conflicts:    1122000 | #Constraints:      45977
803.08/805.43	c #Conflicts:    1123000 | #Constraints:      46977
803.08/805.43	c #Conflicts:    1124000 | #Constraints:      47977
803.08/805.43	c #Conflicts:    1125000 | #Constraints:      48977
803.08/805.43	c INPROCESSING
803.08/805.43	c GARBAGE COLLECT
803.08/805.43	c rational objective 997
820.23/822.60	c #Conflicts:    1126000 | #Constraints:      28894
820.23/822.60	c #Conflicts:    1127000 | #Constraints:      29894
820.23/822.60	c #Conflicts:    1128000 | #Constraints:      30894
820.23/822.60	c #Conflicts:    1129000 | #Constraints:      31894
820.23/822.60	c #Conflicts:    1130000 | #Constraints:      32894
820.23/822.60	c #Conflicts:    1131000 | #Constraints:      33894
820.23/822.60	c #Conflicts:    1132000 | #Constraints:      34894
820.23/822.60	c #Conflicts:    1133000 | #Constraints:      35894
820.23/822.60	c #Conflicts:    1134000 | #Constraints:      36894
820.23/822.60	c #Conflicts:    1135000 | #Constraints:      37894
820.23/822.60	c #Conflicts:    1136000 | #Constraints:      38894
820.23/822.60	c #Conflicts:    1137000 | #Constraints:      39894
820.23/822.60	c #Conflicts:    1138000 | #Constraints:      40894
820.23/822.60	c #Conflicts:    1139000 | #Constraints:      41894
820.23/822.60	c #Conflicts:    1140000 | #Constraints:      42894
820.23/822.60	c #Conflicts:    1141000 | #Constraints:      43894
820.23/822.60	c #Conflicts:    1142000 | #Constraints:      44894
820.23/822.60	c #Conflicts:    1143000 | #Constraints:      45894
820.23/822.60	c #Conflicts:    1144000 | #Constraints:      46894
820.23/822.60	c #Conflicts:    1145000 | #Constraints:      47894
820.23/822.60	c #Conflicts:    1146000 | #Constraints:      48894
820.23/822.60	c INPROCESSING
820.23/822.60	c GARBAGE COLLECT
820.23/822.60	c rational objective 997
837.58/840.01	c #Conflicts:    1147000 | #Constraints:      28624
837.58/840.01	c #Conflicts:    1148000 | #Constraints:      29624
837.58/840.01	c #Conflicts:    1149000 | #Constraints:      30624
837.58/840.01	c #Conflicts:    1150000 | #Constraints:      31624
837.58/840.01	c #Conflicts:    1151000 | #Constraints:      32624
837.58/840.01	c #Conflicts:    1152000 | #Constraints:      33624
837.58/840.01	c #Conflicts:    1153000 | #Constraints:      34624
837.58/840.01	c #Conflicts:    1154000 | #Constraints:      35624
837.58/840.01	c #Conflicts:    1155000 | #Constraints:      36624
837.58/840.01	c #Conflicts:    1156000 | #Constraints:      37624
837.58/840.01	c #Conflicts:    1157000 | #Constraints:      38624
837.58/840.01	c #Conflicts:    1158000 | #Constraints:      39624
837.58/840.01	c #Conflicts:    1159000 | #Constraints:      40624
837.58/840.01	c #Conflicts:    1160000 | #Constraints:      41624
837.58/840.01	c #Conflicts:    1161000 | #Constraints:      42624
837.58/840.01	c #Conflicts:    1162000 | #Constraints:      43624
837.58/840.01	c #Conflicts:    1163000 | #Constraints:      44624
837.58/840.01	c #Conflicts:    1164000 | #Constraints:      45624
837.58/840.01	c #Conflicts:    1165000 | #Constraints:      46624
837.58/840.01	c #Conflicts:    1166000 | #Constraints:      47624
837.58/840.01	c #Conflicts:    1167000 | #Constraints:      48624
837.58/840.01	c #Conflicts:    1168000 | #Constraints:      49624
837.58/840.01	c INPROCESSING
837.58/840.01	c GARBAGE COLLECT
837.58/840.01	c rational objective 997
854.41/856.91	c #Conflicts:    1169000 | #Constraints:      29199
854.41/856.91	c #Conflicts:    1170000 | #Constraints:      30199
854.41/856.91	c #Conflicts:    1171000 | #Constraints:      31199
854.41/856.91	c #Conflicts:    1172000 | #Constraints:      32199
854.41/856.91	c #Conflicts:    1173000 | #Constraints:      33199
854.41/856.91	c #Conflicts:    1174000 | #Constraints:      34199
854.41/856.91	c #Conflicts:    1175000 | #Constraints:      35199
854.41/856.91	c #Conflicts:    1176000 | #Constraints:      36199
854.41/856.91	c #Conflicts:    1177000 | #Constraints:      37199
854.41/856.91	c #Conflicts:    1178000 | #Constraints:      38199
854.41/856.91	c #Conflicts:    1179000 | #Constraints:      39199
854.41/856.91	c #Conflicts:    1180000 | #Constraints:      40199
854.41/856.91	c #Conflicts:    1181000 | #Constraints:      41199
854.41/856.91	c #Conflicts:    1182000 | #Constraints:      42199
854.41/856.91	c #Conflicts:    1183000 | #Constraints:      43199
854.41/856.91	c #Conflicts:    1184000 | #Constraints:      44199
854.41/856.91	c #Conflicts:    1185000 | #Constraints:      45199
854.41/856.91	c #Conflicts:    1186000 | #Constraints:      46199
854.41/856.91	c #Conflicts:    1187000 | #Constraints:      47199
854.41/856.91	c #Conflicts:    1188000 | #Constraints:      48199
854.41/856.91	c #Conflicts:    1189000 | #Constraints:      49199
854.41/856.91	c #Conflicts:    1190000 | #Constraints:      50199
854.41/856.91	c INPROCESSING
854.41/856.91	c GARBAGE COLLECT
854.41/856.91	c rational objective 997
877.94/880.51	c #Conflicts:    1191000 | #Constraints:      29615
877.94/880.51	c #Conflicts:    1192000 | #Constraints:      30663
877.94/880.51	c #Conflicts:    1193000 | #Constraints:      31718
877.94/880.51	c #Conflicts:    1194000 | #Constraints:      32784
877.94/880.51	c #Conflicts:    1195000 | #Constraints:      33852
877.94/880.51	c #Conflicts:    1196000 | #Constraints:      34910
877.94/880.51	c #Conflicts:    1197000 | #Constraints:      35969
877.94/880.51	c #Conflicts:    1198000 | #Constraints:      37015
877.94/880.51	c #Conflicts:    1199000 | #Constraints:      38066
877.94/880.51	c #Conflicts:    1200000 | #Constraints:      39124
877.94/880.51	c #Conflicts:    1201000 | #Constraints:      40163
877.94/880.51	c #Conflicts:    1202000 | #Constraints:      41212
877.94/880.51	c #Conflicts:    1203000 | #Constraints:      42250
877.94/880.51	c #Conflicts:    1204000 | #Constraints:      43291
877.94/880.51	c #Conflicts:    1205000 | #Constraints:      44342
877.94/880.51	c #Conflicts:    1206000 | #Constraints:      45384
877.94/880.51	c #Conflicts:    1207000 | #Constraints:      46410
877.94/880.51	c #Conflicts:    1208000 | #Constraints:      47440
877.94/880.51	c #Conflicts:    1209000 | #Constraints:      48463
877.94/880.51	c #Conflicts:    1210000 | #Constraints:      49502
877.94/880.51	c #Conflicts:    1211000 | #Constraints:      50537
877.94/880.51	c #Conflicts:    1212000 | #Constraints:      51576
877.94/880.51	c INPROCESSING
877.94/880.51	c GARBAGE COLLECT
877.94/880.51	c rational objective 997
896.49/899.17	c #Conflicts:    1213000 | #Constraints:      30147
896.49/899.17	c #Conflicts:    1214000 | #Constraints:      31147
896.49/899.17	c #Conflicts:    1215000 | #Constraints:      32147
896.49/899.17	c #Conflicts:    1216000 | #Constraints:      33147
896.49/899.17	c #Conflicts:    1217000 | #Constraints:      34147
896.49/899.17	c #Conflicts:    1218000 | #Constraints:      35147
896.49/899.17	c #Conflicts:    1219000 | #Constraints:      36147
896.49/899.17	c #Conflicts:    1220000 | #Constraints:      37147
896.49/899.17	c #Conflicts:    1221000 | #Constraints:      38147
896.49/899.17	c #Conflicts:    1222000 | #Constraints:      39147
896.49/899.17	c #Conflicts:    1223000 | #Constraints:      40147
896.49/899.17	c #Conflicts:    1224000 | #Constraints:      41147
896.49/899.17	c #Conflicts:    1225000 | #Constraints:      42147
896.49/899.17	c #Conflicts:    1226000 | #Constraints:      43147
896.49/899.17	c #Conflicts:    1227000 | #Constraints:      44148
896.49/899.17	c #Conflicts:    1228000 | #Constraints:      45148
896.49/899.17	c #Conflicts:    1229000 | #Constraints:      46192
896.49/899.17	c #Conflicts:    1230000 | #Constraints:      47193
896.49/899.17	c #Conflicts:    1231000 | #Constraints:      48194
896.49/899.17	c #Conflicts:    1232000 | #Constraints:      49195
896.49/899.17	c #Conflicts:    1233000 | #Constraints:      50195
896.49/899.17	c #Conflicts:    1234000 | #Constraints:      51196
896.49/899.17	c INPROCESSING
896.49/899.17	c GARBAGE COLLECT
896.49/899.17	c rational objective 997
914.53/917.27	c #Conflicts:    1235000 | #Constraints:      29977
914.53/917.27	c #Conflicts:    1236000 | #Constraints:      30977
914.53/917.27	c #Conflicts:    1237000 | #Constraints:      31977
914.53/917.27	c #Conflicts:    1238000 | #Constraints:      32977
914.53/917.27	c #Conflicts:    1239000 | #Constraints:      33977
914.53/917.27	c #Conflicts:    1240000 | #Constraints:      34977
914.53/917.27	c #Conflicts:    1241000 | #Constraints:      35977
914.53/917.27	c #Conflicts:    1242000 | #Constraints:      36977
914.53/917.27	c #Conflicts:    1243000 | #Constraints:      37977
914.53/917.27	c #Conflicts:    1244000 | #Constraints:      38978
914.53/917.27	c #Conflicts:    1245000 | #Constraints:      39979
914.53/917.27	c #Conflicts:    1246000 | #Constraints:      40979
914.53/917.27	c #Conflicts:    1247000 | #Constraints:      41979
914.53/917.27	c #Conflicts:    1248000 | #Constraints:      42979
914.53/917.27	c #Conflicts:    1249000 | #Constraints:      43981
914.53/917.27	c #Conflicts:    1250000 | #Constraints:      44981
914.53/917.27	c #Conflicts:    1251000 | #Constraints:      45981
914.53/917.27	c #Conflicts:    1252000 | #Constraints:      46981
914.53/917.27	c #Conflicts:    1253000 | #Constraints:      47981
914.53/917.27	c #Conflicts:    1254000 | #Constraints:      48981
914.53/917.27	c #Conflicts:    1255000 | #Constraints:      49981
914.53/917.27	c #Conflicts:    1256000 | #Constraints:      50981
914.53/917.27	c INPROCESSING
914.53/917.27	c GARBAGE COLLECT
914.53/917.27	c rational objective 997
940.36/943.16	c #Conflicts:    1257000 | #Constraints:      29666
940.36/943.16	c #Conflicts:    1258000 | #Constraints:      30667
940.36/943.16	c #Conflicts:    1259000 | #Constraints:      31740
940.36/943.16	c #Conflicts:    1260000 | #Constraints:      32817
940.36/943.16	c #Conflicts:    1261000 | #Constraints:      33882
940.36/943.16	c #Conflicts:    1262000 | #Constraints:      34946
940.36/943.16	c #Conflicts:    1263000 | #Constraints:      36006
940.36/943.16	c #Conflicts:    1264000 | #Constraints:      37055
940.36/943.16	c #Conflicts:    1265000 | #Constraints:      38114
940.36/943.16	c #Conflicts:    1266000 | #Constraints:      39162
940.36/943.16	c #Conflicts:    1267000 | #Constraints:      40209
940.36/943.16	c #Conflicts:    1268000 | #Constraints:      41245
940.36/943.16	c #Conflicts:    1269000 | #Constraints:      42270
940.36/943.16	c #Conflicts:    1270000 | #Constraints:      43297
940.36/943.16	c #Conflicts:    1271000 | #Constraints:      44340
940.36/943.16	c #Conflicts:    1272000 | #Constraints:      45365
940.36/943.16	c #Conflicts:    1273000 | #Constraints:      46401
940.36/943.16	c #Conflicts:    1274000 | #Constraints:      47448
940.36/943.16	c #Conflicts:    1275000 | #Constraints:      48482
940.36/943.16	c #Conflicts:    1276000 | #Constraints:      49522
940.36/943.16	c #Conflicts:    1277000 | #Constraints:      50555
940.36/943.16	c #Conflicts:    1278000 | #Constraints:      51582
940.36/943.16	c #Conflicts:    1279000 | #Constraints:      52620
940.36/943.16	c INPROCESSING
940.36/943.16	c GARBAGE COLLECT
940.36/943.16	c rational objective 997
959.88/962.79	c #Conflicts:    1280000 | #Constraints:      30592
959.88/962.79	c #Conflicts:    1281000 | #Constraints:      31592
959.88/962.79	c #Conflicts:    1282000 | #Constraints:      32592
959.88/962.79	c #Conflicts:    1283000 | #Constraints:      33592
959.88/962.79	c #Conflicts:    1284000 | #Constraints:      34592
959.88/962.79	c #Conflicts:    1285000 | #Constraints:      35592
959.88/962.79	c #Conflicts:    1286000 | #Constraints:      36592
959.88/962.79	c #Conflicts:    1287000 | #Constraints:      37592
959.88/962.79	c #Conflicts:    1288000 | #Constraints:      38592
959.88/962.79	c #Conflicts:    1289000 | #Constraints:      39592
959.88/962.79	c #Conflicts:    1290000 | #Constraints:      40592
959.88/962.79	c #Conflicts:    1291000 | #Constraints:      41592
959.88/962.79	c #Conflicts:    1292000 | #Constraints:      42592
959.88/962.79	c #Conflicts:    1293000 | #Constraints:      43593
959.88/962.79	c #Conflicts:    1294000 | #Constraints:      44593
959.88/962.79	c #Conflicts:    1295000 | #Constraints:      45593
959.88/962.79	c #Conflicts:    1296000 | #Constraints:      46593
959.88/962.79	c #Conflicts:    1297000 | #Constraints:      47593
959.88/962.79	c #Conflicts:    1298000 | #Constraints:      48593
959.88/962.79	c #Conflicts:    1299000 | #Constraints:      49593
959.88/962.79	c #Conflicts:    1300000 | #Constraints:      50593
959.88/962.79	c #Conflicts:    1301000 | #Constraints:      51593
959.88/962.79	c #Conflicts:    1302000 | #Constraints:      52593
959.88/962.79	c INPROCESSING
959.88/962.79	c GARBAGE COLLECT
959.88/962.79	c rational objective 997
978.93/981.81	c #Conflicts:    1303000 | #Constraints:      30790
978.93/981.81	c #Conflicts:    1304000 | #Constraints:      31790
978.93/981.81	c #Conflicts:    1305000 | #Constraints:      32790
978.93/981.81	c #Conflicts:    1306000 | #Constraints:      33790
978.93/981.81	c #Conflicts:    1307000 | #Constraints:      34790
978.93/981.81	c #Conflicts:    1308000 | #Constraints:      35790
978.93/981.81	c #Conflicts:    1309000 | #Constraints:      36790
978.93/981.81	c #Conflicts:    1310000 | #Constraints:      37790
978.93/981.81	c #Conflicts:    1311000 | #Constraints:      38790
978.93/981.81	c #Conflicts:    1312000 | #Constraints:      39790
978.93/981.81	c #Conflicts:    1313000 | #Constraints:      40790
978.93/981.81	c #Conflicts:    1314000 | #Constraints:      41790
978.93/981.81	c #Conflicts:    1315000 | #Constraints:      42790
978.93/981.81	c #Conflicts:    1316000 | #Constraints:      43790
978.93/981.81	c #Conflicts:    1317000 | #Constraints:      44790
978.93/981.81	c #Conflicts:    1318000 | #Constraints:      45790
978.93/981.81	c #Conflicts:    1319000 | #Constraints:      46790
978.93/981.81	c #Conflicts:    1320000 | #Constraints:      47790
978.93/981.81	c #Conflicts:    1321000 | #Constraints:      48790
978.93/981.81	c #Conflicts:    1322000 | #Constraints:      49790
978.93/981.81	c #Conflicts:    1323000 | #Constraints:      50790
978.93/981.81	c #Conflicts:    1324000 | #Constraints:      51790
978.93/981.81	c #Conflicts:    1325000 | #Constraints:      52790
978.93/981.81	c INPROCESSING
978.93/981.81	c GARBAGE COLLECT
978.93/981.81	c rational objective 997
998.86/1001.88	c #Conflicts:    1326000 | #Constraints:      30906
998.86/1001.88	c #Conflicts:    1327000 | #Constraints:      31960
998.86/1001.88	c #Conflicts:    1328000 | #Constraints:      33023
998.86/1001.88	c #Conflicts:    1329000 | #Constraints:      34071
998.86/1001.88	c #Conflicts:    1330000 | #Constraints:      35113
998.86/1001.88	c #Conflicts:    1331000 | #Constraints:      36146
998.86/1001.88	c #Conflicts:    1332000 | #Constraints:      37193
998.86/1001.88	c #Conflicts:    1333000 | #Constraints:      38229
998.86/1001.88	c #Conflicts:    1334000 | #Constraints:      39271
998.86/1001.88	c #Conflicts:    1335000 | #Constraints:      40305
998.86/1001.88	c #Conflicts:    1336000 | #Constraints:      41351
998.86/1001.88	c #Conflicts:    1337000 | #Constraints:      42393
998.86/1001.88	c #Conflicts:    1338000 | #Constraints:      43428
998.86/1001.88	c #Conflicts:    1339000 | #Constraints:      44464
998.86/1001.88	c #Conflicts:    1340000 | #Constraints:      45497
998.86/1001.88	c #Conflicts:    1341000 | #Constraints:      46531
998.86/1001.88	c #Conflicts:    1342000 | #Constraints:      47565
998.86/1001.88	c #Conflicts:    1343000 | #Constraints:      48601
998.86/1001.88	c #Conflicts:    1344000 | #Constraints:      49625
998.86/1001.88	c #Conflicts:    1345000 | #Constraints:      50673
998.86/1001.88	c #Conflicts:    1346000 | #Constraints:      51709
998.86/1001.88	c #Conflicts:    1347000 | #Constraints:      52741
998.86/1001.88	c #Conflicts:    1348000 | #Constraints:      53783
998.86/1001.88	c INPROCESSING
998.86/1001.88	c GARBAGE COLLECT
998.86/1001.88	c rational objective 997
1020.79/1023.80	c #Conflicts:    1349000 | #Constraints:      31194
1020.79/1023.80	c #Conflicts:    1350000 | #Constraints:      32194
1020.79/1023.80	c #Conflicts:    1351000 | #Constraints:      33194
1020.79/1023.80	c #Conflicts:    1352000 | #Constraints:      34194
1020.79/1023.80	c #Conflicts:    1353000 | #Constraints:      35194
1020.79/1023.80	c #Conflicts:    1354000 | #Constraints:      36194
1020.79/1023.80	c #Conflicts:    1355000 | #Constraints:      37194
1020.79/1023.80	c #Conflicts:    1356000 | #Constraints:      38194
1020.79/1023.80	c #Conflicts:    1357000 | #Constraints:      39194
1020.79/1023.80	c #Conflicts:    1358000 | #Constraints:      40194
1020.79/1023.80	c #Conflicts:    1359000 | #Constraints:      41194
1020.79/1023.80	c #Conflicts:    1360000 | #Constraints:      42194
1020.79/1023.80	c #Conflicts:    1361000 | #Constraints:      43194
1020.79/1023.80	c #Conflicts:    1362000 | #Constraints:      44194
1020.79/1023.80	c #Conflicts:    1363000 | #Constraints:      45194
1020.79/1023.80	c #Conflicts:    1364000 | #Constraints:      46194
1020.79/1023.80	c #Conflicts:    1365000 | #Constraints:      47194
1020.79/1023.80	c #Conflicts:    1366000 | #Constraints:      48194
1020.79/1023.80	c #Conflicts:    1367000 | #Constraints:      49194
1020.79/1023.80	c #Conflicts:    1368000 | #Constraints:      50194
1020.79/1023.80	c #Conflicts:    1369000 | #Constraints:      51194
1020.79/1023.80	c #Conflicts:    1370000 | #Constraints:      52194
1020.79/1023.80	c #Conflicts:    1371000 | #Constraints:      53194
1020.79/1023.80	c INPROCESSING
1020.79/1023.80	c GARBAGE COLLECT
1020.79/1023.80	c rational objective 997
1045.71/1048.83	c #Conflicts:    1372000 | #Constraints:      30794
1045.71/1048.83	c #Conflicts:    1373000 | #Constraints:      31795
1045.71/1048.83	c #Conflicts:    1374000 | #Constraints:      32808
1045.71/1048.83	c #Conflicts:    1375000 | #Constraints:      33874
1045.71/1048.83	c #Conflicts:    1376000 | #Constraints:      34935
1045.71/1048.83	c #Conflicts:    1377000 | #Constraints:      35976
1045.71/1048.83	c #Conflicts:    1378000 | #Constraints:      37014
1045.71/1048.83	c #Conflicts:    1379000 | #Constraints:      38056
1045.71/1048.83	c #Conflicts:    1380000 | #Constraints:      39091
1045.71/1048.83	c #Conflicts:    1381000 | #Constraints:      40121
1045.71/1048.83	c #Conflicts:    1382000 | #Constraints:      41152
1045.71/1048.83	c #Conflicts:    1383000 | #Constraints:      42178
1045.71/1048.83	c #Conflicts:    1384000 | #Constraints:      43209
1045.71/1048.83	c #Conflicts:    1385000 | #Constraints:      44237
1045.71/1048.83	c #Conflicts:    1386000 | #Constraints:      45265
1045.71/1048.83	c #Conflicts:    1387000 | #Constraints:      46294
1045.71/1048.83	c #Conflicts:    1388000 | #Constraints:      47322
1045.71/1048.83	c #Conflicts:    1389000 | #Constraints:      48342
1045.71/1048.83	c #Conflicts:    1390000 | #Constraints:      49381
1045.71/1048.83	c #Conflicts:    1391000 | #Constraints:      50413
1045.71/1048.83	c #Conflicts:    1392000 | #Constraints:      51438
1045.71/1048.83	c #Conflicts:    1393000 | #Constraints:      52468
1045.71/1048.83	c #Conflicts:    1394000 | #Constraints:      53497
1045.71/1048.83	c #Conflicts:    1395000 | #Constraints:      54530
1045.71/1048.83	c INPROCESSING
1045.71/1048.83	c GARBAGE COLLECT
1045.71/1048.83	c rational objective 997
1068.45/1071.61	c #Conflicts:    1396000 | #Constraints:      31566
1068.45/1071.61	c #Conflicts:    1397000 | #Constraints:      32566
1068.45/1071.61	c #Conflicts:    1398000 | #Constraints:      33566
1068.45/1071.61	c #Conflicts:    1399000 | #Constraints:      34566
1068.45/1071.61	c #Conflicts:    1400000 | #Constraints:      35566
1068.45/1071.61	c #Conflicts:    1401000 | #Constraints:      36566
1068.45/1071.61	c #Conflicts:    1402000 | #Constraints:      37566
1068.45/1071.61	c #Conflicts:    1403000 | #Constraints:      38566
1068.45/1071.61	c #Conflicts:    1404000 | #Constraints:      39566
1068.45/1071.61	c #Conflicts:    1405000 | #Constraints:      40566
1068.45/1071.61	c #Conflicts:    1406000 | #Constraints:      41566
1068.45/1071.61	c #Conflicts:    1407000 | #Constraints:      42566
1068.45/1071.61	c #Conflicts:    1408000 | #Constraints:      43566
1068.45/1071.61	c #Conflicts:    1409000 | #Constraints:      44567
1068.45/1071.61	c #Conflicts:    1410000 | #Constraints:      45567
1068.45/1071.61	c #Conflicts:    1411000 | #Constraints:      46567
1068.45/1071.61	c #Conflicts:    1412000 | #Constraints:      47567
1068.45/1071.61	c #Conflicts:    1413000 | #Constraints:      48568
1068.45/1071.61	c #Conflicts:    1414000 | #Constraints:      49570
1068.45/1071.61	c #Conflicts:    1415000 | #Constraints:      50571
1068.45/1071.61	c #Conflicts:    1416000 | #Constraints:      51571
1068.45/1071.61	c #Conflicts:    1417000 | #Constraints:      52577
1068.45/1071.61	c #Conflicts:    1418000 | #Constraints:      53578
1068.45/1071.61	c #Conflicts:    1419000 | #Constraints:      54578
1068.45/1071.61	c INPROCESSING
1068.45/1071.61	c GARBAGE COLLECT
1068.45/1071.61	c rational objective 997
1088.89/1092.18	c #Conflicts:    1420000 | #Constraints:      31798
1088.89/1092.18	c #Conflicts:    1421000 | #Constraints:      32798
1088.89/1092.18	c #Conflicts:    1422000 | #Constraints:      33798
1088.89/1092.18	c #Conflicts:    1423000 | #Constraints:      34798
1088.89/1092.18	c #Conflicts:    1424000 | #Constraints:      35798
1088.89/1092.18	c #Conflicts:    1425000 | #Constraints:      36798
1088.89/1092.18	c #Conflicts:    1426000 | #Constraints:      37798
1088.89/1092.18	c #Conflicts:    1427000 | #Constraints:      38798
1088.89/1092.18	c #Conflicts:    1428000 | #Constraints:      39798
1088.89/1092.18	c #Conflicts:    1429000 | #Constraints:      40798
1088.89/1092.18	c #Conflicts:    1430000 | #Constraints:      41798
1088.89/1092.18	c #Conflicts:    1431000 | #Constraints:      42798
1088.89/1092.18	c #Conflicts:    1432000 | #Constraints:      43798
1088.89/1092.18	c #Conflicts:    1433000 | #Constraints:      44798
1088.89/1092.18	c #Conflicts:    1434000 | #Constraints:      45798
1088.89/1092.18	c #Conflicts:    1435000 | #Constraints:      46798
1088.89/1092.18	c #Conflicts:    1436000 | #Constraints:      47798
1088.89/1092.18	c #Conflicts:    1437000 | #Constraints:      48798
1088.89/1092.18	c #Conflicts:    1438000 | #Constraints:      49798
1088.89/1092.18	c #Conflicts:    1439000 | #Constraints:      50798
1088.89/1092.18	c #Conflicts:    1440000 | #Constraints:      51798
1088.89/1092.18	c #Conflicts:    1441000 | #Constraints:      52798
1088.89/1092.18	c #Conflicts:    1442000 | #Constraints:      53798
1088.89/1092.18	c #Conflicts:    1443000 | #Constraints:      54798
1088.89/1092.18	c INPROCESSING
1088.89/1092.18	c GARBAGE COLLECT
1088.89/1092.18	c rational objective 997
1112.01/1115.39	c #Conflicts:    1444000 | #Constraints:      31893
1112.01/1115.39	c #Conflicts:    1445000 | #Constraints:      32926
1112.01/1115.39	c #Conflicts:    1446000 | #Constraints:      33975
1112.01/1115.39	c #Conflicts:    1447000 | #Constraints:      35021
1112.01/1115.39	c #Conflicts:    1448000 | #Constraints:      36082
1112.01/1115.39	c #Conflicts:    1449000 | #Constraints:      37137
1112.01/1115.39	c #Conflicts:    1450000 | #Constraints:      38212
1112.01/1115.39	c #Conflicts:    1451000 | #Constraints:      39252
1112.01/1115.39	c #Conflicts:    1452000 | #Constraints:      40298
1112.01/1115.39	c #Conflicts:    1453000 | #Constraints:      41327
1112.01/1115.39	c #Conflicts:    1454000 | #Constraints:      42364
1112.01/1115.39	c #Conflicts:    1455000 | #Constraints:      43422
1112.01/1115.39	c #Conflicts:    1456000 | #Constraints:      44475
1112.01/1115.39	c #Conflicts:    1457000 | #Constraints:      45522
1112.01/1115.39	c #Conflicts:    1458000 | #Constraints:      46563
1112.01/1115.39	c #Conflicts:    1459000 | #Constraints:      47591
1112.01/1115.39	c #Conflicts:    1460000 | #Constraints:      48629
1112.01/1115.39	c #Conflicts:    1461000 | #Constraints:      49675
1112.01/1115.39	c #Conflicts:    1462000 | #Constraints:      50693
1112.01/1115.39	c #Conflicts:    1463000 | #Constraints:      51719
1112.01/1115.39	c #Conflicts:    1464000 | #Constraints:      52770
1112.01/1115.39	c #Conflicts:    1465000 | #Constraints:      53801
1112.01/1115.39	c #Conflicts:    1466000 | #Constraints:      54817
1112.01/1115.39	c #Conflicts:    1467000 | #Constraints:      55847
1112.01/1115.39	c INPROCESSING
1112.01/1115.39	c GARBAGE COLLECT
1112.01/1115.39	c rational objective 997
1137.64/1141.05	c #Conflicts:    1468000 | #Constraints:      32225
1137.64/1141.05	c #Conflicts:    1469000 | #Constraints:      33225
1137.64/1141.05	c #Conflicts:    1470000 | #Constraints:      34225
1137.64/1141.05	c #Conflicts:    1471000 | #Constraints:      35225
1137.64/1141.05	c #Conflicts:    1472000 | #Constraints:      36225
1137.64/1141.05	c #Conflicts:    1473000 | #Constraints:      37225
1137.64/1141.05	c #Conflicts:    1474000 | #Constraints:      38225
1137.64/1141.05	c #Conflicts:    1475000 | #Constraints:      39225
1137.64/1141.05	c #Conflicts:    1476000 | #Constraints:      40225
1137.64/1141.05	c #Conflicts:    1477000 | #Constraints:      41225
1137.64/1141.05	c #Conflicts:    1478000 | #Constraints:      42225
1137.64/1141.05	c #Conflicts:    1479000 | #Constraints:      43225
1137.64/1141.05	c #Conflicts:    1480000 | #Constraints:      44225
1137.64/1141.05	c #Conflicts:    1481000 | #Constraints:      45225
1137.64/1141.05	c #Conflicts:    1482000 | #Constraints:      46225
1137.64/1141.05	c #Conflicts:    1483000 | #Constraints:      47225
1137.64/1141.05	c #Conflicts:    1484000 | #Constraints:      48225
1137.64/1141.05	c #Conflicts:    1485000 | #Constraints:      49225
1137.64/1141.05	c #Conflicts:    1486000 | #Constraints:      50225
1137.64/1141.05	c #Conflicts:    1487000 | #Constraints:      51225
1137.64/1141.05	c #Conflicts:    1488000 | #Constraints:      52225
1137.64/1141.05	c #Conflicts:    1489000 | #Constraints:      53225
1137.64/1141.05	c #Conflicts:    1490000 | #Constraints:      54225
1137.64/1141.05	c #Conflicts:    1491000 | #Constraints:      55225
1137.64/1141.05	c INPROCESSING
1137.64/1141.05	c GARBAGE COLLECT
1137.64/1141.05	c rational objective 997
1159.36/1162.83	c #Conflicts:    1492000 | #Constraints:      31800
1159.36/1162.83	c #Conflicts:    1493000 | #Constraints:      32826
1159.36/1162.83	c #Conflicts:    1494000 | #Constraints:      33875
1159.36/1162.83	c #Conflicts:    1495000 | #Constraints:      34928
1159.36/1162.83	c #Conflicts:    1496000 | #Constraints:      35988
1159.36/1162.83	c #Conflicts:    1497000 | #Constraints:      37041
1159.36/1162.83	c #Conflicts:    1498000 | #Constraints:      38098
1159.36/1162.83	c #Conflicts:    1499000 | #Constraints:      39145
1159.36/1162.83	c #Conflicts:    1500000 | #Constraints:      40183
1159.36/1162.83	c #Conflicts:    1501000 | #Constraints:      41218
1159.36/1162.83	c #Conflicts:    1502000 | #Constraints:      42254
1159.36/1162.83	c #Conflicts:    1503000 | #Constraints:      43291
1159.36/1162.83	c #Conflicts:    1504000 | #Constraints:      44346
1159.36/1162.83	c #Conflicts:    1505000 | #Constraints:      45392
1159.36/1162.83	c #Conflicts:    1506000 | #Constraints:      46426
1159.36/1162.83	c #Conflicts:    1507000 | #Constraints:      47453
1159.36/1162.83	c #Conflicts:    1508000 | #Constraints:      48510
1159.36/1162.83	c #Conflicts:    1509000 | #Constraints:      49543
1159.36/1162.83	c #Conflicts:    1510000 | #Constraints:      50587
1159.36/1162.83	c #Conflicts:    1511000 | #Constraints:      51636
1159.36/1162.83	c #Conflicts:    1512000 | #Constraints:      52661
1159.36/1162.83	c #Conflicts:    1513000 | #Constraints:      53699
1159.36/1162.83	c #Conflicts:    1514000 | #Constraints:      54737
1159.36/1162.83	c #Conflicts:    1515000 | #Constraints:      55777
1159.36/1162.83	c #Conflicts:    1516000 | #Constraints:      56806
1159.36/1162.83	c INPROCESSING
1159.36/1162.83	c GARBAGE COLLECT
1159.36/1162.83	c rational objective 997
1181.99/1185.59	c #Conflicts:    1517000 | #Constraints:      32674
1181.99/1185.59	c #Conflicts:    1518000 | #Constraints:      33674
1181.99/1185.59	c #Conflicts:    1519000 | #Constraints:      34674
1181.99/1185.59	c #Conflicts:    1520000 | #Constraints:      35674
1181.99/1185.59	c #Conflicts:    1521000 | #Constraints:      36674
1181.99/1185.59	c #Conflicts:    1522000 | #Constraints:      37674
1181.99/1185.59	c #Conflicts:    1523000 | #Constraints:      38674
1181.99/1185.59	c #Conflicts:    1524000 | #Constraints:      39674
1181.99/1185.59	c #Conflicts:    1525000 | #Constraints:      40674
1181.99/1185.59	c #Conflicts:    1526000 | #Constraints:      41674
1181.99/1185.59	c #Conflicts:    1527000 | #Constraints:      42674
1181.99/1185.59	c #Conflicts:    1528000 | #Constraints:      43674
1181.99/1185.59	c #Conflicts:    1529000 | #Constraints:      44674
1181.99/1185.59	c #Conflicts:    1530000 | #Constraints:      45674
1181.99/1185.59	c #Conflicts:    1531000 | #Constraints:      46674
1181.99/1185.59	c #Conflicts:    1532000 | #Constraints:      47674
1181.99/1185.59	c #Conflicts:    1533000 | #Constraints:      48674
1181.99/1185.59	c #Conflicts:    1534000 | #Constraints:      49674
1181.99/1185.59	c #Conflicts:    1535000 | #Constraints:      50674
1181.99/1185.59	c #Conflicts:    1536000 | #Constraints:      51674
1181.99/1185.59	c #Conflicts:    1537000 | #Constraints:      52674
1181.99/1185.59	c #Conflicts:    1538000 | #Constraints:      53674
1181.99/1185.59	c #Conflicts:    1539000 | #Constraints:      54674
1181.99/1185.59	c #Conflicts:    1540000 | #Constraints:      55674
1181.99/1185.59	c #Conflicts:    1541000 | #Constraints:      56674
1181.99/1185.59	c INPROCESSING
1181.99/1185.59	c GARBAGE COLLECT
1181.99/1185.59	c rational objective 997
1208.90/1212.59	c #Conflicts:    1542000 | #Constraints:      32814
1208.90/1212.59	c #Conflicts:    1543000 | #Constraints:      33859
1208.90/1212.59	c #Conflicts:    1544000 | #Constraints:      34923
1208.90/1212.59	c #Conflicts:    1545000 | #Constraints:      35986
1208.90/1212.59	c #Conflicts:    1546000 | #Constraints:      37028
1208.90/1212.59	c #Conflicts:    1547000 | #Constraints:      38068
1208.90/1212.59	c #Conflicts:    1548000 | #Constraints:      39119
1208.90/1212.59	c #Conflicts:    1549000 | #Constraints:      40168
1208.90/1212.59	c #Conflicts:    1550000 | #Constraints:      41214
1208.90/1212.59	c #Conflicts:    1551000 | #Constraints:      42254
1208.90/1212.59	c #Conflicts:    1552000 | #Constraints:      43316
1208.90/1212.59	c #Conflicts:    1553000 | #Constraints:      44359
1208.90/1212.59	c #Conflicts:    1554000 | #Constraints:      45404
1208.90/1212.59	c #Conflicts:    1555000 | #Constraints:      46436
1208.90/1212.59	c #Conflicts:    1556000 | #Constraints:      47488
1208.90/1212.59	c #Conflicts:    1557000 | #Constraints:      48532
1208.90/1212.59	c #Conflicts:    1558000 | #Constraints:      49562
1208.90/1212.59	c #Conflicts:    1559000 | #Constraints:      50610
1208.90/1212.59	c #Conflicts:    1560000 | #Constraints:      51675
1208.90/1212.59	c #Conflicts:    1561000 | #Constraints:      52711
1208.90/1212.59	c #Conflicts:    1562000 | #Constraints:      53745
1208.90/1212.59	c #Conflicts:    1563000 | #Constraints:      54790
1208.90/1212.59	c #Conflicts:    1564000 | #Constraints:      55837
1208.90/1212.59	c #Conflicts:    1565000 | #Constraints:      56859
1208.90/1212.59	c #Conflicts:    1566000 | #Constraints:      57895
1208.90/1212.59	c INPROCESSING
1208.90/1212.59	c GARBAGE COLLECT
1208.90/1212.59	c rational objective 997
1233.23/1236.98	c #Conflicts:    1567000 | #Constraints:      33338
1233.23/1236.98	c #Conflicts:    1568000 | #Constraints:      34338
1233.23/1236.98	c #Conflicts:    1569000 | #Constraints:      35338
1233.23/1236.98	c #Conflicts:    1570000 | #Constraints:      36338
1233.23/1236.98	c #Conflicts:    1571000 | #Constraints:      37338
1233.23/1236.98	c #Conflicts:    1572000 | #Constraints:      38338
1233.23/1236.98	c #Conflicts:    1573000 | #Constraints:      39338
1233.23/1236.98	c #Conflicts:    1574000 | #Constraints:      40338
1233.23/1236.98	c #Conflicts:    1575000 | #Constraints:      41338
1233.23/1236.98	c #Conflicts:    1576000 | #Constraints:      42338
1233.23/1236.98	c #Conflicts:    1577000 | #Constraints:      43338
1233.23/1236.98	c #Conflicts:    1578000 | #Constraints:      44338
1233.23/1236.98	c #Conflicts:    1579000 | #Constraints:      45338
1233.23/1236.98	c #Conflicts:    1580000 | #Constraints:      46338
1233.23/1236.98	c #Conflicts:    1581000 | #Constraints:      47338
1233.23/1236.98	c #Conflicts:    1582000 | #Constraints:      48338
1233.23/1236.98	c #Conflicts:    1583000 | #Constraints:      49338
1233.23/1236.98	c #Conflicts:    1584000 | #Constraints:      50338
1233.23/1236.98	c #Conflicts:    1585000 | #Constraints:      51338
1233.23/1236.98	c #Conflicts:    1586000 | #Constraints:      52338
1233.23/1236.98	c #Conflicts:    1587000 | #Constraints:      53338
1233.23/1236.98	c #Conflicts:    1588000 | #Constraints:      54338
1233.23/1236.98	c #Conflicts:    1589000 | #Constraints:      55338
1233.23/1236.98	c #Conflicts:    1590000 | #Constraints:      56338
1233.23/1236.98	c #Conflicts:    1591000 | #Constraints:      57338
1233.23/1236.98	c INPROCESSING
1233.23/1236.98	c GARBAGE COLLECT
1233.23/1236.98	c rational objective 997
1257.76/1261.54	c #Conflicts:    1592000 | #Constraints:      33072
1257.76/1261.54	c #Conflicts:    1593000 | #Constraints:      34072
1257.76/1261.54	c #Conflicts:    1594000 | #Constraints:      35072
1257.76/1261.54	c #Conflicts:    1595000 | #Constraints:      36072
1257.76/1261.54	c #Conflicts:    1596000 | #Constraints:      37072
1257.76/1261.54	c #Conflicts:    1597000 | #Constraints:      38072
1257.76/1261.54	c #Conflicts:    1598000 | #Constraints:      39072
1257.76/1261.54	c #Conflicts:    1599000 | #Constraints:      40072
1257.76/1261.54	c #Conflicts:    1600000 | #Constraints:      41072
1257.76/1261.54	c #Conflicts:    1601000 | #Constraints:      42072
1257.76/1261.54	c #Conflicts:    1602000 | #Constraints:      43072
1257.76/1261.54	c #Conflicts:    1603000 | #Constraints:      44072
1257.76/1261.54	c #Conflicts:    1604000 | #Constraints:      45072
1257.76/1261.54	c #Conflicts:    1605000 | #Constraints:      46072
1257.76/1261.54	c #Conflicts:    1606000 | #Constraints:      47072
1257.76/1261.54	c #Conflicts:    1607000 | #Constraints:      48072
1257.76/1261.54	c #Conflicts:    1608000 | #Constraints:      49072
1257.76/1261.54	c #Conflicts:    1609000 | #Constraints:      50072
1257.76/1261.54	c #Conflicts:    1610000 | #Constraints:      51072
1257.76/1261.54	c #Conflicts:    1611000 | #Constraints:      52072
1257.76/1261.54	c #Conflicts:    1612000 | #Constraints:      53072
1257.76/1261.54	c #Conflicts:    1613000 | #Constraints:      54072
1257.76/1261.54	c #Conflicts:    1614000 | #Constraints:      55072
1257.76/1261.54	c #Conflicts:    1615000 | #Constraints:      56072
1257.76/1261.54	c #Conflicts:    1616000 | #Constraints:      57072
1257.76/1261.54	c INPROCESSING
1257.76/1261.54	c GARBAGE COLLECT
1257.76/1261.54	c rational objective 997
1287.07/1291.00	c #Conflicts:    1617000 | #Constraints:      32759
1287.07/1291.00	c #Conflicts:    1618000 | #Constraints:      33790
1287.07/1291.00	c #Conflicts:    1619000 | #Constraints:      34815
1287.07/1291.00	c #Conflicts:    1620000 | #Constraints:      35853
1287.07/1291.00	c #Conflicts:    1621000 | #Constraints:      36914
1287.07/1291.00	c #Conflicts:    1622000 | #Constraints:      37963
1287.07/1291.00	c #Conflicts:    1623000 | #Constraints:      38995
1287.07/1291.00	c #Conflicts:    1624000 | #Constraints:      40023
1287.07/1291.00	c #Conflicts:    1625000 | #Constraints:      41054
1287.07/1291.00	c #Conflicts:    1626000 | #Constraints:      42098
1287.07/1291.00	c #Conflicts:    1627000 | #Constraints:      43131
1287.07/1291.00	c #Conflicts:    1628000 | #Constraints:      44163
1287.07/1291.00	c #Conflicts:    1629000 | #Constraints:      45193
1287.07/1291.00	c #Conflicts:    1630000 | #Constraints:      46215
1287.07/1291.00	c #Conflicts:    1631000 | #Constraints:      47256
1287.07/1291.00	c #Conflicts:    1632000 | #Constraints:      48285
1287.07/1291.00	c #Conflicts:    1633000 | #Constraints:      49320
1287.07/1291.00	c #Conflicts:    1634000 | #Constraints:      50353
1287.07/1291.00	c #Conflicts:    1635000 | #Constraints:      51388
1287.07/1291.00	c #Conflicts:    1636000 | #Constraints:      52413
1287.07/1291.00	c #Conflicts:    1637000 | #Constraints:      53441
1287.07/1291.00	c #Conflicts:    1638000 | #Constraints:      54469
1287.07/1291.00	c #Conflicts:    1639000 | #Constraints:      55490
1287.07/1291.00	c #Conflicts:    1640000 | #Constraints:      56527
1287.07/1291.00	c #Conflicts:    1641000 | #Constraints:      57569
1287.07/1291.00	c #Conflicts:    1642000 | #Constraints:      58598
1287.07/1291.00	c INPROCESSING
1287.07/1291.00	c GARBAGE COLLECT
1287.07/1291.00	c rational objective 997
1312.19/1316.18	c #Conflicts:    1643000 | #Constraints:      33613
1312.19/1316.18	c #Conflicts:    1644000 | #Constraints:      34613
1312.19/1316.18	c #Conflicts:    1645000 | #Constraints:      35613
1312.19/1316.18	c #Conflicts:    1646000 | #Constraints:      36613
1312.19/1316.18	c #Conflicts:    1647000 | #Constraints:      37613
1312.19/1316.18	c #Conflicts:    1648000 | #Constraints:      38613
1312.19/1316.18	c #Conflicts:    1649000 | #Constraints:      39613
1312.19/1316.18	c #Conflicts:    1650000 | #Constraints:      40613
1312.19/1316.18	c #Conflicts:    1651000 | #Constraints:      41613
1312.19/1316.18	c #Conflicts:    1652000 | #Constraints:      42613
1312.19/1316.18	c #Conflicts:    1653000 | #Constraints:      43613
1312.19/1316.18	c #Conflicts:    1654000 | #Constraints:      44613
1312.19/1316.18	c #Conflicts:    1655000 | #Constraints:      45613
1312.19/1316.18	c #Conflicts:    1656000 | #Constraints:      46613
1312.19/1316.18	c #Conflicts:    1657000 | #Constraints:      47613
1312.19/1316.18	c #Conflicts:    1658000 | #Constraints:      48613
1312.19/1316.18	c #Conflicts:    1659000 | #Constraints:      49613
1312.19/1316.18	c #Conflicts:    1660000 | #Constraints:      50613
1312.19/1316.18	c #Conflicts:    1661000 | #Constraints:      51613
1312.19/1316.18	c #Conflicts:    1662000 | #Constraints:      52613
1312.19/1316.18	c #Conflicts:    1663000 | #Constraints:      53614
1312.19/1316.18	c #Conflicts:    1664000 | #Constraints:      54615
1312.19/1316.18	c #Conflicts:    1665000 | #Constraints:      55615
1312.19/1316.18	c #Conflicts:    1666000 | #Constraints:      56615
1312.19/1316.18	c #Conflicts:    1667000 | #Constraints:      57615
1312.19/1316.18	c #Conflicts:    1668000 | #Constraints:      58616
1312.19/1316.18	c INPROCESSING
1312.19/1316.18	c GARBAGE COLLECT
1312.19/1316.18	c rational objective 997
1336.31/1340.37	c #Conflicts:    1669000 | #Constraints:      33832
1336.31/1340.37	c #Conflicts:    1670000 | #Constraints:      34832
1336.31/1340.37	c #Conflicts:    1671000 | #Constraints:      35832
1336.31/1340.37	c #Conflicts:    1672000 | #Constraints:      36832
1336.31/1340.37	c #Conflicts:    1673000 | #Constraints:      37832
1336.31/1340.37	c #Conflicts:    1674000 | #Constraints:      38832
1336.31/1340.37	c #Conflicts:    1675000 | #Constraints:      39832
1336.31/1340.37	c #Conflicts:    1676000 | #Constraints:      40832
1336.31/1340.37	c #Conflicts:    1677000 | #Constraints:      41832
1336.31/1340.37	c #Conflicts:    1678000 | #Constraints:      42833
1336.31/1340.37	c #Conflicts:    1679000 | #Constraints:      43833
1336.31/1340.37	c #Conflicts:    1680000 | #Constraints:      44833
1336.31/1340.37	c #Conflicts:    1681000 | #Constraints:      45833
1336.31/1340.37	c #Conflicts:    1682000 | #Constraints:      46833
1336.31/1340.37	c #Conflicts:    1683000 | #Constraints:      47833
1336.31/1340.37	c #Conflicts:    1684000 | #Constraints:      48833
1336.31/1340.37	c #Conflicts:    1685000 | #Constraints:      49833
1336.31/1340.37	c #Conflicts:    1686000 | #Constraints:      50833
1336.31/1340.37	c #Conflicts:    1687000 | #Constraints:      51833
1336.31/1340.37	c #Conflicts:    1688000 | #Constraints:      52833
1336.31/1340.37	c #Conflicts:    1689000 | #Constraints:      53833
1336.31/1340.37	c #Conflicts:    1690000 | #Constraints:      54833
1336.31/1340.37	c #Conflicts:    1691000 | #Constraints:      55833
1336.31/1340.37	c #Conflicts:    1692000 | #Constraints:      56833
1336.31/1340.37	c #Conflicts:    1693000 | #Constraints:      57833
1336.31/1340.37	c #Conflicts:    1694000 | #Constraints:      58833
1336.31/1340.37	c INPROCESSING
1336.31/1340.37	c GARBAGE COLLECT
1336.31/1340.37	c rational objective 997
1367.52/1371.60	c #Conflicts:    1695000 | #Constraints:      33925
1367.52/1371.60	c #Conflicts:    1696000 | #Constraints:      34965
1367.52/1371.60	c #Conflicts:    1697000 | #Constraints:      36014
1367.52/1371.60	c #Conflicts:    1698000 | #Constraints:      37076
1367.52/1371.60	c #Conflicts:    1699000 | #Constraints:      38137
1367.52/1371.60	c #Conflicts:    1700000 | #Constraints:      39188
1367.52/1371.60	c #Conflicts:    1701000 | #Constraints:      40232
1367.52/1371.60	c #Conflicts:    1702000 | #Constraints:      41278
1367.52/1371.60	c #Conflicts:    1703000 | #Constraints:      42328
1367.52/1371.60	c #Conflicts:    1704000 | #Constraints:      43379
1367.52/1371.60	c #Conflicts:    1705000 | #Constraints:      44411
1367.52/1371.60	c #Conflicts:    1706000 | #Constraints:      45460
1367.52/1371.60	c #Conflicts:    1707000 | #Constraints:      46510
1367.52/1371.60	c #Conflicts:    1708000 | #Constraints:      47545
1367.52/1371.60	c #Conflicts:    1709000 | #Constraints:      48605
1367.52/1371.60	c #Conflicts:    1710000 | #Constraints:      49645
1367.52/1371.60	c #Conflicts:    1711000 | #Constraints:      50675
1367.52/1371.60	c #Conflicts:    1712000 | #Constraints:      51705
1367.52/1371.60	c #Conflicts:    1713000 | #Constraints:      52733
1367.52/1371.60	c #Conflicts:    1714000 | #Constraints:      53763
1367.52/1371.60	c #Conflicts:    1715000 | #Constraints:      54785
1367.52/1371.60	c #Conflicts:    1716000 | #Constraints:      55805
1367.52/1371.60	c #Conflicts:    1717000 | #Constraints:      56853
1367.52/1371.60	c #Conflicts:    1718000 | #Constraints:      57880
1367.52/1371.60	c #Conflicts:    1719000 | #Constraints:      58899
1367.52/1371.60	c #Conflicts:    1720000 | #Constraints:      59927
1367.52/1371.60	c INPROCESSING
1367.52/1371.60	c GARBAGE COLLECT
1367.52/1371.60	c rational objective 997
1396.32/1400.50	c #Conflicts:    1721000 | #Constraints:      34224
1396.32/1400.50	c #Conflicts:    1722000 | #Constraints:      35224
1396.32/1400.50	c #Conflicts:    1723000 | #Constraints:      36224
1396.32/1400.50	c #Conflicts:    1724000 | #Constraints:      37224
1396.32/1400.50	c #Conflicts:    1725000 | #Constraints:      38224
1396.32/1400.50	c #Conflicts:    1726000 | #Constraints:      39224
1396.32/1400.50	c #Conflicts:    1727000 | #Constraints:      40224
1396.32/1400.50	c #Conflicts:    1728000 | #Constraints:      41224
1396.32/1400.50	c #Conflicts:    1729000 | #Constraints:      42224
1396.32/1400.50	c #Conflicts:    1730000 | #Constraints:      43224
1396.32/1400.50	c #Conflicts:    1731000 | #Constraints:      44224
1396.32/1400.50	c #Conflicts:    1732000 | #Constraints:      45224
1396.32/1400.50	c #Conflicts:    1733000 | #Constraints:      46224
1396.32/1400.50	c #Conflicts:    1734000 | #Constraints:      47224
1396.32/1400.50	c #Conflicts:    1735000 | #Constraints:      48224
1396.32/1400.50	c #Conflicts:    1736000 | #Constraints:      49224
1396.32/1400.50	c #Conflicts:    1737000 | #Constraints:      50224
1396.32/1400.50	c #Conflicts:    1738000 | #Constraints:      51224
1396.32/1400.50	c #Conflicts:    1739000 | #Constraints:      52224
1396.32/1400.50	c #Conflicts:    1740000 | #Constraints:      53224
1396.32/1400.50	c #Conflicts:    1741000 | #Constraints:      54224
1396.32/1400.50	c #Conflicts:    1742000 | #Constraints:      55224
1396.32/1400.50	c #Conflicts:    1743000 | #Constraints:      56224
1396.32/1400.50	c #Conflicts:    1744000 | #Constraints:      57224
1396.32/1400.50	c #Conflicts:    1745000 | #Constraints:      58224
1396.32/1400.50	c #Conflicts:    1746000 | #Constraints:      59224
1396.32/1400.50	c INPROCESSING
1396.32/1400.50	c GARBAGE COLLECT
1396.32/1400.50	c rational objective 997
1426.93/1431.22	c #Conflicts:    1747000 | #Constraints:      33816
1426.93/1431.22	c #Conflicts:    1748000 | #Constraints:      34830
1426.93/1431.22	c #Conflicts:    1749000 | #Constraints:      35845
1426.93/1431.22	c #Conflicts:    1750000 | #Constraints:      36888
1426.93/1431.22	c #Conflicts:    1751000 | #Constraints:      37947
1426.93/1431.22	c #Conflicts:    1752000 | #Constraints:      39023
1426.93/1431.22	c #Conflicts:    1753000 | #Constraints:      40085
1426.93/1431.22	c #Conflicts:    1754000 | #Constraints:      41132
1426.93/1431.22	c #Conflicts:    1755000 | #Constraints:      42187
1426.93/1431.22	c #Conflicts:    1756000 | #Constraints:      43236
1426.93/1431.22	c #Conflicts:    1757000 | #Constraints:      44280
1426.93/1431.22	c #Conflicts:    1758000 | #Constraints:      45325
1426.93/1431.22	c #Conflicts:    1759000 | #Constraints:      46371
1426.93/1431.22	c #Conflicts:    1760000 | #Constraints:      47406
1426.93/1431.22	c #Conflicts:    1761000 | #Constraints:      48449
1426.93/1431.22	c #Conflicts:    1762000 | #Constraints:      49480
1426.93/1431.22	c #Conflicts:    1763000 | #Constraints:      50508
1426.93/1431.22	c #Conflicts:    1764000 | #Constraints:      51554
1426.93/1431.22	c #Conflicts:    1765000 | #Constraints:      52582
1426.93/1431.22	c #Conflicts:    1766000 | #Constraints:      53615
1426.93/1431.22	c #Conflicts:    1767000 | #Constraints:      54648
1426.93/1431.22	c #Conflicts:    1768000 | #Constraints:      55678
1426.93/1431.22	c #Conflicts:    1769000 | #Constraints:      56719
1426.93/1431.22	c #Conflicts:    1770000 | #Constraints:      57743
1426.93/1431.22	c #Conflicts:    1771000 | #Constraints:      58773
1426.93/1431.22	c #Conflicts:    1772000 | #Constraints:      59797
1426.93/1431.22	c #Conflicts:    1773000 | #Constraints:      60833
1426.93/1431.22	c INPROCESSING
1426.93/1431.22	c GARBAGE COLLECT
1426.93/1431.22	c rational objective 997
1454.84/1459.29	c #Conflicts:    1774000 | #Constraints:      34720
1454.84/1459.29	c #Conflicts:    1775000 | #Constraints:      35720
1454.84/1459.29	c #Conflicts:    1776000 | #Constraints:      36720
1454.84/1459.29	c #Conflicts:    1777000 | #Constraints:      37720
1454.84/1459.29	c #Conflicts:    1778000 | #Constraints:      38720
1454.84/1459.29	c #Conflicts:    1779000 | #Constraints:      39720
1454.84/1459.29	c #Conflicts:    1780000 | #Constraints:      40720
1454.84/1459.29	c #Conflicts:    1781000 | #Constraints:      41720
1454.84/1459.29	c #Conflicts:    1782000 | #Constraints:      42720
1454.84/1459.29	c #Conflicts:    1783000 | #Constraints:      43720
1454.84/1459.29	c #Conflicts:    1784000 | #Constraints:      44720
1454.84/1459.29	c #Conflicts:    1785000 | #Constraints:      45720
1454.84/1459.29	c #Conflicts:    1786000 | #Constraints:      46720
1454.84/1459.29	c #Conflicts:    1787000 | #Constraints:      47720
1454.84/1459.29	c #Conflicts:    1788000 | #Constraints:      48720
1454.84/1459.29	c #Conflicts:    1789000 | #Constraints:      49720
1454.84/1459.29	c #Conflicts:    1790000 | #Constraints:      50720
1454.84/1459.29	c #Conflicts:    1791000 | #Constraints:      51720
1454.84/1459.29	c #Conflicts:    1792000 | #Constraints:      52720
1454.84/1459.29	c #Conflicts:    1793000 | #Constraints:      53720
1454.84/1459.29	c #Conflicts:    1794000 | #Constraints:      54720
1454.84/1459.29	c #Conflicts:    1795000 | #Constraints:      55720
1454.84/1459.29	c #Conflicts:    1796000 | #Constraints:      56720
1454.84/1459.29	c #Conflicts:    1797000 | #Constraints:      57720
1454.84/1459.29	c #Conflicts:    1798000 | #Constraints:      58720
1454.84/1459.29	c #Conflicts:    1799000 | #Constraints:      59720
1454.84/1459.29	c #Conflicts:    1800000 | #Constraints:      60720
1454.84/1459.29	c INPROCESSING
1454.84/1459.29	c GARBAGE COLLECT
1454.84/1459.29	c rational objective 997
1481.35/1485.85	c #Conflicts:    1801000 | #Constraints:      34844
1481.35/1485.85	c #Conflicts:    1802000 | #Constraints:      35844
1481.35/1485.85	c #Conflicts:    1803000 | #Constraints:      36844
1481.35/1485.85	c #Conflicts:    1804000 | #Constraints:      37844
1481.35/1485.85	c #Conflicts:    1805000 | #Constraints:      38844
1481.35/1485.85	c #Conflicts:    1806000 | #Constraints:      39844
1481.35/1485.85	c #Conflicts:    1807000 | #Constraints:      40844
1481.35/1485.85	c #Conflicts:    1808000 | #Constraints:      41844
1481.35/1485.85	c #Conflicts:    1809000 | #Constraints:      42844
1481.35/1485.85	c #Conflicts:    1810000 | #Constraints:      43844
1481.35/1485.85	c #Conflicts:    1811000 | #Constraints:      44844
1481.35/1485.85	c #Conflicts:    1812000 | #Constraints:      45844
1481.35/1485.85	c #Conflicts:    1813000 | #Constraints:      46844
1481.35/1485.85	c #Conflicts:    1814000 | #Constraints:      47844
1481.35/1485.85	c #Conflicts:    1815000 | #Constraints:      48844
1481.35/1485.85	c #Conflicts:    1816000 | #Constraints:      49844
1481.35/1485.85	c #Conflicts:    1817000 | #Constraints:      50844
1481.35/1485.85	c #Conflicts:    1818000 | #Constraints:      51844
1481.35/1485.85	c #Conflicts:    1819000 | #Constraints:      52844
1481.35/1485.85	c #Conflicts:    1820000 | #Constraints:      53844
1481.35/1485.85	c #Conflicts:    1821000 | #Constraints:      54844
1481.35/1485.85	c #Conflicts:    1822000 | #Constraints:      55844
1481.35/1485.85	c #Conflicts:    1823000 | #Constraints:      56844
1481.35/1485.85	c #Conflicts:    1824000 | #Constraints:      57844
1481.35/1485.85	c #Conflicts:    1825000 | #Constraints:      58844
1481.35/1485.85	c #Conflicts:    1826000 | #Constraints:      59844
1481.35/1485.85	c #Conflicts:    1827000 | #Constraints:      60844
1481.35/1485.85	c INPROCESSING
1481.35/1485.85	c GARBAGE COLLECT
1481.35/1485.85	c rational objective 997
1508.58/1513.19	c #Conflicts:    1828000 | #Constraints:      34919
1508.58/1513.19	c #Conflicts:    1829000 | #Constraints:      35970
1508.58/1513.19	c #Conflicts:    1830000 | #Constraints:      37039
1508.58/1513.19	c #Conflicts:    1831000 | #Constraints:      38105
1508.58/1513.19	c #Conflicts:    1832000 | #Constraints:      39169
1508.58/1513.19	c #Conflicts:    1833000 | #Constraints:      40225
1508.58/1513.19	c #Conflicts:    1834000 | #Constraints:      41272
1508.58/1513.19	c #Conflicts:    1835000 | #Constraints:      42320
1508.58/1513.19	c #Conflicts:    1836000 | #Constraints:      43362
1508.58/1513.19	c #Conflicts:    1837000 | #Constraints:      44417
1508.58/1513.19	c #Conflicts:    1838000 | #Constraints:      45450
1508.58/1513.19	c #Conflicts:    1839000 | #Constraints:      46497
1508.58/1513.19	c #Conflicts:    1840000 | #Constraints:      47540
1508.58/1513.19	c #Conflicts:    1841000 | #Constraints:      48580
1508.58/1513.19	c #Conflicts:    1842000 | #Constraints:      49628
1508.58/1513.19	c #Conflicts:    1843000 | #Constraints:      50665
1508.58/1513.19	c #Conflicts:    1844000 | #Constraints:      51700
1508.58/1513.19	c #Conflicts:    1845000 | #Constraints:      52734
1508.58/1513.19	c #Conflicts:    1846000 | #Constraints:      53763
1508.58/1513.19	c #Conflicts:    1847000 | #Constraints:      54788
1508.58/1513.19	c #Conflicts:    1848000 | #Constraints:      55810
1508.58/1513.19	c #Conflicts:    1849000 | #Constraints:      56844
1508.58/1513.19	c #Conflicts:    1850000 | #Constraints:      57879
1508.58/1513.19	c #Conflicts:    1851000 | #Constraints:      58924
1508.58/1513.19	c #Conflicts:    1852000 | #Constraints:      59950
1508.58/1513.19	c #Conflicts:    1853000 | #Constraints:      60986
1508.58/1513.19	c #Conflicts:    1854000 | #Constraints:      62010
1508.58/1513.19	c INPROCESSING
1508.58/1513.19	c GARBAGE COLLECT
1508.58/1513.19	c rational objective 997
1536.68/1541.35	c #Conflicts:    1855000 | #Constraints:      35305
1536.68/1541.35	c #Conflicts:    1856000 | #Constraints:      36305
1536.68/1541.35	c #Conflicts:    1857000 | #Constraints:      37305
1536.68/1541.35	c #Conflicts:    1858000 | #Constraints:      38305
1536.68/1541.35	c #Conflicts:    1859000 | #Constraints:      39305
1536.68/1541.35	c #Conflicts:    1860000 | #Constraints:      40305
1536.68/1541.35	c #Conflicts:    1861000 | #Constraints:      41305
1536.68/1541.35	c #Conflicts:    1862000 | #Constraints:      42305
1536.68/1541.35	c #Conflicts:    1863000 | #Constraints:      43305
1536.68/1541.35	c #Conflicts:    1864000 | #Constraints:      44305
1536.68/1541.35	c #Conflicts:    1865000 | #Constraints:      45305
1536.68/1541.35	c #Conflicts:    1866000 | #Constraints:      46305
1536.68/1541.35	c #Conflicts:    1867000 | #Constraints:      47305
1536.68/1541.35	c #Conflicts:    1868000 | #Constraints:      48305
1536.68/1541.35	c #Conflicts:    1869000 | #Constraints:      49305
1536.68/1541.35	c #Conflicts:    1870000 | #Constraints:      50305
1536.68/1541.35	c #Conflicts:    1871000 | #Constraints:      51305
1536.68/1541.35	c #Conflicts:    1872000 | #Constraints:      52305
1536.68/1541.35	c #Conflicts:    1873000 | #Constraints:      53305
1536.68/1541.35	c #Conflicts:    1874000 | #Constraints:      54305
1536.68/1541.35	c #Conflicts:    1875000 | #Constraints:      55305
1536.68/1541.35	c #Conflicts:    1876000 | #Constraints:      56305
1536.68/1541.35	c #Conflicts:    1877000 | #Constraints:      57305
1536.68/1541.35	c #Conflicts:    1878000 | #Constraints:      58305
1536.68/1541.35	c #Conflicts:    1879000 | #Constraints:      59305
1536.68/1541.35	c #Conflicts:    1880000 | #Constraints:      60305
1536.68/1541.35	c #Conflicts:    1881000 | #Constraints:      61305
1536.68/1541.35	c INPROCESSING
1536.68/1541.35	c GARBAGE COLLECT
1536.68/1541.35	c rational objective 997
1571.87/1576.64	c #Conflicts:    1882000 | #Constraints:      34848
1571.87/1576.64	c #Conflicts:    1883000 | #Constraints:      35876
1571.87/1576.64	c #Conflicts:    1884000 | #Constraints:      36934
1571.87/1576.64	c #Conflicts:    1885000 | #Constraints:      38011
1571.87/1576.64	c #Conflicts:    1886000 | #Constraints:      39073
1571.87/1576.64	c #Conflicts:    1887000 | #Constraints:      40110
1571.87/1576.64	c #Conflicts:    1888000 | #Constraints:      41141
1571.87/1576.64	c #Conflicts:    1889000 | #Constraints:      42213
1571.87/1576.64	c #Conflicts:    1890000 | #Constraints:      43246
1571.87/1576.64	c #Conflicts:    1891000 | #Constraints:      44271
1571.87/1576.64	c #Conflicts:    1892000 | #Constraints:      45315
1571.87/1576.64	c #Conflicts:    1893000 | #Constraints:      46343
1571.87/1576.64	c #Conflicts:    1894000 | #Constraints:      47383
1571.87/1576.64	c #Conflicts:    1895000 | #Constraints:      48420
1571.87/1576.64	c #Conflicts:    1896000 | #Constraints:      49460
1571.87/1576.64	c #Conflicts:    1897000 | #Constraints:      50516
1571.87/1576.64	c #Conflicts:    1898000 | #Constraints:      51548
1571.87/1576.64	c #Conflicts:    1899000 | #Constraints:      52581
1571.87/1576.64	c #Conflicts:    1900000 | #Constraints:      53621
1571.87/1576.64	c #Conflicts:    1901000 | #Constraints:      54663
1571.87/1576.64	c #Conflicts:    1902000 | #Constraints:      55710
1571.87/1576.64	c #Conflicts:    1903000 | #Constraints:      56747
1571.87/1576.64	c #Conflicts:    1904000 | #Constraints:      57784
1571.87/1576.64	c #Conflicts:    1905000 | #Constraints:      58821
1571.87/1576.64	c #Conflicts:    1906000 | #Constraints:      59849
1571.87/1576.64	c #Conflicts:    1907000 | #Constraints:      60871
1571.87/1576.64	c #Conflicts:    1908000 | #Constraints:      61903
1571.87/1576.64	c #Conflicts:    1909000 | #Constraints:      62929
1571.87/1576.64	c INPROCESSING
1571.87/1576.64	c GARBAGE COLLECT
1571.87/1576.64	c rational objective 997
1602.88/1607.80	c #Conflicts:    1910000 | #Constraints:      35737
1602.88/1607.80	c #Conflicts:    1911000 | #Constraints:      36737
1602.88/1607.80	c #Conflicts:    1912000 | #Constraints:      37737
1602.88/1607.80	c #Conflicts:    1913000 | #Constraints:      38737
1602.88/1607.80	c #Conflicts:    1914000 | #Constraints:      39737
1602.88/1607.80	c #Conflicts:    1915000 | #Constraints:      40737
1602.88/1607.80	c #Conflicts:    1916000 | #Constraints:      41737
1602.88/1607.80	c #Conflicts:    1917000 | #Constraints:      42737
1602.88/1607.80	c #Conflicts:    1918000 | #Constraints:      43737
1602.88/1607.80	c #Conflicts:    1919000 | #Constraints:      44738
1602.88/1607.80	c #Conflicts:    1920000 | #Constraints:      45738
1602.88/1607.80	c #Conflicts:    1921000 | #Constraints:      46739
1602.88/1607.80	c #Conflicts:    1922000 | #Constraints:      47741
1602.88/1607.80	c #Conflicts:    1923000 | #Constraints:      48741
1602.88/1607.80	c #Conflicts:    1924000 | #Constraints:      49747
1602.88/1607.80	c #Conflicts:    1925000 | #Constraints:      50748
1602.88/1607.80	c #Conflicts:    1926000 | #Constraints:      51749
1602.88/1607.80	c #Conflicts:    1927000 | #Constraints:      52750
1602.88/1607.80	c #Conflicts:    1928000 | #Constraints:      53752
1602.88/1607.80	c #Conflicts:    1929000 | #Constraints:      54752
1602.88/1607.80	c #Conflicts:    1930000 | #Constraints:      55752
1602.88/1607.80	c #Conflicts:    1931000 | #Constraints:      56753
1602.88/1607.80	c #Conflicts:    1932000 | #Constraints:      57754
1602.88/1607.80	c #Conflicts:    1933000 | #Constraints:      58755
1602.88/1607.80	c #Conflicts:    1934000 | #Constraints:      59756
1602.88/1607.80	c #Conflicts:    1935000 | #Constraints:      60756
1602.88/1607.80	c #Conflicts:    1936000 | #Constraints:      61757
1602.88/1607.80	c #Conflicts:    1937000 | #Constraints:      62758
1602.88/1607.80	c INPROCESSING
1602.88/1607.80	c GARBAGE COLLECT
1602.88/1607.80	c rational objective 997
1631.59/1636.50	c #Conflicts:    1938000 | #Constraints:      35884
1631.59/1636.50	c #Conflicts:    1939000 | #Constraints:      36884
1631.59/1636.50	c #Conflicts:    1940000 | #Constraints:      37884
1631.59/1636.50	c #Conflicts:    1941000 | #Constraints:      38884
1631.59/1636.50	c #Conflicts:    1942000 | #Constraints:      39884
1631.59/1636.50	c #Conflicts:    1943000 | #Constraints:      40884
1631.59/1636.50	c #Conflicts:    1944000 | #Constraints:      41884
1631.59/1636.50	c #Conflicts:    1945000 | #Constraints:      42884
1631.59/1636.50	c #Conflicts:    1946000 | #Constraints:      43884
1631.59/1636.50	c #Conflicts:    1947000 | #Constraints:      44884
1631.59/1636.50	c #Conflicts:    1948000 | #Constraints:      45884
1631.59/1636.50	c #Conflicts:    1949000 | #Constraints:      46884
1631.59/1636.50	c #Conflicts:    1950000 | #Constraints:      47884
1631.59/1636.50	c #Conflicts:    1951000 | #Constraints:      48884
1631.59/1636.50	c #Conflicts:    1952000 | #Constraints:      49884
1631.59/1636.50	c #Conflicts:    1953000 | #Constraints:      50884
1631.59/1636.50	c #Conflicts:    1954000 | #Constraints:      51884
1631.59/1636.50	c #Conflicts:    1955000 | #Constraints:      52884
1631.59/1636.50	c #Conflicts:    1956000 | #Constraints:      53884
1631.59/1636.50	c #Conflicts:    1957000 | #Constraints:      54884
1631.59/1636.50	c #Conflicts:    1958000 | #Constraints:      55884
1631.59/1636.50	c #Conflicts:    1959000 | #Constraints:      56884
1631.59/1636.50	c #Conflicts:    1960000 | #Constraints:      57884
1631.59/1636.50	c #Conflicts:    1961000 | #Constraints:      58884
1631.59/1636.50	c #Conflicts:    1962000 | #Constraints:      59884
1631.59/1636.50	c #Conflicts:    1963000 | #Constraints:      60884
1631.59/1636.50	c #Conflicts:    1964000 | #Constraints:      61884
1631.59/1636.50	c #Conflicts:    1965000 | #Constraints:      62884
1631.59/1636.50	c INPROCESSING
1631.59/1636.50	c GARBAGE COLLECT
1631.59/1636.50	c rational objective 997
1660.30/1665.35	c #Conflicts:    1966000 | #Constraints:      35942
1660.30/1665.35	c #Conflicts:    1967000 | #Constraints:      36962
1660.30/1665.35	c #Conflicts:    1968000 | #Constraints:      37989
1660.30/1665.35	c #Conflicts:    1969000 | #Constraints:      39035
1660.30/1665.35	c #Conflicts:    1970000 | #Constraints:      40087
1660.30/1665.35	c #Conflicts:    1971000 | #Constraints:      41153
1660.30/1665.35	c #Conflicts:    1972000 | #Constraints:      42197
1660.30/1665.35	c #Conflicts:    1973000 | #Constraints:      43227
1660.30/1665.35	c #Conflicts:    1974000 | #Constraints:      44245
1660.30/1665.35	c #Conflicts:    1975000 | #Constraints:      45288
1660.30/1665.35	c #Conflicts:    1976000 | #Constraints:      46336
1660.30/1665.35	c #Conflicts:    1977000 | #Constraints:      47362
1660.30/1665.35	c #Conflicts:    1978000 | #Constraints:      48395
1660.30/1665.35	c #Conflicts:    1979000 | #Constraints:      49424
1660.30/1665.35	c #Conflicts:    1980000 | #Constraints:      50462
1660.30/1665.35	c #Conflicts:    1981000 | #Constraints:      51500
1660.30/1665.35	c #Conflicts:    1982000 | #Constraints:      52545
1660.30/1665.35	c #Conflicts:    1983000 | #Constraints:      53568
1660.30/1665.35	c #Conflicts:    1984000 | #Constraints:      54593
1660.30/1665.35	c #Conflicts:    1985000 | #Constraints:      55631
1660.30/1665.35	c #Conflicts:    1986000 | #Constraints:      56660
1660.30/1665.35	c #Conflicts:    1987000 | #Constraints:      57685
1660.30/1665.35	c #Conflicts:    1988000 | #Constraints:      58721
1660.30/1665.35	c #Conflicts:    1989000 | #Constraints:      59747
1660.30/1665.35	c #Conflicts:    1990000 | #Constraints:      60776
1660.30/1665.35	c #Conflicts:    1991000 | #Constraints:      61807
1660.30/1665.35	c #Conflicts:    1992000 | #Constraints:      62837
1660.30/1665.35	c #Conflicts:    1993000 | #Constraints:      63849
1660.30/1665.35	c INPROCESSING
1660.30/1665.35	c GARBAGE COLLECT
1660.30/1665.35	c rational objective 997
1691.60/1696.75	c #Conflicts:    1994000 | #Constraints:      36233
1691.60/1696.75	c #Conflicts:    1995000 | #Constraints:      37233
1691.60/1696.75	c #Conflicts:    1996000 | #Constraints:      38233
1691.60/1696.75	c #Conflicts:    1997000 | #Constraints:      39233
1691.60/1696.75	c #Conflicts:    1998000 | #Constraints:      40233
1691.60/1696.75	c #Conflicts:    1999000 | #Constraints:      41233
1691.60/1696.75	c #Conflicts:    2000000 | #Constraints:      42233
1691.60/1696.75	c #Conflicts:    2001000 | #Constraints:      43233
1691.60/1696.75	c #Conflicts:    2002000 | #Constraints:      44233
1691.60/1696.75	c #Conflicts:    2003000 | #Constraints:      45233
1691.60/1696.75	c #Conflicts:    2004000 | #Constraints:      46233
1691.60/1696.75	c #Conflicts:    2005000 | #Constraints:      47233
1691.60/1696.75	c #Conflicts:    2006000 | #Constraints:      48233
1691.60/1696.75	c #Conflicts:    2007000 | #Constraints:      49233
1691.60/1696.75	c #Conflicts:    2008000 | #Constraints:      50233
1691.60/1696.75	c #Conflicts:    2009000 | #Constraints:      51233
1691.60/1696.75	c #Conflicts:    2010000 | #Constraints:      52233
1691.60/1696.75	c #Conflicts:    2011000 | #Constraints:      53233
1691.60/1696.75	c #Conflicts:    2012000 | #Constraints:      54233
1691.60/1696.75	c #Conflicts:    2013000 | #Constraints:      55233
1691.60/1696.75	c #Conflicts:    2014000 | #Constraints:      56233
1691.60/1696.75	c #Conflicts:    2015000 | #Constraints:      57233
1691.60/1696.75	c #Conflicts:    2016000 | #Constraints:      58233
1691.60/1696.75	c #Conflicts:    2017000 | #Constraints:      59233
1691.60/1696.75	c #Conflicts:    2018000 | #Constraints:      60233
1691.60/1696.75	c #Conflicts:    2019000 | #Constraints:      61233
1691.60/1696.75	c #Conflicts:    2020000 | #Constraints:      62233
1691.60/1696.75	c #Conflicts:    2021000 | #Constraints:      63233
1691.60/1696.75	c INPROCESSING
1691.60/1696.75	c GARBAGE COLLECT
1691.60/1696.75	c rational objective 997
1720.92/1726.10	c #Conflicts:    2022000 | #Constraints:      35801
1720.92/1726.10	c #Conflicts:    2023000 | #Constraints:      36801
1720.92/1726.10	c #Conflicts:    2024000 | #Constraints:      37801
1720.92/1726.10	c #Conflicts:    2025000 | #Constraints:      38801
1720.92/1726.10	c #Conflicts:    2026000 | #Constraints:      39801
1720.92/1726.10	c #Conflicts:    2027000 | #Constraints:      40801
1720.92/1726.10	c #Conflicts:    2028000 | #Constraints:      41801
1720.92/1726.10	c #Conflicts:    2029000 | #Constraints:      42801
1720.92/1726.10	c #Conflicts:    2030000 | #Constraints:      43801
1720.92/1726.10	c #Conflicts:    2031000 | #Constraints:      44801
1720.92/1726.10	c #Conflicts:    2032000 | #Constraints:      45801
1720.92/1726.10	c #Conflicts:    2033000 | #Constraints:      46801
1720.92/1726.10	c #Conflicts:    2034000 | #Constraints:      47801
1720.92/1726.10	c #Conflicts:    2035000 | #Constraints:      48801
1720.92/1726.10	c #Conflicts:    2036000 | #Constraints:      49801
1720.92/1726.10	c #Conflicts:    2037000 | #Constraints:      50801
1720.92/1726.10	c #Conflicts:    2038000 | #Constraints:      51801
1720.92/1726.10	c #Conflicts:    2039000 | #Constraints:      52801
1720.92/1726.10	c #Conflicts:    2040000 | #Constraints:      53801
1720.92/1726.10	c #Conflicts:    2041000 | #Constraints:      54801
1720.92/1726.10	c #Conflicts:    2042000 | #Constraints:      55801
1720.92/1726.10	c #Conflicts:    2043000 | #Constraints:      56801
1720.92/1726.10	c #Conflicts:    2044000 | #Constraints:      57801
1720.92/1726.10	c #Conflicts:    2045000 | #Constraints:      58801
1720.92/1726.10	c #Conflicts:    2046000 | #Constraints:      59801
1720.92/1726.10	c #Conflicts:    2047000 | #Constraints:      60801
1720.92/1726.10	c #Conflicts:    2048000 | #Constraints:      61801
1720.92/1726.10	c #Conflicts:    2049000 | #Constraints:      62801
1720.92/1726.10	c #Conflicts:    2050000 | #Constraints:      63801
1720.92/1726.10	c INPROCESSING
1720.92/1726.10	c GARBAGE COLLECT
1720.92/1726.10	c rational objective 997
1743.94/1749.25	c #Conflicts:    2051000 | #Constraints:      36293
1743.94/1749.25	c #Conflicts:    2052000 | #Constraints:      37382
1743.94/1749.25	c #Conflicts:    2053000 | #Constraints:      38452
1743.94/1749.25	c #Conflicts:    2054000 | #Constraints:      39496
1743.94/1749.25	c #Conflicts:    2055000 | #Constraints:      40545
1743.94/1749.25	c #Conflicts:    2056000 | #Constraints:      41585
1743.94/1749.25	c #Conflicts:    2057000 | #Constraints:      42632
1743.94/1749.25	c #Conflicts:    2058000 | #Constraints:      43666
1743.94/1749.25	c #Conflicts:    2059000 | #Constraints:      44713
1743.94/1749.25	c #Conflicts:    2060000 | #Constraints:      45752
1743.94/1749.25	c #Conflicts:    2061000 | #Constraints:      46793
1743.94/1749.25	c #Conflicts:    2062000 | #Constraints:      47822
1743.94/1749.25	c #Conflicts:    2063000 | #Constraints:      48868
1743.94/1749.25	c #Conflicts:    2064000 | #Constraints:      49902
1743.94/1749.25	c #Conflicts:    2065000 | #Constraints:      50945
1743.94/1749.25	c #Conflicts:    2066000 | #Constraints:      51983
1743.94/1749.25	c #Conflicts:    2067000 | #Constraints:      53009
1743.94/1749.25	c #Conflicts:    2068000 | #Constraints:      54037
1743.94/1749.25	c #Conflicts:    2069000 | #Constraints:      55087
1743.94/1749.25	c #Conflicts:    2070000 | #Constraints:      56118
1743.94/1749.25	c #Conflicts:    2071000 | #Constraints:      57144
1743.94/1749.25	c #Conflicts:    2072000 | #Constraints:      58175
1743.94/1749.25	c #Conflicts:    2073000 | #Constraints:      59207
1743.94/1749.25	c #Conflicts:    2074000 | #Constraints:      60272
1743.94/1749.25	c #Conflicts:    2075000 | #Constraints:      61306
1743.94/1749.25	c #Conflicts:    2076000 | #Constraints:      62338
1743.94/1749.25	c #Conflicts:    2077000 | #Constraints:      63366
1743.94/1749.25	c #Conflicts:    2078000 | #Constraints:      64398
1743.94/1749.25	c #Conflicts:    2079000 | #Constraints:      65427
1743.94/1749.25	c INPROCESSING
1743.94/1749.25	c GARBAGE COLLECT
1743.94/1749.25	c rational objective 997
1773.36/1778.72	c #Conflicts:    2080000 | #Constraints:      37109
1773.36/1778.72	c #Conflicts:    2081000 | #Constraints:      38109
1773.36/1778.72	c #Conflicts:    2082000 | #Constraints:      39109
1773.36/1778.72	c #Conflicts:    2083000 | #Constraints:      40109
1773.36/1778.72	c #Conflicts:    2084000 | #Constraints:      41109
1773.36/1778.72	c #Conflicts:    2085000 | #Constraints:      42109
1773.36/1778.72	c #Conflicts:    2086000 | #Constraints:      43109
1773.36/1778.72	c #Conflicts:    2087000 | #Constraints:      44109
1773.36/1778.72	c #Conflicts:    2088000 | #Constraints:      45109
1773.36/1778.72	c #Conflicts:    2089000 | #Constraints:      46109
1773.36/1778.72	c #Conflicts:    2090000 | #Constraints:      47109
1773.36/1778.72	c #Conflicts:    2091000 | #Constraints:      48109
1773.36/1778.72	c #Conflicts:    2092000 | #Constraints:      49109
1773.36/1778.72	c #Conflicts:    2093000 | #Constraints:      50109
1773.36/1778.72	c #Conflicts:    2094000 | #Constraints:      51109
1773.36/1778.72	c #Conflicts:    2095000 | #Constraints:      52109
1773.36/1778.72	c #Conflicts:    2096000 | #Constraints:      53109
1773.36/1778.72	c #Conflicts:    2097000 | #Constraints:      54109
1773.36/1778.72	c #Conflicts:    2098000 | #Constraints:      55109
1773.36/1778.72	c #Conflicts:    2099000 | #Constraints:      56109
1773.36/1778.72	c #Conflicts:    2100000 | #Constraints:      57109
1773.36/1778.72	c #Conflicts:    2101000 | #Constraints:      58109
1773.36/1778.72	c #Conflicts:    2102000 | #Constraints:      59109
1773.36/1778.72	c #Conflicts:    2103000 | #Constraints:      60109
1773.36/1778.72	c #Conflicts:    2104000 | #Constraints:      61109
1773.36/1778.72	c #Conflicts:    2105000 | #Constraints:      62109
1773.36/1778.72	c #Conflicts:    2106000 | #Constraints:      63109
1773.36/1778.72	c #Conflicts:    2107000 | #Constraints:      64109
1773.36/1778.72	c #Conflicts:    2108000 | #Constraints:      65109
1773.36/1778.72	c INPROCESSING
1773.36/1778.72	c GARBAGE COLLECT
1773.36/1778.72	c rational objective 997
1801.88/1807.37	c #Conflicts:    2109000 | #Constraints:      37063
1801.88/1807.37	c #Conflicts:    2110000 | #Constraints:      38097
1801.88/1807.37	c #Conflicts:    2111000 | #Constraints:      39145
1801.88/1807.37	c #Conflicts:    2112000 | #Constraints:      40200
1801.88/1807.37	c #Conflicts:    2113000 | #Constraints:      41248
1801.88/1807.37	c #Conflicts:    2114000 | #Constraints:      42292
1801.88/1807.37	c #Conflicts:    2115000 | #Constraints:      43324
1801.88/1807.37	c #Conflicts:    2116000 | #Constraints:      44368
1801.88/1807.37	c #Conflicts:    2117000 | #Constraints:      45416
1801.88/1807.37	c #Conflicts:    2118000 | #Constraints:      46452
1801.88/1807.37	c #Conflicts:    2119000 | #Constraints:      47486
1801.88/1807.37	c #Conflicts:    2120000 | #Constraints:      48516
1801.88/1807.37	c #Conflicts:    2121000 | #Constraints:      49549
1801.88/1807.37	c #Conflicts:    2122000 | #Constraints:      50580
1801.88/1807.37	c #Conflicts:    2123000 | #Constraints:      51599
1801.88/1807.37	c #Conflicts:    2124000 | #Constraints:      52626
1801.88/1807.37	c #Conflicts:    2125000 | #Constraints:      53646
1801.88/1807.37	c #Conflicts:    2126000 | #Constraints:      54661
1801.88/1807.37	c #Conflicts:    2127000 | #Constraints:      55689
1801.88/1807.37	c #Conflicts:    2128000 | #Constraints:      56712
1801.88/1807.37	c #Conflicts:    2129000 | #Constraints:      57744
1801.88/1807.37	c #Conflicts:    2130000 | #Constraints:      58759
1801.88/1807.37	c #Conflicts:    2131000 | #Constraints:      59789
1801.88/1807.37	c #Conflicts:    2132000 | #Constraints:      60822
1801.88/1807.37	c #Conflicts:    2133000 | #Constraints:      61854
1801.88/1807.37	c #Conflicts:    2134000 | #Constraints:      62880
1801.88/1807.37	c #Conflicts:    2135000 | #Constraints:      63920
1801.88/1807.37	c #Conflicts:    2136000 | #Constraints:      64941
1801.88/1807.37	c #Conflicts:    2137000 | #Constraints:      65963
1801.88/1807.37	c INPROCESSING
1801.88/1807.37	c GARBAGE COLLECT
1801.88/1807.37	c rational objective 997
1832.80/1838.36	c #Conflicts:    2138000 | #Constraints:      37300
1832.80/1838.36	c #Conflicts:    2139000 | #Constraints:      38300
1832.80/1838.36	c #Conflicts:    2140000 | #Constraints:      39300
1832.80/1838.36	c #Conflicts:    2141000 | #Constraints:      40300
1832.80/1838.36	c #Conflicts:    2142000 | #Constraints:      41300
1832.80/1838.36	c #Conflicts:    2143000 | #Constraints:      42300
1832.80/1838.36	c #Conflicts:    2144000 | #Constraints:      43300
1832.80/1838.36	c #Conflicts:    2145000 | #Constraints:      44300
1832.80/1838.36	c #Conflicts:    2146000 | #Constraints:      45300
1832.80/1838.36	c #Conflicts:    2147000 | #Constraints:      46300
1832.80/1838.36	c #Conflicts:    2148000 | #Constraints:      47300
1832.80/1838.36	c #Conflicts:    2149000 | #Constraints:      48300
1832.80/1838.36	c #Conflicts:    2150000 | #Constraints:      49300
1832.80/1838.36	c #Conflicts:    2151000 | #Constraints:      50300
1832.80/1838.36	c #Conflicts:    2152000 | #Constraints:      51300
1832.80/1838.36	c #Conflicts:    2153000 | #Constraints:      52300
1832.80/1838.36	c #Conflicts:    2154000 | #Constraints:      53300
1832.80/1838.36	c #Conflicts:    2155000 | #Constraints:      54300
1832.80/1838.36	c #Conflicts:    2156000 | #Constraints:      55300
1832.80/1838.36	c #Conflicts:    2157000 | #Constraints:      56300
1832.80/1838.36	c #Conflicts:    2158000 | #Constraints:      57300
1832.80/1838.36	c #Conflicts:    2159000 | #Constraints:      58300
1832.80/1838.36	c #Conflicts:    2160000 | #Constraints:      59300
1832.80/1838.36	c #Conflicts:    2161000 | #Constraints:      60300
1832.80/1838.36	c #Conflicts:    2162000 | #Constraints:      61300
1832.80/1838.36	c #Conflicts:    2163000 | #Constraints:      62300
1832.80/1838.36	c #Conflicts:    2164000 | #Constraints:      63300
1832.80/1838.36	c #Conflicts:    2165000 | #Constraints:      64300
1832.80/1838.36	c #Conflicts:    2166000 | #Constraints:      65300
1832.80/1838.36	c INPROCESSING
1832.80/1838.36	c GARBAGE COLLECT
1832.80/1838.36	c rational objective 997
1872.20/1877.88	c #Conflicts:    2167000 | #Constraints:      36853
1872.20/1877.88	c #Conflicts:    2168000 | #Constraints:      37867
1872.20/1877.88	c #Conflicts:    2169000 | #Constraints:      38880
1872.20/1877.88	c #Conflicts:    2170000 | #Constraints:      39881
1872.20/1877.88	c #Conflicts:    2171000 | #Constraints:      40908
1872.20/1877.88	c #Conflicts:    2172000 | #Constraints:      41919
1872.20/1877.88	c #Conflicts:    2173000 | #Constraints:      42947
1872.20/1877.88	c #Conflicts:    2174000 | #Constraints:      43963
1872.20/1877.88	c #Conflicts:    2175000 | #Constraints:      44970
1872.20/1877.88	c #Conflicts:    2176000 | #Constraints:      45995
1872.20/1877.88	c #Conflicts:    2177000 | #Constraints:      47017
1872.20/1877.88	c #Conflicts:    2178000 | #Constraints:      48045
1872.20/1877.88	c #Conflicts:    2179000 | #Constraints:      49064
1872.20/1877.88	c #Conflicts:    2180000 | #Constraints:      50084
1872.20/1877.88	c #Conflicts:    2181000 | #Constraints:      51097
1872.20/1877.88	c #Conflicts:    2182000 | #Constraints:      52108
1872.20/1877.88	c #Conflicts:    2183000 | #Constraints:      53120
1872.20/1877.88	c #Conflicts:    2184000 | #Constraints:      54131
1872.20/1877.88	c #Conflicts:    2185000 | #Constraints:      55152
1872.20/1877.88	c #Conflicts:    2186000 | #Constraints:      56190
1872.20/1877.88	c #Conflicts:    2187000 | #Constraints:      57224
1872.20/1877.88	c #Conflicts:    2188000 | #Constraints:      58237
1872.20/1877.88	c #Conflicts:    2189000 | #Constraints:      59254
1872.20/1877.88	c #Conflicts:    2190000 | #Constraints:      60293
1872.20/1877.88	c #Conflicts:    2191000 | #Constraints:      61324
1872.20/1877.88	c #Conflicts:    2192000 | #Constraints:      62347
1872.20/1877.88	c #Conflicts:    2193000 | #Constraints:      63371
1872.20/1877.88	c #Conflicts:    2194000 | #Constraints:      64393
1872.20/1877.88	c #Conflicts:    2195000 | #Constraints:      65409
1872.20/1877.88	c #Conflicts:    2196000 | #Constraints:      66428
1872.20/1877.88	c INPROCESSING
1872.20/1877.88	c GARBAGE COLLECT
1872.20/1877.88	c rational objective 997
1902.92/1908.65	c #Conflicts:    2197000 | #Constraints:      37551
1902.92/1908.65	c #Conflicts:    2198000 | #Constraints:      38551
1902.92/1908.65	c #Conflicts:    2199000 | #Constraints:      39551
1902.92/1908.65	c #Conflicts:    2200000 | #Constraints:      40551
1902.92/1908.65	c #Conflicts:    2201000 | #Constraints:      41551
1902.92/1908.65	c #Conflicts:    2202000 | #Constraints:      42551
1902.92/1908.65	c #Conflicts:    2203000 | #Constraints:      43551
1902.92/1908.65	c #Conflicts:    2204000 | #Constraints:      44551
1902.92/1908.65	c #Conflicts:    2205000 | #Constraints:      45551
1902.92/1908.65	c #Conflicts:    2206000 | #Constraints:      46551
1902.92/1908.65	c #Conflicts:    2207000 | #Constraints:      47551
1902.92/1908.65	c #Conflicts:    2208000 | #Constraints:      48551
1902.92/1908.65	c #Conflicts:    2209000 | #Constraints:      49551
1902.92/1908.65	c #Conflicts:    2210000 | #Constraints:      50551
1902.92/1908.65	c #Conflicts:    2211000 | #Constraints:      51551
1902.92/1908.65	c #Conflicts:    2212000 | #Constraints:      52551
1902.92/1908.65	c #Conflicts:    2213000 | #Constraints:      53551
1902.92/1908.65	c #Conflicts:    2214000 | #Constraints:      54551
1902.92/1908.65	c #Conflicts:    2215000 | #Constraints:      55551
1902.92/1908.65	c #Conflicts:    2216000 | #Constraints:      56551
1902.92/1908.65	c #Conflicts:    2217000 | #Constraints:      57551
1902.92/1908.65	c #Conflicts:    2218000 | #Constraints:      58551
1902.92/1908.65	c #Conflicts:    2219000 | #Constraints:      59551
1902.92/1908.65	c #Conflicts:    2220000 | #Constraints:      60551
1902.92/1908.65	c #Conflicts:    2221000 | #Constraints:      61551
1902.92/1908.65	c #Conflicts:    2222000 | #Constraints:      62551
1902.92/1908.65	c #Conflicts:    2223000 | #Constraints:      63551
1902.92/1908.65	c #Conflicts:    2224000 | #Constraints:      64551
1902.92/1908.65	c #Conflicts:    2225000 | #Constraints:      65551
1902.92/1908.65	c #Conflicts:    2226000 | #Constraints:      66551
1902.92/1908.65	c INPROCESSING
1902.92/1908.65	c GARBAGE COLLECT
1902.92/1908.65	c rational objective 997
1933.35/1939.19	c #Conflicts:    2227000 | #Constraints:      37813
1933.35/1939.19	c #Conflicts:    2228000 | #Constraints:      38813
1933.35/1939.19	c #Conflicts:    2229000 | #Constraints:      39813
1933.35/1939.19	c #Conflicts:    2230000 | #Constraints:      40813
1933.35/1939.19	c #Conflicts:    2231000 | #Constraints:      41813
1933.35/1939.19	c #Conflicts:    2232000 | #Constraints:      42813
1933.35/1939.19	c #Conflicts:    2233000 | #Constraints:      43813
1933.35/1939.19	c #Conflicts:    2234000 | #Constraints:      44813
1933.35/1939.19	c #Conflicts:    2235000 | #Constraints:      45813
1933.35/1939.19	c #Conflicts:    2236000 | #Constraints:      46813
1933.35/1939.19	c #Conflicts:    2237000 | #Constraints:      47813
1933.35/1939.19	c #Conflicts:    2238000 | #Constraints:      48813
1933.35/1939.19	c #Conflicts:    2239000 | #Constraints:      49813
1933.35/1939.19	c #Conflicts:    2240000 | #Constraints:      50813
1933.35/1939.19	c #Conflicts:    2241000 | #Constraints:      51813
1933.35/1939.19	c #Conflicts:    2242000 | #Constraints:      52813
1933.35/1939.19	c #Conflicts:    2243000 | #Constraints:      53813
1933.35/1939.19	c #Conflicts:    2244000 | #Constraints:      54814
1933.35/1939.19	c #Conflicts:    2245000 | #Constraints:      55814
1933.35/1939.19	c #Conflicts:    2246000 | #Constraints:      56814
1933.35/1939.19	c #Conflicts:    2247000 | #Constraints:      57815
1933.35/1939.19	c #Conflicts:    2248000 | #Constraints:      58821
1933.35/1939.19	c #Conflicts:    2249000 | #Constraints:      59823
1933.35/1939.19	c #Conflicts:    2250000 | #Constraints:      60824
1933.35/1939.19	c #Conflicts:    2251000 | #Constraints:      61824
1933.35/1939.19	c #Conflicts:    2252000 | #Constraints:      62825
1933.35/1939.19	c #Conflicts:    2253000 | #Constraints:      63825
1933.35/1939.19	c #Conflicts:    2254000 | #Constraints:      64827
1933.35/1939.19	c #Conflicts:    2255000 | #Constraints:      65827
1933.35/1939.19	c #Conflicts:    2256000 | #Constraints:      66828
1933.35/1939.19	c INPROCESSING
1933.35/1939.19	c GARBAGE COLLECT
1933.35/1939.19	c rational objective 997
1965.96/1971.86	c #Conflicts:    2257000 | #Constraints:      37932
1965.96/1971.86	c #Conflicts:    2258000 | #Constraints:      38933
1965.96/1971.86	c #Conflicts:    2259000 | #Constraints:      39963
1965.96/1971.86	c #Conflicts:    2260000 | #Constraints:      41005
1965.96/1971.86	c #Conflicts:    2261000 | #Constraints:      42041
1965.96/1971.86	c #Conflicts:    2262000 | #Constraints:      43082
1965.96/1971.86	c #Conflicts:    2263000 | #Constraints:      44128
1965.96/1971.86	c #Conflicts:    2264000 | #Constraints:      45175
1965.96/1971.86	c #Conflicts:    2265000 | #Constraints:      46219
1965.96/1971.86	c #Conflicts:    2266000 | #Constraints:      47275
1965.96/1971.86	c #Conflicts:    2267000 | #Constraints:      48320
1965.96/1971.86	c #Conflicts:    2268000 | #Constraints:      49375
1965.96/1971.86	c #Conflicts:    2269000 | #Constraints:      50410
1965.96/1971.86	c #Conflicts:    2270000 | #Constraints:      51449
1965.96/1971.86	c #Conflicts:    2271000 | #Constraints:      52490
1965.96/1971.86	c #Conflicts:    2272000 | #Constraints:      53534
1965.96/1971.86	c #Conflicts:    2273000 | #Constraints:      54587
1965.96/1971.86	c #Conflicts:    2274000 | #Constraints:      55631
1965.96/1971.86	c #Conflicts:    2275000 | #Constraints:      56682
1965.96/1971.86	c #Conflicts:    2276000 | #Constraints:      57723
1965.96/1971.86	c #Conflicts:    2277000 | #Constraints:      58764
1965.96/1971.86	c #Conflicts:    2278000 | #Constraints:      59799
1965.96/1971.86	c #Conflicts:    2279000 | #Constraints:      60826
1965.96/1971.86	c #Conflicts:    2280000 | #Constraints:      61864
1965.96/1971.86	c #Conflicts:    2281000 | #Constraints:      62908
1965.96/1971.86	c #Conflicts:    2282000 | #Constraints:      63944
1965.96/1971.86	c #Conflicts:    2283000 | #Constraints:      64980
1965.96/1971.86	c #Conflicts:    2284000 | #Constraints:      66017
1965.96/1971.86	c #Conflicts:    2285000 | #Constraints:      67052
1965.96/1971.86	c #Conflicts:    2286000 | #Constraints:      68083
1965.96/1971.86	c INPROCESSING
1965.96/1971.86	c GARBAGE COLLECT
1965.96/1971.86	c rational objective 997
1998.28/2004.23	c #Conflicts:    2287000 | #Constraints:      38353
1998.28/2004.23	c #Conflicts:    2288000 | #Constraints:      39353
1998.28/2004.23	c #Conflicts:    2289000 | #Constraints:      40353
1998.28/2004.23	c #Conflicts:    2290000 | #Constraints:      41353
1998.28/2004.23	c #Conflicts:    2291000 | #Constraints:      42353
1998.28/2004.23	c #Conflicts:    2292000 | #Constraints:      43353
1998.28/2004.23	c #Conflicts:    2293000 | #Constraints:      44353
1998.28/2004.23	c #Conflicts:    2294000 | #Constraints:      45353
1998.28/2004.23	c #Conflicts:    2295000 | #Constraints:      46353
1998.28/2004.23	c #Conflicts:    2296000 | #Constraints:      47353
1998.28/2004.23	c #Conflicts:    2297000 | #Constraints:      48353
1998.28/2004.23	c #Conflicts:    2298000 | #Constraints:      49353
1998.28/2004.23	c #Conflicts:    2299000 | #Constraints:      50353
1998.28/2004.23	c #Conflicts:    2300000 | #Constraints:      51353
1998.28/2004.23	c #Conflicts:    2301000 | #Constraints:      52353
1998.28/2004.23	c #Conflicts:    2302000 | #Constraints:      53353
1998.28/2004.23	c #Conflicts:    2303000 | #Constraints:      54353
1998.28/2004.23	c #Conflicts:    2304000 | #Constraints:      55353
1998.28/2004.23	c #Conflicts:    2305000 | #Constraints:      56353
1998.28/2004.23	c #Conflicts:    2306000 | #Constraints:      57353
1998.28/2004.23	c #Conflicts:    2307000 | #Constraints:      58353
1998.28/2004.23	c #Conflicts:    2308000 | #Constraints:      59353
1998.28/2004.23	c #Conflicts:    2309000 | #Constraints:      60353
1998.28/2004.23	c #Conflicts:    2310000 | #Constraints:      61353
1998.28/2004.23	c #Conflicts:    2311000 | #Constraints:      62353
1998.28/2004.23	c #Conflicts:    2312000 | #Constraints:      63353
1998.28/2004.23	c #Conflicts:    2313000 | #Constraints:      64353
1998.28/2004.23	c #Conflicts:    2314000 | #Constraints:      65353
1998.28/2004.23	c #Conflicts:    2315000 | #Constraints:      66353
1998.28/2004.23	c #Conflicts:    2316000 | #Constraints:      67353
1998.28/2004.23	c INPROCESSING
1998.28/2004.23	c GARBAGE COLLECT
1998.28/2004.23	c rational objective 997
2030.11/2036.18	c #Conflicts:    2317000 | #Constraints:      37892
2030.11/2036.18	c #Conflicts:    2318000 | #Constraints:      38892
2030.11/2036.18	c #Conflicts:    2319000 | #Constraints:      39892
2030.11/2036.18	c #Conflicts:    2320000 | #Constraints:      40892
2030.11/2036.18	c #Conflicts:    2321000 | #Constraints:      41892
2030.11/2036.18	c #Conflicts:    2322000 | #Constraints:      42892
2030.11/2036.18	c #Conflicts:    2323000 | #Constraints:      43892
2030.11/2036.18	c #Conflicts:    2324000 | #Constraints:      44892
2030.11/2036.18	c #Conflicts:    2325000 | #Constraints:      45892
2030.11/2036.18	c #Conflicts:    2326000 | #Constraints:      46892
2030.11/2036.18	c #Conflicts:    2327000 | #Constraints:      47892
2030.11/2036.18	c #Conflicts:    2328000 | #Constraints:      48892
2030.11/2036.18	c #Conflicts:    2329000 | #Constraints:      49892
2030.11/2036.18	c #Conflicts:    2330000 | #Constraints:      50892
2030.11/2036.18	c #Conflicts:    2331000 | #Constraints:      51892
2030.11/2036.18	c #Conflicts:    2332000 | #Constraints:      52892
2030.11/2036.18	c #Conflicts:    2333000 | #Constraints:      53892
2030.11/2036.18	c #Conflicts:    2334000 | #Constraints:      54892
2030.11/2036.18	c #Conflicts:    2335000 | #Constraints:      55892
2030.11/2036.18	c #Conflicts:    2336000 | #Constraints:      56892
2030.11/2036.18	c #Conflicts:    2337000 | #Constraints:      57892
2030.11/2036.18	c #Conflicts:    2338000 | #Constraints:      58892
2030.11/2036.18	c #Conflicts:    2339000 | #Constraints:      59892
2030.11/2036.18	c #Conflicts:    2340000 | #Constraints:      60892
2030.11/2036.18	c #Conflicts:    2341000 | #Constraints:      61892
2030.11/2036.18	c #Conflicts:    2342000 | #Constraints:      62892
2030.11/2036.18	c #Conflicts:    2343000 | #Constraints:      63892
2030.11/2036.18	c #Conflicts:    2344000 | #Constraints:      64892
2030.11/2036.18	c #Conflicts:    2345000 | #Constraints:      65892
2030.11/2036.18	c #Conflicts:    2346000 | #Constraints:      66892
2030.11/2036.18	c #Conflicts:    2347000 | #Constraints:      67892
2030.11/2036.18	c INPROCESSING
2030.11/2036.18	c GARBAGE COLLECT
2030.11/2036.18	c rational objective 997
2076.40/2082.50	c #Conflicts:    2348000 | #Constraints:      38363
2076.40/2082.50	c #Conflicts:    2349000 | #Constraints:      39397
2076.40/2082.50	c #Conflicts:    2350000 | #Constraints:      40416
2076.40/2082.50	c #Conflicts:    2351000 | #Constraints:      41449
2076.40/2082.50	c #Conflicts:    2352000 | #Constraints:      42482
2076.40/2082.50	c #Conflicts:    2353000 | #Constraints:      43517
2076.40/2082.50	c #Conflicts:    2354000 | #Constraints:      44562
2076.40/2082.50	c #Conflicts:    2355000 | #Constraints:      45584
2076.40/2082.50	c #Conflicts:    2356000 | #Constraints:      46611
2076.40/2082.50	c #Conflicts:    2357000 | #Constraints:      47627
2076.40/2082.50	c #Conflicts:    2358000 | #Constraints:      48655
2076.40/2082.50	c #Conflicts:    2359000 | #Constraints:      49673
2076.40/2082.50	c #Conflicts:    2360000 | #Constraints:      50690
2076.40/2082.50	c #Conflicts:    2361000 | #Constraints:      51717
2076.40/2082.50	c #Conflicts:    2362000 | #Constraints:      52741
2076.40/2082.50	c #Conflicts:    2363000 | #Constraints:      53754
2076.40/2082.50	c #Conflicts:    2364000 | #Constraints:      54795
2076.40/2082.50	c #Conflicts:    2365000 | #Constraints:      55823
2076.40/2082.50	c #Conflicts:    2366000 | #Constraints:      56846
2076.40/2082.50	c #Conflicts:    2367000 | #Constraints:      57864
2076.40/2082.50	c #Conflicts:    2368000 | #Constraints:      58881
2076.40/2082.50	c #Conflicts:    2369000 | #Constraints:      59895
2076.40/2082.50	c #Conflicts:    2370000 | #Constraints:      60911
2076.40/2082.50	c #Conflicts:    2371000 | #Constraints:      61946
2076.40/2082.50	c #Conflicts:    2372000 | #Constraints:      62976
2076.40/2082.50	c #Conflicts:    2373000 | #Constraints:      63999
2076.40/2082.50	c #Conflicts:    2374000 | #Constraints:      65022
2076.40/2082.50	c #Conflicts:    2375000 | #Constraints:      66044
2076.40/2082.50	c #Conflicts:    2376000 | #Constraints:      67063
2076.40/2082.50	c #Conflicts:    2377000 | #Constraints:      68080
2076.40/2082.50	c #Conflicts:    2378000 | #Constraints:      69101
2076.40/2082.50	c INPROCESSING
2076.40/2082.50	c GARBAGE COLLECT
2076.40/2082.50	c rational objective 997
2108.31/2114.57	c #Conflicts:    2379000 | #Constraints:      38992
2108.31/2114.57	c #Conflicts:    2380000 | #Constraints:      39992
2108.31/2114.57	c #Conflicts:    2381000 | #Constraints:      40992
2108.31/2114.57	c #Conflicts:    2382000 | #Constraints:      41992
2108.31/2114.57	c #Conflicts:    2383000 | #Constraints:      42992
2108.31/2114.57	c #Conflicts:    2384000 | #Constraints:      43992
2108.31/2114.57	c #Conflicts:    2385000 | #Constraints:      44992
2108.31/2114.57	c #Conflicts:    2386000 | #Constraints:      45992
2108.31/2114.57	c #Conflicts:    2387000 | #Constraints:      46992
2108.31/2114.57	c #Conflicts:    2388000 | #Constraints:      47992
2108.31/2114.57	c #Conflicts:    2389000 | #Constraints:      48992
2108.31/2114.57	c #Conflicts:    2390000 | #Constraints:      49992
2108.31/2114.57	c #Conflicts:    2391000 | #Constraints:      50992
2108.31/2114.57	c #Conflicts:    2392000 | #Constraints:      51992
2108.31/2114.57	c #Conflicts:    2393000 | #Constraints:      52992
2108.31/2114.57	c #Conflicts:    2394000 | #Constraints:      53992
2108.31/2114.57	c #Conflicts:    2395000 | #Constraints:      54992
2108.31/2114.57	c #Conflicts:    2396000 | #Constraints:      55992
2108.31/2114.57	c #Conflicts:    2397000 | #Constraints:      56992
2108.31/2114.57	c #Conflicts:    2398000 | #Constraints:      57992
2108.31/2114.57	c #Conflicts:    2399000 | #Constraints:      58992
2108.31/2114.57	c #Conflicts:    2400000 | #Constraints:      59992
2108.31/2114.57	c #Conflicts:    2401000 | #Constraints:      60992
2108.31/2114.57	c #Conflicts:    2402000 | #Constraints:      61992
2108.31/2114.57	c #Conflicts:    2403000 | #Constraints:      62992
2108.31/2114.57	c #Conflicts:    2404000 | #Constraints:      63992
2108.31/2114.57	c #Conflicts:    2405000 | #Constraints:      64992
2108.31/2114.57	c #Conflicts:    2406000 | #Constraints:      65992
2108.31/2114.57	c #Conflicts:    2407000 | #Constraints:      66992
2108.31/2114.57	c #Conflicts:    2408000 | #Constraints:      67992
2108.31/2114.57	c #Conflicts:    2409000 | #Constraints:      68992
2108.31/2114.57	c INPROCESSING
2108.31/2114.57	c GARBAGE COLLECT
2108.31/2114.57	c rational objective 997
2147.41/2153.71	c #Conflicts:    2410000 | #Constraints:      39018
2147.41/2153.71	c #Conflicts:    2411000 | #Constraints:      40018
2147.41/2153.71	c #Conflicts:    2412000 | #Constraints:      41018
2147.41/2153.71	c #Conflicts:    2413000 | #Constraints:      42018
2147.41/2153.71	c #Conflicts:    2414000 | #Constraints:      43018
2147.41/2153.71	c #Conflicts:    2415000 | #Constraints:      44018
2147.41/2153.71	c #Conflicts:    2416000 | #Constraints:      45018
2147.41/2153.71	c #Conflicts:    2417000 | #Constraints:      46018
2147.41/2153.71	c #Conflicts:    2418000 | #Constraints:      47018
2147.41/2153.71	c #Conflicts:    2419000 | #Constraints:      48018
2147.41/2153.71	c #Conflicts:    2420000 | #Constraints:      49018
2147.41/2153.71	c #Conflicts:    2421000 | #Constraints:      50018
2147.41/2153.71	c #Conflicts:    2422000 | #Constraints:      51018
2147.41/2153.71	c #Conflicts:    2423000 | #Constraints:      52018
2147.41/2153.71	c #Conflicts:    2424000 | #Constraints:      53018
2147.41/2153.71	c #Conflicts:    2425000 | #Constraints:      54018
2147.41/2153.71	c #Conflicts:    2426000 | #Constraints:      55018
2147.41/2153.71	c #Conflicts:    2427000 | #Constraints:      56018
2147.41/2153.71	c #Conflicts:    2428000 | #Constraints:      57018
2147.41/2153.71	c #Conflicts:    2429000 | #Constraints:      58018
2147.41/2153.71	c #Conflicts:    2430000 | #Constraints:      59018
2147.41/2153.71	c #Conflicts:    2431000 | #Constraints:      60018
2147.41/2153.71	c #Conflicts:    2432000 | #Constraints:      61018
2147.41/2153.71	c #Conflicts:    2433000 | #Constraints:      62018
2147.41/2153.71	c #Conflicts:    2434000 | #Constraints:      63018
2147.41/2153.71	c #Conflicts:    2435000 | #Constraints:      64018
2147.41/2153.71	c #Conflicts:    2436000 | #Constraints:      65018
2147.41/2153.71	c #Conflicts:    2437000 | #Constraints:      66018
2147.41/2153.71	c #Conflicts:    2438000 | #Constraints:      67018
2147.41/2153.71	c #Conflicts:    2439000 | #Constraints:      68018
2147.41/2153.71	c #Conflicts:    2440000 | #Constraints:      69018
2147.41/2153.71	c INPROCESSING
2147.41/2153.71	c GARBAGE COLLECT
2147.41/2153.71	c rational objective 997
2202.38/2208.86	c #Conflicts:    2441000 | #Constraints:      38935
2202.38/2208.86	c #Conflicts:    2442000 | #Constraints:      39948
2202.38/2208.86	c #Conflicts:    2443000 | #Constraints:      40980
2202.38/2208.86	c #Conflicts:    2444000 | #Constraints:      42001
2202.38/2208.86	c #Conflicts:    2445000 | #Constraints:      43028
2202.38/2208.86	c #Conflicts:    2446000 | #Constraints:      44049
2202.38/2208.86	c #Conflicts:    2447000 | #Constraints:      45081
2202.38/2208.86	c #Conflicts:    2448000 | #Constraints:      46116
2202.38/2208.86	c #Conflicts:    2449000 | #Constraints:      47149
2202.38/2208.86	c #Conflicts:    2450000 | #Constraints:      48177
2202.38/2208.86	c #Conflicts:    2451000 | #Constraints:      49198
2202.38/2208.86	c #Conflicts:    2452000 | #Constraints:      50229
2202.38/2208.86	c #Conflicts:    2453000 | #Constraints:      51252
2202.38/2208.86	c #Conflicts:    2454000 | #Constraints:      52276
2202.38/2208.86	c #Conflicts:    2455000 | #Constraints:      53301
2202.38/2208.86	c #Conflicts:    2456000 | #Constraints:      54332
2202.38/2208.86	c #Conflicts:    2457000 | #Constraints:      55363
2202.38/2208.86	c #Conflicts:    2458000 | #Constraints:      56384
2202.38/2208.86	c #Conflicts:    2459000 | #Constraints:      57396
2202.38/2208.86	c #Conflicts:    2460000 | #Constraints:      58406
2202.38/2208.86	c #Conflicts:    2461000 | #Constraints:      59424
2202.38/2208.86	c #Conflicts:    2462000 | #Constraints:      60449
2202.38/2208.86	c #Conflicts:    2463000 | #Constraints:      61467
2202.38/2208.86	c #Conflicts:    2464000 | #Constraints:      62492
2202.38/2208.86	c #Conflicts:    2465000 | #Constraints:      63512
2202.38/2208.86	c #Conflicts:    2466000 | #Constraints:      64535
2202.38/2208.86	c #Conflicts:    2467000 | #Constraints:      65556
2202.38/2208.86	c #Conflicts:    2468000 | #Constraints:      66603
2202.38/2208.86	c #Conflicts:    2469000 | #Constraints:      67656
2202.38/2208.86	c #Conflicts:    2470000 | #Constraints:      68709
2202.38/2208.86	c #Conflicts:    2471000 | #Constraints:      69746
2202.38/2208.86	c INPROCESSING
2202.38/2208.86	c GARBAGE COLLECT
2202.38/2208.86	c rational objective 997
2237.39/2243.95	c #Conflicts:    2472000 | #Constraints:      38962
2237.39/2243.95	c #Conflicts:    2473000 | #Constraints:      39962
2237.39/2243.95	c #Conflicts:    2474000 | #Constraints:      40962
2237.39/2243.95	c #Conflicts:    2475000 | #Constraints:      41962
2237.39/2243.95	c #Conflicts:    2476000 | #Constraints:      42962
2237.39/2243.95	c #Conflicts:    2477000 | #Constraints:      43962
2237.39/2243.95	c #Conflicts:    2478000 | #Constraints:      44962
2237.39/2243.95	c #Conflicts:    2479000 | #Constraints:      45962
2237.39/2243.95	c #Conflicts:    2480000 | #Constraints:      46962
2237.39/2243.95	c #Conflicts:    2481000 | #Constraints:      47962
2237.39/2243.95	c #Conflicts:    2482000 | #Constraints:      48962
2237.39/2243.95	c #Conflicts:    2483000 | #Constraints:      49962
2237.39/2243.95	c #Conflicts:    2484000 | #Constraints:      50962
2237.39/2243.95	c #Conflicts:    2485000 | #Constraints:      51962
2237.39/2243.95	c #Conflicts:    2486000 | #Constraints:      52962
2237.39/2243.95	c #Conflicts:    2487000 | #Constraints:      53962
2237.39/2243.95	c #Conflicts:    2488000 | #Constraints:      54962
2237.39/2243.95	c #Conflicts:    2489000 | #Constraints:      55962
2237.39/2243.95	c #Conflicts:    2490000 | #Constraints:      56962
2237.39/2243.95	c #Conflicts:    2491000 | #Constraints:      57962
2237.39/2243.95	c #Conflicts:    2492000 | #Constraints:      58962
2237.39/2243.95	c #Conflicts:    2493000 | #Constraints:      59962
2237.39/2243.95	c #Conflicts:    2494000 | #Constraints:      60962
2237.39/2243.95	c #Conflicts:    2495000 | #Constraints:      61962
2237.39/2243.95	c #Conflicts:    2496000 | #Constraints:      62962
2237.39/2243.95	c #Conflicts:    2497000 | #Constraints:      63962
2237.39/2243.95	c #Conflicts:    2498000 | #Constraints:      64962
2237.39/2243.95	c #Conflicts:    2499000 | #Constraints:      65962
2237.39/2243.95	c #Conflicts:    2500000 | #Constraints:      66962
2237.39/2243.95	c #Conflicts:    2501000 | #Constraints:      67962
2237.39/2243.95	c #Conflicts:    2502000 | #Constraints:      68962
2237.39/2243.95	c #Conflicts:    2503000 | #Constraints:      69962
2237.39/2243.95	c INPROCESSING
2237.39/2243.95	c GARBAGE COLLECT
2237.39/2243.95	c rational objective 997
2272.30/2278.95	c #Conflicts:    2504000 | #Constraints:      39383
2272.30/2278.95	c #Conflicts:    2505000 | #Constraints:      40383
2272.30/2278.95	c #Conflicts:    2506000 | #Constraints:      41383
2272.30/2278.95	c #Conflicts:    2507000 | #Constraints:      42383
2272.30/2278.95	c #Conflicts:    2508000 | #Constraints:      43383
2272.30/2278.95	c #Conflicts:    2509000 | #Constraints:      44383
2272.30/2278.95	c #Conflicts:    2510000 | #Constraints:      45383
2272.30/2278.95	c #Conflicts:    2511000 | #Constraints:      46383
2272.30/2278.95	c #Conflicts:    2512000 | #Constraints:      47383
2272.30/2278.95	c #Conflicts:    2513000 | #Constraints:      48383
2272.30/2278.95	c #Conflicts:    2514000 | #Constraints:      49383
2272.30/2278.95	c #Conflicts:    2515000 | #Constraints:      50384
2272.30/2278.95	c #Conflicts:    2516000 | #Constraints:      51384
2272.30/2278.95	c #Conflicts:    2517000 | #Constraints:      52384
2272.30/2278.95	c #Conflicts:    2518000 | #Constraints:      53384
2272.30/2278.95	c #Conflicts:    2519000 | #Constraints:      54384
2272.30/2278.95	c #Conflicts:    2520000 | #Constraints:      55384
2272.30/2278.95	c #Conflicts:    2521000 | #Constraints:      56384
2272.30/2278.95	c #Conflicts:    2522000 | #Constraints:      57384
2272.30/2278.95	c #Conflicts:    2523000 | #Constraints:      58384
2272.30/2278.95	c #Conflicts:    2524000 | #Constraints:      59384
2272.30/2278.95	c #Conflicts:    2525000 | #Constraints:      60384
2272.30/2278.95	c #Conflicts:    2526000 | #Constraints:      61384
2272.30/2278.95	c #Conflicts:    2527000 | #Constraints:      62384
2272.30/2278.95	c #Conflicts:    2528000 | #Constraints:      63384
2272.30/2278.95	c #Conflicts:    2529000 | #Constraints:      64384
2272.30/2278.95	c #Conflicts:    2530000 | #Constraints:      65386
2272.30/2278.95	c #Conflicts:    2531000 | #Constraints:      66389
2272.30/2278.95	c #Conflicts:    2532000 | #Constraints:      67389
2272.30/2278.95	c #Conflicts:    2533000 | #Constraints:      68389
2272.30/2278.95	c #Conflicts:    2534000 | #Constraints:      69389
2272.30/2278.95	c #Conflicts:    2535000 | #Constraints:      70389
2272.30/2278.95	c INPROCESSING
2272.30/2278.95	c GARBAGE COLLECT
2272.30/2278.95	c rational objective 997
2307.11/2313.83	c #Conflicts:    2536000 | #Constraints:      39737
2307.11/2313.83	c #Conflicts:    2537000 | #Constraints:      40783
2307.11/2313.83	c #Conflicts:    2538000 | #Constraints:      41858
2307.11/2313.83	c #Conflicts:    2539000 | #Constraints:      42923
2307.11/2313.83	c #Conflicts:    2540000 | #Constraints:      43969
2307.11/2313.83	c #Conflicts:    2541000 | #Constraints:      45013
2307.11/2313.83	c #Conflicts:    2542000 | #Constraints:      46046
2307.11/2313.83	c #Conflicts:    2543000 | #Constraints:      47099
2307.11/2313.83	c #Conflicts:    2544000 | #Constraints:      48147
2307.11/2313.83	c #Conflicts:    2545000 | #Constraints:      49177
2307.11/2313.83	c #Conflicts:    2546000 | #Constraints:      50210
2307.11/2313.83	c #Conflicts:    2547000 | #Constraints:      51240
2307.11/2313.83	c #Conflicts:    2548000 | #Constraints:      52275
2307.11/2313.83	c #Conflicts:    2549000 | #Constraints:      53316
2307.11/2313.83	c #Conflicts:    2550000 | #Constraints:      54353
2307.11/2313.83	c #Conflicts:    2551000 | #Constraints:      55392
2307.11/2313.83	c #Conflicts:    2552000 | #Constraints:      56437
2307.11/2313.83	c #Conflicts:    2553000 | #Constraints:      57477
2307.11/2313.83	c #Conflicts:    2554000 | #Constraints:      58517
2307.11/2313.83	c #Conflicts:    2555000 | #Constraints:      59549
2307.11/2313.83	c #Conflicts:    2556000 | #Constraints:      60587
2307.11/2313.83	c #Conflicts:    2557000 | #Constraints:      61625
2307.11/2313.83	c #Conflicts:    2558000 | #Constraints:      62656
2307.11/2313.83	c #Conflicts:    2559000 | #Constraints:      63692
2307.11/2313.83	c #Conflicts:    2560000 | #Constraints:      64756
2307.11/2313.83	c #Conflicts:    2561000 | #Constraints:      65802
2307.11/2313.83	c #Conflicts:    2562000 | #Constraints:      66845
2307.11/2313.83	c #Conflicts:    2563000 | #Constraints:      67881
2307.11/2313.83	c #Conflicts:    2564000 | #Constraints:      68910
2307.11/2313.83	c #Conflicts:    2565000 | #Constraints:      69953
2307.11/2313.83	c #Conflicts:    2566000 | #Constraints:      70990
2307.11/2313.83	c #Conflicts:    2567000 | #Constraints:      72033
2307.11/2313.83	c INPROCESSING
2307.11/2313.83	c GARBAGE COLLECT
2307.11/2313.83	c rational objective 997
2345.12/2351.93	c #Conflicts:    2568000 | #Constraints:      40415
2345.12/2351.93	c #Conflicts:    2569000 | #Constraints:      41415
2345.12/2351.93	c #Conflicts:    2570000 | #Constraints:      42415
2345.12/2351.93	c #Conflicts:    2571000 | #Constraints:      43415
2345.12/2351.93	c #Conflicts:    2572000 | #Constraints:      44415
2345.12/2351.93	c #Conflicts:    2573000 | #Constraints:      45415
2345.12/2351.93	c #Conflicts:    2574000 | #Constraints:      46415
2345.12/2351.93	c #Conflicts:    2575000 | #Constraints:      47415
2345.12/2351.93	c #Conflicts:    2576000 | #Constraints:      48415
2345.12/2351.93	c #Conflicts:    2577000 | #Constraints:      49415
2345.12/2351.93	c #Conflicts:    2578000 | #Constraints:      50415
2345.12/2351.93	c #Conflicts:    2579000 | #Constraints:      51415
2345.12/2351.93	c #Conflicts:    2580000 | #Constraints:      52415
2345.12/2351.93	c #Conflicts:    2581000 | #Constraints:      53415
2345.12/2351.93	c #Conflicts:    2582000 | #Constraints:      54415
2345.12/2351.93	c #Conflicts:    2583000 | #Constraints:      55415
2345.12/2351.93	c #Conflicts:    2584000 | #Constraints:      56415
2345.12/2351.93	c #Conflicts:    2585000 | #Constraints:      57415
2345.12/2351.93	c #Conflicts:    2586000 | #Constraints:      58415
2345.12/2351.93	c #Conflicts:    2587000 | #Constraints:      59415
2345.12/2351.93	c #Conflicts:    2588000 | #Constraints:      60415
2345.12/2351.93	c #Conflicts:    2589000 | #Constraints:      61415
2345.12/2351.93	c #Conflicts:    2590000 | #Constraints:      62415
2345.12/2351.93	c #Conflicts:    2591000 | #Constraints:      63415
2345.12/2351.93	c #Conflicts:    2592000 | #Constraints:      64415
2345.12/2351.93	c #Conflicts:    2593000 | #Constraints:      65415
2345.12/2351.93	c #Conflicts:    2594000 | #Constraints:      66415
2345.12/2351.93	c #Conflicts:    2595000 | #Constraints:      67415
2345.12/2351.93	c #Conflicts:    2596000 | #Constraints:      68415
2345.12/2351.93	c #Conflicts:    2597000 | #Constraints:      69415
2345.12/2351.93	c #Conflicts:    2598000 | #Constraints:      70415
2345.12/2351.93	c #Conflicts:    2599000 | #Constraints:      71415
2345.12/2351.93	c INPROCESSING
2345.12/2351.93	c GARBAGE COLLECT
2345.12/2351.93	c rational objective 997
2382.14/2389.00	c #Conflicts:    2600000 | #Constraints:      40121
2382.14/2389.00	c #Conflicts:    2601000 | #Constraints:      41121
2382.14/2389.00	c #Conflicts:    2602000 | #Constraints:      42121
2382.14/2389.00	c #Conflicts:    2603000 | #Constraints:      43121
2382.14/2389.00	c #Conflicts:    2604000 | #Constraints:      44121
2382.14/2389.00	c #Conflicts:    2605000 | #Constraints:      45121
2382.14/2389.00	c #Conflicts:    2606000 | #Constraints:      46121
2382.14/2389.00	c #Conflicts:    2607000 | #Constraints:      47121
2382.14/2389.00	c #Conflicts:    2608000 | #Constraints:      48121
2382.14/2389.00	c #Conflicts:    2609000 | #Constraints:      49121
2382.14/2389.00	c #Conflicts:    2610000 | #Constraints:      50121
2382.14/2389.00	c #Conflicts:    2611000 | #Constraints:      51121
2382.14/2389.00	c #Conflicts:    2612000 | #Constraints:      52121
2382.14/2389.00	c #Conflicts:    2613000 | #Constraints:      53121
2382.14/2389.00	c #Conflicts:    2614000 | #Constraints:      54121
2382.14/2389.00	c #Conflicts:    2615000 | #Constraints:      55121
2382.14/2389.00	c #Conflicts:    2616000 | #Constraints:      56121
2382.14/2389.00	c #Conflicts:    2617000 | #Constraints:      57121
2382.14/2389.00	c #Conflicts:    2618000 | #Constraints:      58121
2382.14/2389.00	c #Conflicts:    2619000 | #Constraints:      59121
2382.14/2389.00	c #Conflicts:    2620000 | #Constraints:      60121
2382.14/2389.00	c #Conflicts:    2621000 | #Constraints:      61121
2382.14/2389.00	c #Conflicts:    2622000 | #Constraints:      62121
2382.14/2389.00	c #Conflicts:    2623000 | #Constraints:      63121
2382.14/2389.00	c #Conflicts:    2624000 | #Constraints:      64121
2382.14/2389.00	c #Conflicts:    2625000 | #Constraints:      65121
2382.14/2389.00	c #Conflicts:    2626000 | #Constraints:      66121
2382.14/2389.00	c #Conflicts:    2627000 | #Constraints:      67121
2382.14/2389.00	c #Conflicts:    2628000 | #Constraints:      68121
2382.14/2389.00	c #Conflicts:    2629000 | #Constraints:      69121
2382.14/2389.00	c #Conflicts:    2630000 | #Constraints:      70121
2382.14/2389.00	c #Conflicts:    2631000 | #Constraints:      71121
2382.14/2389.00	c INPROCESSING
2382.14/2389.00	c GARBAGE COLLECT
2382.14/2389.00	c rational objective 997
2410.66/2417.67	c #Conflicts:    2632000 | #Constraints:      39769
2410.66/2417.67	c #Conflicts:    2633000 | #Constraints:      40780
2410.66/2417.67	c #Conflicts:    2634000 | #Constraints:      41799
2410.66/2417.67	c #Conflicts:    2635000 | #Constraints:      42813
2410.66/2417.67	c #Conflicts:    2636000 | #Constraints:      43883
2410.66/2417.67	c #Conflicts:    2637000 | #Constraints:      44937
2410.66/2417.67	c #Conflicts:    2638000 | #Constraints:      45979
2410.66/2417.67	c #Conflicts:    2639000 | #Constraints:      47017
2410.66/2417.67	c #Conflicts:    2640000 | #Constraints:      48044
2410.66/2417.67	c #Conflicts:    2641000 | #Constraints:      49082
2410.66/2417.67	c #Conflicts:    2642000 | #Constraints:      50124
2410.66/2417.67	c #Conflicts:    2643000 | #Constraints:      51158
2410.66/2417.67	c #Conflicts:    2644000 | #Constraints:      52186
2410.66/2417.67	c #Conflicts:    2645000 | #Constraints:      53209
2410.66/2417.67	c #Conflicts:    2646000 | #Constraints:      54228
2410.66/2417.67	c #Conflicts:    2647000 | #Constraints:      55255
2410.66/2417.67	c #Conflicts:    2648000 | #Constraints:      56285
2410.66/2417.67	c #Conflicts:    2649000 | #Constraints:      57326
2410.66/2417.67	c #Conflicts:    2650000 | #Constraints:      58354
2410.66/2417.67	c #Conflicts:    2651000 | #Constraints:      59406
2410.66/2417.67	c #Conflicts:    2652000 | #Constraints:      60440
2410.66/2417.67	c #Conflicts:    2653000 | #Constraints:      61477
2410.66/2417.67	c #Conflicts:    2654000 | #Constraints:      62528
2410.66/2417.67	c #Conflicts:    2655000 | #Constraints:      63560
2410.66/2417.67	c #Conflicts:    2656000 | #Constraints:      64604
2410.66/2417.67	c #Conflicts:    2657000 | #Constraints:      65631
2410.66/2417.67	c #Conflicts:    2658000 | #Constraints:      66662
2410.66/2417.67	c #Conflicts:    2659000 | #Constraints:      67706
2410.66/2417.67	c #Conflicts:    2660000 | #Constraints:      68736
2410.66/2417.67	c #Conflicts:    2661000 | #Constraints:      69766
2410.66/2417.67	c #Conflicts:    2662000 | #Constraints:      70797
2410.66/2417.67	c #Conflicts:    2663000 | #Constraints:      71830
2410.66/2417.67	c #Conflicts:    2664000 | #Constraints:      72863
2410.66/2417.67	c INPROCESSING
2410.66/2417.67	c GARBAGE COLLECT
2410.66/2417.67	c rational objective 997
2449.67/2456.75	c #Conflicts:    2665000 | #Constraints:      40729
2449.67/2456.75	c #Conflicts:    2666000 | #Constraints:      41729
2449.67/2456.75	c #Conflicts:    2667000 | #Constraints:      42729
2449.67/2456.75	c #Conflicts:    2668000 | #Constraints:      43729
2449.67/2456.75	c #Conflicts:    2669000 | #Constraints:      44729
2449.67/2456.75	c #Conflicts:    2670000 | #Constraints:      45729
2449.67/2456.75	c #Conflicts:    2671000 | #Constraints:      46729
2449.67/2456.75	c #Conflicts:    2672000 | #Constraints:      47729
2449.67/2456.75	c #Conflicts:    2673000 | #Constraints:      48729
2449.67/2456.75	c #Conflicts:    2674000 | #Constraints:      49729
2449.67/2456.75	c #Conflicts:    2675000 | #Constraints:      50729
2449.67/2456.75	c #Conflicts:    2676000 | #Constraints:      51729
2449.67/2456.75	c #Conflicts:    2677000 | #Constraints:      52729
2449.67/2456.75	c #Conflicts:    2678000 | #Constraints:      53729
2449.67/2456.75	c #Conflicts:    2679000 | #Constraints:      54729
2449.67/2456.75	c #Conflicts:    2680000 | #Constraints:      55729
2449.67/2456.75	c #Conflicts:    2681000 | #Constraints:      56729
2449.67/2456.75	c #Conflicts:    2682000 | #Constraints:      57729
2449.67/2456.75	c #Conflicts:    2683000 | #Constraints:      58729
2449.67/2456.75	c #Conflicts:    2684000 | #Constraints:      59729
2449.67/2456.75	c #Conflicts:    2685000 | #Constraints:      60729
2449.67/2456.75	c #Conflicts:    2686000 | #Constraints:      61729
2449.67/2456.75	c #Conflicts:    2687000 | #Constraints:      62729
2449.67/2456.75	c #Conflicts:    2688000 | #Constraints:      63729
2449.67/2456.75	c #Conflicts:    2689000 | #Constraints:      64729
2449.67/2456.75	c #Conflicts:    2690000 | #Constraints:      65729
2449.67/2456.75	c #Conflicts:    2691000 | #Constraints:      66729
2449.67/2456.75	c #Conflicts:    2692000 | #Constraints:      67729
2449.67/2456.75	c #Conflicts:    2693000 | #Constraints:      68729
2449.67/2456.75	c #Conflicts:    2694000 | #Constraints:      69729
2449.67/2456.75	c #Conflicts:    2695000 | #Constraints:      70729
2449.67/2456.75	c #Conflicts:    2696000 | #Constraints:      71729
2449.67/2456.75	c #Conflicts:    2697000 | #Constraints:      72729
2449.67/2456.75	c INPROCESSING
2449.67/2456.75	c GARBAGE COLLECT
2449.67/2456.75	c rational objective 997
2490.86/2498.03	c #Conflicts:    2698000 | #Constraints:      40889
2490.86/2498.03	c #Conflicts:    2699000 | #Constraints:      41890
2490.86/2498.03	c #Conflicts:    2700000 | #Constraints:      42945
2490.86/2498.03	c #Conflicts:    2701000 | #Constraints:      43995
2490.86/2498.03	c #Conflicts:    2702000 | #Constraints:      45028
2490.86/2498.03	c #Conflicts:    2703000 | #Constraints:      46072
2490.86/2498.03	c #Conflicts:    2704000 | #Constraints:      47104
2490.86/2498.03	c #Conflicts:    2705000 | #Constraints:      48168
2490.86/2498.03	c #Conflicts:    2706000 | #Constraints:      49210
2490.86/2498.03	c #Conflicts:    2707000 | #Constraints:      50255
2490.86/2498.03	c #Conflicts:    2708000 | #Constraints:      51287
2490.86/2498.03	c #Conflicts:    2709000 | #Constraints:      52310
2490.86/2498.03	c #Conflicts:    2710000 | #Constraints:      53337
2490.86/2498.03	c #Conflicts:    2711000 | #Constraints:      54368
2490.86/2498.03	c #Conflicts:    2712000 | #Constraints:      55399
2490.86/2498.03	c #Conflicts:    2713000 | #Constraints:      56444
2490.86/2498.03	c #Conflicts:    2714000 | #Constraints:      57480
2490.86/2498.03	c #Conflicts:    2715000 | #Constraints:      58509
2490.86/2498.03	c #Conflicts:    2716000 | #Constraints:      59543
2490.86/2498.03	c #Conflicts:    2717000 | #Constraints:      60573
2490.86/2498.03	c #Conflicts:    2718000 | #Constraints:      61598
2490.86/2498.03	c #Conflicts:    2719000 | #Constraints:      62625
2490.86/2498.03	c #Conflicts:    2720000 | #Constraints:      63648
2490.86/2498.03	c #Conflicts:    2721000 | #Constraints:      64676
2490.86/2498.03	c #Conflicts:    2722000 | #Constraints:      65692
2490.86/2498.03	c #Conflicts:    2723000 | #Constraints:      66705
2490.86/2498.03	c #Conflicts:    2724000 | #Constraints:      67741
2490.86/2498.03	c #Conflicts:    2725000 | #Constraints:      68759
2490.86/2498.03	c #Conflicts:    2726000 | #Constraints:      69797
2490.86/2498.03	c #Conflicts:    2727000 | #Constraints:      70830
2490.86/2498.03	c #Conflicts:    2728000 | #Constraints:      71849
2490.86/2498.03	c #Conflicts:    2729000 | #Constraints:      72872
2490.86/2498.03	c #Conflicts:    2730000 | #Constraints:      73894
2490.86/2498.03	c INPROCESSING
2490.86/2498.03	c GARBAGE COLLECT
2490.86/2498.03	c rational objective 997
2532.95/2540.21	c #Conflicts:    2731000 | #Constraints:      41329
2532.95/2540.21	c #Conflicts:    2732000 | #Constraints:      42329
2532.95/2540.21	c #Conflicts:    2733000 | #Constraints:      43329
2532.95/2540.21	c #Conflicts:    2734000 | #Constraints:      44329
2532.95/2540.21	c #Conflicts:    2735000 | #Constraints:      45329
2532.95/2540.21	c #Conflicts:    2736000 | #Constraints:      46329
2532.95/2540.21	c #Conflicts:    2737000 | #Constraints:      47329
2532.95/2540.21	c #Conflicts:    2738000 | #Constraints:      48329
2532.95/2540.21	c #Conflicts:    2739000 | #Constraints:      49329
2532.95/2540.21	c #Conflicts:    2740000 | #Constraints:      50329
2532.95/2540.21	c #Conflicts:    2741000 | #Constraints:      51329
2532.95/2540.21	c #Conflicts:    2742000 | #Constraints:      52329
2532.95/2540.21	c #Conflicts:    2743000 | #Constraints:      53329
2532.95/2540.21	c #Conflicts:    2744000 | #Constraints:      54329
2532.95/2540.21	c #Conflicts:    2745000 | #Constraints:      55329
2532.95/2540.21	c #Conflicts:    2746000 | #Constraints:      56329
2532.95/2540.21	c #Conflicts:    2747000 | #Constraints:      57329
2532.95/2540.21	c #Conflicts:    2748000 | #Constraints:      58329
2532.95/2540.21	c #Conflicts:    2749000 | #Constraints:      59329
2532.95/2540.21	c #Conflicts:    2750000 | #Constraints:      60329
2532.95/2540.21	c #Conflicts:    2751000 | #Constraints:      61329
2532.95/2540.21	c #Conflicts:    2752000 | #Constraints:      62329
2532.95/2540.21	c #Conflicts:    2753000 | #Constraints:      63329
2532.95/2540.21	c #Conflicts:    2754000 | #Constraints:      64329
2532.95/2540.21	c #Conflicts:    2755000 | #Constraints:      65329
2532.95/2540.21	c #Conflicts:    2756000 | #Constraints:      66329
2532.95/2540.21	c #Conflicts:    2757000 | #Constraints:      67329
2532.95/2540.21	c #Conflicts:    2758000 | #Constraints:      68329
2532.95/2540.21	c #Conflicts:    2759000 | #Constraints:      69329
2532.95/2540.21	c #Conflicts:    2760000 | #Constraints:      70329
2532.95/2540.21	c #Conflicts:    2761000 | #Constraints:      71329
2532.95/2540.21	c #Conflicts:    2762000 | #Constraints:      72329
2532.95/2540.21	c #Conflicts:    2763000 | #Constraints:      73329
2532.95/2540.21	c INPROCESSING
2532.95/2540.21	c GARBAGE COLLECT
2532.95/2540.21	c rational objective 997
2573.66/2581.04	c #Conflicts:    2764000 | #Constraints:      41113
2573.66/2581.04	c #Conflicts:    2765000 | #Constraints:      42150
2573.66/2581.04	c #Conflicts:    2766000 | #Constraints:      43213
2573.66/2581.04	c #Conflicts:    2767000 | #Constraints:      44254
2573.66/2581.04	c #Conflicts:    2768000 | #Constraints:      45316
2573.66/2581.04	c #Conflicts:    2769000 | #Constraints:      46362
2573.66/2581.04	c #Conflicts:    2770000 | #Constraints:      47406
2573.66/2581.04	c #Conflicts:    2771000 | #Constraints:      48443
2573.66/2581.04	c #Conflicts:    2772000 | #Constraints:      49474
2573.66/2581.04	c #Conflicts:    2773000 | #Constraints:      50517
2573.66/2581.04	c #Conflicts:    2774000 | #Constraints:      51561
2573.66/2581.04	c #Conflicts:    2775000 | #Constraints:      52605
2573.66/2581.04	c #Conflicts:    2776000 | #Constraints:      53644
2573.66/2581.04	c #Conflicts:    2777000 | #Constraints:      54690
2573.66/2581.04	c #Conflicts:    2778000 | #Constraints:      55741
2573.66/2581.04	c #Conflicts:    2779000 | #Constraints:      56788
2573.66/2581.04	c #Conflicts:    2780000 | #Constraints:      57839
2573.66/2581.04	c #Conflicts:    2781000 | #Constraints:      58870
2573.66/2581.04	c #Conflicts:    2782000 | #Constraints:      59923
2573.66/2581.04	c #Conflicts:    2783000 | #Constraints:      60957
2573.66/2581.04	c #Conflicts:    2784000 | #Constraints:      61998
2573.66/2581.04	c #Conflicts:    2785000 | #Constraints:      63050
2573.66/2581.04	c #Conflicts:    2786000 | #Constraints:      64087
2573.66/2581.04	c #Conflicts:    2787000 | #Constraints:      65130
2573.66/2581.04	c #Conflicts:    2788000 | #Constraints:      66161
2573.66/2581.04	c #Conflicts:    2789000 | #Constraints:      67209
2573.66/2581.04	c #Conflicts:    2790000 | #Constraints:      68248
2573.66/2581.04	c #Conflicts:    2791000 | #Constraints:      69279
2573.66/2581.04	c #Conflicts:    2792000 | #Constraints:      70325
2573.66/2581.04	c #Conflicts:    2793000 | #Constraints:      71358
2573.66/2581.04	c #Conflicts:    2794000 | #Constraints:      72397
2573.66/2581.04	c #Conflicts:    2795000 | #Constraints:      73436
2573.66/2581.04	c #Conflicts:    2796000 | #Constraints:      74465
2573.66/2581.04	c INPROCESSING
2573.66/2581.04	c GARBAGE COLLECT
2573.66/2581.04	c rational objective 997
2613.95/2621.44	c #Conflicts:    2797000 | #Constraints:      41372
2613.95/2621.44	c #Conflicts:    2798000 | #Constraints:      42372
2613.95/2621.44	c #Conflicts:    2799000 | #Constraints:      43372
2613.95/2621.44	c #Conflicts:    2800000 | #Constraints:      44372
2613.95/2621.44	c #Conflicts:    2801000 | #Constraints:      45372
2613.95/2621.44	c #Conflicts:    2802000 | #Constraints:      46372
2613.95/2621.44	c #Conflicts:    2803000 | #Constraints:      47372
2613.95/2621.44	c #Conflicts:    2804000 | #Constraints:      48372
2613.95/2621.44	c #Conflicts:    2805000 | #Constraints:      49372
2613.95/2621.44	c #Conflicts:    2806000 | #Constraints:      50372
2613.95/2621.44	c #Conflicts:    2807000 | #Constraints:      51372
2613.95/2621.44	c #Conflicts:    2808000 | #Constraints:      52372
2613.95/2621.44	c #Conflicts:    2809000 | #Constraints:      53372
2613.95/2621.44	c #Conflicts:    2810000 | #Constraints:      54372
2613.95/2621.44	c #Conflicts:    2811000 | #Constraints:      55372
2613.95/2621.44	c #Conflicts:    2812000 | #Constraints:      56372
2613.95/2621.44	c #Conflicts:    2813000 | #Constraints:      57372
2613.95/2621.44	c #Conflicts:    2814000 | #Constraints:      58372
2613.95/2621.44	c #Conflicts:    2815000 | #Constraints:      59372
2613.95/2621.44	c #Conflicts:    2816000 | #Constraints:      60372
2613.95/2621.44	c #Conflicts:    2817000 | #Constraints:      61372
2613.95/2621.44	c #Conflicts:    2818000 | #Constraints:      62372
2613.95/2621.44	c #Conflicts:    2819000 | #Constraints:      63372
2613.95/2621.44	c #Conflicts:    2820000 | #Constraints:      64372
2613.95/2621.44	c #Conflicts:    2821000 | #Constraints:      65372
2613.95/2621.44	c #Conflicts:    2822000 | #Constraints:      66372
2613.95/2621.44	c #Conflicts:    2823000 | #Constraints:      67372
2613.95/2621.44	c #Conflicts:    2824000 | #Constraints:      68372
2613.95/2621.44	c #Conflicts:    2825000 | #Constraints:      69372
2613.95/2621.44	c #Conflicts:    2826000 | #Constraints:      70372
2613.95/2621.44	c #Conflicts:    2827000 | #Constraints:      71372
2613.95/2621.44	c #Conflicts:    2828000 | #Constraints:      72372
2613.95/2621.44	c #Conflicts:    2829000 | #Constraints:      73372
2613.95/2621.44	c #Conflicts:    2830000 | #Constraints:      74372
2613.95/2621.44	c INPROCESSING
2613.95/2621.44	c GARBAGE COLLECT
2613.95/2621.44	c rational objective 997
2654.75/2662.36	c #Conflicts:    2831000 | #Constraints:      41617
2654.75/2662.36	c #Conflicts:    2832000 | #Constraints:      42617
2654.75/2662.36	c #Conflicts:    2833000 | #Constraints:      43617
2654.75/2662.36	c #Conflicts:    2834000 | #Constraints:      44617
2654.75/2662.36	c #Conflicts:    2835000 | #Constraints:      45617
2654.75/2662.36	c #Conflicts:    2836000 | #Constraints:      46617
2654.75/2662.36	c #Conflicts:    2837000 | #Constraints:      47617
2654.75/2662.36	c #Conflicts:    2838000 | #Constraints:      48617
2654.75/2662.36	c #Conflicts:    2839000 | #Constraints:      49617
2654.75/2662.36	c #Conflicts:    2840000 | #Constraints:      50617
2654.75/2662.36	c #Conflicts:    2841000 | #Constraints:      51617
2654.75/2662.36	c #Conflicts:    2842000 | #Constraints:      52617
2654.75/2662.36	c #Conflicts:    2843000 | #Constraints:      53617
2654.75/2662.36	c #Conflicts:    2844000 | #Constraints:      54617
2654.75/2662.36	c #Conflicts:    2845000 | #Constraints:      55617
2654.75/2662.36	c #Conflicts:    2846000 | #Constraints:      56617
2654.75/2662.36	c #Conflicts:    2847000 | #Constraints:      57617
2654.75/2662.36	c #Conflicts:    2848000 | #Constraints:      58617
2654.75/2662.36	c #Conflicts:    2849000 | #Constraints:      59617
2654.75/2662.36	c #Conflicts:    2850000 | #Constraints:      60617
2654.75/2662.36	c #Conflicts:    2851000 | #Constraints:      61617
2654.75/2662.36	c #Conflicts:    2852000 | #Constraints:      62617
2654.75/2662.36	c #Conflicts:    2853000 | #Constraints:      63617
2654.75/2662.36	c #Conflicts:    2854000 | #Constraints:      64617
2654.75/2662.36	c #Conflicts:    2855000 | #Constraints:      65617
2654.75/2662.36	c #Conflicts:    2856000 | #Constraints:      66617
2654.75/2662.36	c #Conflicts:    2857000 | #Constraints:      67617
2654.75/2662.36	c #Conflicts:    2858000 | #Constraints:      68617
2654.75/2662.36	c #Conflicts:    2859000 | #Constraints:      69617
2654.75/2662.36	c #Conflicts:    2860000 | #Constraints:      70617
2654.75/2662.36	c #Conflicts:    2861000 | #Constraints:      71617
2654.75/2662.36	c #Conflicts:    2862000 | #Constraints:      72617
2654.75/2662.36	c #Conflicts:    2863000 | #Constraints:      73617
2654.75/2662.36	c #Conflicts:    2864000 | #Constraints:      74617
2654.75/2662.36	c INPROCESSING
2654.75/2662.36	c GARBAGE COLLECT
2654.75/2662.36	c rational objective 997
2689.96/2697.61	c #Conflicts:    2865000 | #Constraints:      41843
2689.96/2697.61	c #Conflicts:    2866000 | #Constraints:      42853
2689.96/2697.61	c #Conflicts:    2867000 | #Constraints:      43911
2689.96/2697.61	c #Conflicts:    2868000 | #Constraints:      44965
2689.96/2697.61	c #Conflicts:    2869000 | #Constraints:      45986
2689.96/2697.61	c #Conflicts:    2870000 | #Constraints:      47011
2689.96/2697.61	c #Conflicts:    2871000 | #Constraints:      48037
2689.96/2697.61	c #Conflicts:    2872000 | #Constraints:      49065
2689.96/2697.61	c #Conflicts:    2873000 | #Constraints:      50088
2689.96/2697.61	c #Conflicts:    2874000 | #Constraints:      51109
2689.96/2697.61	c #Conflicts:    2875000 | #Constraints:      52131
2689.96/2697.61	c #Conflicts:    2876000 | #Constraints:      53147
2689.96/2697.61	c #Conflicts:    2877000 | #Constraints:      54172
2689.96/2697.61	c #Conflicts:    2878000 | #Constraints:      55197
2689.96/2697.61	c #Conflicts:    2879000 | #Constraints:      56232
2689.96/2697.61	c #Conflicts:    2880000 | #Constraints:      57257
2689.96/2697.61	c #Conflicts:    2881000 | #Constraints:      58280
2689.96/2697.61	c #Conflicts:    2882000 | #Constraints:      59312
2689.96/2697.61	c #Conflicts:    2883000 | #Constraints:      60337
2689.96/2697.61	c #Conflicts:    2884000 | #Constraints:      61364
2689.96/2697.61	c #Conflicts:    2885000 | #Constraints:      62392
2689.96/2697.61	c #Conflicts:    2886000 | #Constraints:      63425
2689.96/2697.61	c #Conflicts:    2887000 | #Constraints:      64461
2689.96/2697.61	c #Conflicts:    2888000 | #Constraints:      65491
2689.96/2697.61	c #Conflicts:    2889000 | #Constraints:      66528
2689.96/2697.61	c #Conflicts:    2890000 | #Constraints:      67560
2689.96/2697.61	c #Conflicts:    2891000 | #Constraints:      68585
2689.96/2697.61	c #Conflicts:    2892000 | #Constraints:      69625
2689.96/2697.61	c #Conflicts:    2893000 | #Constraints:      70661
2689.96/2697.61	c #Conflicts:    2894000 | #Constraints:      71692
2689.96/2697.61	c #Conflicts:    2895000 | #Constraints:      72727
2689.96/2697.61	c #Conflicts:    2896000 | #Constraints:      73753
2689.96/2697.61	c #Conflicts:    2897000 | #Constraints:      74773
2689.96/2697.61	c #Conflicts:    2898000 | #Constraints:      75805
2689.96/2697.61	c INPROCESSING
2689.96/2697.61	c GARBAGE COLLECT
2689.96/2697.61	c rational objective 997
2729.17/2736.98	c #Conflicts:    2899000 | #Constraints:      42329
2729.17/2736.98	c #Conflicts:    2900000 | #Constraints:      43329
2729.17/2736.98	c #Conflicts:    2901000 | #Constraints:      44329
2729.17/2736.98	c #Conflicts:    2902000 | #Constraints:      45329
2729.17/2736.98	c #Conflicts:    2903000 | #Constraints:      46329
2729.17/2736.98	c #Conflicts:    2904000 | #Constraints:      47329
2729.17/2736.98	c #Conflicts:    2905000 | #Constraints:      48329
2729.17/2736.98	c #Conflicts:    2906000 | #Constraints:      49329
2729.17/2736.98	c #Conflicts:    2907000 | #Constraints:      50329
2729.17/2736.98	c #Conflicts:    2908000 | #Constraints:      51329
2729.17/2736.98	c #Conflicts:    2909000 | #Constraints:      52329
2729.17/2736.98	c #Conflicts:    2910000 | #Constraints:      53329
2729.17/2736.98	c #Conflicts:    2911000 | #Constraints:      54329
2729.17/2736.98	c #Conflicts:    2912000 | #Constraints:      55329
2729.17/2736.98	c #Conflicts:    2913000 | #Constraints:      56329
2729.17/2736.98	c #Conflicts:    2914000 | #Constraints:      57329
2729.17/2736.98	c #Conflicts:    2915000 | #Constraints:      58329
2729.17/2736.98	c #Conflicts:    2916000 | #Constraints:      59329
2729.17/2736.98	c #Conflicts:    2917000 | #Constraints:      60330
2729.17/2736.98	c #Conflicts:    2918000 | #Constraints:      61331
2729.17/2736.98	c #Conflicts:    2919000 | #Constraints:      62331
2729.17/2736.98	c #Conflicts:    2920000 | #Constraints:      63331
2729.17/2736.98	c #Conflicts:    2921000 | #Constraints:      64332
2729.17/2736.98	c #Conflicts:    2922000 | #Constraints:      65332
2729.17/2736.98	c #Conflicts:    2923000 | #Constraints:      66332
2729.17/2736.98	c #Conflicts:    2924000 | #Constraints:      67332
2729.17/2736.98	c #Conflicts:    2925000 | #Constraints:      68332
2729.17/2736.98	c #Conflicts:    2926000 | #Constraints:      69332
2729.17/2736.98	c #Conflicts:    2927000 | #Constraints:      70333
2729.17/2736.98	c #Conflicts:    2928000 | #Constraints:      71333
2729.17/2736.98	c #Conflicts:    2929000 | #Constraints:      72334
2729.17/2736.98	c #Conflicts:    2930000 | #Constraints:      73334
2729.17/2736.98	c #Conflicts:    2931000 | #Constraints:      74334
2729.17/2736.98	c #Conflicts:    2932000 | #Constraints:      75334
2729.17/2736.98	c INPROCESSING
2729.17/2736.98	c GARBAGE COLLECT
2729.17/2736.98	c rational objective 997
2777.55/2785.46	c #Conflicts:    2933000 | #Constraints:      42092
2777.55/2785.46	c #Conflicts:    2934000 | #Constraints:      43093
2777.55/2785.46	c #Conflicts:    2935000 | #Constraints:      44113
2777.55/2785.46	c #Conflicts:    2936000 | #Constraints:      45144
2777.55/2785.46	c #Conflicts:    2937000 | #Constraints:      46164
2777.55/2785.46	c #Conflicts:    2938000 | #Constraints:      47193
2777.55/2785.46	c #Conflicts:    2939000 | #Constraints:      48218
2777.55/2785.46	c #Conflicts:    2940000 | #Constraints:      49246
2777.55/2785.46	c #Conflicts:    2941000 | #Constraints:      50295
2777.55/2785.46	c #Conflicts:    2942000 | #Constraints:      51348
2777.55/2785.46	c #Conflicts:    2943000 | #Constraints:      52378
2777.55/2785.46	c #Conflicts:    2944000 | #Constraints:      53407
2777.55/2785.46	c #Conflicts:    2945000 | #Constraints:      54440
2777.55/2785.46	c #Conflicts:    2946000 | #Constraints:      55472
2777.55/2785.46	c #Conflicts:    2947000 | #Constraints:      56496
2777.55/2785.46	c #Conflicts:    2948000 | #Constraints:      57529
2777.55/2785.46	c #Conflicts:    2949000 | #Constraints:      58570
2777.55/2785.46	c #Conflicts:    2950000 | #Constraints:      59602
2777.55/2785.46	c #Conflicts:    2951000 | #Constraints:      60618
2777.55/2785.46	c #Conflicts:    2952000 | #Constraints:      61637
2777.55/2785.46	c #Conflicts:    2953000 | #Constraints:      62664
2777.55/2785.46	c #Conflicts:    2954000 | #Constraints:      63696
2777.55/2785.46	c #Conflicts:    2955000 | #Constraints:      64733
2777.55/2785.46	c #Conflicts:    2956000 | #Constraints:      65762
2777.55/2785.46	c #Conflicts:    2957000 | #Constraints:      66787
2777.55/2785.46	c #Conflicts:    2958000 | #Constraints:      67808
2777.55/2785.46	c #Conflicts:    2959000 | #Constraints:      68830
2777.55/2785.46	c #Conflicts:    2960000 | #Constraints:      69849
2777.55/2785.46	c #Conflicts:    2961000 | #Constraints:      70868
2777.55/2785.46	c #Conflicts:    2962000 | #Constraints:      71887
2777.55/2785.46	c #Conflicts:    2963000 | #Constraints:      72905
2777.55/2785.46	c #Conflicts:    2964000 | #Constraints:      73932
2777.55/2785.46	c #Conflicts:    2965000 | #Constraints:      74948
2777.55/2785.46	c #Conflicts:    2966000 | #Constraints:      75971
2777.55/2785.46	c INPROCESSING
2777.55/2785.46	c GARBAGE COLLECT
2777.55/2785.46	c rational objective 997
2818.15/2826.16	c #Conflicts:    2967000 | #Constraints:      42111
2818.15/2826.16	c #Conflicts:    2968000 | #Constraints:      43111
2818.15/2826.16	c #Conflicts:    2969000 | #Constraints:      44111
2818.15/2826.16	c #Conflicts:    2970000 | #Constraints:      45111
2818.15/2826.16	c #Conflicts:    2971000 | #Constraints:      46111
2818.15/2826.16	c #Conflicts:    2972000 | #Constraints:      47111
2818.15/2826.16	c #Conflicts:    2973000 | #Constraints:      48111
2818.15/2826.16	c #Conflicts:    2974000 | #Constraints:      49111
2818.15/2826.16	c #Conflicts:    2975000 | #Constraints:      50111
2818.15/2826.16	c #Conflicts:    2976000 | #Constraints:      51111
2818.15/2826.16	c #Conflicts:    2977000 | #Constraints:      52111
2818.15/2826.16	c #Conflicts:    2978000 | #Constraints:      53111
2818.15/2826.16	c #Conflicts:    2979000 | #Constraints:      54111
2818.15/2826.16	c #Conflicts:    2980000 | #Constraints:      55111
2818.15/2826.16	c #Conflicts:    2981000 | #Constraints:      56111
2818.15/2826.16	c #Conflicts:    2982000 | #Constraints:      57111
2818.15/2826.16	c #Conflicts:    2983000 | #Constraints:      58111
2818.15/2826.16	c #Conflicts:    2984000 | #Constraints:      59111
2818.15/2826.16	c #Conflicts:    2985000 | #Constraints:      60111
2818.15/2826.16	c #Conflicts:    2986000 | #Constraints:      61111
2818.15/2826.16	c #Conflicts:    2987000 | #Constraints:      62111
2818.15/2826.16	c #Conflicts:    2988000 | #Constraints:      63111
2818.15/2826.16	c #Conflicts:    2989000 | #Constraints:      64111
2818.15/2826.16	c #Conflicts:    2990000 | #Constraints:      65111
2818.15/2826.16	c #Conflicts:    2991000 | #Constraints:      66111
2818.15/2826.16	c #Conflicts:    2992000 | #Constraints:      67111
2818.15/2826.16	c #Conflicts:    2993000 | #Constraints:      68111
2818.15/2826.16	c #Conflicts:    2994000 | #Constraints:      69111
2818.15/2826.16	c #Conflicts:    2995000 | #Constraints:      70111
2818.15/2826.16	c #Conflicts:    2996000 | #Constraints:      71111
2818.15/2826.16	c #Conflicts:    2997000 | #Constraints:      72111
2818.15/2826.16	c #Conflicts:    2998000 | #Constraints:      73111
2818.15/2826.16	c #Conflicts:    2999000 | #Constraints:      74111
2818.15/2826.16	c #Conflicts:    3000000 | #Constraints:      75111
2818.15/2826.16	c #Conflicts:    3001000 | #Constraints:      76111
2818.15/2826.16	c INPROCESSING
2818.15/2826.16	c GARBAGE COLLECT
2818.15/2826.16	c rational objective 997
2859.55/2867.63	c #Conflicts:    3002000 | #Constraints:      42486
2859.55/2867.63	c #Conflicts:    3003000 | #Constraints:      43486
2859.55/2867.63	c #Conflicts:    3004000 | #Constraints:      44486
2859.55/2867.63	c #Conflicts:    3005000 | #Constraints:      45486
2859.55/2867.63	c #Conflicts:    3006000 | #Constraints:      46486
2859.55/2867.63	c #Conflicts:    3007000 | #Constraints:      47486
2859.55/2867.63	c #Conflicts:    3008000 | #Constraints:      48486
2859.55/2867.63	c #Conflicts:    3009000 | #Constraints:      49486
2859.55/2867.63	c #Conflicts:    3010000 | #Constraints:      50486
2859.55/2867.63	c #Conflicts:    3011000 | #Constraints:      51486
2859.55/2867.63	c #Conflicts:    3012000 | #Constraints:      52486
2859.55/2867.63	c #Conflicts:    3013000 | #Constraints:      53486
2859.55/2867.63	c #Conflicts:    3014000 | #Constraints:      54486
2859.55/2867.63	c #Conflicts:    3015000 | #Constraints:      55486
2859.55/2867.63	c #Conflicts:    3016000 | #Constraints:      56486
2859.55/2867.63	c #Conflicts:    3017000 | #Constraints:      57486
2859.55/2867.63	c #Conflicts:    3018000 | #Constraints:      58486
2859.55/2867.63	c #Conflicts:    3019000 | #Constraints:      59486
2859.55/2867.63	c #Conflicts:    3020000 | #Constraints:      60486
2859.55/2867.63	c #Conflicts:    3021000 | #Constraints:      61486
2859.55/2867.63	c #Conflicts:    3022000 | #Constraints:      62486
2859.55/2867.63	c #Conflicts:    3023000 | #Constraints:      63486
2859.55/2867.63	c #Conflicts:    3024000 | #Constraints:      64486
2859.55/2867.63	c #Conflicts:    3025000 | #Constraints:      65486
2859.55/2867.63	c #Conflicts:    3026000 | #Constraints:      66486
2859.55/2867.63	c #Conflicts:    3027000 | #Constraints:      67486
2859.55/2867.63	c #Conflicts:    3028000 | #Constraints:      68486
2859.55/2867.63	c #Conflicts:    3029000 | #Constraints:      69486
2859.55/2867.63	c #Conflicts:    3030000 | #Constraints:      70486
2859.55/2867.63	c #Conflicts:    3031000 | #Constraints:      71486
2859.55/2867.63	c #Conflicts:    3032000 | #Constraints:      72486
2859.55/2867.63	c #Conflicts:    3033000 | #Constraints:      73486
2859.55/2867.63	c #Conflicts:    3034000 | #Constraints:      74486
2859.55/2867.63	c #Conflicts:    3035000 | #Constraints:      75486
2859.55/2867.63	c #Conflicts:    3036000 | #Constraints:      76486
2859.55/2867.63	c INPROCESSING
2859.55/2867.63	c GARBAGE COLLECT
2859.55/2867.63	c rational objective 997
2906.23/2914.40	c #Conflicts:    3037000 | #Constraints:      42773
2906.23/2914.40	c #Conflicts:    3038000 | #Constraints:      43840
2906.23/2914.40	c #Conflicts:    3039000 | #Constraints:      44899
2906.23/2914.40	c #Conflicts:    3040000 | #Constraints:      45957
2906.23/2914.40	c #Conflicts:    3041000 | #Constraints:      46999
2906.23/2914.40	c #Conflicts:    3042000 | #Constraints:      48040
2906.23/2914.40	c #Conflicts:    3043000 | #Constraints:      49077
2906.23/2914.40	c #Conflicts:    3044000 | #Constraints:      50118
2906.23/2914.40	c #Conflicts:    3045000 | #Constraints:      51144
2906.23/2914.40	c #Conflicts:    3046000 | #Constraints:      52180
2906.23/2914.40	c #Conflicts:    3047000 | #Constraints:      53213
2906.23/2914.40	c #Conflicts:    3048000 | #Constraints:      54266
2906.23/2914.40	c #Conflicts:    3049000 | #Constraints:      55297
2906.23/2914.40	c #Conflicts:    3050000 | #Constraints:      56332
2906.23/2914.40	c #Conflicts:    3051000 | #Constraints:      57371
2906.23/2914.40	c #Conflicts:    3052000 | #Constraints:      58410
2906.23/2914.40	c #Conflicts:    3053000 | #Constraints:      59458
2906.23/2914.40	c #Conflicts:    3054000 | #Constraints:      60480
2906.23/2914.40	c #Conflicts:    3055000 | #Constraints:      61511
2906.23/2914.40	c #Conflicts:    3056000 | #Constraints:      62538
2906.23/2914.40	c #Conflicts:    3057000 | #Constraints:      63581
2906.23/2914.40	c #Conflicts:    3058000 | #Constraints:      64612
2906.23/2914.40	c #Conflicts:    3059000 | #Constraints:      65648
2906.23/2914.40	c #Conflicts:    3060000 | #Constraints:      66687
2906.23/2914.40	c #Conflicts:    3061000 | #Constraints:      67723
2906.23/2914.40	c #Conflicts:    3062000 | #Constraints:      68768
2906.23/2914.40	c #Conflicts:    3063000 | #Constraints:      69806
2906.23/2914.40	c #Conflicts:    3064000 | #Constraints:      70840
2906.23/2914.40	c #Conflicts:    3065000 | #Constraints:      71873
2906.23/2914.40	c #Conflicts:    3066000 | #Constraints:      72911
2906.23/2914.40	c #Conflicts:    3067000 | #Constraints:      73960
2906.23/2914.40	c #Conflicts:    3068000 | #Constraints:      74995
2906.23/2914.40	c #Conflicts:    3069000 | #Constraints:      76037
2906.23/2914.40	c #Conflicts:    3070000 | #Constraints:      77074
2906.23/2914.40	c #Conflicts:    3071000 | #Constraints:      78115
2906.23/2914.40	c INPROCESSING
2906.23/2914.40	c GARBAGE COLLECT
2906.23/2914.40	c rational objective 997
2949.53/2957.89	c #Conflicts:    3072000 | #Constraints:      43467
2949.53/2957.89	c #Conflicts:    3073000 | #Constraints:      44467
2949.53/2957.89	c #Conflicts:    3074000 | #Constraints:      45467
2949.53/2957.89	c #Conflicts:    3075000 | #Constraints:      46467
2949.53/2957.89	c #Conflicts:    3076000 | #Constraints:      47467
2949.53/2957.89	c #Conflicts:    3077000 | #Constraints:      48467
2949.53/2957.89	c #Conflicts:    3078000 | #Constraints:      49467
2949.53/2957.89	c #Conflicts:    3079000 | #Constraints:      50467
2949.53/2957.89	c #Conflicts:    3080000 | #Constraints:      51467
2949.53/2957.89	c #Conflicts:    3081000 | #Constraints:      52467
2949.53/2957.89	c #Conflicts:    3082000 | #Constraints:      53467
2949.53/2957.89	c #Conflicts:    3083000 | #Constraints:      54467
2949.53/2957.89	c #Conflicts:    3084000 | #Constraints:      55467
2949.53/2957.89	c #Conflicts:    3085000 | #Constraints:      56467
2949.53/2957.89	c #Conflicts:    3086000 | #Constraints:      57467
2949.53/2957.89	c #Conflicts:    3087000 | #Constraints:      58467
2949.53/2957.89	c #Conflicts:    3088000 | #Constraints:      59467
2949.53/2957.89	c #Conflicts:    3089000 | #Constraints:      60467
2949.53/2957.89	c #Conflicts:    3090000 | #Constraints:      61467
2949.53/2957.89	c #Conflicts:    3091000 | #Constraints:      62467
2949.53/2957.89	c #Conflicts:    3092000 | #Constraints:      63467
2949.53/2957.89	c #Conflicts:    3093000 | #Constraints:      64467
2949.53/2957.89	c #Conflicts:    3094000 | #Constraints:      65467
2949.53/2957.89	c #Conflicts:    3095000 | #Constraints:      66467
2949.53/2957.89	c #Conflicts:    3096000 | #Constraints:      67467
2949.53/2957.89	c #Conflicts:    3097000 | #Constraints:      68467
2949.53/2957.89	c #Conflicts:    3098000 | #Constraints:      69467
2949.53/2957.89	c #Conflicts:    3099000 | #Constraints:      70467
2949.53/2957.89	c #Conflicts:    3100000 | #Constraints:      71467
2949.53/2957.89	c #Conflicts:    3101000 | #Constraints:      72467
2949.53/2957.89	c #Conflicts:    3102000 | #Constraints:      73467
2949.53/2957.89	c #Conflicts:    3103000 | #Constraints:      74467
2949.53/2957.89	c #Conflicts:    3104000 | #Constraints:      75467
2949.53/2957.89	c #Conflicts:    3105000 | #Constraints:      76467
2949.53/2957.89	c #Conflicts:    3106000 | #Constraints:      77467
2949.53/2957.89	c INPROCESSING
2949.53/2957.89	c GARBAGE COLLECT
2949.53/2957.89	c rational objective 997
2991.13/2999.51	c #Conflicts:    3107000 | #Constraints:      43141
2991.13/2999.51	c #Conflicts:    3108000 | #Constraints:      44141
2991.13/2999.51	c #Conflicts:    3109000 | #Constraints:      45141
2991.13/2999.51	c #Conflicts:    3110000 | #Constraints:      46141
2991.13/2999.51	c #Conflicts:    3111000 | #Constraints:      47141
2991.13/2999.51	c #Conflicts:    3112000 | #Constraints:      48141
2991.13/2999.51	c #Conflicts:    3113000 | #Constraints:      49141
2991.13/2999.51	c #Conflicts:    3114000 | #Constraints:      50141
2991.13/2999.51	c #Conflicts:    3115000 | #Constraints:      51141
2991.13/2999.51	c #Conflicts:    3116000 | #Constraints:      52141
2991.13/2999.51	c #Conflicts:    3117000 | #Constraints:      53141
2991.13/2999.51	c #Conflicts:    3118000 | #Constraints:      54141
2991.13/2999.51	c #Conflicts:    3119000 | #Constraints:      55141
2991.13/2999.51	c #Conflicts:    3120000 | #Constraints:      56141
2991.13/2999.51	c #Conflicts:    3121000 | #Constraints:      57141
2991.13/2999.51	c #Conflicts:    3122000 | #Constraints:      58141
2991.13/2999.51	c #Conflicts:    3123000 | #Constraints:      59141
2991.13/2999.51	c #Conflicts:    3124000 | #Constraints:      60141
2991.13/2999.51	c #Conflicts:    3125000 | #Constraints:      61141
2991.13/2999.51	c #Conflicts:    3126000 | #Constraints:      62141
2991.13/2999.51	c #Conflicts:    3127000 | #Constraints:      63141
2991.13/2999.51	c #Conflicts:    3128000 | #Constraints:      64141
2991.13/2999.51	c #Conflicts:    3129000 | #Constraints:      65141
2991.13/2999.51	c #Conflicts:    3130000 | #Constraints:      66141
2991.13/2999.51	c #Conflicts:    3131000 | #Constraints:      67141
2991.13/2999.51	c #Conflicts:    3132000 | #Constraints:      68141
2991.13/2999.51	c #Conflicts:    3133000 | #Constraints:      69141
2991.13/2999.51	c #Conflicts:    3134000 | #Constraints:      70141
2991.13/2999.51	c #Conflicts:    3135000 | #Constraints:      71141
2991.13/2999.51	c #Conflicts:    3136000 | #Constraints:      72141
2991.13/2999.51	c #Conflicts:    3137000 | #Constraints:      73141
2991.13/2999.51	c #Conflicts:    3138000 | #Constraints:      74141
2991.13/2999.51	c #Conflicts:    3139000 | #Constraints:      75141
2991.13/2999.51	c #Conflicts:    3140000 | #Constraints:      76141
2991.13/2999.51	c #Conflicts:    3141000 | #Constraints:      77141
2991.13/2999.51	c INPROCESSING
2991.13/2999.51	c GARBAGE COLLECT
2991.13/2999.51	c rational objective 997
3036.52/3045.01	c #Conflicts:    3142000 | #Constraints:      42790
3036.52/3045.01	c #Conflicts:    3143000 | #Constraints:      43791
3036.52/3045.01	c #Conflicts:    3144000 | #Constraints:      44838
3036.52/3045.01	c #Conflicts:    3145000 | #Constraints:      45936
3036.52/3045.01	c #Conflicts:    3146000 | #Constraints:      47004
3036.52/3045.01	c #Conflicts:    3147000 | #Constraints:      48079
3036.52/3045.01	c #Conflicts:    3148000 | #Constraints:      49150
3036.52/3045.01	c #Conflicts:    3149000 | #Constraints:      50212
3036.52/3045.01	c #Conflicts:    3150000 | #Constraints:      51254
3036.52/3045.01	c #Conflicts:    3151000 | #Constraints:      52318
3036.52/3045.01	c #Conflicts:    3152000 | #Constraints:      53361
3036.52/3045.01	c #Conflicts:    3153000 | #Constraints:      54389
3036.52/3045.01	c #Conflicts:    3154000 | #Constraints:      55427
3036.52/3045.01	c #Conflicts:    3155000 | #Constraints:      56457
3036.52/3045.01	c #Conflicts:    3156000 | #Constraints:      57508
3036.52/3045.01	c #Conflicts:    3157000 | #Constraints:      58550
3036.52/3045.01	c #Conflicts:    3158000 | #Constraints:      59570
3036.52/3045.01	c #Conflicts:    3159000 | #Constraints:      60601
3036.52/3045.01	c #Conflicts:    3160000 | #Constraints:      61638
3036.52/3045.01	c #Conflicts:    3161000 | #Constraints:      62672
3036.52/3045.01	c #Conflicts:    3162000 | #Constraints:      63693
3036.52/3045.01	c #Conflicts:    3163000 | #Constraints:      64735
3036.52/3045.01	c #Conflicts:    3164000 | #Constraints:      65766
3036.52/3045.01	c #Conflicts:    3165000 | #Constraints:      66809
3036.52/3045.01	c #Conflicts:    3166000 | #Constraints:      67866
3036.52/3045.01	c #Conflicts:    3167000 | #Constraints:      68920
3036.52/3045.01	c #Conflicts:    3168000 | #Constraints:      69974
3036.52/3045.01	c #Conflicts:    3169000 | #Constraints:      71021
3036.52/3045.01	c #Conflicts:    3170000 | #Constraints:      72061
3036.52/3045.01	c #Conflicts:    3171000 | #Constraints:      73099
3036.52/3045.01	c #Conflicts:    3172000 | #Constraints:      74126
3036.52/3045.01	c #Conflicts:    3173000 | #Constraints:      75168
3036.52/3045.01	c #Conflicts:    3174000 | #Constraints:      76186
3036.52/3045.01	c #Conflicts:    3175000 | #Constraints:      77215
3036.52/3045.01	c #Conflicts:    3176000 | #Constraints:      78241
3036.52/3045.01	c #Conflicts:    3177000 | #Constraints:      79304
3036.52/3045.01	c INPROCESSING
3036.52/3045.01	c GARBAGE COLLECT
3036.52/3045.01	c rational objective 997
3080.11/3088.78	c #Conflicts:    3178000 | #Constraints:      43941
3080.11/3088.78	c #Conflicts:    3179000 | #Constraints:      44941
3080.11/3088.78	c #Conflicts:    3180000 | #Constraints:      45941
3080.11/3088.78	c #Conflicts:    3181000 | #Constraints:      46941
3080.11/3088.78	c #Conflicts:    3182000 | #Constraints:      47941
3080.11/3088.78	c #Conflicts:    3183000 | #Constraints:      48941
3080.11/3088.78	c #Conflicts:    3184000 | #Constraints:      49941
3080.11/3088.78	c #Conflicts:    3185000 | #Constraints:      50941
3080.11/3088.78	c #Conflicts:    3186000 | #Constraints:      51941
3080.11/3088.78	c #Conflicts:    3187000 | #Constraints:      52941
3080.11/3088.78	c #Conflicts:    3188000 | #Constraints:      53941
3080.11/3088.78	c #Conflicts:    3189000 | #Constraints:      54941
3080.11/3088.78	c #Conflicts:    3190000 | #Constraints:      55941
3080.11/3088.78	c #Conflicts:    3191000 | #Constraints:      56941
3080.11/3088.78	c #Conflicts:    3192000 | #Constraints:      57941
3080.11/3088.78	c #Conflicts:    3193000 | #Constraints:      58941
3080.11/3088.78	c #Conflicts:    3194000 | #Constraints:      59941
3080.11/3088.78	c #Conflicts:    3195000 | #Constraints:      60942
3080.11/3088.78	c #Conflicts:    3196000 | #Constraints:      61942
3080.11/3088.78	c #Conflicts:    3197000 | #Constraints:      62942
3080.11/3088.78	c #Conflicts:    3198000 | #Constraints:      63943
3080.11/3088.78	c #Conflicts:    3199000 | #Constraints:      64943
3080.11/3088.78	c #Conflicts:    3200000 | #Constraints:      65943
3080.11/3088.78	c #Conflicts:    3201000 | #Constraints:      66943
3080.11/3088.78	c #Conflicts:    3202000 | #Constraints:      67943
3080.11/3088.78	c #Conflicts:    3203000 | #Constraints:      68943
3080.11/3088.78	c #Conflicts:    3204000 | #Constraints:      69944
3080.11/3088.78	c #Conflicts:    3205000 | #Constraints:      70944
3080.11/3088.78	c #Conflicts:    3206000 | #Constraints:      71944
3080.11/3088.78	c #Conflicts:    3207000 | #Constraints:      72944
3080.11/3088.78	c #Conflicts:    3208000 | #Constraints:      73946
3080.11/3088.78	c #Conflicts:    3209000 | #Constraints:      74946
3080.11/3088.78	c #Conflicts:    3210000 | #Constraints:      75947
3080.11/3088.78	c #Conflicts:    3211000 | #Constraints:      76947
3080.11/3088.78	c #Conflicts:    3212000 | #Constraints:      77947
3080.11/3088.78	c #Conflicts:    3213000 | #Constraints:      78948
3080.11/3088.78	c INPROCESSING
3080.11/3088.78	c GARBAGE COLLECT
3080.11/3088.78	c rational objective 997
3123.49/3132.23	c #Conflicts:    3214000 | #Constraints:      44006
3123.49/3132.23	c #Conflicts:    3215000 | #Constraints:      45006
3123.49/3132.23	c #Conflicts:    3216000 | #Constraints:      46006
3123.49/3132.23	c #Conflicts:    3217000 | #Constraints:      47006
3123.49/3132.23	c #Conflicts:    3218000 | #Constraints:      48006
3123.49/3132.23	c #Conflicts:    3219000 | #Constraints:      49006
3123.49/3132.23	c #Conflicts:    3220000 | #Constraints:      50006
3123.49/3132.23	c #Conflicts:    3221000 | #Constraints:      51006
3123.49/3132.23	c #Conflicts:    3222000 | #Constraints:      52006
3123.49/3132.23	c #Conflicts:    3223000 | #Constraints:      53006
3123.49/3132.23	c #Conflicts:    3224000 | #Constraints:      54006
3123.49/3132.23	c #Conflicts:    3225000 | #Constraints:      55006
3123.49/3132.23	c #Conflicts:    3226000 | #Constraints:      56006
3123.49/3132.23	c #Conflicts:    3227000 | #Constraints:      57006
3123.49/3132.23	c #Conflicts:    3228000 | #Constraints:      58006
3123.49/3132.23	c #Conflicts:    3229000 | #Constraints:      59006
3123.49/3132.23	c #Conflicts:    3230000 | #Constraints:      60006
3123.49/3132.23	c #Conflicts:    3231000 | #Constraints:      61006
3123.49/3132.23	c #Conflicts:    3232000 | #Constraints:      62006
3123.49/3132.23	c #Conflicts:    3233000 | #Constraints:      63006
3123.49/3132.23	c #Conflicts:    3234000 | #Constraints:      64006
3123.49/3132.23	c #Conflicts:    3235000 | #Constraints:      65006
3123.49/3132.23	c #Conflicts:    3236000 | #Constraints:      66006
3123.49/3132.23	c #Conflicts:    3237000 | #Constraints:      67006
3123.49/3132.23	c #Conflicts:    3238000 | #Constraints:      68006
3123.49/3132.23	c #Conflicts:    3239000 | #Constraints:      69006
3123.49/3132.23	c #Conflicts:    3240000 | #Constraints:      70006
3123.49/3132.23	c #Conflicts:    3241000 | #Constraints:      71006
3123.49/3132.23	c #Conflicts:    3242000 | #Constraints:      72006
3123.49/3132.23	c #Conflicts:    3243000 | #Constraints:      73006
3123.49/3132.23	c #Conflicts:    3244000 | #Constraints:      74006
3123.49/3132.23	c #Conflicts:    3245000 | #Constraints:      75006
3123.49/3132.23	c #Conflicts:    3246000 | #Constraints:      76006
3123.49/3132.23	c #Conflicts:    3247000 | #Constraints:      77006
3123.49/3132.23	c #Conflicts:    3248000 | #Constraints:      78006
3123.49/3132.23	c #Conflicts:    3249000 | #Constraints:      79006
3123.49/3132.23	c INPROCESSING
3123.49/3132.23	c GARBAGE COLLECT
3123.49/3132.23	c rational objective 997
3170.08/3178.94	c #Conflicts:    3250000 | #Constraints:      44004
3170.08/3178.94	c #Conflicts:    3251000 | #Constraints:      45004
3170.08/3178.94	c #Conflicts:    3252000 | #Constraints:      46039
3170.08/3178.94	c #Conflicts:    3253000 | #Constraints:      47088
3170.08/3178.94	c #Conflicts:    3254000 | #Constraints:      48131
3170.08/3178.94	c #Conflicts:    3255000 | #Constraints:      49182
3170.08/3178.94	c #Conflicts:    3256000 | #Constraints:      50224
3170.08/3178.94	c #Conflicts:    3257000 | #Constraints:      51270
3170.08/3178.94	c #Conflicts:    3258000 | #Constraints:      52316
3170.08/3178.94	c #Conflicts:    3259000 | #Constraints:      53353
3170.08/3178.94	c #Conflicts:    3260000 | #Constraints:      54403
3170.08/3178.94	c #Conflicts:    3261000 | #Constraints:      55451
3170.08/3178.94	c #Conflicts:    3262000 | #Constraints:      56476
3170.08/3178.94	c #Conflicts:    3263000 | #Constraints:      57518
3170.08/3178.94	c #Conflicts:    3264000 | #Constraints:      58564
3170.08/3178.94	c #Conflicts:    3265000 | #Constraints:      59604
3170.08/3178.94	c #Conflicts:    3266000 | #Constraints:      60650
3170.08/3178.94	c #Conflicts:    3267000 | #Constraints:      61675
3170.08/3178.94	c #Conflicts:    3268000 | #Constraints:      62710
3170.08/3178.94	c #Conflicts:    3269000 | #Constraints:      63745
3170.08/3178.94	c #Conflicts:    3270000 | #Constraints:      64763
3170.08/3178.94	c #Conflicts:    3271000 | #Constraints:      65796
3170.08/3178.94	c #Conflicts:    3272000 | #Constraints:      66830
3170.08/3178.94	c #Conflicts:    3273000 | #Constraints:      67869
3170.08/3178.94	c #Conflicts:    3274000 | #Constraints:      68897
3170.08/3178.94	c #Conflicts:    3275000 | #Constraints:      69932
3170.08/3178.94	c #Conflicts:    3276000 | #Constraints:      70975
3170.08/3178.94	c #Conflicts:    3277000 | #Constraints:      72004
3170.08/3178.94	c #Conflicts:    3278000 | #Constraints:      73027
3170.08/3178.94	c #Conflicts:    3279000 | #Constraints:      74053
3170.08/3178.94	c #Conflicts:    3280000 | #Constraints:      75087
3170.08/3178.94	c #Conflicts:    3281000 | #Constraints:      76108
3170.08/3178.94	c #Conflicts:    3282000 | #Constraints:      77130
3170.08/3178.94	c #Conflicts:    3283000 | #Constraints:      78153
3170.08/3178.94	c #Conflicts:    3284000 | #Constraints:      79187
3170.08/3178.94	c #Conflicts:    3285000 | #Constraints:      80223
3170.08/3178.94	c INPROCESSING
3170.08/3178.94	c GARBAGE COLLECT
3170.08/3178.94	c rational objective 997
3218.46/3227.46	c #Conflicts:    3286000 | #Constraints:      44408
3218.46/3227.46	c #Conflicts:    3287000 | #Constraints:      45408
3218.46/3227.46	c #Conflicts:    3288000 | #Constraints:      46408
3218.46/3227.46	c #Conflicts:    3289000 | #Constraints:      47408
3218.46/3227.46	c #Conflicts:    3290000 | #Constraints:      48408
3218.46/3227.46	c #Conflicts:    3291000 | #Constraints:      49408
3218.46/3227.46	c #Conflicts:    3292000 | #Constraints:      50408
3218.46/3227.46	c #Conflicts:    3293000 | #Constraints:      51408
3218.46/3227.46	c #Conflicts:    3294000 | #Constraints:      52408
3218.46/3227.46	c #Conflicts:    3295000 | #Constraints:      53408
3218.46/3227.46	c #Conflicts:    3296000 | #Constraints:      54408
3218.46/3227.46	c #Conflicts:    3297000 | #Constraints:      55408
3218.46/3227.46	c #Conflicts:    3298000 | #Constraints:      56408
3218.46/3227.46	c #Conflicts:    3299000 | #Constraints:      57408
3218.46/3227.46	c #Conflicts:    3300000 | #Constraints:      58408
3218.46/3227.46	c #Conflicts:    3301000 | #Constraints:      59408
3218.46/3227.46	c #Conflicts:    3302000 | #Constraints:      60408
3218.46/3227.46	c #Conflicts:    3303000 | #Constraints:      61408
3218.46/3227.46	c #Conflicts:    3304000 | #Constraints:      62408
3218.46/3227.46	c #Conflicts:    3305000 | #Constraints:      63408
3218.46/3227.46	c #Conflicts:    3306000 | #Constraints:      64408
3218.46/3227.46	c #Conflicts:    3307000 | #Constraints:      65408
3218.46/3227.46	c #Conflicts:    3308000 | #Constraints:      66408
3218.46/3227.46	c #Conflicts:    3309000 | #Constraints:      67409
3218.46/3227.46	c #Conflicts:    3310000 | #Constraints:      68410
3218.46/3227.46	c #Conflicts:    3311000 | #Constraints:      69411
3218.46/3227.46	c #Conflicts:    3312000 | #Constraints:      70411
3218.46/3227.46	c #Conflicts:    3313000 | #Constraints:      71412
3218.46/3227.46	c #Conflicts:    3314000 | #Constraints:      72414
3218.46/3227.46	c #Conflicts:    3315000 | #Constraints:      73415
3218.46/3227.46	c #Conflicts:    3316000 | #Constraints:      74416
3218.46/3227.46	c #Conflicts:    3317000 | #Constraints:      75417
3218.46/3227.46	c #Conflicts:    3318000 | #Constraints:      76418
3218.46/3227.46	c #Conflicts:    3319000 | #Constraints:      77419
3218.46/3227.46	c #Conflicts:    3320000 | #Constraints:      78420
3218.46/3227.46	c #Conflicts:    3321000 | #Constraints:      79420
3218.46/3227.46	c INPROCESSING
3218.46/3227.46	c GARBAGE COLLECT
3218.46/3227.46	c rational objective 997
3270.83/3279.90	c #Conflicts:    3322000 | #Constraints:      43952
3270.83/3279.90	c #Conflicts:    3323000 | #Constraints:      44952
3270.83/3279.90	c #Conflicts:    3324000 | #Constraints:      45965
3270.83/3279.90	c #Conflicts:    3325000 | #Constraints:      47017
3270.83/3279.90	c #Conflicts:    3326000 | #Constraints:      48076
3270.83/3279.90	c #Conflicts:    3327000 | #Constraints:      49121
3270.83/3279.90	c #Conflicts:    3328000 | #Constraints:      50184
3270.83/3279.90	c #Conflicts:    3329000 | #Constraints:      51224
3270.83/3279.90	c #Conflicts:    3330000 | #Constraints:      52263
3270.83/3279.90	c #Conflicts:    3331000 | #Constraints:      53305
3270.83/3279.90	c #Conflicts:    3332000 | #Constraints:      54346
3270.83/3279.90	c #Conflicts:    3333000 | #Constraints:      55394
3270.83/3279.90	c #Conflicts:    3334000 | #Constraints:      56427
3270.83/3279.90	c #Conflicts:    3335000 | #Constraints:      57468
3270.83/3279.90	c #Conflicts:    3336000 | #Constraints:      58498
3270.83/3279.90	c #Conflicts:    3337000 | #Constraints:      59528
3270.83/3279.90	c #Conflicts:    3338000 | #Constraints:      60557
3270.83/3279.90	c #Conflicts:    3339000 | #Constraints:      61579
3270.83/3279.90	c #Conflicts:    3340000 | #Constraints:      62621
3270.83/3279.90	c #Conflicts:    3341000 | #Constraints:      63646
3270.83/3279.90	c #Conflicts:    3342000 | #Constraints:      64677
3270.83/3279.90	c #Conflicts:    3343000 | #Constraints:      65717
3270.83/3279.90	c #Conflicts:    3344000 | #Constraints:      66737
3270.83/3279.90	c #Conflicts:    3345000 | #Constraints:      67760
3270.83/3279.90	c #Conflicts:    3346000 | #Constraints:      68799
3270.83/3279.90	c #Conflicts:    3347000 | #Constraints:      69820
3270.83/3279.90	c #Conflicts:    3348000 | #Constraints:      70844
3270.83/3279.90	c #Conflicts:    3349000 | #Constraints:      71874
3270.83/3279.90	c #Conflicts:    3350000 | #Constraints:      72909
3270.83/3279.90	c #Conflicts:    3351000 | #Constraints:      73942
3270.83/3279.90	c #Conflicts:    3352000 | #Constraints:      74970
3270.83/3279.90	c #Conflicts:    3353000 | #Constraints:      76003
3270.83/3279.90	c #Conflicts:    3354000 | #Constraints:      77025
3270.83/3279.90	c #Conflicts:    3355000 | #Constraints:      78071
3270.83/3279.90	c #Conflicts:    3356000 | #Constraints:      79102
3270.83/3279.90	c #Conflicts:    3357000 | #Constraints:      80140
3270.83/3279.90	c #Conflicts:    3358000 | #Constraints:      81171
3270.83/3279.90	c INPROCESSING
3270.83/3279.90	c GARBAGE COLLECT
3270.83/3279.90	c rational objective 997
3307.34/3316.51	c #Conflicts:    3359000 | #Constraints:      44885
3307.34/3316.51	c #Conflicts:    3360000 | #Constraints:      45885
3307.34/3316.51	c #Conflicts:    3361000 | #Constraints:      46885
3307.34/3316.51	c #Conflicts:    3362000 | #Constraints:      47885
3307.34/3316.51	c #Conflicts:    3363000 | #Constraints:      48885
3307.34/3316.51	c #Conflicts:    3364000 | #Constraints:      49885
3307.34/3316.51	c #Conflicts:    3365000 | #Constraints:      50885
3307.34/3316.51	c #Conflicts:    3366000 | #Constraints:      51885
3307.34/3316.51	c #Conflicts:    3367000 | #Constraints:      52885
3307.34/3316.51	c #Conflicts:    3368000 | #Constraints:      53885
3307.34/3316.51	c #Conflicts:    3369000 | #Constraints:      54885
3307.34/3316.51	c #Conflicts:    3370000 | #Constraints:      55885
3307.34/3316.51	c #Conflicts:    3371000 | #Constraints:      56885
3307.34/3316.51	c #Conflicts:    3372000 | #Constraints:      57885
3307.34/3316.51	c #Conflicts:    3373000 | #Constraints:      58885
3307.34/3316.51	c #Conflicts:    3374000 | #Constraints:      59885
3307.34/3316.51	c #Conflicts:    3375000 | #Constraints:      60885
3307.34/3316.51	c #Conflicts:    3376000 | #Constraints:      61885
3307.34/3316.51	c #Conflicts:    3377000 | #Constraints:      62885
3307.34/3316.51	c #Conflicts:    3378000 | #Constraints:      63885
3307.34/3316.51	c #Conflicts:    3379000 | #Constraints:      64885
3307.34/3316.51	c #Conflicts:    3380000 | #Constraints:      65885
3307.34/3316.51	c #Conflicts:    3381000 | #Constraints:      66885
3307.34/3316.51	c #Conflicts:    3382000 | #Constraints:      67885
3307.34/3316.51	c #Conflicts:    3383000 | #Constraints:      68885
3307.34/3316.51	c #Conflicts:    3384000 | #Constraints:      69885
3307.34/3316.51	c #Conflicts:    3385000 | #Constraints:      70885
3307.34/3316.51	c #Conflicts:    3386000 | #Constraints:      71885
3307.34/3316.51	c #Conflicts:    3387000 | #Constraints:      72885
3307.34/3316.51	c bounds 1032 >= 998 @ 3281.15
3308.33/3317.50	WSVECS04 Frhs2[1581]: 6 -1.00008 0 shouldn't be
3321.50/3330.73	c #Conflicts:    3388000 | #Constraints:      73981
3321.50/3330.73	c #Conflicts:    3389000 | #Constraints:      74981
3321.50/3330.73	c #Conflicts:    3390000 | #Constraints:      75981
3321.50/3330.73	c #Conflicts:    3391000 | #Constraints:      76981
3321.50/3330.73	c #Conflicts:    3392000 | #Constraints:      77981
3321.50/3330.73	c #Conflicts:    3393000 | #Constraints:      78981
3321.50/3330.73	c #Conflicts:    3394000 | #Constraints:      79981
3321.50/3330.73	c #Conflicts:    3395000 | #Constraints:      80981
3321.50/3330.73	c INPROCESSING
3321.50/3330.73	c GARBAGE COLLECT
3321.50/3330.73	c rational objective 998
3369.27/3378.63	c #Conflicts:    3396000 | #Constraints:      45015
3369.27/3378.63	c #Conflicts:    3397000 | #Constraints:      46015
3369.27/3378.63	c #Conflicts:    3398000 | #Constraints:      47015
3369.27/3378.63	c #Conflicts:    3399000 | #Constraints:      48015
3369.27/3378.63	c #Conflicts:    3400000 | #Constraints:      49015
3369.27/3378.63	c #Conflicts:    3401000 | #Constraints:      50015
3369.27/3378.63	c #Conflicts:    3402000 | #Constraints:      51015
3369.27/3378.63	c #Conflicts:    3403000 | #Constraints:      52015
3369.27/3378.63	c #Conflicts:    3404000 | #Constraints:      53015
3369.27/3378.63	c #Conflicts:    3405000 | #Constraints:      54015
3369.27/3378.63	c #Conflicts:    3406000 | #Constraints:      55015
3369.27/3378.63	c #Conflicts:    3407000 | #Constraints:      56015
3369.27/3378.63	c #Conflicts:    3408000 | #Constraints:      57015
3369.27/3378.63	c #Conflicts:    3409000 | #Constraints:      58015
3369.27/3378.63	c #Conflicts:    3410000 | #Constraints:      59015
3369.27/3378.63	c #Conflicts:    3411000 | #Constraints:      60015
3369.27/3378.63	c #Conflicts:    3412000 | #Constraints:      61015
3369.27/3378.63	c #Conflicts:    3413000 | #Constraints:      62015
3369.27/3378.63	c #Conflicts:    3414000 | #Constraints:      63015
3369.27/3378.63	c #Conflicts:    3415000 | #Constraints:      64015
3369.27/3378.63	c #Conflicts:    3416000 | #Constraints:      65015
3369.27/3378.63	c #Conflicts:    3417000 | #Constraints:      66015
3369.27/3378.63	c #Conflicts:    3418000 | #Constraints:      67015
3369.27/3378.63	c #Conflicts:    3419000 | #Constraints:      68015
3369.27/3378.63	c #Conflicts:    3420000 | #Constraints:      69015
3369.27/3378.63	c #Conflicts:    3421000 | #Constraints:      70015
3369.27/3378.63	c #Conflicts:    3422000 | #Constraints:      71015
3369.27/3378.63	c #Conflicts:    3423000 | #Constraints:      72015
3369.27/3378.63	c #Conflicts:    3424000 | #Constraints:      73015
3369.27/3378.63	c #Conflicts:    3425000 | #Constraints:      74015
3369.27/3378.63	c #Conflicts:    3426000 | #Constraints:      75015
3369.27/3378.63	c #Conflicts:    3427000 | #Constraints:      76015
3369.27/3378.63	c #Conflicts:    3428000 | #Constraints:      77015
3369.27/3378.63	c #Conflicts:    3429000 | #Constraints:      78015
3369.27/3378.63	c #Conflicts:    3430000 | #Constraints:      79015
3369.27/3378.63	c #Conflicts:    3431000 | #Constraints:      80015
3369.27/3378.63	c #Conflicts:    3432000 | #Constraints:      81015
3369.27/3378.63	c INPROCESSING
3369.27/3378.63	c GARBAGE COLLECT
3369.27/3378.63	c rational objective 998
3427.10/3436.66	c #Conflicts:    3433000 | #Constraints:      45053
3427.10/3436.66	c #Conflicts:    3434000 | #Constraints:      46054
3427.10/3436.66	c #Conflicts:    3435000 | #Constraints:      47056
3427.10/3436.66	c #Conflicts:    3436000 | #Constraints:      48058
3427.10/3436.66	c #Conflicts:    3437000 | #Constraints:      49060
3427.10/3436.66	c #Conflicts:    3438000 | #Constraints:      50065
3427.10/3436.66	c #Conflicts:    3439000 | #Constraints:      51068
3427.10/3436.66	c #Conflicts:    3440000 | #Constraints:      52076
3427.10/3436.66	c #Conflicts:    3441000 | #Constraints:      53084
3427.10/3436.66	c #Conflicts:    3442000 | #Constraints:      54089
3427.10/3436.66	c #Conflicts:    3443000 | #Constraints:      55094
3427.10/3436.66	c #Conflicts:    3444000 | #Constraints:      56114
3427.10/3436.66	c #Conflicts:    3445000 | #Constraints:      57180
3427.10/3436.66	c #Conflicts:    3446000 | #Constraints:      58245
3427.10/3436.66	c #Conflicts:    3447000 | #Constraints:      59312
3427.10/3436.66	c #Conflicts:    3448000 | #Constraints:      60364
3427.10/3436.66	c #Conflicts:    3449000 | #Constraints:      61415
3427.10/3436.66	c #Conflicts:    3450000 | #Constraints:      62462
3427.10/3436.66	c #Conflicts:    3451000 | #Constraints:      63511
3427.10/3436.66	c #Conflicts:    3452000 | #Constraints:      64550
3427.10/3436.66	c #Conflicts:    3453000 | #Constraints:      65606
3427.10/3436.66	c #Conflicts:    3454000 | #Constraints:      66653
3427.10/3436.66	c #Conflicts:    3455000 | #Constraints:      67693
3427.10/3436.66	c #Conflicts:    3456000 | #Constraints:      68732
3427.10/3436.66	c #Conflicts:    3457000 | #Constraints:      69772
3427.10/3436.66	c #Conflicts:    3458000 | #Constraints:      70812
3427.10/3436.66	c #Conflicts:    3459000 | #Constraints:      71839
3427.10/3436.66	c #Conflicts:    3460000 | #Constraints:      72879
3427.10/3436.66	c #Conflicts:    3461000 | #Constraints:      73917
3427.10/3436.66	c #Conflicts:    3462000 | #Constraints:      74946
3427.10/3436.66	c #Conflicts:    3463000 | #Constraints:      75999
3427.10/3436.66	c #Conflicts:    3464000 | #Constraints:      77018
3427.10/3436.66	c #Conflicts:    3465000 | #Constraints:      78046
3427.10/3436.66	c #Conflicts:    3466000 | #Constraints:      79080
3427.10/3436.66	c #Conflicts:    3467000 | #Constraints:      80103
3427.10/3436.66	c #Conflicts:    3468000 | #Constraints:      81142
3427.10/3436.66	c #Conflicts:    3469000 | #Constraints:      82172
3427.10/3436.66	c INPROCESSING
3427.10/3436.66	c GARBAGE COLLECT
3427.10/3436.66	c rational objective 998
3475.46/3485.17	c #Conflicts:    3470000 | #Constraints:      45411
3475.46/3485.17	c #Conflicts:    3471000 | #Constraints:      46411
3475.46/3485.17	c #Conflicts:    3472000 | #Constraints:      47411
3475.46/3485.17	c #Conflicts:    3473000 | #Constraints:      48411
3475.46/3485.17	c #Conflicts:    3474000 | #Constraints:      49411
3475.46/3485.17	c #Conflicts:    3475000 | #Constraints:      50411
3475.46/3485.17	c #Conflicts:    3476000 | #Constraints:      51411
3475.46/3485.17	c #Conflicts:    3477000 | #Constraints:      52411
3475.46/3485.17	c #Conflicts:    3478000 | #Constraints:      53411
3475.46/3485.17	c #Conflicts:    3479000 | #Constraints:      54411
3475.46/3485.17	c #Conflicts:    3480000 | #Constraints:      55411
3475.46/3485.17	c #Conflicts:    3481000 | #Constraints:      56411
3475.46/3485.17	c #Conflicts:    3482000 | #Constraints:      57411
3475.46/3485.17	c #Conflicts:    3483000 | #Constraints:      58411
3475.46/3485.17	c #Conflicts:    3484000 | #Constraints:      59411
3475.46/3485.17	c #Conflicts:    3485000 | #Constraints:      60411
3475.46/3485.17	c #Conflicts:    3486000 | #Constraints:      61411
3475.46/3485.17	c #Conflicts:    3487000 | #Constraints:      62411
3475.46/3485.17	c #Conflicts:    3488000 | #Constraints:      63411
3475.46/3485.17	c #Conflicts:    3489000 | #Constraints:      64411
3475.46/3485.17	c #Conflicts:    3490000 | #Constraints:      65411
3475.46/3485.17	c #Conflicts:    3491000 | #Constraints:      66411
3475.46/3485.17	c #Conflicts:    3492000 | #Constraints:      67411
3475.46/3485.17	c #Conflicts:    3493000 | #Constraints:      68411
3475.46/3485.17	c #Conflicts:    3494000 | #Constraints:      69411
3475.46/3485.17	c #Conflicts:    3495000 | #Constraints:      70411
3475.46/3485.17	c #Conflicts:    3496000 | #Constraints:      71411
3475.46/3485.17	c #Conflicts:    3497000 | #Constraints:      72411
3475.46/3485.17	c #Conflicts:    3498000 | #Constraints:      73411
3475.46/3485.17	c #Conflicts:    3499000 | #Constraints:      74411
3475.46/3485.17	c #Conflicts:    3500000 | #Constraints:      75411
3475.46/3485.17	c #Conflicts:    3501000 | #Constraints:      76411
3475.46/3485.17	c #Conflicts:    3502000 | #Constraints:      77411
3475.46/3485.17	c #Conflicts:    3503000 | #Constraints:      78411
3475.46/3485.17	c #Conflicts:    3504000 | #Constraints:      79411
3475.46/3485.17	c #Conflicts:    3505000 | #Constraints:      80411
3475.46/3485.17	c #Conflicts:    3506000 | #Constraints:      81411
3475.46/3485.17	c INPROCESSING
3475.46/3485.17	c GARBAGE COLLECT
3475.46/3485.17	c rational objective 998
3525.80/3535.65	c #Conflicts:    3507000 | #Constraints:      44937
3525.80/3535.65	c #Conflicts:    3508000 | #Constraints:      45937
3525.80/3535.65	c #Conflicts:    3509000 | #Constraints:      46937
3525.80/3535.65	c #Conflicts:    3510000 | #Constraints:      47937
3525.80/3535.65	c #Conflicts:    3511000 | #Constraints:      48937
3525.80/3535.65	c #Conflicts:    3512000 | #Constraints:      49937
3525.80/3535.65	c #Conflicts:    3513000 | #Constraints:      50937
3525.80/3535.65	c #Conflicts:    3514000 | #Constraints:      51937
3525.80/3535.65	c #Conflicts:    3515000 | #Constraints:      52937
3525.80/3535.65	c #Conflicts:    3516000 | #Constraints:      53937
3525.80/3535.65	c #Conflicts:    3517000 | #Constraints:      54937
3525.80/3535.65	c #Conflicts:    3518000 | #Constraints:      55937
3525.80/3535.65	c #Conflicts:    3519000 | #Constraints:      56937
3525.80/3535.65	c #Conflicts:    3520000 | #Constraints:      57937
3525.80/3535.65	c #Conflicts:    3521000 | #Constraints:      58937
3525.80/3535.65	c #Conflicts:    3522000 | #Constraints:      59937
3525.80/3535.65	c #Conflicts:    3523000 | #Constraints:      60937
3525.80/3535.65	c #Conflicts:    3524000 | #Constraints:      61937
3525.80/3535.65	c #Conflicts:    3525000 | #Constraints:      62937
3525.80/3535.65	c #Conflicts:    3526000 | #Constraints:      63937
3525.80/3535.65	c #Conflicts:    3527000 | #Constraints:      64937
3525.80/3535.65	c #Conflicts:    3528000 | #Constraints:      65937
3525.80/3535.65	c #Conflicts:    3529000 | #Constraints:      66937
3525.80/3535.65	c #Conflicts:    3530000 | #Constraints:      67937
3525.80/3535.65	c #Conflicts:    3531000 | #Constraints:      68937
3525.80/3535.65	c #Conflicts:    3532000 | #Constraints:      69937
3525.80/3535.65	c #Conflicts:    3533000 | #Constraints:      70937
3525.80/3535.65	c #Conflicts:    3534000 | #Constraints:      71937
3525.80/3535.65	c #Conflicts:    3535000 | #Constraints:      72937
3525.80/3535.65	c #Conflicts:    3536000 | #Constraints:      73937
3525.80/3535.65	c #Conflicts:    3537000 | #Constraints:      74937
3525.80/3535.65	c #Conflicts:    3538000 | #Constraints:      75937
3525.80/3535.65	c #Conflicts:    3539000 | #Constraints:      76937
3525.80/3535.65	c #Conflicts:    3540000 | #Constraints:      77937
3525.80/3535.65	c #Conflicts:    3541000 | #Constraints:      78937
3525.80/3535.65	c #Conflicts:    3542000 | #Constraints:      79937
3525.80/3535.65	c #Conflicts:    3543000 | #Constraints:      80937
3525.80/3535.65	c #Conflicts:    3544000 | #Constraints:      81937
3525.80/3535.65	c INPROCESSING
3525.80/3535.65	c GARBAGE COLLECT
3525.80/3535.65	c rational objective 998
3592.80/3602.83	c #Conflicts:    3545000 | #Constraints:      45390
3592.80/3602.83	c #Conflicts:    3546000 | #Constraints:      46418
3592.80/3602.83	c #Conflicts:    3547000 | #Constraints:      47448
3592.80/3602.83	c #Conflicts:    3548000 | #Constraints:      48464
3592.80/3602.83	c #Conflicts:    3549000 | #Constraints:      49502
3592.80/3602.83	c #Conflicts:    3550000 | #Constraints:      50522
3592.80/3602.83	c #Conflicts:    3551000 | #Constraints:      51537
3592.80/3602.83	c #Conflicts:    3552000 | #Constraints:      52573
3592.80/3602.83	c #Conflicts:    3553000 | #Constraints:      53622
3592.80/3602.83	c #Conflicts:    3554000 | #Constraints:      54664
3592.80/3602.83	c #Conflicts:    3555000 | #Constraints:      55705
3592.80/3602.83	c #Conflicts:    3556000 | #Constraints:      56737
3592.80/3602.83	c #Conflicts:    3557000 | #Constraints:      57759
3592.80/3602.83	c #Conflicts:    3558000 | #Constraints:      58807
3592.80/3602.83	c #Conflicts:    3559000 | #Constraints:      59833
3592.80/3602.83	c #Conflicts:    3560000 | #Constraints:      60862
3592.80/3602.83	c #Conflicts:    3561000 | #Constraints:      61892
3592.80/3602.83	c #Conflicts:    3562000 | #Constraints:      62926
3592.80/3602.83	c #Conflicts:    3563000 | #Constraints:      63963
3592.80/3602.83	c #Conflicts:    3564000 | #Constraints:      64994
3592.80/3602.83	c #Conflicts:    3565000 | #Constraints:      66013
3592.80/3602.83	c #Conflicts:    3566000 | #Constraints:      67051
3592.80/3602.83	c #Conflicts:    3567000 | #Constraints:      68077
3592.80/3602.83	c #Conflicts:    3568000 | #Constraints:      69111
3592.80/3602.83	c #Conflicts:    3569000 | #Constraints:      70132
3592.80/3602.83	c #Conflicts:    3570000 | #Constraints:      71159
3592.80/3602.83	c #Conflicts:    3571000 | #Constraints:      72179
3592.80/3602.83	c #Conflicts:    3572000 | #Constraints:      73188
3592.80/3602.83	c #Conflicts:    3573000 | #Constraints:      74223
3592.80/3602.83	c #Conflicts:    3574000 | #Constraints:      75250
3592.80/3602.83	c #Conflicts:    3575000 | #Constraints:      76269
3592.80/3602.83	c #Conflicts:    3576000 | #Constraints:      77286
3592.80/3602.83	c #Conflicts:    3577000 | #Constraints:      78302
3592.80/3602.83	c #Conflicts:    3578000 | #Constraints:      79321
3592.80/3602.83	c #Conflicts:    3579000 | #Constraints:      80345
3592.80/3602.83	c #Conflicts:    3580000 | #Constraints:      81364
3592.80/3602.83	c #Conflicts:    3581000 | #Constraints:      82389
3592.80/3602.83	c #Conflicts:    3582000 | #Constraints:      83413
3592.80/3602.83	c INPROCESSING
3592.80/3602.83	c GARBAGE COLLECT
3592.80/3602.83	c rational objective 998
3600.09/3610.10	c #Conflicts:    3583000 | #Constraints:      46167
3600.09/3610.10	c #Conflicts:    3584000 | #Constraints:      47167
3600.09/3610.10	c #Conflicts:    3585000 | #Constraints:      48167
3600.09/3610.10	c #Conflicts:    3586000 | #Constraints:      49167
3600.09/3610.10	c #Conflicts:    3587000 | #Constraints:      50167
3600.09/3610.10	c #Conflicts:    3588000 | #Constraints:      51167
3600.09/3610.10	c #Conflicts:    3589000 | #Constraints:      52167
3600.09/3610.10	c cpu time 3572.5 s
3600.09/3610.10	c deterministic time 217808388742 2.18e+11
3600.09/3610.10	c optimization time 7.366 s
3600.09/3610.10	c total solve time 3565.12 s
3600.09/3610.10	c core-guided solve time 2109.44 s
3600.09/3610.10	c propagation time 2824.55 s
3600.09/3610.10	c conflict analysis time 676.27 s
3600.09/3610.10	c propagations 841173584
3600.09/3610.10	c resolve steps 54642423
3600.09/3610.10	c decisions 10432988
3600.09/3610.10	c conflicts 3589756
3600.09/3610.10	c restarts 6141
3600.09/3610.10	c inprocessing phases 180
3600.09/3610.10	c garbage collections 180 ,( 100.00 )
3600.09/3610.10	c input clauses 5192 ,( 63.74 )
3600.09/3610.10	c input cardinalities 2513 ,( 30.85 )
3600.09/3610.10	c input general constraints 440 ,( 5.40 )
3600.09/3610.10	c input average constraint length 263.67
3600.09/3610.10	c input average constraint degree 72.08
3600.09/3610.10	c learned clauses 2156532 ,( 59.25 )
3600.09/3610.10	c learned cardinalities 391658 ,( 10.76 )
3600.09/3610.10	c learned general constraints 1091782 ,( 29.99 )
3600.09/3610.10	c learned average constraint length 253.37
3600.09/3610.10	c learned average constraint degree 744112381.36
3600.09/3610.10	c watched  CF 32, 64, 128, Arb: 430710 , 0 , 0 , 0
3600.09/3610.10	c counting CF 32, 64, 128, Arb: 661513 , 0 , 0 , 0
3600.09/3610.10	c watched   constraints 430710 ,( 39.43 ) 
3600.09/3610.10	c counting  constraints 661512 ,( 60.57 ) 
3600.09/3610.10	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1846313634 , 6225785102 , 29135349755 ,( 731048709 , 28404301046 )
3600.09/3610.10	c gcd simplifications 85573
3600.09/3610.10	c detected cardinalities 63650
3600.09/3610.10	c weakened non-implied lits 357973287
3600.09/3610.10	c weakened non-implying lits 161545
3600.09/3610.10	c original variables 1959
3600.09/3610.10	c clausal propagations 338473337
3600.09/3610.10	c cardinality propagations 64323731
3600.09/3610.10	c watched propagations 12442619
3600.09/3610.10	c counting propagations 387728646
3600.09/3610.10	c watch lookups 121879968990
3600.09/3610.10	c watch backjump lookups 0
3600.09/3610.10	c watch checks 49688124700
3600.09/3610.10	c propagation checks 41760433052
3600.09/3610.10	c constraint additions 2769457775
3600.09/3610.10	c trail pops 855146804
3600.09/3610.10	c formula constraints 4006
3600.09/3610.10	c learned constraints 3541044
3600.09/3610.10	c bound constraints 1081
3600.09/3610.10	c core-guided constraints 3058
3600.09/3610.10	c encountered formula constraints 17410360
3600.09/3610.10	c encountered learned constraints 29501789
3600.09/3610.10	c encountered bound constraints 84
3600.09/3610.10	c encountered core-guided constraints 10412445
3600.09/3610.10	c LP total time 355.401 s
3600.09/3610.10	c LP solve time 318.35 s
3600.09/3610.10	c LP constraints added 6592
3600.09/3610.10	c LP constraints removed 2568
3600.09/3610.10	c LP pivots internal 3590164
3600.09/3610.10	c LP pivots root 60684
3600.09/3610.10	c LP calls 58831
3600.09/3610.10	c LP optimalities 9830
3600.09/3610.10	c LP no pivot count 3222
3600.09/3610.10	c LP infeasibilities 48997
3600.09/3610.10	c LP valid Farkas constraints 48984
3600.09/3610.10	c LP learned Farkas constraints 48846
3600.09/3610.10	c LP basis resets 13
3600.09/3610.10	c LP cycling count 0
3600.09/3610.10	c LP singular count 0
3600.09/3610.10	c LP no primal count 0
3600.09/3610.10	c LP no farkas count 13
3600.09/3610.10	c LP other issue count 0
3600.09/3610.10	c LP Gomory cuts 1098
3600.09/3610.10	c LP learned cuts 1488
3600.09/3610.10	c LP deleted cuts 2568
3600.09/3610.10	c LP encountered Gomory constraints 1822
3600.09/3610.10	c LP encountered Farkas constraints 596204
3600.09/3610.10	c LP encountered learned Farkas constraints 260629
3600.09/3610.10	c CG auxiliary variables introduced 1352
3600.09/3610.10	c CG solutions found 82
3600.09/3610.10	c CG cores constructed 998
3600.09/3610.10	c CG core cardinality constraints returned 0
3600.09/3610.10	c CG unit cores 0
3600.09/3610.10	c CG single cores 998
3600.09/3610.10	c CG blocks removed during cardinality reduction 0
3600.09/3610.10	c CG first core best 0
3600.09/3610.10	c CG decision core best 0
3600.09/3610.10	c CG core reduction tie 0
3600.09/3610.10	c CG core degree average 1.00
3600.09/3610.10	c CG core slack average 2.11
3600.09/3610.10	c CG core upper bound improvements 14
3600.09/3610.10	c STR number of successful calls 0
3600.09/3610.10	c STR number of unsuccessful calls 0
3600.09/3610.10	c STR number of inconclusive calls 0
3600.09/3610.10	c STR number of successful attempts 0
3600.09/3610.10	c STR number of unsuccessful attempts 0
3600.09/3610.10	c STR number of inconclusive attempts 0
3600.09/3610.10	c STR average degree increase per successful call inf
3600.09/3610.10	c STR average degree increase per successful attempt inf
3600.09/3610.10	c STR total number of conflicts for successful attempts 0
3600.09/3610.10	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3610.10	c STR total number of conflicts for inconclusive attempts 0
3600.09/3610.10	c STR average number of conflicts per successful attempt inf
3600.09/3610.10	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3610.10	c STR average number of conflicts per inconclusive attempt inf
3600.09/3610.10	c AVG.sumWPerc 50.53 
3600.09/3610.10	c bigint constraints 0 
3600.09/3610.10	o 1032
3600.09/3610.10	s SATISFIABLE
3600.09/3610.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
3600.09/3610.10	c Program interrupted by user.

Verifier Data

OK	1032

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62434 MiB free)
  memory of node 1: 64465 MiB (63907 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488542-1751330826/watcher-4488542-1751330826 -o /tmp/evaluation-result-4488542-1751330826/solver-4488542-1751330826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751327214-45663 --watchdog 3760 run-opt-ls.sh HOME/instance-4488542-1751330826.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=46300, runsolver pid=46296

[startup+0.10006 s]*
/proc/loadavg: 4.15 4.13 4.05 4/260 46312
/proc/meminfo: memFree=129379924/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=59728 memory=14428 CPUtime=0.02 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 2067 0 0 0 2 0 0 0 20 0 1 0 48761067 61161472 3607 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 14932 3607 2336 1147 0 2359 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 63920 KiB
Current children cumulated memory: 17372 KiB

[startup+0.205403 s]*
/proc/loadavg: 4.15 4.13 4.05 3/259 46324
/proc/meminfo: memFree=129377044/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=64180 memory=21040 CPUtime=0.13 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 3125 0 0 0 12 1 0 0 20 0 1 0 48761067 65720320 5260 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 16045 5260 2432 1147 0 3472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 68372 KiB
Current children cumulated memory: 23984 KiB

[startup+0.305289 s]*
/proc/loadavg: 4.15 4.13 4.05 3/259 46332
/proc/meminfo: memFree=129372792/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=70004 memory=27332 CPUtime=0.22 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 4205 0 0 0 20 2 0 0 20 0 1 0 48761067 71684096 6833 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 17501 6833 2432 1147 0 4928 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 74196 KiB
Current children cumulated memory: 30276 KiB

[startup+0.700176 s]
/proc/loadavg: 4.15 4.13 4.05 3/257 46348
/proc/meminfo: memFree=129362084/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=99548 memory=52324 CPUtime=0.61 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 9431 0 0 0 53 8 0 0 20 0 1 0 48761067 101937152 13081 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 24887 13081 2432 1147 0 12314 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 103740 KiB
Current children cumulated memory: 55268 KiB

[startup+1.50017 s]
/proc/loadavg: 4.15 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129317160/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=114168 memory=68324 CPUtime=1.41 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 12416 0 0 0 130 11 0 0 20 0 1 0 48761067 116908032 17081 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 28542 17081 2432 1147 0 15969 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 118360 KiB
Current children cumulated memory: 71268 KiB

[startup+3.1053 s]
/proc/loadavg: 4.14 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129210516/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=124440 memory=80356 CPUtime=3.01 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 15413 0 0 0 285 16 0 0 20 0 1 0 48761067 127426560 20089 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 31110 20089 2432 1147 0 18537 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 128632 KiB
Current children cumulated memory: 83300 KiB

[startup+6.30016 s]
/proc/loadavg: 4.14 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129134268/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=164052 memory=106340 CPUtime=6.2 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 21414 0 0 0 596 24 0 0 20 0 1 0 48761067 167989248 26585 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 41013 26585 2432 1147 0 28440 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 168244 KiB
Current children cumulated memory: 109284 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.04 5/267 46382
/proc/meminfo: memFree=129089852/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=188392 memory=132764 CPUtime=12.59 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 26495 0 0 0 1223 36 0 0 20 0 1 0 48761067 192913408 33191 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 47098 33191 2432 1147 0 34525 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 192584 KiB
Current children cumulated memory: 135708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.12 4.04 5/267 46382
/proc/meminfo: memFree=128993696/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=254520 memory=176300 CPUtime=25.35 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 36328 0 0 0 2478 57 0 0 20 0 1 0 48761067 260628480 44075 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 63630 44075 2432 1147 0 51057 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 258712 KiB
Current children cumulated memory: 179244 KiB

[startup+51.1054 s]
/proc/loadavg: 4.06 4.11 4.04 5/267 46382
/proc/meminfo: memFree=128885032/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=262728 memory=187132 CPUtime=50.89 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 38554 0 0 0 4993 96 0 0 20 0 1 0 48761067 269033472 46783 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 65682 46783 2432 1147 0 53109 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 266920 KiB
Current children cumulated memory: 190076 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.05 5/267 46384
/proc/meminfo: memFree=128779712/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=292072 memory=224780 CPUtime=101.96 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 44899 0 0 0 10028 168 0 0 20 0 1 0 48761067 299081728 56195 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 73018 56195 2432 1147 0 60445 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 296264 KiB
Current children cumulated memory: 227724 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/267 46386
/proc/meminfo: memFree=128674424/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=312888 memory=246924 CPUtime=161.81 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 50441 0 0 0 15939 242 0 0 20 0 1 0 48761067 320397312 61731 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 78222 61731 2432 1147 0 65649 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 317080 KiB
Current children cumulated memory: 249868 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.05 5/267 46389
/proc/meminfo: memFree=128592188/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=384788 memory=293468 CPUtime=221.65 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 59003 0 0 0 21848 317 0 0 20 0 1 0 48761067 394022912 73367 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 96197 73367 2432 1147 0 83624 0

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

/proc/46306/statm: 217052 192849 2432 1147 0 204479 0
Current children cumulated CPU time: 3093.67 s
Current children cumulated vsize: 872400 KiB
Current children cumulated memory: 774340 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 46594
/proc/meminfo: memFree=126567020/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=869992 memory=772420 CPUtime=3153.53 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 133779 0 0 0 312813 2540 0 0 20 0 1 0 48761067 890871808 193105 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 217498 193105 2432 1147 0 204925 0
Current children cumulated CPU time: 3153.53 s
Current children cumulated vsize: 874184 KiB
Current children cumulated memory: 775364 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 46596
/proc/meminfo: memFree=126542684/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=877176 memory=777540 CPUtime=3213.37 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 135066 0 0 0 318768 2569 0 0 20 0 1 0 48761067 898228224 194385 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 219294 194385 2432 1147 0 206721 0
Current children cumulated CPU time: 3213.37 s
Current children cumulated vsize: 881368 KiB
Current children cumulated memory: 780484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 46598
/proc/meminfo: memFree=126534748/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=882300 memory=780996 CPUtime=3273.23 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 135951 0 0 0 324720 2603 0 0 20 0 1 0 48761067 903475200 195249 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 220575 195249 2432 1147 0 208002 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 886492 KiB
Current children cumulated memory: 783940 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/267 46600
/proc/meminfo: memFree=126518740/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=882300 memory=780996 CPUtime=3333.08 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 135952 0 0 0 330675 2633 0 0 20 0 1 0 48761067 903475200 195249 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 220575 195249 2432 1147 0 208002 0
Current children cumulated CPU time: 3333.08 s
Current children cumulated vsize: 886492 KiB
Current children cumulated memory: 783940 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 46602
/proc/meminfo: memFree=126481096/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=882300 memory=780996 CPUtime=3392.9 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 135952 0 0 0 336629 2661 0 0 20 0 1 0 48761067 903475200 195249 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 220575 195249 2432 1147 0 208002 0
Current children cumulated CPU time: 3392.9 s
Current children cumulated vsize: 886492 KiB
Current children cumulated memory: 783940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 46605
/proc/meminfo: memFree=126408956/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=883844 memory=782404 CPUtime=3452.72 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 136278 0 0 0 342584 2688 0 0 20 0 1 0 48761067 905056256 195601 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 220961 195601 2432 1147 0 208388 0
Current children cumulated CPU time: 3452.72 s
Current children cumulated vsize: 888036 KiB
Current children cumulated memory: 785348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 46607
/proc/meminfo: memFree=126345412/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=883844 memory=782404 CPUtime=3512.54 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 136279 0 0 0 348537 2717 0 0 20 0 1 0 48761067 905056256 195601 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 220961 195601 2432 1147 0 208388 0
Current children cumulated CPU time: 3512.54 s
Current children cumulated vsize: 888036 KiB
Current children cumulated memory: 785348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 46616
/proc/meminfo: memFree=126334208/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=883844 memory=782532 CPUtime=3572.37 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 136319 0 0 0 354490 2747 0 0 20 0 1 0 48761067 905056256 195633 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 220961 195633 2432 1147 0 208388 0
Current children cumulated CPU time: 3572.37 s
Current children cumulated vsize: 888036 KiB
Current children cumulated memory: 785476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.42 4.16 4.11 5/267 46619
/proc/meminfo: memFree=126314236/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=894092 memory=801076 CPUtime=3600.09 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 137963 0 0 0 357250 2759 0 0 20 0 1 0 48761067 915550208 200269 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 223523 200269 2432 1147 0 210950 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 898284 KiB
Current children cumulated memory: 804020 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3572.51 s, system=27.6058 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+3610.11 s]
/proc/loadavg: 4.42 4.16 4.11 5/267 46619
/proc/meminfo: memFree=126314236/131249996 swapFree=33010684/33010684
[pid=46300] ppid=46296 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/46300/stat : 46300 (run-opt-ls.sh) S 46296 46300 45650 0 -1 4194304 234 1423 0 0 0 0 0 0 20 0 1 0 48761063 4292608 736 18446744073709551615 94493507948544 94493508843077 140727038862288 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94493509082128 94493509129872 94493522124800 140727038863719 140727038863845 140727038863845 140727038869447 0
/proc/46300/statm: 1048 736 672 219 0 110 0
[pid=46306] ppid=46300 vsize=894092 memory=801076 CPUtime=3600.09 cores=5,7
/proc/46306/stat : 46306 (roundingsat) R 46300 46300 45650 0 -1 4194304 137963 0 0 0 357250 2759 0 0 20 0 1 0 48761067 915550208 200269 18446744073709551615 4227072 8923433 140732506921232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36229120 140732506929478 140732506929704 140732506929704 140732506935274 0
/proc/46306/statm: 223523 200269 2432 1147 0 210950 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 898284 KiB
Current children cumulated memory: 804020 KiB

Child status: 2

Real time (s): 3610.11
CPU time (s): 3600.12
CPU user time (s): 3572.51
CPU system time (s): 27.6058
CPU usage (%): 99.723
Max. virtual memory (cumulated for all children) (KiB): 898284
Max. memory (cumulated for all children) (KiB): 804020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.51
system time used= 27.6058
maximum resident set size= 801460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 452
involuntary context switches= 2551


# summary of solver processes directly reported to runsolver:
#   pid: 46300,46306
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3572.51
#   total CPU system time (s): 27.6058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.15902 second user time and 15.9173 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-01 02:47:06
IDJOB=4488542
IDBENCH=147521
IDSOLVER=3355
FILE ID=nodeC029/4488542-1751330826
RUNJOBID= nodeC029-1751327214-45663
SLURM_JOB_ID= 9594367
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_21.opb.PB06.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488542-1751330826/watcher-4488542-1751330826 -o /tmp/evaluation-result-4488542-1751330826/solver-4488542-1751330826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751327214-45663 --watchdog 3760  run-opt-ls.sh HOME/instance-4488542-1751330826.opb

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

MD5SUM BENCH= 3cf724146d283b6491b934147ab5b23d
RANDOM SEED=1694669730

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129374084 kB
MemAvailable:   129253636 kB
Buffers:            3280 kB
Cached:           686964 kB
SwapCached:            0 kB
Active:           811036 kB
Inactive:         429788 kB
Active(anon):     568640 kB
Inactive(anon):        0 kB
Active(file):     242396 kB
Inactive(file):   429788 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14648 kB
Writeback:           148 kB
AnonPages:        551972 kB
Mapped:           109316 kB
Shmem:             18060 kB
KReclaimable:      93216 kB
Slab:             179856 kB
SReclaimable:      93216 kB
SUnreclaim:        86640 kB
KernelStack:        4224 kB
PageTables:         4248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     932856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC029 at 2025-07-01 03:47:17