Trace number 4488588

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adSAT (TO)1039 3600.08 3609.51

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.opb
MD5SUM3986604c534c992b7a4e3e5a4bb881f1
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 benchmark1038
Best CPU time to get the best result obtained on this benchmark3566.29
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4488588-1751330827.opb'
0.00/0.02	c 	read 0.11MB  (1.89ms)
0.00/0.02	c	 [cnf: #variables 1968 #clauses 3999 #duplicates 2 #arr 9964]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 20] (2.27ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (0.39ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 9903 #edges 27800]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 1.02*10^3 #generators 10] (1.65ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	ran it=0, +gens=0 
0.00/0.03	c 	con best_support=4, best_gens=10, +gens=0
0.00/0.03	c 	(1.29ms)
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 10 generators (0.01ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 10 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4488588-1751330827.opb.pre'
0.00/0.03	c 	wrote 0.12MB (0.34ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   2.27ms 28.10% approx_orbits
0.00/0.03	c                   1.89ms 23.40% parse
0.00/0.03	c                   1.65ms 20.43% detect_generic
0.00/0.03	c                   1.29ms 16.03% optimize_gens
0.00/0.03	c                   0.39ms  4.82% detect_special
0.00/0.03	c                   0.34ms  4.21% output
0.00/0.03	c                   0.18ms  2.26% other
0.00/0.03	c                   0.05ms  0.67% finalize_order
0.00/0.03	c                   0.01ms  0.08% break_generic
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                   8.06ms   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 63f22ad
0.00/0.07	c #variables 1968 #constraints 4008
0.00/0.07	c objective is ce32 
0.00/0.08	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.08	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.08	c bounds 1111 >= 0 @ 0.032619
0.04/0.13	c bounds 1110 >= 0 @ 0.066451
0.04/0.13	c bounds 1110 >= 1 @ 0.066451
0.04/0.13	c bounds 1110 >= 2 @ 0.066451
0.04/0.13	c bounds 1110 >= 3 @ 0.066451
0.04/0.13	c bounds 1110 >= 4 @ 0.066577
0.04/0.13	c bounds 1110 >= 5 @ 0.066794
0.04/0.13	c bounds 1110 >= 6 @ 0.066983
0.04/0.13	c bounds 1110 >= 7 @ 0.067165
0.04/0.13	c bounds 1110 >= 8 @ 0.067347
0.04/0.13	c bounds 1110 >= 9 @ 0.067563
0.04/0.13	c bounds 1110 >= 10 @ 0.067776
0.04/0.13	c bounds 1110 >= 11 @ 0.067989
0.04/0.13	c bounds 1110 >= 12 @ 0.068202
0.04/0.13	c bounds 1110 >= 13 @ 0.068416
0.04/0.13	c bounds 1110 >= 14 @ 0.068633
0.04/0.13	c bounds 1110 >= 15 @ 0.068849
0.04/0.13	c bounds 1110 >= 16 @ 0.069065
0.04/0.13	c bounds 1110 >= 17 @ 0.069278
0.04/0.13	c bounds 1110 >= 18 @ 0.069495
0.04/0.13	c bounds 1110 >= 19 @ 0.069711
0.04/0.13	c bounds 1110 >= 20 @ 0.069928
0.04/0.14	c bounds 1110 >= 21 @ 0.070142
0.04/0.14	c bounds 1110 >= 22 @ 0.070358
0.04/0.14	c bounds 1110 >= 23 @ 0.070573
0.04/0.14	c bounds 1110 >= 24 @ 0.070789
0.04/0.14	c bounds 1110 >= 25 @ 0.071008
0.04/0.14	c bounds 1110 >= 26 @ 0.071223
0.04/0.14	c bounds 1110 >= 27 @ 0.071436
0.04/0.14	c bounds 1110 >= 28 @ 0.071647
0.04/0.14	c bounds 1110 >= 29 @ 0.071864
0.04/0.14	c bounds 1110 >= 30 @ 0.072076
0.04/0.14	c bounds 1110 >= 31 @ 0.072289
0.04/0.14	c bounds 1110 >= 32 @ 0.072504
0.04/0.14	c bounds 1110 >= 33 @ 0.072717
0.04/0.14	c bounds 1110 >= 34 @ 0.072932
0.04/0.14	c bounds 1110 >= 35 @ 0.073148
0.04/0.14	c bounds 1110 >= 36 @ 0.073364
0.04/0.14	c bounds 1110 >= 37 @ 0.07358
0.04/0.14	c bounds 1110 >= 38 @ 0.073797
0.04/0.14	c bounds 1110 >= 39 @ 0.074012
0.04/0.14	c bounds 1110 >= 40 @ 0.074226
0.04/0.14	c bounds 1110 >= 41 @ 0.074443
0.04/0.14	c bounds 1110 >= 42 @ 0.07466
0.04/0.14	c bounds 1110 >= 43 @ 0.074874
0.04/0.14	c bounds 1110 >= 44 @ 0.07509
0.04/0.14	c bounds 1110 >= 45 @ 0.075302
0.04/0.14	c bounds 1110 >= 46 @ 0.075517
0.04/0.14	c bounds 1110 >= 47 @ 0.075731
0.04/0.14	c bounds 1110 >= 48 @ 0.075944
0.04/0.14	c bounds 1110 >= 49 @ 0.076157
0.04/0.14	c bounds 1110 >= 50 @ 0.076372
0.04/0.14	c bounds 1110 >= 51 @ 0.076585
0.04/0.14	c bounds 1110 >= 52 @ 0.0768
0.04/0.14	c bounds 1110 >= 53 @ 0.077014
0.04/0.14	c bounds 1110 >= 54 @ 0.077228
0.04/0.14	c bounds 1110 >= 55 @ 0.077444
0.04/0.14	c bounds 1110 >= 56 @ 0.077658
0.04/0.14	c bounds 1110 >= 57 @ 0.077872
0.04/0.14	c bounds 1110 >= 58 @ 0.078089
0.04/0.14	c bounds 1110 >= 59 @ 0.078303
0.04/0.14	c bounds 1110 >= 60 @ 0.078514
0.04/0.14	c bounds 1110 >= 61 @ 0.078726
0.04/0.14	c bounds 1110 >= 62 @ 0.078939
0.04/0.14	c bounds 1110 >= 63 @ 0.079148
0.04/0.14	c bounds 1110 >= 64 @ 0.079355
0.04/0.14	c bounds 1110 >= 65 @ 0.079567
0.04/0.14	c bounds 1110 >= 66 @ 0.079782
0.04/0.14	c bounds 1110 >= 67 @ 0.079996
0.04/0.15	c bounds 1110 >= 68 @ 0.080211
0.04/0.15	c bounds 1110 >= 69 @ 0.080425
0.04/0.15	c bounds 1110 >= 70 @ 0.080639
0.04/0.15	c bounds 1110 >= 71 @ 0.080851
0.04/0.15	c bounds 1110 >= 72 @ 0.081065
0.04/0.15	c bounds 1110 >= 73 @ 0.08128
0.04/0.15	c bounds 1110 >= 74 @ 0.081494
0.04/0.15	c bounds 1110 >= 75 @ 0.081708
0.04/0.15	c bounds 1110 >= 76 @ 0.081922
0.04/0.15	c bounds 1110 >= 77 @ 0.082134
0.04/0.15	c bounds 1110 >= 78 @ 0.082347
0.04/0.15	c bounds 1110 >= 79 @ 0.082705
0.04/0.15	c bounds 1110 >= 80 @ 0.083262
0.04/0.15	c bounds 1110 >= 81 @ 0.083351
0.04/0.15	c bounds 1110 >= 82 @ 0.083351
0.04/0.15	c bounds 1110 >= 83 @ 0.083351
0.04/0.15	c bounds 1110 >= 84 @ 0.083351
0.04/0.15	c bounds 1110 >= 85 @ 0.083388
0.04/0.15	c bounds 1110 >= 86 @ 0.083596
0.04/0.15	c bounds 1110 >= 87 @ 0.083803
0.04/0.15	c bounds 1110 >= 88 @ 0.084014
0.04/0.15	c bounds 1110 >= 89 @ 0.084224
0.04/0.15	c bounds 1110 >= 90 @ 0.084434
0.04/0.15	c bounds 1110 >= 91 @ 0.084644
0.04/0.15	c bounds 1110 >= 92 @ 0.084856
0.04/0.15	c bounds 1110 >= 93 @ 0.085066
0.04/0.15	c bounds 1110 >= 94 @ 0.085276
0.04/0.15	c bounds 1110 >= 95 @ 0.085485
0.04/0.15	c bounds 1110 >= 96 @ 0.085695
0.04/0.15	c bounds 1110 >= 97 @ 0.085904
0.04/0.15	c bounds 1110 >= 98 @ 0.086114
0.04/0.15	c bounds 1110 >= 99 @ 0.086321
0.04/0.15	c bounds 1110 >= 100 @ 0.086529
0.04/0.15	c bounds 1110 >= 101 @ 0.086738
0.04/0.15	c bounds 1110 >= 102 @ 0.086946
0.04/0.15	c bounds 1110 >= 103 @ 0.087154
0.04/0.15	c bounds 1110 >= 104 @ 0.087362
0.04/0.15	c bounds 1110 >= 105 @ 0.087572
0.04/0.15	c bounds 1110 >= 106 @ 0.087793
0.04/0.15	c bounds 1110 >= 107 @ 0.088
0.04/0.15	c bounds 1110 >= 108 @ 0.088208
0.04/0.15	c bounds 1110 >= 109 @ 0.088418
0.04/0.15	c bounds 1110 >= 110 @ 0.088631
0.04/0.15	c bounds 1110 >= 111 @ 0.088845
0.04/0.16	c bounds 1110 >= 112 @ 0.089057
0.04/0.16	c bounds 1110 >= 113 @ 0.089269
0.04/0.16	c bounds 1110 >= 114 @ 0.089484
0.04/0.16	c bounds 1110 >= 115 @ 0.089697
0.04/0.16	c bounds 1110 >= 116 @ 0.089911
0.04/0.16	c bounds 1110 >= 117 @ 0.090122
0.04/0.16	c bounds 1110 >= 118 @ 0.090333
0.04/0.16	c bounds 1110 >= 119 @ 0.090543
0.04/0.16	c bounds 1110 >= 120 @ 0.090757
0.04/0.16	c bounds 1110 >= 121 @ 0.090971
0.04/0.16	c bounds 1110 >= 122 @ 0.091187
0.04/0.16	c bounds 1110 >= 123 @ 0.091406
0.04/0.16	c bounds 1110 >= 124 @ 0.091615
0.04/0.16	c bounds 1110 >= 125 @ 0.091831
0.04/0.16	c bounds 1110 >= 126 @ 0.092043
0.04/0.16	c bounds 1110 >= 127 @ 0.092255
0.04/0.16	c bounds 1110 >= 128 @ 0.092476
0.04/0.16	c bounds 1110 >= 129 @ 0.092692
0.04/0.16	c bounds 1110 >= 130 @ 0.092903
0.04/0.16	c bounds 1110 >= 131 @ 0.093109
0.04/0.16	c bounds 1110 >= 132 @ 0.093319
0.04/0.16	c bounds 1110 >= 133 @ 0.093525
0.04/0.16	c bounds 1110 >= 134 @ 0.093737
0.04/0.16	c bounds 1110 >= 135 @ 0.093952
0.04/0.16	c bounds 1110 >= 136 @ 0.094162
0.04/0.16	c bounds 1110 >= 137 @ 0.094377
0.04/0.16	c bounds 1110 >= 138 @ 0.094593
0.04/0.16	c bounds 1110 >= 139 @ 0.094809
0.04/0.16	c bounds 1110 >= 140 @ 0.095024
0.04/0.16	c bounds 1110 >= 141 @ 0.095235
0.04/0.16	c bounds 1110 >= 142 @ 0.09545
0.04/0.16	c bounds 1110 >= 143 @ 0.095662
0.04/0.16	c bounds 1110 >= 144 @ 0.09588
0.04/0.16	c bounds 1110 >= 145 @ 0.096093
0.04/0.16	c bounds 1110 >= 146 @ 0.096307
0.04/0.16	c bounds 1110 >= 147 @ 0.096518
0.04/0.16	c bounds 1110 >= 148 @ 0.096731
0.04/0.16	c bounds 1110 >= 149 @ 0.096944
0.04/0.16	c bounds 1110 >= 150 @ 0.097155
0.04/0.16	c bounds 1110 >= 151 @ 0.097367
0.04/0.16	c bounds 1110 >= 152 @ 0.097586
0.04/0.16	c bounds 1110 >= 153 @ 0.0978
0.04/0.16	c bounds 1110 >= 154 @ 0.098012
0.04/0.16	c bounds 1110 >= 155 @ 0.098228
0.04/0.16	c bounds 1110 >= 156 @ 0.098439
0.04/0.16	c bounds 1110 >= 157 @ 0.098648
0.04/0.16	c bounds 1110 >= 158 @ 0.098863
0.04/0.17	c bounds 1110 >= 159 @ 0.099075
0.04/0.17	c bounds 1110 >= 160 @ 0.099288
0.04/0.17	c bounds 1110 >= 161 @ 0.099497
0.04/0.17	c bounds 1110 >= 162 @ 0.099705
0.04/0.17	c bounds 1110 >= 163 @ 0.099916
0.04/0.17	c bounds 1110 >= 164 @ 0.100131
0.04/0.17	c bounds 1110 >= 165 @ 0.100342
0.04/0.17	c bounds 1110 >= 166 @ 0.100551
0.04/0.17	c bounds 1110 >= 167 @ 0.100759
0.04/0.17	c bounds 1110 >= 168 @ 0.100969
0.04/0.17	c bounds 1110 >= 169 @ 0.101176
0.04/0.17	c bounds 1110 >= 170 @ 0.101392
0.04/0.17	c bounds 1110 >= 171 @ 0.101609
0.04/0.17	c bounds 1110 >= 172 @ 0.101821
0.04/0.17	c bounds 1110 >= 173 @ 0.102028
0.04/0.17	c bounds 1110 >= 174 @ 0.102237
0.04/0.17	c bounds 1110 >= 175 @ 0.102448
0.04/0.17	c bounds 1110 >= 176 @ 0.102654
0.04/0.17	c bounds 1110 >= 177 @ 0.102866
0.04/0.17	c bounds 1110 >= 178 @ 0.103076
0.04/0.17	c bounds 1110 >= 179 @ 0.103292
0.04/0.17	c bounds 1110 >= 180 @ 0.103503
0.04/0.17	c bounds 1110 >= 181 @ 0.103715
0.04/0.17	c bounds 1110 >= 182 @ 0.103927
0.04/0.17	c bounds 1110 >= 183 @ 0.104141
0.04/0.17	c bounds 1110 >= 184 @ 0.10435
0.04/0.17	c bounds 1110 >= 185 @ 0.104563
0.04/0.17	c bounds 1110 >= 186 @ 0.104776
0.04/0.17	c bounds 1110 >= 187 @ 0.104984
0.04/0.17	c bounds 1110 >= 188 @ 0.105192
0.04/0.17	c bounds 1110 >= 189 @ 0.105408
0.04/0.17	c bounds 1110 >= 190 @ 0.105622
0.04/0.17	c bounds 1110 >= 191 @ 0.105832
0.04/0.17	c bounds 1110 >= 192 @ 0.106041
0.04/0.17	c bounds 1110 >= 193 @ 0.106246
0.04/0.17	c bounds 1110 >= 194 @ 0.106452
0.04/0.17	c bounds 1110 >= 195 @ 0.106664
0.04/0.17	c bounds 1110 >= 196 @ 0.106874
0.04/0.17	c bounds 1110 >= 197 @ 0.107084
0.04/0.17	c bounds 1110 >= 198 @ 0.107294
0.04/0.17	c bounds 1110 >= 199 @ 0.107508
0.04/0.17	c bounds 1110 >= 200 @ 0.107717
0.04/0.17	c bounds 1110 >= 201 @ 0.107922
0.04/0.17	c bounds 1110 >= 202 @ 0.108128
0.04/0.17	c bounds 1110 >= 203 @ 0.108332
0.04/0.17	c bounds 1110 >= 204 @ 0.10854
0.04/0.17	c bounds 1110 >= 205 @ 0.108748
0.04/0.17	c bounds 1110 >= 206 @ 0.108963
0.04/0.18	c bounds 1110 >= 207 @ 0.109176
0.04/0.18	c bounds 1110 >= 208 @ 0.109384
0.04/0.18	c bounds 1110 >= 209 @ 0.109594
0.04/0.18	c bounds 1110 >= 210 @ 0.109802
0.04/0.18	c bounds 1110 >= 211 @ 0.110007
0.04/0.18	c bounds 1110 >= 212 @ 0.110218
0.04/0.18	c bounds 1110 >= 213 @ 0.110434
0.04/0.18	c bounds 1110 >= 214 @ 0.110644
0.04/0.18	c bounds 1110 >= 215 @ 0.110849
0.04/0.18	c bounds 1110 >= 216 @ 0.111057
0.04/0.18	c bounds 1110 >= 217 @ 0.111266
0.04/0.18	c bounds 1110 >= 218 @ 0.111478
0.04/0.18	c bounds 1110 >= 219 @ 0.111688
0.04/0.18	c bounds 1110 >= 220 @ 0.111899
0.04/0.18	c bounds 1110 >= 221 @ 0.112112
0.04/0.18	c bounds 1110 >= 222 @ 0.112322
0.04/0.18	c bounds 1110 >= 223 @ 0.112529
0.04/0.18	c bounds 1110 >= 224 @ 0.112737
0.04/0.18	c bounds 1110 >= 225 @ 0.112948
0.04/0.18	c bounds 1110 >= 226 @ 0.113154
0.04/0.18	c bounds 1110 >= 227 @ 0.113364
0.04/0.18	c bounds 1110 >= 228 @ 0.113577
0.04/0.18	c bounds 1110 >= 229 @ 0.113783
0.04/0.18	c bounds 1110 >= 230 @ 0.11399
0.04/0.18	c bounds 1110 >= 231 @ 0.1142
0.04/0.18	c bounds 1110 >= 232 @ 0.114413
0.04/0.18	c bounds 1110 >= 233 @ 0.114623
0.04/0.18	c bounds 1110 >= 234 @ 0.114834
0.04/0.18	c bounds 1110 >= 235 @ 0.115042
0.04/0.18	c bounds 1110 >= 236 @ 0.115253
0.04/0.18	c bounds 1110 >= 237 @ 0.115324
0.04/0.18	c bounds 1110 >= 238 @ 0.115324
0.04/0.18	c bounds 1110 >= 239 @ 0.115324
0.04/0.18	c bounds 1110 >= 240 @ 0.115324
0.04/0.18	c bounds 1110 >= 241 @ 0.115388
0.04/0.18	c bounds 1110 >= 242 @ 0.115605
0.04/0.18	c bounds 1110 >= 243 @ 0.115818
0.04/0.18	c bounds 1110 >= 244 @ 0.116025
0.04/0.18	c bounds 1110 >= 245 @ 0.116231
0.04/0.18	c bounds 1110 >= 246 @ 0.116441
0.04/0.18	c bounds 1110 >= 247 @ 0.11665
0.04/0.18	c bounds 1110 >= 248 @ 0.11686
0.04/0.18	c bounds 1110 >= 249 @ 0.11707
0.04/0.18	c bounds 1110 >= 250 @ 0.117283
0.04/0.18	c bounds 1110 >= 251 @ 0.117496
0.04/0.18	c bounds 1110 >= 252 @ 0.117708
0.04/0.18	c bounds 1110 >= 253 @ 0.117917
0.04/0.19	c bounds 1110 >= 254 @ 0.118126
0.04/0.19	c bounds 1110 >= 255 @ 0.118336
0.04/0.19	c bounds 1110 >= 256 @ 0.118547
0.04/0.19	c bounds 1110 >= 257 @ 0.118754
0.04/0.19	c bounds 1110 >= 258 @ 0.118963
0.04/0.19	c bounds 1110 >= 259 @ 0.119171
0.04/0.19	c bounds 1110 >= 260 @ 0.119377
0.04/0.19	c bounds 1110 >= 261 @ 0.119586
0.04/0.19	c bounds 1110 >= 262 @ 0.120183
0.04/0.19	c bounds 1110 >= 263 @ 0.120392
0.04/0.19	c bounds 1110 >= 264 @ 0.120595
0.04/0.19	c bounds 1110 >= 265 @ 0.1208
0.04/0.19	c bounds 1110 >= 266 @ 0.121003
0.04/0.19	c bounds 1110 >= 267 @ 0.121214
0.04/0.19	c bounds 1110 >= 268 @ 0.121418
0.04/0.19	c bounds 1110 >= 269 @ 0.121632
0.04/0.19	c bounds 1110 >= 270 @ 0.121851
0.04/0.19	c bounds 1110 >= 271 @ 0.122062
0.04/0.19	c bounds 1110 >= 272 @ 0.122276
0.04/0.19	c bounds 1110 >= 273 @ 0.122487
0.04/0.19	c bounds 1110 >= 274 @ 0.122698
0.04/0.19	c bounds 1110 >= 275 @ 0.122915
0.04/0.19	c bounds 1110 >= 276 @ 0.123131
0.04/0.19	c bounds 1110 >= 277 @ 0.123338
0.04/0.19	c bounds 1110 >= 278 @ 0.123542
0.14/0.23	c bounds 1109 >= 278 @ 0.160378
0.14/0.23	c bounds 1109 >= 279 @ 0.160625
0.14/0.23	c bounds 1109 >= 280 @ 0.160839
0.14/0.23	c bounds 1109 >= 281 @ 0.161057
0.14/0.23	c bounds 1109 >= 282 @ 0.161272
0.14/0.24	c bounds 1109 >= 283 @ 0.161489
0.14/0.24	c bounds 1109 >= 284 @ 0.161712
0.14/0.24	c bounds 1109 >= 285 @ 0.161924
0.14/0.24	c bounds 1109 >= 286 @ 0.162148
0.14/0.24	c bounds 1109 >= 287 @ 0.162373
0.14/0.24	c bounds 1109 >= 288 @ 0.16259
0.14/0.24	c bounds 1109 >= 289 @ 0.162814
0.14/0.24	c bounds 1109 >= 290 @ 0.163032
0.14/0.24	c bounds 1109 >= 291 @ 0.163251
0.14/0.24	c bounds 1109 >= 292 @ 0.163461
0.14/0.24	c bounds 1109 >= 293 @ 0.16367
0.14/0.24	c bounds 1109 >= 294 @ 0.163884
0.14/0.24	c bounds 1109 >= 295 @ 0.164102
0.14/0.24	c bounds 1109 >= 296 @ 0.164316
0.14/0.24	c bounds 1109 >= 297 @ 0.164531
0.14/0.24	c bounds 1109 >= 298 @ 0.164755
0.14/0.24	c bounds 1109 >= 299 @ 0.164971
0.14/0.24	c bounds 1109 >= 300 @ 0.165187
0.14/0.24	c bounds 1109 >= 301 @ 0.16541
0.14/0.24	c bounds 1109 >= 302 @ 0.16562
0.14/0.24	c bounds 1109 >= 303 @ 0.165843
0.14/0.24	c bounds 1109 >= 304 @ 0.166058
0.14/0.24	c bounds 1109 >= 305 @ 0.166274
0.14/0.24	c bounds 1109 >= 306 @ 0.166488
0.14/0.24	c bounds 1109 >= 307 @ 0.166698
0.14/0.24	c bounds 1109 >= 308 @ 0.166917
0.14/0.24	c bounds 1109 >= 309 @ 0.167128
0.14/0.24	c bounds 1109 >= 310 @ 0.167344
0.14/0.24	c bounds 1109 >= 311 @ 0.16756
0.14/0.24	c bounds 1109 >= 312 @ 0.167789
0.14/0.24	c bounds 1109 >= 313 @ 0.167789
0.14/0.24	c bounds 1109 >= 314 @ 0.167789
0.14/0.24	c bounds 1109 >= 315 @ 0.167789
0.14/0.24	c bounds 1109 >= 316 @ 0.167789
0.14/0.24	c bounds 1109 >= 317 @ 0.167969
0.14/0.24	c bounds 1109 >= 318 @ 0.168204
0.14/0.24	c bounds 1109 >= 319 @ 0.168421
0.14/0.24	c bounds 1109 >= 320 @ 0.168637
0.14/0.24	c bounds 1109 >= 321 @ 0.168849
0.14/0.24	c bounds 1109 >= 322 @ 0.169081
0.14/0.24	c bounds 1109 >= 323 @ 0.169293
0.14/0.24	c bounds 1109 >= 324 @ 0.169508
0.14/0.24	c bounds 1109 >= 325 @ 0.169727
0.14/0.24	c bounds 1109 >= 326 @ 0.169947
0.14/0.24	c bounds 1109 >= 327 @ 0.170162
0.14/0.24	c bounds 1109 >= 328 @ 0.170383
0.14/0.25	c bounds 1109 >= 329 @ 0.1706
0.14/0.25	c bounds 1109 >= 330 @ 0.170823
0.14/0.25	c bounds 1109 >= 331 @ 0.171034
0.14/0.25	c bounds 1109 >= 332 @ 0.171245
0.14/0.25	c bounds 1109 >= 333 @ 0.171465
0.14/0.25	c bounds 1109 >= 334 @ 0.171685
0.14/0.25	c bounds 1109 >= 335 @ 0.171864
0.14/0.25	c bounds 1109 >= 336 @ 0.171864
0.14/0.25	c bounds 1109 >= 337 @ 0.171864
0.14/0.25	c bounds 1109 >= 338 @ 0.171864
0.14/0.25	c bounds 1109 >= 339 @ 0.171864
0.14/0.25	c bounds 1109 >= 340 @ 0.172004
0.14/0.25	c bounds 1109 >= 341 @ 0.172231
0.14/0.25	c bounds 1109 >= 342 @ 0.172447
0.14/0.25	c bounds 1109 >= 343 @ 0.17267
0.14/0.25	c bounds 1109 >= 344 @ 0.172894
0.14/0.25	c bounds 1109 >= 345 @ 0.173111
0.14/0.25	c bounds 1109 >= 346 @ 0.17334
0.14/0.25	c bounds 1109 >= 347 @ 0.173563
0.14/0.25	c bounds 1109 >= 348 @ 0.173793
0.14/0.25	c bounds 1109 >= 349 @ 0.174043
0.14/0.25	c bounds 1109 >= 350 @ 0.174262
0.14/0.25	c bounds 1109 >= 351 @ 0.174481
0.14/0.25	c bounds 1109 >= 352 @ 0.174697
0.14/0.25	c bounds 1109 >= 353 @ 0.17493
0.14/0.25	c bounds 1109 >= 354 @ 0.175161
0.14/0.25	c bounds 1109 >= 355 @ 0.175376
0.14/0.25	c bounds 1109 >= 356 @ 0.175606
0.14/0.25	c bounds 1109 >= 357 @ 0.175822
0.14/0.25	c bounds 1109 >= 358 @ 0.176042
0.14/0.25	c bounds 1109 >= 359 @ 0.176267
0.14/0.25	c bounds 1109 >= 360 @ 0.1765
0.14/0.25	c bounds 1109 >= 361 @ 0.176721
0.14/0.25	c bounds 1109 >= 362 @ 0.176941
0.14/0.25	c bounds 1109 >= 363 @ 0.177158
0.14/0.25	c bounds 1109 >= 364 @ 0.177372
0.14/0.25	c bounds 1109 >= 365 @ 0.1776
0.14/0.25	c bounds 1109 >= 366 @ 0.177826
0.14/0.25	c bounds 1109 >= 367 @ 0.178049
0.14/0.25	c bounds 1109 >= 368 @ 0.178282
0.14/0.25	c bounds 1109 >= 369 @ 0.178517
0.14/0.25	c bounds 1109 >= 370 @ 0.178737
0.14/0.25	c bounds 1109 >= 371 @ 0.178968
0.14/0.25	c bounds 1109 >= 372 @ 0.179206
0.14/0.25	c bounds 1109 >= 373 @ 0.179434
0.14/0.26	c bounds 1109 >= 374 @ 0.179662
0.14/0.26	c bounds 1109 >= 375 @ 0.179847
0.14/0.26	c bounds 1109 >= 376 @ 0.179847
0.14/0.26	c bounds 1109 >= 377 @ 0.179847
0.14/0.26	c bounds 1109 >= 378 @ 0.179847
0.14/0.26	c bounds 1109 >= 379 @ 0.179847
0.14/0.26	c bounds 1109 >= 380 @ 0.180071
0.14/0.26	c bounds 1109 >= 381 @ 0.180304
0.14/0.26	c bounds 1109 >= 382 @ 0.180518
0.14/0.26	c bounds 1109 >= 383 @ 0.180716
0.14/0.26	c bounds 1109 >= 384 @ 0.180941
0.14/0.26	c bounds 1109 >= 385 @ 0.181173
0.14/0.26	c bounds 1109 >= 386 @ 0.181404
0.14/0.26	c bounds 1109 >= 387 @ 0.181618
0.14/0.26	c bounds 1109 >= 388 @ 0.181841
0.14/0.26	c bounds 1109 >= 389 @ 0.181841
0.14/0.26	c bounds 1109 >= 390 @ 0.181841
0.14/0.26	c bounds 1109 >= 391 @ 0.181841
0.14/0.26	c bounds 1109 >= 392 @ 0.181841
0.14/0.26	c bounds 1109 >= 393 @ 0.181976
0.14/0.26	c bounds 1109 >= 394 @ 0.182196
0.14/0.26	c bounds 1109 >= 395 @ 0.182425
0.14/0.26	c bounds 1109 >= 396 @ 0.182627
0.14/0.26	c bounds 1109 >= 397 @ 0.18284
0.14/0.26	c bounds 1109 >= 398 @ 0.183058
0.14/0.26	c bounds 1109 >= 399 @ 0.183286
0.14/0.26	c bounds 1109 >= 400 @ 0.183505
0.14/0.26	c bounds 1109 >= 401 @ 0.18372
0.14/0.26	c bounds 1109 >= 402 @ 0.183938
0.14/0.26	c bounds 1109 >= 403 @ 0.184173
0.14/0.26	c bounds 1109 >= 404 @ 0.184395
0.14/0.26	c bounds 1109 >= 405 @ 0.184643
0.14/0.26	c bounds 1109 >= 406 @ 0.18487
0.14/0.26	c bounds 1109 >= 407 @ 0.185088
0.14/0.26	c bounds 1109 >= 408 @ 0.185304
0.14/0.26	c bounds 1109 >= 409 @ 0.18553
0.14/0.26	c bounds 1109 >= 410 @ 0.185749
0.14/0.26	c bounds 1109 >= 411 @ 0.185967
0.14/0.26	c bounds 1109 >= 412 @ 0.186182
0.14/0.26	c bounds 1109 >= 413 @ 0.186398
0.14/0.26	c bounds 1109 >= 414 @ 0.186616
0.14/0.26	c bounds 1109 >= 415 @ 0.186841
0.14/0.26	c bounds 1109 >= 416 @ 0.18706
0.14/0.26	c bounds 1109 >= 417 @ 0.187276
0.14/0.27	c bounds 1109 >= 418 @ 0.187491
0.14/0.27	c bounds 1109 >= 419 @ 0.187706
0.14/0.27	c bounds 1109 >= 420 @ 0.187921
0.14/0.27	c bounds 1109 >= 421 @ 0.188136
0.14/0.27	c bounds 1109 >= 422 @ 0.188354
0.14/0.27	c bounds 1109 >= 423 @ 0.188575
0.14/0.27	c bounds 1109 >= 424 @ 0.188812
0.14/0.27	c bounds 1109 >= 425 @ 0.189037
0.14/0.27	c bounds 1109 >= 426 @ 0.189263
0.14/0.27	c bounds 1109 >= 427 @ 0.189499
0.14/0.27	c bounds 1109 >= 428 @ 0.189748
0.14/0.27	c bounds 1109 >= 429 @ 0.189816
0.14/0.27	c bounds 1109 >= 430 @ 0.189816
0.14/0.27	c bounds 1109 >= 431 @ 0.189816
0.14/0.27	c bounds 1109 >= 432 @ 0.189816
0.14/0.27	c bounds 1109 >= 433 @ 0.189816
0.14/0.27	c bounds 1109 >= 434 @ 0.189816
0.14/0.27	c bounds 1109 >= 435 @ 0.189816
0.14/0.27	c bounds 1109 >= 436 @ 0.189816
0.14/0.27	c bounds 1109 >= 437 @ 0.189956
0.14/0.27	c bounds 1109 >= 438 @ 0.190172
0.14/0.27	c bounds 1109 >= 439 @ 0.190381
0.14/0.27	c bounds 1109 >= 440 @ 0.190584
0.14/0.27	c bounds 1109 >= 441 @ 0.19079
0.14/0.27	c bounds 1109 >= 442 @ 0.19102
0.14/0.27	c bounds 1109 >= 443 @ 0.191255
0.14/0.27	c bounds 1109 >= 444 @ 0.191487
0.14/0.27	c bounds 1109 >= 445 @ 0.19172
0.14/0.27	c bounds 1109 >= 446 @ 0.191946
0.14/0.27	c bounds 1109 >= 447 @ 0.192181
0.14/0.27	c bounds 1109 >= 448 @ 0.192414
0.14/0.27	c bounds 1109 >= 449 @ 0.192639
0.14/0.27	c bounds 1109 >= 450 @ 0.192864
0.14/0.27	c bounds 1109 >= 451 @ 0.193104
0.14/0.27	c bounds 1109 >= 452 @ 0.193333
0.14/0.27	c bounds 1109 >= 453 @ 0.193562
0.14/0.27	c bounds 1109 >= 454 @ 0.193787
0.14/0.27	c bounds 1109 >= 455 @ 0.19403
0.14/0.27	c bounds 1109 >= 456 @ 0.194258
0.14/0.27	c bounds 1109 >= 457 @ 0.194484
0.14/0.27	c bounds 1109 >= 458 @ 0.194727
0.14/0.27	c bounds 1109 >= 459 @ 0.194788
0.14/0.27	c bounds 1109 >= 460 @ 0.194788
0.14/0.27	c bounds 1109 >= 461 @ 0.194788
0.14/0.28	c bounds 1109 >= 462 @ 0.194788
0.14/0.28	c bounds 1109 >= 463 @ 0.194928
0.14/0.28	c bounds 1109 >= 464 @ 0.195163
0.14/0.28	c bounds 1109 >= 465 @ 0.195397
0.14/0.28	c bounds 1109 >= 466 @ 0.195617
0.14/0.28	c bounds 1109 >= 467 @ 0.195781
0.14/0.28	c bounds 1109 >= 468 @ 0.195781
0.14/0.28	c bounds 1109 >= 469 @ 0.195781
0.14/0.28	c bounds 1109 >= 470 @ 0.195781
0.14/0.28	c bounds 1109 >= 471 @ 0.195823
0.14/0.28	c bounds 1109 >= 472 @ 0.196069
0.14/0.28	c bounds 1109 >= 473 @ 0.196304
0.14/0.28	c bounds 1109 >= 474 @ 0.196542
0.14/0.28	c bounds 1109 >= 475 @ 0.196755
0.14/0.28	c bounds 1109 >= 476 @ 0.196996
0.14/0.28	c bounds 1109 >= 477 @ 0.197223
0.14/0.28	c bounds 1109 >= 478 @ 0.197451
0.14/0.28	c bounds 1109 >= 479 @ 0.19768
0.14/0.28	c bounds 1109 >= 480 @ 0.197916
0.14/0.28	c bounds 1109 >= 481 @ 0.198144
0.14/0.28	c bounds 1109 >= 482 @ 0.198392
0.14/0.28	c bounds 1109 >= 483 @ 0.19862
0.14/0.28	c bounds 1109 >= 484 @ 0.198847
0.14/0.28	c bounds 1109 >= 485 @ 0.19907
0.14/0.28	c bounds 1109 >= 486 @ 0.199315
0.14/0.28	c bounds 1109 >= 487 @ 0.199544
0.14/0.28	c bounds 1109 >= 488 @ 0.199775
0.14/0.28	c bounds 1109 >= 489 @ 0.200004
0.14/0.28	c bounds 1109 >= 490 @ 0.200236
0.14/0.28	c bounds 1109 >= 491 @ 0.200473
0.14/0.28	c bounds 1109 >= 492 @ 0.20072
0.14/0.28	c bounds 1109 >= 493 @ 0.200982
0.14/0.28	c bounds 1109 >= 494 @ 0.201236
0.14/0.28	c bounds 1109 >= 495 @ 0.201472
0.14/0.28	c bounds 1109 >= 496 @ 0.201706
0.14/0.28	c bounds 1109 >= 497 @ 0.201935
0.14/0.28	c bounds 1109 >= 498 @ 0.202175
0.14/0.28	c bounds 1109 >= 499 @ 0.202425
0.14/0.28	c bounds 1109 >= 500 @ 0.202663
0.14/0.28	c bounds 1109 >= 501 @ 0.202898
0.14/0.28	c bounds 1109 >= 502 @ 0.203156
0.14/0.28	c bounds 1109 >= 503 @ 0.203395
0.14/0.29	c bounds 1109 >= 504 @ 0.203626
0.14/0.29	c bounds 1109 >= 505 @ 0.203866
0.14/0.29	c bounds 1109 >= 506 @ 0.204099
0.14/0.29	c bounds 1109 >= 507 @ 0.204339
0.14/0.29	c bounds 1109 >= 508 @ 0.204574
0.14/0.29	c bounds 1109 >= 509 @ 0.204816
0.14/0.29	c bounds 1109 >= 510 @ 0.205063
0.14/0.29	c bounds 1109 >= 511 @ 0.205308
0.14/0.29	c bounds 1109 >= 512 @ 0.205561
0.14/0.29	c bounds 1109 >= 513 @ 0.205803
0.14/0.29	c bounds 1109 >= 514 @ 0.206046
0.14/0.29	c bounds 1109 >= 515 @ 0.206297
0.14/0.29	c bounds 1109 >= 516 @ 0.206529
0.14/0.29	c bounds 1109 >= 517 @ 0.206789
0.14/0.29	c bounds 1109 >= 518 @ 0.207034
0.14/0.29	c bounds 1109 >= 519 @ 0.207274
0.14/0.29	c bounds 1109 >= 520 @ 0.207526
0.14/0.29	c bounds 1109 >= 521 @ 0.207773
0.14/0.29	c bounds 1109 >= 522 @ 0.208021
0.14/0.29	c bounds 1109 >= 523 @ 0.208271
0.14/0.29	c bounds 1109 >= 524 @ 0.208513
0.14/0.29	c bounds 1109 >= 525 @ 0.208754
0.14/0.29	c bounds 1109 >= 526 @ 0.209002
0.14/0.29	c bounds 1109 >= 527 @ 0.20925
0.14/0.29	c bounds 1109 >= 528 @ 0.20949
0.14/0.29	c bounds 1109 >= 529 @ 0.209737
0.14/0.29	c bounds 1109 >= 530 @ 0.209981
0.14/0.29	c bounds 1109 >= 531 @ 0.210264
0.14/0.29	c bounds 1109 >= 532 @ 0.210505
0.14/0.29	c bounds 1109 >= 533 @ 0.210601
0.14/0.29	c bounds 1109 >= 534 @ 0.210601
0.14/0.29	c bounds 1109 >= 535 @ 0.210601
0.14/0.29	c bounds 1109 >= 536 @ 0.210601
0.14/0.29	c bounds 1109 >= 537 @ 0.210831
0.14/0.29	c bounds 1109 >= 538 @ 0.21108
0.14/0.29	c bounds 1109 >= 539 @ 0.211328
0.14/0.29	c bounds 1109 >= 540 @ 0.211593
0.14/0.29	c bounds 1109 >= 541 @ 0.211842
0.14/0.29	c bounds 1109 >= 542 @ 0.212079
0.14/0.29	c bounds 1109 >= 543 @ 0.212325
0.14/0.30	c bounds 1109 >= 544 @ 0.212563
0.14/0.30	c bounds 1109 >= 545 @ 0.212805
0.14/0.30	c bounds 1109 >= 546 @ 0.213067
0.14/0.30	c bounds 1109 >= 547 @ 0.213312
0.14/0.30	c bounds 1109 >= 548 @ 0.21355
0.14/0.30	c bounds 1109 >= 549 @ 0.213646
0.14/0.30	c bounds 1109 >= 550 @ 0.213646
0.14/0.30	c bounds 1109 >= 551 @ 0.213646
0.14/0.30	c bounds 1109 >= 552 @ 0.213646
0.14/0.30	c bounds 1109 >= 553 @ 0.213787
0.14/0.30	c bounds 1109 >= 554 @ 0.214104
0.14/0.30	c bounds 1109 >= 555 @ 0.214364
0.14/0.30	c bounds 1109 >= 556 @ 0.214619
0.14/0.30	c bounds 1109 >= 557 @ 0.214856
0.14/0.30	c bounds 1109 >= 558 @ 0.215105
0.14/0.30	c bounds 1109 >= 559 @ 0.215358
0.14/0.30	c bounds 1109 >= 560 @ 0.215599
0.14/0.30	c bounds 1109 >= 561 @ 0.215715
0.14/0.30	c bounds 1109 >= 562 @ 0.215715
0.14/0.30	c bounds 1109 >= 563 @ 0.215715
0.14/0.30	c bounds 1109 >= 564 @ 0.215715
0.14/0.30	c bounds 1109 >= 565 @ 0.21587
0.14/0.30	c bounds 1109 >= 566 @ 0.216132
0.14/0.30	c bounds 1109 >= 567 @ 0.216401
0.14/0.30	c bounds 1109 >= 568 @ 0.21665
0.14/0.30	c bounds 1109 >= 569 @ 0.216882
0.14/0.30	c bounds 1109 >= 570 @ 0.217147
0.14/0.30	c bounds 1109 >= 571 @ 0.217412
0.14/0.30	c bounds 1109 >= 572 @ 0.217672
0.14/0.30	c bounds 1109 >= 573 @ 0.217954
0.14/0.30	c bounds 1109 >= 574 @ 0.21822
0.14/0.30	c bounds 1109 >= 575 @ 0.218471
0.14/0.30	c bounds 1109 >= 576 @ 0.218724
0.14/0.30	c bounds 1109 >= 577 @ 0.218978
0.14/0.30	c bounds 1109 >= 578 @ 0.219233
0.14/0.31	c bounds 1109 >= 579 @ 0.219499
0.14/0.31	c bounds 1109 >= 580 @ 0.219757
0.14/0.31	c bounds 1109 >= 581 @ 0.220017
0.14/0.31	c bounds 1109 >= 582 @ 0.220294
0.24/0.31	c bounds 1109 >= 583 @ 0.220554
0.24/0.31	c bounds 1109 >= 584 @ 0.22081
0.24/0.31	c bounds 1109 >= 585 @ 0.221089
0.24/0.31	c bounds 1109 >= 586 @ 0.221355
0.24/0.31	c bounds 1109 >= 587 @ 0.221627
0.24/0.31	c bounds 1109 >= 588 @ 0.221889
0.24/0.31	c bounds 1109 >= 589 @ 0.222139
0.24/0.31	c bounds 1109 >= 590 @ 0.222398
0.24/0.31	c bounds 1109 >= 591 @ 0.222657
0.24/0.31	c bounds 1109 >= 592 @ 0.222934
0.24/0.31	c bounds 1109 >= 593 @ 0.223205
0.24/0.31	c bounds 1109 >= 594 @ 0.223467
0.24/0.31	c bounds 1109 >= 595 @ 0.223727
0.24/0.31	c bounds 1109 >= 596 @ 0.223999
0.24/0.31	c bounds 1109 >= 597 @ 0.22427
0.24/0.31	c bounds 1109 >= 598 @ 0.224522
0.24/0.31	c bounds 1109 >= 599 @ 0.224774
0.24/0.31	c bounds 1109 >= 600 @ 0.225042
0.24/0.31	c bounds 1109 >= 601 @ 0.225307
0.24/0.31	c bounds 1109 >= 602 @ 0.225558
0.24/0.31	c bounds 1109 >= 603 @ 0.225814
0.24/0.31	c bounds 1109 >= 604 @ 0.226072
0.24/0.31	c bounds 1109 >= 605 @ 0.226329
0.24/0.31	c bounds 1109 >= 606 @ 0.226592
0.24/0.31	c bounds 1109 >= 607 @ 0.226861
0.24/0.31	c bounds 1109 >= 608 @ 0.227126
0.24/0.31	c bounds 1109 >= 609 @ 0.227391
0.24/0.31	c bounds 1109 >= 610 @ 0.22765
0.24/0.31	c bounds 1109 >= 611 @ 0.2279
0.24/0.31	c bounds 1109 >= 612 @ 0.228169
0.24/0.31	c bounds 1109 >= 613 @ 0.228426
0.24/0.31	c bounds 1109 >= 614 @ 0.228688
0.24/0.31	c bounds 1109 >= 615 @ 0.228753
0.24/0.31	c bounds 1109 >= 616 @ 0.228753
0.24/0.32	c bounds 1109 >= 617 @ 0.228753
0.24/0.32	c bounds 1109 >= 618 @ 0.228799
0.24/0.32	c bounds 1109 >= 619 @ 0.229069
0.24/0.32	c bounds 1109 >= 620 @ 0.229318
0.24/0.32	c bounds 1109 >= 621 @ 0.229572
0.24/0.32	c bounds 1109 >= 622 @ 0.22983
0.24/0.32	c bounds 1109 >= 623 @ 0.230089
0.24/0.32	c bounds 1109 >= 624 @ 0.230345
0.24/0.32	c bounds 1109 >= 625 @ 0.230601
0.24/0.32	c bounds 1109 >= 626 @ 0.230855
0.24/0.32	c bounds 1109 >= 627 @ 0.231114
0.24/0.32	c bounds 1109 >= 628 @ 0.231364
0.24/0.32	c bounds 1109 >= 629 @ 0.231631
0.24/0.32	c bounds 1109 >= 630 @ 0.231882
0.24/0.32	c bounds 1109 >= 631 @ 0.232145
0.24/0.32	c bounds 1109 >= 632 @ 0.232419
0.24/0.32	c bounds 1109 >= 633 @ 0.23268
0.24/0.32	c bounds 1109 >= 634 @ 0.232969
0.24/0.32	c bounds 1109 >= 635 @ 0.23323
0.24/0.32	c bounds 1109 >= 636 @ 0.233495
0.24/0.32	c bounds 1109 >= 637 @ 0.233766
0.24/0.32	c bounds 1109 >= 638 @ 0.234026
0.24/0.32	c bounds 1109 >= 639 @ 0.234285
0.24/0.32	c bounds 1109 >= 640 @ 0.234545
0.24/0.32	c bounds 1109 >= 641 @ 0.234809
0.24/0.32	c bounds 1109 >= 642 @ 0.23507
0.24/0.32	c bounds 1109 >= 643 @ 0.23533
0.24/0.32	c bounds 1109 >= 644 @ 0.235601
0.24/0.32	c bounds 1109 >= 645 @ 0.235865
0.24/0.32	c bounds 1109 >= 646 @ 0.236124
0.24/0.32	c bounds 1109 >= 647 @ 0.23639
0.24/0.32	c bounds 1109 >= 648 @ 0.236654
0.24/0.32	c bounds 1109 >= 649 @ 0.236923
0.24/0.32	c bounds 1109 >= 650 @ 0.237199
0.24/0.32	c bounds 1109 >= 651 @ 0.23748
0.24/0.32	c bounds 1109 >= 652 @ 0.237741
0.24/0.32	c bounds 1109 >= 653 @ 0.238012
0.24/0.32	c bounds 1109 >= 654 @ 0.23828
0.24/0.33	c bounds 1109 >= 655 @ 0.238557
0.24/0.33	c bounds 1109 >= 656 @ 0.238667
0.24/0.33	c bounds 1109 >= 657 @ 0.238667
0.24/0.33	c bounds 1109 >= 658 @ 0.238667
0.24/0.33	c bounds 1109 >= 659 @ 0.238667
0.24/0.33	c bounds 1109 >= 660 @ 0.239004
0.24/0.33	c bounds 1109 >= 661 @ 0.239293
0.24/0.33	c bounds 1109 >= 662 @ 0.239565
0.24/0.33	c bounds 1109 >= 663 @ 0.239849
0.24/0.33	c bounds 1109 >= 664 @ 0.240124
0.24/0.33	c bounds 1109 >= 665 @ 0.240388
0.24/0.33	c bounds 1109 >= 666 @ 0.240646
0.24/0.33	c bounds 1109 >= 667 @ 0.240942
0.24/0.33	c bounds 1109 >= 668 @ 0.241209
0.24/0.33	c bounds 1109 >= 669 @ 0.241478
0.24/0.33	c bounds 1109 >= 670 @ 0.241772
0.24/0.33	c bounds 1109 >= 671 @ 0.242053
0.24/0.33	c bounds 1109 >= 672 @ 0.242328
0.24/0.33	c bounds 1109 >= 673 @ 0.242594
0.24/0.33	c bounds 1109 >= 674 @ 0.242873
0.24/0.33	c bounds 1109 >= 675 @ 0.243147
0.24/0.33	c bounds 1109 >= 676 @ 0.243433
0.24/0.33	c bounds 1109 >= 677 @ 0.243705
0.24/0.33	c bounds 1109 >= 678 @ 0.243986
0.24/0.33	c bounds 1109 >= 679 @ 0.244254
0.24/0.33	c bounds 1109 >= 680 @ 0.244521
0.24/0.33	c bounds 1109 >= 681 @ 0.244648
0.24/0.33	c bounds 1109 >= 682 @ 0.244648
0.24/0.33	c bounds 1109 >= 683 @ 0.244648
0.24/0.33	c bounds 1109 >= 684 @ 0.244657
0.24/0.33	c bounds 1109 >= 685 @ 0.244722
0.24/0.33	c bounds 1109 >= 686 @ 0.244722
0.24/0.33	c bounds 1109 >= 687 @ 0.244722
0.24/0.33	c bounds 1109 >= 688 @ 0.244765
0.24/0.33	c bounds 1109 >= 689 @ 0.245039
0.24/0.33	c bounds 1109 >= 690 @ 0.245323
0.24/0.34	c bounds 1109 >= 691 @ 0.245581
0.24/0.34	c bounds 1109 >= 692 @ 0.245855
0.24/0.34	c bounds 1109 >= 693 @ 0.246136
0.24/0.34	c bounds 1109 >= 694 @ 0.246429
0.24/0.34	c bounds 1109 >= 695 @ 0.246706
0.24/0.34	c bounds 1109 >= 696 @ 0.246706
0.24/0.34	c bounds 1109 >= 697 @ 0.246706
0.24/0.34	c bounds 1109 >= 698 @ 0.246706
0.24/0.34	c bounds 1109 >= 699 @ 0.246864
0.24/0.34	c bounds 1109 >= 700 @ 0.247153
0.24/0.34	c bounds 1109 >= 701 @ 0.247418
0.24/0.34	c bounds 1109 >= 702 @ 0.24767
0.24/0.34	c bounds 1109 >= 703 @ 0.247946
0.24/0.34	c bounds 1109 >= 704 @ 0.248222
0.24/0.34	c bounds 1109 >= 705 @ 0.248494
0.24/0.34	c bounds 1109 >= 706 @ 0.248782
0.24/0.34	c bounds 1109 >= 707 @ 0.249081
0.24/0.34	c bounds 1109 >= 708 @ 0.24937
0.24/0.34	c bounds 1109 >= 709 @ 0.249681
0.24/0.34	c bounds 1109 >= 710 @ 0.249978
0.24/0.34	c bounds 1109 >= 711 @ 0.250261
0.24/0.34	c bounds 1109 >= 712 @ 0.250554
0.24/0.34	c bounds 1109 >= 713 @ 0.250686
0.24/0.34	c bounds 1109 >= 714 @ 0.250686
0.24/0.34	c bounds 1109 >= 715 @ 0.250686
0.24/0.34	c bounds 1109 >= 716 @ 0.250732
0.24/0.34	c bounds 1109 >= 717 @ 0.25103
0.24/0.34	c bounds 1109 >= 718 @ 0.251315
0.24/0.34	c bounds 1109 >= 719 @ 0.251597
0.24/0.34	c bounds 1109 >= 720 @ 0.251886
0.24/0.34	c bounds 1109 >= 721 @ 0.252173
0.24/0.34	c bounds 1109 >= 722 @ 0.252473
0.24/0.34	c bounds 1109 >= 723 @ 0.252764
0.24/0.34	c bounds 1109 >= 724 @ 0.253046
0.24/0.34	c bounds 1109 >= 725 @ 0.25333
0.24/0.35	c bounds 1109 >= 726 @ 0.253614
0.24/0.35	c bounds 1109 >= 727 @ 0.253681
0.24/0.35	c bounds 1109 >= 728 @ 0.253681
0.24/0.35	c bounds 1109 >= 729 @ 0.253681
0.24/0.35	c bounds 1109 >= 730 @ 0.253851
0.24/0.35	c bounds 1109 >= 731 @ 0.254149
0.24/0.35	c bounds 1109 >= 732 @ 0.254414
0.24/0.35	c bounds 1109 >= 733 @ 0.254687
0.24/0.35	c bounds 1109 >= 734 @ 0.254972
0.24/0.35	c bounds 1109 >= 735 @ 0.255262
0.24/0.35	c bounds 1109 >= 736 @ 0.255545
0.24/0.35	c bounds 1109 >= 737 @ 0.255828
0.24/0.35	c bounds 1109 >= 738 @ 0.256125
0.24/0.35	c bounds 1109 >= 739 @ 0.256429
0.24/0.35	c bounds 1109 >= 740 @ 0.256735
0.24/0.35	c bounds 1109 >= 741 @ 0.257034
0.24/0.35	c bounds 1109 >= 742 @ 0.257317
0.24/0.35	c bounds 1109 >= 743 @ 0.257605
0.24/0.35	c bounds 1109 >= 744 @ 0.257668
0.24/0.35	c bounds 1109 >= 745 @ 0.257668
0.24/0.35	c bounds 1109 >= 746 @ 0.257668
0.24/0.35	c bounds 1109 >= 747 @ 0.25782
0.24/0.35	c bounds 1109 >= 748 @ 0.258125
0.24/0.35	c bounds 1109 >= 749 @ 0.258415
0.24/0.35	c bounds 1109 >= 750 @ 0.258686
0.24/0.35	c bounds 1109 >= 751 @ 0.258977
0.24/0.35	c bounds 1109 >= 752 @ 0.25928
0.24/0.35	c bounds 1109 >= 753 @ 0.259566
0.24/0.35	c bounds 1109 >= 754 @ 0.259658
0.24/0.35	c bounds 1109 >= 755 @ 0.259658
0.24/0.35	c bounds 1109 >= 756 @ 0.259658
0.24/0.35	c bounds 1109 >= 757 @ 0.259808
0.24/0.35	c bounds 1109 >= 758 @ 0.260091
0.24/0.36	c bounds 1109 >= 759 @ 0.260371
0.24/0.36	c bounds 1109 >= 760 @ 0.260644
0.24/0.36	c bounds 1109 >= 761 @ 0.260947
0.24/0.36	c bounds 1109 >= 762 @ 0.261248
0.24/0.36	c bounds 1109 >= 763 @ 0.261551
0.24/0.36	c bounds 1109 >= 764 @ 0.261648
0.24/0.36	c bounds 1109 >= 765 @ 0.261648
0.24/0.36	c bounds 1109 >= 766 @ 0.261648
0.24/0.36	c bounds 1109 >= 767 @ 0.261802
0.24/0.36	c bounds 1109 >= 768 @ 0.262111
0.24/0.36	c bounds 1109 >= 769 @ 0.262379
0.24/0.36	c bounds 1109 >= 770 @ 0.262663
0.24/0.36	c bounds 1109 >= 771 @ 0.262959
0.24/0.36	c bounds 1109 >= 772 @ 0.263272
0.24/0.36	c bounds 1109 >= 773 @ 0.263569
0.24/0.36	c bounds 1109 >= 774 @ 0.263638
0.24/0.36	c bounds 1109 >= 775 @ 0.263638
0.24/0.36	c bounds 1109 >= 776 @ 0.263638
0.24/0.36	c bounds 1109 >= 777 @ 0.263786
0.24/0.36	c bounds 1109 >= 778 @ 0.264096
0.24/0.36	c bounds 1109 >= 779 @ 0.264418
0.24/0.36	c bounds 1109 >= 780 @ 0.264559
0.24/0.36	c bounds 1109 >= 781 @ 0.264559
0.24/0.36	c bounds 1109 >= 782 @ 0.264559
0.24/0.36	c bounds 1109 >= 783 @ 0.264559
0.24/0.36	c bounds 1109 >= 784 @ 0.264559
0.24/0.36	c bounds 1109 >= 785 @ 0.264559
0.24/0.36	c bounds 1109 >= 786 @ 0.264774
0.24/0.36	c bounds 1109 >= 787 @ 0.265101
0.24/0.36	c bounds 1109 >= 788 @ 0.265465
0.24/0.36	c bounds 1109 >= 789 @ 0.265788
0.24/0.36	c bounds 1109 >= 790 @ 0.266124
0.24/0.37	c bounds 1109 >= 791 @ 0.266442
0.24/0.37	c bounds 1109 >= 792 @ 0.266762
0.24/0.37	c bounds 1109 >= 793 @ 0.267087
0.24/0.37	c bounds 1109 >= 794 @ 0.267406
0.24/0.37	c bounds 1109 >= 795 @ 0.267723
0.24/0.37	c bounds 1109 >= 796 @ 0.268034
0.24/0.37	c bounds 1109 >= 797 @ 0.268337
0.24/0.37	c bounds 1109 >= 798 @ 0.268652
0.24/0.37	c bounds 1109 >= 799 @ 0.268985
0.24/0.37	c bounds 1109 >= 800 @ 0.269291
0.24/0.37	c bounds 1109 >= 801 @ 0.269654
0.24/0.37	c bounds 1109 >= 802 @ 0.269975
0.24/0.37	c bounds 1109 >= 803 @ 0.27029
0.24/0.37	c bounds 1109 >= 804 @ 0.270621
0.24/0.37	c bounds 1109 >= 805 @ 0.270941
0.24/0.37	c bounds 1109 >= 806 @ 0.271261
0.24/0.37	c bounds 1109 >= 807 @ 0.271589
0.24/0.37	c bounds 1109 >= 808 @ 0.271589
0.24/0.37	c bounds 1109 >= 809 @ 0.271589
0.24/0.37	c bounds 1109 >= 810 @ 0.271589
0.24/0.37	c bounds 1109 >= 811 @ 0.271916
0.24/0.37	c bounds 1109 >= 812 @ 0.27224
0.24/0.37	c bounds 1109 >= 813 @ 0.272546
0.24/0.37	c bounds 1109 >= 814 @ 0.272876
0.24/0.37	c bounds 1109 >= 815 @ 0.273199
0.24/0.37	c bounds 1109 >= 816 @ 0.273519
0.24/0.37	c bounds 1109 >= 817 @ 0.273586
0.24/0.37	c bounds 1109 >= 818 @ 0.273586
0.24/0.37	c bounds 1109 >= 819 @ 0.273586
0.24/0.37	c bounds 1109 >= 820 @ 0.273586
0.24/0.37	c bounds 1109 >= 821 @ 0.273586
0.24/0.38	c bounds 1109 >= 822 @ 0.273586
0.24/0.38	c bounds 1109 >= 823 @ 0.273827
0.24/0.38	c bounds 1109 >= 824 @ 0.274139
0.24/0.38	c bounds 1109 >= 825 @ 0.274479
0.24/0.38	c bounds 1109 >= 826 @ 0.274571
0.24/0.38	c bounds 1109 >= 827 @ 0.274571
0.24/0.38	c bounds 1109 >= 828 @ 0.274571
0.24/0.38	c bounds 1109 >= 829 @ 0.274571
0.24/0.38	c bounds 1109 >= 830 @ 0.274571
0.24/0.38	c bounds 1109 >= 831 @ 0.274571
0.24/0.38	c bounds 1109 >= 832 @ 0.274571
0.24/0.38	c bounds 1109 >= 833 @ 0.274571
0.24/0.38	c bounds 1109 >= 834 @ 0.274571
0.24/0.38	c bounds 1109 >= 835 @ 0.274571
0.24/0.38	c bounds 1109 >= 836 @ 0.274571
0.24/0.38	c bounds 1109 >= 837 @ 0.274571
0.24/0.38	c bounds 1109 >= 838 @ 0.274571
0.24/0.38	c bounds 1109 >= 839 @ 0.274571
0.24/0.38	c bounds 1109 >= 840 @ 0.274571
0.24/0.38	c bounds 1109 >= 841 @ 0.274914
0.24/0.38	c bounds 1109 >= 842 @ 0.27524
0.24/0.38	c bounds 1109 >= 843 @ 0.275517
0.24/0.38	c bounds 1109 >= 844 @ 0.275859
0.24/0.38	c bounds 1109 >= 845 @ 0.276225
0.24/0.38	c bounds 1109 >= 846 @ 0.276569
0.24/0.38	c bounds 1109 >= 847 @ 0.276912
0.24/0.38	c bounds 1109 >= 848 @ 0.277077
0.24/0.38	c bounds 1109 >= 849 @ 0.277077
0.24/0.39	c bounds 1109 >= 850 @ 0.277356
0.24/0.39	c bounds 1109 >= 851 @ 0.277677
0.24/0.39	c bounds 1109 >= 852 @ 0.278014
0.24/0.39	c bounds 1109 >= 853 @ 0.27837
0.24/0.39	c bounds 1109 >= 854 @ 0.278745
0.24/0.39	c bounds 1109 >= 855 @ 0.279086
0.24/0.39	c bounds 1109 >= 856 @ 0.279416
0.24/0.39	c bounds 1109 >= 857 @ 0.279748
0.24/0.39	c bounds 1109 >= 858 @ 0.280105
0.24/0.39	c bounds 1109 >= 859 @ 0.28045
0.24/0.39	c bounds 1109 >= 860 @ 0.280525
0.34/0.41	c bounds 1108 >= 860 @ 0.29455
0.34/0.41	c bounds 1108 >= 861 @ 0.295192
0.34/0.41	c bounds 1108 >= 862 @ 0.295551
0.34/0.41	c bounds 1108 >= 863 @ 0.295876
0.34/0.41	c bounds 1108 >= 864 @ 0.29621
0.34/0.41	c bounds 1108 >= 865 @ 0.296555
0.34/0.41	c bounds 1108 >= 866 @ 0.296943
0.34/0.41	c bounds 1108 >= 867 @ 0.297271
0.34/0.41	c bounds 1108 >= 868 @ 0.297594
0.34/0.41	c bounds 1108 >= 869 @ 0.297996
0.34/0.41	c bounds 1108 >= 870 @ 0.298347
0.34/0.41	c bounds 1108 >= 871 @ 0.29847
0.34/0.41	c bounds 1108 >= 872 @ 0.29847
0.34/0.41	c bounds 1108 >= 873 @ 0.29847
0.34/0.41	c bounds 1108 >= 874 @ 0.29847
0.34/0.41	c bounds 1108 >= 875 @ 0.29847
0.34/0.41	c bounds 1108 >= 876 @ 0.29847
0.34/0.41	c bounds 1108 >= 877 @ 0.29847
0.34/0.41	c bounds 1108 >= 878 @ 0.29847
0.34/0.41	c bounds 1108 >= 879 @ 0.298513
0.34/0.41	c bounds 1108 >= 880 @ 0.298886
0.34/0.41	c bounds 1108 >= 881 @ 0.299241
0.34/0.41	c bounds 1108 >= 882 @ 0.29956
0.34/0.41	c bounds 1108 >= 883 @ 0.2999
0.34/0.42	c bounds 1108 >= 884 @ 0.30023
0.34/0.42	c bounds 1108 >= 885 @ 0.300591
0.34/0.42	c bounds 1108 >= 886 @ 0.300941
0.34/0.42	c bounds 1108 >= 887 @ 0.301286
0.34/0.42	c bounds 1108 >= 888 @ 0.301643
0.34/0.42	c bounds 1108 >= 889 @ 0.301991
0.34/0.42	c bounds 1108 >= 890 @ 0.302342
0.34/0.42	c bounds 1108 >= 891 @ 0.302451
0.34/0.42	c bounds 1108 >= 892 @ 0.302451
0.34/0.42	c bounds 1108 >= 893 @ 0.302501
0.34/0.42	c bounds 1108 >= 894 @ 0.302843
0.34/0.42	c bounds 1108 >= 895 @ 0.303183
0.34/0.42	c bounds 1108 >= 896 @ 0.303476
0.34/0.42	c bounds 1108 >= 897 @ 0.303839
0.34/0.42	c bounds 1108 >= 898 @ 0.304198
0.34/0.42	c bounds 1108 >= 899 @ 0.304608
0.34/0.42	c bounds 1108 >= 900 @ 0.304961
0.34/0.42	c bounds 1108 >= 901 @ 0.305304
0.34/0.42	c bounds 1108 >= 902 @ 0.305443
0.34/0.42	c bounds 1108 >= 903 @ 0.305443
0.34/0.42	c bounds 1108 >= 904 @ 0.305489
0.34/0.42	c bounds 1108 >= 905 @ 0.305842
0.34/0.42	c bounds 1108 >= 906 @ 0.30623
0.34/0.42	c bounds 1108 >= 907 @ 0.306588
0.34/0.42	c bounds 1108 >= 908 @ 0.30696
0.34/0.42	c bounds 1108 >= 909 @ 0.307332
0.34/0.42	c bounds 1108 >= 910 @ 0.307433
0.34/0.43	c bounds 1108 >= 911 @ 0.307433
0.34/0.43	c bounds 1108 >= 912 @ 0.307592
0.34/0.43	c bounds 1108 >= 913 @ 0.307956
0.34/0.43	c bounds 1108 >= 914 @ 0.308309
0.34/0.43	c bounds 1108 >= 915 @ 0.308424
0.34/0.43	c bounds 1108 >= 916 @ 0.308424
0.34/0.43	c bounds 1108 >= 917 @ 0.308467
0.34/0.43	c bounds 1108 >= 918 @ 0.308832
0.34/0.43	c bounds 1108 >= 919 @ 0.309205
0.34/0.43	c bounds 1108 >= 920 @ 0.309572
0.34/0.43	c bounds 1108 >= 921 @ 0.309955
0.34/0.43	c bounds 1108 >= 922 @ 0.310424
0.34/0.43	c bounds 1108 >= 923 @ 0.310893
0.34/0.46	c bounds 1107 >= 923 @ 0.341946
0.34/0.46	c bounds 1107 >= 924 @ 0.343087
0.34/0.46	c bounds 1107 >= 925 @ 0.343562
0.34/0.46	c bounds 1107 >= 926 @ 0.344034
0.34/0.46	c bounds 1107 >= 927 @ 0.344452
0.34/0.46	c bounds 1107 >= 928 @ 0.344868
0.34/0.47	c bounds 1107 >= 929 @ 0.345319
0.34/0.47	c bounds 1107 >= 930 @ 0.345777
0.34/0.47	c bounds 1107 >= 931 @ 0.34623
0.34/0.47	c bounds 1107 >= 932 @ 0.346323
0.34/0.47	c bounds 1107 >= 933 @ 0.346323
0.34/0.47	c bounds 1107 >= 934 @ 0.346706
0.34/0.47	c bounds 1107 >= 935 @ 0.347189
0.34/0.47	c bounds 1107 >= 936 @ 0.347681
0.34/0.47	c bounds 1107 >= 937 @ 0.348195
0.34/0.47	c bounds 1107 >= 938 @ 0.348341
0.34/0.47	c bounds 1107 >= 939 @ 0.348341
0.34/0.47	c bounds 1107 >= 940 @ 0.348341
0.34/0.47	c bounds 1107 >= 941 @ 0.348341
0.34/0.47	c bounds 1107 >= 942 @ 0.348341
0.34/0.47	c bounds 1107 >= 943 @ 0.348341
0.34/0.47	c bounds 1107 >= 944 @ 0.348341
0.34/0.47	c bounds 1107 >= 945 @ 0.348341
0.34/0.47	c bounds 1107 >= 946 @ 0.348341
0.34/0.47	c bounds 1107 >= 947 @ 0.348341
0.34/0.47	c bounds 1107 >= 948 @ 0.348341
0.34/0.48	c bounds 1107 >= 949 @ 0.348341
0.34/0.48	c bounds 1107 >= 950 @ 0.348341
0.34/0.48	c bounds 1107 >= 951 @ 0.348498
0.34/0.48	c bounds 1107 >= 952 @ 0.348982
0.34/0.48	c bounds 1107 >= 953 @ 0.349467
0.34/0.48	c bounds 1107 >= 954 @ 0.350014
0.34/0.48	c bounds 1107 >= 955 @ 0.350303
0.34/0.48	c bounds 1107 >= 956 @ 0.350303
0.34/0.48	c bounds 1107 >= 957 @ 0.350303
0.34/0.48	c bounds 1107 >= 958 @ 0.350466
0.34/0.48	c bounds 1107 >= 959 @ 0.351011
0.34/0.48	c bounds 1107 >= 960 @ 0.351864
0.34/0.48	c bounds 1107 >= 961 @ 0.352503
0.34/0.48	c bounds 1107 >= 962 @ 0.35327
0.34/0.48	c bounds 1107 >= 963 @ 0.353917
0.34/0.48	c bounds 1107 >= 964 @ 0.354285
0.34/0.49	c bounds 1107 >= 965 @ 0.354334
0.34/0.49	c bounds 1107 >= 966 @ 0.3553
0.34/0.49	c bounds 1107 >= 967 @ 0.356065
0.34/0.49	c bounds 1107 >= 968 @ 0.356279
0.34/0.49	c bounds 1107 >= 969 @ 0.356279
0.34/0.49	c bounds 1107 >= 970 @ 0.356279
0.34/0.49	c bounds 1107 >= 971 @ 0.356512
0.34/0.49	c bounds 1107 >= 972 @ 0.357296
0.34/0.49	c bounds 1107 >= 973 @ 0.358308
0.34/0.49	c bounds 1107 >= 974 @ 0.359098
0.34/0.49	c bounds 1107 >= 975 @ 0.360435
0.34/0.50	c bounds 1107 >= 976 @ 0.361399
0.44/0.53	c bounds 1106 >= 976 @ 0.389643
0.44/0.53	c bounds 1106 >= 977 @ 0.390666
0.44/0.53	c bounds 1106 >= 978 @ 0.391724
0.44/0.53	c bounds 1106 >= 979 @ 0.393227
0.44/0.53	c bounds 1106 >= 980 @ 0.394755
0.44/0.53	c bounds 1106 >= 981 @ 0.396051
0.44/0.54	c bounds 1106 >= 982 @ 0.398225
0.44/0.54	c bounds 1106 >= 983 @ 0.401896
0.44/0.57	c bounds 1105 >= 983 @ 0.432182
0.44/0.57	c bounds 1105 >= 984 @ 0.435348
0.44/0.58	c bounds 1105 >= 985 @ 0.438919
0.44/0.59	c bounds 1105 >= 986 @ 0.446526
0.54/0.61	c bounds 1104 >= 986 @ 0.472026
0.54/0.62	c bounds 1104 >= 987 @ 0.479851
0.54/0.63	c bounds 1104 >= 988 @ 0.486076
0.54/0.65	c bounds 1103 >= 988 @ 0.504762
0.54/0.66	c bounds 1103 >= 989 @ 0.514049
0.54/0.68	c bounds 1102 >= 989 @ 0.533
0.63/0.70	c bounds 1101 >= 989 @ 0.558405
0.63/0.74	c #Conflicts:       1000 | #Constraints:       8492
0.63/0.74	c bounds 1101 >= 990 @ 0.590881
0.63/0.76	c bounds 1100 >= 990 @ 0.613457
0.63/0.79	c bounds 1099 >= 990 @ 0.634663
0.73/0.81	c bounds 1098 >= 990 @ 0.653926
0.73/0.84	c bounds 1097 >= 990 @ 0.690243
0.83/0.93	c bounds 1097 >= 991 @ 0.771387
0.83/0.97	c bounds 1096 >= 991 @ 0.803815
0.93/1.00	c bounds 1095 >= 991 @ 0.837782
0.93/1.04	c bounds 1094 >= 991 @ 0.869403
0.93/1.07	c bounds 1093 >= 991 @ 0.90334
1.03/1.11	c bounds 1092 >= 991 @ 0.940365
1.13/1.21	c #Conflicts:       2000 | #Constraints:       9564
1.13/1.21	c INPROCESSING
1.13/1.21	c GARBAGE COLLECT
1.13/1.21	c bounds 1091 >= 991 @ 1.0336
1.13/1.24	c bounds 1090 >= 991 @ 1.06405
1.13/1.29	c bounds 1089 >= 991 @ 1.10641
1.33/1.45	c bounds 1089 >= 992 @ 1.26267
1.33/1.49	c bounds 1088 >= 992 @ 1.3002
1.42/1.53	c bounds 1087 >= 992 @ 1.3392
1.42/1.56	c bounds 1086 >= 992 @ 1.36992
1.52/1.62	c #Conflicts:       3000 | #Constraints:       8451
1.52/1.62	c bounds 1085 >= 992 @ 1.42444
1.52/1.66	c bounds 1084 >= 992 @ 1.47197
2.03/2.18	c bounds 1084 >= 993 @ 1.98432
2.13/2.22	c bounds 1083 >= 993 @ 2.01738
2.13/2.25	c #Conflicts:       4000 | #Constraints:       9517
2.13/2.25	c bounds 1082 >= 993 @ 2.05098
2.13/2.28	c bounds 1081 >= 993 @ 2.08076
2.52/2.68	c INPROCESSING
2.52/2.68	c GARBAGE COLLECT
2.52/2.68	c bounds 1080 >= 993 @ 2.46669
2.72/2.82	c bounds 1079 >= 993 @ 2.60118
2.82/2.92	c #Conflicts:       5000 | #Constraints:       8837
2.82/2.92	c bounds 1078 >= 993 @ 2.70245
2.93/3.02	c bounds 1077 >= 993 @ 2.80274
3.02/3.17	c bounds 1076 >= 993 @ 2.94181
3.12/3.28	c #Conflicts:       6000 | #Constraints:       9842
3.12/3.28	c bounds 1075 >= 993 @ 3.04923
3.32/3.42	c bounds 1074 >= 993 @ 3.17756
3.42/3.55	c INPROCESSING
3.42/3.55	c GARBAGE COLLECT
3.42/3.55	c bounds 1073 >= 993 @ 3.31231
3.93/4.04	c #Conflicts:       7000 | #Constraints:       8857
3.93/4.04	c bounds 1072 >= 993 @ 3.78589
4.72/4.81	c #Conflicts:       8000 | #Constraints:       9862
4.72/4.81	c bounds 1072 >= 994 @ 4.55957
5.12/5.29	c #Conflicts:       9000 | #Constraints:      10913
5.12/5.29	c INPROCESSING
5.12/5.29	c GARBAGE COLLECT
5.12/5.29	c rational objective 994
5.41/5.52	c bounds 1071 >= 994 @ 5.2381
5.61/5.73	c #Conflicts:      10000 | #Constraints:       9598
5.61/5.73	c bounds 1070 >= 994 @ 5.44736
5.82/5.98	c #Conflicts:      11000 | #Constraints:      10603
5.82/5.98	c bounds 1069 >= 994 @ 5.69654
6.92/7.03	c #Conflicts:      12000 | #Constraints:      11604
6.92/7.03	c INPROCESSING
6.92/7.03	c GARBAGE COLLECT
6.92/7.03	c rational objective 994
7.21/7.38	c bounds 1068 >= 994 @ 7.06783
7.41/7.54	c #Conflicts:      13000 | #Constraints:      10033
7.41/7.54	c bounds 1067 >= 994 @ 7.2272
7.61/7.79	c bounds 1066 >= 994 @ 7.47652
7.81/7.94	c #Conflicts:      14000 | #Constraints:      11036
7.81/7.94	c bounds 1065 >= 994 @ 7.61678
7.92/8.10	c bounds 1064 >= 994 @ 7.77186
8.21/8.34	c #Conflicts:      15000 | #Constraints:      12040
8.21/8.34	c INPROCESSING
8.21/8.34	c GARBAGE COLLECT
8.21/8.34	c rational objective 994
8.30/8.40	c bounds 1063 >= 994 @ 8.06049
8.71/8.85	c #Conflicts:      16000 | #Constraints:      10299
8.71/8.85	c bounds 1062 >= 994 @ 8.50225
9.60/9.79	c #Conflicts:      17000 | #Constraints:      11310
9.60/9.79	c bounds 1062 >= 995 @ 9.42781
10.10/10.21	c #Conflicts:      18000 | #Constraints:      12373
10.10/10.21	c INPROCESSING
10.10/10.21	c GARBAGE COLLECT
10.10/10.21	c rational objective 995
10.60/10.71	c #Conflicts:      19000 | #Constraints:      10331
10.60/10.71	c bounds 1061 >= 995 @ 10.3345
11.10/11.29	c #Conflicts:      20000 | #Constraints:      11351
11.10/11.29	c bounds 1060 >= 995 @ 10.8969
11.30/11.41	WSVECS04 Frhs2[43]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[98]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[103]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[165]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[179]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[224]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[230]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[234]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[268]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[282]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[286]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[315]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[336]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[337]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[360]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[440]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[464]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[487]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[488]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[515]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[532]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[533]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[537]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[545]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[546]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[581]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[586]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[590]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[639]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[679]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[757]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[770]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[778]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[806]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[820]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[830]: 6 -1.00005 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[836]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[856]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[865]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[870]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[872]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[877]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[880]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[883]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[889]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[899]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[900]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[907]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[909]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[910]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[918]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[927]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[930]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[936]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[938]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[947]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[991]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1029]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1245]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1252]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1372]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1436]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1556]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1756]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1867]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1880]: 6 -1.00003 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1892]: 6 -1.00001 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1895]: 6 -1.00002 0 shouldn't be
11.30/11.41	WSVECS04 Frhs2[1897]: 6 -1.00004 0 shouldn't be
12.30/12.41	c #Conflicts:      21000 | #Constraints:      12388
12.30/12.41	c INPROCESSING
12.30/12.41	c GARBAGE COLLECT
12.30/12.41	c rational objective 995
14.00/14.12	c #Conflicts:      22000 | #Constraints:      10158
14.00/14.12	c #Conflicts:      23000 | #Constraints:      11158
14.00/14.12	c #Conflicts:      24000 | #Constraints:      12161
14.00/14.12	c #Conflicts:      25000 | #Constraints:      13234
14.00/14.12	c INPROCESSING
14.00/14.12	c GARBAGE COLLECT
14.00/14.12	c rational objective 995
14.79/14.93	c #Conflicts:      26000 | #Constraints:      10817
14.79/14.93	c #Conflicts:      27000 | #Constraints:      11817
14.79/14.93	c bounds 1060 >= 996 @ 14.4788
15.59/15.70	c #Conflicts:      28000 | #Constraints:      12904
15.59/15.70	c #Conflicts:      29000 | #Constraints:      13909
15.59/15.70	c INPROCESSING
15.59/15.70	c GARBAGE COLLECT
15.59/15.70	c rational objective 996
16.89/17.10	c #Conflicts:      30000 | #Constraints:      11211
16.89/17.10	c #Conflicts:      31000 | #Constraints:      12211
16.89/17.10	c #Conflicts:      32000 | #Constraints:      13211
16.89/17.10	c #Conflicts:      33000 | #Constraints:      14211
16.89/17.10	c INPROCESSING
16.89/17.10	c GARBAGE COLLECT
16.89/17.10	c rational objective 996
17.08/17.20	c bounds 1059 >= 996 @ 16.6991
17.29/17.48	c bounds 1058 >= 996 @ 16.9723
18.99/19.16	c #Conflicts:      34000 | #Constraints:      11402
18.99/19.16	c #Conflicts:      35000 | #Constraints:      12402
18.99/19.16	c #Conflicts:      36000 | #Constraints:      13402
18.99/19.16	c #Conflicts:      37000 | #Constraints:      14403
18.99/19.16	c INPROCESSING
18.99/19.16	c GARBAGE COLLECT
18.99/19.16	c rational objective 996
20.68/20.87	c #Conflicts:      38000 | #Constraints:      11400
20.68/20.87	c #Conflicts:      39000 | #Constraints:      12400
20.68/20.87	c #Conflicts:      40000 | #Constraints:      13400
20.68/20.87	c #Conflicts:      41000 | #Constraints:      14400
20.68/20.87	c INPROCESSING
20.68/20.87	c GARBAGE COLLECT
20.68/20.87	c rational objective 996
21.88/22.06	c #Conflicts:      42000 | #Constraints:      11211
21.88/22.06	c #Conflicts:      43000 | #Constraints:      12211
21.88/22.06	c bounds 1058 >= 997 @ 21.4681
23.07/23.25	c #Conflicts:      44000 | #Constraints:      13301
23.07/23.25	c #Conflicts:      45000 | #Constraints:      14301
23.07/23.25	c #Conflicts:      46000 | #Constraints:      15301
23.07/23.25	c INPROCESSING
23.07/23.25	c GARBAGE COLLECT
23.07/23.25	c rational objective 997
24.66/24.87	c #Conflicts:      47000 | #Constraints:      11868
24.66/24.87	c #Conflicts:      48000 | #Constraints:      12868
24.66/24.87	c #Conflicts:      49000 | #Constraints:      13868
24.66/24.87	c #Conflicts:      50000 | #Constraints:      14868
24.66/24.87	c bounds 1057 >= 997 @ 24.2274
26.17/26.31	c #Conflicts:      51000 | #Constraints:      15869
26.17/26.31	c INPROCESSING
26.17/26.31	c GARBAGE COLLECT
26.17/26.31	c rational objective 997
27.76/27.98	c #Conflicts:      52000 | #Constraints:      12269
27.76/27.98	c #Conflicts:      53000 | #Constraints:      13269
27.76/27.98	c #Conflicts:      54000 | #Constraints:      14269
27.76/27.98	c #Conflicts:      55000 | #Constraints:      15269
27.76/27.98	c #Conflicts:      56000 | #Constraints:      16269
27.76/27.98	c INPROCESSING
27.76/27.98	c GARBAGE COLLECT
27.76/27.98	c rational objective 997
28.26/28.43	c #Conflicts:      57000 | #Constraints:      12462
28.26/28.43	c bounds 1056 >= 997 @ 27.7386
28.86/29.03	c #Conflicts:      58000 | #Constraints:      13464
28.86/29.03	c bounds 1055 >= 997 @ 28.3186
29.26/29.42	c #Conflicts:      59000 | #Constraints:      14471
29.26/29.42	c bounds 1054 >= 997 @ 28.7065
29.46/29.61	c bounds 1053 >= 997 @ 28.8888
33.15/33.36	c #Conflicts:      60000 | #Constraints:      15484
33.15/33.36	c #Conflicts:      61000 | #Constraints:      16484
33.15/33.36	c INPROCESSING
33.15/33.36	c GARBAGE COLLECT
33.15/33.36	c rational objective 997
33.35/33.59	c bounds 1052 >= 997 @ 32.8465
33.55/33.71	c #Conflicts:      62000 | #Constraints:      12473
33.55/33.71	c bounds 1051 >= 997 @ 32.9661
34.64/34.84	c #Conflicts:      63000 | #Constraints:      13474
34.64/34.84	c #Conflicts:      64000 | #Constraints:      14481
34.64/34.84	c bounds 1050 >= 997 @ 34.0809
35.44/35.60	c #Conflicts:      65000 | #Constraints:      15520
35.44/35.60	c bounds 1049 >= 997 @ 34.8204
35.85/36.06	c #Conflicts:      66000 | #Constraints:      16565
35.85/36.06	c INPROCESSING
35.85/36.06	c GARBAGE COLLECT
35.85/36.06	c rational objective 997
36.73/36.91	c #Conflicts:      67000 | #Constraints:      12319
36.73/36.91	c #Conflicts:      68000 | #Constraints:      13335
36.73/36.91	c bounds 1048 >= 997 @ 36.0932
37.84/38.07	c #Conflicts:      69000 | #Constraints:      14365
37.84/38.07	c #Conflicts:      70000 | #Constraints:      15413
37.84/38.07	c bounds 1047 >= 997 @ 37.2351
40.43/40.67	c #Conflicts:      71000 | #Constraints:      16450
40.43/40.67	c #Conflicts:      72000 | #Constraints:      17450
40.43/40.67	c INPROCESSING
40.43/40.67	c GARBAGE COLLECT
40.43/40.67	c rational objective 997
41.93/42.18	c #Conflicts:      73000 | #Constraints:      12951
41.93/42.18	c #Conflicts:      74000 | #Constraints:      13954
41.93/42.18	c #Conflicts:      75000 | #Constraints:      15019
41.93/42.18	c bounds 1046 >= 997 @ 41.2812
43.62/43.87	c #Conflicts:      76000 | #Constraints:      16053
43.62/43.87	c #Conflicts:      77000 | #Constraints:      17053
43.62/43.87	c #Conflicts:      78000 | #Constraints:      18053
43.62/43.87	c INPROCESSING
43.62/43.87	c GARBAGE COLLECT
43.62/43.87	c rational objective 997
46.01/46.29	c #Conflicts:      79000 | #Constraints:      13361
46.01/46.29	c #Conflicts:      80000 | #Constraints:      14361
46.01/46.29	c #Conflicts:      81000 | #Constraints:      15361
46.01/46.29	c #Conflicts:      82000 | #Constraints:      16361
46.01/46.29	c #Conflicts:      83000 | #Constraints:      17361
46.01/46.29	c bounds 1046 >= 998 @ 45.3041
46.51/46.72	c #Conflicts:      84000 | #Constraints:      18401
46.51/46.72	c INPROCESSING
46.51/46.72	c GARBAGE COLLECT
46.51/46.72	c rational objective 998
47.21/47.40	c #Conflicts:      85000 | #Constraints:      13477
47.21/47.40	c bounds 1045 >= 998 @ 46.4015
48.10/48.36	c #Conflicts:      86000 | #Constraints:      14511
48.10/48.36	c #Conflicts:      87000 | #Constraints:      15551
48.10/48.36	c bounds 1044 >= 998 @ 47.347
51.69/51.98	c #Conflicts:      88000 | #Constraints:      16575
51.69/51.98	c #Conflicts:      89000 | #Constraints:      17575
51.69/51.98	c #Conflicts:      90000 | #Constraints:      18575
51.69/51.98	c INPROCESSING
51.69/51.98	c GARBAGE COLLECT
51.69/51.98	c rational objective 998
52.69/52.97	c #Conflicts:      91000 | #Constraints:      13538
52.69/52.97	c #Conflicts:      92000 | #Constraints:      14539
52.69/52.97	c bounds 1043 >= 998 @ 51.9221
55.00/55.26	c #Conflicts:      93000 | #Constraints:      15550
55.00/55.26	c #Conflicts:      94000 | #Constraints:      16550
55.00/55.26	c #Conflicts:      95000 | #Constraints:      17550
55.00/55.26	c #Conflicts:      96000 | #Constraints:      18567
55.00/55.26	c bounds 1042 >= 998 @ 54.172
55.19/55.41	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[33]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[34]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[40]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[45]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[60]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[63]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[77]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[78]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[95]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[107]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[113]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[141]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[161]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[184]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[197]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[201]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[217]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[224]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[229]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[253]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[270]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[287]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[288]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[298]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[314]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[325]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[371]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[378]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[385]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[391]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[397]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[400]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[418]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[428]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[431]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[433]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[441]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[465]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[480]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[487]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[501]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[504]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[560]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[606]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[737]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[739]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[774]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[775]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[777]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[778]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[789]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[794]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[795]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[798]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[802]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[803]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[813]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[819]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[820]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[825]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[858]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[860]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[912]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[920]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[927]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[930]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[934]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[954]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[960]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[962]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[978]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[992]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[993]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1000]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1001]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1005]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1006]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1010]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1026]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1036]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1039]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1050]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1055]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1059]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1065]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1066]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1068]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1094]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1103]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1104]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1108]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1110]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1115]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1121]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1133]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1152]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1159]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1163]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1170]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1181]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1190]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1191]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1197]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1204]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1217]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1227]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1235]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1240]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1246]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1248]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1275]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1277]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1284]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1286]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1288]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1292]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1297]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1301]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1308]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1311]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1314]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1317]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1319]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1322]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1327]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1338]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1341]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1353]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1362]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1364]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1372]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1373]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1374]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1382]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1387]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1389]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1390]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1395]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1396]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1397]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1401]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1425]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1426]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1441]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1461]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1465]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1471]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1475]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1488]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1499]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1503]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1511]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1512]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1519]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1523]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1529]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1530]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1544]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1557]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1563]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1567]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1573]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1574]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1586]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1614]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1619]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1632]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1634]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1638]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1647]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1657]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1658]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1662]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1663]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1664]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1665]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1673]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1681]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1686]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1699]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1722]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1749]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1761]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1777]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1806]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1818]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1826]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1827]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1828]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1837]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1845]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1846]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1853]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1864]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1865]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1867]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1886]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1888]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1898]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1905]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1938]: 6 -1.00006 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1939]: 6 -1.00003 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1956]: 6 -1.00001 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1961]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
55.19/55.41	WSVECS04 Frhs2[1966]: 6 -1.00003 0 shouldn't be
55.69/55.95	c INPROCESSING
55.69/55.95	c GARBAGE COLLECT
55.69/55.95	c rational objective 998
59.88/60.13	c #Conflicts:      97000 | #Constraints:      13338
59.88/60.13	c #Conflicts:      98000 | #Constraints:      14338
59.88/60.13	c #Conflicts:      99000 | #Constraints:      15338
59.88/60.13	c #Conflicts:     100000 | #Constraints:      16339
59.88/60.13	c #Conflicts:     101000 | #Constraints:      17352
59.88/60.13	c #Conflicts:     102000 | #Constraints:      18373
59.88/60.13	c #Conflicts:     103000 | #Constraints:      19427
59.88/60.13	c INPROCESSING
59.88/60.13	c GARBAGE COLLECT
59.88/60.13	c rational objective 998
62.97/63.26	c #Conflicts:     104000 | #Constraints:      13965
62.97/63.26	c #Conflicts:     105000 | #Constraints:      14965
62.97/63.26	c #Conflicts:     106000 | #Constraints:      15965
62.97/63.26	c #Conflicts:     107000 | #Constraints:      16965
62.97/63.26	c #Conflicts:     108000 | #Constraints:      17965
62.97/63.26	c #Conflicts:     109000 | #Constraints:      18965
62.97/63.26	c #Conflicts:     110000 | #Constraints:      19965
62.97/63.26	c INPROCESSING
62.97/63.26	c GARBAGE COLLECT
62.97/63.26	c rational objective 998
65.66/65.99	c #Conflicts:     111000 | #Constraints:      14344
65.66/65.99	c #Conflicts:     112000 | #Constraints:      15344
65.66/65.99	c #Conflicts:     113000 | #Constraints:      16344
65.66/65.99	c #Conflicts:     114000 | #Constraints:      17344
65.66/65.99	c #Conflicts:     115000 | #Constraints:      18344
65.66/65.99	c #Conflicts:     116000 | #Constraints:      19344
65.66/65.99	c #Conflicts:     117000 | #Constraints:      20344
65.66/65.99	c INPROCESSING
65.66/65.99	c GARBAGE COLLECT
65.66/65.99	c rational objective 998
68.86/69.12	c #Conflicts:     118000 | #Constraints:      14536
68.86/69.12	c #Conflicts:     119000 | #Constraints:      15536
68.86/69.12	c #Conflicts:     120000 | #Constraints:      16536
68.86/69.12	c #Conflicts:     121000 | #Constraints:      17536
68.86/69.12	c #Conflicts:     122000 | #Constraints:      18536
68.86/69.12	c #Conflicts:     123000 | #Constraints:      19536
68.86/69.12	c #Conflicts:     124000 | #Constraints:      20536
68.86/69.12	c INPROCESSING
68.86/69.12	c GARBAGE COLLECT
68.86/69.12	c rational objective 998
69.15/69.48	c bounds 1041 >= 998 @ 68.1471
73.55/73.86	c #Conflicts:     125000 | #Constraints:      14538
73.55/73.86	c #Conflicts:     126000 | #Constraints:      15568
73.55/73.86	c #Conflicts:     127000 | #Constraints:      16642
73.55/73.86	c #Conflicts:     128000 | #Constraints:      17702
73.55/73.86	c #Conflicts:     129000 | #Constraints:      18752
73.55/73.86	c #Conflicts:     130000 | #Constraints:      19799
73.55/73.86	c #Conflicts:     131000 | #Constraints:      20860
73.55/73.86	c INPROCESSING
73.55/73.86	c GARBAGE COLLECT
73.55/73.86	c rational objective 998
76.63/77.00	c #Conflicts:     132000 | #Constraints:      14483
76.63/77.00	c #Conflicts:     133000 | #Constraints:      15483
76.63/77.00	c #Conflicts:     134000 | #Constraints:      16483
76.63/77.00	c #Conflicts:     135000 | #Constraints:      17483
76.63/77.00	c #Conflicts:     136000 | #Constraints:      18483
76.63/77.00	c #Conflicts:     137000 | #Constraints:      19483
76.63/77.00	c #Conflicts:     138000 | #Constraints:      20483
76.63/77.00	c bounds 1041 >= 999 @ 75.5068
77.23/77.58	c #Conflicts:     139000 | #Constraints:      21561
77.23/77.58	c INPROCESSING
77.23/77.58	c GARBAGE COLLECT
77.23/77.58	c rational objective 999
80.13/80.44	c #Conflicts:     140000 | #Constraints:      15058
80.13/80.44	c #Conflicts:     141000 | #Constraints:      16058
80.13/80.44	c #Conflicts:     142000 | #Constraints:      17058
80.13/80.44	c #Conflicts:     143000 | #Constraints:      18058
80.13/80.44	c #Conflicts:     144000 | #Constraints:      19058
80.13/80.44	c #Conflicts:     145000 | #Constraints:      20058
80.13/80.44	c #Conflicts:     146000 | #Constraints:      21058
80.13/80.44	c #Conflicts:     147000 | #Constraints:      22058
80.13/80.44	c INPROCESSING
80.13/80.44	c GARBAGE COLLECT
80.13/80.44	c rational objective 999
84.91/85.28	c #Conflicts:     148000 | #Constraints:      15409
84.91/85.28	c #Conflicts:     149000 | #Constraints:      16433
84.91/85.28	c #Conflicts:     150000 | #Constraints:      17473
84.91/85.28	c #Conflicts:     151000 | #Constraints:      18539
84.91/85.28	c #Conflicts:     152000 | #Constraints:      19580
84.91/85.28	c #Conflicts:     153000 | #Constraints:      20651
84.91/85.28	c #Conflicts:     154000 | #Constraints:      21696
84.91/85.28	c #Conflicts:     155000 | #Constraints:      22731
84.91/85.28	c INPROCESSING
84.91/85.28	c GARBAGE COLLECT
84.91/85.28	c rational objective 999
88.71/89.05	c #Conflicts:     156000 | #Constraints:      15709
88.71/89.05	c #Conflicts:     157000 | #Constraints:      16709
88.71/89.05	c #Conflicts:     158000 | #Constraints:      17709
88.71/89.05	c #Conflicts:     159000 | #Constraints:      18709
88.71/89.05	c #Conflicts:     160000 | #Constraints:      19709
88.71/89.05	c #Conflicts:     161000 | #Constraints:      20709
88.71/89.05	c #Conflicts:     162000 | #Constraints:      21709
88.71/89.05	c #Conflicts:     163000 | #Constraints:      22709
88.71/89.05	c INPROCESSING
88.71/89.05	c GARBAGE COLLECT
88.71/89.05	c rational objective 999
92.10/92.47	c #Conflicts:     164000 | #Constraints:      15644
92.10/92.47	c #Conflicts:     165000 | #Constraints:      16644
92.10/92.47	c #Conflicts:     166000 | #Constraints:      17644
92.10/92.47	c #Conflicts:     167000 | #Constraints:      18644
92.10/92.47	c #Conflicts:     168000 | #Constraints:      19644
92.10/92.47	c #Conflicts:     169000 | #Constraints:      20644
92.10/92.47	c #Conflicts:     170000 | #Constraints:      21644
92.10/92.47	c #Conflicts:     171000 | #Constraints:      22644
92.10/92.47	c INPROCESSING
92.10/92.47	c GARBAGE COLLECT
92.10/92.47	c rational objective 999
97.48/97.80	c #Conflicts:     172000 | #Constraints:      15404
97.48/97.80	c #Conflicts:     173000 | #Constraints:      16411
97.48/97.80	c #Conflicts:     174000 | #Constraints:      17463
97.48/97.80	c #Conflicts:     175000 | #Constraints:      18516
97.48/97.80	c #Conflicts:     176000 | #Constraints:      19570
97.48/97.80	c #Conflicts:     177000 | #Constraints:      20632
97.48/97.80	c #Conflicts:     178000 | #Constraints:      21682
97.48/97.80	c #Conflicts:     179000 | #Constraints:      22731
97.48/97.80	c #Conflicts:     180000 | #Constraints:      23774
97.48/97.80	c INPROCESSING
97.48/97.80	c GARBAGE COLLECT
97.48/97.80	c rational objective 999
101.48/101.84	c #Conflicts:     181000 | #Constraints:      16153
101.48/101.84	c #Conflicts:     182000 | #Constraints:      17153
101.48/101.84	c #Conflicts:     183000 | #Constraints:      18153
101.48/101.84	c #Conflicts:     184000 | #Constraints:      19153
101.48/101.84	c #Conflicts:     185000 | #Constraints:      20153
101.48/101.84	c #Conflicts:     186000 | #Constraints:      21153
101.48/101.84	c #Conflicts:     187000 | #Constraints:      22153
101.48/101.84	c #Conflicts:     188000 | #Constraints:      23153
101.48/101.84	c #Conflicts:     189000 | #Constraints:      24153
101.48/101.84	c INPROCESSING
101.48/101.84	c GARBAGE COLLECT
101.48/101.84	c rational objective 999
105.36/105.71	c #Conflicts:     190000 | #Constraints:      16482
105.36/105.71	c #Conflicts:     191000 | #Constraints:      17482
105.36/105.71	c #Conflicts:     192000 | #Constraints:      18482
105.36/105.71	c #Conflicts:     193000 | #Constraints:      19482
105.36/105.71	c #Conflicts:     194000 | #Constraints:      20482
105.36/105.71	c #Conflicts:     195000 | #Constraints:      21482
105.36/105.71	c #Conflicts:     196000 | #Constraints:      22482
105.36/105.71	c #Conflicts:     197000 | #Constraints:      23482
105.36/105.71	c #Conflicts:     198000 | #Constraints:      24482
105.36/105.71	c INPROCESSING
105.36/105.71	c GARBAGE COLLECT
105.36/105.71	c rational objective 999
113.04/113.49	c #Conflicts:     199000 | #Constraints:      16653
113.04/113.49	c #Conflicts:     200000 | #Constraints:      17664
113.04/113.49	c #Conflicts:     201000 | #Constraints:      18697
113.04/113.49	c #Conflicts:     202000 | #Constraints:      19731
113.04/113.49	c #Conflicts:     203000 | #Constraints:      20789
113.04/113.49	c #Conflicts:     204000 | #Constraints:      21833
113.04/113.49	c #Conflicts:     205000 | #Constraints:      22887
113.04/113.49	c #Conflicts:     206000 | #Constraints:      23936
113.04/113.49	c #Conflicts:     207000 | #Constraints:      24972
113.04/113.49	c INPROCESSING
113.04/113.49	c GARBAGE COLLECT
113.04/113.49	c rational objective 999
117.44/117.81	c #Conflicts:     208000 | #Constraints:      16741
117.44/117.81	c #Conflicts:     209000 | #Constraints:      17741
117.44/117.81	c #Conflicts:     210000 | #Constraints:      18741
117.44/117.81	c #Conflicts:     211000 | #Constraints:      19741
117.44/117.81	c #Conflicts:     212000 | #Constraints:      20741
117.44/117.81	c #Conflicts:     213000 | #Constraints:      21741
117.44/117.81	c #Conflicts:     214000 | #Constraints:      22741
117.44/117.81	c #Conflicts:     215000 | #Constraints:      23741
117.44/117.81	c #Conflicts:     216000 | #Constraints:      24741
117.44/117.81	c INPROCESSING
117.44/117.81	c GARBAGE COLLECT
117.44/117.81	c rational objective 999
121.33/121.76	c #Conflicts:     217000 | #Constraints:      16470
121.33/121.76	c #Conflicts:     218000 | #Constraints:      17470
121.33/121.76	c #Conflicts:     219000 | #Constraints:      18470
121.33/121.76	c #Conflicts:     220000 | #Constraints:      19470
121.33/121.76	c #Conflicts:     221000 | #Constraints:      20470
121.33/121.76	c #Conflicts:     222000 | #Constraints:      21470
121.33/121.76	c #Conflicts:     223000 | #Constraints:      22470
121.33/121.76	c #Conflicts:     224000 | #Constraints:      23470
121.33/121.76	c #Conflicts:     225000 | #Constraints:      24470
121.33/121.76	c bounds 1041 >= 1000 @ 119.54
122.02/122.44	c #Conflicts:     226000 | #Constraints:      25548
122.02/122.44	c INPROCESSING
122.02/122.44	c GARBAGE COLLECT
122.02/122.44	c rational objective 1000
126.41/126.84	c #Conflicts:     227000 | #Constraints:      17086
126.41/126.84	c #Conflicts:     228000 | #Constraints:      18086
126.41/126.84	c #Conflicts:     229000 | #Constraints:      19086
126.41/126.84	c #Conflicts:     230000 | #Constraints:      20086
126.41/126.84	c #Conflicts:     231000 | #Constraints:      21086
126.41/126.84	c #Conflicts:     232000 | #Constraints:      22086
126.41/126.84	c #Conflicts:     233000 | #Constraints:      23086
126.41/126.84	c #Conflicts:     234000 | #Constraints:      24086
126.41/126.84	c #Conflicts:     235000 | #Constraints:      25086
126.41/126.84	c #Conflicts:     236000 | #Constraints:      26086
126.41/126.84	c INPROCESSING
126.41/126.84	c GARBAGE COLLECT
126.41/126.84	c rational objective 1000
127.11/127.52	c #Conflicts:     237000 | #Constraints:      17465
127.11/127.52	c bounds 1040 >= 1000 @ 125.213
127.21/127.67	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[2]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[9]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[11]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[13]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[14]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[15]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[20]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[22]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[23]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[30]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[33]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[37]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[40]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[41]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[42]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[50]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[53]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[55]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[56]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[60]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[63]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[64]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[66]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[67]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[77]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[85]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[94]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[95]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[98]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[102]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[106]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[107]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[108]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[109]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[112]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[113]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[114]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[115]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[116]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[120]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[123]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[134]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[135]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[138]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[146]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[149]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[151]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[153]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[154]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[155]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[161]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[165]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[170]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[175]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[176]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[183]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[187]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[191]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[196]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[203]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[206]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[209]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[211]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[214]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[217]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[224]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[226]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[227]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[229]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[230]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[231]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[234]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[236]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[240]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[247]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[261]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[264]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[269]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[270]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[271]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[273]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[276]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[277]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[278]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[279]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[281]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[282]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[283]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[286]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[287]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[289]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[291]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[298]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[299]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[307]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[314]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[315]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[317]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[321]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[325]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[327]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[343]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[346]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[348]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[349]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[356]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[359]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[362]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[369]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[371]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[374]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[376]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[377]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[385]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[386]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[391]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[397]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[398]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[400]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[402]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[404]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[409]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[410]: 6 -1.00007 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[413]: 6 -1.0001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[414]: 6 -1.00008 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[415]: 6 -1.00001 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[417]: 6 -1.00005 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
127.21/127.67	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[428]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[431]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[432]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[437]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[438]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[441]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[442]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[446]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[447]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[452]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[455]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[459]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[462]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[464]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[465]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[466]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[468]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[472]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[475]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[479]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[480]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[481]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[482]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[483]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[487]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[489]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[496]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[499]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[502]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[503]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[504]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[507]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[509]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[515]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[521]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[526]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[527]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[531]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[537]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[550]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[554]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[555]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[560]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[561]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[562]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[563]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[566]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[572]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[574]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[580]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[582]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[583]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[586]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[589]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[590]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[591]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[592]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[593]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[596]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[598]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[605]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[606]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[607]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[609]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[611]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[614]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[616]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[622]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[626]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[627]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[634]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[638]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[639]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[640]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[643]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[649]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[653]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[656]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[657]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[658]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[664]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[667]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[678]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[681]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[683]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[686]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[687]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[692]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[697]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[700]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[701]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[702]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[707]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[710]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[711]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[714]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[717]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[719]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[721]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[725]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[729]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[731]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[737]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[739]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[741]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[745]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[747]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[750]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[753]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[754]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[759]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[763]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[768]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[774]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[775]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[777]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[778]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[780]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[784]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[785]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[789]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[790]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[794]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[798]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[802]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[803]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[806]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[807]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[809]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[812]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[813]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[819]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[820]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[821]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[823]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[831]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[833]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[836]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[844]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[846]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[847]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[848]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[851]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[854]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[855]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[856]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[858]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[859]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[861]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[862]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[863]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[868]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[869]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[870]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[877]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[880]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[883]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[886]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[887]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[894]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[896]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[899]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[900]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[901]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[904]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[908]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[910]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[912]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[915]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[920]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[923]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[924]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[925]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[927]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[928]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[930]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[938]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[941]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[947]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[951]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[952]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[954]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[957]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[960]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[961]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[964]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[972]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[973]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[976]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[978]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[980]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[982]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[988]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[992]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1000]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1001]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1005]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1006]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1011]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1023]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1029]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1034]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1036]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1038]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1039]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1043]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1045]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1046]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1047]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1050]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1055]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1057]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1058]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1059]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1060]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1065]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1066]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1076]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1081]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1085]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1086]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1093]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1094]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1097]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1103]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1104]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1107]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1108]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1110]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1115]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1119]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1122]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1123]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1124]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1129]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1133]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1135]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1136]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1137]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1147]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1149]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1151]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1152]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1156]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1163]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1166]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1170]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1180]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1181]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1184]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1190]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1191]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1199]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1201]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1208]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1212]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1213]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1217]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1218]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1226]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1228]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1230]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1235]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1240]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1241]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1245]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1246]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1248]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1252]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1256]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1257]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1258]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1262]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1267]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1272]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1274]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1275]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1277]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1284]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1286]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1287]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1288]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1289]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1292]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1297]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1299]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1300]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1301]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1303]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1307]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1309]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1311]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1314]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1317]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1319]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1321]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1322]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1327]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1329]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1331]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1334]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1335]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1338]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1340]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1341]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1343]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1344]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1346]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1347]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1349]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1353]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1354]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1356]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1362]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1364]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1365]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1372]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1373]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1376]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1381]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1383]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1387]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1388]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1389]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1390]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1393]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1394]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1395]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1397]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1398]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1401]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1407]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1411]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1412]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1417]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1423]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1425]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1426]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1428]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1432]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1433]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1441]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1444]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1447]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1449]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1451]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1453]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1454]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1456]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1458]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1459]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1460]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1464]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1465]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1469]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1471]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1473]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1474]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1475]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1477]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1481]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1482]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1487]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1496]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1499]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1500]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1502]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1503]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1505]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1511]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1513]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1518]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1523]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1525]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1529]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1530]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1533]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1535]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1544]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1551]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1553]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1554]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1557]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1558]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1562]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1565]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1566]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1567]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1570]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1571]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1574]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1577]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1578]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1579]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1581]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1585]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1586]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1592]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1598]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1600]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1603]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1615]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1616]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1619]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1620]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1624]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1626]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1627]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1629]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1630]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1632]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1638]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1642]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1647]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1648]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1651]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1656]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1659]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1661]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1663]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1664]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1665]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1666]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1668]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1669]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1671]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1673]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1678]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1680]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1682]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1686]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1687]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1689]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1695]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1696]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1697]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1698]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1699]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1705]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1708]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1713]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1714]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1715]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1718]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1720]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1722]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1723]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1725]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1731]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1732]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1739]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1740]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1741]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1747]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1748]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1749]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1753]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1756]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1761]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1762]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1764]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1768]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1769]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1772]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1777]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1785]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1787]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1793]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1795]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1796]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1797]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1803]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1806]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1809]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1814]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1818]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1819]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1822]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1823]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1826]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1827]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1828]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1829]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1833]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1834]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1835]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1836]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1837]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1838]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1839]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1844]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1846]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1847]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1851]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1853]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1854]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1857]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1863]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1865]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1867]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1868]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1872]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1880]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1882]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1884]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1886]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1887]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1888]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1893]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1898]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1904]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1905]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1906]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1910]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1911]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1912]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1913]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1914]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1919]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1924]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1925]: 6 -1.00008 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1927]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1929]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1932]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1938]: 6 -1.00003 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1939]: 6 -1.00005 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1940]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1941]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1942]: 6 -1.00004 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1952]: 6 -1.0001 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1953]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1956]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1957]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1961]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1964]: 6 -1.00002 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
127.21/127.68	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
134.69/135.17	c #Conflicts:     238000 | #Constraints:      18489
134.69/135.17	c #Conflicts:     239000 | #Constraints:      19489
134.69/135.17	c #Conflicts:     240000 | #Constraints:      20489
134.69/135.17	c #Conflicts:     241000 | #Constraints:      21561
134.69/135.17	c #Conflicts:     242000 | #Constraints:      22649
134.69/135.17	c #Conflicts:     243000 | #Constraints:      23706
134.69/135.17	c #Conflicts:     244000 | #Constraints:      24760
134.69/135.17	c #Conflicts:     245000 | #Constraints:      25817
134.69/135.17	c #Conflicts:     246000 | #Constraints:      26860
134.69/135.17	c INPROCESSING
134.69/135.17	c GARBAGE COLLECT
134.69/135.17	c rational objective 1000
139.88/140.31	c #Conflicts:     247000 | #Constraints:      17839
139.88/140.31	c #Conflicts:     248000 | #Constraints:      18839
139.88/140.31	c #Conflicts:     249000 | #Constraints:      19839
139.88/140.31	c #Conflicts:     250000 | #Constraints:      20839
139.88/140.31	c #Conflicts:     251000 | #Constraints:      21839
139.88/140.31	c #Conflicts:     252000 | #Constraints:      22839
139.88/140.31	c #Conflicts:     253000 | #Constraints:      23839
139.88/140.31	c #Conflicts:     254000 | #Constraints:      24839
139.88/140.31	c #Conflicts:     255000 | #Constraints:      25839
139.88/140.31	c #Conflicts:     256000 | #Constraints:      26839
139.88/140.31	c INPROCESSING
139.88/140.31	c GARBAGE COLLECT
139.88/140.31	c rational objective 1000
144.67/145.12	c #Conflicts:     257000 | #Constraints:      17753
144.67/145.12	c #Conflicts:     258000 | #Constraints:      18753
144.67/145.12	c #Conflicts:     259000 | #Constraints:      19753
144.67/145.12	c #Conflicts:     260000 | #Constraints:      20753
144.67/145.12	c #Conflicts:     261000 | #Constraints:      21753
144.67/145.12	c #Conflicts:     262000 | #Constraints:      22753
144.67/145.12	c #Conflicts:     263000 | #Constraints:      23753
144.67/145.12	c #Conflicts:     264000 | #Constraints:      24753
144.67/145.12	c #Conflicts:     265000 | #Constraints:      25753
144.67/145.12	c #Conflicts:     266000 | #Constraints:      26753
144.67/145.12	c INPROCESSING
144.67/145.12	c GARBAGE COLLECT
144.67/145.12	c rational objective 1000
149.56/150.08	c #Conflicts:     267000 | #Constraints:      17501
149.56/150.08	c #Conflicts:     268000 | #Constraints:      18501
149.56/150.08	c #Conflicts:     269000 | #Constraints:      19501
149.56/150.08	c #Conflicts:     270000 | #Constraints:      20501
149.56/150.08	c #Conflicts:     271000 | #Constraints:      21501
149.56/150.08	c #Conflicts:     272000 | #Constraints:      22501
149.56/150.08	c #Conflicts:     273000 | #Constraints:      23501
149.56/150.08	c #Conflicts:     274000 | #Constraints:      24501
149.56/150.08	c #Conflicts:     275000 | #Constraints:      25501
149.56/150.08	c #Conflicts:     276000 | #Constraints:      26501
149.56/150.08	c #Conflicts:     277000 | #Constraints:      27501
149.56/150.08	c INPROCESSING
149.56/150.08	c GARBAGE COLLECT
149.56/150.08	c rational objective 1000
152.55/153.06	c #Conflicts:     278000 | #Constraints:      18095
152.55/153.06	c #Conflicts:     279000 | #Constraints:      19106
152.55/153.06	c #Conflicts:     280000 | #Constraints:      20151
152.55/153.06	c #Conflicts:     281000 | #Constraints:      21191
152.55/153.06	c #Conflicts:     282000 | #Constraints:      22242
152.55/153.06	c #Conflicts:     283000 | #Constraints:      23292
152.55/153.06	c bounds 1039 >= 1000 @ 150.31
152.74/153.22	WSVECS04 Frhs2[1]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[9]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[11]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[16]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[20]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[23]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[26]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[30]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[32]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[37]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[40]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[42]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[43]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[50]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[52]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[53]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[55]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[56]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[62]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[66]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[67]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[68]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[77]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[82]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[90]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[95]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[98]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[99]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[101]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[102]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[105]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[107]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[108]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[109]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[113]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[114]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[115]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[125]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[126]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[134]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[147]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[148]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[149]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[152]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[153]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[154]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[155]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[161]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[165]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[171]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[172]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[176]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[183]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[184]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[187]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[191]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[197]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[198]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[201]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[205]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[209]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[213]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[217]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[218]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[228]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[229]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[231]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[232]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[234]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[235]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[245]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[247]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[258]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[261]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[264]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[267]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[271]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[272]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[274]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[276]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[277]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[279]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[281]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[282]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[286]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[289]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[291]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[297]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[298]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[299]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[307]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[314]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[315]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[316]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[317]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[321]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[325]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[327]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[328]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[331]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[336]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[338]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[346]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[348]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[349]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[351]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[356]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[359]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[360]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[362]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[368]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[371]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[374]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[376]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[377]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[378]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[386]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[387]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[388]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[393]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[397]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[400]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[402]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[404]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[408]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[409]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[410]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[413]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[414]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[417]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[418]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[420]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[426]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[427]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[428]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[429]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[431]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[432]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[436]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[437]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[438]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[442]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[446]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[447]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[464]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[465]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[466]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[467]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[468]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[469]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[473]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[475]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[479]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[480]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[481]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[482]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[483]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[499]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[501]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[503]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[506]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[508]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[509]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[514]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[515]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[521]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[526]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[531]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[533]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[537]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[552]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[555]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[560]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[561]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[562]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[563]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[566]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[582]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[585]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[589]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[590]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[591]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[592]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[593]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[596]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[603]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[606]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[607]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[609]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[611]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[616]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[617]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[619]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[626]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[634]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[639]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[648]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[649]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[656]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[657]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[658]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[664]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[677]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[679]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[683]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[686]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[697]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[700]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[701]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[702]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[703]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[705]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[707]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[711]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[714]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[717]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[719]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[725]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[728]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[729]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[730]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[731]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[734]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[736]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[737]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[739]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[741]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[745]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[750]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[753]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[754]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[757]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[759]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[763]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[768]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[770]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[774]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[775]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[777]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[778]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[780]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[785]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[786]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[789]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[790]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[794]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[795]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[800]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[802]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[803]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[806]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[807]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[812]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[813]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[819]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[820]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[821]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[823]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[831]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[832]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[836]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[844]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[846]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[847]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[848]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[850]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[851]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[854]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[855]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[856]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[858]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[859]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[860]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[862]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[863]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[868]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[869]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[870]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[872]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[877]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[880]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[882]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[886]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[887]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[892]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[894]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[896]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[898]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[899]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[900]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[904]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[908]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[909]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[912]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[915]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[918]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[923]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[925]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[926]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[927]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[928]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[930]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[936]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[938]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[941]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[951]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[952]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[954]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[955]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[957]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[960]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[961]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[962]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[968]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[973]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[976]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[978]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[980]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[988]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[991]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[992]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[993]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1001]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1005]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1006]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1010]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1011]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1014]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1018]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1021]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1023]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1027]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1029]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1034]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1037]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1038]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1039]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1043]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1045]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1052]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1055]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1057]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1058]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1060]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1061]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1066]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1068]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1075]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1076]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1081]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1085]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1086]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1093]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1094]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1097]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1103]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1104]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1107]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1108]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1110]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1111]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1112]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1115]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1119]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1121]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1122]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1124]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1129]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1133]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1136]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1137]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1147]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1151]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1152]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1156]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1163]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1166]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1170]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1173]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1180]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1184]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1190]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1191]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1197]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1201]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1204]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1213]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1215]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1217]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1220]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1223]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1226]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1227]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1228]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1230]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1245]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1246]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1248]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1251]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1252]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1256]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1258]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1266]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1267]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1275]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1276]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1277]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1280]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1286]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1287]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1288]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1289]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1292]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1293]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1297]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1299]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1300]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1301]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1303]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1307]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1308]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1309]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1311]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1314]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1317]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1319]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1323]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1327]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1329]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1331]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1335]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1338]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1340]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1341]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1342]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1343]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1346]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1347]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1353]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1354]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1356]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1360]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1362]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1364]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1365]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1373]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1374]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1376]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1379]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1383]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1386]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1387]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1389]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1390]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1393]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1396]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1397]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1401]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1402]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1403]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1407]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1411]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1415]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1417]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1423]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1425]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1431]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1432]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1436]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1441]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1444]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1446]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1451]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1453]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1454]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1456]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1458]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1460]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1465]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1469]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1473]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1475]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1477]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1481]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1482]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1487]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1488]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1494]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1499]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1500]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1501]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1503]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1510]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1511]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1512]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1513]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1525]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1526]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1529]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1533]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1542]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1546]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1551]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1553]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1554]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1557]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1558]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1563]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1565]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1566]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1567]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1568]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1570]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1573]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1574]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1577]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1579]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1581]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1586]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1592]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1596]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1598]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1600]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1603]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1607]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1612]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1613]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1614]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1615]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1619]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1620]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1621]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1627]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1629]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1632]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1634]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1638]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1641]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1642]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1645]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1647]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1648]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1651]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1655]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1656]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1657]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1658]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1659]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1663]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1664]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1665]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1666]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1668]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1669]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1671]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1672]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1673]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1678]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1684]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1686]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1689]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1696]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1697]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1698]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1709]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1713]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1714]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1715]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1718]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1722]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1723]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1725]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1726]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1727]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1730]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1731]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1732]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1737]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1738]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1739]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1741]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1744]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1748]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1749]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1753]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1756]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1761]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1762]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1764]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1765]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1768]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1769]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1772]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1782]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1785]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1787]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1793]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1796]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1797]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1798]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1799]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1803]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1806]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1809]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1811]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1814]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1817]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1818]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1819]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1822]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1823]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1826]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1827]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1828]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1829]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1830]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1833]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1834]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1835]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1837]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1839]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1845]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1846]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1847]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1851]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1857]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1863]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1865]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1866]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1867]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1868]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1872]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1880]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1882]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1886]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1887]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1888]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1893]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1896]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1904]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1905]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1906]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1910]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1912]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1913]: 6 -1.00001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1919]: 6 -1.00002 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1923]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1924]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1927]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1929]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1932]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1938]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1939]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1942]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1950]: 6 -1.00005 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1952]: 6 -1.0001 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1953]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1954]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1956]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1961]: 6 -1.00007 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1962]: 6 -1.00006 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1964]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
152.74/153.22	WSVECS04 Frhs2[1966]: 6 -1.00007 0 shouldn't be
157.04/157.53	c #Conflicts:     284000 | #Constraints:      24295
157.04/157.53	c #Conflicts:     285000 | #Constraints:      25295
157.04/157.53	c #Conflicts:     286000 | #Constraints:      26312
157.04/157.53	c #Conflicts:     287000 | #Constraints:      27385
157.04/157.53	c #Conflicts:     288000 | #Constraints:      28457
157.04/157.53	c INPROCESSING
157.04/157.53	c GARBAGE COLLECT
157.04/157.53	c rational objective 1000
162.52/163.01	c #Conflicts:     289000 | #Constraints:      18627
162.52/163.01	c #Conflicts:     290000 | #Constraints:      19627
162.52/163.01	c #Conflicts:     291000 | #Constraints:      20627
162.52/163.01	c #Conflicts:     292000 | #Constraints:      21627
162.52/163.01	c #Conflicts:     293000 | #Constraints:      22627
162.52/163.01	c #Conflicts:     294000 | #Constraints:      23627
162.52/163.01	c #Conflicts:     295000 | #Constraints:      24627
162.52/163.01	c #Conflicts:     296000 | #Constraints:      25627
162.52/163.01	c #Conflicts:     297000 | #Constraints:      26627
162.52/163.01	c #Conflicts:     298000 | #Constraints:      27627
162.52/163.01	c #Conflicts:     299000 | #Constraints:      28627
162.52/163.01	c INPROCESSING
162.52/163.01	c GARBAGE COLLECT
162.52/163.01	c rational objective 1000
167.40/167.99	c #Conflicts:     300000 | #Constraints:      18702
167.40/167.99	c #Conflicts:     301000 | #Constraints:      19702
167.40/167.99	c #Conflicts:     302000 | #Constraints:      20702
167.40/167.99	c #Conflicts:     303000 | #Constraints:      21702
167.40/167.99	c #Conflicts:     304000 | #Constraints:      22702
167.40/167.99	c #Conflicts:     305000 | #Constraints:      23702
167.40/167.99	c #Conflicts:     306000 | #Constraints:      24702
167.40/167.99	c #Conflicts:     307000 | #Constraints:      25702
167.40/167.99	c #Conflicts:     308000 | #Constraints:      26702
167.40/167.99	c #Conflicts:     309000 | #Constraints:      27702
167.40/167.99	c #Conflicts:     310000 | #Constraints:      28702
167.40/167.99	c INPROCESSING
167.40/167.99	c GARBAGE COLLECT
167.40/167.99	c rational objective 1000
175.39/175.98	c #Conflicts:     311000 | #Constraints:      18680
175.39/175.98	c #Conflicts:     312000 | #Constraints:      19681
175.39/175.98	c #Conflicts:     313000 | #Constraints:      20747
175.39/175.98	c #Conflicts:     314000 | #Constraints:      21809
175.39/175.98	c #Conflicts:     315000 | #Constraints:      22871
175.39/175.98	c #Conflicts:     316000 | #Constraints:      23925
175.39/175.98	c #Conflicts:     317000 | #Constraints:      24973
175.39/175.98	c #Conflicts:     318000 | #Constraints:      26018
175.39/175.98	c #Conflicts:     319000 | #Constraints:      27059
175.39/175.98	c #Conflicts:     320000 | #Constraints:      28090
175.39/175.98	c #Conflicts:     321000 | #Constraints:      29133
175.39/175.98	c INPROCESSING
175.39/175.98	c GARBAGE COLLECT
175.39/175.98	c rational objective 1000
181.26/181.88	c #Conflicts:     322000 | #Constraints:      18627
181.26/181.88	c #Conflicts:     323000 | #Constraints:      19627
181.26/181.88	c #Conflicts:     324000 | #Constraints:      20627
181.26/181.88	c #Conflicts:     325000 | #Constraints:      21627
181.26/181.88	c #Conflicts:     326000 | #Constraints:      22627
181.26/181.88	c #Conflicts:     327000 | #Constraints:      23627
181.26/181.88	c #Conflicts:     328000 | #Constraints:      24627
181.26/181.88	c #Conflicts:     329000 | #Constraints:      25627
181.26/181.88	c #Conflicts:     330000 | #Constraints:      26627
181.26/181.88	c #Conflicts:     331000 | #Constraints:      27627
181.26/181.88	c #Conflicts:     332000 | #Constraints:      28627
181.26/181.88	c #Conflicts:     333000 | #Constraints:      29627
181.26/181.88	c INPROCESSING
181.26/181.88	c GARBAGE COLLECT
181.26/181.88	c rational objective 1000
187.24/187.82	c #Conflicts:     334000 | #Constraints:      19137
187.24/187.82	c #Conflicts:     335000 | #Constraints:      20137
187.24/187.82	c #Conflicts:     336000 | #Constraints:      21137
187.24/187.82	c #Conflicts:     337000 | #Constraints:      22137
187.24/187.82	c #Conflicts:     338000 | #Constraints:      23137
187.24/187.82	c #Conflicts:     339000 | #Constraints:      24137
187.24/187.82	c #Conflicts:     340000 | #Constraints:      25137
187.24/187.82	c #Conflicts:     341000 | #Constraints:      26137
187.24/187.82	c #Conflicts:     342000 | #Constraints:      27137
187.24/187.82	c #Conflicts:     343000 | #Constraints:      28137
187.24/187.82	c #Conflicts:     344000 | #Constraints:      29137
187.24/187.82	c #Conflicts:     345000 | #Constraints:      30137
187.24/187.82	c INPROCESSING
187.24/187.82	c GARBAGE COLLECT
187.24/187.82	c rational objective 1000
195.22/195.81	c #Conflicts:     346000 | #Constraints:      19512
195.22/195.81	c #Conflicts:     347000 | #Constraints:      20571
195.22/195.81	c #Conflicts:     348000 | #Constraints:      21633
195.22/195.81	c #Conflicts:     349000 | #Constraints:      22698
195.22/195.81	c #Conflicts:     350000 | #Constraints:      23755
195.22/195.81	c #Conflicts:     351000 | #Constraints:      24809
195.22/195.81	c #Conflicts:     352000 | #Constraints:      25850
195.22/195.81	c #Conflicts:     353000 | #Constraints:      26902
195.22/195.81	c #Conflicts:     354000 | #Constraints:      27944
195.22/195.81	c #Conflicts:     355000 | #Constraints:      29004
195.22/195.81	c #Conflicts:     356000 | #Constraints:      30033
195.22/195.81	c #Conflicts:     357000 | #Constraints:      31073
195.22/195.81	c INPROCESSING
195.22/195.81	c GARBAGE COLLECT
195.22/195.81	c rational objective 1000
202.20/202.85	c #Conflicts:     358000 | #Constraints:      19908
202.20/202.85	c #Conflicts:     359000 | #Constraints:      20908
202.20/202.85	c #Conflicts:     360000 | #Constraints:      21908
202.20/202.85	c #Conflicts:     361000 | #Constraints:      22908
202.20/202.85	c #Conflicts:     362000 | #Constraints:      23908
202.20/202.85	c #Conflicts:     363000 | #Constraints:      24908
202.20/202.85	c #Conflicts:     364000 | #Constraints:      25908
202.20/202.85	c #Conflicts:     365000 | #Constraints:      26908
202.20/202.85	c #Conflicts:     366000 | #Constraints:      27908
202.20/202.85	c #Conflicts:     367000 | #Constraints:      28908
202.20/202.85	c #Conflicts:     368000 | #Constraints:      29908
202.20/202.85	c #Conflicts:     369000 | #Constraints:      30908
202.20/202.85	c INPROCESSING
202.20/202.85	c GARBAGE COLLECT
202.20/202.85	c rational objective 1000
208.58/209.20	c #Conflicts:     370000 | #Constraints:      19789
208.58/209.20	c #Conflicts:     371000 | #Constraints:      20789
208.58/209.20	c #Conflicts:     372000 | #Constraints:      21789
208.58/209.20	c #Conflicts:     373000 | #Constraints:      22789
208.58/209.20	c #Conflicts:     374000 | #Constraints:      23789
208.58/209.20	c #Conflicts:     375000 | #Constraints:      24789
208.58/209.20	c #Conflicts:     376000 | #Constraints:      25789
208.58/209.20	c #Conflicts:     377000 | #Constraints:      26789
208.58/209.20	c #Conflicts:     378000 | #Constraints:      27789
208.58/209.20	c #Conflicts:     379000 | #Constraints:      28789
208.58/209.20	c #Conflicts:     380000 | #Constraints:      29789
208.58/209.20	c #Conflicts:     381000 | #Constraints:      30789
208.58/209.20	c bounds 1039 >= 1001 @ 205.488
208.98/209.60	c INPROCESSING
208.98/209.60	c GARBAGE COLLECT
208.98/209.60	c rational objective 1001
219.84/220.59	c #Conflicts:     382000 | #Constraints:      19518
219.84/220.59	c #Conflicts:     383000 | #Constraints:      20518
219.84/220.59	c #Conflicts:     384000 | #Constraints:      21518
219.84/220.59	c #Conflicts:     385000 | #Constraints:      22519
219.84/220.59	c #Conflicts:     386000 | #Constraints:      23539
219.84/220.59	c #Conflicts:     387000 | #Constraints:      24626
219.84/220.59	c #Conflicts:     388000 | #Constraints:      25692
219.84/220.59	c #Conflicts:     389000 | #Constraints:      26752
219.84/220.59	c #Conflicts:     390000 | #Constraints:      27814
219.84/220.59	c #Conflicts:     391000 | #Constraints:      28855
219.84/220.59	c #Conflicts:     392000 | #Constraints:      29899
219.84/220.59	c #Conflicts:     393000 | #Constraints:      30950
219.84/220.59	c #Conflicts:     394000 | #Constraints:      32003
219.84/220.59	c INPROCESSING
219.84/220.59	c GARBAGE COLLECT
219.84/220.59	c rational objective 1001
226.72/227.45	c #Conflicts:     395000 | #Constraints:      20311
226.72/227.45	c #Conflicts:     396000 | #Constraints:      21311
226.72/227.45	c #Conflicts:     397000 | #Constraints:      22311
226.72/227.45	c #Conflicts:     398000 | #Constraints:      23311
226.72/227.45	c #Conflicts:     399000 | #Constraints:      24311
226.72/227.45	c #Conflicts:     400000 | #Constraints:      25311
226.72/227.45	c #Conflicts:     401000 | #Constraints:      26311
226.72/227.45	c #Conflicts:     402000 | #Constraints:      27311
226.72/227.45	c #Conflicts:     403000 | #Constraints:      28311
226.72/227.45	c #Conflicts:     404000 | #Constraints:      29311
226.72/227.45	c #Conflicts:     405000 | #Constraints:      30311
226.72/227.45	c #Conflicts:     406000 | #Constraints:      31311
226.72/227.45	c #Conflicts:     407000 | #Constraints:      32311
226.72/227.45	c INPROCESSING
226.72/227.45	c GARBAGE COLLECT
226.72/227.45	c rational objective 1001
233.10/233.84	c #Conflicts:     408000 | #Constraints:      20610
233.10/233.84	c #Conflicts:     409000 | #Constraints:      21610
233.10/233.84	c #Conflicts:     410000 | #Constraints:      22610
233.10/233.84	c #Conflicts:     411000 | #Constraints:      23610
233.10/233.84	c #Conflicts:     412000 | #Constraints:      24610
233.10/233.84	c #Conflicts:     413000 | #Constraints:      25610
233.10/233.84	c #Conflicts:     414000 | #Constraints:      26610
233.10/233.84	c #Conflicts:     415000 | #Constraints:      27610
233.10/233.84	c #Conflicts:     416000 | #Constraints:      28610
233.10/233.84	c #Conflicts:     417000 | #Constraints:      29610
233.10/233.84	c #Conflicts:     418000 | #Constraints:      30610
233.10/233.84	c #Conflicts:     419000 | #Constraints:      31610
233.10/233.84	c #Conflicts:     420000 | #Constraints:      32610
233.10/233.84	c INPROCESSING
233.10/233.84	c GARBAGE COLLECT
233.10/233.84	c rational objective 1001
243.07/243.85	c #Conflicts:     421000 | #Constraints:      20750
243.07/243.85	c #Conflicts:     422000 | #Constraints:      21796
243.07/243.85	c #Conflicts:     423000 | #Constraints:      22858
243.07/243.85	c #Conflicts:     424000 | #Constraints:      23931
243.07/243.85	c #Conflicts:     425000 | #Constraints:      24989
243.07/243.85	c #Conflicts:     426000 | #Constraints:      26036
243.07/243.85	c #Conflicts:     427000 | #Constraints:      27086
243.07/243.85	c #Conflicts:     428000 | #Constraints:      28130
243.07/243.85	c #Conflicts:     429000 | #Constraints:      29177
243.07/243.85	c #Conflicts:     430000 | #Constraints:      30218
243.07/243.85	c #Conflicts:     431000 | #Constraints:      31249
243.07/243.85	c #Conflicts:     432000 | #Constraints:      32280
243.07/243.85	c #Conflicts:     433000 | #Constraints:      33309
243.07/243.85	c INPROCESSING
243.07/243.85	c GARBAGE COLLECT
243.07/243.85	c rational objective 1001
251.45/252.29	c #Conflicts:     434000 | #Constraints:      20944
251.45/252.29	c #Conflicts:     435000 | #Constraints:      21944
251.45/252.29	c #Conflicts:     436000 | #Constraints:      22944
251.45/252.29	c #Conflicts:     437000 | #Constraints:      23944
251.45/252.29	c #Conflicts:     438000 | #Constraints:      24944
251.45/252.29	c #Conflicts:     439000 | #Constraints:      25944
251.45/252.29	c #Conflicts:     440000 | #Constraints:      26944
251.45/252.29	c #Conflicts:     441000 | #Constraints:      27944
251.45/252.29	c #Conflicts:     442000 | #Constraints:      28944
251.45/252.29	c #Conflicts:     443000 | #Constraints:      29944
251.45/252.29	c #Conflicts:     444000 | #Constraints:      30944
251.45/252.29	c #Conflicts:     445000 | #Constraints:      31944
251.45/252.29	c #Conflicts:     446000 | #Constraints:      32944
251.45/252.29	c INPROCESSING
251.45/252.29	c GARBAGE COLLECT
251.45/252.29	c rational objective 1001
258.12/258.97	c #Conflicts:     447000 | #Constraints:      20619
258.12/258.97	c #Conflicts:     448000 | #Constraints:      21619
258.12/258.97	c #Conflicts:     449000 | #Constraints:      22619
258.12/258.97	c #Conflicts:     450000 | #Constraints:      23619
258.12/258.97	c #Conflicts:     451000 | #Constraints:      24619
258.12/258.97	c #Conflicts:     452000 | #Constraints:      25619
258.12/258.97	c #Conflicts:     453000 | #Constraints:      26619
258.12/258.97	c #Conflicts:     454000 | #Constraints:      27619
258.12/258.97	c #Conflicts:     455000 | #Constraints:      28619
258.12/258.97	c #Conflicts:     456000 | #Constraints:      29619
258.12/258.97	c #Conflicts:     457000 | #Constraints:      30619
258.12/258.97	c #Conflicts:     458000 | #Constraints:      31619
258.12/258.97	c #Conflicts:     459000 | #Constraints:      32619
258.12/258.97	c #Conflicts:     460000 | #Constraints:      33619
258.12/258.97	c INPROCESSING
258.12/258.97	c GARBAGE COLLECT
258.12/258.97	c rational objective 1001
268.30/269.14	c #Conflicts:     461000 | #Constraints:      21170
268.30/269.14	c #Conflicts:     462000 | #Constraints:      22170
268.30/269.14	c #Conflicts:     463000 | #Constraints:      23192
268.30/269.14	c #Conflicts:     464000 | #Constraints:      24217
268.30/269.14	c #Conflicts:     465000 | #Constraints:      25234
268.30/269.14	c #Conflicts:     466000 | #Constraints:      26282
268.30/269.14	c #Conflicts:     467000 | #Constraints:      27340
268.30/269.14	c #Conflicts:     468000 | #Constraints:      28391
268.30/269.14	c #Conflicts:     469000 | #Constraints:      29426
268.30/269.14	c #Conflicts:     470000 | #Constraints:      30456
268.30/269.14	c #Conflicts:     471000 | #Constraints:      31473
268.30/269.14	c #Conflicts:     472000 | #Constraints:      32491
268.30/269.14	c #Conflicts:     473000 | #Constraints:      33519
268.30/269.14	c #Conflicts:     474000 | #Constraints:      34558
268.30/269.14	c INPROCESSING
268.30/269.14	c GARBAGE COLLECT
268.30/269.14	c rational objective 1001
275.97/276.81	c #Conflicts:     475000 | #Constraints:      21688
275.97/276.81	c #Conflicts:     476000 | #Constraints:      22688
275.97/276.81	c #Conflicts:     477000 | #Constraints:      23688
275.97/276.81	c #Conflicts:     478000 | #Constraints:      24688
275.97/276.81	c #Conflicts:     479000 | #Constraints:      25688
275.97/276.81	c #Conflicts:     480000 | #Constraints:      26688
275.97/276.81	c #Conflicts:     481000 | #Constraints:      27688
275.97/276.81	c #Conflicts:     482000 | #Constraints:      28688
275.97/276.81	c #Conflicts:     483000 | #Constraints:      29688
275.97/276.81	c #Conflicts:     484000 | #Constraints:      30688
275.97/276.81	c #Conflicts:     485000 | #Constraints:      31688
275.97/276.81	c #Conflicts:     486000 | #Constraints:      32688
275.97/276.81	c #Conflicts:     487000 | #Constraints:      33688
275.97/276.81	c #Conflicts:     488000 | #Constraints:      34688
275.97/276.81	c INPROCESSING
275.97/276.81	c GARBAGE COLLECT
275.97/276.81	c rational objective 1001
283.54/284.45	c #Conflicts:     489000 | #Constraints:      21808
283.54/284.45	c #Conflicts:     490000 | #Constraints:      22808
283.54/284.45	c #Conflicts:     491000 | #Constraints:      23808
283.54/284.45	c #Conflicts:     492000 | #Constraints:      24808
283.54/284.45	c #Conflicts:     493000 | #Constraints:      25808
283.54/284.45	c #Conflicts:     494000 | #Constraints:      26808
283.54/284.45	c #Conflicts:     495000 | #Constraints:      27808
283.54/284.45	c #Conflicts:     496000 | #Constraints:      28808
283.54/284.45	c #Conflicts:     497000 | #Constraints:      29808
283.54/284.45	c #Conflicts:     498000 | #Constraints:      30808
283.54/284.45	c #Conflicts:     499000 | #Constraints:      31808
283.54/284.45	c #Conflicts:     500000 | #Constraints:      32808
283.54/284.45	c #Conflicts:     501000 | #Constraints:      33808
283.54/284.45	c #Conflicts:     502000 | #Constraints:      34808
283.54/284.45	c INPROCESSING
283.54/284.45	c GARBAGE COLLECT
283.54/284.45	c rational objective 1001
291.23/292.13	c #Conflicts:     503000 | #Constraints:      21777
291.23/292.13	c #Conflicts:     504000 | #Constraints:      22777
291.23/292.13	c #Conflicts:     505000 | #Constraints:      23777
291.23/292.13	c #Conflicts:     506000 | #Constraints:      24777
291.23/292.13	c #Conflicts:     507000 | #Constraints:      25777
291.23/292.13	c #Conflicts:     508000 | #Constraints:      26777
291.23/292.13	c #Conflicts:     509000 | #Constraints:      27777
291.23/292.13	c #Conflicts:     510000 | #Constraints:      28777
291.23/292.13	c #Conflicts:     511000 | #Constraints:      29777
291.23/292.13	c #Conflicts:     512000 | #Constraints:      30777
291.23/292.13	c #Conflicts:     513000 | #Constraints:      31777
291.23/292.13	c #Conflicts:     514000 | #Constraints:      32778
291.23/292.13	c #Conflicts:     515000 | #Constraints:      33778
291.23/292.13	c #Conflicts:     516000 | #Constraints:      34778
291.23/292.13	c INPROCESSING
291.23/292.13	c GARBAGE COLLECT
291.23/292.13	c rational objective 1001
301.99/302.98	c #Conflicts:     517000 | #Constraints:      21540
301.99/302.98	c #Conflicts:     518000 | #Constraints:      22553
301.99/302.98	c #Conflicts:     519000 | #Constraints:      23635
301.99/302.98	c #Conflicts:     520000 | #Constraints:      24694
301.99/302.98	c #Conflicts:     521000 | #Constraints:      25763
301.99/302.98	c #Conflicts:     522000 | #Constraints:      26832
301.99/302.98	c #Conflicts:     523000 | #Constraints:      27898
301.99/302.98	c #Conflicts:     524000 | #Constraints:      28947
301.99/302.98	c #Conflicts:     525000 | #Constraints:      29997
301.99/302.98	c #Conflicts:     526000 | #Constraints:      31049
301.99/302.98	c #Conflicts:     527000 | #Constraints:      32087
301.99/302.98	c #Conflicts:     528000 | #Constraints:      33122
301.99/302.98	c #Conflicts:     529000 | #Constraints:      34143
301.99/302.98	c #Conflicts:     530000 | #Constraints:      35176
301.99/302.98	c #Conflicts:     531000 | #Constraints:      36227
301.99/302.98	c INPROCESSING
301.99/302.98	c GARBAGE COLLECT
301.99/302.98	c rational objective 1001
310.16/311.18	c #Conflicts:     532000 | #Constraints:      22353
310.16/311.18	c #Conflicts:     533000 | #Constraints:      23353
310.16/311.18	c #Conflicts:     534000 | #Constraints:      24353
310.16/311.18	c #Conflicts:     535000 | #Constraints:      25353
310.16/311.18	c #Conflicts:     536000 | #Constraints:      26353
310.16/311.18	c #Conflicts:     537000 | #Constraints:      27353
310.16/311.18	c #Conflicts:     538000 | #Constraints:      28353
310.16/311.18	c #Conflicts:     539000 | #Constraints:      29353
310.16/311.18	c #Conflicts:     540000 | #Constraints:      30353
310.16/311.18	c #Conflicts:     541000 | #Constraints:      31353
310.16/311.18	c #Conflicts:     542000 | #Constraints:      32353
310.16/311.18	c #Conflicts:     543000 | #Constraints:      33353
310.16/311.18	c #Conflicts:     544000 | #Constraints:      34353
310.16/311.18	c #Conflicts:     545000 | #Constraints:      35353
310.16/311.18	c #Conflicts:     546000 | #Constraints:      36353
310.16/311.18	c INPROCESSING
310.16/311.18	c GARBAGE COLLECT
310.16/311.18	c rational objective 1001
317.84/318.88	c #Conflicts:     547000 | #Constraints:      22648
317.84/318.88	c #Conflicts:     548000 | #Constraints:      23648
317.84/318.88	c #Conflicts:     549000 | #Constraints:      24648
317.84/318.88	c #Conflicts:     550000 | #Constraints:      25648
317.84/318.88	c #Conflicts:     551000 | #Constraints:      26648
317.84/318.88	c #Conflicts:     552000 | #Constraints:      27648
317.84/318.88	c #Conflicts:     553000 | #Constraints:      28648
317.84/318.88	c #Conflicts:     554000 | #Constraints:      29648
317.84/318.88	c #Conflicts:     555000 | #Constraints:      30648
317.84/318.88	c #Conflicts:     556000 | #Constraints:      31648
317.84/318.88	c #Conflicts:     557000 | #Constraints:      32648
317.84/318.88	c #Conflicts:     558000 | #Constraints:      33648
317.84/318.88	c #Conflicts:     559000 | #Constraints:      34648
317.84/318.88	c #Conflicts:     560000 | #Constraints:      35648
317.84/318.88	c #Conflicts:     561000 | #Constraints:      36648
317.84/318.88	c INPROCESSING
317.84/318.88	c GARBAGE COLLECT
317.84/318.88	c rational objective 1001
332.10/333.15	c #Conflicts:     562000 | #Constraints:      22799
332.10/333.15	c #Conflicts:     563000 | #Constraints:      23841
332.10/333.15	c #Conflicts:     564000 | #Constraints:      24919
332.10/333.15	c #Conflicts:     565000 | #Constraints:      25988
332.10/333.15	c #Conflicts:     566000 | #Constraints:      27041
332.10/333.15	c #Conflicts:     567000 | #Constraints:      28108
332.10/333.15	c #Conflicts:     568000 | #Constraints:      29151
332.10/333.15	c #Conflicts:     569000 | #Constraints:      30187
332.10/333.15	c #Conflicts:     570000 | #Constraints:      31210
332.10/333.15	c #Conflicts:     571000 | #Constraints:      32239
332.10/333.15	c #Conflicts:     572000 | #Constraints:      33268
332.10/333.15	c #Conflicts:     573000 | #Constraints:      34294
332.10/333.15	c #Conflicts:     574000 | #Constraints:      35317
332.10/333.15	c #Conflicts:     575000 | #Constraints:      36353
332.10/333.15	c #Conflicts:     576000 | #Constraints:      37403
332.10/333.15	c INPROCESSING
332.10/333.15	c GARBAGE COLLECT
332.10/333.15	c rational objective 1001
341.56/342.68	c #Conflicts:     577000 | #Constraints:      22988
341.56/342.68	c #Conflicts:     578000 | #Constraints:      23988
341.56/342.68	c #Conflicts:     579000 | #Constraints:      24988
341.56/342.68	c #Conflicts:     580000 | #Constraints:      25988
341.56/342.68	c #Conflicts:     581000 | #Constraints:      26988
341.56/342.68	c #Conflicts:     582000 | #Constraints:      27988
341.56/342.68	c #Conflicts:     583000 | #Constraints:      28988
341.56/342.68	c #Conflicts:     584000 | #Constraints:      29988
341.56/342.68	c #Conflicts:     585000 | #Constraints:      30988
341.56/342.68	c #Conflicts:     586000 | #Constraints:      31988
341.56/342.68	c #Conflicts:     587000 | #Constraints:      32988
341.56/342.68	c #Conflicts:     588000 | #Constraints:      33988
341.56/342.68	c #Conflicts:     589000 | #Constraints:      34988
341.56/342.68	c #Conflicts:     590000 | #Constraints:      35988
341.56/342.68	c #Conflicts:     591000 | #Constraints:      36988
341.56/342.68	c INPROCESSING
341.56/342.68	c GARBAGE COLLECT
341.56/342.68	c rational objective 1001
351.04/352.11	c #Conflicts:     592000 | #Constraints:      22674
351.04/352.11	c #Conflicts:     593000 | #Constraints:      23674
351.04/352.11	c #Conflicts:     594000 | #Constraints:      24674
351.04/352.11	c #Conflicts:     595000 | #Constraints:      25674
351.04/352.11	c #Conflicts:     596000 | #Constraints:      26674
351.04/352.11	c #Conflicts:     597000 | #Constraints:      27674
351.04/352.11	c #Conflicts:     598000 | #Constraints:      28674
351.04/352.11	c #Conflicts:     599000 | #Constraints:      29674
351.04/352.11	c #Conflicts:     600000 | #Constraints:      30674
351.04/352.11	c #Conflicts:     601000 | #Constraints:      31674
351.04/352.11	c #Conflicts:     602000 | #Constraints:      32674
351.04/352.11	c #Conflicts:     603000 | #Constraints:      33674
351.04/352.11	c #Conflicts:     604000 | #Constraints:      34674
351.04/352.11	c #Conflicts:     605000 | #Constraints:      35674
351.04/352.11	c #Conflicts:     606000 | #Constraints:      36674
351.04/352.11	c #Conflicts:     607000 | #Constraints:      37674
351.04/352.11	c INPROCESSING
351.04/352.11	c GARBAGE COLLECT
351.04/352.11	c rational objective 1001
361.50/362.65	c #Conflicts:     608000 | #Constraints:      23218
361.50/362.65	c #Conflicts:     609000 | #Constraints:      24258
361.50/362.65	c #Conflicts:     610000 | #Constraints:      25273
361.50/362.65	c #Conflicts:     611000 | #Constraints:      26302
361.50/362.65	c #Conflicts:     612000 | #Constraints:      27340
361.50/362.65	c #Conflicts:     613000 | #Constraints:      28381
361.50/362.65	c #Conflicts:     614000 | #Constraints:      29401
361.50/362.65	c #Conflicts:     615000 | #Constraints:      30428
361.50/362.65	c #Conflicts:     616000 | #Constraints:      31453
361.50/362.65	c #Conflicts:     617000 | #Constraints:      32490
361.50/362.65	c #Conflicts:     618000 | #Constraints:      33526
361.50/362.65	c #Conflicts:     619000 | #Constraints:      34553
361.50/362.65	c #Conflicts:     620000 | #Constraints:      35591
361.50/362.65	c #Conflicts:     621000 | #Constraints:      36628
361.50/362.65	c #Conflicts:     622000 | #Constraints:      37665
361.50/362.65	c #Conflicts:     623000 | #Constraints:      38700
361.50/362.65	c INPROCESSING
361.50/362.65	c GARBAGE COLLECT
361.50/362.65	c rational objective 1001
370.47/371.61	c #Conflicts:     624000 | #Constraints:      23755
370.47/371.61	c #Conflicts:     625000 | #Constraints:      24755
370.47/371.61	c #Conflicts:     626000 | #Constraints:      25755
370.47/371.61	c #Conflicts:     627000 | #Constraints:      26755
370.47/371.61	c #Conflicts:     628000 | #Constraints:      27755
370.47/371.61	c #Conflicts:     629000 | #Constraints:      28755
370.47/371.61	c #Conflicts:     630000 | #Constraints:      29755
370.47/371.61	c #Conflicts:     631000 | #Constraints:      30755
370.47/371.61	c #Conflicts:     632000 | #Constraints:      31755
370.47/371.61	c #Conflicts:     633000 | #Constraints:      32755
370.47/371.61	c #Conflicts:     634000 | #Constraints:      33755
370.47/371.61	c #Conflicts:     635000 | #Constraints:      34755
370.47/371.61	c #Conflicts:     636000 | #Constraints:      35755
370.47/371.61	c #Conflicts:     637000 | #Constraints:      36755
370.47/371.61	c #Conflicts:     638000 | #Constraints:      37755
370.47/371.61	c #Conflicts:     639000 | #Constraints:      38755
370.47/371.61	c INPROCESSING
370.47/371.61	c GARBAGE COLLECT
370.47/371.61	c rational objective 1001
379.25/380.44	c #Conflicts:     640000 | #Constraints:      23852
379.25/380.44	c #Conflicts:     641000 | #Constraints:      24852
379.25/380.44	c #Conflicts:     642000 | #Constraints:      25852
379.25/380.44	c #Conflicts:     643000 | #Constraints:      26852
379.25/380.44	c #Conflicts:     644000 | #Constraints:      27852
379.25/380.44	c #Conflicts:     645000 | #Constraints:      28852
379.25/380.44	c #Conflicts:     646000 | #Constraints:      29852
379.25/380.44	c #Conflicts:     647000 | #Constraints:      30852
379.25/380.44	c #Conflicts:     648000 | #Constraints:      31852
379.25/380.44	c #Conflicts:     649000 | #Constraints:      32852
379.25/380.44	c #Conflicts:     650000 | #Constraints:      33852
379.25/380.44	c #Conflicts:     651000 | #Constraints:      34852
379.25/380.44	c #Conflicts:     652000 | #Constraints:      35852
379.25/380.44	c #Conflicts:     653000 | #Constraints:      36852
379.25/380.44	c #Conflicts:     654000 | #Constraints:      37852
379.25/380.44	c #Conflicts:     655000 | #Constraints:      38852
379.25/380.44	c INPROCESSING
379.25/380.44	c GARBAGE COLLECT
379.25/380.44	c rational objective 1001
393.70/394.90	c #Conflicts:     656000 | #Constraints:      23793
393.70/394.90	c #Conflicts:     657000 | #Constraints:      24793
393.70/394.90	c #Conflicts:     658000 | #Constraints:      25793
393.70/394.90	c #Conflicts:     659000 | #Constraints:      26793
393.70/394.90	c #Conflicts:     660000 | #Constraints:      27794
393.70/394.90	c #Conflicts:     661000 | #Constraints:      28898
393.70/394.90	c #Conflicts:     662000 | #Constraints:      29982
393.70/394.90	c #Conflicts:     663000 | #Constraints:      31064
393.70/394.90	c #Conflicts:     664000 | #Constraints:      32114
393.70/394.90	c #Conflicts:     665000 | #Constraints:      33184
393.70/394.90	c #Conflicts:     666000 | #Constraints:      34247
393.70/394.90	c #Conflicts:     667000 | #Constraints:      35291
393.70/394.90	c #Conflicts:     668000 | #Constraints:      36338
393.70/394.90	c #Conflicts:     669000 | #Constraints:      37377
393.70/394.90	c #Conflicts:     670000 | #Constraints:      38414
393.70/394.90	c #Conflicts:     671000 | #Constraints:      39462
393.70/394.90	c INPROCESSING
393.70/394.90	c GARBAGE COLLECT
393.70/394.90	c rational objective 1001
403.37/404.65	c #Conflicts:     672000 | #Constraints:      23839
403.37/404.65	c #Conflicts:     673000 | #Constraints:      24839
403.37/404.65	c #Conflicts:     674000 | #Constraints:      25839
403.37/404.65	c #Conflicts:     675000 | #Constraints:      26839
403.37/404.65	c #Conflicts:     676000 | #Constraints:      27839
403.37/404.65	c #Conflicts:     677000 | #Constraints:      28839
403.37/404.65	c #Conflicts:     678000 | #Constraints:      29839
403.37/404.65	c #Conflicts:     679000 | #Constraints:      30839
403.37/404.65	c #Conflicts:     680000 | #Constraints:      31839
403.37/404.65	c #Conflicts:     681000 | #Constraints:      32839
403.37/404.65	c #Conflicts:     682000 | #Constraints:      33839
403.37/404.65	c #Conflicts:     683000 | #Constraints:      34839
403.37/404.65	c #Conflicts:     684000 | #Constraints:      35839
403.37/404.65	c #Conflicts:     685000 | #Constraints:      36839
403.37/404.65	c #Conflicts:     686000 | #Constraints:      37839
403.37/404.65	c #Conflicts:     687000 | #Constraints:      38839
403.37/404.65	c #Conflicts:     688000 | #Constraints:      39839
403.37/404.65	c INPROCESSING
403.37/404.65	c GARBAGE COLLECT
403.37/404.65	c rational objective 1001
413.04/414.30	c #Conflicts:     689000 | #Constraints:      24301
413.04/414.30	c #Conflicts:     690000 | #Constraints:      25301
413.04/414.30	c #Conflicts:     691000 | #Constraints:      26301
413.04/414.30	c #Conflicts:     692000 | #Constraints:      27301
413.04/414.30	c #Conflicts:     693000 | #Constraints:      28301
413.04/414.30	c #Conflicts:     694000 | #Constraints:      29301
413.04/414.30	c #Conflicts:     695000 | #Constraints:      30301
413.04/414.30	c #Conflicts:     696000 | #Constraints:      31301
413.04/414.30	c #Conflicts:     697000 | #Constraints:      32301
413.04/414.30	c #Conflicts:     698000 | #Constraints:      33301
413.04/414.30	c #Conflicts:     699000 | #Constraints:      34301
413.04/414.30	c #Conflicts:     700000 | #Constraints:      35301
413.04/414.30	c #Conflicts:     701000 | #Constraints:      36301
413.04/414.30	c #Conflicts:     702000 | #Constraints:      37301
413.04/414.30	c #Conflicts:     703000 | #Constraints:      38301
413.04/414.30	c #Conflicts:     704000 | #Constraints:      39301
413.04/414.30	c #Conflicts:     705000 | #Constraints:      40301
413.04/414.30	c INPROCESSING
413.04/414.30	c GARBAGE COLLECT
413.04/414.30	c rational objective 1001
427.10/428.40	c #Conflicts:     706000 | #Constraints:      24634
427.10/428.40	c #Conflicts:     707000 | #Constraints:      25644
427.10/428.40	c #Conflicts:     708000 | #Constraints:      26665
427.10/428.40	c #Conflicts:     709000 | #Constraints:      27691
427.10/428.40	c #Conflicts:     710000 | #Constraints:      28759
427.10/428.40	c #Conflicts:     711000 | #Constraints:      29821
427.10/428.40	c #Conflicts:     712000 | #Constraints:      30869
427.10/428.40	c #Conflicts:     713000 | #Constraints:      31909
427.10/428.40	c #Conflicts:     714000 | #Constraints:      32962
427.10/428.40	c #Conflicts:     715000 | #Constraints:      34009
427.10/428.40	c #Conflicts:     716000 | #Constraints:      35045
427.10/428.40	c #Conflicts:     717000 | #Constraints:      36087
427.10/428.40	c #Conflicts:     718000 | #Constraints:      37127
427.10/428.40	c #Conflicts:     719000 | #Constraints:      38150
427.10/428.40	c #Conflicts:     720000 | #Constraints:      39189
427.10/428.40	c #Conflicts:     721000 | #Constraints:      40240
427.10/428.40	c #Conflicts:     722000 | #Constraints:      41281
427.10/428.40	c INPROCESSING
427.10/428.40	c GARBAGE COLLECT
427.10/428.40	c rational objective 1001
437.67/439.04	c #Conflicts:     723000 | #Constraints:      25025
437.67/439.04	c #Conflicts:     724000 | #Constraints:      26025
437.67/439.04	c #Conflicts:     725000 | #Constraints:      27025
437.67/439.04	c #Conflicts:     726000 | #Constraints:      28025
437.67/439.04	c #Conflicts:     727000 | #Constraints:      29025
437.67/439.04	c #Conflicts:     728000 | #Constraints:      30025
437.67/439.04	c #Conflicts:     729000 | #Constraints:      31025
437.67/439.04	c #Conflicts:     730000 | #Constraints:      32025
437.67/439.04	c #Conflicts:     731000 | #Constraints:      33025
437.67/439.04	c #Conflicts:     732000 | #Constraints:      34025
437.67/439.04	c #Conflicts:     733000 | #Constraints:      35025
437.67/439.04	c #Conflicts:     734000 | #Constraints:      36025
437.67/439.04	c #Conflicts:     735000 | #Constraints:      37025
437.67/439.04	c #Conflicts:     736000 | #Constraints:      38025
437.67/439.04	c #Conflicts:     737000 | #Constraints:      39025
437.67/439.04	c #Conflicts:     738000 | #Constraints:      40025
437.67/439.04	c #Conflicts:     739000 | #Constraints:      41025
437.67/439.04	c INPROCESSING
437.67/439.04	c GARBAGE COLLECT
437.67/439.04	c rational objective 1001
448.82/450.23	c #Conflicts:     740000 | #Constraints:      24901
448.82/450.23	c #Conflicts:     741000 | #Constraints:      25901
448.82/450.23	c #Conflicts:     742000 | #Constraints:      26901
448.82/450.23	c #Conflicts:     743000 | #Constraints:      27901
448.82/450.23	c #Conflicts:     744000 | #Constraints:      28901
448.82/450.23	c #Conflicts:     745000 | #Constraints:      29901
448.82/450.23	c #Conflicts:     746000 | #Constraints:      30901
448.82/450.23	c #Conflicts:     747000 | #Constraints:      31901
448.82/450.23	c #Conflicts:     748000 | #Constraints:      32901
448.82/450.23	c #Conflicts:     749000 | #Constraints:      33901
448.82/450.23	c #Conflicts:     750000 | #Constraints:      34901
448.82/450.23	c #Conflicts:     751000 | #Constraints:      35901
448.82/450.23	c #Conflicts:     752000 | #Constraints:      36901
448.82/450.23	c #Conflicts:     753000 | #Constraints:      37901
448.82/450.23	c #Conflicts:     754000 | #Constraints:      38901
448.82/450.23	c #Conflicts:     755000 | #Constraints:      39901
448.82/450.23	c #Conflicts:     756000 | #Constraints:      40901
448.82/450.23	c INPROCESSING
448.82/450.23	c GARBAGE COLLECT
448.82/450.23	c rational objective 1001
463.88/465.30	c #Conflicts:     757000 | #Constraints:      24650
463.88/465.30	c #Conflicts:     758000 | #Constraints:      25653
463.88/465.30	c #Conflicts:     759000 | #Constraints:      26698
463.88/465.30	c #Conflicts:     760000 | #Constraints:      27747
463.88/465.30	c #Conflicts:     761000 | #Constraints:      28799
463.88/465.30	c #Conflicts:     762000 | #Constraints:      29856
463.88/465.30	c #Conflicts:     763000 | #Constraints:      30896
463.88/465.30	c #Conflicts:     764000 | #Constraints:      31932
463.88/465.30	c #Conflicts:     765000 | #Constraints:      32966
463.88/465.30	c #Conflicts:     766000 | #Constraints:      34010
463.88/465.30	c #Conflicts:     767000 | #Constraints:      35040
463.88/465.30	c #Conflicts:     768000 | #Constraints:      36067
463.88/465.30	c #Conflicts:     769000 | #Constraints:      37086
463.88/465.30	c #Conflicts:     770000 | #Constraints:      38107
463.88/465.30	c #Conflicts:     771000 | #Constraints:      39136
463.88/465.30	c #Conflicts:     772000 | #Constraints:      40155
463.88/465.30	c #Conflicts:     773000 | #Constraints:      41182
463.88/465.30	c #Conflicts:     774000 | #Constraints:      42208
463.88/465.30	c INPROCESSING
463.88/465.30	c GARBAGE COLLECT
463.88/465.30	c rational objective 1001
475.44/476.93	c #Conflicts:     775000 | #Constraints:      25402
475.44/476.93	c #Conflicts:     776000 | #Constraints:      26402
475.44/476.93	c #Conflicts:     777000 | #Constraints:      27402
475.44/476.93	c #Conflicts:     778000 | #Constraints:      28402
475.44/476.93	c #Conflicts:     779000 | #Constraints:      29402
475.44/476.93	c #Conflicts:     780000 | #Constraints:      30402
475.44/476.93	c #Conflicts:     781000 | #Constraints:      31402
475.44/476.93	c #Conflicts:     782000 | #Constraints:      32402
475.44/476.93	c #Conflicts:     783000 | #Constraints:      33402
475.44/476.93	c #Conflicts:     784000 | #Constraints:      34402
475.44/476.93	c #Conflicts:     785000 | #Constraints:      35402
475.44/476.93	c #Conflicts:     786000 | #Constraints:      36402
475.44/476.93	c #Conflicts:     787000 | #Constraints:      37402
475.44/476.93	c #Conflicts:     788000 | #Constraints:      38402
475.44/476.93	c #Conflicts:     789000 | #Constraints:      39402
475.44/476.93	c #Conflicts:     790000 | #Constraints:      40402
475.44/476.93	c #Conflicts:     791000 | #Constraints:      41402
475.44/476.93	c #Conflicts:     792000 | #Constraints:      42402
475.44/476.93	c INPROCESSING
475.44/476.93	c GARBAGE COLLECT
475.44/476.93	c rational objective 1001
486.01/487.55	c #Conflicts:     793000 | #Constraints:      25709
486.01/487.55	c #Conflicts:     794000 | #Constraints:      26709
486.01/487.55	c #Conflicts:     795000 | #Constraints:      27709
486.01/487.55	c #Conflicts:     796000 | #Constraints:      28709
486.01/487.55	c #Conflicts:     797000 | #Constraints:      29709
486.01/487.55	c #Conflicts:     798000 | #Constraints:      30709
486.01/487.55	c #Conflicts:     799000 | #Constraints:      31709
486.01/487.55	c #Conflicts:     800000 | #Constraints:      32709
486.01/487.55	c #Conflicts:     801000 | #Constraints:      33709
486.01/487.55	c #Conflicts:     802000 | #Constraints:      34709
486.01/487.55	c #Conflicts:     803000 | #Constraints:      35709
486.01/487.55	c #Conflicts:     804000 | #Constraints:      36709
486.01/487.55	c #Conflicts:     805000 | #Constraints:      37709
486.01/487.55	c #Conflicts:     806000 | #Constraints:      38709
486.01/487.55	c #Conflicts:     807000 | #Constraints:      39709
486.01/487.55	c #Conflicts:     808000 | #Constraints:      40709
486.01/487.55	c #Conflicts:     809000 | #Constraints:      41709
486.01/487.55	c #Conflicts:     810000 | #Constraints:      42709
486.01/487.55	c INPROCESSING
486.01/487.55	c GARBAGE COLLECT
486.01/487.55	c rational objective 1001
496.77/498.39	c #Conflicts:     811000 | #Constraints:      25850
496.77/498.39	c #Conflicts:     812000 | #Constraints:      26850
496.77/498.39	c #Conflicts:     813000 | #Constraints:      27850
496.77/498.39	c #Conflicts:     814000 | #Constraints:      28850
496.77/498.39	c #Conflicts:     815000 | #Constraints:      29850
496.77/498.39	c #Conflicts:     816000 | #Constraints:      30850
496.77/498.39	c #Conflicts:     817000 | #Constraints:      31850
496.77/498.39	c #Conflicts:     818000 | #Constraints:      32850
496.77/498.39	c #Conflicts:     819000 | #Constraints:      33850
496.77/498.39	c #Conflicts:     820000 | #Constraints:      34850
496.77/498.39	c #Conflicts:     821000 | #Constraints:      35850
496.77/498.39	c #Conflicts:     822000 | #Constraints:      36850
496.77/498.39	c #Conflicts:     823000 | #Constraints:      37850
496.77/498.39	c #Conflicts:     824000 | #Constraints:      38850
496.77/498.39	c #Conflicts:     825000 | #Constraints:      39850
496.77/498.39	c #Conflicts:     826000 | #Constraints:      40850
496.77/498.39	c #Conflicts:     827000 | #Constraints:      41850
496.77/498.39	c #Conflicts:     828000 | #Constraints:      42850
496.77/498.39	c INPROCESSING
496.77/498.39	c GARBAGE COLLECT
496.77/498.39	c rational objective 1001
515.42/517.05	c #Conflicts:     829000 | #Constraints:      25824
515.42/517.05	c #Conflicts:     830000 | #Constraints:      26824
515.42/517.05	c #Conflicts:     831000 | #Constraints:      27824
515.42/517.05	c #Conflicts:     832000 | #Constraints:      28824
515.42/517.05	c #Conflicts:     833000 | #Constraints:      29867
515.42/517.05	c #Conflicts:     834000 | #Constraints:      30961
515.42/517.05	c #Conflicts:     835000 | #Constraints:      32033
515.42/517.05	c #Conflicts:     836000 | #Constraints:      33092
515.42/517.05	c #Conflicts:     837000 | #Constraints:      34147
515.42/517.05	c #Conflicts:     838000 | #Constraints:      35193
515.42/517.05	c #Conflicts:     839000 | #Constraints:      36230
515.42/517.05	c #Conflicts:     840000 | #Constraints:      37268
515.42/517.05	c #Conflicts:     841000 | #Constraints:      38305
515.42/517.05	c #Conflicts:     842000 | #Constraints:      39334
515.42/517.05	c #Conflicts:     843000 | #Constraints:      40375
515.42/517.05	c #Conflicts:     844000 | #Constraints:      41409
515.42/517.05	c #Conflicts:     845000 | #Constraints:      42448
515.42/517.05	c #Conflicts:     846000 | #Constraints:      43466
515.42/517.05	c INPROCESSING
515.42/517.05	c GARBAGE COLLECT
515.42/517.05	c rational objective 1001
527.28/528.95	c #Conflicts:     847000 | #Constraints:      25869
527.28/528.95	c #Conflicts:     848000 | #Constraints:      26869
527.28/528.95	c #Conflicts:     849000 | #Constraints:      27869
527.28/528.95	c #Conflicts:     850000 | #Constraints:      28869
527.28/528.95	c #Conflicts:     851000 | #Constraints:      29869
527.28/528.95	c #Conflicts:     852000 | #Constraints:      30869
527.28/528.95	c #Conflicts:     853000 | #Constraints:      31869
527.28/528.95	c #Conflicts:     854000 | #Constraints:      32869
527.28/528.95	c #Conflicts:     855000 | #Constraints:      33869
527.28/528.95	c #Conflicts:     856000 | #Constraints:      34869
527.28/528.95	c #Conflicts:     857000 | #Constraints:      35869
527.28/528.95	c #Conflicts:     858000 | #Constraints:      36869
527.28/528.95	c #Conflicts:     859000 | #Constraints:      37869
527.28/528.95	c #Conflicts:     860000 | #Constraints:      38869
527.28/528.95	c #Conflicts:     861000 | #Constraints:      39869
527.28/528.95	c #Conflicts:     862000 | #Constraints:      40869
527.28/528.95	c #Conflicts:     863000 | #Constraints:      41869
527.28/528.95	c #Conflicts:     864000 | #Constraints:      42869
527.28/528.95	c #Conflicts:     865000 | #Constraints:      43869
527.28/528.95	c INPROCESSING
527.28/528.95	c GARBAGE COLLECT
527.28/528.95	c rational objective 1001
538.25/539.95	c #Conflicts:     866000 | #Constraints:      26311
538.25/539.95	c #Conflicts:     867000 | #Constraints:      27311
538.25/539.95	c #Conflicts:     868000 | #Constraints:      28311
538.25/539.95	c #Conflicts:     869000 | #Constraints:      29311
538.25/539.95	c #Conflicts:     870000 | #Constraints:      30311
538.25/539.95	c #Conflicts:     871000 | #Constraints:      31311
538.25/539.95	c #Conflicts:     872000 | #Constraints:      32311
538.25/539.95	c #Conflicts:     873000 | #Constraints:      33311
538.25/539.95	c #Conflicts:     874000 | #Constraints:      34311
538.25/539.95	c #Conflicts:     875000 | #Constraints:      35311
538.25/539.95	c #Conflicts:     876000 | #Constraints:      36311
538.25/539.95	c #Conflicts:     877000 | #Constraints:      37311
538.25/539.95	c #Conflicts:     878000 | #Constraints:      38311
538.25/539.95	c #Conflicts:     879000 | #Constraints:      39311
538.25/539.95	c #Conflicts:     880000 | #Constraints:      40311
538.25/539.95	c #Conflicts:     881000 | #Constraints:      41311
538.25/539.95	c #Conflicts:     882000 | #Constraints:      42311
538.25/539.95	c #Conflicts:     883000 | #Constraints:      43311
538.25/539.95	c #Conflicts:     884000 | #Constraints:      44311
538.25/539.95	c INPROCESSING
538.25/539.95	c GARBAGE COLLECT
538.25/539.95	c rational objective 1001
549.22/550.99	c #Conflicts:     885000 | #Constraints:      26650
549.22/550.99	c #Conflicts:     886000 | #Constraints:      27650
549.22/550.99	c #Conflicts:     887000 | #Constraints:      28650
549.22/550.99	c #Conflicts:     888000 | #Constraints:      29650
549.22/550.99	c #Conflicts:     889000 | #Constraints:      30650
549.22/550.99	c #Conflicts:     890000 | #Constraints:      31650
549.22/550.99	c #Conflicts:     891000 | #Constraints:      32650
549.22/550.99	c #Conflicts:     892000 | #Constraints:      33650
549.22/550.99	c #Conflicts:     893000 | #Constraints:      34650
549.22/550.99	c #Conflicts:     894000 | #Constraints:      35650
549.22/550.99	c #Conflicts:     895000 | #Constraints:      36650
549.22/550.99	c #Conflicts:     896000 | #Constraints:      37650
549.22/550.99	c #Conflicts:     897000 | #Constraints:      38650
549.22/550.99	c #Conflicts:     898000 | #Constraints:      39650
549.22/550.99	c #Conflicts:     899000 | #Constraints:      40650
549.22/550.99	c #Conflicts:     900000 | #Constraints:      41650
549.22/550.99	c #Conflicts:     901000 | #Constraints:      42650
549.22/550.99	c #Conflicts:     902000 | #Constraints:      43650
549.22/550.99	c #Conflicts:     903000 | #Constraints:      44650
549.22/550.99	c INPROCESSING
549.22/550.99	c GARBAGE COLLECT
549.22/550.99	c rational objective 1001
565.77/567.56	c #Conflicts:     904000 | #Constraints:      26823
565.77/567.56	c #Conflicts:     905000 | #Constraints:      27886
565.77/567.56	c #Conflicts:     906000 | #Constraints:      28958
565.77/567.56	c #Conflicts:     907000 | #Constraints:      30032
565.77/567.56	c #Conflicts:     908000 | #Constraints:      31086
565.77/567.56	c #Conflicts:     909000 | #Constraints:      32137
565.77/567.56	c #Conflicts:     910000 | #Constraints:      33175
565.77/567.56	c #Conflicts:     911000 | #Constraints:      34227
565.77/567.56	c #Conflicts:     912000 | #Constraints:      35257
565.77/567.56	c #Conflicts:     913000 | #Constraints:      36303
565.77/567.56	c #Conflicts:     914000 | #Constraints:      37346
565.77/567.56	c #Conflicts:     915000 | #Constraints:      38376
565.77/567.56	c #Conflicts:     916000 | #Constraints:      39409
565.77/567.56	c #Conflicts:     917000 | #Constraints:      40431
565.77/567.56	c #Conflicts:     918000 | #Constraints:      41457
565.77/567.56	c #Conflicts:     919000 | #Constraints:      42478
565.77/567.56	c #Conflicts:     920000 | #Constraints:      43492
565.77/567.56	c #Conflicts:     921000 | #Constraints:      44516
565.77/567.56	c #Conflicts:     922000 | #Constraints:      45547
565.77/567.56	c INPROCESSING
565.77/567.56	c GARBAGE COLLECT
565.77/567.56	c rational objective 1001
579.24/581.05	c #Conflicts:     923000 | #Constraints:      27075
579.24/581.05	c #Conflicts:     924000 | #Constraints:      28075
579.24/581.05	c #Conflicts:     925000 | #Constraints:      29075
579.24/581.05	c #Conflicts:     926000 | #Constraints:      30075
579.24/581.05	c #Conflicts:     927000 | #Constraints:      31075
579.24/581.05	c #Conflicts:     928000 | #Constraints:      32075
579.24/581.05	c #Conflicts:     929000 | #Constraints:      33075
579.24/581.05	c #Conflicts:     930000 | #Constraints:      34075
579.24/581.05	c #Conflicts:     931000 | #Constraints:      35075
579.24/581.05	c #Conflicts:     932000 | #Constraints:      36075
579.24/581.05	c #Conflicts:     933000 | #Constraints:      37075
579.24/581.05	c #Conflicts:     934000 | #Constraints:      38075
579.24/581.05	c #Conflicts:     935000 | #Constraints:      39075
579.24/581.05	c #Conflicts:     936000 | #Constraints:      40075
579.24/581.05	c #Conflicts:     937000 | #Constraints:      41075
579.24/581.05	c #Conflicts:     938000 | #Constraints:      42075
579.24/581.05	c #Conflicts:     939000 | #Constraints:      43075
579.24/581.05	c #Conflicts:     940000 | #Constraints:      44075
579.24/581.05	c #Conflicts:     941000 | #Constraints:      45075
579.24/581.05	c INPROCESSING
579.24/581.05	c GARBAGE COLLECT
579.24/581.05	c rational objective 1001
591.89/593.74	c #Conflicts:     942000 | #Constraints:      26745
591.89/593.74	c #Conflicts:     943000 | #Constraints:      27745
591.89/593.74	c #Conflicts:     944000 | #Constraints:      28745
591.89/593.74	c #Conflicts:     945000 | #Constraints:      29745
591.89/593.74	c #Conflicts:     946000 | #Constraints:      30745
591.89/593.74	c #Conflicts:     947000 | #Constraints:      31745
591.89/593.74	c #Conflicts:     948000 | #Constraints:      32745
591.89/593.74	c #Conflicts:     949000 | #Constraints:      33745
591.89/593.74	c #Conflicts:     950000 | #Constraints:      34745
591.89/593.74	c #Conflicts:     951000 | #Constraints:      35745
591.89/593.74	c #Conflicts:     952000 | #Constraints:      36745
591.89/593.74	c #Conflicts:     953000 | #Constraints:      37745
591.89/593.74	c #Conflicts:     954000 | #Constraints:      38745
591.89/593.74	c #Conflicts:     955000 | #Constraints:      39745
591.89/593.74	c #Conflicts:     956000 | #Constraints:      40745
591.89/593.74	c #Conflicts:     957000 | #Constraints:      41745
591.89/593.74	c #Conflicts:     958000 | #Constraints:      42745
591.89/593.74	c #Conflicts:     959000 | #Constraints:      43745
591.89/593.74	c #Conflicts:     960000 | #Constraints:      44745
591.89/593.74	c #Conflicts:     961000 | #Constraints:      45745
591.89/593.74	c INPROCESSING
591.89/593.74	c GARBAGE COLLECT
591.89/593.74	c rational objective 1001
609.95/611.84	c #Conflicts:     962000 | #Constraints:      27272
609.95/611.84	c #Conflicts:     963000 | #Constraints:      28284
609.95/611.84	c #Conflicts:     964000 | #Constraints:      29293
609.95/611.84	c #Conflicts:     965000 | #Constraints:      30312
609.95/611.84	c #Conflicts:     966000 | #Constraints:      31325
609.95/611.84	c #Conflicts:     967000 | #Constraints:      32342
609.95/611.84	c #Conflicts:     968000 | #Constraints:      33391
609.95/611.84	c #Conflicts:     969000 | #Constraints:      34439
609.95/611.84	c #Conflicts:     970000 | #Constraints:      35483
609.95/611.84	c #Conflicts:     971000 | #Constraints:      36527
609.95/611.84	c #Conflicts:     972000 | #Constraints:      37555
609.95/611.84	c #Conflicts:     973000 | #Constraints:      38582
609.95/611.84	c #Conflicts:     974000 | #Constraints:      39617
609.95/611.84	c #Conflicts:     975000 | #Constraints:      40647
609.95/611.84	c #Conflicts:     976000 | #Constraints:      41664
609.95/611.84	c #Conflicts:     977000 | #Constraints:      42704
609.95/611.84	c #Conflicts:     978000 | #Constraints:      43734
609.95/611.84	c #Conflicts:     979000 | #Constraints:      44775
609.95/611.84	c #Conflicts:     980000 | #Constraints:      45811
609.95/611.84	c #Conflicts:     981000 | #Constraints:      46845
609.95/611.84	c INPROCESSING
609.95/611.84	c GARBAGE COLLECT
609.95/611.84	c rational objective 1001
622.11/624.03	c #Conflicts:     982000 | #Constraints:      27800
622.11/624.03	c #Conflicts:     983000 | #Constraints:      28800
622.11/624.03	c #Conflicts:     984000 | #Constraints:      29800
622.11/624.03	c #Conflicts:     985000 | #Constraints:      30800
622.11/624.03	c #Conflicts:     986000 | #Constraints:      31800
622.11/624.03	c #Conflicts:     987000 | #Constraints:      32800
622.11/624.03	c #Conflicts:     988000 | #Constraints:      33800
622.11/624.03	c #Conflicts:     989000 | #Constraints:      34800
622.11/624.03	c #Conflicts:     990000 | #Constraints:      35800
622.11/624.03	c #Conflicts:     991000 | #Constraints:      36800
622.11/624.03	c #Conflicts:     992000 | #Constraints:      37800
622.11/624.03	c #Conflicts:     993000 | #Constraints:      38800
622.11/624.03	c #Conflicts:     994000 | #Constraints:      39800
622.11/624.03	c #Conflicts:     995000 | #Constraints:      40800
622.11/624.03	c #Conflicts:     996000 | #Constraints:      41800
622.11/624.03	c #Conflicts:     997000 | #Constraints:      42800
622.11/624.03	c #Conflicts:     998000 | #Constraints:      43800
622.11/624.03	c #Conflicts:     999000 | #Constraints:      44800
622.11/624.03	c #Conflicts:    1000000 | #Constraints:      45800
622.11/624.03	c #Conflicts:    1001000 | #Constraints:      46800
622.11/624.03	c INPROCESSING
622.11/624.03	c GARBAGE COLLECT
622.11/624.03	c rational objective 1001
635.67/637.61	c #Conflicts:    1002000 | #Constraints:      27880
635.67/637.61	c #Conflicts:    1003000 | #Constraints:      28880
635.67/637.61	c #Conflicts:    1004000 | #Constraints:      29880
635.67/637.61	c #Conflicts:    1005000 | #Constraints:      30880
635.67/637.61	c #Conflicts:    1006000 | #Constraints:      31880
635.67/637.61	c #Conflicts:    1007000 | #Constraints:      32880
635.67/637.61	c #Conflicts:    1008000 | #Constraints:      33880
635.67/637.61	c #Conflicts:    1009000 | #Constraints:      34880
635.67/637.61	c #Conflicts:    1010000 | #Constraints:      35880
635.67/637.61	c #Conflicts:    1011000 | #Constraints:      36880
635.67/637.61	c #Conflicts:    1012000 | #Constraints:      37880
635.67/637.61	c #Conflicts:    1013000 | #Constraints:      38880
635.67/637.61	c #Conflicts:    1014000 | #Constraints:      39880
635.67/637.61	c #Conflicts:    1015000 | #Constraints:      40880
635.67/637.61	c #Conflicts:    1016000 | #Constraints:      41880
635.67/637.61	c #Conflicts:    1017000 | #Constraints:      42880
635.67/637.61	c #Conflicts:    1018000 | #Constraints:      43880
635.67/637.61	c #Conflicts:    1019000 | #Constraints:      44880
635.67/637.61	c #Conflicts:    1020000 | #Constraints:      45880
635.67/637.61	c #Conflicts:    1021000 | #Constraints:      46880
635.67/637.61	c INPROCESSING
635.67/637.61	c GARBAGE COLLECT
635.67/637.61	c rational objective 1001
653.03/655.03	c #Conflicts:    1022000 | #Constraints:      27844
653.03/655.03	c #Conflicts:    1023000 | #Constraints:      28866
653.03/655.03	c #Conflicts:    1024000 | #Constraints:      29883
653.03/655.03	c #Conflicts:    1025000 | #Constraints:      30907
653.03/655.03	c #Conflicts:    1026000 | #Constraints:      31929
653.03/655.03	c #Conflicts:    1027000 | #Constraints:      32964
653.03/655.03	c #Conflicts:    1028000 | #Constraints:      33969
653.03/655.03	c #Conflicts:    1029000 | #Constraints:      35026
653.03/655.03	c #Conflicts:    1030000 | #Constraints:      36077
653.03/655.03	c #Conflicts:    1031000 | #Constraints:      37140
653.03/655.03	c #Conflicts:    1032000 | #Constraints:      38177
653.03/655.03	c #Conflicts:    1033000 | #Constraints:      39214
653.03/655.03	c #Conflicts:    1034000 | #Constraints:      40243
653.03/655.03	c #Conflicts:    1035000 | #Constraints:      41284
653.03/655.03	c #Conflicts:    1036000 | #Constraints:      42322
653.03/655.03	c #Conflicts:    1037000 | #Constraints:      43357
653.03/655.03	c #Conflicts:    1038000 | #Constraints:      44383
653.03/655.03	c #Conflicts:    1039000 | #Constraints:      45416
653.03/655.03	c #Conflicts:    1040000 | #Constraints:      46440
653.03/655.03	c #Conflicts:    1041000 | #Constraints:      47481
653.03/655.03	c INPROCESSING
653.03/655.03	c GARBAGE COLLECT
653.03/655.03	c rational objective 1001
666.48/668.58	c #Conflicts:    1042000 | #Constraints:      27869
666.48/668.58	c #Conflicts:    1043000 | #Constraints:      28869
666.48/668.58	c #Conflicts:    1044000 | #Constraints:      29869
666.48/668.58	c #Conflicts:    1045000 | #Constraints:      30869
666.48/668.58	c #Conflicts:    1046000 | #Constraints:      31869
666.48/668.58	c #Conflicts:    1047000 | #Constraints:      32869
666.48/668.58	c #Conflicts:    1048000 | #Constraints:      33869
666.48/668.58	c #Conflicts:    1049000 | #Constraints:      34869
666.48/668.58	c #Conflicts:    1050000 | #Constraints:      35869
666.48/668.58	c #Conflicts:    1051000 | #Constraints:      36869
666.48/668.58	c #Conflicts:    1052000 | #Constraints:      37869
666.48/668.58	c #Conflicts:    1053000 | #Constraints:      38869
666.48/668.58	c #Conflicts:    1054000 | #Constraints:      39869
666.48/668.58	c #Conflicts:    1055000 | #Constraints:      40869
666.48/668.58	c #Conflicts:    1056000 | #Constraints:      41869
666.48/668.58	c #Conflicts:    1057000 | #Constraints:      42869
666.48/668.58	c #Conflicts:    1058000 | #Constraints:      43869
666.48/668.58	c #Conflicts:    1059000 | #Constraints:      44869
666.48/668.58	c #Conflicts:    1060000 | #Constraints:      45869
666.48/668.58	c #Conflicts:    1061000 | #Constraints:      46869
666.48/668.58	c #Conflicts:    1062000 | #Constraints:      47869
666.48/668.58	c INPROCESSING
666.48/668.58	c GARBAGE COLLECT
666.48/668.58	c rational objective 1001
680.24/682.32	c #Conflicts:    1063000 | #Constraints:      28324
680.24/682.32	c #Conflicts:    1064000 | #Constraints:      29324
680.24/682.32	c #Conflicts:    1065000 | #Constraints:      30324
680.24/682.32	c #Conflicts:    1066000 | #Constraints:      31324
680.24/682.32	c #Conflicts:    1067000 | #Constraints:      32324
680.24/682.32	c #Conflicts:    1068000 | #Constraints:      33324
680.24/682.32	c #Conflicts:    1069000 | #Constraints:      34324
680.24/682.32	c #Conflicts:    1070000 | #Constraints:      35324
680.24/682.32	c #Conflicts:    1071000 | #Constraints:      36324
680.24/682.32	c #Conflicts:    1072000 | #Constraints:      37324
680.24/682.32	c #Conflicts:    1073000 | #Constraints:      38324
680.24/682.32	c #Conflicts:    1074000 | #Constraints:      39324
680.24/682.32	c #Conflicts:    1075000 | #Constraints:      40324
680.24/682.32	c #Conflicts:    1076000 | #Constraints:      41324
680.24/682.32	c #Conflicts:    1077000 | #Constraints:      42324
680.24/682.32	c #Conflicts:    1078000 | #Constraints:      43324
680.24/682.32	c #Conflicts:    1079000 | #Constraints:      44324
680.24/682.32	c #Conflicts:    1080000 | #Constraints:      45324
680.24/682.32	c #Conflicts:    1081000 | #Constraints:      46324
680.24/682.32	c #Conflicts:    1082000 | #Constraints:      47324
680.24/682.32	c #Conflicts:    1083000 | #Constraints:      48324
680.24/682.32	c INPROCESSING
680.24/682.32	c GARBAGE COLLECT
680.24/682.32	c rational objective 1001
698.59/700.75	c #Conflicts:    1084000 | #Constraints:      28668
698.59/700.75	c #Conflicts:    1085000 | #Constraints:      29678
698.59/700.75	c #Conflicts:    1086000 | #Constraints:      30698
698.59/700.75	c #Conflicts:    1087000 | #Constraints:      31712
698.59/700.75	c #Conflicts:    1088000 | #Constraints:      32729
698.59/700.75	c #Conflicts:    1089000 | #Constraints:      33749
698.59/700.75	c #Conflicts:    1090000 | #Constraints:      34772
698.59/700.75	c #Conflicts:    1091000 | #Constraints:      35773
698.59/700.75	c #Conflicts:    1092000 | #Constraints:      36803
698.59/700.75	c #Conflicts:    1093000 | #Constraints:      37836
698.59/700.75	c #Conflicts:    1094000 | #Constraints:      38866
698.59/700.75	c #Conflicts:    1095000 | #Constraints:      39914
698.59/700.75	c #Conflicts:    1096000 | #Constraints:      40949
698.59/700.75	c #Conflicts:    1097000 | #Constraints:      41975
698.59/700.75	c #Conflicts:    1098000 | #Constraints:      43006
698.59/700.75	c #Conflicts:    1099000 | #Constraints:      44038
698.59/700.75	c #Conflicts:    1100000 | #Constraints:      45069
698.59/700.75	c #Conflicts:    1101000 | #Constraints:      46093
698.59/700.75	c #Conflicts:    1102000 | #Constraints:      47123
698.59/700.75	c #Conflicts:    1103000 | #Constraints:      48164
698.59/700.75	c #Conflicts:    1104000 | #Constraints:      49194
698.59/700.75	c INPROCESSING
698.59/700.75	c GARBAGE COLLECT
698.59/700.75	c rational objective 1001
711.66/713.88	c #Conflicts:    1105000 | #Constraints:      29022
711.66/713.88	c #Conflicts:    1106000 | #Constraints:      30022
711.66/713.88	c #Conflicts:    1107000 | #Constraints:      31022
711.66/713.88	c #Conflicts:    1108000 | #Constraints:      32022
711.66/713.88	c #Conflicts:    1109000 | #Constraints:      33022
711.66/713.88	c #Conflicts:    1110000 | #Constraints:      34022
711.66/713.88	c #Conflicts:    1111000 | #Constraints:      35022
711.66/713.88	c #Conflicts:    1112000 | #Constraints:      36022
711.66/713.88	c #Conflicts:    1113000 | #Constraints:      37022
711.66/713.88	c #Conflicts:    1114000 | #Constraints:      38022
711.66/713.88	c #Conflicts:    1115000 | #Constraints:      39022
711.66/713.88	c #Conflicts:    1116000 | #Constraints:      40022
711.66/713.88	c #Conflicts:    1117000 | #Constraints:      41022
711.66/713.88	c #Conflicts:    1118000 | #Constraints:      42022
711.66/713.88	c #Conflicts:    1119000 | #Constraints:      43022
711.66/713.88	c #Conflicts:    1120000 | #Constraints:      44022
711.66/713.88	c #Conflicts:    1121000 | #Constraints:      45022
711.66/713.88	c #Conflicts:    1122000 | #Constraints:      46022
711.66/713.88	c #Conflicts:    1123000 | #Constraints:      47022
711.66/713.88	c #Conflicts:    1124000 | #Constraints:      48022
711.66/713.88	c #Conflicts:    1125000 | #Constraints:      49022
711.66/713.88	c INPROCESSING
711.66/713.88	c GARBAGE COLLECT
711.66/713.88	c rational objective 1001
725.53/727.70	c #Conflicts:    1126000 | #Constraints:      28908
725.53/727.70	c #Conflicts:    1127000 | #Constraints:      29908
725.53/727.70	c #Conflicts:    1128000 | #Constraints:      30908
725.53/727.70	c #Conflicts:    1129000 | #Constraints:      31908
725.53/727.70	c #Conflicts:    1130000 | #Constraints:      32908
725.53/727.70	c #Conflicts:    1131000 | #Constraints:      33908
725.53/727.70	c #Conflicts:    1132000 | #Constraints:      34908
725.53/727.70	c #Conflicts:    1133000 | #Constraints:      35908
725.53/727.70	c #Conflicts:    1134000 | #Constraints:      36908
725.53/727.70	c #Conflicts:    1135000 | #Constraints:      37908
725.53/727.70	c #Conflicts:    1136000 | #Constraints:      38908
725.53/727.70	c #Conflicts:    1137000 | #Constraints:      39908
725.53/727.70	c #Conflicts:    1138000 | #Constraints:      40908
725.53/727.70	c #Conflicts:    1139000 | #Constraints:      41908
725.53/727.70	c #Conflicts:    1140000 | #Constraints:      42908
725.53/727.70	c #Conflicts:    1141000 | #Constraints:      43908
725.53/727.70	c #Conflicts:    1142000 | #Constraints:      44908
725.53/727.70	c #Conflicts:    1143000 | #Constraints:      45908
725.53/727.70	c #Conflicts:    1144000 | #Constraints:      46908
725.53/727.70	c #Conflicts:    1145000 | #Constraints:      47908
725.53/727.70	c #Conflicts:    1146000 | #Constraints:      48908
725.53/727.70	c INPROCESSING
725.53/727.70	c GARBAGE COLLECT
725.53/727.70	c rational objective 1001
738.99/741.22	c #Conflicts:    1147000 | #Constraints:      28655
738.99/741.22	c #Conflicts:    1148000 | #Constraints:      29655
738.99/741.22	c #Conflicts:    1149000 | #Constraints:      30655
738.99/741.22	c #Conflicts:    1150000 | #Constraints:      31655
738.99/741.22	c #Conflicts:    1151000 | #Constraints:      32655
738.99/741.22	c #Conflicts:    1152000 | #Constraints:      33655
738.99/741.22	c #Conflicts:    1153000 | #Constraints:      34655
738.99/741.22	c #Conflicts:    1154000 | #Constraints:      35655
738.99/741.22	c #Conflicts:    1155000 | #Constraints:      36655
738.99/741.22	c #Conflicts:    1156000 | #Constraints:      37655
738.99/741.22	c #Conflicts:    1157000 | #Constraints:      38655
738.99/741.22	c #Conflicts:    1158000 | #Constraints:      39655
738.99/741.22	c #Conflicts:    1159000 | #Constraints:      40655
738.99/741.22	c #Conflicts:    1160000 | #Constraints:      41655
738.99/741.22	c #Conflicts:    1161000 | #Constraints:      42655
738.99/741.22	c #Conflicts:    1162000 | #Constraints:      43655
738.99/741.22	c #Conflicts:    1163000 | #Constraints:      44655
738.99/741.22	c #Conflicts:    1164000 | #Constraints:      45655
738.99/741.22	c #Conflicts:    1165000 | #Constraints:      46655
738.99/741.22	c #Conflicts:    1166000 | #Constraints:      47655
738.99/741.22	c #Conflicts:    1167000 | #Constraints:      48655
738.99/741.22	c #Conflicts:    1168000 | #Constraints:      49655
738.99/741.22	c INPROCESSING
738.99/741.22	c GARBAGE COLLECT
738.99/741.22	c rational objective 1001
764.53/766.85	c #Conflicts:    1169000 | #Constraints:      29242
764.53/766.85	c #Conflicts:    1170000 | #Constraints:      30250
764.53/766.85	c #Conflicts:    1171000 | #Constraints:      31250
764.53/766.85	c #Conflicts:    1172000 | #Constraints:      32250
764.53/766.85	c #Conflicts:    1173000 | #Constraints:      33270
764.53/766.85	c #Conflicts:    1174000 | #Constraints:      34355
764.53/766.85	c #Conflicts:    1175000 | #Constraints:      35417
764.53/766.85	c #Conflicts:    1176000 | #Constraints:      36477
764.53/766.85	c #Conflicts:    1177000 | #Constraints:      37531
764.53/766.85	c #Conflicts:    1178000 | #Constraints:      38573
764.53/766.85	c #Conflicts:    1179000 | #Constraints:      39614
764.53/766.85	c #Conflicts:    1180000 | #Constraints:      40654
764.53/766.85	c #Conflicts:    1181000 | #Constraints:      41700
764.53/766.85	c #Conflicts:    1182000 | #Constraints:      42749
764.53/766.85	c #Conflicts:    1183000 | #Constraints:      43775
764.53/766.85	c #Conflicts:    1184000 | #Constraints:      44799
764.53/766.85	c #Conflicts:    1185000 | #Constraints:      45835
764.53/766.85	c #Conflicts:    1186000 | #Constraints:      46853
764.53/766.85	c #Conflicts:    1187000 | #Constraints:      47870
764.53/766.85	c #Conflicts:    1188000 | #Constraints:      48892
764.53/766.85	c #Conflicts:    1189000 | #Constraints:      49914
764.53/766.85	c #Conflicts:    1190000 | #Constraints:      50966
764.53/766.85	c INPROCESSING
764.53/766.85	c GARBAGE COLLECT
764.53/766.85	c rational objective 1001
779.29/781.69	c #Conflicts:    1191000 | #Constraints:      29907
779.29/781.69	c #Conflicts:    1192000 | #Constraints:      30907
779.29/781.69	c #Conflicts:    1193000 | #Constraints:      31907
779.29/781.69	c #Conflicts:    1194000 | #Constraints:      32907
779.29/781.69	c #Conflicts:    1195000 | #Constraints:      33907
779.29/781.69	c #Conflicts:    1196000 | #Constraints:      34907
779.29/781.69	c #Conflicts:    1197000 | #Constraints:      35907
779.29/781.69	c #Conflicts:    1198000 | #Constraints:      36907
779.29/781.69	c #Conflicts:    1199000 | #Constraints:      37907
779.29/781.69	c #Conflicts:    1200000 | #Constraints:      38907
779.29/781.69	c #Conflicts:    1201000 | #Constraints:      39907
779.29/781.69	c #Conflicts:    1202000 | #Constraints:      40907
779.29/781.69	c #Conflicts:    1203000 | #Constraints:      41907
779.29/781.69	c #Conflicts:    1204000 | #Constraints:      42907
779.29/781.69	c #Conflicts:    1205000 | #Constraints:      43907
779.29/781.69	c #Conflicts:    1206000 | #Constraints:      44907
779.29/781.69	c #Conflicts:    1207000 | #Constraints:      45907
779.29/781.69	c #Conflicts:    1208000 | #Constraints:      46907
779.29/781.69	c #Conflicts:    1209000 | #Constraints:      47907
779.29/781.69	c #Conflicts:    1210000 | #Constraints:      48907
779.29/781.69	c #Conflicts:    1211000 | #Constraints:      49907
779.29/781.69	c #Conflicts:    1212000 | #Constraints:      50908
779.29/781.69	c INPROCESSING
779.29/781.69	c GARBAGE COLLECT
779.29/781.69	c rational objective 1001
795.95/798.35	c #Conflicts:    1213000 | #Constraints:      29976
795.95/798.35	c #Conflicts:    1214000 | #Constraints:      30976
795.95/798.35	c #Conflicts:    1215000 | #Constraints:      31976
795.95/798.35	c #Conflicts:    1216000 | #Constraints:      32976
795.95/798.35	c #Conflicts:    1217000 | #Constraints:      33976
795.95/798.35	c #Conflicts:    1218000 | #Constraints:      34976
795.95/798.35	c #Conflicts:    1219000 | #Constraints:      35976
795.95/798.35	c #Conflicts:    1220000 | #Constraints:      36976
795.95/798.35	c #Conflicts:    1221000 | #Constraints:      37976
795.95/798.35	c #Conflicts:    1222000 | #Constraints:      38976
795.95/798.35	c #Conflicts:    1223000 | #Constraints:      39976
795.95/798.35	c #Conflicts:    1224000 | #Constraints:      40976
795.95/798.35	c #Conflicts:    1225000 | #Constraints:      41976
795.95/798.35	c #Conflicts:    1226000 | #Constraints:      42976
795.95/798.35	c #Conflicts:    1227000 | #Constraints:      43976
795.95/798.35	c #Conflicts:    1228000 | #Constraints:      44976
795.95/798.35	c #Conflicts:    1229000 | #Constraints:      45976
795.95/798.35	c #Conflicts:    1230000 | #Constraints:      46976
795.95/798.35	c #Conflicts:    1231000 | #Constraints:      47976
795.95/798.35	c #Conflicts:    1232000 | #Constraints:      48976
795.95/798.35	c #Conflicts:    1233000 | #Constraints:      49976
795.95/798.35	c #Conflicts:    1234000 | #Constraints:      50976
795.95/798.35	c INPROCESSING
795.95/798.35	c GARBAGE COLLECT
795.95/798.35	c rational objective 1001
815.20/817.61	c #Conflicts:    1235000 | #Constraints:      29904
815.20/817.61	c #Conflicts:    1236000 | #Constraints:      31019
815.20/817.61	c #Conflicts:    1237000 | #Constraints:      32082
815.20/817.61	c #Conflicts:    1238000 | #Constraints:      33155
815.20/817.61	c #Conflicts:    1239000 | #Constraints:      34208
815.20/817.61	c #Conflicts:    1240000 | #Constraints:      35260
815.20/817.61	c #Conflicts:    1241000 | #Constraints:      36320
815.20/817.61	c #Conflicts:    1242000 | #Constraints:      37374
815.20/817.61	c #Conflicts:    1243000 | #Constraints:      38432
815.20/817.61	c #Conflicts:    1244000 | #Constraints:      39465
815.20/817.61	c #Conflicts:    1245000 | #Constraints:      40503
815.20/817.61	c #Conflicts:    1246000 | #Constraints:      41548
815.20/817.61	c #Conflicts:    1247000 | #Constraints:      42583
815.20/817.61	c #Conflicts:    1248000 | #Constraints:      43624
815.20/817.61	c #Conflicts:    1249000 | #Constraints:      44662
815.20/817.61	c #Conflicts:    1250000 | #Constraints:      45714
815.20/817.61	c #Conflicts:    1251000 | #Constraints:      46754
815.20/817.61	c #Conflicts:    1252000 | #Constraints:      47796
815.20/817.61	c #Conflicts:    1253000 | #Constraints:      48856
815.20/817.61	c #Conflicts:    1254000 | #Constraints:      49896
815.20/817.61	c #Conflicts:    1255000 | #Constraints:      50921
815.20/817.61	c #Conflicts:    1256000 | #Constraints:      51969
815.20/817.61	c INPROCESSING
815.20/817.61	c GARBAGE COLLECT
815.20/817.61	c rational objective 1001
821.69/824.12	c #Conflicts:    1257000 | #Constraints:      30107
821.69/824.12	c #Conflicts:    1258000 | #Constraints:      31107
821.69/824.12	c #Conflicts:    1259000 | #Constraints:      32107
821.69/824.12	c #Conflicts:    1260000 | #Constraints:      33107
821.69/824.12	c #Conflicts:    1261000 | #Constraints:      34107
821.69/824.12	c #Conflicts:    1262000 | #Constraints:      35107
821.69/824.12	c #Conflicts:    1263000 | #Constraints:      36107
821.69/824.12	c #Conflicts:    1264000 | #Constraints:      37107
821.69/824.12	c #Conflicts:    1265000 | #Constraints:      38107
821.69/824.12	c #Conflicts:    1266000 | #Constraints:      39107
821.69/824.12	c bounds 1039 >= 1002 @ 811.847
832.46/835.00	c #Conflicts:    1267000 | #Constraints:      40194
832.46/835.00	c #Conflicts:    1268000 | #Constraints:      41194
832.46/835.00	c #Conflicts:    1269000 | #Constraints:      42194
832.46/835.00	c #Conflicts:    1270000 | #Constraints:      43194
832.46/835.00	c #Conflicts:    1271000 | #Constraints:      44194
832.46/835.00	c #Conflicts:    1272000 | #Constraints:      45194
832.46/835.00	c #Conflicts:    1273000 | #Constraints:      46194
832.46/835.00	c #Conflicts:    1274000 | #Constraints:      47194
832.46/835.00	c #Conflicts:    1275000 | #Constraints:      48194
832.46/835.00	c #Conflicts:    1276000 | #Constraints:      49194
832.46/835.00	c #Conflicts:    1277000 | #Constraints:      50194
832.46/835.00	c #Conflicts:    1278000 | #Constraints:      51194
832.46/835.00	c #Conflicts:    1279000 | #Constraints:      52194
832.46/835.00	c INPROCESSING
832.46/835.00	c GARBAGE COLLECT
832.46/835.00	c rational objective 1002
847.52/850.04	c #Conflicts:    1280000 | #Constraints:      30512
847.52/850.04	c #Conflicts:    1281000 | #Constraints:      31512
847.52/850.04	c #Conflicts:    1282000 | #Constraints:      32512
847.52/850.04	c #Conflicts:    1283000 | #Constraints:      33512
847.52/850.04	c #Conflicts:    1284000 | #Constraints:      34512
847.52/850.04	c #Conflicts:    1285000 | #Constraints:      35512
847.52/850.04	c #Conflicts:    1286000 | #Constraints:      36512
847.52/850.04	c #Conflicts:    1287000 | #Constraints:      37512
847.52/850.04	c #Conflicts:    1288000 | #Constraints:      38512
847.52/850.04	c #Conflicts:    1289000 | #Constraints:      39512
847.52/850.04	c #Conflicts:    1290000 | #Constraints:      40512
847.52/850.04	c #Conflicts:    1291000 | #Constraints:      41512
847.52/850.04	c #Conflicts:    1292000 | #Constraints:      42512
847.52/850.04	c #Conflicts:    1293000 | #Constraints:      43512
847.52/850.04	c #Conflicts:    1294000 | #Constraints:      44512
847.52/850.04	c #Conflicts:    1295000 | #Constraints:      45513
847.52/850.04	c #Conflicts:    1296000 | #Constraints:      46513
847.52/850.04	c #Conflicts:    1297000 | #Constraints:      47515
847.52/850.04	c #Conflicts:    1298000 | #Constraints:      48515
847.52/850.04	c #Conflicts:    1299000 | #Constraints:      49516
847.52/850.04	c #Conflicts:    1300000 | #Constraints:      50516
847.52/850.04	c #Conflicts:    1301000 | #Constraints:      51517
847.52/850.04	c #Conflicts:    1302000 | #Constraints:      52518
847.52/850.04	c INPROCESSING
847.52/850.04	c GARBAGE COLLECT
847.52/850.04	c rational objective 1002
869.16/871.71	c #Conflicts:    1303000 | #Constraints:      30775
869.16/871.71	c #Conflicts:    1304000 | #Constraints:      31781
869.16/871.71	c #Conflicts:    1305000 | #Constraints:      32852
869.16/871.71	c #Conflicts:    1306000 | #Constraints:      33907
869.16/871.71	c #Conflicts:    1307000 | #Constraints:      34967
869.16/871.71	c #Conflicts:    1308000 | #Constraints:      36010
869.16/871.71	c #Conflicts:    1309000 | #Constraints:      37061
869.16/871.71	c #Conflicts:    1310000 | #Constraints:      38095
869.16/871.71	c #Conflicts:    1311000 | #Constraints:      39131
869.16/871.71	c #Conflicts:    1312000 | #Constraints:      40174
869.16/871.71	c #Conflicts:    1313000 | #Constraints:      41206
869.16/871.71	c #Conflicts:    1314000 | #Constraints:      42232
869.16/871.71	c #Conflicts:    1315000 | #Constraints:      43262
869.16/871.71	c #Conflicts:    1316000 | #Constraints:      44309
869.16/871.71	c #Conflicts:    1317000 | #Constraints:      45358
869.16/871.71	c #Conflicts:    1318000 | #Constraints:      46391
869.16/871.71	c #Conflicts:    1319000 | #Constraints:      47417
869.16/871.71	c #Conflicts:    1320000 | #Constraints:      48473
869.16/871.71	c #Conflicts:    1321000 | #Constraints:      49496
869.16/871.71	c #Conflicts:    1322000 | #Constraints:      50548
869.16/871.71	c #Conflicts:    1323000 | #Constraints:      51588
869.16/871.71	c #Conflicts:    1324000 | #Constraints:      52624
869.16/871.71	c #Conflicts:    1325000 | #Constraints:      53654
869.16/871.71	c INPROCESSING
869.16/871.71	c GARBAGE COLLECT
869.16/871.71	c rational objective 1002
885.53/888.15	c #Conflicts:    1326000 | #Constraints:      31248
885.53/888.15	c #Conflicts:    1327000 | #Constraints:      32248
885.53/888.15	c #Conflicts:    1328000 | #Constraints:      33248
885.53/888.15	c #Conflicts:    1329000 | #Constraints:      34248
885.53/888.15	c #Conflicts:    1330000 | #Constraints:      35248
885.53/888.15	c #Conflicts:    1331000 | #Constraints:      36248
885.53/888.15	c #Conflicts:    1332000 | #Constraints:      37248
885.53/888.15	c #Conflicts:    1333000 | #Constraints:      38248
885.53/888.15	c #Conflicts:    1334000 | #Constraints:      39248
885.53/888.15	c #Conflicts:    1335000 | #Constraints:      40248
885.53/888.15	c #Conflicts:    1336000 | #Constraints:      41248
885.53/888.15	c #Conflicts:    1337000 | #Constraints:      42248
885.53/888.15	c #Conflicts:    1338000 | #Constraints:      43248
885.53/888.15	c #Conflicts:    1339000 | #Constraints:      44248
885.53/888.15	c #Conflicts:    1340000 | #Constraints:      45248
885.53/888.15	c #Conflicts:    1341000 | #Constraints:      46248
885.53/888.15	c #Conflicts:    1342000 | #Constraints:      47248
885.53/888.15	c #Conflicts:    1343000 | #Constraints:      48248
885.53/888.15	c #Conflicts:    1344000 | #Constraints:      49248
885.53/888.15	c #Conflicts:    1345000 | #Constraints:      50248
885.53/888.15	c #Conflicts:    1346000 | #Constraints:      51248
885.53/888.15	c #Conflicts:    1347000 | #Constraints:      52248
885.53/888.15	c #Conflicts:    1348000 | #Constraints:      53248
885.53/888.15	c INPROCESSING
885.53/888.15	c GARBAGE COLLECT
885.53/888.15	c rational objective 1002
901.39/904.04	c #Conflicts:    1349000 | #Constraints:      31036
901.39/904.04	c #Conflicts:    1350000 | #Constraints:      32036
901.39/904.04	c #Conflicts:    1351000 | #Constraints:      33036
901.39/904.04	c #Conflicts:    1352000 | #Constraints:      34036
901.39/904.04	c #Conflicts:    1353000 | #Constraints:      35036
901.39/904.04	c #Conflicts:    1354000 | #Constraints:      36036
901.39/904.04	c #Conflicts:    1355000 | #Constraints:      37036
901.39/904.04	c #Conflicts:    1356000 | #Constraints:      38036
901.39/904.04	c #Conflicts:    1357000 | #Constraints:      39036
901.39/904.04	c #Conflicts:    1358000 | #Constraints:      40037
901.39/904.04	c #Conflicts:    1359000 | #Constraints:      41037
901.39/904.04	c #Conflicts:    1360000 | #Constraints:      42037
901.39/904.04	c #Conflicts:    1361000 | #Constraints:      43039
901.39/904.04	c #Conflicts:    1362000 | #Constraints:      44039
901.39/904.04	c #Conflicts:    1363000 | #Constraints:      45039
901.39/904.04	c #Conflicts:    1364000 | #Constraints:      46040
901.39/904.04	c #Conflicts:    1365000 | #Constraints:      47040
901.39/904.04	c #Conflicts:    1366000 | #Constraints:      48041
901.39/904.04	c #Conflicts:    1367000 | #Constraints:      49043
901.39/904.04	c #Conflicts:    1368000 | #Constraints:      50045
901.39/904.04	c #Conflicts:    1369000 | #Constraints:      51045
901.39/904.04	c #Conflicts:    1370000 | #Constraints:      52046
901.39/904.04	c #Conflicts:    1371000 | #Constraints:      53047
901.39/904.04	c INPROCESSING
901.39/904.04	c GARBAGE COLLECT
901.39/904.04	c rational objective 1002
924.33/927.03	c #Conflicts:    1372000 | #Constraints:      30734
924.33/927.03	c #Conflicts:    1373000 | #Constraints:      31745
924.33/927.03	c #Conflicts:    1374000 | #Constraints:      32804
924.33/927.03	c #Conflicts:    1375000 | #Constraints:      33877
924.33/927.03	c #Conflicts:    1376000 | #Constraints:      34933
924.33/927.03	c #Conflicts:    1377000 | #Constraints:      35984
924.33/927.03	c #Conflicts:    1378000 | #Constraints:      37024
924.33/927.03	c #Conflicts:    1379000 | #Constraints:      38066
924.33/927.03	c #Conflicts:    1380000 | #Constraints:      39123
924.33/927.03	c #Conflicts:    1381000 | #Constraints:      40162
924.33/927.03	c #Conflicts:    1382000 | #Constraints:      41205
924.33/927.03	c #Conflicts:    1383000 | #Constraints:      42228
924.33/927.03	c #Conflicts:    1384000 | #Constraints:      43258
924.33/927.03	c #Conflicts:    1385000 | #Constraints:      44299
924.33/927.03	c #Conflicts:    1386000 | #Constraints:      45340
924.33/927.03	c #Conflicts:    1387000 | #Constraints:      46360
924.33/927.03	c #Conflicts:    1388000 | #Constraints:      47387
924.33/927.03	c #Conflicts:    1389000 | #Constraints:      48434
924.33/927.03	c #Conflicts:    1390000 | #Constraints:      49468
924.33/927.03	c #Conflicts:    1391000 | #Constraints:      50495
924.33/927.03	c #Conflicts:    1392000 | #Constraints:      51529
924.33/927.03	c #Conflicts:    1393000 | #Constraints:      52562
924.33/927.03	c #Conflicts:    1394000 | #Constraints:      53608
924.33/927.03	c #Conflicts:    1395000 | #Constraints:      54633
924.33/927.03	c INPROCESSING
924.33/927.03	c GARBAGE COLLECT
924.33/927.03	c rational objective 1002
942.29/945.10	c #Conflicts:    1396000 | #Constraints:      31649
942.29/945.10	c #Conflicts:    1397000 | #Constraints:      32649
942.29/945.10	c #Conflicts:    1398000 | #Constraints:      33649
942.29/945.10	c #Conflicts:    1399000 | #Constraints:      34649
942.29/945.10	c #Conflicts:    1400000 | #Constraints:      35649
942.29/945.10	c #Conflicts:    1401000 | #Constraints:      36649
942.29/945.10	c #Conflicts:    1402000 | #Constraints:      37649
942.29/945.10	c #Conflicts:    1403000 | #Constraints:      38649
942.29/945.10	c #Conflicts:    1404000 | #Constraints:      39649
942.29/945.10	c #Conflicts:    1405000 | #Constraints:      40649
942.29/945.10	c #Conflicts:    1406000 | #Constraints:      41649
942.29/945.10	c #Conflicts:    1407000 | #Constraints:      42649
942.29/945.10	c #Conflicts:    1408000 | #Constraints:      43649
942.29/945.10	c #Conflicts:    1409000 | #Constraints:      44649
942.29/945.10	c #Conflicts:    1410000 | #Constraints:      45649
942.29/945.10	c #Conflicts:    1411000 | #Constraints:      46649
942.29/945.10	c #Conflicts:    1412000 | #Constraints:      47649
942.29/945.10	c #Conflicts:    1413000 | #Constraints:      48649
942.29/945.10	c #Conflicts:    1414000 | #Constraints:      49649
942.29/945.10	c #Conflicts:    1415000 | #Constraints:      50649
942.29/945.10	c #Conflicts:    1416000 | #Constraints:      51649
942.29/945.10	c #Conflicts:    1417000 | #Constraints:      52649
942.29/945.10	c #Conflicts:    1418000 | #Constraints:      53649
942.29/945.10	c #Conflicts:    1419000 | #Constraints:      54649
942.29/945.10	c INPROCESSING
942.29/945.10	c GARBAGE COLLECT
942.29/945.10	c rational objective 1002
959.04/961.87	c #Conflicts:    1420000 | #Constraints:      31843
959.04/961.87	c #Conflicts:    1421000 | #Constraints:      32843
959.04/961.87	c #Conflicts:    1422000 | #Constraints:      33843
959.04/961.87	c #Conflicts:    1423000 | #Constraints:      34843
959.04/961.87	c #Conflicts:    1424000 | #Constraints:      35843
959.04/961.87	c #Conflicts:    1425000 | #Constraints:      36843
959.04/961.87	c #Conflicts:    1426000 | #Constraints:      37843
959.04/961.87	c #Conflicts:    1427000 | #Constraints:      38843
959.04/961.87	c #Conflicts:    1428000 | #Constraints:      39843
959.04/961.87	c #Conflicts:    1429000 | #Constraints:      40843
959.04/961.87	c #Conflicts:    1430000 | #Constraints:      41843
959.04/961.87	c #Conflicts:    1431000 | #Constraints:      42843
959.04/961.87	c #Conflicts:    1432000 | #Constraints:      43843
959.04/961.87	c #Conflicts:    1433000 | #Constraints:      44843
959.04/961.87	c #Conflicts:    1434000 | #Constraints:      45843
959.04/961.87	c #Conflicts:    1435000 | #Constraints:      46843
959.04/961.87	c #Conflicts:    1436000 | #Constraints:      47843
959.04/961.87	c #Conflicts:    1437000 | #Constraints:      48843
959.04/961.87	c #Conflicts:    1438000 | #Constraints:      49843
959.04/961.87	c #Conflicts:    1439000 | #Constraints:      50843
959.04/961.87	c #Conflicts:    1440000 | #Constraints:      51843
959.04/961.87	c #Conflicts:    1441000 | #Constraints:      52843
959.04/961.87	c #Conflicts:    1442000 | #Constraints:      53843
959.04/961.87	c #Conflicts:    1443000 | #Constraints:      54843
959.04/961.87	c INPROCESSING
959.04/961.87	c GARBAGE COLLECT
959.04/961.87	c rational objective 1002
976.90/979.71	c #Conflicts:    1444000 | #Constraints:      31939
976.90/979.71	c #Conflicts:    1445000 | #Constraints:      32939
976.90/979.71	c #Conflicts:    1446000 | #Constraints:      33939
976.90/979.71	c #Conflicts:    1447000 | #Constraints:      34939
976.90/979.71	c #Conflicts:    1448000 | #Constraints:      35939
976.90/979.71	c #Conflicts:    1449000 | #Constraints:      36939
976.90/979.71	c #Conflicts:    1450000 | #Constraints:      37939
976.90/979.71	c #Conflicts:    1451000 | #Constraints:      38939
976.90/979.71	c #Conflicts:    1452000 | #Constraints:      39939
976.90/979.71	c #Conflicts:    1453000 | #Constraints:      40939
976.90/979.71	c #Conflicts:    1454000 | #Constraints:      41939
976.90/979.71	c #Conflicts:    1455000 | #Constraints:      42939
976.90/979.71	c #Conflicts:    1456000 | #Constraints:      43939
976.90/979.71	c #Conflicts:    1457000 | #Constraints:      44939
976.90/979.71	c #Conflicts:    1458000 | #Constraints:      45939
976.90/979.71	c #Conflicts:    1459000 | #Constraints:      46939
976.90/979.71	c #Conflicts:    1460000 | #Constraints:      47939
976.90/979.71	c #Conflicts:    1461000 | #Constraints:      48939
976.90/979.71	c #Conflicts:    1462000 | #Constraints:      49939
976.90/979.71	c #Conflicts:    1463000 | #Constraints:      50939
976.90/979.71	c #Conflicts:    1464000 | #Constraints:      51939
976.90/979.71	c #Conflicts:    1465000 | #Constraints:      52939
976.90/979.71	c #Conflicts:    1466000 | #Constraints:      53939
976.90/979.71	c #Conflicts:    1467000 | #Constraints:      54939
976.90/979.71	c INPROCESSING
976.90/979.71	c GARBAGE COLLECT
976.90/979.71	c rational objective 1002
1000.54/1003.44	c #Conflicts:    1468000 | #Constraints:      31884
1000.54/1003.44	c #Conflicts:    1469000 | #Constraints:      32917
1000.54/1003.44	c #Conflicts:    1470000 | #Constraints:      33964
1000.54/1003.44	c #Conflicts:    1471000 | #Constraints:      35026
1000.54/1003.44	c #Conflicts:    1472000 | #Constraints:      36073
1000.54/1003.44	c #Conflicts:    1473000 | #Constraints:      37117
1000.54/1003.44	c #Conflicts:    1474000 | #Constraints:      38162
1000.54/1003.44	c #Conflicts:    1475000 | #Constraints:      39184
1000.54/1003.44	c #Conflicts:    1476000 | #Constraints:      40222
1000.54/1003.44	c #Conflicts:    1477000 | #Constraints:      41252
1000.54/1003.44	c #Conflicts:    1478000 | #Constraints:      42286
1000.54/1003.44	c #Conflicts:    1479000 | #Constraints:      43316
1000.54/1003.44	c #Conflicts:    1480000 | #Constraints:      44341
1000.54/1003.44	c #Conflicts:    1481000 | #Constraints:      45373
1000.54/1003.44	c #Conflicts:    1482000 | #Constraints:      46402
1000.54/1003.44	c #Conflicts:    1483000 | #Constraints:      47432
1000.54/1003.44	c #Conflicts:    1484000 | #Constraints:      48463
1000.54/1003.44	c #Conflicts:    1485000 | #Constraints:      49493
1000.54/1003.44	c #Conflicts:    1486000 | #Constraints:      50518
1000.54/1003.44	c #Conflicts:    1487000 | #Constraints:      51535
1000.54/1003.44	c #Conflicts:    1488000 | #Constraints:      52568
1000.54/1003.44	c #Conflicts:    1489000 | #Constraints:      53595
1000.54/1003.44	c #Conflicts:    1490000 | #Constraints:      54612
1000.54/1003.44	c #Conflicts:    1491000 | #Constraints:      55625
1000.54/1003.44	c INPROCESSING
1000.54/1003.44	c GARBAGE COLLECT
1000.54/1003.44	c rational objective 1002
1019.99/1022.92	c #Conflicts:    1492000 | #Constraints:      31935
1019.99/1022.92	c #Conflicts:    1493000 | #Constraints:      32935
1019.99/1022.92	c #Conflicts:    1494000 | #Constraints:      33935
1019.99/1022.92	c #Conflicts:    1495000 | #Constraints:      34935
1019.99/1022.92	c #Conflicts:    1496000 | #Constraints:      35935
1019.99/1022.92	c #Conflicts:    1497000 | #Constraints:      36935
1019.99/1022.92	c #Conflicts:    1498000 | #Constraints:      37935
1019.99/1022.92	c #Conflicts:    1499000 | #Constraints:      38935
1019.99/1022.92	c #Conflicts:    1500000 | #Constraints:      39935
1019.99/1022.92	c #Conflicts:    1501000 | #Constraints:      40935
1019.99/1022.92	c #Conflicts:    1502000 | #Constraints:      41935
1019.99/1022.92	c #Conflicts:    1503000 | #Constraints:      42935
1019.99/1022.92	c #Conflicts:    1504000 | #Constraints:      43935
1019.99/1022.92	c #Conflicts:    1505000 | #Constraints:      44935
1019.99/1022.92	c #Conflicts:    1506000 | #Constraints:      45935
1019.99/1022.92	c #Conflicts:    1507000 | #Constraints:      46935
1019.99/1022.92	c #Conflicts:    1508000 | #Constraints:      47935
1019.99/1022.92	c #Conflicts:    1509000 | #Constraints:      48935
1019.99/1022.92	c #Conflicts:    1510000 | #Constraints:      49935
1019.99/1022.92	c #Conflicts:    1511000 | #Constraints:      50935
1019.99/1022.92	c #Conflicts:    1512000 | #Constraints:      51935
1019.99/1022.92	c #Conflicts:    1513000 | #Constraints:      52935
1019.99/1022.92	c #Conflicts:    1514000 | #Constraints:      53935
1019.99/1022.92	c #Conflicts:    1515000 | #Constraints:      54935
1019.99/1022.92	c #Conflicts:    1516000 | #Constraints:      55935
1019.99/1022.92	c INPROCESSING
1019.99/1022.92	c GARBAGE COLLECT
1019.99/1022.92	c rational objective 1002
1037.95/1040.92	c #Conflicts:    1517000 | #Constraints:      32383
1037.95/1040.92	c #Conflicts:    1518000 | #Constraints:      33383
1037.95/1040.92	c #Conflicts:    1519000 | #Constraints:      34383
1037.95/1040.92	c #Conflicts:    1520000 | #Constraints:      35383
1037.95/1040.92	c #Conflicts:    1521000 | #Constraints:      36383
1037.95/1040.92	c #Conflicts:    1522000 | #Constraints:      37383
1037.95/1040.92	c #Conflicts:    1523000 | #Constraints:      38383
1037.95/1040.92	c #Conflicts:    1524000 | #Constraints:      39383
1037.95/1040.92	c #Conflicts:    1525000 | #Constraints:      40383
1037.95/1040.92	c #Conflicts:    1526000 | #Constraints:      41383
1037.95/1040.92	c #Conflicts:    1527000 | #Constraints:      42383
1037.95/1040.92	c #Conflicts:    1528000 | #Constraints:      43383
1037.95/1040.92	c #Conflicts:    1529000 | #Constraints:      44383
1037.95/1040.92	c #Conflicts:    1530000 | #Constraints:      45383
1037.95/1040.92	c #Conflicts:    1531000 | #Constraints:      46383
1037.95/1040.92	c #Conflicts:    1532000 | #Constraints:      47383
1037.95/1040.92	c #Conflicts:    1533000 | #Constraints:      48383
1037.95/1040.92	c #Conflicts:    1534000 | #Constraints:      49383
1037.95/1040.92	c #Conflicts:    1535000 | #Constraints:      50383
1037.95/1040.92	c #Conflicts:    1536000 | #Constraints:      51383
1037.95/1040.92	c #Conflicts:    1537000 | #Constraints:      52383
1037.95/1040.92	c #Conflicts:    1538000 | #Constraints:      53383
1037.95/1040.92	c #Conflicts:    1539000 | #Constraints:      54383
1037.95/1040.92	c #Conflicts:    1540000 | #Constraints:      55383
1037.95/1040.92	c #Conflicts:    1541000 | #Constraints:      56383
1037.95/1040.92	c INPROCESSING
1037.95/1040.92	c GARBAGE COLLECT
1037.95/1040.92	c rational objective 1002
1064.99/1068.03	c #Conflicts:    1542000 | #Constraints:      32717
1064.99/1068.03	c #Conflicts:    1543000 | #Constraints:      33717
1064.99/1068.03	c #Conflicts:    1544000 | #Constraints:      34717
1064.99/1068.03	c #Conflicts:    1545000 | #Constraints:      35725
1064.99/1068.03	c #Conflicts:    1546000 | #Constraints:      36803
1064.99/1068.03	c #Conflicts:    1547000 | #Constraints:      37868
1064.99/1068.03	c #Conflicts:    1548000 | #Constraints:      38927
1064.99/1068.03	c #Conflicts:    1549000 | #Constraints:      39978
1064.99/1068.03	c #Conflicts:    1550000 | #Constraints:      41017
1064.99/1068.03	c #Conflicts:    1551000 | #Constraints:      42050
1064.99/1068.03	c #Conflicts:    1552000 | #Constraints:      43079
1064.99/1068.03	c #Conflicts:    1553000 | #Constraints:      44097
1064.99/1068.03	c #Conflicts:    1554000 | #Constraints:      45121
1064.99/1068.03	c #Conflicts:    1555000 | #Constraints:      46135
1064.99/1068.03	c #Conflicts:    1556000 | #Constraints:      47183
1064.99/1068.03	c #Conflicts:    1557000 | #Constraints:      48213
1064.99/1068.03	c #Conflicts:    1558000 | #Constraints:      49237
1064.99/1068.03	c #Conflicts:    1559000 | #Constraints:      50274
1064.99/1068.03	c #Conflicts:    1560000 | #Constraints:      51313
1064.99/1068.03	c #Conflicts:    1561000 | #Constraints:      52338
1064.99/1068.03	c #Conflicts:    1562000 | #Constraints:      53366
1064.99/1068.03	c #Conflicts:    1563000 | #Constraints:      54399
1064.99/1068.03	c #Conflicts:    1564000 | #Constraints:      55440
1064.99/1068.03	c #Conflicts:    1565000 | #Constraints:      56471
1064.99/1068.03	c #Conflicts:    1566000 | #Constraints:      57503
1064.99/1068.03	c INPROCESSING
1064.99/1068.03	c GARBAGE COLLECT
1064.99/1068.03	c rational objective 1002
1083.93/1087.09	c #Conflicts:    1567000 | #Constraints:      33188
1083.93/1087.09	c #Conflicts:    1568000 | #Constraints:      34188
1083.93/1087.09	c #Conflicts:    1569000 | #Constraints:      35188
1083.93/1087.09	c #Conflicts:    1570000 | #Constraints:      36188
1083.93/1087.09	c #Conflicts:    1571000 | #Constraints:      37188
1083.93/1087.09	c #Conflicts:    1572000 | #Constraints:      38188
1083.93/1087.09	c #Conflicts:    1573000 | #Constraints:      39188
1083.93/1087.09	c #Conflicts:    1574000 | #Constraints:      40188
1083.93/1087.09	c #Conflicts:    1575000 | #Constraints:      41188
1083.93/1087.09	c #Conflicts:    1576000 | #Constraints:      42188
1083.93/1087.09	c #Conflicts:    1577000 | #Constraints:      43188
1083.93/1087.09	c #Conflicts:    1578000 | #Constraints:      44188
1083.93/1087.09	c #Conflicts:    1579000 | #Constraints:      45188
1083.93/1087.09	c #Conflicts:    1580000 | #Constraints:      46188
1083.93/1087.09	c #Conflicts:    1581000 | #Constraints:      47188
1083.93/1087.09	c #Conflicts:    1582000 | #Constraints:      48188
1083.93/1087.09	c #Conflicts:    1583000 | #Constraints:      49188
1083.93/1087.09	c #Conflicts:    1584000 | #Constraints:      50188
1083.93/1087.09	c #Conflicts:    1585000 | #Constraints:      51188
1083.93/1087.09	c #Conflicts:    1586000 | #Constraints:      52188
1083.93/1087.09	c #Conflicts:    1587000 | #Constraints:      53188
1083.93/1087.09	c #Conflicts:    1588000 | #Constraints:      54188
1083.93/1087.09	c #Conflicts:    1589000 | #Constraints:      55188
1083.93/1087.09	c #Conflicts:    1590000 | #Constraints:      56188
1083.93/1087.09	c #Conflicts:    1591000 | #Constraints:      57188
1083.93/1087.09	c INPROCESSING
1083.93/1087.09	c GARBAGE COLLECT
1083.93/1087.09	c rational objective 1002
1101.49/1104.64	c #Conflicts:    1592000 | #Constraints:      33045
1101.49/1104.64	c #Conflicts:    1593000 | #Constraints:      34045
1101.49/1104.64	c #Conflicts:    1594000 | #Constraints:      35045
1101.49/1104.64	c #Conflicts:    1595000 | #Constraints:      36045
1101.49/1104.64	c #Conflicts:    1596000 | #Constraints:      37045
1101.49/1104.64	c #Conflicts:    1597000 | #Constraints:      38045
1101.49/1104.64	c #Conflicts:    1598000 | #Constraints:      39045
1101.49/1104.64	c #Conflicts:    1599000 | #Constraints:      40045
1101.49/1104.64	c #Conflicts:    1600000 | #Constraints:      41045
1101.49/1104.64	c #Conflicts:    1601000 | #Constraints:      42045
1101.49/1104.64	c #Conflicts:    1602000 | #Constraints:      43045
1101.49/1104.64	c #Conflicts:    1603000 | #Constraints:      44045
1101.49/1104.64	c #Conflicts:    1604000 | #Constraints:      45045
1101.49/1104.64	c #Conflicts:    1605000 | #Constraints:      46045
1101.49/1104.64	c #Conflicts:    1606000 | #Constraints:      47045
1101.49/1104.64	c #Conflicts:    1607000 | #Constraints:      48045
1101.49/1104.64	c #Conflicts:    1608000 | #Constraints:      49045
1101.49/1104.64	c #Conflicts:    1609000 | #Constraints:      50045
1101.49/1104.64	c #Conflicts:    1610000 | #Constraints:      51045
1101.49/1104.64	c #Conflicts:    1611000 | #Constraints:      52045
1101.49/1104.64	c #Conflicts:    1612000 | #Constraints:      53045
1101.49/1104.64	c #Conflicts:    1613000 | #Constraints:      54045
1101.49/1104.64	c #Conflicts:    1614000 | #Constraints:      55045
1101.49/1104.64	c #Conflicts:    1615000 | #Constraints:      56045
1101.49/1104.64	c #Conflicts:    1616000 | #Constraints:      57045
1101.49/1104.64	c INPROCESSING
1101.49/1104.64	c GARBAGE COLLECT
1101.49/1104.64	c rational objective 1002
1137.20/1140.49	c #Conflicts:    1617000 | #Constraints:      32772
1137.20/1140.49	c #Conflicts:    1618000 | #Constraints:      33797
1137.20/1140.49	c #Conflicts:    1619000 | #Constraints:      34825
1137.20/1140.49	c #Conflicts:    1620000 | #Constraints:      35829
1137.20/1140.49	c #Conflicts:    1621000 | #Constraints:      36883
1137.20/1140.49	c #Conflicts:    1622000 | #Constraints:      37907
1137.20/1140.49	c #Conflicts:    1623000 | #Constraints:      38926
1137.20/1140.49	c #Conflicts:    1624000 | #Constraints:      39941
1137.20/1140.49	c #Conflicts:    1625000 | #Constraints:      40978
1137.20/1140.49	c #Conflicts:    1626000 | #Constraints:      42009
1137.20/1140.49	c #Conflicts:    1627000 | #Constraints:      43032
1137.20/1140.49	c #Conflicts:    1628000 | #Constraints:      44049
1137.20/1140.49	c #Conflicts:    1629000 | #Constraints:      45068
1137.20/1140.49	c #Conflicts:    1630000 | #Constraints:      46098
1137.20/1140.49	c #Conflicts:    1631000 | #Constraints:      47125
1137.20/1140.49	c #Conflicts:    1632000 | #Constraints:      48164
1137.20/1140.49	c #Conflicts:    1633000 | #Constraints:      49209
1137.20/1140.49	c #Conflicts:    1634000 | #Constraints:      50231
1137.20/1140.49	c #Conflicts:    1635000 | #Constraints:      51261
1137.20/1140.49	c #Conflicts:    1636000 | #Constraints:      52284
1137.20/1140.49	c #Conflicts:    1637000 | #Constraints:      53306
1137.20/1140.49	c #Conflicts:    1638000 | #Constraints:      54332
1137.20/1140.49	c #Conflicts:    1639000 | #Constraints:      55354
1137.20/1140.49	c #Conflicts:    1640000 | #Constraints:      56376
1137.20/1140.49	c #Conflicts:    1641000 | #Constraints:      57399
1137.20/1140.49	c #Conflicts:    1642000 | #Constraints:      58414
1137.20/1140.49	c INPROCESSING
1137.20/1140.49	c GARBAGE COLLECT
1137.20/1140.49	c rational objective 1002
1154.76/1158.09	c #Conflicts:    1643000 | #Constraints:      33566
1154.76/1158.09	c #Conflicts:    1644000 | #Constraints:      34566
1154.76/1158.09	c #Conflicts:    1645000 | #Constraints:      35566
1154.76/1158.09	c #Conflicts:    1646000 | #Constraints:      36566
1154.76/1158.09	c #Conflicts:    1647000 | #Constraints:      37566
1154.76/1158.09	c #Conflicts:    1648000 | #Constraints:      38566
1154.76/1158.09	c #Conflicts:    1649000 | #Constraints:      39566
1154.76/1158.09	c #Conflicts:    1650000 | #Constraints:      40566
1154.76/1158.09	c #Conflicts:    1651000 | #Constraints:      41566
1154.76/1158.09	c #Conflicts:    1652000 | #Constraints:      42566
1154.76/1158.09	c #Conflicts:    1653000 | #Constraints:      43566
1154.76/1158.09	c #Conflicts:    1654000 | #Constraints:      44566
1154.76/1158.09	c #Conflicts:    1655000 | #Constraints:      45566
1154.76/1158.09	c #Conflicts:    1656000 | #Constraints:      46566
1154.76/1158.09	c #Conflicts:    1657000 | #Constraints:      47566
1154.76/1158.09	c #Conflicts:    1658000 | #Constraints:      48566
1154.76/1158.09	c #Conflicts:    1659000 | #Constraints:      49566
1154.76/1158.09	c #Conflicts:    1660000 | #Constraints:      50566
1154.76/1158.09	c #Conflicts:    1661000 | #Constraints:      51566
1154.76/1158.09	c #Conflicts:    1662000 | #Constraints:      52566
1154.76/1158.09	c #Conflicts:    1663000 | #Constraints:      53566
1154.76/1158.09	c #Conflicts:    1664000 | #Constraints:      54566
1154.76/1158.09	c #Conflicts:    1665000 | #Constraints:      55566
1154.76/1158.09	c #Conflicts:    1666000 | #Constraints:      56566
1154.76/1158.09	c #Conflicts:    1667000 | #Constraints:      57566
1154.76/1158.09	c #Conflicts:    1668000 | #Constraints:      58566
1154.76/1158.09	c INPROCESSING
1154.76/1158.09	c GARBAGE COLLECT
1154.76/1158.09	c rational objective 1002
1172.61/1175.98	c #Conflicts:    1669000 | #Constraints:      33810
1172.61/1175.98	c #Conflicts:    1670000 | #Constraints:      34810
1172.61/1175.98	c #Conflicts:    1671000 | #Constraints:      35810
1172.61/1175.98	c #Conflicts:    1672000 | #Constraints:      36810
1172.61/1175.98	c #Conflicts:    1673000 | #Constraints:      37810
1172.61/1175.98	c #Conflicts:    1674000 | #Constraints:      38810
1172.61/1175.98	c #Conflicts:    1675000 | #Constraints:      39810
1172.61/1175.98	c #Conflicts:    1676000 | #Constraints:      40810
1172.61/1175.98	c #Conflicts:    1677000 | #Constraints:      41810
1172.61/1175.98	c #Conflicts:    1678000 | #Constraints:      42810
1172.61/1175.98	c #Conflicts:    1679000 | #Constraints:      43810
1172.61/1175.98	c #Conflicts:    1680000 | #Constraints:      44810
1172.61/1175.98	c #Conflicts:    1681000 | #Constraints:      45810
1172.61/1175.98	c #Conflicts:    1682000 | #Constraints:      46810
1172.61/1175.98	c #Conflicts:    1683000 | #Constraints:      47810
1172.61/1175.98	c #Conflicts:    1684000 | #Constraints:      48810
1172.61/1175.98	c #Conflicts:    1685000 | #Constraints:      49810
1172.61/1175.98	c #Conflicts:    1686000 | #Constraints:      50810
1172.61/1175.98	c #Conflicts:    1687000 | #Constraints:      51810
1172.61/1175.98	c #Conflicts:    1688000 | #Constraints:      52810
1172.61/1175.98	c #Conflicts:    1689000 | #Constraints:      53810
1172.61/1175.98	c #Conflicts:    1690000 | #Constraints:      54810
1172.61/1175.98	c #Conflicts:    1691000 | #Constraints:      55810
1172.61/1175.98	c #Conflicts:    1692000 | #Constraints:      56810
1172.61/1175.98	c #Conflicts:    1693000 | #Constraints:      57810
1172.61/1175.98	c #Conflicts:    1694000 | #Constraints:      58810
1172.61/1175.98	c INPROCESSING
1172.61/1175.98	c GARBAGE COLLECT
1172.61/1175.98	c rational objective 1002
1190.86/1194.27	c #Conflicts:    1695000 | #Constraints:      33949
1190.86/1194.27	c #Conflicts:    1696000 | #Constraints:      34949
1190.86/1194.27	c #Conflicts:    1697000 | #Constraints:      35949
1190.86/1194.27	c #Conflicts:    1698000 | #Constraints:      36949
1190.86/1194.27	c #Conflicts:    1699000 | #Constraints:      37949
1190.86/1194.27	c #Conflicts:    1700000 | #Constraints:      38949
1190.86/1194.27	c #Conflicts:    1701000 | #Constraints:      39950
1190.86/1194.27	c #Conflicts:    1702000 | #Constraints:      40950
1190.86/1194.27	c #Conflicts:    1703000 | #Constraints:      41950
1190.86/1194.27	c #Conflicts:    1704000 | #Constraints:      42950
1190.86/1194.27	c #Conflicts:    1705000 | #Constraints:      43950
1190.86/1194.27	c #Conflicts:    1706000 | #Constraints:      44950
1190.86/1194.27	c #Conflicts:    1707000 | #Constraints:      45950
1190.86/1194.27	c #Conflicts:    1708000 | #Constraints:      46950
1190.86/1194.27	c #Conflicts:    1709000 | #Constraints:      47950
1190.86/1194.27	c #Conflicts:    1710000 | #Constraints:      48950
1190.86/1194.27	c #Conflicts:    1711000 | #Constraints:      49950
1190.86/1194.27	c #Conflicts:    1712000 | #Constraints:      50950
1190.86/1194.27	c #Conflicts:    1713000 | #Constraints:      51950
1190.86/1194.27	c #Conflicts:    1714000 | #Constraints:      52950
1190.86/1194.27	c #Conflicts:    1715000 | #Constraints:      53950
1190.86/1194.27	c #Conflicts:    1716000 | #Constraints:      54950
1190.86/1194.27	c #Conflicts:    1717000 | #Constraints:      55950
1190.86/1194.27	c #Conflicts:    1718000 | #Constraints:      56950
1190.86/1194.27	c #Conflicts:    1719000 | #Constraints:      57950
1190.86/1194.27	c #Conflicts:    1720000 | #Constraints:      58950
1190.86/1194.27	c INPROCESSING
1190.86/1194.27	c GARBAGE COLLECT
1190.86/1194.27	c rational objective 1002
1209.62/1213.09	c #Conflicts:    1721000 | #Constraints:      33898
1209.62/1213.09	c #Conflicts:    1722000 | #Constraints:      34898
1209.62/1213.09	c #Conflicts:    1723000 | #Constraints:      35898
1209.62/1213.09	c #Conflicts:    1724000 | #Constraints:      36898
1209.62/1213.09	c #Conflicts:    1725000 | #Constraints:      37898
1209.62/1213.09	c #Conflicts:    1726000 | #Constraints:      38898
1209.62/1213.09	c #Conflicts:    1727000 | #Constraints:      39898
1209.62/1213.09	c #Conflicts:    1728000 | #Constraints:      40898
1209.62/1213.09	c #Conflicts:    1729000 | #Constraints:      41898
1209.62/1213.09	c #Conflicts:    1730000 | #Constraints:      42898
1209.62/1213.09	c #Conflicts:    1731000 | #Constraints:      43898
1209.62/1213.09	c #Conflicts:    1732000 | #Constraints:      44898
1209.62/1213.09	c #Conflicts:    1733000 | #Constraints:      45898
1209.62/1213.09	c #Conflicts:    1734000 | #Constraints:      46898
1209.62/1213.09	c #Conflicts:    1735000 | #Constraints:      47898
1209.62/1213.09	c #Conflicts:    1736000 | #Constraints:      48898
1209.62/1213.09	c #Conflicts:    1737000 | #Constraints:      49898
1209.62/1213.09	c #Conflicts:    1738000 | #Constraints:      50898
1209.62/1213.09	c #Conflicts:    1739000 | #Constraints:      51898
1209.62/1213.09	c #Conflicts:    1740000 | #Constraints:      52898
1209.62/1213.09	c #Conflicts:    1741000 | #Constraints:      53898
1209.62/1213.09	c #Conflicts:    1742000 | #Constraints:      54898
1209.62/1213.09	c #Conflicts:    1743000 | #Constraints:      55898
1209.62/1213.09	c #Conflicts:    1744000 | #Constraints:      56898
1209.62/1213.09	c #Conflicts:    1745000 | #Constraints:      57898
1209.62/1213.09	c #Conflicts:    1746000 | #Constraints:      58898
1209.62/1213.09	c INPROCESSING
1209.62/1213.09	c GARBAGE COLLECT
1209.62/1213.09	c rational objective 1002
1230.57/1234.05	c #Conflicts:    1747000 | #Constraints:      33653
1230.57/1234.05	c #Conflicts:    1748000 | #Constraints:      34688
1230.57/1234.05	c #Conflicts:    1749000 | #Constraints:      35763
1230.57/1234.05	c #Conflicts:    1750000 | #Constraints:      36837
1230.57/1234.05	c #Conflicts:    1751000 | #Constraints:      37901
1230.57/1234.05	c #Conflicts:    1752000 | #Constraints:      38939
1230.57/1234.05	c #Conflicts:    1753000 | #Constraints:      40000
1230.57/1234.05	c #Conflicts:    1754000 | #Constraints:      41054
1230.57/1234.05	c #Conflicts:    1755000 | #Constraints:      42109
1230.57/1234.05	c #Conflicts:    1756000 | #Constraints:      43168
1230.57/1234.05	c #Conflicts:    1757000 | #Constraints:      44211
1230.57/1234.05	c #Conflicts:    1758000 | #Constraints:      45248
1230.57/1234.05	c #Conflicts:    1759000 | #Constraints:      46281
1230.57/1234.05	c #Conflicts:    1760000 | #Constraints:      47321
1230.57/1234.05	c #Conflicts:    1761000 | #Constraints:      48352
1230.57/1234.05	c #Conflicts:    1762000 | #Constraints:      49381
1230.57/1234.05	c #Conflicts:    1763000 | #Constraints:      50408
1230.57/1234.05	c #Conflicts:    1764000 | #Constraints:      51441
1230.57/1234.05	c #Conflicts:    1765000 | #Constraints:      52474
1230.57/1234.05	c #Conflicts:    1766000 | #Constraints:      53503
1230.57/1234.05	c #Conflicts:    1767000 | #Constraints:      54535
1230.57/1234.05	c #Conflicts:    1768000 | #Constraints:      55573
1230.57/1234.05	c #Conflicts:    1769000 | #Constraints:      56596
1230.57/1234.05	c #Conflicts:    1770000 | #Constraints:      57627
1230.57/1234.05	c #Conflicts:    1771000 | #Constraints:      58655
1230.57/1234.05	c #Conflicts:    1772000 | #Constraints:      59683
1230.57/1234.05	c #Conflicts:    1773000 | #Constraints:      60718
1230.57/1234.05	c INPROCESSING
1230.57/1234.05	c GARBAGE COLLECT
1230.57/1234.05	c rational objective 1002
1252.21/1255.72	c #Conflicts:    1774000 | #Constraints:      34702
1252.21/1255.72	c #Conflicts:    1775000 | #Constraints:      35702
1252.21/1255.72	c #Conflicts:    1776000 | #Constraints:      36702
1252.21/1255.72	c #Conflicts:    1777000 | #Constraints:      37702
1252.21/1255.72	c #Conflicts:    1778000 | #Constraints:      38702
1252.21/1255.72	c #Conflicts:    1779000 | #Constraints:      39702
1252.21/1255.72	c #Conflicts:    1780000 | #Constraints:      40702
1252.21/1255.72	c #Conflicts:    1781000 | #Constraints:      41702
1252.21/1255.72	c #Conflicts:    1782000 | #Constraints:      42702
1252.21/1255.72	c #Conflicts:    1783000 | #Constraints:      43702
1252.21/1255.72	c #Conflicts:    1784000 | #Constraints:      44702
1252.21/1255.72	c #Conflicts:    1785000 | #Constraints:      45702
1252.21/1255.72	c #Conflicts:    1786000 | #Constraints:      46702
1252.21/1255.72	c #Conflicts:    1787000 | #Constraints:      47702
1252.21/1255.72	c #Conflicts:    1788000 | #Constraints:      48702
1252.21/1255.72	c #Conflicts:    1789000 | #Constraints:      49702
1252.21/1255.72	c #Conflicts:    1790000 | #Constraints:      50702
1252.21/1255.72	c #Conflicts:    1791000 | #Constraints:      51702
1252.21/1255.72	c #Conflicts:    1792000 | #Constraints:      52702
1252.21/1255.72	c #Conflicts:    1793000 | #Constraints:      53702
1252.21/1255.72	c #Conflicts:    1794000 | #Constraints:      54702
1252.21/1255.72	c #Conflicts:    1795000 | #Constraints:      55702
1252.21/1255.72	c #Conflicts:    1796000 | #Constraints:      56702
1252.21/1255.72	c #Conflicts:    1797000 | #Constraints:      57702
1252.21/1255.72	c #Conflicts:    1798000 | #Constraints:      58702
1252.21/1255.72	c #Conflicts:    1799000 | #Constraints:      59702
1252.21/1255.72	c #Conflicts:    1800000 | #Constraints:      60702
1252.21/1255.72	c INPROCESSING
1252.21/1255.72	c GARBAGE COLLECT
1252.21/1255.72	c rational objective 1002
1283.54/1287.10	c #Conflicts:    1801000 | #Constraints:      34885
1283.54/1287.10	c #Conflicts:    1802000 | #Constraints:      35925
1283.54/1287.10	c #Conflicts:    1803000 | #Constraints:      36980
1283.54/1287.10	c #Conflicts:    1804000 | #Constraints:      38029
1283.54/1287.10	c #Conflicts:    1805000 | #Constraints:      39096
1283.54/1287.10	c #Conflicts:    1806000 | #Constraints:      40143
1283.54/1287.10	c #Conflicts:    1807000 | #Constraints:      41190
1283.54/1287.10	c #Conflicts:    1808000 | #Constraints:      42233
1283.54/1287.10	c #Conflicts:    1809000 | #Constraints:      43284
1283.54/1287.10	c #Conflicts:    1810000 | #Constraints:      44325
1283.54/1287.10	c #Conflicts:    1811000 | #Constraints:      45364
1283.54/1287.10	c #Conflicts:    1812000 | #Constraints:      46405
1283.54/1287.10	c #Conflicts:    1813000 | #Constraints:      47449
1283.54/1287.10	c #Conflicts:    1814000 | #Constraints:      48488
1283.54/1287.10	c #Conflicts:    1815000 | #Constraints:      49517
1283.54/1287.10	c #Conflicts:    1816000 | #Constraints:      50581
1283.54/1287.10	c #Conflicts:    1817000 | #Constraints:      51623
1283.54/1287.10	c #Conflicts:    1818000 | #Constraints:      52673
1283.54/1287.10	c #Conflicts:    1819000 | #Constraints:      53713
1283.54/1287.10	c #Conflicts:    1820000 | #Constraints:      54744
1283.54/1287.10	c #Conflicts:    1821000 | #Constraints:      55782
1283.54/1287.10	c #Conflicts:    1822000 | #Constraints:      56811
1283.54/1287.10	c #Conflicts:    1823000 | #Constraints:      57849
1283.54/1287.10	c #Conflicts:    1824000 | #Constraints:      58880
1283.54/1287.10	c #Conflicts:    1825000 | #Constraints:      59911
1283.54/1287.10	c #Conflicts:    1826000 | #Constraints:      60948
1283.54/1287.10	c #Conflicts:    1827000 | #Constraints:      61976
1283.54/1287.10	c INPROCESSING
1283.54/1287.10	c GARBAGE COLLECT
1283.54/1287.10	c rational objective 1002
1304.68/1308.32	c #Conflicts:    1828000 | #Constraints:      35437
1304.68/1308.32	c #Conflicts:    1829000 | #Constraints:      36437
1304.68/1308.32	c #Conflicts:    1830000 | #Constraints:      37437
1304.68/1308.32	c #Conflicts:    1831000 | #Constraints:      38437
1304.68/1308.32	c #Conflicts:    1832000 | #Constraints:      39437
1304.68/1308.32	c #Conflicts:    1833000 | #Constraints:      40437
1304.68/1308.32	c #Conflicts:    1834000 | #Constraints:      41437
1304.68/1308.32	c #Conflicts:    1835000 | #Constraints:      42437
1304.68/1308.32	c #Conflicts:    1836000 | #Constraints:      43437
1304.68/1308.32	c #Conflicts:    1837000 | #Constraints:      44437
1304.68/1308.32	c #Conflicts:    1838000 | #Constraints:      45437
1304.68/1308.32	c #Conflicts:    1839000 | #Constraints:      46437
1304.68/1308.32	c #Conflicts:    1840000 | #Constraints:      47437
1304.68/1308.32	c #Conflicts:    1841000 | #Constraints:      48437
1304.68/1308.32	c #Conflicts:    1842000 | #Constraints:      49437
1304.68/1308.32	c #Conflicts:    1843000 | #Constraints:      50437
1304.68/1308.32	c #Conflicts:    1844000 | #Constraints:      51437
1304.68/1308.32	c #Conflicts:    1845000 | #Constraints:      52437
1304.68/1308.32	c #Conflicts:    1846000 | #Constraints:      53437
1304.68/1308.32	c #Conflicts:    1847000 | #Constraints:      54437
1304.68/1308.32	c #Conflicts:    1848000 | #Constraints:      55437
1304.68/1308.32	c #Conflicts:    1849000 | #Constraints:      56437
1304.68/1308.32	c #Conflicts:    1850000 | #Constraints:      57437
1304.68/1308.32	c #Conflicts:    1851000 | #Constraints:      58437
1304.68/1308.32	c #Conflicts:    1852000 | #Constraints:      59437
1304.68/1308.32	c #Conflicts:    1853000 | #Constraints:      60437
1304.68/1308.32	c #Conflicts:    1854000 | #Constraints:      61437
1304.68/1308.32	c INPROCESSING
1304.68/1308.32	c GARBAGE COLLECT
1304.68/1308.32	c rational objective 1002
1325.13/1328.85	c #Conflicts:    1855000 | #Constraints:      35162
1325.13/1328.85	c #Conflicts:    1856000 | #Constraints:      36162
1325.13/1328.85	c #Conflicts:    1857000 | #Constraints:      37162
1325.13/1328.85	c #Conflicts:    1858000 | #Constraints:      38162
1325.13/1328.85	c #Conflicts:    1859000 | #Constraints:      39162
1325.13/1328.85	c #Conflicts:    1860000 | #Constraints:      40162
1325.13/1328.85	c #Conflicts:    1861000 | #Constraints:      41162
1325.13/1328.85	c #Conflicts:    1862000 | #Constraints:      42162
1325.13/1328.85	c #Conflicts:    1863000 | #Constraints:      43162
1325.13/1328.85	c #Conflicts:    1864000 | #Constraints:      44162
1325.13/1328.85	c #Conflicts:    1865000 | #Constraints:      45162
1325.13/1328.85	c #Conflicts:    1866000 | #Constraints:      46162
1325.13/1328.85	c #Conflicts:    1867000 | #Constraints:      47162
1325.13/1328.85	c #Conflicts:    1868000 | #Constraints:      48162
1325.13/1328.85	c #Conflicts:    1869000 | #Constraints:      49162
1325.13/1328.85	c #Conflicts:    1870000 | #Constraints:      50162
1325.13/1328.85	c #Conflicts:    1871000 | #Constraints:      51162
1325.13/1328.85	c #Conflicts:    1872000 | #Constraints:      52162
1325.13/1328.85	c #Conflicts:    1873000 | #Constraints:      53162
1325.13/1328.85	c #Conflicts:    1874000 | #Constraints:      54162
1325.13/1328.85	c #Conflicts:    1875000 | #Constraints:      55162
1325.13/1328.85	c #Conflicts:    1876000 | #Constraints:      56162
1325.13/1328.85	c #Conflicts:    1877000 | #Constraints:      57162
1325.13/1328.85	c #Conflicts:    1878000 | #Constraints:      58162
1325.13/1328.85	c #Conflicts:    1879000 | #Constraints:      59162
1325.13/1328.85	c #Conflicts:    1880000 | #Constraints:      60162
1325.13/1328.85	c #Conflicts:    1881000 | #Constraints:      61162
1325.13/1328.85	c INPROCESSING
1325.13/1328.85	c GARBAGE COLLECT
1325.13/1328.85	c rational objective 1002
1346.67/1350.45	c #Conflicts:    1882000 | #Constraints:      34790
1346.67/1350.45	c #Conflicts:    1883000 | #Constraints:      35790
1346.67/1350.45	c #Conflicts:    1884000 | #Constraints:      36790
1346.67/1350.45	c #Conflicts:    1885000 | #Constraints:      37790
1346.67/1350.45	c #Conflicts:    1886000 | #Constraints:      38790
1346.67/1350.45	c #Conflicts:    1887000 | #Constraints:      39790
1346.67/1350.45	c #Conflicts:    1888000 | #Constraints:      40790
1346.67/1350.45	c #Conflicts:    1889000 | #Constraints:      41790
1346.67/1350.45	c #Conflicts:    1890000 | #Constraints:      42790
1346.67/1350.45	c #Conflicts:    1891000 | #Constraints:      43790
1346.67/1350.45	c #Conflicts:    1892000 | #Constraints:      44790
1346.67/1350.45	c #Conflicts:    1893000 | #Constraints:      45790
1346.67/1350.45	c #Conflicts:    1894000 | #Constraints:      46790
1346.67/1350.45	c #Conflicts:    1895000 | #Constraints:      47790
1346.67/1350.45	c #Conflicts:    1896000 | #Constraints:      48790
1346.67/1350.45	c #Conflicts:    1897000 | #Constraints:      49790
1346.67/1350.45	c #Conflicts:    1898000 | #Constraints:      50790
1346.67/1350.45	c #Conflicts:    1899000 | #Constraints:      51790
1346.67/1350.45	c #Conflicts:    1900000 | #Constraints:      52790
1346.67/1350.45	c #Conflicts:    1901000 | #Constraints:      53790
1346.67/1350.45	c #Conflicts:    1902000 | #Constraints:      54790
1346.67/1350.45	c #Conflicts:    1903000 | #Constraints:      55790
1346.67/1350.45	c #Conflicts:    1904000 | #Constraints:      56790
1346.67/1350.45	c #Conflicts:    1905000 | #Constraints:      57790
1346.67/1350.45	c #Conflicts:    1906000 | #Constraints:      58790
1346.67/1350.45	c #Conflicts:    1907000 | #Constraints:      59790
1346.67/1350.45	c #Conflicts:    1908000 | #Constraints:      60790
1346.67/1350.45	c #Conflicts:    1909000 | #Constraints:      61790
1346.67/1350.45	c INPROCESSING
1346.67/1350.45	c GARBAGE COLLECT
1346.67/1350.45	c rational objective 1002
1380.89/1384.77	c #Conflicts:    1910000 | #Constraints:      35323
1380.89/1384.77	c #Conflicts:    1911000 | #Constraints:      36363
1380.89/1384.77	c #Conflicts:    1912000 | #Constraints:      37412
1380.89/1384.77	c #Conflicts:    1913000 | #Constraints:      38471
1380.89/1384.77	c #Conflicts:    1914000 | #Constraints:      39544
1380.89/1384.77	c #Conflicts:    1915000 | #Constraints:      40597
1380.89/1384.77	c #Conflicts:    1916000 | #Constraints:      41650
1380.89/1384.77	c #Conflicts:    1917000 | #Constraints:      42690
1380.89/1384.77	c #Conflicts:    1918000 | #Constraints:      43729
1380.89/1384.77	c #Conflicts:    1919000 | #Constraints:      44765
1380.89/1384.77	c #Conflicts:    1920000 | #Constraints:      45811
1380.89/1384.77	c #Conflicts:    1921000 | #Constraints:      46847
1380.89/1384.77	c #Conflicts:    1922000 | #Constraints:      47881
1380.89/1384.77	c #Conflicts:    1923000 | #Constraints:      48903
1380.89/1384.77	c #Conflicts:    1924000 | #Constraints:      49935
1380.89/1384.77	c #Conflicts:    1925000 | #Constraints:      50959
1380.89/1384.77	c #Conflicts:    1926000 | #Constraints:      51985
1380.89/1384.77	c #Conflicts:    1927000 | #Constraints:      53009
1380.89/1384.77	c #Conflicts:    1928000 | #Constraints:      54036
1380.89/1384.77	c #Conflicts:    1929000 | #Constraints:      55070
1380.89/1384.77	c #Conflicts:    1930000 | #Constraints:      56116
1380.89/1384.77	c #Conflicts:    1931000 | #Constraints:      57140
1380.89/1384.77	c #Conflicts:    1932000 | #Constraints:      58165
1380.89/1384.77	c #Conflicts:    1933000 | #Constraints:      59208
1380.89/1384.77	c #Conflicts:    1934000 | #Constraints:      60240
1380.89/1384.77	c #Conflicts:    1935000 | #Constraints:      61259
1380.89/1384.77	c #Conflicts:    1936000 | #Constraints:      62294
1380.89/1384.77	c #Conflicts:    1937000 | #Constraints:      63323
1380.89/1384.77	c INPROCESSING
1380.89/1384.77	c GARBAGE COLLECT
1380.89/1384.77	c rational objective 1002
1403.73/1407.60	c #Conflicts:    1938000 | #Constraints:      36091
1403.73/1407.60	c #Conflicts:    1939000 | #Constraints:      37091
1403.73/1407.60	c #Conflicts:    1940000 | #Constraints:      38091
1403.73/1407.60	c #Conflicts:    1941000 | #Constraints:      39091
1403.73/1407.60	c #Conflicts:    1942000 | #Constraints:      40091
1403.73/1407.60	c #Conflicts:    1943000 | #Constraints:      41091
1403.73/1407.60	c #Conflicts:    1944000 | #Constraints:      42091
1403.73/1407.60	c #Conflicts:    1945000 | #Constraints:      43091
1403.73/1407.60	c #Conflicts:    1946000 | #Constraints:      44091
1403.73/1407.60	c #Conflicts:    1947000 | #Constraints:      45091
1403.73/1407.60	c #Conflicts:    1948000 | #Constraints:      46091
1403.73/1407.60	c #Conflicts:    1949000 | #Constraints:      47091
1403.73/1407.60	c #Conflicts:    1950000 | #Constraints:      48091
1403.73/1407.60	c #Conflicts:    1951000 | #Constraints:      49091
1403.73/1407.60	c #Conflicts:    1952000 | #Constraints:      50091
1403.73/1407.60	c #Conflicts:    1953000 | #Constraints:      51091
1403.73/1407.60	c #Conflicts:    1954000 | #Constraints:      52091
1403.73/1407.60	c #Conflicts:    1955000 | #Constraints:      53091
1403.73/1407.60	c #Conflicts:    1956000 | #Constraints:      54091
1403.73/1407.60	c #Conflicts:    1957000 | #Constraints:      55091
1403.73/1407.60	c #Conflicts:    1958000 | #Constraints:      56091
1403.73/1407.60	c #Conflicts:    1959000 | #Constraints:      57091
1403.73/1407.60	c #Conflicts:    1960000 | #Constraints:      58091
1403.73/1407.60	c #Conflicts:    1961000 | #Constraints:      59091
1403.73/1407.60	c #Conflicts:    1962000 | #Constraints:      60091
1403.73/1407.60	c #Conflicts:    1963000 | #Constraints:      61091
1403.73/1407.60	c #Conflicts:    1964000 | #Constraints:      62091
1403.73/1407.60	c #Conflicts:    1965000 | #Constraints:      63091
1403.73/1407.60	c INPROCESSING
1403.73/1407.60	c GARBAGE COLLECT
1403.73/1407.60	c rational objective 1002
1426.27/1430.21	c #Conflicts:    1966000 | #Constraints:      36084
1426.27/1430.21	c #Conflicts:    1967000 | #Constraints:      37084
1426.27/1430.21	c #Conflicts:    1968000 | #Constraints:      38084
1426.27/1430.21	c #Conflicts:    1969000 | #Constraints:      39084
1426.27/1430.21	c #Conflicts:    1970000 | #Constraints:      40084
1426.27/1430.21	c #Conflicts:    1971000 | #Constraints:      41084
1426.27/1430.21	c #Conflicts:    1972000 | #Constraints:      42084
1426.27/1430.21	c #Conflicts:    1973000 | #Constraints:      43084
1426.27/1430.21	c #Conflicts:    1974000 | #Constraints:      44084
1426.27/1430.21	c #Conflicts:    1975000 | #Constraints:      45084
1426.27/1430.21	c #Conflicts:    1976000 | #Constraints:      46084
1426.27/1430.21	c #Conflicts:    1977000 | #Constraints:      47084
1426.27/1430.21	c #Conflicts:    1978000 | #Constraints:      48084
1426.27/1430.21	c #Conflicts:    1979000 | #Constraints:      49084
1426.27/1430.21	c #Conflicts:    1980000 | #Constraints:      50084
1426.27/1430.21	c #Conflicts:    1981000 | #Constraints:      51084
1426.27/1430.21	c #Conflicts:    1982000 | #Constraints:      52084
1426.27/1430.21	c #Conflicts:    1983000 | #Constraints:      53084
1426.27/1430.21	c #Conflicts:    1984000 | #Constraints:      54084
1426.27/1430.21	c #Conflicts:    1985000 | #Constraints:      55084
1426.27/1430.21	c #Conflicts:    1986000 | #Constraints:      56084
1426.27/1430.21	c #Conflicts:    1987000 | #Constraints:      57084
1426.27/1430.21	c #Conflicts:    1988000 | #Constraints:      58084
1426.27/1430.21	c #Conflicts:    1989000 | #Constraints:      59084
1426.27/1430.21	c #Conflicts:    1990000 | #Constraints:      60084
1426.27/1430.21	c #Conflicts:    1991000 | #Constraints:      61084
1426.27/1430.21	c #Conflicts:    1992000 | #Constraints:      62084
1426.27/1430.21	c #Conflicts:    1993000 | #Constraints:      63084
1426.27/1430.21	c INPROCESSING
1426.27/1430.21	c GARBAGE COLLECT
1426.27/1430.21	c rational objective 1002
1449.71/1453.80	c #Conflicts:    1994000 | #Constraints:      36011
1449.71/1453.80	c #Conflicts:    1995000 | #Constraints:      37075
1449.71/1453.80	c #Conflicts:    1996000 | #Constraints:      38139
1449.71/1453.80	c #Conflicts:    1997000 | #Constraints:      39201
1449.71/1453.80	c #Conflicts:    1998000 | #Constraints:      40265
1449.71/1453.80	c #Conflicts:    1999000 | #Constraints:      41318
1449.71/1453.80	c #Conflicts:    2000000 | #Constraints:      42371
1449.71/1453.80	c #Conflicts:    2001000 | #Constraints:      43419
1449.71/1453.80	c #Conflicts:    2002000 | #Constraints:      44475
1449.71/1453.80	c #Conflicts:    2003000 | #Constraints:      45503
1449.71/1453.80	c #Conflicts:    2004000 | #Constraints:      46538
1449.71/1453.80	c #Conflicts:    2005000 | #Constraints:      47579
1449.71/1453.80	c #Conflicts:    2006000 | #Constraints:      48623
1449.71/1453.80	c #Conflicts:    2007000 | #Constraints:      49662
1449.71/1453.80	c #Conflicts:    2008000 | #Constraints:      50695
1449.71/1453.80	c #Conflicts:    2009000 | #Constraints:      51713
1449.71/1453.80	c #Conflicts:    2010000 | #Constraints:      52747
1449.71/1453.80	c #Conflicts:    2011000 | #Constraints:      53777
1449.71/1453.80	c #Conflicts:    2012000 | #Constraints:      54808
1449.71/1453.80	c #Conflicts:    2013000 | #Constraints:      55829
1449.71/1453.80	c #Conflicts:    2014000 | #Constraints:      56867
1449.71/1453.80	c #Conflicts:    2015000 | #Constraints:      57895
1449.71/1453.80	c #Conflicts:    2016000 | #Constraints:      58933
1449.71/1453.80	c #Conflicts:    2017000 | #Constraints:      59966
1449.71/1453.80	c #Conflicts:    2018000 | #Constraints:      61013
1449.71/1453.80	c #Conflicts:    2019000 | #Constraints:      62067
1449.71/1453.80	c #Conflicts:    2020000 | #Constraints:      63108
1449.71/1453.80	c #Conflicts:    2021000 | #Constraints:      64161
1449.71/1453.80	c INPROCESSING
1449.71/1453.80	c GARBAGE COLLECT
1449.71/1453.80	c rational objective 1002
1473.74/1477.85	c #Conflicts:    2022000 | #Constraints:      36212
1473.74/1477.85	c #Conflicts:    2023000 | #Constraints:      37212
1473.74/1477.85	c #Conflicts:    2024000 | #Constraints:      38212
1473.74/1477.85	c #Conflicts:    2025000 | #Constraints:      39212
1473.74/1477.85	c #Conflicts:    2026000 | #Constraints:      40212
1473.74/1477.85	c #Conflicts:    2027000 | #Constraints:      41212
1473.74/1477.85	c #Conflicts:    2028000 | #Constraints:      42212
1473.74/1477.85	c #Conflicts:    2029000 | #Constraints:      43212
1473.74/1477.85	c #Conflicts:    2030000 | #Constraints:      44212
1473.74/1477.85	c #Conflicts:    2031000 | #Constraints:      45212
1473.74/1477.85	c #Conflicts:    2032000 | #Constraints:      46212
1473.74/1477.85	c #Conflicts:    2033000 | #Constraints:      47212
1473.74/1477.85	c #Conflicts:    2034000 | #Constraints:      48212
1473.74/1477.85	c #Conflicts:    2035000 | #Constraints:      49212
1473.74/1477.85	c #Conflicts:    2036000 | #Constraints:      50212
1473.74/1477.85	c #Conflicts:    2037000 | #Constraints:      51212
1473.74/1477.85	c #Conflicts:    2038000 | #Constraints:      52212
1473.74/1477.85	c #Conflicts:    2039000 | #Constraints:      53212
1473.74/1477.85	c #Conflicts:    2040000 | #Constraints:      54212
1473.74/1477.85	c #Conflicts:    2041000 | #Constraints:      55212
1473.74/1477.85	c #Conflicts:    2042000 | #Constraints:      56212
1473.74/1477.85	c #Conflicts:    2043000 | #Constraints:      57212
1473.74/1477.85	c #Conflicts:    2044000 | #Constraints:      58212
1473.74/1477.85	c #Conflicts:    2045000 | #Constraints:      59212
1473.74/1477.85	c #Conflicts:    2046000 | #Constraints:      60212
1473.74/1477.85	c #Conflicts:    2047000 | #Constraints:      61212
1473.74/1477.85	c #Conflicts:    2048000 | #Constraints:      62212
1473.74/1477.85	c #Conflicts:    2049000 | #Constraints:      63212
1473.74/1477.85	c #Conflicts:    2050000 | #Constraints:      64212
1473.74/1477.85	c INPROCESSING
1473.74/1477.85	c GARBAGE COLLECT
1473.74/1477.85	c rational objective 1002
1496.39/1500.51	c #Conflicts:    2051000 | #Constraints:      36524
1496.39/1500.51	c #Conflicts:    2052000 | #Constraints:      37524
1496.39/1500.51	c #Conflicts:    2053000 | #Constraints:      38524
1496.39/1500.51	c #Conflicts:    2054000 | #Constraints:      39524
1496.39/1500.51	c #Conflicts:    2055000 | #Constraints:      40524
1496.39/1500.51	c #Conflicts:    2056000 | #Constraints:      41524
1496.39/1500.51	c #Conflicts:    2057000 | #Constraints:      42524
1496.39/1500.51	c #Conflicts:    2058000 | #Constraints:      43524
1496.39/1500.51	c #Conflicts:    2059000 | #Constraints:      44524
1496.39/1500.51	c #Conflicts:    2060000 | #Constraints:      45524
1496.39/1500.51	c #Conflicts:    2061000 | #Constraints:      46524
1496.39/1500.51	c #Conflicts:    2062000 | #Constraints:      47524
1496.39/1500.51	c #Conflicts:    2063000 | #Constraints:      48524
1496.39/1500.51	c #Conflicts:    2064000 | #Constraints:      49524
1496.39/1500.51	c #Conflicts:    2065000 | #Constraints:      50524
1496.39/1500.51	c #Conflicts:    2066000 | #Constraints:      51524
1496.39/1500.51	c #Conflicts:    2067000 | #Constraints:      52524
1496.39/1500.51	c #Conflicts:    2068000 | #Constraints:      53524
1496.39/1500.51	c #Conflicts:    2069000 | #Constraints:      54524
1496.39/1500.51	c #Conflicts:    2070000 | #Constraints:      55524
1496.39/1500.51	c #Conflicts:    2071000 | #Constraints:      56524
1496.39/1500.51	c #Conflicts:    2072000 | #Constraints:      57524
1496.39/1500.51	c #Conflicts:    2073000 | #Constraints:      58524
1496.39/1500.51	c #Conflicts:    2074000 | #Constraints:      59524
1496.39/1500.51	c #Conflicts:    2075000 | #Constraints:      60524
1496.39/1500.51	c #Conflicts:    2076000 | #Constraints:      61524
1496.39/1500.51	c #Conflicts:    2077000 | #Constraints:      62524
1496.39/1500.51	c #Conflicts:    2078000 | #Constraints:      63524
1496.39/1500.51	c #Conflicts:    2079000 | #Constraints:      64524
1496.39/1500.51	c INPROCESSING
1496.39/1500.51	c GARBAGE COLLECT
1496.39/1500.51	c rational objective 1002
1535.79/1540.01	c #Conflicts:    2080000 | #Constraints:      36804
1535.79/1540.01	c #Conflicts:    2081000 | #Constraints:      37805
1535.79/1540.01	c #Conflicts:    2082000 | #Constraints:      38806
1535.79/1540.01	c #Conflicts:    2083000 | #Constraints:      39865
1535.79/1540.01	c #Conflicts:    2084000 | #Constraints:      40913
1535.79/1540.01	c #Conflicts:    2085000 | #Constraints:      41963
1535.79/1540.01	c #Conflicts:    2086000 | #Constraints:      43011
1535.79/1540.01	c #Conflicts:    2087000 | #Constraints:      44067
1535.79/1540.01	c #Conflicts:    2088000 | #Constraints:      45108
1535.79/1540.01	c #Conflicts:    2089000 | #Constraints:      46150
1535.79/1540.01	c #Conflicts:    2090000 | #Constraints:      47205
1535.79/1540.01	c #Conflicts:    2091000 | #Constraints:      48246
1535.79/1540.01	c #Conflicts:    2092000 | #Constraints:      49294
1535.79/1540.01	c #Conflicts:    2093000 | #Constraints:      50333
1535.79/1540.01	c #Conflicts:    2094000 | #Constraints:      51359
1535.79/1540.01	c #Conflicts:    2095000 | #Constraints:      52391
1535.79/1540.01	c #Conflicts:    2096000 | #Constraints:      53427
1535.79/1540.01	c #Conflicts:    2097000 | #Constraints:      54462
1535.79/1540.01	c #Conflicts:    2098000 | #Constraints:      55486
1535.79/1540.01	c #Conflicts:    2099000 | #Constraints:      56529
1535.79/1540.01	c #Conflicts:    2100000 | #Constraints:      57575
1535.79/1540.01	c #Conflicts:    2101000 | #Constraints:      58599
1535.79/1540.01	c #Conflicts:    2102000 | #Constraints:      59633
1535.79/1540.01	c #Conflicts:    2103000 | #Constraints:      60646
1535.79/1540.01	c #Conflicts:    2104000 | #Constraints:      61676
1535.79/1540.01	c #Conflicts:    2105000 | #Constraints:      62698
1535.79/1540.01	c #Conflicts:    2106000 | #Constraints:      63709
1535.79/1540.01	c #Conflicts:    2107000 | #Constraints:      64744
1535.79/1540.01	c #Conflicts:    2108000 | #Constraints:      65769
1535.79/1540.01	c INPROCESSING
1535.79/1540.01	c GARBAGE COLLECT
1535.79/1540.01	c rational objective 1002
1559.82/1564.15	c #Conflicts:    2109000 | #Constraints:      37349
1559.82/1564.15	c #Conflicts:    2110000 | #Constraints:      38349
1559.82/1564.15	c #Conflicts:    2111000 | #Constraints:      39349
1559.82/1564.15	c #Conflicts:    2112000 | #Constraints:      40349
1559.82/1564.15	c #Conflicts:    2113000 | #Constraints:      41349
1559.82/1564.15	c #Conflicts:    2114000 | #Constraints:      42350
1559.82/1564.15	c #Conflicts:    2115000 | #Constraints:      43350
1559.82/1564.15	c #Conflicts:    2116000 | #Constraints:      44350
1559.82/1564.15	c #Conflicts:    2117000 | #Constraints:      45350
1559.82/1564.15	c #Conflicts:    2118000 | #Constraints:      46350
1559.82/1564.15	c #Conflicts:    2119000 | #Constraints:      47350
1559.82/1564.15	c #Conflicts:    2120000 | #Constraints:      48350
1559.82/1564.15	c #Conflicts:    2121000 | #Constraints:      49350
1559.82/1564.15	c #Conflicts:    2122000 | #Constraints:      50350
1559.82/1564.15	c #Conflicts:    2123000 | #Constraints:      51350
1559.82/1564.15	c #Conflicts:    2124000 | #Constraints:      52350
1559.82/1564.15	c #Conflicts:    2125000 | #Constraints:      53350
1559.82/1564.15	c #Conflicts:    2126000 | #Constraints:      54350
1559.82/1564.15	c #Conflicts:    2127000 | #Constraints:      55350
1559.82/1564.15	c #Conflicts:    2128000 | #Constraints:      56350
1559.82/1564.15	c #Conflicts:    2129000 | #Constraints:      57350
1559.82/1564.15	c #Conflicts:    2130000 | #Constraints:      58350
1559.82/1564.15	c #Conflicts:    2131000 | #Constraints:      59350
1559.82/1564.15	c #Conflicts:    2132000 | #Constraints:      60350
1559.82/1564.15	c #Conflicts:    2133000 | #Constraints:      61350
1559.82/1564.15	c #Conflicts:    2134000 | #Constraints:      62350
1559.82/1564.15	c #Conflicts:    2135000 | #Constraints:      63350
1559.82/1564.15	c #Conflicts:    2136000 | #Constraints:      64350
1559.82/1564.15	c #Conflicts:    2137000 | #Constraints:      65350
1559.82/1564.15	c INPROCESSING
1559.82/1564.15	c GARBAGE COLLECT
1559.82/1564.15	c rational objective 1002
1583.77/1588.11	c #Conflicts:    2138000 | #Constraints:      37114
1583.77/1588.11	c #Conflicts:    2139000 | #Constraints:      38114
1583.77/1588.11	c #Conflicts:    2140000 | #Constraints:      39114
1583.77/1588.11	c #Conflicts:    2141000 | #Constraints:      40114
1583.77/1588.11	c #Conflicts:    2142000 | #Constraints:      41114
1583.77/1588.11	c #Conflicts:    2143000 | #Constraints:      42114
1583.77/1588.11	c #Conflicts:    2144000 | #Constraints:      43114
1583.77/1588.11	c #Conflicts:    2145000 | #Constraints:      44114
1583.77/1588.11	c #Conflicts:    2146000 | #Constraints:      45114
1583.77/1588.11	c #Conflicts:    2147000 | #Constraints:      46114
1583.77/1588.11	c #Conflicts:    2148000 | #Constraints:      47114
1583.77/1588.11	c #Conflicts:    2149000 | #Constraints:      48114
1583.77/1588.11	c #Conflicts:    2150000 | #Constraints:      49114
1583.77/1588.11	c #Conflicts:    2151000 | #Constraints:      50114
1583.77/1588.11	c #Conflicts:    2152000 | #Constraints:      51114
1583.77/1588.11	c #Conflicts:    2153000 | #Constraints:      52114
1583.77/1588.11	c #Conflicts:    2154000 | #Constraints:      53114
1583.77/1588.11	c #Conflicts:    2155000 | #Constraints:      54114
1583.77/1588.11	c #Conflicts:    2156000 | #Constraints:      55114
1583.77/1588.11	c #Conflicts:    2157000 | #Constraints:      56114
1583.77/1588.11	c #Conflicts:    2158000 | #Constraints:      57114
1583.77/1588.11	c #Conflicts:    2159000 | #Constraints:      58114
1583.77/1588.11	c #Conflicts:    2160000 | #Constraints:      59114
1583.77/1588.11	c #Conflicts:    2161000 | #Constraints:      60114
1583.77/1588.11	c #Conflicts:    2162000 | #Constraints:      61114
1583.77/1588.11	c #Conflicts:    2163000 | #Constraints:      62114
1583.77/1588.11	c #Conflicts:    2164000 | #Constraints:      63114
1583.77/1588.11	c #Conflicts:    2165000 | #Constraints:      64114
1583.77/1588.11	c #Conflicts:    2166000 | #Constraints:      65114
1583.77/1588.11	c INPROCESSING
1583.77/1588.11	c GARBAGE COLLECT
1583.77/1588.11	c rational objective 1002
1636.72/1641.27	c #Conflicts:    2167000 | #Constraints:      36794
1636.72/1641.27	c #Conflicts:    2168000 | #Constraints:      37797
1636.72/1641.27	c #Conflicts:    2169000 | #Constraints:      38807
1636.72/1641.27	c #Conflicts:    2170000 | #Constraints:      39820
1636.72/1641.27	c #Conflicts:    2171000 | #Constraints:      40851
1636.72/1641.27	c #Conflicts:    2172000 | #Constraints:      41889
1636.72/1641.27	c #Conflicts:    2173000 | #Constraints:      42913
1636.72/1641.27	c #Conflicts:    2174000 | #Constraints:      43933
1636.72/1641.27	c #Conflicts:    2175000 | #Constraints:      44955
1636.72/1641.27	c #Conflicts:    2176000 | #Constraints:      45968
1636.72/1641.27	c #Conflicts:    2177000 | #Constraints:      46980
1636.72/1641.27	c #Conflicts:    2178000 | #Constraints:      48003
1636.72/1641.27	c #Conflicts:    2179000 | #Constraints:      49016
1636.72/1641.27	c #Conflicts:    2180000 | #Constraints:      50035
1636.72/1641.27	c #Conflicts:    2181000 | #Constraints:      51060
1636.72/1641.27	c #Conflicts:    2182000 | #Constraints:      52078
1636.72/1641.27	c #Conflicts:    2183000 | #Constraints:      53090
1636.72/1641.27	c #Conflicts:    2184000 | #Constraints:      54107
1636.72/1641.27	c #Conflicts:    2185000 | #Constraints:      55115
1636.72/1641.27	c #Conflicts:    2186000 | #Constraints:      56130
1636.72/1641.27	c #Conflicts:    2187000 | #Constraints:      57148
1636.72/1641.27	c #Conflicts:    2188000 | #Constraints:      58163
1636.72/1641.27	c #Conflicts:    2189000 | #Constraints:      59176
1636.72/1641.27	c #Conflicts:    2190000 | #Constraints:      60189
1636.72/1641.27	c #Conflicts:    2191000 | #Constraints:      61240
1636.72/1641.27	c #Conflicts:    2192000 | #Constraints:      62285
1636.72/1641.27	c #Conflicts:    2193000 | #Constraints:      63305
1636.72/1641.27	c #Conflicts:    2194000 | #Constraints:      64343
1636.72/1641.27	c #Conflicts:    2195000 | #Constraints:      65404
1636.72/1641.27	c #Conflicts:    2196000 | #Constraints:      66443
1636.72/1641.27	c INPROCESSING
1636.72/1641.27	c GARBAGE COLLECT
1636.72/1641.27	c rational objective 1002
1663.16/1667.73	c #Conflicts:    2197000 | #Constraints:      37551
1663.16/1667.73	c #Conflicts:    2198000 | #Constraints:      38551
1663.16/1667.73	c #Conflicts:    2199000 | #Constraints:      39551
1663.16/1667.73	c #Conflicts:    2200000 | #Constraints:      40551
1663.16/1667.73	c #Conflicts:    2201000 | #Constraints:      41551
1663.16/1667.73	c #Conflicts:    2202000 | #Constraints:      42551
1663.16/1667.73	c #Conflicts:    2203000 | #Constraints:      43551
1663.16/1667.73	c #Conflicts:    2204000 | #Constraints:      44551
1663.16/1667.73	c #Conflicts:    2205000 | #Constraints:      45551
1663.16/1667.73	c #Conflicts:    2206000 | #Constraints:      46551
1663.16/1667.73	c #Conflicts:    2207000 | #Constraints:      47551
1663.16/1667.73	c #Conflicts:    2208000 | #Constraints:      48551
1663.16/1667.73	c #Conflicts:    2209000 | #Constraints:      49551
1663.16/1667.73	c #Conflicts:    2210000 | #Constraints:      50551
1663.16/1667.73	c #Conflicts:    2211000 | #Constraints:      51551
1663.16/1667.73	c #Conflicts:    2212000 | #Constraints:      52551
1663.16/1667.73	c #Conflicts:    2213000 | #Constraints:      53551
1663.16/1667.73	c #Conflicts:    2214000 | #Constraints:      54551
1663.16/1667.73	c #Conflicts:    2215000 | #Constraints:      55551
1663.16/1667.73	c #Conflicts:    2216000 | #Constraints:      56551
1663.16/1667.73	c #Conflicts:    2217000 | #Constraints:      57551
1663.16/1667.73	c #Conflicts:    2218000 | #Constraints:      58551
1663.16/1667.73	c #Conflicts:    2219000 | #Constraints:      59551
1663.16/1667.73	c #Conflicts:    2220000 | #Constraints:      60551
1663.16/1667.73	c #Conflicts:    2221000 | #Constraints:      61551
1663.16/1667.73	c #Conflicts:    2222000 | #Constraints:      62551
1663.16/1667.73	c #Conflicts:    2223000 | #Constraints:      63551
1663.16/1667.73	c #Conflicts:    2224000 | #Constraints:      64551
1663.16/1667.73	c #Conflicts:    2225000 | #Constraints:      65551
1663.16/1667.73	c #Conflicts:    2226000 | #Constraints:      66551
1663.16/1667.73	c INPROCESSING
1663.16/1667.73	c GARBAGE COLLECT
1663.16/1667.73	c rational objective 1002
1687.69/1692.39	c #Conflicts:    2227000 | #Constraints:      37821
1687.69/1692.39	c #Conflicts:    2228000 | #Constraints:      38821
1687.69/1692.39	c #Conflicts:    2229000 | #Constraints:      39821
1687.69/1692.39	c #Conflicts:    2230000 | #Constraints:      40821
1687.69/1692.39	c #Conflicts:    2231000 | #Constraints:      41821
1687.69/1692.39	c #Conflicts:    2232000 | #Constraints:      42821
1687.69/1692.39	c #Conflicts:    2233000 | #Constraints:      43821
1687.69/1692.39	c #Conflicts:    2234000 | #Constraints:      44821
1687.69/1692.39	c #Conflicts:    2235000 | #Constraints:      45821
1687.69/1692.39	c #Conflicts:    2236000 | #Constraints:      46821
1687.69/1692.39	c #Conflicts:    2237000 | #Constraints:      47821
1687.69/1692.39	c #Conflicts:    2238000 | #Constraints:      48821
1687.69/1692.39	c #Conflicts:    2239000 | #Constraints:      49821
1687.69/1692.39	c #Conflicts:    2240000 | #Constraints:      50821
1687.69/1692.39	c #Conflicts:    2241000 | #Constraints:      51821
1687.69/1692.39	c #Conflicts:    2242000 | #Constraints:      52821
1687.69/1692.39	c #Conflicts:    2243000 | #Constraints:      53821
1687.69/1692.39	c #Conflicts:    2244000 | #Constraints:      54821
1687.69/1692.39	c #Conflicts:    2245000 | #Constraints:      55821
1687.69/1692.39	c #Conflicts:    2246000 | #Constraints:      56821
1687.69/1692.39	c #Conflicts:    2247000 | #Constraints:      57821
1687.69/1692.39	c #Conflicts:    2248000 | #Constraints:      58821
1687.69/1692.39	c #Conflicts:    2249000 | #Constraints:      59821
1687.69/1692.39	c #Conflicts:    2250000 | #Constraints:      60821
1687.69/1692.39	c #Conflicts:    2251000 | #Constraints:      61821
1687.69/1692.39	c #Conflicts:    2252000 | #Constraints:      62821
1687.69/1692.39	c #Conflicts:    2253000 | #Constraints:      63821
1687.69/1692.39	c #Conflicts:    2254000 | #Constraints:      64821
1687.69/1692.39	c #Conflicts:    2255000 | #Constraints:      65821
1687.69/1692.39	c #Conflicts:    2256000 | #Constraints:      66821
1687.69/1692.39	c INPROCESSING
1687.69/1692.39	c GARBAGE COLLECT
1687.69/1692.39	c rational objective 1002
1710.73/1715.40	c #Conflicts:    2257000 | #Constraints:      37950
1710.73/1715.40	c #Conflicts:    2258000 | #Constraints:      38950
1710.73/1715.40	c #Conflicts:    2259000 | #Constraints:      39950
1710.73/1715.40	c #Conflicts:    2260000 | #Constraints:      40950
1710.73/1715.40	c #Conflicts:    2261000 | #Constraints:      41950
1710.73/1715.40	c #Conflicts:    2262000 | #Constraints:      42950
1710.73/1715.40	c #Conflicts:    2263000 | #Constraints:      43950
1710.73/1715.40	c #Conflicts:    2264000 | #Constraints:      44950
1710.73/1715.40	c #Conflicts:    2265000 | #Constraints:      45950
1710.73/1715.40	c #Conflicts:    2266000 | #Constraints:      46950
1710.73/1715.40	c #Conflicts:    2267000 | #Constraints:      47950
1710.73/1715.40	c #Conflicts:    2268000 | #Constraints:      48950
1710.73/1715.40	c #Conflicts:    2269000 | #Constraints:      49950
1710.73/1715.40	c #Conflicts:    2270000 | #Constraints:      50950
1710.73/1715.40	c #Conflicts:    2271000 | #Constraints:      51950
1710.73/1715.40	c #Conflicts:    2272000 | #Constraints:      52950
1710.73/1715.40	c #Conflicts:    2273000 | #Constraints:      53950
1710.73/1715.40	c #Conflicts:    2274000 | #Constraints:      54950
1710.73/1715.40	c #Conflicts:    2275000 | #Constraints:      55950
1710.73/1715.40	c #Conflicts:    2276000 | #Constraints:      56950
1710.73/1715.40	c #Conflicts:    2277000 | #Constraints:      57950
1710.73/1715.40	c #Conflicts:    2278000 | #Constraints:      58950
1710.73/1715.40	c #Conflicts:    2279000 | #Constraints:      59950
1710.73/1715.40	c #Conflicts:    2280000 | #Constraints:      60950
1710.73/1715.40	c #Conflicts:    2281000 | #Constraints:      61950
1710.73/1715.40	c #Conflicts:    2282000 | #Constraints:      62950
1710.73/1715.40	c #Conflicts:    2283000 | #Constraints:      63950
1710.73/1715.40	c #Conflicts:    2284000 | #Constraints:      64950
1710.73/1715.40	c bounds 1039 >= 1003 @ 1693.56
1712.44/1717.11	c #Conflicts:    2285000 | #Constraints:      66010
1712.44/1717.11	c #Conflicts:    2286000 | #Constraints:      67010
1712.44/1717.11	c INPROCESSING
1712.44/1717.11	c GARBAGE COLLECT
1712.44/1717.11	c rational objective 1003
1738.76/1743.52	c #Conflicts:    2287000 | #Constraints:      37947
1738.76/1743.52	c #Conflicts:    2288000 | #Constraints:      38947
1738.76/1743.52	c #Conflicts:    2289000 | #Constraints:      39947
1738.76/1743.52	c #Conflicts:    2290000 | #Constraints:      40947
1738.76/1743.52	c #Conflicts:    2291000 | #Constraints:      41947
1738.76/1743.52	c #Conflicts:    2292000 | #Constraints:      42947
1738.76/1743.52	c #Conflicts:    2293000 | #Constraints:      43947
1738.76/1743.52	c #Conflicts:    2294000 | #Constraints:      44947
1738.76/1743.52	c #Conflicts:    2295000 | #Constraints:      45947
1738.76/1743.52	c #Conflicts:    2296000 | #Constraints:      46947
1738.76/1743.52	c #Conflicts:    2297000 | #Constraints:      47947
1738.76/1743.52	c #Conflicts:    2298000 | #Constraints:      48947
1738.76/1743.52	c #Conflicts:    2299000 | #Constraints:      49947
1738.76/1743.52	c #Conflicts:    2300000 | #Constraints:      50947
1738.76/1743.52	c #Conflicts:    2301000 | #Constraints:      51947
1738.76/1743.52	c #Conflicts:    2302000 | #Constraints:      52947
1738.76/1743.52	c #Conflicts:    2303000 | #Constraints:      53947
1738.76/1743.52	c #Conflicts:    2304000 | #Constraints:      54948
1738.76/1743.52	c #Conflicts:    2305000 | #Constraints:      55949
1738.76/1743.52	c #Conflicts:    2306000 | #Constraints:      56950
1738.76/1743.52	c #Conflicts:    2307000 | #Constraints:      57951
1738.76/1743.52	c #Conflicts:    2308000 | #Constraints:      58951
1738.76/1743.52	c #Conflicts:    2309000 | #Constraints:      59951
1738.76/1743.52	c #Conflicts:    2310000 | #Constraints:      60951
1738.76/1743.52	c #Conflicts:    2311000 | #Constraints:      61951
1738.76/1743.52	c #Conflicts:    2312000 | #Constraints:      62952
1738.76/1743.52	c #Conflicts:    2313000 | #Constraints:      63952
1738.76/1743.52	c #Conflicts:    2314000 | #Constraints:      64953
1738.76/1743.52	c #Conflicts:    2315000 | #Constraints:      65953
1738.76/1743.52	c #Conflicts:    2316000 | #Constraints:      66955
1738.76/1743.52	c INPROCESSING
1738.76/1743.52	c GARBAGE COLLECT
1738.76/1743.52	c rational objective 1003
1788.94/1793.87	c #Conflicts:    2317000 | #Constraints:      37711
1788.94/1793.87	c #Conflicts:    2318000 | #Constraints:      38711
1788.94/1793.87	c #Conflicts:    2319000 | #Constraints:      39712
1788.94/1793.87	c #Conflicts:    2320000 | #Constraints:      40730
1788.94/1793.87	c #Conflicts:    2321000 | #Constraints:      41745
1788.94/1793.87	c #Conflicts:    2322000 | #Constraints:      42762
1788.94/1793.87	c #Conflicts:    2323000 | #Constraints:      43781
1788.94/1793.87	c #Conflicts:    2324000 | #Constraints:      44795
1788.94/1793.87	c #Conflicts:    2325000 | #Constraints:      45815
1788.94/1793.87	c #Conflicts:    2326000 | #Constraints:      46833
1788.94/1793.87	c #Conflicts:    2327000 | #Constraints:      47846
1788.94/1793.87	c #Conflicts:    2328000 | #Constraints:      48859
1788.94/1793.87	c #Conflicts:    2329000 | #Constraints:      49884
1788.94/1793.87	c #Conflicts:    2330000 | #Constraints:      50899
1788.94/1793.87	c #Conflicts:    2331000 | #Constraints:      51918
1788.94/1793.87	c #Conflicts:    2332000 | #Constraints:      52941
1788.94/1793.87	c #Conflicts:    2333000 | #Constraints:      53958
1788.94/1793.87	c #Conflicts:    2334000 | #Constraints:      54976
1788.94/1793.87	c #Conflicts:    2335000 | #Constraints:      55990
1788.94/1793.87	c #Conflicts:    2336000 | #Constraints:      57008
1788.94/1793.87	c #Conflicts:    2337000 | #Constraints:      58022
1788.94/1793.87	c #Conflicts:    2338000 | #Constraints:      59032
1788.94/1793.87	c #Conflicts:    2339000 | #Constraints:      60049
1788.94/1793.87	c #Conflicts:    2340000 | #Constraints:      61066
1788.94/1793.87	c #Conflicts:    2341000 | #Constraints:      62086
1788.94/1793.87	c #Conflicts:    2342000 | #Constraints:      63098
1788.94/1793.87	c #Conflicts:    2343000 | #Constraints:      64114
1788.94/1793.87	c #Conflicts:    2344000 | #Constraints:      65127
1788.94/1793.87	c #Conflicts:    2345000 | #Constraints:      66145
1788.94/1793.87	c #Conflicts:    2346000 | #Constraints:      67175
1788.94/1793.87	c #Conflicts:    2347000 | #Constraints:      68194
1788.94/1793.87	c INPROCESSING
1788.94/1793.87	c GARBAGE COLLECT
1788.94/1793.87	c rational objective 1003
1815.96/1820.97	c #Conflicts:    2348000 | #Constraints:      38483
1815.96/1820.97	c #Conflicts:    2349000 | #Constraints:      39483
1815.96/1820.97	c #Conflicts:    2350000 | #Constraints:      40483
1815.96/1820.97	c #Conflicts:    2351000 | #Constraints:      41483
1815.96/1820.97	c #Conflicts:    2352000 | #Constraints:      42483
1815.96/1820.97	c #Conflicts:    2353000 | #Constraints:      43483
1815.96/1820.97	c #Conflicts:    2354000 | #Constraints:      44483
1815.96/1820.97	c #Conflicts:    2355000 | #Constraints:      45483
1815.96/1820.97	c #Conflicts:    2356000 | #Constraints:      46483
1815.96/1820.97	c #Conflicts:    2357000 | #Constraints:      47483
1815.96/1820.97	c #Conflicts:    2358000 | #Constraints:      48483
1815.96/1820.97	c #Conflicts:    2359000 | #Constraints:      49483
1815.96/1820.97	c #Conflicts:    2360000 | #Constraints:      50483
1815.96/1820.97	c #Conflicts:    2361000 | #Constraints:      51483
1815.96/1820.97	c #Conflicts:    2362000 | #Constraints:      52483
1815.96/1820.97	c #Conflicts:    2363000 | #Constraints:      53483
1815.96/1820.97	c #Conflicts:    2364000 | #Constraints:      54483
1815.96/1820.97	c #Conflicts:    2365000 | #Constraints:      55483
1815.96/1820.97	c #Conflicts:    2366000 | #Constraints:      56483
1815.96/1820.97	c #Conflicts:    2367000 | #Constraints:      57483
1815.96/1820.97	c #Conflicts:    2368000 | #Constraints:      58483
1815.96/1820.97	c #Conflicts:    2369000 | #Constraints:      59483
1815.96/1820.97	c #Conflicts:    2370000 | #Constraints:      60483
1815.96/1820.97	c #Conflicts:    2371000 | #Constraints:      61483
1815.96/1820.97	c #Conflicts:    2372000 | #Constraints:      62483
1815.96/1820.97	c #Conflicts:    2373000 | #Constraints:      63483
1815.96/1820.97	c #Conflicts:    2374000 | #Constraints:      64483
1815.96/1820.97	c #Conflicts:    2375000 | #Constraints:      65483
1815.96/1820.97	c #Conflicts:    2376000 | #Constraints:      66483
1815.96/1820.97	c #Conflicts:    2377000 | #Constraints:      67483
1815.96/1820.97	c #Conflicts:    2378000 | #Constraints:      68483
1815.96/1820.97	c INPROCESSING
1815.96/1820.97	c GARBAGE COLLECT
1815.96/1820.97	c rational objective 1003
1847.58/1852.67	c #Conflicts:    2379000 | #Constraints:      38728
1847.58/1852.67	c #Conflicts:    2380000 | #Constraints:      39728
1847.58/1852.67	c #Conflicts:    2381000 | #Constraints:      40728
1847.58/1852.67	c #Conflicts:    2382000 | #Constraints:      41728
1847.58/1852.67	c #Conflicts:    2383000 | #Constraints:      42728
1847.58/1852.67	c #Conflicts:    2384000 | #Constraints:      43728
1847.58/1852.67	c #Conflicts:    2385000 | #Constraints:      44728
1847.58/1852.67	c #Conflicts:    2386000 | #Constraints:      45729
1847.58/1852.67	c #Conflicts:    2387000 | #Constraints:      46729
1847.58/1852.67	c #Conflicts:    2388000 | #Constraints:      47729
1847.58/1852.67	c #Conflicts:    2389000 | #Constraints:      48729
1847.58/1852.67	c #Conflicts:    2390000 | #Constraints:      49729
1847.58/1852.67	c #Conflicts:    2391000 | #Constraints:      50729
1847.58/1852.67	c #Conflicts:    2392000 | #Constraints:      51730
1847.58/1852.67	c #Conflicts:    2393000 | #Constraints:      52730
1847.58/1852.67	c #Conflicts:    2394000 | #Constraints:      53730
1847.58/1852.67	c #Conflicts:    2395000 | #Constraints:      54731
1847.58/1852.67	c #Conflicts:    2396000 | #Constraints:      55731
1847.58/1852.67	c #Conflicts:    2397000 | #Constraints:      56732
1847.58/1852.67	c #Conflicts:    2398000 | #Constraints:      57732
1847.58/1852.67	c #Conflicts:    2399000 | #Constraints:      58732
1847.58/1852.67	c #Conflicts:    2400000 | #Constraints:      59733
1847.58/1852.67	c #Conflicts:    2401000 | #Constraints:      60733
1847.58/1852.67	c #Conflicts:    2402000 | #Constraints:      61733
1847.58/1852.67	c #Conflicts:    2403000 | #Constraints:      62733
1847.58/1852.67	c #Conflicts:    2404000 | #Constraints:      63734
1847.58/1852.67	c #Conflicts:    2405000 | #Constraints:      64734
1847.58/1852.67	c #Conflicts:    2406000 | #Constraints:      65734
1847.58/1852.67	c #Conflicts:    2407000 | #Constraints:      66735
1847.58/1852.67	c #Conflicts:    2408000 | #Constraints:      67735
1847.58/1852.67	c #Conflicts:    2409000 | #Constraints:      68735
1847.58/1852.67	c INPROCESSING
1847.58/1852.67	c GARBAGE COLLECT
1847.58/1852.67	c rational objective 1003
1873.62/1878.77	c #Conflicts:    2410000 | #Constraints:      38926
1873.62/1878.77	c #Conflicts:    2411000 | #Constraints:      39926
1873.62/1878.77	c #Conflicts:    2412000 | #Constraints:      40926
1873.62/1878.77	c #Conflicts:    2413000 | #Constraints:      41926
1873.62/1878.77	c #Conflicts:    2414000 | #Constraints:      42926
1873.62/1878.77	c #Conflicts:    2415000 | #Constraints:      43926
1873.62/1878.77	c #Conflicts:    2416000 | #Constraints:      44926
1873.62/1878.77	c #Conflicts:    2417000 | #Constraints:      45927
1873.62/1878.77	c #Conflicts:    2418000 | #Constraints:      46927
1873.62/1878.77	c #Conflicts:    2419000 | #Constraints:      47928
1873.62/1878.77	c #Conflicts:    2420000 | #Constraints:      48930
1873.62/1878.77	c #Conflicts:    2421000 | #Constraints:      49931
1873.62/1878.77	c #Conflicts:    2422000 | #Constraints:      50933
1873.62/1878.77	c #Conflicts:    2423000 | #Constraints:      51935
1873.62/1878.77	c #Conflicts:    2424000 | #Constraints:      52937
1873.62/1878.77	c #Conflicts:    2425000 | #Constraints:      53937
1873.62/1878.77	c #Conflicts:    2426000 | #Constraints:      54939
1873.62/1878.77	c #Conflicts:    2427000 | #Constraints:      55941
1873.62/1878.77	c #Conflicts:    2428000 | #Constraints:      56943
1873.62/1878.77	c #Conflicts:    2429000 | #Constraints:      57944
1873.62/1878.77	c #Conflicts:    2430000 | #Constraints:      58944
1873.62/1878.77	c #Conflicts:    2431000 | #Constraints:      59944
1873.62/1878.77	c #Conflicts:    2432000 | #Constraints:      60945
1873.62/1878.77	c #Conflicts:    2433000 | #Constraints:      61945
1873.62/1878.77	c #Conflicts:    2434000 | #Constraints:      62948
1873.62/1878.77	c #Conflicts:    2435000 | #Constraints:      63949
1873.62/1878.77	c #Conflicts:    2436000 | #Constraints:      64949
1873.62/1878.77	c #Conflicts:    2437000 | #Constraints:      65950
1873.62/1878.77	c #Conflicts:    2438000 | #Constraints:      66950
1873.62/1878.77	c #Conflicts:    2439000 | #Constraints:      67951
1873.62/1878.77	c #Conflicts:    2440000 | #Constraints:      68952
1873.62/1878.77	c INPROCESSING
1873.62/1878.77	c GARBAGE COLLECT
1873.62/1878.77	c rational objective 1003
1900.46/1905.62	c #Conflicts:    2441000 | #Constraints:      38919
1900.46/1905.62	c #Conflicts:    2442000 | #Constraints:      39919
1900.46/1905.62	c #Conflicts:    2443000 | #Constraints:      40919
1900.46/1905.62	c #Conflicts:    2444000 | #Constraints:      41919
1900.46/1905.62	c #Conflicts:    2445000 | #Constraints:      42919
1900.46/1905.62	c #Conflicts:    2446000 | #Constraints:      43919
1900.46/1905.62	c #Conflicts:    2447000 | #Constraints:      44919
1900.46/1905.62	c #Conflicts:    2448000 | #Constraints:      45919
1900.46/1905.62	c #Conflicts:    2449000 | #Constraints:      46919
1900.46/1905.62	c #Conflicts:    2450000 | #Constraints:      47919
1900.46/1905.62	c #Conflicts:    2451000 | #Constraints:      48919
1900.46/1905.62	c #Conflicts:    2452000 | #Constraints:      49919
1900.46/1905.62	c #Conflicts:    2453000 | #Constraints:      50919
1900.46/1905.62	c #Conflicts:    2454000 | #Constraints:      51919
1900.46/1905.62	c #Conflicts:    2455000 | #Constraints:      52919
1900.46/1905.62	c #Conflicts:    2456000 | #Constraints:      53919
1900.46/1905.62	c #Conflicts:    2457000 | #Constraints:      54919
1900.46/1905.62	c #Conflicts:    2458000 | #Constraints:      55919
1900.46/1905.62	c #Conflicts:    2459000 | #Constraints:      56919
1900.46/1905.62	c #Conflicts:    2460000 | #Constraints:      57919
1900.46/1905.62	c #Conflicts:    2461000 | #Constraints:      58919
1900.46/1905.62	c #Conflicts:    2462000 | #Constraints:      59919
1900.46/1905.62	c #Conflicts:    2463000 | #Constraints:      60919
1900.46/1905.62	c #Conflicts:    2464000 | #Constraints:      61919
1900.46/1905.62	c #Conflicts:    2465000 | #Constraints:      62919
1900.46/1905.62	c #Conflicts:    2466000 | #Constraints:      63919
1900.46/1905.62	c #Conflicts:    2467000 | #Constraints:      64919
1900.46/1905.62	c #Conflicts:    2468000 | #Constraints:      65919
1900.46/1905.62	c #Conflicts:    2469000 | #Constraints:      66919
1900.46/1905.62	c #Conflicts:    2470000 | #Constraints:      67919
1900.46/1905.62	c #Conflicts:    2471000 | #Constraints:      68919
1900.46/1905.62	c INPROCESSING
1900.46/1905.62	c GARBAGE COLLECT
1900.46/1905.62	c rational objective 1003
1948.13/1953.47	c #Conflicts:    2472000 | #Constraints:      38696
1948.13/1953.47	c #Conflicts:    2473000 | #Constraints:      39698
1948.13/1953.47	c #Conflicts:    2474000 | #Constraints:      40759
1948.13/1953.47	c #Conflicts:    2475000 | #Constraints:      41824
1948.13/1953.47	c #Conflicts:    2476000 | #Constraints:      42881
1948.13/1953.47	c #Conflicts:    2477000 | #Constraints:      43950
1948.13/1953.47	c #Conflicts:    2478000 | #Constraints:      45005
1948.13/1953.47	c #Conflicts:    2479000 | #Constraints:      46055
1948.13/1953.47	c #Conflicts:    2480000 | #Constraints:      47095
1948.13/1953.47	c #Conflicts:    2481000 | #Constraints:      48144
1948.13/1953.47	c #Conflicts:    2482000 | #Constraints:      49189
1948.13/1953.47	c #Conflicts:    2483000 | #Constraints:      50239
1948.13/1953.47	c #Conflicts:    2484000 | #Constraints:      51287
1948.13/1953.47	c #Conflicts:    2485000 | #Constraints:      52338
1948.13/1953.47	c #Conflicts:    2486000 | #Constraints:      53383
1948.13/1953.47	c #Conflicts:    2487000 | #Constraints:      54430
1948.13/1953.47	c #Conflicts:    2488000 | #Constraints:      55477
1948.13/1953.47	c #Conflicts:    2489000 | #Constraints:      56532
1948.13/1953.47	c #Conflicts:    2490000 | #Constraints:      57566
1948.13/1953.47	c #Conflicts:    2491000 | #Constraints:      58602
1948.13/1953.47	c #Conflicts:    2492000 | #Constraints:      59634
1948.13/1953.47	c #Conflicts:    2493000 | #Constraints:      60670
1948.13/1953.47	c #Conflicts:    2494000 | #Constraints:      61713
1948.13/1953.47	c #Conflicts:    2495000 | #Constraints:      62738
1948.13/1953.47	c #Conflicts:    2496000 | #Constraints:      63775
1948.13/1953.47	c #Conflicts:    2497000 | #Constraints:      64812
1948.13/1953.47	c #Conflicts:    2498000 | #Constraints:      65847
1948.13/1953.47	c #Conflicts:    2499000 | #Constraints:      66878
1948.13/1953.47	c #Conflicts:    2500000 | #Constraints:      67930
1948.13/1953.47	c #Conflicts:    2501000 | #Constraints:      68967
1948.13/1953.47	c #Conflicts:    2502000 | #Constraints:      70010
1948.13/1953.47	c #Conflicts:    2503000 | #Constraints:      71046
1948.13/1953.47	c INPROCESSING
1948.13/1953.47	c GARBAGE COLLECT
1948.13/1953.47	c rational objective 1003
1975.68/1981.06	c #Conflicts:    2504000 | #Constraints:      39855
1975.68/1981.06	c #Conflicts:    2505000 | #Constraints:      40855
1975.68/1981.06	c #Conflicts:    2506000 | #Constraints:      41855
1975.68/1981.06	c #Conflicts:    2507000 | #Constraints:      42855
1975.68/1981.06	c #Conflicts:    2508000 | #Constraints:      43855
1975.68/1981.06	c #Conflicts:    2509000 | #Constraints:      44855
1975.68/1981.06	c #Conflicts:    2510000 | #Constraints:      45855
1975.68/1981.06	c #Conflicts:    2511000 | #Constraints:      46855
1975.68/1981.06	c #Conflicts:    2512000 | #Constraints:      47855
1975.68/1981.06	c #Conflicts:    2513000 | #Constraints:      48855
1975.68/1981.06	c #Conflicts:    2514000 | #Constraints:      49855
1975.68/1981.06	c #Conflicts:    2515000 | #Constraints:      50855
1975.68/1981.06	c #Conflicts:    2516000 | #Constraints:      51855
1975.68/1981.06	c #Conflicts:    2517000 | #Constraints:      52855
1975.68/1981.06	c #Conflicts:    2518000 | #Constraints:      53855
1975.68/1981.06	c #Conflicts:    2519000 | #Constraints:      54855
1975.68/1981.06	c #Conflicts:    2520000 | #Constraints:      55855
1975.68/1981.06	c #Conflicts:    2521000 | #Constraints:      56855
1975.68/1981.06	c #Conflicts:    2522000 | #Constraints:      57855
1975.68/1981.06	c #Conflicts:    2523000 | #Constraints:      58855
1975.68/1981.06	c #Conflicts:    2524000 | #Constraints:      59855
1975.68/1981.06	c #Conflicts:    2525000 | #Constraints:      60855
1975.68/1981.06	c #Conflicts:    2526000 | #Constraints:      61855
1975.68/1981.06	c #Conflicts:    2527000 | #Constraints:      62855
1975.68/1981.06	c #Conflicts:    2528000 | #Constraints:      63855
1975.68/1981.06	c #Conflicts:    2529000 | #Constraints:      64855
1975.68/1981.06	c #Conflicts:    2530000 | #Constraints:      65855
1975.68/1981.06	c #Conflicts:    2531000 | #Constraints:      66856
1975.68/1981.06	c #Conflicts:    2532000 | #Constraints:      67856
1975.68/1981.06	c #Conflicts:    2533000 | #Constraints:      68856
1975.68/1981.06	c #Conflicts:    2534000 | #Constraints:      69856
1975.68/1981.06	c #Conflicts:    2535000 | #Constraints:      70856
1975.68/1981.06	c INPROCESSING
1975.68/1981.06	c GARBAGE COLLECT
1975.68/1981.06	c rational objective 1003
2001.90/2007.37	c #Conflicts:    2536000 | #Constraints:      39959
2001.90/2007.37	c #Conflicts:    2537000 | #Constraints:      40959
2001.90/2007.37	c #Conflicts:    2538000 | #Constraints:      41959
2001.90/2007.37	c #Conflicts:    2539000 | #Constraints:      42959
2001.90/2007.37	c #Conflicts:    2540000 | #Constraints:      43959
2001.90/2007.37	c #Conflicts:    2541000 | #Constraints:      44959
2001.90/2007.37	c #Conflicts:    2542000 | #Constraints:      45959
2001.90/2007.37	c #Conflicts:    2543000 | #Constraints:      46959
2001.90/2007.37	c #Conflicts:    2544000 | #Constraints:      47959
2001.90/2007.37	c #Conflicts:    2545000 | #Constraints:      48959
2001.90/2007.37	c #Conflicts:    2546000 | #Constraints:      49959
2001.90/2007.37	c #Conflicts:    2547000 | #Constraints:      50959
2001.90/2007.37	c #Conflicts:    2548000 | #Constraints:      51959
2001.90/2007.37	c #Conflicts:    2549000 | #Constraints:      52959
2001.90/2007.37	c #Conflicts:    2550000 | #Constraints:      53959
2001.90/2007.37	c #Conflicts:    2551000 | #Constraints:      54959
2001.90/2007.37	c #Conflicts:    2552000 | #Constraints:      55959
2001.90/2007.37	c #Conflicts:    2553000 | #Constraints:      56959
2001.90/2007.37	c #Conflicts:    2554000 | #Constraints:      57959
2001.90/2007.37	c #Conflicts:    2555000 | #Constraints:      58959
2001.90/2007.37	c #Conflicts:    2556000 | #Constraints:      59959
2001.90/2007.37	c #Conflicts:    2557000 | #Constraints:      60959
2001.90/2007.37	c #Conflicts:    2558000 | #Constraints:      61959
2001.90/2007.37	c #Conflicts:    2559000 | #Constraints:      62959
2001.90/2007.37	c #Conflicts:    2560000 | #Constraints:      63959
2001.90/2007.37	c #Conflicts:    2561000 | #Constraints:      64959
2001.90/2007.37	c #Conflicts:    2562000 | #Constraints:      65959
2001.90/2007.37	c #Conflicts:    2563000 | #Constraints:      66959
2001.90/2007.37	c #Conflicts:    2564000 | #Constraints:      67959
2001.90/2007.37	c #Conflicts:    2565000 | #Constraints:      68959
2001.90/2007.37	c #Conflicts:    2566000 | #Constraints:      69959
2001.90/2007.37	c #Conflicts:    2567000 | #Constraints:      70959
2001.90/2007.37	c INPROCESSING
2001.90/2007.37	c GARBAGE COLLECT
2001.90/2007.37	c rational objective 1003
2029.03/2034.59	c #Conflicts:    2568000 | #Constraints:      40027
2029.03/2034.59	c #Conflicts:    2569000 | #Constraints:      41027
2029.03/2034.59	c #Conflicts:    2570000 | #Constraints:      42027
2029.03/2034.59	c #Conflicts:    2571000 | #Constraints:      43027
2029.03/2034.59	c #Conflicts:    2572000 | #Constraints:      44027
2029.03/2034.59	c #Conflicts:    2573000 | #Constraints:      45027
2029.03/2034.59	c #Conflicts:    2574000 | #Constraints:      46027
2029.03/2034.59	c #Conflicts:    2575000 | #Constraints:      47027
2029.03/2034.59	c #Conflicts:    2576000 | #Constraints:      48027
2029.03/2034.59	c #Conflicts:    2577000 | #Constraints:      49027
2029.03/2034.59	c #Conflicts:    2578000 | #Constraints:      50027
2029.03/2034.59	c #Conflicts:    2579000 | #Constraints:      51027
2029.03/2034.59	c #Conflicts:    2580000 | #Constraints:      52027
2029.03/2034.59	c #Conflicts:    2581000 | #Constraints:      53027
2029.03/2034.59	c #Conflicts:    2582000 | #Constraints:      54027
2029.03/2034.59	c #Conflicts:    2583000 | #Constraints:      55027
2029.03/2034.59	c #Conflicts:    2584000 | #Constraints:      56027
2029.03/2034.59	c #Conflicts:    2585000 | #Constraints:      57027
2029.03/2034.59	c #Conflicts:    2586000 | #Constraints:      58027
2029.03/2034.59	c #Conflicts:    2587000 | #Constraints:      59027
2029.03/2034.59	c #Conflicts:    2588000 | #Constraints:      60027
2029.03/2034.59	c #Conflicts:    2589000 | #Constraints:      61027
2029.03/2034.59	c #Conflicts:    2590000 | #Constraints:      62027
2029.03/2034.59	c #Conflicts:    2591000 | #Constraints:      63027
2029.03/2034.59	c #Conflicts:    2592000 | #Constraints:      64027
2029.03/2034.59	c #Conflicts:    2593000 | #Constraints:      65027
2029.03/2034.59	c #Conflicts:    2594000 | #Constraints:      66027
2029.03/2034.59	c #Conflicts:    2595000 | #Constraints:      67028
2029.03/2034.59	c #Conflicts:    2596000 | #Constraints:      68028
2029.03/2034.59	c #Conflicts:    2597000 | #Constraints:      69028
2029.03/2034.59	c #Conflicts:    2598000 | #Constraints:      70028
2029.03/2034.59	c #Conflicts:    2599000 | #Constraints:      71028
2029.03/2034.59	c INPROCESSING
2029.03/2034.59	c GARBAGE COLLECT
2029.03/2034.59	c rational objective 1003
2172.47/2178.36	c #Conflicts:    2600000 | #Constraints:      39972
2172.47/2178.36	c #Conflicts:    2601000 | #Constraints:      41018
2172.47/2178.36	c #Conflicts:    2602000 | #Constraints:      42074
2172.47/2178.36	c #Conflicts:    2603000 | #Constraints:      43144
2172.47/2178.36	c #Conflicts:    2604000 | #Constraints:      44194
2172.47/2178.36	c #Conflicts:    2605000 | #Constraints:      45248
2172.47/2178.36	c #Conflicts:    2606000 | #Constraints:      46283
2172.47/2178.36	c #Conflicts:    2607000 | #Constraints:      47313
2172.47/2178.36	c #Conflicts:    2608000 | #Constraints:      48338
2172.47/2178.36	c #Conflicts:    2609000 | #Constraints:      49368
2172.47/2178.36	c #Conflicts:    2610000 | #Constraints:      50396
2172.47/2178.36	c #Conflicts:    2611000 | #Constraints:      51422
2172.47/2178.36	c #Conflicts:    2612000 | #Constraints:      52452
2172.47/2178.36	c #Conflicts:    2613000 | #Constraints:      53486
2172.47/2178.36	c #Conflicts:    2614000 | #Constraints:      54512
2172.47/2178.36	c #Conflicts:    2615000 | #Constraints:      55529
2172.47/2178.36	c #Conflicts:    2616000 | #Constraints:      56560
2172.47/2178.36	c #Conflicts:    2617000 | #Constraints:      57591
2172.47/2178.36	c #Conflicts:    2618000 | #Constraints:      58612
2172.47/2178.36	c #Conflicts:    2619000 | #Constraints:      59650
2172.47/2178.36	c #Conflicts:    2620000 | #Constraints:      60679
2172.47/2178.36	c #Conflicts:    2621000 | #Constraints:      61713
2172.47/2178.36	c #Conflicts:    2622000 | #Constraints:      62747
2172.47/2178.36	c #Conflicts:    2623000 | #Constraints:      63766
2172.47/2178.36	c #Conflicts:    2624000 | #Constraints:      64789
2172.47/2178.36	c #Conflicts:    2625000 | #Constraints:      65816
2172.47/2178.36	c #Conflicts:    2626000 | #Constraints:      66842
2172.47/2178.36	c #Conflicts:    2627000 | #Constraints:      67861
2172.47/2178.36	c #Conflicts:    2628000 | #Constraints:      68883
2172.47/2178.36	c #Conflicts:    2629000 | #Constraints:      69915
2172.47/2178.36	c #Conflicts:    2630000 | #Constraints:      70955
2172.47/2178.36	c #Conflicts:    2631000 | #Constraints:      71975
2172.47/2178.36	c #Conflicts:    2632000 | #Constraints:      73010
2172.47/2178.36	c #Conflicts:    2633000 | #Constraints:      74038
2172.47/2178.36	c #Conflicts:    2634000 | #Constraints:      75059
2172.47/2178.36	c #Conflicts:    2635000 | #Constraints:      76082
2172.47/2178.36	c #Conflicts:    2636000 | #Constraints:      77106
2172.47/2178.36	c #Conflicts:    2637000 | #Constraints:      78123
2172.47/2178.36	c #Conflicts:    2638000 | #Constraints:      79148
2172.47/2178.36	c #Conflicts:    2639000 | #Constraints:      80166
2172.47/2178.36	c #Conflicts:    2640000 | #Constraints:      81218
2172.47/2178.36	c #Conflicts:    2641000 | #Constraints:      82278
2172.47/2178.36	c #Conflicts:    2642000 | #Constraints:      83309
2172.47/2178.36	c #Conflicts:    2643000 | #Constraints:      84329
2172.47/2178.36	c #Conflicts:    2644000 | #Constraints:      85349
2172.47/2178.36	c #Conflicts:    2645000 | #Constraints:      86377
2172.47/2178.36	c #Conflicts:    2646000 | #Constraints:      87398
2172.47/2178.36	c #Conflicts:    2647000 | #Constraints:      88424
2172.47/2178.36	c #Conflicts:    2648000 | #Constraints:      89450
2172.47/2178.36	c #Conflicts:    2649000 | #Constraints:      90474
2172.47/2178.36	c #Conflicts:    2650000 | #Constraints:      91513
2172.47/2178.36	c #Conflicts:    2651000 | #Constraints:      92569
2172.47/2178.36	c #Conflicts:    2652000 | #Constraints:      93615
2172.47/2178.36	c #Conflicts:    2653000 | #Constraints:      94651
2172.47/2178.36	c #Conflicts:    2654000 | #Constraints:      95687
2172.47/2178.36	c #Conflicts:    2655000 | #Constraints:      96704
2172.47/2178.36	c #Conflicts:    2656000 | #Constraints:      97735
2172.47/2178.36	c #Conflicts:    2657000 | #Constraints:      98754
2172.47/2178.36	c #Conflicts:    2658000 | #Constraints:      99770
2172.47/2178.36	c #Conflicts:    2659000 | #Constraints:     100789
2172.47/2178.36	c #Conflicts:    2660000 | #Constraints:     101836
2172.47/2178.36	c #Conflicts:    2661000 | #Constraints:     102899
2172.47/2178.36	c #Conflicts:    2662000 | #Constraints:     103955
2172.47/2178.36	c #Conflicts:    2663000 | #Constraints:     105010
2172.47/2178.36	c #Conflicts:    2664000 | #Constraints:     106061
2172.47/2178.36	c #Conflicts:    2665000 | #Constraints:     107098
2172.47/2178.36	c #Conflicts:    2666000 | #Constraints:     108125
2172.47/2178.36	c #Conflicts:    2667000 | #Constraints:     109174
2172.47/2178.36	c #Conflicts:    2668000 | #Constraints:     110201
2172.47/2178.36	c #Conflicts:    2669000 | #Constraints:     111234
2172.47/2178.36	c #Conflicts:    2670000 | #Constraints:     112280
2172.47/2178.36	c #Conflicts:    2671000 | #Constraints:     113307
2172.47/2178.36	c #Conflicts:    2672000 | #Constraints:     114346
2172.47/2178.36	c #Conflicts:    2673000 | #Constraints:     115381
2172.47/2178.36	c #Conflicts:    2674000 | #Constraints:     116423
2172.47/2178.36	c #Conflicts:    2675000 | #Constraints:     117463
2172.47/2178.36	c #Conflicts:    2676000 | #Constraints:     118499
2172.47/2178.36	c #Conflicts:    2677000 | #Constraints:     119535
2172.47/2178.36	c #Conflicts:    2678000 | #Constraints:     120559
2492.92/2499.66	c #Conflicts:    2679000 | #Constraints:     121586
2492.92/2499.66	c #Conflicts:    2680000 | #Constraints:     122615
2492.92/2499.66	c #Conflicts:    2681000 | #Constraints:     123634
2492.92/2499.66	c #Conflicts:    2682000 | #Constraints:     124657
2492.92/2499.66	c #Conflicts:    2683000 | #Constraints:     125673
2492.92/2499.66	c #Conflicts:    2684000 | #Constraints:     126692
2492.92/2499.66	c #Conflicts:    2685000 | #Constraints:     127703
2492.92/2499.66	c #Conflicts:    2686000 | #Constraints:     128735
2492.92/2499.66	c #Conflicts:    2687000 | #Constraints:     129773
2492.92/2499.66	c #Conflicts:    2688000 | #Constraints:     130797
2492.92/2499.66	c #Conflicts:    2689000 | #Constraints:     131821
2492.92/2499.66	c #Conflicts:    2690000 | #Constraints:     132856
2492.92/2499.66	c #Conflicts:    2691000 | #Constraints:     133877
2492.92/2499.66	c #Conflicts:    2692000 | #Constraints:     134898
2492.92/2499.66	c #Conflicts:    2693000 | #Constraints:     135912
2492.92/2499.66	c #Conflicts:    2694000 | #Constraints:     136932
2492.92/2499.66	c #Conflicts:    2695000 | #Constraints:     137952
2492.92/2499.66	c #Conflicts:    2696000 | #Constraints:     138979
2492.92/2499.66	c #Conflicts:    2697000 | #Constraints:     139998
2492.92/2499.66	c #Conflicts:    2698000 | #Constraints:     141015
2492.92/2499.66	c #Conflicts:    2699000 | #Constraints:     142027
2492.92/2499.66	c #Conflicts:    2700000 | #Constraints:     143056
2492.92/2499.66	c #Conflicts:    2701000 | #Constraints:     144084
2492.92/2499.66	c #Conflicts:    2702000 | #Constraints:     145102
2492.92/2499.66	c #Conflicts:    2703000 | #Constraints:     146123
2492.92/2499.66	c #Conflicts:    2704000 | #Constraints:     147147
2492.92/2499.66	c #Conflicts:    2705000 | #Constraints:     148166
2492.92/2499.66	c #Conflicts:    2706000 | #Constraints:     149184
2492.92/2499.66	c #Conflicts:    2707000 | #Constraints:     150197
2492.92/2499.66	c #Conflicts:    2708000 | #Constraints:     151223
2492.92/2499.66	c #Conflicts:    2709000 | #Constraints:     152241
2492.92/2499.66	c #Conflicts:    2710000 | #Constraints:     153253
2492.92/2499.66	c #Conflicts:    2711000 | #Constraints:     154266
2492.92/2499.66	c #Conflicts:    2712000 | #Constraints:     155296
2492.92/2499.66	c #Conflicts:    2713000 | #Constraints:     156310
2492.92/2499.66	c #Conflicts:    2714000 | #Constraints:     157320
2492.92/2499.66	c #Conflicts:    2715000 | #Constraints:     158340
2492.92/2499.66	c #Conflicts:    2716000 | #Constraints:     159356
2492.92/2499.66	c #Conflicts:    2717000 | #Constraints:     160369
2492.92/2499.66	c #Conflicts:    2718000 | #Constraints:     161383
2492.92/2499.66	c #Conflicts:    2719000 | #Constraints:     162400
2492.92/2499.66	c #Conflicts:    2720000 | #Constraints:     163419
2492.92/2499.66	c #Conflicts:    2721000 | #Constraints:     164439
2492.92/2499.66	c #Conflicts:    2722000 | #Constraints:     165456
2492.92/2499.66	c #Conflicts:    2723000 | #Constraints:     166475
2492.92/2499.66	c #Conflicts:    2724000 | #Constraints:     167506
2492.92/2499.66	c #Conflicts:    2725000 | #Constraints:     168539
2492.92/2499.66	c #Conflicts:    2726000 | #Constraints:     169552
2492.92/2499.66	c #Conflicts:    2727000 | #Constraints:     170564
2492.92/2499.66	c #Conflicts:    2728000 | #Constraints:     171581
2492.92/2499.66	c #Conflicts:    2729000 | #Constraints:     172596
2492.92/2499.66	c #Conflicts:    2730000 | #Constraints:     173606
2492.92/2499.66	c #Conflicts:    2731000 | #Constraints:     174619
2492.92/2499.66	c #Conflicts:    2732000 | #Constraints:     175630
2492.92/2499.66	c #Conflicts:    2733000 | #Constraints:     176652
2492.92/2499.66	c #Conflicts:    2734000 | #Constraints:     177689
2492.92/2499.66	c #Conflicts:    2735000 | #Constraints:     178728
2492.92/2499.66	c #Conflicts:    2736000 | #Constraints:     179757
2492.92/2499.66	c #Conflicts:    2737000 | #Constraints:     180778
2492.92/2499.66	c #Conflicts:    2738000 | #Constraints:     181798
2492.92/2499.66	c #Conflicts:    2739000 | #Constraints:     182817
2492.92/2499.66	c #Conflicts:    2740000 | #Constraints:     183849
2492.92/2499.66	c #Conflicts:    2741000 | #Constraints:     184875
2492.92/2499.66	c #Conflicts:    2742000 | #Constraints:     185893
2492.92/2499.66	c #Conflicts:    2743000 | #Constraints:     186912
2492.92/2499.66	c #Conflicts:    2744000 | #Constraints:     187923
2492.92/2499.66	c #Conflicts:    2745000 | #Constraints:     188935
2492.92/2499.66	c #Conflicts:    2746000 | #Constraints:     189943
2492.92/2499.66	c #Conflicts:    2747000 | #Constraints:     190953
2492.92/2499.66	c #Conflicts:    2748000 | #Constraints:     191974
2492.92/2499.66	c #Conflicts:    2749000 | #Constraints:     192989
2492.92/2499.66	c #Conflicts:    2750000 | #Constraints:     194006
2492.92/2499.66	c #Conflicts:    2751000 | #Constraints:     195018
2492.92/2499.66	c #Conflicts:    2752000 | #Constraints:     196034
2492.92/2499.66	c #Conflicts:    2753000 | #Constraints:     197042
2492.92/2499.66	c #Conflicts:    2754000 | #Constraints:     198054
2492.92/2499.66	c #Conflicts:    2755000 | #Constraints:     199061
2492.92/2499.66	c #Conflicts:    2756000 | #Constraints:     200071
2492.92/2499.66	c #Conflicts:    2757000 | #Constraints:     201082
2546.99/2553.85	c #Conflicts:    2758000 | #Constraints:     202094
2546.99/2553.85	c #Conflicts:    2759000 | #Constraints:     203108
2546.99/2553.85	c #Conflicts:    2760000 | #Constraints:     204128
2546.99/2553.85	c #Conflicts:    2761000 | #Constraints:     205141
2546.99/2553.85	c #Conflicts:    2762000 | #Constraints:     206165
2546.99/2553.85	c #Conflicts:    2763000 | #Constraints:     207175
2546.99/2553.85	c #Conflicts:    2764000 | #Constraints:     208185
2546.99/2553.85	c #Conflicts:    2765000 | #Constraints:     209205
2546.99/2553.85	c #Conflicts:    2766000 | #Constraints:     210213
2546.99/2553.85	c #Conflicts:    2767000 | #Constraints:     211227
2546.99/2553.85	c #Conflicts:    2768000 | #Constraints:     212237
2546.99/2553.85	c #Conflicts:    2769000 | #Constraints:     213252
2546.99/2553.85	c INPROCESSING
2546.99/2553.85	c GARBAGE COLLECT
2546.99/2553.85	c rational objective 1003
2594.87/2601.82	c #Conflicts:    2770000 | #Constraints:     110980
2594.87/2601.82	c #Conflicts:    2771000 | #Constraints:     111980
2594.87/2601.82	c #Conflicts:    2772000 | #Constraints:     112980
2594.87/2601.82	c #Conflicts:    2773000 | #Constraints:     113980
2594.87/2601.82	c #Conflicts:    2774000 | #Constraints:     114980
2594.87/2601.82	c #Conflicts:    2775000 | #Constraints:     115980
2594.87/2601.82	c #Conflicts:    2776000 | #Constraints:     116980
2594.87/2601.82	c #Conflicts:    2777000 | #Constraints:     117980
2594.87/2601.82	c #Conflicts:    2778000 | #Constraints:     118980
2594.87/2601.82	c #Conflicts:    2779000 | #Constraints:     119980
2594.87/2601.82	c #Conflicts:    2780000 | #Constraints:     120980
2594.87/2601.82	c #Conflicts:    2781000 | #Constraints:     121980
2594.87/2601.82	c #Conflicts:    2782000 | #Constraints:     122980
2594.87/2601.82	c #Conflicts:    2783000 | #Constraints:     123980
2594.87/2601.82	c #Conflicts:    2784000 | #Constraints:     124980
2594.87/2601.82	c #Conflicts:    2785000 | #Constraints:     125980
2594.87/2601.82	c #Conflicts:    2786000 | #Constraints:     126980
2594.87/2601.82	c #Conflicts:    2787000 | #Constraints:     127980
2594.87/2601.82	c #Conflicts:    2788000 | #Constraints:     128980
2594.87/2601.82	c #Conflicts:    2789000 | #Constraints:     129980
2594.87/2601.82	c #Conflicts:    2790000 | #Constraints:     130980
2594.87/2601.82	c #Conflicts:    2791000 | #Constraints:     131980
2594.87/2601.82	c #Conflicts:    2792000 | #Constraints:     132980
2594.87/2601.82	c #Conflicts:    2793000 | #Constraints:     133980
2594.87/2601.82	c #Conflicts:    2794000 | #Constraints:     134980
2594.87/2601.82	c #Conflicts:    2795000 | #Constraints:     135980
2594.87/2601.82	c #Conflicts:    2796000 | #Constraints:     136980
2594.87/2601.82	c #Conflicts:    2797000 | #Constraints:     137980
2594.87/2601.82	c #Conflicts:    2798000 | #Constraints:     138980
2594.87/2601.82	c #Conflicts:    2799000 | #Constraints:     139980
2594.87/2601.82	c #Conflicts:    2800000 | #Constraints:     140980
2594.87/2601.82	c #Conflicts:    2801000 | #Constraints:     141980
2594.87/2601.82	c #Conflicts:    2802000 | #Constraints:     142980
2594.87/2601.82	c INPROCESSING
2594.87/2601.82	c GARBAGE COLLECT
2594.87/2601.82	c rational objective 1003
2647.53/2654.65	c #Conflicts:    2803000 | #Constraints:      75664
2647.53/2654.65	c #Conflicts:    2804000 | #Constraints:      76664
2647.53/2654.65	c #Conflicts:    2805000 | #Constraints:      77664
2647.53/2654.65	c #Conflicts:    2806000 | #Constraints:      78664
2647.53/2654.65	c #Conflicts:    2807000 | #Constraints:      79664
2647.53/2654.65	c #Conflicts:    2808000 | #Constraints:      80664
2647.53/2654.65	c #Conflicts:    2809000 | #Constraints:      81664
2647.53/2654.65	c #Conflicts:    2810000 | #Constraints:      82664
2647.53/2654.65	c #Conflicts:    2811000 | #Constraints:      83664
2647.53/2654.65	c #Conflicts:    2812000 | #Constraints:      84664
2647.53/2654.65	c #Conflicts:    2813000 | #Constraints:      85664
2647.53/2654.65	c #Conflicts:    2814000 | #Constraints:      86664
2647.53/2654.65	c #Conflicts:    2815000 | #Constraints:      87664
2647.53/2654.65	c #Conflicts:    2816000 | #Constraints:      88664
2647.53/2654.65	c #Conflicts:    2817000 | #Constraints:      89664
2647.53/2654.65	c #Conflicts:    2818000 | #Constraints:      90664
2647.53/2654.65	c #Conflicts:    2819000 | #Constraints:      91664
2647.53/2654.65	c #Conflicts:    2820000 | #Constraints:      92664
2647.53/2654.65	c #Conflicts:    2821000 | #Constraints:      93664
2647.53/2654.65	c #Conflicts:    2822000 | #Constraints:      94664
2647.53/2654.65	c #Conflicts:    2823000 | #Constraints:      95664
2647.53/2654.65	c #Conflicts:    2824000 | #Constraints:      96664
2647.53/2654.65	c #Conflicts:    2825000 | #Constraints:      97664
2647.53/2654.65	c #Conflicts:    2826000 | #Constraints:      98664
2647.53/2654.65	c #Conflicts:    2827000 | #Constraints:      99664
2647.53/2654.65	c #Conflicts:    2828000 | #Constraints:     100664
2647.53/2654.65	c #Conflicts:    2829000 | #Constraints:     101664
2647.53/2654.65	c #Conflicts:    2830000 | #Constraints:     102664
2647.53/2654.65	c #Conflicts:    2831000 | #Constraints:     103664
2647.53/2654.65	c #Conflicts:    2832000 | #Constraints:     104664
2647.53/2654.65	c #Conflicts:    2833000 | #Constraints:     105664
2647.53/2654.65	c #Conflicts:    2834000 | #Constraints:     106664
2647.53/2654.65	c #Conflicts:    2835000 | #Constraints:     107665
2647.53/2654.65	c #Conflicts:    2836000 | #Constraints:     108665
2647.53/2654.65	c INPROCESSING
2647.53/2654.65	c GARBAGE COLLECT
2647.53/2654.65	c rational objective 1003
2689.43/2696.66	c #Conflicts:    2837000 | #Constraints:      58625
2689.43/2696.66	c #Conflicts:    2838000 | #Constraints:      59625
2689.43/2696.66	c #Conflicts:    2839000 | #Constraints:      60625
2689.43/2696.66	c #Conflicts:    2840000 | #Constraints:      61625
2689.43/2696.66	c #Conflicts:    2841000 | #Constraints:      62625
2689.43/2696.66	c #Conflicts:    2842000 | #Constraints:      63625
2689.43/2696.66	c #Conflicts:    2843000 | #Constraints:      64625
2689.43/2696.66	c #Conflicts:    2844000 | #Constraints:      65625
2689.43/2696.66	c #Conflicts:    2845000 | #Constraints:      66625
2689.43/2696.66	c #Conflicts:    2846000 | #Constraints:      67625
2689.43/2696.66	c #Conflicts:    2847000 | #Constraints:      68625
2689.43/2696.66	c #Conflicts:    2848000 | #Constraints:      69625
2689.43/2696.66	c #Conflicts:    2849000 | #Constraints:      70625
2689.43/2696.66	c #Conflicts:    2850000 | #Constraints:      71625
2689.43/2696.66	c #Conflicts:    2851000 | #Constraints:      72625
2689.43/2696.66	c #Conflicts:    2852000 | #Constraints:      73625
2689.43/2696.66	c #Conflicts:    2853000 | #Constraints:      74625
2689.43/2696.66	c #Conflicts:    2854000 | #Constraints:      75625
2689.43/2696.66	c #Conflicts:    2855000 | #Constraints:      76625
2689.43/2696.66	c #Conflicts:    2856000 | #Constraints:      77625
2689.43/2696.66	c #Conflicts:    2857000 | #Constraints:      78625
2689.43/2696.66	c #Conflicts:    2858000 | #Constraints:      79625
2689.43/2696.66	c #Conflicts:    2859000 | #Constraints:      80625
2689.43/2696.66	c #Conflicts:    2860000 | #Constraints:      81625
2689.43/2696.66	c #Conflicts:    2861000 | #Constraints:      82625
2689.43/2696.66	c #Conflicts:    2862000 | #Constraints:      83625
2689.43/2696.66	c #Conflicts:    2863000 | #Constraints:      84625
2689.43/2696.66	c #Conflicts:    2864000 | #Constraints:      85625
2689.43/2696.66	c #Conflicts:    2865000 | #Constraints:      86625
2689.43/2696.66	c #Conflicts:    2866000 | #Constraints:      87625
2689.43/2696.66	c #Conflicts:    2867000 | #Constraints:      88625
2689.43/2696.66	c #Conflicts:    2868000 | #Constraints:      89625
2689.43/2696.66	c #Conflicts:    2869000 | #Constraints:      90625
2689.43/2696.66	c #Conflicts:    2870000 | #Constraints:      91625
2689.43/2696.66	c INPROCESSING
2689.43/2696.66	c GARBAGE COLLECT
2689.43/2696.66	c rational objective 1003
2722.75/2730.03	c #Conflicts:    2871000 | #Constraints:      50171
2722.75/2730.03	c #Conflicts:    2872000 | #Constraints:      51171
2722.75/2730.03	c #Conflicts:    2873000 | #Constraints:      52171
2722.75/2730.03	c #Conflicts:    2874000 | #Constraints:      53171
2722.75/2730.03	c #Conflicts:    2875000 | #Constraints:      54171
2722.75/2730.03	c #Conflicts:    2876000 | #Constraints:      55171
2722.75/2730.03	c #Conflicts:    2877000 | #Constraints:      56171
2722.75/2730.03	c #Conflicts:    2878000 | #Constraints:      57171
2722.75/2730.03	c #Conflicts:    2879000 | #Constraints:      58171
2722.75/2730.03	c #Conflicts:    2880000 | #Constraints:      59171
2722.75/2730.03	c #Conflicts:    2881000 | #Constraints:      60171
2722.75/2730.03	c #Conflicts:    2882000 | #Constraints:      61171
2722.75/2730.03	c #Conflicts:    2883000 | #Constraints:      62171
2722.75/2730.03	c #Conflicts:    2884000 | #Constraints:      63171
2722.75/2730.03	c #Conflicts:    2885000 | #Constraints:      64171
2722.75/2730.03	c #Conflicts:    2886000 | #Constraints:      65171
2722.75/2730.03	c #Conflicts:    2887000 | #Constraints:      66171
2722.75/2730.03	c #Conflicts:    2888000 | #Constraints:      67171
2722.75/2730.03	c #Conflicts:    2889000 | #Constraints:      68171
2722.75/2730.03	c #Conflicts:    2890000 | #Constraints:      69171
2722.75/2730.03	c #Conflicts:    2891000 | #Constraints:      70171
2722.75/2730.03	c #Conflicts:    2892000 | #Constraints:      71171
2722.75/2730.03	c #Conflicts:    2893000 | #Constraints:      72171
2722.75/2730.03	c #Conflicts:    2894000 | #Constraints:      73171
2722.75/2730.03	c #Conflicts:    2895000 | #Constraints:      74171
2722.75/2730.03	c #Conflicts:    2896000 | #Constraints:      75171
2722.75/2730.03	c #Conflicts:    2897000 | #Constraints:      76171
2722.75/2730.03	c #Conflicts:    2898000 | #Constraints:      77171
2722.75/2730.03	c #Conflicts:    2899000 | #Constraints:      78171
2722.75/2730.03	c #Conflicts:    2900000 | #Constraints:      79171
2722.75/2730.03	c #Conflicts:    2901000 | #Constraints:      80171
2722.75/2730.03	c #Conflicts:    2902000 | #Constraints:      81171
2722.75/2730.03	c #Conflicts:    2903000 | #Constraints:      82171
2722.75/2730.03	c #Conflicts:    2904000 | #Constraints:      83171
2722.75/2730.03	c INPROCESSING
2722.75/2730.03	c GARBAGE COLLECT
2722.75/2730.03	c rational objective 1003
2754.78/2762.19	c #Conflicts:    2905000 | #Constraints:      45865
2754.78/2762.19	c #Conflicts:    2906000 | #Constraints:      46865
2754.78/2762.19	c #Conflicts:    2907000 | #Constraints:      47865
2754.78/2762.19	c #Conflicts:    2908000 | #Constraints:      48865
2754.78/2762.19	c #Conflicts:    2909000 | #Constraints:      49865
2754.78/2762.19	c #Conflicts:    2910000 | #Constraints:      50865
2754.78/2762.19	c #Conflicts:    2911000 | #Constraints:      51865
2754.78/2762.19	c #Conflicts:    2912000 | #Constraints:      52865
2754.78/2762.19	c #Conflicts:    2913000 | #Constraints:      53865
2754.78/2762.19	c #Conflicts:    2914000 | #Constraints:      54865
2754.78/2762.19	c #Conflicts:    2915000 | #Constraints:      55865
2754.78/2762.19	c #Conflicts:    2916000 | #Constraints:      56865
2754.78/2762.19	c #Conflicts:    2917000 | #Constraints:      57865
2754.78/2762.19	c #Conflicts:    2918000 | #Constraints:      58865
2754.78/2762.19	c #Conflicts:    2919000 | #Constraints:      59865
2754.78/2762.19	c #Conflicts:    2920000 | #Constraints:      60865
2754.78/2762.19	c #Conflicts:    2921000 | #Constraints:      61865
2754.78/2762.19	c #Conflicts:    2922000 | #Constraints:      62865
2754.78/2762.19	c #Conflicts:    2923000 | #Constraints:      63865
2754.78/2762.19	c #Conflicts:    2924000 | #Constraints:      64865
2754.78/2762.19	c #Conflicts:    2925000 | #Constraints:      65865
2754.78/2762.19	c #Conflicts:    2926000 | #Constraints:      66865
2754.78/2762.19	c #Conflicts:    2927000 | #Constraints:      67865
2754.78/2762.19	c #Conflicts:    2928000 | #Constraints:      68865
2754.78/2762.19	c #Conflicts:    2929000 | #Constraints:      69865
2754.78/2762.19	c #Conflicts:    2930000 | #Constraints:      70865
2754.78/2762.19	c #Conflicts:    2931000 | #Constraints:      71865
2754.78/2762.19	c #Conflicts:    2932000 | #Constraints:      72865
2754.78/2762.19	c #Conflicts:    2933000 | #Constraints:      73865
2754.78/2762.19	c #Conflicts:    2934000 | #Constraints:      74865
2754.78/2762.19	c #Conflicts:    2935000 | #Constraints:      75865
2754.78/2762.19	c #Conflicts:    2936000 | #Constraints:      76865
2754.78/2762.19	c #Conflicts:    2937000 | #Constraints:      77865
2754.78/2762.19	c #Conflicts:    2938000 | #Constraints:      78865
2754.78/2762.19	c INPROCESSING
2754.78/2762.19	c GARBAGE COLLECT
2754.78/2762.19	c rational objective 1003
2784.80/2792.26	c #Conflicts:    2939000 | #Constraints:      43585
2784.80/2792.26	c #Conflicts:    2940000 | #Constraints:      44585
2784.80/2792.26	c #Conflicts:    2941000 | #Constraints:      45585
2784.80/2792.26	c #Conflicts:    2942000 | #Constraints:      46585
2784.80/2792.26	c #Conflicts:    2943000 | #Constraints:      47585
2784.80/2792.26	c #Conflicts:    2944000 | #Constraints:      48585
2784.80/2792.26	c #Conflicts:    2945000 | #Constraints:      49585
2784.80/2792.26	c #Conflicts:    2946000 | #Constraints:      50585
2784.80/2792.26	c #Conflicts:    2947000 | #Constraints:      51585
2784.80/2792.26	c #Conflicts:    2948000 | #Constraints:      52585
2784.80/2792.26	c #Conflicts:    2949000 | #Constraints:      53585
2784.80/2792.26	c #Conflicts:    2950000 | #Constraints:      54585
2784.80/2792.26	c #Conflicts:    2951000 | #Constraints:      55585
2784.80/2792.26	c #Conflicts:    2952000 | #Constraints:      56585
2784.80/2792.26	c #Conflicts:    2953000 | #Constraints:      57585
2784.80/2792.26	c #Conflicts:    2954000 | #Constraints:      58585
2784.80/2792.26	c #Conflicts:    2955000 | #Constraints:      59585
2784.80/2792.26	c #Conflicts:    2956000 | #Constraints:      60585
2784.80/2792.26	c #Conflicts:    2957000 | #Constraints:      61585
2784.80/2792.26	c #Conflicts:    2958000 | #Constraints:      62585
2784.80/2792.26	c #Conflicts:    2959000 | #Constraints:      63585
2784.80/2792.26	c #Conflicts:    2960000 | #Constraints:      64585
2784.80/2792.26	c #Conflicts:    2961000 | #Constraints:      65585
2784.80/2792.26	c #Conflicts:    2962000 | #Constraints:      66585
2784.80/2792.26	c #Conflicts:    2963000 | #Constraints:      67585
2784.80/2792.26	c #Conflicts:    2964000 | #Constraints:      68585
2784.80/2792.26	c #Conflicts:    2965000 | #Constraints:      69585
2784.80/2792.26	c #Conflicts:    2966000 | #Constraints:      70585
2784.80/2792.26	c #Conflicts:    2967000 | #Constraints:      71585
2784.80/2792.26	c #Conflicts:    2968000 | #Constraints:      72585
2784.80/2792.26	c #Conflicts:    2969000 | #Constraints:      73585
2784.80/2792.26	c #Conflicts:    2970000 | #Constraints:      74585
2784.80/2792.26	c #Conflicts:    2971000 | #Constraints:      75585
2784.80/2792.26	c #Conflicts:    2972000 | #Constraints:      76585
2784.80/2792.26	c #Conflicts:    2973000 | #Constraints:      77585
2784.80/2792.26	c INPROCESSING
2784.80/2792.26	c GARBAGE COLLECT
2784.80/2792.26	c rational objective 1003
2817.32/2824.87	c #Conflicts:    2974000 | #Constraints:      43194
2817.32/2824.87	c #Conflicts:    2975000 | #Constraints:      44194
2817.32/2824.87	c #Conflicts:    2976000 | #Constraints:      45194
2817.32/2824.87	c #Conflicts:    2977000 | #Constraints:      46194
2817.32/2824.87	c #Conflicts:    2978000 | #Constraints:      47194
2817.32/2824.87	c #Conflicts:    2979000 | #Constraints:      48194
2817.32/2824.87	c #Conflicts:    2980000 | #Constraints:      49194
2817.32/2824.87	c #Conflicts:    2981000 | #Constraints:      50194
2817.32/2824.87	c #Conflicts:    2982000 | #Constraints:      51194
2817.32/2824.87	c #Conflicts:    2983000 | #Constraints:      52194
2817.32/2824.87	c #Conflicts:    2984000 | #Constraints:      53194
2817.32/2824.87	c #Conflicts:    2985000 | #Constraints:      54194
2817.32/2824.87	c #Conflicts:    2986000 | #Constraints:      55195
2817.32/2824.87	c #Conflicts:    2987000 | #Constraints:      56195
2817.32/2824.87	c #Conflicts:    2988000 | #Constraints:      57195
2817.32/2824.87	c #Conflicts:    2989000 | #Constraints:      58195
2817.32/2824.87	c #Conflicts:    2990000 | #Constraints:      59195
2817.32/2824.87	c #Conflicts:    2991000 | #Constraints:      60195
2817.32/2824.87	c #Conflicts:    2992000 | #Constraints:      61195
2817.32/2824.87	c #Conflicts:    2993000 | #Constraints:      62195
2817.32/2824.87	c #Conflicts:    2994000 | #Constraints:      63195
2817.32/2824.87	c #Conflicts:    2995000 | #Constraints:      64195
2817.32/2824.87	c #Conflicts:    2996000 | #Constraints:      65196
2817.32/2824.87	c #Conflicts:    2997000 | #Constraints:      66196
2817.32/2824.87	c #Conflicts:    2998000 | #Constraints:      67197
2817.32/2824.87	c #Conflicts:    2999000 | #Constraints:      68197
2817.32/2824.87	c #Conflicts:    3000000 | #Constraints:      69197
2817.32/2824.87	c #Conflicts:    3001000 | #Constraints:      70197
2817.32/2824.87	c #Conflicts:    3002000 | #Constraints:      71198
2817.32/2824.87	c #Conflicts:    3003000 | #Constraints:      72198
2817.32/2824.87	c #Conflicts:    3004000 | #Constraints:      73198
2817.32/2824.87	c #Conflicts:    3005000 | #Constraints:      74198
2817.32/2824.87	c #Conflicts:    3006000 | #Constraints:      75199
2817.32/2824.87	c #Conflicts:    3007000 | #Constraints:      76199
2817.32/2824.87	c #Conflicts:    3008000 | #Constraints:      77199
2817.32/2824.87	c INPROCESSING
2817.32/2824.87	c GARBAGE COLLECT
2817.32/2824.87	c rational objective 1003
2850.24/2857.83	c #Conflicts:    3009000 | #Constraints:      43146
2850.24/2857.83	c #Conflicts:    3010000 | #Constraints:      44146
2850.24/2857.83	c #Conflicts:    3011000 | #Constraints:      45146
2850.24/2857.83	c #Conflicts:    3012000 | #Constraints:      46146
2850.24/2857.83	c #Conflicts:    3013000 | #Constraints:      47146
2850.24/2857.83	c #Conflicts:    3014000 | #Constraints:      48146
2850.24/2857.83	c #Conflicts:    3015000 | #Constraints:      49146
2850.24/2857.83	c #Conflicts:    3016000 | #Constraints:      50146
2850.24/2857.83	c #Conflicts:    3017000 | #Constraints:      51146
2850.24/2857.83	c #Conflicts:    3018000 | #Constraints:      52146
2850.24/2857.83	c #Conflicts:    3019000 | #Constraints:      53146
2850.24/2857.83	c #Conflicts:    3020000 | #Constraints:      54146
2850.24/2857.83	c #Conflicts:    3021000 | #Constraints:      55146
2850.24/2857.83	c #Conflicts:    3022000 | #Constraints:      56146
2850.24/2857.83	c #Conflicts:    3023000 | #Constraints:      57146
2850.24/2857.83	c #Conflicts:    3024000 | #Constraints:      58146
2850.24/2857.83	c #Conflicts:    3025000 | #Constraints:      59146
2850.24/2857.83	c #Conflicts:    3026000 | #Constraints:      60146
2850.24/2857.83	c #Conflicts:    3027000 | #Constraints:      61147
2850.24/2857.83	c #Conflicts:    3028000 | #Constraints:      62147
2850.24/2857.83	c #Conflicts:    3029000 | #Constraints:      63147
2850.24/2857.83	c #Conflicts:    3030000 | #Constraints:      64147
2850.24/2857.83	c #Conflicts:    3031000 | #Constraints:      65147
2850.24/2857.83	c #Conflicts:    3032000 | #Constraints:      66147
2850.24/2857.83	c #Conflicts:    3033000 | #Constraints:      67147
2850.24/2857.83	c #Conflicts:    3034000 | #Constraints:      68147
2850.24/2857.83	c #Conflicts:    3035000 | #Constraints:      69147
2850.24/2857.83	c #Conflicts:    3036000 | #Constraints:      70147
2850.24/2857.83	c #Conflicts:    3037000 | #Constraints:      71147
2850.24/2857.83	c #Conflicts:    3038000 | #Constraints:      72147
2850.24/2857.83	c #Conflicts:    3039000 | #Constraints:      73147
2850.24/2857.83	c #Conflicts:    3040000 | #Constraints:      74147
2850.24/2857.83	c #Conflicts:    3041000 | #Constraints:      75147
2850.24/2857.83	c #Conflicts:    3042000 | #Constraints:      76147
2850.24/2857.83	c INPROCESSING
2850.24/2857.83	c GARBAGE COLLECT
2850.24/2857.83	c rational objective 1003
2973.84/2981.79	c #Conflicts:    3043000 | #Constraints:      42174
2973.84/2981.79	c #Conflicts:    3044000 | #Constraints:      43175
2973.84/2981.79	c #Conflicts:    3045000 | #Constraints:      44175
2973.84/2981.79	c #Conflicts:    3046000 | #Constraints:      45175
2973.84/2981.79	c #Conflicts:    3047000 | #Constraints:      46175
2973.84/2981.79	c #Conflicts:    3048000 | #Constraints:      47175
2973.84/2981.79	c #Conflicts:    3049000 | #Constraints:      48175
2973.84/2981.79	c #Conflicts:    3050000 | #Constraints:      49175
2973.84/2981.79	c #Conflicts:    3051000 | #Constraints:      50175
2973.84/2981.79	c #Conflicts:    3052000 | #Constraints:      51176
2973.84/2981.79	c #Conflicts:    3053000 | #Constraints:      52178
2973.84/2981.79	c #Conflicts:    3054000 | #Constraints:      53179
2973.84/2981.79	c #Conflicts:    3055000 | #Constraints:      54181
2973.84/2981.79	c #Conflicts:    3056000 | #Constraints:      55184
2973.84/2981.79	c #Conflicts:    3057000 | #Constraints:      56184
2973.84/2981.79	c #Conflicts:    3058000 | #Constraints:      57186
2973.84/2981.79	c #Conflicts:    3059000 | #Constraints:      58188
2973.84/2981.79	c #Conflicts:    3060000 | #Constraints:      59189
2973.84/2981.79	c #Conflicts:    3061000 | #Constraints:      60191
2973.84/2981.79	c #Conflicts:    3062000 | #Constraints:      61192
2973.84/2981.79	c #Conflicts:    3063000 | #Constraints:      62194
2973.84/2981.79	c #Conflicts:    3064000 | #Constraints:      63221
2973.84/2981.79	c #Conflicts:    3065000 | #Constraints:      64247
2973.84/2981.79	c #Conflicts:    3066000 | #Constraints:      65408
2973.84/2981.79	c #Conflicts:    3067000 | #Constraints:      66410
2973.84/2981.79	c #Conflicts:    3068000 | #Constraints:      67442
2973.84/2981.79	c #Conflicts:    3069000 | #Constraints:      68444
2973.84/2981.79	c #Conflicts:    3070000 | #Constraints:      69447
2973.84/2981.79	c #Conflicts:    3071000 | #Constraints:      70448
2973.84/2981.79	c #Conflicts:    3072000 | #Constraints:      71454
2973.84/2981.79	c #Conflicts:    3073000 | #Constraints:      72455
2973.84/2981.79	c #Conflicts:    3074000 | #Constraints:      73457
2973.84/2981.79	c #Conflicts:    3075000 | #Constraints:      74465
2973.84/2981.79	c #Conflicts:    3076000 | #Constraints:      75465
2973.84/2981.79	c #Conflicts:    3077000 | #Constraints:      76465
2973.84/2981.79	c #Conflicts:    3078000 | #Constraints:      77465
2973.84/2981.79	c #Conflicts:    3079000 | #Constraints:      78465
2973.84/2981.79	c #Conflicts:    3080000 | #Constraints:      79465
2973.84/2981.79	c #Conflicts:    3081000 | #Constraints:      80465
2973.84/2981.79	c #Conflicts:    3082000 | #Constraints:      81465
2973.84/2981.79	c #Conflicts:    3083000 | #Constraints:      82465
2973.84/2981.79	c #Conflicts:    3084000 | #Constraints:      83468
2973.84/2981.79	c #Conflicts:    3085000 | #Constraints:      84469
2973.84/2981.79	c #Conflicts:    3086000 | #Constraints:      85474
2973.84/2981.79	c #Conflicts:    3087000 | #Constraints:      86477
2973.84/2981.79	c #Conflicts:    3088000 | #Constraints:      87480
2973.84/2981.79	c #Conflicts:    3089000 | #Constraints:      88485
2973.84/2981.79	c #Conflicts:    3090000 | #Constraints:      89498
2973.84/2981.79	c #Conflicts:    3091000 | #Constraints:      90501
2973.84/2981.79	c #Conflicts:    3092000 | #Constraints:      91504
2973.84/2981.79	c #Conflicts:    3093000 | #Constraints:      92507
2973.84/2981.79	c #Conflicts:    3094000 | #Constraints:      93510
2973.84/2981.79	c #Conflicts:    3095000 | #Constraints:      94513
2973.84/2981.79	c #Conflicts:    3096000 | #Constraints:      95515
2973.84/2981.79	c #Conflicts:    3097000 | #Constraints:      96519
2973.84/2981.79	c #Conflicts:    3098000 | #Constraints:      97523
2973.84/2981.79	c #Conflicts:    3099000 | #Constraints:      98523
2973.84/2981.79	c #Conflicts:    3100000 | #Constraints:      99523
2973.84/2981.79	c #Conflicts:    3101000 | #Constraints:     100523
2973.84/2981.79	c #Conflicts:    3102000 | #Constraints:     101523
2973.84/2981.79	c #Conflicts:    3103000 | #Constraints:     102523
2973.84/2981.79	c #Conflicts:    3104000 | #Constraints:     103523
2973.84/2981.79	c #Conflicts:    3105000 | #Constraints:     104523
2973.84/2981.79	c #Conflicts:    3106000 | #Constraints:     105523
2973.84/2981.79	c #Conflicts:    3107000 | #Constraints:     106525
2973.84/2981.79	c #Conflicts:    3108000 | #Constraints:     107529
2973.84/2981.79	c #Conflicts:    3109000 | #Constraints:     108530
2973.84/2981.79	c #Conflicts:    3110000 | #Constraints:     109532
2973.84/2981.79	c #Conflicts:    3111000 | #Constraints:     110534
2973.84/2981.79	c #Conflicts:    3112000 | #Constraints:     111540
2973.84/2981.79	c #Conflicts:    3113000 | #Constraints:     112541
2973.84/2981.79	c #Conflicts:    3114000 | #Constraints:     113544
2973.84/2981.79	c #Conflicts:    3115000 | #Constraints:     114547
2973.84/2981.79	c #Conflicts:    3116000 | #Constraints:     115550
2973.84/2981.79	c #Conflicts:    3117000 | #Constraints:     116555
2973.84/2981.79	c #Conflicts:    3118000 | #Constraints:     117559
2973.84/2981.79	c #Conflicts:    3119000 | #Constraints:     118678
2973.84/2981.79	c #Conflicts:    3120000 | #Constraints:     119712
2973.84/2981.79	c #Conflicts:    3121000 | #Constraints:     120715
3284.36/3293.07	c #Conflicts:    3122000 | #Constraints:     121718
3284.36/3293.07	c #Conflicts:    3123000 | #Constraints:     122720
3284.36/3293.07	c #Conflicts:    3124000 | #Constraints:     123722
3284.36/3293.07	c #Conflicts:    3125000 | #Constraints:     124727
3284.36/3293.07	c #Conflicts:    3126000 | #Constraints:     125730
3284.36/3293.07	c #Conflicts:    3127000 | #Constraints:     126731
3284.36/3293.07	c #Conflicts:    3128000 | #Constraints:     127733
3284.36/3293.07	c #Conflicts:    3129000 | #Constraints:     128735
3284.36/3293.07	c #Conflicts:    3130000 | #Constraints:     129737
3284.36/3293.07	c #Conflicts:    3131000 | #Constraints:     130742
3284.36/3293.07	c #Conflicts:    3132000 | #Constraints:     131743
3284.36/3293.07	c #Conflicts:    3133000 | #Constraints:     132745
3284.36/3293.07	c #Conflicts:    3134000 | #Constraints:     133748
3284.36/3293.07	c #Conflicts:    3135000 | #Constraints:     134750
3284.36/3293.07	c #Conflicts:    3136000 | #Constraints:     135752
3284.36/3293.07	c #Conflicts:    3137000 | #Constraints:     136767
3284.36/3293.07	c #Conflicts:    3138000 | #Constraints:     137771
3284.36/3293.07	c #Conflicts:    3139000 | #Constraints:     138776
3284.36/3293.07	c #Conflicts:    3140000 | #Constraints:     139779
3284.36/3293.07	c #Conflicts:    3141000 | #Constraints:     140781
3284.36/3293.07	c #Conflicts:    3142000 | #Constraints:     141783
3284.36/3293.07	c #Conflicts:    3143000 | #Constraints:     142784
3284.36/3293.07	c #Conflicts:    3144000 | #Constraints:     143785
3284.36/3293.07	c #Conflicts:    3145000 | #Constraints:     144789
3284.36/3293.07	c #Conflicts:    3146000 | #Constraints:     145791
3284.36/3293.07	c #Conflicts:    3147000 | #Constraints:     146794
3284.36/3293.07	c #Conflicts:    3148000 | #Constraints:     147918
3284.36/3293.07	c #Conflicts:    3149000 | #Constraints:     148920
3284.36/3293.07	c #Conflicts:    3150000 | #Constraints:     149922
3284.36/3293.07	c #Conflicts:    3151000 | #Constraints:     150937
3284.36/3293.07	c #Conflicts:    3152000 | #Constraints:     151938
3284.36/3293.07	c #Conflicts:    3153000 | #Constraints:     152940
3284.36/3293.07	c #Conflicts:    3154000 | #Constraints:     153943
3284.36/3293.07	c #Conflicts:    3155000 | #Constraints:     154946
3284.36/3293.07	c #Conflicts:    3156000 | #Constraints:     155953
3284.36/3293.07	c #Conflicts:    3157000 | #Constraints:     156956
3284.36/3293.07	c #Conflicts:    3158000 | #Constraints:     157958
3284.36/3293.07	c #Conflicts:    3159000 | #Constraints:     158960
3284.36/3293.07	c #Conflicts:    3160000 | #Constraints:     159963
3284.36/3293.07	c #Conflicts:    3161000 | #Constraints:     160966
3284.36/3293.07	c #Conflicts:    3162000 | #Constraints:     161969
3284.36/3293.07	c #Conflicts:    3163000 | #Constraints:     162971
3284.36/3293.07	c #Conflicts:    3164000 | #Constraints:     163976
3284.36/3293.07	c #Conflicts:    3165000 | #Constraints:     164981
3284.36/3293.07	c #Conflicts:    3166000 | #Constraints:     165986
3284.36/3293.07	c #Conflicts:    3167000 | #Constraints:     167415
3284.36/3293.07	c #Conflicts:    3168000 | #Constraints:     168866
3284.36/3293.07	c #Conflicts:    3169000 | #Constraints:     170348
3284.36/3293.07	c #Conflicts:    3170000 | #Constraints:     171712
3284.36/3293.07	c #Conflicts:    3171000 | #Constraints:     172713
3284.36/3293.07	c #Conflicts:    3172000 | #Constraints:     173714
3284.36/3293.07	c #Conflicts:    3173000 | #Constraints:     174716
3284.36/3293.07	c #Conflicts:    3174000 | #Constraints:     175738
3284.36/3293.07	c #Conflicts:    3175000 | #Constraints:     176741
3284.36/3293.07	c #Conflicts:    3176000 | #Constraints:     177744
3284.36/3293.07	c #Conflicts:    3177000 | #Constraints:     178747
3284.36/3293.07	c #Conflicts:    3178000 | #Constraints:     179749
3284.36/3293.07	c #Conflicts:    3179000 | #Constraints:     180752
3284.36/3293.07	c #Conflicts:    3180000 | #Constraints:     181754
3284.36/3293.07	c #Conflicts:    3181000 | #Constraints:     182756
3284.36/3293.07	c #Conflicts:    3182000 | #Constraints:     183760
3284.36/3293.07	c #Conflicts:    3183000 | #Constraints:     184763
3284.36/3293.07	c #Conflicts:    3184000 | #Constraints:     185765
3284.36/3293.07	c #Conflicts:    3185000 | #Constraints:     186768
3284.36/3293.07	c #Conflicts:    3186000 | #Constraints:     187772
3284.36/3293.07	c #Conflicts:    3187000 | #Constraints:     188774
3284.36/3293.07	c #Conflicts:    3188000 | #Constraints:     189776
3284.36/3293.07	c #Conflicts:    3189000 | #Constraints:     190778
3284.36/3293.07	c #Conflicts:    3190000 | #Constraints:     191780
3284.36/3293.07	c #Conflicts:    3191000 | #Constraints:     192784
3284.36/3293.07	c #Conflicts:    3192000 | #Constraints:     193787
3284.36/3293.07	c #Conflicts:    3193000 | #Constraints:     194790
3284.36/3293.07	c #Conflicts:    3194000 | #Constraints:     195794
3284.36/3293.07	c #Conflicts:    3195000 | #Constraints:     196796
3284.36/3293.07	c #Conflicts:    3196000 | #Constraints:     197799
3284.36/3293.07	c #Conflicts:    3197000 | #Constraints:     198803
3284.36/3293.07	c #Conflicts:    3198000 | #Constraints:     199807
3284.36/3293.07	c #Conflicts:    3199000 | #Constraints:     200812
3284.36/3293.07	c #Conflicts:    3200000 | #Constraints:     201813
3400.65/3409.63	c #Conflicts:    3201000 | #Constraints:     202815
3400.65/3409.63	c #Conflicts:    3202000 | #Constraints:     203820
3400.65/3409.63	c #Conflicts:    3203000 | #Constraints:     204821
3400.65/3409.63	c #Conflicts:    3204000 | #Constraints:     205825
3400.65/3409.63	c #Conflicts:    3205000 | #Constraints:     206828
3400.65/3409.63	c #Conflicts:    3206000 | #Constraints:     208101
3400.65/3409.63	c #Conflicts:    3207000 | #Constraints:     209203
3400.65/3409.63	c #Conflicts:    3208000 | #Constraints:     210203
3400.65/3409.63	c #Conflicts:    3209000 | #Constraints:     211203
3400.65/3409.63	c #Conflicts:    3210000 | #Constraints:     212203
3400.65/3409.63	c #Conflicts:    3211000 | #Constraints:     213203
3400.65/3409.63	c #Conflicts:    3212000 | #Constraints:     214203
3400.65/3409.63	c #Conflicts:    3213000 | #Constraints:     215203
3400.65/3409.63	c #Conflicts:    3214000 | #Constraints:     216203
3400.65/3409.63	c #Conflicts:    3215000 | #Constraints:     217205
3400.65/3409.63	c #Conflicts:    3216000 | #Constraints:     218206
3400.65/3409.63	c #Conflicts:    3217000 | #Constraints:     219207
3400.65/3409.63	c #Conflicts:    3218000 | #Constraints:     220208
3400.65/3409.63	c #Conflicts:    3219000 | #Constraints:     221211
3400.65/3409.63	c #Conflicts:    3220000 | #Constraints:     222212
3400.65/3409.63	c bounds 1039 >= 1004 @ 3376.18
3461.50/3470.69	c #Conflicts:    3221000 | #Constraints:     223300
3461.50/3470.69	c #Conflicts:    3222000 | #Constraints:     224300
3461.50/3470.69	c #Conflicts:    3223000 | #Constraints:     225300
3461.50/3470.69	c INPROCESSING
3461.50/3470.69	c GARBAGE COLLECT
3461.50/3470.69	c #Conflicts:    3224000 | #Constraints:     116699
3461.50/3470.69	c #Conflicts:    3225000 | #Constraints:     117745
3461.50/3470.69	c #Conflicts:    3226000 | #Constraints:     118807
3461.50/3470.69	c #Conflicts:    3227000 | #Constraints:     119870
3461.50/3470.69	c #Conflicts:    3228000 | #Constraints:     120925
3461.50/3470.69	c #Conflicts:    3229000 | #Constraints:     121985
3461.50/3470.69	c #Conflicts:    3230000 | #Constraints:     123040
3461.50/3470.69	c #Conflicts:    3231000 | #Constraints:     124087
3461.50/3470.69	c #Conflicts:    3232000 | #Constraints:     125130
3461.50/3470.69	c #Conflicts:    3233000 | #Constraints:     126172
3461.50/3470.69	c #Conflicts:    3234000 | #Constraints:     127204
3461.50/3470.69	c #Conflicts:    3235000 | #Constraints:     128238
3461.50/3470.69	c #Conflicts:    3236000 | #Constraints:     129283
3461.50/3470.69	c #Conflicts:    3237000 | #Constraints:     130326
3461.50/3470.69	c #Conflicts:    3238000 | #Constraints:     131377
3461.50/3470.69	c #Conflicts:    3239000 | #Constraints:     132412
3461.50/3470.69	c #Conflicts:    3240000 | #Constraints:     133446
3461.50/3470.69	c #Conflicts:    3241000 | #Constraints:     134493
3461.50/3470.69	c #Conflicts:    3242000 | #Constraints:     135537
3461.50/3470.69	c #Conflicts:    3243000 | #Constraints:     136567
3461.50/3470.69	c #Conflicts:    3244000 | #Constraints:     137610
3461.50/3470.69	c #Conflicts:    3245000 | #Constraints:     138648
3461.50/3470.69	c #Conflicts:    3246000 | #Constraints:     139687
3461.50/3470.69	c #Conflicts:    3247000 | #Constraints:     140735
3461.50/3470.69	c #Conflicts:    3248000 | #Constraints:     141775
3461.50/3470.69	c #Conflicts:    3249000 | #Constraints:     142839
3461.50/3470.69	c #Conflicts:    3250000 | #Constraints:     143881
3461.50/3470.69	c #Conflicts:    3251000 | #Constraints:     144934
3461.50/3470.69	c #Conflicts:    3252000 | #Constraints:     145973
3461.50/3470.69	c #Conflicts:    3253000 | #Constraints:     147007
3461.50/3470.69	c #Conflicts:    3254000 | #Constraints:     148056
3461.50/3470.69	c #Conflicts:    3255000 | #Constraints:     149095
3461.50/3470.69	c #Conflicts:    3256000 | #Constraints:     150136
3461.50/3470.69	c #Conflicts:    3257000 | #Constraints:     151181
3461.50/3470.69	c #Conflicts:    3258000 | #Constraints:     152219
3461.50/3470.69	c #Conflicts:    3259000 | #Constraints:     153251
3461.50/3470.69	c #Conflicts:    3260000 | #Constraints:     154278
3461.50/3470.69	c INPROCESSING
3461.50/3470.69	c GARBAGE COLLECT
3461.50/3470.69	c rational objective 1004
3507.79/3517.10	c #Conflicts:    3261000 | #Constraints:      81641
3507.79/3517.10	c #Conflicts:    3262000 | #Constraints:      82641
3507.79/3517.10	c #Conflicts:    3263000 | #Constraints:      83641
3507.79/3517.10	c #Conflicts:    3264000 | #Constraints:      84642
3507.79/3517.10	c #Conflicts:    3265000 | #Constraints:      85643
3507.79/3517.10	c #Conflicts:    3266000 | #Constraints:      86644
3507.79/3517.10	c #Conflicts:    3267000 | #Constraints:      87671
3507.79/3517.10	c #Conflicts:    3268000 | #Constraints:      88712
3507.79/3517.10	c #Conflicts:    3269000 | #Constraints:      89739
3507.79/3517.10	c #Conflicts:    3270000 | #Constraints:      90765
3507.79/3517.10	c #Conflicts:    3271000 | #Constraints:      91789
3507.79/3517.10	c #Conflicts:    3272000 | #Constraints:      92805
3507.79/3517.10	c #Conflicts:    3273000 | #Constraints:      93828
3507.79/3517.10	c #Conflicts:    3274000 | #Constraints:      94851
3507.79/3517.10	c #Conflicts:    3275000 | #Constraints:      95877
3507.79/3517.10	c #Conflicts:    3276000 | #Constraints:      96888
3507.79/3517.10	c #Conflicts:    3277000 | #Constraints:      97905
3507.79/3517.10	c #Conflicts:    3278000 | #Constraints:      98926
3507.79/3517.10	c #Conflicts:    3279000 | #Constraints:      99938
3507.79/3517.10	c #Conflicts:    3280000 | #Constraints:     100959
3507.79/3517.10	c #Conflicts:    3281000 | #Constraints:     101986
3507.79/3517.10	c #Conflicts:    3282000 | #Constraints:     103018
3507.79/3517.10	c #Conflicts:    3283000 | #Constraints:     104042
3507.79/3517.10	c #Conflicts:    3284000 | #Constraints:     105051
3507.79/3517.10	c #Conflicts:    3285000 | #Constraints:     106062
3507.79/3517.10	c #Conflicts:    3286000 | #Constraints:     107079
3507.79/3517.10	c #Conflicts:    3287000 | #Constraints:     108093
3507.79/3517.10	c #Conflicts:    3288000 | #Constraints:     109112
3507.79/3517.10	c #Conflicts:    3289000 | #Constraints:     110125
3507.79/3517.10	c #Conflicts:    3290000 | #Constraints:     111148
3507.79/3517.10	c #Conflicts:    3291000 | #Constraints:     112170
3507.79/3517.10	c #Conflicts:    3292000 | #Constraints:     113191
3507.79/3517.10	c #Conflicts:    3293000 | #Constraints:     114220
3507.79/3517.10	c #Conflicts:    3294000 | #Constraints:     115242
3507.79/3517.10	c #Conflicts:    3295000 | #Constraints:     116262
3507.79/3517.10	c #Conflicts:    3296000 | #Constraints:     117283
3507.79/3517.10	c INPROCESSING
3507.79/3517.10	c GARBAGE COLLECT
3507.79/3517.10	c rational objective 1004
3551.37/3560.70	c #Conflicts:    3297000 | #Constraints:      62941
3551.37/3560.70	c #Conflicts:    3298000 | #Constraints:      63941
3551.37/3560.70	c #Conflicts:    3299000 | #Constraints:      64941
3551.37/3560.70	c #Conflicts:    3300000 | #Constraints:      65941
3551.37/3560.70	c #Conflicts:    3301000 | #Constraints:      66960
3551.37/3560.70	c #Conflicts:    3302000 | #Constraints:      67992
3551.37/3560.70	c #Conflicts:    3303000 | #Constraints:      69015
3551.37/3560.70	c #Conflicts:    3304000 | #Constraints:      70058
3551.37/3560.70	c #Conflicts:    3305000 | #Constraints:      71089
3551.37/3560.70	c #Conflicts:    3306000 | #Constraints:      72118
3551.37/3560.70	c #Conflicts:    3307000 | #Constraints:      73145
3551.37/3560.70	c #Conflicts:    3308000 | #Constraints:      74178
3551.37/3560.70	c #Conflicts:    3309000 | #Constraints:      75197
3551.37/3560.70	c #Conflicts:    3310000 | #Constraints:      76233
3551.37/3560.70	c #Conflicts:    3311000 | #Constraints:      77250
3551.37/3560.70	c #Conflicts:    3312000 | #Constraints:      78282
3551.37/3560.70	c #Conflicts:    3313000 | #Constraints:      79314
3551.37/3560.70	c #Conflicts:    3314000 | #Constraints:      80331
3551.37/3560.70	c #Conflicts:    3315000 | #Constraints:      81355
3551.37/3560.70	c #Conflicts:    3316000 | #Constraints:      82376
3551.37/3560.70	c #Conflicts:    3317000 | #Constraints:      83399
3551.37/3560.70	c #Conflicts:    3318000 | #Constraints:      84411
3551.37/3560.70	c #Conflicts:    3319000 | #Constraints:      85431
3551.37/3560.70	c #Conflicts:    3320000 | #Constraints:      86457
3551.37/3560.70	c #Conflicts:    3321000 | #Constraints:      87474
3551.37/3560.70	c #Conflicts:    3322000 | #Constraints:      88489
3551.37/3560.70	c #Conflicts:    3323000 | #Constraints:      89501
3551.37/3560.70	c #Conflicts:    3324000 | #Constraints:      90519
3551.37/3560.70	c #Conflicts:    3325000 | #Constraints:      91528
3551.37/3560.70	c #Conflicts:    3326000 | #Constraints:      92541
3551.37/3560.70	c #Conflicts:    3327000 | #Constraints:      93554
3551.37/3560.70	c #Conflicts:    3328000 | #Constraints:      94573
3551.37/3560.70	c #Conflicts:    3329000 | #Constraints:      95598
3551.37/3560.70	c #Conflicts:    3330000 | #Constraints:      96618
3551.37/3560.70	c #Conflicts:    3331000 | #Constraints:      97629
3551.37/3560.70	c #Conflicts:    3332000 | #Constraints:      98647
3551.37/3560.70	c #Conflicts:    3333000 | #Constraints:      99665
3551.37/3560.70	c INPROCESSING
3551.37/3560.70	c GARBAGE COLLECT
3551.37/3560.70	c rational objective 1004
3594.76/3604.28	c #Conflicts:    3334000 | #Constraints:      54335
3594.76/3604.28	c #Conflicts:    3335000 | #Constraints:      55335
3594.76/3604.28	c #Conflicts:    3336000 | #Constraints:      56335
3594.76/3604.28	c #Conflicts:    3337000 | #Constraints:      57335
3594.76/3604.28	c #Conflicts:    3338000 | #Constraints:      58335
3594.76/3604.28	c #Conflicts:    3339000 | #Constraints:      59335
3594.76/3604.28	c #Conflicts:    3340000 | #Constraints:      60335
3594.76/3604.28	c #Conflicts:    3341000 | #Constraints:      61335
3594.76/3604.28	c #Conflicts:    3342000 | #Constraints:      62335
3594.76/3604.28	c #Conflicts:    3343000 | #Constraints:      63335
3594.76/3604.28	c #Conflicts:    3344000 | #Constraints:      64336
3594.76/3604.28	c #Conflicts:    3345000 | #Constraints:      65336
3594.76/3604.28	c #Conflicts:    3346000 | #Constraints:      66336
3594.76/3604.28	c #Conflicts:    3347000 | #Constraints:      67336
3594.76/3604.28	c #Conflicts:    3348000 | #Constraints:      68336
3594.76/3604.28	c #Conflicts:    3349000 | #Constraints:      69336
3594.76/3604.28	c #Conflicts:    3350000 | #Constraints:      70336
3594.76/3604.28	c #Conflicts:    3351000 | #Constraints:      71336
3594.76/3604.28	c #Conflicts:    3352000 | #Constraints:      72337
3594.76/3604.28	c #Conflicts:    3353000 | #Constraints:      73337
3594.76/3604.28	c #Conflicts:    3354000 | #Constraints:      74337
3594.76/3604.28	c #Conflicts:    3355000 | #Constraints:      75337
3594.76/3604.28	c #Conflicts:    3356000 | #Constraints:      76337
3594.76/3604.28	c #Conflicts:    3357000 | #Constraints:      77337
3594.76/3604.28	c #Conflicts:    3358000 | #Constraints:      78337
3594.76/3604.28	c #Conflicts:    3359000 | #Constraints:      79337
3594.76/3604.28	c #Conflicts:    3360000 | #Constraints:      80337
3594.76/3604.28	c #Conflicts:    3361000 | #Constraints:      81337
3594.76/3604.28	c #Conflicts:    3362000 | #Constraints:      82337
3594.76/3604.28	c #Conflicts:    3363000 | #Constraints:      83337
3594.76/3604.28	c #Conflicts:    3364000 | #Constraints:      84337
3594.76/3604.28	c #Conflicts:    3365000 | #Constraints:      85337
3594.76/3604.28	c #Conflicts:    3366000 | #Constraints:      86337
3594.76/3604.28	c #Conflicts:    3367000 | #Constraints:      87337
3594.76/3604.28	c #Conflicts:    3368000 | #Constraints:      88337
3594.76/3604.28	c #Conflicts:    3369000 | #Constraints:      89337
3594.76/3604.28	c INPROCESSING
3594.76/3604.28	c GARBAGE COLLECT
3594.76/3604.28	c rational objective 1004
3600.05/3609.50	c #Conflicts:    3370000 | #Constraints:      48834
3600.05/3609.50	c #Conflicts:    3371000 | #Constraints:      49834
3600.05/3609.50	c #Conflicts:    3372000 | #Constraints:      50834
3600.05/3609.50	c #Conflicts:    3373000 | #Constraints:      51834
3600.05/3609.50	c #Conflicts:    3374000 | #Constraints:      52834
3600.05/3609.50	c #Conflicts:    3375000 | #Constraints:      53834
3600.05/3609.50	c #Conflicts:    3376000 | #Constraints:      54834
3600.05/3609.50	c cpu time 3574.32 s
3600.05/3609.50	c deterministic time 209562472685 2.10e+11
3600.05/3609.50	c optimization time 5.33197 s
3600.05/3609.50	c total solve time 3568.97 s
3600.05/3609.50	c core-guided solve time 2146.65 s
3600.05/3609.50	c propagation time 2811.76 s
3600.05/3609.50	c conflict analysis time 697.492 s
3600.05/3609.50	c propagations 926597068
3600.05/3609.50	c resolve steps 57919344
3600.05/3609.50	c decisions 8776189
3600.05/3609.50	c conflicts 3376902
3600.05/3609.50	c restarts 6073
3600.05/3609.50	c inprocessing phases 166
3600.05/3609.50	c garbage collections 166 ,( 100.00 )
3600.05/3609.50	c input clauses 5266 ,( 62.74 )
3600.05/3609.50	c input cardinalities 2626 ,( 31.28 )
3600.05/3609.50	c input general constraints 502 ,( 5.98 )
3600.05/3609.50	c input average constraint length 256.66
3600.05/3609.50	c input average constraint degree 69.94
3600.05/3609.50	c learned clauses 2310982 ,( 67.68 )
3600.05/3609.50	c learned cardinalities 250564 ,( 7.34 )
3600.05/3609.50	c learned general constraints 852870 ,( 24.98 )
3600.05/3609.50	c learned average constraint length 204.65
3600.05/3609.50	c learned average constraint degree 746872812.68
3600.05/3609.50	c watched  CF 32, 64, 128, Arb: 392014 , 0 , 0 , 0
3600.05/3609.50	c counting CF 32, 64, 128, Arb: 461359 , 0 , 0 , 0
3600.05/3609.50	c watched   constraints 392014 ,( 45.94 ) 
3600.05/3609.50	c counting  constraints 461358 ,( 54.06 ) 
3600.05/3609.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2634110545 , 5427004414 , 23575887449 ,( 960819183 , 22615068266 )
3600.05/3609.50	c gcd simplifications 94108
3600.05/3609.50	c detected cardinalities 38117
3600.05/3609.50	c weakened non-implied lits 345272160
3600.05/3609.50	c weakened non-implying lits 158091
3600.05/3609.50	c original variables 1968
3600.05/3609.50	c clausal propagations 380075678
3600.05/3609.50	c cardinality propagations 55940078
3600.05/3609.50	c watched propagations 15671817
3600.05/3609.50	c counting propagations 444517227
3600.05/3609.50	c watch lookups 123301069788
3600.05/3609.50	c watch backjump lookups 0
3600.05/3609.50	c watch checks 48342922337
3600.05/3609.50	c propagation checks 33752141932
3600.05/3609.50	c constraint additions 2288810116
3600.05/3609.50	c trail pops 938715930
3600.05/3609.50	c formula constraints 4008
3600.05/3609.50	c learned constraints 3343778
3600.05/3609.50	c bound constraints 1077
3600.05/3609.50	c core-guided constraints 3309
3600.05/3609.50	c encountered formula constraints 17370258
3600.05/3609.50	c encountered learned constraints 29957256
3600.05/3609.50	c encountered bound constraints 72
3600.05/3609.50	c encountered core-guided constraints 13102108
3600.05/3609.50	c LP total time 331.225 s
3600.05/3609.50	c LP solve time 301.1 s
3600.05/3609.50	c LP constraints added 6430
3600.05/3609.50	c LP constraints removed 2400
3600.05/3609.50	c LP pivots internal 3377267
3600.05/3609.50	c LP pivots root 62057
3600.05/3609.50	c LP calls 42826
3600.05/3609.50	c LP optimalities 6434
3600.05/3609.50	c LP no pivot count 1691
3600.05/3609.50	c LP infeasibilities 36385
3600.05/3609.50	c LP valid Farkas constraints 36377
3600.05/3609.50	c LP learned Farkas constraints 33271
3600.05/3609.50	c LP basis resets 11
3600.05/3609.50	c LP cycling count 0
3600.05/3609.50	c LP singular count 3
3600.05/3609.50	c LP no primal count 0
3600.05/3609.50	c LP no farkas count 8
3600.05/3609.50	c LP other issue count 0
3600.05/3609.50	c LP Gomory cuts 990
3600.05/3609.50	c LP learned cuts 1432
3600.05/3609.50	c LP deleted cuts 2400
3600.05/3609.50	c LP encountered Gomory constraints 5281
3600.05/3609.50	c LP encountered Farkas constraints 599107
3600.05/3609.50	c LP encountered learned Farkas constraints 228893
3600.05/3609.50	c CG auxiliary variables introduced 1437
3600.05/3609.50	c CG solutions found 72
3600.05/3609.50	c CG cores constructed 1004
3600.05/3609.50	c CG core cardinality constraints returned 0
3600.05/3609.50	c CG unit cores 0
3600.05/3609.50	c CG single cores 1004
3600.05/3609.50	c CG blocks removed during cardinality reduction 0
3600.05/3609.50	c CG first core best 0
3600.05/3609.50	c CG decision core best 0
3600.05/3609.50	c CG core reduction tie 0
3600.05/3609.50	c CG core degree average 1.00
3600.05/3609.50	c CG core slack average 2.22
3600.05/3609.50	c CG core upper bound improvements 9
3600.05/3609.50	c STR number of successful calls 0
3600.05/3609.50	c STR number of unsuccessful calls 0
3600.05/3609.50	c STR number of inconclusive calls 0
3600.05/3609.50	c STR number of successful attempts 0
3600.05/3609.50	c STR number of unsuccessful attempts 0
3600.05/3609.50	c STR number of inconclusive attempts 0
3600.05/3609.50	c STR average degree increase per successful call inf
3600.05/3609.50	c STR average degree increase per successful attempt inf
3600.05/3609.50	c STR total number of conflicts for successful attempts 0
3600.05/3609.50	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3609.50	c STR total number of conflicts for inconclusive attempts 0
3600.05/3609.50	c STR average number of conflicts per successful attempt inf
3600.05/3609.50	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3609.50	c STR average number of conflicts per inconclusive attempt inf
3600.05/3609.50	c AVG.sumWPerc 47.19 
3600.05/3609.50	c bigint constraints 0 
3600.05/3609.50	o 1039
3600.05/3609.50	s SATISFIABLE
3600.05/3609.50	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
3600.05/3609.50	c Program interrupted by user.

Verifier Data

OK	1039

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.15 4.13 4.05 4/262 46371
/proc/meminfo: memFree=129345332/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=61724 memory=16216 CPUtime=0.04 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 2557 0 0 0 4 0 0 0 20 0 1 0 48761133 63205376 4054 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 15431 4054 2304 1147 0 2858 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 65916 KiB
Current children cumulated memory: 19288 KiB

[startup+0.205493 s]*
/proc/loadavg: 4.15 4.13 4.05 4/262 46376
/proc/meminfo: memFree=129335808/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=64620 memory=23276 CPUtime=0.14 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 3242 0 0 0 13 1 0 0 20 0 1 0 48761133 66170880 5819 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 16155 5819 2368 1147 0 3582 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 68812 KiB
Current children cumulated memory: 26348 KiB

[startup+0.305479 s]*
/proc/loadavg: 4.15 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129317916/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=71756 memory=29036 CPUtime=0.24 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 4646 0 0 0 22 2 0 0 20 0 1 0 48761133 73478144 7259 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 17939 7259 2400 1147 0 5366 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 75948 KiB
Current children cumulated memory: 32108 KiB

[startup+0.70018 s]
/proc/loadavg: 4.15 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129302040/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=103524 memory=56344 CPUtime=0.63 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 10453 0 0 0 55 8 0 0 20 0 1 0 48761133 106008576 14086 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 25881 14086 2400 1147 0 13308 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 107716 KiB
Current children cumulated memory: 59416 KiB

[startup+1.50018 s]
/proc/loadavg: 4.15 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129246788/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=132020 memory=77356 CPUtime=1.42 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 14694 0 0 0 130 12 0 0 20 0 1 0 48761133 135188480 19339 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 33005 19339 2400 1147 0 20432 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 136212 KiB
Current children cumulated memory: 80428 KiB

[startup+3.10535 s]
/proc/loadavg: 4.14 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129178340/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=133332 memory=80556 CPUtime=3.02 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 15493 0 0 0 287 15 0 0 20 0 1 0 48761133 136531968 20139 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 33333 20139 2400 1147 0 20760 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 137524 KiB
Current children cumulated memory: 83628 KiB

[startup+6.30019 s]
/proc/loadavg: 4.14 4.13 4.05 5/267 46382
/proc/meminfo: memFree=129126204/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=162604 memory=101036 CPUtime=6.21 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 20605 0 0 0 600 21 0 0 20 0 1 0 48761133 166506496 25259 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 40651 25259 2400 1147 0 28078 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 166796 KiB
Current children cumulated memory: 104108 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.04 5/267 46382
/proc/meminfo: memFree=129061564/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=170816 memory=111408 CPUtime=12.6 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 22718 0 0 0 1228 32 0 0 20 0 1 0 48761133 174915584 27852 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 42704 27852 2400 1147 0 30131 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 175008 KiB
Current children cumulated memory: 114480 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.12 4.04 5/267 46382
/proc/meminfo: memFree=128969756/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=216316 memory=145920 CPUtime=25.37 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 29278 0 0 0 2485 52 0 0 20 0 1 0 48761133 221507584 36480 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 54079 36480 2400 1147 0 41506 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 220508 KiB
Current children cumulated memory: 148992 KiB

[startup+51.1055 s]
/proc/loadavg: 4.06 4.11 4.04 5/267 46382
/proc/meminfo: memFree=128885032/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=262316 memory=184080 CPUtime=50.9 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 37816 0 0 0 5006 84 0 0 20 0 1 0 48761133 268611584 46020 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 65579 46020 2400 1147 0 53006 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 266508 KiB
Current children cumulated memory: 187152 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.05 5/267 46384
/proc/meminfo: memFree=128779720/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=336508 memory=236132 CPUtime=101.98 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 47748 0 0 0 10035 163 0 0 20 0 1 0 48761133 344584192 59033 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 84127 59033 2400 1147 0 71554 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 340700 KiB
Current children cumulated memory: 239204 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/267 46386
/proc/meminfo: memFree=128674424/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=350816 memory=262304 CPUtime=161.82 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 52284 0 0 0 15938 244 0 0 20 0 1 0 48761133 359235584 65576 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 87704 65576 2400 1147 0 75131 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 355008 KiB
Current children cumulated memory: 265376 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.05 5/267 46389
/proc/meminfo: memFree=128592188/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=387676 memory=287264 CPUtime=221.63 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 58525 0 0 0 21836 327 0 0 20 0 1 0 48761133 396980224 71816 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 96919 71816 2400 1147 0 84346 0
Current children cumulated CPU time: 221.63 s

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

/proc/46368/statm: 259271 229281 2528 1147 0 246698 0
Current children cumulated CPU time: 3094.14 s
Current children cumulated vsize: 1041276 KiB
Current children cumulated memory: 920196 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 46594
/proc/meminfo: memFree=126567020/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1122700 memory=987012 CPUtime=3153.98 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 154361 0 0 0 312985 2413 0 0 20 0 1 0 48761133 1149644800 246753 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 280675 246753 2528 1147 0 268102 0
Current children cumulated CPU time: 3153.98 s
Current children cumulated vsize: 1126892 KiB
Current children cumulated memory: 990084 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/268 46596
/proc/meminfo: memFree=126542684/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1130976 memory=992388 CPUtime=3213.83 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 155708 0 0 0 318961 2422 0 0 20 0 1 0 48761133 1158119424 248097 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 282744 248097 2528 1147 0 270171 0
Current children cumulated CPU time: 3213.83 s
Current children cumulated vsize: 1135168 KiB
Current children cumulated memory: 995460 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/267 46598
/proc/meminfo: memFree=126534748/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1133792 memory=994820 CPUtime=3273.68 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 156447 0 0 0 324937 2431 0 0 20 0 1 0 48761133 1161003008 248705 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 283448 248705 2528 1147 0 270875 0
Current children cumulated CPU time: 3273.68 s
Current children cumulated vsize: 1137984 KiB
Current children cumulated memory: 997892 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/267 46600
/proc/meminfo: memFree=126518740/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1140352 memory=1005188 CPUtime=3333.53 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 159223 0 0 0 330911 2442 0 0 20 0 1 0 48761133 1167720448 251297 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 285088 251297 2528 1147 0 272515 0
Current children cumulated CPU time: 3333.53 s
Current children cumulated vsize: 1144544 KiB
Current children cumulated memory: 1008260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 46602
/proc/meminfo: memFree=126481136/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1143232 memory=1007364 CPUtime=3393.37 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 159770 0 0 0 336887 2450 0 0 20 0 1 0 48761133 1170669568 251841 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 285808 251841 2528 1147 0 273235 0
Current children cumulated CPU time: 3393.37 s
Current children cumulated vsize: 1147424 KiB
Current children cumulated memory: 1010436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 46605
/proc/meminfo: memFree=126408956/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1153600 memory=1014736 CPUtime=3453.22 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 162799 0 0 0 342837 2485 0 0 20 0 1 0 48761133 1181286400 253684 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 288400 253684 2528 1147 0 275827 0
Current children cumulated CPU time: 3453.22 s
Current children cumulated vsize: 1157792 KiB
Current children cumulated memory: 1017808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 46607
/proc/meminfo: memFree=126346084/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1165448 memory=1024208 CPUtime=3513.07 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 165170 0 0 0 348785 2522 0 0 20 0 1 0 48761133 1193418752 256052 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 291362 256052 2528 1147 0 278789 0
Current children cumulated CPU time: 3513.07 s
Current children cumulated vsize: 1169640 KiB
Current children cumulated memory: 1027280 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 46616
/proc/meminfo: memFree=126334208/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1169844 memory=1027664 CPUtime=3572.92 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 166046 0 0 0 354732 2560 0 0 20 0 1 0 48761133 1197920256 256916 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 292461 256916 2528 1147 0 279888 0
Current children cumulated CPU time: 3572.92 s
Current children cumulated vsize: 1174036 KiB
Current children cumulated memory: 1030736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.42 4.16 4.11 5/267 46619
/proc/meminfo: memFree=126314236/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1169844 memory=1027792 CPUtime=3600.05 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 166074 0 0 0 357432 2573 0 0 20 0 1 0 48761133 1197920256 256948 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 292461 256948 2528 1147 0 279888 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1174036 KiB
Current children cumulated memory: 1030864 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.5 s]
/proc/loadavg: 4.42 4.16 4.11 5/267 46619
/proc/meminfo: memFree=126314236/131249996 swapFree=33010684/33010684
[pid=46364] ppid=46360 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46364/stat : 46364 (run-opt-ls.sh) S 46360 46364 45650 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 48761129 4292608 768 18446744073709551615 93981821460480 93981822355013 140728749609024 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93981822594064 93981822641808 93981852950528 140728749611367 140728749611493 140728749611493 140728749617095 0
/proc/46364/statm: 1048 768 704 219 0 110 0
[pid=46368] ppid=46364 vsize=1169844 memory=1027792 CPUtime=3600.05 cores=1,3
/proc/46368/stat : 46368 (roundingsat) R 46364 46364 45650 0 -1 4194304 166074 0 0 0 357432 2573 0 0 20 0 1 0 48761133 1197920256 256948 18446744073709551615 4227072 8923433 140728897040416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26185728 140728897042758 140728897042984 140728897042984 140728897048554 0
/proc/46368/statm: 292461 256948 2528 1147 0 279888 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1174036 KiB
Current children cumulated memory: 1030864 KiB

Child status: 2

Real time (s): 3609.51
CPU time (s): 3600.08
CPU user time (s): 3574.33
CPU system time (s): 25.749
CPU usage (%): 99.7387
Max. virtual memory (cumulated for all children) (KiB): 1174036
Max. memory (cumulated for all children) (KiB): 1030864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3574.33
system time used= 25.749
maximum resident set size= 1027920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 435
involuntary context switches= 3523


# summary of solver processes directly reported to runsolver:
#   pid: 46364,46368
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3574.33
#   total CPU system time (s): 25.749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.23585 second user time and 16.0209 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-01 02:47:07
IDJOB=4488588
IDBENCH=147524
IDSOLVER=3355
FILE ID=nodeC029/4488588-1751330827
RUNJOBID= nodeC029-1751327214-45662
SLURM_JOB_ID= 9594367
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= 3986604c534c992b7a4e3e5a4bb881f1
RANDOM SEED=1694669730

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129357572 kB
MemAvailable:   129236812 kB
Buffers:            3280 kB
Cached:           686652 kB
SwapCached:            0 kB
Active:           844128 kB
Inactive:         429476 kB
Active(anon):     601732 kB
Inactive(anon):        0 kB
Active(file):     242396 kB
Inactive(file):   429476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22620 kB
Writeback:             0 kB
AnonPages:        585140 kB
Mapped:           113056 kB
Shmem:             18060 kB
KReclaimable:      93216 kB
Slab:             180316 kB
SReclaimable:      93216 kB
SUnreclaim:        87100 kB
KernelStack:        4256 kB
PageTables:         4228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     983988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

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