Trace number 4488680

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)1035 3600.11 3610.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUM52f0a3c0093dc9bf421bafb6505effdf
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 benchmark1033
Best CPU time to get the best result obtained on this benchmark3585.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1960
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 1960
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 1960
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 1960
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4488680-1751331054.opb'
0.00/0.01	c 	read 0.11MB  (1.89ms)
0.00/0.01	c	 [cnf: #variables 1960 #clauses 3999 #duplicates 2 #arr 9956]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 22] (2.24ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.38ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 9879 #edges 27752]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 2.05*10^3 #generators 11] (1.69ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	ran it=0, +gens=1 
0.00/0.02	c 	con best_support=4, best_gens=11, +gens=0
0.00/0.02	c 	(1.29ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c add generic predicates (break_depth=20)
0.00/0.02	c 	added predicates for 12 generators (0.01ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 12 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4488680-1751331054.opb.pre'
0.00/0.02	c 	wrote 0.12MB (0.35ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.24ms 27.67% approx_orbits
0.00/0.02	c                   1.89ms 23.38% parse
0.00/0.02	c                   1.69ms 20.92% detect_generic
0.00/0.02	c                   1.29ms 15.89% optimize_gens
0.00/0.02	c                   0.38ms  4.76% detect_special
0.00/0.02	c                   0.35ms  4.33% output
0.00/0.02	c                   0.19ms  2.31% other
0.00/0.02	c                   0.05ms  0.67% finalize_order
0.00/0.02	c                   0.01ms  0.08% break_generic
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   8.09ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.05	c #variables 1960 #constraints 4010
0.00/0.05	c objective is ce32 
0.00/0.07	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.07	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.07	c bounds 1112 >= 0 @ 0.030492
0.06/0.11	c bounds 1111 >= 0 @ 0.067114
0.06/0.11	c bounds 1111 >= 1 @ 0.067518
0.06/0.11	c bounds 1111 >= 2 @ 0.06773
0.06/0.11	c bounds 1111 >= 3 @ 0.06794
0.06/0.11	c bounds 1111 >= 4 @ 0.068149
0.06/0.11	c bounds 1111 >= 5 @ 0.068357
0.06/0.11	c bounds 1111 >= 6 @ 0.068566
0.06/0.12	c bounds 1111 >= 7 @ 0.068775
0.06/0.12	c bounds 1111 >= 8 @ 0.068984
0.06/0.12	c bounds 1111 >= 9 @ 0.069193
0.06/0.12	c bounds 1111 >= 10 @ 0.069406
0.06/0.12	c bounds 1111 >= 11 @ 0.06962
0.06/0.12	c bounds 1111 >= 12 @ 0.069835
0.06/0.12	c bounds 1111 >= 13 @ 0.070052
0.06/0.12	c bounds 1111 >= 14 @ 0.07027
0.06/0.12	c bounds 1111 >= 15 @ 0.070485
0.06/0.12	c bounds 1111 >= 16 @ 0.070698
0.06/0.12	c bounds 1111 >= 17 @ 0.070914
0.06/0.12	c bounds 1111 >= 18 @ 0.071129
0.06/0.12	c bounds 1111 >= 19 @ 0.071343
0.06/0.12	c bounds 1111 >= 20 @ 0.071558
0.06/0.12	c bounds 1111 >= 21 @ 0.071771
0.06/0.12	c bounds 1111 >= 22 @ 0.071986
0.06/0.12	c bounds 1111 >= 23 @ 0.0722
0.06/0.12	c bounds 1111 >= 24 @ 0.072416
0.06/0.12	c bounds 1111 >= 25 @ 0.072631
0.06/0.12	c bounds 1111 >= 26 @ 0.072846
0.06/0.12	c bounds 1111 >= 27 @ 0.07306
0.06/0.12	c bounds 1111 >= 28 @ 0.073281
0.06/0.12	c bounds 1111 >= 29 @ 0.073496
0.06/0.12	c bounds 1111 >= 30 @ 0.073712
0.06/0.12	c bounds 1111 >= 31 @ 0.07393
0.06/0.12	c bounds 1111 >= 32 @ 0.074146
0.06/0.12	c bounds 1111 >= 33 @ 0.074362
0.06/0.12	c bounds 1111 >= 34 @ 0.074579
0.06/0.12	c bounds 1111 >= 35 @ 0.074795
0.06/0.12	c bounds 1111 >= 36 @ 0.075012
0.06/0.12	c bounds 1111 >= 37 @ 0.07523
0.06/0.12	c bounds 1111 >= 38 @ 0.075448
0.06/0.12	c bounds 1111 >= 39 @ 0.075659
0.06/0.12	c bounds 1111 >= 40 @ 0.075871
0.06/0.12	c bounds 1111 >= 41 @ 0.076079
0.06/0.12	c bounds 1111 >= 42 @ 0.076287
0.06/0.12	c bounds 1111 >= 43 @ 0.076498
0.06/0.12	c bounds 1111 >= 44 @ 0.076707
0.06/0.12	c bounds 1111 >= 45 @ 0.076916
0.06/0.12	c bounds 1111 >= 46 @ 0.077127
0.06/0.12	c bounds 1111 >= 47 @ 0.077344
0.06/0.12	c bounds 1111 >= 48 @ 0.07756
0.06/0.12	c bounds 1111 >= 49 @ 0.077775
0.06/0.12	c bounds 1111 >= 50 @ 0.077993
0.06/0.12	c bounds 1111 >= 51 @ 0.078211
0.06/0.12	c bounds 1111 >= 52 @ 0.078424
0.06/0.12	c bounds 1111 >= 53 @ 0.078638
0.06/0.13	c bounds 1111 >= 54 @ 0.078854
0.06/0.13	c bounds 1111 >= 55 @ 0.079071
0.06/0.13	c bounds 1111 >= 56 @ 0.079284
0.06/0.13	c bounds 1111 >= 57 @ 0.079497
0.06/0.13	c bounds 1111 >= 58 @ 0.079709
0.06/0.13	c bounds 1111 >= 59 @ 0.079925
0.06/0.13	c bounds 1111 >= 60 @ 0.08014
0.06/0.13	c bounds 1111 >= 61 @ 0.080353
0.06/0.13	c bounds 1111 >= 62 @ 0.080567
0.06/0.13	c bounds 1111 >= 63 @ 0.080784
0.06/0.13	c bounds 1111 >= 64 @ 0.080999
0.06/0.13	c bounds 1111 >= 65 @ 0.081213
0.06/0.13	c bounds 1111 >= 66 @ 0.081428
0.06/0.13	c bounds 1111 >= 67 @ 0.081644
0.06/0.13	c bounds 1111 >= 68 @ 0.08186
0.06/0.13	c bounds 1111 >= 69 @ 0.082078
0.06/0.13	c bounds 1111 >= 70 @ 0.082293
0.06/0.13	c bounds 1111 >= 71 @ 0.082506
0.06/0.13	c bounds 1111 >= 72 @ 0.082717
0.06/0.13	c bounds 1111 >= 73 @ 0.08293
0.06/0.13	c bounds 1111 >= 74 @ 0.083144
0.06/0.13	c bounds 1111 >= 75 @ 0.083358
0.06/0.13	c bounds 1111 >= 76 @ 0.083569
0.06/0.13	c bounds 1111 >= 77 @ 0.08378
0.06/0.13	c bounds 1111 >= 78 @ 0.083996
0.06/0.13	c bounds 1111 >= 79 @ 0.08421
0.06/0.13	c bounds 1111 >= 80 @ 0.084426
0.06/0.13	c bounds 1111 >= 81 @ 0.084639
0.06/0.13	c bounds 1111 >= 82 @ 0.084853
0.06/0.13	c bounds 1111 >= 83 @ 0.08507
0.06/0.13	c bounds 1111 >= 84 @ 0.08528
0.06/0.13	c bounds 1111 >= 85 @ 0.085505
0.06/0.13	c bounds 1111 >= 86 @ 0.085718
0.06/0.13	c bounds 1111 >= 87 @ 0.086072
0.06/0.13	c bounds 1111 >= 88 @ 0.086674
0.06/0.13	c bounds 1111 >= 89 @ 0.086795
0.06/0.13	c bounds 1111 >= 90 @ 0.086795
0.06/0.13	c bounds 1111 >= 91 @ 0.086795
0.06/0.13	c bounds 1111 >= 92 @ 0.086795
0.06/0.13	c bounds 1111 >= 93 @ 0.086918
0.06/0.13	c bounds 1111 >= 94 @ 0.087126
0.06/0.13	c bounds 1111 >= 95 @ 0.087335
0.06/0.13	c bounds 1111 >= 96 @ 0.087543
0.06/0.13	c bounds 1111 >= 97 @ 0.087751
0.06/0.14	c bounds 1111 >= 98 @ 0.087959
0.06/0.14	c bounds 1111 >= 99 @ 0.088172
0.06/0.14	c bounds 1111 >= 100 @ 0.088385
0.06/0.14	c bounds 1111 >= 101 @ 0.0886
0.06/0.14	c bounds 1111 >= 102 @ 0.088812
0.06/0.14	c bounds 1111 >= 103 @ 0.089024
0.06/0.14	c bounds 1111 >= 104 @ 0.089236
0.06/0.14	c bounds 1111 >= 105 @ 0.089447
0.06/0.14	c bounds 1111 >= 106 @ 0.089658
0.06/0.14	c bounds 1111 >= 107 @ 0.089871
0.06/0.14	c bounds 1111 >= 108 @ 0.090083
0.06/0.14	c bounds 1111 >= 109 @ 0.090292
0.06/0.14	c bounds 1111 >= 110 @ 0.090505
0.06/0.14	c bounds 1111 >= 111 @ 0.090716
0.06/0.14	c bounds 1111 >= 112 @ 0.090927
0.06/0.14	c bounds 1111 >= 113 @ 0.09114
0.06/0.14	c bounds 1111 >= 114 @ 0.091361
0.06/0.14	c bounds 1111 >= 115 @ 0.091571
0.06/0.14	c bounds 1111 >= 116 @ 0.091783
0.06/0.14	c bounds 1111 >= 117 @ 0.091997
0.06/0.14	c bounds 1111 >= 118 @ 0.092206
0.06/0.14	c bounds 1111 >= 119 @ 0.092417
0.06/0.14	c bounds 1111 >= 120 @ 0.092629
0.06/0.14	c bounds 1111 >= 121 @ 0.092842
0.06/0.14	c bounds 1111 >= 122 @ 0.093056
0.06/0.14	c bounds 1111 >= 123 @ 0.093268
0.06/0.14	c bounds 1111 >= 124 @ 0.093482
0.06/0.14	c bounds 1111 >= 125 @ 0.093697
0.06/0.14	c bounds 1111 >= 126 @ 0.093908
0.06/0.14	c bounds 1111 >= 127 @ 0.09412
0.06/0.14	c bounds 1111 >= 128 @ 0.094334
0.06/0.14	c bounds 1111 >= 129 @ 0.094544
0.06/0.14	c bounds 1111 >= 130 @ 0.09475
0.06/0.14	c bounds 1111 >= 131 @ 0.094958
0.06/0.14	c bounds 1111 >= 132 @ 0.095164
0.06/0.14	c bounds 1111 >= 133 @ 0.095377
0.06/0.14	c bounds 1111 >= 134 @ 0.095581
0.06/0.14	c bounds 1111 >= 135 @ 0.095788
0.06/0.14	c bounds 1111 >= 136 @ 0.096001
0.06/0.14	c bounds 1111 >= 137 @ 0.096213
0.06/0.14	c bounds 1111 >= 138 @ 0.096425
0.06/0.14	c bounds 1111 >= 139 @ 0.09663
0.06/0.14	c bounds 1111 >= 140 @ 0.096837
0.06/0.14	c bounds 1111 >= 141 @ 0.097046
0.06/0.14	c bounds 1111 >= 142 @ 0.097255
0.06/0.14	c bounds 1111 >= 143 @ 0.097462
0.06/0.14	c bounds 1111 >= 144 @ 0.097672
0.06/0.15	c bounds 1111 >= 145 @ 0.097883
0.06/0.15	c bounds 1111 >= 146 @ 0.098095
0.06/0.15	c bounds 1111 >= 147 @ 0.098305
0.06/0.15	c bounds 1111 >= 148 @ 0.098513
0.06/0.15	c bounds 1111 >= 149 @ 0.098719
0.06/0.15	c bounds 1111 >= 150 @ 0.098923
0.06/0.15	c bounds 1111 >= 151 @ 0.099131
0.06/0.15	c bounds 1111 >= 152 @ 0.099339
0.06/0.15	c bounds 1111 >= 153 @ 0.099547
0.06/0.15	c bounds 1111 >= 154 @ 0.099755
0.06/0.15	c bounds 1111 >= 155 @ 0.099972
0.06/0.15	c bounds 1111 >= 156 @ 0.100183
0.06/0.15	c bounds 1111 >= 157 @ 0.100392
0.06/0.15	c bounds 1111 >= 158 @ 0.100599
0.06/0.15	c bounds 1111 >= 159 @ 0.100806
0.06/0.15	c bounds 1111 >= 160 @ 0.101017
0.06/0.15	c bounds 1111 >= 161 @ 0.101228
0.06/0.15	c bounds 1111 >= 162 @ 0.101439
0.06/0.15	c bounds 1111 >= 163 @ 0.101645
0.06/0.15	c bounds 1111 >= 164 @ 0.101852
0.06/0.15	c bounds 1111 >= 165 @ 0.102062
0.06/0.15	c bounds 1111 >= 166 @ 0.102272
0.06/0.15	c bounds 1111 >= 167 @ 0.102479
0.06/0.15	c bounds 1111 >= 168 @ 0.102687
0.06/0.15	c bounds 1111 >= 169 @ 0.102892
0.06/0.15	c bounds 1111 >= 170 @ 0.103106
0.06/0.15	c bounds 1111 >= 171 @ 0.103313
0.06/0.15	c bounds 1111 >= 172 @ 0.10353
0.06/0.15	c bounds 1111 >= 173 @ 0.103743
0.06/0.15	c bounds 1111 >= 174 @ 0.10395
0.06/0.15	c bounds 1111 >= 175 @ 0.104159
0.06/0.15	c bounds 1111 >= 176 @ 0.104364
0.06/0.15	c bounds 1111 >= 177 @ 0.104567
0.06/0.15	c bounds 1111 >= 178 @ 0.10478
0.06/0.15	c bounds 1111 >= 179 @ 0.104989
0.06/0.15	c bounds 1111 >= 180 @ 0.105198
0.06/0.15	c bounds 1111 >= 181 @ 0.10541
0.06/0.15	c bounds 1111 >= 182 @ 0.105618
0.06/0.15	c bounds 1111 >= 183 @ 0.105826
0.06/0.15	c bounds 1111 >= 184 @ 0.106034
0.06/0.15	c bounds 1111 >= 185 @ 0.106242
0.06/0.15	c bounds 1111 >= 186 @ 0.106446
0.06/0.15	c bounds 1111 >= 187 @ 0.106652
0.06/0.15	c bounds 1111 >= 188 @ 0.106854
0.06/0.15	c bounds 1111 >= 189 @ 0.107058
0.06/0.15	c bounds 1111 >= 190 @ 0.107271
0.06/0.15	c bounds 1111 >= 191 @ 0.107477
0.06/0.15	c bounds 1111 >= 192 @ 0.107684
0.06/0.16	c bounds 1111 >= 193 @ 0.107892
0.06/0.16	c bounds 1111 >= 194 @ 0.108104
0.06/0.16	c bounds 1111 >= 195 @ 0.108305
0.06/0.16	c bounds 1111 >= 196 @ 0.108514
0.06/0.16	c bounds 1111 >= 197 @ 0.108722
0.06/0.16	c bounds 1111 >= 198 @ 0.108934
0.06/0.16	c bounds 1111 >= 199 @ 0.109146
0.06/0.16	c bounds 1111 >= 200 @ 0.109361
0.06/0.16	c bounds 1111 >= 201 @ 0.109569
0.06/0.16	c bounds 1111 >= 202 @ 0.109776
0.06/0.16	c bounds 1111 >= 203 @ 0.109986
0.06/0.16	c bounds 1111 >= 204 @ 0.110193
0.06/0.16	c bounds 1111 >= 205 @ 0.110401
0.06/0.16	c bounds 1111 >= 206 @ 0.110606
0.06/0.16	c bounds 1111 >= 207 @ 0.110811
0.06/0.16	c bounds 1111 >= 208 @ 0.111017
0.06/0.16	c bounds 1111 >= 209 @ 0.11123
0.06/0.16	c bounds 1111 >= 210 @ 0.111442
0.06/0.16	c bounds 1111 >= 211 @ 0.111654
0.06/0.16	c bounds 1111 >= 212 @ 0.111864
0.06/0.16	c bounds 1111 >= 213 @ 0.112075
0.06/0.16	c bounds 1111 >= 214 @ 0.112285
0.06/0.16	c bounds 1111 >= 215 @ 0.112499
0.06/0.16	c bounds 1111 >= 216 @ 0.112704
0.06/0.16	c bounds 1111 >= 217 @ 0.112915
0.06/0.16	c bounds 1111 >= 218 @ 0.113127
0.06/0.16	c bounds 1111 >= 219 @ 0.113341
0.06/0.16	c bounds 1111 >= 220 @ 0.113554
0.06/0.16	c bounds 1111 >= 221 @ 0.113767
0.06/0.16	c bounds 1111 >= 222 @ 0.113988
0.06/0.16	c bounds 1111 >= 223 @ 0.114202
0.06/0.16	c bounds 1111 >= 224 @ 0.114421
0.06/0.16	c bounds 1111 >= 225 @ 0.114634
0.06/0.16	c bounds 1111 >= 226 @ 0.114842
0.06/0.16	c bounds 1111 >= 227 @ 0.115053
0.06/0.16	c bounds 1111 >= 228 @ 0.115264
0.06/0.16	c bounds 1111 >= 229 @ 0.115479
0.06/0.16	c bounds 1111 >= 230 @ 0.115691
0.06/0.16	c bounds 1111 >= 231 @ 0.115898
0.06/0.16	c bounds 1111 >= 232 @ 0.116107
0.06/0.16	c bounds 1111 >= 233 @ 0.116317
0.06/0.16	c bounds 1111 >= 234 @ 0.116528
0.06/0.16	c bounds 1111 >= 235 @ 0.116741
0.06/0.16	c bounds 1111 >= 236 @ 0.116956
0.06/0.16	c bounds 1111 >= 237 @ 0.117166
0.06/0.16	c bounds 1111 >= 238 @ 0.117376
0.06/0.16	c bounds 1111 >= 239 @ 0.117587
0.06/0.17	c bounds 1111 >= 240 @ 0.117797
0.06/0.17	c bounds 1111 >= 241 @ 0.117864
0.06/0.17	c bounds 1111 >= 242 @ 0.117864
0.06/0.17	c bounds 1111 >= 243 @ 0.117864
0.06/0.17	c bounds 1111 >= 244 @ 0.117864
0.06/0.17	c bounds 1111 >= 245 @ 0.117929
0.06/0.17	c bounds 1111 >= 246 @ 0.118142
0.06/0.17	c bounds 1111 >= 247 @ 0.118356
0.06/0.17	c bounds 1111 >= 248 @ 0.118569
0.06/0.17	c bounds 1111 >= 249 @ 0.118784
0.06/0.17	c bounds 1111 >= 250 @ 0.118996
0.06/0.17	c bounds 1111 >= 251 @ 0.119205
0.06/0.17	c bounds 1111 >= 252 @ 0.119418
0.06/0.17	c bounds 1111 >= 253 @ 0.119629
0.06/0.17	c bounds 1111 >= 254 @ 0.119843
0.06/0.17	c bounds 1111 >= 255 @ 0.119916
0.06/0.17	c bounds 1111 >= 256 @ 0.119916
0.06/0.17	c bounds 1111 >= 257 @ 0.119916
0.06/0.17	c bounds 1111 >= 258 @ 0.119916
0.06/0.17	c bounds 1111 >= 259 @ 0.119916
0.06/0.17	c bounds 1111 >= 260 @ 0.120135
0.06/0.17	c bounds 1111 >= 261 @ 0.120743
0.06/0.17	c bounds 1111 >= 262 @ 0.120955
0.06/0.17	c bounds 1111 >= 263 @ 0.121173
0.06/0.17	c bounds 1111 >= 264 @ 0.121385
0.06/0.17	c bounds 1111 >= 265 @ 0.121596
0.06/0.17	c bounds 1111 >= 266 @ 0.121809
0.06/0.17	c bounds 1111 >= 267 @ 0.122016
0.06/0.17	c bounds 1111 >= 268 @ 0.122237
0.06/0.17	c bounds 1111 >= 269 @ 0.122454
0.06/0.17	c bounds 1111 >= 270 @ 0.122687
0.06/0.17	c bounds 1111 >= 271 @ 0.122907
0.06/0.17	c bounds 1111 >= 272 @ 0.123123
0.06/0.17	c bounds 1111 >= 273 @ 0.123336
0.06/0.17	c bounds 1111 >= 274 @ 0.123552
0.06/0.17	c bounds 1111 >= 275 @ 0.123766
0.06/0.17	c bounds 1111 >= 276 @ 0.123977
0.06/0.17	c bounds 1111 >= 277 @ 0.124193
0.06/0.17	c bounds 1111 >= 278 @ 0.124404
0.06/0.17	c bounds 1111 >= 279 @ 0.124614
0.06/0.17	c bounds 1111 >= 280 @ 0.124833
0.06/0.17	c bounds 1111 >= 281 @ 0.125047
0.06/0.17	c bounds 1111 >= 282 @ 0.125258
0.06/0.17	c bounds 1111 >= 283 @ 0.125481
0.06/0.17	c bounds 1111 >= 284 @ 0.125708
0.06/0.18	c bounds 1111 >= 285 @ 0.125922
0.06/0.18	c bounds 1111 >= 286 @ 0.126137
0.06/0.18	c bounds 1111 >= 287 @ 0.126347
0.06/0.18	c bounds 1111 >= 288 @ 0.126556
0.06/0.18	c bounds 1111 >= 289 @ 0.126767
0.06/0.18	c bounds 1111 >= 290 @ 0.126978
0.06/0.18	c bounds 1111 >= 291 @ 0.127191
0.06/0.18	c bounds 1111 >= 292 @ 0.127406
0.06/0.18	c bounds 1111 >= 293 @ 0.127617
0.06/0.18	c bounds 1111 >= 294 @ 0.127834
0.06/0.18	c bounds 1111 >= 295 @ 0.128045
0.06/0.18	c bounds 1111 >= 296 @ 0.128259
0.06/0.18	c bounds 1111 >= 297 @ 0.128473
0.06/0.18	c bounds 1111 >= 298 @ 0.128684
0.06/0.18	c bounds 1111 >= 299 @ 0.1289
0.06/0.18	c bounds 1111 >= 300 @ 0.129109
0.06/0.18	c bounds 1111 >= 301 @ 0.129318
0.06/0.18	c bounds 1111 >= 302 @ 0.129528
0.06/0.18	c bounds 1111 >= 303 @ 0.129739
0.06/0.18	c bounds 1111 >= 304 @ 0.129952
0.06/0.18	c bounds 1111 >= 305 @ 0.13018
0.06/0.18	c bounds 1111 >= 306 @ 0.130396
0.06/0.18	c bounds 1111 >= 307 @ 0.130608
0.06/0.18	c bounds 1111 >= 308 @ 0.13082
0.06/0.18	c bounds 1111 >= 309 @ 0.13103
0.06/0.18	c bounds 1111 >= 310 @ 0.131249
0.06/0.18	c bounds 1111 >= 311 @ 0.13146
0.06/0.18	c bounds 1111 >= 312 @ 0.131673
0.06/0.18	c bounds 1111 >= 313 @ 0.131885
0.06/0.18	c bounds 1111 >= 314 @ 0.132101
0.06/0.18	c bounds 1111 >= 315 @ 0.132313
0.06/0.18	c bounds 1111 >= 316 @ 0.132535
0.06/0.18	c bounds 1111 >= 317 @ 0.132755
0.06/0.18	c bounds 1111 >= 318 @ 0.132976
0.06/0.18	c bounds 1111 >= 319 @ 0.133191
0.06/0.18	c bounds 1111 >= 320 @ 0.133418
0.06/0.18	c bounds 1111 >= 321 @ 0.133628
0.06/0.18	c bounds 1111 >= 322 @ 0.133845
0.06/0.18	c bounds 1111 >= 323 @ 0.134062
0.06/0.18	c bounds 1111 >= 324 @ 0.134277
0.06/0.18	c bounds 1111 >= 325 @ 0.134491
0.06/0.18	c bounds 1111 >= 326 @ 0.134708
0.06/0.19	c bounds 1110 >= 326 @ 0.137337
0.06/0.19	c bounds 1110 >= 327 @ 0.137561
0.06/0.19	c bounds 1110 >= 328 @ 0.13778
0.06/0.19	c bounds 1110 >= 329 @ 0.137999
0.06/0.19	c bounds 1110 >= 330 @ 0.138213
0.06/0.19	c bounds 1110 >= 331 @ 0.138431
0.06/0.19	c bounds 1110 >= 332 @ 0.138645
0.06/0.19	c bounds 1110 >= 333 @ 0.138856
0.06/0.19	c bounds 1110 >= 334 @ 0.138856
0.06/0.19	c bounds 1110 >= 335 @ 0.138856
0.06/0.19	c bounds 1110 >= 336 @ 0.138856
0.06/0.19	c bounds 1110 >= 337 @ 0.138856
0.06/0.19	c bounds 1110 >= 338 @ 0.138987
0.06/0.19	c bounds 1110 >= 339 @ 0.139193
0.06/0.19	c bounds 1110 >= 340 @ 0.139392
0.06/0.19	c bounds 1110 >= 341 @ 0.13958
0.06/0.19	c bounds 1110 >= 342 @ 0.139762
0.06/0.19	c bounds 1110 >= 343 @ 0.139966
0.06/0.19	c bounds 1110 >= 344 @ 0.140179
0.06/0.19	c bounds 1110 >= 345 @ 0.140392
0.06/0.19	c bounds 1110 >= 346 @ 0.140615
0.06/0.19	c bounds 1110 >= 347 @ 0.140828
0.06/0.19	c bounds 1110 >= 348 @ 0.141043
0.06/0.19	c bounds 1110 >= 349 @ 0.141254
0.06/0.19	c bounds 1110 >= 350 @ 0.141472
0.06/0.19	c bounds 1110 >= 351 @ 0.141683
0.06/0.19	c bounds 1110 >= 352 @ 0.141894
0.06/0.19	c bounds 1110 >= 353 @ 0.142109
0.06/0.19	c bounds 1110 >= 354 @ 0.142317
0.06/0.19	c bounds 1110 >= 355 @ 0.142529
0.06/0.19	c bounds 1110 >= 356 @ 0.142741
0.06/0.19	c bounds 1110 >= 357 @ 0.142947
0.06/0.19	c bounds 1110 >= 358 @ 0.143159
0.06/0.19	c bounds 1110 >= 359 @ 0.143373
0.06/0.19	c bounds 1110 >= 360 @ 0.143584
0.06/0.20	c bounds 1110 >= 361 @ 0.143795
0.06/0.20	c bounds 1110 >= 362 @ 0.144005
0.06/0.20	c bounds 1110 >= 363 @ 0.144228
0.06/0.20	c bounds 1110 >= 364 @ 0.144443
0.06/0.20	c bounds 1110 >= 365 @ 0.144682
0.06/0.20	c bounds 1110 >= 366 @ 0.144898
0.06/0.20	c bounds 1110 >= 367 @ 0.145109
0.06/0.20	c bounds 1110 >= 368 @ 0.145319
0.06/0.20	c bounds 1110 >= 369 @ 0.145526
0.06/0.20	c bounds 1110 >= 370 @ 0.145741
0.06/0.20	c bounds 1110 >= 371 @ 0.145958
0.06/0.20	c bounds 1110 >= 372 @ 0.146176
0.06/0.20	c bounds 1110 >= 373 @ 0.146403
0.06/0.20	c bounds 1110 >= 374 @ 0.146621
0.06/0.20	c bounds 1110 >= 375 @ 0.146837
0.06/0.20	c bounds 1110 >= 376 @ 0.147049
0.06/0.20	c bounds 1110 >= 377 @ 0.147264
0.06/0.20	c bounds 1110 >= 378 @ 0.147476
0.06/0.20	c bounds 1110 >= 379 @ 0.147688
0.06/0.20	c bounds 1110 >= 380 @ 0.147905
0.06/0.20	c bounds 1110 >= 381 @ 0.148117
0.06/0.20	c bounds 1110 >= 382 @ 0.148346
0.06/0.20	c bounds 1110 >= 383 @ 0.148562
0.06/0.20	c bounds 1110 >= 384 @ 0.148779
0.06/0.20	c bounds 1110 >= 385 @ 0.148996
0.06/0.20	c bounds 1110 >= 386 @ 0.14921
0.06/0.20	c bounds 1110 >= 387 @ 0.149432
0.06/0.20	c bounds 1110 >= 388 @ 0.149654
0.06/0.20	c bounds 1110 >= 389 @ 0.149882
0.06/0.20	c bounds 1110 >= 390 @ 0.150121
0.06/0.20	c bounds 1110 >= 391 @ 0.150353
0.06/0.20	c bounds 1110 >= 392 @ 0.150578
0.06/0.20	c bounds 1110 >= 393 @ 0.150799
0.06/0.20	c bounds 1110 >= 394 @ 0.151023
0.06/0.20	c bounds 1110 >= 395 @ 0.151244
0.06/0.20	c bounds 1110 >= 396 @ 0.15148
0.06/0.20	c bounds 1110 >= 397 @ 0.151704
0.06/0.20	c bounds 1110 >= 398 @ 0.151924
0.06/0.20	c bounds 1110 >= 399 @ 0.152141
0.06/0.20	c bounds 1110 >= 400 @ 0.152358
0.06/0.20	c bounds 1110 >= 401 @ 0.152584
0.06/0.20	c bounds 1110 >= 402 @ 0.152815
0.06/0.20	c bounds 1110 >= 403 @ 0.153041
0.06/0.20	c bounds 1110 >= 404 @ 0.153269
0.06/0.20	c bounds 1110 >= 405 @ 0.153492
0.06/0.21	c bounds 1110 >= 406 @ 0.153717
0.06/0.21	c bounds 1110 >= 407 @ 0.153951
0.06/0.21	c bounds 1110 >= 408 @ 0.154179
0.06/0.21	c bounds 1110 >= 409 @ 0.1544
0.06/0.21	c bounds 1110 >= 410 @ 0.15462
0.06/0.21	c bounds 1110 >= 411 @ 0.154847
0.16/0.21	c bounds 1110 >= 412 @ 0.15507
0.16/0.21	c bounds 1110 >= 413 @ 0.155293
0.16/0.21	c bounds 1110 >= 414 @ 0.155515
0.16/0.21	c bounds 1110 >= 415 @ 0.155587
0.16/0.21	c bounds 1110 >= 416 @ 0.155587
0.16/0.21	c bounds 1110 >= 417 @ 0.155587
0.16/0.21	c bounds 1110 >= 418 @ 0.155587
0.16/0.21	c bounds 1110 >= 419 @ 0.155728
0.16/0.21	c bounds 1110 >= 420 @ 0.155959
0.16/0.21	c bounds 1110 >= 421 @ 0.156175
0.16/0.21	c bounds 1110 >= 422 @ 0.156367
0.16/0.21	c bounds 1110 >= 423 @ 0.156568
0.16/0.21	c bounds 1110 >= 424 @ 0.156792
0.16/0.21	c bounds 1110 >= 425 @ 0.157011
0.16/0.21	c bounds 1110 >= 426 @ 0.157234
0.16/0.21	c bounds 1110 >= 427 @ 0.157449
0.16/0.21	c bounds 1110 >= 428 @ 0.157667
0.16/0.21	c bounds 1110 >= 429 @ 0.157881
0.16/0.21	c bounds 1110 >= 430 @ 0.1581
0.16/0.21	c bounds 1110 >= 431 @ 0.158333
0.16/0.21	c bounds 1110 >= 432 @ 0.15856
0.16/0.21	c bounds 1110 >= 433 @ 0.158784
0.16/0.21	c bounds 1110 >= 434 @ 0.159005
0.16/0.21	c bounds 1110 >= 435 @ 0.159224
0.16/0.21	c bounds 1110 >= 436 @ 0.15945
0.16/0.21	c bounds 1110 >= 437 @ 0.159673
0.16/0.21	c bounds 1110 >= 438 @ 0.159892
0.16/0.21	c bounds 1110 >= 439 @ 0.16011
0.16/0.21	c bounds 1110 >= 440 @ 0.160331
0.16/0.21	c bounds 1110 >= 441 @ 0.16055
0.16/0.21	c bounds 1110 >= 442 @ 0.160604
0.16/0.21	c bounds 1110 >= 443 @ 0.160604
0.16/0.21	c bounds 1110 >= 444 @ 0.160604
0.16/0.21	c bounds 1110 >= 445 @ 0.160604
0.16/0.21	c bounds 1110 >= 446 @ 0.16074
0.16/0.21	c bounds 1110 >= 447 @ 0.160939
0.16/0.21	c bounds 1110 >= 448 @ 0.161141
0.16/0.21	c bounds 1110 >= 449 @ 0.161336
0.16/0.22	c bounds 1110 >= 450 @ 0.161536
0.16/0.22	c bounds 1110 >= 451 @ 0.161593
0.16/0.22	c bounds 1110 >= 452 @ 0.161593
0.16/0.22	c bounds 1110 >= 453 @ 0.161593
0.16/0.22	c bounds 1110 >= 454 @ 0.161593
0.16/0.22	c bounds 1110 >= 455 @ 0.16173
0.16/0.22	c bounds 1110 >= 456 @ 0.16195
0.16/0.22	c bounds 1110 >= 457 @ 0.162182
0.16/0.22	c bounds 1110 >= 458 @ 0.1624
0.16/0.22	c bounds 1110 >= 459 @ 0.162618
0.16/0.22	c bounds 1110 >= 460 @ 0.162842
0.16/0.22	c bounds 1110 >= 461 @ 0.163067
0.16/0.22	c bounds 1110 >= 462 @ 0.163285
0.16/0.22	c bounds 1110 >= 463 @ 0.163508
0.16/0.22	c bounds 1110 >= 464 @ 0.163581
0.16/0.22	c bounds 1110 >= 465 @ 0.163581
0.16/0.22	c bounds 1110 >= 466 @ 0.163581
0.16/0.22	c bounds 1110 >= 467 @ 0.163581
0.16/0.22	c bounds 1110 >= 468 @ 0.163623
0.16/0.22	c bounds 1110 >= 469 @ 0.163839
0.16/0.22	c bounds 1110 >= 470 @ 0.164059
0.16/0.22	c bounds 1110 >= 471 @ 0.164281
0.16/0.22	c bounds 1110 >= 472 @ 0.164506
0.16/0.22	c bounds 1110 >= 473 @ 0.16457
0.16/0.22	c bounds 1110 >= 474 @ 0.16457
0.16/0.22	c bounds 1110 >= 475 @ 0.16457
0.16/0.22	c bounds 1110 >= 476 @ 0.16457
0.16/0.22	c bounds 1110 >= 477 @ 0.164718
0.16/0.22	c bounds 1110 >= 478 @ 0.16495
0.16/0.22	c bounds 1110 >= 479 @ 0.165148
0.16/0.22	c bounds 1110 >= 480 @ 0.165343
0.16/0.22	c bounds 1110 >= 481 @ 0.165542
0.16/0.22	c bounds 1110 >= 482 @ 0.165774
0.16/0.22	c bounds 1110 >= 483 @ 0.166003
0.16/0.22	c bounds 1110 >= 484 @ 0.166228
0.16/0.22	c bounds 1110 >= 485 @ 0.16647
0.16/0.22	c bounds 1110 >= 486 @ 0.166738
0.16/0.22	c bounds 1110 >= 487 @ 0.166961
0.16/0.22	c bounds 1110 >= 488 @ 0.167198
0.16/0.22	c bounds 1110 >= 489 @ 0.167425
0.16/0.22	c bounds 1110 >= 490 @ 0.167652
0.16/0.22	c bounds 1110 >= 491 @ 0.167885
0.16/0.22	c bounds 1110 >= 492 @ 0.168116
0.16/0.22	c bounds 1110 >= 493 @ 0.168339
0.16/0.23	c bounds 1110 >= 494 @ 0.168574
0.16/0.23	c bounds 1110 >= 495 @ 0.168808
0.16/0.23	c bounds 1110 >= 496 @ 0.169038
0.16/0.23	c bounds 1110 >= 497 @ 0.169276
0.16/0.23	c bounds 1110 >= 498 @ 0.169502
0.16/0.23	c bounds 1110 >= 499 @ 0.169738
0.16/0.23	c bounds 1110 >= 500 @ 0.169967
0.16/0.23	c bounds 1110 >= 501 @ 0.1702
0.16/0.23	c bounds 1110 >= 502 @ 0.170428
0.16/0.23	c bounds 1110 >= 503 @ 0.170657
0.16/0.23	c bounds 1110 >= 504 @ 0.17088
0.16/0.23	c bounds 1110 >= 505 @ 0.171105
0.16/0.23	c bounds 1110 >= 506 @ 0.171331
0.16/0.23	c bounds 1110 >= 507 @ 0.171561
0.16/0.23	c bounds 1110 >= 508 @ 0.171796
0.16/0.23	c bounds 1110 >= 509 @ 0.172029
0.16/0.23	c bounds 1110 >= 510 @ 0.172257
0.16/0.23	c bounds 1110 >= 511 @ 0.172483
0.16/0.23	c bounds 1109 >= 511 @ 0.17482
0.16/0.23	c bounds 1109 >= 512 @ 0.175055
0.16/0.23	c bounds 1109 >= 513 @ 0.17528
0.16/0.23	c bounds 1109 >= 514 @ 0.175505
0.16/0.23	c bounds 1109 >= 515 @ 0.17573
0.16/0.23	c bounds 1109 >= 516 @ 0.175958
0.16/0.23	c bounds 1109 >= 517 @ 0.176191
0.16/0.23	c bounds 1109 >= 518 @ 0.17642
0.16/0.23	c bounds 1109 >= 519 @ 0.176646
0.16/0.23	c bounds 1109 >= 520 @ 0.176872
0.16/0.23	c bounds 1109 >= 521 @ 0.177096
0.16/0.23	c bounds 1109 >= 522 @ 0.177319
0.16/0.24	c bounds 1109 >= 523 @ 0.177409
0.16/0.24	c bounds 1109 >= 524 @ 0.177409
0.16/0.24	c bounds 1109 >= 525 @ 0.177409
0.16/0.24	c bounds 1109 >= 526 @ 0.177409
0.16/0.24	c bounds 1109 >= 527 @ 0.177555
0.16/0.24	c bounds 1109 >= 528 @ 0.177785
0.16/0.24	c bounds 1109 >= 529 @ 0.178026
0.16/0.24	c bounds 1109 >= 530 @ 0.178257
0.16/0.24	c bounds 1109 >= 531 @ 0.178486
0.16/0.24	c bounds 1109 >= 532 @ 0.178716
0.16/0.24	c bounds 1109 >= 533 @ 0.178943
0.16/0.24	c bounds 1109 >= 534 @ 0.179175
0.16/0.24	c bounds 1109 >= 535 @ 0.179406
0.16/0.24	c bounds 1109 >= 536 @ 0.179647
0.16/0.24	c bounds 1109 >= 537 @ 0.179878
0.16/0.24	c bounds 1109 >= 538 @ 0.180117
0.16/0.24	c bounds 1109 >= 539 @ 0.180355
0.16/0.24	c bounds 1109 >= 540 @ 0.180591
0.16/0.24	c bounds 1109 >= 541 @ 0.180825
0.16/0.24	c bounds 1109 >= 542 @ 0.181061
0.16/0.24	c bounds 1109 >= 543 @ 0.181293
0.16/0.24	c bounds 1109 >= 544 @ 0.181525
0.16/0.24	c bounds 1109 >= 545 @ 0.181756
0.16/0.24	c bounds 1109 >= 546 @ 0.181988
0.16/0.24	c bounds 1109 >= 547 @ 0.18222
0.16/0.24	c bounds 1109 >= 548 @ 0.182452
0.16/0.24	c bounds 1109 >= 549 @ 0.182509
0.16/0.24	c bounds 1109 >= 550 @ 0.182509
0.16/0.24	c bounds 1109 >= 551 @ 0.182509
0.16/0.24	c bounds 1109 >= 552 @ 0.182509
0.16/0.24	c bounds 1109 >= 553 @ 0.182657
0.16/0.24	c bounds 1109 >= 554 @ 0.182894
0.16/0.24	c bounds 1109 >= 555 @ 0.183202
0.16/0.24	c bounds 1109 >= 556 @ 0.183433
0.16/0.24	c bounds 1109 >= 557 @ 0.183502
0.16/0.24	c bounds 1109 >= 558 @ 0.183502
0.16/0.24	c bounds 1109 >= 559 @ 0.183502
0.16/0.24	c bounds 1109 >= 560 @ 0.183502
0.16/0.24	c bounds 1109 >= 561 @ 0.183646
0.16/0.24	c bounds 1109 >= 562 @ 0.183893
0.16/0.24	c bounds 1109 >= 563 @ 0.184132
0.16/0.24	c bounds 1109 >= 564 @ 0.184353
0.16/0.25	c bounds 1109 >= 565 @ 0.18458
0.16/0.25	c bounds 1109 >= 566 @ 0.184831
0.16/0.25	c bounds 1109 >= 567 @ 0.185069
0.16/0.25	c bounds 1109 >= 568 @ 0.185306
0.16/0.25	c bounds 1109 >= 569 @ 0.185542
0.16/0.25	c bounds 1109 >= 570 @ 0.185786
0.16/0.25	c bounds 1109 >= 571 @ 0.186037
0.16/0.25	c bounds 1109 >= 572 @ 0.186282
0.16/0.25	c bounds 1109 >= 573 @ 0.186521
0.16/0.25	c bounds 1109 >= 574 @ 0.186768
0.16/0.25	c bounds 1109 >= 575 @ 0.187015
0.16/0.25	c bounds 1109 >= 576 @ 0.187259
0.16/0.25	c bounds 1109 >= 577 @ 0.187513
0.16/0.25	c bounds 1109 >= 578 @ 0.187771
0.16/0.25	c bounds 1109 >= 579 @ 0.18802
0.16/0.25	c bounds 1109 >= 580 @ 0.188266
0.16/0.25	c bounds 1109 >= 581 @ 0.188512
0.16/0.25	c bounds 1109 >= 582 @ 0.188762
0.16/0.25	c bounds 1109 >= 583 @ 0.189012
0.16/0.25	c bounds 1109 >= 584 @ 0.189258
0.16/0.25	c bounds 1109 >= 585 @ 0.189504
0.16/0.25	c bounds 1109 >= 586 @ 0.18975
0.16/0.25	c bounds 1109 >= 587 @ 0.189993
0.16/0.25	c bounds 1109 >= 588 @ 0.190246
0.16/0.25	c bounds 1109 >= 589 @ 0.190498
0.16/0.25	c bounds 1109 >= 590 @ 0.19074
0.16/0.25	c bounds 1109 >= 591 @ 0.190989
0.16/0.25	c bounds 1109 >= 592 @ 0.191243
0.16/0.26	c bounds 1108 >= 592 @ 0.195813
0.16/0.26	c bounds 1108 >= 593 @ 0.196082
0.16/0.26	c bounds 1108 >= 594 @ 0.196334
0.16/0.26	c bounds 1108 >= 595 @ 0.19658
0.16/0.26	c bounds 1108 >= 596 @ 0.196831
0.16/0.26	c bounds 1108 >= 597 @ 0.19708
0.16/0.26	c bounds 1108 >= 598 @ 0.197324
0.16/0.26	c bounds 1108 >= 599 @ 0.197571
0.16/0.26	c bounds 1108 >= 600 @ 0.197816
0.16/0.26	c bounds 1108 >= 601 @ 0.198062
0.16/0.26	c bounds 1108 >= 602 @ 0.198322
0.16/0.26	c bounds 1108 >= 603 @ 0.198586
0.16/0.26	c bounds 1108 >= 604 @ 0.198833
0.16/0.26	c bounds 1108 >= 605 @ 0.199081
0.16/0.26	c bounds 1108 >= 606 @ 0.199327
0.16/0.26	c bounds 1108 >= 607 @ 0.199585
0.16/0.26	c bounds 1108 >= 608 @ 0.199844
0.16/0.26	c bounds 1108 >= 609 @ 0.200105
0.16/0.26	c bounds 1108 >= 610 @ 0.200359
0.16/0.26	c bounds 1108 >= 611 @ 0.20061
0.16/0.26	c bounds 1108 >= 612 @ 0.20086
0.16/0.26	c bounds 1108 >= 613 @ 0.201127
0.16/0.26	c bounds 1108 >= 614 @ 0.20138
0.16/0.26	c bounds 1108 >= 615 @ 0.201454
0.16/0.26	c bounds 1108 >= 616 @ 0.201454
0.16/0.26	c bounds 1108 >= 617 @ 0.201454
0.16/0.26	c bounds 1108 >= 618 @ 0.201454
0.16/0.26	c bounds 1108 >= 619 @ 0.201669
0.16/0.26	c bounds 1108 >= 620 @ 0.201922
0.16/0.26	c bounds 1108 >= 621 @ 0.202178
0.16/0.26	c bounds 1108 >= 622 @ 0.202442
0.16/0.26	c bounds 1108 >= 623 @ 0.202697
0.16/0.26	c bounds 1108 >= 624 @ 0.20295
0.16/0.26	c bounds 1108 >= 625 @ 0.2032
0.16/0.27	c bounds 1108 >= 626 @ 0.203453
0.16/0.27	c bounds 1108 >= 627 @ 0.203713
0.16/0.27	c bounds 1108 >= 628 @ 0.203975
0.16/0.27	c bounds 1108 >= 629 @ 0.204239
0.16/0.27	c bounds 1108 >= 630 @ 0.204497
0.16/0.27	c bounds 1108 >= 631 @ 0.204755
0.16/0.27	c bounds 1108 >= 632 @ 0.205015
0.16/0.27	c bounds 1108 >= 633 @ 0.205267
0.16/0.27	c bounds 1108 >= 634 @ 0.205523
0.16/0.27	c bounds 1108 >= 635 @ 0.205784
0.16/0.27	c bounds 1108 >= 636 @ 0.20604
0.16/0.27	c bounds 1108 >= 637 @ 0.206303
0.16/0.27	c bounds 1108 >= 638 @ 0.206559
0.16/0.27	c bounds 1108 >= 639 @ 0.206832
0.16/0.27	c bounds 1108 >= 640 @ 0.207085
0.16/0.27	c bounds 1108 >= 641 @ 0.207336
0.16/0.27	c bounds 1108 >= 642 @ 0.207602
0.16/0.27	c bounds 1108 >= 643 @ 0.20786
0.16/0.27	c bounds 1108 >= 644 @ 0.20813
0.16/0.27	c bounds 1108 >= 645 @ 0.208389
0.16/0.27	c bounds 1108 >= 646 @ 0.208443
0.16/0.27	c bounds 1108 >= 647 @ 0.208443
0.16/0.27	c bounds 1108 >= 648 @ 0.208443
0.16/0.27	c bounds 1108 >= 649 @ 0.208491
0.16/0.27	c bounds 1108 >= 650 @ 0.20875
0.16/0.27	c bounds 1108 >= 651 @ 0.20901
0.16/0.27	c bounds 1108 >= 652 @ 0.209272
0.16/0.27	c bounds 1108 >= 653 @ 0.209534
0.16/0.27	c bounds 1108 >= 654 @ 0.209811
0.16/0.27	c bounds 1108 >= 655 @ 0.21009
0.16/0.27	c bounds 1108 >= 656 @ 0.21036
0.16/0.27	c bounds 1108 >= 657 @ 0.21044
0.16/0.27	c bounds 1108 >= 658 @ 0.21044
0.16/0.27	c bounds 1108 >= 659 @ 0.21044
0.16/0.27	c bounds 1108 >= 660 @ 0.210482
0.16/0.27	c bounds 1108 >= 661 @ 0.210758
0.16/0.27	c bounds 1108 >= 662 @ 0.211032
0.16/0.28	c bounds 1107 >= 662 @ 0.215602
0.16/0.28	c bounds 1107 >= 663 @ 0.215924
0.16/0.28	c bounds 1107 >= 664 @ 0.216203
0.16/0.28	c bounds 1107 >= 665 @ 0.216481
0.16/0.28	c bounds 1107 >= 666 @ 0.216752
0.16/0.28	c bounds 1107 >= 667 @ 0.217016
0.16/0.28	c bounds 1107 >= 668 @ 0.21728
0.16/0.28	c bounds 1107 >= 669 @ 0.217551
0.16/0.28	c bounds 1107 >= 670 @ 0.217832
0.16/0.28	c bounds 1107 >= 671 @ 0.218103
0.16/0.28	c bounds 1107 >= 672 @ 0.218372
0.16/0.28	c bounds 1107 >= 673 @ 0.218646
0.16/0.28	c bounds 1107 >= 674 @ 0.218921
0.16/0.28	c bounds 1107 >= 675 @ 0.21919
0.16/0.28	c bounds 1107 >= 676 @ 0.219482
0.16/0.28	c bounds 1107 >= 677 @ 0.219819
0.16/0.28	c bounds 1107 >= 678 @ 0.220095
0.16/0.28	c bounds 1107 >= 679 @ 0.220366
0.16/0.28	c bounds 1107 >= 680 @ 0.220647
0.16/0.28	c bounds 1107 >= 681 @ 0.220927
0.16/0.28	c bounds 1107 >= 682 @ 0.221204
0.16/0.29	c bounds 1107 >= 683 @ 0.221477
0.16/0.29	c bounds 1107 >= 684 @ 0.221756
0.16/0.29	c bounds 1107 >= 685 @ 0.222039
0.16/0.29	c bounds 1107 >= 686 @ 0.222317
0.16/0.29	c bounds 1107 >= 687 @ 0.222591
0.16/0.29	c bounds 1107 >= 688 @ 0.222865
0.16/0.29	c bounds 1107 >= 689 @ 0.22314
0.16/0.29	c bounds 1107 >= 690 @ 0.223379
0.16/0.29	c bounds 1107 >= 691 @ 0.223379
0.16/0.29	c bounds 1107 >= 692 @ 0.223379
0.16/0.29	c bounds 1107 >= 693 @ 0.223379
0.16/0.29	c bounds 1107 >= 694 @ 0.223542
0.16/0.29	c bounds 1107 >= 695 @ 0.223811
0.16/0.29	c bounds 1107 >= 696 @ 0.224088
0.16/0.29	c bounds 1107 >= 697 @ 0.22436
0.16/0.29	c bounds 1107 >= 698 @ 0.224404
0.16/0.29	c bounds 1107 >= 699 @ 0.224404
0.16/0.29	c bounds 1107 >= 700 @ 0.224404
0.16/0.29	c bounds 1107 >= 701 @ 0.224553
0.16/0.29	c bounds 1107 >= 702 @ 0.22483
0.16/0.29	c bounds 1107 >= 703 @ 0.225075
0.16/0.29	c bounds 1107 >= 704 @ 0.225321
0.16/0.29	c bounds 1107 >= 705 @ 0.225599
0.16/0.29	c bounds 1107 >= 706 @ 0.225885
0.16/0.29	c bounds 1107 >= 707 @ 0.226168
0.16/0.29	c bounds 1107 >= 708 @ 0.226479
0.16/0.29	c bounds 1107 >= 709 @ 0.226771
0.16/0.29	c bounds 1107 >= 710 @ 0.227055
0.16/0.29	c bounds 1107 >= 711 @ 0.22735
0.16/0.29	c bounds 1107 >= 712 @ 0.22735
0.16/0.29	c bounds 1107 >= 713 @ 0.22735
0.16/0.29	c bounds 1107 >= 714 @ 0.22735
0.16/0.29	c bounds 1107 >= 715 @ 0.227543
0.16/0.29	c bounds 1107 >= 716 @ 0.227829
0.16/0.29	c bounds 1107 >= 717 @ 0.228123
0.16/0.30	c bounds 1107 >= 718 @ 0.228428
0.16/0.30	c bounds 1107 >= 719 @ 0.228718
0.16/0.30	c bounds 1107 >= 720 @ 0.228999
0.16/0.30	c bounds 1107 >= 721 @ 0.229285
0.16/0.30	c bounds 1107 >= 722 @ 0.229571
0.16/0.30	c bounds 1106 >= 722 @ 0.237948
0.16/0.31	c bounds 1106 >= 723 @ 0.238327
0.16/0.31	c bounds 1106 >= 724 @ 0.238643
0.16/0.31	c bounds 1106 >= 725 @ 0.238943
0.16/0.31	c bounds 1106 >= 726 @ 0.239243
0.27/0.31	c bounds 1106 >= 727 @ 0.239546
0.27/0.31	c bounds 1106 >= 728 @ 0.239843
0.27/0.31	c bounds 1106 >= 729 @ 0.240132
0.27/0.31	c bounds 1106 >= 730 @ 0.240423
0.27/0.31	c bounds 1106 >= 731 @ 0.240733
0.27/0.31	c bounds 1106 >= 732 @ 0.241021
0.27/0.31	c bounds 1106 >= 733 @ 0.24132
0.27/0.31	c bounds 1106 >= 734 @ 0.241632
0.27/0.31	c bounds 1106 >= 735 @ 0.241945
0.27/0.31	c bounds 1106 >= 736 @ 0.242246
0.27/0.31	c bounds 1106 >= 737 @ 0.242565
0.27/0.31	c bounds 1106 >= 738 @ 0.242855
0.27/0.31	c bounds 1106 >= 739 @ 0.24316
0.27/0.31	c bounds 1106 >= 740 @ 0.243265
0.27/0.31	c bounds 1106 >= 741 @ 0.243265
0.27/0.31	c bounds 1106 >= 742 @ 0.243265
0.27/0.31	c bounds 1106 >= 743 @ 0.243455
0.27/0.31	c bounds 1106 >= 744 @ 0.24376
0.27/0.31	c bounds 1106 >= 745 @ 0.244061
0.27/0.31	c bounds 1106 >= 746 @ 0.244362
0.27/0.31	c bounds 1106 >= 747 @ 0.244684
0.27/0.31	c bounds 1106 >= 748 @ 0.244977
0.27/0.31	c bounds 1106 >= 749 @ 0.245269
0.27/0.31	c bounds 1106 >= 750 @ 0.245568
0.27/0.31	c bounds 1106 >= 751 @ 0.245893
0.27/0.31	c bounds 1106 >= 752 @ 0.246195
0.27/0.31	c bounds 1106 >= 753 @ 0.246493
0.27/0.31	c bounds 1106 >= 754 @ 0.246804
0.27/0.31	c bounds 1106 >= 755 @ 0.247117
0.27/0.32	c bounds 1106 >= 756 @ 0.247273
0.27/0.32	c bounds 1106 >= 757 @ 0.247273
0.27/0.32	c bounds 1106 >= 758 @ 0.247273
0.27/0.32	c bounds 1106 >= 759 @ 0.247423
0.27/0.32	c bounds 1106 >= 760 @ 0.247734
0.27/0.32	c bounds 1106 >= 761 @ 0.24804
0.27/0.32	c bounds 1106 >= 762 @ 0.248343
0.27/0.32	c bounds 1106 >= 763 @ 0.248659
0.27/0.32	c bounds 1106 >= 764 @ 0.248956
0.27/0.32	c bounds 1106 >= 765 @ 0.249253
0.27/0.32	c bounds 1106 >= 766 @ 0.249553
0.27/0.32	c bounds 1106 >= 767 @ 0.249855
0.27/0.32	c bounds 1106 >= 768 @ 0.250157
0.27/0.32	c bounds 1106 >= 769 @ 0.250265
0.27/0.32	c bounds 1106 >= 770 @ 0.250265
0.27/0.32	c bounds 1106 >= 771 @ 0.250265
0.27/0.32	c bounds 1106 >= 772 @ 0.250416
0.27/0.32	c bounds 1106 >= 773 @ 0.250732
0.27/0.32	c bounds 1106 >= 774 @ 0.251037
0.27/0.32	c bounds 1106 >= 775 @ 0.251334
0.27/0.32	c bounds 1106 >= 776 @ 0.251642
0.27/0.32	c bounds 1106 >= 777 @ 0.251948
0.27/0.32	c bounds 1106 >= 778 @ 0.252246
0.27/0.32	c bounds 1106 >= 779 @ 0.252558
0.27/0.32	c bounds 1106 >= 780 @ 0.252869
0.27/0.32	c bounds 1106 >= 781 @ 0.253178
0.27/0.32	c bounds 1106 >= 782 @ 0.253253
0.27/0.32	c bounds 1106 >= 783 @ 0.253253
0.27/0.32	c bounds 1106 >= 784 @ 0.253253
0.27/0.32	c bounds 1106 >= 785 @ 0.253438
0.27/0.32	c bounds 1106 >= 786 @ 0.253769
0.27/0.32	c bounds 1106 >= 787 @ 0.254079
0.27/0.33	c bounds 1106 >= 788 @ 0.254403
0.27/0.33	c bounds 1105 >= 788 @ 0.261585
0.27/0.33	c bounds 1105 >= 789 @ 0.261995
0.27/0.33	c bounds 1105 >= 790 @ 0.262305
0.27/0.33	c bounds 1105 >= 791 @ 0.262621
0.27/0.33	c bounds 1105 >= 792 @ 0.262939
0.27/0.33	c bounds 1105 >= 793 @ 0.263241
0.27/0.33	c bounds 1105 >= 794 @ 0.263575
0.27/0.33	c bounds 1105 >= 795 @ 0.263903
0.27/0.34	c bounds 1105 >= 796 @ 0.264206
0.27/0.34	c bounds 1105 >= 797 @ 0.264533
0.27/0.34	c bounds 1105 >= 798 @ 0.264844
0.27/0.34	c bounds 1105 >= 799 @ 0.265157
0.27/0.34	c bounds 1105 >= 800 @ 0.265475
0.27/0.34	c bounds 1105 >= 801 @ 0.265789
0.27/0.34	c bounds 1105 >= 802 @ 0.266103
0.27/0.34	c bounds 1105 >= 803 @ 0.266215
0.27/0.34	c bounds 1105 >= 804 @ 0.266215
0.27/0.34	c bounds 1105 >= 805 @ 0.266215
0.27/0.34	c bounds 1105 >= 806 @ 0.266385
0.27/0.34	c bounds 1105 >= 807 @ 0.266712
0.27/0.34	c bounds 1105 >= 808 @ 0.267037
0.27/0.34	c bounds 1105 >= 809 @ 0.267359
0.27/0.34	c bounds 1105 >= 810 @ 0.267691
0.27/0.34	c bounds 1105 >= 811 @ 0.268008
0.27/0.34	c bounds 1105 >= 812 @ 0.268348
0.27/0.34	c bounds 1105 >= 813 @ 0.268688
0.27/0.34	c bounds 1105 >= 814 @ 0.269023
0.27/0.34	c bounds 1105 >= 815 @ 0.269356
0.27/0.34	c bounds 1105 >= 816 @ 0.269685
0.27/0.34	c bounds 1105 >= 817 @ 0.270001
0.27/0.34	c bounds 1105 >= 818 @ 0.270322
0.27/0.34	c bounds 1105 >= 819 @ 0.270695
0.27/0.34	c bounds 1105 >= 820 @ 0.271015
0.27/0.34	c bounds 1105 >= 821 @ 0.27134
0.27/0.34	c bounds 1105 >= 822 @ 0.271665
0.27/0.34	c bounds 1105 >= 823 @ 0.272004
0.27/0.34	c bounds 1105 >= 824 @ 0.27233
0.27/0.34	c bounds 1105 >= 825 @ 0.272655
0.27/0.34	c bounds 1105 >= 826 @ 0.272982
0.27/0.35	c bounds 1105 >= 827 @ 0.273305
0.27/0.35	c bounds 1105 >= 828 @ 0.273626
0.27/0.35	c bounds 1105 >= 829 @ 0.273956
0.27/0.35	c bounds 1105 >= 830 @ 0.274269
0.27/0.35	c bounds 1105 >= 831 @ 0.27459
0.27/0.35	c bounds 1105 >= 832 @ 0.274921
0.27/0.35	c bounds 1105 >= 833 @ 0.275249
0.27/0.35	c bounds 1105 >= 834 @ 0.275575
0.27/0.35	c bounds 1105 >= 835 @ 0.2759
0.27/0.35	c bounds 1105 >= 836 @ 0.276226
0.27/0.35	c bounds 1105 >= 837 @ 0.276553
0.27/0.35	c bounds 1105 >= 838 @ 0.276876
0.27/0.35	c bounds 1105 >= 839 @ 0.277217
0.27/0.35	c bounds 1105 >= 840 @ 0.277559
0.27/0.35	c bounds 1105 >= 841 @ 0.277907
0.27/0.36	c bounds 1104 >= 841 @ 0.288962
0.27/0.36	c bounds 1104 >= 842 @ 0.289145
0.27/0.36	c bounds 1104 >= 843 @ 0.289145
0.27/0.36	c bounds 1104 >= 844 @ 0.289187
0.27/0.36	c bounds 1104 >= 845 @ 0.289546
0.27/0.36	c bounds 1104 >= 846 @ 0.289883
0.27/0.36	c bounds 1104 >= 847 @ 0.290221
0.27/0.36	c bounds 1104 >= 848 @ 0.290565
0.27/0.36	c bounds 1104 >= 849 @ 0.290919
0.27/0.37	c bounds 1104 >= 850 @ 0.29127
0.27/0.37	c bounds 1104 >= 851 @ 0.29163
0.27/0.37	c bounds 1104 >= 852 @ 0.291992
0.27/0.37	c bounds 1104 >= 853 @ 0.292138
0.27/0.37	c bounds 1104 >= 854 @ 0.292138
0.27/0.37	c bounds 1104 >= 855 @ 0.292138
0.27/0.37	c bounds 1104 >= 856 @ 0.292138
0.27/0.37	c bounds 1104 >= 857 @ 0.292138
0.27/0.37	c bounds 1104 >= 858 @ 0.292138
0.27/0.37	c bounds 1104 >= 859 @ 0.292138
0.27/0.37	c bounds 1104 >= 860 @ 0.292297
0.27/0.37	c bounds 1104 >= 861 @ 0.292656
0.27/0.37	c bounds 1104 >= 862 @ 0.293055
0.27/0.37	c bounds 1104 >= 863 @ 0.293417
0.27/0.37	c bounds 1104 >= 864 @ 0.293804
0.27/0.37	c bounds 1104 >= 865 @ 0.294176
0.27/0.37	c bounds 1104 >= 866 @ 0.294537
0.27/0.37	c bounds 1104 >= 867 @ 0.294895
0.27/0.37	c bounds 1104 >= 868 @ 0.295256
0.27/0.37	c bounds 1104 >= 869 @ 0.295623
0.27/0.37	c bounds 1104 >= 870 @ 0.295985
0.27/0.37	c bounds 1104 >= 871 @ 0.296361
0.27/0.37	c bounds 1104 >= 872 @ 0.296749
0.27/0.37	c bounds 1104 >= 873 @ 0.297136
0.27/0.37	c bounds 1104 >= 874 @ 0.297501
0.27/0.37	c bounds 1104 >= 875 @ 0.297875
0.27/0.38	c bounds 1104 >= 876 @ 0.298265
0.27/0.38	c bounds 1104 >= 877 @ 0.29865
0.27/0.38	c bounds 1104 >= 878 @ 0.29907
0.27/0.38	c bounds 1104 >= 879 @ 0.299106
0.27/0.38	c bounds 1104 >= 880 @ 0.299106
0.27/0.38	c bounds 1104 >= 881 @ 0.299106
0.27/0.38	c bounds 1104 >= 882 @ 0.299106
0.27/0.38	c bounds 1104 >= 883 @ 0.299106
0.27/0.38	c bounds 1104 >= 884 @ 0.299106
0.27/0.38	c bounds 1104 >= 885 @ 0.299106
0.27/0.38	c bounds 1104 >= 886 @ 0.299259
0.27/0.38	c bounds 1104 >= 887 @ 0.29967
0.27/0.38	c bounds 1104 >= 888 @ 0.300015
0.27/0.38	c bounds 1104 >= 889 @ 0.300423
0.27/0.40	c bounds 1103 >= 889 @ 0.323792
0.27/0.40	c bounds 1103 >= 890 @ 0.324683
0.27/0.41	c bounds 1103 >= 891 @ 0.3251
0.27/0.41	c bounds 1103 >= 892 @ 0.325513
0.27/0.41	c bounds 1103 >= 893 @ 0.325898
0.36/0.41	c bounds 1103 >= 894 @ 0.325943
0.36/0.41	c bounds 1103 >= 895 @ 0.325943
0.36/0.41	c bounds 1103 >= 896 @ 0.326143
0.36/0.41	c bounds 1103 >= 897 @ 0.32653
0.36/0.41	c bounds 1103 >= 898 @ 0.326912
0.36/0.41	c bounds 1103 >= 899 @ 0.327389
0.36/0.41	c bounds 1103 >= 900 @ 0.327778
0.36/0.41	c bounds 1103 >= 901 @ 0.327961
0.36/0.41	c bounds 1103 >= 902 @ 0.327961
0.36/0.41	c bounds 1103 >= 903 @ 0.327961
0.36/0.41	c bounds 1103 >= 904 @ 0.327961
0.36/0.41	c bounds 1103 >= 905 @ 0.327961
0.36/0.41	c bounds 1103 >= 906 @ 0.327961
0.36/0.41	c bounds 1103 >= 907 @ 0.327961
0.36/0.41	c bounds 1103 >= 908 @ 0.328128
0.36/0.41	c bounds 1103 >= 909 @ 0.328529
0.36/0.41	c bounds 1103 >= 910 @ 0.328904
0.36/0.41	c bounds 1103 >= 911 @ 0.32933
0.36/0.41	c bounds 1103 >= 912 @ 0.329815
0.36/0.41	c bounds 1103 >= 913 @ 0.330216
0.36/0.41	c bounds 1103 >= 914 @ 0.33062
0.36/0.42	c bounds 1103 >= 915 @ 0.331048
0.36/0.42	c bounds 1103 >= 916 @ 0.331463
0.36/0.42	c bounds 1103 >= 917 @ 0.331891
0.36/0.42	c bounds 1103 >= 918 @ 0.331936
0.36/0.42	c bounds 1103 >= 919 @ 0.331936
0.36/0.42	c bounds 1103 >= 920 @ 0.331936
0.36/0.42	c bounds 1103 >= 921 @ 0.331936
0.36/0.42	c bounds 1103 >= 922 @ 0.332201
0.36/0.42	c bounds 1103 >= 923 @ 0.332679
0.36/0.42	c bounds 1103 >= 924 @ 0.333201
0.36/0.42	c bounds 1103 >= 925 @ 0.333703
0.36/0.42	c bounds 1103 >= 926 @ 0.333926
0.36/0.42	c bounds 1103 >= 927 @ 0.333926
0.36/0.42	c bounds 1103 >= 928 @ 0.333926
0.36/0.42	c bounds 1103 >= 929 @ 0.333926
0.36/0.42	c bounds 1103 >= 930 @ 0.33421
0.36/0.42	c bounds 1103 >= 931 @ 0.334688
0.36/0.42	c bounds 1103 >= 932 @ 0.334916
0.36/0.42	c bounds 1103 >= 933 @ 0.334916
0.36/0.42	c bounds 1103 >= 934 @ 0.334916
0.36/0.43	c bounds 1103 >= 935 @ 0.334916
0.36/0.43	c bounds 1103 >= 936 @ 0.334916
0.36/0.43	c bounds 1103 >= 937 @ 0.335072
0.36/0.43	c bounds 1103 >= 938 @ 0.335595
0.36/0.43	c bounds 1103 >= 939 @ 0.33615
0.36/0.43	c bounds 1103 >= 940 @ 0.336764
0.36/0.43	c bounds 1103 >= 941 @ 0.337321
0.36/0.43	c bounds 1103 >= 942 @ 0.337892
0.36/0.43	c bounds 1103 >= 943 @ 0.338509
0.36/0.43	c bounds 1103 >= 944 @ 0.339081
0.36/0.43	c bounds 1103 >= 945 @ 0.339656
0.36/0.43	c bounds 1103 >= 946 @ 0.339891
0.36/0.43	c bounds 1103 >= 947 @ 0.33994
0.36/0.43	c bounds 1103 >= 948 @ 0.340507
0.36/0.43	c bounds 1103 >= 949 @ 0.341077
0.36/0.43	c bounds 1103 >= 950 @ 0.341661
0.36/0.43	c bounds 1103 >= 951 @ 0.341885
0.36/0.44	c bounds 1103 >= 952 @ 0.342099
0.36/0.44	c bounds 1103 >= 953 @ 0.342685
0.36/0.44	c bounds 1103 >= 954 @ 0.343362
0.36/0.44	c bounds 1103 >= 955 @ 0.344051
0.36/0.44	c bounds 1103 >= 956 @ 0.344805
0.36/0.44	c bounds 1103 >= 957 @ 0.345391
0.36/0.44	c bounds 1103 >= 958 @ 0.346025
0.36/0.44	c bounds 1103 >= 959 @ 0.346642
0.36/0.44	c bounds 1103 >= 960 @ 0.347447
0.36/0.47	c bounds 1102 >= 960 @ 0.369129
0.36/0.47	c bounds 1102 >= 961 @ 0.370625
0.36/0.47	c bounds 1102 >= 962 @ 0.370812
0.36/0.47	c bounds 1102 >= 963 @ 0.371177
0.36/0.47	c bounds 1102 >= 964 @ 0.371731
0.36/0.47	c bounds 1102 >= 965 @ 0.371806
0.36/0.47	c bounds 1102 >= 966 @ 0.37231
0.36/0.47	c bounds 1102 >= 967 @ 0.373082
0.36/0.47	c bounds 1102 >= 968 @ 0.373759
0.36/0.47	c bounds 1102 >= 969 @ 0.374418
0.36/0.47	c bounds 1102 >= 970 @ 0.375168
0.36/0.48	c bounds 1102 >= 971 @ 0.376099
0.36/0.48	c bounds 1102 >= 972 @ 0.377156
0.36/0.48	c bounds 1102 >= 973 @ 0.378544
0.36/0.48	c bounds 1102 >= 974 @ 0.37969
0.36/0.48	c bounds 1102 >= 975 @ 0.379784
0.36/0.48	c bounds 1102 >= 976 @ 0.379784
0.36/0.48	c bounds 1102 >= 977 @ 0.38004
0.36/0.48	c bounds 1102 >= 978 @ 0.381716
0.36/0.49	c bounds 1102 >= 979 @ 0.382205
0.47/0.51	c bounds 1101 >= 979 @ 0.402312
0.47/0.51	c bounds 1101 >= 980 @ 0.40367
0.47/0.51	c bounds 1101 >= 981 @ 0.405402
0.47/0.51	c bounds 1101 >= 982 @ 0.408424
0.47/0.52	c bounds 1101 >= 983 @ 0.414358
0.47/0.57	c bounds 1100 >= 983 @ 0.456586
0.47/0.57	c bounds 1100 >= 984 @ 0.462467
0.47/0.59	c bounds 1100 >= 985 @ 0.475994
0.55/0.62	c bounds 1099 >= 985 @ 0.506408
0.55/0.62	c bounds 1099 >= 986 @ 0.510614
0.55/0.67	c bounds 1098 >= 986 @ 0.55384
0.65/0.73	c bounds 1098 >= 987 @ 0.607382
0.65/0.76	c #Conflicts:       1000 | #Constraints:       8524
0.65/0.76	c bounds 1097 >= 987 @ 0.639228
0.75/0.84	c bounds 1096 >= 987 @ 0.71596
0.75/0.89	c bounds 1095 >= 987 @ 0.761315
1.15/1.20	c bounds 1095 >= 988 @ 1.06653
1.45/1.50	c #Conflicts:       2000 | #Constraints:       9557
1.45/1.50	c INPROCESSING
1.45/1.50	c GARBAGE COLLECT
1.45/1.50	c rational objective 988
1.45/1.57	c bounds 1094 >= 988 @ 1.42189
1.55/1.63	c bounds 1093 >= 988 @ 1.47352
1.55/1.68	c bounds 1092 >= 988 @ 1.52799
1.75/1.82	c bounds 1091 >= 988 @ 1.66213
1.75/1.88	c bounds 1090 >= 988 @ 1.72107
1.85/1.97	c #Conflicts:       3000 | #Constraints:       8470
1.85/1.97	c bounds 1089 >= 988 @ 1.80371
2.74/2.86	c bounds 1089 >= 989 @ 2.68497
2.85/2.92	c #Conflicts:       4000 | #Constraints:       9546
2.85/2.92	c bounds 1088 >= 989 @ 2.73654
2.85/2.95	c bounds 1087 >= 989 @ 2.76698
3.15/3.26	c INPROCESSING
3.15/3.26	c GARBAGE COLLECT
3.15/3.26	c rational objective 989
3.25/3.32	c bounds 1086 >= 989 @ 3.12433
3.25/3.35	c bounds 1085 >= 989 @ 3.15181
3.25/3.39	c bounds 1084 >= 989 @ 3.1991
3.35/3.44	c bounds 1083 >= 989 @ 3.24894
3.35/3.49	c bounds 1082 >= 989 @ 3.29719
3.44/3.53	c bounds 1081 >= 989 @ 3.33627
3.44/3.58	c #Conflicts:       5000 | #Constraints:       8855
3.44/3.58	c bounds 1080 >= 989 @ 3.37926
3.54/3.62	c bounds 1079 >= 989 @ 3.41854
3.54/3.66	c bounds 1078 >= 989 @ 3.46179
3.64/3.71	c bounds 1077 >= 989 @ 3.50893
3.64/3.75	c bounds 1076 >= 989 @ 3.5468
3.64/3.79	c bounds 1075 >= 989 @ 3.58028
3.74/3.83	c bounds 1074 >= 989 @ 3.62188
3.74/3.87	c bounds 1073 >= 989 @ 3.65602
3.84/3.91	c bounds 1072 >= 989 @ 3.69609
3.84/3.96	c #Conflicts:       6000 | #Constraints:       9864
3.84/3.96	c bounds 1071 >= 989 @ 3.74432
3.95/4.01	c bounds 1070 >= 989 @ 3.79239
3.95/4.05	c bounds 1069 >= 989 @ 3.82932
3.95/4.10	c bounds 1068 >= 989 @ 3.87118
4.05/4.17	c INPROCESSING
4.05/4.17	c GARBAGE COLLECT
4.05/4.17	c bounds 1067 >= 989 @ 3.94662
4.15/4.28	c bounds 1066 >= 989 @ 4.05171
5.05/5.16	c #Conflicts:       7000 | #Constraints:       8815
5.05/5.16	c #Conflicts:       8000 | #Constraints:       9815
5.05/5.16	c bounds 1066 >= 990 @ 4.91899
5.14/5.21	c bounds 1065 >= 990 @ 4.9627
5.14/5.24	c bounds 1064 >= 990 @ 4.99397
5.14/5.28	c bounds 1063 >= 990 @ 5.03699
5.24/5.33	c bounds 1062 >= 990 @ 5.08101
5.34/5.40	c bounds 1061 >= 990 @ 5.15258
5.63/5.74	c #Conflicts:       9000 | #Constraints:      10904
5.63/5.74	c INPROCESSING
5.63/5.74	c GARBAGE COLLECT
5.63/5.74	c rational objective 990
5.74/5.82	c bounds 1060 >= 990 @ 5.55767
5.84/5.92	c bounds 1059 >= 990 @ 5.65869
5.94/6.01	c bounds 1058 >= 990 @ 5.75165
6.14/6.21	c #Conflicts:      10000 | #Constraints:       9585
6.14/6.21	c bounds 1057 >= 990 @ 5.94663
6.23/6.30	c bounds 1056 >= 990 @ 6.03184
6.33/6.46	c #Conflicts:      11000 | #Constraints:      10588
6.33/6.46	c bounds 1055 >= 990 @ 6.18424
6.44/6.55	c bounds 1054 >= 990 @ 6.27336
6.64/6.70	c bounds 1053 >= 990 @ 6.41924
7.23/7.34	c #Conflicts:      12000 | #Constraints:      11597
7.23/7.34	c INPROCESSING
7.23/7.34	c GARBAGE COLLECT
7.23/7.34	c rational objective 990
7.33/7.41	c bounds 1052 >= 990 @ 7.11984
7.53/7.61	c bounds 1051 >= 990 @ 7.32093
7.53/7.68	c bounds 1050 >= 990 @ 7.39156
7.63/7.74	c #Conflicts:      13000 | #Constraints:      10018
7.63/7.74	c bounds 1049 >= 990 @ 7.44286
8.63/8.70	c #Conflicts:      14000 | #Constraints:      11019
8.63/8.70	c #Conflicts:      15000 | #Constraints:      12020
8.63/8.70	c INPROCESSING
8.63/8.70	c GARBAGE COLLECT
8.63/8.70	c rational objective 990
9.33/9.46	c #Conflicts:      16000 | #Constraints:      10226
9.33/9.46	c bounds 1049 >= 991 @ 9.11905
9.93/10.09	c #Conflicts:      17000 | #Constraints:      11310
9.93/10.09	c #Conflicts:      18000 | #Constraints:      12310
9.93/10.09	c INPROCESSING
9.93/10.09	c GARBAGE COLLECT
9.93/10.09	c rational objective 991
11.22/11.37	c #Conflicts:      19000 | #Constraints:      10285
11.22/11.37	c #Conflicts:      20000 | #Constraints:      11285
11.22/11.37	c #Conflicts:      21000 | #Constraints:      12285
11.22/11.37	c INPROCESSING
11.22/11.37	c GARBAGE COLLECT
11.22/11.37	c rational objective 991
12.12/12.22	c #Conflicts:      22000 | #Constraints:      10062
12.12/12.22	c #Conflicts:      23000 | #Constraints:      11063
12.12/12.22	c bounds 1048 >= 991 @ 11.8141
12.42/12.55	c #Conflicts:      24000 | #Constraints:      12097
12.42/12.55	c bounds 1047 >= 991 @ 12.1286
13.12/13.27	c #Conflicts:      25000 | #Constraints:      13110
13.12/13.27	c INPROCESSING
13.12/13.27	c GARBAGE COLLECT
13.12/13.27	c rational objective 991
14.51/14.60	c #Conflicts:      26000 | #Constraints:      10726
14.51/14.60	c #Conflicts:      27000 | #Constraints:      11727
14.51/14.60	c #Conflicts:      28000 | #Constraints:      12745
14.51/14.60	c bounds 1046 >= 991 @ 14.137
14.62/14.73	WSVECS04 Frhs2[1]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[3]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[4]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[9]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[14]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[26]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[34]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[36]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[39]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[40]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[42]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[49]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[59]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[61]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[66]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[74]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[75]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[94]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[95]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[116]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[128]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[140]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[150]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[160]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[168]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[191]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[192]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[207]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[214]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[217]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[222]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[250]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[263]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[339]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[343]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[347]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[353]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[355]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[379]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[423]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[426]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[427]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[463]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[545]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[589]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[628]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[646]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[660]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[673]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[690]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[698]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[718]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[724]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[725]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[727]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[730]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[732]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[744]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[760]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[763]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[765]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[777]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[786]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[818]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[852]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[857]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[865]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[960]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[986]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[989]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[991]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[996]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1012]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1030]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1037]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1040]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1085]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1087]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1092]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1112]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1161]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1166]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1167]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1169]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1178]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1179]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1187]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1196]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1225]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1234]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1242]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1246]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1285]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1286]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1297]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1302]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1308]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1310]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1313]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1314]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1315]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1317]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1320]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1324]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1334]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1341]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1343]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1354]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1360]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1364]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1368]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1386]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1389]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1410]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1411]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1413]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1421]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1422]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1425]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1452]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1455]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1456]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1457]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1460]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1468]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1472]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1477]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1488]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1490]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1501]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1504]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1509]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1511]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1514]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1522]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1552]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1559]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1567]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1577]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1584]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1588]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1589]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1616]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1621]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1624]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1637]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1642]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1645]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1651]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1652]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1654]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1659]: 6 -1.00001 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1674]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1692]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1699]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1708]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1734]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1745]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1746]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1749]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1765]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1766]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1789]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1792]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1807]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1815]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1821]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1832]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1836]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1837]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1839]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1851]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1865]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1867]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1881]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1884]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1902]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1909]: 6 -1.00003 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1913]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1917]: 6 -1.00007 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1933]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1936]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1939]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1943]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1946]: 6 -1.00004 0 shouldn't be
14.62/14.73	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
15.11/15.25	c #Conflicts:      29000 | #Constraints:      13774
15.11/15.25	c INPROCESSING
15.11/15.25	c GARBAGE COLLECT
15.11/15.25	c rational objective 991
15.62/15.79	c #Conflicts:      30000 | #Constraints:      11169
15.62/15.79	c bounds 1046 >= 992 @ 15.296
16.61/16.79	c #Conflicts:      31000 | #Constraints:      12241
16.61/16.79	c #Conflicts:      32000 | #Constraints:      13242
16.61/16.79	c #Conflicts:      33000 | #Constraints:      14275
16.61/16.79	c INPROCESSING
16.61/16.79	c GARBAGE COLLECT
16.61/16.79	c rational objective 992
18.30/18.43	c #Conflicts:      34000 | #Constraints:      11431
18.30/18.43	c #Conflicts:      35000 | #Constraints:      12431
18.30/18.43	c #Conflicts:      36000 | #Constraints:      13431
18.30/18.43	c #Conflicts:      37000 | #Constraints:      14431
18.30/18.43	c INPROCESSING
18.30/18.43	c GARBAGE COLLECT
18.30/18.43	c rational objective 992
21.70/21.80	c #Conflicts:      38000 | #Constraints:      11436
21.70/21.80	c #Conflicts:      39000 | #Constraints:      12500
21.70/21.80	c #Conflicts:      40000 | #Constraints:      13618
21.70/21.80	c #Conflicts:      41000 | #Constraints:      14634
21.70/21.80	c INPROCESSING
21.70/21.80	c GARBAGE COLLECT
21.70/21.80	c rational objective 992
23.39/23.59	c #Conflicts:      42000 | #Constraints:      11265
23.39/23.59	c #Conflicts:      43000 | #Constraints:      12265
23.39/23.59	c #Conflicts:      44000 | #Constraints:      13265
23.39/23.59	c #Conflicts:      45000 | #Constraints:      14265
23.39/23.59	c #Conflicts:      46000 | #Constraints:      15265
23.39/23.59	c INPROCESSING
23.39/23.59	c GARBAGE COLLECT
23.39/23.59	c rational objective 992
25.09/25.23	c #Conflicts:      47000 | #Constraints:      11847
25.09/25.23	c #Conflicts:      48000 | #Constraints:      12847
25.09/25.23	c #Conflicts:      49000 | #Constraints:      13847
25.09/25.23	c #Conflicts:      50000 | #Constraints:      14847
25.09/25.23	c bounds 1046 >= 993 @ 24.5624
25.59/25.78	c #Conflicts:      51000 | #Constraints:      15904
25.59/25.78	c INPROCESSING
25.59/25.78	c GARBAGE COLLECT
25.59/25.78	c rational objective 993
27.08/27.29	c #Conflicts:      52000 | #Constraints:      12201
27.08/27.29	c #Conflicts:      53000 | #Constraints:      13202
27.08/27.29	c bounds 1045 >= 993 @ 26.5769
29.18/29.35	c #Conflicts:      54000 | #Constraints:      14240
29.18/29.35	c #Conflicts:      55000 | #Constraints:      15240
29.18/29.35	c #Conflicts:      56000 | #Constraints:      16240
29.18/29.35	c INPROCESSING
29.18/29.35	c GARBAGE COLLECT
29.18/29.35	c rational objective 993
30.28/30.47	c #Conflicts:      57000 | #Constraints:      12447
30.28/30.47	c #Conflicts:      58000 | #Constraints:      13499
30.28/30.47	c bounds 1044 >= 993 @ 29.7167
32.17/32.30	c #Conflicts:      59000 | #Constraints:      14522
32.17/32.30	c #Conflicts:      60000 | #Constraints:      15522
32.17/32.30	c #Conflicts:      61000 | #Constraints:      16522
32.17/32.30	c INPROCESSING
32.17/32.30	c GARBAGE COLLECT
32.17/32.30	c rational objective 993
34.66/34.87	c #Conflicts:      62000 | #Constraints:      12485
34.66/34.87	c #Conflicts:      63000 | #Constraints:      13485
34.66/34.87	c #Conflicts:      64000 | #Constraints:      14485
34.66/34.87	c #Conflicts:      65000 | #Constraints:      15485
34.66/34.87	c #Conflicts:      66000 | #Constraints:      16485
34.66/34.87	c INPROCESSING
34.66/34.87	c GARBAGE COLLECT
34.66/34.87	c rational objective 993
35.76/35.94	c #Conflicts:      67000 | #Constraints:      12179
35.76/35.94	c #Conflicts:      68000 | #Constraints:      13180
35.76/35.94	c #Conflicts:      69000 | #Constraints:      14206
35.76/35.94	c bounds 1043 >= 993 @ 35.0761
38.35/38.55	c #Conflicts:      70000 | #Constraints:      15227
38.35/38.55	c #Conflicts:      71000 | #Constraints:      16227
38.35/38.55	c #Conflicts:      72000 | #Constraints:      17227
38.35/38.55	c INPROCESSING
38.35/38.55	c GARBAGE COLLECT
38.35/38.55	c rational objective 993
41.95/42.18	c #Conflicts:      73000 | #Constraints:      12829
41.95/42.18	c #Conflicts:      74000 | #Constraints:      13889
41.95/42.18	c #Conflicts:      75000 | #Constraints:      14958
41.95/42.18	c #Conflicts:      76000 | #Constraints:      16009
41.95/42.18	c #Conflicts:      77000 | #Constraints:      17069
41.95/42.18	c #Conflicts:      78000 | #Constraints:      18130
41.95/42.18	c INPROCESSING
41.95/42.18	c GARBAGE COLLECT
41.95/42.18	c rational objective 993
44.74/44.97	c #Conflicts:      79000 | #Constraints:      13382
44.74/44.97	c #Conflicts:      80000 | #Constraints:      14382
44.74/44.97	c #Conflicts:      81000 | #Constraints:      15382
44.74/44.97	c #Conflicts:      82000 | #Constraints:      16382
44.74/44.97	c #Conflicts:      83000 | #Constraints:      17382
44.74/44.97	c #Conflicts:      84000 | #Constraints:      18382
44.74/44.97	c INPROCESSING
44.74/44.97	c GARBAGE COLLECT
44.74/44.97	c rational objective 993
44.94/45.13	c bounds 1042 >= 993 @ 44.1076
48.43/48.63	c #Conflicts:      85000 | #Constraints:      13527
48.43/48.63	c #Conflicts:      86000 | #Constraints:      14577
48.43/48.63	c #Conflicts:      87000 | #Constraints:      15634
48.43/48.63	c #Conflicts:      88000 | #Constraints:      16693
48.43/48.63	c #Conflicts:      89000 | #Constraints:      17749
48.43/48.63	c #Conflicts:      90000 | #Constraints:      18794
48.43/48.63	c INPROCESSING
48.43/48.63	c GARBAGE COLLECT
48.43/48.63	c rational objective 993
50.22/50.40	c #Conflicts:      91000 | #Constraints:      13612
50.22/50.40	c #Conflicts:      92000 | #Constraints:      14612
50.22/50.40	c #Conflicts:      93000 | #Constraints:      15612
50.22/50.40	c bounds 1042 >= 994 @ 49.2831
51.72/51.94	c #Conflicts:      94000 | #Constraints:      16681
51.72/51.94	c #Conflicts:      95000 | #Constraints:      17681
51.72/51.94	c #Conflicts:      96000 | #Constraints:      18681
51.72/51.94	c INPROCESSING
51.72/51.94	c GARBAGE COLLECT
51.72/51.94	c rational objective 994
54.41/54.60	c #Conflicts:      97000 | #Constraints:      13384
54.41/54.60	c #Conflicts:      98000 | #Constraints:      14384
54.41/54.60	c #Conflicts:      99000 | #Constraints:      15384
54.41/54.60	c #Conflicts:     100000 | #Constraints:      16384
54.41/54.60	c #Conflicts:     101000 | #Constraints:      17384
54.41/54.60	c #Conflicts:     102000 | #Constraints:      18384
54.41/54.60	c #Conflicts:     103000 | #Constraints:      19384
54.41/54.60	c INPROCESSING
54.41/54.60	c GARBAGE COLLECT
54.41/54.60	c rational objective 994
58.60/58.81	c #Conflicts:     104000 | #Constraints:      13938
58.60/58.81	c #Conflicts:     105000 | #Constraints:      14975
58.60/58.81	c #Conflicts:     106000 | #Constraints:      16068
58.60/58.81	c #Conflicts:     107000 | #Constraints:      17137
58.60/58.81	c #Conflicts:     108000 | #Constraints:      18216
58.60/58.81	c #Conflicts:     109000 | #Constraints:      19276
58.60/58.81	c #Conflicts:     110000 | #Constraints:      20328
58.60/58.81	c INPROCESSING
58.60/58.81	c GARBAGE COLLECT
58.60/58.81	c rational objective 994
61.99/62.22	c #Conflicts:     111000 | #Constraints:      14473
61.99/62.22	c #Conflicts:     112000 | #Constraints:      15473
61.99/62.22	c #Conflicts:     113000 | #Constraints:      16473
61.99/62.22	c #Conflicts:     114000 | #Constraints:      17473
61.99/62.22	c #Conflicts:     115000 | #Constraints:      18473
61.99/62.22	c #Conflicts:     116000 | #Constraints:      19473
61.99/62.22	c #Conflicts:     117000 | #Constraints:      20473
61.99/62.22	c INPROCESSING
61.99/62.22	c GARBAGE COLLECT
61.99/62.22	c rational objective 994
63.59/63.86	c #Conflicts:     118000 | #Constraints:      14602
63.59/63.86	c #Conflicts:     119000 | #Constraints:      15642
63.59/63.86	c #Conflicts:     120000 | #Constraints:      16703
63.59/63.86	c bounds 1041 >= 994 @ 62.4881
68.47/68.70	c #Conflicts:     121000 | #Constraints:      17737
68.47/68.70	c #Conflicts:     122000 | #Constraints:      18737
68.47/68.70	c #Conflicts:     123000 | #Constraints:      19737
68.47/68.70	c #Conflicts:     124000 | #Constraints:      20737
68.47/68.70	c INPROCESSING
68.47/68.70	c GARBAGE COLLECT
68.47/68.70	c rational objective 994
69.08/69.34	c #Conflicts:     125000 | #Constraints:      14660
69.08/69.34	c bounds 1040 >= 994 @ 67.9095
73.46/73.74	c #Conflicts:     126000 | #Constraints:      15699
73.46/73.74	c #Conflicts:     127000 | #Constraints:      16699
73.46/73.74	c #Conflicts:     128000 | #Constraints:      17699
73.46/73.74	c #Conflicts:     129000 | #Constraints:      18702
73.46/73.74	c #Conflicts:     130000 | #Constraints:      19773
73.46/73.74	c #Conflicts:     131000 | #Constraints:      20827
73.46/73.74	c INPROCESSING
73.46/73.74	c GARBAGE COLLECT
73.46/73.74	c rational objective 994
77.35/77.61	c #Conflicts:     132000 | #Constraints:      14467
77.35/77.61	c #Conflicts:     133000 | #Constraints:      15467
77.35/77.61	c #Conflicts:     134000 | #Constraints:      16467
77.35/77.61	c #Conflicts:     135000 | #Constraints:      17467
77.35/77.61	c #Conflicts:     136000 | #Constraints:      18467
77.35/77.61	c #Conflicts:     137000 | #Constraints:      19467
77.35/77.61	c #Conflicts:     138000 | #Constraints:      20467
77.35/77.61	c #Conflicts:     139000 | #Constraints:      21467
77.35/77.61	c INPROCESSING
77.35/77.61	c GARBAGE COLLECT
77.35/77.61	c rational objective 994
78.54/78.86	c #Conflicts:     140000 | #Constraints:      14997
78.54/78.86	c #Conflicts:     141000 | #Constraints:      16047
78.54/78.86	c bounds 1039 >= 994 @ 77.2565
82.23/82.55	c #Conflicts:     142000 | #Constraints:      17113
82.23/82.55	c #Conflicts:     143000 | #Constraints:      18113
82.23/82.55	c #Conflicts:     144000 | #Constraints:      19113
82.23/82.55	c #Conflicts:     145000 | #Constraints:      20113
82.23/82.55	c #Conflicts:     146000 | #Constraints:      21113
82.23/82.55	c #Conflicts:     147000 | #Constraints:      22113
82.23/82.55	c INPROCESSING
82.23/82.55	c GARBAGE COLLECT
82.23/82.55	c rational objective 994
87.52/87.82	c #Conflicts:     148000 | #Constraints:      15432
87.52/87.82	c #Conflicts:     149000 | #Constraints:      16492
87.52/87.82	c #Conflicts:     150000 | #Constraints:      17531
87.52/87.82	c #Conflicts:     151000 | #Constraints:      18586
87.52/87.82	c #Conflicts:     152000 | #Constraints:      19633
87.52/87.82	c #Conflicts:     153000 | #Constraints:      20686
87.52/87.82	c #Conflicts:     154000 | #Constraints:      21720
87.52/87.82	c bounds 1038 >= 994 @ 86.0888
87.83/88.15	c #Conflicts:     155000 | #Constraints:      22763
87.83/88.15	c INPROCESSING
87.83/88.15	c GARBAGE COLLECT
87.83/88.15	c rational objective 994
91.81/92.11	c #Conflicts:     156000 | #Constraints:      15763
91.81/92.11	c #Conflicts:     157000 | #Constraints:      16763
91.81/92.11	c #Conflicts:     158000 | #Constraints:      17763
91.81/92.11	c #Conflicts:     159000 | #Constraints:      18763
91.81/92.11	c #Conflicts:     160000 | #Constraints:      19763
91.81/92.11	c #Conflicts:     161000 | #Constraints:      20763
91.81/92.11	c #Conflicts:     162000 | #Constraints:      21763
91.81/92.11	c #Conflicts:     163000 | #Constraints:      22763
91.81/92.11	c INPROCESSING
91.81/92.11	c GARBAGE COLLECT
91.81/92.11	c rational objective 994
97.49/97.88	c #Conflicts:     164000 | #Constraints:      15644
97.49/97.88	c #Conflicts:     165000 | #Constraints:      16651
97.49/97.88	c #Conflicts:     166000 | #Constraints:      17713
97.49/97.88	c #Conflicts:     167000 | #Constraints:      18788
97.49/97.88	c #Conflicts:     168000 | #Constraints:      19852
97.49/97.88	c #Conflicts:     169000 | #Constraints:      20905
97.49/97.88	c #Conflicts:     170000 | #Constraints:      21959
97.49/97.88	c #Conflicts:     171000 | #Constraints:      22995
97.49/97.88	c INPROCESSING
97.49/97.88	c GARBAGE COLLECT
97.49/97.88	c rational objective 994
102.08/102.47	c #Conflicts:     172000 | #Constraints:      15550
102.08/102.47	c #Conflicts:     173000 | #Constraints:      16550
102.08/102.47	c #Conflicts:     174000 | #Constraints:      17550
102.08/102.47	c #Conflicts:     175000 | #Constraints:      18550
102.08/102.47	c #Conflicts:     176000 | #Constraints:      19550
102.08/102.47	c #Conflicts:     177000 | #Constraints:      20550
102.08/102.47	c #Conflicts:     178000 | #Constraints:      21550
102.08/102.47	c #Conflicts:     179000 | #Constraints:      22550
102.08/102.47	c #Conflicts:     180000 | #Constraints:      23550
102.08/102.47	c INPROCESSING
102.08/102.47	c GARBAGE COLLECT
102.08/102.47	c rational objective 994
106.57/106.90	c #Conflicts:     181000 | #Constraints:      16051
106.57/106.90	c #Conflicts:     182000 | #Constraints:      17051
106.57/106.90	c #Conflicts:     183000 | #Constraints:      18051
106.57/106.90	c #Conflicts:     184000 | #Constraints:      19051
106.57/106.90	c #Conflicts:     185000 | #Constraints:      20051
106.57/106.90	c #Conflicts:     186000 | #Constraints:      21051
106.57/106.90	c #Conflicts:     187000 | #Constraints:      22051
106.57/106.90	c #Conflicts:     188000 | #Constraints:      23051
106.57/106.90	c #Conflicts:     189000 | #Constraints:      24051
106.57/106.90	c INPROCESSING
106.57/106.90	c GARBAGE COLLECT
106.57/106.90	c rational objective 994
111.56/111.99	c #Conflicts:     190000 | #Constraints:      16399
111.56/111.99	c #Conflicts:     191000 | #Constraints:      17423
111.56/111.99	c #Conflicts:     192000 | #Constraints:      18430
111.56/111.99	c #Conflicts:     193000 | #Constraints:      19479
111.56/111.99	c #Conflicts:     194000 | #Constraints:      20520
111.56/111.99	c #Conflicts:     195000 | #Constraints:      21562
111.56/111.99	c #Conflicts:     196000 | #Constraints:      22603
111.56/111.99	c #Conflicts:     197000 | #Constraints:      23660
111.56/111.99	c #Conflicts:     198000 | #Constraints:      24700
111.56/111.99	c INPROCESSING
111.56/111.99	c GARBAGE COLLECT
111.56/111.99	c rational objective 994
116.75/117.16	c #Conflicts:     199000 | #Constraints:      16671
116.75/117.16	c #Conflicts:     200000 | #Constraints:      17671
116.75/117.16	c #Conflicts:     201000 | #Constraints:      18671
116.75/117.16	c #Conflicts:     202000 | #Constraints:      19671
116.75/117.16	c #Conflicts:     203000 | #Constraints:      20671
116.75/117.16	c #Conflicts:     204000 | #Constraints:      21671
116.75/117.16	c #Conflicts:     205000 | #Constraints:      22671
116.75/117.16	c #Conflicts:     206000 | #Constraints:      23671
116.75/117.16	c #Conflicts:     207000 | #Constraints:      24671
116.75/117.16	c INPROCESSING
116.75/117.16	c GARBAGE COLLECT
116.75/117.16	c rational objective 994
117.45/117.87	c #Conflicts:     208000 | #Constraints:      16599
117.45/117.87	c bounds 1038 >= 995 @ 115.639
121.64/122.06	c #Conflicts:     209000 | #Constraints:      17671
121.64/122.06	c #Conflicts:     210000 | #Constraints:      18671
121.64/122.06	c #Conflicts:     211000 | #Constraints:      19671
121.64/122.06	c #Conflicts:     212000 | #Constraints:      20671
121.64/122.06	c #Conflicts:     213000 | #Constraints:      21671
121.64/122.06	c #Conflicts:     214000 | #Constraints:      22671
121.64/122.06	c #Conflicts:     215000 | #Constraints:      23671
121.64/122.06	c #Conflicts:     216000 | #Constraints:      24672
121.64/122.06	c INPROCESSING
121.64/122.06	c GARBAGE COLLECT
121.64/122.06	c rational objective 995
128.92/129.30	c #Conflicts:     217000 | #Constraints:      16429
128.92/129.30	c #Conflicts:     218000 | #Constraints:      17429
128.92/129.30	c #Conflicts:     219000 | #Constraints:      18430
128.92/129.30	c #Conflicts:     220000 | #Constraints:      19432
128.92/129.30	c #Conflicts:     221000 | #Constraints:      20453
128.92/129.30	c #Conflicts:     222000 | #Constraints:      21488
128.92/129.30	c #Conflicts:     223000 | #Constraints:      22506
128.92/129.30	c #Conflicts:     224000 | #Constraints:      23522
128.92/129.30	c #Conflicts:     225000 | #Constraints:      24535
128.92/129.30	c #Conflicts:     226000 | #Constraints:      25574
128.92/129.30	c INPROCESSING
128.92/129.30	c GARBAGE COLLECT
128.92/129.30	c rational objective 995
134.00/134.47	c #Conflicts:     227000 | #Constraints:      17046
134.00/134.47	c #Conflicts:     228000 | #Constraints:      18046
134.00/134.47	c #Conflicts:     229000 | #Constraints:      19046
134.00/134.47	c #Conflicts:     230000 | #Constraints:      20046
134.00/134.47	c #Conflicts:     231000 | #Constraints:      21046
134.00/134.47	c #Conflicts:     232000 | #Constraints:      22046
134.00/134.47	c #Conflicts:     233000 | #Constraints:      23046
134.00/134.47	c #Conflicts:     234000 | #Constraints:      24046
134.00/134.47	c #Conflicts:     235000 | #Constraints:      25046
134.00/134.47	c #Conflicts:     236000 | #Constraints:      26046
134.00/134.47	c INPROCESSING
134.00/134.47	c GARBAGE COLLECT
134.00/134.47	c rational objective 995
139.08/139.52	c #Conflicts:     237000 | #Constraints:      17428
139.08/139.52	c #Conflicts:     238000 | #Constraints:      18428
139.08/139.52	c #Conflicts:     239000 | #Constraints:      19428
139.08/139.52	c #Conflicts:     240000 | #Constraints:      20428
139.08/139.52	c #Conflicts:     241000 | #Constraints:      21428
139.08/139.52	c #Conflicts:     242000 | #Constraints:      22428
139.08/139.52	c #Conflicts:     243000 | #Constraints:      23428
139.08/139.52	c #Conflicts:     244000 | #Constraints:      24428
139.08/139.52	c #Conflicts:     245000 | #Constraints:      25428
139.08/139.52	c #Conflicts:     246000 | #Constraints:      26428
139.08/139.52	c INPROCESSING
139.08/139.52	c GARBAGE COLLECT
139.08/139.52	c rational objective 995
139.89/140.33	c #Conflicts:     247000 | #Constraints:      17625
139.89/140.33	c bounds 1037 >= 995 @ 137.739
146.17/146.67	c #Conflicts:     248000 | #Constraints:      18662
146.17/146.67	c #Conflicts:     249000 | #Constraints:      19695
146.17/146.67	c #Conflicts:     250000 | #Constraints:      20759
146.17/146.67	c #Conflicts:     251000 | #Constraints:      21816
146.17/146.67	c #Conflicts:     252000 | #Constraints:      22865
146.17/146.67	c #Conflicts:     253000 | #Constraints:      23911
146.17/146.67	c #Conflicts:     254000 | #Constraints:      24942
146.17/146.67	c #Conflicts:     255000 | #Constraints:      25989
146.17/146.67	c #Conflicts:     256000 | #Constraints:      27025
146.17/146.67	c INPROCESSING
146.17/146.67	c GARBAGE COLLECT
146.17/146.67	c rational objective 995
151.95/152.45	c #Conflicts:     257000 | #Constraints:      17775
151.95/152.45	c #Conflicts:     258000 | #Constraints:      18775
151.95/152.45	c #Conflicts:     259000 | #Constraints:      19775
151.95/152.45	c #Conflicts:     260000 | #Constraints:      20775
151.95/152.45	c #Conflicts:     261000 | #Constraints:      21775
151.95/152.45	c #Conflicts:     262000 | #Constraints:      22775
151.95/152.45	c #Conflicts:     263000 | #Constraints:      23775
151.95/152.45	c #Conflicts:     264000 | #Constraints:      24775
151.95/152.45	c #Conflicts:     265000 | #Constraints:      25775
151.95/152.45	c #Conflicts:     266000 | #Constraints:      26775
151.95/152.45	c INPROCESSING
151.95/152.45	c GARBAGE COLLECT
151.95/152.45	c rational objective 995
157.83/158.30	c #Conflicts:     267000 | #Constraints:      17489
157.83/158.30	c #Conflicts:     268000 | #Constraints:      18489
157.83/158.30	c #Conflicts:     269000 | #Constraints:      19489
157.83/158.30	c #Conflicts:     270000 | #Constraints:      20489
157.83/158.30	c #Conflicts:     271000 | #Constraints:      21489
157.83/158.30	c #Conflicts:     272000 | #Constraints:      22489
157.83/158.30	c #Conflicts:     273000 | #Constraints:      23489
157.83/158.30	c #Conflicts:     274000 | #Constraints:      24489
157.83/158.30	c #Conflicts:     275000 | #Constraints:      25489
157.83/158.30	c #Conflicts:     276000 | #Constraints:      26489
157.83/158.30	c #Conflicts:     277000 | #Constraints:      27489
157.83/158.30	c INPROCESSING
157.83/158.30	c GARBAGE COLLECT
157.83/158.30	c rational objective 995
164.32/164.81	c #Conflicts:     278000 | #Constraints:      18066
164.32/164.81	c #Conflicts:     279000 | #Constraints:      19090
164.32/164.81	c #Conflicts:     280000 | #Constraints:      20132
164.32/164.81	c #Conflicts:     281000 | #Constraints:      21204
164.32/164.81	c #Conflicts:     282000 | #Constraints:      22251
164.32/164.81	c #Conflicts:     283000 | #Constraints:      23309
164.32/164.81	c #Conflicts:     284000 | #Constraints:      24351
164.32/164.81	c #Conflicts:     285000 | #Constraints:      25384
164.32/164.81	c #Conflicts:     286000 | #Constraints:      26424
164.32/164.81	c #Conflicts:     287000 | #Constraints:      27464
164.32/164.81	c #Conflicts:     288000 | #Constraints:      28496
164.32/164.81	c INPROCESSING
164.32/164.81	c GARBAGE COLLECT
164.32/164.81	c rational objective 995
170.81/171.36	c #Conflicts:     289000 | #Constraints:      18589
170.81/171.36	c #Conflicts:     290000 | #Constraints:      19589
170.81/171.36	c #Conflicts:     291000 | #Constraints:      20589
170.81/171.36	c #Conflicts:     292000 | #Constraints:      21589
170.81/171.36	c #Conflicts:     293000 | #Constraints:      22589
170.81/171.36	c #Conflicts:     294000 | #Constraints:      23589
170.81/171.36	c #Conflicts:     295000 | #Constraints:      24589
170.81/171.36	c #Conflicts:     296000 | #Constraints:      25589
170.81/171.36	c #Conflicts:     297000 | #Constraints:      26589
170.81/171.36	c #Conflicts:     298000 | #Constraints:      27589
170.81/171.36	c #Conflicts:     299000 | #Constraints:      28589
170.81/171.36	c INPROCESSING
170.81/171.36	c GARBAGE COLLECT
170.81/171.36	c rational objective 995
175.69/176.23	c #Conflicts:     300000 | #Constraints:      18706
175.69/176.23	c #Conflicts:     301000 | #Constraints:      19753
175.69/176.23	c #Conflicts:     302000 | #Constraints:      20805
175.69/176.23	c #Conflicts:     303000 | #Constraints:      21847
175.69/176.23	c #Conflicts:     304000 | #Constraints:      22904
175.69/176.23	c #Conflicts:     305000 | #Constraints:      23940
175.69/176.23	c #Conflicts:     306000 | #Constraints:      24970
175.69/176.23	c bounds 1036 >= 995 @ 173.059
175.89/176.43	WSVECS04 Frhs2[3]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[7]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[9]: 6 -1.00001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[10]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[11]: 6 -1.00009 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[12]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[13]: 6 -1.00002 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[14]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[22]: 6 -1.0001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[23]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[25]: 6 -1.00003 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[26]: 6 -1.00001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[30]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[32]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[37]: 6 -1.0001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[38]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[39]: 6 -1.0001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[41]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[42]: 6 -1.00006 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[46]: 6 -1.0001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[51]: 6 -1.00009 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[55]: 6 -1.00003 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[57]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[61]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[64]: 6 -1.00009 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[65]: 6 -1.00001 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[66]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[68]: 6 -1.00003 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[77]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[79]: 6 -1.00009 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[81]: 6 -1.00004 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[83]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[86]: 6 -1.00006 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[87]: 6 -1.00008 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
175.89/176.43	WSVECS04 Frhs2[89]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[91]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[94]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[95]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[100]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[107]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[110]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[114]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[117]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[119]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[123]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[127]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[129]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[131]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[135]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[137]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[139]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[141]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[142]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[153]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[154]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[156]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[163]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[165]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[172]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[173]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[177]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[178]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[179]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[182]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[183]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[186]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[187]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[188]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[192]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[201]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[207]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[209]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[217]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[218]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[235]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[237]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[240]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[241]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[242]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[252]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[258]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[259]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[261]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[262]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[263]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[269]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[270]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[271]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[287]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[288]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[291]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[300]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[304]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[305]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[306]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[307]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[308]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[311]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[314]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[315]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[320]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[321]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[323]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[325]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[335]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[339]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[342]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[345]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[347]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[349]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[350]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[353]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[355]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[357]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[358]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[360]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[361]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[362]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[366]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[367]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[368]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[373]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[375]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[379]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[382]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[383]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[384]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[386]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[387]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[390]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[397]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[400]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[403]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[405]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[412]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[414]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[420]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[426]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[427]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[428]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[434]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[436]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[437]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[441]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[445]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[458]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[460]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[475]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[477]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[478]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[479]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[488]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[491]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[492]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[496]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[500]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[507]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[511]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[515]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[519]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[523]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[527]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[529]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[534]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[538]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[543]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[562]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[563]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[566]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[572]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[577]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[579]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[581]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[586]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[588]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[591]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[593]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[594]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[595]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[606]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[617]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[621]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[622]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[626]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[629]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[635]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[637]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[638]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[640]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[648]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[659]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[662]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[663]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[664]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[667]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[673]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[678]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[688]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[699]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[712]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[716]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[717]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[718]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[721]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[724]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[726]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[733]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[735]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[737]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[738]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[744]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[756]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[762]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[763]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[767]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[774]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[777]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[782]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[783]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[788]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[793]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[799]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[802]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[814]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[817]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[818]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[824]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[826]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[844]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[850]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[852]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[853]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[854]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[864]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[865]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[873]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[878]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[888]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[889]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[913]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[914]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[922]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[924]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[926]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[932]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[933]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[939]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[944]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[946]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[947]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[952]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[957]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[958]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[967]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[969]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[977]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[980]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[986]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[987]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[989]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[993]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[997]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[999]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1004]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1012]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1018]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1023]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1024]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1027]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1030]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1031]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1037]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1044]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1046]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1055]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1056]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1068]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1069]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1070]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1091]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1093]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1096]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1109]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1112]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1122]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1131]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1133]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1137]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1166]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1167]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1171]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1177]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1178]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1180]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1183]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1190]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1196]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1205]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1207]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1214]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1216]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1217]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1221]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1226]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1228]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1229]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1230]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1238]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1239]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1245]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1246]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1252]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1259]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1260]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1266]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1271]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1273]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1275]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1276]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1279]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1284]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1286]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1287]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1289]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1293]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1294]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1303]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1305]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1308]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1310]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1311]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1313]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1314]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1317]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1320]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1324]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1326]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1329]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1330]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1338]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1345]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1346]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1357]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1362]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1364]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1367]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1369]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1377]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1386]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1388]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1390]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1395]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1400]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1404]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1414]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1415]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1418]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1423]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1425]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1435]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1437]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1443]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1447]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1448]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1449]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1452]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1457]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1461]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1462]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1468]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1469]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1470]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1471]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1478]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1480]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1482]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1485]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1487]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1490]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1492]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1499]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1502]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1504]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1506]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1509]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1514]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1525]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1534]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1540]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1542]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1544]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1545]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1558]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1559]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1560]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1562]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1563]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1564]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1567]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1571]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1573]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1577]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1580]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1583]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1584]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1587]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1588]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1589]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1598]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1603]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1607]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1612]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1613]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1614]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1616]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1620]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1623]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1628]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1629]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1632]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1633]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1635]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1637]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1639]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1643]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1645]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1647]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1648]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1651]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1659]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1665]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1666]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1669]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1671]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1673]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1674]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1676]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1677]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1679]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1681]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1682]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1684]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1691]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1692]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1697]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1702]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1703]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1704]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1710]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1711]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1713]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1718]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1721]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1723]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1731]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1732]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1734]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1737]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1742]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1743]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1745]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1746]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1749]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1754]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1760]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1761]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1763]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1765]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1767]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1769]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1774]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1775]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1778]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1781]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1786]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1789]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1790]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1794]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1797]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1800]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1803]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1804]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1807]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1812]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1816]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1817]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1818]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1819]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1821]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1823]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1830]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1832]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1836]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1837]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1839]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1844]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1850]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1851]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1853]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1854]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1857]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1858]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1860]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1862]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1865]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1867]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1871]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1874]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1875]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1881]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1882]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1884]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1885]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1886]: 6 -1.00005 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1888]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1890]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1896]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1898]: 6 -1.00007 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1901]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1902]: 6 -1.00004 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1903]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1909]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1911]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1913]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1916]: 6 -1.00008 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1917]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1919]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1920]: 6 -1.00006 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1933]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1936]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1937]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1942]: 6 -1.00003 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1943]: 6 -1.00001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1955]: 6 -1.0001 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1956]: 6 -1.00009 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1957]: 6 -1.00002 0 shouldn't be
175.89/176.44	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
181.17/181.75	c #Conflicts:     307000 | #Constraints:      25992
181.17/181.75	c #Conflicts:     308000 | #Constraints:      26992
181.17/181.75	c #Conflicts:     309000 | #Constraints:      27992
181.17/181.75	c #Conflicts:     310000 | #Constraints:      28992
181.17/181.75	c INPROCESSING
181.17/181.75	c GARBAGE COLLECT
181.17/181.75	c rational objective 995
189.25/189.88	c #Conflicts:     311000 | #Constraints:      18804
189.25/189.88	c #Conflicts:     312000 | #Constraints:      19886
189.25/189.88	c #Conflicts:     313000 | #Constraints:      20966
189.25/189.88	c #Conflicts:     314000 | #Constraints:      22016
189.25/189.88	c #Conflicts:     315000 | #Constraints:      23061
189.25/189.88	c #Conflicts:     316000 | #Constraints:      24104
189.25/189.88	c #Conflicts:     317000 | #Constraints:      25141
189.25/189.88	c #Conflicts:     318000 | #Constraints:      26174
189.25/189.88	c #Conflicts:     319000 | #Constraints:      27212
189.25/189.88	c #Conflicts:     320000 | #Constraints:      28232
189.25/189.88	c #Conflicts:     321000 | #Constraints:      29262
189.25/189.88	c INPROCESSING
189.25/189.88	c GARBAGE COLLECT
189.25/189.88	c rational objective 995
196.93/197.56	c #Conflicts:     322000 | #Constraints:      18688
196.93/197.56	c #Conflicts:     323000 | #Constraints:      19688
196.93/197.56	c #Conflicts:     324000 | #Constraints:      20688
196.93/197.56	c #Conflicts:     325000 | #Constraints:      21688
196.93/197.56	c #Conflicts:     326000 | #Constraints:      22688
196.93/197.56	c #Conflicts:     327000 | #Constraints:      23688
196.93/197.56	c #Conflicts:     328000 | #Constraints:      24688
196.93/197.56	c #Conflicts:     329000 | #Constraints:      25688
196.93/197.56	c #Conflicts:     330000 | #Constraints:      26688
196.93/197.56	c #Conflicts:     331000 | #Constraints:      27688
196.93/197.56	c #Conflicts:     332000 | #Constraints:      28688
196.93/197.56	c #Conflicts:     333000 | #Constraints:      29688
196.93/197.56	c INPROCESSING
196.93/197.56	c GARBAGE COLLECT
196.93/197.56	c rational objective 995
203.82/204.41	c #Conflicts:     334000 | #Constraints:      19153
203.82/204.41	c #Conflicts:     335000 | #Constraints:      20153
203.82/204.41	c #Conflicts:     336000 | #Constraints:      21153
203.82/204.41	c #Conflicts:     337000 | #Constraints:      22153
203.82/204.41	c #Conflicts:     338000 | #Constraints:      23153
203.82/204.41	c #Conflicts:     339000 | #Constraints:      24153
203.82/204.41	c #Conflicts:     340000 | #Constraints:      25153
203.82/204.41	c #Conflicts:     341000 | #Constraints:      26153
203.82/204.41	c #Conflicts:     342000 | #Constraints:      27153
203.82/204.41	c #Conflicts:     343000 | #Constraints:      28153
203.82/204.41	c #Conflicts:     344000 | #Constraints:      29153
203.82/204.41	c #Conflicts:     345000 | #Constraints:      30153
203.82/204.41	c INPROCESSING
203.82/204.41	c GARBAGE COLLECT
203.82/204.41	c rational objective 995
213.59/214.28	c #Conflicts:     346000 | #Constraints:      19494
213.59/214.28	c #Conflicts:     347000 | #Constraints:      20534
213.59/214.28	c #Conflicts:     348000 | #Constraints:      21586
213.59/214.28	c #Conflicts:     349000 | #Constraints:      22629
213.59/214.28	c #Conflicts:     350000 | #Constraints:      23665
213.59/214.28	c #Conflicts:     351000 | #Constraints:      24709
213.59/214.28	c #Conflicts:     352000 | #Constraints:      25754
213.59/214.28	c #Conflicts:     353000 | #Constraints:      26790
213.59/214.28	c #Conflicts:     354000 | #Constraints:      27817
213.59/214.28	c #Conflicts:     355000 | #Constraints:      28842
213.59/214.28	c #Conflicts:     356000 | #Constraints:      29894
213.59/214.28	c #Conflicts:     357000 | #Constraints:      30921
213.59/214.28	c INPROCESSING
213.59/214.28	c GARBAGE COLLECT
213.59/214.28	c rational objective 995
221.27/221.91	c #Conflicts:     358000 | #Constraints:      19799
221.27/221.91	c #Conflicts:     359000 | #Constraints:      20799
221.27/221.91	c #Conflicts:     360000 | #Constraints:      21799
221.27/221.91	c #Conflicts:     361000 | #Constraints:      22799
221.27/221.91	c #Conflicts:     362000 | #Constraints:      23799
221.27/221.91	c #Conflicts:     363000 | #Constraints:      24799
221.27/221.91	c #Conflicts:     364000 | #Constraints:      25799
221.27/221.91	c #Conflicts:     365000 | #Constraints:      26799
221.27/221.91	c #Conflicts:     366000 | #Constraints:      27799
221.27/221.91	c #Conflicts:     367000 | #Constraints:      28799
221.27/221.91	c #Conflicts:     368000 | #Constraints:      29799
221.27/221.91	c #Conflicts:     369000 | #Constraints:      30799
221.27/221.91	c INPROCESSING
221.27/221.91	c GARBAGE COLLECT
221.27/221.91	c rational objective 995
229.15/229.89	c #Conflicts:     370000 | #Constraints:      19711
229.15/229.89	c #Conflicts:     371000 | #Constraints:      20711
229.15/229.89	c #Conflicts:     372000 | #Constraints:      21711
229.15/229.89	c #Conflicts:     373000 | #Constraints:      22711
229.15/229.89	c #Conflicts:     374000 | #Constraints:      23711
229.15/229.89	c #Conflicts:     375000 | #Constraints:      24711
229.15/229.89	c #Conflicts:     376000 | #Constraints:      25711
229.15/229.89	c #Conflicts:     377000 | #Constraints:      26711
229.15/229.89	c #Conflicts:     378000 | #Constraints:      27711
229.15/229.89	c #Conflicts:     379000 | #Constraints:      28711
229.15/229.89	c #Conflicts:     380000 | #Constraints:      29711
229.15/229.89	c #Conflicts:     381000 | #Constraints:      30711
229.15/229.89	c INPROCESSING
229.15/229.89	c GARBAGE COLLECT
229.15/229.89	c rational objective 995
239.22/239.91	c #Conflicts:     382000 | #Constraints:      19478
239.22/239.91	c #Conflicts:     383000 | #Constraints:      20493
239.22/239.91	c #Conflicts:     384000 | #Constraints:      21543
239.22/239.91	c #Conflicts:     385000 | #Constraints:      22601
239.22/239.91	c #Conflicts:     386000 | #Constraints:      23642
239.22/239.91	c #Conflicts:     387000 | #Constraints:      24683
239.22/239.91	c #Conflicts:     388000 | #Constraints:      25723
239.22/239.91	c #Conflicts:     389000 | #Constraints:      26770
239.22/239.91	c #Conflicts:     390000 | #Constraints:      27834
239.22/239.91	c #Conflicts:     391000 | #Constraints:      28869
239.22/239.91	c #Conflicts:     392000 | #Constraints:      29905
239.22/239.91	c #Conflicts:     393000 | #Constraints:      30945
239.22/239.91	c #Conflicts:     394000 | #Constraints:      31974
239.22/239.91	c INPROCESSING
239.22/239.91	c GARBAGE COLLECT
239.22/239.91	c rational objective 995
247.80/248.56	c #Conflicts:     395000 | #Constraints:      20240
247.80/248.56	c #Conflicts:     396000 | #Constraints:      21240
247.80/248.56	c #Conflicts:     397000 | #Constraints:      22240
247.80/248.56	c #Conflicts:     398000 | #Constraints:      23240
247.80/248.56	c #Conflicts:     399000 | #Constraints:      24240
247.80/248.56	c #Conflicts:     400000 | #Constraints:      25240
247.80/248.56	c #Conflicts:     401000 | #Constraints:      26240
247.80/248.56	c #Conflicts:     402000 | #Constraints:      27240
247.80/248.56	c #Conflicts:     403000 | #Constraints:      28240
247.80/248.56	c #Conflicts:     404000 | #Constraints:      29240
247.80/248.56	c #Conflicts:     405000 | #Constraints:      30240
247.80/248.56	c #Conflicts:     406000 | #Constraints:      31240
247.80/248.56	c #Conflicts:     407000 | #Constraints:      32240
247.80/248.56	c INPROCESSING
247.80/248.56	c GARBAGE COLLECT
247.80/248.56	c rational objective 995
256.48/257.20	c #Conflicts:     408000 | #Constraints:      20550
256.48/257.20	c #Conflicts:     409000 | #Constraints:      21550
256.48/257.20	c #Conflicts:     410000 | #Constraints:      22550
256.48/257.20	c #Conflicts:     411000 | #Constraints:      23550
256.48/257.20	c #Conflicts:     412000 | #Constraints:      24550
256.48/257.20	c #Conflicts:     413000 | #Constraints:      25550
256.48/257.20	c #Conflicts:     414000 | #Constraints:      26550
256.48/257.20	c #Conflicts:     415000 | #Constraints:      27550
256.48/257.20	c #Conflicts:     416000 | #Constraints:      28550
256.48/257.20	c #Conflicts:     417000 | #Constraints:      29550
256.48/257.20	c #Conflicts:     418000 | #Constraints:      30550
256.48/257.20	c #Conflicts:     419000 | #Constraints:      31550
256.48/257.20	c #Conflicts:     420000 | #Constraints:      32550
256.48/257.20	c INPROCESSING
256.48/257.20	c GARBAGE COLLECT
256.48/257.20	c rational objective 995
266.75/267.56	c #Conflicts:     421000 | #Constraints:      20708
266.75/267.56	c #Conflicts:     422000 | #Constraints:      21773
266.75/267.56	c #Conflicts:     423000 | #Constraints:      22831
266.75/267.56	c #Conflicts:     424000 | #Constraints:      23911
266.75/267.56	c #Conflicts:     425000 | #Constraints:      24962
266.75/267.56	c #Conflicts:     426000 | #Constraints:      26023
266.75/267.56	c #Conflicts:     427000 | #Constraints:      27094
266.75/267.56	c #Conflicts:     428000 | #Constraints:      28152
266.75/267.56	c #Conflicts:     429000 | #Constraints:      29196
266.75/267.56	c #Conflicts:     430000 | #Constraints:      30224
266.75/267.56	c #Conflicts:     431000 | #Constraints:      31266
266.75/267.56	c #Conflicts:     432000 | #Constraints:      32315
266.75/267.56	c #Conflicts:     433000 | #Constraints:      33351
266.75/267.56	c INPROCESSING
266.75/267.56	c GARBAGE COLLECT
266.75/267.56	c rational objective 995
276.52/277.33	c #Conflicts:     434000 | #Constraints:      20917
276.52/277.33	c #Conflicts:     435000 | #Constraints:      21917
276.52/277.33	c #Conflicts:     436000 | #Constraints:      22917
276.52/277.33	c #Conflicts:     437000 | #Constraints:      23917
276.52/277.33	c #Conflicts:     438000 | #Constraints:      24917
276.52/277.33	c #Conflicts:     439000 | #Constraints:      25917
276.52/277.33	c #Conflicts:     440000 | #Constraints:      26917
276.52/277.33	c #Conflicts:     441000 | #Constraints:      27917
276.52/277.33	c #Conflicts:     442000 | #Constraints:      28917
276.52/277.33	c #Conflicts:     443000 | #Constraints:      29917
276.52/277.33	c #Conflicts:     444000 | #Constraints:      30917
276.52/277.33	c #Conflicts:     445000 | #Constraints:      31917
276.52/277.33	c #Conflicts:     446000 | #Constraints:      32917
276.52/277.33	c INPROCESSING
276.52/277.33	c GARBAGE COLLECT
276.52/277.33	c rational objective 995
291.08/291.97	c #Conflicts:     447000 | #Constraints:      20591
291.08/291.97	c #Conflicts:     448000 | #Constraints:      21594
291.08/291.97	c #Conflicts:     449000 | #Constraints:      22619
291.08/291.97	c #Conflicts:     450000 | #Constraints:      23653
291.08/291.97	c #Conflicts:     451000 | #Constraints:      24679
291.08/291.97	c #Conflicts:     452000 | #Constraints:      25732
291.08/291.97	c #Conflicts:     453000 | #Constraints:      26768
291.08/291.97	c #Conflicts:     454000 | #Constraints:      27785
291.08/291.97	c #Conflicts:     455000 | #Constraints:      28810
291.08/291.97	c #Conflicts:     456000 | #Constraints:      29854
291.08/291.97	c #Conflicts:     457000 | #Constraints:      30897
291.08/291.97	c #Conflicts:     458000 | #Constraints:      31928
291.08/291.97	c #Conflicts:     459000 | #Constraints:      32964
291.08/291.97	c #Conflicts:     460000 | #Constraints:      33993
291.08/291.97	c INPROCESSING
291.08/291.97	c GARBAGE COLLECT
291.08/291.97	c rational objective 995
300.35/301.29	c #Conflicts:     461000 | #Constraints:      21262
300.35/301.29	c #Conflicts:     462000 | #Constraints:      22262
300.35/301.29	c #Conflicts:     463000 | #Constraints:      23262
300.35/301.29	c #Conflicts:     464000 | #Constraints:      24262
300.35/301.29	c #Conflicts:     465000 | #Constraints:      25262
300.35/301.29	c #Conflicts:     466000 | #Constraints:      26262
300.35/301.29	c #Conflicts:     467000 | #Constraints:      27262
300.35/301.29	c #Conflicts:     468000 | #Constraints:      28262
300.35/301.29	c #Conflicts:     469000 | #Constraints:      29262
300.35/301.29	c #Conflicts:     470000 | #Constraints:      30262
300.35/301.29	c #Conflicts:     471000 | #Constraints:      31262
300.35/301.29	c #Conflicts:     472000 | #Constraints:      32262
300.35/301.29	c #Conflicts:     473000 | #Constraints:      33262
300.35/301.29	c #Conflicts:     474000 | #Constraints:      34262
300.35/301.29	c INPROCESSING
300.35/301.29	c GARBAGE COLLECT
300.35/301.29	c rational objective 995
310.73/311.69	c #Conflicts:     475000 | #Constraints:      21579
310.73/311.69	c #Conflicts:     476000 | #Constraints:      22579
310.73/311.69	c #Conflicts:     477000 | #Constraints:      23579
310.73/311.69	c #Conflicts:     478000 | #Constraints:      24579
310.73/311.69	c #Conflicts:     479000 | #Constraints:      25579
310.73/311.69	c #Conflicts:     480000 | #Constraints:      26579
310.73/311.69	c #Conflicts:     481000 | #Constraints:      27579
310.73/311.69	c #Conflicts:     482000 | #Constraints:      28579
310.73/311.69	c #Conflicts:     483000 | #Constraints:      29579
310.73/311.69	c #Conflicts:     484000 | #Constraints:      30579
310.73/311.69	c #Conflicts:     485000 | #Constraints:      31579
310.73/311.69	c #Conflicts:     486000 | #Constraints:      32579
310.73/311.69	c #Conflicts:     487000 | #Constraints:      33579
310.73/311.69	c #Conflicts:     488000 | #Constraints:      34579
310.73/311.69	c INPROCESSING
310.73/311.69	c GARBAGE COLLECT
310.73/311.69	c rational objective 995
320.40/321.37	c #Conflicts:     489000 | #Constraints:      21713
320.40/321.37	c #Conflicts:     490000 | #Constraints:      22713
320.40/321.37	c #Conflicts:     491000 | #Constraints:      23713
320.40/321.37	c #Conflicts:     492000 | #Constraints:      24713
320.40/321.37	c #Conflicts:     493000 | #Constraints:      25713
320.40/321.37	c #Conflicts:     494000 | #Constraints:      26713
320.40/321.37	c #Conflicts:     495000 | #Constraints:      27713
320.40/321.37	c #Conflicts:     496000 | #Constraints:      28713
320.40/321.37	c #Conflicts:     497000 | #Constraints:      29713
320.40/321.37	c #Conflicts:     498000 | #Constraints:      30713
320.40/321.37	c #Conflicts:     499000 | #Constraints:      31713
320.40/321.37	c #Conflicts:     500000 | #Constraints:      32713
320.40/321.37	c #Conflicts:     501000 | #Constraints:      33713
320.40/321.37	c #Conflicts:     502000 | #Constraints:      34713
320.40/321.37	c INPROCESSING
320.40/321.37	c GARBAGE COLLECT
320.40/321.37	c rational objective 995
324.70/325.65	c #Conflicts:     503000 | #Constraints:      21728
324.70/325.65	c #Conflicts:     504000 | #Constraints:      22758
324.70/325.65	c #Conflicts:     505000 | #Constraints:      23806
324.70/325.65	c #Conflicts:     506000 | #Constraints:      24842
324.70/325.65	c #Conflicts:     507000 | #Constraints:      25889
324.70/325.65	c #Conflicts:     508000 | #Constraints:      26912
324.70/325.65	c #Conflicts:     509000 | #Constraints:      27912
324.70/325.65	c bounds 1035 >= 995 @ 320.448
331.78/332.73	c #Conflicts:     510000 | #Constraints:      28945
331.78/332.73	c #Conflicts:     511000 | #Constraints:      29981
331.78/332.73	c #Conflicts:     512000 | #Constraints:      31030
331.78/332.73	c #Conflicts:     513000 | #Constraints:      32081
331.78/332.73	c #Conflicts:     514000 | #Constraints:      33132
331.78/332.73	c #Conflicts:     515000 | #Constraints:      34178
331.78/332.73	c #Conflicts:     516000 | #Constraints:      35220
331.78/332.73	c INPROCESSING
331.78/332.73	c GARBAGE COLLECT
331.78/332.73	c rational objective 995
332.77/333.76	c #Conflicts:     517000 | #Constraints:      21678
332.77/333.76	c bounds 1035 >= 996 @ 328.46
341.65/342.62	c #Conflicts:     518000 | #Constraints:      22732
341.65/342.62	c #Conflicts:     519000 | #Constraints:      23732
341.65/342.62	c #Conflicts:     520000 | #Constraints:      24732
341.65/342.62	c #Conflicts:     521000 | #Constraints:      25732
341.65/342.62	c #Conflicts:     522000 | #Constraints:      26732
341.65/342.62	c #Conflicts:     523000 | #Constraints:      27732
341.65/342.62	c #Conflicts:     524000 | #Constraints:      28732
341.65/342.62	c #Conflicts:     525000 | #Constraints:      29732
341.65/342.62	c #Conflicts:     526000 | #Constraints:      30732
341.65/342.62	c #Conflicts:     527000 | #Constraints:      31732
341.65/342.62	c #Conflicts:     528000 | #Constraints:      32732
341.65/342.62	c #Conflicts:     529000 | #Constraints:      33732
341.65/342.62	c #Conflicts:     530000 | #Constraints:      34732
341.65/342.62	c #Conflicts:     531000 | #Constraints:      35732
341.65/342.62	c INPROCESSING
341.65/342.62	c GARBAGE COLLECT
341.65/342.62	c rational objective 996
351.92/352.99	c #Conflicts:     532000 | #Constraints:      22198
351.92/352.99	c #Conflicts:     533000 | #Constraints:      23198
351.92/352.99	c #Conflicts:     534000 | #Constraints:      24198
351.92/352.99	c #Conflicts:     535000 | #Constraints:      25198
351.92/352.99	c #Conflicts:     536000 | #Constraints:      26198
351.92/352.99	c #Conflicts:     537000 | #Constraints:      27198
351.92/352.99	c #Conflicts:     538000 | #Constraints:      28198
351.92/352.99	c #Conflicts:     539000 | #Constraints:      29198
351.92/352.99	c #Conflicts:     540000 | #Constraints:      30198
351.92/352.99	c #Conflicts:     541000 | #Constraints:      31198
351.92/352.99	c #Conflicts:     542000 | #Constraints:      32198
351.92/352.99	c #Conflicts:     543000 | #Constraints:      33198
351.92/352.99	c #Conflicts:     544000 | #Constraints:      34198
351.92/352.99	c #Conflicts:     545000 | #Constraints:      35198
351.92/352.99	c #Conflicts:     546000 | #Constraints:      36198
351.92/352.99	c INPROCESSING
351.92/352.99	c GARBAGE COLLECT
351.92/352.99	c rational objective 996
365.28/366.37	c #Conflicts:     547000 | #Constraints:      22524
365.28/366.37	c #Conflicts:     548000 | #Constraints:      23562
365.28/366.37	c #Conflicts:     549000 | #Constraints:      24612
365.28/366.37	c #Conflicts:     550000 | #Constraints:      25667
365.28/366.37	c #Conflicts:     551000 | #Constraints:      26714
365.28/366.37	c #Conflicts:     552000 | #Constraints:      27752
365.28/366.37	c #Conflicts:     553000 | #Constraints:      28795
365.28/366.37	c #Conflicts:     554000 | #Constraints:      29831
365.28/366.37	c #Conflicts:     555000 | #Constraints:      30882
365.28/366.37	c #Conflicts:     556000 | #Constraints:      31918
365.28/366.37	c #Conflicts:     557000 | #Constraints:      32956
365.28/366.37	c #Conflicts:     558000 | #Constraints:      33994
365.28/366.37	c #Conflicts:     559000 | #Constraints:      35031
365.28/366.37	c #Conflicts:     560000 | #Constraints:      36063
365.28/366.37	c #Conflicts:     561000 | #Constraints:      37085
365.28/366.37	c INPROCESSING
365.28/366.37	c GARBAGE COLLECT
365.28/366.37	c rational objective 996
376.45/377.52	c #Conflicts:     562000 | #Constraints:      22923
376.45/377.52	c #Conflicts:     563000 | #Constraints:      23923
376.45/377.52	c #Conflicts:     564000 | #Constraints:      24923
376.45/377.52	c #Conflicts:     565000 | #Constraints:      25923
376.45/377.52	c #Conflicts:     566000 | #Constraints:      26923
376.45/377.52	c #Conflicts:     567000 | #Constraints:      27923
376.45/377.52	c #Conflicts:     568000 | #Constraints:      28923
376.45/377.52	c #Conflicts:     569000 | #Constraints:      29923
376.45/377.52	c #Conflicts:     570000 | #Constraints:      30923
376.45/377.52	c #Conflicts:     571000 | #Constraints:      31923
376.45/377.52	c #Conflicts:     572000 | #Constraints:      32923
376.45/377.52	c #Conflicts:     573000 | #Constraints:      33923
376.45/377.52	c #Conflicts:     574000 | #Constraints:      34923
376.45/377.52	c #Conflicts:     575000 | #Constraints:      35923
376.45/377.52	c #Conflicts:     576000 | #Constraints:      36923
376.45/377.52	c INPROCESSING
376.45/377.52	c GARBAGE COLLECT
376.45/377.52	c rational objective 996
387.43/388.52	c #Conflicts:     577000 | #Constraints:      22808
387.43/388.52	c #Conflicts:     578000 | #Constraints:      23808
387.43/388.52	c #Conflicts:     579000 | #Constraints:      24808
387.43/388.52	c #Conflicts:     580000 | #Constraints:      25808
387.43/388.52	c #Conflicts:     581000 | #Constraints:      26808
387.43/388.52	c #Conflicts:     582000 | #Constraints:      27808
387.43/388.52	c #Conflicts:     583000 | #Constraints:      28808
387.43/388.52	c #Conflicts:     584000 | #Constraints:      29808
387.43/388.52	c #Conflicts:     585000 | #Constraints:      30808
387.43/388.52	c #Conflicts:     586000 | #Constraints:      31808
387.43/388.52	c #Conflicts:     587000 | #Constraints:      32808
387.43/388.52	c #Conflicts:     588000 | #Constraints:      33808
387.43/388.52	c #Conflicts:     589000 | #Constraints:      34808
387.43/388.52	c #Conflicts:     590000 | #Constraints:      35808
387.43/388.52	c #Conflicts:     591000 | #Constraints:      36808
387.43/388.52	c INPROCESSING
387.43/388.52	c GARBAGE COLLECT
387.43/388.52	c rational objective 996
400.19/401.38	c #Conflicts:     592000 | #Constraints:      22543
400.19/401.38	c #Conflicts:     593000 | #Constraints:      23544
400.19/401.38	c #Conflicts:     594000 | #Constraints:      24594
400.19/401.38	c #Conflicts:     595000 | #Constraints:      25678
400.19/401.38	c #Conflicts:     596000 | #Constraints:      26739
400.19/401.38	c #Conflicts:     597000 | #Constraints:      27817
400.19/401.38	c #Conflicts:     598000 | #Constraints:      28895
400.19/401.38	c #Conflicts:     599000 | #Constraints:      29932
400.19/401.38	c #Conflicts:     600000 | #Constraints:      30986
400.19/401.38	c #Conflicts:     601000 | #Constraints:      32033
400.19/401.38	c #Conflicts:     602000 | #Constraints:      33081
400.19/401.38	c #Conflicts:     603000 | #Constraints:      34118
400.19/401.38	c #Conflicts:     604000 | #Constraints:      35162
400.19/401.38	c #Conflicts:     605000 | #Constraints:      36209
400.19/401.38	c #Conflicts:     606000 | #Constraints:      37246
400.19/401.38	c #Conflicts:     607000 | #Constraints:      38290
400.19/401.38	c INPROCESSING
400.19/401.38	c GARBAGE COLLECT
400.19/401.38	c rational objective 996
411.76/412.96	c #Conflicts:     608000 | #Constraints:      23405
411.76/412.96	c #Conflicts:     609000 | #Constraints:      24405
411.76/412.96	c #Conflicts:     610000 | #Constraints:      25405
411.76/412.96	c #Conflicts:     611000 | #Constraints:      26405
411.76/412.96	c #Conflicts:     612000 | #Constraints:      27405
411.76/412.96	c #Conflicts:     613000 | #Constraints:      28405
411.76/412.96	c #Conflicts:     614000 | #Constraints:      29405
411.76/412.96	c #Conflicts:     615000 | #Constraints:      30405
411.76/412.96	c #Conflicts:     616000 | #Constraints:      31405
411.76/412.96	c #Conflicts:     617000 | #Constraints:      32405
411.76/412.96	c #Conflicts:     618000 | #Constraints:      33405
411.76/412.96	c #Conflicts:     619000 | #Constraints:      34405
411.76/412.96	c #Conflicts:     620000 | #Constraints:      35405
411.76/412.96	c #Conflicts:     621000 | #Constraints:      36405
411.76/412.96	c #Conflicts:     622000 | #Constraints:      37405
411.76/412.96	c #Conflicts:     623000 | #Constraints:      38405
411.76/412.96	c INPROCESSING
411.76/412.96	c GARBAGE COLLECT
411.76/412.96	c rational objective 996
424.12/425.35	c #Conflicts:     624000 | #Constraints:      23666
424.12/425.35	c #Conflicts:     625000 | #Constraints:      24709
424.12/425.35	c #Conflicts:     626000 | #Constraints:      25761
424.12/425.35	c #Conflicts:     627000 | #Constraints:      26812
424.12/425.35	c #Conflicts:     628000 | #Constraints:      27853
424.12/425.35	c #Conflicts:     629000 | #Constraints:      28894
424.12/425.35	c #Conflicts:     630000 | #Constraints:      29932
424.12/425.35	c #Conflicts:     631000 | #Constraints:      30972
424.12/425.35	c #Conflicts:     632000 | #Constraints:      32004
424.12/425.35	c #Conflicts:     633000 | #Constraints:      33033
424.12/425.35	c #Conflicts:     634000 | #Constraints:      34072
424.12/425.35	c #Conflicts:     635000 | #Constraints:      35092
424.12/425.35	c #Conflicts:     636000 | #Constraints:      36126
424.12/425.35	c #Conflicts:     637000 | #Constraints:      37163
424.12/425.35	c #Conflicts:     638000 | #Constraints:      38191
424.12/425.35	c #Conflicts:     639000 | #Constraints:      39223
424.12/425.35	c INPROCESSING
424.12/425.35	c GARBAGE COLLECT
424.12/425.35	c rational objective 996
435.59/436.87	c #Conflicts:     640000 | #Constraints:      23963
435.59/436.87	c #Conflicts:     641000 | #Constraints:      24963
435.59/436.87	c #Conflicts:     642000 | #Constraints:      25963
435.59/436.87	c #Conflicts:     643000 | #Constraints:      26963
435.59/436.87	c #Conflicts:     644000 | #Constraints:      27963
435.59/436.87	c #Conflicts:     645000 | #Constraints:      28963
435.59/436.87	c #Conflicts:     646000 | #Constraints:      29963
435.59/436.87	c #Conflicts:     647000 | #Constraints:      30963
435.59/436.87	c #Conflicts:     648000 | #Constraints:      31963
435.59/436.87	c #Conflicts:     649000 | #Constraints:      32963
435.59/436.87	c #Conflicts:     650000 | #Constraints:      33963
435.59/436.87	c #Conflicts:     651000 | #Constraints:      34963
435.59/436.87	c #Conflicts:     652000 | #Constraints:      35963
435.59/436.87	c #Conflicts:     653000 | #Constraints:      36963
435.59/436.87	c #Conflicts:     654000 | #Constraints:      37963
435.59/436.87	c #Conflicts:     655000 | #Constraints:      38963
435.59/436.87	c INPROCESSING
435.59/436.87	c GARBAGE COLLECT
435.59/436.87	c rational objective 996
446.57/447.82	c #Conflicts:     656000 | #Constraints:      23839
446.57/447.82	c #Conflicts:     657000 | #Constraints:      24839
446.57/447.82	c #Conflicts:     658000 | #Constraints:      25839
446.57/447.82	c #Conflicts:     659000 | #Constraints:      26839
446.57/447.82	c #Conflicts:     660000 | #Constraints:      27839
446.57/447.82	c #Conflicts:     661000 | #Constraints:      28839
446.57/447.82	c #Conflicts:     662000 | #Constraints:      29839
446.57/447.82	c #Conflicts:     663000 | #Constraints:      30839
446.57/447.82	c #Conflicts:     664000 | #Constraints:      31839
446.57/447.82	c #Conflicts:     665000 | #Constraints:      32839
446.57/447.82	c #Conflicts:     666000 | #Constraints:      33839
446.57/447.82	c #Conflicts:     667000 | #Constraints:      34839
446.57/447.82	c #Conflicts:     668000 | #Constraints:      35839
446.57/447.82	c #Conflicts:     669000 | #Constraints:      36839
446.57/447.82	c #Conflicts:     670000 | #Constraints:      37839
446.57/447.82	c #Conflicts:     671000 | #Constraints:      38839
446.57/447.82	c INPROCESSING
446.57/447.82	c GARBAGE COLLECT
446.57/447.82	c rational objective 996
459.74/461.07	c #Conflicts:     672000 | #Constraints:      23559
459.74/461.07	c #Conflicts:     673000 | #Constraints:      24572
459.74/461.07	c #Conflicts:     674000 | #Constraints:      25611
459.74/461.07	c #Conflicts:     675000 | #Constraints:      26665
459.74/461.07	c #Conflicts:     676000 | #Constraints:      27713
459.74/461.07	c #Conflicts:     677000 | #Constraints:      28742
459.74/461.07	c #Conflicts:     678000 | #Constraints:      29777
459.74/461.07	c #Conflicts:     679000 | #Constraints:      30822
459.74/461.07	c #Conflicts:     680000 | #Constraints:      31859
459.74/461.07	c #Conflicts:     681000 | #Constraints:      32900
459.74/461.07	c #Conflicts:     682000 | #Constraints:      33957
459.74/461.07	c #Conflicts:     683000 | #Constraints:      35009
459.74/461.07	c #Conflicts:     684000 | #Constraints:      36055
459.74/461.07	c #Conflicts:     685000 | #Constraints:      37094
459.74/461.07	c #Conflicts:     686000 | #Constraints:      38140
459.74/461.07	c #Conflicts:     687000 | #Constraints:      39180
459.74/461.07	c #Conflicts:     688000 | #Constraints:      40209
459.74/461.07	c INPROCESSING
459.74/461.07	c GARBAGE COLLECT
459.74/461.07	c rational objective 996
472.89/474.29	c #Conflicts:     689000 | #Constraints:      24386
472.89/474.29	c #Conflicts:     690000 | #Constraints:      25386
472.89/474.29	c #Conflicts:     691000 | #Constraints:      26386
472.89/474.29	c #Conflicts:     692000 | #Constraints:      27386
472.89/474.29	c #Conflicts:     693000 | #Constraints:      28386
472.89/474.29	c #Conflicts:     694000 | #Constraints:      29386
472.89/474.29	c #Conflicts:     695000 | #Constraints:      30386
472.89/474.29	c #Conflicts:     696000 | #Constraints:      31386
472.89/474.29	c #Conflicts:     697000 | #Constraints:      32386
472.89/474.29	c #Conflicts:     698000 | #Constraints:      33386
472.89/474.29	c #Conflicts:     699000 | #Constraints:      34386
472.89/474.29	c #Conflicts:     700000 | #Constraints:      35386
472.89/474.29	c #Conflicts:     701000 | #Constraints:      36386
472.89/474.29	c #Conflicts:     702000 | #Constraints:      37386
472.89/474.29	c #Conflicts:     703000 | #Constraints:      38386
472.89/474.29	c #Conflicts:     704000 | #Constraints:      39386
472.89/474.29	c #Conflicts:     705000 | #Constraints:      40386
472.89/474.29	c INPROCESSING
472.89/474.29	c GARBAGE COLLECT
472.89/474.29	c rational objective 996
485.16/486.51	c #Conflicts:     706000 | #Constraints:      24640
485.16/486.51	c #Conflicts:     707000 | #Constraints:      25640
485.16/486.51	c #Conflicts:     708000 | #Constraints:      26640
485.16/486.51	c #Conflicts:     709000 | #Constraints:      27640
485.16/486.51	c #Conflicts:     710000 | #Constraints:      28640
485.16/486.51	c #Conflicts:     711000 | #Constraints:      29640
485.16/486.51	c #Conflicts:     712000 | #Constraints:      30640
485.16/486.51	c #Conflicts:     713000 | #Constraints:      31640
485.16/486.51	c #Conflicts:     714000 | #Constraints:      32640
485.16/486.51	c #Conflicts:     715000 | #Constraints:      33640
485.16/486.51	c #Conflicts:     716000 | #Constraints:      34640
485.16/486.51	c #Conflicts:     717000 | #Constraints:      35640
485.16/486.51	c #Conflicts:     718000 | #Constraints:      36640
485.16/486.51	c #Conflicts:     719000 | #Constraints:      37640
485.16/486.51	c #Conflicts:     720000 | #Constraints:      38640
485.16/486.51	c #Conflicts:     721000 | #Constraints:      39640
485.16/486.51	c #Conflicts:     722000 | #Constraints:      40640
485.16/486.51	c INPROCESSING
485.16/486.51	c GARBAGE COLLECT
485.16/486.51	c rational objective 996
499.22/500.67	c #Conflicts:     723000 | #Constraints:      24792
499.22/500.67	c #Conflicts:     724000 | #Constraints:      25844
499.22/500.67	c #Conflicts:     725000 | #Constraints:      26904
499.22/500.67	c #Conflicts:     726000 | #Constraints:      27954
499.22/500.67	c #Conflicts:     727000 | #Constraints:      28996
499.22/500.67	c #Conflicts:     728000 | #Constraints:      30038
499.22/500.67	c #Conflicts:     729000 | #Constraints:      31079
499.22/500.67	c #Conflicts:     730000 | #Constraints:      32117
499.22/500.67	c #Conflicts:     731000 | #Constraints:      33168
499.22/500.67	c #Conflicts:     732000 | #Constraints:      34208
499.22/500.67	c #Conflicts:     733000 | #Constraints:      35236
499.22/500.67	c #Conflicts:     734000 | #Constraints:      36264
499.22/500.67	c #Conflicts:     735000 | #Constraints:      37307
499.22/500.67	c #Conflicts:     736000 | #Constraints:      38342
499.22/500.67	c #Conflicts:     737000 | #Constraints:      39368
499.22/500.67	c #Conflicts:     738000 | #Constraints:      40405
499.22/500.67	c #Conflicts:     739000 | #Constraints:      41431
499.22/500.67	c INPROCESSING
499.22/500.67	c GARBAGE COLLECT
499.22/500.67	c rational objective 996
513.48/514.93	c #Conflicts:     740000 | #Constraints:      25000
513.48/514.93	c #Conflicts:     741000 | #Constraints:      26000
513.48/514.93	c #Conflicts:     742000 | #Constraints:      27000
513.48/514.93	c #Conflicts:     743000 | #Constraints:      28000
513.48/514.93	c #Conflicts:     744000 | #Constraints:      29000
513.48/514.93	c #Conflicts:     745000 | #Constraints:      30000
513.48/514.93	c #Conflicts:     746000 | #Constraints:      31000
513.48/514.93	c #Conflicts:     747000 | #Constraints:      32000
513.48/514.93	c #Conflicts:     748000 | #Constraints:      33000
513.48/514.93	c #Conflicts:     749000 | #Constraints:      34000
513.48/514.93	c #Conflicts:     750000 | #Constraints:      35000
513.48/514.93	c #Conflicts:     751000 | #Constraints:      36000
513.48/514.93	c #Conflicts:     752000 | #Constraints:      37000
513.48/514.93	c #Conflicts:     753000 | #Constraints:      38000
513.48/514.93	c #Conflicts:     754000 | #Constraints:      39000
513.48/514.93	c #Conflicts:     755000 | #Constraints:      40000
513.48/514.93	c #Conflicts:     756000 | #Constraints:      41000
513.48/514.93	c INPROCESSING
513.48/514.93	c GARBAGE COLLECT
513.48/514.93	c rational objective 996
525.95/527.42	c #Conflicts:     757000 | #Constraints:      24672
525.95/527.42	c #Conflicts:     758000 | #Constraints:      25673
525.95/527.42	c #Conflicts:     759000 | #Constraints:      26732
525.95/527.42	c #Conflicts:     760000 | #Constraints:      27788
525.95/527.42	c #Conflicts:     761000 | #Constraints:      28847
525.95/527.42	c #Conflicts:     762000 | #Constraints:      29888
525.95/527.42	c #Conflicts:     763000 | #Constraints:      30929
525.95/527.42	c #Conflicts:     764000 | #Constraints:      31973
525.95/527.42	c #Conflicts:     765000 | #Constraints:      33018
525.95/527.42	c #Conflicts:     766000 | #Constraints:      34055
525.95/527.42	c #Conflicts:     767000 | #Constraints:      35083
525.95/527.42	c #Conflicts:     768000 | #Constraints:      36122
525.95/527.42	c #Conflicts:     769000 | #Constraints:      37150
525.95/527.42	c #Conflicts:     770000 | #Constraints:      38182
525.95/527.42	c #Conflicts:     771000 | #Constraints:      39218
525.95/527.42	c #Conflicts:     772000 | #Constraints:      40244
525.95/527.42	c #Conflicts:     773000 | #Constraints:      41269
525.95/527.42	c #Conflicts:     774000 | #Constraints:      42293
525.95/527.42	c INPROCESSING
525.95/527.42	c GARBAGE COLLECT
525.95/527.42	c rational objective 996
539.81/541.30	c #Conflicts:     775000 | #Constraints:      25430
539.81/541.30	c #Conflicts:     776000 | #Constraints:      26430
539.81/541.30	c #Conflicts:     777000 | #Constraints:      27430
539.81/541.30	c #Conflicts:     778000 | #Constraints:      28430
539.81/541.30	c #Conflicts:     779000 | #Constraints:      29430
539.81/541.30	c #Conflicts:     780000 | #Constraints:      30430
539.81/541.30	c #Conflicts:     781000 | #Constraints:      31430
539.81/541.30	c #Conflicts:     782000 | #Constraints:      32430
539.81/541.30	c #Conflicts:     783000 | #Constraints:      33430
539.81/541.30	c #Conflicts:     784000 | #Constraints:      34430
539.81/541.30	c #Conflicts:     785000 | #Constraints:      35430
539.81/541.30	c #Conflicts:     786000 | #Constraints:      36430
539.81/541.30	c #Conflicts:     787000 | #Constraints:      37430
539.81/541.30	c #Conflicts:     788000 | #Constraints:      38430
539.81/541.30	c #Conflicts:     789000 | #Constraints:      39430
539.81/541.30	c #Conflicts:     790000 | #Constraints:      40430
539.81/541.30	c #Conflicts:     791000 | #Constraints:      41430
539.81/541.30	c #Conflicts:     792000 | #Constraints:      42430
539.81/541.30	c INPROCESSING
539.81/541.30	c GARBAGE COLLECT
539.81/541.30	c rational objective 996
552.98/554.60	c #Conflicts:     793000 | #Constraints:      25690
552.98/554.60	c #Conflicts:     794000 | #Constraints:      26690
552.98/554.60	c #Conflicts:     795000 | #Constraints:      27690
552.98/554.60	c #Conflicts:     796000 | #Constraints:      28690
552.98/554.60	c #Conflicts:     797000 | #Constraints:      29690
552.98/554.60	c #Conflicts:     798000 | #Constraints:      30690
552.98/554.60	c #Conflicts:     799000 | #Constraints:      31690
552.98/554.60	c #Conflicts:     800000 | #Constraints:      32690
552.98/554.60	c #Conflicts:     801000 | #Constraints:      33690
552.98/554.60	c #Conflicts:     802000 | #Constraints:      34690
552.98/554.60	c #Conflicts:     803000 | #Constraints:      35690
552.98/554.60	c #Conflicts:     804000 | #Constraints:      36690
552.98/554.60	c #Conflicts:     805000 | #Constraints:      37690
552.98/554.60	c #Conflicts:     806000 | #Constraints:      38690
552.98/554.60	c #Conflicts:     807000 | #Constraints:      39690
552.98/554.60	c #Conflicts:     808000 | #Constraints:      40690
552.98/554.60	c #Conflicts:     809000 | #Constraints:      41690
552.98/554.60	c #Conflicts:     810000 | #Constraints:      42690
552.98/554.60	c INPROCESSING
552.98/554.60	c GARBAGE COLLECT
552.98/554.60	c rational objective 996
568.35/569.94	c #Conflicts:     811000 | #Constraints:      25798
568.35/569.94	c #Conflicts:     812000 | #Constraints:      26830
568.35/569.94	c #Conflicts:     813000 | #Constraints:      27876
568.35/569.94	c #Conflicts:     814000 | #Constraints:      28912
568.35/569.94	c #Conflicts:     815000 | #Constraints:      29948
568.35/569.94	c #Conflicts:     816000 | #Constraints:      30984
568.35/569.94	c #Conflicts:     817000 | #Constraints:      32028
568.35/569.94	c #Conflicts:     818000 | #Constraints:      33058
568.35/569.94	c #Conflicts:     819000 | #Constraints:      34097
568.35/569.94	c #Conflicts:     820000 | #Constraints:      35148
568.35/569.94	c #Conflicts:     821000 | #Constraints:      36184
568.35/569.94	c #Conflicts:     822000 | #Constraints:      37221
568.35/569.94	c #Conflicts:     823000 | #Constraints:      38259
568.35/569.94	c #Conflicts:     824000 | #Constraints:      39309
568.35/569.94	c #Conflicts:     825000 | #Constraints:      40340
568.35/569.94	c #Conflicts:     826000 | #Constraints:      41370
568.35/569.94	c #Conflicts:     827000 | #Constraints:      42409
568.35/569.94	c #Conflicts:     828000 | #Constraints:      43448
568.35/569.94	c INPROCESSING
568.35/569.94	c GARBAGE COLLECT
568.35/569.94	c rational objective 996
582.00/583.63	c #Conflicts:     829000 | #Constraints:      26004
582.00/583.63	c #Conflicts:     830000 | #Constraints:      27004
582.00/583.63	c #Conflicts:     831000 | #Constraints:      28004
582.00/583.63	c #Conflicts:     832000 | #Constraints:      29004
582.00/583.63	c #Conflicts:     833000 | #Constraints:      30005
582.00/583.63	c #Conflicts:     834000 | #Constraints:      31005
582.00/583.63	c #Conflicts:     835000 | #Constraints:      32005
582.00/583.63	c #Conflicts:     836000 | #Constraints:      33005
582.00/583.63	c #Conflicts:     837000 | #Constraints:      34005
582.00/583.63	c #Conflicts:     838000 | #Constraints:      35006
582.00/583.63	c #Conflicts:     839000 | #Constraints:      36006
582.00/583.63	c #Conflicts:     840000 | #Constraints:      37007
582.00/583.63	c #Conflicts:     841000 | #Constraints:      38007
582.00/583.63	c #Conflicts:     842000 | #Constraints:      39007
582.00/583.63	c #Conflicts:     843000 | #Constraints:      40008
582.00/583.63	c #Conflicts:     844000 | #Constraints:      41008
582.00/583.63	c #Conflicts:     845000 | #Constraints:      42008
582.00/583.63	c #Conflicts:     846000 | #Constraints:      43008
582.00/583.63	c INPROCESSING
582.00/583.63	c GARBAGE COLLECT
582.00/583.63	c rational objective 996
596.27/597.93	c #Conflicts:     847000 | #Constraints:      25673
596.27/597.93	c #Conflicts:     848000 | #Constraints:      26673
596.27/597.93	c #Conflicts:     849000 | #Constraints:      27673
596.27/597.93	c #Conflicts:     850000 | #Constraints:      28673
596.27/597.93	c #Conflicts:     851000 | #Constraints:      29673
596.27/597.93	c #Conflicts:     852000 | #Constraints:      30673
596.27/597.93	c #Conflicts:     853000 | #Constraints:      31673
596.27/597.93	c #Conflicts:     854000 | #Constraints:      32673
596.27/597.93	c #Conflicts:     855000 | #Constraints:      33673
596.27/597.93	c #Conflicts:     856000 | #Constraints:      34673
596.27/597.93	c #Conflicts:     857000 | #Constraints:      35673
596.27/597.93	c #Conflicts:     858000 | #Constraints:      36673
596.27/597.93	c #Conflicts:     859000 | #Constraints:      37673
596.27/597.93	c #Conflicts:     860000 | #Constraints:      38673
596.27/597.93	c #Conflicts:     861000 | #Constraints:      39673
596.27/597.93	c #Conflicts:     862000 | #Constraints:      40673
596.27/597.93	c #Conflicts:     863000 | #Constraints:      41673
596.27/597.93	c #Conflicts:     864000 | #Constraints:      42674
596.27/597.93	c #Conflicts:     865000 | #Constraints:      43675
596.27/597.93	c INPROCESSING
596.27/597.93	c GARBAGE COLLECT
596.27/597.93	c rational objective 996
616.21/617.92	c #Conflicts:     866000 | #Constraints:      26204
616.21/617.92	c #Conflicts:     867000 | #Constraints:      27204
616.21/617.92	c #Conflicts:     868000 | #Constraints:      28205
616.21/617.92	c #Conflicts:     869000 | #Constraints:      29288
616.21/617.92	c #Conflicts:     870000 | #Constraints:      30361
616.21/617.92	c #Conflicts:     871000 | #Constraints:      31422
616.21/617.92	c #Conflicts:     872000 | #Constraints:      32470
616.21/617.92	c #Conflicts:     873000 | #Constraints:      33512
616.21/617.92	c #Conflicts:     874000 | #Constraints:      34559
616.21/617.92	c #Conflicts:     875000 | #Constraints:      35598
616.21/617.92	c #Conflicts:     876000 | #Constraints:      36628
616.21/617.92	c #Conflicts:     877000 | #Constraints:      37664
616.21/617.92	c #Conflicts:     878000 | #Constraints:      38694
616.21/617.92	c #Conflicts:     879000 | #Constraints:      39732
616.21/617.92	c #Conflicts:     880000 | #Constraints:      40770
616.21/617.92	c #Conflicts:     881000 | #Constraints:      41796
616.21/617.92	c #Conflicts:     882000 | #Constraints:      42819
616.21/617.92	c #Conflicts:     883000 | #Constraints:      43844
616.21/617.92	c #Conflicts:     884000 | #Constraints:      44869
616.21/617.92	c INPROCESSING
616.21/617.92	c GARBAGE COLLECT
616.21/617.92	c rational objective 996
631.28/633.03	c #Conflicts:     885000 | #Constraints:      26807
631.28/633.03	c #Conflicts:     886000 | #Constraints:      27807
631.28/633.03	c #Conflicts:     887000 | #Constraints:      28807
631.28/633.03	c #Conflicts:     888000 | #Constraints:      29807
631.28/633.03	c #Conflicts:     889000 | #Constraints:      30807
631.28/633.03	c #Conflicts:     890000 | #Constraints:      31807
631.28/633.03	c #Conflicts:     891000 | #Constraints:      32807
631.28/633.03	c #Conflicts:     892000 | #Constraints:      33807
631.28/633.03	c #Conflicts:     893000 | #Constraints:      34807
631.28/633.03	c #Conflicts:     894000 | #Constraints:      35807
631.28/633.03	c #Conflicts:     895000 | #Constraints:      36807
631.28/633.03	c #Conflicts:     896000 | #Constraints:      37807
631.28/633.03	c #Conflicts:     897000 | #Constraints:      38807
631.28/633.03	c #Conflicts:     898000 | #Constraints:      39807
631.28/633.03	c #Conflicts:     899000 | #Constraints:      40807
631.28/633.03	c #Conflicts:     900000 | #Constraints:      41807
631.28/633.03	c #Conflicts:     901000 | #Constraints:      42807
631.28/633.03	c #Conflicts:     902000 | #Constraints:      43807
631.28/633.03	c #Conflicts:     903000 | #Constraints:      44807
631.28/633.03	c INPROCESSING
631.28/633.03	c GARBAGE COLLECT
631.28/633.03	c rational objective 996
645.74/647.58	c #Conflicts:     904000 | #Constraints:      26872
645.74/647.58	c #Conflicts:     905000 | #Constraints:      27872
645.74/647.58	c #Conflicts:     906000 | #Constraints:      28872
645.74/647.58	c #Conflicts:     907000 | #Constraints:      29872
645.74/647.58	c #Conflicts:     908000 | #Constraints:      30872
645.74/647.58	c #Conflicts:     909000 | #Constraints:      31872
645.74/647.58	c #Conflicts:     910000 | #Constraints:      32872
645.74/647.58	c #Conflicts:     911000 | #Constraints:      33872
645.74/647.58	c #Conflicts:     912000 | #Constraints:      34872
645.74/647.58	c #Conflicts:     913000 | #Constraints:      35872
645.74/647.58	c #Conflicts:     914000 | #Constraints:      36872
645.74/647.58	c #Conflicts:     915000 | #Constraints:      37872
645.74/647.58	c #Conflicts:     916000 | #Constraints:      38872
645.74/647.58	c #Conflicts:     917000 | #Constraints:      39872
645.74/647.58	c #Conflicts:     918000 | #Constraints:      40873
645.74/647.58	c #Conflicts:     919000 | #Constraints:      41873
645.74/647.58	c #Conflicts:     920000 | #Constraints:      42874
645.74/647.58	c #Conflicts:     921000 | #Constraints:      43874
645.74/647.58	c #Conflicts:     922000 | #Constraints:      44875
645.74/647.58	c INPROCESSING
645.74/647.58	c GARBAGE COLLECT
645.74/647.58	c rational objective 996
662.69/664.55	c #Conflicts:     923000 | #Constraints:      26800
662.69/664.55	c #Conflicts:     924000 | #Constraints:      27806
662.69/664.55	c #Conflicts:     925000 | #Constraints:      28860
662.69/664.55	c #Conflicts:     926000 | #Constraints:      29910
662.69/664.55	c #Conflicts:     927000 | #Constraints:      30948
662.69/664.55	c #Conflicts:     928000 | #Constraints:      31988
662.69/664.55	c #Conflicts:     929000 | #Constraints:      33015
662.69/664.55	c #Conflicts:     930000 | #Constraints:      34059
662.69/664.55	c #Conflicts:     931000 | #Constraints:      35114
662.69/664.55	c #Conflicts:     932000 | #Constraints:      36166
662.69/664.55	c #Conflicts:     933000 | #Constraints:      37211
662.69/664.55	c #Conflicts:     934000 | #Constraints:      38261
662.69/664.55	c #Conflicts:     935000 | #Constraints:      39303
662.69/664.55	c #Conflicts:     936000 | #Constraints:      40344
662.69/664.55	c #Conflicts:     937000 | #Constraints:      41387
662.69/664.55	c #Conflicts:     938000 | #Constraints:      42424
662.69/664.55	c #Conflicts:     939000 | #Constraints:      43465
662.69/664.55	c #Conflicts:     940000 | #Constraints:      44502
662.69/664.55	c #Conflicts:     941000 | #Constraints:      45545
662.69/664.55	c INPROCESSING
662.69/664.55	c GARBAGE COLLECT
662.69/664.55	c rational objective 996
678.74/680.61	c #Conflicts:     942000 | #Constraints:      26854
678.74/680.61	c #Conflicts:     943000 | #Constraints:      27854
678.74/680.61	c #Conflicts:     944000 | #Constraints:      28854
678.74/680.61	c #Conflicts:     945000 | #Constraints:      29854
678.74/680.61	c #Conflicts:     946000 | #Constraints:      30854
678.74/680.61	c #Conflicts:     947000 | #Constraints:      31854
678.74/680.61	c #Conflicts:     948000 | #Constraints:      32854
678.74/680.61	c #Conflicts:     949000 | #Constraints:      33854
678.74/680.61	c #Conflicts:     950000 | #Constraints:      34854
678.74/680.61	c #Conflicts:     951000 | #Constraints:      35854
678.74/680.61	c #Conflicts:     952000 | #Constraints:      36854
678.74/680.61	c #Conflicts:     953000 | #Constraints:      37854
678.74/680.61	c #Conflicts:     954000 | #Constraints:      38854
678.74/680.61	c #Conflicts:     955000 | #Constraints:      39854
678.74/680.61	c #Conflicts:     956000 | #Constraints:      40854
678.74/680.61	c #Conflicts:     957000 | #Constraints:      41854
678.74/680.61	c #Conflicts:     958000 | #Constraints:      42854
678.74/680.61	c #Conflicts:     959000 | #Constraints:      43854
678.74/680.61	c #Conflicts:     960000 | #Constraints:      44854
678.74/680.61	c #Conflicts:     961000 | #Constraints:      45854
678.74/680.61	c INPROCESSING
678.74/680.61	c GARBAGE COLLECT
678.74/680.61	c rational objective 996
694.61/696.59	c #Conflicts:     962000 | #Constraints:      27297
694.61/696.59	c #Conflicts:     963000 | #Constraints:      28297
694.61/696.59	c #Conflicts:     964000 | #Constraints:      29297
694.61/696.59	c #Conflicts:     965000 | #Constraints:      30297
694.61/696.59	c #Conflicts:     966000 | #Constraints:      31297
694.61/696.59	c #Conflicts:     967000 | #Constraints:      32297
694.61/696.59	c #Conflicts:     968000 | #Constraints:      33297
694.61/696.59	c #Conflicts:     969000 | #Constraints:      34297
694.61/696.59	c #Conflicts:     970000 | #Constraints:      35297
694.61/696.59	c #Conflicts:     971000 | #Constraints:      36297
694.61/696.59	c #Conflicts:     972000 | #Constraints:      37297
694.61/696.59	c #Conflicts:     973000 | #Constraints:      38297
694.61/696.59	c #Conflicts:     974000 | #Constraints:      39297
694.61/696.59	c #Conflicts:     975000 | #Constraints:      40297
694.61/696.59	c #Conflicts:     976000 | #Constraints:      41297
694.61/696.59	c #Conflicts:     977000 | #Constraints:      42297
694.61/696.59	c #Conflicts:     978000 | #Constraints:      43297
694.61/696.59	c #Conflicts:     979000 | #Constraints:      44297
694.61/696.59	c #Conflicts:     980000 | #Constraints:      45297
694.61/696.59	c #Conflicts:     981000 | #Constraints:      46297
694.61/696.59	c INPROCESSING
694.61/696.59	c GARBAGE COLLECT
694.61/696.59	c rational objective 996
711.66/713.69	c #Conflicts:     982000 | #Constraints:      27652
711.66/713.69	c #Conflicts:     983000 | #Constraints:      28656
711.66/713.69	c #Conflicts:     984000 | #Constraints:      29668
711.66/713.69	c #Conflicts:     985000 | #Constraints:      30693
711.66/713.69	c #Conflicts:     986000 | #Constraints:      31701
711.66/713.69	c #Conflicts:     987000 | #Constraints:      32716
711.66/713.69	c #Conflicts:     988000 | #Constraints:      33749
711.66/713.69	c #Conflicts:     989000 | #Constraints:      34763
711.66/713.69	c #Conflicts:     990000 | #Constraints:      35784
711.66/713.69	c #Conflicts:     991000 | #Constraints:      36823
711.66/713.69	c #Conflicts:     992000 | #Constraints:      37864
711.66/713.69	c #Conflicts:     993000 | #Constraints:      38895
711.66/713.69	c #Conflicts:     994000 | #Constraints:      39909
711.66/713.69	c #Conflicts:     995000 | #Constraints:      40944
711.66/713.69	c #Conflicts:     996000 | #Constraints:      41963
711.66/713.69	c #Conflicts:     997000 | #Constraints:      42995
711.66/713.69	c #Conflicts:     998000 | #Constraints:      44022
711.66/713.69	c #Conflicts:     999000 | #Constraints:      45049
711.66/713.69	c #Conflicts:    1000000 | #Constraints:      46065
711.66/713.69	c #Conflicts:    1001000 | #Constraints:      47083
711.66/713.69	c INPROCESSING
711.66/713.69	c GARBAGE COLLECT
711.66/713.69	c rational objective 996
727.52/729.57	c #Conflicts:    1002000 | #Constraints:      27939
727.52/729.57	c #Conflicts:    1003000 | #Constraints:      28939
727.52/729.57	c #Conflicts:    1004000 | #Constraints:      29939
727.52/729.57	c #Conflicts:    1005000 | #Constraints:      30939
727.52/729.57	c #Conflicts:    1006000 | #Constraints:      31939
727.52/729.57	c #Conflicts:    1007000 | #Constraints:      32939
727.52/729.57	c #Conflicts:    1008000 | #Constraints:      33940
727.52/729.57	c #Conflicts:    1009000 | #Constraints:      34940
727.52/729.57	c #Conflicts:    1010000 | #Constraints:      35940
727.52/729.57	c #Conflicts:    1011000 | #Constraints:      36940
727.52/729.57	c #Conflicts:    1012000 | #Constraints:      37940
727.52/729.57	c #Conflicts:    1013000 | #Constraints:      38940
727.52/729.57	c #Conflicts:    1014000 | #Constraints:      39940
727.52/729.57	c #Conflicts:    1015000 | #Constraints:      40940
727.52/729.57	c #Conflicts:    1016000 | #Constraints:      41940
727.52/729.57	c #Conflicts:    1017000 | #Constraints:      42940
727.52/729.57	c #Conflicts:    1018000 | #Constraints:      43940
727.52/729.57	c #Conflicts:    1019000 | #Constraints:      44940
727.52/729.57	c #Conflicts:    1020000 | #Constraints:      45940
727.52/729.57	c #Conflicts:    1021000 | #Constraints:      46940
727.52/729.57	c INPROCESSING
727.52/729.57	c GARBAGE COLLECT
727.52/729.57	c rational objective 996
744.58/746.60	c #Conflicts:    1022000 | #Constraints:      27877
744.58/746.60	c #Conflicts:    1023000 | #Constraints:      28897
744.58/746.60	c #Conflicts:    1024000 | #Constraints:      29926
744.58/746.60	c #Conflicts:    1025000 | #Constraints:      30959
744.58/746.60	c #Conflicts:    1026000 | #Constraints:      31996
744.58/746.60	c #Conflicts:    1027000 | #Constraints:      33017
744.58/746.60	c #Conflicts:    1028000 | #Constraints:      34041
744.58/746.60	c #Conflicts:    1029000 | #Constraints:      35062
744.58/746.60	c #Conflicts:    1030000 | #Constraints:      36078
744.58/746.60	c #Conflicts:    1031000 | #Constraints:      37119
744.58/746.60	c #Conflicts:    1032000 | #Constraints:      38181
744.58/746.60	c #Conflicts:    1033000 | #Constraints:      39231
744.58/746.60	c #Conflicts:    1034000 | #Constraints:      40276
744.58/746.60	c #Conflicts:    1035000 | #Constraints:      41317
744.58/746.60	c #Conflicts:    1036000 | #Constraints:      42359
744.58/746.60	c #Conflicts:    1037000 | #Constraints:      43390
744.58/746.60	c #Conflicts:    1038000 | #Constraints:      44423
744.58/746.60	c #Conflicts:    1039000 | #Constraints:      45464
744.58/746.60	c #Conflicts:    1040000 | #Constraints:      46512
744.58/746.60	c #Conflicts:    1041000 | #Constraints:      47540
744.58/746.60	c INPROCESSING
744.58/746.60	c GARBAGE COLLECT
744.58/746.60	c rational objective 996
761.13/763.29	c #Conflicts:    1042000 | #Constraints:      27862
761.13/763.29	c #Conflicts:    1043000 | #Constraints:      28862
761.13/763.29	c #Conflicts:    1044000 | #Constraints:      29862
761.13/763.29	c #Conflicts:    1045000 | #Constraints:      30862
761.13/763.29	c #Conflicts:    1046000 | #Constraints:      31862
761.13/763.29	c #Conflicts:    1047000 | #Constraints:      32862
761.13/763.29	c #Conflicts:    1048000 | #Constraints:      33862
761.13/763.29	c #Conflicts:    1049000 | #Constraints:      34862
761.13/763.29	c #Conflicts:    1050000 | #Constraints:      35862
761.13/763.29	c #Conflicts:    1051000 | #Constraints:      36862
761.13/763.29	c #Conflicts:    1052000 | #Constraints:      37862
761.13/763.29	c #Conflicts:    1053000 | #Constraints:      38862
761.13/763.29	c #Conflicts:    1054000 | #Constraints:      39862
761.13/763.29	c #Conflicts:    1055000 | #Constraints:      40862
761.13/763.29	c #Conflicts:    1056000 | #Constraints:      41862
761.13/763.29	c #Conflicts:    1057000 | #Constraints:      42862
761.13/763.29	c #Conflicts:    1058000 | #Constraints:      43862
761.13/763.29	c #Conflicts:    1059000 | #Constraints:      44862
761.13/763.29	c #Conflicts:    1060000 | #Constraints:      45862
761.13/763.29	c #Conflicts:    1061000 | #Constraints:      46862
761.13/763.29	c #Conflicts:    1062000 | #Constraints:      47862
761.13/763.29	c INPROCESSING
761.13/763.29	c GARBAGE COLLECT
761.13/763.29	c rational objective 996
779.68/781.81	c #Conflicts:    1063000 | #Constraints:      28320
779.68/781.81	c #Conflicts:    1064000 | #Constraints:      29320
779.68/781.81	c #Conflicts:    1065000 | #Constraints:      30320
779.68/781.81	c #Conflicts:    1066000 | #Constraints:      31320
779.68/781.81	c #Conflicts:    1067000 | #Constraints:      32320
779.68/781.81	c #Conflicts:    1068000 | #Constraints:      33320
779.68/781.81	c #Conflicts:    1069000 | #Constraints:      34321
779.68/781.81	c #Conflicts:    1070000 | #Constraints:      35321
779.68/781.81	c #Conflicts:    1071000 | #Constraints:      36322
779.68/781.81	c #Conflicts:    1072000 | #Constraints:      37322
779.68/781.81	c #Conflicts:    1073000 | #Constraints:      38322
779.68/781.81	c #Conflicts:    1074000 | #Constraints:      39323
779.68/781.81	c #Conflicts:    1075000 | #Constraints:      40324
779.68/781.81	c #Conflicts:    1076000 | #Constraints:      41325
779.68/781.81	c #Conflicts:    1077000 | #Constraints:      42325
779.68/781.81	c #Conflicts:    1078000 | #Constraints:      43325
779.68/781.81	c #Conflicts:    1079000 | #Constraints:      44325
779.68/781.81	c #Conflicts:    1080000 | #Constraints:      45325
779.68/781.81	c #Conflicts:    1081000 | #Constraints:      46326
779.68/781.81	c #Conflicts:    1082000 | #Constraints:      47326
779.68/781.81	c #Conflicts:    1083000 | #Constraints:      48327
779.68/781.81	c INPROCESSING
779.68/781.81	c GARBAGE COLLECT
779.68/781.81	c rational objective 996
807.70/809.98	c #Conflicts:    1084000 | #Constraints:      28659
807.70/809.98	c #Conflicts:    1085000 | #Constraints:      29670
807.70/809.98	c #Conflicts:    1086000 | #Constraints:      30686
807.70/809.98	c #Conflicts:    1087000 | #Constraints:      31697
807.70/809.98	c #Conflicts:    1088000 | #Constraints:      32709
807.70/809.98	c #Conflicts:    1089000 | #Constraints:      33722
807.70/809.98	c #Conflicts:    1090000 | #Constraints:      34735
807.70/809.98	c #Conflicts:    1091000 | #Constraints:      35754
807.70/809.98	c #Conflicts:    1092000 | #Constraints:      36799
807.70/809.98	c #Conflicts:    1093000 | #Constraints:      37838
807.70/809.98	c #Conflicts:    1094000 | #Constraints:      38869
807.70/809.98	c #Conflicts:    1095000 | #Constraints:      39891
807.70/809.98	c #Conflicts:    1096000 | #Constraints:      40925
807.70/809.98	c #Conflicts:    1097000 | #Constraints:      41954
807.70/809.98	c #Conflicts:    1098000 | #Constraints:      42977
807.70/809.98	c #Conflicts:    1099000 | #Constraints:      43999
807.70/809.98	c #Conflicts:    1100000 | #Constraints:      45022
807.70/809.98	c #Conflicts:    1101000 | #Constraints:      46042
807.70/809.98	c #Conflicts:    1102000 | #Constraints:      47060
807.70/809.98	c #Conflicts:    1103000 | #Constraints:      48083
807.70/809.98	c #Conflicts:    1104000 | #Constraints:      49106
807.70/809.98	c INPROCESSING
807.70/809.98	c GARBAGE COLLECT
807.70/809.98	c rational objective 996
825.66/827.91	c #Conflicts:    1105000 | #Constraints:      28955
825.66/827.91	c #Conflicts:    1106000 | #Constraints:      29955
825.66/827.91	c #Conflicts:    1107000 | #Constraints:      30955
825.66/827.91	c #Conflicts:    1108000 | #Constraints:      31955
825.66/827.91	c #Conflicts:    1109000 | #Constraints:      32955
825.66/827.91	c #Conflicts:    1110000 | #Constraints:      33955
825.66/827.91	c #Conflicts:    1111000 | #Constraints:      34955
825.66/827.91	c #Conflicts:    1112000 | #Constraints:      35955
825.66/827.91	c #Conflicts:    1113000 | #Constraints:      36955
825.66/827.91	c #Conflicts:    1114000 | #Constraints:      37955
825.66/827.91	c #Conflicts:    1115000 | #Constraints:      38955
825.66/827.91	c #Conflicts:    1116000 | #Constraints:      39955
825.66/827.91	c #Conflicts:    1117000 | #Constraints:      40955
825.66/827.91	c #Conflicts:    1118000 | #Constraints:      41955
825.66/827.91	c #Conflicts:    1119000 | #Constraints:      42955
825.66/827.91	c #Conflicts:    1120000 | #Constraints:      43955
825.66/827.91	c #Conflicts:    1121000 | #Constraints:      44955
825.66/827.91	c #Conflicts:    1122000 | #Constraints:      45955
825.66/827.91	c #Conflicts:    1123000 | #Constraints:      46955
825.66/827.91	c #Conflicts:    1124000 | #Constraints:      47955
825.66/827.91	c #Conflicts:    1125000 | #Constraints:      48955
825.66/827.91	c INPROCESSING
825.66/827.91	c GARBAGE COLLECT
825.66/827.91	c rational objective 996
844.11/846.48	c #Conflicts:    1126000 | #Constraints:      28851
844.11/846.48	c #Conflicts:    1127000 | #Constraints:      29851
844.11/846.48	c #Conflicts:    1128000 | #Constraints:      30851
844.11/846.48	c #Conflicts:    1129000 | #Constraints:      31851
844.11/846.48	c #Conflicts:    1130000 | #Constraints:      32851
844.11/846.48	c #Conflicts:    1131000 | #Constraints:      33851
844.11/846.48	c #Conflicts:    1132000 | #Constraints:      34851
844.11/846.48	c #Conflicts:    1133000 | #Constraints:      35851
844.11/846.48	c #Conflicts:    1134000 | #Constraints:      36851
844.11/846.48	c #Conflicts:    1135000 | #Constraints:      37851
844.11/846.48	c #Conflicts:    1136000 | #Constraints:      38851
844.11/846.48	c #Conflicts:    1137000 | #Constraints:      39851
844.11/846.48	c #Conflicts:    1138000 | #Constraints:      40851
844.11/846.48	c #Conflicts:    1139000 | #Constraints:      41851
844.11/846.48	c #Conflicts:    1140000 | #Constraints:      42851
844.11/846.48	c #Conflicts:    1141000 | #Constraints:      43851
844.11/846.48	c #Conflicts:    1142000 | #Constraints:      44851
844.11/846.48	c #Conflicts:    1143000 | #Constraints:      45851
844.11/846.48	c #Conflicts:    1144000 | #Constraints:      46851
844.11/846.48	c #Conflicts:    1145000 | #Constraints:      47851
844.11/846.48	c #Conflicts:    1146000 | #Constraints:      48851
844.11/846.48	c INPROCESSING
844.11/846.48	c GARBAGE COLLECT
844.11/846.48	c rational objective 996
861.47/863.88	c #Conflicts:    1147000 | #Constraints:      28596
861.47/863.88	c #Conflicts:    1148000 | #Constraints:      29596
861.47/863.88	c #Conflicts:    1149000 | #Constraints:      30596
861.47/863.88	c #Conflicts:    1150000 | #Constraints:      31596
861.47/863.88	c #Conflicts:    1151000 | #Constraints:      32596
861.47/863.88	c #Conflicts:    1152000 | #Constraints:      33596
861.47/863.88	c #Conflicts:    1153000 | #Constraints:      34596
861.47/863.88	c #Conflicts:    1154000 | #Constraints:      35596
861.47/863.88	c #Conflicts:    1155000 | #Constraints:      36596
861.47/863.88	c #Conflicts:    1156000 | #Constraints:      37596
861.47/863.88	c #Conflicts:    1157000 | #Constraints:      38596
861.47/863.88	c #Conflicts:    1158000 | #Constraints:      39596
861.47/863.88	c #Conflicts:    1159000 | #Constraints:      40596
861.47/863.88	c #Conflicts:    1160000 | #Constraints:      41596
861.47/863.88	c #Conflicts:    1161000 | #Constraints:      42596
861.47/863.88	c #Conflicts:    1162000 | #Constraints:      43596
861.47/863.88	c #Conflicts:    1163000 | #Constraints:      44596
861.47/863.88	c #Conflicts:    1164000 | #Constraints:      45596
861.47/863.88	c #Conflicts:    1165000 | #Constraints:      46596
861.47/863.88	c #Conflicts:    1166000 | #Constraints:      47596
861.47/863.88	c #Conflicts:    1167000 | #Constraints:      48596
861.47/863.88	c #Conflicts:    1168000 | #Constraints:      49596
861.47/863.88	c INPROCESSING
861.47/863.88	c GARBAGE COLLECT
861.47/863.88	c rational objective 996
881.81/884.25	c #Conflicts:    1169000 | #Constraints:      29214
881.81/884.25	c #Conflicts:    1170000 | #Constraints:      30265
881.81/884.25	c #Conflicts:    1171000 | #Constraints:      31313
881.81/884.25	c #Conflicts:    1172000 | #Constraints:      32361
881.81/884.25	c #Conflicts:    1173000 | #Constraints:      33399
881.81/884.25	c #Conflicts:    1174000 | #Constraints:      34426
881.81/884.25	c #Conflicts:    1175000 | #Constraints:      35459
881.81/884.25	c #Conflicts:    1176000 | #Constraints:      36488
881.81/884.25	c #Conflicts:    1177000 | #Constraints:      37514
881.81/884.25	c #Conflicts:    1178000 | #Constraints:      38541
881.81/884.25	c #Conflicts:    1179000 | #Constraints:      39563
881.81/884.25	c #Conflicts:    1180000 | #Constraints:      40588
881.81/884.25	c #Conflicts:    1181000 | #Constraints:      41618
881.81/884.25	c #Conflicts:    1182000 | #Constraints:      42647
881.81/884.25	c #Conflicts:    1183000 | #Constraints:      43678
881.81/884.25	c #Conflicts:    1184000 | #Constraints:      44702
881.81/884.25	c #Conflicts:    1185000 | #Constraints:      45747
881.81/884.25	c #Conflicts:    1186000 | #Constraints:      46776
881.81/884.25	c #Conflicts:    1187000 | #Constraints:      47799
881.81/884.25	c #Conflicts:    1188000 | #Constraints:      48819
881.81/884.25	c #Conflicts:    1189000 | #Constraints:      49848
881.81/884.25	c #Conflicts:    1190000 | #Constraints:      50884
881.81/884.25	c INPROCESSING
881.81/884.25	c GARBAGE COLLECT
881.81/884.25	c rational objective 996
901.56/904.08	c #Conflicts:    1191000 | #Constraints:      29829
901.56/904.08	c #Conflicts:    1192000 | #Constraints:      30829
901.56/904.08	c #Conflicts:    1193000 | #Constraints:      31829
901.56/904.08	c #Conflicts:    1194000 | #Constraints:      32829
901.56/904.08	c #Conflicts:    1195000 | #Constraints:      33829
901.56/904.08	c #Conflicts:    1196000 | #Constraints:      34829
901.56/904.08	c #Conflicts:    1197000 | #Constraints:      35829
901.56/904.08	c #Conflicts:    1198000 | #Constraints:      36829
901.56/904.08	c #Conflicts:    1199000 | #Constraints:      37829
901.56/904.08	c #Conflicts:    1200000 | #Constraints:      38829
901.56/904.08	c #Conflicts:    1201000 | #Constraints:      39829
901.56/904.08	c #Conflicts:    1202000 | #Constraints:      40829
901.56/904.08	c #Conflicts:    1203000 | #Constraints:      41829
901.56/904.08	c #Conflicts:    1204000 | #Constraints:      42829
901.56/904.08	c #Conflicts:    1205000 | #Constraints:      43829
901.56/904.08	c #Conflicts:    1206000 | #Constraints:      44829
901.56/904.08	c #Conflicts:    1207000 | #Constraints:      45829
901.56/904.08	c #Conflicts:    1208000 | #Constraints:      46829
901.56/904.08	c #Conflicts:    1209000 | #Constraints:      47829
901.56/904.08	c #Conflicts:    1210000 | #Constraints:      48829
901.56/904.08	c #Conflicts:    1211000 | #Constraints:      49829
901.56/904.08	c #Conflicts:    1212000 | #Constraints:      50829
901.56/904.08	c INPROCESSING
901.56/904.08	c GARBAGE COLLECT
901.56/904.08	c rational objective 996
922.00/924.51	c #Conflicts:    1213000 | #Constraints:      29907
922.00/924.51	c #Conflicts:    1214000 | #Constraints:      30942
922.00/924.51	c #Conflicts:    1215000 | #Constraints:      31992
922.00/924.51	c #Conflicts:    1216000 | #Constraints:      33068
922.00/924.51	c #Conflicts:    1217000 | #Constraints:      34124
922.00/924.51	c #Conflicts:    1218000 | #Constraints:      35184
922.00/924.51	c #Conflicts:    1219000 | #Constraints:      36240
922.00/924.51	c #Conflicts:    1220000 | #Constraints:      37297
922.00/924.51	c #Conflicts:    1221000 | #Constraints:      38361
922.00/924.51	c #Conflicts:    1222000 | #Constraints:      39390
922.00/924.51	c #Conflicts:    1223000 | #Constraints:      40433
922.00/924.51	c #Conflicts:    1224000 | #Constraints:      41470
922.00/924.51	c #Conflicts:    1225000 | #Constraints:      42511
922.00/924.51	c #Conflicts:    1226000 | #Constraints:      43548
922.00/924.51	c #Conflicts:    1227000 | #Constraints:      44574
922.00/924.51	c #Conflicts:    1228000 | #Constraints:      45604
922.00/924.51	c #Conflicts:    1229000 | #Constraints:      46643
922.00/924.51	c #Conflicts:    1230000 | #Constraints:      47685
922.00/924.51	c #Conflicts:    1231000 | #Constraints:      48716
922.00/924.51	c #Conflicts:    1232000 | #Constraints:      49753
922.00/924.51	c #Conflicts:    1233000 | #Constraints:      50794
922.00/924.51	c #Conflicts:    1234000 | #Constraints:      51820
922.00/924.51	c INPROCESSING
922.00/924.51	c GARBAGE COLLECT
922.00/924.51	c rational objective 996
942.54/945.18	c #Conflicts:    1235000 | #Constraints:      30220
942.54/945.18	c #Conflicts:    1236000 | #Constraints:      31220
942.54/945.18	c #Conflicts:    1237000 | #Constraints:      32220
942.54/945.18	c #Conflicts:    1238000 | #Constraints:      33220
942.54/945.18	c #Conflicts:    1239000 | #Constraints:      34220
942.54/945.18	c #Conflicts:    1240000 | #Constraints:      35220
942.54/945.18	c #Conflicts:    1241000 | #Constraints:      36220
942.54/945.18	c #Conflicts:    1242000 | #Constraints:      37220
942.54/945.18	c #Conflicts:    1243000 | #Constraints:      38220
942.54/945.18	c #Conflicts:    1244000 | #Constraints:      39220
942.54/945.18	c #Conflicts:    1245000 | #Constraints:      40220
942.54/945.18	c #Conflicts:    1246000 | #Constraints:      41220
942.54/945.18	c #Conflicts:    1247000 | #Constraints:      42220
942.54/945.18	c #Conflicts:    1248000 | #Constraints:      43220
942.54/945.18	c #Conflicts:    1249000 | #Constraints:      44220
942.54/945.18	c #Conflicts:    1250000 | #Constraints:      45220
942.54/945.18	c #Conflicts:    1251000 | #Constraints:      46220
942.54/945.18	c #Conflicts:    1252000 | #Constraints:      47220
942.54/945.18	c #Conflicts:    1253000 | #Constraints:      48220
942.54/945.18	c #Conflicts:    1254000 | #Constraints:      49220
942.54/945.18	c #Conflicts:    1255000 | #Constraints:      50220
942.54/945.18	c #Conflicts:    1256000 | #Constraints:      51220
942.54/945.18	c INPROCESSING
942.54/945.18	c GARBAGE COLLECT
942.54/945.18	c rational objective 996
961.38/964.03	c #Conflicts:    1257000 | #Constraints:      29779
961.38/964.03	c #Conflicts:    1258000 | #Constraints:      30779
961.38/964.03	c #Conflicts:    1259000 | #Constraints:      31779
961.38/964.03	c #Conflicts:    1260000 | #Constraints:      32779
961.38/964.03	c #Conflicts:    1261000 | #Constraints:      33779
961.38/964.03	c #Conflicts:    1262000 | #Constraints:      34779
961.38/964.03	c #Conflicts:    1263000 | #Constraints:      35779
961.38/964.03	c #Conflicts:    1264000 | #Constraints:      36779
961.38/964.03	c #Conflicts:    1265000 | #Constraints:      37779
961.38/964.03	c #Conflicts:    1266000 | #Constraints:      38779
961.38/964.03	c #Conflicts:    1267000 | #Constraints:      39779
961.38/964.03	c #Conflicts:    1268000 | #Constraints:      40779
961.38/964.03	c #Conflicts:    1269000 | #Constraints:      41779
961.38/964.03	c #Conflicts:    1270000 | #Constraints:      42779
961.38/964.03	c #Conflicts:    1271000 | #Constraints:      43779
961.38/964.03	c #Conflicts:    1272000 | #Constraints:      44779
961.38/964.03	c #Conflicts:    1273000 | #Constraints:      45779
961.38/964.03	c #Conflicts:    1274000 | #Constraints:      46779
961.38/964.03	c #Conflicts:    1275000 | #Constraints:      47779
961.38/964.03	c #Conflicts:    1276000 | #Constraints:      48779
961.38/964.03	c #Conflicts:    1277000 | #Constraints:      49779
961.38/964.03	c #Conflicts:    1278000 | #Constraints:      50779
961.38/964.03	c #Conflicts:    1279000 | #Constraints:      51779
961.38/964.03	c INPROCESSING
961.38/964.03	c GARBAGE COLLECT
961.38/964.03	c rational objective 996
982.43/985.10	c #Conflicts:    1280000 | #Constraints:      30281
982.43/985.10	c #Conflicts:    1281000 | #Constraints:      31312
982.43/985.10	c #Conflicts:    1282000 | #Constraints:      32368
982.43/985.10	c #Conflicts:    1283000 | #Constraints:      33435
982.43/985.10	c #Conflicts:    1284000 | #Constraints:      34505
982.43/985.10	c #Conflicts:    1285000 | #Constraints:      35555
982.43/985.10	c #Conflicts:    1286000 | #Constraints:      36588
982.43/985.10	c #Conflicts:    1287000 | #Constraints:      37642
982.43/985.10	c #Conflicts:    1288000 | #Constraints:      38695
982.43/985.10	c #Conflicts:    1289000 | #Constraints:      39751
982.43/985.10	c #Conflicts:    1290000 | #Constraints:      40791
982.43/985.10	c #Conflicts:    1291000 | #Constraints:      41839
982.43/985.10	c #Conflicts:    1292000 | #Constraints:      42870
982.43/985.10	c #Conflicts:    1293000 | #Constraints:      43898
982.43/985.10	c #Conflicts:    1294000 | #Constraints:      44937
982.43/985.10	c #Conflicts:    1295000 | #Constraints:      45967
982.43/985.10	c #Conflicts:    1296000 | #Constraints:      47006
982.43/985.10	c #Conflicts:    1297000 | #Constraints:      48044
982.43/985.10	c #Conflicts:    1298000 | #Constraints:      49089
982.43/985.10	c #Conflicts:    1299000 | #Constraints:      50139
982.43/985.10	c #Conflicts:    1300000 | #Constraints:      51169
982.43/985.10	c #Conflicts:    1301000 | #Constraints:      52210
982.43/985.10	c #Conflicts:    1302000 | #Constraints:      53243
982.43/985.10	c INPROCESSING
982.43/985.10	c GARBAGE COLLECT
982.43/985.10	c rational objective 996
1003.87/1006.69	c #Conflicts:    1303000 | #Constraints:      31005
1003.87/1006.69	c #Conflicts:    1304000 | #Constraints:      32005
1003.87/1006.69	c #Conflicts:    1305000 | #Constraints:      33005
1003.87/1006.69	c #Conflicts:    1306000 | #Constraints:      34005
1003.87/1006.69	c #Conflicts:    1307000 | #Constraints:      35005
1003.87/1006.69	c #Conflicts:    1308000 | #Constraints:      36005
1003.87/1006.69	c #Conflicts:    1309000 | #Constraints:      37005
1003.87/1006.69	c #Conflicts:    1310000 | #Constraints:      38005
1003.87/1006.69	c #Conflicts:    1311000 | #Constraints:      39005
1003.87/1006.69	c #Conflicts:    1312000 | #Constraints:      40005
1003.87/1006.69	c #Conflicts:    1313000 | #Constraints:      41005
1003.87/1006.69	c #Conflicts:    1314000 | #Constraints:      42005
1003.87/1006.69	c #Conflicts:    1315000 | #Constraints:      43005
1003.87/1006.69	c #Conflicts:    1316000 | #Constraints:      44005
1003.87/1006.69	c #Conflicts:    1317000 | #Constraints:      45005
1003.87/1006.69	c #Conflicts:    1318000 | #Constraints:      46005
1003.87/1006.69	c #Conflicts:    1319000 | #Constraints:      47005
1003.87/1006.69	c #Conflicts:    1320000 | #Constraints:      48005
1003.87/1006.69	c #Conflicts:    1321000 | #Constraints:      49005
1003.87/1006.69	c #Conflicts:    1322000 | #Constraints:      50005
1003.87/1006.69	c #Conflicts:    1323000 | #Constraints:      51005
1003.87/1006.69	c #Conflicts:    1324000 | #Constraints:      52005
1003.87/1006.69	c #Conflicts:    1325000 | #Constraints:      53005
1003.87/1006.69	c INPROCESSING
1003.87/1006.69	c GARBAGE COLLECT
1003.87/1006.69	c rational objective 996
1024.01/1026.81	c #Conflicts:    1326000 | #Constraints:      30990
1024.01/1026.81	c #Conflicts:    1327000 | #Constraints:      31990
1024.01/1026.81	c #Conflicts:    1328000 | #Constraints:      32990
1024.01/1026.81	c #Conflicts:    1329000 | #Constraints:      33990
1024.01/1026.81	c #Conflicts:    1330000 | #Constraints:      34990
1024.01/1026.81	c #Conflicts:    1331000 | #Constraints:      35990
1024.01/1026.81	c #Conflicts:    1332000 | #Constraints:      36990
1024.01/1026.81	c #Conflicts:    1333000 | #Constraints:      37990
1024.01/1026.81	c #Conflicts:    1334000 | #Constraints:      38990
1024.01/1026.81	c #Conflicts:    1335000 | #Constraints:      39990
1024.01/1026.81	c #Conflicts:    1336000 | #Constraints:      40990
1024.01/1026.81	c #Conflicts:    1337000 | #Constraints:      41990
1024.01/1026.81	c #Conflicts:    1338000 | #Constraints:      42990
1024.01/1026.81	c #Conflicts:    1339000 | #Constraints:      43990
1024.01/1026.81	c #Conflicts:    1340000 | #Constraints:      44990
1024.01/1026.81	c #Conflicts:    1341000 | #Constraints:      45990
1024.01/1026.81	c #Conflicts:    1342000 | #Constraints:      46990
1024.01/1026.81	c #Conflicts:    1343000 | #Constraints:      47990
1024.01/1026.81	c #Conflicts:    1344000 | #Constraints:      48990
1024.01/1026.81	c #Conflicts:    1345000 | #Constraints:      49990
1024.01/1026.81	c #Conflicts:    1346000 | #Constraints:      50990
1024.01/1026.81	c #Conflicts:    1347000 | #Constraints:      51990
1024.01/1026.81	c #Conflicts:    1348000 | #Constraints:      52990
1024.01/1026.81	c INPROCESSING
1024.01/1026.81	c GARBAGE COLLECT
1024.01/1026.81	c rational objective 996
1050.65/1053.53	c #Conflicts:    1349000 | #Constraints:      30895
1050.65/1053.53	c #Conflicts:    1350000 | #Constraints:      31910
1050.65/1053.53	c #Conflicts:    1351000 | #Constraints:      32929
1050.65/1053.53	c #Conflicts:    1352000 | #Constraints:      33947
1050.65/1053.53	c #Conflicts:    1353000 | #Constraints:      34960
1050.65/1053.53	c #Conflicts:    1354000 | #Constraints:      35976
1050.65/1053.53	c #Conflicts:    1355000 | #Constraints:      36988
1050.65/1053.53	c #Conflicts:    1356000 | #Constraints:      38000
1050.65/1053.53	c #Conflicts:    1357000 | #Constraints:      39023
1050.65/1053.53	c #Conflicts:    1358000 | #Constraints:      40059
1050.65/1053.53	c #Conflicts:    1359000 | #Constraints:      41086
1050.65/1053.53	c #Conflicts:    1360000 | #Constraints:      42114
1050.65/1053.53	c #Conflicts:    1361000 | #Constraints:      43141
1050.65/1053.53	c #Conflicts:    1362000 | #Constraints:      44157
1050.65/1053.53	c #Conflicts:    1363000 | #Constraints:      45182
1050.65/1053.53	c #Conflicts:    1364000 | #Constraints:      46200
1050.65/1053.53	c #Conflicts:    1365000 | #Constraints:      47242
1050.65/1053.53	c #Conflicts:    1366000 | #Constraints:      48291
1050.65/1053.53	c #Conflicts:    1367000 | #Constraints:      49322
1050.65/1053.53	c #Conflicts:    1368000 | #Constraints:      50356
1050.65/1053.53	c #Conflicts:    1369000 | #Constraints:      51392
1050.65/1053.53	c #Conflicts:    1370000 | #Constraints:      52424
1050.65/1053.53	c #Conflicts:    1371000 | #Constraints:      53456
1050.65/1053.53	c INPROCESSING
1050.65/1053.53	c GARBAGE COLLECT
1050.65/1053.53	c rational objective 996
1070.99/1073.91	c #Conflicts:    1372000 | #Constraints:      30819
1070.99/1073.91	c #Conflicts:    1373000 | #Constraints:      31819
1070.99/1073.91	c #Conflicts:    1374000 | #Constraints:      32819
1070.99/1073.91	c #Conflicts:    1375000 | #Constraints:      33819
1070.99/1073.91	c #Conflicts:    1376000 | #Constraints:      34819
1070.99/1073.91	c #Conflicts:    1377000 | #Constraints:      35819
1070.99/1073.91	c #Conflicts:    1378000 | #Constraints:      36819
1070.99/1073.91	c #Conflicts:    1379000 | #Constraints:      37819
1070.99/1073.91	c #Conflicts:    1380000 | #Constraints:      38819
1070.99/1073.91	c #Conflicts:    1381000 | #Constraints:      39819
1070.99/1073.91	c #Conflicts:    1382000 | #Constraints:      40819
1070.99/1073.91	c #Conflicts:    1383000 | #Constraints:      41819
1070.99/1073.91	c #Conflicts:    1384000 | #Constraints:      42819
1070.99/1073.91	c #Conflicts:    1385000 | #Constraints:      43819
1070.99/1073.91	c #Conflicts:    1386000 | #Constraints:      44819
1070.99/1073.91	c #Conflicts:    1387000 | #Constraints:      45819
1070.99/1073.91	c #Conflicts:    1388000 | #Constraints:      46819
1070.99/1073.91	c #Conflicts:    1389000 | #Constraints:      47820
1070.99/1073.91	c #Conflicts:    1390000 | #Constraints:      48840
1070.99/1073.91	c #Conflicts:    1391000 | #Constraints:      49840
1070.99/1073.91	c #Conflicts:    1392000 | #Constraints:      50840
1070.99/1073.91	c #Conflicts:    1393000 | #Constraints:      51840
1070.99/1073.91	c #Conflicts:    1394000 | #Constraints:      52840
1070.99/1073.91	c #Conflicts:    1395000 | #Constraints:      53841
1070.99/1073.91	c INPROCESSING
1070.99/1073.91	c GARBAGE COLLECT
1070.99/1073.91	c rational objective 996
1092.23/1095.21	c #Conflicts:    1396000 | #Constraints:      31317
1092.23/1095.21	c #Conflicts:    1397000 | #Constraints:      32317
1092.23/1095.21	c #Conflicts:    1398000 | #Constraints:      33317
1092.23/1095.21	c #Conflicts:    1399000 | #Constraints:      34317
1092.23/1095.21	c #Conflicts:    1400000 | #Constraints:      35317
1092.23/1095.21	c #Conflicts:    1401000 | #Constraints:      36317
1092.23/1095.21	c #Conflicts:    1402000 | #Constraints:      37317
1092.23/1095.21	c #Conflicts:    1403000 | #Constraints:      38317
1092.23/1095.21	c #Conflicts:    1404000 | #Constraints:      39317
1092.23/1095.21	c #Conflicts:    1405000 | #Constraints:      40317
1092.23/1095.21	c #Conflicts:    1406000 | #Constraints:      41317
1092.23/1095.21	c #Conflicts:    1407000 | #Constraints:      42317
1092.23/1095.21	c #Conflicts:    1408000 | #Constraints:      43317
1092.23/1095.21	c #Conflicts:    1409000 | #Constraints:      44317
1092.23/1095.21	c #Conflicts:    1410000 | #Constraints:      45317
1092.23/1095.21	c #Conflicts:    1411000 | #Constraints:      46317
1092.23/1095.21	c #Conflicts:    1412000 | #Constraints:      47317
1092.23/1095.21	c #Conflicts:    1413000 | #Constraints:      48317
1092.23/1095.21	c #Conflicts:    1414000 | #Constraints:      49317
1092.23/1095.21	c #Conflicts:    1415000 | #Constraints:      50317
1092.23/1095.21	c #Conflicts:    1416000 | #Constraints:      51317
1092.23/1095.21	c #Conflicts:    1417000 | #Constraints:      52318
1092.23/1095.21	c #Conflicts:    1418000 | #Constraints:      53318
1092.23/1095.21	c #Conflicts:    1419000 | #Constraints:      54318
1092.23/1095.21	c INPROCESSING
1092.23/1095.21	c GARBAGE COLLECT
1092.23/1095.21	c rational objective 996
1118.56/1121.64	c #Conflicts:    1420000 | #Constraints:      31649
1118.56/1121.64	c #Conflicts:    1421000 | #Constraints:      32681
1118.56/1121.64	c #Conflicts:    1422000 | #Constraints:      33762
1118.56/1121.64	c #Conflicts:    1423000 | #Constraints:      34827
1118.56/1121.64	c #Conflicts:    1424000 | #Constraints:      35873
1118.56/1121.64	c #Conflicts:    1425000 | #Constraints:      36921
1118.56/1121.64	c #Conflicts:    1426000 | #Constraints:      37972
1118.56/1121.64	c #Conflicts:    1427000 | #Constraints:      39012
1118.56/1121.64	c #Conflicts:    1428000 | #Constraints:      40053
1118.56/1121.64	c #Conflicts:    1429000 | #Constraints:      41082
1118.56/1121.64	c #Conflicts:    1430000 | #Constraints:      42128
1118.56/1121.64	c #Conflicts:    1431000 | #Constraints:      43174
1118.56/1121.64	c #Conflicts:    1432000 | #Constraints:      44205
1118.56/1121.64	c #Conflicts:    1433000 | #Constraints:      45245
1118.56/1121.64	c #Conflicts:    1434000 | #Constraints:      46281
1118.56/1121.64	c #Conflicts:    1435000 | #Constraints:      47315
1118.56/1121.64	c #Conflicts:    1436000 | #Constraints:      48342
1118.56/1121.64	c #Conflicts:    1437000 | #Constraints:      49375
1118.56/1121.64	c #Conflicts:    1438000 | #Constraints:      50397
1118.56/1121.64	c #Conflicts:    1439000 | #Constraints:      51432
1118.56/1121.64	c #Conflicts:    1440000 | #Constraints:      52481
1118.56/1121.64	c #Conflicts:    1441000 | #Constraints:      53512
1118.56/1121.64	c #Conflicts:    1442000 | #Constraints:      54555
1118.56/1121.64	c #Conflicts:    1443000 | #Constraints:      55586
1118.56/1121.64	c INPROCESSING
1118.56/1121.64	c GARBAGE COLLECT
1118.56/1121.64	c rational objective 996
1143.29/1146.40	c #Conflicts:    1444000 | #Constraints:      32144
1143.29/1146.40	c #Conflicts:    1445000 | #Constraints:      33144
1143.29/1146.40	c #Conflicts:    1446000 | #Constraints:      34144
1143.29/1146.40	c #Conflicts:    1447000 | #Constraints:      35144
1143.29/1146.40	c #Conflicts:    1448000 | #Constraints:      36144
1143.29/1146.40	c #Conflicts:    1449000 | #Constraints:      37144
1143.29/1146.40	c #Conflicts:    1450000 | #Constraints:      38144
1143.29/1146.40	c #Conflicts:    1451000 | #Constraints:      39144
1143.29/1146.40	c #Conflicts:    1452000 | #Constraints:      40144
1143.29/1146.40	c #Conflicts:    1453000 | #Constraints:      41144
1143.29/1146.40	c #Conflicts:    1454000 | #Constraints:      42144
1143.29/1146.40	c #Conflicts:    1455000 | #Constraints:      43144
1143.29/1146.40	c #Conflicts:    1456000 | #Constraints:      44144
1143.29/1146.40	c #Conflicts:    1457000 | #Constraints:      45144
1143.29/1146.40	c #Conflicts:    1458000 | #Constraints:      46144
1143.29/1146.40	c #Conflicts:    1459000 | #Constraints:      47144
1143.29/1146.40	c #Conflicts:    1460000 | #Constraints:      48144
1143.29/1146.40	c #Conflicts:    1461000 | #Constraints:      49144
1143.29/1146.40	c #Conflicts:    1462000 | #Constraints:      50144
1143.29/1146.40	c #Conflicts:    1463000 | #Constraints:      51144
1143.29/1146.40	c #Conflicts:    1464000 | #Constraints:      52144
1143.29/1146.40	c #Conflicts:    1465000 | #Constraints:      53144
1143.29/1146.40	c #Conflicts:    1466000 | #Constraints:      54144
1143.29/1146.40	c #Conflicts:    1467000 | #Constraints:      55144
1143.29/1146.40	c INPROCESSING
1143.29/1146.40	c GARBAGE COLLECT
1143.29/1146.40	c rational objective 996
1167.14/1170.39	c #Conflicts:    1468000 | #Constraints:      31966
1167.14/1170.39	c #Conflicts:    1469000 | #Constraints:      32966
1167.14/1170.39	c #Conflicts:    1470000 | #Constraints:      33966
1167.14/1170.39	c #Conflicts:    1471000 | #Constraints:      34966
1167.14/1170.39	c #Conflicts:    1472000 | #Constraints:      35966
1167.14/1170.39	c #Conflicts:    1473000 | #Constraints:      36966
1167.14/1170.39	c #Conflicts:    1474000 | #Constraints:      37966
1167.14/1170.39	c #Conflicts:    1475000 | #Constraints:      38966
1167.14/1170.39	c #Conflicts:    1476000 | #Constraints:      39966
1167.14/1170.39	c #Conflicts:    1477000 | #Constraints:      40966
1167.14/1170.39	c #Conflicts:    1478000 | #Constraints:      41966
1167.14/1170.39	c #Conflicts:    1479000 | #Constraints:      42966
1167.14/1170.39	c #Conflicts:    1480000 | #Constraints:      43966
1167.14/1170.39	c #Conflicts:    1481000 | #Constraints:      44966
1167.14/1170.39	c #Conflicts:    1482000 | #Constraints:      45966
1167.14/1170.39	c #Conflicts:    1483000 | #Constraints:      46966
1167.14/1170.39	c #Conflicts:    1484000 | #Constraints:      47966
1167.14/1170.39	c #Conflicts:    1485000 | #Constraints:      48966
1167.14/1170.39	c #Conflicts:    1486000 | #Constraints:      49966
1167.14/1170.39	c #Conflicts:    1487000 | #Constraints:      50966
1167.14/1170.39	c #Conflicts:    1488000 | #Constraints:      51966
1167.14/1170.39	c #Conflicts:    1489000 | #Constraints:      52966
1167.14/1170.39	c #Conflicts:    1490000 | #Constraints:      53966
1167.14/1170.39	c #Conflicts:    1491000 | #Constraints:      54966
1167.14/1170.39	c INPROCESSING
1167.14/1170.39	c GARBAGE COLLECT
1167.14/1170.39	c rational objective 996
1190.58/1193.88	c #Conflicts:    1492000 | #Constraints:      31669
1190.58/1193.88	c #Conflicts:    1493000 | #Constraints:      32713
1190.58/1193.88	c #Conflicts:    1494000 | #Constraints:      33764
1190.58/1193.88	c #Conflicts:    1495000 | #Constraints:      34813
1190.58/1193.88	c #Conflicts:    1496000 | #Constraints:      35858
1190.58/1193.88	c #Conflicts:    1497000 | #Constraints:      36914
1190.58/1193.88	c #Conflicts:    1498000 | #Constraints:      37964
1190.58/1193.88	c #Conflicts:    1499000 | #Constraints:      39013
1190.58/1193.88	c #Conflicts:    1500000 | #Constraints:      40057
1190.58/1193.88	c #Conflicts:    1501000 | #Constraints:      41094
1190.58/1193.88	c #Conflicts:    1502000 | #Constraints:      42131
1190.58/1193.88	c #Conflicts:    1503000 | #Constraints:      43172
1190.58/1193.88	c #Conflicts:    1504000 | #Constraints:      44213
1190.58/1193.88	c #Conflicts:    1505000 | #Constraints:      45241
1190.58/1193.88	c #Conflicts:    1506000 | #Constraints:      46272
1190.58/1193.88	c #Conflicts:    1507000 | #Constraints:      47313
1190.58/1193.88	c #Conflicts:    1508000 | #Constraints:      48340
1190.58/1193.88	c #Conflicts:    1509000 | #Constraints:      49368
1190.58/1193.88	c #Conflicts:    1510000 | #Constraints:      50401
1190.58/1193.88	c #Conflicts:    1511000 | #Constraints:      51446
1190.58/1193.88	c #Conflicts:    1512000 | #Constraints:      52495
1190.58/1193.88	c #Conflicts:    1513000 | #Constraints:      53527
1190.58/1193.88	c #Conflicts:    1514000 | #Constraints:      54559
1190.58/1193.88	c #Conflicts:    1515000 | #Constraints:      55595
1190.58/1193.88	c #Conflicts:    1516000 | #Constraints:      56621
1190.58/1193.88	c INPROCESSING
1190.58/1193.88	c GARBAGE COLLECT
1190.58/1193.88	c rational objective 996
1191.47/1194.75	c bounds 1035 >= 997 @ 1178.84
1212.41/1215.77	c #Conflicts:    1517000 | #Constraints:      32668
1212.41/1215.77	c #Conflicts:    1518000 | #Constraints:      33668
1212.41/1215.77	c #Conflicts:    1519000 | #Constraints:      34668
1212.41/1215.77	c #Conflicts:    1520000 | #Constraints:      35668
1212.41/1215.77	c #Conflicts:    1521000 | #Constraints:      36668
1212.41/1215.77	c #Conflicts:    1522000 | #Constraints:      37668
1212.41/1215.77	c #Conflicts:    1523000 | #Constraints:      38668
1212.41/1215.77	c #Conflicts:    1524000 | #Constraints:      39668
1212.41/1215.77	c #Conflicts:    1525000 | #Constraints:      40668
1212.41/1215.77	c #Conflicts:    1526000 | #Constraints:      41668
1212.41/1215.77	c #Conflicts:    1527000 | #Constraints:      42668
1212.41/1215.77	c #Conflicts:    1528000 | #Constraints:      43668
1212.41/1215.77	c #Conflicts:    1529000 | #Constraints:      44668
1212.41/1215.77	c #Conflicts:    1530000 | #Constraints:      45668
1212.41/1215.77	c #Conflicts:    1531000 | #Constraints:      46668
1212.41/1215.77	c #Conflicts:    1532000 | #Constraints:      47668
1212.41/1215.77	c #Conflicts:    1533000 | #Constraints:      48668
1212.41/1215.77	c #Conflicts:    1534000 | #Constraints:      49668
1212.41/1215.77	c #Conflicts:    1535000 | #Constraints:      50668
1212.41/1215.77	c #Conflicts:    1536000 | #Constraints:      51668
1212.41/1215.77	c #Conflicts:    1537000 | #Constraints:      52668
1212.41/1215.77	c #Conflicts:    1538000 | #Constraints:      53668
1212.41/1215.77	c #Conflicts:    1539000 | #Constraints:      54668
1212.41/1215.77	c #Conflicts:    1540000 | #Constraints:      55668
1212.41/1215.77	c #Conflicts:    1541000 | #Constraints:      56668
1212.41/1215.77	c INPROCESSING
1212.41/1215.77	c GARBAGE COLLECT
1212.41/1215.77	c rational objective 997
1240.55/1243.91	c #Conflicts:    1542000 | #Constraints:      32822
1240.55/1243.91	c #Conflicts:    1543000 | #Constraints:      33891
1240.55/1243.91	c #Conflicts:    1544000 | #Constraints:      34965
1240.55/1243.91	c #Conflicts:    1545000 | #Constraints:      36013
1240.55/1243.91	c #Conflicts:    1546000 | #Constraints:      37061
1240.55/1243.91	c #Conflicts:    1547000 | #Constraints:      38092
1240.55/1243.91	c #Conflicts:    1548000 | #Constraints:      39148
1240.55/1243.91	c #Conflicts:    1549000 | #Constraints:      40208
1240.55/1243.91	c #Conflicts:    1550000 | #Constraints:      41249
1240.55/1243.91	c #Conflicts:    1551000 | #Constraints:      42289
1240.55/1243.91	c #Conflicts:    1552000 | #Constraints:      43329
1240.55/1243.91	c #Conflicts:    1553000 | #Constraints:      44357
1240.55/1243.91	c #Conflicts:    1554000 | #Constraints:      45416
1240.55/1243.91	c #Conflicts:    1555000 | #Constraints:      46452
1240.55/1243.91	c #Conflicts:    1556000 | #Constraints:      47489
1240.55/1243.91	c #Conflicts:    1557000 | #Constraints:      48520
1240.55/1243.91	c #Conflicts:    1558000 | #Constraints:      49556
1240.55/1243.91	c #Conflicts:    1559000 | #Constraints:      50592
1240.55/1243.91	c #Conflicts:    1560000 | #Constraints:      51631
1240.55/1243.91	c #Conflicts:    1561000 | #Constraints:      52674
1240.55/1243.91	c #Conflicts:    1562000 | #Constraints:      53703
1240.55/1243.91	c #Conflicts:    1563000 | #Constraints:      54741
1240.55/1243.91	c #Conflicts:    1564000 | #Constraints:      55790
1240.55/1243.91	c #Conflicts:    1565000 | #Constraints:      56819
1240.55/1243.91	c #Conflicts:    1566000 | #Constraints:      57846
1240.55/1243.91	c INPROCESSING
1240.55/1243.91	c GARBAGE COLLECT
1240.55/1243.91	c rational objective 997
1263.39/1266.88	c #Conflicts:    1567000 | #Constraints:      33302
1263.39/1266.88	c #Conflicts:    1568000 | #Constraints:      34302
1263.39/1266.88	c #Conflicts:    1569000 | #Constraints:      35302
1263.39/1266.88	c #Conflicts:    1570000 | #Constraints:      36302
1263.39/1266.88	c #Conflicts:    1571000 | #Constraints:      37302
1263.39/1266.88	c #Conflicts:    1572000 | #Constraints:      38302
1263.39/1266.88	c #Conflicts:    1573000 | #Constraints:      39302
1263.39/1266.88	c #Conflicts:    1574000 | #Constraints:      40302
1263.39/1266.88	c #Conflicts:    1575000 | #Constraints:      41302
1263.39/1266.88	c #Conflicts:    1576000 | #Constraints:      42302
1263.39/1266.88	c #Conflicts:    1577000 | #Constraints:      43302
1263.39/1266.88	c #Conflicts:    1578000 | #Constraints:      44302
1263.39/1266.88	c #Conflicts:    1579000 | #Constraints:      45302
1263.39/1266.88	c #Conflicts:    1580000 | #Constraints:      46302
1263.39/1266.88	c #Conflicts:    1581000 | #Constraints:      47302
1263.39/1266.88	c #Conflicts:    1582000 | #Constraints:      48302
1263.39/1266.88	c #Conflicts:    1583000 | #Constraints:      49302
1263.39/1266.88	c #Conflicts:    1584000 | #Constraints:      50302
1263.39/1266.88	c #Conflicts:    1585000 | #Constraints:      51302
1263.39/1266.88	c #Conflicts:    1586000 | #Constraints:      52302
1263.39/1266.88	c #Conflicts:    1587000 | #Constraints:      53302
1263.39/1266.88	c #Conflicts:    1588000 | #Constraints:      54302
1263.39/1266.88	c #Conflicts:    1589000 | #Constraints:      55302
1263.39/1266.88	c #Conflicts:    1590000 | #Constraints:      56302
1263.39/1266.88	c #Conflicts:    1591000 | #Constraints:      57302
1263.39/1266.88	c INPROCESSING
1263.39/1266.88	c GARBAGE COLLECT
1263.39/1266.88	c rational objective 997
1285.03/1288.53	c #Conflicts:    1592000 | #Constraints:      33027
1285.03/1288.53	c #Conflicts:    1593000 | #Constraints:      34027
1285.03/1288.53	c #Conflicts:    1594000 | #Constraints:      35027
1285.03/1288.53	c #Conflicts:    1595000 | #Constraints:      36027
1285.03/1288.53	c #Conflicts:    1596000 | #Constraints:      37028
1285.03/1288.53	c #Conflicts:    1597000 | #Constraints:      38028
1285.03/1288.53	c #Conflicts:    1598000 | #Constraints:      39028
1285.03/1288.53	c #Conflicts:    1599000 | #Constraints:      40029
1285.03/1288.53	c #Conflicts:    1600000 | #Constraints:      41030
1285.03/1288.53	c #Conflicts:    1601000 | #Constraints:      42030
1285.03/1288.53	c #Conflicts:    1602000 | #Constraints:      43030
1285.03/1288.53	c #Conflicts:    1603000 | #Constraints:      44030
1285.03/1288.53	c #Conflicts:    1604000 | #Constraints:      45031
1285.03/1288.53	c #Conflicts:    1605000 | #Constraints:      46031
1285.03/1288.53	c #Conflicts:    1606000 | #Constraints:      47031
1285.03/1288.53	c #Conflicts:    1607000 | #Constraints:      48031
1285.03/1288.53	c #Conflicts:    1608000 | #Constraints:      49032
1285.03/1288.53	c #Conflicts:    1609000 | #Constraints:      50033
1285.03/1288.53	c #Conflicts:    1610000 | #Constraints:      51033
1285.03/1288.53	c #Conflicts:    1611000 | #Constraints:      52033
1285.03/1288.53	c #Conflicts:    1612000 | #Constraints:      53033
1285.03/1288.53	c #Conflicts:    1613000 | #Constraints:      54033
1285.03/1288.53	c #Conflicts:    1614000 | #Constraints:      55034
1285.03/1288.53	c #Conflicts:    1615000 | #Constraints:      56034
1285.03/1288.53	c #Conflicts:    1616000 | #Constraints:      57035
1285.03/1288.53	c INPROCESSING
1285.03/1288.53	c GARBAGE COLLECT
1285.03/1288.53	c rational objective 997
1325.84/1329.43	c #Conflicts:    1617000 | #Constraints:      32721
1325.84/1329.43	c #Conflicts:    1618000 | #Constraints:      33721
1325.84/1329.43	c #Conflicts:    1619000 | #Constraints:      34721
1325.84/1329.43	c #Conflicts:    1620000 | #Constraints:      35721
1325.84/1329.43	c #Conflicts:    1621000 | #Constraints:      36721
1325.84/1329.43	c #Conflicts:    1622000 | #Constraints:      37721
1325.84/1329.43	c #Conflicts:    1623000 | #Constraints:      38721
1325.84/1329.43	c #Conflicts:    1624000 | #Constraints:      39721
1325.84/1329.43	c #Conflicts:    1625000 | #Constraints:      40938
1325.84/1329.43	c #Conflicts:    1626000 | #Constraints:      42314
1325.84/1329.43	c #Conflicts:    1627000 | #Constraints:      43702
1325.84/1329.43	c #Conflicts:    1628000 | #Constraints:      45079
1325.84/1329.43	c #Conflicts:    1629000 | #Constraints:      46476
1325.84/1329.43	c #Conflicts:    1630000 | #Constraints:      47857
1325.84/1329.43	c #Conflicts:    1631000 | #Constraints:      49208
1325.84/1329.43	c #Conflicts:    1632000 | #Constraints:      50615
1325.84/1329.43	c #Conflicts:    1633000 | #Constraints:      52011
1325.84/1329.43	c #Conflicts:    1634000 | #Constraints:      53371
1325.84/1329.43	c #Conflicts:    1635000 | #Constraints:      54768
1325.84/1329.43	c #Conflicts:    1636000 | #Constraints:      56119
1325.84/1329.43	c #Conflicts:    1637000 | #Constraints:      57489
1325.84/1329.43	c #Conflicts:    1638000 | #Constraints:      58845
1325.84/1329.43	c #Conflicts:    1639000 | #Constraints:      60219
1325.84/1329.43	c #Conflicts:    1640000 | #Constraints:      61571
1325.84/1329.43	c #Conflicts:    1641000 | #Constraints:      62961
1325.84/1329.43	c #Conflicts:    1642000 | #Constraints:      64380
1325.84/1329.43	c INPROCESSING
1325.84/1329.43	c GARBAGE COLLECT
1325.84/1329.43	c rational objective 997
1366.34/1370.04	c #Conflicts:    1643000 | #Constraints:      36586
1366.34/1370.04	c #Conflicts:    1644000 | #Constraints:      37587
1366.34/1370.04	c #Conflicts:    1645000 | #Constraints:      38588
1366.34/1370.04	c #Conflicts:    1646000 | #Constraints:      39590
1366.34/1370.04	c #Conflicts:    1647000 | #Constraints:      40590
1366.34/1370.04	c #Conflicts:    1648000 | #Constraints:      41591
1366.34/1370.04	c #Conflicts:    1649000 | #Constraints:      42592
1366.34/1370.04	c #Conflicts:    1650000 | #Constraints:      43592
1366.34/1370.04	c #Conflicts:    1651000 | #Constraints:      44594
1366.34/1370.04	c #Conflicts:    1652000 | #Constraints:      45594
1366.34/1370.04	c #Conflicts:    1653000 | #Constraints:      46595
1366.34/1370.04	c #Conflicts:    1654000 | #Constraints:      47595
1366.34/1370.04	c #Conflicts:    1655000 | #Constraints:      48596
1366.34/1370.04	c #Conflicts:    1656000 | #Constraints:      49597
1366.34/1370.04	c #Conflicts:    1657000 | #Constraints:      50598
1366.34/1370.04	c #Conflicts:    1658000 | #Constraints:      51598
1366.34/1370.04	c #Conflicts:    1659000 | #Constraints:      52599
1366.34/1370.04	c #Conflicts:    1660000 | #Constraints:      53599
1366.34/1370.04	c #Conflicts:    1661000 | #Constraints:      54601
1366.34/1370.04	c #Conflicts:    1662000 | #Constraints:      55602
1366.34/1370.04	c #Conflicts:    1663000 | #Constraints:      56603
1366.34/1370.04	c #Conflicts:    1664000 | #Constraints:      57604
1366.34/1370.04	c #Conflicts:    1665000 | #Constraints:      58605
1366.34/1370.04	c #Conflicts:    1666000 | #Constraints:      59606
1366.34/1370.04	c #Conflicts:    1667000 | #Constraints:      60607
1366.34/1370.04	c #Conflicts:    1668000 | #Constraints:      61608
1366.34/1370.04	c INPROCESSING
1366.34/1370.04	c GARBAGE COLLECT
1366.34/1370.04	c rational objective 997
1387.78/1391.57	c #Conflicts:    1669000 | #Constraints:      35306
1387.78/1391.57	c #Conflicts:    1670000 | #Constraints:      36306
1387.78/1391.57	c #Conflicts:    1671000 | #Constraints:      37306
1387.78/1391.57	c #Conflicts:    1672000 | #Constraints:      38306
1387.78/1391.57	c #Conflicts:    1673000 | #Constraints:      39306
1387.78/1391.57	c #Conflicts:    1674000 | #Constraints:      40306
1387.78/1391.57	c #Conflicts:    1675000 | #Constraints:      41306
1387.78/1391.57	c #Conflicts:    1676000 | #Constraints:      42306
1387.78/1391.57	c #Conflicts:    1677000 | #Constraints:      43306
1387.78/1391.57	c #Conflicts:    1678000 | #Constraints:      44306
1387.78/1391.57	c #Conflicts:    1679000 | #Constraints:      45306
1387.78/1391.57	c #Conflicts:    1680000 | #Constraints:      46306
1387.78/1391.57	c #Conflicts:    1681000 | #Constraints:      47306
1387.78/1391.57	c #Conflicts:    1682000 | #Constraints:      48306
1387.78/1391.57	c #Conflicts:    1683000 | #Constraints:      49306
1387.78/1391.57	c #Conflicts:    1684000 | #Constraints:      50306
1387.78/1391.57	c #Conflicts:    1685000 | #Constraints:      51306
1387.78/1391.57	c #Conflicts:    1686000 | #Constraints:      52306
1387.78/1391.57	c #Conflicts:    1687000 | #Constraints:      53306
1387.78/1391.57	c #Conflicts:    1688000 | #Constraints:      54306
1387.78/1391.57	c #Conflicts:    1689000 | #Constraints:      55306
1387.78/1391.57	c #Conflicts:    1690000 | #Constraints:      56306
1387.78/1391.57	c #Conflicts:    1691000 | #Constraints:      57306
1387.78/1391.57	c #Conflicts:    1692000 | #Constraints:      58306
1387.78/1391.57	c #Conflicts:    1693000 | #Constraints:      59306
1387.78/1391.57	c #Conflicts:    1694000 | #Constraints:      60306
1387.78/1391.57	c INPROCESSING
1387.78/1391.57	c GARBAGE COLLECT
1387.78/1391.57	c rational objective 997
1410.52/1414.34	c #Conflicts:    1695000 | #Constraints:      34658
1410.52/1414.34	c #Conflicts:    1696000 | #Constraints:      35658
1410.52/1414.34	c #Conflicts:    1697000 | #Constraints:      36658
1410.52/1414.34	c #Conflicts:    1698000 | #Constraints:      37658
1410.52/1414.34	c #Conflicts:    1699000 | #Constraints:      38658
1410.52/1414.34	c #Conflicts:    1700000 | #Constraints:      39658
1410.52/1414.34	c #Conflicts:    1701000 | #Constraints:      40658
1410.52/1414.34	c #Conflicts:    1702000 | #Constraints:      41658
1410.52/1414.34	c #Conflicts:    1703000 | #Constraints:      42658
1410.52/1414.34	c #Conflicts:    1704000 | #Constraints:      43658
1410.52/1414.34	c #Conflicts:    1705000 | #Constraints:      44658
1410.52/1414.34	c #Conflicts:    1706000 | #Constraints:      45658
1410.52/1414.34	c #Conflicts:    1707000 | #Constraints:      46658
1410.52/1414.34	c #Conflicts:    1708000 | #Constraints:      47658
1410.52/1414.34	c #Conflicts:    1709000 | #Constraints:      48658
1410.52/1414.34	c #Conflicts:    1710000 | #Constraints:      49658
1410.52/1414.34	c #Conflicts:    1711000 | #Constraints:      50658
1410.52/1414.34	c #Conflicts:    1712000 | #Constraints:      51658
1410.52/1414.34	c #Conflicts:    1713000 | #Constraints:      52658
1410.52/1414.34	c #Conflicts:    1714000 | #Constraints:      53658
1410.52/1414.34	c #Conflicts:    1715000 | #Constraints:      54658
1410.52/1414.34	c #Conflicts:    1716000 | #Constraints:      55658
1410.52/1414.34	c #Conflicts:    1717000 | #Constraints:      56658
1410.52/1414.34	c #Conflicts:    1718000 | #Constraints:      57658
1410.52/1414.34	c #Conflicts:    1719000 | #Constraints:      58658
1410.52/1414.34	c #Conflicts:    1720000 | #Constraints:      59658
1410.52/1414.34	c INPROCESSING
1410.52/1414.34	c GARBAGE COLLECT
1410.52/1414.34	c rational objective 997
1436.86/1440.70	c #Conflicts:    1721000 | #Constraints:      34238
1436.86/1440.70	c #Conflicts:    1722000 | #Constraints:      35239
1436.86/1440.70	c #Conflicts:    1723000 | #Constraints:      36339
1436.86/1440.70	c #Conflicts:    1724000 | #Constraints:      37405
1436.86/1440.70	c #Conflicts:    1725000 | #Constraints:      38487
1436.86/1440.70	c #Conflicts:    1726000 | #Constraints:      39533
1436.86/1440.70	c #Conflicts:    1727000 | #Constraints:      40574
1436.86/1440.70	c #Conflicts:    1728000 | #Constraints:      41636
1436.86/1440.70	c #Conflicts:    1729000 | #Constraints:      42679
1436.86/1440.70	c #Conflicts:    1730000 | #Constraints:      43719
1436.86/1440.70	c #Conflicts:    1731000 | #Constraints:      44763
1436.86/1440.70	c #Conflicts:    1732000 | #Constraints:      45808
1436.86/1440.70	c #Conflicts:    1733000 | #Constraints:      46850
1436.86/1440.70	c #Conflicts:    1734000 | #Constraints:      47871
1436.86/1440.70	c #Conflicts:    1735000 | #Constraints:      48901
1436.86/1440.70	c #Conflicts:    1736000 | #Constraints:      49922
1436.86/1440.70	c #Conflicts:    1737000 | #Constraints:      50951
1436.86/1440.70	c #Conflicts:    1738000 | #Constraints:      51996
1436.86/1440.70	c #Conflicts:    1739000 | #Constraints:      53050
1436.86/1440.70	c #Conflicts:    1740000 | #Constraints:      54097
1436.86/1440.70	c #Conflicts:    1741000 | #Constraints:      55123
1436.86/1440.70	c #Conflicts:    1742000 | #Constraints:      56153
1436.86/1440.70	c #Conflicts:    1743000 | #Constraints:      57209
1436.86/1440.70	c #Conflicts:    1744000 | #Constraints:      58234
1436.86/1440.70	c #Conflicts:    1745000 | #Constraints:      59257
1436.86/1440.70	c #Conflicts:    1746000 | #Constraints:      60279
1436.86/1440.70	c INPROCESSING
1436.86/1440.70	c GARBAGE COLLECT
1436.86/1440.70	c rational objective 997
1461.10/1465.02	c #Conflicts:    1747000 | #Constraints:      34253
1461.10/1465.02	c #Conflicts:    1748000 | #Constraints:      35253
1461.10/1465.02	c #Conflicts:    1749000 | #Constraints:      36253
1461.10/1465.02	c #Conflicts:    1750000 | #Constraints:      37253
1461.10/1465.02	c #Conflicts:    1751000 | #Constraints:      38253
1461.10/1465.02	c #Conflicts:    1752000 | #Constraints:      39253
1461.10/1465.02	c #Conflicts:    1753000 | #Constraints:      40253
1461.10/1465.02	c #Conflicts:    1754000 | #Constraints:      41253
1461.10/1465.02	c #Conflicts:    1755000 | #Constraints:      42253
1461.10/1465.02	c #Conflicts:    1756000 | #Constraints:      43253
1461.10/1465.02	c #Conflicts:    1757000 | #Constraints:      44253
1461.10/1465.02	c #Conflicts:    1758000 | #Constraints:      45253
1461.10/1465.02	c #Conflicts:    1759000 | #Constraints:      46253
1461.10/1465.02	c #Conflicts:    1760000 | #Constraints:      47253
1461.10/1465.02	c #Conflicts:    1761000 | #Constraints:      48253
1461.10/1465.02	c #Conflicts:    1762000 | #Constraints:      49253
1461.10/1465.02	c #Conflicts:    1763000 | #Constraints:      50253
1461.10/1465.02	c #Conflicts:    1764000 | #Constraints:      51253
1461.10/1465.02	c #Conflicts:    1765000 | #Constraints:      52253
1461.10/1465.02	c #Conflicts:    1766000 | #Constraints:      53253
1461.10/1465.02	c #Conflicts:    1767000 | #Constraints:      54253
1461.10/1465.02	c #Conflicts:    1768000 | #Constraints:      55253
1461.10/1465.02	c #Conflicts:    1769000 | #Constraints:      56253
1461.10/1465.02	c #Conflicts:    1770000 | #Constraints:      57253
1461.10/1465.02	c #Conflicts:    1771000 | #Constraints:      58253
1461.10/1465.02	c #Conflicts:    1772000 | #Constraints:      59253
1461.10/1465.02	c #Conflicts:    1773000 | #Constraints:      60253
1461.10/1465.02	c INPROCESSING
1461.10/1465.02	c GARBAGE COLLECT
1461.10/1465.02	c rational objective 997
1486.23/1490.27	c #Conflicts:    1774000 | #Constraints:      34586
1486.23/1490.27	c #Conflicts:    1775000 | #Constraints:      35649
1486.23/1490.27	c #Conflicts:    1776000 | #Constraints:      36696
1486.23/1490.27	c #Conflicts:    1777000 | #Constraints:      37746
1486.23/1490.27	c #Conflicts:    1778000 | #Constraints:      38803
1486.23/1490.27	c #Conflicts:    1779000 | #Constraints:      39859
1486.23/1490.27	c #Conflicts:    1780000 | #Constraints:      40888
1486.23/1490.27	c #Conflicts:    1781000 | #Constraints:      41929
1486.23/1490.27	c #Conflicts:    1782000 | #Constraints:      42967
1486.23/1490.27	c #Conflicts:    1783000 | #Constraints:      44013
1486.23/1490.27	c #Conflicts:    1784000 | #Constraints:      45046
1486.23/1490.27	c #Conflicts:    1785000 | #Constraints:      46071
1486.23/1490.27	c #Conflicts:    1786000 | #Constraints:      47092
1486.23/1490.27	c #Conflicts:    1787000 | #Constraints:      48131
1486.23/1490.27	c #Conflicts:    1788000 | #Constraints:      49150
1486.23/1490.27	c #Conflicts:    1789000 | #Constraints:      50176
1486.23/1490.27	c #Conflicts:    1790000 | #Constraints:      51205
1486.23/1490.27	c #Conflicts:    1791000 | #Constraints:      52235
1486.23/1490.27	c #Conflicts:    1792000 | #Constraints:      53267
1486.23/1490.27	c #Conflicts:    1793000 | #Constraints:      54309
1486.23/1490.27	c #Conflicts:    1794000 | #Constraints:      55337
1486.23/1490.27	c #Conflicts:    1795000 | #Constraints:      56357
1486.23/1490.27	c #Conflicts:    1796000 | #Constraints:      57374
1486.23/1490.27	c #Conflicts:    1797000 | #Constraints:      58400
1486.23/1490.27	c #Conflicts:    1798000 | #Constraints:      59414
1486.23/1490.27	c #Conflicts:    1799000 | #Constraints:      60434
1486.23/1490.27	c #Conflicts:    1800000 | #Constraints:      61452
1486.23/1490.27	c INPROCESSING
1486.23/1490.27	c GARBAGE COLLECT
1486.23/1490.27	c rational objective 997
1510.37/1514.44	c #Conflicts:    1801000 | #Constraints:      35116
1510.37/1514.44	c #Conflicts:    1802000 | #Constraints:      36116
1510.37/1514.44	c #Conflicts:    1803000 | #Constraints:      37116
1510.37/1514.44	c #Conflicts:    1804000 | #Constraints:      38116
1510.37/1514.44	c #Conflicts:    1805000 | #Constraints:      39116
1510.37/1514.44	c #Conflicts:    1806000 | #Constraints:      40116
1510.37/1514.44	c #Conflicts:    1807000 | #Constraints:      41116
1510.37/1514.44	c #Conflicts:    1808000 | #Constraints:      42116
1510.37/1514.44	c #Conflicts:    1809000 | #Constraints:      43116
1510.37/1514.44	c #Conflicts:    1810000 | #Constraints:      44116
1510.37/1514.44	c #Conflicts:    1811000 | #Constraints:      45116
1510.37/1514.44	c #Conflicts:    1812000 | #Constraints:      46116
1510.37/1514.44	c #Conflicts:    1813000 | #Constraints:      47116
1510.37/1514.44	c #Conflicts:    1814000 | #Constraints:      48116
1510.37/1514.44	c #Conflicts:    1815000 | #Constraints:      49116
1510.37/1514.44	c #Conflicts:    1816000 | #Constraints:      50116
1510.37/1514.44	c #Conflicts:    1817000 | #Constraints:      51116
1510.37/1514.44	c #Conflicts:    1818000 | #Constraints:      52116
1510.37/1514.44	c #Conflicts:    1819000 | #Constraints:      53116
1510.37/1514.44	c #Conflicts:    1820000 | #Constraints:      54116
1510.37/1514.44	c #Conflicts:    1821000 | #Constraints:      55116
1510.37/1514.44	c #Conflicts:    1822000 | #Constraints:      56116
1510.37/1514.44	c #Conflicts:    1823000 | #Constraints:      57116
1510.37/1514.44	c #Conflicts:    1824000 | #Constraints:      58116
1510.37/1514.44	c #Conflicts:    1825000 | #Constraints:      59116
1510.37/1514.44	c #Conflicts:    1826000 | #Constraints:      60116
1510.37/1514.44	c #Conflicts:    1827000 | #Constraints:      61116
1510.37/1514.44	c INPROCESSING
1510.37/1514.44	c GARBAGE COLLECT
1510.37/1514.44	c rational objective 997
1534.01/1538.15	c #Conflicts:    1828000 | #Constraints:      35067
1534.01/1538.15	c #Conflicts:    1829000 | #Constraints:      36067
1534.01/1538.15	c #Conflicts:    1830000 | #Constraints:      37067
1534.01/1538.15	c #Conflicts:    1831000 | #Constraints:      38067
1534.01/1538.15	c #Conflicts:    1832000 | #Constraints:      39067
1534.01/1538.15	c #Conflicts:    1833000 | #Constraints:      40067
1534.01/1538.15	c #Conflicts:    1834000 | #Constraints:      41067
1534.01/1538.15	c #Conflicts:    1835000 | #Constraints:      42067
1534.01/1538.15	c #Conflicts:    1836000 | #Constraints:      43067
1534.01/1538.15	c #Conflicts:    1837000 | #Constraints:      44067
1534.01/1538.15	c #Conflicts:    1838000 | #Constraints:      45067
1534.01/1538.15	c #Conflicts:    1839000 | #Constraints:      46067
1534.01/1538.15	c #Conflicts:    1840000 | #Constraints:      47067
1534.01/1538.15	c #Conflicts:    1841000 | #Constraints:      48067
1534.01/1538.15	c #Conflicts:    1842000 | #Constraints:      49067
1534.01/1538.15	c #Conflicts:    1843000 | #Constraints:      50067
1534.01/1538.15	c #Conflicts:    1844000 | #Constraints:      51067
1534.01/1538.15	c #Conflicts:    1845000 | #Constraints:      52067
1534.01/1538.15	c #Conflicts:    1846000 | #Constraints:      53067
1534.01/1538.15	c #Conflicts:    1847000 | #Constraints:      54067
1534.01/1538.15	c #Conflicts:    1848000 | #Constraints:      55067
1534.01/1538.15	c #Conflicts:    1849000 | #Constraints:      56067
1534.01/1538.15	c #Conflicts:    1850000 | #Constraints:      57067
1534.01/1538.15	c #Conflicts:    1851000 | #Constraints:      58067
1534.01/1538.15	c #Conflicts:    1852000 | #Constraints:      59067
1534.01/1538.15	c #Conflicts:    1853000 | #Constraints:      60067
1534.01/1538.15	c #Conflicts:    1854000 | #Constraints:      61067
1534.01/1538.15	c INPROCESSING
1534.01/1538.15	c GARBAGE COLLECT
1534.01/1538.15	c rational objective 997
1565.01/1569.24	c #Conflicts:    1855000 | #Constraints:      34951
1565.01/1569.24	c #Conflicts:    1856000 | #Constraints:      35981
1565.01/1569.24	c #Conflicts:    1857000 | #Constraints:      37011
1565.01/1569.24	c #Conflicts:    1858000 | #Constraints:      38031
1565.01/1569.24	c #Conflicts:    1859000 | #Constraints:      39057
1565.01/1569.24	c #Conflicts:    1860000 | #Constraints:      40087
1565.01/1569.24	c #Conflicts:    1861000 | #Constraints:      41117
1565.01/1569.24	c #Conflicts:    1862000 | #Constraints:      42136
1565.01/1569.24	c #Conflicts:    1863000 | #Constraints:      43152
1565.01/1569.24	c #Conflicts:    1864000 | #Constraints:      44180
1565.01/1569.24	c #Conflicts:    1865000 | #Constraints:      45210
1565.01/1569.24	c #Conflicts:    1866000 | #Constraints:      46229
1565.01/1569.24	c #Conflicts:    1867000 | #Constraints:      47259
1565.01/1569.24	c #Conflicts:    1868000 | #Constraints:      48282
1565.01/1569.24	c #Conflicts:    1869000 | #Constraints:      49310
1565.01/1569.24	c #Conflicts:    1870000 | #Constraints:      50329
1565.01/1569.24	c #Conflicts:    1871000 | #Constraints:      51352
1565.01/1569.24	c #Conflicts:    1872000 | #Constraints:      52372
1565.01/1569.24	c #Conflicts:    1873000 | #Constraints:      53395
1565.01/1569.24	c #Conflicts:    1874000 | #Constraints:      54411
1565.01/1569.24	c #Conflicts:    1875000 | #Constraints:      55435
1565.01/1569.24	c #Conflicts:    1876000 | #Constraints:      56463
1565.01/1569.24	c #Conflicts:    1877000 | #Constraints:      57476
1565.01/1569.24	c #Conflicts:    1878000 | #Constraints:      58503
1565.01/1569.24	c #Conflicts:    1879000 | #Constraints:      59552
1565.01/1569.24	c #Conflicts:    1880000 | #Constraints:      60593
1565.01/1569.24	c #Conflicts:    1881000 | #Constraints:      61628
1565.01/1569.24	c INPROCESSING
1565.01/1569.24	c GARBAGE COLLECT
1565.01/1569.24	c rational objective 997
1590.45/1594.77	c #Conflicts:    1882000 | #Constraints:      34915
1590.45/1594.77	c #Conflicts:    1883000 | #Constraints:      35915
1590.45/1594.77	c #Conflicts:    1884000 | #Constraints:      36915
1590.45/1594.77	c #Conflicts:    1885000 | #Constraints:      37915
1590.45/1594.77	c #Conflicts:    1886000 | #Constraints:      38915
1590.45/1594.77	c #Conflicts:    1887000 | #Constraints:      39915
1590.45/1594.77	c #Conflicts:    1888000 | #Constraints:      40915
1590.45/1594.77	c #Conflicts:    1889000 | #Constraints:      41915
1590.45/1594.77	c #Conflicts:    1890000 | #Constraints:      42915
1590.45/1594.77	c #Conflicts:    1891000 | #Constraints:      43915
1590.45/1594.77	c #Conflicts:    1892000 | #Constraints:      44915
1590.45/1594.77	c #Conflicts:    1893000 | #Constraints:      45915
1590.45/1594.77	c #Conflicts:    1894000 | #Constraints:      46915
1590.45/1594.77	c #Conflicts:    1895000 | #Constraints:      47915
1590.45/1594.77	c #Conflicts:    1896000 | #Constraints:      48915
1590.45/1594.77	c #Conflicts:    1897000 | #Constraints:      49915
1590.45/1594.77	c #Conflicts:    1898000 | #Constraints:      50915
1590.45/1594.77	c #Conflicts:    1899000 | #Constraints:      51915
1590.45/1594.77	c #Conflicts:    1900000 | #Constraints:      52915
1590.45/1594.77	c #Conflicts:    1901000 | #Constraints:      53915
1590.45/1594.77	c #Conflicts:    1902000 | #Constraints:      54915
1590.45/1594.77	c #Conflicts:    1903000 | #Constraints:      55915
1590.45/1594.77	c #Conflicts:    1904000 | #Constraints:      56915
1590.45/1594.77	c #Conflicts:    1905000 | #Constraints:      57915
1590.45/1594.77	c #Conflicts:    1906000 | #Constraints:      58915
1590.45/1594.77	c #Conflicts:    1907000 | #Constraints:      59915
1590.45/1594.77	c #Conflicts:    1908000 | #Constraints:      60915
1590.45/1594.77	c #Conflicts:    1909000 | #Constraints:      61915
1590.45/1594.77	c INPROCESSING
1590.45/1594.77	c GARBAGE COLLECT
1590.45/1594.77	c rational objective 997
1615.28/1619.66	c #Conflicts:    1910000 | #Constraints:      35367
1615.28/1619.66	c #Conflicts:    1911000 | #Constraints:      36367
1615.28/1619.66	c #Conflicts:    1912000 | #Constraints:      37367
1615.28/1619.66	c #Conflicts:    1913000 | #Constraints:      38367
1615.28/1619.66	c #Conflicts:    1914000 | #Constraints:      39367
1615.28/1619.66	c #Conflicts:    1915000 | #Constraints:      40367
1615.28/1619.66	c #Conflicts:    1916000 | #Constraints:      41367
1615.28/1619.66	c #Conflicts:    1917000 | #Constraints:      42367
1615.28/1619.66	c #Conflicts:    1918000 | #Constraints:      43367
1615.28/1619.66	c #Conflicts:    1919000 | #Constraints:      44367
1615.28/1619.66	c #Conflicts:    1920000 | #Constraints:      45367
1615.28/1619.66	c #Conflicts:    1921000 | #Constraints:      46367
1615.28/1619.66	c #Conflicts:    1922000 | #Constraints:      47367
1615.28/1619.66	c #Conflicts:    1923000 | #Constraints:      48367
1615.28/1619.66	c #Conflicts:    1924000 | #Constraints:      49367
1615.28/1619.66	c #Conflicts:    1925000 | #Constraints:      50367
1615.28/1619.66	c #Conflicts:    1926000 | #Constraints:      51367
1615.28/1619.66	c #Conflicts:    1927000 | #Constraints:      52367
1615.28/1619.66	c #Conflicts:    1928000 | #Constraints:      53367
1615.28/1619.66	c #Conflicts:    1929000 | #Constraints:      54367
1615.28/1619.66	c #Conflicts:    1930000 | #Constraints:      55367
1615.28/1619.66	c #Conflicts:    1931000 | #Constraints:      56367
1615.28/1619.66	c #Conflicts:    1932000 | #Constraints:      57367
1615.28/1619.66	c #Conflicts:    1933000 | #Constraints:      58367
1615.28/1619.66	c #Conflicts:    1934000 | #Constraints:      59367
1615.28/1619.66	c #Conflicts:    1935000 | #Constraints:      60367
1615.28/1619.66	c #Conflicts:    1936000 | #Constraints:      61367
1615.28/1619.66	c #Conflicts:    1937000 | #Constraints:      62367
1615.28/1619.66	c INPROCESSING
1615.28/1619.66	c GARBAGE COLLECT
1615.28/1619.66	c rational objective 997
1645.60/1650.04	c #Conflicts:    1938000 | #Constraints:      35705
1645.60/1650.04	c #Conflicts:    1939000 | #Constraints:      36751
1645.60/1650.04	c #Conflicts:    1940000 | #Constraints:      37807
1645.60/1650.04	c #Conflicts:    1941000 | #Constraints:      38867
1645.60/1650.04	c #Conflicts:    1942000 | #Constraints:      39904
1645.60/1650.04	c #Conflicts:    1943000 | #Constraints:      40949
1645.60/1650.04	c #Conflicts:    1944000 | #Constraints:      41980
1645.60/1650.04	c #Conflicts:    1945000 | #Constraints:      43022
1645.60/1650.04	c #Conflicts:    1946000 | #Constraints:      44049
1645.60/1650.04	c #Conflicts:    1947000 | #Constraints:      45084
1645.60/1650.04	c #Conflicts:    1948000 | #Constraints:      46114
1645.60/1650.04	c #Conflicts:    1949000 | #Constraints:      47135
1645.60/1650.04	c #Conflicts:    1950000 | #Constraints:      48174
1645.60/1650.04	c #Conflicts:    1951000 | #Constraints:      49214
1645.60/1650.04	c #Conflicts:    1952000 | #Constraints:      50239
1645.60/1650.04	c #Conflicts:    1953000 | #Constraints:      51269
1645.60/1650.04	c #Conflicts:    1954000 | #Constraints:      52295
1645.60/1650.04	c #Conflicts:    1955000 | #Constraints:      53318
1645.60/1650.04	c #Conflicts:    1956000 | #Constraints:      54361
1645.60/1650.04	c #Conflicts:    1957000 | #Constraints:      55392
1645.60/1650.04	c #Conflicts:    1958000 | #Constraints:      56434
1645.60/1650.04	c #Conflicts:    1959000 | #Constraints:      57463
1645.60/1650.04	c #Conflicts:    1960000 | #Constraints:      58490
1645.60/1650.04	c #Conflicts:    1961000 | #Constraints:      59518
1645.60/1650.04	c #Conflicts:    1962000 | #Constraints:      60541
1645.60/1650.04	c #Conflicts:    1963000 | #Constraints:      61581
1645.60/1650.04	c #Conflicts:    1964000 | #Constraints:      62606
1645.60/1650.04	c #Conflicts:    1965000 | #Constraints:      63666
1645.60/1650.04	c INPROCESSING
1645.60/1650.04	c GARBAGE COLLECT
1645.60/1650.04	c rational objective 997
1673.71/1678.22	c #Conflicts:    1966000 | #Constraints:      36219
1673.71/1678.22	c #Conflicts:    1967000 | #Constraints:      37219
1673.71/1678.22	c #Conflicts:    1968000 | #Constraints:      38219
1673.71/1678.22	c #Conflicts:    1969000 | #Constraints:      39219
1673.71/1678.22	c #Conflicts:    1970000 | #Constraints:      40219
1673.71/1678.22	c #Conflicts:    1971000 | #Constraints:      41219
1673.71/1678.22	c #Conflicts:    1972000 | #Constraints:      42219
1673.71/1678.22	c #Conflicts:    1973000 | #Constraints:      43219
1673.71/1678.22	c #Conflicts:    1974000 | #Constraints:      44219
1673.71/1678.22	c #Conflicts:    1975000 | #Constraints:      45219
1673.71/1678.22	c #Conflicts:    1976000 | #Constraints:      46219
1673.71/1678.22	c #Conflicts:    1977000 | #Constraints:      47219
1673.71/1678.22	c #Conflicts:    1978000 | #Constraints:      48219
1673.71/1678.22	c #Conflicts:    1979000 | #Constraints:      49219
1673.71/1678.22	c #Conflicts:    1980000 | #Constraints:      50219
1673.71/1678.22	c #Conflicts:    1981000 | #Constraints:      51219
1673.71/1678.22	c #Conflicts:    1982000 | #Constraints:      52219
1673.71/1678.22	c #Conflicts:    1983000 | #Constraints:      53219
1673.71/1678.22	c #Conflicts:    1984000 | #Constraints:      54219
1673.71/1678.22	c #Conflicts:    1985000 | #Constraints:      55219
1673.71/1678.22	c #Conflicts:    1986000 | #Constraints:      56219
1673.71/1678.22	c #Conflicts:    1987000 | #Constraints:      57219
1673.71/1678.22	c #Conflicts:    1988000 | #Constraints:      58219
1673.71/1678.22	c #Conflicts:    1989000 | #Constraints:      59219
1673.71/1678.22	c #Conflicts:    1990000 | #Constraints:      60219
1673.71/1678.22	c #Conflicts:    1991000 | #Constraints:      61219
1673.71/1678.22	c #Conflicts:    1992000 | #Constraints:      62219
1673.71/1678.22	c #Conflicts:    1993000 | #Constraints:      63219
1673.71/1678.22	c INPROCESSING
1673.71/1678.22	c GARBAGE COLLECT
1673.71/1678.22	c rational objective 997
1698.94/1703.53	c #Conflicts:    1994000 | #Constraints:      36014
1698.94/1703.53	c #Conflicts:    1995000 | #Constraints:      37014
1698.94/1703.53	c #Conflicts:    1996000 | #Constraints:      38014
1698.94/1703.53	c #Conflicts:    1997000 | #Constraints:      39014
1698.94/1703.53	c #Conflicts:    1998000 | #Constraints:      40014
1698.94/1703.53	c #Conflicts:    1999000 | #Constraints:      41014
1698.94/1703.53	c #Conflicts:    2000000 | #Constraints:      42014
1698.94/1703.53	c #Conflicts:    2001000 | #Constraints:      43014
1698.94/1703.53	c #Conflicts:    2002000 | #Constraints:      44014
1698.94/1703.53	c #Conflicts:    2003000 | #Constraints:      45014
1698.94/1703.53	c #Conflicts:    2004000 | #Constraints:      46014
1698.94/1703.53	c #Conflicts:    2005000 | #Constraints:      47014
1698.94/1703.53	c #Conflicts:    2006000 | #Constraints:      48014
1698.94/1703.53	c #Conflicts:    2007000 | #Constraints:      49014
1698.94/1703.53	c #Conflicts:    2008000 | #Constraints:      50014
1698.94/1703.53	c #Conflicts:    2009000 | #Constraints:      51014
1698.94/1703.53	c #Conflicts:    2010000 | #Constraints:      52014
1698.94/1703.53	c #Conflicts:    2011000 | #Constraints:      53014
1698.94/1703.53	c #Conflicts:    2012000 | #Constraints:      54014
1698.94/1703.53	c #Conflicts:    2013000 | #Constraints:      55014
1698.94/1703.53	c #Conflicts:    2014000 | #Constraints:      56014
1698.94/1703.53	c #Conflicts:    2015000 | #Constraints:      57014
1698.94/1703.53	c #Conflicts:    2016000 | #Constraints:      58014
1698.94/1703.53	c #Conflicts:    2017000 | #Constraints:      59014
1698.94/1703.53	c #Conflicts:    2018000 | #Constraints:      60014
1698.94/1703.53	c #Conflicts:    2019000 | #Constraints:      61014
1698.94/1703.53	c #Conflicts:    2020000 | #Constraints:      62014
1698.94/1703.53	c #Conflicts:    2021000 | #Constraints:      63014
1698.94/1703.53	c INPROCESSING
1698.94/1703.53	c GARBAGE COLLECT
1698.94/1703.53	c rational objective 997
1731.14/1735.87	c #Conflicts:    2022000 | #Constraints:      35713
1731.14/1735.87	c #Conflicts:    2023000 | #Constraints:      36730
1731.14/1735.87	c #Conflicts:    2024000 | #Constraints:      37754
1731.14/1735.87	c #Conflicts:    2025000 | #Constraints:      38786
1731.14/1735.87	c #Conflicts:    2026000 | #Constraints:      39823
1731.14/1735.87	c #Conflicts:    2027000 | #Constraints:      40888
1731.14/1735.87	c #Conflicts:    2028000 | #Constraints:      41939
1731.14/1735.87	c #Conflicts:    2029000 | #Constraints:      42992
1731.14/1735.87	c #Conflicts:    2030000 | #Constraints:      44034
1731.14/1735.87	c #Conflicts:    2031000 | #Constraints:      45075
1731.14/1735.87	c #Conflicts:    2032000 | #Constraints:      46144
1731.14/1735.87	c #Conflicts:    2033000 | #Constraints:      47178
1731.14/1735.87	c #Conflicts:    2034000 | #Constraints:      48215
1731.14/1735.87	c #Conflicts:    2035000 | #Constraints:      49246
1731.14/1735.87	c #Conflicts:    2036000 | #Constraints:      50282
1731.14/1735.87	c #Conflicts:    2037000 | #Constraints:      51327
1731.14/1735.87	c #Conflicts:    2038000 | #Constraints:      52359
1731.14/1735.87	c #Conflicts:    2039000 | #Constraints:      53391
1731.14/1735.87	c #Conflicts:    2040000 | #Constraints:      54428
1731.14/1735.87	c #Conflicts:    2041000 | #Constraints:      55467
1731.14/1735.87	c #Conflicts:    2042000 | #Constraints:      56509
1731.14/1735.87	c #Conflicts:    2043000 | #Constraints:      57553
1731.14/1735.87	c #Conflicts:    2044000 | #Constraints:      58591
1731.14/1735.87	c #Conflicts:    2045000 | #Constraints:      59614
1731.14/1735.87	c #Conflicts:    2046000 | #Constraints:      60636
1731.14/1735.87	c #Conflicts:    2047000 | #Constraints:      61654
1731.14/1735.87	c #Conflicts:    2048000 | #Constraints:      62691
1731.14/1735.87	c #Conflicts:    2049000 | #Constraints:      63726
1731.14/1735.87	c #Conflicts:    2050000 | #Constraints:      64750
1731.14/1735.87	c INPROCESSING
1731.14/1735.87	c GARBAGE COLLECT
1731.14/1735.87	c rational objective 997
1759.06/1763.82	c #Conflicts:    2051000 | #Constraints:      36695
1759.06/1763.82	c #Conflicts:    2052000 | #Constraints:      37695
1759.06/1763.82	c #Conflicts:    2053000 | #Constraints:      38695
1759.06/1763.82	c #Conflicts:    2054000 | #Constraints:      39695
1759.06/1763.82	c #Conflicts:    2055000 | #Constraints:      40695
1759.06/1763.82	c #Conflicts:    2056000 | #Constraints:      41695
1759.06/1763.82	c #Conflicts:    2057000 | #Constraints:      42695
1759.06/1763.82	c #Conflicts:    2058000 | #Constraints:      43695
1759.06/1763.82	c #Conflicts:    2059000 | #Constraints:      44695
1759.06/1763.82	c #Conflicts:    2060000 | #Constraints:      45695
1759.06/1763.82	c #Conflicts:    2061000 | #Constraints:      46695
1759.06/1763.82	c #Conflicts:    2062000 | #Constraints:      47695
1759.06/1763.82	c #Conflicts:    2063000 | #Constraints:      48695
1759.06/1763.82	c #Conflicts:    2064000 | #Constraints:      49695
1759.06/1763.82	c #Conflicts:    2065000 | #Constraints:      50695
1759.06/1763.82	c #Conflicts:    2066000 | #Constraints:      51695
1759.06/1763.82	c #Conflicts:    2067000 | #Constraints:      52695
1759.06/1763.82	c #Conflicts:    2068000 | #Constraints:      53695
1759.06/1763.82	c #Conflicts:    2069000 | #Constraints:      54695
1759.06/1763.82	c #Conflicts:    2070000 | #Constraints:      55695
1759.06/1763.82	c #Conflicts:    2071000 | #Constraints:      56695
1759.06/1763.82	c #Conflicts:    2072000 | #Constraints:      57695
1759.06/1763.82	c #Conflicts:    2073000 | #Constraints:      58695
1759.06/1763.82	c #Conflicts:    2074000 | #Constraints:      59695
1759.06/1763.82	c #Conflicts:    2075000 | #Constraints:      60695
1759.06/1763.82	c #Conflicts:    2076000 | #Constraints:      61695
1759.06/1763.82	c #Conflicts:    2077000 | #Constraints:      62695
1759.06/1763.82	c #Conflicts:    2078000 | #Constraints:      63695
1759.06/1763.82	c #Conflicts:    2079000 | #Constraints:      64695
1759.06/1763.82	c INPROCESSING
1759.06/1763.82	c GARBAGE COLLECT
1759.06/1763.82	c rational objective 997
1785.59/1790.45	c #Conflicts:    2080000 | #Constraints:      36860
1785.59/1790.45	c #Conflicts:    2081000 | #Constraints:      37860
1785.59/1790.45	c #Conflicts:    2082000 | #Constraints:      38860
1785.59/1790.45	c #Conflicts:    2083000 | #Constraints:      39860
1785.59/1790.45	c #Conflicts:    2084000 | #Constraints:      40860
1785.59/1790.45	c #Conflicts:    2085000 | #Constraints:      41860
1785.59/1790.45	c #Conflicts:    2086000 | #Constraints:      42860
1785.59/1790.45	c #Conflicts:    2087000 | #Constraints:      43860
1785.59/1790.45	c #Conflicts:    2088000 | #Constraints:      44860
1785.59/1790.45	c #Conflicts:    2089000 | #Constraints:      45860
1785.59/1790.45	c #Conflicts:    2090000 | #Constraints:      46860
1785.59/1790.45	c #Conflicts:    2091000 | #Constraints:      47860
1785.59/1790.45	c #Conflicts:    2092000 | #Constraints:      48860
1785.59/1790.45	c #Conflicts:    2093000 | #Constraints:      49860
1785.59/1790.45	c #Conflicts:    2094000 | #Constraints:      50860
1785.59/1790.45	c #Conflicts:    2095000 | #Constraints:      51860
1785.59/1790.45	c #Conflicts:    2096000 | #Constraints:      52860
1785.59/1790.45	c #Conflicts:    2097000 | #Constraints:      53860
1785.59/1790.45	c #Conflicts:    2098000 | #Constraints:      54860
1785.59/1790.45	c #Conflicts:    2099000 | #Constraints:      55860
1785.59/1790.45	c #Conflicts:    2100000 | #Constraints:      56860
1785.59/1790.45	c #Conflicts:    2101000 | #Constraints:      57860
1785.59/1790.45	c #Conflicts:    2102000 | #Constraints:      58860
1785.59/1790.45	c #Conflicts:    2103000 | #Constraints:      59860
1785.59/1790.45	c #Conflicts:    2104000 | #Constraints:      60860
1785.59/1790.45	c #Conflicts:    2105000 | #Constraints:      61860
1785.59/1790.45	c #Conflicts:    2106000 | #Constraints:      62860
1785.59/1790.45	c #Conflicts:    2107000 | #Constraints:      63860
1785.59/1790.45	c #Conflicts:    2108000 | #Constraints:      64860
1785.59/1790.45	c INPROCESSING
1785.59/1790.45	c GARBAGE COLLECT
1785.59/1790.45	c rational objective 997
1821.39/1826.30	c #Conflicts:    2109000 | #Constraints:      36985
1821.39/1826.30	c #Conflicts:    2110000 | #Constraints:      37985
1821.39/1826.30	c #Conflicts:    2111000 | #Constraints:      38985
1821.39/1826.30	c #Conflicts:    2112000 | #Constraints:      39986
1821.39/1826.30	c #Conflicts:    2113000 | #Constraints:      41083
1821.39/1826.30	c #Conflicts:    2114000 | #Constraints:      42165
1821.39/1826.30	c #Conflicts:    2115000 | #Constraints:      43235
1821.39/1826.30	c #Conflicts:    2116000 | #Constraints:      44306
1821.39/1826.30	c #Conflicts:    2117000 | #Constraints:      45360
1821.39/1826.30	c #Conflicts:    2118000 | #Constraints:      46408
1821.39/1826.30	c #Conflicts:    2119000 | #Constraints:      47457
1821.39/1826.30	c #Conflicts:    2120000 | #Constraints:      48497
1821.39/1826.30	c #Conflicts:    2121000 | #Constraints:      49540
1821.39/1826.30	c #Conflicts:    2122000 | #Constraints:      50583
1821.39/1826.30	c #Conflicts:    2123000 | #Constraints:      51626
1821.39/1826.30	c #Conflicts:    2124000 | #Constraints:      52670
1821.39/1826.30	c #Conflicts:    2125000 | #Constraints:      53706
1821.39/1826.30	c #Conflicts:    2126000 | #Constraints:      54754
1821.39/1826.30	c #Conflicts:    2127000 | #Constraints:      55781
1821.39/1826.30	c #Conflicts:    2128000 | #Constraints:      56814
1821.39/1826.30	c #Conflicts:    2129000 | #Constraints:      57863
1821.39/1826.30	c #Conflicts:    2130000 | #Constraints:      58899
1821.39/1826.30	c #Conflicts:    2131000 | #Constraints:      59957
1821.39/1826.30	c #Conflicts:    2132000 | #Constraints:      61001
1821.39/1826.30	c #Conflicts:    2133000 | #Constraints:      62036
1821.39/1826.30	c #Conflicts:    2134000 | #Constraints:      63075
1821.39/1826.30	c #Conflicts:    2135000 | #Constraints:      64103
1821.39/1826.30	c #Conflicts:    2136000 | #Constraints:      65140
1821.39/1826.30	c #Conflicts:    2137000 | #Constraints:      66172
1821.39/1826.30	c INPROCESSING
1821.39/1826.30	c GARBAGE COLLECT
1821.39/1826.30	c rational objective 997
1854.19/1859.25	c #Conflicts:    2138000 | #Constraints:      37387
1854.19/1859.25	c #Conflicts:    2139000 | #Constraints:      38387
1854.19/1859.25	c #Conflicts:    2140000 | #Constraints:      39387
1854.19/1859.25	c #Conflicts:    2141000 | #Constraints:      40387
1854.19/1859.25	c #Conflicts:    2142000 | #Constraints:      41387
1854.19/1859.25	c #Conflicts:    2143000 | #Constraints:      42387
1854.19/1859.25	c #Conflicts:    2144000 | #Constraints:      43387
1854.19/1859.25	c #Conflicts:    2145000 | #Constraints:      44387
1854.19/1859.25	c #Conflicts:    2146000 | #Constraints:      45387
1854.19/1859.25	c #Conflicts:    2147000 | #Constraints:      46387
1854.19/1859.25	c #Conflicts:    2148000 | #Constraints:      47387
1854.19/1859.25	c #Conflicts:    2149000 | #Constraints:      48387
1854.19/1859.25	c #Conflicts:    2150000 | #Constraints:      49387
1854.19/1859.25	c #Conflicts:    2151000 | #Constraints:      50387
1854.19/1859.25	c #Conflicts:    2152000 | #Constraints:      51387
1854.19/1859.25	c #Conflicts:    2153000 | #Constraints:      52387
1854.19/1859.25	c #Conflicts:    2154000 | #Constraints:      53387
1854.19/1859.25	c #Conflicts:    2155000 | #Constraints:      54387
1854.19/1859.25	c #Conflicts:    2156000 | #Constraints:      55387
1854.19/1859.25	c #Conflicts:    2157000 | #Constraints:      56387
1854.19/1859.25	c #Conflicts:    2158000 | #Constraints:      57387
1854.19/1859.25	c #Conflicts:    2159000 | #Constraints:      58387
1854.19/1859.25	c #Conflicts:    2160000 | #Constraints:      59387
1854.19/1859.25	c #Conflicts:    2161000 | #Constraints:      60387
1854.19/1859.25	c #Conflicts:    2162000 | #Constraints:      61387
1854.19/1859.25	c #Conflicts:    2163000 | #Constraints:      62387
1854.19/1859.25	c #Conflicts:    2164000 | #Constraints:      63387
1854.19/1859.25	c #Conflicts:    2165000 | #Constraints:      64387
1854.19/1859.25	c #Conflicts:    2166000 | #Constraints:      65387
1854.19/1859.25	c INPROCESSING
1854.19/1859.25	c GARBAGE COLLECT
1854.19/1859.25	c rational objective 997
1924.09/1929.37	c #Conflicts:    2167000 | #Constraints:      36905
1924.09/1929.37	c #Conflicts:    2168000 | #Constraints:      37926
1924.09/1929.37	c #Conflicts:    2169000 | #Constraints:      38930
1924.09/1929.37	c #Conflicts:    2170000 | #Constraints:      39944
1924.09/1929.37	c #Conflicts:    2171000 | #Constraints:      40963
1924.09/1929.37	c #Conflicts:    2172000 | #Constraints:      41967
1924.09/1929.37	c #Conflicts:    2173000 | #Constraints:      42978
1924.09/1929.37	c #Conflicts:    2174000 | #Constraints:      43982
1924.09/1929.37	c #Conflicts:    2175000 | #Constraints:      44998
1924.09/1929.37	c #Conflicts:    2176000 | #Constraints:      46012
1924.09/1929.37	c #Conflicts:    2177000 | #Constraints:      47012
1924.09/1929.37	c #Conflicts:    2178000 | #Constraints:      48012
1924.09/1929.37	c #Conflicts:    2179000 | #Constraints:      49029
1924.09/1929.37	c #Conflicts:    2180000 | #Constraints:      50047
1924.09/1929.37	c #Conflicts:    2181000 | #Constraints:      51049
1924.09/1929.37	c #Conflicts:    2182000 | #Constraints:      52058
1924.09/1929.37	c #Conflicts:    2183000 | #Constraints:      53065
1924.09/1929.37	c #Conflicts:    2184000 | #Constraints:      54080
1924.09/1929.37	c #Conflicts:    2185000 | #Constraints:      55081
1924.09/1929.37	c #Conflicts:    2186000 | #Constraints:      56084
1924.09/1929.37	c #Conflicts:    2187000 | #Constraints:      57095
1924.09/1929.37	c #Conflicts:    2188000 | #Constraints:      58102
1924.09/1929.37	c #Conflicts:    2189000 | #Constraints:      59105
1924.09/1929.37	c #Conflicts:    2190000 | #Constraints:      60108
1924.09/1929.37	c #Conflicts:    2191000 | #Constraints:      61113
1924.09/1929.37	c #Conflicts:    2192000 | #Constraints:      62116
1924.09/1929.37	c #Conflicts:    2193000 | #Constraints:      63120
1924.09/1929.37	c #Conflicts:    2194000 | #Constraints:      64129
1924.09/1929.37	c #Conflicts:    2195000 | #Constraints:      65140
1924.09/1929.37	c #Conflicts:    2196000 | #Constraints:      66141
1924.09/1929.37	c INPROCESSING
1924.09/1929.37	c GARBAGE COLLECT
1924.09/1929.37	c rational objective 997
1952.81/1958.17	c #Conflicts:    2197000 | #Constraints:      37410
1952.81/1958.17	c #Conflicts:    2198000 | #Constraints:      38410
1952.81/1958.17	c #Conflicts:    2199000 | #Constraints:      39410
1952.81/1958.17	c #Conflicts:    2200000 | #Constraints:      40410
1952.81/1958.17	c #Conflicts:    2201000 | #Constraints:      41410
1952.81/1958.17	c #Conflicts:    2202000 | #Constraints:      42410
1952.81/1958.17	c #Conflicts:    2203000 | #Constraints:      43410
1952.81/1958.17	c #Conflicts:    2204000 | #Constraints:      44410
1952.81/1958.17	c #Conflicts:    2205000 | #Constraints:      45410
1952.81/1958.17	c #Conflicts:    2206000 | #Constraints:      46410
1952.81/1958.17	c #Conflicts:    2207000 | #Constraints:      47410
1952.81/1958.17	c #Conflicts:    2208000 | #Constraints:      48410
1952.81/1958.17	c #Conflicts:    2209000 | #Constraints:      49410
1952.81/1958.17	c #Conflicts:    2210000 | #Constraints:      50410
1952.81/1958.17	c #Conflicts:    2211000 | #Constraints:      51410
1952.81/1958.17	c #Conflicts:    2212000 | #Constraints:      52410
1952.81/1958.17	c #Conflicts:    2213000 | #Constraints:      53410
1952.81/1958.17	c #Conflicts:    2214000 | #Constraints:      54410
1952.81/1958.17	c #Conflicts:    2215000 | #Constraints:      55410
1952.81/1958.17	c #Conflicts:    2216000 | #Constraints:      56410
1952.81/1958.17	c #Conflicts:    2217000 | #Constraints:      57410
1952.81/1958.17	c #Conflicts:    2218000 | #Constraints:      58410
1952.81/1958.17	c #Conflicts:    2219000 | #Constraints:      59410
1952.81/1958.17	c #Conflicts:    2220000 | #Constraints:      60410
1952.81/1958.17	c #Conflicts:    2221000 | #Constraints:      61410
1952.81/1958.17	c #Conflicts:    2222000 | #Constraints:      62410
1952.81/1958.17	c #Conflicts:    2223000 | #Constraints:      63410
1952.81/1958.17	c #Conflicts:    2224000 | #Constraints:      64410
1952.81/1958.17	c #Conflicts:    2225000 | #Constraints:      65410
1952.81/1958.17	c #Conflicts:    2226000 | #Constraints:      66410
1952.81/1958.17	c INPROCESSING
1952.81/1958.17	c GARBAGE COLLECT
1952.81/1958.17	c rational objective 997
1982.52/1987.95	c #Conflicts:    2227000 | #Constraints:      37752
1982.52/1987.95	c #Conflicts:    2228000 | #Constraints:      38752
1982.52/1987.95	c #Conflicts:    2229000 | #Constraints:      39752
1982.52/1987.95	c #Conflicts:    2230000 | #Constraints:      40752
1982.52/1987.95	c #Conflicts:    2231000 | #Constraints:      41752
1982.52/1987.95	c #Conflicts:    2232000 | #Constraints:      42752
1982.52/1987.95	c #Conflicts:    2233000 | #Constraints:      43752
1982.52/1987.95	c #Conflicts:    2234000 | #Constraints:      44752
1982.52/1987.95	c #Conflicts:    2235000 | #Constraints:      45752
1982.52/1987.95	c #Conflicts:    2236000 | #Constraints:      46752
1982.52/1987.95	c #Conflicts:    2237000 | #Constraints:      47752
1982.52/1987.95	c #Conflicts:    2238000 | #Constraints:      48752
1982.52/1987.95	c #Conflicts:    2239000 | #Constraints:      49752
1982.52/1987.95	c #Conflicts:    2240000 | #Constraints:      50752
1982.52/1987.95	c #Conflicts:    2241000 | #Constraints:      51752
1982.52/1987.95	c #Conflicts:    2242000 | #Constraints:      52752
1982.52/1987.95	c #Conflicts:    2243000 | #Constraints:      53752
1982.52/1987.95	c #Conflicts:    2244000 | #Constraints:      54752
1982.52/1987.95	c #Conflicts:    2245000 | #Constraints:      55752
1982.52/1987.95	c #Conflicts:    2246000 | #Constraints:      56752
1982.52/1987.95	c #Conflicts:    2247000 | #Constraints:      57752
1982.52/1987.95	c #Conflicts:    2248000 | #Constraints:      58752
1982.52/1987.95	c #Conflicts:    2249000 | #Constraints:      59752
1982.52/1987.95	c #Conflicts:    2250000 | #Constraints:      60752
1982.52/1987.95	c #Conflicts:    2251000 | #Constraints:      61752
1982.52/1987.95	c #Conflicts:    2252000 | #Constraints:      62752
1982.52/1987.95	c #Conflicts:    2253000 | #Constraints:      63752
1982.52/1987.95	c #Conflicts:    2254000 | #Constraints:      64752
1982.52/1987.95	c #Conflicts:    2255000 | #Constraints:      65752
1982.52/1987.95	c #Conflicts:    2256000 | #Constraints:      66752
1982.52/1987.95	c INPROCESSING
1982.52/1987.95	c GARBAGE COLLECT
1982.52/1987.95	c rational objective 997
2012.64/2018.16	c #Conflicts:    2257000 | #Constraints:      37914
2012.64/2018.16	c #Conflicts:    2258000 | #Constraints:      38914
2012.64/2018.16	c #Conflicts:    2259000 | #Constraints:      39914
2012.64/2018.16	c #Conflicts:    2260000 | #Constraints:      40914
2012.64/2018.16	c #Conflicts:    2261000 | #Constraints:      41914
2012.64/2018.16	c #Conflicts:    2262000 | #Constraints:      42914
2012.64/2018.16	c #Conflicts:    2263000 | #Constraints:      43914
2012.64/2018.16	c #Conflicts:    2264000 | #Constraints:      44914
2012.64/2018.16	c #Conflicts:    2265000 | #Constraints:      45914
2012.64/2018.16	c #Conflicts:    2266000 | #Constraints:      46914
2012.64/2018.16	c #Conflicts:    2267000 | #Constraints:      47914
2012.64/2018.16	c #Conflicts:    2268000 | #Constraints:      48914
2012.64/2018.16	c #Conflicts:    2269000 | #Constraints:      49914
2012.64/2018.16	c #Conflicts:    2270000 | #Constraints:      50914
2012.64/2018.16	c #Conflicts:    2271000 | #Constraints:      51914
2012.64/2018.16	c #Conflicts:    2272000 | #Constraints:      52914
2012.64/2018.16	c #Conflicts:    2273000 | #Constraints:      53914
2012.64/2018.16	c #Conflicts:    2274000 | #Constraints:      54914
2012.64/2018.16	c #Conflicts:    2275000 | #Constraints:      55914
2012.64/2018.16	c #Conflicts:    2276000 | #Constraints:      56914
2012.64/2018.16	c #Conflicts:    2277000 | #Constraints:      57914
2012.64/2018.16	c #Conflicts:    2278000 | #Constraints:      58914
2012.64/2018.16	c #Conflicts:    2279000 | #Constraints:      59914
2012.64/2018.16	c #Conflicts:    2280000 | #Constraints:      60914
2012.64/2018.16	c #Conflicts:    2281000 | #Constraints:      61914
2012.64/2018.16	c #Conflicts:    2282000 | #Constraints:      62914
2012.64/2018.16	c #Conflicts:    2283000 | #Constraints:      63914
2012.64/2018.16	c #Conflicts:    2284000 | #Constraints:      64914
2012.64/2018.16	c #Conflicts:    2285000 | #Constraints:      65914
2012.64/2018.16	c #Conflicts:    2286000 | #Constraints:      66914
2012.64/2018.16	c INPROCESSING
2012.64/2018.16	c GARBAGE COLLECT
2012.64/2018.16	c rational objective 997
2040.86/2046.43	c #Conflicts:    2287000 | #Constraints:      37868
2040.86/2046.43	c #Conflicts:    2288000 | #Constraints:      38868
2040.86/2046.43	c #Conflicts:    2289000 | #Constraints:      39868
2040.86/2046.43	c #Conflicts:    2290000 | #Constraints:      40868
2040.86/2046.43	c #Conflicts:    2291000 | #Constraints:      41868
2040.86/2046.43	c #Conflicts:    2292000 | #Constraints:      42868
2040.86/2046.43	c #Conflicts:    2293000 | #Constraints:      43868
2040.86/2046.43	c #Conflicts:    2294000 | #Constraints:      44868
2040.86/2046.43	c #Conflicts:    2295000 | #Constraints:      45868
2040.86/2046.43	c #Conflicts:    2296000 | #Constraints:      46868
2040.86/2046.43	c #Conflicts:    2297000 | #Constraints:      47868
2040.86/2046.43	c #Conflicts:    2298000 | #Constraints:      48868
2040.86/2046.43	c #Conflicts:    2299000 | #Constraints:      49868
2040.86/2046.43	c #Conflicts:    2300000 | #Constraints:      50868
2040.86/2046.43	c #Conflicts:    2301000 | #Constraints:      51868
2040.86/2046.43	c #Conflicts:    2302000 | #Constraints:      52868
2040.86/2046.43	c #Conflicts:    2303000 | #Constraints:      53868
2040.86/2046.43	c #Conflicts:    2304000 | #Constraints:      54868
2040.86/2046.43	c #Conflicts:    2305000 | #Constraints:      55868
2040.86/2046.43	c #Conflicts:    2306000 | #Constraints:      56868
2040.86/2046.43	c #Conflicts:    2307000 | #Constraints:      57868
2040.86/2046.43	c #Conflicts:    2308000 | #Constraints:      58868
2040.86/2046.43	c #Conflicts:    2309000 | #Constraints:      59868
2040.86/2046.43	c #Conflicts:    2310000 | #Constraints:      60868
2040.86/2046.43	c #Conflicts:    2311000 | #Constraints:      61868
2040.86/2046.43	c #Conflicts:    2312000 | #Constraints:      62868
2040.86/2046.43	c #Conflicts:    2313000 | #Constraints:      63868
2040.86/2046.43	c #Conflicts:    2314000 | #Constraints:      64868
2040.86/2046.43	c #Conflicts:    2315000 | #Constraints:      65868
2040.86/2046.43	c #Conflicts:    2316000 | #Constraints:      66868
2040.86/2046.43	c INPROCESSING
2040.86/2046.43	c GARBAGE COLLECT
2040.86/2046.43	c rational objective 997
2105.96/2111.73	c #Conflicts:    2317000 | #Constraints:      37692
2105.96/2111.73	c #Conflicts:    2318000 | #Constraints:      38703
2105.96/2111.73	c #Conflicts:    2319000 | #Constraints:      39710
2105.96/2111.73	c #Conflicts:    2320000 | #Constraints:      40733
2105.96/2111.73	c #Conflicts:    2321000 | #Constraints:      41742
2105.96/2111.73	c #Conflicts:    2322000 | #Constraints:      42757
2105.96/2111.73	c #Conflicts:    2323000 | #Constraints:      43774
2105.96/2111.73	c #Conflicts:    2324000 | #Constraints:      44785
2105.96/2111.73	c #Conflicts:    2325000 | #Constraints:      45802
2105.96/2111.73	c #Conflicts:    2326000 | #Constraints:      46809
2105.96/2111.73	c #Conflicts:    2327000 | #Constraints:      47826
2105.96/2111.73	c #Conflicts:    2328000 | #Constraints:      48840
2105.96/2111.73	c #Conflicts:    2329000 | #Constraints:      49852
2105.96/2111.73	c #Conflicts:    2330000 | #Constraints:      50874
2105.96/2111.73	c #Conflicts:    2331000 | #Constraints:      51875
2105.96/2111.73	c #Conflicts:    2332000 | #Constraints:      52897
2105.96/2111.73	c #Conflicts:    2333000 | #Constraints:      53922
2105.96/2111.73	c #Conflicts:    2334000 | #Constraints:      54949
2105.96/2111.73	c #Conflicts:    2335000 | #Constraints:      55962
2105.96/2111.73	c #Conflicts:    2336000 | #Constraints:      56989
2105.96/2111.73	c #Conflicts:    2337000 | #Constraints:      57998
2105.96/2111.73	c #Conflicts:    2338000 | #Constraints:      59026
2105.96/2111.73	c #Conflicts:    2339000 | #Constraints:      60061
2105.96/2111.73	c #Conflicts:    2340000 | #Constraints:      61073
2105.96/2111.73	c #Conflicts:    2341000 | #Constraints:      62094
2105.96/2111.73	c #Conflicts:    2342000 | #Constraints:      63105
2105.96/2111.73	c #Conflicts:    2343000 | #Constraints:      64122
2105.96/2111.73	c #Conflicts:    2344000 | #Constraints:      65149
2105.96/2111.73	c #Conflicts:    2345000 | #Constraints:      66175
2105.96/2111.73	c #Conflicts:    2346000 | #Constraints:      67182
2105.96/2111.73	c #Conflicts:    2347000 | #Constraints:      68185
2105.96/2111.73	c INPROCESSING
2105.96/2111.73	c GARBAGE COLLECT
2105.96/2111.73	c rational objective 997
2134.99/2140.85	c #Conflicts:    2348000 | #Constraints:      38426
2134.99/2140.85	c #Conflicts:    2349000 | #Constraints:      39426
2134.99/2140.85	c #Conflicts:    2350000 | #Constraints:      40426
2134.99/2140.85	c #Conflicts:    2351000 | #Constraints:      41426
2134.99/2140.85	c #Conflicts:    2352000 | #Constraints:      42426
2134.99/2140.85	c #Conflicts:    2353000 | #Constraints:      43426
2134.99/2140.85	c #Conflicts:    2354000 | #Constraints:      44426
2134.99/2140.85	c #Conflicts:    2355000 | #Constraints:      45426
2134.99/2140.85	c #Conflicts:    2356000 | #Constraints:      46426
2134.99/2140.85	c #Conflicts:    2357000 | #Constraints:      47426
2134.99/2140.85	c #Conflicts:    2358000 | #Constraints:      48426
2134.99/2140.85	c #Conflicts:    2359000 | #Constraints:      49426
2134.99/2140.85	c #Conflicts:    2360000 | #Constraints:      50426
2134.99/2140.85	c #Conflicts:    2361000 | #Constraints:      51426
2134.99/2140.85	c #Conflicts:    2362000 | #Constraints:      52426
2134.99/2140.85	c #Conflicts:    2363000 | #Constraints:      53426
2134.99/2140.85	c #Conflicts:    2364000 | #Constraints:      54426
2134.99/2140.85	c #Conflicts:    2365000 | #Constraints:      55426
2134.99/2140.85	c #Conflicts:    2366000 | #Constraints:      56426
2134.99/2140.85	c #Conflicts:    2367000 | #Constraints:      57426
2134.99/2140.85	c #Conflicts:    2368000 | #Constraints:      58426
2134.99/2140.85	c #Conflicts:    2369000 | #Constraints:      59426
2134.99/2140.85	c #Conflicts:    2370000 | #Constraints:      60426
2134.99/2140.85	c #Conflicts:    2371000 | #Constraints:      61426
2134.99/2140.85	c #Conflicts:    2372000 | #Constraints:      62426
2134.99/2140.85	c #Conflicts:    2373000 | #Constraints:      63426
2134.99/2140.85	c #Conflicts:    2374000 | #Constraints:      64426
2134.99/2140.85	c #Conflicts:    2375000 | #Constraints:      65426
2134.99/2140.85	c #Conflicts:    2376000 | #Constraints:      66426
2134.99/2140.85	c #Conflicts:    2377000 | #Constraints:      67426
2134.99/2140.85	c #Conflicts:    2378000 | #Constraints:      68426
2134.99/2140.85	c INPROCESSING
2134.99/2140.85	c GARBAGE COLLECT
2134.99/2140.85	c rational objective 997
2169.99/2175.90	c #Conflicts:    2379000 | #Constraints:      38681
2169.99/2175.90	c #Conflicts:    2380000 | #Constraints:      39681
2169.99/2175.90	c #Conflicts:    2381000 | #Constraints:      40681
2169.99/2175.90	c #Conflicts:    2382000 | #Constraints:      41681
2169.99/2175.90	c #Conflicts:    2383000 | #Constraints:      42681
2169.99/2175.90	c #Conflicts:    2384000 | #Constraints:      43681
2169.99/2175.90	c #Conflicts:    2385000 | #Constraints:      44681
2169.99/2175.90	c #Conflicts:    2386000 | #Constraints:      45681
2169.99/2175.90	c #Conflicts:    2387000 | #Constraints:      46681
2169.99/2175.90	c #Conflicts:    2388000 | #Constraints:      47681
2169.99/2175.90	c #Conflicts:    2389000 | #Constraints:      48681
2169.99/2175.90	c #Conflicts:    2390000 | #Constraints:      49681
2169.99/2175.90	c #Conflicts:    2391000 | #Constraints:      50681
2169.99/2175.90	c #Conflicts:    2392000 | #Constraints:      51681
2169.99/2175.90	c #Conflicts:    2393000 | #Constraints:      52681
2169.99/2175.90	c #Conflicts:    2394000 | #Constraints:      53681
2169.99/2175.90	c #Conflicts:    2395000 | #Constraints:      54681
2169.99/2175.90	c #Conflicts:    2396000 | #Constraints:      55681
2169.99/2175.90	c #Conflicts:    2397000 | #Constraints:      56681
2169.99/2175.90	c #Conflicts:    2398000 | #Constraints:      57681
2169.99/2175.90	c #Conflicts:    2399000 | #Constraints:      58681
2169.99/2175.90	c #Conflicts:    2400000 | #Constraints:      59681
2169.99/2175.90	c #Conflicts:    2401000 | #Constraints:      60681
2169.99/2175.90	c #Conflicts:    2402000 | #Constraints:      61681
2169.99/2175.90	c #Conflicts:    2403000 | #Constraints:      62681
2169.99/2175.90	c #Conflicts:    2404000 | #Constraints:      63681
2169.99/2175.90	c #Conflicts:    2405000 | #Constraints:      64681
2169.99/2175.90	c #Conflicts:    2406000 | #Constraints:      65681
2169.99/2175.90	c #Conflicts:    2407000 | #Constraints:      66681
2169.99/2175.90	c #Conflicts:    2408000 | #Constraints:      67681
2169.99/2175.90	c #Conflicts:    2409000 | #Constraints:      68681
2169.99/2175.90	c INPROCESSING
2169.99/2175.90	c GARBAGE COLLECT
2169.99/2175.90	c rational objective 997
2203.39/2209.42	c #Conflicts:    2410000 | #Constraints:      38858
2203.39/2209.42	c #Conflicts:    2411000 | #Constraints:      39858
2203.39/2209.42	c #Conflicts:    2412000 | #Constraints:      40858
2203.39/2209.42	c #Conflicts:    2413000 | #Constraints:      41858
2203.39/2209.42	c #Conflicts:    2414000 | #Constraints:      42858
2203.39/2209.42	c #Conflicts:    2415000 | #Constraints:      43858
2203.39/2209.42	c #Conflicts:    2416000 | #Constraints:      44858
2203.39/2209.42	c #Conflicts:    2417000 | #Constraints:      45858
2203.39/2209.42	c #Conflicts:    2418000 | #Constraints:      46858
2203.39/2209.42	c #Conflicts:    2419000 | #Constraints:      47858
2203.39/2209.42	c #Conflicts:    2420000 | #Constraints:      48858
2203.39/2209.42	c #Conflicts:    2421000 | #Constraints:      49858
2203.39/2209.42	c #Conflicts:    2422000 | #Constraints:      50858
2203.39/2209.42	c #Conflicts:    2423000 | #Constraints:      51858
2203.39/2209.42	c #Conflicts:    2424000 | #Constraints:      52858
2203.39/2209.42	c #Conflicts:    2425000 | #Constraints:      53858
2203.39/2209.42	c #Conflicts:    2426000 | #Constraints:      54858
2203.39/2209.42	c #Conflicts:    2427000 | #Constraints:      55858
2203.39/2209.42	c #Conflicts:    2428000 | #Constraints:      56858
2203.39/2209.42	c #Conflicts:    2429000 | #Constraints:      57858
2203.39/2209.42	c #Conflicts:    2430000 | #Constraints:      58858
2203.39/2209.42	c #Conflicts:    2431000 | #Constraints:      59858
2203.39/2209.42	c #Conflicts:    2432000 | #Constraints:      60858
2203.39/2209.42	c #Conflicts:    2433000 | #Constraints:      61858
2203.39/2209.42	c #Conflicts:    2434000 | #Constraints:      62858
2203.39/2209.42	c #Conflicts:    2435000 | #Constraints:      63858
2203.39/2209.42	c #Conflicts:    2436000 | #Constraints:      64858
2203.39/2209.42	c #Conflicts:    2437000 | #Constraints:      65858
2203.39/2209.42	c #Conflicts:    2438000 | #Constraints:      66858
2203.39/2209.42	c #Conflicts:    2439000 | #Constraints:      67858
2203.39/2209.42	c #Conflicts:    2440000 | #Constraints:      68858
2203.39/2209.42	c INPROCESSING
2203.39/2209.42	c GARBAGE COLLECT
2203.39/2209.42	c rational objective 997
2232.70/2238.87	c #Conflicts:    2441000 | #Constraints:      38870
2232.70/2238.87	c #Conflicts:    2442000 | #Constraints:      39870
2232.70/2238.87	c #Conflicts:    2443000 | #Constraints:      40870
2232.70/2238.87	c #Conflicts:    2444000 | #Constraints:      41870
2232.70/2238.87	c #Conflicts:    2445000 | #Constraints:      42870
2232.70/2238.87	c #Conflicts:    2446000 | #Constraints:      43870
2232.70/2238.87	c #Conflicts:    2447000 | #Constraints:      44870
2232.70/2238.87	c #Conflicts:    2448000 | #Constraints:      45870
2232.70/2238.87	c #Conflicts:    2449000 | #Constraints:      46870
2232.70/2238.87	c #Conflicts:    2450000 | #Constraints:      47870
2232.70/2238.87	c #Conflicts:    2451000 | #Constraints:      48870
2232.70/2238.87	c #Conflicts:    2452000 | #Constraints:      49870
2232.70/2238.87	c #Conflicts:    2453000 | #Constraints:      50870
2232.70/2238.87	c #Conflicts:    2454000 | #Constraints:      51870
2232.70/2238.87	c #Conflicts:    2455000 | #Constraints:      52870
2232.70/2238.87	c #Conflicts:    2456000 | #Constraints:      53870
2232.70/2238.87	c #Conflicts:    2457000 | #Constraints:      54870
2232.70/2238.87	c #Conflicts:    2458000 | #Constraints:      55870
2232.70/2238.87	c #Conflicts:    2459000 | #Constraints:      56870
2232.70/2238.87	c #Conflicts:    2460000 | #Constraints:      57870
2232.70/2238.87	c #Conflicts:    2461000 | #Constraints:      58870
2232.70/2238.87	c #Conflicts:    2462000 | #Constraints:      59870
2232.70/2238.87	c #Conflicts:    2463000 | #Constraints:      60870
2232.70/2238.87	c #Conflicts:    2464000 | #Constraints:      61870
2232.70/2238.87	c #Conflicts:    2465000 | #Constraints:      62870
2232.70/2238.87	c #Conflicts:    2466000 | #Constraints:      63870
2232.70/2238.87	c #Conflicts:    2467000 | #Constraints:      64870
2232.70/2238.87	c #Conflicts:    2468000 | #Constraints:      65870
2232.70/2238.87	c #Conflicts:    2469000 | #Constraints:      66870
2232.70/2238.87	c #Conflicts:    2470000 | #Constraints:      67870
2232.70/2238.87	c #Conflicts:    2471000 | #Constraints:      68870
2232.70/2238.87	c INPROCESSING
2232.70/2238.87	c GARBAGE COLLECT
2232.70/2238.87	c rational objective 997
2272.99/2279.20	c #Conflicts:    2472000 | #Constraints:      38677
2272.99/2279.20	c #Conflicts:    2473000 | #Constraints:      39699
2272.99/2279.20	c #Conflicts:    2474000 | #Constraints:      40760
2272.99/2279.20	c #Conflicts:    2475000 | #Constraints:      41834
2272.99/2279.20	c #Conflicts:    2476000 | #Constraints:      42905
2272.99/2279.20	c #Conflicts:    2477000 | #Constraints:      43973
2272.99/2279.20	c #Conflicts:    2478000 | #Constraints:      45026
2272.99/2279.20	c #Conflicts:    2479000 | #Constraints:      46068
2272.99/2279.20	c #Conflicts:    2480000 | #Constraints:      47103
2272.99/2279.20	c #Conflicts:    2481000 | #Constraints:      48154
2272.99/2279.20	c #Conflicts:    2482000 | #Constraints:      49212
2272.99/2279.20	c #Conflicts:    2483000 | #Constraints:      50264
2272.99/2279.20	c #Conflicts:    2484000 | #Constraints:      51312
2272.99/2279.20	c #Conflicts:    2485000 | #Constraints:      52375
2272.99/2279.20	c #Conflicts:    2486000 | #Constraints:      53414
2272.99/2279.20	c #Conflicts:    2487000 | #Constraints:      54441
2272.99/2279.20	c #Conflicts:    2488000 | #Constraints:      55479
2272.99/2279.20	c #Conflicts:    2489000 | #Constraints:      56514
2272.99/2279.20	c #Conflicts:    2490000 | #Constraints:      57548
2272.99/2279.20	c #Conflicts:    2491000 | #Constraints:      58585
2272.99/2279.20	c #Conflicts:    2492000 | #Constraints:      59615
2272.99/2279.20	c #Conflicts:    2493000 | #Constraints:      60672
2272.99/2279.20	c #Conflicts:    2494000 | #Constraints:      61735
2272.99/2279.20	c #Conflicts:    2495000 | #Constraints:      62771
2272.99/2279.20	c #Conflicts:    2496000 | #Constraints:      63807
2272.99/2279.20	c #Conflicts:    2497000 | #Constraints:      64836
2272.99/2279.20	c #Conflicts:    2498000 | #Constraints:      65869
2272.99/2279.20	c #Conflicts:    2499000 | #Constraints:      66909
2272.99/2279.20	c #Conflicts:    2500000 | #Constraints:      67968
2272.99/2279.20	c #Conflicts:    2501000 | #Constraints:      69008
2272.99/2279.20	c #Conflicts:    2502000 | #Constraints:      70039
2272.99/2279.20	c #Conflicts:    2503000 | #Constraints:      71061
2272.99/2279.20	c INPROCESSING
2272.99/2279.20	c GARBAGE COLLECT
2272.99/2279.20	c rational objective 997
2305.60/2311.98	c #Conflicts:    2504000 | #Constraints:      39847
2305.60/2311.98	c #Conflicts:    2505000 | #Constraints:      40847
2305.60/2311.98	c #Conflicts:    2506000 | #Constraints:      41847
2305.60/2311.98	c #Conflicts:    2507000 | #Constraints:      42847
2305.60/2311.98	c #Conflicts:    2508000 | #Constraints:      43847
2305.60/2311.98	c #Conflicts:    2509000 | #Constraints:      44847
2305.60/2311.98	c #Conflicts:    2510000 | #Constraints:      45847
2305.60/2311.98	c #Conflicts:    2511000 | #Constraints:      46847
2305.60/2311.98	c #Conflicts:    2512000 | #Constraints:      47847
2305.60/2311.98	c #Conflicts:    2513000 | #Constraints:      48847
2305.60/2311.98	c #Conflicts:    2514000 | #Constraints:      49847
2305.60/2311.98	c #Conflicts:    2515000 | #Constraints:      50847
2305.60/2311.98	c #Conflicts:    2516000 | #Constraints:      51847
2305.60/2311.98	c #Conflicts:    2517000 | #Constraints:      52847
2305.60/2311.98	c #Conflicts:    2518000 | #Constraints:      53847
2305.60/2311.98	c #Conflicts:    2519000 | #Constraints:      54847
2305.60/2311.98	c #Conflicts:    2520000 | #Constraints:      55847
2305.60/2311.98	c #Conflicts:    2521000 | #Constraints:      56847
2305.60/2311.98	c #Conflicts:    2522000 | #Constraints:      57847
2305.60/2311.98	c #Conflicts:    2523000 | #Constraints:      58847
2305.60/2311.98	c #Conflicts:    2524000 | #Constraints:      59847
2305.60/2311.98	c #Conflicts:    2525000 | #Constraints:      60847
2305.60/2311.98	c #Conflicts:    2526000 | #Constraints:      61847
2305.60/2311.98	c #Conflicts:    2527000 | #Constraints:      62847
2305.60/2311.98	c #Conflicts:    2528000 | #Constraints:      63847
2305.60/2311.98	c #Conflicts:    2529000 | #Constraints:      64847
2305.60/2311.98	c #Conflicts:    2530000 | #Constraints:      65847
2305.60/2311.98	c #Conflicts:    2531000 | #Constraints:      66847
2305.60/2311.98	c #Conflicts:    2532000 | #Constraints:      67847
2305.60/2311.98	c #Conflicts:    2533000 | #Constraints:      68847
2305.60/2311.98	c #Conflicts:    2534000 | #Constraints:      69847
2305.60/2311.98	c #Conflicts:    2535000 | #Constraints:      70847
2305.60/2311.98	c INPROCESSING
2305.60/2311.98	c GARBAGE COLLECT
2305.60/2311.98	c rational objective 997
2339.70/2346.12	c #Conflicts:    2536000 | #Constraints:      39992
2339.70/2346.12	c #Conflicts:    2537000 | #Constraints:      40992
2339.70/2346.12	c #Conflicts:    2538000 | #Constraints:      41992
2339.70/2346.12	c #Conflicts:    2539000 | #Constraints:      42992
2339.70/2346.12	c #Conflicts:    2540000 | #Constraints:      43992
2339.70/2346.12	c #Conflicts:    2541000 | #Constraints:      44992
2339.70/2346.12	c #Conflicts:    2542000 | #Constraints:      45992
2339.70/2346.12	c #Conflicts:    2543000 | #Constraints:      46992
2339.70/2346.12	c #Conflicts:    2544000 | #Constraints:      47992
2339.70/2346.12	c #Conflicts:    2545000 | #Constraints:      48992
2339.70/2346.12	c #Conflicts:    2546000 | #Constraints:      49992
2339.70/2346.12	c #Conflicts:    2547000 | #Constraints:      50992
2339.70/2346.12	c #Conflicts:    2548000 | #Constraints:      51993
2339.70/2346.12	c #Conflicts:    2549000 | #Constraints:      52993
2339.70/2346.12	c #Conflicts:    2550000 | #Constraints:      53993
2339.70/2346.12	c #Conflicts:    2551000 | #Constraints:      54993
2339.70/2346.12	c #Conflicts:    2552000 | #Constraints:      55993
2339.70/2346.12	c #Conflicts:    2553000 | #Constraints:      56993
2339.70/2346.12	c #Conflicts:    2554000 | #Constraints:      57993
2339.70/2346.12	c #Conflicts:    2555000 | #Constraints:      58993
2339.70/2346.12	c #Conflicts:    2556000 | #Constraints:      59993
2339.70/2346.12	c #Conflicts:    2557000 | #Constraints:      60994
2339.70/2346.12	c #Conflicts:    2558000 | #Constraints:      61994
2339.70/2346.12	c #Conflicts:    2559000 | #Constraints:      62994
2339.70/2346.12	c #Conflicts:    2560000 | #Constraints:      63995
2339.70/2346.12	c #Conflicts:    2561000 | #Constraints:      64995
2339.70/2346.12	c #Conflicts:    2562000 | #Constraints:      65995
2339.70/2346.12	c #Conflicts:    2563000 | #Constraints:      66995
2339.70/2346.12	c #Conflicts:    2564000 | #Constraints:      67995
2339.70/2346.12	c #Conflicts:    2565000 | #Constraints:      68995
2339.70/2346.12	c #Conflicts:    2566000 | #Constraints:      69996
2339.70/2346.12	c #Conflicts:    2567000 | #Constraints:      70996
2339.70/2346.12	c INPROCESSING
2339.70/2346.12	c GARBAGE COLLECT
2339.70/2346.12	c rational objective 997
2388.46/2395.10	c #Conflicts:    2568000 | #Constraints:      40037
2388.46/2395.10	c #Conflicts:    2569000 | #Constraints:      41037
2388.46/2395.10	c #Conflicts:    2570000 | #Constraints:      42037
2388.46/2395.10	c #Conflicts:    2571000 | #Constraints:      43037
2388.46/2395.10	c #Conflicts:    2572000 | #Constraints:      44037
2388.46/2395.10	c #Conflicts:    2573000 | #Constraints:      45037
2388.46/2395.10	c #Conflicts:    2574000 | #Constraints:      46037
2388.46/2395.10	c #Conflicts:    2575000 | #Constraints:      47037
2388.46/2395.10	c #Conflicts:    2576000 | #Constraints:      48075
2388.46/2395.10	c #Conflicts:    2577000 | #Constraints:      49140
2388.46/2395.10	c #Conflicts:    2578000 | #Constraints:      50204
2388.46/2395.10	c #Conflicts:    2579000 | #Constraints:      51252
2388.46/2395.10	c #Conflicts:    2580000 | #Constraints:      52308
2388.46/2395.10	c #Conflicts:    2581000 | #Constraints:      53362
2388.46/2395.10	c #Conflicts:    2582000 | #Constraints:      54405
2388.46/2395.10	c #Conflicts:    2583000 | #Constraints:      55433
2388.46/2395.10	c #Conflicts:    2584000 | #Constraints:      56458
2388.46/2395.10	c #Conflicts:    2585000 | #Constraints:      57495
2388.46/2395.10	c #Conflicts:    2586000 | #Constraints:      58553
2388.46/2395.10	c #Conflicts:    2587000 | #Constraints:      59580
2388.46/2395.10	c #Conflicts:    2588000 | #Constraints:      60601
2388.46/2395.10	c #Conflicts:    2589000 | #Constraints:      61633
2388.46/2395.10	c #Conflicts:    2590000 | #Constraints:      62654
2388.46/2395.10	c #Conflicts:    2591000 | #Constraints:      63680
2388.46/2395.10	c #Conflicts:    2592000 | #Constraints:      64710
2388.46/2395.10	c #Conflicts:    2593000 | #Constraints:      65730
2388.46/2395.10	c #Conflicts:    2594000 | #Constraints:      66749
2388.46/2395.10	c #Conflicts:    2595000 | #Constraints:      67775
2388.46/2395.10	c #Conflicts:    2596000 | #Constraints:      68799
2388.46/2395.10	c #Conflicts:    2597000 | #Constraints:      69830
2388.46/2395.10	c #Conflicts:    2598000 | #Constraints:      70853
2388.46/2395.10	c #Conflicts:    2599000 | #Constraints:      71870
2388.46/2395.10	c INPROCESSING
2388.46/2395.10	c GARBAGE COLLECT
2388.46/2395.10	c rational objective 997
2423.96/2430.65	c #Conflicts:    2600000 | #Constraints:      40238
2423.96/2430.65	c #Conflicts:    2601000 | #Constraints:      41238
2423.96/2430.65	c #Conflicts:    2602000 | #Constraints:      42238
2423.96/2430.65	c #Conflicts:    2603000 | #Constraints:      43238
2423.96/2430.65	c #Conflicts:    2604000 | #Constraints:      44238
2423.96/2430.65	c #Conflicts:    2605000 | #Constraints:      45238
2423.96/2430.65	c #Conflicts:    2606000 | #Constraints:      46238
2423.96/2430.65	c #Conflicts:    2607000 | #Constraints:      47238
2423.96/2430.65	c #Conflicts:    2608000 | #Constraints:      48238
2423.96/2430.65	c #Conflicts:    2609000 | #Constraints:      49238
2423.96/2430.65	c #Conflicts:    2610000 | #Constraints:      50238
2423.96/2430.65	c #Conflicts:    2611000 | #Constraints:      51238
2423.96/2430.65	c #Conflicts:    2612000 | #Constraints:      52238
2423.96/2430.65	c #Conflicts:    2613000 | #Constraints:      53238
2423.96/2430.65	c #Conflicts:    2614000 | #Constraints:      54238
2423.96/2430.65	c #Conflicts:    2615000 | #Constraints:      55238
2423.96/2430.65	c #Conflicts:    2616000 | #Constraints:      56238
2423.96/2430.65	c #Conflicts:    2617000 | #Constraints:      57238
2423.96/2430.65	c #Conflicts:    2618000 | #Constraints:      58238
2423.96/2430.65	c #Conflicts:    2619000 | #Constraints:      59238
2423.96/2430.65	c #Conflicts:    2620000 | #Constraints:      60238
2423.96/2430.65	c #Conflicts:    2621000 | #Constraints:      61238
2423.96/2430.65	c #Conflicts:    2622000 | #Constraints:      62238
2423.96/2430.65	c #Conflicts:    2623000 | #Constraints:      63238
2423.96/2430.65	c #Conflicts:    2624000 | #Constraints:      64238
2423.96/2430.65	c #Conflicts:    2625000 | #Constraints:      65238
2423.96/2430.65	c #Conflicts:    2626000 | #Constraints:      66238
2423.96/2430.65	c #Conflicts:    2627000 | #Constraints:      67238
2423.96/2430.65	c #Conflicts:    2628000 | #Constraints:      68238
2423.96/2430.65	c #Conflicts:    2629000 | #Constraints:      69238
2423.96/2430.65	c #Conflicts:    2630000 | #Constraints:      70238
2423.96/2430.65	c #Conflicts:    2631000 | #Constraints:      71238
2423.96/2430.65	c INPROCESSING
2423.96/2430.65	c GARBAGE COLLECT
2423.96/2430.65	c rational objective 997
2456.47/2463.27	c #Conflicts:    2632000 | #Constraints:      39847
2456.47/2463.27	c #Conflicts:    2633000 | #Constraints:      40847
2456.47/2463.27	c #Conflicts:    2634000 | #Constraints:      41847
2456.47/2463.27	c #Conflicts:    2635000 | #Constraints:      42847
2456.47/2463.27	c #Conflicts:    2636000 | #Constraints:      43847
2456.47/2463.27	c #Conflicts:    2637000 | #Constraints:      44847
2456.47/2463.27	c #Conflicts:    2638000 | #Constraints:      45847
2456.47/2463.27	c #Conflicts:    2639000 | #Constraints:      46847
2456.47/2463.27	c #Conflicts:    2640000 | #Constraints:      47847
2456.47/2463.27	c #Conflicts:    2641000 | #Constraints:      48847
2456.47/2463.27	c #Conflicts:    2642000 | #Constraints:      49847
2456.47/2463.27	c #Conflicts:    2643000 | #Constraints:      50847
2456.47/2463.27	c #Conflicts:    2644000 | #Constraints:      51847
2456.47/2463.27	c #Conflicts:    2645000 | #Constraints:      52847
2456.47/2463.27	c #Conflicts:    2646000 | #Constraints:      53847
2456.47/2463.27	c #Conflicts:    2647000 | #Constraints:      54847
2456.47/2463.27	c #Conflicts:    2648000 | #Constraints:      55847
2456.47/2463.27	c #Conflicts:    2649000 | #Constraints:      56847
2456.47/2463.27	c #Conflicts:    2650000 | #Constraints:      57847
2456.47/2463.27	c #Conflicts:    2651000 | #Constraints:      58847
2456.47/2463.27	c #Conflicts:    2652000 | #Constraints:      59847
2456.47/2463.27	c #Conflicts:    2653000 | #Constraints:      60847
2456.47/2463.27	c #Conflicts:    2654000 | #Constraints:      61847
2456.47/2463.27	c #Conflicts:    2655000 | #Constraints:      62847
2456.47/2463.27	c #Conflicts:    2656000 | #Constraints:      63847
2456.47/2463.27	c #Conflicts:    2657000 | #Constraints:      64847
2456.47/2463.27	c #Conflicts:    2658000 | #Constraints:      65847
2456.47/2463.27	c #Conflicts:    2659000 | #Constraints:      66847
2456.47/2463.27	c #Conflicts:    2660000 | #Constraints:      67847
2456.47/2463.27	c #Conflicts:    2661000 | #Constraints:      68847
2456.47/2463.27	c #Conflicts:    2662000 | #Constraints:      69847
2456.47/2463.27	c #Conflicts:    2663000 | #Constraints:      70847
2456.47/2463.27	c #Conflicts:    2664000 | #Constraints:      71847
2456.47/2463.27	c INPROCESSING
2456.47/2463.27	c GARBAGE COLLECT
2456.47/2463.27	c rational objective 997
2490.97/2497.88	c #Conflicts:    2665000 | #Constraints:      40370
2490.97/2497.88	c #Conflicts:    2666000 | #Constraints:      41381
2490.97/2497.88	c #Conflicts:    2667000 | #Constraints:      42416
2490.97/2497.88	c #Conflicts:    2668000 | #Constraints:      43436
2490.97/2497.88	c #Conflicts:    2669000 | #Constraints:      44467
2490.97/2497.88	c #Conflicts:    2670000 | #Constraints:      45510
2490.97/2497.88	c #Conflicts:    2671000 | #Constraints:      46548
2490.97/2497.88	c #Conflicts:    2672000 | #Constraints:      47570
2490.97/2497.88	c #Conflicts:    2673000 | #Constraints:      48605
2490.97/2497.88	c #Conflicts:    2674000 | #Constraints:      49653
2490.97/2497.88	c #Conflicts:    2675000 | #Constraints:      50710
2490.97/2497.88	c #Conflicts:    2676000 | #Constraints:      51759
2490.97/2497.88	c #Conflicts:    2677000 | #Constraints:      52802
2490.97/2497.88	c #Conflicts:    2678000 | #Constraints:      53847
2490.97/2497.88	c #Conflicts:    2679000 | #Constraints:      54879
2490.97/2497.88	c #Conflicts:    2680000 | #Constraints:      55921
2490.97/2497.88	c #Conflicts:    2681000 | #Constraints:      56972
2490.97/2497.88	c #Conflicts:    2682000 | #Constraints:      58021
2490.97/2497.88	c #Conflicts:    2683000 | #Constraints:      59045
2490.97/2497.88	c #Conflicts:    2684000 | #Constraints:      60067
2490.97/2497.88	c #Conflicts:    2685000 | #Constraints:      61089
2490.97/2497.88	c #Conflicts:    2686000 | #Constraints:      62128
2490.97/2497.88	c #Conflicts:    2687000 | #Constraints:      63197
2490.97/2497.88	c #Conflicts:    2688000 | #Constraints:      64245
2490.97/2497.88	c #Conflicts:    2689000 | #Constraints:      65284
2490.97/2497.88	c #Conflicts:    2690000 | #Constraints:      66322
2490.97/2497.88	c #Conflicts:    2691000 | #Constraints:      67364
2490.97/2497.88	c #Conflicts:    2692000 | #Constraints:      68415
2490.97/2497.88	c #Conflicts:    2693000 | #Constraints:      69455
2490.97/2497.88	c #Conflicts:    2694000 | #Constraints:      70479
2490.97/2497.88	c #Conflicts:    2695000 | #Constraints:      71494
2490.97/2497.88	c #Conflicts:    2696000 | #Constraints:      72519
2490.97/2497.88	c #Conflicts:    2697000 | #Constraints:      73541
2490.97/2497.88	c INPROCESSING
2490.97/2497.88	c GARBAGE COLLECT
2490.97/2497.88	c rational objective 997
2529.17/2536.11	c #Conflicts:    2698000 | #Constraints:      41186
2529.17/2536.11	c #Conflicts:    2699000 | #Constraints:      42186
2529.17/2536.11	c #Conflicts:    2700000 | #Constraints:      43186
2529.17/2536.11	c #Conflicts:    2701000 | #Constraints:      44186
2529.17/2536.11	c #Conflicts:    2702000 | #Constraints:      45186
2529.17/2536.11	c #Conflicts:    2703000 | #Constraints:      46186
2529.17/2536.11	c #Conflicts:    2704000 | #Constraints:      47186
2529.17/2536.11	c #Conflicts:    2705000 | #Constraints:      48186
2529.17/2536.11	c #Conflicts:    2706000 | #Constraints:      49186
2529.17/2536.11	c #Conflicts:    2707000 | #Constraints:      50186
2529.17/2536.11	c #Conflicts:    2708000 | #Constraints:      51186
2529.17/2536.11	c #Conflicts:    2709000 | #Constraints:      52186
2529.17/2536.11	c #Conflicts:    2710000 | #Constraints:      53186
2529.17/2536.11	c #Conflicts:    2711000 | #Constraints:      54186
2529.17/2536.11	c #Conflicts:    2712000 | #Constraints:      55186
2529.17/2536.11	c #Conflicts:    2713000 | #Constraints:      56186
2529.17/2536.11	c #Conflicts:    2714000 | #Constraints:      57186
2529.17/2536.11	c #Conflicts:    2715000 | #Constraints:      58186
2529.17/2536.11	c #Conflicts:    2716000 | #Constraints:      59186
2529.17/2536.11	c #Conflicts:    2717000 | #Constraints:      60186
2529.17/2536.11	c #Conflicts:    2718000 | #Constraints:      61186
2529.17/2536.11	c #Conflicts:    2719000 | #Constraints:      62186
2529.17/2536.11	c #Conflicts:    2720000 | #Constraints:      63186
2529.17/2536.11	c #Conflicts:    2721000 | #Constraints:      64186
2529.17/2536.11	c #Conflicts:    2722000 | #Constraints:      65186
2529.17/2536.11	c #Conflicts:    2723000 | #Constraints:      66186
2529.17/2536.11	c #Conflicts:    2724000 | #Constraints:      67186
2529.17/2536.11	c #Conflicts:    2725000 | #Constraints:      68186
2529.17/2536.11	c #Conflicts:    2726000 | #Constraints:      69186
2529.17/2536.11	c #Conflicts:    2727000 | #Constraints:      70186
2529.17/2536.11	c #Conflicts:    2728000 | #Constraints:      71186
2529.17/2536.11	c #Conflicts:    2729000 | #Constraints:      72186
2529.17/2536.11	c #Conflicts:    2730000 | #Constraints:      73186
2529.17/2536.11	c INPROCESSING
2529.17/2536.11	c GARBAGE COLLECT
2529.17/2536.11	c rational objective 997
2566.96/2574.02	c #Conflicts:    2731000 | #Constraints:      41163
2566.96/2574.02	c #Conflicts:    2732000 | #Constraints:      42163
2566.96/2574.02	c #Conflicts:    2733000 | #Constraints:      43163
2566.96/2574.02	c #Conflicts:    2734000 | #Constraints:      44163
2566.96/2574.02	c #Conflicts:    2735000 | #Constraints:      45163
2566.96/2574.02	c #Conflicts:    2736000 | #Constraints:      46163
2566.96/2574.02	c #Conflicts:    2737000 | #Constraints:      47163
2566.96/2574.02	c #Conflicts:    2738000 | #Constraints:      48163
2566.96/2574.02	c #Conflicts:    2739000 | #Constraints:      49164
2566.96/2574.02	c #Conflicts:    2740000 | #Constraints:      50164
2566.96/2574.02	c #Conflicts:    2741000 | #Constraints:      51164
2566.96/2574.02	c #Conflicts:    2742000 | #Constraints:      52165
2566.96/2574.02	c #Conflicts:    2743000 | #Constraints:      53165
2566.96/2574.02	c #Conflicts:    2744000 | #Constraints:      54166
2566.96/2574.02	c #Conflicts:    2745000 | #Constraints:      55166
2566.96/2574.02	c #Conflicts:    2746000 | #Constraints:      56167
2566.96/2574.02	c #Conflicts:    2747000 | #Constraints:      57167
2566.96/2574.02	c #Conflicts:    2748000 | #Constraints:      58167
2566.96/2574.02	c #Conflicts:    2749000 | #Constraints:      59167
2566.96/2574.02	c #Conflicts:    2750000 | #Constraints:      60167
2566.96/2574.02	c #Conflicts:    2751000 | #Constraints:      61167
2566.96/2574.02	c #Conflicts:    2752000 | #Constraints:      62167
2566.96/2574.02	c #Conflicts:    2753000 | #Constraints:      63167
2566.96/2574.02	c #Conflicts:    2754000 | #Constraints:      64167
2566.96/2574.02	c #Conflicts:    2755000 | #Constraints:      65167
2566.96/2574.02	c #Conflicts:    2756000 | #Constraints:      66167
2566.96/2574.02	c #Conflicts:    2757000 | #Constraints:      67167
2566.96/2574.02	c #Conflicts:    2758000 | #Constraints:      68167
2566.96/2574.02	c #Conflicts:    2759000 | #Constraints:      69167
2566.96/2574.02	c #Conflicts:    2760000 | #Constraints:      70167
2566.96/2574.02	c #Conflicts:    2761000 | #Constraints:      71167
2566.96/2574.02	c #Conflicts:    2762000 | #Constraints:      72167
2566.96/2574.02	c #Conflicts:    2763000 | #Constraints:      73167
2566.96/2574.02	c INPROCESSING
2566.96/2574.02	c GARBAGE COLLECT
2566.96/2574.02	c rational objective 997
2610.33/2617.55	c #Conflicts:    2764000 | #Constraints:      41027
2610.33/2617.55	c #Conflicts:    2765000 | #Constraints:      42028
2610.33/2617.55	c #Conflicts:    2766000 | #Constraints:      43058
2610.33/2617.55	c #Conflicts:    2767000 | #Constraints:      44127
2610.33/2617.55	c #Conflicts:    2768000 | #Constraints:      45180
2610.33/2617.55	c #Conflicts:    2769000 | #Constraints:      46241
2610.33/2617.55	c #Conflicts:    2770000 | #Constraints:      47297
2610.33/2617.55	c #Conflicts:    2771000 | #Constraints:      48340
2610.33/2617.55	c #Conflicts:    2772000 | #Constraints:      49378
2610.33/2617.55	c #Conflicts:    2773000 | #Constraints:      50409
2610.33/2617.55	c #Conflicts:    2774000 | #Constraints:      51449
2610.33/2617.55	c #Conflicts:    2775000 | #Constraints:      52469
2610.33/2617.55	c #Conflicts:    2776000 | #Constraints:      53513
2610.33/2617.55	c #Conflicts:    2777000 | #Constraints:      54541
2610.33/2617.55	c #Conflicts:    2778000 | #Constraints:      55575
2610.33/2617.55	c #Conflicts:    2779000 | #Constraints:      56598
2610.33/2617.55	c #Conflicts:    2780000 | #Constraints:      57623
2610.33/2617.55	c #Conflicts:    2781000 | #Constraints:      58661
2610.33/2617.55	c #Conflicts:    2782000 | #Constraints:      59686
2610.33/2617.55	c #Conflicts:    2783000 | #Constraints:      60710
2610.33/2617.55	c #Conflicts:    2784000 | #Constraints:      61744
2610.33/2617.55	c #Conflicts:    2785000 | #Constraints:      62782
2610.33/2617.55	c #Conflicts:    2786000 | #Constraints:      63817
2610.33/2617.55	c #Conflicts:    2787000 | #Constraints:      64855
2610.33/2617.55	c #Conflicts:    2788000 | #Constraints:      65890
2610.33/2617.55	c #Conflicts:    2789000 | #Constraints:      66923
2610.33/2617.55	c #Conflicts:    2790000 | #Constraints:      67953
2610.33/2617.55	c #Conflicts:    2791000 | #Constraints:      68988
2610.33/2617.55	c #Conflicts:    2792000 | #Constraints:      70049
2610.33/2617.55	c #Conflicts:    2793000 | #Constraints:      71089
2610.33/2617.55	c #Conflicts:    2794000 | #Constraints:      72107
2610.33/2617.55	c #Conflicts:    2795000 | #Constraints:      73152
2610.33/2617.55	c #Conflicts:    2796000 | #Constraints:      74178
2610.33/2617.55	c INPROCESSING
2610.33/2617.55	c GARBAGE COLLECT
2610.33/2617.55	c rational objective 997
2650.61/2657.95	c #Conflicts:    2797000 | #Constraints:      41191
2650.61/2657.95	c #Conflicts:    2798000 | #Constraints:      42191
2650.61/2657.95	c #Conflicts:    2799000 | #Constraints:      43191
2650.61/2657.95	c #Conflicts:    2800000 | #Constraints:      44191
2650.61/2657.95	c #Conflicts:    2801000 | #Constraints:      45191
2650.61/2657.95	c #Conflicts:    2802000 | #Constraints:      46191
2650.61/2657.95	c #Conflicts:    2803000 | #Constraints:      47191
2650.61/2657.95	c #Conflicts:    2804000 | #Constraints:      48191
2650.61/2657.95	c #Conflicts:    2805000 | #Constraints:      49191
2650.61/2657.95	c #Conflicts:    2806000 | #Constraints:      50191
2650.61/2657.95	c #Conflicts:    2807000 | #Constraints:      51191
2650.61/2657.95	c #Conflicts:    2808000 | #Constraints:      52191
2650.61/2657.95	c #Conflicts:    2809000 | #Constraints:      53191
2650.61/2657.95	c #Conflicts:    2810000 | #Constraints:      54191
2650.61/2657.95	c #Conflicts:    2811000 | #Constraints:      55191
2650.61/2657.95	c #Conflicts:    2812000 | #Constraints:      56191
2650.61/2657.95	c #Conflicts:    2813000 | #Constraints:      57191
2650.61/2657.95	c #Conflicts:    2814000 | #Constraints:      58191
2650.61/2657.95	c #Conflicts:    2815000 | #Constraints:      59191
2650.61/2657.95	c #Conflicts:    2816000 | #Constraints:      60191
2650.61/2657.95	c #Conflicts:    2817000 | #Constraints:      61191
2650.61/2657.95	c #Conflicts:    2818000 | #Constraints:      62191
2650.61/2657.95	c #Conflicts:    2819000 | #Constraints:      63191
2650.61/2657.95	c #Conflicts:    2820000 | #Constraints:      64191
2650.61/2657.95	c #Conflicts:    2821000 | #Constraints:      65191
2650.61/2657.95	c #Conflicts:    2822000 | #Constraints:      66191
2650.61/2657.95	c #Conflicts:    2823000 | #Constraints:      67191
2650.61/2657.95	c #Conflicts:    2824000 | #Constraints:      68191
2650.61/2657.95	c #Conflicts:    2825000 | #Constraints:      69191
2650.61/2657.95	c #Conflicts:    2826000 | #Constraints:      70191
2650.61/2657.95	c #Conflicts:    2827000 | #Constraints:      71191
2650.61/2657.95	c #Conflicts:    2828000 | #Constraints:      72191
2650.61/2657.95	c #Conflicts:    2829000 | #Constraints:      73191
2650.61/2657.95	c #Conflicts:    2830000 | #Constraints:      74191
2650.61/2657.95	c INPROCESSING
2650.61/2657.95	c GARBAGE COLLECT
2650.61/2657.95	c rational objective 997
2685.11/2692.57	c #Conflicts:    2831000 | #Constraints:      41545
2685.11/2692.57	c #Conflicts:    2832000 | #Constraints:      42594
2685.11/2692.57	c #Conflicts:    2833000 | #Constraints:      43639
2685.11/2692.57	c #Conflicts:    2834000 | #Constraints:      44687
2685.11/2692.57	c #Conflicts:    2835000 | #Constraints:      45748
2685.11/2692.57	c #Conflicts:    2836000 | #Constraints:      46799
2685.11/2692.57	c #Conflicts:    2837000 | #Constraints:      47842
2685.11/2692.57	c #Conflicts:    2838000 | #Constraints:      48886
2685.11/2692.57	c #Conflicts:    2839000 | #Constraints:      49924
2685.11/2692.57	c #Conflicts:    2840000 | #Constraints:      50967
2685.11/2692.57	c #Conflicts:    2841000 | #Constraints:      52009
2685.11/2692.57	c #Conflicts:    2842000 | #Constraints:      53056
2685.11/2692.57	c #Conflicts:    2843000 | #Constraints:      54090
2685.11/2692.57	c #Conflicts:    2844000 | #Constraints:      55141
2685.11/2692.57	c #Conflicts:    2845000 | #Constraints:      56169
2685.11/2692.57	c #Conflicts:    2846000 | #Constraints:      57210
2685.11/2692.57	c #Conflicts:    2847000 | #Constraints:      58240
2685.11/2692.57	c #Conflicts:    2848000 | #Constraints:      59268
2685.11/2692.57	c #Conflicts:    2849000 | #Constraints:      60296
2685.11/2692.57	c #Conflicts:    2850000 | #Constraints:      61328
2685.11/2692.57	c #Conflicts:    2851000 | #Constraints:      62348
2685.11/2692.57	c #Conflicts:    2852000 | #Constraints:      63384
2685.11/2692.57	c #Conflicts:    2853000 | #Constraints:      64418
2685.11/2692.57	c #Conflicts:    2854000 | #Constraints:      65445
2685.11/2692.57	c #Conflicts:    2855000 | #Constraints:      66464
2685.11/2692.57	c #Conflicts:    2856000 | #Constraints:      67486
2685.11/2692.57	c #Conflicts:    2857000 | #Constraints:      68512
2685.11/2692.57	c #Conflicts:    2858000 | #Constraints:      69535
2685.11/2692.57	c #Conflicts:    2859000 | #Constraints:      70556
2685.11/2692.57	c #Conflicts:    2860000 | #Constraints:      71596
2685.11/2692.57	c #Conflicts:    2861000 | #Constraints:      72641
2685.11/2692.57	c #Conflicts:    2862000 | #Constraints:      73668
2685.11/2692.57	c #Conflicts:    2863000 | #Constraints:      74699
2685.11/2692.57	c #Conflicts:    2864000 | #Constraints:      75726
2685.11/2692.57	c INPROCESSING
2685.11/2692.57	c GARBAGE COLLECT
2685.11/2692.57	c rational objective 997
2725.61/2733.14	c #Conflicts:    2865000 | #Constraints:      42275
2725.61/2733.14	c #Conflicts:    2866000 | #Constraints:      43275
2725.61/2733.14	c #Conflicts:    2867000 | #Constraints:      44275
2725.61/2733.14	c #Conflicts:    2868000 | #Constraints:      45275
2725.61/2733.14	c #Conflicts:    2869000 | #Constraints:      46275
2725.61/2733.14	c #Conflicts:    2870000 | #Constraints:      47275
2725.61/2733.14	c #Conflicts:    2871000 | #Constraints:      48275
2725.61/2733.14	c #Conflicts:    2872000 | #Constraints:      49275
2725.61/2733.14	c #Conflicts:    2873000 | #Constraints:      50275
2725.61/2733.14	c #Conflicts:    2874000 | #Constraints:      51275
2725.61/2733.14	c #Conflicts:    2875000 | #Constraints:      52275
2725.61/2733.14	c #Conflicts:    2876000 | #Constraints:      53275
2725.61/2733.14	c #Conflicts:    2877000 | #Constraints:      54275
2725.61/2733.14	c #Conflicts:    2878000 | #Constraints:      55275
2725.61/2733.14	c #Conflicts:    2879000 | #Constraints:      56275
2725.61/2733.14	c #Conflicts:    2880000 | #Constraints:      57275
2725.61/2733.14	c #Conflicts:    2881000 | #Constraints:      58275
2725.61/2733.14	c #Conflicts:    2882000 | #Constraints:      59275
2725.61/2733.14	c #Conflicts:    2883000 | #Constraints:      60275
2725.61/2733.14	c #Conflicts:    2884000 | #Constraints:      61275
2725.61/2733.14	c #Conflicts:    2885000 | #Constraints:      62275
2725.61/2733.14	c #Conflicts:    2886000 | #Constraints:      63275
2725.61/2733.14	c #Conflicts:    2887000 | #Constraints:      64275
2725.61/2733.14	c #Conflicts:    2888000 | #Constraints:      65275
2725.61/2733.14	c #Conflicts:    2889000 | #Constraints:      66275
2725.61/2733.14	c #Conflicts:    2890000 | #Constraints:      67275
2725.61/2733.14	c #Conflicts:    2891000 | #Constraints:      68275
2725.61/2733.14	c #Conflicts:    2892000 | #Constraints:      69275
2725.61/2733.14	c #Conflicts:    2893000 | #Constraints:      70275
2725.61/2733.14	c #Conflicts:    2894000 | #Constraints:      71275
2725.61/2733.14	c #Conflicts:    2895000 | #Constraints:      72275
2725.61/2733.14	c #Conflicts:    2896000 | #Constraints:      73275
2725.61/2733.14	c #Conflicts:    2897000 | #Constraints:      74275
2725.61/2733.14	c #Conflicts:    2898000 | #Constraints:      75275
2725.61/2733.14	c INPROCESSING
2725.61/2733.14	c GARBAGE COLLECT
2725.61/2733.14	c rational objective 997
2752.12/2759.73	c #Conflicts:    2899000 | #Constraints:      42191
2752.12/2759.73	c #Conflicts:    2900000 | #Constraints:      43191
2752.12/2759.73	c #Conflicts:    2901000 | #Constraints:      44191
2752.12/2759.73	c #Conflicts:    2902000 | #Constraints:      45191
2752.12/2759.73	c #Conflicts:    2903000 | #Constraints:      46191
2752.12/2759.73	c #Conflicts:    2904000 | #Constraints:      47191
2752.12/2759.73	c #Conflicts:    2905000 | #Constraints:      48191
2752.12/2759.73	c #Conflicts:    2906000 | #Constraints:      49191
2752.12/2759.73	c #Conflicts:    2907000 | #Constraints:      50191
2752.12/2759.73	c #Conflicts:    2908000 | #Constraints:      51191
2752.12/2759.73	c #Conflicts:    2909000 | #Constraints:      52191
2752.12/2759.73	c #Conflicts:    2910000 | #Constraints:      53191
2752.12/2759.73	c #Conflicts:    2911000 | #Constraints:      54191
2752.12/2759.73	c #Conflicts:    2912000 | #Constraints:      55191
2752.12/2759.73	c #Conflicts:    2913000 | #Constraints:      56191
2752.12/2759.73	c #Conflicts:    2914000 | #Constraints:      57191
2752.12/2759.73	c #Conflicts:    2915000 | #Constraints:      58191
2752.12/2759.73	c #Conflicts:    2916000 | #Constraints:      59191
2752.12/2759.73	c #Conflicts:    2917000 | #Constraints:      60191
2752.12/2759.73	c #Conflicts:    2918000 | #Constraints:      61191
2752.12/2759.73	c #Conflicts:    2919000 | #Constraints:      62191
2752.12/2759.73	c #Conflicts:    2920000 | #Constraints:      63191
2752.12/2759.73	c #Conflicts:    2921000 | #Constraints:      64191
2752.12/2759.73	c #Conflicts:    2922000 | #Constraints:      65191
2752.12/2759.73	c bounds 1035 >= 998 @ 2729.26
2765.19/2772.82	c #Conflicts:    2923000 | #Constraints:      66280
2765.19/2772.82	c #Conflicts:    2924000 | #Constraints:      67288
2765.19/2772.82	c #Conflicts:    2925000 | #Constraints:      68294
2765.19/2772.82	c #Conflicts:    2926000 | #Constraints:      69327
2765.19/2772.82	c #Conflicts:    2927000 | #Constraints:      70342
2765.19/2772.82	c #Conflicts:    2928000 | #Constraints:      71347
2765.19/2772.82	c #Conflicts:    2929000 | #Constraints:      72348
2765.19/2772.82	c #Conflicts:    2930000 | #Constraints:      73389
2765.19/2772.82	c #Conflicts:    2931000 | #Constraints:      74432
2765.19/2772.82	c #Conflicts:    2932000 | #Constraints:      75459
2765.19/2772.82	c INPROCESSING
2765.19/2772.82	c GARBAGE COLLECT
2765.19/2772.82	c rational objective 998
2806.07/2813.81	c #Conflicts:    2933000 | #Constraints:      42067
2806.07/2813.81	c #Conflicts:    2934000 | #Constraints:      43067
2806.07/2813.81	c #Conflicts:    2935000 | #Constraints:      44067
2806.07/2813.81	c #Conflicts:    2936000 | #Constraints:      45067
2806.07/2813.81	c #Conflicts:    2937000 | #Constraints:      46067
2806.07/2813.81	c #Conflicts:    2938000 | #Constraints:      47067
2806.07/2813.81	c #Conflicts:    2939000 | #Constraints:      48067
2806.07/2813.81	c #Conflicts:    2940000 | #Constraints:      49067
2806.07/2813.81	c #Conflicts:    2941000 | #Constraints:      50067
2806.07/2813.81	c #Conflicts:    2942000 | #Constraints:      51067
2806.07/2813.81	c #Conflicts:    2943000 | #Constraints:      52067
2806.07/2813.81	c #Conflicts:    2944000 | #Constraints:      53067
2806.07/2813.81	c #Conflicts:    2945000 | #Constraints:      54067
2806.07/2813.81	c #Conflicts:    2946000 | #Constraints:      55067
2806.07/2813.81	c #Conflicts:    2947000 | #Constraints:      56067
2806.07/2813.81	c #Conflicts:    2948000 | #Constraints:      57067
2806.07/2813.81	c #Conflicts:    2949000 | #Constraints:      58067
2806.07/2813.81	c #Conflicts:    2950000 | #Constraints:      59067
2806.07/2813.81	c #Conflicts:    2951000 | #Constraints:      60067
2806.07/2813.81	c #Conflicts:    2952000 | #Constraints:      61067
2806.07/2813.81	c #Conflicts:    2953000 | #Constraints:      62067
2806.07/2813.81	c #Conflicts:    2954000 | #Constraints:      63067
2806.07/2813.81	c #Conflicts:    2955000 | #Constraints:      64067
2806.07/2813.81	c #Conflicts:    2956000 | #Constraints:      65067
2806.07/2813.81	c #Conflicts:    2957000 | #Constraints:      66067
2806.07/2813.81	c #Conflicts:    2958000 | #Constraints:      67067
2806.07/2813.81	c #Conflicts:    2959000 | #Constraints:      68067
2806.07/2813.81	c #Conflicts:    2960000 | #Constraints:      69067
2806.07/2813.81	c #Conflicts:    2961000 | #Constraints:      70067
2806.07/2813.81	c #Conflicts:    2962000 | #Constraints:      71067
2806.07/2813.81	c #Conflicts:    2963000 | #Constraints:      72067
2806.07/2813.81	c #Conflicts:    2964000 | #Constraints:      73067
2806.07/2813.81	c #Conflicts:    2965000 | #Constraints:      74067
2806.07/2813.81	c #Conflicts:    2966000 | #Constraints:      75067
2806.07/2813.81	c INPROCESSING
2806.07/2813.81	c GARBAGE COLLECT
2806.07/2813.81	c rational objective 998
2846.46/2854.31	c #Conflicts:    2967000 | #Constraints:      41781
2846.46/2854.31	c #Conflicts:    2968000 | #Constraints:      42802
2846.46/2854.31	c #Conflicts:    2969000 | #Constraints:      43815
2846.46/2854.31	c #Conflicts:    2970000 | #Constraints:      44816
2846.46/2854.31	c #Conflicts:    2971000 | #Constraints:      45834
2846.46/2854.31	c #Conflicts:    2972000 | #Constraints:      46860
2846.46/2854.31	c #Conflicts:    2973000 | #Constraints:      47879
2846.46/2854.31	c #Conflicts:    2974000 | #Constraints:      48899
2846.46/2854.31	c #Conflicts:    2975000 | #Constraints:      49907
2846.46/2854.31	c #Conflicts:    2976000 | #Constraints:      50913
2846.46/2854.31	c #Conflicts:    2977000 | #Constraints:      51927
2846.46/2854.31	c #Conflicts:    2978000 | #Constraints:      52941
2846.46/2854.31	c #Conflicts:    2979000 | #Constraints:      53955
2846.46/2854.31	c #Conflicts:    2980000 | #Constraints:      54967
2846.46/2854.31	c #Conflicts:    2981000 | #Constraints:      55993
2846.46/2854.31	c #Conflicts:    2982000 | #Constraints:      57078
2846.46/2854.31	c #Conflicts:    2983000 | #Constraints:      58152
2846.46/2854.31	c #Conflicts:    2984000 | #Constraints:      59227
2846.46/2854.31	c #Conflicts:    2985000 | #Constraints:      60297
2846.46/2854.31	c #Conflicts:    2986000 | #Constraints:      61350
2846.46/2854.31	c #Conflicts:    2987000 | #Constraints:      62408
2846.46/2854.31	c #Conflicts:    2988000 | #Constraints:      63453
2846.46/2854.31	c #Conflicts:    2989000 | #Constraints:      64493
2846.46/2854.31	c #Conflicts:    2990000 | #Constraints:      65536
2846.46/2854.31	c #Conflicts:    2991000 | #Constraints:      66567
2846.46/2854.31	c #Conflicts:    2992000 | #Constraints:      67594
2846.46/2854.31	c #Conflicts:    2993000 | #Constraints:      68624
2846.46/2854.31	c #Conflicts:    2994000 | #Constraints:      69653
2846.46/2854.31	c #Conflicts:    2995000 | #Constraints:      70691
2846.46/2854.31	c #Conflicts:    2996000 | #Constraints:      71726
2846.46/2854.31	c #Conflicts:    2997000 | #Constraints:      72774
2846.46/2854.31	c #Conflicts:    2998000 | #Constraints:      73836
2846.46/2854.31	c #Conflicts:    2999000 | #Constraints:      74872
2846.46/2854.31	c #Conflicts:    3000000 | #Constraints:      75909
2846.46/2854.31	c #Conflicts:    3001000 | #Constraints:      76936
2846.46/2854.31	c INPROCESSING
2846.46/2854.31	c GARBAGE COLLECT
2846.46/2854.31	c rational objective 998
2884.06/2892.08	c #Conflicts:    3002000 | #Constraints:      42812
2884.06/2892.08	c #Conflicts:    3003000 | #Constraints:      43812
2884.06/2892.08	c #Conflicts:    3004000 | #Constraints:      44812
2884.06/2892.08	c #Conflicts:    3005000 | #Constraints:      45812
2884.06/2892.08	c #Conflicts:    3006000 | #Constraints:      46812
2884.06/2892.08	c #Conflicts:    3007000 | #Constraints:      47812
2884.06/2892.08	c #Conflicts:    3008000 | #Constraints:      48812
2884.06/2892.08	c #Conflicts:    3009000 | #Constraints:      49812
2884.06/2892.08	c #Conflicts:    3010000 | #Constraints:      50812
2884.06/2892.08	c #Conflicts:    3011000 | #Constraints:      51812
2884.06/2892.08	c #Conflicts:    3012000 | #Constraints:      52812
2884.06/2892.08	c #Conflicts:    3013000 | #Constraints:      53812
2884.06/2892.08	c #Conflicts:    3014000 | #Constraints:      54812
2884.06/2892.08	c #Conflicts:    3015000 | #Constraints:      55812
2884.06/2892.08	c #Conflicts:    3016000 | #Constraints:      56812
2884.06/2892.08	c #Conflicts:    3017000 | #Constraints:      57812
2884.06/2892.08	c #Conflicts:    3018000 | #Constraints:      58812
2884.06/2892.08	c #Conflicts:    3019000 | #Constraints:      59812
2884.06/2892.08	c #Conflicts:    3020000 | #Constraints:      60812
2884.06/2892.08	c #Conflicts:    3021000 | #Constraints:      61812
2884.06/2892.08	c #Conflicts:    3022000 | #Constraints:      62812
2884.06/2892.08	c #Conflicts:    3023000 | #Constraints:      63812
2884.06/2892.08	c #Conflicts:    3024000 | #Constraints:      64812
2884.06/2892.08	c #Conflicts:    3025000 | #Constraints:      65812
2884.06/2892.08	c #Conflicts:    3026000 | #Constraints:      66812
2884.06/2892.08	c #Conflicts:    3027000 | #Constraints:      67812
2884.06/2892.08	c #Conflicts:    3028000 | #Constraints:      68812
2884.06/2892.08	c #Conflicts:    3029000 | #Constraints:      69812
2884.06/2892.08	c #Conflicts:    3030000 | #Constraints:      70812
2884.06/2892.08	c #Conflicts:    3031000 | #Constraints:      71812
2884.06/2892.08	c #Conflicts:    3032000 | #Constraints:      72812
2884.06/2892.08	c #Conflicts:    3033000 | #Constraints:      73812
2884.06/2892.08	c #Conflicts:    3034000 | #Constraints:      74812
2884.06/2892.08	c #Conflicts:    3035000 | #Constraints:      75812
2884.06/2892.08	c #Conflicts:    3036000 | #Constraints:      76812
2884.06/2892.08	c INPROCESSING
2884.06/2892.08	c GARBAGE COLLECT
2884.06/2892.08	c rational objective 998
2924.53/2932.68	c #Conflicts:    3037000 | #Constraints:      43004
2924.53/2932.68	c #Conflicts:    3038000 | #Constraints:      44058
2924.53/2932.68	c #Conflicts:    3039000 | #Constraints:      45117
2924.53/2932.68	c #Conflicts:    3040000 | #Constraints:      46164
2924.53/2932.68	c #Conflicts:    3041000 | #Constraints:      47205
2924.53/2932.68	c #Conflicts:    3042000 | #Constraints:      48240
2924.53/2932.68	c #Conflicts:    3043000 | #Constraints:      49269
2924.53/2932.68	c #Conflicts:    3044000 | #Constraints:      50303
2924.53/2932.68	c #Conflicts:    3045000 | #Constraints:      51337
2924.53/2932.68	c #Conflicts:    3046000 | #Constraints:      52370
2924.53/2932.68	c #Conflicts:    3047000 | #Constraints:      53405
2924.53/2932.68	c #Conflicts:    3048000 | #Constraints:      54454
2924.53/2932.68	c #Conflicts:    3049000 | #Constraints:      55484
2924.53/2932.68	c #Conflicts:    3050000 | #Constraints:      56526
2924.53/2932.68	c #Conflicts:    3051000 | #Constraints:      57553
2924.53/2932.68	c #Conflicts:    3052000 | #Constraints:      58599
2924.53/2932.68	c #Conflicts:    3053000 | #Constraints:      59655
2924.53/2932.68	c #Conflicts:    3054000 | #Constraints:      60686
2924.53/2932.68	c #Conflicts:    3055000 | #Constraints:      61715
2924.53/2932.68	c #Conflicts:    3056000 | #Constraints:      62769
2924.53/2932.68	c #Conflicts:    3057000 | #Constraints:      63801
2924.53/2932.68	c #Conflicts:    3058000 | #Constraints:      64829
2924.53/2932.68	c #Conflicts:    3059000 | #Constraints:      65850
2924.53/2932.68	c #Conflicts:    3060000 | #Constraints:      66872
2924.53/2932.68	c #Conflicts:    3061000 | #Constraints:      67910
2924.53/2932.68	c #Conflicts:    3062000 | #Constraints:      68949
2924.53/2932.68	c #Conflicts:    3063000 | #Constraints:      70010
2924.53/2932.68	c #Conflicts:    3064000 | #Constraints:      71051
2924.53/2932.68	c #Conflicts:    3065000 | #Constraints:      72093
2924.53/2932.68	c #Conflicts:    3066000 | #Constraints:      73141
2924.53/2932.68	c #Conflicts:    3067000 | #Constraints:      74185
2924.53/2932.68	c #Conflicts:    3068000 | #Constraints:      75222
2924.53/2932.68	c #Conflicts:    3069000 | #Constraints:      76244
2924.53/2932.68	c #Conflicts:    3070000 | #Constraints:      77278
2924.53/2932.68	c #Conflicts:    3071000 | #Constraints:      78300
2924.53/2932.68	c INPROCESSING
2924.53/2932.68	c GARBAGE COLLECT
2924.53/2932.68	c rational objective 998
2962.62/2970.87	c #Conflicts:    3072000 | #Constraints:      43575
2962.62/2970.87	c #Conflicts:    3073000 | #Constraints:      44575
2962.62/2970.87	c #Conflicts:    3074000 | #Constraints:      45575
2962.62/2970.87	c #Conflicts:    3075000 | #Constraints:      46575
2962.62/2970.87	c #Conflicts:    3076000 | #Constraints:      47575
2962.62/2970.87	c #Conflicts:    3077000 | #Constraints:      48575
2962.62/2970.87	c #Conflicts:    3078000 | #Constraints:      49575
2962.62/2970.87	c #Conflicts:    3079000 | #Constraints:      50575
2962.62/2970.87	c #Conflicts:    3080000 | #Constraints:      51575
2962.62/2970.87	c #Conflicts:    3081000 | #Constraints:      52575
2962.62/2970.87	c #Conflicts:    3082000 | #Constraints:      53575
2962.62/2970.87	c #Conflicts:    3083000 | #Constraints:      54575
2962.62/2970.87	c #Conflicts:    3084000 | #Constraints:      55575
2962.62/2970.87	c #Conflicts:    3085000 | #Constraints:      56575
2962.62/2970.87	c #Conflicts:    3086000 | #Constraints:      57575
2962.62/2970.87	c #Conflicts:    3087000 | #Constraints:      58575
2962.62/2970.87	c #Conflicts:    3088000 | #Constraints:      59575
2962.62/2970.87	c #Conflicts:    3089000 | #Constraints:      60575
2962.62/2970.87	c #Conflicts:    3090000 | #Constraints:      61575
2962.62/2970.87	c #Conflicts:    3091000 | #Constraints:      62576
2962.62/2970.87	c #Conflicts:    3092000 | #Constraints:      63576
2962.62/2970.87	c #Conflicts:    3093000 | #Constraints:      64576
2962.62/2970.87	c #Conflicts:    3094000 | #Constraints:      65576
2962.62/2970.87	c #Conflicts:    3095000 | #Constraints:      66576
2962.62/2970.87	c #Conflicts:    3096000 | #Constraints:      67576
2962.62/2970.87	c #Conflicts:    3097000 | #Constraints:      68576
2962.62/2970.87	c #Conflicts:    3098000 | #Constraints:      69576
2962.62/2970.87	c #Conflicts:    3099000 | #Constraints:      70576
2962.62/2970.87	c #Conflicts:    3100000 | #Constraints:      71576
2962.62/2970.87	c #Conflicts:    3101000 | #Constraints:      72576
2962.62/2970.87	c #Conflicts:    3102000 | #Constraints:      73576
2962.62/2970.87	c #Conflicts:    3103000 | #Constraints:      74576
2962.62/2970.87	c #Conflicts:    3104000 | #Constraints:      75576
2962.62/2970.87	c #Conflicts:    3105000 | #Constraints:      76576
2962.62/2970.87	c #Conflicts:    3106000 | #Constraints:      77576
2962.62/2970.87	c INPROCESSING
2962.62/2970.87	c GARBAGE COLLECT
2962.62/2970.87	c rational objective 998
2998.83/3007.15	c #Conflicts:    3107000 | #Constraints:      43229
2998.83/3007.15	c #Conflicts:    3108000 | #Constraints:      44229
2998.83/3007.15	c #Conflicts:    3109000 | #Constraints:      45229
2998.83/3007.15	c #Conflicts:    3110000 | #Constraints:      46229
2998.83/3007.15	c #Conflicts:    3111000 | #Constraints:      47229
2998.83/3007.15	c #Conflicts:    3112000 | #Constraints:      48229
2998.83/3007.15	c #Conflicts:    3113000 | #Constraints:      49229
2998.83/3007.15	c #Conflicts:    3114000 | #Constraints:      50229
2998.83/3007.15	c #Conflicts:    3115000 | #Constraints:      51229
2998.83/3007.15	c #Conflicts:    3116000 | #Constraints:      52229
2998.83/3007.15	c #Conflicts:    3117000 | #Constraints:      53229
2998.83/3007.15	c #Conflicts:    3118000 | #Constraints:      54229
2998.83/3007.15	c #Conflicts:    3119000 | #Constraints:      55229
2998.83/3007.15	c #Conflicts:    3120000 | #Constraints:      56229
2998.83/3007.15	c #Conflicts:    3121000 | #Constraints:      57229
2998.83/3007.15	c #Conflicts:    3122000 | #Constraints:      58229
2998.83/3007.15	c #Conflicts:    3123000 | #Constraints:      59229
2998.83/3007.15	c #Conflicts:    3124000 | #Constraints:      60229
2998.83/3007.15	c #Conflicts:    3125000 | #Constraints:      61229
2998.83/3007.15	c #Conflicts:    3126000 | #Constraints:      62229
2998.83/3007.16	c #Conflicts:    3127000 | #Constraints:      63229
2998.83/3007.16	c #Conflicts:    3128000 | #Constraints:      64229
2998.83/3007.16	c #Conflicts:    3129000 | #Constraints:      65229
2998.83/3007.16	c #Conflicts:    3130000 | #Constraints:      66229
2998.83/3007.16	c #Conflicts:    3131000 | #Constraints:      67229
2998.83/3007.16	c #Conflicts:    3132000 | #Constraints:      68229
2998.83/3007.16	c #Conflicts:    3133000 | #Constraints:      69229
2998.83/3007.16	c #Conflicts:    3134000 | #Constraints:      70229
2998.83/3007.16	c #Conflicts:    3135000 | #Constraints:      71229
2998.83/3007.16	c #Conflicts:    3136000 | #Constraints:      72229
2998.83/3007.16	c #Conflicts:    3137000 | #Constraints:      73229
2998.83/3007.16	c #Conflicts:    3138000 | #Constraints:      74229
2998.83/3007.16	c #Conflicts:    3139000 | #Constraints:      75229
2998.83/3007.16	c #Conflicts:    3140000 | #Constraints:      76229
2998.83/3007.16	c #Conflicts:    3141000 | #Constraints:      77229
2998.83/3007.16	c INPROCESSING
2998.83/3007.16	c GARBAGE COLLECT
2998.83/3007.16	c rational objective 998
3042.29/3050.70	c #Conflicts:    3142000 | #Constraints:      42863
3042.29/3050.70	c #Conflicts:    3143000 | #Constraints:      43864
3042.29/3050.70	c #Conflicts:    3144000 | #Constraints:      44954
3042.29/3050.70	c #Conflicts:    3145000 | #Constraints:      46039
3042.29/3050.70	c #Conflicts:    3146000 | #Constraints:      47107
3042.29/3050.70	c #Conflicts:    3147000 | #Constraints:      48169
3042.29/3050.70	c #Conflicts:    3148000 | #Constraints:      49223
3042.29/3050.70	c #Conflicts:    3149000 | #Constraints:      50277
3042.29/3050.70	c #Conflicts:    3150000 | #Constraints:      51322
3042.29/3050.70	c #Conflicts:    3151000 | #Constraints:      52368
3042.29/3050.70	c #Conflicts:    3152000 | #Constraints:      53411
3042.29/3050.70	c #Conflicts:    3153000 | #Constraints:      54439
3042.29/3050.70	c #Conflicts:    3154000 | #Constraints:      55474
3042.29/3050.70	c #Conflicts:    3155000 | #Constraints:      56519
3042.29/3050.70	c #Conflicts:    3156000 | #Constraints:      57556
3042.29/3050.70	c #Conflicts:    3157000 | #Constraints:      58596
3042.29/3050.70	c #Conflicts:    3158000 | #Constraints:      59641
3042.29/3050.70	c #Conflicts:    3159000 | #Constraints:      60669
3042.29/3050.70	c #Conflicts:    3160000 | #Constraints:      61693
3042.29/3050.70	c #Conflicts:    3161000 | #Constraints:      62717
3042.29/3050.70	c #Conflicts:    3162000 | #Constraints:      63740
3042.29/3050.70	c #Conflicts:    3163000 | #Constraints:      64769
3042.29/3050.70	c #Conflicts:    3164000 | #Constraints:      65803
3042.29/3050.70	c #Conflicts:    3165000 | #Constraints:      66818
3042.29/3050.70	c #Conflicts:    3166000 | #Constraints:      67843
3042.29/3050.70	c #Conflicts:    3167000 | #Constraints:      68881
3042.29/3050.70	c #Conflicts:    3168000 | #Constraints:      69899
3042.29/3050.70	c #Conflicts:    3169000 | #Constraints:      70927
3042.29/3050.70	c #Conflicts:    3170000 | #Constraints:      71959
3042.29/3050.70	c #Conflicts:    3171000 | #Constraints:      73004
3042.29/3050.70	c #Conflicts:    3172000 | #Constraints:      74040
3042.29/3050.70	c #Conflicts:    3173000 | #Constraints:      75058
3042.29/3050.70	c #Conflicts:    3174000 | #Constraints:      76091
3042.29/3050.70	c #Conflicts:    3175000 | #Constraints:      77110
3042.29/3050.70	c #Conflicts:    3176000 | #Constraints:      78132
3042.29/3050.70	c #Conflicts:    3177000 | #Constraints:      79152
3042.29/3050.70	c INPROCESSING
3042.29/3050.70	c GARBAGE COLLECT
3042.29/3050.70	c rational objective 998
3083.77/3092.34	c #Conflicts:    3178000 | #Constraints:      43914
3083.77/3092.34	c #Conflicts:    3179000 | #Constraints:      44914
3083.77/3092.34	c #Conflicts:    3180000 | #Constraints:      45914
3083.77/3092.34	c #Conflicts:    3181000 | #Constraints:      46914
3083.77/3092.34	c #Conflicts:    3182000 | #Constraints:      47914
3083.77/3092.34	c #Conflicts:    3183000 | #Constraints:      48914
3083.77/3092.34	c #Conflicts:    3184000 | #Constraints:      49914
3083.77/3092.34	c #Conflicts:    3185000 | #Constraints:      50914
3083.77/3092.34	c #Conflicts:    3186000 | #Constraints:      51914
3083.77/3092.34	c #Conflicts:    3187000 | #Constraints:      52914
3083.77/3092.34	c #Conflicts:    3188000 | #Constraints:      53914
3083.77/3092.34	c #Conflicts:    3189000 | #Constraints:      54914
3083.77/3092.34	c #Conflicts:    3190000 | #Constraints:      55914
3083.77/3092.34	c #Conflicts:    3191000 | #Constraints:      56914
3083.77/3092.34	c #Conflicts:    3192000 | #Constraints:      57914
3083.77/3092.34	c #Conflicts:    3193000 | #Constraints:      58914
3083.77/3092.34	c #Conflicts:    3194000 | #Constraints:      59914
3083.77/3092.34	c #Conflicts:    3195000 | #Constraints:      60914
3083.77/3092.34	c #Conflicts:    3196000 | #Constraints:      61914
3083.77/3092.34	c #Conflicts:    3197000 | #Constraints:      62914
3083.77/3092.34	c #Conflicts:    3198000 | #Constraints:      63914
3083.77/3092.34	c #Conflicts:    3199000 | #Constraints:      64914
3083.77/3092.34	c #Conflicts:    3200000 | #Constraints:      65914
3083.77/3092.34	c #Conflicts:    3201000 | #Constraints:      66914
3083.77/3092.34	c #Conflicts:    3202000 | #Constraints:      67914
3083.77/3092.34	c #Conflicts:    3203000 | #Constraints:      68914
3083.77/3092.34	c #Conflicts:    3204000 | #Constraints:      69914
3083.77/3092.34	c #Conflicts:    3205000 | #Constraints:      70914
3083.77/3092.34	c #Conflicts:    3206000 | #Constraints:      71914
3083.77/3092.34	c #Conflicts:    3207000 | #Constraints:      72914
3083.77/3092.34	c #Conflicts:    3208000 | #Constraints:      73914
3083.77/3092.34	c #Conflicts:    3209000 | #Constraints:      74914
3083.77/3092.34	c #Conflicts:    3210000 | #Constraints:      75914
3083.77/3092.34	c #Conflicts:    3211000 | #Constraints:      76914
3083.77/3092.34	c #Conflicts:    3212000 | #Constraints:      77914
3083.77/3092.34	c #Conflicts:    3213000 | #Constraints:      78914
3083.77/3092.34	c INPROCESSING
3083.77/3092.34	c GARBAGE COLLECT
3083.77/3092.34	c rational objective 998
3120.88/3129.57	c #Conflicts:    3214000 | #Constraints:      43975
3120.88/3129.57	c #Conflicts:    3215000 | #Constraints:      44975
3120.88/3129.57	c #Conflicts:    3216000 | #Constraints:      45975
3120.88/3129.57	c #Conflicts:    3217000 | #Constraints:      46975
3120.88/3129.57	c #Conflicts:    3218000 | #Constraints:      47975
3120.88/3129.57	c #Conflicts:    3219000 | #Constraints:      48975
3120.88/3129.57	c #Conflicts:    3220000 | #Constraints:      49975
3120.88/3129.57	c #Conflicts:    3221000 | #Constraints:      50975
3120.88/3129.57	c #Conflicts:    3222000 | #Constraints:      51975
3120.88/3129.57	c #Conflicts:    3223000 | #Constraints:      52975
3120.88/3129.57	c #Conflicts:    3224000 | #Constraints:      53975
3120.88/3129.57	c #Conflicts:    3225000 | #Constraints:      54975
3120.88/3129.57	c #Conflicts:    3226000 | #Constraints:      55975
3120.88/3129.57	c #Conflicts:    3227000 | #Constraints:      56975
3120.88/3129.57	c #Conflicts:    3228000 | #Constraints:      57975
3120.88/3129.57	c #Conflicts:    3229000 | #Constraints:      58975
3120.88/3129.57	c #Conflicts:    3230000 | #Constraints:      59975
3120.88/3129.57	c #Conflicts:    3231000 | #Constraints:      60975
3120.88/3129.57	c #Conflicts:    3232000 | #Constraints:      61975
3120.88/3129.57	c #Conflicts:    3233000 | #Constraints:      62975
3120.88/3129.57	c #Conflicts:    3234000 | #Constraints:      63975
3120.88/3129.57	c #Conflicts:    3235000 | #Constraints:      64975
3120.88/3129.57	c #Conflicts:    3236000 | #Constraints:      65975
3120.88/3129.57	c #Conflicts:    3237000 | #Constraints:      66975
3120.88/3129.57	c #Conflicts:    3238000 | #Constraints:      67975
3120.88/3129.57	c #Conflicts:    3239000 | #Constraints:      68975
3120.88/3129.57	c #Conflicts:    3240000 | #Constraints:      69975
3120.88/3129.57	c #Conflicts:    3241000 | #Constraints:      70975
3120.88/3129.57	c #Conflicts:    3242000 | #Constraints:      71975
3120.88/3129.57	c #Conflicts:    3243000 | #Constraints:      72975
3120.88/3129.57	c #Conflicts:    3244000 | #Constraints:      73975
3120.88/3129.57	c #Conflicts:    3245000 | #Constraints:      74975
3120.88/3129.57	c #Conflicts:    3246000 | #Constraints:      75976
3120.88/3129.57	c #Conflicts:    3247000 | #Constraints:      76976
3120.88/3129.57	c #Conflicts:    3248000 | #Constraints:      77976
3120.88/3129.57	c #Conflicts:    3249000 | #Constraints:      78976
3120.88/3129.57	c INPROCESSING
3120.88/3129.57	c GARBAGE COLLECT
3120.88/3129.57	c rational objective 998
3179.22/3188.01	c #Conflicts:    3250000 | #Constraints:      44033
3179.22/3188.01	c #Conflicts:    3251000 | #Constraints:      45252
3179.22/3188.01	c #Conflicts:    3252000 | #Constraints:      46470
3179.22/3188.01	c #Conflicts:    3253000 | #Constraints:      47599
3179.22/3188.01	c #Conflicts:    3254000 | #Constraints:      48716
3179.22/3188.01	c #Conflicts:    3255000 | #Constraints:      49916
3179.22/3188.01	c #Conflicts:    3256000 | #Constraints:      51172
3179.22/3188.01	c #Conflicts:    3257000 | #Constraints:      52470
3179.22/3188.01	c #Conflicts:    3258000 | #Constraints:      53683
3179.22/3188.01	c #Conflicts:    3259000 | #Constraints:      54819
3179.22/3188.01	c #Conflicts:    3260000 | #Constraints:      55948
3179.22/3188.01	c #Conflicts:    3261000 | #Constraints:      57125
3179.22/3188.01	c #Conflicts:    3262000 | #Constraints:      58268
3179.22/3188.01	c #Conflicts:    3263000 | #Constraints:      59461
3179.22/3188.01	c #Conflicts:    3264000 | #Constraints:      60724
3179.22/3188.01	c #Conflicts:    3265000 | #Constraints:      61982
3179.22/3188.01	c #Conflicts:    3266000 | #Constraints:      63257
3179.22/3188.01	c #Conflicts:    3267000 | #Constraints:      64601
3179.22/3188.01	c #Conflicts:    3268000 | #Constraints:      65784
3179.22/3188.01	c #Conflicts:    3269000 | #Constraints:      67061
3179.22/3188.01	c #Conflicts:    3270000 | #Constraints:      68321
3179.22/3188.01	c #Conflicts:    3271000 | #Constraints:      69619
3179.22/3188.01	c #Conflicts:    3272000 | #Constraints:      70880
3179.22/3188.01	c #Conflicts:    3273000 | #Constraints:      72146
3179.22/3188.01	c #Conflicts:    3274000 | #Constraints:      73397
3179.22/3188.01	c #Conflicts:    3275000 | #Constraints:      74635
3179.22/3188.01	c #Conflicts:    3276000 | #Constraints:      75842
3179.22/3188.01	c #Conflicts:    3277000 | #Constraints:      77126
3179.22/3188.01	c #Conflicts:    3278000 | #Constraints:      78434
3179.22/3188.01	c #Conflicts:    3279000 | #Constraints:      79751
3179.22/3188.01	c #Conflicts:    3280000 | #Constraints:      81073
3179.22/3188.01	c #Conflicts:    3281000 | #Constraints:      82315
3179.22/3188.01	c #Conflicts:    3282000 | #Constraints:      83605
3179.22/3188.01	c #Conflicts:    3283000 | #Constraints:      84916
3179.22/3188.01	c #Conflicts:    3284000 | #Constraints:      86230
3179.22/3188.01	c #Conflicts:    3285000 | #Constraints:      87522
3179.22/3188.01	c INPROCESSING
3179.22/3188.01	c GARBAGE COLLECT
3179.22/3188.01	c rational objective 998
3249.34/3258.33	c #Conflicts:    3286000 | #Constraints:      48190
3249.34/3258.33	c #Conflicts:    3287000 | #Constraints:      49191
3249.34/3258.33	c #Conflicts:    3288000 | #Constraints:      50192
3249.34/3258.33	c #Conflicts:    3289000 | #Constraints:      51193
3249.34/3258.33	c #Conflicts:    3290000 | #Constraints:      52193
3249.34/3258.33	c #Conflicts:    3291000 | #Constraints:      53193
3249.34/3258.33	c #Conflicts:    3292000 | #Constraints:      54193
3249.34/3258.33	c #Conflicts:    3293000 | #Constraints:      55194
3249.34/3258.33	c #Conflicts:    3294000 | #Constraints:      56194
3249.34/3258.33	c #Conflicts:    3295000 | #Constraints:      57194
3249.34/3258.33	c #Conflicts:    3296000 | #Constraints:      58195
3249.34/3258.33	c #Conflicts:    3297000 | #Constraints:      59196
3249.34/3258.33	c #Conflicts:    3298000 | #Constraints:      60197
3249.34/3258.33	c #Conflicts:    3299000 | #Constraints:      61198
3249.34/3258.33	c #Conflicts:    3300000 | #Constraints:      62199
3249.34/3258.33	c #Conflicts:    3301000 | #Constraints:      63200
3249.34/3258.33	c #Conflicts:    3302000 | #Constraints:      64201
3249.34/3258.33	c #Conflicts:    3303000 | #Constraints:      65202
3249.34/3258.33	c #Conflicts:    3304000 | #Constraints:      66203
3249.34/3258.33	c #Conflicts:    3305000 | #Constraints:      67204
3249.34/3258.33	c #Conflicts:    3306000 | #Constraints:      68205
3249.34/3258.33	c #Conflicts:    3307000 | #Constraints:      69205
3249.34/3258.33	c #Conflicts:    3308000 | #Constraints:      70205
3249.34/3258.33	c #Conflicts:    3309000 | #Constraints:      71205
3249.34/3258.33	c #Conflicts:    3310000 | #Constraints:      72207
3249.34/3258.33	c #Conflicts:    3311000 | #Constraints:      73207
3249.34/3258.33	c #Conflicts:    3312000 | #Constraints:      74209
3249.34/3258.33	c #Conflicts:    3313000 | #Constraints:      75210
3249.34/3258.33	c #Conflicts:    3314000 | #Constraints:      76210
3249.34/3258.33	c #Conflicts:    3315000 | #Constraints:      77210
3249.34/3258.33	c #Conflicts:    3316000 | #Constraints:      78211
3249.34/3258.33	c #Conflicts:    3317000 | #Constraints:      79211
3249.34/3258.33	c #Conflicts:    3318000 | #Constraints:      80211
3249.34/3258.33	c #Conflicts:    3319000 | #Constraints:      81212
3249.34/3258.33	c #Conflicts:    3320000 | #Constraints:      82212
3249.34/3258.33	c #Conflicts:    3321000 | #Constraints:      83213
3249.34/3258.33	c INPROCESSING
3249.34/3258.33	c GARBAGE COLLECT
3249.34/3258.33	c rational objective 998
3291.22/3300.35	c #Conflicts:    3322000 | #Constraints:      45849
3291.22/3300.35	c #Conflicts:    3323000 | #Constraints:      46858
3291.22/3300.35	c #Conflicts:    3324000 | #Constraints:      47858
3291.22/3300.35	c #Conflicts:    3325000 | #Constraints:      48879
3291.22/3300.35	c #Conflicts:    3326000 | #Constraints:      49922
3291.22/3300.35	c #Conflicts:    3327000 | #Constraints:      50970
3291.22/3300.35	c #Conflicts:    3328000 | #Constraints:      51995
3291.22/3300.35	c #Conflicts:    3329000 | #Constraints:      53017
3291.22/3300.35	c #Conflicts:    3330000 | #Constraints:      54039
3291.22/3300.35	c #Conflicts:    3331000 | #Constraints:      55058
3291.22/3300.35	c #Conflicts:    3332000 | #Constraints:      56083
3291.22/3300.35	c #Conflicts:    3333000 | #Constraints:      57108
3291.22/3300.35	c #Conflicts:    3334000 | #Constraints:      58147
3291.22/3300.35	c #Conflicts:    3335000 | #Constraints:      59175
3291.22/3300.35	c #Conflicts:    3336000 | #Constraints:      60198
3291.22/3300.35	c #Conflicts:    3337000 | #Constraints:      61225
3291.22/3300.35	c #Conflicts:    3338000 | #Constraints:      62253
3291.22/3300.35	c #Conflicts:    3339000 | #Constraints:      63267
3291.22/3300.35	c #Conflicts:    3340000 | #Constraints:      64291
3291.22/3300.35	c #Conflicts:    3341000 | #Constraints:      65316
3291.22/3300.35	c #Conflicts:    3342000 | #Constraints:      66334
3291.22/3300.35	c #Conflicts:    3343000 | #Constraints:      67349
3291.22/3300.35	c #Conflicts:    3344000 | #Constraints:      68370
3291.22/3300.35	c #Conflicts:    3345000 | #Constraints:      69393
3291.22/3300.35	c #Conflicts:    3346000 | #Constraints:      70417
3291.22/3300.35	c #Conflicts:    3347000 | #Constraints:      71440
3291.22/3300.35	c #Conflicts:    3348000 | #Constraints:      72461
3291.22/3300.35	c #Conflicts:    3349000 | #Constraints:      73492
3291.22/3300.35	c #Conflicts:    3350000 | #Constraints:      74515
3291.22/3300.35	c #Conflicts:    3351000 | #Constraints:      75537
3291.22/3300.35	c #Conflicts:    3352000 | #Constraints:      76564
3291.22/3300.35	c #Conflicts:    3353000 | #Constraints:      77592
3291.22/3300.35	c #Conflicts:    3354000 | #Constraints:      78614
3291.22/3300.35	c #Conflicts:    3355000 | #Constraints:      79654
3291.22/3300.35	c #Conflicts:    3356000 | #Constraints:      80690
3291.22/3300.35	c #Conflicts:    3357000 | #Constraints:      81725
3291.22/3300.35	c #Conflicts:    3358000 | #Constraints:      82770
3291.22/3300.35	c INPROCESSING
3291.22/3300.35	c GARBAGE COLLECT
3291.22/3300.35	c rational objective 998
3333.02/3342.23	c #Conflicts:    3359000 | #Constraints:      45703
3333.02/3342.23	c #Conflicts:    3360000 | #Constraints:      46703
3333.02/3342.23	c #Conflicts:    3361000 | #Constraints:      47703
3333.02/3342.23	c #Conflicts:    3362000 | #Constraints:      48703
3333.02/3342.23	c #Conflicts:    3363000 | #Constraints:      49703
3333.02/3342.23	c #Conflicts:    3364000 | #Constraints:      50703
3333.02/3342.23	c #Conflicts:    3365000 | #Constraints:      51703
3333.02/3342.23	c #Conflicts:    3366000 | #Constraints:      52703
3333.02/3342.23	c #Conflicts:    3367000 | #Constraints:      53703
3333.02/3342.23	c #Conflicts:    3368000 | #Constraints:      54703
3333.02/3342.23	c #Conflicts:    3369000 | #Constraints:      55703
3333.02/3342.23	c #Conflicts:    3370000 | #Constraints:      56703
3333.02/3342.23	c #Conflicts:    3371000 | #Constraints:      57703
3333.02/3342.23	c #Conflicts:    3372000 | #Constraints:      58703
3333.02/3342.23	c #Conflicts:    3373000 | #Constraints:      59703
3333.02/3342.23	c #Conflicts:    3374000 | #Constraints:      60703
3333.02/3342.23	c #Conflicts:    3375000 | #Constraints:      61703
3333.02/3342.23	c #Conflicts:    3376000 | #Constraints:      62703
3333.02/3342.23	c #Conflicts:    3377000 | #Constraints:      63703
3333.02/3342.23	c #Conflicts:    3378000 | #Constraints:      64703
3333.02/3342.23	c #Conflicts:    3379000 | #Constraints:      65703
3333.02/3342.23	c #Conflicts:    3380000 | #Constraints:      66703
3333.02/3342.23	c #Conflicts:    3381000 | #Constraints:      67703
3333.02/3342.23	c #Conflicts:    3382000 | #Constraints:      68703
3333.02/3342.23	c #Conflicts:    3383000 | #Constraints:      69703
3333.02/3342.23	c #Conflicts:    3384000 | #Constraints:      70703
3333.02/3342.23	c #Conflicts:    3385000 | #Constraints:      71703
3333.02/3342.23	c #Conflicts:    3386000 | #Constraints:      72703
3333.02/3342.23	c #Conflicts:    3387000 | #Constraints:      73703
3333.02/3342.23	c #Conflicts:    3388000 | #Constraints:      74703
3333.02/3342.23	c #Conflicts:    3389000 | #Constraints:      75703
3333.02/3342.23	c #Conflicts:    3390000 | #Constraints:      76703
3333.02/3342.23	c #Conflicts:    3391000 | #Constraints:      77703
3333.02/3342.23	c #Conflicts:    3392000 | #Constraints:      78703
3333.02/3342.23	c #Conflicts:    3393000 | #Constraints:      79703
3333.02/3342.23	c #Conflicts:    3394000 | #Constraints:      80703
3333.02/3342.23	c #Conflicts:    3395000 | #Constraints:      81703
3333.02/3342.23	c INPROCESSING
3333.02/3342.23	c GARBAGE COLLECT
3333.02/3342.23	c rational objective 998
3372.91/3382.20	c #Conflicts:    3396000 | #Constraints:      45381
3372.91/3382.20	c #Conflicts:    3397000 | #Constraints:      46381
3372.91/3382.20	c #Conflicts:    3398000 | #Constraints:      47381
3372.91/3382.20	c #Conflicts:    3399000 | #Constraints:      48381
3372.91/3382.20	c #Conflicts:    3400000 | #Constraints:      49381
3372.91/3382.20	c #Conflicts:    3401000 | #Constraints:      50381
3372.91/3382.20	c #Conflicts:    3402000 | #Constraints:      51381
3372.91/3382.20	c #Conflicts:    3403000 | #Constraints:      52381
3372.91/3382.20	c #Conflicts:    3404000 | #Constraints:      53381
3372.91/3382.20	c #Conflicts:    3405000 | #Constraints:      54381
3372.91/3382.20	c #Conflicts:    3406000 | #Constraints:      55381
3372.91/3382.20	c #Conflicts:    3407000 | #Constraints:      56381
3372.91/3382.20	c #Conflicts:    3408000 | #Constraints:      57381
3372.91/3382.20	c #Conflicts:    3409000 | #Constraints:      58381
3372.91/3382.20	c #Conflicts:    3410000 | #Constraints:      59381
3372.91/3382.20	c #Conflicts:    3411000 | #Constraints:      60381
3372.91/3382.20	c #Conflicts:    3412000 | #Constraints:      61381
3372.91/3382.20	c #Conflicts:    3413000 | #Constraints:      62381
3372.91/3382.20	c #Conflicts:    3414000 | #Constraints:      63381
3372.91/3382.20	c #Conflicts:    3415000 | #Constraints:      64381
3372.91/3382.20	c #Conflicts:    3416000 | #Constraints:      65381
3372.91/3382.20	c #Conflicts:    3417000 | #Constraints:      66381
3372.91/3382.20	c #Conflicts:    3418000 | #Constraints:      67381
3372.91/3382.20	c #Conflicts:    3419000 | #Constraints:      68381
3372.91/3382.20	c #Conflicts:    3420000 | #Constraints:      69381
3372.91/3382.20	c #Conflicts:    3421000 | #Constraints:      70381
3372.91/3382.20	c #Conflicts:    3422000 | #Constraints:      71381
3372.91/3382.20	c #Conflicts:    3423000 | #Constraints:      72381
3372.91/3382.20	c #Conflicts:    3424000 | #Constraints:      73381
3372.91/3382.20	c #Conflicts:    3425000 | #Constraints:      74381
3372.91/3382.20	c #Conflicts:    3426000 | #Constraints:      75381
3372.91/3382.20	c #Conflicts:    3427000 | #Constraints:      76381
3372.91/3382.20	c #Conflicts:    3428000 | #Constraints:      77381
3372.91/3382.20	c #Conflicts:    3429000 | #Constraints:      78381
3372.91/3382.20	c #Conflicts:    3430000 | #Constraints:      79381
3372.91/3382.20	c #Conflicts:    3431000 | #Constraints:      80381
3372.91/3382.20	c #Conflicts:    3432000 | #Constraints:      81381
3372.91/3382.20	c INPROCESSING
3372.91/3382.20	c GARBAGE COLLECT
3372.91/3382.20	c rational objective 998
3411.90/3421.37	c #Conflicts:    3433000 | #Constraints:      45289
3411.90/3421.37	c #Conflicts:    3434000 | #Constraints:      46300
3411.90/3421.37	c #Conflicts:    3435000 | #Constraints:      47327
3411.90/3421.37	c #Conflicts:    3436000 | #Constraints:      48356
3411.90/3421.37	c #Conflicts:    3437000 | #Constraints:      49381
3411.90/3421.37	c #Conflicts:    3438000 | #Constraints:      50384
3411.90/3421.37	c #Conflicts:    3439000 | #Constraints:      51406
3411.90/3421.37	c #Conflicts:    3440000 | #Constraints:      52420
3411.90/3421.37	c #Conflicts:    3441000 | #Constraints:      53436
3411.90/3421.37	c #Conflicts:    3442000 | #Constraints:      54441
3411.90/3421.37	c #Conflicts:    3443000 | #Constraints:      55447
3411.90/3421.37	c #Conflicts:    3444000 | #Constraints:      56460
3411.90/3421.37	c #Conflicts:    3445000 | #Constraints:      57513
3411.90/3421.37	c #Conflicts:    3446000 | #Constraints:      58562
3411.90/3421.37	c #Conflicts:    3447000 | #Constraints:      59608
3411.90/3421.37	c #Conflicts:    3448000 | #Constraints:      60647
3411.90/3421.37	c #Conflicts:    3449000 | #Constraints:      61690
3411.90/3421.37	c #Conflicts:    3450000 | #Constraints:      62737
3411.90/3421.37	c #Conflicts:    3451000 | #Constraints:      63780
3411.90/3421.37	c #Conflicts:    3452000 | #Constraints:      64815
3411.90/3421.37	c #Conflicts:    3453000 | #Constraints:      65853
3411.90/3421.37	c #Conflicts:    3454000 | #Constraints:      66886
3411.90/3421.37	c #Conflicts:    3455000 | #Constraints:      67916
3411.90/3421.37	c #Conflicts:    3456000 | #Constraints:      68946
3411.90/3421.37	c #Conflicts:    3457000 | #Constraints:      69973
3411.90/3421.37	c #Conflicts:    3458000 | #Constraints:      71011
3411.90/3421.37	c #Conflicts:    3459000 | #Constraints:      72041
3411.90/3421.37	c #Conflicts:    3460000 | #Constraints:      73072
3411.90/3421.37	c #Conflicts:    3461000 | #Constraints:      74104
3411.90/3421.37	c #Conflicts:    3462000 | #Constraints:      75136
3411.90/3421.37	c #Conflicts:    3463000 | #Constraints:      76170
3411.90/3421.37	c #Conflicts:    3464000 | #Constraints:      77190
3411.90/3421.37	c #Conflicts:    3465000 | #Constraints:      78226
3411.90/3421.37	c #Conflicts:    3466000 | #Constraints:      79260
3411.90/3421.37	c #Conflicts:    3467000 | #Constraints:      80288
3411.90/3421.37	c #Conflicts:    3468000 | #Constraints:      81310
3411.90/3421.37	c #Conflicts:    3469000 | #Constraints:      82335
3411.90/3421.37	c INPROCESSING
3411.90/3421.37	c GARBAGE COLLECT
3411.90/3421.37	c rational objective 998
3453.68/3463.21	c #Conflicts:    3470000 | #Constraints:      45521
3453.68/3463.21	c #Conflicts:    3471000 | #Constraints:      46521
3453.68/3463.21	c #Conflicts:    3472000 | #Constraints:      47521
3453.68/3463.21	c #Conflicts:    3473000 | #Constraints:      48521
3453.68/3463.21	c #Conflicts:    3474000 | #Constraints:      49521
3453.68/3463.21	c #Conflicts:    3475000 | #Constraints:      50521
3453.68/3463.21	c #Conflicts:    3476000 | #Constraints:      51521
3453.68/3463.21	c #Conflicts:    3477000 | #Constraints:      52521
3453.68/3463.21	c #Conflicts:    3478000 | #Constraints:      53521
3453.68/3463.21	c #Conflicts:    3479000 | #Constraints:      54521
3453.68/3463.21	c #Conflicts:    3480000 | #Constraints:      55521
3453.68/3463.21	c #Conflicts:    3481000 | #Constraints:      56521
3453.68/3463.21	c #Conflicts:    3482000 | #Constraints:      57521
3453.68/3463.21	c #Conflicts:    3483000 | #Constraints:      58521
3453.68/3463.21	c #Conflicts:    3484000 | #Constraints:      59521
3453.68/3463.21	c #Conflicts:    3485000 | #Constraints:      60521
3453.68/3463.21	c #Conflicts:    3486000 | #Constraints:      61521
3453.68/3463.21	c #Conflicts:    3487000 | #Constraints:      62521
3453.68/3463.21	c #Conflicts:    3488000 | #Constraints:      63521
3453.68/3463.21	c #Conflicts:    3489000 | #Constraints:      64521
3453.68/3463.21	c #Conflicts:    3490000 | #Constraints:      65521
3453.68/3463.21	c #Conflicts:    3491000 | #Constraints:      66521
3453.68/3463.21	c #Conflicts:    3492000 | #Constraints:      67521
3453.68/3463.21	c #Conflicts:    3493000 | #Constraints:      68521
3453.68/3463.21	c #Conflicts:    3494000 | #Constraints:      69521
3453.68/3463.21	c #Conflicts:    3495000 | #Constraints:      70521
3453.68/3463.21	c #Conflicts:    3496000 | #Constraints:      71521
3453.68/3463.21	c #Conflicts:    3497000 | #Constraints:      72521
3453.68/3463.21	c #Conflicts:    3498000 | #Constraints:      73521
3453.68/3463.21	c #Conflicts:    3499000 | #Constraints:      74521
3453.68/3463.21	c #Conflicts:    3500000 | #Constraints:      75521
3453.68/3463.21	c #Conflicts:    3501000 | #Constraints:      76521
3453.68/3463.21	c #Conflicts:    3502000 | #Constraints:      77521
3453.68/3463.21	c #Conflicts:    3503000 | #Constraints:      78521
3453.68/3463.21	c #Conflicts:    3504000 | #Constraints:      79521
3453.68/3463.21	c #Conflicts:    3505000 | #Constraints:      80521
3453.68/3463.21	c #Conflicts:    3506000 | #Constraints:      81521
3453.68/3463.21	c INPROCESSING
3453.68/3463.21	c GARBAGE COLLECT
3453.68/3463.21	c rational objective 998
3527.58/3537.36	c #Conflicts:    3507000 | #Constraints:      45005
3527.58/3537.36	c #Conflicts:    3508000 | #Constraints:      46023
3527.58/3537.36	c #Conflicts:    3509000 | #Constraints:      47035
3527.58/3537.36	c #Conflicts:    3510000 | #Constraints:      48053
3527.58/3537.36	c #Conflicts:    3511000 | #Constraints:      49055
3527.58/3537.36	c #Conflicts:    3512000 | #Constraints:      50088
3527.58/3537.36	c #Conflicts:    3513000 | #Constraints:      51110
3527.58/3537.36	c #Conflicts:    3514000 | #Constraints:      52133
3527.58/3537.36	c #Conflicts:    3515000 | #Constraints:      53163
3527.58/3537.36	c #Conflicts:    3516000 | #Constraints:      54194
3527.58/3537.36	c #Conflicts:    3517000 | #Constraints:      55230
3527.58/3537.36	c #Conflicts:    3518000 | #Constraints:      56268
3527.58/3537.36	c #Conflicts:    3519000 | #Constraints:      57300
3527.58/3537.36	c #Conflicts:    3520000 | #Constraints:      58330
3527.58/3537.36	c #Conflicts:    3521000 | #Constraints:      59376
3527.58/3537.36	c #Conflicts:    3522000 | #Constraints:      60406
3527.58/3537.36	c #Conflicts:    3523000 | #Constraints:      61428
3527.58/3537.36	c #Conflicts:    3524000 | #Constraints:      62459
3527.58/3537.36	c #Conflicts:    3525000 | #Constraints:      63499
3527.58/3537.36	c #Conflicts:    3526000 | #Constraints:      64522
3527.58/3537.36	c #Conflicts:    3527000 | #Constraints:      65561
3527.58/3537.36	c #Conflicts:    3528000 | #Constraints:      66585
3527.58/3537.36	c #Conflicts:    3529000 | #Constraints:      67613
3527.58/3537.36	c #Conflicts:    3530000 | #Constraints:      68636
3527.58/3537.36	c #Conflicts:    3531000 | #Constraints:      69663
3527.58/3537.36	c #Conflicts:    3532000 | #Constraints:      70696
3527.58/3537.36	c #Conflicts:    3533000 | #Constraints:      71719
3527.58/3537.36	c #Conflicts:    3534000 | #Constraints:      72741
3527.58/3537.36	c #Conflicts:    3535000 | #Constraints:      73759
3527.58/3537.36	c #Conflicts:    3536000 | #Constraints:      74794
3527.58/3537.36	c #Conflicts:    3537000 | #Constraints:      75816
3527.58/3537.36	c #Conflicts:    3538000 | #Constraints:      76849
3527.58/3537.36	c #Conflicts:    3539000 | #Constraints:      77888
3527.58/3537.36	c #Conflicts:    3540000 | #Constraints:      78918
3527.58/3537.36	c #Conflicts:    3541000 | #Constraints:      79945
3527.58/3537.36	c #Conflicts:    3542000 | #Constraints:      80964
3527.58/3537.36	c #Conflicts:    3543000 | #Constraints:      82001
3527.58/3537.36	c #Conflicts:    3544000 | #Constraints:      83032
3527.58/3537.36	c INPROCESSING
3527.58/3537.36	c GARBAGE COLLECT
3527.58/3537.36	c rational objective 998
3572.25/3582.17	c #Conflicts:    3545000 | #Constraints:      45858
3572.25/3582.17	c #Conflicts:    3546000 | #Constraints:      46858
3572.25/3582.17	c #Conflicts:    3547000 | #Constraints:      47858
3572.25/3582.17	c #Conflicts:    3548000 | #Constraints:      48858
3572.25/3582.17	c #Conflicts:    3549000 | #Constraints:      49858
3572.25/3582.17	c #Conflicts:    3550000 | #Constraints:      50859
3572.25/3582.17	c #Conflicts:    3551000 | #Constraints:      51859
3572.25/3582.17	c #Conflicts:    3552000 | #Constraints:      52859
3572.25/3582.17	c #Conflicts:    3553000 | #Constraints:      53859
3572.25/3582.17	c #Conflicts:    3554000 | #Constraints:      54859
3572.25/3582.17	c #Conflicts:    3555000 | #Constraints:      55859
3572.25/3582.17	c #Conflicts:    3556000 | #Constraints:      56859
3572.25/3582.17	c #Conflicts:    3557000 | #Constraints:      57859
3572.25/3582.17	c #Conflicts:    3558000 | #Constraints:      58859
3572.25/3582.17	c #Conflicts:    3559000 | #Constraints:      59859
3572.25/3582.17	c #Conflicts:    3560000 | #Constraints:      60859
3572.25/3582.17	c #Conflicts:    3561000 | #Constraints:      61859
3572.25/3582.17	c #Conflicts:    3562000 | #Constraints:      62859
3572.25/3582.17	c #Conflicts:    3563000 | #Constraints:      63859
3572.25/3582.17	c #Conflicts:    3564000 | #Constraints:      64859
3572.25/3582.17	c #Conflicts:    3565000 | #Constraints:      65859
3572.25/3582.17	c #Conflicts:    3566000 | #Constraints:      66859
3572.25/3582.17	c #Conflicts:    3567000 | #Constraints:      67859
3572.25/3582.17	c #Conflicts:    3568000 | #Constraints:      68859
3572.25/3582.17	c #Conflicts:    3569000 | #Constraints:      69859
3572.25/3582.17	c #Conflicts:    3570000 | #Constraints:      70859
3572.25/3582.17	c #Conflicts:    3571000 | #Constraints:      71859
3572.25/3582.17	c #Conflicts:    3572000 | #Constraints:      72859
3572.25/3582.17	c #Conflicts:    3573000 | #Constraints:      73859
3572.25/3582.17	c #Conflicts:    3574000 | #Constraints:      74859
3572.25/3582.17	c #Conflicts:    3575000 | #Constraints:      75859
3572.25/3582.17	c #Conflicts:    3576000 | #Constraints:      76859
3572.25/3582.17	c #Conflicts:    3577000 | #Constraints:      77859
3572.25/3582.17	c #Conflicts:    3578000 | #Constraints:      78859
3572.25/3582.17	c #Conflicts:    3579000 | #Constraints:      79859
3572.25/3582.17	c #Conflicts:    3580000 | #Constraints:      80859
3572.25/3582.17	c #Conflicts:    3581000 | #Constraints:      81859
3572.25/3582.17	c #Conflicts:    3582000 | #Constraints:      82859
3572.25/3582.17	c INPROCESSING
3572.25/3582.17	c GARBAGE COLLECT
3572.25/3582.17	c rational objective 998
3600.07/3610.00	c #Conflicts:    3583000 | #Constraints:      45982
3600.07/3610.00	c #Conflicts:    3584000 | #Constraints:      46982
3600.07/3610.00	c #Conflicts:    3585000 | #Constraints:      47982
3600.07/3610.00	c #Conflicts:    3586000 | #Constraints:      48982
3600.07/3610.00	c #Conflicts:    3587000 | #Constraints:      49982
3600.07/3610.00	c #Conflicts:    3588000 | #Constraints:      50982
3600.07/3610.00	c #Conflicts:    3589000 | #Constraints:      51982
3600.07/3610.00	c #Conflicts:    3590000 | #Constraints:      52982
3600.07/3610.00	c #Conflicts:    3591000 | #Constraints:      53982
3600.07/3610.00	c #Conflicts:    3592000 | #Constraints:      54982
3600.07/3610.00	c #Conflicts:    3593000 | #Constraints:      55982
3600.07/3610.00	c #Conflicts:    3594000 | #Constraints:      56982
3600.07/3610.00	c #Conflicts:    3595000 | #Constraints:      57982
3600.07/3610.00	c #Conflicts:    3596000 | #Constraints:      58982
3600.07/3610.00	c #Conflicts:    3597000 | #Constraints:      59982
3600.07/3610.00	c #Conflicts:    3598000 | #Constraints:      60982
3600.07/3610.00	c #Conflicts:    3599000 | #Constraints:      61982
3600.07/3610.00	c #Conflicts:    3600000 | #Constraints:      62982
3600.07/3610.00	c #Conflicts:    3601000 | #Constraints:      63982
3600.07/3610.00	c #Conflicts:    3602000 | #Constraints:      64982
3600.07/3610.00	c #Conflicts:    3603000 | #Constraints:      65982
3600.07/3610.00	c #Conflicts:    3604000 | #Constraints:      66982
3600.07/3610.00	c #Conflicts:    3605000 | #Constraints:      67982
3600.07/3610.00	c #Conflicts:    3606000 | #Constraints:      68982
3600.07/3610.00	c #Conflicts:    3607000 | #Constraints:      69982
3600.07/3610.00	c #Conflicts:    3608000 | #Constraints:      70982
3600.07/3610.00	c #Conflicts:    3609000 | #Constraints:      71982
3600.07/3610.00	c #Conflicts:    3610000 | #Constraints:      72982
3600.07/3610.00	c cpu time 3571.92 s
3600.07/3610.00	c deterministic time 219188586780 2.19e+11
3600.07/3610.00	c optimization time 27.7539 s
3600.07/3610.00	c total solve time 3544.15 s
3600.07/3610.00	c core-guided solve time 2143.02 s
3600.07/3610.00	c propagation time 2776.07 s
3600.07/3610.00	c conflict analysis time 722.279 s
3600.07/3610.00	c propagations 899602651
3600.07/3610.00	c resolve steps 56053610
3600.07/3610.00	c decisions 10405020
3600.07/3610.00	c conflicts 3610393
3600.07/3610.00	c restarts 6200
3600.07/3610.00	c inprocessing phases 180
3600.07/3610.00	c garbage collections 180 ,( 100.00 )
3600.07/3610.00	c input clauses 5210 ,( 63.51 )
3600.07/3610.00	c input cardinalities 2552 ,( 31.11 )
3600.07/3610.00	c input general constraints 441 ,( 5.38 )
3600.07/3610.00	c input average constraint length 260.77
3600.07/3610.00	c input average constraint degree 71.01
3600.07/3610.00	c learned clauses 2329352 ,( 63.51 )
3600.07/3610.00	c learned cardinalities 319833 ,( 8.72 )
3600.07/3610.00	c learned general constraints 1018481 ,( 27.77 )
3600.07/3610.00	c learned average constraint length 249.27
3600.07/3610.00	c learned average constraint degree 728103512.06
3600.07/3610.00	c watched  CF 32, 64, 128, Arb: 391530 , 0 , 0 , 0
3600.07/3610.00	c counting CF 32, 64, 128, Arb: 627393 , 0 , 0 , 0
3600.07/3610.00	c watched   constraints 391530 ,( 38.43 ) 
3600.07/3610.00	c counting  constraints 627392 ,( 61.57 ) 
3600.07/3610.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2019565657 , 5650003191 , 26419013684 ,( 884965065 , 25534048619 )
3600.07/3610.00	c gcd simplifications 83721
3600.07/3610.00	c detected cardinalities 48466
3600.07/3610.00	c weakened non-implied lits 412742738
3600.07/3610.00	c weakened non-implying lits 147724
3600.07/3610.00	c original variables 1960
3600.07/3610.00	c clausal propagations 355728572
3600.07/3610.00	c cardinality propagations 64278319
3600.07/3610.00	c watched propagations 14708279
3600.07/3610.00	c counting propagations 426469901
3600.07/3610.00	c watch lookups 125918152137
3600.07/3610.00	c watch backjump lookups 0
3600.07/3610.00	c watch checks 50415833451
3600.07/3610.00	c propagation checks 38103597356
3600.07/3610.00	c constraint additions 2923744162
3600.07/3610.00	c trail pops 913576609
3600.07/3610.00	c formula constraints 4010
3600.07/3610.00	c learned constraints 3570168
3600.07/3610.00	c bound constraints 1076
3600.07/3610.00	c core-guided constraints 3117
3600.07/3610.00	c encountered formula constraints 17075583
3600.07/3610.00	c encountered learned constraints 29338790
3600.07/3610.00	c encountered bound constraints 80
3600.07/3610.00	c encountered core-guided constraints 12393904
3600.07/3610.00	c LP total time 379.077 s
3600.07/3610.00	c LP solve time 339.82 s
3600.07/3610.00	c LP constraints added 7216
3600.07/3610.00	c LP constraints removed 3184
3600.07/3610.00	c LP pivots internal 3610652
3600.07/3610.00	c LP pivots root 64741
3600.07/3610.00	c LP calls 68948
3600.07/3610.00	c LP optimalities 13026
3600.07/3610.00	c LP no pivot count 4979
3600.07/3610.00	c LP infeasibilities 55918
3600.07/3610.00	c LP valid Farkas constraints 55908
3600.07/3610.00	c LP learned Farkas constraints 40365
3600.07/3610.00	c LP basis resets 10
3600.07/3610.00	c LP cycling count 0
3600.07/3610.00	c LP singular count 0
3600.07/3610.00	c LP no primal count 0
3600.07/3610.00	c LP no farkas count 10
3600.07/3610.00	c LP other issue count 0
3600.07/3610.00	c LP Gomory cuts 1225
3600.07/3610.00	c LP learned cuts 1981
3600.07/3610.00	c LP deleted cuts 3184
3600.07/3610.00	c LP encountered Gomory constraints 4690
3600.07/3610.00	c LP encountered Farkas constraints 574070
3600.07/3610.00	c LP encountered learned Farkas constraints 236521
3600.07/3610.00	c CG auxiliary variables introduced 1371
3600.07/3610.00	c CG solutions found 77
3600.07/3610.00	c CG cores constructed 998
3600.07/3610.00	c CG core cardinality constraints returned 0
3600.07/3610.00	c CG unit cores 0
3600.07/3610.00	c CG single cores 998
3600.07/3610.00	c CG blocks removed during cardinality reduction 0
3600.07/3610.00	c CG first core best 0
3600.07/3610.00	c CG decision core best 0
3600.07/3610.00	c CG core reduction tie 0
3600.07/3610.00	c CG core degree average 1.00
3600.07/3610.00	c CG core slack average 2.14
3600.07/3610.00	c CG core upper bound improvements 13
3600.07/3610.00	c STR number of successful calls 0
3600.07/3610.00	c STR number of unsuccessful calls 0
3600.07/3610.00	c STR number of inconclusive calls 0
3600.07/3610.00	c STR number of successful attempts 0
3600.07/3610.00	c STR number of unsuccessful attempts 0
3600.07/3610.00	c STR number of inconclusive attempts 0
3600.07/3610.00	c STR average degree increase per successful call inf
3600.07/3610.00	c STR average degree increase per successful attempt inf
3600.07/3610.00	c STR total number of conflicts for successful attempts 0
3600.07/3610.00	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3610.00	c STR total number of conflicts for inconclusive attempts 0
3600.07/3610.00	c STR average number of conflicts per successful attempt inf
3600.07/3610.00	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3610.00	c STR average number of conflicts per inconclusive attempt inf
3600.07/3610.00	c AVG.sumWPerc 49.79 
3600.07/3610.00	c bigint constraints 0 
3600.07/3610.00	o 1035
3600.07/3610.00	s SATISFIABLE
3600.07/3610.00	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
3600.07/3610.00	c Program interrupted by user.

Verifier Data

OK	1035

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=46433, runsolver pid=46430

[startup+0.100065 s]*
/proc/loadavg: 4.04 4.10 4.05 5/267 46436
/proc/meminfo: memFree=129098796/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=62644 memory=17116 CPUtime=0.06 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 2756 0 0 0 5 1 0 0 20 0 1 0 48783850 64147456 4279 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 15661 4279 2336 1147 0 3088 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 66836 KiB
Current children cumulated memory: 20188 KiB

[startup+0.205661 s]*
/proc/loadavg: 4.04 4.10 4.05 5/267 46436
/proc/meminfo: memFree=129093084/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=65420 memory=23956 CPUtime=0.16 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 3435 0 0 0 15 1 0 0 20 0 1 0 48783850 66990080 5989 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 16355 5989 2368 1147 0 3782 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 69612 KiB
Current children cumulated memory: 27028 KiB

[startup+0.305609 s]*
/proc/loadavg: 4.04 4.10 4.05 5/267 46436
/proc/meminfo: memFree=129087540/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=71768 memory=29588 CPUtime=0.27 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 4851 0 0 0 24 3 0 0 20 0 1 0 48783850 73490432 7397 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 17942 7397 2368 1147 0 5369 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 75960 KiB
Current children cumulated memory: 32660 KiB

[startup+0.700211 s]
/proc/loadavg: 4.04 4.10 4.05 5/267 46436
/proc/meminfo: memFree=129075696/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=100880 memory=53608 CPUtime=0.65 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 9833 0 0 0 57 8 0 0 20 0 1 0 48783850 103301120 13402 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 25220 13402 2368 1147 0 12647 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 105072 KiB
Current children cumulated memory: 56680 KiB

[startup+1.50022 s]
/proc/loadavg: 4.04 4.10 4.05 5/267 46436
/proc/meminfo: memFree=129047660/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=116208 memory=70648 CPUtime=1.45 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 13073 0 0 0 135 10 0 0 20 0 1 0 48783850 118996992 17662 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 29052 17662 2368 1147 0 16479 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 120400 KiB
Current children cumulated memory: 73720 KiB

[startup+3.10553 s]
/proc/loadavg: 4.04 4.10 4.05 5/267 46436
/proc/meminfo: memFree=129035772/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=120828 memory=77048 CPUtime=3.05 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 14624 0 0 0 291 14 0 0 20 0 1 0 48783850 123727872 19262 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 30207 19262 2400 1147 0 17634 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 125020 KiB
Current children cumulated memory: 80120 KiB

[startup+6.3002 s]
/proc/loadavg: 4.04 4.10 4.05 5/267 46436
/proc/meminfo: memFree=129003276/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=163588 memory=102008 CPUtime=6.23 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 20883 0 0 0 602 21 0 0 20 0 1 0 48783850 167514112 25502 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 40897 25502 2400 1147 0 28324 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 167780 KiB
Current children cumulated memory: 105080 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 4.09 4.05 5/267 46436
/proc/meminfo: memFree=128969532/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=176816 memory=119836 CPUtime=12.62 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 24305 0 0 0 1227 35 0 0 20 0 1 0 48783850 181059584 29959 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 44204 29959 2400 1147 0 31631 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 181008 KiB
Current children cumulated memory: 122908 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 4.09 4.05 5/266 46437
/proc/meminfo: memFree=128920836/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=218424 memory=156924 CPUtime=25.39 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 31027 0 0 0 2482 57 0 0 20 0 1 0 48783850 223666176 39231 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 54606 39231 2400 1147 0 42033 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 222616 KiB
Current children cumulated memory: 159996 KiB

[startup+51.1055 s]
/proc/loadavg: 4.07 4.10 4.05 5/266 46437
/proc/meminfo: memFree=128873204/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=249532 memory=179452 CPUtime=50.92 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 36674 0 0 0 4996 96 0 0 20 0 1 0 48783850 255520768 44863 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 62383 44863 2400 1147 0 49810 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 253724 KiB
Current children cumulated memory: 182524 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.13 4.06 5/266 46439
/proc/meminfo: memFree=128699576/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=287236 memory=216024 CPUtime=101.99 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 44290 0 0 0 10032 167 0 0 20 0 1 0 48783850 294129664 54006 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 71809 54006 2400 1147 0 59236 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 291428 KiB
Current children cumulated memory: 219096 KiB

[startup+162.3 s]
/proc/loadavg: 4.30 4.18 4.08 5/266 46442
/proc/meminfo: memFree=128611016/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=361000 memory=254732 CPUtime=161.82 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 52413 0 0 0 15934 248 0 0 20 0 1 0 48783850 369664000 63683 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 90250 63683 2400 1147 0 77677 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 365192 KiB
Current children cumulated memory: 257804 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.16 4.08 5/267 46445
/proc/meminfo: memFree=128516432/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=377308 memory=268044 CPUtime=221.67 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 55752 0 0 0 21848 319 0 0 20 0 1 0 48783850 386363392 67011 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 94327 67011 2400 1147 0 81754 0
Current children cumulated CPU time: 221.67 s

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

/proc/46436/statm: 249625 209326 2400 1147 0 237052 0
Current children cumulated CPU time: 3033.92 s
Current children cumulated vsize: 1002692 KiB
Current children cumulated memory: 840376 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 46600
/proc/meminfo: memFree=126526780/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1002472 memory=840760 CPUtime=3093.75 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 151435 0 0 0 306863 2512 0 0 20 0 1 0 48783850 1026531328 210190 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 250618 210190 2400 1147 0 238045 0
Current children cumulated CPU time: 3093.75 s
Current children cumulated vsize: 1006664 KiB
Current children cumulated memory: 843832 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 46602
/proc/meminfo: memFree=126475000/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1029092 memory=872248 CPUtime=3153.59 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 155558 0 0 0 312808 2551 0 0 20 0 1 0 48783850 1053790208 218062 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 257273 218062 2400 1147 0 244700 0
Current children cumulated CPU time: 3153.59 s
Current children cumulated vsize: 1033284 KiB
Current children cumulated memory: 875320 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 46605
/proc/meminfo: memFree=126410680/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1049644 memory=943752 CPUtime=3213.42 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 160672 0 0 0 318757 2585 0 0 20 0 1 0 48783850 1074835456 235938 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 262411 235938 2400 1147 0 249838 0
Current children cumulated CPU time: 3213.42 s
Current children cumulated vsize: 1053836 KiB
Current children cumulated memory: 946824 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 46607
/proc/meminfo: memFree=126362972/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1049644 memory=970760 CPUtime=3273.27 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 160711 0 0 0 324708 2619 0 0 20 0 1 0 48783850 1074835456 242690 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 262411 242690 2400 1147 0 249838 0
Current children cumulated CPU time: 3273.27 s
Current children cumulated vsize: 1053836 KiB
Current children cumulated memory: 973832 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 46616
/proc/meminfo: memFree=126326608/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1055368 memory=1006728 CPUtime=3333.12 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 161763 0 0 0 330652 2660 0 0 20 0 1 0 48783850 1080696832 251682 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 263842 251682 2400 1147 0 251269 0
Current children cumulated CPU time: 3333.12 s
Current children cumulated vsize: 1059560 KiB
Current children cumulated memory: 1009800 KiB

[startup+3402.3 s]
/proc/loadavg: 4.42 4.18 4.12 5/268 46762
/proc/meminfo: memFree=128598480/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1055368 memory=1012616 CPUtime=3392.96 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 161763 0 0 0 336597 2699 0 0 20 0 1 0 48783850 1080696832 253154 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 263842 253154 2400 1147 0 251269 0
Current children cumulated CPU time: 3392.96 s
Current children cumulated vsize: 1059560 KiB
Current children cumulated memory: 1015688 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.16 4.11 5/270 46766
/proc/meminfo: memFree=128421864/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1056388 memory=1013384 CPUtime=3452.79 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 161968 0 0 0 342539 2740 0 0 20 0 1 0 48783850 1081741312 253346 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 264097 253346 2400 1147 0 251524 0
Current children cumulated CPU time: 3452.79 s
Current children cumulated vsize: 1060580 KiB
Current children cumulated memory: 1016456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/270 46768
/proc/meminfo: memFree=128318388/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1056388 memory=1013384 CPUtime=3512.62 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 161970 0 0 0 348496 2766 0 0 20 0 1 0 48783850 1081741312 253346 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 264097 253346 2400 1147 0 251524 0
Current children cumulated CPU time: 3512.62 s
Current children cumulated vsize: 1060580 KiB
Current children cumulated memory: 1016456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/269 46770
/proc/meminfo: memFree=128202148/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1056388 memory=1013384 CPUtime=3572.45 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 161987 0 0 0 354447 2798 0 0 20 0 1 0 48783850 1081741312 253346 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 264097 253346 2400 1147 0 251524 0
Current children cumulated CPU time: 3572.45 s
Current children cumulated vsize: 1060580 KiB
Current children cumulated memory: 1016456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.13 4.14 4.11 5/269 46771
/proc/meminfo: memFree=128195480/131249996 swapFree=33010684/33010684
[pid=46433] ppid=46430 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/46433/stat : 46433 (run-opt-ls.sh) S 46430 46433 45650 0 -1 4194304 237 1445 0 0 0 0 0 0 20 0 1 0 48783847 4292608 768 18446744073709551615 94195251863552 94195252758085 140729913135664 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94195252997136 94195253044880 94195273175040 140729913137511 140729913137637 140729913137637 140729913143239 0
/proc/46433/statm: 1048 768 704 219 0 110 0
[pid=46436] ppid=46433 vsize=1056388 memory=1013384 CPUtime=3600.07 cores=0,2
/proc/46436/stat : 46436 (roundingsat) R 46433 46433 45650 0 -1 4194304 161987 0 0 0 357191 2816 0 0 20 0 1 0 48783850 1081741312 253346 18446744073709551615 4227072 8923433 140729610672912 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 21286912 140729610676550 140729610676776 140729610676776 140729610682346 0
/proc/46436/statm: 264097 253346 2400 1147 0 251524 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1060580 KiB
Current children cumulated memory: 1016456 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=0.006235 s, system=0.006405 s

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

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

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

Child status: 2

Real time (s): 3610.01
CPU time (s): 3600.11
CPU user time (s): 3571.93
CPU system time (s): 28.1766
CPU usage (%): 99.7256
Max. virtual memory (cumulated for all children) (KiB): 1060580
Max. memory (cumulated for all children) (KiB): 1016456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.93
system time used= 28.1766
maximum resident set size= 1013640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163689
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= 346
involuntary context switches= 8016


# summary of solver processes directly reported to runsolver:
#   pid: 46433,46436
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3571.93
#   total CPU system time (s): 28.1766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13271 second user time and 17.1615 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-01 02:50:54
IDJOB=4488680
IDBENCH=147526
IDSOLVER=3355
FILE ID=nodeC029/4488680-1751331054
RUNJOBID= nodeC029-1751327214-45660
SLURM_JOB_ID= 9594367
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= 52f0a3c0093dc9bf421bafb6505effdf
RANDOM SEED=508256896

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.895
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		: 3599.709
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.771
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		: 3598.300
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		: 3570.300
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:        129099020 kB
MemAvailable:   128974612 kB
Buffers:            3280 kB
Cached:           682996 kB
SwapCached:            0 kB
Active:          1126660 kB
Inactive:         425816 kB
Active(anon):     884264 kB
Inactive(anon):        0 kB
Active(file):     242396 kB
Inactive(file):   425816 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7520 kB
Writeback:             0 kB
AnonPages:        869368 kB
Mapped:           116996 kB
Shmem:             18060 kB
KReclaimable:      93240 kB
Slab:             180108 kB
SReclaimable:      93240 kB
SUnreclaim:        86868 kB
KernelStack:        4384 kB
PageTables:         5196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1373188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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:51:04