Trace number 4488774

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)1038 3600.08 3609.41

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
MD5SUMf429a5cb74c34761160471c7897bca93
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1037
Best CPU time to get the best result obtained on this benchmark3585.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1963
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 1963
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 1963
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 1963
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-4488774-1751330870.opb'
0.00/0.01	c 	read 0.11MB  (1.91ms)
0.00/0.01	c	 [cnf: #variables 1963 #clauses 4000 #duplicates 1 #arr 9961]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 14] (2.28ms)
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 	 (0.37ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 9889 #edges 27774]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 3.07*10^3 #generators 11] (1.78ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	ran it=0, +gens=1 
0.00/0.03	c 	con best_support=4, best_gens=9, +gens=52
0.00/0.03	c 	(10.48ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c add generic predicates (break_depth=20)
0.00/0.03	c 	added predicates for 64 generators (0.02ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 91 #add_vars 9]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4488774-1751330870.opb.pre'
0.00/0.03	c 	wrote 0.12MB (0.43ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                  10.48ms 59.75% optimize_gens
0.00/0.03	c                   2.28ms 13.00% approx_orbits
0.00/0.03	c                   1.91ms 10.89% parse
0.00/0.03	c                   1.78ms 10.14% detect_generic
0.00/0.03	c                   0.43ms  2.45% output
0.00/0.03	c                   0.37ms  2.08% detect_special
0.00/0.03	c                   0.21ms  1.22% other
0.00/0.03	c                   0.07ms  0.39% finalize_order
0.00/0.03	c                   0.02ms  0.09% break_generic
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  17.55ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.06	c #variables 1972 #constraints 4090
0.00/0.06	c objective is ce32 
0.00/0.06	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.06	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.06	c bounds - >= 0 @ 0.008371
0.06/0.10	c bounds 1207 >= 0 @ 0.047075
0.06/0.11	c bounds 1207 >= 1 @ 0.047162
0.06/0.11	c bounds 1207 >= 2 @ 0.047469
0.06/0.11	c bounds 1207 >= 3 @ 0.048079
0.06/0.11	c bounds 1207 >= 4 @ 0.048294
0.06/0.11	c bounds 1207 >= 5 @ 0.04851
0.06/0.11	c bounds 1207 >= 6 @ 0.048725
0.06/0.11	c bounds 1207 >= 7 @ 0.048941
0.06/0.11	c bounds 1207 >= 8 @ 0.049156
0.06/0.11	c bounds 1207 >= 9 @ 0.049371
0.06/0.11	c bounds 1207 >= 10 @ 0.049587
0.06/0.11	c bounds 1207 >= 11 @ 0.049801
0.06/0.11	c bounds 1207 >= 12 @ 0.050015
0.06/0.11	c bounds 1207 >= 13 @ 0.050233
0.06/0.11	c bounds 1207 >= 14 @ 0.05045
0.06/0.11	c bounds 1207 >= 15 @ 0.050667
0.06/0.11	c bounds 1207 >= 16 @ 0.050881
0.06/0.11	c bounds 1207 >= 17 @ 0.051097
0.06/0.11	c bounds 1207 >= 18 @ 0.051313
0.06/0.11	c bounds 1207 >= 19 @ 0.05153
0.06/0.11	c bounds 1207 >= 20 @ 0.051747
0.06/0.11	c bounds 1207 >= 21 @ 0.051963
0.06/0.11	c bounds 1207 >= 22 @ 0.05218
0.06/0.11	c bounds 1207 >= 23 @ 0.052432
0.06/0.11	c bounds 1207 >= 24 @ 0.052651
0.06/0.11	c bounds 1207 >= 25 @ 0.052867
0.06/0.11	c bounds 1207 >= 26 @ 0.053082
0.06/0.11	c bounds 1207 >= 27 @ 0.053297
0.06/0.11	c bounds 1207 >= 28 @ 0.053514
0.06/0.11	c bounds 1207 >= 29 @ 0.05373
0.06/0.11	c bounds 1207 >= 30 @ 0.053947
0.06/0.11	c bounds 1207 >= 31 @ 0.054165
0.06/0.11	c bounds 1207 >= 32 @ 0.054381
0.06/0.11	c bounds 1207 >= 33 @ 0.054598
0.06/0.11	c bounds 1207 >= 34 @ 0.054817
0.06/0.11	c bounds 1207 >= 35 @ 0.055036
0.06/0.11	c bounds 1207 >= 36 @ 0.055253
0.06/0.11	c bounds 1207 >= 37 @ 0.055508
0.06/0.11	c bounds 1207 >= 38 @ 0.055726
0.06/0.11	c bounds 1207 >= 39 @ 0.055943
0.06/0.11	c bounds 1207 >= 40 @ 0.05616
0.06/0.11	c bounds 1207 >= 41 @ 0.056378
0.06/0.11	c bounds 1207 >= 42 @ 0.056594
0.06/0.11	c bounds 1207 >= 43 @ 0.056811
0.06/0.12	c bounds 1207 >= 44 @ 0.057028
0.06/0.12	c bounds 1207 >= 45 @ 0.057245
0.06/0.12	c bounds 1207 >= 46 @ 0.057462
0.06/0.12	c bounds 1207 >= 47 @ 0.057678
0.06/0.12	c bounds 1207 >= 48 @ 0.057895
0.06/0.12	c bounds 1207 >= 49 @ 0.058112
0.06/0.12	c bounds 1207 >= 50 @ 0.058331
0.06/0.12	c bounds 1207 >= 51 @ 0.058548
0.06/0.12	c bounds 1207 >= 52 @ 0.058765
0.06/0.12	c bounds 1207 >= 53 @ 0.058983
0.06/0.12	c bounds 1207 >= 54 @ 0.0592
0.06/0.12	c bounds 1207 >= 55 @ 0.059419
0.06/0.12	c bounds 1207 >= 56 @ 0.059636
0.06/0.12	c bounds 1207 >= 57 @ 0.059855
0.06/0.12	c bounds 1207 >= 58 @ 0.060073
0.06/0.12	c bounds 1207 >= 59 @ 0.060291
0.06/0.12	c bounds 1207 >= 60 @ 0.060507
0.06/0.12	c bounds 1207 >= 61 @ 0.060725
0.06/0.12	c bounds 1207 >= 62 @ 0.060942
0.06/0.12	c bounds 1207 >= 63 @ 0.061158
0.06/0.12	c bounds 1207 >= 64 @ 0.061378
0.06/0.12	c bounds 1207 >= 65 @ 0.06159
0.06/0.12	c bounds 1207 >= 66 @ 0.061803
0.06/0.12	c bounds 1207 >= 67 @ 0.062012
0.06/0.12	c bounds 1207 >= 68 @ 0.062223
0.06/0.12	c bounds 1207 >= 69 @ 0.062437
0.06/0.12	c bounds 1207 >= 70 @ 0.062655
0.06/0.12	c bounds 1207 >= 71 @ 0.062869
0.06/0.12	c bounds 1207 >= 72 @ 0.063087
0.06/0.12	c bounds 1207 >= 73 @ 0.063303
0.06/0.12	c bounds 1207 >= 74 @ 0.063522
0.06/0.12	c bounds 1207 >= 75 @ 0.063739
0.06/0.12	c bounds 1207 >= 76 @ 0.064107
0.06/0.12	c bounds 1207 >= 77 @ 0.064694
0.06/0.12	c bounds 1207 >= 78 @ 0.064951
0.06/0.12	c bounds 1207 >= 79 @ 0.065162
0.06/0.12	c bounds 1207 >= 80 @ 0.06537
0.06/0.12	c bounds 1207 >= 81 @ 0.065578
0.06/0.12	c bounds 1207 >= 82 @ 0.065785
0.06/0.12	c bounds 1207 >= 83 @ 0.065996
0.06/0.12	c bounds 1207 >= 84 @ 0.066206
0.06/0.12	c bounds 1207 >= 85 @ 0.06642
0.06/0.12	c bounds 1207 >= 86 @ 0.066634
0.06/0.12	c bounds 1207 >= 87 @ 0.066845
0.06/0.13	c bounds 1207 >= 88 @ 0.067057
0.06/0.13	c bounds 1207 >= 89 @ 0.06727
0.06/0.13	c bounds 1207 >= 90 @ 0.067481
0.06/0.13	c bounds 1207 >= 91 @ 0.06769
0.06/0.13	c bounds 1207 >= 92 @ 0.067899
0.06/0.13	c bounds 1207 >= 93 @ 0.06811
0.06/0.13	c bounds 1207 >= 94 @ 0.068318
0.06/0.13	c bounds 1207 >= 95 @ 0.068531
0.06/0.13	c bounds 1207 >= 96 @ 0.068742
0.06/0.13	c bounds 1207 >= 97 @ 0.068954
0.06/0.13	c bounds 1207 >= 98 @ 0.069167
0.06/0.13	c bounds 1207 >= 99 @ 0.069378
0.06/0.13	c bounds 1207 >= 100 @ 0.069587
0.06/0.13	c bounds 1207 >= 101 @ 0.069801
0.06/0.13	c bounds 1207 >= 102 @ 0.070015
0.06/0.13	c bounds 1207 >= 103 @ 0.070232
0.06/0.13	c bounds 1207 >= 104 @ 0.070448
0.06/0.13	c bounds 1207 >= 105 @ 0.070661
0.06/0.13	c bounds 1207 >= 106 @ 0.070894
0.06/0.13	c bounds 1207 >= 107 @ 0.07111
0.06/0.13	c bounds 1207 >= 108 @ 0.071328
0.06/0.13	c bounds 1207 >= 109 @ 0.071543
0.06/0.13	c bounds 1207 >= 110 @ 0.07176
0.06/0.13	c bounds 1207 >= 111 @ 0.071974
0.06/0.13	c bounds 1207 >= 112 @ 0.07219
0.06/0.13	c bounds 1207 >= 113 @ 0.072402
0.06/0.13	c bounds 1207 >= 114 @ 0.072616
0.06/0.13	c bounds 1207 >= 115 @ 0.072832
0.06/0.13	c bounds 1207 >= 116 @ 0.073046
0.06/0.13	c bounds 1207 >= 117 @ 0.073259
0.06/0.13	c bounds 1207 >= 118 @ 0.07347
0.06/0.13	c bounds 1207 >= 119 @ 0.073679
0.06/0.13	c bounds 1207 >= 120 @ 0.07389
0.06/0.13	c bounds 1207 >= 121 @ 0.074104
0.06/0.13	c bounds 1207 >= 122 @ 0.074322
0.06/0.13	c bounds 1207 >= 123 @ 0.074537
0.06/0.13	c bounds 1207 >= 124 @ 0.074749
0.06/0.13	c bounds 1207 >= 125 @ 0.074963
0.06/0.13	c bounds 1207 >= 126 @ 0.075173
0.06/0.13	c bounds 1207 >= 127 @ 0.075384
0.06/0.13	c bounds 1207 >= 128 @ 0.075598
0.06/0.13	c bounds 1207 >= 129 @ 0.07582
0.06/0.13	c bounds 1207 >= 130 @ 0.07603
0.06/0.13	c bounds 1207 >= 131 @ 0.07624
0.06/0.13	c bounds 1207 >= 132 @ 0.076457
0.06/0.13	c bounds 1207 >= 133 @ 0.076667
0.06/0.13	c bounds 1207 >= 134 @ 0.076879
0.06/0.14	c bounds 1207 >= 135 @ 0.077097
0.06/0.14	c bounds 1207 >= 136 @ 0.077311
0.06/0.14	c bounds 1207 >= 137 @ 0.077529
0.06/0.14	c bounds 1207 >= 138 @ 0.077747
0.06/0.14	c bounds 1207 >= 139 @ 0.077964
0.06/0.14	c bounds 1207 >= 140 @ 0.078202
0.06/0.14	c bounds 1207 >= 141 @ 0.078415
0.06/0.14	c bounds 1207 >= 142 @ 0.078627
0.06/0.14	c bounds 1207 >= 143 @ 0.078842
0.06/0.14	c bounds 1207 >= 144 @ 0.079054
0.06/0.14	c bounds 1207 >= 145 @ 0.079266
0.06/0.14	c bounds 1207 >= 146 @ 0.079474
0.06/0.14	c bounds 1207 >= 147 @ 0.079686
0.06/0.14	c bounds 1207 >= 148 @ 0.079903
0.06/0.14	c bounds 1207 >= 149 @ 0.080116
0.06/0.14	c bounds 1207 >= 150 @ 0.080329
0.06/0.14	c bounds 1207 >= 151 @ 0.08054
0.06/0.14	c bounds 1207 >= 152 @ 0.080752
0.06/0.14	c bounds 1207 >= 153 @ 0.080965
0.06/0.14	c bounds 1207 >= 154 @ 0.081178
0.06/0.14	c bounds 1207 >= 155 @ 0.081389
0.06/0.14	c bounds 1207 >= 156 @ 0.081595
0.06/0.14	c bounds 1207 >= 157 @ 0.081804
0.06/0.14	c bounds 1207 >= 158 @ 0.082015
0.06/0.14	c bounds 1207 >= 159 @ 0.082228
0.06/0.14	c bounds 1207 >= 160 @ 0.082438
0.06/0.14	c bounds 1207 >= 161 @ 0.082649
0.06/0.14	c bounds 1207 >= 162 @ 0.08286
0.06/0.14	c bounds 1207 >= 163 @ 0.083065
0.06/0.14	c bounds 1207 >= 164 @ 0.083281
0.06/0.14	c bounds 1207 >= 165 @ 0.083495
0.06/0.14	c bounds 1207 >= 166 @ 0.083708
0.06/0.14	c bounds 1207 >= 167 @ 0.083917
0.06/0.14	c bounds 1207 >= 168 @ 0.084135
0.06/0.14	c bounds 1207 >= 169 @ 0.084365
0.06/0.14	c bounds 1207 >= 170 @ 0.084575
0.06/0.14	c bounds 1207 >= 171 @ 0.084782
0.06/0.14	c bounds 1207 >= 172 @ 0.084992
0.06/0.14	c bounds 1207 >= 173 @ 0.085213
0.06/0.14	c bounds 1207 >= 174 @ 0.085428
0.06/0.14	c bounds 1207 >= 175 @ 0.085641
0.06/0.14	c bounds 1207 >= 176 @ 0.085853
0.06/0.14	c bounds 1207 >= 177 @ 0.086064
0.06/0.14	c bounds 1207 >= 178 @ 0.086273
0.06/0.14	c bounds 1207 >= 179 @ 0.086485
0.06/0.14	c bounds 1207 >= 180 @ 0.086698
0.06/0.15	c bounds 1207 >= 181 @ 0.086913
0.06/0.15	c bounds 1207 >= 182 @ 0.087127
0.06/0.15	c bounds 1207 >= 183 @ 0.087348
0.06/0.15	c bounds 1207 >= 184 @ 0.087557
0.06/0.15	c bounds 1207 >= 185 @ 0.087772
0.06/0.15	c bounds 1207 >= 186 @ 0.087985
0.06/0.15	c bounds 1207 >= 187 @ 0.088196
0.06/0.15	c bounds 1207 >= 188 @ 0.08841
0.06/0.15	c bounds 1207 >= 189 @ 0.088627
0.06/0.15	c bounds 1207 >= 190 @ 0.088839
0.06/0.15	c bounds 1207 >= 191 @ 0.089048
0.06/0.15	c bounds 1207 >= 192 @ 0.089263
0.06/0.15	c bounds 1207 >= 193 @ 0.089476
0.06/0.15	c bounds 1207 >= 194 @ 0.089688
0.06/0.15	c bounds 1207 >= 195 @ 0.089906
0.06/0.15	c bounds 1207 >= 196 @ 0.09012
0.06/0.15	c bounds 1207 >= 197 @ 0.090332
0.06/0.15	c bounds 1207 >= 198 @ 0.090548
0.06/0.15	c bounds 1207 >= 199 @ 0.090764
0.06/0.15	c bounds 1207 >= 200 @ 0.090977
0.06/0.15	c bounds 1207 >= 201 @ 0.091196
0.06/0.15	c bounds 1207 >= 202 @ 0.091414
0.06/0.15	c bounds 1207 >= 203 @ 0.091649
0.06/0.15	c bounds 1207 >= 204 @ 0.091867
0.06/0.15	c bounds 1207 >= 205 @ 0.092084
0.06/0.15	c bounds 1207 >= 206 @ 0.092306
0.06/0.15	c bounds 1207 >= 207 @ 0.092523
0.06/0.15	c bounds 1207 >= 208 @ 0.092738
0.06/0.15	c bounds 1207 >= 209 @ 0.092952
0.06/0.15	c bounds 1207 >= 210 @ 0.093172
0.06/0.15	c bounds 1207 >= 211 @ 0.093384
0.06/0.15	c bounds 1207 >= 212 @ 0.093603
0.06/0.15	c bounds 1207 >= 213 @ 0.093822
0.06/0.15	c bounds 1207 >= 214 @ 0.094033
0.06/0.15	c bounds 1207 >= 215 @ 0.094096
0.06/0.15	c bounds 1207 >= 216 @ 0.094096
0.06/0.15	c bounds 1207 >= 217 @ 0.094096
0.06/0.15	c bounds 1207 >= 218 @ 0.094096
0.06/0.15	c bounds 1207 >= 219 @ 0.094148
0.06/0.15	c bounds 1207 >= 220 @ 0.094361
0.06/0.15	c bounds 1207 >= 221 @ 0.094578
0.06/0.15	c bounds 1207 >= 222 @ 0.094798
0.06/0.15	c bounds 1207 >= 223 @ 0.095015
0.06/0.15	c bounds 1207 >= 224 @ 0.095232
0.06/0.15	c bounds 1207 >= 225 @ 0.095451
0.06/0.15	c bounds 1207 >= 226 @ 0.095666
0.06/0.15	c bounds 1207 >= 227 @ 0.095879
0.06/0.16	c bounds 1207 >= 228 @ 0.096098
0.06/0.16	c bounds 1207 >= 229 @ 0.096333
0.06/0.16	c bounds 1207 >= 230 @ 0.096551
0.06/0.16	c bounds 1207 >= 231 @ 0.096764
0.06/0.16	c bounds 1207 >= 232 @ 0.096983
0.06/0.16	c bounds 1207 >= 233 @ 0.097204
0.06/0.17	c bounds 1206 >= 233 @ 0.109138
0.06/0.17	c bounds 1206 >= 234 @ 0.109805
0.06/0.17	c bounds 1206 >= 235 @ 0.110022
0.06/0.17	c bounds 1206 >= 236 @ 0.11009
0.06/0.17	c bounds 1206 >= 237 @ 0.11009
0.06/0.17	c bounds 1206 >= 238 @ 0.11009
0.06/0.17	c bounds 1206 >= 239 @ 0.11009
0.06/0.17	c bounds 1206 >= 240 @ 0.110133
0.06/0.17	c bounds 1206 >= 241 @ 0.110346
0.06/0.17	c bounds 1206 >= 242 @ 0.110565
0.06/0.17	c bounds 1206 >= 243 @ 0.110782
0.06/0.17	c bounds 1206 >= 244 @ 0.110992
0.06/0.17	c bounds 1206 >= 245 @ 0.111208
0.06/0.17	c bounds 1206 >= 246 @ 0.111441
0.06/0.17	c bounds 1206 >= 247 @ 0.111653
0.06/0.17	c bounds 1206 >= 248 @ 0.111872
0.06/0.17	c bounds 1206 >= 249 @ 0.112093
0.06/0.17	c bounds 1206 >= 250 @ 0.112325
0.06/0.17	c bounds 1206 >= 251 @ 0.112538
0.06/0.17	c bounds 1206 >= 252 @ 0.11276
0.06/0.17	c bounds 1206 >= 253 @ 0.112977
0.06/0.17	c bounds 1206 >= 254 @ 0.113194
0.06/0.17	c bounds 1206 >= 255 @ 0.113409
0.06/0.17	c bounds 1206 >= 256 @ 0.113633
0.06/0.17	c bounds 1206 >= 257 @ 0.113854
0.06/0.17	c bounds 1206 >= 258 @ 0.114068
0.06/0.17	c bounds 1206 >= 259 @ 0.114283
0.06/0.17	c bounds 1206 >= 260 @ 0.114499
0.06/0.17	c bounds 1206 >= 261 @ 0.114722
0.06/0.18	c bounds 1206 >= 262 @ 0.114936
0.06/0.18	c bounds 1206 >= 263 @ 0.115151
0.06/0.18	c bounds 1206 >= 264 @ 0.11537
0.06/0.18	c bounds 1206 >= 265 @ 0.115587
0.06/0.18	c bounds 1206 >= 266 @ 0.115805
0.06/0.18	c bounds 1206 >= 267 @ 0.116024
0.06/0.18	c bounds 1206 >= 268 @ 0.116241
0.06/0.18	c bounds 1206 >= 269 @ 0.116456
0.06/0.18	c bounds 1206 >= 270 @ 0.116674
0.06/0.18	c bounds 1206 >= 271 @ 0.116926
0.06/0.18	c bounds 1206 >= 272 @ 0.117167
0.06/0.18	c bounds 1206 >= 273 @ 0.117393
0.06/0.18	c bounds 1206 >= 274 @ 0.117614
0.06/0.18	c bounds 1206 >= 275 @ 0.11784
0.06/0.18	c bounds 1206 >= 276 @ 0.118057
0.06/0.18	c bounds 1206 >= 277 @ 0.118271
0.06/0.18	c bounds 1206 >= 278 @ 0.118495
0.06/0.18	c bounds 1206 >= 279 @ 0.118713
0.06/0.18	c bounds 1206 >= 280 @ 0.118931
0.06/0.18	c bounds 1206 >= 281 @ 0.119149
0.06/0.18	c bounds 1206 >= 282 @ 0.119372
0.06/0.18	c bounds 1206 >= 283 @ 0.119591
0.06/0.18	c bounds 1206 >= 284 @ 0.119815
0.06/0.18	c bounds 1206 >= 285 @ 0.12003
0.06/0.18	c bounds 1206 >= 286 @ 0.120254
0.06/0.18	c bounds 1206 >= 287 @ 0.120479
0.06/0.18	c bounds 1206 >= 288 @ 0.120702
0.06/0.18	c bounds 1206 >= 289 @ 0.120922
0.06/0.18	c bounds 1206 >= 290 @ 0.121148
0.06/0.18	c bounds 1206 >= 291 @ 0.121384
0.06/0.18	c bounds 1206 >= 292 @ 0.121606
0.06/0.18	c bounds 1206 >= 293 @ 0.121825
0.06/0.18	c bounds 1206 >= 294 @ 0.122051
0.06/0.18	c bounds 1206 >= 295 @ 0.122271
0.06/0.18	c bounds 1206 >= 296 @ 0.122491
0.06/0.18	c bounds 1206 >= 297 @ 0.122713
0.06/0.18	c bounds 1206 >= 298 @ 0.122932
0.06/0.18	c bounds 1206 >= 299 @ 0.123239
0.06/0.18	c bounds 1206 >= 300 @ 0.123457
0.06/0.18	c bounds 1206 >= 301 @ 0.123671
0.06/0.18	c bounds 1206 >= 302 @ 0.123893
0.06/0.18	c bounds 1206 >= 303 @ 0.124119
0.06/0.18	c bounds 1206 >= 304 @ 0.124333
0.06/0.18	c bounds 1206 >= 305 @ 0.124554
0.06/0.18	c bounds 1206 >= 306 @ 0.124778
0.06/0.19	c bounds 1206 >= 307 @ 0.125002
0.06/0.19	c bounds 1206 >= 308 @ 0.125228
0.06/0.19	c bounds 1206 >= 309 @ 0.125452
0.06/0.19	c bounds 1206 >= 310 @ 0.125673
0.06/0.19	c bounds 1206 >= 311 @ 0.12589
0.06/0.19	c bounds 1206 >= 312 @ 0.126128
0.06/0.19	c bounds 1206 >= 313 @ 0.126344
0.06/0.19	c bounds 1206 >= 314 @ 0.126557
0.06/0.19	c bounds 1206 >= 315 @ 0.126774
0.06/0.19	c bounds 1206 >= 316 @ 0.126994
0.06/0.19	c bounds 1206 >= 317 @ 0.127216
0.06/0.19	c bounds 1206 >= 318 @ 0.127438
0.06/0.19	c bounds 1206 >= 319 @ 0.127671
0.06/0.19	c bounds 1206 >= 320 @ 0.127898
0.06/0.19	c bounds 1206 >= 321 @ 0.128121
0.06/0.19	c bounds 1206 >= 322 @ 0.128346
0.06/0.19	c bounds 1206 >= 323 @ 0.128563
0.06/0.19	c bounds 1206 >= 324 @ 0.128784
0.06/0.19	c bounds 1206 >= 325 @ 0.129002
0.06/0.19	c bounds 1206 >= 326 @ 0.129223
0.06/0.19	c bounds 1206 >= 327 @ 0.129449
0.06/0.19	c bounds 1206 >= 328 @ 0.129677
0.06/0.19	c bounds 1206 >= 329 @ 0.129899
0.06/0.19	c bounds 1206 >= 330 @ 0.130125
0.06/0.19	c bounds 1206 >= 331 @ 0.130343
0.06/0.19	c bounds 1206 >= 332 @ 0.130582
0.06/0.19	c bounds 1206 >= 333 @ 0.130807
0.06/0.19	c bounds 1206 >= 334 @ 0.131032
0.06/0.19	c bounds 1206 >= 335 @ 0.131253
0.06/0.19	c bounds 1206 >= 336 @ 0.131479
0.06/0.19	c bounds 1206 >= 337 @ 0.131703
0.06/0.19	c bounds 1206 >= 338 @ 0.131925
0.06/0.19	c bounds 1206 >= 339 @ 0.132144
0.06/0.19	c bounds 1206 >= 340 @ 0.132374
0.06/0.19	c bounds 1206 >= 341 @ 0.132596
0.06/0.19	c bounds 1206 >= 342 @ 0.132817
0.06/0.19	c bounds 1206 >= 343 @ 0.133034
0.06/0.19	c bounds 1206 >= 344 @ 0.133257
0.06/0.19	c bounds 1206 >= 345 @ 0.133485
0.06/0.19	c bounds 1206 >= 346 @ 0.133714
0.06/0.19	c bounds 1206 >= 347 @ 0.13394
0.06/0.19	c bounds 1206 >= 348 @ 0.134161
0.06/0.19	c bounds 1206 >= 349 @ 0.134383
0.06/0.19	c bounds 1206 >= 350 @ 0.134622
0.06/0.20	c bounds 1206 >= 351 @ 0.13485
0.06/0.20	c bounds 1206 >= 352 @ 0.13508
0.06/0.20	c bounds 1206 >= 353 @ 0.135315
0.06/0.20	c bounds 1206 >= 354 @ 0.135534
0.06/0.20	c bounds 1206 >= 355 @ 0.135758
0.06/0.20	c bounds 1206 >= 356 @ 0.13598
0.06/0.20	c bounds 1206 >= 357 @ 0.136203
0.06/0.20	c bounds 1206 >= 358 @ 0.136439
0.06/0.20	c bounds 1206 >= 359 @ 0.136659
0.06/0.20	c bounds 1206 >= 360 @ 0.136886
0.06/0.20	c bounds 1206 >= 361 @ 0.137117
0.06/0.20	c bounds 1206 >= 362 @ 0.137343
0.06/0.20	c bounds 1206 >= 363 @ 0.137571
0.06/0.20	c bounds 1206 >= 364 @ 0.137792
0.06/0.20	c bounds 1206 >= 365 @ 0.138015
0.06/0.20	c bounds 1206 >= 366 @ 0.138241
0.06/0.20	c bounds 1206 >= 367 @ 0.138461
0.06/0.20	c bounds 1206 >= 368 @ 0.138677
0.06/0.20	c bounds 1206 >= 369 @ 0.138901
0.06/0.20	c bounds 1206 >= 370 @ 0.139125
0.06/0.20	c bounds 1206 >= 371 @ 0.139345
0.06/0.20	c bounds 1206 >= 372 @ 0.139575
0.06/0.20	c bounds 1206 >= 373 @ 0.139793
0.06/0.20	c bounds 1206 >= 374 @ 0.14002
0.06/0.20	c bounds 1206 >= 375 @ 0.14024
0.06/0.20	c bounds 1206 >= 376 @ 0.140469
0.06/0.20	c bounds 1206 >= 377 @ 0.140694
0.16/0.21	c bounds 1206 >= 378 @ 0.14101
0.16/0.21	c bounds 1206 >= 379 @ 0.141264
0.16/0.21	c bounds 1206 >= 380 @ 0.14132
0.16/0.21	c bounds 1206 >= 381 @ 0.14132
0.16/0.21	c bounds 1206 >= 382 @ 0.14132
0.16/0.21	c bounds 1206 >= 383 @ 0.14132
0.16/0.21	c bounds 1206 >= 384 @ 0.141462
0.16/0.21	c bounds 1206 >= 385 @ 0.141713
0.16/0.21	c bounds 1206 >= 386 @ 0.141939
0.16/0.21	c bounds 1206 >= 387 @ 0.142155
0.16/0.21	c bounds 1206 >= 388 @ 0.142375
0.16/0.21	c bounds 1206 >= 389 @ 0.142606
0.16/0.21	c bounds 1206 >= 390 @ 0.142841
0.16/0.21	c bounds 1206 >= 391 @ 0.143067
0.16/0.21	c bounds 1206 >= 392 @ 0.143288
0.16/0.21	c bounds 1206 >= 393 @ 0.143516
0.16/0.21	c bounds 1206 >= 394 @ 0.143743
0.16/0.21	c bounds 1206 >= 395 @ 0.143976
0.16/0.21	c bounds 1206 >= 396 @ 0.14421
0.16/0.21	c bounds 1206 >= 397 @ 0.144446
0.16/0.21	c bounds 1206 >= 398 @ 0.144699
0.16/0.21	c bounds 1206 >= 399 @ 0.144934
0.16/0.21	c bounds 1206 >= 400 @ 0.145161
0.16/0.21	c bounds 1206 >= 401 @ 0.145389
0.16/0.21	c bounds 1206 >= 402 @ 0.145612
0.16/0.21	c bounds 1206 >= 403 @ 0.145839
0.16/0.21	c bounds 1206 >= 404 @ 0.146069
0.16/0.21	c bounds 1206 >= 405 @ 0.146258
0.16/0.21	c bounds 1206 >= 406 @ 0.146258
0.16/0.21	c bounds 1206 >= 407 @ 0.146258
0.16/0.21	c bounds 1206 >= 408 @ 0.146258
0.16/0.21	c bounds 1206 >= 409 @ 0.146258
0.16/0.21	c bounds 1206 >= 410 @ 0.14647
0.16/0.21	c bounds 1206 >= 411 @ 0.146696
0.16/0.21	c bounds 1206 >= 412 @ 0.146931
0.16/0.22	c bounds 1206 >= 413 @ 0.147174
0.16/0.22	c bounds 1206 >= 414 @ 0.147425
0.16/0.22	c bounds 1206 >= 415 @ 0.147666
0.16/0.22	c bounds 1206 >= 416 @ 0.147892
0.16/0.22	c bounds 1206 >= 417 @ 0.148121
0.16/0.22	c bounds 1206 >= 418 @ 0.14836
0.16/0.22	c bounds 1206 >= 419 @ 0.148599
0.16/0.22	c bounds 1206 >= 420 @ 0.148831
0.16/0.22	c bounds 1206 >= 421 @ 0.149067
0.16/0.22	c bounds 1206 >= 422 @ 0.1493
0.16/0.22	c bounds 1206 >= 423 @ 0.149567
0.16/0.22	c bounds 1206 >= 424 @ 0.149828
0.16/0.22	c bounds 1206 >= 425 @ 0.150059
0.16/0.22	c bounds 1206 >= 426 @ 0.150295
0.16/0.22	c bounds 1206 >= 427 @ 0.150531
0.16/0.22	c bounds 1206 >= 428 @ 0.150755
0.16/0.22	c bounds 1206 >= 429 @ 0.150983
0.16/0.22	c bounds 1206 >= 430 @ 0.151216
0.16/0.22	c bounds 1206 >= 431 @ 0.151282
0.16/0.22	c bounds 1206 >= 432 @ 0.151282
0.16/0.22	c bounds 1206 >= 433 @ 0.151282
0.16/0.22	c bounds 1206 >= 434 @ 0.151282
0.16/0.22	c bounds 1206 >= 435 @ 0.151462
0.16/0.22	c bounds 1206 >= 436 @ 0.151699
0.16/0.22	c bounds 1206 >= 437 @ 0.15195
0.16/0.22	c bounds 1206 >= 438 @ 0.152169
0.16/0.22	c bounds 1206 >= 439 @ 0.152403
0.16/0.22	c bounds 1206 >= 440 @ 0.152629
0.16/0.22	c bounds 1206 >= 441 @ 0.15286
0.16/0.22	c bounds 1206 >= 442 @ 0.153091
0.16/0.22	c bounds 1206 >= 443 @ 0.153149
0.16/0.22	c bounds 1206 >= 444 @ 0.153149
0.16/0.22	c bounds 1206 >= 445 @ 0.153149
0.16/0.22	c bounds 1206 >= 446 @ 0.153149
0.16/0.22	c bounds 1206 >= 447 @ 0.153302
0.16/0.22	c bounds 1206 >= 448 @ 0.153534
0.16/0.22	c bounds 1206 >= 449 @ 0.153758
0.16/0.22	c bounds 1206 >= 450 @ 0.15397
0.16/0.22	c bounds 1206 >= 451 @ 0.154191
0.16/0.22	c bounds 1206 >= 452 @ 0.154426
0.16/0.22	c bounds 1206 >= 453 @ 0.154678
0.16/0.23	c bounds 1206 >= 454 @ 0.15492
0.16/0.23	c bounds 1206 >= 455 @ 0.155161
0.16/0.23	c bounds 1206 >= 456 @ 0.155421
0.16/0.23	c bounds 1206 >= 457 @ 0.155663
0.16/0.23	c bounds 1206 >= 458 @ 0.155903
0.16/0.23	c bounds 1206 >= 459 @ 0.156135
0.16/0.23	c bounds 1206 >= 460 @ 0.15638
0.16/0.23	c bounds 1206 >= 461 @ 0.156619
0.16/0.23	c bounds 1206 >= 462 @ 0.156858
0.16/0.23	c bounds 1206 >= 463 @ 0.157107
0.16/0.23	c bounds 1206 >= 464 @ 0.157345
0.16/0.23	c bounds 1206 >= 465 @ 0.157587
0.16/0.23	c bounds 1206 >= 466 @ 0.157831
0.16/0.23	c bounds 1206 >= 467 @ 0.158073
0.16/0.23	c bounds 1206 >= 468 @ 0.158313
0.16/0.23	c bounds 1206 >= 469 @ 0.158551
0.16/0.23	c bounds 1206 >= 470 @ 0.158797
0.16/0.23	c bounds 1206 >= 471 @ 0.159058
0.16/0.23	c bounds 1206 >= 472 @ 0.159317
0.16/0.23	c bounds 1206 >= 473 @ 0.15957
0.16/0.23	c bounds 1206 >= 474 @ 0.159811
0.16/0.23	c bounds 1206 >= 475 @ 0.160066
0.16/0.23	c bounds 1206 >= 476 @ 0.160127
0.16/0.23	c bounds 1206 >= 477 @ 0.160127
0.16/0.23	c bounds 1206 >= 478 @ 0.160127
0.16/0.23	c bounds 1206 >= 479 @ 0.160127
0.16/0.23	c bounds 1206 >= 480 @ 0.160299
0.16/0.23	c bounds 1206 >= 481 @ 0.160545
0.16/0.23	c bounds 1206 >= 482 @ 0.160787
0.16/0.23	c bounds 1206 >= 483 @ 0.161034
0.16/0.23	c bounds 1206 >= 484 @ 0.161277
0.16/0.23	c bounds 1206 >= 485 @ 0.161536
0.16/0.23	c bounds 1206 >= 486 @ 0.161808
0.16/0.23	c bounds 1206 >= 487 @ 0.162053
0.16/0.23	c bounds 1206 >= 488 @ 0.16212
0.16/0.23	c bounds 1206 >= 489 @ 0.16212
0.16/0.23	c bounds 1206 >= 490 @ 0.16212
0.16/0.23	c bounds 1206 >= 491 @ 0.16212
0.16/0.23	c bounds 1206 >= 492 @ 0.162363
0.16/0.23	c bounds 1206 >= 493 @ 0.162604
0.16/0.23	c bounds 1206 >= 494 @ 0.162854
0.16/0.24	c bounds 1206 >= 495 @ 0.163091
0.16/0.24	c bounds 1206 >= 496 @ 0.163349
0.16/0.24	c bounds 1206 >= 497 @ 0.163617
0.16/0.24	c bounds 1206 >= 498 @ 0.163866
0.16/0.24	c bounds 1206 >= 499 @ 0.164111
0.16/0.24	c bounds 1206 >= 500 @ 0.164111
0.16/0.24	c bounds 1206 >= 501 @ 0.164111
0.16/0.24	c bounds 1206 >= 502 @ 0.164111
0.16/0.24	c bounds 1206 >= 503 @ 0.164111
0.16/0.24	c bounds 1206 >= 504 @ 0.164111
0.16/0.24	c bounds 1206 >= 505 @ 0.164111
0.16/0.24	c bounds 1206 >= 506 @ 0.164111
0.16/0.24	c bounds 1206 >= 507 @ 0.164258
0.16/0.24	c bounds 1206 >= 508 @ 0.164502
0.16/0.24	c bounds 1206 >= 509 @ 0.164748
0.16/0.24	c bounds 1206 >= 510 @ 0.164981
0.16/0.24	c bounds 1206 >= 511 @ 0.16522
0.16/0.24	c bounds 1206 >= 512 @ 0.16547
0.16/0.24	c bounds 1206 >= 513 @ 0.165722
0.16/0.24	c bounds 1206 >= 514 @ 0.16597
0.16/0.24	c bounds 1206 >= 515 @ 0.166224
0.16/0.24	c bounds 1206 >= 516 @ 0.166478
0.16/0.24	c bounds 1206 >= 517 @ 0.166743
0.16/0.24	c bounds 1206 >= 518 @ 0.166995
0.16/0.24	c bounds 1206 >= 519 @ 0.167255
0.16/0.24	c bounds 1206 >= 520 @ 0.167505
0.16/0.24	c bounds 1206 >= 521 @ 0.16776
0.16/0.24	c bounds 1206 >= 522 @ 0.168012
0.16/0.24	c bounds 1206 >= 523 @ 0.168092
0.16/0.24	c bounds 1206 >= 524 @ 0.168092
0.16/0.24	c bounds 1206 >= 525 @ 0.168092
0.16/0.24	c bounds 1206 >= 526 @ 0.168092
0.16/0.24	c bounds 1206 >= 527 @ 0.168357
0.16/0.24	c bounds 1206 >= 528 @ 0.168604
0.16/0.24	c bounds 1206 >= 529 @ 0.16886
0.16/0.24	c bounds 1206 >= 530 @ 0.16908
0.16/0.24	c bounds 1206 >= 531 @ 0.169335
0.16/0.24	c bounds 1206 >= 532 @ 0.169589
0.16/0.25	c bounds 1206 >= 533 @ 0.169842
0.16/0.25	c bounds 1206 >= 534 @ 0.170089
0.16/0.25	c bounds 1206 >= 535 @ 0.170346
0.16/0.25	c bounds 1206 >= 536 @ 0.170617
0.16/0.25	c bounds 1206 >= 537 @ 0.170871
0.16/0.25	c bounds 1206 >= 538 @ 0.171127
0.16/0.25	c bounds 1206 >= 539 @ 0.171383
0.16/0.25	c bounds 1206 >= 540 @ 0.171635
0.16/0.25	c bounds 1206 >= 541 @ 0.171905
0.16/0.25	c bounds 1206 >= 542 @ 0.172161
0.16/0.25	c bounds 1206 >= 543 @ 0.172423
0.16/0.25	c bounds 1206 >= 544 @ 0.172689
0.16/0.25	c bounds 1206 >= 545 @ 0.172953
0.16/0.25	c bounds 1206 >= 546 @ 0.173214
0.16/0.25	c bounds 1206 >= 547 @ 0.173471
0.16/0.25	c bounds 1206 >= 548 @ 0.173721
0.16/0.25	c bounds 1206 >= 549 @ 0.173997
0.16/0.25	c bounds 1206 >= 550 @ 0.174069
0.16/0.25	c bounds 1206 >= 551 @ 0.174069
0.16/0.25	c bounds 1206 >= 552 @ 0.174069
0.16/0.25	c bounds 1206 >= 553 @ 0.174069
0.16/0.25	c bounds 1206 >= 554 @ 0.174346
0.16/0.25	c bounds 1206 >= 555 @ 0.174675
0.16/0.25	c bounds 1206 >= 556 @ 0.174928
0.16/0.25	c bounds 1206 >= 557 @ 0.175175
0.16/0.25	c bounds 1206 >= 558 @ 0.175429
0.16/0.25	c bounds 1206 >= 559 @ 0.175683
0.16/0.25	c bounds 1206 >= 560 @ 0.17594
0.16/0.25	c bounds 1206 >= 561 @ 0.176198
0.16/0.25	c bounds 1206 >= 562 @ 0.17645
0.16/0.25	c bounds 1206 >= 563 @ 0.176702
0.16/0.25	c bounds 1206 >= 564 @ 0.176951
0.16/0.25	c bounds 1206 >= 565 @ 0.17706
0.16/0.25	c bounds 1206 >= 566 @ 0.17706
0.16/0.25	c bounds 1206 >= 567 @ 0.17706
0.16/0.25	c bounds 1206 >= 568 @ 0.17706
0.16/0.25	c bounds 1206 >= 569 @ 0.17706
0.16/0.25	c bounds 1206 >= 570 @ 0.17706
0.16/0.25	c bounds 1206 >= 571 @ 0.17706
0.16/0.26	c bounds 1206 >= 572 @ 0.17706
0.16/0.26	c bounds 1206 >= 573 @ 0.177325
0.16/0.26	c bounds 1206 >= 574 @ 0.177586
0.16/0.26	c bounds 1206 >= 575 @ 0.177855
0.16/0.26	c bounds 1206 >= 576 @ 0.178083
0.16/0.26	c bounds 1206 >= 577 @ 0.178346
0.16/0.26	c bounds 1206 >= 578 @ 0.178606
0.16/0.26	c bounds 1206 >= 579 @ 0.178866
0.16/0.26	c bounds 1206 >= 580 @ 0.179138
0.16/0.26	c bounds 1206 >= 581 @ 0.179401
0.16/0.27	c bounds 1205 >= 581 @ 0.18827
0.16/0.27	c bounds 1205 >= 582 @ 0.188733
0.16/0.27	c bounds 1205 >= 583 @ 0.189005
0.16/0.27	c bounds 1205 >= 584 @ 0.189265
0.16/0.27	c bounds 1205 >= 585 @ 0.189532
0.16/0.27	c bounds 1205 >= 586 @ 0.189791
0.16/0.27	c bounds 1205 >= 587 @ 0.190056
0.16/0.27	c bounds 1205 >= 588 @ 0.190372
0.16/0.27	c bounds 1205 >= 589 @ 0.190643
0.16/0.27	c bounds 1205 >= 590 @ 0.1909
0.16/0.27	c bounds 1205 >= 591 @ 0.191156
0.16/0.27	c bounds 1205 >= 592 @ 0.191424
0.16/0.27	c bounds 1205 >= 593 @ 0.191683
0.16/0.27	c bounds 1205 >= 594 @ 0.191944
0.16/0.27	c bounds 1205 >= 595 @ 0.192207
0.16/0.27	c bounds 1205 >= 596 @ 0.192474
0.16/0.27	c bounds 1205 >= 597 @ 0.192731
0.16/0.27	c bounds 1205 >= 598 @ 0.192987
0.16/0.27	c bounds 1205 >= 599 @ 0.193259
0.16/0.27	c bounds 1205 >= 600 @ 0.193521
0.16/0.27	c bounds 1205 >= 601 @ 0.193778
0.16/0.27	c bounds 1205 >= 602 @ 0.194059
0.16/0.27	c bounds 1205 >= 603 @ 0.194323
0.16/0.27	c bounds 1205 >= 604 @ 0.194608
0.16/0.28	c bounds 1205 >= 605 @ 0.194885
0.16/0.28	c bounds 1205 >= 606 @ 0.19517
0.16/0.28	c bounds 1205 >= 607 @ 0.195426
0.16/0.28	c bounds 1205 >= 608 @ 0.195703
0.16/0.28	c bounds 1205 >= 609 @ 0.19596
0.16/0.28	c bounds 1205 >= 610 @ 0.196217
0.16/0.28	c bounds 1205 >= 611 @ 0.19649
0.16/0.28	c bounds 1205 >= 612 @ 0.19676
0.16/0.28	c bounds 1205 >= 613 @ 0.197038
0.16/0.28	c bounds 1205 >= 614 @ 0.197304
0.16/0.28	c bounds 1205 >= 615 @ 0.1976
0.16/0.28	c bounds 1205 >= 616 @ 0.197879
0.16/0.28	c bounds 1205 >= 617 @ 0.19815
0.16/0.28	c bounds 1205 >= 618 @ 0.198406
0.16/0.28	c bounds 1205 >= 619 @ 0.198672
0.16/0.28	c bounds 1205 >= 620 @ 0.198938
0.16/0.28	c bounds 1205 >= 621 @ 0.198986
0.16/0.28	c bounds 1205 >= 622 @ 0.198986
0.16/0.28	c bounds 1205 >= 623 @ 0.198986
0.16/0.28	c bounds 1205 >= 624 @ 0.199028
0.16/0.28	c bounds 1205 >= 625 @ 0.199297
0.16/0.28	c bounds 1205 >= 626 @ 0.199562
0.16/0.28	c bounds 1205 >= 627 @ 0.199831
0.16/0.28	c bounds 1205 >= 628 @ 0.200104
0.16/0.28	c bounds 1205 >= 629 @ 0.200363
0.16/0.28	c bounds 1205 >= 630 @ 0.200645
0.16/0.28	c bounds 1205 >= 631 @ 0.200931
0.16/0.28	c bounds 1205 >= 632 @ 0.201185
0.16/0.28	c bounds 1205 >= 633 @ 0.201454
0.16/0.28	c bounds 1205 >= 634 @ 0.201734
0.16/0.28	c bounds 1205 >= 635 @ 0.20202
0.16/0.28	c bounds 1205 >= 636 @ 0.202298
0.16/0.28	c bounds 1205 >= 637 @ 0.202573
0.16/0.28	c bounds 1205 >= 638 @ 0.202852
0.16/0.28	c bounds 1205 >= 639 @ 0.203126
0.16/0.28	c bounds 1205 >= 640 @ 0.203394
0.16/0.28	c bounds 1205 >= 641 @ 0.203657
0.16/0.29	c bounds 1205 >= 642 @ 0.203947
0.16/0.29	c bounds 1205 >= 643 @ 0.204224
0.16/0.29	c bounds 1205 >= 644 @ 0.204501
0.16/0.29	c bounds 1205 >= 645 @ 0.204777
0.16/0.29	c bounds 1205 >= 646 @ 0.205074
0.16/0.29	c bounds 1205 >= 647 @ 0.205347
0.16/0.29	c bounds 1205 >= 648 @ 0.205641
0.16/0.29	c bounds 1205 >= 649 @ 0.205912
0.16/0.29	c bounds 1205 >= 650 @ 0.205969
0.16/0.29	c bounds 1205 >= 651 @ 0.205969
0.16/0.29	c bounds 1205 >= 652 @ 0.205969
0.16/0.29	c bounds 1205 >= 653 @ 0.206128
0.16/0.29	c bounds 1205 >= 654 @ 0.20638
0.16/0.29	c bounds 1205 >= 655 @ 0.206621
0.16/0.29	c bounds 1205 >= 656 @ 0.206853
0.16/0.29	c bounds 1205 >= 657 @ 0.207118
0.16/0.29	c bounds 1205 >= 658 @ 0.207425
0.16/0.29	c bounds 1205 >= 659 @ 0.207702
0.16/0.29	c bounds 1205 >= 660 @ 0.20798
0.16/0.29	c bounds 1205 >= 661 @ 0.208256
0.16/0.29	c bounds 1205 >= 662 @ 0.208529
0.16/0.29	c bounds 1205 >= 663 @ 0.208858
0.16/0.29	c bounds 1205 >= 664 @ 0.20913
0.16/0.29	c bounds 1205 >= 665 @ 0.209422
0.16/0.29	c bounds 1205 >= 666 @ 0.209706
0.16/0.29	c bounds 1205 >= 667 @ 0.209985
0.16/0.29	c bounds 1205 >= 668 @ 0.210267
0.16/0.29	c bounds 1205 >= 669 @ 0.210559
0.16/0.29	c bounds 1205 >= 670 @ 0.210837
0.16/0.29	c bounds 1205 >= 671 @ 0.211111
0.16/0.29	c bounds 1205 >= 672 @ 0.211386
0.16/0.29	c bounds 1205 >= 673 @ 0.21165
0.16/0.29	c bounds 1205 >= 674 @ 0.21193
0.16/0.29	c bounds 1205 >= 675 @ 0.2122
0.16/0.29	c bounds 1205 >= 676 @ 0.212481
0.16/0.30	c bounds 1205 >= 677 @ 0.212759
0.16/0.30	c bounds 1205 >= 678 @ 0.213031
0.16/0.30	c bounds 1205 >= 679 @ 0.213312
0.16/0.30	c bounds 1205 >= 680 @ 0.213607
0.16/0.30	c bounds 1205 >= 681 @ 0.213889
0.16/0.30	c bounds 1205 >= 682 @ 0.214199
0.16/0.30	c bounds 1205 >= 683 @ 0.214485
0.16/0.30	c bounds 1205 >= 684 @ 0.214782
0.16/0.30	c bounds 1205 >= 685 @ 0.215088
0.16/0.30	c bounds 1205 >= 686 @ 0.215375
0.16/0.30	c bounds 1205 >= 687 @ 0.215661
0.16/0.30	c bounds 1205 >= 688 @ 0.215965
0.16/0.30	c bounds 1205 >= 689 @ 0.216263
0.16/0.30	c bounds 1205 >= 690 @ 0.216559
0.16/0.30	c bounds 1205 >= 691 @ 0.21687
0.16/0.30	c bounds 1205 >= 692 @ 0.21693
0.16/0.30	c bounds 1205 >= 693 @ 0.21693
0.16/0.30	c bounds 1205 >= 694 @ 0.21693
0.16/0.30	c bounds 1205 >= 695 @ 0.21709
0.16/0.30	c bounds 1205 >= 696 @ 0.217373
0.26/0.31	c bounds 1205 >= 697 @ 0.217759
0.26/0.31	c bounds 1205 >= 698 @ 0.218139
0.26/0.31	c bounds 1205 >= 699 @ 0.21842
0.26/0.31	c bounds 1205 >= 700 @ 0.218742
0.26/0.31	c bounds 1205 >= 701 @ 0.219039
0.26/0.31	c bounds 1205 >= 702 @ 0.219327
0.26/0.31	c bounds 1205 >= 703 @ 0.219622
0.26/0.31	c bounds 1205 >= 704 @ 0.219907
0.26/0.31	c bounds 1205 >= 705 @ 0.220213
0.26/0.31	c bounds 1205 >= 706 @ 0.220543
0.26/0.31	c bounds 1205 >= 707 @ 0.220835
0.26/0.31	c bounds 1205 >= 708 @ 0.221134
0.26/0.31	c bounds 1205 >= 709 @ 0.221433
0.26/0.31	c bounds 1205 >= 710 @ 0.221719
0.26/0.31	c bounds 1205 >= 711 @ 0.222002
0.26/0.31	c bounds 1205 >= 712 @ 0.222315
0.26/0.31	c bounds 1205 >= 713 @ 0.222595
0.26/0.31	c bounds 1205 >= 714 @ 0.222884
0.26/0.31	c bounds 1205 >= 715 @ 0.223179
0.26/0.31	c bounds 1205 >= 716 @ 0.223252
0.26/0.31	c bounds 1205 >= 717 @ 0.223252
0.26/0.31	c bounds 1205 >= 718 @ 0.223252
0.26/0.31	c bounds 1205 >= 719 @ 0.223412
0.26/0.31	c bounds 1205 >= 720 @ 0.223728
0.26/0.31	c bounds 1205 >= 721 @ 0.224033
0.26/0.31	c bounds 1205 >= 722 @ 0.224297
0.26/0.31	c bounds 1205 >= 723 @ 0.224615
0.26/0.33	c bounds 1204 >= 723 @ 0.237802
0.26/0.33	c bounds 1204 >= 724 @ 0.238525
0.26/0.33	c bounds 1204 >= 725 @ 0.238817
0.26/0.33	c bounds 1204 >= 726 @ 0.239102
0.26/0.33	c bounds 1204 >= 727 @ 0.239422
0.26/0.33	c bounds 1204 >= 728 @ 0.239735
0.26/0.33	c bounds 1204 >= 729 @ 0.240035
0.26/0.33	c bounds 1204 >= 730 @ 0.240334
0.26/0.33	c bounds 1204 >= 731 @ 0.240615
0.26/0.33	c bounds 1204 >= 732 @ 0.240921
0.26/0.33	c bounds 1204 >= 733 @ 0.241249
0.26/0.33	c bounds 1204 >= 734 @ 0.241537
0.26/0.33	c bounds 1204 >= 735 @ 0.241832
0.26/0.33	c bounds 1204 >= 736 @ 0.242135
0.26/0.33	c bounds 1204 >= 737 @ 0.242464
0.26/0.33	c bounds 1204 >= 738 @ 0.242772
0.26/0.33	c bounds 1204 >= 739 @ 0.243065
0.26/0.33	c bounds 1204 >= 740 @ 0.243378
0.26/0.33	c bounds 1204 >= 741 @ 0.243708
0.26/0.34	c bounds 1204 >= 742 @ 0.244004
0.26/0.34	c bounds 1204 >= 743 @ 0.244057
0.26/0.34	c bounds 1204 >= 744 @ 0.244057
0.26/0.34	c bounds 1204 >= 745 @ 0.244057
0.26/0.34	c bounds 1204 >= 746 @ 0.244058
0.26/0.34	c bounds 1204 >= 747 @ 0.244058
0.26/0.34	c bounds 1204 >= 748 @ 0.244058
0.26/0.34	c bounds 1204 >= 749 @ 0.244221
0.26/0.34	c bounds 1204 >= 750 @ 0.244533
0.26/0.34	c bounds 1204 >= 751 @ 0.244842
0.26/0.34	c bounds 1204 >= 752 @ 0.24513
0.26/0.34	c bounds 1204 >= 753 @ 0.245504
0.26/0.34	c bounds 1204 >= 754 @ 0.245829
0.26/0.34	c bounds 1204 >= 755 @ 0.246126
0.26/0.34	c bounds 1204 >= 756 @ 0.246445
0.26/0.34	c bounds 1204 >= 757 @ 0.246834
0.26/0.34	c bounds 1204 >= 758 @ 0.247172
0.26/0.34	c bounds 1204 >= 759 @ 0.247477
0.26/0.34	c bounds 1204 >= 760 @ 0.247802
0.26/0.34	c bounds 1204 >= 761 @ 0.248143
0.26/0.34	c bounds 1204 >= 762 @ 0.248471
0.26/0.34	c bounds 1204 >= 763 @ 0.248797
0.26/0.34	c bounds 1204 >= 764 @ 0.249154
0.26/0.34	c bounds 1204 >= 765 @ 0.249484
0.26/0.34	c bounds 1204 >= 766 @ 0.249797
0.26/0.34	c bounds 1204 >= 767 @ 0.250124
0.26/0.34	c bounds 1204 >= 768 @ 0.250447
0.26/0.34	c bounds 1204 >= 769 @ 0.250765
0.26/0.34	c bounds 1204 >= 770 @ 0.25108
0.26/0.34	c bounds 1204 >= 771 @ 0.251389
0.26/0.34	c bounds 1204 >= 772 @ 0.251693
0.26/0.35	c bounds 1204 >= 773 @ 0.252053
0.26/0.35	c bounds 1204 >= 774 @ 0.252384
0.26/0.35	c bounds 1204 >= 775 @ 0.252714
0.26/0.35	c bounds 1204 >= 776 @ 0.253045
0.26/0.35	c bounds 1204 >= 777 @ 0.253354
0.26/0.35	c bounds 1204 >= 778 @ 0.253722
0.26/0.35	c bounds 1204 >= 779 @ 0.2541
0.26/0.35	c bounds 1204 >= 780 @ 0.254437
0.26/0.35	c bounds 1204 >= 781 @ 0.254765
0.26/0.35	c bounds 1204 >= 782 @ 0.255112
0.26/0.35	c bounds 1204 >= 783 @ 0.255429
0.26/0.35	c bounds 1204 >= 784 @ 0.255758
0.26/0.35	c bounds 1204 >= 785 @ 0.256094
0.26/0.35	c bounds 1204 >= 786 @ 0.256434
0.26/0.35	c bounds 1204 >= 787 @ 0.256813
0.26/0.35	c bounds 1204 >= 788 @ 0.25713
0.26/0.35	c bounds 1204 >= 789 @ 0.257477
0.26/0.35	c bounds 1204 >= 790 @ 0.257892
0.26/0.35	c bounds 1204 >= 791 @ 0.258009
0.26/0.35	c bounds 1204 >= 792 @ 0.258009
0.26/0.37	c bounds 1203 >= 792 @ 0.269153
0.26/0.37	c bounds 1203 >= 793 @ 0.270193
0.26/0.37	c bounds 1203 >= 794 @ 0.27055
0.26/0.37	c bounds 1203 >= 795 @ 0.270905
0.26/0.37	c bounds 1203 >= 796 @ 0.270963
0.26/0.37	c bounds 1203 >= 797 @ 0.270963
0.26/0.37	c bounds 1203 >= 798 @ 0.271118
0.26/0.37	c bounds 1203 >= 799 @ 0.271455
0.26/0.37	c bounds 1203 >= 800 @ 0.27176
0.26/0.37	c bounds 1203 >= 801 @ 0.272097
0.26/0.37	c bounds 1203 >= 802 @ 0.272488
0.26/0.37	c bounds 1203 >= 803 @ 0.272845
0.26/0.37	c bounds 1203 >= 804 @ 0.272955
0.26/0.37	c bounds 1203 >= 805 @ 0.272955
0.26/0.37	c bounds 1203 >= 806 @ 0.272955
0.26/0.37	c bounds 1203 >= 807 @ 0.273308
0.26/0.37	c bounds 1203 >= 808 @ 0.273744
0.26/0.37	c bounds 1203 >= 809 @ 0.274083
0.26/0.37	c bounds 1203 >= 810 @ 0.274448
0.26/0.37	c bounds 1203 >= 811 @ 0.27483
0.26/0.37	c bounds 1203 >= 812 @ 0.2752
0.26/0.37	c bounds 1203 >= 813 @ 0.275575
0.26/0.38	c bounds 1203 >= 814 @ 0.275991
0.26/0.38	c bounds 1203 >= 815 @ 0.276352
0.26/0.38	c bounds 1203 >= 816 @ 0.276799
0.26/0.38	c bounds 1203 >= 817 @ 0.276938
0.26/0.38	c bounds 1203 >= 818 @ 0.276938
0.26/0.38	c bounds 1203 >= 819 @ 0.276938
0.26/0.38	c bounds 1203 >= 820 @ 0.27694
0.26/0.38	c bounds 1203 >= 821 @ 0.27694
0.26/0.38	c bounds 1203 >= 822 @ 0.277098
0.26/0.38	c bounds 1203 >= 823 @ 0.277441
0.26/0.38	c bounds 1203 >= 824 @ 0.277795
0.26/0.38	c bounds 1203 >= 825 @ 0.278133
0.26/0.38	c bounds 1203 >= 826 @ 0.278478
0.35/0.41	c bounds 1202 >= 826 @ 0.303859
0.35/0.41	c bounds 1202 >= 827 @ 0.305337
0.35/0.41	c bounds 1202 >= 828 @ 0.30538
0.35/0.41	c bounds 1202 >= 829 @ 0.30538
0.35/0.41	c bounds 1202 >= 830 @ 0.30538
0.35/0.41	c bounds 1202 >= 831 @ 0.30538
0.35/0.42	c bounds 1202 >= 832 @ 0.30538
0.35/0.42	c bounds 1202 >= 833 @ 0.305773
0.35/0.42	c bounds 1202 >= 834 @ 0.306296
0.35/0.42	c bounds 1202 >= 835 @ 0.30637
0.35/0.42	c bounds 1202 >= 836 @ 0.30637
0.35/0.42	c bounds 1202 >= 837 @ 0.30656
0.35/0.42	c bounds 1202 >= 838 @ 0.306959
0.35/0.42	c bounds 1202 >= 839 @ 0.307436
0.35/0.42	c bounds 1202 >= 840 @ 0.307818
0.35/0.42	c bounds 1202 >= 841 @ 0.3082
0.35/0.42	c bounds 1202 >= 842 @ 0.308362
0.35/0.42	c bounds 1202 >= 843 @ 0.308362
0.35/0.42	c bounds 1202 >= 844 @ 0.308526
0.35/0.42	c bounds 1202 >= 845 @ 0.308922
0.35/0.42	c bounds 1202 >= 846 @ 0.30926
0.35/0.42	c bounds 1202 >= 847 @ 0.309354
0.35/0.42	c bounds 1202 >= 848 @ 0.309354
0.35/0.42	c bounds 1202 >= 849 @ 0.309512
0.35/0.42	c bounds 1202 >= 850 @ 0.310012
0.35/0.42	c bounds 1202 >= 851 @ 0.310415
0.35/0.42	c bounds 1202 >= 852 @ 0.310839
0.35/0.42	c bounds 1202 >= 853 @ 0.311288
0.35/0.42	c bounds 1202 >= 854 @ 0.311346
0.35/0.42	c bounds 1202 >= 855 @ 0.311346
0.35/0.43	c bounds 1202 >= 856 @ 0.31151
0.35/0.43	c bounds 1202 >= 857 @ 0.311887
0.35/0.43	c bounds 1202 >= 858 @ 0.312253
0.35/0.43	c bounds 1202 >= 859 @ 0.3126
0.35/0.43	c bounds 1202 >= 860 @ 0.313091
0.35/0.43	c bounds 1202 >= 861 @ 0.31355
0.35/0.43	c bounds 1202 >= 862 @ 0.313957
0.35/0.43	c bounds 1202 >= 863 @ 0.314352
0.35/0.43	c bounds 1202 >= 864 @ 0.314735
0.35/0.43	c bounds 1202 >= 865 @ 0.315123
0.35/0.43	c bounds 1202 >= 866 @ 0.315525
0.35/0.43	c bounds 1202 >= 867 @ 0.315931
0.35/0.45	c bounds 1201 >= 867 @ 0.335921
0.35/0.45	c bounds 1201 >= 868 @ 0.33803
0.35/0.45	c bounds 1201 >= 869 @ 0.338502
0.35/0.45	c bounds 1201 >= 870 @ 0.338904
0.35/0.45	c bounds 1201 >= 871 @ 0.339308
0.35/0.45	c bounds 1201 >= 872 @ 0.339714
0.35/0.46	c bounds 1201 >= 873 @ 0.340167
0.35/0.46	c bounds 1201 >= 874 @ 0.340264
0.35/0.46	c bounds 1201 >= 875 @ 0.340264
0.35/0.46	c bounds 1201 >= 876 @ 0.340455
0.35/0.46	c bounds 1201 >= 877 @ 0.340871
0.35/0.46	c bounds 1201 >= 878 @ 0.341301
0.35/0.46	c bounds 1201 >= 879 @ 0.341836
0.35/0.46	c bounds 1201 >= 880 @ 0.342281
0.35/0.46	c bounds 1201 >= 881 @ 0.342757
0.35/0.46	c bounds 1201 >= 882 @ 0.343191
0.35/0.46	c bounds 1201 >= 883 @ 0.343267
0.35/0.46	c bounds 1201 >= 884 @ 0.343267
0.35/0.46	c bounds 1201 >= 885 @ 0.343566
0.35/0.46	c bounds 1201 >= 886 @ 0.344016
0.35/0.46	c bounds 1201 >= 887 @ 0.344441
0.35/0.46	c bounds 1201 >= 888 @ 0.345068
0.35/0.46	c bounds 1201 >= 889 @ 0.345543
0.35/0.46	c bounds 1201 >= 890 @ 0.345983
0.35/0.46	c bounds 1201 >= 891 @ 0.346459
0.35/0.46	c bounds 1201 >= 892 @ 0.346947
0.35/0.49	c bounds 1200 >= 892 @ 0.370915
0.35/0.49	c bounds 1200 >= 893 @ 0.373467
0.35/0.49	c bounds 1200 >= 894 @ 0.374073
0.35/0.49	c bounds 1200 >= 895 @ 0.374073
0.35/0.49	c bounds 1200 >= 896 @ 0.37429
0.35/0.49	c bounds 1200 >= 897 @ 0.37481
0.35/0.49	c bounds 1200 >= 898 @ 0.375231
0.35/0.49	c bounds 1200 >= 899 @ 0.375664
0.35/0.50	c bounds 1200 >= 900 @ 0.37609
0.35/0.50	c bounds 1200 >= 901 @ 0.376163
0.35/0.50	c bounds 1200 >= 902 @ 0.376163
0.35/0.50	c bounds 1200 >= 903 @ 0.376332
0.35/0.50	c bounds 1200 >= 904 @ 0.376782
0.35/0.50	c bounds 1200 >= 905 @ 0.37723
0.35/0.50	c bounds 1200 >= 906 @ 0.377719
0.35/0.50	c bounds 1200 >= 907 @ 0.378219
0.35/0.50	c bounds 1200 >= 908 @ 0.378838
0.35/0.50	c bounds 1200 >= 909 @ 0.379325
0.35/0.50	c bounds 1200 >= 910 @ 0.379812
0.35/0.50	c bounds 1200 >= 911 @ 0.380299
0.35/0.50	c bounds 1200 >= 912 @ 0.380758
0.44/0.51	c bounds 1200 >= 913 @ 0.381217
0.44/0.51	c bounds 1200 >= 914 @ 0.381731
0.44/0.51	c bounds 1200 >= 915 @ 0.382174
0.44/0.51	c bounds 1200 >= 916 @ 0.382649
0.44/0.51	c bounds 1200 >= 917 @ 0.383353
0.44/0.51	c bounds 1200 >= 918 @ 0.383828
0.44/0.51	c bounds 1200 >= 919 @ 0.384309
0.44/0.51	c bounds 1200 >= 920 @ 0.384893
0.44/0.51	c bounds 1200 >= 921 @ 0.385431
0.44/0.51	c bounds 1200 >= 922 @ 0.385923
0.44/0.51	c bounds 1200 >= 923 @ 0.386408
0.44/0.51	c bounds 1200 >= 924 @ 0.3871
0.44/0.51	c bounds 1200 >= 925 @ 0.3871
0.44/0.51	c bounds 1200 >= 926 @ 0.387262
0.44/0.51	c bounds 1200 >= 927 @ 0.387755
0.44/0.51	c bounds 1200 >= 928 @ 0.388296
0.44/0.51	c bounds 1200 >= 929 @ 0.388864
0.44/0.51	c bounds 1200 >= 930 @ 0.389113
0.44/0.51	c bounds 1200 >= 931 @ 0.389293
0.44/0.54	c bounds 1199 >= 931 @ 0.41299
0.44/0.54	c bounds 1199 >= 932 @ 0.414572
0.44/0.54	c bounds 1199 >= 933 @ 0.415355
0.44/0.54	c bounds 1199 >= 934 @ 0.415879
0.44/0.54	c bounds 1199 >= 935 @ 0.41649
0.44/0.54	c bounds 1199 >= 936 @ 0.417027
0.44/0.54	c bounds 1199 >= 937 @ 0.417731
0.44/0.54	c bounds 1199 >= 938 @ 0.41833
0.44/0.54	c bounds 1199 >= 939 @ 0.419051
0.44/0.54	c bounds 1199 >= 940 @ 0.419611
0.44/0.55	c bounds 1199 >= 941 @ 0.420165
0.44/0.55	c bounds 1199 >= 942 @ 0.420757
0.44/0.55	c bounds 1199 >= 943 @ 0.421475
0.44/0.55	c bounds 1199 >= 944 @ 0.4221
0.44/0.55	c bounds 1199 >= 945 @ 0.422816
0.44/0.55	c bounds 1199 >= 946 @ 0.423011
0.44/0.55	c bounds 1199 >= 947 @ 0.423472
0.44/0.55	c bounds 1199 >= 948 @ 0.424072
0.44/0.55	c bounds 1199 >= 949 @ 0.424648
0.44/0.55	c bounds 1199 >= 950 @ 0.425251
0.44/0.55	c bounds 1199 >= 951 @ 0.425865
0.44/0.55	c bounds 1199 >= 952 @ 0.425998
0.44/0.55	c bounds 1199 >= 953 @ 0.426354
0.44/0.55	c bounds 1199 >= 954 @ 0.426844
0.44/0.55	c bounds 1199 >= 955 @ 0.426991
0.44/0.56	c bounds 1199 >= 956 @ 0.427216
0.44/0.56	c bounds 1199 >= 957 @ 0.428147
0.44/0.56	c bounds 1199 >= 958 @ 0.428822
0.44/0.56	c bounds 1199 >= 959 @ 0.429471
0.44/0.56	c bounds 1199 >= 960 @ 0.430394
0.44/0.56	c bounds 1199 >= 961 @ 0.431381
0.44/0.56	c bounds 1199 >= 962 @ 0.432455
0.44/0.56	c bounds 1199 >= 963 @ 0.433279
0.44/0.56	c bounds 1199 >= 964 @ 0.434206
0.44/0.56	c bounds 1199 >= 965 @ 0.43591
0.44/0.57	c bounds 1199 >= 966 @ 0.436764
0.44/0.59	c bounds 1198 >= 966 @ 0.459094
0.44/0.59	c bounds 1198 >= 967 @ 0.461809
0.44/0.59	c bounds 1198 >= 968 @ 0.461929
0.44/0.59	c bounds 1198 >= 969 @ 0.462641
0.44/0.59	c bounds 1198 >= 970 @ 0.462886
0.44/0.60	c bounds 1198 >= 971 @ 0.464463
0.44/0.60	c bounds 1198 >= 972 @ 0.466096
0.44/0.60	c bounds 1198 >= 973 @ 0.467517
0.44/0.60	c bounds 1198 >= 974 @ 0.467867
0.54/0.60	c bounds 1198 >= 975 @ 0.468559
0.54/0.60	c bounds 1198 >= 976 @ 0.469802
0.54/0.60	c bounds 1198 >= 977 @ 0.470229
0.54/0.61	c bounds 1198 >= 978 @ 0.473634
0.54/0.63	c bounds 1197 >= 978 @ 0.497121
0.54/0.64	c bounds 1197 >= 979 @ 0.503925
0.54/0.64	c bounds 1197 >= 980 @ 0.508969
0.54/0.65	c bounds 1197 >= 981 @ 0.51163
0.54/0.66	c bounds 1197 >= 982 @ 0.519388
0.54/0.69	c bounds 1196 >= 982 @ 0.548811
0.64/0.70	c bounds 1196 >= 983 @ 0.556241
0.64/0.70	c bounds 1196 >= 984 @ 0.557562
0.64/0.72	c bounds 1196 >= 985 @ 0.576385
0.64/0.74	c bounds 1195 >= 985 @ 0.599519
0.64/0.77	c bounds 1194 >= 985 @ 0.620842
0.74/0.82	c bounds 1194 >= 986 @ 0.668625
0.74/0.84	c bounds 1193 >= 986 @ 0.693518
0.74/0.87	c #Conflicts:       1000 | #Constraints:       8595
0.74/0.87	c bounds 1192 >= 986 @ 0.716046
0.74/0.89	c bounds 1191 >= 986 @ 0.734271
0.84/0.91	c bounds 1190 >= 986 @ 0.755448
0.84/0.93	c bounds 1189 >= 986 @ 0.776951
0.84/0.98	c bounds 1189 >= 987 @ 0.822272
0.94/1.01	c bounds 1188 >= 987 @ 0.851619
0.94/1.04	c bounds 1187 >= 987 @ 0.875299
0.94/1.06	c bounds 1186 >= 987 @ 0.893357
1.24/1.37	c bounds 1186 >= 988 @ 1.1968
1.33/1.40	c bounds 1185 >= 988 @ 1.23039
1.33/1.43	c bounds 1184 >= 988 @ 1.2515
1.33/1.45	c bounds 1183 >= 988 @ 1.27401
1.33/1.47	c bounds 1182 >= 988 @ 1.29613
1.44/1.51	c bounds 1181 >= 988 @ 1.33001
1.63/1.77	c #Conflicts:       2000 | #Constraints:       9691
1.63/1.77	c INPROCESSING
1.63/1.77	c GARBAGE COLLECT
1.63/1.77	c rational objective 988
1.73/1.86	c bounds 1180 >= 988 @ 1.66816
1.73/1.88	c bounds 1179 >= 988 @ 1.69398
1.83/1.91	c bounds 1178 >= 988 @ 1.721
1.83/1.94	c bounds 1177 >= 988 @ 1.74966
1.83/1.97	c bounds 1176 >= 988 @ 1.77614
1.83/2.00	c bounds 1175 >= 988 @ 1.8022
1.93/2.02	c bounds 1174 >= 988 @ 1.82631
2.43/2.52	c #Conflicts:       3000 | #Constraints:       8514
2.43/2.52	c bounds 1174 >= 989 @ 2.32191
2.43/2.55	c bounds 1173 >= 989 @ 2.35138
2.43/2.57	c bounds 1172 >= 989 @ 2.37201
2.43/2.59	c bounds 1171 >= 989 @ 2.38975
2.53/2.61	c bounds 1170 >= 989 @ 2.40823
2.53/2.63	c bounds 1169 >= 989 @ 2.4315
2.53/2.66	c bounds 1168 >= 989 @ 2.45364
2.63/2.70	c bounds 1167 >= 989 @ 2.48815
2.63/2.73	c bounds 1166 >= 989 @ 2.52025
2.63/2.78	c bounds 1165 >= 989 @ 2.57091
2.73/2.82	c bounds 1164 >= 989 @ 2.60665
2.73/2.86	c #Conflicts:       4000 | #Constraints:       9593
2.73/2.86	c bounds 1163 >= 989 @ 2.64384
2.73/2.89	c bounds 1162 >= 989 @ 2.67161
2.93/3.00	c INPROCESSING
2.93/3.00	c GARBAGE COLLECT
2.93/3.00	c rational objective 989
2.93/3.09	c bounds 1161 >= 989 @ 2.8686
3.03/3.13	c bounds 1160 >= 989 @ 2.89999
3.03/3.19	c bounds 1159 >= 989 @ 2.96229
3.13/3.23	c bounds 1158 >= 989 @ 3.00148
3.13/3.27	c bounds 1157 >= 989 @ 3.04229
3.23/3.31	c bounds 1156 >= 989 @ 3.07969
3.23/3.35	c bounds 1155 >= 989 @ 3.11557
3.23/3.39	c #Conflicts:       5000 | #Constraints:       8897
3.23/3.39	c bounds 1154 >= 989 @ 3.15187
3.32/3.43	c bounds 1153 >= 989 @ 3.18931
3.32/3.47	c bounds 1152 >= 989 @ 3.22458
3.43/3.50	c bounds 1151 >= 989 @ 3.25996
3.43/3.54	c bounds 1150 >= 989 @ 3.29237
4.82/4.91	c #Conflicts:       6000 | #Constraints:       9902
4.82/4.91	c INPROCESSING
4.82/4.91	c GARBAGE COLLECT
4.82/4.91	c rational objective 989
4.82/4.96	c bounds 1149 >= 989 @ 4.69287
4.82/4.97	c bounds 1148 >= 989 @ 4.7107
4.93/5.02	c bounds 1147 >= 989 @ 4.75589
4.93/5.05	c bounds 1146 >= 989 @ 4.78414
4.93/5.07	c bounds 1145 >= 989 @ 4.80769
5.03/5.12	c #Conflicts:       7000 | #Constraints:       8870
5.03/5.12	c bounds 1144 >= 989 @ 4.85139
5.03/5.15	c bounds 1143 >= 989 @ 4.88538
5.03/5.19	c bounds 1142 >= 989 @ 4.92322
5.12/5.23	c bounds 1141 >= 989 @ 4.96433
5.12/5.27	c bounds 1140 >= 989 @ 4.9991
5.22/5.30	c bounds 1139 >= 989 @ 5.03221
5.22/5.34	c bounds 1138 >= 989 @ 5.06488
5.32/5.40	c bounds 1137 >= 989 @ 5.1284
5.32/5.45	c #Conflicts:       8000 | #Constraints:       9878
5.32/5.45	c bounds 1136 >= 989 @ 5.174
5.43/5.51	c bounds 1135 >= 989 @ 5.23047
5.43/5.55	c bounds 1134 >= 989 @ 5.27785
5.53/5.62	c bounds 1133 >= 989 @ 5.34331
5.53/5.68	c bounds 1132 >= 989 @ 5.39334
5.62/5.73	c bounds 1131 >= 989 @ 5.43966
5.72/5.80	c bounds 1130 >= 989 @ 5.50535
5.72/5.88	c #Conflicts:       9000 | #Constraints:      10887
5.72/5.88	c bounds 1129 >= 989 @ 5.58247
5.82/6.00	c INPROCESSING
5.82/6.00	c GARBAGE COLLECT
5.82/6.00	c rational objective 989
6.03/6.10	c bounds 1128 >= 989 @ 5.80112
6.03/6.15	c bounds 1127 >= 989 @ 5.84647
6.12/6.20	c bounds 1126 >= 989 @ 5.89304
6.12/6.25	c bounds 1125 >= 989 @ 5.94215
6.22/6.30	c bounds 1124 >= 989 @ 5.98743
6.22/6.34	c bounds 1123 >= 989 @ 6.03166
6.32/6.41	c #Conflicts:      10000 | #Constraints:       9529
6.32/6.41	c bounds 1122 >= 989 @ 6.09335
6.42/6.51	c bounds 1121 >= 989 @ 6.19541
6.42/6.56	c bounds 1120 >= 989 @ 6.23726
6.52/6.60	c bounds 1119 >= 989 @ 6.27962
6.52/6.64	c bounds 1118 >= 989 @ 6.32196
6.52/6.68	c bounds 1117 >= 989 @ 6.36107
6.62/6.74	c bounds 1116 >= 989 @ 6.41767
6.62/6.79	c #Conflicts:      11000 | #Constraints:      10538
6.62/6.79	c bounds 1115 >= 989 @ 6.46249
8.02/8.13	c #Conflicts:      12000 | #Constraints:      11540
8.02/8.13	c INPROCESSING
8.02/8.13	c GARBAGE COLLECT
8.02/8.13	c rational objective 989
8.02/8.19	c bounds 1114 >= 989 @ 7.84892
8.11/8.22	c bounds 1113 >= 989 @ 7.88177
8.11/8.26	c bounds 1112 >= 989 @ 7.91424
8.22/8.33	c bounds 1111 >= 989 @ 7.98067
8.22/8.37	c bounds 1110 >= 989 @ 8.02139
8.31/8.41	c bounds 1109 >= 989 @ 8.05603
8.31/8.44	c bounds 1108 >= 989 @ 8.09331
8.31/8.48	c bounds 1107 >= 989 @ 8.12945
8.41/8.52	c #Conflicts:      13000 | #Constraints:      10001
8.41/8.52	c bounds 1106 >= 989 @ 8.16494
8.41/8.56	c bounds 1105 >= 989 @ 8.20404
8.52/8.60	c bounds 1104 >= 989 @ 8.24427
8.52/8.64	c bounds 1103 >= 989 @ 8.28115
8.52/8.68	c bounds 1102 >= 989 @ 8.31909
8.61/8.72	c bounds 1101 >= 989 @ 8.36367
8.61/8.77	c bounds 1100 >= 989 @ 8.40688
8.71/8.83	c bounds 1099 >= 989 @ 8.46865
8.71/8.88	c #Conflicts:      14000 | #Constraints:      11009
8.71/8.88	c bounds 1098 >= 989 @ 8.5114
8.82/8.93	c bounds 1097 >= 989 @ 8.5642
8.82/8.98	c bounds 1096 >= 989 @ 8.61616
9.02/9.14	c bounds 1095 >= 989 @ 8.76921
9.31/9.43	c #Conflicts:      15000 | #Constraints:      12018
9.31/9.43	c INPROCESSING
9.31/9.43	c GARBAGE COLLECT
9.31/9.43	c rational objective 989
9.52/9.61	c bounds 1094 >= 989 @ 9.22604
9.52/9.69	c bounds 1093 >= 989 @ 9.30487
9.91/10.08	c #Conflicts:      16000 | #Constraints:      10232
9.91/10.08	c bounds 1092 >= 989 @ 9.68471
11.31/11.41	c #Conflicts:      17000 | #Constraints:      11250
11.31/11.41	c #Conflicts:      18000 | #Constraints:      12250
11.31/11.41	c INPROCESSING
11.31/11.41	c GARBAGE COLLECT
11.31/11.41	c rational objective 989
11.61/11.77	c #Conflicts:      19000 | #Constraints:      10255
11.61/11.77	c bounds 1091 >= 989 @ 11.3576
11.91/12.02	c bounds 1090 >= 989 @ 11.601
12.01/12.13	c #Conflicts:      20000 | #Constraints:      11262
12.01/12.13	c bounds 1089 >= 989 @ 11.7105
12.21/12.31	c bounds 1088 >= 989 @ 11.8839
12.31/12.48	c bounds 1087 >= 989 @ 12.0482
12.40/12.55	c bounds 1086 >= 989 @ 12.1227
12.91/13.06	c #Conflicts:      21000 | #Constraints:      12279
12.91/13.06	c INPROCESSING
12.91/13.06	c GARBAGE COLLECT
12.91/13.06	c rational objective 989
13.30/13.47	c bounds 1086 >= 990 @ 13.0138
14.20/14.30	c #Conflicts:      22000 | #Constraints:      10155
14.20/14.30	c #Conflicts:      23000 | #Constraints:      11155
14.20/14.30	c #Conflicts:      24000 | #Constraints:      12155
14.20/14.30	c bounds 1086 >= 991 @ 13.8249
15.00/15.13	c #Conflicts:      25000 | #Constraints:      13212
15.00/15.13	c INPROCESSING
15.00/15.13	c GARBAGE COLLECT
15.00/15.13	c bounds 1085 >= 991 @ 14.6377
15.20/15.34	c #Conflicts:      26000 | #Constraints:      10714
15.20/15.34	c bounds 1084 >= 991 @ 14.8428
15.50/15.61	c bounds 1083 >= 991 @ 15.102
15.60/15.79	c #Conflicts:      27000 | #Constraints:      11724
15.60/15.79	c bounds 1082 >= 991 @ 15.2817
15.90/16.07	c bounds 1081 >= 991 @ 15.5565
17.39/17.59	c #Conflicts:      28000 | #Constraints:      12749
17.39/17.59	c #Conflicts:      29000 | #Constraints:      13749
17.39/17.59	c INPROCESSING
17.39/17.59	c GARBAGE COLLECT
17.39/17.59	c rational objective 991
17.89/18.04	c #Conflicts:      30000 | #Constraints:      11137
17.89/18.04	c bounds 1080 >= 991 @ 17.5001
18.90/19.02	c #Conflicts:      31000 | #Constraints:      12139
18.90/19.02	c bounds 1079 >= 991 @ 18.454
20.78/20.99	c #Conflicts:      32000 | #Constraints:      13175
20.78/20.99	c #Conflicts:      33000 | #Constraints:      14175
20.78/20.99	c INPROCESSING
20.78/20.99	c GARBAGE COLLECT
20.78/20.99	c rational objective 991
20.88/21.06	c bounds 1078 >= 991 @ 20.4733
20.99/21.19	c bounds 1077 >= 991 @ 20.5999
21.89/22.03	c #Conflicts:      34000 | #Constraints:      11378
21.89/22.03	c #Conflicts:      35000 | #Constraints:      12379
21.89/22.03	c bounds 1076 >= 991 @ 21.4244
22.38/22.56	c #Conflicts:      36000 | #Constraints:      13405
22.38/22.56	c bounds 1075 >= 991 @ 21.9478
23.17/23.33	c #Conflicts:      37000 | #Constraints:      14444
23.17/23.33	c INPROCESSING
23.17/23.33	c GARBAGE COLLECT
23.17/23.33	c rational objective 991
24.97/25.14	c #Conflicts:      38000 | #Constraints:      11411
24.97/25.14	c #Conflicts:      39000 | #Constraints:      12411
24.97/25.14	c #Conflicts:      40000 | #Constraints:      13411
24.97/25.14	c bounds 1075 >= 992 @ 24.4823
25.37/25.51	c #Conflicts:      41000 | #Constraints:      14480
25.37/25.51	c INPROCESSING
25.37/25.51	c GARBAGE COLLECT
25.37/25.51	c rational objective 992
25.37/25.54	c bounds 1074 >= 992 @ 24.8741
25.77/25.98	c #Conflicts:      42000 | #Constraints:      11176
25.77/25.98	c bounds 1073 >= 992 @ 25.3072
26.17/26.30	c #Conflicts:      43000 | #Constraints:      12214
26.17/26.30	c bounds 1072 >= 992 @ 25.628
26.57/26.76	c #Conflicts:      44000 | #Constraints:      13238
26.57/26.76	c bounds 1071 >= 992 @ 26.0798
29.36/29.51	c #Conflicts:      45000 | #Constraints:      14252
29.36/29.51	c #Conflicts:      46000 | #Constraints:      15252
29.36/29.51	c INPROCESSING
29.36/29.51	c GARBAGE COLLECT
29.36/29.51	c rational objective 992
29.76/29.97	c #Conflicts:      47000 | #Constraints:      11833
29.76/29.97	c bounds 1070 >= 992 @ 29.2567
29.97/30.13	c bounds 1069 >= 992 @ 29.4115
30.35/30.52	c #Conflicts:      48000 | #Constraints:      12836
30.35/30.52	c bounds 1068 >= 992 @ 29.7867
30.56/30.76	c bounds 1067 >= 992 @ 30.0252
32.06/32.25	c #Conflicts:      49000 | #Constraints:      13850
32.06/32.25	c #Conflicts:      50000 | #Constraints:      14850
32.06/32.25	c #Conflicts:      51000 | #Constraints:      15850
32.06/32.25	c INPROCESSING
32.06/32.25	c GARBAGE COLLECT
32.06/32.25	c rational objective 992
33.45/33.69	c #Conflicts:      52000 | #Constraints:      12187
33.45/33.69	c #Conflicts:      53000 | #Constraints:      13187
33.45/33.69	c #Conflicts:      54000 | #Constraints:      14187
33.45/33.69	c bounds 1067 >= 993 @ 32.8919
33.95/34.10	c #Conflicts:      55000 | #Constraints:      15244
33.95/34.10	c bounds 1066 >= 993 @ 33.298
34.15/34.32	c bounds 1065 >= 993 @ 33.5098
34.35/34.57	c #Conflicts:      56000 | #Constraints:      16251
34.35/34.57	c INPROCESSING
34.35/34.57	c GARBAGE COLLECT
34.35/34.57	c rational objective 993
36.74/36.99	c #Conflicts:      57000 | #Constraints:      12420
36.74/36.99	c #Conflicts:      58000 | #Constraints:      13420
36.74/36.99	c #Conflicts:      59000 | #Constraints:      14420
36.74/36.99	c #Conflicts:      60000 | #Constraints:      15420
36.74/36.99	c #Conflicts:      61000 | #Constraints:      16420
36.74/36.99	c INPROCESSING
36.74/36.99	c GARBAGE COLLECT
36.74/36.99	c rational objective 993
36.95/37.15	c bounds 1064 >= 993 @ 36.2735
38.24/38.45	c #Conflicts:      62000 | #Constraints:      12431
38.24/38.45	c #Conflicts:      63000 | #Constraints:      13431
38.24/38.45	c #Conflicts:      64000 | #Constraints:      14433
38.24/38.45	c bounds 1063 >= 993 @ 37.5488
39.84/40.03	c #Conflicts:      65000 | #Constraints:      15456
39.84/40.03	c #Conflicts:      66000 | #Constraints:      16456
39.84/40.03	c INPROCESSING
39.84/40.03	c GARBAGE COLLECT
39.84/40.03	c rational objective 993
41.63/41.83	c #Conflicts:      67000 | #Constraints:      12227
41.63/41.83	c #Conflicts:      68000 | #Constraints:      13227
41.63/41.83	c #Conflicts:      69000 | #Constraints:      14227
41.63/41.83	c #Conflicts:      70000 | #Constraints:      15227
41.63/41.83	c bounds 1063 >= 994 @ 40.8582
41.84/42.09	c #Conflicts:      71000 | #Constraints:      16288
41.84/42.09	c bounds 1062 >= 994 @ 41.1185
42.22/42.42	c #Conflicts:      72000 | #Constraints:      17319
42.22/42.42	c bounds 1061 >= 994 @ 41.4393
42.43/42.62	c INPROCESSING
42.43/42.62	c GARBAGE COLLECT
42.43/42.62	c rational objective 994
45.22/45.45	c #Conflicts:      73000 | #Constraints:      12853
45.22/45.45	c #Conflicts:      74000 | #Constraints:      13853
45.22/45.45	c #Conflicts:      75000 | #Constraints:      14853
45.22/45.45	c #Conflicts:      76000 | #Constraints:      15853
45.22/45.45	c #Conflicts:      77000 | #Constraints:      16853
45.22/45.45	c #Conflicts:      78000 | #Constraints:      17853
45.22/45.45	c INPROCESSING
45.22/45.45	c GARBAGE COLLECT
45.22/45.45	c rational objective 994
45.32/45.57	c bounds 1060 >= 994 @ 44.5333
45.52/45.76	c bounds 1059 >= 994 @ 44.7167
46.12/46.39	c #Conflicts:      79000 | #Constraints:      13279
46.12/46.39	c bounds 1058 >= 994 @ 45.3413
46.82/47.05	c #Conflicts:      80000 | #Constraints:      14326
46.82/47.05	c bounds 1057 >= 994 @ 45.9855
47.51/47.71	c #Conflicts:      81000 | #Constraints:      15359
47.51/47.71	c bounds 1056 >= 994 @ 46.6373
48.11/48.37	c #Conflicts:      82000 | #Constraints:      16381
48.11/48.37	c bounds 1055 >= 994 @ 47.2904
50.71/50.96	c #Conflicts:      83000 | #Constraints:      17403
50.71/50.96	c #Conflicts:      84000 | #Constraints:      18403
50.71/50.96	c INPROCESSING
50.71/50.96	c GARBAGE COLLECT
50.71/50.96	c rational objective 994
51.91/52.16	c #Conflicts:      85000 | #Constraints:      13522
51.91/52.16	c #Conflicts:      86000 | #Constraints:      14550
51.91/52.16	c bounds 1054 >= 994 @ 51.0331
52.60/52.88	c #Conflicts:      87000 | #Constraints:      15599
52.60/52.88	c #Conflicts:      88000 | #Constraints:      16636
52.60/52.88	c bounds 1053 >= 994 @ 51.7436
53.99/54.29	c #Conflicts:      89000 | #Constraints:      17669
53.99/54.29	c #Conflicts:      90000 | #Constraints:      18711
53.99/54.29	c INPROCESSING
53.99/54.29	c GARBAGE COLLECT
53.99/54.29	c rational objective 994
56.99/57.26	c #Conflicts:      91000 | #Constraints:      13585
56.99/57.26	c #Conflicts:      92000 | #Constraints:      14585
56.99/57.26	c #Conflicts:      93000 | #Constraints:      15585
56.99/57.26	c #Conflicts:      94000 | #Constraints:      16585
56.99/57.26	c #Conflicts:      95000 | #Constraints:      17585
56.99/57.26	c #Conflicts:      96000 | #Constraints:      18585
56.99/57.26	c INPROCESSING
56.99/57.26	c GARBAGE COLLECT
56.99/57.26	c rational objective 994
61.97/62.28	c #Conflicts:      97000 | #Constraints:      13354
61.97/62.28	c #Conflicts:      98000 | #Constraints:      14389
61.97/62.28	c #Conflicts:      99000 | #Constraints:      15406
61.97/62.28	c #Conflicts:     100000 | #Constraints:      16493
61.97/62.28	c #Conflicts:     101000 | #Constraints:      17581
61.97/62.28	c #Conflicts:     102000 | #Constraints:      18652
61.97/62.28	c #Conflicts:     103000 | #Constraints:      19725
61.97/62.28	c INPROCESSING
61.97/62.28	c GARBAGE COLLECT
61.97/62.28	c rational objective 994
65.17/65.44	c #Conflicts:     104000 | #Constraints:      14068
65.17/65.44	c #Conflicts:     105000 | #Constraints:      15068
65.17/65.44	c #Conflicts:     106000 | #Constraints:      16068
65.17/65.44	c #Conflicts:     107000 | #Constraints:      17068
65.17/65.44	c #Conflicts:     108000 | #Constraints:      18068
65.17/65.44	c #Conflicts:     109000 | #Constraints:      19068
65.17/65.44	c #Conflicts:     110000 | #Constraints:      20068
65.17/65.44	c INPROCESSING
65.17/65.44	c GARBAGE COLLECT
65.17/65.44	c rational objective 994
66.66/66.94	c #Conflicts:     111000 | #Constraints:      14404
66.66/66.94	c #Conflicts:     112000 | #Constraints:      15404
66.66/66.94	c #Conflicts:     113000 | #Constraints:      16404
66.66/66.94	c bounds 1053 >= 995 @ 65.5368
68.16/68.42	c #Conflicts:     114000 | #Constraints:      17485
68.16/68.42	c #Conflicts:     115000 | #Constraints:      18485
68.16/68.42	c #Conflicts:     116000 | #Constraints:      19485
68.16/68.42	c #Conflicts:     117000 | #Constraints:      20485
68.16/68.42	c INPROCESSING
68.16/68.42	c GARBAGE COLLECT
68.16/68.42	c rational objective 995
69.86/70.14	c #Conflicts:     118000 | #Constraints:      14629
69.86/70.14	c #Conflicts:     119000 | #Constraints:      15651
69.86/70.14	c #Conflicts:     120000 | #Constraints:      16750
69.86/70.14	c bounds 1052 >= 995 @ 68.6721
69.96/70.27	WSVECS04 Frhs2[857]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[941]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1061]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1094]: 6 -1.00002 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1126]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1137]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1197]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1218]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1429]: 6 -1.00001 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1447]: 6 -1.00002 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1480]: 6 -1.00002 0 shouldn't be
69.96/70.27	WSVECS04 Frhs2[1498]: 6 -1.00001 0 shouldn't be
73.86/74.18	c #Conflicts:     121000 | #Constraints:      17753
73.86/74.18	c #Conflicts:     122000 | #Constraints:      18753
73.86/74.18	c #Conflicts:     123000 | #Constraints:      19753
73.86/74.18	c #Conflicts:     124000 | #Constraints:      20753
73.86/74.18	c INPROCESSING
73.86/74.18	c GARBAGE COLLECT
73.86/74.18	c rational objective 995
78.94/79.28	c #Conflicts:     125000 | #Constraints:      14659
78.94/79.28	c #Conflicts:     126000 | #Constraints:      15701
78.94/79.28	c #Conflicts:     127000 | #Constraints:      16777
78.94/79.28	c #Conflicts:     128000 | #Constraints:      17837
78.94/79.28	c #Conflicts:     129000 | #Constraints:      18903
78.94/79.28	c #Conflicts:     130000 | #Constraints:      19963
78.94/79.28	c #Conflicts:     131000 | #Constraints:      21026
78.94/79.28	c INPROCESSING
78.94/79.28	c GARBAGE COLLECT
78.94/79.28	c rational objective 995
83.03/83.32	c #Conflicts:     132000 | #Constraints:      14586
83.03/83.32	c #Conflicts:     133000 | #Constraints:      15586
83.03/83.32	c #Conflicts:     134000 | #Constraints:      16586
83.03/83.32	c #Conflicts:     135000 | #Constraints:      17586
83.03/83.32	c #Conflicts:     136000 | #Constraints:      18586
83.03/83.32	c #Conflicts:     137000 | #Constraints:      19586
83.03/83.32	c #Conflicts:     138000 | #Constraints:      20586
83.03/83.32	c #Conflicts:     139000 | #Constraints:      21586
83.03/83.32	c INPROCESSING
83.03/83.32	c GARBAGE COLLECT
83.03/83.32	c rational objective 995
88.72/89.04	c #Conflicts:     140000 | #Constraints:      15078
88.72/89.04	c #Conflicts:     141000 | #Constraints:      16105
88.72/89.04	c #Conflicts:     142000 | #Constraints:      17115
88.72/89.04	c #Conflicts:     143000 | #Constraints:      18186
88.72/89.04	c #Conflicts:     144000 | #Constraints:      19249
88.72/89.04	c #Conflicts:     145000 | #Constraints:      20299
88.72/89.04	c #Conflicts:     146000 | #Constraints:      21354
88.72/89.04	c #Conflicts:     147000 | #Constraints:      22401
88.72/89.04	c INPROCESSING
88.72/89.04	c GARBAGE COLLECT
88.72/89.04	c rational objective 995
92.81/93.14	c #Conflicts:     148000 | #Constraints:      15525
92.81/93.14	c #Conflicts:     149000 | #Constraints:      16525
92.81/93.14	c #Conflicts:     150000 | #Constraints:      17525
92.81/93.14	c #Conflicts:     151000 | #Constraints:      18525
92.81/93.14	c #Conflicts:     152000 | #Constraints:      19525
92.81/93.14	c #Conflicts:     153000 | #Constraints:      20525
92.81/93.14	c #Conflicts:     154000 | #Constraints:      21525
92.81/93.14	c bounds 1052 >= 996 @ 91.3245
93.40/93.74	c #Conflicts:     155000 | #Constraints:      22570
93.40/93.74	c INPROCESSING
93.40/93.74	c GARBAGE COLLECT
93.40/93.74	c rational objective 996
96.80/97.18	c #Conflicts:     156000 | #Constraints:      15681
96.80/97.18	c #Conflicts:     157000 | #Constraints:      16681
96.80/97.18	c #Conflicts:     158000 | #Constraints:      17681
96.80/97.18	c #Conflicts:     159000 | #Constraints:      18681
96.80/97.18	c #Conflicts:     160000 | #Constraints:      19681
96.80/97.18	c #Conflicts:     161000 | #Constraints:      20681
96.80/97.18	c #Conflicts:     162000 | #Constraints:      21681
96.80/97.18	c #Conflicts:     163000 | #Constraints:      22681
96.80/97.18	c INPROCESSING
96.80/97.18	c GARBAGE COLLECT
96.80/97.18	c rational objective 996
102.18/102.57	c #Conflicts:     164000 | #Constraints:      15703
102.18/102.57	c #Conflicts:     165000 | #Constraints:      16812
102.18/102.57	c #Conflicts:     166000 | #Constraints:      17885
102.18/102.57	c #Conflicts:     167000 | #Constraints:      18944
102.18/102.57	c #Conflicts:     168000 | #Constraints:      20012
102.18/102.57	c #Conflicts:     169000 | #Constraints:      21066
102.18/102.57	c #Conflicts:     170000 | #Constraints:      22134
102.18/102.57	c #Conflicts:     171000 | #Constraints:      23178
102.18/102.57	c INPROCESSING
102.18/102.57	c GARBAGE COLLECT
102.18/102.57	c rational objective 996
106.87/107.21	c #Conflicts:     172000 | #Constraints:      15677
106.87/107.21	c #Conflicts:     173000 | #Constraints:      16677
106.87/107.21	c #Conflicts:     174000 | #Constraints:      17677
106.87/107.21	c #Conflicts:     175000 | #Constraints:      18677
106.87/107.21	c #Conflicts:     176000 | #Constraints:      19677
106.87/107.21	c #Conflicts:     177000 | #Constraints:      20677
106.87/107.21	c #Conflicts:     178000 | #Constraints:      21677
106.87/107.21	c #Conflicts:     179000 | #Constraints:      22677
106.87/107.21	c #Conflicts:     180000 | #Constraints:      23677
106.87/107.21	c INPROCESSING
106.87/107.21	c GARBAGE COLLECT
106.87/107.21	c rational objective 996
111.15/111.50	c #Conflicts:     181000 | #Constraints:      16150
111.15/111.50	c #Conflicts:     182000 | #Constraints:      17150
111.15/111.50	c #Conflicts:     183000 | #Constraints:      18150
111.15/111.50	c #Conflicts:     184000 | #Constraints:      19150
111.15/111.50	c #Conflicts:     185000 | #Constraints:      20151
111.15/111.50	c #Conflicts:     186000 | #Constraints:      21152
111.15/111.50	c #Conflicts:     187000 | #Constraints:      22153
111.15/111.50	c #Conflicts:     188000 | #Constraints:      23153
111.15/111.50	c #Conflicts:     189000 | #Constraints:      24154
111.15/111.50	c INPROCESSING
111.15/111.50	c GARBAGE COLLECT
111.15/111.50	c rational objective 996
116.65/117.04	c #Conflicts:     190000 | #Constraints:      16497
116.65/117.04	c #Conflicts:     191000 | #Constraints:      17613
116.65/117.04	c #Conflicts:     192000 | #Constraints:      18705
116.65/117.04	c #Conflicts:     193000 | #Constraints:      19796
116.65/117.04	c #Conflicts:     194000 | #Constraints:      20864
116.65/117.04	c #Conflicts:     195000 | #Constraints:      21923
116.65/117.04	c #Conflicts:     196000 | #Constraints:      22969
116.65/117.04	c #Conflicts:     197000 | #Constraints:      24036
116.65/117.04	c #Conflicts:     198000 | #Constraints:      25109
116.65/117.04	c INPROCESSING
116.65/117.04	c GARBAGE COLLECT
116.65/117.04	c rational objective 996
121.83/122.22	c #Conflicts:     199000 | #Constraints:      16919
121.83/122.22	c #Conflicts:     200000 | #Constraints:      17919
121.83/122.22	c #Conflicts:     201000 | #Constraints:      18919
121.83/122.22	c #Conflicts:     202000 | #Constraints:      19919
121.83/122.22	c #Conflicts:     203000 | #Constraints:      20919
121.83/122.22	c #Conflicts:     204000 | #Constraints:      21919
121.83/122.22	c #Conflicts:     205000 | #Constraints:      22919
121.83/122.22	c #Conflicts:     206000 | #Constraints:      23919
121.83/122.22	c #Conflicts:     207000 | #Constraints:      24919
121.83/122.22	c INPROCESSING
121.83/122.22	c GARBAGE COLLECT
121.83/122.22	c rational objective 996
122.83/123.28	c #Conflicts:     208000 | #Constraints:      16792
122.83/123.28	c #Conflicts:     209000 | #Constraints:      17828
122.83/123.28	c bounds 1051 >= 996 @ 120.941
131.51/131.99	c #Conflicts:     210000 | #Constraints:      18864
131.51/131.99	c #Conflicts:     211000 | #Constraints:      19864
131.51/131.99	c #Conflicts:     212000 | #Constraints:      20864
131.51/131.99	c #Conflicts:     213000 | #Constraints:      21864
131.51/131.99	c #Conflicts:     214000 | #Constraints:      22864
131.51/131.99	c #Conflicts:     215000 | #Constraints:      23864
131.51/131.99	c #Conflicts:     216000 | #Constraints:      24864
131.51/131.99	c INPROCESSING
131.51/131.99	c GARBAGE COLLECT
131.51/131.99	c rational objective 996
132.01/132.46	c #Conflicts:     217000 | #Constraints:      16553
132.01/132.46	c bounds 1050 >= 996 @ 130.049
132.40/132.88	c #Conflicts:     218000 | #Constraints:      17579
132.40/132.88	c bounds 1049 >= 996 @ 130.462
134.60/135.05	c #Conflicts:     219000 | #Constraints:      18621
134.60/135.05	c #Conflicts:     220000 | #Constraints:      19665
134.60/135.05	c #Conflicts:     221000 | #Constraints:      20737
134.60/135.05	c bounds 1048 >= 996 @ 132.591
139.39/139.86	c #Conflicts:     222000 | #Constraints:      21784
139.39/139.86	c #Conflicts:     223000 | #Constraints:      22818
139.39/139.86	c #Conflicts:     224000 | #Constraints:      23862
139.39/139.86	c #Conflicts:     225000 | #Constraints:      24924
139.39/139.86	c #Conflicts:     226000 | #Constraints:      25979
139.39/139.86	c INPROCESSING
139.39/139.86	c GARBAGE COLLECT
139.39/139.86	c rational objective 996
141.38/141.83	c #Conflicts:     227000 | #Constraints:      17220
141.38/141.83	c #Conflicts:     228000 | #Constraints:      18220
141.38/141.83	c #Conflicts:     229000 | #Constraints:      19222
141.38/141.83	c #Conflicts:     230000 | #Constraints:      20238
141.38/141.83	c bounds 1047 >= 996 @ 139.272
147.96/148.41	c #Conflicts:     231000 | #Constraints:      21263
147.96/148.41	c #Conflicts:     232000 | #Constraints:      22263
147.96/148.41	c #Conflicts:     233000 | #Constraints:      23263
147.96/148.41	c #Conflicts:     234000 | #Constraints:      24263
147.96/148.41	c #Conflicts:     235000 | #Constraints:      25263
147.96/148.41	c #Conflicts:     236000 | #Constraints:      26263
147.96/148.41	c INPROCESSING
147.96/148.41	c GARBAGE COLLECT
147.96/148.41	c rational objective 996
149.66/150.18	c #Conflicts:     237000 | #Constraints:      17557
149.66/150.18	c #Conflicts:     238000 | #Constraints:      18625
149.66/150.18	c #Conflicts:     239000 | #Constraints:      19690
149.66/150.18	c bounds 1046 >= 996 @ 147.517
150.95/151.40	c #Conflicts:     240000 | #Constraints:      20743
150.95/151.40	c #Conflicts:     241000 | #Constraints:      21775
150.95/151.40	c bounds 1045 >= 996 @ 148.705
155.74/156.22	c #Conflicts:     242000 | #Constraints:      22816
155.74/156.22	c #Conflicts:     243000 | #Constraints:      23861
155.74/156.22	c #Conflicts:     244000 | #Constraints:      24904
155.74/156.22	c #Conflicts:     245000 | #Constraints:      25952
155.74/156.22	c #Conflicts:     246000 | #Constraints:      27008
155.74/156.22	c INPROCESSING
155.74/156.22	c GARBAGE COLLECT
155.74/156.22	c rational objective 996
161.83/162.33	c #Conflicts:     247000 | #Constraints:      17857
161.83/162.33	c #Conflicts:     248000 | #Constraints:      18857
161.83/162.33	c #Conflicts:     249000 | #Constraints:      19857
161.83/162.33	c #Conflicts:     250000 | #Constraints:      20857
161.83/162.33	c #Conflicts:     251000 | #Constraints:      21857
161.83/162.33	c #Conflicts:     252000 | #Constraints:      22857
161.83/162.33	c #Conflicts:     253000 | #Constraints:      23857
161.83/162.33	c #Conflicts:     254000 | #Constraints:      24857
161.83/162.33	c #Conflicts:     255000 | #Constraints:      25857
161.83/162.33	c #Conflicts:     256000 | #Constraints:      26857
161.83/162.33	c bounds 1045 >= 997 @ 159.49
162.03/162.59	c INPROCESSING
162.03/162.59	c GARBAGE COLLECT
162.03/162.59	c rational objective 997
162.93/163.46	c #Conflicts:     257000 | #Constraints:      17716
162.93/163.46	c bounds 1044 >= 997 @ 160.584
164.12/164.65	c #Conflicts:     258000 | #Constraints:      18773
164.12/164.65	c #Conflicts:     259000 | #Constraints:      19831
164.12/164.65	c bounds 1043 >= 997 @ 161.759
167.62/168.10	c #Conflicts:     260000 | #Constraints:      20887
167.62/168.10	c #Conflicts:     261000 | #Constraints:      21887
167.62/168.10	c #Conflicts:     262000 | #Constraints:      22887
167.62/168.10	c #Conflicts:     263000 | #Constraints:      23890
167.62/168.10	c #Conflicts:     264000 | #Constraints:      24976
167.62/168.10	c bounds 1042 >= 997 @ 165.143
173.70/174.27	c #Conflicts:     265000 | #Constraints:      26011
173.70/174.27	c #Conflicts:     266000 | #Constraints:      27011
173.70/174.27	c INPROCESSING
173.70/174.27	c GARBAGE COLLECT
173.70/174.27	c rational objective 997
175.09/175.63	c #Conflicts:     267000 | #Constraints:      17644
175.09/175.63	c #Conflicts:     268000 | #Constraints:      18647
175.09/175.63	c #Conflicts:     269000 | #Constraints:      19724
175.09/175.63	c bounds 1041 >= 997 @ 172.621
175.89/176.40	c #Conflicts:     270000 | #Constraints:      20763
175.89/176.40	c bounds 1040 >= 997 @ 173.383
176.50/177.04	c #Conflicts:     271000 | #Constraints:      21808
176.50/177.04	c bounds 1039 >= 997 @ 174.01
176.59/177.19	WSVECS04 Frhs2[147]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[148]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[170]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[205]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[236]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[422]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[523]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[543]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[568]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[593]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[599]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[609]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[629]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[643]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[656]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[727]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[744]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[756]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[769]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[781]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[807]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[832]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[833]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[847]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[851]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[857]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[859]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[863]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[877]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[881]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[893]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[896]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[913]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[915]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[921]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[948]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[992]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1040]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1122]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1162]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1171]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1242]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1259]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1330]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1369]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1464]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1553]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1588]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1620]: 6 -1.00003 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1679]: 6 -1.00002 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1949]: 6 -1.00001 0 shouldn't be
176.59/177.19	WSVECS04 Frhs2[1954]: 6 -1.00001 0 shouldn't be
191.85/192.41	c #Conflicts:     272000 | #Constraints:      22833
191.85/192.41	c #Conflicts:     273000 | #Constraints:      23833
191.85/192.41	c #Conflicts:     274000 | #Constraints:      24833
191.85/192.41	c #Conflicts:     275000 | #Constraints:      25833
191.85/192.41	c #Conflicts:     276000 | #Constraints:      26833
191.85/192.41	c #Conflicts:     277000 | #Constraints:      27833
191.85/192.41	c INPROCESSING
191.85/192.41	c GARBAGE COLLECT
191.85/192.41	c rational objective 997
200.82/201.49	c #Conflicts:     278000 | #Constraints:      18248
200.82/201.49	c #Conflicts:     279000 | #Constraints:      19291
200.82/201.49	c #Conflicts:     280000 | #Constraints:      20343
200.82/201.49	c #Conflicts:     281000 | #Constraints:      21421
200.82/201.49	c #Conflicts:     282000 | #Constraints:      22497
200.82/201.49	c #Conflicts:     283000 | #Constraints:      23582
200.82/201.49	c #Conflicts:     284000 | #Constraints:      24646
200.82/201.49	c #Conflicts:     285000 | #Constraints:      25709
200.82/201.49	c #Conflicts:     286000 | #Constraints:      26752
200.82/201.49	c #Conflicts:     287000 | #Constraints:      27791
200.82/201.49	c #Conflicts:     288000 | #Constraints:      28850
200.82/201.49	c INPROCESSING
200.82/201.49	c GARBAGE COLLECT
200.82/201.49	c rational objective 997
209.11/209.76	c #Conflicts:     289000 | #Constraints:      18815
209.11/209.76	c #Conflicts:     290000 | #Constraints:      19821
209.11/209.76	c #Conflicts:     291000 | #Constraints:      20855
209.11/209.76	c #Conflicts:     292000 | #Constraints:      21892
209.11/209.76	c #Conflicts:     293000 | #Constraints:      22933
209.11/209.76	c #Conflicts:     294000 | #Constraints:      23962
209.11/209.76	c #Conflicts:     295000 | #Constraints:      25014
209.11/209.76	c #Conflicts:     296000 | #Constraints:      26062
209.11/209.76	c #Conflicts:     297000 | #Constraints:      27144
209.11/209.76	c #Conflicts:     298000 | #Constraints:      28215
209.11/209.76	c #Conflicts:     299000 | #Constraints:      29263
209.11/209.76	c INPROCESSING
209.11/209.76	c GARBAGE COLLECT
209.11/209.76	c rational objective 997
215.79/216.41	c #Conflicts:     300000 | #Constraints:      19012
215.79/216.41	c #Conflicts:     301000 | #Constraints:      20012
215.79/216.41	c #Conflicts:     302000 | #Constraints:      21012
215.79/216.41	c #Conflicts:     303000 | #Constraints:      22012
215.79/216.41	c #Conflicts:     304000 | #Constraints:      23012
215.79/216.41	c #Conflicts:     305000 | #Constraints:      24012
215.79/216.41	c #Conflicts:     306000 | #Constraints:      25012
215.79/216.41	c #Conflicts:     307000 | #Constraints:      26012
215.79/216.41	c #Conflicts:     308000 | #Constraints:      27012
215.79/216.41	c #Conflicts:     309000 | #Constraints:      28012
215.79/216.41	c #Conflicts:     310000 | #Constraints:      29012
215.79/216.41	c INPROCESSING
215.79/216.41	c GARBAGE COLLECT
215.79/216.41	c rational objective 997
222.27/222.93	c #Conflicts:     311000 | #Constraints:      18860
222.27/222.93	c #Conflicts:     312000 | #Constraints:      19860
222.27/222.93	c #Conflicts:     313000 | #Constraints:      20860
222.27/222.93	c #Conflicts:     314000 | #Constraints:      21860
222.27/222.93	c #Conflicts:     315000 | #Constraints:      22860
222.27/222.93	c #Conflicts:     316000 | #Constraints:      23860
222.27/222.93	c #Conflicts:     317000 | #Constraints:      24860
222.27/222.93	c #Conflicts:     318000 | #Constraints:      25860
222.27/222.93	c #Conflicts:     319000 | #Constraints:      26860
222.27/222.93	c #Conflicts:     320000 | #Constraints:      27860
222.27/222.93	c #Conflicts:     321000 | #Constraints:      28860
222.27/222.93	c INPROCESSING
222.27/222.93	c GARBAGE COLLECT
222.27/222.93	c rational objective 997
230.55/231.29	c #Conflicts:     322000 | #Constraints:      18385
230.55/231.29	c #Conflicts:     323000 | #Constraints:      19408
230.55/231.29	c #Conflicts:     324000 | #Constraints:      20433
230.55/231.29	c #Conflicts:     325000 | #Constraints:      21493
230.55/231.29	c #Conflicts:     326000 | #Constraints:      22530
230.55/231.29	c #Conflicts:     327000 | #Constraints:      23561
230.55/231.29	c #Conflicts:     328000 | #Constraints:      24598
230.55/231.29	c #Conflicts:     329000 | #Constraints:      25635
230.55/231.29	c #Conflicts:     330000 | #Constraints:      26689
230.55/231.29	c #Conflicts:     331000 | #Constraints:      27729
230.55/231.29	c #Conflicts:     332000 | #Constraints:      28780
230.55/231.29	c #Conflicts:     333000 | #Constraints:      29814
230.55/231.29	c INPROCESSING
230.55/231.29	c GARBAGE COLLECT
230.55/231.29	c rational objective 997
238.33/239.06	c #Conflicts:     334000 | #Constraints:      19189
238.33/239.06	c #Conflicts:     335000 | #Constraints:      20189
238.33/239.06	c #Conflicts:     336000 | #Constraints:      21189
238.33/239.06	c #Conflicts:     337000 | #Constraints:      22189
238.33/239.06	c #Conflicts:     338000 | #Constraints:      23189
238.33/239.06	c #Conflicts:     339000 | #Constraints:      24189
238.33/239.06	c #Conflicts:     340000 | #Constraints:      25189
238.33/239.06	c #Conflicts:     341000 | #Constraints:      26189
238.33/239.06	c #Conflicts:     342000 | #Constraints:      27189
238.33/239.06	c #Conflicts:     343000 | #Constraints:      28189
238.33/239.06	c #Conflicts:     344000 | #Constraints:      29189
238.33/239.06	c #Conflicts:     345000 | #Constraints:      30189
238.33/239.06	c INPROCESSING
238.33/239.06	c GARBAGE COLLECT
238.33/239.06	c rational objective 997
245.42/246.10	c #Conflicts:     346000 | #Constraints:      19539
245.42/246.10	c #Conflicts:     347000 | #Constraints:      20539
245.42/246.10	c #Conflicts:     348000 | #Constraints:      21539
245.42/246.10	c #Conflicts:     349000 | #Constraints:      22539
245.42/246.10	c #Conflicts:     350000 | #Constraints:      23539
245.42/246.10	c #Conflicts:     351000 | #Constraints:      24539
245.42/246.10	c #Conflicts:     352000 | #Constraints:      25539
245.42/246.10	c #Conflicts:     353000 | #Constraints:      26539
245.42/246.10	c #Conflicts:     354000 | #Constraints:      27539
245.42/246.10	c #Conflicts:     355000 | #Constraints:      28539
245.42/246.10	c #Conflicts:     356000 | #Constraints:      29539
245.42/246.10	c #Conflicts:     357000 | #Constraints:      30539
245.42/246.10	c INPROCESSING
245.42/246.10	c GARBAGE COLLECT
245.42/246.10	c rational objective 997
256.48/257.25	c #Conflicts:     358000 | #Constraints:      19732
256.48/257.25	c #Conflicts:     359000 | #Constraints:      20811
256.48/257.25	c #Conflicts:     360000 | #Constraints:      21903
256.48/257.25	c #Conflicts:     361000 | #Constraints:      22976
256.48/257.25	c #Conflicts:     362000 | #Constraints:      24039
256.48/257.25	c #Conflicts:     363000 | #Constraints:      25110
256.48/257.25	c #Conflicts:     364000 | #Constraints:      26169
256.48/257.25	c #Conflicts:     365000 | #Constraints:      27230
256.48/257.25	c #Conflicts:     366000 | #Constraints:      28281
256.48/257.25	c #Conflicts:     367000 | #Constraints:      29347
256.48/257.25	c #Conflicts:     368000 | #Constraints:      30412
256.48/257.25	c #Conflicts:     369000 | #Constraints:      31447
256.48/257.25	c INPROCESSING
256.48/257.25	c GARBAGE COLLECT
256.48/257.25	c rational objective 997
264.06/264.80	c #Conflicts:     370000 | #Constraints:      19983
264.06/264.80	c #Conflicts:     371000 | #Constraints:      20983
264.06/264.80	c #Conflicts:     372000 | #Constraints:      21983
264.06/264.80	c #Conflicts:     373000 | #Constraints:      22983
264.06/264.80	c #Conflicts:     374000 | #Constraints:      23983
264.06/264.80	c #Conflicts:     375000 | #Constraints:      24983
264.06/264.80	c #Conflicts:     376000 | #Constraints:      25983
264.06/264.80	c #Conflicts:     377000 | #Constraints:      26983
264.06/264.80	c #Conflicts:     378000 | #Constraints:      27983
264.06/264.80	c #Conflicts:     379000 | #Constraints:      28983
264.06/264.80	c #Conflicts:     380000 | #Constraints:      29983
264.06/264.80	c #Conflicts:     381000 | #Constraints:      30983
264.06/264.80	c INPROCESSING
264.06/264.80	c GARBAGE COLLECT
264.06/264.80	c rational objective 997
266.36/267.13	c #Conflicts:     382000 | #Constraints:      19640
266.36/267.13	c #Conflicts:     383000 | #Constraints:      20640
266.36/267.13	c #Conflicts:     384000 | #Constraints:      21640
266.36/267.13	c #Conflicts:     385000 | #Constraints:      22640
266.36/267.13	c #Conflicts:     386000 | #Constraints:      23640
266.36/267.13	c bounds 1039 >= 998 @ 262.941
271.73/272.54	c #Conflicts:     387000 | #Constraints:      24711
271.73/272.54	c #Conflicts:     388000 | #Constraints:      25755
271.73/272.54	c #Conflicts:     389000 | #Constraints:      26808
271.73/272.54	c #Conflicts:     390000 | #Constraints:      27863
271.73/272.54	c #Conflicts:     391000 | #Constraints:      28911
271.73/272.54	c #Conflicts:     392000 | #Constraints:      29966
271.73/272.54	c #Conflicts:     393000 | #Constraints:      31021
271.73/272.54	c #Conflicts:     394000 | #Constraints:      32057
271.73/272.54	c INPROCESSING
271.73/272.54	c GARBAGE COLLECT
271.73/272.54	c rational objective 998
280.32/281.18	c #Conflicts:     395000 | #Constraints:      20333
280.32/281.18	c #Conflicts:     396000 | #Constraints:      21333
280.32/281.18	c #Conflicts:     397000 | #Constraints:      22333
280.32/281.18	c #Conflicts:     398000 | #Constraints:      23333
280.32/281.18	c #Conflicts:     399000 | #Constraints:      24333
280.32/281.18	c #Conflicts:     400000 | #Constraints:      25333
280.32/281.18	c #Conflicts:     401000 | #Constraints:      26333
280.32/281.18	c #Conflicts:     402000 | #Constraints:      27333
280.32/281.18	c #Conflicts:     403000 | #Constraints:      28333
280.32/281.18	c #Conflicts:     404000 | #Constraints:      29333
280.32/281.18	c #Conflicts:     405000 | #Constraints:      30333
280.32/281.18	c #Conflicts:     406000 | #Constraints:      31333
280.32/281.18	c #Conflicts:     407000 | #Constraints:      32333
280.32/281.18	c INPROCESSING
280.32/281.18	c GARBAGE COLLECT
280.32/281.18	c rational objective 998
292.39/293.27	c #Conflicts:     408000 | #Constraints:      20627
292.39/293.27	c #Conflicts:     409000 | #Constraints:      21686
292.39/293.27	c #Conflicts:     410000 | #Constraints:      22756
292.39/293.27	c #Conflicts:     411000 | #Constraints:      23816
292.39/293.27	c #Conflicts:     412000 | #Constraints:      24877
292.39/293.27	c #Conflicts:     413000 | #Constraints:      25945
292.39/293.27	c #Conflicts:     414000 | #Constraints:      26989
292.39/293.27	c #Conflicts:     415000 | #Constraints:      28033
292.39/293.27	c #Conflicts:     416000 | #Constraints:      29064
292.39/293.27	c #Conflicts:     417000 | #Constraints:      30107
292.39/293.27	c #Conflicts:     418000 | #Constraints:      31135
292.39/293.27	c #Conflicts:     419000 | #Constraints:      32179
292.39/293.27	c #Conflicts:     420000 | #Constraints:      33210
292.39/293.27	c INPROCESSING
292.39/293.27	c GARBAGE COLLECT
292.39/293.27	c rational objective 998
301.56/302.44	c #Conflicts:     421000 | #Constraints:      21009
301.56/302.44	c #Conflicts:     422000 | #Constraints:      22009
301.56/302.44	c #Conflicts:     423000 | #Constraints:      23009
301.56/302.44	c #Conflicts:     424000 | #Constraints:      24009
301.56/302.44	c #Conflicts:     425000 | #Constraints:      25009
301.56/302.44	c #Conflicts:     426000 | #Constraints:      26009
301.56/302.44	c #Conflicts:     427000 | #Constraints:      27009
301.56/302.44	c #Conflicts:     428000 | #Constraints:      28009
301.56/302.44	c #Conflicts:     429000 | #Constraints:      29009
301.56/302.44	c #Conflicts:     430000 | #Constraints:      30009
301.56/302.44	c #Conflicts:     431000 | #Constraints:      31009
301.56/302.44	c #Conflicts:     432000 | #Constraints:      32009
301.56/302.44	c #Conflicts:     433000 | #Constraints:      33009
301.56/302.44	c INPROCESSING
301.56/302.44	c GARBAGE COLLECT
301.56/302.44	c rational objective 998
309.34/310.21	c #Conflicts:     434000 | #Constraints:      20891
309.34/310.21	c #Conflicts:     435000 | #Constraints:      21891
309.34/310.21	c #Conflicts:     436000 | #Constraints:      22891
309.34/310.21	c #Conflicts:     437000 | #Constraints:      23891
309.34/310.21	c #Conflicts:     438000 | #Constraints:      24891
309.34/310.21	c #Conflicts:     439000 | #Constraints:      25891
309.34/310.21	c #Conflicts:     440000 | #Constraints:      26891
309.34/310.21	c #Conflicts:     441000 | #Constraints:      27891
309.34/310.21	c #Conflicts:     442000 | #Constraints:      28891
309.34/310.21	c #Conflicts:     443000 | #Constraints:      29891
309.34/310.21	c #Conflicts:     444000 | #Constraints:      30891
309.34/310.21	c #Conflicts:     445000 | #Constraints:      31891
309.34/310.21	c #Conflicts:     446000 | #Constraints:      32891
309.34/310.21	c INPROCESSING
309.34/310.21	c GARBAGE COLLECT
309.34/310.21	c rational objective 998
329.10/330.04	c #Conflicts:     447000 | #Constraints:      20624
329.10/330.04	c #Conflicts:     448000 | #Constraints:      21624
329.10/330.04	c #Conflicts:     449000 | #Constraints:      22624
329.10/330.04	c #Conflicts:     450000 | #Constraints:      23624
329.10/330.04	c #Conflicts:     451000 | #Constraints:      24641
329.10/330.04	c #Conflicts:     452000 | #Constraints:      25665
329.10/330.04	c #Conflicts:     453000 | #Constraints:      26686
329.10/330.04	c #Conflicts:     454000 | #Constraints:      27708
329.10/330.04	c #Conflicts:     455000 | #Constraints:      28735
329.10/330.04	c #Conflicts:     456000 | #Constraints:      29763
329.10/330.04	c #Conflicts:     457000 | #Constraints:      30792
329.10/330.04	c #Conflicts:     458000 | #Constraints:      31808
329.10/330.04	c #Conflicts:     459000 | #Constraints:      32830
329.10/330.04	c #Conflicts:     460000 | #Constraints:      33848
329.10/330.04	c INPROCESSING
329.10/330.04	c GARBAGE COLLECT
329.10/330.04	c rational objective 998
337.27/338.20	c #Conflicts:     461000 | #Constraints:      21235
337.27/338.20	c #Conflicts:     462000 | #Constraints:      22235
337.27/338.20	c #Conflicts:     463000 | #Constraints:      23235
337.27/338.20	c #Conflicts:     464000 | #Constraints:      24235
337.27/338.20	c #Conflicts:     465000 | #Constraints:      25235
337.27/338.20	c #Conflicts:     466000 | #Constraints:      26235
337.27/338.20	c #Conflicts:     467000 | #Constraints:      27235
337.27/338.20	c #Conflicts:     468000 | #Constraints:      28235
337.27/338.20	c #Conflicts:     469000 | #Constraints:      29235
337.27/338.20	c #Conflicts:     470000 | #Constraints:      30235
337.27/338.20	c #Conflicts:     471000 | #Constraints:      31235
337.27/338.20	c #Conflicts:     472000 | #Constraints:      32235
337.27/338.20	c #Conflicts:     473000 | #Constraints:      33235
337.27/338.20	c #Conflicts:     474000 | #Constraints:      34235
337.27/338.20	c INPROCESSING
337.27/338.20	c GARBAGE COLLECT
337.27/338.20	c rational objective 998
345.55/346.51	c #Conflicts:     475000 | #Constraints:      21601
345.55/346.51	c #Conflicts:     476000 | #Constraints:      22601
345.55/346.51	c #Conflicts:     477000 | #Constraints:      23601
345.55/346.51	c #Conflicts:     478000 | #Constraints:      24601
345.55/346.51	c #Conflicts:     479000 | #Constraints:      25601
345.55/346.51	c #Conflicts:     480000 | #Constraints:      26601
345.55/346.51	c #Conflicts:     481000 | #Constraints:      27601
345.55/346.51	c #Conflicts:     482000 | #Constraints:      28601
345.55/346.51	c #Conflicts:     483000 | #Constraints:      29601
345.55/346.51	c #Conflicts:     484000 | #Constraints:      30601
345.55/346.51	c #Conflicts:     485000 | #Constraints:      31601
345.55/346.51	c #Conflicts:     486000 | #Constraints:      32601
345.55/346.51	c #Conflicts:     487000 | #Constraints:      33601
345.55/346.51	c #Conflicts:     488000 | #Constraints:      34601
345.55/346.51	c INPROCESSING
345.55/346.51	c GARBAGE COLLECT
345.55/346.51	c rational objective 998
354.04/355.05	c #Conflicts:     489000 | #Constraints:      21772
354.04/355.05	c #Conflicts:     490000 | #Constraints:      22772
354.04/355.05	c #Conflicts:     491000 | #Constraints:      23772
354.04/355.05	c #Conflicts:     492000 | #Constraints:      24772
354.04/355.05	c #Conflicts:     493000 | #Constraints:      25772
354.04/355.05	c #Conflicts:     494000 | #Constraints:      26772
354.04/355.05	c #Conflicts:     495000 | #Constraints:      27772
354.04/355.05	c #Conflicts:     496000 | #Constraints:      28772
354.04/355.05	c #Conflicts:     497000 | #Constraints:      29772
354.04/355.05	c #Conflicts:     498000 | #Constraints:      30772
354.04/355.05	c #Conflicts:     499000 | #Constraints:      31772
354.04/355.05	c #Conflicts:     500000 | #Constraints:      32772
354.04/355.05	c #Conflicts:     501000 | #Constraints:      33772
354.04/355.05	c #Conflicts:     502000 | #Constraints:      34772
354.04/355.05	c INPROCESSING
354.04/355.05	c GARBAGE COLLECT
354.04/355.05	c rational objective 998
362.61/363.69	c #Conflicts:     503000 | #Constraints:      21762
362.61/363.69	c #Conflicts:     504000 | #Constraints:      22762
362.61/363.69	c #Conflicts:     505000 | #Constraints:      23762
362.61/363.69	c #Conflicts:     506000 | #Constraints:      24762
362.61/363.69	c #Conflicts:     507000 | #Constraints:      25762
362.61/363.69	c #Conflicts:     508000 | #Constraints:      26762
362.61/363.69	c #Conflicts:     509000 | #Constraints:      27762
362.61/363.69	c #Conflicts:     510000 | #Constraints:      28762
362.61/363.69	c #Conflicts:     511000 | #Constraints:      29762
362.61/363.69	c #Conflicts:     512000 | #Constraints:      30762
362.61/363.69	c #Conflicts:     513000 | #Constraints:      31762
362.61/363.69	c #Conflicts:     514000 | #Constraints:      32762
362.61/363.69	c #Conflicts:     515000 | #Constraints:      33762
362.61/363.69	c #Conflicts:     516000 | #Constraints:      34762
362.61/363.69	c INPROCESSING
362.61/363.69	c GARBAGE COLLECT
362.61/363.69	c rational objective 998
371.09/372.18	c #Conflicts:     517000 | #Constraints:      21564
371.09/372.18	c #Conflicts:     518000 | #Constraints:      22564
371.09/372.18	c #Conflicts:     519000 | #Constraints:      23564
371.09/372.18	c #Conflicts:     520000 | #Constraints:      24564
371.09/372.18	c #Conflicts:     521000 | #Constraints:      25564
371.09/372.18	c #Conflicts:     522000 | #Constraints:      26564
371.09/372.18	c #Conflicts:     523000 | #Constraints:      27564
371.09/372.18	c #Conflicts:     524000 | #Constraints:      28564
371.09/372.18	c #Conflicts:     525000 | #Constraints:      29564
371.09/372.18	c #Conflicts:     526000 | #Constraints:      30564
371.09/372.18	c #Conflicts:     527000 | #Constraints:      31564
371.09/372.18	c #Conflicts:     528000 | #Constraints:      32564
371.09/372.18	c #Conflicts:     529000 | #Constraints:      33564
371.09/372.18	c #Conflicts:     530000 | #Constraints:      34564
371.09/372.18	c #Conflicts:     531000 | #Constraints:      35564
371.09/372.18	c INPROCESSING
371.09/372.18	c GARBAGE COLLECT
371.09/372.18	c rational objective 998
384.96/386.08	c #Conflicts:     532000 | #Constraints:      22178
384.96/386.08	c #Conflicts:     533000 | #Constraints:      23178
384.96/386.08	c #Conflicts:     534000 | #Constraints:      24178
384.96/386.08	c #Conflicts:     535000 | #Constraints:      25178
384.96/386.08	c #Conflicts:     536000 | #Constraints:      26202
384.96/386.08	c #Conflicts:     537000 | #Constraints:      27280
384.96/386.08	c #Conflicts:     538000 | #Constraints:      28339
384.96/386.08	c #Conflicts:     539000 | #Constraints:      29395
384.96/386.08	c #Conflicts:     540000 | #Constraints:      30443
384.96/386.08	c #Conflicts:     541000 | #Constraints:      31488
384.96/386.08	c #Conflicts:     542000 | #Constraints:      32526
384.96/386.08	c #Conflicts:     543000 | #Constraints:      33560
384.96/386.08	c #Conflicts:     544000 | #Constraints:      34587
384.96/386.08	c #Conflicts:     545000 | #Constraints:      35624
384.96/386.08	c #Conflicts:     546000 | #Constraints:      36661
384.96/386.08	c INPROCESSING
384.96/386.08	c GARBAGE COLLECT
384.96/386.08	c rational objective 998
395.04/396.14	c #Conflicts:     547000 | #Constraints:      22734
395.04/396.14	c #Conflicts:     548000 | #Constraints:      23734
395.04/396.14	c #Conflicts:     549000 | #Constraints:      24734
395.04/396.14	c #Conflicts:     550000 | #Constraints:      25734
395.04/396.14	c #Conflicts:     551000 | #Constraints:      26734
395.04/396.14	c #Conflicts:     552000 | #Constraints:      27734
395.04/396.14	c #Conflicts:     553000 | #Constraints:      28734
395.04/396.14	c #Conflicts:     554000 | #Constraints:      29734
395.04/396.14	c #Conflicts:     555000 | #Constraints:      30734
395.04/396.14	c #Conflicts:     556000 | #Constraints:      31734
395.04/396.14	c #Conflicts:     557000 | #Constraints:      32734
395.04/396.14	c #Conflicts:     558000 | #Constraints:      33734
395.04/396.14	c #Conflicts:     559000 | #Constraints:      34734
395.04/396.14	c #Conflicts:     560000 | #Constraints:      35734
395.04/396.14	c #Conflicts:     561000 | #Constraints:      36734
395.04/396.14	c INPROCESSING
395.04/396.14	c GARBAGE COLLECT
395.04/396.14	c rational objective 998
405.10/406.25	c #Conflicts:     562000 | #Constraints:      22845
405.10/406.25	c #Conflicts:     563000 | #Constraints:      23845
405.10/406.25	c #Conflicts:     564000 | #Constraints:      24845
405.10/406.25	c #Conflicts:     565000 | #Constraints:      25845
405.10/406.25	c #Conflicts:     566000 | #Constraints:      26845
405.10/406.25	c #Conflicts:     567000 | #Constraints:      27845
405.10/406.25	c #Conflicts:     568000 | #Constraints:      28845
405.10/406.25	c #Conflicts:     569000 | #Constraints:      29845
405.10/406.25	c #Conflicts:     570000 | #Constraints:      30845
405.10/406.25	c #Conflicts:     571000 | #Constraints:      31846
405.10/406.25	c #Conflicts:     572000 | #Constraints:      32846
405.10/406.25	c #Conflicts:     573000 | #Constraints:      33847
405.10/406.25	c #Conflicts:     574000 | #Constraints:      34847
405.10/406.25	c #Conflicts:     575000 | #Constraints:      35848
405.10/406.25	c #Conflicts:     576000 | #Constraints:      36848
405.10/406.25	c INPROCESSING
405.10/406.25	c GARBAGE COLLECT
405.10/406.25	c rational objective 998
417.57/418.75	c #Conflicts:     577000 | #Constraints:      22795
417.57/418.75	c #Conflicts:     578000 | #Constraints:      23822
417.57/418.75	c #Conflicts:     579000 | #Constraints:      24874
417.57/418.75	c #Conflicts:     580000 | #Constraints:      25929
417.57/418.75	c #Conflicts:     581000 | #Constraints:      26996
417.57/418.75	c #Conflicts:     582000 | #Constraints:      28056
417.57/418.75	c #Conflicts:     583000 | #Constraints:      29112
417.57/418.75	c #Conflicts:     584000 | #Constraints:      30147
417.57/418.75	c #Conflicts:     585000 | #Constraints:      31190
417.57/418.75	c #Conflicts:     586000 | #Constraints:      32217
417.57/418.75	c #Conflicts:     587000 | #Constraints:      33247
417.57/418.75	c #Conflicts:     588000 | #Constraints:      34277
417.57/418.75	c #Conflicts:     589000 | #Constraints:      35315
417.57/418.75	c #Conflicts:     590000 | #Constraints:      36355
417.57/418.75	c #Conflicts:     591000 | #Constraints:      37395
417.57/418.75	c INPROCESSING
417.57/418.75	c GARBAGE COLLECT
417.57/418.75	c rational objective 998
428.35/429.57	c #Conflicts:     592000 | #Constraints:      22800
428.35/429.57	c #Conflicts:     593000 | #Constraints:      23800
428.35/429.57	c #Conflicts:     594000 | #Constraints:      24800
428.35/429.57	c #Conflicts:     595000 | #Constraints:      25800
428.35/429.57	c #Conflicts:     596000 | #Constraints:      26800
428.35/429.57	c #Conflicts:     597000 | #Constraints:      27800
428.35/429.57	c #Conflicts:     598000 | #Constraints:      28800
428.35/429.57	c #Conflicts:     599000 | #Constraints:      29800
428.35/429.57	c #Conflicts:     600000 | #Constraints:      30800
428.35/429.57	c #Conflicts:     601000 | #Constraints:      31800
428.35/429.57	c #Conflicts:     602000 | #Constraints:      32800
428.35/429.57	c #Conflicts:     603000 | #Constraints:      33800
428.35/429.57	c #Conflicts:     604000 | #Constraints:      34800
428.35/429.57	c #Conflicts:     605000 | #Constraints:      35800
428.35/429.57	c #Conflicts:     606000 | #Constraints:      36800
428.35/429.57	c #Conflicts:     607000 | #Constraints:      37800
428.35/429.57	c INPROCESSING
428.35/429.57	c GARBAGE COLLECT
428.35/429.57	c rational objective 998
438.31/439.57	c #Conflicts:     608000 | #Constraints:      23284
438.31/439.57	c #Conflicts:     609000 | #Constraints:      24284
438.31/439.57	c #Conflicts:     610000 | #Constraints:      25284
438.31/439.57	c #Conflicts:     611000 | #Constraints:      26284
438.31/439.57	c #Conflicts:     612000 | #Constraints:      27284
438.31/439.57	c #Conflicts:     613000 | #Constraints:      28284
438.31/439.57	c #Conflicts:     614000 | #Constraints:      29284
438.31/439.57	c #Conflicts:     615000 | #Constraints:      30284
438.31/439.57	c #Conflicts:     616000 | #Constraints:      31284
438.31/439.57	c #Conflicts:     617000 | #Constraints:      32285
438.31/439.57	c #Conflicts:     618000 | #Constraints:      33285
438.31/439.57	c #Conflicts:     619000 | #Constraints:      34286
438.31/439.57	c #Conflicts:     620000 | #Constraints:      35287
438.31/439.57	c #Conflicts:     621000 | #Constraints:      36287
438.31/439.57	c #Conflicts:     622000 | #Constraints:      37288
438.31/439.57	c #Conflicts:     623000 | #Constraints:      38288
438.31/439.57	c INPROCESSING
438.31/439.57	c GARBAGE COLLECT
438.31/439.57	c rational objective 998
452.67/453.91	c #Conflicts:     624000 | #Constraints:      23611
452.67/453.91	c #Conflicts:     625000 | #Constraints:      24670
452.67/453.91	c #Conflicts:     626000 | #Constraints:      25748
452.67/453.91	c #Conflicts:     627000 | #Constraints:      26829
452.67/453.91	c #Conflicts:     628000 | #Constraints:      27904
452.67/453.91	c #Conflicts:     629000 | #Constraints:      28951
452.67/453.91	c #Conflicts:     630000 | #Constraints:      29981
452.67/453.91	c #Conflicts:     631000 | #Constraints:      31014
452.67/453.91	c #Conflicts:     632000 | #Constraints:      32052
452.67/453.91	c #Conflicts:     633000 | #Constraints:      33073
452.67/453.91	c #Conflicts:     634000 | #Constraints:      34104
452.67/453.91	c #Conflicts:     635000 | #Constraints:      35146
452.67/453.91	c #Conflicts:     636000 | #Constraints:      36171
452.67/453.91	c #Conflicts:     637000 | #Constraints:      37209
452.67/453.91	c #Conflicts:     638000 | #Constraints:      38256
452.67/453.91	c #Conflicts:     639000 | #Constraints:      39294
452.67/453.91	c INPROCESSING
452.67/453.91	c GARBAGE COLLECT
452.67/453.91	c rational objective 998
464.15/465.43	c #Conflicts:     640000 | #Constraints:      24017
464.15/465.43	c #Conflicts:     641000 | #Constraints:      25017
464.15/465.43	c #Conflicts:     642000 | #Constraints:      26017
464.15/465.43	c #Conflicts:     643000 | #Constraints:      27017
464.15/465.43	c #Conflicts:     644000 | #Constraints:      28017
464.15/465.43	c #Conflicts:     645000 | #Constraints:      29017
464.15/465.43	c #Conflicts:     646000 | #Constraints:      30017
464.15/465.43	c #Conflicts:     647000 | #Constraints:      31017
464.15/465.43	c #Conflicts:     648000 | #Constraints:      32017
464.15/465.43	c #Conflicts:     649000 | #Constraints:      33017
464.15/465.43	c #Conflicts:     650000 | #Constraints:      34017
464.15/465.43	c #Conflicts:     651000 | #Constraints:      35017
464.15/465.43	c #Conflicts:     652000 | #Constraints:      36018
464.15/465.43	c #Conflicts:     653000 | #Constraints:      37018
464.15/465.43	c #Conflicts:     654000 | #Constraints:      38019
464.15/465.43	c #Conflicts:     655000 | #Constraints:      39019
464.15/465.43	c INPROCESSING
464.15/465.43	c GARBAGE COLLECT
464.15/465.43	c rational objective 998
475.21/476.57	c #Conflicts:     656000 | #Constraints:      23913
475.21/476.57	c #Conflicts:     657000 | #Constraints:      24913
475.21/476.57	c #Conflicts:     658000 | #Constraints:      25913
475.21/476.57	c #Conflicts:     659000 | #Constraints:      26913
475.21/476.57	c #Conflicts:     660000 | #Constraints:      27913
475.21/476.57	c #Conflicts:     661000 | #Constraints:      28913
475.21/476.57	c #Conflicts:     662000 | #Constraints:      29913
475.21/476.57	c #Conflicts:     663000 | #Constraints:      30913
475.21/476.57	c #Conflicts:     664000 | #Constraints:      31913
475.21/476.57	c #Conflicts:     665000 | #Constraints:      32913
475.21/476.57	c #Conflicts:     666000 | #Constraints:      33913
475.21/476.57	c #Conflicts:     667000 | #Constraints:      34913
475.21/476.57	c #Conflicts:     668000 | #Constraints:      35913
475.21/476.57	c #Conflicts:     669000 | #Constraints:      36913
475.21/476.57	c #Conflicts:     670000 | #Constraints:      37913
475.21/476.57	c #Conflicts:     671000 | #Constraints:      38913
475.21/476.57	c INPROCESSING
475.21/476.57	c GARBAGE COLLECT
475.21/476.57	c rational objective 998
487.69/489.08	c #Conflicts:     672000 | #Constraints:      23655
487.69/489.08	c #Conflicts:     673000 | #Constraints:      24656
487.69/489.08	c #Conflicts:     674000 | #Constraints:      25707
487.69/489.08	c #Conflicts:     675000 | #Constraints:      26795
487.69/489.08	c #Conflicts:     676000 | #Constraints:      27857
487.69/489.08	c #Conflicts:     677000 | #Constraints:      28919
487.69/489.08	c #Conflicts:     678000 | #Constraints:      29966
487.69/489.08	c #Conflicts:     679000 | #Constraints:      31011
487.69/489.08	c #Conflicts:     680000 | #Constraints:      32050
487.69/489.08	c #Conflicts:     681000 | #Constraints:      33094
487.69/489.08	c #Conflicts:     682000 | #Constraints:      34131
487.69/489.08	c #Conflicts:     683000 | #Constraints:      35172
487.69/489.08	c #Conflicts:     684000 | #Constraints:      36204
487.69/489.08	c #Conflicts:     685000 | #Constraints:      37239
487.69/489.08	c #Conflicts:     686000 | #Constraints:      38269
487.69/489.08	c #Conflicts:     687000 | #Constraints:      39297
487.69/489.08	c #Conflicts:     688000 | #Constraints:      40335
487.69/489.08	c INPROCESSING
487.69/489.08	c GARBAGE COLLECT
487.69/489.08	c rational objective 998
500.05/501.40	c #Conflicts:     689000 | #Constraints:      24444
500.05/501.40	c #Conflicts:     690000 | #Constraints:      25444
500.05/501.40	c #Conflicts:     691000 | #Constraints:      26444
500.05/501.40	c #Conflicts:     692000 | #Constraints:      27444
500.05/501.40	c #Conflicts:     693000 | #Constraints:      28444
500.05/501.40	c #Conflicts:     694000 | #Constraints:      29444
500.05/501.40	c #Conflicts:     695000 | #Constraints:      30444
500.05/501.40	c #Conflicts:     696000 | #Constraints:      31444
500.05/501.40	c #Conflicts:     697000 | #Constraints:      32444
500.05/501.40	c #Conflicts:     698000 | #Constraints:      33444
500.05/501.40	c #Conflicts:     699000 | #Constraints:      34444
500.05/501.40	c #Conflicts:     700000 | #Constraints:      35444
500.05/501.40	c #Conflicts:     701000 | #Constraints:      36444
500.05/501.40	c #Conflicts:     702000 | #Constraints:      37444
500.05/501.40	c #Conflicts:     703000 | #Constraints:      38444
500.05/501.40	c #Conflicts:     704000 | #Constraints:      39444
500.05/501.40	c #Conflicts:     705000 | #Constraints:      40444
500.05/501.40	c INPROCESSING
500.05/501.40	c GARBAGE COLLECT
500.05/501.40	c rational objective 998
512.01/513.46	c #Conflicts:     706000 | #Constraints:      24734
512.01/513.46	c #Conflicts:     707000 | #Constraints:      25734
512.01/513.46	c #Conflicts:     708000 | #Constraints:      26734
512.01/513.46	c #Conflicts:     709000 | #Constraints:      27734
512.01/513.46	c #Conflicts:     710000 | #Constraints:      28734
512.01/513.46	c #Conflicts:     711000 | #Constraints:      29760
512.01/513.46	c #Conflicts:     712000 | #Constraints:      30840
512.01/513.46	c #Conflicts:     713000 | #Constraints:      31907
512.01/513.46	c #Conflicts:     714000 | #Constraints:      32964
512.01/513.46	c #Conflicts:     715000 | #Constraints:      34003
512.01/513.46	c #Conflicts:     716000 | #Constraints:      35049
512.01/513.46	c #Conflicts:     717000 | #Constraints:      36091
512.01/513.46	c #Conflicts:     718000 | #Constraints:      37132
512.01/513.46	c #Conflicts:     719000 | #Constraints:      38164
512.01/513.46	c #Conflicts:     720000 | #Constraints:      39208
512.01/513.46	c #Conflicts:     721000 | #Constraints:      40247
512.01/513.46	c #Conflicts:     722000 | #Constraints:      41282
512.01/513.46	c INPROCESSING
512.01/513.46	c GARBAGE COLLECT
512.01/513.46	c rational objective 998
524.19/525.62	c #Conflicts:     723000 | #Constraints:      25074
524.19/525.62	c #Conflicts:     724000 | #Constraints:      26074
524.19/525.62	c #Conflicts:     725000 | #Constraints:      27074
524.19/525.62	c #Conflicts:     726000 | #Constraints:      28074
524.19/525.62	c #Conflicts:     727000 | #Constraints:      29074
524.19/525.62	c #Conflicts:     728000 | #Constraints:      30074
524.19/525.62	c #Conflicts:     729000 | #Constraints:      31074
524.19/525.62	c #Conflicts:     730000 | #Constraints:      32074
524.19/525.62	c #Conflicts:     731000 | #Constraints:      33074
524.19/525.62	c #Conflicts:     732000 | #Constraints:      34074
524.19/525.62	c #Conflicts:     733000 | #Constraints:      35074
524.19/525.62	c #Conflicts:     734000 | #Constraints:      36074
524.19/525.62	c #Conflicts:     735000 | #Constraints:      37074
524.19/525.62	c #Conflicts:     736000 | #Constraints:      38074
524.19/525.62	c #Conflicts:     737000 | #Constraints:      39074
524.19/525.62	c #Conflicts:     738000 | #Constraints:      40074
524.19/525.62	c #Conflicts:     739000 | #Constraints:      41074
524.19/525.62	c INPROCESSING
524.19/525.62	c GARBAGE COLLECT
524.19/525.62	c rational objective 998
532.06/533.51	c #Conflicts:     740000 | #Constraints:      24941
532.06/533.51	c #Conflicts:     741000 | #Constraints:      25941
532.06/533.51	c #Conflicts:     742000 | #Constraints:      26941
532.06/533.51	c #Conflicts:     743000 | #Constraints:      27941
532.06/533.51	c #Conflicts:     744000 | #Constraints:      28941
532.06/533.51	c #Conflicts:     745000 | #Constraints:      29941
532.06/533.51	c #Conflicts:     746000 | #Constraints:      30941
532.06/533.51	c #Conflicts:     747000 | #Constraints:      31941
532.06/533.51	c #Conflicts:     748000 | #Constraints:      32941
532.06/533.51	c #Conflicts:     749000 | #Constraints:      33941
532.06/533.51	c #Conflicts:     750000 | #Constraints:      34941
532.06/533.51	c #Conflicts:     751000 | #Constraints:      35941
532.06/533.51	c bounds 1039 >= 999 @ 525.823
534.56/536.08	c #Conflicts:     752000 | #Constraints:      37016
534.56/536.08	c #Conflicts:     753000 | #Constraints:      38016
534.56/536.08	c #Conflicts:     754000 | #Constraints:      39016
534.56/536.08	c #Conflicts:     755000 | #Constraints:      40016
534.56/536.08	c #Conflicts:     756000 | #Constraints:      41040
534.56/536.08	c INPROCESSING
534.56/536.08	c GARBAGE COLLECT
534.56/536.08	c rational objective 999
548.22/549.71	c #Conflicts:     757000 | #Constraints:      24625
548.22/549.71	c #Conflicts:     758000 | #Constraints:      25625
548.22/549.71	c #Conflicts:     759000 | #Constraints:      26656
548.22/549.71	c #Conflicts:     760000 | #Constraints:      27732
548.22/549.71	c #Conflicts:     761000 | #Constraints:      28791
548.22/549.71	c #Conflicts:     762000 | #Constraints:      29843
548.22/549.71	c #Conflicts:     763000 | #Constraints:      30898
548.22/549.71	c #Conflicts:     764000 | #Constraints:      31944
548.22/549.71	c #Conflicts:     765000 | #Constraints:      32993
548.22/549.71	c #Conflicts:     766000 | #Constraints:      34046
548.22/549.71	c #Conflicts:     767000 | #Constraints:      35114
548.22/549.71	c #Conflicts:     768000 | #Constraints:      36168
548.22/549.71	c #Conflicts:     769000 | #Constraints:      37207
548.22/549.71	c #Conflicts:     770000 | #Constraints:      38238
548.22/549.71	c #Conflicts:     771000 | #Constraints:      39261
548.22/549.71	c #Conflicts:     772000 | #Constraints:      40280
548.22/549.71	c #Conflicts:     773000 | #Constraints:      41321
548.22/549.71	c #Conflicts:     774000 | #Constraints:      42360
548.22/549.71	c INPROCESSING
548.22/549.71	c GARBAGE COLLECT
548.22/549.71	c rational objective 999
560.89/562.41	c #Conflicts:     775000 | #Constraints:      25514
560.89/562.41	c #Conflicts:     776000 | #Constraints:      26514
560.89/562.41	c #Conflicts:     777000 | #Constraints:      27514
560.89/562.41	c #Conflicts:     778000 | #Constraints:      28514
560.89/562.41	c #Conflicts:     779000 | #Constraints:      29514
560.89/562.41	c #Conflicts:     780000 | #Constraints:      30514
560.89/562.41	c #Conflicts:     781000 | #Constraints:      31514
560.89/562.41	c #Conflicts:     782000 | #Constraints:      32514
560.89/562.41	c #Conflicts:     783000 | #Constraints:      33514
560.89/562.41	c #Conflicts:     784000 | #Constraints:      34514
560.89/562.41	c #Conflicts:     785000 | #Constraints:      35514
560.89/562.41	c #Conflicts:     786000 | #Constraints:      36514
560.89/562.41	c #Conflicts:     787000 | #Constraints:      37514
560.89/562.41	c #Conflicts:     788000 | #Constraints:      38514
560.89/562.41	c #Conflicts:     789000 | #Constraints:      39514
560.89/562.41	c #Conflicts:     790000 | #Constraints:      40514
560.89/562.41	c #Conflicts:     791000 | #Constraints:      41514
560.89/562.41	c #Conflicts:     792000 | #Constraints:      42514
560.89/562.41	c INPROCESSING
560.89/562.41	c GARBAGE COLLECT
560.89/562.41	c rational objective 999
573.25/574.80	c #Conflicts:     793000 | #Constraints:      25763
573.25/574.80	c #Conflicts:     794000 | #Constraints:      26763
573.25/574.80	c #Conflicts:     795000 | #Constraints:      27763
573.25/574.80	c #Conflicts:     796000 | #Constraints:      28763
573.25/574.80	c #Conflicts:     797000 | #Constraints:      29763
573.25/574.80	c #Conflicts:     798000 | #Constraints:      30763
573.25/574.80	c #Conflicts:     799000 | #Constraints:      31763
573.25/574.80	c #Conflicts:     800000 | #Constraints:      32763
573.25/574.80	c #Conflicts:     801000 | #Constraints:      33763
573.25/574.80	c #Conflicts:     802000 | #Constraints:      34763
573.25/574.80	c #Conflicts:     803000 | #Constraints:      35763
573.25/574.80	c #Conflicts:     804000 | #Constraints:      36763
573.25/574.80	c #Conflicts:     805000 | #Constraints:      37763
573.25/574.80	c #Conflicts:     806000 | #Constraints:      38763
573.25/574.80	c #Conflicts:     807000 | #Constraints:      39763
573.25/574.80	c #Conflicts:     808000 | #Constraints:      40763
573.25/574.80	c #Conflicts:     809000 | #Constraints:      41763
573.25/574.80	c #Conflicts:     810000 | #Constraints:      42763
573.25/574.80	c INPROCESSING
573.25/574.80	c GARBAGE COLLECT
573.25/574.80	c rational objective 999
588.62/590.26	c #Conflicts:     811000 | #Constraints:      25876
588.62/590.26	c #Conflicts:     812000 | #Constraints:      26876
588.62/590.26	c #Conflicts:     813000 | #Constraints:      27876
588.62/590.26	c #Conflicts:     814000 | #Constraints:      28876
588.62/590.26	c #Conflicts:     815000 | #Constraints:      29877
588.62/590.26	c #Conflicts:     816000 | #Constraints:      30940
588.62/590.26	c #Conflicts:     817000 | #Constraints:      31998
588.62/590.26	c #Conflicts:     818000 | #Constraints:      33083
588.62/590.26	c #Conflicts:     819000 | #Constraints:      34146
588.62/590.26	c #Conflicts:     820000 | #Constraints:      35210
588.62/590.26	c #Conflicts:     821000 | #Constraints:      36277
588.62/590.26	c #Conflicts:     822000 | #Constraints:      37326
588.62/590.26	c #Conflicts:     823000 | #Constraints:      38360
588.62/590.26	c #Conflicts:     824000 | #Constraints:      39388
588.62/590.26	c #Conflicts:     825000 | #Constraints:      40421
588.62/590.26	c #Conflicts:     826000 | #Constraints:      41473
588.62/590.26	c #Conflicts:     827000 | #Constraints:      42520
588.62/590.26	c #Conflicts:     828000 | #Constraints:      43561
588.62/590.26	c INPROCESSING
588.62/590.26	c GARBAGE COLLECT
588.62/590.26	c rational objective 999
601.98/603.65	c #Conflicts:     829000 | #Constraints:      26097
601.98/603.65	c #Conflicts:     830000 | #Constraints:      27097
601.98/603.65	c #Conflicts:     831000 | #Constraints:      28097
601.98/603.65	c #Conflicts:     832000 | #Constraints:      29097
601.98/603.65	c #Conflicts:     833000 | #Constraints:      30097
601.98/603.65	c #Conflicts:     834000 | #Constraints:      31097
601.98/603.65	c #Conflicts:     835000 | #Constraints:      32097
601.98/603.65	c #Conflicts:     836000 | #Constraints:      33097
601.98/603.65	c #Conflicts:     837000 | #Constraints:      34097
601.98/603.65	c #Conflicts:     838000 | #Constraints:      35097
601.98/603.65	c #Conflicts:     839000 | #Constraints:      36097
601.98/603.65	c #Conflicts:     840000 | #Constraints:      37097
601.98/603.65	c #Conflicts:     841000 | #Constraints:      38097
601.98/603.65	c #Conflicts:     842000 | #Constraints:      39097
601.98/603.65	c #Conflicts:     843000 | #Constraints:      40097
601.98/603.65	c #Conflicts:     844000 | #Constraints:      41097
601.98/603.65	c #Conflicts:     845000 | #Constraints:      42097
601.98/603.65	c #Conflicts:     846000 | #Constraints:      43097
601.98/603.65	c INPROCESSING
601.98/603.65	c GARBAGE COLLECT
601.98/603.65	c rational objective 999
614.85/616.54	c #Conflicts:     847000 | #Constraints:      25733
614.85/616.54	c #Conflicts:     848000 | #Constraints:      26733
614.85/616.54	c #Conflicts:     849000 | #Constraints:      27733
614.85/616.54	c #Conflicts:     850000 | #Constraints:      28733
614.85/616.54	c #Conflicts:     851000 | #Constraints:      29733
614.85/616.54	c #Conflicts:     852000 | #Constraints:      30733
614.85/616.54	c #Conflicts:     853000 | #Constraints:      31733
614.85/616.54	c #Conflicts:     854000 | #Constraints:      32733
614.85/616.54	c #Conflicts:     855000 | #Constraints:      33733
614.85/616.54	c #Conflicts:     856000 | #Constraints:      34733
614.85/616.54	c #Conflicts:     857000 | #Constraints:      35733
614.85/616.54	c #Conflicts:     858000 | #Constraints:      36733
614.85/616.54	c #Conflicts:     859000 | #Constraints:      37733
614.85/616.54	c #Conflicts:     860000 | #Constraints:      38733
614.85/616.54	c #Conflicts:     861000 | #Constraints:      39733
614.85/616.54	c #Conflicts:     862000 | #Constraints:      40733
614.85/616.54	c #Conflicts:     863000 | #Constraints:      41733
614.85/616.54	c #Conflicts:     864000 | #Constraints:      42733
614.85/616.54	c #Conflicts:     865000 | #Constraints:      43733
614.85/616.54	c INPROCESSING
614.85/616.54	c GARBAGE COLLECT
614.85/616.54	c rational objective 999
632.31/634.02	c #Conflicts:     866000 | #Constraints:      26252
632.31/634.02	c #Conflicts:     867000 | #Constraints:      27253
632.31/634.02	c #Conflicts:     868000 | #Constraints:      28316
632.31/634.02	c #Conflicts:     869000 | #Constraints:      29386
632.31/634.02	c #Conflicts:     870000 | #Constraints:      30457
632.31/634.02	c #Conflicts:     871000 | #Constraints:      31522
632.31/634.02	c #Conflicts:     872000 | #Constraints:      32586
632.31/634.02	c #Conflicts:     873000 | #Constraints:      33649
632.31/634.02	c #Conflicts:     874000 | #Constraints:      34707
632.31/634.02	c #Conflicts:     875000 | #Constraints:      35742
632.31/634.02	c #Conflicts:     876000 | #Constraints:      36810
632.31/634.02	c #Conflicts:     877000 | #Constraints:      37851
632.31/634.02	c #Conflicts:     878000 | #Constraints:      38910
632.31/634.02	c #Conflicts:     879000 | #Constraints:      39978
632.31/634.02	c #Conflicts:     880000 | #Constraints:      41006
632.31/634.02	c #Conflicts:     881000 | #Constraints:      42040
632.31/634.02	c #Conflicts:     882000 | #Constraints:      43084
632.31/634.02	c #Conflicts:     883000 | #Constraints:      44124
632.31/634.02	c #Conflicts:     884000 | #Constraints:      45166
632.31/634.02	c INPROCESSING
632.31/634.02	c GARBAGE COLLECT
632.31/634.02	c rational objective 999
646.08/647.88	c #Conflicts:     885000 | #Constraints:      27006
646.08/647.88	c #Conflicts:     886000 | #Constraints:      28006
646.08/647.88	c #Conflicts:     887000 | #Constraints:      29006
646.08/647.88	c #Conflicts:     888000 | #Constraints:      30006
646.08/647.88	c #Conflicts:     889000 | #Constraints:      31006
646.08/647.88	c #Conflicts:     890000 | #Constraints:      32006
646.08/647.88	c #Conflicts:     891000 | #Constraints:      33006
646.08/647.88	c #Conflicts:     892000 | #Constraints:      34006
646.08/647.88	c #Conflicts:     893000 | #Constraints:      35006
646.08/647.88	c #Conflicts:     894000 | #Constraints:      36006
646.08/647.88	c #Conflicts:     895000 | #Constraints:      37006
646.08/647.88	c #Conflicts:     896000 | #Constraints:      38006
646.08/647.88	c #Conflicts:     897000 | #Constraints:      39006
646.08/647.88	c #Conflicts:     898000 | #Constraints:      40006
646.08/647.88	c #Conflicts:     899000 | #Constraints:      41006
646.08/647.88	c #Conflicts:     900000 | #Constraints:      42006
646.08/647.88	c #Conflicts:     901000 | #Constraints:      43006
646.08/647.88	c #Conflicts:     902000 | #Constraints:      44006
646.08/647.88	c #Conflicts:     903000 | #Constraints:      45006
646.08/647.88	c INPROCESSING
646.08/647.88	c GARBAGE COLLECT
646.08/647.88	c rational objective 999
659.45/661.29	c #Conflicts:     904000 | #Constraints:      27006
659.45/661.29	c #Conflicts:     905000 | #Constraints:      28006
659.45/661.29	c #Conflicts:     906000 | #Constraints:      29006
659.45/661.29	c #Conflicts:     907000 | #Constraints:      30006
659.45/661.29	c #Conflicts:     908000 | #Constraints:      31006
659.45/661.29	c #Conflicts:     909000 | #Constraints:      32006
659.45/661.29	c #Conflicts:     910000 | #Constraints:      33006
659.45/661.29	c #Conflicts:     911000 | #Constraints:      34006
659.45/661.29	c #Conflicts:     912000 | #Constraints:      35006
659.45/661.29	c #Conflicts:     913000 | #Constraints:      36006
659.45/661.29	c #Conflicts:     914000 | #Constraints:      37006
659.45/661.29	c #Conflicts:     915000 | #Constraints:      38006
659.45/661.29	c #Conflicts:     916000 | #Constraints:      39006
659.45/661.29	c #Conflicts:     917000 | #Constraints:      40006
659.45/661.29	c #Conflicts:     918000 | #Constraints:      41006
659.45/661.29	c #Conflicts:     919000 | #Constraints:      42006
659.45/661.29	c #Conflicts:     920000 | #Constraints:      43006
659.45/661.29	c #Conflicts:     921000 | #Constraints:      44006
659.45/661.29	c #Conflicts:     922000 | #Constraints:      45006
659.45/661.29	c INPROCESSING
659.45/661.29	c GARBAGE COLLECT
659.45/661.29	c rational objective 999
676.40/678.24	c #Conflicts:     923000 | #Constraints:      26901
676.40/678.24	c #Conflicts:     924000 | #Constraints:      27901
676.40/678.24	c #Conflicts:     925000 | #Constraints:      28994
676.40/678.24	c #Conflicts:     926000 | #Constraints:      30080
676.40/678.24	c #Conflicts:     927000 | #Constraints:      31152
676.40/678.24	c #Conflicts:     928000 | #Constraints:      32220
676.40/678.24	c #Conflicts:     929000 | #Constraints:      33265
676.40/678.24	c #Conflicts:     930000 | #Constraints:      34340
676.40/678.24	c #Conflicts:     931000 | #Constraints:      35407
676.40/678.24	c #Conflicts:     932000 | #Constraints:      36465
676.40/678.24	c #Conflicts:     933000 | #Constraints:      37523
676.40/678.24	c #Conflicts:     934000 | #Constraints:      38566
676.40/678.24	c #Conflicts:     935000 | #Constraints:      39620
676.40/678.24	c #Conflicts:     936000 | #Constraints:      40661
676.40/678.24	c #Conflicts:     937000 | #Constraints:      41710
676.40/678.24	c #Conflicts:     938000 | #Constraints:      42744
676.40/678.24	c #Conflicts:     939000 | #Constraints:      43775
676.40/678.24	c #Conflicts:     940000 | #Constraints:      44805
676.40/678.24	c #Conflicts:     941000 | #Constraints:      45834
676.40/678.24	c INPROCESSING
676.40/678.24	c GARBAGE COLLECT
676.40/678.24	c rational objective 999
689.87/691.74	c #Conflicts:     942000 | #Constraints:      27062
689.87/691.74	c #Conflicts:     943000 | #Constraints:      28062
689.87/691.74	c #Conflicts:     944000 | #Constraints:      29062
689.87/691.74	c #Conflicts:     945000 | #Constraints:      30062
689.87/691.74	c #Conflicts:     946000 | #Constraints:      31062
689.87/691.74	c #Conflicts:     947000 | #Constraints:      32062
689.87/691.74	c #Conflicts:     948000 | #Constraints:      33062
689.87/691.74	c #Conflicts:     949000 | #Constraints:      34063
689.87/691.74	c #Conflicts:     950000 | #Constraints:      35063
689.87/691.74	c #Conflicts:     951000 | #Constraints:      36063
689.87/691.74	c #Conflicts:     952000 | #Constraints:      37063
689.87/691.74	c #Conflicts:     953000 | #Constraints:      38063
689.87/691.74	c #Conflicts:     954000 | #Constraints:      39063
689.87/691.74	c #Conflicts:     955000 | #Constraints:      40063
689.87/691.74	c #Conflicts:     956000 | #Constraints:      41063
689.87/691.74	c #Conflicts:     957000 | #Constraints:      42063
689.87/691.74	c #Conflicts:     958000 | #Constraints:      43063
689.87/691.74	c #Conflicts:     959000 | #Constraints:      44063
689.87/691.74	c #Conflicts:     960000 | #Constraints:      45063
689.87/691.74	c #Conflicts:     961000 | #Constraints:      46063
689.87/691.74	c INPROCESSING
689.87/691.74	c GARBAGE COLLECT
689.87/691.74	c rational objective 999
704.14/706.08	c #Conflicts:     962000 | #Constraints:      27442
704.14/706.08	c #Conflicts:     963000 | #Constraints:      28442
704.14/706.08	c #Conflicts:     964000 | #Constraints:      29442
704.14/706.08	c #Conflicts:     965000 | #Constraints:      30442
704.14/706.08	c #Conflicts:     966000 | #Constraints:      31442
704.14/706.08	c #Conflicts:     967000 | #Constraints:      32442
704.14/706.08	c #Conflicts:     968000 | #Constraints:      33442
704.14/706.08	c #Conflicts:     969000 | #Constraints:      34442
704.14/706.08	c #Conflicts:     970000 | #Constraints:      35442
704.14/706.08	c #Conflicts:     971000 | #Constraints:      36442
704.14/706.08	c #Conflicts:     972000 | #Constraints:      37442
704.14/706.08	c #Conflicts:     973000 | #Constraints:      38442
704.14/706.08	c #Conflicts:     974000 | #Constraints:      39442
704.14/706.08	c #Conflicts:     975000 | #Constraints:      40442
704.14/706.08	c #Conflicts:     976000 | #Constraints:      41442
704.14/706.08	c #Conflicts:     977000 | #Constraints:      42442
704.14/706.08	c #Conflicts:     978000 | #Constraints:      43442
704.14/706.08	c #Conflicts:     979000 | #Constraints:      44442
704.14/706.08	c #Conflicts:     980000 | #Constraints:      45442
704.14/706.08	c #Conflicts:     981000 | #Constraints:      46442
704.14/706.08	c INPROCESSING
704.14/706.08	c GARBAGE COLLECT
704.14/706.08	c rational objective 999
727.08/729.03	c #Conflicts:     982000 | #Constraints:      27759
727.08/729.03	c #Conflicts:     983000 | #Constraints:      28759
727.08/729.03	c #Conflicts:     984000 | #Constraints:      29780
727.08/729.03	c #Conflicts:     985000 | #Constraints:      30814
727.08/729.03	c #Conflicts:     986000 | #Constraints:      31832
727.08/729.03	c #Conflicts:     987000 | #Constraints:      32857
727.08/729.03	c #Conflicts:     988000 | #Constraints:      33901
727.08/729.03	c #Conflicts:     989000 | #Constraints:      34955
727.08/729.03	c #Conflicts:     990000 | #Constraints:      36004
727.08/729.03	c #Conflicts:     991000 | #Constraints:      37047
727.08/729.03	c #Conflicts:     992000 | #Constraints:      38092
727.08/729.03	c #Conflicts:     993000 | #Constraints:      39130
727.08/729.03	c #Conflicts:     994000 | #Constraints:      40175
727.08/729.03	c #Conflicts:     995000 | #Constraints:      41206
727.08/729.03	c #Conflicts:     996000 | #Constraints:      42235
727.08/729.03	c #Conflicts:     997000 | #Constraints:      43272
727.08/729.03	c #Conflicts:     998000 | #Constraints:      44304
727.08/729.03	c #Conflicts:     999000 | #Constraints:      45367
727.08/729.03	c #Conflicts:    1000000 | #Constraints:      46407
727.08/729.03	c #Conflicts:    1001000 | #Constraints:      47454
727.08/729.03	c INPROCESSING
727.08/729.03	c GARBAGE COLLECT
727.08/729.03	c rational objective 999
742.45/744.45	c #Conflicts:    1002000 | #Constraints:      28137
742.45/744.45	c #Conflicts:    1003000 | #Constraints:      29137
742.45/744.45	c #Conflicts:    1004000 | #Constraints:      30137
742.45/744.45	c #Conflicts:    1005000 | #Constraints:      31137
742.45/744.45	c #Conflicts:    1006000 | #Constraints:      32137
742.45/744.45	c #Conflicts:    1007000 | #Constraints:      33137
742.45/744.45	c #Conflicts:    1008000 | #Constraints:      34137
742.45/744.45	c #Conflicts:    1009000 | #Constraints:      35137
742.45/744.45	c #Conflicts:    1010000 | #Constraints:      36137
742.45/744.45	c #Conflicts:    1011000 | #Constraints:      37137
742.45/744.45	c #Conflicts:    1012000 | #Constraints:      38137
742.45/744.45	c #Conflicts:    1013000 | #Constraints:      39137
742.45/744.45	c #Conflicts:    1014000 | #Constraints:      40137
742.45/744.45	c #Conflicts:    1015000 | #Constraints:      41137
742.45/744.45	c #Conflicts:    1016000 | #Constraints:      42137
742.45/744.45	c #Conflicts:    1017000 | #Constraints:      43137
742.45/744.45	c #Conflicts:    1018000 | #Constraints:      44137
742.45/744.45	c #Conflicts:    1019000 | #Constraints:      45137
742.45/744.45	c #Conflicts:    1020000 | #Constraints:      46137
742.45/744.45	c #Conflicts:    1021000 | #Constraints:      47137
742.45/744.45	c INPROCESSING
742.45/744.45	c GARBAGE COLLECT
742.45/744.45	c rational objective 999
756.61/758.68	c #Conflicts:    1022000 | #Constraints:      27996
756.61/758.68	c #Conflicts:    1023000 | #Constraints:      28996
756.61/758.68	c #Conflicts:    1024000 | #Constraints:      29996
756.61/758.68	c #Conflicts:    1025000 | #Constraints:      30996
756.61/758.68	c #Conflicts:    1026000 | #Constraints:      31996
756.61/758.68	c #Conflicts:    1027000 | #Constraints:      32996
756.61/758.68	c #Conflicts:    1028000 | #Constraints:      33996
756.61/758.68	c #Conflicts:    1029000 | #Constraints:      34996
756.61/758.68	c #Conflicts:    1030000 | #Constraints:      35996
756.61/758.68	c #Conflicts:    1031000 | #Constraints:      36996
756.61/758.68	c #Conflicts:    1032000 | #Constraints:      37996
756.61/758.68	c #Conflicts:    1033000 | #Constraints:      38996
756.61/758.68	c #Conflicts:    1034000 | #Constraints:      39996
756.61/758.68	c #Conflicts:    1035000 | #Constraints:      40996
756.61/758.68	c #Conflicts:    1036000 | #Constraints:      41996
756.61/758.68	c #Conflicts:    1037000 | #Constraints:      42996
756.61/758.68	c #Conflicts:    1038000 | #Constraints:      43996
756.61/758.68	c #Conflicts:    1039000 | #Constraints:      44996
756.61/758.68	c #Conflicts:    1040000 | #Constraints:      45996
756.61/758.68	c #Conflicts:    1041000 | #Constraints:      46996
756.61/758.68	c INPROCESSING
756.61/758.68	c GARBAGE COLLECT
756.61/758.68	c rational objective 999
771.38/773.40	c #Conflicts:    1042000 | #Constraints:      27728
771.38/773.40	c #Conflicts:    1043000 | #Constraints:      28728
771.38/773.40	c #Conflicts:    1044000 | #Constraints:      29728
771.38/773.40	c #Conflicts:    1045000 | #Constraints:      30728
771.38/773.40	c #Conflicts:    1046000 | #Constraints:      31728
771.38/773.40	c #Conflicts:    1047000 | #Constraints:      32728
771.38/773.40	c #Conflicts:    1048000 | #Constraints:      33728
771.38/773.40	c #Conflicts:    1049000 | #Constraints:      34728
771.38/773.40	c #Conflicts:    1050000 | #Constraints:      35728
771.38/773.40	c #Conflicts:    1051000 | #Constraints:      36728
771.38/773.40	c #Conflicts:    1052000 | #Constraints:      37728
771.38/773.40	c #Conflicts:    1053000 | #Constraints:      38728
771.38/773.40	c #Conflicts:    1054000 | #Constraints:      39728
771.38/773.40	c #Conflicts:    1055000 | #Constraints:      40728
771.38/773.40	c #Conflicts:    1056000 | #Constraints:      41728
771.38/773.40	c #Conflicts:    1057000 | #Constraints:      42728
771.38/773.40	c #Conflicts:    1058000 | #Constraints:      43728
771.38/773.40	c #Conflicts:    1059000 | #Constraints:      44728
771.38/773.40	c #Conflicts:    1060000 | #Constraints:      45728
771.38/773.40	c #Conflicts:    1061000 | #Constraints:      46728
771.38/773.40	c #Conflicts:    1062000 | #Constraints:      47728
771.38/773.40	c INPROCESSING
771.38/773.40	c GARBAGE COLLECT
771.38/773.40	c rational objective 999
785.14/787.27	c #Conflicts:    1063000 | #Constraints:      28291
785.14/787.27	c #Conflicts:    1064000 | #Constraints:      29291
785.14/787.27	c #Conflicts:    1065000 | #Constraints:      30291
785.14/787.27	c #Conflicts:    1066000 | #Constraints:      31291
785.14/787.27	c #Conflicts:    1067000 | #Constraints:      32292
785.14/787.27	c #Conflicts:    1068000 | #Constraints:      33292
785.14/787.27	c #Conflicts:    1069000 | #Constraints:      34292
785.14/787.27	c #Conflicts:    1070000 | #Constraints:      35293
785.14/787.27	c #Conflicts:    1071000 | #Constraints:      36294
785.14/787.27	c #Conflicts:    1072000 | #Constraints:      37294
785.14/787.27	c #Conflicts:    1073000 | #Constraints:      38294
785.14/787.27	c #Conflicts:    1074000 | #Constraints:      39295
785.14/787.27	c #Conflicts:    1075000 | #Constraints:      40297
785.14/787.27	c #Conflicts:    1076000 | #Constraints:      41340
785.14/787.27	c #Conflicts:    1077000 | #Constraints:      42385
785.14/787.27	c #Conflicts:    1078000 | #Constraints:      43412
785.14/787.27	c #Conflicts:    1079000 | #Constraints:      44439
785.14/787.27	c #Conflicts:    1080000 | #Constraints:      45466
785.14/787.27	c #Conflicts:    1081000 | #Constraints:      46485
785.14/787.27	c #Conflicts:    1082000 | #Constraints:      47509
785.14/787.27	c #Conflicts:    1083000 | #Constraints:      48536
785.14/787.27	c INPROCESSING
785.14/787.27	c GARBAGE COLLECT
785.14/787.27	c rational objective 999
801.20/803.31	c #Conflicts:    1084000 | #Constraints:      28710
801.20/803.31	c #Conflicts:    1085000 | #Constraints:      29710
801.20/803.31	c #Conflicts:    1086000 | #Constraints:      30710
801.20/803.31	c #Conflicts:    1087000 | #Constraints:      31710
801.20/803.31	c #Conflicts:    1088000 | #Constraints:      32710
801.20/803.31	c #Conflicts:    1089000 | #Constraints:      33710
801.20/803.31	c #Conflicts:    1090000 | #Constraints:      34710
801.20/803.31	c #Conflicts:    1091000 | #Constraints:      35710
801.20/803.31	c #Conflicts:    1092000 | #Constraints:      36710
801.20/803.31	c #Conflicts:    1093000 | #Constraints:      37710
801.20/803.31	c #Conflicts:    1094000 | #Constraints:      38710
801.20/803.31	c #Conflicts:    1095000 | #Constraints:      39710
801.20/803.31	c #Conflicts:    1096000 | #Constraints:      40710
801.20/803.31	c #Conflicts:    1097000 | #Constraints:      41710
801.20/803.31	c #Conflicts:    1098000 | #Constraints:      42710
801.20/803.31	c #Conflicts:    1099000 | #Constraints:      43710
801.20/803.31	c #Conflicts:    1100000 | #Constraints:      44710
801.20/803.31	c #Conflicts:    1101000 | #Constraints:      45710
801.20/803.31	c #Conflicts:    1102000 | #Constraints:      46710
801.20/803.31	c #Conflicts:    1103000 | #Constraints:      47710
801.20/803.31	c #Conflicts:    1104000 | #Constraints:      48710
801.20/803.31	c INPROCESSING
801.20/803.31	c GARBAGE COLLECT
801.20/803.31	c rational objective 999
822.85/825.01	c #Conflicts:    1105000 | #Constraints:      28902
822.85/825.01	c #Conflicts:    1106000 | #Constraints:      29943
822.85/825.01	c #Conflicts:    1107000 | #Constraints:      30978
822.85/825.01	c #Conflicts:    1108000 | #Constraints:      32019
822.85/825.01	c #Conflicts:    1109000 | #Constraints:      33062
822.85/825.01	c #Conflicts:    1110000 | #Constraints:      34092
822.85/825.01	c #Conflicts:    1111000 | #Constraints:      35143
822.85/825.01	c #Conflicts:    1112000 | #Constraints:      36176
822.85/825.01	c #Conflicts:    1113000 | #Constraints:      37201
822.85/825.01	c #Conflicts:    1114000 | #Constraints:      38234
822.85/825.01	c #Conflicts:    1115000 | #Constraints:      39258
822.85/825.01	c #Conflicts:    1116000 | #Constraints:      40292
822.85/825.01	c #Conflicts:    1117000 | #Constraints:      41322
822.85/825.01	c #Conflicts:    1118000 | #Constraints:      42349
822.85/825.01	c #Conflicts:    1119000 | #Constraints:      43391
822.85/825.01	c #Conflicts:    1120000 | #Constraints:      44432
822.85/825.01	c #Conflicts:    1121000 | #Constraints:      45459
822.85/825.01	c #Conflicts:    1122000 | #Constraints:      46495
822.85/825.01	c #Conflicts:    1123000 | #Constraints:      47515
822.85/825.01	c #Conflicts:    1124000 | #Constraints:      48539
822.85/825.01	c #Conflicts:    1125000 | #Constraints:      49568
822.85/825.01	c INPROCESSING
822.85/825.01	c GARBAGE COLLECT
822.85/825.01	c rational objective 999
839.71/841.97	c #Conflicts:    1126000 | #Constraints:      29132
839.71/841.97	c #Conflicts:    1127000 | #Constraints:      30132
839.71/841.97	c #Conflicts:    1128000 | #Constraints:      31132
839.71/841.97	c #Conflicts:    1129000 | #Constraints:      32132
839.71/841.97	c #Conflicts:    1130000 | #Constraints:      33132
839.71/841.97	c #Conflicts:    1131000 | #Constraints:      34132
839.71/841.97	c #Conflicts:    1132000 | #Constraints:      35132
839.71/841.97	c #Conflicts:    1133000 | #Constraints:      36132
839.71/841.97	c #Conflicts:    1134000 | #Constraints:      37132
839.71/841.97	c #Conflicts:    1135000 | #Constraints:      38132
839.71/841.97	c #Conflicts:    1136000 | #Constraints:      39132
839.71/841.97	c #Conflicts:    1137000 | #Constraints:      40133
839.71/841.97	c #Conflicts:    1138000 | #Constraints:      41320
839.71/841.97	c #Conflicts:    1139000 | #Constraints:      42477
839.71/841.97	c #Conflicts:    1140000 | #Constraints:      43666
839.71/841.97	c #Conflicts:    1141000 | #Constraints:      44710
839.71/841.97	c #Conflicts:    1142000 | #Constraints:      45711
839.71/841.97	c #Conflicts:    1143000 | #Constraints:      46712
839.71/841.97	c #Conflicts:    1144000 | #Constraints:      47713
839.71/841.97	c #Conflicts:    1145000 | #Constraints:      48714
839.71/841.97	c #Conflicts:    1146000 | #Constraints:      49714
839.71/841.97	c INPROCESSING
839.71/841.97	c GARBAGE COLLECT
839.71/841.97	c rational objective 999
855.47/857.75	c #Conflicts:    1147000 | #Constraints:      29087
855.47/857.75	c #Conflicts:    1148000 | #Constraints:      30087
855.47/857.75	c #Conflicts:    1149000 | #Constraints:      31087
855.47/857.75	c #Conflicts:    1150000 | #Constraints:      32087
855.47/857.75	c #Conflicts:    1151000 | #Constraints:      33087
855.47/857.75	c #Conflicts:    1152000 | #Constraints:      34087
855.47/857.75	c #Conflicts:    1153000 | #Constraints:      35087
855.47/857.75	c #Conflicts:    1154000 | #Constraints:      36087
855.47/857.75	c #Conflicts:    1155000 | #Constraints:      37087
855.47/857.75	c #Conflicts:    1156000 | #Constraints:      38087
855.47/857.75	c #Conflicts:    1157000 | #Constraints:      39087
855.47/857.75	c #Conflicts:    1158000 | #Constraints:      40087
855.47/857.75	c #Conflicts:    1159000 | #Constraints:      41087
855.47/857.75	c #Conflicts:    1160000 | #Constraints:      42087
855.47/857.75	c #Conflicts:    1161000 | #Constraints:      43087
855.47/857.75	c #Conflicts:    1162000 | #Constraints:      44087
855.47/857.75	c #Conflicts:    1163000 | #Constraints:      45087
855.47/857.75	c #Conflicts:    1164000 | #Constraints:      46087
855.47/857.75	c #Conflicts:    1165000 | #Constraints:      47087
855.47/857.75	c #Conflicts:    1166000 | #Constraints:      48087
855.47/857.75	c #Conflicts:    1167000 | #Constraints:      49087
855.47/857.75	c #Conflicts:    1168000 | #Constraints:      50087
855.47/857.75	c INPROCESSING
855.47/857.75	c GARBAGE COLLECT
855.47/857.75	c rational objective 999
877.72/880.02	c #Conflicts:    1169000 | #Constraints:      29443
877.72/880.02	c #Conflicts:    1170000 | #Constraints:      30512
877.72/880.02	c #Conflicts:    1171000 | #Constraints:      31585
877.72/880.02	c #Conflicts:    1172000 | #Constraints:      32650
877.72/880.02	c #Conflicts:    1173000 | #Constraints:      33733
877.72/880.02	c #Conflicts:    1174000 | #Constraints:      34803
877.72/880.02	c #Conflicts:    1175000 | #Constraints:      35868
877.72/880.02	c #Conflicts:    1176000 | #Constraints:      36936
877.72/880.02	c #Conflicts:    1177000 | #Constraints:      37982
877.72/880.02	c #Conflicts:    1178000 | #Constraints:      39048
877.72/880.02	c #Conflicts:    1179000 | #Constraints:      40094
877.72/880.02	c #Conflicts:    1180000 | #Constraints:      41154
877.72/880.02	c #Conflicts:    1181000 | #Constraints:      42206
877.72/880.02	c #Conflicts:    1182000 | #Constraints:      43257
877.72/880.02	c #Conflicts:    1183000 | #Constraints:      44295
877.72/880.02	c #Conflicts:    1184000 | #Constraints:      45359
877.72/880.02	c #Conflicts:    1185000 | #Constraints:      46409
877.72/880.02	c #Conflicts:    1186000 | #Constraints:      47451
877.72/880.02	c #Conflicts:    1187000 | #Constraints:      48498
877.72/880.02	c #Conflicts:    1188000 | #Constraints:      49544
877.72/880.02	c #Conflicts:    1189000 | #Constraints:      50609
877.72/880.02	c #Conflicts:    1190000 | #Constraints:      51668
877.72/880.02	c INPROCESSING
877.72/880.02	c GARBAGE COLLECT
877.72/880.02	c rational objective 999
897.27/899.69	c #Conflicts:    1191000 | #Constraints:      30244
897.27/899.69	c #Conflicts:    1192000 | #Constraints:      31244
897.27/899.69	c #Conflicts:    1193000 | #Constraints:      32244
897.27/899.69	c #Conflicts:    1194000 | #Constraints:      33244
897.27/899.69	c #Conflicts:    1195000 | #Constraints:      34244
897.27/899.69	c #Conflicts:    1196000 | #Constraints:      35244
897.27/899.69	c #Conflicts:    1197000 | #Constraints:      36245
897.27/899.69	c #Conflicts:    1198000 | #Constraints:      37245
897.27/899.69	c #Conflicts:    1199000 | #Constraints:      38245
897.27/899.69	c #Conflicts:    1200000 | #Constraints:      39245
897.27/899.69	c #Conflicts:    1201000 | #Constraints:      40245
897.27/899.69	c #Conflicts:    1202000 | #Constraints:      41245
897.27/899.69	c #Conflicts:    1203000 | #Constraints:      42245
897.27/899.69	c #Conflicts:    1204000 | #Constraints:      43245
897.27/899.69	c #Conflicts:    1205000 | #Constraints:      44245
897.27/899.69	c #Conflicts:    1206000 | #Constraints:      45245
897.27/899.69	c #Conflicts:    1207000 | #Constraints:      46245
897.27/899.69	c #Conflicts:    1208000 | #Constraints:      47245
897.27/899.69	c #Conflicts:    1209000 | #Constraints:      48245
897.27/899.69	c #Conflicts:    1210000 | #Constraints:      49245
897.27/899.69	c #Conflicts:    1211000 | #Constraints:      50245
897.27/899.69	c #Conflicts:    1212000 | #Constraints:      51245
897.27/899.69	c INPROCESSING
897.27/899.69	c GARBAGE COLLECT
897.27/899.69	c rational objective 999
914.63/917.04	c #Conflicts:    1213000 | #Constraints:      30142
914.63/917.04	c #Conflicts:    1214000 | #Constraints:      31142
914.63/917.04	c #Conflicts:    1215000 | #Constraints:      32142
914.63/917.04	c #Conflicts:    1216000 | #Constraints:      33142
914.63/917.04	c #Conflicts:    1217000 | #Constraints:      34142
914.63/917.04	c #Conflicts:    1218000 | #Constraints:      35142
914.63/917.04	c #Conflicts:    1219000 | #Constraints:      36142
914.63/917.04	c #Conflicts:    1220000 | #Constraints:      37142
914.63/917.04	c #Conflicts:    1221000 | #Constraints:      38142
914.63/917.04	c #Conflicts:    1222000 | #Constraints:      39142
914.63/917.04	c #Conflicts:    1223000 | #Constraints:      40142
914.63/917.04	c #Conflicts:    1224000 | #Constraints:      41142
914.63/917.04	c #Conflicts:    1225000 | #Constraints:      42142
914.63/917.04	c #Conflicts:    1226000 | #Constraints:      43142
914.63/917.04	c #Conflicts:    1227000 | #Constraints:      44142
914.63/917.04	c #Conflicts:    1228000 | #Constraints:      45142
914.63/917.04	c #Conflicts:    1229000 | #Constraints:      46142
914.63/917.04	c #Conflicts:    1230000 | #Constraints:      47142
914.63/917.04	c #Conflicts:    1231000 | #Constraints:      48142
914.63/917.04	c #Conflicts:    1232000 | #Constraints:      49142
914.63/917.04	c #Conflicts:    1233000 | #Constraints:      50142
914.63/917.04	c #Conflicts:    1234000 | #Constraints:      51142
914.63/917.04	c INPROCESSING
914.63/917.04	c GARBAGE COLLECT
914.63/917.04	c rational objective 999
940.06/942.51	c #Conflicts:    1235000 | #Constraints:      30003
940.06/942.51	c #Conflicts:    1236000 | #Constraints:      31020
940.06/942.51	c #Conflicts:    1237000 | #Constraints:      32020
940.06/942.51	c #Conflicts:    1238000 | #Constraints:      33021
940.06/942.51	c #Conflicts:    1239000 | #Constraints:      34063
940.06/942.51	c #Conflicts:    1240000 | #Constraints:      35108
940.06/942.51	c #Conflicts:    1241000 | #Constraints:      36161
940.06/942.51	c #Conflicts:    1242000 | #Constraints:      37200
940.06/942.51	c #Conflicts:    1243000 | #Constraints:      38244
940.06/942.51	c #Conflicts:    1244000 | #Constraints:      39273
940.06/942.51	c #Conflicts:    1245000 | #Constraints:      40310
940.06/942.51	c #Conflicts:    1246000 | #Constraints:      41344
940.06/942.51	c #Conflicts:    1247000 | #Constraints:      42364
940.06/942.51	c #Conflicts:    1248000 | #Constraints:      43384
940.06/942.51	c #Conflicts:    1249000 | #Constraints:      44404
940.06/942.51	c #Conflicts:    1250000 | #Constraints:      45423
940.06/942.51	c #Conflicts:    1251000 | #Constraints:      46465
940.06/942.51	c #Conflicts:    1252000 | #Constraints:      47487
940.06/942.51	c #Conflicts:    1253000 | #Constraints:      48533
940.06/942.51	c #Conflicts:    1254000 | #Constraints:      49571
940.06/942.51	c #Conflicts:    1255000 | #Constraints:      50600
940.06/942.51	c #Conflicts:    1256000 | #Constraints:      51627
940.06/942.51	c INPROCESSING
940.06/942.51	c GARBAGE COLLECT
940.06/942.51	c rational objective 999
958.03/960.51	c #Conflicts:    1257000 | #Constraints:      29958
958.03/960.51	c #Conflicts:    1258000 | #Constraints:      30958
958.03/960.51	c #Conflicts:    1259000 | #Constraints:      31958
958.03/960.51	c #Conflicts:    1260000 | #Constraints:      32958
958.03/960.51	c #Conflicts:    1261000 | #Constraints:      33958
958.03/960.51	c #Conflicts:    1262000 | #Constraints:      34958
958.03/960.51	c #Conflicts:    1263000 | #Constraints:      35958
958.03/960.51	c #Conflicts:    1264000 | #Constraints:      36958
958.03/960.51	c #Conflicts:    1265000 | #Constraints:      37958
958.03/960.51	c #Conflicts:    1266000 | #Constraints:      38958
958.03/960.51	c #Conflicts:    1267000 | #Constraints:      39958
958.03/960.51	c #Conflicts:    1268000 | #Constraints:      40958
958.03/960.51	c #Conflicts:    1269000 | #Constraints:      41958
958.03/960.51	c #Conflicts:    1270000 | #Constraints:      42958
958.03/960.51	c #Conflicts:    1271000 | #Constraints:      43958
958.03/960.51	c #Conflicts:    1272000 | #Constraints:      44958
958.03/960.51	c #Conflicts:    1273000 | #Constraints:      45958
958.03/960.51	c #Conflicts:    1274000 | #Constraints:      46958
958.03/960.51	c #Conflicts:    1275000 | #Constraints:      47958
958.03/960.51	c #Conflicts:    1276000 | #Constraints:      48958
958.03/960.51	c #Conflicts:    1277000 | #Constraints:      49958
958.03/960.51	c #Conflicts:    1278000 | #Constraints:      50958
958.03/960.51	c #Conflicts:    1279000 | #Constraints:      51958
958.03/960.51	c INPROCESSING
958.03/960.51	c GARBAGE COLLECT
958.03/960.51	c rational objective 999
976.18/978.74	c #Conflicts:    1280000 | #Constraints:      30395
976.18/978.74	c #Conflicts:    1281000 | #Constraints:      31395
976.18/978.74	c #Conflicts:    1282000 | #Constraints:      32395
976.18/978.74	c #Conflicts:    1283000 | #Constraints:      33395
976.18/978.74	c #Conflicts:    1284000 | #Constraints:      34396
976.18/978.74	c #Conflicts:    1285000 | #Constraints:      35396
976.18/978.74	c #Conflicts:    1286000 | #Constraints:      36396
976.18/978.74	c #Conflicts:    1287000 | #Constraints:      37397
976.18/978.74	c #Conflicts:    1288000 | #Constraints:      38398
976.18/978.74	c #Conflicts:    1289000 | #Constraints:      39398
976.18/978.74	c #Conflicts:    1290000 | #Constraints:      40399
976.18/978.74	c #Conflicts:    1291000 | #Constraints:      41399
976.18/978.74	c #Conflicts:    1292000 | #Constraints:      42400
976.18/978.74	c #Conflicts:    1293000 | #Constraints:      43401
976.18/978.74	c #Conflicts:    1294000 | #Constraints:      44401
976.18/978.74	c #Conflicts:    1295000 | #Constraints:      45401
976.18/978.74	c #Conflicts:    1296000 | #Constraints:      46402
976.18/978.74	c #Conflicts:    1297000 | #Constraints:      47403
976.18/978.74	c #Conflicts:    1298000 | #Constraints:      48403
976.18/978.74	c #Conflicts:    1299000 | #Constraints:      49404
976.18/978.74	c #Conflicts:    1300000 | #Constraints:      50404
976.18/978.74	c #Conflicts:    1301000 | #Constraints:      51404
976.18/978.74	c #Conflicts:    1302000 | #Constraints:      52404
976.18/978.74	c INPROCESSING
976.18/978.74	c GARBAGE COLLECT
976.18/978.74	c rational objective 999
999.33/1001.92	c #Conflicts:    1303000 | #Constraints:      30709
999.33/1001.92	c #Conflicts:    1304000 | #Constraints:      31710
999.33/1001.92	c #Conflicts:    1305000 | #Constraints:      32771
999.33/1001.92	c #Conflicts:    1306000 | #Constraints:      33850
999.33/1001.92	c #Conflicts:    1307000 | #Constraints:      34920
999.33/1001.92	c #Conflicts:    1308000 | #Constraints:      35985
999.33/1001.92	c #Conflicts:    1309000 | #Constraints:      37031
999.33/1001.92	c #Conflicts:    1310000 | #Constraints:      38072
999.33/1001.92	c #Conflicts:    1311000 | #Constraints:      39101
999.33/1001.92	c #Conflicts:    1312000 | #Constraints:      40157
999.33/1001.92	c #Conflicts:    1313000 | #Constraints:      41190
999.33/1001.92	c #Conflicts:    1314000 | #Constraints:      42237
999.33/1001.92	c #Conflicts:    1315000 | #Constraints:      43282
999.33/1001.92	c #Conflicts:    1316000 | #Constraints:      44339
999.33/1001.92	c #Conflicts:    1317000 | #Constraints:      45384
999.33/1001.92	c #Conflicts:    1318000 | #Constraints:      46421
999.33/1001.92	c #Conflicts:    1319000 | #Constraints:      47463
999.33/1001.92	c #Conflicts:    1320000 | #Constraints:      48493
999.33/1001.92	c #Conflicts:    1321000 | #Constraints:      49527
999.33/1001.92	c #Conflicts:    1322000 | #Constraints:      50555
999.33/1001.92	c #Conflicts:    1323000 | #Constraints:      51574
999.33/1001.92	c #Conflicts:    1324000 | #Constraints:      52606
999.33/1001.92	c #Conflicts:    1325000 | #Constraints:      53630
999.33/1001.92	c INPROCESSING
999.33/1001.92	c GARBAGE COLLECT
999.33/1001.92	c rational objective 999
1018.88/1021.55	c #Conflicts:    1326000 | #Constraints:      31238
1018.88/1021.55	c #Conflicts:    1327000 | #Constraints:      32238
1018.88/1021.55	c #Conflicts:    1328000 | #Constraints:      33238
1018.88/1021.55	c #Conflicts:    1329000 | #Constraints:      34238
1018.88/1021.55	c #Conflicts:    1330000 | #Constraints:      35238
1018.88/1021.55	c #Conflicts:    1331000 | #Constraints:      36238
1018.88/1021.55	c #Conflicts:    1332000 | #Constraints:      37238
1018.88/1021.55	c #Conflicts:    1333000 | #Constraints:      38238
1018.88/1021.55	c #Conflicts:    1334000 | #Constraints:      39238
1018.88/1021.55	c #Conflicts:    1335000 | #Constraints:      40238
1018.88/1021.55	c #Conflicts:    1336000 | #Constraints:      41238
1018.88/1021.55	c #Conflicts:    1337000 | #Constraints:      42238
1018.88/1021.55	c #Conflicts:    1338000 | #Constraints:      43238
1018.88/1021.55	c #Conflicts:    1339000 | #Constraints:      44238
1018.88/1021.55	c #Conflicts:    1340000 | #Constraints:      45238
1018.88/1021.55	c #Conflicts:    1341000 | #Constraints:      46238
1018.88/1021.55	c #Conflicts:    1342000 | #Constraints:      47238
1018.88/1021.55	c #Conflicts:    1343000 | #Constraints:      48238
1018.88/1021.55	c #Conflicts:    1344000 | #Constraints:      49238
1018.88/1021.55	c #Conflicts:    1345000 | #Constraints:      50238
1018.88/1021.55	c #Conflicts:    1346000 | #Constraints:      51238
1018.88/1021.55	c #Conflicts:    1347000 | #Constraints:      52238
1018.88/1021.55	c #Conflicts:    1348000 | #Constraints:      53238
1018.88/1021.55	c INPROCESSING
1018.88/1021.55	c GARBAGE COLLECT
1018.88/1021.55	c rational objective 999
1037.44/1040.12	c #Conflicts:    1349000 | #Constraints:      31076
1037.44/1040.12	c #Conflicts:    1350000 | #Constraints:      32076
1037.44/1040.12	c #Conflicts:    1351000 | #Constraints:      33076
1037.44/1040.12	c #Conflicts:    1352000 | #Constraints:      34076
1037.44/1040.12	c #Conflicts:    1353000 | #Constraints:      35076
1037.44/1040.12	c #Conflicts:    1354000 | #Constraints:      36076
1037.44/1040.12	c #Conflicts:    1355000 | #Constraints:      37076
1037.44/1040.12	c #Conflicts:    1356000 | #Constraints:      38076
1037.44/1040.12	c #Conflicts:    1357000 | #Constraints:      39076
1037.44/1040.12	c #Conflicts:    1358000 | #Constraints:      40076
1037.44/1040.12	c #Conflicts:    1359000 | #Constraints:      41076
1037.44/1040.12	c #Conflicts:    1360000 | #Constraints:      42076
1037.44/1040.12	c #Conflicts:    1361000 | #Constraints:      43076
1037.44/1040.12	c #Conflicts:    1362000 | #Constraints:      44076
1037.44/1040.12	c #Conflicts:    1363000 | #Constraints:      45076
1037.44/1040.12	c #Conflicts:    1364000 | #Constraints:      46076
1037.44/1040.12	c #Conflicts:    1365000 | #Constraints:      47076
1037.44/1040.12	c #Conflicts:    1366000 | #Constraints:      48076
1037.44/1040.12	c #Conflicts:    1367000 | #Constraints:      49076
1037.44/1040.12	c #Conflicts:    1368000 | #Constraints:      50076
1037.44/1040.12	c #Conflicts:    1369000 | #Constraints:      51076
1037.44/1040.12	c #Conflicts:    1370000 | #Constraints:      52076
1037.44/1040.12	c #Conflicts:    1371000 | #Constraints:      53076
1037.44/1040.12	c INPROCESSING
1037.44/1040.12	c GARBAGE COLLECT
1037.44/1040.12	c rational objective 999
1059.98/1062.74	c #Conflicts:    1372000 | #Constraints:      30746
1059.98/1062.74	c #Conflicts:    1373000 | #Constraints:      31767
1059.98/1062.74	c #Conflicts:    1374000 | #Constraints:      32839
1059.98/1062.74	c #Conflicts:    1375000 | #Constraints:      33901
1059.98/1062.74	c #Conflicts:    1376000 | #Constraints:      34943
1059.98/1062.74	c #Conflicts:    1377000 | #Constraints:      35987
1059.98/1062.74	c #Conflicts:    1378000 | #Constraints:      37022
1059.98/1062.74	c #Conflicts:    1379000 | #Constraints:      38069
1059.98/1062.74	c #Conflicts:    1380000 | #Constraints:      39110
1059.98/1062.74	c #Conflicts:    1381000 | #Constraints:      40146
1059.98/1062.74	c #Conflicts:    1382000 | #Constraints:      41179
1059.98/1062.74	c #Conflicts:    1383000 | #Constraints:      42207
1059.98/1062.74	c #Conflicts:    1384000 | #Constraints:      43245
1059.98/1062.74	c #Conflicts:    1385000 | #Constraints:      44273
1059.98/1062.74	c #Conflicts:    1386000 | #Constraints:      45300
1059.98/1062.74	c #Conflicts:    1387000 | #Constraints:      46336
1059.98/1062.74	c #Conflicts:    1388000 | #Constraints:      47364
1059.98/1062.74	c #Conflicts:    1389000 | #Constraints:      48389
1059.98/1062.74	c #Conflicts:    1390000 | #Constraints:      49423
1059.98/1062.74	c #Conflicts:    1391000 | #Constraints:      50445
1059.98/1062.74	c #Conflicts:    1392000 | #Constraints:      51489
1059.98/1062.74	c #Conflicts:    1393000 | #Constraints:      52527
1059.98/1062.74	c #Conflicts:    1394000 | #Constraints:      53556
1059.98/1062.74	c #Conflicts:    1395000 | #Constraints:      54592
1059.98/1062.74	c INPROCESSING
1059.98/1062.74	c GARBAGE COLLECT
1059.98/1062.74	c rational objective 999
1079.74/1082.50	c #Conflicts:    1396000 | #Constraints:      31625
1079.74/1082.50	c #Conflicts:    1397000 | #Constraints:      32625
1079.74/1082.50	c #Conflicts:    1398000 | #Constraints:      33625
1079.74/1082.50	c #Conflicts:    1399000 | #Constraints:      34625
1079.74/1082.50	c #Conflicts:    1400000 | #Constraints:      35625
1079.74/1082.50	c #Conflicts:    1401000 | #Constraints:      36625
1079.74/1082.50	c #Conflicts:    1402000 | #Constraints:      37625
1079.74/1082.50	c #Conflicts:    1403000 | #Constraints:      38625
1079.74/1082.50	c #Conflicts:    1404000 | #Constraints:      39625
1079.74/1082.50	c #Conflicts:    1405000 | #Constraints:      40625
1079.74/1082.50	c #Conflicts:    1406000 | #Constraints:      41625
1079.74/1082.50	c #Conflicts:    1407000 | #Constraints:      42625
1079.74/1082.50	c #Conflicts:    1408000 | #Constraints:      43625
1079.74/1082.50	c #Conflicts:    1409000 | #Constraints:      44625
1079.74/1082.50	c #Conflicts:    1410000 | #Constraints:      45625
1079.74/1082.50	c #Conflicts:    1411000 | #Constraints:      46625
1079.74/1082.50	c #Conflicts:    1412000 | #Constraints:      47625
1079.74/1082.50	c #Conflicts:    1413000 | #Constraints:      48625
1079.74/1082.50	c #Conflicts:    1414000 | #Constraints:      49625
1079.74/1082.50	c #Conflicts:    1415000 | #Constraints:      50625
1079.74/1082.50	c #Conflicts:    1416000 | #Constraints:      51625
1079.74/1082.50	c #Conflicts:    1417000 | #Constraints:      52625
1079.74/1082.50	c #Conflicts:    1418000 | #Constraints:      53625
1079.74/1082.50	c #Conflicts:    1419000 | #Constraints:      54625
1079.74/1082.50	c INPROCESSING
1079.74/1082.50	c GARBAGE COLLECT
1079.74/1082.50	c rational objective 999
1099.58/1102.47	c #Conflicts:    1420000 | #Constraints:      31848
1099.58/1102.47	c #Conflicts:    1421000 | #Constraints:      32848
1099.58/1102.47	c #Conflicts:    1422000 | #Constraints:      33848
1099.58/1102.47	c #Conflicts:    1423000 | #Constraints:      34848
1099.58/1102.47	c #Conflicts:    1424000 | #Constraints:      35848
1099.58/1102.47	c #Conflicts:    1425000 | #Constraints:      36848
1099.58/1102.47	c #Conflicts:    1426000 | #Constraints:      37848
1099.58/1102.47	c #Conflicts:    1427000 | #Constraints:      38848
1099.58/1102.47	c #Conflicts:    1428000 | #Constraints:      39848
1099.58/1102.47	c #Conflicts:    1429000 | #Constraints:      40848
1099.58/1102.47	c #Conflicts:    1430000 | #Constraints:      41848
1099.58/1102.47	c #Conflicts:    1431000 | #Constraints:      42848
1099.58/1102.47	c #Conflicts:    1432000 | #Constraints:      43848
1099.58/1102.47	c #Conflicts:    1433000 | #Constraints:      44848
1099.58/1102.47	c #Conflicts:    1434000 | #Constraints:      45848
1099.58/1102.47	c #Conflicts:    1435000 | #Constraints:      46848
1099.58/1102.47	c #Conflicts:    1436000 | #Constraints:      47848
1099.58/1102.47	c #Conflicts:    1437000 | #Constraints:      48848
1099.58/1102.47	c #Conflicts:    1438000 | #Constraints:      49848
1099.58/1102.47	c #Conflicts:    1439000 | #Constraints:      50848
1099.58/1102.47	c #Conflicts:    1440000 | #Constraints:      51848
1099.58/1102.47	c #Conflicts:    1441000 | #Constraints:      52848
1099.58/1102.47	c #Conflicts:    1442000 | #Constraints:      53848
1099.58/1102.47	c #Conflicts:    1443000 | #Constraints:      54848
1099.58/1102.47	c INPROCESSING
1099.58/1102.47	c GARBAGE COLLECT
1099.58/1102.47	c rational objective 999
1124.53/1127.43	c #Conflicts:    1444000 | #Constraints:      31957
1124.53/1127.43	c #Conflicts:    1445000 | #Constraints:      33004
1124.53/1127.43	c #Conflicts:    1446000 | #Constraints:      34056
1124.53/1127.43	c #Conflicts:    1447000 | #Constraints:      35114
1124.53/1127.43	c #Conflicts:    1448000 | #Constraints:      36170
1124.53/1127.43	c #Conflicts:    1449000 | #Constraints:      37246
1124.53/1127.43	c #Conflicts:    1450000 | #Constraints:      38319
1124.53/1127.43	c #Conflicts:    1451000 | #Constraints:      39392
1124.53/1127.43	c #Conflicts:    1452000 | #Constraints:      40433
1124.53/1127.43	c #Conflicts:    1453000 | #Constraints:      41474
1124.53/1127.43	c #Conflicts:    1454000 | #Constraints:      42536
1124.53/1127.43	c #Conflicts:    1455000 | #Constraints:      43561
1124.53/1127.43	c #Conflicts:    1456000 | #Constraints:      44582
1124.53/1127.43	c #Conflicts:    1457000 | #Constraints:      45600
1124.53/1127.43	c #Conflicts:    1458000 | #Constraints:      46636
1124.53/1127.43	c #Conflicts:    1459000 | #Constraints:      47651
1124.53/1127.43	c #Conflicts:    1460000 | #Constraints:      48690
1124.53/1127.43	c #Conflicts:    1461000 | #Constraints:      49726
1124.53/1127.43	c #Conflicts:    1462000 | #Constraints:      50783
1124.53/1127.43	c #Conflicts:    1463000 | #Constraints:      51817
1124.53/1127.43	c #Conflicts:    1464000 | #Constraints:      52851
1124.53/1127.43	c #Conflicts:    1465000 | #Constraints:      53882
1124.53/1127.43	c #Conflicts:    1466000 | #Constraints:      54910
1124.53/1127.43	c #Conflicts:    1467000 | #Constraints:      55936
1124.53/1127.43	c INPROCESSING
1124.53/1127.43	c GARBAGE COLLECT
1124.53/1127.43	c rational objective 999
1145.87/1148.90	c #Conflicts:    1468000 | #Constraints:      32325
1145.87/1148.90	c #Conflicts:    1469000 | #Constraints:      33325
1145.87/1148.90	c #Conflicts:    1470000 | #Constraints:      34325
1145.87/1148.90	c #Conflicts:    1471000 | #Constraints:      35325
1145.87/1148.90	c #Conflicts:    1472000 | #Constraints:      36325
1145.87/1148.90	c #Conflicts:    1473000 | #Constraints:      37325
1145.87/1148.90	c #Conflicts:    1474000 | #Constraints:      38325
1145.87/1148.90	c #Conflicts:    1475000 | #Constraints:      39325
1145.87/1148.90	c #Conflicts:    1476000 | #Constraints:      40325
1145.87/1148.90	c #Conflicts:    1477000 | #Constraints:      41325
1145.87/1148.90	c #Conflicts:    1478000 | #Constraints:      42325
1145.87/1148.90	c #Conflicts:    1479000 | #Constraints:      43325
1145.87/1148.90	c #Conflicts:    1480000 | #Constraints:      44325
1145.87/1148.90	c #Conflicts:    1481000 | #Constraints:      45325
1145.87/1148.90	c #Conflicts:    1482000 | #Constraints:      46325
1145.87/1148.90	c #Conflicts:    1483000 | #Constraints:      47325
1145.87/1148.90	c #Conflicts:    1484000 | #Constraints:      48325
1145.87/1148.90	c #Conflicts:    1485000 | #Constraints:      49325
1145.87/1148.90	c #Conflicts:    1486000 | #Constraints:      50325
1145.87/1148.90	c #Conflicts:    1487000 | #Constraints:      51325
1145.97/1148.90	c #Conflicts:    1488000 | #Constraints:      52325
1145.97/1148.90	c #Conflicts:    1489000 | #Constraints:      53325
1145.97/1148.90	c #Conflicts:    1490000 | #Constraints:      54325
1145.97/1148.90	c #Conflicts:    1491000 | #Constraints:      55325
1145.97/1148.90	c INPROCESSING
1145.97/1148.90	c GARBAGE COLLECT
1145.97/1148.90	c rational objective 999
1167.13/1170.15	c #Conflicts:    1492000 | #Constraints:      31887
1167.13/1170.15	c #Conflicts:    1493000 | #Constraints:      32887
1167.13/1170.15	c #Conflicts:    1494000 | #Constraints:      33887
1167.13/1170.15	c #Conflicts:    1495000 | #Constraints:      34887
1167.13/1170.15	c #Conflicts:    1496000 | #Constraints:      35887
1167.13/1170.15	c #Conflicts:    1497000 | #Constraints:      36887
1167.13/1170.15	c #Conflicts:    1498000 | #Constraints:      37887
1167.13/1170.15	c #Conflicts:    1499000 | #Constraints:      38887
1167.13/1170.15	c #Conflicts:    1500000 | #Constraints:      39887
1167.13/1170.15	c #Conflicts:    1501000 | #Constraints:      40887
1167.13/1170.15	c #Conflicts:    1502000 | #Constraints:      41887
1167.13/1170.15	c #Conflicts:    1503000 | #Constraints:      42887
1167.13/1170.15	c #Conflicts:    1504000 | #Constraints:      43887
1167.13/1170.15	c #Conflicts:    1505000 | #Constraints:      44887
1167.13/1170.15	c #Conflicts:    1506000 | #Constraints:      45887
1167.13/1170.15	c #Conflicts:    1507000 | #Constraints:      46887
1167.13/1170.15	c #Conflicts:    1508000 | #Constraints:      47887
1167.13/1170.15	c #Conflicts:    1509000 | #Constraints:      48887
1167.13/1170.15	c #Conflicts:    1510000 | #Constraints:      49887
1167.13/1170.15	c #Conflicts:    1511000 | #Constraints:      50887
1167.13/1170.15	c #Conflicts:    1512000 | #Constraints:      51887
1167.13/1170.15	c #Conflicts:    1513000 | #Constraints:      52887
1167.13/1170.15	c #Conflicts:    1514000 | #Constraints:      53887
1167.13/1170.15	c #Conflicts:    1515000 | #Constraints:      54887
1167.13/1170.15	c #Conflicts:    1516000 | #Constraints:      55887
1167.13/1170.15	c INPROCESSING
1167.13/1170.15	c GARBAGE COLLECT
1167.13/1170.15	c rational objective 999
1196.26/1199.39	c #Conflicts:    1517000 | #Constraints:      32399
1196.26/1199.39	c #Conflicts:    1518000 | #Constraints:      33478
1196.26/1199.39	c #Conflicts:    1519000 | #Constraints:      34549
1196.26/1199.39	c #Conflicts:    1520000 | #Constraints:      35605
1196.26/1199.39	c #Conflicts:    1521000 | #Constraints:      36664
1196.26/1199.39	c #Conflicts:    1522000 | #Constraints:      37723
1196.26/1199.39	c #Conflicts:    1523000 | #Constraints:      38770
1196.26/1199.39	c #Conflicts:    1524000 | #Constraints:      39815
1196.26/1199.39	c #Conflicts:    1525000 | #Constraints:      40864
1196.26/1199.39	c #Conflicts:    1526000 | #Constraints:      41910
1196.26/1199.39	c #Conflicts:    1527000 | #Constraints:      42947
1196.26/1199.39	c #Conflicts:    1528000 | #Constraints:      43972
1196.26/1199.39	c #Conflicts:    1529000 | #Constraints:      45011
1196.26/1199.39	c #Conflicts:    1530000 | #Constraints:      46063
1196.26/1199.39	c #Conflicts:    1531000 | #Constraints:      47124
1196.26/1199.39	c #Conflicts:    1532000 | #Constraints:      48174
1196.26/1199.39	c #Conflicts:    1533000 | #Constraints:      49205
1196.26/1199.39	c #Conflicts:    1534000 | #Constraints:      50248
1196.26/1199.39	c #Conflicts:    1535000 | #Constraints:      51288
1196.26/1199.39	c #Conflicts:    1536000 | #Constraints:      52330
1196.26/1199.39	c #Conflicts:    1537000 | #Constraints:      53353
1196.26/1199.39	c #Conflicts:    1538000 | #Constraints:      54375
1196.26/1199.39	c #Conflicts:    1539000 | #Constraints:      55398
1196.26/1199.39	c #Conflicts:    1540000 | #Constraints:      56427
1196.26/1199.39	c #Conflicts:    1541000 | #Constraints:      57452
1196.26/1199.39	c INPROCESSING
1196.26/1199.39	c GARBAGE COLLECT
1196.26/1199.39	c rational objective 999
1218.90/1222.05	c #Conflicts:    1542000 | #Constraints:      33159
1218.90/1222.05	c #Conflicts:    1543000 | #Constraints:      34159
1218.90/1222.05	c #Conflicts:    1544000 | #Constraints:      35159
1218.90/1222.05	c #Conflicts:    1545000 | #Constraints:      36159
1218.90/1222.05	c #Conflicts:    1546000 | #Constraints:      37159
1218.90/1222.05	c #Conflicts:    1547000 | #Constraints:      38159
1218.90/1222.05	c #Conflicts:    1548000 | #Constraints:      39159
1218.90/1222.05	c #Conflicts:    1549000 | #Constraints:      40159
1218.90/1222.05	c #Conflicts:    1550000 | #Constraints:      41159
1218.90/1222.05	c #Conflicts:    1551000 | #Constraints:      42159
1218.90/1222.05	c #Conflicts:    1552000 | #Constraints:      43159
1218.90/1222.05	c #Conflicts:    1553000 | #Constraints:      44159
1218.90/1222.05	c #Conflicts:    1554000 | #Constraints:      45159
1218.90/1222.05	c #Conflicts:    1555000 | #Constraints:      46159
1218.90/1222.05	c #Conflicts:    1556000 | #Constraints:      47159
1218.90/1222.05	c #Conflicts:    1557000 | #Constraints:      48159
1218.90/1222.05	c #Conflicts:    1558000 | #Constraints:      49159
1218.90/1222.05	c #Conflicts:    1559000 | #Constraints:      50159
1218.90/1222.05	c #Conflicts:    1560000 | #Constraints:      51159
1218.90/1222.05	c #Conflicts:    1561000 | #Constraints:      52159
1218.90/1222.05	c #Conflicts:    1562000 | #Constraints:      53159
1218.90/1222.05	c #Conflicts:    1563000 | #Constraints:      54159
1218.90/1222.05	c #Conflicts:    1564000 | #Constraints:      55159
1218.90/1222.05	c #Conflicts:    1565000 | #Constraints:      56159
1218.90/1222.05	c #Conflicts:    1566000 | #Constraints:      57159
1218.90/1222.05	c INPROCESSING
1218.90/1222.05	c GARBAGE COLLECT
1218.90/1222.05	c rational objective 999
1242.05/1245.26	c #Conflicts:    1567000 | #Constraints:      33121
1242.05/1245.26	c #Conflicts:    1568000 | #Constraints:      34121
1242.05/1245.26	c #Conflicts:    1569000 | #Constraints:      35121
1242.05/1245.26	c #Conflicts:    1570000 | #Constraints:      36121
1242.05/1245.26	c #Conflicts:    1571000 | #Constraints:      37121
1242.05/1245.26	c #Conflicts:    1572000 | #Constraints:      38121
1242.05/1245.26	c #Conflicts:    1573000 | #Constraints:      39121
1242.05/1245.26	c #Conflicts:    1574000 | #Constraints:      40121
1242.05/1245.26	c #Conflicts:    1575000 | #Constraints:      41121
1242.05/1245.26	c #Conflicts:    1576000 | #Constraints:      42122
1242.05/1245.26	c #Conflicts:    1577000 | #Constraints:      43122
1242.05/1245.26	c #Conflicts:    1578000 | #Constraints:      44123
1242.05/1245.26	c #Conflicts:    1579000 | #Constraints:      45124
1242.05/1245.26	c #Conflicts:    1580000 | #Constraints:      46125
1242.05/1245.26	c #Conflicts:    1581000 | #Constraints:      47125
1242.05/1245.26	c #Conflicts:    1582000 | #Constraints:      48126
1242.05/1245.26	c #Conflicts:    1583000 | #Constraints:      49126
1242.05/1245.26	c #Conflicts:    1584000 | #Constraints:      50127
1242.05/1245.26	c #Conflicts:    1585000 | #Constraints:      51128
1242.05/1245.26	c #Conflicts:    1586000 | #Constraints:      52129
1242.05/1245.26	c #Conflicts:    1587000 | #Constraints:      53130
1242.05/1245.26	c #Conflicts:    1588000 | #Constraints:      54131
1242.05/1245.26	c #Conflicts:    1589000 | #Constraints:      55132
1242.05/1245.26	c #Conflicts:    1590000 | #Constraints:      56132
1242.05/1245.26	c #Conflicts:    1591000 | #Constraints:      57133
1242.05/1245.26	c INPROCESSING
1242.05/1245.26	c GARBAGE COLLECT
1242.05/1245.26	c rational objective 999
1269.97/1273.24	c #Conflicts:    1592000 | #Constraints:      33009
1269.97/1273.24	c #Conflicts:    1593000 | #Constraints:      34010
1269.97/1273.24	c #Conflicts:    1594000 | #Constraints:      35022
1269.97/1273.24	c #Conflicts:    1595000 | #Constraints:      36023
1269.97/1273.24	c #Conflicts:    1596000 | #Constraints:      37081
1269.97/1273.24	c #Conflicts:    1597000 | #Constraints:      38138
1269.97/1273.24	c #Conflicts:    1598000 | #Constraints:      39196
1269.97/1273.24	c #Conflicts:    1599000 | #Constraints:      40254
1269.97/1273.24	c #Conflicts:    1600000 | #Constraints:      41306
1269.97/1273.24	c #Conflicts:    1601000 | #Constraints:      42359
1269.97/1273.24	c #Conflicts:    1602000 | #Constraints:      43411
1269.97/1273.24	c #Conflicts:    1603000 | #Constraints:      44451
1269.97/1273.24	c #Conflicts:    1604000 | #Constraints:      45487
1269.97/1273.24	c #Conflicts:    1605000 | #Constraints:      46531
1269.97/1273.24	c #Conflicts:    1606000 | #Constraints:      47569
1269.97/1273.24	c #Conflicts:    1607000 | #Constraints:      48616
1269.97/1273.24	c #Conflicts:    1608000 | #Constraints:      49642
1269.97/1273.24	c #Conflicts:    1609000 | #Constraints:      50673
1269.97/1273.24	c #Conflicts:    1610000 | #Constraints:      51695
1269.97/1273.24	c #Conflicts:    1611000 | #Constraints:      52722
1269.97/1273.24	c #Conflicts:    1612000 | #Constraints:      53748
1269.97/1273.24	c #Conflicts:    1613000 | #Constraints:      54762
1269.97/1273.24	c #Conflicts:    1614000 | #Constraints:      55811
1269.97/1273.24	c #Conflicts:    1615000 | #Constraints:      56845
1269.97/1273.24	c #Conflicts:    1616000 | #Constraints:      57879
1269.97/1273.24	c INPROCESSING
1269.97/1273.24	c GARBAGE COLLECT
1269.97/1273.24	c rational objective 999
1294.91/1298.26	c #Conflicts:    1617000 | #Constraints:      33096
1294.91/1298.26	c #Conflicts:    1618000 | #Constraints:      34096
1294.91/1298.26	c #Conflicts:    1619000 | #Constraints:      35096
1294.91/1298.26	c #Conflicts:    1620000 | #Constraints:      36096
1294.91/1298.26	c #Conflicts:    1621000 | #Constraints:      37096
1294.91/1298.26	c #Conflicts:    1622000 | #Constraints:      38096
1294.91/1298.26	c #Conflicts:    1623000 | #Constraints:      39096
1294.91/1298.26	c #Conflicts:    1624000 | #Constraints:      40096
1294.91/1298.26	c #Conflicts:    1625000 | #Constraints:      41096
1294.91/1298.26	c #Conflicts:    1626000 | #Constraints:      42096
1294.91/1298.26	c #Conflicts:    1627000 | #Constraints:      43096
1294.91/1298.26	c #Conflicts:    1628000 | #Constraints:      44096
1294.91/1298.26	c #Conflicts:    1629000 | #Constraints:      45096
1294.91/1298.26	c #Conflicts:    1630000 | #Constraints:      46096
1294.91/1298.26	c #Conflicts:    1631000 | #Constraints:      47096
1294.91/1298.26	c #Conflicts:    1632000 | #Constraints:      48096
1294.91/1298.26	c #Conflicts:    1633000 | #Constraints:      49096
1294.91/1298.26	c #Conflicts:    1634000 | #Constraints:      50096
1294.91/1298.26	c #Conflicts:    1635000 | #Constraints:      51096
1294.91/1298.26	c #Conflicts:    1636000 | #Constraints:      52096
1294.91/1298.26	c #Conflicts:    1637000 | #Constraints:      53096
1294.91/1298.26	c #Conflicts:    1638000 | #Constraints:      54096
1294.91/1298.26	c #Conflicts:    1639000 | #Constraints:      55096
1294.91/1298.26	c #Conflicts:    1640000 | #Constraints:      56096
1294.91/1298.26	c #Conflicts:    1641000 | #Constraints:      57096
1294.91/1298.26	c #Conflicts:    1642000 | #Constraints:      58096
1294.91/1298.26	c INPROCESSING
1294.91/1298.26	c GARBAGE COLLECT
1294.91/1298.26	c rational objective 999
1328.43/1331.83	c #Conflicts:    1643000 | #Constraints:      33502
1328.43/1331.83	c #Conflicts:    1644000 | #Constraints:      34513
1328.43/1331.83	c #Conflicts:    1645000 | #Constraints:      35524
1328.43/1331.83	c #Conflicts:    1646000 | #Constraints:      36551
1328.43/1331.83	c #Conflicts:    1647000 | #Constraints:      37583
1328.43/1331.83	c #Conflicts:    1648000 | #Constraints:      38621
1328.43/1331.83	c #Conflicts:    1649000 | #Constraints:      39688
1328.43/1331.83	c #Conflicts:    1650000 | #Constraints:      40733
1328.43/1331.83	c #Conflicts:    1651000 | #Constraints:      41795
1328.43/1331.83	c #Conflicts:    1652000 | #Constraints:      42840
1328.43/1331.83	c #Conflicts:    1653000 | #Constraints:      43874
1328.43/1331.83	c #Conflicts:    1654000 | #Constraints:      44928
1328.43/1331.83	c #Conflicts:    1655000 | #Constraints:      45949
1328.43/1331.83	c #Conflicts:    1656000 | #Constraints:      46987
1328.43/1331.83	c #Conflicts:    1657000 | #Constraints:      48032
1328.43/1331.83	c #Conflicts:    1658000 | #Constraints:      49071
1328.43/1331.83	c #Conflicts:    1659000 | #Constraints:      50111
1328.43/1331.83	c #Conflicts:    1660000 | #Constraints:      51149
1328.43/1331.83	c #Conflicts:    1661000 | #Constraints:      52173
1328.43/1331.83	c #Conflicts:    1662000 | #Constraints:      53217
1328.43/1331.83	c #Conflicts:    1663000 | #Constraints:      54271
1328.43/1331.83	c #Conflicts:    1664000 | #Constraints:      55315
1328.43/1331.83	c #Conflicts:    1665000 | #Constraints:      56343
1328.43/1331.83	c #Conflicts:    1666000 | #Constraints:      57373
1328.43/1331.83	c #Conflicts:    1667000 | #Constraints:      58397
1328.43/1331.83	c #Conflicts:    1668000 | #Constraints:      59427
1328.43/1331.83	c INPROCESSING
1328.43/1331.83	c GARBAGE COLLECT
1328.43/1331.83	c rational objective 999
1351.37/1354.87	c #Conflicts:    1669000 | #Constraints:      34136
1351.37/1354.87	c #Conflicts:    1670000 | #Constraints:      35136
1351.37/1354.87	c #Conflicts:    1671000 | #Constraints:      36136
1351.37/1354.87	c #Conflicts:    1672000 | #Constraints:      37136
1351.37/1354.87	c #Conflicts:    1673000 | #Constraints:      38136
1351.37/1354.87	c #Conflicts:    1674000 | #Constraints:      39136
1351.37/1354.87	c #Conflicts:    1675000 | #Constraints:      40136
1351.37/1354.87	c #Conflicts:    1676000 | #Constraints:      41136
1351.37/1354.87	c #Conflicts:    1677000 | #Constraints:      42136
1351.37/1354.87	c #Conflicts:    1678000 | #Constraints:      43136
1351.37/1354.87	c #Conflicts:    1679000 | #Constraints:      44136
1351.37/1354.87	c #Conflicts:    1680000 | #Constraints:      45136
1351.37/1354.87	c #Conflicts:    1681000 | #Constraints:      46136
1351.37/1354.87	c #Conflicts:    1682000 | #Constraints:      47136
1351.37/1354.87	c #Conflicts:    1683000 | #Constraints:      48136
1351.37/1354.87	c #Conflicts:    1684000 | #Constraints:      49136
1351.37/1354.87	c #Conflicts:    1685000 | #Constraints:      50136
1351.37/1354.87	c #Conflicts:    1686000 | #Constraints:      51136
1351.37/1354.87	c #Conflicts:    1687000 | #Constraints:      52136
1351.37/1354.87	c #Conflicts:    1688000 | #Constraints:      53136
1351.37/1354.87	c #Conflicts:    1689000 | #Constraints:      54136
1351.37/1354.87	c #Conflicts:    1690000 | #Constraints:      55136
1351.37/1354.87	c #Conflicts:    1691000 | #Constraints:      56136
1351.37/1354.87	c #Conflicts:    1692000 | #Constraints:      57136
1351.37/1354.87	c #Conflicts:    1693000 | #Constraints:      58136
1351.37/1354.87	c #Conflicts:    1694000 | #Constraints:      59136
1351.37/1354.87	c INPROCESSING
1351.37/1354.87	c GARBAGE COLLECT
1351.37/1354.87	c rational objective 999
1374.02/1377.57	c #Conflicts:    1695000 | #Constraints:      34097
1374.02/1377.57	c #Conflicts:    1696000 | #Constraints:      35097
1374.02/1377.57	c #Conflicts:    1697000 | #Constraints:      36097
1374.02/1377.57	c #Conflicts:    1698000 | #Constraints:      37097
1374.02/1377.57	c #Conflicts:    1699000 | #Constraints:      38097
1374.02/1377.57	c #Conflicts:    1700000 | #Constraints:      39097
1374.02/1377.57	c #Conflicts:    1701000 | #Constraints:      40097
1374.02/1377.57	c #Conflicts:    1702000 | #Constraints:      41097
1374.02/1377.57	c #Conflicts:    1703000 | #Constraints:      42097
1374.02/1377.57	c #Conflicts:    1704000 | #Constraints:      43097
1374.02/1377.57	c #Conflicts:    1705000 | #Constraints:      44097
1374.02/1377.57	c #Conflicts:    1706000 | #Constraints:      45097
1374.02/1377.57	c #Conflicts:    1707000 | #Constraints:      46097
1374.02/1377.57	c #Conflicts:    1708000 | #Constraints:      47097
1374.02/1377.57	c #Conflicts:    1709000 | #Constraints:      48097
1374.02/1377.57	c #Conflicts:    1710000 | #Constraints:      49097
1374.02/1377.57	c #Conflicts:    1711000 | #Constraints:      50097
1374.02/1377.57	c #Conflicts:    1712000 | #Constraints:      51097
1374.02/1377.57	c #Conflicts:    1713000 | #Constraints:      52097
1374.02/1377.57	c #Conflicts:    1714000 | #Constraints:      53097
1374.02/1377.57	c #Conflicts:    1715000 | #Constraints:      54097
1374.02/1377.57	c #Conflicts:    1716000 | #Constraints:      55097
1374.02/1377.57	c #Conflicts:    1717000 | #Constraints:      56097
1374.02/1377.57	c #Conflicts:    1718000 | #Constraints:      57097
1374.02/1377.57	c #Conflicts:    1719000 | #Constraints:      58097
1374.02/1377.57	c #Conflicts:    1720000 | #Constraints:      59097
1374.02/1377.57	c INPROCESSING
1374.02/1377.57	c GARBAGE COLLECT
1374.02/1377.57	c rational objective 999
1397.85/1401.40	c #Conflicts:    1721000 | #Constraints:      33986
1397.85/1401.40	c #Conflicts:    1722000 | #Constraints:      34986
1397.85/1401.40	c #Conflicts:    1723000 | #Constraints:      35986
1397.85/1401.40	c #Conflicts:    1724000 | #Constraints:      36986
1397.85/1401.40	c #Conflicts:    1725000 | #Constraints:      37986
1397.85/1401.40	c #Conflicts:    1726000 | #Constraints:      38986
1397.85/1401.40	c #Conflicts:    1727000 | #Constraints:      39986
1397.85/1401.40	c #Conflicts:    1728000 | #Constraints:      40986
1397.85/1401.40	c #Conflicts:    1729000 | #Constraints:      41986
1397.85/1401.40	c #Conflicts:    1730000 | #Constraints:      42986
1397.85/1401.40	c #Conflicts:    1731000 | #Constraints:      43986
1397.85/1401.40	c #Conflicts:    1732000 | #Constraints:      44986
1397.85/1401.40	c #Conflicts:    1733000 | #Constraints:      45986
1397.85/1401.40	c #Conflicts:    1734000 | #Constraints:      46986
1397.85/1401.40	c #Conflicts:    1735000 | #Constraints:      47986
1397.85/1401.40	c #Conflicts:    1736000 | #Constraints:      48986
1397.85/1401.40	c #Conflicts:    1737000 | #Constraints:      49986
1397.85/1401.40	c #Conflicts:    1738000 | #Constraints:      50986
1397.85/1401.40	c #Conflicts:    1739000 | #Constraints:      51986
1397.85/1401.40	c #Conflicts:    1740000 | #Constraints:      52986
1397.85/1401.40	c #Conflicts:    1741000 | #Constraints:      53986
1397.85/1401.40	c #Conflicts:    1742000 | #Constraints:      54986
1397.85/1401.40	c #Conflicts:    1743000 | #Constraints:      55986
1397.85/1401.40	c #Conflicts:    1744000 | #Constraints:      56986
1397.85/1401.40	c #Conflicts:    1745000 | #Constraints:      57986
1397.85/1401.40	c #Conflicts:    1746000 | #Constraints:      58986
1397.85/1401.40	c INPROCESSING
1397.85/1401.40	c GARBAGE COLLECT
1397.85/1401.40	c rational objective 999
1434.37/1438.03	c #Conflicts:    1747000 | #Constraints:      33759
1434.37/1438.03	c #Conflicts:    1748000 | #Constraints:      34759
1434.37/1438.03	c #Conflicts:    1749000 | #Constraints:      35759
1434.37/1438.03	c #Conflicts:    1750000 | #Constraints:      36778
1434.37/1438.03	c #Conflicts:    1751000 | #Constraints:      37855
1434.37/1438.03	c #Conflicts:    1752000 | #Constraints:      38903
1434.37/1438.03	c #Conflicts:    1753000 | #Constraints:      39962
1434.37/1438.03	c #Conflicts:    1754000 | #Constraints:      41011
1434.37/1438.03	c #Conflicts:    1755000 | #Constraints:      42060
1434.37/1438.03	c #Conflicts:    1756000 | #Constraints:      43106
1434.37/1438.03	c #Conflicts:    1757000 | #Constraints:      44149
1434.37/1438.03	c #Conflicts:    1758000 | #Constraints:      45205
1434.37/1438.03	c #Conflicts:    1759000 | #Constraints:      46231
1434.37/1438.03	c #Conflicts:    1760000 | #Constraints:      47261
1434.37/1438.03	c #Conflicts:    1761000 | #Constraints:      48285
1434.37/1438.03	c #Conflicts:    1762000 | #Constraints:      49306
1434.37/1438.03	c #Conflicts:    1763000 | #Constraints:      50354
1434.37/1438.03	c #Conflicts:    1764000 | #Constraints:      51402
1434.37/1438.03	c #Conflicts:    1765000 | #Constraints:      52432
1434.37/1438.03	c #Conflicts:    1766000 | #Constraints:      53465
1434.37/1438.03	c #Conflicts:    1767000 | #Constraints:      54505
1434.37/1438.03	c #Conflicts:    1768000 | #Constraints:      55537
1434.37/1438.03	c #Conflicts:    1769000 | #Constraints:      56595
1434.37/1438.03	c #Conflicts:    1770000 | #Constraints:      57621
1434.37/1438.03	c #Conflicts:    1771000 | #Constraints:      58651
1434.37/1438.03	c #Conflicts:    1772000 | #Constraints:      59674
1434.37/1438.03	c #Conflicts:    1773000 | #Constraints:      60700
1434.37/1438.03	c INPROCESSING
1434.37/1438.03	c GARBAGE COLLECT
1434.37/1438.03	c rational objective 999
1460.09/1463.87	c #Conflicts:    1774000 | #Constraints:      34616
1460.09/1463.87	c #Conflicts:    1775000 | #Constraints:      35616
1460.09/1463.87	c #Conflicts:    1776000 | #Constraints:      36616
1460.09/1463.87	c #Conflicts:    1777000 | #Constraints:      37616
1460.09/1463.87	c #Conflicts:    1778000 | #Constraints:      38616
1460.09/1463.87	c #Conflicts:    1779000 | #Constraints:      39616
1460.09/1463.87	c #Conflicts:    1780000 | #Constraints:      40616
1460.09/1463.87	c #Conflicts:    1781000 | #Constraints:      41616
1460.09/1463.87	c #Conflicts:    1782000 | #Constraints:      42616
1460.09/1463.87	c #Conflicts:    1783000 | #Constraints:      43616
1460.09/1463.87	c #Conflicts:    1784000 | #Constraints:      44616
1460.09/1463.87	c #Conflicts:    1785000 | #Constraints:      45616
1460.09/1463.87	c #Conflicts:    1786000 | #Constraints:      46616
1460.09/1463.87	c #Conflicts:    1787000 | #Constraints:      47616
1460.09/1463.87	c #Conflicts:    1788000 | #Constraints:      48616
1460.09/1463.87	c #Conflicts:    1789000 | #Constraints:      49616
1460.09/1463.87	c #Conflicts:    1790000 | #Constraints:      50616
1460.09/1463.87	c #Conflicts:    1791000 | #Constraints:      51616
1460.09/1463.87	c #Conflicts:    1792000 | #Constraints:      52616
1460.09/1463.87	c #Conflicts:    1793000 | #Constraints:      53616
1460.09/1463.87	c #Conflicts:    1794000 | #Constraints:      54616
1460.09/1463.87	c #Conflicts:    1795000 | #Constraints:      55616
1460.09/1463.87	c #Conflicts:    1796000 | #Constraints:      56616
1460.09/1463.87	c #Conflicts:    1797000 | #Constraints:      57616
1460.09/1463.87	c #Conflicts:    1798000 | #Constraints:      58616
1460.09/1463.87	c #Conflicts:    1799000 | #Constraints:      59616
1460.09/1463.87	c #Conflicts:    1800000 | #Constraints:      60616
1460.09/1463.87	c INPROCESSING
1460.09/1463.87	c GARBAGE COLLECT
1460.09/1463.87	c rational objective 999
1485.92/1489.70	c #Conflicts:    1801000 | #Constraints:      34855
1485.92/1489.70	c #Conflicts:    1802000 | #Constraints:      35855
1485.92/1489.70	c #Conflicts:    1803000 | #Constraints:      36855
1485.92/1489.70	c #Conflicts:    1804000 | #Constraints:      37855
1485.92/1489.70	c #Conflicts:    1805000 | #Constraints:      38855
1485.92/1489.70	c #Conflicts:    1806000 | #Constraints:      39855
1485.92/1489.70	c #Conflicts:    1807000 | #Constraints:      40855
1485.92/1489.70	c #Conflicts:    1808000 | #Constraints:      41855
1485.92/1489.70	c #Conflicts:    1809000 | #Constraints:      42855
1485.92/1489.70	c #Conflicts:    1810000 | #Constraints:      43855
1485.92/1489.70	c #Conflicts:    1811000 | #Constraints:      44855
1485.92/1489.70	c #Conflicts:    1812000 | #Constraints:      45855
1485.92/1489.70	c #Conflicts:    1813000 | #Constraints:      46855
1485.92/1489.70	c #Conflicts:    1814000 | #Constraints:      47855
1485.92/1489.70	c #Conflicts:    1815000 | #Constraints:      48855
1485.92/1489.70	c #Conflicts:    1816000 | #Constraints:      49855
1485.92/1489.70	c #Conflicts:    1817000 | #Constraints:      50855
1485.92/1489.70	c #Conflicts:    1818000 | #Constraints:      51855
1485.92/1489.70	c #Conflicts:    1819000 | #Constraints:      52855
1485.92/1489.70	c #Conflicts:    1820000 | #Constraints:      53855
1485.92/1489.70	c #Conflicts:    1821000 | #Constraints:      54855
1485.92/1489.70	c #Conflicts:    1822000 | #Constraints:      55855
1485.92/1489.70	c #Conflicts:    1823000 | #Constraints:      56855
1485.92/1489.70	c #Conflicts:    1824000 | #Constraints:      57855
1485.92/1489.70	c #Conflicts:    1825000 | #Constraints:      58855
1485.92/1489.70	c #Conflicts:    1826000 | #Constraints:      59855
1485.92/1489.70	c #Conflicts:    1827000 | #Constraints:      60855
1485.92/1489.70	c INPROCESSING
1485.92/1489.70	c GARBAGE COLLECT
1485.92/1489.70	c rational objective 999
1519.05/1522.92	c #Conflicts:    1828000 | #Constraints:      34981
1519.05/1522.92	c #Conflicts:    1829000 | #Constraints:      36032
1519.05/1522.92	c #Conflicts:    1830000 | #Constraints:      37105
1519.05/1522.92	c #Conflicts:    1831000 | #Constraints:      38166
1519.05/1522.92	c #Conflicts:    1832000 | #Constraints:      39222
1519.05/1522.92	c #Conflicts:    1833000 | #Constraints:      40285
1519.05/1522.92	c #Conflicts:    1834000 | #Constraints:      41331
1519.05/1522.92	c #Conflicts:    1835000 | #Constraints:      42380
1519.05/1522.92	c #Conflicts:    1836000 | #Constraints:      43420
1519.05/1522.92	c #Conflicts:    1837000 | #Constraints:      44454
1519.05/1522.92	c #Conflicts:    1838000 | #Constraints:      45490
1519.05/1522.92	c #Conflicts:    1839000 | #Constraints:      46528
1519.05/1522.92	c #Conflicts:    1840000 | #Constraints:      47564
1519.05/1522.92	c #Conflicts:    1841000 | #Constraints:      48593
1519.05/1522.92	c #Conflicts:    1842000 | #Constraints:      49613
1519.05/1522.92	c #Conflicts:    1843000 | #Constraints:      50664
1519.05/1522.92	c #Conflicts:    1844000 | #Constraints:      51705
1519.05/1522.92	c #Conflicts:    1845000 | #Constraints:      52732
1519.05/1522.92	c #Conflicts:    1846000 | #Constraints:      53779
1519.05/1522.92	c #Conflicts:    1847000 | #Constraints:      54826
1519.05/1522.92	c #Conflicts:    1848000 | #Constraints:      55854
1519.05/1522.92	c #Conflicts:    1849000 | #Constraints:      56889
1519.05/1522.92	c #Conflicts:    1850000 | #Constraints:      57913
1519.05/1522.92	c #Conflicts:    1851000 | #Constraints:      58954
1519.05/1522.92	c #Conflicts:    1852000 | #Constraints:      59986
1519.05/1522.92	c #Conflicts:    1853000 | #Constraints:      61020
1519.05/1522.92	c #Conflicts:    1854000 | #Constraints:      62048
1519.05/1522.92	c INPROCESSING
1519.05/1522.92	c GARBAGE COLLECT
1519.05/1522.92	c rational objective 999
1546.78/1550.77	c #Conflicts:    1855000 | #Constraints:      35358
1546.78/1550.77	c #Conflicts:    1856000 | #Constraints:      36358
1546.78/1550.77	c #Conflicts:    1857000 | #Constraints:      37358
1546.78/1550.77	c #Conflicts:    1858000 | #Constraints:      38358
1546.78/1550.77	c #Conflicts:    1859000 | #Constraints:      39358
1546.78/1550.77	c #Conflicts:    1860000 | #Constraints:      40358
1546.78/1550.77	c #Conflicts:    1861000 | #Constraints:      41358
1546.78/1550.77	c #Conflicts:    1862000 | #Constraints:      42358
1546.78/1550.77	c #Conflicts:    1863000 | #Constraints:      43358
1546.78/1550.77	c #Conflicts:    1864000 | #Constraints:      44358
1546.78/1550.77	c #Conflicts:    1865000 | #Constraints:      45358
1546.78/1550.77	c #Conflicts:    1866000 | #Constraints:      46358
1546.78/1550.77	c #Conflicts:    1867000 | #Constraints:      47358
1546.78/1550.77	c #Conflicts:    1868000 | #Constraints:      48359
1546.78/1550.77	c #Conflicts:    1869000 | #Constraints:      49359
1546.78/1550.77	c #Conflicts:    1870000 | #Constraints:      50359
1546.78/1550.77	c #Conflicts:    1871000 | #Constraints:      51359
1546.78/1550.77	c #Conflicts:    1872000 | #Constraints:      52359
1546.78/1550.77	c #Conflicts:    1873000 | #Constraints:      53359
1546.78/1550.77	c #Conflicts:    1874000 | #Constraints:      54360
1546.78/1550.77	c #Conflicts:    1875000 | #Constraints:      55360
1546.78/1550.77	c #Conflicts:    1876000 | #Constraints:      56360
1546.78/1550.77	c #Conflicts:    1877000 | #Constraints:      57360
1546.78/1550.77	c #Conflicts:    1878000 | #Constraints:      58360
1546.78/1550.77	c #Conflicts:    1879000 | #Constraints:      59360
1546.78/1550.77	c #Conflicts:    1880000 | #Constraints:      60360
1546.78/1550.77	c #Conflicts:    1881000 | #Constraints:      61360
1546.78/1550.77	c INPROCESSING
1546.78/1550.77	c GARBAGE COLLECT
1546.78/1550.77	c rational objective 999
1572.21/1576.26	c #Conflicts:    1882000 | #Constraints:      34913
1572.21/1576.26	c #Conflicts:    1883000 | #Constraints:      35913
1572.21/1576.26	c #Conflicts:    1884000 | #Constraints:      36913
1572.21/1576.26	c #Conflicts:    1885000 | #Constraints:      37913
1572.21/1576.26	c #Conflicts:    1886000 | #Constraints:      38913
1572.21/1576.26	c #Conflicts:    1887000 | #Constraints:      39913
1572.21/1576.26	c #Conflicts:    1888000 | #Constraints:      40913
1572.21/1576.26	c #Conflicts:    1889000 | #Constraints:      41913
1572.21/1576.26	c #Conflicts:    1890000 | #Constraints:      42913
1572.21/1576.26	c #Conflicts:    1891000 | #Constraints:      43913
1572.21/1576.26	c #Conflicts:    1892000 | #Constraints:      44913
1572.21/1576.26	c #Conflicts:    1893000 | #Constraints:      45913
1572.21/1576.26	c #Conflicts:    1894000 | #Constraints:      46913
1572.21/1576.26	c #Conflicts:    1895000 | #Constraints:      47913
1572.21/1576.26	c #Conflicts:    1896000 | #Constraints:      48913
1572.21/1576.26	c #Conflicts:    1897000 | #Constraints:      49913
1572.21/1576.26	c #Conflicts:    1898000 | #Constraints:      50913
1572.21/1576.26	c #Conflicts:    1899000 | #Constraints:      51913
1572.21/1576.26	c #Conflicts:    1900000 | #Constraints:      52913
1572.21/1576.26	c #Conflicts:    1901000 | #Constraints:      53913
1572.21/1576.26	c #Conflicts:    1902000 | #Constraints:      54913
1572.21/1576.26	c #Conflicts:    1903000 | #Constraints:      55913
1572.21/1576.26	c #Conflicts:    1904000 | #Constraints:      56913
1572.21/1576.26	c #Conflicts:    1905000 | #Constraints:      57913
1572.21/1576.26	c #Conflicts:    1906000 | #Constraints:      58913
1572.21/1576.26	c #Conflicts:    1907000 | #Constraints:      59913
1572.21/1576.26	c #Conflicts:    1908000 | #Constraints:      60913
1572.21/1576.26	c #Conflicts:    1909000 | #Constraints:      61913
1572.21/1576.26	c INPROCESSING
1572.21/1576.26	c GARBAGE COLLECT
1572.21/1576.26	c rational objective 999
1609.82/1613.99	c #Conflicts:    1910000 | #Constraints:      35392
1609.82/1613.99	c #Conflicts:    1911000 | #Constraints:      36398
1609.82/1613.99	c #Conflicts:    1912000 | #Constraints:      37439
1609.82/1613.99	c #Conflicts:    1913000 | #Constraints:      38524
1609.82/1613.99	c #Conflicts:    1914000 | #Constraints:      39593
1609.82/1613.99	c #Conflicts:    1915000 | #Constraints:      40655
1609.82/1613.99	c #Conflicts:    1916000 | #Constraints:      41702
1609.82/1613.99	c #Conflicts:    1917000 | #Constraints:      42751
1609.82/1613.99	c #Conflicts:    1918000 | #Constraints:      43796
1609.82/1613.99	c #Conflicts:    1919000 | #Constraints:      44849
1609.82/1613.99	c #Conflicts:    1920000 | #Constraints:      45891
1609.82/1613.99	c #Conflicts:    1921000 | #Constraints:      46933
1609.82/1613.99	c #Conflicts:    1922000 | #Constraints:      47972
1609.82/1613.99	c #Conflicts:    1923000 | #Constraints:      49016
1609.82/1613.99	c #Conflicts:    1924000 | #Constraints:      50059
1609.82/1613.99	c #Conflicts:    1925000 | #Constraints:      51095
1609.82/1613.99	c #Conflicts:    1926000 | #Constraints:      52126
1609.82/1613.99	c #Conflicts:    1927000 | #Constraints:      53166
1609.82/1613.99	c #Conflicts:    1928000 | #Constraints:      54199
1609.82/1613.99	c #Conflicts:    1929000 | #Constraints:      55227
1609.82/1613.99	c #Conflicts:    1930000 | #Constraints:      56263
1609.82/1613.99	c #Conflicts:    1931000 | #Constraints:      57284
1609.82/1613.99	c #Conflicts:    1932000 | #Constraints:      58311
1609.82/1613.99	c #Conflicts:    1933000 | #Constraints:      59340
1609.82/1613.99	c #Conflicts:    1934000 | #Constraints:      60369
1609.82/1613.99	c #Conflicts:    1935000 | #Constraints:      61411
1609.82/1613.99	c #Conflicts:    1936000 | #Constraints:      62441
1609.82/1613.99	c #Conflicts:    1937000 | #Constraints:      63463
1609.82/1613.99	c INPROCESSING
1609.82/1613.99	c GARBAGE COLLECT
1609.82/1613.99	c rational objective 999
1638.05/1642.29	c #Conflicts:    1938000 | #Constraints:      36166
1638.05/1642.29	c #Conflicts:    1939000 | #Constraints:      37166
1638.05/1642.29	c #Conflicts:    1940000 | #Constraints:      38166
1638.05/1642.29	c #Conflicts:    1941000 | #Constraints:      39166
1638.05/1642.29	c #Conflicts:    1942000 | #Constraints:      40166
1638.05/1642.29	c #Conflicts:    1943000 | #Constraints:      41166
1638.05/1642.29	c #Conflicts:    1944000 | #Constraints:      42166
1638.05/1642.29	c #Conflicts:    1945000 | #Constraints:      43166
1638.05/1642.29	c #Conflicts:    1946000 | #Constraints:      44166
1638.05/1642.29	c #Conflicts:    1947000 | #Constraints:      45166
1638.05/1642.29	c #Conflicts:    1948000 | #Constraints:      46166
1638.05/1642.29	c #Conflicts:    1949000 | #Constraints:      47166
1638.05/1642.29	c #Conflicts:    1950000 | #Constraints:      48166
1638.05/1642.29	c #Conflicts:    1951000 | #Constraints:      49166
1638.05/1642.29	c #Conflicts:    1952000 | #Constraints:      50166
1638.05/1642.29	c #Conflicts:    1953000 | #Constraints:      51166
1638.05/1642.29	c #Conflicts:    1954000 | #Constraints:      52166
1638.05/1642.29	c #Conflicts:    1955000 | #Constraints:      53166
1638.05/1642.29	c #Conflicts:    1956000 | #Constraints:      54166
1638.05/1642.29	c #Conflicts:    1957000 | #Constraints:      55166
1638.05/1642.29	c #Conflicts:    1958000 | #Constraints:      56166
1638.05/1642.29	c #Conflicts:    1959000 | #Constraints:      57166
1638.05/1642.29	c #Conflicts:    1960000 | #Constraints:      58166
1638.05/1642.29	c #Conflicts:    1961000 | #Constraints:      59166
1638.05/1642.29	c #Conflicts:    1962000 | #Constraints:      60166
1638.05/1642.29	c #Conflicts:    1963000 | #Constraints:      61166
1638.05/1642.29	c #Conflicts:    1964000 | #Constraints:      62166
1638.05/1642.29	c #Conflicts:    1965000 | #Constraints:      63166
1638.05/1642.29	c INPROCESSING
1638.05/1642.29	c GARBAGE COLLECT
1638.05/1642.29	c rational objective 999
1665.48/1669.70	c #Conflicts:    1966000 | #Constraints:      36128
1665.48/1669.70	c #Conflicts:    1967000 | #Constraints:      37128
1665.48/1669.70	c #Conflicts:    1968000 | #Constraints:      38128
1665.48/1669.70	c #Conflicts:    1969000 | #Constraints:      39128
1665.48/1669.70	c #Conflicts:    1970000 | #Constraints:      40129
1665.48/1669.70	c #Conflicts:    1971000 | #Constraints:      41129
1665.48/1669.70	c #Conflicts:    1972000 | #Constraints:      42130
1665.48/1669.70	c #Conflicts:    1973000 | #Constraints:      43130
1665.48/1669.70	c #Conflicts:    1974000 | #Constraints:      44130
1665.48/1669.70	c #Conflicts:    1975000 | #Constraints:      45131
1665.48/1669.70	c #Conflicts:    1976000 | #Constraints:      46132
1665.48/1669.70	c #Conflicts:    1977000 | #Constraints:      47133
1665.48/1669.70	c #Conflicts:    1978000 | #Constraints:      48136
1665.48/1669.70	c #Conflicts:    1979000 | #Constraints:      49136
1665.48/1669.70	c #Conflicts:    1980000 | #Constraints:      50136
1665.48/1669.70	c #Conflicts:    1981000 | #Constraints:      51137
1665.48/1669.70	c #Conflicts:    1982000 | #Constraints:      52137
1665.48/1669.70	c #Conflicts:    1983000 | #Constraints:      53138
1665.48/1669.70	c #Conflicts:    1984000 | #Constraints:      54138
1665.48/1669.70	c #Conflicts:    1985000 | #Constraints:      55139
1665.48/1669.70	c #Conflicts:    1986000 | #Constraints:      56139
1665.48/1669.70	c #Conflicts:    1987000 | #Constraints:      57140
1665.48/1669.70	c #Conflicts:    1988000 | #Constraints:      58140
1665.48/1669.70	c #Conflicts:    1989000 | #Constraints:      59140
1665.48/1669.70	c #Conflicts:    1990000 | #Constraints:      60141
1665.48/1669.70	c #Conflicts:    1991000 | #Constraints:      61141
1665.48/1669.70	c #Conflicts:    1992000 | #Constraints:      62142
1665.48/1669.70	c #Conflicts:    1993000 | #Constraints:      63143
1665.48/1669.70	c INPROCESSING
1665.48/1669.70	c GARBAGE COLLECT
1665.48/1669.70	c rational objective 999
1699.00/1703.37	c #Conflicts:    1994000 | #Constraints:      36012
1699.00/1703.37	c #Conflicts:    1995000 | #Constraints:      37013
1699.00/1703.37	c #Conflicts:    1996000 | #Constraints:      38085
1699.00/1703.37	c #Conflicts:    1997000 | #Constraints:      39166
1699.00/1703.37	c #Conflicts:    1998000 | #Constraints:      40244
1699.00/1703.37	c #Conflicts:    1999000 | #Constraints:      41304
1699.00/1703.37	c #Conflicts:    2000000 | #Constraints:      42358
1699.00/1703.37	c #Conflicts:    2001000 | #Constraints:      43413
1699.00/1703.37	c #Conflicts:    2002000 | #Constraints:      44432
1699.00/1703.37	c #Conflicts:    2003000 | #Constraints:      45449
1699.00/1703.37	c #Conflicts:    2004000 | #Constraints:      46485
1699.00/1703.37	c #Conflicts:    2005000 | #Constraints:      47503
1699.00/1703.37	c #Conflicts:    2006000 | #Constraints:      48536
1699.00/1703.37	c #Conflicts:    2007000 | #Constraints:      49550
1699.00/1703.37	c #Conflicts:    2008000 | #Constraints:      50589
1699.00/1703.37	c #Conflicts:    2009000 | #Constraints:      51629
1699.00/1703.37	c #Conflicts:    2010000 | #Constraints:      52649
1699.00/1703.37	c #Conflicts:    2011000 | #Constraints:      53674
1699.00/1703.37	c #Conflicts:    2012000 | #Constraints:      54710
1699.00/1703.37	c #Conflicts:    2013000 | #Constraints:      55755
1699.00/1703.37	c #Conflicts:    2014000 | #Constraints:      56793
1699.00/1703.37	c #Conflicts:    2015000 | #Constraints:      57831
1699.00/1703.37	c #Conflicts:    2016000 | #Constraints:      58859
1699.00/1703.37	c #Conflicts:    2017000 | #Constraints:      59897
1699.00/1703.37	c #Conflicts:    2018000 | #Constraints:      60926
1699.00/1703.37	c #Conflicts:    2019000 | #Constraints:      61957
1699.00/1703.37	c #Conflicts:    2020000 | #Constraints:      62989
1699.00/1703.37	c #Conflicts:    2021000 | #Constraints:      64012
1699.00/1703.37	c INPROCESSING
1699.00/1703.37	c GARBAGE COLLECT
1699.00/1703.37	c rational objective 999
1726.52/1730.93	c #Conflicts:    2022000 | #Constraints:      36139
1726.52/1730.93	c #Conflicts:    2023000 | #Constraints:      37139
1726.52/1730.93	c #Conflicts:    2024000 | #Constraints:      38139
1726.52/1730.93	c #Conflicts:    2025000 | #Constraints:      39139
1726.52/1730.93	c #Conflicts:    2026000 | #Constraints:      40139
1726.52/1730.93	c #Conflicts:    2027000 | #Constraints:      41139
1726.52/1730.93	c #Conflicts:    2028000 | #Constraints:      42139
1726.52/1730.93	c #Conflicts:    2029000 | #Constraints:      43139
1726.52/1730.93	c #Conflicts:    2030000 | #Constraints:      44139
1726.52/1730.93	c #Conflicts:    2031000 | #Constraints:      45139
1726.52/1730.93	c #Conflicts:    2032000 | #Constraints:      46139
1726.52/1730.93	c #Conflicts:    2033000 | #Constraints:      47139
1726.52/1730.93	c #Conflicts:    2034000 | #Constraints:      48139
1726.52/1730.93	c #Conflicts:    2035000 | #Constraints:      49139
1726.52/1730.93	c #Conflicts:    2036000 | #Constraints:      50139
1726.52/1730.93	c #Conflicts:    2037000 | #Constraints:      51139
1726.52/1730.93	c #Conflicts:    2038000 | #Constraints:      52139
1726.52/1730.93	c #Conflicts:    2039000 | #Constraints:      53139
1726.52/1730.93	c #Conflicts:    2040000 | #Constraints:      54139
1726.52/1730.93	c #Conflicts:    2041000 | #Constraints:      55139
1726.52/1730.93	c #Conflicts:    2042000 | #Constraints:      56139
1726.52/1730.93	c #Conflicts:    2043000 | #Constraints:      57139
1726.52/1730.93	c #Conflicts:    2044000 | #Constraints:      58139
1726.52/1730.93	c #Conflicts:    2045000 | #Constraints:      59139
1726.52/1730.93	c #Conflicts:    2046000 | #Constraints:      60139
1726.52/1730.93	c #Conflicts:    2047000 | #Constraints:      61139
1726.52/1730.93	c #Conflicts:    2048000 | #Constraints:      62139
1726.52/1730.93	c #Conflicts:    2049000 | #Constraints:      63139
1726.52/1730.93	c #Conflicts:    2050000 | #Constraints:      64139
1726.52/1730.93	c INPROCESSING
1726.52/1730.93	c GARBAGE COLLECT
1726.52/1730.93	c rational objective 999
1755.05/1759.50	c #Conflicts:    2051000 | #Constraints:      36492
1755.05/1759.50	c #Conflicts:    2052000 | #Constraints:      37492
1755.05/1759.50	c #Conflicts:    2053000 | #Constraints:      38492
1755.05/1759.50	c #Conflicts:    2054000 | #Constraints:      39492
1755.05/1759.50	c #Conflicts:    2055000 | #Constraints:      40492
1755.05/1759.50	c #Conflicts:    2056000 | #Constraints:      41492
1755.05/1759.50	c #Conflicts:    2057000 | #Constraints:      42492
1755.05/1759.50	c #Conflicts:    2058000 | #Constraints:      43492
1755.05/1759.50	c #Conflicts:    2059000 | #Constraints:      44492
1755.05/1759.50	c #Conflicts:    2060000 | #Constraints:      45492
1755.05/1759.50	c #Conflicts:    2061000 | #Constraints:      46492
1755.05/1759.50	c #Conflicts:    2062000 | #Constraints:      47492
1755.05/1759.50	c #Conflicts:    2063000 | #Constraints:      48492
1755.05/1759.50	c #Conflicts:    2064000 | #Constraints:      49492
1755.05/1759.50	c #Conflicts:    2065000 | #Constraints:      50492
1755.05/1759.50	c #Conflicts:    2066000 | #Constraints:      51492
1755.05/1759.50	c #Conflicts:    2067000 | #Constraints:      52492
1755.05/1759.50	c #Conflicts:    2068000 | #Constraints:      53492
1755.05/1759.50	c #Conflicts:    2069000 | #Constraints:      54492
1755.05/1759.50	c #Conflicts:    2070000 | #Constraints:      55492
1755.05/1759.50	c #Conflicts:    2071000 | #Constraints:      56492
1755.05/1759.50	c #Conflicts:    2072000 | #Constraints:      57492
1755.05/1759.50	c #Conflicts:    2073000 | #Constraints:      58492
1755.05/1759.50	c #Conflicts:    2074000 | #Constraints:      59492
1755.05/1759.50	c #Conflicts:    2075000 | #Constraints:      60492
1755.05/1759.50	c #Conflicts:    2076000 | #Constraints:      61492
1755.05/1759.50	c #Conflicts:    2077000 | #Constraints:      62492
1755.05/1759.50	c #Conflicts:    2078000 | #Constraints:      63492
1755.05/1759.50	c #Conflicts:    2079000 | #Constraints:      64492
1755.05/1759.50	c INPROCESSING
1755.05/1759.50	c GARBAGE COLLECT
1755.05/1759.50	c rational objective 999
1788.97/1793.51	c #Conflicts:    2080000 | #Constraints:      36792
1788.97/1793.51	c #Conflicts:    2081000 | #Constraints:      37793
1788.97/1793.51	c #Conflicts:    2082000 | #Constraints:      38795
1788.97/1793.51	c #Conflicts:    2083000 | #Constraints:      39798
1788.97/1793.51	c #Conflicts:    2084000 | #Constraints:      40813
1788.97/1793.51	c #Conflicts:    2085000 | #Constraints:      41838
1788.97/1793.51	c #Conflicts:    2086000 | #Constraints:      42886
1788.97/1793.51	c #Conflicts:    2087000 | #Constraints:      43939
1788.97/1793.51	c #Conflicts:    2088000 | #Constraints:      44982
1788.97/1793.51	c #Conflicts:    2089000 | #Constraints:      46017
1788.97/1793.51	c #Conflicts:    2090000 | #Constraints:      47049
1788.97/1793.51	c #Conflicts:    2091000 | #Constraints:      48080
1788.97/1793.51	c #Conflicts:    2092000 | #Constraints:      49116
1788.97/1793.51	c #Conflicts:    2093000 | #Constraints:      50142
1788.97/1793.51	c #Conflicts:    2094000 | #Constraints:      51159
1788.97/1793.51	c #Conflicts:    2095000 | #Constraints:      52208
1788.97/1793.51	c #Conflicts:    2096000 | #Constraints:      53247
1788.97/1793.51	c #Conflicts:    2097000 | #Constraints:      54275
1788.97/1793.51	c #Conflicts:    2098000 | #Constraints:      55306
1788.97/1793.51	c #Conflicts:    2099000 | #Constraints:      56329
1788.97/1793.51	c #Conflicts:    2100000 | #Constraints:      57354
1788.97/1793.51	c #Conflicts:    2101000 | #Constraints:      58376
1788.97/1793.51	c #Conflicts:    2102000 | #Constraints:      59388
1788.97/1793.51	c #Conflicts:    2103000 | #Constraints:      60405
1788.97/1793.51	c #Conflicts:    2104000 | #Constraints:      61428
1788.97/1793.51	c #Conflicts:    2105000 | #Constraints:      62459
1788.97/1793.51	c #Conflicts:    2106000 | #Constraints:      63491
1788.97/1793.51	c #Conflicts:    2107000 | #Constraints:      64512
1788.97/1793.51	c #Conflicts:    2108000 | #Constraints:      65526
1788.97/1793.51	c INPROCESSING
1788.97/1793.51	c GARBAGE COLLECT
1788.97/1793.51	c rational objective 999
1819.30/1823.98	c #Conflicts:    2109000 | #Constraints:      37224
1819.30/1823.98	c #Conflicts:    2110000 | #Constraints:      38224
1819.30/1823.98	c #Conflicts:    2111000 | #Constraints:      39224
1819.30/1823.98	c #Conflicts:    2112000 | #Constraints:      40224
1819.30/1823.98	c #Conflicts:    2113000 | #Constraints:      41224
1819.30/1823.98	c #Conflicts:    2114000 | #Constraints:      42224
1819.30/1823.98	c #Conflicts:    2115000 | #Constraints:      43224
1819.30/1823.98	c #Conflicts:    2116000 | #Constraints:      44224
1819.30/1823.98	c #Conflicts:    2117000 | #Constraints:      45224
1819.30/1823.98	c #Conflicts:    2118000 | #Constraints:      46224
1819.30/1823.98	c #Conflicts:    2119000 | #Constraints:      47224
1819.30/1823.98	c #Conflicts:    2120000 | #Constraints:      48224
1819.30/1823.98	c #Conflicts:    2121000 | #Constraints:      49224
1819.30/1823.98	c #Conflicts:    2122000 | #Constraints:      50224
1819.30/1823.98	c #Conflicts:    2123000 | #Constraints:      51224
1819.30/1823.98	c #Conflicts:    2124000 | #Constraints:      52224
1819.30/1823.98	c #Conflicts:    2125000 | #Constraints:      53224
1819.30/1823.98	c #Conflicts:    2126000 | #Constraints:      54224
1819.30/1823.98	c #Conflicts:    2127000 | #Constraints:      55224
1819.30/1823.98	c #Conflicts:    2128000 | #Constraints:      56224
1819.30/1823.98	c #Conflicts:    2129000 | #Constraints:      57224
1819.30/1823.98	c #Conflicts:    2130000 | #Constraints:      58224
1819.30/1823.98	c #Conflicts:    2131000 | #Constraints:      59224
1819.30/1823.98	c #Conflicts:    2132000 | #Constraints:      60224
1819.30/1823.98	c #Conflicts:    2133000 | #Constraints:      61224
1819.30/1823.98	c #Conflicts:    2134000 | #Constraints:      62224
1819.30/1823.98	c #Conflicts:    2135000 | #Constraints:      63224
1819.30/1823.98	c #Conflicts:    2136000 | #Constraints:      64224
1819.30/1823.98	c #Conflicts:    2137000 | #Constraints:      65224
1819.30/1823.98	c INPROCESSING
1819.30/1823.98	c GARBAGE COLLECT
1819.30/1823.98	c rational objective 999
1849.23/1853.90	c #Conflicts:    2138000 | #Constraints:      37071
1849.23/1853.90	c #Conflicts:    2139000 | #Constraints:      38071
1849.23/1853.90	c #Conflicts:    2140000 | #Constraints:      39071
1849.23/1853.90	c #Conflicts:    2141000 | #Constraints:      40071
1849.23/1853.90	c #Conflicts:    2142000 | #Constraints:      41071
1849.23/1853.90	c #Conflicts:    2143000 | #Constraints:      42071
1849.23/1853.90	c #Conflicts:    2144000 | #Constraints:      43071
1849.23/1853.90	c #Conflicts:    2145000 | #Constraints:      44071
1849.23/1853.90	c #Conflicts:    2146000 | #Constraints:      45071
1849.23/1853.90	c #Conflicts:    2147000 | #Constraints:      46071
1849.23/1853.90	c #Conflicts:    2148000 | #Constraints:      47071
1849.23/1853.90	c #Conflicts:    2149000 | #Constraints:      48071
1849.23/1853.90	c #Conflicts:    2150000 | #Constraints:      49071
1849.23/1853.90	c #Conflicts:    2151000 | #Constraints:      50071
1849.23/1853.90	c #Conflicts:    2152000 | #Constraints:      51071
1849.23/1853.90	c #Conflicts:    2153000 | #Constraints:      52071
1849.23/1853.90	c #Conflicts:    2154000 | #Constraints:      53071
1849.23/1853.90	c #Conflicts:    2155000 | #Constraints:      54071
1849.23/1853.90	c #Conflicts:    2156000 | #Constraints:      55071
1849.23/1853.90	c #Conflicts:    2157000 | #Constraints:      56071
1849.23/1853.90	c #Conflicts:    2158000 | #Constraints:      57071
1849.23/1853.90	c #Conflicts:    2159000 | #Constraints:      58071
1849.23/1853.90	c #Conflicts:    2160000 | #Constraints:      59071
1849.23/1853.90	c #Conflicts:    2161000 | #Constraints:      60071
1849.23/1853.90	c #Conflicts:    2162000 | #Constraints:      61071
1849.23/1853.90	c #Conflicts:    2163000 | #Constraints:      62071
1849.23/1853.90	c #Conflicts:    2164000 | #Constraints:      63071
1849.23/1853.90	c #Conflicts:    2165000 | #Constraints:      64071
1849.23/1853.90	c #Conflicts:    2166000 | #Constraints:      65071
1849.23/1853.90	c INPROCESSING
1849.23/1853.90	c GARBAGE COLLECT
1849.23/1853.90	c rational objective 999
1925.63/1930.54	c #Conflicts:    2167000 | #Constraints:      36780
1925.63/1930.54	c #Conflicts:    2168000 | #Constraints:      37789
1925.63/1930.54	c #Conflicts:    2169000 | #Constraints:      38791
1925.63/1930.54	c #Conflicts:    2170000 | #Constraints:      39798
1925.63/1930.54	c #Conflicts:    2171000 | #Constraints:      40805
1925.63/1930.54	c #Conflicts:    2172000 | #Constraints:      41805
1925.63/1930.54	c #Conflicts:    2173000 | #Constraints:      42829
1925.63/1930.54	c #Conflicts:    2174000 | #Constraints:      43832
1925.63/1930.54	c #Conflicts:    2175000 | #Constraints:      44836
1925.63/1930.54	c #Conflicts:    2176000 | #Constraints:      45837
1925.63/1930.54	c #Conflicts:    2177000 | #Constraints:      46838
1925.63/1930.54	c #Conflicts:    2178000 | #Constraints:      47863
1925.63/1930.54	c #Conflicts:    2179000 | #Constraints:      48887
1925.63/1930.54	c #Conflicts:    2180000 | #Constraints:      49892
1925.63/1930.54	c #Conflicts:    2181000 | #Constraints:      50899
1925.63/1930.54	c #Conflicts:    2182000 | #Constraints:      51910
1925.63/1930.54	c #Conflicts:    2183000 | #Constraints:      52910
1925.63/1930.54	c #Conflicts:    2184000 | #Constraints:      53916
1925.63/1930.54	c #Conflicts:    2185000 | #Constraints:      54916
1925.63/1930.54	c #Conflicts:    2186000 | #Constraints:      55917
1925.63/1930.54	c #Conflicts:    2187000 | #Constraints:      56917
1925.63/1930.54	c #Conflicts:    2188000 | #Constraints:      57918
1925.63/1930.54	c #Conflicts:    2189000 | #Constraints:      58919
1925.63/1930.54	c #Conflicts:    2190000 | #Constraints:      59920
1925.63/1930.54	c #Conflicts:    2191000 | #Constraints:      60921
1925.63/1930.54	c #Conflicts:    2192000 | #Constraints:      61923
1925.63/1930.54	c #Conflicts:    2193000 | #Constraints:      62927
1925.63/1930.54	c #Conflicts:    2194000 | #Constraints:      63929
1925.63/1930.54	c #Conflicts:    2195000 | #Constraints:      64932
1925.63/1930.54	c #Conflicts:    2196000 | #Constraints:      65934
1925.63/1930.54	c INPROCESSING
1925.63/1930.54	c GARBAGE COLLECT
1925.63/1930.54	c rational objective 999
1957.85/1962.85	c #Conflicts:    2197000 | #Constraints:      37331
1957.85/1962.85	c #Conflicts:    2198000 | #Constraints:      38331
1957.85/1962.85	c #Conflicts:    2199000 | #Constraints:      39331
1957.85/1962.85	c #Conflicts:    2200000 | #Constraints:      40331
1957.85/1962.85	c #Conflicts:    2201000 | #Constraints:      41331
1957.85/1962.85	c #Conflicts:    2202000 | #Constraints:      42331
1957.85/1962.85	c #Conflicts:    2203000 | #Constraints:      43331
1957.85/1962.85	c #Conflicts:    2204000 | #Constraints:      44331
1957.85/1962.85	c #Conflicts:    2205000 | #Constraints:      45331
1957.85/1962.85	c #Conflicts:    2206000 | #Constraints:      46331
1957.85/1962.85	c #Conflicts:    2207000 | #Constraints:      47331
1957.85/1962.85	c #Conflicts:    2208000 | #Constraints:      48331
1957.85/1962.85	c #Conflicts:    2209000 | #Constraints:      49331
1957.85/1962.85	c #Conflicts:    2210000 | #Constraints:      50331
1957.85/1962.85	c #Conflicts:    2211000 | #Constraints:      51331
1957.85/1962.85	c #Conflicts:    2212000 | #Constraints:      52331
1957.85/1962.85	c #Conflicts:    2213000 | #Constraints:      53331
1957.85/1962.85	c #Conflicts:    2214000 | #Constraints:      54331
1957.85/1962.85	c #Conflicts:    2215000 | #Constraints:      55331
1957.85/1962.85	c #Conflicts:    2216000 | #Constraints:      56331
1957.85/1962.85	c #Conflicts:    2217000 | #Constraints:      57331
1957.85/1962.85	c #Conflicts:    2218000 | #Constraints:      58331
1957.85/1962.85	c #Conflicts:    2219000 | #Constraints:      59331
1957.85/1962.85	c #Conflicts:    2220000 | #Constraints:      60331
1957.85/1962.85	c #Conflicts:    2221000 | #Constraints:      61331
1957.85/1962.85	c #Conflicts:    2222000 | #Constraints:      62331
1957.85/1962.85	c #Conflicts:    2223000 | #Constraints:      63331
1957.85/1962.85	c #Conflicts:    2224000 | #Constraints:      64331
1957.85/1962.85	c #Conflicts:    2225000 | #Constraints:      65331
1957.85/1962.85	c #Conflicts:    2226000 | #Constraints:      66331
1957.85/1962.85	c INPROCESSING
1957.85/1962.85	c GARBAGE COLLECT
1957.85/1962.85	c rational objective 999
1993.26/1998.36	c #Conflicts:    2227000 | #Constraints:      37702
1993.26/1998.36	c #Conflicts:    2228000 | #Constraints:      38702
1993.26/1998.36	c #Conflicts:    2229000 | #Constraints:      39702
1993.26/1998.36	c #Conflicts:    2230000 | #Constraints:      40702
1993.26/1998.36	c #Conflicts:    2231000 | #Constraints:      41702
1993.26/1998.36	c #Conflicts:    2232000 | #Constraints:      42702
1993.26/1998.36	c #Conflicts:    2233000 | #Constraints:      43702
1993.26/1998.36	c #Conflicts:    2234000 | #Constraints:      44702
1993.26/1998.36	c #Conflicts:    2235000 | #Constraints:      45702
1993.26/1998.36	c #Conflicts:    2236000 | #Constraints:      46702
1993.26/1998.36	c #Conflicts:    2237000 | #Constraints:      47702
1993.26/1998.36	c #Conflicts:    2238000 | #Constraints:      48702
1993.26/1998.36	c #Conflicts:    2239000 | #Constraints:      49702
1993.26/1998.36	c #Conflicts:    2240000 | #Constraints:      50702
1993.26/1998.36	c #Conflicts:    2241000 | #Constraints:      51702
1993.26/1998.36	c #Conflicts:    2242000 | #Constraints:      52702
1993.26/1998.36	c #Conflicts:    2243000 | #Constraints:      53702
1993.26/1998.36	c #Conflicts:    2244000 | #Constraints:      54702
1993.26/1998.36	c #Conflicts:    2245000 | #Constraints:      55702
1993.26/1998.36	c #Conflicts:    2246000 | #Constraints:      56702
1993.26/1998.36	c #Conflicts:    2247000 | #Constraints:      57702
1993.26/1998.36	c #Conflicts:    2248000 | #Constraints:      58702
1993.26/1998.36	c #Conflicts:    2249000 | #Constraints:      59702
1993.26/1998.36	c #Conflicts:    2250000 | #Constraints:      60702
1993.26/1998.36	c #Conflicts:    2251000 | #Constraints:      61702
1993.26/1998.36	c #Conflicts:    2252000 | #Constraints:      62702
1993.26/1998.36	c #Conflicts:    2253000 | #Constraints:      63702
1993.26/1998.36	c #Conflicts:    2254000 | #Constraints:      64702
1993.26/1998.36	c #Conflicts:    2255000 | #Constraints:      65702
1993.26/1998.36	c #Conflicts:    2256000 | #Constraints:      66702
1993.26/1998.36	c INPROCESSING
1993.26/1998.36	c GARBAGE COLLECT
1993.26/1998.36	c rational objective 999
2026.57/2031.76	c #Conflicts:    2257000 | #Constraints:      37878
2026.57/2031.76	c #Conflicts:    2258000 | #Constraints:      38878
2026.57/2031.76	c #Conflicts:    2259000 | #Constraints:      39878
2026.57/2031.76	c #Conflicts:    2260000 | #Constraints:      40878
2026.57/2031.76	c #Conflicts:    2261000 | #Constraints:      41878
2026.57/2031.76	c #Conflicts:    2262000 | #Constraints:      42878
2026.57/2031.76	c #Conflicts:    2263000 | #Constraints:      43878
2026.57/2031.76	c #Conflicts:    2264000 | #Constraints:      44878
2026.57/2031.76	c #Conflicts:    2265000 | #Constraints:      45878
2026.57/2031.76	c #Conflicts:    2266000 | #Constraints:      46878
2026.57/2031.76	c #Conflicts:    2267000 | #Constraints:      47878
2026.57/2031.76	c #Conflicts:    2268000 | #Constraints:      48878
2026.57/2031.76	c #Conflicts:    2269000 | #Constraints:      49878
2026.57/2031.76	c #Conflicts:    2270000 | #Constraints:      50878
2026.57/2031.76	c #Conflicts:    2271000 | #Constraints:      51878
2026.57/2031.76	c #Conflicts:    2272000 | #Constraints:      52878
2026.57/2031.76	c #Conflicts:    2273000 | #Constraints:      53878
2026.57/2031.76	c #Conflicts:    2274000 | #Constraints:      54878
2026.57/2031.76	c #Conflicts:    2275000 | #Constraints:      55878
2026.57/2031.76	c #Conflicts:    2276000 | #Constraints:      56878
2026.57/2031.76	c #Conflicts:    2277000 | #Constraints:      57878
2026.57/2031.76	c #Conflicts:    2278000 | #Constraints:      58878
2026.57/2031.76	c #Conflicts:    2279000 | #Constraints:      59878
2026.57/2031.76	c #Conflicts:    2280000 | #Constraints:      60878
2026.57/2031.76	c #Conflicts:    2281000 | #Constraints:      61878
2026.57/2031.76	c #Conflicts:    2282000 | #Constraints:      62878
2026.57/2031.76	c #Conflicts:    2283000 | #Constraints:      63878
2026.57/2031.76	c #Conflicts:    2284000 | #Constraints:      64878
2026.57/2031.76	c #Conflicts:    2285000 | #Constraints:      65878
2026.57/2031.76	c #Conflicts:    2286000 | #Constraints:      66878
2026.57/2031.76	c INPROCESSING
2026.57/2031.76	c GARBAGE COLLECT
2026.57/2031.76	c rational objective 999
2112.66/2118.09	c #Conflicts:    2287000 | #Constraints:      37909
2112.66/2118.09	c #Conflicts:    2288000 | #Constraints:      38916
2112.66/2118.09	c #Conflicts:    2289000 | #Constraints:      39918
2112.66/2118.09	c #Conflicts:    2290000 | #Constraints:      40925
2112.66/2118.09	c #Conflicts:    2291000 | #Constraints:      41932
2112.66/2118.09	c #Conflicts:    2292000 | #Constraints:      42935
2112.66/2118.09	c #Conflicts:    2293000 | #Constraints:      43937
2112.66/2118.09	c #Conflicts:    2294000 | #Constraints:      44940
2112.66/2118.09	c #Conflicts:    2295000 | #Constraints:      45943
2112.66/2118.09	c #Conflicts:    2296000 | #Constraints:      46944
2112.66/2118.09	c #Conflicts:    2297000 | #Constraints:      47969
2112.66/2118.09	c #Conflicts:    2298000 | #Constraints:      48972
2112.66/2118.09	c #Conflicts:    2299000 | #Constraints:      49972
2112.66/2118.09	c #Conflicts:    2300000 | #Constraints:      50972
2112.66/2118.09	c #Conflicts:    2301000 | #Constraints:      51975
2112.66/2118.09	c #Conflicts:    2302000 | #Constraints:      52992
2112.66/2118.09	c #Conflicts:    2303000 | #Constraints:      54002
2112.66/2118.09	c #Conflicts:    2304000 | #Constraints:      55009
2112.66/2118.09	c #Conflicts:    2305000 | #Constraints:      56009
2112.66/2118.09	c #Conflicts:    2306000 | #Constraints:      57013
2112.66/2118.09	c #Conflicts:    2307000 | #Constraints:      58015
2112.66/2118.09	c #Conflicts:    2308000 | #Constraints:      59016
2112.66/2118.09	c #Conflicts:    2309000 | #Constraints:      60017
2112.66/2118.09	c #Conflicts:    2310000 | #Constraints:      61017
2112.66/2118.09	c #Conflicts:    2311000 | #Constraints:      62017
2112.66/2118.09	c #Conflicts:    2312000 | #Constraints:      63017
2112.66/2118.09	c #Conflicts:    2313000 | #Constraints:      64020
2112.66/2118.09	c #Conflicts:    2314000 | #Constraints:      65020
2112.66/2118.09	c #Conflicts:    2315000 | #Constraints:      66022
2112.66/2118.09	c #Conflicts:    2316000 | #Constraints:      67025
2112.66/2118.09	c INPROCESSING
2112.66/2118.09	c GARBAGE COLLECT
2112.66/2118.09	c rational objective 999
2145.28/2150.79	c #Conflicts:    2317000 | #Constraints:      37712
2145.28/2150.79	c #Conflicts:    2318000 | #Constraints:      38712
2145.28/2150.79	c #Conflicts:    2319000 | #Constraints:      39712
2145.28/2150.79	c #Conflicts:    2320000 | #Constraints:      40712
2145.28/2150.79	c #Conflicts:    2321000 | #Constraints:      41712
2145.28/2150.79	c #Conflicts:    2322000 | #Constraints:      42712
2145.28/2150.79	c #Conflicts:    2323000 | #Constraints:      43712
2145.28/2150.79	c #Conflicts:    2324000 | #Constraints:      44712
2145.28/2150.79	c #Conflicts:    2325000 | #Constraints:      45712
2145.28/2150.79	c #Conflicts:    2326000 | #Constraints:      46712
2145.28/2150.79	c #Conflicts:    2327000 | #Constraints:      47712
2145.28/2150.79	c #Conflicts:    2328000 | #Constraints:      48712
2145.28/2150.79	c #Conflicts:    2329000 | #Constraints:      49712
2145.28/2150.79	c #Conflicts:    2330000 | #Constraints:      50712
2145.28/2150.79	c #Conflicts:    2331000 | #Constraints:      51712
2145.28/2150.79	c #Conflicts:    2332000 | #Constraints:      52712
2145.28/2150.79	c #Conflicts:    2333000 | #Constraints:      53712
2145.28/2150.79	c #Conflicts:    2334000 | #Constraints:      54712
2145.28/2150.79	c #Conflicts:    2335000 | #Constraints:      55712
2145.28/2150.79	c #Conflicts:    2336000 | #Constraints:      56712
2145.28/2150.79	c #Conflicts:    2337000 | #Constraints:      57712
2145.28/2150.79	c #Conflicts:    2338000 | #Constraints:      58713
2145.28/2150.79	c #Conflicts:    2339000 | #Constraints:      59713
2145.28/2150.79	c #Conflicts:    2340000 | #Constraints:      60713
2145.28/2150.79	c #Conflicts:    2341000 | #Constraints:      61713
2145.28/2150.79	c #Conflicts:    2342000 | #Constraints:      62713
2145.28/2150.79	c #Conflicts:    2343000 | #Constraints:      63713
2145.28/2150.79	c #Conflicts:    2344000 | #Constraints:      64713
2145.28/2150.79	c #Conflicts:    2345000 | #Constraints:      65713
2145.28/2150.79	c #Conflicts:    2346000 | #Constraints:      66713
2145.28/2150.79	c #Conflicts:    2347000 | #Constraints:      67713
2145.28/2150.79	c INPROCESSING
2145.28/2150.79	c GARBAGE COLLECT
2145.28/2150.79	c rational objective 999
2175.22/2180.77	c #Conflicts:    2348000 | #Constraints:      38300
2175.22/2180.77	c #Conflicts:    2349000 | #Constraints:      39300
2175.22/2180.77	c #Conflicts:    2350000 | #Constraints:      40300
2175.22/2180.77	c #Conflicts:    2351000 | #Constraints:      41300
2175.22/2180.77	c #Conflicts:    2352000 | #Constraints:      42300
2175.22/2180.77	c #Conflicts:    2353000 | #Constraints:      43300
2175.22/2180.77	c #Conflicts:    2354000 | #Constraints:      44300
2175.22/2180.77	c #Conflicts:    2355000 | #Constraints:      45300
2175.22/2180.77	c #Conflicts:    2356000 | #Constraints:      46300
2175.22/2180.77	c #Conflicts:    2357000 | #Constraints:      47300
2175.22/2180.77	c #Conflicts:    2358000 | #Constraints:      48300
2175.22/2180.77	c #Conflicts:    2359000 | #Constraints:      49300
2175.22/2180.77	c #Conflicts:    2360000 | #Constraints:      50300
2175.22/2180.77	c #Conflicts:    2361000 | #Constraints:      51300
2175.22/2180.77	c #Conflicts:    2362000 | #Constraints:      52300
2175.22/2180.77	c #Conflicts:    2363000 | #Constraints:      53300
2175.22/2180.77	c #Conflicts:    2364000 | #Constraints:      54300
2175.22/2180.77	c #Conflicts:    2365000 | #Constraints:      55300
2175.22/2180.77	c #Conflicts:    2366000 | #Constraints:      56300
2175.22/2180.77	c #Conflicts:    2367000 | #Constraints:      57300
2175.22/2180.77	c #Conflicts:    2368000 | #Constraints:      58300
2175.22/2180.77	c #Conflicts:    2369000 | #Constraints:      59300
2175.22/2180.77	c #Conflicts:    2370000 | #Constraints:      60300
2175.22/2180.77	c #Conflicts:    2371000 | #Constraints:      61300
2175.22/2180.77	c #Conflicts:    2372000 | #Constraints:      62300
2175.22/2180.77	c #Conflicts:    2373000 | #Constraints:      63300
2175.22/2180.77	c #Conflicts:    2374000 | #Constraints:      64300
2175.22/2180.77	c #Conflicts:    2375000 | #Constraints:      65300
2175.22/2180.77	c #Conflicts:    2376000 | #Constraints:      66300
2175.22/2180.77	c #Conflicts:    2377000 | #Constraints:      67300
2175.22/2180.77	c #Conflicts:    2378000 | #Constraints:      68300
2175.22/2180.77	c INPROCESSING
2175.22/2180.77	c GARBAGE COLLECT
2175.22/2180.77	c rational objective 999
2189.38/2194.97	c #Conflicts:    2379000 | #Constraints:      38681
2189.38/2194.97	c #Conflicts:    2380000 | #Constraints:      39681
2189.38/2194.97	c #Conflicts:    2381000 | #Constraints:      40681
2189.38/2194.97	c #Conflicts:    2382000 | #Constraints:      41681
2189.38/2194.97	c #Conflicts:    2383000 | #Constraints:      42681
2189.38/2194.97	c #Conflicts:    2384000 | #Constraints:      43681
2189.38/2194.97	c #Conflicts:    2385000 | #Constraints:      44682
2189.38/2194.97	c #Conflicts:    2386000 | #Constraints:      45682
2189.38/2194.97	c #Conflicts:    2387000 | #Constraints:      46682
2189.38/2194.97	c #Conflicts:    2388000 | #Constraints:      47682
2189.38/2194.97	c #Conflicts:    2389000 | #Constraints:      48682
2189.38/2194.97	c #Conflicts:    2390000 | #Constraints:      49682
2189.38/2194.97	c #Conflicts:    2391000 | #Constraints:      50683
2189.38/2194.97	c #Conflicts:    2392000 | #Constraints:      51683
2189.38/2194.97	c #Conflicts:    2393000 | #Constraints:      52683
2189.38/2194.97	c #Conflicts:    2394000 | #Constraints:      53683
2189.38/2194.97	c bounds 1039 >= 1000 @ 2170.79
2206.34/2212.00	c #Conflicts:    2395000 | #Constraints:      54761
2206.34/2212.00	c #Conflicts:    2396000 | #Constraints:      55761
2206.34/2212.00	c #Conflicts:    2397000 | #Constraints:      56761
2206.34/2212.00	c #Conflicts:    2398000 | #Constraints:      57761
2206.34/2212.00	c #Conflicts:    2399000 | #Constraints:      58761
2206.34/2212.00	c #Conflicts:    2400000 | #Constraints:      59761
2206.34/2212.00	c #Conflicts:    2401000 | #Constraints:      60761
2206.34/2212.00	c #Conflicts:    2402000 | #Constraints:      61761
2206.34/2212.00	c #Conflicts:    2403000 | #Constraints:      62761
2206.34/2212.00	c #Conflicts:    2404000 | #Constraints:      63761
2206.34/2212.00	c #Conflicts:    2405000 | #Constraints:      64761
2206.34/2212.00	c #Conflicts:    2406000 | #Constraints:      65761
2206.34/2212.00	c #Conflicts:    2407000 | #Constraints:      66761
2206.34/2212.00	c #Conflicts:    2408000 | #Constraints:      67761
2206.34/2212.00	c #Conflicts:    2409000 | #Constraints:      68761
2206.34/2212.00	c INPROCESSING
2206.34/2212.00	c GARBAGE COLLECT
2206.34/2212.00	c rational objective 1000
2237.37/2243.07	c #Conflicts:    2410000 | #Constraints:      38948
2237.37/2243.07	c #Conflicts:    2411000 | #Constraints:      39948
2237.37/2243.07	c #Conflicts:    2412000 | #Constraints:      40948
2237.37/2243.07	c #Conflicts:    2413000 | #Constraints:      41948
2237.37/2243.07	c #Conflicts:    2414000 | #Constraints:      42948
2237.37/2243.07	c #Conflicts:    2415000 | #Constraints:      43948
2237.37/2243.07	c #Conflicts:    2416000 | #Constraints:      44948
2237.37/2243.07	c #Conflicts:    2417000 | #Constraints:      45948
2237.37/2243.07	c #Conflicts:    2418000 | #Constraints:      46948
2237.37/2243.07	c #Conflicts:    2419000 | #Constraints:      47948
2237.37/2243.07	c #Conflicts:    2420000 | #Constraints:      48948
2237.37/2243.07	c #Conflicts:    2421000 | #Constraints:      49949
2237.37/2243.07	c #Conflicts:    2422000 | #Constraints:      50949
2237.37/2243.07	c #Conflicts:    2423000 | #Constraints:      51949
2237.37/2243.07	c #Conflicts:    2424000 | #Constraints:      52949
2237.37/2243.07	c #Conflicts:    2425000 | #Constraints:      53949
2237.37/2243.07	c #Conflicts:    2426000 | #Constraints:      54950
2237.37/2243.07	c #Conflicts:    2427000 | #Constraints:      55950
2237.37/2243.07	c #Conflicts:    2428000 | #Constraints:      56950
2237.37/2243.07	c #Conflicts:    2429000 | #Constraints:      57950
2237.37/2243.07	c #Conflicts:    2430000 | #Constraints:      58950
2237.37/2243.07	c #Conflicts:    2431000 | #Constraints:      59953
2237.37/2243.07	c #Conflicts:    2432000 | #Constraints:      60953
2237.37/2243.07	c #Conflicts:    2433000 | #Constraints:      61953
2237.37/2243.07	c #Conflicts:    2434000 | #Constraints:      62953
2237.37/2243.07	c #Conflicts:    2435000 | #Constraints:      63953
2237.37/2243.07	c #Conflicts:    2436000 | #Constraints:      64953
2237.37/2243.07	c #Conflicts:    2437000 | #Constraints:      65954
2237.37/2243.07	c #Conflicts:    2438000 | #Constraints:      66954
2237.37/2243.07	c #Conflicts:    2439000 | #Constraints:      67954
2237.37/2243.07	c #Conflicts:    2440000 | #Constraints:      68954
2237.37/2243.07	c INPROCESSING
2237.37/2243.07	c GARBAGE COLLECT
2237.37/2243.07	c rational objective 1000
2306.10/2311.93	c #Conflicts:    2441000 | #Constraints:      38948
2306.10/2311.93	c #Conflicts:    2442000 | #Constraints:      39949
2306.10/2311.93	c #Conflicts:    2443000 | #Constraints:      40949
2306.10/2311.93	c #Conflicts:    2444000 | #Constraints:      41950
2306.10/2311.93	c #Conflicts:    2445000 | #Constraints:      42962
2306.10/2311.93	c #Conflicts:    2446000 | #Constraints:      43963
2306.10/2311.93	c #Conflicts:    2447000 | #Constraints:      44965
2306.10/2311.93	c #Conflicts:    2448000 | #Constraints:      45966
2306.10/2311.93	c #Conflicts:    2449000 | #Constraints:      46966
2306.10/2311.93	c #Conflicts:    2450000 | #Constraints:      47966
2306.10/2311.93	c #Conflicts:    2451000 | #Constraints:      48967
2306.10/2311.93	c #Conflicts:    2452000 | #Constraints:      49968
2306.10/2311.93	c #Conflicts:    2453000 | #Constraints:      50986
2306.10/2311.93	c #Conflicts:    2454000 | #Constraints:      52001
2306.10/2311.93	c #Conflicts:    2455000 | #Constraints:      53001
2306.10/2311.93	c #Conflicts:    2456000 | #Constraints:      54002
2306.10/2311.93	c #Conflicts:    2457000 | #Constraints:      55006
2306.10/2311.93	c #Conflicts:    2458000 | #Constraints:      56007
2306.10/2311.93	c #Conflicts:    2459000 | #Constraints:      57007
2306.10/2311.93	c #Conflicts:    2460000 | #Constraints:      58008
2306.10/2311.93	c #Conflicts:    2461000 | #Constraints:      59017
2306.10/2311.93	c #Conflicts:    2462000 | #Constraints:      60017
2306.10/2311.93	c #Conflicts:    2463000 | #Constraints:      61034
2306.10/2311.93	c #Conflicts:    2464000 | #Constraints:      62035
2306.10/2311.93	c #Conflicts:    2465000 | #Constraints:      63040
2306.10/2311.93	c #Conflicts:    2466000 | #Constraints:      64041
2306.10/2311.93	c #Conflicts:    2467000 | #Constraints:      65041
2306.10/2311.93	c #Conflicts:    2468000 | #Constraints:      66052
2306.10/2311.93	c #Conflicts:    2469000 | #Constraints:      67053
2306.10/2311.93	c #Conflicts:    2470000 | #Constraints:      68131
2306.10/2311.93	c #Conflicts:    2471000 | #Constraints:      69186
2306.10/2311.93	c INPROCESSING
2306.10/2311.93	c GARBAGE COLLECT
2306.10/2311.93	c rational objective 1000
2338.23/2344.18	c #Conflicts:    2472000 | #Constraints:      38721
2338.23/2344.18	c #Conflicts:    2473000 | #Constraints:      39721
2338.23/2344.18	c #Conflicts:    2474000 | #Constraints:      40721
2338.23/2344.18	c #Conflicts:    2475000 | #Constraints:      41721
2338.23/2344.18	c #Conflicts:    2476000 | #Constraints:      42721
2338.23/2344.18	c #Conflicts:    2477000 | #Constraints:      43721
2338.23/2344.18	c #Conflicts:    2478000 | #Constraints:      44721
2338.23/2344.18	c #Conflicts:    2479000 | #Constraints:      45721
2338.23/2344.18	c #Conflicts:    2480000 | #Constraints:      46721
2338.23/2344.18	c #Conflicts:    2481000 | #Constraints:      47721
2338.23/2344.18	c #Conflicts:    2482000 | #Constraints:      48721
2338.23/2344.18	c #Conflicts:    2483000 | #Constraints:      49721
2338.23/2344.18	c #Conflicts:    2484000 | #Constraints:      50721
2338.23/2344.18	c #Conflicts:    2485000 | #Constraints:      51721
2338.23/2344.18	c #Conflicts:    2486000 | #Constraints:      52721
2338.23/2344.18	c #Conflicts:    2487000 | #Constraints:      53721
2338.23/2344.18	c #Conflicts:    2488000 | #Constraints:      54721
2338.23/2344.18	c #Conflicts:    2489000 | #Constraints:      55721
2338.23/2344.18	c #Conflicts:    2490000 | #Constraints:      56721
2338.23/2344.18	c #Conflicts:    2491000 | #Constraints:      57721
2338.23/2344.18	c #Conflicts:    2492000 | #Constraints:      58721
2338.23/2344.18	c #Conflicts:    2493000 | #Constraints:      59721
2338.23/2344.18	c #Conflicts:    2494000 | #Constraints:      60721
2338.23/2344.18	c #Conflicts:    2495000 | #Constraints:      61721
2338.23/2344.18	c #Conflicts:    2496000 | #Constraints:      62721
2338.23/2344.18	c #Conflicts:    2497000 | #Constraints:      63721
2338.23/2344.18	c #Conflicts:    2498000 | #Constraints:      64721
2338.23/2344.18	c #Conflicts:    2499000 | #Constraints:      65721
2338.23/2344.18	c #Conflicts:    2500000 | #Constraints:      66721
2338.23/2344.18	c #Conflicts:    2501000 | #Constraints:      67721
2338.23/2344.18	c #Conflicts:    2502000 | #Constraints:      68721
2338.23/2344.18	c #Conflicts:    2503000 | #Constraints:      69721
2338.23/2344.18	c INPROCESSING
2338.23/2344.18	c GARBAGE COLLECT
2338.23/2344.18	c rational objective 1000
2370.44/2376.40	c #Conflicts:    2504000 | #Constraints:      39338
2370.44/2376.40	c #Conflicts:    2505000 | #Constraints:      40338
2370.44/2376.40	c #Conflicts:    2506000 | #Constraints:      41338
2370.44/2376.40	c #Conflicts:    2507000 | #Constraints:      42338
2370.44/2376.40	c #Conflicts:    2508000 | #Constraints:      43338
2370.44/2376.40	c #Conflicts:    2509000 | #Constraints:      44338
2370.44/2376.40	c #Conflicts:    2510000 | #Constraints:      45338
2370.44/2376.40	c #Conflicts:    2511000 | #Constraints:      46338
2370.44/2376.40	c #Conflicts:    2512000 | #Constraints:      47338
2370.44/2376.40	c #Conflicts:    2513000 | #Constraints:      48338
2370.44/2376.40	c #Conflicts:    2514000 | #Constraints:      49338
2370.44/2376.40	c #Conflicts:    2515000 | #Constraints:      50338
2370.44/2376.40	c #Conflicts:    2516000 | #Constraints:      51338
2370.44/2376.40	c #Conflicts:    2517000 | #Constraints:      52338
2370.44/2376.40	c #Conflicts:    2518000 | #Constraints:      53338
2370.44/2376.40	c #Conflicts:    2519000 | #Constraints:      54338
2370.44/2376.40	c #Conflicts:    2520000 | #Constraints:      55338
2370.44/2376.40	c #Conflicts:    2521000 | #Constraints:      56338
2370.44/2376.40	c #Conflicts:    2522000 | #Constraints:      57338
2370.44/2376.40	c #Conflicts:    2523000 | #Constraints:      58338
2370.44/2376.40	c #Conflicts:    2524000 | #Constraints:      59338
2370.44/2376.40	c #Conflicts:    2525000 | #Constraints:      60338
2370.44/2376.40	c #Conflicts:    2526000 | #Constraints:      61338
2370.44/2376.40	c #Conflicts:    2527000 | #Constraints:      62338
2370.44/2376.40	c #Conflicts:    2528000 | #Constraints:      63338
2370.44/2376.40	c #Conflicts:    2529000 | #Constraints:      64338
2370.44/2376.40	c #Conflicts:    2530000 | #Constraints:      65338
2370.44/2376.40	c #Conflicts:    2531000 | #Constraints:      66338
2370.44/2376.40	c #Conflicts:    2532000 | #Constraints:      67338
2370.44/2376.40	c #Conflicts:    2533000 | #Constraints:      68338
2370.44/2376.40	c #Conflicts:    2534000 | #Constraints:      69338
2370.44/2376.40	c #Conflicts:    2535000 | #Constraints:      70338
2370.44/2376.40	c INPROCESSING
2370.44/2376.40	c GARBAGE COLLECT
2370.44/2376.40	c rational objective 1000
2402.56/2408.60	c #Conflicts:    2536000 | #Constraints:      39723
2402.56/2408.60	c #Conflicts:    2537000 | #Constraints:      40723
2402.56/2408.60	c #Conflicts:    2538000 | #Constraints:      41723
2402.56/2408.60	c #Conflicts:    2539000 | #Constraints:      42723
2402.56/2408.60	c #Conflicts:    2540000 | #Constraints:      43723
2402.56/2408.60	c #Conflicts:    2541000 | #Constraints:      44723
2402.56/2408.60	c #Conflicts:    2542000 | #Constraints:      45723
2402.56/2408.60	c #Conflicts:    2543000 | #Constraints:      46723
2402.56/2408.60	c #Conflicts:    2544000 | #Constraints:      47723
2402.56/2408.60	c #Conflicts:    2545000 | #Constraints:      48723
2402.56/2408.60	c #Conflicts:    2546000 | #Constraints:      49723
2402.56/2408.60	c #Conflicts:    2547000 | #Constraints:      50723
2402.56/2408.60	c #Conflicts:    2548000 | #Constraints:      51723
2402.56/2408.60	c #Conflicts:    2549000 | #Constraints:      52723
2402.56/2408.60	c #Conflicts:    2550000 | #Constraints:      53723
2402.56/2408.60	c #Conflicts:    2551000 | #Constraints:      54723
2402.56/2408.60	c #Conflicts:    2552000 | #Constraints:      55723
2402.56/2408.60	c #Conflicts:    2553000 | #Constraints:      56723
2402.56/2408.60	c #Conflicts:    2554000 | #Constraints:      57723
2402.56/2408.60	c #Conflicts:    2555000 | #Constraints:      58723
2402.56/2408.60	c #Conflicts:    2556000 | #Constraints:      59723
2402.56/2408.60	c #Conflicts:    2557000 | #Constraints:      60723
2402.56/2408.60	c #Conflicts:    2558000 | #Constraints:      61723
2402.56/2408.60	c #Conflicts:    2559000 | #Constraints:      62723
2402.56/2408.60	c #Conflicts:    2560000 | #Constraints:      63723
2402.56/2408.60	c #Conflicts:    2561000 | #Constraints:      64723
2402.56/2408.60	c #Conflicts:    2562000 | #Constraints:      65723
2402.56/2408.60	c #Conflicts:    2563000 | #Constraints:      66723
2402.56/2408.60	c #Conflicts:    2564000 | #Constraints:      67723
2402.56/2408.60	c #Conflicts:    2565000 | #Constraints:      68723
2402.56/2408.60	c #Conflicts:    2566000 | #Constraints:      69723
2402.56/2408.60	c #Conflicts:    2567000 | #Constraints:      70723
2402.56/2408.60	c INPROCESSING
2402.56/2408.60	c GARBAGE COLLECT
2402.56/2408.60	c rational objective 1000
2435.26/2441.45	c #Conflicts:    2568000 | #Constraints:      39917
2435.26/2441.45	c #Conflicts:    2569000 | #Constraints:      40917
2435.26/2441.45	c #Conflicts:    2570000 | #Constraints:      41917
2435.26/2441.45	c #Conflicts:    2571000 | #Constraints:      42917
2435.26/2441.45	c #Conflicts:    2572000 | #Constraints:      43917
2435.26/2441.45	c #Conflicts:    2573000 | #Constraints:      44917
2435.26/2441.45	c #Conflicts:    2574000 | #Constraints:      45917
2435.26/2441.45	c #Conflicts:    2575000 | #Constraints:      46917
2435.26/2441.45	c #Conflicts:    2576000 | #Constraints:      47917
2435.26/2441.45	c #Conflicts:    2577000 | #Constraints:      48917
2435.26/2441.45	c #Conflicts:    2578000 | #Constraints:      49917
2435.26/2441.45	c #Conflicts:    2579000 | #Constraints:      50917
2435.26/2441.45	c #Conflicts:    2580000 | #Constraints:      51917
2435.26/2441.45	c #Conflicts:    2581000 | #Constraints:      52917
2435.26/2441.45	c #Conflicts:    2582000 | #Constraints:      53917
2435.26/2441.45	c #Conflicts:    2583000 | #Constraints:      54917
2435.26/2441.45	c #Conflicts:    2584000 | #Constraints:      55917
2435.26/2441.45	c #Conflicts:    2585000 | #Constraints:      56918
2435.26/2441.45	c #Conflicts:    2586000 | #Constraints:      57919
2435.26/2441.45	c #Conflicts:    2587000 | #Constraints:      58919
2435.26/2441.45	c #Conflicts:    2588000 | #Constraints:      59920
2435.26/2441.45	c #Conflicts:    2589000 | #Constraints:      60920
2435.26/2441.45	c #Conflicts:    2590000 | #Constraints:      61921
2435.26/2441.45	c #Conflicts:    2591000 | #Constraints:      62922
2435.26/2441.45	c #Conflicts:    2592000 | #Constraints:      63923
2435.26/2441.45	c #Conflicts:    2593000 | #Constraints:      64924
2435.26/2441.45	c #Conflicts:    2594000 | #Constraints:      65925
2435.26/2441.45	c #Conflicts:    2595000 | #Constraints:      66926
2435.26/2441.45	c #Conflicts:    2596000 | #Constraints:      67926
2435.26/2441.45	c #Conflicts:    2597000 | #Constraints:      68927
2435.26/2441.45	c #Conflicts:    2598000 | #Constraints:      69928
2435.26/2441.45	c #Conflicts:    2599000 | #Constraints:      70929
2435.26/2441.45	c INPROCESSING
2435.26/2441.45	c GARBAGE COLLECT
2435.26/2441.45	c rational objective 1000
2476.76/2483.02	c #Conflicts:    2600000 | #Constraints:      39928
2476.76/2483.02	c #Conflicts:    2601000 | #Constraints:      40944
2476.76/2483.02	c #Conflicts:    2602000 | #Constraints:      41999
2476.76/2483.02	c #Conflicts:    2603000 | #Constraints:      43072
2476.76/2483.02	c #Conflicts:    2604000 | #Constraints:      44131
2476.76/2483.02	c #Conflicts:    2605000 | #Constraints:      45206
2476.76/2483.02	c #Conflicts:    2606000 | #Constraints:      46253
2476.76/2483.02	c #Conflicts:    2607000 | #Constraints:      47311
2476.76/2483.02	c #Conflicts:    2608000 | #Constraints:      48358
2476.76/2483.02	c #Conflicts:    2609000 | #Constraints:      49400
2476.76/2483.02	c #Conflicts:    2610000 | #Constraints:      50445
2476.76/2483.02	c #Conflicts:    2611000 | #Constraints:      51509
2476.76/2483.02	c #Conflicts:    2612000 | #Constraints:      52544
2476.76/2483.02	c #Conflicts:    2613000 | #Constraints:      53596
2476.76/2483.02	c #Conflicts:    2614000 | #Constraints:      54624
2476.76/2483.02	c #Conflicts:    2615000 | #Constraints:      55652
2476.76/2483.02	c #Conflicts:    2616000 | #Constraints:      56686
2476.76/2483.02	c #Conflicts:    2617000 | #Constraints:      57719
2476.76/2483.02	c #Conflicts:    2618000 | #Constraints:      58753
2476.76/2483.02	c #Conflicts:    2619000 | #Constraints:      59798
2476.76/2483.02	c #Conflicts:    2620000 | #Constraints:      60827
2476.76/2483.02	c #Conflicts:    2621000 | #Constraints:      61847
2476.76/2483.02	c #Conflicts:    2622000 | #Constraints:      62884
2476.76/2483.02	c #Conflicts:    2623000 | #Constraints:      63913
2476.76/2483.02	c #Conflicts:    2624000 | #Constraints:      64968
2476.76/2483.02	c #Conflicts:    2625000 | #Constraints:      66002
2476.76/2483.02	c #Conflicts:    2626000 | #Constraints:      67017
2476.76/2483.02	c #Conflicts:    2627000 | #Constraints:      68052
2476.76/2483.02	c #Conflicts:    2628000 | #Constraints:      69080
2476.76/2483.02	c #Conflicts:    2629000 | #Constraints:      70115
2476.76/2483.02	c #Conflicts:    2630000 | #Constraints:      71135
2476.76/2483.02	c #Conflicts:    2631000 | #Constraints:      72186
2476.76/2483.02	c INPROCESSING
2476.76/2483.02	c GARBAGE COLLECT
2476.76/2483.02	c rational objective 1000
2512.95/2519.30	c #Conflicts:    2632000 | #Constraints:      40232
2512.95/2519.30	c #Conflicts:    2633000 | #Constraints:      41232
2512.95/2519.30	c #Conflicts:    2634000 | #Constraints:      42232
2512.95/2519.30	c #Conflicts:    2635000 | #Constraints:      43232
2512.95/2519.30	c #Conflicts:    2636000 | #Constraints:      44232
2512.95/2519.30	c #Conflicts:    2637000 | #Constraints:      45232
2512.95/2519.30	c #Conflicts:    2638000 | #Constraints:      46232
2512.95/2519.30	c #Conflicts:    2639000 | #Constraints:      47232
2512.95/2519.30	c #Conflicts:    2640000 | #Constraints:      48232
2512.95/2519.30	c #Conflicts:    2641000 | #Constraints:      49232
2512.95/2519.30	c #Conflicts:    2642000 | #Constraints:      50232
2512.95/2519.30	c #Conflicts:    2643000 | #Constraints:      51232
2512.95/2519.30	c #Conflicts:    2644000 | #Constraints:      52232
2512.95/2519.30	c #Conflicts:    2645000 | #Constraints:      53232
2512.95/2519.30	c #Conflicts:    2646000 | #Constraints:      54232
2512.95/2519.30	c #Conflicts:    2647000 | #Constraints:      55232
2512.95/2519.30	c #Conflicts:    2648000 | #Constraints:      56232
2512.95/2519.30	c #Conflicts:    2649000 | #Constraints:      57232
2512.95/2519.30	c #Conflicts:    2650000 | #Constraints:      58232
2512.95/2519.30	c #Conflicts:    2651000 | #Constraints:      59232
2512.95/2519.30	c #Conflicts:    2652000 | #Constraints:      60232
2512.95/2519.30	c #Conflicts:    2653000 | #Constraints:      61232
2512.95/2519.30	c #Conflicts:    2654000 | #Constraints:      62232
2512.95/2519.30	c #Conflicts:    2655000 | #Constraints:      63232
2512.95/2519.30	c #Conflicts:    2656000 | #Constraints:      64232
2512.95/2519.30	c #Conflicts:    2657000 | #Constraints:      65232
2512.95/2519.30	c #Conflicts:    2658000 | #Constraints:      66232
2512.95/2519.30	c #Conflicts:    2659000 | #Constraints:      67232
2512.95/2519.30	c #Conflicts:    2660000 | #Constraints:      68232
2512.95/2519.30	c #Conflicts:    2661000 | #Constraints:      69232
2512.95/2519.30	c #Conflicts:    2662000 | #Constraints:      70232
2512.95/2519.30	c #Conflicts:    2663000 | #Constraints:      71232
2512.95/2519.30	c #Conflicts:    2664000 | #Constraints:      72232
2512.95/2519.30	c INPROCESSING
2512.95/2519.30	c GARBAGE COLLECT
2512.95/2519.30	c rational objective 1000
2549.75/2556.26	c #Conflicts:    2665000 | #Constraints:      40561
2549.75/2556.26	c #Conflicts:    2666000 | #Constraints:      41561
2549.75/2556.26	c #Conflicts:    2667000 | #Constraints:      42561
2549.75/2556.26	c #Conflicts:    2668000 | #Constraints:      43561
2549.75/2556.26	c #Conflicts:    2669000 | #Constraints:      44561
2549.75/2556.26	c #Conflicts:    2670000 | #Constraints:      45562
2549.75/2556.26	c #Conflicts:    2671000 | #Constraints:      46562
2549.75/2556.26	c #Conflicts:    2672000 | #Constraints:      47562
2549.75/2556.26	c #Conflicts:    2673000 | #Constraints:      48562
2549.75/2556.26	c #Conflicts:    2674000 | #Constraints:      49575
2549.75/2556.26	c #Conflicts:    2675000 | #Constraints:      50628
2549.75/2556.26	c #Conflicts:    2676000 | #Constraints:      51665
2549.75/2556.26	c #Conflicts:    2677000 | #Constraints:      52716
2549.75/2556.26	c #Conflicts:    2678000 | #Constraints:      53749
2549.75/2556.26	c #Conflicts:    2679000 | #Constraints:      54782
2549.75/2556.26	c #Conflicts:    2680000 | #Constraints:      55812
2549.75/2556.26	c #Conflicts:    2681000 | #Constraints:      56843
2549.75/2556.26	c #Conflicts:    2682000 | #Constraints:      57870
2549.75/2556.26	c #Conflicts:    2683000 | #Constraints:      58897
2549.75/2556.26	c #Conflicts:    2684000 | #Constraints:      59910
2549.75/2556.26	c #Conflicts:    2685000 | #Constraints:      60947
2549.75/2556.26	c #Conflicts:    2686000 | #Constraints:      61977
2549.75/2556.26	c #Conflicts:    2687000 | #Constraints:      63004
2549.75/2556.26	c #Conflicts:    2688000 | #Constraints:      64025
2549.75/2556.26	c #Conflicts:    2689000 | #Constraints:      65056
2549.75/2556.26	c #Conflicts:    2690000 | #Constraints:      66081
2549.75/2556.26	c #Conflicts:    2691000 | #Constraints:      67098
2549.75/2556.26	c #Conflicts:    2692000 | #Constraints:      68125
2549.75/2556.26	c #Conflicts:    2693000 | #Constraints:      69148
2549.75/2556.26	c #Conflicts:    2694000 | #Constraints:      70174
2549.75/2556.26	c #Conflicts:    2695000 | #Constraints:      71193
2549.75/2556.26	c #Conflicts:    2696000 | #Constraints:      72212
2549.75/2556.26	c #Conflicts:    2697000 | #Constraints:      73245
2549.75/2556.26	c INPROCESSING
2549.75/2556.26	c GARBAGE COLLECT
2549.75/2556.26	c rational objective 1000
2584.66/2591.24	c #Conflicts:    2698000 | #Constraints:      41086
2584.66/2591.24	c #Conflicts:    2699000 | #Constraints:      42086
2584.66/2591.24	c #Conflicts:    2700000 | #Constraints:      43086
2584.66/2591.24	c #Conflicts:    2701000 | #Constraints:      44086
2584.66/2591.24	c #Conflicts:    2702000 | #Constraints:      45086
2584.66/2591.24	c #Conflicts:    2703000 | #Constraints:      46086
2584.66/2591.24	c #Conflicts:    2704000 | #Constraints:      47086
2584.66/2591.24	c #Conflicts:    2705000 | #Constraints:      48086
2584.66/2591.24	c #Conflicts:    2706000 | #Constraints:      49086
2584.66/2591.24	c #Conflicts:    2707000 | #Constraints:      50087
2584.66/2591.24	c #Conflicts:    2708000 | #Constraints:      51087
2584.66/2591.24	c #Conflicts:    2709000 | #Constraints:      52087
2584.66/2591.24	c #Conflicts:    2710000 | #Constraints:      53087
2584.66/2591.24	c #Conflicts:    2711000 | #Constraints:      54087
2584.66/2591.24	c #Conflicts:    2712000 | #Constraints:      55087
2584.66/2591.24	c #Conflicts:    2713000 | #Constraints:      56087
2584.66/2591.24	c #Conflicts:    2714000 | #Constraints:      57087
2584.66/2591.24	c #Conflicts:    2715000 | #Constraints:      58087
2584.66/2591.24	c #Conflicts:    2716000 | #Constraints:      59087
2584.66/2591.24	c #Conflicts:    2717000 | #Constraints:      60088
2584.66/2591.24	c #Conflicts:    2718000 | #Constraints:      61088
2584.66/2591.24	c #Conflicts:    2719000 | #Constraints:      62089
2584.66/2591.24	c #Conflicts:    2720000 | #Constraints:      63090
2584.66/2591.24	c #Conflicts:    2721000 | #Constraints:      64091
2584.66/2591.24	c #Conflicts:    2722000 | #Constraints:      65091
2584.66/2591.24	c #Conflicts:    2723000 | #Constraints:      66091
2584.66/2591.24	c #Conflicts:    2724000 | #Constraints:      67091
2584.66/2591.24	c #Conflicts:    2725000 | #Constraints:      68091
2584.66/2591.24	c #Conflicts:    2726000 | #Constraints:      69091
2584.66/2591.24	c #Conflicts:    2727000 | #Constraints:      70091
2584.66/2591.24	c #Conflicts:    2728000 | #Constraints:      71091
2584.66/2591.24	c #Conflicts:    2729000 | #Constraints:      72091
2584.66/2591.24	c #Conflicts:    2730000 | #Constraints:      73092
2584.66/2591.24	c INPROCESSING
2584.66/2591.24	c GARBAGE COLLECT
2584.66/2591.24	c rational objective 1000
2617.56/2624.21	c #Conflicts:    2731000 | #Constraints:      41120
2617.56/2624.21	c #Conflicts:    2732000 | #Constraints:      42120
2617.56/2624.21	c #Conflicts:    2733000 | #Constraints:      43120
2617.56/2624.21	c #Conflicts:    2734000 | #Constraints:      44120
2617.56/2624.21	c #Conflicts:    2735000 | #Constraints:      45120
2617.56/2624.21	c #Conflicts:    2736000 | #Constraints:      46120
2617.56/2624.21	c #Conflicts:    2737000 | #Constraints:      47120
2617.56/2624.21	c #Conflicts:    2738000 | #Constraints:      48120
2617.56/2624.21	c #Conflicts:    2739000 | #Constraints:      49120
2617.56/2624.21	c #Conflicts:    2740000 | #Constraints:      50120
2617.56/2624.21	c #Conflicts:    2741000 | #Constraints:      51120
2617.56/2624.21	c #Conflicts:    2742000 | #Constraints:      52120
2617.56/2624.21	c #Conflicts:    2743000 | #Constraints:      53120
2617.56/2624.21	c #Conflicts:    2744000 | #Constraints:      54120
2617.56/2624.21	c #Conflicts:    2745000 | #Constraints:      55120
2617.56/2624.21	c #Conflicts:    2746000 | #Constraints:      56120
2617.56/2624.21	c #Conflicts:    2747000 | #Constraints:      57120
2617.56/2624.21	c #Conflicts:    2748000 | #Constraints:      58120
2617.56/2624.21	c #Conflicts:    2749000 | #Constraints:      59120
2617.56/2624.21	c #Conflicts:    2750000 | #Constraints:      60120
2617.56/2624.21	c #Conflicts:    2751000 | #Constraints:      61120
2617.56/2624.21	c #Conflicts:    2752000 | #Constraints:      62120
2617.56/2624.21	c #Conflicts:    2753000 | #Constraints:      63120
2617.56/2624.21	c #Conflicts:    2754000 | #Constraints:      64120
2617.56/2624.21	c #Conflicts:    2755000 | #Constraints:      65120
2617.56/2624.21	c #Conflicts:    2756000 | #Constraints:      66120
2617.56/2624.21	c #Conflicts:    2757000 | #Constraints:      67120
2617.56/2624.21	c #Conflicts:    2758000 | #Constraints:      68120
2617.56/2624.21	c #Conflicts:    2759000 | #Constraints:      69120
2617.56/2624.21	c #Conflicts:    2760000 | #Constraints:      70120
2617.56/2624.21	c #Conflicts:    2761000 | #Constraints:      71120
2617.56/2624.21	c #Conflicts:    2762000 | #Constraints:      72120
2617.56/2624.21	c #Conflicts:    2763000 | #Constraints:      73120
2617.56/2624.21	c INPROCESSING
2617.56/2624.21	c GARBAGE COLLECT
2617.56/2624.21	c rational objective 1000
2658.06/2664.89	c #Conflicts:    2764000 | #Constraints:      40997
2658.06/2664.89	c #Conflicts:    2765000 | #Constraints:      42028
2658.06/2664.89	c #Conflicts:    2766000 | #Constraints:      43083
2658.06/2664.89	c #Conflicts:    2767000 | #Constraints:      44137
2658.06/2664.89	c #Conflicts:    2768000 | #Constraints:      45193
2658.06/2664.89	c #Conflicts:    2769000 | #Constraints:      46237
2658.06/2664.89	c #Conflicts:    2770000 | #Constraints:      47297
2658.06/2664.89	c #Conflicts:    2771000 | #Constraints:      48339
2658.06/2664.89	c #Conflicts:    2772000 | #Constraints:      49381
2658.06/2664.89	c #Conflicts:    2773000 | #Constraints:      50424
2658.06/2664.89	c #Conflicts:    2774000 | #Constraints:      51475
2658.06/2664.89	c #Conflicts:    2775000 | #Constraints:      52529
2658.06/2664.89	c #Conflicts:    2776000 | #Constraints:      53572
2658.06/2664.89	c #Conflicts:    2777000 | #Constraints:      54611
2658.06/2664.89	c #Conflicts:    2778000 | #Constraints:      55647
2658.06/2664.89	c #Conflicts:    2779000 | #Constraints:      56685
2658.06/2664.89	c #Conflicts:    2780000 | #Constraints:      57738
2658.06/2664.89	c #Conflicts:    2781000 | #Constraints:      58774
2658.06/2664.89	c #Conflicts:    2782000 | #Constraints:      59836
2658.06/2664.89	c #Conflicts:    2783000 | #Constraints:      60880
2658.06/2664.89	c #Conflicts:    2784000 | #Constraints:      61913
2658.06/2664.89	c #Conflicts:    2785000 | #Constraints:      62951
2658.06/2664.89	c #Conflicts:    2786000 | #Constraints:      63986
2658.06/2664.89	c #Conflicts:    2787000 | #Constraints:      65017
2658.06/2664.89	c #Conflicts:    2788000 | #Constraints:      66049
2658.06/2664.89	c #Conflicts:    2789000 | #Constraints:      67088
2658.06/2664.89	c #Conflicts:    2790000 | #Constraints:      68120
2658.06/2664.89	c #Conflicts:    2791000 | #Constraints:      69160
2658.06/2664.89	c #Conflicts:    2792000 | #Constraints:      70201
2658.06/2664.89	c #Conflicts:    2793000 | #Constraints:      71235
2658.06/2664.89	c #Conflicts:    2794000 | #Constraints:      72267
2658.06/2664.89	c #Conflicts:    2795000 | #Constraints:      73312
2658.06/2664.89	c #Conflicts:    2796000 | #Constraints:      74339
2658.06/2664.89	c INPROCESSING
2658.06/2664.89	c GARBAGE COLLECT
2658.06/2664.89	c rational objective 1000
2695.56/2702.41	c #Conflicts:    2797000 | #Constraints:      41368
2695.56/2702.41	c #Conflicts:    2798000 | #Constraints:      42368
2695.56/2702.41	c #Conflicts:    2799000 | #Constraints:      43368
2695.56/2702.41	c #Conflicts:    2800000 | #Constraints:      44368
2695.56/2702.41	c #Conflicts:    2801000 | #Constraints:      45368
2695.56/2702.41	c #Conflicts:    2802000 | #Constraints:      46368
2695.56/2702.41	c #Conflicts:    2803000 | #Constraints:      47368
2695.56/2702.41	c #Conflicts:    2804000 | #Constraints:      48368
2695.56/2702.41	c #Conflicts:    2805000 | #Constraints:      49368
2695.56/2702.41	c #Conflicts:    2806000 | #Constraints:      50368
2695.56/2702.41	c #Conflicts:    2807000 | #Constraints:      51368
2695.56/2702.41	c #Conflicts:    2808000 | #Constraints:      52368
2695.56/2702.41	c #Conflicts:    2809000 | #Constraints:      53368
2695.56/2702.41	c #Conflicts:    2810000 | #Constraints:      54368
2695.56/2702.41	c #Conflicts:    2811000 | #Constraints:      55368
2695.56/2702.41	c #Conflicts:    2812000 | #Constraints:      56368
2695.56/2702.41	c #Conflicts:    2813000 | #Constraints:      57368
2695.56/2702.41	c #Conflicts:    2814000 | #Constraints:      58368
2695.56/2702.41	c #Conflicts:    2815000 | #Constraints:      59368
2695.56/2702.41	c #Conflicts:    2816000 | #Constraints:      60368
2695.56/2702.41	c #Conflicts:    2817000 | #Constraints:      61369
2695.56/2702.41	c #Conflicts:    2818000 | #Constraints:      62369
2695.56/2702.41	c #Conflicts:    2819000 | #Constraints:      63369
2695.56/2702.41	c #Conflicts:    2820000 | #Constraints:      64369
2695.56/2702.41	c #Conflicts:    2821000 | #Constraints:      65369
2695.56/2702.41	c #Conflicts:    2822000 | #Constraints:      66369
2695.56/2702.41	c #Conflicts:    2823000 | #Constraints:      67369
2695.56/2702.41	c #Conflicts:    2824000 | #Constraints:      68369
2695.56/2702.41	c #Conflicts:    2825000 | #Constraints:      69369
2695.56/2702.41	c #Conflicts:    2826000 | #Constraints:      70369
2695.56/2702.41	c #Conflicts:    2827000 | #Constraints:      71369
2695.56/2702.41	c #Conflicts:    2828000 | #Constraints:      72369
2695.56/2702.41	c #Conflicts:    2829000 | #Constraints:      73369
2695.56/2702.41	c #Conflicts:    2830000 | #Constraints:      74369
2695.56/2702.41	c INPROCESSING
2695.56/2702.41	c GARBAGE COLLECT
2695.56/2702.41	c rational objective 1000
2732.46/2739.47	c #Conflicts:    2831000 | #Constraints:      41649
2732.46/2739.47	c #Conflicts:    2832000 | #Constraints:      42649
2732.46/2739.47	c #Conflicts:    2833000 | #Constraints:      43649
2732.46/2739.47	c #Conflicts:    2834000 | #Constraints:      44649
2732.46/2739.47	c #Conflicts:    2835000 | #Constraints:      45649
2732.46/2739.47	c #Conflicts:    2836000 | #Constraints:      46649
2732.46/2739.47	c #Conflicts:    2837000 | #Constraints:      47649
2732.46/2739.47	c #Conflicts:    2838000 | #Constraints:      48650
2732.46/2739.47	c #Conflicts:    2839000 | #Constraints:      49651
2732.46/2739.47	c #Conflicts:    2840000 | #Constraints:      50651
2732.46/2739.47	c #Conflicts:    2841000 | #Constraints:      51652
2732.46/2739.47	c #Conflicts:    2842000 | #Constraints:      52652
2732.46/2739.47	c #Conflicts:    2843000 | #Constraints:      53653
2732.46/2739.47	c #Conflicts:    2844000 | #Constraints:      54653
2732.46/2739.47	c #Conflicts:    2845000 | #Constraints:      55654
2732.46/2739.47	c #Conflicts:    2846000 | #Constraints:      56654
2732.46/2739.47	c #Conflicts:    2847000 | #Constraints:      57655
2732.46/2739.47	c #Conflicts:    2848000 | #Constraints:      58656
2732.46/2739.47	c #Conflicts:    2849000 | #Constraints:      59658
2732.46/2739.47	c #Conflicts:    2850000 | #Constraints:      60658
2732.46/2739.47	c #Conflicts:    2851000 | #Constraints:      61659
2732.46/2739.47	c #Conflicts:    2852000 | #Constraints:      62659
2732.46/2739.47	c #Conflicts:    2853000 | #Constraints:      63660
2732.46/2739.47	c #Conflicts:    2854000 | #Constraints:      64660
2732.46/2739.47	c #Conflicts:    2855000 | #Constraints:      65661
2732.46/2739.47	c #Conflicts:    2856000 | #Constraints:      66662
2732.46/2739.47	c #Conflicts:    2857000 | #Constraints:      67662
2732.46/2739.47	c #Conflicts:    2858000 | #Constraints:      68663
2732.46/2739.47	c #Conflicts:    2859000 | #Constraints:      69664
2732.46/2739.47	c #Conflicts:    2860000 | #Constraints:      70667
2732.46/2739.47	c #Conflicts:    2861000 | #Constraints:      71668
2732.46/2739.47	c #Conflicts:    2862000 | #Constraints:      72668
2732.46/2739.47	c #Conflicts:    2863000 | #Constraints:      73670
2732.46/2739.47	c #Conflicts:    2864000 | #Constraints:      74694
2732.46/2739.47	c INPROCESSING
2732.46/2739.47	c GARBAGE COLLECT
2732.46/2739.47	c rational objective 1000
2771.84/2778.97	c #Conflicts:    2865000 | #Constraints:      41897
2771.84/2778.97	c #Conflicts:    2866000 | #Constraints:      42898
2771.84/2778.97	c #Conflicts:    2867000 | #Constraints:      43922
2771.84/2778.97	c #Conflicts:    2868000 | #Constraints:      44978
2771.84/2778.97	c #Conflicts:    2869000 | #Constraints:      46030
2771.84/2778.97	c #Conflicts:    2870000 | #Constraints:      47073
2771.84/2778.97	c #Conflicts:    2871000 | #Constraints:      48120
2771.84/2778.97	c #Conflicts:    2872000 | #Constraints:      49150
2771.84/2778.97	c #Conflicts:    2873000 | #Constraints:      50199
2771.84/2778.97	c #Conflicts:    2874000 | #Constraints:      51234
2771.84/2778.97	c #Conflicts:    2875000 | #Constraints:      52266
2771.84/2778.97	c #Conflicts:    2876000 | #Constraints:      53292
2771.84/2778.97	c #Conflicts:    2877000 | #Constraints:      54330
2771.84/2778.97	c #Conflicts:    2878000 | #Constraints:      55358
2771.84/2778.97	c #Conflicts:    2879000 | #Constraints:      56385
2771.84/2778.97	c #Conflicts:    2880000 | #Constraints:      57405
2771.84/2778.97	c #Conflicts:    2881000 | #Constraints:      58432
2771.84/2778.97	c #Conflicts:    2882000 | #Constraints:      59471
2771.84/2778.97	c #Conflicts:    2883000 | #Constraints:      60499
2771.84/2778.97	c #Conflicts:    2884000 | #Constraints:      61536
2771.84/2778.97	c #Conflicts:    2885000 | #Constraints:      62567
2771.84/2778.97	c #Conflicts:    2886000 | #Constraints:      63597
2771.84/2778.97	c #Conflicts:    2887000 | #Constraints:      64624
2771.84/2778.97	c #Conflicts:    2888000 | #Constraints:      65654
2771.84/2778.97	c #Conflicts:    2889000 | #Constraints:      66676
2771.84/2778.97	c #Conflicts:    2890000 | #Constraints:      67698
2771.84/2778.97	c #Conflicts:    2891000 | #Constraints:      68714
2771.84/2778.97	c #Conflicts:    2892000 | #Constraints:      69761
2771.84/2778.97	c #Conflicts:    2893000 | #Constraints:      70806
2771.84/2778.97	c #Conflicts:    2894000 | #Constraints:      71863
2771.84/2778.97	c #Conflicts:    2895000 | #Constraints:      72896
2771.84/2778.97	c #Conflicts:    2896000 | #Constraints:      73943
2771.84/2778.97	c #Conflicts:    2897000 | #Constraints:      74978
2771.84/2778.97	c #Conflicts:    2898000 | #Constraints:      75999
2771.84/2778.97	c INPROCESSING
2771.84/2778.97	c GARBAGE COLLECT
2771.84/2778.97	c rational objective 1000
2810.24/2817.48	c #Conflicts:    2899000 | #Constraints:      42485
2810.24/2817.48	c #Conflicts:    2900000 | #Constraints:      43485
2810.24/2817.48	c #Conflicts:    2901000 | #Constraints:      44485
2810.24/2817.48	c #Conflicts:    2902000 | #Constraints:      45485
2810.24/2817.48	c #Conflicts:    2903000 | #Constraints:      46485
2810.24/2817.48	c #Conflicts:    2904000 | #Constraints:      47485
2810.24/2817.48	c #Conflicts:    2905000 | #Constraints:      48485
2810.24/2817.48	c #Conflicts:    2906000 | #Constraints:      49485
2810.24/2817.48	c #Conflicts:    2907000 | #Constraints:      50485
2810.24/2817.48	c #Conflicts:    2908000 | #Constraints:      51485
2810.24/2817.48	c #Conflicts:    2909000 | #Constraints:      52485
2810.24/2817.48	c #Conflicts:    2910000 | #Constraints:      53485
2810.24/2817.48	c #Conflicts:    2911000 | #Constraints:      54485
2810.24/2817.48	c #Conflicts:    2912000 | #Constraints:      55485
2810.24/2817.48	c #Conflicts:    2913000 | #Constraints:      56485
2810.24/2817.48	c #Conflicts:    2914000 | #Constraints:      57485
2810.24/2817.48	c #Conflicts:    2915000 | #Constraints:      58485
2810.24/2817.48	c #Conflicts:    2916000 | #Constraints:      59485
2810.24/2817.48	c #Conflicts:    2917000 | #Constraints:      60485
2810.24/2817.48	c #Conflicts:    2918000 | #Constraints:      61485
2810.24/2817.48	c #Conflicts:    2919000 | #Constraints:      62485
2810.24/2817.48	c #Conflicts:    2920000 | #Constraints:      63485
2810.24/2817.48	c #Conflicts:    2921000 | #Constraints:      64485
2810.24/2817.48	c #Conflicts:    2922000 | #Constraints:      65485
2810.24/2817.48	c #Conflicts:    2923000 | #Constraints:      66485
2810.24/2817.48	c #Conflicts:    2924000 | #Constraints:      67485
2810.24/2817.48	c #Conflicts:    2925000 | #Constraints:      68485
2810.24/2817.48	c #Conflicts:    2926000 | #Constraints:      69485
2810.24/2817.48	c #Conflicts:    2927000 | #Constraints:      70485
2810.24/2817.48	c #Conflicts:    2928000 | #Constraints:      71485
2810.24/2817.48	c #Conflicts:    2929000 | #Constraints:      72485
2810.24/2817.48	c #Conflicts:    2930000 | #Constraints:      73485
2810.24/2817.48	c #Conflicts:    2931000 | #Constraints:      74485
2810.24/2817.48	c #Conflicts:    2932000 | #Constraints:      75485
2810.24/2817.48	c INPROCESSING
2810.24/2817.48	c GARBAGE COLLECT
2810.24/2817.48	c rational objective 1000
2856.41/2863.74	c #Conflicts:    2933000 | #Constraints:      42220
2856.41/2863.74	c #Conflicts:    2934000 | #Constraints:      43220
2856.41/2863.74	c #Conflicts:    2935000 | #Constraints:      44220
2856.41/2863.74	c #Conflicts:    2936000 | #Constraints:      45220
2856.41/2863.74	c #Conflicts:    2937000 | #Constraints:      46220
2856.41/2863.74	c #Conflicts:    2938000 | #Constraints:      47220
2856.41/2863.74	c #Conflicts:    2939000 | #Constraints:      48220
2856.41/2863.74	c #Conflicts:    2940000 | #Constraints:      49220
2856.41/2863.74	c #Conflicts:    2941000 | #Constraints:      50220
2856.41/2863.74	c #Conflicts:    2942000 | #Constraints:      51220
2856.41/2863.74	c #Conflicts:    2943000 | #Constraints:      52220
2856.41/2863.74	c #Conflicts:    2944000 | #Constraints:      53220
2856.41/2863.74	c #Conflicts:    2945000 | #Constraints:      54220
2856.41/2863.74	c #Conflicts:    2946000 | #Constraints:      55220
2856.41/2863.74	c #Conflicts:    2947000 | #Constraints:      56220
2856.41/2863.74	c #Conflicts:    2948000 | #Constraints:      57220
2856.41/2863.74	c #Conflicts:    2949000 | #Constraints:      58220
2856.41/2863.74	c #Conflicts:    2950000 | #Constraints:      59220
2856.41/2863.74	c #Conflicts:    2951000 | #Constraints:      60220
2856.41/2863.74	c #Conflicts:    2952000 | #Constraints:      61220
2856.41/2863.74	c #Conflicts:    2953000 | #Constraints:      62220
2856.41/2863.74	c #Conflicts:    2954000 | #Constraints:      63220
2856.41/2863.74	c #Conflicts:    2955000 | #Constraints:      64220
2856.41/2863.74	c #Conflicts:    2956000 | #Constraints:      65220
2856.41/2863.74	c #Conflicts:    2957000 | #Constraints:      66220
2856.41/2863.74	c #Conflicts:    2958000 | #Constraints:      67220
2856.41/2863.74	c #Conflicts:    2959000 | #Constraints:      68220
2856.41/2863.74	c #Conflicts:    2960000 | #Constraints:      69220
2856.41/2863.74	c #Conflicts:    2961000 | #Constraints:      70220
2856.41/2863.74	c #Conflicts:    2962000 | #Constraints:      71220
2856.41/2863.74	c #Conflicts:    2963000 | #Constraints:      72220
2856.41/2863.74	c #Conflicts:    2964000 | #Constraints:      73220
2856.41/2863.74	c #Conflicts:    2965000 | #Constraints:      74220
2856.41/2863.74	c #Conflicts:    2966000 | #Constraints:      75220
2856.41/2863.74	c INPROCESSING
2856.41/2863.74	c GARBAGE COLLECT
2856.41/2863.74	c rational objective 1000
2922.23/2929.70	c #Conflicts:    2967000 | #Constraints:      41884
2922.23/2929.70	c #Conflicts:    2968000 | #Constraints:      42885
2922.23/2929.70	c #Conflicts:    2969000 | #Constraints:      43885
2922.23/2929.70	c #Conflicts:    2970000 | #Constraints:      44886
2922.23/2929.70	c #Conflicts:    2971000 | #Constraints:      45886
2922.23/2929.70	c #Conflicts:    2972000 | #Constraints:      46886
2922.23/2929.70	c #Conflicts:    2973000 | #Constraints:      47891
2922.23/2929.70	c #Conflicts:    2974000 | #Constraints:      48900
2922.23/2929.70	c #Conflicts:    2975000 | #Constraints:      49912
2922.23/2929.70	c #Conflicts:    2976000 | #Constraints:      50952
2922.23/2929.70	c #Conflicts:    2977000 | #Constraints:      51978
2922.23/2929.70	c #Conflicts:    2978000 | #Constraints:      53000
2922.23/2929.70	c #Conflicts:    2979000 | #Constraints:      54024
2922.23/2929.70	c #Conflicts:    2980000 | #Constraints:      55055
2922.23/2929.70	c #Conflicts:    2981000 | #Constraints:      56077
2922.23/2929.70	c #Conflicts:    2982000 | #Constraints:      57088
2922.23/2929.70	c #Conflicts:    2983000 | #Constraints:      58155
2922.23/2929.70	c #Conflicts:    2984000 | #Constraints:      59251
2922.23/2929.70	c #Conflicts:    2985000 | #Constraints:      60320
2922.23/2929.70	c #Conflicts:    2986000 | #Constraints:      61380
2922.23/2929.70	c #Conflicts:    2987000 | #Constraints:      62424
2922.23/2929.70	c #Conflicts:    2988000 | #Constraints:      63501
2922.23/2929.70	c #Conflicts:    2989000 | #Constraints:      64569
2922.23/2929.70	c #Conflicts:    2990000 | #Constraints:      65628
2922.23/2929.70	c #Conflicts:    2991000 | #Constraints:      66673
2922.23/2929.70	c #Conflicts:    2992000 | #Constraints:      67702
2922.23/2929.70	c #Conflicts:    2993000 | #Constraints:      68730
2922.23/2929.70	c #Conflicts:    2994000 | #Constraints:      69753
2922.23/2929.70	c #Conflicts:    2995000 | #Constraints:      70777
2922.23/2929.70	c #Conflicts:    2996000 | #Constraints:      71808
2922.23/2929.70	c #Conflicts:    2997000 | #Constraints:      72836
2922.23/2929.70	c #Conflicts:    2998000 | #Constraints:      73870
2922.23/2929.70	c #Conflicts:    2999000 | #Constraints:      74904
2922.23/2929.70	c #Conflicts:    3000000 | #Constraints:      75934
2922.23/2929.70	c #Conflicts:    3001000 | #Constraints:      76964
2922.23/2929.70	c INPROCESSING
2922.23/2929.70	c GARBAGE COLLECT
2922.23/2929.70	c rational objective 1000
2959.63/2967.22	c #Conflicts:    3002000 | #Constraints:      42849
2959.63/2967.22	c #Conflicts:    3003000 | #Constraints:      43849
2959.63/2967.22	c #Conflicts:    3004000 | #Constraints:      44849
2959.63/2967.22	c #Conflicts:    3005000 | #Constraints:      45849
2959.63/2967.22	c #Conflicts:    3006000 | #Constraints:      46849
2959.63/2967.22	c #Conflicts:    3007000 | #Constraints:      47849
2959.63/2967.22	c #Conflicts:    3008000 | #Constraints:      48849
2959.63/2967.22	c #Conflicts:    3009000 | #Constraints:      49849
2959.63/2967.22	c #Conflicts:    3010000 | #Constraints:      50849
2959.63/2967.22	c #Conflicts:    3011000 | #Constraints:      51849
2959.63/2967.22	c #Conflicts:    3012000 | #Constraints:      52849
2959.63/2967.22	c #Conflicts:    3013000 | #Constraints:      53849
2959.63/2967.22	c #Conflicts:    3014000 | #Constraints:      54849
2959.63/2967.22	c #Conflicts:    3015000 | #Constraints:      55849
2959.63/2967.22	c #Conflicts:    3016000 | #Constraints:      56849
2959.63/2967.22	c #Conflicts:    3017000 | #Constraints:      57849
2959.63/2967.22	c #Conflicts:    3018000 | #Constraints:      58849
2959.63/2967.22	c #Conflicts:    3019000 | #Constraints:      59849
2959.63/2967.22	c #Conflicts:    3020000 | #Constraints:      60849
2959.63/2967.22	c #Conflicts:    3021000 | #Constraints:      61849
2959.63/2967.22	c #Conflicts:    3022000 | #Constraints:      62849
2959.63/2967.22	c #Conflicts:    3023000 | #Constraints:      63849
2959.63/2967.22	c #Conflicts:    3024000 | #Constraints:      64849
2959.63/2967.22	c #Conflicts:    3025000 | #Constraints:      65849
2959.63/2967.22	c #Conflicts:    3026000 | #Constraints:      66849
2959.63/2967.22	c #Conflicts:    3027000 | #Constraints:      67849
2959.63/2967.22	c #Conflicts:    3028000 | #Constraints:      68849
2959.63/2967.22	c #Conflicts:    3029000 | #Constraints:      69849
2959.63/2967.22	c #Conflicts:    3030000 | #Constraints:      70849
2959.63/2967.22	c #Conflicts:    3031000 | #Constraints:      71849
2959.63/2967.22	c #Conflicts:    3032000 | #Constraints:      72849
2959.63/2967.22	c #Conflicts:    3033000 | #Constraints:      73849
2959.63/2967.22	c #Conflicts:    3034000 | #Constraints:      74849
2959.63/2967.22	c #Conflicts:    3035000 | #Constraints:      75849
2959.63/2967.22	c #Conflicts:    3036000 | #Constraints:      76849
2959.63/2967.22	c INPROCESSING
2959.63/2967.22	c GARBAGE COLLECT
2959.63/2967.22	c rational objective 1000
2997.93/3005.68	c #Conflicts:    3037000 | #Constraints:      42972
2997.93/3005.68	c #Conflicts:    3038000 | #Constraints:      43972
2997.93/3005.68	c #Conflicts:    3039000 | #Constraints:      44972
2997.93/3005.68	c #Conflicts:    3040000 | #Constraints:      45972
2997.93/3005.68	c #Conflicts:    3041000 | #Constraints:      46972
2997.93/3005.68	c #Conflicts:    3042000 | #Constraints:      47972
2997.93/3005.68	c #Conflicts:    3043000 | #Constraints:      48972
2997.93/3005.68	c #Conflicts:    3044000 | #Constraints:      49972
2997.93/3005.68	c #Conflicts:    3045000 | #Constraints:      50972
2997.93/3005.68	c #Conflicts:    3046000 | #Constraints:      51972
2997.93/3005.68	c #Conflicts:    3047000 | #Constraints:      52972
2997.93/3005.68	c #Conflicts:    3048000 | #Constraints:      53972
2997.93/3005.68	c #Conflicts:    3049000 | #Constraints:      54972
2997.93/3005.68	c #Conflicts:    3050000 | #Constraints:      55972
2997.93/3005.68	c #Conflicts:    3051000 | #Constraints:      56972
2997.93/3005.68	c #Conflicts:    3052000 | #Constraints:      57972
2997.93/3005.68	c #Conflicts:    3053000 | #Constraints:      58972
2997.93/3005.68	c #Conflicts:    3054000 | #Constraints:      59972
2997.93/3005.68	c #Conflicts:    3055000 | #Constraints:      60972
2997.93/3005.68	c #Conflicts:    3056000 | #Constraints:      61972
2997.93/3005.68	c #Conflicts:    3057000 | #Constraints:      62972
2997.93/3005.68	c #Conflicts:    3058000 | #Constraints:      63972
2997.93/3005.68	c #Conflicts:    3059000 | #Constraints:      64972
2997.93/3005.68	c #Conflicts:    3060000 | #Constraints:      65972
2997.93/3005.68	c #Conflicts:    3061000 | #Constraints:      66972
2997.93/3005.68	c #Conflicts:    3062000 | #Constraints:      67972
2997.93/3005.68	c #Conflicts:    3063000 | #Constraints:      68972
2997.93/3005.68	c #Conflicts:    3064000 | #Constraints:      69972
2997.93/3005.68	c #Conflicts:    3065000 | #Constraints:      70972
2997.93/3005.68	c #Conflicts:    3066000 | #Constraints:      71972
2997.93/3005.68	c #Conflicts:    3067000 | #Constraints:      72972
2997.93/3005.68	c #Conflicts:    3068000 | #Constraints:      73972
2997.93/3005.68	c #Conflicts:    3069000 | #Constraints:      74972
2997.93/3005.68	c #Conflicts:    3070000 | #Constraints:      75972
2997.93/3005.68	c #Conflicts:    3071000 | #Constraints:      76972
2997.93/3005.68	c INPROCESSING
2997.93/3005.68	c GARBAGE COLLECT
2997.93/3005.68	c rational objective 1000
3041.40/3049.20	c #Conflicts:    3072000 | #Constraints:      43068
3041.40/3049.20	c #Conflicts:    3073000 | #Constraints:      44090
3041.40/3049.20	c #Conflicts:    3074000 | #Constraints:      45124
3041.40/3049.20	c #Conflicts:    3075000 | #Constraints:      46154
3041.40/3049.20	c #Conflicts:    3076000 | #Constraints:      47194
3041.40/3049.20	c #Conflicts:    3077000 | #Constraints:      48235
3041.40/3049.20	c #Conflicts:    3078000 | #Constraints:      49287
3041.40/3049.20	c #Conflicts:    3079000 | #Constraints:      50322
3041.40/3049.20	c #Conflicts:    3080000 | #Constraints:      51354
3041.40/3049.20	c #Conflicts:    3081000 | #Constraints:      52393
3041.40/3049.20	c #Conflicts:    3082000 | #Constraints:      53443
3041.40/3049.20	c #Conflicts:    3083000 | #Constraints:      54470
3041.40/3049.20	c #Conflicts:    3084000 | #Constraints:      55504
3041.40/3049.20	c #Conflicts:    3085000 | #Constraints:      56537
3041.40/3049.20	c #Conflicts:    3086000 | #Constraints:      57572
3041.40/3049.20	c #Conflicts:    3087000 | #Constraints:      58620
3041.40/3049.20	c #Conflicts:    3088000 | #Constraints:      59651
3041.40/3049.20	c #Conflicts:    3089000 | #Constraints:      60691
3041.40/3049.20	c #Conflicts:    3090000 | #Constraints:      61726
3041.40/3049.20	c #Conflicts:    3091000 | #Constraints:      62772
3041.40/3049.20	c #Conflicts:    3092000 | #Constraints:      63814
3041.40/3049.20	c #Conflicts:    3093000 | #Constraints:      64855
3041.40/3049.20	c #Conflicts:    3094000 | #Constraints:      65885
3041.40/3049.20	c #Conflicts:    3095000 | #Constraints:      66913
3041.40/3049.20	c #Conflicts:    3096000 | #Constraints:      67943
3041.40/3049.20	c #Conflicts:    3097000 | #Constraints:      68974
3041.40/3049.20	c #Conflicts:    3098000 | #Constraints:      69995
3041.40/3049.20	c #Conflicts:    3099000 | #Constraints:      71026
3041.40/3049.20	c #Conflicts:    3100000 | #Constraints:      72070
3041.40/3049.20	c #Conflicts:    3101000 | #Constraints:      73097
3041.40/3049.20	c #Conflicts:    3102000 | #Constraints:      74121
3041.40/3049.20	c #Conflicts:    3103000 | #Constraints:      75147
3041.40/3049.20	c #Conflicts:    3104000 | #Constraints:      76170
3041.40/3049.20	c #Conflicts:    3105000 | #Constraints:      77188
3041.40/3049.20	c #Conflicts:    3106000 | #Constraints:      78209
3041.40/3049.20	c INPROCESSING
3041.40/3049.20	c GARBAGE COLLECT
3041.40/3049.20	c rational objective 1000
3080.89/3088.83	c #Conflicts:    3107000 | #Constraints:      43475
3080.89/3088.83	c #Conflicts:    3108000 | #Constraints:      44475
3080.89/3088.83	c #Conflicts:    3109000 | #Constraints:      45475
3080.89/3088.83	c #Conflicts:    3110000 | #Constraints:      46475
3080.89/3088.83	c #Conflicts:    3111000 | #Constraints:      47475
3080.89/3088.83	c #Conflicts:    3112000 | #Constraints:      48475
3080.89/3088.83	c #Conflicts:    3113000 | #Constraints:      49475
3080.89/3088.83	c #Conflicts:    3114000 | #Constraints:      50475
3080.89/3088.83	c #Conflicts:    3115000 | #Constraints:      51475
3080.89/3088.83	c #Conflicts:    3116000 | #Constraints:      52475
3080.89/3088.83	c #Conflicts:    3117000 | #Constraints:      53475
3080.89/3088.83	c #Conflicts:    3118000 | #Constraints:      54475
3080.89/3088.83	c #Conflicts:    3119000 | #Constraints:      55475
3080.89/3088.83	c #Conflicts:    3120000 | #Constraints:      56475
3080.89/3088.83	c #Conflicts:    3121000 | #Constraints:      57475
3080.89/3088.83	c #Conflicts:    3122000 | #Constraints:      58476
3080.89/3088.83	c #Conflicts:    3123000 | #Constraints:      59476
3080.89/3088.83	c #Conflicts:    3124000 | #Constraints:      60476
3080.89/3088.83	c #Conflicts:    3125000 | #Constraints:      61476
3080.89/3088.83	c #Conflicts:    3126000 | #Constraints:      62476
3080.89/3088.83	c #Conflicts:    3127000 | #Constraints:      63476
3080.89/3088.83	c #Conflicts:    3128000 | #Constraints:      64476
3080.89/3088.83	c #Conflicts:    3129000 | #Constraints:      65476
3080.89/3088.83	c #Conflicts:    3130000 | #Constraints:      66476
3080.89/3088.83	c #Conflicts:    3131000 | #Constraints:      67476
3080.89/3088.83	c #Conflicts:    3132000 | #Constraints:      68476
3080.89/3088.83	c #Conflicts:    3133000 | #Constraints:      69476
3080.89/3088.83	c #Conflicts:    3134000 | #Constraints:      70476
3080.89/3088.83	c #Conflicts:    3135000 | #Constraints:      71476
3080.89/3088.83	c #Conflicts:    3136000 | #Constraints:      72476
3080.89/3088.83	c #Conflicts:    3137000 | #Constraints:      73476
3080.89/3088.83	c #Conflicts:    3138000 | #Constraints:      74476
3080.89/3088.83	c #Conflicts:    3139000 | #Constraints:      75477
3080.89/3088.83	c #Conflicts:    3140000 | #Constraints:      76477
3080.89/3088.83	c #Conflicts:    3141000 | #Constraints:      77477
3080.89/3088.83	c INPROCESSING
3080.89/3088.83	c GARBAGE COLLECT
3080.89/3088.83	c rational objective 1000
3119.99/3128.09	c #Conflicts:    3142000 | #Constraints:      42988
3119.99/3128.09	c #Conflicts:    3143000 | #Constraints:      43988
3119.99/3128.09	c #Conflicts:    3144000 | #Constraints:      44988
3119.99/3128.09	c #Conflicts:    3145000 | #Constraints:      45988
3119.99/3128.09	c #Conflicts:    3146000 | #Constraints:      46988
3119.99/3128.09	c #Conflicts:    3147000 | #Constraints:      47988
3119.99/3128.09	c #Conflicts:    3148000 | #Constraints:      48988
3119.99/3128.09	c #Conflicts:    3149000 | #Constraints:      49988
3119.99/3128.09	c #Conflicts:    3150000 | #Constraints:      50988
3119.99/3128.09	c #Conflicts:    3151000 | #Constraints:      51988
3119.99/3128.09	c #Conflicts:    3152000 | #Constraints:      52988
3119.99/3128.09	c #Conflicts:    3153000 | #Constraints:      53988
3119.99/3128.09	c #Conflicts:    3154000 | #Constraints:      54988
3119.99/3128.09	c #Conflicts:    3155000 | #Constraints:      55988
3119.99/3128.09	c #Conflicts:    3156000 | #Constraints:      56988
3119.99/3128.09	c #Conflicts:    3157000 | #Constraints:      57988
3119.99/3128.09	c #Conflicts:    3158000 | #Constraints:      58988
3119.99/3128.09	c #Conflicts:    3159000 | #Constraints:      59988
3119.99/3128.09	c #Conflicts:    3160000 | #Constraints:      60988
3119.99/3128.09	c #Conflicts:    3161000 | #Constraints:      61988
3119.99/3128.09	c #Conflicts:    3162000 | #Constraints:      62988
3119.99/3128.09	c #Conflicts:    3163000 | #Constraints:      63988
3119.99/3128.09	c #Conflicts:    3164000 | #Constraints:      64988
3119.99/3128.09	c #Conflicts:    3165000 | #Constraints:      65988
3119.99/3128.09	c #Conflicts:    3166000 | #Constraints:      66988
3119.99/3128.09	c #Conflicts:    3167000 | #Constraints:      67988
3119.99/3128.09	c #Conflicts:    3168000 | #Constraints:      68988
3119.99/3128.09	c #Conflicts:    3169000 | #Constraints:      69988
3119.99/3128.09	c #Conflicts:    3170000 | #Constraints:      70988
3119.99/3128.09	c #Conflicts:    3171000 | #Constraints:      71988
3119.99/3128.09	c #Conflicts:    3172000 | #Constraints:      72988
3119.99/3128.09	c #Conflicts:    3173000 | #Constraints:      73988
3119.99/3128.09	c #Conflicts:    3174000 | #Constraints:      74988
3119.99/3128.09	c #Conflicts:    3175000 | #Constraints:      75988
3119.99/3128.09	c #Conflicts:    3176000 | #Constraints:      76988
3119.99/3128.09	c #Conflicts:    3177000 | #Constraints:      77988
3119.99/3128.09	c INPROCESSING
3119.99/3128.09	c GARBAGE COLLECT
3119.99/3128.09	c rational objective 1000
3156.49/3164.63	c #Conflicts:    3178000 | #Constraints:      43443
3156.49/3164.63	c #Conflicts:    3179000 | #Constraints:      44463
3156.49/3164.63	c #Conflicts:    3180000 | #Constraints:      45508
3156.49/3164.63	c #Conflicts:    3181000 | #Constraints:      46539
3156.49/3164.63	c #Conflicts:    3182000 | #Constraints:      47561
3156.49/3164.63	c #Conflicts:    3183000 | #Constraints:      48615
3156.49/3164.63	c #Conflicts:    3184000 | #Constraints:      49648
3156.49/3164.63	c #Conflicts:    3185000 | #Constraints:      50679
3156.49/3164.63	c #Conflicts:    3186000 | #Constraints:      51713
3156.49/3164.63	c #Conflicts:    3187000 | #Constraints:      52736
3156.49/3164.63	c #Conflicts:    3188000 | #Constraints:      53782
3156.49/3164.63	c #Conflicts:    3189000 | #Constraints:      54825
3156.49/3164.63	c #Conflicts:    3190000 | #Constraints:      55886
3156.49/3164.63	c #Conflicts:    3191000 | #Constraints:      56934
3156.49/3164.63	c #Conflicts:    3192000 | #Constraints:      57969
3156.49/3164.63	c #Conflicts:    3193000 | #Constraints:      59013
3156.49/3164.63	c #Conflicts:    3194000 | #Constraints:      60051
3156.49/3164.63	c #Conflicts:    3195000 | #Constraints:      61105
3156.49/3164.63	c #Conflicts:    3196000 | #Constraints:      62133
3156.49/3164.63	c #Conflicts:    3197000 | #Constraints:      63162
3156.49/3164.63	c #Conflicts:    3198000 | #Constraints:      64184
3156.49/3164.63	c #Conflicts:    3199000 | #Constraints:      65234
3156.49/3164.63	c #Conflicts:    3200000 | #Constraints:      66271
3156.49/3164.63	c #Conflicts:    3201000 | #Constraints:      67295
3156.49/3164.63	c #Conflicts:    3202000 | #Constraints:      68343
3156.49/3164.63	c #Conflicts:    3203000 | #Constraints:      69376
3156.49/3164.63	c #Conflicts:    3204000 | #Constraints:      70412
3156.49/3164.63	c #Conflicts:    3205000 | #Constraints:      71446
3156.49/3164.63	c #Conflicts:    3206000 | #Constraints:      72477
3156.49/3164.63	c #Conflicts:    3207000 | #Constraints:      73507
3156.49/3164.63	c #Conflicts:    3208000 | #Constraints:      74543
3156.49/3164.63	c #Conflicts:    3209000 | #Constraints:      75578
3156.49/3164.63	c #Conflicts:    3210000 | #Constraints:      76612
3156.49/3164.63	c #Conflicts:    3211000 | #Constraints:      77643
3156.49/3164.63	c #Conflicts:    3212000 | #Constraints:      78676
3156.49/3164.63	c #Conflicts:    3213000 | #Constraints:      79699
3156.49/3164.63	c INPROCESSING
3156.49/3164.63	c GARBAGE COLLECT
3156.49/3164.63	c rational objective 1000
3199.37/3207.70	c #Conflicts:    3214000 | #Constraints:      44306
3199.37/3207.70	c #Conflicts:    3215000 | #Constraints:      45306
3199.37/3207.70	c #Conflicts:    3216000 | #Constraints:      46306
3199.37/3207.70	c #Conflicts:    3217000 | #Constraints:      47306
3199.37/3207.70	c #Conflicts:    3218000 | #Constraints:      48306
3199.37/3207.70	c #Conflicts:    3219000 | #Constraints:      49306
3199.37/3207.70	c #Conflicts:    3220000 | #Constraints:      50306
3199.37/3207.70	c #Conflicts:    3221000 | #Constraints:      51306
3199.37/3207.70	c #Conflicts:    3222000 | #Constraints:      52306
3199.37/3207.70	c #Conflicts:    3223000 | #Constraints:      53306
3199.37/3207.70	c #Conflicts:    3224000 | #Constraints:      54306
3199.37/3207.70	c #Conflicts:    3225000 | #Constraints:      55306
3199.37/3207.70	c #Conflicts:    3226000 | #Constraints:      56306
3199.37/3207.70	c #Conflicts:    3227000 | #Constraints:      57306
3199.37/3207.70	c #Conflicts:    3228000 | #Constraints:      58306
3199.37/3207.70	c #Conflicts:    3229000 | #Constraints:      59306
3199.37/3207.70	c #Conflicts:    3230000 | #Constraints:      60306
3199.37/3207.70	c #Conflicts:    3231000 | #Constraints:      61306
3199.37/3207.70	c #Conflicts:    3232000 | #Constraints:      62306
3199.37/3207.70	c #Conflicts:    3233000 | #Constraints:      63306
3199.47/3207.70	c #Conflicts:    3234000 | #Constraints:      64306
3199.47/3207.70	c #Conflicts:    3235000 | #Constraints:      65306
3199.47/3207.70	c #Conflicts:    3236000 | #Constraints:      66306
3199.47/3207.70	c #Conflicts:    3237000 | #Constraints:      67306
3199.47/3207.70	c #Conflicts:    3238000 | #Constraints:      68306
3199.47/3207.70	c #Conflicts:    3239000 | #Constraints:      69306
3199.47/3207.70	c #Conflicts:    3240000 | #Constraints:      70306
3199.47/3207.70	c #Conflicts:    3241000 | #Constraints:      71306
3199.47/3207.70	c #Conflicts:    3242000 | #Constraints:      72306
3199.47/3207.70	c #Conflicts:    3243000 | #Constraints:      73306
3199.47/3207.70	c #Conflicts:    3244000 | #Constraints:      74306
3199.47/3207.70	c #Conflicts:    3245000 | #Constraints:      75306
3199.47/3207.70	c #Conflicts:    3246000 | #Constraints:      76306
3199.47/3207.70	c #Conflicts:    3247000 | #Constraints:      77306
3199.47/3207.70	c #Conflicts:    3248000 | #Constraints:      78306
3199.47/3207.70	c #Conflicts:    3249000 | #Constraints:      79306
3199.47/3207.70	c INPROCESSING
3199.47/3207.70	c GARBAGE COLLECT
3199.47/3207.70	c rational objective 1000
3237.76/3246.15	c #Conflicts:    3250000 | #Constraints:      44190
3237.76/3246.15	c #Conflicts:    3251000 | #Constraints:      45190
3237.76/3246.15	c #Conflicts:    3252000 | #Constraints:      46190
3237.76/3246.15	c #Conflicts:    3253000 | #Constraints:      47190
3237.76/3246.15	c #Conflicts:    3254000 | #Constraints:      48190
3237.76/3246.15	c #Conflicts:    3255000 | #Constraints:      49190
3237.76/3246.15	c #Conflicts:    3256000 | #Constraints:      50190
3237.76/3246.15	c #Conflicts:    3257000 | #Constraints:      51190
3237.76/3246.15	c #Conflicts:    3258000 | #Constraints:      52190
3237.76/3246.15	c #Conflicts:    3259000 | #Constraints:      53190
3237.76/3246.15	c #Conflicts:    3260000 | #Constraints:      54190
3237.76/3246.15	c #Conflicts:    3261000 | #Constraints:      55190
3237.76/3246.15	c #Conflicts:    3262000 | #Constraints:      56190
3237.76/3246.15	c #Conflicts:    3263000 | #Constraints:      57190
3237.76/3246.15	c #Conflicts:    3264000 | #Constraints:      58190
3237.76/3246.15	c #Conflicts:    3265000 | #Constraints:      59190
3237.76/3246.15	c #Conflicts:    3266000 | #Constraints:      60190
3237.76/3246.15	c #Conflicts:    3267000 | #Constraints:      61190
3237.76/3246.15	c #Conflicts:    3268000 | #Constraints:      62190
3237.76/3246.15	c #Conflicts:    3269000 | #Constraints:      63190
3237.76/3246.15	c #Conflicts:    3270000 | #Constraints:      64190
3237.76/3246.15	c #Conflicts:    3271000 | #Constraints:      65190
3237.76/3246.15	c #Conflicts:    3272000 | #Constraints:      66190
3237.76/3246.15	c #Conflicts:    3273000 | #Constraints:      67190
3237.76/3246.15	c #Conflicts:    3274000 | #Constraints:      68190
3237.76/3246.15	c #Conflicts:    3275000 | #Constraints:      69190
3237.76/3246.15	c #Conflicts:    3276000 | #Constraints:      70190
3237.76/3246.15	c #Conflicts:    3277000 | #Constraints:      71190
3237.76/3246.15	c #Conflicts:    3278000 | #Constraints:      72190
3237.76/3246.15	c #Conflicts:    3279000 | #Constraints:      73190
3237.76/3246.15	c #Conflicts:    3280000 | #Constraints:      74190
3237.76/3246.15	c #Conflicts:    3281000 | #Constraints:      75190
3237.76/3246.15	c #Conflicts:    3282000 | #Constraints:      76190
3237.76/3246.15	c #Conflicts:    3283000 | #Constraints:      77190
3237.76/3246.15	c #Conflicts:    3284000 | #Constraints:      78190
3237.76/3246.15	c #Conflicts:    3285000 | #Constraints:      79190
3237.76/3246.15	c INPROCESSING
3237.76/3246.15	c GARBAGE COLLECT
3237.76/3246.15	c rational objective 1000
3284.22/3292.78	c #Conflicts:    3286000 | #Constraints:      44053
3284.22/3292.78	c #Conflicts:    3287000 | #Constraints:      45106
3284.22/3292.78	c #Conflicts:    3288000 | #Constraints:      46188
3284.22/3292.78	c #Conflicts:    3289000 | #Constraints:      47245
3284.22/3292.78	c #Conflicts:    3290000 | #Constraints:      48300
3284.22/3292.78	c #Conflicts:    3291000 | #Constraints:      49349
3284.22/3292.78	c #Conflicts:    3292000 | #Constraints:      50405
3284.22/3292.78	c #Conflicts:    3293000 | #Constraints:      51466
3284.22/3292.78	c #Conflicts:    3294000 | #Constraints:      52513
3284.22/3292.78	c #Conflicts:    3295000 | #Constraints:      53575
3284.22/3292.78	c #Conflicts:    3296000 | #Constraints:      54638
3284.22/3292.78	c #Conflicts:    3297000 | #Constraints:      55677
3284.22/3292.78	c #Conflicts:    3298000 | #Constraints:      56728
3284.22/3292.78	c #Conflicts:    3299000 | #Constraints:      57768
3284.22/3292.78	c #Conflicts:    3300000 | #Constraints:      58808
3284.22/3292.78	c #Conflicts:    3301000 | #Constraints:      59851
3284.22/3292.78	c #Conflicts:    3302000 | #Constraints:      60894
3284.22/3292.78	c #Conflicts:    3303000 | #Constraints:      61931
3284.22/3292.78	c #Conflicts:    3304000 | #Constraints:      62982
3284.22/3292.78	c #Conflicts:    3305000 | #Constraints:      64019
3284.22/3292.78	c #Conflicts:    3306000 | #Constraints:      65044
3284.22/3292.78	c #Conflicts:    3307000 | #Constraints:      66094
3284.22/3292.78	c #Conflicts:    3308000 | #Constraints:      67124
3284.22/3292.78	c #Conflicts:    3309000 | #Constraints:      68161
3284.22/3292.78	c #Conflicts:    3310000 | #Constraints:      69186
3284.22/3292.78	c #Conflicts:    3311000 | #Constraints:      70209
3284.22/3292.78	c #Conflicts:    3312000 | #Constraints:      71235
3284.22/3292.78	c #Conflicts:    3313000 | #Constraints:      72264
3284.22/3292.78	c #Conflicts:    3314000 | #Constraints:      73313
3284.22/3292.78	c #Conflicts:    3315000 | #Constraints:      74347
3284.22/3292.78	c #Conflicts:    3316000 | #Constraints:      75364
3284.22/3292.78	c #Conflicts:    3317000 | #Constraints:      76405
3284.22/3292.78	c #Conflicts:    3318000 | #Constraints:      77443
3284.22/3292.78	c #Conflicts:    3319000 | #Constraints:      78485
3284.22/3292.78	c #Conflicts:    3320000 | #Constraints:      79513
3284.22/3292.78	c #Conflicts:    3321000 | #Constraints:      80539
3284.22/3292.78	c INPROCESSING
3284.22/3292.78	c GARBAGE COLLECT
3284.22/3292.78	c rational objective 1000
3325.62/3334.23	c #Conflicts:    3322000 | #Constraints:      44431
3325.62/3334.23	c #Conflicts:    3323000 | #Constraints:      45431
3325.62/3334.23	c #Conflicts:    3324000 | #Constraints:      46431
3325.62/3334.23	c #Conflicts:    3325000 | #Constraints:      47431
3325.62/3334.23	c #Conflicts:    3326000 | #Constraints:      48431
3325.62/3334.23	c #Conflicts:    3327000 | #Constraints:      49431
3325.62/3334.23	c #Conflicts:    3328000 | #Constraints:      50431
3325.62/3334.23	c #Conflicts:    3329000 | #Constraints:      51431
3325.62/3334.23	c #Conflicts:    3330000 | #Constraints:      52431
3325.62/3334.23	c #Conflicts:    3331000 | #Constraints:      53431
3325.62/3334.23	c #Conflicts:    3332000 | #Constraints:      54431
3325.62/3334.23	c #Conflicts:    3333000 | #Constraints:      55431
3325.62/3334.23	c #Conflicts:    3334000 | #Constraints:      56431
3325.62/3334.23	c #Conflicts:    3335000 | #Constraints:      57431
3325.62/3334.23	c #Conflicts:    3336000 | #Constraints:      58431
3325.62/3334.23	c #Conflicts:    3337000 | #Constraints:      59431
3325.62/3334.23	c #Conflicts:    3338000 | #Constraints:      60431
3325.62/3334.23	c #Conflicts:    3339000 | #Constraints:      61431
3325.62/3334.23	c #Conflicts:    3340000 | #Constraints:      62431
3325.62/3334.23	c #Conflicts:    3341000 | #Constraints:      63431
3325.62/3334.23	c #Conflicts:    3342000 | #Constraints:      64431
3325.62/3334.23	c #Conflicts:    3343000 | #Constraints:      65431
3325.62/3334.23	c #Conflicts:    3344000 | #Constraints:      66431
3325.62/3334.23	c #Conflicts:    3345000 | #Constraints:      67431
3325.62/3334.23	c #Conflicts:    3346000 | #Constraints:      68431
3325.62/3334.23	c #Conflicts:    3347000 | #Constraints:      69431
3325.62/3334.23	c #Conflicts:    3348000 | #Constraints:      70431
3325.62/3334.23	c #Conflicts:    3349000 | #Constraints:      71431
3325.62/3334.23	c #Conflicts:    3350000 | #Constraints:      72431
3325.62/3334.23	c #Conflicts:    3351000 | #Constraints:      73431
3325.62/3334.23	c #Conflicts:    3352000 | #Constraints:      74431
3325.62/3334.23	c #Conflicts:    3353000 | #Constraints:      75431
3325.62/3334.23	c #Conflicts:    3354000 | #Constraints:      76431
3325.62/3334.23	c #Conflicts:    3355000 | #Constraints:      77431
3325.62/3334.23	c #Conflicts:    3356000 | #Constraints:      78431
3325.62/3334.23	c #Conflicts:    3357000 | #Constraints:      79431
3325.62/3334.23	c #Conflicts:    3358000 | #Constraints:      80431
3325.62/3334.23	c INPROCESSING
3325.62/3334.23	c GARBAGE COLLECT
3325.62/3334.23	c rational objective 1000
3376.38/3385.15	c #Conflicts:    3359000 | #Constraints:      44685
3376.38/3385.15	c #Conflicts:    3360000 | #Constraints:      45717
3376.38/3385.15	c #Conflicts:    3361000 | #Constraints:      46789
3376.38/3385.15	c #Conflicts:    3362000 | #Constraints:      47835
3376.38/3385.15	c #Conflicts:    3363000 | #Constraints:      48873
3376.38/3385.15	c #Conflicts:    3364000 | #Constraints:      49942
3376.38/3385.15	c #Conflicts:    3365000 | #Constraints:      51005
3376.38/3385.15	c #Conflicts:    3366000 | #Constraints:      52053
3376.38/3385.15	c #Conflicts:    3367000 | #Constraints:      53096
3376.38/3385.15	c #Conflicts:    3368000 | #Constraints:      54142
3376.38/3385.15	c #Conflicts:    3369000 | #Constraints:      55179
3376.38/3385.15	c #Conflicts:    3370000 | #Constraints:      56215
3376.38/3385.15	c #Conflicts:    3371000 | #Constraints:      57255
3376.38/3385.15	c #Conflicts:    3372000 | #Constraints:      58304
3376.38/3385.15	c #Conflicts:    3373000 | #Constraints:      59344
3376.38/3385.15	c #Conflicts:    3374000 | #Constraints:      60387
3376.38/3385.15	c #Conflicts:    3375000 | #Constraints:      61440
3376.38/3385.15	c #Conflicts:    3376000 | #Constraints:      62506
3376.38/3385.15	c #Conflicts:    3377000 | #Constraints:      63550
3376.38/3385.15	c #Conflicts:    3378000 | #Constraints:      64604
3376.38/3385.15	c #Conflicts:    3379000 | #Constraints:      65648
3376.38/3385.15	c #Conflicts:    3380000 | #Constraints:      66701
3376.38/3385.15	c #Conflicts:    3381000 | #Constraints:      67724
3376.38/3385.15	c #Conflicts:    3382000 | #Constraints:      68752
3376.38/3385.15	c #Conflicts:    3383000 | #Constraints:      69779
3376.38/3385.15	c #Conflicts:    3384000 | #Constraints:      70802
3376.38/3385.15	c #Conflicts:    3385000 | #Constraints:      71830
3376.38/3385.15	c #Conflicts:    3386000 | #Constraints:      72868
3376.38/3385.15	c #Conflicts:    3387000 | #Constraints:      73903
3376.38/3385.15	c #Conflicts:    3388000 | #Constraints:      74954
3376.38/3385.15	c #Conflicts:    3389000 | #Constraints:      75982
3376.38/3385.15	c #Conflicts:    3390000 | #Constraints:      77022
3376.38/3385.15	c #Conflicts:    3391000 | #Constraints:      78055
3376.38/3385.15	c #Conflicts:    3392000 | #Constraints:      79076
3376.38/3385.15	c #Conflicts:    3393000 | #Constraints:      80104
3376.38/3385.15	c #Conflicts:    3394000 | #Constraints:      81145
3376.38/3385.15	c #Conflicts:    3395000 | #Constraints:      82174
3376.38/3385.15	c INPROCESSING
3376.38/3385.15	c GARBAGE COLLECT
3376.38/3385.15	c rational objective 1000
3423.44/3432.33	c #Conflicts:    3396000 | #Constraints:      45512
3423.44/3432.33	c #Conflicts:    3397000 | #Constraints:      46512
3423.44/3432.33	c #Conflicts:    3398000 | #Constraints:      47512
3423.44/3432.33	c #Conflicts:    3399000 | #Constraints:      48512
3423.44/3432.33	c #Conflicts:    3400000 | #Constraints:      49512
3423.44/3432.33	c #Conflicts:    3401000 | #Constraints:      50512
3423.44/3432.33	c #Conflicts:    3402000 | #Constraints:      51512
3423.44/3432.33	c #Conflicts:    3403000 | #Constraints:      52512
3423.44/3432.33	c #Conflicts:    3404000 | #Constraints:      53512
3423.44/3432.33	c #Conflicts:    3405000 | #Constraints:      54512
3423.44/3432.33	c #Conflicts:    3406000 | #Constraints:      55512
3423.44/3432.33	c #Conflicts:    3407000 | #Constraints:      56512
3423.44/3432.33	c #Conflicts:    3408000 | #Constraints:      57512
3423.44/3432.33	c #Conflicts:    3409000 | #Constraints:      58512
3423.44/3432.33	c #Conflicts:    3410000 | #Constraints:      59512
3423.44/3432.33	c #Conflicts:    3411000 | #Constraints:      60512
3423.44/3432.33	c #Conflicts:    3412000 | #Constraints:      61512
3423.44/3432.33	c #Conflicts:    3413000 | #Constraints:      62512
3423.44/3432.33	c #Conflicts:    3414000 | #Constraints:      63512
3423.44/3432.33	c #Conflicts:    3415000 | #Constraints:      64512
3423.44/3432.33	c #Conflicts:    3416000 | #Constraints:      65512
3423.44/3432.33	c #Conflicts:    3417000 | #Constraints:      66512
3423.44/3432.33	c #Conflicts:    3418000 | #Constraints:      67512
3423.44/3432.33	c #Conflicts:    3419000 | #Constraints:      68512
3423.44/3432.33	c #Conflicts:    3420000 | #Constraints:      69512
3423.44/3432.33	c #Conflicts:    3421000 | #Constraints:      70512
3423.44/3432.33	c #Conflicts:    3422000 | #Constraints:      71512
3423.44/3432.33	c #Conflicts:    3423000 | #Constraints:      72512
3423.44/3432.33	c #Conflicts:    3424000 | #Constraints:      73512
3423.44/3432.33	c #Conflicts:    3425000 | #Constraints:      74512
3423.44/3432.33	c #Conflicts:    3426000 | #Constraints:      75512
3423.44/3432.33	c #Conflicts:    3427000 | #Constraints:      76512
3423.44/3432.33	c #Conflicts:    3428000 | #Constraints:      77512
3423.44/3432.33	c #Conflicts:    3429000 | #Constraints:      78512
3423.44/3432.33	c #Conflicts:    3430000 | #Constraints:      79512
3423.44/3432.33	c #Conflicts:    3431000 | #Constraints:      80512
3423.44/3432.33	c #Conflicts:    3432000 | #Constraints:      81512
3423.44/3432.33	c INPROCESSING
3423.44/3432.33	c GARBAGE COLLECT
3423.44/3432.33	c rational objective 1000
3464.53/3473.55	c #Conflicts:    3433000 | #Constraints:      45332
3464.53/3473.55	c #Conflicts:    3434000 | #Constraints:      46332
3464.53/3473.55	c #Conflicts:    3435000 | #Constraints:      47332
3464.53/3473.55	c #Conflicts:    3436000 | #Constraints:      48332
3464.53/3473.55	c #Conflicts:    3437000 | #Constraints:      49332
3464.53/3473.55	c #Conflicts:    3438000 | #Constraints:      50332
3464.53/3473.55	c #Conflicts:    3439000 | #Constraints:      51332
3464.53/3473.55	c #Conflicts:    3440000 | #Constraints:      52332
3464.53/3473.55	c #Conflicts:    3441000 | #Constraints:      53332
3464.53/3473.55	c #Conflicts:    3442000 | #Constraints:      54332
3464.53/3473.55	c #Conflicts:    3443000 | #Constraints:      55332
3464.53/3473.55	c #Conflicts:    3444000 | #Constraints:      56332
3464.53/3473.55	c #Conflicts:    3445000 | #Constraints:      57332
3464.53/3473.55	c #Conflicts:    3446000 | #Constraints:      58332
3464.53/3473.55	c #Conflicts:    3447000 | #Constraints:      59332
3464.53/3473.55	c #Conflicts:    3448000 | #Constraints:      60332
3464.53/3473.55	c #Conflicts:    3449000 | #Constraints:      61332
3464.53/3473.55	c #Conflicts:    3450000 | #Constraints:      62332
3464.53/3473.55	c #Conflicts:    3451000 | #Constraints:      63332
3464.53/3473.55	c #Conflicts:    3452000 | #Constraints:      64332
3464.53/3473.55	c #Conflicts:    3453000 | #Constraints:      65332
3464.53/3473.55	c #Conflicts:    3454000 | #Constraints:      66332
3464.53/3473.55	c #Conflicts:    3455000 | #Constraints:      67332
3464.53/3473.55	c #Conflicts:    3456000 | #Constraints:      68332
3464.53/3473.55	c #Conflicts:    3457000 | #Constraints:      69332
3464.53/3473.55	c #Conflicts:    3458000 | #Constraints:      70332
3464.53/3473.55	c #Conflicts:    3459000 | #Constraints:      71332
3464.53/3473.55	c #Conflicts:    3460000 | #Constraints:      72332
3464.53/3473.55	c #Conflicts:    3461000 | #Constraints:      73332
3464.53/3473.55	c #Conflicts:    3462000 | #Constraints:      74332
3464.53/3473.55	c #Conflicts:    3463000 | #Constraints:      75332
3464.53/3473.55	c #Conflicts:    3464000 | #Constraints:      76332
3464.53/3473.55	c #Conflicts:    3465000 | #Constraints:      77332
3464.53/3473.55	c #Conflicts:    3466000 | #Constraints:      78332
3464.53/3473.55	c #Conflicts:    3467000 | #Constraints:      79332
3464.53/3473.55	c #Conflicts:    3468000 | #Constraints:      80332
3464.53/3473.55	c #Conflicts:    3469000 | #Constraints:      81332
3464.53/3473.55	c INPROCESSING
3464.53/3473.55	c GARBAGE COLLECT
3464.53/3473.55	c rational objective 1000
3496.24/3505.33	c #Conflicts:    3470000 | #Constraints:      45136
3496.24/3505.33	c #Conflicts:    3471000 | #Constraints:      46180
3496.24/3505.33	c #Conflicts:    3472000 | #Constraints:      47220
3496.24/3505.33	c #Conflicts:    3473000 | #Constraints:      48265
3496.24/3505.33	c #Conflicts:    3474000 | #Constraints:      49318
3496.24/3505.33	c #Conflicts:    3475000 | #Constraints:      50358
3496.24/3505.33	c #Conflicts:    3476000 | #Constraints:      51390
3496.24/3505.33	c #Conflicts:    3477000 | #Constraints:      52424
3496.24/3505.33	c #Conflicts:    3478000 | #Constraints:      53448
3496.24/3505.33	c #Conflicts:    3479000 | #Constraints:      54466
3496.24/3505.33	c #Conflicts:    3480000 | #Constraints:      55498
3496.24/3505.33	c #Conflicts:    3481000 | #Constraints:      56523
3496.24/3505.33	c #Conflicts:    3482000 | #Constraints:      57562
3496.24/3505.33	c #Conflicts:    3483000 | #Constraints:      58599
3496.24/3505.33	c #Conflicts:    3484000 | #Constraints:      59627
3496.24/3505.33	c #Conflicts:    3485000 | #Constraints:      60643
3496.24/3505.33	c #Conflicts:    3486000 | #Constraints:      61668
3496.24/3505.33	c #Conflicts:    3487000 | #Constraints:      62697
3496.24/3505.33	c #Conflicts:    3488000 | #Constraints:      63721
3496.24/3505.33	c #Conflicts:    3489000 | #Constraints:      64746
3496.24/3505.33	c #Conflicts:    3490000 | #Constraints:      65777
3496.24/3505.33	c #Conflicts:    3491000 | #Constraints:      66804
3496.24/3505.33	c #Conflicts:    3492000 | #Constraints:      67825
3496.24/3505.33	c #Conflicts:    3493000 | #Constraints:      68843
3496.24/3505.33	c #Conflicts:    3494000 | #Constraints:      69861
3496.24/3505.33	c #Conflicts:    3495000 | #Constraints:      70879
3496.24/3505.33	c #Conflicts:    3496000 | #Constraints:      71925
3496.24/3505.33	c bounds 1038 >= 1000 @ 3469.54
3496.34/3505.49	WSVECS04 Frhs2[2]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[5]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[6]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[9]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[10]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[11]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[13]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[17]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[18]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[19]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[26]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[27]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[28]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[31]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[32]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[38]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[42]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[45]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[51]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[54]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[58]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[59]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[61]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[64]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[65]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[67]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[73]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[75]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[83]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[93]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[95]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[96]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[97]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[98]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[99]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[100]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[107]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[108]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[110]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[116]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[117]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[121]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[123]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[127]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[131]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[133]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[136]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[137]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[145]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[147]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[151]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[153]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[154]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[162]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[163]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[167]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[173]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[176]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[185]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[189]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[191]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[193]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[201]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[204]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[207]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[211]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[212]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[213]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[215]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[216]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[218]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[221]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[223]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[224]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[228]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[231]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[232]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[240]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[243]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[249]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[250]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[255]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[257]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[259]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[260]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[261]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[271]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[274]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[275]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[281]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[285]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[290]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[291]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[294]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[296]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[298]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[299]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[305]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[310]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[312]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[313]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[322]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[325]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[329]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[331]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[332]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[338]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[339]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[341]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[342]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[345]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[346]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[347]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[348]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[351]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[352]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[353]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[357]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[359]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[362]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[363]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[370]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[373]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[374]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[375]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[378]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[380]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[381]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[382]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[384]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[385]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[389]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[391]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[393]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[397]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[401]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[403]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[405]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[407]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[408]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[411]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[412]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[413]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[416]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[420]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[421]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[424]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[425]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[428]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[429]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[435]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[436]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[439]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[441]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[446]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[447]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[449]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[452]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[454]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[459]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[462]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[463]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[467]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[468]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[470]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[473]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[474]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[479]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[480]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[483]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[484]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[485]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[486]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[487]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[507]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[508]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[516]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[517]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[522]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[523]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[532]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[533]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[534]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[536]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[537]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[538]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[541]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[543]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[544]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[548]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[553]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[555]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[556]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[568]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[574]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[582]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[585]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[587]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[588]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[593]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[594]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[595]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[601]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[605]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[606]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[608]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[609]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[617]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[620]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[621]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[627]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[629]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[633]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[637]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[639]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[640]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[641]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[643]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[646]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[648]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[653]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[654]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[656]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[657]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[658]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[659]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[662]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[665]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[668]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[671]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[676]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[680]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[686]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[688]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[689]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[691]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[694]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[696]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[699]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[702]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[703]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[704]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[706]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[708]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[709]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[715]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[719]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[726]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[727]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[730]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[733]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[735]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[736]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[737]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[741]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[742]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[743]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[744]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[747]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[750]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[753]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[756]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[758]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[760]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[767]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[769]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[771]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[775]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[777]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[780]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[781]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[782]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[783]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[784]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[789]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[790]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[791]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[792]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[796]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[799]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[803]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[804]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[807]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[808]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[817]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[818]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[819]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[822]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[823]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[824]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[825]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[826]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[829]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[832]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[833]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[835]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[837]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[840]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[843]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[845]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[847]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[849]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[851]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[855]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[856]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[857]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[858]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[859]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[860]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[862]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[863]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[865]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[872]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[874]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[875]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[877]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[878]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[879]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[881]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[883]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[889]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[890]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[891]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[892]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[893]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[896]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[897]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[899]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[900]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[901]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[903]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[908]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[910]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[913]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[914]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[915]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[920]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[921]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[922]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[924]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[925]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[927]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[941]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[944]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[945]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[946]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[948]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[949]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[952]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[955]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[961]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[964]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[965]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[967]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[969]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[971]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[974]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[976]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[977]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[978]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[979]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[980]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[983]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[985]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[988]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[989]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[990]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[991]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[992]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[994]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[997]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1001]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1002]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1003]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1004]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1005]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1006]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1009]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1016]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1017]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1018]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1019]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1023]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1024]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1025]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1028]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1029]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1030]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1031]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1032]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1033]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1035]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1040]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1043]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1044]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1049]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1055]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1058]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1059]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1065]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1067]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1073]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1079]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1083]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1087]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1089]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1090]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1091]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1096]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1102]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1104]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1105]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1107]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1109]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1111]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1115]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1116]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1119]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1120]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1122]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1124]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1125]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1129]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1130]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1132]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1133]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1135]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1136]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1137]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1140]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1143]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1144]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1146]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1147]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1149]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1152]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1154]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1157]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1162]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1163]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1167]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1170]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1171]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1173]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1178]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1179]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1183]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1190]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1192]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1194]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1196]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1197]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1203]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1205]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1208]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1210]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1211]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1212]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1213]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1214]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1215]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1218]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1220]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1221]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1223]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1224]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1227]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1230]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1232]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1233]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1234]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1237]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1242]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1246]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1249]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1251]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1254]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1259]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1260]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1261]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1264]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1266]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1271]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1272]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1274]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1277]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1284]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1285]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1291]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1293]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1295]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1297]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1299]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1301]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1302]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1303]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1309]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1310]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1317]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1320]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1322]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1323]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1329]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1330]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1331]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1339]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1347]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1351]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1353]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1357]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1360]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1362]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1364]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1365]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1366]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1368]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1369]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1370]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1371]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1373]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1374]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1380]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1383]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1388]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1389]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1390]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1391]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1393]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1394]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1399]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1400]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1404]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1406]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1409]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1411]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1413]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1417]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1418]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1425]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1426]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1428]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1429]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1430]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1434]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1435]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1440]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1442]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1444]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1447]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1453]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1467]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1469]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1472]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1473]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1474]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1476]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1477]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1479]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1480]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1482]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1484]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1488]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1492]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1494]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1496]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1497]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1498]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1509]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1510]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1511]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1512]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1513]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1514]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1517]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1519]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1528]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1529]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1534]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1535]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1536]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1542]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1547]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1553]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1554]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1557]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1560]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1562]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1563]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1566]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1568]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1570]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1574]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1576]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1577]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1579]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1581]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1582]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1589]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1593]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1594]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1595]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1596]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1597]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1598]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1601]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1603]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1604]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1606]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1607]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1608]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1610]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1611]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1617]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1619]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1620]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1622]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1623]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1625]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1630]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1633]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1635]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1638]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1640]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1641]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1643]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1646]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1647]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1649]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1651]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1655]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1658]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1662]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1663]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1665]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1666]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1669]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1673]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1675]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1679]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1681]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1683]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1685]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1687]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1688]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1690]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1691]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1692]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1694]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1696]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1698]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1699]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1700]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1701]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1703]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1705]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1711]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1713]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1716]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1722]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1724]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1728]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1730]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1735]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1741]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1742]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1743]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1744]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1746]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1747]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1749]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1752]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1754]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1759]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1762]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1764]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1766]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1770]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1774]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1775]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1777]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1778]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1779]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1780]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1782]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1785]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1786]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1791]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1793]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1794]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1799]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1802]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1807]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1808]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1811]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1812]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1814]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1816]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1817]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1823]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1826]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1827]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1828]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1829]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1831]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1834]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1835]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1837]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1838]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1842]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1844]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1845]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1846]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1848]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1852]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1854]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1861]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1865]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1867]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1868]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1869]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1871]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1872]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1873]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1874]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1875]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1879]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1880]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1881]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1882]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1883]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1886]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1887]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1890]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1892]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1896]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1898]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1899]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1900]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1903]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1905]: 6 -1.00002 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1911]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1912]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1913]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1915]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1917]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1918]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1919]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1929]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1935]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1936]: 6 -1.0001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1943]: 6 -1.00001 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1944]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1945]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1947]: 6 -1.00009 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1949]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1955]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1958]: 6 -1.00007 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1959]: 6 -1.00004 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1961]: 6 -1.00005 0 shouldn't be
3496.34/3505.49	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
3544.71/3553.98	c #Conflicts:    3497000 | #Constraints:      72932
3544.71/3553.98	c #Conflicts:    3498000 | #Constraints:      73932
3544.71/3553.98	c #Conflicts:    3499000 | #Constraints:      74932
3544.71/3553.98	c #Conflicts:    3500000 | #Constraints:      75932
3544.71/3553.98	c #Conflicts:    3501000 | #Constraints:      76932
3544.71/3553.98	c #Conflicts:    3502000 | #Constraints:      77932
3544.71/3553.98	c #Conflicts:    3503000 | #Constraints:      78932
3544.71/3553.98	c #Conflicts:    3504000 | #Constraints:      79932
3544.71/3553.98	c #Conflicts:    3505000 | #Constraints:      80932
3544.71/3553.98	c #Conflicts:    3506000 | #Constraints:      81932
3544.71/3553.98	c INPROCESSING
3544.71/3553.98	c GARBAGE COLLECT
3544.71/3553.98	c rational objective 1000
3591.57/3600.95	c #Conflicts:    3507000 | #Constraints:      45216
3591.57/3600.95	c #Conflicts:    3508000 | #Constraints:      46255
3591.57/3600.95	c #Conflicts:    3509000 | #Constraints:      47298
3591.57/3600.95	c #Conflicts:    3510000 | #Constraints:      48328
3591.57/3600.95	c #Conflicts:    3511000 | #Constraints:      49361
3591.57/3600.95	c #Conflicts:    3512000 | #Constraints:      50394
3591.57/3600.95	c #Conflicts:    3513000 | #Constraints:      51424
3591.57/3600.95	c #Conflicts:    3514000 | #Constraints:      52449
3591.57/3600.95	c #Conflicts:    3515000 | #Constraints:      53493
3591.57/3600.95	c #Conflicts:    3516000 | #Constraints:      54545
3591.57/3600.95	c #Conflicts:    3517000 | #Constraints:      55602
3591.57/3600.95	c #Conflicts:    3518000 | #Constraints:      56642
3591.57/3600.95	c #Conflicts:    3519000 | #Constraints:      57679
3591.57/3600.95	c #Conflicts:    3520000 | #Constraints:      58713
3591.57/3600.95	c #Conflicts:    3521000 | #Constraints:      59743
3591.57/3600.95	c #Conflicts:    3522000 | #Constraints:      60800
3591.57/3600.95	c #Conflicts:    3523000 | #Constraints:      61834
3591.57/3600.95	c #Conflicts:    3524000 | #Constraints:      62871
3591.57/3600.95	c #Conflicts:    3525000 | #Constraints:      63894
3591.57/3600.95	c #Conflicts:    3526000 | #Constraints:      64917
3591.57/3600.95	c #Conflicts:    3527000 | #Constraints:      65944
3591.57/3600.95	c #Conflicts:    3528000 | #Constraints:      66968
3591.57/3600.95	c #Conflicts:    3529000 | #Constraints:      68007
3591.57/3600.95	c #Conflicts:    3530000 | #Constraints:      69030
3591.57/3600.95	c #Conflicts:    3531000 | #Constraints:      70058
3591.57/3600.95	c #Conflicts:    3532000 | #Constraints:      71077
3591.57/3600.95	c #Conflicts:    3533000 | #Constraints:      72088
3591.57/3600.95	c #Conflicts:    3534000 | #Constraints:      73111
3591.57/3600.95	c #Conflicts:    3535000 | #Constraints:      74135
3591.57/3600.95	c #Conflicts:    3536000 | #Constraints:      75166
3591.57/3600.95	c #Conflicts:    3537000 | #Constraints:      76182
3591.57/3600.95	c #Conflicts:    3538000 | #Constraints:      77193
3591.57/3600.95	c #Conflicts:    3539000 | #Constraints:      78203
3591.57/3600.95	c #Conflicts:    3540000 | #Constraints:      79219
3591.57/3600.95	c #Conflicts:    3541000 | #Constraints:      80250
3591.57/3600.95	c #Conflicts:    3542000 | #Constraints:      81279
3591.57/3600.95	c #Conflicts:    3543000 | #Constraints:      82310
3591.57/3600.95	c #Conflicts:    3544000 | #Constraints:      83340
3591.57/3600.95	c INPROCESSING
3591.57/3600.95	c GARBAGE COLLECT
3591.57/3600.95	c rational objective 1000
3600.05/3609.40	c #Conflicts:    3545000 | #Constraints:      46054
3600.05/3609.40	c #Conflicts:    3546000 | #Constraints:      47054
3600.05/3609.40	c #Conflicts:    3547000 | #Constraints:      48054
3600.05/3609.40	c #Conflicts:    3548000 | #Constraints:      49054
3600.05/3609.40	c #Conflicts:    3549000 | #Constraints:      50054
3600.05/3609.40	c #Conflicts:    3550000 | #Constraints:      51054
3600.05/3609.40	c #Conflicts:    3551000 | #Constraints:      52054
3600.05/3609.40	c #Conflicts:    3552000 | #Constraints:      53054
3600.05/3609.40	c #Conflicts:    3553000 | #Constraints:      54055
3600.05/3609.40	c cpu time 3572.88 s
3600.05/3609.40	c deterministic time 212302719865 2.12e+11
3600.05/3609.40	c optimization time 8.54 s
3600.05/3609.40	c total solve time 3564.33 s
3600.05/3609.40	c core-guided solve time 2132.78 s
3600.05/3609.40	c propagation time 2790.58 s
3600.05/3609.40	c conflict analysis time 710.748 s
3600.05/3609.40	c propagations 916593263
3600.05/3609.40	c resolve steps 60781689
3600.05/3609.40	c decisions 10104182
3600.05/3609.40	c conflicts 3553142
3600.05/3609.40	c restarts 6141
3600.05/3609.40	c inprocessing phases 179
3600.05/3609.40	c garbage collections 179 ,( 100.00 )
3600.05/3609.40	c input clauses 5309 ,( 62.78 )
3600.05/3609.40	c input cardinalities 2677 ,( 31.65 )
3600.05/3609.40	c input general constraints 471 ,( 5.57 )
3600.05/3609.40	c input average constraint length 275.27
3600.05/3609.40	c input average constraint degree 78.02
3600.05/3609.40	c learned clauses 2288473 ,( 63.62 )
3600.05/3609.40	c learned cardinalities 350297 ,( 9.74 )
3600.05/3609.40	c learned general constraints 958293 ,( 26.64 )
3600.05/3609.40	c learned average constraint length 250.62
3600.05/3609.40	c learned average constraint degree 593229911.70
3600.05/3609.40	c watched  CF 32, 64, 128, Arb: 392429 , 0 , 0 , 0
3600.05/3609.40	c counting CF 32, 64, 128, Arb: 566336 , 0 , 0 , 0
3600.05/3609.40	c watched   constraints 392429 ,( 40.93 ) 
3600.05/3609.40	c counting  constraints 566335 ,( 59.07 ) 
3600.05/3609.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1875909353 , 6089177598 , 29187537607 ,( 976153730 , 28211383877 )
3600.05/3609.40	c gcd simplifications 72334
3600.05/3609.40	c detected cardinalities 54054
3600.05/3609.40	c weakened non-implied lits 385177977
3600.05/3609.40	c weakened non-implying lits 189770
3600.05/3609.40	c original variables 1972
3600.05/3609.40	c clausal propagations 362296199
3600.05/3609.40	c cardinality propagations 61043524
3600.05/3609.40	c watched propagations 11588947
3600.05/3609.40	c counting propagations 444118310
3600.05/3609.40	c watch lookups 120458349739
3600.05/3609.40	c watch backjump lookups 0
3600.05/3609.40	c watch checks 50493055428
3600.05/3609.40	c propagation checks 36759774124
3600.05/3609.40	c constraint additions 2731007397
3600.05/3609.40	c trail pops 930208180
3600.05/3609.40	c formula constraints 4090
3600.05/3609.40	c learned constraints 3511336
3600.05/3609.40	c bound constraints 1169
3600.05/3609.40	c core-guided constraints 3198
3600.05/3609.40	c encountered formula constraints 18875895
3600.05/3609.40	c encountered learned constraints 30607982
3600.05/3609.40	c encountered bound constraints 186
3600.05/3609.40	c encountered core-guided constraints 14130546
3600.05/3609.40	c LP total time 350.666 s
3600.05/3609.40	c LP solve time 316.26 s
3600.05/3609.40	c LP constraints added 7055
3600.05/3609.40	c LP constraints removed 2938
3600.05/3609.40	c LP pivots internal 3554248
3600.05/3609.40	c LP pivots root 73303
3600.05/3609.40	c LP calls 51004
3600.05/3609.40	c LP optimalities 8318
3600.05/3609.40	c LP no pivot count 2494
3600.05/3609.40	c LP infeasibilities 42682
3600.05/3609.40	c LP valid Farkas constraints 42666
3600.05/3609.40	c LP learned Farkas constraints 41958
3600.05/3609.40	c LP basis resets 16
3600.05/3609.40	c LP cycling count 0
3600.05/3609.40	c LP singular count 0
3600.05/3609.40	c LP no primal count 0
3600.05/3609.40	c LP no farkas count 16
3600.05/3609.40	c LP other issue count 0
3600.05/3609.40	c LP Gomory cuts 1103
3600.05/3609.40	c LP learned cuts 1862
3600.05/3609.40	c LP deleted cuts 2938
3600.05/3609.40	c LP encountered Gomory constraints 2648
3600.05/3609.40	c LP encountered Farkas constraints 473360
3600.05/3609.40	c LP encountered learned Farkas constraints 202256
3600.05/3609.40	c CG auxiliary variables introduced 1399
3600.05/3609.40	c CG solutions found 170
3600.05/3609.40	c CG cores constructed 1000
3600.05/3609.40	c CG core cardinality constraints returned 0
3600.05/3609.40	c CG unit cores 1
3600.05/3609.40	c CG single cores 999
3600.05/3609.40	c CG blocks removed during cardinality reduction 0
3600.05/3609.40	c CG first core best 0
3600.05/3609.40	c CG decision core best 0
3600.05/3609.40	c CG core reduction tie 0
3600.05/3609.40	c CG core degree average 1.00
3600.05/3609.40	c CG core slack average 2.19
3600.05/3609.40	c CG core upper bound improvements 5
3600.05/3609.40	c STR number of successful calls 0
3600.05/3609.40	c STR number of unsuccessful calls 0
3600.05/3609.40	c STR number of inconclusive calls 0
3600.05/3609.40	c STR number of successful attempts 0
3600.05/3609.40	c STR number of unsuccessful attempts 0
3600.05/3609.40	c STR number of inconclusive attempts 0
3600.05/3609.40	c STR average degree increase per successful call inf
3600.05/3609.40	c STR average degree increase per successful attempt inf
3600.05/3609.40	c STR total number of conflicts for successful attempts 0
3600.05/3609.40	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3609.40	c STR total number of conflicts for inconclusive attempts 0
3600.05/3609.40	c STR average number of conflicts per successful attempt inf
3600.05/3609.40	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3609.40	c STR average number of conflicts per inconclusive attempt inf
3600.05/3609.40	c AVG.sumWPerc 49.25 
3600.05/3609.40	c bigint constraints 0 
3600.05/3609.40	o 1038
3600.05/3609.40	s SATISFIABLE
3600.05/3609.40	v -x1 x2 -x3 -x4 x5 x6 -x7 -x8 x9 x10 x11 x12 x13 x14 x15 -x16 x17 x18 x19 -x20 -x21 x22 -x23 -x24 -x25 x26 x27 x28 -x29 -x30 x31 x32 -x33 -x34 -x35 x36 -x37 x38 -x39 -x40 -x41 x42 -x43 x44 x45 x46 -x47 -x48 -x49 x50 x51 -x52 -x53 x54 -x55 -x56 -x57 x58 x59 -x60 x61 -x62 -x63 x64 x65 -x66 x67 x68 -x69 -x70 x71 -x72 x73 -x74 x75 x76 -x77 x78 -x79 x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 x88 -x89 x90 x91 -x92 x93 x94 x95 x96 x97 x98 x99 x100 -x101 x102 -x103 x104 x105 -x106 x107 x108 -x109 x110 x111 -x112 -x113 -x114 -x115 x116 x117 -x118 -x119 -x120 x121 -x122 x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 x131 -x132 x133 -x134 -x135 x136 x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 x145 -x146 x147 x148 -x149 x150 x151 x152 x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 x163 -x164 x165 -x166 x167 -x168 -x169 x170 -x171 -x172 x173 -x174 -x175 x176 -x177 -x178 x179 x180 -x181 -x182 x183 -x184 x185 -x186 -x187 -x188 x189 -x190 x191 -x192 x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 x201 x202 -x203 x204 x205 -x206 x207 -x208 -x209 -x210 x211 x212 x213 -x214 x215 x216 -x217 x218 -x219 -x220 x221 -x222 x223 x224 -x225 x226 -x227 x228 -x229 -x230 x231 x232 -x233 x234 x235 x236 -x237 x238 -x239 x240 -x241 -x242 x243 -x244 -x245 x246 -x247 -x248 x249 x250 -x251 -x252 x253 -x254 x255 x256 x257 x258 x259 x260 x261 -x262 x263 -x264 x265 x266 x267 x268 x269 x270 x271 x272 -x273 x274 x275 x276 x277 x278 -x279 -x280 x281 -x282 -x283 -x284 x285 -x286 -x287 x288 -x289 x290 x291 -x292 -x293 x294 -x295 x296 x297 x298 x299 -x300 x301 -x302 -x303 -x304 x305 x306 -x307 x308 -x309 x310 -x311 x312 x313 -x314 -x315 -x316 -x317 x318 x319 -x320 -x321 x322 -x323 -x324 x325 -x326 -x327 -x328 x329 x330 x331 x332 x333 -x334 -x335 -x336 x337 x338 x339 -x340 x341 x342 x343 -x344 x345 x346 x347 x348 -x349 -x350 x351 x352 x353 -x354 x355 x356 x357 x358 x359 -x360 -x361 x362 x363 x364 -x365 -x366 x367 -x368 x369 x370 x371 -x372 x373 x374 x375 -x376 -x377 x378 -x379 x380 x381 x382 -x383 x384 x385 x386 -x387 -x388 x389 -x390 x391 -x392 x393 -x394 -x395 -x396 x397 -x398 x399 -x400 x401 x402 x403 -x404 x405 x406 x407 x408 -x409 -x410 x411 x412 x413 -x414 -x415 x416 x417 -x418 -x419 x420 x421 x422 -x423 x424 x425 x426 -x427 x428 x429 -x430 -x431 -x432 -x433 x434 x435 x436 -x437 -x438 x439 -x440 x441 -x442 -x443 -x444 -x445 x446 x447 -x448 x449 -x450 -x451 x452 -x453 x454 x455 -x456 -x457 -x458 x459 -x460 -x461 x462 x463 -x464 x465 x466 x467 x468 -x469 x470 x471 -x472 x473 x474 x475 -x476 -x477 x478 x479 x480 -x481 x482 x483 x484 x485 x486 x487 -x488 x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 x497 x498 -x499 x500 -x501 x502 -x503 -x504 -x505 x506 x507 x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 x516 x517 x518 -x519 x520 -x521 x522 x523 -x524 -x525 x526 -x527 x528 -x529 x530 -x531 x532 x533 x534 -x535 x536 x537 x538 -x539 -x540 x541 -x542 x543 x544 -x545 -x546 -x547 x548 x549 x550 -x551 -x552 x553 -x554 x555 x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 x574 x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 x584 x585 -x586 x587 x588 -x589 -x590 -x591 x592 x593 x594 x595 -x596 -x597 -x598 x599 -x600 x601 -x602 -x603 x604 x605 x606 -x607 x608 x609 x610 x611 -x612 -x613 -x614 x615 -x616 x617 x618 -x619 x620 x621 x622 -x623 -x624 -x625 -x626 x627 x628 x629 -x630 -x631 -x632 x633 -x634 x635 -x636 x637 -x638 x639 x640 x641 -x642 x643 -x644 -x645 x646 x647 x648 -x649 -x650 -x651 -x652 x653 x654 -x655 x656 x657 x658 x659 -x660 -x661 x662 -x663 -x664 x665 x666 -x667 x668 -x669 -x670 x671 -x672 -x673 -x674 -x675 x676 -x677 -x678 -x679 x680 -x681 -x682 -x683 -x684 -x685 x686 x687 x688 x689 -x690 x691 -x692 -x693 x694 -x695 x696 -x697 -x698 x699 -x700 -x701 x702 x703 x704 -x705 x706 -x707 x708 x709 x710 -x711 -x712 -x713 x714 x715 -x716 -x717 -x718 x719 -x720 -x721 x722 -x723 -x724 -x725 x726 x727 -x728 -x729 x730 -x731 -x732 x733 -x734 x735 x736 x737 -x738 -x739 -x740 x741 x742 x743 x744 -x745 -x746 x747 -x748 -x749 x750 -x751 -x752 x753 -x754 x755 x756 -x757 x758 -x759 x760 -x761 x762 -x763 -x764 -x765 -x766 x767 -x768 x769 -x770 x771 -x772 -x773 -x774 x775 -x776 x777 -x778 -x779 x780 x781 x782 x783 x784 x785 x786 -x787 -x788 x789 x790 x791 x792 -x793 -x794 -x795 x796 -x797 -x798 x799 -x800 -x801 -x802 x803 x804 -x805 x806 x807 x808 x809 -x810 -x811 -x812 -x813 x814 -x815 -x816 x817 x818 x819 -x820 -x821 x822 x823 x824 x825 x826 -x827 -x828 x829 -x830 x831 x832 x833 -x834 x835 -x836 x837 -x838 -x839 x840 -x841 -x842 x843 x844 x845 -x846 x847 -x848 x849 -x850 x851 -x852 -x853 -x854 x855 x856 x857 x858 x859 x860 -x861 x862 x863 -x864 x865 -x866 -x867 -x868 -x869 -x870 -x871 x872 -x873 x874 x875 -x876 x877 x878 x879 -x880 x881 -x882 x883 -x884 x885 -x886 -x887 -x888 x889 x890 x891 x892 x893 -x894 -x895 x896 x897 -x898 x899 x900 x901 -x902 x903 -x904 -x905 -x906 x907 x908 -x909 x910 -x911 -x912 x913 x914 x915 -x916 -x917 -x918 -x919 x920 x921 x922 -x923 x924 x925 -x926 x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 x936 -x937 -x938 -x939 -x940 x941 -x942 -x943 x944 x945 x946 -x947 x948 x949 -x950 -x951 x952 -x953 -x954 x955 -x956 -x957 -x958 -x959 -x960 x961 x962 -x963 x964 x965 -x966 x967 -x968 x969 -x970 x971 -x972 -x973 x974 -x975 x976 x977 x978 x979 x980 -x981 x982 x983 -x984 x985 x986 -x987 x988 x989 x990 x991 x992 x993 x994 -x995 -x996 x997 -x998 -x999 -x1000 x1001 x1002 x1003 x1004 x1005 x1006 -x1007 -x1008 x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 x1016 x1017 x1018 x1019 x1020 -x1021 -x1022 x1023 x1024 x1025 -x1026 -x1027 x1028 x1029 x1030 x1031 x1032 x1033 x1034 x1035 -x1036 -x1037 -x1038 -x1039 x1040 -x1041 -x1042 x1043 x1044 -x1045 x1046 -x1047 -x1048 x1049 x1050 -x1051 -x1052 -x1053 -x1054 x1055 x1056 -x1057 x1058 x1059 -x1060 x1061 -x1062 x1063 -x1064 x1065 -x1066 x1067 -x1068 -x1069 -x1070 x1071 x1072 x1073 -x1074 -x1075 -x1076 x1077 -x1078 x1079 -x1080 -x1081 -x1082 x1083 -x1084 x1085 x1086 x1087 -x1088 x1089 x1090 x1091 -x1092 -x1093 x1094 -x1095 x1096 -x1097 -x1098 -x1099 -x1100 x1101 x1102 -x1103 x1104 x1105 -x1106 x1107 -x1108 x1109 -x1110 x1111 -x1112 -x1113 -x1114 x1115 x1116 x1117 -x1118 x1119 x1120 -x1121 x1122 -x1123 x1124 x1125 x1126 x1127 -x1128 x1129 x1130 -x1131 x1132 x1133 -x1134 x1135 x1136 x1137 -x1138 -x1139 x1140 -x1141 -x1142 x1143 x1144 -x1145 x1146 x1147 -x1148 x1149 -x1150 -x1151 x1152 -x1153 x1154 x1155 -x1156 x1157 -x1158 -x1159 -x1160 -x1161 x1162 x1163 -x1164 x1165 -x1166 x1167 x1168 -x1169 x1170 x1171 -x1172 x1173 -x1174 -x1175 -x1176 -x1177 x1178 x1179 -x1180 -x1181 -x1182 x1183 x1184 -x1185 -x1186 -x1187 -x1188 x1189 x1190 -x1191 x1192 -x1193 x1194 -x1195 x1196 x1197 x1198 -x1199 -x1200 -x1201 -x1202 x1203 -x1204 x1205 -x1206 -x1207 x1208 x1209 x1210 x1211 x1212 x1213 x1214 x1215 -x1216 x1217 x1218 -x1219 x1220 x1221 x1222 x1223 x1224 x1225 x1226 x1227 -x1228 -x1229 x1230 x1231 x1232 x1233 x1234 -x1235 -x1236 x1237 -x1238 x1239 -x1240 -x1241 x1242 -x1243 -x1244 -x1245 x1246 x1247 -x1248 x1249 -x1250 x1251 x1252 -x1253 x1254 -x1255 -x1256 x1257 -x1258 x1259 x1260 x1261 -x1262 -x1263 x1264 x1265 x1266 -x1267 -x1268 -x1269 -x1270 x1271 x1272 -x1273 x1274 x1275 -x1276 x1277 -x1278 x1279 -x1280 -x1281 -x1282 -x1283 x1284 x1285 -x1286 -x1287 x1288 -x1289 x1290 x1291 x1292 x1293 -x1294 x1295 x1296 x1297 -x1298 x1299 x1300 x1301 x1302 x1303 x1304 -x1305 -x1306 -x1307 -x1308 x1309 x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 x1317 -x1318 -x1319 x1320 -x1321 x1322 x1323 -x1324 -x1325 x1326 -x1327 -x1328 x1329 x1330 x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 x1338 x1339 -x1340 -x1341 x1342 -x1343 x1344 -x1345 x1346 x1347 -x1348 -x1349 -x1350 x1351 -x1352 x1353 -x1354 -x1355 x1356 x1357 -x1358 -x1359 x1360 -x1361 x1362 x1363 x1364 x1365 x1366 -x1367 x1368 x1369 x1370 x1371 -x1372 x1373 x1374 -x1375 -x1376 -x1377 -x1378 x1379 x1380 -x1381 x1382 x1383 -x1384 x1385 -x1386 -x1387 x1388 x1389 x1390 x1391 -x1392 x1393 x1394 x1395 -x1396 -x1397 -x1398 x1399 x1400 -x1401 x1402 -x1403 x1404 -x1405 x1406 -x1407 -x1408 x1409 -x1410 x1411 x1412 x1413 -x1414 -x1415 -x1416 x1417 x1418 -x1419 x1420 -x1421 -x1422 -x1423 -x1424 x1425 x1426 -x1427 x1428 x1429 x1430 x1431 -x1432 -x1433 x1434 x1435 x1436 -x1437 -x1438 x1439 x1440 -x1441 x1442 -x1443 x1444 -x1445 -x1446 x1447 -x1448 -x1449 -x1450 x1451 -x1452 x1453 -x1454 -x1455 x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 x1464 -x1465 -x1466 x1467 x1468 x1469 x1470 -x1471 x1472 x1473 x1474 x1475 x1476 x1477 -x1478 x1479 x1480 -x1481 x1482 -x1483 x1484 -x1485 -x1486 -x1487 x1488 -x1489 -x1490 -x1491 x1492 -x1493 x1494 -x1495 x1496 x1497 x1498 -x1499 -x1500 x1501 -x1502 -x1503 -x1504 -x1505 -x1506 x1507 x1508 x1509 x1510 x1511 x1512 x1513 x1514 -x1515 -x1516 x1517 x1518 x1519 -x1520 x1521 -x1522 -x1523 -x1524 x1525 -x1526 -x1527 x1528 x1529 x1530 -x1531 -x1532 x1533 x1534 x1535 x1536 -x1537 -x1538 -x1539 -x1540 x1541 x1542 -x1543 -x1544 -x1545 -x1546 x1547 x1548 -x1549 -x1550 x1551 x1552 x1553 x1554 x1555 x1556 x1557 -x1558 -x1559 x1560 -x1561 x1562 x1563 -x1564 x1565 x1566 -x1567 x1568 x1569 x1570 -x1571 -x1572 -x1573 x1574 -x1575 x1576 x1577 x1578 x1579 -x1580 x1581 x1582 -x1583 -x1584 -x1585 x1586 -x1587 x1588 x1589 x1590 -x1591 -x1592 x1593 x1594 x1595 x1596 x1597 x1598 -x1599 -x1600 x1601 x1602 x1603 x1604 x1605 x1606 x1607 x1608 x1609 x1610 x1611 -x1612 -x1613 -x1614 x1615 -x1616 x1617 -x1618 x1619 x1620 -x1621 x1622 x1623 x1624 x1625 x1626 -x1627 -x1628 -x1629 x1630 -x1631 x1632 x1633 -x1634 x1635 -x1636 -x1637 x1638 -x1639 x1640 x1641 -x1642 x1643 -x1644 x1645 x1646 x1647 -x1648 x1649 x1650 x1651 x1652 -x1653 x1654 x1655 -x1656 -x1657 x1658 x1659 -x1660 -x1661 x1662 x1663 -x1664 x1665 x1666 -x1667 -x1668 x1669 -x1670 -x1671 -x1672 x1673 -x1674 x1675 -x1676 -x1677 x1678 x1679 -x1680 x1681 x1682 x1683 x1684 x1685 -x1686 x1687 x1688 -x1689 x1690 x1691 x1692 -x1693 x1694 -x1695 x1696 -x1697 x1698 x1699 x1700 x1701 -x1702 x1703 x1704 x1705 x1706 x1707 -x1708 x1709 -x1710 x1711 x1712 x1713 -x1714 -x1715 x1716 -x1717 -x1718 -x1719 -x1720 x1721 x1722 -x1723 x1724 -x1725 -x1726 -x1727 x1728 -x1729 x1730 x1731 -x1732 -x1733 -x1734 x1735 -x1736 -x1737 -x1738 x1739 x1740 x1741 x1742 x1743 x1744 -x1745 x1746 x1747 -x1748 x1749 -x1750 -x1751 x1752 -x1753 x1754 -x1755 -x1756 -x1757 -x1758 x1759 -x1760 -x1761 x1762 x1763 x1764 -x1765 x1766 x1767 x1768 x1769 x1770 -x1771 -x1772 -x1773 x1774 x1775 -x1776 x1777 x1778 x1779 x1780 -x1781 x1782 -x1783 x1784 x1785 x1786 -x1787 -x1788 -x1789 x1790 x1791 x1792 x1793 x1794 -x1795 -x1796 -x1797 -x1798 x1799 -x1800 -x1801 x1802 -x1803 -x1804 -x1805 x1806 x1807 x1808 x1809 -x1810 x1811 x1812 x1813 x1814 x1815 x1816 x1817 -x1818 x1819 -x1820 -x1821 -x1822 x1823 -x1824 -x1825 x1826 x1827 x1828 x1829 -x1830 x1831 -x1832 -x1833 x1834 x1835 -x1836 x1837 x1838 -x1839 x1840 -x1841 x1842 -x1843 x1844 x1845 x1846 -x1847 x1848 -x1849 -x1850 -x1851 x1852 -x1853 x1854 -x1855 -x1856 -x1857 x1858 -x1859 -x1860 x1861 -x1862 -x1863 x1864 x1865 x1866 x1867 x1868 x1869 -x1870 x1871 x1872 x1873 x1874 x1875 x1876 -x1877 x1878 x1879 x1880 x1881 x1882 x1883 -x1884 -x1885 x1886 x1887 x1888 -x1889 x1890 x1891 x1892 -x1893 x1894 -x1895 x1896 x1897 x1898 x1899 x1900 -x1901 x1902 x1903 -x1904 x1905 x1906 x1907 -x1908 -x1909 -x1910 x1911 x1912 x1913 -x1914 x1915 -x1916 x1917 x1918 x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 x1929 -x1930 -x1931 -x1932 x1933 -x1934 x1935 x1936 -x1937 -x1938 -x1939 x1940 -x1941 x1942 x1943 x1944 x1945 -x1946 x1947 -x1948 x1949 -x1950 -x1951 -x1952 -x1953 x1954 x1955 -x1956 x1957 x1958 x1959 -x1960 x1961 x1962 x1963
3600.05/3609.40	c Program interrupted by user.

Verifier Data

OK	1038

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 (60671 MiB free)
  memory of node 1: 64507 MiB (63564 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100049 s]*
/proc/loadavg: 4.11 4.16 4.16 5/267 44146
/proc/meminfo: memFree=127212036/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=61484 memory=16108 CPUtime=0.05 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 2496 0 0 0 4 1 0 0 20 0 1 0 48766886 62959616 4027 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 15371 4027 2336 1147 0 2798 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 65676 KiB
Current children cumulated memory: 19180 KiB

[startup+0.205834 s]*
/proc/loadavg: 4.11 4.16 4.16 5/267 44146
/proc/meminfo: memFree=127201892/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=64356 memory=23336 CPUtime=0.15 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 3221 0 0 0 14 1 0 0 20 0 1 0 48766886 65900544 5834 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 16089 5834 2400 1147 0 3516 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 68548 KiB
Current children cumulated memory: 26408 KiB

[startup+0.305706 s]*
/proc/loadavg: 4.11 4.16 4.16 5/267 44146
/proc/meminfo: memFree=127198364/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=70848 memory=28840 CPUtime=0.25 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 4596 0 0 0 22 3 0 0 20 0 1 0 48766886 72548352 7210 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 17712 7210 2400 1147 0 5139 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 75040 KiB
Current children cumulated memory: 31912 KiB

[startup+0.700225 s]
/proc/loadavg: 4.11 4.16 4.16 5/267 44146
/proc/meminfo: memFree=127189480/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=99752 memory=52572 CPUtime=0.63 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 9524 0 0 0 55 8 0 0 20 0 1 0 48766886 102146048 13143 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 24938 13143 2400 1147 0 12365 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 103944 KiB
Current children cumulated memory: 55644 KiB

[startup+1.50021 s]
/proc/loadavg: 4.11 4.16 4.16 5/267 44146
/proc/meminfo: memFree=127185876/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=127092 memory=72000 CPUtime=1.43 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 13357 0 0 0 132 11 0 0 20 0 1 0 48766886 130142208 18000 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 31773 18000 2400 1147 0 19200 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 131284 KiB
Current children cumulated memory: 75072 KiB

[startup+3.10549 s]
/proc/loadavg: 4.11 4.16 4.16 5/267 44146
/proc/meminfo: memFree=127153740/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=141396 memory=84160 CPUtime=3.02 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 16415 0 0 0 287 15 0 0 20 0 1 0 48766886 144789504 21040 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 35349 21040 2400 1147 0 22776 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 145588 KiB
Current children cumulated memory: 87232 KiB

[startup+6.30021 s]
/proc/loadavg: 4.10 4.16 4.15 5/267 44146
/proc/meminfo: memFree=127138292/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=163696 memory=102080 CPUtime=6.21 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 20880 0 0 0 598 23 0 0 20 0 1 0 48766886 167624704 25520 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 40924 25520 2400 1147 0 28351 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 167888 KiB
Current children cumulated memory: 105152 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.15 4.15 5/267 44147
/proc/meminfo: memFree=127113892/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=172160 memory=114652 CPUtime=12.6 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 23022 0 0 0 1226 34 0 0 20 0 1 0 48766886 176291840 28663 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 43040 28663 2400 1147 0 30467 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 176352 KiB
Current children cumulated memory: 117724 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.16 4.16 5/267 44147
/proc/meminfo: memFree=127062920/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=185468 memory=136304 CPUtime=25.36 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 27398 0 0 0 2483 53 0 0 20 0 1 0 48766886 189919232 34076 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 46367 34076 2400 1147 0 33794 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 189660 KiB
Current children cumulated memory: 139376 KiB

[startup+51.1058 s]
/proc/loadavg: 4.10 4.15 4.15 5/267 44147
/proc/meminfo: memFree=126993732/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=269568 memory=192704 CPUtime=50.9 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 38951 0 0 0 4999 91 0 0 20 0 1 0 48766886 276037632 48176 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 67392 48176 2400 1147 0 54819 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 273760 KiB
Current children cumulated memory: 195776 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.15 4.15 5/266 44149
/proc/meminfo: memFree=126975464/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=286040 memory=212344 CPUtime=101.97 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 43353 0 0 0 10032 165 0 0 20 0 1 0 48766886 292904960 53086 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 71510 53086 2400 1147 0 58937 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 290232 KiB
Current children cumulated memory: 215416 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.15 4.15 5/267 44152
/proc/meminfo: memFree=126878096/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=315400 memory=243084 CPUtime=161.82 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 49507 0 0 0 15945 237 0 0 20 0 1 0 48766886 322969600 60771 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 78850 60771 2400 1147 0 66277 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 319592 KiB
Current children cumulated memory: 246156 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.15 4.15 5/267 44155
/proc/meminfo: memFree=125668588/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=391976 memory=287796 CPUtime=221.67 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 58666 0 0 0 21874 293 0 0 20 0 1 0 48766886 401383424 71949 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 97994 71949 2400 1147 0 85421 0
Current children cumulated CPU time: 221.68 s

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

/proc/44146/statm: 202277 183234 2400 1147 0 189704 0
Current children cumulated CPU time: 3034.52 s
Current children cumulated vsize: 813300 KiB
Current children cumulated memory: 736008 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/267 44446
/proc/meminfo: memFree=127561604/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=835600 memory=751240 CPUtime=3094.34 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 128237 0 0 0 307021 2413 0 0 20 0 1 0 48766886 855654400 187810 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 208900 187810 2400 1147 0 196327 0
Current children cumulated CPU time: 3094.35 s
Current children cumulated vsize: 839792 KiB
Current children cumulated memory: 754312 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/267 44448
/proc/meminfo: memFree=127548176/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=854424 memory=763528 CPUtime=3154.17 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 131340 0 0 0 312960 2457 0 0 20 0 1 0 48766886 874930176 190882 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 213606 190882 2400 1147 0 201033 0
Current children cumulated CPU time: 3154.18 s
Current children cumulated vsize: 858616 KiB
Current children cumulated memory: 766600 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 44451
/proc/meminfo: memFree=127495172/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=856552 memory=765832 CPUtime=3214.02 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 131914 0 0 0 318905 2497 0 0 20 0 1 0 48766886 877109248 191458 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 214138 191458 2400 1147 0 201565 0
Current children cumulated CPU time: 3214.03 s
Current children cumulated vsize: 860744 KiB
Current children cumulated memory: 768904 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 44453
/proc/meminfo: memFree=127482912/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=861080 memory=768904 CPUtime=3273.85 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 132686 0 0 0 324848 2537 0 0 20 0 1 0 48766886 881745920 192226 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 215270 192226 2400 1147 0 202697 0
Current children cumulated CPU time: 3273.86 s
Current children cumulated vsize: 865272 KiB
Current children cumulated memory: 771976 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/267 44455
/proc/meminfo: memFree=127440380/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=864428 memory=771464 CPUtime=3333.69 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 133349 0 0 0 330792 2577 0 0 20 0 1 0 48766886 885174272 192866 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 216107 192866 2400 1147 0 203534 0
Current children cumulated CPU time: 3333.7 s
Current children cumulated vsize: 868620 KiB
Current children cumulated memory: 774536 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 44457
/proc/meminfo: memFree=127432992/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=870580 memory=776456 CPUtime=3393.52 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 134595 0 0 0 336740 2612 0 0 20 0 1 0 48766886 891473920 194114 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 217645 194114 2400 1147 0 205072 0
Current children cumulated CPU time: 3393.53 s
Current children cumulated vsize: 874772 KiB
Current children cumulated memory: 779528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 44459
/proc/meminfo: memFree=127426624/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=870580 memory=776456 CPUtime=3453.35 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 134596 0 0 0 342689 2646 0 0 20 0 1 0 48766886 891473920 194114 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 217645 194114 2400 1147 0 205072 0
Current children cumulated CPU time: 3453.36 s
Current children cumulated vsize: 874772 KiB
Current children cumulated memory: 779528 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 44462
/proc/meminfo: memFree=127420528/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=870580 memory=776584 CPUtime=3513.19 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 134604 0 0 0 348642 2677 0 0 20 0 1 0 48766886 891473920 194146 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 217645 194146 2400 1147 0 205072 0
Current children cumulated CPU time: 3513.2 s
Current children cumulated vsize: 874772 KiB
Current children cumulated memory: 779656 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/267 44464
/proc/meminfo: memFree=127393712/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=870580 memory=776712 CPUtime=3573.02 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 134893 0 0 0 354602 2700 0 0 20 0 1 0 48766886 891473920 194178 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 217645 194178 2400 1147 0 205072 0
Current children cumulated CPU time: 3573.03 s
Current children cumulated vsize: 874772 KiB
Current children cumulated memory: 779784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.14 4.12 4.09 5/267 44471
/proc/meminfo: memFree=127370564/131250000 swapFree=33010416/33010684
[pid=44143] ppid=44140 vsize=4192 memory=3072 CPUtime=0.01 cores=1,3
/proc/44143/stat : 44143 (run-opt-break.s) S 44140 44143 41560 0 -1 4194304 237 1449 0 0 0 0 1 0 20 0 1 0 48766883 4292608 768 18446744073709551615 94118172225536 94118173120069 140731863156704 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94118173359120 94118173406864 94118206521344 140731863165281 140731863165410 140731863165410 140731863171012 0
/proc/44143/statm: 1048 768 704 219 0 110 0
[pid=44146] ppid=44143 vsize=891072 memory=789512 CPUtime=3600.04 cores=1,3
/proc/44146/stat : 44146 (roundingsat) R 44143 44143 41560 0 -1 4194304 138176 0 0 0 357288 2716 0 0 20 0 1 0 48766886 912457728 197378 18446744073709551615 4227072 8923433 140727936661904 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 35155968 140727936665956 140727936666152 140727936666152 140727936671722 0
/proc/44146/statm: 222768 197378 2400 1147 0 210195 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 895264 KiB
Current children cumulated memory: 792584 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.015816 s, system=0.007604 s

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

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

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

Child status: 2

Real time (s): 3609.41
CPU time (s): 3600.08
CPU user time (s): 3572.9
CPU system time (s): 27.1818
CPU usage (%): 99.7416
Max. virtual memory (cumulated for all children) (KiB): 895264
Max. memory (cumulated for all children) (KiB): 792584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.9
system time used= 27.1818
maximum resident set size= 789768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139883
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= 323
involuntary context switches= 2161


# summary of solver processes directly reported to runsolver:
#   pid: 44143,44146
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3572.9
#   total CPU system time (s): 27.1818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42446 second user time and 16.5849 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 02:47:50
IDJOB=4488774
IDBENCH=147531
IDSOLVER=3359
FILE ID=nodeC027/4488774-1751330870
RUNJOBID= nodeC027-1751323974-41572
SLURM_JOB_ID= 9594344
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= f429a5cb74c34761160471c7897bca93
RANDOM SEED=330911128

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.629
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		: 3600.692
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.420
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		: 3597.899
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.647
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.597
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		: 3599.325
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		: 3599.781
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:        127217904 kB
MemAvailable:   126879368 kB
Buffers:            2488 kB
Cached:           464268 kB
SwapCached:           12 kB
Active:          3253784 kB
Inactive:         164628 kB
Active(anon):    2966920 kB
Inactive(anon):     2792 kB
Active(file):     286864 kB
Inactive(file):   161836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7128 kB
Writeback:             0 kB
AnonPages:       2952712 kB
Mapped:           117360 kB
Shmem:             18056 kB
KReclaimable:     103604 kB
Slab:             191104 kB
SReclaimable:     103604 kB
SUnreclaim:        87500 kB
KernelStack:        4352 kB
PageTables:         9548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3735416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1318912 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:48:00