Trace number 4531817

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3SAT (TO)1037 3595.45 3702.34

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
MD5SUM4613bd71ebda28f991e46514414d76dd
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1035
Best CPU time to get the best result obtained on this benchmark3585.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
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 1968
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 1968
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 1968
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4531817-1752584631.opb'
0.00/0.02	c 	read 0.11MB  (5.05ms)
0.00/0.02	c	 [cnf: #variables 1968 #clauses 4000 #duplicates 1 #arr 9966]
0.00/0.02	c output proof to 'PROOFDIR/proof-4531817-1752584631'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 18] (6.11ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (1.02ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 9904 #edges 27804]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 5.12*10^2 #generators 9] (4.47ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	(0.02ms)
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 9 generators (0.02ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 9 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4531817-1752584631.opb.pre'
0.00/0.03	c 	wrote 0.12MB (0.96ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   6.11ms 31.92% approx_orbits
0.00/0.03	c                   5.04ms 26.35% parse
0.00/0.03	c                   4.47ms 23.33% detect_generic
0.00/0.03	c                   1.34ms  7.01% other
0.00/0.03	c                   1.02ms  5.33% detect_special
0.00/0.03	c                   0.96ms  5.03% output
0.00/0.03	c                   0.16ms  0.83% finalize_order
0.00/0.03	c                   0.02ms  0.10% optimize_gens
0.00/0.03	c                   0.02ms  0.08% break_generic
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  19.14ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.05	c RoundingSat 2
0.00/0.05	c branch pb25
0.00/0.05	c commit 0f876b3
0.06/0.12	c #variables 1968 #constraints 4008
0.06/0.12	c objective is ce32 
0.06/0.18	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.06/0.18	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.06/0.18	c bounds 1121 >= 0 @ 0.114598
0.17/0.30	c bounds 1120 >= 0 @ 0.211799
0.17/0.30	c bounds 1120 >= 1 @ 0.213361
0.17/0.30	c bounds 1120 >= 2 @ 0.214809
0.17/0.30	c bounds 1120 >= 3 @ 0.216285
0.17/0.30	c bounds 1120 >= 4 @ 0.217727
0.17/0.30	c bounds 1120 >= 5 @ 0.21919
0.17/0.30	c bounds 1120 >= 6 @ 0.22064
0.17/0.31	c bounds 1120 >= 7 @ 0.222099
0.17/0.31	c bounds 1120 >= 8 @ 0.223553
0.17/0.31	c bounds 1120 >= 9 @ 0.225019
0.17/0.31	c bounds 1120 >= 10 @ 0.225534
0.17/0.31	c bounds 1120 >= 11 @ 0.227125
0.17/0.31	c bounds 1120 >= 12 @ 0.228711
0.17/0.32	c bounds 1120 >= 13 @ 0.230293
0.17/0.32	c bounds 1120 >= 14 @ 0.23188
0.17/0.32	c bounds 1120 >= 15 @ 0.232485
0.17/0.32	c bounds 1120 >= 16 @ 0.233989
0.28/0.32	c bounds 1120 >= 17 @ 0.235524
0.28/0.32	c bounds 1120 >= 18 @ 0.2371
0.28/0.33	c bounds 1120 >= 19 @ 0.238671
0.28/0.33	c bounds 1120 >= 20 @ 0.240249
0.28/0.33	c bounds 1120 >= 21 @ 0.241828
0.28/0.33	c bounds 1120 >= 22 @ 0.243398
0.28/0.33	c bounds 1120 >= 23 @ 0.244972
0.28/0.33	c bounds 1120 >= 24 @ 0.246557
0.28/0.33	c bounds 1120 >= 25 @ 0.248133
0.28/0.34	c bounds 1120 >= 26 @ 0.249692
0.28/0.34	c bounds 1120 >= 27 @ 0.251252
0.28/0.34	c bounds 1120 >= 28 @ 0.252807
0.28/0.34	c bounds 1120 >= 29 @ 0.254304
0.28/0.34	c bounds 1120 >= 30 @ 0.25575
0.28/0.34	c bounds 1120 >= 31 @ 0.257211
0.28/0.35	c bounds 1120 >= 32 @ 0.258653
0.28/0.35	c bounds 1120 >= 33 @ 0.260099
0.28/0.35	c bounds 1120 >= 34 @ 0.26156
0.28/0.35	c bounds 1120 >= 35 @ 0.263014
0.28/0.35	c bounds 1120 >= 36 @ 0.264456
0.28/0.35	c bounds 1120 >= 37 @ 0.265897
0.28/0.35	c bounds 1120 >= 38 @ 0.26735
0.28/0.36	c bounds 1120 >= 39 @ 0.268803
0.28/0.36	c bounds 1120 >= 40 @ 0.269388
0.28/0.36	c bounds 1120 >= 41 @ 0.270775
0.28/0.36	c bounds 1120 >= 42 @ 0.272187
0.28/0.36	c bounds 1120 >= 43 @ 0.273638
0.28/0.36	c bounds 1120 >= 44 @ 0.275089
0.28/0.36	c bounds 1120 >= 45 @ 0.276529
0.28/0.37	c bounds 1120 >= 46 @ 0.276986
0.28/0.37	c bounds 1120 >= 47 @ 0.278429
0.28/0.37	c bounds 1120 >= 48 @ 0.279869
0.28/0.37	c bounds 1120 >= 49 @ 0.281315
0.28/0.37	c bounds 1120 >= 50 @ 0.282755
0.28/0.37	c bounds 1120 >= 51 @ 0.283312
0.28/0.37	c bounds 1120 >= 52 @ 0.284694
0.28/0.38	c bounds 1120 >= 53 @ 0.286115
0.28/0.38	c bounds 1120 >= 54 @ 0.287563
0.28/0.38	c bounds 1120 >= 55 @ 0.289022
0.28/0.38	c bounds 1120 >= 56 @ 0.29047
0.28/0.38	c bounds 1120 >= 57 @ 0.292024
0.28/0.38	c bounds 1120 >= 58 @ 0.293583
0.28/0.39	c bounds 1120 >= 59 @ 0.295154
0.28/0.39	c bounds 1120 >= 60 @ 0.295744
0.28/0.39	c bounds 1120 >= 61 @ 0.297301
0.28/0.39	c bounds 1120 >= 62 @ 0.298846
0.28/0.39	c bounds 1120 >= 63 @ 0.300419
0.28/0.39	c bounds 1120 >= 64 @ 0.301973
0.28/0.39	c bounds 1120 >= 65 @ 0.303515
0.28/0.40	c bounds 1120 >= 66 @ 0.305061
0.28/0.40	c bounds 1120 >= 67 @ 0.306605
0.28/0.40	c bounds 1120 >= 68 @ 0.308149
0.28/0.40	c bounds 1120 >= 69 @ 0.309697
0.28/0.40	c bounds 1120 >= 70 @ 0.311259
0.28/0.40	c bounds 1120 >= 71 @ 0.312793
0.28/0.41	c bounds 1120 >= 72 @ 0.314331
0.28/0.41	c bounds 1120 >= 73 @ 0.31587
0.28/0.41	c bounds 1120 >= 74 @ 0.317405
0.28/0.41	c bounds 1120 >= 75 @ 0.318967
0.28/0.41	c bounds 1120 >= 76 @ 0.320516
0.28/0.41	c bounds 1120 >= 77 @ 0.322067
0.28/0.42	c bounds 1120 >= 78 @ 0.323625
0.28/0.42	c bounds 1120 >= 79 @ 0.325599
0.28/0.42	c bounds 1120 >= 80 @ 0.327808
0.28/0.42	c bounds 1120 >= 81 @ 0.329401
0.38/0.42	c bounds 1120 >= 82 @ 0.330864
0.38/0.42	c bounds 1120 >= 83 @ 0.3323
0.38/0.43	c bounds 1120 >= 84 @ 0.333745
0.38/0.43	c bounds 1120 >= 85 @ 0.335181
0.38/0.43	c bounds 1120 >= 86 @ 0.335767
0.38/0.43	c bounds 1120 >= 87 @ 0.337135
0.38/0.43	c bounds 1120 >= 88 @ 0.338529
0.38/0.43	c bounds 1120 >= 89 @ 0.339953
0.38/0.43	c bounds 1120 >= 90 @ 0.341373
0.38/0.44	c bounds 1120 >= 91 @ 0.342797
0.38/0.44	c bounds 1120 >= 92 @ 0.344214
0.38/0.44	c bounds 1120 >= 93 @ 0.345635
0.38/0.44	c bounds 1120 >= 94 @ 0.347057
0.38/0.44	c bounds 1120 >= 95 @ 0.348471
0.38/0.44	c bounds 1120 >= 96 @ 0.349882
0.38/0.44	c bounds 1120 >= 97 @ 0.351302
0.38/0.45	c bounds 1120 >= 98 @ 0.35283
0.38/0.45	c bounds 1120 >= 99 @ 0.354358
0.38/0.45	c bounds 1120 >= 100 @ 0.355807
0.38/0.45	c bounds 1120 >= 101 @ 0.357226
0.38/0.45	c bounds 1120 >= 102 @ 0.358652
0.38/0.45	c bounds 1120 >= 103 @ 0.360081
0.38/0.45	c bounds 1120 >= 104 @ 0.360596
0.38/0.46	c bounds 1120 >= 105 @ 0.361963
0.38/0.46	c bounds 1120 >= 106 @ 0.363343
0.38/0.46	c bounds 1120 >= 107 @ 0.364759
0.38/0.46	c bounds 1120 >= 108 @ 0.366169
0.38/0.46	c bounds 1120 >= 109 @ 0.367585
0.38/0.46	c bounds 1120 >= 110 @ 0.368999
0.38/0.46	c bounds 1120 >= 111 @ 0.370431
0.38/0.47	c bounds 1120 >= 112 @ 0.371846
0.38/0.47	c bounds 1120 >= 113 @ 0.373274
0.38/0.47	c bounds 1120 >= 114 @ 0.374697
0.38/0.47	c bounds 1120 >= 115 @ 0.376109
0.38/0.47	c bounds 1120 >= 116 @ 0.377532
0.38/0.47	c bounds 1120 >= 117 @ 0.378957
0.38/0.47	c bounds 1120 >= 118 @ 0.380373
0.38/0.48	c bounds 1120 >= 119 @ 0.381787
0.38/0.48	c bounds 1120 >= 120 @ 0.383216
0.38/0.48	c bounds 1120 >= 121 @ 0.384626
0.38/0.48	c bounds 1120 >= 122 @ 0.386058
0.38/0.48	c bounds 1120 >= 123 @ 0.387485
0.38/0.48	c bounds 1120 >= 124 @ 0.38891
0.38/0.48	c bounds 1120 >= 125 @ 0.390337
0.38/0.49	c bounds 1120 >= 126 @ 0.391779
0.38/0.49	c bounds 1120 >= 127 @ 0.393193
0.38/0.49	c bounds 1120 >= 128 @ 0.394619
0.38/0.49	c bounds 1120 >= 129 @ 0.396042
0.38/0.49	c bounds 1120 >= 130 @ 0.396567
0.38/0.49	c bounds 1120 >= 131 @ 0.397931
0.38/0.49	c bounds 1120 >= 132 @ 0.399369
0.38/0.50	c bounds 1120 >= 133 @ 0.400767
0.38/0.50	c bounds 1120 >= 134 @ 0.401267
0.38/0.50	c bounds 1120 >= 135 @ 0.402655
0.38/0.50	c bounds 1120 >= 136 @ 0.404091
0.38/0.50	c bounds 1120 >= 137 @ 0.405502
0.38/0.50	c bounds 1120 >= 138 @ 0.406915
0.38/0.50	c bounds 1120 >= 139 @ 0.408326
0.38/0.51	c bounds 1120 >= 140 @ 0.409741
0.38/0.51	c bounds 1120 >= 141 @ 0.411172
0.38/0.51	c bounds 1120 >= 142 @ 0.412585
0.38/0.51	c bounds 1120 >= 143 @ 0.414012
0.38/0.51	c bounds 1120 >= 144 @ 0.415445
0.38/0.51	c bounds 1120 >= 145 @ 0.416876
0.38/0.51	c bounds 1120 >= 146 @ 0.417371
0.38/0.52	c bounds 1120 >= 147 @ 0.418762
0.38/0.52	c bounds 1120 >= 148 @ 0.420183
0.38/0.52	c bounds 1120 >= 149 @ 0.421601
0.38/0.52	c bounds 1120 >= 150 @ 0.423034
0.48/0.52	c bounds 1120 >= 151 @ 0.424472
0.48/0.52	c bounds 1120 >= 152 @ 0.425882
0.48/0.52	c bounds 1120 >= 153 @ 0.426333
0.48/0.53	c bounds 1120 >= 154 @ 0.427729
0.48/0.53	c bounds 1120 >= 155 @ 0.429125
0.48/0.53	c bounds 1120 >= 156 @ 0.430545
0.48/0.53	c bounds 1120 >= 157 @ 0.43103
0.48/0.53	c bounds 1120 >= 158 @ 0.432379
0.48/0.53	c bounds 1120 >= 159 @ 0.433821
0.48/0.53	c bounds 1120 >= 160 @ 0.435229
0.48/0.54	c bounds 1120 >= 161 @ 0.436625
0.48/0.54	c bounds 1120 >= 162 @ 0.437087
0.48/0.54	c bounds 1120 >= 163 @ 0.438437
0.48/0.54	c bounds 1120 >= 164 @ 0.439829
0.48/0.54	c bounds 1120 >= 165 @ 0.440251
0.48/0.54	c bounds 1120 >= 166 @ 0.441619
0.48/0.54	c bounds 1120 >= 167 @ 0.442994
0.48/0.55	c bounds 1120 >= 168 @ 0.444414
0.48/0.55	c bounds 1120 >= 169 @ 0.4458
0.48/0.55	c bounds 1120 >= 170 @ 0.447194
0.48/0.55	c bounds 1120 >= 171 @ 0.448608
0.48/0.55	c bounds 1120 >= 172 @ 0.45001
0.48/0.55	c bounds 1120 >= 173 @ 0.451414
0.48/0.55	c bounds 1120 >= 174 @ 0.45281
0.48/0.56	c bounds 1120 >= 175 @ 0.45421
0.48/0.56	c bounds 1120 >= 176 @ 0.455631
0.48/0.56	c bounds 1120 >= 177 @ 0.457052
0.48/0.56	c bounds 1120 >= 178 @ 0.458462
0.48/0.56	c bounds 1120 >= 179 @ 0.459851
0.48/0.56	c bounds 1120 >= 180 @ 0.461263
0.48/0.56	c bounds 1120 >= 181 @ 0.462664
0.48/0.57	c bounds 1120 >= 182 @ 0.464051
0.48/0.57	c bounds 1120 >= 183 @ 0.465575
0.48/0.57	c bounds 1120 >= 184 @ 0.46699
0.48/0.57	c bounds 1120 >= 185 @ 0.468394
0.48/0.57	c bounds 1120 >= 186 @ 0.469804
0.48/0.57	c bounds 1120 >= 187 @ 0.4712
0.48/0.57	c bounds 1120 >= 188 @ 0.471675
0.48/0.58	c bounds 1120 >= 189 @ 0.473027
0.48/0.58	c bounds 1120 >= 190 @ 0.474376
0.48/0.58	c bounds 1120 >= 191 @ 0.475792
0.48/0.58	c bounds 1120 >= 192 @ 0.4772
0.48/0.58	c bounds 1120 >= 193 @ 0.478588
0.48/0.58	c bounds 1120 >= 194 @ 0.479986
0.48/0.58	c bounds 1120 >= 195 @ 0.481385
0.48/0.59	c bounds 1120 >= 196 @ 0.482877
0.48/0.59	c bounds 1120 >= 197 @ 0.48437
0.48/0.59	c bounds 1120 >= 198 @ 0.485777
0.48/0.59	c bounds 1120 >= 199 @ 0.487186
0.48/0.59	c bounds 1120 >= 200 @ 0.488675
0.48/0.59	c bounds 1120 >= 201 @ 0.489114
0.48/0.59	c bounds 1120 >= 202 @ 0.490513
0.48/0.60	c bounds 1120 >= 203 @ 0.491897
0.48/0.60	c bounds 1120 >= 204 @ 0.493304
0.48/0.60	c bounds 1120 >= 205 @ 0.494706
0.48/0.60	c bounds 1120 >= 206 @ 0.496103
0.48/0.60	c bounds 1120 >= 207 @ 0.497495
0.48/0.60	c bounds 1120 >= 208 @ 0.498895
0.48/0.60	c bounds 1120 >= 209 @ 0.50029
0.48/0.61	c bounds 1120 >= 210 @ 0.501697
0.48/0.61	c bounds 1120 >= 211 @ 0.503098
0.56/0.61	c bounds 1120 >= 212 @ 0.504486
0.56/0.61	c bounds 1120 >= 213 @ 0.505891
0.56/0.61	c bounds 1120 >= 214 @ 0.507294
0.56/0.61	c bounds 1120 >= 215 @ 0.508683
0.56/0.61	c bounds 1120 >= 216 @ 0.510101
0.56/0.62	c bounds 1120 >= 217 @ 0.511491
0.56/0.62	c bounds 1120 >= 218 @ 0.512893
0.56/0.62	c bounds 1120 >= 219 @ 0.51428
0.56/0.62	c bounds 1120 >= 220 @ 0.515905
0.56/0.62	c bounds 1120 >= 221 @ 0.516864
0.56/0.62	c bounds 1120 >= 222 @ 0.517809
0.56/0.62	c bounds 1120 >= 223 @ 0.518745
0.56/0.62	c bounds 1120 >= 224 @ 0.519669
0.56/0.62	c bounds 1120 >= 225 @ 0.520617
0.56/0.63	c bounds 1120 >= 226 @ 0.521535
0.56/0.63	c bounds 1120 >= 227 @ 0.522495
0.56/0.63	c bounds 1120 >= 228 @ 0.523447
0.56/0.63	c bounds 1120 >= 229 @ 0.52437
0.56/0.63	c bounds 1120 >= 230 @ 0.525312
0.56/0.63	c bounds 1120 >= 231 @ 0.526238
0.56/0.63	c bounds 1120 >= 232 @ 0.527181
0.56/0.63	c bounds 1120 >= 233 @ 0.528117
0.56/0.63	c bounds 1120 >= 234 @ 0.52905
0.56/0.63	c bounds 1120 >= 235 @ 0.529994
0.56/0.64	c bounds 1120 >= 236 @ 0.531031
0.56/0.64	c bounds 1120 >= 237 @ 0.531966
0.56/0.64	c bounds 1120 >= 238 @ 0.532902
0.56/0.64	c bounds 1120 >= 239 @ 0.533829
0.56/0.64	c bounds 1120 >= 240 @ 0.534776
0.56/0.64	c bounds 1120 >= 241 @ 0.535709
0.56/0.64	c bounds 1120 >= 242 @ 0.536645
0.56/0.64	c bounds 1120 >= 243 @ 0.537582
0.56/0.64	c bounds 1120 >= 244 @ 0.538531
0.56/0.64	c bounds 1120 >= 245 @ 0.539486
0.66/0.75	c bounds 1119 >= 245 @ 0.640592
0.66/0.75	c bounds 1119 >= 246 @ 0.641608
0.66/0.75	c bounds 1119 >= 247 @ 0.642549
0.66/0.75	c bounds 1119 >= 248 @ 0.643463
0.66/0.76	c bounds 1119 >= 249 @ 0.644383
0.66/0.76	c bounds 1119 >= 250 @ 0.645306
0.66/0.76	c bounds 1119 >= 251 @ 0.646266
0.66/0.76	c bounds 1119 >= 252 @ 0.647214
0.66/0.76	c bounds 1119 >= 253 @ 0.648158
0.66/0.76	c bounds 1119 >= 254 @ 0.649078
0.66/0.76	c bounds 1119 >= 255 @ 0.650007
0.66/0.76	c bounds 1119 >= 256 @ 0.650945
0.66/0.76	c bounds 1119 >= 257 @ 0.651875
0.66/0.76	c bounds 1119 >= 258 @ 0.652811
0.66/0.76	c bounds 1119 >= 259 @ 0.653741
0.66/0.77	c bounds 1119 >= 260 @ 0.654667
0.66/0.77	c bounds 1119 >= 261 @ 0.655595
0.66/0.77	c bounds 1119 >= 262 @ 0.65654
0.66/0.77	c bounds 1119 >= 263 @ 0.657482
0.66/0.77	c bounds 1119 >= 264 @ 0.658404
0.66/0.77	c bounds 1119 >= 265 @ 0.659339
0.66/0.77	c bounds 1119 >= 266 @ 0.660265
0.66/0.77	c bounds 1119 >= 267 @ 0.661169
0.66/0.77	c bounds 1119 >= 268 @ 0.662102
0.66/0.77	c bounds 1119 >= 269 @ 0.663079
0.66/0.77	c bounds 1119 >= 270 @ 0.664048
0.66/0.78	c bounds 1119 >= 271 @ 0.665014
0.66/0.78	c bounds 1119 >= 272 @ 0.665976
0.66/0.78	c bounds 1119 >= 273 @ 0.666922
0.66/0.78	c bounds 1119 >= 274 @ 0.667842
0.66/0.78	c bounds 1119 >= 275 @ 0.668764
0.66/0.78	c bounds 1119 >= 276 @ 0.669707
0.66/0.78	c bounds 1119 >= 277 @ 0.670633
0.66/0.78	c bounds 1119 >= 278 @ 0.671568
0.66/0.78	c bounds 1119 >= 279 @ 0.672482
0.66/0.78	c bounds 1119 >= 280 @ 0.673405
0.66/0.79	c bounds 1119 >= 281 @ 0.674322
0.66/0.79	c bounds 1119 >= 282 @ 0.675255
0.66/0.79	c bounds 1119 >= 283 @ 0.676185
0.66/0.79	c bounds 1119 >= 284 @ 0.677146
0.66/0.79	c bounds 1119 >= 285 @ 0.678092
0.66/0.79	c bounds 1119 >= 286 @ 0.679024
0.66/0.79	c bounds 1119 >= 287 @ 0.679958
0.66/0.79	c bounds 1119 >= 288 @ 0.680915
0.66/0.79	c bounds 1119 >= 289 @ 0.681828
0.66/0.79	c bounds 1119 >= 290 @ 0.68278
0.66/0.79	c bounds 1119 >= 291 @ 0.683712
0.66/0.80	c bounds 1119 >= 292 @ 0.684629
0.75/0.80	c bounds 1119 >= 293 @ 0.685541
0.75/0.80	c bounds 1119 >= 294 @ 0.68578
0.75/0.80	c bounds 1119 >= 295 @ 0.686502
0.75/0.80	c bounds 1119 >= 296 @ 0.687413
0.75/0.80	c bounds 1119 >= 297 @ 0.688332
0.75/0.80	c bounds 1119 >= 298 @ 0.689329
0.75/0.80	c bounds 1119 >= 299 @ 0.690333
0.75/0.80	c bounds 1119 >= 300 @ 0.691221
0.75/0.80	c bounds 1119 >= 301 @ 0.692149
0.75/0.80	c bounds 1119 >= 302 @ 0.693053
0.75/0.81	c bounds 1119 >= 303 @ 0.693995
0.75/0.81	c bounds 1119 >= 304 @ 0.694938
0.75/0.81	c bounds 1119 >= 305 @ 0.695847
0.75/0.81	c bounds 1119 >= 306 @ 0.696763
0.75/0.81	c bounds 1119 >= 307 @ 0.697687
0.75/0.81	c bounds 1119 >= 308 @ 0.698596
0.75/0.81	c bounds 1119 >= 309 @ 0.699854
0.75/0.81	c bounds 1119 >= 310 @ 0.700775
0.75/0.81	c bounds 1119 >= 311 @ 0.70168
0.75/0.81	c bounds 1119 >= 312 @ 0.702599
0.75/0.82	c bounds 1119 >= 313 @ 0.703509
0.75/0.82	c bounds 1119 >= 314 @ 0.704425
0.75/0.82	c bounds 1119 >= 315 @ 0.705355
0.75/0.82	c bounds 1119 >= 316 @ 0.706254
0.75/0.82	c bounds 1119 >= 317 @ 0.707195
0.75/0.82	c bounds 1119 >= 318 @ 0.708105
0.75/0.82	c bounds 1119 >= 319 @ 0.709026
0.75/0.82	c bounds 1119 >= 320 @ 0.709936
0.75/0.82	c bounds 1119 >= 321 @ 0.710053
0.75/0.82	c bounds 1119 >= 322 @ 0.710784
0.75/0.82	c bounds 1119 >= 323 @ 0.711693
0.75/0.83	c bounds 1119 >= 324 @ 0.712637
0.75/0.83	c bounds 1119 >= 325 @ 0.713537
0.75/0.83	c bounds 1119 >= 326 @ 0.714444
0.75/0.83	c bounds 1119 >= 327 @ 0.715349
0.75/0.83	c bounds 1119 >= 328 @ 0.716282
0.75/0.83	c bounds 1119 >= 329 @ 0.717204
0.75/0.83	c bounds 1119 >= 330 @ 0.7181
0.75/0.83	c bounds 1119 >= 331 @ 0.719021
0.75/0.83	c bounds 1119 >= 332 @ 0.719959
0.75/0.83	c bounds 1119 >= 333 @ 0.720955
0.75/0.84	c bounds 1119 >= 334 @ 0.721955
0.75/0.84	c bounds 1119 >= 335 @ 0.722934
0.75/0.84	c bounds 1119 >= 336 @ 0.72386
0.75/0.84	c bounds 1119 >= 337 @ 0.724785
0.75/0.84	c bounds 1119 >= 338 @ 0.725733
0.75/0.84	c bounds 1119 >= 339 @ 0.726671
0.75/0.84	c bounds 1119 >= 340 @ 0.727603
0.75/0.84	c bounds 1119 >= 341 @ 0.728543
0.75/0.84	c bounds 1119 >= 342 @ 0.729466
0.75/0.84	c bounds 1119 >= 343 @ 0.730386
0.75/0.84	c bounds 1119 >= 344 @ 0.731313
0.75/0.85	c bounds 1119 >= 345 @ 0.73222
0.75/0.85	c bounds 1119 >= 346 @ 0.733132
0.75/0.85	c bounds 1119 >= 347 @ 0.734042
0.75/0.85	c bounds 1119 >= 348 @ 0.734954
0.75/0.85	c bounds 1119 >= 349 @ 0.735887
0.75/0.85	c bounds 1119 >= 350 @ 0.736815
0.75/0.85	c bounds 1119 >= 351 @ 0.737743
0.75/0.85	c bounds 1119 >= 352 @ 0.738645
0.75/0.85	c bounds 1119 >= 353 @ 0.739589
0.75/0.85	c bounds 1119 >= 354 @ 0.740584
0.75/0.85	c bounds 1119 >= 355 @ 0.741556
0.75/0.86	c bounds 1119 >= 356 @ 0.74247
0.75/0.86	c bounds 1119 >= 357 @ 0.743404
0.75/0.86	c bounds 1119 >= 358 @ 0.744347
0.75/0.86	c bounds 1119 >= 359 @ 0.745293
0.75/0.86	c bounds 1119 >= 360 @ 0.746226
0.75/0.86	c bounds 1119 >= 361 @ 0.747141
0.75/0.86	c bounds 1119 >= 362 @ 0.748041
0.75/0.86	c bounds 1119 >= 363 @ 0.748972
0.75/0.86	c bounds 1119 >= 364 @ 0.749867
0.75/0.86	c bounds 1119 >= 365 @ 0.750775
0.75/0.86	c bounds 1119 >= 366 @ 0.751695
0.75/0.87	c bounds 1119 >= 367 @ 0.752606
0.75/0.87	c bounds 1119 >= 368 @ 0.753528
0.75/0.87	c bounds 1119 >= 369 @ 0.754449
0.75/0.87	c bounds 1119 >= 370 @ 0.755365
0.75/0.87	c bounds 1119 >= 371 @ 0.756281
0.75/0.87	c bounds 1119 >= 372 @ 0.757227
0.75/0.87	c bounds 1119 >= 373 @ 0.758173
0.75/0.87	c bounds 1119 >= 374 @ 0.759105
0.75/0.87	c bounds 1119 >= 375 @ 0.760059
0.75/0.87	c bounds 1119 >= 376 @ 0.761017
0.75/0.88	c bounds 1119 >= 377 @ 0.761948
0.75/0.88	c bounds 1119 >= 378 @ 0.762871
0.75/0.88	c bounds 1119 >= 379 @ 0.763776
0.75/0.88	c bounds 1119 >= 380 @ 0.764672
0.75/0.88	c bounds 1119 >= 381 @ 0.765602
0.75/0.88	c bounds 1119 >= 382 @ 0.766558
0.75/0.88	c bounds 1119 >= 383 @ 0.767462
0.75/0.88	c bounds 1119 >= 384 @ 0.768402
0.75/0.88	c bounds 1119 >= 385 @ 0.769303
0.75/0.88	c bounds 1119 >= 386 @ 0.770199
0.75/0.88	c bounds 1119 >= 387 @ 0.77109
0.75/0.89	c bounds 1119 >= 388 @ 0.772023
0.75/0.89	c bounds 1119 >= 389 @ 0.772927
0.75/0.89	c bounds 1119 >= 390 @ 0.773846
0.75/0.89	c bounds 1119 >= 391 @ 0.774754
0.75/0.89	c bounds 1119 >= 392 @ 0.775657
0.75/0.89	c bounds 1119 >= 393 @ 0.776572
0.75/0.89	c bounds 1119 >= 394 @ 0.776695
0.75/0.89	c bounds 1119 >= 395 @ 0.777441
0.75/0.89	c bounds 1119 >= 396 @ 0.778414
0.75/0.89	c bounds 1119 >= 397 @ 0.779318
0.75/0.89	c bounds 1119 >= 398 @ 0.780277
0.85/0.90	c bounds 1119 >= 399 @ 0.781472
0.85/0.90	c bounds 1119 >= 400 @ 0.782452
0.85/0.90	c bounds 1119 >= 401 @ 0.783397
0.85/0.90	c bounds 1119 >= 402 @ 0.784348
0.85/0.90	c bounds 1119 >= 403 @ 0.785261
0.85/0.90	c bounds 1119 >= 404 @ 0.785469
0.85/0.90	c bounds 1119 >= 405 @ 0.78614
0.85/0.90	c bounds 1119 >= 406 @ 0.787037
0.85/0.90	c bounds 1119 >= 407 @ 0.787961
0.85/0.90	c bounds 1119 >= 408 @ 0.788875
0.85/0.91	c bounds 1119 >= 409 @ 0.789783
0.85/0.91	c bounds 1119 >= 410 @ 0.790656
0.85/0.91	c bounds 1119 >= 411 @ 0.791585
0.85/0.91	c bounds 1119 >= 412 @ 0.792487
0.85/0.91	c bounds 1119 >= 413 @ 0.793401
0.85/0.91	c bounds 1119 >= 414 @ 0.794298
0.85/0.91	c bounds 1119 >= 415 @ 0.795191
0.85/0.91	c bounds 1119 >= 416 @ 0.796106
0.85/0.91	c bounds 1119 >= 417 @ 0.797043
0.85/0.91	c bounds 1119 >= 418 @ 0.798
0.85/0.91	c bounds 1119 >= 419 @ 0.798911
0.85/0.92	c bounds 1119 >= 420 @ 0.799842
0.85/0.92	c bounds 1119 >= 421 @ 0.800732
0.85/0.92	c bounds 1119 >= 422 @ 0.80165
0.85/0.92	c bounds 1119 >= 423 @ 0.802592
0.85/0.92	c bounds 1119 >= 424 @ 0.803508
0.85/0.92	c bounds 1119 >= 425 @ 0.804401
0.85/0.92	c bounds 1119 >= 426 @ 0.805316
0.85/0.92	c bounds 1119 >= 427 @ 0.80621
0.85/0.92	c bounds 1119 >= 428 @ 0.807118
0.85/0.92	c bounds 1119 >= 429 @ 0.808027
0.85/0.92	c bounds 1119 >= 430 @ 0.80894
0.85/0.93	c bounds 1119 >= 431 @ 0.809839
0.85/0.93	c bounds 1119 >= 432 @ 0.810755
0.85/0.93	c bounds 1119 >= 433 @ 0.811677
0.85/0.93	c bounds 1119 >= 434 @ 0.812583
0.85/0.93	c bounds 1119 >= 435 @ 0.813593
0.85/0.93	c bounds 1119 >= 436 @ 0.814486
0.85/0.93	c bounds 1119 >= 437 @ 0.815373
0.85/0.93	c bounds 1119 >= 438 @ 0.816264
0.85/0.93	c bounds 1119 >= 439 @ 0.81716
0.85/0.93	c bounds 1119 >= 440 @ 0.817333
0.85/0.93	c bounds 1119 >= 441 @ 0.818001
0.85/0.94	c bounds 1119 >= 442 @ 0.818871
0.85/0.94	c bounds 1119 >= 443 @ 0.819793
0.85/0.94	c bounds 1119 >= 444 @ 0.820685
0.85/0.94	c bounds 1119 >= 445 @ 0.821558
0.85/0.94	c bounds 1119 >= 446 @ 0.822475
0.85/0.94	c bounds 1119 >= 447 @ 0.822475
0.85/0.94	c bounds 1119 >= 448 @ 0.823287
0.85/0.94	c bounds 1119 >= 449 @ 0.824195
0.85/0.94	c bounds 1119 >= 450 @ 0.825087
0.85/0.94	c bounds 1119 >= 451 @ 0.825997
0.85/0.94	c bounds 1119 >= 452 @ 0.826904
0.85/0.95	c bounds 1119 >= 453 @ 0.827775
0.85/0.95	c bounds 1119 >= 454 @ 0.828692
0.85/0.95	c bounds 1119 >= 455 @ 0.829591
0.85/0.95	c bounds 1119 >= 456 @ 0.830466
0.85/0.95	c bounds 1119 >= 457 @ 0.831345
0.85/0.95	c bounds 1119 >= 458 @ 0.832247
0.85/0.95	c bounds 1119 >= 459 @ 0.83316
0.85/0.95	c bounds 1119 >= 460 @ 0.83335
0.85/0.95	c bounds 1119 >= 461 @ 0.833997
0.85/0.95	c bounds 1119 >= 462 @ 0.834887
0.85/0.95	c bounds 1119 >= 463 @ 0.835797
0.85/0.96	c bounds 1119 >= 464 @ 0.836715
0.85/0.96	c bounds 1119 >= 465 @ 0.8376
0.85/0.96	c bounds 1119 >= 466 @ 0.838469
0.85/0.96	c bounds 1119 >= 467 @ 0.839352
0.85/0.96	c bounds 1119 >= 468 @ 0.84023
0.85/0.96	c bounds 1119 >= 469 @ 0.841156
0.85/0.96	c bounds 1119 >= 470 @ 0.842045
0.85/0.96	c bounds 1119 >= 471 @ 0.842949
0.85/0.96	c bounds 1119 >= 472 @ 0.843857
0.85/0.96	c bounds 1119 >= 473 @ 0.844744
0.85/0.96	c bounds 1119 >= 474 @ 0.845636
0.85/0.97	c bounds 1119 >= 475 @ 0.846535
0.85/0.97	c bounds 1119 >= 476 @ 0.847446
0.85/0.97	c bounds 1119 >= 477 @ 0.84831
0.85/0.97	c bounds 1119 >= 478 @ 0.849244
0.85/0.97	c bounds 1119 >= 479 @ 0.850134
0.85/0.97	c bounds 1119 >= 480 @ 0.851057
0.85/0.97	c bounds 1119 >= 481 @ 0.851952
0.85/0.97	c bounds 1119 >= 482 @ 0.852143
0.85/0.97	c bounds 1119 >= 483 @ 0.852772
0.85/0.97	c bounds 1119 >= 484 @ 0.853649
0.85/0.97	c bounds 1119 >= 485 @ 0.854547
0.85/0.98	c bounds 1119 >= 486 @ 0.855405
0.85/0.98	c bounds 1119 >= 487 @ 0.856335
0.85/0.98	c bounds 1119 >= 488 @ 0.857234
0.85/0.98	c bounds 1119 >= 489 @ 0.858167
0.85/0.98	c bounds 1119 >= 490 @ 0.859088
0.85/0.98	c bounds 1119 >= 491 @ 0.859975
0.85/0.98	c bounds 1119 >= 492 @ 0.860176
0.85/0.98	c bounds 1119 >= 493 @ 0.860794
0.85/0.98	c bounds 1119 >= 494 @ 0.861665
0.85/0.98	c bounds 1119 >= 495 @ 0.862572
0.85/0.98	c bounds 1119 >= 496 @ 0.863452
0.85/0.99	c bounds 1119 >= 497 @ 0.864338
0.85/0.99	c bounds 1119 >= 498 @ 0.865257
0.85/0.99	c bounds 1119 >= 499 @ 0.866198
0.85/0.99	c bounds 1119 >= 500 @ 0.867197
0.85/0.99	c bounds 1119 >= 501 @ 0.868156
0.85/0.99	c bounds 1119 >= 502 @ 0.869084
0.85/0.99	c bounds 1119 >= 503 @ 0.869978
0.85/0.99	c bounds 1119 >= 504 @ 0.870856
0.85/0.99	c bounds 1119 >= 505 @ 0.871746
0.85/0.99	c bounds 1119 >= 506 @ 0.872623
0.85/0.99	c bounds 1119 >= 507 @ 0.873519
0.85/1.00	c bounds 1119 >= 508 @ 0.874396
0.85/1.00	c bounds 1119 >= 509 @ 0.875292
0.96/1.01	c bounds 1119 >= 510 @ 0.876206
0.96/1.01	c bounds 1119 >= 511 @ 0.877097
0.96/1.01	c bounds 1119 >= 512 @ 0.878001
0.96/1.01	c bounds 1119 >= 513 @ 0.8789
0.96/1.01	c bounds 1119 >= 514 @ 0.879787
0.96/1.01	c bounds 1119 >= 515 @ 0.880669
0.96/1.01	c bounds 1119 >= 516 @ 0.881584
0.96/1.01	c bounds 1119 >= 517 @ 0.882479
0.96/1.01	c bounds 1119 >= 518 @ 0.882661
0.96/1.01	c bounds 1119 >= 519 @ 0.883322
0.96/1.01	c bounds 1119 >= 520 @ 0.884169
0.96/1.01	c bounds 1119 >= 521 @ 0.885052
0.96/1.01	c bounds 1119 >= 522 @ 0.885953
0.96/1.01	c bounds 1119 >= 523 @ 0.886876
0.96/1.01	c bounds 1119 >= 524 @ 0.887758
0.96/1.01	c bounds 1119 >= 525 @ 0.88866
0.96/1.01	c bounds 1119 >= 526 @ 0.889553
0.96/1.01	c bounds 1119 >= 527 @ 0.890448
0.96/1.01	c bounds 1119 >= 528 @ 0.89134
0.96/1.01	c bounds 1119 >= 529 @ 0.892246
0.96/1.02	c bounds 1119 >= 530 @ 0.893142
0.96/1.02	c bounds 1119 >= 531 @ 0.894041
0.96/1.02	c bounds 1119 >= 532 @ 0.894912
0.96/1.02	c bounds 1119 >= 533 @ 0.895803
0.96/1.02	c bounds 1119 >= 534 @ 0.896697
0.96/1.02	c bounds 1119 >= 535 @ 0.897603
0.96/1.02	c bounds 1119 >= 536 @ 0.897808
0.96/1.02	c bounds 1119 >= 537 @ 0.898452
0.96/1.02	c bounds 1119 >= 538 @ 0.899332
0.96/1.02	c bounds 1119 >= 539 @ 0.900203
0.96/1.02	c bounds 1119 >= 540 @ 0.901119
0.96/1.03	c bounds 1119 >= 541 @ 0.902004
0.96/1.03	c bounds 1119 >= 542 @ 0.902906
0.96/1.03	c bounds 1119 >= 543 @ 0.903787
0.96/1.03	c bounds 1119 >= 544 @ 0.903924
0.96/1.03	c bounds 1119 >= 545 @ 0.904609
0.96/1.03	c bounds 1119 >= 546 @ 0.905501
0.96/1.03	c bounds 1119 >= 547 @ 0.906446
0.96/1.03	c bounds 1119 >= 548 @ 0.907352
0.96/1.03	c bounds 1119 >= 549 @ 0.90825
0.96/1.03	c bounds 1119 >= 550 @ 0.909135
0.96/1.03	c bounds 1119 >= 551 @ 0.910028
0.96/1.04	c bounds 1119 >= 552 @ 0.910917
0.96/1.04	c bounds 1119 >= 553 @ 0.911793
0.96/1.04	c bounds 1119 >= 554 @ 0.912697
0.96/1.04	c bounds 1119 >= 555 @ 0.913669
0.96/1.04	c bounds 1119 >= 556 @ 0.914563
0.96/1.04	c bounds 1119 >= 557 @ 0.915435
0.96/1.04	c bounds 1119 >= 558 @ 0.916302
0.96/1.04	c bounds 1119 >= 559 @ 0.9172
0.96/1.04	c bounds 1119 >= 560 @ 0.918099
0.96/1.04	c bounds 1119 >= 561 @ 0.919039
0.96/1.04	c bounds 1119 >= 562 @ 0.919238
0.96/1.05	c bounds 1119 >= 563 @ 0.919856
0.96/1.05	c bounds 1119 >= 564 @ 0.92074
0.96/1.05	c bounds 1119 >= 565 @ 0.921612
0.96/1.05	c bounds 1119 >= 566 @ 0.92249
0.96/1.05	c bounds 1119 >= 567 @ 0.923391
0.96/1.05	c bounds 1119 >= 568 @ 0.924283
0.96/1.05	c bounds 1119 >= 569 @ 0.925176
0.96/1.05	c bounds 1119 >= 570 @ 0.926083
0.96/1.05	c bounds 1119 >= 571 @ 0.926999
0.96/1.05	c bounds 1119 >= 572 @ 0.927887
0.96/1.05	c bounds 1119 >= 573 @ 0.928797
0.96/1.05	c bounds 1119 >= 574 @ 0.929685
0.96/1.06	c bounds 1119 >= 575 @ 0.930596
0.96/1.06	c bounds 1119 >= 576 @ 0.930752
0.96/1.06	c bounds 1119 >= 577 @ 0.930752
0.96/1.06	c bounds 1119 >= 578 @ 0.931428
0.96/1.06	c bounds 1119 >= 579 @ 0.932291
0.96/1.06	c bounds 1119 >= 580 @ 0.933226
0.96/1.06	c bounds 1119 >= 581 @ 0.934126
0.96/1.06	c bounds 1119 >= 582 @ 0.93501
0.96/1.06	c bounds 1119 >= 583 @ 0.935898
0.96/1.06	c bounds 1119 >= 584 @ 0.936799
0.96/1.07	c bounds 1119 >= 585 @ 0.937713
0.96/1.07	c bounds 1119 >= 586 @ 0.938637
0.96/1.07	c bounds 1119 >= 587 @ 0.939534
0.96/1.07	c bounds 1119 >= 588 @ 0.93969
0.96/1.07	c bounds 1119 >= 589 @ 0.940367
0.96/1.07	c bounds 1119 >= 590 @ 0.941279
0.96/1.07	c bounds 1119 >= 591 @ 0.942215
0.96/1.07	c bounds 1119 >= 592 @ 0.943131
0.96/1.07	c bounds 1119 >= 593 @ 0.94408
0.96/1.07	c bounds 1119 >= 594 @ 0.945002
0.96/1.07	c bounds 1119 >= 595 @ 0.945949
0.96/1.08	c bounds 1119 >= 596 @ 0.946823
0.96/1.08	c bounds 1119 >= 597 @ 0.94774
0.96/1.08	c bounds 1119 >= 598 @ 0.948638
0.96/1.08	c bounds 1119 >= 599 @ 0.949527
0.96/1.08	c bounds 1119 >= 600 @ 0.950414
0.96/1.08	c bounds 1119 >= 601 @ 0.950618
0.96/1.08	c bounds 1119 >= 602 @ 0.951261
0.96/1.08	c bounds 1119 >= 603 @ 0.952134
0.96/1.08	c bounds 1119 >= 604 @ 0.953037
0.96/1.08	c bounds 1119 >= 605 @ 0.953936
0.96/1.08	c bounds 1119 >= 606 @ 0.954873
0.96/1.09	c bounds 1119 >= 607 @ 0.955775
0.96/1.09	c bounds 1119 >= 608 @ 0.956587
0.96/1.09	c bounds 1119 >= 609 @ 0.956587
0.96/1.09	c bounds 1119 >= 610 @ 0.956587
0.96/1.09	c bounds 1119 >= 611 @ 0.95744
0.96/1.09	c bounds 1119 >= 612 @ 0.957583
0.96/1.09	c bounds 1119 >= 613 @ 0.958301
0.96/1.09	c bounds 1119 >= 614 @ 0.959211
0.96/1.09	c bounds 1119 >= 615 @ 0.960081
0.96/1.09	c bounds 1119 >= 616 @ 0.960977
0.96/1.09	c bounds 1119 >= 617 @ 0.961919
0.96/1.10	c bounds 1119 >= 618 @ 0.962833
0.96/1.10	c bounds 1119 >= 619 @ 0.963724
0.96/1.10	c bounds 1119 >= 620 @ 0.964607
0.96/1.10	c bounds 1119 >= 621 @ 0.96549
0.96/1.10	c bounds 1119 >= 622 @ 0.966399
0.96/1.10	c bounds 1119 >= 623 @ 0.967338
0.96/1.10	c bounds 1119 >= 624 @ 0.967514
0.96/1.10	c bounds 1119 >= 625 @ 0.968239
0.96/1.10	c bounds 1119 >= 626 @ 0.969194
0.96/1.10	c bounds 1119 >= 627 @ 0.9702
0.96/1.10	c bounds 1119 >= 628 @ 0.971109
0.96/1.11	c bounds 1119 >= 629 @ 0.971997
0.96/1.11	c bounds 1119 >= 630 @ 0.972902
0.96/1.11	c bounds 1119 >= 631 @ 0.973805
0.96/1.11	c bounds 1119 >= 632 @ 0.974709
1.06/1.11	c bounds 1119 >= 633 @ 0.975641
1.06/1.11	c bounds 1119 >= 634 @ 0.976579
1.06/1.11	c bounds 1119 >= 635 @ 0.977476
1.06/1.11	c bounds 1119 >= 636 @ 0.978365
1.06/1.11	c bounds 1119 >= 637 @ 0.978454
1.06/1.11	c bounds 1119 >= 638 @ 0.978454
1.06/1.11	c bounds 1119 >= 639 @ 0.979165
1.06/1.12	c bounds 1119 >= 640 @ 0.980065
1.06/1.12	c bounds 1119 >= 641 @ 0.98097
1.06/1.12	c bounds 1119 >= 642 @ 0.981875
1.06/1.12	c bounds 1119 >= 643 @ 0.982824
1.06/1.12	c bounds 1119 >= 644 @ 0.983729
1.06/1.12	c bounds 1119 >= 645 @ 0.984811
1.06/1.12	c bounds 1119 >= 646 @ 0.985515
1.06/1.12	c bounds 1119 >= 647 @ 0.986266
1.06/1.12	c bounds 1119 >= 648 @ 0.986943
1.06/1.12	c bounds 1119 >= 649 @ 0.987635
1.06/1.12	c bounds 1119 >= 650 @ 0.988334
1.06/1.12	c bounds 1119 >= 651 @ 0.989053
1.06/1.13	c bounds 1119 >= 652 @ 0.989233
1.06/1.13	c bounds 1119 >= 653 @ 0.989624
1.06/1.13	c bounds 1119 >= 654 @ 0.990281
1.06/1.13	c bounds 1119 >= 655 @ 0.990401
1.06/1.13	c bounds 1119 >= 656 @ 0.990722
1.06/1.13	c bounds 1119 >= 657 @ 0.991435
1.06/1.13	c bounds 1119 >= 658 @ 0.992147
1.06/1.13	c bounds 1119 >= 659 @ 0.992921
1.06/1.13	c bounds 1119 >= 660 @ 0.993658
1.06/1.13	c bounds 1119 >= 661 @ 0.994363
1.06/1.13	c bounds 1119 >= 662 @ 0.995065
1.06/1.13	c bounds 1119 >= 663 @ 0.995777
1.06/1.13	c bounds 1119 >= 664 @ 0.995971
1.06/1.13	c bounds 1119 >= 665 @ 0.996212
1.06/1.14	c bounds 1119 >= 666 @ 0.9969
1.06/1.14	c bounds 1119 >= 667 @ 0.997599
1.06/1.14	c bounds 1119 >= 668 @ 0.998323
1.06/1.14	c bounds 1119 >= 669 @ 0.999056
1.06/1.14	c bounds 1119 >= 670 @ 0.999763
1.06/1.14	c bounds 1119 >= 671 @ 1.00048
1.06/1.14	c bounds 1119 >= 672 @ 1.00119
1.06/1.14	c bounds 1119 >= 673 @ 1.00191
1.06/1.14	c bounds 1119 >= 674 @ 1.00213
1.06/1.14	c bounds 1119 >= 675 @ 1.00236
1.06/1.14	c bounds 1119 >= 676 @ 1.0031
1.06/1.14	c bounds 1119 >= 677 @ 1.00381
1.06/1.14	c bounds 1119 >= 678 @ 1.00453
1.06/1.14	c bounds 1119 >= 679 @ 1.00522
1.06/1.15	c bounds 1119 >= 680 @ 1.00533
1.06/1.15	c bounds 1119 >= 681 @ 1.00572
1.06/1.15	c bounds 1119 >= 682 @ 1.00643
1.06/1.15	c bounds 1119 >= 683 @ 1.00713
1.06/1.15	c bounds 1119 >= 684 @ 1.00785
1.06/1.15	c bounds 1119 >= 685 @ 1.00856
1.06/1.15	c bounds 1119 >= 686 @ 1.00932
1.06/1.15	c bounds 1119 >= 687 @ 1.01002
1.06/1.15	c bounds 1119 >= 688 @ 1.01076
1.06/1.15	c bounds 1119 >= 689 @ 1.01149
1.06/1.15	c bounds 1119 >= 690 @ 1.01221
1.06/1.15	c bounds 1119 >= 691 @ 1.0123
1.06/1.15	c bounds 1119 >= 692 @ 1.01273
1.06/1.16	c bounds 1119 >= 693 @ 1.01342
1.06/1.16	c bounds 1119 >= 694 @ 1.01415
1.06/1.16	c bounds 1119 >= 695 @ 1.01429
1.06/1.16	c bounds 1119 >= 696 @ 1.0147
1.06/1.16	c bounds 1119 >= 697 @ 1.01541
1.06/1.16	c bounds 1119 >= 698 @ 1.01611
1.06/1.16	c bounds 1119 >= 699 @ 1.01684
1.06/1.16	c bounds 1119 >= 700 @ 1.01754
1.06/1.16	c bounds 1119 >= 701 @ 1.01832
1.06/1.16	c bounds 1119 >= 702 @ 1.01903
1.06/1.16	c bounds 1119 >= 703 @ 1.01925
1.06/1.16	c bounds 1119 >= 704 @ 1.01954
1.06/1.16	c bounds 1119 >= 705 @ 1.02018
1.06/1.16	c bounds 1119 >= 706 @ 1.02088
1.06/1.17	c bounds 1119 >= 707 @ 1.0216
1.06/1.17	c bounds 1119 >= 708 @ 1.02233
1.06/1.17	c bounds 1119 >= 709 @ 1.02308
1.06/1.17	c bounds 1119 >= 710 @ 1.02383
1.06/1.17	c bounds 1119 >= 711 @ 1.02456
1.06/1.17	c bounds 1119 >= 712 @ 1.02529
1.06/1.17	c bounds 1119 >= 713 @ 1.02599
1.06/1.17	c bounds 1119 >= 714 @ 1.02673
1.06/1.17	c bounds 1119 >= 715 @ 1.02751
1.06/1.17	c bounds 1119 >= 716 @ 1.02826
1.06/1.17	c bounds 1119 >= 717 @ 1.029
1.06/1.17	c bounds 1119 >= 718 @ 1.02973
1.06/1.17	c bounds 1119 >= 719 @ 1.03045
1.06/1.17	c bounds 1119 >= 720 @ 1.03117
1.06/1.18	c bounds 1119 >= 721 @ 1.03191
1.06/1.18	c bounds 1119 >= 722 @ 1.03264
1.06/1.18	c bounds 1119 >= 723 @ 1.0334
1.06/1.18	c bounds 1119 >= 724 @ 1.03411
1.06/1.18	c bounds 1119 >= 725 @ 1.03485
1.06/1.18	c bounds 1119 >= 726 @ 1.03558
1.06/1.18	c bounds 1119 >= 727 @ 1.03632
1.06/1.18	c bounds 1119 >= 728 @ 1.03704
1.06/1.18	c bounds 1119 >= 729 @ 1.03718
1.06/1.18	c bounds 1119 >= 730 @ 1.03753
1.06/1.18	c bounds 1119 >= 731 @ 1.0382
1.06/1.18	c bounds 1119 >= 732 @ 1.03893
1.06/1.18	c bounds 1119 >= 733 @ 1.03972
1.06/1.19	c bounds 1119 >= 734 @ 1.04045
1.06/1.19	c bounds 1119 >= 735 @ 1.04117
1.06/1.19	c bounds 1119 >= 736 @ 1.0419
1.06/1.19	c bounds 1119 >= 737 @ 1.04264
1.06/1.19	c bounds 1119 >= 738 @ 1.04341
1.06/1.19	c bounds 1119 >= 739 @ 1.04416
1.06/1.19	c bounds 1119 >= 740 @ 1.04491
1.06/1.19	c bounds 1119 >= 741 @ 1.04564
1.06/1.19	c bounds 1119 >= 742 @ 1.04635
1.06/1.19	c bounds 1119 >= 743 @ 1.0471
1.06/1.19	c bounds 1119 >= 744 @ 1.0479
1.06/1.19	c bounds 1119 >= 745 @ 1.04813
1.06/1.19	c bounds 1119 >= 746 @ 1.04848
1.06/1.20	c bounds 1119 >= 747 @ 1.04915
1.15/1.20	c bounds 1119 >= 748 @ 1.0499
1.15/1.20	c bounds 1119 >= 749 @ 1.05063
1.15/1.20	c bounds 1119 >= 750 @ 1.0514
1.15/1.20	c bounds 1119 >= 751 @ 1.05215
1.15/1.20	c bounds 1119 >= 752 @ 1.05292
1.15/1.20	c bounds 1119 >= 753 @ 1.0537
1.15/1.20	c bounds 1119 >= 754 @ 1.05448
1.15/1.20	c bounds 1119 >= 755 @ 1.05531
1.15/1.20	c bounds 1119 >= 756 @ 1.05614
1.15/1.20	c bounds 1119 >= 757 @ 1.05694
1.15/1.20	c bounds 1119 >= 758 @ 1.05706
1.15/1.20	c bounds 1119 >= 759 @ 1.05749
1.15/1.21	c bounds 1119 >= 760 @ 1.05822
1.15/1.21	c bounds 1119 >= 761 @ 1.05896
1.15/1.21	c bounds 1119 >= 762 @ 1.05973
1.15/1.21	c bounds 1119 >= 763 @ 1.06046
1.15/1.21	c bounds 1119 >= 764 @ 1.06123
1.15/1.21	c bounds 1119 >= 765 @ 1.06197
1.15/1.21	c bounds 1119 >= 766 @ 1.06204
1.15/1.21	c bounds 1119 >= 767 @ 1.06249
1.15/1.21	c bounds 1119 >= 768 @ 1.06322
1.15/1.21	c bounds 1119 >= 769 @ 1.06394
1.15/1.21	c bounds 1119 >= 770 @ 1.06403
1.15/1.21	c bounds 1119 >= 771 @ 1.06448
1.15/1.21	c bounds 1119 >= 772 @ 1.06523
1.15/1.21	c bounds 1119 >= 773 @ 1.06593
1.15/1.22	c bounds 1119 >= 774 @ 1.06602
1.15/1.22	c bounds 1119 >= 775 @ 1.06645
1.15/1.22	c bounds 1119 >= 776 @ 1.06719
1.15/1.22	c bounds 1119 >= 777 @ 1.06791
1.15/1.22	c bounds 1119 >= 778 @ 1.06871
1.15/1.22	c bounds 1119 >= 779 @ 1.06948
1.15/1.22	c bounds 1119 >= 780 @ 1.07025
1.15/1.22	c bounds 1119 >= 781 @ 1.07101
1.15/1.22	c bounds 1119 >= 782 @ 1.0718
1.15/1.22	c bounds 1119 >= 783 @ 1.07259
1.15/1.22	c bounds 1119 >= 784 @ 1.07335
1.15/1.22	c bounds 1119 >= 785 @ 1.07413
1.15/1.22	c bounds 1119 >= 786 @ 1.07492
1.15/1.23	c bounds 1119 >= 787 @ 1.07568
1.15/1.23	c bounds 1119 >= 788 @ 1.07645
1.15/1.23	c bounds 1119 >= 789 @ 1.0772
1.15/1.23	c bounds 1119 >= 790 @ 1.07799
1.15/1.23	c bounds 1119 >= 791 @ 1.07878
1.15/1.23	c bounds 1119 >= 792 @ 1.07897
1.15/1.23	c bounds 1119 >= 793 @ 1.0794
1.15/1.23	c bounds 1119 >= 794 @ 1.08013
1.15/1.23	c bounds 1119 >= 795 @ 1.08091
1.15/1.23	c bounds 1119 >= 796 @ 1.08169
1.15/1.23	c bounds 1119 >= 797 @ 1.08244
1.15/1.23	c bounds 1119 >= 798 @ 1.08321
1.15/1.24	c bounds 1119 >= 799 @ 1.08398
1.15/1.24	c bounds 1119 >= 800 @ 1.08477
1.15/1.24	c bounds 1119 >= 801 @ 1.08554
1.15/1.24	c bounds 1119 >= 802 @ 1.08631
1.15/1.24	c bounds 1119 >= 803 @ 1.08707
1.15/1.24	c bounds 1119 >= 804 @ 1.08788
1.15/1.24	c bounds 1119 >= 805 @ 1.08868
1.15/1.24	c bounds 1119 >= 806 @ 1.08944
1.15/1.24	c bounds 1119 >= 807 @ 1.09022
1.15/1.24	c bounds 1119 >= 808 @ 1.09102
1.15/1.24	c bounds 1119 >= 809 @ 1.09181
1.15/1.24	c bounds 1119 >= 810 @ 1.0919
1.15/1.24	c bounds 1119 >= 811 @ 1.09241
1.15/1.25	c bounds 1119 >= 812 @ 1.09358
1.15/1.25	c bounds 1119 >= 813 @ 1.09434
1.15/1.25	c bounds 1119 >= 814 @ 1.09513
1.15/1.25	c bounds 1119 >= 815 @ 1.09588
1.15/1.25	c bounds 1119 >= 816 @ 1.09666
1.15/1.25	c bounds 1119 >= 817 @ 1.09742
1.15/1.25	c bounds 1119 >= 818 @ 1.09821
1.15/1.25	c bounds 1119 >= 819 @ 1.09901
1.15/1.25	c bounds 1119 >= 820 @ 1.09981
1.15/1.25	c bounds 1119 >= 821 @ 1.09988
1.15/1.25	c bounds 1119 >= 822 @ 1.1004
1.15/1.25	c bounds 1119 >= 823 @ 1.10124
1.15/1.26	c bounds 1119 >= 824 @ 1.10207
1.15/1.26	c bounds 1119 >= 825 @ 1.10284
1.15/1.26	c bounds 1119 >= 826 @ 1.10364
1.15/1.26	c bounds 1119 >= 827 @ 1.10439
1.15/1.26	c bounds 1119 >= 828 @ 1.10515
1.15/1.26	c bounds 1119 >= 829 @ 1.10598
1.15/1.26	c bounds 1119 >= 830 @ 1.10683
1.15/1.26	c bounds 1119 >= 831 @ 1.10761
1.15/1.26	c bounds 1119 >= 832 @ 1.10842
1.15/1.26	c bounds 1119 >= 833 @ 1.10928
1.15/1.26	c bounds 1119 >= 834 @ 1.11009
1.15/1.26	c bounds 1119 >= 835 @ 1.11043
1.15/1.26	c bounds 1119 >= 836 @ 1.11074
1.15/1.27	c bounds 1119 >= 837 @ 1.11084
1.15/1.27	c bounds 1119 >= 838 @ 1.11084
1.15/1.27	c bounds 1119 >= 839 @ 1.1112
1.15/1.27	c bounds 1119 >= 840 @ 1.11196
1.15/1.27	c bounds 1119 >= 841 @ 1.1127
1.15/1.27	c bounds 1119 >= 842 @ 1.11283
1.15/1.29	c bounds 1118 >= 842 @ 1.12949
1.15/1.29	c bounds 1118 >= 843 @ 1.13072
1.15/1.29	c bounds 1118 >= 844 @ 1.13154
1.15/1.29	c bounds 1118 >= 845 @ 1.13235
1.15/1.29	c bounds 1118 >= 846 @ 1.13318
1.15/1.29	c bounds 1118 >= 847 @ 1.13396
1.15/1.30	c bounds 1118 >= 848 @ 1.13478
1.25/1.30	c bounds 1118 >= 849 @ 1.13557
1.25/1.30	c bounds 1118 >= 850 @ 1.13575
1.25/1.30	c bounds 1118 >= 851 @ 1.13621
1.25/1.30	c bounds 1118 >= 852 @ 1.13706
1.25/1.30	c bounds 1118 >= 853 @ 1.13798
1.25/1.30	c bounds 1118 >= 854 @ 1.13881
1.25/1.30	c bounds 1118 >= 855 @ 1.13958
1.25/1.30	c bounds 1118 >= 856 @ 1.1404
1.25/1.30	c bounds 1118 >= 857 @ 1.14123
1.25/1.30	c bounds 1118 >= 858 @ 1.142
1.25/1.30	c bounds 1118 >= 859 @ 1.1428
1.25/1.30	c bounds 1118 >= 860 @ 1.14364
1.25/1.31	c bounds 1118 >= 861 @ 1.14371
1.25/1.31	c bounds 1118 >= 862 @ 1.14424
1.25/1.31	c bounds 1118 >= 863 @ 1.14508
1.25/1.31	c bounds 1118 >= 864 @ 1.14587
1.25/1.31	c bounds 1118 >= 865 @ 1.14671
1.25/1.31	c bounds 1118 >= 866 @ 1.14752
1.25/1.31	c bounds 1118 >= 867 @ 1.14839
1.25/1.31	c bounds 1118 >= 868 @ 1.14925
1.25/1.31	c bounds 1118 >= 869 @ 1.15011
1.25/1.31	c bounds 1118 >= 870 @ 1.15093
1.25/1.31	c bounds 1118 >= 871 @ 1.15172
1.25/1.31	c bounds 1118 >= 872 @ 1.15258
1.25/1.32	c bounds 1118 >= 873 @ 1.15341
1.25/1.32	c bounds 1118 >= 874 @ 1.15367
1.25/1.32	c bounds 1118 >= 875 @ 1.15412
1.25/1.32	c bounds 1118 >= 876 @ 1.1549
1.25/1.32	c bounds 1118 >= 877 @ 1.15566
1.25/1.32	c bounds 1118 >= 878 @ 1.1565
1.25/1.32	c bounds 1118 >= 879 @ 1.15666
1.25/1.32	c bounds 1118 >= 880 @ 1.15666
1.25/1.32	c bounds 1118 >= 881 @ 1.15709
1.25/1.32	c bounds 1118 >= 882 @ 1.1579
1.25/1.32	c bounds 1118 >= 883 @ 1.15869
1.25/1.32	c bounds 1118 >= 884 @ 1.1595
1.25/1.33	c bounds 1118 >= 885 @ 1.15965
1.25/1.33	c bounds 1118 >= 886 @ 1.1602
1.25/1.33	c bounds 1118 >= 887 @ 1.16101
1.25/1.33	c bounds 1118 >= 888 @ 1.1618
1.25/1.33	c bounds 1118 >= 889 @ 1.1626
1.25/1.33	c bounds 1118 >= 890 @ 1.16344
1.25/1.33	c bounds 1118 >= 891 @ 1.16359
1.25/1.33	c bounds 1118 >= 892 @ 1.16406
1.25/1.35	c bounds 1117 >= 892 @ 1.18152
1.25/1.35	c bounds 1117 >= 893 @ 1.18266
1.25/1.35	c bounds 1117 >= 894 @ 1.18346
1.25/1.35	c bounds 1117 >= 895 @ 1.18433
1.25/1.35	c bounds 1117 >= 896 @ 1.18517
1.25/1.36	c bounds 1117 >= 897 @ 1.18595
1.25/1.36	c bounds 1117 >= 898 @ 1.18673
1.25/1.36	c bounds 1117 >= 899 @ 1.18754
1.25/1.36	c bounds 1117 >= 900 @ 1.18833
1.25/1.36	c bounds 1117 >= 901 @ 1.18911
1.25/1.36	c bounds 1117 >= 902 @ 1.18943
1.25/1.36	c bounds 1117 >= 903 @ 1.18973
1.25/1.36	c bounds 1117 >= 904 @ 1.19043
1.25/1.36	c bounds 1117 >= 905 @ 1.19052
1.25/1.36	c bounds 1117 >= 906 @ 1.19107
1.25/1.36	c bounds 1117 >= 907 @ 1.19184
1.25/1.36	c bounds 1117 >= 908 @ 1.19269
1.25/1.36	c bounds 1117 >= 909 @ 1.19348
1.25/1.37	c bounds 1117 >= 910 @ 1.19429
1.25/1.37	c bounds 1117 >= 911 @ 1.1945
1.25/1.37	c bounds 1117 >= 912 @ 1.19498
1.25/1.37	c bounds 1117 >= 913 @ 1.19579
1.25/1.37	c bounds 1117 >= 914 @ 1.19656
1.25/1.37	c bounds 1117 >= 915 @ 1.19733
1.25/1.37	c bounds 1117 >= 916 @ 1.19749
1.25/1.37	c bounds 1117 >= 917 @ 1.19749
1.25/1.37	c bounds 1117 >= 918 @ 1.19781
1.25/1.37	c bounds 1117 >= 919 @ 1.19852
1.25/1.37	c bounds 1117 >= 920 @ 1.19935
1.25/1.37	c bounds 1117 >= 921 @ 1.19948
1.25/1.38	c bounds 1117 >= 922 @ 1.19995
1.25/1.38	c bounds 1117 >= 923 @ 1.20079
1.25/1.38	c bounds 1117 >= 924 @ 1.20165
1.25/1.38	c bounds 1117 >= 925 @ 1.20252
1.25/1.38	c bounds 1117 >= 926 @ 1.20339
1.25/1.38	c bounds 1117 >= 927 @ 1.20347
1.25/1.38	c bounds 1117 >= 928 @ 1.20347
1.25/1.38	c bounds 1117 >= 929 @ 1.20414
1.25/1.38	c bounds 1117 >= 930 @ 1.20446
1.25/1.38	c bounds 1117 >= 931 @ 1.205
1.25/1.38	c bounds 1117 >= 932 @ 1.20592
1.25/1.39	c bounds 1117 >= 933 @ 1.20688
1.25/1.39	c bounds 1117 >= 934 @ 1.20788
1.25/1.39	c bounds 1117 >= 935 @ 1.20887
1.25/1.39	c bounds 1117 >= 936 @ 1.20989
1.35/1.42	c bounds 1116 >= 936 @ 1.2348
1.35/1.42	c bounds 1116 >= 937 @ 1.23644
1.35/1.42	c bounds 1116 >= 938 @ 1.23758
1.35/1.42	c bounds 1116 >= 939 @ 1.23865
1.35/1.42	c bounds 1116 >= 940 @ 1.23986
1.35/1.42	c bounds 1116 >= 941 @ 1.24091
1.35/1.42	c bounds 1116 >= 942 @ 1.24192
1.35/1.43	c bounds 1116 >= 943 @ 1.24234
1.35/1.43	c bounds 1116 >= 944 @ 1.24234
1.35/1.43	c bounds 1116 >= 945 @ 1.24308
1.35/1.43	c bounds 1116 >= 946 @ 1.24339
1.35/1.43	c bounds 1116 >= 947 @ 1.2445
1.35/1.43	c bounds 1116 >= 948 @ 1.24568
1.35/1.43	c bounds 1116 >= 949 @ 1.2471
1.35/1.43	c bounds 1116 >= 950 @ 1.24763
1.35/1.44	c bounds 1116 >= 951 @ 1.24874
1.35/1.44	c bounds 1116 >= 952 @ 1.25006
1.35/1.44	c bounds 1116 >= 953 @ 1.25029
1.35/1.44	c bounds 1116 >= 954 @ 1.2515
1.35/1.44	c bounds 1116 >= 955 @ 1.25265
1.35/1.44	c bounds 1116 >= 956 @ 1.2539
1.35/1.44	c bounds 1116 >= 957 @ 1.255
1.35/1.44	c bounds 1116 >= 958 @ 1.25526
1.35/1.45	c bounds 1116 >= 959 @ 1.25546
1.35/1.45	c bounds 1116 >= 960 @ 1.25664
1.35/1.45	c bounds 1116 >= 961 @ 1.25725
1.35/1.48	c bounds 1115 >= 961 @ 1.29272
1.35/1.49	c bounds 1115 >= 962 @ 1.29551
1.35/1.49	c bounds 1115 >= 963 @ 1.29651
1.35/1.49	c bounds 1115 >= 964 @ 1.29712
1.35/1.49	c bounds 1115 >= 965 @ 1.29776
1.35/1.49	c bounds 1115 >= 966 @ 1.29897
1.35/1.49	c bounds 1115 >= 967 @ 1.30066
1.45/1.50	c bounds 1115 >= 968 @ 1.3019
1.45/1.50	c bounds 1115 >= 969 @ 1.30363
1.45/1.50	c bounds 1115 >= 970 @ 1.30435
1.45/1.50	c bounds 1115 >= 971 @ 1.30636
1.45/1.50	c bounds 1115 >= 972 @ 1.30708
1.45/1.51	c bounds 1115 >= 973 @ 1.30865
1.45/1.51	c bounds 1115 >= 974 @ 1.30957
1.45/1.56	c bounds 1114 >= 974 @ 1.35403
1.45/1.56	c bounds 1114 >= 975 @ 1.35611
1.45/1.56	c bounds 1114 >= 976 @ 1.35901
1.45/1.56	c bounds 1114 >= 977 @ 1.36174
1.45/1.57	c bounds 1114 >= 978 @ 1.36437
1.45/1.57	c bounds 1114 >= 979 @ 1.36638
1.45/1.57	c bounds 1114 >= 980 @ 1.36738
1.45/1.58	c bounds 1114 >= 981 @ 1.37478
1.55/1.66	c bounds 1113 >= 981 @ 1.4407
1.55/1.67	c bounds 1113 >= 982 @ 1.44985
1.55/1.67	c bounds 1113 >= 983 @ 1.45669
1.55/1.69	c bounds 1113 >= 984 @ 1.46976
1.64/1.72	c bounds 1112 >= 984 @ 1.5007
1.64/1.74	c bounds 1112 >= 985 @ 1.52387
1.64/1.78	c bounds 1111 >= 985 @ 1.55561
1.75/1.80	c bounds 1110 >= 985 @ 1.5821
1.75/1.86	c #Conflicts:       1000 | #Constraints:       8483
1.75/1.86	c bounds 1110 >= 986 @ 1.63786
1.75/1.89	c bounds 1109 >= 986 @ 1.664
1.85/1.91	c bounds 1108 >= 986 @ 1.68928
1.85/1.94	c bounds 1107 >= 986 @ 1.72056
1.85/1.98	c bounds 1106 >= 986 @ 1.75109
1.96/2.02	c bounds 1105 >= 986 @ 1.78685
2.25/2.33	c bounds 1105 >= 987 @ 2.08951
2.25/2.37	c bounds 1104 >= 987 @ 2.11907
2.25/2.39	c bounds 1103 >= 987 @ 2.14061
2.34/2.41	c bounds 1102 >= 987 @ 2.16274
2.34/2.44	c bounds 1101 >= 987 @ 2.18536
2.34/2.46	c bounds 1100 >= 987 @ 2.20892
2.64/2.73	c #Conflicts:       2000 | #Constraints:       9571
2.64/2.73	c INPROCESSING
2.64/2.73	c GARBAGE COLLECT
2.64/2.73	c rational objective 987
2.75/2.81	c bounds 1099 >= 987 @ 2.54693
2.75/2.85	c bounds 1098 >= 987 @ 2.58248
2.75/2.88	c bounds 1097 >= 987 @ 2.61254
2.85/2.91	c bounds 1096 >= 987 @ 2.64206
2.85/2.94	c bounds 1095 >= 987 @ 2.67205
2.85/2.97	c bounds 1094 >= 987 @ 2.70095
2.85/3.00	c bounds 1093 >= 987 @ 2.72921
2.96/3.05	c bounds 1092 >= 987 @ 2.77446
2.96/3.09	c bounds 1091 >= 987 @ 2.8164
3.06/3.13	c bounds 1090 >= 987 @ 2.85359
3.06/3.18	c bounds 1089 >= 987 @ 2.89626
3.14/3.21	c #Conflicts:       3000 | #Constraints:       8443
3.14/3.21	c bounds 1088 >= 987 @ 2.93304
3.24/3.31	c bounds 1088 >= 988 @ 3.0288
3.24/3.36	c bounds 1087 >= 988 @ 3.07407
3.24/3.39	c bounds 1086 >= 988 @ 3.10879
3.34/3.43	c bounds 1085 >= 988 @ 3.14255
3.34/3.46	c bounds 1084 >= 988 @ 3.17666
3.84/3.90	c bounds 1084 >= 989 @ 3.60107
3.84/3.94	c #Conflicts:       4000 | #Constraints:       9491
3.84/3.94	c bounds 1083 >= 989 @ 3.64085
3.84/3.97	c bounds 1082 >= 989 @ 3.67037
3.84/4.00	c bounds 1081 >= 989 @ 3.69893
4.25/4.34	c INPROCESSING
4.25/4.34	c GARBAGE COLLECT
4.25/4.34	c rational objective 989
4.34/4.44	c bounds 1080 >= 989 @ 4.11164
4.34/4.46	c bounds 1079 >= 989 @ 4.13899
4.44/4.50	c bounds 1078 >= 989 @ 4.17536
4.44/4.57	c bounds 1077 >= 989 @ 4.23723
4.54/4.62	c bounds 1076 >= 989 @ 4.288
4.54/4.68	c bounds 1075 >= 989 @ 4.3458
4.64/4.72	c #Conflicts:       5000 | #Constraints:       8797
4.64/4.72	c bounds 1074 >= 989 @ 4.39305
4.64/4.78	c bounds 1073 >= 989 @ 4.4443
4.74/4.83	c bounds 1072 >= 989 @ 4.49087
4.74/4.88	c bounds 1071 >= 989 @ 4.53927
4.84/4.98	c bounds 1070 >= 989 @ 4.63587
5.34/5.43	c bounds 1070 >= 990 @ 5.08136
5.34/5.47	c #Conflicts:       6000 | #Constraints:       9859
5.34/5.47	c bounds 1069 >= 990 @ 5.12086
5.43/5.57	c bounds 1068 >= 990 @ 5.21511
5.53/5.65	c bounds 1067 >= 990 @ 5.29318
5.64/5.80	c INPROCESSING
5.64/5.80	c GARBAGE COLLECT
5.64/5.80	c bounds 1066 >= 990 @ 5.43476
5.83/5.93	c #Conflicts:       7000 | #Constraints:       8826
5.83/5.93	c bounds 1065 >= 990 @ 5.57232
5.83/6.00	c bounds 1064 >= 990 @ 5.63745
6.24/6.34	c bounds 1063 >= 990 @ 5.97406
7.94/8.03	c #Conflicts:       8000 | #Constraints:       9837
7.94/8.03	c #Conflicts:       9000 | #Constraints:      10837
7.94/8.03	c INPROCESSING
7.94/8.03	c GARBAGE COLLECT
7.94/8.03	c rational objective 990
8.04/8.13	c bounds 1062 >= 990 @ 7.72469
8.04/8.17	c bounds 1061 >= 990 @ 7.76608
8.12/8.21	c bounds 1060 >= 990 @ 7.80963
8.12/8.25	c bounds 1059 >= 990 @ 7.84994
8.23/8.30	c bounds 1058 >= 990 @ 7.89764
8.23/8.36	c bounds 1057 >= 990 @ 7.94956
8.33/8.45	c #Conflicts:      10000 | #Constraints:       9533
8.33/8.45	c bounds 1056 >= 990 @ 8.04303
8.43/8.53	c bounds 1055 >= 990 @ 8.12319
8.62/8.75	c bounds 1054 >= 990 @ 8.33177
9.42/9.55	c #Conflicts:      11000 | #Constraints:      10547
9.42/9.55	c #Conflicts:      12000 | #Constraints:      11547
9.42/9.55	c INPROCESSING
9.42/9.55	c GARBAGE COLLECT
9.42/9.55	c rational objective 990
10.72/10.88	c #Conflicts:      13000 | #Constraints:       9983
10.72/10.88	c #Conflicts:      14000 | #Constraints:      10984
10.72/10.88	c #Conflicts:      15000 | #Constraints:      11987
10.72/10.88	c INPROCESSING
10.72/10.88	c GARBAGE COLLECT
10.72/10.88	c rational objective 990
11.21/11.36	c bounds 1054 >= 991 @ 10.8847
12.03/12.15	c #Conflicts:      16000 | #Constraints:      10283
12.03/12.15	c #Conflicts:      17000 | #Constraints:      11283
12.03/12.15	c bounds 1054 >= 992 @ 11.6637
13.21/13.34	c #Conflicts:      18000 | #Constraints:      12340
13.21/13.34	c INPROCESSING
13.21/13.34	c GARBAGE COLLECT
13.21/13.34	c #Conflicts:      19000 | #Constraints:      10275
13.21/13.34	c bounds 1053 >= 992 @ 12.8183
14.10/14.21	c #Conflicts:      20000 | #Constraints:      11316
14.10/14.21	c #Conflicts:      21000 | #Constraints:      12316
14.10/14.21	c INPROCESSING
14.10/14.21	c GARBAGE COLLECT
14.10/14.21	c rational objective 992
15.30/15.42	c #Conflicts:      22000 | #Constraints:      10129
15.30/15.42	c #Conflicts:      23000 | #Constraints:      11129
15.30/15.42	c #Conflicts:      24000 | #Constraints:      12129
15.30/15.42	c bounds 1053 >= 993 @ 14.8455
15.60/15.79	c #Conflicts:      25000 | #Constraints:      13192
15.60/15.79	c INPROCESSING
15.60/15.79	c GARBAGE COLLECT
15.60/15.79	c rational objective 993
16.59/16.75	c #Conflicts:      26000 | #Constraints:      10721
16.59/16.75	c #Conflicts:      27000 | #Constraints:      11730
16.59/16.75	c bounds 1052 >= 993 @ 16.1383
18.69/18.88	c #Conflicts:      28000 | #Constraints:      12739
18.69/18.88	c #Conflicts:      29000 | #Constraints:      13739
18.69/18.88	c INPROCESSING
18.69/18.88	c GARBAGE COLLECT
18.69/18.88	c rational objective 993
19.19/19.38	c #Conflicts:      30000 | #Constraints:      11144
19.19/19.38	c bounds 1051 >= 993 @ 18.731
20.38/20.51	c #Conflicts:      31000 | #Constraints:      12147
20.38/20.51	c #Conflicts:      32000 | #Constraints:      13186
20.38/20.51	c bounds 1050 >= 993 @ 19.834
20.89/21.05	c #Conflicts:      33000 | #Constraints:      14206
20.89/21.05	c INPROCESSING
20.89/21.05	c GARBAGE COLLECT
20.89/21.05	c rational objective 993
22.77/22.97	c #Conflicts:      34000 | #Constraints:      11409
22.77/22.97	c #Conflicts:      35000 | #Constraints:      12409
22.77/22.97	c #Conflicts:      36000 | #Constraints:      13409
22.77/22.97	c #Conflicts:      37000 | #Constraints:      14409
22.77/22.97	c INPROCESSING
22.77/22.97	c GARBAGE COLLECT
22.77/22.97	c rational objective 993
24.36/24.59	c #Conflicts:      38000 | #Constraints:      11412
24.36/24.59	c #Conflicts:      39000 | #Constraints:      12413
24.36/24.59	c #Conflicts:      40000 | #Constraints:      13452
24.36/24.59	c bounds 1049 >= 993 @ 23.8155
25.26/25.43	c #Conflicts:      41000 | #Constraints:      14463
25.26/25.43	c INPROCESSING
25.26/25.43	c GARBAGE COLLECT
25.26/25.43	c rational objective 993
27.05/27.27	c #Conflicts:      42000 | #Constraints:      11208
27.05/27.27	c #Conflicts:      43000 | #Constraints:      12208
27.05/27.27	c #Conflicts:      44000 | #Constraints:      13208
27.05/27.27	c #Conflicts:      45000 | #Constraints:      14208
27.05/27.27	c #Conflicts:      46000 | #Constraints:      15208
27.05/27.27	c INPROCESSING
27.05/27.27	c GARBAGE COLLECT
27.05/27.27	c rational objective 993
27.25/27.42	c bounds 1048 >= 993 @ 26.5693
27.45/27.65	c #Conflicts:      47000 | #Constraints:      11804
27.45/27.65	c bounds 1047 >= 993 @ 26.7963
29.15/29.37	c #Conflicts:      48000 | #Constraints:      12811
29.15/29.37	c #Conflicts:      49000 | #Constraints:      13858
29.15/29.37	c bounds 1046 >= 993 @ 28.4748
31.54/31.72	c #Conflicts:      50000 | #Constraints:      14947
31.54/31.72	c #Conflicts:      51000 | #Constraints:      15947
31.54/31.72	c INPROCESSING
31.54/31.72	c GARBAGE COLLECT
31.54/31.72	c rational objective 993
31.95/32.17	c #Conflicts:      52000 | #Constraints:      12261
31.95/32.17	c bounds 1045 >= 993 @ 31.2359
32.44/32.62	c bounds 1044 >= 993 @ 31.6662
32.85/33.10	c #Conflicts:      53000 | #Constraints:      13264
32.85/33.10	c bounds 1043 >= 993 @ 32.1427
34.24/36.40	c #Conflicts:      54000 | #Constraints:      14266
34.24/36.40	c #Conflicts:      55000 | #Constraints:      15271
34.24/36.40	c bounds 1042 >= 993 @ 33.4014
36.53/38.75	c #Conflicts:      56000 | #Constraints:      16282
36.53/38.75	c INPROCESSING
36.53/38.75	c GARBAGE COLLECT
36.53/38.75	c rational objective 993
39.71/41.99	c #Conflicts:      57000 | #Constraints:      12443
39.71/41.99	c #Conflicts:      58000 | #Constraints:      13443
39.71/41.99	c #Conflicts:      59000 | #Constraints:      14444
39.71/41.99	c #Conflicts:      60000 | #Constraints:      15474
39.71/41.99	c #Conflicts:      61000 | #Constraints:      16545
39.71/41.99	c INPROCESSING
39.71/41.99	c GARBAGE COLLECT
39.71/41.99	c rational objective 993
41.12/43.32	c #Conflicts:      62000 | #Constraints:      12487
41.12/43.32	c #Conflicts:      63000 | #Constraints:      13487
41.12/43.32	c #Conflicts:      64000 | #Constraints:      14487
41.12/43.32	c bounds 1042 >= 994 @ 40.1777
42.40/44.60	c #Conflicts:      65000 | #Constraints:      15553
42.40/44.60	c #Conflicts:      66000 | #Constraints:      16553
42.40/44.60	c INPROCESSING
42.40/44.60	c GARBAGE COLLECT
42.40/44.60	c rational objective 994
45.30/47.57	c #Conflicts:      67000 | #Constraints:      12297
45.30/47.57	c #Conflicts:      68000 | #Constraints:      13297
45.30/47.57	c #Conflicts:      69000 | #Constraints:      14297
45.30/47.57	c #Conflicts:      70000 | #Constraints:      15298
45.30/47.57	c #Conflicts:      71000 | #Constraints:      16323
45.30/47.57	c #Conflicts:      72000 | #Constraints:      17361
45.30/47.57	c INPROCESSING
45.30/47.57	c GARBAGE COLLECT
45.30/47.57	c rational objective 994
47.98/50.28	c #Conflicts:      73000 | #Constraints:      12849
47.98/50.28	c #Conflicts:      74000 | #Constraints:      13849
47.98/50.28	c #Conflicts:      75000 | #Constraints:      14849
47.98/50.28	c #Conflicts:      76000 | #Constraints:      15849
47.98/50.28	c #Conflicts:      77000 | #Constraints:      16849
47.98/50.28	c #Conflicts:      78000 | #Constraints:      17849
47.98/50.28	c INPROCESSING
47.98/50.28	c GARBAGE COLLECT
47.98/50.28	c rational objective 994
50.58/52.85	c #Conflicts:      79000 | #Constraints:      13239
50.58/52.85	c #Conflicts:      80000 | #Constraints:      14239
50.58/52.85	c #Conflicts:      81000 | #Constraints:      15239
50.58/52.85	c #Conflicts:      82000 | #Constraints:      16239
50.58/52.85	c #Conflicts:      83000 | #Constraints:      17239
50.58/52.85	c #Conflicts:      84000 | #Constraints:      18239
50.58/52.85	c INPROCESSING
50.58/52.85	c GARBAGE COLLECT
50.58/52.85	c rational objective 994
54.47/56.75	c #Conflicts:      85000 | #Constraints:      13458
54.47/56.75	c #Conflicts:      86000 | #Constraints:      14474
54.47/56.75	c #Conflicts:      87000 | #Constraints:      15553
54.47/56.75	c #Conflicts:      88000 | #Constraints:      16630
54.47/56.75	c #Conflicts:      89000 | #Constraints:      17687
54.47/56.75	c #Conflicts:      90000 | #Constraints:      18745
54.47/56.75	c INPROCESSING
54.47/56.75	c GARBAGE COLLECT
54.47/56.75	c rational objective 994
57.37/59.70	c #Conflicts:      91000 | #Constraints:      13573
57.37/59.70	c #Conflicts:      92000 | #Constraints:      14573
57.37/59.70	c #Conflicts:      93000 | #Constraints:      15573
57.37/59.70	c #Conflicts:      94000 | #Constraints:      16573
57.37/59.70	c #Conflicts:      95000 | #Constraints:      17573
57.37/59.70	c #Conflicts:      96000 | #Constraints:      18573
57.37/59.70	c INPROCESSING
57.37/59.70	c GARBAGE COLLECT
57.37/59.70	c rational objective 994
58.26/60.55	c #Conflicts:      97000 | #Constraints:      13326
58.26/60.55	c #Conflicts:      98000 | #Constraints:      14326
58.26/60.55	c bounds 1042 >= 995 @ 56.989
60.15/62.48	c #Conflicts:      99000 | #Constraints:      15395
60.15/62.48	c #Conflicts:     100000 | #Constraints:      16395
60.15/62.48	c #Conflicts:     101000 | #Constraints:      17395
60.15/62.48	c #Conflicts:     102000 | #Constraints:      18395
60.15/62.48	c #Conflicts:     103000 | #Constraints:      19395
60.15/62.48	c INPROCESSING
60.15/62.48	c GARBAGE COLLECT
60.15/62.48	c rational objective 995
66.30/71.20	c #Conflicts:     104000 | #Constraints:      13956
66.30/71.20	c #Conflicts:     105000 | #Constraints:      14958
66.30/71.20	c #Conflicts:     106000 | #Constraints:      16009
66.30/71.20	c #Conflicts:     107000 | #Constraints:      17077
66.30/71.20	c #Conflicts:     108000 | #Constraints:      18145
66.30/71.20	c #Conflicts:     109000 | #Constraints:      19184
66.30/71.20	c #Conflicts:     110000 | #Constraints:      20235
66.30/71.20	c INPROCESSING
66.30/71.20	c GARBAGE COLLECT
66.30/71.20	c rational objective 995
69.89/74.82	c #Conflicts:     111000 | #Constraints:      14436
69.89/74.82	c #Conflicts:     112000 | #Constraints:      15436
69.89/74.82	c #Conflicts:     113000 | #Constraints:      16436
69.89/74.82	c #Conflicts:     114000 | #Constraints:      17436
69.89/74.82	c #Conflicts:     115000 | #Constraints:      18436
69.89/74.82	c #Conflicts:     116000 | #Constraints:      19436
69.89/74.82	c #Conflicts:     117000 | #Constraints:      20436
69.89/74.82	c INPROCESSING
69.89/74.82	c GARBAGE COLLECT
69.89/74.82	c rational objective 995
73.09/78.10	c #Conflicts:     118000 | #Constraints:      14570
73.09/78.10	c #Conflicts:     119000 | #Constraints:      15570
73.09/78.10	c #Conflicts:     120000 | #Constraints:      16570
73.09/78.10	c #Conflicts:     121000 | #Constraints:      17570
73.09/78.10	c #Conflicts:     122000 | #Constraints:      18570
73.09/78.10	c #Conflicts:     123000 | #Constraints:      19570
73.09/78.10	c #Conflicts:     124000 | #Constraints:      20570
73.09/78.10	c INPROCESSING
73.09/78.10	c GARBAGE COLLECT
73.09/78.10	c rational objective 995
78.17/83.18	c #Conflicts:     125000 | #Constraints:      14534
78.17/83.18	c #Conflicts:     126000 | #Constraints:      15562
78.17/83.18	c #Conflicts:     127000 | #Constraints:      16626
78.17/83.18	c #Conflicts:     128000 | #Constraints:      17690
78.17/83.18	c #Conflicts:     129000 | #Constraints:      18750
78.17/83.18	c #Conflicts:     130000 | #Constraints:      19786
78.17/83.18	c #Conflicts:     131000 | #Constraints:      20836
78.17/83.18	c INPROCESSING
78.17/83.18	c GARBAGE COLLECT
78.17/83.18	c rational objective 995
82.16/87.17	c #Conflicts:     132000 | #Constraints:      14449
82.16/87.17	c #Conflicts:     133000 | #Constraints:      15449
82.16/87.17	c #Conflicts:     134000 | #Constraints:      16449
82.16/87.17	c #Conflicts:     135000 | #Constraints:      17449
82.16/87.17	c #Conflicts:     136000 | #Constraints:      18449
82.16/87.17	c #Conflicts:     137000 | #Constraints:      19449
82.16/87.17	c #Conflicts:     138000 | #Constraints:      20449
82.16/87.17	c #Conflicts:     139000 | #Constraints:      21449
82.16/87.17	c INPROCESSING
82.16/87.17	c GARBAGE COLLECT
82.16/87.17	c rational objective 995
85.93/90.95	c #Conflicts:     140000 | #Constraints:      14986
85.93/90.95	c #Conflicts:     141000 | #Constraints:      15986
85.93/90.95	c #Conflicts:     142000 | #Constraints:      16986
85.93/90.95	c #Conflicts:     143000 | #Constraints:      17986
85.93/90.95	c #Conflicts:     144000 | #Constraints:      18986
85.93/90.95	c #Conflicts:     145000 | #Constraints:      19986
85.93/90.95	c #Conflicts:     146000 | #Constraints:      20986
85.93/90.95	c #Conflicts:     147000 | #Constraints:      21986
85.93/90.95	c INPROCESSING
85.93/90.95	c GARBAGE COLLECT
85.93/90.95	c rational objective 995
93.72/100.79	c #Conflicts:     148000 | #Constraints:      15375
93.72/100.79	c #Conflicts:     149000 | #Constraints:      16375
93.72/100.79	c #Conflicts:     150000 | #Constraints:      17375
93.72/100.79	c #Conflicts:     151000 | #Constraints:      18375
93.72/100.79	c #Conflicts:     152000 | #Constraints:      19393
93.72/100.79	c #Conflicts:     153000 | #Constraints:      20482
93.72/100.79	c #Conflicts:     154000 | #Constraints:      21543
93.72/100.79	c #Conflicts:     155000 | #Constraints:      22610
93.72/100.79	c INPROCESSING
93.72/100.79	c GARBAGE COLLECT
93.72/100.79	c rational objective 995
98.50/105.59	c #Conflicts:     156000 | #Constraints:      15577
98.50/105.59	c #Conflicts:     157000 | #Constraints:      16577
98.50/105.59	c #Conflicts:     158000 | #Constraints:      17577
98.50/105.59	c #Conflicts:     159000 | #Constraints:      18577
98.50/105.59	c #Conflicts:     160000 | #Constraints:      19577
98.50/105.59	c #Conflicts:     161000 | #Constraints:      20577
98.50/105.59	c #Conflicts:     162000 | #Constraints:      21577
98.50/105.59	c #Conflicts:     163000 | #Constraints:      22577
98.50/105.59	c INPROCESSING
98.50/105.59	c GARBAGE COLLECT
98.50/105.59	c rational objective 995
103.00/110.07	c #Conflicts:     164000 | #Constraints:      15557
103.00/110.07	c #Conflicts:     165000 | #Constraints:      16557
103.00/110.07	c #Conflicts:     166000 | #Constraints:      17557
103.00/110.07	c #Conflicts:     167000 | #Constraints:      18557
103.00/110.07	c #Conflicts:     168000 | #Constraints:      19557
103.00/110.07	c #Conflicts:     169000 | #Constraints:      20557
103.00/110.07	c #Conflicts:     170000 | #Constraints:      21557
103.00/110.07	c #Conflicts:     171000 | #Constraints:      22557
103.00/110.07	c INPROCESSING
103.00/110.07	c GARBAGE COLLECT
103.00/110.07	c rational objective 995
109.67/116.74	c #Conflicts:     172000 | #Constraints:      15345
109.67/116.74	c #Conflicts:     173000 | #Constraints:      16384
109.67/116.74	c #Conflicts:     174000 | #Constraints:      17471
109.67/116.74	c #Conflicts:     175000 | #Constraints:      18523
109.67/116.74	c #Conflicts:     176000 | #Constraints:      19590
109.67/116.74	c #Conflicts:     177000 | #Constraints:      20644
109.67/116.74	c #Conflicts:     178000 | #Constraints:      21700
109.67/116.74	c #Conflicts:     179000 | #Constraints:      22760
109.67/116.74	c #Conflicts:     180000 | #Constraints:      23826
109.67/116.74	c INPROCESSING
109.67/116.74	c GARBAGE COLLECT
109.67/116.74	c rational objective 995
115.15/122.21	c #Conflicts:     181000 | #Constraints:      16143
115.15/122.21	c #Conflicts:     182000 | #Constraints:      17143
115.15/122.21	c #Conflicts:     183000 | #Constraints:      18143
115.15/122.21	c #Conflicts:     184000 | #Constraints:      19143
115.15/122.21	c #Conflicts:     185000 | #Constraints:      20143
115.15/122.21	c #Conflicts:     186000 | #Constraints:      21143
115.15/122.21	c #Conflicts:     187000 | #Constraints:      22143
115.15/122.21	c #Conflicts:     188000 | #Constraints:      23143
115.15/122.21	c #Conflicts:     189000 | #Constraints:      24143
115.15/122.21	c INPROCESSING
115.15/122.21	c GARBAGE COLLECT
115.15/122.21	c rational objective 995
121.28/129.63	c #Conflicts:     190000 | #Constraints:      16432
121.28/129.63	c #Conflicts:     191000 | #Constraints:      17432
121.28/129.63	c #Conflicts:     192000 | #Constraints:      18432
121.28/129.63	c #Conflicts:     193000 | #Constraints:      19432
121.28/129.63	c #Conflicts:     194000 | #Constraints:      20432
121.28/129.63	c #Conflicts:     195000 | #Constraints:      21432
121.28/129.63	c #Conflicts:     196000 | #Constraints:      22432
121.28/129.63	c #Conflicts:     197000 | #Constraints:      23432
121.28/129.63	c bounds 1042 >= 996 @ 118.817
121.80/130.19	c #Conflicts:     198000 | #Constraints:      24522
121.80/130.19	c INPROCESSING
121.80/130.19	c GARBAGE COLLECT
121.80/130.19	c rational objective 996
124.08/132.46	c #Conflicts:     199000 | #Constraints:      16575
124.08/132.46	c #Conflicts:     200000 | #Constraints:      17606
124.08/132.46	c #Conflicts:     201000 | #Constraints:      18663
124.08/132.46	c bounds 1041 >= 996 @ 121.575
129.46/137.81	c #Conflicts:     202000 | #Constraints:      19722
129.46/137.81	c #Conflicts:     203000 | #Constraints:      20741
129.46/137.81	c #Conflicts:     204000 | #Constraints:      21784
129.46/137.81	c #Conflicts:     205000 | #Constraints:      22841
129.46/137.81	c #Conflicts:     206000 | #Constraints:      23933
129.46/137.81	c #Conflicts:     207000 | #Constraints:      24999
129.46/137.81	c INPROCESSING
129.46/137.81	c GARBAGE COLLECT
129.46/137.81	c rational objective 996
135.65/144.06	c #Conflicts:     208000 | #Constraints:      16770
135.65/144.06	c #Conflicts:     209000 | #Constraints:      17770
135.65/144.06	c #Conflicts:     210000 | #Constraints:      18770
135.65/144.06	c #Conflicts:     211000 | #Constraints:      19770
135.65/144.06	c #Conflicts:     212000 | #Constraints:      20770
135.65/144.06	c #Conflicts:     213000 | #Constraints:      21770
135.65/144.06	c #Conflicts:     214000 | #Constraints:      22770
135.65/144.06	c #Conflicts:     215000 | #Constraints:      23770
135.65/144.06	c #Conflicts:     216000 | #Constraints:      24770
135.65/144.06	c INPROCESSING
135.65/144.06	c GARBAGE COLLECT
135.65/144.06	c rational objective 996
142.81/151.21	c #Conflicts:     217000 | #Constraints:      16478
142.81/151.21	c #Conflicts:     218000 | #Constraints:      17504
142.81/151.21	c #Conflicts:     219000 | #Constraints:      18573
142.81/151.21	c #Conflicts:     220000 | #Constraints:      19644
142.81/151.21	c #Conflicts:     221000 | #Constraints:      20701
142.81/151.21	c #Conflicts:     222000 | #Constraints:      21742
142.81/151.21	c #Conflicts:     223000 | #Constraints:      22778
142.81/151.21	c #Conflicts:     224000 | #Constraints:      23820
142.81/151.21	c #Conflicts:     225000 | #Constraints:      24862
142.81/151.21	c #Conflicts:     226000 | #Constraints:      25926
142.81/151.21	c INPROCESSING
142.81/151.21	c GARBAGE COLLECT
142.81/151.21	c rational objective 996
150.13/160.74	c #Conflicts:     227000 | #Constraints:      17199
150.13/160.74	c #Conflicts:     228000 | #Constraints:      18199
150.13/160.74	c #Conflicts:     229000 | #Constraints:      19199
150.13/160.74	c #Conflicts:     230000 | #Constraints:      20199
150.13/160.74	c #Conflicts:     231000 | #Constraints:      21199
150.13/160.74	c #Conflicts:     232000 | #Constraints:      22199
150.13/160.74	c #Conflicts:     233000 | #Constraints:      23199
150.13/160.74	c #Conflicts:     234000 | #Constraints:      24199
150.13/160.74	c #Conflicts:     235000 | #Constraints:      25199
150.13/160.74	c #Conflicts:     236000 | #Constraints:      26199
150.13/160.74	c INPROCESSING
150.13/160.74	c GARBAGE COLLECT
150.13/160.74	c rational objective 996
156.71/167.37	c #Conflicts:     237000 | #Constraints:      17497
156.71/167.37	c #Conflicts:     238000 | #Constraints:      18497
156.71/167.37	c #Conflicts:     239000 | #Constraints:      19497
156.71/167.37	c #Conflicts:     240000 | #Constraints:      20497
156.71/167.37	c #Conflicts:     241000 | #Constraints:      21497
156.71/167.37	c #Conflicts:     242000 | #Constraints:      22497
156.71/167.37	c #Conflicts:     243000 | #Constraints:      23497
156.71/167.37	c #Conflicts:     244000 | #Constraints:      24497
156.71/167.37	c #Conflicts:     245000 | #Constraints:      25497
156.71/167.37	c #Conflicts:     246000 | #Constraints:      26497
156.71/167.37	c INPROCESSING
156.71/167.37	c GARBAGE COLLECT
156.71/167.37	c rational objective 996
160.89/171.54	c #Conflicts:     247000 | #Constraints:      17661
160.89/171.54	c #Conflicts:     248000 | #Constraints:      18731
160.89/171.54	c #Conflicts:     249000 | #Constraints:      19790
160.89/171.54	c #Conflicts:     250000 | #Constraints:      20842
160.89/171.54	c #Conflicts:     251000 | #Constraints:      21882
160.89/171.54	c #Conflicts:     252000 | #Constraints:      22938
160.89/171.54	c bounds 1040 >= 996 @ 157.692
161.08/171.70	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[3]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[5]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[16]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[20]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[24]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[25]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[27]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[30]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[35]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[36]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[37]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[39]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[42]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[47]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[63]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[64]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[69]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[70]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[71]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[72]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[83]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[86]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[90]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[91]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[94]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[95]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[97]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[100]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[101]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[105]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[110]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[114]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[115]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[119]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[124]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[130]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[141]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[144]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[151]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[159]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[161]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[168]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[169]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[173]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[180]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[182]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[185]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[186]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[189]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[194]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[197]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[199]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[204]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[206]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[212]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[216]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[225]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[227]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[228]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[229]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[230]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[231]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[235]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[236]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[241]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[243]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[247]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[248]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[253]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[259]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[262]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[265]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[266]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[267]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[269]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[271]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[275]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[276]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[277]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[278]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[279]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[280]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[284]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[296]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[297]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[299]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[300]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[301]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[302]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[306]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[309]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[310]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[313]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[314]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[318]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[321]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[326]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[327]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[329]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[335]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[343]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[345]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[349]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[350]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[353]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[355]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[360]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[363]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[366]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[369]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[371]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[373]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[375]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[384]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[396]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[402]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[403]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[406]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[407]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[408]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[420]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[428]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[434]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[436]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[440]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[441]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[444]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[445]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[446]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[450]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[456]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[458]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[459]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[468]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[473]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[480]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[482]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[485]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[491]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[495]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[499]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[501]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[505]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[511]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[512]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[513]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[516]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[519]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[521]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[522]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[533]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[550]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[552]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[554]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[557]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[563]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[569]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[570]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[571]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[579]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[580]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[585]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[590]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[595]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[596]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[607]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[609]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[614]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[625]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[628]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[631]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[639]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[644]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[655]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[657]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[658]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[662]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[666]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[667]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[675]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[681]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[695]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[696]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[697]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[699]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[701]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[702]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[705]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[710]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[711]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[712]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[714]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[716]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[718]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[720]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[723]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[725]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[726]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[728]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[730]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[735]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[738]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[739]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[740]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[741]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[745]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[749]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[752]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[753]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[755]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[759]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[766]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[769]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[771]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[773]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[774]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[775]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[778]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[779]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[782]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[787]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[789]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[791]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[793]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[807]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[813]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[817]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[818]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[819]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[822]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[824]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[827]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[829]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[830]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[831]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[835]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[836]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[838]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[839]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[845]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[847]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[850]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[851]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[853]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[857]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[860]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[861]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[863]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[866]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[869]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[872]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[875]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[877]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[880]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[881]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[885]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[888]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[890]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[891]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[893]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[900]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[903]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[906]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[909]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[910]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[912]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[913]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[919]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[924]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[925]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[926]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[929]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[931]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[932]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[938]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[941]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[947]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[950]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[951]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[954]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[965]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[969]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[972]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[974]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[977]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[981]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[984]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[988]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[992]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[996]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[998]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1002]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1006]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1009]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1014]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1017]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1019]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1021]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1023]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1024]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1026]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1032]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1037]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1039]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1043]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1048]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1049]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1051]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1052]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1053]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1059]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1060]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1061]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1065]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1067]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1070]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1072]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1076]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1078]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1081]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1083]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1084]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1086]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1089]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1095]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1098]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1100]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1112]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1123]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1127]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1129]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1130]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1131]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1136]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1137]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1139]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1145]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1150]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1152]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1153]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1157]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1158]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1161]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1167]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1169]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1171]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1173]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1178]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1179]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1183]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1185]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1186]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1189]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1191]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1192]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1196]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1197]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1200]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1201]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1208]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1211]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1226]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1231]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1233]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1234]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1235]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1236]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1253]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1259]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1263]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1267]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1271]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1272]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1278]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1279]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1281]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1282]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1283]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1287]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1290]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1298]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1299]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1302]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1307]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1311]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1313]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1314]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1315]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1317]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1322]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1325]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1327]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1330]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1331]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1335]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1339]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1341]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1348]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1350]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1352]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1355]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1367]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1377]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1379]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1382]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1385]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1396]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1397]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1399]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1403]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1404]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1405]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1409]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1410]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1411]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1413]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1419]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1421]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1426]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1428]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1442]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1443]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1446]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1450]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1451]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1458]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1461]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1472]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1475]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1482]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1483]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1484]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1496]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1501]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1502]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1503]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1504]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1507]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1509]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1513]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1521]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1523]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1525]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1528]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1532]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1533]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1534]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1535]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1537]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1539]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1541]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1546]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1547]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1552]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1554]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1555]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1559]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1560]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1563]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1564]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1568]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1571]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1578]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1580]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1583]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1596]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1597]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1598]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1599]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1600]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1615]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1622]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1624]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1630]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1631]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1635]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1637]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1639]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1640]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1642]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1643]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1647]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1652]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1654]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1657]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1658]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1659]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1660]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1661]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1662]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1663]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1664]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1666]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1667]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1669]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1671]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1673]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1675]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1683]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1684]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1688]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1689]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1690]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1691]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1692]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1693]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1700]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1701]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1702]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1703]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1706]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1709]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1712]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1716]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1717]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1722]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1723]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1724]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1731]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1734]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1735]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1737]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1738]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1739]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1745]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1748]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1751]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1752]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1755]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1759]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1760]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1767]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1777]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1778]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1780]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1783]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1786]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1791]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1792]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1799]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1806]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1808]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1810]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1811]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1812]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1814]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1815]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1817]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1822]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1825]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1826]: 6 -1.00001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1830]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1831]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1832]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1833]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1839]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1842]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1844]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1845]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1846]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1847]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1848]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1849]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1858]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1859]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1860]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1861]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1862]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1863]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1864]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1865]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1867]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1868]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1869]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1870]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1874]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1875]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1876]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1878]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1879]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1880]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1881]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1886]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1889]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1892]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1894]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1895]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1896]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1897]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1901]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1904]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1906]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1909]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1917]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1918]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1920]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1921]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1922]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1924]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1925]: 6 -1.00009 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1930]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1935]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1936]: 6 -1.0001 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1937]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1948]: 6 -1.00005 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1951]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1956]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1960]: 6 -1.00002 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1961]: 6 -1.00004 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1962]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
161.08/171.70	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
173.05/183.77	c #Conflicts:     253000 | #Constraints:      23940
173.05/183.77	c #Conflicts:     254000 | #Constraints:      24940
173.05/183.77	c #Conflicts:     255000 | #Constraints:      25940
173.05/183.77	c #Conflicts:     256000 | #Constraints:      26940
173.05/183.77	c INPROCESSING
173.05/183.77	c GARBAGE COLLECT
173.05/183.77	c rational objective 996
182.82/194.86	c #Conflicts:     257000 | #Constraints:      17824
182.82/194.86	c #Conflicts:     258000 | #Constraints:      18894
182.82/194.86	c #Conflicts:     259000 | #Constraints:      19965
182.82/194.86	c #Conflicts:     260000 | #Constraints:      21026
182.82/194.86	c #Conflicts:     261000 | #Constraints:      22073
182.82/194.86	c #Conflicts:     262000 | #Constraints:      23128
182.82/194.86	c #Conflicts:     263000 | #Constraints:      24162
182.82/194.86	c #Conflicts:     264000 | #Constraints:      25197
182.82/194.86	c #Conflicts:     265000 | #Constraints:      26221
182.82/194.86	c #Conflicts:     266000 | #Constraints:      27253
182.82/194.86	c INPROCESSING
182.82/194.86	c GARBAGE COLLECT
182.82/194.86	c rational objective 996
191.01/203.07	c #Conflicts:     267000 | #Constraints:      17693
191.01/203.07	c #Conflicts:     268000 | #Constraints:      18693
191.01/203.07	c #Conflicts:     269000 | #Constraints:      19696
191.01/203.07	c #Conflicts:     270000 | #Constraints:      20744
191.01/203.07	c #Conflicts:     271000 | #Constraints:      21803
191.01/203.07	c #Conflicts:     272000 | #Constraints:      22837
191.01/203.07	c #Conflicts:     273000 | #Constraints:      23892
191.01/203.07	c #Conflicts:     274000 | #Constraints:      24934
191.01/203.07	c #Conflicts:     275000 | #Constraints:      25994
191.01/203.07	c #Conflicts:     276000 | #Constraints:      27043
191.01/203.07	c #Conflicts:     277000 | #Constraints:      28092
191.01/203.07	c INPROCESSING
191.01/203.07	c GARBAGE COLLECT
191.01/203.07	c rational objective 996
198.67/210.73	c #Conflicts:     278000 | #Constraints:      18291
198.67/210.73	c #Conflicts:     279000 | #Constraints:      19291
198.67/210.73	c #Conflicts:     280000 | #Constraints:      20291
198.67/210.73	c #Conflicts:     281000 | #Constraints:      21291
198.67/210.73	c #Conflicts:     282000 | #Constraints:      22291
198.67/210.73	c #Conflicts:     283000 | #Constraints:      23291
198.67/210.73	c #Conflicts:     284000 | #Constraints:      24291
198.67/210.73	c #Conflicts:     285000 | #Constraints:      25291
198.67/210.73	c #Conflicts:     286000 | #Constraints:      26291
198.67/210.73	c #Conflicts:     287000 | #Constraints:      27291
198.67/210.73	c #Conflicts:     288000 | #Constraints:      28291
198.67/210.73	c INPROCESSING
198.67/210.73	c GARBAGE COLLECT
198.67/210.73	c rational objective 996
205.84/217.93	c #Conflicts:     289000 | #Constraints:      18500
205.84/217.93	c #Conflicts:     290000 | #Constraints:      19500
205.84/217.93	c #Conflicts:     291000 | #Constraints:      20500
205.84/217.93	c #Conflicts:     292000 | #Constraints:      21500
205.84/217.93	c #Conflicts:     293000 | #Constraints:      22500
205.84/217.93	c #Conflicts:     294000 | #Constraints:      23500
205.84/217.93	c #Conflicts:     295000 | #Constraints:      24500
205.84/217.93	c #Conflicts:     296000 | #Constraints:      25500
205.84/217.93	c #Conflicts:     297000 | #Constraints:      26500
205.84/217.93	c #Conflicts:     298000 | #Constraints:      27500
205.84/217.93	c #Conflicts:     299000 | #Constraints:      28500
205.84/217.93	c INPROCESSING
205.84/217.93	c GARBAGE COLLECT
205.84/217.93	c rational objective 996
209.55/223.76	c #Conflicts:     300000 | #Constraints:      18650
209.55/223.76	c #Conflicts:     301000 | #Constraints:      19669
209.55/223.76	c #Conflicts:     302000 | #Constraints:      20744
209.55/223.76	c bounds 1039 >= 996 @ 205.688
209.76/223.92	WSVECS04 Frhs2[1]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[2]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[4]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[5]: 6 -1.0001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[6]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[18]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[20]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[24]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[25]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[27]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[35]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[37]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[38]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[39]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[40]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[42]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[43]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[47]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[48]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[52]: 6 -1.0001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[56]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[60]: 6 -1.0001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[64]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[68]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[69]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[86]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[88]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[91]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[94]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[95]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[101]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[102]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[105]: 6 -1.0001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[108]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[111]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[115]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[118]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[124]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[127]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[128]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[130]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[138]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[140]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[141]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[156]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[158]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[161]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[168]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[173]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[178]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[185]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[186]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[189]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[195]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[196]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[197]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[199]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[201]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[202]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[204]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[206]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[208]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[212]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[225]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[228]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[229]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[231]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[235]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[241]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[243]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[246]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[247]: 6 -1.0001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[248]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[259]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[262]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[266]: 6 -1.00001 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[269]: 6 -1.00005 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[270]: 6 -1.00007 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[274]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[275]: 6 -1.00002 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[279]: 6 -1.00004 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
209.76/223.92	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[294]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[297]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[299]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[301]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[304]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[309]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[310]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[313]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[316]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[321]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[322]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[326]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[329]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[330]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[331]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[335]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[345]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[353]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[355]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[358]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[363]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[365]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[367]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[369]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[371]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[373]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[377]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[384]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[387]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[393]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[396]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[402]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[403]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[406]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[408]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[410]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[412]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[415]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[420]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[425]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[428]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[430]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[433]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[438]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[439]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[444]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[445]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[446]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[450]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[452]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[456]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[459]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[467]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[469]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[474]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[482]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[485]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[486]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[495]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[496]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[503]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[505]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[506]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[507]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[511]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[522]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[527]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[533]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[536]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[538]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[545]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[554]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[557]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[571]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[576]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[579]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[580]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[582]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[584]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[585]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[586]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[589]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[590]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[593]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[595]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[596]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[601]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[607]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[625]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[629]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[639]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[640]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[644]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[662]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[663]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[666]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[667]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[670]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[675]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[677]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[680]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[682]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[684]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[699]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[701]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[702]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[705]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[709]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[710]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[716]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[719]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[720]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[725]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[726]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[728]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[730]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[732]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[734]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[735]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[738]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[739]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[740]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[741]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[745]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[746]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[749]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[755]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[757]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[759]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[764]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[765]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[766]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[767]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[769]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[771]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[774]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[775]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[777]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[778]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[779]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[782]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[783]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[787]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[788]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[789]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[791]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[793]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[794]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[798]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[801]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[807]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[811]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[813]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[818]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[819]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[820]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[822]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[826]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[827]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[829]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[830]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[831]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[833]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[835]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[836]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[839]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[845]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[847]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[851]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[853]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[856]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[857]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[858]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[860]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[863]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[866]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[869]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[875]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[877]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[880]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[881]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[883]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[884]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[885]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[890]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[891]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[893]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[900]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[906]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[907]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[909]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[913]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[919]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[924]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[925]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[926]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[931]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[938]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[941]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[947]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[949]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[950]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[951]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[954]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[965]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[968]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[974]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[977]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[981]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[984]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[988]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[989]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[992]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[996]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1002]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1006]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1014]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1019]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1021]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1024]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1026]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1032]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1035]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1037]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1039]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1041]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1046]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1048]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1049]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1053]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1059]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1065]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1067]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1078]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1086]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1095]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1099]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1104]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1111]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1112]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1127]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1129]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1130]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1131]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1137]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1138]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1139]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1141]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1145]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1150]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1152]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1153]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1158]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1159]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1169]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1171]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1172]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1173]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1176]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1179]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1183]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1185]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1186]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1189]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1191]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1196]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1200]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1201]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1207]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1208]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1209]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1211]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1230]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1231]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1234]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1235]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1236]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1240]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1242]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1253]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1255]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1256]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1259]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1260]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1269]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1274]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1276]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1277]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1278]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1279]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1281]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1285]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1290]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1298]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1299]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1300]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1302]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1304]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1307]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1313]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1314]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1317]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1323]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1324]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1330]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1331]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1339]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1342]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1348]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1350]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1351]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1352]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1355]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1358]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1361]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1366]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1370]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1373]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1382]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1385]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1396]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1399]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1405]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1408]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1409]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1410]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1411]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1413]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1419]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1421]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1428]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1431]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1437]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1439]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1440]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1442]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1443]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1446]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1450]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1451]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1453]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1455]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1458]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1468]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1472]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1474]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1475]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1481]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1482]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1483]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1484]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1485]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1489]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1494]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1502]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1504]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1505]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1507]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1508]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1509]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1512]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1513]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1520]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1521]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1522]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1523]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1525]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1528]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1532]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1534]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1536]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1537]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1539]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1541]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1546]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1547]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1554]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1555]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1556]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1559]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1564]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1565]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1568]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1571]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1574]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1580]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1584]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1589]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1596]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1597]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1601]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1612]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1614]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1618]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1621]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1625]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1630]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1632]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1637]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1639]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1643]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1647]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1651]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1652]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1654]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1655]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1657]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1660]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1663]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1664]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1666]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1667]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1669]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1671]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1673]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1677]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1689]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1691]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1692]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1693]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1694]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1695]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1699]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1700]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1701]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1702]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1703]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1705]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1706]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1708]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1709]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1712]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1715]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1716]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1717]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1720]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1722]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1727]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1731]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1732]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1734]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1737]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1738]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1740]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1745]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1746]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1752]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1755]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1759]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1760]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1762]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1767]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1772]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1777]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1778]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1780]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1782]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1785]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1791]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1792]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1799]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1800]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1801]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1806]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1808]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1810]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1811]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1812]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1814]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1815]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1817]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1822]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1823]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1830]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1831]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1832]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1833]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1835]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1839]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1840]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1844]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1845]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1846]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1847]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1850]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1859]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1860]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1861]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1862]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1863]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1865]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1866]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1867]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1868]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1869]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1870]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1874]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1875]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1876]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1880]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1881]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1884]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1886]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1892]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1894]: 6 -1.0001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1895]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1897]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1898]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1899]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1901]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1904]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1906]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1912]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1913]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1917]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1918]: 6 -1.00001 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1922]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1924]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1935]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1936]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1937]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1943]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1944]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1948]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1951]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1954]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1956]: 6 -1.00004 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1957]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1960]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1961]: 6 -1.00007 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1962]: 6 -1.00006 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1963]: 6 -1.00003 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1965]: 6 -1.00008 0 shouldn't be
209.76/223.93	WSVECS04 Frhs2[1966]: 6 -1.00001 0 shouldn't be
218.13/232.37	c #Conflicts:     303000 | #Constraints:      21814
218.13/232.37	c #Conflicts:     304000 | #Constraints:      22814
218.13/232.37	c #Conflicts:     305000 | #Constraints:      23814
218.13/232.37	c #Conflicts:     306000 | #Constraints:      24857
218.13/232.37	c #Conflicts:     307000 | #Constraints:      25944
218.13/232.37	c #Conflicts:     308000 | #Constraints:      26995
218.13/232.37	c #Conflicts:     309000 | #Constraints:      28053
218.13/232.37	c #Conflicts:     310000 | #Constraints:      29105
218.13/232.37	c INPROCESSING
218.13/232.37	c GARBAGE COLLECT
218.13/232.37	c rational objective 996
226.10/240.30	c #Conflicts:     311000 | #Constraints:      18821
226.10/240.30	c #Conflicts:     312000 | #Constraints:      19821
226.10/240.30	c #Conflicts:     313000 | #Constraints:      20821
226.10/240.30	c #Conflicts:     314000 | #Constraints:      21821
226.10/240.30	c #Conflicts:     315000 | #Constraints:      22821
226.10/240.30	c #Conflicts:     316000 | #Constraints:      23821
226.10/240.30	c #Conflicts:     317000 | #Constraints:      24821
226.10/240.30	c #Conflicts:     318000 | #Constraints:      25821
226.10/240.30	c #Conflicts:     319000 | #Constraints:      26821
226.10/240.30	c #Conflicts:     320000 | #Constraints:      27821
226.10/240.30	c #Conflicts:     321000 | #Constraints:      28821
226.10/240.30	c INPROCESSING
226.10/240.30	c GARBAGE COLLECT
226.10/240.30	c rational objective 996
234.18/248.48	c #Conflicts:     322000 | #Constraints:      18511
234.18/248.48	c #Conflicts:     323000 | #Constraints:      19511
234.18/248.48	c #Conflicts:     324000 | #Constraints:      20511
234.18/248.48	c #Conflicts:     325000 | #Constraints:      21511
234.18/248.48	c #Conflicts:     326000 | #Constraints:      22511
234.18/248.48	c #Conflicts:     327000 | #Constraints:      23511
234.18/248.48	c #Conflicts:     328000 | #Constraints:      24511
234.18/248.48	c #Conflicts:     329000 | #Constraints:      25512
234.18/248.48	c #Conflicts:     330000 | #Constraints:      26513
234.18/248.48	c #Conflicts:     331000 | #Constraints:      27515
234.18/248.48	c #Conflicts:     332000 | #Constraints:      28516
234.18/248.48	c #Conflicts:     333000 | #Constraints:      29517
234.18/248.48	c INPROCESSING
234.18/248.48	c GARBAGE COLLECT
234.18/248.48	c rational objective 996
246.15/261.93	c #Conflicts:     334000 | #Constraints:      19086
246.15/261.93	c #Conflicts:     335000 | #Constraints:      20087
246.15/261.93	c #Conflicts:     336000 | #Constraints:      21091
246.15/261.93	c #Conflicts:     337000 | #Constraints:      22111
246.15/261.93	c #Conflicts:     338000 | #Constraints:      23167
246.15/261.93	c #Conflicts:     339000 | #Constraints:      24227
246.15/261.93	c #Conflicts:     340000 | #Constraints:      25285
246.15/261.93	c #Conflicts:     341000 | #Constraints:      26332
246.15/261.93	c #Conflicts:     342000 | #Constraints:      27365
246.15/261.93	c #Conflicts:     343000 | #Constraints:      28417
246.15/261.93	c #Conflicts:     344000 | #Constraints:      29445
246.15/261.93	c #Conflicts:     345000 | #Constraints:      30503
246.15/261.93	c INPROCESSING
246.15/261.93	c GARBAGE COLLECT
246.15/261.93	c rational objective 996
255.02/270.89	c #Conflicts:     346000 | #Constraints:      19591
255.02/270.89	c #Conflicts:     347000 | #Constraints:      20591
255.02/270.89	c #Conflicts:     348000 | #Constraints:      21591
255.02/270.89	c #Conflicts:     349000 | #Constraints:      22591
255.02/270.89	c #Conflicts:     350000 | #Constraints:      23591
255.02/270.89	c #Conflicts:     351000 | #Constraints:      24591
255.02/270.89	c #Conflicts:     352000 | #Constraints:      25591
255.02/270.89	c #Conflicts:     353000 | #Constraints:      26591
255.02/270.89	c #Conflicts:     354000 | #Constraints:      27591
255.02/270.89	c #Conflicts:     355000 | #Constraints:      28591
255.02/270.89	c #Conflicts:     356000 | #Constraints:      29591
255.02/270.89	c #Conflicts:     357000 | #Constraints:      30591
255.02/270.89	c INPROCESSING
255.02/270.89	c GARBAGE COLLECT
255.02/270.89	c rational objective 996
259.11/274.94	c #Conflicts:     358000 | #Constraints:      19690
259.11/274.94	c #Conflicts:     359000 | #Constraints:      20690
259.11/274.94	c #Conflicts:     360000 | #Constraints:      21690
259.11/274.94	c #Conflicts:     361000 | #Constraints:      22690
259.11/274.94	c #Conflicts:     362000 | #Constraints:      23690
259.11/274.94	c #Conflicts:     363000 | #Constraints:      24690
259.11/274.94	c bounds 1039 >= 997 @ 254.435
263.00/278.86	c #Conflicts:     364000 | #Constraints:      25765
263.00/278.86	c #Conflicts:     365000 | #Constraints:      26784
263.00/278.86	c #Conflicts:     366000 | #Constraints:      27829
263.00/278.86	c #Conflicts:     367000 | #Constraints:      28891
263.00/278.86	c #Conflicts:     368000 | #Constraints:      29940
263.00/278.86	c #Conflicts:     369000 | #Constraints:      30987
263.00/278.86	c INPROCESSING
263.00/278.86	c GARBAGE COLLECT
263.00/278.86	c rational objective 997
273.73/291.34	c #Conflicts:     370000 | #Constraints:      19740
273.73/291.34	c #Conflicts:     371000 | #Constraints:      20740
273.73/291.34	c #Conflicts:     372000 | #Constraints:      21740
273.73/291.34	c #Conflicts:     373000 | #Constraints:      22740
273.73/291.34	c #Conflicts:     374000 | #Constraints:      23740
273.73/291.34	c #Conflicts:     375000 | #Constraints:      24740
273.73/291.34	c #Conflicts:     376000 | #Constraints:      25740
273.73/291.34	c #Conflicts:     377000 | #Constraints:      26740
273.73/291.34	c #Conflicts:     378000 | #Constraints:      27740
273.73/291.34	c #Conflicts:     379000 | #Constraints:      28740
273.73/291.34	c #Conflicts:     380000 | #Constraints:      29740
273.73/291.34	c #Conflicts:     381000 | #Constraints:      30740
273.73/291.34	c INPROCESSING
273.73/291.34	c GARBAGE COLLECT
273.73/291.34	c rational objective 997
283.90/301.55	c #Conflicts:     382000 | #Constraints:      19487
283.90/301.55	c #Conflicts:     383000 | #Constraints:      20496
283.90/301.55	c #Conflicts:     384000 | #Constraints:      21551
283.90/301.55	c #Conflicts:     385000 | #Constraints:      22605
283.90/301.55	c #Conflicts:     386000 | #Constraints:      23653
283.90/301.55	c #Conflicts:     387000 | #Constraints:      24692
283.90/301.55	c #Conflicts:     388000 | #Constraints:      25727
283.90/301.55	c #Conflicts:     389000 | #Constraints:      26763
283.90/301.55	c #Conflicts:     390000 | #Constraints:      27797
283.90/301.55	c #Conflicts:     391000 | #Constraints:      28834
283.90/301.55	c #Conflicts:     392000 | #Constraints:      29865
283.90/301.55	c #Conflicts:     393000 | #Constraints:      30909
283.90/301.55	c #Conflicts:     394000 | #Constraints:      31945
283.90/301.55	c INPROCESSING
283.90/301.55	c GARBAGE COLLECT
283.90/301.55	c rational objective 997
293.57/311.27	c #Conflicts:     395000 | #Constraints:      20238
293.57/311.27	c #Conflicts:     396000 | #Constraints:      21238
293.57/311.27	c #Conflicts:     397000 | #Constraints:      22238
293.57/311.27	c #Conflicts:     398000 | #Constraints:      23238
293.57/311.27	c #Conflicts:     399000 | #Constraints:      24238
293.57/311.27	c #Conflicts:     400000 | #Constraints:      25238
293.57/311.27	c #Conflicts:     401000 | #Constraints:      26238
293.57/311.27	c #Conflicts:     402000 | #Constraints:      27238
293.57/311.27	c #Conflicts:     403000 | #Constraints:      28238
293.57/311.27	c #Conflicts:     404000 | #Constraints:      29238
293.57/311.27	c #Conflicts:     405000 | #Constraints:      30238
293.57/311.27	c #Conflicts:     406000 | #Constraints:      31238
293.57/311.27	c #Conflicts:     407000 | #Constraints:      32238
293.57/311.27	c INPROCESSING
293.57/311.27	c GARBAGE COLLECT
293.57/311.27	c rational objective 997
304.39/324.11	c #Conflicts:     408000 | #Constraints:      20565
304.39/324.11	c #Conflicts:     409000 | #Constraints:      21609
304.39/324.11	c #Conflicts:     410000 | #Constraints:      22657
304.39/324.11	c #Conflicts:     411000 | #Constraints:      23698
304.39/324.11	c #Conflicts:     412000 | #Constraints:      24739
304.39/324.11	c #Conflicts:     413000 | #Constraints:      25768
304.39/324.11	c #Conflicts:     414000 | #Constraints:      26808
304.39/324.11	c #Conflicts:     415000 | #Constraints:      27855
304.39/324.11	c #Conflicts:     416000 | #Constraints:      28899
304.39/324.11	c #Conflicts:     417000 | #Constraints:      29944
304.39/324.11	c #Conflicts:     418000 | #Constraints:      30993
304.39/324.11	c #Conflicts:     419000 | #Constraints:      32037
304.39/324.11	c #Conflicts:     420000 | #Constraints:      33077
304.39/324.11	c INPROCESSING
304.39/324.11	c GARBAGE COLLECT
304.39/324.11	c rational objective 997
314.65/334.46	c #Conflicts:     421000 | #Constraints:      20897
314.65/334.46	c #Conflicts:     422000 | #Constraints:      21897
314.65/334.46	c #Conflicts:     423000 | #Constraints:      22897
314.65/334.46	c #Conflicts:     424000 | #Constraints:      23897
314.65/334.46	c #Conflicts:     425000 | #Constraints:      24897
314.65/334.46	c #Conflicts:     426000 | #Constraints:      25897
314.65/334.46	c #Conflicts:     427000 | #Constraints:      26897
314.65/334.46	c #Conflicts:     428000 | #Constraints:      27897
314.65/334.46	c #Conflicts:     429000 | #Constraints:      28897
314.65/334.46	c #Conflicts:     430000 | #Constraints:      29897
314.65/334.46	c #Conflicts:     431000 | #Constraints:      30897
314.65/334.46	c #Conflicts:     432000 | #Constraints:      31897
314.65/334.46	c #Conflicts:     433000 | #Constraints:      32897
314.65/334.46	c INPROCESSING
314.65/334.46	c GARBAGE COLLECT
314.65/334.46	c rational objective 997
324.62/344.49	c #Conflicts:     434000 | #Constraints:      20762
324.62/344.49	c #Conflicts:     435000 | #Constraints:      21762
324.62/344.49	c #Conflicts:     436000 | #Constraints:      22762
324.62/344.49	c #Conflicts:     437000 | #Constraints:      23762
324.62/344.49	c #Conflicts:     438000 | #Constraints:      24762
324.62/344.49	c #Conflicts:     439000 | #Constraints:      25762
324.62/344.49	c #Conflicts:     440000 | #Constraints:      26762
324.62/344.49	c #Conflicts:     441000 | #Constraints:      27762
324.62/344.49	c #Conflicts:     442000 | #Constraints:      28762
324.62/344.49	c #Conflicts:     443000 | #Constraints:      29762
324.62/344.49	c #Conflicts:     444000 | #Constraints:      30762
324.62/344.49	c #Conflicts:     445000 | #Constraints:      31762
324.62/344.49	c #Conflicts:     446000 | #Constraints:      32762
324.62/344.49	c INPROCESSING
324.62/344.49	c GARBAGE COLLECT
324.62/344.49	c rational objective 997
336.87/357.92	c #Conflicts:     447000 | #Constraints:      20512
336.87/357.92	c #Conflicts:     448000 | #Constraints:      21512
336.87/357.92	c #Conflicts:     449000 | #Constraints:      22522
336.87/357.92	c #Conflicts:     450000 | #Constraints:      23530
336.87/357.92	c #Conflicts:     451000 | #Constraints:      24557
336.87/357.92	c #Conflicts:     452000 | #Constraints:      25622
336.87/357.92	c #Conflicts:     453000 | #Constraints:      26672
336.87/357.92	c #Conflicts:     454000 | #Constraints:      27757
336.87/357.92	c #Conflicts:     455000 | #Constraints:      28821
336.87/357.92	c #Conflicts:     456000 | #Constraints:      29874
336.87/357.92	c #Conflicts:     457000 | #Constraints:      30921
336.87/357.92	c #Conflicts:     458000 | #Constraints:      31951
336.87/357.92	c #Conflicts:     459000 | #Constraints:      32984
336.87/357.92	c #Conflicts:     460000 | #Constraints:      34019
336.87/357.92	c INPROCESSING
336.87/357.92	c GARBAGE COLLECT
336.87/357.92	c rational objective 997
346.84/367.90	c #Conflicts:     461000 | #Constraints:      21248
346.84/367.90	c #Conflicts:     462000 | #Constraints:      22248
346.84/367.90	c #Conflicts:     463000 | #Constraints:      23248
346.84/367.90	c #Conflicts:     464000 | #Constraints:      24248
346.84/367.90	c #Conflicts:     465000 | #Constraints:      25248
346.84/367.90	c #Conflicts:     466000 | #Constraints:      26248
346.84/367.90	c #Conflicts:     467000 | #Constraints:      27248
346.84/367.90	c #Conflicts:     468000 | #Constraints:      28248
346.84/367.90	c #Conflicts:     469000 | #Constraints:      29248
346.84/367.90	c #Conflicts:     470000 | #Constraints:      30248
346.84/367.90	c #Conflicts:     471000 | #Constraints:      31248
346.84/367.90	c #Conflicts:     472000 | #Constraints:      32248
346.84/367.90	c #Conflicts:     473000 | #Constraints:      33248
346.84/367.90	c #Conflicts:     474000 | #Constraints:      34248
346.84/367.90	c INPROCESSING
346.84/367.90	c GARBAGE COLLECT
346.84/367.90	c rational objective 997
358.60/381.42	c #Conflicts:     475000 | #Constraints:      21548
358.60/381.42	c #Conflicts:     476000 | #Constraints:      22568
358.60/381.42	c #Conflicts:     477000 | #Constraints:      23593
358.60/381.42	c #Conflicts:     478000 | #Constraints:      24623
358.60/381.42	c #Conflicts:     479000 | #Constraints:      25647
358.60/381.42	c #Conflicts:     480000 | #Constraints:      26676
358.60/381.42	c #Conflicts:     481000 | #Constraints:      27699
358.60/381.42	c #Conflicts:     482000 | #Constraints:      28767
358.60/381.42	c #Conflicts:     483000 | #Constraints:      29839
358.60/381.42	c #Conflicts:     484000 | #Constraints:      30898
358.60/381.42	c #Conflicts:     485000 | #Constraints:      31940
358.60/381.42	c #Conflicts:     486000 | #Constraints:      32982
358.60/381.42	c #Conflicts:     487000 | #Constraints:      34024
358.60/381.42	c #Conflicts:     488000 | #Constraints:      35060
358.60/381.42	c INPROCESSING
358.60/381.42	c GARBAGE COLLECT
358.60/381.42	c rational objective 997
369.56/392.44	c #Conflicts:     489000 | #Constraints:      21888
369.56/392.44	c #Conflicts:     490000 | #Constraints:      22888
369.56/392.44	c #Conflicts:     491000 | #Constraints:      23888
369.56/392.44	c #Conflicts:     492000 | #Constraints:      24888
369.56/392.44	c #Conflicts:     493000 | #Constraints:      25888
369.56/392.44	c #Conflicts:     494000 | #Constraints:      26888
369.56/392.44	c #Conflicts:     495000 | #Constraints:      27888
369.56/392.44	c #Conflicts:     496000 | #Constraints:      28888
369.56/392.44	c #Conflicts:     497000 | #Constraints:      29888
369.56/392.44	c #Conflicts:     498000 | #Constraints:      30888
369.56/392.44	c #Conflicts:     499000 | #Constraints:      31888
369.56/392.44	c #Conflicts:     500000 | #Constraints:      32888
369.56/392.44	c #Conflicts:     501000 | #Constraints:      33888
369.56/392.44	c #Conflicts:     502000 | #Constraints:      34888
369.56/392.44	c INPROCESSING
369.56/392.44	c GARBAGE COLLECT
369.56/392.44	c rational objective 997
388.15/412.20	c #Conflicts:     503000 | #Constraints:      21778
388.15/412.20	c #Conflicts:     504000 | #Constraints:      22808
388.15/412.20	c #Conflicts:     505000 | #Constraints:      23854
388.15/412.20	c #Conflicts:     506000 | #Constraints:      24919
388.15/412.20	c #Conflicts:     507000 | #Constraints:      25993
388.15/412.20	c #Conflicts:     508000 | #Constraints:      27039
388.15/412.20	c #Conflicts:     509000 | #Constraints:      28075
388.15/412.20	c #Conflicts:     510000 | #Constraints:      29121
388.15/412.20	c #Conflicts:     511000 | #Constraints:      30149
388.15/412.20	c #Conflicts:     512000 | #Constraints:      31184
388.15/412.20	c #Conflicts:     513000 | #Constraints:      32222
388.15/412.20	c #Conflicts:     514000 | #Constraints:      33254
388.15/412.20	c #Conflicts:     515000 | #Constraints:      34293
388.15/412.20	c #Conflicts:     516000 | #Constraints:      35324
388.15/412.20	c INPROCESSING
388.15/412.20	c GARBAGE COLLECT
388.15/412.20	c rational objective 997
399.81/423.93	c #Conflicts:     517000 | #Constraints:      21689
399.81/423.93	c #Conflicts:     518000 | #Constraints:      22689
399.81/423.93	c #Conflicts:     519000 | #Constraints:      23689
399.81/423.93	c #Conflicts:     520000 | #Constraints:      24689
399.81/423.93	c #Conflicts:     521000 | #Constraints:      25689
399.81/423.93	c #Conflicts:     522000 | #Constraints:      26689
399.81/423.93	c #Conflicts:     523000 | #Constraints:      27689
399.81/423.93	c #Conflicts:     524000 | #Constraints:      28689
399.81/423.93	c #Conflicts:     525000 | #Constraints:      29689
399.81/423.93	c #Conflicts:     526000 | #Constraints:      30689
399.81/423.93	c #Conflicts:     527000 | #Constraints:      31689
399.81/423.93	c #Conflicts:     528000 | #Constraints:      32689
399.81/423.93	c #Conflicts:     529000 | #Constraints:      33690
399.81/423.93	c #Conflicts:     530000 | #Constraints:      34690
399.81/423.93	c #Conflicts:     531000 | #Constraints:      35691
399.81/423.93	c INPROCESSING
399.81/423.93	c GARBAGE COLLECT
399.81/423.93	c rational objective 997
411.57/435.72	c #Conflicts:     532000 | #Constraints:      22183
411.57/435.72	c #Conflicts:     533000 | #Constraints:      23183
411.57/435.72	c #Conflicts:     534000 | #Constraints:      24183
411.57/435.72	c #Conflicts:     535000 | #Constraints:      25183
411.57/435.72	c #Conflicts:     536000 | #Constraints:      26183
411.57/435.72	c #Conflicts:     537000 | #Constraints:      27183
411.57/435.72	c #Conflicts:     538000 | #Constraints:      28183
411.57/435.72	c #Conflicts:     539000 | #Constraints:      29183
411.57/435.72	c #Conflicts:     540000 | #Constraints:      30184
411.57/435.72	c #Conflicts:     541000 | #Constraints:      31185
411.57/435.72	c #Conflicts:     542000 | #Constraints:      32185
411.57/435.72	c #Conflicts:     543000 | #Constraints:      33187
411.57/435.72	c #Conflicts:     544000 | #Constraints:      34189
411.57/435.72	c #Conflicts:     545000 | #Constraints:      35189
411.57/435.72	c #Conflicts:     546000 | #Constraints:      36189
411.57/435.72	c INPROCESSING
411.57/435.72	c GARBAGE COLLECT
411.57/435.72	c rational objective 997
424.24/449.38	c #Conflicts:     547000 | #Constraints:      22523
424.24/449.38	c #Conflicts:     548000 | #Constraints:      23523
424.24/449.38	c #Conflicts:     549000 | #Constraints:      24523
424.24/449.38	c #Conflicts:     550000 | #Constraints:      25523
424.24/449.38	c #Conflicts:     551000 | #Constraints:      26523
424.24/449.38	c #Conflicts:     552000 | #Constraints:      27523
424.24/449.38	c #Conflicts:     553000 | #Constraints:      28523
424.24/449.38	c #Conflicts:     554000 | #Constraints:      29523
424.24/449.38	c #Conflicts:     555000 | #Constraints:      30523
424.24/449.38	c #Conflicts:     556000 | #Constraints:      31524
424.24/449.38	c #Conflicts:     557000 | #Constraints:      32524
424.24/449.38	c #Conflicts:     558000 | #Constraints:      33526
424.24/449.38	c #Conflicts:     559000 | #Constraints:      34526
424.24/449.38	c #Conflicts:     560000 | #Constraints:      35527
424.24/449.38	c #Conflicts:     561000 | #Constraints:      36527
424.24/449.38	c INPROCESSING
424.24/449.38	c GARBAGE COLLECT
424.24/449.38	c rational objective 997
441.01/466.13	c #Conflicts:     562000 | #Constraints:      22711
441.01/466.13	c #Conflicts:     563000 | #Constraints:      23779
441.01/466.13	c #Conflicts:     564000 | #Constraints:      24836
441.01/466.13	c #Conflicts:     565000 | #Constraints:      25893
441.01/466.13	c #Conflicts:     566000 | #Constraints:      26949
441.01/466.13	c #Conflicts:     567000 | #Constraints:      28021
441.01/466.13	c #Conflicts:     568000 | #Constraints:      29074
441.01/466.13	c #Conflicts:     569000 | #Constraints:      30123
441.01/466.13	c #Conflicts:     570000 | #Constraints:      31171
441.01/466.13	c #Conflicts:     571000 | #Constraints:      32216
441.01/466.13	c #Conflicts:     572000 | #Constraints:      33256
441.01/466.13	c #Conflicts:     573000 | #Constraints:      34291
441.01/466.13	c #Conflicts:     574000 | #Constraints:      35326
441.01/466.13	c #Conflicts:     575000 | #Constraints:      36350
441.01/466.13	c #Conflicts:     576000 | #Constraints:      37383
441.01/466.13	c INPROCESSING
441.01/466.13	c GARBAGE COLLECT
441.01/466.13	c rational objective 997
455.70/482.66	c #Conflicts:     577000 | #Constraints:      22969
455.70/482.66	c #Conflicts:     578000 | #Constraints:      23969
455.70/482.66	c #Conflicts:     579000 | #Constraints:      24969
455.70/482.66	c #Conflicts:     580000 | #Constraints:      25969
455.70/482.66	c #Conflicts:     581000 | #Constraints:      26969
455.70/482.66	c #Conflicts:     582000 | #Constraints:      27969
455.70/482.66	c #Conflicts:     583000 | #Constraints:      28969
455.70/482.66	c #Conflicts:     584000 | #Constraints:      29969
455.70/482.66	c #Conflicts:     585000 | #Constraints:      30969
455.70/482.66	c #Conflicts:     586000 | #Constraints:      31969
455.70/482.66	c #Conflicts:     587000 | #Constraints:      32969
455.70/482.66	c #Conflicts:     588000 | #Constraints:      33969
455.70/482.66	c #Conflicts:     589000 | #Constraints:      34969
455.70/482.66	c #Conflicts:     590000 | #Constraints:      35969
455.70/482.66	c #Conflicts:     591000 | #Constraints:      36969
455.70/482.66	c INPROCESSING
455.70/482.66	c GARBAGE COLLECT
455.70/482.66	c rational objective 997
468.56/495.55	c #Conflicts:     592000 | #Constraints:      22649
468.56/495.55	c #Conflicts:     593000 | #Constraints:      23649
468.56/495.55	c #Conflicts:     594000 | #Constraints:      24649
468.56/495.55	c #Conflicts:     595000 | #Constraints:      25649
468.56/495.55	c #Conflicts:     596000 | #Constraints:      26649
468.56/495.55	c #Conflicts:     597000 | #Constraints:      27649
468.56/495.55	c #Conflicts:     598000 | #Constraints:      28649
468.56/495.55	c #Conflicts:     599000 | #Constraints:      29649
468.56/495.55	c #Conflicts:     600000 | #Constraints:      30649
468.56/495.55	c #Conflicts:     601000 | #Constraints:      31649
468.56/495.55	c #Conflicts:     602000 | #Constraints:      32649
468.56/495.55	c #Conflicts:     603000 | #Constraints:      33649
468.56/495.55	c #Conflicts:     604000 | #Constraints:      34649
468.56/495.55	c #Conflicts:     605000 | #Constraints:      35649
468.56/495.55	c #Conflicts:     606000 | #Constraints:      36649
468.56/495.55	c #Conflicts:     607000 | #Constraints:      37649
468.56/495.55	c INPROCESSING
468.56/495.55	c GARBAGE COLLECT
468.56/495.55	c rational objective 997
482.40/511.05	c #Conflicts:     608000 | #Constraints:      23185
482.40/511.05	c #Conflicts:     609000 | #Constraints:      24193
482.40/511.05	c #Conflicts:     610000 | #Constraints:      25235
482.40/511.05	c #Conflicts:     611000 | #Constraints:      26276
482.40/511.05	c #Conflicts:     612000 | #Constraints:      27309
482.40/511.05	c #Conflicts:     613000 | #Constraints:      28350
482.40/511.05	c #Conflicts:     614000 | #Constraints:      29391
482.40/511.05	c #Conflicts:     615000 | #Constraints:      30421
482.40/511.05	c #Conflicts:     616000 | #Constraints:      31472
482.40/511.05	c #Conflicts:     617000 | #Constraints:      32503
482.40/511.05	c #Conflicts:     618000 | #Constraints:      33532
482.40/511.05	c #Conflicts:     619000 | #Constraints:      34552
482.40/511.05	c #Conflicts:     620000 | #Constraints:      35635
482.40/511.05	c bounds 1038 >= 997 @ 474.472
493.47/522.19	c #Conflicts:     621000 | #Constraints:      36692
493.47/522.19	c #Conflicts:     622000 | #Constraints:      37692
493.47/522.19	c #Conflicts:     623000 | #Constraints:      38692
493.47/522.19	c INPROCESSING
493.47/522.19	c GARBAGE COLLECT
493.47/522.19	c rational objective 997
511.54/540.96	c #Conflicts:     624000 | #Constraints:      23810
511.54/540.96	c #Conflicts:     625000 | #Constraints:      24859
511.54/540.96	c #Conflicts:     626000 | #Constraints:      25920
511.54/540.96	c #Conflicts:     627000 | #Constraints:      26989
511.54/540.96	c #Conflicts:     628000 | #Constraints:      28034
511.54/540.96	c #Conflicts:     629000 | #Constraints:      29085
511.54/540.96	c #Conflicts:     630000 | #Constraints:      30127
511.54/540.96	c #Conflicts:     631000 | #Constraints:      31170
511.54/540.96	c #Conflicts:     632000 | #Constraints:      32211
511.54/540.96	c #Conflicts:     633000 | #Constraints:      33241
511.54/540.96	c #Conflicts:     634000 | #Constraints:      34274
511.54/540.96	c #Conflicts:     635000 | #Constraints:      35304
511.54/540.96	c #Conflicts:     636000 | #Constraints:      36339
511.54/540.96	c #Conflicts:     637000 | #Constraints:      37372
511.54/540.96	c #Conflicts:     638000 | #Constraints:      38413
511.54/540.96	c #Conflicts:     639000 | #Constraints:      39444
511.54/540.96	c INPROCESSING
511.54/540.96	c GARBAGE COLLECT
511.54/540.96	c rational objective 997
525.50/555.00	c #Conflicts:     640000 | #Constraints:      24113
525.50/555.00	c #Conflicts:     641000 | #Constraints:      25113
525.50/555.00	c #Conflicts:     642000 | #Constraints:      26113
525.50/555.00	c #Conflicts:     643000 | #Constraints:      27113
525.50/555.00	c #Conflicts:     644000 | #Constraints:      28113
525.50/555.00	c #Conflicts:     645000 | #Constraints:      29113
525.50/555.00	c #Conflicts:     646000 | #Constraints:      30113
525.50/555.00	c #Conflicts:     647000 | #Constraints:      31113
525.50/555.00	c #Conflicts:     648000 | #Constraints:      32113
525.50/555.00	c #Conflicts:     649000 | #Constraints:      33113
525.50/555.00	c #Conflicts:     650000 | #Constraints:      34113
525.50/555.00	c #Conflicts:     651000 | #Constraints:      35113
525.50/555.00	c #Conflicts:     652000 | #Constraints:      36113
525.50/555.00	c #Conflicts:     653000 | #Constraints:      37113
525.50/555.00	c #Conflicts:     654000 | #Constraints:      38113
525.50/555.00	c #Conflicts:     655000 | #Constraints:      39113
525.50/555.00	c INPROCESSING
525.50/555.00	c GARBAGE COLLECT
525.50/555.00	c rational objective 997
539.52/569.79	c #Conflicts:     656000 | #Constraints:      23901
539.52/569.79	c #Conflicts:     657000 | #Constraints:      24901
539.52/569.79	c #Conflicts:     658000 | #Constraints:      25901
539.52/569.79	c #Conflicts:     659000 | #Constraints:      26901
539.52/569.79	c #Conflicts:     660000 | #Constraints:      27901
539.52/569.79	c #Conflicts:     661000 | #Constraints:      28901
539.52/569.79	c #Conflicts:     662000 | #Constraints:      29901
539.52/569.79	c #Conflicts:     663000 | #Constraints:      30901
539.52/569.79	c #Conflicts:     664000 | #Constraints:      31901
539.52/569.79	c #Conflicts:     665000 | #Constraints:      32901
539.52/569.79	c #Conflicts:     666000 | #Constraints:      33901
539.52/569.79	c #Conflicts:     667000 | #Constraints:      34901
539.52/569.79	c #Conflicts:     668000 | #Constraints:      35901
539.52/569.79	c #Conflicts:     669000 | #Constraints:      36901
539.52/569.79	c #Conflicts:     670000 | #Constraints:      37901
539.52/569.79	c #Conflicts:     671000 | #Constraints:      38901
539.52/569.79	c INPROCESSING
539.52/569.79	c GARBAGE COLLECT
539.52/569.79	c rational objective 997
556.17/586.42	c #Conflicts:     672000 | #Constraints:      23594
556.17/586.42	c #Conflicts:     673000 | #Constraints:      24632
556.17/586.42	c #Conflicts:     674000 | #Constraints:      25712
556.17/586.42	c #Conflicts:     675000 | #Constraints:      26769
556.17/586.42	c #Conflicts:     676000 | #Constraints:      27814
556.17/586.42	c #Conflicts:     677000 | #Constraints:      28849
556.17/586.42	c #Conflicts:     678000 | #Constraints:      29877
556.17/586.42	c #Conflicts:     679000 | #Constraints:      30907
556.17/586.42	c #Conflicts:     680000 | #Constraints:      31954
556.17/586.42	c #Conflicts:     681000 | #Constraints:      32994
556.17/586.42	c #Conflicts:     682000 | #Constraints:      34029
556.17/586.42	c #Conflicts:     683000 | #Constraints:      35072
556.17/586.42	c #Conflicts:     684000 | #Constraints:      36115
556.17/586.42	c #Conflicts:     685000 | #Constraints:      37144
556.17/586.42	c #Conflicts:     686000 | #Constraints:      38158
556.17/586.42	c #Conflicts:     687000 | #Constraints:      39198
556.17/586.42	c #Conflicts:     688000 | #Constraints:      40218
556.17/586.42	c INPROCESSING
556.17/586.42	c GARBAGE COLLECT
556.17/586.42	c rational objective 997
572.91/604.24	c #Conflicts:     689000 | #Constraints:      24391
572.91/604.24	c #Conflicts:     690000 | #Constraints:      25391
572.91/604.24	c #Conflicts:     691000 | #Constraints:      26391
572.91/604.24	c #Conflicts:     692000 | #Constraints:      27391
572.91/604.24	c #Conflicts:     693000 | #Constraints:      28391
572.91/604.24	c #Conflicts:     694000 | #Constraints:      29391
572.91/604.24	c #Conflicts:     695000 | #Constraints:      30391
572.91/604.24	c #Conflicts:     696000 | #Constraints:      31391
572.91/604.24	c #Conflicts:     697000 | #Constraints:      32391
572.91/604.24	c #Conflicts:     698000 | #Constraints:      33391
572.91/604.24	c #Conflicts:     699000 | #Constraints:      34391
572.91/604.24	c #Conflicts:     700000 | #Constraints:      35392
572.91/604.24	c #Conflicts:     701000 | #Constraints:      36392
572.91/604.24	c #Conflicts:     702000 | #Constraints:      37393
572.91/604.24	c #Conflicts:     703000 | #Constraints:      38395
572.91/604.24	c #Conflicts:     704000 | #Constraints:      39395
572.91/604.24	c #Conflicts:     705000 | #Constraints:      40396
572.91/604.24	c INPROCESSING
572.91/604.24	c GARBAGE COLLECT
572.91/604.24	c rational objective 997
581.70/613.07	c #Conflicts:     706000 | #Constraints:      24651
581.70/613.07	c #Conflicts:     707000 | #Constraints:      25659
581.70/613.07	c #Conflicts:     708000 | #Constraints:      26693
581.70/613.07	c #Conflicts:     709000 | #Constraints:      27726
581.70/613.07	c #Conflicts:     710000 | #Constraints:      28778
581.70/613.07	c #Conflicts:     711000 | #Constraints:      29830
581.70/613.07	c #Conflicts:     712000 | #Constraints:      30885
581.70/613.07	c #Conflicts:     713000 | #Constraints:      31914
581.70/613.07	c #Conflicts:     714000 | #Constraints:      32975
581.70/613.07	c #Conflicts:     715000 | #Constraints:      34017
581.70/613.07	c bounds 1037 >= 997 @ 572.536
599.18/631.21	c #Conflicts:     716000 | #Constraints:      35059
599.18/631.21	c #Conflicts:     717000 | #Constraints:      36059
599.18/631.21	c #Conflicts:     718000 | #Constraints:      37059
599.18/631.21	c #Conflicts:     719000 | #Constraints:      38059
599.18/631.21	c #Conflicts:     720000 | #Constraints:      39059
599.18/631.21	c #Conflicts:     721000 | #Constraints:      40059
599.18/631.21	c #Conflicts:     722000 | #Constraints:      41059
599.18/631.21	c INPROCESSING
599.18/631.21	c GARBAGE COLLECT
599.18/631.21	c rational objective 997
615.41/647.50	c #Conflicts:     723000 | #Constraints:      24996
615.41/647.50	c #Conflicts:     724000 | #Constraints:      26041
615.41/647.50	c #Conflicts:     725000 | #Constraints:      27078
615.41/647.50	c #Conflicts:     726000 | #Constraints:      28116
615.41/647.50	c #Conflicts:     727000 | #Constraints:      29157
615.41/647.50	c #Conflicts:     728000 | #Constraints:      30194
615.41/647.50	c #Conflicts:     729000 | #Constraints:      31230
615.41/647.50	c #Conflicts:     730000 | #Constraints:      32271
615.41/647.50	c #Conflicts:     731000 | #Constraints:      33313
615.41/647.50	c #Conflicts:     732000 | #Constraints:      34351
615.41/647.50	c #Conflicts:     733000 | #Constraints:      35385
615.41/647.50	c #Conflicts:     734000 | #Constraints:      36419
615.41/647.50	c #Conflicts:     735000 | #Constraints:      37457
615.41/647.50	c #Conflicts:     736000 | #Constraints:      38499
615.41/647.50	c #Conflicts:     737000 | #Constraints:      39532
615.41/647.50	c #Conflicts:     738000 | #Constraints:      40579
615.41/647.50	c #Conflicts:     739000 | #Constraints:      41615
615.41/647.50	c INPROCESSING
615.41/647.50	c GARBAGE COLLECT
615.41/647.50	c rational objective 997
633.23/666.05	c #Conflicts:     740000 | #Constraints:      25103
633.23/666.05	c #Conflicts:     741000 | #Constraints:      26103
633.23/666.05	c #Conflicts:     742000 | #Constraints:      27103
633.23/666.05	c #Conflicts:     743000 | #Constraints:      28103
633.23/666.05	c #Conflicts:     744000 | #Constraints:      29103
633.23/666.05	c #Conflicts:     745000 | #Constraints:      30103
633.23/666.05	c #Conflicts:     746000 | #Constraints:      31103
633.23/666.05	c #Conflicts:     747000 | #Constraints:      32103
633.23/666.05	c #Conflicts:     748000 | #Constraints:      33103
633.23/666.05	c #Conflicts:     749000 | #Constraints:      34103
633.23/666.05	c #Conflicts:     750000 | #Constraints:      35103
633.23/666.05	c #Conflicts:     751000 | #Constraints:      36103
633.23/666.05	c #Conflicts:     752000 | #Constraints:      37103
633.23/666.05	c #Conflicts:     753000 | #Constraints:      38103
633.23/666.05	c #Conflicts:     754000 | #Constraints:      39103
633.23/666.05	c #Conflicts:     755000 | #Constraints:      40103
633.23/666.05	c #Conflicts:     756000 | #Constraints:      41103
633.23/666.05	c INPROCESSING
633.23/666.05	c GARBAGE COLLECT
633.23/666.05	c rational objective 997
653.01/686.87	c #Conflicts:     757000 | #Constraints:      24715
653.01/686.87	c #Conflicts:     758000 | #Constraints:      25716
653.01/686.87	c #Conflicts:     759000 | #Constraints:      26750
653.01/686.87	c #Conflicts:     760000 | #Constraints:      27791
653.01/686.87	c #Conflicts:     761000 | #Constraints:      28831
653.01/686.87	c #Conflicts:     762000 | #Constraints:      29878
653.01/686.87	c #Conflicts:     763000 | #Constraints:      30927
653.01/686.87	c #Conflicts:     764000 | #Constraints:      31959
653.01/686.87	c #Conflicts:     765000 | #Constraints:      33013
653.01/686.87	c #Conflicts:     766000 | #Constraints:      34065
653.01/686.87	c #Conflicts:     767000 | #Constraints:      35102
653.01/686.87	c #Conflicts:     768000 | #Constraints:      36138
653.01/686.87	c #Conflicts:     769000 | #Constraints:      37161
653.01/686.87	c #Conflicts:     770000 | #Constraints:      38200
653.01/686.87	c #Conflicts:     771000 | #Constraints:      39241
653.01/686.87	c #Conflicts:     772000 | #Constraints:      40264
653.01/686.87	c #Conflicts:     773000 | #Constraints:      41288
653.01/686.87	c #Conflicts:     774000 | #Constraints:      42317
653.01/686.87	c INPROCESSING
653.01/686.87	c GARBAGE COLLECT
653.01/686.87	c rational objective 997
670.75/704.63	c #Conflicts:     775000 | #Constraints:      25461
670.75/704.63	c #Conflicts:     776000 | #Constraints:      26461
670.75/704.63	c #Conflicts:     777000 | #Constraints:      27461
670.75/704.63	c #Conflicts:     778000 | #Constraints:      28461
670.75/704.63	c #Conflicts:     779000 | #Constraints:      29461
670.75/704.63	c #Conflicts:     780000 | #Constraints:      30461
670.75/704.63	c #Conflicts:     781000 | #Constraints:      31461
670.75/704.63	c #Conflicts:     782000 | #Constraints:      32461
670.75/704.63	c #Conflicts:     783000 | #Constraints:      33461
670.75/704.63	c #Conflicts:     784000 | #Constraints:      34461
670.75/704.63	c #Conflicts:     785000 | #Constraints:      35461
670.75/704.63	c #Conflicts:     786000 | #Constraints:      36461
670.75/704.63	c #Conflicts:     787000 | #Constraints:      37461
670.75/704.63	c #Conflicts:     788000 | #Constraints:      38461
670.75/704.63	c #Conflicts:     789000 | #Constraints:      39461
670.75/704.63	c #Conflicts:     790000 | #Constraints:      40461
670.75/704.63	c #Conflicts:     791000 | #Constraints:      41461
670.75/704.63	c #Conflicts:     792000 | #Constraints:      42461
670.75/704.63	c INPROCESSING
670.75/704.63	c GARBAGE COLLECT
670.75/704.63	c rational objective 997
688.74/723.60	c #Conflicts:     793000 | #Constraints:      25695
688.74/723.60	c #Conflicts:     794000 | #Constraints:      26695
688.74/723.60	c #Conflicts:     795000 | #Constraints:      27695
688.74/723.60	c #Conflicts:     796000 | #Constraints:      28695
688.74/723.60	c #Conflicts:     797000 | #Constraints:      29695
688.74/723.60	c #Conflicts:     798000 | #Constraints:      30695
688.74/723.60	c #Conflicts:     799000 | #Constraints:      31695
688.74/723.60	c #Conflicts:     800000 | #Constraints:      32695
688.74/723.60	c #Conflicts:     801000 | #Constraints:      33695
688.74/723.60	c #Conflicts:     802000 | #Constraints:      34695
688.74/723.60	c #Conflicts:     803000 | #Constraints:      35695
688.74/723.60	c #Conflicts:     804000 | #Constraints:      36695
688.74/723.60	c #Conflicts:     805000 | #Constraints:      37695
688.74/723.60	c #Conflicts:     806000 | #Constraints:      38695
688.74/723.60	c #Conflicts:     807000 | #Constraints:      39695
688.74/723.60	c #Conflicts:     808000 | #Constraints:      40695
688.74/723.60	c #Conflicts:     809000 | #Constraints:      41695
688.74/723.60	c #Conflicts:     810000 | #Constraints:      42695
688.74/723.60	c INPROCESSING
688.74/723.60	c GARBAGE COLLECT
688.74/723.60	c rational objective 997
706.95/741.99	c #Conflicts:     811000 | #Constraints:      25832
706.95/741.99	c #Conflicts:     812000 | #Constraints:      26850
706.95/741.99	c #Conflicts:     813000 | #Constraints:      27851
706.95/741.99	c #Conflicts:     814000 | #Constraints:      28916
706.95/741.99	c #Conflicts:     815000 | #Constraints:      29964
706.95/741.99	c #Conflicts:     816000 | #Constraints:      31017
706.95/741.99	c #Conflicts:     817000 | #Constraints:      32065
706.95/741.99	c #Conflicts:     818000 | #Constraints:      33097
706.95/741.99	c #Conflicts:     819000 | #Constraints:      34130
706.95/741.99	c #Conflicts:     820000 | #Constraints:      35163
706.95/741.99	c #Conflicts:     821000 | #Constraints:      36198
706.95/741.99	c #Conflicts:     822000 | #Constraints:      37220
706.95/741.99	c #Conflicts:     823000 | #Constraints:      38245
706.95/741.99	c #Conflicts:     824000 | #Constraints:      39289
706.95/741.99	c #Conflicts:     825000 | #Constraints:      40311
706.95/741.99	c #Conflicts:     826000 | #Constraints:      41333
706.95/741.99	c #Conflicts:     827000 | #Constraints:      42360
706.95/741.99	c #Conflicts:     828000 | #Constraints:      43389
706.95/741.99	c INPROCESSING
706.95/741.99	c GARBAGE COLLECT
706.95/741.99	c rational objective 997
726.54/762.49	c #Conflicts:     829000 | #Constraints:      25962
726.54/762.49	c #Conflicts:     830000 | #Constraints:      26962
726.54/762.49	c #Conflicts:     831000 | #Constraints:      27962
726.54/762.49	c #Conflicts:     832000 | #Constraints:      28962
726.54/762.49	c #Conflicts:     833000 | #Constraints:      29962
726.54/762.49	c #Conflicts:     834000 | #Constraints:      30962
726.54/762.49	c #Conflicts:     835000 | #Constraints:      31962
726.54/762.49	c #Conflicts:     836000 | #Constraints:      32962
726.54/762.49	c #Conflicts:     837000 | #Constraints:      33962
726.54/762.49	c #Conflicts:     838000 | #Constraints:      34962
726.54/762.49	c #Conflicts:     839000 | #Constraints:      35962
726.54/762.49	c #Conflicts:     840000 | #Constraints:      36962
726.54/762.49	c #Conflicts:     841000 | #Constraints:      37962
726.54/762.49	c #Conflicts:     842000 | #Constraints:      38962
726.54/762.49	c #Conflicts:     843000 | #Constraints:      39962
726.54/762.49	c #Conflicts:     844000 | #Constraints:      40962
726.54/762.49	c #Conflicts:     845000 | #Constraints:      41962
726.54/762.49	c #Conflicts:     846000 | #Constraints:      42962
726.54/762.49	c INPROCESSING
726.54/762.49	c GARBAGE COLLECT
726.54/762.49	c rational objective 997
744.08/780.97	c #Conflicts:     847000 | #Constraints:      25647
744.08/780.97	c #Conflicts:     848000 | #Constraints:      26647
744.08/780.97	c #Conflicts:     849000 | #Constraints:      27647
744.08/780.97	c #Conflicts:     850000 | #Constraints:      28647
744.08/780.97	c #Conflicts:     851000 | #Constraints:      29647
744.08/780.97	c #Conflicts:     852000 | #Constraints:      30647
744.08/780.97	c #Conflicts:     853000 | #Constraints:      31647
744.08/780.97	c #Conflicts:     854000 | #Constraints:      32647
744.08/780.97	c #Conflicts:     855000 | #Constraints:      33647
744.08/780.97	c #Conflicts:     856000 | #Constraints:      34647
744.08/780.97	c #Conflicts:     857000 | #Constraints:      35647
744.08/780.97	c #Conflicts:     858000 | #Constraints:      36647
744.08/780.97	c #Conflicts:     859000 | #Constraints:      37647
744.08/780.97	c #Conflicts:     860000 | #Constraints:      38647
744.08/780.97	c #Conflicts:     861000 | #Constraints:      39647
744.08/780.97	c #Conflicts:     862000 | #Constraints:      40647
744.08/780.97	c #Conflicts:     863000 | #Constraints:      41647
744.08/780.97	c #Conflicts:     864000 | #Constraints:      42647
744.08/780.97	c #Conflicts:     865000 | #Constraints:      43647
744.08/780.97	c INPROCESSING
744.08/780.97	c GARBAGE COLLECT
744.08/780.97	c rational objective 997
760.91/797.84	c #Conflicts:     866000 | #Constraints:      26181
760.91/797.84	c #Conflicts:     867000 | #Constraints:      27205
760.91/797.84	c #Conflicts:     868000 | #Constraints:      28253
760.91/797.84	c #Conflicts:     869000 | #Constraints:      29310
760.91/797.84	c #Conflicts:     870000 | #Constraints:      30356
760.91/797.84	c #Conflicts:     871000 | #Constraints:      31411
760.91/797.84	c #Conflicts:     872000 | #Constraints:      32461
760.91/797.84	c #Conflicts:     873000 | #Constraints:      33497
760.91/797.84	c #Conflicts:     874000 | #Constraints:      34522
760.91/797.84	c #Conflicts:     875000 | #Constraints:      35544
760.91/797.84	c #Conflicts:     876000 | #Constraints:      36561
760.91/797.84	c #Conflicts:     877000 | #Constraints:      37590
760.91/797.84	c #Conflicts:     878000 | #Constraints:      38610
760.91/797.84	c #Conflicts:     879000 | #Constraints:      39627
760.91/797.84	c #Conflicts:     880000 | #Constraints:      40644
760.91/797.84	c #Conflicts:     881000 | #Constraints:      41670
760.91/797.84	c #Conflicts:     882000 | #Constraints:      42692
760.91/797.84	c #Conflicts:     883000 | #Constraints:      43714
760.91/797.84	c #Conflicts:     884000 | #Constraints:      44735
760.91/797.84	c INPROCESSING
760.91/797.84	c GARBAGE COLLECT
760.91/797.84	c rational objective 997
779.59/817.43	c #Conflicts:     885000 | #Constraints:      26762
779.59/817.43	c #Conflicts:     886000 | #Constraints:      27762
779.59/817.43	c #Conflicts:     887000 | #Constraints:      28762
779.59/817.43	c #Conflicts:     888000 | #Constraints:      29762
779.59/817.43	c #Conflicts:     889000 | #Constraints:      30762
779.59/817.43	c #Conflicts:     890000 | #Constraints:      31762
779.59/817.43	c #Conflicts:     891000 | #Constraints:      32762
779.59/817.43	c #Conflicts:     892000 | #Constraints:      33762
779.59/817.43	c #Conflicts:     893000 | #Constraints:      34762
779.59/817.43	c #Conflicts:     894000 | #Constraints:      35762
779.59/817.43	c #Conflicts:     895000 | #Constraints:      36762
779.59/817.43	c #Conflicts:     896000 | #Constraints:      37762
779.59/817.43	c #Conflicts:     897000 | #Constraints:      38762
779.59/817.43	c #Conflicts:     898000 | #Constraints:      39762
779.59/817.43	c #Conflicts:     899000 | #Constraints:      40762
779.59/817.43	c #Conflicts:     900000 | #Constraints:      41762
779.59/817.43	c #Conflicts:     901000 | #Constraints:      42762
779.59/817.43	c #Conflicts:     902000 | #Constraints:      43762
779.59/817.43	c #Conflicts:     903000 | #Constraints:      44762
779.59/817.43	c INPROCESSING
779.59/817.43	c GARBAGE COLLECT
779.59/817.43	c rational objective 997
795.03/832.94	c #Conflicts:     904000 | #Constraints:      26851
795.03/832.94	c #Conflicts:     905000 | #Constraints:      27882
795.03/832.94	c #Conflicts:     906000 | #Constraints:      28975
795.03/832.94	c #Conflicts:     907000 | #Constraints:      30042
795.03/832.94	c #Conflicts:     908000 | #Constraints:      31079
795.03/832.94	c #Conflicts:     909000 | #Constraints:      32108
795.03/832.94	c #Conflicts:     910000 | #Constraints:      33169
795.03/832.94	c #Conflicts:     911000 | #Constraints:      34202
795.03/832.94	c #Conflicts:     912000 | #Constraints:      35253
795.03/832.94	c #Conflicts:     913000 | #Constraints:      36301
795.03/832.94	c #Conflicts:     914000 | #Constraints:      37334
795.03/832.94	c #Conflicts:     915000 | #Constraints:      38358
795.03/832.94	c #Conflicts:     916000 | #Constraints:      39389
795.03/832.94	c #Conflicts:     917000 | #Constraints:      40424
795.03/832.94	c #Conflicts:     918000 | #Constraints:      41445
795.03/832.94	c #Conflicts:     919000 | #Constraints:      42469
795.03/832.94	c #Conflicts:     920000 | #Constraints:      43513
795.03/832.94	c #Conflicts:     921000 | #Constraints:      44540
795.03/832.94	c #Conflicts:     922000 | #Constraints:      45569
795.03/832.94	c INPROCESSING
795.03/832.94	c GARBAGE COLLECT
795.03/832.94	c rational objective 997
814.75/853.60	c #Conflicts:     923000 | #Constraints:      27066
814.75/853.60	c #Conflicts:     924000 | #Constraints:      28066
814.75/853.60	c #Conflicts:     925000 | #Constraints:      29066
814.75/853.60	c #Conflicts:     926000 | #Constraints:      30066
814.75/853.60	c #Conflicts:     927000 | #Constraints:      31066
814.75/853.60	c #Conflicts:     928000 | #Constraints:      32066
814.75/853.60	c #Conflicts:     929000 | #Constraints:      33066
814.75/853.60	c #Conflicts:     930000 | #Constraints:      34066
814.75/853.60	c #Conflicts:     931000 | #Constraints:      35066
814.75/853.60	c #Conflicts:     932000 | #Constraints:      36066
814.75/853.60	c #Conflicts:     933000 | #Constraints:      37066
814.75/853.60	c #Conflicts:     934000 | #Constraints:      38066
814.75/853.60	c #Conflicts:     935000 | #Constraints:      39066
814.75/853.60	c #Conflicts:     936000 | #Constraints:      40066
814.75/853.60	c #Conflicts:     937000 | #Constraints:      41066
814.75/853.60	c #Conflicts:     938000 | #Constraints:      42066
814.75/853.60	c #Conflicts:     939000 | #Constraints:      43066
814.75/853.60	c #Conflicts:     940000 | #Constraints:      44066
814.75/853.60	c #Conflicts:     941000 | #Constraints:      45066
814.75/853.60	c INPROCESSING
814.75/853.60	c GARBAGE COLLECT
814.75/853.60	c rational objective 997
833.36/872.91	c #Conflicts:     942000 | #Constraints:      26705
833.36/872.91	c #Conflicts:     943000 | #Constraints:      27705
833.36/872.91	c #Conflicts:     944000 | #Constraints:      28705
833.36/872.91	c #Conflicts:     945000 | #Constraints:      29705
833.36/872.91	c #Conflicts:     946000 | #Constraints:      30705
833.36/872.91	c #Conflicts:     947000 | #Constraints:      31705
833.36/872.91	c #Conflicts:     948000 | #Constraints:      32705
833.36/872.91	c #Conflicts:     949000 | #Constraints:      33705
833.36/872.91	c #Conflicts:     950000 | #Constraints:      34705
833.36/872.91	c #Conflicts:     951000 | #Constraints:      35705
833.36/872.91	c #Conflicts:     952000 | #Constraints:      36705
833.36/872.91	c #Conflicts:     953000 | #Constraints:      37705
833.36/872.91	c #Conflicts:     954000 | #Constraints:      38705
833.36/872.91	c #Conflicts:     955000 | #Constraints:      39705
833.36/872.91	c #Conflicts:     956000 | #Constraints:      40705
833.36/872.91	c #Conflicts:     957000 | #Constraints:      41705
833.36/872.91	c #Conflicts:     958000 | #Constraints:      42705
833.36/872.91	c #Conflicts:     959000 | #Constraints:      43705
833.36/872.91	c #Conflicts:     960000 | #Constraints:      44705
833.36/872.91	c #Conflicts:     961000 | #Constraints:      45705
833.36/872.91	c INPROCESSING
833.36/872.91	c GARBAGE COLLECT
833.36/872.91	c rational objective 997
858.47/898.12	c #Conflicts:     962000 | #Constraints:      27212
858.47/898.12	c #Conflicts:     963000 | #Constraints:      28247
858.47/898.12	c #Conflicts:     964000 | #Constraints:      29280
858.47/898.12	c #Conflicts:     965000 | #Constraints:      30321
858.47/898.12	c #Conflicts:     966000 | #Constraints:      31339
858.47/898.12	c #Conflicts:     967000 | #Constraints:      32348
858.47/898.12	c #Conflicts:     968000 | #Constraints:      33372
858.47/898.12	c #Conflicts:     969000 | #Constraints:      34394
858.47/898.12	c #Conflicts:     970000 | #Constraints:      35409
858.47/898.12	c #Conflicts:     971000 | #Constraints:      36425
858.47/898.12	c #Conflicts:     972000 | #Constraints:      37451
858.47/898.12	c #Conflicts:     973000 | #Constraints:      38465
858.47/898.12	c #Conflicts:     974000 | #Constraints:      39476
858.47/898.12	c #Conflicts:     975000 | #Constraints:      40488
858.47/898.12	c #Conflicts:     976000 | #Constraints:      41505
858.47/898.12	c #Conflicts:     977000 | #Constraints:      42520
858.47/898.12	c #Conflicts:     978000 | #Constraints:      43545
858.47/898.12	c #Conflicts:     979000 | #Constraints:      44559
858.47/898.12	c #Conflicts:     980000 | #Constraints:      45623
858.47/898.12	c #Conflicts:     981000 | #Constraints:      46674
858.47/898.12	c INPROCESSING
858.47/898.12	c GARBAGE COLLECT
858.47/898.12	c rational objective 997
877.76/918.16	c #Conflicts:     982000 | #Constraints:      27699
877.76/918.16	c #Conflicts:     983000 | #Constraints:      28699
877.76/918.16	c #Conflicts:     984000 | #Constraints:      29699
877.76/918.16	c #Conflicts:     985000 | #Constraints:      30699
877.76/918.16	c #Conflicts:     986000 | #Constraints:      31699
877.76/918.16	c #Conflicts:     987000 | #Constraints:      32699
877.76/918.16	c #Conflicts:     988000 | #Constraints:      33699
877.76/918.16	c #Conflicts:     989000 | #Constraints:      34699
877.76/918.16	c #Conflicts:     990000 | #Constraints:      35699
877.76/918.16	c #Conflicts:     991000 | #Constraints:      36699
877.76/918.16	c #Conflicts:     992000 | #Constraints:      37699
877.76/918.16	c #Conflicts:     993000 | #Constraints:      38699
877.76/918.16	c #Conflicts:     994000 | #Constraints:      39699
877.76/918.16	c #Conflicts:     995000 | #Constraints:      40700
877.76/918.16	c #Conflicts:     996000 | #Constraints:      41700
877.76/918.16	c #Conflicts:     997000 | #Constraints:      42700
877.76/918.16	c #Conflicts:     998000 | #Constraints:      43701
877.76/918.16	c #Conflicts:     999000 | #Constraints:      44702
877.76/918.16	c #Conflicts:    1000000 | #Constraints:      45702
877.76/918.16	c #Conflicts:    1001000 | #Constraints:      46703
877.76/918.16	c INPROCESSING
877.76/918.16	c GARBAGE COLLECT
877.76/918.16	c rational objective 997
906.76/947.94	c #Conflicts:    1002000 | #Constraints:      27802
906.76/947.94	c #Conflicts:    1003000 | #Constraints:      28822
906.76/947.94	c #Conflicts:    1004000 | #Constraints:      29852
906.76/947.94	c #Conflicts:    1005000 | #Constraints:      30880
906.76/947.94	c #Conflicts:    1006000 | #Constraints:      31880
906.76/947.94	c #Conflicts:    1007000 | #Constraints:      32903
906.76/947.94	c #Conflicts:    1008000 | #Constraints:      33944
906.76/947.94	c #Conflicts:    1009000 | #Constraints:      34990
906.76/947.94	c #Conflicts:    1010000 | #Constraints:      36028
906.76/947.94	c #Conflicts:    1011000 | #Constraints:      37063
906.76/947.94	c #Conflicts:    1012000 | #Constraints:      38090
906.76/947.94	c #Conflicts:    1013000 | #Constraints:      39108
906.76/947.94	c #Conflicts:    1014000 | #Constraints:      40134
906.76/947.94	c #Conflicts:    1015000 | #Constraints:      41158
906.76/947.94	c #Conflicts:    1016000 | #Constraints:      42187
906.76/947.94	c #Conflicts:    1017000 | #Constraints:      43204
906.76/947.94	c #Conflicts:    1018000 | #Constraints:      44227
906.76/947.94	c #Conflicts:    1019000 | #Constraints:      45249
906.76/947.94	c #Conflicts:    1020000 | #Constraints:      46277
906.76/947.94	c #Conflicts:    1021000 | #Constraints:      47297
906.76/947.94	c INPROCESSING
906.76/947.94	c GARBAGE COLLECT
906.76/947.94	c rational objective 997
927.79/970.16	c #Conflicts:    1022000 | #Constraints:      27949
927.79/970.16	c #Conflicts:    1023000 | #Constraints:      28949
927.79/970.16	c #Conflicts:    1024000 | #Constraints:      29949
927.79/970.16	c #Conflicts:    1025000 | #Constraints:      30949
927.79/970.16	c #Conflicts:    1026000 | #Constraints:      31949
927.79/970.16	c #Conflicts:    1027000 | #Constraints:      32949
927.79/970.16	c #Conflicts:    1028000 | #Constraints:      33949
927.79/970.16	c #Conflicts:    1029000 | #Constraints:      34949
927.79/970.16	c #Conflicts:    1030000 | #Constraints:      35949
927.79/970.16	c #Conflicts:    1031000 | #Constraints:      36949
927.79/970.16	c #Conflicts:    1032000 | #Constraints:      37949
927.79/970.16	c #Conflicts:    1033000 | #Constraints:      38949
927.79/970.16	c #Conflicts:    1034000 | #Constraints:      39949
927.79/970.16	c #Conflicts:    1035000 | #Constraints:      40949
927.79/970.16	c #Conflicts:    1036000 | #Constraints:      41949
927.79/970.16	c #Conflicts:    1037000 | #Constraints:      42949
927.79/970.16	c #Conflicts:    1038000 | #Constraints:      43949
927.79/970.16	c #Conflicts:    1039000 | #Constraints:      44949
927.79/970.16	c #Conflicts:    1040000 | #Constraints:      45949
927.79/970.16	c #Conflicts:    1041000 | #Constraints:      46949
927.79/970.16	c INPROCESSING
927.79/970.16	c GARBAGE COLLECT
927.79/970.16	c rational objective 997
949.22/992.20	c #Conflicts:    1042000 | #Constraints:      27640
949.22/992.20	c #Conflicts:    1043000 | #Constraints:      28640
949.22/992.20	c #Conflicts:    1044000 | #Constraints:      29640
949.22/992.20	c #Conflicts:    1045000 | #Constraints:      30640
949.22/992.20	c #Conflicts:    1046000 | #Constraints:      31640
949.22/992.20	c #Conflicts:    1047000 | #Constraints:      32640
949.22/992.20	c #Conflicts:    1048000 | #Constraints:      33640
949.22/992.20	c #Conflicts:    1049000 | #Constraints:      34640
949.22/992.20	c #Conflicts:    1050000 | #Constraints:      35640
949.22/992.20	c #Conflicts:    1051000 | #Constraints:      36640
949.22/992.20	c #Conflicts:    1052000 | #Constraints:      37640
949.22/992.20	c #Conflicts:    1053000 | #Constraints:      38640
949.22/992.20	c #Conflicts:    1054000 | #Constraints:      39640
949.22/992.20	c #Conflicts:    1055000 | #Constraints:      40640
949.22/992.20	c #Conflicts:    1056000 | #Constraints:      41640
949.22/992.20	c #Conflicts:    1057000 | #Constraints:      42640
949.22/992.20	c #Conflicts:    1058000 | #Constraints:      43640
949.22/992.20	c #Conflicts:    1059000 | #Constraints:      44640
949.22/992.20	c #Conflicts:    1060000 | #Constraints:      45640
949.22/992.20	c #Conflicts:    1061000 | #Constraints:      46640
949.22/992.20	c #Conflicts:    1062000 | #Constraints:      47640
949.22/992.20	c INPROCESSING
949.22/992.20	c GARBAGE COLLECT
949.22/992.20	c rational objective 997
958.69/1001.70	c #Conflicts:    1063000 | #Constraints:      28192
958.69/1001.70	c #Conflicts:    1064000 | #Constraints:      29192
958.69/1001.70	c #Conflicts:    1065000 | #Constraints:      30192
958.69/1001.70	c #Conflicts:    1066000 | #Constraints:      31192
958.69/1001.70	c #Conflicts:    1067000 | #Constraints:      32192
958.69/1001.70	c #Conflicts:    1068000 | #Constraints:      33192
958.69/1001.70	c #Conflicts:    1069000 | #Constraints:      34192
958.69/1001.70	c #Conflicts:    1070000 | #Constraints:      35192
958.69/1001.70	c #Conflicts:    1071000 | #Constraints:      36192
958.69/1001.70	c #Conflicts:    1072000 | #Constraints:      37192
958.69/1001.70	c #Conflicts:    1073000 | #Constraints:      38192
958.69/1001.70	c bounds 1037 >= 998 @ 944.991
966.98/1010.06	c #Conflicts:    1074000 | #Constraints:      39292
966.98/1010.06	c #Conflicts:    1075000 | #Constraints:      40321
966.98/1010.06	c #Conflicts:    1076000 | #Constraints:      41364
966.98/1010.06	c #Conflicts:    1077000 | #Constraints:      42397
966.98/1010.06	c #Conflicts:    1078000 | #Constraints:      43420
966.98/1010.06	c #Conflicts:    1079000 | #Constraints:      44464
966.98/1010.06	c #Conflicts:    1080000 | #Constraints:      45494
966.98/1010.06	c #Conflicts:    1081000 | #Constraints:      46508
966.98/1010.06	c #Conflicts:    1082000 | #Constraints:      47537
966.98/1010.06	c #Conflicts:    1083000 | #Constraints:      48574
966.98/1010.06	c INPROCESSING
966.98/1010.06	c GARBAGE COLLECT
966.98/1010.06	c rational objective 998
987.21/1031.33	c #Conflicts:    1084000 | #Constraints:      28687
987.21/1031.33	c #Conflicts:    1085000 | #Constraints:      29687
987.21/1031.33	c #Conflicts:    1086000 | #Constraints:      30687
987.21/1031.33	c #Conflicts:    1087000 | #Constraints:      31687
987.21/1031.33	c #Conflicts:    1088000 | #Constraints:      32687
987.21/1031.33	c #Conflicts:    1089000 | #Constraints:      33687
987.21/1031.33	c #Conflicts:    1090000 | #Constraints:      34687
987.21/1031.33	c #Conflicts:    1091000 | #Constraints:      35687
987.21/1031.33	c #Conflicts:    1092000 | #Constraints:      36687
987.21/1031.33	c #Conflicts:    1093000 | #Constraints:      37687
987.21/1031.33	c #Conflicts:    1094000 | #Constraints:      38687
987.21/1031.33	c #Conflicts:    1095000 | #Constraints:      39687
987.21/1031.33	c #Conflicts:    1096000 | #Constraints:      40687
987.21/1031.33	c #Conflicts:    1097000 | #Constraints:      41687
987.21/1031.33	c #Conflicts:    1098000 | #Constraints:      42687
987.21/1031.33	c #Conflicts:    1099000 | #Constraints:      43687
987.21/1031.33	c #Conflicts:    1100000 | #Constraints:      44687
987.21/1031.33	c #Conflicts:    1101000 | #Constraints:      45687
987.21/1031.33	c #Conflicts:    1102000 | #Constraints:      46687
987.21/1031.33	c #Conflicts:    1103000 | #Constraints:      47687
987.21/1031.33	c #Conflicts:    1104000 | #Constraints:      48687
987.21/1031.33	c INPROCESSING
987.21/1031.33	c GARBAGE COLLECT
987.21/1031.33	c rational objective 998
1015.20/1059.91	c #Conflicts:    1105000 | #Constraints:      28830
1015.20/1059.91	c #Conflicts:    1106000 | #Constraints:      29859
1015.20/1059.91	c #Conflicts:    1107000 | #Constraints:      30868
1015.20/1059.91	c #Conflicts:    1108000 | #Constraints:      31905
1015.20/1059.91	c #Conflicts:    1109000 | #Constraints:      32934
1015.20/1059.91	c #Conflicts:    1110000 | #Constraints:      33966
1015.20/1059.91	c #Conflicts:    1111000 | #Constraints:      35018
1015.20/1059.91	c #Conflicts:    1112000 | #Constraints:      36053
1015.20/1059.91	c #Conflicts:    1113000 | #Constraints:      37104
1015.20/1059.91	c #Conflicts:    1114000 | #Constraints:      38139
1015.20/1059.91	c #Conflicts:    1115000 | #Constraints:      39168
1015.20/1059.91	c #Conflicts:    1116000 | #Constraints:      40201
1015.20/1059.91	c #Conflicts:    1117000 | #Constraints:      41239
1015.20/1059.91	c #Conflicts:    1118000 | #Constraints:      42269
1015.20/1059.91	c #Conflicts:    1119000 | #Constraints:      43278
1015.20/1059.91	c #Conflicts:    1120000 | #Constraints:      44286
1015.20/1059.91	c #Conflicts:    1121000 | #Constraints:      45328
1015.20/1059.91	c #Conflicts:    1122000 | #Constraints:      46371
1015.20/1059.91	c #Conflicts:    1123000 | #Constraints:      47410
1015.20/1059.91	c #Conflicts:    1124000 | #Constraints:      48448
1015.20/1059.91	c #Conflicts:    1125000 | #Constraints:      49491
1015.20/1059.91	c INPROCESSING
1015.20/1059.91	c GARBAGE COLLECT
1015.20/1059.91	c rational objective 998
1037.03/1081.81	c #Conflicts:    1126000 | #Constraints:      29052
1037.03/1081.81	c #Conflicts:    1127000 | #Constraints:      30052
1037.03/1081.81	c #Conflicts:    1128000 | #Constraints:      31052
1037.03/1081.81	c #Conflicts:    1129000 | #Constraints:      32052
1037.03/1081.81	c #Conflicts:    1130000 | #Constraints:      33052
1037.03/1081.81	c #Conflicts:    1131000 | #Constraints:      34052
1037.03/1081.81	c #Conflicts:    1132000 | #Constraints:      35052
1037.03/1081.81	c #Conflicts:    1133000 | #Constraints:      36052
1037.03/1081.81	c #Conflicts:    1134000 | #Constraints:      37052
1037.03/1081.81	c #Conflicts:    1135000 | #Constraints:      38052
1037.03/1081.81	c #Conflicts:    1136000 | #Constraints:      39052
1037.03/1081.81	c #Conflicts:    1137000 | #Constraints:      40052
1037.03/1081.81	c #Conflicts:    1138000 | #Constraints:      41052
1037.03/1081.81	c #Conflicts:    1139000 | #Constraints:      42053
1037.03/1081.81	c #Conflicts:    1140000 | #Constraints:      43053
1037.03/1081.81	c #Conflicts:    1141000 | #Constraints:      44053
1037.03/1081.81	c #Conflicts:    1142000 | #Constraints:      45053
1037.03/1081.81	c #Conflicts:    1143000 | #Constraints:      46053
1037.03/1081.81	c #Conflicts:    1144000 | #Constraints:      47053
1037.03/1081.81	c #Conflicts:    1145000 | #Constraints:      48053
1037.03/1081.81	c #Conflicts:    1146000 | #Constraints:      49053
1037.03/1081.81	c INPROCESSING
1037.03/1081.81	c GARBAGE COLLECT
1037.03/1081.81	c rational objective 998
1060.26/1106.03	c #Conflicts:    1147000 | #Constraints:      28720
1060.26/1106.03	c #Conflicts:    1148000 | #Constraints:      29720
1060.26/1106.03	c #Conflicts:    1149000 | #Constraints:      30720
1060.26/1106.03	c #Conflicts:    1150000 | #Constraints:      31720
1060.26/1106.03	c #Conflicts:    1151000 | #Constraints:      32720
1060.26/1106.03	c #Conflicts:    1152000 | #Constraints:      33720
1060.26/1106.03	c #Conflicts:    1153000 | #Constraints:      34720
1060.26/1106.03	c #Conflicts:    1154000 | #Constraints:      35720
1060.26/1106.03	c #Conflicts:    1155000 | #Constraints:      36720
1060.26/1106.03	c #Conflicts:    1156000 | #Constraints:      37720
1060.26/1106.03	c #Conflicts:    1157000 | #Constraints:      38720
1060.26/1106.03	c #Conflicts:    1158000 | #Constraints:      39720
1060.26/1106.03	c #Conflicts:    1159000 | #Constraints:      40720
1060.26/1106.03	c #Conflicts:    1160000 | #Constraints:      41720
1060.26/1106.03	c #Conflicts:    1161000 | #Constraints:      42720
1060.26/1106.03	c #Conflicts:    1162000 | #Constraints:      43720
1060.26/1106.03	c #Conflicts:    1163000 | #Constraints:      44720
1060.26/1106.03	c #Conflicts:    1164000 | #Constraints:      45720
1060.26/1106.03	c #Conflicts:    1165000 | #Constraints:      46720
1060.26/1106.03	c #Conflicts:    1166000 | #Constraints:      47720
1060.26/1106.03	c #Conflicts:    1167000 | #Constraints:      48720
1060.26/1106.03	c #Conflicts:    1168000 | #Constraints:      49720
1060.26/1106.03	c INPROCESSING
1060.26/1106.03	c GARBAGE COLLECT
1060.26/1106.03	c rational objective 998
1080.05/1126.27	c #Conflicts:    1169000 | #Constraints:      29261
1080.05/1126.27	c #Conflicts:    1170000 | #Constraints:      30303
1080.05/1126.27	c #Conflicts:    1171000 | #Constraints:      31326
1080.05/1126.27	c #Conflicts:    1172000 | #Constraints:      32387
1080.05/1126.27	c #Conflicts:    1173000 | #Constraints:      33456
1080.05/1126.27	c #Conflicts:    1174000 | #Constraints:      34487
1080.05/1126.27	c #Conflicts:    1175000 | #Constraints:      35525
1080.05/1126.27	c #Conflicts:    1176000 | #Constraints:      36568
1080.05/1126.27	c #Conflicts:    1177000 | #Constraints:      37596
1080.05/1126.27	c #Conflicts:    1178000 | #Constraints:      38631
1080.05/1126.27	c #Conflicts:    1179000 | #Constraints:      39672
1080.05/1126.27	c #Conflicts:    1180000 | #Constraints:      40713
1080.05/1126.27	c #Conflicts:    1181000 | #Constraints:      41751
1080.05/1126.27	c #Conflicts:    1182000 | #Constraints:      42788
1080.05/1126.27	c #Conflicts:    1183000 | #Constraints:      43819
1080.05/1126.27	c #Conflicts:    1184000 | #Constraints:      44848
1080.05/1126.27	c #Conflicts:    1185000 | #Constraints:      45886
1080.05/1126.27	c #Conflicts:    1186000 | #Constraints:      46919
1080.05/1126.27	c #Conflicts:    1187000 | #Constraints:      47951
1080.05/1126.27	c #Conflicts:    1188000 | #Constraints:      48982
1080.05/1126.27	c #Conflicts:    1189000 | #Constraints:      50007
1080.05/1126.27	c #Conflicts:    1190000 | #Constraints:      51031
1080.05/1126.27	c INPROCESSING
1080.05/1126.27	c GARBAGE COLLECT
1080.05/1126.27	c rational objective 998
1102.71/1149.63	c #Conflicts:    1191000 | #Constraints:      29928
1102.71/1149.63	c #Conflicts:    1192000 | #Constraints:      30928
1102.71/1149.63	c #Conflicts:    1193000 | #Constraints:      31928
1102.71/1149.63	c #Conflicts:    1194000 | #Constraints:      32928
1102.71/1149.63	c #Conflicts:    1195000 | #Constraints:      33928
1102.71/1149.63	c #Conflicts:    1196000 | #Constraints:      34928
1102.71/1149.63	c #Conflicts:    1197000 | #Constraints:      35928
1102.71/1149.63	c #Conflicts:    1198000 | #Constraints:      36928
1102.71/1149.63	c #Conflicts:    1199000 | #Constraints:      37928
1102.71/1149.63	c #Conflicts:    1200000 | #Constraints:      38928
1102.71/1149.63	c #Conflicts:    1201000 | #Constraints:      39928
1102.71/1149.63	c #Conflicts:    1202000 | #Constraints:      40928
1102.71/1149.63	c #Conflicts:    1203000 | #Constraints:      41928
1102.71/1149.63	c #Conflicts:    1204000 | #Constraints:      42928
1102.71/1149.63	c #Conflicts:    1205000 | #Constraints:      43928
1102.71/1149.63	c #Conflicts:    1206000 | #Constraints:      44928
1102.71/1149.63	c #Conflicts:    1207000 | #Constraints:      45928
1102.71/1149.63	c #Conflicts:    1208000 | #Constraints:      46928
1102.71/1149.63	c #Conflicts:    1209000 | #Constraints:      47928
1102.71/1149.63	c #Conflicts:    1210000 | #Constraints:      48928
1102.71/1149.63	c #Conflicts:    1211000 | #Constraints:      49928
1102.71/1149.63	c #Conflicts:    1212000 | #Constraints:      50928
1102.71/1149.63	c INPROCESSING
1102.71/1149.63	c GARBAGE COLLECT
1102.71/1149.63	c rational objective 998
1121.35/1168.33	c #Conflicts:    1213000 | #Constraints:      29969
1121.35/1168.33	c #Conflicts:    1214000 | #Constraints:      31003
1121.35/1168.33	c #Conflicts:    1215000 | #Constraints:      32042
1121.35/1168.33	c #Conflicts:    1216000 | #Constraints:      33083
1121.35/1168.33	c #Conflicts:    1217000 | #Constraints:      34134
1121.35/1168.33	c #Conflicts:    1218000 | #Constraints:      35179
1121.35/1168.33	c #Conflicts:    1219000 | #Constraints:      36216
1121.35/1168.33	c #Conflicts:    1220000 | #Constraints:      37260
1121.35/1168.33	c #Conflicts:    1221000 | #Constraints:      38299
1121.35/1168.33	c #Conflicts:    1222000 | #Constraints:      39329
1121.35/1168.33	c #Conflicts:    1223000 | #Constraints:      40362
1121.35/1168.33	c #Conflicts:    1224000 | #Constraints:      41398
1121.35/1168.33	c #Conflicts:    1225000 | #Constraints:      42470
1121.35/1168.33	c #Conflicts:    1226000 | #Constraints:      43518
1121.35/1168.33	c #Conflicts:    1227000 | #Constraints:      44550
1121.35/1168.33	c #Conflicts:    1228000 | #Constraints:      45591
1121.35/1168.33	c #Conflicts:    1229000 | #Constraints:      46621
1121.35/1168.33	c #Conflicts:    1230000 | #Constraints:      47649
1121.35/1168.33	c #Conflicts:    1231000 | #Constraints:      48675
1121.35/1168.33	c #Conflicts:    1232000 | #Constraints:      49715
1121.35/1168.33	c #Conflicts:    1233000 | #Constraints:      50753
1121.35/1168.33	c #Conflicts:    1234000 | #Constraints:      51799
1121.35/1168.33	c INPROCESSING
1121.35/1168.33	c GARBAGE COLLECT
1121.35/1168.33	c rational objective 998
1146.50/1194.53	c #Conflicts:    1235000 | #Constraints:      30190
1146.50/1194.53	c #Conflicts:    1236000 | #Constraints:      31190
1146.50/1194.53	c #Conflicts:    1237000 | #Constraints:      32190
1146.50/1194.53	c #Conflicts:    1238000 | #Constraints:      33190
1146.50/1194.53	c #Conflicts:    1239000 | #Constraints:      34190
1146.50/1194.53	c #Conflicts:    1240000 | #Constraints:      35190
1146.50/1194.53	c #Conflicts:    1241000 | #Constraints:      36190
1146.50/1194.53	c #Conflicts:    1242000 | #Constraints:      37190
1146.50/1194.53	c #Conflicts:    1243000 | #Constraints:      38190
1146.50/1194.53	c #Conflicts:    1244000 | #Constraints:      39190
1146.50/1194.53	c #Conflicts:    1245000 | #Constraints:      40190
1146.50/1194.53	c #Conflicts:    1246000 | #Constraints:      41190
1146.50/1194.53	c #Conflicts:    1247000 | #Constraints:      42190
1146.50/1194.53	c #Conflicts:    1248000 | #Constraints:      43190
1146.50/1194.53	c #Conflicts:    1249000 | #Constraints:      44190
1146.50/1194.53	c #Conflicts:    1250000 | #Constraints:      45190
1146.50/1194.53	c #Conflicts:    1251000 | #Constraints:      46190
1146.50/1194.53	c #Conflicts:    1252000 | #Constraints:      47190
1146.50/1194.53	c #Conflicts:    1253000 | #Constraints:      48190
1146.50/1194.53	c #Conflicts:    1254000 | #Constraints:      49190
1146.50/1194.53	c #Conflicts:    1255000 | #Constraints:      50190
1146.50/1194.53	c #Conflicts:    1256000 | #Constraints:      51190
1146.50/1194.53	c INPROCESSING
1146.50/1194.53	c GARBAGE COLLECT
1146.50/1194.53	c rational objective 998
1169.57/1218.12	c #Conflicts:    1257000 | #Constraints:      29798
1169.57/1218.12	c #Conflicts:    1258000 | #Constraints:      30798
1169.57/1218.12	c #Conflicts:    1259000 | #Constraints:      31798
1169.57/1218.12	c #Conflicts:    1260000 | #Constraints:      32798
1169.57/1218.12	c #Conflicts:    1261000 | #Constraints:      33798
1169.57/1218.12	c #Conflicts:    1262000 | #Constraints:      34798
1169.57/1218.12	c #Conflicts:    1263000 | #Constraints:      35798
1169.57/1218.12	c #Conflicts:    1264000 | #Constraints:      36798
1169.57/1218.12	c #Conflicts:    1265000 | #Constraints:      37798
1169.57/1218.12	c #Conflicts:    1266000 | #Constraints:      38798
1169.57/1218.12	c #Conflicts:    1267000 | #Constraints:      39798
1169.57/1218.12	c #Conflicts:    1268000 | #Constraints:      40798
1169.57/1218.12	c #Conflicts:    1269000 | #Constraints:      41798
1169.57/1218.12	c #Conflicts:    1270000 | #Constraints:      42798
1169.57/1218.12	c #Conflicts:    1271000 | #Constraints:      43798
1169.57/1218.12	c #Conflicts:    1272000 | #Constraints:      44798
1169.57/1218.12	c #Conflicts:    1273000 | #Constraints:      45798
1169.57/1218.12	c #Conflicts:    1274000 | #Constraints:      46798
1169.57/1218.12	c #Conflicts:    1275000 | #Constraints:      47798
1169.57/1218.12	c #Conflicts:    1276000 | #Constraints:      48798
1169.57/1218.12	c #Conflicts:    1277000 | #Constraints:      49798
1169.57/1218.12	c #Conflicts:    1278000 | #Constraints:      50798
1169.57/1218.12	c #Conflicts:    1279000 | #Constraints:      51798
1169.57/1218.12	c INPROCESSING
1169.57/1218.12	c GARBAGE COLLECT
1169.57/1218.12	c rational objective 998
1200.37/1249.20	c #Conflicts:    1280000 | #Constraints:      30281
1200.37/1249.20	c #Conflicts:    1281000 | #Constraints:      31314
1200.37/1249.20	c #Conflicts:    1282000 | #Constraints:      32405
1200.37/1249.20	c #Conflicts:    1283000 | #Constraints:      33481
1200.37/1249.20	c #Conflicts:    1284000 | #Constraints:      34536
1200.37/1249.20	c #Conflicts:    1285000 | #Constraints:      35601
1200.37/1249.20	c #Conflicts:    1286000 | #Constraints:      36636
1200.37/1249.20	c #Conflicts:    1287000 | #Constraints:      37697
1200.37/1249.20	c #Conflicts:    1288000 | #Constraints:      38747
1200.37/1249.20	c #Conflicts:    1289000 | #Constraints:      39790
1200.37/1249.20	c #Conflicts:    1290000 | #Constraints:      40830
1200.37/1249.20	c #Conflicts:    1291000 | #Constraints:      41870
1200.37/1249.20	c #Conflicts:    1292000 | #Constraints:      42914
1200.37/1249.20	c #Conflicts:    1293000 | #Constraints:      43947
1200.37/1249.20	c #Conflicts:    1294000 | #Constraints:      44987
1200.37/1249.20	c #Conflicts:    1295000 | #Constraints:      46027
1200.37/1249.20	c #Conflicts:    1296000 | #Constraints:      47056
1200.37/1249.20	c #Conflicts:    1297000 | #Constraints:      48081
1200.37/1249.20	c #Conflicts:    1298000 | #Constraints:      49118
1200.37/1249.20	c #Conflicts:    1299000 | #Constraints:      50148
1200.37/1249.20	c #Conflicts:    1300000 | #Constraints:      51176
1200.37/1249.20	c #Conflicts:    1301000 | #Constraints:      52198
1200.37/1249.20	c #Conflicts:    1302000 | #Constraints:      53223
1200.37/1249.20	c INPROCESSING
1200.37/1249.20	c GARBAGE COLLECT
1200.37/1249.20	c rational objective 998
1227.37/1276.31	c #Conflicts:    1303000 | #Constraints:      31018
1227.37/1276.31	c #Conflicts:    1304000 | #Constraints:      32018
1227.37/1276.31	c #Conflicts:    1305000 | #Constraints:      33018
1227.37/1276.31	c #Conflicts:    1306000 | #Constraints:      34018
1227.37/1276.31	c #Conflicts:    1307000 | #Constraints:      35018
1227.37/1276.31	c #Conflicts:    1308000 | #Constraints:      36018
1227.37/1276.31	c #Conflicts:    1309000 | #Constraints:      37018
1227.37/1276.31	c #Conflicts:    1310000 | #Constraints:      38018
1227.37/1276.31	c #Conflicts:    1311000 | #Constraints:      39018
1227.37/1276.31	c #Conflicts:    1312000 | #Constraints:      40018
1227.37/1276.31	c #Conflicts:    1313000 | #Constraints:      41018
1227.37/1276.31	c #Conflicts:    1314000 | #Constraints:      42018
1227.37/1276.31	c #Conflicts:    1315000 | #Constraints:      43018
1227.37/1276.31	c #Conflicts:    1316000 | #Constraints:      44018
1227.37/1276.31	c #Conflicts:    1317000 | #Constraints:      45018
1227.37/1276.31	c #Conflicts:    1318000 | #Constraints:      46018
1227.37/1276.31	c #Conflicts:    1319000 | #Constraints:      47019
1227.37/1276.31	c #Conflicts:    1320000 | #Constraints:      48019
1227.37/1276.31	c #Conflicts:    1321000 | #Constraints:      49019
1227.37/1276.31	c #Conflicts:    1322000 | #Constraints:      50019
1227.37/1276.31	c #Conflicts:    1323000 | #Constraints:      51019
1227.37/1276.31	c #Conflicts:    1324000 | #Constraints:      52019
1227.37/1276.31	c #Conflicts:    1325000 | #Constraints:      53019
1227.37/1276.31	c INPROCESSING
1227.37/1276.31	c GARBAGE COLLECT
1227.37/1276.31	c rational objective 998
1253.64/1302.82	c #Conflicts:    1326000 | #Constraints:      30979
1253.64/1302.82	c #Conflicts:    1327000 | #Constraints:      32016
1253.64/1302.82	c #Conflicts:    1328000 | #Constraints:      33066
1253.64/1302.82	c #Conflicts:    1329000 | #Constraints:      34123
1253.64/1302.82	c #Conflicts:    1330000 | #Constraints:      35159
1253.64/1302.82	c #Conflicts:    1331000 | #Constraints:      36198
1253.64/1302.82	c #Conflicts:    1332000 | #Constraints:      37235
1253.64/1302.82	c #Conflicts:    1333000 | #Constraints:      38285
1253.64/1302.82	c #Conflicts:    1334000 | #Constraints:      39344
1253.64/1302.82	c #Conflicts:    1335000 | #Constraints:      40381
1253.64/1302.82	c #Conflicts:    1336000 | #Constraints:      41423
1253.64/1302.82	c #Conflicts:    1337000 | #Constraints:      42460
1253.64/1302.82	c #Conflicts:    1338000 | #Constraints:      43502
1253.64/1302.82	c #Conflicts:    1339000 | #Constraints:      44547
1253.64/1302.82	c #Conflicts:    1340000 | #Constraints:      45596
1253.64/1302.82	c #Conflicts:    1341000 | #Constraints:      46632
1253.64/1302.82	c #Conflicts:    1342000 | #Constraints:      47666
1253.64/1302.82	c #Conflicts:    1343000 | #Constraints:      48695
1253.64/1302.82	c #Conflicts:    1344000 | #Constraints:      49714
1253.64/1302.82	c #Conflicts:    1345000 | #Constraints:      50746
1253.64/1302.82	c #Conflicts:    1346000 | #Constraints:      51781
1253.64/1302.82	c #Conflicts:    1347000 | #Constraints:      52805
1253.64/1302.82	c #Conflicts:    1348000 | #Constraints:      53822
1253.64/1302.82	c INPROCESSING
1253.64/1302.82	c GARBAGE COLLECT
1253.64/1302.82	c rational objective 998
1278.06/1327.38	c #Conflicts:    1349000 | #Constraints:      31223
1278.06/1327.38	c #Conflicts:    1350000 | #Constraints:      32223
1278.06/1327.38	c #Conflicts:    1351000 | #Constraints:      33223
1278.06/1327.38	c #Conflicts:    1352000 | #Constraints:      34223
1278.06/1327.38	c #Conflicts:    1353000 | #Constraints:      35223
1278.06/1327.38	c #Conflicts:    1354000 | #Constraints:      36223
1278.06/1327.38	c #Conflicts:    1355000 | #Constraints:      37223
1278.06/1327.38	c #Conflicts:    1356000 | #Constraints:      38223
1278.06/1327.38	c #Conflicts:    1357000 | #Constraints:      39223
1278.06/1327.38	c #Conflicts:    1358000 | #Constraints:      40223
1278.06/1327.38	c #Conflicts:    1359000 | #Constraints:      41223
1278.06/1327.38	c #Conflicts:    1360000 | #Constraints:      42223
1278.06/1327.38	c #Conflicts:    1361000 | #Constraints:      43223
1278.06/1327.38	c #Conflicts:    1362000 | #Constraints:      44223
1278.06/1327.38	c #Conflicts:    1363000 | #Constraints:      45223
1278.06/1327.38	c #Conflicts:    1364000 | #Constraints:      46223
1278.06/1327.38	c #Conflicts:    1365000 | #Constraints:      47223
1278.06/1327.38	c #Conflicts:    1366000 | #Constraints:      48223
1278.06/1327.38	c #Conflicts:    1367000 | #Constraints:      49223
1278.06/1327.38	c #Conflicts:    1368000 | #Constraints:      50223
1278.06/1327.38	c #Conflicts:    1369000 | #Constraints:      51223
1278.06/1327.38	c #Conflicts:    1370000 | #Constraints:      52223
1278.06/1327.38	c #Conflicts:    1371000 | #Constraints:      53223
1278.06/1327.38	c INPROCESSING
1278.06/1327.38	c GARBAGE COLLECT
1278.06/1327.38	c rational objective 998
1303.18/1353.64	c #Conflicts:    1372000 | #Constraints:      30805
1303.18/1353.64	c #Conflicts:    1373000 | #Constraints:      31805
1303.18/1353.64	c #Conflicts:    1374000 | #Constraints:      32805
1303.18/1353.64	c #Conflicts:    1375000 | #Constraints:      33805
1303.18/1353.64	c #Conflicts:    1376000 | #Constraints:      34805
1303.18/1353.64	c #Conflicts:    1377000 | #Constraints:      35805
1303.18/1353.64	c #Conflicts:    1378000 | #Constraints:      36805
1303.18/1353.64	c #Conflicts:    1379000 | #Constraints:      37805
1303.18/1353.64	c #Conflicts:    1380000 | #Constraints:      38805
1303.18/1353.64	c #Conflicts:    1381000 | #Constraints:      39805
1303.18/1353.64	c #Conflicts:    1382000 | #Constraints:      40805
1303.18/1353.64	c #Conflicts:    1383000 | #Constraints:      41805
1303.18/1353.64	c #Conflicts:    1384000 | #Constraints:      42805
1303.18/1353.64	c #Conflicts:    1385000 | #Constraints:      43805
1303.18/1353.64	c #Conflicts:    1386000 | #Constraints:      44805
1303.18/1353.64	c #Conflicts:    1387000 | #Constraints:      45805
1303.18/1353.64	c #Conflicts:    1388000 | #Constraints:      46805
1303.18/1353.64	c #Conflicts:    1389000 | #Constraints:      47805
1303.18/1353.64	c #Conflicts:    1390000 | #Constraints:      48805
1303.18/1353.64	c #Conflicts:    1391000 | #Constraints:      49805
1303.18/1353.64	c #Conflicts:    1392000 | #Constraints:      50805
1303.18/1353.64	c #Conflicts:    1393000 | #Constraints:      51805
1303.18/1353.64	c #Conflicts:    1394000 | #Constraints:      52805
1303.18/1353.64	c #Conflicts:    1395000 | #Constraints:      53805
1303.18/1353.64	c INPROCESSING
1303.18/1353.64	c GARBAGE COLLECT
1303.18/1353.64	c rational objective 998
1325.78/1376.85	c #Conflicts:    1396000 | #Constraints:      31309
1325.78/1376.85	c #Conflicts:    1397000 | #Constraints:      32427
1325.78/1376.85	c #Conflicts:    1398000 | #Constraints:      33514
1325.78/1376.85	c #Conflicts:    1399000 | #Constraints:      34578
1325.78/1376.85	c #Conflicts:    1400000 | #Constraints:      35632
1325.78/1376.85	c #Conflicts:    1401000 | #Constraints:      36683
1325.78/1376.85	c #Conflicts:    1402000 | #Constraints:      37730
1325.78/1376.85	c #Conflicts:    1403000 | #Constraints:      38763
1325.78/1376.85	c #Conflicts:    1404000 | #Constraints:      39804
1325.78/1376.85	c #Conflicts:    1405000 | #Constraints:      40834
1325.78/1376.85	c #Conflicts:    1406000 | #Constraints:      41865
1325.78/1376.85	c #Conflicts:    1407000 | #Constraints:      42907
1325.78/1376.85	c #Conflicts:    1408000 | #Constraints:      43928
1325.78/1376.85	c #Conflicts:    1409000 | #Constraints:      44955
1325.78/1376.85	c #Conflicts:    1410000 | #Constraints:      45986
1325.78/1376.85	c #Conflicts:    1411000 | #Constraints:      47005
1325.78/1376.85	c #Conflicts:    1412000 | #Constraints:      48033
1325.78/1376.85	c #Conflicts:    1413000 | #Constraints:      49058
1325.78/1376.85	c #Conflicts:    1414000 | #Constraints:      50083
1325.78/1376.85	c #Conflicts:    1415000 | #Constraints:      51104
1325.78/1376.85	c #Conflicts:    1416000 | #Constraints:      52126
1325.78/1376.85	c #Conflicts:    1417000 | #Constraints:      53158
1325.78/1376.85	c #Conflicts:    1418000 | #Constraints:      54182
1325.78/1376.85	c #Conflicts:    1419000 | #Constraints:      55204
1325.78/1376.85	c INPROCESSING
1325.78/1376.85	c GARBAGE COLLECT
1325.78/1376.85	c rational objective 998
1353.38/1404.74	c #Conflicts:    1420000 | #Constraints:      32023
1353.38/1404.74	c #Conflicts:    1421000 | #Constraints:      33023
1353.38/1404.74	c #Conflicts:    1422000 | #Constraints:      34023
1353.38/1404.74	c #Conflicts:    1423000 | #Constraints:      35023
1353.38/1404.74	c #Conflicts:    1424000 | #Constraints:      36023
1353.38/1404.74	c #Conflicts:    1425000 | #Constraints:      37023
1353.38/1404.74	c #Conflicts:    1426000 | #Constraints:      38023
1353.38/1404.74	c #Conflicts:    1427000 | #Constraints:      39023
1353.38/1404.74	c #Conflicts:    1428000 | #Constraints:      40023
1353.38/1404.74	c #Conflicts:    1429000 | #Constraints:      41023
1353.38/1404.74	c #Conflicts:    1430000 | #Constraints:      42023
1353.38/1404.74	c #Conflicts:    1431000 | #Constraints:      43023
1353.38/1404.74	c #Conflicts:    1432000 | #Constraints:      44023
1353.38/1404.74	c #Conflicts:    1433000 | #Constraints:      45023
1353.38/1404.74	c #Conflicts:    1434000 | #Constraints:      46023
1353.38/1404.74	c #Conflicts:    1435000 | #Constraints:      47023
1353.38/1404.74	c #Conflicts:    1436000 | #Constraints:      48023
1353.38/1404.74	c #Conflicts:    1437000 | #Constraints:      49023
1353.38/1404.74	c #Conflicts:    1438000 | #Constraints:      50023
1353.38/1404.74	c #Conflicts:    1439000 | #Constraints:      51023
1353.38/1404.74	c #Conflicts:    1440000 | #Constraints:      52023
1353.38/1404.74	c #Conflicts:    1441000 | #Constraints:      53023
1353.38/1404.74	c #Conflicts:    1442000 | #Constraints:      54023
1353.38/1404.74	c #Conflicts:    1443000 | #Constraints:      55023
1353.38/1404.74	c INPROCESSING
1353.38/1404.74	c GARBAGE COLLECT
1353.38/1404.74	c rational objective 998
1375.56/1427.53	c #Conflicts:    1444000 | #Constraints:      32024
1375.56/1427.53	c #Conflicts:    1445000 | #Constraints:      33062
1375.56/1427.53	c #Conflicts:    1446000 | #Constraints:      34148
1375.56/1427.53	c #Conflicts:    1447000 | #Constraints:      35226
1375.56/1427.53	c #Conflicts:    1448000 | #Constraints:      36293
1375.56/1427.53	c #Conflicts:    1449000 | #Constraints:      37357
1375.56/1427.53	c #Conflicts:    1450000 | #Constraints:      38400
1375.56/1427.53	c #Conflicts:    1451000 | #Constraints:      39434
1375.56/1427.53	c #Conflicts:    1452000 | #Constraints:      40477
1375.56/1427.53	c #Conflicts:    1453000 | #Constraints:      41522
1375.56/1427.53	c #Conflicts:    1454000 | #Constraints:      42577
1375.56/1427.53	c #Conflicts:    1455000 | #Constraints:      43616
1375.56/1427.53	c #Conflicts:    1456000 | #Constraints:      44656
1375.56/1427.53	c #Conflicts:    1457000 | #Constraints:      45692
1375.56/1427.53	c #Conflicts:    1458000 | #Constraints:      46710
1375.56/1427.53	c #Conflicts:    1459000 | #Constraints:      47742
1375.56/1427.53	c #Conflicts:    1460000 | #Constraints:      48776
1375.56/1427.53	c #Conflicts:    1461000 | #Constraints:      49821
1375.56/1427.53	c #Conflicts:    1462000 | #Constraints:      50850
1375.56/1427.53	c #Conflicts:    1463000 | #Constraints:      51876
1375.56/1427.53	c #Conflicts:    1464000 | #Constraints:      52898
1375.56/1427.53	c #Conflicts:    1465000 | #Constraints:      53930
1375.56/1427.53	c #Conflicts:    1466000 | #Constraints:      54970
1375.56/1427.53	c #Conflicts:    1467000 | #Constraints:      56007
1375.56/1427.53	c INPROCESSING
1375.56/1427.53	c GARBAGE COLLECT
1375.56/1427.53	c rational objective 998
1406.03/1458.83	c #Conflicts:    1468000 | #Constraints:      32312
1406.03/1458.83	c #Conflicts:    1469000 | #Constraints:      33312
1406.03/1458.83	c #Conflicts:    1470000 | #Constraints:      34312
1406.03/1458.83	c #Conflicts:    1471000 | #Constraints:      35312
1406.03/1458.83	c #Conflicts:    1472000 | #Constraints:      36312
1406.03/1458.83	c #Conflicts:    1473000 | #Constraints:      37312
1406.03/1458.83	c #Conflicts:    1474000 | #Constraints:      38312
1406.03/1458.83	c #Conflicts:    1475000 | #Constraints:      39312
1406.03/1458.83	c #Conflicts:    1476000 | #Constraints:      40312
1406.03/1458.83	c #Conflicts:    1477000 | #Constraints:      41312
1406.03/1458.83	c #Conflicts:    1478000 | #Constraints:      42312
1406.03/1458.83	c #Conflicts:    1479000 | #Constraints:      43312
1406.03/1458.83	c #Conflicts:    1480000 | #Constraints:      44312
1406.03/1458.83	c #Conflicts:    1481000 | #Constraints:      45312
1406.03/1458.83	c #Conflicts:    1482000 | #Constraints:      46312
1406.03/1458.83	c #Conflicts:    1483000 | #Constraints:      47312
1406.03/1458.83	c #Conflicts:    1484000 | #Constraints:      48312
1406.03/1458.83	c #Conflicts:    1485000 | #Constraints:      49312
1406.03/1458.83	c #Conflicts:    1486000 | #Constraints:      50312
1406.03/1458.83	c #Conflicts:    1487000 | #Constraints:      51312
1406.03/1458.83	c #Conflicts:    1488000 | #Constraints:      52312
1406.03/1458.83	c #Conflicts:    1489000 | #Constraints:      53312
1406.03/1458.83	c #Conflicts:    1490000 | #Constraints:      54312
1406.03/1458.83	c #Conflicts:    1491000 | #Constraints:      55312
1406.03/1458.83	c INPROCESSING
1406.03/1458.83	c GARBAGE COLLECT
1406.03/1458.83	c rational objective 998
1439.97/1493.77	c #Conflicts:    1492000 | #Constraints:      31863
1439.97/1493.77	c #Conflicts:    1493000 | #Constraints:      32878
1439.97/1493.77	c #Conflicts:    1494000 | #Constraints:      33935
1439.97/1493.77	c #Conflicts:    1495000 | #Constraints:      35012
1439.97/1493.77	c #Conflicts:    1496000 | #Constraints:      36065
1439.97/1493.77	c #Conflicts:    1497000 | #Constraints:      37109
1439.97/1493.77	c #Conflicts:    1498000 | #Constraints:      38158
1439.97/1493.77	c #Conflicts:    1499000 | #Constraints:      39220
1439.97/1493.77	c #Conflicts:    1500000 | #Constraints:      40266
1439.97/1493.77	c #Conflicts:    1501000 | #Constraints:      41317
1439.97/1493.77	c #Conflicts:    1502000 | #Constraints:      42364
1439.97/1493.77	c #Conflicts:    1503000 | #Constraints:      43399
1439.97/1493.77	c #Conflicts:    1504000 | #Constraints:      44453
1439.97/1493.77	c #Conflicts:    1505000 | #Constraints:      45492
1439.97/1493.77	c #Conflicts:    1506000 | #Constraints:      46530
1439.97/1493.77	c #Conflicts:    1507000 | #Constraints:      47574
1439.97/1493.77	c #Conflicts:    1508000 | #Constraints:      48619
1439.97/1493.77	c #Conflicts:    1509000 | #Constraints:      49688
1439.97/1493.77	c #Conflicts:    1510000 | #Constraints:      50726
1439.97/1493.77	c #Conflicts:    1511000 | #Constraints:      51761
1439.97/1493.77	c #Conflicts:    1512000 | #Constraints:      52792
1439.97/1493.77	c #Conflicts:    1513000 | #Constraints:      53820
1439.97/1493.77	c #Conflicts:    1514000 | #Constraints:      54843
1439.97/1493.77	c #Conflicts:    1515000 | #Constraints:      55885
1439.97/1493.77	c #Conflicts:    1516000 | #Constraints:      56919
1439.97/1493.77	c INPROCESSING
1439.97/1493.77	c GARBAGE COLLECT
1439.97/1493.77	c rational objective 998
1470.79/1525.35	c #Conflicts:    1517000 | #Constraints:      32764
1470.79/1525.35	c #Conflicts:    1518000 | #Constraints:      33764
1470.79/1525.35	c #Conflicts:    1519000 | #Constraints:      34764
1470.79/1525.35	c #Conflicts:    1520000 | #Constraints:      35764
1470.79/1525.35	c #Conflicts:    1521000 | #Constraints:      36764
1470.79/1525.35	c #Conflicts:    1522000 | #Constraints:      37764
1470.79/1525.35	c #Conflicts:    1523000 | #Constraints:      38764
1470.79/1525.35	c #Conflicts:    1524000 | #Constraints:      39764
1470.79/1525.35	c #Conflicts:    1525000 | #Constraints:      40764
1470.79/1525.35	c #Conflicts:    1526000 | #Constraints:      41764
1470.79/1525.35	c #Conflicts:    1527000 | #Constraints:      42764
1470.79/1525.35	c #Conflicts:    1528000 | #Constraints:      43764
1470.79/1525.35	c #Conflicts:    1529000 | #Constraints:      44764
1470.79/1525.35	c #Conflicts:    1530000 | #Constraints:      45764
1470.79/1525.35	c #Conflicts:    1531000 | #Constraints:      46764
1470.79/1525.35	c #Conflicts:    1532000 | #Constraints:      47764
1470.79/1525.35	c #Conflicts:    1533000 | #Constraints:      48764
1470.79/1525.35	c #Conflicts:    1534000 | #Constraints:      49764
1470.79/1525.35	c #Conflicts:    1535000 | #Constraints:      50764
1470.79/1525.35	c #Conflicts:    1536000 | #Constraints:      51764
1470.79/1525.35	c #Conflicts:    1537000 | #Constraints:      52764
1470.79/1525.35	c #Conflicts:    1538000 | #Constraints:      53764
1470.79/1525.35	c #Conflicts:    1539000 | #Constraints:      54764
1470.79/1525.35	c #Conflicts:    1540000 | #Constraints:      55764
1470.79/1525.35	c #Conflicts:    1541000 | #Constraints:      56764
1470.79/1525.35	c INPROCESSING
1470.79/1525.35	c GARBAGE COLLECT
1470.79/1525.35	c rational objective 998
1500.18/1555.64	c #Conflicts:    1542000 | #Constraints:      32872
1500.18/1555.64	c #Conflicts:    1543000 | #Constraints:      33872
1500.18/1555.64	c #Conflicts:    1544000 | #Constraints:      34872
1500.18/1555.64	c #Conflicts:    1545000 | #Constraints:      35872
1500.18/1555.64	c #Conflicts:    1546000 | #Constraints:      36872
1500.18/1555.64	c #Conflicts:    1547000 | #Constraints:      37872
1500.18/1555.64	c #Conflicts:    1548000 | #Constraints:      38872
1500.18/1555.64	c #Conflicts:    1549000 | #Constraints:      39872
1500.18/1555.64	c #Conflicts:    1550000 | #Constraints:      40872
1500.18/1555.64	c #Conflicts:    1551000 | #Constraints:      41872
1500.18/1555.64	c #Conflicts:    1552000 | #Constraints:      42872
1500.18/1555.64	c #Conflicts:    1553000 | #Constraints:      43872
1500.18/1555.64	c #Conflicts:    1554000 | #Constraints:      44872
1500.18/1555.64	c #Conflicts:    1555000 | #Constraints:      45872
1500.18/1555.64	c #Conflicts:    1556000 | #Constraints:      46872
1500.18/1555.64	c #Conflicts:    1557000 | #Constraints:      47872
1500.18/1555.64	c #Conflicts:    1558000 | #Constraints:      48872
1500.18/1555.64	c #Conflicts:    1559000 | #Constraints:      49872
1500.18/1555.64	c #Conflicts:    1560000 | #Constraints:      50872
1500.18/1555.64	c #Conflicts:    1561000 | #Constraints:      51872
1500.18/1555.64	c #Conflicts:    1562000 | #Constraints:      52872
1500.18/1555.64	c #Conflicts:    1563000 | #Constraints:      53872
1500.18/1555.64	c #Conflicts:    1564000 | #Constraints:      54872
1500.18/1555.64	c #Conflicts:    1565000 | #Constraints:      55872
1500.18/1555.64	c #Conflicts:    1566000 | #Constraints:      56872
1500.18/1555.64	c INPROCESSING
1500.18/1555.64	c GARBAGE COLLECT
1500.18/1555.64	c rational objective 998
1527.36/1584.28	c #Conflicts:    1567000 | #Constraints:      32945
1527.36/1584.28	c #Conflicts:    1568000 | #Constraints:      33973
1527.36/1584.28	c #Conflicts:    1569000 | #Constraints:      34978
1527.36/1584.28	c #Conflicts:    1570000 | #Constraints:      36031
1527.36/1584.28	c #Conflicts:    1571000 | #Constraints:      37081
1527.36/1584.28	c #Conflicts:    1572000 | #Constraints:      38126
1527.36/1584.28	c #Conflicts:    1573000 | #Constraints:      39158
1527.36/1584.28	c #Conflicts:    1574000 | #Constraints:      40198
1527.36/1584.28	c #Conflicts:    1575000 | #Constraints:      41231
1527.36/1584.28	c #Conflicts:    1576000 | #Constraints:      42257
1527.36/1584.28	c #Conflicts:    1577000 | #Constraints:      43290
1527.36/1584.28	c #Conflicts:    1578000 | #Constraints:      44327
1527.36/1584.28	c #Conflicts:    1579000 | #Constraints:      45360
1527.36/1584.28	c #Conflicts:    1580000 | #Constraints:      46394
1527.36/1584.28	c #Conflicts:    1581000 | #Constraints:      47424
1527.36/1584.28	c #Conflicts:    1582000 | #Constraints:      48451
1527.36/1584.28	c #Conflicts:    1583000 | #Constraints:      49476
1527.36/1584.28	c #Conflicts:    1584000 | #Constraints:      50496
1527.36/1584.28	c #Conflicts:    1585000 | #Constraints:      51542
1527.36/1584.28	c #Conflicts:    1586000 | #Constraints:      52570
1527.36/1584.28	c #Conflicts:    1587000 | #Constraints:      53592
1527.36/1584.28	c #Conflicts:    1588000 | #Constraints:      54617
1527.36/1584.28	c #Conflicts:    1589000 | #Constraints:      55635
1527.36/1584.28	c #Conflicts:    1590000 | #Constraints:      56664
1527.36/1584.28	c #Conflicts:    1591000 | #Constraints:      57690
1527.36/1584.28	c INPROCESSING
1527.36/1584.28	c GARBAGE COLLECT
1527.36/1584.28	c rational objective 998
1559.28/1616.42	c #Conflicts:    1592000 | #Constraints:      33181
1559.28/1616.42	c #Conflicts:    1593000 | #Constraints:      34181
1559.28/1616.42	c #Conflicts:    1594000 | #Constraints:      35181
1559.28/1616.42	c #Conflicts:    1595000 | #Constraints:      36181
1559.28/1616.42	c #Conflicts:    1596000 | #Constraints:      37181
1559.28/1616.42	c #Conflicts:    1597000 | #Constraints:      38181
1559.28/1616.42	c #Conflicts:    1598000 | #Constraints:      39181
1559.28/1616.42	c #Conflicts:    1599000 | #Constraints:      40181
1559.28/1616.42	c #Conflicts:    1600000 | #Constraints:      41181
1559.28/1616.42	c #Conflicts:    1601000 | #Constraints:      42181
1559.28/1616.42	c #Conflicts:    1602000 | #Constraints:      43181
1559.28/1616.42	c #Conflicts:    1603000 | #Constraints:      44181
1559.28/1616.42	c #Conflicts:    1604000 | #Constraints:      45181
1559.28/1616.42	c #Conflicts:    1605000 | #Constraints:      46181
1559.28/1616.42	c #Conflicts:    1606000 | #Constraints:      47181
1559.28/1616.42	c #Conflicts:    1607000 | #Constraints:      48181
1559.28/1616.42	c #Conflicts:    1608000 | #Constraints:      49181
1559.28/1616.42	c #Conflicts:    1609000 | #Constraints:      50181
1559.28/1616.42	c #Conflicts:    1610000 | #Constraints:      51181
1559.28/1616.42	c #Conflicts:    1611000 | #Constraints:      52181
1559.28/1616.42	c #Conflicts:    1612000 | #Constraints:      53181
1559.28/1616.42	c #Conflicts:    1613000 | #Constraints:      54181
1559.28/1616.42	c #Conflicts:    1614000 | #Constraints:      55181
1559.28/1616.42	c #Conflicts:    1615000 | #Constraints:      56181
1559.28/1616.42	c #Conflicts:    1616000 | #Constraints:      57181
1559.28/1616.42	c INPROCESSING
1559.28/1616.42	c GARBAGE COLLECT
1559.28/1616.42	c rational objective 998
1586.66/1644.43	c #Conflicts:    1617000 | #Constraints:      32786
1586.66/1644.43	c #Conflicts:    1618000 | #Constraints:      33819
1586.66/1644.43	c #Conflicts:    1619000 | #Constraints:      34851
1586.66/1644.43	c #Conflicts:    1620000 | #Constraints:      35869
1586.66/1644.43	c #Conflicts:    1621000 | #Constraints:      36882
1586.66/1644.43	c #Conflicts:    1622000 | #Constraints:      37934
1586.66/1644.43	c #Conflicts:    1623000 | #Constraints:      38980
1586.66/1644.43	c #Conflicts:    1624000 | #Constraints:      40024
1586.66/1644.43	c #Conflicts:    1625000 | #Constraints:      41054
1586.66/1644.43	c #Conflicts:    1626000 | #Constraints:      42108
1586.66/1644.43	c #Conflicts:    1627000 | #Constraints:      43131
1586.66/1644.43	c #Conflicts:    1628000 | #Constraints:      44181
1586.66/1644.43	c #Conflicts:    1629000 | #Constraints:      45211
1586.66/1644.43	c #Conflicts:    1630000 | #Constraints:      46244
1586.66/1644.43	c #Conflicts:    1631000 | #Constraints:      47265
1586.66/1644.43	c #Conflicts:    1632000 | #Constraints:      48299
1586.66/1644.43	c #Conflicts:    1633000 | #Constraints:      49330
1586.66/1644.43	c #Conflicts:    1634000 | #Constraints:      50361
1586.66/1644.43	c #Conflicts:    1635000 | #Constraints:      51388
1586.66/1644.43	c #Conflicts:    1636000 | #Constraints:      52414
1586.66/1644.43	c #Conflicts:    1637000 | #Constraints:      53442
1586.66/1644.43	c #Conflicts:    1638000 | #Constraints:      54494
1586.66/1644.43	c #Conflicts:    1639000 | #Constraints:      55520
1586.66/1644.43	c #Conflicts:    1640000 | #Constraints:      56550
1586.66/1644.43	c #Conflicts:    1641000 | #Constraints:      57578
1586.66/1644.43	c #Conflicts:    1642000 | #Constraints:      58599
1586.66/1644.43	c INPROCESSING
1586.66/1644.43	c GARBAGE COLLECT
1586.66/1644.43	c rational objective 998
1617.56/1675.80	c #Conflicts:    1643000 | #Constraints:      33624
1617.56/1675.80	c #Conflicts:    1644000 | #Constraints:      34624
1617.56/1675.80	c #Conflicts:    1645000 | #Constraints:      35624
1617.56/1675.80	c #Conflicts:    1646000 | #Constraints:      36624
1617.56/1675.80	c #Conflicts:    1647000 | #Constraints:      37624
1617.56/1675.80	c #Conflicts:    1648000 | #Constraints:      38624
1617.56/1675.80	c #Conflicts:    1649000 | #Constraints:      39624
1617.56/1675.80	c #Conflicts:    1650000 | #Constraints:      40624
1617.56/1675.80	c #Conflicts:    1651000 | #Constraints:      41624
1617.56/1675.80	c #Conflicts:    1652000 | #Constraints:      42624
1617.56/1675.80	c #Conflicts:    1653000 | #Constraints:      43624
1617.56/1675.80	c #Conflicts:    1654000 | #Constraints:      44624
1617.56/1675.80	c #Conflicts:    1655000 | #Constraints:      45624
1617.56/1675.80	c #Conflicts:    1656000 | #Constraints:      46624
1617.56/1675.80	c #Conflicts:    1657000 | #Constraints:      47624
1617.56/1675.80	c #Conflicts:    1658000 | #Constraints:      48624
1617.56/1675.80	c #Conflicts:    1659000 | #Constraints:      49624
1617.56/1675.80	c #Conflicts:    1660000 | #Constraints:      50624
1617.56/1675.80	c #Conflicts:    1661000 | #Constraints:      51624
1617.56/1675.80	c #Conflicts:    1662000 | #Constraints:      52624
1617.56/1675.80	c #Conflicts:    1663000 | #Constraints:      53624
1617.56/1675.80	c #Conflicts:    1664000 | #Constraints:      54624
1617.56/1675.80	c #Conflicts:    1665000 | #Constraints:      55624
1617.56/1675.80	c #Conflicts:    1666000 | #Constraints:      56624
1617.56/1675.80	c #Conflicts:    1667000 | #Constraints:      57624
1617.56/1675.80	c #Conflicts:    1668000 | #Constraints:      58624
1617.56/1675.80	c INPROCESSING
1617.56/1675.80	c GARBAGE COLLECT
1617.56/1675.80	c rational objective 998
1655.33/1713.88	c #Conflicts:    1669000 | #Constraints:      33804
1655.33/1713.88	c #Conflicts:    1670000 | #Constraints:      34848
1655.33/1713.88	c #Conflicts:    1671000 | #Constraints:      35908
1655.33/1713.88	c #Conflicts:    1672000 | #Constraints:      36949
1655.33/1713.88	c #Conflicts:    1673000 | #Constraints:      38006
1655.33/1713.88	c #Conflicts:    1674000 | #Constraints:      39059
1655.33/1713.88	c #Conflicts:    1675000 | #Constraints:      40108
1655.33/1713.88	c #Conflicts:    1676000 | #Constraints:      41161
1655.33/1713.88	c #Conflicts:    1677000 | #Constraints:      42199
1655.33/1713.88	c #Conflicts:    1678000 | #Constraints:      43237
1655.33/1713.88	c #Conflicts:    1679000 | #Constraints:      44282
1655.33/1713.88	c #Conflicts:    1680000 | #Constraints:      45316
1655.33/1713.88	c #Conflicts:    1681000 | #Constraints:      46357
1655.33/1713.88	c #Conflicts:    1682000 | #Constraints:      47403
1655.33/1713.88	c #Conflicts:    1683000 | #Constraints:      48443
1655.33/1713.88	c #Conflicts:    1684000 | #Constraints:      49488
1655.33/1713.88	c #Conflicts:    1685000 | #Constraints:      50527
1655.33/1713.88	c #Conflicts:    1686000 | #Constraints:      51566
1655.33/1713.88	c #Conflicts:    1687000 | #Constraints:      52606
1655.33/1713.88	c #Conflicts:    1688000 | #Constraints:      53638
1655.33/1713.88	c #Conflicts:    1689000 | #Constraints:      54678
1655.33/1713.88	c #Conflicts:    1690000 | #Constraints:      55720
1655.33/1713.88	c #Conflicts:    1691000 | #Constraints:      56749
1655.33/1713.88	c #Conflicts:    1692000 | #Constraints:      57781
1655.33/1713.88	c #Conflicts:    1693000 | #Constraints:      58807
1655.33/1713.88	c #Conflicts:    1694000 | #Constraints:      59837
1655.33/1713.88	c INPROCESSING
1655.33/1713.88	c GARBAGE COLLECT
1655.33/1713.88	c rational objective 998
1692.98/1751.73	c #Conflicts:    1695000 | #Constraints:      34294
1692.98/1751.73	c #Conflicts:    1696000 | #Constraints:      35294
1692.98/1751.73	c #Conflicts:    1697000 | #Constraints:      36294
1692.98/1751.73	c #Conflicts:    1698000 | #Constraints:      37294
1692.98/1751.73	c #Conflicts:    1699000 | #Constraints:      38294
1692.98/1751.73	c #Conflicts:    1700000 | #Constraints:      39294
1692.98/1751.73	c #Conflicts:    1701000 | #Constraints:      40294
1692.98/1751.73	c #Conflicts:    1702000 | #Constraints:      41294
1692.98/1751.73	c #Conflicts:    1703000 | #Constraints:      42294
1692.98/1751.73	c #Conflicts:    1704000 | #Constraints:      43294
1692.98/1751.73	c #Conflicts:    1705000 | #Constraints:      44294
1692.98/1751.73	c #Conflicts:    1706000 | #Constraints:      45294
1692.98/1751.73	c #Conflicts:    1707000 | #Constraints:      46294
1692.98/1751.73	c #Conflicts:    1708000 | #Constraints:      47294
1692.98/1751.73	c #Conflicts:    1709000 | #Constraints:      48294
1692.98/1751.73	c #Conflicts:    1710000 | #Constraints:      49294
1692.98/1751.73	c #Conflicts:    1711000 | #Constraints:      50294
1692.98/1751.73	c #Conflicts:    1712000 | #Constraints:      51294
1692.98/1751.73	c #Conflicts:    1713000 | #Constraints:      52295
1692.98/1751.73	c #Conflicts:    1714000 | #Constraints:      53295
1692.98/1751.73	c #Conflicts:    1715000 | #Constraints:      54295
1692.98/1751.73	c #Conflicts:    1716000 | #Constraints:      55295
1692.98/1751.73	c #Conflicts:    1717000 | #Constraints:      56295
1692.98/1751.73	c #Conflicts:    1718000 | #Constraints:      57295
1692.98/1751.73	c #Conflicts:    1719000 | #Constraints:      58295
1692.98/1751.73	c #Conflicts:    1720000 | #Constraints:      59295
1692.98/1751.73	c INPROCESSING
1692.98/1751.73	c GARBAGE COLLECT
1692.98/1751.73	c rational objective 998
1724.74/1783.99	c #Conflicts:    1721000 | #Constraints:      34051
1724.74/1783.99	c #Conflicts:    1722000 | #Constraints:      35051
1724.74/1783.99	c #Conflicts:    1723000 | #Constraints:      36051
1724.74/1783.99	c #Conflicts:    1724000 | #Constraints:      37051
1724.74/1783.99	c #Conflicts:    1725000 | #Constraints:      38051
1724.74/1783.99	c #Conflicts:    1726000 | #Constraints:      39051
1724.74/1783.99	c #Conflicts:    1727000 | #Constraints:      40051
1724.74/1783.99	c #Conflicts:    1728000 | #Constraints:      41051
1724.74/1783.99	c #Conflicts:    1729000 | #Constraints:      42051
1724.74/1783.99	c #Conflicts:    1730000 | #Constraints:      43051
1724.74/1783.99	c #Conflicts:    1731000 | #Constraints:      44051
1724.74/1783.99	c #Conflicts:    1732000 | #Constraints:      45051
1724.74/1783.99	c #Conflicts:    1733000 | #Constraints:      46051
1724.74/1783.99	c #Conflicts:    1734000 | #Constraints:      47051
1724.74/1783.99	c #Conflicts:    1735000 | #Constraints:      48051
1724.74/1783.99	c #Conflicts:    1736000 | #Constraints:      49051
1724.74/1783.99	c #Conflicts:    1737000 | #Constraints:      50051
1724.74/1783.99	c #Conflicts:    1738000 | #Constraints:      51051
1724.74/1783.99	c #Conflicts:    1739000 | #Constraints:      52051
1724.74/1783.99	c #Conflicts:    1740000 | #Constraints:      53051
1724.74/1783.99	c #Conflicts:    1741000 | #Constraints:      54051
1724.74/1783.99	c #Conflicts:    1742000 | #Constraints:      55051
1724.74/1783.99	c #Conflicts:    1743000 | #Constraints:      56051
1724.74/1783.99	c #Conflicts:    1744000 | #Constraints:      57051
1724.74/1783.99	c #Conflicts:    1745000 | #Constraints:      58051
1724.74/1783.99	c #Conflicts:    1746000 | #Constraints:      59051
1724.74/1783.99	c INPROCESSING
1724.74/1783.99	c GARBAGE COLLECT
1724.74/1783.99	c rational objective 998
1757.53/1817.39	c #Conflicts:    1747000 | #Constraints:      33746
1757.53/1817.39	c #Conflicts:    1748000 | #Constraints:      34765
1757.53/1817.39	c #Conflicts:    1749000 | #Constraints:      35791
1757.53/1817.39	c #Conflicts:    1750000 | #Constraints:      36832
1757.53/1817.39	c #Conflicts:    1751000 | #Constraints:      37877
1757.53/1817.39	c #Conflicts:    1752000 | #Constraints:      38910
1757.53/1817.39	c #Conflicts:    1753000 | #Constraints:      39942
1757.53/1817.39	c #Conflicts:    1754000 | #Constraints:      40979
1757.53/1817.39	c #Conflicts:    1755000 | #Constraints:      42026
1757.53/1817.39	c #Conflicts:    1756000 | #Constraints:      43070
1757.53/1817.39	c #Conflicts:    1757000 | #Constraints:      44105
1757.53/1817.39	c #Conflicts:    1758000 | #Constraints:      45133
1757.53/1817.39	c #Conflicts:    1759000 | #Constraints:      46175
1757.53/1817.39	c #Conflicts:    1760000 | #Constraints:      47220
1757.53/1817.39	c #Conflicts:    1761000 | #Constraints:      48244
1757.53/1817.39	c #Conflicts:    1762000 | #Constraints:      49272
1757.53/1817.39	c #Conflicts:    1763000 | #Constraints:      50303
1757.53/1817.39	c #Conflicts:    1764000 | #Constraints:      51343
1757.53/1817.39	c #Conflicts:    1765000 | #Constraints:      52378
1757.53/1817.39	c #Conflicts:    1766000 | #Constraints:      53403
1757.53/1817.39	c #Conflicts:    1767000 | #Constraints:      54454
1757.53/1817.39	c #Conflicts:    1768000 | #Constraints:      55491
1757.53/1817.39	c #Conflicts:    1769000 | #Constraints:      56517
1757.53/1817.39	c #Conflicts:    1770000 | #Constraints:      57546
1757.53/1817.39	c #Conflicts:    1771000 | #Constraints:      58591
1757.53/1817.39	c #Conflicts:    1772000 | #Constraints:      59635
1757.53/1817.39	c #Conflicts:    1773000 | #Constraints:      60679
1757.53/1817.39	c INPROCESSING
1757.53/1817.39	c GARBAGE COLLECT
1757.53/1817.39	c rational objective 998
1796.67/1857.18	c #Conflicts:    1774000 | #Constraints:      34642
1796.67/1857.18	c #Conflicts:    1775000 | #Constraints:      35642
1796.67/1857.18	c #Conflicts:    1776000 | #Constraints:      36642
1796.67/1857.18	c #Conflicts:    1777000 | #Constraints:      37642
1796.67/1857.18	c #Conflicts:    1778000 | #Constraints:      38642
1796.67/1857.18	c #Conflicts:    1779000 | #Constraints:      39642
1796.67/1857.18	c #Conflicts:    1780000 | #Constraints:      40642
1796.67/1857.18	c #Conflicts:    1781000 | #Constraints:      41642
1796.67/1857.18	c #Conflicts:    1782000 | #Constraints:      42642
1796.67/1857.18	c #Conflicts:    1783000 | #Constraints:      43642
1796.67/1857.18	c #Conflicts:    1784000 | #Constraints:      44642
1796.67/1857.18	c #Conflicts:    1785000 | #Constraints:      45642
1796.67/1857.18	c #Conflicts:    1786000 | #Constraints:      46642
1796.67/1857.18	c #Conflicts:    1787000 | #Constraints:      47642
1796.67/1857.18	c #Conflicts:    1788000 | #Constraints:      48642
1796.67/1857.18	c #Conflicts:    1789000 | #Constraints:      49642
1796.67/1857.18	c #Conflicts:    1790000 | #Constraints:      50642
1796.67/1857.18	c #Conflicts:    1791000 | #Constraints:      51642
1796.67/1857.18	c #Conflicts:    1792000 | #Constraints:      52642
1796.67/1857.18	c #Conflicts:    1793000 | #Constraints:      53642
1796.67/1857.18	c #Conflicts:    1794000 | #Constraints:      54642
1796.67/1857.18	c #Conflicts:    1795000 | #Constraints:      55642
1796.67/1857.18	c #Conflicts:    1796000 | #Constraints:      56642
1796.67/1857.18	c #Conflicts:    1797000 | #Constraints:      57642
1796.67/1857.18	c #Conflicts:    1798000 | #Constraints:      58642
1796.67/1857.18	c #Conflicts:    1799000 | #Constraints:      59642
1796.67/1857.18	c #Conflicts:    1800000 | #Constraints:      60642
1796.67/1857.18	c INPROCESSING
1796.67/1857.18	c GARBAGE COLLECT
1796.67/1857.18	c rational objective 998
1833.24/1894.21	c #Conflicts:    1801000 | #Constraints:      34808
1833.24/1894.21	c #Conflicts:    1802000 | #Constraints:      35825
1833.24/1894.21	c #Conflicts:    1803000 | #Constraints:      36875
1833.24/1894.21	c #Conflicts:    1804000 | #Constraints:      37928
1833.24/1894.21	c #Conflicts:    1805000 | #Constraints:      38975
1833.24/1894.21	c #Conflicts:    1806000 | #Constraints:      40010
1833.24/1894.21	c #Conflicts:    1807000 | #Constraints:      41042
1833.24/1894.21	c #Conflicts:    1808000 | #Constraints:      42080
1833.24/1894.21	c #Conflicts:    1809000 | #Constraints:      43124
1833.24/1894.21	c #Conflicts:    1810000 | #Constraints:      44166
1833.24/1894.21	c #Conflicts:    1811000 | #Constraints:      45195
1833.24/1894.21	c #Conflicts:    1812000 | #Constraints:      46234
1833.24/1894.21	c #Conflicts:    1813000 | #Constraints:      47271
1833.24/1894.21	c #Conflicts:    1814000 | #Constraints:      48304
1833.24/1894.21	c #Conflicts:    1815000 | #Constraints:      49335
1833.24/1894.21	c #Conflicts:    1816000 | #Constraints:      50358
1833.24/1894.21	c #Conflicts:    1817000 | #Constraints:      51386
1833.24/1894.21	c #Conflicts:    1818000 | #Constraints:      52425
1833.24/1894.21	c #Conflicts:    1819000 | #Constraints:      53451
1833.24/1894.21	c #Conflicts:    1820000 | #Constraints:      54472
1833.24/1894.21	c #Conflicts:    1821000 | #Constraints:      55494
1833.24/1894.21	c #Conflicts:    1822000 | #Constraints:      56523
1833.24/1894.21	c #Conflicts:    1823000 | #Constraints:      57546
1833.24/1894.21	c #Conflicts:    1824000 | #Constraints:      58565
1833.24/1894.21	c #Conflicts:    1825000 | #Constraints:      59587
1833.24/1894.21	c #Conflicts:    1826000 | #Constraints:      60604
1833.24/1894.21	c #Conflicts:    1827000 | #Constraints:      61627
1833.24/1894.21	c INPROCESSING
1833.24/1894.21	c GARBAGE COLLECT
1833.24/1894.21	c rational objective 998
1870.27/1931.92	c #Conflicts:    1828000 | #Constraints:      35211
1870.27/1931.92	c #Conflicts:    1829000 | #Constraints:      36211
1870.27/1931.92	c #Conflicts:    1830000 | #Constraints:      37211
1870.27/1931.92	c #Conflicts:    1831000 | #Constraints:      38211
1870.27/1931.92	c #Conflicts:    1832000 | #Constraints:      39211
1870.27/1931.92	c #Conflicts:    1833000 | #Constraints:      40211
1870.27/1931.92	c #Conflicts:    1834000 | #Constraints:      41211
1870.27/1931.92	c #Conflicts:    1835000 | #Constraints:      42211
1870.27/1931.92	c #Conflicts:    1836000 | #Constraints:      43211
1870.27/1931.92	c #Conflicts:    1837000 | #Constraints:      44211
1870.27/1931.92	c #Conflicts:    1838000 | #Constraints:      45211
1870.27/1931.92	c #Conflicts:    1839000 | #Constraints:      46211
1870.27/1931.92	c #Conflicts:    1840000 | #Constraints:      47211
1870.27/1931.92	c #Conflicts:    1841000 | #Constraints:      48211
1870.27/1931.92	c #Conflicts:    1842000 | #Constraints:      49211
1870.27/1931.92	c #Conflicts:    1843000 | #Constraints:      50211
1870.27/1931.92	c #Conflicts:    1844000 | #Constraints:      51211
1870.27/1931.92	c #Conflicts:    1845000 | #Constraints:      52211
1870.27/1931.92	c #Conflicts:    1846000 | #Constraints:      53211
1870.27/1931.92	c #Conflicts:    1847000 | #Constraints:      54211
1870.27/1931.92	c #Conflicts:    1848000 | #Constraints:      55211
1870.27/1931.92	c #Conflicts:    1849000 | #Constraints:      56211
1870.27/1931.92	c #Conflicts:    1850000 | #Constraints:      57211
1870.27/1931.92	c #Conflicts:    1851000 | #Constraints:      58212
1870.27/1931.92	c #Conflicts:    1852000 | #Constraints:      59212
1870.27/1931.92	c #Conflicts:    1853000 | #Constraints:      60212
1870.27/1931.92	c #Conflicts:    1854000 | #Constraints:      61212
1870.27/1931.92	c INPROCESSING
1870.27/1931.92	c GARBAGE COLLECT
1870.27/1931.92	c rational objective 998
1905.83/1968.07	c #Conflicts:    1855000 | #Constraints:      35013
1905.83/1968.07	c #Conflicts:    1856000 | #Constraints:      36013
1905.83/1968.07	c #Conflicts:    1857000 | #Constraints:      37013
1905.83/1968.07	c #Conflicts:    1858000 | #Constraints:      38013
1905.83/1968.07	c #Conflicts:    1859000 | #Constraints:      39013
1905.83/1968.07	c #Conflicts:    1860000 | #Constraints:      40013
1905.83/1968.07	c #Conflicts:    1861000 | #Constraints:      41013
1905.83/1968.07	c #Conflicts:    1862000 | #Constraints:      42013
1905.83/1968.07	c #Conflicts:    1863000 | #Constraints:      43013
1905.83/1968.07	c #Conflicts:    1864000 | #Constraints:      44013
1905.83/1968.07	c #Conflicts:    1865000 | #Constraints:      45013
1905.83/1968.07	c #Conflicts:    1866000 | #Constraints:      46013
1905.83/1968.07	c #Conflicts:    1867000 | #Constraints:      47013
1905.83/1968.07	c #Conflicts:    1868000 | #Constraints:      48013
1905.83/1968.07	c #Conflicts:    1869000 | #Constraints:      49013
1905.83/1968.07	c #Conflicts:    1870000 | #Constraints:      50013
1905.83/1968.07	c #Conflicts:    1871000 | #Constraints:      51013
1905.83/1968.07	c #Conflicts:    1872000 | #Constraints:      52013
1905.83/1968.07	c #Conflicts:    1873000 | #Constraints:      53013
1905.83/1968.07	c #Conflicts:    1874000 | #Constraints:      54013
1905.83/1968.07	c #Conflicts:    1875000 | #Constraints:      55013
1905.83/1968.07	c #Conflicts:    1876000 | #Constraints:      56013
1905.83/1968.07	c #Conflicts:    1877000 | #Constraints:      57013
1905.83/1968.07	c #Conflicts:    1878000 | #Constraints:      58013
1905.83/1968.07	c #Conflicts:    1879000 | #Constraints:      59013
1905.83/1968.07	c #Conflicts:    1880000 | #Constraints:      60013
1905.83/1968.07	c #Conflicts:    1881000 | #Constraints:      61013
1905.83/1968.07	c INPROCESSING
1905.83/1968.07	c GARBAGE COLLECT
1905.83/1968.07	c rational objective 998
1945.91/2011.32	c #Conflicts:    1882000 | #Constraints:      34707
1945.91/2011.32	c #Conflicts:    1883000 | #Constraints:      35711
1945.91/2011.32	c #Conflicts:    1884000 | #Constraints:      36767
1945.91/2011.32	c #Conflicts:    1885000 | #Constraints:      37807
1945.91/2011.32	c #Conflicts:    1886000 | #Constraints:      38858
1945.91/2011.32	c #Conflicts:    1887000 | #Constraints:      39911
1945.91/2011.32	c #Conflicts:    1888000 | #Constraints:      40953
1945.91/2011.32	c #Conflicts:    1889000 | #Constraints:      41987
1945.91/2011.32	c #Conflicts:    1890000 | #Constraints:      43027
1945.91/2011.32	c #Conflicts:    1891000 | #Constraints:      44064
1945.91/2011.32	c #Conflicts:    1892000 | #Constraints:      45112
1945.91/2011.32	c #Conflicts:    1893000 | #Constraints:      46150
1945.91/2011.32	c #Conflicts:    1894000 | #Constraints:      47185
1945.91/2011.32	c #Conflicts:    1895000 | #Constraints:      48211
1945.91/2011.32	c #Conflicts:    1896000 | #Constraints:      49241
1945.91/2011.32	c #Conflicts:    1897000 | #Constraints:      50271
1945.91/2011.32	c #Conflicts:    1898000 | #Constraints:      51303
1945.91/2011.32	c #Conflicts:    1899000 | #Constraints:      52328
1945.91/2011.32	c #Conflicts:    1900000 | #Constraints:      53363
1945.91/2011.32	c #Conflicts:    1901000 | #Constraints:      54394
1945.91/2011.32	c #Conflicts:    1902000 | #Constraints:      55420
1945.91/2011.32	c #Conflicts:    1903000 | #Constraints:      56449
1945.91/2011.32	c #Conflicts:    1904000 | #Constraints:      57490
1945.91/2011.32	c #Conflicts:    1905000 | #Constraints:      58515
1945.91/2011.32	c #Conflicts:    1906000 | #Constraints:      59548
1945.91/2011.32	c #Conflicts:    1907000 | #Constraints:      60568
1945.91/2011.32	c #Conflicts:    1908000 | #Constraints:      61608
1945.91/2011.32	c #Conflicts:    1909000 | #Constraints:      62629
1945.91/2011.32	c INPROCESSING
1945.91/2011.32	c GARBAGE COLLECT
1945.91/2011.32	c rational objective 998
1983.09/2048.75	c #Conflicts:    1910000 | #Constraints:      35635
1983.09/2048.75	c #Conflicts:    1911000 | #Constraints:      36635
1983.09/2048.75	c #Conflicts:    1912000 | #Constraints:      37635
1983.09/2048.75	c #Conflicts:    1913000 | #Constraints:      38635
1983.09/2048.75	c #Conflicts:    1914000 | #Constraints:      39635
1983.09/2048.75	c #Conflicts:    1915000 | #Constraints:      40635
1983.09/2048.75	c #Conflicts:    1916000 | #Constraints:      41635
1983.09/2048.75	c #Conflicts:    1917000 | #Constraints:      42635
1983.09/2048.75	c #Conflicts:    1918000 | #Constraints:      43635
1983.09/2048.75	c #Conflicts:    1919000 | #Constraints:      44635
1983.09/2048.75	c #Conflicts:    1920000 | #Constraints:      45635
1983.09/2048.75	c #Conflicts:    1921000 | #Constraints:      46635
1983.09/2048.75	c #Conflicts:    1922000 | #Constraints:      47635
1983.09/2048.75	c #Conflicts:    1923000 | #Constraints:      48635
1983.09/2048.75	c #Conflicts:    1924000 | #Constraints:      49635
1983.09/2048.75	c #Conflicts:    1925000 | #Constraints:      50635
1983.09/2048.75	c #Conflicts:    1926000 | #Constraints:      51635
1983.09/2048.75	c #Conflicts:    1927000 | #Constraints:      52635
1983.09/2048.75	c #Conflicts:    1928000 | #Constraints:      53635
1983.09/2048.75	c #Conflicts:    1929000 | #Constraints:      54635
1983.09/2048.75	c #Conflicts:    1930000 | #Constraints:      55635
1983.09/2048.75	c #Conflicts:    1931000 | #Constraints:      56635
1983.09/2048.75	c #Conflicts:    1932000 | #Constraints:      57635
1983.09/2048.75	c #Conflicts:    1933000 | #Constraints:      58635
1983.09/2048.75	c #Conflicts:    1934000 | #Constraints:      59635
1983.09/2048.75	c #Conflicts:    1935000 | #Constraints:      60635
1983.09/2048.75	c #Conflicts:    1936000 | #Constraints:      61635
1983.09/2048.75	c #Conflicts:    1937000 | #Constraints:      62635
1983.09/2048.75	c INPROCESSING
1983.09/2048.75	c GARBAGE COLLECT
1983.09/2048.75	c rational objective 998
2014.81/2080.97	c #Conflicts:    1938000 | #Constraints:      35825
2014.81/2080.97	c #Conflicts:    1939000 | #Constraints:      36825
2014.81/2080.97	c #Conflicts:    1940000 | #Constraints:      37825
2014.81/2080.97	c #Conflicts:    1941000 | #Constraints:      38825
2014.81/2080.97	c #Conflicts:    1942000 | #Constraints:      39825
2014.81/2080.97	c #Conflicts:    1943000 | #Constraints:      40825
2014.81/2080.97	c #Conflicts:    1944000 | #Constraints:      41825
2014.81/2080.97	c #Conflicts:    1945000 | #Constraints:      42825
2014.81/2080.97	c #Conflicts:    1946000 | #Constraints:      43825
2014.81/2080.97	c #Conflicts:    1947000 | #Constraints:      44825
2014.81/2080.97	c #Conflicts:    1948000 | #Constraints:      45825
2014.81/2080.97	c #Conflicts:    1949000 | #Constraints:      46825
2014.81/2080.97	c #Conflicts:    1950000 | #Constraints:      47825
2014.81/2080.97	c #Conflicts:    1951000 | #Constraints:      48825
2014.81/2080.97	c #Conflicts:    1952000 | #Constraints:      49825
2014.81/2080.97	c #Conflicts:    1953000 | #Constraints:      50825
2014.81/2080.97	c #Conflicts:    1954000 | #Constraints:      51825
2014.81/2080.97	c #Conflicts:    1955000 | #Constraints:      52825
2014.81/2080.97	c #Conflicts:    1956000 | #Constraints:      53825
2014.81/2080.97	c #Conflicts:    1957000 | #Constraints:      54825
2014.81/2080.97	c #Conflicts:    1958000 | #Constraints:      55825
2014.81/2080.97	c #Conflicts:    1959000 | #Constraints:      56825
2014.81/2080.97	c #Conflicts:    1960000 | #Constraints:      57825
2014.81/2080.97	c #Conflicts:    1961000 | #Constraints:      58825
2014.81/2080.97	c #Conflicts:    1962000 | #Constraints:      59825
2014.81/2080.97	c #Conflicts:    1963000 | #Constraints:      60825
2014.81/2080.97	c #Conflicts:    1964000 | #Constraints:      61825
2014.81/2080.97	c #Conflicts:    1965000 | #Constraints:      62825
2014.81/2080.97	c INPROCESSING
2014.81/2080.97	c GARBAGE COLLECT
2014.81/2080.97	c rational objective 998
2044.57/2110.94	c #Conflicts:    1966000 | #Constraints:      35921
2044.57/2110.94	c #Conflicts:    1967000 | #Constraints:      36948
2044.57/2110.94	c #Conflicts:    1968000 | #Constraints:      37988
2044.57/2110.94	c #Conflicts:    1969000 | #Constraints:      39037
2044.57/2110.94	c #Conflicts:    1970000 | #Constraints:      40089
2044.57/2110.94	c #Conflicts:    1971000 | #Constraints:      41136
2044.57/2110.94	c #Conflicts:    1972000 | #Constraints:      42168
2044.57/2110.94	c #Conflicts:    1973000 | #Constraints:      43216
2044.57/2110.94	c #Conflicts:    1974000 | #Constraints:      44255
2044.57/2110.94	c #Conflicts:    1975000 | #Constraints:      45291
2044.57/2110.94	c #Conflicts:    1976000 | #Constraints:      46325
2044.57/2110.94	c #Conflicts:    1977000 | #Constraints:      47356
2044.57/2110.94	c #Conflicts:    1978000 | #Constraints:      48385
2044.57/2110.94	c #Conflicts:    1979000 | #Constraints:      49419
2044.57/2110.94	c #Conflicts:    1980000 | #Constraints:      50455
2044.57/2110.94	c #Conflicts:    1981000 | #Constraints:      51482
2044.57/2110.94	c #Conflicts:    1982000 | #Constraints:      52512
2044.57/2110.94	c #Conflicts:    1983000 | #Constraints:      53546
2044.57/2110.94	c #Conflicts:    1984000 | #Constraints:      54567
2044.57/2110.94	c #Conflicts:    1985000 | #Constraints:      55592
2044.57/2110.94	c #Conflicts:    1986000 | #Constraints:      56616
2044.57/2110.94	c #Conflicts:    1987000 | #Constraints:      57638
2044.57/2110.94	c #Conflicts:    1988000 | #Constraints:      58673
2044.57/2110.94	c #Conflicts:    1989000 | #Constraints:      59707
2044.57/2110.94	c #Conflicts:    1990000 | #Constraints:      60725
2044.57/2110.94	c #Conflicts:    1991000 | #Constraints:      61747
2044.57/2110.94	c #Conflicts:    1992000 | #Constraints:      62786
2044.57/2110.94	c #Conflicts:    1993000 | #Constraints:      63810
2044.57/2110.94	c INPROCESSING
2044.57/2110.94	c GARBAGE COLLECT
2044.57/2110.94	c rational objective 998
2082.79/2149.54	c #Conflicts:    1994000 | #Constraints:      36237
2082.79/2149.54	c #Conflicts:    1995000 | #Constraints:      37237
2082.79/2149.54	c #Conflicts:    1996000 | #Constraints:      38237
2082.79/2149.54	c #Conflicts:    1997000 | #Constraints:      39237
2082.79/2149.54	c #Conflicts:    1998000 | #Constraints:      40237
2082.79/2149.54	c #Conflicts:    1999000 | #Constraints:      41237
2082.79/2149.54	c #Conflicts:    2000000 | #Constraints:      42237
2082.79/2149.54	c #Conflicts:    2001000 | #Constraints:      43237
2082.79/2149.54	c #Conflicts:    2002000 | #Constraints:      44237
2082.79/2149.54	c #Conflicts:    2003000 | #Constraints:      45237
2082.79/2149.54	c #Conflicts:    2004000 | #Constraints:      46237
2082.79/2149.54	c #Conflicts:    2005000 | #Constraints:      47237
2082.79/2149.54	c #Conflicts:    2006000 | #Constraints:      48237
2082.79/2149.54	c #Conflicts:    2007000 | #Constraints:      49237
2082.79/2149.54	c #Conflicts:    2008000 | #Constraints:      50237
2082.79/2149.54	c #Conflicts:    2009000 | #Constraints:      51237
2082.79/2149.54	c #Conflicts:    2010000 | #Constraints:      52237
2082.79/2149.54	c #Conflicts:    2011000 | #Constraints:      53237
2082.79/2149.54	c #Conflicts:    2012000 | #Constraints:      54237
2082.79/2149.54	c #Conflicts:    2013000 | #Constraints:      55237
2082.79/2149.54	c #Conflicts:    2014000 | #Constraints:      56237
2082.79/2149.54	c #Conflicts:    2015000 | #Constraints:      57237
2082.79/2149.54	c #Conflicts:    2016000 | #Constraints:      58237
2082.79/2149.54	c #Conflicts:    2017000 | #Constraints:      59237
2082.79/2149.54	c #Conflicts:    2018000 | #Constraints:      60237
2082.79/2149.54	c #Conflicts:    2019000 | #Constraints:      61237
2082.79/2149.54	c #Conflicts:    2020000 | #Constraints:      62237
2082.79/2149.54	c #Conflicts:    2021000 | #Constraints:      63237
2082.79/2149.54	c INPROCESSING
2082.79/2149.54	c GARBAGE COLLECT
2082.79/2149.54	c rational objective 998
2122.78/2189.77	c #Conflicts:    2022000 | #Constraints:      35801
2122.78/2189.77	c #Conflicts:    2023000 | #Constraints:      36810
2122.78/2189.77	c #Conflicts:    2024000 | #Constraints:      37846
2122.78/2189.77	c #Conflicts:    2025000 | #Constraints:      38887
2122.78/2189.77	c #Conflicts:    2026000 | #Constraints:      39936
2122.78/2189.77	c #Conflicts:    2027000 | #Constraints:      40980
2122.78/2189.77	c #Conflicts:    2028000 | #Constraints:      42035
2122.78/2189.77	c #Conflicts:    2029000 | #Constraints:      43071
2122.78/2189.77	c #Conflicts:    2030000 | #Constraints:      44107
2122.78/2189.77	c #Conflicts:    2031000 | #Constraints:      45137
2122.78/2189.77	c #Conflicts:    2032000 | #Constraints:      46176
2122.78/2189.77	c #Conflicts:    2033000 | #Constraints:      47205
2122.78/2189.77	c #Conflicts:    2034000 | #Constraints:      48232
2122.78/2189.77	c #Conflicts:    2035000 | #Constraints:      49268
2122.78/2189.77	c #Conflicts:    2036000 | #Constraints:      50306
2122.78/2189.77	c #Conflicts:    2037000 | #Constraints:      51346
2122.78/2189.77	c #Conflicts:    2038000 | #Constraints:      52379
2122.78/2189.77	c #Conflicts:    2039000 | #Constraints:      53412
2122.78/2189.77	c #Conflicts:    2040000 | #Constraints:      54438
2122.78/2189.77	c #Conflicts:    2041000 | #Constraints:      55480
2122.78/2189.77	c #Conflicts:    2042000 | #Constraints:      56502
2122.78/2189.77	c #Conflicts:    2043000 | #Constraints:      57539
2122.78/2189.77	c #Conflicts:    2044000 | #Constraints:      58586
2122.78/2189.77	c #Conflicts:    2045000 | #Constraints:      59620
2122.78/2189.77	c #Conflicts:    2046000 | #Constraints:      60654
2122.78/2189.77	c #Conflicts:    2047000 | #Constraints:      61703
2122.78/2189.77	c #Conflicts:    2048000 | #Constraints:      62740
2122.78/2189.77	c #Conflicts:    2049000 | #Constraints:      63771
2122.78/2189.77	c #Conflicts:    2050000 | #Constraints:      64799
2122.78/2189.77	c INPROCESSING
2122.78/2189.77	c GARBAGE COLLECT
2122.78/2189.77	c rational objective 998
2161.89/2229.10	c #Conflicts:    2051000 | #Constraints:      36715
2161.89/2229.10	c #Conflicts:    2052000 | #Constraints:      37715
2161.89/2229.10	c #Conflicts:    2053000 | #Constraints:      38715
2161.89/2229.10	c #Conflicts:    2054000 | #Constraints:      39715
2161.89/2229.10	c #Conflicts:    2055000 | #Constraints:      40715
2161.89/2229.10	c #Conflicts:    2056000 | #Constraints:      41715
2161.89/2229.10	c #Conflicts:    2057000 | #Constraints:      42715
2161.89/2229.10	c #Conflicts:    2058000 | #Constraints:      43715
2161.89/2229.10	c #Conflicts:    2059000 | #Constraints:      44715
2161.89/2229.10	c #Conflicts:    2060000 | #Constraints:      45715
2161.89/2229.10	c #Conflicts:    2061000 | #Constraints:      46715
2161.89/2229.10	c #Conflicts:    2062000 | #Constraints:      47715
2161.89/2229.10	c #Conflicts:    2063000 | #Constraints:      48715
2161.89/2229.10	c #Conflicts:    2064000 | #Constraints:      49715
2161.89/2229.10	c #Conflicts:    2065000 | #Constraints:      50715
2161.89/2229.10	c #Conflicts:    2066000 | #Constraints:      51715
2161.89/2229.10	c #Conflicts:    2067000 | #Constraints:      52715
2161.89/2229.10	c #Conflicts:    2068000 | #Constraints:      53715
2161.89/2229.10	c #Conflicts:    2069000 | #Constraints:      54715
2161.89/2229.10	c #Conflicts:    2070000 | #Constraints:      55715
2161.89/2229.10	c #Conflicts:    2071000 | #Constraints:      56715
2161.89/2229.10	c #Conflicts:    2072000 | #Constraints:      57715
2161.89/2229.10	c #Conflicts:    2073000 | #Constraints:      58715
2161.89/2229.10	c #Conflicts:    2074000 | #Constraints:      59715
2161.89/2229.10	c #Conflicts:    2075000 | #Constraints:      60715
2161.89/2229.10	c #Conflicts:    2076000 | #Constraints:      61715
2161.89/2229.10	c #Conflicts:    2077000 | #Constraints:      62715
2161.89/2229.10	c #Conflicts:    2078000 | #Constraints:      63715
2161.89/2229.10	c #Conflicts:    2079000 | #Constraints:      64715
2161.89/2229.10	c INPROCESSING
2161.89/2229.10	c GARBAGE COLLECT
2161.89/2229.10	c rational objective 998
2207.04/2274.46	c #Conflicts:    2080000 | #Constraints:      36876
2207.04/2274.46	c #Conflicts:    2081000 | #Constraints:      37876
2207.04/2274.46	c #Conflicts:    2082000 | #Constraints:      38876
2207.04/2274.46	c #Conflicts:    2083000 | #Constraints:      39876
2207.04/2274.46	c #Conflicts:    2084000 | #Constraints:      40876
2207.04/2274.46	c #Conflicts:    2085000 | #Constraints:      41876
2207.04/2274.46	c #Conflicts:    2086000 | #Constraints:      42876
2207.04/2274.46	c #Conflicts:    2087000 | #Constraints:      43876
2207.04/2274.46	c #Conflicts:    2088000 | #Constraints:      44876
2207.04/2274.46	c #Conflicts:    2089000 | #Constraints:      45876
2207.04/2274.46	c #Conflicts:    2090000 | #Constraints:      46876
2207.04/2274.46	c #Conflicts:    2091000 | #Constraints:      47876
2207.04/2274.46	c #Conflicts:    2092000 | #Constraints:      48876
2207.04/2274.46	c #Conflicts:    2093000 | #Constraints:      49876
2207.04/2274.46	c #Conflicts:    2094000 | #Constraints:      50876
2207.04/2274.46	c #Conflicts:    2095000 | #Constraints:      51876
2207.04/2274.46	c #Conflicts:    2096000 | #Constraints:      52876
2207.04/2274.46	c #Conflicts:    2097000 | #Constraints:      53876
2207.04/2274.46	c #Conflicts:    2098000 | #Constraints:      54876
2207.04/2274.46	c #Conflicts:    2099000 | #Constraints:      55876
2207.04/2274.47	c #Conflicts:    2100000 | #Constraints:      56876
2207.04/2274.47	c #Conflicts:    2101000 | #Constraints:      57876
2207.04/2274.47	c #Conflicts:    2102000 | #Constraints:      58876
2207.04/2274.47	c #Conflicts:    2103000 | #Constraints:      59876
2207.04/2274.47	c #Conflicts:    2104000 | #Constraints:      60876
2207.04/2274.47	c #Conflicts:    2105000 | #Constraints:      61876
2207.04/2274.47	c #Conflicts:    2106000 | #Constraints:      62876
2207.04/2274.47	c #Conflicts:    2107000 | #Constraints:      63876
2207.04/2274.47	c #Conflicts:    2108000 | #Constraints:      64876
2207.04/2274.47	c INPROCESSING
2207.04/2274.47	c GARBAGE COLLECT
2207.04/2274.47	c rational objective 998
2247.63/2315.32	c #Conflicts:    2109000 | #Constraints:      36967
2247.63/2315.32	c #Conflicts:    2110000 | #Constraints:      38013
2247.63/2315.32	c #Conflicts:    2111000 | #Constraints:      39067
2247.63/2315.32	c #Conflicts:    2112000 | #Constraints:      40120
2247.63/2315.32	c #Conflicts:    2113000 | #Constraints:      41174
2247.63/2315.32	c #Conflicts:    2114000 | #Constraints:      42221
2247.63/2315.32	c #Conflicts:    2115000 | #Constraints:      43269
2247.63/2315.32	c #Conflicts:    2116000 | #Constraints:      44312
2247.63/2315.32	c #Conflicts:    2117000 | #Constraints:      45354
2247.63/2315.32	c #Conflicts:    2118000 | #Constraints:      46396
2247.63/2315.32	c #Conflicts:    2119000 | #Constraints:      47467
2247.63/2315.32	c #Conflicts:    2120000 | #Constraints:      48514
2247.63/2315.32	c #Conflicts:    2121000 | #Constraints:      49539
2247.63/2315.32	c #Conflicts:    2122000 | #Constraints:      50561
2247.63/2315.32	c #Conflicts:    2123000 | #Constraints:      51620
2247.63/2315.32	c #Conflicts:    2124000 | #Constraints:      52667
2247.63/2315.32	c #Conflicts:    2125000 | #Constraints:      53702
2247.63/2315.32	c #Conflicts:    2126000 | #Constraints:      54743
2247.63/2315.32	c #Conflicts:    2127000 | #Constraints:      55783
2247.63/2315.32	c #Conflicts:    2128000 | #Constraints:      56823
2247.63/2315.32	c #Conflicts:    2129000 | #Constraints:      57846
2247.63/2315.32	c #Conflicts:    2130000 | #Constraints:      58881
2247.63/2315.32	c #Conflicts:    2131000 | #Constraints:      59911
2247.63/2315.32	c #Conflicts:    2132000 | #Constraints:      60965
2247.63/2315.32	c #Conflicts:    2133000 | #Constraints:      61985
2247.63/2315.32	c #Conflicts:    2134000 | #Constraints:      63009
2247.63/2315.32	c #Conflicts:    2135000 | #Constraints:      64031
2247.63/2315.32	c #Conflicts:    2136000 | #Constraints:      65064
2247.63/2315.32	c #Conflicts:    2137000 | #Constraints:      66086
2247.63/2315.32	c INPROCESSING
2247.63/2315.32	c GARBAGE COLLECT
2247.63/2315.32	c rational objective 998
2289.61/2358.60	c #Conflicts:    2138000 | #Constraints:      37358
2289.61/2358.60	c #Conflicts:    2139000 | #Constraints:      38358
2289.61/2358.60	c #Conflicts:    2140000 | #Constraints:      39358
2289.61/2358.60	c #Conflicts:    2141000 | #Constraints:      40358
2289.61/2358.60	c #Conflicts:    2142000 | #Constraints:      41358
2289.61/2358.60	c #Conflicts:    2143000 | #Constraints:      42358
2289.61/2358.60	c #Conflicts:    2144000 | #Constraints:      43358
2289.61/2358.60	c #Conflicts:    2145000 | #Constraints:      44358
2289.61/2358.60	c #Conflicts:    2146000 | #Constraints:      45358
2289.61/2358.60	c #Conflicts:    2147000 | #Constraints:      46358
2289.61/2358.60	c #Conflicts:    2148000 | #Constraints:      47358
2289.61/2358.60	c #Conflicts:    2149000 | #Constraints:      48358
2289.61/2358.60	c #Conflicts:    2150000 | #Constraints:      49358
2289.61/2358.60	c #Conflicts:    2151000 | #Constraints:      50358
2289.61/2358.60	c #Conflicts:    2152000 | #Constraints:      51358
2289.61/2358.60	c #Conflicts:    2153000 | #Constraints:      52358
2289.61/2358.60	c #Conflicts:    2154000 | #Constraints:      53358
2289.61/2358.60	c #Conflicts:    2155000 | #Constraints:      54358
2289.61/2358.60	c #Conflicts:    2156000 | #Constraints:      55358
2289.61/2358.60	c #Conflicts:    2157000 | #Constraints:      56358
2289.61/2358.60	c #Conflicts:    2158000 | #Constraints:      57358
2289.61/2358.60	c #Conflicts:    2159000 | #Constraints:      58358
2289.61/2358.60	c #Conflicts:    2160000 | #Constraints:      59358
2289.61/2358.60	c #Conflicts:    2161000 | #Constraints:      60358
2289.61/2358.60	c #Conflicts:    2162000 | #Constraints:      61358
2289.61/2358.60	c #Conflicts:    2163000 | #Constraints:      62358
2289.61/2358.60	c #Conflicts:    2164000 | #Constraints:      63358
2289.61/2358.60	c #Conflicts:    2165000 | #Constraints:      64358
2289.61/2358.60	c #Conflicts:    2166000 | #Constraints:      65358
2289.61/2358.60	c INPROCESSING
2289.61/2358.60	c GARBAGE COLLECT
2289.61/2358.60	c rational objective 998
2346.91/2419.80	c #Conflicts:    2167000 | #Constraints:      36904
2346.91/2419.80	c #Conflicts:    2168000 | #Constraints:      37931
2346.91/2419.80	c #Conflicts:    2169000 | #Constraints:      38952
2346.91/2419.80	c #Conflicts:    2170000 | #Constraints:      39994
2346.91/2419.80	c #Conflicts:    2171000 | #Constraints:      41031
2346.91/2419.80	c #Conflicts:    2172000 | #Constraints:      42058
2346.91/2419.80	c #Conflicts:    2173000 | #Constraints:      43079
2346.91/2419.80	c #Conflicts:    2174000 | #Constraints:      44117
2346.91/2419.80	c #Conflicts:    2175000 | #Constraints:      45146
2346.91/2419.80	c #Conflicts:    2176000 | #Constraints:      46190
2346.91/2419.80	c #Conflicts:    2177000 | #Constraints:      47221
2346.91/2419.80	c #Conflicts:    2178000 | #Constraints:      48249
2346.91/2419.80	c #Conflicts:    2179000 | #Constraints:      49295
2346.91/2419.80	c #Conflicts:    2180000 | #Constraints:      50347
2346.91/2419.80	c #Conflicts:    2181000 | #Constraints:      51386
2346.91/2419.80	c #Conflicts:    2182000 | #Constraints:      52414
2346.91/2419.80	c #Conflicts:    2183000 | #Constraints:      53452
2346.91/2419.80	c #Conflicts:    2184000 | #Constraints:      54484
2346.91/2419.80	c #Conflicts:    2185000 | #Constraints:      55510
2346.91/2419.80	c #Conflicts:    2186000 | #Constraints:      56543
2346.91/2419.80	c #Conflicts:    2187000 | #Constraints:      57600
2346.91/2419.80	c #Conflicts:    2188000 | #Constraints:      58635
2346.91/2419.80	c #Conflicts:    2189000 | #Constraints:      59662
2346.91/2419.80	c #Conflicts:    2190000 | #Constraints:      60676
2346.91/2419.80	c #Conflicts:    2191000 | #Constraints:      61695
2346.91/2419.80	c #Conflicts:    2192000 | #Constraints:      62719
2346.91/2419.80	c #Conflicts:    2193000 | #Constraints:      63739
2346.91/2419.80	c #Conflicts:    2194000 | #Constraints:      64761
2346.91/2419.80	c #Conflicts:    2195000 | #Constraints:      65779
2346.91/2419.80	c #Conflicts:    2196000 | #Constraints:      66803
2346.91/2419.80	c INPROCESSING
2346.91/2419.80	c GARBAGE COLLECT
2346.91/2419.80	c rational objective 998
2388.01/2461.12	c #Conflicts:    2197000 | #Constraints:      37741
2388.01/2461.12	c #Conflicts:    2198000 | #Constraints:      38741
2388.01/2461.12	c #Conflicts:    2199000 | #Constraints:      39741
2388.01/2461.12	c #Conflicts:    2200000 | #Constraints:      40741
2388.01/2461.12	c #Conflicts:    2201000 | #Constraints:      41741
2388.01/2461.12	c #Conflicts:    2202000 | #Constraints:      42741
2388.01/2461.12	c #Conflicts:    2203000 | #Constraints:      43741
2388.01/2461.12	c #Conflicts:    2204000 | #Constraints:      44741
2388.01/2461.12	c #Conflicts:    2205000 | #Constraints:      45741
2388.01/2461.12	c #Conflicts:    2206000 | #Constraints:      46741
2388.01/2461.12	c #Conflicts:    2207000 | #Constraints:      47741
2388.01/2461.12	c #Conflicts:    2208000 | #Constraints:      48741
2388.01/2461.12	c #Conflicts:    2209000 | #Constraints:      49741
2388.01/2461.12	c #Conflicts:    2210000 | #Constraints:      50741
2388.01/2461.12	c #Conflicts:    2211000 | #Constraints:      51741
2388.01/2461.12	c #Conflicts:    2212000 | #Constraints:      52741
2388.01/2461.12	c #Conflicts:    2213000 | #Constraints:      53741
2388.01/2461.12	c #Conflicts:    2214000 | #Constraints:      54741
2388.01/2461.12	c #Conflicts:    2215000 | #Constraints:      55741
2388.01/2461.12	c #Conflicts:    2216000 | #Constraints:      56741
2388.01/2461.12	c #Conflicts:    2217000 | #Constraints:      57741
2388.01/2461.12	c #Conflicts:    2218000 | #Constraints:      58741
2388.01/2461.12	c #Conflicts:    2219000 | #Constraints:      59741
2388.01/2461.12	c #Conflicts:    2220000 | #Constraints:      60741
2388.01/2461.12	c #Conflicts:    2221000 | #Constraints:      61741
2388.01/2461.12	c #Conflicts:    2222000 | #Constraints:      62741
2388.01/2461.12	c #Conflicts:    2223000 | #Constraints:      63741
2388.01/2461.12	c #Conflicts:    2224000 | #Constraints:      64741
2388.01/2461.12	c #Conflicts:    2225000 | #Constraints:      65741
2388.01/2461.12	c #Conflicts:    2226000 | #Constraints:      66741
2388.01/2461.12	c INPROCESSING
2388.01/2461.12	c GARBAGE COLLECT
2388.01/2461.12	c rational objective 998
2431.06/2504.64	c #Conflicts:    2227000 | #Constraints:      37883
2431.06/2504.64	c #Conflicts:    2228000 | #Constraints:      38883
2431.06/2504.64	c #Conflicts:    2229000 | #Constraints:      39883
2431.06/2504.64	c #Conflicts:    2230000 | #Constraints:      40883
2431.06/2504.64	c #Conflicts:    2231000 | #Constraints:      41883
2431.06/2504.64	c #Conflicts:    2232000 | #Constraints:      42883
2431.06/2504.64	c #Conflicts:    2233000 | #Constraints:      43883
2431.06/2504.64	c #Conflicts:    2234000 | #Constraints:      44883
2431.06/2504.64	c #Conflicts:    2235000 | #Constraints:      45883
2431.06/2504.64	c #Conflicts:    2236000 | #Constraints:      46883
2431.06/2504.64	c #Conflicts:    2237000 | #Constraints:      47883
2431.06/2504.64	c #Conflicts:    2238000 | #Constraints:      48883
2431.06/2504.64	c #Conflicts:    2239000 | #Constraints:      49883
2431.06/2504.64	c #Conflicts:    2240000 | #Constraints:      50883
2431.06/2504.64	c #Conflicts:    2241000 | #Constraints:      51883
2431.06/2504.64	c #Conflicts:    2242000 | #Constraints:      52883
2431.06/2504.64	c #Conflicts:    2243000 | #Constraints:      53883
2431.06/2504.64	c #Conflicts:    2244000 | #Constraints:      54883
2431.06/2504.64	c #Conflicts:    2245000 | #Constraints:      55883
2431.06/2504.64	c #Conflicts:    2246000 | #Constraints:      56883
2431.06/2504.64	c #Conflicts:    2247000 | #Constraints:      57883
2431.06/2504.64	c #Conflicts:    2248000 | #Constraints:      58883
2431.06/2504.64	c #Conflicts:    2249000 | #Constraints:      59883
2431.06/2504.64	c #Conflicts:    2250000 | #Constraints:      60883
2431.06/2504.64	c #Conflicts:    2251000 | #Constraints:      61883
2431.06/2504.64	c #Conflicts:    2252000 | #Constraints:      62883
2431.06/2504.64	c #Conflicts:    2253000 | #Constraints:      63883
2431.06/2504.64	c #Conflicts:    2254000 | #Constraints:      64883
2431.06/2504.64	c #Conflicts:    2255000 | #Constraints:      65883
2431.06/2504.64	c #Conflicts:    2256000 | #Constraints:      66883
2431.06/2504.64	c INPROCESSING
2431.06/2504.64	c GARBAGE COLLECT
2431.06/2504.64	c rational objective 998
2472.96/2546.74	c #Conflicts:    2257000 | #Constraints:      37960
2472.96/2546.74	c #Conflicts:    2258000 | #Constraints:      38993
2472.96/2546.74	c #Conflicts:    2259000 | #Constraints:      40036
2472.96/2546.74	c #Conflicts:    2260000 | #Constraints:      41044
2472.96/2546.74	c #Conflicts:    2261000 | #Constraints:      42051
2472.96/2546.74	c #Conflicts:    2262000 | #Constraints:      43091
2472.96/2546.74	c #Conflicts:    2263000 | #Constraints:      44139
2472.96/2546.74	c #Conflicts:    2264000 | #Constraints:      45174
2472.96/2546.74	c #Conflicts:    2265000 | #Constraints:      46205
2472.96/2546.74	c #Conflicts:    2266000 | #Constraints:      47229
2472.96/2546.74	c #Conflicts:    2267000 | #Constraints:      48254
2472.96/2546.74	c #Conflicts:    2268000 | #Constraints:      49280
2472.96/2546.74	c #Conflicts:    2269000 | #Constraints:      50308
2472.96/2546.74	c #Conflicts:    2270000 | #Constraints:      51326
2472.96/2546.74	c #Conflicts:    2271000 | #Constraints:      52357
2472.96/2546.74	c #Conflicts:    2272000 | #Constraints:      53379
2472.96/2546.74	c #Conflicts:    2273000 | #Constraints:      54401
2472.96/2546.74	c #Conflicts:    2274000 | #Constraints:      55419
2472.96/2546.74	c #Conflicts:    2275000 | #Constraints:      56441
2472.96/2546.74	c #Conflicts:    2276000 | #Constraints:      57477
2472.96/2546.74	c #Conflicts:    2277000 | #Constraints:      58496
2472.96/2546.74	c #Conflicts:    2278000 | #Constraints:      59521
2472.96/2546.74	c #Conflicts:    2279000 | #Constraints:      60555
2472.96/2546.74	c #Conflicts:    2280000 | #Constraints:      61574
2472.96/2546.74	c #Conflicts:    2281000 | #Constraints:      62607
2472.96/2546.74	c #Conflicts:    2282000 | #Constraints:      63630
2472.96/2546.74	c #Conflicts:    2283000 | #Constraints:      64658
2472.96/2546.74	c #Conflicts:    2284000 | #Constraints:      65693
2472.96/2546.74	c #Conflicts:    2285000 | #Constraints:      66715
2472.96/2546.74	c #Conflicts:    2286000 | #Constraints:      67734
2472.96/2546.74	c INPROCESSING
2472.96/2546.74	c GARBAGE COLLECT
2472.96/2546.74	c rational objective 998
2516.59/2590.57	c #Conflicts:    2287000 | #Constraints:      38179
2516.59/2590.57	c #Conflicts:    2288000 | #Constraints:      39179
2516.59/2590.57	c #Conflicts:    2289000 | #Constraints:      40179
2516.59/2590.57	c #Conflicts:    2290000 | #Constraints:      41179
2516.59/2590.57	c #Conflicts:    2291000 | #Constraints:      42179
2516.59/2590.57	c #Conflicts:    2292000 | #Constraints:      43179
2516.59/2590.57	c #Conflicts:    2293000 | #Constraints:      44179
2516.59/2590.57	c #Conflicts:    2294000 | #Constraints:      45179
2516.59/2590.57	c #Conflicts:    2295000 | #Constraints:      46179
2516.59/2590.57	c #Conflicts:    2296000 | #Constraints:      47179
2516.59/2590.57	c #Conflicts:    2297000 | #Constraints:      48179
2516.59/2590.57	c #Conflicts:    2298000 | #Constraints:      49179
2516.59/2590.57	c #Conflicts:    2299000 | #Constraints:      50179
2516.59/2590.57	c #Conflicts:    2300000 | #Constraints:      51179
2516.59/2590.57	c #Conflicts:    2301000 | #Constraints:      52179
2516.59/2590.57	c #Conflicts:    2302000 | #Constraints:      53179
2516.59/2590.57	c #Conflicts:    2303000 | #Constraints:      54179
2516.59/2590.57	c #Conflicts:    2304000 | #Constraints:      55179
2516.59/2590.57	c #Conflicts:    2305000 | #Constraints:      56179
2516.59/2590.57	c #Conflicts:    2306000 | #Constraints:      57179
2516.59/2590.57	c #Conflicts:    2307000 | #Constraints:      58179
2516.59/2590.57	c #Conflicts:    2308000 | #Constraints:      59179
2516.59/2590.57	c #Conflicts:    2309000 | #Constraints:      60179
2516.59/2590.57	c #Conflicts:    2310000 | #Constraints:      61179
2516.59/2590.57	c #Conflicts:    2311000 | #Constraints:      62179
2516.59/2590.57	c #Conflicts:    2312000 | #Constraints:      63179
2516.59/2590.57	c #Conflicts:    2313000 | #Constraints:      64179
2516.59/2590.57	c #Conflicts:    2314000 | #Constraints:      65179
2516.59/2590.57	c #Conflicts:    2315000 | #Constraints:      66179
2516.59/2590.57	c #Conflicts:    2316000 | #Constraints:      67179
2516.59/2590.57	c INPROCESSING
2516.59/2590.57	c GARBAGE COLLECT
2516.59/2590.57	c rational objective 998
2568.06/2642.26	c #Conflicts:    2317000 | #Constraints:      37818
2568.06/2642.26	c #Conflicts:    2318000 | #Constraints:      38848
2568.06/2642.26	c #Conflicts:    2319000 | #Constraints:      39873
2568.06/2642.26	c #Conflicts:    2320000 | #Constraints:      40907
2568.06/2642.26	c #Conflicts:    2321000 | #Constraints:      41954
2568.06/2642.26	c #Conflicts:    2322000 | #Constraints:      42989
2568.06/2642.26	c #Conflicts:    2323000 | #Constraints:      44029
2568.06/2642.26	c #Conflicts:    2324000 | #Constraints:      45060
2568.06/2642.26	c #Conflicts:    2325000 | #Constraints:      46082
2568.06/2642.26	c #Conflicts:    2326000 | #Constraints:      47104
2568.06/2642.26	c #Conflicts:    2327000 | #Constraints:      48136
2568.06/2642.26	c #Conflicts:    2328000 | #Constraints:      49158
2568.06/2642.26	c #Conflicts:    2329000 | #Constraints:      50200
2568.06/2642.26	c #Conflicts:    2330000 | #Constraints:      51229
2568.06/2642.26	c #Conflicts:    2331000 | #Constraints:      52258
2568.06/2642.26	c #Conflicts:    2332000 | #Constraints:      53278
2568.06/2642.26	c #Conflicts:    2333000 | #Constraints:      54299
2568.06/2642.26	c #Conflicts:    2334000 | #Constraints:      55324
2568.06/2642.26	c #Conflicts:    2335000 | #Constraints:      56340
2568.06/2642.26	c #Conflicts:    2336000 | #Constraints:      57375
2568.06/2642.26	c #Conflicts:    2337000 | #Constraints:      58409
2568.06/2642.26	c #Conflicts:    2338000 | #Constraints:      59435
2568.06/2642.26	c #Conflicts:    2339000 | #Constraints:      60458
2568.06/2642.26	c #Conflicts:    2340000 | #Constraints:      61477
2568.06/2642.26	c #Conflicts:    2341000 | #Constraints:      62498
2568.06/2642.26	c #Conflicts:    2342000 | #Constraints:      63525
2568.06/2642.26	c #Conflicts:    2343000 | #Constraints:      64553
2568.06/2642.26	c #Conflicts:    2344000 | #Constraints:      65581
2568.06/2642.26	c #Conflicts:    2345000 | #Constraints:      66615
2568.06/2642.26	c #Conflicts:    2346000 | #Constraints:      67636
2568.06/2642.26	c #Conflicts:    2347000 | #Constraints:      68662
2568.06/2642.26	c INPROCESSING
2568.06/2642.26	c GARBAGE COLLECT
2568.06/2642.26	c rational objective 998
2606.37/2680.74	c #Conflicts:    2348000 | #Constraints:      38667
2606.37/2680.74	c #Conflicts:    2349000 | #Constraints:      39667
2606.37/2680.74	c #Conflicts:    2350000 | #Constraints:      40667
2606.37/2680.74	c #Conflicts:    2351000 | #Constraints:      41667
2606.37/2680.74	c #Conflicts:    2352000 | #Constraints:      42667
2606.37/2680.74	c #Conflicts:    2353000 | #Constraints:      43667
2606.37/2680.74	c #Conflicts:    2354000 | #Constraints:      44667
2606.37/2680.74	c #Conflicts:    2355000 | #Constraints:      45667
2606.37/2680.74	c #Conflicts:    2356000 | #Constraints:      46667
2606.37/2680.74	c #Conflicts:    2357000 | #Constraints:      47667
2606.37/2680.74	c #Conflicts:    2358000 | #Constraints:      48667
2606.37/2680.74	c #Conflicts:    2359000 | #Constraints:      49667
2606.37/2680.74	c #Conflicts:    2360000 | #Constraints:      50667
2606.37/2680.74	c #Conflicts:    2361000 | #Constraints:      51667
2606.37/2680.74	c #Conflicts:    2362000 | #Constraints:      52667
2606.37/2680.74	c #Conflicts:    2363000 | #Constraints:      53667
2606.37/2680.74	c #Conflicts:    2364000 | #Constraints:      54667
2606.37/2680.74	c #Conflicts:    2365000 | #Constraints:      55667
2606.37/2680.74	c #Conflicts:    2366000 | #Constraints:      56667
2606.37/2680.74	c #Conflicts:    2367000 | #Constraints:      57667
2606.37/2680.74	c #Conflicts:    2368000 | #Constraints:      58667
2606.37/2680.74	c #Conflicts:    2369000 | #Constraints:      59667
2606.37/2680.74	c #Conflicts:    2370000 | #Constraints:      60667
2606.37/2680.74	c #Conflicts:    2371000 | #Constraints:      61667
2606.37/2680.74	c #Conflicts:    2372000 | #Constraints:      62667
2606.37/2680.74	c #Conflicts:    2373000 | #Constraints:      63667
2606.37/2680.74	c #Conflicts:    2374000 | #Constraints:      64667
2606.37/2680.74	c #Conflicts:    2375000 | #Constraints:      65667
2606.37/2680.74	c #Conflicts:    2376000 | #Constraints:      66667
2606.37/2680.74	c #Conflicts:    2377000 | #Constraints:      67667
2606.37/2680.74	c #Conflicts:    2378000 | #Constraints:      68667
2606.37/2680.74	c INPROCESSING
2606.37/2680.74	c GARBAGE COLLECT
2606.37/2680.74	c rational objective 998
2650.47/2725.52	c #Conflicts:    2379000 | #Constraints:      38844
2650.47/2725.52	c #Conflicts:    2380000 | #Constraints:      39844
2650.47/2725.52	c #Conflicts:    2381000 | #Constraints:      40844
2650.47/2725.52	c #Conflicts:    2382000 | #Constraints:      41844
2650.47/2725.52	c #Conflicts:    2383000 | #Constraints:      42844
2650.47/2725.52	c #Conflicts:    2384000 | #Constraints:      43844
2650.47/2725.52	c #Conflicts:    2385000 | #Constraints:      44844
2650.47/2725.52	c #Conflicts:    2386000 | #Constraints:      45844
2650.47/2725.52	c #Conflicts:    2387000 | #Constraints:      46844
2650.47/2725.52	c #Conflicts:    2388000 | #Constraints:      47844
2650.47/2725.52	c #Conflicts:    2389000 | #Constraints:      48844
2650.47/2725.52	c #Conflicts:    2390000 | #Constraints:      49844
2650.47/2725.52	c #Conflicts:    2391000 | #Constraints:      50844
2650.47/2725.52	c #Conflicts:    2392000 | #Constraints:      51844
2650.47/2725.52	c #Conflicts:    2393000 | #Constraints:      52844
2650.47/2725.52	c #Conflicts:    2394000 | #Constraints:      53844
2650.47/2725.52	c #Conflicts:    2395000 | #Constraints:      54844
2650.47/2725.52	c #Conflicts:    2396000 | #Constraints:      55844
2650.47/2725.52	c #Conflicts:    2397000 | #Constraints:      56844
2650.47/2725.52	c #Conflicts:    2398000 | #Constraints:      57844
2650.47/2725.52	c #Conflicts:    2399000 | #Constraints:      58844
2650.47/2725.52	c #Conflicts:    2400000 | #Constraints:      59844
2650.47/2725.52	c #Conflicts:    2401000 | #Constraints:      60844
2650.47/2725.52	c #Conflicts:    2402000 | #Constraints:      61844
2650.47/2725.52	c #Conflicts:    2403000 | #Constraints:      62844
2650.47/2725.52	c #Conflicts:    2404000 | #Constraints:      63844
2650.47/2725.52	c #Conflicts:    2405000 | #Constraints:      64844
2650.47/2725.52	c #Conflicts:    2406000 | #Constraints:      65844
2650.47/2725.52	c #Conflicts:    2407000 | #Constraints:      66844
2650.47/2725.52	c #Conflicts:    2408000 | #Constraints:      67844
2650.47/2725.52	c #Conflicts:    2409000 | #Constraints:      68844
2650.47/2725.52	c INPROCESSING
2650.47/2725.52	c GARBAGE COLLECT
2650.47/2725.52	c rational objective 998
2712.52/2787.88	c #Conflicts:    2410000 | #Constraints:      38950
2712.52/2787.88	c #Conflicts:    2411000 | #Constraints:      39987
2712.52/2787.88	c #Conflicts:    2412000 | #Constraints:      41010
2712.52/2787.88	c #Conflicts:    2413000 | #Constraints:      42026
2712.52/2787.88	c #Conflicts:    2414000 | #Constraints:      43059
2712.52/2787.88	c #Conflicts:    2415000 | #Constraints:      44079
2712.52/2787.88	c #Conflicts:    2416000 | #Constraints:      45087
2712.52/2787.88	c #Conflicts:    2417000 | #Constraints:      46103
2712.52/2787.88	c #Conflicts:    2418000 | #Constraints:      47130
2712.52/2787.88	c #Conflicts:    2419000 | #Constraints:      48157
2712.52/2787.88	c #Conflicts:    2420000 | #Constraints:      49176
2712.52/2787.88	c #Conflicts:    2421000 | #Constraints:      50197
2712.52/2787.88	c #Conflicts:    2422000 | #Constraints:      51222
2712.52/2787.88	c #Conflicts:    2423000 | #Constraints:      52250
2712.52/2787.88	c #Conflicts:    2424000 | #Constraints:      53263
2712.52/2787.88	c #Conflicts:    2425000 | #Constraints:      54281
2712.52/2787.88	c #Conflicts:    2426000 | #Constraints:      55300
2712.52/2787.88	c #Conflicts:    2427000 | #Constraints:      56314
2712.52/2787.88	c #Conflicts:    2428000 | #Constraints:      57341
2712.52/2787.88	c #Conflicts:    2429000 | #Constraints:      58364
2712.52/2787.88	c #Conflicts:    2430000 | #Constraints:      59386
2712.52/2787.88	c #Conflicts:    2431000 | #Constraints:      60406
2712.52/2787.88	c #Conflicts:    2432000 | #Constraints:      61421
2712.52/2787.88	c #Conflicts:    2433000 | #Constraints:      62434
2712.52/2787.88	c #Conflicts:    2434000 | #Constraints:      63460
2712.52/2787.88	c #Conflicts:    2435000 | #Constraints:      64480
2712.52/2787.88	c #Conflicts:    2436000 | #Constraints:      65491
2712.52/2787.88	c #Conflicts:    2437000 | #Constraints:      66507
2712.52/2787.88	c #Conflicts:    2438000 | #Constraints:      67522
2712.52/2787.88	c #Conflicts:    2439000 | #Constraints:      68541
2712.52/2787.88	c #Conflicts:    2440000 | #Constraints:      69563
2712.52/2787.88	c INPROCESSING
2712.52/2787.88	c GARBAGE COLLECT
2712.52/2787.88	c rational objective 998
2753.41/2829.07	c #Conflicts:    2441000 | #Constraints:      39106
2753.41/2829.07	c #Conflicts:    2442000 | #Constraints:      40106
2753.41/2829.07	c #Conflicts:    2443000 | #Constraints:      41106
2753.41/2829.07	c #Conflicts:    2444000 | #Constraints:      42106
2753.41/2829.07	c #Conflicts:    2445000 | #Constraints:      43106
2753.41/2829.07	c #Conflicts:    2446000 | #Constraints:      44106
2753.41/2829.07	c #Conflicts:    2447000 | #Constraints:      45106
2753.41/2829.07	c #Conflicts:    2448000 | #Constraints:      46106
2753.41/2829.07	c #Conflicts:    2449000 | #Constraints:      47106
2753.41/2829.07	c #Conflicts:    2450000 | #Constraints:      48106
2753.41/2829.07	c #Conflicts:    2451000 | #Constraints:      49106
2753.41/2829.07	c #Conflicts:    2452000 | #Constraints:      50106
2753.41/2829.07	c #Conflicts:    2453000 | #Constraints:      51106
2753.41/2829.07	c #Conflicts:    2454000 | #Constraints:      52106
2753.41/2829.07	c #Conflicts:    2455000 | #Constraints:      53106
2753.41/2829.07	c #Conflicts:    2456000 | #Constraints:      54106
2753.41/2829.07	c #Conflicts:    2457000 | #Constraints:      55106
2753.41/2829.07	c #Conflicts:    2458000 | #Constraints:      56106
2753.41/2829.07	c #Conflicts:    2459000 | #Constraints:      57106
2753.41/2829.07	c #Conflicts:    2460000 | #Constraints:      58106
2753.41/2829.07	c #Conflicts:    2461000 | #Constraints:      59106
2753.41/2829.07	c #Conflicts:    2462000 | #Constraints:      60106
2753.41/2829.07	c #Conflicts:    2463000 | #Constraints:      61106
2753.41/2829.07	c #Conflicts:    2464000 | #Constraints:      62106
2753.41/2829.07	c #Conflicts:    2465000 | #Constraints:      63106
2753.41/2829.07	c #Conflicts:    2466000 | #Constraints:      64106
2753.41/2829.07	c #Conflicts:    2467000 | #Constraints:      65106
2753.41/2829.07	c #Conflicts:    2468000 | #Constraints:      66106
2753.41/2829.07	c #Conflicts:    2469000 | #Constraints:      67106
2753.41/2829.07	c #Conflicts:    2470000 | #Constraints:      68106
2753.41/2829.07	c #Conflicts:    2471000 | #Constraints:      69106
2753.41/2829.07	c INPROCESSING
2753.41/2829.07	c GARBAGE COLLECT
2753.41/2829.07	c rational objective 998
2793.02/2868.89	c #Conflicts:    2472000 | #Constraints:      38775
2793.02/2868.89	c #Conflicts:    2473000 | #Constraints:      39775
2793.02/2868.89	c #Conflicts:    2474000 | #Constraints:      40775
2793.02/2868.89	c #Conflicts:    2475000 | #Constraints:      41775
2793.02/2868.89	c #Conflicts:    2476000 | #Constraints:      42775
2793.02/2868.89	c #Conflicts:    2477000 | #Constraints:      43775
2793.02/2868.89	c #Conflicts:    2478000 | #Constraints:      44775
2793.02/2868.89	c #Conflicts:    2479000 | #Constraints:      45775
2793.02/2868.89	c #Conflicts:    2480000 | #Constraints:      46775
2793.02/2868.89	c #Conflicts:    2481000 | #Constraints:      47775
2793.02/2868.89	c #Conflicts:    2482000 | #Constraints:      48775
2793.02/2868.89	c #Conflicts:    2483000 | #Constraints:      49775
2793.02/2868.89	c #Conflicts:    2484000 | #Constraints:      50775
2793.02/2868.89	c #Conflicts:    2485000 | #Constraints:      51775
2793.02/2868.89	c #Conflicts:    2486000 | #Constraints:      52775
2793.02/2868.89	c #Conflicts:    2487000 | #Constraints:      53775
2793.02/2868.89	c #Conflicts:    2488000 | #Constraints:      54775
2793.02/2868.89	c #Conflicts:    2489000 | #Constraints:      55775
2793.02/2868.89	c #Conflicts:    2490000 | #Constraints:      56775
2793.02/2868.89	c #Conflicts:    2491000 | #Constraints:      57775
2793.02/2868.89	c #Conflicts:    2492000 | #Constraints:      58775
2793.02/2868.89	c #Conflicts:    2493000 | #Constraints:      59775
2793.02/2868.89	c #Conflicts:    2494000 | #Constraints:      60775
2793.02/2868.89	c #Conflicts:    2495000 | #Constraints:      61775
2793.02/2868.89	c #Conflicts:    2496000 | #Constraints:      62775
2793.02/2868.89	c #Conflicts:    2497000 | #Constraints:      63775
2793.02/2868.89	c #Conflicts:    2498000 | #Constraints:      64775
2793.02/2868.89	c #Conflicts:    2499000 | #Constraints:      65775
2793.02/2868.89	c #Conflicts:    2500000 | #Constraints:      66775
2793.02/2868.89	c #Conflicts:    2501000 | #Constraints:      67775
2793.02/2868.89	c #Conflicts:    2502000 | #Constraints:      68775
2793.02/2868.89	c #Conflicts:    2503000 | #Constraints:      69775
2793.02/2868.89	c INPROCESSING
2793.02/2868.89	c GARBAGE COLLECT
2793.02/2868.89	c rational objective 998
2830.38/2906.40	c #Conflicts:    2504000 | #Constraints:      39309
2830.38/2906.40	c #Conflicts:    2505000 | #Constraints:      40309
2830.38/2906.40	c #Conflicts:    2506000 | #Constraints:      41309
2830.38/2906.40	c #Conflicts:    2507000 | #Constraints:      42309
2830.38/2906.40	c #Conflicts:    2508000 | #Constraints:      43309
2830.38/2906.40	c #Conflicts:    2509000 | #Constraints:      44309
2830.38/2906.40	c #Conflicts:    2510000 | #Constraints:      45309
2830.38/2906.40	c #Conflicts:    2511000 | #Constraints:      46309
2830.38/2906.40	c #Conflicts:    2512000 | #Constraints:      47309
2830.38/2906.40	c #Conflicts:    2513000 | #Constraints:      48309
2830.38/2906.40	c #Conflicts:    2514000 | #Constraints:      49309
2830.38/2906.40	c #Conflicts:    2515000 | #Constraints:      50309
2830.38/2906.40	c #Conflicts:    2516000 | #Constraints:      51309
2830.38/2906.40	c #Conflicts:    2517000 | #Constraints:      52309
2830.38/2906.40	c #Conflicts:    2518000 | #Constraints:      53309
2830.38/2906.40	c #Conflicts:    2519000 | #Constraints:      54309
2830.38/2906.40	c #Conflicts:    2520000 | #Constraints:      55309
2830.38/2906.40	c #Conflicts:    2521000 | #Constraints:      56309
2830.38/2906.40	c #Conflicts:    2522000 | #Constraints:      57309
2830.38/2906.40	c #Conflicts:    2523000 | #Constraints:      58309
2830.38/2906.40	c #Conflicts:    2524000 | #Constraints:      59309
2830.38/2906.40	c #Conflicts:    2525000 | #Constraints:      60309
2830.38/2906.40	c #Conflicts:    2526000 | #Constraints:      61309
2830.38/2906.40	c #Conflicts:    2527000 | #Constraints:      62309
2830.38/2906.40	c #Conflicts:    2528000 | #Constraints:      63309
2830.38/2906.40	c #Conflicts:    2529000 | #Constraints:      64309
2830.38/2906.40	c #Conflicts:    2530000 | #Constraints:      65309
2830.38/2906.40	c #Conflicts:    2531000 | #Constraints:      66309
2830.38/2906.40	c #Conflicts:    2532000 | #Constraints:      67309
2830.38/2906.40	c #Conflicts:    2533000 | #Constraints:      68309
2830.38/2906.40	c #Conflicts:    2534000 | #Constraints:      69309
2830.38/2906.40	c #Conflicts:    2535000 | #Constraints:      70309
2830.38/2906.40	c INPROCESSING
2830.38/2906.40	c GARBAGE COLLECT
2830.38/2906.40	c rational objective 998
2875.87/2952.06	c #Conflicts:    2536000 | #Constraints:      39679
2875.87/2952.06	c #Conflicts:    2537000 | #Constraints:      40731
2875.87/2952.06	c #Conflicts:    2538000 | #Constraints:      41789
2875.87/2952.06	c #Conflicts:    2539000 | #Constraints:      42858
2875.87/2952.06	c #Conflicts:    2540000 | #Constraints:      43909
2875.87/2952.06	c #Conflicts:    2541000 | #Constraints:      44954
2875.87/2952.06	c #Conflicts:    2542000 | #Constraints:      45990
2875.87/2952.06	c #Conflicts:    2543000 | #Constraints:      47027
2875.87/2952.06	c #Conflicts:    2544000 | #Constraints:      48058
2875.87/2952.06	c #Conflicts:    2545000 | #Constraints:      49093
2875.87/2952.06	c #Conflicts:    2546000 | #Constraints:      50131
2875.87/2952.06	c #Conflicts:    2547000 | #Constraints:      51164
2875.87/2952.06	c #Conflicts:    2548000 | #Constraints:      52199
2875.87/2952.06	c #Conflicts:    2549000 | #Constraints:      53234
2875.87/2952.06	c #Conflicts:    2550000 | #Constraints:      54267
2875.87/2952.06	c #Conflicts:    2551000 | #Constraints:      55296
2875.87/2952.06	c #Conflicts:    2552000 | #Constraints:      56337
2875.87/2952.06	c #Conflicts:    2553000 | #Constraints:      57373
2875.87/2952.06	c #Conflicts:    2554000 | #Constraints:      58425
2875.87/2952.06	c #Conflicts:    2555000 | #Constraints:      59459
2875.87/2952.06	c #Conflicts:    2556000 | #Constraints:      60494
2875.87/2952.06	c #Conflicts:    2557000 | #Constraints:      61536
2875.87/2952.06	c #Conflicts:    2558000 | #Constraints:      62579
2875.87/2952.06	c #Conflicts:    2559000 | #Constraints:      63625
2875.87/2952.06	c #Conflicts:    2560000 | #Constraints:      64675
2875.87/2952.06	c #Conflicts:    2561000 | #Constraints:      65712
2875.87/2952.06	c #Conflicts:    2562000 | #Constraints:      66757
2875.87/2952.06	c #Conflicts:    2563000 | #Constraints:      67812
2875.87/2952.06	c #Conflicts:    2564000 | #Constraints:      68871
2875.87/2952.06	c #Conflicts:    2565000 | #Constraints:      69932
2875.87/2952.06	c #Conflicts:    2566000 | #Constraints:      70999
2875.87/2952.06	c #Conflicts:    2567000 | #Constraints:      72023
2875.87/2952.06	c INPROCESSING
2875.87/2952.06	c GARBAGE COLLECT
2875.87/2952.06	c rational objective 998
2921.99/2998.38	c #Conflicts:    2568000 | #Constraints:      40423
2921.99/2998.38	c #Conflicts:    2569000 | #Constraints:      41423
2921.99/2998.38	c #Conflicts:    2570000 | #Constraints:      42423
2921.99/2998.38	c #Conflicts:    2571000 | #Constraints:      43423
2921.99/2998.38	c #Conflicts:    2572000 | #Constraints:      44423
2921.99/2998.38	c #Conflicts:    2573000 | #Constraints:      45423
2921.99/2998.38	c #Conflicts:    2574000 | #Constraints:      46423
2921.99/2998.38	c #Conflicts:    2575000 | #Constraints:      47423
2921.99/2998.38	c #Conflicts:    2576000 | #Constraints:      48423
2921.99/2998.38	c #Conflicts:    2577000 | #Constraints:      49423
2921.99/2998.38	c #Conflicts:    2578000 | #Constraints:      50423
2921.99/2998.38	c #Conflicts:    2579000 | #Constraints:      51423
2921.99/2998.38	c #Conflicts:    2580000 | #Constraints:      52423
2921.99/2998.38	c #Conflicts:    2581000 | #Constraints:      53423
2921.99/2998.38	c #Conflicts:    2582000 | #Constraints:      54423
2921.99/2998.38	c #Conflicts:    2583000 | #Constraints:      55423
2921.99/2998.38	c #Conflicts:    2584000 | #Constraints:      56423
2921.99/2998.38	c #Conflicts:    2585000 | #Constraints:      57423
2921.99/2998.38	c #Conflicts:    2586000 | #Constraints:      58423
2921.99/2998.38	c #Conflicts:    2587000 | #Constraints:      59423
2921.99/2998.38	c #Conflicts:    2588000 | #Constraints:      60423
2921.99/2998.38	c #Conflicts:    2589000 | #Constraints:      61423
2921.99/2998.38	c #Conflicts:    2590000 | #Constraints:      62423
2921.99/2998.38	c #Conflicts:    2591000 | #Constraints:      63423
2921.99/2998.38	c #Conflicts:    2592000 | #Constraints:      64423
2921.99/2998.38	c #Conflicts:    2593000 | #Constraints:      65423
2921.99/2998.38	c #Conflicts:    2594000 | #Constraints:      66423
2921.99/2998.38	c #Conflicts:    2595000 | #Constraints:      67423
2921.99/2998.38	c #Conflicts:    2596000 | #Constraints:      68423
2921.99/2998.38	c #Conflicts:    2597000 | #Constraints:      69423
2921.99/2998.38	c #Conflicts:    2598000 | #Constraints:      70423
2921.99/2998.38	c #Conflicts:    2599000 | #Constraints:      71423
2921.99/2998.38	c INPROCESSING
2921.99/2998.38	c GARBAGE COLLECT
2921.99/2998.38	c rational objective 998
2961.01/3037.99	c #Conflicts:    2600000 | #Constraints:      40112
2961.01/3037.99	c #Conflicts:    2601000 | #Constraints:      41143
2961.01/3037.99	c #Conflicts:    2602000 | #Constraints:      42188
2961.01/3037.99	c #Conflicts:    2603000 | #Constraints:      43239
2961.01/3037.99	c #Conflicts:    2604000 | #Constraints:      44288
2961.01/3037.99	c #Conflicts:    2605000 | #Constraints:      45323
2961.01/3037.99	c #Conflicts:    2606000 | #Constraints:      46363
2961.01/3037.99	c #Conflicts:    2607000 | #Constraints:      47403
2961.01/3037.99	c #Conflicts:    2608000 | #Constraints:      48435
2961.01/3037.99	c #Conflicts:    2609000 | #Constraints:      49473
2961.01/3037.99	c #Conflicts:    2610000 | #Constraints:      50508
2961.01/3037.99	c #Conflicts:    2611000 | #Constraints:      51543
2961.01/3037.99	c #Conflicts:    2612000 | #Constraints:      52576
2961.01/3037.99	c #Conflicts:    2613000 | #Constraints:      53605
2961.01/3037.99	c #Conflicts:    2614000 | #Constraints:      54633
2961.01/3037.99	c #Conflicts:    2615000 | #Constraints:      55662
2961.01/3037.99	c #Conflicts:    2616000 | #Constraints:      56694
2961.01/3037.99	c #Conflicts:    2617000 | #Constraints:      57715
2961.01/3037.99	c #Conflicts:    2618000 | #Constraints:      58747
2961.01/3037.99	c #Conflicts:    2619000 | #Constraints:      59765
2961.01/3037.99	c #Conflicts:    2620000 | #Constraints:      60788
2961.01/3037.99	c #Conflicts:    2621000 | #Constraints:      61824
2961.01/3037.99	c #Conflicts:    2622000 | #Constraints:      62846
2961.01/3037.99	c #Conflicts:    2623000 | #Constraints:      63868
2961.01/3037.99	c #Conflicts:    2624000 | #Constraints:      64899
2961.01/3037.99	c #Conflicts:    2625000 | #Constraints:      65912
2961.01/3037.99	c #Conflicts:    2626000 | #Constraints:      66938
2961.01/3037.99	c #Conflicts:    2627000 | #Constraints:      67961
2961.01/3037.99	c #Conflicts:    2628000 | #Constraints:      68979
2961.01/3037.99	c #Conflicts:    2629000 | #Constraints:      69999
2961.01/3037.99	c #Conflicts:    2630000 | #Constraints:      71041
2961.01/3037.99	c #Conflicts:    2631000 | #Constraints:      72070
2961.01/3037.99	c INPROCESSING
2961.01/3037.99	c GARBAGE COLLECT
2961.01/3037.99	c rational objective 998
3010.13/3087.28	c #Conflicts:    2632000 | #Constraints:      40192
3010.13/3087.28	c #Conflicts:    2633000 | #Constraints:      41192
3010.13/3087.28	c #Conflicts:    2634000 | #Constraints:      42192
3010.13/3087.28	c #Conflicts:    2635000 | #Constraints:      43192
3010.13/3087.28	c #Conflicts:    2636000 | #Constraints:      44192
3010.13/3087.28	c #Conflicts:    2637000 | #Constraints:      45192
3010.13/3087.28	c #Conflicts:    2638000 | #Constraints:      46192
3010.13/3087.28	c #Conflicts:    2639000 | #Constraints:      47192
3010.13/3087.28	c #Conflicts:    2640000 | #Constraints:      48192
3010.13/3087.28	c #Conflicts:    2641000 | #Constraints:      49192
3010.13/3087.28	c #Conflicts:    2642000 | #Constraints:      50192
3010.13/3087.28	c #Conflicts:    2643000 | #Constraints:      51192
3010.13/3087.28	c #Conflicts:    2644000 | #Constraints:      52192
3010.13/3087.28	c #Conflicts:    2645000 | #Constraints:      53193
3010.13/3087.28	c #Conflicts:    2646000 | #Constraints:      54193
3010.13/3087.28	c #Conflicts:    2647000 | #Constraints:      55195
3010.13/3087.28	c #Conflicts:    2648000 | #Constraints:      56196
3010.13/3087.28	c #Conflicts:    2649000 | #Constraints:      57196
3010.13/3087.28	c #Conflicts:    2650000 | #Constraints:      58197
3010.13/3087.28	c #Conflicts:    2651000 | #Constraints:      59197
3010.13/3087.28	c #Conflicts:    2652000 | #Constraints:      60197
3010.13/3087.28	c #Conflicts:    2653000 | #Constraints:      61198
3010.13/3087.28	c #Conflicts:    2654000 | #Constraints:      62198
3010.13/3087.28	c #Conflicts:    2655000 | #Constraints:      63198
3010.13/3087.28	c #Conflicts:    2656000 | #Constraints:      64199
3010.13/3087.28	c #Conflicts:    2657000 | #Constraints:      65200
3010.13/3087.28	c #Conflicts:    2658000 | #Constraints:      66201
3010.13/3087.28	c #Conflicts:    2659000 | #Constraints:      67201
3010.13/3087.28	c #Conflicts:    2660000 | #Constraints:      68201
3010.13/3087.28	c #Conflicts:    2661000 | #Constraints:      69201
3010.13/3087.28	c #Conflicts:    2662000 | #Constraints:      70201
3010.13/3087.28	c #Conflicts:    2663000 | #Constraints:      71202
3010.13/3087.28	c #Conflicts:    2664000 | #Constraints:      72202
3010.13/3087.28	c INPROCESSING
3010.13/3087.28	c GARBAGE COLLECT
3010.13/3087.28	c rational objective 998
3056.92/3134.24	c #Conflicts:    2665000 | #Constraints:      40528
3056.92/3134.24	c #Conflicts:    2666000 | #Constraints:      41528
3056.92/3134.24	c #Conflicts:    2667000 | #Constraints:      42528
3056.92/3134.24	c #Conflicts:    2668000 | #Constraints:      43528
3056.92/3134.24	c #Conflicts:    2669000 | #Constraints:      44528
3056.92/3134.24	c #Conflicts:    2670000 | #Constraints:      45528
3056.92/3134.24	c #Conflicts:    2671000 | #Constraints:      46528
3056.92/3134.24	c #Conflicts:    2672000 | #Constraints:      47528
3056.92/3134.24	c #Conflicts:    2673000 | #Constraints:      48528
3056.92/3134.24	c #Conflicts:    2674000 | #Constraints:      49528
3056.92/3134.24	c #Conflicts:    2675000 | #Constraints:      50528
3056.92/3134.24	c #Conflicts:    2676000 | #Constraints:      51528
3056.92/3134.24	c #Conflicts:    2677000 | #Constraints:      52528
3056.92/3134.24	c #Conflicts:    2678000 | #Constraints:      53528
3056.92/3134.24	c #Conflicts:    2679000 | #Constraints:      54528
3056.92/3134.24	c #Conflicts:    2680000 | #Constraints:      55528
3056.92/3134.24	c #Conflicts:    2681000 | #Constraints:      56528
3056.92/3134.24	c #Conflicts:    2682000 | #Constraints:      57528
3056.92/3134.24	c #Conflicts:    2683000 | #Constraints:      58528
3056.92/3134.24	c #Conflicts:    2684000 | #Constraints:      59528
3056.92/3134.24	c #Conflicts:    2685000 | #Constraints:      60528
3056.92/3134.24	c #Conflicts:    2686000 | #Constraints:      61528
3056.92/3134.24	c #Conflicts:    2687000 | #Constraints:      62528
3056.92/3134.24	c #Conflicts:    2688000 | #Constraints:      63528
3056.92/3134.24	c #Conflicts:    2689000 | #Constraints:      64528
3056.92/3134.24	c #Conflicts:    2690000 | #Constraints:      65528
3056.92/3134.24	c #Conflicts:    2691000 | #Constraints:      66528
3056.92/3134.24	c #Conflicts:    2692000 | #Constraints:      67528
3056.92/3134.24	c #Conflicts:    2693000 | #Constraints:      68528
3056.92/3134.24	c #Conflicts:    2694000 | #Constraints:      69528
3056.92/3134.24	c #Conflicts:    2695000 | #Constraints:      70528
3056.92/3134.24	c #Conflicts:    2696000 | #Constraints:      71528
3056.92/3134.24	c #Conflicts:    2697000 | #Constraints:      72528
3056.92/3134.24	c INPROCESSING
3056.92/3134.24	c GARBAGE COLLECT
3056.92/3134.24	c rational objective 998
3101.44/3184.15	c #Conflicts:    2698000 | #Constraints:      40798
3101.44/3184.15	c #Conflicts:    2699000 | #Constraints:      41901
3101.44/3184.15	c #Conflicts:    2700000 | #Constraints:      42950
3101.44/3184.15	c #Conflicts:    2701000 | #Constraints:      43989
3101.44/3184.15	c #Conflicts:    2702000 | #Constraints:      45045
3101.44/3184.15	c #Conflicts:    2703000 | #Constraints:      46088
3101.44/3184.15	c #Conflicts:    2704000 | #Constraints:      47128
3101.44/3184.15	c #Conflicts:    2705000 | #Constraints:      48160
3101.44/3184.15	c #Conflicts:    2706000 | #Constraints:      49198
3101.44/3184.15	c #Conflicts:    2707000 | #Constraints:      50241
3101.44/3184.15	c #Conflicts:    2708000 | #Constraints:      51281
3101.44/3184.15	c #Conflicts:    2709000 | #Constraints:      52312
3101.44/3184.15	c #Conflicts:    2710000 | #Constraints:      53347
3101.44/3184.15	c #Conflicts:    2711000 | #Constraints:      54378
3101.44/3184.15	c #Conflicts:    2712000 | #Constraints:      55412
3101.44/3184.15	c #Conflicts:    2713000 | #Constraints:      56455
3101.44/3184.15	c #Conflicts:    2714000 | #Constraints:      57484
3101.44/3184.15	c #Conflicts:    2715000 | #Constraints:      58499
3101.44/3184.15	c #Conflicts:    2716000 | #Constraints:      59523
3101.44/3184.15	c #Conflicts:    2717000 | #Constraints:      60553
3101.44/3184.15	c #Conflicts:    2718000 | #Constraints:      61581
3101.44/3184.15	c #Conflicts:    2719000 | #Constraints:      62614
3101.44/3184.15	c #Conflicts:    2720000 | #Constraints:      63649
3101.44/3184.15	c #Conflicts:    2721000 | #Constraints:      64680
3101.44/3184.15	c #Conflicts:    2722000 | #Constraints:      65708
3101.44/3184.15	c #Conflicts:    2723000 | #Constraints:      66726
3101.44/3184.15	c #Conflicts:    2724000 | #Constraints:      67749
3101.44/3184.15	c #Conflicts:    2725000 | #Constraints:      68776
3101.44/3184.15	c #Conflicts:    2726000 | #Constraints:      69806
3101.44/3184.15	c #Conflicts:    2727000 | #Constraints:      70826
3101.44/3184.15	c #Conflicts:    2728000 | #Constraints:      71843
3101.44/3184.15	c #Conflicts:    2729000 | #Constraints:      72870
3101.44/3184.15	c #Conflicts:    2730000 | #Constraints:      73889
3101.44/3184.15	c INPROCESSING
3101.44/3184.15	c GARBAGE COLLECT
3101.44/3184.15	c rational objective 998
3152.32/3235.55	c #Conflicts:    2731000 | #Constraints:      41365
3152.32/3235.55	c #Conflicts:    2732000 | #Constraints:      42365
3152.32/3235.55	c #Conflicts:    2733000 | #Constraints:      43365
3152.32/3235.55	c #Conflicts:    2734000 | #Constraints:      44365
3152.32/3235.55	c #Conflicts:    2735000 | #Constraints:      45365
3152.32/3235.55	c #Conflicts:    2736000 | #Constraints:      46365
3152.32/3235.55	c #Conflicts:    2737000 | #Constraints:      47365
3152.32/3235.55	c #Conflicts:    2738000 | #Constraints:      48365
3152.32/3235.55	c #Conflicts:    2739000 | #Constraints:      49365
3152.32/3235.55	c #Conflicts:    2740000 | #Constraints:      50365
3152.32/3235.55	c #Conflicts:    2741000 | #Constraints:      51365
3152.32/3235.55	c #Conflicts:    2742000 | #Constraints:      52365
3152.32/3235.55	c #Conflicts:    2743000 | #Constraints:      53365
3152.32/3235.55	c #Conflicts:    2744000 | #Constraints:      54365
3152.32/3235.55	c #Conflicts:    2745000 | #Constraints:      55365
3152.32/3235.55	c #Conflicts:    2746000 | #Constraints:      56365
3152.32/3235.55	c #Conflicts:    2747000 | #Constraints:      57365
3152.32/3235.55	c #Conflicts:    2748000 | #Constraints:      58365
3152.32/3235.55	c #Conflicts:    2749000 | #Constraints:      59365
3152.32/3235.55	c #Conflicts:    2750000 | #Constraints:      60365
3152.32/3235.55	c #Conflicts:    2751000 | #Constraints:      61365
3152.32/3235.55	c #Conflicts:    2752000 | #Constraints:      62365
3152.32/3235.55	c #Conflicts:    2753000 | #Constraints:      63365
3152.32/3235.55	c #Conflicts:    2754000 | #Constraints:      64365
3152.32/3235.55	c #Conflicts:    2755000 | #Constraints:      65365
3152.32/3235.55	c #Conflicts:    2756000 | #Constraints:      66365
3152.32/3235.55	c #Conflicts:    2757000 | #Constraints:      67365
3152.32/3235.55	c #Conflicts:    2758000 | #Constraints:      68365
3152.32/3235.55	c #Conflicts:    2759000 | #Constraints:      69365
3152.32/3235.55	c #Conflicts:    2760000 | #Constraints:      70365
3152.32/3235.55	c #Conflicts:    2761000 | #Constraints:      71365
3152.32/3235.55	c #Conflicts:    2762000 | #Constraints:      72365
3152.32/3235.55	c #Conflicts:    2763000 | #Constraints:      73365
3152.32/3235.55	c INPROCESSING
3152.32/3235.55	c GARBAGE COLLECT
3152.32/3235.55	c rational objective 998
3198.21/3283.63	c #Conflicts:    2764000 | #Constraints:      41100
3198.21/3283.63	c #Conflicts:    2765000 | #Constraints:      42100
3198.21/3283.63	c #Conflicts:    2766000 | #Constraints:      43135
3198.21/3283.63	c #Conflicts:    2767000 | #Constraints:      44174
3198.21/3283.63	c #Conflicts:    2768000 | #Constraints:      45207
3198.21/3283.63	c #Conflicts:    2769000 | #Constraints:      46244
3198.21/3283.63	c #Conflicts:    2770000 | #Constraints:      47278
3198.21/3283.63	c #Conflicts:    2771000 | #Constraints:      48311
3198.21/3283.63	c #Conflicts:    2772000 | #Constraints:      49351
3198.21/3283.63	c #Conflicts:    2773000 | #Constraints:      50389
3198.21/3283.63	c #Conflicts:    2774000 | #Constraints:      51424
3198.21/3283.63	c #Conflicts:    2775000 | #Constraints:      52452
3198.21/3283.63	c #Conflicts:    2776000 | #Constraints:      53480
3198.21/3283.63	c #Conflicts:    2777000 | #Constraints:      54517
3198.21/3283.63	c #Conflicts:    2778000 | #Constraints:      55551
3198.21/3283.63	c #Conflicts:    2779000 | #Constraints:      56579
3198.21/3283.63	c #Conflicts:    2780000 | #Constraints:      57599
3198.21/3283.63	c #Conflicts:    2781000 | #Constraints:      58631
3198.21/3283.63	c #Conflicts:    2782000 | #Constraints:      59651
3198.21/3283.63	c #Conflicts:    2783000 | #Constraints:      60680
3198.21/3283.63	c #Conflicts:    2784000 | #Constraints:      61710
3198.21/3283.63	c #Conflicts:    2785000 | #Constraints:      62735
3198.21/3283.63	c #Conflicts:    2786000 | #Constraints:      63764
3198.21/3283.63	c #Conflicts:    2787000 | #Constraints:      64794
3198.21/3283.63	c #Conflicts:    2788000 | #Constraints:      65827
3198.21/3283.63	c #Conflicts:    2789000 | #Constraints:      66856
3198.21/3283.63	c #Conflicts:    2790000 | #Constraints:      67894
3198.21/3283.63	c #Conflicts:    2791000 | #Constraints:      68925
3198.21/3283.63	c #Conflicts:    2792000 | #Constraints:      69969
3198.21/3283.63	c #Conflicts:    2793000 | #Constraints:      71004
3198.21/3283.63	c #Conflicts:    2794000 | #Constraints:      72043
3198.21/3283.63	c #Conflicts:    2795000 | #Constraints:      73082
3198.21/3283.63	c #Conflicts:    2796000 | #Constraints:      74126
3198.21/3283.63	c INPROCESSING
3198.21/3283.63	c GARBAGE COLLECT
3198.21/3283.63	c rational objective 998
3250.14/3335.82	c #Conflicts:    2797000 | #Constraints:      41189
3250.14/3335.82	c #Conflicts:    2798000 | #Constraints:      42189
3250.14/3335.82	c #Conflicts:    2799000 | #Constraints:      43189
3250.14/3335.82	c #Conflicts:    2800000 | #Constraints:      44189
3250.14/3335.82	c #Conflicts:    2801000 | #Constraints:      45189
3250.14/3335.82	c #Conflicts:    2802000 | #Constraints:      46189
3250.14/3335.82	c #Conflicts:    2803000 | #Constraints:      47189
3250.14/3335.82	c #Conflicts:    2804000 | #Constraints:      48189
3250.14/3335.82	c #Conflicts:    2805000 | #Constraints:      49190
3250.14/3335.82	c #Conflicts:    2806000 | #Constraints:      50190
3250.14/3335.82	c #Conflicts:    2807000 | #Constraints:      51190
3250.14/3335.82	c #Conflicts:    2808000 | #Constraints:      52190
3250.14/3335.82	c #Conflicts:    2809000 | #Constraints:      53190
3250.14/3335.82	c #Conflicts:    2810000 | #Constraints:      54190
3250.14/3335.82	c #Conflicts:    2811000 | #Constraints:      55190
3250.14/3335.82	c #Conflicts:    2812000 | #Constraints:      56190
3250.14/3335.82	c #Conflicts:    2813000 | #Constraints:      57191
3250.14/3335.82	c #Conflicts:    2814000 | #Constraints:      58192
3250.14/3335.82	c #Conflicts:    2815000 | #Constraints:      59193
3250.14/3335.82	c #Conflicts:    2816000 | #Constraints:      60194
3250.14/3335.82	c #Conflicts:    2817000 | #Constraints:      61195
3250.14/3335.82	c #Conflicts:    2818000 | #Constraints:      62195
3250.14/3335.82	c #Conflicts:    2819000 | #Constraints:      63196
3250.14/3335.82	c #Conflicts:    2820000 | #Constraints:      64197
3250.14/3335.82	c #Conflicts:    2821000 | #Constraints:      65199
3250.14/3335.82	c #Conflicts:    2822000 | #Constraints:      66199
3250.14/3335.82	c #Conflicts:    2823000 | #Constraints:      67200
3250.14/3335.82	c #Conflicts:    2824000 | #Constraints:      68201
3250.14/3335.82	c #Conflicts:    2825000 | #Constraints:      69201
3250.14/3335.82	c #Conflicts:    2826000 | #Constraints:      70202
3250.14/3335.82	c #Conflicts:    2827000 | #Constraints:      71203
3250.14/3335.82	c #Conflicts:    2828000 | #Constraints:      72203
3250.14/3335.82	c #Conflicts:    2829000 | #Constraints:      73204
3250.14/3335.82	c #Conflicts:    2830000 | #Constraints:      74204
3250.14/3335.82	c INPROCESSING
3250.14/3335.82	c GARBAGE COLLECT
3250.14/3335.82	c rational objective 998
3299.87/3389.80	c #Conflicts:    2831000 | #Constraints:      41535
3299.87/3389.80	c #Conflicts:    2832000 | #Constraints:      42535
3299.87/3389.80	c #Conflicts:    2833000 | #Constraints:      43535
3299.87/3389.80	c #Conflicts:    2834000 | #Constraints:      44535
3299.87/3389.80	c #Conflicts:    2835000 | #Constraints:      45535
3299.87/3389.80	c #Conflicts:    2836000 | #Constraints:      46535
3299.87/3389.80	c #Conflicts:    2837000 | #Constraints:      47535
3299.87/3389.80	c #Conflicts:    2838000 | #Constraints:      48535
3299.87/3389.80	c #Conflicts:    2839000 | #Constraints:      49535
3299.87/3389.80	c #Conflicts:    2840000 | #Constraints:      50535
3299.87/3389.80	c #Conflicts:    2841000 | #Constraints:      51535
3299.87/3389.80	c #Conflicts:    2842000 | #Constraints:      52535
3299.87/3389.80	c #Conflicts:    2843000 | #Constraints:      53535
3299.87/3389.80	c #Conflicts:    2844000 | #Constraints:      54535
3299.87/3389.80	c #Conflicts:    2845000 | #Constraints:      55535
3299.87/3389.80	c #Conflicts:    2846000 | #Constraints:      56535
3299.87/3389.80	c #Conflicts:    2847000 | #Constraints:      57535
3299.87/3389.80	c #Conflicts:    2848000 | #Constraints:      58535
3299.87/3389.80	c #Conflicts:    2849000 | #Constraints:      59535
3299.87/3389.80	c #Conflicts:    2850000 | #Constraints:      60535
3299.87/3389.80	c #Conflicts:    2851000 | #Constraints:      61535
3299.87/3389.80	c #Conflicts:    2852000 | #Constraints:      62535
3299.87/3389.80	c #Conflicts:    2853000 | #Constraints:      63535
3299.87/3389.80	c #Conflicts:    2854000 | #Constraints:      64535
3299.87/3389.80	c #Conflicts:    2855000 | #Constraints:      65535
3299.87/3389.80	c #Conflicts:    2856000 | #Constraints:      66535
3299.87/3389.80	c #Conflicts:    2857000 | #Constraints:      67535
3299.87/3389.80	c #Conflicts:    2858000 | #Constraints:      68535
3299.87/3389.80	c #Conflicts:    2859000 | #Constraints:      69535
3299.87/3389.80	c #Conflicts:    2860000 | #Constraints:      70535
3299.87/3389.80	c #Conflicts:    2861000 | #Constraints:      71535
3299.87/3389.80	c #Conflicts:    2862000 | #Constraints:      72535
3299.87/3389.80	c #Conflicts:    2863000 | #Constraints:      73535
3299.87/3389.80	c #Conflicts:    2864000 | #Constraints:      74535
3299.87/3389.80	c INPROCESSING
3299.87/3389.80	c GARBAGE COLLECT
3299.87/3389.80	c rational objective 998
3352.28/3444.38	c #Conflicts:    2865000 | #Constraints:      41790
3352.28/3444.38	c #Conflicts:    2866000 | #Constraints:      42791
3352.28/3444.38	c #Conflicts:    2867000 | #Constraints:      43818
3352.28/3444.38	c #Conflicts:    2868000 | #Constraints:      44877
3352.28/3444.38	c #Conflicts:    2869000 | #Constraints:      45945
3352.28/3444.38	c #Conflicts:    2870000 | #Constraints:      46998
3352.28/3444.38	c #Conflicts:    2871000 | #Constraints:      48047
3352.28/3444.38	c #Conflicts:    2872000 | #Constraints:      49106
3352.28/3444.38	c #Conflicts:    2873000 | #Constraints:      50149
3352.28/3444.38	c #Conflicts:    2874000 | #Constraints:      51183
3352.28/3444.38	c #Conflicts:    2875000 | #Constraints:      52225
3352.28/3444.38	c #Conflicts:    2876000 | #Constraints:      53265
3352.28/3444.38	c #Conflicts:    2877000 | #Constraints:      54315
3352.28/3444.38	c #Conflicts:    2878000 | #Constraints:      55354
3352.28/3444.38	c #Conflicts:    2879000 | #Constraints:      56372
3352.28/3444.38	c #Conflicts:    2880000 | #Constraints:      57402
3352.28/3444.38	c #Conflicts:    2881000 | #Constraints:      58427
3352.28/3444.38	c #Conflicts:    2882000 | #Constraints:      59455
3352.28/3444.38	c #Conflicts:    2883000 | #Constraints:      60490
3352.28/3444.38	c #Conflicts:    2884000 | #Constraints:      61523
3352.28/3444.38	c #Conflicts:    2885000 | #Constraints:      62566
3352.28/3444.38	c #Conflicts:    2886000 | #Constraints:      63596
3352.28/3444.38	c #Conflicts:    2887000 | #Constraints:      64629
3352.28/3444.38	c #Conflicts:    2888000 | #Constraints:      65663
3352.28/3444.38	c #Conflicts:    2889000 | #Constraints:      66698
3352.28/3444.38	c #Conflicts:    2890000 | #Constraints:      67724
3352.28/3444.38	c #Conflicts:    2891000 | #Constraints:      68751
3352.28/3444.38	c #Conflicts:    2892000 | #Constraints:      69778
3352.28/3444.38	c #Conflicts:    2893000 | #Constraints:      70805
3352.28/3444.38	c #Conflicts:    2894000 | #Constraints:      71830
3352.28/3444.38	c #Conflicts:    2895000 | #Constraints:      72858
3352.28/3444.38	c #Conflicts:    2896000 | #Constraints:      73882
3352.28/3444.38	c #Conflicts:    2897000 | #Constraints:      74916
3352.28/3444.38	c #Conflicts:    2898000 | #Constraints:      75943
3352.28/3444.38	c INPROCESSING
3352.28/3444.38	c GARBAGE COLLECT
3352.28/3444.38	c rational objective 998
3405.35/3505.54	c #Conflicts:    2899000 | #Constraints:      42406
3405.35/3505.54	c #Conflicts:    2900000 | #Constraints:      43406
3405.35/3505.54	c #Conflicts:    2901000 | #Constraints:      44406
3405.35/3505.54	c #Conflicts:    2902000 | #Constraints:      45406
3405.35/3505.54	c #Conflicts:    2903000 | #Constraints:      46406
3405.35/3505.54	c #Conflicts:    2904000 | #Constraints:      47406
3405.35/3505.54	c #Conflicts:    2905000 | #Constraints:      48406
3405.35/3505.54	c #Conflicts:    2906000 | #Constraints:      49406
3405.35/3505.54	c #Conflicts:    2907000 | #Constraints:      50406
3405.35/3505.54	c #Conflicts:    2908000 | #Constraints:      51406
3405.35/3505.54	c #Conflicts:    2909000 | #Constraints:      52406
3405.35/3505.54	c #Conflicts:    2910000 | #Constraints:      53406
3405.35/3505.54	c #Conflicts:    2911000 | #Constraints:      54406
3405.35/3505.54	c #Conflicts:    2912000 | #Constraints:      55407
3405.35/3505.54	c #Conflicts:    2913000 | #Constraints:      56407
3405.35/3505.54	c #Conflicts:    2914000 | #Constraints:      57407
3405.35/3505.54	c #Conflicts:    2915000 | #Constraints:      58408
3405.35/3505.54	c #Conflicts:    2916000 | #Constraints:      59408
3405.35/3505.54	c #Conflicts:    2917000 | #Constraints:      60409
3405.35/3505.54	c #Conflicts:    2918000 | #Constraints:      61410
3405.35/3505.54	c #Conflicts:    2919000 | #Constraints:      62410
3405.35/3505.54	c #Conflicts:    2920000 | #Constraints:      63410
3405.35/3505.54	c #Conflicts:    2921000 | #Constraints:      64411
3405.35/3505.54	c #Conflicts:    2922000 | #Constraints:      65411
3405.35/3505.54	c #Conflicts:    2923000 | #Constraints:      66412
3405.35/3505.54	c #Conflicts:    2924000 | #Constraints:      67412
3405.35/3505.54	c #Conflicts:    2925000 | #Constraints:      68412
3405.35/3505.54	c #Conflicts:    2926000 | #Constraints:      69413
3405.35/3505.54	c #Conflicts:    2927000 | #Constraints:      70413
3405.35/3505.54	c #Conflicts:    2928000 | #Constraints:      71414
3405.35/3505.54	c #Conflicts:    2929000 | #Constraints:      72414
3405.35/3505.54	c #Conflicts:    2930000 | #Constraints:      73415
3405.35/3505.54	c #Conflicts:    2931000 | #Constraints:      74416
3405.35/3505.54	c #Conflicts:    2932000 | #Constraints:      75416
3405.35/3505.54	c INPROCESSING
3405.35/3505.54	c GARBAGE COLLECT
3405.35/3505.54	c rational objective 998
3449.09/3549.69	c #Conflicts:    2933000 | #Constraints:      42138
3449.09/3549.69	c #Conflicts:    2934000 | #Constraints:      43166
3449.09/3549.69	c #Conflicts:    2935000 | #Constraints:      44205
3449.09/3549.69	c #Conflicts:    2936000 | #Constraints:      45238
3449.09/3549.69	c #Conflicts:    2937000 | #Constraints:      46254
3449.09/3549.69	c #Conflicts:    2938000 | #Constraints:      47278
3449.09/3549.69	c #Conflicts:    2939000 | #Constraints:      48306
3449.09/3549.69	c #Conflicts:    2940000 | #Constraints:      49331
3449.09/3549.69	c #Conflicts:    2941000 | #Constraints:      50382
3449.09/3549.69	c #Conflicts:    2942000 | #Constraints:      51423
3449.09/3549.69	c #Conflicts:    2943000 | #Constraints:      52439
3449.09/3549.69	c #Conflicts:    2944000 | #Constraints:      53472
3449.09/3549.69	c #Conflicts:    2945000 | #Constraints:      54493
3449.09/3549.69	c #Conflicts:    2946000 | #Constraints:      55524
3449.09/3549.69	c #Conflicts:    2947000 | #Constraints:      56542
3449.09/3549.69	c #Conflicts:    2948000 | #Constraints:      57561
3449.09/3549.69	c #Conflicts:    2949000 | #Constraints:      58587
3449.09/3549.69	c #Conflicts:    2950000 | #Constraints:      59613
3449.09/3549.69	c #Conflicts:    2951000 | #Constraints:      60639
3449.09/3549.69	c #Conflicts:    2952000 | #Constraints:      61661
3449.09/3549.69	c #Conflicts:    2953000 | #Constraints:      62678
3449.09/3549.69	c #Conflicts:    2954000 | #Constraints:      63689
3449.09/3549.69	c #Conflicts:    2955000 | #Constraints:      64711
3449.09/3549.69	c #Conflicts:    2956000 | #Constraints:      65727
3449.09/3549.69	c #Conflicts:    2957000 | #Constraints:      66743
3449.09/3549.69	c #Conflicts:    2958000 | #Constraints:      67757
3449.09/3549.69	c #Conflicts:    2959000 | #Constraints:      68784
3449.09/3549.69	c #Conflicts:    2960000 | #Constraints:      69807
3449.09/3549.69	c #Conflicts:    2961000 | #Constraints:      70821
3449.09/3549.69	c #Conflicts:    2962000 | #Constraints:      71838
3449.09/3549.69	c #Conflicts:    2963000 | #Constraints:      72861
3449.09/3549.69	c #Conflicts:    2964000 | #Constraints:      73875
3449.09/3549.69	c #Conflicts:    2965000 | #Constraints:      74889
3449.09/3549.69	c #Conflicts:    2966000 | #Constraints:      75913
3449.09/3549.69	c INPROCESSING
3449.09/3549.69	c GARBAGE COLLECT
3449.09/3549.69	c rational objective 998
3496.58/3597.35	c #Conflicts:    2967000 | #Constraints:      42111
3496.58/3597.35	c #Conflicts:    2968000 | #Constraints:      43111
3496.58/3597.35	c #Conflicts:    2969000 | #Constraints:      44111
3496.58/3597.35	c #Conflicts:    2970000 | #Constraints:      45111
3496.58/3597.35	c #Conflicts:    2971000 | #Constraints:      46111
3496.58/3597.35	c #Conflicts:    2972000 | #Constraints:      47111
3496.58/3597.35	c #Conflicts:    2973000 | #Constraints:      48111
3496.58/3597.35	c #Conflicts:    2974000 | #Constraints:      49111
3496.58/3597.35	c #Conflicts:    2975000 | #Constraints:      50111
3496.58/3597.35	c #Conflicts:    2976000 | #Constraints:      51111
3496.58/3597.35	c #Conflicts:    2977000 | #Constraints:      52111
3496.58/3597.35	c #Conflicts:    2978000 | #Constraints:      53111
3496.58/3597.35	c #Conflicts:    2979000 | #Constraints:      54111
3496.58/3597.35	c #Conflicts:    2980000 | #Constraints:      55111
3496.58/3597.35	c #Conflicts:    2981000 | #Constraints:      56111
3496.58/3597.35	c #Conflicts:    2982000 | #Constraints:      57111
3496.58/3597.35	c #Conflicts:    2983000 | #Constraints:      58111
3496.58/3597.35	c #Conflicts:    2984000 | #Constraints:      59111
3496.58/3597.35	c #Conflicts:    2985000 | #Constraints:      60111
3496.58/3597.35	c #Conflicts:    2986000 | #Constraints:      61111
3496.58/3597.35	c #Conflicts:    2987000 | #Constraints:      62111
3496.58/3597.35	c #Conflicts:    2988000 | #Constraints:      63111
3496.58/3597.35	c #Conflicts:    2989000 | #Constraints:      64111
3496.58/3597.35	c #Conflicts:    2990000 | #Constraints:      65111
3496.58/3597.35	c #Conflicts:    2991000 | #Constraints:      66111
3496.58/3597.35	c #Conflicts:    2992000 | #Constraints:      67111
3496.58/3597.35	c #Conflicts:    2993000 | #Constraints:      68111
3496.58/3597.35	c #Conflicts:    2994000 | #Constraints:      69111
3496.58/3597.35	c #Conflicts:    2995000 | #Constraints:      70111
3496.58/3597.35	c #Conflicts:    2996000 | #Constraints:      71111
3496.58/3597.35	c #Conflicts:    2997000 | #Constraints:      72111
3496.58/3597.35	c #Conflicts:    2998000 | #Constraints:      73111
3496.58/3597.35	c #Conflicts:    2999000 | #Constraints:      74111
3496.58/3597.35	c #Conflicts:    3000000 | #Constraints:      75111
3496.58/3597.35	c #Conflicts:    3001000 | #Constraints:      76111
3496.58/3597.35	c INPROCESSING
3496.58/3597.35	c GARBAGE COLLECT
3496.58/3597.35	c rational objective 998
3546.48/3648.77	c #Conflicts:    3002000 | #Constraints:      42480
3546.48/3648.77	c #Conflicts:    3003000 | #Constraints:      43480
3546.48/3648.77	c #Conflicts:    3004000 | #Constraints:      44480
3546.48/3648.77	c #Conflicts:    3005000 | #Constraints:      45480
3546.48/3648.77	c #Conflicts:    3006000 | #Constraints:      46480
3546.48/3648.77	c #Conflicts:    3007000 | #Constraints:      47480
3546.48/3648.77	c #Conflicts:    3008000 | #Constraints:      48480
3546.48/3648.77	c #Conflicts:    3009000 | #Constraints:      49480
3546.48/3648.77	c #Conflicts:    3010000 | #Constraints:      50480
3546.48/3648.77	c #Conflicts:    3011000 | #Constraints:      51480
3546.48/3648.77	c #Conflicts:    3012000 | #Constraints:      52480
3546.48/3648.77	c #Conflicts:    3013000 | #Constraints:      53480
3546.48/3648.77	c #Conflicts:    3014000 | #Constraints:      54480
3546.48/3648.77	c #Conflicts:    3015000 | #Constraints:      55480
3546.48/3648.77	c #Conflicts:    3016000 | #Constraints:      56480
3546.48/3648.77	c #Conflicts:    3017000 | #Constraints:      57480
3546.48/3648.77	c #Conflicts:    3018000 | #Constraints:      58480
3546.48/3648.77	c #Conflicts:    3019000 | #Constraints:      59480
3546.48/3648.77	c #Conflicts:    3020000 | #Constraints:      60480
3546.48/3648.77	c #Conflicts:    3021000 | #Constraints:      61480
3546.48/3648.77	c #Conflicts:    3022000 | #Constraints:      62480
3546.48/3648.77	c #Conflicts:    3023000 | #Constraints:      63480
3546.48/3648.77	c #Conflicts:    3024000 | #Constraints:      64480
3546.48/3648.77	c #Conflicts:    3025000 | #Constraints:      65480
3546.48/3648.77	c #Conflicts:    3026000 | #Constraints:      66480
3546.48/3648.77	c #Conflicts:    3027000 | #Constraints:      67480
3546.48/3648.77	c #Conflicts:    3028000 | #Constraints:      68480
3546.48/3648.77	c #Conflicts:    3029000 | #Constraints:      69480
3546.48/3648.77	c #Conflicts:    3030000 | #Constraints:      70480
3546.48/3648.77	c #Conflicts:    3031000 | #Constraints:      71480
3546.48/3648.77	c #Conflicts:    3032000 | #Constraints:      72480
3546.48/3648.77	c #Conflicts:    3033000 | #Constraints:      73480
3546.48/3648.77	c #Conflicts:    3034000 | #Constraints:      74480
3546.48/3648.77	c #Conflicts:    3035000 | #Constraints:      75480
3546.48/3648.77	c #Conflicts:    3036000 | #Constraints:      76480
3546.48/3648.77	c INPROCESSING
3546.48/3648.77	c GARBAGE COLLECT
3546.48/3648.77	c rational objective 998
3585.11/3689.70	c #Conflicts:    3037000 | #Constraints:      42800
3585.11/3689.70	c #Conflicts:    3038000 | #Constraints:      43867
3585.11/3689.70	c #Conflicts:    3039000 | #Constraints:      44923
3585.11/3689.70	c #Conflicts:    3040000 | #Constraints:      45986
3585.11/3689.70	c #Conflicts:    3041000 | #Constraints:      47052
3585.11/3689.70	c #Conflicts:    3042000 | #Constraints:      48095
3585.11/3689.70	c #Conflicts:    3043000 | #Constraints:      49134
3585.11/3689.70	c #Conflicts:    3044000 | #Constraints:      50171
3585.11/3689.70	c #Conflicts:    3045000 | #Constraints:      51214
3585.11/3689.70	c #Conflicts:    3046000 | #Constraints:      52243
3585.11/3689.70	c #Conflicts:    3047000 | #Constraints:      53280
3585.11/3689.70	c #Conflicts:    3048000 | #Constraints:      54317
3585.11/3689.70	c #Conflicts:    3049000 | #Constraints:      55342
3585.11/3689.70	c #Conflicts:    3050000 | #Constraints:      56391
3585.11/3689.70	c #Conflicts:    3051000 | #Constraints:      57440
3585.11/3689.70	c #Conflicts:    3052000 | #Constraints:      58482
3585.11/3689.70	c #Conflicts:    3053000 | #Constraints:      59514
3585.11/3689.70	c #Conflicts:    3054000 | #Constraints:      60538
3585.11/3689.70	c #Conflicts:    3055000 | #Constraints:      61565
3585.11/3689.70	c #Conflicts:    3056000 | #Constraints:      62596
3585.11/3689.70	c #Conflicts:    3057000 | #Constraints:      63618
3585.11/3689.70	c #Conflicts:    3058000 | #Constraints:      64644
3585.11/3689.70	c #Conflicts:    3059000 | #Constraints:      65683
3585.11/3689.70	c #Conflicts:    3060000 | #Constraints:      66723
3585.11/3689.70	c #Conflicts:    3061000 | #Constraints:      67762
3585.11/3689.70	c #Conflicts:    3062000 | #Constraints:      68797
3585.11/3689.70	c #Conflicts:    3063000 | #Constraints:      69828
3585.11/3689.70	c #Conflicts:    3064000 | #Constraints:      70866
3585.11/3689.70	c #Conflicts:    3065000 | #Constraints:      71902
3585.11/3689.70	c #Conflicts:    3066000 | #Constraints:      72945
3585.11/3689.70	c #Conflicts:    3067000 | #Constraints:      73976
3585.11/3689.70	c #Conflicts:    3068000 | #Constraints:      75011
3585.11/3689.70	c #Conflicts:    3069000 | #Constraints:      76035
3585.11/3689.70	c #Conflicts:    3070000 | #Constraints:      77058
3585.11/3689.70	c #Conflicts:    3071000 | #Constraints:      78083
3585.11/3689.70	c INPROCESSING
3585.11/3689.70	c GARBAGE COLLECT
3585.11/3689.70	c rational objective 998
3595.40/3700.01	c #Conflicts:    3072000 | #Constraints:      43482
3595.40/3700.01	c #Conflicts:    3073000 | #Constraints:      44482
3595.40/3700.01	c #Conflicts:    3074000 | #Constraints:      45482
3595.40/3700.01	c #Conflicts:    3075000 | #Constraints:      46482
3595.40/3700.01	c #Conflicts:    3076000 | #Constraints:      47482
3595.40/3700.01	c #Conflicts:    3077000 | #Constraints:      48482
3595.40/3700.01	c #Conflicts:    3078000 | #Constraints:      49482
3595.40/3700.01	c #Conflicts:    3079000 | #Constraints:      50482
3595.40/3700.01	c #Conflicts:    3080000 | #Constraints:      51482
3595.40/3700.01	c cpu time 3557.16 s
3595.40/3700.01	c deterministic time 188852246321 1.89e+11
3595.40/3700.01	c optimization time 11.0455 s
3595.40/3700.01	c total solve time 3546.06 s
3595.40/3700.01	c core-guided solve time 2118.82 s
3595.40/3700.01	c propagation time 2773.5 s
3595.40/3700.01	c conflict analysis time 700.072 s
3595.40/3700.01	c propagations 783972127
3595.40/3700.01	c resolve steps 48303924
3595.40/3700.01	c decisions 9345076
3595.40/3700.01	c conflicts 3080354
3595.40/3700.01	c restarts 5372
3595.40/3700.01	c inprocessing phases 166
3595.40/3700.01	c garbage collections 166 ,( 100.00 )
3595.40/3700.01	c input clauses 5188 ,( 63.70 )
3595.40/3700.01	c input cardinalities 2532 ,( 31.09 )
3595.40/3700.01	c input general constraints 425 ,( 5.22 )
3595.40/3700.01	c input average constraint length 265.37
3595.40/3700.01	c input average constraint degree 72.30
3595.40/3700.01	c learned clauses 1827354 ,( 58.51 )
3595.40/3700.01	c learned cardinalities 328784 ,( 10.53 )
3595.40/3700.01	c learned general constraints 966962 ,( 30.96 )
3595.40/3700.01	c learned average constraint length 264.70
3595.40/3700.01	c learned average constraint degree 787978233.30
3595.40/3700.01	c watched  CF 32, 64, 128, Arb: 357692 , 0 , 0 , 0
3595.40/3700.01	c counting CF 32, 64, 128, Arb: 609696 , 0 , 0 , 0
3595.40/3700.01	c watched   constraints 357692 ,( 36.98 ) 
3595.40/3700.01	c counting  constraints 609695 ,( 63.02 ) 
3595.40/3700.01	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1468160831 , 5006664001 , 27939940537 ,( 628588276 , 27311352261 )
3595.40/3700.01	c gcd simplifications 82712
3595.40/3700.01	c detected cardinalities 54317
3595.40/3700.01	c weakened non-implied lits 335285830
3595.40/3700.01	c weakened non-implying lits 173421
3595.40/3700.01	c original variables 1968
3595.40/3700.01	c clausal propagations 328064228
3595.40/3700.01	c cardinality propagations 61413549
3595.40/3700.01	c watched propagations 11001050
3595.40/3700.01	c counting propagations 353188684
3595.40/3700.01	c watch lookups 106009432467
3595.40/3700.01	c watch backjump lookups 0
3595.40/3700.01	c watch checks 42152851691
3595.40/3700.01	c propagation checks 36561419843
3595.40/3700.01	c constraint additions 2535724340
3595.40/3700.01	c trail pops 796354838
3595.40/3700.01	c formula constraints 4008
3595.40/3700.01	c learned constraints 3038895
3595.40/3700.01	c bound constraints 1083
3595.40/3700.01	c core-guided constraints 3054
3595.40/3700.01	c encountered formula constraints 16085275
3595.40/3700.01	c encountered learned constraints 25755588
3595.40/3700.01	c encountered bound constraints 86
3595.40/3700.01	c encountered core-guided constraints 8742592
3595.40/3700.01	c LP total time 331.431 s
3595.40/3700.01	c LP solve time 276.99 s
3595.40/3700.01	c LP constraints added 6163
3595.40/3700.01	c LP constraints removed 2136
3595.40/3700.01	c LP pivots internal 3080397
3595.40/3700.01	c LP pivots root 65541
3595.40/3700.01	c LP calls 48049
3595.40/3700.01	c LP optimalities 6372
3595.40/3700.01	c LP no pivot count 1885
3595.40/3700.01	c LP infeasibilities 41673
3595.40/3700.01	c LP valid Farkas constraints 41664
3595.40/3700.01	c LP learned Farkas constraints 41599
3595.40/3700.01	c LP basis resets 9
3595.40/3700.01	c LP cycling count 0
3595.40/3700.01	c LP singular count 0
3595.40/3700.01	c LP no primal count 0
3595.40/3700.01	c LP no farkas count 9
3595.40/3700.01	c LP other issue count 0
3595.40/3700.01	c LP Gomory cuts 942
3595.40/3700.01	c LP learned cuts 1213
3595.40/3700.01	c LP deleted cuts 2136
3595.40/3700.01	c LP encountered Gomory constraints 3320
3595.40/3700.01	c LP encountered Farkas constraints 528328
3595.40/3700.01	c LP encountered learned Farkas constraints 227490
3595.40/3700.01	c CG auxiliary variables introduced 1350
3595.40/3700.01	c CG solutions found 84
3595.40/3700.01	c CG cores constructed 998
3595.40/3700.01	c CG core cardinality constraints returned 0
3595.40/3700.01	c CG unit cores 0
3595.40/3700.01	c CG single cores 998
3595.40/3700.01	c CG blocks removed during cardinality reduction 0
3595.40/3700.01	c CG first core best 0
3595.40/3700.01	c CG decision core best 0
3595.40/3700.01	c CG core reduction tie 0
3595.40/3700.01	c CG core degree average 1.00
3595.40/3700.01	c CG core slack average 2.11
3595.40/3700.01	c CG core upper bound improvements 6
3595.40/3700.01	c STR number of successful calls 0
3595.40/3700.01	c STR number of unsuccessful calls 0
3595.40/3700.01	c STR number of inconclusive calls 0
3595.40/3700.01	c STR number of successful attempts 0
3595.40/3700.01	c STR number of unsuccessful attempts 0
3595.40/3700.01	c STR number of inconclusive attempts 0
3595.40/3700.01	c STR average degree increase per successful call inf
3595.40/3700.01	c STR average degree increase per successful attempt inf
3595.40/3700.01	c STR total number of conflicts for successful attempts 0
3595.40/3700.01	c STR total number of conflicts for unsuccessful attempts 0
3595.40/3700.01	c STR total number of conflicts for inconclusive attempts 0
3595.40/3700.01	c STR average number of conflicts per successful attempt inf
3595.40/3700.01	c STR average number of conflicts per unsuccessful attempt inf
3595.40/3700.01	c STR average number of conflicts per inconclusive attempt inf
3595.40/3700.01	c AVG.sumWPerc 50.49 
3595.40/3700.01	c bigint constraints 0 
3595.40/3700.01	o 1037
3595.40/3700.01	s SATISFIABLE
3595.40/3700.01	v x1 x2 x3 x4 x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 x16 x17 x18 -x19 x20 -x21 x22 -x23 x24 x25 -x26 x27 -x28 x29 x30 -x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 -x41 x42 x43 x44 x45 -x46 x47 x48 x49 -x50 x51 x52 x53 x54 -x55 x56 -x57 -x58 -x59 x60 -x61 -x62 x63 x64 -x65 -x66 -x67 x68 x69 -x70 x71 x72 -x73 -x74 -x75 -x76 -x77 x78 x79 x80 -x81 -x82 x83 -x84 x85 x86 -x87 x88 x89 x90 x91 -x92 -x93 x94 x95 -x96 x97 -x98 -x99 x100 x101 -x102 x103 -x104 x105 x106 -x107 x108 -x109 x110 x111 x112 -x113 x114 x115 x116 -x117 x118 x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 x127 x128 x129 x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 x150 x151 x152 x153 x154 -x155 x156 x157 x158 x159 x160 x161 -x162 -x163 x164 x165 -x166 -x167 x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 x185 x186 -x187 -x188 x189 -x190 -x191 x192 x193 x194 x195 x196 x197 -x198 x199 x200 x201 x202 x203 x204 -x205 x206 -x207 x208 -x209 -x210 x211 x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 x225 -x226 x227 x228 -x229 x230 x231 -x232 -x233 x234 x235 x236 -x237 -x238 -x239 -x240 x241 -x242 x243 -x244 -x245 x246 x247 x248 -x249 -x250 -x251 -x252 x253 -x254 -x255 x256 -x257 -x258 x259 -x260 -x261 x262 -x263 -x264 x265 x266 -x267 -x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 -x281 -x282 x283 x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 x297 -x298 x299 -x300 x301 x302 -x303 x304 x305 x306 -x307 x308 x309 x310 -x311 -x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320 x321 x322 x323 x324 -x325 x326 x327 -x328 x329 x330 x331 -x332 x333 x334 x335 x336 x337 -x338 -x339 -x340 x341 -x342 x343 -x344 x345 x346 x347 x348 x349 x350 -x351 x352 x353 -x354 x355 -x356 -x357 x358 -x359 x360 -x361 -x362 x363 x364 x365 x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 -x379 -x380 -x381 x382 x383 x384 -x385 -x386 x387 x388 -x389 -x390 -x391 x392 x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 x403 -x404 -x405 x406 x407 x408 x409 x410 -x411 x412 -x413 x414 x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 x428 -x429 x430 -x431 -x432 x433 -x434 -x435 x436 -x437 x438 x439 x440 x441 -x442 -x443 x444 x445 x446 -x447 x448 -x449 x450 -x451 x452 -x453 -x454 x455 -x456 -x457 x458 x459 -x460 x461 x462 -x463 -x464 -x465 -x466 x467 -x468 x469 -x470 -x471 -x472 x473 x474 x475 x476 -x477 x478 -x479 x480 x481 x482 -x483 x484 x485 x486 -x487 x488 -x489 -x490 x491 x492 x493 -x494 x495 x496 -x497 -x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 -x509 x510 x511 x512 x513 -x514 -x515 x516 -x517 -x518 x519 x520 x521 x522 x523 -x524 -x525 -x526 -x527 -x528 x529 x530 -x531 -x532 x533 -x534 -x535 x536 -x537 x538 -x539 -x540 -x541 x542 -x543 x544 x545 -x546 -x547 x548 -x549 -x550 -x551 x552 -x553 x554 -x555 x556 x557 -x558 -x559 -x560 -x561 -x562 x563 -x564 -x565 x566 x567 x568 x569 x570 x571 -x572 -x573 x574 -x575 x576 -x577 -x578 x579 x580 -x581 x582 x583 x584 x585 -x586 -x587 -x588 x589 x590 -x591 -x592 x593 -x594 x595 x596 -x597 x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 x609 x610 -x611 -x612 x613 x614 -x615 -x616 -x617 x618 -x619 x620 -x621 -x622 -x623 x624 x625 x626 -x627 x628 x629 -x630 x631 -x632 -x633 -x634 -x635 x636 -x637 -x638 x639 x640 -x641 x642 -x643 x644 -x645 x646 -x647 -x648 -x649 -x650 -x651 x652 -x653 x654 x655 x656 x657 -x658 -x659 -x660 -x661 x662 x663 x664 -x665 x666 x667 -x668 -x669 x670 -x671 x672 -x673 -x674 x675 -x676 x677 x678 x679 x680 x681 x682 -x683 x684 x685 x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 x694 x695 x696 x697 -x698 x699 -x700 x701 x702 x703 -x704 x705 x706 -x707 x708 x709 x710 x711 x712 -x713 x714 -x715 -x716 -x717 x718 x719 x720 -x721 -x722 x723 -x724 x725 x726 -x727 x728 -x729 x730 x731 x732 -x733 x734 x735 x736 x737 x738 x739 x740 x741 -x742 -x743 -x744 x745 x746 -x747 -x748 x749 -x750 -x751 x752 x753 -x754 x755 -x756 x757 -x758 x759 -x760 -x761 -x762 -x763 x764 x765 x766 x767 -x768 x769 -x770 x771 -x772 x773 x774 x775 -x776 x777 x778 x779 -x780 -x781 x782 x783 -x784 x785 -x786 x787 x788 x789 -x790 x791 -x792 x793 x794 -x795 -x796 -x797 x798 x799 -x800 x801 x802 -x803 -x804 x805 -x806 x807 -x808 -x809 -x810 x811 -x812 x813 x814 -x815 -x816 x817 x818 x819 x820 -x821 x822 -x823 x824 -x825 x826 x827 -x828 x829 x830 x831 -x832 -x833 -x834 x835 x836 -x837 x838 x839 -x840 -x841 -x842 -x843 -x844 x845 x846 -x847 -x848 x849 x850 x851 -x852 x853 -x854 -x855 x856 x857 x858 -x859 x860 x861 -x862 x863 -x864 -x865 x866 -x867 -x868 x869 -x870 x871 x872 -x873 -x874 x875 -x876 x877 -x878 -x879 x880 x881 -x882 x883 x884 x885 -x886 -x887 x888 x889 x890 x891 -x892 -x893 -x894 -x895 -x896 -x897 x898 -x899 x900 -x901 -x902 x903 -x904 -x905 x906 x907 x908 x909 x910 -x911 x912 x913 -x914 x915 -x916 -x917 -x918 x919 x920 -x921 -x922 x923 x924 x925 x926 -x927 -x928 x929 -x930 x931 x932 -x933 -x934 x935 x936 -x937 x938 -x939 -x940 x941 x942 -x943 -x944 -x945 -x946 x947 -x948 x949 x950 x951 x952 -x953 x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 x966 x967 x968 x969 x970 -x971 x972 -x973 x974 x975 -x976 x977 -x978 -x979 -x980 x981 -x982 x983 x984 x985 -x986 -x987 x988 x989 x990 -x991 x992 x993 -x994 -x995 x996 -x997 x998 -x999 -x1000 -x1001 x1002 -x1003 -x1004 -x1005 x1006 -x1007 -x1008 x1009 -x1010 -x1011 -x1012 x1013 x1014 -x1015 -x1016 x1017 -x1018 x1019 -x1020 x1021 -x1022 x1023 x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 x1034 x1035 -x1036 x1037 -x1038 x1039 -x1040 x1041 x1042 x1043 -x1044 -x1045 x1046 -x1047 x1048 x1049 -x1050 x1051 x1052 x1053 x1054 -x1055 x1056 -x1057 x1058 x1059 x1060 x1061 -x1062 -x1063 -x1064 -x1065 x1066 x1067 -x1068 -x1069 -x1070 x1071 x1072 -x1073 -x1074 -x1075 x1076 x1077 x1078 -x1079 -x1080 x1081 -x1082 x1083 x1084 x1085 x1086 -x1087 -x1088 x1089 -x1090 -x1091 -x1092 -x1093 -x1094 x1095 -x1096 -x1097 x1098 x1099 x1100 -x1101 x1102 x1103 x1104 x1105 -x1106 -x1107 x1108 x1109 -x1110 x1111 x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 x1121 -x1122 x1123 -x1124 -x1125 -x1126 x1127 -x1128 x1129 x1130 x1131 -x1132 -x1133 -x1134 -x1135 x1136 x1137 x1138 x1139 -x1140 x1141 -x1142 -x1143 -x1144 x1145 x1146 -x1147 -x1148 -x1149 x1150 -x1151 x1152 x1153 -x1154 -x1155 -x1156 x1157 x1158 x1159 x1160 x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 x1169 -x1170 x1171 x1172 x1173 -x1174 -x1175 x1176 -x1177 x1178 x1179 x1180 x1181 x1182 x1183 -x1184 x1185 x1186 -x1187 -x1188 x1189 x1190 x1191 x1192 -x1193 x1194 x1195 x1196 x1197 x1198 x1199 x1200 x1201 x1202 -x1203 -x1204 -x1205 x1206 x1207 x1208 x1209 -x1210 x1211 -x1212 -x1213 -x1214 -x1215 x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 x1223 -x1224 x1225 x1226 x1227 x1228 -x1229 x1230 x1231 -x1232 x1233 x1234 x1235 x1236 -x1237 -x1238 -x1239 x1240 -x1241 x1242 x1243 -x1244 -x1245 -x1246 -x1247 -x1248 x1249 -x1250 -x1251 -x1252 x1253 -x1254 x1255 x1256 -x1257 -x1258 x1259 x1260 x1261 -x1262 x1263 -x1264 -x1265 -x1266 x1267 -x1268 x1269 -x1270 x1271 x1272 -x1273 x1274 -x1275 x1276 x1277 x1278 x1279 -x1280 x1281 x1282 x1283 x1284 x1285 -x1286 -x1287 -x1288 -x1289 x1290 -x1291 x1292 -x1293 x1294 -x1295 -x1296 -x1297 x1298 x1299 x1300 -x1301 x1302 -x1303 x1304 -x1305 -x1306 x1307 -x1308 x1309 -x1310 x1311 -x1312 x1313 x1314 x1315 -x1316 x1317 -x1318 -x1319 x1320 -x1321 x1322 x1323 x1324 x1325 -x1326 x1327 -x1328 -x1329 x1330 x1331 -x1332 -x1333 -x1334 x1335 -x1336 -x1337 -x1338 x1339 -x1340 x1341 x1342 -x1343 -x1344 -x1345 x1346 -x1347 x1348 -x1349 x1350 x1351 x1352 x1353 -x1354 x1355 -x1356 -x1357 x1358 -x1359 -x1360 x1361 -x1362 -x1363 -x1364 -x1365 x1366 x1367 -x1368 -x1369 x1370 -x1371 x1372 x1373 -x1374 -x1375 -x1376 x1377 -x1378 x1379 -x1380 -x1381 x1382 -x1383 -x1384 x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 x1392 -x1393 -x1394 x1395 x1396 x1397 -x1398 x1399 -x1400 x1401 x1402 x1403 x1404 x1405 -x1406 x1407 x1408 -x1409 x1410 x1411 -x1412 x1413 -x1414 -x1415 -x1416 -x1417 -x1418 x1419 -x1420 x1421 -x1422 -x1423 -x1424 -x1425 x1426 -x1427 x1428 -x1429 -x1430 x1431 -x1432 -x1433 x1434 -x1435 -x1436 x1437 -x1438 x1439 x1440 -x1441 x1442 x1443 -x1444 -x1445 x1446 -x1447 -x1448 -x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 x1456 -x1457 x1458 -x1459 -x1460 x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 x1468 -x1469 -x1470 -x1471 x1472 x1473 x1474 x1475 -x1476 x1477 -x1478 -x1479 -x1480 x1481 x1482 x1483 x1484 x1485 -x1486 -x1487 -x1488 x1489 -x1490 x1491 -x1492 -x1493 x1494 x1495 x1496 x1497 -x1498 -x1499 -x1500 x1501 x1502 x1503 x1504 x1505 -x1506 x1507 x1508 x1509 -x1510 -x1511 -x1512 x1513 -x1514 -x1515 x1516 x1517 x1518 x1519 -x1520 x1521 x1522 x1523 -x1524 x1525 x1526 -x1527 x1528 x1529 x1530 -x1531 x1532 x1533 x1534 x1535 x1536 x1537 -x1538 x1539 -x1540 x1541 x1542 -x1543 -x1544 -x1545 x1546 x1547 -x1548 -x1549 -x1550 x1551 x1552 -x1553 x1554 x1555 x1556 -x1557 -x1558 x1559 x1560 -x1561 x1562 x1563 x1564 x1565 -x1566 -x1567 x1568 -x1569 -x1570 x1571 -x1572 -x1573 x1574 -x1575 -x1576 -x1577 x1578 -x1579 x1580 -x1581 x1582 x1583 x1584 -x1585 -x1586 x1587 -x1588 x1589 x1590 x1591 -x1592 -x1593 -x1594 -x1595 x1596 x1597 x1598 x1599 x1600 x1601 x1602 -x1603 -x1604 x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 x1612 -x1613 x1614 x1615 -x1616 -x1617 x1618 -x1619 -x1620 x1621 x1622 -x1623 x1624 x1625 -x1626 -x1627 -x1628 -x1629 x1630 x1631 -x1632 -x1633 x1634 x1635 x1636 x1637 -x1638 x1639 x1640 -x1641 x1642 x1643 -x1644 -x1645 -x1646 x1647 -x1648 -x1649 x1650 x1651 x1652 -x1653 x1654 x1655 -x1656 x1657 x1658 -x1659 x1660 x1661 x1662 x1663 x1664 -x1665 x1666 x1667 -x1668 x1669 x1670 x1671 -x1672 x1673 -x1674 x1675 -x1676 x1677 -x1678 -x1679 x1680 x1681 -x1682 x1683 x1684 -x1685 -x1686 x1687 x1688 x1689 x1690 x1691 x1692 x1693 x1694 x1695 -x1696 -x1697 -x1698 x1699 x1700 x1701 x1702 x1703 x1704 x1705 x1706 -x1707 x1708 x1709 -x1710 -x1711 x1712 -x1713 -x1714 x1715 x1716 -x1717 -x1718 x1719 x1720 -x1721 x1722 x1723 x1724 -x1725 -x1726 x1727 -x1728 x1729 -x1730 x1731 x1732 -x1733 x1734 x1735 -x1736 x1737 x1738 x1739 x1740 -x1741 x1742 -x1743 -x1744 x1745 x1746 -x1747 x1748 -x1749 x1750 x1751 x1752 -x1753 -x1754 x1755 -x1756 -x1757 -x1758 x1759 x1760 -x1761 x1762 -x1763 -x1764 -x1765 -x1766 x1767 -x1768 -x1769 -x1770 -x1771 x1772 -x1773 -x1774 -x1775 -x1776 x1777 x1778 -x1779 -x1780 x1781 x1782 x1783 -x1784 x1785 -x1786 -x1787 x1788 -x1789 x1790 x1791 x1792 -x1793 x1794 -x1795 -x1796 -x1797 x1798 x1799 x1800 x1801 -x1802 -x1803 -x1804 x1805 x1806 -x1807 x1808 -x1809 x1810 x1811 x1812 -x1813 x1814 x1815 -x1816 x1817 x1818 -x1819 -x1820 -x1821 x1822 x1823 -x1824 x1825 -x1826 -x1827 x1828 -x1829 x1830 x1831 x1832 x1833 -x1834 -x1835 -x1836 x1837 -x1838 x1839 x1840 -x1841 -x1842 -x1843 x1844 x1845 x1846 x1847 x1848 x1849 x1850 -x1851 x1852 -x1853 x1854 -x1855 -x1856 -x1857 x1858 x1859 x1860 x1861 x1862 x1863 x1864 x1865 x1866 x1867 x1868 x1869 -x1870 x1871 -x1872 -x1873 x1874 x1875 x1876 x1877 x1878 -x1879 x1880 x1881 -x1882 -x1883 x1884 -x1885 x1886 -x1887 -x1888 x1889 -x1890 -x1891 x1892 x1893 x1894 x1895 x1896 x1897 x1898 x1899 x1900 x1901 -x1902 -x1903 x1904 -x1905 x1906 -x1907 -x1908 -x1909 -x1910 x1911 x1912 x1913 -x1914 -x1915 -x1916 x1917 x1918 x1919 x1920 x1921 x1922 -x1923 x1924 x1925 -x1926 -x1927 -x1928 x1929 x1930 -x1931 -x1932 -x1933 -x1934 x1935 x1936 x1937 -x1938 -x1939 -x1940 -x1941 -x1942 x1943 x1944 -x1945 -x1946 -x1947 x1948 -x1949 -x1950 x1951 x1952 -x1953 x1954 -x1955 -x1956 x1957 -x1958 x1959 x1960 x1961 x1962 x1963 -x1964 x1965 x1966 -x1967 -x1968
3595.40/3700.01	c Program interrupted by user.

Verifier Data

OK	1037

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62226 MiB free)
  memory of node 1: 64465 MiB (63389 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=124632, runsolver pid=124629

[startup+0.100061 s]*
/proc/loadavg: 1.59 0.70 0.39 5/258 124635
/proc/meminfo: memFree=128630600/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=59260 memory=13176 CPUtime=0.05 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 1381 0 0 0 4 1 0 0 20 0 1 0 174142266 60682240 3294 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 14815 3294 2304 1147 0 2241 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 63452 KiB
Current children cumulated memory: 16248 KiB

[startup+0.205571 s]*
/proc/loadavg: 1.59 0.70 0.39 5/258 124635
/proc/meminfo: memFree=128630416/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=62044 memory=16912 CPUtime=0.16 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 2656 0 0 0 14 2 0 0 20 0 1 0 174142266 63533056 4228 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 15511 4228 2368 1147 0 2937 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 66236 KiB
Current children cumulated memory: 19984 KiB

[startup+0.313401 s]*
/proc/loadavg: 1.59 0.70 0.39 5/258 124635
/proc/meminfo: memFree=128622352/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=63128 memory=20164 CPUtime=0.27 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 2886 0 0 0 23 4 0 0 20 0 1 0 174142266 64643072 5041 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 15782 5041 2432 1147 0 3208 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 67320 KiB
Current children cumulated memory: 23236 KiB

[startup+0.700339 s]
/proc/loadavg: 1.59 0.70 0.39 5/258 124635
/proc/meminfo: memFree=128618572/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=66100 memory=25048 CPUtime=0.65 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 3609 0 0 0 59 6 0 0 20 0 1 0 174142266 67686400 6262 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 16525 6262 2432 1147 0 3951 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 70292 KiB
Current children cumulated memory: 28120 KiB

[startup+1.5004 s]
/proc/loadavg: 1.79 0.76 0.41 5/258 124635
/proc/meminfo: memFree=128594076/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=87872 memory=45368 CPUtime=1.44 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 8163 0 0 0 130 14 0 0 20 0 1 0 174142266 89980928 11342 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 21968 11342 2464 1147 0 9394 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 92064 KiB
Current children cumulated memory: 48440 KiB

[startup+3.11318 s]
/proc/loadavg: 1.79 0.76 0.41 5/258 124635
/proc/meminfo: memFree=128530696/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=121472 memory=77452 CPUtime=3.05 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 14655 0 0 0 283 22 0 0 20 0 1 0 174142266 124387328 19363 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 30368 19363 2464 1147 0 17794 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 125664 KiB
Current children cumulated memory: 80524 KiB

[startup+6.3004 s]
/proc/loadavg: 1.96 0.81 0.43 5/257 124635
/proc/meminfo: memFree=128516092/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=167916 memory=104204 CPUtime=6.23 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 21353 0 0 0 593 30 0 0 20 0 1 0 174142266 171945984 26051 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 41979 26051 2464 1147 0 29405 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 172108 KiB
Current children cumulated memory: 107276 KiB

[startup+12.7004 s]
/proc/loadavg: 2.13 0.87 0.45 5/257 124635
/proc/meminfo: memFree=128443444/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=179244 memory=120020 CPUtime=12.6 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 24286 0 0 0 1219 41 0 0 20 0 1 0 174142266 183545856 30005 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 44811 30005 2464 1147 0 32237 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 183436 KiB
Current children cumulated memory: 123092 KiB

[startup+25.5004 s]
/proc/loadavg: 2.49 0.99 0.49 5/257 124635
/proc/meminfo: memFree=128291616/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=184316 memory=135584 CPUtime=25.35 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 27153 0 0 0 2470 65 0 0 20 0 1 0 174142266 188739584 33896 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 46079 33896 2464 1147 0 33505 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 188508 KiB
Current children cumulated memory: 138656 KiB

[startup+51.1133 s]
/proc/loadavg: 3.09 1.28 0.61 5/257 124635
/proc/meminfo: memFree=128009848/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=253196 memory=175572 CPUtime=48.89 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 36647 0 0 0 4778 111 0 0 20 0 1 0 174142266 259272704 43893 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 63299 43893 2464 1147 0 50725 0
Current children cumulated CPU time: 48.9 s
Current children cumulated vsize: 257388 KiB
Current children cumulated memory: 178644 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 1.71 0.79 5/257 124637
/proc/meminfo: memFree=127471104/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=299988 memory=230124 CPUtime=95.31 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 46224 0 0 0 9325 206 0 0 20 0 1 0 174142266 307187712 57531 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 74997 57531 2464 1147 0 62423 0
Current children cumulated CPU time: 95.32 s
Current children cumulated vsize: 304180 KiB
Current children cumulated memory: 233196 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.16 1.01 4/257 124640
/proc/meminfo: memFree=127006948/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=307352 memory=242156 CPUtime=151.71 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 49224 0 0 0 14865 306 0 0 20 0 1 0 174142266 314728448 60539 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 76838 60539 2464 1147 0 64264 0
Current children cumulated CPU time: 151.72 s
Current children cumulated vsize: 311544 KiB
Current children cumulated memory: 245228 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.53 1.21 5/257 124642
/proc/meminfo: memFree=126359148/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=390640 memory=284816 CPUtime=208.16 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 58367 0 0 0 20426 390 0 0 20 0 1 0 174142266 400015360 71204 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 97660 71204 2464 1147 0 85086 0
Current children cumulated CPU time: 208.17 s

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

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.06 4/259 124804
/proc/meminfo: memFree=107816332/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=841440 memory=763028 CPUtime=3256.16 cores=1,3
/proc/124635/stat : 124635 (roundingsat) D 124632 124632 124508 0 -1 4194304 129996 0 0 0 322089 3527 0 0 20 0 1 0 174142266 861634560 190757 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 210360 190757 2464 1147 0 197786 0
Current children cumulated CPU time: 3256.17 s
Current children cumulated vsize: 845632 KiB
Current children cumulated memory: 766100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.06 5/260 124807
/proc/meminfo: memFree=107486880/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=841440 memory=763028 CPUtime=3312.32 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 129996 0 0 0 327655 3577 0 0 20 0 1 0 174142266 861634560 190757 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 210360 190757 2464 1147 0 197786 0
Current children cumulated CPU time: 3312.33 s
Current children cumulated vsize: 845632 KiB
Current children cumulated memory: 766100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.15 4.07 5/259 124820
/proc/meminfo: memFree=107085912/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=846056 memory=780484 CPUtime=3366.65 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 130788 0 0 0 333050 3615 0 0 20 0 1 0 174142266 866361344 195121 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 211514 195121 2464 1147 0 198940 0
Current children cumulated CPU time: 3366.66 s
Current children cumulated vsize: 850248 KiB
Current children cumulated memory: 783556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.15 4.08 5/259 124822
/proc/meminfo: memFree=106704276/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=846056 memory=780484 CPUtime=3421.93 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 130788 0 0 0 338534 3659 0 0 20 0 1 0 174142266 866361344 195121 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 211514 195121 2464 1147 0 198940 0
Current children cumulated CPU time: 3421.94 s
Current children cumulated vsize: 850248 KiB
Current children cumulated memory: 783556 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.08 5/259 124825
/proc/meminfo: memFree=106362760/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=846056 memory=780484 CPUtime=3481.64 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 130799 0 0 0 344453 3711 0 0 20 0 1 0 174142266 866361344 195121 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 211514 195121 2464 1147 0 198940 0
Current children cumulated CPU time: 3481.65 s
Current children cumulated vsize: 850248 KiB
Current children cumulated memory: 783556 KiB

[startup+3642.3 s]
/proc/loadavg: 4.20 4.16 4.09 5/259 124873
/proc/meminfo: memFree=106542784/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=846056 memory=780484 CPUtime=3540.09 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 130802 0 0 0 350250 3759 0 0 20 0 1 0 174142266 866361344 195121 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 211514 195121 2464 1147 0 198940 0
Current children cumulated CPU time: 3540.1 s
Current children cumulated vsize: 850248 KiB
Current children cumulated memory: 783556 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.19 4.16 4.09 4/258 125017
/proc/meminfo: memFree=118018404/131382120 swapFree=33010160/33010684
[pid=124632] ppid=124629 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/124632/stat : 124632 (run-opt-ls-log.) S 124629 124632 124508 0 -1 4194304 243 1433 0 0 0 0 1 0 20 0 1 0 174142262 4292608 768 18446744073709551615 94793812201472 94793813096005 140722368784560 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94793813335056 94793813382800 94793846837248 140722368792857 140722368793055 140722368793055 140722368798659 0
/proc/124632/statm: 1048 768 704 219 0 110 0
[pid=124635] ppid=124632 vsize=848788 memory=782532 CPUtime=3595.39 cores=1,3
/proc/124635/stat : 124635 (roundingsat) R 124632 124632 124508 0 -1 4194304 131335 0 0 0 355716 3823 0 0 20 0 1 0 174142266 869158912 195633 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 212197 195633 2464 1147 0 199623 0
Current children cumulated CPU time: 3595.4 s
Current children cumulated vsize: 852980 KiB
Current children cumulated memory: 785604 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)
WARNING: unexpectedly, some solver processes are still present and will be killed:

[startup+0 s]*
/proc/loadavg: 4.17 4.16 4.09 4/257 125017
/proc/meminfo: memFree=118009032/131382120 swapFree=33010160/33010684
[pid=124635] ppid=124629 vsize=848788 memory=782916 CPUtime=3595.4 cores=1,3
/proc/124635/stat : 124635 (roundingsat) D 124629 124632 124508 0 -1 4194304 131341 0 0 0 355716 3824 0 0 20 0 1 0 174142266 869158912 195729 18446744073709551615 4227072 8923577 140734308346416 0 0 256 0 0 8405026 1 0 0 17 3 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 9
/proc/124635/statm: 212197 195729 2560 1147 0 199623 0
??? kill 124635 sig 9
??? end of watcher thread

[startup+3702.34 s]
# the end of solver process 124635 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

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

Solver just ended.
Dumping a history of the last processes samples

[startup+3700.8 s]
/proc/loadavg: 4.19 4.16 4.09 3/257 125017
/proc/meminfo: memFree=118020188/131382120 swapFree=33010160/33010684
[pid=124635] ppid=124629 vsize=848788 memory=782916 CPUtime=3595.4 cores=1,3
/proc/124635/stat : 124635 (roundingsat) D 124629 124632 124508 0 -1 4194304 131341 0 0 0 355716 3824 0 0 20 0 1 0 174142266 869158912 195729 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 1 0 0 17 3 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 212197 195729 2560 1147 0 199623 0
Current cumulated CPU time of completed processes: 0.026537 s
Current children cumulated CPU time: 3595.4 s
Current children cumulated vsize: 848788 KiB
Current children cumulated memory: 782916 KiB

[startup+3701.6 s]
/proc/loadavg: 4.19 4.16 4.09 3/257 125017
/proc/meminfo: memFree=118011692/131382120 swapFree=33010160/33010684
[pid=124635] ppid=124629 vsize=848788 memory=782916 CPUtime=3595.4 cores=1,3
/proc/124635/stat : 124635 (roundingsat) D 124629 124632 124508 0 -1 4194304 131341 0 0 0 355716 3824 0 0 20 0 1 0 174142266 869158912 195729 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 1 0 0 17 3 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 212197 195729 2560 1147 0 199623 0
Current cumulated CPU time of completed processes: 0.026537 s
Current children cumulated CPU time: 3595.4 s
Current children cumulated vsize: 848788 KiB
Current children cumulated memory: 782916 KiB

[startup+3702 s]*
/proc/loadavg: 4.17 4.16 4.09 4/257 125017
/proc/meminfo: memFree=118009036/131382120 swapFree=33010160/33010684
[pid=124635] ppid=124629 vsize=848788 memory=782916 CPUtime=3595.4 cores=1,3
/proc/124635/stat : 124635 (roundingsat) D 124629 124632 124508 0 -1 4194304 131341 0 0 0 355716 3824 0 0 20 0 1 0 174142266 869158912 195729 18446744073709551615 4227072 8923577 140734308346416 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9827200 9836688 26566656 140734308354292 140734308354598 140734308354598 140734308360170 0
/proc/124635/statm: 212197 195729 2560 1147 0 199623 0
Current cumulated CPU time of completed processes: 0.026537 s
Current children cumulated CPU time: 3595.4 s
Current children cumulated vsize: 848788 KiB
Current children cumulated memory: 782916 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3702.34
CPU time (s): 3595.45
CPU user time (s): 3557.19
CPU system time (s): 38.259
CPU usage (%): 97.1128
Max. virtual memory (cumulated for all children) (KiB): 852980
Max. memory (cumulated for all children) (KiB): 785604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3557.19
system time used= 38.259
maximum resident set size= 782916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133017
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15702024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2679
involuntary context switches= 6332


# summary of solver processes directly reported to runsolver:
#   pid: 124632,124635
#   total CPU time (s): 3595.45
#   total CPU user time (s): 3557.19
#   total CPU system time (s): 38.259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.3839 second user time and 37.7051 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-15 15:03:52
IDJOB=4531817
IDBENCH=147535
IDSOLVER=3392
FILE ID=nodeC008/4531817-1752584631
RUNJOBID= nodeC008-1752584602-124520
SLURM_JOB_ID= 9684338
Free space on /tmp= 432840 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531817-1752584631/watcher-4531817-1752584631 -o /tmp/evaluation-result-4531817-1752584631/solver-4531817-1752584631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752584602-124520 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531817-1752584631.opb PROOFDIR/proof-4531817-1752584631

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

MD5SUM BENCH= 4613bd71ebda28f991e46514414d76dd
RANDOM SEED=1424490170

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128630600 kB
MemAvailable:   129379664 kB
Buffers:            2128 kB
Cached:          1540268 kB
SwapCached:           16 kB
Active:          1208404 kB
Inactive:         955264 kB
Active(anon):     607636 kB
Inactive(anon):    31696 kB
Active(file):     600768 kB
Inactive(file):   923568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            105536 kB
Writeback:           120 kB
AnonPages:        624804 kB
Mapped:           120016 kB
Shmem:             17920 kB
KReclaimable:     128708 kB
Slab:             220980 kB
SReclaimable:     128708 kB
SUnreclaim:        92272 kB
KernelStack:        4208 kB
PageTables:         4512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1030316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432776 MiB
End job on nodeC008 at 2025-07-15 16:05:34