Trace number 4521771

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adOPT cert.1740 2473.09 2590.7

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_058.opb
MD5SUM9f15d23f289b182a443a303ebae0d35a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1740
Best CPU time to get the best result obtained on this benchmark0.857278
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3422
Total number of constraints6844
Number of constraints which are clauses6844
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 3422
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 3422
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3422
Number of bits of the biggest sum of numbers12
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-4521771-1751580144.opb'
0.00/0.01	c 	read 0.20MB  (3.15ms)
0.00/0.01	c	 [cnf: #variables 3422 #clauses 6845 #duplicates 0 #arr 17110]
0.00/0.02	c output proof to 'PROOFDIR/proof-4521771-1751580144'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 2] (2.31ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (2.91ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 17111 #edges 47908]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.37*10^4 #generators 3] (9.75ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	ran it=0, +gens=3 
0.07/0.18	c 	con best_support=6608, best_gens=1, +gens=244
0.07/0.18	c 	(139.74ms)
0.07/0.18	c 
0.07/0.18	c finalize break order and special generators
0.07/0.18	c 
0.07/0.18	c add generic predicates (break_depth=20)
0.07/0.19	c 	added predicates for 250 generators (7.87ms)
0.97/1.07	c 
0.97/1.07	c generation finished
0.97/1.07	c 	[sbp: #constraints 12760 #add_vars 4180]
0.97/1.07	c 
0.97/1.07	c write result to 'HOME/instance-4521771-1751580144.opb.pre'
0.97/1.07	c 	wrote 0.66MB (1.65ms)
0.97/1.07	c ------------------------------------------------------------------
0.97/1.07	c                 887.12ms 83.71% other
0.97/1.07	c                 139.74ms 13.19% optimize_gens
0.97/1.07	c                   9.75ms  0.92% detect_generic
0.97/1.07	c                   7.87ms  0.74% break_generic
0.97/1.07	c                   5.20ms  0.49% finalize_order
0.97/1.07	c                   3.15ms  0.30% parse
0.97/1.07	c                   2.91ms  0.27% detect_special
0.97/1.07	c                   2.31ms  0.22% approx_orbits
0.97/1.07	c                   1.65ms  0.16% output
0.97/1.07	c         ───────────────────────────────────────────────
0.97/1.07	c                1059.70ms   100% total
0.97/1.07	c ------------------------------------------------------------------
1.12/1.82	c RoundingSat 2
1.12/1.82	c branch pb25
1.12/1.82	c commit 63f22ad
1.12/1.94	c #variables 7602 #constraints 19604
1.12/1.94	c objective is ce32 
1.38/2.16	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
1.38/2.16	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
1.38/2.16	c bounds 2127 >= 0 @ 0.303641
1.48/2.24	c bounds 2126 >= 0 @ 0.372028
1.48/2.24	c bounds 2126 >= 1 @ 0.373625
1.48/2.25	c bounds 2126 >= 2 @ 0.374545
1.48/2.25	c bounds 2126 >= 3 @ 0.37545
1.48/2.25	c bounds 2126 >= 4 @ 0.376389
1.48/2.25	c bounds 2126 >= 5 @ 0.377316
1.48/2.25	c bounds 2126 >= 6 @ 0.378249
1.48/2.25	c bounds 2126 >= 7 @ 0.379182
1.48/2.25	c bounds 2126 >= 8 @ 0.380105
1.48/2.25	c bounds 2126 >= 9 @ 0.381031
1.48/2.25	c bounds 2126 >= 10 @ 0.38197
1.48/2.25	c bounds 2126 >= 11 @ 0.382898
1.48/2.25	c bounds 2126 >= 12 @ 0.383826
1.48/2.26	c bounds 2126 >= 13 @ 0.38476
1.48/2.26	c bounds 2126 >= 14 @ 0.385693
1.48/2.26	c bounds 2126 >= 15 @ 0.386627
1.48/2.26	c bounds 2126 >= 16 @ 0.387559
1.48/2.26	c bounds 2126 >= 17 @ 0.388479
1.48/2.26	c bounds 2126 >= 18 @ 0.389405
1.48/2.26	c bounds 2126 >= 19 @ 0.39034
1.48/2.26	c bounds 2126 >= 20 @ 0.391269
1.48/2.26	c bounds 2126 >= 21 @ 0.392197
1.48/2.26	c bounds 2126 >= 22 @ 0.393122
1.48/2.26	c bounds 2126 >= 23 @ 0.394057
1.48/2.27	c bounds 2126 >= 24 @ 0.394986
1.48/2.27	c bounds 2126 >= 25 @ 0.395912
1.48/2.27	c bounds 2126 >= 26 @ 0.396836
1.48/2.27	c bounds 2126 >= 27 @ 0.397766
1.48/2.27	c bounds 2126 >= 28 @ 0.398688
1.48/2.27	c bounds 2126 >= 29 @ 0.399616
1.48/2.27	c bounds 2126 >= 30 @ 0.400536
1.48/2.27	c bounds 2126 >= 31 @ 0.401456
1.48/2.27	c bounds 2126 >= 32 @ 0.40239
1.48/2.27	c bounds 2126 >= 33 @ 0.403306
1.48/2.27	c bounds 2126 >= 34 @ 0.404236
1.48/2.28	c bounds 2126 >= 35 @ 0.405167
1.48/2.28	c bounds 2126 >= 36 @ 0.406108
1.48/2.28	c bounds 2126 >= 37 @ 0.407038
1.48/2.28	c bounds 2126 >= 38 @ 0.407963
1.48/2.28	c bounds 2126 >= 39 @ 0.40889
1.48/2.28	c bounds 2126 >= 40 @ 0.409814
1.48/2.28	c bounds 2126 >= 41 @ 0.410741
1.48/2.28	c bounds 2126 >= 42 @ 0.411655
1.48/2.28	c bounds 2126 >= 43 @ 0.412578
1.48/2.28	c bounds 2126 >= 44 @ 0.413493
1.48/2.29	c bounds 2126 >= 45 @ 0.414418
1.48/2.29	c bounds 2126 >= 46 @ 0.415339
1.48/2.29	c bounds 2126 >= 47 @ 0.416255
1.48/2.29	c bounds 2126 >= 48 @ 0.417179
1.48/2.29	c bounds 2126 >= 49 @ 0.418102
1.48/2.29	c bounds 2126 >= 50 @ 0.418271
1.48/2.29	c bounds 2126 >= 51 @ 0.41896
1.48/2.29	c bounds 2126 >= 52 @ 0.419878
1.48/2.29	c bounds 2126 >= 53 @ 0.420823
1.48/2.29	c bounds 2126 >= 54 @ 0.421709
1.48/2.29	c bounds 2126 >= 55 @ 0.422529
1.48/2.30	c bounds 2126 >= 56 @ 0.423447
1.58/2.30	c bounds 2126 >= 57 @ 0.424388
1.58/2.30	c bounds 2126 >= 58 @ 0.425318
1.58/2.30	c bounds 2126 >= 59 @ 0.426252
1.58/2.30	c bounds 2126 >= 60 @ 0.42717
1.58/2.30	c bounds 2126 >= 61 @ 0.428102
1.58/2.30	c bounds 2126 >= 62 @ 0.429023
1.58/2.30	c bounds 2126 >= 63 @ 0.429958
1.58/2.30	c bounds 2126 >= 64 @ 0.430882
1.58/2.30	c bounds 2126 >= 65 @ 0.431812
1.58/2.30	c bounds 2126 >= 66 @ 0.43273
1.58/2.31	c bounds 2126 >= 67 @ 0.432901
1.58/2.31	c bounds 2126 >= 68 @ 0.433654
1.58/2.31	c bounds 2126 >= 69 @ 0.434573
1.58/2.31	c bounds 2126 >= 70 @ 0.435436
1.58/2.31	c bounds 2126 >= 71 @ 0.43633
1.58/2.31	c bounds 2126 >= 72 @ 0.437198
1.58/2.31	c bounds 2126 >= 73 @ 0.438111
1.58/2.31	c bounds 2126 >= 74 @ 0.439029
1.58/2.31	c bounds 2126 >= 75 @ 0.439948
1.58/2.31	c bounds 2126 >= 76 @ 0.440969
1.58/2.31	c bounds 2126 >= 77 @ 0.441135
1.58/2.32	c bounds 2126 >= 78 @ 0.441889
1.58/2.32	c bounds 2126 >= 79 @ 0.442825
1.58/2.32	c bounds 2126 >= 80 @ 0.443717
1.58/2.32	c bounds 2126 >= 81 @ 0.444629
1.58/2.32	c bounds 2126 >= 82 @ 0.445551
1.58/2.32	c bounds 2126 >= 83 @ 0.446475
1.58/2.32	c bounds 2126 >= 84 @ 0.447364
1.58/2.32	c bounds 2126 >= 85 @ 0.448286
1.58/2.32	c bounds 2126 >= 86 @ 0.449197
1.58/2.32	c bounds 2126 >= 87 @ 0.450128
1.58/2.32	c bounds 2126 >= 88 @ 0.45104
1.58/2.33	c bounds 2126 >= 89 @ 0.451963
1.58/2.33	c bounds 2126 >= 90 @ 0.452891
1.58/2.33	c bounds 2126 >= 91 @ 0.453827
1.58/2.33	c bounds 2126 >= 92 @ 0.454733
1.58/2.33	c bounds 2126 >= 93 @ 0.455604
1.58/2.33	c bounds 2126 >= 94 @ 0.456459
1.58/2.33	c bounds 2126 >= 95 @ 0.457382
1.58/2.33	c bounds 2126 >= 96 @ 0.458292
1.58/2.33	c bounds 2126 >= 97 @ 0.45921
1.58/2.33	c bounds 2126 >= 98 @ 0.46013
1.58/2.34	c bounds 2126 >= 99 @ 0.461068
1.58/2.34	c bounds 2126 >= 100 @ 0.46146
1.58/2.34	c bounds 2126 >= 101 @ 0.462247
1.58/2.34	c bounds 2126 >= 102 @ 0.463157
1.58/2.34	c bounds 2126 >= 103 @ 0.464076
1.58/2.34	c bounds 2126 >= 104 @ 0.464997
1.58/2.34	c bounds 2126 >= 105 @ 0.466012
1.58/2.34	c bounds 2126 >= 106 @ 0.466935
1.58/2.34	c bounds 2126 >= 107 @ 0.46786
1.58/2.34	c bounds 2126 >= 108 @ 0.468768
1.58/2.34	c bounds 2126 >= 109 @ 0.469696
1.58/2.35	c bounds 2126 >= 110 @ 0.47061
1.58/2.35	c bounds 2126 >= 111 @ 0.471527
1.58/2.35	c bounds 2126 >= 112 @ 0.472443
1.58/2.35	c bounds 2126 >= 113 @ 0.473364
1.58/2.35	c bounds 2126 >= 114 @ 0.474282
1.58/2.35	c bounds 2126 >= 115 @ 0.475201
1.58/2.35	c bounds 2126 >= 116 @ 0.47612
1.58/2.35	c bounds 2126 >= 117 @ 0.47704
1.58/2.35	c bounds 2126 >= 118 @ 0.477954
1.58/2.35	c bounds 2126 >= 119 @ 0.47887
1.58/2.35	c bounds 2126 >= 120 @ 0.479781
1.58/2.36	c bounds 2126 >= 121 @ 0.480694
1.58/2.36	c bounds 2126 >= 122 @ 0.481603
1.58/2.36	c bounds 2126 >= 123 @ 0.482504
1.58/2.36	c bounds 2126 >= 124 @ 0.483409
1.58/2.36	c bounds 2126 >= 125 @ 0.484329
1.58/2.36	c bounds 2126 >= 126 @ 0.485243
1.58/2.36	c bounds 2126 >= 127 @ 0.486145
1.58/2.36	c bounds 2126 >= 128 @ 0.487067
1.58/2.36	c bounds 2126 >= 129 @ 0.487974
1.58/2.36	c bounds 2126 >= 130 @ 0.488886
1.58/2.36	c bounds 2126 >= 131 @ 0.489789
1.58/2.37	c bounds 2126 >= 132 @ 0.490697
1.58/2.37	c bounds 2126 >= 133 @ 0.491614
1.58/2.37	c bounds 2126 >= 134 @ 0.492482
1.58/2.37	c bounds 2126 >= 135 @ 0.493403
1.58/2.37	c bounds 2126 >= 136 @ 0.494317
1.58/2.37	c bounds 2126 >= 137 @ 0.49523
1.58/2.37	c bounds 2126 >= 138 @ 0.496137
1.58/2.37	c bounds 2126 >= 139 @ 0.49705
1.58/2.37	c bounds 2126 >= 140 @ 0.497964
1.58/2.37	c bounds 2126 >= 141 @ 0.498933
1.58/2.37	c bounds 2126 >= 142 @ 0.499845
1.58/2.38	c bounds 2126 >= 143 @ 0.500755
1.58/2.38	c bounds 2126 >= 144 @ 0.501677
1.58/2.38	c bounds 2126 >= 145 @ 0.502582
1.58/2.38	c bounds 2126 >= 146 @ 0.5035
1.58/2.38	c bounds 2126 >= 147 @ 0.504405
1.58/2.38	c bounds 2126 >= 148 @ 0.505312
1.58/2.38	c bounds 2126 >= 149 @ 0.506219
1.58/2.38	c bounds 2126 >= 150 @ 0.507122
1.58/2.38	c bounds 2126 >= 151 @ 0.508025
1.58/2.38	c bounds 2126 >= 152 @ 0.508934
1.58/2.38	c bounds 2126 >= 153 @ 0.509842
1.58/2.39	c bounds 2126 >= 154 @ 0.510743
1.58/2.39	c bounds 2126 >= 155 @ 0.511647
1.58/2.39	c bounds 2126 >= 156 @ 0.512539
1.58/2.39	c bounds 2126 >= 157 @ 0.51344
1.58/2.39	c bounds 2126 >= 158 @ 0.514343
1.58/2.39	c bounds 2126 >= 159 @ 0.515251
1.58/2.39	c bounds 2126 >= 160 @ 0.516151
1.58/2.39	c bounds 2126 >= 161 @ 0.517052
1.58/2.39	c bounds 2126 >= 162 @ 0.517952
1.58/2.39	c bounds 2126 >= 163 @ 0.518825
1.58/2.39	c bounds 2126 >= 164 @ 0.519671
1.68/2.40	c bounds 2126 >= 165 @ 0.520526
1.68/2.40	c bounds 2126 >= 166 @ 0.521384
1.68/2.40	c bounds 2126 >= 167 @ 0.522236
1.68/2.40	c bounds 2126 >= 168 @ 0.523088
1.68/2.40	c bounds 2126 >= 169 @ 0.52398
1.68/2.40	c bounds 2126 >= 170 @ 0.52489
1.68/2.40	c bounds 2126 >= 171 @ 0.525791
1.68/2.40	c bounds 2126 >= 172 @ 0.526692
1.68/2.40	c bounds 2126 >= 173 @ 0.527592
1.68/2.40	c bounds 2126 >= 174 @ 0.52849
1.68/2.40	c bounds 2126 >= 175 @ 0.529347
1.68/2.41	c bounds 2126 >= 176 @ 0.530198
1.68/2.41	c bounds 2126 >= 177 @ 0.531046
1.68/2.41	c bounds 2126 >= 178 @ 0.531893
1.68/2.41	c bounds 2126 >= 179 @ 0.532741
1.68/2.41	c bounds 2126 >= 180 @ 0.533587
1.68/2.41	c bounds 2126 >= 181 @ 0.534433
1.68/2.41	c bounds 2126 >= 182 @ 0.53528
1.68/2.41	c bounds 2126 >= 183 @ 0.53613
1.68/2.41	c bounds 2126 >= 184 @ 0.536984
1.68/2.41	c bounds 2126 >= 185 @ 0.537826
1.68/2.41	c bounds 2126 >= 186 @ 0.538731
1.68/2.41	c bounds 2126 >= 187 @ 0.539579
1.68/2.42	c bounds 2126 >= 188 @ 0.539737
1.68/2.42	c bounds 2126 >= 189 @ 0.540351
1.68/2.42	c bounds 2126 >= 190 @ 0.541186
1.68/2.42	c bounds 2126 >= 191 @ 0.541993
1.68/2.42	c bounds 2126 >= 192 @ 0.542892
1.68/2.42	c bounds 2126 >= 193 @ 0.543752
1.68/2.42	c bounds 2126 >= 194 @ 0.544601
1.68/2.42	c bounds 2126 >= 195 @ 0.545494
1.68/2.42	c bounds 2126 >= 196 @ 0.546336
1.68/2.42	c bounds 2126 >= 197 @ 0.546491
1.68/2.42	c bounds 2126 >= 198 @ 0.547104
1.68/2.43	c bounds 2126 >= 199 @ 0.547881
1.68/2.43	c bounds 2126 >= 200 @ 0.548726
1.68/2.43	c bounds 2126 >= 201 @ 0.549564
1.68/2.43	c bounds 2126 >= 202 @ 0.550404
1.68/2.43	c bounds 2126 >= 203 @ 0.551246
1.68/2.43	c bounds 2126 >= 204 @ 0.552083
1.68/2.43	c bounds 2126 >= 205 @ 0.552924
1.68/2.43	c bounds 2126 >= 206 @ 0.553758
1.68/2.43	c bounds 2126 >= 207 @ 0.5546
1.68/2.43	c bounds 2126 >= 208 @ 0.555439
1.68/2.43	c bounds 2126 >= 209 @ 0.556334
1.68/2.43	c bounds 2126 >= 210 @ 0.557169
1.68/2.44	c bounds 2126 >= 211 @ 0.55801
1.68/2.44	c bounds 2126 >= 212 @ 0.558848
1.68/2.44	c bounds 2126 >= 213 @ 0.559684
1.68/2.44	c bounds 2126 >= 214 @ 0.560525
1.68/2.44	c bounds 2126 >= 215 @ 0.561418
1.68/2.44	c bounds 2126 >= 216 @ 0.562267
1.68/2.44	c bounds 2126 >= 217 @ 0.563111
1.68/2.44	c bounds 2126 >= 218 @ 0.563952
1.68/2.44	c bounds 2126 >= 219 @ 0.564798
1.68/2.44	c bounds 2126 >= 220 @ 0.565644
1.68/2.44	c bounds 2126 >= 221 @ 0.566557
1.68/2.44	c bounds 2126 >= 222 @ 0.567403
1.68/2.45	c bounds 2126 >= 223 @ 0.568243
1.68/2.45	c bounds 2126 >= 224 @ 0.569093
1.68/2.45	c bounds 2126 >= 225 @ 0.569934
1.68/2.45	c bounds 2126 >= 226 @ 0.570773
1.68/2.45	c bounds 2126 >= 227 @ 0.571608
1.68/2.45	c bounds 2126 >= 228 @ 0.571758
1.68/2.45	c bounds 2126 >= 229 @ 0.57234
1.68/2.45	c bounds 2126 >= 230 @ 0.573172
1.68/2.45	c bounds 2126 >= 231 @ 0.574013
1.68/2.45	c bounds 2126 >= 232 @ 0.574827
1.68/2.45	c bounds 2126 >= 233 @ 0.575661
1.68/2.45	c bounds 2126 >= 234 @ 0.576566
1.68/2.46	c bounds 2126 >= 235 @ 0.577403
1.68/2.46	c bounds 2126 >= 236 @ 0.578243
1.68/2.46	c bounds 2126 >= 237 @ 0.579089
1.68/2.46	c bounds 2126 >= 238 @ 0.57992
1.68/2.46	c bounds 2126 >= 239 @ 0.580763
1.68/2.46	c bounds 2126 >= 240 @ 0.581594
1.68/2.46	c bounds 2126 >= 241 @ 0.581745
1.68/2.46	c bounds 2126 >= 242 @ 0.582314
1.68/2.46	c bounds 2126 >= 243 @ 0.582452
1.68/2.46	c bounds 2126 >= 244 @ 0.583088
1.68/2.46	c bounds 2126 >= 245 @ 0.583869
1.68/2.47	c bounds 2126 >= 246 @ 0.584709
1.68/2.47	c bounds 2126 >= 247 @ 0.585607
1.68/2.47	c bounds 2126 >= 248 @ 0.586443
1.68/2.47	c bounds 2126 >= 249 @ 0.587342
1.68/2.47	c bounds 2126 >= 250 @ 0.588183
1.68/2.47	c bounds 2126 >= 251 @ 0.58902
1.68/2.47	c bounds 2126 >= 252 @ 0.589864
1.68/2.47	c bounds 2126 >= 253 @ 0.590705
1.68/2.47	c bounds 2126 >= 254 @ 0.591558
1.68/2.47	c bounds 2126 >= 255 @ 0.592447
1.68/2.47	c bounds 2126 >= 256 @ 0.593299
1.68/2.47	c bounds 2126 >= 257 @ 0.594228
1.68/2.48	c bounds 2126 >= 258 @ 0.595086
1.68/2.48	c bounds 2126 >= 259 @ 0.595926
1.68/2.48	c bounds 2126 >= 260 @ 0.596768
1.68/2.48	c bounds 2126 >= 261 @ 0.597608
1.68/2.48	c bounds 2126 >= 262 @ 0.598455
1.68/2.48	c bounds 2126 >= 263 @ 0.599301
1.68/2.48	c bounds 2126 >= 264 @ 0.600139
1.68/2.48	c bounds 2126 >= 265 @ 0.600989
1.68/2.48	c bounds 2126 >= 266 @ 0.601828
1.68/2.48	c bounds 2126 >= 267 @ 0.602672
1.68/2.48	c bounds 2126 >= 268 @ 0.603505
1.68/2.48	c bounds 2126 >= 269 @ 0.604341
1.68/2.49	c bounds 2126 >= 270 @ 0.605216
1.68/2.49	c bounds 2126 >= 271 @ 0.606059
1.68/2.49	c bounds 2126 >= 272 @ 0.60691
1.68/2.49	c bounds 2126 >= 273 @ 0.607747
1.68/2.49	c bounds 2126 >= 274 @ 0.608585
1.68/2.49	c bounds 2126 >= 275 @ 0.609423
1.68/2.49	c bounds 2126 >= 276 @ 0.610262
1.68/2.49	c bounds 2126 >= 277 @ 0.611151
1.68/2.49	c bounds 2126 >= 278 @ 0.611992
1.68/2.49	c bounds 2126 >= 279 @ 0.612832
1.68/2.49	c bounds 2126 >= 280 @ 0.613668
1.68/2.50	c bounds 2126 >= 281 @ 0.614509
1.77/2.50	c bounds 2126 >= 282 @ 0.615354
1.77/2.50	c bounds 2126 >= 283 @ 0.616257
1.77/2.50	c bounds 2126 >= 284 @ 0.617097
1.77/2.50	c bounds 2126 >= 285 @ 0.617995
1.77/2.50	c bounds 2126 >= 286 @ 0.618835
1.77/2.50	c bounds 2126 >= 287 @ 0.618982
1.77/2.50	c bounds 2126 >= 288 @ 0.619528
1.77/2.50	c bounds 2126 >= 289 @ 0.620366
1.77/2.50	c bounds 2126 >= 290 @ 0.621209
1.77/2.50	c bounds 2126 >= 291 @ 0.622101
1.77/2.50	c bounds 2126 >= 292 @ 0.622944
1.77/2.51	c bounds 2126 >= 293 @ 0.623859
1.77/2.51	c bounds 2126 >= 294 @ 0.624699
1.77/2.51	c bounds 2126 >= 295 @ 0.625545
1.77/2.51	c bounds 2126 >= 296 @ 0.625545
1.77/2.51	c bounds 2126 >= 297 @ 0.626283
1.77/2.51	c bounds 2126 >= 298 @ 0.627115
1.77/2.51	c bounds 2126 >= 299 @ 0.627951
1.77/2.51	c bounds 2126 >= 300 @ 0.628787
1.77/2.51	c bounds 2126 >= 301 @ 0.629619
1.77/2.51	c bounds 2126 >= 302 @ 0.630475
1.77/2.51	c bounds 2126 >= 303 @ 0.631317
1.77/2.51	c bounds 2126 >= 304 @ 0.632163
1.77/2.52	c bounds 2126 >= 305 @ 0.633051
1.77/2.52	c bounds 2126 >= 306 @ 0.633892
1.77/2.52	c bounds 2126 >= 307 @ 0.634733
1.77/2.52	c bounds 2126 >= 308 @ 0.635571
1.77/2.52	c bounds 2126 >= 309 @ 0.636415
1.77/2.52	c bounds 2126 >= 310 @ 0.636415
1.77/2.52	c bounds 2126 >= 311 @ 0.637102
1.77/2.52	c bounds 2126 >= 312 @ 0.637941
1.77/2.52	c bounds 2126 >= 313 @ 0.638778
1.77/2.52	c bounds 2126 >= 314 @ 0.639617
1.77/2.52	c bounds 2126 >= 315 @ 0.640452
1.77/2.52	c bounds 2126 >= 316 @ 0.641284
1.77/2.53	c bounds 2126 >= 317 @ 0.642183
1.77/2.53	c bounds 2126 >= 318 @ 0.643023
1.77/2.53	c bounds 2126 >= 319 @ 0.643862
1.77/2.53	c bounds 2126 >= 320 @ 0.644695
1.77/2.53	c bounds 2126 >= 321 @ 0.64557
1.77/2.53	c bounds 2126 >= 322 @ 0.646403
1.77/2.53	c bounds 2126 >= 323 @ 0.647238
1.77/2.53	c bounds 2126 >= 324 @ 0.648073
1.77/2.53	c bounds 2126 >= 325 @ 0.648908
1.77/2.53	c bounds 2126 >= 326 @ 0.649739
1.77/2.53	c bounds 2126 >= 327 @ 0.650575
1.77/2.54	c bounds 2126 >= 328 @ 0.651403
1.77/2.54	c bounds 2126 >= 329 @ 0.652235
1.77/2.54	c bounds 2126 >= 330 @ 0.653068
1.77/2.54	c bounds 2126 >= 331 @ 0.653898
1.77/2.54	c bounds 2126 >= 332 @ 0.654731
1.77/2.54	c bounds 2126 >= 333 @ 0.65556
1.77/2.54	c bounds 2126 >= 334 @ 0.656441
1.77/2.54	c bounds 2126 >= 335 @ 0.657269
1.77/2.54	c bounds 2126 >= 336 @ 0.6581
1.77/2.54	c bounds 2126 >= 337 @ 0.658942
1.77/2.54	c bounds 2126 >= 338 @ 0.659771
1.77/2.54	c bounds 2126 >= 339 @ 0.660655
1.77/2.55	c bounds 2126 >= 340 @ 0.661535
1.77/2.55	c bounds 2126 >= 341 @ 0.662366
1.77/2.55	c bounds 2126 >= 342 @ 0.663216
1.77/2.55	c bounds 2126 >= 343 @ 0.66405
1.77/2.55	c bounds 2126 >= 344 @ 0.664877
1.77/2.55	c bounds 2126 >= 345 @ 0.665707
1.77/2.55	c bounds 2126 >= 346 @ 0.666543
1.77/2.55	c bounds 2126 >= 347 @ 0.667379
1.77/2.55	c bounds 2126 >= 348 @ 0.668202
1.77/2.55	c bounds 2126 >= 349 @ 0.669037
1.77/2.55	c bounds 2126 >= 350 @ 0.669874
1.77/2.55	c bounds 2126 >= 351 @ 0.670758
1.77/2.56	c bounds 2126 >= 352 @ 0.671589
1.77/2.56	c bounds 2126 >= 353 @ 0.672421
1.77/2.56	c bounds 2126 >= 354 @ 0.673251
1.77/2.56	c bounds 2126 >= 355 @ 0.674075
1.77/2.56	c bounds 2126 >= 356 @ 0.674908
1.77/2.56	c bounds 2126 >= 357 @ 0.675738
1.77/2.56	c bounds 2126 >= 358 @ 0.676573
1.77/2.56	c bounds 2126 >= 359 @ 0.677403
1.77/2.56	c bounds 2126 >= 360 @ 0.678279
1.77/2.56	c bounds 2126 >= 361 @ 0.679116
1.77/2.56	c bounds 2126 >= 362 @ 0.679946
1.77/2.56	c bounds 2126 >= 363 @ 0.680772
1.77/2.57	c bounds 2126 >= 364 @ 0.6816
1.77/2.57	c bounds 2126 >= 365 @ 0.682431
1.77/2.57	c bounds 2126 >= 366 @ 0.683256
1.77/2.57	c bounds 2126 >= 367 @ 0.684135
1.77/2.57	c bounds 2126 >= 368 @ 0.684957
1.77/2.57	c bounds 2126 >= 369 @ 0.685778
1.77/2.57	c bounds 2126 >= 370 @ 0.686661
1.77/2.57	c bounds 2126 >= 371 @ 0.687489
1.77/2.57	c bounds 2126 >= 372 @ 0.688317
1.77/2.57	c bounds 2126 >= 373 @ 0.689141
1.77/2.57	c bounds 2126 >= 374 @ 0.689282
1.77/2.57	c bounds 2126 >= 375 @ 0.689883
1.77/2.58	c bounds 2126 >= 376 @ 0.690693
1.77/2.58	c bounds 2126 >= 377 @ 0.691512
1.77/2.58	c bounds 2126 >= 378 @ 0.692316
1.77/2.58	c bounds 2126 >= 379 @ 0.693134
1.77/2.58	c bounds 2126 >= 380 @ 0.69396
1.77/2.58	c bounds 2126 >= 381 @ 0.695907
1.77/2.58	c bounds 2126 >= 382 @ 0.696738
1.77/2.58	c bounds 2126 >= 383 @ 0.69756
1.77/2.58	c bounds 2126 >= 384 @ 0.69843
1.77/2.58	c bounds 2126 >= 385 @ 0.69925
1.77/2.58	c bounds 2126 >= 386 @ 0.700077
1.77/2.59	c bounds 2126 >= 387 @ 0.700901
1.77/2.59	c bounds 2126 >= 388 @ 0.701727
1.77/2.59	c bounds 2126 >= 389 @ 0.702555
1.77/2.59	c bounds 2126 >= 390 @ 0.703377
1.77/2.59	c bounds 2126 >= 391 @ 0.7042
1.77/2.59	c bounds 2126 >= 392 @ 0.705072
1.77/2.59	c bounds 2126 >= 393 @ 0.705943
1.77/2.59	c bounds 2126 >= 394 @ 0.706768
1.77/2.59	c bounds 2126 >= 395 @ 0.707607
1.77/2.59	c bounds 2126 >= 396 @ 0.708425
1.77/2.59	c bounds 2126 >= 397 @ 0.709243
1.77/2.60	c bounds 2126 >= 398 @ 0.710111
1.88/2.60	c bounds 2126 >= 399 @ 0.710994
1.88/2.60	c bounds 2126 >= 400 @ 0.711864
1.88/2.60	c bounds 2126 >= 401 @ 0.712688
1.88/2.60	c bounds 2126 >= 402 @ 0.713555
1.88/2.60	c bounds 2126 >= 403 @ 0.714425
1.88/2.60	c bounds 2126 >= 404 @ 0.715252
1.88/2.60	c bounds 2126 >= 405 @ 0.716118
1.88/2.60	c bounds 2126 >= 406 @ 0.716935
1.88/2.60	c bounds 2126 >= 407 @ 0.71776
1.88/2.60	c bounds 2126 >= 408 @ 0.718578
1.88/2.60	c bounds 2126 >= 409 @ 0.719393
1.88/2.61	c bounds 2126 >= 410 @ 0.720215
1.88/2.61	c bounds 2126 >= 411 @ 0.721043
1.88/2.61	c bounds 2126 >= 412 @ 0.721152
1.88/2.61	c bounds 2126 >= 413 @ 0.721846
1.88/2.61	c bounds 2126 >= 414 @ 0.722654
1.88/2.61	c bounds 2126 >= 415 @ 0.723467
1.88/2.61	c bounds 2126 >= 416 @ 0.724279
1.88/2.61	c bounds 2126 >= 417 @ 0.725087
1.88/2.61	c bounds 2126 >= 418 @ 0.725905
1.88/2.61	c bounds 2126 >= 419 @ 0.726725
1.88/2.61	c bounds 2126 >= 420 @ 0.727595
1.88/2.61	c bounds 2126 >= 421 @ 0.728403
1.88/2.62	c bounds 2126 >= 422 @ 0.729211
1.88/2.62	c bounds 2126 >= 423 @ 0.730037
1.88/2.62	c bounds 2126 >= 424 @ 0.730846
1.88/2.62	c bounds 2126 >= 425 @ 0.731661
1.88/2.62	c bounds 2126 >= 426 @ 0.73248
1.88/2.62	c bounds 2126 >= 427 @ 0.733295
1.88/2.62	c bounds 2126 >= 428 @ 0.734162
1.88/2.62	c bounds 2126 >= 429 @ 0.734974
1.88/2.62	c bounds 2126 >= 430 @ 0.735785
1.88/2.62	c bounds 2126 >= 431 @ 0.736601
1.88/2.62	c bounds 2126 >= 432 @ 0.737403
1.88/2.62	c bounds 2126 >= 433 @ 0.738269
1.88/2.63	c bounds 2126 >= 434 @ 0.739078
1.88/2.63	c bounds 2126 >= 435 @ 0.739886
1.88/2.63	c bounds 2126 >= 436 @ 0.740695
1.88/2.63	c bounds 2126 >= 437 @ 0.741508
1.88/2.63	c bounds 2126 >= 438 @ 0.74232
1.88/2.63	c bounds 2126 >= 439 @ 0.743128
1.88/2.63	c bounds 2126 >= 440 @ 0.743939
1.88/2.63	c bounds 2126 >= 441 @ 0.744751
1.88/2.63	c bounds 2126 >= 442 @ 0.745566
1.88/2.63	c bounds 2126 >= 443 @ 0.746381
1.88/2.63	c bounds 2126 >= 444 @ 0.747194
1.88/2.63	c bounds 2126 >= 445 @ 0.748004
1.88/2.63	c bounds 2126 >= 446 @ 0.748819
1.88/2.64	c bounds 2126 >= 447 @ 0.749677
1.88/2.64	c bounds 2126 >= 448 @ 0.750485
1.88/2.64	c bounds 2126 >= 449 @ 0.751296
1.88/2.64	c bounds 2126 >= 450 @ 0.752107
1.88/2.64	c bounds 2126 >= 451 @ 0.752913
1.88/2.64	c bounds 2126 >= 452 @ 0.753768
1.88/2.64	c bounds 2126 >= 453 @ 0.754583
1.88/2.64	c bounds 2126 >= 454 @ 0.75539
1.88/2.64	c bounds 2126 >= 455 @ 0.756195
1.88/2.64	c bounds 2126 >= 456 @ 0.756997
1.88/2.64	c bounds 2126 >= 457 @ 0.757809
1.88/2.64	c bounds 2126 >= 458 @ 0.758617
1.88/2.65	c bounds 2126 >= 459 @ 0.759481
1.88/2.65	c bounds 2126 >= 460 @ 0.760298
1.88/2.65	c bounds 2126 >= 461 @ 0.761107
1.88/2.65	c bounds 2126 >= 462 @ 0.761917
1.88/2.65	c bounds 2126 >= 463 @ 0.762723
1.88/2.65	c bounds 2126 >= 464 @ 0.763535
1.88/2.65	c bounds 2126 >= 465 @ 0.764345
1.88/2.65	c bounds 2126 >= 466 @ 0.765155
1.88/2.65	c bounds 2126 >= 467 @ 0.765962
1.88/2.65	c bounds 2126 >= 468 @ 0.766822
1.88/2.65	c bounds 2126 >= 469 @ 0.76763
1.88/2.65	c bounds 2126 >= 470 @ 0.768488
1.88/2.66	c bounds 2126 >= 471 @ 0.769348
1.88/2.66	c bounds 2126 >= 472 @ 0.770157
1.88/2.66	c bounds 2126 >= 473 @ 0.771014
1.88/2.66	c bounds 2126 >= 474 @ 0.771816
1.88/2.66	c bounds 2126 >= 475 @ 0.771952
1.88/2.66	c bounds 2126 >= 476 @ 0.772479
1.88/2.66	c bounds 2126 >= 477 @ 0.773279
1.88/2.66	c bounds 2126 >= 478 @ 0.77406
1.88/2.66	c bounds 2126 >= 479 @ 0.774873
1.88/2.66	c bounds 2126 >= 480 @ 0.775676
1.88/2.66	c bounds 2126 >= 481 @ 0.776529
1.88/2.66	c bounds 2126 >= 482 @ 0.77738
1.88/2.67	c bounds 2126 >= 483 @ 0.778191
1.88/2.67	c bounds 2126 >= 484 @ 0.778992
1.88/2.67	c bounds 2126 >= 485 @ 0.7798
1.88/2.67	c bounds 2126 >= 486 @ 0.780606
1.88/2.67	c bounds 2126 >= 487 @ 0.781414
1.88/2.67	c bounds 2126 >= 488 @ 0.782214
1.88/2.67	c bounds 2126 >= 489 @ 0.783019
1.88/2.67	c bounds 2126 >= 490 @ 0.783823
1.88/2.67	c bounds 2126 >= 491 @ 0.78464
1.88/2.67	c bounds 2126 >= 492 @ 0.785446
1.88/2.67	c bounds 2126 >= 493 @ 0.786248
1.88/2.67	c bounds 2126 >= 494 @ 0.787056
1.88/2.68	c bounds 2126 >= 495 @ 0.787294
1.88/2.68	c bounds 2126 >= 496 @ 0.788045
1.88/2.68	c bounds 2126 >= 497 @ 0.788838
1.88/2.68	c bounds 2126 >= 498 @ 0.789633
1.88/2.68	c bounds 2126 >= 499 @ 0.790429
1.88/2.68	c bounds 2126 >= 500 @ 0.791222
1.88/2.68	c bounds 2126 >= 501 @ 0.792022
1.88/2.68	c bounds 2126 >= 502 @ 0.792815
1.88/2.68	c bounds 2126 >= 503 @ 0.793616
1.88/2.68	c bounds 2126 >= 504 @ 0.794415
1.88/2.68	c bounds 2126 >= 505 @ 0.795214
1.88/2.68	c bounds 2126 >= 506 @ 0.796012
1.88/2.69	c bounds 2126 >= 507 @ 0.796808
1.88/2.69	c bounds 2126 >= 508 @ 0.797608
1.88/2.69	c bounds 2126 >= 509 @ 0.798412
1.88/2.69	c bounds 2126 >= 510 @ 0.79921
1.88/2.69	c bounds 2126 >= 511 @ 0.800014
1.88/2.69	c bounds 2126 >= 512 @ 0.80081
1.88/2.69	c bounds 2126 >= 513 @ 0.80161
1.88/2.69	c bounds 2126 >= 514 @ 0.80241
1.88/2.69	c bounds 2126 >= 515 @ 0.803207
1.88/2.69	c bounds 2126 >= 516 @ 0.804017
1.88/2.69	c bounds 2126 >= 517 @ 0.804818
1.88/2.69	c bounds 2126 >= 518 @ 0.805615
1.88/2.69	c bounds 2126 >= 519 @ 0.806414
1.98/2.70	c bounds 2126 >= 520 @ 0.806553
1.98/2.70	c bounds 2126 >= 521 @ 0.807098
1.98/2.70	c bounds 2126 >= 522 @ 0.807854
1.98/2.70	c bounds 2126 >= 523 @ 0.808651
1.98/2.70	c bounds 2126 >= 524 @ 0.80946
1.98/2.70	c bounds 2126 >= 525 @ 0.810262
1.98/2.70	c bounds 2126 >= 526 @ 0.811065
1.98/2.70	c bounds 2126 >= 527 @ 0.811907
1.98/2.70	c bounds 2126 >= 528 @ 0.812701
1.98/2.70	c bounds 2126 >= 529 @ 0.813506
1.98/2.70	c bounds 2126 >= 530 @ 0.814297
1.98/2.70	c bounds 2126 >= 531 @ 0.8151
1.98/2.71	c bounds 2126 >= 532 @ 0.815895
1.98/2.71	c bounds 2126 >= 533 @ 0.816692
1.98/2.71	c bounds 2126 >= 534 @ 0.817496
1.98/2.71	c bounds 2126 >= 535 @ 0.817632
1.98/2.71	c bounds 2126 >= 536 @ 0.817632
1.98/2.71	c bounds 2126 >= 537 @ 0.817962
1.98/2.71	c bounds 2126 >= 538 @ 0.818703
1.98/2.71	c bounds 2126 >= 539 @ 0.819504
1.98/2.71	c bounds 2126 >= 540 @ 0.820333
1.98/2.71	c bounds 2126 >= 541 @ 0.821141
1.98/2.71	c bounds 2126 >= 542 @ 0.821942
1.98/2.71	c bounds 2126 >= 543 @ 0.822734
1.98/2.72	c bounds 2126 >= 544 @ 0.823526
1.98/2.72	c bounds 2126 >= 545 @ 0.824324
1.98/2.72	c bounds 2126 >= 546 @ 0.825119
1.98/2.72	c bounds 2126 >= 547 @ 0.825916
1.98/2.72	c bounds 2126 >= 548 @ 0.826704
1.98/2.72	c bounds 2126 >= 549 @ 0.8275
1.98/2.72	c bounds 2126 >= 550 @ 0.828293
1.98/2.72	c bounds 2126 >= 551 @ 0.829093
1.98/2.72	c bounds 2126 >= 552 @ 0.829886
1.98/2.72	c bounds 2126 >= 553 @ 0.830679
1.98/2.72	c bounds 2126 >= 554 @ 0.831546
1.98/2.72	c bounds 2126 >= 555 @ 0.832342
1.98/2.72	c bounds 2126 >= 556 @ 0.833133
1.98/2.73	c bounds 2126 >= 557 @ 0.83399
1.98/2.73	c bounds 2126 >= 558 @ 0.834778
1.98/2.73	c bounds 2126 >= 559 @ 0.835578
1.98/2.73	c bounds 2126 >= 560 @ 0.835697
1.98/2.73	c bounds 2126 >= 561 @ 0.83625
1.98/2.73	c bounds 2126 >= 562 @ 0.837031
1.98/2.73	c bounds 2126 >= 563 @ 0.837824
1.98/2.73	c bounds 2126 >= 564 @ 0.838589
1.98/2.73	c bounds 2126 >= 565 @ 0.839387
1.98/2.73	c bounds 2126 >= 566 @ 0.840194
1.98/2.73	c bounds 2126 >= 567 @ 0.840989
1.98/2.73	c bounds 2126 >= 568 @ 0.841777
1.98/2.74	c bounds 2126 >= 569 @ 0.842631
1.98/2.74	c bounds 2126 >= 570 @ 0.843468
1.98/2.74	c bounds 2126 >= 571 @ 0.844264
1.98/2.74	c bounds 2126 >= 572 @ 0.845055
1.98/2.74	c bounds 2126 >= 573 @ 0.845847
1.98/2.74	c bounds 2126 >= 574 @ 0.846661
1.98/2.74	c bounds 2126 >= 575 @ 0.847453
1.98/2.74	c bounds 2126 >= 576 @ 0.848246
1.98/2.74	c bounds 2126 >= 577 @ 0.849045
1.98/2.74	c bounds 2126 >= 578 @ 0.849838
1.98/2.74	c bounds 2126 >= 579 @ 0.850628
1.98/2.74	c bounds 2126 >= 580 @ 0.851416
1.98/2.74	c bounds 2126 >= 581 @ 0.8522
1.98/2.75	c bounds 2126 >= 582 @ 0.852988
1.98/2.75	c bounds 2126 >= 583 @ 0.853785
1.98/2.75	c bounds 2126 >= 584 @ 0.854575
1.98/2.75	c bounds 2126 >= 585 @ 0.855361
1.98/2.75	c bounds 2126 >= 586 @ 0.85615
1.98/2.75	c bounds 2126 >= 587 @ 0.856939
1.98/2.75	c bounds 2126 >= 588 @ 0.857722
1.98/2.75	c bounds 2126 >= 589 @ 0.859189
1.98/2.76	c bounds 2126 >= 590 @ 0.86229
1.98/2.76	c bounds 2126 >= 591 @ 0.863228
1.98/2.76	c bounds 2126 >= 592 @ 0.864007
1.98/2.76	c bounds 2126 >= 593 @ 0.864783
1.98/2.76	c bounds 2126 >= 594 @ 0.865605
1.98/2.76	c bounds 2126 >= 595 @ 0.86638
1.98/2.76	c bounds 2126 >= 596 @ 0.867155
1.98/2.76	c bounds 2126 >= 597 @ 0.867933
1.98/2.76	c bounds 2126 >= 598 @ 0.868707
1.98/2.76	c bounds 2126 >= 599 @ 0.869482
1.98/2.76	c bounds 2126 >= 600 @ 0.870253
1.98/2.77	c bounds 2126 >= 601 @ 0.871026
1.98/2.77	c bounds 2126 >= 602 @ 0.87184
1.98/2.77	c bounds 2126 >= 603 @ 0.872617
1.98/2.77	c bounds 2126 >= 604 @ 0.873386
1.98/2.77	c bounds 2126 >= 605 @ 0.874156
1.98/2.77	c bounds 2126 >= 606 @ 0.874929
1.98/2.77	c bounds 2126 >= 607 @ 0.875704
1.98/2.77	c bounds 2126 >= 608 @ 0.87647
1.98/2.77	c bounds 2126 >= 609 @ 0.877239
1.98/2.77	c bounds 2126 >= 610 @ 0.878004
1.98/2.77	c bounds 2126 >= 611 @ 0.878781
1.98/2.77	c bounds 2126 >= 612 @ 0.879556
1.98/2.77	c bounds 2126 >= 613 @ 0.880322
1.98/2.78	c bounds 2126 >= 614 @ 0.881138
1.98/2.78	c bounds 2126 >= 615 @ 0.881908
1.98/2.78	c bounds 2126 >= 616 @ 0.882673
1.98/2.78	c bounds 2126 >= 617 @ 0.883452
1.98/2.78	c bounds 2126 >= 618 @ 0.884221
1.98/2.78	c bounds 2126 >= 619 @ 0.884992
1.98/2.78	c bounds 2126 >= 620 @ 0.885811
1.98/2.78	c bounds 2126 >= 621 @ 0.88664
1.98/2.78	c bounds 2126 >= 622 @ 0.887412
1.98/2.78	c bounds 2126 >= 623 @ 0.888234
1.98/2.78	c bounds 2126 >= 624 @ 0.88905
1.98/2.78	c bounds 2126 >= 625 @ 0.889871
1.98/2.79	c bounds 2126 >= 626 @ 0.890642
1.98/2.79	c bounds 2126 >= 627 @ 0.891411
1.98/2.79	c bounds 2126 >= 628 @ 0.892178
1.98/2.79	c bounds 2126 >= 629 @ 0.892949
1.98/2.79	c bounds 2126 >= 630 @ 0.893769
1.98/2.79	c bounds 2126 >= 631 @ 0.894581
1.98/2.79	c bounds 2126 >= 632 @ 0.895402
1.98/2.79	c bounds 2126 >= 633 @ 0.896218
1.98/2.79	c bounds 2126 >= 634 @ 0.896985
1.98/2.79	c bounds 2126 >= 635 @ 0.897757
1.98/2.79	c bounds 2126 >= 636 @ 0.898521
1.98/2.79	c bounds 2126 >= 637 @ 0.899344
1.98/2.79	c bounds 2126 >= 638 @ 0.900117
2.08/2.80	c bounds 2126 >= 639 @ 0.900894
2.08/2.80	c bounds 2126 >= 640 @ 0.901681
2.08/2.80	c bounds 2126 >= 641 @ 0.90245
2.08/2.80	c bounds 2126 >= 642 @ 0.903225
2.08/2.80	c bounds 2126 >= 643 @ 0.90399
2.08/2.80	c bounds 2126 >= 644 @ 0.904768
2.08/2.80	c bounds 2126 >= 645 @ 0.905571
2.08/2.80	c bounds 2126 >= 646 @ 0.906344
2.08/2.80	c bounds 2126 >= 647 @ 0.907165
2.08/2.80	c bounds 2126 >= 648 @ 0.907944
2.08/2.80	c bounds 2126 >= 649 @ 0.908718
2.08/2.80	c bounds 2126 >= 650 @ 0.909495
2.08/2.81	c bounds 2126 >= 651 @ 0.910272
2.08/2.81	c bounds 2126 >= 652 @ 0.911054
2.08/2.81	c bounds 2126 >= 653 @ 0.911831
2.08/2.81	c bounds 2126 >= 654 @ 0.912603
2.08/2.81	c bounds 2126 >= 655 @ 0.91338
2.08/2.81	c bounds 2126 >= 656 @ 0.914201
2.08/2.81	c bounds 2126 >= 657 @ 0.914978
2.08/2.81	c bounds 2126 >= 658 @ 0.91576
2.08/2.81	c bounds 2126 >= 659 @ 0.916539
2.08/2.81	c bounds 2126 >= 660 @ 0.917324
2.08/2.81	c bounds 2126 >= 661 @ 0.918097
2.08/2.81	c bounds 2126 >= 662 @ 0.918232
2.08/2.81	c bounds 2126 >= 663 @ 0.918802
2.08/2.82	c bounds 2126 >= 664 @ 0.919572
2.08/2.82	c bounds 2126 >= 665 @ 0.920324
2.08/2.82	c bounds 2126 >= 666 @ 0.921123
2.08/2.82	c bounds 2126 >= 667 @ 0.9219
2.08/2.82	c bounds 2126 >= 668 @ 0.922682
2.08/2.82	c bounds 2126 >= 669 @ 0.923456
2.08/2.82	c bounds 2126 >= 670 @ 0.924232
2.08/2.82	c bounds 2126 >= 671 @ 0.92501
2.08/2.82	c bounds 2126 >= 672 @ 0.925789
2.08/2.82	c bounds 2126 >= 673 @ 0.926565
2.08/2.82	c bounds 2126 >= 674 @ 0.927345
2.08/2.82	c bounds 2126 >= 675 @ 0.928133
2.08/2.82	c bounds 2126 >= 676 @ 0.928912
2.08/2.83	c bounds 2126 >= 677 @ 0.929686
2.08/2.83	c bounds 2126 >= 678 @ 0.93046
2.08/2.83	c bounds 2126 >= 679 @ 0.931235
2.08/2.83	c bounds 2126 >= 680 @ 0.932017
2.08/2.83	c bounds 2126 >= 681 @ 0.932146
2.08/2.83	c bounds 2126 >= 682 @ 0.932623
2.08/2.83	c bounds 2126 >= 683 @ 0.933358
2.08/2.83	c bounds 2126 >= 684 @ 0.934144
2.08/2.83	c bounds 2126 >= 685 @ 0.934917
2.08/2.83	c bounds 2126 >= 686 @ 0.935688
2.08/2.83	c bounds 2126 >= 687 @ 0.936464
2.08/2.83	c bounds 2126 >= 688 @ 0.93723
2.08/2.83	c bounds 2126 >= 689 @ 0.938006
2.08/2.84	c bounds 2126 >= 690 @ 0.938775
2.08/2.84	c bounds 2126 >= 691 @ 0.939548
2.08/2.84	c bounds 2126 >= 692 @ 0.940322
2.08/2.84	c bounds 2126 >= 693 @ 0.941095
2.08/2.84	c bounds 2126 >= 694 @ 0.94187
2.08/2.84	c bounds 2126 >= 695 @ 0.94264
2.08/2.84	c bounds 2126 >= 696 @ 0.943408
2.08/2.84	c bounds 2126 >= 697 @ 0.944177
2.08/2.84	c bounds 2126 >= 698 @ 0.944949
2.08/2.84	c bounds 2126 >= 699 @ 0.945075
2.08/2.84	c bounds 2126 >= 700 @ 0.945557
2.08/2.84	c bounds 2126 >= 701 @ 0.946284
2.08/2.85	c bounds 2126 >= 702 @ 0.947057
2.08/2.85	c bounds 2126 >= 703 @ 0.947186
2.08/2.85	c bounds 2126 >= 704 @ 0.947649
2.08/2.85	c bounds 2126 >= 705 @ 0.948419
2.08/2.85	c bounds 2126 >= 706 @ 0.949165
2.08/2.85	c bounds 2126 >= 707 @ 0.949262
2.08/2.85	c bounds 2126 >= 708 @ 0.949745
2.08/2.85	c bounds 2126 >= 709 @ 0.950506
2.08/2.85	c bounds 2126 >= 710 @ 0.951253
2.08/2.85	c bounds 2126 >= 711 @ 0.951253
2.08/2.85	c bounds 2126 >= 712 @ 0.951917
2.08/2.85	c bounds 2126 >= 713 @ 0.952689
2.08/2.85	c bounds 2126 >= 714 @ 0.953459
2.08/2.86	c bounds 2126 >= 715 @ 0.954271
2.08/2.86	c bounds 2126 >= 716 @ 0.955052
2.08/2.86	c bounds 2126 >= 717 @ 0.955817
2.08/2.86	c bounds 2126 >= 718 @ 0.956589
2.08/2.86	c bounds 2126 >= 719 @ 0.957401
2.08/2.86	c bounds 2126 >= 720 @ 0.958171
2.08/2.86	c bounds 2126 >= 721 @ 0.958944
2.08/2.86	c bounds 2126 >= 722 @ 0.95972
2.08/2.86	c bounds 2126 >= 723 @ 0.96049
2.08/2.86	c bounds 2126 >= 724 @ 0.961256
2.08/2.86	c bounds 2126 >= 725 @ 0.962028
2.08/2.86	c bounds 2126 >= 726 @ 0.962795
2.08/2.86	c bounds 2126 >= 727 @ 0.963567
2.08/2.87	c bounds 2126 >= 728 @ 0.964335
2.08/2.87	c bounds 2126 >= 729 @ 0.965106
2.08/2.87	c bounds 2126 >= 730 @ 0.96587
2.08/2.87	c bounds 2126 >= 731 @ 0.966635
2.08/2.87	c bounds 2126 >= 732 @ 0.967406
2.08/2.87	c bounds 2126 >= 733 @ 0.968166
2.08/2.87	c bounds 2126 >= 734 @ 0.968929
2.08/2.87	c bounds 2126 >= 735 @ 0.969693
2.08/2.87	c bounds 2126 >= 736 @ 0.970456
2.08/2.87	c bounds 2126 >= 737 @ 0.971234
2.08/2.87	c bounds 2126 >= 738 @ 0.971998
2.08/2.87	c bounds 2126 >= 739 @ 0.972766
2.08/2.87	c bounds 2126 >= 740 @ 0.973538
2.08/2.88	c bounds 2126 >= 741 @ 0.974303
2.08/2.88	c bounds 2126 >= 742 @ 0.975069
2.08/2.88	c bounds 2126 >= 743 @ 0.975843
2.08/2.88	c bounds 2126 >= 744 @ 0.97661
2.08/2.88	c bounds 2126 >= 745 @ 0.977369
2.08/2.88	c bounds 2126 >= 746 @ 0.978134
2.08/2.88	c bounds 2126 >= 747 @ 0.978905
2.08/2.88	c bounds 2126 >= 748 @ 0.979666
2.08/2.88	c bounds 2126 >= 749 @ 0.980431
2.08/2.88	c bounds 2126 >= 750 @ 0.981195
2.08/2.88	c bounds 2126 >= 751 @ 0.981963
2.08/2.88	c bounds 2126 >= 752 @ 0.982727
2.08/2.88	c bounds 2126 >= 753 @ 0.98349
2.08/2.89	c bounds 2126 >= 754 @ 0.984254
2.08/2.89	c bounds 2126 >= 755 @ 0.985021
2.08/2.89	c bounds 2126 >= 756 @ 0.985827
2.08/2.89	c bounds 2126 >= 757 @ 0.986597
2.08/2.89	c bounds 2126 >= 758 @ 0.987369
2.08/2.89	c bounds 2126 >= 759 @ 0.988144
2.08/2.89	c bounds 2126 >= 760 @ 0.988909
2.08/2.89	c bounds 2126 >= 761 @ 0.989681
2.08/2.89	c bounds 2126 >= 762 @ 0.989802
2.08/2.89	c bounds 2126 >= 763 @ 0.99029
2.08/2.89	c bounds 2126 >= 764 @ 0.991006
2.08/2.89	c bounds 2126 >= 765 @ 0.991761
2.08/2.89	c bounds 2126 >= 766 @ 0.992533
2.08/2.90	c bounds 2126 >= 767 @ 0.993311
2.17/2.90	c bounds 2126 >= 768 @ 0.994098
2.17/2.90	c bounds 2126 >= 769 @ 0.994867
2.17/2.90	c bounds 2126 >= 770 @ 0.995639
2.17/2.90	c bounds 2126 >= 771 @ 0.996412
2.17/2.90	c bounds 2126 >= 772 @ 0.99718
2.17/2.90	c bounds 2126 >= 773 @ 0.997949
2.17/2.90	c bounds 2126 >= 774 @ 0.998713
2.17/2.90	c bounds 2126 >= 775 @ 0.999478
2.17/2.90	c bounds 2126 >= 776 @ 1.00025
2.17/2.90	c bounds 2126 >= 777 @ 1.00101
2.17/2.90	c bounds 2126 >= 778 @ 1.00178
2.17/2.90	c bounds 2126 >= 779 @ 1.00256
2.17/2.91	c bounds 2126 >= 780 @ 1.00333
2.17/2.91	c bounds 2126 >= 781 @ 1.00409
2.17/2.91	c bounds 2126 >= 782 @ 1.00486
2.17/2.91	c bounds 2126 >= 783 @ 1.00498
2.17/2.91	c bounds 2126 >= 784 @ 1.00543
2.17/2.91	c bounds 2126 >= 785 @ 1.0062
2.17/2.91	c bounds 2126 >= 786 @ 1.00702
2.17/2.91	c bounds 2126 >= 787 @ 1.00779
2.17/2.91	c bounds 2126 >= 788 @ 1.0086
2.17/2.91	c bounds 2126 >= 789 @ 1.00937
2.17/2.91	c bounds 2126 >= 790 @ 1.01013
2.17/2.91	c bounds 2126 >= 791 @ 1.0109
2.17/2.91	c bounds 2126 >= 792 @ 1.01166
2.17/2.92	c bounds 2126 >= 793 @ 1.01243
2.17/2.92	c bounds 2126 >= 794 @ 1.0132
2.17/2.92	c bounds 2126 >= 795 @ 1.01397
2.17/2.92	c bounds 2126 >= 796 @ 1.01477
2.17/2.92	c bounds 2126 >= 797 @ 1.01554
2.17/2.92	c bounds 2126 >= 798 @ 1.01631
2.17/2.92	c bounds 2126 >= 799 @ 1.01706
2.17/2.92	c bounds 2126 >= 800 @ 1.01783
2.17/2.92	c bounds 2126 >= 801 @ 1.01859
2.17/2.92	c bounds 2126 >= 802 @ 1.01935
2.17/2.92	c bounds 2126 >= 803 @ 1.02012
2.17/2.92	c bounds 2126 >= 804 @ 1.02088
2.17/2.92	c bounds 2126 >= 805 @ 1.02164
2.17/2.93	c bounds 2126 >= 806 @ 1.0224
2.17/2.93	c bounds 2126 >= 807 @ 1.02317
2.17/2.93	c bounds 2126 >= 808 @ 1.02393
2.17/2.93	c bounds 2126 >= 809 @ 1.02469
2.17/2.93	c bounds 2126 >= 810 @ 1.02544
2.17/2.93	c bounds 2126 >= 811 @ 1.02621
2.17/2.93	c bounds 2126 >= 812 @ 1.02697
2.17/2.93	c bounds 2126 >= 813 @ 1.02773
2.17/2.93	c bounds 2126 >= 814 @ 1.02849
2.17/2.93	c bounds 2126 >= 815 @ 1.02926
2.17/2.93	c bounds 2126 >= 816 @ 1.02938
2.17/2.93	c bounds 2126 >= 817 @ 1.02979
2.17/2.93	c bounds 2126 >= 818 @ 1.03053
2.17/2.94	c bounds 2126 >= 819 @ 1.0313
2.17/2.94	c bounds 2126 >= 820 @ 1.0321
2.17/2.94	c bounds 2126 >= 821 @ 1.03287
2.17/2.94	c bounds 2126 >= 822 @ 1.03364
2.17/2.94	c bounds 2126 >= 823 @ 1.03439
2.17/2.94	c bounds 2126 >= 824 @ 1.0352
2.17/2.94	c bounds 2126 >= 825 @ 1.03601
2.17/2.94	c bounds 2126 >= 826 @ 1.0368
2.17/2.94	c bounds 2126 >= 827 @ 1.03757
2.17/2.94	c bounds 2126 >= 828 @ 1.03833
2.17/2.94	c bounds 2126 >= 829 @ 1.03909
2.17/2.94	c bounds 2126 >= 830 @ 1.03985
2.17/2.94	c bounds 2126 >= 831 @ 1.04061
2.17/2.95	c bounds 2126 >= 832 @ 1.04137
2.17/2.95	c bounds 2126 >= 833 @ 1.04214
2.17/2.95	c bounds 2126 >= 834 @ 1.04291
2.17/2.95	c bounds 2126 >= 835 @ 1.04367
2.17/2.95	c bounds 2126 >= 836 @ 1.04442
2.17/2.95	c bounds 2126 >= 837 @ 1.04518
2.17/2.95	c bounds 2126 >= 838 @ 1.04593
2.17/2.95	c bounds 2126 >= 839 @ 1.04669
2.17/2.95	c bounds 2126 >= 840 @ 1.04744
2.17/2.95	c bounds 2126 >= 841 @ 1.04821
2.17/2.95	c bounds 2126 >= 842 @ 1.04833
2.17/2.95	c bounds 2126 >= 843 @ 1.04873
2.17/2.95	c bounds 2126 >= 844 @ 1.04947
2.17/2.96	c bounds 2126 >= 845 @ 1.05023
2.17/2.96	c bounds 2126 >= 846 @ 1.05099
2.17/2.96	c bounds 2126 >= 847 @ 1.05174
2.17/2.96	c bounds 2126 >= 848 @ 1.0525
2.17/2.96	c bounds 2126 >= 849 @ 1.05326
2.17/2.96	c bounds 2126 >= 850 @ 1.05401
2.17/2.96	c bounds 2126 >= 851 @ 1.05477
2.17/2.96	c bounds 2126 >= 852 @ 1.05552
2.17/2.96	c bounds 2126 >= 853 @ 1.0563
2.17/2.96	c bounds 2126 >= 854 @ 1.05706
2.17/2.96	c bounds 2126 >= 855 @ 1.05781
2.17/2.96	c bounds 2126 >= 856 @ 1.05801
2.17/2.97	c bounds 2126 >= 857 @ 1.05872
2.17/2.97	c bounds 2126 >= 858 @ 1.05947
2.17/2.97	c bounds 2126 >= 859 @ 1.06027
2.17/2.97	c bounds 2126 >= 860 @ 1.06106
2.17/2.97	c bounds 2126 >= 861 @ 1.06181
2.17/2.97	c bounds 2126 >= 862 @ 1.06256
2.17/2.97	c bounds 2126 >= 863 @ 1.06332
2.17/2.97	c bounds 2126 >= 864 @ 1.06408
2.17/2.97	c bounds 2126 >= 865 @ 1.06483
2.17/2.97	c bounds 2126 >= 866 @ 1.06557
2.17/2.97	c bounds 2126 >= 867 @ 1.06633
2.17/2.97	c bounds 2126 >= 868 @ 1.06708
2.17/2.97	c bounds 2126 >= 869 @ 1.06784
2.17/2.98	c bounds 2126 >= 870 @ 1.06859
2.17/2.98	c bounds 2126 >= 871 @ 1.06934
2.17/2.98	c bounds 2126 >= 872 @ 1.0701
2.17/2.98	c bounds 2126 >= 873 @ 1.07086
2.17/2.98	c bounds 2126 >= 874 @ 1.07161
2.17/2.98	c bounds 2126 >= 875 @ 1.07236
2.17/2.98	c bounds 2126 >= 876 @ 1.07311
2.17/2.98	c bounds 2126 >= 877 @ 1.0739
2.17/2.98	c bounds 2126 >= 878 @ 1.07465
2.17/2.98	c bounds 2126 >= 879 @ 1.0754
2.17/2.98	c bounds 2126 >= 880 @ 1.07616
2.17/2.98	c bounds 2126 >= 881 @ 1.0769
2.17/2.98	c bounds 2126 >= 882 @ 1.07766
2.17/2.98	c bounds 2126 >= 883 @ 1.0784
2.17/2.99	c bounds 2126 >= 884 @ 1.07921
2.17/2.99	c bounds 2126 >= 885 @ 1.07996
2.17/2.99	c bounds 2126 >= 886 @ 1.08071
2.17/2.99	c bounds 2126 >= 887 @ 1.08145
2.17/2.99	c bounds 2126 >= 888 @ 1.0822
2.17/2.99	c bounds 2126 >= 889 @ 1.08295
2.17/2.99	c bounds 2126 >= 890 @ 1.0837
2.17/2.99	c bounds 2126 >= 891 @ 1.08445
2.17/2.99	c bounds 2126 >= 892 @ 1.0852
2.17/2.99	c bounds 2126 >= 893 @ 1.08595
2.17/2.99	c bounds 2126 >= 894 @ 1.0867
2.17/2.99	c bounds 2126 >= 895 @ 1.08745
2.17/2.99	c bounds 2126 >= 896 @ 1.0882
2.17/3.00	c bounds 2126 >= 897 @ 1.08897
2.17/3.00	c bounds 2126 >= 898 @ 1.08979
2.28/3.00	c bounds 2126 >= 899 @ 1.09055
2.28/3.00	c bounds 2126 >= 900 @ 1.09131
2.28/3.00	c bounds 2126 >= 901 @ 1.09208
2.28/3.00	c bounds 2126 >= 902 @ 1.09284
2.28/3.00	c bounds 2126 >= 903 @ 1.09284
2.28/3.00	c bounds 2126 >= 904 @ 1.09284
2.28/3.01	c bounds 2126 >= 905 @ 1.09315
2.28/3.01	c bounds 2126 >= 906 @ 1.09387
2.28/3.01	c bounds 2126 >= 907 @ 1.09462
2.28/3.01	c bounds 2126 >= 908 @ 1.09537
2.28/3.01	c bounds 2126 >= 909 @ 1.09612
2.28/3.01	c bounds 2126 >= 910 @ 1.09686
2.28/3.01	c bounds 2126 >= 911 @ 1.09762
2.28/3.01	c bounds 2126 >= 912 @ 1.09841
2.28/3.01	c bounds 2126 >= 913 @ 1.09921
2.28/3.01	c bounds 2126 >= 914 @ 1.09996
2.28/3.01	c bounds 2126 >= 915 @ 1.10071
2.28/3.01	c bounds 2126 >= 916 @ 1.10153
2.28/3.01	c bounds 2126 >= 917 @ 1.10232
2.28/3.02	c bounds 2126 >= 918 @ 1.10308
2.28/3.02	c bounds 2126 >= 919 @ 1.10382
2.28/3.02	c bounds 2126 >= 920 @ 1.10458
2.28/3.02	c bounds 2126 >= 921 @ 1.10532
2.28/3.02	c bounds 2126 >= 922 @ 1.10607
2.28/3.02	c bounds 2126 >= 923 @ 1.10682
2.28/3.02	c bounds 2126 >= 924 @ 1.10761
2.28/3.02	c bounds 2126 >= 925 @ 1.10835
2.28/3.02	c bounds 2126 >= 926 @ 1.10915
2.28/3.02	c bounds 2126 >= 927 @ 1.10995
2.28/3.02	c bounds 2126 >= 928 @ 1.11074
2.28/3.02	c bounds 2126 >= 929 @ 1.11149
2.28/3.02	c bounds 2126 >= 930 @ 1.11161
2.28/3.03	c bounds 2126 >= 931 @ 1.11204
2.28/3.03	c bounds 2126 >= 932 @ 1.11273
2.28/3.03	c bounds 2126 >= 933 @ 1.11349
2.28/3.03	c bounds 2126 >= 934 @ 1.11423
2.28/3.03	c bounds 2126 >= 935 @ 1.11499
2.28/3.03	c bounds 2126 >= 936 @ 1.11574
2.28/3.03	c bounds 2126 >= 937 @ 1.11652
2.28/3.03	c bounds 2126 >= 938 @ 1.11729
2.28/3.03	c bounds 2126 >= 939 @ 1.11803
2.28/3.03	c bounds 2126 >= 940 @ 1.11877
2.28/3.03	c bounds 2126 >= 941 @ 1.11951
2.28/3.03	c bounds 2126 >= 942 @ 1.12025
2.28/3.03	c bounds 2126 >= 943 @ 1.121
2.28/3.04	c bounds 2126 >= 944 @ 1.12174
2.28/3.04	c bounds 2126 >= 945 @ 1.12174
2.28/3.04	c bounds 2126 >= 946 @ 1.12226
2.28/3.04	c bounds 2126 >= 947 @ 1.123
2.28/3.04	c bounds 2126 >= 948 @ 1.12372
2.28/3.04	c bounds 2126 >= 949 @ 1.12446
2.28/3.04	c bounds 2126 >= 950 @ 1.1252
2.28/3.04	c bounds 2126 >= 951 @ 1.12595
2.28/3.04	c bounds 2126 >= 952 @ 1.12669
2.28/3.04	c bounds 2126 >= 953 @ 1.12744
2.28/3.04	c bounds 2126 >= 954 @ 1.12819
2.28/3.04	c bounds 2126 >= 955 @ 1.12893
2.28/3.04	c bounds 2126 >= 956 @ 1.12968
2.28/3.04	c bounds 2126 >= 957 @ 1.13042
2.28/3.05	c bounds 2126 >= 958 @ 1.13116
2.28/3.05	c bounds 2126 >= 959 @ 1.1319
2.28/3.05	c bounds 2126 >= 960 @ 1.13264
2.28/3.05	c bounds 2126 >= 961 @ 1.13273
2.28/3.05	c bounds 2126 >= 962 @ 1.13316
2.28/3.05	c bounds 2126 >= 963 @ 1.1339
2.28/3.05	c bounds 2126 >= 964 @ 1.13463
2.28/3.05	c bounds 2126 >= 965 @ 1.13536
2.28/3.05	c bounds 2126 >= 966 @ 1.1361
2.28/3.05	c bounds 2126 >= 967 @ 1.13685
2.28/3.05	c bounds 2126 >= 968 @ 1.1376
2.28/3.05	c bounds 2126 >= 969 @ 1.13833
2.28/3.05	c bounds 2126 >= 970 @ 1.13907
2.28/3.06	c bounds 2126 >= 971 @ 1.13981
2.28/3.06	c bounds 2126 >= 972 @ 1.14055
2.28/3.06	c bounds 2126 >= 973 @ 1.14067
2.28/3.06	c bounds 2126 >= 974 @ 1.14108
2.28/3.06	c bounds 2126 >= 975 @ 1.14178
2.28/3.06	c bounds 2126 >= 976 @ 1.14252
2.28/3.06	c bounds 2126 >= 977 @ 1.14326
2.28/3.06	c bounds 2126 >= 978 @ 1.144
2.28/3.06	c bounds 2126 >= 979 @ 1.14475
2.28/3.06	c bounds 2126 >= 980 @ 1.14549
2.28/3.06	c bounds 2126 >= 981 @ 1.14627
2.28/3.06	c bounds 2126 >= 982 @ 1.14702
2.28/3.06	c bounds 2126 >= 983 @ 1.14775
2.28/3.07	c bounds 2126 >= 984 @ 1.1485
2.28/3.07	c bounds 2126 >= 985 @ 1.14924
2.28/3.07	c bounds 2126 >= 986 @ 1.14997
2.28/3.07	c bounds 2126 >= 987 @ 1.15072
2.28/3.07	c bounds 2126 >= 988 @ 1.15146
2.28/3.07	c bounds 2126 >= 989 @ 1.15219
2.28/3.07	c bounds 2126 >= 990 @ 1.15293
2.28/3.07	c bounds 2126 >= 991 @ 1.15367
2.28/3.07	c bounds 2126 >= 992 @ 1.15441
2.28/3.07	c bounds 2126 >= 993 @ 1.15515
2.28/3.07	c bounds 2126 >= 994 @ 1.15589
2.28/3.07	c bounds 2126 >= 995 @ 1.15663
2.28/3.07	c bounds 2126 >= 996 @ 1.15737
2.28/3.07	c bounds 2126 >= 997 @ 1.15811
2.28/3.08	c bounds 2126 >= 998 @ 1.15885
2.28/3.08	c bounds 2126 >= 999 @ 1.15957
2.28/3.08	c bounds 2126 >= 1000 @ 1.16031
2.28/3.08	c bounds 2126 >= 1001 @ 1.16105
2.28/3.08	c bounds 2126 >= 1002 @ 1.1618
2.28/3.08	c bounds 2126 >= 1003 @ 1.16254
2.28/3.08	c bounds 2126 >= 1004 @ 1.16327
2.28/3.08	c bounds 2126 >= 1005 @ 1.16401
2.28/3.08	c bounds 2126 >= 1006 @ 1.16474
2.28/3.08	c bounds 2126 >= 1007 @ 1.16548
2.28/3.08	c bounds 2126 >= 1008 @ 1.16664
2.28/3.08	c bounds 2126 >= 1009 @ 1.16738
2.28/3.08	c bounds 2126 >= 1010 @ 1.16811
2.28/3.09	c bounds 2126 >= 1011 @ 1.16885
2.28/3.09	c bounds 2126 >= 1012 @ 1.16959
2.28/3.09	c bounds 2126 >= 1013 @ 1.17032
2.28/3.09	c bounds 2126 >= 1014 @ 1.17105
2.28/3.09	c bounds 2126 >= 1015 @ 1.17178
2.28/3.09	c bounds 2126 >= 1016 @ 1.17251
2.28/3.09	c bounds 2126 >= 1017 @ 1.17324
2.28/3.09	c bounds 2126 >= 1018 @ 1.17398
2.28/3.09	c bounds 2126 >= 1019 @ 1.17474
2.28/3.09	c bounds 2126 >= 1020 @ 1.17548
2.28/3.09	c bounds 2126 >= 1021 @ 1.17621
2.28/3.09	c bounds 2126 >= 1022 @ 1.17694
2.28/3.09	c bounds 2126 >= 1023 @ 1.17768
2.28/3.10	c bounds 2126 >= 1024 @ 1.17841
2.28/3.10	c bounds 2126 >= 1025 @ 1.17915
2.28/3.10	c bounds 2126 >= 1026 @ 1.17989
2.28/3.10	c bounds 2126 >= 1027 @ 1.18062
2.28/3.10	c bounds 2126 >= 1028 @ 1.18136
2.28/3.10	c bounds 2126 >= 1029 @ 1.1821
2.28/3.10	c bounds 2126 >= 1030 @ 1.18284
2.28/3.10	c bounds 2126 >= 1031 @ 1.18356
2.37/3.10	c bounds 2126 >= 1032 @ 1.1843
2.37/3.10	c bounds 2126 >= 1033 @ 1.18505
2.37/3.10	c bounds 2126 >= 1034 @ 1.18579
2.37/3.10	c bounds 2126 >= 1035 @ 1.18653
2.37/3.10	c bounds 2126 >= 1036 @ 1.18728
2.37/3.10	c bounds 2126 >= 1037 @ 1.18802
2.37/3.11	c bounds 2126 >= 1038 @ 1.18876
2.37/3.11	c bounds 2126 >= 1039 @ 1.18952
2.37/3.11	c bounds 2126 >= 1040 @ 1.19026
2.37/3.11	c bounds 2126 >= 1041 @ 1.191
2.37/3.11	c bounds 2126 >= 1042 @ 1.19173
2.37/3.11	c bounds 2126 >= 1043 @ 1.19246
2.37/3.11	c bounds 2126 >= 1044 @ 1.19321
2.37/3.11	c bounds 2126 >= 1045 @ 1.19395
2.37/3.11	c bounds 2126 >= 1046 @ 1.19471
2.37/3.11	c bounds 2126 >= 1047 @ 1.19545
2.37/3.11	c bounds 2126 >= 1048 @ 1.19619
2.37/3.11	c bounds 2126 >= 1049 @ 1.19692
2.37/3.11	c bounds 2126 >= 1050 @ 1.19766
2.37/3.12	c bounds 2126 >= 1051 @ 1.19839
2.37/3.12	c bounds 2126 >= 1052 @ 1.19913
2.37/3.12	c bounds 2126 >= 1053 @ 1.19925
2.37/3.12	c bounds 2126 >= 1054 @ 1.19967
2.37/3.12	c bounds 2126 >= 1055 @ 1.20036
2.37/3.12	c bounds 2126 >= 1056 @ 1.2011
2.37/3.12	c bounds 2126 >= 1057 @ 1.20121
2.37/3.12	c bounds 2126 >= 1058 @ 1.20162
2.37/3.12	c bounds 2126 >= 1059 @ 1.20231
2.37/3.12	c bounds 2126 >= 1060 @ 1.20304
2.37/3.12	c bounds 2126 >= 1061 @ 1.20315
2.37/3.12	c bounds 2126 >= 1062 @ 1.20349
2.37/3.12	c bounds 2126 >= 1063 @ 1.20424
2.37/3.12	c bounds 2126 >= 1064 @ 1.20506
2.37/3.13	c bounds 2126 >= 1065 @ 1.20579
2.37/3.13	c bounds 2126 >= 1066 @ 1.20652
2.37/3.13	c bounds 2126 >= 1067 @ 1.20725
2.37/3.13	c bounds 2126 >= 1068 @ 1.20802
2.37/3.13	c bounds 2126 >= 1069 @ 1.2088
2.37/3.13	c bounds 2126 >= 1070 @ 1.20953
2.37/3.13	c bounds 2126 >= 1071 @ 1.21026
2.37/3.13	c bounds 2126 >= 1072 @ 1.21099
2.37/3.13	c bounds 2126 >= 1073 @ 1.21172
2.37/3.13	c bounds 2126 >= 1074 @ 1.21237
2.37/3.13	c bounds 2126 >= 1075 @ 1.21237
2.37/3.13	c bounds 2126 >= 1076 @ 1.21293
2.37/3.13	c bounds 2126 >= 1077 @ 1.21366
2.37/3.14	c bounds 2126 >= 1078 @ 1.21436
2.37/3.14	c bounds 2126 >= 1079 @ 1.21513
2.37/3.14	c bounds 2126 >= 1080 @ 1.21586
2.37/3.14	c bounds 2126 >= 1081 @ 1.2166
2.37/3.14	c bounds 2126 >= 1082 @ 1.21733
2.37/3.14	c bounds 2126 >= 1083 @ 1.21806
2.37/3.14	c bounds 2126 >= 1084 @ 1.21878
2.37/3.14	c bounds 2126 >= 1085 @ 1.21952
2.37/3.14	c bounds 2126 >= 1086 @ 1.22025
2.37/3.14	c bounds 2126 >= 1087 @ 1.22098
2.37/3.14	c bounds 2126 >= 1088 @ 1.2217
2.37/3.14	c bounds 2126 >= 1089 @ 1.22242
2.37/3.14	c bounds 2126 >= 1090 @ 1.22315
2.37/3.14	c bounds 2126 >= 1091 @ 1.22389
2.37/3.15	c bounds 2126 >= 1092 @ 1.22462
2.37/3.15	c bounds 2126 >= 1093 @ 1.22535
2.37/3.15	c bounds 2126 >= 1094 @ 1.22606
2.37/3.15	c bounds 2126 >= 1095 @ 1.2268
2.37/3.15	c bounds 2126 >= 1096 @ 1.22752
2.37/3.15	c bounds 2126 >= 1097 @ 1.22829
2.37/3.15	c bounds 2126 >= 1098 @ 1.22901
2.37/3.15	c bounds 2126 >= 1099 @ 1.22975
2.37/3.16	c bounds 2125 >= 1099 @ 1.23728
2.37/3.16	c bounds 2125 >= 1100 @ 1.23802
2.37/3.16	c bounds 2125 >= 1101 @ 1.23873
2.37/3.16	c bounds 2125 >= 1102 @ 1.23944
2.37/3.16	c bounds 2125 >= 1103 @ 1.24015
2.37/3.16	c bounds 2125 >= 1104 @ 1.24086
2.37/3.16	c bounds 2125 >= 1105 @ 1.24159
2.37/3.16	c bounds 2125 >= 1106 @ 1.24231
2.37/3.16	c bounds 2125 >= 1107 @ 1.24231
2.37/3.17	c bounds 2125 >= 1108 @ 1.24279
2.37/3.17	c bounds 2125 >= 1109 @ 1.24351
2.37/3.17	c bounds 2125 >= 1110 @ 1.24423
2.37/3.17	c bounds 2125 >= 1111 @ 1.24499
2.37/3.17	c bounds 2125 >= 1112 @ 1.24575
2.37/3.17	c bounds 2125 >= 1113 @ 1.24652
2.37/3.17	c bounds 2125 >= 1114 @ 1.24728
2.37/3.17	c bounds 2125 >= 1115 @ 1.24801
2.37/3.17	c bounds 2125 >= 1116 @ 1.24873
2.37/3.17	c bounds 2125 >= 1117 @ 1.24944
2.37/3.17	c bounds 2125 >= 1118 @ 1.25016
2.37/3.17	c bounds 2125 >= 1119 @ 1.25087
2.37/3.17	c bounds 2125 >= 1120 @ 1.25159
2.37/3.18	c bounds 2125 >= 1121 @ 1.25233
2.37/3.18	c bounds 2125 >= 1122 @ 1.25304
2.37/3.18	c bounds 2125 >= 1123 @ 1.25375
2.37/3.18	c bounds 2125 >= 1124 @ 1.25447
2.37/3.18	c bounds 2125 >= 1125 @ 1.25517
2.37/3.18	c bounds 2125 >= 1126 @ 1.25588
2.37/3.18	c bounds 2125 >= 1127 @ 1.2566
2.37/3.18	c bounds 2125 >= 1128 @ 1.25731
2.37/3.18	c bounds 2125 >= 1129 @ 1.25803
2.37/3.18	c bounds 2125 >= 1130 @ 1.25873
2.37/3.18	c bounds 2125 >= 1131 @ 1.25945
2.37/3.18	c bounds 2125 >= 1132 @ 1.26017
2.37/3.18	c bounds 2125 >= 1133 @ 1.26092
2.37/3.18	c bounds 2125 >= 1134 @ 1.26164
2.37/3.19	c bounds 2125 >= 1135 @ 1.26227
2.37/3.19	c bounds 2125 >= 1136 @ 1.26227
2.37/3.19	c bounds 2125 >= 1137 @ 1.26281
2.37/3.19	c bounds 2125 >= 1138 @ 1.26351
2.37/3.19	c bounds 2125 >= 1139 @ 1.26423
2.37/3.19	c bounds 2125 >= 1140 @ 1.26494
2.37/3.19	c bounds 2125 >= 1141 @ 1.26565
2.37/3.19	c bounds 2125 >= 1142 @ 1.26637
2.37/3.19	c bounds 2125 >= 1143 @ 1.26708
2.37/3.19	c bounds 2125 >= 1144 @ 1.26779
2.37/3.19	c bounds 2125 >= 1145 @ 1.2685
2.37/3.19	c bounds 2125 >= 1146 @ 1.26921
2.37/3.19	c bounds 2125 >= 1147 @ 1.26994
2.37/3.19	c bounds 2125 >= 1148 @ 1.27065
2.37/3.20	c bounds 2125 >= 1149 @ 1.2714
2.37/3.20	c bounds 2125 >= 1150 @ 1.27212
2.37/3.20	c bounds 2125 >= 1151 @ 1.27282
2.37/3.20	c bounds 2125 >= 1152 @ 1.27352
2.37/3.20	c bounds 2125 >= 1153 @ 1.27423
2.37/3.20	c bounds 2125 >= 1154 @ 1.27494
2.37/3.20	c bounds 2125 >= 1155 @ 1.27604
2.37/3.20	c bounds 2125 >= 1156 @ 1.27674
2.48/3.20	c bounds 2125 >= 1157 @ 1.27746
2.48/3.20	c bounds 2125 >= 1158 @ 1.27818
2.48/3.20	c bounds 2125 >= 1159 @ 1.27818
2.48/3.20	c bounds 2125 >= 1160 @ 1.27867
2.48/3.20	c bounds 2125 >= 1161 @ 1.27937
2.48/3.21	c bounds 2125 >= 1162 @ 1.28006
2.48/3.21	c bounds 2125 >= 1163 @ 1.28077
2.48/3.21	c bounds 2125 >= 1164 @ 1.28149
2.48/3.21	c bounds 2125 >= 1165 @ 1.2822
2.48/3.21	c bounds 2125 >= 1166 @ 1.28291
2.48/3.21	c bounds 2125 >= 1167 @ 1.28362
2.48/3.21	c bounds 2125 >= 1168 @ 1.28433
2.48/3.21	c bounds 2125 >= 1169 @ 1.28504
2.48/3.21	c bounds 2125 >= 1170 @ 1.28575
2.48/3.21	c bounds 2125 >= 1171 @ 1.28647
2.48/3.21	c bounds 2125 >= 1172 @ 1.28717
2.48/3.21	c bounds 2125 >= 1173 @ 1.28787
2.48/3.21	c bounds 2125 >= 1174 @ 1.28856
2.48/3.21	c bounds 2125 >= 1175 @ 1.28927
2.48/3.22	c bounds 2125 >= 1176 @ 1.28999
2.48/3.22	c bounds 2125 >= 1177 @ 1.2907
2.48/3.22	c bounds 2125 >= 1178 @ 1.29161
2.48/3.22	c bounds 2125 >= 1179 @ 1.29231
2.48/3.22	c bounds 2125 >= 1180 @ 1.29302
2.48/3.22	c bounds 2125 >= 1181 @ 1.29375
2.48/3.22	c bounds 2125 >= 1182 @ 1.29445
2.48/3.22	c bounds 2125 >= 1183 @ 1.29516
2.48/3.22	c bounds 2125 >= 1184 @ 1.29586
2.48/3.22	c bounds 2125 >= 1185 @ 1.29656
2.48/3.22	c bounds 2125 >= 1186 @ 1.29726
2.48/3.22	c bounds 2125 >= 1187 @ 1.29795
2.48/3.22	c bounds 2125 >= 1188 @ 1.29865
2.48/3.22	c bounds 2125 >= 1189 @ 1.29934
2.48/3.23	c bounds 2125 >= 1190 @ 1.30005
2.48/3.23	c bounds 2125 >= 1191 @ 1.30074
2.48/3.23	c bounds 2125 >= 1192 @ 1.30144
2.48/3.23	c bounds 2125 >= 1193 @ 1.30214
2.48/3.23	c bounds 2125 >= 1194 @ 1.30284
2.48/3.23	c bounds 2125 >= 1195 @ 1.30354
2.48/3.23	c bounds 2125 >= 1196 @ 1.30423
2.48/3.23	c bounds 2125 >= 1197 @ 1.30492
2.48/3.23	c bounds 2125 >= 1198 @ 1.30561
2.48/3.23	c bounds 2125 >= 1199 @ 1.30631
2.48/3.23	c bounds 2125 >= 1200 @ 1.30701
2.48/3.23	c bounds 2125 >= 1201 @ 1.3077
2.48/3.23	c bounds 2125 >= 1202 @ 1.30839
2.48/3.23	c bounds 2125 >= 1203 @ 1.30907
2.48/3.23	c bounds 2125 >= 1204 @ 1.30977
2.48/3.24	c bounds 2125 >= 1205 @ 1.30987
2.48/3.24	c bounds 2125 >= 1206 @ 1.31018
2.48/3.24	c bounds 2125 >= 1207 @ 1.31087
2.48/3.24	c bounds 2125 >= 1208 @ 1.31157
2.48/3.24	c bounds 2125 >= 1209 @ 1.31227
2.48/3.24	c bounds 2125 >= 1210 @ 1.31296
2.48/3.24	c bounds 2125 >= 1211 @ 1.31366
2.48/3.24	c bounds 2125 >= 1212 @ 1.31435
2.48/3.24	c bounds 2125 >= 1213 @ 1.31504
2.48/3.24	c bounds 2125 >= 1214 @ 1.31573
2.48/3.24	c bounds 2125 >= 1215 @ 1.31643
2.48/3.24	c bounds 2125 >= 1216 @ 1.31711
2.48/3.24	c bounds 2125 >= 1217 @ 1.31781
2.48/3.24	c bounds 2125 >= 1218 @ 1.3185
2.48/3.25	c bounds 2125 >= 1219 @ 1.31919
2.48/3.25	c bounds 2125 >= 1220 @ 1.31989
2.48/3.25	c bounds 2125 >= 1221 @ 1.32058
2.48/3.25	c bounds 2125 >= 1222 @ 1.32127
2.48/3.25	c bounds 2125 >= 1223 @ 1.32197
2.48/3.25	c bounds 2125 >= 1224 @ 1.3227
2.48/3.25	c bounds 2125 >= 1225 @ 1.3234
2.48/3.25	c bounds 2125 >= 1226 @ 1.3241
2.48/3.25	c bounds 2125 >= 1227 @ 1.32479
2.48/3.25	c bounds 2125 >= 1228 @ 1.32548
2.48/3.25	c bounds 2125 >= 1229 @ 1.32617
2.48/3.25	c bounds 2125 >= 1230 @ 1.32686
2.48/3.25	c bounds 2125 >= 1231 @ 1.32755
2.48/3.25	c bounds 2125 >= 1232 @ 1.32824
2.48/3.26	c bounds 2125 >= 1233 @ 1.32894
2.48/3.26	c bounds 2125 >= 1234 @ 1.32963
2.48/3.26	c bounds 2125 >= 1235 @ 1.33032
2.48/3.26	c bounds 2125 >= 1236 @ 1.33104
2.48/3.26	c bounds 2125 >= 1237 @ 1.33172
2.48/3.26	c bounds 2125 >= 1238 @ 1.33241
2.48/3.26	c bounds 2125 >= 1239 @ 1.33309
2.48/3.26	c bounds 2125 >= 1240 @ 1.33381
2.48/3.26	c bounds 2125 >= 1241 @ 1.3345
2.48/3.26	c bounds 2125 >= 1242 @ 1.3352
2.48/3.26	c bounds 2125 >= 1243 @ 1.33589
2.48/3.26	c bounds 2125 >= 1244 @ 1.33659
2.48/3.26	c bounds 2125 >= 1245 @ 1.33727
2.48/3.26	c bounds 2125 >= 1246 @ 1.33796
2.48/3.26	c bounds 2125 >= 1247 @ 1.33865
2.48/3.27	c bounds 2125 >= 1248 @ 1.33935
2.48/3.27	c bounds 2125 >= 1249 @ 1.34006
2.48/3.27	c bounds 2125 >= 1250 @ 1.34075
2.48/3.27	c bounds 2125 >= 1251 @ 1.34144
2.48/3.27	c bounds 2125 >= 1252 @ 1.34214
2.48/3.27	c bounds 2125 >= 1253 @ 1.34283
2.48/3.27	c bounds 2125 >= 1254 @ 1.34352
2.48/3.27	c bounds 2125 >= 1255 @ 1.34422
2.48/3.27	c bounds 2125 >= 1256 @ 1.34492
2.48/3.27	c bounds 2125 >= 1257 @ 1.34562
2.48/3.27	c bounds 2125 >= 1258 @ 1.34631
2.48/3.27	c bounds 2125 >= 1259 @ 1.347
2.48/3.27	c bounds 2125 >= 1260 @ 1.3477
2.48/3.27	c bounds 2125 >= 1261 @ 1.34842
2.48/3.28	c bounds 2125 >= 1262 @ 1.34911
2.48/3.28	c bounds 2125 >= 1263 @ 1.34981
2.48/3.28	c bounds 2125 >= 1264 @ 1.3505
2.48/3.28	c bounds 2125 >= 1265 @ 1.35123
2.48/3.28	c bounds 2125 >= 1266 @ 1.35193
2.48/3.28	c bounds 2125 >= 1267 @ 1.35263
2.48/3.28	c bounds 2125 >= 1268 @ 1.35332
2.48/3.28	c bounds 2125 >= 1269 @ 1.35394
2.48/3.28	c bounds 2125 >= 1270 @ 1.35394
2.48/3.28	c bounds 2125 >= 1271 @ 1.35453
2.48/3.28	c bounds 2125 >= 1272 @ 1.35521
2.48/3.28	c bounds 2125 >= 1273 @ 1.35589
2.48/3.28	c bounds 2125 >= 1274 @ 1.35658
2.48/3.28	c bounds 2125 >= 1275 @ 1.35725
2.48/3.29	c bounds 2125 >= 1276 @ 1.35794
2.48/3.29	c bounds 2125 >= 1277 @ 1.35863
2.48/3.29	c bounds 2125 >= 1278 @ 1.35931
2.48/3.29	c bounds 2125 >= 1279 @ 1.36001
2.48/3.29	c bounds 2125 >= 1280 @ 1.36069
2.48/3.29	c bounds 2125 >= 1281 @ 1.36139
2.48/3.29	c bounds 2125 >= 1282 @ 1.36208
2.48/3.29	c bounds 2125 >= 1283 @ 1.36276
2.48/3.29	c bounds 2125 >= 1284 @ 1.36345
2.48/3.29	c bounds 2125 >= 1285 @ 1.36416
2.48/3.29	c bounds 2125 >= 1286 @ 1.36485
2.48/3.29	c bounds 2125 >= 1287 @ 1.36554
2.48/3.29	c bounds 2125 >= 1288 @ 1.36624
2.48/3.29	c bounds 2125 >= 1289 @ 1.36692
2.48/3.29	c bounds 2125 >= 1290 @ 1.36766
2.57/3.30	c bounds 2125 >= 1291 @ 1.36835
2.57/3.30	c bounds 2125 >= 1292 @ 1.36905
2.57/3.30	c bounds 2125 >= 1293 @ 1.36973
2.57/3.30	c bounds 2125 >= 1294 @ 1.37043
2.57/3.30	c bounds 2125 >= 1295 @ 1.37111
2.57/3.30	c bounds 2125 >= 1296 @ 1.3718
2.57/3.30	c bounds 2125 >= 1297 @ 1.37248
2.57/3.30	c bounds 2125 >= 1298 @ 1.37317
2.57/3.30	c bounds 2125 >= 1299 @ 1.37384
2.57/3.30	c bounds 2125 >= 1300 @ 1.37454
2.57/3.30	c bounds 2125 >= 1301 @ 1.37521
2.57/3.30	c bounds 2125 >= 1302 @ 1.37589
2.57/3.30	c bounds 2125 >= 1303 @ 1.37657
2.57/3.30	c bounds 2125 >= 1304 @ 1.37725
2.57/3.31	c bounds 2125 >= 1305 @ 1.37794
2.57/3.31	c bounds 2125 >= 1306 @ 1.37863
2.57/3.31	c bounds 2125 >= 1307 @ 1.37931
2.57/3.31	c bounds 2125 >= 1308 @ 1.38001
2.57/3.31	c bounds 2125 >= 1309 @ 1.3807
2.57/3.31	c bounds 2125 >= 1310 @ 1.38139
2.57/3.31	c bounds 2125 >= 1311 @ 1.38207
2.57/3.31	c bounds 2125 >= 1312 @ 1.38275
2.57/3.31	c bounds 2125 >= 1313 @ 1.38356
2.57/3.31	c bounds 2125 >= 1314 @ 1.38427
2.57/3.31	c bounds 2125 >= 1315 @ 1.38488
2.57/3.31	c bounds 2125 >= 1316 @ 1.38488
2.57/3.31	c bounds 2125 >= 1317 @ 1.38539
2.57/3.31	c bounds 2125 >= 1318 @ 1.38607
2.57/3.32	c bounds 2125 >= 1319 @ 1.38674
2.57/3.32	c bounds 2125 >= 1320 @ 1.38742
2.57/3.32	c bounds 2125 >= 1321 @ 1.38814
2.57/3.32	c bounds 2125 >= 1322 @ 1.38883
2.57/3.32	c bounds 2125 >= 1323 @ 1.38952
2.57/3.32	c bounds 2125 >= 1324 @ 1.39024
2.57/3.32	c bounds 2125 >= 1325 @ 1.39093
2.57/3.32	c bounds 2125 >= 1326 @ 1.39162
2.57/3.32	c bounds 2125 >= 1327 @ 1.39231
2.57/3.32	c bounds 2125 >= 1328 @ 1.393
2.57/3.32	c bounds 2125 >= 1329 @ 1.39367
2.57/3.32	c bounds 2125 >= 1330 @ 1.39436
2.57/3.32	c bounds 2125 >= 1331 @ 1.39504
2.57/3.32	c bounds 2125 >= 1332 @ 1.39574
2.57/3.32	c bounds 2125 >= 1333 @ 1.39644
2.57/3.33	c bounds 2125 >= 1334 @ 1.39713
2.57/3.33	c bounds 2125 >= 1335 @ 1.39781
2.57/3.33	c bounds 2125 >= 1336 @ 1.3985
2.57/3.33	c bounds 2125 >= 1337 @ 1.39919
2.57/3.33	c bounds 2125 >= 1338 @ 1.39987
2.57/3.33	c bounds 2125 >= 1339 @ 1.40054
2.57/3.33	c bounds 2125 >= 1340 @ 1.40122
2.57/3.33	c bounds 2125 >= 1341 @ 1.4019
2.57/3.33	c bounds 2125 >= 1342 @ 1.40259
2.57/3.33	c bounds 2125 >= 1343 @ 1.40327
2.57/3.33	c bounds 2125 >= 1344 @ 1.40396
2.57/3.33	c bounds 2125 >= 1345 @ 1.40465
2.57/3.33	c bounds 2125 >= 1346 @ 1.40475
2.57/3.33	c bounds 2125 >= 1347 @ 1.40508
2.57/3.34	c bounds 2125 >= 1348 @ 1.40573
2.57/3.34	c bounds 2125 >= 1349 @ 1.4064
2.57/3.34	c bounds 2125 >= 1350 @ 1.40709
2.57/3.34	c bounds 2125 >= 1351 @ 1.40787
2.57/3.34	c bounds 2125 >= 1352 @ 1.40889
2.57/3.34	c bounds 2125 >= 1353 @ 1.40957
2.57/3.34	c bounds 2125 >= 1354 @ 1.41025
2.57/3.34	c bounds 2125 >= 1355 @ 1.41092
2.57/3.34	c bounds 2125 >= 1356 @ 1.41161
2.57/3.34	c bounds 2125 >= 1357 @ 1.4123
2.57/3.34	c bounds 2125 >= 1358 @ 1.41298
2.57/3.34	c bounds 2125 >= 1359 @ 1.41365
2.57/3.34	c bounds 2125 >= 1360 @ 1.41434
2.57/3.34	c bounds 2125 >= 1361 @ 1.41502
2.57/3.35	c bounds 2125 >= 1362 @ 1.41569
2.57/3.35	c bounds 2125 >= 1363 @ 1.41638
2.57/3.35	c bounds 2125 >= 1364 @ 1.41708
2.57/3.35	c bounds 2125 >= 1365 @ 1.41776
2.57/3.35	c bounds 2125 >= 1366 @ 1.41776
2.57/3.35	c bounds 2125 >= 1367 @ 1.41819
2.57/3.35	c bounds 2125 >= 1368 @ 1.41884
2.57/3.35	c bounds 2125 >= 1369 @ 1.41952
2.57/3.35	c bounds 2125 >= 1370 @ 1.4202
2.57/3.35	c bounds 2125 >= 1371 @ 1.42088
2.57/3.35	c bounds 2125 >= 1372 @ 1.42157
2.57/3.35	c bounds 2125 >= 1373 @ 1.42225
2.57/3.35	c bounds 2125 >= 1374 @ 1.42293
2.57/3.35	c bounds 2125 >= 1375 @ 1.42362
2.57/3.35	c bounds 2125 >= 1376 @ 1.42431
2.57/3.36	c bounds 2125 >= 1377 @ 1.42498
2.57/3.36	c bounds 2125 >= 1378 @ 1.42566
2.57/3.36	c bounds 2125 >= 1379 @ 1.42574
2.57/3.36	c bounds 2125 >= 1380 @ 1.42611
2.57/3.36	c bounds 2125 >= 1381 @ 1.42677
2.57/3.36	c bounds 2125 >= 1382 @ 1.42745
2.57/3.36	c bounds 2125 >= 1383 @ 1.42812
2.57/3.36	c bounds 2125 >= 1384 @ 1.42881
2.57/3.36	c bounds 2125 >= 1385 @ 1.42949
2.57/3.36	c bounds 2125 >= 1386 @ 1.43016
2.57/3.36	c bounds 2125 >= 1387 @ 1.43025
2.57/3.36	c bounds 2125 >= 1388 @ 1.43059
2.57/3.36	c bounds 2125 >= 1389 @ 1.43126
2.57/3.36	c bounds 2125 >= 1390 @ 1.43194
2.57/3.37	c bounds 2125 >= 1391 @ 1.43262
2.57/3.37	c bounds 2125 >= 1392 @ 1.43329
2.57/3.37	c bounds 2125 >= 1393 @ 1.43397
2.57/3.37	c bounds 2125 >= 1394 @ 1.43465
2.57/3.37	c bounds 2125 >= 1395 @ 1.43534
2.57/3.37	c bounds 2125 >= 1396 @ 1.43603
2.57/3.37	c bounds 2125 >= 1397 @ 1.43674
2.57/3.37	c bounds 2125 >= 1398 @ 1.43742
2.57/3.37	c bounds 2125 >= 1399 @ 1.43812
2.57/3.37	c bounds 2125 >= 1400 @ 1.4388
2.57/3.37	c bounds 2125 >= 1401 @ 1.43949
2.57/3.37	c bounds 2125 >= 1402 @ 1.44018
2.57/3.37	c bounds 2125 >= 1403 @ 1.44086
2.57/3.37	c bounds 2125 >= 1404 @ 1.44153
2.57/3.37	c bounds 2125 >= 1405 @ 1.44223
2.57/3.38	c bounds 2125 >= 1406 @ 1.44291
2.57/3.38	c bounds 2125 >= 1407 @ 1.44361
2.57/3.38	c bounds 2125 >= 1408 @ 1.44431
2.57/3.38	c bounds 2125 >= 1409 @ 1.445
2.57/3.38	c bounds 2125 >= 1410 @ 1.44567
2.57/3.38	c bounds 2125 >= 1411 @ 1.44639
2.57/3.38	c bounds 2125 >= 1412 @ 1.44706
2.57/3.38	c bounds 2125 >= 1413 @ 1.44773
2.57/3.38	c bounds 2125 >= 1414 @ 1.44841
2.57/3.38	c bounds 2125 >= 1415 @ 1.4491
2.57/3.38	c bounds 2125 >= 1416 @ 1.44977
2.57/3.38	c bounds 2125 >= 1417 @ 1.45046
2.57/3.38	c bounds 2125 >= 1418 @ 1.45113
2.57/3.38	c bounds 2125 >= 1419 @ 1.45181
2.57/3.39	c bounds 2125 >= 1420 @ 1.45249
2.57/3.39	c bounds 2125 >= 1421 @ 1.45316
2.57/3.39	c bounds 2125 >= 1422 @ 1.45385
2.57/3.39	c bounds 2125 >= 1423 @ 1.45452
2.57/3.39	c bounds 2125 >= 1424 @ 1.4552
2.57/3.39	c bounds 2125 >= 1425 @ 1.45587
2.57/3.39	c bounds 2125 >= 1426 @ 1.45657
2.57/3.39	c bounds 2125 >= 1427 @ 1.45725
2.57/3.39	c bounds 2125 >= 1428 @ 1.45793
2.57/3.39	c bounds 2125 >= 1429 @ 1.45862
2.57/3.39	c bounds 2125 >= 1430 @ 1.4593
2.57/3.39	c bounds 2125 >= 1431 @ 1.45996
2.57/3.39	c bounds 2125 >= 1432 @ 1.46007
2.57/3.39	c bounds 2125 >= 1433 @ 1.4607
2.57/3.39	c bounds 2125 >= 1434 @ 1.46138
2.67/3.40	c bounds 2125 >= 1435 @ 1.46205
2.67/3.40	c bounds 2125 >= 1436 @ 1.46274
2.67/3.40	c bounds 2125 >= 1437 @ 1.46341
2.67/3.40	c bounds 2125 >= 1438 @ 1.46409
2.67/3.40	c bounds 2125 >= 1439 @ 1.46476
2.67/3.40	c bounds 2125 >= 1440 @ 1.46545
2.67/3.40	c bounds 2125 >= 1441 @ 1.46617
2.67/3.40	c bounds 2125 >= 1442 @ 1.46684
2.67/3.40	c bounds 2125 >= 1443 @ 1.46753
2.67/3.40	c bounds 2125 >= 1444 @ 1.46819
2.67/3.40	c bounds 2125 >= 1445 @ 1.46886
2.67/3.40	c bounds 2125 >= 1446 @ 1.46952
2.67/3.40	c bounds 2125 >= 1447 @ 1.47018
2.67/3.40	c bounds 2125 >= 1448 @ 1.47083
2.67/3.41	c bounds 2125 >= 1449 @ 1.4715
2.67/3.41	c bounds 2125 >= 1450 @ 1.47217
2.67/3.41	c bounds 2125 >= 1451 @ 1.47283
2.67/3.41	c bounds 2125 >= 1452 @ 1.47351
2.67/3.41	c bounds 2125 >= 1453 @ 1.47418
2.67/3.41	c bounds 2125 >= 1454 @ 1.47484
2.67/3.41	c bounds 2125 >= 1455 @ 1.4755
2.67/3.41	c bounds 2125 >= 1456 @ 1.47618
2.67/3.41	c bounds 2125 >= 1457 @ 1.47686
2.67/3.41	c bounds 2125 >= 1458 @ 1.47754
2.67/3.41	c bounds 2125 >= 1459 @ 1.47821
2.67/3.41	c bounds 2125 >= 1460 @ 1.47887
2.67/3.41	c bounds 2125 >= 1461 @ 1.47953
2.67/3.41	c bounds 2125 >= 1462 @ 1.4796
2.67/3.41	c bounds 2125 >= 1463 @ 1.47992
2.67/3.42	c bounds 2125 >= 1464 @ 1.48054
2.67/3.42	c bounds 2125 >= 1465 @ 1.4812
2.67/3.42	c bounds 2125 >= 1466 @ 1.48186
2.67/3.42	c bounds 2125 >= 1467 @ 1.48253
2.67/3.42	c bounds 2125 >= 1468 @ 1.48322
2.67/3.42	c bounds 2125 >= 1469 @ 1.48388
2.67/3.42	c bounds 2125 >= 1470 @ 1.48454
2.67/3.42	c bounds 2125 >= 1471 @ 1.48523
2.67/3.42	c bounds 2125 >= 1472 @ 1.4859
2.67/3.42	c bounds 2125 >= 1473 @ 1.48656
2.67/3.42	c bounds 2125 >= 1474 @ 1.48724
2.67/3.42	c bounds 2125 >= 1475 @ 1.48789
2.67/3.42	c bounds 2125 >= 1476 @ 1.48855
2.67/3.42	c bounds 2125 >= 1477 @ 1.48921
2.67/3.42	c bounds 2125 >= 1478 @ 1.48988
2.67/3.43	c bounds 2125 >= 1479 @ 1.49054
2.67/3.43	c bounds 2125 >= 1480 @ 1.49122
2.67/3.43	c bounds 2125 >= 1481 @ 1.49188
2.67/3.43	c bounds 2125 >= 1482 @ 1.49255
2.67/3.43	c bounds 2125 >= 1483 @ 1.4932
2.67/3.43	c bounds 2125 >= 1484 @ 1.49386
2.67/3.43	c bounds 2125 >= 1485 @ 1.49453
2.67/3.43	c bounds 2125 >= 1486 @ 1.49524
2.67/3.43	c bounds 2125 >= 1487 @ 1.4959
2.67/3.43	c bounds 2125 >= 1488 @ 1.49656
2.67/3.43	c bounds 2125 >= 1489 @ 1.49723
2.67/3.43	c bounds 2125 >= 1490 @ 1.49731
2.67/3.43	c bounds 2125 >= 1491 @ 1.49755
2.67/3.43	c bounds 2125 >= 1492 @ 1.4982
2.67/3.43	c bounds 2125 >= 1493 @ 1.49886
2.67/3.44	c bounds 2125 >= 1494 @ 1.49953
2.67/3.44	c bounds 2125 >= 1495 @ 1.50019
2.67/3.44	c bounds 2125 >= 1496 @ 1.50087
2.67/3.44	c bounds 2125 >= 1497 @ 1.50153
2.67/3.44	c bounds 2125 >= 1498 @ 1.5022
2.67/3.44	c bounds 2125 >= 1499 @ 1.50289
2.67/3.44	c bounds 2125 >= 1500 @ 1.50354
2.67/3.44	c bounds 2125 >= 1501 @ 1.50421
2.67/3.44	c bounds 2125 >= 1502 @ 1.50486
2.67/3.44	c bounds 2125 >= 1503 @ 1.50553
2.67/3.44	c bounds 2125 >= 1504 @ 1.5062
2.67/3.44	c bounds 2125 >= 1505 @ 1.50686
2.67/3.44	c bounds 2125 >= 1506 @ 1.50752
2.67/3.44	c bounds 2125 >= 1507 @ 1.50818
2.67/3.44	c bounds 2125 >= 1508 @ 1.50884
2.67/3.45	c bounds 2125 >= 1509 @ 1.50951
2.67/3.45	c bounds 2125 >= 1510 @ 1.51018
2.67/3.45	c bounds 2125 >= 1511 @ 1.51084
2.67/3.45	c bounds 2125 >= 1512 @ 1.5115
2.67/3.45	c bounds 2125 >= 1513 @ 1.51217
2.67/3.45	c bounds 2125 >= 1514 @ 1.51285
2.67/3.45	c bounds 2125 >= 1515 @ 1.5135
2.67/3.45	c bounds 2125 >= 1516 @ 1.5135
2.67/3.45	c bounds 2125 >= 1517 @ 1.51388
2.67/3.45	c bounds 2125 >= 1518 @ 1.51449
2.67/3.45	c bounds 2125 >= 1519 @ 1.51516
2.67/3.45	c bounds 2125 >= 1520 @ 1.51585
2.67/3.45	c bounds 2125 >= 1521 @ 1.5165
2.67/3.45	c bounds 2125 >= 1522 @ 1.51716
2.67/3.45	c bounds 2125 >= 1523 @ 1.51783
2.67/3.46	c bounds 2125 >= 1524 @ 1.5185
2.67/3.46	c bounds 2125 >= 1525 @ 1.51916
2.67/3.46	c bounds 2125 >= 1526 @ 1.51982
2.67/3.46	c bounds 2125 >= 1527 @ 1.52048
2.67/3.46	c bounds 2125 >= 1528 @ 1.52114
2.67/3.46	c bounds 2125 >= 1529 @ 1.52181
2.67/3.46	c bounds 2125 >= 1530 @ 1.52246
2.67/3.46	c bounds 2125 >= 1531 @ 1.52312
2.67/3.46	c bounds 2125 >= 1532 @ 1.52378
2.67/3.46	c bounds 2125 >= 1533 @ 1.5245
2.67/3.46	c bounds 2125 >= 1534 @ 1.52516
2.67/3.46	c bounds 2125 >= 1535 @ 1.52583
2.67/3.46	c bounds 2125 >= 1536 @ 1.52648
2.67/3.46	c bounds 2125 >= 1537 @ 1.52715
2.67/3.46	c bounds 2125 >= 1538 @ 1.5278
2.67/3.47	c bounds 2125 >= 1539 @ 1.52845
2.67/3.47	c bounds 2125 >= 1540 @ 1.52911
2.67/3.47	c bounds 2125 >= 1541 @ 1.52976
2.67/3.47	c bounds 2125 >= 1542 @ 1.53041
2.67/3.47	c bounds 2125 >= 1543 @ 1.53108
2.67/3.47	c bounds 2125 >= 1544 @ 1.53173
2.67/3.47	c bounds 2125 >= 1545 @ 1.5324
2.67/3.47	c bounds 2125 >= 1546 @ 1.53307
2.67/3.47	c bounds 2125 >= 1547 @ 1.53373
2.67/3.47	c bounds 2125 >= 1548 @ 1.53438
2.67/3.47	c bounds 2125 >= 1549 @ 1.53505
2.67/3.47	c bounds 2125 >= 1550 @ 1.5357
2.67/3.47	c bounds 2125 >= 1551 @ 1.53637
2.67/3.47	c bounds 2125 >= 1552 @ 1.53703
2.67/3.47	c bounds 2125 >= 1553 @ 1.53767
2.67/3.48	c bounds 2125 >= 1554 @ 1.53836
2.67/3.48	c bounds 2125 >= 1555 @ 1.53905
2.67/3.48	c bounds 2125 >= 1556 @ 1.5397
2.67/3.48	c bounds 2125 >= 1557 @ 1.54035
2.67/3.48	c bounds 2125 >= 1558 @ 1.54101
2.67/3.48	c bounds 2125 >= 1559 @ 1.54168
2.67/3.48	c bounds 2125 >= 1560 @ 1.54233
2.67/3.48	c bounds 2125 >= 1561 @ 1.54297
2.67/3.48	c bounds 2125 >= 1562 @ 1.54363
2.67/3.48	c bounds 2125 >= 1563 @ 1.54427
2.67/3.48	c bounds 2125 >= 1564 @ 1.54493
2.67/3.48	c bounds 2125 >= 1565 @ 1.54557
2.67/3.48	c bounds 2125 >= 1566 @ 1.54622
2.67/3.48	c bounds 2125 >= 1567 @ 1.5469
2.67/3.48	c bounds 2125 >= 1568 @ 1.54757
2.67/3.49	c bounds 2125 >= 1569 @ 1.54821
2.67/3.49	c bounds 2125 >= 1570 @ 1.54887
2.67/3.49	c bounds 2125 >= 1571 @ 1.54951
2.67/3.49	c bounds 2125 >= 1572 @ 1.55015
2.67/3.49	c bounds 2125 >= 1573 @ 1.5508
2.67/3.49	c bounds 2125 >= 1574 @ 1.55138
2.67/3.49	c bounds 2125 >= 1575 @ 1.55138
2.67/3.49	c bounds 2125 >= 1576 @ 1.5518
2.67/3.49	c bounds 2125 >= 1577 @ 1.55243
2.67/3.49	c bounds 2125 >= 1578 @ 1.5531
2.67/3.49	c bounds 2125 >= 1579 @ 1.55375
2.67/3.49	c bounds 2125 >= 1580 @ 1.5544
2.67/3.49	c bounds 2125 >= 1581 @ 1.55506
2.67/3.49	c bounds 2125 >= 1582 @ 1.55571
2.67/3.49	c bounds 2125 >= 1583 @ 1.55581
2.67/3.50	c bounds 2125 >= 1584 @ 1.55641
2.77/3.50	c bounds 2125 >= 1585 @ 1.55707
2.77/3.50	c bounds 2125 >= 1586 @ 1.55772
2.77/3.50	c bounds 2125 >= 1587 @ 1.55838
2.77/3.50	c bounds 2125 >= 1588 @ 1.55902
2.77/3.50	c bounds 2125 >= 1589 @ 1.55968
2.77/3.50	c bounds 2125 >= 1590 @ 1.56032
2.77/3.50	c bounds 2125 >= 1591 @ 1.56098
2.77/3.50	c bounds 2125 >= 1592 @ 1.56165
2.77/3.50	c bounds 2125 >= 1593 @ 1.5623
2.77/3.50	c bounds 2125 >= 1594 @ 1.56296
2.77/3.50	c bounds 2125 >= 1595 @ 1.56362
2.77/3.50	c bounds 2125 >= 1596 @ 1.5643
2.77/3.50	c bounds 2125 >= 1597 @ 1.56499
2.77/3.50	c bounds 2125 >= 1598 @ 1.56565
2.77/3.51	c bounds 2125 >= 1599 @ 1.56631
2.77/3.51	c bounds 2125 >= 1600 @ 1.56696
2.77/3.51	c bounds 2125 >= 1601 @ 1.5676
2.77/3.51	c bounds 2125 >= 1602 @ 1.56826
2.77/3.51	c bounds 2125 >= 1603 @ 1.56831
2.77/3.51	c bounds 2125 >= 1604 @ 1.5686
2.77/3.51	c bounds 2125 >= 1605 @ 1.56922
2.77/3.51	c bounds 2125 >= 1606 @ 1.56987
2.77/3.51	c bounds 2125 >= 1607 @ 1.57112
2.77/3.51	c bounds 2125 >= 1608 @ 1.57197
2.77/3.51	c bounds 2125 >= 1609 @ 1.57261
2.77/3.51	c bounds 2125 >= 1610 @ 1.57327
2.77/3.51	c bounds 2125 >= 1611 @ 1.57391
2.77/3.51	c bounds 2125 >= 1612 @ 1.57455
2.77/3.52	c bounds 2125 >= 1613 @ 1.5752
2.77/3.52	c bounds 2125 >= 1614 @ 1.57586
2.77/3.52	c bounds 2125 >= 1615 @ 1.57651
2.77/3.52	c bounds 2125 >= 1616 @ 1.57718
2.77/3.52	c bounds 2125 >= 1617 @ 1.57782
2.77/3.52	c bounds 2125 >= 1618 @ 1.57849
2.77/3.52	c bounds 2125 >= 1619 @ 1.57913
2.77/3.52	c bounds 2125 >= 1620 @ 1.57978
2.77/3.52	c bounds 2125 >= 1621 @ 1.58041
2.77/3.52	c bounds 2125 >= 1622 @ 1.58106
2.77/3.52	c bounds 2125 >= 1623 @ 1.58171
2.77/3.52	c bounds 2125 >= 1624 @ 1.58236
2.77/3.52	c bounds 2125 >= 1625 @ 1.583
2.77/3.52	c bounds 2125 >= 1626 @ 1.58308
2.77/3.52	c bounds 2125 >= 1627 @ 1.58329
2.77/3.52	c bounds 2125 >= 1628 @ 1.58395
2.77/3.53	c bounds 2125 >= 1629 @ 1.58462
2.77/3.53	c bounds 2125 >= 1630 @ 1.5853
2.77/3.53	c bounds 2125 >= 1631 @ 1.58594
2.77/3.53	c bounds 2125 >= 1632 @ 1.5866
2.77/3.53	c bounds 2125 >= 1633 @ 1.58724
2.77/3.53	c bounds 2125 >= 1634 @ 1.5879
2.77/3.53	c bounds 2125 >= 1635 @ 1.58854
2.77/3.53	c bounds 2125 >= 1636 @ 1.58919
2.77/3.53	c bounds 2125 >= 1637 @ 1.58982
2.77/3.53	c bounds 2125 >= 1638 @ 1.59047
2.77/3.53	c bounds 2125 >= 1639 @ 1.5911
2.77/3.53	c bounds 2125 >= 1640 @ 1.59175
2.77/3.53	c bounds 2125 >= 1641 @ 1.59238
2.77/3.53	c bounds 2125 >= 1642 @ 1.59302
2.77/3.53	c bounds 2125 >= 1643 @ 1.59366
2.77/3.54	c bounds 2125 >= 1644 @ 1.5943
2.77/3.54	c bounds 2125 >= 1645 @ 1.59495
2.77/3.54	c bounds 2125 >= 1646 @ 1.59559
2.77/3.54	c bounds 2125 >= 1647 @ 1.59622
2.77/3.54	c bounds 2125 >= 1648 @ 1.59688
2.77/3.54	c bounds 2125 >= 1649 @ 1.59751
2.77/3.54	c bounds 2125 >= 1650 @ 1.59817
2.77/3.54	c bounds 2125 >= 1651 @ 1.59881
2.77/3.54	c bounds 2125 >= 1652 @ 1.59947
2.77/3.54	c bounds 2125 >= 1653 @ 1.60009
2.77/3.54	c bounds 2125 >= 1654 @ 1.60074
2.77/3.54	c bounds 2125 >= 1655 @ 1.60138
2.77/3.54	c bounds 2125 >= 1656 @ 1.60203
2.77/3.54	c bounds 2125 >= 1657 @ 1.60269
2.77/3.54	c bounds 2125 >= 1658 @ 1.60333
2.77/3.54	c bounds 2125 >= 1659 @ 1.60398
2.77/3.55	c bounds 2125 >= 1660 @ 1.60462
2.77/3.55	c bounds 2125 >= 1661 @ 1.60525
2.77/3.55	c bounds 2125 >= 1662 @ 1.6059
2.77/3.55	c bounds 2125 >= 1663 @ 1.60655
2.77/3.55	c bounds 2125 >= 1664 @ 1.6072
2.77/3.55	c bounds 2125 >= 1665 @ 1.60784
2.77/3.55	c bounds 2125 >= 1666 @ 1.60851
2.77/3.55	c bounds 2125 >= 1667 @ 1.60916
2.77/3.55	c bounds 2125 >= 1668 @ 1.6098
2.77/3.55	c bounds 2125 >= 1669 @ 1.61043
2.77/3.55	c bounds 2125 >= 1670 @ 1.61108
2.77/3.55	c bounds 2125 >= 1671 @ 1.61174
2.77/3.55	c bounds 2125 >= 1672 @ 1.6124
2.77/3.55	c bounds 2125 >= 1673 @ 1.61303
2.77/3.55	c bounds 2125 >= 1674 @ 1.61369
2.77/3.56	c bounds 2125 >= 1675 @ 1.61432
2.77/3.56	c bounds 2125 >= 1676 @ 1.61497
2.77/3.56	c bounds 2125 >= 1677 @ 1.6156
2.77/3.56	c bounds 2125 >= 1678 @ 1.61626
2.77/3.56	c bounds 2125 >= 1679 @ 1.61691
2.77/3.56	c bounds 2125 >= 1680 @ 1.61754
2.77/3.56	c bounds 2125 >= 1681 @ 1.61818
2.77/3.56	c bounds 2125 >= 1682 @ 1.61881
2.77/3.56	c bounds 2125 >= 1683 @ 1.61947
2.77/3.56	c bounds 2125 >= 1684 @ 1.62013
2.77/3.56	c bounds 2125 >= 1685 @ 1.62018
2.77/3.56	c bounds 2125 >= 1686 @ 1.62046
2.77/3.56	c bounds 2125 >= 1687 @ 1.62105
2.77/3.56	c bounds 2125 >= 1688 @ 1.62168
2.77/3.56	c bounds 2125 >= 1689 @ 1.62236
2.77/3.57	c bounds 2125 >= 1690 @ 1.62301
2.77/3.57	c bounds 2125 >= 1691 @ 1.62366
2.77/3.57	c bounds 2125 >= 1692 @ 1.62433
2.77/3.57	c bounds 2125 >= 1693 @ 1.62496
2.77/3.57	c bounds 2125 >= 1694 @ 1.6256
2.77/3.57	c bounds 2125 >= 1695 @ 1.62627
2.77/3.57	c bounds 2125 >= 1696 @ 1.62691
2.77/3.57	c bounds 2125 >= 1697 @ 1.62755
2.77/3.57	c bounds 2125 >= 1698 @ 1.62818
2.77/3.57	c bounds 2125 >= 1699 @ 1.62881
2.77/3.57	c bounds 2125 >= 1700 @ 1.62943
2.77/3.57	c bounds 2125 >= 1701 @ 1.63006
2.77/3.57	c bounds 2125 >= 1702 @ 1.63072
2.77/3.57	c bounds 2125 >= 1703 @ 1.63136
2.77/3.57	c bounds 2125 >= 1704 @ 1.63198
2.77/3.57	c bounds 2125 >= 1705 @ 1.63263
2.77/3.58	c bounds 2125 >= 1706 @ 1.63325
2.77/3.58	c bounds 2125 >= 1707 @ 1.6339
2.77/3.58	c bounds 2125 >= 1708 @ 1.63454
2.77/3.58	c bounds 2125 >= 1709 @ 1.63517
2.77/3.58	c bounds 2125 >= 1710 @ 1.63581
2.77/3.58	c bounds 2125 >= 1711 @ 1.63644
2.77/3.59	c bounds 2125 >= 1712 @ 1.64312
2.87/3.60	c bounds 2124 >= 1712 @ 1.64871
2.87/3.60	c bounds 2124 >= 1713 @ 1.65071
2.87/3.61	c bounds 2123 >= 1713 @ 1.65664
2.87/3.61	c bounds 2123 >= 1714 @ 1.65899
2.87/3.63	c bounds 2122 >= 1714 @ 1.67573
2.87/3.64	c bounds 2122 >= 1715 @ 1.67859
2.87/3.64	c bounds 2122 >= 1716 @ 1.6798
2.87/3.64	c bounds 2122 >= 1717 @ 1.68233
2.87/3.66	c bounds 2121 >= 1717 @ 1.69348
2.87/3.66	c bounds 2121 >= 1718 @ 1.69761
2.87/3.66	c bounds 2121 >= 1719 @ 1.69899
2.87/3.67	c bounds 2121 >= 1720 @ 1.70196
2.87/3.68	c bounds 2120 >= 1720 @ 1.7128
2.87/3.68	c bounds 2120 >= 1721 @ 1.71604
2.96/3.70	c bounds 2119 >= 1721 @ 1.72664
2.96/3.70	c bounds 2119 >= 1722 @ 1.7286
2.96/3.70	c bounds 2119 >= 1723 @ 1.73067
2.96/3.71	c bounds 2118 >= 1723 @ 1.73932
2.96/3.72	c bounds 2118 >= 1724 @ 1.74044
2.96/3.72	c bounds 2118 >= 1725 @ 1.74103
2.96/3.72	c bounds 2118 >= 1726 @ 1.74562
2.96/3.74	c bounds 2117 >= 1726 @ 1.75777
2.96/3.74	c bounds 2117 >= 1727 @ 1.7595
2.96/3.75	c bounds 2116 >= 1727 @ 1.76938
2.96/3.76	c bounds 2116 >= 1728 @ 1.77282
2.96/3.77	c bounds 2115 >= 1728 @ 1.78523
2.96/3.77	c bounds 2115 >= 1729 @ 1.78678
2.96/3.78	c bounds 2115 >= 1730 @ 1.78842
2.96/3.78	c bounds 2115 >= 1731 @ 1.79018
2.96/3.79	c bounds 2114 >= 1731 @ 1.79891
3.07/3.80	c bounds 2114 >= 1732 @ 1.80567
3.07/3.82	c bounds 2113 >= 1732 @ 1.83049
3.07/3.88	c bounds 2113 >= 1733 @ 1.883
3.07/3.89	c bounds 2112 >= 1733 @ 1.89185
3.17/3.90	c bounds 2111 >= 1733 @ 1.9059
3.17/3.91	c bounds 2110 >= 1733 @ 1.91312
3.17/3.93	c bounds 2109 >= 1733 @ 1.92634
3.17/3.95	c bounds 2108 >= 1733 @ 1.93944
3.17/3.97	c bounds 2107 >= 1733 @ 1.95619
3.27/4.00	c bounds 2106 >= 1733 @ 1.98626
3.27/4.05	c bounds 2105 >= 1733 @ 2.02499
3.27/4.08	c bounds 2104 >= 1733 @ 2.05629
3.38/4.13	c bounds 2104 >= 1734 @ 2.1009
3.38/4.16	c bounds 2103 >= 1734 @ 2.12736
3.38/4.19	c bounds 2102 >= 1734 @ 2.14775
3.46/4.21	c bounds 2101 >= 1734 @ 2.16752
3.46/4.23	c bounds 2100 >= 1734 @ 2.18731
3.46/4.25	c bounds 2099 >= 1734 @ 2.21102
3.46/4.28	c bounds 2098 >= 1734 @ 2.23373
3.57/4.33	c bounds 2098 >= 1735 @ 2.2821
3.57/4.35	c bounds 2097 >= 1735 @ 2.30512
3.57/4.37	c #Conflicts:       1000 | #Constraints:      25876
3.57/4.37	c bounds 2096 >= 1735 @ 2.3246
3.57/4.39	c bounds 2095 >= 1735 @ 2.34259
3.67/4.41	c bounds 2094 >= 1735 @ 2.36051
3.67/4.43	c bounds 2093 >= 1735 @ 2.37594
3.67/4.45	c bounds 2092 >= 1735 @ 2.39404
3.67/4.47	c bounds 2091 >= 1735 @ 2.41491
3.77/4.51	c bounds 2090 >= 1735 @ 2.44151
3.77/4.53	c bounds 2089 >= 1735 @ 2.46702
5.06/5.88	c #Conflicts:       2000 | #Constraints:      26884
5.06/5.88	c INPROCESSING
5.06/5.88	c GARBAGE COLLECT
5.06/5.88	c rational objective 1735
5.27/6.06	c bounds 2088 >= 1735 @ 3.97182
5.27/6.08	c bounds 2087 >= 1735 @ 3.99384
5.37/6.11	c bounds 2086 >= 1735 @ 4.01676
5.37/6.13	c bounds 2085 >= 1735 @ 4.03925
5.37/6.16	c bounds 2084 >= 1735 @ 4.06144
5.37/6.18	c bounds 2083 >= 1735 @ 4.08578
5.46/6.22	c bounds 2082 >= 1735 @ 4.11476
5.46/6.24	c bounds 2081 >= 1735 @ 4.13619
5.46/6.29	c bounds 2080 >= 1735 @ 4.18183
5.56/6.32	c bounds 2079 >= 1735 @ 4.20795
5.56/6.34	c bounds 2078 >= 1735 @ 4.22944
5.56/6.36	c bounds 2077 >= 1735 @ 4.25448
5.56/6.39	c bounds 2076 >= 1735 @ 4.27862
5.66/6.42	c bounds 2075 >= 1735 @ 4.30687
5.66/6.44	c bounds 2074 >= 1735 @ 4.33001
5.66/6.47	c bounds 2073 >= 1735 @ 4.35403
5.77/6.50	c bounds 2072 >= 1735 @ 4.37874
5.77/6.53	c bounds 2071 >= 1735 @ 4.40697
5.77/6.55	c bounds 2070 >= 1735 @ 4.42809
5.77/6.57	c bounds 2069 >= 1735 @ 4.44932
5.86/6.60	c bounds 2068 >= 1735 @ 4.46963
5.86/6.62	c bounds 2067 >= 1735 @ 4.48647
5.86/6.64	c bounds 2066 >= 1735 @ 4.50533
5.86/6.66	c bounds 2065 >= 1735 @ 4.52164
5.86/6.69	c bounds 2064 >= 1735 @ 4.54543
5.96/6.71	c bounds 2063 >= 1735 @ 4.56828
5.96/6.73	c bounds 2062 >= 1735 @ 4.58639
5.96/6.76	c bounds 2061 >= 1735 @ 4.61566
5.96/6.79	c bounds 2060 >= 1735 @ 4.63669
6.06/6.82	c bounds 2059 >= 1735 @ 4.6637
6.06/6.86	c #Conflicts:       3000 | #Constraints:      25157
6.06/6.86	c bounds 2058 >= 1735 @ 4.69682
6.06/6.88	c bounds 2057 >= 1735 @ 4.72175
6.16/6.92	c bounds 2056 >= 1735 @ 4.75335
6.16/6.94	c bounds 2055 >= 1735 @ 4.77735
6.16/6.97	c bounds 2054 >= 1735 @ 4.79733
6.16/7.00	c bounds 2053 >= 1735 @ 4.82407
6.26/7.03	c bounds 2052 >= 1735 @ 4.84602
6.26/7.07	c bounds 2051 >= 1735 @ 4.87797
6.26/7.10	c bounds 2050 >= 1735 @ 4.90793
6.37/7.13	c bounds 2049 >= 1735 @ 4.93256
6.37/7.16	c bounds 2048 >= 1735 @ 4.95906
6.46/7.22	c bounds 2047 >= 1735 @ 5.01905
6.46/7.26	c bounds 2046 >= 1735 @ 5.0592
6.56/7.32	c bounds 2045 >= 1735 @ 5.11485
6.56/7.38	c bounds 2044 >= 1735 @ 5.171
6.66/7.43	c bounds 2043 >= 1735 @ 5.21788
6.76/7.50	c bounds 2042 >= 1735 @ 5.28225
6.76/7.57	c bounds 2041 >= 1735 @ 5.34889
6.86/7.64	c bounds 2040 >= 1735 @ 5.41752
6.96/7.70	c #Conflicts:       4000 | #Constraints:      26176
6.96/7.70	c bounds 2039 >= 1735 @ 5.47508
6.96/7.76	c bounds 2038 >= 1735 @ 5.53302
7.86/8.61	c INPROCESSING
7.86/8.61	c GARBAGE COLLECT
7.86/8.61	c bounds 2037 >= 1735 @ 6.36243
7.86/8.68	c bounds 2036 >= 1735 @ 6.42411
7.96/8.74	c bounds 2035 >= 1735 @ 6.4884
8.16/8.90	c bounds 2035 >= 1736 @ 6.64136
8.16/8.97	c bounds 2034 >= 1736 @ 6.71208
8.26/9.04	c bounds 2033 >= 1736 @ 6.7763
8.26/9.10	c bounds 2032 >= 1736 @ 6.83394
8.36/9.16	c #Conflicts:       5000 | #Constraints:      25557
8.36/9.16	c bounds 2031 >= 1736 @ 6.8949
8.46/9.23	c bounds 2030 >= 1736 @ 6.9603
8.46/9.29	c bounds 2029 >= 1736 @ 7.02351
14.74/15.53	c #Conflicts:       6000 | #Constraints:      26560
14.74/15.53	c INPROCESSING
14.74/15.53	c GARBAGE COLLECT
14.74/15.53	c bounds 2028 >= 1736 @ 13.2127
14.84/15.60	c bounds 2027 >= 1736 @ 13.2834
14.84/15.66	c bounds 2026 >= 1736 @ 13.3416
14.94/15.72	c bounds 2025 >= 1736 @ 13.4048
14.94/15.79	c #Conflicts:       7000 | #Constraints:      25582
14.94/15.79	c bounds 2024 >= 1736 @ 13.4684
15.04/15.85	c bounds 2023 >= 1736 @ 13.5258
15.14/15.91	c bounds 2022 >= 1736 @ 13.5831
15.14/15.98	c bounds 2021 >= 1736 @ 13.6469
15.24/16.03	c bounds 2020 >= 1736 @ 13.7034
15.24/16.10	c bounds 2019 >= 1736 @ 13.7629
15.35/16.15	c bounds 2018 >= 1736 @ 13.8193
15.44/16.21	c bounds 2017 >= 1736 @ 13.8725
15.44/16.29	c bounds 2016 >= 1736 @ 13.9457
16.94/17.75	c #Conflicts:       8000 | #Constraints:      26591
16.94/17.75	c bounds 2015 >= 1736 @ 15.3671
17.13/17.97	c #Conflicts:       9000 | #Constraints:      27592
17.13/17.97	c INPROCESSING
17.13/17.97	c GARBAGE COLLECT
17.13/17.97	c bounds 2014 >= 1736 @ 15.5822
17.24/18.04	c bounds 2013 >= 1736 @ 15.6495
17.53/18.33	c bounds 2012 >= 1736 @ 15.9382
17.63/18.41	c bounds 2011 >= 1736 @ 16.0132
17.63/18.50	c bounds 2010 >= 1736 @ 16.0995
17.93/18.78	c #Conflicts:      10000 | #Constraints:      26332
17.93/18.78	c bounds 2009 >= 1736 @ 16.3775
18.23/19.06	c bounds 2008 >= 1736 @ 16.6472
18.43/19.29	c bounds 2007 >= 1736 @ 16.8652
18.73/19.51	c #Conflicts:      11000 | #Constraints:      27335
18.73/19.51	c bounds 2006 >= 1736 @ 17.0807
19.13/19.90	c bounds 2005 >= 1736 @ 17.4671
20.62/21.44	c #Conflicts:      12000 | #Constraints:      28337
20.62/21.44	c INPROCESSING
20.62/21.44	c GARBAGE COLLECT
20.62/21.44	c rational objective 1736
22.32/23.19	c bounds 2004 >= 1736 @ 20.6825
23.42/24.20	c bounds 2004 >= 1737 @ 21.6779
23.51/24.30	c #Conflicts:      13000 | #Constraints:      26815
23.51/24.30	c bounds 2003 >= 1737 @ 21.7782
23.51/24.38	c bounds 2002 >= 1737 @ 21.8554
23.72/24.54	c bounds 2001 >= 1737 @ 22.0136
23.81/24.61	c bounds 2000 >= 1737 @ 22.0767
24.02/24.86	c bounds 1999 >= 1737 @ 22.3207
24.72/25.58	c #Conflicts:      14000 | #Constraints:      27820
24.72/25.58	c bounds 1998 >= 1737 @ 23.0336
29.41/30.29	c #Conflicts:      15000 | #Constraints:      28821
29.41/30.29	c INPROCESSING
29.41/30.29	c GARBAGE COLLECT
29.41/30.29	c #Conflicts:      16000 | #Constraints:      27010
29.41/30.29	c #Conflicts:      17000 | #Constraints:      28010
29.41/30.29	c #Conflicts:      18000 | #Constraints:      29010
29.41/30.29	c INPROCESSING
29.41/30.29	c GARBAGE COLLECT
29.41/30.29	c bounds 1997 >= 1737 @ 27.6292
29.51/30.33	c bounds 1996 >= 1737 @ 27.662
29.51/30.39	c bounds 1995 >= 1737 @ 27.7193
29.60/30.42	c bounds 1994 >= 1737 @ 27.7456
29.60/30.45	c bounds 1993 >= 1737 @ 27.7757
29.60/30.49	c bounds 1992 >= 1737 @ 27.8136
29.71/30.56	c bounds 1991 >= 1737 @ 27.8851
29.80/30.64	c bounds 1990 >= 1737 @ 27.9598
29.80/30.69	c bounds 1989 >= 1737 @ 28.0061
30.00/30.85	c bounds 1988 >= 1737 @ 28.1592
30.10/40.81	c #Conflicts:      19000 | #Constraints:      27038
30.10/40.81	c bounds 1987 >= 1737 @ 28.2194
30.10/40.87	c bounds 1986 >= 1737 @ 28.2791
30.21/40.95	c bounds 1985 >= 1737 @ 28.3507
30.31/41.04	c bounds 1984 >= 1737 @ 28.4404
36.28/47.04	c #Conflicts:      20000 | #Constraints:      28042
36.28/47.04	c #Conflicts:      21000 | #Constraints:      29042
36.28/47.04	c INPROCESSING
36.28/47.04	c GARBAGE COLLECT
36.28/47.04	c rational objective 1737
36.49/47.20	c bounds 1983 >= 1737 @ 34.5202
36.49/47.22	c bounds 1982 >= 1737 @ 34.5393
36.49/47.25	c bounds 1981 >= 1737 @ 34.5609
36.49/47.27	c bounds 1980 >= 1737 @ 34.5831
36.59/47.30	c bounds 1979 >= 1737 @ 34.6083
36.59/47.32	c bounds 1978 >= 1737 @ 34.6291
36.59/47.34	c bounds 1977 >= 1737 @ 34.6522
36.59/47.37	c bounds 1976 >= 1737 @ 34.6782
36.68/47.42	c bounds 1975 >= 1737 @ 34.7216
36.68/47.45	c bounds 1974 >= 1737 @ 34.7487
36.68/47.48	c bounds 1973 >= 1737 @ 34.7728
36.78/47.50	c bounds 1972 >= 1737 @ 34.797
36.78/47.53	c #Conflicts:      22000 | #Constraints:      26855
36.78/47.53	c bounds 1971 >= 1737 @ 34.8206
36.78/47.55	c bounds 1970 >= 1737 @ 34.8392
36.98/47.71	c bounds 1969 >= 1737 @ 34.9924
37.39/48.18	c bounds 1968 >= 1737 @ 35.4658
38.18/48.95	c #Conflicts:      23000 | #Constraints:      27859
38.18/48.95	c bounds 1967 >= 1737 @ 36.2236
39.57/50.36	c #Conflicts:      24000 | #Constraints:      28860
39.57/50.36	c bounds 1966 >= 1737 @ 37.5926
42.17/52.96	c #Conflicts:      25000 | #Constraints:      29861
42.17/52.96	c INPROCESSING
42.17/52.96	c GARBAGE COLLECT
42.17/52.96	c #Conflicts:      26000 | #Constraints:      27440
42.17/52.96	c #Conflicts:      27000 | #Constraints:      28440
42.17/52.96	c bounds 1965 >= 1737 @ 40.1251
45.86/56.65	c #Conflicts:      28000 | #Constraints:      29450
45.86/56.65	c #Conflicts:      29000 | #Constraints:      30450
45.86/56.65	c INPROCESSING
45.86/56.65	c GARBAGE COLLECT
45.86/56.65	c bounds 1964 >= 1737 @ 43.7799
45.86/56.66	c bounds 1963 >= 1737 @ 43.793
45.96/56.70	c bounds 1962 >= 1737 @ 43.8245
46.16/56.99	c bounds 1961 >= 1737 @ 44.1145
46.26/57.09	c bounds 1960 >= 1737 @ 44.206
46.46/57.22	c bounds 1959 >= 1737 @ 44.3328
46.66/57.49	c bounds 1958 >= 1737 @ 44.5938
47.06/57.82	c #Conflicts:      30000 | #Constraints:      27862
47.06/57.82	c bounds 1957 >= 1737 @ 44.9142
47.56/58.38	c bounds 1956 >= 1737 @ 45.4625
48.15/58.96	c #Conflicts:      31000 | #Constraints:      28865
48.15/58.96	c bounds 1955 >= 1737 @ 46.0267
53.54/64.31	c #Conflicts:      32000 | #Constraints:      29870
53.54/64.31	c #Conflicts:      33000 | #Constraints:      30870
53.54/64.31	c INPROCESSING
53.54/64.31	c GARBAGE COLLECT
53.54/64.31	c rational objective 1737
53.93/64.77	c bounds 1954 >= 1737 @ 51.7838
54.24/65.02	c bounds 1953 >= 1737 @ 52.0302
54.44/65.23	c bounds 1952 >= 1737 @ 52.2352
57.83/68.64	c #Conflicts:      34000 | #Constraints:      28075
57.83/68.64	c #Conflicts:      35000 | #Constraints:      29075
57.83/68.64	c #Conflicts:      36000 | #Constraints:      30075
57.83/68.64	c bounds 1951 >= 1737 @ 55.5582
60.12/71.00	c #Conflicts:      37000 | #Constraints:      31076
60.12/71.00	c INPROCESSING
60.12/71.00	c GARBAGE COLLECT
60.12/71.00	c rational objective 1737
61.06/71.92	c #Conflicts:      38000 | #Constraints:      28085
61.06/71.92	c bounds 1950 >= 1737 @ 58.7136
62.44/73.36	c #Conflicts:      39000 | #Constraints:      29086
62.44/73.36	c bounds 1949 >= 1737 @ 60.1369
70.13/81.07	c #Conflicts:      40000 | #Constraints:      30087
70.13/81.07	c #Conflicts:      41000 | #Constraints:      31087
70.13/81.07	c INPROCESSING
70.13/81.07	c GARBAGE COLLECT
70.13/81.07	c rational objective 1737
71.83/82.72	c bounds 1948 >= 1737 @ 69.4094
76.51/87.48	c #Conflicts:      42000 | #Constraints:      27891
76.51/87.48	c #Conflicts:      43000 | #Constraints:      28891
76.51/87.48	c #Conflicts:      44000 | #Constraints:      29891
76.51/87.48	c #Conflicts:      45000 | #Constraints:      30891
76.51/87.48	c bounds 1947 >= 1737 @ 74.1067
81.40/92.38	c #Conflicts:      46000 | #Constraints:      31893
81.40/92.38	c INPROCESSING
81.40/92.38	c GARBAGE COLLECT
81.40/92.38	c rational objective 1737
82.60/93.52	c #Conflicts:      47000 | #Constraints:      28501
82.60/93.52	c bounds 1946 >= 1737 @ 80.0515
84.79/95.78	c #Conflicts:      48000 | #Constraints:      29502
84.79/95.78	c #Conflicts:      49000 | #Constraints:      30502
84.79/95.78	c bounds 1945 >= 1737 @ 82.2634
91.28/102.26	c #Conflicts:      50000 | #Constraints:      31503
91.28/102.26	c bounds 1945 >= 1738 @ 88.6972
91.48/102.42	c bounds 1944 >= 1738 @ 88.8508
91.64/102.64	c bounds 1943 >= 1738 @ 88.9944
91.89/102.92	c bounds 1942 >= 1738 @ 89.2544
92.18/103.23	c #Conflicts:      51000 | #Constraints:      32533
92.18/103.23	c INPROCESSING
92.18/103.23	c GARBAGE COLLECT
92.18/103.23	c bounds 1941 >= 1738 @ 89.5553
99.37/110.42	c #Conflicts:      52000 | #Constraints:      28845
99.37/110.42	c #Conflicts:      53000 | #Constraints:      29845
99.37/110.42	c #Conflicts:      54000 | #Constraints:      30845
99.37/110.42	c #Conflicts:      55000 | #Constraints:      31845
99.37/110.42	c #Conflicts:      56000 | #Constraints:      32845
99.37/110.42	c INPROCESSING
99.37/110.42	c GARBAGE COLLECT
99.37/110.42	c rational objective 1738
102.86/113.91	c #Conflicts:      57000 | #Constraints:      29065
102.86/113.91	c #Conflicts:      58000 | #Constraints:      30065
102.86/113.91	c #Conflicts:      59000 | #Constraints:      31065
102.86/113.91	c #Conflicts:      60000 | #Constraints:      32065
102.86/113.91	c #Conflicts:      61000 | #Constraints:      33065
102.86/113.91	c INPROCESSING
102.86/113.91	c GARBAGE COLLECT
102.86/113.91	c rational objective 1738
106.65/117.74	c #Conflicts:      62000 | #Constraints:      29076
106.65/117.74	c #Conflicts:      63000 | #Constraints:      30076
106.65/117.74	c #Conflicts:      64000 | #Constraints:      31076
106.65/117.74	c #Conflicts:      65000 | #Constraints:      32076
106.65/117.74	c #Conflicts:      66000 | #Constraints:      33076
106.65/117.74	c INPROCESSING
106.65/117.74	c GARBAGE COLLECT
106.65/117.74	c rational objective 1738
111.44/122.50	c #Conflicts:      67000 | #Constraints:      28882
111.44/122.50	c #Conflicts:      68000 | #Constraints:      29882
111.44/122.50	c #Conflicts:      69000 | #Constraints:      30882
111.44/122.50	c #Conflicts:      70000 | #Constraints:      31882
111.44/122.50	c #Conflicts:      71000 | #Constraints:      32882
111.44/122.50	c #Conflicts:      72000 | #Constraints:      33882
111.44/122.50	c INPROCESSING
111.44/122.50	c GARBAGE COLLECT
111.44/122.50	c rational objective 1738
111.63/122.75	c bounds 1940 >= 1738 @ 108.714
112.43/123.52	c #Conflicts:      73000 | #Constraints:      29501
112.43/123.52	c bounds 1939 >= 1738 @ 109.481
112.73/123.86	c bounds 1938 >= 1738 @ 109.809
114.42/125.58	c #Conflicts:      74000 | #Constraints:      30503
114.42/125.58	c #Conflicts:      75000 | #Constraints:      31503
114.42/125.58	c bounds 1937 >= 1738 @ 111.482
125.99/137.28	c #Conflicts:      76000 | #Constraints:      32504
125.99/137.28	c #Conflicts:      77000 | #Constraints:      33504
125.99/137.28	c #Conflicts:      78000 | #Constraints:      34504
125.99/137.28	c INPROCESSING
125.99/137.28	c GARBAGE COLLECT
125.99/137.28	c rational objective 1738
126.19/137.49	c bounds 1936 >= 1738 @ 123.207
126.49/137.79	c bounds 1935 >= 1738 @ 123.504
126.89/138.16	c bounds 1934 >= 1738 @ 123.859
127.09/138.38	c #Conflicts:      79000 | #Constraints:      29904
127.09/138.38	c bounds 1933 >= 1738 @ 124.07
128.19/139.40	c #Conflicts:      80000 | #Constraints:      30905
128.19/139.40	c bounds 1932 >= 1738 @ 125.074
128.49/139.75	c bounds 1931 >= 1738 @ 125.417
128.68/139.92	c bounds 1930 >= 1738 @ 125.58
128.89/140.14	c bounds 1929 >= 1738 @ 125.793
129.18/140.44	c #Conflicts:      81000 | #Constraints:      31925
129.18/140.44	c bounds 1928 >= 1738 @ 126.08
129.78/141.07	c bounds 1927 >= 1738 @ 126.698
130.18/141.42	c #Conflicts:      82000 | #Constraints:      32946
130.18/141.42	c bounds 1926 >= 1738 @ 127.04
130.58/141.82	c bounds 1925 >= 1738 @ 127.432
131.38/142.63	c #Conflicts:      83000 | #Constraints:      33955
131.38/142.63	c bounds 1924 >= 1738 @ 128.233
132.97/144.26	c #Conflicts:      84000 | #Constraints:      34958
132.97/144.26	c INPROCESSING
132.97/144.26	c GARBAGE COLLECT
132.97/144.26	c rational objective 1738
134.27/145.54	c bounds 1923 >= 1738 @ 131.084
141.25/152.52	c #Conflicts:      85000 | #Constraints:      30106
141.25/152.52	c #Conflicts:      86000 | #Constraints:      31106
141.25/152.52	c #Conflicts:      87000 | #Constraints:      32106
141.25/152.52	c #Conflicts:      88000 | #Constraints:      33106
141.25/152.52	c #Conflicts:      89000 | #Constraints:      34106
141.25/152.52	c #Conflicts:      90000 | #Constraints:      35106
141.25/152.52	c INPROCESSING
141.25/152.52	c GARBAGE COLLECT
141.25/152.52	c rational objective 1738
148.63/159.94	c #Conflicts:      91000 | #Constraints:      30088
148.63/159.94	c #Conflicts:      92000 | #Constraints:      31088
148.63/159.94	c #Conflicts:      93000 | #Constraints:      32088
148.63/159.94	c #Conflicts:      94000 | #Constraints:      33088
148.63/159.94	c #Conflicts:      95000 | #Constraints:      34088
148.63/159.94	c #Conflicts:      96000 | #Constraints:      35088
148.63/159.94	c INPROCESSING
148.63/159.94	c GARBAGE COLLECT
148.63/159.94	c rational objective 1738
149.13/160.49	c bounds 1922 >= 1738 @ 145.821
156.19/167.69	c #Conflicts:      97000 | #Constraints:      29939
156.19/167.69	c #Conflicts:      98000 | #Constraints:      30939
156.19/167.69	c #Conflicts:      99000 | #Constraints:      31939
156.19/167.69	c #Conflicts:     100000 | #Constraints:      32939
156.19/167.69	c #Conflicts:     101000 | #Constraints:      33939
156.19/167.69	c #Conflicts:     102000 | #Constraints:      34939
156.19/167.69	c bounds 1921 >= 1738 @ 152.772
159.27/170.79	c #Conflicts:     103000 | #Constraints:      35941
159.27/170.79	c INPROCESSING
159.27/170.79	c GARBAGE COLLECT
159.27/170.79	c rational objective 1738
167.25/178.75	c #Conflicts:     104000 | #Constraints:      30548
167.25/178.75	c #Conflicts:     105000 | #Constraints:      31548
167.25/178.75	c #Conflicts:     106000 | #Constraints:      32548
167.25/178.75	c #Conflicts:     107000 | #Constraints:      33548
167.25/178.75	c #Conflicts:     108000 | #Constraints:      34548
167.25/178.75	c #Conflicts:     109000 | #Constraints:      35548
167.25/178.75	c #Conflicts:     110000 | #Constraints:      36548
167.25/178.75	c INPROCESSING
167.25/178.75	c GARBAGE COLLECT
167.25/178.75	c rational objective 1738
172.81/184.30	c #Conflicts:     111000 | #Constraints:      30958
172.81/184.30	c #Conflicts:     112000 | #Constraints:      31958
172.81/184.30	c #Conflicts:     113000 | #Constraints:      32958
172.81/184.30	c #Conflicts:     114000 | #Constraints:      33958
172.81/184.30	c #Conflicts:     115000 | #Constraints:      34958
172.81/184.30	c bounds 1921 >= 1739 @ 169.08
172.92/184.44	c #Conflicts:     116000 | #Constraints:      35997
172.92/184.44	c bounds 1920 >= 1739 @ 169.22
173.02/184.55	c bounds 1919 >= 1739 @ 169.32
173.02/184.59	c bounds 1918 >= 1739 @ 169.358
174.91/186.43	c #Conflicts:     117000 | #Constraints:      37009
174.91/186.43	c INPROCESSING
174.91/186.43	c GARBAGE COLLECT
174.91/186.43	c rational objective 1739
175.22/186.79	c bounds 1917 >= 1739 @ 171.507
175.31/186.88	c bounds 1916 >= 1739 @ 171.59
175.52/187.06	c bounds 1915 >= 1739 @ 171.771
182.79/194.30	c #Conflicts:     118000 | #Constraints:      31141
182.79/194.30	c #Conflicts:     119000 | #Constraints:      32141
182.79/194.30	c #Conflicts:     120000 | #Constraints:      33141
182.79/194.30	c #Conflicts:     121000 | #Constraints:      34141
182.79/194.30	c #Conflicts:     122000 | #Constraints:      35141
182.79/194.30	c #Conflicts:     123000 | #Constraints:      36141
182.79/194.30	c #Conflicts:     124000 | #Constraints:      37141
182.79/194.30	c INPROCESSING
182.79/194.30	c GARBAGE COLLECT
182.79/194.30	c rational objective 1739
183.09/194.62	c bounds 1914 >= 1739 @ 179.22
183.48/207.65	c bounds 1913 >= 1739 @ 179.623
184.59/208.72	c #Conflicts:     125000 | #Constraints:      31181
184.59/208.72	c bounds 1912 >= 1739 @ 180.669
185.39/209.54	c #Conflicts:     126000 | #Constraints:      32205
185.39/209.54	c bounds 1911 >= 1739 @ 181.476
185.78/209.98	c bounds 1910 >= 1739 @ 181.913
186.18/210.30	c bounds 1909 >= 1739 @ 182.228
186.28/210.43	c #Conflicts:     127000 | #Constraints:      33232
186.28/210.43	c bounds 1908 >= 1739 @ 182.356
186.37/210.57	c bounds 1907 >= 1739 @ 182.486
186.48/210.66	c bounds 1906 >= 1739 @ 182.577
186.59/210.76	c bounds 1905 >= 1739 @ 182.671
186.68/210.86	c bounds 1904 >= 1739 @ 182.768
186.77/211.00	c bounds 1903 >= 1739 @ 182.907
187.17/211.34	c bounds 1902 >= 1739 @ 183.241
187.88/212.06	c #Conflicts:     128000 | #Constraints:      34254
187.88/212.06	c bounds 1901 >= 1739 @ 183.945
188.17/212.34	c bounds 1900 >= 1739 @ 184.214
188.67/212.88	c #Conflicts:     129000 | #Constraints:      35266
188.67/212.88	c bounds 1899 >= 1739 @ 184.747
190.97/215.11	c #Conflicts:     130000 | #Constraints:      36276
190.97/215.11	c bounds 1898 >= 1739 @ 186.942
192.36/216.57	c #Conflicts:     131000 | #Constraints:      37315
192.36/216.57	c INPROCESSING
192.36/216.57	c GARBAGE COLLECT
192.36/216.57	c rational objective 1739
194.36/218.59	c bounds 1897 >= 1739 @ 190.384
200.74/224.99	c #Conflicts:     132000 | #Constraints:      31034
200.74/224.99	c #Conflicts:     133000 | #Constraints:      32034
200.74/224.99	c #Conflicts:     134000 | #Constraints:      33034
200.74/224.99	c #Conflicts:     135000 | #Constraints:      34034
200.74/224.99	c #Conflicts:     136000 | #Constraints:      35034
200.74/224.99	c #Conflicts:     137000 | #Constraints:      36034
200.74/224.99	c bounds 1896 >= 1739 @ 196.661
210.83/235.03	c #Conflicts:     138000 | #Constraints:      37035
210.83/235.03	c #Conflicts:     139000 | #Constraints:      38035
210.83/235.03	c INPROCESSING
210.83/235.03	c GARBAGE COLLECT
210.83/235.03	c rational objective 1739
212.02/236.26	c bounds 1895 >= 1739 @ 207.833
214.82/239.01	c #Conflicts:     140000 | #Constraints:      31603
214.82/239.01	c #Conflicts:     141000 | #Constraints:      32603
214.82/239.01	c bounds 1894 >= 1739 @ 210.546
219.50/243.71	c #Conflicts:     142000 | #Constraints:      33604
219.50/243.71	c #Conflicts:     143000 | #Constraints:      34604
219.50/243.71	c #Conflicts:     144000 | #Constraints:      35604
219.50/243.71	c #Conflicts:     145000 | #Constraints:      36604
219.50/243.71	c bounds 1893 >= 1739 @ 215.181
228.67/252.95	c #Conflicts:     146000 | #Constraints:      37605
228.67/252.95	c #Conflicts:     147000 | #Constraints:      38605
228.67/252.95	c INPROCESSING
228.67/252.95	c GARBAGE COLLECT
228.67/252.95	c rational objective 1739
237.14/261.48	c #Conflicts:     148000 | #Constraints:      31986
237.14/261.48	c #Conflicts:     149000 | #Constraints:      32986
237.14/261.48	c #Conflicts:     150000 | #Constraints:      33986
237.14/261.48	c #Conflicts:     151000 | #Constraints:      34986
237.14/261.48	c #Conflicts:     152000 | #Constraints:      35986
237.14/261.48	c bounds 1892 >= 1739 @ 232.697
248.62/272.93	c #Conflicts:     153000 | #Constraints:      36987
248.62/272.93	c #Conflicts:     154000 | #Constraints:      37987
248.62/272.93	c #Conflicts:     155000 | #Constraints:      38987
248.62/272.93	c INPROCESSING
248.62/272.93	c GARBAGE COLLECT
248.62/272.93	c rational objective 1739
252.21/276.51	c #Conflicts:     156000 | #Constraints:      32183
252.21/276.51	c #Conflicts:     157000 | #Constraints:      33183
252.21/276.51	c bounds 1891 >= 1739 @ 247.587
266.47/290.84	c #Conflicts:     158000 | #Constraints:      34184
266.47/290.84	c #Conflicts:     159000 | #Constraints:      35184
266.47/290.84	c #Conflicts:     160000 | #Constraints:      36184
266.47/290.84	c #Conflicts:     161000 | #Constraints:      37184
266.47/290.84	c #Conflicts:     162000 | #Constraints:      38184
266.47/290.84	c #Conflicts:     163000 | #Constraints:      39184
266.47/290.84	c INPROCESSING
266.47/290.84	c GARBAGE COLLECT
266.47/290.84	c rational objective 1739
267.17/291.55	c bounds 1890 >= 1739 @ 262.51
270.02/294.44	c #Conflicts:     164000 | #Constraints:      32190
270.02/294.44	c #Conflicts:     165000 | #Constraints:      33190
270.02/294.44	c #Conflicts:     166000 | #Constraints:      34191
270.02/294.44	c bounds 1889 >= 1739 @ 265.316
275.01/299.47	c #Conflicts:     167000 | #Constraints:      35210
275.01/299.47	c #Conflicts:     168000 | #Constraints:      36210
275.01/299.47	c #Conflicts:     169000 | #Constraints:      37210
275.01/299.47	c bounds 1888 >= 1739 @ 270.267
278.70/303.13	c #Conflicts:     170000 | #Constraints:      38211
278.70/303.13	c #Conflicts:     171000 | #Constraints:      39211
278.70/303.13	c INPROCESSING
278.70/303.13	c GARBAGE COLLECT
278.70/303.13	c rational objective 1739
283.99/308.47	c #Conflicts:     172000 | #Constraints:      31958
283.99/308.47	c #Conflicts:     173000 | #Constraints:      32958
283.99/308.47	c #Conflicts:     174000 | #Constraints:      33958
283.99/308.47	c #Conflicts:     175000 | #Constraints:      34960
283.99/308.47	c bounds 1887 >= 1739 @ 279.061
294.56/319.06	c #Conflicts:     176000 | #Constraints:      35964
294.56/319.06	c #Conflicts:     177000 | #Constraints:      36964
294.56/319.06	c #Conflicts:     178000 | #Constraints:      37964
294.56/319.06	c #Conflicts:     179000 | #Constraints:      38964
294.56/319.06	c #Conflicts:     180000 | #Constraints:      39964
294.56/319.06	c INPROCESSING
294.56/319.06	c GARBAGE COLLECT
294.56/319.06	c rational objective 1739
297.26/321.73	c #Conflicts:     181000 | #Constraints:      32602
297.26/321.73	c bounds 1886 >= 1739 @ 292.182
297.55/322.07	c bounds 1885 >= 1739 @ 292.514
298.15/322.65	c bounds 1884 >= 1739 @ 293.071
299.05/323.56	c #Conflicts:     182000 | #Constraints:      33637
299.05/323.56	c bounds 1883 >= 1739 @ 293.96
309.25/336.01	c #Conflicts:     183000 | #Constraints:      34638
309.25/336.01	c #Conflicts:     184000 | #Constraints:      35638
309.25/336.01	c #Conflicts:     185000 | #Constraints:      36638
309.25/336.01	c #Conflicts:     186000 | #Constraints:      37638
309.25/336.01	c #Conflicts:     187000 | #Constraints:      38638
309.25/336.01	c #Conflicts:     188000 | #Constraints:      39638
309.25/336.01	c bounds 1882 >= 1739 @ 303.929
312.04/338.83	c #Conflicts:     189000 | #Constraints:      40644
312.04/338.83	c INPROCESSING
312.04/338.83	c GARBAGE COLLECT
312.04/338.83	c rational objective 1739
319.32/346.12	c #Conflicts:     190000 | #Constraints:      33026
319.32/346.12	c #Conflicts:     191000 | #Constraints:      34026
319.32/346.12	c #Conflicts:     192000 | #Constraints:      35026
319.32/346.12	c #Conflicts:     193000 | #Constraints:      36026
319.32/346.12	c #Conflicts:     194000 | #Constraints:      37026
319.32/346.12	c #Conflicts:     195000 | #Constraints:      38026
319.32/346.12	c #Conflicts:     196000 | #Constraints:      39026
319.32/346.12	c #Conflicts:     197000 | #Constraints:      40026
319.32/346.12	c #Conflicts:     198000 | #Constraints:      41026
319.32/346.12	c INPROCESSING
319.32/346.12	c GARBAGE COLLECT
319.32/346.12	c rational objective 1739
328.20/355.04	c #Conflicts:     199000 | #Constraints:      33220
328.20/355.04	c #Conflicts:     200000 | #Constraints:      34220
328.20/355.04	c #Conflicts:     201000 | #Constraints:      35220
328.20/355.04	c #Conflicts:     202000 | #Constraints:      36220
328.20/355.04	c #Conflicts:     203000 | #Constraints:      37220
328.20/355.04	c #Conflicts:     204000 | #Constraints:      38220
328.20/355.04	c #Conflicts:     205000 | #Constraints:      39220
328.20/355.04	c #Conflicts:     206000 | #Constraints:      40220
328.20/355.04	c #Conflicts:     207000 | #Constraints:      41220
328.20/355.04	c INPROCESSING
328.20/355.04	c GARBAGE COLLECT
328.20/355.04	c rational objective 1739
328.49/355.30	c bounds 1881 >= 1739 @ 322.944
329.09/355.92	c bounds 1880 >= 1739 @ 323.556
331.98/358.86	c #Conflicts:     208000 | #Constraints:      33215
331.98/358.86	c #Conflicts:     209000 | #Constraints:      34215
331.98/358.86	c #Conflicts:     210000 | #Constraints:      35215
331.98/358.86	c bounds 1879 >= 1739 @ 326.447
357.72/384.67	c #Conflicts:     211000 | #Constraints:      36216
357.72/384.67	c #Conflicts:     212000 | #Constraints:      37216
357.72/384.67	c #Conflicts:     213000 | #Constraints:      38216
357.72/384.67	c #Conflicts:     214000 | #Constraints:      39216
357.72/384.67	c #Conflicts:     215000 | #Constraints:      40216
357.72/384.67	c #Conflicts:     216000 | #Constraints:      41216
357.72/384.67	c INPROCESSING
357.72/384.67	c GARBAGE COLLECT
357.72/384.67	c rational objective 1739
361.01/387.96	c #Conflicts:     217000 | #Constraints:      33013
361.01/387.96	c #Conflicts:     218000 | #Constraints:      34013
361.01/387.96	c bounds 1878 >= 1739 @ 355.326
371.78/398.75	c #Conflicts:     219000 | #Constraints:      35014
371.78/398.75	c #Conflicts:     220000 | #Constraints:      36014
371.78/398.75	c #Conflicts:     221000 | #Constraints:      37014
371.78/398.75	c #Conflicts:     222000 | #Constraints:      38014
371.78/398.75	c #Conflicts:     223000 | #Constraints:      39014
371.78/398.75	c #Conflicts:     224000 | #Constraints:      40014
371.78/398.75	c #Conflicts:     225000 | #Constraints:      41014
371.78/398.75	c bounds 1877 >= 1739 @ 365.952
373.38/400.31	c #Conflicts:     226000 | #Constraints:      42026
373.38/400.31	c INPROCESSING
373.38/400.31	c GARBAGE COLLECT
373.38/400.31	c rational objective 1739
374.38/401.37	c bounds 1876 >= 1739 @ 368.511
374.78/401.79	c #Conflicts:     227000 | #Constraints:      33557
374.78/401.79	c bounds 1875 >= 1739 @ 368.925
375.97/402.95	c #Conflicts:     228000 | #Constraints:      34572
375.97/402.95	c bounds 1874 >= 1739 @ 370.064
377.08/404.05	c #Conflicts:     229000 | #Constraints:      35597
377.08/404.05	c bounds 1873 >= 1739 @ 371.147
377.85/411.99	c bounds 1872 >= 1739 @ 371.94
379.04/413.15	c #Conflicts:     230000 | #Constraints:      36618
379.04/413.15	c bounds 1871 >= 1739 @ 373.08
389.69/423.89	c #Conflicts:     231000 | #Constraints:      37635
389.69/423.89	c #Conflicts:     232000 | #Constraints:      38635
389.69/423.89	c #Conflicts:     233000 | #Constraints:      39635
389.69/423.89	c #Conflicts:     234000 | #Constraints:      40635
389.69/423.89	c #Conflicts:     235000 | #Constraints:      41635
389.69/423.89	c #Conflicts:     236000 | #Constraints:      42635
389.69/423.89	c INPROCESSING
389.69/423.89	c GARBAGE COLLECT
389.69/423.89	c rational objective 1739
404.06/438.20	c #Conflicts:     237000 | #Constraints:      33959
404.06/438.20	c #Conflicts:     238000 | #Constraints:      34959
404.06/438.20	c #Conflicts:     239000 | #Constraints:      35959
404.06/438.20	c #Conflicts:     240000 | #Constraints:      36959
404.06/438.20	c #Conflicts:     241000 | #Constraints:      37959
404.06/438.20	c #Conflicts:     242000 | #Constraints:      38959
404.06/438.20	c #Conflicts:     243000 | #Constraints:      39959
404.06/438.20	c #Conflicts:     244000 | #Constraints:      40959
404.06/438.20	c #Conflicts:     245000 | #Constraints:      41959
404.06/438.20	c #Conflicts:     246000 | #Constraints:      42959
404.06/438.20	c INPROCESSING
404.06/438.20	c GARBAGE COLLECT
404.06/438.20	c rational objective 1739
419.01/453.26	c #Conflicts:     247000 | #Constraints:      34181
419.01/453.26	c #Conflicts:     248000 | #Constraints:      35181
419.01/453.26	c #Conflicts:     249000 | #Constraints:      36181
419.01/453.26	c #Conflicts:     250000 | #Constraints:      37181
419.01/453.26	c #Conflicts:     251000 | #Constraints:      38181
419.01/453.26	c #Conflicts:     252000 | #Constraints:      39181
419.01/453.26	c #Conflicts:     253000 | #Constraints:      40181
419.01/453.26	c #Conflicts:     254000 | #Constraints:      41181
419.01/453.26	c #Conflicts:     255000 | #Constraints:      42181
419.01/453.26	c #Conflicts:     256000 | #Constraints:      43181
419.01/453.26	c INPROCESSING
419.01/453.26	c GARBAGE COLLECT
419.01/453.26	c rational objective 1739
420.71/454.94	c #Conflicts:     257000 | #Constraints:      34208
420.71/454.94	c bounds 1870 >= 1739 @ 414.285
422.30/456.54	c #Conflicts:     258000 | #Constraints:      35209
422.30/456.54	c #Conflicts:     259000 | #Constraints:      36209
422.30/456.54	c bounds 1869 >= 1739 @ 415.857
442.66/477.06	c #Conflicts:     260000 | #Constraints:      37210
442.66/477.06	c #Conflicts:     261000 | #Constraints:      38210
442.66/477.06	c #Conflicts:     262000 | #Constraints:      39210
442.66/477.06	c #Conflicts:     263000 | #Constraints:      40210
442.66/477.06	c #Conflicts:     264000 | #Constraints:      41210
442.66/477.06	c #Conflicts:     265000 | #Constraints:      42210
442.66/477.06	c #Conflicts:     266000 | #Constraints:      43210
442.66/477.06	c INPROCESSING
442.66/477.06	c GARBAGE COLLECT
442.66/477.06	c rational objective 1739
442.85/477.27	c bounds 1868 >= 1739 @ 436.326
444.55/478.95	c #Conflicts:     267000 | #Constraints:      34007
444.55/478.95	c #Conflicts:     268000 | #Constraints:      35007
444.55/478.95	c bounds 1867 >= 1739 @ 437.986
446.75/481.15	c #Conflicts:     269000 | #Constraints:      36008
446.75/481.15	c bounds 1866 >= 1739 @ 440.138
447.44/481.89	c #Conflicts:     270000 | #Constraints:      37009
447.44/481.89	c bounds 1865 >= 1739 @ 440.872
448.24/482.63	c #Conflicts:     271000 | #Constraints:      38040
448.24/482.63	c bounds 1864 >= 1739 @ 441.592
449.44/483.87	c #Conflicts:     272000 | #Constraints:      39063
449.44/483.87	c bounds 1863 >= 1739 @ 442.808
450.54/484.94	c bounds 1862 >= 1739 @ 443.859
451.43/485.81	c #Conflicts:     273000 | #Constraints:      40078
451.43/485.81	c bounds 1861 >= 1739 @ 444.71
452.63/487.05	c #Conflicts:     274000 | #Constraints:      41092
452.63/487.05	c bounds 1860 >= 1739 @ 445.933
453.22/487.63	c bounds 1859 >= 1739 @ 446.497
454.42/488.84	c #Conflicts:     275000 | #Constraints:      42107
454.42/488.84	c bounds 1858 >= 1739 @ 447.684
455.91/490.37	c #Conflicts:     276000 | #Constraints:      43115
455.91/490.37	c bounds 1857 >= 1739 @ 449.189
457.72/492.15	c #Conflicts:     277000 | #Constraints:      44133
457.72/492.15	c INPROCESSING
457.72/492.15	c GARBAGE COLLECT
457.72/492.15	c rational objective 1739
461.31/495.74	c #Conflicts:     278000 | #Constraints:      34616
461.31/495.74	c #Conflicts:     279000 | #Constraints:      35617
461.31/495.74	c bounds 1856 >= 1739 @ 454.461
463.20/497.62	c #Conflicts:     280000 | #Constraints:      36644
463.20/497.62	c bounds 1855 >= 1739 @ 456.304
464.89/499.34	c #Conflicts:     281000 | #Constraints:      37673
464.89/499.34	c bounds 1854 >= 1739 @ 457.993
466.98/501.40	c #Conflicts:     282000 | #Constraints:      38689
466.98/501.40	c #Conflicts:     283000 | #Constraints:      39704
466.98/501.40	c bounds 1853 >= 1739 @ 460.007
470.17/504.66	c #Conflicts:     284000 | #Constraints:      40732
470.17/504.66	c #Conflicts:     285000 | #Constraints:      41771
470.17/504.66	c bounds 1852 >= 1739 @ 463.228
471.87/506.33	c #Conflicts:     286000 | #Constraints:      42800
471.87/506.33	c bounds 1851 >= 1739 @ 464.869
490.91/525.44	c #Conflicts:     287000 | #Constraints:      43815
490.91/525.44	c #Conflicts:     288000 | #Constraints:      44815
490.91/525.44	c INPROCESSING
490.91/525.44	c GARBAGE COLLECT
490.91/525.44	c rational objective 1739
498.07/533.08	c #Conflicts:     289000 | #Constraints:      35150
498.07/533.08	c #Conflicts:     290000 | #Constraints:      36150
498.07/533.08	c #Conflicts:     291000 | #Constraints:      37150
498.07/533.08	c #Conflicts:     292000 | #Constraints:      38150
498.07/533.08	c #Conflicts:     293000 | #Constraints:      39151
498.07/533.08	c bounds 1850 >= 1739 @ 490.93
506.94/541.96	c #Conflicts:     294000 | #Constraints:      40176
506.94/541.96	c #Conflicts:     295000 | #Constraints:      41176
506.94/541.96	c #Conflicts:     296000 | #Constraints:      42176
506.94/541.96	c #Conflicts:     297000 | #Constraints:      43176
506.94/541.96	c #Conflicts:     298000 | #Constraints:      44176
506.94/541.96	c #Conflicts:     299000 | #Constraints:      45176
506.94/541.96	c INPROCESSING
506.94/541.96	c GARBAGE COLLECT
506.94/541.96	c rational objective 1739
520.31/555.30	c #Conflicts:     300000 | #Constraints:      35236
520.31/555.30	c #Conflicts:     301000 | #Constraints:      36236
520.31/555.30	c #Conflicts:     302000 | #Constraints:      37236
520.31/555.30	c #Conflicts:     303000 | #Constraints:      38236
520.31/555.30	c #Conflicts:     304000 | #Constraints:      39236
520.31/555.30	c #Conflicts:     305000 | #Constraints:      40236
520.31/555.30	c #Conflicts:     306000 | #Constraints:      41236
520.31/555.30	c #Conflicts:     307000 | #Constraints:      42236
520.31/555.30	c #Conflicts:     308000 | #Constraints:      43236
520.31/555.30	c #Conflicts:     309000 | #Constraints:      44236
520.31/555.30	c #Conflicts:     310000 | #Constraints:      45236
520.31/555.30	c INPROCESSING
520.31/555.30	c GARBAGE COLLECT
520.31/555.30	c rational objective 1739
531.87/567.00	c #Conflicts:     311000 | #Constraints:      35223
531.87/567.00	c #Conflicts:     312000 | #Constraints:      36223
531.87/567.00	c #Conflicts:     313000 | #Constraints:      37223
531.87/567.00	c #Conflicts:     314000 | #Constraints:      38223
531.87/567.00	c #Conflicts:     315000 | #Constraints:      39223
531.87/567.00	c #Conflicts:     316000 | #Constraints:      40223
531.87/567.00	c #Conflicts:     317000 | #Constraints:      41223
531.87/567.00	c #Conflicts:     318000 | #Constraints:      42224
531.87/567.00	c bounds 1849 >= 1739 @ 524.274
544.05/589.00	c #Conflicts:     319000 | #Constraints:      43253
544.05/589.00	c #Conflicts:     320000 | #Constraints:      44253
544.05/589.00	c #Conflicts:     321000 | #Constraints:      45253
544.05/589.00	c INPROCESSING
544.05/589.00	c GARBAGE COLLECT
544.05/589.00	c rational objective 1739
549.54/594.41	c #Conflicts:     322000 | #Constraints:      35056
549.54/594.41	c #Conflicts:     323000 | #Constraints:      36056
549.54/594.41	c #Conflicts:     324000 | #Constraints:      37056
549.54/594.41	c #Conflicts:     325000 | #Constraints:      38057
549.54/594.41	c bounds 1848 >= 1739 @ 541.743
553.92/598.85	c #Conflicts:     326000 | #Constraints:      39125
553.92/598.85	c #Conflicts:     327000 | #Constraints:      40161
553.92/598.85	c #Conflicts:     328000 | #Constraints:      41216
553.92/598.85	c bounds 1847 >= 1739 @ 546.101
559.61/604.53	c #Conflicts:     329000 | #Constraints:      42285
559.61/604.53	c #Conflicts:     330000 | #Constraints:      43316
559.61/604.53	c #Conflicts:     331000 | #Constraints:      44359
559.61/604.53	c bounds 1846 >= 1739 @ 551.674
569.10/614.09	c #Conflicts:     332000 | #Constraints:      45406
569.10/614.09	c #Conflicts:     333000 | #Constraints:      46406
569.10/614.09	c INPROCESSING
569.10/614.09	c GARBAGE COLLECT
569.10/614.09	c rational objective 1739
571.38/616.33	c bounds 1845 >= 1739 @ 563.353
571.48/616.41	c bounds 1844 >= 1739 @ 563.423
576.57/621.52	c #Conflicts:     334000 | #Constraints:      35840
576.57/621.52	c #Conflicts:     335000 | #Constraints:      36840
576.57/621.52	c #Conflicts:     336000 | #Constraints:      37840
576.57/621.52	c #Conflicts:     337000 | #Constraints:      38842
576.57/621.52	c #Conflicts:     338000 | #Constraints:      39881
576.57/621.52	c bounds 1843 >= 1739 @ 568.447
579.76/624.71	c #Conflicts:     339000 | #Constraints:      40911
579.76/624.71	c bounds 1842 >= 1739 @ 571.578
583.75/628.79	c #Conflicts:     340000 | #Constraints:      41947
583.75/628.79	c #Conflicts:     341000 | #Constraints:      42961
583.75/628.79	c bounds 1841 >= 1739 @ 575.586
613.36/658.44	c #Conflicts:     342000 | #Constraints:      44010
613.36/658.44	c #Conflicts:     343000 | #Constraints:      45010
613.36/658.44	c #Conflicts:     344000 | #Constraints:      46010
613.36/658.44	c #Conflicts:     345000 | #Constraints:      47010
613.36/658.44	c INPROCESSING
613.36/658.44	c GARBAGE COLLECT
613.36/658.44	c rational objective 1739
615.06/660.13	c bounds 1840 >= 1739 @ 606.766
615.15/660.20	c bounds 1839 >= 1739 @ 606.826
615.15/660.25	c bounds 1838 >= 1739 @ 606.882
615.25/660.30	c bounds 1837 >= 1739 @ 606.927
620.54/665.60	c #Conflicts:     346000 | #Constraints:      36253
620.54/665.60	c #Conflicts:     347000 | #Constraints:      37253
620.54/665.60	c #Conflicts:     348000 | #Constraints:      38253
620.54/665.60	c #Conflicts:     349000 | #Constraints:      39253
620.54/665.60	c bounds 1836 >= 1739 @ 612.126
624.12/669.29	c #Conflicts:     350000 | #Constraints:      40256
624.12/669.29	c #Conflicts:     351000 | #Constraints:      41281
624.12/669.29	c bounds 1835 >= 1739 @ 615.761
625.43/670.52	c #Conflicts:     352000 | #Constraints:      42344
625.43/670.52	c bounds 1834 >= 1739 @ 616.972
629.81/674.99	c #Conflicts:     353000 | #Constraints:      43360
629.81/674.99	c #Conflicts:     354000 | #Constraints:      44369
629.81/674.99	c #Conflicts:     355000 | #Constraints:      45394
629.81/674.99	c bounds 1833 >= 1739 @ 621.374
633.21/678.33	c #Conflicts:     356000 | #Constraints:      46418
633.21/678.33	c #Conflicts:     357000 | #Constraints:      47439
633.21/678.33	c INPROCESSING
633.21/678.33	c GARBAGE COLLECT
633.21/678.33	c rational objective 1739
636.59/681.79	c #Conflicts:     358000 | #Constraints:      36404
636.59/681.79	c #Conflicts:     359000 | #Constraints:      37404
636.59/681.79	c bounds 1832 >= 1739 @ 628.046
657.23/702.50	c #Conflicts:     360000 | #Constraints:      38417
657.23/702.50	c #Conflicts:     361000 | #Constraints:      39417
657.23/702.50	c #Conflicts:     362000 | #Constraints:      40417
657.23/702.50	c #Conflicts:     363000 | #Constraints:      41417
657.23/702.50	c #Conflicts:     364000 | #Constraints:      42417
657.23/702.50	c #Conflicts:     365000 | #Constraints:      43417
657.23/702.50	c #Conflicts:     366000 | #Constraints:      44417
657.23/702.50	c #Conflicts:     367000 | #Constraints:      45417
657.23/702.50	c #Conflicts:     368000 | #Constraints:      46417
657.23/702.50	c #Conflicts:     369000 | #Constraints:      47417
657.23/702.50	c INPROCESSING
657.23/702.50	c GARBAGE COLLECT
657.23/702.50	c rational objective 1739
658.83/704.07	c bounds 1831 >= 1739 @ 650.117
658.93/704.17	c bounds 1830 >= 1739 @ 650.209
670.39/715.62	c #Conflicts:     370000 | #Constraints:      36338
670.39/715.62	c #Conflicts:     371000 | #Constraints:      37338
670.39/715.62	c #Conflicts:     372000 | #Constraints:      38338
670.39/715.62	c #Conflicts:     373000 | #Constraints:      39338
670.39/715.62	c #Conflicts:     374000 | #Constraints:      40339
670.39/715.62	c #Conflicts:     375000 | #Constraints:      41369
670.39/715.62	c #Conflicts:     376000 | #Constraints:      42427
670.39/715.62	c #Conflicts:     377000 | #Constraints:      43477
670.39/715.62	c bounds 1829 >= 1739 @ 661.469
678.56/723.87	c #Conflicts:     378000 | #Constraints:      44515
678.56/723.87	c #Conflicts:     379000 | #Constraints:      45571
678.56/723.87	c #Conflicts:     380000 | #Constraints:      46586
678.56/723.87	c #Conflicts:     381000 | #Constraints:      47628
678.56/723.87	c INPROCESSING
678.56/723.87	c GARBAGE COLLECT
678.56/723.87	c rational objective 1739
686.64/731.97	c #Conflicts:     382000 | #Constraints:      36214
686.64/731.97	c #Conflicts:     383000 | #Constraints:      37214
686.64/731.97	c #Conflicts:     384000 | #Constraints:      38214
686.64/731.97	c #Conflicts:     385000 | #Constraints:      39216
686.64/731.97	c #Conflicts:     386000 | #Constraints:      40261
686.64/731.97	c #Conflicts:     387000 | #Constraints:      41321
686.64/731.97	c bounds 1828 >= 1739 @ 677.522
708.58/753.97	c #Conflicts:     388000 | #Constraints:      42322
708.58/753.97	c #Conflicts:     389000 | #Constraints:      43322
708.58/753.97	c #Conflicts:     390000 | #Constraints:      44322
708.58/753.97	c #Conflicts:     391000 | #Constraints:      45322
708.58/753.97	c #Conflicts:     392000 | #Constraints:      46322
708.58/753.97	c #Conflicts:     393000 | #Constraints:      47322
708.58/753.97	c #Conflicts:     394000 | #Constraints:      48322
708.58/753.97	c INPROCESSING
708.58/753.97	c GARBAGE COLLECT
708.58/753.97	c rational objective 1739
711.67/757.05	c #Conflicts:     395000 | #Constraints:      36837
711.67/757.05	c #Conflicts:     396000 | #Constraints:      37888
711.67/757.05	c bounds 1827 >= 1739 @ 702.355
733.60/779.04	c #Conflicts:     397000 | #Constraints:      38931
733.60/779.04	c #Conflicts:     398000 | #Constraints:      39931
733.60/779.04	c #Conflicts:     399000 | #Constraints:      40931
733.60/779.04	c #Conflicts:     400000 | #Constraints:      41931
733.60/779.04	c #Conflicts:     401000 | #Constraints:      42931
733.60/779.04	c #Conflicts:     402000 | #Constraints:      43931
733.60/779.04	c #Conflicts:     403000 | #Constraints:      44932
733.60/779.04	c #Conflicts:     404000 | #Constraints:      46007
733.60/779.04	c #Conflicts:     405000 | #Constraints:      47062
733.60/779.04	c #Conflicts:     406000 | #Constraints:      48113
733.60/779.04	c #Conflicts:     407000 | #Constraints:      49162
733.60/779.04	c INPROCESSING
733.60/779.04	c GARBAGE COLLECT
733.60/779.04	c rational objective 1739
750.75/796.20	c #Conflicts:     408000 | #Constraints:      37237
750.75/796.20	c #Conflicts:     409000 | #Constraints:      38237
750.75/796.20	c #Conflicts:     410000 | #Constraints:      39237
750.75/796.20	c #Conflicts:     411000 | #Constraints:      40237
750.75/796.20	c #Conflicts:     412000 | #Constraints:      41237
750.75/796.20	c #Conflicts:     413000 | #Constraints:      42237
750.75/796.20	c #Conflicts:     414000 | #Constraints:      43237
750.75/796.20	c #Conflicts:     415000 | #Constraints:      44237
750.75/796.20	c #Conflicts:     416000 | #Constraints:      45237
750.75/796.20	c #Conflicts:     417000 | #Constraints:      46237
750.75/796.20	c #Conflicts:     418000 | #Constraints:      47237
750.75/796.20	c #Conflicts:     419000 | #Constraints:      48237
750.75/796.20	c #Conflicts:     420000 | #Constraints:      49237
750.75/796.20	c INPROCESSING
750.75/796.20	c GARBAGE COLLECT
750.75/796.20	c rational objective 1739
758.92/804.43	c #Conflicts:     421000 | #Constraints:      37392
758.92/804.43	c #Conflicts:     422000 | #Constraints:      38392
758.92/804.43	c #Conflicts:     423000 | #Constraints:      39392
758.92/804.43	c #Conflicts:     424000 | #Constraints:      40392
758.92/804.43	c #Conflicts:     425000 | #Constraints:      41392
758.92/804.43	c #Conflicts:     426000 | #Constraints:      42392
758.92/804.43	c #Conflicts:     427000 | #Constraints:      43392
758.92/804.43	c #Conflicts:     428000 | #Constraints:      44392
758.92/804.43	c #Conflicts:     429000 | #Constraints:      45404
758.92/804.43	c bounds 1826 >= 1739 @ 748.973
771.68/817.22	c #Conflicts:     430000 | #Constraints:      46422
771.68/817.22	c #Conflicts:     431000 | #Constraints:      47422
771.68/817.22	c #Conflicts:     432000 | #Constraints:      48422
771.68/817.22	c #Conflicts:     433000 | #Constraints:      49422
771.68/817.22	c INPROCESSING
771.68/817.22	c GARBAGE COLLECT
771.68/817.22	c rational objective 1739
773.49/819.08	c bounds 1825 >= 1739 @ 763.482
776.77/822.36	c #Conflicts:     434000 | #Constraints:      37350
776.77/822.36	c #Conflicts:     435000 | #Constraints:      38350
776.77/822.36	c #Conflicts:     436000 | #Constraints:      39351
776.77/822.36	c bounds 1824 >= 1739 @ 766.733
777.27/822.87	c bounds 1823 >= 1739 @ 767.233
777.57/823.15	c #Conflicts:     437000 | #Constraints:      40371
777.57/823.15	c bounds 1822 >= 1739 @ 767.503
778.47/824.05	c bounds 1821 >= 1739 @ 768.386
779.17/824.77	c #Conflicts:     438000 | #Constraints:      41390
779.17/824.77	c bounds 1820 >= 1739 @ 769.095
782.46/828.05	c #Conflicts:     439000 | #Constraints:      42406
782.46/828.05	c #Conflicts:     440000 | #Constraints:      43453
782.46/828.05	c bounds 1819 >= 1739 @ 772.316
792.32/837.90	c #Conflicts:     441000 | #Constraints:      44478
792.32/837.90	c #Conflicts:     442000 | #Constraints:      45478
792.32/837.90	c #Conflicts:     443000 | #Constraints:      46478
792.32/837.90	c #Conflicts:     444000 | #Constraints:      47478
792.32/837.90	c #Conflicts:     445000 | #Constraints:      48478
792.32/837.90	c #Conflicts:     446000 | #Constraints:      49478
792.32/837.90	c INPROCESSING
792.32/837.90	c GARBAGE COLLECT
792.32/837.90	c rational objective 1739
808.27/853.93	c #Conflicts:     447000 | #Constraints:      37090
808.27/853.93	c #Conflicts:     448000 | #Constraints:      38090
808.27/853.93	c #Conflicts:     449000 | #Constraints:      39090
808.27/853.93	c #Conflicts:     450000 | #Constraints:      40090
808.27/853.93	c #Conflicts:     451000 | #Constraints:      41090
808.27/853.93	c #Conflicts:     452000 | #Constraints:      42090
808.27/853.93	c #Conflicts:     453000 | #Constraints:      43090
808.27/853.93	c #Conflicts:     454000 | #Constraints:      44090
808.27/853.93	c #Conflicts:     455000 | #Constraints:      45090
808.27/853.93	c #Conflicts:     456000 | #Constraints:      46090
808.27/853.93	c #Conflicts:     457000 | #Constraints:      47090
808.27/853.93	c #Conflicts:     458000 | #Constraints:      48090
808.27/853.93	c #Conflicts:     459000 | #Constraints:      49090
808.27/853.93	c #Conflicts:     460000 | #Constraints:      50090
808.27/853.93	c INPROCESSING
808.27/853.93	c GARBAGE COLLECT
808.27/853.93	c rational objective 1739
812.46/858.13	c #Conflicts:     461000 | #Constraints:      37697
812.46/858.13	c #Conflicts:     462000 | #Constraints:      38725
812.46/858.13	c #Conflicts:     463000 | #Constraints:      39783
812.46/858.13	c bounds 1818 >= 1739 @ 801.98
827.51/873.28	c #Conflicts:     464000 | #Constraints:      40812
827.51/873.28	c #Conflicts:     465000 | #Constraints:      41812
827.51/873.28	c #Conflicts:     466000 | #Constraints:      42812
827.51/873.28	c #Conflicts:     467000 | #Constraints:      43812
827.51/873.28	c #Conflicts:     468000 | #Constraints:      44812
827.51/873.28	c #Conflicts:     469000 | #Constraints:      45812
827.51/873.28	c #Conflicts:     470000 | #Constraints:      46814
827.51/873.28	c #Conflicts:     471000 | #Constraints:      47881
827.51/873.28	c #Conflicts:     472000 | #Constraints:      48965
827.51/873.28	c #Conflicts:     473000 | #Constraints:      50039
827.51/873.28	c bounds 1817 >= 1739 @ 816.82
833.80/879.56	c #Conflicts:     474000 | #Constraints:      51054
833.80/879.56	c INPROCESSING
833.80/879.56	c GARBAGE COLLECT
833.80/879.56	c rational objective 1739
849.15/894.93	c #Conflicts:     475000 | #Constraints:      38274
849.15/894.93	c #Conflicts:     476000 | #Constraints:      39274
849.15/894.93	c #Conflicts:     477000 | #Constraints:      40274
849.15/894.93	c #Conflicts:     478000 | #Constraints:      41274
849.15/894.93	c #Conflicts:     479000 | #Constraints:      42274
849.15/894.93	c #Conflicts:     480000 | #Constraints:      43274
849.15/894.93	c #Conflicts:     481000 | #Constraints:      44274
849.15/894.93	c #Conflicts:     482000 | #Constraints:      45274
849.15/894.93	c #Conflicts:     483000 | #Constraints:      46274
849.15/894.93	c #Conflicts:     484000 | #Constraints:      47274
849.15/894.93	c #Conflicts:     485000 | #Constraints:      48274
849.15/894.93	c #Conflicts:     486000 | #Constraints:      49274
849.15/894.93	c #Conflicts:     487000 | #Constraints:      50274
849.15/894.93	c #Conflicts:     488000 | #Constraints:      51274
849.15/894.93	c INPROCESSING
849.15/894.93	c GARBAGE COLLECT
849.15/894.93	c rational objective 1739
851.05/896.84	c #Conflicts:     489000 | #Constraints:      38396
851.05/896.84	c bounds 1816 >= 1739 @ 840.114
860.78/906.63	c #Conflicts:     490000 | #Constraints:      39437
860.78/906.63	c #Conflicts:     491000 | #Constraints:      40475
860.78/906.63	c #Conflicts:     492000 | #Constraints:      41500
860.78/906.63	c #Conflicts:     493000 | #Constraints:      42519
860.78/906.63	c #Conflicts:     494000 | #Constraints:      43546
860.78/906.63	c #Conflicts:     495000 | #Constraints:      44584
860.78/906.63	c #Conflicts:     496000 | #Constraints:      45618
860.78/906.63	c #Conflicts:     497000 | #Constraints:      46635
860.78/906.63	c bounds 1815 >= 1739 @ 849.744
893.15/939.22	c #Conflicts:     498000 | #Constraints:      47641
893.15/939.22	c #Conflicts:     499000 | #Constraints:      48641
893.15/939.22	c #Conflicts:     500000 | #Constraints:      49641
893.15/939.22	c #Conflicts:     501000 | #Constraints:      50641
893.15/939.22	c #Conflicts:     502000 | #Constraints:      51641
893.15/939.22	c INPROCESSING
893.15/939.22	c GARBAGE COLLECT
893.15/939.22	c rational objective 1739
897.94/944.08	c #Conflicts:     503000 | #Constraints:      38526
897.94/944.08	c #Conflicts:     504000 | #Constraints:      39556
897.94/944.08	c #Conflicts:     505000 | #Constraints:      40598
897.94/944.08	c #Conflicts:     506000 | #Constraints:      41644
897.94/944.08	c bounds 1814 >= 1739 @ 886.792
917.54/963.94	c #Conflicts:     507000 | #Constraints:      42652
917.54/963.94	c #Conflicts:     508000 | #Constraints:      43652
917.54/963.94	c #Conflicts:     509000 | #Constraints:      44652
917.54/963.94	c #Conflicts:     510000 | #Constraints:      45652
917.54/963.94	c #Conflicts:     511000 | #Constraints:      46652
917.54/963.94	c #Conflicts:     512000 | #Constraints:      47652
917.54/963.94	c #Conflicts:     513000 | #Constraints:      48652
917.54/963.94	c #Conflicts:     514000 | #Constraints:      49653
917.54/963.94	c #Conflicts:     515000 | #Constraints:      50720
917.54/963.94	c #Conflicts:     516000 | #Constraints:      51753
917.54/963.94	c INPROCESSING
917.54/963.94	c GARBAGE COLLECT
917.54/963.94	c rational objective 1739
938.89/985.35	c #Conflicts:     517000 | #Constraints:      38270
938.89/985.35	c #Conflicts:     518000 | #Constraints:      39270
938.89/985.35	c #Conflicts:     519000 | #Constraints:      40270
938.89/985.35	c #Conflicts:     520000 | #Constraints:      41270
938.89/985.35	c #Conflicts:     521000 | #Constraints:      42270
938.89/985.35	c #Conflicts:     522000 | #Constraints:      43270
938.89/985.35	c #Conflicts:     523000 | #Constraints:      44270
938.89/985.35	c #Conflicts:     524000 | #Constraints:      45270
938.89/985.35	c #Conflicts:     525000 | #Constraints:      46270
938.89/985.35	c #Conflicts:     526000 | #Constraints:      47270
938.89/985.35	c #Conflicts:     527000 | #Constraints:      48270
938.89/985.35	c #Conflicts:     528000 | #Constraints:      49270
938.89/985.35	c #Conflicts:     529000 | #Constraints:      50270
938.89/985.35	c #Conflicts:     530000 | #Constraints:      51270
938.89/985.35	c #Conflicts:     531000 | #Constraints:      52270
938.89/985.35	c INPROCESSING
938.89/985.35	c GARBAGE COLLECT
938.89/985.35	c rational objective 1739
952.45/998.92	c #Conflicts:     532000 | #Constraints:      38811
952.45/998.92	c #Conflicts:     533000 | #Constraints:      39812
952.45/998.92	c #Conflicts:     534000 | #Constraints:      40812
952.45/998.92	c #Conflicts:     535000 | #Constraints:      41812
952.45/998.92	c #Conflicts:     536000 | #Constraints:      42822
952.45/998.92	c #Conflicts:     537000 | #Constraints:      43829
952.45/998.92	c #Conflicts:     538000 | #Constraints:      44847
952.45/998.92	c #Conflicts:     539000 | #Constraints:      45860
952.45/998.92	c #Conflicts:     540000 | #Constraints:      46878
952.45/998.92	c #Conflicts:     541000 | #Constraints:      47892
952.45/998.92	c #Conflicts:     542000 | #Constraints:      48906
952.45/998.92	c #Conflicts:     543000 | #Constraints:      49921
952.45/998.92	c #Conflicts:     544000 | #Constraints:      50941
952.45/998.92	c bounds 1813 >= 1739 @ 940.622
962.63/1009.14	c #Conflicts:     545000 | #Constraints:      51952
962.63/1009.14	c #Conflicts:     546000 | #Constraints:      52952
962.63/1009.14	c INPROCESSING
962.63/1009.14	c GARBAGE COLLECT
962.63/1009.14	c rational objective 1739
980.48/1027.02	c #Conflicts:     547000 | #Constraints:      39249
980.48/1027.02	c #Conflicts:     548000 | #Constraints:      40249
980.48/1027.02	c #Conflicts:     549000 | #Constraints:      41249
980.48/1027.02	c #Conflicts:     550000 | #Constraints:      42249
980.48/1027.02	c #Conflicts:     551000 | #Constraints:      43249
980.48/1027.02	c #Conflicts:     552000 | #Constraints:      44249
980.48/1027.02	c #Conflicts:     553000 | #Constraints:      45249
980.48/1027.02	c #Conflicts:     554000 | #Constraints:      46249
980.48/1027.02	c #Conflicts:     555000 | #Constraints:      47249
980.48/1027.02	c #Conflicts:     556000 | #Constraints:      48249
980.48/1027.02	c #Conflicts:     557000 | #Constraints:      49249
980.48/1027.02	c #Conflicts:     558000 | #Constraints:      50249
980.48/1027.02	c #Conflicts:     559000 | #Constraints:      51249
980.48/1027.02	c #Conflicts:     560000 | #Constraints:      52249
980.48/1027.02	c #Conflicts:     561000 | #Constraints:      53249
980.48/1027.02	c INPROCESSING
980.48/1027.02	c GARBAGE COLLECT
980.48/1027.02	c rational objective 1739
1001.62/1048.20	c #Conflicts:     562000 | #Constraints:      39360
1001.62/1048.20	c #Conflicts:     563000 | #Constraints:      40360
1001.62/1048.20	c #Conflicts:     564000 | #Constraints:      41360
1001.62/1048.20	c #Conflicts:     565000 | #Constraints:      42360
1001.62/1048.20	c #Conflicts:     566000 | #Constraints:      43363
1001.62/1048.20	c #Conflicts:     567000 | #Constraints:      44417
1001.62/1048.20	c #Conflicts:     568000 | #Constraints:      45451
1001.62/1048.20	c #Conflicts:     569000 | #Constraints:      46478
1001.62/1048.20	c #Conflicts:     570000 | #Constraints:      47507
1001.62/1048.20	c #Conflicts:     571000 | #Constraints:      48527
1001.62/1048.20	c #Conflicts:     572000 | #Constraints:      49561
1001.62/1048.20	c bounds 1812 >= 1739 @ 989.276
1028.95/1076.02	c #Conflicts:     573000 | #Constraints:      50584
1028.95/1076.02	c #Conflicts:     574000 | #Constraints:      51584
1028.95/1076.02	c #Conflicts:     575000 | #Constraints:      52584
1028.95/1076.02	c #Conflicts:     576000 | #Constraints:      53584
1028.95/1076.02	c INPROCESSING
1028.95/1076.02	c GARBAGE COLLECT
1028.95/1076.02	c rational objective 1739
1053.21/1126.13	c #Conflicts:     577000 | #Constraints:      39480
1053.21/1126.13	c #Conflicts:     578000 | #Constraints:      40480
1053.21/1126.13	c #Conflicts:     579000 | #Constraints:      41482
1053.21/1126.13	c #Conflicts:     580000 | #Constraints:      42531
1053.21/1126.13	c #Conflicts:     581000 | #Constraints:      43568
1053.21/1126.13	c #Conflicts:     582000 | #Constraints:      44604
1053.21/1126.13	c #Conflicts:     583000 | #Constraints:      45647
1053.21/1126.13	c #Conflicts:     584000 | #Constraints:      46664
1053.21/1126.13	c #Conflicts:     585000 | #Constraints:      47675
1053.21/1126.13	c #Conflicts:     586000 | #Constraints:      48699
1053.21/1126.13	c #Conflicts:     587000 | #Constraints:      49726
1053.21/1126.13	c #Conflicts:     588000 | #Constraints:      50735
1053.21/1126.13	c #Conflicts:     589000 | #Constraints:      51764
1053.21/1126.13	c #Conflicts:     590000 | #Constraints:      52780
1053.21/1126.13	c #Conflicts:     591000 | #Constraints:      53790
1053.21/1126.13	c INPROCESSING
1053.21/1126.13	c GARBAGE COLLECT
1053.21/1126.13	c rational objective 1739
1075.83/1149.03	c #Conflicts:     592000 | #Constraints:      39312
1075.83/1149.03	c #Conflicts:     593000 | #Constraints:      40312
1075.83/1149.03	c #Conflicts:     594000 | #Constraints:      41312
1075.83/1149.03	c #Conflicts:     595000 | #Constraints:      42312
1075.83/1149.03	c #Conflicts:     596000 | #Constraints:      43312
1075.83/1149.03	c #Conflicts:     597000 | #Constraints:      44312
1075.83/1149.03	c #Conflicts:     598000 | #Constraints:      45312
1075.83/1149.03	c #Conflicts:     599000 | #Constraints:      46312
1075.83/1149.03	c #Conflicts:     600000 | #Constraints:      47312
1075.83/1149.03	c #Conflicts:     601000 | #Constraints:      48312
1075.83/1149.03	c #Conflicts:     602000 | #Constraints:      49312
1075.83/1149.03	c #Conflicts:     603000 | #Constraints:      50312
1075.83/1149.03	c #Conflicts:     604000 | #Constraints:      51312
1075.83/1149.03	c #Conflicts:     605000 | #Constraints:      52312
1075.83/1149.03	c #Conflicts:     606000 | #Constraints:      53312
1075.83/1149.03	c #Conflicts:     607000 | #Constraints:      54312
1075.83/1149.03	c INPROCESSING
1075.83/1149.03	c GARBAGE COLLECT
1075.83/1149.03	c rational objective 1739
1091.48/1164.75	c #Conflicts:     608000 | #Constraints:      39841
1091.48/1164.75	c #Conflicts:     609000 | #Constraints:      40841
1091.48/1164.75	c #Conflicts:     610000 | #Constraints:      41841
1091.48/1164.75	c #Conflicts:     611000 | #Constraints:      42841
1091.48/1164.75	c #Conflicts:     612000 | #Constraints:      43841
1091.48/1164.75	c #Conflicts:     613000 | #Constraints:      44841
1091.48/1164.75	c #Conflicts:     614000 | #Constraints:      45841
1091.48/1164.75	c #Conflicts:     615000 | #Constraints:      46841
1091.48/1164.75	c #Conflicts:     616000 | #Constraints:      47841
1091.48/1164.75	c #Conflicts:     617000 | #Constraints:      48841
1091.48/1164.75	c #Conflicts:     618000 | #Constraints:      49841
1091.48/1164.75	c #Conflicts:     619000 | #Constraints:      50845
1091.48/1164.75	c bounds 1811 >= 1739 @ 1078.43
1120.38/1201.98	c #Conflicts:     620000 | #Constraints:      51862
1120.38/1201.98	c #Conflicts:     621000 | #Constraints:      52862
1120.38/1201.98	c #Conflicts:     622000 | #Constraints:      53862
1120.38/1201.98	c #Conflicts:     623000 | #Constraints:      54862
1120.38/1201.98	c INPROCESSING
1120.38/1201.98	c GARBAGE COLLECT
1120.38/1201.98	c rational objective 1739
1136.55/1218.14	c #Conflicts:     624000 | #Constraints:      40189
1136.55/1218.14	c #Conflicts:     625000 | #Constraints:      41189
1136.55/1218.14	c #Conflicts:     626000 | #Constraints:      42190
1136.55/1218.14	c #Conflicts:     627000 | #Constraints:      43222
1136.55/1218.14	c #Conflicts:     628000 | #Constraints:      44262
1136.55/1218.14	c #Conflicts:     629000 | #Constraints:      45293
1136.55/1218.14	c #Conflicts:     630000 | #Constraints:      46339
1136.55/1218.14	c #Conflicts:     631000 | #Constraints:      47373
1136.55/1218.14	c bounds 1810 >= 1739 @ 1123.21
1148.62/1230.36	c #Conflicts:     632000 | #Constraints:      48415
1148.62/1230.36	c #Conflicts:     633000 | #Constraints:      49415
1148.62/1230.36	c #Conflicts:     634000 | #Constraints:      50415
1148.62/1230.36	c #Conflicts:     635000 | #Constraints:      51415
1148.62/1230.36	c #Conflicts:     636000 | #Constraints:      52415
1148.62/1230.36	c #Conflicts:     637000 | #Constraints:      53416
1148.62/1230.36	c bounds 1809 >= 1739 @ 1135.17
1159.98/1241.77	c #Conflicts:     638000 | #Constraints:      54427
1159.98/1241.77	c #Conflicts:     639000 | #Constraints:      55427
1159.98/1241.77	c INPROCESSING
1159.98/1241.77	c GARBAGE COLLECT
1159.98/1241.77	c rational objective 1739
1160.98/1242.70	c bounds 1808 >= 1739 @ 1147.45
1161.88/1243.65	c #Conflicts:     640000 | #Constraints:      40494
1161.88/1243.65	c bounds 1807 >= 1739 @ 1148.37
1167.16/1248.94	c #Conflicts:     641000 | #Constraints:      41495
1167.16/1248.94	c #Conflicts:     642000 | #Constraints:      42496
1167.16/1248.94	c #Conflicts:     643000 | #Constraints:      43511
1167.16/1248.94	c #Conflicts:     644000 | #Constraints:      44559
1167.16/1248.94	c bounds 1806 >= 1739 @ 1153.57
1229.55/1323.31	c #Conflicts:     645000 | #Constraints:      45595
1229.55/1323.31	c #Conflicts:     646000 | #Constraints:      46595
1229.55/1323.31	c #Conflicts:     647000 | #Constraints:      47595
1229.55/1323.31	c #Conflicts:     648000 | #Constraints:      48595
1229.55/1323.31	c #Conflicts:     649000 | #Constraints:      49595
1229.55/1323.31	c #Conflicts:     650000 | #Constraints:      50595
1229.55/1323.31	c #Conflicts:     651000 | #Constraints:      51595
1229.55/1323.31	c #Conflicts:     652000 | #Constraints:      52595
1229.55/1323.31	c #Conflicts:     653000 | #Constraints:      53595
1229.55/1323.31	c #Conflicts:     654000 | #Constraints:      54595
1229.55/1323.31	c #Conflicts:     655000 | #Constraints:      55595
1229.55/1323.31	c INPROCESSING
1229.55/1323.31	c GARBAGE COLLECT
1229.55/1323.31	c rational objective 1739
1232.74/1326.56	c #Conflicts:     656000 | #Constraints:      40483
1232.74/1326.56	c #Conflicts:     657000 | #Constraints:      41526
1232.74/1326.56	c bounds 1805 >= 1739 @ 1218.97
1258.89/1359.13	c #Conflicts:     658000 | #Constraints:      42563
1258.89/1359.13	c #Conflicts:     659000 | #Constraints:      43563
1258.89/1359.13	c #Conflicts:     660000 | #Constraints:      44563
1258.89/1359.13	c #Conflicts:     661000 | #Constraints:      45563
1258.89/1359.13	c #Conflicts:     662000 | #Constraints:      46563
1258.89/1359.13	c #Conflicts:     663000 | #Constraints:      47563
1258.89/1359.13	c #Conflicts:     664000 | #Constraints:      48565
1258.89/1359.13	c #Conflicts:     665000 | #Constraints:      49614
1258.89/1359.13	c #Conflicts:     666000 | #Constraints:      50651
1258.89/1359.13	c #Conflicts:     667000 | #Constraints:      51690
1258.89/1359.13	c #Conflicts:     668000 | #Constraints:      52719
1258.89/1359.13	c #Conflicts:     669000 | #Constraints:      53746
1258.89/1359.13	c bounds 1804 >= 1739 @ 1244.83
1281.25/1381.77	c #Conflicts:     670000 | #Constraints:      54754
1281.25/1381.77	c #Conflicts:     671000 | #Constraints:      55754
1281.25/1381.77	c INPROCESSING
1281.25/1381.77	c GARBAGE COLLECT
1281.25/1381.77	c rational objective 1739
1283.25/1383.79	c #Conflicts:     672000 | #Constraints:      40339
1283.25/1383.79	c bounds 1803 >= 1739 @ 1269.19
1286.34/1386.84	c #Conflicts:     673000 | #Constraints:      41340
1286.34/1386.84	c #Conflicts:     674000 | #Constraints:      42341
1286.34/1386.84	c bounds 1802 >= 1739 @ 1272.16
1289.33/1389.82	c #Conflicts:     675000 | #Constraints:      43376
1289.33/1389.82	c #Conflicts:     676000 | #Constraints:      44442
1289.33/1389.82	c bounds 1801 >= 1739 @ 1275.09
1290.23/1390.74	c #Conflicts:     677000 | #Constraints:      45500
1290.23/1390.74	c bounds 1800 >= 1739 @ 1275.98
1292.33/1392.82	c #Conflicts:     678000 | #Constraints:      46526
1292.33/1392.82	c bounds 1799 >= 1739 @ 1278.02
1294.22/1394.71	c #Conflicts:     679000 | #Constraints:      47557
1294.22/1394.71	c bounds 1798 >= 1739 @ 1279.86
1299.91/1400.46	c #Conflicts:     680000 | #Constraints:      48578
1299.91/1400.46	c #Conflicts:     681000 | #Constraints:      49581
1299.91/1400.46	c #Conflicts:     682000 | #Constraints:      50613
1299.91/1400.46	c #Conflicts:     683000 | #Constraints:      51641
1299.91/1400.46	c bounds 1797 >= 1739 @ 1285.53
1304.20/1404.71	c #Conflicts:     684000 | #Constraints:      52683
1304.20/1404.71	c #Conflicts:     685000 | #Constraints:      53696
1304.20/1404.71	c #Conflicts:     686000 | #Constraints:      54707
1304.20/1404.71	c bounds 1796 >= 1739 @ 1289.71
1307.89/1408.47	c #Conflicts:     687000 | #Constraints:      55723
1307.89/1408.47	c #Conflicts:     688000 | #Constraints:      56743
1307.89/1408.47	c INPROCESSING
1307.89/1408.47	c GARBAGE COLLECT
1307.89/1408.47	c rational objective 1739
1312.96/1413.72	c #Conflicts:     689000 | #Constraints:      40954
1312.96/1413.72	c #Conflicts:     690000 | #Constraints:      41955
1312.96/1413.72	c #Conflicts:     691000 | #Constraints:      42957
1312.96/1413.72	c #Conflicts:     692000 | #Constraints:      43983
1312.96/1413.72	c bounds 1795 >= 1739 @ 1298.38
1346.61/1447.56	c #Conflicts:     693000 | #Constraints:      44984
1346.61/1447.56	c #Conflicts:     694000 | #Constraints:      45984
1346.61/1447.56	c #Conflicts:     695000 | #Constraints:      46984
1346.61/1447.56	c #Conflicts:     696000 | #Constraints:      47984
1346.61/1447.56	c #Conflicts:     697000 | #Constraints:      48984
1346.61/1447.56	c #Conflicts:     698000 | #Constraints:      49984
1346.61/1447.56	c #Conflicts:     699000 | #Constraints:      50984
1346.61/1447.56	c #Conflicts:     700000 | #Constraints:      51984
1346.61/1447.56	c #Conflicts:     701000 | #Constraints:      52984
1346.61/1447.56	c #Conflicts:     702000 | #Constraints:      53984
1346.61/1447.56	c #Conflicts:     703000 | #Constraints:      54984
1346.61/1447.56	c #Conflicts:     704000 | #Constraints:      55984
1346.61/1447.56	c #Conflicts:     705000 | #Constraints:      56984
1346.61/1447.56	c INPROCESSING
1346.61/1447.56	c GARBAGE COLLECT
1346.61/1447.56	c rational objective 1739
1356.59/1457.58	c #Conflicts:     706000 | #Constraints:      41253
1356.59/1457.58	c #Conflicts:     707000 | #Constraints:      42253
1356.59/1457.58	c #Conflicts:     708000 | #Constraints:      43253
1356.59/1457.58	c #Conflicts:     709000 | #Constraints:      44253
1356.59/1457.58	c #Conflicts:     710000 | #Constraints:      45254
1356.59/1457.58	c #Conflicts:     711000 | #Constraints:      46269
1356.59/1457.58	c bounds 1794 >= 1739 @ 1341.77
1373.62/1474.74	c #Conflicts:     712000 | #Constraints:      47321
1373.62/1474.74	c #Conflicts:     713000 | #Constraints:      48339
1373.62/1474.74	c #Conflicts:     714000 | #Constraints:      49365
1373.62/1474.74	c #Conflicts:     715000 | #Constraints:      50391
1373.62/1474.74	c #Conflicts:     716000 | #Constraints:      51431
1373.62/1474.74	c #Conflicts:     717000 | #Constraints:      52453
1373.62/1474.74	c #Conflicts:     718000 | #Constraints:      53477
1373.62/1474.74	c #Conflicts:     719000 | #Constraints:      54500
1373.62/1474.74	c #Conflicts:     720000 | #Constraints:      55532
1373.62/1474.74	c #Conflicts:     721000 | #Constraints:      56546
1373.62/1474.74	c #Conflicts:     722000 | #Constraints:      57557
1373.62/1474.74	c INPROCESSING
1373.62/1474.74	c GARBAGE COLLECT
1373.62/1474.74	c rational objective 1739
1381.51/1482.61	c #Conflicts:     723000 | #Constraints:      41495
1381.51/1482.61	c #Conflicts:     724000 | #Constraints:      42496
1381.51/1482.61	c #Conflicts:     725000 | #Constraints:      43508
1381.51/1482.61	c #Conflicts:     726000 | #Constraints:      44512
1381.51/1482.61	c #Conflicts:     727000 | #Constraints:      45514
1381.51/1482.61	c #Conflicts:     728000 | #Constraints:      46524
1381.51/1482.61	c #Conflicts:     729000 | #Constraints:      47536
1381.51/1482.61	c #Conflicts:     730000 | #Constraints:      48543
1381.51/1482.61	c bounds 1793 >= 1739 @ 1366.32
1393.08/1494.21	c #Conflicts:     731000 | #Constraints:      49556
1393.08/1494.21	c #Conflicts:     732000 | #Constraints:      50556
1393.08/1494.21	c #Conflicts:     733000 | #Constraints:      51556
1393.08/1494.21	c #Conflicts:     734000 | #Constraints:      52556
1393.08/1494.21	c #Conflicts:     735000 | #Constraints:      53556
1393.08/1494.21	c #Conflicts:     736000 | #Constraints:      54556
1393.08/1494.21	c #Conflicts:     737000 | #Constraints:      55556
1393.08/1494.21	c #Conflicts:     738000 | #Constraints:      56556
1393.08/1494.21	c #Conflicts:     739000 | #Constraints:      57556
1393.08/1494.21	c INPROCESSING
1393.08/1494.21	c GARBAGE COLLECT
1393.08/1494.21	c rational objective 1739
1397.57/1498.70	c #Conflicts:     740000 | #Constraints:      41491
1397.57/1498.70	c #Conflicts:     741000 | #Constraints:      42491
1397.57/1498.70	c #Conflicts:     742000 | #Constraints:      43492
1397.57/1498.70	c #Conflicts:     743000 | #Constraints:      44517
1397.57/1498.70	c bounds 1792 >= 1739 @ 1382.2
1409.15/1510.41	c #Conflicts:     744000 | #Constraints:      45538
1409.15/1510.41	c #Conflicts:     745000 | #Constraints:      46570
1409.15/1510.41	c #Conflicts:     746000 | #Constraints:      47593
1409.15/1510.41	c #Conflicts:     747000 | #Constraints:      48622
1409.15/1510.41	c #Conflicts:     748000 | #Constraints:      49662
1409.15/1510.41	c #Conflicts:     749000 | #Constraints:      50694
1409.15/1510.41	c #Conflicts:     750000 | #Constraints:      51711
1409.15/1510.41	c #Conflicts:     751000 | #Constraints:      52734
1409.15/1510.41	c #Conflicts:     752000 | #Constraints:      53751
1409.15/1510.41	c bounds 1791 >= 1739 @ 1393.64
1435.17/1536.50	c #Conflicts:     753000 | #Constraints:      54756
1435.17/1536.50	c #Conflicts:     754000 | #Constraints:      55756
1435.17/1536.50	c #Conflicts:     755000 | #Constraints:      56756
1435.17/1536.50	c #Conflicts:     756000 | #Constraints:      57756
1435.17/1536.50	c INPROCESSING
1435.17/1536.50	c GARBAGE COLLECT
1435.17/1536.50	c rational objective 1739
1435.67/1537.03	c bounds 1790 >= 1739 @ 1420.08
1450.43/1551.86	c #Conflicts:     757000 | #Constraints:      41368
1450.43/1551.86	c #Conflicts:     758000 | #Constraints:      42368
1450.43/1551.86	c #Conflicts:     759000 | #Constraints:      43372
1450.43/1551.86	c #Conflicts:     760000 | #Constraints:      44387
1450.43/1551.86	c #Conflicts:     761000 | #Constraints:      45420
1450.43/1551.86	c #Conflicts:     762000 | #Constraints:      46440
1450.43/1551.86	c #Conflicts:     763000 | #Constraints:      47474
1450.43/1551.86	c #Conflicts:     764000 | #Constraints:      48497
1450.43/1551.86	c #Conflicts:     765000 | #Constraints:      49541
1450.43/1551.86	c #Conflicts:     766000 | #Constraints:      50603
1450.43/1551.86	c bounds 1789 >= 1739 @ 1434.67
1460.20/1561.62	c #Conflicts:     767000 | #Constraints:      51652
1460.20/1561.62	c #Conflicts:     768000 | #Constraints:      52666
1460.20/1561.62	c #Conflicts:     769000 | #Constraints:      53676
1460.20/1561.62	c #Conflicts:     770000 | #Constraints:      54690
1460.20/1561.62	c #Conflicts:     771000 | #Constraints:      55703
1460.20/1561.62	c bounds 1788 >= 1739 @ 1444.3
1487.45/1589.21	c #Conflicts:     772000 | #Constraints:      56722
1487.45/1589.21	c #Conflicts:     773000 | #Constraints:      57722
1487.45/1589.21	c #Conflicts:     774000 | #Constraints:      58722
1487.45/1589.21	c INPROCESSING
1487.45/1589.21	c GARBAGE COLLECT
1487.45/1589.21	c rational objective 1739
1502.06/1607.81	c #Conflicts:     775000 | #Constraints:      41981
1502.06/1607.81	c #Conflicts:     776000 | #Constraints:      42981
1502.06/1607.81	c #Conflicts:     777000 | #Constraints:      43981
1502.06/1607.81	c #Conflicts:     778000 | #Constraints:      44981
1502.06/1607.81	c #Conflicts:     779000 | #Constraints:      45981
1502.06/1607.81	c #Conflicts:     780000 | #Constraints:      46981
1502.06/1607.81	c #Conflicts:     781000 | #Constraints:      47981
1502.06/1607.81	c #Conflicts:     782000 | #Constraints:      48981
1502.06/1607.81	c #Conflicts:     783000 | #Constraints:      49982
1502.06/1607.81	c #Conflicts:     784000 | #Constraints:      50982
1502.06/1607.81	c bounds 1787 >= 1739 @ 1485.88
1511.53/1617.38	c #Conflicts:     785000 | #Constraints:      52006
1511.53/1617.38	c #Conflicts:     786000 | #Constraints:      53016
1511.53/1617.38	c #Conflicts:     787000 | #Constraints:      54052
1511.53/1617.38	c #Conflicts:     788000 | #Constraints:      55093
1511.53/1617.38	c #Conflicts:     789000 | #Constraints:      56150
1511.53/1617.38	c bounds 1786 >= 1739 @ 1495.29
1526.09/1631.99	c #Conflicts:     790000 | #Constraints:      57174
1526.09/1631.99	c #Conflicts:     791000 | #Constraints:      58174
1526.09/1631.99	c #Conflicts:     792000 | #Constraints:      59174
1526.09/1631.99	c INPROCESSING
1526.09/1631.99	c GARBAGE COLLECT
1526.09/1631.99	c rational objective 1739
1528.39/1634.29	c bounds 1785 >= 1739 @ 1512.08
1545.33/1651.39	c #Conflicts:     793000 | #Constraints:      42359
1545.33/1651.39	c #Conflicts:     794000 | #Constraints:      43359
1545.33/1651.39	c #Conflicts:     795000 | #Constraints:      44359
1545.33/1651.39	c #Conflicts:     796000 | #Constraints:      45359
1545.33/1651.39	c #Conflicts:     797000 | #Constraints:      46359
1545.33/1651.39	c #Conflicts:     798000 | #Constraints:      47360
1545.33/1651.39	c #Conflicts:     799000 | #Constraints:      48362
1545.33/1651.39	c #Conflicts:     800000 | #Constraints:      49379
1545.33/1651.39	c #Conflicts:     801000 | #Constraints:      50393
1545.33/1651.39	c #Conflicts:     802000 | #Constraints:      51434
1545.33/1651.39	c bounds 1784 >= 1739 @ 1528.76
1585.69/1695.14	c #Conflicts:     803000 | #Constraints:      52452
1585.69/1695.14	c #Conflicts:     804000 | #Constraints:      53452
1585.69/1695.14	c #Conflicts:     805000 | #Constraints:      54452
1585.69/1695.14	c #Conflicts:     806000 | #Constraints:      55452
1585.69/1695.14	c #Conflicts:     807000 | #Constraints:      56452
1585.69/1695.14	c #Conflicts:     808000 | #Constraints:      57452
1585.69/1695.14	c #Conflicts:     809000 | #Constraints:      58452
1585.69/1695.14	c #Conflicts:     810000 | #Constraints:      59452
1585.69/1695.14	c INPROCESSING
1585.69/1695.14	c GARBAGE COLLECT
1585.69/1695.14	c rational objective 1739
1596.78/1706.47	c #Conflicts:     811000 | #Constraints:      42543
1596.78/1706.47	c #Conflicts:     812000 | #Constraints:      43543
1596.78/1706.47	c #Conflicts:     813000 | #Constraints:      44565
1596.78/1706.47	c #Conflicts:     814000 | #Constraints:      45593
1596.78/1706.47	c #Conflicts:     815000 | #Constraints:      46639
1596.78/1706.47	c #Conflicts:     816000 | #Constraints:      47670
1596.78/1706.47	c #Conflicts:     817000 | #Constraints:      48703
1596.78/1706.47	c #Conflicts:     818000 | #Constraints:      49722
1596.78/1706.47	c #Conflicts:     819000 | #Constraints:      50740
1596.78/1706.47	c bounds 1783 >= 1739 @ 1579.84
1603.56/1713.25	c #Conflicts:     820000 | #Constraints:      51787
1603.56/1713.25	c #Conflicts:     821000 | #Constraints:      52824
1603.56/1713.25	c #Conflicts:     822000 | #Constraints:      53835
1603.56/1713.25	c #Conflicts:     823000 | #Constraints:      54841
1603.56/1713.25	c #Conflicts:     824000 | #Constraints:      55857
1603.56/1713.25	c bounds 1782 >= 1739 @ 1586.5
1610.94/1720.63	c #Conflicts:     825000 | #Constraints:      56910
1610.94/1720.63	c #Conflicts:     826000 | #Constraints:      57960
1610.94/1720.63	c #Conflicts:     827000 | #Constraints:      59020
1610.94/1720.63	c #Conflicts:     828000 | #Constraints:      60067
1610.94/1720.63	c INPROCESSING
1610.94/1720.63	c GARBAGE COLLECT
1610.94/1720.63	c rational objective 1739
1615.22/1724.91	c #Conflicts:     829000 | #Constraints:      42591
1615.22/1724.91	c #Conflicts:     830000 | #Constraints:      43619
1615.22/1724.91	c #Conflicts:     831000 | #Constraints:      44649
1615.22/1724.91	c bounds 1781 >= 1739 @ 1597.89
1618.32/1728.06	c #Conflicts:     832000 | #Constraints:      45680
1618.32/1728.06	c #Conflicts:     833000 | #Constraints:      46701
1618.32/1728.06	c bounds 1780 >= 1739 @ 1600.98
1624.50/1734.21	c #Conflicts:     834000 | #Constraints:      47744
1624.50/1734.21	c #Conflicts:     835000 | #Constraints:      48772
1624.50/1734.21	c #Conflicts:     836000 | #Constraints:      49808
1624.50/1734.21	c #Conflicts:     837000 | #Constraints:      50840
1624.50/1734.21	c bounds 1779 >= 1739 @ 1607.05
1628.59/1738.38	c #Conflicts:     838000 | #Constraints:      51881
1628.59/1738.38	c #Conflicts:     839000 | #Constraints:      52903
1628.59/1738.38	c #Conflicts:     840000 | #Constraints:      53947
1628.59/1738.38	c bounds 1778 >= 1739 @ 1611.17
1641.35/1751.10	c #Conflicts:     841000 | #Constraints:      54976
1641.35/1751.10	c #Conflicts:     842000 | #Constraints:      56007
1641.35/1751.10	c #Conflicts:     843000 | #Constraints:      57043
1641.35/1751.10	c #Conflicts:     844000 | #Constraints:      58071
1641.35/1751.10	c #Conflicts:     845000 | #Constraints:      59116
1641.35/1751.10	c #Conflicts:     846000 | #Constraints:      60149
1641.35/1751.10	c INPROCESSING
1641.35/1751.10	c GARBAGE COLLECT
1641.35/1751.10	c rational objective 1739
1671.15/1781.26	c #Conflicts:     847000 | #Constraints:      42467
1671.15/1781.26	c #Conflicts:     848000 | #Constraints:      43467
1671.15/1781.26	c #Conflicts:     849000 | #Constraints:      44467
1671.15/1781.26	c #Conflicts:     850000 | #Constraints:      45467
1671.15/1781.26	c #Conflicts:     851000 | #Constraints:      46467
1671.15/1781.26	c #Conflicts:     852000 | #Constraints:      47467
1671.15/1781.26	c #Conflicts:     853000 | #Constraints:      48467
1671.15/1781.26	c #Conflicts:     854000 | #Constraints:      49467
1671.15/1781.26	c #Conflicts:     855000 | #Constraints:      50467
1671.15/1781.26	c #Conflicts:     856000 | #Constraints:      51467
1671.15/1781.26	c #Conflicts:     857000 | #Constraints:      52467
1671.15/1781.26	c #Conflicts:     858000 | #Constraints:      53467
1671.15/1781.26	c #Conflicts:     859000 | #Constraints:      54467
1671.15/1781.26	c #Conflicts:     860000 | #Constraints:      55467
1671.15/1781.26	c #Conflicts:     861000 | #Constraints:      56467
1671.15/1781.26	c #Conflicts:     862000 | #Constraints:      57467
1671.15/1781.26	c #Conflicts:     863000 | #Constraints:      58467
1671.15/1781.26	c #Conflicts:     864000 | #Constraints:      59467
1671.15/1781.26	c #Conflicts:     865000 | #Constraints:      60467
1671.15/1781.26	c INPROCESSING
1671.15/1781.26	c GARBAGE COLLECT
1671.15/1781.26	c rational objective 1739
1715.27/1825.67	c #Conflicts:     866000 | #Constraints:      42933
1715.27/1825.67	c #Conflicts:     867000 | #Constraints:      43933
1715.27/1825.67	c #Conflicts:     868000 | #Constraints:      44933
1715.27/1825.67	c #Conflicts:     869000 | #Constraints:      45933
1715.27/1825.67	c #Conflicts:     870000 | #Constraints:      46934
1715.27/1825.67	c #Conflicts:     871000 | #Constraints:      47934
1715.27/1825.67	c #Conflicts:     872000 | #Constraints:      48934
1715.27/1825.67	c #Conflicts:     873000 | #Constraints:      49939
1715.27/1825.67	c #Conflicts:     874000 | #Constraints:      50941
1715.27/1825.67	c #Conflicts:     875000 | #Constraints:      51945
1715.27/1825.67	c #Conflicts:     876000 | #Constraints:      52961
1715.27/1825.67	c #Conflicts:     877000 | #Constraints:      53967
1715.27/1825.67	c #Conflicts:     878000 | #Constraints:      54980
1715.27/1825.67	c #Conflicts:     879000 | #Constraints:      55990
1715.27/1825.67	c #Conflicts:     880000 | #Constraints:      56996
1715.27/1825.67	c #Conflicts:     881000 | #Constraints:      58006
1715.27/1825.67	c #Conflicts:     882000 | #Constraints:      59010
1715.27/1825.67	c #Conflicts:     883000 | #Constraints:      60012
1715.27/1825.67	c #Conflicts:     884000 | #Constraints:      61022
1715.27/1825.67	c INPROCESSING
1715.27/1825.67	c GARBAGE COLLECT
1715.27/1825.67	c rational objective 1739
1742.18/1852.84	c #Conflicts:     885000 | #Constraints:      43187
1742.18/1852.84	c #Conflicts:     886000 | #Constraints:      44187
1742.18/1852.84	c #Conflicts:     887000 | #Constraints:      45187
1742.18/1852.84	c #Conflicts:     888000 | #Constraints:      46187
1742.18/1852.84	c #Conflicts:     889000 | #Constraints:      47187
1742.18/1852.84	c #Conflicts:     890000 | #Constraints:      48187
1742.18/1852.84	c #Conflicts:     891000 | #Constraints:      49187
1742.18/1852.84	c #Conflicts:     892000 | #Constraints:      50187
1742.18/1852.84	c #Conflicts:     893000 | #Constraints:      51187
1742.18/1852.84	c #Conflicts:     894000 | #Constraints:      52187
1742.18/1852.84	c #Conflicts:     895000 | #Constraints:      53187
1742.18/1852.84	c #Conflicts:     896000 | #Constraints:      54187
1742.18/1852.84	c #Conflicts:     897000 | #Constraints:      55187
1742.18/1852.84	c #Conflicts:     898000 | #Constraints:      56187
1742.18/1852.84	c #Conflicts:     899000 | #Constraints:      57187
1742.18/1852.84	c #Conflicts:     900000 | #Constraints:      58187
1742.18/1852.84	c #Conflicts:     901000 | #Constraints:      59187
1742.18/1852.84	c #Conflicts:     902000 | #Constraints:      60187
1742.18/1852.84	c #Conflicts:     903000 | #Constraints:      61187
1742.18/1852.84	c INPROCESSING
1742.18/1852.84	c GARBAGE COLLECT
1742.18/1852.84	c rational objective 1739
1772.90/1883.64	c #Conflicts:     904000 | #Constraints:      43379
1772.90/1883.64	c #Conflicts:     905000 | #Constraints:      44379
1772.90/1883.64	c #Conflicts:     906000 | #Constraints:      45379
1772.90/1883.64	c #Conflicts:     907000 | #Constraints:      46379
1772.90/1883.64	c #Conflicts:     908000 | #Constraints:      47379
1772.90/1883.64	c #Conflicts:     909000 | #Constraints:      48379
1772.90/1883.64	c #Conflicts:     910000 | #Constraints:      49379
1772.90/1883.64	c #Conflicts:     911000 | #Constraints:      50379
1772.90/1883.64	c #Conflicts:     912000 | #Constraints:      51379
1772.90/1883.64	c #Conflicts:     913000 | #Constraints:      52379
1772.90/1883.64	c #Conflicts:     914000 | #Constraints:      53379
1772.90/1883.64	c #Conflicts:     915000 | #Constraints:      54379
1772.90/1883.64	c #Conflicts:     916000 | #Constraints:      55379
1772.90/1883.64	c #Conflicts:     917000 | #Constraints:      56379
1772.90/1883.64	c #Conflicts:     918000 | #Constraints:      57379
1772.90/1883.64	c #Conflicts:     919000 | #Constraints:      58379
1772.90/1883.64	c #Conflicts:     920000 | #Constraints:      59379
1772.90/1883.64	c #Conflicts:     921000 | #Constraints:      60379
1772.90/1883.64	c #Conflicts:     922000 | #Constraints:      61379
1772.90/1883.64	c INPROCESSING
1772.90/1883.64	c GARBAGE COLLECT
1772.90/1883.64	c rational objective 1739
1785.57/1896.30	c #Conflicts:     923000 | #Constraints:      43368
1785.57/1896.30	c #Conflicts:     924000 | #Constraints:      44368
1785.57/1896.30	c #Conflicts:     925000 | #Constraints:      45368
1785.57/1896.30	c #Conflicts:     926000 | #Constraints:      46368
1785.57/1896.30	c #Conflicts:     927000 | #Constraints:      47368
1785.57/1896.30	c #Conflicts:     928000 | #Constraints:      48368
1785.57/1896.30	c #Conflicts:     929000 | #Constraints:      49368
1785.57/1896.30	c #Conflicts:     930000 | #Constraints:      50368
1785.57/1896.30	c bounds 1777 >= 1739 @ 1766.75
1855.63/1966.62	c #Conflicts:     931000 | #Constraints:      51369
1855.63/1966.62	c #Conflicts:     932000 | #Constraints:      52369
1855.63/1966.62	c #Conflicts:     933000 | #Constraints:      53369
1855.63/1966.62	c #Conflicts:     934000 | #Constraints:      54369
1855.63/1966.62	c #Conflicts:     935000 | #Constraints:      55369
1855.63/1966.62	c #Conflicts:     936000 | #Constraints:      56369
1855.63/1966.62	c #Conflicts:     937000 | #Constraints:      57369
1855.63/1966.62	c #Conflicts:     938000 | #Constraints:      58369
1855.63/1966.62	c #Conflicts:     939000 | #Constraints:      59369
1855.63/1966.62	c #Conflicts:     940000 | #Constraints:      60369
1855.63/1966.62	c #Conflicts:     941000 | #Constraints:      61369
1855.63/1966.62	c INPROCESSING
1855.63/1966.62	c GARBAGE COLLECT
1855.63/1966.62	c rational objective 1739
1890.69/2001.91	c #Conflicts:     942000 | #Constraints:      43147
1890.69/2001.91	c #Conflicts:     943000 | #Constraints:      44147
1890.69/2001.91	c #Conflicts:     944000 | #Constraints:      45147
1890.69/2001.91	c #Conflicts:     945000 | #Constraints:      46148
1890.69/2001.91	c #Conflicts:     946000 | #Constraints:      47201
1890.69/2001.91	c #Conflicts:     947000 | #Constraints:      48300
1890.69/2001.91	c #Conflicts:     948000 | #Constraints:      49398
1890.69/2001.91	c #Conflicts:     949000 | #Constraints:      50470
1890.69/2001.91	c #Conflicts:     950000 | #Constraints:      51547
1890.69/2001.91	c #Conflicts:     951000 | #Constraints:      52625
1890.69/2001.91	c #Conflicts:     952000 | #Constraints:      53657
1890.69/2001.91	c #Conflicts:     953000 | #Constraints:      54695
1890.69/2001.91	c bounds 1776 >= 1739 @ 1871.29
1904.75/2016.00	c #Conflicts:     954000 | #Constraints:      55707
1904.75/2016.00	c #Conflicts:     955000 | #Constraints:      56707
1904.75/2016.00	c #Conflicts:     956000 | #Constraints:      57707
1904.75/2016.00	c #Conflicts:     957000 | #Constraints:      58707
1904.75/2016.00	c #Conflicts:     958000 | #Constraints:      59707
1904.75/2016.00	c #Conflicts:     959000 | #Constraints:      60708
1904.75/2016.00	c #Conflicts:     960000 | #Constraints:      61747
1904.75/2016.00	c #Conflicts:     961000 | #Constraints:      62809
1904.75/2016.00	c INPROCESSING
1904.75/2016.00	c GARBAGE COLLECT
1904.75/2016.00	c rational objective 1739
1927.59/2038.93	c #Conflicts:     962000 | #Constraints:      43962
1927.59/2038.93	c #Conflicts:     963000 | #Constraints:      44962
1927.59/2038.93	c #Conflicts:     964000 | #Constraints:      45999
1927.59/2038.93	c #Conflicts:     965000 | #Constraints:      47049
1927.59/2038.93	c #Conflicts:     966000 | #Constraints:      48117
1927.59/2038.93	c #Conflicts:     967000 | #Constraints:      49175
1927.59/2038.93	c #Conflicts:     968000 | #Constraints:      50216
1927.59/2038.93	c #Conflicts:     969000 | #Constraints:      51250
1927.59/2038.93	c #Conflicts:     970000 | #Constraints:      52294
1927.59/2038.93	c #Conflicts:     971000 | #Constraints:      53325
1927.59/2038.93	c #Conflicts:     972000 | #Constraints:      54341
1927.59/2038.93	c #Conflicts:     973000 | #Constraints:      55362
1927.59/2038.93	c #Conflicts:     974000 | #Constraints:      56378
1927.59/2038.93	c #Conflicts:     975000 | #Constraints:      57406
1927.59/2038.93	c #Conflicts:     976000 | #Constraints:      58431
1927.59/2038.93	c #Conflicts:     977000 | #Constraints:      59454
1927.59/2038.93	c #Conflicts:     978000 | #Constraints:      60469
1927.59/2038.93	c #Conflicts:     979000 | #Constraints:      61485
1927.59/2038.93	c #Conflicts:     980000 | #Constraints:      62497
1927.59/2038.93	c #Conflicts:     981000 | #Constraints:      63508
1927.59/2038.93	c INPROCESSING
1927.59/2038.93	c GARBAGE COLLECT
1927.59/2038.93	c rational objective 1739
1935.86/2047.24	c #Conflicts:     982000 | #Constraints:      44498
1935.86/2047.24	c #Conflicts:     983000 | #Constraints:      45514
1935.86/2047.24	c #Conflicts:     984000 | #Constraints:      46527
1935.86/2047.24	c #Conflicts:     985000 | #Constraints:      47542
1935.86/2047.24	c #Conflicts:     986000 | #Constraints:      48561
1935.86/2047.24	c #Conflicts:     987000 | #Constraints:      49569
1935.86/2047.24	c bounds 1775 >= 1739 @ 1915.86
1970.67/2082.15	c #Conflicts:     988000 | #Constraints:      50583
1970.67/2082.15	c #Conflicts:     989000 | #Constraints:      51583
1970.67/2082.15	c #Conflicts:     990000 | #Constraints:      52583
1970.67/2082.15	c #Conflicts:     991000 | #Constraints:      53583
1970.67/2082.15	c #Conflicts:     992000 | #Constraints:      54583
1970.67/2082.15	c #Conflicts:     993000 | #Constraints:      55583
1970.67/2082.15	c #Conflicts:     994000 | #Constraints:      56583
1970.67/2082.15	c #Conflicts:     995000 | #Constraints:      57583
1970.67/2082.15	c #Conflicts:     996000 | #Constraints:      58583
1970.67/2082.15	c #Conflicts:     997000 | #Constraints:      59583
1970.67/2082.15	c #Conflicts:     998000 | #Constraints:      60583
1970.67/2082.15	c #Conflicts:     999000 | #Constraints:      61583
1970.67/2082.15	c #Conflicts:    1000000 | #Constraints:      62583
1970.67/2082.15	c #Conflicts:    1001000 | #Constraints:      63583
1970.67/2082.15	c INPROCESSING
1970.67/2082.15	c GARBAGE COLLECT
1970.67/2082.15	c rational objective 1739
1975.16/2086.60	c #Conflicts:    1002000 | #Constraints:      44554
1975.16/2086.60	c #Conflicts:    1003000 | #Constraints:      45555
1975.16/2086.60	c #Conflicts:    1004000 | #Constraints:      46571
1975.16/2086.60	c bounds 1774 >= 1739 @ 1954.87
1980.74/2092.28	c #Conflicts:    1005000 | #Constraints:      47590
1980.74/2092.28	c #Conflicts:    1006000 | #Constraints:      48606
1980.74/2092.28	c #Conflicts:    1007000 | #Constraints:      49639
1980.74/2092.28	c #Conflicts:    1008000 | #Constraints:      50669
1980.74/2092.28	c bounds 1773 >= 1739 @ 1960.47
1987.13/2098.68	c #Conflicts:    1009000 | #Constraints:      51686
1987.13/2098.68	c #Conflicts:    1010000 | #Constraints:      52705
1987.13/2098.68	c #Conflicts:    1011000 | #Constraints:      53739
1987.13/2098.68	c #Conflicts:    1012000 | #Constraints:      54751
1987.13/2098.68	c bounds 1772 >= 1739 @ 1966.8
1993.61/2105.18	c #Conflicts:    1013000 | #Constraints:      55765
1993.61/2105.18	c #Conflicts:    1014000 | #Constraints:      56793
1993.61/2105.18	c #Conflicts:    1015000 | #Constraints:      57811
1993.61/2105.18	c #Conflicts:    1016000 | #Constraints:      58824
1993.61/2105.18	c bounds 1771 >= 1739 @ 1973.2
2001.78/2113.31	c #Conflicts:    1017000 | #Constraints:      59832
2001.78/2113.31	c #Conflicts:    1018000 | #Constraints:      60856
2001.78/2113.31	c #Conflicts:    1019000 | #Constraints:      61883
2001.78/2113.31	c #Conflicts:    1020000 | #Constraints:      62894
2001.78/2113.31	c bounds 1770 >= 1739 @ 1981.23
2005.20/2116.97	c #Conflicts:    1021000 | #Constraints:      63908
2005.20/2116.97	c INPROCESSING
2005.20/2116.97	c GARBAGE COLLECT
2005.20/2116.97	c rational objective 1739
2017.57/2129.35	c #Conflicts:    1022000 | #Constraints:      44655
2017.57/2129.35	c #Conflicts:    1023000 | #Constraints:      45655
2017.57/2129.35	c #Conflicts:    1024000 | #Constraints:      46655
2017.57/2129.35	c #Conflicts:    1025000 | #Constraints:      47655
2017.57/2129.35	c #Conflicts:    1026000 | #Constraints:      48655
2017.57/2129.35	c #Conflicts:    1027000 | #Constraints:      49655
2017.57/2129.35	c #Conflicts:    1028000 | #Constraints:      50659
2017.57/2129.35	c #Conflicts:    1029000 | #Constraints:      51704
2017.57/2129.35	c bounds 1769 >= 1739 @ 1996.91
2072.04/2184.02	c #Conflicts:    1030000 | #Constraints:      52711
2072.04/2184.02	c #Conflicts:    1031000 | #Constraints:      53711
2072.04/2184.02	c #Conflicts:    1032000 | #Constraints:      54711
2072.04/2184.02	c #Conflicts:    1033000 | #Constraints:      55711
2072.04/2184.02	c #Conflicts:    1034000 | #Constraints:      56711
2072.04/2184.02	c #Conflicts:    1035000 | #Constraints:      57711
2072.04/2184.02	c #Conflicts:    1036000 | #Constraints:      58711
2072.04/2184.02	c #Conflicts:    1037000 | #Constraints:      59711
2072.04/2184.02	c #Conflicts:    1038000 | #Constraints:      60711
2072.04/2184.02	c #Conflicts:    1039000 | #Constraints:      61711
2072.04/2184.02	c #Conflicts:    1040000 | #Constraints:      62711
2072.04/2184.02	c #Conflicts:    1041000 | #Constraints:      63711
2072.04/2184.02	c INPROCESSING
2072.04/2184.02	c GARBAGE COLLECT
2072.04/2184.02	c rational objective 1739
2081.12/2193.16	c #Conflicts:    1042000 | #Constraints:      44369
2081.12/2193.16	c #Conflicts:    1043000 | #Constraints:      45369
2081.12/2193.16	c #Conflicts:    1044000 | #Constraints:      46369
2081.12/2193.16	c #Conflicts:    1045000 | #Constraints:      47369
2081.12/2193.16	c #Conflicts:    1046000 | #Constraints:      48369
2081.12/2193.16	c #Conflicts:    1047000 | #Constraints:      49373
2081.12/2193.16	c bounds 1768 >= 1739 @ 2060.19
2087.70/2199.76	c #Conflicts:    1048000 | #Constraints:      50393
2087.70/2199.76	c #Conflicts:    1049000 | #Constraints:      51410
2087.70/2199.76	c #Conflicts:    1050000 | #Constraints:      52428
2087.70/2199.76	c #Conflicts:    1051000 | #Constraints:      53461
2087.70/2199.76	c bounds 1767 >= 1739 @ 2066.71
2112.15/2225.91	c #Conflicts:    1052000 | #Constraints:      54501
2112.15/2225.91	c #Conflicts:    1053000 | #Constraints:      55501
2112.15/2225.91	c #Conflicts:    1054000 | #Constraints:      56501
2112.15/2225.91	c #Conflicts:    1055000 | #Constraints:      57501
2112.15/2225.91	c #Conflicts:    1056000 | #Constraints:      58501
2112.15/2225.91	c #Conflicts:    1057000 | #Constraints:      59501
2112.15/2225.91	c #Conflicts:    1058000 | #Constraints:      60501
2112.15/2225.91	c #Conflicts:    1059000 | #Constraints:      61501
2112.15/2225.91	c #Conflicts:    1060000 | #Constraints:      62508
2112.15/2225.91	c #Conflicts:    1061000 | #Constraints:      63564
2112.15/2225.91	c #Conflicts:    1062000 | #Constraints:      64582
2112.15/2225.91	c INPROCESSING
2112.15/2225.91	c GARBAGE COLLECT
2112.15/2225.91	c rational objective 1739
2143.11/2257.06	c #Conflicts:    1063000 | #Constraints:      44879
2143.11/2257.06	c #Conflicts:    1064000 | #Constraints:      45879
2143.11/2257.06	c #Conflicts:    1065000 | #Constraints:      46879
2143.11/2257.06	c #Conflicts:    1066000 | #Constraints:      47879
2143.11/2257.06	c #Conflicts:    1067000 | #Constraints:      48879
2143.11/2257.06	c #Conflicts:    1068000 | #Constraints:      49879
2143.11/2257.06	c #Conflicts:    1069000 | #Constraints:      50879
2143.11/2257.06	c #Conflicts:    1070000 | #Constraints:      51879
2143.11/2257.06	c #Conflicts:    1071000 | #Constraints:      52879
2143.11/2257.06	c #Conflicts:    1072000 | #Constraints:      53879
2143.11/2257.06	c #Conflicts:    1073000 | #Constraints:      54879
2143.11/2257.06	c #Conflicts:    1074000 | #Constraints:      55879
2143.11/2257.06	c #Conflicts:    1075000 | #Constraints:      56879
2143.11/2257.06	c #Conflicts:    1076000 | #Constraints:      57879
2143.11/2257.06	c #Conflicts:    1077000 | #Constraints:      58879
2143.11/2257.06	c #Conflicts:    1078000 | #Constraints:      59879
2143.11/2257.06	c #Conflicts:    1079000 | #Constraints:      60879
2143.11/2257.06	c #Conflicts:    1080000 | #Constraints:      61879
2143.11/2257.06	c #Conflicts:    1081000 | #Constraints:      62879
2143.11/2257.06	c #Conflicts:    1082000 | #Constraints:      63879
2143.11/2257.07	c #Conflicts:    1083000 | #Constraints:      64879
2143.11/2257.07	c INPROCESSING
2143.11/2257.07	c GARBAGE COLLECT
2143.11/2257.07	c rational objective 1739
2149.78/2263.77	c #Conflicts:    1084000 | #Constraints:      45278
2149.78/2263.77	c #Conflicts:    1085000 | #Constraints:      46278
2149.78/2263.77	c #Conflicts:    1086000 | #Constraints:      47284
2149.78/2263.77	c bounds 1766 >= 1739 @ 2128.26
2150.39/2264.37	c #Conflicts:    1087000 | #Constraints:      48303
2150.39/2264.37	c bounds 1765 >= 1739 @ 2128.84
2150.48/2264.46	c bounds 1764 >= 1739 @ 2128.92
2150.58/2264.51	c bounds 1763 >= 1739 @ 2128.98
2150.58/2264.57	c bounds 1762 >= 1739 @ 2129.03
2161.16/2275.15	c #Conflicts:    1088000 | #Constraints:      49307
2161.16/2275.15	c #Conflicts:    1089000 | #Constraints:      50307
2161.16/2275.15	c #Conflicts:    1090000 | #Constraints:      51307
2161.16/2275.15	c #Conflicts:    1091000 | #Constraints:      52307
2161.16/2275.15	c #Conflicts:    1092000 | #Constraints:      53307
2161.16/2275.15	c #Conflicts:    1093000 | #Constraints:      54310
2161.16/2275.15	c bounds 1761 >= 1739 @ 2139.42
2163.05/2277.01	c #Conflicts:    1094000 | #Constraints:      55332
2163.05/2277.01	c bounds 1760 >= 1739 @ 2141.26
2187.18/2301.51	c #Conflicts:    1095000 | #Constraints:      56345
2187.18/2301.51	c #Conflicts:    1096000 | #Constraints:      57361
2187.18/2301.51	c #Conflicts:    1097000 | #Constraints:      58405
2187.18/2301.51	c #Conflicts:    1098000 | #Constraints:      59454
2187.18/2301.51	c #Conflicts:    1099000 | #Constraints:      60524
2187.18/2301.51	c #Conflicts:    1100000 | #Constraints:      61579
2187.18/2301.51	c #Conflicts:    1101000 | #Constraints:      62609
2187.18/2301.51	c #Conflicts:    1102000 | #Constraints:      63629
2187.18/2301.51	c #Conflicts:    1103000 | #Constraints:      64640
2187.18/2301.51	c #Conflicts:    1104000 | #Constraints:      65649
2187.18/2301.51	c INPROCESSING
2187.18/2301.51	c GARBAGE COLLECT
2187.18/2301.51	c rational objective 1739
2218.17/2333.46	c #Conflicts:    1105000 | #Constraints:      45539
2218.17/2333.46	c #Conflicts:    1106000 | #Constraints:      46539
2218.17/2333.46	c #Conflicts:    1107000 | #Constraints:      47539
2218.17/2333.46	c #Conflicts:    1108000 | #Constraints:      48539
2218.17/2333.46	c #Conflicts:    1109000 | #Constraints:      49539
2218.17/2333.46	c #Conflicts:    1110000 | #Constraints:      50539
2218.17/2333.46	c #Conflicts:    1111000 | #Constraints:      51539
2218.17/2333.46	c #Conflicts:    1112000 | #Constraints:      52539
2218.17/2333.46	c #Conflicts:    1113000 | #Constraints:      53539
2218.17/2333.46	c #Conflicts:    1114000 | #Constraints:      54539
2218.17/2333.46	c #Conflicts:    1115000 | #Constraints:      55539
2218.17/2333.46	c #Conflicts:    1116000 | #Constraints:      56539
2218.17/2333.46	c #Conflicts:    1117000 | #Constraints:      57539
2218.17/2333.46	c #Conflicts:    1118000 | #Constraints:      58539
2218.17/2333.46	c #Conflicts:    1119000 | #Constraints:      59539
2218.17/2333.46	c #Conflicts:    1120000 | #Constraints:      60539
2218.17/2333.46	c #Conflicts:    1121000 | #Constraints:      61539
2218.17/2333.46	c #Conflicts:    1122000 | #Constraints:      62539
2218.17/2333.46	c #Conflicts:    1123000 | #Constraints:      63539
2218.17/2333.46	c #Conflicts:    1124000 | #Constraints:      64539
2218.17/2333.46	c #Conflicts:    1125000 | #Constraints:      65539
2218.17/2333.46	c INPROCESSING
2218.17/2333.46	c GARBAGE COLLECT
2218.17/2333.46	c rational objective 1739
2218.46/2333.75	c bounds 1759 >= 1739 @ 2196.27
2229.30/2344.73	c #Conflicts:    1126000 | #Constraints:      45484
2229.30/2344.73	c #Conflicts:    1127000 | #Constraints:      46484
2229.30/2344.73	c #Conflicts:    1128000 | #Constraints:      47486
2229.30/2344.73	c #Conflicts:    1129000 | #Constraints:      48514
2229.30/2344.73	c #Conflicts:    1130000 | #Constraints:      49562
2229.30/2344.73	c #Conflicts:    1131000 | #Constraints:      50615
2229.30/2344.73	c #Conflicts:    1132000 | #Constraints:      51670
2229.30/2344.73	c #Conflicts:    1133000 | #Constraints:      52713
2229.30/2344.73	c bounds 1758 >= 1739 @ 2206.87
2303.22/2419.22	c #Conflicts:    1134000 | #Constraints:      53728
2303.22/2419.22	c #Conflicts:    1135000 | #Constraints:      54728
2303.22/2419.22	c #Conflicts:    1136000 | #Constraints:      55728
2303.22/2419.22	c #Conflicts:    1137000 | #Constraints:      56728
2303.22/2419.22	c #Conflicts:    1138000 | #Constraints:      57728
2303.22/2419.22	c #Conflicts:    1139000 | #Constraints:      58728
2303.22/2419.22	c #Conflicts:    1140000 | #Constraints:      59728
2303.22/2419.22	c #Conflicts:    1141000 | #Constraints:      60728
2303.22/2419.22	c #Conflicts:    1142000 | #Constraints:      61728
2303.22/2419.22	c #Conflicts:    1143000 | #Constraints:      62728
2303.22/2419.22	c #Conflicts:    1144000 | #Constraints:      63728
2303.22/2419.22	c #Conflicts:    1145000 | #Constraints:      64728
2303.22/2419.22	c #Conflicts:    1146000 | #Constraints:      65728
2303.22/2419.22	c INPROCESSING
2303.22/2419.22	c GARBAGE COLLECT
2303.22/2419.22	c rational objective 1739
2312.49/2428.58	c #Conflicts:    1147000 | #Constraints:      45393
2312.49/2428.58	c #Conflicts:    1148000 | #Constraints:      46393
2312.49/2428.58	c #Conflicts:    1149000 | #Constraints:      47400
2312.49/2428.58	c #Conflicts:    1150000 | #Constraints:      48452
2312.49/2428.58	c #Conflicts:    1151000 | #Constraints:      49484
2312.49/2428.58	c #Conflicts:    1152000 | #Constraints:      50529
2312.49/2428.58	c #Conflicts:    1153000 | #Constraints:      51562
2312.49/2428.58	c bounds 1757 >= 1739 @ 2289.79
2331.04/2447.30	c #Conflicts:    1154000 | #Constraints:      52585
2331.04/2447.30	c #Conflicts:    1155000 | #Constraints:      53615
2331.04/2447.30	c #Conflicts:    1156000 | #Constraints:      54654
2331.04/2447.30	c #Conflicts:    1157000 | #Constraints:      55667
2331.04/2447.30	c #Conflicts:    1158000 | #Constraints:      56695
2331.04/2447.30	c #Conflicts:    1159000 | #Constraints:      57719
2331.04/2447.30	c #Conflicts:    1160000 | #Constraints:      58752
2331.04/2447.30	c #Conflicts:    1161000 | #Constraints:      59782
2331.04/2447.30	c #Conflicts:    1162000 | #Constraints:      60810
2331.04/2447.30	c #Conflicts:    1163000 | #Constraints:      61829
2331.04/2447.30	c bounds 1756 >= 1739 @ 2308.05
2340.92/2457.23	c #Conflicts:    1164000 | #Constraints:      62848
2340.92/2457.23	c #Conflicts:    1165000 | #Constraints:      63870
2340.92/2457.23	c #Conflicts:    1166000 | #Constraints:      64870
2340.92/2457.23	c #Conflicts:    1167000 | #Constraints:      65877
2340.92/2457.23	c #Conflicts:    1168000 | #Constraints:      66908
2340.92/2457.23	c INPROCESSING
2340.92/2457.23	c GARBAGE COLLECT
2340.92/2457.23	c rational objective 1739
2347.20/2463.56	c #Conflicts:    1169000 | #Constraints:      46032
2347.20/2463.56	c #Conflicts:    1170000 | #Constraints:      47032
2347.20/2463.56	c #Conflicts:    1171000 | #Constraints:      48033
2347.20/2463.56	c #Conflicts:    1172000 | #Constraints:      49038
2347.20/2463.56	c #Conflicts:    1173000 | #Constraints:      50042
2347.20/2463.56	c bounds 1755 >= 1739 @ 2324.1
2366.36/2482.76	c #Conflicts:    1174000 | #Constraints:      51075
2366.36/2482.76	c #Conflicts:    1175000 | #Constraints:      52109
2366.36/2482.76	c #Conflicts:    1176000 | #Constraints:      53125
2366.36/2482.76	c #Conflicts:    1177000 | #Constraints:      54132
2366.36/2482.76	c #Conflicts:    1178000 | #Constraints:      55136
2366.36/2482.76	c #Conflicts:    1179000 | #Constraints:      56156
2366.36/2482.76	c #Conflicts:    1180000 | #Constraints:      57171
2366.36/2482.76	c #Conflicts:    1181000 | #Constraints:      58200
2366.36/2482.76	c #Conflicts:    1182000 | #Constraints:      59232
2366.36/2482.76	c #Conflicts:    1183000 | #Constraints:      60260
2366.36/2482.76	c #Conflicts:    1184000 | #Constraints:      61295
2366.36/2482.76	c bounds 1754 >= 1739 @ 2343.07
2379.93/2496.37	c #Conflicts:    1185000 | #Constraints:      62315
2379.93/2496.37	c #Conflicts:    1186000 | #Constraints:      63336
2379.93/2496.37	c #Conflicts:    1187000 | #Constraints:      64339
2379.93/2496.37	c #Conflicts:    1188000 | #Constraints:      65355
2379.93/2496.37	c #Conflicts:    1189000 | #Constraints:      66364
2379.93/2496.37	c #Conflicts:    1190000 | #Constraints:      67392
2379.93/2496.37	c INPROCESSING
2379.93/2496.37	c GARBAGE COLLECT
2379.93/2496.37	c rational objective 1739
2418.24/2535.53	c #Conflicts:    1191000 | #Constraints:      46413
2418.24/2535.53	c #Conflicts:    1192000 | #Constraints:      47413
2418.24/2535.53	c #Conflicts:    1193000 | #Constraints:      48413
2418.24/2535.53	c #Conflicts:    1194000 | #Constraints:      49413
2418.24/2535.53	c #Conflicts:    1195000 | #Constraints:      50413
2418.24/2535.53	c #Conflicts:    1196000 | #Constraints:      51413
2418.24/2535.53	c #Conflicts:    1197000 | #Constraints:      52413
2418.24/2535.53	c #Conflicts:    1198000 | #Constraints:      53413
2418.24/2535.53	c #Conflicts:    1199000 | #Constraints:      54413
2418.24/2535.53	c #Conflicts:    1200000 | #Constraints:      55413
2418.24/2535.53	c #Conflicts:    1201000 | #Constraints:      56413
2418.24/2535.53	c #Conflicts:    1202000 | #Constraints:      57413
2418.24/2535.53	c #Conflicts:    1203000 | #Constraints:      58413
2418.24/2535.53	c #Conflicts:    1204000 | #Constraints:      59413
2418.24/2535.53	c #Conflicts:    1205000 | #Constraints:      60413
2418.24/2535.53	c #Conflicts:    1206000 | #Constraints:      61413
2418.24/2535.53	c #Conflicts:    1207000 | #Constraints:      62413
2418.24/2535.53	c #Conflicts:    1208000 | #Constraints:      63413
2418.24/2535.53	c #Conflicts:    1209000 | #Constraints:      64413
2418.24/2535.53	c #Conflicts:    1210000 | #Constraints:      65413
2418.24/2535.53	c #Conflicts:    1211000 | #Constraints:      66413
2418.24/2535.53	c #Conflicts:    1212000 | #Constraints:      67413
2418.24/2535.53	c INPROCESSING
2418.24/2535.53	c GARBAGE COLLECT
2418.24/2535.53	c rational objective 1739
2464.60/2582.20	c #Conflicts:    1213000 | #Constraints:      46515
2464.60/2582.20	c #Conflicts:    1214000 | #Constraints:      47515
2464.60/2582.20	c #Conflicts:    1215000 | #Constraints:      48515
2464.60/2582.20	c #Conflicts:    1216000 | #Constraints:      49515
2464.60/2582.20	c #Conflicts:    1217000 | #Constraints:      50515
2464.60/2582.20	c #Conflicts:    1218000 | #Constraints:      51523
2464.60/2582.20	c #Conflicts:    1219000 | #Constraints:      52540
2464.60/2582.20	c #Conflicts:    1220000 | #Constraints:      53558
2464.60/2582.20	c #Conflicts:    1221000 | #Constraints:      54602
2464.60/2582.20	c #Conflicts:    1222000 | #Constraints:      55665
2464.60/2582.20	c #Conflicts:    1223000 | #Constraints:      56697
2464.60/2582.20	c #Conflicts:    1224000 | #Constraints:      57723
2464.60/2582.20	c #Conflicts:    1225000 | #Constraints:      58773
2464.60/2582.20	c #Conflicts:    1226000 | #Constraints:      59813
2464.60/2582.20	c #Conflicts:    1227000 | #Constraints:      60852
2464.60/2582.20	c #Conflicts:    1228000 | #Constraints:      61881
2464.60/2582.20	c #Conflicts:    1229000 | #Constraints:      62914
2464.60/2582.20	c #Conflicts:    1230000 | #Constraints:      63941
2464.60/2582.20	c #Conflicts:    1231000 | #Constraints:      64962
2464.60/2582.20	c #Conflicts:    1232000 | #Constraints:      65975
2464.60/2582.20	c #Conflicts:    1233000 | #Constraints:      67005
2464.60/2582.20	c #Conflicts:    1234000 | #Constraints:      68024
2464.60/2582.20	c INPROCESSING
2464.60/2582.20	c GARBAGE COLLECT
2464.60/2582.20	c rational objective 1739
2472.68/2590.37	c #Conflicts:    1235000 | #Constraints:      46620
2472.68/2590.37	c #Conflicts:    1236000 | #Constraints:      47620
2472.68/2590.37	c #Conflicts:    1237000 | #Constraints:      48620
2472.68/2590.37	c #Conflicts:    1238000 | #Constraints:      49620
2472.68/2590.37	c #Conflicts:    1239000 | #Constraints:      50620
2472.68/2590.37	c bounds 1754 >= 1740 @ 2448.53
2472.98/2590.65	c #Conflicts:    1240000 | #Constraints:      51668
2472.98/2590.65	c bounds 1740 >= 1740 @ 2448.81
2472.98/2590.65	c cpu time 2448.81 s
2472.98/2590.65	c deterministic time 150273137828 1.50e+11
2472.98/2590.65	c optimization time 1.76692 s
2472.98/2590.65	c total solve time 2446.95 s
2472.98/2590.65	c core-guided solve time 1311.34 s
2472.98/2590.65	c propagation time 1691.02 s
2472.98/2590.65	c conflict analysis time 578.89 s
2472.98/2590.65	c propagations 554696472
2472.98/2590.65	c resolve steps 22750911
2472.98/2590.65	c decisions 10274167
2472.98/2590.65	c conflicts 1240223
2472.98/2590.65	c restarts 2328
2472.98/2590.65	c inprocessing phases 102
2472.98/2590.65	c garbage collections 102 ,( 100.00 )
2472.98/2590.65	c input clauses 21406 ,( 84.24 )
2472.98/2590.65	c input cardinalities 3915 ,( 15.41 )
2472.98/2590.65	c input general constraints 90 ,( 0.35 )
2472.98/2590.65	c input average constraint length 287.80
2472.98/2590.65	c input average constraint degree 82.75
2472.98/2590.65	c learned clauses 657498 ,( 52.53 )
2472.98/2590.65	c learned cardinalities 175636 ,( 14.03 )
2472.98/2590.65	c learned general constraints 418594 ,( 33.44 )
2472.98/2590.65	c learned average constraint length 1112.23
2472.98/2590.65	c learned average constraint degree 3133610479.73
2472.98/2590.65	c watched  CF 32, 64, 128, Arb: 116207 , 0 , 0 , 0
2472.98/2590.65	c counting CF 32, 64, 128, Arb: 302478 , 0 , 0 , 0
2472.98/2590.65	c watched   constraints 116207 ,( 27.76 ) 
2472.98/2590.65	c counting  constraints 302477 ,( 72.24 ) 
2472.98/2590.65	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 428949411 , 5933424761 , 6657864629 ,( 97452498 , 6560412131 )
2472.98/2590.65	c gcd simplifications 53429
2472.98/2590.65	c detected cardinalities 15243
2472.98/2590.65	c weakened non-implied lits 461254064
2472.98/2590.65	c weakened non-implying lits 44108
2472.98/2590.65	c original variables 7602
2472.98/2590.65	c clausal propagations 200234367
2472.98/2590.65	c cardinality propagations 105102655
2472.98/2590.65	c watched propagations 5671306
2472.98/2590.65	c counting propagations 177650129
2472.98/2590.65	c watch lookups 71889120452
2472.98/2590.65	c watch backjump lookups 0
2472.98/2590.65	c watch checks 38457004299
2472.98/2590.65	c propagation checks 34931303721
2472.98/2590.65	c constraint additions 3863024572
2472.98/2590.65	c trail pops 566199460
2472.98/2590.65	c formula constraints 19604
2472.98/2590.65	c learned constraints 1228851
2472.98/2590.65	c bound constraints 2144
2472.98/2590.65	c core-guided constraints 3663
2472.98/2590.65	c encountered formula constraints 11934194
2472.98/2590.65	c encountered learned constraints 7470451
2472.98/2590.65	c encountered bound constraints 390
2472.98/2590.65	c encountered core-guided constraints 4356575
2472.98/2590.65	c LP total time 324.548 s
2472.98/2590.65	c LP solve time 236.7 s
2472.98/2590.65	c LP constraints added 19913
2472.98/2590.65	c LP constraints removed 305
2472.98/2590.65	c LP pivots internal 1243196
2472.98/2590.65	c LP pivots root 271488
2472.98/2590.65	c LP calls 14449
2472.98/2590.65	c LP optimalities 3069
2472.98/2590.65	c LP no pivot count 1982
2472.98/2590.65	c LP infeasibilities 11374
2472.98/2590.65	c LP valid Farkas constraints 11373
2472.98/2590.65	c LP learned Farkas constraints 11373
2472.98/2590.65	c LP basis resets 2
2472.98/2590.65	c LP cycling count 1
2472.98/2590.65	c LP singular count 0
2472.98/2590.65	c LP no primal count 0
2472.98/2590.65	c LP no farkas count 1
2472.98/2590.65	c LP other issue count 0
2472.98/2590.65	c LP Gomory cuts 131
2472.98/2590.65	c LP learned cuts 178
2472.98/2590.65	c LP deleted cuts 305
2472.98/2590.65	c LP encountered Gomory constraints 888
2472.98/2590.65	c LP encountered Farkas constraints 152759
2472.98/2590.65	c LP encountered learned Farkas constraints 64504
2472.98/2590.65	c CG auxiliary variables introduced 1801
2472.98/2590.65	c CG solutions found 374
2472.98/2590.65	c CG cores constructed 1740
2472.98/2590.65	c CG core cardinality constraints returned 0
2472.98/2590.65	c CG unit cores 0
2472.98/2590.65	c CG single cores 1740
2472.98/2590.65	c CG blocks removed during cardinality reduction 0
2472.98/2590.65	c CG first core best 0
2472.98/2590.65	c CG decision core best 0
2472.98/2590.65	c CG core reduction tie 0
2472.98/2590.65	c CG core degree average 1.00
2472.98/2590.65	c CG core slack average 1.99
2472.98/2590.65	c CG core upper bound improvements 11
2472.98/2590.65	c STR number of successful calls 0
2472.98/2590.65	c STR number of unsuccessful calls 0
2472.98/2590.65	c STR number of inconclusive calls 0
2472.98/2590.65	c STR number of successful attempts 0
2472.98/2590.65	c STR number of unsuccessful attempts 0
2472.98/2590.65	c STR number of inconclusive attempts 0
2472.98/2590.65	c STR average degree increase per successful call inf
2472.98/2590.65	c STR average degree increase per successful attempt inf
2472.98/2590.65	c STR total number of conflicts for successful attempts 0
2472.98/2590.65	c STR total number of conflicts for unsuccessful attempts 0
2472.98/2590.65	c STR total number of conflicts for inconclusive attempts 0
2472.98/2590.65	c STR average number of conflicts per successful attempt inf
2472.98/2590.65	c STR average number of conflicts per unsuccessful attempt inf
2472.98/2590.65	c STR average number of conflicts per inconclusive attempt inf
2472.98/2590.65	c AVG.sumWPerc 47.71 
2472.98/2590.65	c bigint constraints 0 
2472.98/2590.65	o 1740
2472.98/2590.65	s OPTIMUM FOUND
2472.98/2590.65	v x1 x2 -x3 x4 -x5 x6 -x7 x8 -x9 x10 -x11 x12 -x13 x14 -x15 x16 -x17 x18 -x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 x28 -x29 x30 -x31 x32 -x33 x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 x43 -x44 x45 x46 x47 x48 -x49 x50 -x51 x52 -x53 x54 x55 -x56 x57 -x58 -x59 x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 x100 -x101 x102 -x103 x104 -x105 x106 x107 -x108 x109 -x110 x111 x112 -x113 x114 -x115 x116 x117 -x118 x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138 -x139 x140 -x141 x142 -x143 x144 -x145 x146 -x147 x148 -x149 x150 -x151 x152 -x153 x154 -x155 x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 x166 -x167 x168 x169 -x170 x171 -x172 x173 -x174 -x175 x176 -x177 x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 x214 -x215 x216 -x217 x218 -x219 x220 -x221 x222 -x223 x224 x225 x226 -x227 x228 -x229 x230 -x231 x232 x233 -x234 x235 -x236 x237 x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 -x249 x250 -x251 x252 -x253 x254 -x255 x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 -x265 x266 -x267 x268 -x269 x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 -x291 x292 -x293 x294 -x295 x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 x324 x325 -x326 x327 x328 -x329 x330 -x331 x332 -x333 x334 -x335 x336 -x337 x338 -x339 x340 -x341 x342 -x343 x344 -x345 x346 -x347 x348 x349 -x350 x351 -x352 x353 -x354 x355 x356 -x357 x358 -x359 x360 -x361 x362 -x363 x364 -x365 x366 -x367 x368 -x369 x370 -x371 x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 x381 -x382 x383 x384 x385 -x386 x387 -x388 x389 -x390 x391 -x392 x393 -x394 x395 -x396 x397 -x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 -x407 x408 -x409 x410 -x411 x412 -x413 x414 x415 -x416 x417 -x418 x419 -x420 x421 -x422 x423 -x424 x425 -x426 x427 -x428 x429 -x430 x431 x432 x433 -x434 x435 -x436 x437 x438 -x439 x440 -x441 x442 -x443 x444 -x445 x446 -x447 x448 -x449 x450 -x451 x452 -x453 x454 -x455 x456 -x457 x458 -x459 x460 -x461 x462 -x463 x464 x465 -x466 x467 -x468 x469 -x470 x471 -x472 x473 x474 -x475 x476 -x477 x478 -x479 x480 -x481 x482 -x483 x484 -x485 x486 -x487 x488 x489 -x490 x491 x492 x493 x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 x513 -x514 x515 -x516 x517 -x518 x519 -x520 x521 -x522 -x523 x524 -x525 x526 -x527 x528 -x529 x530 -x531 x532 x533 -x534 x535 -x536 x537 -x538 x539 -x540 x541 x542 x543 -x544 x545 x546 -x547 x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 -x557 x558 -x559 x560 -x561 x562 -x563 x564 -x565 x566 -x567 x568 -x569 x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 x581 -x582 x583 -x584 x585 -x586 x587 -x588 x589 -x590 x591 x592 -x593 x594 -x595 x596 -x597 x598 x599 -x600 x601 x602 x603 -x604 x605 -x606 x607 -x608 x609 -x610 x611 -x612 x613 -x614 x615 -x616 x617 -x618 x619 -x620 x621 -x622 x623 -x624 x625 -x626 x627 -x628 x629 -x630 x631 -x632 x633 -x634 x635 -x636 x637 -x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 -x647 x648 -x649 x650 x651 -x652 x653 -x654 x655 x656 -x657 x658 -x659 x660 -x661 x662 -x663 x664 -x665 x666 -x667 x668 -x669 x670 -x671 x672 -x673 x674 -x675 x676 -x677 x678 -x679 x680 -x681 x682 -x683 x684 -x685 x686 -x687 x688 -x689 x690 -x691 x692 -x693 x694 -x695 x696 x697 -x698 x699 -x700 x701 -x702 x703 -x704 x705 -x706 x707 -x708 x709 x710 x711 x712 x713 -x714 x715 -x716 x717 -x718 x719 -x720 x721 -x722 x723 -x724 x725 -x726 x727 -x728 x729 -x730 x731 -x732 x733 -x734 x735 -x736 x737 -x738 x739 -x740 x741 -x742 x743 -x744 x745 -x746 x747 -x748 x749 -x750 x751 -x752 x753 -x754 -x755 x756 -x757 x758 -x759 x760 -x761 x762 -x763 x764 -x765 x766 -x767 x768 -x769 x770 -x771 x772 -x773 x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 -x787 x788 -x789 x790 -x791 x792 -x793 x794 -x795 x796 -x797 x798 -x799 x800 -x801 x802 -x803 x804 -x805 x806 -x807 x808 -x809 x810 -x811 x812 x813 -x814 x815 -x816 x817 -x818 x819 -x820 x821 -x822 x823 -x824 x825 -x826 x827 -x828 x829 -x830 x831 -x832 x833 -x834 x835 -x836 x837 -x838 x839 -x840 x841 -x842 x843 -x844 x845 -x846 x847 -x848 x849 -x850 x851 -x852 x853 -x854 x855 -x856 x857 -x858 x859 -x860 x861 -x862 x863 -x864 x865 -x866 x867 -x868 x869 -x870 -x871 x872 -x873 x874 -x875 x876 -x877 x878 -x879 x880 -x881 x882 -x883 x884 -x885 x886 -x887 x888 -x889 x890 -x891 x892 -x893 x894 -x895 x896 -x897 x898 -x899 x900 -x901 x902 -x903 x904 -x905 x906 -x907 x908 -x909 x910 -x911 x912 -x913 x914 -x915 x916 -x917 x918 -x919 x920 -x921 x922 -x923 x924 -x925 x926 -x927 x928 x929 -x930 x931 -x932 x933 -x934 x935 -x936 x937 -x938 x939 -x940 x941 -x942 x943 -x944 x945 -x946 x947 -x948 x949 -x950 x951 -x952 x953 -x954 x955 -x956 x957 -x958 x959 -x960 x961 -x962 x963 -x964 x965 -x966 x967 -x968 x969 -x970 x971 -x972 x973 -x974 x975 -x976 x977 -x978 x979 -x980 x981 -x982 x983 -x984 x985 -x986 -x987 x988 -x989 x990 -x991 x992 -x993 x994 -x995 x996 -x997 x998 -x999 x1000 -x1001 x1002 -x1003 x1004 -x1005 x1006 -x1007 x1008 -x1009 x1010 -x1011 x1012 -x1013 x1014 -x1015 x1016 -x1017 x1018 -x1019 x1020 -x1021 x1022 -x1023 x1024 -x1025 x1026 -x1027 x1028 -x1029 x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 -x1037 x1038 -x1039 x1040 -x1041 x1042 -x1043 x1044 x1045 -x1046 x1047 -x1048 x1049 -x1050 x1051 -x1052 x1053 -x1054 x1055 -x1056 x1057 -x1058 x1059 -x1060 x1061 -x1062 x1063 -x1064 x1065 -x1066 x1067 -x1068 x1069 -x1070 x1071 -x1072 x1073 -x1074 x1075 -x1076 x1077 -x1078 x1079 -x1080 x1081 -x1082 x1083 -x1084 x1085 -x1086 x1087 -x1088 x1089 -x1090 x1091 -x1092 x1093 -x1094 x1095 -x1096 x1097 -x1098 x1099 -x1100 x1101 -x1102 -x1103 x1104 -x1105 x1106 -x1107 x1108 -x1109 x1110 -x1111 x1112 -x1113 x1114 -x1115 x1116 -x1117 x1118 -x1119 x1120 -x1121 x1122 -x1123 x1124 -x1125 x1126 -x1127 x1128 -x1129 x1130 -x1131 x1132 -x1133 x1134 -x1135 x1136 -x1137 x1138 -x1139 x1140 -x1141 x1142 -x1143 x1144 -x1145 x1146 -x1147 x1148 -x1149 x1150 -x1151 x1152 -x1153 x1154 -x1155 x1156 -x1157 x1158 -x1159 x1160 x1161 -x1162 x1163 -x1164 x1165 -x1166 x1167 -x1168 x1169 -x1170 x1171 -x1172 x1173 -x1174 x1175 -x1176 x1177 -x1178 x1179 -x1180 x1181 -x1182 x1183 -x1184 x1185 -x1186 x1187 -x1188 x1189 -x1190 x1191 -x1192 x1193 -x1194 x1195 -x1196 x1197 -x1198 x1199 -x1200 x1201 -x1202 x1203 -x1204 x1205 -x1206 x1207 -x1208 x1209 -x1210 x1211 -x1212 x1213 -x1214 x1215 -x1216 x1217 -x1218 -x1219 x1220 -x1221 x1222 -x1223 x1224 -x1225 x1226 -x1227 x1228 -x1229 x1230 -x1231 x1232 -x1233 x1234 -x1235 x1236 -x1237 x1238 -x1239 x1240 -x1241 x1242 -x1243 x1244 -x1245 x1246 -x1247 x1248 -x1249 x1250 -x1251 x1252 -x1253 x1254 -x1255 x1256 -x1257 x1258 -x1259 x1260 -x1261 x1262 -x1263 x1264 -x1265 x1266 -x1267 x1268 -x1269 x1270 -x1271 x1272 -x1273 x1274 -x1275 x1276 x1277 -x1278 x1279 -x1280 x1281 -x1282 x1283 -x1284 x1285 -x1286 x1287 -x1288 x1289 -x1290 x1291 -x1292 x1293 -x1294 x1295 -x1296 x1297 -x1298 x1299 -x1300 x1301 -x1302 x1303 -x1304 x1305 -x1306 x1307 -x1308 x1309 -x1310 x1311 -x1312 x1313 -x1314 x1315 -x1316 x1317 -x1318 x1319 -x1320 x1321 -x1322 x1323 -x1324 x1325 -x1326 x1327 -x1328 x1329 -x1330 x1331 -x1332 x1333 -x1334 -x1335 x1336 -x1337 x1338 -x1339 x1340 -x1341 x1342 -x1343 x1344 -x1345 x1346 -x1347 x1348 -x1349 x1350 -x1351 x1352 -x1353 x1354 -x1355 x1356 -x1357 x1358 -x1359 x1360 -x1361 x1362 -x1363 x1364 -x1365 x1366 -x1367 x1368 -x1369 x1370 -x1371 x1372 -x1373 x1374 -x1375 x1376 -x1377 x1378 -x1379 x1380 -x1381 x1382 -x1383 x1384 -x1385 x1386 -x1387 x1388 -x1389 x1390 -x1391 x1392 x1393 -x1394 x1395 -x1396 x1397 -x1398 x1399 -x1400 x1401 -x1402 x1403 -x1404 x1405 -x1406 x1407 -x1408 x1409 -x1410 x1411 -x1412 x1413 -x1414 x1415 -x1416 x1417 -x1418 x1419 -x1420 x1421 -x1422 x1423 -x1424 x1425 -x1426 x1427 -x1428 x1429 -x1430 x1431 -x1432 x1433 -x1434 x1435 -x1436 x1437 -x1438 x1439 -x1440 x1441 -x1442 x1443 -x1444 x1445 -x1446 x1447 -x1448 x1449 -x1450 -x1451 x1452 -x1453 x1454 -x1455 x1456 -x1457 x1458 -x1459 x1460 -x1461 x1462 -x1463 x1464 -x1465 x1466 -x1467 x1468 -x1469 x1470 -x1471 x1472 -x1473 x1474 -x1475 x1476 -x1477 x1478 -x1479 x1480 -x1481 x1482 -x1483 x1484 -x1485 x1486 -x1487 x1488 -x1489 x1490 -x1491 x1492 -x1493 x1494 -x1495 x1496 -x1497 x1498 -x1499 x1500 -x1501 x1502 -x1503 x1504 -x1505 x1506 -x1507 x1508 x1509 -x1510 x1511 -x1512 x1513 -x1514 x1515 -x1516 x1517 -x1518 x1519 -x1520 x1521 -x1522 x1523 -x1524 x1525 -x1526 x1527 -x1528 x1529 -x1530 x1531 -x1532 x1533 -x1534 x1535 -x1536 x1537 -x1538 x1539 -x1540 x1541 -x1542 x1543 -x1544 x1545 -x1546 x1547 -x1548 x1549 -x1550 x1551 -x1552 x1553 -x1554 x1555 -x1556 x1557 -x1558 x1559 -x1560 x1561 -x1562 x1563 -x1564 x1565 -x1566 -x1567 x1568 -x1569 x1570 -x1571 x1572 -x1573 x1574 -x1575 x1576 -x1577 x1578 -x1579 x1580 -x1581 x1582 -x1583 x1584 -x1585 x1586 -x1587 x1588 -x1589 x1590 -x1591 x1592 -x1593 x1594 -x1595 x1596 -x1597 x1598 -x1599 x1600 -x1601 x1602 -x1603 x1604 -x1605 x1606 -x1607 x1608 -x1609 x1610 -x1611 x1612 -x1613 x1614 -x1615 x1616 -x1617 x1618 -x1619 x1620 -x1621 x1622 -x1623 x1624 x1625 -x1626 x1627 -x1628 x1629 -x1630 x1631 -x1632 x1633 -x1634 x1635 -x1636 x1637 -x1638 x1639 -x1640 x1641 -x1642 x1643 -x1644 x1645 -x1646 x1647 -x1648 x1649 -x1650 x1651 -x1652 x1653 -x1654 x1655 -x1656 x1657 -x1658 x1659 -x1660 x1661 -x1662 x1663 -x1664 x1665 -x1666 x1667 -x1668 x1669 -x1670 x1671 -x1672 x1673 -x1674 x1675 -x1676 x1677 -x1678 x1679 -x1680 x1681 -x1682 -x1683 x1684 -x1685 x1686 -x1687 x1688 -x1689 x1690 -x1691 x1692 -x1693 x1694 -x1695 x1696 -x1697 x1698 -x1699 x1700 -x1701 x1702 -x1703 x1704 -x1705 x1706 -x1707 x1708 -x1709 x1710 -x1711 x1712 -x1713 x1714 -x1715 x1716 -x1717 x1718 -x1719 x1720 -x1721 x1722 -x1723 x1724 -x1725 x1726 -x1727 x1728 -x1729 x1730 -x1731 x1732 -x1733 x1734 -x1735 x1736 -x1737 x1738 -x1739 x1740 x1741 -x1742 x1743 -x1744 x1745 -x1746 x1747 -x1748 x1749 -x1750 x1751 -x1752 x1753 -x1754 x1755 -x1756 x1757 -x1758 x1759 -x1760 x1761 -x1762 x1763 -x1764 x1765 -x1766 x1767 -x1768 x1769 -x1770 x1771 -x1772 x1773 -x1774 x1775 -x1776 x1777 -x1778 x1779 -x1780 x1781 -x1782 x1783 -x1784 x1785 -x1786 x1787 -x1788 x1789 -x1790 x1791 -x1792 x1793 -x1794 x1795 -x1796 x1797 -x1798 -x1799 x1800 -x1801 x1802 -x1803 x1804 -x1805 x1806 -x1807 x1808 -x1809 x1810 -x1811 x1812 -x1813 x1814 -x1815 x1816 -x1817 x1818 -x1819 x1820 -x1821 x1822 -x1823 x1824 -x1825 x1826 -x1827 x1828 -x1829 x1830 -x1831 x1832 -x1833 x1834 -x1835 x1836 -x1837 x1838 -x1839 x1840 -x1841 x1842 -x1843 x1844 -x1845 x1846 -x1847 x1848 -x1849 x1850 -x1851 x1852 -x1853 x1854 -x1855 x1856 x1857 -x1858 x1859 -x1860 x1861 -x1862 x1863 -x1864 x1865 -x1866 x1867 -x1868 x1869 -x1870 x1871 -x1872 x1873 -x1874 x1875 -x1876 x1877 -x1878 x1879 -x1880 x1881 -x1882 x1883 -x1884 x1885 -x1886 x1887 -x1888 x1889 -x1890 x1891 -x1892 x1893 -x1894 x1895 -x1896 x1897 -x1898 x1899 -x1900 x1901 -x1902 x1903 -x1904 x1905 -x1906 x1907 -x1908 x1909 -x1910 x1911 -x1912 x1913 -x1914 -x1915 x1916 -x1917 x1918 -x1919 x1920 -x1921 x1922 -x1923 x1924 -x1925 x1926 -x1927 x1928 -x1929 x1930 -x1931 x1932 -x1933 x1934 -x1935 x1936 -x1937 x1938 -x1939 x1940 -x1941 x1942 -x1943 x1944 -x1945 x1946 -x1947 x1948 -x1949 x1950 -x1951 x1952 -x1953 x1954 -x1955 x1956 -x1957 x1958 -x1959 x1960 -x1961 x1962 -x1963 x1964 -x1965 x1966 -x1967 x1968 -x1969 x1970 -x1971 x1972 x1973 -x1974 x1975 -x1976 x1977 -x1978 x1979 -x1980 x1981 -x1982 x1983 -x1984 x1985 -x1986 x1987 -x1988 x1989 -x1990 x1991 -x1992 x1993 -x1994 x1995 -x1996 x1997 -x1998 x1999 -x2000 x2001 -x2002 x2003 -x2004 x2005 -x2006 x2007 -x2008 x2009 -x2010 x2011 -x2012 x2013 -x2014 x2015 -x2016 x2017 -x2018 x2019 -x2020 x2021 -x2022 x2023 -x2024 x2025 -x2026 x2027 -x2028 x2029 -x2030 -x2031 x2032 -x2033 x2034 -x2035 x2036 -x2037 x2038 -x2039 x2040 -x2041 x2042 -x2043 x2044 -x2045 x2046 -x2047 x2048 -x2049 x2050 -x2051 x2052 -x2053 x2054 -x2055 x2056 -x2057 x2058 -x2059 x2060 -x2061 x2062 -x2063 x2064 -x2065 x2066 -x2067 x2068 -x2069 x2070 -x2071 x2072 -x2073 x2074 -x2075 x2076 -x2077 x2078 -x2079 x2080 -x2081 x2082 -x2083 x2084 -x2085 x2086 -x2087 x2088 x2089 -x2090 x2091 -x2092 x2093 -x2094 x2095 -x2096 x2097 -x2098 x2099 -x2100 x2101 -x2102 x2103 -x2104 x2105 -x2106 x2107 -x2108 x2109 -x2110 x2111 -x2112 x2113 -x2114 x2115 -x2116 x2117 -x2118 x2119 -x2120 x2121 -x2122 x2123 -x2124 x2125 -x2126 x2127 -x2128 x2129 -x2130 x2131 -x2132 x2133 -x2134 x2135 -x2136 x2137 -x2138 x2139 -x2140 x2141 -x2142 x2143 -x2144 x2145 -x2146 -x2147 x2148 -x2149 x2150 -x2151 x2152 -x2153 x2154 -x2155 x2156 -x2157 x2158 -x2159 x2160 -x2161 x2162 -x2163 x2164 -x2165 x2166 -x2167 x2168 -x2169 x2170 -x2171 x2172 -x2173 x2174 -x2175 x2176 -x2177 x2178 -x2179 x2180 -x2181 x2182 -x2183 x2184 -x2185 x2186 -x2187 x2188 -x2189 x2190 -x2191 x2192 -x2193 x2194 -x2195 x2196 -x2197 x2198 -x2199 x2200 -x2201 x2202 -x2203 x2204 x2205 -x2206 x2207 -x2208 x2209 -x2210 x2211 -x2212 x2213 -x2214 x2215 -x2216 x2217 -x2218 x2219 -x2220 x2221 -x2222 x2223 -x2224 x2225 -x2226 x2227 -x2228 x2229 -x2230 x2231 -x2232 x2233 -x2234 x2235 -x2236 x2237 -x2238 x2239 -x2240 x2241 -x2242 x2243 -x2244 x2245 -x2246 x2247 -x2248 x2249 -x2250 x2251 -x2252 x2253 -x2254 x2255 -x2256 x2257 -x2258 x2259 -x2260 x2261 -x2262 -x2263 x2264 -x2265 x2266 -x2267 x2268 -x2269 x2270 -x2271 x2272 -x2273 x2274 -x2275 x2276 -x2277 x2278 -x2279 x2280 -x2281 x2282 -x2283 x2284 -x2285 x2286 -x2287 x2288 -x2289 x2290 -x2291 x2292 -x2293 x2294 -x2295 x2296 -x2297 x2298 -x2299 x2300 -x2301 x2302 -x2303 x2304 -x2305 x2306 -x2307 x2308 -x2309 x2310 -x2311 x2312 -x2313 x2314 -x2315 x2316 -x2317 x2318 -x2319 x2320 x2321 -x2322 x2323 -x2324 x2325 -x2326 x2327 -x2328 x2329 -x2330 x2331 -x2332 x2333 -x2334 x2335 -x2336 x2337 -x2338 x2339 -x2340 x2341 -x2342 x2343 -x2344 x2345 -x2346 x2347 -x2348 x2349 -x2350 x2351 -x2352 x2353 -x2354 x2355 -x2356 x2357 -x2358 x2359 -x2360 x2361 -x2362 x2363 -x2364 x2365 -x2366 x2367 -x2368 x2369 -x2370 x2371 -x2372 x2373 -x2374 x2375 -x2376 x2377 -x2378 -x2379 x2380 -x2381 x2382 -x2383 x2384 -x2385 x2386 -x2387 x2388 -x2389 x2390 -x2391 x2392 -x2393 x2394 -x2395 x2396 -x2397 x2398 -x2399 x2400 -x2401 x2402 -x2403 x2404 -x2405 x2406 -x2407 x2408 -x2409 x2410 -x2411 x2412 -x2413 x2414 -x2415 x2416 -x2417 x2418 -x2419 x2420 -x2421 x2422 -x2423 x2424 -x2425 x2426 -x2427 x2428 -x2429 x2430 -x2431 x2432 -x2433 x2434 -x2435 x2436 x2437 -x2438 x2439 -x2440 x2441 -x2442 x2443 -x2444 x2445 -x2446 x2447 -x2448 x2449 -x2450 x2451 -x2452 x2453 -x2454 x2455 -x2456 x2457 -x2458 x2459 -x2460 x2461 -x2462 x2463 -x2464 x2465 -x2466 x2467 -x2468 x2469 -x2470 x2471 -x2472 x2473 -x2474 x2475 -x2476 x2477 -x2478 x2479 -x2480 x2481 -x2482 x2483 -x2484 x2485 -x2486 x2487 -x2488 x2489 -x2490 x2491 -x2492 x2493 -x2494 -x2495 x2496 -x2497 x2498 -x2499 x2500 -x2501 x2502 -x2503 x2504 -x2505 x2506 -x2507 x2508 -x2509 x2510 -x2511 x2512 -x2513 x2514 -x2515 x2516 -x2517 x2518 -x2519 x2520 -x2521 x2522 -x2523 x2524 -x2525 x2526 -x2527 x2528 -x2529 x2530 -x2531 x2532 -x2533 x2534 -x2535 x2536 -x2537 x2538 -x2539 x2540 -x2541 x2542 -x2543 x2544 -x2545 x2546 -x2547 x2548 -x2549 x2550 -x2551 x2552 x2553 -x2554 x2555 -x2556 x2557 -x2558 x2559 -x2560 x2561 -x2562 x2563 -x2564 x2565 -x2566 x2567 -x2568 x2569 -x2570 x2571 -x2572 x2573 -x2574 x2575 -x2576 x2577 -x2578 x2579 -x2580 x2581 -x2582 x2583 -x2584 x2585 -x2586 x2587 -x2588 x2589 -x2590 x2591 -x2592 x2593 -x2594 x2595 -x2596 x2597 -x2598 x2599 -x2600 x2601 -x2602 x2603 -x2604 x2605 -x2606 x2607 -x2608 x2609 -x2610 -x2611 x2612 -x2613 x2614 -x2615 x2616 -x2617 x2618 -x2619 x2620 -x2621 x2622 -x2623 x2624 -x2625 x2626 -x2627 x2628 -x2629 x2630 -x2631 x2632 -x2633 x2634 -x2635 x2636 -x2637 x2638 -x2639 x2640 -x2641 x2642 -x2643 x2644 -x2645 x2646 -x2647 x2648 -x2649 x2650 -x2651 x2652 -x2653 x2654 -x2655 x2656 -x2657 x2658 -x2659 x2660 -x2661 x2662 -x2663 x2664 -x2665 x2666 -x2667 x2668 x2669 -x2670 x2671 -x2672 x2673 -x2674 x2675 -x2676 x2677 -x2678 x2679 -x2680 x2681 -x2682 x2683 -x2684 x2685 -x2686 x2687 -x2688 x2689 -x2690 x2691 -x2692 x2693 -x2694 x2695 -x2696 x2697 -x2698 x2699 -x2700 x2701 -x2702 x2703 -x2704 x2705 -x2706 x2707 -x2708 x2709 -x2710 x2711 -x2712 x2713 -x2714 x2715 -x2716 x2717 -x2718 x2719 -x2720 x2721 -x2722 x2723 -x2724 x2725 -x2726 -x2727 x2728 -x2729 x2730 -x2731 x2732 -x2733 x2734 -x2735 x2736 -x2737 x2738 -x2739 x2740 -x2741 x2742 -x2743 x2744 -x2745 x2746 -x2747 x2748 -x2749 x2750 -x2751 x2752 -x2753 x2754 -x2755 x2756 -x2757 x2758 -x2759 x2760 -x2761 x2762 -x2763 x2764 -x2765 x2766 -x2767 x2768 -x2769 x2770 -x2771 x2772 -x2773 x2774 -x2775 x2776 -x2777 x2778 -x2779 x2780 -x2781 x2782 -x2783 x2784 x2785 -x2786 x2787 -x2788 x2789 -x2790 x2791 -x2792 x2793 -x2794 x2795 -x2796 x2797 -x2798 x2799 -x2800 x2801 -x2802 x2803 -x2804 x2805 -x2806 x2807 -x2808 x2809 -x2810 x2811 -x2812 x2813 -x2814 x2815 -x2816 x2817 -x2818 x2819 -x2820 x2821 -x2822 x2823 -x2824 x2825 -x2826 x2827 -x2828 x2829 -x2830 x2831 -x2832 x2833 -x2834 x2835 -x2836 x2837 -x2838 x2839 -x2840 x2841 -x2842 -x2843 x2844 -x2845 x2846 -x2847 x2848 -x2849 x2850 -x2851 x2852 -x2853 x2854 -x2855 x2856 -x2857 x2858 -x2859 x2860 -x2861 x2862 -x2863 x2864 -x2865 x2866 -x2867 x2868 -x2869 x2870 -x2871 x2872 -x2873 x2874 -x2875 x2876 -x2877 x2878 -x2879 x2880 -x2881 x2882 -x2883 x2884 -x2885 x2886 -x2887 x2888 -x2889 x2890 -x2891 x2892 -x2893 x2894 -x2895 x2896 -x2897 x2898 -x2899 x2900 x2901 -x2902 x2903 -x2904 x2905 -x2906 x2907 -x2908 x2909 -x2910 x2911 -x2912 x2913 -x2914 x2915 -x2916 x2917 -x2918 x2919 -x2920 x2921 -x2922 x2923 -x2924 x2925 -x2926 x2927 -x2928 x2929 -x2930 x2931 -x2932 x2933 -x2934 x2935 -x2936 x2937 -x2938 x2939 -x2940 x2941 -x2942 x2943 -x2944 x2945 -x2946 x2947 -x2948 x2949 -x2950 x2951 -x2952 x2953 -x2954 x2955 -x2956 x2957 -x2958 -x2959 x2960 -x2961 x2962 -x2963 x2964 -x2965 x2966 -x2967 x2968 -x2969 x2970 -x2971 x2972 -x2973 x2974 -x2975 x2976 -x2977 x2978 -x2979 x2980 -x2981 x2982 -x2983 x2984 -x2985 x2986 -x2987 x2988 -x2989 x2990 -x2991 x2992 -x2993 x2994 -x2995 x2996 -x2997 x2998 -x2999 x3000 -x3001 x3002 -x3003 x3004 -x3005 x3006 -x3007 x3008 -x3009 x3010 -x3011 x3012 -x3013 x3014 -x3015 x3016 x3017 -x3018 x3019 -x3020 x3021 -x3022 x3023 -x3024 x3025 -x3026 x3027 -x3028 x3029 -x3030 x3031 -x3032 x3033 -x3034 x3035 -x3036 x3037 -x3038 x3039 -x3040 x3041 -x3042 x3043 -x3044 x3045 -x3046 x3047 -x3048 x3049 -x3050 x3051 -x3052 x3053 -x3054 x3055 -x3056 x3057 -x3058 x3059 -x3060 x3061 -x3062 x3063 -x3064 x3065 -x3066 x3067 -x3068 x3069 -x3070 x3071 -x3072 x3073 -x3074 -x3075 x3076 -x3077 x3078 -x3079 x3080 -x3081 x3082 -x3083 x3084 -x3085 x3086 -x3087 x3088 -x3089 x3090 -x3091 x3092 -x3093 x3094 -x3095 x3096 -x3097 x3098 -x3099 x3100 -x3101 x3102 -x3103 x3104 -x3105 x3106 -x3107 x3108 -x3109 x3110 -x3111 x3112 -x3113 x3114 -x3115 x3116 -x3117 x3118 -x3119 x3120 -x3121 x3122 -x3123 x3124 -x3125 x3126 -x3127 x3128 -x3129 x3130 -x3131 x3132 x3133 -x3134 x3135 -x3136 x3137 -x3138 x3139 -x3140 x3141 -x3142 x3143 -x3144 x3145 -x3146 x3147 -x3148 x3149 -x3150 x3151 -x3152 x3153 -x3154 x3155 -x3156 x3157 -x3158 x3159 -x3160 x3161 -x3162 x3163 -x3164 x3165 -x3166 x3167 -x3168 x3169 -x3170 x3171 -x3172 x3173 -x3174 x3175 -x3176 x3177 -x3178 x3179 -x3180 x3181 -x3182 x3183 -x3184 x3185 -x3186 x3187 -x3188 x3189 -x3190 -x3191 x3192 -x3193 x3194 -x3195 x3196 -x3197 x3198 -x3199 x3200 -x3201 x3202 -x3203 x3204 -x3205 x3206 -x3207 x3208 -x3209 x3210 -x3211 x3212 -x3213 x3214 -x3215 x3216 -x3217 x3218 -x3219 x3220 -x3221 x3222 -x3223 x3224 -x3225 x3226 -x3227 x3228 -x3229 x3230 -x3231 x3232 -x3233 x3234 -x3235 x3236 -x3237 x3238 -x3239 x3240 -x3241 x3242 -x3243 x3244 -x3245 x3246 -x3247 x3248 x3249 -x3250 x3251 -x3252 x3253 -x3254 x3255 -x3256 x3257 -x3258 x3259 -x3260 x3261 -x3262 x3263 -x3264 x3265 -x3266 x3267 -x3268 x3269 -x3270 x3271 -x3272 x3273 -x3274 x3275 -x3276 x3277 -x3278 x3279 -x3280 x3281 -x3282 x3283 -x3284 x3285 -x3286 x3287 -x3288 x3289 -x3290 x3291 -x3292 x3293 -x3294 x3295 -x3296 x3297 -x3298 x3299 -x3300 x3301 -x3302 x3303 -x3304 x3305 -x3306 -x3307 x3308 -x3309 x3310 -x3311 x3312 -x3313 x3314 -x3315 x3316 -x3317 x3318 -x3319 x3320 -x3321 x3322 -x3323 x3324 -x3325 x3326 -x3327 x3328 -x3329 x3330 -x3331 x3332 -x3333 x3334 -x3335 x3336 -x3337 x3338 -x3339 x3340 -x3341 x3342 -x3343 x3344 -x3345 x3346 -x3347 x3348 -x3349 x3350 -x3351 x3352 -x3353 x3354 -x3355 x3356 -x3357 x3358 -x3359 x3360 -x3361 x3362 x3363 x3364 x3365 -x3366 x3367 -x3368 x3369 -x3370 x3371 -x3372 x3373 -x3374 x3375 -x3376 x3377 -x3378 x3379 -x3380 x3381 -x3382 x3383 -x3384 x3385 -x3386 x3387 -x3388 x3389 -x3390 x3391 -x3392 x3393 -x3394 x3395 -x3396 x3397 -x3398 x3399 -x3400 x3401 -x3402 x3403 -x3404 x3405 -x3406 x3407 x3408 x3409 -x3410 x3411 -x3412 x3413 -x3414 x3415 -x3416 x3417 -x3418 x3419 x3420 -x3421 x3422

Verifier Data

OK	1740

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Fri Jul  4 00:57:16 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 1740 <= obj <= 1740
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 1740 <= obj <= 1740
--summary--
ALL OK

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521771-1751580144/watcher-4521771-1751580144 -o /tmp/evaluation-result-4521771-1751580144/solver-4521771-1751580144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751580137-98072 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4521771-1751580144.opb PROOFDIR/proof-4521771-1751580144 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=98185, runsolver pid=98182

[startup+0.10006 s]*
/proc/loadavg: 0.87 1.82 2.91 5/272 98187
/proc/meminfo: memFree=127115012/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98187] ppid=98185 vsize=19844 memory=11836 CPUtime=0.07 cores=4,6
/proc/98187/stat : 98187 (pbsuma) R 98185 98185 98061 0 -1 4194304 2802 0 0 0 7 0 0 0 20 0 1 0 73691944 20320256 2959 18446744073709551615 4210688 4653049 140729702519888 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 26341376 140729702529251 140729702529586 140729702529586 140729702535151 0
/proc/98187/statm: 4961 2959 992 108 0 2369 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 24036 KiB
Current children cumulated memory: 14908 KiB

[startup+0.205555 s]*
/proc/loadavg: 0.87 1.82 2.91 5/272 98187
/proc/meminfo: memFree=127103168/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98187] ppid=98185 vsize=29940 memory=22076 CPUtime=0.17 cores=4,6
/proc/98187/stat : 98187 (pbsuma) R 98185 98185 98061 0 -1 4194304 5352 0 0 0 16 1 0 0 20 0 1 0 73691944 30658560 5519 18446744073709551615 4210688 4653049 140729702519888 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 26341376 140729702529251 140729702529586 140729702529586 140729702535151 0
/proc/98187/statm: 7485 5519 992 108 0 4893 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 34132 KiB
Current children cumulated memory: 25148 KiB

[startup+0.305572 s]*
/proc/loadavg: 0.87 1.82 2.91 5/272 98187
/proc/meminfo: memFree=127059004/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98187] ppid=98185 vsize=31800 memory=23996 CPUtime=0.27 cores=4,6
/proc/98187/stat : 98187 (pbsuma) R 98185 98185 98061 0 -1 4194304 5826 0 0 0 25 2 0 0 20 0 1 0 73691944 32563200 5999 18446744073709551615 4210688 4653049 140729702519888 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 26341376 140729702529251 140729702529586 140729702529586 140729702535151 0
/proc/98187/statm: 7950 5999 992 108 0 5358 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 35992 KiB
Current children cumulated memory: 27068 KiB

[startup+0.700207 s]
/proc/loadavg: 0.87 1.82 2.91 5/272 98187
/proc/meminfo: memFree=126841988/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98187] ppid=98185 vsize=32180 memory=24252 CPUtime=0.66 cores=4,6
/proc/98187/stat : 98187 (pbsuma) R 98185 98185 98061 0 -1 4194304 5907 0 0 0 43 23 0 0 20 0 1 0 73691944 32952320 6063 18446744073709551615 4210688 4653049 140729702519888 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 26341376 140729702529251 140729702529586 140729702529586 140729702535151 0
/proc/98187/statm: 8045 6063 992 108 0 5453 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 36372 KiB
Current children cumulated memory: 27324 KiB

[startup+1.50025 s]
/proc/loadavg: 0.87 1.82 2.91 5/272 98187
/proc/meminfo: memFree=126333072/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98187] ppid=98185 vsize=31704 memory=24492 CPUtime=1.12 cores=4,6
/proc/98187/stat : 98187 (pbsuma) D 98185 98185 98061 0 -1 4194304 6124 0 0 0 63 49 0 0 20 0 1 0 73691944 32464896 6123 18446744073709551615 4210688 4653049 140729702519888 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 4700520 4703148 26341376 140729702529251 140729702529586 140729702529586 140729702535151 0
/proc/98187/statm: 7926 6123 992 108 0 5334 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 35896 KiB
Current children cumulated memory: 27564 KiB

[startup+3.10542 s]
/proc/loadavg: 1.12 1.86 2.92 5/272 98188
/proc/meminfo: memFree=126099148/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=128032 memory=77216 CPUtime=1.25 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 14617 0 0 0 118 7 0 0 20 0 1 0 73692125 131104768 19304 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 32008 19304 2368 1147 0 19435 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 132224 KiB
Current children cumulated memory: 80288 KiB
heavy processes:

[startup+6.30016 s]
/proc/loadavg: 1.12 1.86 2.92 5/272 98188
/proc/meminfo: memFree=125910676/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=206920 memory=143012 CPUtime=4.44 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 26949 0 0 0 419 25 0 0 20 0 1 0 73692125 211886080 35753 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 51730 35753 2400 1147 0 39157 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 211112 KiB
Current children cumulated memory: 146084 KiB

[startup+12.7002 s]
/proc/loadavg: 1.44 1.91 2.93 5/272 98188
/proc/meminfo: memFree=125761244/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=271584 memory=196516 CPUtime=10.83 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 40337 0 0 0 1040 43 0 0 20 0 1 0 73692125 278102016 49129 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 67896 49129 2400 1147 0 55323 0
Current children cumulated CPU time: 11.95 s
Current children cumulated vsize: 275776 KiB
Current children cumulated memory: 199588 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.95 5/273 98189
/proc/meminfo: memFree=125410180/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=321712 memory=242956 CPUtime=23.6 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 50924 0 0 0 2295 65 0 0 20 0 1 0 73692125 329433088 60739 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 80428 60739 2400 1147 0 67855 0
Current children cumulated CPU time: 24.72 s
Current children cumulated vsize: 325904 KiB
Current children cumulated memory: 246028 KiB

[startup+51.1054 s]
/proc/loadavg: 2.69 2.17 2.98 5/273 98189
/proc/meminfo: memFree=125034240/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=356076 memory=257608 CPUtime=39.26 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 52038 0 0 0 3832 94 0 0 20 0 1 0 73692125 364621824 64402 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 89019 64402 2400 1147 0 76446 0
Current children cumulated CPU time: 40.38 s
Current children cumulated vsize: 360268 KiB
Current children cumulated memory: 260680 KiB
heavy processes:

[startup+102.3 s]
/proc/loadavg: 3.84 2.56 3.06 5/274 98192
/proc/meminfo: memFree=124134036/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=433672 memory=331152 CPUtime=90.26 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 68400 0 0 0 8873 153 0 0 20 0 1 0 73692125 444080128 82788 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 108418 82788 2400 1147 0 95845 0
Current children cumulated CPU time: 91.38 s
Current children cumulated vsize: 437864 KiB
Current children cumulated memory: 334224 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 2.84 3.13 5/273 98194
/proc/meminfo: memFree=122978584/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=478996 memory=393780 CPUtime=149.91 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 78938 0 0 0 14760 231 0 0 20 0 1 0 73692125 490491904 98445 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 119749 98445 2400 1147 0 107176 0
Current children cumulated CPU time: 151.03 s
Current children cumulated vsize: 483188 KiB
Current children cumulated memory: 396852 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.07 3.19 5/273 98197
/proc/meminfo: memFree=121585908/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=612152 memory=503864 CPUtime=197.03 cores=4,6

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

/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 180481 0 0 0 218491 2106 0 0 20 0 1 0 73692125 1276792832 266835 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 311717 266835 2496 1147 0 299144 0
Current children cumulated CPU time: 2207.09 s
Current children cumulated vsize: 1251060 KiB
Current children cumulated memory: 1070412 KiB

[startup+2382.3 s]
/proc/loadavg: 4.14 4.17 4.08 5/276 98321
/proc/meminfo: memFree=93158660/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1246868 memory=1067596 CPUtime=2265.45 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 180540 0 0 0 224400 2145 0 0 20 0 1 0 73692125 1276792832 266899 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 311717 266899 2496 1147 0 299144 0
Current children cumulated CPU time: 2266.57 s
Current children cumulated vsize: 1251060 KiB
Current children cumulated memory: 1070668 KiB

[startup+2442.3 s]
/proc/loadavg: 4.11 4.15 4.08 5/275 98323
/proc/meminfo: memFree=92345076/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1246868 memory=1067596 CPUtime=2324.93 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 180541 0 0 0 230310 2183 0 0 20 0 1 0 73692125 1276792832 266899 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 311717 266899 2496 1147 0 299144 0
Current children cumulated CPU time: 2326.05 s
Current children cumulated vsize: 1251060 KiB
Current children cumulated memory: 1070668 KiB

[startup+2502.3 s]
/proc/loadavg: 4.16 4.15 4.08 5/275 98325
/proc/meminfo: memFree=91495920/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1265448 memory=1080908 CPUtime=2384.78 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 183953 0 0 0 236235 2243 0 0 20 0 1 0 73692125 1295818752 270227 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 316362 270227 2496 1147 0 303789 0
Current children cumulated CPU time: 2385.9 s
Current children cumulated vsize: 1269640 KiB
Current children cumulated memory: 1083980 KiB

[startup+2562.3 s]
/proc/loadavg: 4.12 4.14 4.08 5/274 98327
/proc/meminfo: memFree=90967628/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1266792 memory=1082316 CPUtime=2443.63 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184289 0 0 0 242075 2288 0 0 20 0 1 0 73692125 1297195008 270579 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 316698 270579 2496 1147 0 304125 0
Current children cumulated CPU time: 2444.75 s
Current children cumulated vsize: 1270984 KiB
Current children cumulated memory: 1085388 KiB

[startup+2590.7 s]
# the end of solver process 98185 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=2449.46 s, system=23.6283 s

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

[startup+2572.8 s]
/proc/loadavg: 4.10 4.14 4.08 5/274 98327
/proc/meminfo: memFree=90818176/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1266792 memory=1082316 CPUtime=2454.11 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184289 0 0 0 243115 2296 0 0 20 0 1 0 73692125 1297195008 270579 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 316698 270579 2496 1147 0 304125 0
Current children cumulated CPU time: 2455.23 s
Current children cumulated vsize: 1270984 KiB
Current children cumulated memory: 1085388 KiB

[startup+2579.2 s]
/proc/loadavg: 4.08 4.13 4.08 5/274 98328
/proc/meminfo: memFree=90689200/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1266792 memory=1082444 CPUtime=2460.48 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184337 0 0 0 243748 2300 0 0 20 0 1 0 73692125 1297195008 270611 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 316698 270611 2496 1147 0 304125 0
Current children cumulated CPU time: 2461.6 s
Current children cumulated vsize: 1270984 KiB
Current children cumulated memory: 1085516 KiB

[startup+2585.6 s]
/proc/loadavg: 4.08 4.13 4.08 5/273 98329
/proc/meminfo: memFree=90629084/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1269692 memory=1084748 CPUtime=2466.88 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184916 0 0 0 244380 2308 0 0 20 0 1 0 73692125 1300164608 271187 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 317423 271187 2496 1147 0 304850 0
Current children cumulated CPU time: 2468 s
Current children cumulated vsize: 1273884 KiB
Current children cumulated memory: 1087820 KiB

[startup+2588.8 s]
/proc/loadavg: 4.08 4.13 4.08 5/273 98329
/proc/meminfo: memFree=90585436/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1269692 memory=1084748 CPUtime=2470.06 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184916 0 0 0 244696 2310 0 0 20 0 1 0 73692125 1300164608 271187 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 317423 271187 2496 1147 0 304850 0
Current children cumulated CPU time: 2471.18 s
Current children cumulated vsize: 1273884 KiB
Current children cumulated memory: 1087820 KiB

[startup+2589.6 s]
/proc/loadavg: 4.15 4.14 4.09 5/273 98329
/proc/meminfo: memFree=90578544/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1269692 memory=1084748 CPUtime=2470.86 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184916 0 0 0 244776 2310 0 0 20 0 1 0 73692125 1300164608 271187 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 317423 271187 2496 1147 0 304850 0
Current children cumulated CPU time: 2471.98 s
Current children cumulated vsize: 1273884 KiB
Current children cumulated memory: 1087820 KiB

[startup+2590.4 s]
/proc/loadavg: 4.15 4.14 4.09 3/273 98329
/proc/meminfo: memFree=90574924/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1269692 memory=1084748 CPUtime=2471.66 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184917 0 0 0 244855 2311 0 0 20 0 1 0 73692125 1300164608 271187 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 317423 271187 2496 1147 0 304850 0
Current children cumulated CPU time: 2472.78 s
Current children cumulated vsize: 1273884 KiB
Current children cumulated memory: 1087820 KiB

[startup+2590.6 s]
/proc/loadavg: 4.15 4.14 4.09 3/273 98329
/proc/meminfo: memFree=90574924/131250000 swapFree=33010160/33010684
[pid=98185] ppid=98182 vsize=4192 memory=3072 CPUtime=1.12 cores=4,6
/proc/98185/stat : 98185 (run-opt-ls-log.) S 98182 98185 98061 0 -1 4194304 243 6127 0 0 0 0 63 49 20 0 1 0 73691944 4292608 768 18446744073709551615 94308544729088 94308545623621 140724850467328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94308545862672 94308545910416 94308557963264 140724850473243 140724850473441 140724850473441 140724850479043 0
/proc/98185/statm: 1048 768 704 219 0 110 0
[pid=98188] ppid=98185 vsize=1269692 memory=1084748 CPUtime=2471.86 cores=4,6
/proc/98188/stat : 98188 (roundingsat) R 98185 98185 98061 0 -1 4194304 184917 0 0 0 244875 2311 0 0 20 0 1 0 73692125 1300164608 271187 18446744073709551615 4227072 8923433 140733831194128 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 19398656 140733831198966 140733831199272 140733831199272 140733831204842 0
/proc/98188/statm: 317423 271187 2496 1147 0 304850 0
Current children cumulated CPU time: 2472.98 s
Current children cumulated vsize: 1273884 KiB
Current children cumulated memory: 1087820 KiB

Child status: 0

Real time (s): 2590.7
CPU time (s): 2473.09
CPU user time (s): 2449.46
CPU system time (s): 23.6283
CPU usage (%): 95.4603
Max. virtual memory (cumulated for all children) (KiB): 1273884
Max. memory (cumulated for all children) (KiB): 1087820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2449.46
system time used= 23.6283
maximum resident set size= 1084748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18841416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21664
involuntary context switches= 5020


# summary of solver processes directly reported to runsolver:
#   pid: 98185
#   total CPU time (s): 2473.09
#   total CPU user time (s): 2449.46
#   total CPU system time (s): 23.6283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.99343 second user time and 11.9791 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-04 00:02:24
IDJOB=4521771
IDBENCH=178465
IDSOLVER=3356
FILE ID=nodeC016/4521771-1751580144
RUNJOBID= nodeC016-1751580137-98072
SLURM_JOB_ID= 9598820
Free space on /tmp= 432860 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_058.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521771-1751580144/watcher-4521771-1751580144 -o /tmp/evaluation-result-4521771-1751580144/solver-4521771-1751580144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751580137-98072 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4521771-1751580144.opb PROOFDIR/proof-4521771-1751580144

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

MD5SUM BENCH= 9f15d23f289b182a443a303ebae0d35a
RANDOM SEED=300675927

nodeC016 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.748
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.732
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.48
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		: 3714.046
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.48
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		: 3700.000
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.48
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.712
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.48
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.729
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.48
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		: 3628.868
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.48
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		: 3618.530
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127133412 kB
MemAvailable:   129382608 kB
Buffers:            2144 kB
Cached:          2980012 kB
SwapCached:           28 kB
Active:          1069808 kB
Inactive:        2302380 kB
Active(anon):     402904 kB
Inactive(anon):     5220 kB
Active(file):     666904 kB
Inactive(file):  2297160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            135088 kB
Writeback:             0 kB
AnonPages:        393164 kB
Mapped:           118292 kB
Shmem:             18044 kB
KReclaimable:     248744 kB
Slab:             346232 kB
SReclaimable:     248744 kB
SUnreclaim:        97488 kB
KernelStack:        4368 kB
PageTables:         3924 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     787196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432852 MiB
End job on nodeC016 at 2025-07-04 00:45:35