Trace number 4488544

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+pbsuma-opt 63f22adSAT (TO)1031 3600.06 3609.71

General information on the benchmark

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

Solver Data

0.00/0.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-4488544-1751329767.opb'
0.00/0.01	c 	read 0.11MB  (1.86ms)
0.00/0.01	c	 [cnf: #variables 1959 #clauses 4000 #duplicates 1 #arr 9957]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 12] (2.30ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 found row 3x2, generating row predicate
0.00/0.01	c 	 (0.46ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 9877 #edges 27750]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 3.20*10^1 #generators 5] (1.68ms)
0.00/0.01	c 
0.00/0.01	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01	c 	(0.01ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c add generic predicates (break_depth=20)
0.00/0.01	c 	added predicates for 5 generators (0.00ms)
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 7 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4488544-1751329767.opb.pre'
0.00/0.02	c 	wrote 0.12MB (0.46ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.30ms 32.79% approx_orbits
0.00/0.02	c                   1.86ms 26.50% parse
0.00/0.02	c                   1.68ms 23.86% detect_generic
0.00/0.02	c                   0.46ms  6.59% detect_special
0.00/0.02	c                   0.46ms  6.53% output
0.00/0.02	c                   0.19ms  2.69% other
0.00/0.02	c                   0.06ms  0.84% finalize_order
0.00/0.02	c                   0.01ms  0.13% optimize_gens
0.00/0.02	c                   0.00ms  0.07% break_generic
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   7.03ms   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.04	c #variables 1959 #constraints 4006
0.00/0.04	c objective is ce32 
0.00/0.04	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.04	c bounds - >= 0 @ 0.010207
0.00/0.08	c bounds 1189 >= 0 @ 0.045863
0.00/0.08	c bounds 1189 >= 1 @ 0.046349
0.00/0.09	c bounds 1189 >= 2 @ 0.046447
0.00/0.09	c bounds 1189 >= 3 @ 0.046447
0.00/0.09	c bounds 1189 >= 4 @ 0.046495
0.00/0.09	c bounds 1189 >= 5 @ 0.046656
0.00/0.09	c bounds 1189 >= 6 @ 0.046818
0.00/0.09	c bounds 1189 >= 7 @ 0.047028
0.00/0.09	c bounds 1189 >= 8 @ 0.047242
0.00/0.09	c bounds 1189 >= 9 @ 0.047458
0.00/0.09	c bounds 1189 >= 10 @ 0.047673
0.00/0.09	c bounds 1189 >= 11 @ 0.047875
0.00/0.09	c bounds 1189 >= 12 @ 0.048092
0.00/0.09	c bounds 1189 >= 13 @ 0.048304
0.00/0.09	c bounds 1189 >= 14 @ 0.048522
0.00/0.09	c bounds 1189 >= 15 @ 0.048737
0.00/0.09	c bounds 1189 >= 16 @ 0.048948
0.00/0.09	c bounds 1189 >= 17 @ 0.049164
0.00/0.09	c bounds 1189 >= 18 @ 0.049377
0.00/0.09	c bounds 1189 >= 19 @ 0.049589
0.00/0.09	c bounds 1189 >= 20 @ 0.049799
0.00/0.09	c bounds 1189 >= 21 @ 0.050012
0.00/0.09	c bounds 1189 >= 22 @ 0.050223
0.00/0.09	c bounds 1189 >= 23 @ 0.050435
0.00/0.09	c bounds 1189 >= 24 @ 0.050649
0.00/0.09	c bounds 1189 >= 25 @ 0.050854
0.00/0.09	c bounds 1189 >= 26 @ 0.051068
0.00/0.09	c bounds 1189 >= 27 @ 0.05128
0.00/0.09	c bounds 1189 >= 28 @ 0.051493
0.00/0.09	c bounds 1189 >= 29 @ 0.051708
0.00/0.09	c bounds 1189 >= 30 @ 0.051927
0.00/0.09	c bounds 1189 >= 31 @ 0.05214
0.00/0.09	c bounds 1189 >= 32 @ 0.052352
0.00/0.09	c bounds 1189 >= 33 @ 0.052567
0.00/0.09	c bounds 1189 >= 34 @ 0.052778
0.00/0.09	c bounds 1189 >= 35 @ 0.052994
0.00/0.09	c bounds 1189 >= 36 @ 0.05321
0.00/0.09	c bounds 1189 >= 37 @ 0.053425
0.00/0.09	c bounds 1189 >= 38 @ 0.053635
0.00/0.09	c bounds 1189 >= 39 @ 0.053838
0.00/0.09	c bounds 1189 >= 40 @ 0.05405
0.00/0.09	c bounds 1189 >= 41 @ 0.054261
0.00/0.09	c bounds 1189 >= 42 @ 0.054473
0.00/0.09	c bounds 1189 >= 43 @ 0.054684
0.00/0.09	c bounds 1189 >= 44 @ 0.0549
0.00/0.09	c bounds 1189 >= 45 @ 0.055113
0.00/0.09	c bounds 1189 >= 46 @ 0.055326
0.00/0.09	c bounds 1189 >= 47 @ 0.055539
0.00/0.10	c bounds 1189 >= 48 @ 0.055753
0.00/0.10	c bounds 1189 >= 49 @ 0.055967
0.00/0.10	c bounds 1189 >= 50 @ 0.056191
0.00/0.10	c bounds 1189 >= 51 @ 0.056415
0.00/0.10	c bounds 1189 >= 52 @ 0.056638
0.00/0.10	c bounds 1189 >= 53 @ 0.056862
0.00/0.10	c bounds 1189 >= 54 @ 0.057084
0.00/0.10	c bounds 1189 >= 55 @ 0.057305
0.00/0.10	c bounds 1189 >= 56 @ 0.057524
0.00/0.10	c bounds 1189 >= 57 @ 0.057747
0.00/0.10	c bounds 1189 >= 58 @ 0.057966
0.00/0.10	c bounds 1189 >= 59 @ 0.058184
0.00/0.10	c bounds 1189 >= 60 @ 0.058405
0.00/0.10	c bounds 1189 >= 61 @ 0.058624
0.00/0.10	c bounds 1189 >= 62 @ 0.058845
0.00/0.10	c bounds 1189 >= 63 @ 0.059068
0.00/0.10	c bounds 1189 >= 64 @ 0.059286
0.00/0.10	c bounds 1189 >= 65 @ 0.059508
0.00/0.10	c bounds 1189 >= 66 @ 0.059728
0.00/0.10	c bounds 1189 >= 67 @ 0.059949
0.00/0.10	c bounds 1189 >= 68 @ 0.06017
0.00/0.10	c bounds 1189 >= 69 @ 0.060394
0.00/0.10	c bounds 1189 >= 70 @ 0.060616
0.00/0.10	c bounds 1189 >= 71 @ 0.060838
0.00/0.10	c bounds 1189 >= 72 @ 0.06106
0.00/0.10	c bounds 1189 >= 73 @ 0.061282
0.00/0.10	c bounds 1189 >= 74 @ 0.061501
0.07/0.10	c bounds 1189 >= 75 @ 0.061725
0.07/0.10	c bounds 1189 >= 76 @ 0.061941
0.07/0.10	c bounds 1189 >= 77 @ 0.062161
0.07/0.10	c bounds 1189 >= 78 @ 0.062398
0.07/0.10	c bounds 1189 >= 79 @ 0.062614
0.07/0.10	c bounds 1189 >= 80 @ 0.062831
0.07/0.10	c bounds 1189 >= 81 @ 0.063044
0.07/0.10	c bounds 1189 >= 82 @ 0.063259
0.07/0.10	c bounds 1189 >= 83 @ 0.063473
0.07/0.10	c bounds 1189 >= 84 @ 0.063688
0.07/0.10	c bounds 1189 >= 85 @ 0.063903
0.07/0.10	c bounds 1189 >= 86 @ 0.064117
0.07/0.10	c bounds 1189 >= 87 @ 0.064332
0.07/0.10	c bounds 1189 >= 88 @ 0.064695
0.07/0.10	c bounds 1189 >= 89 @ 0.065246
0.07/0.11	c bounds 1189 >= 90 @ 0.065507
0.07/0.11	c bounds 1189 >= 91 @ 0.065719
0.07/0.11	c bounds 1189 >= 92 @ 0.065933
0.07/0.11	c bounds 1189 >= 93 @ 0.066146
0.07/0.11	c bounds 1189 >= 94 @ 0.06636
0.07/0.11	c bounds 1189 >= 95 @ 0.066573
0.07/0.11	c bounds 1189 >= 96 @ 0.066787
0.07/0.11	c bounds 1189 >= 97 @ 0.067
0.07/0.11	c bounds 1189 >= 98 @ 0.067212
0.07/0.11	c bounds 1189 >= 99 @ 0.067427
0.07/0.11	c bounds 1189 >= 100 @ 0.067492
0.07/0.11	c bounds 1189 >= 101 @ 0.067492
0.07/0.11	c bounds 1189 >= 102 @ 0.067492
0.07/0.11	c bounds 1189 >= 103 @ 0.067492
0.07/0.11	c bounds 1189 >= 104 @ 0.067508
0.07/0.11	c bounds 1189 >= 105 @ 0.06772
0.07/0.11	c bounds 1189 >= 106 @ 0.067934
0.07/0.11	c bounds 1189 >= 107 @ 0.068146
0.07/0.11	c bounds 1189 >= 108 @ 0.06836
0.07/0.11	c bounds 1189 >= 109 @ 0.068573
0.07/0.11	c bounds 1189 >= 110 @ 0.068781
0.07/0.11	c bounds 1189 >= 111 @ 0.068991
0.07/0.11	c bounds 1189 >= 112 @ 0.0692
0.07/0.11	c bounds 1189 >= 113 @ 0.069411
0.07/0.11	c bounds 1189 >= 114 @ 0.06963
0.07/0.11	c bounds 1189 >= 115 @ 0.069845
0.07/0.11	c bounds 1189 >= 116 @ 0.07006
0.07/0.11	c bounds 1189 >= 117 @ 0.070275
0.07/0.11	c bounds 1189 >= 118 @ 0.070488
0.07/0.11	c bounds 1189 >= 119 @ 0.070488
0.07/0.11	c bounds 1189 >= 120 @ 0.070488
0.07/0.11	c bounds 1189 >= 121 @ 0.070488
0.07/0.11	c bounds 1189 >= 122 @ 0.070488
0.07/0.11	c bounds 1189 >= 123 @ 0.070617
0.07/0.11	c bounds 1189 >= 124 @ 0.070837
0.07/0.11	c bounds 1189 >= 125 @ 0.07105
0.07/0.11	c bounds 1189 >= 126 @ 0.071266
0.07/0.11	c bounds 1189 >= 127 @ 0.071455
0.07/0.11	c bounds 1189 >= 128 @ 0.071677
0.07/0.11	c bounds 1189 >= 129 @ 0.071896
0.07/0.11	c bounds 1189 >= 130 @ 0.072109
0.07/0.11	c bounds 1189 >= 131 @ 0.072324
0.07/0.11	c bounds 1189 >= 132 @ 0.072526
0.07/0.11	c bounds 1189 >= 133 @ 0.07274
0.07/0.11	c bounds 1189 >= 134 @ 0.072951
0.07/0.11	c bounds 1189 >= 135 @ 0.073165
0.07/0.12	c bounds 1189 >= 136 @ 0.073379
0.07/0.12	c bounds 1189 >= 137 @ 0.073592
0.07/0.12	c bounds 1189 >= 138 @ 0.07381
0.07/0.12	c bounds 1189 >= 139 @ 0.074024
0.07/0.12	c bounds 1189 >= 140 @ 0.074239
0.07/0.12	c bounds 1189 >= 141 @ 0.074455
0.07/0.12	c bounds 1189 >= 142 @ 0.074667
0.07/0.12	c bounds 1189 >= 143 @ 0.074881
0.07/0.12	c bounds 1189 >= 144 @ 0.075094
0.07/0.12	c bounds 1189 >= 145 @ 0.07531
0.07/0.12	c bounds 1189 >= 146 @ 0.07553
0.07/0.12	c bounds 1189 >= 147 @ 0.075746
0.07/0.12	c bounds 1189 >= 148 @ 0.075963
0.07/0.12	c bounds 1189 >= 149 @ 0.076177
0.07/0.12	c bounds 1189 >= 150 @ 0.076391
0.07/0.12	c bounds 1189 >= 151 @ 0.076607
0.07/0.12	c bounds 1189 >= 152 @ 0.076823
0.07/0.12	c bounds 1189 >= 153 @ 0.077038
0.07/0.12	c bounds 1189 >= 154 @ 0.077256
0.07/0.12	c bounds 1189 >= 155 @ 0.077472
0.07/0.12	c bounds 1189 >= 156 @ 0.077686
0.07/0.12	c bounds 1189 >= 157 @ 0.077901
0.07/0.12	c bounds 1189 >= 158 @ 0.078115
0.07/0.12	c bounds 1189 >= 159 @ 0.078331
0.07/0.12	c bounds 1189 >= 160 @ 0.078546
0.07/0.12	c bounds 1189 >= 161 @ 0.078761
0.07/0.12	c bounds 1189 >= 162 @ 0.078978
0.07/0.12	c bounds 1189 >= 163 @ 0.079187
0.07/0.12	c bounds 1189 >= 164 @ 0.079395
0.07/0.12	c bounds 1189 >= 165 @ 0.079609
0.07/0.12	c bounds 1189 >= 166 @ 0.079826
0.07/0.12	c bounds 1189 >= 167 @ 0.08004
0.07/0.12	c bounds 1189 >= 168 @ 0.080254
0.07/0.12	c bounds 1189 >= 169 @ 0.080465
0.07/0.12	c bounds 1189 >= 170 @ 0.08068
0.07/0.12	c bounds 1189 >= 171 @ 0.080889
0.07/0.12	c bounds 1189 >= 172 @ 0.081105
0.07/0.12	c bounds 1189 >= 173 @ 0.081319
0.07/0.12	c bounds 1189 >= 174 @ 0.081543
0.07/0.12	c bounds 1189 >= 175 @ 0.081752
0.07/0.12	c bounds 1189 >= 176 @ 0.081966
0.07/0.12	c bounds 1189 >= 177 @ 0.082177
0.07/0.12	c bounds 1189 >= 178 @ 0.082387
0.07/0.12	c bounds 1189 >= 179 @ 0.0826
0.07/0.12	c bounds 1189 >= 180 @ 0.082815
0.07/0.12	c bounds 1189 >= 181 @ 0.083031
0.07/0.12	c bounds 1189 >= 182 @ 0.083244
0.07/0.13	c bounds 1189 >= 183 @ 0.083452
0.07/0.13	c bounds 1189 >= 184 @ 0.083663
0.07/0.13	c bounds 1189 >= 185 @ 0.083877
0.07/0.13	c bounds 1189 >= 186 @ 0.084094
0.07/0.13	c bounds 1189 >= 187 @ 0.084307
0.07/0.13	c bounds 1189 >= 188 @ 0.084522
0.07/0.13	c bounds 1189 >= 189 @ 0.084737
0.07/0.13	c bounds 1189 >= 190 @ 0.084952
0.07/0.13	c bounds 1189 >= 191 @ 0.085159
0.07/0.13	c bounds 1189 >= 192 @ 0.085368
0.07/0.13	c bounds 1189 >= 193 @ 0.08558
0.07/0.13	c bounds 1189 >= 194 @ 0.085787
0.07/0.13	c bounds 1189 >= 195 @ 0.086
0.07/0.13	c bounds 1189 >= 196 @ 0.08621
0.07/0.13	c bounds 1189 >= 197 @ 0.086415
0.07/0.13	c bounds 1189 >= 198 @ 0.086628
0.07/0.13	c bounds 1189 >= 199 @ 0.086841
0.07/0.13	c bounds 1189 >= 200 @ 0.087056
0.07/0.13	c bounds 1189 >= 201 @ 0.08727
0.07/0.13	c bounds 1189 >= 202 @ 0.087481
0.07/0.13	c bounds 1189 >= 203 @ 0.087688
0.07/0.13	c bounds 1189 >= 204 @ 0.087898
0.07/0.13	c bounds 1189 >= 205 @ 0.088111
0.07/0.13	c bounds 1189 >= 206 @ 0.088327
0.07/0.13	c bounds 1189 >= 207 @ 0.088532
0.07/0.13	c bounds 1189 >= 208 @ 0.088742
0.07/0.13	c bounds 1189 >= 209 @ 0.088955
0.07/0.13	c bounds 1189 >= 210 @ 0.089168
0.07/0.13	c bounds 1189 >= 211 @ 0.089379
0.07/0.13	c bounds 1189 >= 212 @ 0.089588
0.07/0.13	c bounds 1189 >= 213 @ 0.089804
0.07/0.13	c bounds 1189 >= 214 @ 0.090016
0.07/0.14	c bounds 1188 >= 214 @ 0.092369
0.07/0.14	c bounds 1188 >= 215 @ 0.092602
0.07/0.14	c bounds 1188 >= 216 @ 0.092817
0.07/0.14	c bounds 1188 >= 217 @ 0.093034
0.07/0.14	c bounds 1188 >= 218 @ 0.093248
0.07/0.14	c bounds 1188 >= 219 @ 0.093463
0.07/0.14	c bounds 1188 >= 220 @ 0.093673
0.07/0.14	c bounds 1188 >= 221 @ 0.093892
0.07/0.14	c bounds 1188 >= 222 @ 0.094108
0.07/0.14	c bounds 1188 >= 223 @ 0.094323
0.07/0.14	c bounds 1188 >= 224 @ 0.094526
0.07/0.14	c bounds 1188 >= 225 @ 0.09474
0.07/0.14	c bounds 1188 >= 226 @ 0.094954
0.07/0.14	c bounds 1188 >= 227 @ 0.095168
0.07/0.14	c bounds 1188 >= 228 @ 0.095382
0.07/0.14	c bounds 1188 >= 229 @ 0.095594
0.07/0.14	c bounds 1188 >= 230 @ 0.09581
0.07/0.14	c bounds 1188 >= 231 @ 0.096027
0.07/0.14	c bounds 1188 >= 232 @ 0.096243
0.07/0.14	c bounds 1188 >= 233 @ 0.09646
0.07/0.14	c bounds 1188 >= 234 @ 0.096678
0.07/0.14	c bounds 1188 >= 235 @ 0.096895
0.07/0.14	c bounds 1188 >= 236 @ 0.097109
0.07/0.14	c bounds 1188 >= 237 @ 0.097324
0.07/0.14	c bounds 1188 >= 238 @ 0.097538
0.07/0.14	c bounds 1188 >= 239 @ 0.097757
0.07/0.14	c bounds 1188 >= 240 @ 0.097972
0.07/0.14	c bounds 1188 >= 241 @ 0.098187
0.07/0.14	c bounds 1188 >= 242 @ 0.098397
0.07/0.14	c bounds 1188 >= 243 @ 0.09862
0.07/0.14	c bounds 1188 >= 244 @ 0.09884
0.07/0.14	c bounds 1188 >= 245 @ 0.09906
0.07/0.14	c bounds 1188 >= 246 @ 0.099287
0.07/0.14	c bounds 1188 >= 247 @ 0.099361
0.07/0.14	c bounds 1188 >= 248 @ 0.099361
0.07/0.14	c bounds 1188 >= 249 @ 0.099361
0.07/0.14	c bounds 1188 >= 250 @ 0.099361
0.07/0.14	c bounds 1188 >= 251 @ 0.099373
0.07/0.14	c bounds 1188 >= 252 @ 0.09959
0.07/0.14	c bounds 1188 >= 253 @ 0.099803
0.07/0.14	c bounds 1188 >= 254 @ 0.100017
0.07/0.14	c bounds 1188 >= 255 @ 0.100238
0.07/0.15	c bounds 1188 >= 256 @ 0.100452
0.07/0.15	c bounds 1188 >= 257 @ 0.101061
0.07/0.15	c bounds 1188 >= 258 @ 0.101279
0.07/0.15	c bounds 1188 >= 259 @ 0.101492
0.07/0.15	c bounds 1188 >= 260 @ 0.101709
0.07/0.15	c bounds 1188 >= 261 @ 0.101925
0.07/0.15	c bounds 1188 >= 262 @ 0.102141
0.07/0.15	c bounds 1188 >= 263 @ 0.102356
0.07/0.15	c bounds 1188 >= 264 @ 0.102356
0.07/0.15	c bounds 1188 >= 265 @ 0.102356
0.07/0.15	c bounds 1188 >= 266 @ 0.102356
0.07/0.15	c bounds 1188 >= 267 @ 0.102356
0.07/0.15	c bounds 1188 >= 268 @ 0.10249
0.07/0.15	c bounds 1188 >= 269 @ 0.102713
0.07/0.15	c bounds 1188 >= 270 @ 0.102953
0.07/0.15	c bounds 1188 >= 271 @ 0.103169
0.07/0.15	c bounds 1188 >= 272 @ 0.103351
0.07/0.15	c bounds 1188 >= 273 @ 0.103571
0.07/0.15	c bounds 1188 >= 274 @ 0.103786
0.07/0.15	c bounds 1188 >= 275 @ 0.104005
0.07/0.15	c bounds 1188 >= 276 @ 0.104231
0.07/0.15	c bounds 1188 >= 277 @ 0.104449
0.07/0.15	c bounds 1188 >= 278 @ 0.10467
0.07/0.15	c bounds 1188 >= 279 @ 0.104887
0.07/0.15	c bounds 1188 >= 280 @ 0.105107
0.07/0.15	c bounds 1188 >= 281 @ 0.105333
0.07/0.15	c bounds 1188 >= 282 @ 0.105552
0.07/0.15	c bounds 1188 >= 283 @ 0.105766
0.07/0.15	c bounds 1188 >= 284 @ 0.10598
0.07/0.15	c bounds 1188 >= 285 @ 0.106205
0.07/0.15	c bounds 1188 >= 286 @ 0.106424
0.07/0.15	c bounds 1188 >= 287 @ 0.106636
0.07/0.15	c bounds 1188 >= 288 @ 0.106853
0.07/0.15	c bounds 1188 >= 289 @ 0.107071
0.07/0.15	c bounds 1188 >= 290 @ 0.107288
0.07/0.15	c bounds 1188 >= 291 @ 0.107342
0.07/0.15	c bounds 1188 >= 292 @ 0.107342
0.07/0.15	c bounds 1188 >= 293 @ 0.107342
0.07/0.15	c bounds 1188 >= 294 @ 0.107342
0.07/0.15	c bounds 1188 >= 295 @ 0.107388
0.07/0.15	c bounds 1188 >= 296 @ 0.107602
0.07/0.15	c bounds 1188 >= 297 @ 0.107819
0.07/0.15	c bounds 1188 >= 298 @ 0.108035
0.07/0.16	c bounds 1188 >= 299 @ 0.108255
0.07/0.16	c bounds 1188 >= 300 @ 0.10847
0.07/0.16	c bounds 1188 >= 301 @ 0.10868
0.07/0.16	c bounds 1188 >= 302 @ 0.108891
0.07/0.16	c bounds 1188 >= 303 @ 0.10911
0.07/0.16	c bounds 1188 >= 304 @ 0.10932
0.07/0.16	c bounds 1188 >= 305 @ 0.109538
0.07/0.16	c bounds 1188 >= 306 @ 0.109757
0.07/0.16	c bounds 1188 >= 307 @ 0.109974
0.07/0.16	c bounds 1188 >= 308 @ 0.110187
0.07/0.16	c bounds 1188 >= 309 @ 0.110404
0.07/0.16	c bounds 1188 >= 310 @ 0.11062
0.07/0.16	c bounds 1188 >= 311 @ 0.110836
0.07/0.16	c bounds 1188 >= 312 @ 0.111047
0.07/0.16	c bounds 1188 >= 313 @ 0.111265
0.07/0.16	c bounds 1188 >= 314 @ 0.111482
0.07/0.16	c bounds 1188 >= 315 @ 0.111706
0.07/0.16	c bounds 1188 >= 316 @ 0.111919
0.07/0.16	c bounds 1188 >= 317 @ 0.112137
0.07/0.16	c bounds 1188 >= 318 @ 0.112351
0.07/0.16	c bounds 1188 >= 319 @ 0.112574
0.07/0.16	c bounds 1188 >= 320 @ 0.112803
0.07/0.16	c bounds 1188 >= 321 @ 0.113026
0.07/0.16	c bounds 1188 >= 322 @ 0.113243
0.07/0.16	c bounds 1188 >= 323 @ 0.113459
0.07/0.16	c bounds 1188 >= 324 @ 0.113681
0.07/0.16	c bounds 1188 >= 325 @ 0.113903
0.07/0.16	c bounds 1188 >= 326 @ 0.114125
0.07/0.16	c bounds 1188 >= 327 @ 0.114348
0.07/0.16	c bounds 1188 >= 328 @ 0.114569
0.07/0.16	c bounds 1188 >= 329 @ 0.11479
0.07/0.16	c bounds 1188 >= 330 @ 0.11501
0.07/0.16	c bounds 1188 >= 331 @ 0.115227
0.07/0.16	c bounds 1188 >= 332 @ 0.115449
0.07/0.16	c bounds 1188 >= 333 @ 0.115672
0.07/0.16	c bounds 1188 >= 334 @ 0.115895
0.07/0.16	c bounds 1188 >= 335 @ 0.116129
0.07/0.16	c bounds 1188 >= 336 @ 0.11635
0.07/0.16	c bounds 1188 >= 337 @ 0.116574
0.07/0.16	c bounds 1188 >= 338 @ 0.116797
0.07/0.16	c bounds 1188 >= 339 @ 0.11702
0.07/0.16	c bounds 1188 >= 340 @ 0.11724
0.07/0.16	c bounds 1188 >= 341 @ 0.11724
0.07/0.16	c bounds 1188 >= 342 @ 0.11724
0.07/0.16	c bounds 1188 >= 343 @ 0.11724
0.07/0.17	c bounds 1188 >= 344 @ 0.117288
0.07/0.17	c bounds 1188 >= 345 @ 0.117515
0.07/0.17	c bounds 1188 >= 346 @ 0.117741
0.07/0.17	c bounds 1188 >= 347 @ 0.117964
0.07/0.17	c bounds 1188 >= 348 @ 0.118189
0.07/0.17	c bounds 1188 >= 349 @ 0.118411
0.07/0.17	c bounds 1188 >= 350 @ 0.11863
0.07/0.17	c bounds 1188 >= 351 @ 0.118852
0.07/0.17	c bounds 1188 >= 352 @ 0.11907
0.07/0.17	c bounds 1188 >= 353 @ 0.119282
0.07/0.17	c bounds 1188 >= 354 @ 0.119507
0.07/0.17	c bounds 1188 >= 355 @ 0.119723
0.07/0.17	c bounds 1188 >= 356 @ 0.119945
0.07/0.17	c bounds 1188 >= 357 @ 0.120159
0.07/0.17	c bounds 1188 >= 358 @ 0.120381
0.07/0.17	c bounds 1188 >= 359 @ 0.1206
0.07/0.17	c bounds 1188 >= 360 @ 0.120822
0.07/0.17	c bounds 1188 >= 361 @ 0.121043
0.07/0.17	c bounds 1188 >= 362 @ 0.121272
0.07/0.17	c bounds 1188 >= 363 @ 0.121505
0.07/0.17	c bounds 1188 >= 364 @ 0.121731
0.07/0.17	c bounds 1188 >= 365 @ 0.121958
0.07/0.17	c bounds 1188 >= 366 @ 0.122183
0.07/0.17	c bounds 1188 >= 367 @ 0.122405
0.07/0.17	c bounds 1188 >= 368 @ 0.122629
0.07/0.17	c bounds 1188 >= 369 @ 0.122862
0.07/0.17	c bounds 1188 >= 370 @ 0.1231
0.07/0.17	c bounds 1188 >= 371 @ 0.123317
0.07/0.17	c bounds 1188 >= 372 @ 0.123544
0.07/0.17	c bounds 1188 >= 373 @ 0.123767
0.07/0.17	c bounds 1188 >= 374 @ 0.123997
0.07/0.17	c bounds 1188 >= 375 @ 0.12422
0.07/0.17	c bounds 1188 >= 376 @ 0.124283
0.07/0.17	c bounds 1188 >= 377 @ 0.124283
0.07/0.17	c bounds 1188 >= 378 @ 0.124283
0.07/0.17	c bounds 1188 >= 379 @ 0.124283
0.07/0.17	c bounds 1188 >= 380 @ 0.12442
0.07/0.17	c bounds 1188 >= 381 @ 0.124637
0.07/0.17	c bounds 1188 >= 382 @ 0.124862
0.07/0.17	c bounds 1188 >= 383 @ 0.125057
0.07/0.17	c bounds 1188 >= 384 @ 0.125241
0.07/0.17	c bounds 1188 >= 385 @ 0.125463
0.07/0.17	c bounds 1188 >= 386 @ 0.125686
0.07/0.17	c bounds 1188 >= 387 @ 0.125904
0.07/0.17	c bounds 1188 >= 388 @ 0.126132
0.07/0.18	c bounds 1188 >= 389 @ 0.12636
0.07/0.18	c bounds 1188 >= 390 @ 0.126584
0.07/0.18	c bounds 1188 >= 391 @ 0.126812
0.07/0.18	c bounds 1188 >= 392 @ 0.127036
0.07/0.18	c bounds 1188 >= 393 @ 0.127251
0.07/0.18	c bounds 1188 >= 394 @ 0.127471
0.07/0.18	c bounds 1188 >= 395 @ 0.127686
0.07/0.18	c bounds 1188 >= 396 @ 0.127908
0.07/0.18	c bounds 1188 >= 397 @ 0.128134
0.07/0.18	c bounds 1188 >= 398 @ 0.12836
0.07/0.18	c bounds 1188 >= 399 @ 0.128588
0.07/0.18	c bounds 1188 >= 400 @ 0.128815
0.07/0.18	c bounds 1188 >= 401 @ 0.129038
0.07/0.18	c bounds 1188 >= 402 @ 0.12926
0.07/0.18	c bounds 1188 >= 403 @ 0.12926
0.07/0.18	c bounds 1188 >= 404 @ 0.12926
0.07/0.18	c bounds 1188 >= 405 @ 0.12926
0.07/0.18	c bounds 1188 >= 406 @ 0.12926
0.07/0.18	c bounds 1188 >= 407 @ 0.12941
0.07/0.18	c bounds 1188 >= 408 @ 0.129635
0.07/0.18	c bounds 1188 >= 409 @ 0.129867
0.07/0.18	c bounds 1188 >= 410 @ 0.13011
0.07/0.18	c bounds 1188 >= 411 @ 0.130344
0.07/0.18	c bounds 1188 >= 412 @ 0.13057
0.07/0.18	c bounds 1188 >= 413 @ 0.130796
0.07/0.18	c bounds 1188 >= 414 @ 0.131024
0.07/0.18	c bounds 1188 >= 415 @ 0.131246
0.07/0.18	c bounds 1188 >= 416 @ 0.131472
0.07/0.18	c bounds 1188 >= 417 @ 0.1317
0.07/0.18	c bounds 1188 >= 418 @ 0.131933
0.07/0.18	c bounds 1188 >= 419 @ 0.132174
0.07/0.18	c bounds 1188 >= 420 @ 0.132398
0.07/0.18	c bounds 1188 >= 421 @ 0.132628
0.07/0.18	c bounds 1188 >= 422 @ 0.132854
0.07/0.18	c bounds 1188 >= 423 @ 0.133074
0.07/0.18	c bounds 1188 >= 424 @ 0.133297
0.07/0.18	c bounds 1188 >= 425 @ 0.133522
0.07/0.18	c bounds 1188 >= 426 @ 0.133747
0.07/0.18	c bounds 1188 >= 427 @ 0.133974
0.07/0.18	c bounds 1188 >= 428 @ 0.1342
0.07/0.18	c bounds 1188 >= 429 @ 0.134258
0.07/0.18	c bounds 1188 >= 430 @ 0.134258
0.07/0.18	c bounds 1188 >= 431 @ 0.134258
0.07/0.18	c bounds 1188 >= 432 @ 0.134258
0.07/0.19	c bounds 1188 >= 433 @ 0.134395
0.07/0.19	c bounds 1188 >= 434 @ 0.13462
0.07/0.19	c bounds 1188 >= 435 @ 0.134846
0.07/0.19	c bounds 1188 >= 436 @ 0.13505
0.07/0.19	c bounds 1188 >= 437 @ 0.135243
0.07/0.19	c bounds 1188 >= 438 @ 0.135487
0.07/0.19	c bounds 1188 >= 439 @ 0.135715
0.07/0.19	c bounds 1188 >= 440 @ 0.13595
0.07/0.19	c bounds 1188 >= 441 @ 0.13618
0.07/0.19	c bounds 1188 >= 442 @ 0.136404
0.07/0.19	c bounds 1188 >= 443 @ 0.136631
0.07/0.19	c bounds 1188 >= 444 @ 0.136852
0.07/0.19	c bounds 1188 >= 445 @ 0.137084
0.07/0.19	c bounds 1188 >= 446 @ 0.137325
0.07/0.19	c bounds 1188 >= 447 @ 0.137555
0.07/0.19	c bounds 1188 >= 448 @ 0.13778
0.07/0.19	c bounds 1188 >= 449 @ 0.138009
0.07/0.19	c bounds 1188 >= 450 @ 0.138234
0.07/0.19	c bounds 1188 >= 451 @ 0.138463
0.07/0.19	c bounds 1188 >= 452 @ 0.138695
0.07/0.19	c bounds 1188 >= 453 @ 0.138941
0.07/0.19	c bounds 1188 >= 454 @ 0.139167
0.07/0.19	c bounds 1188 >= 455 @ 0.139394
0.07/0.19	c bounds 1188 >= 456 @ 0.139621
0.07/0.19	c bounds 1188 >= 457 @ 0.139854
0.07/0.19	c bounds 1188 >= 458 @ 0.140079
0.07/0.19	c bounds 1188 >= 459 @ 0.140303
0.07/0.19	c bounds 1188 >= 460 @ 0.140532
0.07/0.19	c bounds 1187 >= 460 @ 0.143998
0.07/0.20	c bounds 1187 >= 461 @ 0.144236
0.07/0.20	c bounds 1187 >= 462 @ 0.144459
0.07/0.20	c bounds 1187 >= 463 @ 0.144677
0.07/0.20	c bounds 1187 >= 464 @ 0.144895
0.07/0.20	c bounds 1187 >= 465 @ 0.145123
0.07/0.20	c bounds 1187 >= 466 @ 0.145347
0.07/0.20	c bounds 1187 >= 467 @ 0.145566
0.07/0.20	c bounds 1187 >= 468 @ 0.14579
0.07/0.20	c bounds 1187 >= 469 @ 0.146011
0.07/0.20	c bounds 1187 >= 470 @ 0.146235
0.07/0.20	c bounds 1187 >= 471 @ 0.146457
0.07/0.20	c bounds 1187 >= 472 @ 0.146693
0.07/0.20	c bounds 1187 >= 473 @ 0.146921
0.07/0.20	c bounds 1187 >= 474 @ 0.147149
0.07/0.20	c bounds 1187 >= 475 @ 0.147368
0.07/0.20	c bounds 1187 >= 476 @ 0.147599
0.07/0.20	c bounds 1187 >= 477 @ 0.147837
0.07/0.20	c bounds 1187 >= 478 @ 0.148061
0.07/0.20	c bounds 1187 >= 479 @ 0.148296
0.07/0.20	c bounds 1187 >= 480 @ 0.148534
0.07/0.20	c bounds 1187 >= 481 @ 0.148757
0.07/0.20	c bounds 1187 >= 482 @ 0.148976
0.07/0.20	c bounds 1187 >= 483 @ 0.149195
0.07/0.20	c bounds 1187 >= 484 @ 0.149425
0.07/0.20	c bounds 1187 >= 485 @ 0.14965
0.07/0.20	c bounds 1187 >= 486 @ 0.149872
0.07/0.20	c bounds 1187 >= 487 @ 0.15009
0.07/0.20	c bounds 1187 >= 488 @ 0.15031
0.17/0.21	c bounds 1187 >= 489 @ 0.150532
0.17/0.21	c bounds 1187 >= 490 @ 0.150758
0.17/0.21	c bounds 1187 >= 491 @ 0.150981
0.17/0.21	c bounds 1187 >= 492 @ 0.151211
0.17/0.21	c bounds 1187 >= 493 @ 0.151436
0.17/0.21	c bounds 1187 >= 494 @ 0.15166
0.17/0.21	c bounds 1187 >= 495 @ 0.15188
0.17/0.21	c bounds 1187 >= 496 @ 0.152099
0.17/0.21	c bounds 1187 >= 497 @ 0.152317
0.17/0.21	c bounds 1187 >= 498 @ 0.152542
0.17/0.21	c bounds 1187 >= 499 @ 0.152765
0.17/0.21	c bounds 1187 >= 500 @ 0.152987
0.17/0.21	c bounds 1187 >= 501 @ 0.15322
0.17/0.21	c bounds 1187 >= 502 @ 0.153449
0.17/0.21	c bounds 1187 >= 503 @ 0.153669
0.17/0.21	c bounds 1187 >= 504 @ 0.153889
0.17/0.21	c bounds 1187 >= 505 @ 0.154117
0.17/0.21	c bounds 1187 >= 506 @ 0.154183
0.17/0.21	c bounds 1187 >= 507 @ 0.154183
0.17/0.21	c bounds 1187 >= 508 @ 0.154183
0.17/0.21	c bounds 1187 >= 509 @ 0.154183
0.17/0.21	c bounds 1187 >= 510 @ 0.154324
0.17/0.21	c bounds 1187 >= 511 @ 0.154549
0.17/0.21	c bounds 1187 >= 512 @ 0.154785
0.17/0.21	c bounds 1187 >= 513 @ 0.154992
0.17/0.21	c bounds 1187 >= 514 @ 0.155186
0.17/0.21	c bounds 1187 >= 515 @ 0.155409
0.17/0.21	c bounds 1187 >= 516 @ 0.155638
0.17/0.21	c bounds 1187 >= 517 @ 0.155862
0.17/0.21	c bounds 1187 >= 518 @ 0.15609
0.17/0.21	c bounds 1187 >= 519 @ 0.156317
0.17/0.21	c bounds 1187 >= 520 @ 0.15654
0.17/0.21	c bounds 1187 >= 521 @ 0.156761
0.17/0.21	c bounds 1187 >= 522 @ 0.156996
0.17/0.21	c bounds 1187 >= 523 @ 0.157084
0.17/0.21	c bounds 1187 >= 524 @ 0.157084
0.17/0.21	c bounds 1187 >= 525 @ 0.157084
0.17/0.21	c bounds 1187 >= 526 @ 0.157084
0.17/0.21	c bounds 1187 >= 527 @ 0.157255
0.17/0.21	c bounds 1187 >= 528 @ 0.157482
0.17/0.21	c bounds 1187 >= 529 @ 0.157711
0.17/0.21	c bounds 1187 >= 530 @ 0.157939
0.17/0.21	c bounds 1187 >= 531 @ 0.158158
0.17/0.21	c bounds 1187 >= 532 @ 0.158385
0.17/0.21	c bounds 1187 >= 533 @ 0.158615
0.17/0.21	c bounds 1187 >= 534 @ 0.158838
0.17/0.21	c bounds 1187 >= 535 @ 0.159062
0.17/0.21	c bounds 1187 >= 536 @ 0.15931
0.17/0.21	c bounds 1187 >= 537 @ 0.159535
0.17/0.21	c bounds 1187 >= 538 @ 0.159769
0.17/0.21	c bounds 1187 >= 539 @ 0.159994
0.17/0.21	c bounds 1187 >= 540 @ 0.160213
0.17/0.21	c bounds 1187 >= 541 @ 0.16044
0.17/0.21	c bounds 1187 >= 542 @ 0.160665
0.17/0.21	c bounds 1187 >= 543 @ 0.160895
0.17/0.21	c bounds 1187 >= 544 @ 0.161121
0.17/0.21	c bounds 1187 >= 545 @ 0.161349
0.17/0.21	c bounds 1187 >= 546 @ 0.161576
0.17/0.21	c bounds 1187 >= 547 @ 0.161804
0.17/0.21	c bounds 1187 >= 548 @ 0.162031
0.17/0.22	c bounds 1187 >= 549 @ 0.162263
0.17/0.22	c bounds 1187 >= 550 @ 0.162499
0.17/0.22	c bounds 1187 >= 551 @ 0.162731
0.17/0.22	c bounds 1187 >= 552 @ 0.162955
0.17/0.22	c bounds 1187 >= 553 @ 0.163189
0.17/0.22	c bounds 1187 >= 554 @ 0.163469
0.17/0.22	c bounds 1187 >= 555 @ 0.163704
0.17/0.22	c bounds 1187 >= 556 @ 0.163931
0.17/0.22	c bounds 1187 >= 557 @ 0.164155
0.17/0.22	c bounds 1187 >= 558 @ 0.164155
0.17/0.22	c bounds 1187 >= 559 @ 0.164155
0.17/0.22	c bounds 1187 >= 560 @ 0.164155
0.17/0.22	c bounds 1187 >= 561 @ 0.164155
0.17/0.22	c bounds 1187 >= 562 @ 0.164331
0.17/0.22	c bounds 1187 >= 563 @ 0.164568
0.17/0.22	c bounds 1187 >= 564 @ 0.164804
0.17/0.22	c bounds 1187 >= 565 @ 0.165036
0.17/0.22	c bounds 1187 >= 566 @ 0.165269
0.17/0.22	c bounds 1187 >= 567 @ 0.1655
0.17/0.22	c bounds 1187 >= 568 @ 0.165737
0.17/0.22	c bounds 1187 >= 569 @ 0.165975
0.17/0.22	c bounds 1187 >= 570 @ 0.166212
0.17/0.22	c bounds 1187 >= 571 @ 0.166451
0.17/0.22	c bounds 1187 >= 572 @ 0.166685
0.17/0.22	c bounds 1187 >= 573 @ 0.166917
0.17/0.22	c bounds 1187 >= 574 @ 0.167143
0.17/0.22	c bounds 1187 >= 575 @ 0.167143
0.17/0.22	c bounds 1187 >= 576 @ 0.167143
0.17/0.22	c bounds 1187 >= 577 @ 0.167143
0.17/0.22	c bounds 1187 >= 578 @ 0.167143
0.17/0.22	c bounds 1187 >= 579 @ 0.167158
0.17/0.22	c bounds 1187 >= 580 @ 0.167158
0.17/0.22	c bounds 1187 >= 581 @ 0.167158
0.17/0.22	c bounds 1187 >= 582 @ 0.167158
0.17/0.22	c bounds 1187 >= 583 @ 0.167299
0.17/0.22	c bounds 1187 >= 584 @ 0.167531
0.17/0.22	c bounds 1187 >= 585 @ 0.16777
0.17/0.22	c bounds 1187 >= 586 @ 0.168007
0.17/0.22	c bounds 1187 >= 587 @ 0.168253
0.17/0.22	c bounds 1187 >= 588 @ 0.1685
0.17/0.22	c bounds 1187 >= 589 @ 0.168739
0.17/0.22	c bounds 1187 >= 590 @ 0.168974
0.17/0.23	c bounds 1187 >= 591 @ 0.169195
0.17/0.23	c bounds 1187 >= 592 @ 0.169437
0.17/0.23	c bounds 1187 >= 593 @ 0.169676
0.17/0.23	c bounds 1187 >= 594 @ 0.169912
0.17/0.23	c bounds 1187 >= 595 @ 0.170157
0.17/0.23	c bounds 1187 >= 596 @ 0.170397
0.17/0.23	c bounds 1187 >= 597 @ 0.170636
0.17/0.23	c bounds 1187 >= 598 @ 0.170876
0.17/0.23	c bounds 1187 >= 599 @ 0.171118
0.17/0.23	c bounds 1186 >= 599 @ 0.175405
0.17/0.23	c bounds 1186 >= 600 @ 0.175674
0.17/0.23	c bounds 1186 >= 601 @ 0.175924
0.17/0.23	c bounds 1186 >= 602 @ 0.176168
0.17/0.23	c bounds 1186 >= 603 @ 0.17641
0.17/0.23	c bounds 1186 >= 604 @ 0.176646
0.17/0.23	c bounds 1186 >= 605 @ 0.176881
0.17/0.23	c bounds 1186 >= 606 @ 0.177126
0.17/0.23	c bounds 1186 >= 607 @ 0.177126
0.17/0.23	c bounds 1186 >= 608 @ 0.177126
0.17/0.23	c bounds 1186 >= 609 @ 0.177126
0.17/0.24	c bounds 1186 >= 610 @ 0.177133
0.17/0.24	c bounds 1186 >= 611 @ 0.177133
0.17/0.24	c bounds 1186 >= 612 @ 0.177133
0.17/0.24	c bounds 1186 >= 613 @ 0.177133
0.17/0.24	c bounds 1186 >= 614 @ 0.177175
0.17/0.24	c bounds 1186 >= 615 @ 0.177433
0.17/0.24	c bounds 1186 >= 616 @ 0.177684
0.17/0.24	c bounds 1186 >= 617 @ 0.177925
0.17/0.24	c bounds 1186 >= 618 @ 0.178164
0.17/0.24	c bounds 1186 >= 619 @ 0.178416
0.17/0.24	c bounds 1186 >= 620 @ 0.178666
0.17/0.24	c bounds 1186 >= 621 @ 0.178909
0.17/0.24	c bounds 1186 >= 622 @ 0.179154
0.17/0.24	c bounds 1186 >= 623 @ 0.179396
0.17/0.24	c bounds 1186 >= 624 @ 0.179636
0.17/0.24	c bounds 1186 >= 625 @ 0.179882
0.17/0.24	c bounds 1186 >= 626 @ 0.18012
0.17/0.24	c bounds 1186 >= 627 @ 0.180385
0.17/0.24	c bounds 1186 >= 628 @ 0.180657
0.17/0.24	c bounds 1186 >= 629 @ 0.180902
0.17/0.24	c bounds 1186 >= 630 @ 0.181146
0.17/0.24	c bounds 1186 >= 631 @ 0.181391
0.17/0.24	c bounds 1186 >= 632 @ 0.181655
0.17/0.24	c bounds 1186 >= 633 @ 0.181899
0.17/0.24	c bounds 1186 >= 634 @ 0.182141
0.17/0.24	c bounds 1186 >= 635 @ 0.18239
0.17/0.24	c bounds 1186 >= 636 @ 0.182639
0.17/0.24	c bounds 1186 >= 637 @ 0.182885
0.17/0.24	c bounds 1186 >= 638 @ 0.183137
0.17/0.24	c bounds 1186 >= 639 @ 0.183386
0.17/0.24	c bounds 1186 >= 640 @ 0.183635
0.17/0.24	c bounds 1186 >= 641 @ 0.183888
0.17/0.24	c bounds 1186 >= 642 @ 0.184148
0.17/0.24	c bounds 1186 >= 643 @ 0.184416
0.17/0.24	c bounds 1186 >= 644 @ 0.184675
0.17/0.24	c bounds 1186 >= 645 @ 0.184925
0.17/0.24	c bounds 1186 >= 646 @ 0.185178
0.17/0.24	c bounds 1186 >= 647 @ 0.18543
0.17/0.24	c bounds 1186 >= 648 @ 0.185708
0.17/0.24	c bounds 1186 >= 649 @ 0.185956
0.17/0.25	c bounds 1186 >= 650 @ 0.186203
0.17/0.25	c bounds 1186 >= 651 @ 0.186452
0.17/0.25	c bounds 1186 >= 652 @ 0.186702
0.17/0.25	c bounds 1186 >= 653 @ 0.18696
0.17/0.25	c bounds 1186 >= 654 @ 0.187214
0.17/0.25	c bounds 1186 >= 655 @ 0.18747
0.17/0.25	c bounds 1186 >= 656 @ 0.187719
0.17/0.25	c bounds 1186 >= 657 @ 0.18798
0.17/0.25	c bounds 1186 >= 658 @ 0.188241
0.17/0.25	c bounds 1186 >= 659 @ 0.188494
0.17/0.25	c bounds 1186 >= 660 @ 0.188744
0.17/0.25	c bounds 1186 >= 661 @ 0.188997
0.17/0.25	c bounds 1186 >= 662 @ 0.189096
0.17/0.25	c bounds 1186 >= 663 @ 0.189096
0.17/0.25	c bounds 1186 >= 664 @ 0.189096
0.17/0.25	c bounds 1186 >= 665 @ 0.189096
0.17/0.25	c bounds 1186 >= 666 @ 0.189323
0.17/0.25	c bounds 1186 >= 667 @ 0.189584
0.17/0.25	c bounds 1186 >= 668 @ 0.189849
0.17/0.25	c bounds 1186 >= 669 @ 0.190114
0.17/0.25	c bounds 1186 >= 670 @ 0.19038
0.17/0.25	c bounds 1186 >= 671 @ 0.190638
0.17/0.25	c bounds 1186 >= 672 @ 0.190896
0.17/0.25	c bounds 1186 >= 673 @ 0.191018
0.17/0.25	c bounds 1186 >= 674 @ 0.191018
0.17/0.25	c bounds 1186 >= 675 @ 0.191018
0.17/0.25	c bounds 1186 >= 676 @ 0.191018
0.17/0.25	c bounds 1186 >= 677 @ 0.191246
0.17/0.25	c bounds 1186 >= 678 @ 0.191507
0.17/0.25	c bounds 1186 >= 679 @ 0.191763
0.17/0.25	c bounds 1186 >= 680 @ 0.192019
0.17/0.25	c bounds 1186 >= 681 @ 0.192096
0.17/0.25	c bounds 1186 >= 682 @ 0.192096
0.17/0.25	c bounds 1186 >= 683 @ 0.192096
0.17/0.25	c bounds 1186 >= 684 @ 0.192096
0.17/0.25	c bounds 1186 >= 685 @ 0.192363
0.17/0.25	c bounds 1186 >= 686 @ 0.192627
0.17/0.25	c bounds 1186 >= 687 @ 0.19289
0.17/0.26	c bounds 1186 >= 688 @ 0.193123
0.17/0.26	c bounds 1186 >= 689 @ 0.193388
0.17/0.26	c bounds 1186 >= 690 @ 0.193664
0.17/0.26	c bounds 1186 >= 691 @ 0.193924
0.17/0.26	c bounds 1186 >= 692 @ 0.194184
0.17/0.26	c bounds 1186 >= 693 @ 0.194452
0.17/0.26	c bounds 1186 >= 694 @ 0.194715
0.17/0.26	c bounds 1185 >= 694 @ 0.199279
0.17/0.26	c bounds 1185 >= 695 @ 0.199579
0.17/0.26	c bounds 1185 >= 696 @ 0.199844
0.17/0.26	c bounds 1185 >= 697 @ 0.200113
0.17/0.26	c bounds 1185 >= 698 @ 0.200374
0.17/0.26	c bounds 1185 >= 699 @ 0.200654
0.17/0.26	c bounds 1185 >= 700 @ 0.200916
0.17/0.26	c bounds 1185 >= 701 @ 0.201182
0.17/0.26	c bounds 1185 >= 702 @ 0.201451
0.17/0.26	c bounds 1185 >= 703 @ 0.201718
0.17/0.26	c bounds 1185 >= 704 @ 0.202001
0.17/0.26	c bounds 1185 >= 705 @ 0.202285
0.17/0.26	c bounds 1185 >= 706 @ 0.202552
0.17/0.26	c bounds 1185 >= 707 @ 0.202834
0.17/0.27	c bounds 1185 >= 708 @ 0.203102
0.17/0.27	c bounds 1185 >= 709 @ 0.203393
0.17/0.27	c bounds 1185 >= 710 @ 0.203666
0.17/0.27	c bounds 1185 >= 711 @ 0.203934
0.17/0.27	c bounds 1185 >= 712 @ 0.204208
0.17/0.27	c bounds 1185 >= 713 @ 0.204502
0.17/0.27	c bounds 1185 >= 714 @ 0.204794
0.17/0.27	c bounds 1185 >= 715 @ 0.205104
0.17/0.27	c bounds 1185 >= 716 @ 0.205388
0.17/0.27	c bounds 1185 >= 717 @ 0.205686
0.17/0.27	c bounds 1185 >= 718 @ 0.205966
0.17/0.27	c bounds 1185 >= 719 @ 0.206048
0.17/0.27	c bounds 1185 >= 720 @ 0.206048
0.17/0.27	c bounds 1185 >= 721 @ 0.206048
0.17/0.27	c bounds 1185 >= 722 @ 0.206192
0.17/0.27	c bounds 1185 >= 723 @ 0.206489
0.17/0.27	c bounds 1185 >= 724 @ 0.206757
0.17/0.27	c bounds 1185 >= 725 @ 0.207008
0.17/0.27	c bounds 1185 >= 726 @ 0.20729
0.17/0.27	c bounds 1185 >= 727 @ 0.207586
0.17/0.27	c bounds 1185 >= 728 @ 0.207867
0.17/0.27	c bounds 1185 >= 729 @ 0.208154
0.17/0.27	c bounds 1185 >= 730 @ 0.208449
0.17/0.27	c bounds 1185 >= 731 @ 0.208735
0.17/0.27	c bounds 1185 >= 732 @ 0.209035
0.17/0.27	c bounds 1185 >= 733 @ 0.209333
0.17/0.27	c bounds 1185 >= 734 @ 0.209627
0.17/0.27	c bounds 1185 >= 735 @ 0.20992
0.17/0.27	c bounds 1185 >= 736 @ 0.210208
0.17/0.27	c bounds 1185 >= 737 @ 0.210523
0.17/0.27	c bounds 1185 >= 738 @ 0.210832
0.17/0.27	c bounds 1185 >= 739 @ 0.21113
0.17/0.27	c bounds 1185 >= 740 @ 0.211426
0.17/0.27	c bounds 1185 >= 741 @ 0.211722
0.17/0.28	c bounds 1184 >= 741 @ 0.218403
0.17/0.28	c bounds 1184 >= 742 @ 0.218795
0.17/0.28	c bounds 1184 >= 743 @ 0.219107
0.17/0.28	c bounds 1184 >= 744 @ 0.219396
0.17/0.28	c bounds 1184 >= 745 @ 0.219701
0.17/0.28	c bounds 1184 >= 746 @ 0.220008
0.17/0.28	c bounds 1184 >= 747 @ 0.220311
0.17/0.28	c bounds 1184 >= 748 @ 0.220612
0.17/0.28	c bounds 1184 >= 749 @ 0.220931
0.17/0.28	c bounds 1184 >= 750 @ 0.220994
0.17/0.28	c bounds 1184 >= 751 @ 0.220994
0.17/0.28	c bounds 1184 >= 752 @ 0.220994
0.17/0.29	c bounds 1184 >= 753 @ 0.221153
0.17/0.29	c bounds 1184 >= 754 @ 0.221447
0.17/0.29	c bounds 1184 >= 755 @ 0.221739
0.17/0.29	c bounds 1184 >= 756 @ 0.222072
0.17/0.29	c bounds 1184 >= 757 @ 0.222378
0.17/0.29	c bounds 1184 >= 758 @ 0.222694
0.17/0.29	c bounds 1184 >= 759 @ 0.223007
0.17/0.29	c bounds 1184 >= 760 @ 0.223332
0.17/0.29	c bounds 1184 >= 761 @ 0.223658
0.17/0.29	c bounds 1184 >= 762 @ 0.223959
0.17/0.29	c bounds 1184 >= 763 @ 0.22434
0.17/0.29	c bounds 1184 >= 764 @ 0.224665
0.17/0.29	c bounds 1184 >= 765 @ 0.224966
0.17/0.29	c bounds 1184 >= 766 @ 0.225291
0.17/0.29	c bounds 1184 >= 767 @ 0.22561
0.17/0.29	c bounds 1184 >= 768 @ 0.225923
0.17/0.29	c bounds 1184 >= 769 @ 0.225978
0.17/0.29	c bounds 1184 >= 770 @ 0.225978
0.17/0.29	c bounds 1184 >= 771 @ 0.225978
0.17/0.29	c bounds 1184 >= 772 @ 0.225983
0.17/0.29	c bounds 1184 >= 773 @ 0.225983
0.17/0.29	c bounds 1184 >= 774 @ 0.225983
0.17/0.29	c bounds 1184 >= 775 @ 0.226152
0.17/0.29	c bounds 1184 >= 776 @ 0.226474
0.17/0.29	c bounds 1184 >= 777 @ 0.226788
0.17/0.29	c bounds 1184 >= 778 @ 0.227121
0.17/0.29	c bounds 1184 >= 779 @ 0.22743
0.17/0.29	c bounds 1184 >= 780 @ 0.227768
0.17/0.30	c bounds 1183 >= 780 @ 0.232022
0.17/0.30	c bounds 1183 >= 781 @ 0.232512
0.17/0.30	c bounds 1183 >= 782 @ 0.232839
0.17/0.30	c bounds 1183 >= 783 @ 0.233151
0.17/0.30	c bounds 1183 >= 784 @ 0.233483
0.17/0.30	c bounds 1183 >= 785 @ 0.233806
0.17/0.30	c bounds 1183 >= 786 @ 0.234123
0.17/0.30	c bounds 1183 >= 787 @ 0.234466
0.17/0.30	c bounds 1183 >= 788 @ 0.234807
0.17/0.30	c bounds 1183 >= 789 @ 0.235132
0.17/0.30	c bounds 1183 >= 790 @ 0.235479
0.17/0.30	c bounds 1183 >= 791 @ 0.23582
0.17/0.31	c bounds 1183 >= 792 @ 0.236153
0.17/0.31	c bounds 1183 >= 793 @ 0.236476
0.17/0.31	c bounds 1183 >= 794 @ 0.236794
0.17/0.31	c bounds 1183 >= 795 @ 0.237128
0.17/0.31	c bounds 1183 >= 796 @ 0.237457
0.27/0.31	c bounds 1183 >= 797 @ 0.2378
0.27/0.31	c bounds 1183 >= 798 @ 0.238137
0.27/0.31	c bounds 1183 >= 799 @ 0.238483
0.27/0.31	c bounds 1183 >= 800 @ 0.238797
0.27/0.31	c bounds 1183 >= 801 @ 0.239149
0.27/0.31	c bounds 1183 >= 802 @ 0.239493
0.27/0.31	c bounds 1183 >= 803 @ 0.239828
0.27/0.31	c bounds 1183 >= 804 @ 0.239945
0.27/0.31	c bounds 1183 >= 805 @ 0.239945
0.27/0.31	c bounds 1183 >= 806 @ 0.239945
0.27/0.31	c bounds 1183 >= 807 @ 0.240163
0.27/0.31	c bounds 1183 >= 808 @ 0.240505
0.27/0.31	c bounds 1183 >= 809 @ 0.24084
0.27/0.31	c bounds 1183 >= 810 @ 0.241174
0.27/0.31	c bounds 1183 >= 811 @ 0.241512
0.27/0.31	c bounds 1183 >= 812 @ 0.241853
0.27/0.31	c bounds 1183 >= 813 @ 0.242237
0.27/0.31	c bounds 1183 >= 814 @ 0.242581
0.27/0.31	c bounds 1183 >= 815 @ 0.242911
0.27/0.31	c bounds 1183 >= 816 @ 0.243257
0.27/0.33	c bounds 1182 >= 816 @ 0.257461
0.27/0.33	c bounds 1182 >= 817 @ 0.258359
0.27/0.33	c bounds 1182 >= 818 @ 0.258712
0.27/0.33	c bounds 1182 >= 819 @ 0.259066
0.27/0.33	c bounds 1182 >= 820 @ 0.259401
0.27/0.33	c bounds 1182 >= 821 @ 0.259767
0.27/0.33	c bounds 1182 >= 822 @ 0.260124
0.27/0.33	c bounds 1182 >= 823 @ 0.260461
0.27/0.33	c bounds 1182 >= 824 @ 0.260819
0.27/0.33	c bounds 1182 >= 825 @ 0.260881
0.27/0.33	c bounds 1182 >= 826 @ 0.260881
0.27/0.33	c bounds 1182 >= 827 @ 0.261048
0.27/0.33	c bounds 1182 >= 828 @ 0.261439
0.27/0.33	c bounds 1182 >= 829 @ 0.261803
0.27/0.33	c bounds 1182 >= 830 @ 0.26188
0.27/0.33	c bounds 1182 >= 831 @ 0.26188
0.27/0.34	c bounds 1182 >= 832 @ 0.261926
0.27/0.34	c bounds 1182 >= 833 @ 0.262269
0.27/0.34	c bounds 1182 >= 834 @ 0.262645
0.27/0.34	c bounds 1182 >= 835 @ 0.26306
0.27/0.34	c bounds 1182 >= 836 @ 0.263449
0.27/0.34	c bounds 1182 >= 837 @ 0.263834
0.27/0.34	c bounds 1182 >= 838 @ 0.264227
0.27/0.34	c bounds 1182 >= 839 @ 0.264597
0.27/0.34	c bounds 1182 >= 840 @ 0.264955
0.27/0.34	c bounds 1182 >= 841 @ 0.265713
0.27/0.34	c bounds 1182 >= 842 @ 0.2661
0.27/0.34	c bounds 1182 >= 843 @ 0.266493
0.27/0.34	c bounds 1182 >= 844 @ 0.266886
0.27/0.34	c bounds 1182 >= 845 @ 0.267272
0.27/0.34	c bounds 1182 >= 846 @ 0.267645
0.27/0.34	c bounds 1182 >= 847 @ 0.267844
0.27/0.34	c bounds 1182 >= 848 @ 0.267844
0.27/0.34	c bounds 1182 >= 849 @ 0.267844
0.27/0.34	c bounds 1182 >= 850 @ 0.268296
0.27/0.36	c bounds 1181 >= 850 @ 0.279221
0.27/0.36	c bounds 1181 >= 851 @ 0.280414
0.27/0.36	c bounds 1181 >= 852 @ 0.280812
0.27/0.36	c bounds 1181 >= 853 @ 0.281208
0.27/0.36	c bounds 1181 >= 854 @ 0.281623
0.27/0.36	c bounds 1181 >= 855 @ 0.282036
0.27/0.36	c bounds 1181 >= 856 @ 0.282412
0.27/0.36	c bounds 1181 >= 857 @ 0.282802
0.27/0.36	c bounds 1181 >= 858 @ 0.283166
0.27/0.36	c bounds 1181 >= 859 @ 0.283535
0.27/0.36	c bounds 1181 >= 860 @ 0.283921
0.27/0.36	c bounds 1181 >= 861 @ 0.284327
0.27/0.36	c bounds 1181 >= 862 @ 0.284762
0.27/0.36	c bounds 1181 >= 863 @ 0.285132
0.27/0.36	c bounds 1181 >= 864 @ 0.285546
0.27/0.36	c bounds 1181 >= 865 @ 0.285938
0.27/0.36	c bounds 1181 >= 866 @ 0.286352
0.27/0.36	c bounds 1181 >= 867 @ 0.286748
0.27/0.36	c bounds 1181 >= 868 @ 0.287149
0.27/0.36	c bounds 1181 >= 869 @ 0.287596
0.27/0.36	c bounds 1181 >= 870 @ 0.288008
0.27/0.36	c bounds 1181 >= 871 @ 0.288432
0.27/0.37	c bounds 1181 >= 872 @ 0.288813
0.27/0.37	c bounds 1181 >= 873 @ 0.289236
0.27/0.37	c bounds 1181 >= 874 @ 0.289654
0.27/0.37	c bounds 1181 >= 875 @ 0.290098
0.27/0.38	c bounds 1180 >= 875 @ 0.30178
0.27/0.38	c bounds 1180 >= 876 @ 0.302721
0.27/0.38	c bounds 1180 >= 877 @ 0.302721
0.27/0.38	c bounds 1180 >= 878 @ 0.302877
0.27/0.38	c bounds 1180 >= 879 @ 0.303297
0.27/0.38	c bounds 1180 >= 880 @ 0.303621
0.27/0.38	c bounds 1180 >= 881 @ 0.303745
0.27/0.38	c bounds 1180 >= 882 @ 0.303745
0.27/0.38	c bounds 1180 >= 883 @ 0.303898
0.27/0.38	c bounds 1180 >= 884 @ 0.304312
0.27/0.38	c bounds 1180 >= 885 @ 0.304711
0.27/0.38	c bounds 1180 >= 886 @ 0.304745
0.27/0.38	c bounds 1180 >= 887 @ 0.304745
0.27/0.38	c bounds 1180 >= 888 @ 0.304915
0.27/0.38	c bounds 1180 >= 889 @ 0.30538
0.27/0.39	c bounds 1180 >= 890 @ 0.305809
0.27/0.39	c bounds 1180 >= 891 @ 0.306255
0.27/0.39	c bounds 1180 >= 892 @ 0.306655
0.27/0.39	c bounds 1180 >= 893 @ 0.30674
0.27/0.39	c bounds 1180 >= 894 @ 0.30674
0.27/0.39	c bounds 1180 >= 895 @ 0.306982
0.27/0.39	c bounds 1180 >= 896 @ 0.307437
0.27/0.39	c bounds 1180 >= 897 @ 0.307853
0.27/0.39	c bounds 1180 >= 898 @ 0.308294
0.27/0.39	c bounds 1180 >= 899 @ 0.308703
0.27/0.39	c bounds 1180 >= 900 @ 0.309117
0.27/0.40	c bounds 1179 >= 900 @ 0.323676
0.27/0.41	c bounds 1179 >= 901 @ 0.32528
0.27/0.41	c bounds 1179 >= 902 @ 0.325719
0.27/0.41	c bounds 1179 >= 903 @ 0.326158
0.27/0.41	c bounds 1179 >= 904 @ 0.326628
0.37/0.41	c bounds 1179 >= 905 @ 0.327085
0.37/0.41	c bounds 1179 >= 906 @ 0.327548
0.37/0.41	c bounds 1179 >= 907 @ 0.327671
0.37/0.41	c bounds 1179 >= 908 @ 0.327671
0.37/0.41	c bounds 1179 >= 909 @ 0.327963
0.37/0.41	c bounds 1179 >= 910 @ 0.328409
0.37/0.41	c bounds 1179 >= 911 @ 0.328884
0.37/0.41	c bounds 1179 >= 912 @ 0.329386
0.37/0.41	c bounds 1179 >= 913 @ 0.329902
0.37/0.41	c bounds 1179 >= 914 @ 0.330404
0.37/0.41	c bounds 1179 >= 915 @ 0.330896
0.37/0.41	c bounds 1179 >= 916 @ 0.33147
0.37/0.41	c bounds 1179 >= 917 @ 0.331983
0.37/0.41	c bounds 1179 >= 918 @ 0.33254
0.37/0.41	c bounds 1179 >= 919 @ 0.332657
0.37/0.42	c bounds 1179 >= 920 @ 0.332657
0.37/0.42	c bounds 1179 >= 921 @ 0.33266
0.37/0.42	c bounds 1179 >= 922 @ 0.33266
0.37/0.42	c bounds 1179 >= 923 @ 0.333152
0.37/0.42	c bounds 1179 >= 924 @ 0.333736
0.37/0.42	c bounds 1179 >= 925 @ 0.334249
0.37/0.42	c bounds 1179 >= 926 @ 0.334799
0.37/0.42	c bounds 1179 >= 927 @ 0.335454
0.37/0.42	c bounds 1179 >= 928 @ 0.336025
0.37/0.42	c bounds 1179 >= 929 @ 0.336659
0.37/0.42	c bounds 1179 >= 930 @ 0.337254
0.37/0.42	c bounds 1179 >= 931 @ 0.33784
0.37/0.42	c bounds 1179 >= 932 @ 0.338386
0.37/0.42	c bounds 1179 >= 933 @ 0.338638
0.37/0.42	c bounds 1179 >= 934 @ 0.338638
0.37/0.42	c bounds 1179 >= 935 @ 0.338642
0.37/0.42	c bounds 1179 >= 936 @ 0.338801
0.37/0.42	c bounds 1179 >= 937 @ 0.339478
0.37/0.43	c bounds 1179 >= 938 @ 0.339641
0.37/0.43	c bounds 1179 >= 939 @ 0.339817
0.37/0.43	c bounds 1179 >= 940 @ 0.340307
0.37/0.43	c bounds 1179 >= 941 @ 0.340865
0.37/0.43	c bounds 1179 >= 942 @ 0.341471
0.37/0.43	c bounds 1179 >= 943 @ 0.341637
0.37/0.43	c bounds 1179 >= 944 @ 0.341692
0.37/0.44	c bounds 1178 >= 944 @ 0.355444
0.37/0.44	c bounds 1178 >= 945 @ 0.356848
0.37/0.45	c bounds 1178 >= 946 @ 0.357556
0.37/0.45	c bounds 1178 >= 947 @ 0.357581
0.37/0.45	c bounds 1178 >= 948 @ 0.358332
0.37/0.45	c bounds 1178 >= 949 @ 0.358581
0.37/0.45	c bounds 1178 >= 950 @ 0.358623
0.37/0.45	c bounds 1178 >= 951 @ 0.359313
0.37/0.45	c bounds 1178 >= 952 @ 0.360058
0.37/0.45	c bounds 1178 >= 953 @ 0.360865
0.37/0.45	c bounds 1178 >= 954 @ 0.36157
0.37/0.45	c bounds 1178 >= 955 @ 0.362652
0.37/0.45	c bounds 1178 >= 956 @ 0.363384
0.37/0.45	c bounds 1178 >= 957 @ 0.364064
0.37/0.45	c bounds 1178 >= 958 @ 0.364898
0.37/0.48	c bounds 1177 >= 958 @ 0.384722
0.37/0.48	c bounds 1177 >= 959 @ 0.385493
0.37/0.48	c bounds 1177 >= 960 @ 0.385719
0.37/0.48	c bounds 1177 >= 961 @ 0.38653
0.37/0.48	c bounds 1177 >= 962 @ 0.387168
0.37/0.48	c bounds 1177 >= 963 @ 0.387494
0.37/0.48	c bounds 1177 >= 964 @ 0.387654
0.37/0.48	c bounds 1177 >= 965 @ 0.388402
0.37/0.49	c bounds 1177 >= 966 @ 0.389363
0.37/0.49	c bounds 1177 >= 967 @ 0.38949
0.37/0.49	c bounds 1177 >= 968 @ 0.389807
0.37/0.49	c bounds 1177 >= 969 @ 0.390858
0.37/0.49	c bounds 1177 >= 970 @ 0.392186
0.37/0.49	c bounds 1177 >= 971 @ 0.392483
0.37/0.49	c bounds 1177 >= 972 @ 0.394033
0.37/0.49	c bounds 1177 >= 973 @ 0.395246
0.37/0.50	c bounds 1177 >= 974 @ 0.396172
0.47/0.52	c bounds 1176 >= 974 @ 0.42137
0.47/0.52	c bounds 1176 >= 975 @ 0.423129
0.47/0.53	c bounds 1176 >= 976 @ 0.423397
0.47/0.53	c bounds 1176 >= 977 @ 0.425382
0.47/0.53	c bounds 1176 >= 978 @ 0.429107
0.47/0.54	c bounds 1176 >= 979 @ 0.435435
0.47/0.56	c bounds 1175 >= 979 @ 0.452192
0.47/0.56	c bounds 1175 >= 980 @ 0.455497
0.47/0.57	c bounds 1175 >= 981 @ 0.461189
0.47/0.58	c bounds 1174 >= 981 @ 0.475198
0.57/0.60	c bounds 1174 >= 982 @ 0.493195
0.57/0.62	c bounds 1173 >= 982 @ 0.505172
0.57/0.63	c bounds 1172 >= 982 @ 0.514994
0.57/0.64	c bounds 1171 >= 982 @ 0.526032
0.57/0.65	c bounds 1170 >= 982 @ 0.538816
0.57/0.69	c bounds 1170 >= 983 @ 0.571909
0.66/0.70	c bounds 1169 >= 983 @ 0.586167
0.66/0.72	c bounds 1168 >= 983 @ 0.603666
0.66/0.74	c bounds 1167 >= 983 @ 0.621108
0.66/0.76	c #Conflicts:       1000 | #Constraints:       8433
0.66/0.76	c bounds 1166 >= 983 @ 0.635413
0.66/0.77	c bounds 1165 >= 983 @ 0.649591
0.66/0.79	c bounds 1164 >= 983 @ 0.664493
0.76/0.82	c bounds 1164 >= 984 @ 0.698478
0.76/0.84	c bounds 1163 >= 984 @ 0.716535
0.76/0.86	c bounds 1162 >= 984 @ 0.729895
0.76/0.87	c bounds 1161 >= 984 @ 0.743626
0.76/0.88	c bounds 1160 >= 984 @ 0.756918
1.07/1.18	c bounds 1160 >= 985 @ 1.0429
1.16/1.20	c bounds 1159 >= 985 @ 1.06094
1.16/1.22	c bounds 1158 >= 985 @ 1.07556
1.16/1.23	c bounds 1157 >= 985 @ 1.08796
1.16/1.25	c bounds 1156 >= 985 @ 1.10128
1.16/1.26	c bounds 1155 >= 985 @ 1.10996
1.16/1.28	c bounds 1154 >= 985 @ 1.12771
1.16/1.30	c bounds 1153 >= 985 @ 1.14453
1.26/1.32	c bounds 1152 >= 985 @ 1.16272
1.26/1.34	c bounds 1151 >= 985 @ 1.18356
1.45/1.58	c #Conflicts:       2000 | #Constraints:       9542
1.45/1.58	c INPROCESSING
1.45/1.58	c GARBAGE COLLECT
1.45/1.58	c rational objective 985
1.56/1.66	c bounds 1150 >= 985 @ 1.49853
1.56/1.69	c bounds 1149 >= 985 @ 1.52255
1.66/1.71	c bounds 1148 >= 985 @ 1.54861
1.66/1.76	c bounds 1147 >= 985 @ 1.59641
1.75/1.80	c bounds 1146 >= 985 @ 1.63209
1.75/1.83	c bounds 1145 >= 985 @ 1.66344
1.75/1.86	c bounds 1144 >= 985 @ 1.69583
1.85/1.90	c bounds 1143 >= 985 @ 1.72837
2.07/2.19	c #Conflicts:       3000 | #Constraints:       8408
2.07/2.19	c bounds 1143 >= 986 @ 2.01568
2.16/2.22	c bounds 1142 >= 986 @ 2.04343
2.16/2.24	c bounds 1141 >= 986 @ 2.06375
2.16/2.27	c bounds 1140 >= 986 @ 2.0922
2.26/2.32	c bounds 1139 >= 986 @ 2.14139
2.26/2.35	c bounds 1138 >= 986 @ 2.17346
2.26/2.38	c bounds 1137 >= 986 @ 2.20221
2.35/2.42	c bounds 1136 >= 986 @ 2.23603
2.35/2.45	c bounds 1135 >= 986 @ 2.26893
2.35/2.48	c bounds 1134 >= 986 @ 2.29805
2.46/2.51	c bounds 1133 >= 986 @ 2.32749
2.46/2.54	c bounds 1132 >= 986 @ 2.35708
2.46/2.58	c #Conflicts:       4000 | #Constraints:       9476
2.46/2.58	c bounds 1131 >= 986 @ 2.39073
2.56/2.63	c bounds 1130 >= 986 @ 2.43655
2.65/2.75	c INPROCESSING
2.65/2.75	c GARBAGE COLLECT
2.65/2.75	c rational objective 986
2.75/2.89	c bounds 1129 >= 986 @ 2.68903
2.85/2.94	c bounds 1128 >= 986 @ 2.7354
3.35/3.47	c #Conflicts:       5000 | #Constraints:       8768
3.35/3.47	c bounds 1128 >= 987 @ 3.25138
3.45/3.50	c bounds 1127 >= 987 @ 3.28177
3.45/3.53	c bounds 1126 >= 987 @ 3.30627
3.45/3.56	c bounds 1125 >= 987 @ 3.33739
3.45/3.59	c bounds 1124 >= 987 @ 3.37014
3.55/3.66	c bounds 1123 >= 987 @ 3.43684
3.65/3.70	c #Conflicts:       6000 | #Constraints:       9821
3.65/3.70	c bounds 1122 >= 987 @ 3.47912
3.65/3.78	c bounds 1121 >= 987 @ 3.55442
3.75/3.83	c bounds 1120 >= 987 @ 3.60245
3.86/3.94	c INPROCESSING
3.86/3.94	c GARBAGE COLLECT
3.86/3.94	c bounds 1119 >= 987 @ 3.71541
3.96/4.01	c bounds 1118 >= 987 @ 3.77601
4.45/4.59	c #Conflicts:       7000 | #Constraints:       8806
4.45/4.59	c #Conflicts:       8000 | #Constraints:       9807
4.45/4.59	c bounds 1117 >= 987 @ 4.35384
5.15/5.28	c #Conflicts:       9000 | #Constraints:      10809
5.15/5.28	c INPROCESSING
5.15/5.28	c GARBAGE COLLECT
5.15/5.28	c rational objective 987
5.25/5.36	c bounds 1116 >= 987 @ 5.10984
5.35/5.41	c bounds 1115 >= 987 @ 5.15011
5.35/5.44	c bounds 1114 >= 987 @ 5.18508
5.75/5.84	c #Conflicts:      10000 | #Constraints:       9497
5.75/5.84	c bounds 1113 >= 987 @ 5.5775
6.75/6.80	c #Conflicts:      11000 | #Constraints:      10498
6.75/6.80	c bounds 1113 >= 988 @ 6.5238
6.75/6.84	c bounds 1112 >= 988 @ 6.55764
6.75/6.88	c bounds 1111 >= 988 @ 6.60301
6.84/6.91	c bounds 1110 >= 988 @ 6.63506
6.84/6.96	c bounds 1109 >= 988 @ 6.67924
6.84/7.00	c bounds 1108 >= 988 @ 6.71753
6.95/7.04	c bounds 1107 >= 988 @ 6.75186
7.34/7.48	c #Conflicts:      12000 | #Constraints:      11597
7.34/7.48	c INPROCESSING
7.34/7.48	c GARBAGE COLLECT
7.34/7.48	c rational objective 988
7.45/7.59	c bounds 1106 >= 988 @ 7.28966
7.55/7.63	c bounds 1105 >= 988 @ 7.32805
7.55/7.67	c bounds 1104 >= 988 @ 7.36626
7.64/7.70	c bounds 1103 >= 988 @ 7.40049
7.64/7.74	c bounds 1102 >= 988 @ 7.43461
7.64/7.77	c bounds 1101 >= 988 @ 7.46919
7.74/7.81	c bounds 1100 >= 988 @ 7.50293
7.74/7.85	c bounds 1099 >= 988 @ 7.54733
7.74/7.89	c #Conflicts:      13000 | #Constraints:       9967
7.74/7.89	c bounds 1098 >= 988 @ 7.58306
9.53/9.64	c #Conflicts:      14000 | #Constraints:      10968
9.53/9.64	c #Conflicts:      15000 | #Constraints:      11968
9.53/9.64	c INPROCESSING
9.53/9.64	c GARBAGE COLLECT
9.53/9.64	c rational objective 988
9.63/9.71	c bounds 1097 >= 988 @ 9.37959
9.63/9.73	c bounds 1096 >= 988 @ 9.4045
9.63/9.76	c bounds 1095 >= 988 @ 9.428
9.63/9.78	c bounds 1094 >= 988 @ 9.45201
9.74/9.82	c bounds 1093 >= 988 @ 9.48534
9.84/9.91	c bounds 1092 >= 988 @ 9.57403
9.84/9.96	c bounds 1091 >= 988 @ 9.62692
10.04/10.11	c #Conflicts:      16000 | #Constraints:      10209
10.04/10.11	c bounds 1090 >= 988 @ 9.77402
10.04/10.17	c bounds 1089 >= 988 @ 9.83095
10.13/10.28	c bounds 1088 >= 988 @ 9.93867
10.34/10.40	c bounds 1087 >= 988 @ 10.0609
10.34/10.45	c #Conflicts:      17000 | #Constraints:      11213
10.34/10.45	c bounds 1086 >= 988 @ 10.1097
10.44/10.52	c bounds 1085 >= 988 @ 10.1788
10.44/10.58	c bounds 1084 >= 988 @ 10.2368
10.53/10.64	c bounds 1083 >= 988 @ 10.2896
10.73/10.88	c #Conflicts:      18000 | #Constraints:      12217
10.73/10.88	c bounds 1082 >= 988 @ 10.5297
11.13/11.23	c INPROCESSING
11.13/11.23	c GARBAGE COLLECT
11.13/11.23	c rational objective 988
11.23/11.31	c bounds 1081 >= 988 @ 10.946
11.23/11.37	c bounds 1080 >= 988 @ 11.0004
11.43/11.59	c #Conflicts:      19000 | #Constraints:      10194
11.43/11.59	c bounds 1079 >= 988 @ 11.2179
11.53/11.67	c bounds 1078 >= 988 @ 11.2976
11.83/11.92	c bounds 1077 >= 988 @ 11.5372
12.53/12.64	c #Conflicts:      20000 | #Constraints:      11199
12.53/12.64	c #Conflicts:      21000 | #Constraints:      12206
12.53/12.64	c bounds 1076 >= 988 @ 12.2444
13.23/13.36	c INPROCESSING
13.23/13.36	c GARBAGE COLLECT
13.23/13.36	c rational objective 988
15.13/15.20	c #Conflicts:      22000 | #Constraints:      10050
15.13/15.20	c #Conflicts:      23000 | #Constraints:      11050
15.13/15.20	c #Conflicts:      24000 | #Constraints:      12051
15.13/15.20	c #Conflicts:      25000 | #Constraints:      13090
15.13/15.20	c bounds 1075 >= 988 @ 14.765
15.62/15.70	c INPROCESSING
15.62/15.70	c GARBAGE COLLECT
15.62/15.70	c rational objective 988
15.92/16.02	c #Conflicts:      26000 | #Constraints:      10700
15.92/16.02	c bounds 1075 >= 989 @ 15.5608
16.81/16.90	c #Conflicts:      27000 | #Constraints:      11793
16.81/16.90	c #Conflicts:      28000 | #Constraints:      12793
16.81/16.90	c #Conflicts:      29000 | #Constraints:      13793
16.81/16.90	c INPROCESSING
16.81/16.90	c GARBAGE COLLECT
16.81/16.90	c rational objective 989
17.52/17.60	c #Conflicts:      30000 | #Constraints:      11186
17.52/17.60	c #Conflicts:      31000 | #Constraints:      12186
17.52/17.60	c bounds 1075 >= 990 @ 17.1025
18.21/18.30	c #Conflicts:      32000 | #Constraints:      13243
18.21/18.30	c #Conflicts:      33000 | #Constraints:      14243
18.21/18.30	c INPROCESSING
18.21/18.30	c GARBAGE COLLECT
18.21/18.30	c rational objective 990
19.61/19.74	c #Conflicts:      34000 | #Constraints:      11361
19.61/19.74	c #Conflicts:      35000 | #Constraints:      12361
19.61/19.74	c #Conflicts:      36000 | #Constraints:      13361
19.61/19.74	c #Conflicts:      37000 | #Constraints:      14361
19.61/19.74	c INPROCESSING
19.61/19.74	c GARBAGE COLLECT
19.61/19.74	c rational objective 990
20.11/20.23	c #Conflicts:      38000 | #Constraints:      11398
20.11/20.23	c bounds 1074 >= 990 @ 19.6742
20.92/21.10	c #Conflicts:      39000 | #Constraints:      12401
20.92/21.10	c #Conflicts:      40000 | #Constraints:      13401
20.92/21.10	c bounds 1073 >= 990 @ 20.5222
23.10/23.23	c #Conflicts:      41000 | #Constraints:      14402
23.10/23.23	c INPROCESSING
23.10/23.23	c GARBAGE COLLECT
23.10/23.23	c rational objective 990
23.20/23.32	c bounds 1072 >= 990 @ 22.7228
23.20/23.38	c bounds 1071 >= 990 @ 22.7858
23.30/23.46	c #Conflicts:      42000 | #Constraints:      11208
23.30/23.46	c bounds 1070 >= 990 @ 22.8614
23.40/23.59	c bounds 1069 >= 990 @ 22.99
23.71/23.85	c #Conflicts:      43000 | #Constraints:      12210
23.71/23.85	c bounds 1068 >= 990 @ 23.2526
25.70/25.80	c #Conflicts:      44000 | #Constraints:      13211
25.70/25.80	c #Conflicts:      45000 | #Constraints:      14212
25.70/25.80	c #Conflicts:      46000 | #Constraints:      15248
25.70/25.80	c bounds 1067 >= 990 @ 25.1769
25.90/26.03	c INPROCESSING
25.90/26.03	c GARBAGE COLLECT
25.90/26.03	c rational objective 990
26.29/26.42	c #Conflicts:      47000 | #Constraints:      11807
26.29/26.42	c bounds 1067 >= 991 @ 25.7838
27.89/28.09	c #Conflicts:      48000 | #Constraints:      12849
27.89/28.09	c #Conflicts:      49000 | #Constraints:      13849
27.89/28.09	c #Conflicts:      50000 | #Constraints:      14849
27.89/28.09	c #Conflicts:      51000 | #Constraints:      15849
27.89/28.09	c INPROCESSING
27.89/28.09	c GARBAGE COLLECT
27.89/28.09	c rational objective 991
27.99/28.17	c bounds 1066 >= 991 @ 27.4955
28.09/28.21	c bounds 1065 >= 991 @ 27.5293
28.29/28.47	c #Conflicts:      52000 | #Constraints:      12259
28.29/28.47	c bounds 1064 >= 991 @ 27.7923
28.49/28.64	c bounds 1063 >= 991 @ 27.9512
28.90/29.08	c #Conflicts:      53000 | #Constraints:      13261
28.90/29.08	c bounds 1062 >= 991 @ 28.3878
32.68/32.82	c #Conflicts:      54000 | #Constraints:      14268
32.68/32.82	c #Conflicts:      55000 | #Constraints:      15268
32.68/32.82	c #Conflicts:      56000 | #Constraints:      16268
32.68/32.82	c INPROCESSING
32.68/32.82	c GARBAGE COLLECT
32.68/32.82	c rational objective 991
32.78/32.95	c bounds 1061 >= 991 @ 32.2201
33.17/33.39	c #Conflicts:      57000 | #Constraints:      12461
33.17/33.39	c bounds 1060 >= 991 @ 32.6497
33.48/33.63	c bounds 1059 >= 991 @ 32.883
33.98/34.11	c #Conflicts:      58000 | #Constraints:      13481
33.98/34.11	c bounds 1058 >= 991 @ 33.357
34.18/34.32	c #Conflicts:      59000 | #Constraints:      14498
34.18/34.32	c bounds 1057 >= 991 @ 33.5622
34.98/35.15	c #Conflicts:      60000 | #Constraints:      15502
34.98/35.15	c bounds 1056 >= 991 @ 34.3752
35.28/35.49	c #Conflicts:      61000 | #Constraints:      16532
35.28/35.49	c INPROCESSING
35.28/35.49	c GARBAGE COLLECT
35.28/35.49	c rational objective 991
36.17/36.30	c #Conflicts:      62000 | #Constraints:      12413
36.17/36.30	c bounds 1055 >= 991 @ 35.4941
36.97/37.10	c #Conflicts:      63000 | #Constraints:      13460
36.97/37.10	c #Conflicts:      64000 | #Constraints:      14498
36.97/37.10	c bounds 1054 >= 991 @ 36.2762
38.16/38.32	c #Conflicts:      65000 | #Constraints:      15520
38.16/38.32	c #Conflicts:      66000 | #Constraints:      16520
38.16/38.32	c INPROCESSING
38.16/38.32	c GARBAGE COLLECT
38.16/38.32	c rational objective 991
40.76/40.95	c #Conflicts:      67000 | #Constraints:      12267
40.76/40.95	c #Conflicts:      68000 | #Constraints:      13267
40.76/40.95	c #Conflicts:      69000 | #Constraints:      14267
40.76/40.95	c #Conflicts:      70000 | #Constraints:      15267
40.76/40.95	c #Conflicts:      71000 | #Constraints:      16267
40.76/40.95	c #Conflicts:      72000 | #Constraints:      17267
40.76/40.95	c INPROCESSING
40.76/40.95	c GARBAGE COLLECT
40.76/40.95	c rational objective 991
41.05/41.22	c bounds 1053 >= 991 @ 40.3144
41.36/41.54	c #Conflicts:      73000 | #Constraints:      12877
41.36/41.54	c bounds 1052 >= 991 @ 40.6238
41.76/41.94	c #Conflicts:      74000 | #Constraints:      13898
41.76/41.94	c bounds 1051 >= 991 @ 41.0101
42.16/42.39	c #Conflicts:      75000 | #Constraints:      14923
42.16/42.39	c bounds 1050 >= 991 @ 41.4499
46.45/46.66	c #Conflicts:      76000 | #Constraints:      15941
46.45/46.66	c #Conflicts:      77000 | #Constraints:      16941
46.45/46.66	c #Conflicts:      78000 | #Constraints:      17941
46.45/46.66	c INPROCESSING
46.45/46.66	c GARBAGE COLLECT
46.45/46.66	c rational objective 991
46.74/46.96	c bounds 1049 >= 991 @ 45.9911
47.14/47.38	c #Conflicts:      79000 | #Constraints:      13319
47.14/47.38	c bounds 1048 >= 991 @ 46.4
47.44/47.62	c #Conflicts:      80000 | #Constraints:      14321
47.44/47.62	c bounds 1047 >= 991 @ 46.633
50.34/50.55	c #Conflicts:      81000 | #Constraints:      15323
50.34/50.55	c #Conflicts:      82000 | #Constraints:      16327
50.34/50.55	c #Conflicts:      83000 | #Constraints:      17396
50.34/50.55	c #Conflicts:      84000 | #Constraints:      18488
50.34/50.55	c INPROCESSING
50.34/50.55	c GARBAGE COLLECT
50.34/50.55	c rational objective 991
53.23/53.48	c #Conflicts:      85000 | #Constraints:      13545
53.23/53.48	c #Conflicts:      86000 | #Constraints:      14545
53.23/53.48	c #Conflicts:      87000 | #Constraints:      15545
53.23/53.48	c #Conflicts:      88000 | #Constraints:      16545
53.23/53.48	c #Conflicts:      89000 | #Constraints:      17545
53.23/53.48	c #Conflicts:      90000 | #Constraints:      18545
53.23/53.48	c INPROCESSING
53.23/53.48	c GARBAGE COLLECT
53.23/53.48	c rational objective 991
53.72/53.91	c #Conflicts:      91000 | #Constraints:      13530
53.72/53.91	c bounds 1046 >= 991 @ 52.8082
55.62/55.84	c #Conflicts:      92000 | #Constraints:      14537
55.62/55.84	c #Conflicts:      93000 | #Constraints:      15537
55.62/55.84	c #Conflicts:      94000 | #Constraints:      16537
55.62/55.84	c bounds 1045 >= 991 @ 54.7106
57.51/57.78	c #Conflicts:      95000 | #Constraints:      17553
57.51/57.78	c bounds 1045 >= 992 @ 56.6426
58.12/58.38	c #Conflicts:      96000 | #Constraints:      18616
58.12/58.38	c INPROCESSING
58.12/58.38	c GARBAGE COLLECT
58.12/58.38	c rational objective 992
58.31/58.50	c bounds 1044 >= 992 @ 57.3366
58.91/59.12	c #Conflicts:      97000 | #Constraints:      13336
58.91/59.12	c #Conflicts:      98000 | #Constraints:      14337
58.91/59.12	c bounds 1043 >= 992 @ 57.9491
59.31/59.52	c #Conflicts:      99000 | #Constraints:      15356
59.31/59.52	c bounds 1042 >= 992 @ 58.3368
59.81/60.02	c #Conflicts:     100000 | #Constraints:      16379
59.81/60.02	c bounds 1041 >= 992 @ 58.8342
65.29/65.59	c #Conflicts:     101000 | #Constraints:      17394
65.29/65.59	c #Conflicts:     102000 | #Constraints:      18394
65.29/65.59	c #Conflicts:     103000 | #Constraints:      19394
65.29/65.59	c INPROCESSING
65.29/65.59	c GARBAGE COLLECT
65.29/65.59	c rational objective 992
67.19/67.42	c #Conflicts:     104000 | #Constraints:      13974
67.19/67.42	c #Conflicts:     105000 | #Constraints:      14994
67.19/67.42	c #Conflicts:     106000 | #Constraints:      16054
67.19/67.42	c bounds 1040 >= 992 @ 66.1583
68.98/69.29	c #Conflicts:     107000 | #Constraints:      17098
68.98/69.29	c #Conflicts:     108000 | #Constraints:      18148
68.98/69.29	c #Conflicts:     109000 | #Constraints:      19205
68.98/69.29	c bounds 1039 >= 992 @ 67.9951
69.48/69.74	c #Conflicts:     110000 | #Constraints:      20240
69.48/69.74	c INPROCESSING
69.48/69.74	c GARBAGE COLLECT
69.48/69.74	c rational objective 992
74.37/74.67	c #Conflicts:     111000 | #Constraints:      14444
74.37/74.67	c #Conflicts:     112000 | #Constraints:      15470
74.37/74.67	c #Conflicts:     113000 | #Constraints:      16538
74.37/74.67	c #Conflicts:     114000 | #Constraints:      17593
74.37/74.67	c #Conflicts:     115000 | #Constraints:      18646
74.37/74.67	c #Conflicts:     116000 | #Constraints:      19692
74.37/74.67	c #Conflicts:     117000 | #Constraints:      20742
74.37/74.67	c INPROCESSING
74.37/74.67	c GARBAGE COLLECT
74.37/74.67	c rational objective 992
78.36/78.63	c #Conflicts:     118000 | #Constraints:      14715
78.36/78.63	c #Conflicts:     119000 | #Constraints:      15715
78.36/78.63	c #Conflicts:     120000 | #Constraints:      16715
78.36/78.63	c #Conflicts:     121000 | #Constraints:      17715
78.36/78.63	c #Conflicts:     122000 | #Constraints:      18715
78.36/78.63	c #Conflicts:     123000 | #Constraints:      19715
78.36/78.63	c #Conflicts:     124000 | #Constraints:      20715
78.36/78.63	c INPROCESSING
78.36/78.63	c GARBAGE COLLECT
78.36/78.63	c rational objective 992
81.76/82.09	c #Conflicts:     125000 | #Constraints:      14627
81.76/82.09	c #Conflicts:     126000 | #Constraints:      15627
81.76/82.09	c #Conflicts:     127000 | #Constraints:      16627
81.76/82.09	c #Conflicts:     128000 | #Constraints:      17627
81.76/82.09	c #Conflicts:     129000 | #Constraints:      18627
81.76/82.09	c #Conflicts:     130000 | #Constraints:      19627
81.76/82.09	c #Conflicts:     131000 | #Constraints:      20627
81.76/82.09	c INPROCESSING
81.76/82.09	c GARBAGE COLLECT
81.76/82.09	c rational objective 992
82.85/83.16	c #Conflicts:     132000 | #Constraints:      14382
82.85/83.16	c #Conflicts:     133000 | #Constraints:      15383
82.85/83.16	c bounds 1038 >= 992 @ 81.6276
83.55/83.86	c #Conflicts:     134000 | #Constraints:      16413
83.55/83.86	c #Conflicts:     135000 | #Constraints:      17450
83.55/83.86	c bounds 1037 >= 992 @ 82.3026
91.32/91.66	c #Conflicts:     136000 | #Constraints:      18458
91.32/91.66	c #Conflicts:     137000 | #Constraints:      19458
91.32/91.66	c #Conflicts:     138000 | #Constraints:      20458
91.32/91.66	c #Conflicts:     139000 | #Constraints:      21458
91.32/91.66	c INPROCESSING
91.32/91.66	c GARBAGE COLLECT
91.32/91.66	c rational objective 992
92.33/92.67	c #Conflicts:     140000 | #Constraints:      15000
92.33/92.67	c bounds 1036 >= 992 @ 91.0471
93.32/93.67	c #Conflicts:     141000 | #Constraints:      16020
93.32/93.67	c #Conflicts:     142000 | #Constraints:      17021
93.32/93.67	c bounds 1035 >= 992 @ 92.0399
94.12/94.48	c #Conflicts:     143000 | #Constraints:      18036
94.12/94.48	c #Conflicts:     144000 | #Constraints:      19072
94.12/94.48	c bounds 1034 >= 992 @ 92.8336
96.41/96.70	c #Conflicts:     145000 | #Constraints:      20100
96.41/96.70	c #Conflicts:     146000 | #Constraints:      21154
96.41/96.70	c #Conflicts:     147000 | #Constraints:      22219
96.41/96.70	c INPROCESSING
96.41/96.70	c GARBAGE COLLECT
96.41/96.70	c rational objective 992
101.10/101.49	c #Conflicts:     148000 | #Constraints:      15458
101.10/101.49	c #Conflicts:     149000 | #Constraints:      16483
101.10/101.49	c #Conflicts:     150000 | #Constraints:      17523
101.10/101.49	c #Conflicts:     151000 | #Constraints:      18565
101.10/101.49	c #Conflicts:     152000 | #Constraints:      19607
101.10/101.49	c #Conflicts:     153000 | #Constraints:      20662
101.10/101.49	c #Conflicts:     154000 | #Constraints:      21703
101.10/101.49	c #Conflicts:     155000 | #Constraints:      22737
101.10/101.49	c INPROCESSING
101.10/101.49	c GARBAGE COLLECT
101.10/101.49	c rational objective 992
105.59/105.95	c #Conflicts:     156000 | #Constraints:      15696
105.59/105.95	c #Conflicts:     157000 | #Constraints:      16696
105.59/105.95	c #Conflicts:     158000 | #Constraints:      17696
105.59/105.95	c #Conflicts:     159000 | #Constraints:      18696
105.59/105.95	c #Conflicts:     160000 | #Constraints:      19696
105.59/105.95	c #Conflicts:     161000 | #Constraints:      20696
105.59/105.95	c #Conflicts:     162000 | #Constraints:      21696
105.59/105.95	c #Conflicts:     163000 | #Constraints:      22696
105.59/105.95	c INPROCESSING
105.59/105.95	c GARBAGE COLLECT
105.59/105.95	c rational objective 992
106.39/106.72	c #Conflicts:     164000 | #Constraints:      15638
106.39/106.72	c #Conflicts:     165000 | #Constraints:      16661
106.39/106.72	c bounds 1033 >= 992 @ 104.857
109.38/109.71	c #Conflicts:     166000 | #Constraints:      17664
109.38/109.71	c #Conflicts:     167000 | #Constraints:      18664
109.38/109.71	c #Conflicts:     168000 | #Constraints:      19664
109.38/109.71	c #Conflicts:     169000 | #Constraints:      20680
109.38/109.71	c bounds 1032 >= 992 @ 107.803
109.48/109.85	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[17]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[36]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[49]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[74]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[83]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[89]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[101]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[119]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[132]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[138]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[151]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[164]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[165]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[166]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[170]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[179]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[180]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[184]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[200]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[230]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[240]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[251]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[298]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[307]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[336]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[389]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[397]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[405]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[421]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[431]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[438]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[441]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[448]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[467]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[479]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[483]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[484]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[487]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[500]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[503]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[510]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[527]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[549]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[552]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[561]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[565]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[572]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[601]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[602]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[611]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[614]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[637]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[641]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[647]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[648]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[649]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[653]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[662]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[673]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[689]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[704]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[709]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[711]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[726]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[729]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[744]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[746]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[747]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[756]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[757]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[761]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[762]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[772]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[773]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[778]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[781]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[785]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[802]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[807]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[808]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[809]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[815]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[827]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[829]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[831]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[833]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[834]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[849]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[851]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[854]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[855]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[870]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[885]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[887]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[894]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[905]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[913]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[923]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[926]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[927]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[931]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[937]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[951]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[963]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[966]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[982]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[992]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[994]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1008]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1016]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1041]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1051]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1052]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1091]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1099]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1116]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1117]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1122]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1125]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1127]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1134]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1149]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1154]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1162]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1167]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1168]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1179]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1185]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1205]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1232]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1248]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1255]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1259]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1275]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1276]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1296]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1305]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1309]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1319]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1323]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1328]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1330]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1332]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1357]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1359]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1371]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1375]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1379]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1386]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1387]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1398]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1402]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1407]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1437]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1439]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1455]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1461]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1481]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1492]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1495]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1502]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1532]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1535]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1536]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1537]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1540]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1564]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1570]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1575]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1577]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1578]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1600]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1626]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1635]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1644]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1645]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1657]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1677]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1679]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1693]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1704]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1705]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1706]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1714]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1720]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1721]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1728]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1733]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1740]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1751]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1762]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1763]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1768]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1777]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1782]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1792]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1800]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1805]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1807]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1823]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1829]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1830]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1831]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1840]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1844]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1846]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1848]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1850]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1887]: 6 -1.00006 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1895]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1897]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1905]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1908]: 6 -1.00004 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1909]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1910]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1920]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1925]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1927]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1934]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1938]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1941]: 6 -1.00007 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1942]: 6 -1.00003 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1947]: 6 -1.00009 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1951]: 6 -1.00005 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1952]: 6 -1.0001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1954]: 6 -1.00002 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1955]: 6 -1.00001 0 shouldn't be
109.48/109.85	WSVECS04 Frhs2[1958]: 6 -1.0001 0 shouldn't be
115.26/115.65	c #Conflicts:     170000 | #Constraints:      21698
115.26/115.65	c #Conflicts:     171000 | #Constraints:      22698
115.26/115.65	c INPROCESSING
115.26/115.65	c GARBAGE COLLECT
115.26/115.65	c rational objective 992
121.94/122.30	c #Conflicts:     172000 | #Constraints:      15424
121.94/122.30	c #Conflicts:     173000 | #Constraints:      16426
121.94/122.30	c #Conflicts:     174000 | #Constraints:      17494
121.94/122.30	c #Conflicts:     175000 | #Constraints:      18568
121.94/122.30	c #Conflicts:     176000 | #Constraints:      19605
121.94/122.30	c #Conflicts:     177000 | #Constraints:      20648
121.94/122.30	c #Conflicts:     178000 | #Constraints:      21684
121.94/122.30	c #Conflicts:     179000 | #Constraints:      22723
121.94/122.30	c #Conflicts:     180000 | #Constraints:      23744
121.94/122.30	c INPROCESSING
121.94/122.30	c GARBAGE COLLECT
121.94/122.30	c rational objective 992
126.94/127.32	c #Conflicts:     181000 | #Constraints:      16119
126.94/127.32	c #Conflicts:     182000 | #Constraints:      17119
126.94/127.32	c #Conflicts:     183000 | #Constraints:      18119
126.94/127.32	c #Conflicts:     184000 | #Constraints:      19119
126.94/127.32	c #Conflicts:     185000 | #Constraints:      20119
126.94/127.32	c #Conflicts:     186000 | #Constraints:      21119
126.94/127.32	c #Conflicts:     187000 | #Constraints:      22119
126.94/127.32	c #Conflicts:     188000 | #Constraints:      23119
126.94/127.32	c #Conflicts:     189000 | #Constraints:      24119
126.94/127.32	c INPROCESSING
126.94/127.32	c GARBAGE COLLECT
126.94/127.32	c rational objective 992
130.42/130.83	c #Conflicts:     190000 | #Constraints:      16441
130.42/130.83	c #Conflicts:     191000 | #Constraints:      17441
130.42/130.83	c #Conflicts:     192000 | #Constraints:      18441
130.42/130.83	c #Conflicts:     193000 | #Constraints:      19441
130.42/130.83	c #Conflicts:     194000 | #Constraints:      20441
130.42/130.83	c #Conflicts:     195000 | #Constraints:      21441
130.42/130.83	c bounds 1032 >= 993 @ 128.638
131.62/132.01	c #Conflicts:     196000 | #Constraints:      22526
131.62/132.01	c #Conflicts:     197000 | #Constraints:      23552
131.62/132.01	c #Conflicts:     198000 | #Constraints:      24584
131.62/132.01	c INPROCESSING
131.62/132.01	c GARBAGE COLLECT
131.62/132.01	c rational objective 993
137.21/137.66	c #Conflicts:     199000 | #Constraints:      16623
137.21/137.66	c #Conflicts:     200000 | #Constraints:      17666
137.21/137.66	c #Conflicts:     201000 | #Constraints:      18714
137.21/137.66	c #Conflicts:     202000 | #Constraints:      19753
137.21/137.66	c #Conflicts:     203000 | #Constraints:      20801
137.21/137.66	c #Conflicts:     204000 | #Constraints:      21835
137.21/137.66	c #Conflicts:     205000 | #Constraints:      22878
137.21/137.66	c #Conflicts:     206000 | #Constraints:      23917
137.21/137.66	c #Conflicts:     207000 | #Constraints:      24946
137.21/137.66	c INPROCESSING
137.21/137.66	c GARBAGE COLLECT
137.21/137.66	c rational objective 993
143.79/144.21	c #Conflicts:     208000 | #Constraints:      16726
143.79/144.21	c #Conflicts:     209000 | #Constraints:      17726
143.79/144.21	c #Conflicts:     210000 | #Constraints:      18726
143.79/144.21	c #Conflicts:     211000 | #Constraints:      19726
143.79/144.21	c #Conflicts:     212000 | #Constraints:      20726
143.79/144.21	c #Conflicts:     213000 | #Constraints:      21726
143.79/144.21	c #Conflicts:     214000 | #Constraints:      22726
143.79/144.21	c #Conflicts:     215000 | #Constraints:      23727
143.79/144.21	c #Conflicts:     216000 | #Constraints:      24727
143.79/144.21	c INPROCESSING
143.79/144.21	c GARBAGE COLLECT
143.79/144.21	c rational objective 993
150.87/151.38	c #Conflicts:     217000 | #Constraints:      16452
150.87/151.38	c #Conflicts:     218000 | #Constraints:      17465
150.87/151.38	c #Conflicts:     219000 | #Constraints:      18497
150.87/151.38	c #Conflicts:     220000 | #Constraints:      19540
150.87/151.38	c #Conflicts:     221000 | #Constraints:      20566
150.87/151.38	c #Conflicts:     222000 | #Constraints:      21607
150.87/151.38	c #Conflicts:     223000 | #Constraints:      22631
150.87/151.38	c #Conflicts:     224000 | #Constraints:      23670
150.87/151.38	c #Conflicts:     225000 | #Constraints:      24699
150.87/151.38	c #Conflicts:     226000 | #Constraints:      25721
150.87/151.38	c INPROCESSING
150.87/151.38	c GARBAGE COLLECT
150.87/151.38	c rational objective 993
156.35/156.83	c #Conflicts:     227000 | #Constraints:      17117
156.35/156.83	c #Conflicts:     228000 | #Constraints:      18117
156.35/156.83	c #Conflicts:     229000 | #Constraints:      19117
156.35/156.83	c #Conflicts:     230000 | #Constraints:      20117
156.35/156.83	c #Conflicts:     231000 | #Constraints:      21117
156.35/156.83	c #Conflicts:     232000 | #Constraints:      22117
156.35/156.83	c #Conflicts:     233000 | #Constraints:      23117
156.35/156.83	c #Conflicts:     234000 | #Constraints:      24117
156.35/156.83	c #Conflicts:     235000 | #Constraints:      25117
156.35/156.83	c #Conflicts:     236000 | #Constraints:      26117
156.35/156.83	c INPROCESSING
156.35/156.83	c GARBAGE COLLECT
156.35/156.83	c rational objective 993
162.14/162.61	c #Conflicts:     237000 | #Constraints:      17479
162.14/162.61	c #Conflicts:     238000 | #Constraints:      18479
162.14/162.61	c #Conflicts:     239000 | #Constraints:      19479
162.14/162.61	c #Conflicts:     240000 | #Constraints:      20479
162.14/162.61	c #Conflicts:     241000 | #Constraints:      21479
162.14/162.61	c #Conflicts:     242000 | #Constraints:      22479
162.14/162.61	c #Conflicts:     243000 | #Constraints:      23479
162.14/162.61	c #Conflicts:     244000 | #Constraints:      24479
162.14/162.61	c #Conflicts:     245000 | #Constraints:      25479
162.14/162.61	c #Conflicts:     246000 | #Constraints:      26479
162.14/162.61	c INPROCESSING
162.14/162.61	c GARBAGE COLLECT
162.14/162.61	c rational objective 993
163.23/163.78	c #Conflicts:     247000 | #Constraints:      17632
163.23/163.78	c #Conflicts:     248000 | #Constraints:      18668
163.23/163.78	c bounds 1031 >= 993 @ 161.087
163.44/163.92	WSVECS04 Frhs2[1]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[3]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[12]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[13]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[19]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[24]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[31]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[34]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[36]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[41]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[44]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[59]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[60]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[64]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[74]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[83]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[84]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[85]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[89]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[90]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[97]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[98]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[99]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[106]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[108]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[110]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[112]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[113]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[119]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[129]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[131]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[138]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[153]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[154]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[155]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[156]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[159]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[161]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[163]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[167]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[169]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[179]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[180]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[182]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[191]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[192]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[195]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[199]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[201]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[203]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[205]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[206]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[209]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[210]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[215]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[224]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[230]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[231]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[233]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[239]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[240]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[247]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[250]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[266]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[267]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[272]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[274]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[276]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[277]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[279]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[280]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[281]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[294]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[295]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[296]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[302]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[303]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[307]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[310]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[323]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[328]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[331]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[335]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[338]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[342]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[349]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[351]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[363]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[364]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[365]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[372]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[374]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[379]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[380]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[381]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[382]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[389]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[391]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[392]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[397]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[402]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[404]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[405]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[406]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[407]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[410]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[415]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[420]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[422]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[423]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[424]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[429]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[438]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[447]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[448]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[451]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[460]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[471]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[481]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[484]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[487]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[490]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[491]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[497]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[499]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[503]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[508]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[521]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[527]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[535]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[539]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[548]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[550]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[556]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[559]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[561]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[565]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[567]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[570]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[572]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[575]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[576]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[578]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[582]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[585]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[590]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[592]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[593]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[609]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[611]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[615]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[619]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[632]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[633]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[635]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[637]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[638]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[641]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[645]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[647]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[649]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[655]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[657]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[673]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[674]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[676]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[679]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[684]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[685]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[689]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[691]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[692]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[693]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[697]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[700]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[703]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[708]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[710]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[711]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[713]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[721]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[723]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[724]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[729]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[731]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[735]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[736]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[741]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[743]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[744]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[746]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[747]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[748]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[756]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[757]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[758]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[761]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[762]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[763]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[765]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[767]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[772]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[776]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[781]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[784]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[790]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[793]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[799]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[801]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[802]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[807]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[809]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[811]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[815]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[816]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[820]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[827]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[829]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[831]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[833]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[834]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[837]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[838]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[842]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[850]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[855]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[856]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[858]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[870]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[875]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[878]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[881]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[885]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[886]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[895]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[898]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[903]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[905]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[907]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[913]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[914]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[917]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[919]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[925]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[926]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[927]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[930]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[931]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[936]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[937]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[939]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[940]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[948]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[949]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[951]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[952]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[958]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[963]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[965]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[966]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[967]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[969]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[972]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[977]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[982]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[985]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[987]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[992]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[994]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[998]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1001]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1004]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1007]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1008]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1012]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1019]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1022]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1029]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1033]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1045]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1055]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1056]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1060]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1061]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1067]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1080]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1081]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1082]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1091]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1095]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1097]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1099]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1102]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1104]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1105]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1106]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1109]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1116]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1119]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1120]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1122]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1123]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1124]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1125]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1127]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1129]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1133]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1135]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1137]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1142]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1143]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1150]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1154]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1158]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1162]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1167]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1168]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1169]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1179]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1185]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1187]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1189]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1194]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1198]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1199]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1200]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1204]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1206]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1215]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1216]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1217]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1221]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1225]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1226]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1228]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1229]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1231]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1233]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1239]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1243]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1248]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1255]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1256]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1266]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1267]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1270]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1273]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1274]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1275]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1277]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1279]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1284]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1286]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1293]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1294]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1299]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1305]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1309]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1316]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1317]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1319]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1328]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1330]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1335]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1339]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1341]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1346]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1349]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1352]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1353]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1356]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1357]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1358]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1359]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1360]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1365]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1366]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1368]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1371]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1377]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1379]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1380]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1381]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1387]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1396]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1399]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1400]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1407]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1409]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1414]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1421]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1422]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1424]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1425]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1426]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1429]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1433]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1437]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1439]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1442]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1443]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1446]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1447]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1449]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1450]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1453]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1455]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1456]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1459]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1461]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1463]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1475]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1476]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1479]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1481]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1483]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1487]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1488]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1489]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1492]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1495]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1497]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1498]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1502]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1504]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1505]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1510]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1517]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1521]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1522]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1526]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1530]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1532]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1533]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1535]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1536]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1539]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1540]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1541]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1543]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1545]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1548]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1550]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1560]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1561]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1562]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1564]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1565]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1569]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1571]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1574]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1575]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1578]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1585]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1586]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1595]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1597]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1602]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1605]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1614]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1616]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1620]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1622]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1626]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1631]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1635]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1636]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1637]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1640]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1644]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1645]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1654]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1655]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1657]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1662]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1664]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1665]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1675]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1676]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1679]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1681]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1684]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1687]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1688]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1693]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1704]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1706]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1714]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1720]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1721]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1733]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1734]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1736]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1738]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1743]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1744]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1750]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1751]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1758]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1777]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1779]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1781]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1783]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1785]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1788]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1791]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1792]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1797]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1798]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1802]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1804]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1807]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1809]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1822]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1823]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1824]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1828]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1829]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1830]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1831]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1832]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1834]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1835]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1844]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1845]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1846]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1848]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1850]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1856]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1861]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1870]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1871]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1874]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1875]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1877]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1880]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1881]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1884]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1887]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1888]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1891]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1895]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1897]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1905]: 6 -1.00001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1908]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1909]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1910]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1920]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1926]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1927]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1930]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1931]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1934]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1936]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1938]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1941]: 6 -1.00003 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1942]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1943]: 6 -1.00007 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1946]: 6 -1.00008 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1947]: 6 -1.00006 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1949]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1954]: 6 -1.00004 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1955]: 6 -1.00005 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1958]: 6 -1.0001 0 shouldn't be
163.44/163.92	WSVECS04 Frhs2[1959]: 6 -1.00007 0 shouldn't be
171.72/172.23	c #Conflicts:     249000 | #Constraints:      19692
171.72/172.23	c #Conflicts:     250000 | #Constraints:      20692
171.72/172.23	c #Conflicts:     251000 | #Constraints:      21692
171.72/172.23	c #Conflicts:     252000 | #Constraints:      22751
171.72/172.23	c #Conflicts:     253000 | #Constraints:      23849
171.72/172.23	c #Conflicts:     254000 | #Constraints:      24935
171.72/172.23	c #Conflicts:     255000 | #Constraints:      25991
171.72/172.23	c #Conflicts:     256000 | #Constraints:      27029
171.72/172.23	c INPROCESSING
171.72/172.23	c GARBAGE COLLECT
171.72/172.23	c rational objective 993
178.60/179.11	c #Conflicts:     257000 | #Constraints:      17782
178.60/179.11	c #Conflicts:     258000 | #Constraints:      18782
178.60/179.11	c #Conflicts:     259000 | #Constraints:      19782
178.60/179.11	c #Conflicts:     260000 | #Constraints:      20782
178.60/179.11	c #Conflicts:     261000 | #Constraints:      21782
178.60/179.11	c #Conflicts:     262000 | #Constraints:      22782
178.60/179.11	c #Conflicts:     263000 | #Constraints:      23782
178.60/179.11	c #Conflicts:     264000 | #Constraints:      24782
178.60/179.11	c #Conflicts:     265000 | #Constraints:      25782
178.60/179.11	c #Conflicts:     266000 | #Constraints:      26782
178.60/179.11	c INPROCESSING
178.60/179.11	c GARBAGE COLLECT
178.60/179.11	c rational objective 993
184.68/185.23	c #Conflicts:     267000 | #Constraints:      17498
184.68/185.23	c #Conflicts:     268000 | #Constraints:      18498
184.68/185.23	c #Conflicts:     269000 | #Constraints:      19498
184.68/185.23	c #Conflicts:     270000 | #Constraints:      20498
184.68/185.23	c #Conflicts:     271000 | #Constraints:      21498
184.68/185.23	c #Conflicts:     272000 | #Constraints:      22498
184.68/185.23	c #Conflicts:     273000 | #Constraints:      23498
184.68/185.23	c #Conflicts:     274000 | #Constraints:      24498
184.68/185.23	c #Conflicts:     275000 | #Constraints:      25498
184.68/185.23	c #Conflicts:     276000 | #Constraints:      26498
184.68/185.23	c #Conflicts:     277000 | #Constraints:      27498
184.68/185.23	c INPROCESSING
184.68/185.23	c GARBAGE COLLECT
184.68/185.23	c rational objective 993
192.16/192.71	c #Conflicts:     278000 | #Constraints:      18060
192.16/192.71	c #Conflicts:     279000 | #Constraints:      19099
192.16/192.71	c #Conflicts:     280000 | #Constraints:      20139
192.16/192.71	c #Conflicts:     281000 | #Constraints:      21184
192.16/192.71	c #Conflicts:     282000 | #Constraints:      22237
192.16/192.71	c #Conflicts:     283000 | #Constraints:      23271
192.16/192.71	c #Conflicts:     284000 | #Constraints:      24304
192.16/192.71	c #Conflicts:     285000 | #Constraints:      25332
192.16/192.71	c #Conflicts:     286000 | #Constraints:      26358
192.16/192.71	c #Conflicts:     287000 | #Constraints:      27393
192.16/192.71	c #Conflicts:     288000 | #Constraints:      28417
192.16/192.71	c INPROCESSING
192.16/192.71	c GARBAGE COLLECT
192.16/192.71	c rational objective 993
198.94/199.50	c #Conflicts:     289000 | #Constraints:      18561
198.94/199.50	c #Conflicts:     290000 | #Constraints:      19561
198.94/199.50	c #Conflicts:     291000 | #Constraints:      20561
198.94/199.50	c #Conflicts:     292000 | #Constraints:      21561
198.94/199.50	c #Conflicts:     293000 | #Constraints:      22561
198.94/199.50	c #Conflicts:     294000 | #Constraints:      23561
198.94/199.50	c #Conflicts:     295000 | #Constraints:      24561
198.94/199.50	c #Conflicts:     296000 | #Constraints:      25561
198.94/199.50	c #Conflicts:     297000 | #Constraints:      26561
198.94/199.50	c #Conflicts:     298000 | #Constraints:      27561
198.94/199.50	c #Conflicts:     299000 | #Constraints:      28561
198.94/199.50	c INPROCESSING
198.94/199.50	c GARBAGE COLLECT
198.94/199.50	c rational objective 993
205.43/206.10	c #Conflicts:     300000 | #Constraints:      18684
205.43/206.10	c #Conflicts:     301000 | #Constraints:      19684
205.43/206.10	c #Conflicts:     302000 | #Constraints:      20684
205.43/206.10	c #Conflicts:     303000 | #Constraints:      21684
205.43/206.10	c #Conflicts:     304000 | #Constraints:      22684
205.43/206.10	c #Conflicts:     305000 | #Constraints:      23684
205.43/206.10	c #Conflicts:     306000 | #Constraints:      24684
205.43/206.10	c #Conflicts:     307000 | #Constraints:      25684
205.43/206.10	c #Conflicts:     308000 | #Constraints:      26684
205.43/206.10	c #Conflicts:     309000 | #Constraints:      27684
205.43/206.10	c #Conflicts:     310000 | #Constraints:      28684
205.43/206.10	c INPROCESSING
205.43/206.10	c GARBAGE COLLECT
205.43/206.10	c rational objective 993
214.00/214.69	c #Conflicts:     311000 | #Constraints:      18665
214.00/214.69	c #Conflicts:     312000 | #Constraints:      19675
214.00/214.69	c #Conflicts:     313000 | #Constraints:      20717
214.00/214.69	c #Conflicts:     314000 | #Constraints:      21760
214.00/214.69	c #Conflicts:     315000 | #Constraints:      22792
214.00/214.69	c #Conflicts:     316000 | #Constraints:      23829
214.00/214.69	c #Conflicts:     317000 | #Constraints:      24891
214.00/214.69	c #Conflicts:     318000 | #Constraints:      25938
214.00/214.69	c #Conflicts:     319000 | #Constraints:      26994
214.00/214.69	c #Conflicts:     320000 | #Constraints:      28033
214.00/214.69	c #Conflicts:     321000 | #Constraints:      29075
214.00/214.69	c INPROCESSING
214.00/214.69	c GARBAGE COLLECT
214.00/214.69	c rational objective 993
221.78/222.43	c #Conflicts:     322000 | #Constraints:      18576
221.78/222.43	c #Conflicts:     323000 | #Constraints:      19576
221.78/222.43	c #Conflicts:     324000 | #Constraints:      20576
221.78/222.43	c #Conflicts:     325000 | #Constraints:      21576
221.78/222.43	c #Conflicts:     326000 | #Constraints:      22576
221.78/222.43	c #Conflicts:     327000 | #Constraints:      23576
221.78/222.43	c #Conflicts:     328000 | #Constraints:      24576
221.78/222.43	c #Conflicts:     329000 | #Constraints:      25576
221.78/222.43	c #Conflicts:     330000 | #Constraints:      26576
221.78/222.43	c #Conflicts:     331000 | #Constraints:      27576
221.78/222.43	c #Conflicts:     332000 | #Constraints:      28576
221.78/222.43	c #Conflicts:     333000 | #Constraints:      29576
221.78/222.43	c INPROCESSING
221.78/222.43	c GARBAGE COLLECT
221.78/222.43	c rational objective 993
228.86/229.54	c #Conflicts:     334000 | #Constraints:      19121
228.86/229.54	c #Conflicts:     335000 | #Constraints:      20121
228.86/229.54	c #Conflicts:     336000 | #Constraints:      21121
228.86/229.54	c #Conflicts:     337000 | #Constraints:      22121
228.86/229.54	c #Conflicts:     338000 | #Constraints:      23121
228.86/229.54	c #Conflicts:     339000 | #Constraints:      24121
228.86/229.54	c #Conflicts:     340000 | #Constraints:      25121
228.86/229.54	c #Conflicts:     341000 | #Constraints:      26121
228.86/229.54	c #Conflicts:     342000 | #Constraints:      27121
228.86/229.54	c #Conflicts:     343000 | #Constraints:      28121
228.86/229.54	c #Conflicts:     344000 | #Constraints:      29121
228.86/229.54	c #Conflicts:     345000 | #Constraints:      30121
228.86/229.54	c INPROCESSING
228.86/229.54	c GARBAGE COLLECT
228.86/229.54	c rational objective 993
237.24/237.94	c #Conflicts:     346000 | #Constraints:      19467
237.24/237.94	c #Conflicts:     347000 | #Constraints:      20485
237.24/237.94	c #Conflicts:     348000 | #Constraints:      21532
237.24/237.94	c #Conflicts:     349000 | #Constraints:      22567
237.24/237.94	c #Conflicts:     350000 | #Constraints:      23610
237.24/237.94	c #Conflicts:     351000 | #Constraints:      24642
237.24/237.94	c #Conflicts:     352000 | #Constraints:      25677
237.24/237.94	c #Conflicts:     353000 | #Constraints:      26717
237.24/237.94	c #Conflicts:     354000 | #Constraints:      27751
237.24/237.94	c #Conflicts:     355000 | #Constraints:      28782
237.24/237.94	c #Conflicts:     356000 | #Constraints:      29823
237.24/237.94	c #Conflicts:     357000 | #Constraints:      30862
237.24/237.94	c INPROCESSING
237.24/237.94	c GARBAGE COLLECT
237.24/237.94	c rational objective 993
245.02/245.73	c #Conflicts:     358000 | #Constraints:      19788
245.02/245.73	c #Conflicts:     359000 | #Constraints:      20788
245.02/245.73	c #Conflicts:     360000 | #Constraints:      21788
245.02/245.73	c #Conflicts:     361000 | #Constraints:      22788
245.02/245.73	c #Conflicts:     362000 | #Constraints:      23788
245.02/245.73	c #Conflicts:     363000 | #Constraints:      24788
245.02/245.73	c #Conflicts:     364000 | #Constraints:      25788
245.02/245.73	c #Conflicts:     365000 | #Constraints:      26788
245.02/245.73	c #Conflicts:     366000 | #Constraints:      27788
245.02/245.73	c #Conflicts:     367000 | #Constraints:      28788
245.02/245.73	c #Conflicts:     368000 | #Constraints:      29788
245.02/245.73	c #Conflicts:     369000 | #Constraints:      30788
245.02/245.73	c INPROCESSING
245.02/245.73	c GARBAGE COLLECT
245.02/245.73	c rational objective 993
253.79/254.57	c #Conflicts:     370000 | #Constraints:      19719
253.79/254.57	c #Conflicts:     371000 | #Constraints:      20728
253.79/254.57	c #Conflicts:     372000 | #Constraints:      21776
253.79/254.57	c #Conflicts:     373000 | #Constraints:      22828
253.79/254.57	c #Conflicts:     374000 | #Constraints:      23864
253.79/254.57	c #Conflicts:     375000 | #Constraints:      24910
253.79/254.57	c #Conflicts:     376000 | #Constraints:      25957
253.79/254.57	c #Conflicts:     377000 | #Constraints:      27004
253.79/254.57	c #Conflicts:     378000 | #Constraints:      28040
253.79/254.57	c #Conflicts:     379000 | #Constraints:      29084
253.79/254.57	c #Conflicts:     380000 | #Constraints:      30117
253.79/254.57	c #Conflicts:     381000 | #Constraints:      31150
253.79/254.57	c INPROCESSING
253.79/254.57	c GARBAGE COLLECT
253.79/254.57	c rational objective 993
262.38/263.19	c #Conflicts:     382000 | #Constraints:      19655
262.38/263.19	c #Conflicts:     383000 | #Constraints:      20655
262.38/263.19	c #Conflicts:     384000 | #Constraints:      21655
262.38/263.19	c #Conflicts:     385000 | #Constraints:      22655
262.38/263.19	c #Conflicts:     386000 | #Constraints:      23655
262.38/263.19	c #Conflicts:     387000 | #Constraints:      24655
262.38/263.19	c #Conflicts:     388000 | #Constraints:      25655
262.38/263.19	c #Conflicts:     389000 | #Constraints:      26655
262.38/263.19	c #Conflicts:     390000 | #Constraints:      27655
262.38/263.19	c #Conflicts:     391000 | #Constraints:      28655
262.38/263.19	c #Conflicts:     392000 | #Constraints:      29655
262.38/263.19	c #Conflicts:     393000 | #Constraints:      30655
262.38/263.19	c #Conflicts:     394000 | #Constraints:      31655
262.38/263.19	c INPROCESSING
262.38/263.19	c GARBAGE COLLECT
262.38/263.19	c rational objective 993
270.95/271.75	c #Conflicts:     395000 | #Constraints:      20154
270.95/271.75	c #Conflicts:     396000 | #Constraints:      21154
270.95/271.75	c #Conflicts:     397000 | #Constraints:      22154
270.95/271.75	c #Conflicts:     398000 | #Constraints:      23154
270.95/271.75	c #Conflicts:     399000 | #Constraints:      24154
270.95/271.75	c #Conflicts:     400000 | #Constraints:      25154
270.95/271.75	c #Conflicts:     401000 | #Constraints:      26154
270.95/271.75	c #Conflicts:     402000 | #Constraints:      27154
270.95/271.75	c #Conflicts:     403000 | #Constraints:      28154
270.95/271.75	c #Conflicts:     404000 | #Constraints:      29154
270.95/271.75	c #Conflicts:     405000 | #Constraints:      30154
270.95/271.75	c #Conflicts:     406000 | #Constraints:      31154
270.95/271.75	c #Conflicts:     407000 | #Constraints:      32154
270.95/271.75	c INPROCESSING
270.95/271.75	c GARBAGE COLLECT
270.95/271.75	c rational objective 993
281.92/282.74	c #Conflicts:     408000 | #Constraints:      20494
281.92/282.74	c #Conflicts:     409000 | #Constraints:      21511
281.92/282.74	c #Conflicts:     410000 | #Constraints:      22549
281.92/282.74	c #Conflicts:     411000 | #Constraints:      23599
281.92/282.74	c #Conflicts:     412000 | #Constraints:      24640
281.92/282.74	c #Conflicts:     413000 | #Constraints:      25677
281.92/282.74	c #Conflicts:     414000 | #Constraints:      26724
281.92/282.74	c #Conflicts:     415000 | #Constraints:      27754
281.92/282.74	c #Conflicts:     416000 | #Constraints:      28789
281.92/282.74	c #Conflicts:     417000 | #Constraints:      29826
281.92/282.74	c #Conflicts:     418000 | #Constraints:      30861
281.92/282.74	c #Conflicts:     419000 | #Constraints:      31896
281.92/282.74	c #Conflicts:     420000 | #Constraints:      32925
281.92/282.74	c INPROCESSING
281.92/282.74	c GARBAGE COLLECT
281.92/282.74	c rational objective 993
291.40/292.23	c #Conflicts:     421000 | #Constraints:      20819
291.40/292.23	c #Conflicts:     422000 | #Constraints:      21819
291.40/292.23	c #Conflicts:     423000 | #Constraints:      22819
291.40/292.23	c #Conflicts:     424000 | #Constraints:      23819
291.40/292.23	c #Conflicts:     425000 | #Constraints:      24819
291.40/292.23	c #Conflicts:     426000 | #Constraints:      25819
291.40/292.23	c #Conflicts:     427000 | #Constraints:      26819
291.40/292.23	c #Conflicts:     428000 | #Constraints:      27819
291.40/292.23	c #Conflicts:     429000 | #Constraints:      28819
291.40/292.23	c #Conflicts:     430000 | #Constraints:      29819
291.40/292.23	c #Conflicts:     431000 | #Constraints:      30819
291.40/292.23	c #Conflicts:     432000 | #Constraints:      31819
291.40/292.23	c #Conflicts:     433000 | #Constraints:      32819
291.40/292.23	c INPROCESSING
291.40/292.23	c GARBAGE COLLECT
291.40/292.23	c rational objective 993
300.37/301.21	c #Conflicts:     434000 | #Constraints:      20721
300.37/301.21	c #Conflicts:     435000 | #Constraints:      21721
300.37/301.21	c #Conflicts:     436000 | #Constraints:      22721
300.37/301.21	c #Conflicts:     437000 | #Constraints:      23721
300.37/301.21	c #Conflicts:     438000 | #Constraints:      24721
300.37/301.21	c #Conflicts:     439000 | #Constraints:      25721
300.37/301.21	c #Conflicts:     440000 | #Constraints:      26721
300.37/301.21	c #Conflicts:     441000 | #Constraints:      27721
300.37/301.21	c #Conflicts:     442000 | #Constraints:      28721
300.37/301.21	c #Conflicts:     443000 | #Constraints:      29721
300.37/301.21	c #Conflicts:     444000 | #Constraints:      30721
300.37/301.21	c #Conflicts:     445000 | #Constraints:      31721
300.37/301.21	c #Conflicts:     446000 | #Constraints:      32721
300.37/301.21	c INPROCESSING
300.37/301.21	c GARBAGE COLLECT
300.37/301.21	c rational objective 993
313.63/314.51	c #Conflicts:     447000 | #Constraints:      20487
313.63/314.51	c #Conflicts:     448000 | #Constraints:      21493
313.63/314.51	c #Conflicts:     449000 | #Constraints:      22522
313.63/314.51	c #Conflicts:     450000 | #Constraints:      23557
313.63/314.51	c #Conflicts:     451000 | #Constraints:      24584
313.63/314.51	c #Conflicts:     452000 | #Constraints:      25619
313.63/314.51	c #Conflicts:     453000 | #Constraints:      26654
313.63/314.51	c #Conflicts:     454000 | #Constraints:      27691
313.63/314.51	c #Conflicts:     455000 | #Constraints:      28726
313.63/314.51	c #Conflicts:     456000 | #Constraints:      29767
313.63/314.51	c #Conflicts:     457000 | #Constraints:      30806
313.63/314.51	c #Conflicts:     458000 | #Constraints:      31841
313.63/314.51	c #Conflicts:     459000 | #Constraints:      32870
313.63/314.51	c #Conflicts:     460000 | #Constraints:      33901
313.63/314.51	c INPROCESSING
313.63/314.51	c GARBAGE COLLECT
313.63/314.51	c rational objective 993
323.22/324.18	c #Conflicts:     461000 | #Constraints:      21217
323.22/324.18	c #Conflicts:     462000 | #Constraints:      22217
323.22/324.18	c #Conflicts:     463000 | #Constraints:      23217
323.22/324.18	c #Conflicts:     464000 | #Constraints:      24217
323.22/324.18	c #Conflicts:     465000 | #Constraints:      25217
323.22/324.18	c #Conflicts:     466000 | #Constraints:      26217
323.22/324.18	c #Conflicts:     467000 | #Constraints:      27217
323.22/324.18	c #Conflicts:     468000 | #Constraints:      28217
323.22/324.18	c #Conflicts:     469000 | #Constraints:      29217
323.22/324.18	c #Conflicts:     470000 | #Constraints:      30217
323.22/324.18	c #Conflicts:     471000 | #Constraints:      31217
323.22/324.18	c #Conflicts:     472000 | #Constraints:      32217
323.22/324.18	c #Conflicts:     473000 | #Constraints:      33217
323.22/324.18	c #Conflicts:     474000 | #Constraints:      34217
323.22/324.18	c INPROCESSING
323.22/324.18	c GARBAGE COLLECT
323.22/324.18	c rational objective 993
333.48/334.43	c #Conflicts:     475000 | #Constraints:      21534
333.48/334.43	c #Conflicts:     476000 | #Constraints:      22534
333.48/334.43	c #Conflicts:     477000 | #Constraints:      23534
333.48/334.43	c #Conflicts:     478000 | #Constraints:      24534
333.48/334.43	c #Conflicts:     479000 | #Constraints:      25534
333.48/334.43	c #Conflicts:     480000 | #Constraints:      26534
333.48/334.43	c #Conflicts:     481000 | #Constraints:      27534
333.48/334.43	c #Conflicts:     482000 | #Constraints:      28534
333.48/334.43	c #Conflicts:     483000 | #Constraints:      29534
333.48/334.43	c #Conflicts:     484000 | #Constraints:      30534
333.48/334.43	c #Conflicts:     485000 | #Constraints:      31534
333.48/334.43	c #Conflicts:     486000 | #Constraints:      32534
333.48/334.43	c #Conflicts:     487000 | #Constraints:      33534
333.48/334.43	c #Conflicts:     488000 | #Constraints:      34534
333.48/334.43	c INPROCESSING
333.48/334.43	c GARBAGE COLLECT
333.48/334.43	c rational objective 993
345.06/346.04	c #Conflicts:     489000 | #Constraints:      21737
345.06/346.04	c #Conflicts:     490000 | #Constraints:      22770
345.06/346.04	c #Conflicts:     491000 | #Constraints:      23793
345.06/346.04	c #Conflicts:     492000 | #Constraints:      24824
345.06/346.04	c #Conflicts:     493000 | #Constraints:      25842
345.06/346.04	c #Conflicts:     494000 | #Constraints:      26862
345.06/346.04	c #Conflicts:     495000 | #Constraints:      27877
345.06/346.04	c #Conflicts:     496000 | #Constraints:      28901
345.06/346.04	c #Conflicts:     497000 | #Constraints:      29925
345.06/346.04	c #Conflicts:     498000 | #Constraints:      30948
345.06/346.04	c #Conflicts:     499000 | #Constraints:      31976
345.06/346.04	c #Conflicts:     500000 | #Constraints:      32994
345.06/346.04	c #Conflicts:     501000 | #Constraints:      34024
345.06/346.04	c #Conflicts:     502000 | #Constraints:      35045
345.06/346.04	c INPROCESSING
345.06/346.04	c GARBAGE COLLECT
345.06/346.04	c rational objective 993
355.03/356.04	c #Conflicts:     503000 | #Constraints:      21799
355.03/356.04	c #Conflicts:     504000 | #Constraints:      22799
355.03/356.04	c #Conflicts:     505000 | #Constraints:      23799
355.03/356.04	c #Conflicts:     506000 | #Constraints:      24799
355.03/356.04	c #Conflicts:     507000 | #Constraints:      25799
355.03/356.04	c #Conflicts:     508000 | #Constraints:      26799
355.03/356.04	c #Conflicts:     509000 | #Constraints:      27799
355.03/356.04	c #Conflicts:     510000 | #Constraints:      28799
355.03/356.04	c #Conflicts:     511000 | #Constraints:      29799
355.03/356.04	c #Conflicts:     512000 | #Constraints:      30799
355.03/356.04	c #Conflicts:     513000 | #Constraints:      31799
355.03/356.04	c #Conflicts:     514000 | #Constraints:      32800
355.03/356.04	c #Conflicts:     515000 | #Constraints:      33800
355.03/356.04	c #Conflicts:     516000 | #Constraints:      34800
355.03/356.04	c INPROCESSING
355.03/356.04	c GARBAGE COLLECT
355.03/356.04	c rational objective 993
364.90/365.98	c #Conflicts:     517000 | #Constraints:      21545
364.90/365.98	c #Conflicts:     518000 | #Constraints:      22545
364.90/365.98	c #Conflicts:     519000 | #Constraints:      23545
364.90/365.98	c #Conflicts:     520000 | #Constraints:      24545
364.90/365.98	c #Conflicts:     521000 | #Constraints:      25545
364.90/365.98	c #Conflicts:     522000 | #Constraints:      26545
364.90/365.98	c #Conflicts:     523000 | #Constraints:      27545
364.90/365.98	c #Conflicts:     524000 | #Constraints:      28545
364.90/365.98	c #Conflicts:     525000 | #Constraints:      29545
364.90/365.98	c #Conflicts:     526000 | #Constraints:      30545
364.90/365.98	c #Conflicts:     527000 | #Constraints:      31545
364.90/365.98	c #Conflicts:     528000 | #Constraints:      32545
364.90/365.98	c #Conflicts:     529000 | #Constraints:      33545
364.90/365.98	c #Conflicts:     530000 | #Constraints:      34545
364.90/365.98	c #Conflicts:     531000 | #Constraints:      35545
364.90/365.98	c INPROCESSING
364.90/365.98	c GARBAGE COLLECT
364.90/365.98	c rational objective 993
377.17/378.26	c #Conflicts:     532000 | #Constraints:      22109
377.17/378.26	c #Conflicts:     533000 | #Constraints:      23148
377.17/378.26	c #Conflicts:     534000 | #Constraints:      24185
377.17/378.26	c #Conflicts:     535000 | #Constraints:      25232
377.17/378.26	c #Conflicts:     536000 | #Constraints:      26286
377.17/378.26	c #Conflicts:     537000 | #Constraints:      27326
377.17/378.26	c #Conflicts:     538000 | #Constraints:      28356
377.17/378.26	c #Conflicts:     539000 | #Constraints:      29384
377.17/378.26	c #Conflicts:     540000 | #Constraints:      30411
377.17/378.26	c #Conflicts:     541000 | #Constraints:      31443
377.17/378.26	c #Conflicts:     542000 | #Constraints:      32479
377.17/378.26	c #Conflicts:     543000 | #Constraints:      33518
377.17/378.26	c #Conflicts:     544000 | #Constraints:      34541
377.17/378.26	c #Conflicts:     545000 | #Constraints:      35563
377.17/378.26	c #Conflicts:     546000 | #Constraints:      36580
377.17/378.26	c INPROCESSING
377.17/378.26	c GARBAGE COLLECT
377.17/378.26	c rational objective 993
389.53/390.68	c #Conflicts:     547000 | #Constraints:      22667
389.53/390.68	c #Conflicts:     548000 | #Constraints:      23667
389.53/390.68	c #Conflicts:     549000 | #Constraints:      24667
389.53/390.68	c #Conflicts:     550000 | #Constraints:      25667
389.53/390.68	c #Conflicts:     551000 | #Constraints:      26667
389.53/390.68	c #Conflicts:     552000 | #Constraints:      27667
389.53/390.68	c #Conflicts:     553000 | #Constraints:      28667
389.53/390.68	c #Conflicts:     554000 | #Constraints:      29667
389.53/390.68	c #Conflicts:     555000 | #Constraints:      30667
389.53/390.68	c #Conflicts:     556000 | #Constraints:      31667
389.53/390.68	c #Conflicts:     557000 | #Constraints:      32667
389.53/390.68	c #Conflicts:     558000 | #Constraints:      33667
389.53/390.68	c #Conflicts:     559000 | #Constraints:      34667
389.53/390.68	c #Conflicts:     560000 | #Constraints:      35667
389.53/390.68	c #Conflicts:     561000 | #Constraints:      36667
389.53/390.68	c INPROCESSING
389.53/390.68	c GARBAGE COLLECT
389.53/390.68	c rational objective 993
401.40/402.50	c #Conflicts:     562000 | #Constraints:      22790
401.40/402.50	c #Conflicts:     563000 | #Constraints:      23837
401.40/402.50	c #Conflicts:     564000 | #Constraints:      24879
401.40/402.50	c #Conflicts:     565000 | #Constraints:      25913
401.40/402.50	c #Conflicts:     566000 | #Constraints:      26951
401.40/402.50	c #Conflicts:     567000 | #Constraints:      27982
401.40/402.50	c #Conflicts:     568000 | #Constraints:      29019
401.40/402.50	c #Conflicts:     569000 | #Constraints:      30068
401.40/402.50	c #Conflicts:     570000 | #Constraints:      31106
401.40/402.50	c #Conflicts:     571000 | #Constraints:      32134
401.40/402.50	c #Conflicts:     572000 | #Constraints:      33161
401.40/402.50	c #Conflicts:     573000 | #Constraints:      34178
401.40/402.50	c #Conflicts:     574000 | #Constraints:      35194
401.40/402.50	c #Conflicts:     575000 | #Constraints:      36231
401.40/402.50	c #Conflicts:     576000 | #Constraints:      37257
401.40/402.50	c INPROCESSING
401.40/402.50	c GARBAGE COLLECT
401.40/402.50	c rational objective 993
413.77/414.99	c #Conflicts:     577000 | #Constraints:      22898
413.77/414.99	c #Conflicts:     578000 | #Constraints:      23898
413.77/414.99	c #Conflicts:     579000 | #Constraints:      24898
413.77/414.99	c #Conflicts:     580000 | #Constraints:      25898
413.77/414.99	c #Conflicts:     581000 | #Constraints:      26898
413.77/414.99	c #Conflicts:     582000 | #Constraints:      27898
413.77/414.99	c #Conflicts:     583000 | #Constraints:      28898
413.77/414.99	c #Conflicts:     584000 | #Constraints:      29898
413.77/414.99	c #Conflicts:     585000 | #Constraints:      30898
413.77/414.99	c #Conflicts:     586000 | #Constraints:      31898
413.77/414.99	c #Conflicts:     587000 | #Constraints:      32898
413.77/414.99	c #Conflicts:     588000 | #Constraints:      33898
413.77/414.99	c #Conflicts:     589000 | #Constraints:      34899
413.77/414.99	c #Conflicts:     590000 | #Constraints:      35899
413.77/414.99	c #Conflicts:     591000 | #Constraints:      36899
413.77/414.99	c INPROCESSING
413.77/414.99	c GARBAGE COLLECT
413.77/414.99	c rational objective 993
425.85/427.07	c #Conflicts:     592000 | #Constraints:      22587
425.85/427.07	c #Conflicts:     593000 | #Constraints:      23587
425.85/427.07	c #Conflicts:     594000 | #Constraints:      24587
425.85/427.07	c #Conflicts:     595000 | #Constraints:      25587
425.85/427.07	c #Conflicts:     596000 | #Constraints:      26587
425.85/427.07	c #Conflicts:     597000 | #Constraints:      27587
425.85/427.07	c #Conflicts:     598000 | #Constraints:      28587
425.85/427.07	c #Conflicts:     599000 | #Constraints:      29587
425.85/427.07	c #Conflicts:     600000 | #Constraints:      30587
425.85/427.07	c #Conflicts:     601000 | #Constraints:      31587
425.85/427.07	c #Conflicts:     602000 | #Constraints:      32587
425.85/427.07	c #Conflicts:     603000 | #Constraints:      33587
425.85/427.07	c #Conflicts:     604000 | #Constraints:      34587
425.85/427.07	c #Conflicts:     605000 | #Constraints:      35587
425.85/427.07	c #Conflicts:     606000 | #Constraints:      36587
425.85/427.07	c #Conflicts:     607000 | #Constraints:      37587
425.85/427.07	c INPROCESSING
425.85/427.07	c GARBAGE COLLECT
425.85/427.07	c rational objective 993
438.01/439.24	c #Conflicts:     608000 | #Constraints:      23159
438.01/439.24	c #Conflicts:     609000 | #Constraints:      24186
438.01/439.24	c #Conflicts:     610000 | #Constraints:      25226
438.01/439.24	c #Conflicts:     611000 | #Constraints:      26258
438.01/439.24	c #Conflicts:     612000 | #Constraints:      27278
438.01/439.24	c #Conflicts:     613000 | #Constraints:      28307
438.01/439.24	c #Conflicts:     614000 | #Constraints:      29326
438.01/439.24	c #Conflicts:     615000 | #Constraints:      30374
438.01/439.24	c #Conflicts:     616000 | #Constraints:      31399
438.01/439.24	c #Conflicts:     617000 | #Constraints:      32417
438.01/439.24	c #Conflicts:     618000 | #Constraints:      33435
438.01/439.24	c #Conflicts:     619000 | #Constraints:      34462
438.01/439.24	c #Conflicts:     620000 | #Constraints:      35520
438.01/439.24	c #Conflicts:     621000 | #Constraints:      36560
438.01/439.24	c #Conflicts:     622000 | #Constraints:      37602
438.01/439.24	c #Conflicts:     623000 | #Constraints:      38646
438.01/439.24	c INPROCESSING
438.01/439.24	c GARBAGE COLLECT
438.01/439.24	c rational objective 993
450.28/451.56	c #Conflicts:     624000 | #Constraints:      23673
450.28/451.56	c #Conflicts:     625000 | #Constraints:      24673
450.28/451.56	c #Conflicts:     626000 | #Constraints:      25673
450.28/451.56	c #Conflicts:     627000 | #Constraints:      26673
450.28/451.56	c #Conflicts:     628000 | #Constraints:      27673
450.28/451.56	c #Conflicts:     629000 | #Constraints:      28673
450.28/451.56	c #Conflicts:     630000 | #Constraints:      29673
450.28/451.56	c #Conflicts:     631000 | #Constraints:      30673
450.28/451.56	c #Conflicts:     632000 | #Constraints:      31673
450.28/451.56	c #Conflicts:     633000 | #Constraints:      32673
450.28/451.56	c #Conflicts:     634000 | #Constraints:      33673
450.28/451.56	c #Conflicts:     635000 | #Constraints:      34673
450.28/451.56	c #Conflicts:     636000 | #Constraints:      35673
450.28/451.56	c #Conflicts:     637000 | #Constraints:      36673
450.28/451.56	c #Conflicts:     638000 | #Constraints:      37673
450.28/451.56	c #Conflicts:     639000 | #Constraints:      38673
450.28/451.56	c INPROCESSING
450.28/451.56	c GARBAGE COLLECT
450.28/451.56	c rational objective 993
462.13/463.41	c #Conflicts:     640000 | #Constraints:      23808
462.13/463.41	c #Conflicts:     641000 | #Constraints:      24849
462.13/463.41	c #Conflicts:     642000 | #Constraints:      25897
462.13/463.41	c #Conflicts:     643000 | #Constraints:      26940
462.13/463.41	c #Conflicts:     644000 | #Constraints:      27978
462.13/463.41	c #Conflicts:     645000 | #Constraints:      29025
462.13/463.41	c #Conflicts:     646000 | #Constraints:      30065
462.13/463.41	c #Conflicts:     647000 | #Constraints:      31108
462.13/463.41	c #Conflicts:     648000 | #Constraints:      32135
462.13/463.41	c #Conflicts:     649000 | #Constraints:      33159
462.13/463.41	c #Conflicts:     650000 | #Constraints:      34178
462.13/463.41	c #Conflicts:     651000 | #Constraints:      35196
462.13/463.41	c #Conflicts:     652000 | #Constraints:      36219
462.13/463.41	c #Conflicts:     653000 | #Constraints:      37239
462.13/463.41	c #Conflicts:     654000 | #Constraints:      38267
462.13/463.41	c #Conflicts:     655000 | #Constraints:      39293
462.13/463.41	c INPROCESSING
462.13/463.41	c GARBAGE COLLECT
462.13/463.41	c rational objective 993
475.71/477.05	c #Conflicts:     656000 | #Constraints:      23910
475.71/477.05	c #Conflicts:     657000 | #Constraints:      24910
475.71/477.05	c #Conflicts:     658000 | #Constraints:      25910
475.71/477.05	c #Conflicts:     659000 | #Constraints:      26910
475.71/477.05	c #Conflicts:     660000 | #Constraints:      27910
475.71/477.05	c #Conflicts:     661000 | #Constraints:      28910
475.71/477.05	c #Conflicts:     662000 | #Constraints:      29910
475.71/477.05	c #Conflicts:     663000 | #Constraints:      30910
475.71/477.05	c #Conflicts:     664000 | #Constraints:      31910
475.71/477.05	c #Conflicts:     665000 | #Constraints:      32910
475.71/477.05	c #Conflicts:     666000 | #Constraints:      33910
475.71/477.05	c #Conflicts:     667000 | #Constraints:      34910
475.71/477.05	c #Conflicts:     668000 | #Constraints:      35910
475.71/477.05	c #Conflicts:     669000 | #Constraints:      36910
475.71/477.05	c #Conflicts:     670000 | #Constraints:      37910
475.71/477.05	c #Conflicts:     671000 | #Constraints:      38910
475.71/477.05	c INPROCESSING
475.71/477.05	c GARBAGE COLLECT
475.71/477.05	c rational objective 993
490.67/492.10	c #Conflicts:     672000 | #Constraints:      23566
490.67/492.10	c #Conflicts:     673000 | #Constraints:      24572
490.67/492.10	c #Conflicts:     674000 | #Constraints:      25609
490.67/492.10	c #Conflicts:     675000 | #Constraints:      26668
490.67/492.10	c #Conflicts:     676000 | #Constraints:      27743
490.67/492.10	c #Conflicts:     677000 | #Constraints:      28792
490.67/492.10	c #Conflicts:     678000 | #Constraints:      29838
490.67/492.10	c #Conflicts:     679000 | #Constraints:      30881
490.67/492.10	c #Conflicts:     680000 | #Constraints:      31920
490.67/492.10	c #Conflicts:     681000 | #Constraints:      32957
490.67/492.10	c #Conflicts:     682000 | #Constraints:      34025
490.67/492.10	c #Conflicts:     683000 | #Constraints:      35072
490.67/492.10	c #Conflicts:     684000 | #Constraints:      36100
490.67/492.10	c #Conflicts:     685000 | #Constraints:      37148
490.67/492.10	c #Conflicts:     686000 | #Constraints:      38176
490.67/492.10	c #Conflicts:     687000 | #Constraints:      39205
490.67/492.10	c #Conflicts:     688000 | #Constraints:      40233
490.67/492.10	c INPROCESSING
490.67/492.10	c GARBAGE COLLECT
490.67/492.10	c rational objective 993
506.32/507.75	c #Conflicts:     689000 | #Constraints:      24373
506.32/507.75	c #Conflicts:     690000 | #Constraints:      25373
506.32/507.75	c #Conflicts:     691000 | #Constraints:      26373
506.32/507.75	c #Conflicts:     692000 | #Constraints:      27373
506.32/507.75	c #Conflicts:     693000 | #Constraints:      28373
506.32/507.75	c #Conflicts:     694000 | #Constraints:      29373
506.32/507.75	c #Conflicts:     695000 | #Constraints:      30373
506.32/507.75	c #Conflicts:     696000 | #Constraints:      31373
506.32/507.75	c #Conflicts:     697000 | #Constraints:      32373
506.32/507.75	c #Conflicts:     698000 | #Constraints:      33373
506.32/507.75	c #Conflicts:     699000 | #Constraints:      34373
506.32/507.75	c #Conflicts:     700000 | #Constraints:      35373
506.32/507.75	c #Conflicts:     701000 | #Constraints:      36373
506.32/507.75	c #Conflicts:     702000 | #Constraints:      37373
506.32/507.75	c #Conflicts:     703000 | #Constraints:      38373
506.32/507.75	c #Conflicts:     704000 | #Constraints:      39373
506.32/507.75	c #Conflicts:     705000 | #Constraints:      40373
506.32/507.75	c INPROCESSING
506.32/507.75	c GARBAGE COLLECT
506.32/507.75	c rational objective 993
520.18/521.63	c #Conflicts:     706000 | #Constraints:      24656
520.18/521.63	c #Conflicts:     707000 | #Constraints:      25656
520.18/521.63	c #Conflicts:     708000 | #Constraints:      26656
520.18/521.63	c #Conflicts:     709000 | #Constraints:      27656
520.18/521.63	c #Conflicts:     710000 | #Constraints:      28656
520.18/521.63	c #Conflicts:     711000 | #Constraints:      29656
520.18/521.63	c #Conflicts:     712000 | #Constraints:      30656
520.18/521.63	c #Conflicts:     713000 | #Constraints:      31656
520.18/521.63	c #Conflicts:     714000 | #Constraints:      32656
520.18/521.63	c #Conflicts:     715000 | #Constraints:      33656
520.18/521.63	c #Conflicts:     716000 | #Constraints:      34656
520.18/521.63	c #Conflicts:     717000 | #Constraints:      35656
520.18/521.63	c #Conflicts:     718000 | #Constraints:      36656
520.18/521.63	c #Conflicts:     719000 | #Constraints:      37656
520.18/521.63	c #Conflicts:     720000 | #Constraints:      38656
520.18/521.63	c #Conflicts:     721000 | #Constraints:      39656
520.18/521.63	c #Conflicts:     722000 | #Constraints:      40656
520.18/521.63	c INPROCESSING
520.18/521.63	c GARBAGE COLLECT
520.18/521.63	c rational objective 993
535.34/536.80	c #Conflicts:     723000 | #Constraints:      24794
535.34/536.80	c #Conflicts:     724000 | #Constraints:      25845
535.34/536.80	c #Conflicts:     725000 | #Constraints:      26907
535.34/536.80	c #Conflicts:     726000 | #Constraints:      27955
535.34/536.80	c #Conflicts:     727000 | #Constraints:      28994
535.34/536.80	c #Conflicts:     728000 | #Constraints:      30020
535.34/536.80	c #Conflicts:     729000 | #Constraints:      31063
535.34/536.80	c #Conflicts:     730000 | #Constraints:      32109
535.34/536.80	c #Conflicts:     731000 | #Constraints:      33142
535.34/536.80	c #Conflicts:     732000 | #Constraints:      34170
535.34/536.80	c #Conflicts:     733000 | #Constraints:      35213
535.34/536.80	c #Conflicts:     734000 | #Constraints:      36237
535.34/536.80	c #Conflicts:     735000 | #Constraints:      37259
535.34/536.80	c #Conflicts:     736000 | #Constraints:      38294
535.34/536.80	c #Conflicts:     737000 | #Constraints:      39327
535.34/536.80	c #Conflicts:     738000 | #Constraints:      40353
535.34/536.80	c #Conflicts:     739000 | #Constraints:      41385
535.34/536.80	c INPROCESSING
535.34/536.80	c GARBAGE COLLECT
535.34/536.80	c rational objective 993
537.44/538.92	c #Conflicts:     740000 | #Constraints:      24964
537.44/538.92	c #Conflicts:     741000 | #Constraints:      25964
537.44/538.92	c #Conflicts:     742000 | #Constraints:      26964
537.44/538.92	c bounds 1031 >= 994 @ 531.197
549.80/551.30	c #Conflicts:     743000 | #Constraints:      28051
549.80/551.30	c #Conflicts:     744000 | #Constraints:      29051
549.80/551.30	c #Conflicts:     745000 | #Constraints:      30051
549.80/551.30	c #Conflicts:     746000 | #Constraints:      31051
549.80/551.30	c #Conflicts:     747000 | #Constraints:      32051
549.80/551.30	c #Conflicts:     748000 | #Constraints:      33051
549.80/551.30	c #Conflicts:     749000 | #Constraints:      34051
549.80/551.30	c #Conflicts:     750000 | #Constraints:      35051
549.80/551.30	c #Conflicts:     751000 | #Constraints:      36051
549.80/551.30	c #Conflicts:     752000 | #Constraints:      37051
549.80/551.30	c #Conflicts:     753000 | #Constraints:      38051
549.80/551.30	c #Conflicts:     754000 | #Constraints:      39051
549.80/551.30	c #Conflicts:     755000 | #Constraints:      40051
549.80/551.30	c #Conflicts:     756000 | #Constraints:      41052
549.80/551.30	c INPROCESSING
549.80/551.30	c GARBAGE COLLECT
549.80/551.30	c rational objective 994
563.87/565.44	c #Conflicts:     757000 | #Constraints:      24680
563.87/565.44	c #Conflicts:     758000 | #Constraints:      25680
563.87/565.44	c #Conflicts:     759000 | #Constraints:      26680
563.87/565.44	c #Conflicts:     760000 | #Constraints:      27680
563.87/565.44	c #Conflicts:     761000 | #Constraints:      28680
563.87/565.44	c #Conflicts:     762000 | #Constraints:      29680
563.87/565.44	c #Conflicts:     763000 | #Constraints:      30680
563.87/565.44	c #Conflicts:     764000 | #Constraints:      31680
563.87/565.44	c #Conflicts:     765000 | #Constraints:      32680
563.87/565.44	c #Conflicts:     766000 | #Constraints:      33680
563.87/565.44	c #Conflicts:     767000 | #Constraints:      34680
563.87/565.44	c #Conflicts:     768000 | #Constraints:      35680
563.87/565.44	c #Conflicts:     769000 | #Constraints:      36680
563.87/565.44	c #Conflicts:     770000 | #Constraints:      37680
563.87/565.44	c #Conflicts:     771000 | #Constraints:      38680
563.87/565.44	c #Conflicts:     772000 | #Constraints:      39680
563.87/565.44	c #Conflicts:     773000 | #Constraints:      40680
563.87/565.44	c #Conflicts:     774000 | #Constraints:      41680
563.87/565.44	c INPROCESSING
563.87/565.44	c GARBAGE COLLECT
563.87/565.44	c rational objective 994
581.72/583.30	c #Conflicts:     775000 | #Constraints:      25197
581.72/583.30	c #Conflicts:     776000 | #Constraints:      26198
581.72/583.30	c #Conflicts:     777000 | #Constraints:      27227
581.72/583.30	c #Conflicts:     778000 | #Constraints:      28290
581.72/583.30	c #Conflicts:     779000 | #Constraints:      29332
581.72/583.30	c #Conflicts:     780000 | #Constraints:      30361
581.72/583.30	c #Conflicts:     781000 | #Constraints:      31410
581.72/583.30	c #Conflicts:     782000 | #Constraints:      32451
581.72/583.30	c #Conflicts:     783000 | #Constraints:      33485
581.72/583.30	c #Conflicts:     784000 | #Constraints:      34523
581.72/583.30	c #Conflicts:     785000 | #Constraints:      35562
581.72/583.30	c #Conflicts:     786000 | #Constraints:      36615
581.72/583.30	c #Conflicts:     787000 | #Constraints:      37659
581.72/583.30	c #Conflicts:     788000 | #Constraints:      38706
581.72/583.30	c #Conflicts:     789000 | #Constraints:      39740
581.72/583.30	c #Conflicts:     790000 | #Constraints:      40781
581.72/583.30	c #Conflicts:     791000 | #Constraints:      41825
581.72/583.30	c #Conflicts:     792000 | #Constraints:      42864
581.72/583.30	c INPROCESSING
581.72/583.30	c GARBAGE COLLECT
581.72/583.30	c rational objective 994
598.58/600.22	c #Conflicts:     793000 | #Constraints:      25791
598.58/600.22	c #Conflicts:     794000 | #Constraints:      26791
598.58/600.22	c #Conflicts:     795000 | #Constraints:      27791
598.58/600.22	c #Conflicts:     796000 | #Constraints:      28791
598.58/600.22	c #Conflicts:     797000 | #Constraints:      29791
598.58/600.22	c #Conflicts:     798000 | #Constraints:      30791
598.58/600.22	c #Conflicts:     799000 | #Constraints:      31791
598.58/600.22	c #Conflicts:     800000 | #Constraints:      32791
598.58/600.22	c #Conflicts:     801000 | #Constraints:      33791
598.58/600.22	c #Conflicts:     802000 | #Constraints:      34791
598.58/600.22	c #Conflicts:     803000 | #Constraints:      35791
598.58/600.22	c #Conflicts:     804000 | #Constraints:      36791
598.58/600.22	c #Conflicts:     805000 | #Constraints:      37791
598.58/600.22	c #Conflicts:     806000 | #Constraints:      38791
598.58/600.22	c #Conflicts:     807000 | #Constraints:      39791
598.58/600.22	c #Conflicts:     808000 | #Constraints:      40791
598.58/600.22	c #Conflicts:     809000 | #Constraints:      41791
598.58/600.22	c #Conflicts:     810000 | #Constraints:      42791
598.58/600.22	c INPROCESSING
598.58/600.22	c GARBAGE COLLECT
598.58/600.22	c rational objective 994
614.44/616.16	c #Conflicts:     811000 | #Constraints:      25867
614.44/616.16	c #Conflicts:     812000 | #Constraints:      26920
614.44/616.16	c #Conflicts:     813000 | #Constraints:      27981
614.44/616.16	c #Conflicts:     814000 | #Constraints:      29046
614.44/616.16	c #Conflicts:     815000 | #Constraints:      30112
614.44/616.16	c #Conflicts:     816000 | #Constraints:      31165
614.44/616.16	c #Conflicts:     817000 | #Constraints:      32194
614.44/616.16	c #Conflicts:     818000 | #Constraints:      33226
614.44/616.16	c #Conflicts:     819000 | #Constraints:      34275
614.44/616.16	c #Conflicts:     820000 | #Constraints:      35336
614.44/616.16	c #Conflicts:     821000 | #Constraints:      36368
614.44/616.16	c #Conflicts:     822000 | #Constraints:      37395
614.44/616.16	c #Conflicts:     823000 | #Constraints:      38422
614.44/616.16	c #Conflicts:     824000 | #Constraints:      39448
614.44/616.16	c #Conflicts:     825000 | #Constraints:      40474
614.44/616.16	c #Conflicts:     826000 | #Constraints:      41507
614.44/616.16	c #Conflicts:     827000 | #Constraints:      42541
614.44/616.16	c #Conflicts:     828000 | #Constraints:      43573
614.44/616.16	c INPROCESSING
614.44/616.16	c GARBAGE COLLECT
614.44/616.16	c rational objective 994
631.88/633.64	c #Conflicts:     829000 | #Constraints:      26086
631.88/633.64	c #Conflicts:     830000 | #Constraints:      27086
631.88/633.64	c #Conflicts:     831000 | #Constraints:      28086
631.88/633.64	c #Conflicts:     832000 | #Constraints:      29086
631.88/633.64	c #Conflicts:     833000 | #Constraints:      30086
631.88/633.64	c #Conflicts:     834000 | #Constraints:      31086
631.88/633.64	c #Conflicts:     835000 | #Constraints:      32086
631.88/633.64	c #Conflicts:     836000 | #Constraints:      33086
631.88/633.64	c #Conflicts:     837000 | #Constraints:      34086
631.88/633.64	c #Conflicts:     838000 | #Constraints:      35086
631.88/633.64	c #Conflicts:     839000 | #Constraints:      36086
631.88/633.64	c #Conflicts:     840000 | #Constraints:      37086
631.88/633.64	c #Conflicts:     841000 | #Constraints:      38086
631.88/633.64	c #Conflicts:     842000 | #Constraints:      39086
631.88/633.64	c #Conflicts:     843000 | #Constraints:      40086
631.88/633.64	c #Conflicts:     844000 | #Constraints:      41086
631.88/633.64	c #Conflicts:     845000 | #Constraints:      42086
631.88/633.64	c #Conflicts:     846000 | #Constraints:      43086
631.88/633.64	c INPROCESSING
631.88/633.64	c GARBAGE COLLECT
631.88/633.64	c rational objective 994
646.74/648.55	c #Conflicts:     847000 | #Constraints:      25706
646.74/648.55	c #Conflicts:     848000 | #Constraints:      26706
646.74/648.55	c #Conflicts:     849000 | #Constraints:      27706
646.74/648.55	c #Conflicts:     850000 | #Constraints:      28706
646.74/648.55	c #Conflicts:     851000 | #Constraints:      29706
646.74/648.55	c #Conflicts:     852000 | #Constraints:      30706
646.74/648.55	c #Conflicts:     853000 | #Constraints:      31706
646.74/648.55	c #Conflicts:     854000 | #Constraints:      32706
646.74/648.55	c #Conflicts:     855000 | #Constraints:      33706
646.74/648.55	c #Conflicts:     856000 | #Constraints:      34706
646.74/648.55	c #Conflicts:     857000 | #Constraints:      35706
646.74/648.55	c #Conflicts:     858000 | #Constraints:      36706
646.74/648.55	c #Conflicts:     859000 | #Constraints:      37706
646.74/648.55	c #Conflicts:     860000 | #Constraints:      38706
646.74/648.55	c #Conflicts:     861000 | #Constraints:      39706
646.74/648.55	c #Conflicts:     862000 | #Constraints:      40706
646.74/648.55	c #Conflicts:     863000 | #Constraints:      41706
646.74/648.55	c #Conflicts:     864000 | #Constraints:      42706
646.74/648.55	c #Conflicts:     865000 | #Constraints:      43706
646.74/648.55	c INPROCESSING
646.74/648.55	c GARBAGE COLLECT
646.74/648.55	c rational objective 994
665.09/666.95	c #Conflicts:     866000 | #Constraints:      26219
665.09/666.95	c #Conflicts:     867000 | #Constraints:      27241
665.09/666.95	c #Conflicts:     868000 | #Constraints:      28307
665.09/666.95	c #Conflicts:     869000 | #Constraints:      29357
665.09/666.95	c #Conflicts:     870000 | #Constraints:      30401
665.09/666.95	c #Conflicts:     871000 | #Constraints:      31456
665.09/666.95	c #Conflicts:     872000 | #Constraints:      32496
665.09/666.95	c #Conflicts:     873000 | #Constraints:      33539
665.09/666.95	c #Conflicts:     874000 | #Constraints:      34564
665.09/666.95	c #Conflicts:     875000 | #Constraints:      35609
665.09/666.95	c #Conflicts:     876000 | #Constraints:      36639
665.09/666.95	c #Conflicts:     877000 | #Constraints:      37673
665.09/666.95	c #Conflicts:     878000 | #Constraints:      38705
665.09/666.95	c #Conflicts:     879000 | #Constraints:      39730
665.09/666.95	c #Conflicts:     880000 | #Constraints:      40758
665.09/666.95	c #Conflicts:     881000 | #Constraints:      41793
665.09/666.95	c #Conflicts:     882000 | #Constraints:      42819
665.09/666.95	c #Conflicts:     883000 | #Constraints:      43839
665.09/666.95	c #Conflicts:     884000 | #Constraints:      44863
665.09/666.95	c INPROCESSING
665.09/666.95	c GARBAGE COLLECT
665.09/666.95	c rational objective 994
683.45/685.31	c #Conflicts:     885000 | #Constraints:      26781
683.45/685.31	c #Conflicts:     886000 | #Constraints:      27781
683.45/685.31	c #Conflicts:     887000 | #Constraints:      28781
683.45/685.31	c #Conflicts:     888000 | #Constraints:      29781
683.45/685.31	c #Conflicts:     889000 | #Constraints:      30781
683.45/685.31	c #Conflicts:     890000 | #Constraints:      31781
683.45/685.31	c #Conflicts:     891000 | #Constraints:      32781
683.45/685.31	c #Conflicts:     892000 | #Constraints:      33781
683.45/685.31	c #Conflicts:     893000 | #Constraints:      34781
683.45/685.31	c #Conflicts:     894000 | #Constraints:      35781
683.45/685.31	c #Conflicts:     895000 | #Constraints:      36781
683.45/685.31	c #Conflicts:     896000 | #Constraints:      37781
683.45/685.31	c #Conflicts:     897000 | #Constraints:      38781
683.45/685.31	c #Conflicts:     898000 | #Constraints:      39781
683.45/685.31	c #Conflicts:     899000 | #Constraints:      40781
683.45/685.31	c #Conflicts:     900000 | #Constraints:      41781
683.45/685.31	c #Conflicts:     901000 | #Constraints:      42781
683.45/685.31	c #Conflicts:     902000 | #Constraints:      43781
683.45/685.31	c #Conflicts:     903000 | #Constraints:      44781
683.45/685.31	c INPROCESSING
683.45/685.31	c GARBAGE COLLECT
683.45/685.31	c rational objective 994
702.10/704.03	c #Conflicts:     904000 | #Constraints:      26878
702.10/704.03	c #Conflicts:     905000 | #Constraints:      27929
702.10/704.03	c #Conflicts:     906000 | #Constraints:      28990
702.10/704.03	c #Conflicts:     907000 | #Constraints:      30038
702.10/704.03	c #Conflicts:     908000 | #Constraints:      31092
702.10/704.03	c #Conflicts:     909000 | #Constraints:      32134
702.10/704.03	c #Conflicts:     910000 | #Constraints:      33178
702.10/704.03	c #Conflicts:     911000 | #Constraints:      34222
702.10/704.03	c #Conflicts:     912000 | #Constraints:      35262
702.10/704.03	c #Conflicts:     913000 | #Constraints:      36301
702.10/704.03	c #Conflicts:     914000 | #Constraints:      37334
702.10/704.03	c #Conflicts:     915000 | #Constraints:      38379
702.10/704.03	c #Conflicts:     916000 | #Constraints:      39416
702.10/704.03	c #Conflicts:     917000 | #Constraints:      40452
702.10/704.03	c #Conflicts:     918000 | #Constraints:      41477
702.10/704.03	c #Conflicts:     919000 | #Constraints:      42517
702.10/704.03	c #Conflicts:     920000 | #Constraints:      43542
702.10/704.03	c #Conflicts:     921000 | #Constraints:      44570
702.10/704.03	c #Conflicts:     922000 | #Constraints:      45600
702.10/704.03	c INPROCESSING
702.10/704.03	c GARBAGE COLLECT
702.10/704.03	c rational objective 994
720.15/722.13	c #Conflicts:     923000 | #Constraints:      27106
720.15/722.13	c #Conflicts:     924000 | #Constraints:      28106
720.15/722.13	c #Conflicts:     925000 | #Constraints:      29106
720.15/722.13	c #Conflicts:     926000 | #Constraints:      30106
720.15/722.13	c #Conflicts:     927000 | #Constraints:      31106
720.15/722.13	c #Conflicts:     928000 | #Constraints:      32106
720.15/722.13	c #Conflicts:     929000 | #Constraints:      33106
720.15/722.13	c #Conflicts:     930000 | #Constraints:      34106
720.15/722.13	c #Conflicts:     931000 | #Constraints:      35106
720.15/722.13	c #Conflicts:     932000 | #Constraints:      36106
720.15/722.13	c #Conflicts:     933000 | #Constraints:      37106
720.15/722.13	c #Conflicts:     934000 | #Constraints:      38106
720.15/722.13	c #Conflicts:     935000 | #Constraints:      39106
720.15/722.13	c #Conflicts:     936000 | #Constraints:      40106
720.15/722.13	c #Conflicts:     937000 | #Constraints:      41106
720.15/722.13	c #Conflicts:     938000 | #Constraints:      42106
720.15/722.13	c #Conflicts:     939000 | #Constraints:      43106
720.15/722.13	c #Conflicts:     940000 | #Constraints:      44106
720.15/722.13	c #Conflicts:     941000 | #Constraints:      45106
720.15/722.13	c INPROCESSING
720.15/722.13	c GARBAGE COLLECT
720.15/722.13	c rational objective 994
737.59/739.67	c #Conflicts:     942000 | #Constraints:      26717
737.59/739.67	c #Conflicts:     943000 | #Constraints:      27717
737.59/739.67	c #Conflicts:     944000 | #Constraints:      28717
737.59/739.67	c #Conflicts:     945000 | #Constraints:      29717
737.59/739.67	c #Conflicts:     946000 | #Constraints:      30717
737.59/739.67	c #Conflicts:     947000 | #Constraints:      31717
737.59/739.67	c #Conflicts:     948000 | #Constraints:      32717
737.59/739.67	c #Conflicts:     949000 | #Constraints:      33717
737.59/739.67	c #Conflicts:     950000 | #Constraints:      34717
737.59/739.67	c #Conflicts:     951000 | #Constraints:      35717
737.59/739.67	c #Conflicts:     952000 | #Constraints:      36717
737.59/739.67	c #Conflicts:     953000 | #Constraints:      37717
737.59/739.67	c #Conflicts:     954000 | #Constraints:      38717
737.59/739.67	c #Conflicts:     955000 | #Constraints:      39717
737.59/739.67	c #Conflicts:     956000 | #Constraints:      40717
737.59/739.67	c #Conflicts:     957000 | #Constraints:      41717
737.59/739.67	c #Conflicts:     958000 | #Constraints:      42717
737.59/739.67	c #Conflicts:     959000 | #Constraints:      43717
737.59/739.67	c #Conflicts:     960000 | #Constraints:      44717
737.59/739.67	c #Conflicts:     961000 | #Constraints:      45717
737.59/739.67	c INPROCESSING
737.59/739.67	c GARBAGE COLLECT
737.59/739.67	c rational objective 994
763.13/765.23	c #Conflicts:     962000 | #Constraints:      27222
763.13/765.23	c #Conflicts:     963000 | #Constraints:      28240
763.13/765.23	c #Conflicts:     964000 | #Constraints:      29250
763.13/765.23	c #Conflicts:     965000 | #Constraints:      30264
763.13/765.23	c #Conflicts:     966000 | #Constraints:      31270
763.13/765.23	c #Conflicts:     967000 | #Constraints:      32296
763.13/765.23	c #Conflicts:     968000 | #Constraints:      33330
763.13/765.23	c #Conflicts:     969000 | #Constraints:      34347
763.13/765.23	c #Conflicts:     970000 | #Constraints:      35360
763.13/765.23	c #Conflicts:     971000 | #Constraints:      36398
763.13/765.23	c #Conflicts:     972000 | #Constraints:      37405
763.13/765.23	c #Conflicts:     973000 | #Constraints:      38428
763.13/765.23	c #Conflicts:     974000 | #Constraints:      39449
763.13/765.23	c #Conflicts:     975000 | #Constraints:      40468
763.13/765.23	c #Conflicts:     976000 | #Constraints:      41488
763.13/765.23	c #Conflicts:     977000 | #Constraints:      42503
763.13/765.23	c #Conflicts:     978000 | #Constraints:      43510
763.13/765.23	c #Conflicts:     979000 | #Constraints:      44526
763.13/765.23	c #Conflicts:     980000 | #Constraints:      45578
763.13/765.23	c #Conflicts:     981000 | #Constraints:      46631
763.13/765.23	c INPROCESSING
763.13/765.23	c GARBAGE COLLECT
763.13/765.23	c rational objective 994
780.48/782.69	c #Conflicts:     982000 | #Constraints:      27683
780.48/782.69	c #Conflicts:     983000 | #Constraints:      28683
780.48/782.69	c #Conflicts:     984000 | #Constraints:      29683
780.48/782.69	c #Conflicts:     985000 | #Constraints:      30683
780.48/782.69	c #Conflicts:     986000 | #Constraints:      31683
780.48/782.69	c #Conflicts:     987000 | #Constraints:      32683
780.48/782.69	c #Conflicts:     988000 | #Constraints:      33683
780.48/782.69	c #Conflicts:     989000 | #Constraints:      34683
780.48/782.69	c #Conflicts:     990000 | #Constraints:      35683
780.48/782.69	c #Conflicts:     991000 | #Constraints:      36683
780.48/782.69	c #Conflicts:     992000 | #Constraints:      37683
780.48/782.69	c #Conflicts:     993000 | #Constraints:      38683
780.48/782.69	c #Conflicts:     994000 | #Constraints:      39683
780.48/782.69	c #Conflicts:     995000 | #Constraints:      40683
780.48/782.69	c #Conflicts:     996000 | #Constraints:      41683
780.48/782.69	c #Conflicts:     997000 | #Constraints:      42683
780.48/782.69	c #Conflicts:     998000 | #Constraints:      43683
780.48/782.69	c #Conflicts:     999000 | #Constraints:      44683
780.48/782.69	c #Conflicts:    1000000 | #Constraints:      45683
780.48/782.69	c #Conflicts:    1001000 | #Constraints:      46683
780.48/782.69	c INPROCESSING
780.48/782.69	c GARBAGE COLLECT
780.48/782.69	c rational objective 994
798.74/800.94	c #Conflicts:    1002000 | #Constraints:      27808
798.74/800.94	c #Conflicts:    1003000 | #Constraints:      28808
798.74/800.94	c #Conflicts:    1004000 | #Constraints:      29808
798.74/800.94	c #Conflicts:    1005000 | #Constraints:      30808
798.74/800.94	c #Conflicts:    1006000 | #Constraints:      31808
798.74/800.94	c #Conflicts:    1007000 | #Constraints:      32808
798.74/800.94	c #Conflicts:    1008000 | #Constraints:      33808
798.74/800.94	c #Conflicts:    1009000 | #Constraints:      34808
798.74/800.94	c #Conflicts:    1010000 | #Constraints:      35808
798.74/800.94	c #Conflicts:    1011000 | #Constraints:      36808
798.74/800.94	c #Conflicts:    1012000 | #Constraints:      37808
798.74/800.94	c #Conflicts:    1013000 | #Constraints:      38808
798.74/800.94	c #Conflicts:    1014000 | #Constraints:      39808
798.74/800.94	c #Conflicts:    1015000 | #Constraints:      40808
798.74/800.94	c #Conflicts:    1016000 | #Constraints:      41808
798.74/800.94	c #Conflicts:    1017000 | #Constraints:      42808
798.74/800.94	c #Conflicts:    1018000 | #Constraints:      43808
798.74/800.94	c #Conflicts:    1019000 | #Constraints:      44808
798.74/800.94	c #Conflicts:    1020000 | #Constraints:      45808
798.74/800.94	c #Conflicts:    1021000 | #Constraints:      46808
798.74/800.94	c INPROCESSING
798.74/800.94	c GARBAGE COLLECT
798.74/800.94	c rational objective 994
815.39/817.63	c #Conflicts:    1022000 | #Constraints:      27797
815.39/817.63	c #Conflicts:    1023000 | #Constraints:      28841
815.39/817.63	c #Conflicts:    1024000 | #Constraints:      29882
815.39/817.63	c #Conflicts:    1025000 | #Constraints:      30912
815.39/817.63	c #Conflicts:    1026000 | #Constraints:      31936
815.39/817.63	c #Conflicts:    1027000 | #Constraints:      32964
815.39/817.63	c #Conflicts:    1028000 | #Constraints:      34010
815.39/817.63	c #Conflicts:    1029000 | #Constraints:      35045
815.39/817.63	c #Conflicts:    1030000 | #Constraints:      36087
815.39/817.63	c #Conflicts:    1031000 | #Constraints:      37126
815.39/817.63	c #Conflicts:    1032000 | #Constraints:      38190
815.39/817.63	c #Conflicts:    1033000 | #Constraints:      39229
815.39/817.63	c #Conflicts:    1034000 | #Constraints:      40264
815.39/817.63	c #Conflicts:    1035000 | #Constraints:      41310
815.39/817.63	c #Conflicts:    1036000 | #Constraints:      42350
815.39/817.63	c #Conflicts:    1037000 | #Constraints:      43398
815.39/817.63	c #Conflicts:    1038000 | #Constraints:      44434
815.39/817.63	c #Conflicts:    1039000 | #Constraints:      45465
815.39/817.63	c #Conflicts:    1040000 | #Constraints:      46516
815.39/817.63	c #Conflicts:    1041000 | #Constraints:      47562
815.39/817.63	c INPROCESSING
815.39/817.63	c GARBAGE COLLECT
815.39/817.63	c rational objective 994
834.54/836.86	c #Conflicts:    1042000 | #Constraints:      27873
834.54/836.86	c #Conflicts:    1043000 | #Constraints:      28873
834.54/836.86	c #Conflicts:    1044000 | #Constraints:      29873
834.54/836.86	c #Conflicts:    1045000 | #Constraints:      30873
834.54/836.86	c #Conflicts:    1046000 | #Constraints:      31873
834.54/836.86	c #Conflicts:    1047000 | #Constraints:      32873
834.54/836.86	c #Conflicts:    1048000 | #Constraints:      33873
834.54/836.86	c #Conflicts:    1049000 | #Constraints:      34873
834.54/836.86	c #Conflicts:    1050000 | #Constraints:      35873
834.54/836.86	c #Conflicts:    1051000 | #Constraints:      36873
834.54/836.86	c #Conflicts:    1052000 | #Constraints:      37873
834.54/836.86	c #Conflicts:    1053000 | #Constraints:      38873
834.54/836.86	c #Conflicts:    1054000 | #Constraints:      39873
834.54/836.86	c #Conflicts:    1055000 | #Constraints:      40873
834.54/836.86	c #Conflicts:    1056000 | #Constraints:      41873
834.54/836.86	c #Conflicts:    1057000 | #Constraints:      42873
834.54/836.86	c #Conflicts:    1058000 | #Constraints:      43873
834.54/836.86	c #Conflicts:    1059000 | #Constraints:      44873
834.54/836.86	c #Conflicts:    1060000 | #Constraints:      45873
834.54/836.86	c #Conflicts:    1061000 | #Constraints:      46873
834.54/836.86	c #Conflicts:    1062000 | #Constraints:      47873
834.54/836.86	c INPROCESSING
834.54/836.86	c GARBAGE COLLECT
834.54/836.86	c rational objective 994
858.08/860.42	c #Conflicts:    1063000 | #Constraints:      28332
858.08/860.42	c #Conflicts:    1064000 | #Constraints:      29356
858.08/860.42	c #Conflicts:    1065000 | #Constraints:      30372
858.08/860.42	c #Conflicts:    1066000 | #Constraints:      31400
858.08/860.42	c #Conflicts:    1067000 | #Constraints:      32425
858.08/860.42	c #Conflicts:    1068000 | #Constraints:      33445
858.08/860.42	c #Conflicts:    1069000 | #Constraints:      34457
858.08/860.42	c #Conflicts:    1070000 | #Constraints:      35485
858.08/860.42	c #Conflicts:    1071000 | #Constraints:      36509
858.08/860.42	c #Conflicts:    1072000 | #Constraints:      37524
858.08/860.42	c #Conflicts:    1073000 | #Constraints:      38549
858.08/860.42	c #Conflicts:    1074000 | #Constraints:      39563
858.08/860.42	c #Conflicts:    1075000 | #Constraints:      40587
858.08/860.42	c #Conflicts:    1076000 | #Constraints:      41602
858.08/860.42	c #Conflicts:    1077000 | #Constraints:      42628
858.08/860.42	c #Conflicts:    1078000 | #Constraints:      43646
858.08/860.42	c #Conflicts:    1079000 | #Constraints:      44661
858.08/860.42	c #Conflicts:    1080000 | #Constraints:      45688
858.08/860.42	c #Conflicts:    1081000 | #Constraints:      46708
858.08/860.42	c #Conflicts:    1082000 | #Constraints:      47731
858.08/860.42	c #Conflicts:    1083000 | #Constraints:      48744
858.08/860.42	c INPROCESSING
858.08/860.42	c GARBAGE COLLECT
858.08/860.42	c rational objective 994
876.93/879.36	c #Conflicts:    1084000 | #Constraints:      28798
876.93/879.36	c #Conflicts:    1085000 | #Constraints:      29798
876.93/879.36	c #Conflicts:    1086000 | #Constraints:      30798
876.93/879.36	c #Conflicts:    1087000 | #Constraints:      31798
876.93/879.36	c #Conflicts:    1088000 | #Constraints:      32798
876.93/879.36	c #Conflicts:    1089000 | #Constraints:      33798
876.93/879.36	c #Conflicts:    1090000 | #Constraints:      34798
876.93/879.36	c #Conflicts:    1091000 | #Constraints:      35798
876.93/879.36	c #Conflicts:    1092000 | #Constraints:      36798
876.93/879.36	c #Conflicts:    1093000 | #Constraints:      37798
876.93/879.36	c #Conflicts:    1094000 | #Constraints:      38798
876.93/879.36	c #Conflicts:    1095000 | #Constraints:      39798
876.93/879.36	c #Conflicts:    1096000 | #Constraints:      40798
876.93/879.36	c #Conflicts:    1097000 | #Constraints:      41798
876.93/879.36	c #Conflicts:    1098000 | #Constraints:      42798
876.93/879.36	c #Conflicts:    1099000 | #Constraints:      43798
876.93/879.36	c #Conflicts:    1100000 | #Constraints:      44798
876.93/879.36	c #Conflicts:    1101000 | #Constraints:      45798
876.93/879.36	c #Conflicts:    1102000 | #Constraints:      46798
876.93/879.36	c #Conflicts:    1103000 | #Constraints:      47798
876.93/879.36	c #Conflicts:    1104000 | #Constraints:      48798
876.93/879.36	c INPROCESSING
876.93/879.36	c GARBAGE COLLECT
876.93/879.36	c rational objective 994
894.99/897.49	c #Conflicts:    1105000 | #Constraints:      28897
894.99/897.49	c #Conflicts:    1106000 | #Constraints:      29897
894.99/897.49	c #Conflicts:    1107000 | #Constraints:      30897
894.99/897.49	c #Conflicts:    1108000 | #Constraints:      31897
894.99/897.49	c #Conflicts:    1109000 | #Constraints:      32897
894.99/897.49	c #Conflicts:    1110000 | #Constraints:      33897
894.99/897.49	c #Conflicts:    1111000 | #Constraints:      34897
894.99/897.49	c #Conflicts:    1112000 | #Constraints:      35897
894.99/897.49	c #Conflicts:    1113000 | #Constraints:      36897
894.99/897.49	c #Conflicts:    1114000 | #Constraints:      37897
894.99/897.49	c #Conflicts:    1115000 | #Constraints:      38897
894.99/897.49	c #Conflicts:    1116000 | #Constraints:      39897
894.99/897.49	c #Conflicts:    1117000 | #Constraints:      40897
894.99/897.49	c #Conflicts:    1118000 | #Constraints:      41897
894.99/897.49	c #Conflicts:    1119000 | #Constraints:      42897
894.99/897.49	c #Conflicts:    1120000 | #Constraints:      43897
894.99/897.49	c #Conflicts:    1121000 | #Constraints:      44897
894.99/897.49	c #Conflicts:    1122000 | #Constraints:      45897
894.99/897.49	c #Conflicts:    1123000 | #Constraints:      46897
894.99/897.49	c #Conflicts:    1124000 | #Constraints:      47897
894.99/897.49	c #Conflicts:    1125000 | #Constraints:      48897
894.99/897.49	c INPROCESSING
894.99/897.49	c GARBAGE COLLECT
894.99/897.49	c rational objective 994
917.23/919.79	c #Conflicts:    1126000 | #Constraints:      28836
917.23/919.79	c #Conflicts:    1127000 | #Constraints:      29865
917.23/919.79	c #Conflicts:    1128000 | #Constraints:      30900
917.23/919.79	c #Conflicts:    1129000 | #Constraints:      31915
917.23/919.79	c #Conflicts:    1130000 | #Constraints:      32933
917.23/919.79	c #Conflicts:    1131000 | #Constraints:      33966
917.23/919.79	c #Conflicts:    1132000 | #Constraints:      34996
917.23/919.79	c #Conflicts:    1133000 | #Constraints:      36025
917.23/919.79	c #Conflicts:    1134000 | #Constraints:      37069
917.23/919.79	c #Conflicts:    1135000 | #Constraints:      38103
917.23/919.79	c #Conflicts:    1136000 | #Constraints:      39131
917.23/919.79	c #Conflicts:    1137000 | #Constraints:      40159
917.23/919.79	c #Conflicts:    1138000 | #Constraints:      41196
917.23/919.79	c #Conflicts:    1139000 | #Constraints:      42221
917.23/919.79	c #Conflicts:    1140000 | #Constraints:      43248
917.23/919.79	c #Conflicts:    1141000 | #Constraints:      44282
917.23/919.79	c #Conflicts:    1142000 | #Constraints:      45303
917.23/919.79	c #Conflicts:    1143000 | #Constraints:      46327
917.23/919.79	c #Conflicts:    1144000 | #Constraints:      47351
917.23/919.79	c #Conflicts:    1145000 | #Constraints:      48368
917.23/919.79	c #Conflicts:    1146000 | #Constraints:      49388
917.23/919.79	c INPROCESSING
917.23/919.79	c GARBAGE COLLECT
917.23/919.79	c rational objective 994
937.17/939.74	c #Conflicts:    1147000 | #Constraints:      28790
937.17/939.74	c #Conflicts:    1148000 | #Constraints:      29790
937.17/939.74	c #Conflicts:    1149000 | #Constraints:      30790
937.17/939.74	c #Conflicts:    1150000 | #Constraints:      31790
937.17/939.74	c #Conflicts:    1151000 | #Constraints:      32790
937.17/939.74	c #Conflicts:    1152000 | #Constraints:      33790
937.17/939.74	c #Conflicts:    1153000 | #Constraints:      34790
937.17/939.74	c #Conflicts:    1154000 | #Constraints:      35790
937.17/939.74	c #Conflicts:    1155000 | #Constraints:      36790
937.17/939.74	c #Conflicts:    1156000 | #Constraints:      37790
937.17/939.74	c #Conflicts:    1157000 | #Constraints:      38790
937.17/939.74	c #Conflicts:    1158000 | #Constraints:      39790
937.17/939.74	c #Conflicts:    1159000 | #Constraints:      40790
937.17/939.74	c #Conflicts:    1160000 | #Constraints:      41790
937.17/939.74	c #Conflicts:    1161000 | #Constraints:      42790
937.17/939.74	c #Conflicts:    1162000 | #Constraints:      43790
937.17/939.74	c #Conflicts:    1163000 | #Constraints:      44790
937.17/939.74	c #Conflicts:    1164000 | #Constraints:      45790
937.17/939.74	c #Conflicts:    1165000 | #Constraints:      46790
937.17/939.74	c #Conflicts:    1166000 | #Constraints:      47790
937.17/939.74	c #Conflicts:    1167000 | #Constraints:      48790
937.17/939.74	c #Conflicts:    1168000 | #Constraints:      49790
937.17/939.74	c INPROCESSING
937.17/939.74	c GARBAGE COLLECT
937.17/939.74	c rational objective 994
956.63/959.24	c #Conflicts:    1169000 | #Constraints:      29270
956.63/959.24	c #Conflicts:    1170000 | #Constraints:      30270
956.63/959.24	c #Conflicts:    1171000 | #Constraints:      31270
956.63/959.24	c #Conflicts:    1172000 | #Constraints:      32270
956.63/959.24	c #Conflicts:    1173000 | #Constraints:      33270
956.63/959.24	c #Conflicts:    1174000 | #Constraints:      34270
956.63/959.24	c #Conflicts:    1175000 | #Constraints:      35270
956.63/959.24	c #Conflicts:    1176000 | #Constraints:      36270
956.63/959.24	c #Conflicts:    1177000 | #Constraints:      37270
956.63/959.24	c #Conflicts:    1178000 | #Constraints:      38270
956.63/959.24	c #Conflicts:    1179000 | #Constraints:      39270
956.63/959.24	c #Conflicts:    1180000 | #Constraints:      40270
956.63/959.24	c #Conflicts:    1181000 | #Constraints:      41270
956.63/959.24	c #Conflicts:    1182000 | #Constraints:      42270
956.63/959.24	c #Conflicts:    1183000 | #Constraints:      43270
956.63/959.24	c #Conflicts:    1184000 | #Constraints:      44270
956.63/959.24	c #Conflicts:    1185000 | #Constraints:      45270
956.63/959.24	c #Conflicts:    1186000 | #Constraints:      46270
956.63/959.24	c #Conflicts:    1187000 | #Constraints:      47270
956.63/959.24	c #Conflicts:    1188000 | #Constraints:      48270
956.63/959.24	c #Conflicts:    1189000 | #Constraints:      49270
956.63/959.24	c #Conflicts:    1190000 | #Constraints:      50270
956.63/959.24	c INPROCESSING
956.63/959.24	c GARBAGE COLLECT
956.63/959.24	c rational objective 994
982.16/984.84	c #Conflicts:    1191000 | #Constraints:      29642
982.16/984.84	c #Conflicts:    1192000 | #Constraints:      30700
982.16/984.84	c #Conflicts:    1193000 | #Constraints:      31734
982.16/984.84	c #Conflicts:    1194000 | #Constraints:      32770
982.16/984.84	c #Conflicts:    1195000 | #Constraints:      33825
982.16/984.84	c #Conflicts:    1196000 | #Constraints:      34885
982.16/984.84	c #Conflicts:    1197000 | #Constraints:      35949
982.16/984.84	c #Conflicts:    1198000 | #Constraints:      36982
982.16/984.84	c #Conflicts:    1199000 | #Constraints:      38021
982.16/984.84	c #Conflicts:    1200000 | #Constraints:      39055
982.16/984.84	c #Conflicts:    1201000 | #Constraints:      40100
982.16/984.84	c #Conflicts:    1202000 | #Constraints:      41132
982.16/984.84	c #Conflicts:    1203000 | #Constraints:      42173
982.16/984.84	c #Conflicts:    1204000 | #Constraints:      43209
982.16/984.84	c #Conflicts:    1205000 | #Constraints:      44262
982.16/984.84	c #Conflicts:    1206000 | #Constraints:      45304
982.16/984.84	c #Conflicts:    1207000 | #Constraints:      46329
982.16/984.84	c #Conflicts:    1208000 | #Constraints:      47369
982.16/984.84	c #Conflicts:    1209000 | #Constraints:      48386
982.16/984.84	c #Conflicts:    1210000 | #Constraints:      49408
982.16/984.84	c #Conflicts:    1211000 | #Constraints:      50440
982.16/984.84	c #Conflicts:    1212000 | #Constraints:      51468
982.16/984.84	c INPROCESSING
982.16/984.84	c GARBAGE COLLECT
982.16/984.84	c rational objective 994
1004.70/1007.43	c #Conflicts:    1213000 | #Constraints:      30114
1004.70/1007.43	c #Conflicts:    1214000 | #Constraints:      31114
1004.70/1007.43	c #Conflicts:    1215000 | #Constraints:      32114
1004.70/1007.43	c #Conflicts:    1216000 | #Constraints:      33114
1004.70/1007.43	c #Conflicts:    1217000 | #Constraints:      34114
1004.70/1007.43	c #Conflicts:    1218000 | #Constraints:      35114
1004.70/1007.43	c #Conflicts:    1219000 | #Constraints:      36114
1004.70/1007.43	c #Conflicts:    1220000 | #Constraints:      37114
1004.70/1007.43	c #Conflicts:    1221000 | #Constraints:      38114
1004.70/1007.43	c #Conflicts:    1222000 | #Constraints:      39114
1004.70/1007.43	c #Conflicts:    1223000 | #Constraints:      40114
1004.70/1007.43	c #Conflicts:    1224000 | #Constraints:      41114
1004.70/1007.43	c #Conflicts:    1225000 | #Constraints:      42115
1004.70/1007.43	c #Conflicts:    1226000 | #Constraints:      43115
1004.70/1007.43	c #Conflicts:    1227000 | #Constraints:      44115
1004.70/1007.43	c #Conflicts:    1228000 | #Constraints:      45115
1004.70/1007.43	c #Conflicts:    1229000 | #Constraints:      46115
1004.70/1007.43	c #Conflicts:    1230000 | #Constraints:      47115
1004.70/1007.43	c #Conflicts:    1231000 | #Constraints:      48115
1004.70/1007.43	c #Conflicts:    1232000 | #Constraints:      49115
1004.70/1007.43	c #Conflicts:    1233000 | #Constraints:      50115
1004.70/1007.43	c #Conflicts:    1234000 | #Constraints:      51115
1004.70/1007.43	c INPROCESSING
1004.70/1007.43	c GARBAGE COLLECT
1004.70/1007.43	c rational objective 994
1024.55/1027.31	c #Conflicts:    1235000 | #Constraints:      29942
1024.55/1027.31	c #Conflicts:    1236000 | #Constraints:      30942
1024.55/1027.31	c #Conflicts:    1237000 | #Constraints:      31942
1024.55/1027.31	c #Conflicts:    1238000 | #Constraints:      32942
1024.55/1027.31	c #Conflicts:    1239000 | #Constraints:      33942
1024.55/1027.31	c #Conflicts:    1240000 | #Constraints:      34942
1024.55/1027.31	c #Conflicts:    1241000 | #Constraints:      35942
1024.55/1027.31	c #Conflicts:    1242000 | #Constraints:      36942
1024.55/1027.31	c #Conflicts:    1243000 | #Constraints:      37942
1024.55/1027.31	c #Conflicts:    1244000 | #Constraints:      38942
1024.55/1027.31	c #Conflicts:    1245000 | #Constraints:      39942
1024.55/1027.31	c #Conflicts:    1246000 | #Constraints:      40942
1024.55/1027.31	c #Conflicts:    1247000 | #Constraints:      41942
1024.55/1027.31	c #Conflicts:    1248000 | #Constraints:      42942
1024.55/1027.31	c #Conflicts:    1249000 | #Constraints:      43942
1024.55/1027.31	c #Conflicts:    1250000 | #Constraints:      44942
1024.55/1027.31	c #Conflicts:    1251000 | #Constraints:      45942
1024.55/1027.31	c #Conflicts:    1252000 | #Constraints:      46942
1024.55/1027.31	c #Conflicts:    1253000 | #Constraints:      47942
1024.55/1027.31	c #Conflicts:    1254000 | #Constraints:      48942
1024.55/1027.31	c #Conflicts:    1255000 | #Constraints:      49942
1024.55/1027.31	c #Conflicts:    1256000 | #Constraints:      50942
1024.55/1027.31	c INPROCESSING
1024.55/1027.31	c GARBAGE COLLECT
1024.55/1027.31	c rational objective 994
1051.18/1054.10	c #Conflicts:    1257000 | #Constraints:      29657
1051.18/1054.10	c #Conflicts:    1258000 | #Constraints:      30658
1051.18/1054.10	c #Conflicts:    1259000 | #Constraints:      31691
1051.18/1054.10	c #Conflicts:    1260000 | #Constraints:      32750
1051.18/1054.10	c #Conflicts:    1261000 | #Constraints:      33809
1051.18/1054.10	c #Conflicts:    1262000 | #Constraints:      34864
1051.18/1054.10	c #Conflicts:    1263000 | #Constraints:      35923
1051.18/1054.10	c #Conflicts:    1264000 | #Constraints:      36984
1051.18/1054.10	c #Conflicts:    1265000 | #Constraints:      38020
1051.18/1054.10	c #Conflicts:    1266000 | #Constraints:      39052
1051.18/1054.10	c #Conflicts:    1267000 | #Constraints:      40082
1051.18/1054.10	c #Conflicts:    1268000 | #Constraints:      41121
1051.18/1054.10	c #Conflicts:    1269000 | #Constraints:      42142
1051.18/1054.10	c #Conflicts:    1270000 | #Constraints:      43183
1051.18/1054.10	c #Conflicts:    1271000 | #Constraints:      44226
1051.18/1054.10	c #Conflicts:    1272000 | #Constraints:      45263
1051.18/1054.10	c #Conflicts:    1273000 | #Constraints:      46316
1051.18/1054.10	c #Conflicts:    1274000 | #Constraints:      47356
1051.18/1054.10	c #Conflicts:    1275000 | #Constraints:      48394
1051.18/1054.10	c #Conflicts:    1276000 | #Constraints:      49435
1051.18/1054.10	c #Conflicts:    1277000 | #Constraints:      50469
1051.18/1054.10	c #Conflicts:    1278000 | #Constraints:      51500
1051.18/1054.10	c #Conflicts:    1279000 | #Constraints:      52535
1051.18/1054.10	c INPROCESSING
1051.18/1054.10	c GARBAGE COLLECT
1051.18/1054.10	c rational objective 994
1072.13/1075.05	c #Conflicts:    1280000 | #Constraints:      30552
1072.13/1075.05	c #Conflicts:    1281000 | #Constraints:      31552
1072.13/1075.05	c #Conflicts:    1282000 | #Constraints:      32552
1072.13/1075.05	c #Conflicts:    1283000 | #Constraints:      33552
1072.13/1075.05	c #Conflicts:    1284000 | #Constraints:      34552
1072.13/1075.05	c #Conflicts:    1285000 | #Constraints:      35552
1072.13/1075.05	c #Conflicts:    1286000 | #Constraints:      36552
1072.13/1075.05	c #Conflicts:    1287000 | #Constraints:      37552
1072.13/1075.05	c #Conflicts:    1288000 | #Constraints:      38552
1072.13/1075.05	c #Conflicts:    1289000 | #Constraints:      39552
1072.13/1075.05	c #Conflicts:    1290000 | #Constraints:      40552
1072.13/1075.05	c #Conflicts:    1291000 | #Constraints:      41552
1072.13/1075.05	c #Conflicts:    1292000 | #Constraints:      42552
1072.13/1075.05	c #Conflicts:    1293000 | #Constraints:      43552
1072.13/1075.05	c #Conflicts:    1294000 | #Constraints:      44552
1072.13/1075.05	c #Conflicts:    1295000 | #Constraints:      45552
1072.13/1075.05	c #Conflicts:    1296000 | #Constraints:      46552
1072.13/1075.05	c #Conflicts:    1297000 | #Constraints:      47552
1072.13/1075.05	c #Conflicts:    1298000 | #Constraints:      48552
1072.13/1075.05	c #Conflicts:    1299000 | #Constraints:      49552
1072.13/1075.05	c #Conflicts:    1300000 | #Constraints:      50552
1072.13/1075.05	c #Conflicts:    1301000 | #Constraints:      51552
1072.13/1075.05	c #Conflicts:    1302000 | #Constraints:      52552
1072.13/1075.05	c INPROCESSING
1072.13/1075.05	c GARBAGE COLLECT
1072.13/1075.05	c rational objective 994
1093.87/1096.86	c #Conflicts:    1303000 | #Constraints:      30753
1093.87/1096.86	c #Conflicts:    1304000 | #Constraints:      31753
1093.87/1096.86	c #Conflicts:    1305000 | #Constraints:      32753
1093.87/1096.86	c #Conflicts:    1306000 | #Constraints:      33753
1093.87/1096.86	c #Conflicts:    1307000 | #Constraints:      34753
1093.87/1096.86	c #Conflicts:    1308000 | #Constraints:      35753
1093.87/1096.86	c #Conflicts:    1309000 | #Constraints:      36753
1093.87/1096.86	c #Conflicts:    1310000 | #Constraints:      37753
1093.87/1096.86	c #Conflicts:    1311000 | #Constraints:      38753
1093.87/1096.86	c #Conflicts:    1312000 | #Constraints:      39753
1093.87/1096.86	c #Conflicts:    1313000 | #Constraints:      40753
1093.87/1096.86	c #Conflicts:    1314000 | #Constraints:      41753
1093.87/1096.86	c #Conflicts:    1315000 | #Constraints:      42753
1093.87/1096.86	c #Conflicts:    1316000 | #Constraints:      43753
1093.87/1096.86	c #Conflicts:    1317000 | #Constraints:      44753
1093.87/1096.86	c #Conflicts:    1318000 | #Constraints:      45753
1093.87/1096.86	c #Conflicts:    1319000 | #Constraints:      46753
1093.87/1096.86	c #Conflicts:    1320000 | #Constraints:      47753
1093.87/1096.86	c #Conflicts:    1321000 | #Constraints:      48753
1093.87/1096.86	c #Conflicts:    1322000 | #Constraints:      49753
1093.87/1096.86	c #Conflicts:    1323000 | #Constraints:      50753
1093.87/1096.86	c #Conflicts:    1324000 | #Constraints:      51753
1093.87/1096.86	c #Conflicts:    1325000 | #Constraints:      52753
1093.87/1096.86	c INPROCESSING
1093.87/1096.86	c GARBAGE COLLECT
1093.87/1096.86	c rational objective 994
1118.00/1121.00	c #Conflicts:    1326000 | #Constraints:      30862
1118.00/1121.00	c #Conflicts:    1327000 | #Constraints:      31897
1118.00/1121.00	c #Conflicts:    1328000 | #Constraints:      32954
1118.00/1121.00	c #Conflicts:    1329000 | #Constraints:      34000
1118.00/1121.00	c #Conflicts:    1330000 | #Constraints:      35037
1118.00/1121.00	c #Conflicts:    1331000 | #Constraints:      36085
1118.00/1121.00	c #Conflicts:    1332000 | #Constraints:      37134
1118.00/1121.00	c #Conflicts:    1333000 | #Constraints:      38162
1118.00/1121.00	c #Conflicts:    1334000 | #Constraints:      39195
1118.00/1121.00	c #Conflicts:    1335000 | #Constraints:      40226
1118.00/1121.00	c #Conflicts:    1336000 | #Constraints:      41260
1118.00/1121.00	c #Conflicts:    1337000 | #Constraints:      42306
1118.00/1121.00	c #Conflicts:    1338000 | #Constraints:      43343
1118.00/1121.00	c #Conflicts:    1339000 | #Constraints:      44376
1118.00/1121.00	c #Conflicts:    1340000 | #Constraints:      45420
1118.00/1121.00	c #Conflicts:    1341000 | #Constraints:      46447
1118.00/1121.00	c #Conflicts:    1342000 | #Constraints:      47489
1118.00/1121.00	c #Conflicts:    1343000 | #Constraints:      48529
1118.00/1121.00	c #Conflicts:    1344000 | #Constraints:      49548
1118.00/1121.00	c #Conflicts:    1345000 | #Constraints:      50596
1118.00/1121.00	c #Conflicts:    1346000 | #Constraints:      51636
1118.00/1121.00	c #Conflicts:    1347000 | #Constraints:      52675
1118.00/1121.00	c #Conflicts:    1348000 | #Constraints:      53712
1118.00/1121.00	c INPROCESSING
1118.00/1121.00	c GARBAGE COLLECT
1118.00/1121.00	c rational objective 994
1139.14/1142.25	c #Conflicts:    1349000 | #Constraints:      31154
1139.14/1142.25	c #Conflicts:    1350000 | #Constraints:      32154
1139.14/1142.25	c #Conflicts:    1351000 | #Constraints:      33154
1139.14/1142.25	c #Conflicts:    1352000 | #Constraints:      34154
1139.14/1142.25	c #Conflicts:    1353000 | #Constraints:      35154
1139.14/1142.25	c #Conflicts:    1354000 | #Constraints:      36154
1139.14/1142.25	c #Conflicts:    1355000 | #Constraints:      37154
1139.14/1142.25	c #Conflicts:    1356000 | #Constraints:      38154
1139.14/1142.25	c #Conflicts:    1357000 | #Constraints:      39154
1139.14/1142.25	c #Conflicts:    1358000 | #Constraints:      40154
1139.14/1142.25	c #Conflicts:    1359000 | #Constraints:      41154
1139.14/1142.25	c #Conflicts:    1360000 | #Constraints:      42154
1139.14/1142.25	c #Conflicts:    1361000 | #Constraints:      43154
1139.14/1142.25	c #Conflicts:    1362000 | #Constraints:      44154
1139.14/1142.25	c #Conflicts:    1363000 | #Constraints:      45154
1139.14/1142.25	c #Conflicts:    1364000 | #Constraints:      46154
1139.14/1142.25	c #Conflicts:    1365000 | #Constraints:      47154
1139.14/1142.25	c #Conflicts:    1366000 | #Constraints:      48154
1139.14/1142.25	c #Conflicts:    1367000 | #Constraints:      49154
1139.14/1142.25	c #Conflicts:    1368000 | #Constraints:      50154
1139.14/1142.25	c #Conflicts:    1369000 | #Constraints:      51154
1139.14/1142.25	c #Conflicts:    1370000 | #Constraints:      52155
1139.14/1142.25	c #Conflicts:    1371000 | #Constraints:      53155
1139.14/1142.25	c INPROCESSING
1139.14/1142.25	c GARBAGE COLLECT
1139.14/1142.25	c rational objective 994
1160.17/1163.36	c #Conflicts:    1372000 | #Constraints:      30758
1160.17/1163.36	c #Conflicts:    1373000 | #Constraints:      31758
1160.17/1163.36	c #Conflicts:    1374000 | #Constraints:      32758
1160.17/1163.36	c #Conflicts:    1375000 | #Constraints:      33758
1160.17/1163.36	c #Conflicts:    1376000 | #Constraints:      34758
1160.17/1163.36	c #Conflicts:    1377000 | #Constraints:      35758
1160.17/1163.36	c #Conflicts:    1378000 | #Constraints:      36758
1160.17/1163.36	c #Conflicts:    1379000 | #Constraints:      37758
1160.17/1163.36	c #Conflicts:    1380000 | #Constraints:      38758
1160.17/1163.36	c #Conflicts:    1381000 | #Constraints:      39758
1160.17/1163.36	c #Conflicts:    1382000 | #Constraints:      40758
1160.17/1163.36	c #Conflicts:    1383000 | #Constraints:      41758
1160.17/1163.36	c #Conflicts:    1384000 | #Constraints:      42758
1160.17/1163.36	c #Conflicts:    1385000 | #Constraints:      43758
1160.17/1163.36	c #Conflicts:    1386000 | #Constraints:      44758
1160.17/1163.36	c #Conflicts:    1387000 | #Constraints:      45758
1160.17/1163.36	c #Conflicts:    1388000 | #Constraints:      46758
1160.17/1163.36	c #Conflicts:    1389000 | #Constraints:      47758
1160.17/1163.36	c #Conflicts:    1390000 | #Constraints:      48758
1160.17/1163.36	c #Conflicts:    1391000 | #Constraints:      49758
1160.17/1163.36	c #Conflicts:    1392000 | #Constraints:      50758
1160.17/1163.36	c #Conflicts:    1393000 | #Constraints:      51758
1160.17/1163.36	c #Conflicts:    1394000 | #Constraints:      52758
1160.17/1163.36	c #Conflicts:    1395000 | #Constraints:      53758
1160.17/1163.36	c INPROCESSING
1160.17/1163.36	c GARBAGE COLLECT
1160.17/1163.36	c rational objective 994
1183.99/1187.22	c #Conflicts:    1396000 | #Constraints:      31267
1183.99/1187.22	c #Conflicts:    1397000 | #Constraints:      32275
1183.99/1187.22	c #Conflicts:    1398000 | #Constraints:      33340
1183.99/1187.22	c #Conflicts:    1399000 | #Constraints:      34394
1183.99/1187.22	c #Conflicts:    1400000 | #Constraints:      35449
1183.99/1187.22	c #Conflicts:    1401000 | #Constraints:      36498
1183.99/1187.22	c #Conflicts:    1402000 | #Constraints:      37542
1183.99/1187.22	c #Conflicts:    1403000 | #Constraints:      38588
1183.99/1187.22	c #Conflicts:    1404000 | #Constraints:      39626
1183.99/1187.22	c #Conflicts:    1405000 | #Constraints:      40653
1183.99/1187.22	c #Conflicts:    1406000 | #Constraints:      41687
1183.99/1187.22	c #Conflicts:    1407000 | #Constraints:      42725
1183.99/1187.22	c #Conflicts:    1408000 | #Constraints:      43754
1183.99/1187.22	c #Conflicts:    1409000 | #Constraints:      44775
1183.99/1187.22	c #Conflicts:    1410000 | #Constraints:      45799
1183.99/1187.22	c #Conflicts:    1411000 | #Constraints:      46826
1183.99/1187.22	c #Conflicts:    1412000 | #Constraints:      47849
1183.99/1187.22	c #Conflicts:    1413000 | #Constraints:      48877
1183.99/1187.22	c #Conflicts:    1414000 | #Constraints:      49900
1183.99/1187.22	c #Conflicts:    1415000 | #Constraints:      50921
1183.99/1187.22	c #Conflicts:    1416000 | #Constraints:      51952
1183.99/1187.22	c #Conflicts:    1417000 | #Constraints:      52980
1183.99/1187.22	c #Conflicts:    1418000 | #Constraints:      53991
1183.99/1187.22	c #Conflicts:    1419000 | #Constraints:      55007
1183.99/1187.22	c INPROCESSING
1183.99/1187.22	c GARBAGE COLLECT
1183.99/1187.22	c rational objective 994
1206.73/1210.05	c #Conflicts:    1420000 | #Constraints:      31905
1206.73/1210.05	c #Conflicts:    1421000 | #Constraints:      32905
1206.73/1210.05	c #Conflicts:    1422000 | #Constraints:      33905
1206.73/1210.05	c #Conflicts:    1423000 | #Constraints:      34905
1206.73/1210.05	c #Conflicts:    1424000 | #Constraints:      35905
1206.73/1210.05	c #Conflicts:    1425000 | #Constraints:      36905
1206.73/1210.05	c #Conflicts:    1426000 | #Constraints:      37905
1206.73/1210.05	c #Conflicts:    1427000 | #Constraints:      38905
1206.73/1210.05	c #Conflicts:    1428000 | #Constraints:      39905
1206.73/1210.05	c #Conflicts:    1429000 | #Constraints:      40905
1206.73/1210.05	c #Conflicts:    1430000 | #Constraints:      41905
1206.73/1210.05	c #Conflicts:    1431000 | #Constraints:      42905
1206.73/1210.05	c #Conflicts:    1432000 | #Constraints:      43905
1206.73/1210.05	c #Conflicts:    1433000 | #Constraints:      44905
1206.73/1210.05	c #Conflicts:    1434000 | #Constraints:      45905
1206.73/1210.05	c #Conflicts:    1435000 | #Constraints:      46905
1206.73/1210.05	c #Conflicts:    1436000 | #Constraints:      47905
1206.73/1210.05	c #Conflicts:    1437000 | #Constraints:      48905
1206.73/1210.05	c #Conflicts:    1438000 | #Constraints:      49905
1206.73/1210.05	c #Conflicts:    1439000 | #Constraints:      50905
1206.73/1210.05	c #Conflicts:    1440000 | #Constraints:      51905
1206.73/1210.05	c #Conflicts:    1441000 | #Constraints:      52905
1206.73/1210.05	c #Conflicts:    1442000 | #Constraints:      53905
1206.73/1210.05	c #Conflicts:    1443000 | #Constraints:      54905
1206.73/1210.05	c INPROCESSING
1206.73/1210.05	c GARBAGE COLLECT
1206.73/1210.05	c rational objective 994
1228.17/1231.54	c #Conflicts:    1444000 | #Constraints:      31930
1228.17/1231.54	c #Conflicts:    1445000 | #Constraints:      33006
1228.17/1231.54	c #Conflicts:    1446000 | #Constraints:      34089
1228.17/1231.54	c #Conflicts:    1447000 | #Constraints:      35160
1228.17/1231.54	c #Conflicts:    1448000 | #Constraints:      36223
1228.17/1231.54	c #Conflicts:    1449000 | #Constraints:      37266
1228.17/1231.54	c #Conflicts:    1450000 | #Constraints:      38311
1228.17/1231.54	c #Conflicts:    1451000 | #Constraints:      39350
1228.17/1231.54	c #Conflicts:    1452000 | #Constraints:      40382
1228.17/1231.54	c #Conflicts:    1453000 | #Constraints:      41412
1228.17/1231.54	c #Conflicts:    1454000 | #Constraints:      42436
1228.17/1231.54	c #Conflicts:    1455000 | #Constraints:      43476
1228.17/1231.54	c #Conflicts:    1456000 | #Constraints:      44531
1228.17/1231.54	c #Conflicts:    1457000 | #Constraints:      45571
1228.17/1231.54	c #Conflicts:    1458000 | #Constraints:      46633
1228.17/1231.54	c #Conflicts:    1459000 | #Constraints:      47675
1228.17/1231.54	c #Conflicts:    1460000 | #Constraints:      48714
1228.17/1231.54	c #Conflicts:    1461000 | #Constraints:      49753
1228.17/1231.54	c #Conflicts:    1462000 | #Constraints:      50784
1228.17/1231.54	c #Conflicts:    1463000 | #Constraints:      51820
1228.17/1231.54	c #Conflicts:    1464000 | #Constraints:      52854
1228.17/1231.54	c #Conflicts:    1465000 | #Constraints:      53879
1228.17/1231.54	c #Conflicts:    1466000 | #Constraints:      54901
1228.17/1231.54	c #Conflicts:    1467000 | #Constraints:      55923
1228.17/1231.54	c INPROCESSING
1228.17/1231.54	c GARBAGE COLLECT
1228.17/1231.54	c rational objective 994
1252.00/1255.45	c #Conflicts:    1468000 | #Constraints:      32261
1252.00/1255.45	c #Conflicts:    1469000 | #Constraints:      33261
1252.00/1255.45	c #Conflicts:    1470000 | #Constraints:      34261
1252.00/1255.45	c #Conflicts:    1471000 | #Constraints:      35261
1252.00/1255.45	c #Conflicts:    1472000 | #Constraints:      36261
1252.00/1255.45	c #Conflicts:    1473000 | #Constraints:      37261
1252.00/1255.45	c #Conflicts:    1474000 | #Constraints:      38261
1252.00/1255.45	c #Conflicts:    1475000 | #Constraints:      39261
1252.00/1255.45	c #Conflicts:    1476000 | #Constraints:      40261
1252.00/1255.45	c #Conflicts:    1477000 | #Constraints:      41261
1252.00/1255.45	c #Conflicts:    1478000 | #Constraints:      42261
1252.00/1255.45	c #Conflicts:    1479000 | #Constraints:      43261
1252.00/1255.45	c #Conflicts:    1480000 | #Constraints:      44261
1252.00/1255.45	c #Conflicts:    1481000 | #Constraints:      45261
1252.00/1255.45	c #Conflicts:    1482000 | #Constraints:      46261
1252.00/1255.45	c #Conflicts:    1483000 | #Constraints:      47261
1252.00/1255.45	c #Conflicts:    1484000 | #Constraints:      48261
1252.00/1255.45	c #Conflicts:    1485000 | #Constraints:      49261
1252.00/1255.45	c #Conflicts:    1486000 | #Constraints:      50261
1252.00/1255.45	c #Conflicts:    1487000 | #Constraints:      51261
1252.00/1255.45	c #Conflicts:    1488000 | #Constraints:      52261
1252.00/1255.45	c #Conflicts:    1489000 | #Constraints:      53261
1252.00/1255.45	c #Conflicts:    1490000 | #Constraints:      54261
1252.00/1255.45	c #Conflicts:    1491000 | #Constraints:      55261
1252.00/1255.45	c INPROCESSING
1252.00/1255.45	c GARBAGE COLLECT
1252.00/1255.45	c rational objective 994
1274.64/1278.13	c #Conflicts:    1492000 | #Constraints:      31818
1274.64/1278.13	c #Conflicts:    1493000 | #Constraints:      32818
1274.64/1278.13	c #Conflicts:    1494000 | #Constraints:      33818
1274.64/1278.13	c #Conflicts:    1495000 | #Constraints:      34818
1274.64/1278.13	c #Conflicts:    1496000 | #Constraints:      35818
1274.64/1278.13	c #Conflicts:    1497000 | #Constraints:      36818
1274.64/1278.13	c #Conflicts:    1498000 | #Constraints:      37818
1274.64/1278.13	c #Conflicts:    1499000 | #Constraints:      38818
1274.64/1278.13	c #Conflicts:    1500000 | #Constraints:      39818
1274.64/1278.13	c #Conflicts:    1501000 | #Constraints:      40818
1274.64/1278.13	c #Conflicts:    1502000 | #Constraints:      41818
1274.64/1278.13	c #Conflicts:    1503000 | #Constraints:      42818
1274.64/1278.13	c #Conflicts:    1504000 | #Constraints:      43818
1274.64/1278.13	c #Conflicts:    1505000 | #Constraints:      44818
1274.64/1278.13	c #Conflicts:    1506000 | #Constraints:      45818
1274.64/1278.13	c #Conflicts:    1507000 | #Constraints:      46818
1274.64/1278.13	c #Conflicts:    1508000 | #Constraints:      47818
1274.64/1278.13	c #Conflicts:    1509000 | #Constraints:      48818
1274.64/1278.13	c #Conflicts:    1510000 | #Constraints:      49818
1274.64/1278.13	c #Conflicts:    1511000 | #Constraints:      50818
1274.64/1278.13	c #Conflicts:    1512000 | #Constraints:      51818
1274.64/1278.13	c #Conflicts:    1513000 | #Constraints:      52818
1274.64/1278.13	c #Conflicts:    1514000 | #Constraints:      53818
1274.64/1278.13	c #Conflicts:    1515000 | #Constraints:      54818
1274.64/1278.13	c #Conflicts:    1516000 | #Constraints:      55818
1274.64/1278.13	c INPROCESSING
1274.64/1278.13	c GARBAGE COLLECT
1274.64/1278.13	c rational objective 994
1299.27/1302.80	c #Conflicts:    1517000 | #Constraints:      32314
1299.27/1302.80	c #Conflicts:    1518000 | #Constraints:      33338
1299.27/1302.80	c #Conflicts:    1519000 | #Constraints:      34424
1299.27/1302.80	c #Conflicts:    1520000 | #Constraints:      35494
1299.27/1302.80	c #Conflicts:    1521000 | #Constraints:      36538
1299.27/1302.80	c #Conflicts:    1522000 | #Constraints:      37591
1299.27/1302.80	c #Conflicts:    1523000 | #Constraints:      38639
1299.27/1302.80	c #Conflicts:    1524000 | #Constraints:      39695
1299.27/1302.80	c #Conflicts:    1525000 | #Constraints:      40748
1299.27/1302.80	c #Conflicts:    1526000 | #Constraints:      41783
1299.27/1302.80	c #Conflicts:    1527000 | #Constraints:      42816
1299.27/1302.80	c #Conflicts:    1528000 | #Constraints:      43849
1299.27/1302.80	c #Conflicts:    1529000 | #Constraints:      44904
1299.27/1302.80	c #Conflicts:    1530000 | #Constraints:      45946
1299.27/1302.80	c #Conflicts:    1531000 | #Constraints:      46997
1299.27/1302.80	c #Conflicts:    1532000 | #Constraints:      48034
1299.27/1302.80	c #Conflicts:    1533000 | #Constraints:      49064
1299.27/1302.80	c #Conflicts:    1534000 | #Constraints:      50122
1299.27/1302.80	c #Conflicts:    1535000 | #Constraints:      51146
1299.27/1302.80	c #Conflicts:    1536000 | #Constraints:      52172
1299.27/1302.80	c #Conflicts:    1537000 | #Constraints:      53192
1299.27/1302.80	c #Conflicts:    1538000 | #Constraints:      54219
1299.27/1302.80	c #Conflicts:    1539000 | #Constraints:      55236
1299.27/1302.80	c #Conflicts:    1540000 | #Constraints:      56267
1299.27/1302.80	c #Conflicts:    1541000 | #Constraints:      57289
1299.27/1302.80	c INPROCESSING
1299.27/1302.80	c GARBAGE COLLECT
1299.27/1302.80	c rational objective 994
1322.70/1326.37	c #Conflicts:    1542000 | #Constraints:      33037
1322.70/1326.37	c #Conflicts:    1543000 | #Constraints:      34037
1322.70/1326.37	c #Conflicts:    1544000 | #Constraints:      35037
1322.70/1326.37	c #Conflicts:    1545000 | #Constraints:      36037
1322.70/1326.37	c #Conflicts:    1546000 | #Constraints:      37038
1322.70/1326.37	c #Conflicts:    1547000 | #Constraints:      38038
1322.70/1326.37	c #Conflicts:    1548000 | #Constraints:      39039
1322.70/1326.37	c #Conflicts:    1549000 | #Constraints:      40039
1322.70/1326.37	c #Conflicts:    1550000 | #Constraints:      41040
1322.70/1326.37	c #Conflicts:    1551000 | #Constraints:      42041
1322.70/1326.37	c #Conflicts:    1552000 | #Constraints:      43042
1322.70/1326.37	c #Conflicts:    1553000 | #Constraints:      44042
1322.70/1326.37	c #Conflicts:    1554000 | #Constraints:      45042
1322.70/1326.37	c #Conflicts:    1555000 | #Constraints:      46043
1322.70/1326.37	c #Conflicts:    1556000 | #Constraints:      47044
1322.70/1326.37	c #Conflicts:    1557000 | #Constraints:      48045
1322.70/1326.37	c #Conflicts:    1558000 | #Constraints:      49046
1322.70/1326.37	c #Conflicts:    1559000 | #Constraints:      50047
1322.70/1326.37	c #Conflicts:    1560000 | #Constraints:      51048
1322.70/1326.37	c #Conflicts:    1561000 | #Constraints:      52048
1322.70/1326.37	c #Conflicts:    1562000 | #Constraints:      53048
1322.70/1326.37	c #Conflicts:    1563000 | #Constraints:      54049
1322.70/1326.37	c #Conflicts:    1564000 | #Constraints:      55050
1322.70/1326.37	c #Conflicts:    1565000 | #Constraints:      56105
1322.70/1326.37	c #Conflicts:    1566000 | #Constraints:      57111
1322.70/1326.37	c INPROCESSING
1322.70/1326.37	c GARBAGE COLLECT
1322.70/1326.37	c rational objective 994
1345.64/1349.33	c #Conflicts:    1567000 | #Constraints:      33065
1345.64/1349.33	c #Conflicts:    1568000 | #Constraints:      34104
1345.64/1349.33	c #Conflicts:    1569000 | #Constraints:      35128
1345.64/1349.33	c #Conflicts:    1570000 | #Constraints:      36164
1345.64/1349.33	c #Conflicts:    1571000 | #Constraints:      37193
1345.64/1349.33	c #Conflicts:    1572000 | #Constraints:      38236
1345.64/1349.33	c #Conflicts:    1573000 | #Constraints:      39267
1345.64/1349.33	c #Conflicts:    1574000 | #Constraints:      40312
1345.64/1349.33	c #Conflicts:    1575000 | #Constraints:      41355
1345.64/1349.33	c #Conflicts:    1576000 | #Constraints:      42377
1345.64/1349.33	c #Conflicts:    1577000 | #Constraints:      43401
1345.64/1349.33	c #Conflicts:    1578000 | #Constraints:      44427
1345.64/1349.33	c #Conflicts:    1579000 | #Constraints:      45449
1345.64/1349.33	c #Conflicts:    1580000 | #Constraints:      46487
1345.64/1349.33	c #Conflicts:    1581000 | #Constraints:      47524
1345.64/1349.33	c #Conflicts:    1582000 | #Constraints:      48551
1345.64/1349.33	c #Conflicts:    1583000 | #Constraints:      49578
1345.64/1349.33	c #Conflicts:    1584000 | #Constraints:      50604
1345.64/1349.33	c #Conflicts:    1585000 | #Constraints:      51645
1345.64/1349.33	c #Conflicts:    1586000 | #Constraints:      52679
1345.64/1349.33	c #Conflicts:    1587000 | #Constraints:      53711
1345.64/1349.33	c #Conflicts:    1588000 | #Constraints:      54733
1345.64/1349.33	c #Conflicts:    1589000 | #Constraints:      55753
1345.64/1349.33	c #Conflicts:    1590000 | #Constraints:      56781
1345.64/1349.33	c #Conflicts:    1591000 | #Constraints:      57801
1345.64/1349.33	c INPROCESSING
1345.64/1349.33	c GARBAGE COLLECT
1345.64/1349.33	c rational objective 994
1372.07/1375.88	c #Conflicts:    1592000 | #Constraints:      33183
1372.07/1375.88	c #Conflicts:    1593000 | #Constraints:      34183
1372.07/1375.88	c #Conflicts:    1594000 | #Constraints:      35183
1372.07/1375.88	c #Conflicts:    1595000 | #Constraints:      36183
1372.07/1375.88	c #Conflicts:    1596000 | #Constraints:      37183
1372.07/1375.88	c #Conflicts:    1597000 | #Constraints:      38183
1372.07/1375.88	c #Conflicts:    1598000 | #Constraints:      39183
1372.07/1375.88	c #Conflicts:    1599000 | #Constraints:      40183
1372.07/1375.88	c #Conflicts:    1600000 | #Constraints:      41183
1372.07/1375.88	c #Conflicts:    1601000 | #Constraints:      42183
1372.07/1375.88	c #Conflicts:    1602000 | #Constraints:      43183
1372.07/1375.88	c #Conflicts:    1603000 | #Constraints:      44183
1372.07/1375.88	c #Conflicts:    1604000 | #Constraints:      45183
1372.07/1375.88	c #Conflicts:    1605000 | #Constraints:      46183
1372.07/1375.88	c #Conflicts:    1606000 | #Constraints:      47183
1372.07/1375.88	c #Conflicts:    1607000 | #Constraints:      48183
1372.07/1375.88	c #Conflicts:    1608000 | #Constraints:      49183
1372.07/1375.88	c #Conflicts:    1609000 | #Constraints:      50183
1372.07/1375.88	c #Conflicts:    1610000 | #Constraints:      51183
1372.07/1375.88	c #Conflicts:    1611000 | #Constraints:      52183
1372.07/1375.88	c #Conflicts:    1612000 | #Constraints:      53183
1372.07/1375.88	c #Conflicts:    1613000 | #Constraints:      54183
1372.07/1375.88	c #Conflicts:    1614000 | #Constraints:      55183
1372.07/1375.88	c #Conflicts:    1615000 | #Constraints:      56183
1372.07/1375.88	c #Conflicts:    1616000 | #Constraints:      57183
1372.07/1375.88	c INPROCESSING
1372.07/1375.88	c GARBAGE COLLECT
1372.07/1375.88	c rational objective 994
1395.50/1399.37	c #Conflicts:    1617000 | #Constraints:      32793
1395.50/1399.37	c #Conflicts:    1618000 | #Constraints:      33826
1395.50/1399.37	c #Conflicts:    1619000 | #Constraints:      34846
1395.50/1399.37	c #Conflicts:    1620000 | #Constraints:      35893
1395.50/1399.37	c #Conflicts:    1621000 | #Constraints:      36925
1395.50/1399.37	c #Conflicts:    1622000 | #Constraints:      37952
1395.50/1399.37	c #Conflicts:    1623000 | #Constraints:      38985
1395.50/1399.37	c #Conflicts:    1624000 | #Constraints:      40021
1395.50/1399.37	c #Conflicts:    1625000 | #Constraints:      41051
1395.50/1399.37	c #Conflicts:    1626000 | #Constraints:      42085
1395.50/1399.37	c #Conflicts:    1627000 | #Constraints:      43110
1395.50/1399.37	c #Conflicts:    1628000 | #Constraints:      44134
1395.50/1399.37	c #Conflicts:    1629000 | #Constraints:      45166
1395.50/1399.37	c #Conflicts:    1630000 | #Constraints:      46190
1395.50/1399.37	c #Conflicts:    1631000 | #Constraints:      47218
1395.50/1399.37	c #Conflicts:    1632000 | #Constraints:      48238
1395.50/1399.37	c #Conflicts:    1633000 | #Constraints:      49262
1395.50/1399.37	c #Conflicts:    1634000 | #Constraints:      50285
1395.50/1399.37	c #Conflicts:    1635000 | #Constraints:      51314
1395.50/1399.37	c #Conflicts:    1636000 | #Constraints:      52337
1395.50/1399.37	c #Conflicts:    1637000 | #Constraints:      53362
1395.50/1399.37	c #Conflicts:    1638000 | #Constraints:      54387
1395.50/1399.37	c #Conflicts:    1639000 | #Constraints:      55407
1395.50/1399.37	c #Conflicts:    1640000 | #Constraints:      56427
1395.50/1399.37	c #Conflicts:    1641000 | #Constraints:      57444
1395.50/1399.37	c #Conflicts:    1642000 | #Constraints:      58458
1395.50/1399.37	c INPROCESSING
1395.50/1399.37	c GARBAGE COLLECT
1395.50/1399.37	c rational objective 994
1419.64/1423.56	c #Conflicts:    1643000 | #Constraints:      33549
1419.64/1423.56	c #Conflicts:    1644000 | #Constraints:      34549
1419.64/1423.56	c #Conflicts:    1645000 | #Constraints:      35549
1419.64/1423.56	c #Conflicts:    1646000 | #Constraints:      36549
1419.64/1423.56	c #Conflicts:    1647000 | #Constraints:      37549
1419.64/1423.56	c #Conflicts:    1648000 | #Constraints:      38549
1419.64/1423.56	c #Conflicts:    1649000 | #Constraints:      39549
1419.64/1423.56	c #Conflicts:    1650000 | #Constraints:      40549
1419.64/1423.56	c #Conflicts:    1651000 | #Constraints:      41549
1419.64/1423.56	c #Conflicts:    1652000 | #Constraints:      42549
1419.64/1423.56	c #Conflicts:    1653000 | #Constraints:      43549
1419.64/1423.56	c #Conflicts:    1654000 | #Constraints:      44549
1419.64/1423.56	c #Conflicts:    1655000 | #Constraints:      45549
1419.64/1423.56	c #Conflicts:    1656000 | #Constraints:      46549
1419.64/1423.56	c #Conflicts:    1657000 | #Constraints:      47549
1419.64/1423.56	c #Conflicts:    1658000 | #Constraints:      48549
1419.64/1423.56	c #Conflicts:    1659000 | #Constraints:      49549
1419.64/1423.56	c #Conflicts:    1660000 | #Constraints:      50549
1419.64/1423.56	c #Conflicts:    1661000 | #Constraints:      51549
1419.64/1423.56	c #Conflicts:    1662000 | #Constraints:      52549
1419.64/1423.56	c #Conflicts:    1663000 | #Constraints:      53549
1419.64/1423.56	c #Conflicts:    1664000 | #Constraints:      54549
1419.64/1423.56	c #Conflicts:    1665000 | #Constraints:      55549
1419.64/1423.56	c #Conflicts:    1666000 | #Constraints:      56549
1419.64/1423.56	c #Conflicts:    1667000 | #Constraints:      57549
1419.64/1423.56	c #Conflicts:    1668000 | #Constraints:      58549
1419.64/1423.56	c INPROCESSING
1419.64/1423.56	c GARBAGE COLLECT
1419.64/1423.56	c rational objective 994
1444.18/1448.18	c #Conflicts:    1669000 | #Constraints:      33764
1444.18/1448.18	c #Conflicts:    1670000 | #Constraints:      34764
1444.18/1448.18	c #Conflicts:    1671000 | #Constraints:      35764
1444.18/1448.18	c #Conflicts:    1672000 | #Constraints:      36764
1444.18/1448.18	c #Conflicts:    1673000 | #Constraints:      37764
1444.18/1448.18	c #Conflicts:    1674000 | #Constraints:      38764
1444.18/1448.18	c #Conflicts:    1675000 | #Constraints:      39764
1444.18/1448.18	c #Conflicts:    1676000 | #Constraints:      40764
1444.18/1448.18	c #Conflicts:    1677000 | #Constraints:      41764
1444.18/1448.18	c #Conflicts:    1678000 | #Constraints:      42764
1444.18/1448.18	c #Conflicts:    1679000 | #Constraints:      43764
1444.18/1448.18	c #Conflicts:    1680000 | #Constraints:      44764
1444.18/1448.18	c #Conflicts:    1681000 | #Constraints:      45764
1444.18/1448.18	c #Conflicts:    1682000 | #Constraints:      46764
1444.18/1448.18	c #Conflicts:    1683000 | #Constraints:      47764
1444.18/1448.18	c #Conflicts:    1684000 | #Constraints:      48764
1444.18/1448.18	c #Conflicts:    1685000 | #Constraints:      49764
1444.18/1448.18	c #Conflicts:    1686000 | #Constraints:      50764
1444.18/1448.18	c #Conflicts:    1687000 | #Constraints:      51764
1444.18/1448.18	c #Conflicts:    1688000 | #Constraints:      52764
1444.18/1448.18	c #Conflicts:    1689000 | #Constraints:      53764
1444.18/1448.18	c #Conflicts:    1690000 | #Constraints:      54764
1444.18/1448.18	c #Conflicts:    1691000 | #Constraints:      55764
1444.18/1448.18	c #Conflicts:    1692000 | #Constraints:      56764
1444.18/1448.18	c #Conflicts:    1693000 | #Constraints:      57764
1444.18/1448.18	c #Conflicts:    1694000 | #Constraints:      58764
1444.18/1448.18	c INPROCESSING
1444.18/1448.18	c GARBAGE COLLECT
1444.18/1448.18	c rational objective 994
1466.72/1470.74	c #Conflicts:    1695000 | #Constraints:      33890
1466.72/1470.74	c #Conflicts:    1696000 | #Constraints:      34947
1466.72/1470.74	c #Conflicts:    1697000 | #Constraints:      36004
1466.72/1470.74	c #Conflicts:    1698000 | #Constraints:      37042
1466.72/1470.74	c #Conflicts:    1699000 | #Constraints:      38076
1466.72/1470.74	c #Conflicts:    1700000 | #Constraints:      39109
1466.72/1470.74	c #Conflicts:    1701000 | #Constraints:      40150
1466.72/1470.74	c #Conflicts:    1702000 | #Constraints:      41178
1466.72/1470.74	c #Conflicts:    1703000 | #Constraints:      42209
1466.72/1470.74	c #Conflicts:    1704000 | #Constraints:      43236
1466.72/1470.74	c #Conflicts:    1705000 | #Constraints:      44285
1466.72/1470.74	c #Conflicts:    1706000 | #Constraints:      45319
1466.72/1470.74	c #Conflicts:    1707000 | #Constraints:      46360
1466.72/1470.74	c #Conflicts:    1708000 | #Constraints:      47404
1466.72/1470.74	c #Conflicts:    1709000 | #Constraints:      48444
1466.72/1470.74	c #Conflicts:    1710000 | #Constraints:      49479
1466.72/1470.74	c #Conflicts:    1711000 | #Constraints:      50515
1466.72/1470.74	c #Conflicts:    1712000 | #Constraints:      51542
1466.72/1470.74	c #Conflicts:    1713000 | #Constraints:      52569
1466.72/1470.74	c #Conflicts:    1714000 | #Constraints:      53591
1466.72/1470.74	c #Conflicts:    1715000 | #Constraints:      54617
1466.72/1470.74	c #Conflicts:    1716000 | #Constraints:      55636
1466.72/1470.74	c #Conflicts:    1717000 | #Constraints:      56666
1466.72/1470.74	c #Conflicts:    1718000 | #Constraints:      57683
1466.72/1470.74	c #Conflicts:    1719000 | #Constraints:      58707
1466.72/1470.74	c #Conflicts:    1720000 | #Constraints:      59732
1466.72/1470.74	c INPROCESSING
1466.72/1470.74	c GARBAGE COLLECT
1466.72/1470.74	c rational objective 994
1493.46/1497.56	c #Conflicts:    1721000 | #Constraints:      34171
1493.46/1497.56	c #Conflicts:    1722000 | #Constraints:      35171
1493.46/1497.56	c #Conflicts:    1723000 | #Constraints:      36171
1493.46/1497.56	c #Conflicts:    1724000 | #Constraints:      37171
1493.46/1497.56	c #Conflicts:    1725000 | #Constraints:      38171
1493.46/1497.56	c #Conflicts:    1726000 | #Constraints:      39171
1493.46/1497.56	c #Conflicts:    1727000 | #Constraints:      40171
1493.46/1497.56	c #Conflicts:    1728000 | #Constraints:      41171
1493.46/1497.56	c #Conflicts:    1729000 | #Constraints:      42171
1493.46/1497.56	c #Conflicts:    1730000 | #Constraints:      43171
1493.46/1497.56	c #Conflicts:    1731000 | #Constraints:      44171
1493.46/1497.56	c #Conflicts:    1732000 | #Constraints:      45171
1493.46/1497.56	c #Conflicts:    1733000 | #Constraints:      46171
1493.46/1497.56	c #Conflicts:    1734000 | #Constraints:      47171
1493.46/1497.56	c #Conflicts:    1735000 | #Constraints:      48171
1493.46/1497.56	c #Conflicts:    1736000 | #Constraints:      49171
1493.46/1497.56	c #Conflicts:    1737000 | #Constraints:      50171
1493.46/1497.56	c #Conflicts:    1738000 | #Constraints:      51171
1493.46/1497.56	c #Conflicts:    1739000 | #Constraints:      52171
1493.46/1497.56	c #Conflicts:    1740000 | #Constraints:      53171
1493.46/1497.56	c #Conflicts:    1741000 | #Constraints:      54171
1493.46/1497.56	c #Conflicts:    1742000 | #Constraints:      55171
1493.46/1497.56	c #Conflicts:    1743000 | #Constraints:      56171
1493.46/1497.56	c #Conflicts:    1744000 | #Constraints:      57171
1493.46/1497.56	c #Conflicts:    1745000 | #Constraints:      58171
1493.46/1497.56	c #Conflicts:    1746000 | #Constraints:      59171
1493.46/1497.56	c INPROCESSING
1493.46/1497.56	c GARBAGE COLLECT
1493.46/1497.56	c rational objective 994
1518.29/1522.40	c #Conflicts:    1747000 | #Constraints:      33795
1518.29/1522.40	c #Conflicts:    1748000 | #Constraints:      34818
1518.29/1522.40	c #Conflicts:    1749000 | #Constraints:      35855
1518.29/1522.40	c #Conflicts:    1750000 | #Constraints:      36919
1518.29/1522.40	c #Conflicts:    1751000 | #Constraints:      37947
1518.29/1522.40	c #Conflicts:    1752000 | #Constraints:      38985
1518.29/1522.40	c #Conflicts:    1753000 | #Constraints:      40007
1518.29/1522.40	c #Conflicts:    1754000 | #Constraints:      41032
1518.29/1522.40	c #Conflicts:    1755000 | #Constraints:      42058
1518.29/1522.40	c #Conflicts:    1756000 | #Constraints:      43084
1518.29/1522.40	c #Conflicts:    1757000 | #Constraints:      44111
1518.29/1522.40	c #Conflicts:    1758000 | #Constraints:      45133
1518.29/1522.40	c #Conflicts:    1759000 | #Constraints:      46152
1518.29/1522.40	c #Conflicts:    1760000 | #Constraints:      47176
1518.29/1522.40	c #Conflicts:    1761000 | #Constraints:      48197
1518.29/1522.40	c #Conflicts:    1762000 | #Constraints:      49224
1518.29/1522.40	c #Conflicts:    1763000 | #Constraints:      50252
1518.29/1522.40	c #Conflicts:    1764000 | #Constraints:      51280
1518.29/1522.40	c #Conflicts:    1765000 | #Constraints:      52301
1518.29/1522.40	c #Conflicts:    1766000 | #Constraints:      53318
1518.29/1522.40	c #Conflicts:    1767000 | #Constraints:      54340
1518.29/1522.40	c #Conflicts:    1768000 | #Constraints:      55376
1518.29/1522.40	c #Conflicts:    1769000 | #Constraints:      56428
1518.29/1522.40	c #Conflicts:    1770000 | #Constraints:      57453
1518.29/1522.40	c #Conflicts:    1771000 | #Constraints:      58479
1518.29/1522.40	c #Conflicts:    1772000 | #Constraints:      59507
1518.29/1522.40	c #Conflicts:    1773000 | #Constraints:      60522
1518.29/1522.40	c INPROCESSING
1518.29/1522.40	c GARBAGE COLLECT
1518.29/1522.40	c rational objective 994
1544.22/1548.42	c #Conflicts:    1774000 | #Constraints:      34561
1544.22/1548.42	c #Conflicts:    1775000 | #Constraints:      35561
1544.22/1548.42	c #Conflicts:    1776000 | #Constraints:      36561
1544.22/1548.42	c #Conflicts:    1777000 | #Constraints:      37561
1544.22/1548.42	c #Conflicts:    1778000 | #Constraints:      38561
1544.22/1548.42	c #Conflicts:    1779000 | #Constraints:      39561
1544.22/1548.42	c #Conflicts:    1780000 | #Constraints:      40561
1544.22/1548.42	c #Conflicts:    1781000 | #Constraints:      41562
1544.22/1548.42	c #Conflicts:    1782000 | #Constraints:      42562
1544.22/1548.42	c #Conflicts:    1783000 | #Constraints:      43563
1544.22/1548.42	c #Conflicts:    1784000 | #Constraints:      44563
1544.22/1548.42	c #Conflicts:    1785000 | #Constraints:      45564
1544.22/1548.42	c #Conflicts:    1786000 | #Constraints:      46564
1544.22/1548.42	c #Conflicts:    1787000 | #Constraints:      47565
1544.22/1548.42	c #Conflicts:    1788000 | #Constraints:      48566
1544.22/1548.42	c #Conflicts:    1789000 | #Constraints:      49567
1544.22/1548.42	c #Conflicts:    1790000 | #Constraints:      50568
1544.22/1548.42	c #Conflicts:    1791000 | #Constraints:      51568
1544.22/1548.42	c #Conflicts:    1792000 | #Constraints:      52569
1544.22/1548.42	c #Conflicts:    1793000 | #Constraints:      53569
1544.22/1548.42	c #Conflicts:    1794000 | #Constraints:      54570
1544.22/1548.42	c #Conflicts:    1795000 | #Constraints:      55571
1544.22/1548.42	c #Conflicts:    1796000 | #Constraints:      56572
1544.22/1548.42	c #Conflicts:    1797000 | #Constraints:      57573
1544.22/1548.42	c #Conflicts:    1798000 | #Constraints:      58573
1544.22/1548.42	c #Conflicts:    1799000 | #Constraints:      59573
1544.22/1548.42	c #Conflicts:    1800000 | #Constraints:      60574
1544.22/1548.42	c INPROCESSING
1544.22/1548.42	c GARBAGE COLLECT
1544.22/1548.42	c rational objective 994
1571.04/1575.34	c #Conflicts:    1801000 | #Constraints:      34760
1571.04/1575.34	c #Conflicts:    1802000 | #Constraints:      35760
1571.04/1575.34	c #Conflicts:    1803000 | #Constraints:      36760
1571.04/1575.34	c #Conflicts:    1804000 | #Constraints:      37760
1571.04/1575.34	c #Conflicts:    1805000 | #Constraints:      38760
1571.04/1575.34	c #Conflicts:    1806000 | #Constraints:      39760
1571.04/1575.34	c #Conflicts:    1807000 | #Constraints:      40760
1571.04/1575.34	c #Conflicts:    1808000 | #Constraints:      41760
1571.04/1575.34	c #Conflicts:    1809000 | #Constraints:      42760
1571.04/1575.34	c #Conflicts:    1810000 | #Constraints:      43760
1571.04/1575.34	c #Conflicts:    1811000 | #Constraints:      44760
1571.04/1575.34	c #Conflicts:    1812000 | #Constraints:      45760
1571.04/1575.34	c #Conflicts:    1813000 | #Constraints:      46760
1571.04/1575.34	c #Conflicts:    1814000 | #Constraints:      47760
1571.04/1575.34	c #Conflicts:    1815000 | #Constraints:      48760
1571.04/1575.34	c #Conflicts:    1816000 | #Constraints:      49760
1571.04/1575.34	c #Conflicts:    1817000 | #Constraints:      50760
1571.04/1575.34	c #Conflicts:    1818000 | #Constraints:      51760
1571.04/1575.34	c #Conflicts:    1819000 | #Constraints:      52760
1571.04/1575.34	c #Conflicts:    1820000 | #Constraints:      53760
1571.04/1575.34	c #Conflicts:    1821000 | #Constraints:      54760
1571.04/1575.34	c #Conflicts:    1822000 | #Constraints:      55760
1571.04/1575.34	c #Conflicts:    1823000 | #Constraints:      56760
1571.04/1575.34	c #Conflicts:    1824000 | #Constraints:      57760
1571.04/1575.34	c #Conflicts:    1825000 | #Constraints:      58760
1571.04/1575.34	c #Conflicts:    1826000 | #Constraints:      59760
1571.04/1575.34	c #Conflicts:    1827000 | #Constraints:      60760
1571.04/1575.34	c INPROCESSING
1571.04/1575.34	c GARBAGE COLLECT
1571.04/1575.34	c rational objective 994
1596.37/1600.77	c #Conflicts:    1828000 | #Constraints:      34869
1596.37/1600.77	c #Conflicts:    1829000 | #Constraints:      35915
1596.37/1600.77	c #Conflicts:    1830000 | #Constraints:      36974
1596.37/1600.77	c #Conflicts:    1831000 | #Constraints:      38021
1596.37/1600.77	c #Conflicts:    1832000 | #Constraints:      39071
1596.37/1600.77	c #Conflicts:    1833000 | #Constraints:      40124
1596.37/1600.77	c #Conflicts:    1834000 | #Constraints:      41155
1596.37/1600.77	c #Conflicts:    1835000 | #Constraints:      42188
1596.37/1600.77	c #Conflicts:    1836000 | #Constraints:      43215
1596.37/1600.77	c #Conflicts:    1837000 | #Constraints:      44243
1596.37/1600.77	c #Conflicts:    1838000 | #Constraints:      45272
1596.37/1600.77	c #Conflicts:    1839000 | #Constraints:      46311
1596.37/1600.77	c #Conflicts:    1840000 | #Constraints:      47337
1596.37/1600.77	c #Conflicts:    1841000 | #Constraints:      48380
1596.37/1600.77	c #Conflicts:    1842000 | #Constraints:      49417
1596.37/1600.77	c #Conflicts:    1843000 | #Constraints:      50450
1596.37/1600.77	c #Conflicts:    1844000 | #Constraints:      51483
1596.37/1600.77	c #Conflicts:    1845000 | #Constraints:      52511
1596.37/1600.77	c #Conflicts:    1846000 | #Constraints:      53548
1596.37/1600.77	c #Conflicts:    1847000 | #Constraints:      54571
1596.37/1600.77	c #Conflicts:    1848000 | #Constraints:      55589
1596.37/1600.77	c #Conflicts:    1849000 | #Constraints:      56620
1596.37/1600.77	c #Conflicts:    1850000 | #Constraints:      57636
1596.37/1600.77	c #Conflicts:    1851000 | #Constraints:      58663
1596.37/1600.77	c #Conflicts:    1852000 | #Constraints:      59695
1596.37/1600.77	c #Conflicts:    1853000 | #Constraints:      60727
1596.37/1600.77	c #Conflicts:    1854000 | #Constraints:      61748
1596.37/1600.77	c INPROCESSING
1596.37/1600.77	c GARBAGE COLLECT
1596.37/1600.77	c rational objective 994
1624.79/1629.23	c #Conflicts:    1855000 | #Constraints:      35178
1624.79/1629.23	c #Conflicts:    1856000 | #Constraints:      36178
1624.79/1629.23	c #Conflicts:    1857000 | #Constraints:      37178
1624.79/1629.23	c #Conflicts:    1858000 | #Constraints:      38178
1624.79/1629.23	c #Conflicts:    1859000 | #Constraints:      39178
1624.79/1629.23	c #Conflicts:    1860000 | #Constraints:      40178
1624.79/1629.23	c #Conflicts:    1861000 | #Constraints:      41178
1624.79/1629.23	c #Conflicts:    1862000 | #Constraints:      42178
1624.79/1629.23	c #Conflicts:    1863000 | #Constraints:      43178
1624.79/1629.23	c #Conflicts:    1864000 | #Constraints:      44178
1624.79/1629.23	c #Conflicts:    1865000 | #Constraints:      45178
1624.79/1629.23	c #Conflicts:    1866000 | #Constraints:      46178
1624.79/1629.23	c #Conflicts:    1867000 | #Constraints:      47178
1624.79/1629.23	c #Conflicts:    1868000 | #Constraints:      48178
1624.79/1629.23	c #Conflicts:    1869000 | #Constraints:      49178
1624.79/1629.23	c #Conflicts:    1870000 | #Constraints:      50178
1624.79/1629.23	c #Conflicts:    1871000 | #Constraints:      51178
1624.79/1629.23	c #Conflicts:    1872000 | #Constraints:      52178
1624.79/1629.23	c #Conflicts:    1873000 | #Constraints:      53178
1624.79/1629.23	c #Conflicts:    1874000 | #Constraints:      54178
1624.79/1629.23	c #Conflicts:    1875000 | #Constraints:      55178
1624.79/1629.23	c #Conflicts:    1876000 | #Constraints:      56178
1624.79/1629.23	c #Conflicts:    1877000 | #Constraints:      57178
1624.79/1629.23	c #Conflicts:    1878000 | #Constraints:      58178
1624.79/1629.23	c #Conflicts:    1879000 | #Constraints:      59178
1624.79/1629.23	c #Conflicts:    1880000 | #Constraints:      60178
1624.79/1629.23	c #Conflicts:    1881000 | #Constraints:      61178
1624.79/1629.23	c INPROCESSING
1624.79/1629.23	c GARBAGE COLLECT
1624.79/1629.23	c rational objective 994
1651.81/1656.33	c #Conflicts:    1882000 | #Constraints:      34778
1651.81/1656.33	c #Conflicts:    1883000 | #Constraints:      35800
1651.81/1656.33	c #Conflicts:    1884000 | #Constraints:      36848
1651.81/1656.33	c #Conflicts:    1885000 | #Constraints:      37901
1651.81/1656.33	c #Conflicts:    1886000 | #Constraints:      38952
1651.81/1656.33	c #Conflicts:    1887000 | #Constraints:      39996
1651.81/1656.33	c #Conflicts:    1888000 | #Constraints:      41035
1651.81/1656.33	c #Conflicts:    1889000 | #Constraints:      42058
1651.81/1656.33	c #Conflicts:    1890000 | #Constraints:      43096
1651.81/1656.33	c #Conflicts:    1891000 | #Constraints:      44125
1651.81/1656.33	c #Conflicts:    1892000 | #Constraints:      45166
1651.81/1656.33	c #Conflicts:    1893000 | #Constraints:      46203
1651.81/1656.33	c #Conflicts:    1894000 | #Constraints:      47233
1651.81/1656.33	c #Conflicts:    1895000 | #Constraints:      48272
1651.81/1656.33	c #Conflicts:    1896000 | #Constraints:      49311
1651.81/1656.33	c #Conflicts:    1897000 | #Constraints:      50344
1651.81/1656.33	c #Conflicts:    1898000 | #Constraints:      51373
1651.81/1656.33	c #Conflicts:    1899000 | #Constraints:      52398
1651.81/1656.33	c #Conflicts:    1900000 | #Constraints:      53424
1651.81/1656.33	c #Conflicts:    1901000 | #Constraints:      54448
1651.81/1656.33	c #Conflicts:    1902000 | #Constraints:      55483
1651.81/1656.33	c #Conflicts:    1903000 | #Constraints:      56510
1651.81/1656.33	c #Conflicts:    1904000 | #Constraints:      57542
1651.81/1656.33	c #Conflicts:    1905000 | #Constraints:      58567
1651.81/1656.33	c #Conflicts:    1906000 | #Constraints:      59588
1651.81/1656.33	c #Conflicts:    1907000 | #Constraints:      60608
1651.81/1656.33	c #Conflicts:    1908000 | #Constraints:      61636
1651.81/1656.33	c #Conflicts:    1909000 | #Constraints:      62662
1651.81/1656.33	c INPROCESSING
1651.81/1656.33	c GARBAGE COLLECT
1651.81/1656.33	c rational objective 994
1681.22/1685.86	c #Conflicts:    1910000 | #Constraints:      35627
1681.22/1685.86	c #Conflicts:    1911000 | #Constraints:      36627
1681.22/1685.86	c #Conflicts:    1912000 | #Constraints:      37627
1681.22/1685.86	c #Conflicts:    1913000 | #Constraints:      38627
1681.22/1685.86	c #Conflicts:    1914000 | #Constraints:      39627
1681.22/1685.86	c #Conflicts:    1915000 | #Constraints:      40627
1681.22/1685.86	c #Conflicts:    1916000 | #Constraints:      41627
1681.22/1685.86	c #Conflicts:    1917000 | #Constraints:      42627
1681.22/1685.86	c #Conflicts:    1918000 | #Constraints:      43627
1681.22/1685.86	c #Conflicts:    1919000 | #Constraints:      44627
1681.22/1685.86	c #Conflicts:    1920000 | #Constraints:      45627
1681.22/1685.86	c #Conflicts:    1921000 | #Constraints:      46627
1681.22/1685.86	c #Conflicts:    1922000 | #Constraints:      47627
1681.22/1685.86	c #Conflicts:    1923000 | #Constraints:      48627
1681.22/1685.86	c #Conflicts:    1924000 | #Constraints:      49627
1681.22/1685.86	c #Conflicts:    1925000 | #Constraints:      50627
1681.22/1685.86	c #Conflicts:    1926000 | #Constraints:      51627
1681.22/1685.86	c #Conflicts:    1927000 | #Constraints:      52627
1681.22/1685.86	c #Conflicts:    1928000 | #Constraints:      53627
1681.22/1685.86	c #Conflicts:    1929000 | #Constraints:      54627
1681.22/1685.86	c #Conflicts:    1930000 | #Constraints:      55627
1681.22/1685.86	c #Conflicts:    1931000 | #Constraints:      56627
1681.22/1685.86	c #Conflicts:    1932000 | #Constraints:      57627
1681.22/1685.86	c #Conflicts:    1933000 | #Constraints:      58627
1681.22/1685.86	c #Conflicts:    1934000 | #Constraints:      59627
1681.22/1685.86	c #Conflicts:    1935000 | #Constraints:      60627
1681.22/1685.86	c #Conflicts:    1936000 | #Constraints:      61627
1681.22/1685.86	c #Conflicts:    1937000 | #Constraints:      62627
1681.22/1685.86	c INPROCESSING
1681.22/1685.86	c GARBAGE COLLECT
1681.22/1685.86	c rational objective 994
1708.84/1713.50	c #Conflicts:    1938000 | #Constraints:      35786
1708.84/1713.50	c #Conflicts:    1939000 | #Constraints:      36786
1708.84/1713.50	c #Conflicts:    1940000 | #Constraints:      37786
1708.84/1713.50	c #Conflicts:    1941000 | #Constraints:      38786
1708.84/1713.50	c #Conflicts:    1942000 | #Constraints:      39786
1708.84/1713.50	c #Conflicts:    1943000 | #Constraints:      40786
1708.84/1713.50	c #Conflicts:    1944000 | #Constraints:      41786
1708.84/1713.50	c #Conflicts:    1945000 | #Constraints:      42786
1708.84/1713.50	c #Conflicts:    1946000 | #Constraints:      43786
1708.84/1713.50	c #Conflicts:    1947000 | #Constraints:      44786
1708.84/1713.50	c #Conflicts:    1948000 | #Constraints:      45787
1708.84/1713.50	c #Conflicts:    1949000 | #Constraints:      46788
1708.84/1713.50	c #Conflicts:    1950000 | #Constraints:      47789
1708.84/1713.50	c #Conflicts:    1951000 | #Constraints:      48790
1708.84/1713.50	c #Conflicts:    1952000 | #Constraints:      49791
1708.84/1713.50	c #Conflicts:    1953000 | #Constraints:      50791
1708.84/1713.50	c #Conflicts:    1954000 | #Constraints:      51792
1708.84/1713.50	c #Conflicts:    1955000 | #Constraints:      52793
1708.84/1713.50	c #Conflicts:    1956000 | #Constraints:      53793
1708.84/1713.50	c #Conflicts:    1957000 | #Constraints:      54794
1708.84/1713.50	c #Conflicts:    1958000 | #Constraints:      55794
1708.84/1713.50	c #Conflicts:    1959000 | #Constraints:      56795
1708.84/1713.50	c #Conflicts:    1960000 | #Constraints:      57796
1708.84/1713.50	c #Conflicts:    1961000 | #Constraints:      58796
1708.84/1713.50	c #Conflicts:    1962000 | #Constraints:      59797
1708.84/1713.50	c #Conflicts:    1963000 | #Constraints:      60798
1708.84/1713.50	c #Conflicts:    1964000 | #Constraints:      61799
1708.84/1713.50	c #Conflicts:    1965000 | #Constraints:      62800
1708.84/1713.50	c INPROCESSING
1708.84/1713.50	c GARBAGE COLLECT
1708.84/1713.50	c rational objective 994
1739.46/1744.21	c #Conflicts:    1966000 | #Constraints:      35902
1739.46/1744.21	c #Conflicts:    1967000 | #Constraints:      36903
1739.46/1744.21	c #Conflicts:    1968000 | #Constraints:      37945
1739.46/1744.21	c #Conflicts:    1969000 | #Constraints:      39011
1739.46/1744.21	c #Conflicts:    1970000 | #Constraints:      40068
1739.46/1744.21	c #Conflicts:    1971000 | #Constraints:      41112
1739.46/1744.21	c #Conflicts:    1972000 | #Constraints:      42162
1739.46/1744.21	c #Conflicts:    1973000 | #Constraints:      43203
1739.46/1744.21	c #Conflicts:    1974000 | #Constraints:      44239
1739.46/1744.21	c #Conflicts:    1975000 | #Constraints:      45286
1739.46/1744.21	c #Conflicts:    1976000 | #Constraints:      46321
1739.46/1744.21	c #Conflicts:    1977000 | #Constraints:      47375
1739.46/1744.21	c #Conflicts:    1978000 | #Constraints:      48417
1739.46/1744.21	c #Conflicts:    1979000 | #Constraints:      49453
1739.46/1744.21	c #Conflicts:    1980000 | #Constraints:      50499
1739.46/1744.21	c #Conflicts:    1981000 | #Constraints:      51530
1739.46/1744.21	c #Conflicts:    1982000 | #Constraints:      52566
1739.46/1744.21	c #Conflicts:    1983000 | #Constraints:      53599
1739.46/1744.21	c #Conflicts:    1984000 | #Constraints:      54628
1739.46/1744.21	c #Conflicts:    1985000 | #Constraints:      55651
1739.46/1744.21	c #Conflicts:    1986000 | #Constraints:      56677
1739.46/1744.21	c #Conflicts:    1987000 | #Constraints:      57705
1739.46/1744.21	c #Conflicts:    1988000 | #Constraints:      58732
1739.46/1744.21	c #Conflicts:    1989000 | #Constraints:      59756
1739.46/1744.21	c #Conflicts:    1990000 | #Constraints:      60794
1739.46/1744.21	c #Conflicts:    1991000 | #Constraints:      61827
1739.46/1744.21	c #Conflicts:    1992000 | #Constraints:      62849
1739.46/1744.21	c #Conflicts:    1993000 | #Constraints:      63869
1739.46/1744.21	c INPROCESSING
1739.46/1744.21	c GARBAGE COLLECT
1739.46/1744.21	c rational objective 994
1769.97/1774.82	c #Conflicts:    1994000 | #Constraints:      36225
1769.97/1774.82	c #Conflicts:    1995000 | #Constraints:      37225
1769.97/1774.82	c #Conflicts:    1996000 | #Constraints:      38225
1769.97/1774.82	c #Conflicts:    1997000 | #Constraints:      39225
1769.97/1774.82	c #Conflicts:    1998000 | #Constraints:      40225
1769.97/1774.82	c #Conflicts:    1999000 | #Constraints:      41225
1769.97/1774.82	c #Conflicts:    2000000 | #Constraints:      42225
1769.97/1774.82	c #Conflicts:    2001000 | #Constraints:      43225
1769.97/1774.82	c #Conflicts:    2002000 | #Constraints:      44225
1769.97/1774.82	c #Conflicts:    2003000 | #Constraints:      45225
1769.97/1774.82	c #Conflicts:    2004000 | #Constraints:      46225
1769.97/1774.82	c #Conflicts:    2005000 | #Constraints:      47225
1769.97/1774.82	c #Conflicts:    2006000 | #Constraints:      48225
1769.97/1774.82	c #Conflicts:    2007000 | #Constraints:      49225
1769.97/1774.82	c #Conflicts:    2008000 | #Constraints:      50225
1769.97/1774.82	c #Conflicts:    2009000 | #Constraints:      51225
1769.97/1774.82	c #Conflicts:    2010000 | #Constraints:      52225
1769.97/1774.82	c #Conflicts:    2011000 | #Constraints:      53225
1769.97/1774.82	c #Conflicts:    2012000 | #Constraints:      54225
1769.97/1774.82	c #Conflicts:    2013000 | #Constraints:      55225
1769.97/1774.82	c #Conflicts:    2014000 | #Constraints:      56225
1769.97/1774.82	c #Conflicts:    2015000 | #Constraints:      57225
1769.97/1774.82	c #Conflicts:    2016000 | #Constraints:      58225
1769.97/1774.82	c #Conflicts:    2017000 | #Constraints:      59225
1769.97/1774.82	c #Conflicts:    2018000 | #Constraints:      60225
1769.97/1774.82	c #Conflicts:    2019000 | #Constraints:      61225
1769.97/1774.82	c #Conflicts:    2020000 | #Constraints:      62225
1769.97/1774.82	c #Conflicts:    2021000 | #Constraints:      63225
1769.97/1774.82	c INPROCESSING
1769.97/1774.82	c GARBAGE COLLECT
1769.97/1774.82	c rational objective 994
1799.29/1804.24	c #Conflicts:    2022000 | #Constraints:      35817
1799.29/1804.24	c #Conflicts:    2023000 | #Constraints:      36844
1799.29/1804.24	c #Conflicts:    2024000 | #Constraints:      37855
1799.29/1804.24	c #Conflicts:    2025000 | #Constraints:      38869
1799.29/1804.24	c #Conflicts:    2026000 | #Constraints:      39905
1799.29/1804.24	c #Conflicts:    2027000 | #Constraints:      40952
1799.29/1804.24	c #Conflicts:    2028000 | #Constraints:      41998
1799.29/1804.24	c #Conflicts:    2029000 | #Constraints:      43032
1799.29/1804.24	c #Conflicts:    2030000 | #Constraints:      44058
1799.29/1804.24	c #Conflicts:    2031000 | #Constraints:      45083
1799.29/1804.24	c #Conflicts:    2032000 | #Constraints:      46118
1799.29/1804.24	c #Conflicts:    2033000 | #Constraints:      47156
1799.29/1804.24	c #Conflicts:    2034000 | #Constraints:      48198
1799.29/1804.24	c #Conflicts:    2035000 | #Constraints:      49228
1799.29/1804.24	c #Conflicts:    2036000 | #Constraints:      50258
1799.29/1804.24	c #Conflicts:    2037000 | #Constraints:      51282
1799.29/1804.24	c #Conflicts:    2038000 | #Constraints:      52304
1799.29/1804.24	c #Conflicts:    2039000 | #Constraints:      53328
1799.29/1804.24	c #Conflicts:    2040000 | #Constraints:      54353
1799.29/1804.24	c #Conflicts:    2041000 | #Constraints:      55390
1799.29/1804.24	c #Conflicts:    2042000 | #Constraints:      56426
1799.29/1804.24	c #Conflicts:    2043000 | #Constraints:      57448
1799.29/1804.24	c #Conflicts:    2044000 | #Constraints:      58479
1799.29/1804.24	c #Conflicts:    2045000 | #Constraints:      59499
1799.29/1804.24	c #Conflicts:    2046000 | #Constraints:      60519
1799.29/1804.24	c #Conflicts:    2047000 | #Constraints:      61537
1799.29/1804.24	c #Conflicts:    2048000 | #Constraints:      62570
1799.29/1804.24	c #Conflicts:    2049000 | #Constraints:      63591
1799.29/1804.24	c #Conflicts:    2050000 | #Constraints:      64623
1799.29/1804.24	c INPROCESSING
1799.29/1804.24	c GARBAGE COLLECT
1799.29/1804.24	c rational objective 994
1829.70/1834.77	c #Conflicts:    2051000 | #Constraints:      36629
1829.70/1834.77	c #Conflicts:    2052000 | #Constraints:      37629
1829.70/1834.77	c #Conflicts:    2053000 | #Constraints:      38629
1829.70/1834.77	c #Conflicts:    2054000 | #Constraints:      39629
1829.70/1834.77	c #Conflicts:    2055000 | #Constraints:      40629
1829.70/1834.77	c #Conflicts:    2056000 | #Constraints:      41629
1829.70/1834.77	c #Conflicts:    2057000 | #Constraints:      42629
1829.70/1834.77	c #Conflicts:    2058000 | #Constraints:      43629
1829.70/1834.77	c #Conflicts:    2059000 | #Constraints:      44629
1829.70/1834.77	c #Conflicts:    2060000 | #Constraints:      45629
1829.70/1834.77	c #Conflicts:    2061000 | #Constraints:      46629
1829.70/1834.77	c #Conflicts:    2062000 | #Constraints:      47629
1829.70/1834.77	c #Conflicts:    2063000 | #Constraints:      48629
1829.70/1834.77	c #Conflicts:    2064000 | #Constraints:      49629
1829.70/1834.77	c #Conflicts:    2065000 | #Constraints:      50629
1829.70/1834.77	c #Conflicts:    2066000 | #Constraints:      51629
1829.70/1834.77	c #Conflicts:    2067000 | #Constraints:      52629
1829.70/1834.77	c #Conflicts:    2068000 | #Constraints:      53629
1829.70/1834.77	c #Conflicts:    2069000 | #Constraints:      54629
1829.70/1834.77	c #Conflicts:    2070000 | #Constraints:      55629
1829.70/1834.77	c #Conflicts:    2071000 | #Constraints:      56629
1829.70/1834.77	c #Conflicts:    2072000 | #Constraints:      57629
1829.70/1834.77	c #Conflicts:    2073000 | #Constraints:      58629
1829.70/1834.77	c #Conflicts:    2074000 | #Constraints:      59629
1829.70/1834.77	c #Conflicts:    2075000 | #Constraints:      60629
1829.70/1834.77	c #Conflicts:    2076000 | #Constraints:      61629
1829.70/1834.77	c #Conflicts:    2077000 | #Constraints:      62629
1829.70/1834.77	c #Conflicts:    2078000 | #Constraints:      63629
1829.70/1834.77	c #Conflicts:    2079000 | #Constraints:      64629
1829.70/1834.77	c INPROCESSING
1829.70/1834.77	c GARBAGE COLLECT
1829.70/1834.77	c rational objective 994
1859.61/1864.79	c #Conflicts:    2080000 | #Constraints:      36802
1859.61/1864.79	c #Conflicts:    2081000 | #Constraints:      37802
1859.61/1864.79	c #Conflicts:    2082000 | #Constraints:      38802
1859.61/1864.79	c #Conflicts:    2083000 | #Constraints:      39802
1859.61/1864.79	c #Conflicts:    2084000 | #Constraints:      40802
1859.61/1864.79	c #Conflicts:    2085000 | #Constraints:      41802
1859.61/1864.79	c #Conflicts:    2086000 | #Constraints:      42802
1859.61/1864.79	c #Conflicts:    2087000 | #Constraints:      43802
1859.61/1864.79	c #Conflicts:    2088000 | #Constraints:      44802
1859.61/1864.79	c #Conflicts:    2089000 | #Constraints:      45802
1859.61/1864.79	c #Conflicts:    2090000 | #Constraints:      46802
1859.61/1864.79	c #Conflicts:    2091000 | #Constraints:      47802
1859.61/1864.79	c #Conflicts:    2092000 | #Constraints:      48802
1859.61/1864.79	c #Conflicts:    2093000 | #Constraints:      49802
1859.61/1864.79	c #Conflicts:    2094000 | #Constraints:      50802
1859.61/1864.79	c #Conflicts:    2095000 | #Constraints:      51802
1859.61/1864.79	c #Conflicts:    2096000 | #Constraints:      52802
1859.61/1864.79	c #Conflicts:    2097000 | #Constraints:      53802
1859.61/1864.79	c #Conflicts:    2098000 | #Constraints:      54802
1859.61/1864.79	c #Conflicts:    2099000 | #Constraints:      55802
1859.61/1864.79	c #Conflicts:    2100000 | #Constraints:      56802
1859.61/1864.79	c #Conflicts:    2101000 | #Constraints:      57802
1859.61/1864.79	c #Conflicts:    2102000 | #Constraints:      58802
1859.61/1864.79	c #Conflicts:    2103000 | #Constraints:      59802
1859.61/1864.79	c #Conflicts:    2104000 | #Constraints:      60802
1859.61/1864.79	c #Conflicts:    2105000 | #Constraints:      61802
1859.61/1864.79	c #Conflicts:    2106000 | #Constraints:      62802
1859.61/1864.79	c #Conflicts:    2107000 | #Constraints:      63802
1859.61/1864.79	c #Conflicts:    2108000 | #Constraints:      64802
1859.61/1864.79	c INPROCESSING
1859.61/1864.79	c GARBAGE COLLECT
1859.61/1864.79	c rational objective 994
1884.64/1889.87	c #Conflicts:    2109000 | #Constraints:      36921
1884.64/1889.87	c #Conflicts:    2110000 | #Constraints:      37976
1884.64/1889.87	c #Conflicts:    2111000 | #Constraints:      39039
1884.64/1889.87	c #Conflicts:    2112000 | #Constraints:      40084
1884.64/1889.87	c #Conflicts:    2113000 | #Constraints:      41128
1884.64/1889.87	c #Conflicts:    2114000 | #Constraints:      42169
1884.64/1889.87	c #Conflicts:    2115000 | #Constraints:      43200
1884.64/1889.87	c #Conflicts:    2116000 | #Constraints:      44236
1884.64/1889.87	c #Conflicts:    2117000 | #Constraints:      45276
1884.64/1889.87	c #Conflicts:    2118000 | #Constraints:      46332
1884.64/1889.87	c #Conflicts:    2119000 | #Constraints:      47364
1884.64/1889.87	c #Conflicts:    2120000 | #Constraints:      48411
1884.64/1889.87	c #Conflicts:    2121000 | #Constraints:      49454
1884.64/1889.87	c #Conflicts:    2122000 | #Constraints:      50478
1884.64/1889.87	c #Conflicts:    2123000 | #Constraints:      51510
1884.64/1889.87	c #Conflicts:    2124000 | #Constraints:      52540
1884.64/1889.87	c #Conflicts:    2125000 | #Constraints:      53564
1884.64/1889.87	c #Conflicts:    2126000 | #Constraints:      54593
1884.64/1889.87	c #Conflicts:    2127000 | #Constraints:      55612
1884.64/1889.87	c #Conflicts:    2128000 | #Constraints:      56632
1884.64/1889.87	c #Conflicts:    2129000 | #Constraints:      57667
1884.64/1889.87	c #Conflicts:    2130000 | #Constraints:      58695
1884.64/1889.87	c #Conflicts:    2131000 | #Constraints:      59719
1884.64/1889.87	c #Conflicts:    2132000 | #Constraints:      60739
1884.64/1889.87	c #Conflicts:    2133000 | #Constraints:      61778
1884.64/1889.87	c #Conflicts:    2134000 | #Constraints:      62797
1884.64/1889.87	c #Conflicts:    2135000 | #Constraints:      63822
1884.64/1889.87	c #Conflicts:    2136000 | #Constraints:      64859
1884.64/1889.87	c #Conflicts:    2137000 | #Constraints:      65892
1884.64/1889.87	c INPROCESSING
1884.64/1889.87	c GARBAGE COLLECT
1884.64/1889.87	c rational objective 994
1885.53/1890.75	c bounds 1031 >= 995 @ 1868.11
1919.84/1925.11	c #Conflicts:    2138000 | #Constraints:      37304
1919.84/1925.11	c #Conflicts:    2139000 | #Constraints:      38304
1919.84/1925.11	c #Conflicts:    2140000 | #Constraints:      39304
1919.84/1925.11	c #Conflicts:    2141000 | #Constraints:      40304
1919.84/1925.11	c #Conflicts:    2142000 | #Constraints:      41304
1919.84/1925.11	c #Conflicts:    2143000 | #Constraints:      42304
1919.84/1925.11	c #Conflicts:    2144000 | #Constraints:      43304
1919.84/1925.11	c #Conflicts:    2145000 | #Constraints:      44304
1919.84/1925.11	c #Conflicts:    2146000 | #Constraints:      45304
1919.84/1925.11	c #Conflicts:    2147000 | #Constraints:      46304
1919.84/1925.11	c #Conflicts:    2148000 | #Constraints:      47304
1919.84/1925.11	c #Conflicts:    2149000 | #Constraints:      48304
1919.84/1925.11	c #Conflicts:    2150000 | #Constraints:      49304
1919.84/1925.11	c #Conflicts:    2151000 | #Constraints:      50304
1919.84/1925.11	c #Conflicts:    2152000 | #Constraints:      51304
1919.84/1925.11	c #Conflicts:    2153000 | #Constraints:      52304
1919.84/1925.11	c #Conflicts:    2154000 | #Constraints:      53304
1919.84/1925.11	c #Conflicts:    2155000 | #Constraints:      54304
1919.84/1925.11	c #Conflicts:    2156000 | #Constraints:      55304
1919.84/1925.11	c #Conflicts:    2157000 | #Constraints:      56304
1919.84/1925.11	c #Conflicts:    2158000 | #Constraints:      57304
1919.84/1925.11	c #Conflicts:    2159000 | #Constraints:      58304
1919.84/1925.11	c #Conflicts:    2160000 | #Constraints:      59304
1919.84/1925.11	c #Conflicts:    2161000 | #Constraints:      60304
1919.84/1925.11	c #Conflicts:    2162000 | #Constraints:      61304
1919.84/1925.11	c #Conflicts:    2163000 | #Constraints:      62304
1919.84/1925.11	c #Conflicts:    2164000 | #Constraints:      63304
1919.84/1925.11	c #Conflicts:    2165000 | #Constraints:      64304
1919.84/1925.11	c #Conflicts:    2166000 | #Constraints:      65304
1919.84/1925.11	c INPROCESSING
1919.84/1925.11	c GARBAGE COLLECT
1919.84/1925.11	c rational objective 995
1950.74/1956.12	c #Conflicts:    2167000 | #Constraints:      36842
1950.74/1956.12	c #Conflicts:    2168000 | #Constraints:      37854
1950.74/1956.12	c #Conflicts:    2169000 | #Constraints:      38886
1950.74/1956.12	c #Conflicts:    2170000 | #Constraints:      39901
1950.74/1956.12	c #Conflicts:    2171000 | #Constraints:      40936
1950.74/1956.12	c #Conflicts:    2172000 | #Constraints:      41962
1950.74/1956.12	c #Conflicts:    2173000 | #Constraints:      42991
1950.74/1956.12	c #Conflicts:    2174000 | #Constraints:      44010
1950.74/1956.12	c #Conflicts:    2175000 | #Constraints:      45044
1950.74/1956.12	c #Conflicts:    2176000 | #Constraints:      46065
1950.74/1956.12	c #Conflicts:    2177000 | #Constraints:      47089
1950.74/1956.12	c #Conflicts:    2178000 | #Constraints:      48112
1950.74/1956.12	c #Conflicts:    2179000 | #Constraints:      49143
1950.74/1956.12	c #Conflicts:    2180000 | #Constraints:      50163
1950.74/1956.12	c #Conflicts:    2181000 | #Constraints:      51188
1950.74/1956.12	c #Conflicts:    2182000 | #Constraints:      52208
1950.74/1956.12	c #Conflicts:    2183000 | #Constraints:      53246
1950.74/1956.12	c #Conflicts:    2184000 | #Constraints:      54276
1950.74/1956.12	c #Conflicts:    2185000 | #Constraints:      55299
1950.74/1956.12	c #Conflicts:    2186000 | #Constraints:      56313
1950.74/1956.12	c #Conflicts:    2187000 | #Constraints:      57348
1950.74/1956.12	c #Conflicts:    2188000 | #Constraints:      58383
1950.74/1956.12	c #Conflicts:    2189000 | #Constraints:      59409
1950.74/1956.12	c #Conflicts:    2190000 | #Constraints:      60423
1950.74/1956.12	c #Conflicts:    2191000 | #Constraints:      61443
1950.74/1956.12	c #Conflicts:    2192000 | #Constraints:      62462
1950.74/1956.12	c #Conflicts:    2193000 | #Constraints:      63482
1950.74/1956.12	c #Conflicts:    2194000 | #Constraints:      64500
1950.74/1956.12	c #Conflicts:    2195000 | #Constraints:      65523
1950.74/1956.12	c #Conflicts:    2196000 | #Constraints:      66548
1950.74/1956.12	c INPROCESSING
1950.74/1956.12	c GARBAGE COLLECT
1950.74/1956.12	c rational objective 995
1982.45/1987.96	c #Conflicts:    2197000 | #Constraints:      37613
1982.45/1987.96	c #Conflicts:    2198000 | #Constraints:      38613
1982.45/1987.96	c #Conflicts:    2199000 | #Constraints:      39613
1982.45/1987.96	c #Conflicts:    2200000 | #Constraints:      40613
1982.45/1987.96	c #Conflicts:    2201000 | #Constraints:      41613
1982.45/1987.96	c #Conflicts:    2202000 | #Constraints:      42613
1982.45/1987.96	c #Conflicts:    2203000 | #Constraints:      43613
1982.45/1987.96	c #Conflicts:    2204000 | #Constraints:      44613
1982.45/1987.96	c #Conflicts:    2205000 | #Constraints:      45613
1982.45/1987.96	c #Conflicts:    2206000 | #Constraints:      46613
1982.45/1987.96	c #Conflicts:    2207000 | #Constraints:      47613
1982.45/1987.96	c #Conflicts:    2208000 | #Constraints:      48613
1982.45/1987.96	c #Conflicts:    2209000 | #Constraints:      49613
1982.45/1987.96	c #Conflicts:    2210000 | #Constraints:      50613
1982.45/1987.96	c #Conflicts:    2211000 | #Constraints:      51613
1982.45/1987.96	c #Conflicts:    2212000 | #Constraints:      52613
1982.45/1987.96	c #Conflicts:    2213000 | #Constraints:      53613
1982.45/1987.96	c #Conflicts:    2214000 | #Constraints:      54613
1982.45/1987.96	c #Conflicts:    2215000 | #Constraints:      55613
1982.45/1987.96	c #Conflicts:    2216000 | #Constraints:      56613
1982.45/1987.96	c #Conflicts:    2217000 | #Constraints:      57613
1982.45/1987.96	c #Conflicts:    2218000 | #Constraints:      58613
1982.45/1987.96	c #Conflicts:    2219000 | #Constraints:      59613
1982.45/1987.96	c #Conflicts:    2220000 | #Constraints:      60613
1982.45/1987.96	c #Conflicts:    2221000 | #Constraints:      61613
1982.45/1987.96	c #Conflicts:    2222000 | #Constraints:      62613
1982.45/1987.96	c #Conflicts:    2223000 | #Constraints:      63613
1982.45/1987.96	c #Conflicts:    2224000 | #Constraints:      64613
1982.45/1987.96	c #Conflicts:    2225000 | #Constraints:      65613
1982.45/1987.96	c #Conflicts:    2226000 | #Constraints:      66613
1982.45/1987.96	c INPROCESSING
1982.45/1987.96	c GARBAGE COLLECT
1982.45/1987.96	c rational objective 995
2011.66/2017.25	c #Conflicts:    2227000 | #Constraints:      37791
2011.66/2017.25	c #Conflicts:    2228000 | #Constraints:      38810
2011.66/2017.25	c #Conflicts:    2229000 | #Constraints:      39833
2011.66/2017.25	c #Conflicts:    2230000 | #Constraints:      40875
2011.66/2017.25	c #Conflicts:    2231000 | #Constraints:      41900
2011.66/2017.25	c #Conflicts:    2232000 | #Constraints:      42955
2011.66/2017.25	c #Conflicts:    2233000 | #Constraints:      43996
2011.66/2017.25	c #Conflicts:    2234000 | #Constraints:      45028
2011.66/2017.25	c #Conflicts:    2235000 | #Constraints:      46052
2011.66/2017.25	c #Conflicts:    2236000 | #Constraints:      47085
2011.66/2017.25	c #Conflicts:    2237000 | #Constraints:      48101
2011.66/2017.25	c #Conflicts:    2238000 | #Constraints:      49133
2011.66/2017.25	c #Conflicts:    2239000 | #Constraints:      50168
2011.66/2017.25	c #Conflicts:    2240000 | #Constraints:      51189
2011.66/2017.25	c #Conflicts:    2241000 | #Constraints:      52205
2011.66/2017.25	c #Conflicts:    2242000 | #Constraints:      53224
2011.66/2017.25	c #Conflicts:    2243000 | #Constraints:      54247
2011.66/2017.25	c #Conflicts:    2244000 | #Constraints:      55278
2011.66/2017.25	c #Conflicts:    2245000 | #Constraints:      56323
2011.66/2017.25	c #Conflicts:    2246000 | #Constraints:      57367
2011.66/2017.25	c #Conflicts:    2247000 | #Constraints:      58398
2011.66/2017.25	c #Conflicts:    2248000 | #Constraints:      59422
2011.66/2017.25	c #Conflicts:    2249000 | #Constraints:      60497
2011.66/2017.25	c #Conflicts:    2250000 | #Constraints:      61529
2011.66/2017.25	c #Conflicts:    2251000 | #Constraints:      62557
2011.66/2017.25	c #Conflicts:    2252000 | #Constraints:      63587
2011.66/2017.25	c #Conflicts:    2253000 | #Constraints:      64614
2011.66/2017.25	c #Conflicts:    2254000 | #Constraints:      65659
2011.66/2017.25	c #Conflicts:    2255000 | #Constraints:      66697
2011.66/2017.25	c #Conflicts:    2256000 | #Constraints:      67717
2011.66/2017.25	c INPROCESSING
2011.66/2017.25	c GARBAGE COLLECT
2011.66/2017.25	c rational objective 995
2045.16/2050.86	c #Conflicts:    2257000 | #Constraints:      38311
2045.16/2050.86	c #Conflicts:    2258000 | #Constraints:      39311
2045.16/2050.86	c #Conflicts:    2259000 | #Constraints:      40311
2045.16/2050.86	c #Conflicts:    2260000 | #Constraints:      41311
2045.16/2050.86	c #Conflicts:    2261000 | #Constraints:      42311
2045.16/2050.86	c #Conflicts:    2262000 | #Constraints:      43311
2045.16/2050.86	c #Conflicts:    2263000 | #Constraints:      44311
2045.16/2050.86	c #Conflicts:    2264000 | #Constraints:      45311
2045.16/2050.86	c #Conflicts:    2265000 | #Constraints:      46311
2045.16/2050.86	c #Conflicts:    2266000 | #Constraints:      47311
2045.16/2050.86	c #Conflicts:    2267000 | #Constraints:      48311
2045.16/2050.86	c #Conflicts:    2268000 | #Constraints:      49312
2045.16/2050.86	c #Conflicts:    2269000 | #Constraints:      50312
2045.16/2050.86	c #Conflicts:    2270000 | #Constraints:      51312
2045.16/2050.86	c #Conflicts:    2271000 | #Constraints:      52312
2045.16/2050.86	c #Conflicts:    2272000 | #Constraints:      53312
2045.16/2050.86	c #Conflicts:    2273000 | #Constraints:      54312
2045.16/2050.86	c #Conflicts:    2274000 | #Constraints:      55312
2045.16/2050.86	c #Conflicts:    2275000 | #Constraints:      56312
2045.16/2050.86	c #Conflicts:    2276000 | #Constraints:      57312
2045.16/2050.86	c #Conflicts:    2277000 | #Constraints:      58312
2045.16/2050.86	c #Conflicts:    2278000 | #Constraints:      59312
2045.16/2050.86	c #Conflicts:    2279000 | #Constraints:      60312
2045.16/2050.86	c #Conflicts:    2280000 | #Constraints:      61312
2045.16/2050.86	c #Conflicts:    2281000 | #Constraints:      62312
2045.16/2050.86	c #Conflicts:    2282000 | #Constraints:      63312
2045.16/2050.86	c #Conflicts:    2283000 | #Constraints:      64312
2045.16/2050.86	c #Conflicts:    2284000 | #Constraints:      65312
2045.16/2050.86	c #Conflicts:    2285000 | #Constraints:      66312
2045.16/2050.86	c #Conflicts:    2286000 | #Constraints:      67312
2045.16/2050.86	c INPROCESSING
2045.16/2050.86	c GARBAGE COLLECT
2045.16/2050.86	c rational objective 995
2076.98/2082.79	c #Conflicts:    2287000 | #Constraints:      38044
2076.98/2082.79	c #Conflicts:    2288000 | #Constraints:      39044
2076.98/2082.79	c #Conflicts:    2289000 | #Constraints:      40044
2076.98/2082.79	c #Conflicts:    2290000 | #Constraints:      41044
2076.98/2082.79	c #Conflicts:    2291000 | #Constraints:      42044
2076.98/2082.79	c #Conflicts:    2292000 | #Constraints:      43044
2076.98/2082.79	c #Conflicts:    2293000 | #Constraints:      44044
2076.98/2082.79	c #Conflicts:    2294000 | #Constraints:      45044
2076.98/2082.79	c #Conflicts:    2295000 | #Constraints:      46044
2076.98/2082.79	c #Conflicts:    2296000 | #Constraints:      47044
2076.98/2082.79	c #Conflicts:    2297000 | #Constraints:      48044
2076.98/2082.79	c #Conflicts:    2298000 | #Constraints:      49044
2076.98/2082.79	c #Conflicts:    2299000 | #Constraints:      50044
2076.98/2082.79	c #Conflicts:    2300000 | #Constraints:      51044
2076.98/2082.79	c #Conflicts:    2301000 | #Constraints:      52044
2076.98/2082.79	c #Conflicts:    2302000 | #Constraints:      53044
2076.98/2082.79	c #Conflicts:    2303000 | #Constraints:      54044
2076.98/2082.79	c #Conflicts:    2304000 | #Constraints:      55044
2076.98/2082.79	c #Conflicts:    2305000 | #Constraints:      56044
2076.98/2082.79	c #Conflicts:    2306000 | #Constraints:      57044
2076.98/2082.79	c #Conflicts:    2307000 | #Constraints:      58044
2076.98/2082.79	c #Conflicts:    2308000 | #Constraints:      59044
2076.98/2082.79	c #Conflicts:    2309000 | #Constraints:      60044
2076.98/2082.79	c #Conflicts:    2310000 | #Constraints:      61044
2076.98/2082.79	c #Conflicts:    2311000 | #Constraints:      62044
2076.98/2082.79	c #Conflicts:    2312000 | #Constraints:      63044
2076.98/2082.79	c #Conflicts:    2313000 | #Constraints:      64044
2076.98/2082.79	c #Conflicts:    2314000 | #Constraints:      65044
2076.98/2082.79	c #Conflicts:    2315000 | #Constraints:      66044
2076.98/2082.79	c #Conflicts:    2316000 | #Constraints:      67044
2076.98/2082.79	c INPROCESSING
2076.98/2082.79	c GARBAGE COLLECT
2076.98/2082.79	c rational objective 995
2120.35/2126.22	c #Conflicts:    2317000 | #Constraints:      37728
2120.35/2126.22	c #Conflicts:    2318000 | #Constraints:      38745
2120.35/2126.22	c #Conflicts:    2319000 | #Constraints:      39776
2120.35/2126.22	c #Conflicts:    2320000 | #Constraints:      40819
2120.35/2126.22	c #Conflicts:    2321000 | #Constraints:      41852
2120.35/2126.22	c #Conflicts:    2322000 | #Constraints:      42875
2120.35/2126.22	c #Conflicts:    2323000 | #Constraints:      43900
2120.35/2126.22	c #Conflicts:    2324000 | #Constraints:      44902
2120.35/2126.22	c #Conflicts:    2325000 | #Constraints:      45911
2120.35/2126.22	c #Conflicts:    2326000 | #Constraints:      46926
2120.35/2126.22	c #Conflicts:    2327000 | #Constraints:      47937
2120.35/2126.22	c #Conflicts:    2328000 | #Constraints:      48953
2120.35/2126.22	c #Conflicts:    2329000 | #Constraints:      49970
2120.35/2126.22	c #Conflicts:    2330000 | #Constraints:      50979
2120.35/2126.22	c #Conflicts:    2331000 | #Constraints:      51990
2120.35/2126.22	c #Conflicts:    2332000 | #Constraints:      53004
2120.35/2126.22	c #Conflicts:    2333000 | #Constraints:      54013
2120.35/2126.22	c #Conflicts:    2334000 | #Constraints:      55024
2120.35/2126.22	c #Conflicts:    2335000 | #Constraints:      56037
2120.35/2126.22	c #Conflicts:    2336000 | #Constraints:      57056
2120.35/2126.22	c #Conflicts:    2337000 | #Constraints:      58085
2120.35/2126.22	c #Conflicts:    2338000 | #Constraints:      59098
2120.35/2126.22	c #Conflicts:    2339000 | #Constraints:      60108
2120.35/2126.22	c #Conflicts:    2340000 | #Constraints:      61122
2120.35/2126.22	c #Conflicts:    2341000 | #Constraints:      62150
2120.35/2126.22	c #Conflicts:    2342000 | #Constraints:      63165
2120.35/2126.22	c #Conflicts:    2343000 | #Constraints:      64185
2120.35/2126.22	c #Conflicts:    2344000 | #Constraints:      65202
2120.35/2126.22	c #Conflicts:    2345000 | #Constraints:      66224
2120.35/2126.22	c #Conflicts:    2346000 | #Constraints:      67240
2120.35/2126.22	c #Conflicts:    2347000 | #Constraints:      68258
2120.35/2126.22	c INPROCESSING
2120.35/2126.22	c GARBAGE COLLECT
2120.35/2126.22	c rational objective 995
2153.25/2159.27	c #Conflicts:    2348000 | #Constraints:      38482
2153.25/2159.27	c #Conflicts:    2349000 | #Constraints:      39482
2153.25/2159.27	c #Conflicts:    2350000 | #Constraints:      40482
2153.25/2159.27	c #Conflicts:    2351000 | #Constraints:      41482
2153.25/2159.27	c #Conflicts:    2352000 | #Constraints:      42482
2153.25/2159.27	c #Conflicts:    2353000 | #Constraints:      43482
2153.25/2159.27	c #Conflicts:    2354000 | #Constraints:      44482
2153.25/2159.27	c #Conflicts:    2355000 | #Constraints:      45482
2153.25/2159.27	c #Conflicts:    2356000 | #Constraints:      46482
2153.25/2159.27	c #Conflicts:    2357000 | #Constraints:      47482
2153.25/2159.27	c #Conflicts:    2358000 | #Constraints:      48482
2153.25/2159.27	c #Conflicts:    2359000 | #Constraints:      49482
2153.25/2159.27	c #Conflicts:    2360000 | #Constraints:      50482
2153.25/2159.27	c #Conflicts:    2361000 | #Constraints:      51482
2153.25/2159.27	c #Conflicts:    2362000 | #Constraints:      52482
2153.25/2159.27	c #Conflicts:    2363000 | #Constraints:      53482
2153.25/2159.27	c #Conflicts:    2364000 | #Constraints:      54483
2153.25/2159.27	c #Conflicts:    2365000 | #Constraints:      55483
2153.25/2159.27	c #Conflicts:    2366000 | #Constraints:      56483
2153.25/2159.27	c #Conflicts:    2367000 | #Constraints:      57483
2153.25/2159.27	c #Conflicts:    2368000 | #Constraints:      58483
2153.25/2159.27	c #Conflicts:    2369000 | #Constraints:      59483
2153.25/2159.27	c #Conflicts:    2370000 | #Constraints:      60483
2153.25/2159.27	c #Conflicts:    2371000 | #Constraints:      61484
2153.25/2159.27	c #Conflicts:    2372000 | #Constraints:      62484
2153.25/2159.27	c #Conflicts:    2373000 | #Constraints:      63484
2153.25/2159.27	c #Conflicts:    2374000 | #Constraints:      64484
2153.25/2159.27	c #Conflicts:    2375000 | #Constraints:      65484
2153.25/2159.27	c #Conflicts:    2376000 | #Constraints:      66484
2153.25/2159.27	c #Conflicts:    2377000 | #Constraints:      67484
2153.25/2159.27	c #Conflicts:    2378000 | #Constraints:      68484
2153.25/2159.27	c INPROCESSING
2153.25/2159.27	c GARBAGE COLLECT
2153.25/2159.27	c rational objective 995
2188.45/2194.52	c #Conflicts:    2379000 | #Constraints:      38760
2188.45/2194.52	c #Conflicts:    2380000 | #Constraints:      39760
2188.45/2194.52	c #Conflicts:    2381000 | #Constraints:      40760
2188.45/2194.52	c #Conflicts:    2382000 | #Constraints:      41760
2188.45/2194.52	c #Conflicts:    2383000 | #Constraints:      42760
2188.45/2194.52	c #Conflicts:    2384000 | #Constraints:      43760
2188.45/2194.52	c #Conflicts:    2385000 | #Constraints:      44760
2188.45/2194.52	c #Conflicts:    2386000 | #Constraints:      45760
2188.45/2194.52	c #Conflicts:    2387000 | #Constraints:      46760
2188.45/2194.52	c #Conflicts:    2388000 | #Constraints:      47760
2188.45/2194.52	c #Conflicts:    2389000 | #Constraints:      48760
2188.45/2194.52	c #Conflicts:    2390000 | #Constraints:      49760
2188.45/2194.52	c #Conflicts:    2391000 | #Constraints:      50760
2188.45/2194.52	c #Conflicts:    2392000 | #Constraints:      51760
2188.45/2194.52	c #Conflicts:    2393000 | #Constraints:      52760
2188.45/2194.52	c #Conflicts:    2394000 | #Constraints:      53760
2188.45/2194.52	c #Conflicts:    2395000 | #Constraints:      54760
2188.45/2194.52	c #Conflicts:    2396000 | #Constraints:      55760
2188.45/2194.52	c #Conflicts:    2397000 | #Constraints:      56760
2188.45/2194.52	c #Conflicts:    2398000 | #Constraints:      57760
2188.45/2194.52	c #Conflicts:    2399000 | #Constraints:      58760
2188.45/2194.52	c #Conflicts:    2400000 | #Constraints:      59760
2188.45/2194.52	c #Conflicts:    2401000 | #Constraints:      60760
2188.45/2194.52	c #Conflicts:    2402000 | #Constraints:      61760
2188.45/2194.52	c #Conflicts:    2403000 | #Constraints:      62760
2188.45/2194.52	c #Conflicts:    2404000 | #Constraints:      63760
2188.45/2194.52	c #Conflicts:    2405000 | #Constraints:      64760
2188.45/2194.52	c #Conflicts:    2406000 | #Constraints:      65760
2188.45/2194.52	c #Conflicts:    2407000 | #Constraints:      66760
2188.45/2194.52	c #Conflicts:    2408000 | #Constraints:      67760
2188.45/2194.52	c #Conflicts:    2409000 | #Constraints:      68760
2188.45/2194.52	c INPROCESSING
2188.45/2194.52	c GARBAGE COLLECT
2188.45/2194.52	c rational objective 995
2222.25/2228.47	c #Conflicts:    2410000 | #Constraints:      38887
2222.25/2228.47	c #Conflicts:    2411000 | #Constraints:      39928
2222.25/2228.47	c #Conflicts:    2412000 | #Constraints:      40974
2222.25/2228.47	c #Conflicts:    2413000 | #Constraints:      42027
2222.25/2228.47	c #Conflicts:    2414000 | #Constraints:      43052
2222.25/2228.47	c #Conflicts:    2415000 | #Constraints:      44085
2222.25/2228.47	c #Conflicts:    2416000 | #Constraints:      45108
2222.25/2228.47	c #Conflicts:    2417000 | #Constraints:      46129
2222.25/2228.47	c #Conflicts:    2418000 | #Constraints:      47148
2222.25/2228.47	c #Conflicts:    2419000 | #Constraints:      48175
2222.25/2228.47	c #Conflicts:    2420000 | #Constraints:      49186
2222.25/2228.47	c #Conflicts:    2421000 | #Constraints:      50217
2222.25/2228.47	c #Conflicts:    2422000 | #Constraints:      51240
2222.25/2228.47	c #Conflicts:    2423000 | #Constraints:      52254
2222.25/2228.47	c #Conflicts:    2424000 | #Constraints:      53265
2222.25/2228.47	c #Conflicts:    2425000 | #Constraints:      54296
2222.25/2228.47	c #Conflicts:    2426000 | #Constraints:      55335
2222.25/2228.47	c #Conflicts:    2427000 | #Constraints:      56363
2222.25/2228.47	c #Conflicts:    2428000 | #Constraints:      57381
2222.25/2228.47	c #Conflicts:    2429000 | #Constraints:      58404
2222.25/2228.47	c #Conflicts:    2430000 | #Constraints:      59427
2222.25/2228.47	c #Conflicts:    2431000 | #Constraints:      60444
2222.25/2228.47	c #Conflicts:    2432000 | #Constraints:      61494
2222.25/2228.47	c #Conflicts:    2433000 | #Constraints:      62514
2222.25/2228.47	c #Conflicts:    2434000 | #Constraints:      63541
2222.25/2228.47	c #Conflicts:    2435000 | #Constraints:      64566
2222.25/2228.47	c #Conflicts:    2436000 | #Constraints:      65599
2222.25/2228.47	c #Conflicts:    2437000 | #Constraints:      66621
2222.25/2228.47	c #Conflicts:    2438000 | #Constraints:      67655
2222.25/2228.47	c #Conflicts:    2439000 | #Constraints:      68669
2222.25/2228.47	c #Conflicts:    2440000 | #Constraints:      69702
2222.25/2228.47	c INPROCESSING
2222.25/2228.47	c GARBAGE COLLECT
2222.25/2228.47	c rational objective 995
2257.95/2264.22	c #Conflicts:    2441000 | #Constraints:      39157
2257.95/2264.22	c #Conflicts:    2442000 | #Constraints:      40157
2257.95/2264.22	c #Conflicts:    2443000 | #Constraints:      41157
2257.95/2264.22	c #Conflicts:    2444000 | #Constraints:      42157
2257.95/2264.22	c #Conflicts:    2445000 | #Constraints:      43157
2257.95/2264.22	c #Conflicts:    2446000 | #Constraints:      44157
2257.95/2264.22	c #Conflicts:    2447000 | #Constraints:      45157
2257.95/2264.22	c #Conflicts:    2448000 | #Constraints:      46157
2257.95/2264.22	c #Conflicts:    2449000 | #Constraints:      47157
2257.95/2264.22	c #Conflicts:    2450000 | #Constraints:      48157
2257.95/2264.22	c #Conflicts:    2451000 | #Constraints:      49157
2257.95/2264.22	c #Conflicts:    2452000 | #Constraints:      50157
2257.95/2264.22	c #Conflicts:    2453000 | #Constraints:      51157
2257.95/2264.22	c #Conflicts:    2454000 | #Constraints:      52157
2257.95/2264.22	c #Conflicts:    2455000 | #Constraints:      53157
2257.95/2264.22	c #Conflicts:    2456000 | #Constraints:      54157
2257.95/2264.22	c #Conflicts:    2457000 | #Constraints:      55157
2257.95/2264.22	c #Conflicts:    2458000 | #Constraints:      56157
2257.95/2264.22	c #Conflicts:    2459000 | #Constraints:      57157
2257.95/2264.22	c #Conflicts:    2460000 | #Constraints:      58157
2257.95/2264.22	c #Conflicts:    2461000 | #Constraints:      59157
2257.95/2264.22	c #Conflicts:    2462000 | #Constraints:      60157
2257.95/2264.22	c #Conflicts:    2463000 | #Constraints:      61157
2257.95/2264.22	c #Conflicts:    2464000 | #Constraints:      62157
2257.95/2264.22	c #Conflicts:    2465000 | #Constraints:      63157
2257.95/2264.22	c #Conflicts:    2466000 | #Constraints:      64157
2257.95/2264.22	c #Conflicts:    2467000 | #Constraints:      65157
2257.95/2264.22	c #Conflicts:    2468000 | #Constraints:      66157
2257.95/2264.22	c #Conflicts:    2469000 | #Constraints:      67157
2257.95/2264.22	c #Conflicts:    2470000 | #Constraints:      68157
2257.95/2264.22	c #Conflicts:    2471000 | #Constraints:      69157
2257.95/2264.22	c INPROCESSING
2257.95/2264.22	c GARBAGE COLLECT
2257.95/2264.22	c rational objective 995
2289.06/2295.41	c #Conflicts:    2472000 | #Constraints:      38780
2289.06/2295.41	c #Conflicts:    2473000 | #Constraints:      39819
2289.06/2295.41	c #Conflicts:    2474000 | #Constraints:      40872
2289.06/2295.41	c #Conflicts:    2475000 | #Constraints:      41919
2289.06/2295.41	c #Conflicts:    2476000 | #Constraints:      42956
2289.06/2295.41	c #Conflicts:    2477000 | #Constraints:      43988
2289.06/2295.41	c #Conflicts:    2478000 | #Constraints:      45013
2289.06/2295.41	c #Conflicts:    2479000 | #Constraints:      46043
2289.06/2295.41	c #Conflicts:    2480000 | #Constraints:      47072
2289.06/2295.41	c #Conflicts:    2481000 | #Constraints:      48099
2289.06/2295.41	c #Conflicts:    2482000 | #Constraints:      49126
2289.06/2295.41	c #Conflicts:    2483000 | #Constraints:      50160
2289.06/2295.41	c #Conflicts:    2484000 | #Constraints:      51191
2289.06/2295.41	c #Conflicts:    2485000 | #Constraints:      52223
2289.06/2295.41	c #Conflicts:    2486000 | #Constraints:      53246
2289.06/2295.41	c #Conflicts:    2487000 | #Constraints:      54268
2289.06/2295.41	c #Conflicts:    2488000 | #Constraints:      55294
2289.06/2295.41	c #Conflicts:    2489000 | #Constraints:      56322
2289.06/2295.41	c #Conflicts:    2490000 | #Constraints:      57351
2289.06/2295.41	c #Conflicts:    2491000 | #Constraints:      58366
2289.06/2295.41	c #Conflicts:    2492000 | #Constraints:      59383
2289.06/2295.41	c #Conflicts:    2493000 | #Constraints:      60415
2289.06/2295.41	c #Conflicts:    2494000 | #Constraints:      61448
2289.06/2295.41	c #Conflicts:    2495000 | #Constraints:      62473
2289.06/2295.41	c #Conflicts:    2496000 | #Constraints:      63503
2289.06/2295.41	c #Conflicts:    2497000 | #Constraints:      64533
2289.06/2295.41	c #Conflicts:    2498000 | #Constraints:      65567
2289.06/2295.41	c #Conflicts:    2499000 | #Constraints:      66581
2289.06/2295.41	c #Conflicts:    2500000 | #Constraints:      67603
2289.06/2295.41	c #Conflicts:    2501000 | #Constraints:      68620
2289.06/2295.41	c #Conflicts:    2502000 | #Constraints:      69641
2289.06/2295.41	c #Conflicts:    2503000 | #Constraints:      70666
2289.06/2295.41	c INPROCESSING
2289.06/2295.41	c GARBAGE COLLECT
2289.06/2295.41	c rational objective 995
2326.05/2332.51	c #Conflicts:    2504000 | #Constraints:      39659
2326.05/2332.51	c #Conflicts:    2505000 | #Constraints:      40659
2326.05/2332.51	c #Conflicts:    2506000 | #Constraints:      41659
2326.05/2332.51	c #Conflicts:    2507000 | #Constraints:      42659
2326.05/2332.51	c #Conflicts:    2508000 | #Constraints:      43659
2326.05/2332.51	c #Conflicts:    2509000 | #Constraints:      44659
2326.05/2332.51	c #Conflicts:    2510000 | #Constraints:      45659
2326.05/2332.51	c #Conflicts:    2511000 | #Constraints:      46659
2326.05/2332.51	c #Conflicts:    2512000 | #Constraints:      47659
2326.05/2332.51	c #Conflicts:    2513000 | #Constraints:      48659
2326.05/2332.51	c #Conflicts:    2514000 | #Constraints:      49659
2326.05/2332.51	c #Conflicts:    2515000 | #Constraints:      50659
2326.05/2332.51	c #Conflicts:    2516000 | #Constraints:      51659
2326.05/2332.51	c #Conflicts:    2517000 | #Constraints:      52659
2326.05/2332.51	c #Conflicts:    2518000 | #Constraints:      53659
2326.05/2332.51	c #Conflicts:    2519000 | #Constraints:      54659
2326.05/2332.51	c #Conflicts:    2520000 | #Constraints:      55659
2326.05/2332.51	c #Conflicts:    2521000 | #Constraints:      56659
2326.05/2332.51	c #Conflicts:    2522000 | #Constraints:      57659
2326.05/2332.51	c #Conflicts:    2523000 | #Constraints:      58659
2326.05/2332.51	c #Conflicts:    2524000 | #Constraints:      59659
2326.05/2332.51	c #Conflicts:    2525000 | #Constraints:      60659
2326.05/2332.51	c #Conflicts:    2526000 | #Constraints:      61659
2326.05/2332.51	c #Conflicts:    2527000 | #Constraints:      62659
2326.05/2332.51	c #Conflicts:    2528000 | #Constraints:      63659
2326.05/2332.51	c #Conflicts:    2529000 | #Constraints:      64659
2326.05/2332.51	c #Conflicts:    2530000 | #Constraints:      65659
2326.05/2332.51	c #Conflicts:    2531000 | #Constraints:      66659
2326.05/2332.51	c #Conflicts:    2532000 | #Constraints:      67659
2326.05/2332.51	c #Conflicts:    2533000 | #Constraints:      68659
2326.05/2332.51	c #Conflicts:    2534000 | #Constraints:      69659
2326.05/2332.51	c #Conflicts:    2535000 | #Constraints:      70659
2326.05/2332.51	c INPROCESSING
2326.05/2332.51	c GARBAGE COLLECT
2326.05/2332.51	c rational objective 995
2360.75/2367.32	c #Conflicts:    2536000 | #Constraints:      39848
2360.75/2367.32	c #Conflicts:    2537000 | #Constraints:      40848
2360.75/2367.32	c #Conflicts:    2538000 | #Constraints:      41848
2360.75/2367.32	c #Conflicts:    2539000 | #Constraints:      42848
2360.75/2367.32	c #Conflicts:    2540000 | #Constraints:      43848
2360.75/2367.32	c #Conflicts:    2541000 | #Constraints:      44848
2360.75/2367.32	c #Conflicts:    2542000 | #Constraints:      45848
2360.75/2367.32	c #Conflicts:    2543000 | #Constraints:      46848
2360.75/2367.32	c #Conflicts:    2544000 | #Constraints:      47848
2360.75/2367.32	c #Conflicts:    2545000 | #Constraints:      48848
2360.75/2367.32	c #Conflicts:    2546000 | #Constraints:      49848
2360.75/2367.32	c #Conflicts:    2547000 | #Constraints:      50848
2360.75/2367.32	c #Conflicts:    2548000 | #Constraints:      51848
2360.75/2367.32	c #Conflicts:    2549000 | #Constraints:      52848
2360.75/2367.32	c #Conflicts:    2550000 | #Constraints:      53848
2360.75/2367.32	c #Conflicts:    2551000 | #Constraints:      54848
2360.75/2367.32	c #Conflicts:    2552000 | #Constraints:      55848
2360.75/2367.32	c #Conflicts:    2553000 | #Constraints:      56848
2360.75/2367.32	c #Conflicts:    2554000 | #Constraints:      57848
2360.75/2367.32	c #Conflicts:    2555000 | #Constraints:      58848
2360.75/2367.32	c #Conflicts:    2556000 | #Constraints:      59848
2360.75/2367.32	c #Conflicts:    2557000 | #Constraints:      60848
2360.75/2367.32	c #Conflicts:    2558000 | #Constraints:      61848
2360.75/2367.32	c #Conflicts:    2559000 | #Constraints:      62848
2360.75/2367.32	c #Conflicts:    2560000 | #Constraints:      63848
2360.75/2367.32	c #Conflicts:    2561000 | #Constraints:      64848
2360.75/2367.32	c #Conflicts:    2562000 | #Constraints:      65848
2360.75/2367.32	c #Conflicts:    2563000 | #Constraints:      66848
2360.75/2367.32	c #Conflicts:    2564000 | #Constraints:      67848
2360.75/2367.32	c #Conflicts:    2565000 | #Constraints:      68848
2360.75/2367.32	c #Conflicts:    2566000 | #Constraints:      69848
2360.75/2367.32	c #Conflicts:    2567000 | #Constraints:      70848
2360.75/2367.32	c INPROCESSING
2360.75/2367.32	c GARBAGE COLLECT
2360.75/2367.32	c rational objective 995
2385.07/2391.72	c #Conflicts:    2568000 | #Constraints:      39937
2385.07/2391.72	c #Conflicts:    2569000 | #Constraints:      40958
2385.07/2391.72	c #Conflicts:    2570000 | #Constraints:      41983
2385.07/2391.72	c #Conflicts:    2571000 | #Constraints:      43042
2385.07/2391.72	c #Conflicts:    2572000 | #Constraints:      44089
2385.07/2391.72	c #Conflicts:    2573000 | #Constraints:      45132
2385.07/2391.72	c #Conflicts:    2574000 | #Constraints:      46168
2385.07/2391.72	c #Conflicts:    2575000 | #Constraints:      47195
2385.07/2391.72	c #Conflicts:    2576000 | #Constraints:      48225
2385.07/2391.72	c #Conflicts:    2577000 | #Constraints:      49252
2385.07/2391.72	c #Conflicts:    2578000 | #Constraints:      50281
2385.07/2391.72	c #Conflicts:    2579000 | #Constraints:      51306
2385.07/2391.72	c #Conflicts:    2580000 | #Constraints:      52326
2385.07/2391.72	c #Conflicts:    2581000 | #Constraints:      53356
2385.07/2391.72	c #Conflicts:    2582000 | #Constraints:      54371
2385.07/2391.72	c #Conflicts:    2583000 | #Constraints:      55393
2385.07/2391.72	c #Conflicts:    2584000 | #Constraints:      56425
2385.07/2391.72	c #Conflicts:    2585000 | #Constraints:      57456
2385.07/2391.72	c #Conflicts:    2586000 | #Constraints:      58483
2385.07/2391.72	c #Conflicts:    2587000 | #Constraints:      59502
2385.07/2391.72	c #Conflicts:    2588000 | #Constraints:      60526
2385.07/2391.72	c #Conflicts:    2589000 | #Constraints:      61572
2385.07/2391.72	c #Conflicts:    2590000 | #Constraints:      62601
2385.07/2391.72	c #Conflicts:    2591000 | #Constraints:      63626
2385.07/2391.72	c #Conflicts:    2592000 | #Constraints:      64653
2385.07/2391.72	c #Conflicts:    2593000 | #Constraints:      65677
2385.07/2391.72	c #Conflicts:    2594000 | #Constraints:      66700
2385.07/2391.72	c #Conflicts:    2595000 | #Constraints:      67719
2385.07/2391.72	c #Conflicts:    2596000 | #Constraints:      68762
2385.07/2391.72	c #Conflicts:    2597000 | #Constraints:      69801
2385.07/2391.72	c #Conflicts:    2598000 | #Constraints:      70823
2385.07/2391.72	c #Conflicts:    2599000 | #Constraints:      71845
2385.07/2391.72	c INPROCESSING
2385.07/2391.72	c GARBAGE COLLECT
2385.07/2391.72	c rational objective 995
2421.57/2428.31	c #Conflicts:    2600000 | #Constraints:      40250
2421.57/2428.31	c #Conflicts:    2601000 | #Constraints:      41250
2421.57/2428.31	c #Conflicts:    2602000 | #Constraints:      42250
2421.57/2428.31	c #Conflicts:    2603000 | #Constraints:      43250
2421.57/2428.31	c #Conflicts:    2604000 | #Constraints:      44250
2421.57/2428.31	c #Conflicts:    2605000 | #Constraints:      45250
2421.57/2428.31	c #Conflicts:    2606000 | #Constraints:      46250
2421.57/2428.31	c #Conflicts:    2607000 | #Constraints:      47250
2421.57/2428.31	c #Conflicts:    2608000 | #Constraints:      48250
2421.57/2428.31	c #Conflicts:    2609000 | #Constraints:      49250
2421.57/2428.31	c #Conflicts:    2610000 | #Constraints:      50250
2421.57/2428.31	c #Conflicts:    2611000 | #Constraints:      51250
2421.57/2428.31	c #Conflicts:    2612000 | #Constraints:      52250
2421.57/2428.31	c #Conflicts:    2613000 | #Constraints:      53250
2421.57/2428.31	c #Conflicts:    2614000 | #Constraints:      54250
2421.57/2428.31	c #Conflicts:    2615000 | #Constraints:      55250
2421.57/2428.31	c #Conflicts:    2616000 | #Constraints:      56250
2421.57/2428.31	c #Conflicts:    2617000 | #Constraints:      57250
2421.57/2428.31	c #Conflicts:    2618000 | #Constraints:      58250
2421.57/2428.31	c #Conflicts:    2619000 | #Constraints:      59250
2421.57/2428.31	c #Conflicts:    2620000 | #Constraints:      60250
2421.57/2428.31	c #Conflicts:    2621000 | #Constraints:      61250
2421.57/2428.31	c #Conflicts:    2622000 | #Constraints:      62250
2421.57/2428.31	c #Conflicts:    2623000 | #Constraints:      63250
2421.57/2428.31	c #Conflicts:    2624000 | #Constraints:      64250
2421.57/2428.31	c #Conflicts:    2625000 | #Constraints:      65250
2421.57/2428.31	c #Conflicts:    2626000 | #Constraints:      66250
2421.57/2428.31	c #Conflicts:    2627000 | #Constraints:      67250
2421.57/2428.31	c #Conflicts:    2628000 | #Constraints:      68250
2421.57/2428.31	c #Conflicts:    2629000 | #Constraints:      69250
2421.57/2428.31	c #Conflicts:    2630000 | #Constraints:      70250
2421.57/2428.31	c #Conflicts:    2631000 | #Constraints:      71250
2421.57/2428.31	c INPROCESSING
2421.57/2428.31	c GARBAGE COLLECT
2421.57/2428.31	c rational objective 995
2454.77/2461.62	c #Conflicts:    2632000 | #Constraints:      39839
2454.77/2461.62	c #Conflicts:    2633000 | #Constraints:      40883
2454.77/2461.62	c #Conflicts:    2634000 | #Constraints:      41922
2454.77/2461.62	c #Conflicts:    2635000 | #Constraints:      42974
2454.77/2461.62	c #Conflicts:    2636000 | #Constraints:      44028
2454.77/2461.62	c #Conflicts:    2637000 | #Constraints:      45088
2454.77/2461.62	c #Conflicts:    2638000 | #Constraints:      46139
2454.77/2461.62	c #Conflicts:    2639000 | #Constraints:      47182
2454.77/2461.62	c #Conflicts:    2640000 | #Constraints:      48221
2454.77/2461.62	c #Conflicts:    2641000 | #Constraints:      49265
2454.77/2461.62	c #Conflicts:    2642000 | #Constraints:      50293
2454.77/2461.62	c #Conflicts:    2643000 | #Constraints:      51324
2454.77/2461.62	c #Conflicts:    2644000 | #Constraints:      52355
2454.77/2461.62	c #Conflicts:    2645000 | #Constraints:      53389
2454.77/2461.62	c #Conflicts:    2646000 | #Constraints:      54409
2454.77/2461.62	c #Conflicts:    2647000 | #Constraints:      55440
2454.77/2461.62	c #Conflicts:    2648000 | #Constraints:      56470
2454.77/2461.62	c #Conflicts:    2649000 | #Constraints:      57516
2454.77/2461.62	c #Conflicts:    2650000 | #Constraints:      58548
2454.77/2461.62	c #Conflicts:    2651000 | #Constraints:      59595
2454.77/2461.62	c #Conflicts:    2652000 | #Constraints:      60633
2454.77/2461.62	c #Conflicts:    2653000 | #Constraints:      61672
2454.77/2461.62	c #Conflicts:    2654000 | #Constraints:      62712
2454.77/2461.62	c #Conflicts:    2655000 | #Constraints:      63743
2454.77/2461.62	c #Conflicts:    2656000 | #Constraints:      64773
2454.77/2461.62	c #Conflicts:    2657000 | #Constraints:      65809
2454.77/2461.62	c #Conflicts:    2658000 | #Constraints:      66837
2454.77/2461.62	c #Conflicts:    2659000 | #Constraints:      67860
2454.77/2461.62	c #Conflicts:    2660000 | #Constraints:      68891
2454.77/2461.62	c #Conflicts:    2661000 | #Constraints:      69920
2454.77/2461.62	c #Conflicts:    2662000 | #Constraints:      70952
2454.77/2461.62	c #Conflicts:    2663000 | #Constraints:      71985
2454.77/2461.62	c #Conflicts:    2664000 | #Constraints:      73007
2454.77/2461.62	c INPROCESSING
2454.77/2461.62	c GARBAGE COLLECT
2454.77/2461.62	c rational objective 995
2492.55/2499.50	c #Conflicts:    2665000 | #Constraints:      40821
2492.55/2499.50	c #Conflicts:    2666000 | #Constraints:      41821
2492.55/2499.50	c #Conflicts:    2667000 | #Constraints:      42821
2492.55/2499.50	c #Conflicts:    2668000 | #Constraints:      43821
2492.55/2499.50	c #Conflicts:    2669000 | #Constraints:      44821
2492.55/2499.50	c #Conflicts:    2670000 | #Constraints:      45821
2492.55/2499.50	c #Conflicts:    2671000 | #Constraints:      46821
2492.55/2499.50	c #Conflicts:    2672000 | #Constraints:      47821
2492.55/2499.50	c #Conflicts:    2673000 | #Constraints:      48821
2492.55/2499.50	c #Conflicts:    2674000 | #Constraints:      49821
2492.55/2499.50	c #Conflicts:    2675000 | #Constraints:      50821
2492.55/2499.50	c #Conflicts:    2676000 | #Constraints:      51821
2492.55/2499.50	c #Conflicts:    2677000 | #Constraints:      52822
2492.55/2499.50	c #Conflicts:    2678000 | #Constraints:      53822
2492.55/2499.50	c #Conflicts:    2679000 | #Constraints:      54822
2492.55/2499.50	c #Conflicts:    2680000 | #Constraints:      55822
2492.55/2499.50	c #Conflicts:    2681000 | #Constraints:      56823
2492.55/2499.50	c #Conflicts:    2682000 | #Constraints:      57823
2492.55/2499.50	c #Conflicts:    2683000 | #Constraints:      58823
2492.55/2499.50	c #Conflicts:    2684000 | #Constraints:      59824
2492.55/2499.50	c #Conflicts:    2685000 | #Constraints:      60825
2492.55/2499.50	c #Conflicts:    2686000 | #Constraints:      61825
2492.55/2499.50	c #Conflicts:    2687000 | #Constraints:      62826
2492.55/2499.50	c #Conflicts:    2688000 | #Constraints:      63826
2492.55/2499.50	c #Conflicts:    2689000 | #Constraints:      64826
2492.55/2499.50	c #Conflicts:    2690000 | #Constraints:      65826
2492.55/2499.50	c #Conflicts:    2691000 | #Constraints:      66827
2492.55/2499.50	c #Conflicts:    2692000 | #Constraints:      67827
2492.55/2499.50	c #Conflicts:    2693000 | #Constraints:      68827
2492.55/2499.50	c #Conflicts:    2694000 | #Constraints:      69828
2492.55/2499.50	c #Conflicts:    2695000 | #Constraints:      70829
2492.55/2499.50	c #Conflicts:    2696000 | #Constraints:      71831
2492.55/2499.50	c #Conflicts:    2697000 | #Constraints:      72831
2492.55/2499.50	c INPROCESSING
2492.55/2499.50	c GARBAGE COLLECT
2492.55/2499.50	c rational objective 995
2535.72/2542.89	c #Conflicts:    2698000 | #Constraints:      40947
2535.72/2542.89	c #Conflicts:    2699000 | #Constraints:      41954
2535.72/2542.89	c #Conflicts:    2700000 | #Constraints:      43000
2535.72/2542.89	c #Conflicts:    2701000 | #Constraints:      44059
2535.72/2542.89	c #Conflicts:    2702000 | #Constraints:      45118
2535.72/2542.89	c #Conflicts:    2703000 | #Constraints:      46184
2535.72/2542.89	c #Conflicts:    2704000 | #Constraints:      47234
2535.72/2542.89	c #Conflicts:    2705000 | #Constraints:      48281
2535.72/2542.89	c #Conflicts:    2706000 | #Constraints:      49318
2535.72/2542.89	c #Conflicts:    2707000 | #Constraints:      50349
2535.72/2542.89	c #Conflicts:    2708000 | #Constraints:      51383
2535.72/2542.89	c #Conflicts:    2709000 | #Constraints:      52423
2535.72/2542.89	c #Conflicts:    2710000 | #Constraints:      53468
2535.72/2542.89	c #Conflicts:    2711000 | #Constraints:      54504
2535.72/2542.89	c #Conflicts:    2712000 | #Constraints:      55531
2535.72/2542.89	c #Conflicts:    2713000 | #Constraints:      56554
2535.72/2542.89	c #Conflicts:    2714000 | #Constraints:      57575
2535.72/2542.89	c #Conflicts:    2715000 | #Constraints:      58616
2535.72/2542.89	c #Conflicts:    2716000 | #Constraints:      59650
2535.72/2542.89	c #Conflicts:    2717000 | #Constraints:      60705
2535.72/2542.89	c #Conflicts:    2718000 | #Constraints:      61737
2535.72/2542.89	c #Conflicts:    2719000 | #Constraints:      62769
2535.72/2542.89	c #Conflicts:    2720000 | #Constraints:      63788
2535.72/2542.89	c #Conflicts:    2721000 | #Constraints:      64810
2535.72/2542.89	c #Conflicts:    2722000 | #Constraints:      65847
2535.72/2542.89	c #Conflicts:    2723000 | #Constraints:      66870
2535.72/2542.89	c #Conflicts:    2724000 | #Constraints:      67899
2535.72/2542.89	c #Conflicts:    2725000 | #Constraints:      68937
2535.72/2542.89	c #Conflicts:    2726000 | #Constraints:      69975
2535.72/2542.89	c #Conflicts:    2727000 | #Constraints:      70990
2535.72/2542.89	c #Conflicts:    2728000 | #Constraints:      72013
2535.72/2542.89	c #Conflicts:    2729000 | #Constraints:      73039
2535.72/2542.89	c #Conflicts:    2730000 | #Constraints:      74065
2535.72/2542.89	c INPROCESSING
2535.72/2542.89	c GARBAGE COLLECT
2535.72/2542.89	c rational objective 995
2580.00/2587.23	c #Conflicts:    2731000 | #Constraints:      41451
2580.00/2587.23	c #Conflicts:    2732000 | #Constraints:      42451
2580.00/2587.23	c #Conflicts:    2733000 | #Constraints:      43451
2580.00/2587.23	c #Conflicts:    2734000 | #Constraints:      44451
2580.00/2587.23	c #Conflicts:    2735000 | #Constraints:      45451
2580.00/2587.23	c #Conflicts:    2736000 | #Constraints:      46451
2580.00/2587.23	c #Conflicts:    2737000 | #Constraints:      47451
2580.00/2587.23	c #Conflicts:    2738000 | #Constraints:      48451
2580.00/2587.23	c #Conflicts:    2739000 | #Constraints:      49451
2580.00/2587.23	c #Conflicts:    2740000 | #Constraints:      50451
2580.00/2587.23	c #Conflicts:    2741000 | #Constraints:      51451
2580.00/2587.23	c #Conflicts:    2742000 | #Constraints:      52451
2580.00/2587.23	c #Conflicts:    2743000 | #Constraints:      53451
2580.00/2587.23	c #Conflicts:    2744000 | #Constraints:      54451
2580.00/2587.23	c #Conflicts:    2745000 | #Constraints:      55451
2580.00/2587.23	c #Conflicts:    2746000 | #Constraints:      56451
2580.00/2587.23	c #Conflicts:    2747000 | #Constraints:      57451
2580.00/2587.23	c #Conflicts:    2748000 | #Constraints:      58451
2580.00/2587.23	c #Conflicts:    2749000 | #Constraints:      59451
2580.00/2587.23	c #Conflicts:    2750000 | #Constraints:      60451
2580.00/2587.23	c #Conflicts:    2751000 | #Constraints:      61451
2580.00/2587.23	c #Conflicts:    2752000 | #Constraints:      62451
2580.00/2587.23	c #Conflicts:    2753000 | #Constraints:      63451
2580.00/2587.23	c #Conflicts:    2754000 | #Constraints:      64451
2580.00/2587.23	c #Conflicts:    2755000 | #Constraints:      65451
2580.00/2587.23	c #Conflicts:    2756000 | #Constraints:      66451
2580.00/2587.23	c #Conflicts:    2757000 | #Constraints:      67451
2580.00/2587.23	c #Conflicts:    2758000 | #Constraints:      68451
2580.00/2587.23	c #Conflicts:    2759000 | #Constraints:      69451
2580.00/2587.23	c #Conflicts:    2760000 | #Constraints:      70451
2580.00/2587.23	c #Conflicts:    2761000 | #Constraints:      71451
2580.00/2587.23	c #Conflicts:    2762000 | #Constraints:      72451
2580.00/2587.23	c #Conflicts:    2763000 | #Constraints:      73451
2580.00/2587.23	c INPROCESSING
2580.00/2587.23	c GARBAGE COLLECT
2580.00/2587.23	c rational objective 995
2616.88/2624.20	c #Conflicts:    2764000 | #Constraints:      41146
2616.88/2624.20	c #Conflicts:    2765000 | #Constraints:      42146
2616.88/2624.20	c #Conflicts:    2766000 | #Constraints:      43146
2616.88/2624.20	c #Conflicts:    2767000 | #Constraints:      44146
2616.88/2624.20	c #Conflicts:    2768000 | #Constraints:      45146
2616.88/2624.20	c #Conflicts:    2769000 | #Constraints:      46146
2616.88/2624.20	c #Conflicts:    2770000 | #Constraints:      47146
2616.88/2624.20	c #Conflicts:    2771000 | #Constraints:      48146
2616.88/2624.20	c #Conflicts:    2772000 | #Constraints:      49146
2616.88/2624.20	c #Conflicts:    2773000 | #Constraints:      50146
2616.88/2624.20	c #Conflicts:    2774000 | #Constraints:      51146
2616.88/2624.20	c #Conflicts:    2775000 | #Constraints:      52146
2616.88/2624.20	c #Conflicts:    2776000 | #Constraints:      53146
2616.88/2624.20	c #Conflicts:    2777000 | #Constraints:      54146
2616.88/2624.20	c #Conflicts:    2778000 | #Constraints:      55146
2616.88/2624.20	c #Conflicts:    2779000 | #Constraints:      56146
2616.88/2624.20	c #Conflicts:    2780000 | #Constraints:      57146
2616.88/2624.20	c #Conflicts:    2781000 | #Constraints:      58146
2616.88/2624.20	c #Conflicts:    2782000 | #Constraints:      59146
2616.88/2624.20	c #Conflicts:    2783000 | #Constraints:      60146
2616.88/2624.20	c #Conflicts:    2784000 | #Constraints:      61146
2616.88/2624.20	c #Conflicts:    2785000 | #Constraints:      62146
2616.88/2624.20	c #Conflicts:    2786000 | #Constraints:      63146
2616.88/2624.20	c #Conflicts:    2787000 | #Constraints:      64146
2616.88/2624.20	c #Conflicts:    2788000 | #Constraints:      65146
2616.88/2624.20	c #Conflicts:    2789000 | #Constraints:      66146
2616.88/2624.20	c #Conflicts:    2790000 | #Constraints:      67146
2616.88/2624.20	c #Conflicts:    2791000 | #Constraints:      68146
2616.88/2624.20	c #Conflicts:    2792000 | #Constraints:      69146
2616.88/2624.20	c #Conflicts:    2793000 | #Constraints:      70146
2616.88/2624.20	c #Conflicts:    2794000 | #Constraints:      71146
2616.88/2624.20	c #Conflicts:    2795000 | #Constraints:      72146
2616.88/2624.20	c #Conflicts:    2796000 | #Constraints:      73146
2616.88/2624.20	c INPROCESSING
2616.88/2624.20	c GARBAGE COLLECT
2616.88/2624.20	c rational objective 995
2655.08/2662.51	c #Conflicts:    2797000 | #Constraints:      40797
2655.08/2662.51	c #Conflicts:    2798000 | #Constraints:      41824
2655.08/2662.51	c #Conflicts:    2799000 | #Constraints:      42840
2655.08/2662.51	c #Conflicts:    2800000 | #Constraints:      43859
2655.08/2662.51	c #Conflicts:    2801000 | #Constraints:      44875
2655.08/2662.51	c #Conflicts:    2802000 | #Constraints:      45911
2655.08/2662.51	c #Conflicts:    2803000 | #Constraints:      46942
2655.08/2662.51	c #Conflicts:    2804000 | #Constraints:      47972
2655.08/2662.51	c #Conflicts:    2805000 | #Constraints:      49000
2655.08/2662.51	c #Conflicts:    2806000 | #Constraints:      50022
2655.08/2662.51	c #Conflicts:    2807000 | #Constraints:      51052
2655.08/2662.51	c #Conflicts:    2808000 | #Constraints:      52084
2655.08/2662.51	c #Conflicts:    2809000 | #Constraints:      53117
2655.08/2662.51	c #Conflicts:    2810000 | #Constraints:      54149
2655.08/2662.51	c #Conflicts:    2811000 | #Constraints:      55173
2655.08/2662.51	c #Conflicts:    2812000 | #Constraints:      56200
2655.08/2662.51	c #Conflicts:    2813000 | #Constraints:      57218
2655.08/2662.51	c #Conflicts:    2814000 | #Constraints:      58242
2655.08/2662.51	c #Conflicts:    2815000 | #Constraints:      59270
2655.08/2662.51	c #Conflicts:    2816000 | #Constraints:      60300
2655.08/2662.51	c #Conflicts:    2817000 | #Constraints:      61345
2655.08/2662.51	c #Conflicts:    2818000 | #Constraints:      62373
2655.08/2662.51	c #Conflicts:    2819000 | #Constraints:      63409
2655.08/2662.51	c #Conflicts:    2820000 | #Constraints:      64433
2655.08/2662.51	c #Conflicts:    2821000 | #Constraints:      65461
2655.08/2662.51	c #Conflicts:    2822000 | #Constraints:      66496
2655.08/2662.51	c #Conflicts:    2823000 | #Constraints:      67525
2655.08/2662.51	c #Conflicts:    2824000 | #Constraints:      68557
2655.08/2662.51	c #Conflicts:    2825000 | #Constraints:      69588
2655.08/2662.51	c #Conflicts:    2826000 | #Constraints:      70616
2655.08/2662.51	c #Conflicts:    2827000 | #Constraints:      71639
2655.08/2662.51	c #Conflicts:    2828000 | #Constraints:      72672
2655.08/2662.51	c #Conflicts:    2829000 | #Constraints:      73697
2655.08/2662.51	c #Conflicts:    2830000 | #Constraints:      74718
2655.08/2662.51	c INPROCESSING
2655.08/2662.51	c GARBAGE COLLECT
2655.08/2662.51	c rational objective 995
2695.88/2703.43	c #Conflicts:    2831000 | #Constraints:      41691
2695.88/2703.43	c #Conflicts:    2832000 | #Constraints:      42691
2695.88/2703.43	c #Conflicts:    2833000 | #Constraints:      43691
2695.88/2703.43	c #Conflicts:    2834000 | #Constraints:      44691
2695.88/2703.43	c #Conflicts:    2835000 | #Constraints:      45691
2695.88/2703.43	c #Conflicts:    2836000 | #Constraints:      46691
2695.88/2703.43	c #Conflicts:    2837000 | #Constraints:      47691
2695.88/2703.43	c #Conflicts:    2838000 | #Constraints:      48691
2695.88/2703.43	c #Conflicts:    2839000 | #Constraints:      49691
2695.88/2703.43	c #Conflicts:    2840000 | #Constraints:      50691
2695.88/2703.43	c #Conflicts:    2841000 | #Constraints:      51691
2695.88/2703.43	c #Conflicts:    2842000 | #Constraints:      52691
2695.88/2703.43	c #Conflicts:    2843000 | #Constraints:      53691
2695.88/2703.43	c #Conflicts:    2844000 | #Constraints:      54691
2695.88/2703.43	c #Conflicts:    2845000 | #Constraints:      55691
2695.88/2703.43	c #Conflicts:    2846000 | #Constraints:      56691
2695.88/2703.43	c #Conflicts:    2847000 | #Constraints:      57691
2695.88/2703.43	c #Conflicts:    2848000 | #Constraints:      58691
2695.88/2703.43	c #Conflicts:    2849000 | #Constraints:      59691
2695.88/2703.43	c #Conflicts:    2850000 | #Constraints:      60691
2695.88/2703.43	c #Conflicts:    2851000 | #Constraints:      61691
2695.88/2703.43	c #Conflicts:    2852000 | #Constraints:      62691
2695.88/2703.43	c #Conflicts:    2853000 | #Constraints:      63691
2695.88/2703.43	c #Conflicts:    2854000 | #Constraints:      64691
2695.88/2703.43	c #Conflicts:    2855000 | #Constraints:      65691
2695.88/2703.43	c #Conflicts:    2856000 | #Constraints:      66691
2695.88/2703.43	c #Conflicts:    2857000 | #Constraints:      67691
2695.88/2703.43	c #Conflicts:    2858000 | #Constraints:      68691
2695.88/2703.43	c #Conflicts:    2859000 | #Constraints:      69691
2695.88/2703.43	c #Conflicts:    2860000 | #Constraints:      70691
2695.88/2703.43	c #Conflicts:    2861000 | #Constraints:      71691
2695.88/2703.43	c #Conflicts:    2862000 | #Constraints:      72691
2695.88/2703.43	c #Conflicts:    2863000 | #Constraints:      73691
2695.88/2703.43	c #Conflicts:    2864000 | #Constraints:      74691
2695.88/2703.43	c INPROCESSING
2695.88/2703.43	c GARBAGE COLLECT
2695.88/2703.43	c rational objective 995
2727.50/2735.14	c #Conflicts:    2865000 | #Constraints:      41868
2727.50/2735.14	c #Conflicts:    2866000 | #Constraints:      42921
2727.50/2735.14	c #Conflicts:    2867000 | #Constraints:      43966
2727.50/2735.14	c #Conflicts:    2868000 | #Constraints:      45007
2727.50/2735.14	c #Conflicts:    2869000 | #Constraints:      46049
2727.50/2735.14	c #Conflicts:    2870000 | #Constraints:      47087
2727.50/2735.14	c #Conflicts:    2871000 | #Constraints:      48120
2727.50/2735.14	c #Conflicts:    2872000 | #Constraints:      49166
2727.50/2735.14	c #Conflicts:    2873000 | #Constraints:      50202
2727.50/2735.14	c #Conflicts:    2874000 | #Constraints:      51230
2727.50/2735.14	c #Conflicts:    2875000 | #Constraints:      52264
2727.50/2735.14	c #Conflicts:    2876000 | #Constraints:      53281
2727.50/2735.14	c #Conflicts:    2877000 | #Constraints:      54305
2727.50/2735.14	c #Conflicts:    2878000 | #Constraints:      55332
2727.50/2735.14	c #Conflicts:    2879000 | #Constraints:      56358
2727.50/2735.14	c #Conflicts:    2880000 | #Constraints:      57392
2727.50/2735.14	c #Conflicts:    2881000 | #Constraints:      58418
2727.50/2735.14	c #Conflicts:    2882000 | #Constraints:      59448
2727.50/2735.14	c #Conflicts:    2883000 | #Constraints:      60476
2727.50/2735.14	c #Conflicts:    2884000 | #Constraints:      61521
2727.50/2735.14	c #Conflicts:    2885000 | #Constraints:      62551
2727.50/2735.14	c #Conflicts:    2886000 | #Constraints:      63577
2727.50/2735.14	c #Conflicts:    2887000 | #Constraints:      64602
2727.50/2735.14	c #Conflicts:    2888000 | #Constraints:      65624
2727.50/2735.14	c #Conflicts:    2889000 | #Constraints:      66654
2727.50/2735.14	c #Conflicts:    2890000 | #Constraints:      67676
2727.50/2735.14	c #Conflicts:    2891000 | #Constraints:      68704
2727.50/2735.14	c #Conflicts:    2892000 | #Constraints:      69736
2727.50/2735.14	c #Conflicts:    2893000 | #Constraints:      70767
2727.50/2735.14	c #Conflicts:    2894000 | #Constraints:      71805
2727.50/2735.14	c #Conflicts:    2895000 | #Constraints:      72851
2727.50/2735.14	c #Conflicts:    2896000 | #Constraints:      73896
2727.50/2735.14	c #Conflicts:    2897000 | #Constraints:      74935
2727.50/2735.14	c #Conflicts:    2898000 | #Constraints:      75981
2727.50/2735.14	c INPROCESSING
2727.50/2735.14	c GARBAGE COLLECT
2727.50/2735.14	c rational objective 995
2769.40/2777.13	c #Conflicts:    2899000 | #Constraints:      42398
2769.40/2777.13	c #Conflicts:    2900000 | #Constraints:      43398
2769.40/2777.13	c #Conflicts:    2901000 | #Constraints:      44398
2769.40/2777.13	c #Conflicts:    2902000 | #Constraints:      45398
2769.40/2777.13	c #Conflicts:    2903000 | #Constraints:      46398
2769.40/2777.13	c #Conflicts:    2904000 | #Constraints:      47398
2769.40/2777.13	c #Conflicts:    2905000 | #Constraints:      48398
2769.40/2777.13	c #Conflicts:    2906000 | #Constraints:      49398
2769.40/2777.13	c #Conflicts:    2907000 | #Constraints:      50398
2769.40/2777.13	c #Conflicts:    2908000 | #Constraints:      51398
2769.40/2777.13	c #Conflicts:    2909000 | #Constraints:      52398
2769.40/2777.13	c #Conflicts:    2910000 | #Constraints:      53398
2769.40/2777.13	c #Conflicts:    2911000 | #Constraints:      54398
2769.40/2777.13	c #Conflicts:    2912000 | #Constraints:      55398
2769.40/2777.13	c #Conflicts:    2913000 | #Constraints:      56398
2769.40/2777.13	c #Conflicts:    2914000 | #Constraints:      57398
2769.40/2777.13	c #Conflicts:    2915000 | #Constraints:      58398
2769.40/2777.13	c #Conflicts:    2916000 | #Constraints:      59398
2769.40/2777.13	c #Conflicts:    2917000 | #Constraints:      60398
2769.40/2777.13	c #Conflicts:    2918000 | #Constraints:      61398
2769.40/2777.13	c #Conflicts:    2919000 | #Constraints:      62398
2769.40/2777.13	c #Conflicts:    2920000 | #Constraints:      63398
2769.40/2777.13	c #Conflicts:    2921000 | #Constraints:      64398
2769.40/2777.13	c #Conflicts:    2922000 | #Constraints:      65398
2769.40/2777.13	c #Conflicts:    2923000 | #Constraints:      66398
2769.40/2777.13	c #Conflicts:    2924000 | #Constraints:      67398
2769.40/2777.13	c #Conflicts:    2925000 | #Constraints:      68398
2769.40/2777.13	c #Conflicts:    2926000 | #Constraints:      69398
2769.40/2777.13	c #Conflicts:    2927000 | #Constraints:      70398
2769.40/2777.13	c #Conflicts:    2928000 | #Constraints:      71398
2769.40/2777.13	c #Conflicts:    2929000 | #Constraints:      72399
2769.40/2777.13	c #Conflicts:    2930000 | #Constraints:      73399
2769.40/2777.13	c #Conflicts:    2931000 | #Constraints:      74399
2769.40/2777.13	c #Conflicts:    2932000 | #Constraints:      75399
2769.40/2777.13	c INPROCESSING
2769.40/2777.13	c GARBAGE COLLECT
2769.40/2777.13	c rational objective 995
2805.51/2813.35	c #Conflicts:    2933000 | #Constraints:      42115
2805.51/2813.35	c #Conflicts:    2934000 | #Constraints:      43155
2805.51/2813.35	c #Conflicts:    2935000 | #Constraints:      44176
2805.51/2813.35	c #Conflicts:    2936000 | #Constraints:      45213
2805.51/2813.35	c #Conflicts:    2937000 | #Constraints:      46265
2805.51/2813.35	c #Conflicts:    2938000 | #Constraints:      47296
2805.51/2813.35	c #Conflicts:    2939000 | #Constraints:      48323
2805.51/2813.35	c #Conflicts:    2940000 | #Constraints:      49355
2805.51/2813.35	c #Conflicts:    2941000 | #Constraints:      50389
2805.51/2813.35	c #Conflicts:    2942000 | #Constraints:      51409
2805.51/2813.35	c #Conflicts:    2943000 | #Constraints:      52431
2805.51/2813.35	c #Conflicts:    2944000 | #Constraints:      53455
2805.51/2813.35	c #Conflicts:    2945000 | #Constraints:      54472
2805.51/2813.35	c #Conflicts:    2946000 | #Constraints:      55483
2805.51/2813.35	c #Conflicts:    2947000 | #Constraints:      56510
2805.51/2813.35	c #Conflicts:    2948000 | #Constraints:      57547
2805.51/2813.35	c #Conflicts:    2949000 | #Constraints:      58571
2805.51/2813.35	c #Conflicts:    2950000 | #Constraints:      59594
2805.51/2813.35	c #Conflicts:    2951000 | #Constraints:      60635
2805.51/2813.35	c #Conflicts:    2952000 | #Constraints:      61659
2805.51/2813.35	c #Conflicts:    2953000 | #Constraints:      62693
2805.51/2813.35	c #Conflicts:    2954000 | #Constraints:      63731
2805.51/2813.35	c #Conflicts:    2955000 | #Constraints:      64759
2805.51/2813.35	c #Conflicts:    2956000 | #Constraints:      65783
2805.51/2813.35	c #Conflicts:    2957000 | #Constraints:      66801
2805.51/2813.35	c #Conflicts:    2958000 | #Constraints:      67826
2805.51/2813.35	c #Conflicts:    2959000 | #Constraints:      68847
2805.51/2813.35	c #Conflicts:    2960000 | #Constraints:      69860
2805.51/2813.35	c #Conflicts:    2961000 | #Constraints:      70881
2805.51/2813.35	c #Conflicts:    2962000 | #Constraints:      71911
2805.51/2813.35	c #Conflicts:    2963000 | #Constraints:      72932
2805.51/2813.35	c #Conflicts:    2964000 | #Constraints:      73952
2805.51/2813.35	c #Conflicts:    2965000 | #Constraints:      74977
2805.51/2813.35	c #Conflicts:    2966000 | #Constraints:      76013
2805.51/2813.35	c INPROCESSING
2805.51/2813.35	c GARBAGE COLLECT
2805.51/2813.35	c rational objective 995
2845.81/2853.73	c #Conflicts:    2967000 | #Constraints:      42163
2845.81/2853.73	c #Conflicts:    2968000 | #Constraints:      43163
2845.81/2853.73	c #Conflicts:    2969000 | #Constraints:      44163
2845.81/2853.73	c #Conflicts:    2970000 | #Constraints:      45163
2845.81/2853.73	c #Conflicts:    2971000 | #Constraints:      46163
2845.81/2853.73	c #Conflicts:    2972000 | #Constraints:      47163
2845.81/2853.73	c #Conflicts:    2973000 | #Constraints:      48163
2845.81/2853.73	c #Conflicts:    2974000 | #Constraints:      49163
2845.81/2853.73	c #Conflicts:    2975000 | #Constraints:      50163
2845.81/2853.73	c #Conflicts:    2976000 | #Constraints:      51163
2845.81/2853.73	c #Conflicts:    2977000 | #Constraints:      52163
2845.81/2853.73	c #Conflicts:    2978000 | #Constraints:      53163
2845.81/2853.73	c #Conflicts:    2979000 | #Constraints:      54163
2845.81/2853.73	c #Conflicts:    2980000 | #Constraints:      55163
2845.81/2853.73	c #Conflicts:    2981000 | #Constraints:      56163
2845.81/2853.73	c #Conflicts:    2982000 | #Constraints:      57163
2845.81/2853.73	c #Conflicts:    2983000 | #Constraints:      58163
2845.81/2853.73	c #Conflicts:    2984000 | #Constraints:      59163
2845.81/2853.73	c #Conflicts:    2985000 | #Constraints:      60164
2845.81/2853.73	c #Conflicts:    2986000 | #Constraints:      61164
2845.81/2853.73	c #Conflicts:    2987000 | #Constraints:      62164
2845.81/2853.73	c #Conflicts:    2988000 | #Constraints:      63164
2845.81/2853.73	c #Conflicts:    2989000 | #Constraints:      64164
2845.81/2853.73	c #Conflicts:    2990000 | #Constraints:      65164
2845.81/2853.73	c #Conflicts:    2991000 | #Constraints:      66164
2845.81/2853.73	c #Conflicts:    2992000 | #Constraints:      67164
2845.81/2853.73	c #Conflicts:    2993000 | #Constraints:      68164
2845.81/2853.73	c #Conflicts:    2994000 | #Constraints:      69164
2845.81/2853.73	c #Conflicts:    2995000 | #Constraints:      70164
2845.81/2853.73	c #Conflicts:    2996000 | #Constraints:      71164
2845.81/2853.73	c #Conflicts:    2997000 | #Constraints:      72164
2845.81/2853.73	c #Conflicts:    2998000 | #Constraints:      73164
2845.81/2853.73	c #Conflicts:    2999000 | #Constraints:      74164
2845.81/2853.73	c #Conflicts:    3000000 | #Constraints:      75164
2845.81/2853.73	c #Conflicts:    3001000 | #Constraints:      76164
2845.81/2853.73	c INPROCESSING
2845.81/2853.73	c GARBAGE COLLECT
2845.81/2853.73	c rational objective 995
2881.33/2889.39	c #Conflicts:    3002000 | #Constraints:      42508
2881.33/2889.39	c #Conflicts:    3003000 | #Constraints:      43566
2881.33/2889.39	c #Conflicts:    3004000 | #Constraints:      44626
2881.33/2889.39	c #Conflicts:    3005000 | #Constraints:      45685
2881.33/2889.39	c #Conflicts:    3006000 | #Constraints:      46738
2881.33/2889.39	c #Conflicts:    3007000 | #Constraints:      47787
2881.33/2889.39	c #Conflicts:    3008000 | #Constraints:      48824
2881.33/2889.39	c #Conflicts:    3009000 | #Constraints:      49854
2881.33/2889.39	c #Conflicts:    3010000 | #Constraints:      50885
2881.33/2889.39	c #Conflicts:    3011000 | #Constraints:      51925
2881.33/2889.39	c #Conflicts:    3012000 | #Constraints:      52955
2881.33/2889.39	c #Conflicts:    3013000 | #Constraints:      53988
2881.33/2889.39	c #Conflicts:    3014000 | #Constraints:      55011
2881.33/2889.39	c #Conflicts:    3015000 | #Constraints:      56037
2881.33/2889.39	c #Conflicts:    3016000 | #Constraints:      57071
2881.33/2889.39	c #Conflicts:    3017000 | #Constraints:      58109
2881.33/2889.39	c #Conflicts:    3018000 | #Constraints:      59144
2881.33/2889.39	c #Conflicts:    3019000 | #Constraints:      60182
2881.33/2889.39	c #Conflicts:    3020000 | #Constraints:      61214
2881.33/2889.39	c #Conflicts:    3021000 | #Constraints:      62241
2881.33/2889.39	c #Conflicts:    3022000 | #Constraints:      63277
2881.33/2889.39	c #Conflicts:    3023000 | #Constraints:      64322
2881.33/2889.39	c #Conflicts:    3024000 | #Constraints:      65349
2881.33/2889.39	c #Conflicts:    3025000 | #Constraints:      66374
2881.33/2889.39	c #Conflicts:    3026000 | #Constraints:      67400
2881.33/2889.39	c #Conflicts:    3027000 | #Constraints:      68421
2881.33/2889.39	c #Conflicts:    3028000 | #Constraints:      69439
2881.33/2889.39	c #Conflicts:    3029000 | #Constraints:      70464
2881.33/2889.39	c #Conflicts:    3030000 | #Constraints:      71496
2881.33/2889.39	c #Conflicts:    3031000 | #Constraints:      72519
2881.33/2889.39	c #Conflicts:    3032000 | #Constraints:      73543
2881.33/2889.39	c #Conflicts:    3033000 | #Constraints:      74572
2881.33/2889.39	c #Conflicts:    3034000 | #Constraints:      75599
2881.33/2889.39	c #Conflicts:    3035000 | #Constraints:      76622
2881.33/2889.39	c #Conflicts:    3036000 | #Constraints:      77635
2881.33/2889.39	c INPROCESSING
2881.33/2889.39	c GARBAGE COLLECT
2881.33/2889.39	c rational objective 995
2924.93/2933.04	c #Conflicts:    3037000 | #Constraints:      43173
2924.93/2933.04	c #Conflicts:    3038000 | #Constraints:      44173
2924.93/2933.04	c #Conflicts:    3039000 | #Constraints:      45173
2924.93/2933.04	c #Conflicts:    3040000 | #Constraints:      46173
2924.93/2933.04	c #Conflicts:    3041000 | #Constraints:      47173
2924.93/2933.04	c #Conflicts:    3042000 | #Constraints:      48173
2924.93/2933.04	c #Conflicts:    3043000 | #Constraints:      49173
2924.93/2933.04	c #Conflicts:    3044000 | #Constraints:      50173
2924.93/2933.04	c #Conflicts:    3045000 | #Constraints:      51173
2924.93/2933.04	c #Conflicts:    3046000 | #Constraints:      52173
2924.93/2933.04	c #Conflicts:    3047000 | #Constraints:      53173
2924.93/2933.04	c #Conflicts:    3048000 | #Constraints:      54173
2924.93/2933.04	c #Conflicts:    3049000 | #Constraints:      55173
2924.93/2933.04	c #Conflicts:    3050000 | #Constraints:      56173
2924.93/2933.04	c #Conflicts:    3051000 | #Constraints:      57173
2924.93/2933.04	c #Conflicts:    3052000 | #Constraints:      58173
2924.93/2933.04	c #Conflicts:    3053000 | #Constraints:      59173
2924.93/2933.04	c #Conflicts:    3054000 | #Constraints:      60173
2924.93/2933.04	c #Conflicts:    3055000 | #Constraints:      61173
2924.93/2933.04	c #Conflicts:    3056000 | #Constraints:      62173
2924.93/2933.04	c #Conflicts:    3057000 | #Constraints:      63173
2924.93/2933.04	c #Conflicts:    3058000 | #Constraints:      64173
2924.93/2933.04	c #Conflicts:    3059000 | #Constraints:      65173
2924.93/2933.04	c #Conflicts:    3060000 | #Constraints:      66173
2924.93/2933.04	c #Conflicts:    3061000 | #Constraints:      67173
2924.93/2933.04	c #Conflicts:    3062000 | #Constraints:      68173
2924.93/2933.04	c #Conflicts:    3063000 | #Constraints:      69173
2924.93/2933.04	c #Conflicts:    3064000 | #Constraints:      70173
2924.93/2933.04	c #Conflicts:    3065000 | #Constraints:      71173
2924.93/2933.04	c #Conflicts:    3066000 | #Constraints:      72173
2924.93/2933.04	c #Conflicts:    3067000 | #Constraints:      73173
2924.93/2933.04	c #Conflicts:    3068000 | #Constraints:      74173
2924.93/2933.04	c #Conflicts:    3069000 | #Constraints:      75173
2924.93/2933.04	c #Conflicts:    3070000 | #Constraints:      76173
2924.93/2933.04	c #Conflicts:    3071000 | #Constraints:      77173
2924.93/2933.04	c INPROCESSING
2924.93/2933.04	c GARBAGE COLLECT
2924.93/2933.04	c rational objective 995
2969.31/2977.55	c #Conflicts:    3072000 | #Constraints:      43134
2969.31/2977.55	c #Conflicts:    3073000 | #Constraints:      44134
2969.31/2977.55	c #Conflicts:    3074000 | #Constraints:      45134
2969.31/2977.55	c #Conflicts:    3075000 | #Constraints:      46134
2969.31/2977.55	c #Conflicts:    3076000 | #Constraints:      47134
2969.31/2977.55	c #Conflicts:    3077000 | #Constraints:      48134
2969.31/2977.55	c #Conflicts:    3078000 | #Constraints:      49134
2969.31/2977.55	c #Conflicts:    3079000 | #Constraints:      50134
2969.31/2977.55	c #Conflicts:    3080000 | #Constraints:      51134
2969.31/2977.55	c #Conflicts:    3081000 | #Constraints:      52134
2969.31/2977.55	c #Conflicts:    3082000 | #Constraints:      53134
2969.31/2977.55	c #Conflicts:    3083000 | #Constraints:      54134
2969.31/2977.55	c #Conflicts:    3084000 | #Constraints:      55134
2969.31/2977.55	c #Conflicts:    3085000 | #Constraints:      56134
2969.31/2977.55	c #Conflicts:    3086000 | #Constraints:      57134
2969.31/2977.55	c #Conflicts:    3087000 | #Constraints:      58134
2969.31/2977.55	c #Conflicts:    3088000 | #Constraints:      59134
2969.31/2977.55	c #Conflicts:    3089000 | #Constraints:      60134
2969.31/2977.55	c #Conflicts:    3090000 | #Constraints:      61134
2969.31/2977.55	c #Conflicts:    3091000 | #Constraints:      62134
2969.31/2977.55	c #Conflicts:    3092000 | #Constraints:      63134
2969.31/2977.55	c #Conflicts:    3093000 | #Constraints:      64134
2969.31/2977.55	c #Conflicts:    3094000 | #Constraints:      65134
2969.31/2977.55	c #Conflicts:    3095000 | #Constraints:      66134
2969.31/2977.55	c #Conflicts:    3096000 | #Constraints:      67134
2969.31/2977.55	c #Conflicts:    3097000 | #Constraints:      68134
2969.31/2977.55	c #Conflicts:    3098000 | #Constraints:      69134
2969.31/2977.55	c #Conflicts:    3099000 | #Constraints:      70134
2969.31/2977.55	c #Conflicts:    3100000 | #Constraints:      71134
2969.31/2977.55	c #Conflicts:    3101000 | #Constraints:      72134
2969.31/2977.55	c #Conflicts:    3102000 | #Constraints:      73134
2969.31/2977.55	c #Conflicts:    3103000 | #Constraints:      74134
2969.31/2977.55	c #Conflicts:    3104000 | #Constraints:      75134
2969.31/2977.55	c #Conflicts:    3105000 | #Constraints:      76134
2969.31/2977.55	c #Conflicts:    3106000 | #Constraints:      77134
2969.31/2977.55	c INPROCESSING
2969.31/2977.55	c GARBAGE COLLECT
2969.31/2977.55	c rational objective 995
3015.21/3023.55	c #Conflicts:    3107000 | #Constraints:      42970
3015.21/3023.55	c #Conflicts:    3108000 | #Constraints:      43971
3015.21/3023.55	c #Conflicts:    3109000 | #Constraints:      45010
3015.21/3023.55	c #Conflicts:    3110000 | #Constraints:      46068
3015.21/3023.55	c #Conflicts:    3111000 | #Constraints:      47126
3015.21/3023.55	c #Conflicts:    3112000 | #Constraints:      48174
3015.21/3023.55	c #Conflicts:    3113000 | #Constraints:      49225
3015.21/3023.55	c #Conflicts:    3114000 | #Constraints:      50259
3015.21/3023.55	c #Conflicts:    3115000 | #Constraints:      51292
3015.21/3023.55	c #Conflicts:    3116000 | #Constraints:      52333
3015.21/3023.55	c #Conflicts:    3117000 | #Constraints:      53378
3015.21/3023.55	c #Conflicts:    3118000 | #Constraints:      54418
3015.21/3023.55	c #Conflicts:    3119000 | #Constraints:      55448
3015.21/3023.55	c #Conflicts:    3120000 | #Constraints:      56495
3015.21/3023.55	c #Conflicts:    3121000 | #Constraints:      57541
3015.21/3023.55	c #Conflicts:    3122000 | #Constraints:      58587
3015.21/3023.55	c #Conflicts:    3123000 | #Constraints:      59620
3015.21/3023.55	c #Conflicts:    3124000 | #Constraints:      60650
3015.21/3023.55	c #Conflicts:    3125000 | #Constraints:      61689
3015.21/3023.55	c #Conflicts:    3126000 | #Constraints:      62727
3015.21/3023.55	c #Conflicts:    3127000 | #Constraints:      63764
3015.21/3023.55	c #Conflicts:    3128000 | #Constraints:      64791
3015.21/3023.55	c #Conflicts:    3129000 | #Constraints:      65818
3015.21/3023.55	c #Conflicts:    3130000 | #Constraints:      66843
3015.21/3023.55	c #Conflicts:    3131000 | #Constraints:      67859
3015.21/3023.55	c #Conflicts:    3132000 | #Constraints:      68880
3015.21/3023.55	c #Conflicts:    3133000 | #Constraints:      69904
3015.21/3023.55	c #Conflicts:    3134000 | #Constraints:      70921
3015.21/3023.55	c #Conflicts:    3135000 | #Constraints:      71940
3015.21/3023.55	c #Conflicts:    3136000 | #Constraints:      72966
3015.21/3023.55	c #Conflicts:    3137000 | #Constraints:      73986
3015.21/3023.55	c #Conflicts:    3138000 | #Constraints:      75005
3015.21/3023.55	c #Conflicts:    3139000 | #Constraints:      76023
3015.21/3023.55	c #Conflicts:    3140000 | #Constraints:      77052
3015.21/3023.55	c #Conflicts:    3141000 | #Constraints:      78084
3015.21/3023.55	c INPROCESSING
3015.21/3023.55	c GARBAGE COLLECT
3015.21/3023.55	c rational objective 995
3058.62/3067.06	c #Conflicts:    3142000 | #Constraints:      43149
3058.62/3067.06	c #Conflicts:    3143000 | #Constraints:      44149
3058.62/3067.06	c #Conflicts:    3144000 | #Constraints:      45149
3058.62/3067.06	c #Conflicts:    3145000 | #Constraints:      46149
3058.62/3067.06	c #Conflicts:    3146000 | #Constraints:      47149
3058.62/3067.06	c #Conflicts:    3147000 | #Constraints:      48149
3058.62/3067.06	c #Conflicts:    3148000 | #Constraints:      49149
3058.62/3067.06	c #Conflicts:    3149000 | #Constraints:      50149
3058.62/3067.06	c #Conflicts:    3150000 | #Constraints:      51149
3058.62/3067.06	c #Conflicts:    3151000 | #Constraints:      52150
3058.62/3067.06	c #Conflicts:    3152000 | #Constraints:      53150
3058.62/3067.06	c #Conflicts:    3153000 | #Constraints:      54150
3058.62/3067.06	c #Conflicts:    3154000 | #Constraints:      55150
3058.62/3067.06	c #Conflicts:    3155000 | #Constraints:      56150
3058.62/3067.06	c #Conflicts:    3156000 | #Constraints:      57151
3058.62/3067.06	c #Conflicts:    3157000 | #Constraints:      58151
3058.62/3067.06	c #Conflicts:    3158000 | #Constraints:      59151
3058.62/3067.06	c #Conflicts:    3159000 | #Constraints:      60151
3058.62/3067.06	c #Conflicts:    3160000 | #Constraints:      61152
3058.62/3067.06	c #Conflicts:    3161000 | #Constraints:      62152
3058.62/3067.06	c #Conflicts:    3162000 | #Constraints:      63152
3058.62/3067.06	c #Conflicts:    3163000 | #Constraints:      64152
3058.62/3067.06	c #Conflicts:    3164000 | #Constraints:      65152
3058.62/3067.06	c #Conflicts:    3165000 | #Constraints:      66152
3058.62/3067.06	c #Conflicts:    3166000 | #Constraints:      67154
3058.62/3067.06	c #Conflicts:    3167000 | #Constraints:      68155
3058.62/3067.06	c #Conflicts:    3168000 | #Constraints:      69155
3058.62/3067.06	c #Conflicts:    3169000 | #Constraints:      70156
3058.62/3067.06	c #Conflicts:    3170000 | #Constraints:      71158
3058.62/3067.06	c #Conflicts:    3171000 | #Constraints:      72158
3058.62/3067.06	c #Conflicts:    3172000 | #Constraints:      73159
3058.62/3067.06	c #Conflicts:    3173000 | #Constraints:      74159
3058.62/3067.06	c #Conflicts:    3174000 | #Constraints:      75160
3058.62/3067.06	c #Conflicts:    3175000 | #Constraints:      76162
3058.62/3067.06	c #Conflicts:    3176000 | #Constraints:      77163
3058.62/3067.06	c #Conflicts:    3177000 | #Constraints:      78163
3058.62/3067.06	c INPROCESSING
3058.62/3067.06	c GARBAGE COLLECT
3058.62/3067.06	c rational objective 995
3094.63/3103.15	c #Conflicts:    3178000 | #Constraints:      43484
3094.63/3103.15	c #Conflicts:    3179000 | #Constraints:      44515
3094.63/3103.15	c #Conflicts:    3180000 | #Constraints:      45538
3094.63/3103.15	c #Conflicts:    3181000 | #Constraints:      46572
3094.63/3103.15	c #Conflicts:    3182000 | #Constraints:      47601
3094.63/3103.15	c #Conflicts:    3183000 | #Constraints:      48632
3094.63/3103.15	c #Conflicts:    3184000 | #Constraints:      49659
3094.63/3103.15	c #Conflicts:    3185000 | #Constraints:      50689
3094.63/3103.15	c #Conflicts:    3186000 | #Constraints:      51714
3094.63/3103.15	c #Conflicts:    3187000 | #Constraints:      52773
3094.63/3103.15	c #Conflicts:    3188000 | #Constraints:      53839
3094.63/3103.15	c #Conflicts:    3189000 | #Constraints:      54895
3094.63/3103.15	c #Conflicts:    3190000 | #Constraints:      55934
3094.63/3103.15	c #Conflicts:    3191000 | #Constraints:      56980
3094.63/3103.15	c #Conflicts:    3192000 | #Constraints:      58013
3094.63/3103.15	c #Conflicts:    3193000 | #Constraints:      59050
3094.63/3103.15	c #Conflicts:    3194000 | #Constraints:      60074
3094.63/3103.15	c #Conflicts:    3195000 | #Constraints:      61121
3094.63/3103.15	c #Conflicts:    3196000 | #Constraints:      62164
3094.63/3103.15	c #Conflicts:    3197000 | #Constraints:      63202
3094.63/3103.15	c #Conflicts:    3198000 | #Constraints:      64219
3094.63/3103.15	c #Conflicts:    3199000 | #Constraints:      65255
3094.63/3103.15	c #Conflicts:    3200000 | #Constraints:      66287
3094.63/3103.15	c #Conflicts:    3201000 | #Constraints:      67338
3094.63/3103.15	c #Conflicts:    3202000 | #Constraints:      68372
3094.63/3103.15	c #Conflicts:    3203000 | #Constraints:      69404
3094.63/3103.15	c #Conflicts:    3204000 | #Constraints:      70444
3094.63/3103.15	c #Conflicts:    3205000 | #Constraints:      71473
3094.63/3103.15	c #Conflicts:    3206000 | #Constraints:      72517
3094.63/3103.15	c #Conflicts:    3207000 | #Constraints:      73552
3094.63/3103.15	c #Conflicts:    3208000 | #Constraints:      74587
3094.63/3103.15	c #Conflicts:    3209000 | #Constraints:      75618
3094.63/3103.15	c #Conflicts:    3210000 | #Constraints:      76636
3094.63/3103.15	c #Conflicts:    3211000 | #Constraints:      77665
3094.63/3103.15	c #Conflicts:    3212000 | #Constraints:      78688
3094.63/3103.15	c #Conflicts:    3213000 | #Constraints:      79713
3094.63/3103.15	c INPROCESSING
3094.63/3103.15	c GARBAGE COLLECT
3094.63/3103.15	c rational objective 995
3140.32/3148.99	c #Conflicts:    3214000 | #Constraints:      44287
3140.32/3148.99	c #Conflicts:    3215000 | #Constraints:      45287
3140.32/3148.99	c #Conflicts:    3216000 | #Constraints:      46287
3140.32/3148.99	c #Conflicts:    3217000 | #Constraints:      47287
3140.32/3148.99	c #Conflicts:    3218000 | #Constraints:      48287
3140.32/3148.99	c #Conflicts:    3219000 | #Constraints:      49287
3140.32/3148.99	c #Conflicts:    3220000 | #Constraints:      50287
3140.32/3148.99	c #Conflicts:    3221000 | #Constraints:      51287
3140.32/3148.99	c #Conflicts:    3222000 | #Constraints:      52287
3140.32/3148.99	c #Conflicts:    3223000 | #Constraints:      53288
3140.32/3148.99	c #Conflicts:    3224000 | #Constraints:      54288
3140.32/3148.99	c #Conflicts:    3225000 | #Constraints:      55288
3140.32/3148.99	c #Conflicts:    3226000 | #Constraints:      56288
3140.32/3148.99	c #Conflicts:    3227000 | #Constraints:      57288
3140.32/3148.99	c #Conflicts:    3228000 | #Constraints:      58288
3140.32/3148.99	c #Conflicts:    3229000 | #Constraints:      59288
3140.32/3148.99	c #Conflicts:    3230000 | #Constraints:      60288
3140.32/3148.99	c #Conflicts:    3231000 | #Constraints:      61288
3140.32/3148.99	c #Conflicts:    3232000 | #Constraints:      62288
3140.32/3148.99	c #Conflicts:    3233000 | #Constraints:      63288
3140.32/3148.99	c #Conflicts:    3234000 | #Constraints:      64288
3140.32/3148.99	c #Conflicts:    3235000 | #Constraints:      65288
3140.32/3148.99	c #Conflicts:    3236000 | #Constraints:      66288
3140.32/3148.99	c #Conflicts:    3237000 | #Constraints:      67288
3140.32/3148.99	c #Conflicts:    3238000 | #Constraints:      68288
3140.32/3148.99	c #Conflicts:    3239000 | #Constraints:      69288
3140.32/3148.99	c #Conflicts:    3240000 | #Constraints:      70288
3140.32/3148.99	c #Conflicts:    3241000 | #Constraints:      71288
3140.32/3148.99	c #Conflicts:    3242000 | #Constraints:      72288
3140.32/3148.99	c #Conflicts:    3243000 | #Constraints:      73288
3140.32/3148.99	c #Conflicts:    3244000 | #Constraints:      74288
3140.32/3148.99	c #Conflicts:    3245000 | #Constraints:      75288
3140.32/3148.99	c #Conflicts:    3246000 | #Constraints:      76288
3140.32/3148.99	c #Conflicts:    3247000 | #Constraints:      77288
3140.32/3148.99	c #Conflicts:    3248000 | #Constraints:      78288
3140.32/3148.99	c #Conflicts:    3249000 | #Constraints:      79288
3140.32/3148.99	c INPROCESSING
3140.32/3148.99	c GARBAGE COLLECT
3140.32/3148.99	c rational objective 995
3182.62/3191.36	c #Conflicts:    3250000 | #Constraints:      44181
3182.62/3191.36	c #Conflicts:    3251000 | #Constraints:      45222
3182.62/3191.36	c #Conflicts:    3252000 | #Constraints:      46275
3182.62/3191.36	c #Conflicts:    3253000 | #Constraints:      47323
3182.62/3191.36	c #Conflicts:    3254000 | #Constraints:      48371
3182.62/3191.36	c #Conflicts:    3255000 | #Constraints:      49434
3182.62/3191.36	c #Conflicts:    3256000 | #Constraints:      50484
3182.62/3191.36	c #Conflicts:    3257000 | #Constraints:      51531
3182.62/3191.36	c #Conflicts:    3258000 | #Constraints:      52553
3182.62/3191.36	c #Conflicts:    3259000 | #Constraints:      53575
3182.62/3191.36	c #Conflicts:    3260000 | #Constraints:      54620
3182.62/3191.36	c #Conflicts:    3261000 | #Constraints:      55662
3182.62/3191.36	c #Conflicts:    3262000 | #Constraints:      56678
3182.62/3191.36	c #Conflicts:    3263000 | #Constraints:      57718
3182.62/3191.36	c #Conflicts:    3264000 | #Constraints:      58742
3182.62/3191.36	c #Conflicts:    3265000 | #Constraints:      59768
3182.62/3191.36	c #Conflicts:    3266000 | #Constraints:      60805
3182.62/3191.36	c #Conflicts:    3267000 | #Constraints:      61841
3182.62/3191.36	c #Conflicts:    3268000 | #Constraints:      62889
3182.62/3191.36	c #Conflicts:    3269000 | #Constraints:      63919
3182.62/3191.36	c #Conflicts:    3270000 | #Constraints:      64938
3182.62/3191.36	c #Conflicts:    3271000 | #Constraints:      65968
3182.62/3191.36	c #Conflicts:    3272000 | #Constraints:      66994
3182.62/3191.36	c #Conflicts:    3273000 | #Constraints:      68017
3182.62/3191.36	c #Conflicts:    3274000 | #Constraints:      69051
3182.62/3191.36	c #Conflicts:    3275000 | #Constraints:      70079
3182.62/3191.36	c #Conflicts:    3276000 | #Constraints:      71104
3182.62/3191.36	c #Conflicts:    3277000 | #Constraints:      72119
3182.62/3191.36	c #Conflicts:    3278000 | #Constraints:      73135
3182.62/3191.36	c #Conflicts:    3279000 | #Constraints:      74165
3182.62/3191.36	c #Conflicts:    3280000 | #Constraints:      75175
3182.62/3191.36	c #Conflicts:    3281000 | #Constraints:      76188
3182.62/3191.36	c #Conflicts:    3282000 | #Constraints:      77205
3182.62/3191.36	c #Conflicts:    3283000 | #Constraints:      78232
3182.62/3191.36	c #Conflicts:    3284000 | #Constraints:      79273
3182.62/3191.36	c #Conflicts:    3285000 | #Constraints:      80284
3182.62/3191.36	c INPROCESSING
3182.62/3191.36	c GARBAGE COLLECT
3182.62/3191.36	c rational objective 995
3228.51/3237.38	c #Conflicts:    3286000 | #Constraints:      44476
3228.51/3237.38	c #Conflicts:    3287000 | #Constraints:      45476
3228.51/3237.38	c #Conflicts:    3288000 | #Constraints:      46476
3228.51/3237.38	c #Conflicts:    3289000 | #Constraints:      47476
3228.51/3237.38	c #Conflicts:    3290000 | #Constraints:      48476
3228.51/3237.38	c #Conflicts:    3291000 | #Constraints:      49476
3228.51/3237.38	c #Conflicts:    3292000 | #Constraints:      50476
3228.51/3237.38	c #Conflicts:    3293000 | #Constraints:      51476
3228.51/3237.38	c #Conflicts:    3294000 | #Constraints:      52476
3228.51/3237.38	c #Conflicts:    3295000 | #Constraints:      53476
3228.51/3237.38	c #Conflicts:    3296000 | #Constraints:      54476
3228.51/3237.38	c #Conflicts:    3297000 | #Constraints:      55476
3228.51/3237.38	c #Conflicts:    3298000 | #Constraints:      56476
3228.51/3237.38	c #Conflicts:    3299000 | #Constraints:      57476
3228.51/3237.38	c #Conflicts:    3300000 | #Constraints:      58477
3228.51/3237.38	c #Conflicts:    3301000 | #Constraints:      59477
3228.51/3237.38	c #Conflicts:    3302000 | #Constraints:      60478
3228.51/3237.38	c #Conflicts:    3303000 | #Constraints:      61478
3228.51/3237.38	c #Conflicts:    3304000 | #Constraints:      62478
3228.51/3237.38	c #Conflicts:    3305000 | #Constraints:      63479
3228.51/3237.38	c #Conflicts:    3306000 | #Constraints:      64480
3228.51/3237.38	c #Conflicts:    3307000 | #Constraints:      65480
3228.51/3237.38	c #Conflicts:    3308000 | #Constraints:      66481
3228.51/3237.38	c #Conflicts:    3309000 | #Constraints:      67481
3228.51/3237.38	c #Conflicts:    3310000 | #Constraints:      68482
3228.51/3237.38	c #Conflicts:    3311000 | #Constraints:      69483
3228.51/3237.38	c #Conflicts:    3312000 | #Constraints:      70484
3228.51/3237.38	c #Conflicts:    3313000 | #Constraints:      71484
3228.51/3237.38	c #Conflicts:    3314000 | #Constraints:      72484
3228.51/3237.38	c #Conflicts:    3315000 | #Constraints:      73485
3228.51/3237.38	c #Conflicts:    3316000 | #Constraints:      74486
3228.51/3237.38	c #Conflicts:    3317000 | #Constraints:      75487
3228.51/3237.38	c #Conflicts:    3318000 | #Constraints:      76487
3228.51/3237.38	c #Conflicts:    3319000 | #Constraints:      77488
3228.51/3237.38	c #Conflicts:    3320000 | #Constraints:      78488
3228.51/3237.38	c #Conflicts:    3321000 | #Constraints:      79489
3228.51/3237.38	c INPROCESSING
3228.51/3237.38	c GARBAGE COLLECT
3228.51/3237.38	c rational objective 995
3274.90/3283.83	c #Conflicts:    3322000 | #Constraints:      43982
3274.90/3283.83	c #Conflicts:    3323000 | #Constraints:      44982
3274.90/3283.83	c #Conflicts:    3324000 | #Constraints:      45982
3274.90/3283.83	c #Conflicts:    3325000 | #Constraints:      46982
3274.90/3283.83	c #Conflicts:    3326000 | #Constraints:      47982
3274.90/3283.83	c #Conflicts:    3327000 | #Constraints:      48982
3274.90/3283.83	c #Conflicts:    3328000 | #Constraints:      49982
3274.90/3283.83	c #Conflicts:    3329000 | #Constraints:      50982
3274.90/3283.83	c #Conflicts:    3330000 | #Constraints:      51982
3274.90/3283.83	c #Conflicts:    3331000 | #Constraints:      52982
3274.90/3283.83	c #Conflicts:    3332000 | #Constraints:      53982
3274.90/3283.83	c #Conflicts:    3333000 | #Constraints:      54982
3274.90/3283.83	c #Conflicts:    3334000 | #Constraints:      55982
3274.90/3283.83	c #Conflicts:    3335000 | #Constraints:      56982
3274.90/3283.83	c #Conflicts:    3336000 | #Constraints:      57982
3274.90/3283.83	c #Conflicts:    3337000 | #Constraints:      58982
3274.90/3283.83	c #Conflicts:    3338000 | #Constraints:      59983
3274.90/3283.83	c #Conflicts:    3339000 | #Constraints:      60983
3274.90/3283.83	c #Conflicts:    3340000 | #Constraints:      61983
3274.90/3283.83	c #Conflicts:    3341000 | #Constraints:      62983
3274.90/3283.83	c #Conflicts:    3342000 | #Constraints:      63983
3274.90/3283.83	c #Conflicts:    3343000 | #Constraints:      64984
3274.90/3283.83	c #Conflicts:    3344000 | #Constraints:      65984
3274.90/3283.83	c #Conflicts:    3345000 | #Constraints:      66984
3274.90/3283.83	c #Conflicts:    3346000 | #Constraints:      67984
3274.90/3283.83	c #Conflicts:    3347000 | #Constraints:      68984
3274.90/3283.83	c #Conflicts:    3348000 | #Constraints:      69984
3274.90/3283.83	c #Conflicts:    3349000 | #Constraints:      70984
3274.90/3283.83	c #Conflicts:    3350000 | #Constraints:      71984
3274.90/3283.83	c #Conflicts:    3351000 | #Constraints:      72984
3274.90/3283.83	c #Conflicts:    3352000 | #Constraints:      73984
3274.90/3283.83	c #Conflicts:    3353000 | #Constraints:      74984
3274.90/3283.83	c #Conflicts:    3354000 | #Constraints:      75984
3274.90/3283.83	c #Conflicts:    3355000 | #Constraints:      76984
3274.90/3283.83	c #Conflicts:    3356000 | #Constraints:      77984
3274.90/3283.83	c #Conflicts:    3357000 | #Constraints:      78984
3274.90/3283.83	c #Conflicts:    3358000 | #Constraints:      79984
3274.90/3283.83	c INPROCESSING
3274.90/3283.83	c GARBAGE COLLECT
3274.90/3283.83	c rational objective 995
3317.60/3326.65	c #Conflicts:    3359000 | #Constraints:      44431
3317.60/3326.65	c #Conflicts:    3360000 | #Constraints:      45432
3317.60/3326.65	c #Conflicts:    3361000 | #Constraints:      46461
3317.60/3326.65	c #Conflicts:    3362000 | #Constraints:      47515
3317.60/3326.65	c #Conflicts:    3363000 | #Constraints:      48562
3317.60/3326.65	c #Conflicts:    3364000 | #Constraints:      49605
3317.60/3326.65	c #Conflicts:    3365000 | #Constraints:      50641
3317.60/3326.65	c #Conflicts:    3366000 | #Constraints:      51669
3317.60/3326.65	c #Conflicts:    3367000 | #Constraints:      52700
3317.60/3326.65	c #Conflicts:    3368000 | #Constraints:      53734
3317.60/3326.65	c #Conflicts:    3369000 | #Constraints:      54768
3317.60/3326.65	c #Conflicts:    3370000 | #Constraints:      55792
3317.60/3326.65	c #Conflicts:    3371000 | #Constraints:      56820
3317.60/3326.65	c #Conflicts:    3372000 | #Constraints:      57854
3317.60/3326.65	c #Conflicts:    3373000 | #Constraints:      58878
3317.60/3326.65	c #Conflicts:    3374000 | #Constraints:      59904
3317.60/3326.65	c #Conflicts:    3375000 | #Constraints:      60935
3317.60/3326.65	c #Conflicts:    3376000 | #Constraints:      61951
3317.60/3326.65	c #Conflicts:    3377000 | #Constraints:      62992
3317.60/3326.65	c #Conflicts:    3378000 | #Constraints:      64016
3317.60/3326.65	c #Conflicts:    3379000 | #Constraints:      65043
3317.60/3326.65	c #Conflicts:    3380000 | #Constraints:      66060
3317.60/3326.65	c #Conflicts:    3381000 | #Constraints:      67082
3317.60/3326.65	c #Conflicts:    3382000 | #Constraints:      68103
3317.60/3326.65	c #Conflicts:    3383000 | #Constraints:      69118
3317.60/3326.65	c #Conflicts:    3384000 | #Constraints:      70137
3317.60/3326.65	c #Conflicts:    3385000 | #Constraints:      71159
3317.60/3326.65	c #Conflicts:    3386000 | #Constraints:      72181
3317.60/3326.65	c #Conflicts:    3387000 | #Constraints:      73201
3317.60/3326.65	c #Conflicts:    3388000 | #Constraints:      74218
3317.60/3326.65	c #Conflicts:    3389000 | #Constraints:      75240
3317.60/3326.65	c #Conflicts:    3390000 | #Constraints:      76260
3317.60/3326.65	c #Conflicts:    3391000 | #Constraints:      77280
3317.60/3326.65	c #Conflicts:    3392000 | #Constraints:      78299
3317.60/3326.65	c #Conflicts:    3393000 | #Constraints:      79308
3317.60/3326.65	c #Conflicts:    3394000 | #Constraints:      80332
3317.60/3326.65	c #Conflicts:    3395000 | #Constraints:      81366
3317.60/3326.65	c INPROCESSING
3317.60/3326.65	c GARBAGE COLLECT
3317.60/3326.65	c rational objective 995
3367.78/3376.95	c #Conflicts:    3396000 | #Constraints:      45103
3367.78/3376.95	c #Conflicts:    3397000 | #Constraints:      46103
3367.78/3376.95	c #Conflicts:    3398000 | #Constraints:      47103
3367.78/3376.95	c #Conflicts:    3399000 | #Constraints:      48103
3367.78/3376.95	c #Conflicts:    3400000 | #Constraints:      49103
3367.78/3376.95	c #Conflicts:    3401000 | #Constraints:      50103
3367.78/3376.95	c #Conflicts:    3402000 | #Constraints:      51103
3367.78/3376.95	c #Conflicts:    3403000 | #Constraints:      52103
3367.78/3376.95	c #Conflicts:    3404000 | #Constraints:      53103
3367.78/3376.95	c #Conflicts:    3405000 | #Constraints:      54103
3367.78/3376.95	c #Conflicts:    3406000 | #Constraints:      55103
3367.78/3376.95	c #Conflicts:    3407000 | #Constraints:      56103
3367.78/3376.95	c #Conflicts:    3408000 | #Constraints:      57103
3367.78/3376.95	c #Conflicts:    3409000 | #Constraints:      58103
3367.78/3376.95	c #Conflicts:    3410000 | #Constraints:      59103
3367.78/3376.95	c #Conflicts:    3411000 | #Constraints:      60103
3367.78/3376.95	c #Conflicts:    3412000 | #Constraints:      61103
3367.78/3376.95	c #Conflicts:    3413000 | #Constraints:      62103
3367.78/3376.95	c #Conflicts:    3414000 | #Constraints:      63103
3367.78/3376.95	c #Conflicts:    3415000 | #Constraints:      64103
3367.78/3376.95	c #Conflicts:    3416000 | #Constraints:      65103
3367.78/3376.95	c #Conflicts:    3417000 | #Constraints:      66103
3367.78/3376.95	c #Conflicts:    3418000 | #Constraints:      67103
3367.78/3376.95	c #Conflicts:    3419000 | #Constraints:      68103
3367.78/3376.95	c #Conflicts:    3420000 | #Constraints:      69103
3367.78/3376.95	c #Conflicts:    3421000 | #Constraints:      70104
3367.78/3376.95	c #Conflicts:    3422000 | #Constraints:      71104
3367.78/3376.95	c #Conflicts:    3423000 | #Constraints:      72104
3367.78/3376.95	c #Conflicts:    3424000 | #Constraints:      73104
3367.78/3376.95	c #Conflicts:    3425000 | #Constraints:      74104
3367.78/3376.95	c #Conflicts:    3426000 | #Constraints:      75104
3367.78/3376.95	c #Conflicts:    3427000 | #Constraints:      76104
3367.78/3376.95	c #Conflicts:    3428000 | #Constraints:      77104
3367.78/3376.95	c #Conflicts:    3429000 | #Constraints:      78104
3367.78/3376.95	c #Conflicts:    3430000 | #Constraints:      79104
3367.78/3376.95	c #Conflicts:    3431000 | #Constraints:      80104
3367.78/3376.95	c #Conflicts:    3432000 | #Constraints:      81104
3367.78/3376.95	c INPROCESSING
3367.78/3376.95	c GARBAGE COLLECT
3367.78/3376.95	c rational objective 995
3404.50/3413.77	c #Conflicts:    3433000 | #Constraints:      45085
3404.50/3413.77	c #Conflicts:    3434000 | #Constraints:      46108
3404.50/3413.77	c #Conflicts:    3435000 | #Constraints:      47124
3404.50/3413.77	c #Conflicts:    3436000 | #Constraints:      48137
3404.50/3413.77	c #Conflicts:    3437000 | #Constraints:      49152
3404.50/3413.77	c #Conflicts:    3438000 | #Constraints:      50163
3404.50/3413.77	c #Conflicts:    3439000 | #Constraints:      51171
3404.50/3413.77	c #Conflicts:    3440000 | #Constraints:      52198
3404.50/3413.77	c #Conflicts:    3441000 | #Constraints:      53229
3404.50/3413.77	c #Conflicts:    3442000 | #Constraints:      54256
3404.50/3413.77	c #Conflicts:    3443000 | #Constraints:      55303
3404.50/3413.77	c #Conflicts:    3444000 | #Constraints:      56350
3404.50/3413.77	c #Conflicts:    3445000 | #Constraints:      57404
3404.50/3413.77	c #Conflicts:    3446000 | #Constraints:      58444
3404.50/3413.77	c #Conflicts:    3447000 | #Constraints:      59485
3404.50/3413.77	c #Conflicts:    3448000 | #Constraints:      60523
3404.50/3413.77	c #Conflicts:    3449000 | #Constraints:      61558
3404.50/3413.77	c #Conflicts:    3450000 | #Constraints:      62587
3404.50/3413.77	c #Conflicts:    3451000 | #Constraints:      63613
3404.50/3413.77	c #Conflicts:    3452000 | #Constraints:      64653
3404.50/3413.77	c #Conflicts:    3453000 | #Constraints:      65679
3404.50/3413.77	c #Conflicts:    3454000 | #Constraints:      66724
3404.50/3413.77	c #Conflicts:    3455000 | #Constraints:      67754
3404.50/3413.77	c #Conflicts:    3456000 | #Constraints:      68777
3404.50/3413.77	c #Conflicts:    3457000 | #Constraints:      69799
3404.50/3413.77	c #Conflicts:    3458000 | #Constraints:      70825
3404.50/3413.77	c #Conflicts:    3459000 | #Constraints:      71855
3404.50/3413.77	c #Conflicts:    3460000 | #Constraints:      72870
3404.50/3413.77	c #Conflicts:    3461000 | #Constraints:      73887
3404.50/3413.77	c #Conflicts:    3462000 | #Constraints:      74910
3404.50/3413.77	c #Conflicts:    3463000 | #Constraints:      75928
3404.50/3413.77	c #Conflicts:    3464000 | #Constraints:      76969
3404.50/3413.77	c #Conflicts:    3465000 | #Constraints:      77991
3404.50/3413.77	c #Conflicts:    3466000 | #Constraints:      79031
3404.50/3413.77	c #Conflicts:    3467000 | #Constraints:      80055
3404.50/3413.77	c #Conflicts:    3468000 | #Constraints:      81077
3404.50/3413.77	c #Conflicts:    3469000 | #Constraints:      82093
3404.50/3413.77	c INPROCESSING
3404.50/3413.77	c GARBAGE COLLECT
3404.50/3413.77	c rational objective 995
3452.58/3462.00	c #Conflicts:    3470000 | #Constraints:      45386
3452.58/3462.00	c #Conflicts:    3471000 | #Constraints:      46386
3452.58/3462.00	c #Conflicts:    3472000 | #Constraints:      47386
3452.58/3462.00	c #Conflicts:    3473000 | #Constraints:      48386
3452.58/3462.00	c #Conflicts:    3474000 | #Constraints:      49386
3452.58/3462.00	c #Conflicts:    3475000 | #Constraints:      50386
3452.58/3462.00	c #Conflicts:    3476000 | #Constraints:      51386
3452.58/3462.00	c #Conflicts:    3477000 | #Constraints:      52386
3452.58/3462.00	c #Conflicts:    3478000 | #Constraints:      53386
3452.58/3462.00	c #Conflicts:    3479000 | #Constraints:      54386
3452.58/3462.00	c #Conflicts:    3480000 | #Constraints:      55386
3452.58/3462.00	c #Conflicts:    3481000 | #Constraints:      56386
3452.58/3462.00	c #Conflicts:    3482000 | #Constraints:      57386
3452.58/3462.00	c #Conflicts:    3483000 | #Constraints:      58386
3452.58/3462.00	c #Conflicts:    3484000 | #Constraints:      59386
3452.58/3462.00	c #Conflicts:    3485000 | #Constraints:      60386
3452.58/3462.00	c #Conflicts:    3486000 | #Constraints:      61386
3452.58/3462.00	c #Conflicts:    3487000 | #Constraints:      62386
3452.58/3462.00	c #Conflicts:    3488000 | #Constraints:      63386
3452.58/3462.00	c #Conflicts:    3489000 | #Constraints:      64386
3452.58/3462.00	c #Conflicts:    3490000 | #Constraints:      65386
3452.58/3462.00	c #Conflicts:    3491000 | #Constraints:      66386
3452.58/3462.00	c #Conflicts:    3492000 | #Constraints:      67386
3452.58/3462.00	c #Conflicts:    3493000 | #Constraints:      68386
3452.58/3462.00	c #Conflicts:    3494000 | #Constraints:      69386
3452.58/3462.00	c #Conflicts:    3495000 | #Constraints:      70386
3452.58/3462.00	c #Conflicts:    3496000 | #Constraints:      71386
3452.58/3462.00	c #Conflicts:    3497000 | #Constraints:      72386
3452.58/3462.00	c #Conflicts:    3498000 | #Constraints:      73386
3452.58/3462.00	c #Conflicts:    3499000 | #Constraints:      74386
3452.58/3462.00	c #Conflicts:    3500000 | #Constraints:      75386
3452.58/3462.00	c #Conflicts:    3501000 | #Constraints:      76386
3452.58/3462.00	c #Conflicts:    3502000 | #Constraints:      77386
3452.58/3462.00	c #Conflicts:    3503000 | #Constraints:      78386
3452.58/3462.00	c #Conflicts:    3504000 | #Constraints:      79386
3452.58/3462.00	c #Conflicts:    3505000 | #Constraints:      80386
3452.58/3462.00	c #Conflicts:    3506000 | #Constraints:      81386
3452.58/3462.00	c INPROCESSING
3452.58/3462.00	c GARBAGE COLLECT
3452.58/3462.00	c rational objective 995
3503.06/3512.59	c #Conflicts:    3507000 | #Constraints:      44930
3503.06/3512.59	c #Conflicts:    3508000 | #Constraints:      45957
3503.06/3512.59	c #Conflicts:    3509000 | #Constraints:      46992
3503.06/3512.59	c #Conflicts:    3510000 | #Constraints:      48014
3503.06/3512.59	c #Conflicts:    3511000 | #Constraints:      49031
3503.06/3512.59	c #Conflicts:    3512000 | #Constraints:      50059
3503.06/3512.59	c #Conflicts:    3513000 | #Constraints:      51091
3503.06/3512.59	c #Conflicts:    3514000 | #Constraints:      52107
3503.06/3512.59	c #Conflicts:    3515000 | #Constraints:      53135
3503.06/3512.59	c #Conflicts:    3516000 | #Constraints:      54155
3503.06/3512.59	c #Conflicts:    3517000 | #Constraints:      55190
3503.06/3512.59	c #Conflicts:    3518000 | #Constraints:      56210
3503.06/3512.59	c #Conflicts:    3519000 | #Constraints:      57233
3503.06/3512.59	c #Conflicts:    3520000 | #Constraints:      58266
3503.06/3512.59	c #Conflicts:    3521000 | #Constraints:      59284
3503.06/3512.59	c #Conflicts:    3522000 | #Constraints:      60319
3503.06/3512.59	c #Conflicts:    3523000 | #Constraints:      61336
3503.06/3512.59	c #Conflicts:    3524000 | #Constraints:      62354
3503.06/3512.59	c #Conflicts:    3525000 | #Constraints:      63371
3503.06/3512.59	c #Conflicts:    3526000 | #Constraints:      64387
3503.06/3512.59	c #Conflicts:    3527000 | #Constraints:      65407
3503.06/3512.59	c #Conflicts:    3528000 | #Constraints:      66424
3503.06/3512.59	c #Conflicts:    3529000 | #Constraints:      67438
3503.06/3512.59	c #Conflicts:    3530000 | #Constraints:      68457
3503.06/3512.59	c #Conflicts:    3531000 | #Constraints:      69481
3503.06/3512.59	c #Conflicts:    3532000 | #Constraints:      70509
3503.06/3512.59	c #Conflicts:    3533000 | #Constraints:      71528
3503.06/3512.59	c #Conflicts:    3534000 | #Constraints:      72549
3503.06/3512.59	c #Conflicts:    3535000 | #Constraints:      73574
3503.06/3512.59	c #Conflicts:    3536000 | #Constraints:      74593
3503.06/3512.59	c #Conflicts:    3537000 | #Constraints:      75608
3503.06/3512.59	c #Conflicts:    3538000 | #Constraints:      76629
3503.06/3512.59	c #Conflicts:    3539000 | #Constraints:      77642
3503.06/3512.59	c #Conflicts:    3540000 | #Constraints:      78649
3503.06/3512.59	c #Conflicts:    3541000 | #Constraints:      79658
3503.06/3512.59	c #Conflicts:    3542000 | #Constraints:      80672
3503.06/3512.59	c #Conflicts:    3543000 | #Constraints:      81688
3503.06/3512.59	c #Conflicts:    3544000 | #Constraints:      82701
3503.06/3512.59	c INPROCESSING
3503.06/3512.59	c GARBAGE COLLECT
3503.06/3512.59	c rational objective 995
3550.64/3560.26	c #Conflicts:    3545000 | #Constraints:      45711
3550.64/3560.26	c #Conflicts:    3546000 | #Constraints:      46711
3550.64/3560.26	c #Conflicts:    3547000 | #Constraints:      47711
3550.64/3560.26	c #Conflicts:    3548000 | #Constraints:      48711
3550.64/3560.26	c #Conflicts:    3549000 | #Constraints:      49711
3550.64/3560.26	c #Conflicts:    3550000 | #Constraints:      50711
3550.64/3560.26	c #Conflicts:    3551000 | #Constraints:      51711
3550.64/3560.26	c #Conflicts:    3552000 | #Constraints:      52711
3550.64/3560.26	c #Conflicts:    3553000 | #Constraints:      53711
3550.64/3560.26	c #Conflicts:    3554000 | #Constraints:      54711
3550.64/3560.26	c #Conflicts:    3555000 | #Constraints:      55711
3550.64/3560.26	c #Conflicts:    3556000 | #Constraints:      56711
3550.64/3560.26	c #Conflicts:    3557000 | #Constraints:      57712
3550.64/3560.26	c #Conflicts:    3558000 | #Constraints:      58712
3550.64/3560.26	c #Conflicts:    3559000 | #Constraints:      59712
3550.64/3560.26	c #Conflicts:    3560000 | #Constraints:      60712
3550.64/3560.26	c #Conflicts:    3561000 | #Constraints:      61712
3550.64/3560.26	c #Conflicts:    3562000 | #Constraints:      62712
3550.64/3560.26	c #Conflicts:    3563000 | #Constraints:      63712
3550.64/3560.26	c #Conflicts:    3564000 | #Constraints:      64712
3550.64/3560.26	c #Conflicts:    3565000 | #Constraints:      65712
3550.64/3560.26	c #Conflicts:    3566000 | #Constraints:      66712
3550.64/3560.26	c #Conflicts:    3567000 | #Constraints:      67712
3550.64/3560.26	c #Conflicts:    3568000 | #Constraints:      68712
3550.64/3560.26	c #Conflicts:    3569000 | #Constraints:      69712
3550.64/3560.26	c #Conflicts:    3570000 | #Constraints:      70712
3550.64/3560.26	c #Conflicts:    3571000 | #Constraints:      71712
3550.64/3560.26	c #Conflicts:    3572000 | #Constraints:      72712
3550.64/3560.26	c #Conflicts:    3573000 | #Constraints:      73712
3550.64/3560.26	c #Conflicts:    3574000 | #Constraints:      74712
3550.64/3560.26	c #Conflicts:    3575000 | #Constraints:      75712
3550.64/3560.26	c #Conflicts:    3576000 | #Constraints:      76712
3550.64/3560.26	c #Conflicts:    3577000 | #Constraints:      77712
3550.64/3560.26	c #Conflicts:    3578000 | #Constraints:      78712
3550.64/3560.26	c #Conflicts:    3579000 | #Constraints:      79712
3550.64/3560.26	c #Conflicts:    3580000 | #Constraints:      80712
3550.64/3560.26	c #Conflicts:    3581000 | #Constraints:      81712
3550.64/3560.26	c #Conflicts:    3582000 | #Constraints:      82712
3550.64/3560.26	c INPROCESSING
3550.64/3560.26	c GARBAGE COLLECT
3550.64/3560.26	c rational objective 995
3600.02/3609.70	c #Conflicts:    3583000 | #Constraints:      45892
3600.02/3609.70	c #Conflicts:    3584000 | #Constraints:      46892
3600.02/3609.70	c #Conflicts:    3585000 | #Constraints:      47892
3600.02/3609.70	c #Conflicts:    3586000 | #Constraints:      48892
3600.02/3609.70	c #Conflicts:    3587000 | #Constraints:      49892
3600.02/3609.70	c #Conflicts:    3588000 | #Constraints:      50892
3600.02/3609.70	c #Conflicts:    3589000 | #Constraints:      51892
3600.02/3609.70	c #Conflicts:    3590000 | #Constraints:      52892
3600.02/3609.70	c #Conflicts:    3591000 | #Constraints:      53892
3600.02/3609.70	c #Conflicts:    3592000 | #Constraints:      54892
3600.02/3609.70	c #Conflicts:    3593000 | #Constraints:      55892
3600.02/3609.70	c #Conflicts:    3594000 | #Constraints:      56892
3600.02/3609.70	c #Conflicts:    3595000 | #Constraints:      57892
3600.02/3609.70	c #Conflicts:    3596000 | #Constraints:      58892
3600.02/3609.70	c #Conflicts:    3597000 | #Constraints:      59892
3600.02/3609.70	c #Conflicts:    3598000 | #Constraints:      60892
3600.02/3609.70	c #Conflicts:    3599000 | #Constraints:      61892
3600.02/3609.70	c #Conflicts:    3600000 | #Constraints:      62892
3600.02/3609.70	c #Conflicts:    3601000 | #Constraints:      63892
3600.02/3609.70	c #Conflicts:    3602000 | #Constraints:      64892
3600.02/3609.70	c #Conflicts:    3603000 | #Constraints:      65892
3600.02/3609.70	c #Conflicts:    3604000 | #Constraints:      66892
3600.02/3609.70	c #Conflicts:    3605000 | #Constraints:      67892
3600.02/3609.70	c #Conflicts:    3606000 | #Constraints:      68892
3600.02/3609.70	c #Conflicts:    3607000 | #Constraints:      69892
3600.02/3609.70	c #Conflicts:    3608000 | #Constraints:      70892
3600.02/3609.70	c #Conflicts:    3609000 | #Constraints:      71892
3600.02/3609.70	c #Conflicts:    3610000 | #Constraints:      72893
3600.02/3609.70	c #Conflicts:    3611000 | #Constraints:      73895
3600.02/3609.70	c #Conflicts:    3612000 | #Constraints:      74896
3600.02/3609.70	c #Conflicts:    3613000 | #Constraints:      75896
3600.02/3609.70	c #Conflicts:    3614000 | #Constraints:      76896
3600.02/3609.70	c #Conflicts:    3615000 | #Constraints:      77896
3600.02/3609.70	c #Conflicts:    3616000 | #Constraints:      78896
3600.02/3609.70	c #Conflicts:    3617000 | #Constraints:      79897
3600.02/3609.70	c #Conflicts:    3618000 | #Constraints:      80897
3600.02/3609.70	c #Conflicts:    3619000 | #Constraints:      81897
3600.02/3609.70	c cpu time 3571.61 s
3600.02/3609.70	c deterministic time 218460431395 2.18e+11
3600.02/3609.70	c optimization time 49.2245 s
3600.02/3609.70	c total solve time 3522.37 s
3600.02/3609.70	c core-guided solve time 2103.4 s
3600.02/3609.70	c propagation time 2795.74 s
3600.02/3609.70	c conflict analysis time 699.103 s
3600.02/3609.70	c propagations 848738451
3600.02/3609.70	c resolve steps 56542192
3600.02/3609.70	c decisions 10580777
3600.02/3609.70	c conflicts 3619860
3600.02/3609.70	c restarts 6226
3600.02/3609.70	c inprocessing phases 180
3600.02/3609.70	c garbage collections 180 ,( 100.00 )
3600.02/3609.70	c input clauses 5193 ,( 63.21 )
3600.02/3609.70	c input cardinalities 2588 ,( 31.50 )
3600.02/3609.70	c input general constraints 434 ,( 5.28 )
3600.02/3609.70	c input average constraint length 278.87
3600.02/3609.70	c input average constraint degree 78.61
3600.02/3609.70	c learned clauses 2229127 ,( 60.81 )
3600.02/3609.70	c learned cardinalities 354259 ,( 9.66 )
3600.02/3609.70	c learned general constraints 1082516 ,( 29.53 )
3600.02/3609.70	c learned average constraint length 257.59
3600.02/3609.70	c learned average constraint degree 828030150.56
3600.02/3609.70	c watched  CF 32, 64, 128, Arb: 455306 , 0 , 0 , 0
3600.02/3609.70	c counting CF 32, 64, 128, Arb: 627645 , 0 , 0 , 0
3600.02/3609.70	c watched   constraints 455306 ,( 42.04 ) 
3600.02/3609.70	c counting  constraints 627644 ,( 57.96 ) 
3600.02/3609.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1740745691 , 5701971541 , 28631939369 ,( 1066960183 , 27564979186 )
3600.02/3609.70	c gcd simplifications 92283
3600.02/3609.70	c detected cardinalities 58209
3600.02/3609.70	c weakened non-implied lits 367641558
3600.02/3609.70	c weakened non-implying lits 154250
3600.02/3609.70	c original variables 1959
3600.02/3609.70	c clausal propagations 357446415
3600.02/3609.70	c cardinality propagations 66892609
3600.02/3609.70	c watched propagations 14123317
3600.02/3609.70	c counting propagations 378077191
3600.02/3609.70	c watch lookups 120824590375
3600.02/3609.70	c watch backjump lookups 0
3600.02/3609.70	c watch checks 49909038270
3600.02/3609.70	c propagation checks 42992565568
3600.02/3609.70	c constraint additions 3008328452
3600.02/3609.70	c trail pops 862893307
3600.02/3609.70	c formula constraints 4006
3600.02/3609.70	c learned constraints 3575325
3600.02/3609.70	c bound constraints 1154
3600.02/3609.70	c core-guided constraints 3055
3600.02/3609.70	c encountered formula constraints 18420041
3600.02/3609.70	c encountered learned constraints 30533325
3600.02/3609.70	c encountered bound constraints 159
3600.02/3609.70	c encountered core-guided constraints 10188648
3600.02/3609.70	c LP total time 347.583 s
3600.02/3609.70	c LP solve time 312.09 s
3600.02/3609.70	c LP constraints added 7041
3600.02/3609.70	c LP constraints removed 3013
3600.02/3609.70	c LP pivots internal 3619871
3600.02/3609.70	c LP pivots root 76323
3600.02/3609.70	c LP calls 53037
3600.02/3609.70	c LP optimalities 8213
3600.02/3609.70	c LP no pivot count 2401
3600.02/3609.70	c LP infeasibilities 44821
3600.02/3609.70	c LP valid Farkas constraints 44814
3600.02/3609.70	c LP learned Farkas constraints 44669
3600.02/3609.70	c LP basis resets 7
3600.02/3609.70	c LP cycling count 0
3600.02/3609.70	c LP singular count 0
3600.02/3609.70	c LP no primal count 0
3600.02/3609.70	c LP no farkas count 7
3600.02/3609.70	c LP other issue count 0
3600.02/3609.70	c LP Gomory cuts 1094
3600.02/3609.70	c LP learned cuts 1941
3600.02/3609.70	c LP deleted cuts 3013
3600.02/3609.70	c LP encountered Gomory constraints 3005
3600.02/3609.70	c LP encountered Farkas constraints 694336
3600.02/3609.70	c LP encountered learned Farkas constraints 277869
3600.02/3609.70	c CG auxiliary variables introduced 1350
3600.02/3609.70	c CG solutions found 159
3600.02/3609.70	c CG cores constructed 995
3600.02/3609.70	c CG core cardinality constraints returned 0
3600.02/3609.70	c CG unit cores 0
3600.02/3609.70	c CG single cores 995
3600.02/3609.70	c CG blocks removed during cardinality reduction 0
3600.02/3609.70	c CG first core best 0
3600.02/3609.70	c CG decision core best 0
3600.02/3609.70	c CG core reduction tie 0
3600.02/3609.70	c CG core degree average 1.00
3600.02/3609.70	c CG core slack average 2.11
3600.02/3609.70	c CG core upper bound improvements 7
3600.02/3609.70	c STR number of successful calls 0
3600.02/3609.70	c STR number of unsuccessful calls 0
3600.02/3609.70	c STR number of inconclusive calls 0
3600.02/3609.70	c STR number of successful attempts 0
3600.02/3609.70	c STR number of unsuccessful attempts 0
3600.02/3609.70	c STR number of inconclusive attempts 0
3600.02/3609.70	c STR average degree increase per successful call inf
3600.02/3609.70	c STR average degree increase per successful attempt inf
3600.02/3609.70	c STR total number of conflicts for successful attempts 0
3600.02/3609.70	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3609.70	c STR total number of conflicts for inconclusive attempts 0
3600.02/3609.70	c STR average number of conflicts per successful attempt inf
3600.02/3609.70	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3609.70	c STR average number of conflicts per inconclusive attempt inf
3600.02/3609.70	c AVG.sumWPerc 46.24 
3600.02/3609.70	c bigint constraints 0 
3600.02/3609.70	o 1031
3600.02/3609.70	s SATISFIABLE
3600.02/3609.70	v x1 -x2 x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 x13 -x14 -x15 -x16 x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 x33 x34 -x35 x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 x44 x45 x46 -x47 x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 x73 x74 x75 x76 -x77 -x78 -x79 -x80 -x81 x82 x83 x84 x85 -x86 -x87 x88 x89 x90 x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99 -x100 x101 x102 -x103 -x104 -x105 x106 -x107 x108 -x109 x110 x111 x112 x113 -x114 -x115 x116 -x117 -x118 x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 x127 -x128 x129 x130 x131 x132 -x133 -x134 -x135 x136 -x137 x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 x148 -x149 x150 x151 -x152 x153 x154 x155 x156 -x157 x158 x159 -x160 x161 -x162 x163 x164 x165 x166 x167 -x168 x169 x170 x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 x179 x180 -x181 x182 -x183 x184 -x185 -x186 x187 -x188 x189 -x190 x191 x192 -x193 x194 x195 x196 -x197 x198 x199 x200 x201 x202 x203 -x204 x205 x206 -x207 -x208 x209 x210 x211 -x212 -x213 -x214 x215 -x216 -x217 x218 -x219 -x220 -x221 x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 x230 x231 -x232 x233 x234 -x235 x236 -x237 -x238 x239 x240 -x241 -x242 x243 x244 -x245 -x246 x247 x248 -x249 x250 x251 -x252 -x253 -x254 x255 x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 x265 x266 x267 -x268 -x269 x270 -x271 x272 -x273 x274 x275 x276 x277 x278 x279 x280 x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 x292 x293 x294 x295 x296 -x297 x298 x299 -x300 -x301 x302 x303 -x304 x305 x306 x307 -x308 -x309 x310 -x311 x312 -x313 -x314 x315 x316 -x317 x318 -x319 -x320 -x321 x322 x323 -x324 -x325 -x326 x327 x328 -x329 -x330 x331 x332 -x333 -x334 x335 x336 -x337 x338 -x339 -x340 -x341 x342 -x343 -x344 -x345 -x346 -x347 -x348 x349 -x350 x351 x352 -x353 x354 x355 -x356 -x357 x358 -x359 -x360 x361 x362 x363 x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 x374 x375 x376 -x377 x378 x379 x380 x381 x382 x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 x391 x392 x393 x394 x395 -x396 x397 -x398 -x399 -x400 -x401 x402 -x403 x404 x405 x406 x407 -x408 x409 x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 x420 x421 x422 x423 x424 -x425 -x426 -x427 -x428 x429 x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 x438 -x439 -x440 x441 -x442 x443 x444 x445 -x446 x447 x448 -x449 -x450 x451 x452 -x453 -x454 x455 x456 -x457 x458 x459 x460 x461 -x462 x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 x471 -x472 -x473 -x474 x475 x476 x477 -x478 x479 -x480 x481 -x482 x483 x484 x485 -x486 x487 -x488 x489 x490 x491 x492 -x493 x494 -x495 -x496 x497 -x498 x499 x500 -x501 x502 x503 x504 x505 -x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 x520 x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 x535 x536 x537 -x538 x539 x540 x541 x542 -x543 -x544 -x545 x546 x547 x548 x549 x550 -x551 x552 -x553 -x554 x555 x556 -x557 -x558 x559 x560 x561 -x562 -x563 x564 x565 -x566 x567 x568 -x569 x570 -x571 x572 -x573 -x574 x575 x576 -x577 x578 -x579 x580 -x581 x582 x583 -x584 x585 x586 -x587 -x588 -x589 x590 -x591 x592 x593 x594 -x595 -x596 x597 -x598 x599 -x600 x601 x602 x603 -x604 x605 -x606 x607 -x608 x609 -x610 x611 -x612 x613 x614 x615 -x616 -x617 -x618 x619 x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 x628 -x629 -x630 -x631 x632 x633 -x634 x635 x636 x637 x638 -x639 x640 x641 x642 x643 -x644 x645 x646 x647 x648 x649 x650 -x651 -x652 x653 x654 x655 x656 x657 -x658 -x659 x660 -x661 x662 -x663 -x664 -x665 x666 x667 -x668 -x669 -x670 -x671 -x672 x673 x674 -x675 x676 -x677 -x678 x679 -x680 -x681 -x682 -x683 x684 x685 -x686 x687 -x688 x689 x690 x691 x692 x693 -x694 -x695 x696 x697 -x698 -x699 x700 -x701 -x702 x703 x704 -x705 x706 -x707 x708 x709 x710 x711 -x712 x713 x714 -x715 -x716 -x717 -x718 -x719 x720 x721 -x722 x723 x724 -x725 x726 -x727 -x728 x729 -x730 x731 -x732 x733 x734 x735 x736 -x737 -x738 -x739 x740 x741 -x742 x743 x744 x745 x746 x747 x748 -x749 -x750 x751 -x752 x753 -x754 x755 x756 x757 x758 x759 x760 x761 x762 x763 x764 x765 x766 x767 -x768 -x769 -x770 -x771 x772 x773 x774 -x775 x776 -x777 x778 -x779 -x780 x781 -x782 x783 x784 x785 -x786 x787 -x788 -x789 x790 -x791 -x792 x793 -x794 -x795 -x796 -x797 x798 x799 x800 x801 x802 -x803 -x804 -x805 -x806 x807 x808 x809 -x810 x811 x812 -x813 x814 x815 x816 -x817 -x818 x819 x820 -x821 -x822 -x823 x824 -x825 -x826 x827 -x828 x829 -x830 x831 -x832 x833 x834 -x835 x836 x837 x838 -x839 x840 -x841 x842 -x843 -x844 -x845 x846 x847 -x848 x849 x850 x851 x852 -x853 x854 x855 x856 -x857 x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 x869 x870 -x871 -x872 -x873 -x874 x875 -x876 -x877 x878 -x879 -x880 x881 -x882 -x883 -x884 x885 x886 x887 x888 x889 -x890 -x891 x892 -x893 x894 x895 -x896 -x897 x898 x899 -x900 -x901 -x902 x903 -x904 x905 -x906 x907 x908 -x909 x910 -x911 -x912 x913 x914 -x915 -x916 x917 x918 x919 -x920 x921 -x922 x923 -x924 x925 x926 x927 -x928 x929 x930 x931 x932 -x933 -x934 -x935 x936 x937 -x938 x939 x940 -x941 -x942 x943 x944 -x945 -x946 x947 x948 x949 -x950 x951 x952 x953 -x954 -x955 -x956 -x957 x958 -x959 -x960 -x961 x962 x963 -x964 x965 x966 x967 -x968 x969 x970 -x971 x972 -x973 -x974 -x975 x976 x977 -x978 -x979 -x980 -x981 x982 -x983 x984 x985 -x986 x987 -x988 -x989 x990 -x991 x992 x993 x994 -x995 -x996 -x997 x998 -x999 -x1000 x1001 -x1002 -x1003 x1004 -x1005 -x1006 x1007 x1008 x1009 -x1010 -x1011 x1012 -x1013 -x1014 -x1015 x1016 -x1017 x1018 x1019 -x1020 x1021 x1022 x1023 -x1024 -x1025 x1026 -x1027 -x1028 x1029 x1030 -x1031 x1032 x1033 x1034 x1035 -x1036 -x1037 x1038 -x1039 -x1040 x1041 x1042 x1043 -x1044 x1045 -x1046 x1047 -x1048 x1049 x1050 x1051 x1052 x1053 -x1054 x1055 x1056 -x1057 -x1058 x1059 x1060 x1061 -x1062 -x1063 -x1064 x1065 -x1066 x1067 -x1068 -x1069 -x1070 x1071 x1072 x1073 -x1074 x1075 -x1076 x1077 x1078 -x1079 x1080 x1081 x1082 -x1083 x1084 -x1085 -x1086 x1087 -x1088 -x1089 x1090 x1091 -x1092 -x1093 -x1094 x1095 -x1096 x1097 -x1098 x1099 x1100 x1101 x1102 x1103 x1104 x1105 x1106 -x1107 x1108 x1109 -x1110 -x1111 -x1112 x1113 -x1114 -x1115 x1116 x1117 -x1118 x1119 x1120 -x1121 x1122 x1123 x1124 x1125 -x1126 x1127 -x1128 x1129 -x1130 -x1131 -x1132 x1133 x1134 x1135 -x1136 x1137 x1138 x1139 x1140 -x1141 x1142 x1143 -x1144 -x1145 -x1146 -x1147 x1148 x1149 x1150 -x1151 -x1152 -x1153 x1154 -x1155 x1156 -x1157 x1158 x1159 x1160 x1161 x1162 -x1163 -x1164 -x1165 -x1166 x1167 x1168 x1169 x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 x1179 x1180 -x1181 -x1182 -x1183 x1184 x1185 -x1186 x1187 -x1188 x1189 -x1190 -x1191 -x1192 -x1193 x1194 -x1195 x1196 x1197 x1198 x1199 x1200 -x1201 -x1202 -x1203 x1204 x1205 x1206 -x1207 x1208 -x1209 -x1210 -x1211 -x1212 -x1213 x1214 x1215 x1216 x1217 x1218 -x1219 x1220 x1221 x1222 x1223 -x1224 x1225 x1226 -x1227 x1228 x1229 -x1230 x1231 x1232 x1233 x1234 x1235 x1236 -x1237 -x1238 x1239 -x1240 -x1241 x1242 x1243 x1244 -x1245 x1246 -x1247 x1248 -x1249 -x1250 -x1251 x1252 -x1253 -x1254 x1255 x1256 -x1257 -x1258 x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 x1266 x1267 x1268 -x1269 x1270 -x1271 x1272 x1273 x1274 x1275 x1276 x1277 -x1278 x1279 x1280 x1281 -x1282 -x1283 x1284 x1285 x1286 -x1287 -x1288 -x1289 -x1290 -x1291 x1292 x1293 x1294 x1295 x1296 -x1297 -x1298 x1299 x1300 -x1301 -x1302 -x1303 x1304 x1305 -x1306 -x1307 x1308 x1309 -x1310 -x1311 -x1312 -x1313 -x1314 x1315 x1316 x1317 x1318 x1319 -x1320 -x1321 -x1322 x1323 -x1324 x1325 -x1326 -x1327 x1328 -x1329 x1330 x1331 -x1332 -x1333 x1334 x1335 x1336 -x1337 x1338 x1339 -x1340 x1341 -x1342 -x1343 -x1344 -x1345 x1346 -x1347 -x1348 x1349 -x1350 -x1351 x1352 x1353 -x1354 -x1355 x1356 x1357 x1358 x1359 x1360 -x1361 -x1362 -x1363 -x1364 x1365 x1366 -x1367 x1368 x1369 x1370 x1371 x1372 x1373 -x1374 x1375 -x1376 x1377 -x1378 x1379 x1380 x1381 -x1382 -x1383 x1384 -x1385 x1386 x1387 x1388 -x1389 x1390 -x1391 -x1392 -x1393 -x1394 x1395 x1396 x1397 x1398 x1399 x1400 -x1401 x1402 x1403 x1404 -x1405 -x1406 x1407 -x1408 x1409 -x1410 -x1411 x1412 -x1413 x1414 x1415 -x1416 x1417 -x1418 -x1419 x1420 x1421 x1422 -x1423 x1424 x1425 x1426 -x1427 -x1428 x1429 x1430 x1431 x1432 x1433 -x1434 -x1435 -x1436 x1437 -x1438 x1439 -x1440 -x1441 x1442 x1443 -x1444 -x1445 x1446 x1447 x1448 x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 x1456 x1457 -x1458 x1459 -x1460 x1461 -x1462 x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 x1470 -x1471 -x1472 -x1473 -x1474 x1475 x1476 -x1477 x1478 x1479 -x1480 x1481 -x1482 x1483 -x1484 -x1485 x1486 x1487 x1488 x1489 -x1490 x1491 x1492 x1493 x1494 x1495 -x1496 x1497 x1498 -x1499 x1500 x1501 x1502 x1503 x1504 x1505 -x1506 x1507 x1508 -x1509 x1510 x1511 -x1512 x1513 -x1514 -x1515 x1516 x1517 x1518 x1519 x1520 x1521 x1522 -x1523 -x1524 -x1525 x1526 -x1527 -x1528 -x1529 x1530 x1531 x1532 x1533 -x1534 x1535 x1536 x1537 -x1538 x1539 x1540 x1541 -x1542 x1543 -x1544 x1545 x1546 -x1547 x1548 -x1549 x1550 x1551 x1552 -x1553 -x1554 -x1555 -x1556 -x1557 x1558 -x1559 x1560 x1561 x1562 -x1563 x1564 x1565 x1566 -x1567 -x1568 x1569 x1570 x1571 -x1572 x1573 x1574 x1575 x1576 x1577 x1578 x1579 -x1580 x1581 -x1582 -x1583 x1584 x1585 x1586 x1587 -x1588 -x1589 -x1590 x1591 -x1592 -x1593 -x1594 x1595 -x1596 x1597 -x1598 -x1599 x1600 x1601 x1602 x1603 -x1604 x1605 x1606 x1607 -x1608 -x1609 x1610 x1611 -x1612 x1613 x1614 -x1615 x1616 -x1617 -x1618 -x1619 x1620 -x1621 x1622 -x1623 x1624 -x1625 x1626 -x1627 -x1628 -x1629 -x1630 x1631 -x1632 -x1633 -x1634 x1635 x1636 x1637 x1638 -x1639 x1640 -x1641 -x1642 -x1643 x1644 x1645 x1646 -x1647 x1648 -x1649 x1650 -x1651 -x1652 x1653 x1654 x1655 -x1656 x1657 x1658 x1659 -x1660 x1661 x1662 -x1663 x1664 x1665 x1666 -x1667 x1668 -x1669 -x1670 -x1671 -x1672 -x1673 x1674 x1675 x1676 x1677 x1678 x1679 -x1680 x1681 -x1682 -x1683 x1684 x1685 x1686 x1687 x1688 -x1689 -x1690 x1691 x1692 x1693 -x1694 -x1695 x1696 -x1697 -x1698 x1699 -x1700 -x1701 x1702 -x1703 x1704 x1705 x1706 x1707 x1708 x1709 -x1710 -x1711 -x1712 -x1713 x1714 -x1715 -x1716 -x1717 -x1718 x1719 x1720 x1721 x1722 x1723 -x1724 x1725 x1726 x1727 x1728 -x1729 x1730 -x1731 x1732 x1733 x1734 -x1735 x1736 x1737 x1738 x1739 x1740 -x1741 -x1742 x1743 x1744 -x1745 x1746 -x1747 -x1748 -x1749 x1750 x1751 -x1752 x1753 -x1754 -x1755 -x1756 -x1757 x1758 -x1759 -x1760 -x1761 x1762 x1763 -x1764 -x1765 x1766 -x1767 x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 x1777 -x1778 x1779 x1780 x1781 x1782 x1783 x1784 x1785 -x1786 -x1787 x1788 -x1789 -x1790 x1791 x1792 -x1793 x1794 -x1795 -x1796 x1797 x1798 -x1799 x1800 -x1801 x1802 -x1803 x1804 x1805 -x1806 x1807 -x1808 x1809 -x1810 -x1811 x1812 x1813 -x1814 -x1815 -x1816 x1817 -x1818 -x1819 -x1820 -x1821 x1822 x1823 x1824 -x1825 -x1826 x1827 x1828 x1829 x1830 x1831 x1832 -x1833 x1834 x1835 -x1836 -x1837 x1838 -x1839 x1840 -x1841 x1842 -x1843 x1844 x1845 x1846 -x1847 x1848 -x1849 x1850 -x1851 -x1852 -x1853 -x1854 -x1855 x1856 -x1857 -x1858 x1859 -x1860 x1861 -x1862 -x1863 x1864 -x1865 -x1866 -x1867 -x1868 x1869 x1870 x1871 -x1872 -x1873 x1874 x1875 x1876 x1877 -x1878 x1879 x1880 x1881 -x1882 -x1883 x1884 -x1885 -x1886 x1887 x1888 -x1889 -x1890 x1891 -x1892 -x1893 -x1894 x1895 -x1896 x1897 x1898 -x1899 -x1900 x1901 x1902 -x1903 -x1904 x1905 x1906 x1907 x1908 x1909 x1910 x1911 x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 x1919 x1920 x1921 -x1922 -x1923 -x1924 x1925 x1926 x1927 x1928 -x1929 x1930 x1931 x1932 x1933 x1934 x1935 x1936 -x1937 x1938 -x1939 x1940 x1941 x1942 x1943 -x1944 x1945 x1946 x1947 -x1948 x1949 -x1950 x1951 x1952 x1953 x1954 x1955 -x1956 -x1957 x1958 x1959
3600.02/3609.70	c Program interrupted by user.

Verifier Data

OK	1031

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61158 MiB free)
  memory of node 1: 64507 MiB (63158 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488544-1751329767/watcher-4488544-1751329767 -o /tmp/evaluation-result-4488544-1751329767/solver-4488544-1751329767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751323974-41571 --watchdog 3760 run-opt-break.sh HOME/instance-4488544-1751329767.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100057 s]*
/proc/loadavg: 4.08 4.08 4.09 6/267 44047
/proc/meminfo: memFree=127290436/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=61576 memory=18400 CPUtime=0.07 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 2506 0 0 0 6 1 0 0 20 0 1 0 48656550 63053824 4600 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 15394 4600 2368 1147 0 2821 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 65768 KiB
Current children cumulated memory: 21472 KiB

[startup+0.206048 s]*
/proc/loadavg: 4.08 4.08 4.09 5/267 44047
/proc/meminfo: memFree=127286404/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=65172 memory=23980 CPUtime=0.17 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 3395 0 0 0 15 2 0 0 20 0 1 0 48656550 66736128 5995 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 16293 5995 2368 1147 0 3720 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 69364 KiB
Current children cumulated memory: 27052 KiB

[startup+0.305814 s]*
/proc/loadavg: 4.08 4.08 4.09 5/267 44047
/proc/meminfo: memFree=127278844/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=72916 memory=31660 CPUtime=0.27 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 5315 0 0 0 23 4 0 0 20 0 1 0 48656550 74665984 7915 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 18229 7915 2368 1147 0 5656 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 77108 KiB
Current children cumulated memory: 34732 KiB

[startup+0.700164 s]
/proc/loadavg: 4.08 4.08 4.09 5/267 44047
/proc/meminfo: memFree=127273332/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=100360 memory=52716 CPUtime=0.66 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 9568 0 0 0 57 9 0 0 20 0 1 0 48656550 102768640 13179 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 25090 13179 2368 1147 0 12517 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 104552 KiB
Current children cumulated memory: 55788 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.08 4.09 5/267 44047
/proc/meminfo: memFree=127259408/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=128484 memory=72592 CPUtime=1.45 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 13502 0 0 0 133 12 0 0 20 0 1 0 48656550 131567616 18148 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 32121 18148 2368 1147 0 19548 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 132676 KiB
Current children cumulated memory: 75664 KiB

[startup+3.1059 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 44047
/proc/meminfo: memFree=127233660/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=159664 memory=95248 CPUtime=3.06 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 19163 0 0 0 289 17 0 0 20 0 1 0 48656550 163495936 23812 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 39916 23812 2400 1147 0 27343 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 163856 KiB
Current children cumulated memory: 98320 KiB

[startup+6.30014 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 44048
/proc/meminfo: memFree=127223928/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=159848 memory=95504 CPUtime=6.25 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 19226 0 0 0 602 23 0 0 20 0 1 0 48656550 163684352 23876 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 39962 23876 2400 1147 0 27389 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 164040 KiB
Current children cumulated memory: 98576 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 44048
/proc/meminfo: memFree=127115752/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=177728 memory=122432 CPUtime=12.62 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 24437 0 0 0 1229 33 0 0 20 0 1 0 48656550 181993472 30608 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 44432 30608 2400 1147 0 31859 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 181920 KiB
Current children cumulated memory: 125504 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.09 4.09 5/267 44048
/proc/meminfo: memFree=126994572/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=188688 memory=136336 CPUtime=25.39 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 27377 0 0 0 2487 52 0 0 20 0 1 0 48656550 193216512 34084 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 47172 34084 2400 1147 0 34599 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 192880 KiB
Current children cumulated memory: 139408 KiB

[startup+51.106 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 44048
/proc/meminfo: memFree=126854364/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=263376 memory=185932 CPUtime=50.94 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 37751 0 0 0 5005 89 0 0 20 0 1 0 48656550 269697024 46483 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 65844 46483 2400 1147 0 53271 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 267568 KiB
Current children cumulated memory: 189004 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/268 44052
/proc/meminfo: memFree=126266504/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=288860 memory=218388 CPUtime=102 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 43824 0 0 0 10050 150 0 0 20 0 1 0 48656550 295792640 54597 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 72215 54597 2400 1147 0 59642 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 293052 KiB
Current children cumulated memory: 221460 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/268 44054
/proc/meminfo: memFree=126134256/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=313448 memory=244500 CPUtime=161.84 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 50340 0 0 0 15963 221 0 0 20 0 1 0 48656550 320970752 61125 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 78362 61125 2400 1147 0 65789 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 317640 KiB
Current children cumulated memory: 247572 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/268 44056
/proc/meminfo: memFree=125447124/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=375360 memory=274540 CPUtime=221.68 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 56321 0 0 0 21878 290 0 0 20 0 1 0 48656550 384368640 68635 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 93840 68635 2400 1147 0 81267 0
Current children cumulated CPU time: 221.68 s

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

/proc/44047/statm: 210800 194873 2400 1147 0 198227 0
Current children cumulated CPU time: 3093.82 s
Current children cumulated vsize: 847392 KiB
Current children cumulated memory: 782564 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.20 4.13 5/268 44349
/proc/meminfo: memFree=127541360/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=844488 memory=782772 CPUtime=3153.69 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 133684 0 0 0 312785 2584 0 0 20 0 1 0 48656550 864755712 195693 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 211122 195693 2400 1147 0 198549 0
Current children cumulated CPU time: 3153.69 s
Current children cumulated vsize: 848680 KiB
Current children cumulated memory: 785844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/267 44351
/proc/meminfo: memFree=127546316/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=851792 memory=787508 CPUtime=3213.55 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 134887 0 0 0 318734 2621 0 0 20 0 1 0 48656550 872235008 196877 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 212948 196877 2400 1147 0 200375 0
Current children cumulated CPU time: 3213.55 s
Current children cumulated vsize: 855984 KiB
Current children cumulated memory: 790580 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.19 4.13 5/267 44353
/proc/meminfo: memFree=127490648/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=851792 memory=787508 CPUtime=3273.41 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 134888 0 0 0 324689 2652 0 0 20 0 1 0 48656550 872235008 196877 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 212948 196877 2400 1147 0 200375 0
Current children cumulated CPU time: 3273.41 s
Current children cumulated vsize: 855984 KiB
Current children cumulated memory: 790580 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.15 4.12 5/267 44355
/proc/meminfo: memFree=127484224/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=860376 memory=793268 CPUtime=3333.26 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 136330 0 0 0 330634 2692 0 0 20 0 1 0 48656550 881025024 198317 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 215094 198317 2400 1147 0 202521 0
Current children cumulated CPU time: 3333.26 s
Current children cumulated vsize: 864568 KiB
Current children cumulated memory: 796340 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.14 4.11 5/267 44357
/proc/meminfo: memFree=127477560/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=860376 memory=793268 CPUtime=3393.12 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 136331 0 0 0 336584 2728 0 0 20 0 1 0 48656550 881025024 198317 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 215094 198317 2400 1147 0 202521 0
Current children cumulated CPU time: 3393.12 s
Current children cumulated vsize: 864568 KiB
Current children cumulated memory: 796340 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/267 44359
/proc/meminfo: memFree=127468620/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=862940 memory=795188 CPUtime=3452.98 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 136856 0 0 0 342535 2763 0 0 20 0 1 0 48656550 883650560 198797 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 215735 198797 2400 1147 0 203162 0
Current children cumulated CPU time: 3452.98 s
Current children cumulated vsize: 867132 KiB
Current children cumulated memory: 798260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.11 5/268 44368
/proc/meminfo: memFree=127444804/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=862940 memory=795188 CPUtime=3512.84 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 136864 0 0 0 348487 2797 0 0 20 0 1 0 48656550 883650560 198797 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 215735 198797 2400 1147 0 203162 0
Current children cumulated CPU time: 3512.84 s
Current children cumulated vsize: 867132 KiB
Current children cumulated memory: 798260 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/268 44370
/proc/meminfo: memFree=127415412/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=863388 memory=795828 CPUtime=3572.7 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 137013 0 0 0 354441 2829 0 0 20 0 1 0 48656550 884109312 198957 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 215847 198957 2400 1147 0 203274 0
Current children cumulated CPU time: 3572.7 s
Current children cumulated vsize: 867580 KiB
Current children cumulated memory: 798900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.06 4.11 4.09 5/268 44371
/proc/meminfo: memFree=127419752/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=863388 memory=795828 CPUtime=3600.02 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 137013 0 0 0 357160 2842 0 0 20 0 1 0 48656550 884109312 198957 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 215847 198957 2400 1147 0 203274 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 867580 KiB
Current children cumulated memory: 798900 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

[startup+3609.7 s]
/proc/loadavg: 4.06 4.11 4.09 5/268 44371
/proc/meminfo: memFree=127419752/131250000 swapFree=33010416/33010684
[pid=44044] ppid=44041 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/44044/stat : 44044 (run-opt-break.s) S 44041 44044 41560 0 -1 4194304 237 1422 0 0 0 0 0 0 20 0 1 0 48656548 4292608 768 18446744073709551615 94346439761920 94346440656453 140724713790016 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94346440895504 94346440943248 94346463911936 140724713793889 140724713794018 140724713794018 140724713799620 0
/proc/44044/statm: 1048 768 704 219 0 110 0
[pid=44047] ppid=44044 vsize=863388 memory=795828 CPUtime=3600.02 cores=4,6
/proc/44047/stat : 44047 (roundingsat) R 44044 44044 41560 0 -1 4194304 137013 0 0 0 357160 2842 0 0 20 0 1 0 48656550 884109312 198957 18446744073709551615 4227072 8923433 140735552512960 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19619840 140735552514404 140735552514600 140735552514600 140735552520170 0
/proc/44047/statm: 215847 198957 2400 1147 0 203274 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 867580 KiB
Current children cumulated memory: 798900 KiB

Child status: 2

Real time (s): 3609.71
CPU time (s): 3600.06
CPU user time (s): 3571.61
CPU system time (s): 28.4428
CPU usage (%): 99.7327
Max. virtual memory (cumulated for all children) (KiB): 867580
Max. memory (cumulated for all children) (KiB): 798900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.61
system time used= 28.4428
maximum resident set size= 796212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138695
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= 377
involuntary context switches= 3071


# summary of solver processes directly reported to runsolver:
#   pid: 44044,44047
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3571.61
#   total CPU system time (s): 28.4428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62799 second user time and 16.3389 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 02:29:27
IDJOB=4488544
IDBENCH=147521
IDSOLVER=3359
FILE ID=nodeC027/4488544-1751329767
RUNJOBID= nodeC027-1751323974-41571
SLURM_JOB_ID= 9594344
Free space on /tmp= 433000 MiB

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

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

MD5SUM BENCH= 3cf724146d283b6491b934147ab5b23d
RANDOM SEED=31580034

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127300580 kB
MemAvailable:   126997560 kB
Buffers:            2488 kB
Cached:           499800 kB
SwapCached:           12 kB
Active:          3145412 kB
Inactive:         200144 kB
Active(anon):    2858548 kB
Inactive(anon):     2792 kB
Active(file):     286864 kB
Inactive(file):   197352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7456 kB
Writeback:             0 kB
AnonPages:       2844488 kB
Mapped:           117348 kB
Shmem:             18056 kB
KReclaimable:     103604 kB
Slab:             191452 kB
SReclaimable:     103604 kB
SUnreclaim:        87848 kB
KernelStack:        4320 kB
PageTables:         9100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3638708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1521664 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC027 at 2025-07-01 03:29:37