Trace number 4488729

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 63f22adSAT (TO)1036 3600.11 3623.53

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
MD5SUM2f43827d921579f008f60b037bb7dde7
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 benchmark1036
Best CPU time to get the best result obtained on this benchmark33121
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.05	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.05	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.05	c │      (c) 2025 Markus Anders                                    │
0.00/0.05	c └────────────────────────────────────────────────────────────────┘
0.00/0.05	c parse 'HOME/instance-4488729-1751331130.opb'
0.00/0.06	c 	read 0.11MB  (5.13ms)
0.00/0.06	c	 [cnf: #variables 1963 #clauses 4000 #duplicates 1 #arr 9961]
0.00/0.06	c output proof to 'PROOFDIR/proof-4488729-1751331130'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.00/0.06	c	 [group: #orbits ~= 10] (6.05ms)
0.00/0.06	c 
0.00/0.06	c detect special group actions
0.00/0.06	c 	probe for Johnson action (limit=64)
0.00/0.06	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.06	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.06	c 	 (1.00ms)
0.00/0.06	c 
0.00/0.06	c detect symmetries on remainder
0.00/0.06	c 	[graph: #vertices 9889 #edges 27774]
0.00/0.06	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.07	c 	 [group: #symmetries 1.28*10^2 #generators 7] (4.46ms)
0.00/0.07	c 
0.00/0.07	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.07	c 	(0.02ms)
0.00/0.07	c 
0.00/0.07	c finalize break order and special generators
0.00/0.07	c 
0.00/0.07	c add generic predicates (break_depth=20)
0.00/0.07	c 	added predicates for 7 generators (0.02ms)
0.00/0.07	c 
0.00/0.07	c generation finished
0.00/0.07	c 	[sbp: #constraints 16 #add_vars 3]
0.00/0.07	c 
0.00/0.07	c write result to 'HOME/instance-4488729-1751331130.opb.pre'
0.00/0.07	c 	wrote 0.12MB (0.99ms)
0.00/0.07	c ------------------------------------------------------------------
0.00/0.07	c                   6.05ms 31.64% approx_orbits
0.00/0.07	c                   5.13ms 26.84% parse
0.00/0.07	c                   4.46ms 23.31% detect_generic
0.00/0.07	c                   1.29ms  6.74% other
0.00/0.07	c                   1.00ms  5.26% detect_special
0.00/0.07	c                   0.99ms  5.20% output
0.00/0.07	c                   0.16ms  0.84% finalize_order
0.00/0.07	c                   0.02ms  0.10% optimize_gens
0.00/0.07	c                   0.02ms  0.08% break_generic
0.00/0.07	c         ───────────────────────────────────────────────
0.00/0.07	c                  19.11ms   100% total
0.00/0.07	c ------------------------------------------------------------------
0.00/0.11	c RoundingSat 2
0.00/0.11	c branch pb25
0.00/0.11	c commit 63f22ad
0.02/0.17	c #variables 1966 #constraints 4015
0.02/0.17	c objective is ce32 
0.02/0.17	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.02/0.17	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.02/0.17	c bounds - >= 0 @ 0.056356
0.13/0.29	c bounds 1190 >= 0 @ 0.161405
0.13/0.29	c bounds 1190 >= 2 @ 0.16283
0.13/0.30	c bounds 1190 >= 3 @ 0.164618
0.13/0.30	c bounds 1190 >= 4 @ 0.165708
0.13/0.30	c bounds 1190 >= 5 @ 0.167175
0.13/0.30	c bounds 1190 >= 6 @ 0.168654
0.13/0.30	c bounds 1190 >= 7 @ 0.170245
0.13/0.30	c bounds 1190 >= 8 @ 0.171838
0.13/0.31	c bounds 1190 >= 9 @ 0.173441
0.13/0.31	c bounds 1190 >= 10 @ 0.175061
0.13/0.31	c bounds 1190 >= 11 @ 0.176652
0.13/0.31	c bounds 1190 >= 12 @ 0.178251
0.13/0.31	c bounds 1190 >= 13 @ 0.179867
0.13/0.31	c bounds 1190 >= 14 @ 0.18148
0.13/0.32	c bounds 1190 >= 15 @ 0.183095
0.13/0.32	c bounds 1190 >= 16 @ 0.184627
0.13/0.32	c bounds 1190 >= 17 @ 0.186134
0.13/0.32	c bounds 1190 >= 18 @ 0.187648
0.13/0.32	c bounds 1190 >= 19 @ 0.189156
0.23/0.32	c bounds 1190 >= 20 @ 0.190672
0.23/0.32	c bounds 1190 >= 21 @ 0.19216
0.23/0.33	c bounds 1190 >= 22 @ 0.193655
0.23/0.33	c bounds 1190 >= 23 @ 0.195145
0.23/0.33	c bounds 1190 >= 24 @ 0.196646
0.23/0.33	c bounds 1190 >= 25 @ 0.198126
0.23/0.33	c bounds 1190 >= 26 @ 0.199606
0.23/0.33	c bounds 1190 >= 27 @ 0.201088
0.23/0.34	c bounds 1190 >= 28 @ 0.201739
0.23/0.34	c bounds 1190 >= 29 @ 0.203332
0.23/0.34	c bounds 1190 >= 30 @ 0.204942
0.23/0.34	c bounds 1190 >= 31 @ 0.206531
0.23/0.34	c bounds 1190 >= 32 @ 0.208126
0.23/0.34	c bounds 1190 >= 33 @ 0.209747
0.23/0.35	c bounds 1190 >= 34 @ 0.211331
0.23/0.35	c bounds 1190 >= 35 @ 0.21292
0.23/0.35	c bounds 1190 >= 36 @ 0.214499
0.23/0.35	c bounds 1190 >= 37 @ 0.216092
0.23/0.35	c bounds 1190 >= 38 @ 0.217699
0.23/0.35	c bounds 1190 >= 39 @ 0.219281
0.23/0.35	c bounds 1190 >= 40 @ 0.220884
0.23/0.36	c bounds 1190 >= 41 @ 0.222469
0.23/0.36	c bounds 1190 >= 42 @ 0.224056
0.23/0.36	c bounds 1190 >= 43 @ 0.225632
0.23/0.36	c bounds 1190 >= 44 @ 0.227213
0.23/0.36	c bounds 1190 >= 45 @ 0.228793
0.23/0.36	c bounds 1190 >= 46 @ 0.230369
0.23/0.37	c bounds 1190 >= 47 @ 0.231874
0.23/0.37	c bounds 1190 >= 48 @ 0.233362
0.23/0.37	c bounds 1190 >= 49 @ 0.234833
0.23/0.37	c bounds 1190 >= 50 @ 0.23631
0.23/0.37	c bounds 1190 >= 51 @ 0.237785
0.23/0.37	c bounds 1190 >= 52 @ 0.239253
0.23/0.37	c bounds 1190 >= 53 @ 0.240736
0.23/0.38	c bounds 1190 >= 54 @ 0.242313
0.23/0.38	c bounds 1190 >= 55 @ 0.243898
0.23/0.38	c bounds 1190 >= 56 @ 0.24547
0.23/0.38	c bounds 1190 >= 57 @ 0.247041
0.23/0.38	c bounds 1190 >= 58 @ 0.248615
0.23/0.38	c bounds 1190 >= 59 @ 0.250184
0.23/0.39	c bounds 1190 >= 60 @ 0.251764
0.23/0.39	c bounds 1190 >= 61 @ 0.253252
0.23/0.39	c bounds 1190 >= 62 @ 0.254742
0.23/0.39	c bounds 1190 >= 63 @ 0.256219
0.23/0.39	c bounds 1190 >= 64 @ 0.257694
0.23/0.39	c bounds 1190 >= 65 @ 0.259165
0.23/0.39	c bounds 1190 >= 66 @ 0.260654
0.23/0.40	c bounds 1190 >= 67 @ 0.262132
0.23/0.40	c bounds 1190 >= 68 @ 0.263596
0.23/0.40	c bounds 1190 >= 69 @ 0.265086
0.23/0.40	c bounds 1190 >= 70 @ 0.266561
0.23/0.40	c bounds 1190 >= 71 @ 0.268027
0.23/0.40	c bounds 1190 >= 72 @ 0.269496
0.23/0.41	c bounds 1190 >= 73 @ 0.270956
0.23/0.41	c bounds 1190 >= 74 @ 0.272428
0.23/0.41	c bounds 1190 >= 75 @ 0.272986
0.23/0.41	c bounds 1190 >= 76 @ 0.274418
0.23/0.41	c bounds 1190 >= 77 @ 0.274927
0.23/0.41	c bounds 1190 >= 78 @ 0.276386
0.23/0.41	c bounds 1190 >= 79 @ 0.277955
0.23/0.42	c bounds 1190 >= 80 @ 0.279534
0.23/0.42	c bounds 1190 >= 81 @ 0.281112
0.23/0.42	c bounds 1190 >= 82 @ 0.282684
0.23/0.42	c bounds 1190 >= 83 @ 0.282921
0.33/0.42	c bounds 1190 >= 84 @ 0.284997
0.33/0.43	c bounds 1190 >= 85 @ 0.286581
0.33/0.43	c bounds 1190 >= 86 @ 0.288045
0.33/0.43	c bounds 1190 >= 87 @ 0.2895
0.33/0.43	c bounds 1190 >= 88 @ 0.291079
0.33/0.43	c bounds 1190 >= 89 @ 0.292635
0.33/0.43	c bounds 1190 >= 90 @ 0.294187
0.33/0.43	c bounds 1190 >= 91 @ 0.295736
0.33/0.44	c bounds 1190 >= 92 @ 0.297304
0.33/0.44	c bounds 1190 >= 93 @ 0.29886
0.33/0.44	c bounds 1190 >= 94 @ 0.300407
0.33/0.44	c bounds 1190 >= 95 @ 0.301945
0.33/0.44	c bounds 1190 >= 96 @ 0.30349
0.33/0.44	c bounds 1190 >= 97 @ 0.305022
0.33/0.45	c bounds 1190 >= 98 @ 0.306544
0.33/0.45	c bounds 1190 >= 99 @ 0.308092
0.33/0.45	c bounds 1190 >= 100 @ 0.309642
0.33/0.45	c bounds 1190 >= 101 @ 0.311198
0.33/0.45	c bounds 1190 >= 102 @ 0.312753
0.33/0.45	c bounds 1190 >= 103 @ 0.314296
0.33/0.45	c bounds 1190 >= 104 @ 0.315768
0.33/0.46	c bounds 1190 >= 105 @ 0.317279
0.33/0.46	c bounds 1190 >= 106 @ 0.318741
0.33/0.46	c bounds 1190 >= 107 @ 0.320209
0.33/0.46	c bounds 1190 >= 108 @ 0.321662
0.33/0.46	c bounds 1190 >= 109 @ 0.323115
0.33/0.46	c bounds 1190 >= 110 @ 0.323596
0.33/0.46	c bounds 1190 >= 111 @ 0.325046
0.33/0.47	c bounds 1190 >= 112 @ 0.326494
0.33/0.47	c bounds 1190 >= 113 @ 0.327947
0.33/0.47	c bounds 1190 >= 114 @ 0.329388
0.33/0.47	c bounds 1190 >= 115 @ 0.33085
0.33/0.47	c bounds 1190 >= 116 @ 0.332298
0.33/0.47	c bounds 1190 >= 117 @ 0.332848
0.33/0.48	c bounds 1190 >= 118 @ 0.334249
0.33/0.48	c bounds 1190 >= 119 @ 0.335682
0.33/0.48	c bounds 1190 >= 120 @ 0.337236
0.33/0.48	c bounds 1190 >= 121 @ 0.338776
0.33/0.48	c bounds 1190 >= 122 @ 0.340224
0.33/0.48	c bounds 1190 >= 123 @ 0.341686
0.33/0.48	c bounds 1190 >= 124 @ 0.343137
0.33/0.49	c bounds 1190 >= 125 @ 0.344591
0.33/0.49	c bounds 1190 >= 126 @ 0.346036
0.33/0.49	c bounds 1190 >= 127 @ 0.347503
0.33/0.49	c bounds 1190 >= 128 @ 0.348941
0.33/0.49	c bounds 1190 >= 129 @ 0.350392
0.33/0.49	c bounds 1190 >= 130 @ 0.351857
0.33/0.49	c bounds 1190 >= 131 @ 0.353314
0.33/0.50	c bounds 1190 >= 132 @ 0.354736
0.33/0.50	c bounds 1190 >= 133 @ 0.356171
0.33/0.50	c bounds 1190 >= 134 @ 0.357608
0.33/0.50	c bounds 1190 >= 135 @ 0.359067
0.33/0.50	c bounds 1190 >= 136 @ 0.360626
0.33/0.50	c bounds 1190 >= 137 @ 0.362079
0.33/0.50	c bounds 1190 >= 138 @ 0.363539
0.33/0.51	c bounds 1190 >= 139 @ 0.364986
0.33/0.51	c bounds 1190 >= 140 @ 0.366432
0.33/0.51	c bounds 1190 >= 141 @ 0.367866
0.33/0.51	c bounds 1190 >= 142 @ 0.369325
0.33/0.51	c bounds 1190 >= 143 @ 0.370851
0.33/0.51	c bounds 1190 >= 144 @ 0.372308
0.33/0.52	c bounds 1190 >= 145 @ 0.373772
0.33/0.52	c bounds 1190 >= 146 @ 0.375235
0.33/0.52	c bounds 1190 >= 147 @ 0.376703
0.33/0.52	c bounds 1190 >= 148 @ 0.378176
0.33/0.52	c bounds 1190 >= 149 @ 0.379625
0.43/0.52	c bounds 1190 >= 150 @ 0.381112
0.43/0.52	c bounds 1190 >= 151 @ 0.382557
0.43/0.53	c bounds 1190 >= 152 @ 0.383977
0.43/0.53	c bounds 1190 >= 153 @ 0.385418
0.43/0.53	c bounds 1190 >= 154 @ 0.386872
0.43/0.53	c bounds 1190 >= 155 @ 0.387409
0.43/0.53	c bounds 1190 >= 156 @ 0.388915
0.43/0.53	c bounds 1190 >= 157 @ 0.390442
0.43/0.53	c bounds 1190 >= 158 @ 0.391974
0.43/0.54	c bounds 1190 >= 159 @ 0.393502
0.43/0.54	c bounds 1190 >= 160 @ 0.394961
0.43/0.54	c bounds 1190 >= 161 @ 0.396399
0.43/0.54	c bounds 1190 >= 162 @ 0.397905
0.43/0.54	c bounds 1190 >= 163 @ 0.398392
0.43/0.54	c bounds 1190 >= 164 @ 0.39981
0.43/0.54	c bounds 1190 >= 165 @ 0.401246
0.43/0.55	c bounds 1190 >= 166 @ 0.402682
0.43/0.55	c bounds 1190 >= 167 @ 0.404117
0.43/0.55	c bounds 1190 >= 168 @ 0.405557
0.43/0.55	c bounds 1190 >= 169 @ 0.407003
0.43/0.55	c bounds 1190 >= 170 @ 0.408441
0.43/0.55	c bounds 1190 >= 171 @ 0.409881
0.43/0.56	c bounds 1190 >= 172 @ 0.411306
0.43/0.56	c bounds 1190 >= 173 @ 0.412731
0.43/0.56	c bounds 1190 >= 174 @ 0.414183
0.43/0.56	c bounds 1190 >= 175 @ 0.415607
0.43/0.56	c bounds 1190 >= 176 @ 0.417036
0.43/0.56	c bounds 1190 >= 177 @ 0.418451
0.43/0.56	c bounds 1190 >= 178 @ 0.419867
0.43/0.57	c bounds 1190 >= 179 @ 0.421275
0.43/0.57	c bounds 1190 >= 180 @ 0.422691
0.43/0.57	c bounds 1190 >= 181 @ 0.424207
0.43/0.57	c bounds 1190 >= 182 @ 0.425733
0.43/0.57	c bounds 1190 >= 183 @ 0.427166
0.43/0.57	c bounds 1190 >= 184 @ 0.428698
0.43/0.57	c bounds 1190 >= 185 @ 0.430126
0.43/0.58	c bounds 1190 >= 186 @ 0.431563
0.43/0.58	c bounds 1190 >= 187 @ 0.432996
0.43/0.58	c bounds 1190 >= 188 @ 0.433449
0.43/0.58	c bounds 1190 >= 189 @ 0.434881
0.43/0.58	c bounds 1190 >= 190 @ 0.436316
0.43/0.58	c bounds 1190 >= 191 @ 0.437718
0.43/0.58	c bounds 1190 >= 192 @ 0.439126
0.43/0.59	c bounds 1190 >= 193 @ 0.440531
0.43/0.59	c bounds 1190 >= 194 @ 0.441009
0.43/0.59	c bounds 1190 >= 195 @ 0.442399
0.43/0.59	c bounds 1190 >= 196 @ 0.443822
0.43/0.59	c bounds 1190 >= 197 @ 0.445242
0.43/0.59	c bounds 1190 >= 198 @ 0.44673
0.43/0.59	c bounds 1190 >= 199 @ 0.448196
0.43/0.60	c bounds 1190 >= 200 @ 0.449601
0.43/0.60	c bounds 1190 >= 201 @ 0.45099
0.43/0.60	c bounds 1190 >= 202 @ 0.452419
0.43/0.60	c bounds 1190 >= 203 @ 0.453839
0.43/0.60	c bounds 1190 >= 204 @ 0.455274
0.43/0.60	c bounds 1190 >= 205 @ 0.4567
0.43/0.60	c bounds 1190 >= 206 @ 0.458098
0.43/0.61	c bounds 1190 >= 207 @ 0.4595
0.43/0.61	c bounds 1190 >= 208 @ 0.460912
0.43/0.61	c bounds 1190 >= 209 @ 0.462325
0.51/0.61	c bounds 1190 >= 210 @ 0.463741
0.51/0.61	c bounds 1190 >= 211 @ 0.465211
0.51/0.61	c bounds 1190 >= 212 @ 0.466633
0.51/0.61	c bounds 1190 >= 213 @ 0.468034
0.51/0.62	c bounds 1190 >= 214 @ 0.469438
0.51/0.62	c bounds 1190 >= 215 @ 0.470927
0.51/0.62	c bounds 1190 >= 216 @ 0.472431
0.51/0.62	c bounds 1190 >= 217 @ 0.473902
0.51/0.62	c bounds 1190 >= 218 @ 0.475334
0.51/0.62	c bounds 1190 >= 219 @ 0.476742
0.51/0.62	c bounds 1190 >= 220 @ 0.478262
0.51/0.63	c bounds 1190 >= 221 @ 0.479759
0.51/0.63	c bounds 1190 >= 222 @ 0.48118
0.51/0.63	c bounds 1190 >= 223 @ 0.482599
0.51/0.63	c bounds 1190 >= 224 @ 0.484011
0.51/0.63	c bounds 1190 >= 225 @ 0.485428
0.51/0.63	c bounds 1190 >= 226 @ 0.48682
0.51/0.63	c bounds 1190 >= 227 @ 0.488238
0.51/0.64	c bounds 1190 >= 228 @ 0.489647
0.51/0.64	c bounds 1190 >= 229 @ 0.491061
0.51/0.64	c bounds 1190 >= 230 @ 0.49245
0.51/0.64	c bounds 1190 >= 231 @ 0.493868
0.51/0.64	c bounds 1190 >= 232 @ 0.495282
0.51/0.64	c bounds 1190 >= 233 @ 0.496715
0.51/0.64	c bounds 1190 >= 234 @ 0.498148
0.51/0.65	c bounds 1190 >= 235 @ 0.499542
0.51/0.65	c bounds 1190 >= 236 @ 0.500934
0.51/0.65	c bounds 1190 >= 237 @ 0.502337
0.51/0.65	c bounds 1190 >= 238 @ 0.50374
0.51/0.65	c bounds 1190 >= 239 @ 0.505029
0.51/0.65	c bounds 1190 >= 240 @ 0.505615
0.51/0.65	c bounds 1190 >= 241 @ 0.506994
0.51/0.66	c bounds 1190 >= 242 @ 0.508373
0.51/0.66	c bounds 1190 >= 243 @ 0.509766
0.51/0.66	c bounds 1190 >= 244 @ 0.510236
0.51/0.66	c bounds 1190 >= 245 @ 0.510629
0.51/0.66	c bounds 1190 >= 246 @ 0.512021
0.51/0.66	c bounds 1190 >= 247 @ 0.513431
0.51/0.66	c bounds 1190 >= 248 @ 0.51484
0.51/0.67	c bounds 1190 >= 249 @ 0.516223
0.51/0.67	c bounds 1190 >= 250 @ 0.516659
0.51/0.67	c bounds 1190 >= 251 @ 0.518034
0.51/0.67	c bounds 1190 >= 252 @ 0.519514
0.51/0.67	c bounds 1190 >= 253 @ 0.520958
0.51/0.67	c bounds 1190 >= 254 @ 0.522385
0.51/0.67	c bounds 1190 >= 255 @ 0.524051
0.51/0.68	c bounds 1190 >= 256 @ 0.524987
0.51/0.68	c bounds 1190 >= 257 @ 0.525917
0.51/0.68	c bounds 1190 >= 258 @ 0.52691
0.51/0.68	c bounds 1190 >= 259 @ 0.527861
0.51/0.68	c bounds 1190 >= 260 @ 0.528816
0.51/0.68	c bounds 1190 >= 261 @ 0.529827
0.51/0.68	c bounds 1190 >= 262 @ 0.53076
0.51/0.68	c bounds 1190 >= 263 @ 0.531692
0.51/0.68	c bounds 1190 >= 264 @ 0.532619
0.51/0.68	c bounds 1190 >= 265 @ 0.533567
0.51/0.69	c bounds 1190 >= 266 @ 0.534944
0.51/0.69	c bounds 1190 >= 267 @ 0.535872
0.51/0.69	c bounds 1190 >= 268 @ 0.536797
0.51/0.69	c bounds 1190 >= 269 @ 0.537726
0.51/0.69	c bounds 1190 >= 270 @ 0.538684
0.51/0.69	c bounds 1190 >= 271 @ 0.539637
0.51/0.69	c bounds 1190 >= 272 @ 0.540623
0.51/0.69	c bounds 1190 >= 273 @ 0.541582
0.51/0.69	c bounds 1190 >= 274 @ 0.542531
0.51/0.69	c bounds 1190 >= 275 @ 0.543462
0.51/0.70	c bounds 1190 >= 276 @ 0.54441
0.51/0.70	c bounds 1190 >= 277 @ 0.545349
0.61/0.70	c bounds 1190 >= 278 @ 0.546304
0.61/0.70	c bounds 1190 >= 279 @ 0.547253
0.61/0.70	c bounds 1190 >= 280 @ 0.548233
0.61/0.70	c bounds 1190 >= 281 @ 0.549173
0.61/0.70	c bounds 1190 >= 282 @ 0.550107
0.61/0.70	c bounds 1190 >= 283 @ 0.551042
0.61/0.70	c bounds 1190 >= 284 @ 0.551976
0.61/0.70	c bounds 1190 >= 285 @ 0.552922
0.61/0.70	c bounds 1190 >= 286 @ 0.553865
0.61/0.71	c bounds 1190 >= 287 @ 0.554713
0.61/0.71	c bounds 1190 >= 288 @ 0.554797
0.61/0.71	c bounds 1190 >= 289 @ 0.555771
0.61/0.71	c bounds 1190 >= 290 @ 0.556758
0.61/0.71	c bounds 1190 >= 291 @ 0.557686
0.61/0.71	c bounds 1190 >= 292 @ 0.558633
0.61/0.71	c bounds 1190 >= 293 @ 0.559577
0.61/0.71	c bounds 1190 >= 294 @ 0.560555
0.61/0.71	c bounds 1190 >= 295 @ 0.56151
0.61/0.71	c bounds 1190 >= 296 @ 0.562431
0.61/0.72	c bounds 1190 >= 297 @ 0.563356
0.61/0.72	c bounds 1190 >= 298 @ 0.564307
0.61/0.72	c bounds 1190 >= 299 @ 0.565225
0.61/0.72	c bounds 1190 >= 300 @ 0.566158
0.61/0.72	c bounds 1190 >= 301 @ 0.567107
0.61/0.72	c bounds 1190 >= 302 @ 0.568069
0.61/0.72	c bounds 1190 >= 303 @ 0.569013
0.61/0.72	c bounds 1190 >= 304 @ 0.569931
0.61/0.72	c bounds 1190 >= 305 @ 0.570907
0.61/0.72	c bounds 1190 >= 306 @ 0.571846
0.61/0.72	c bounds 1190 >= 307 @ 0.572781
0.61/0.73	c bounds 1190 >= 308 @ 0.573713
0.61/0.73	c bounds 1190 >= 309 @ 0.574649
0.61/0.73	c bounds 1190 >= 310 @ 0.574649
0.61/0.73	c bounds 1190 >= 311 @ 0.575575
0.61/0.73	c bounds 1190 >= 312 @ 0.576504
0.61/0.73	c bounds 1190 >= 313 @ 0.577422
0.61/0.73	c bounds 1190 >= 314 @ 0.578376
0.61/0.73	c bounds 1190 >= 315 @ 0.579321
0.61/0.73	c bounds 1190 >= 316 @ 0.580248
0.61/0.73	c bounds 1190 >= 317 @ 0.581175
0.61/0.73	c bounds 1190 >= 318 @ 0.582136
0.61/0.74	c bounds 1190 >= 319 @ 0.58309
0.61/0.74	c bounds 1190 >= 320 @ 0.584041
0.61/0.74	c bounds 1190 >= 321 @ 0.58496
0.61/0.74	c bounds 1190 >= 322 @ 0.585951
0.61/0.74	c bounds 1190 >= 323 @ 0.586936
0.61/0.74	c bounds 1190 >= 324 @ 0.587898
0.61/0.74	c bounds 1190 >= 325 @ 0.58885
0.61/0.74	c bounds 1190 >= 326 @ 0.589766
0.61/0.74	c bounds 1190 >= 327 @ 0.590707
0.61/0.74	c bounds 1190 >= 328 @ 0.591664
0.61/0.75	c bounds 1190 >= 329 @ 0.592594
0.61/0.75	c bounds 1190 >= 330 @ 0.59354
0.61/0.75	c bounds 1190 >= 331 @ 0.59446
0.61/0.75	c bounds 1190 >= 332 @ 0.595393
0.61/0.75	c bounds 1190 >= 333 @ 0.596339
0.61/0.75	c bounds 1190 >= 334 @ 0.597276
0.61/0.75	c bounds 1190 >= 335 @ 0.59819
0.61/0.75	c bounds 1190 >= 336 @ 0.59912
0.61/0.75	c bounds 1190 >= 337 @ 0.600057
0.61/0.75	c bounds 1190 >= 338 @ 0.600997
0.61/0.75	c bounds 1190 >= 339 @ 0.601951
0.61/0.76	c bounds 1190 >= 340 @ 0.602862
0.61/0.76	c bounds 1190 >= 341 @ 0.60378
0.61/0.76	c bounds 1190 >= 342 @ 0.604705
0.61/0.76	c bounds 1190 >= 343 @ 0.605661
0.61/0.76	c bounds 1190 >= 344 @ 0.606574
0.61/0.76	c bounds 1190 >= 345 @ 0.607499
0.61/0.77	c bounds 1189 >= 345 @ 0.61936
0.61/0.77	c bounds 1189 >= 346 @ 0.620324
0.61/0.77	c bounds 1189 >= 347 @ 0.620472
0.61/0.78	c bounds 1189 >= 348 @ 0.621197
0.61/0.78	c bounds 1189 >= 349 @ 0.62212
0.61/0.78	c bounds 1189 >= 350 @ 0.623059
0.61/0.78	c bounds 1189 >= 351 @ 0.624003
0.61/0.78	c bounds 1189 >= 352 @ 0.624933
0.61/0.78	c bounds 1189 >= 353 @ 0.626086
0.61/0.78	c bounds 1189 >= 354 @ 0.627006
0.61/0.78	c bounds 1189 >= 355 @ 0.627906
0.61/0.78	c bounds 1189 >= 356 @ 0.628824
0.61/0.78	c bounds 1189 >= 357 @ 0.629802
0.61/0.78	c bounds 1189 >= 358 @ 0.630737
0.61/0.79	c bounds 1189 >= 359 @ 0.631639
0.61/0.79	c bounds 1189 >= 360 @ 0.63256
0.61/0.79	c bounds 1189 >= 361 @ 0.633469
0.61/0.79	c bounds 1189 >= 362 @ 0.634384
0.61/0.79	c bounds 1189 >= 363 @ 0.634384
0.61/0.79	c bounds 1189 >= 364 @ 0.635281
0.61/0.79	c bounds 1189 >= 365 @ 0.635397
0.61/0.79	c bounds 1189 >= 366 @ 0.636131
0.61/0.79	c bounds 1189 >= 367 @ 0.637031
0.61/0.79	c bounds 1189 >= 368 @ 0.637951
0.61/0.79	c bounds 1189 >= 369 @ 0.638878
0.61/0.80	c bounds 1189 >= 370 @ 0.639812
0.70/0.80	c bounds 1189 >= 371 @ 0.640736
0.70/0.80	c bounds 1189 >= 372 @ 0.641668
0.70/0.80	c bounds 1189 >= 373 @ 0.642584
0.70/0.80	c bounds 1189 >= 374 @ 0.643498
0.70/0.80	c bounds 1189 >= 375 @ 0.644399
0.70/0.80	c bounds 1189 >= 376 @ 0.645307
0.70/0.80	c bounds 1189 >= 377 @ 0.64623
0.70/0.80	c bounds 1189 >= 378 @ 0.646349
0.70/0.80	c bounds 1189 >= 379 @ 0.647082
0.70/0.81	c bounds 1189 >= 380 @ 0.648008
0.70/0.81	c bounds 1189 >= 381 @ 0.648922
0.70/0.81	c bounds 1189 >= 382 @ 0.64987
0.70/0.81	c bounds 1189 >= 383 @ 0.650793
0.70/0.81	c bounds 1189 >= 384 @ 0.65171
0.70/0.81	c bounds 1189 >= 385 @ 0.652652
0.70/0.81	c bounds 1189 >= 386 @ 0.653568
0.70/0.81	c bounds 1189 >= 387 @ 0.654487
0.70/0.81	c bounds 1189 >= 388 @ 0.655414
0.70/0.81	c bounds 1189 >= 389 @ 0.656333
0.70/0.81	c bounds 1189 >= 390 @ 0.657239
0.70/0.82	c bounds 1189 >= 391 @ 0.658162
0.70/0.82	c bounds 1189 >= 392 @ 0.659071
0.70/0.82	c bounds 1189 >= 393 @ 0.659979
0.70/0.82	c bounds 1189 >= 394 @ 0.660904
0.70/0.82	c bounds 1189 >= 395 @ 0.661817
0.70/0.82	c bounds 1189 >= 396 @ 0.662725
0.70/0.82	c bounds 1189 >= 397 @ 0.663621
0.70/0.82	c bounds 1189 >= 398 @ 0.664521
0.70/0.82	c bounds 1189 >= 399 @ 0.665487
0.70/0.82	c bounds 1189 >= 400 @ 0.666419
0.70/0.82	c bounds 1189 >= 401 @ 0.667327
0.70/0.83	c bounds 1189 >= 402 @ 0.66823
0.70/0.83	c bounds 1189 >= 403 @ 0.669136
0.70/0.83	c bounds 1189 >= 404 @ 0.670072
0.70/0.83	c bounds 1189 >= 405 @ 0.67099
0.70/0.83	c bounds 1189 >= 406 @ 0.671928
0.70/0.83	c bounds 1189 >= 407 @ 0.672852
0.70/0.83	c bounds 1189 >= 408 @ 0.673782
0.70/0.83	c bounds 1189 >= 409 @ 0.67478
0.70/0.83	c bounds 1189 >= 410 @ 0.675709
0.70/0.83	c bounds 1189 >= 411 @ 0.676686
0.70/0.83	c bounds 1189 >= 412 @ 0.677621
0.70/0.84	c bounds 1189 >= 413 @ 0.678552
0.70/0.84	c bounds 1189 >= 414 @ 0.679513
0.70/0.84	c bounds 1189 >= 415 @ 0.680435
0.70/0.84	c bounds 1189 >= 416 @ 0.681416
0.70/0.84	c bounds 1189 >= 417 @ 0.682397
0.70/0.84	c bounds 1189 >= 418 @ 0.683361
0.70/0.84	c bounds 1189 >= 419 @ 0.684336
0.70/0.84	c bounds 1189 >= 420 @ 0.685276
0.70/0.84	c bounds 1189 >= 421 @ 0.686177
0.70/0.84	c bounds 1189 >= 422 @ 0.687089
0.70/0.85	c bounds 1189 >= 423 @ 0.688056
0.70/0.85	c bounds 1189 >= 424 @ 0.688968
0.70/0.85	c bounds 1189 >= 425 @ 0.689892
0.70/0.85	c bounds 1189 >= 426 @ 0.690816
0.70/0.85	c bounds 1189 >= 427 @ 0.691723
0.70/0.85	c bounds 1189 >= 428 @ 0.692634
0.70/0.85	c bounds 1189 >= 429 @ 0.693593
0.70/0.85	c bounds 1189 >= 430 @ 0.694562
0.70/0.85	c bounds 1189 >= 431 @ 0.694759
0.70/0.85	c bounds 1189 >= 432 @ 0.695705
0.70/0.85	c bounds 1189 >= 433 @ 0.696642
0.70/0.86	c bounds 1189 >= 434 @ 0.697569
0.70/0.86	c bounds 1189 >= 435 @ 0.698497
0.70/0.86	c bounds 1189 >= 436 @ 0.6994
0.70/0.86	c bounds 1189 >= 437 @ 0.700301
0.70/0.86	c bounds 1189 >= 438 @ 0.701221
0.70/0.86	c bounds 1189 >= 439 @ 0.702155
0.70/0.86	c bounds 1189 >= 440 @ 0.703051
0.70/0.86	c bounds 1189 >= 441 @ 0.703051
0.70/0.86	c bounds 1189 >= 442 @ 0.703886
0.70/0.86	c bounds 1189 >= 443 @ 0.704791
0.70/0.87	c bounds 1189 >= 444 @ 0.705744
0.70/0.87	c bounds 1189 >= 445 @ 0.706662
0.70/0.87	c bounds 1189 >= 446 @ 0.707565
0.70/0.87	c bounds 1189 >= 447 @ 0.708485
0.70/0.87	c bounds 1189 >= 448 @ 0.709415
0.70/0.87	c bounds 1189 >= 449 @ 0.710345
0.70/0.87	c bounds 1189 >= 450 @ 0.711243
0.70/0.87	c bounds 1189 >= 451 @ 0.712187
0.70/0.87	c bounds 1189 >= 452 @ 0.71312
0.70/0.87	c bounds 1189 >= 453 @ 0.714025
0.70/0.87	c bounds 1189 >= 454 @ 0.714938
0.70/0.88	c bounds 1189 >= 455 @ 0.715845
0.70/0.88	c bounds 1189 >= 456 @ 0.716007
0.70/0.88	c bounds 1189 >= 457 @ 0.716694
0.70/0.88	c bounds 1189 >= 458 @ 0.717634
0.70/0.88	c bounds 1189 >= 459 @ 0.718552
0.70/0.88	c bounds 1189 >= 460 @ 0.719521
0.70/0.88	c bounds 1189 >= 461 @ 0.720445
0.70/0.88	c bounds 1189 >= 462 @ 0.721369
0.70/0.88	c bounds 1189 >= 463 @ 0.722277
0.70/0.88	c bounds 1189 >= 464 @ 0.723169
0.70/0.88	c bounds 1189 >= 465 @ 0.724068
0.70/0.89	c bounds 1189 >= 466 @ 0.724976
0.70/0.89	c bounds 1189 >= 467 @ 0.72594
0.70/0.89	c bounds 1189 >= 468 @ 0.726914
0.70/0.89	c bounds 1189 >= 469 @ 0.727823
0.70/0.89	c bounds 1189 >= 470 @ 0.727962
0.70/0.89	c bounds 1189 >= 471 @ 0.728683
0.70/0.89	c bounds 1189 >= 472 @ 0.729647
0.70/0.89	c bounds 1189 >= 473 @ 0.730583
0.70/0.89	c bounds 1189 >= 474 @ 0.731544
0.70/0.89	c bounds 1189 >= 475 @ 0.732519
0.70/0.89	c bounds 1189 >= 476 @ 0.733436
0.80/0.90	c bounds 1189 >= 477 @ 0.734349
0.80/0.90	c bounds 1189 >= 478 @ 0.735259
0.80/0.90	c bounds 1189 >= 479 @ 0.73615
0.80/0.90	c bounds 1189 >= 480 @ 0.737055
0.80/0.90	c bounds 1189 >= 481 @ 0.737945
0.80/0.90	c bounds 1189 >= 482 @ 0.738865
0.80/0.90	c bounds 1189 >= 483 @ 0.739774
0.80/0.90	c bounds 1189 >= 484 @ 0.740674
0.80/0.90	c bounds 1189 >= 485 @ 0.741584
0.80/0.90	c bounds 1189 >= 486 @ 0.742498
0.80/0.90	c bounds 1189 >= 487 @ 0.743407
0.80/0.91	c bounds 1189 >= 488 @ 0.744321
0.80/0.91	c bounds 1189 >= 489 @ 0.745206
0.80/0.91	c bounds 1189 >= 490 @ 0.746118
0.80/0.91	c bounds 1189 >= 491 @ 0.747013
0.80/0.91	c bounds 1189 >= 492 @ 0.747904
0.80/0.91	c bounds 1189 >= 493 @ 0.748796
0.80/0.91	c bounds 1189 >= 494 @ 0.749687
0.80/0.91	c bounds 1189 >= 495 @ 0.750572
0.80/0.91	c bounds 1189 >= 496 @ 0.750786
0.80/0.91	c bounds 1189 >= 497 @ 0.75149
0.80/0.91	c bounds 1189 >= 498 @ 0.752388
0.80/0.92	c bounds 1189 >= 499 @ 0.7533
0.80/0.92	c bounds 1189 >= 500 @ 0.754186
0.80/0.92	c bounds 1189 >= 501 @ 0.755084
0.80/0.92	c bounds 1189 >= 502 @ 0.756012
0.80/0.92	c bounds 1189 >= 503 @ 0.756896
0.80/0.92	c bounds 1189 >= 504 @ 0.757813
0.80/0.92	c bounds 1189 >= 505 @ 0.757813
0.80/0.92	c bounds 1189 >= 506 @ 0.758644
0.80/0.92	c bounds 1189 >= 507 @ 0.759529
0.80/0.92	c bounds 1189 >= 508 @ 0.760458
0.80/0.93	c bounds 1189 >= 509 @ 0.761366
0.80/0.93	c bounds 1189 >= 510 @ 0.762345
0.80/0.93	c bounds 1189 >= 511 @ 0.763254
0.80/0.93	c bounds 1189 >= 512 @ 0.764169
0.80/0.93	c bounds 1189 >= 513 @ 0.765059
0.80/0.93	c bounds 1189 >= 514 @ 0.765961
0.80/0.93	c bounds 1189 >= 515 @ 0.766867
0.80/0.93	c bounds 1189 >= 516 @ 0.767772
0.80/0.93	c bounds 1189 >= 517 @ 0.768689
0.80/0.93	c bounds 1189 >= 518 @ 0.769594
0.80/0.93	c bounds 1189 >= 519 @ 0.77051
0.80/0.94	c bounds 1189 >= 520 @ 0.771443
0.80/0.94	c bounds 1189 >= 521 @ 0.772349
0.80/0.94	c bounds 1189 >= 522 @ 0.773264
0.80/0.94	c bounds 1189 >= 523 @ 0.774183
0.80/0.94	c bounds 1189 >= 524 @ 0.775115
0.80/0.94	c bounds 1189 >= 525 @ 0.776026
0.80/0.94	c bounds 1189 >= 526 @ 0.777054
0.80/0.94	c bounds 1189 >= 527 @ 0.777979
0.80/0.94	c bounds 1189 >= 528 @ 0.77888
0.80/0.94	c bounds 1189 >= 529 @ 0.779778
0.80/0.94	c bounds 1189 >= 530 @ 0.780684
0.80/0.95	c bounds 1189 >= 531 @ 0.781581
0.80/0.95	c bounds 1189 >= 532 @ 0.782494
0.80/0.95	c bounds 1189 >= 533 @ 0.783411
0.80/0.95	c bounds 1189 >= 534 @ 0.784331
0.80/0.95	c bounds 1189 >= 535 @ 0.785303
0.80/0.95	c bounds 1189 >= 536 @ 0.786216
0.80/0.95	c bounds 1189 >= 537 @ 0.787137
0.80/0.95	c bounds 1189 >= 538 @ 0.788043
0.80/0.95	c bounds 1189 >= 539 @ 0.788936
0.80/0.95	c bounds 1189 >= 540 @ 0.789894
0.80/0.95	c bounds 1189 >= 541 @ 0.790807
0.80/0.96	c bounds 1189 >= 542 @ 0.791725
0.80/0.96	c bounds 1189 >= 543 @ 0.792621
0.80/0.96	c bounds 1189 >= 544 @ 0.793538
0.80/0.96	c bounds 1189 >= 545 @ 0.794438
0.80/0.96	c bounds 1189 >= 546 @ 0.795379
0.80/0.96	c bounds 1189 >= 547 @ 0.796315
0.80/0.96	c bounds 1189 >= 548 @ 0.797263
0.80/0.96	c bounds 1189 >= 549 @ 0.798193
0.80/0.96	c bounds 1189 >= 550 @ 0.799127
0.80/0.96	c bounds 1189 >= 551 @ 0.800034
0.80/0.96	c bounds 1189 >= 552 @ 0.800973
0.80/0.97	c bounds 1189 >= 553 @ 0.801894
0.80/0.97	c bounds 1189 >= 554 @ 0.802802
0.80/0.97	c bounds 1189 >= 555 @ 0.803722
0.80/0.97	c bounds 1189 >= 556 @ 0.804729
0.80/0.97	c bounds 1189 >= 557 @ 0.805637
0.80/0.97	c bounds 1189 >= 558 @ 0.806544
0.80/0.97	c bounds 1189 >= 559 @ 0.807455
0.80/0.97	c bounds 1189 >= 560 @ 0.807597
0.80/1.01	c bounds 1188 >= 560 @ 0.830353
0.80/1.01	c bounds 1188 >= 561 @ 0.831414
0.80/1.01	c bounds 1188 >= 562 @ 0.832349
0.80/1.01	c bounds 1188 >= 563 @ 0.83332
0.80/1.01	c bounds 1188 >= 564 @ 0.834235
0.80/1.01	c bounds 1188 >= 565 @ 0.835182
0.80/1.01	c bounds 1188 >= 566 @ 0.836088
0.80/1.01	c bounds 1188 >= 567 @ 0.837014
0.80/1.01	c bounds 1188 >= 568 @ 0.837931
0.80/1.01	c bounds 1188 >= 569 @ 0.838837
0.92/1.01	c bounds 1188 >= 570 @ 0.839778
0.92/1.01	c bounds 1188 >= 571 @ 0.840717
0.92/1.01	c bounds 1188 >= 572 @ 0.841639
0.92/1.01	c bounds 1188 >= 573 @ 0.842576
0.92/1.01	c bounds 1188 >= 574 @ 0.843531
0.92/1.01	c bounds 1188 >= 575 @ 0.844449
0.92/1.02	c bounds 1188 >= 576 @ 0.845369
0.92/1.02	c bounds 1188 >= 577 @ 0.846342
0.92/1.02	c bounds 1188 >= 578 @ 0.847327
0.92/1.02	c bounds 1188 >= 579 @ 0.848256
0.92/1.02	c bounds 1188 >= 580 @ 0.84918
0.92/1.02	c bounds 1188 >= 581 @ 0.850169
0.92/1.02	c bounds 1188 >= 582 @ 0.851114
0.92/1.02	c bounds 1188 >= 583 @ 0.852034
0.92/1.02	c bounds 1188 >= 584 @ 0.85296
0.92/1.02	c bounds 1188 >= 585 @ 0.853894
0.92/1.02	c bounds 1188 >= 586 @ 0.854802
0.92/1.03	c bounds 1188 >= 587 @ 0.855749
0.92/1.03	c bounds 1188 >= 588 @ 0.856682
0.92/1.03	c bounds 1188 >= 589 @ 0.857635
0.92/1.03	c bounds 1188 >= 590 @ 0.8586
0.92/1.03	c bounds 1188 >= 591 @ 0.85954
0.92/1.03	c bounds 1188 >= 592 @ 0.860461
0.92/1.03	c bounds 1188 >= 593 @ 0.861389
0.92/1.03	c bounds 1188 >= 594 @ 0.86233
0.92/1.03	c bounds 1188 >= 595 @ 0.86233
0.92/1.03	c bounds 1188 >= 596 @ 0.863228
0.92/1.04	c bounds 1188 >= 597 @ 0.864218
0.92/1.04	c bounds 1188 >= 598 @ 0.864346
0.92/1.04	c bounds 1188 >= 599 @ 0.865135
0.92/1.04	c bounds 1188 >= 600 @ 0.86534
0.92/1.04	c bounds 1188 >= 601 @ 0.866109
0.92/1.04	c bounds 1188 >= 602 @ 0.867028
0.92/1.04	c bounds 1188 >= 603 @ 0.867962
0.92/1.04	c bounds 1188 >= 604 @ 0.86892
0.92/1.04	c bounds 1188 >= 605 @ 0.86987
0.92/1.04	c bounds 1188 >= 606 @ 0.870816
0.92/1.04	c bounds 1188 >= 607 @ 0.871796
0.92/1.05	c bounds 1188 >= 608 @ 0.872763
0.92/1.05	c bounds 1188 >= 609 @ 0.873728
0.92/1.05	c bounds 1188 >= 610 @ 0.874671
0.92/1.05	c bounds 1188 >= 611 @ 0.875628
0.92/1.05	c bounds 1188 >= 612 @ 0.876587
0.92/1.05	c bounds 1188 >= 613 @ 0.877539
0.92/1.05	c bounds 1188 >= 614 @ 0.87846
0.92/1.05	c bounds 1188 >= 615 @ 0.879404
0.92/1.05	c bounds 1188 >= 616 @ 0.880389
0.92/1.05	c bounds 1188 >= 617 @ 0.881362
0.92/1.06	c bounds 1188 >= 618 @ 0.8823
0.92/1.06	c bounds 1188 >= 619 @ 0.88324
0.92/1.06	c bounds 1188 >= 620 @ 0.884198
0.92/1.06	c bounds 1188 >= 621 @ 0.885128
0.92/1.06	c bounds 1188 >= 622 @ 0.886073
0.92/1.06	c bounds 1188 >= 623 @ 0.887024
0.92/1.06	c bounds 1188 >= 624 @ 0.887959
0.92/1.06	c bounds 1188 >= 625 @ 0.888924
0.92/1.06	c bounds 1188 >= 626 @ 0.889857
0.92/1.06	c bounds 1188 >= 627 @ 0.890816
0.92/1.07	c bounds 1188 >= 628 @ 0.891778
0.92/1.07	c bounds 1188 >= 629 @ 0.892718
0.92/1.07	c bounds 1188 >= 630 @ 0.893644
0.92/1.07	c bounds 1188 >= 631 @ 0.894635
0.92/1.07	c bounds 1188 >= 632 @ 0.895617
0.92/1.07	c bounds 1188 >= 633 @ 0.895866
0.92/1.07	c bounds 1188 >= 634 @ 0.896539
0.92/1.07	c bounds 1188 >= 635 @ 0.897468
0.92/1.07	c bounds 1188 >= 636 @ 0.898425
0.92/1.07	c bounds 1188 >= 637 @ 0.899411
0.92/1.07	c bounds 1188 >= 638 @ 0.900362
0.92/1.08	c bounds 1188 >= 639 @ 0.901334
0.92/1.08	c bounds 1188 >= 640 @ 0.902249
0.92/1.08	c bounds 1188 >= 641 @ 0.903203
0.92/1.08	c bounds 1188 >= 642 @ 0.904147
0.92/1.08	c bounds 1188 >= 643 @ 0.904147
0.92/1.08	c bounds 1188 >= 644 @ 0.904147
0.92/1.08	c bounds 1188 >= 645 @ 0.905048
0.92/1.08	c bounds 1188 >= 646 @ 0.905154
0.92/1.08	c bounds 1188 >= 647 @ 0.905154
0.92/1.08	c bounds 1188 >= 648 @ 0.905154
0.92/1.09	c bounds 1188 >= 649 @ 0.90587
0.92/1.09	c bounds 1188 >= 650 @ 0.906831
0.92/1.09	c bounds 1188 >= 651 @ 0.907795
0.92/1.09	c bounds 1188 >= 652 @ 0.908052
0.92/1.09	c bounds 1188 >= 653 @ 0.908772
0.92/1.09	c bounds 1188 >= 654 @ 0.909734
0.92/1.09	c bounds 1188 >= 655 @ 0.910695
0.92/1.09	c bounds 1188 >= 656 @ 0.911649
0.92/1.09	c bounds 1188 >= 657 @ 0.912596
0.92/1.09	c bounds 1188 >= 658 @ 0.913561
0.92/1.09	c bounds 1188 >= 659 @ 0.914482
0.92/1.10	c bounds 1188 >= 660 @ 0.915415
0.92/1.10	c bounds 1188 >= 661 @ 0.916376
0.92/1.10	c bounds 1188 >= 662 @ 0.917325
0.92/1.10	c bounds 1188 >= 663 @ 0.91829
0.92/1.10	c bounds 1188 >= 664 @ 0.919269
0.92/1.10	c bounds 1188 >= 665 @ 0.920214
0.92/1.10	c bounds 1188 >= 666 @ 0.92119
0.92/1.10	c bounds 1188 >= 667 @ 0.922127
0.92/1.10	c bounds 1188 >= 668 @ 0.923131
0.92/1.10	c bounds 1188 >= 669 @ 0.924107
0.92/1.11	c bounds 1188 >= 670 @ 0.925051
0.92/1.11	c bounds 1188 >= 671 @ 0.925051
0.92/1.11	c bounds 1188 >= 672 @ 0.926001
0.92/1.11	c bounds 1188 >= 673 @ 0.926955
1.02/1.11	c bounds 1188 >= 674 @ 0.927907
1.02/1.11	c bounds 1188 >= 675 @ 0.928846
1.02/1.11	c bounds 1188 >= 676 @ 0.929035
1.02/1.11	c bounds 1188 >= 677 @ 0.929757
1.02/1.11	c bounds 1188 >= 678 @ 0.930711
1.02/1.11	c bounds 1188 >= 679 @ 0.931676
1.02/1.12	c bounds 1188 >= 680 @ 0.932648
1.02/1.12	c bounds 1188 >= 681 @ 0.93359
1.02/1.12	c bounds 1188 >= 682 @ 0.934535
1.02/1.12	c bounds 1188 >= 683 @ 0.935486
1.02/1.12	c bounds 1188 >= 684 @ 0.936444
1.02/1.12	c bounds 1188 >= 685 @ 0.937415
1.02/1.12	c bounds 1188 >= 686 @ 0.938387
1.02/1.12	c bounds 1188 >= 687 @ 0.939372
1.02/1.12	c bounds 1188 >= 688 @ 0.940348
1.02/1.12	c bounds 1188 >= 689 @ 0.941306
1.02/1.12	c bounds 1188 >= 690 @ 0.942283
1.02/1.13	c bounds 1188 >= 691 @ 0.943303
1.02/1.13	c bounds 1188 >= 692 @ 0.944285
1.02/1.13	c bounds 1188 >= 693 @ 0.945241
1.02/1.13	c bounds 1188 >= 694 @ 0.946197
1.02/1.13	c bounds 1188 >= 695 @ 0.947152
1.02/1.13	c bounds 1188 >= 696 @ 0.948105
1.02/1.13	c bounds 1188 >= 697 @ 0.949077
1.02/1.13	c bounds 1188 >= 698 @ 0.950016
1.02/1.13	c bounds 1188 >= 699 @ 0.950981
1.02/1.13	c bounds 1188 >= 700 @ 0.951942
1.02/1.14	c bounds 1188 >= 701 @ 0.952905
1.02/1.14	c bounds 1188 >= 702 @ 0.952905
1.02/1.14	c bounds 1188 >= 703 @ 0.953824
1.02/1.14	c bounds 1188 >= 704 @ 0.954772
1.02/1.14	c bounds 1188 >= 705 @ 0.9549
1.02/1.14	c bounds 1188 >= 706 @ 0.9549
1.02/1.14	c bounds 1188 >= 707 @ 0.955685
1.02/1.14	c bounds 1188 >= 708 @ 0.955893
1.02/1.14	c bounds 1188 >= 709 @ 0.956673
1.02/1.14	c bounds 1188 >= 710 @ 0.957631
1.02/1.15	c bounds 1188 >= 711 @ 0.958573
1.02/1.15	c bounds 1188 >= 712 @ 0.959538
1.02/1.15	c bounds 1188 >= 713 @ 0.960528
1.02/1.15	c bounds 1188 >= 714 @ 0.961485
1.02/1.15	c bounds 1188 >= 715 @ 0.962474
1.02/1.15	c bounds 1188 >= 716 @ 0.963413
1.02/1.15	c bounds 1188 >= 717 @ 0.964371
1.02/1.15	c bounds 1188 >= 718 @ 0.965314
1.02/1.15	c bounds 1188 >= 719 @ 0.966312
1.02/1.15	c bounds 1188 >= 720 @ 0.967301
1.02/1.15	c bounds 1188 >= 721 @ 0.968239
1.02/1.16	c bounds 1188 >= 722 @ 0.969255
1.02/1.16	c bounds 1188 >= 723 @ 0.970219
1.02/1.16	c bounds 1188 >= 724 @ 0.971157
1.02/1.16	c bounds 1188 >= 725 @ 0.97212
1.02/1.16	c bounds 1188 >= 726 @ 0.973079
1.02/1.16	c bounds 1188 >= 727 @ 0.974041
1.02/1.16	c bounds 1188 >= 728 @ 0.974989
1.02/1.16	c bounds 1188 >= 729 @ 0.975932
1.02/1.18	c bounds 1187 >= 729 @ 0.994694
1.02/1.18	c bounds 1187 >= 730 @ 0.995066
1.02/1.19	c bounds 1187 >= 731 @ 0.995802
1.02/1.19	c bounds 1187 >= 732 @ 0.996534
1.02/1.19	c bounds 1187 >= 733 @ 0.997284
1.02/1.19	c bounds 1187 >= 734 @ 0.998018
1.02/1.19	c bounds 1187 >= 735 @ 0.998748
1.02/1.19	c bounds 1187 >= 736 @ 0.999522
1.02/1.19	c bounds 1187 >= 737 @ 1.00027
1.02/1.19	c bounds 1187 >= 738 @ 1.001
1.02/1.19	c bounds 1187 >= 739 @ 1.00172
1.02/1.19	c bounds 1187 >= 740 @ 1.00244
1.02/1.19	c bounds 1187 >= 741 @ 1.00265
1.02/1.19	c bounds 1187 >= 742 @ 1.00297
1.02/1.19	c bounds 1187 >= 743 @ 1.00364
1.02/1.20	c bounds 1187 >= 744 @ 1.00441
1.10/1.20	c bounds 1187 >= 745 @ 1.00517
1.10/1.20	c bounds 1187 >= 746 @ 1.00589
1.10/1.20	c bounds 1187 >= 747 @ 1.00662
1.10/1.20	c bounds 1187 >= 748 @ 1.00669
1.10/1.20	c bounds 1187 >= 749 @ 1.00715
1.10/1.20	c bounds 1187 >= 750 @ 1.00784
1.10/1.20	c bounds 1187 >= 751 @ 1.00855
1.10/1.20	c bounds 1187 >= 752 @ 1.00927
1.10/1.20	c bounds 1187 >= 753 @ 1.01004
1.10/1.20	c bounds 1187 >= 754 @ 1.01028
1.10/1.20	c bounds 1187 >= 755 @ 1.01057
1.10/1.20	c bounds 1187 >= 756 @ 1.01131
1.10/1.20	c bounds 1187 >= 757 @ 1.01204
1.10/1.21	c bounds 1187 >= 758 @ 1.01278
1.10/1.21	c bounds 1187 >= 759 @ 1.0135
1.10/1.21	c bounds 1187 >= 760 @ 1.01366
1.10/1.21	c bounds 1187 >= 761 @ 1.01406
1.10/1.21	c bounds 1187 >= 762 @ 1.01477
1.10/1.21	c bounds 1187 >= 763 @ 1.01549
1.10/1.21	c bounds 1187 >= 764 @ 1.01622
1.10/1.21	c bounds 1187 >= 765 @ 1.01698
1.10/1.21	c bounds 1187 >= 766 @ 1.01771
1.10/1.21	c bounds 1187 >= 767 @ 1.01844
1.10/1.21	c bounds 1187 >= 768 @ 1.01919
1.10/1.21	c bounds 1187 >= 769 @ 1.01995
1.10/1.21	c bounds 1187 >= 770 @ 1.02071
1.10/1.22	c bounds 1187 >= 771 @ 1.02147
1.10/1.22	c bounds 1187 >= 772 @ 1.02226
1.10/1.22	c bounds 1187 >= 773 @ 1.02302
1.10/1.22	c bounds 1187 >= 774 @ 1.02377
1.10/1.22	c bounds 1187 >= 775 @ 1.02455
1.10/1.22	c bounds 1187 >= 776 @ 1.02535
1.10/1.22	c bounds 1187 >= 777 @ 1.02611
1.10/1.22	c bounds 1187 >= 778 @ 1.02688
1.10/1.22	c bounds 1187 >= 779 @ 1.02767
1.10/1.22	c bounds 1187 >= 780 @ 1.02842
1.10/1.22	c bounds 1187 >= 781 @ 1.0286
1.10/1.22	c bounds 1187 >= 782 @ 1.02906
1.10/1.22	c bounds 1187 >= 783 @ 1.02983
1.10/1.23	c bounds 1187 >= 784 @ 1.03058
1.10/1.23	c bounds 1187 >= 785 @ 1.03134
1.10/1.23	c bounds 1187 >= 786 @ 1.03209
1.10/1.23	c bounds 1187 >= 787 @ 1.03286
1.10/1.23	c bounds 1187 >= 788 @ 1.0336
1.10/1.23	c bounds 1187 >= 789 @ 1.03435
1.10/1.23	c bounds 1187 >= 790 @ 1.03516
1.10/1.28	c bounds 1186 >= 790 @ 1.08044
1.10/1.28	c bounds 1186 >= 791 @ 1.08176
1.10/1.28	c bounds 1186 >= 792 @ 1.08255
1.10/1.28	c bounds 1186 >= 793 @ 1.0834
1.10/1.28	c bounds 1186 >= 794 @ 1.0834
1.10/1.28	c bounds 1186 >= 795 @ 1.08341
1.10/1.28	c bounds 1186 >= 796 @ 1.08382
1.10/1.29	c bounds 1186 >= 797 @ 1.08457
1.10/1.29	c bounds 1186 >= 798 @ 1.08536
1.10/1.29	c bounds 1186 >= 799 @ 1.08563
1.10/1.29	c bounds 1186 >= 800 @ 1.0863
1.10/1.29	c bounds 1186 >= 801 @ 1.08708
1.10/1.29	c bounds 1186 >= 802 @ 1.08786
1.10/1.29	c bounds 1186 >= 803 @ 1.08861
1.10/1.29	c bounds 1186 >= 804 @ 1.08937
1.10/1.29	c bounds 1186 >= 805 @ 1.09015
1.10/1.29	c bounds 1186 >= 806 @ 1.09098
1.10/1.29	c bounds 1186 >= 807 @ 1.09179
1.10/1.29	c bounds 1186 >= 808 @ 1.09261
1.10/1.30	c bounds 1186 >= 809 @ 1.09344
1.20/1.30	c bounds 1186 >= 810 @ 1.09424
1.20/1.30	c bounds 1186 >= 811 @ 1.09505
1.20/1.30	c bounds 1186 >= 812 @ 1.09588
1.20/1.30	c bounds 1186 >= 813 @ 1.09675
1.20/1.30	c bounds 1186 >= 814 @ 1.09756
1.20/1.30	c bounds 1186 >= 815 @ 1.09832
1.20/1.30	c bounds 1186 >= 816 @ 1.09832
1.20/1.30	c bounds 1186 >= 817 @ 1.09835
1.20/1.30	c bounds 1186 >= 818 @ 1.09882
1.20/1.30	c bounds 1186 >= 819 @ 1.09953
1.20/1.30	c bounds 1186 >= 820 @ 1.1003
1.20/1.31	c bounds 1186 >= 821 @ 1.10109
1.20/1.31	c bounds 1186 >= 822 @ 1.10186
1.20/1.31	c bounds 1186 >= 823 @ 1.10264
1.20/1.31	c bounds 1186 >= 824 @ 1.10343
1.20/1.31	c bounds 1186 >= 825 @ 1.10423
1.20/1.31	c bounds 1186 >= 826 @ 1.105
1.20/1.31	c bounds 1186 >= 827 @ 1.10578
1.20/1.31	c bounds 1186 >= 828 @ 1.10658
1.20/1.31	c bounds 1186 >= 829 @ 1.10733
1.20/1.31	c bounds 1186 >= 830 @ 1.10808
1.20/1.31	c bounds 1186 >= 831 @ 1.1083
1.20/1.31	c bounds 1186 >= 832 @ 1.10869
1.20/1.31	c bounds 1186 >= 833 @ 1.10944
1.20/1.32	c bounds 1186 >= 834 @ 1.1102
1.20/1.32	c bounds 1186 >= 835 @ 1.1103
1.20/1.32	c bounds 1186 >= 836 @ 1.11076
1.20/1.32	c bounds 1186 >= 837 @ 1.11153
1.20/1.32	c bounds 1186 >= 838 @ 1.11226
1.20/1.32	c bounds 1186 >= 839 @ 1.11303
1.20/1.32	c bounds 1186 >= 840 @ 1.11388
1.20/1.32	c bounds 1186 >= 841 @ 1.11467
1.20/1.32	c bounds 1186 >= 842 @ 1.11542
1.20/1.32	c bounds 1186 >= 843 @ 1.11618
1.20/1.32	c bounds 1186 >= 844 @ 1.11696
1.20/1.32	c bounds 1186 >= 845 @ 1.11773
1.20/1.32	c bounds 1186 >= 846 @ 1.11848
1.20/1.33	c bounds 1186 >= 847 @ 1.11921
1.20/1.33	c bounds 1186 >= 848 @ 1.11994
1.20/1.33	c bounds 1186 >= 849 @ 1.1202
1.20/1.33	c bounds 1186 >= 850 @ 1.1205
1.20/1.33	c bounds 1186 >= 851 @ 1.12124
1.20/1.33	c bounds 1186 >= 852 @ 1.12207
1.20/1.33	c bounds 1186 >= 853 @ 1.12225
1.20/1.33	c bounds 1186 >= 854 @ 1.12271
1.20/1.33	c bounds 1186 >= 855 @ 1.12346
1.20/1.33	c bounds 1186 >= 856 @ 1.12426
1.20/1.33	c bounds 1186 >= 857 @ 1.12502
1.20/1.33	c bounds 1186 >= 858 @ 1.12579
1.20/1.33	c bounds 1186 >= 859 @ 1.12657
1.20/1.34	c bounds 1186 >= 860 @ 1.12685
1.20/1.34	c bounds 1186 >= 861 @ 1.12715
1.20/1.34	c bounds 1186 >= 862 @ 1.12794
1.20/1.34	c bounds 1186 >= 863 @ 1.12874
1.20/1.34	c bounds 1186 >= 864 @ 1.12952
1.20/1.34	c bounds 1186 >= 865 @ 1.13031
1.20/1.34	c bounds 1186 >= 866 @ 1.13108
1.20/1.34	c bounds 1186 >= 867 @ 1.13122
1.20/1.34	c bounds 1186 >= 868 @ 1.13166
1.20/1.34	c bounds 1186 >= 869 @ 1.1324
1.20/1.34	c bounds 1186 >= 870 @ 1.13323
1.20/1.34	c bounds 1186 >= 871 @ 1.13399
1.20/1.35	c bounds 1186 >= 872 @ 1.1342
1.20/1.35	c bounds 1186 >= 873 @ 1.13467
1.20/1.35	c bounds 1186 >= 874 @ 1.13551
1.20/1.35	c bounds 1186 >= 875 @ 1.13635
1.20/1.35	c bounds 1186 >= 876 @ 1.13724
1.20/1.35	c bounds 1186 >= 877 @ 1.13807
1.20/1.35	c bounds 1186 >= 878 @ 1.13819
1.20/1.35	c bounds 1186 >= 879 @ 1.13881
1.20/1.35	c bounds 1186 >= 880 @ 1.1396
1.20/1.35	c bounds 1186 >= 881 @ 1.14057
1.20/1.39	c bounds 1185 >= 881 @ 1.17861
1.20/1.40	c bounds 1185 >= 882 @ 1.18065
1.30/1.40	c bounds 1185 >= 883 @ 1.18158
1.30/1.40	c bounds 1185 >= 884 @ 1.18239
1.30/1.40	c bounds 1185 >= 885 @ 1.18322
1.30/1.40	c bounds 1185 >= 886 @ 1.18409
1.30/1.40	c bounds 1185 >= 887 @ 1.18498
1.30/1.40	c bounds 1185 >= 888 @ 1.18585
1.30/1.40	c bounds 1185 >= 889 @ 1.186
1.30/1.40	c bounds 1185 >= 890 @ 1.18601
1.30/1.40	c bounds 1185 >= 891 @ 1.18645
1.30/1.40	c bounds 1185 >= 892 @ 1.18725
1.30/1.40	c bounds 1185 >= 893 @ 1.18807
1.30/1.41	c bounds 1185 >= 894 @ 1.18893
1.30/1.41	c bounds 1185 >= 895 @ 1.189
1.30/1.41	c bounds 1185 >= 896 @ 1.189
1.30/1.41	c bounds 1185 >= 897 @ 1.18948
1.30/1.41	c bounds 1185 >= 898 @ 1.19029
1.30/1.41	c bounds 1185 >= 899 @ 1.19113
1.30/1.41	c bounds 1185 >= 900 @ 1.19196
1.30/1.41	c bounds 1185 >= 901 @ 1.19281
1.30/1.41	c bounds 1185 >= 902 @ 1.19298
1.30/1.41	c bounds 1185 >= 903 @ 1.19345
1.30/1.41	c bounds 1185 >= 904 @ 1.19439
1.30/1.41	c bounds 1185 >= 905 @ 1.19525
1.30/1.42	c bounds 1185 >= 906 @ 1.1961
1.30/1.42	c bounds 1185 >= 907 @ 1.19691
1.30/1.42	c bounds 1185 >= 908 @ 1.19696
1.30/1.42	c bounds 1185 >= 909 @ 1.19696
1.30/1.42	c bounds 1185 >= 910 @ 1.19753
1.30/1.42	c bounds 1185 >= 911 @ 1.19833
1.30/1.42	c bounds 1185 >= 912 @ 1.19917
1.30/1.42	c bounds 1185 >= 913 @ 1.20001
1.30/1.42	c bounds 1185 >= 914 @ 1.20081
1.30/1.42	c bounds 1185 >= 915 @ 1.20095
1.30/1.42	c bounds 1185 >= 916 @ 1.20147
1.30/1.42	c bounds 1185 >= 917 @ 1.20227
1.30/1.43	c bounds 1185 >= 918 @ 1.20312
1.30/1.43	c bounds 1185 >= 919 @ 1.20397
1.30/1.43	c bounds 1185 >= 920 @ 1.20481
1.30/1.43	c bounds 1185 >= 921 @ 1.20563
1.30/1.43	c bounds 1185 >= 922 @ 1.20651
1.30/1.43	c bounds 1185 >= 923 @ 1.20741
1.30/1.43	c bounds 1185 >= 924 @ 1.20839
1.30/1.43	c bounds 1185 >= 925 @ 1.20933
1.30/1.43	c bounds 1185 >= 926 @ 1.2102
1.30/1.43	c bounds 1185 >= 927 @ 1.21118
1.30/1.43	c bounds 1185 >= 928 @ 1.21221
1.30/1.44	c bounds 1185 >= 929 @ 1.2133
1.30/1.44	c bounds 1185 >= 930 @ 1.21431
1.30/1.44	c bounds 1185 >= 931 @ 1.21528
1.30/1.44	c bounds 1185 >= 932 @ 1.21627
1.30/1.44	c bounds 1185 >= 933 @ 1.21722
1.30/1.44	c bounds 1185 >= 934 @ 1.2182
1.30/1.44	c bounds 1185 >= 935 @ 1.21914
1.30/1.44	c bounds 1185 >= 936 @ 1.22008
1.30/1.44	c bounds 1185 >= 937 @ 1.22108
1.30/1.44	c bounds 1185 >= 938 @ 1.22203
1.30/1.45	c bounds 1185 >= 939 @ 1.22296
1.30/1.45	c bounds 1185 >= 940 @ 1.22389
1.30/1.45	c bounds 1185 >= 941 @ 1.22493
1.30/1.49	c bounds 1184 >= 941 @ 1.25791
1.30/1.49	c bounds 1184 >= 942 @ 1.26015
1.30/1.49	c bounds 1184 >= 943 @ 1.26127
1.30/1.49	c bounds 1184 >= 944 @ 1.26169
1.30/1.49	c bounds 1184 >= 945 @ 1.26169
1.30/1.49	c bounds 1184 >= 946 @ 1.26201
1.30/1.49	c bounds 1184 >= 947 @ 1.26312
1.30/1.50	c bounds 1184 >= 948 @ 1.26434
1.40/1.50	c bounds 1184 >= 949 @ 1.26487
1.40/1.50	c bounds 1184 >= 950 @ 1.2659
1.40/1.50	c bounds 1184 >= 951 @ 1.26706
1.40/1.50	c bounds 1184 >= 952 @ 1.26828
1.40/1.50	c bounds 1184 >= 953 @ 1.26864
1.40/1.50	c bounds 1184 >= 954 @ 1.27
1.40/1.50	c bounds 1184 >= 955 @ 1.27119
1.40/1.51	c bounds 1184 >= 956 @ 1.27162
1.40/1.51	c bounds 1184 >= 957 @ 1.2717
1.40/1.51	c bounds 1184 >= 958 @ 1.27292
1.40/1.51	c bounds 1184 >= 959 @ 1.27423
1.40/1.51	c bounds 1184 >= 960 @ 1.27552
1.40/1.51	c bounds 1184 >= 961 @ 1.2759
1.40/1.51	c bounds 1184 >= 962 @ 1.27716
1.40/1.51	c bounds 1184 >= 963 @ 1.27873
1.40/1.52	c bounds 1184 >= 964 @ 1.28027
1.40/1.52	c bounds 1184 >= 965 @ 1.28078
1.40/1.52	c bounds 1184 >= 966 @ 1.28188
1.40/1.52	c bounds 1184 >= 967 @ 1.28323
1.40/1.52	c bounds 1184 >= 968 @ 1.28495
1.40/1.52	c bounds 1184 >= 969 @ 1.28621
1.40/1.53	c bounds 1184 >= 970 @ 1.28663
1.40/1.53	c bounds 1184 >= 971 @ 1.28809
1.40/1.53	c bounds 1184 >= 972 @ 1.28856
1.40/1.53	c bounds 1184 >= 973 @ 1.28901
1.40/1.53	c bounds 1184 >= 974 @ 1.29001
1.40/1.53	c bounds 1184 >= 975 @ 1.29075
1.40/1.58	c bounds 1183 >= 975 @ 1.33336
1.40/1.58	c bounds 1183 >= 976 @ 1.33542
1.40/1.58	c bounds 1183 >= 977 @ 1.33668
1.40/1.59	c bounds 1183 >= 978 @ 1.33801
1.40/1.59	c bounds 1183 >= 979 @ 1.34031
1.40/1.59	c bounds 1183 >= 980 @ 1.34314
1.50/1.60	c bounds 1183 >= 981 @ 1.34605
1.50/1.60	c bounds 1183 >= 982 @ 1.35053
1.50/1.65	c bounds 1182 >= 982 @ 1.39983
1.50/1.66	c bounds 1182 >= 983 @ 1.40428
1.50/1.66	c bounds 1182 >= 984 @ 1.40825
1.50/1.67	c bounds 1182 >= 985 @ 1.41701
1.50/1.68	c bounds 1182 >= 986 @ 1.42798
1.60/1.71	c bounds 1181 >= 986 @ 1.45293
1.60/1.72	c bounds 1181 >= 987 @ 1.46568
1.60/1.75	c bounds 1180 >= 987 @ 1.4877
1.60/1.78	c bounds 1179 >= 987 @ 1.51069
1.70/1.80	c bounds 1179 >= 988 @ 1.53794
1.70/1.83	c bounds 1178 >= 988 @ 1.5594
1.70/1.87	c bounds 1177 >= 988 @ 1.59677
1.70/1.89	c #Conflicts:       1000 | #Constraints:       8503
1.70/1.89	c bounds 1176 >= 988 @ 1.61849
1.91/2.01	c bounds 1176 >= 989 @ 1.73444
1.91/2.03	c bounds 1175 >= 989 @ 1.75447
1.91/2.06	c bounds 1174 >= 989 @ 1.77842
1.91/2.08	c bounds 1173 >= 989 @ 1.79795
1.91/2.10	c bounds 1172 >= 989 @ 1.82041
2.01/2.12	c bounds 1171 >= 989 @ 1.83869
2.01/2.16	c bounds 1170 >= 989 @ 1.87077
2.01/2.19	c bounds 1169 >= 989 @ 1.89529
2.09/2.21	c bounds 1168 >= 989 @ 1.91958
2.09/2.25	c bounds 1167 >= 989 @ 1.95252
2.09/2.27	c bounds 1166 >= 989 @ 1.97911
2.20/2.31	c bounds 1165 >= 989 @ 2.01288
2.20/2.34	c bounds 1164 >= 989 @ 2.03912
2.30/2.44	c #Conflicts:       2000 | #Constraints:       9579
2.30/2.44	c INPROCESSING
2.30/2.44	c GARBAGE COLLECT
2.30/2.44	c bounds 1163 >= 989 @ 2.13641
2.30/2.47	c bounds 1162 >= 989 @ 2.16664
2.49/2.65	c bounds 1162 >= 990 @ 2.33778
2.49/2.68	c bounds 1161 >= 990 @ 2.36235
2.60/2.70	c bounds 1160 >= 990 @ 2.38415
2.60/2.72	c bounds 1159 >= 990 @ 2.40626
2.60/2.75	c bounds 1158 >= 990 @ 2.42729
2.79/2.90	c bounds 1158 >= 991 @ 2.57415
2.79/2.92	c bounds 1157 >= 991 @ 2.59723
2.79/2.94	c bounds 1156 >= 991 @ 2.61868
2.79/2.99	c #Conflicts:       3000 | #Constraints:       8509
2.79/2.99	c bounds 1155 >= 991 @ 2.66717
2.91/3.07	c bounds 1154 >= 991 @ 2.74299
2.91/3.11	c bounds 1153 >= 991 @ 2.77898
3.01/3.15	c bounds 1152 >= 991 @ 2.81652
3.01/3.18	c bounds 1151 >= 991 @ 2.84756
3.09/3.22	c bounds 1150 >= 991 @ 2.88421
4.19/4.37	c #Conflicts:       4000 | #Constraints:       9515
4.19/4.37	c INPROCESSING
4.19/4.37	c GARBAGE COLLECT
4.19/4.37	c bounds 1149 >= 991 @ 4.00709
4.29/4.40	c bounds 1148 >= 991 @ 4.04152
4.29/4.44	c bounds 1147 >= 991 @ 4.07956
4.29/4.48	c bounds 1146 >= 991 @ 4.11404
4.39/4.53	c bounds 1145 >= 991 @ 4.16113
4.39/4.57	c bounds 1144 >= 991 @ 4.20303
4.49/4.61	c #Conflicts:       5000 | #Constraints:       8851
4.49/4.61	c bounds 1143 >= 991 @ 4.2435
4.49/4.67	c bounds 1142 >= 991 @ 4.29681
4.59/4.71	c bounds 1141 >= 991 @ 4.33857
4.59/4.75	c bounds 1140 >= 991 @ 4.37664
4.59/4.79	c bounds 1139 >= 991 @ 4.41622
4.69/4.84	c bounds 1138 >= 991 @ 4.46051
4.69/4.89	c bounds 1137 >= 991 @ 4.51354
4.91/5.01	c #Conflicts:       6000 | #Constraints:       9859
4.91/5.01	c bounds 1136 >= 991 @ 4.63148
5.09/5.25	c bounds 1135 >= 991 @ 4.85374
5.29/5.47	c INPROCESSING
5.29/5.47	c GARBAGE COLLECT
5.29/5.47	c bounds 1134 >= 991 @ 5.07072
5.59/5.70	c #Conflicts:       7000 | #Constraints:       8803
5.59/5.70	c bounds 1133 >= 991 @ 5.29597
6.00/6.18	c #Conflicts:       8000 | #Constraints:       9809
6.00/6.18	c bounds 1133 >= 992 @ 5.75974
6.38/6.58	c #Conflicts:       9000 | #Constraints:      10869
6.38/6.58	c bounds 1132 >= 992 @ 6.15873
6.90/7.02	c INPROCESSING
6.90/7.02	c GARBAGE COLLECT
6.90/7.02	c rational objective 992
7.68/7.85	c #Conflicts:      10000 | #Constraints:       9557
7.68/7.85	c #Conflicts:      11000 | #Constraints:      10557
7.68/7.85	c #Conflicts:      12000 | #Constraints:      11557
7.68/7.85	c INPROCESSING
7.68/7.85	c GARBAGE COLLECT
7.68/7.85	c rational objective 992
7.89/8.09	c bounds 1131 >= 992 @ 7.61424
7.99/8.15	c bounds 1130 >= 992 @ 7.67223
8.08/8.23	c bounds 1129 >= 992 @ 7.74259
8.28/8.41	c #Conflicts:      13000 | #Constraints:      10024
8.28/8.41	c bounds 1128 >= 992 @ 7.92222
8.38/8.54	c bounds 1127 >= 992 @ 8.04118
8.58/8.72	c bounds 1126 >= 992 @ 8.22069
9.48/9.61	c #Conflicts:      14000 | #Constraints:      11033
9.48/9.61	c #Conflicts:      15000 | #Constraints:      12033
9.48/9.61	c INPROCESSING
9.48/9.61	c GARBAGE COLLECT
9.48/9.61	c rational objective 992
10.47/10.69	c #Conflicts:      16000 | #Constraints:      10248
10.47/10.69	c #Conflicts:      17000 | #Constraints:      11248
10.47/10.69	c bounds 1126 >= 993 @ 10.1537
10.58/10.73	c bounds 1125 >= 993 @ 10.1908
10.58/10.79	c bounds 1124 >= 993 @ 10.2456
10.67/10.83	c bounds 1123 >= 993 @ 10.2836
10.67/10.89	c bounds 1122 >= 993 @ 10.3441
10.77/10.94	c #Conflicts:      18000 | #Constraints:      12318
10.77/10.94	c bounds 1121 >= 993 @ 10.3915
11.07/11.24	c INPROCESSING
11.07/11.24	c GARBAGE COLLECT
11.07/11.24	c rational objective 993
11.38/11.52	c bounds 1120 >= 993 @ 10.9581
11.47/11.63	c #Conflicts:      19000 | #Constraints:      10281
11.47/11.63	c bounds 1119 >= 993 @ 11.0632
13.27/13.40	c #Conflicts:      20000 | #Constraints:      11282
13.27/13.40	c #Conflicts:      21000 | #Constraints:      12282
13.27/13.40	c INPROCESSING
13.27/13.40	c GARBAGE COLLECT
13.27/13.40	c rational objective 993
13.27/13.48	c bounds 1118 >= 993 @ 12.8815
13.36/13.51	c bounds 1117 >= 993 @ 12.9185
13.36/13.54	c bounds 1116 >= 993 @ 12.946
13.36/13.57	c bounds 1115 >= 993 @ 12.9728
13.47/13.64	c #Conflicts:      22000 | #Constraints:      10088
13.47/13.64	c bounds 1114 >= 993 @ 13.0432
13.47/13.69	c bounds 1113 >= 993 @ 13.0902
13.57/13.73	c bounds 1112 >= 993 @ 13.1272
13.57/13.76	c bounds 1111 >= 993 @ 13.1617
13.66/13.80	c bounds 1110 >= 993 @ 13.1947
13.66/13.83	c bounds 1109 >= 993 @ 13.2277
13.66/13.86	c bounds 1108 >= 993 @ 13.2584
13.76/13.92	c bounds 1107 >= 993 @ 13.3173
13.76/13.97	c bounds 1106 >= 993 @ 13.3658
13.87/14.03	c #Conflicts:      23000 | #Constraints:      11097
13.87/14.03	c bounds 1105 >= 993 @ 13.4245
13.87/14.07	c bounds 1104 >= 993 @ 13.4643
13.97/14.14	c bounds 1103 >= 993 @ 13.5292
13.97/14.19	c bounds 1102 >= 993 @ 13.5776
14.07/14.26	c bounds 1101 >= 993 @ 13.6449
14.16/14.30	c bounds 1100 >= 993 @ 13.6909
14.16/14.35	c bounds 1099 >= 993 @ 13.7379
14.27/14.40	c bounds 1098 >= 993 @ 13.779
14.27/14.44	c #Conflicts:      24000 | #Constraints:      12111
14.27/14.44	c bounds 1097 >= 993 @ 13.8221
14.36/14.56	c bounds 1096 >= 993 @ 13.9322
14.46/14.70	c bounds 1095 >= 993 @ 14.0646
14.66/14.80	c bounds 1094 >= 993 @ 14.1607
14.66/14.87	c bounds 1093 >= 993 @ 14.2266
14.76/14.95	c #Conflicts:      25000 | #Constraints:      13117
14.76/14.95	c bounds 1092 >= 993 @ 14.3046
15.06/15.26	c INPROCESSING
15.06/15.26	c GARBAGE COLLECT
15.06/15.26	c rational objective 993
15.16/15.36	c bounds 1091 >= 993 @ 14.7119
15.26/15.44	c bounds 1090 >= 993 @ 14.7904
15.36/15.56	c bounds 1089 >= 993 @ 14.9107
15.45/15.63	c #Conflicts:      26000 | #Constraints:      10653
15.45/15.63	c bounds 1088 >= 993 @ 14.9791
15.66/15.81	c bounds 1087 >= 993 @ 15.1537
15.76/15.97	c #Conflicts:      27000 | #Constraints:      11655
15.76/15.97	c bounds 1086 >= 993 @ 15.3145
16.16/16.32	c bounds 1085 >= 993 @ 15.6543
16.45/16.64	c #Conflicts:      28000 | #Constraints:      12670
16.45/16.64	c bounds 1084 >= 993 @ 15.9698
16.86/17.11	c #Conflicts:      29000 | #Constraints:      13682
16.86/17.11	c INPROCESSING
16.86/17.11	c GARBAGE COLLECT
16.86/17.11	c rational objective 993
19.15/19.38	c #Conflicts:      30000 | #Constraints:      11086
19.15/19.38	c #Conflicts:      31000 | #Constraints:      12086
19.15/19.38	c #Conflicts:      32000 | #Constraints:      13086
19.15/19.38	c #Conflicts:      33000 | #Constraints:      14086
19.15/19.38	c INPROCESSING
19.15/19.38	c GARBAGE COLLECT
19.15/19.38	c rational objective 993
19.35/19.55	c bounds 1083 >= 993 @ 18.8296
19.65/19.82	c #Conflicts:      34000 | #Constraints:      11302
19.65/19.82	c bounds 1082 >= 993 @ 19.0944
20.34/20.58	c #Conflicts:      35000 | #Constraints:      12304
20.34/20.58	c bounds 1081 >= 993 @ 19.8357
20.65/20.80	c bounds 1080 >= 993 @ 20.0546
21.14/21.33	c #Conflicts:      36000 | #Constraints:      13321
21.14/21.33	c bounds 1079 >= 993 @ 20.5623
21.44/21.68	c #Conflicts:      37000 | #Constraints:      14347
21.44/21.68	c INPROCESSING
21.44/21.68	c GARBAGE COLLECT
21.44/21.68	c rational objective 993
21.86/22.07	c bounds 1078 >= 993 @ 21.2826
24.73/24.99	c #Conflicts:      38000 | #Constraints:      11339
24.73/24.99	c #Conflicts:      39000 | #Constraints:      12339
24.73/24.99	c #Conflicts:      40000 | #Constraints:      13339
24.73/24.99	c #Conflicts:      41000 | #Constraints:      14339
24.73/24.99	c INPROCESSING
24.73/24.99	c GARBAGE COLLECT
24.73/24.99	c rational objective 993
27.13/27.31	c #Conflicts:      42000 | #Constraints:      11132
27.13/27.31	c #Conflicts:      43000 | #Constraints:      12132
27.13/27.31	c #Conflicts:      44000 | #Constraints:      13132
27.13/27.31	c #Conflicts:      45000 | #Constraints:      14132
27.13/27.31	c #Conflicts:      46000 | #Constraints:      15132
27.13/27.31	c INPROCESSING
27.13/27.31	c GARBAGE COLLECT
27.13/27.31	c rational objective 993
29.52/29.72	c #Conflicts:      47000 | #Constraints:      11737
29.52/29.72	c #Conflicts:      48000 | #Constraints:      12737
29.52/29.72	c #Conflicts:      49000 | #Constraints:      13737
29.52/29.72	c #Conflicts:      50000 | #Constraints:      14737
29.52/29.72	c #Conflicts:      51000 | #Constraints:      15737
29.52/29.72	c INPROCESSING
29.52/29.72	c GARBAGE COLLECT
29.52/29.72	c rational objective 993
32.01/32.27	c #Conflicts:      52000 | #Constraints:      12134
32.01/32.27	c #Conflicts:      53000 | #Constraints:      13134
32.01/32.27	c #Conflicts:      54000 | #Constraints:      14134
32.01/32.27	c #Conflicts:      55000 | #Constraints:      15134
32.01/32.27	c #Conflicts:      56000 | #Constraints:      16134
32.01/32.27	c INPROCESSING
32.01/32.27	c GARBAGE COLLECT
32.01/32.27	c rational objective 993
32.11/32.39	c bounds 1077 >= 993 @ 31.3868
33.05/33.38	c #Conflicts:      57000 | #Constraints:      12321
33.05/33.38	c #Conflicts:      58000 | #Constraints:      13359
33.05/33.38	c bounds 1076 >= 993 @ 32.2892
33.65/33.98	c #Conflicts:      59000 | #Constraints:      14395
33.65/33.98	c bounds 1075 >= 993 @ 32.8786
34.15/34.46	c #Conflicts:      60000 | #Constraints:      15430
34.15/34.46	c bounds 1074 >= 993 @ 33.3412
34.75/35.03	c bounds 1073 >= 993 @ 33.8953
35.44/35.70	c #Conflicts:      61000 | #Constraints:      16482
35.44/35.70	c INPROCESSING
35.44/35.70	c GARBAGE COLLECT
35.44/35.70	c rational objective 993
35.86/36.11	c #Conflicts:      62000 | #Constraints:      12391
35.86/36.11	c bounds 1072 >= 993 @ 34.9591
39.43/39.75	c #Conflicts:      63000 | #Constraints:      13392
39.43/39.75	c #Conflicts:      64000 | #Constraints:      14392
39.43/39.75	c #Conflicts:      65000 | #Constraints:      15392
39.43/39.75	c #Conflicts:      66000 | #Constraints:      16392
39.43/39.75	c INPROCESSING
39.43/39.75	c GARBAGE COLLECT
39.43/39.75	c rational objective 993
39.53/39.88	c bounds 1071 >= 993 @ 38.6741
40.23/40.51	c #Conflicts:      67000 | #Constraints:      12168
40.23/40.51	c #Conflicts:      68000 | #Constraints:      13169
40.23/40.51	c bounds 1070 >= 993 @ 39.2911
40.53/40.82	c bounds 1069 >= 993 @ 39.5949
40.74/41.05	c #Conflicts:      69000 | #Constraints:      14184
40.74/41.05	c bounds 1068 >= 993 @ 39.8239
40.92/41.26	c bounds 1067 >= 993 @ 40.0268
41.32/41.63	c #Conflicts:      70000 | #Constraints:      15198
41.32/41.63	c bounds 1066 >= 993 @ 40.3797
41.53/41.82	c bounds 1065 >= 993 @ 40.5724
41.63/41.98	c bounds 1064 >= 993 @ 40.7279
42.02/42.33	c #Conflicts:      71000 | #Constraints:      16212
42.02/42.33	c bounds 1063 >= 993 @ 41.0666
42.32/42.61	c bounds 1062 >= 993 @ 41.3309
42.42/42.70	c bounds 1061 >= 993 @ 41.4137
42.42/42.79	c bounds 1060 >= 993 @ 41.5076
42.83/43.18	c #Conflicts:      72000 | #Constraints:      17221
42.83/43.18	c INPROCESSING
42.83/43.18	c GARBAGE COLLECT
42.83/43.18	c rational objective 993
43.02/43.31	c bounds 1059 >= 993 @ 42.0131
43.02/43.38	c bounds 1058 >= 993 @ 42.0761
43.12/43.44	c bounds 1057 >= 993 @ 42.1365
43.22/43.50	c bounds 1056 >= 993 @ 42.2047
43.41/43.72	c #Conflicts:      73000 | #Constraints:      12763
43.41/43.72	c bounds 1055 >= 993 @ 42.4188
44.52/44.81	c #Conflicts:      74000 | #Constraints:      13764
44.52/44.81	c #Conflicts:      75000 | #Constraints:      14768
44.52/44.81	c bounds 1054 >= 993 @ 43.4955
44.83/45.15	c bounds 1053 >= 993 @ 43.8167
46.51/46.86	c #Conflicts:      76000 | #Constraints:      15789
46.51/46.86	c #Conflicts:      77000 | #Constraints:      16789
46.51/46.86	c #Conflicts:      78000 | #Constraints:      17789
46.51/46.86	c INPROCESSING
46.51/46.86	c GARBAGE COLLECT
46.51/46.86	c rational objective 993
50.60/50.90	c #Conflicts:      79000 | #Constraints:      13146
50.60/50.90	c #Conflicts:      80000 | #Constraints:      14146
50.60/50.90	c #Conflicts:      81000 | #Constraints:      15146
50.60/50.90	c #Conflicts:      82000 | #Constraints:      16146
50.60/50.90	c #Conflicts:      83000 | #Constraints:      17146
50.60/50.90	c #Conflicts:      84000 | #Constraints:      18146
50.60/50.90	c INPROCESSING
50.60/50.90	c GARBAGE COLLECT
50.60/50.90	c rational objective 993
51.00/51.37	c bounds 1052 >= 993 @ 49.9376
51.20/51.54	c #Conflicts:      85000 | #Constraints:      13349
51.20/51.54	c bounds 1051 >= 993 @ 50.1012
51.30/51.68	c bounds 1050 >= 993 @ 50.2413
51.39/51.78	c bounds 1049 >= 993 @ 50.3382
51.59/51.90	c #Conflicts:      86000 | #Constraints:      14362
51.59/51.90	c bounds 1048 >= 993 @ 50.4593
52.49/52.89	c #Conflicts:      87000 | #Constraints:      15374
52.49/52.89	c bounds 1047 >= 993 @ 51.428
53.29/53.60	c #Conflicts:      88000 | #Constraints:      16423
53.29/53.60	c bounds 1046 >= 993 @ 52.1249
54.49/54.81	c #Conflicts:      89000 | #Constraints:      17445
54.49/54.81	c #Conflicts:      90000 | #Constraints:      18445
54.49/54.81	c INPROCESSING
54.49/54.81	c GARBAGE COLLECT
54.49/54.81	c rational objective 993
57.88/58.25	c #Conflicts:      91000 | #Constraints:      13411
57.88/58.25	c #Conflicts:      92000 | #Constraints:      14411
57.88/58.25	c #Conflicts:      93000 | #Constraints:      15411
57.88/58.25	c #Conflicts:      94000 | #Constraints:      16411
57.88/58.25	c #Conflicts:      95000 | #Constraints:      17411
57.88/58.25	c #Conflicts:      96000 | #Constraints:      18411
57.88/58.25	c INPROCESSING
57.88/58.25	c GARBAGE COLLECT
57.88/58.25	c rational objective 993
59.37/59.70	c #Conflicts:      97000 | #Constraints:      13192
59.37/59.70	c #Conflicts:      98000 | #Constraints:      14209
59.37/59.70	c #Conflicts:      99000 | #Constraints:      15210
59.37/59.70	c bounds 1045 >= 993 @ 58.115
62.56/63.01	c #Conflicts:     100000 | #Constraints:      16238
62.56/63.01	c #Conflicts:     101000 | #Constraints:      17284
62.56/63.01	c #Conflicts:     102000 | #Constraints:      18334
62.56/63.01	c #Conflicts:     103000 | #Constraints:      19398
62.56/63.01	c INPROCESSING
62.56/63.01	c GARBAGE COLLECT
62.56/63.01	c rational objective 993
66.25/66.69	c #Conflicts:     104000 | #Constraints:      13889
66.25/66.69	c #Conflicts:     105000 | #Constraints:      14889
66.25/66.69	c #Conflicts:     106000 | #Constraints:      15889
66.25/66.69	c #Conflicts:     107000 | #Constraints:      16889
66.25/66.69	c #Conflicts:     108000 | #Constraints:      17889
66.25/66.69	c #Conflicts:     109000 | #Constraints:      18889
66.25/66.69	c bounds 1045 >= 994 @ 64.977
66.85/67.22	c #Conflicts:     110000 | #Constraints:      20004
66.85/67.22	c INPROCESSING
66.85/67.22	c GARBAGE COLLECT
66.85/67.22	c rational objective 994
70.93/71.36	c #Conflicts:     111000 | #Constraints:      14252
70.93/71.36	c #Conflicts:     112000 | #Constraints:      15261
70.93/71.36	c #Conflicts:     113000 | #Constraints:      16314
70.93/71.36	c #Conflicts:     114000 | #Constraints:      17352
70.93/71.36	c #Conflicts:     115000 | #Constraints:      18397
70.93/71.36	c #Conflicts:     116000 | #Constraints:      19446
70.93/71.36	c #Conflicts:     117000 | #Constraints:      20500
70.93/71.36	c INPROCESSING
70.93/71.36	c GARBAGE COLLECT
70.93/71.36	c rational objective 994
75.73/76.13	c #Conflicts:     118000 | #Constraints:      14538
75.73/76.13	c #Conflicts:     119000 | #Constraints:      15538
75.73/76.13	c #Conflicts:     120000 | #Constraints:      16538
75.73/76.13	c #Conflicts:     121000 | #Constraints:      17538
75.73/76.13	c #Conflicts:     122000 | #Constraints:      18538
75.73/76.13	c #Conflicts:     123000 | #Constraints:      19538
75.73/76.13	c #Conflicts:     124000 | #Constraints:      20538
75.73/76.13	c INPROCESSING
75.73/76.13	c GARBAGE COLLECT
75.73/76.13	c rational objective 994
81.11/81.53	c #Conflicts:     125000 | #Constraints:      14491
81.11/81.53	c #Conflicts:     126000 | #Constraints:      15492
81.11/81.53	c #Conflicts:     127000 | #Constraints:      16506
81.11/81.53	c #Conflicts:     128000 | #Constraints:      17558
81.11/81.53	c #Conflicts:     129000 | #Constraints:      18595
81.11/81.53	c #Conflicts:     130000 | #Constraints:      19649
81.11/81.53	c #Conflicts:     131000 | #Constraints:      20699
81.11/81.53	c INPROCESSING
81.11/81.53	c GARBAGE COLLECT
81.11/81.53	c rational objective 994
85.28/85.76	c #Conflicts:     132000 | #Constraints:      14309
85.28/85.76	c #Conflicts:     133000 | #Constraints:      15309
85.28/85.76	c #Conflicts:     134000 | #Constraints:      16309
85.28/85.76	c #Conflicts:     135000 | #Constraints:      17309
85.28/85.76	c #Conflicts:     136000 | #Constraints:      18309
85.28/85.76	c #Conflicts:     137000 | #Constraints:      19309
85.28/85.76	c #Conflicts:     138000 | #Constraints:      20309
85.28/85.76	c #Conflicts:     139000 | #Constraints:      21309
85.28/85.76	c INPROCESSING
85.28/85.76	c GARBAGE COLLECT
85.28/85.76	c rational objective 994
88.97/89.43	c #Conflicts:     140000 | #Constraints:      14890
88.97/89.43	c #Conflicts:     141000 | #Constraints:      15890
88.97/89.43	c #Conflicts:     142000 | #Constraints:      16890
88.97/89.43	c #Conflicts:     143000 | #Constraints:      17890
88.97/89.43	c #Conflicts:     144000 | #Constraints:      18890
88.97/89.43	c #Conflicts:     145000 | #Constraints:      19890
88.97/89.43	c bounds 1045 >= 995 @ 87.2464
89.77/90.28	c #Conflicts:     146000 | #Constraints:      20980
89.77/90.28	c #Conflicts:     147000 | #Constraints:      21985
89.77/90.28	c INPROCESSING
89.77/90.28	c GARBAGE COLLECT
89.77/90.28	c rational objective 995
89.97/90.46	c bounds 1044 >= 995 @ 88.2529
91.58/92.08	c #Conflicts:     148000 | #Constraints:      15316
91.58/92.08	c #Conflicts:     149000 | #Constraints:      16322
91.58/92.08	c bounds 1043 >= 995 @ 89.8449
99.25/99.82	c #Conflicts:     150000 | #Constraints:      17370
99.25/99.82	c #Conflicts:     151000 | #Constraints:      18370
99.25/99.82	c #Conflicts:     152000 | #Constraints:      19370
99.25/99.82	c #Conflicts:     153000 | #Constraints:      20370
99.25/99.82	c #Conflicts:     154000 | #Constraints:      21370
99.25/99.82	c #Conflicts:     155000 | #Constraints:      22370
99.25/99.82	c INPROCESSING
99.25/99.82	c GARBAGE COLLECT
99.25/99.82	c rational objective 995
99.95/100.57	c #Conflicts:     156000 | #Constraints:      15554
99.95/100.57	c bounds 1042 >= 995 @ 98.1597
105.55/106.15	c #Conflicts:     157000 | #Constraints:      16593
105.55/106.15	c #Conflicts:     158000 | #Constraints:      17645
105.55/106.15	c #Conflicts:     159000 | #Constraints:      18719
105.55/106.15	c #Conflicts:     160000 | #Constraints:      19782
105.55/106.15	c #Conflicts:     161000 | #Constraints:      20833
105.55/106.15	c #Conflicts:     162000 | #Constraints:      21891
105.55/106.15	c #Conflicts:     163000 | #Constraints:      22929
105.55/106.15	c INPROCESSING
105.55/106.15	c GARBAGE COLLECT
105.55/106.15	c rational objective 995
112.62/113.21	c #Conflicts:     164000 | #Constraints:      15703
112.62/113.21	c #Conflicts:     165000 | #Constraints:      16703
112.62/113.21	c #Conflicts:     166000 | #Constraints:      17703
112.62/113.21	c #Conflicts:     167000 | #Constraints:      18738
112.62/113.21	c #Conflicts:     168000 | #Constraints:      19779
112.62/113.21	c #Conflicts:     169000 | #Constraints:      20855
112.62/113.21	c #Conflicts:     170000 | #Constraints:      21908
112.62/113.21	c #Conflicts:     171000 | #Constraints:      22946
112.62/113.21	c INPROCESSING
112.62/113.21	c GARBAGE COLLECT
112.62/113.21	c rational objective 995
115.81/116.47	c #Conflicts:     172000 | #Constraints:      15507
115.81/116.47	c #Conflicts:     173000 | #Constraints:      16507
115.81/116.47	c #Conflicts:     174000 | #Constraints:      17507
115.81/116.47	c #Conflicts:     175000 | #Constraints:      18507
115.81/116.47	c #Conflicts:     176000 | #Constraints:      19507
115.81/116.47	c #Conflicts:     177000 | #Constraints:      20507
115.81/116.47	c #Conflicts:     178000 | #Constraints:      21507
115.81/116.47	c bounds 1042 >= 996 @ 113.7
117.20/117.86	c #Conflicts:     179000 | #Constraints:      22567
117.20/117.86	c #Conflicts:     180000 | #Constraints:      23567
117.20/117.86	c INPROCESSING
117.20/117.86	c GARBAGE COLLECT
117.20/117.86	c rational objective 996
121.40/122.04	c #Conflicts:     181000 | #Constraints:      16055
121.40/122.04	c #Conflicts:     182000 | #Constraints:      17055
121.40/122.04	c #Conflicts:     183000 | #Constraints:      18055
121.40/122.04	c #Conflicts:     184000 | #Constraints:      19055
121.40/122.04	c #Conflicts:     185000 | #Constraints:      20055
121.40/122.04	c #Conflicts:     186000 | #Constraints:      21055
121.40/122.04	c #Conflicts:     187000 | #Constraints:      22055
121.40/122.04	c #Conflicts:     188000 | #Constraints:      23055
121.40/122.04	c bounds 1042 >= 997 @ 119.134
121.89/122.55	c #Conflicts:     189000 | #Constraints:      24109
121.89/122.55	c INPROCESSING
121.89/122.55	c GARBAGE COLLECT
121.89/122.55	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
121.89/122.55	WSVECS04 Frhs2[859]: 6 -1.00003 0 shouldn't be
121.89/122.55	WSVECS04 Frhs2[1097]: 6 -1.00005 0 shouldn't be
121.89/122.55	WSVECS04 Frhs2[1106]: 6 -1.00004 0 shouldn't be
121.89/122.55	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
121.89/122.55	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
121.89/122.55	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
121.89/122.55	WSVECS04 Frhs2[1898]: 6 -1.00002 0 shouldn't be
121.89/122.58	c rational objective 997
126.31/127.11	c #Conflicts:     190000 | #Constraints:      16429
126.31/127.11	c #Conflicts:     191000 | #Constraints:      17429
126.31/127.11	c #Conflicts:     192000 | #Constraints:      18429
126.31/127.11	c #Conflicts:     193000 | #Constraints:      19429
126.31/127.11	c #Conflicts:     194000 | #Constraints:      20429
126.31/127.11	c #Conflicts:     195000 | #Constraints:      21429
126.31/127.11	c #Conflicts:     196000 | #Constraints:      22429
126.31/127.11	c #Conflicts:     197000 | #Constraints:      23429
126.31/127.11	c #Conflicts:     198000 | #Constraints:      24429
126.31/127.11	c INPROCESSING
126.31/127.11	c GARBAGE COLLECT
126.31/127.11	c rational objective 997
135.08/135.87	c #Conflicts:     199000 | #Constraints:      16609
135.08/135.87	c #Conflicts:     200000 | #Constraints:      17676
135.08/135.87	c #Conflicts:     201000 | #Constraints:      18757
135.08/135.87	c #Conflicts:     202000 | #Constraints:      19820
135.08/135.87	c #Conflicts:     203000 | #Constraints:      20887
135.08/135.87	c #Conflicts:     204000 | #Constraints:      21962
135.08/135.87	c #Conflicts:     205000 | #Constraints:      23016
135.08/135.87	c #Conflicts:     206000 | #Constraints:      24060
135.08/135.87	c #Conflicts:     207000 | #Constraints:      25147
135.08/135.87	c INPROCESSING
135.08/135.87	c GARBAGE COLLECT
135.08/135.87	c rational objective 997
139.46/140.29	c #Conflicts:     208000 | #Constraints:      16850
139.46/140.29	c #Conflicts:     209000 | #Constraints:      17850
139.46/140.29	c #Conflicts:     210000 | #Constraints:      18850
139.46/140.29	c #Conflicts:     211000 | #Constraints:      19850
139.46/140.29	c #Conflicts:     212000 | #Constraints:      20850
139.46/140.29	c #Conflicts:     213000 | #Constraints:      21850
139.46/140.29	c #Conflicts:     214000 | #Constraints:      22850
139.46/140.29	c bounds 1042 >= 998 @ 136.971
141.06/141.80	c #Conflicts:     215000 | #Constraints:      23907
141.06/141.80	c #Conflicts:     216000 | #Constraints:      24907
141.06/141.80	c INPROCESSING
141.06/141.80	c GARBAGE COLLECT
141.06/141.80	c rational objective 998
145.94/146.75	c #Conflicts:     217000 | #Constraints:      16559
145.94/146.75	c #Conflicts:     218000 | #Constraints:      17559
145.94/146.75	c #Conflicts:     219000 | #Constraints:      18559
145.94/146.75	c #Conflicts:     220000 | #Constraints:      19559
145.94/146.75	c #Conflicts:     221000 | #Constraints:      20559
145.94/146.75	c #Conflicts:     222000 | #Constraints:      21559
145.94/146.75	c #Conflicts:     223000 | #Constraints:      22559
145.94/146.75	c #Conflicts:     224000 | #Constraints:      23559
145.94/146.75	c #Conflicts:     225000 | #Constraints:      24559
145.94/146.75	c #Conflicts:     226000 | #Constraints:      25559
145.94/146.75	c INPROCESSING
145.94/146.75	c GARBAGE COLLECT
145.94/146.75	c rational objective 998
151.23/152.10	c #Conflicts:     227000 | #Constraints:      17095
151.23/152.10	c #Conflicts:     228000 | #Constraints:      18095
151.23/152.10	c #Conflicts:     229000 | #Constraints:      19095
151.23/152.10	c #Conflicts:     230000 | #Constraints:      20095
151.23/152.10	c #Conflicts:     231000 | #Constraints:      21095
151.23/152.10	c #Conflicts:     232000 | #Constraints:      22095
151.23/152.10	c #Conflicts:     233000 | #Constraints:      23095
151.23/152.10	c #Conflicts:     234000 | #Constraints:      24095
151.23/152.10	c #Conflicts:     235000 | #Constraints:      25095
151.23/152.10	c #Conflicts:     236000 | #Constraints:      26095
151.23/152.10	c INPROCESSING
151.23/152.10	c GARBAGE COLLECT
151.23/152.10	c rational objective 998
155.14/156.02	c #Conflicts:     237000 | #Constraints:      17484
155.14/156.02	c #Conflicts:     238000 | #Constraints:      18535
155.14/156.02	c #Conflicts:     239000 | #Constraints:      19612
155.14/156.02	c #Conflicts:     240000 | #Constraints:      20705
155.14/156.02	c #Conflicts:     241000 | #Constraints:      21780
155.14/156.02	c bounds 1041 >= 998 @ 152.278
164.30/165.24	c #Conflicts:     242000 | #Constraints:      22831
164.30/165.24	c #Conflicts:     243000 | #Constraints:      23831
164.30/165.24	c #Conflicts:     244000 | #Constraints:      24831
164.30/165.24	c #Conflicts:     245000 | #Constraints:      25831
164.30/165.24	c #Conflicts:     246000 | #Constraints:      26831
164.30/165.24	c INPROCESSING
164.30/165.24	c GARBAGE COLLECT
164.30/165.24	c rational objective 998
165.60/166.57	c #Conflicts:     247000 | #Constraints:      17883
165.60/166.57	c #Conflicts:     248000 | #Constraints:      18951
165.60/166.57	c bounds 1040 >= 998 @ 162.707
169.78/170.72	c #Conflicts:     249000 | #Constraints:      19975
169.78/170.72	c #Conflicts:     250000 | #Constraints:      20975
169.78/170.72	c #Conflicts:     251000 | #Constraints:      21975
169.78/170.72	c #Conflicts:     252000 | #Constraints:      23013
169.78/170.72	c #Conflicts:     253000 | #Constraints:      24085
169.78/170.72	c bounds 1039 >= 998 @ 166.784
172.87/173.82	c #Conflicts:     254000 | #Constraints:      25119
172.87/173.82	c #Conflicts:     255000 | #Constraints:      26169
172.87/173.82	c #Conflicts:     256000 | #Constraints:      27216
172.87/173.82	c INPROCESSING
172.87/173.82	c GARBAGE COLLECT
172.87/173.82	c rational objective 998
179.07/180.10	c #Conflicts:     257000 | #Constraints:      17871
179.07/180.10	c #Conflicts:     258000 | #Constraints:      18871
179.07/180.10	c #Conflicts:     259000 | #Constraints:      19871
179.07/180.10	c #Conflicts:     260000 | #Constraints:      20871
179.07/180.10	c #Conflicts:     261000 | #Constraints:      21871
179.07/180.10	c #Conflicts:     262000 | #Constraints:      22871
179.07/180.10	c #Conflicts:     263000 | #Constraints:      23871
179.07/180.10	c #Conflicts:     264000 | #Constraints:      24871
179.07/180.10	c #Conflicts:     265000 | #Constraints:      25871
179.07/180.10	c #Conflicts:     266000 | #Constraints:      26871
179.07/180.10	c INPROCESSING
179.07/180.10	c GARBAGE COLLECT
179.07/180.10	c rational objective 998
188.35/189.42	c #Conflicts:     267000 | #Constraints:      17576
188.35/189.42	c #Conflicts:     268000 | #Constraints:      18585
188.35/189.42	c #Conflicts:     269000 | #Constraints:      19662
188.35/189.42	c #Conflicts:     270000 | #Constraints:      20719
188.35/189.42	c #Conflicts:     271000 | #Constraints:      21789
188.35/189.42	c #Conflicts:     272000 | #Constraints:      22848
188.35/189.42	c #Conflicts:     273000 | #Constraints:      23897
188.35/189.42	c #Conflicts:     274000 | #Constraints:      24946
188.35/189.42	c #Conflicts:     275000 | #Constraints:      26003
188.35/189.42	c #Conflicts:     276000 | #Constraints:      27054
188.35/189.42	c #Conflicts:     277000 | #Constraints:      28106
188.35/189.42	c INPROCESSING
188.35/189.42	c GARBAGE COLLECT
188.35/189.42	c rational objective 998
194.74/195.86	c #Conflicts:     278000 | #Constraints:      18309
194.74/195.86	c #Conflicts:     279000 | #Constraints:      19309
194.74/195.86	c #Conflicts:     280000 | #Constraints:      20309
194.74/195.86	c #Conflicts:     281000 | #Constraints:      21309
194.74/195.86	c #Conflicts:     282000 | #Constraints:      22309
194.74/195.86	c #Conflicts:     283000 | #Constraints:      23309
194.74/195.86	c #Conflicts:     284000 | #Constraints:      24310
194.74/195.86	c #Conflicts:     285000 | #Constraints:      25311
194.74/195.86	c #Conflicts:     286000 | #Constraints:      26311
194.74/195.86	c #Conflicts:     287000 | #Constraints:      27311
194.74/195.86	c #Conflicts:     288000 | #Constraints:      28312
194.74/195.86	c INPROCESSING
194.74/195.86	c GARBAGE COLLECT
194.74/195.86	c rational objective 998
200.81/201.98	c #Conflicts:     289000 | #Constraints:      18577
200.81/201.98	c #Conflicts:     290000 | #Constraints:      19577
200.81/201.98	c #Conflicts:     291000 | #Constraints:      20577
200.81/201.98	c #Conflicts:     292000 | #Constraints:      21577
200.81/201.98	c #Conflicts:     293000 | #Constraints:      22577
200.81/201.98	c #Conflicts:     294000 | #Constraints:      23577
200.81/201.98	c #Conflicts:     295000 | #Constraints:      24577
200.81/201.98	c #Conflicts:     296000 | #Constraints:      25577
200.81/201.98	c #Conflicts:     297000 | #Constraints:      26577
200.81/201.98	c #Conflicts:     298000 | #Constraints:      27577
200.81/201.98	c #Conflicts:     299000 | #Constraints:      28577
200.81/201.98	c INPROCESSING
200.81/201.98	c GARBAGE COLLECT
200.81/201.98	c rational objective 998
205.02/206.12	c #Conflicts:     300000 | #Constraints:      18726
205.02/206.12	c #Conflicts:     301000 | #Constraints:      19737
205.02/206.12	c #Conflicts:     302000 | #Constraints:      20796
205.02/206.12	c #Conflicts:     303000 | #Constraints:      21843
205.02/206.12	c #Conflicts:     304000 | #Constraints:      22896
205.02/206.12	c #Conflicts:     305000 | #Constraints:      23954
205.02/206.12	c bounds 1038 >= 998 @ 201.447
205.30/206.42	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[24]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[29]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[35]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[37]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[44]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[56]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[75]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[76]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[81]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[86]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[109]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[114]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[119]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[120]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[123]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[131]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[146]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[147]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[158]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[160]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[161]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[165]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[177]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[217]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[223]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[237]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[244]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[249]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[266]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[275]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[287]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[294]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[307]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[323]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[333]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[348]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[355]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[361]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[365]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[371]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[372]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[381]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[383]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[392]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[398]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[403]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[421]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[448]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[449]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[456]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[466]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[467]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[497]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[505]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[512]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[547]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[556]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[574]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[595]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[637]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[681]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[694]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[709]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[715]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[727]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[728]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[729]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[748]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[749]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[759]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[765]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[772]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[776]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[779]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[786]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[792]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[797]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[801]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[802]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[808]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[817]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[823]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[835]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[864]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[881]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[902]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[904]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[940]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[941]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[945]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[996]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[999]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1019]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1025]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1026]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1028]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1029]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1032]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1033]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1039]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1045]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1057]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1066]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1083]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1095]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1096]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1097]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1101]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1103]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1104]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1109]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1114]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1116]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1120]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1123]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1126]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1129]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1137]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1142]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1145]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1157]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1165]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1174]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1179]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1204]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1213]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1218]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1256]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1264]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1269]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1273]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1282]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1283]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1285]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1286]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1293]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1295]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1298]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1301]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1303]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1307]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1309]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1310]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1317]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1318]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1336]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1339]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1353]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1358]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1362]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1367]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1373]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1376]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1383]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1389]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1391]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1395]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1397]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1411]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1412]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1414]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1415]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1416]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1422]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1423]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1429]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1433]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1435]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1436]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1450]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1453]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1455]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1462]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1463]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1464]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1465]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1466]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1467]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1468]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1470]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1471]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1474]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1476]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1491]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1495]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1510]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1524]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1552]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1573]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1581]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1590]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1592]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1599]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1612]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1613]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1617]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1625]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1638]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1639]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1665]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1671]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1676]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1679]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1707]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1715]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1716]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1720]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1737]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1738]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1739]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1740]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1741]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1747]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1758]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1760]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1764]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1765]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1767]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1769]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1776]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1779]: 6 -1.00002 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1785]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1791]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1821]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1825]: 6 -1.00006 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1834]: 6 -1.00004 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1869]: 6 -1.00005 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1876]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1895]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1898]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1922]: 6 -1.00007 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1930]: 6 -1.00009 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1941]: 6 -1.00001 0 shouldn't be
205.30/206.42	WSVECS04 Frhs2[1942]: 6 -1.00008 0 shouldn't be
216.76/218.10	c #Conflicts:     306000 | #Constraints:      25006
216.76/218.10	c #Conflicts:     307000 | #Constraints:      26006
216.76/218.10	c #Conflicts:     308000 | #Constraints:      27006
216.76/218.10	c #Conflicts:     309000 | #Constraints:      28006
216.76/218.10	c #Conflicts:     310000 | #Constraints:      29006
216.76/218.10	c INPROCESSING
216.76/218.10	c GARBAGE COLLECT
216.76/218.10	c rational objective 998
226.73/228.11	c #Conflicts:     311000 | #Constraints:      18834
226.73/228.11	c #Conflicts:     312000 | #Constraints:      19835
226.73/228.11	c #Conflicts:     313000 | #Constraints:      20894
226.73/228.11	c #Conflicts:     314000 | #Constraints:      21964
226.73/228.11	c #Conflicts:     315000 | #Constraints:      23021
226.73/228.11	c #Conflicts:     316000 | #Constraints:      24084
226.73/228.11	c #Conflicts:     317000 | #Constraints:      25149
226.73/228.11	c #Conflicts:     318000 | #Constraints:      26194
226.73/228.11	c #Conflicts:     319000 | #Constraints:      27236
226.73/228.11	c #Conflicts:     320000 | #Constraints:      28280
226.73/228.11	c #Conflicts:     321000 | #Constraints:      29317
226.73/228.11	c INPROCESSING
226.73/228.11	c GARBAGE COLLECT
226.73/228.11	c rational objective 998
233.98/235.37	c #Conflicts:     322000 | #Constraints:      18732
233.98/235.37	c #Conflicts:     323000 | #Constraints:      19732
233.98/235.37	c #Conflicts:     324000 | #Constraints:      20732
233.98/235.37	c #Conflicts:     325000 | #Constraints:      21732
233.98/235.37	c #Conflicts:     326000 | #Constraints:      22732
233.98/235.37	c #Conflicts:     327000 | #Constraints:      23732
233.98/235.37	c #Conflicts:     328000 | #Constraints:      24732
233.98/235.37	c #Conflicts:     329000 | #Constraints:      25732
233.98/235.37	c #Conflicts:     330000 | #Constraints:      26732
233.98/235.37	c #Conflicts:     331000 | #Constraints:      27732
233.98/235.37	c #Conflicts:     332000 | #Constraints:      28732
233.98/235.37	c #Conflicts:     333000 | #Constraints:      29732
233.98/235.37	c INPROCESSING
233.98/235.37	c GARBAGE COLLECT
233.98/235.37	c rational objective 998
243.85/245.28	c #Conflicts:     334000 | #Constraints:      19190
243.85/245.28	c #Conflicts:     335000 | #Constraints:      20218
243.85/245.28	c #Conflicts:     336000 | #Constraints:      21273
243.85/245.28	c #Conflicts:     337000 | #Constraints:      22341
243.85/245.28	c #Conflicts:     338000 | #Constraints:      23386
243.85/245.28	c #Conflicts:     339000 | #Constraints:      24418
243.85/245.28	c #Conflicts:     340000 | #Constraints:      25449
243.85/245.28	c #Conflicts:     341000 | #Constraints:      26507
243.85/245.28	c #Conflicts:     342000 | #Constraints:      27556
243.85/245.28	c #Conflicts:     343000 | #Constraints:      28597
243.85/245.28	c #Conflicts:     344000 | #Constraints:      29632
243.85/245.28	c #Conflicts:     345000 | #Constraints:      30662
243.85/245.28	c INPROCESSING
243.85/245.28	c GARBAGE COLLECT
243.85/245.28	c rational objective 998
252.14/253.81	c #Conflicts:     346000 | #Constraints:      19700
252.14/253.81	c #Conflicts:     347000 | #Constraints:      20700
252.14/253.81	c #Conflicts:     348000 | #Constraints:      21700
252.14/253.81	c #Conflicts:     349000 | #Constraints:      22700
252.14/253.81	c #Conflicts:     350000 | #Constraints:      23700
252.14/253.81	c #Conflicts:     351000 | #Constraints:      24700
252.14/253.81	c #Conflicts:     352000 | #Constraints:      25700
252.14/253.81	c #Conflicts:     353000 | #Constraints:      26700
252.14/253.81	c #Conflicts:     354000 | #Constraints:      27700
252.14/253.81	c #Conflicts:     355000 | #Constraints:      28700
252.14/253.81	c #Conflicts:     356000 | #Constraints:      29700
252.14/253.81	c #Conflicts:     357000 | #Constraints:      30700
252.14/253.81	c INPROCESSING
252.14/253.81	c GARBAGE COLLECT
252.14/253.81	c rational objective 998
259.51/261.24	c #Conflicts:     358000 | #Constraints:      19793
259.51/261.24	c #Conflicts:     359000 | #Constraints:      20793
259.51/261.24	c #Conflicts:     360000 | #Constraints:      21793
259.51/261.24	c #Conflicts:     361000 | #Constraints:      22793
259.51/261.24	c #Conflicts:     362000 | #Constraints:      23793
259.51/261.24	c #Conflicts:     363000 | #Constraints:      24793
259.51/261.24	c #Conflicts:     364000 | #Constraints:      25793
259.51/261.24	c #Conflicts:     365000 | #Constraints:      26793
259.51/261.24	c #Conflicts:     366000 | #Constraints:      27793
259.51/261.24	c #Conflicts:     367000 | #Constraints:      28793
259.51/261.24	c #Conflicts:     368000 | #Constraints:      29793
259.51/261.24	c #Conflicts:     369000 | #Constraints:      30793
259.51/261.24	c INPROCESSING
259.51/261.24	c GARBAGE COLLECT
259.51/261.24	c rational objective 998
270.47/272.20	c #Conflicts:     370000 | #Constraints:      19738
270.47/272.20	c #Conflicts:     371000 | #Constraints:      20790
270.47/272.20	c #Conflicts:     372000 | #Constraints:      21859
270.47/272.20	c #Conflicts:     373000 | #Constraints:      22937
270.47/272.20	c #Conflicts:     374000 | #Constraints:      24000
270.47/272.20	c #Conflicts:     375000 | #Constraints:      25047
270.47/272.20	c #Conflicts:     376000 | #Constraints:      26105
270.47/272.20	c #Conflicts:     377000 | #Constraints:      27156
270.47/272.20	c #Conflicts:     378000 | #Constraints:      28220
270.47/272.20	c #Conflicts:     379000 | #Constraints:      29277
270.47/272.20	c #Conflicts:     380000 | #Constraints:      30333
270.47/272.20	c #Conflicts:     381000 | #Constraints:      31387
270.47/272.20	c INPROCESSING
270.47/272.20	c GARBAGE COLLECT
270.47/272.20	c rational objective 998
279.07/280.96	c #Conflicts:     382000 | #Constraints:      19790
279.07/280.96	c #Conflicts:     383000 | #Constraints:      20790
279.07/280.96	c #Conflicts:     384000 | #Constraints:      21790
279.07/280.96	c #Conflicts:     385000 | #Constraints:      22790
279.07/280.96	c #Conflicts:     386000 | #Constraints:      23790
279.07/280.96	c #Conflicts:     387000 | #Constraints:      24790
279.07/280.96	c #Conflicts:     388000 | #Constraints:      25790
279.07/280.96	c #Conflicts:     389000 | #Constraints:      26790
279.07/280.96	c #Conflicts:     390000 | #Constraints:      27790
279.07/280.96	c #Conflicts:     391000 | #Constraints:      28790
279.07/280.96	c #Conflicts:     392000 | #Constraints:      29790
279.07/280.96	c #Conflicts:     393000 | #Constraints:      30790
279.07/280.96	c #Conflicts:     394000 | #Constraints:      31790
279.07/280.96	c INPROCESSING
279.07/280.96	c GARBAGE COLLECT
279.07/280.96	c rational objective 998
287.05/288.99	c #Conflicts:     395000 | #Constraints:      20238
287.05/288.99	c #Conflicts:     396000 | #Constraints:      21238
287.05/288.99	c #Conflicts:     397000 | #Constraints:      22238
287.05/288.99	c #Conflicts:     398000 | #Constraints:      23238
287.05/288.99	c #Conflicts:     399000 | #Constraints:      24238
287.05/288.99	c #Conflicts:     400000 | #Constraints:      25238
287.05/288.99	c #Conflicts:     401000 | #Constraints:      26238
287.05/288.99	c #Conflicts:     402000 | #Constraints:      27238
287.05/288.99	c #Conflicts:     403000 | #Constraints:      28238
287.05/288.99	c #Conflicts:     404000 | #Constraints:      29238
287.05/288.99	c #Conflicts:     405000 | #Constraints:      30238
287.05/288.99	c #Conflicts:     406000 | #Constraints:      31238
287.05/288.99	c #Conflicts:     407000 | #Constraints:      32238
287.05/288.99	c INPROCESSING
287.05/288.99	c GARBAGE COLLECT
287.05/288.99	c rational objective 998
298.32/300.30	c #Conflicts:     408000 | #Constraints:      20580
298.32/300.30	c #Conflicts:     409000 | #Constraints:      21643
298.32/300.30	c #Conflicts:     410000 | #Constraints:      22696
298.32/300.30	c #Conflicts:     411000 | #Constraints:      23742
298.32/300.30	c #Conflicts:     412000 | #Constraints:      24796
298.32/300.30	c #Conflicts:     413000 | #Constraints:      25838
298.32/300.30	c #Conflicts:     414000 | #Constraints:      26876
298.32/300.30	c #Conflicts:     415000 | #Constraints:      27911
298.32/300.30	c #Conflicts:     416000 | #Constraints:      28942
298.32/300.30	c #Conflicts:     417000 | #Constraints:      29977
298.32/300.30	c #Conflicts:     418000 | #Constraints:      31017
298.32/300.30	c #Conflicts:     419000 | #Constraints:      32073
298.32/300.30	c #Conflicts:     420000 | #Constraints:      33115
298.32/300.30	c INPROCESSING
298.32/300.30	c GARBAGE COLLECT
298.32/300.30	c rational objective 998
307.77/309.89	c #Conflicts:     421000 | #Constraints:      20941
307.77/309.89	c #Conflicts:     422000 | #Constraints:      21941
307.77/309.89	c #Conflicts:     423000 | #Constraints:      22941
307.77/309.89	c #Conflicts:     424000 | #Constraints:      23941
307.77/309.89	c #Conflicts:     425000 | #Constraints:      24941
307.77/309.89	c #Conflicts:     426000 | #Constraints:      25941
307.77/309.89	c #Conflicts:     427000 | #Constraints:      26941
307.77/309.89	c #Conflicts:     428000 | #Constraints:      27941
307.77/309.89	c #Conflicts:     429000 | #Constraints:      28941
307.77/309.89	c #Conflicts:     430000 | #Constraints:      29941
307.77/309.89	c #Conflicts:     431000 | #Constraints:      30941
307.77/309.89	c #Conflicts:     432000 | #Constraints:      31941
307.77/309.89	c #Conflicts:     433000 | #Constraints:      32941
307.77/309.89	c INPROCESSING
307.77/309.89	c GARBAGE COLLECT
307.77/309.89	c rational objective 998
309.97/312.06	c #Conflicts:     434000 | #Constraints:      20809
309.97/312.06	c #Conflicts:     435000 | #Constraints:      21809
309.97/312.06	c #Conflicts:     436000 | #Constraints:      22809
309.97/312.06	c #Conflicts:     437000 | #Constraints:      23809
309.97/312.06	c bounds 1038 >= 999 @ 304.99
316.75/318.81	c #Conflicts:     438000 | #Constraints:      24887
316.75/318.81	c #Conflicts:     439000 | #Constraints:      25887
316.75/318.81	c #Conflicts:     440000 | #Constraints:      26887
316.75/318.81	c #Conflicts:     441000 | #Constraints:      27887
316.75/318.81	c #Conflicts:     442000 | #Constraints:      28887
316.75/318.81	c #Conflicts:     443000 | #Constraints:      29887
316.75/318.81	c #Conflicts:     444000 | #Constraints:      30887
316.75/318.81	c #Conflicts:     445000 | #Constraints:      31887
316.75/318.81	c #Conflicts:     446000 | #Constraints:      32887
316.75/318.81	c INPROCESSING
316.75/318.81	c GARBAGE COLLECT
316.75/318.81	c rational objective 999
330.70/332.88	c #Conflicts:     447000 | #Constraints:      20619
330.70/332.88	c #Conflicts:     448000 | #Constraints:      21626
330.70/332.88	c #Conflicts:     449000 | #Constraints:      22659
330.70/332.88	c #Conflicts:     450000 | #Constraints:      23697
330.70/332.88	c #Conflicts:     451000 | #Constraints:      24721
330.70/332.88	c #Conflicts:     452000 | #Constraints:      25748
330.70/332.88	c #Conflicts:     453000 | #Constraints:      26774
330.70/332.88	c #Conflicts:     454000 | #Constraints:      27794
330.70/332.88	c #Conflicts:     455000 | #Constraints:      28822
330.70/332.88	c #Conflicts:     456000 | #Constraints:      29868
330.70/332.88	c #Conflicts:     457000 | #Constraints:      30901
330.70/332.88	c #Conflicts:     458000 | #Constraints:      31929
330.70/332.88	c #Conflicts:     459000 | #Constraints:      32951
330.70/332.88	c #Conflicts:     460000 | #Constraints:      33976
330.70/332.88	c INPROCESSING
330.70/332.88	c GARBAGE COLLECT
330.70/332.88	c rational objective 999
340.21/342.45	c #Conflicts:     461000 | #Constraints:      21307
340.21/342.45	c #Conflicts:     462000 | #Constraints:      22307
340.21/342.45	c #Conflicts:     463000 | #Constraints:      23307
340.21/342.45	c #Conflicts:     464000 | #Constraints:      24307
340.21/342.45	c #Conflicts:     465000 | #Constraints:      25307
340.21/342.45	c #Conflicts:     466000 | #Constraints:      26307
340.21/342.45	c #Conflicts:     467000 | #Constraints:      27307
340.21/342.45	c #Conflicts:     468000 | #Constraints:      28307
340.21/342.45	c #Conflicts:     469000 | #Constraints:      29307
340.21/342.45	c #Conflicts:     470000 | #Constraints:      30307
340.21/342.45	c #Conflicts:     471000 | #Constraints:      31307
340.21/342.45	c #Conflicts:     472000 | #Constraints:      32307
340.21/342.45	c #Conflicts:     473000 | #Constraints:      33307
340.21/342.45	c #Conflicts:     474000 | #Constraints:      34307
340.21/342.45	c INPROCESSING
340.21/342.45	c GARBAGE COLLECT
340.21/342.45	c rational objective 999
348.89/351.12	c #Conflicts:     475000 | #Constraints:      21641
348.89/351.12	c #Conflicts:     476000 | #Constraints:      22641
348.89/351.12	c #Conflicts:     477000 | #Constraints:      23641
348.89/351.12	c #Conflicts:     478000 | #Constraints:      24641
348.89/351.12	c #Conflicts:     479000 | #Constraints:      25641
348.89/351.12	c #Conflicts:     480000 | #Constraints:      26641
348.89/351.12	c #Conflicts:     481000 | #Constraints:      27641
348.89/351.12	c #Conflicts:     482000 | #Constraints:      28641
348.89/351.12	c #Conflicts:     483000 | #Constraints:      29641
348.89/351.12	c #Conflicts:     484000 | #Constraints:      30641
348.89/351.12	c #Conflicts:     485000 | #Constraints:      31641
348.89/351.12	c #Conflicts:     486000 | #Constraints:      32641
348.89/351.12	c #Conflicts:     487000 | #Constraints:      33641
348.89/351.12	c #Conflicts:     488000 | #Constraints:      34641
348.89/351.12	c INPROCESSING
348.89/351.12	c GARBAGE COLLECT
348.89/351.12	c rational objective 999
358.05/360.38	c #Conflicts:     489000 | #Constraints:      21783
358.05/360.38	c #Conflicts:     490000 | #Constraints:      22783
358.05/360.38	c #Conflicts:     491000 | #Constraints:      23783
358.05/360.38	c #Conflicts:     492000 | #Constraints:      24783
358.05/360.38	c #Conflicts:     493000 | #Constraints:      25783
358.05/360.38	c #Conflicts:     494000 | #Constraints:      26783
358.05/360.38	c #Conflicts:     495000 | #Constraints:      27783
358.05/360.38	c #Conflicts:     496000 | #Constraints:      28783
358.05/360.38	c #Conflicts:     497000 | #Constraints:      29783
358.05/360.38	c #Conflicts:     498000 | #Constraints:      30783
358.05/360.38	c #Conflicts:     499000 | #Constraints:      31783
358.05/360.38	c #Conflicts:     500000 | #Constraints:      32783
358.05/360.38	c #Conflicts:     501000 | #Constraints:      33783
358.05/360.38	c #Conflicts:     502000 | #Constraints:      34783
358.05/360.38	c INPROCESSING
358.05/360.38	c GARBAGE COLLECT
358.05/360.38	c rational objective 999
376.14/378.58	c #Conflicts:     503000 | #Constraints:      21791
376.14/378.58	c #Conflicts:     504000 | #Constraints:      22808
376.14/378.58	c #Conflicts:     505000 | #Constraints:      23823
376.14/378.58	c #Conflicts:     506000 | #Constraints:      24837
376.14/378.58	c #Conflicts:     507000 | #Constraints:      25885
376.14/378.58	c #Conflicts:     508000 | #Constraints:      26921
376.14/378.58	c #Conflicts:     509000 | #Constraints:      27951
376.14/378.58	c #Conflicts:     510000 | #Constraints:      28976
376.14/378.58	c #Conflicts:     511000 | #Constraints:      29994
376.14/378.58	c #Conflicts:     512000 | #Constraints:      31016
376.14/378.58	c #Conflicts:     513000 | #Constraints:      32058
376.14/378.58	c #Conflicts:     514000 | #Constraints:      33071
376.14/378.58	c #Conflicts:     515000 | #Constraints:      34103
376.14/378.58	c #Conflicts:     516000 | #Constraints:      35121
376.14/378.58	c INPROCESSING
376.14/378.58	c GARBAGE COLLECT
376.14/378.58	c rational objective 999
385.91/388.39	c #Conflicts:     517000 | #Constraints:      21688
385.91/388.39	c #Conflicts:     518000 | #Constraints:      22688
385.91/388.39	c #Conflicts:     519000 | #Constraints:      23688
385.91/388.39	c #Conflicts:     520000 | #Constraints:      24688
385.91/388.39	c #Conflicts:     521000 | #Constraints:      25688
385.91/388.39	c #Conflicts:     522000 | #Constraints:      26688
385.91/388.39	c #Conflicts:     523000 | #Constraints:      27688
385.91/388.39	c #Conflicts:     524000 | #Constraints:      28688
385.91/388.39	c #Conflicts:     525000 | #Constraints:      29688
385.91/388.39	c #Conflicts:     526000 | #Constraints:      30688
385.91/388.39	c #Conflicts:     527000 | #Constraints:      31688
385.91/388.39	c #Conflicts:     528000 | #Constraints:      32688
385.91/388.39	c #Conflicts:     529000 | #Constraints:      33688
385.91/388.39	c #Conflicts:     530000 | #Constraints:      34688
385.91/388.39	c #Conflicts:     531000 | #Constraints:      35688
385.91/388.39	c INPROCESSING
385.91/388.39	c GARBAGE COLLECT
385.91/388.39	c rational objective 999
395.59/398.03	c #Conflicts:     532000 | #Constraints:      22221
395.59/398.03	c #Conflicts:     533000 | #Constraints:      23221
395.59/398.03	c #Conflicts:     534000 | #Constraints:      24221
395.59/398.03	c #Conflicts:     535000 | #Constraints:      25221
395.59/398.03	c #Conflicts:     536000 | #Constraints:      26221
395.59/398.03	c #Conflicts:     537000 | #Constraints:      27221
395.59/398.03	c #Conflicts:     538000 | #Constraints:      28221
395.59/398.03	c #Conflicts:     539000 | #Constraints:      29221
395.59/398.03	c #Conflicts:     540000 | #Constraints:      30221
395.59/398.03	c #Conflicts:     541000 | #Constraints:      31221
395.59/398.03	c #Conflicts:     542000 | #Constraints:      32222
395.59/398.03	c #Conflicts:     543000 | #Constraints:      33222
395.59/398.03	c #Conflicts:     544000 | #Constraints:      34222
395.59/398.03	c #Conflicts:     545000 | #Constraints:      35222
395.59/398.03	c #Conflicts:     546000 | #Constraints:      36222
395.59/398.03	c INPROCESSING
395.59/398.03	c GARBAGE COLLECT
395.59/398.03	c rational objective 999
405.30/407.81	c #Conflicts:     547000 | #Constraints:      22597
405.30/407.81	c #Conflicts:     548000 | #Constraints:      23597
405.30/407.81	c #Conflicts:     549000 | #Constraints:      24597
405.30/407.81	c #Conflicts:     550000 | #Constraints:      25597
405.30/407.81	c #Conflicts:     551000 | #Constraints:      26597
405.30/407.81	c #Conflicts:     552000 | #Constraints:      27597
405.30/407.81	c #Conflicts:     553000 | #Constraints:      28597
405.30/407.81	c #Conflicts:     554000 | #Constraints:      29597
405.30/407.81	c #Conflicts:     555000 | #Constraints:      30597
405.30/407.81	c #Conflicts:     556000 | #Constraints:      31597
405.30/407.81	c #Conflicts:     557000 | #Constraints:      32597
405.30/407.81	c #Conflicts:     558000 | #Constraints:      33597
405.30/407.81	c #Conflicts:     559000 | #Constraints:      34597
405.30/407.81	c #Conflicts:     560000 | #Constraints:      35597
405.30/407.81	c #Conflicts:     561000 | #Constraints:      36597
405.30/407.81	c INPROCESSING
405.30/407.81	c GARBAGE COLLECT
405.30/407.81	c rational objective 999
419.47/422.02	c #Conflicts:     562000 | #Constraints:      22823
419.47/422.02	c #Conflicts:     563000 | #Constraints:      23867
419.47/422.02	c #Conflicts:     564000 | #Constraints:      24925
419.47/422.02	c #Conflicts:     565000 | #Constraints:      25976
419.47/422.02	c #Conflicts:     566000 | #Constraints:      27022
419.47/422.02	c #Conflicts:     567000 | #Constraints:      28068
419.47/422.02	c #Conflicts:     568000 | #Constraints:      29113
419.47/422.02	c #Conflicts:     569000 | #Constraints:      30153
419.47/422.02	c #Conflicts:     570000 | #Constraints:      31199
419.47/422.02	c #Conflicts:     571000 | #Constraints:      32240
419.47/422.02	c #Conflicts:     572000 | #Constraints:      33284
419.47/422.02	c #Conflicts:     573000 | #Constraints:      34339
419.47/422.02	c #Conflicts:     574000 | #Constraints:      35374
419.47/422.02	c #Conflicts:     575000 | #Constraints:      36416
419.47/422.02	c #Conflicts:     576000 | #Constraints:      37449
419.47/422.02	c INPROCESSING
419.47/422.02	c GARBAGE COLLECT
419.47/422.02	c rational objective 999
431.10/433.73	c #Conflicts:     577000 | #Constraints:      23034
431.10/433.73	c #Conflicts:     578000 | #Constraints:      24034
431.10/433.73	c #Conflicts:     579000 | #Constraints:      25034
431.10/433.73	c #Conflicts:     580000 | #Constraints:      26034
431.10/433.73	c #Conflicts:     581000 | #Constraints:      27034
431.10/433.73	c #Conflicts:     582000 | #Constraints:      28034
431.10/433.73	c #Conflicts:     583000 | #Constraints:      29034
431.10/433.73	c #Conflicts:     584000 | #Constraints:      30034
431.10/433.73	c #Conflicts:     585000 | #Constraints:      31034
431.10/433.73	c #Conflicts:     586000 | #Constraints:      32034
431.10/433.73	c #Conflicts:     587000 | #Constraints:      33034
431.10/433.73	c #Conflicts:     588000 | #Constraints:      34034
431.10/433.73	c #Conflicts:     589000 | #Constraints:      35034
431.10/433.73	c #Conflicts:     590000 | #Constraints:      36034
431.10/433.73	c #Conflicts:     591000 | #Constraints:      37034
431.10/433.73	c INPROCESSING
431.10/433.73	c GARBAGE COLLECT
431.10/433.73	c rational objective 999
441.39/444.05	c #Conflicts:     592000 | #Constraints:      22699
441.39/444.05	c #Conflicts:     593000 | #Constraints:      23699
441.39/444.05	c #Conflicts:     594000 | #Constraints:      24699
441.39/444.05	c #Conflicts:     595000 | #Constraints:      25699
441.39/444.05	c #Conflicts:     596000 | #Constraints:      26699
441.39/444.05	c #Conflicts:     597000 | #Constraints:      27699
441.39/444.05	c #Conflicts:     598000 | #Constraints:      28699
441.39/444.05	c #Conflicts:     599000 | #Constraints:      29699
441.39/444.05	c #Conflicts:     600000 | #Constraints:      30699
441.39/444.05	c #Conflicts:     601000 | #Constraints:      31699
441.39/444.05	c #Conflicts:     602000 | #Constraints:      32699
441.39/444.05	c #Conflicts:     603000 | #Constraints:      33699
441.39/444.05	c #Conflicts:     604000 | #Constraints:      34699
441.39/444.05	c #Conflicts:     605000 | #Constraints:      35699
441.39/444.05	c #Conflicts:     606000 | #Constraints:      36699
441.39/444.05	c #Conflicts:     607000 | #Constraints:      37699
441.39/444.05	c INPROCESSING
441.39/444.05	c GARBAGE COLLECT
441.39/444.05	c rational objective 999
456.12/458.82	c #Conflicts:     608000 | #Constraints:      23221
456.12/458.82	c #Conflicts:     609000 | #Constraints:      24250
456.12/458.82	c #Conflicts:     610000 | #Constraints:      25328
456.12/458.82	c #Conflicts:     611000 | #Constraints:      26400
456.12/458.82	c #Conflicts:     612000 | #Constraints:      27434
456.12/458.82	c #Conflicts:     613000 | #Constraints:      28494
456.12/458.82	c #Conflicts:     614000 | #Constraints:      29536
456.12/458.82	c #Conflicts:     615000 | #Constraints:      30568
456.12/458.82	c #Conflicts:     616000 | #Constraints:      31612
456.12/458.82	c #Conflicts:     617000 | #Constraints:      32641
456.12/458.82	c #Conflicts:     618000 | #Constraints:      33686
456.12/458.82	c #Conflicts:     619000 | #Constraints:      34718
456.12/458.82	c #Conflicts:     620000 | #Constraints:      35756
456.12/458.82	c #Conflicts:     621000 | #Constraints:      36803
456.12/458.82	c #Conflicts:     622000 | #Constraints:      37846
456.12/458.82	c #Conflicts:     623000 | #Constraints:      38877
456.12/458.82	c INPROCESSING
456.12/458.82	c GARBAGE COLLECT
456.12/458.82	c rational objective 999
467.91/470.72	c #Conflicts:     624000 | #Constraints:      23834
467.91/470.72	c #Conflicts:     625000 | #Constraints:      24834
467.91/470.72	c #Conflicts:     626000 | #Constraints:      25834
467.91/470.72	c #Conflicts:     627000 | #Constraints:      26834
467.91/470.72	c #Conflicts:     628000 | #Constraints:      27834
467.91/470.72	c #Conflicts:     629000 | #Constraints:      28834
467.91/470.72	c #Conflicts:     630000 | #Constraints:      29834
467.91/470.72	c #Conflicts:     631000 | #Constraints:      30834
467.91/470.72	c #Conflicts:     632000 | #Constraints:      31834
467.91/470.72	c #Conflicts:     633000 | #Constraints:      32834
467.91/470.72	c #Conflicts:     634000 | #Constraints:      33834
467.91/470.72	c #Conflicts:     635000 | #Constraints:      34834
467.91/470.72	c #Conflicts:     636000 | #Constraints:      35834
467.91/470.72	c #Conflicts:     637000 | #Constraints:      36834
467.91/470.72	c #Conflicts:     638000 | #Constraints:      37834
467.91/470.72	c #Conflicts:     639000 | #Constraints:      38834
467.91/470.72	c INPROCESSING
467.91/470.72	c GARBAGE COLLECT
467.91/470.72	c rational objective 999
479.37/482.23	c #Conflicts:     640000 | #Constraints:      23904
479.37/482.23	c #Conflicts:     641000 | #Constraints:      24904
479.37/482.23	c #Conflicts:     642000 | #Constraints:      25904
479.37/482.23	c #Conflicts:     643000 | #Constraints:      26904
479.37/482.23	c #Conflicts:     644000 | #Constraints:      27904
479.37/482.23	c #Conflicts:     645000 | #Constraints:      28904
479.37/482.23	c #Conflicts:     646000 | #Constraints:      29904
479.37/482.23	c #Conflicts:     647000 | #Constraints:      30904
479.37/482.23	c #Conflicts:     648000 | #Constraints:      31904
479.37/482.23	c #Conflicts:     649000 | #Constraints:      32904
479.37/482.23	c #Conflicts:     650000 | #Constraints:      33904
479.37/482.23	c #Conflicts:     651000 | #Constraints:      34904
479.37/482.23	c #Conflicts:     652000 | #Constraints:      35904
479.37/482.23	c #Conflicts:     653000 | #Constraints:      36904
479.37/482.23	c #Conflicts:     654000 | #Constraints:      37904
479.37/482.23	c #Conflicts:     655000 | #Constraints:      38904
479.37/482.23	c INPROCESSING
479.37/482.23	c GARBAGE COLLECT
479.37/482.23	c rational objective 999
493.98/496.91	c #Conflicts:     656000 | #Constraints:      23858
493.98/496.91	c #Conflicts:     657000 | #Constraints:      24890
493.98/496.91	c #Conflicts:     658000 | #Constraints:      25911
493.98/496.91	c #Conflicts:     659000 | #Constraints:      26978
493.98/496.91	c #Conflicts:     660000 | #Constraints:      28022
493.98/496.91	c #Conflicts:     661000 | #Constraints:      29069
493.98/496.91	c #Conflicts:     662000 | #Constraints:      30108
493.98/496.91	c #Conflicts:     663000 | #Constraints:      31143
493.98/496.91	c #Conflicts:     664000 | #Constraints:      32178
493.98/496.91	c #Conflicts:     665000 | #Constraints:      33210
493.98/496.91	c #Conflicts:     666000 | #Constraints:      34262
493.98/496.91	c #Conflicts:     667000 | #Constraints:      35303
493.98/496.91	c #Conflicts:     668000 | #Constraints:      36335
493.98/496.91	c #Conflicts:     669000 | #Constraints:      37372
493.98/496.91	c #Conflicts:     670000 | #Constraints:      38402
493.98/496.91	c #Conflicts:     671000 | #Constraints:      39431
493.98/496.91	c INPROCESSING
493.98/496.91	c GARBAGE COLLECT
493.98/496.91	c rational objective 999
506.73/509.76	c #Conflicts:     672000 | #Constraints:      23827
506.73/509.76	c #Conflicts:     673000 | #Constraints:      24827
506.73/509.76	c #Conflicts:     674000 | #Constraints:      25827
506.73/509.76	c #Conflicts:     675000 | #Constraints:      26827
506.73/509.76	c #Conflicts:     676000 | #Constraints:      27827
506.73/509.76	c #Conflicts:     677000 | #Constraints:      28827
506.73/509.76	c #Conflicts:     678000 | #Constraints:      29827
506.73/509.76	c #Conflicts:     679000 | #Constraints:      30827
506.73/509.76	c #Conflicts:     680000 | #Constraints:      31827
506.73/509.76	c #Conflicts:     681000 | #Constraints:      32827
506.73/509.76	c #Conflicts:     682000 | #Constraints:      33827
506.73/509.76	c #Conflicts:     683000 | #Constraints:      34827
506.73/509.76	c #Conflicts:     684000 | #Constraints:      35827
506.73/509.76	c #Conflicts:     685000 | #Constraints:      36827
506.73/509.76	c #Conflicts:     686000 | #Constraints:      37827
506.73/509.76	c #Conflicts:     687000 | #Constraints:      38827
506.73/509.76	c #Conflicts:     688000 | #Constraints:      39827
506.73/509.76	c INPROCESSING
506.73/509.76	c GARBAGE COLLECT
506.73/509.76	c rational objective 999
518.49/521.59	c #Conflicts:     689000 | #Constraints:      24305
518.49/521.59	c #Conflicts:     690000 | #Constraints:      25305
518.49/521.59	c #Conflicts:     691000 | #Constraints:      26305
518.49/521.59	c #Conflicts:     692000 | #Constraints:      27305
518.49/521.59	c #Conflicts:     693000 | #Constraints:      28305
518.49/521.59	c #Conflicts:     694000 | #Constraints:      29305
518.49/521.59	c #Conflicts:     695000 | #Constraints:      30305
518.49/521.59	c #Conflicts:     696000 | #Constraints:      31305
518.49/521.59	c #Conflicts:     697000 | #Constraints:      32305
518.49/521.59	c #Conflicts:     698000 | #Constraints:      33305
518.49/521.59	c #Conflicts:     699000 | #Constraints:      34305
518.49/521.59	c #Conflicts:     700000 | #Constraints:      35305
518.49/521.59	c #Conflicts:     701000 | #Constraints:      36305
518.49/521.59	c #Conflicts:     702000 | #Constraints:      37305
518.49/521.59	c #Conflicts:     703000 | #Constraints:      38306
518.49/521.59	c #Conflicts:     704000 | #Constraints:      39306
518.49/521.59	c #Conflicts:     705000 | #Constraints:      40306
518.49/521.59	c INPROCESSING
518.49/521.59	c GARBAGE COLLECT
518.49/521.59	c rational objective 999
536.39/539.54	c #Conflicts:     706000 | #Constraints:      24650
536.39/539.54	c #Conflicts:     707000 | #Constraints:      25650
536.39/539.54	c #Conflicts:     708000 | #Constraints:      26687
536.39/539.54	c #Conflicts:     709000 | #Constraints:      27730
536.39/539.54	c #Conflicts:     710000 | #Constraints:      28776
536.39/539.54	c #Conflicts:     711000 | #Constraints:      29835
536.39/539.54	c #Conflicts:     712000 | #Constraints:      30879
536.39/539.54	c #Conflicts:     713000 | #Constraints:      31921
536.39/539.54	c #Conflicts:     714000 | #Constraints:      32962
536.39/539.54	c #Conflicts:     715000 | #Constraints:      34004
536.39/539.54	c #Conflicts:     716000 | #Constraints:      35066
536.39/539.54	c #Conflicts:     717000 | #Constraints:      36115
536.39/539.54	c #Conflicts:     718000 | #Constraints:      37147
536.39/539.54	c #Conflicts:     719000 | #Constraints:      38174
536.39/539.54	c #Conflicts:     720000 | #Constraints:      39202
536.39/539.54	c #Conflicts:     721000 | #Constraints:      40236
536.39/539.54	c #Conflicts:     722000 | #Constraints:      41252
536.39/539.54	c INPROCESSING
536.39/539.54	c GARBAGE COLLECT
536.39/539.54	c rational objective 999
548.85/552.05	c #Conflicts:     723000 | #Constraints:      25031
548.85/552.05	c #Conflicts:     724000 | #Constraints:      26031
548.85/552.05	c #Conflicts:     725000 | #Constraints:      27031
548.85/552.05	c #Conflicts:     726000 | #Constraints:      28031
548.85/552.05	c #Conflicts:     727000 | #Constraints:      29031
548.85/552.05	c #Conflicts:     728000 | #Constraints:      30031
548.85/552.05	c #Conflicts:     729000 | #Constraints:      31031
548.85/552.05	c #Conflicts:     730000 | #Constraints:      32031
548.85/552.05	c #Conflicts:     731000 | #Constraints:      33031
548.85/552.05	c #Conflicts:     732000 | #Constraints:      34031
548.85/552.05	c #Conflicts:     733000 | #Constraints:      35031
548.85/552.05	c #Conflicts:     734000 | #Constraints:      36031
548.85/552.05	c #Conflicts:     735000 | #Constraints:      37031
548.85/552.05	c #Conflicts:     736000 | #Constraints:      38031
548.85/552.05	c #Conflicts:     737000 | #Constraints:      39031
548.85/552.05	c #Conflicts:     738000 | #Constraints:      40031
548.85/552.05	c #Conflicts:     739000 | #Constraints:      41031
548.85/552.05	c INPROCESSING
548.85/552.05	c GARBAGE COLLECT
548.85/552.05	c rational objective 999
562.76/566.09	c #Conflicts:     740000 | #Constraints:      24908
562.76/566.09	c #Conflicts:     741000 | #Constraints:      25908
562.76/566.09	c #Conflicts:     742000 | #Constraints:      26908
562.76/566.09	c #Conflicts:     743000 | #Constraints:      27908
562.76/566.09	c #Conflicts:     744000 | #Constraints:      28908
562.76/566.09	c #Conflicts:     745000 | #Constraints:      29908
562.76/566.09	c #Conflicts:     746000 | #Constraints:      30908
562.76/566.09	c #Conflicts:     747000 | #Constraints:      31908
562.76/566.09	c #Conflicts:     748000 | #Constraints:      32908
562.76/566.09	c #Conflicts:     749000 | #Constraints:      33908
562.76/566.09	c #Conflicts:     750000 | #Constraints:      34908
562.76/566.09	c #Conflicts:     751000 | #Constraints:      35908
562.76/566.09	c #Conflicts:     752000 | #Constraints:      36908
562.76/566.09	c #Conflicts:     753000 | #Constraints:      37908
562.76/566.09	c #Conflicts:     754000 | #Constraints:      38908
562.76/566.09	c #Conflicts:     755000 | #Constraints:      39908
562.76/566.09	c #Conflicts:     756000 | #Constraints:      40908
562.76/566.09	c INPROCESSING
562.76/566.09	c GARBAGE COLLECT
562.76/566.09	c rational objective 999
578.60/581.94	c #Conflicts:     757000 | #Constraints:      24642
578.60/581.94	c #Conflicts:     758000 | #Constraints:      25679
578.60/581.94	c #Conflicts:     759000 | #Constraints:      26731
578.60/581.94	c #Conflicts:     760000 | #Constraints:      27796
578.60/581.94	c #Conflicts:     761000 | #Constraints:      28839
578.60/581.94	c #Conflicts:     762000 | #Constraints:      29893
578.60/581.94	c #Conflicts:     763000 | #Constraints:      30942
578.60/581.94	c #Conflicts:     764000 | #Constraints:      31987
578.60/581.94	c #Conflicts:     765000 | #Constraints:      33039
578.60/581.94	c #Conflicts:     766000 | #Constraints:      34066
578.60/581.94	c #Conflicts:     767000 | #Constraints:      35106
578.60/581.94	c #Conflicts:     768000 | #Constraints:      36143
578.60/581.94	c #Conflicts:     769000 | #Constraints:      37169
578.60/581.94	c #Conflicts:     770000 | #Constraints:      38194
578.60/581.94	c #Conflicts:     771000 | #Constraints:      39229
578.60/581.94	c #Conflicts:     772000 | #Constraints:      40264
578.60/581.94	c #Conflicts:     773000 | #Constraints:      41303
578.60/581.94	c #Conflicts:     774000 | #Constraints:      42354
578.60/581.94	c INPROCESSING
578.60/581.94	c GARBAGE COLLECT
578.60/581.94	c rational objective 999
592.71/596.17	c #Conflicts:     775000 | #Constraints:      25478
592.71/596.17	c #Conflicts:     776000 | #Constraints:      26478
592.71/596.17	c #Conflicts:     777000 | #Constraints:      27478
592.71/596.17	c #Conflicts:     778000 | #Constraints:      28478
592.71/596.17	c #Conflicts:     779000 | #Constraints:      29478
592.71/596.17	c #Conflicts:     780000 | #Constraints:      30478
592.71/596.17	c #Conflicts:     781000 | #Constraints:      31478
592.71/596.17	c #Conflicts:     782000 | #Constraints:      32478
592.71/596.17	c #Conflicts:     783000 | #Constraints:      33478
592.71/596.17	c #Conflicts:     784000 | #Constraints:      34478
592.71/596.17	c #Conflicts:     785000 | #Constraints:      35478
592.71/596.17	c #Conflicts:     786000 | #Constraints:      36478
592.71/596.17	c #Conflicts:     787000 | #Constraints:      37478
592.71/596.17	c #Conflicts:     788000 | #Constraints:      38478
592.71/596.17	c #Conflicts:     789000 | #Constraints:      39478
592.71/596.17	c #Conflicts:     790000 | #Constraints:      40478
592.71/596.17	c #Conflicts:     791000 | #Constraints:      41478
592.71/596.17	c #Conflicts:     792000 | #Constraints:      42478
592.71/596.17	c INPROCESSING
592.71/596.17	c GARBAGE COLLECT
592.71/596.17	c rational objective 999
607.05/610.50	c #Conflicts:     793000 | #Constraints:      25746
607.05/610.50	c #Conflicts:     794000 | #Constraints:      26746
607.05/610.50	c #Conflicts:     795000 | #Constraints:      27746
607.05/610.50	c #Conflicts:     796000 | #Constraints:      28746
607.05/610.50	c #Conflicts:     797000 | #Constraints:      29746
607.05/610.50	c #Conflicts:     798000 | #Constraints:      30746
607.05/610.50	c #Conflicts:     799000 | #Constraints:      31746
607.05/610.50	c #Conflicts:     800000 | #Constraints:      32746
607.05/610.50	c #Conflicts:     801000 | #Constraints:      33746
607.05/610.50	c #Conflicts:     802000 | #Constraints:      34746
607.05/610.50	c #Conflicts:     803000 | #Constraints:      35746
607.05/610.50	c #Conflicts:     804000 | #Constraints:      36746
607.05/610.50	c #Conflicts:     805000 | #Constraints:      37746
607.05/610.50	c #Conflicts:     806000 | #Constraints:      38746
607.05/610.50	c #Conflicts:     807000 | #Constraints:      39746
607.05/610.50	c #Conflicts:     808000 | #Constraints:      40746
607.05/610.50	c #Conflicts:     809000 | #Constraints:      41746
607.05/610.50	c #Conflicts:     810000 | #Constraints:      42746
607.05/610.50	c INPROCESSING
607.05/610.50	c GARBAGE COLLECT
607.05/610.50	c rational objective 999
626.13/629.71	c #Conflicts:     811000 | #Constraints:      25865
626.13/629.71	c #Conflicts:     812000 | #Constraints:      26881
626.13/629.71	c #Conflicts:     813000 | #Constraints:      27886
626.13/629.71	c #Conflicts:     814000 | #Constraints:      28977
626.13/629.71	c #Conflicts:     815000 | #Constraints:      30061
626.13/629.71	c #Conflicts:     816000 | #Constraints:      31116
626.13/629.71	c #Conflicts:     817000 | #Constraints:      32151
626.13/629.71	c #Conflicts:     818000 | #Constraints:      33187
626.13/629.71	c #Conflicts:     819000 | #Constraints:      34225
626.13/629.71	c #Conflicts:     820000 | #Constraints:      35263
626.13/629.71	c #Conflicts:     821000 | #Constraints:      36308
626.13/629.71	c #Conflicts:     822000 | #Constraints:      37339
626.13/629.71	c #Conflicts:     823000 | #Constraints:      38376
626.13/629.71	c #Conflicts:     824000 | #Constraints:      39403
626.13/629.71	c #Conflicts:     825000 | #Constraints:      40433
626.13/629.71	c #Conflicts:     826000 | #Constraints:      41467
626.13/629.71	c #Conflicts:     827000 | #Constraints:      42501
626.13/629.71	c #Conflicts:     828000 | #Constraints:      43523
626.13/629.71	c INPROCESSING
626.13/629.71	c GARBAGE COLLECT
626.13/629.71	c rational objective 999
641.98/645.65	c #Conflicts:     829000 | #Constraints:      26107
641.98/645.65	c #Conflicts:     830000 | #Constraints:      27107
641.98/645.65	c #Conflicts:     831000 | #Constraints:      28107
641.98/645.65	c #Conflicts:     832000 | #Constraints:      29107
641.98/645.65	c #Conflicts:     833000 | #Constraints:      30107
641.98/645.65	c #Conflicts:     834000 | #Constraints:      31107
641.98/645.65	c #Conflicts:     835000 | #Constraints:      32107
641.98/645.65	c #Conflicts:     836000 | #Constraints:      33107
641.98/645.65	c #Conflicts:     837000 | #Constraints:      34107
641.98/645.65	c #Conflicts:     838000 | #Constraints:      35107
641.98/645.65	c #Conflicts:     839000 | #Constraints:      36107
641.98/645.65	c #Conflicts:     840000 | #Constraints:      37107
641.98/645.65	c #Conflicts:     841000 | #Constraints:      38107
641.98/645.65	c #Conflicts:     842000 | #Constraints:      39107
641.98/645.65	c #Conflicts:     843000 | #Constraints:      40107
641.98/645.65	c #Conflicts:     844000 | #Constraints:      41107
641.98/645.65	c #Conflicts:     845000 | #Constraints:      42107
641.98/645.65	c #Conflicts:     846000 | #Constraints:      43107
641.98/645.65	c INPROCESSING
641.98/645.65	c GARBAGE COLLECT
641.98/645.65	c rational objective 999
656.27/660.15	c #Conflicts:     847000 | #Constraints:      25772
656.27/660.15	c #Conflicts:     848000 | #Constraints:      26772
656.27/660.15	c #Conflicts:     849000 | #Constraints:      27772
656.27/660.15	c #Conflicts:     850000 | #Constraints:      28772
656.27/660.15	c #Conflicts:     851000 | #Constraints:      29772
656.27/660.15	c #Conflicts:     852000 | #Constraints:      30772
656.27/660.15	c #Conflicts:     853000 | #Constraints:      31772
656.27/660.15	c #Conflicts:     854000 | #Constraints:      32772
656.27/660.15	c #Conflicts:     855000 | #Constraints:      33772
656.27/660.15	c #Conflicts:     856000 | #Constraints:      34772
656.27/660.15	c #Conflicts:     857000 | #Constraints:      35772
656.27/660.15	c #Conflicts:     858000 | #Constraints:      36772
656.27/660.15	c #Conflicts:     859000 | #Constraints:      37772
656.27/660.15	c #Conflicts:     860000 | #Constraints:      38772
656.27/660.15	c #Conflicts:     861000 | #Constraints:      39772
656.27/660.15	c #Conflicts:     862000 | #Constraints:      40772
656.27/660.15	c #Conflicts:     863000 | #Constraints:      41772
656.27/660.15	c #Conflicts:     864000 | #Constraints:      42772
656.27/660.15	c #Conflicts:     865000 | #Constraints:      43772
656.27/660.15	c INPROCESSING
656.27/660.15	c GARBAGE COLLECT
656.27/660.15	c rational objective 999
659.05/662.95	c #Conflicts:     866000 | #Constraints:      26326
659.05/662.95	c #Conflicts:     867000 | #Constraints:      27386
659.05/662.95	c #Conflicts:     868000 | #Constraints:      28440
659.05/662.95	c #Conflicts:     869000 | #Constraints:      29494
659.05/662.95	c bounds 1037 >= 999 @ 649.445
676.05/680.05	c #Conflicts:     870000 | #Constraints:      30545
676.05/680.05	c #Conflicts:     871000 | #Constraints:      31578
676.05/680.05	c #Conflicts:     872000 | #Constraints:      32616
676.05/680.05	c #Conflicts:     873000 | #Constraints:      33656
676.05/680.05	c #Conflicts:     874000 | #Constraints:      34708
676.05/680.05	c #Conflicts:     875000 | #Constraints:      35738
676.05/680.05	c #Conflicts:     876000 | #Constraints:      36768
676.05/680.05	c #Conflicts:     877000 | #Constraints:      37807
676.05/680.05	c #Conflicts:     878000 | #Constraints:      38846
676.05/680.05	c #Conflicts:     879000 | #Constraints:      39883
676.05/680.05	c #Conflicts:     880000 | #Constraints:      40923
676.05/680.05	c #Conflicts:     881000 | #Constraints:      41951
676.05/680.05	c #Conflicts:     882000 | #Constraints:      42988
676.05/680.05	c #Conflicts:     883000 | #Constraints:      44014
676.05/680.05	c #Conflicts:     884000 | #Constraints:      45042
676.05/680.05	c INPROCESSING
676.05/680.05	c GARBAGE COLLECT
676.05/680.05	c rational objective 999
692.68/696.75	c #Conflicts:     885000 | #Constraints:      26926
692.68/696.75	c #Conflicts:     886000 | #Constraints:      27926
692.68/696.75	c #Conflicts:     887000 | #Constraints:      28926
692.68/696.75	c #Conflicts:     888000 | #Constraints:      29926
692.68/696.75	c #Conflicts:     889000 | #Constraints:      30926
692.68/696.75	c #Conflicts:     890000 | #Constraints:      31926
692.68/696.75	c #Conflicts:     891000 | #Constraints:      32926
692.68/696.75	c #Conflicts:     892000 | #Constraints:      33926
692.68/696.75	c #Conflicts:     893000 | #Constraints:      34926
692.68/696.75	c #Conflicts:     894000 | #Constraints:      35926
692.68/696.75	c #Conflicts:     895000 | #Constraints:      36926
692.68/696.75	c #Conflicts:     896000 | #Constraints:      37926
692.68/696.75	c #Conflicts:     897000 | #Constraints:      38926
692.68/696.75	c #Conflicts:     898000 | #Constraints:      39926
692.68/696.75	c #Conflicts:     899000 | #Constraints:      40926
692.68/696.75	c #Conflicts:     900000 | #Constraints:      41926
692.68/696.75	c #Conflicts:     901000 | #Constraints:      42926
692.68/696.75	c #Conflicts:     902000 | #Constraints:      43926
692.68/696.75	c #Conflicts:     903000 | #Constraints:      44926
692.68/696.75	c INPROCESSING
692.68/696.75	c GARBAGE COLLECT
692.68/696.75	c rational objective 999
708.21/712.34	c #Conflicts:     904000 | #Constraints:      26968
708.21/712.34	c #Conflicts:     905000 | #Constraints:      27968
708.21/712.34	c #Conflicts:     906000 | #Constraints:      28968
708.21/712.34	c #Conflicts:     907000 | #Constraints:      29968
708.21/712.34	c #Conflicts:     908000 | #Constraints:      30968
708.21/712.34	c #Conflicts:     909000 | #Constraints:      31968
708.21/712.34	c #Conflicts:     910000 | #Constraints:      32968
708.21/712.34	c #Conflicts:     911000 | #Constraints:      33968
708.21/712.34	c #Conflicts:     912000 | #Constraints:      34968
708.21/712.34	c #Conflicts:     913000 | #Constraints:      35968
708.21/712.34	c #Conflicts:     914000 | #Constraints:      36968
708.21/712.34	c #Conflicts:     915000 | #Constraints:      37968
708.21/712.34	c #Conflicts:     916000 | #Constraints:      38968
708.21/712.34	c #Conflicts:     917000 | #Constraints:      39968
708.21/712.34	c #Conflicts:     918000 | #Constraints:      40968
708.21/712.34	c #Conflicts:     919000 | #Constraints:      41968
708.21/712.34	c #Conflicts:     920000 | #Constraints:      42968
708.21/712.34	c #Conflicts:     921000 | #Constraints:      43968
708.21/712.34	c #Conflicts:     922000 | #Constraints:      44968
708.21/712.34	c INPROCESSING
708.21/712.34	c GARBAGE COLLECT
708.21/712.34	c rational objective 999
727.65/731.88	c #Conflicts:     923000 | #Constraints:      26905
727.65/731.88	c #Conflicts:     924000 | #Constraints:      27947
727.65/731.88	c #Conflicts:     925000 | #Constraints:      28987
727.65/731.88	c #Conflicts:     926000 | #Constraints:      30039
727.65/731.88	c #Conflicts:     927000 | #Constraints:      31094
727.65/731.88	c #Conflicts:     928000 | #Constraints:      32146
727.65/731.88	c #Conflicts:     929000 | #Constraints:      33212
727.65/731.88	c #Conflicts:     930000 | #Constraints:      34258
727.65/731.88	c #Conflicts:     931000 | #Constraints:      35311
727.65/731.88	c #Conflicts:     932000 | #Constraints:      36357
727.65/731.88	c #Conflicts:     933000 | #Constraints:      37406
727.65/731.88	c #Conflicts:     934000 | #Constraints:      38455
727.65/731.88	c #Conflicts:     935000 | #Constraints:      39497
727.65/731.88	c #Conflicts:     936000 | #Constraints:      40535
727.65/731.88	c #Conflicts:     937000 | #Constraints:      41588
727.65/731.88	c #Conflicts:     938000 | #Constraints:      42636
727.65/731.88	c #Conflicts:     939000 | #Constraints:      43676
727.65/731.88	c #Conflicts:     940000 | #Constraints:      44721
727.65/731.88	c #Conflicts:     941000 | #Constraints:      45769
727.65/731.88	c INPROCESSING
727.65/731.88	c GARBAGE COLLECT
727.65/731.88	c rational objective 999
747.24/753.45	c #Conflicts:     942000 | #Constraints:      26999
747.24/753.45	c #Conflicts:     943000 | #Constraints:      27999
747.24/753.45	c #Conflicts:     944000 | #Constraints:      28999
747.24/753.45	c #Conflicts:     945000 | #Constraints:      29999
747.24/753.45	c #Conflicts:     946000 | #Constraints:      30999
747.24/753.45	c #Conflicts:     947000 | #Constraints:      31999
747.24/753.45	c #Conflicts:     948000 | #Constraints:      32999
747.24/753.45	c #Conflicts:     949000 | #Constraints:      33999
747.24/753.45	c #Conflicts:     950000 | #Constraints:      34999
747.24/753.45	c #Conflicts:     951000 | #Constraints:      35999
747.24/753.45	c #Conflicts:     952000 | #Constraints:      36999
747.24/753.45	c #Conflicts:     953000 | #Constraints:      37999
747.24/753.45	c #Conflicts:     954000 | #Constraints:      38999
747.24/753.45	c #Conflicts:     955000 | #Constraints:      39999
747.24/753.45	c #Conflicts:     956000 | #Constraints:      40999
747.24/753.45	c #Conflicts:     957000 | #Constraints:      41999
747.24/753.45	c #Conflicts:     958000 | #Constraints:      42999
747.24/753.45	c #Conflicts:     959000 | #Constraints:      43999
747.24/753.45	c #Conflicts:     960000 | #Constraints:      44999
747.24/753.45	c #Conflicts:     961000 | #Constraints:      45999
747.24/753.45	c INPROCESSING
747.24/753.45	c GARBAGE COLLECT
747.24/753.45	c rational objective 999
751.23/757.42	c #Conflicts:     962000 | #Constraints:      27423
751.23/757.42	c #Conflicts:     963000 | #Constraints:      28423
751.23/757.42	c #Conflicts:     964000 | #Constraints:      29423
751.23/757.42	c #Conflicts:     965000 | #Constraints:      30423
751.23/757.42	c #Conflicts:     966000 | #Constraints:      31423
751.23/757.42	c #Conflicts:     967000 | #Constraints:      32423
751.23/757.42	c bounds 1037 >= 1000 @ 740.438
770.92/777.26	c #Conflicts:     968000 | #Constraints:      33514
770.92/777.26	c #Conflicts:     969000 | #Constraints:      34520
770.92/777.26	c #Conflicts:     970000 | #Constraints:      35523
770.92/777.26	c #Conflicts:     971000 | #Constraints:      36539
770.92/777.26	c #Conflicts:     972000 | #Constraints:      37553
770.92/777.26	c #Conflicts:     973000 | #Constraints:      38571
770.92/777.26	c #Conflicts:     974000 | #Constraints:      39583
770.92/777.26	c #Conflicts:     975000 | #Constraints:      40614
770.92/777.26	c #Conflicts:     976000 | #Constraints:      41634
770.92/777.26	c #Conflicts:     977000 | #Constraints:      42637
770.92/777.26	c #Conflicts:     978000 | #Constraints:      43671
770.92/777.26	c #Conflicts:     979000 | #Constraints:      44703
770.92/777.26	c #Conflicts:     980000 | #Constraints:      45743
770.92/777.26	c bounds 1036 >= 1000 @ 760.007
771.12/777.43	WSVECS04 Frhs2[1]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[13]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[24]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[25]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[27]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[28]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[29]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[31]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[34]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[35]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[37]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[55]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[57]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[59]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[62]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[69]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[71]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[74]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[75]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[81]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[91]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[95]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[98]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[100]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[103]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[104]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[113]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[117]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[119]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[120]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[123]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[124]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[131]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[137]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[139]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[141]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[143]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[148]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[151]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[154]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[155]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[158]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[161]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[162]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[165]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[167]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[177]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[185]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[198]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[199]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[205]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[217]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[221]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[223]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[226]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[227]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[228]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[235]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[236]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[237]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[239]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[241]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[243]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[249]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[255]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[263]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[266]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[274]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[275]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[279]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[280]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[283]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[285]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[287]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[289]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[299]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[305]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[306]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[307]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[312]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[315]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[316]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[317]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[321]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[325]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[339]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[342]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[347]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[356]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[361]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[366]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[369]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[371]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[372]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[381]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[383]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[391]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[403]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[405]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[411]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[416]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[417]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[418]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[420]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[421]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[426]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[428]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[435]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[442]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[446]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[460]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[463]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[464]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[466]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[472]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[474]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[488]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[493]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[497]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[501]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[505]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[515]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[521]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[524]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[526]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[528]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[530]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[532]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[536]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[540]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[547]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[556]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[557]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[562]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[563]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[575]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[581]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[582]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[587]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[595]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[596]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[597]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[603]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[604]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[607]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[613]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[618]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[625]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[627]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[630]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[631]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[637]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[641]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[644]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[649]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[652]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[655]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[657]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[665]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[669]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[672]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[679]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[681]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[683]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[689]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[691]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[697]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[709]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[715]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[718]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[719]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[723]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[726]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[727]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[728]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[729]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[732]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[733]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[734]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[735]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[736]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[737]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[740]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[743]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[745]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[747]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[748]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[749]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[751]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[752]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[754]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[755]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[759]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[760]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[761]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[765]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[772]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[773]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[775]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[779]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[780]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[786]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[791]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[792]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[795]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[800]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[801]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[805]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[809]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[814]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[816]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[817]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[819]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[820]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[821]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[823]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[830]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[835]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[836]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[840]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[845]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[847]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[848]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[851]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[853]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[855]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[857]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[859]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[861]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[863]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[864]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[867]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[871]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[874]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[876]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[877]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[878]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[881]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[884]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[889]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[890]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[892]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[893]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[896]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[900]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[917]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[918]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[921]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[927]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[928]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[930]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[933]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[934]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[939]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[940]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[941]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[943]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[945]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[947]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[949]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[950]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[953]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[954]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[956]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[961]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[967]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[971]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[973]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[975]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[977]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[980]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[991]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[992]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[993]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[995]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[996]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[999]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1001]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1002]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1003]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1006]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1009]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1010]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1011]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1013]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1015]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1017]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1019]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1021]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1023]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1025]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1028]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1031]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1032]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1035]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1038]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1039]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1042]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1043]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1045]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1046]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1047]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1053]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1057]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1063]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1066]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1069]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1070]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1077]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1080]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1093]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1096]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1097]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1101]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1102]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1103]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1105]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1111]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1114]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1123]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1129]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1130]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1132]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1139]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1144]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1146]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1147]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1156]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1160]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1165]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1166]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1168]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1172]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1174]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1176]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1183]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1186]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1188]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1189]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1197]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1198]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1204]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1205]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1209]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1212]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1213]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1214]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1225]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1226]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1227]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1228]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1230]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1232]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1235]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1245]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1249]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1250]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1252]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1256]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1257]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1258]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1259]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1261]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1262]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1264]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1270]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1274]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1278]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1279]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1290]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1293]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1294]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1298]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1301]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1303]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1307]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1309]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1315]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1317]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1318]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1325]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1329]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1334]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1344]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1347]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1355]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1357]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1358]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1359]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1361]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1366]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1371]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1373]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1374]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1375]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1382]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1389]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1391]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1395]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1397]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1404]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1411]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1412]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1413]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1414]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1416]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1418]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1422]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1423]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1429]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1435]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1442]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1448]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1450]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1458]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1460]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1462]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1464]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1465]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1471]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1472]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1476]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1480]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1481]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1494]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1495]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1503]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1506]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1508]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1510]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1514]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1515]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1516]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1524]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1528]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1539]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1540]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1543]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1547]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1551]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1555]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1558]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1561]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1571]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1572]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1573]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1576]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1579]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1581]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1586]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1588]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1592]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1594]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1602]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1604]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1605]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1610]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1612]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1617]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1621]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1623]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1625]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1634]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1638]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1639]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1641]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1643]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1644]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1652]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1653]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1655]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1659]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1661]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1665]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1671]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1673]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1678]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1679]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1681]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1687]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1691]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1695]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1696]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1700]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1702]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1703]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1706]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1708]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1711]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1713]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1715]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1716]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1717]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1720]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1722]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1723]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1726]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1727]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1728]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1734]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1737]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1738]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1739]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1740]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1741]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1742]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1745]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1746]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1747]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1749]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1754]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1758]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1762]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1764]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1765]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1767]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1769]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1770]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1771]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1775]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1779]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1780]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1782]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1785]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1791]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1792]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1799]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1800]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1802]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1804]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1808]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1809]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1811]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1812]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1815]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1819]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1820]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1821]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1824]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1825]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1826]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1828]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1830]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1834]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1839]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1840]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1843]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1851]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1853]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1854]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1863]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1865]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1866]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1868]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1869]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1870]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1871]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1875]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1877]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1878]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1879]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1880]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1881]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1884]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1885]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1887]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1888]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1895]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1898]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1903]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1905]: 6 -1.00001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1908]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1915]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1916]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1918]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1920]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1929]: 6 -1.00007 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1931]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1933]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1936]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1937]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1941]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1942]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1948]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1952]: 6 -1.00002 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1958]: 6 -1.0001 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1959]: 6 -1.00008 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1961]: 6 -1.00006 0 shouldn't be
771.12/777.43	WSVECS04 Frhs2[1963]: 6 -1.00004 0 shouldn't be
771.53/777.82	c #Conflicts:     981000 | #Constraints:      46791
771.53/777.82	c INPROCESSING
771.53/777.82	c GARBAGE COLLECT
771.53/777.82	c rational objective 1000
788.16/794.58	c #Conflicts:     982000 | #Constraints:      27884
788.16/794.58	c #Conflicts:     983000 | #Constraints:      28884
788.16/794.58	c #Conflicts:     984000 | #Constraints:      29884
788.16/794.58	c #Conflicts:     985000 | #Constraints:      30884
788.16/794.58	c #Conflicts:     986000 | #Constraints:      31884
788.16/794.58	c #Conflicts:     987000 | #Constraints:      32884
788.16/794.58	c #Conflicts:     988000 | #Constraints:      33884
788.16/794.58	c #Conflicts:     989000 | #Constraints:      34884
788.16/794.58	c #Conflicts:     990000 | #Constraints:      35884
788.16/794.58	c #Conflicts:     991000 | #Constraints:      36884
788.16/794.58	c #Conflicts:     992000 | #Constraints:      37884
788.16/794.58	c #Conflicts:     993000 | #Constraints:      38884
788.16/794.58	c #Conflicts:     994000 | #Constraints:      39884
788.16/794.58	c #Conflicts:     995000 | #Constraints:      40884
788.16/794.58	c #Conflicts:     996000 | #Constraints:      41884
788.16/794.58	c #Conflicts:     997000 | #Constraints:      42884
788.16/794.58	c #Conflicts:     998000 | #Constraints:      43884
788.16/794.58	c #Conflicts:     999000 | #Constraints:      44884
788.16/794.58	c #Conflicts:    1000000 | #Constraints:      45884
788.16/794.58	c #Conflicts:    1001000 | #Constraints:      46884
788.16/794.58	c INPROCESSING
788.16/794.58	c GARBAGE COLLECT
788.16/794.58	c rational objective 1000
805.11/811.55	c #Conflicts:    1002000 | #Constraints:      27973
805.11/811.55	c #Conflicts:    1003000 | #Constraints:      28973
805.11/811.55	c #Conflicts:    1004000 | #Constraints:      29973
805.11/811.55	c #Conflicts:    1005000 | #Constraints:      30973
805.11/811.55	c #Conflicts:    1006000 | #Constraints:      31973
805.11/811.55	c #Conflicts:    1007000 | #Constraints:      32973
805.11/811.55	c #Conflicts:    1008000 | #Constraints:      33973
805.11/811.55	c #Conflicts:    1009000 | #Constraints:      34973
805.11/811.55	c #Conflicts:    1010000 | #Constraints:      35973
805.11/811.55	c #Conflicts:    1011000 | #Constraints:      36973
805.11/811.55	c #Conflicts:    1012000 | #Constraints:      37973
805.11/811.55	c #Conflicts:    1013000 | #Constraints:      38973
805.11/811.55	c #Conflicts:    1014000 | #Constraints:      39973
805.11/811.55	c #Conflicts:    1015000 | #Constraints:      40973
805.11/811.55	c #Conflicts:    1016000 | #Constraints:      41973
805.11/811.55	c #Conflicts:    1017000 | #Constraints:      42973
805.11/811.55	c #Conflicts:    1018000 | #Constraints:      43973
805.11/811.55	c #Conflicts:    1019000 | #Constraints:      44973
805.11/811.55	c #Conflicts:    1020000 | #Constraints:      45973
805.11/811.55	c #Conflicts:    1021000 | #Constraints:      46973
805.11/811.55	c INPROCESSING
805.11/811.55	c GARBAGE COLLECT
805.11/811.55	c rational objective 1000
829.59/836.12	c #Conflicts:    1022000 | #Constraints:      27908
829.59/836.12	c #Conflicts:    1023000 | #Constraints:      28932
829.59/836.12	c #Conflicts:    1024000 | #Constraints:      29956
829.59/836.12	c #Conflicts:    1025000 | #Constraints:      30978
829.59/836.12	c #Conflicts:    1026000 | #Constraints:      32013
829.59/836.12	c #Conflicts:    1027000 | #Constraints:      33055
829.59/836.12	c #Conflicts:    1028000 | #Constraints:      34077
829.59/836.12	c #Conflicts:    1029000 | #Constraints:      35099
829.59/836.12	c #Conflicts:    1030000 | #Constraints:      36117
829.59/836.12	c #Conflicts:    1031000 | #Constraints:      37143
829.59/836.12	c #Conflicts:    1032000 | #Constraints:      38184
829.59/836.12	c #Conflicts:    1033000 | #Constraints:      39213
829.59/836.12	c #Conflicts:    1034000 | #Constraints:      40246
829.59/836.12	c #Conflicts:    1035000 | #Constraints:      41277
829.59/836.12	c #Conflicts:    1036000 | #Constraints:      42308
829.59/836.12	c #Conflicts:    1037000 | #Constraints:      43338
829.59/836.12	c #Conflicts:    1038000 | #Constraints:      44364
829.59/836.12	c #Conflicts:    1039000 | #Constraints:      45393
829.59/836.12	c #Conflicts:    1040000 | #Constraints:      46436
829.59/836.12	c #Conflicts:    1041000 | #Constraints:      47481
829.59/836.12	c INPROCESSING
829.59/836.12	c GARBAGE COLLECT
829.59/836.12	c rational objective 1000
848.02/854.66	c #Conflicts:    1042000 | #Constraints:      27875
848.02/854.66	c #Conflicts:    1043000 | #Constraints:      28875
848.02/854.66	c #Conflicts:    1044000 | #Constraints:      29875
848.02/854.66	c #Conflicts:    1045000 | #Constraints:      30875
848.02/854.66	c #Conflicts:    1046000 | #Constraints:      31875
848.02/854.66	c #Conflicts:    1047000 | #Constraints:      32875
848.02/854.66	c #Conflicts:    1048000 | #Constraints:      33875
848.02/854.66	c #Conflicts:    1049000 | #Constraints:      34875
848.02/854.66	c #Conflicts:    1050000 | #Constraints:      35875
848.02/854.66	c #Conflicts:    1051000 | #Constraints:      36875
848.02/854.66	c #Conflicts:    1052000 | #Constraints:      37875
848.02/854.66	c #Conflicts:    1053000 | #Constraints:      38875
848.02/854.66	c #Conflicts:    1054000 | #Constraints:      39875
848.02/854.66	c #Conflicts:    1055000 | #Constraints:      40875
848.02/854.66	c #Conflicts:    1056000 | #Constraints:      41875
848.02/854.66	c #Conflicts:    1057000 | #Constraints:      42875
848.02/854.66	c #Conflicts:    1058000 | #Constraints:      43875
848.02/854.66	c #Conflicts:    1059000 | #Constraints:      44875
848.02/854.66	c #Conflicts:    1060000 | #Constraints:      45875
848.02/854.66	c #Conflicts:    1061000 | #Constraints:      46875
848.02/854.66	c #Conflicts:    1062000 | #Constraints:      47875
848.02/854.66	c INPROCESSING
848.02/854.66	c GARBAGE COLLECT
848.02/854.66	c rational objective 1000
867.01/873.74	c #Conflicts:    1063000 | #Constraints:      28370
867.01/873.74	c #Conflicts:    1064000 | #Constraints:      29370
867.01/873.74	c #Conflicts:    1065000 | #Constraints:      30370
867.01/873.74	c #Conflicts:    1066000 | #Constraints:      31370
867.01/873.74	c #Conflicts:    1067000 | #Constraints:      32370
867.01/873.74	c #Conflicts:    1068000 | #Constraints:      33370
867.01/873.74	c #Conflicts:    1069000 | #Constraints:      34370
867.01/873.74	c #Conflicts:    1070000 | #Constraints:      35370
867.01/873.74	c #Conflicts:    1071000 | #Constraints:      36370
867.01/873.74	c #Conflicts:    1072000 | #Constraints:      37370
867.01/873.74	c #Conflicts:    1073000 | #Constraints:      38370
867.01/873.74	c #Conflicts:    1074000 | #Constraints:      39370
867.01/873.74	c #Conflicts:    1075000 | #Constraints:      40370
867.01/873.74	c #Conflicts:    1076000 | #Constraints:      41370
867.01/873.74	c #Conflicts:    1077000 | #Constraints:      42370
867.01/873.74	c #Conflicts:    1078000 | #Constraints:      43370
867.01/873.74	c #Conflicts:    1079000 | #Constraints:      44370
867.01/873.74	c #Conflicts:    1080000 | #Constraints:      45370
867.01/873.74	c #Conflicts:    1081000 | #Constraints:      46370
867.01/873.74	c #Conflicts:    1082000 | #Constraints:      47370
867.01/873.74	c #Conflicts:    1083000 | #Constraints:      48370
867.01/873.74	c INPROCESSING
867.01/873.74	c GARBAGE COLLECT
867.01/873.74	c rational objective 1000
897.04/903.97	c #Conflicts:    1084000 | #Constraints:      28725
897.04/903.97	c #Conflicts:    1085000 | #Constraints:      29739
897.04/903.97	c #Conflicts:    1086000 | #Constraints:      30786
897.04/903.97	c #Conflicts:    1087000 | #Constraints:      31826
897.04/903.97	c #Conflicts:    1088000 | #Constraints:      32862
897.04/903.97	c #Conflicts:    1089000 | #Constraints:      33902
897.04/903.97	c #Conflicts:    1090000 | #Constraints:      34935
897.04/903.97	c #Conflicts:    1091000 | #Constraints:      35968
897.04/903.97	c #Conflicts:    1092000 | #Constraints:      36996
897.04/903.97	c #Conflicts:    1093000 | #Constraints:      38017
897.04/903.97	c #Conflicts:    1094000 | #Constraints:      39041
897.04/903.97	c #Conflicts:    1095000 | #Constraints:      40070
897.04/903.97	c #Conflicts:    1096000 | #Constraints:      41096
897.04/903.97	c #Conflicts:    1097000 | #Constraints:      42119
897.04/903.97	c #Conflicts:    1098000 | #Constraints:      43147
897.04/903.97	c #Conflicts:    1099000 | #Constraints:      44177
897.04/903.97	c #Conflicts:    1100000 | #Constraints:      45208
897.04/903.97	c #Conflicts:    1101000 | #Constraints:      46221
897.04/903.97	c #Conflicts:    1102000 | #Constraints:      47228
897.04/903.97	c #Conflicts:    1103000 | #Constraints:      48254
897.04/903.97	c #Conflicts:    1104000 | #Constraints:      49281
897.04/903.97	c INPROCESSING
897.04/903.97	c GARBAGE COLLECT
897.04/903.97	c rational objective 1000
915.96/922.99	c #Conflicts:    1105000 | #Constraints:      29095
915.96/922.99	c #Conflicts:    1106000 | #Constraints:      30095
915.96/922.99	c #Conflicts:    1107000 | #Constraints:      31095
915.96/922.99	c #Conflicts:    1108000 | #Constraints:      32095
915.96/922.99	c #Conflicts:    1109000 | #Constraints:      33095
915.96/922.99	c #Conflicts:    1110000 | #Constraints:      34095
915.96/922.99	c #Conflicts:    1111000 | #Constraints:      35095
915.96/922.99	c #Conflicts:    1112000 | #Constraints:      36095
915.96/922.99	c #Conflicts:    1113000 | #Constraints:      37095
915.96/922.99	c #Conflicts:    1114000 | #Constraints:      38095
915.96/922.99	c #Conflicts:    1115000 | #Constraints:      39095
915.96/922.99	c #Conflicts:    1116000 | #Constraints:      40095
915.96/922.99	c #Conflicts:    1117000 | #Constraints:      41095
915.96/922.99	c #Conflicts:    1118000 | #Constraints:      42095
915.96/922.99	c #Conflicts:    1119000 | #Constraints:      43095
915.96/922.99	c #Conflicts:    1120000 | #Constraints:      44095
915.96/922.99	c #Conflicts:    1121000 | #Constraints:      45095
915.96/922.99	c #Conflicts:    1122000 | #Constraints:      46095
915.96/922.99	c #Conflicts:    1123000 | #Constraints:      47095
915.96/922.99	c #Conflicts:    1124000 | #Constraints:      48095
915.96/922.99	c #Conflicts:    1125000 | #Constraints:      49096
915.96/922.99	c INPROCESSING
915.96/922.99	c GARBAGE COLLECT
915.96/922.99	c rational objective 1000
933.30/940.35	c #Conflicts:    1126000 | #Constraints:      28982
933.30/940.35	c #Conflicts:    1127000 | #Constraints:      29982
933.30/940.35	c #Conflicts:    1128000 | #Constraints:      30982
933.30/940.35	c #Conflicts:    1129000 | #Constraints:      31982
933.30/940.35	c #Conflicts:    1130000 | #Constraints:      32982
933.30/940.35	c #Conflicts:    1131000 | #Constraints:      33982
933.30/940.35	c #Conflicts:    1132000 | #Constraints:      34982
933.30/940.35	c #Conflicts:    1133000 | #Constraints:      35982
933.30/940.35	c #Conflicts:    1134000 | #Constraints:      36983
933.30/940.35	c #Conflicts:    1135000 | #Constraints:      37983
933.30/940.35	c #Conflicts:    1136000 | #Constraints:      38983
933.30/940.35	c #Conflicts:    1137000 | #Constraints:      39983
933.30/940.35	c #Conflicts:    1138000 | #Constraints:      40983
933.30/940.35	c #Conflicts:    1139000 | #Constraints:      41983
933.30/940.35	c #Conflicts:    1140000 | #Constraints:      42983
933.30/940.35	c #Conflicts:    1141000 | #Constraints:      43983
933.30/940.35	c #Conflicts:    1142000 | #Constraints:      44983
933.30/940.35	c #Conflicts:    1143000 | #Constraints:      45983
933.30/940.35	c #Conflicts:    1144000 | #Constraints:      46983
933.30/940.35	c #Conflicts:    1145000 | #Constraints:      47983
933.30/940.35	c #Conflicts:    1146000 | #Constraints:      48983
933.30/940.35	c INPROCESSING
933.30/940.35	c GARBAGE COLLECT
933.30/940.35	c rational objective 1000
951.38/958.76	c #Conflicts:    1147000 | #Constraints:      28696
951.38/958.76	c #Conflicts:    1148000 | #Constraints:      29696
951.38/958.76	c #Conflicts:    1149000 | #Constraints:      30696
951.38/958.76	c #Conflicts:    1150000 | #Constraints:      31696
951.38/958.76	c #Conflicts:    1151000 | #Constraints:      32696
951.38/958.76	c #Conflicts:    1152000 | #Constraints:      33696
951.38/958.76	c #Conflicts:    1153000 | #Constraints:      34696
951.38/958.76	c #Conflicts:    1154000 | #Constraints:      35696
951.38/958.76	c #Conflicts:    1155000 | #Constraints:      36696
951.38/958.76	c #Conflicts:    1156000 | #Constraints:      37696
951.38/958.76	c #Conflicts:    1157000 | #Constraints:      38696
951.38/958.76	c #Conflicts:    1158000 | #Constraints:      39696
951.38/958.76	c #Conflicts:    1159000 | #Constraints:      40696
951.38/958.76	c #Conflicts:    1160000 | #Constraints:      41696
951.38/958.76	c #Conflicts:    1161000 | #Constraints:      42696
951.38/958.76	c #Conflicts:    1162000 | #Constraints:      43696
951.38/958.76	c #Conflicts:    1163000 | #Constraints:      44696
951.38/958.76	c #Conflicts:    1164000 | #Constraints:      45696
951.38/958.76	c #Conflicts:    1165000 | #Constraints:      46696
951.38/958.76	c #Conflicts:    1166000 | #Constraints:      47696
951.38/958.76	c #Conflicts:    1167000 | #Constraints:      48696
951.38/958.76	c #Conflicts:    1168000 | #Constraints:      49696
951.38/958.76	c INPROCESSING
951.38/958.76	c GARBAGE COLLECT
951.38/958.76	c rational objective 1000
974.61/982.07	c #Conflicts:    1169000 | #Constraints:      29251
974.61/982.07	c #Conflicts:    1170000 | #Constraints:      30271
974.61/982.07	c #Conflicts:    1171000 | #Constraints:      31328
974.61/982.07	c #Conflicts:    1172000 | #Constraints:      32373
974.61/982.07	c #Conflicts:    1173000 | #Constraints:      33433
974.61/982.07	c #Conflicts:    1174000 | #Constraints:      34482
974.61/982.07	c #Conflicts:    1175000 | #Constraints:      35540
974.61/982.07	c #Conflicts:    1176000 | #Constraints:      36590
974.61/982.07	c #Conflicts:    1177000 | #Constraints:      37624
974.61/982.07	c #Conflicts:    1178000 | #Constraints:      38673
974.61/982.07	c #Conflicts:    1179000 | #Constraints:      39699
974.61/982.07	c #Conflicts:    1180000 | #Constraints:      40725
974.61/982.07	c #Conflicts:    1181000 | #Constraints:      41774
974.61/982.07	c #Conflicts:    1182000 | #Constraints:      42794
974.61/982.07	c #Conflicts:    1183000 | #Constraints:      43829
974.61/982.07	c #Conflicts:    1184000 | #Constraints:      44851
974.61/982.07	c #Conflicts:    1185000 | #Constraints:      45886
974.61/982.07	c #Conflicts:    1186000 | #Constraints:      46924
974.61/982.07	c #Conflicts:    1187000 | #Constraints:      47948
974.61/982.07	c #Conflicts:    1188000 | #Constraints:      48980
974.61/982.07	c #Conflicts:    1189000 | #Constraints:      50010
974.61/982.07	c #Conflicts:    1190000 | #Constraints:      51035
974.61/982.07	c INPROCESSING
974.61/982.07	c GARBAGE COLLECT
974.61/982.07	c rational objective 1000
994.62/1002.28	c #Conflicts:    1191000 | #Constraints:      29985
994.62/1002.28	c #Conflicts:    1192000 | #Constraints:      30985
994.62/1002.28	c #Conflicts:    1193000 | #Constraints:      31985
994.62/1002.28	c #Conflicts:    1194000 | #Constraints:      32985
994.62/1002.28	c #Conflicts:    1195000 | #Constraints:      33985
994.62/1002.28	c #Conflicts:    1196000 | #Constraints:      34985
994.62/1002.28	c #Conflicts:    1197000 | #Constraints:      35985
994.62/1002.28	c #Conflicts:    1198000 | #Constraints:      36985
994.62/1002.28	c #Conflicts:    1199000 | #Constraints:      37985
994.62/1002.28	c #Conflicts:    1200000 | #Constraints:      38985
994.62/1002.28	c #Conflicts:    1201000 | #Constraints:      39985
994.62/1002.28	c #Conflicts:    1202000 | #Constraints:      40985
994.62/1002.28	c #Conflicts:    1203000 | #Constraints:      41985
994.62/1002.28	c #Conflicts:    1204000 | #Constraints:      42985
994.62/1002.28	c #Conflicts:    1205000 | #Constraints:      43985
994.62/1002.28	c #Conflicts:    1206000 | #Constraints:      44985
994.62/1002.28	c #Conflicts:    1207000 | #Constraints:      45985
994.62/1002.28	c #Conflicts:    1208000 | #Constraints:      46985
994.62/1002.28	c #Conflicts:    1209000 | #Constraints:      47985
994.62/1002.28	c #Conflicts:    1210000 | #Constraints:      48985
994.62/1002.28	c #Conflicts:    1211000 | #Constraints:      49985
994.62/1002.28	c #Conflicts:    1212000 | #Constraints:      50985
994.62/1002.28	c INPROCESSING
994.62/1002.28	c GARBAGE COLLECT
994.62/1002.28	c rational objective 1000
1013.90/1021.60	c #Conflicts:    1213000 | #Constraints:      30021
1013.90/1021.60	c #Conflicts:    1214000 | #Constraints:      31021
1013.90/1021.60	c #Conflicts:    1215000 | #Constraints:      32021
1013.90/1021.60	c #Conflicts:    1216000 | #Constraints:      33021
1013.90/1021.60	c #Conflicts:    1217000 | #Constraints:      34021
1013.90/1021.60	c #Conflicts:    1218000 | #Constraints:      35021
1013.90/1021.60	c #Conflicts:    1219000 | #Constraints:      36021
1013.90/1021.60	c #Conflicts:    1220000 | #Constraints:      37021
1013.90/1021.60	c #Conflicts:    1221000 | #Constraints:      38021
1013.90/1021.60	c #Conflicts:    1222000 | #Constraints:      39021
1013.90/1021.60	c #Conflicts:    1223000 | #Constraints:      40021
1013.90/1021.60	c #Conflicts:    1224000 | #Constraints:      41021
1013.90/1021.60	c #Conflicts:    1225000 | #Constraints:      42021
1013.90/1021.60	c #Conflicts:    1226000 | #Constraints:      43021
1013.90/1021.60	c #Conflicts:    1227000 | #Constraints:      44021
1013.90/1021.60	c #Conflicts:    1228000 | #Constraints:      45021
1013.90/1021.60	c #Conflicts:    1229000 | #Constraints:      46021
1013.90/1021.60	c #Conflicts:    1230000 | #Constraints:      47021
1013.90/1021.60	c #Conflicts:    1231000 | #Constraints:      48021
1013.90/1021.60	c #Conflicts:    1232000 | #Constraints:      49021
1013.90/1021.60	c #Conflicts:    1233000 | #Constraints:      50021
1013.90/1021.60	c #Conflicts:    1234000 | #Constraints:      51021
1013.90/1021.60	c INPROCESSING
1013.90/1021.60	c GARBAGE COLLECT
1013.90/1021.60	c rational objective 1000
1037.93/1045.76	c #Conflicts:    1235000 | #Constraints:      29962
1037.93/1045.76	c #Conflicts:    1236000 | #Constraints:      30985
1037.93/1045.76	c #Conflicts:    1237000 | #Constraints:      31999
1037.93/1045.76	c #Conflicts:    1238000 | #Constraints:      33066
1037.93/1045.76	c #Conflicts:    1239000 | #Constraints:      34114
1037.93/1045.76	c #Conflicts:    1240000 | #Constraints:      35152
1037.93/1045.76	c #Conflicts:    1241000 | #Constraints:      36188
1037.93/1045.76	c #Conflicts:    1242000 | #Constraints:      37231
1037.93/1045.76	c #Conflicts:    1243000 | #Constraints:      38261
1037.93/1045.76	c #Conflicts:    1244000 | #Constraints:      39287
1037.93/1045.76	c #Conflicts:    1245000 | #Constraints:      40315
1037.93/1045.76	c #Conflicts:    1246000 | #Constraints:      41346
1037.93/1045.76	c #Conflicts:    1247000 | #Constraints:      42371
1037.93/1045.76	c #Conflicts:    1248000 | #Constraints:      43393
1037.93/1045.76	c #Conflicts:    1249000 | #Constraints:      44416
1037.93/1045.76	c #Conflicts:    1250000 | #Constraints:      45441
1037.93/1045.76	c #Conflicts:    1251000 | #Constraints:      46469
1037.93/1045.76	c #Conflicts:    1252000 | #Constraints:      47494
1037.93/1045.76	c #Conflicts:    1253000 | #Constraints:      48525
1037.93/1045.76	c #Conflicts:    1254000 | #Constraints:      49551
1037.93/1045.76	c #Conflicts:    1255000 | #Constraints:      50586
1037.93/1045.76	c #Conflicts:    1256000 | #Constraints:      51601
1037.93/1045.76	c INPROCESSING
1037.93/1045.76	c GARBAGE COLLECT
1037.93/1045.76	c rational objective 1000
1058.70/1066.65	c #Conflicts:    1257000 | #Constraints:      29953
1058.70/1066.65	c #Conflicts:    1258000 | #Constraints:      30953
1058.70/1066.65	c #Conflicts:    1259000 | #Constraints:      31953
1058.70/1066.65	c #Conflicts:    1260000 | #Constraints:      32953
1058.70/1066.65	c #Conflicts:    1261000 | #Constraints:      33953
1058.70/1066.65	c #Conflicts:    1262000 | #Constraints:      34953
1058.70/1066.65	c #Conflicts:    1263000 | #Constraints:      35953
1058.70/1066.65	c #Conflicts:    1264000 | #Constraints:      36953
1058.70/1066.65	c #Conflicts:    1265000 | #Constraints:      37953
1058.70/1066.65	c #Conflicts:    1266000 | #Constraints:      38953
1058.70/1066.65	c #Conflicts:    1267000 | #Constraints:      39953
1058.70/1066.65	c #Conflicts:    1268000 | #Constraints:      40953
1058.70/1066.65	c #Conflicts:    1269000 | #Constraints:      41953
1058.70/1066.65	c #Conflicts:    1270000 | #Constraints:      42953
1058.70/1066.65	c #Conflicts:    1271000 | #Constraints:      43953
1058.70/1066.65	c #Conflicts:    1272000 | #Constraints:      44953
1058.70/1066.65	c #Conflicts:    1273000 | #Constraints:      45953
1058.70/1066.65	c #Conflicts:    1274000 | #Constraints:      46953
1058.70/1066.65	c #Conflicts:    1275000 | #Constraints:      47953
1058.70/1066.65	c #Conflicts:    1276000 | #Constraints:      48954
1058.70/1066.65	c #Conflicts:    1277000 | #Constraints:      49955
1058.70/1066.65	c #Conflicts:    1278000 | #Constraints:      50956
1058.70/1066.65	c #Conflicts:    1279000 | #Constraints:      51957
1058.70/1066.65	c INPROCESSING
1058.70/1066.65	c GARBAGE COLLECT
1058.70/1066.65	c rational objective 1000
1080.19/1088.28	c #Conflicts:    1280000 | #Constraints:      30315
1080.19/1088.28	c #Conflicts:    1281000 | #Constraints:      31315
1080.19/1088.28	c #Conflicts:    1282000 | #Constraints:      32315
1080.19/1088.28	c #Conflicts:    1283000 | #Constraints:      33315
1080.19/1088.28	c #Conflicts:    1284000 | #Constraints:      34315
1080.19/1088.28	c #Conflicts:    1285000 | #Constraints:      35315
1080.19/1088.28	c #Conflicts:    1286000 | #Constraints:      36315
1080.19/1088.28	c #Conflicts:    1287000 | #Constraints:      37315
1080.19/1088.28	c #Conflicts:    1288000 | #Constraints:      38316
1080.19/1088.28	c #Conflicts:    1289000 | #Constraints:      39552
1080.19/1088.28	c #Conflicts:    1290000 | #Constraints:      40557
1080.19/1088.28	c #Conflicts:    1291000 | #Constraints:      41558
1080.19/1088.28	c #Conflicts:    1292000 | #Constraints:      42559
1080.19/1088.28	c #Conflicts:    1293000 | #Constraints:      43560
1080.19/1088.28	c #Conflicts:    1294000 | #Constraints:      44797
1080.19/1088.28	c #Conflicts:    1295000 | #Constraints:      45920
1080.19/1088.28	c #Conflicts:    1296000 | #Constraints:      46921
1080.19/1088.28	c #Conflicts:    1297000 | #Constraints:      48130
1080.19/1088.28	c #Conflicts:    1298000 | #Constraints:      49152
1080.19/1088.28	c #Conflicts:    1299000 | #Constraints:      50152
1080.19/1088.28	c #Conflicts:    1300000 | #Constraints:      51153
1080.19/1088.28	c #Conflicts:    1301000 | #Constraints:      52153
1080.19/1088.28	c #Conflicts:    1302000 | #Constraints:      53155
1080.19/1088.28	c INPROCESSING
1080.19/1088.28	c GARBAGE COLLECT
1080.19/1088.28	c rational objective 1000
1105.43/1113.62	c #Conflicts:    1303000 | #Constraints:      31125
1105.43/1113.62	c #Conflicts:    1304000 | #Constraints:      32126
1105.43/1113.62	c #Conflicts:    1305000 | #Constraints:      33143
1105.43/1113.62	c #Conflicts:    1306000 | #Constraints:      34175
1105.43/1113.62	c #Conflicts:    1307000 | #Constraints:      35218
1105.43/1113.62	c #Conflicts:    1308000 | #Constraints:      36277
1105.43/1113.62	c #Conflicts:    1309000 | #Constraints:      37319
1105.43/1113.62	c #Conflicts:    1310000 | #Constraints:      38361
1105.43/1113.62	c #Conflicts:    1311000 | #Constraints:      39400
1105.43/1113.62	c #Conflicts:    1312000 | #Constraints:      40439
1105.43/1113.62	c #Conflicts:    1313000 | #Constraints:      41475
1105.43/1113.62	c #Conflicts:    1314000 | #Constraints:      42517
1105.43/1113.62	c #Conflicts:    1315000 | #Constraints:      43575
1105.43/1113.62	c #Conflicts:    1316000 | #Constraints:      44620
1105.43/1113.62	c #Conflicts:    1317000 | #Constraints:      45655
1105.43/1113.62	c #Conflicts:    1318000 | #Constraints:      46686
1105.43/1113.62	c #Conflicts:    1319000 | #Constraints:      47727
1105.43/1113.62	c #Conflicts:    1320000 | #Constraints:      48766
1105.43/1113.62	c #Conflicts:    1321000 | #Constraints:      49798
1105.43/1113.62	c #Conflicts:    1322000 | #Constraints:      50822
1105.43/1113.62	c #Conflicts:    1323000 | #Constraints:      51848
1105.43/1113.62	c #Conflicts:    1324000 | #Constraints:      52884
1105.43/1113.62	c #Conflicts:    1325000 | #Constraints:      53910
1105.43/1113.62	c INPROCESSING
1105.43/1113.62	c GARBAGE COLLECT
1105.43/1113.62	c rational objective 1000
1127.77/1136.02	c #Conflicts:    1326000 | #Constraints:      31376
1127.77/1136.02	c #Conflicts:    1327000 | #Constraints:      32376
1127.77/1136.02	c #Conflicts:    1328000 | #Constraints:      33376
1127.77/1136.02	c #Conflicts:    1329000 | #Constraints:      34376
1127.77/1136.02	c #Conflicts:    1330000 | #Constraints:      35376
1127.77/1136.02	c #Conflicts:    1331000 | #Constraints:      36376
1127.77/1136.02	c #Conflicts:    1332000 | #Constraints:      37376
1127.77/1136.02	c #Conflicts:    1333000 | #Constraints:      38376
1127.77/1136.02	c #Conflicts:    1334000 | #Constraints:      39376
1127.77/1136.02	c #Conflicts:    1335000 | #Constraints:      40376
1127.77/1136.02	c #Conflicts:    1336000 | #Constraints:      41376
1127.77/1136.02	c #Conflicts:    1337000 | #Constraints:      42376
1127.77/1136.02	c #Conflicts:    1338000 | #Constraints:      43376
1127.77/1136.02	c #Conflicts:    1339000 | #Constraints:      44376
1127.77/1136.02	c #Conflicts:    1340000 | #Constraints:      45376
1127.77/1136.02	c #Conflicts:    1341000 | #Constraints:      46376
1127.77/1136.02	c #Conflicts:    1342000 | #Constraints:      47376
1127.77/1136.02	c #Conflicts:    1343000 | #Constraints:      48377
1127.77/1136.02	c #Conflicts:    1344000 | #Constraints:      49377
1127.77/1136.02	c #Conflicts:    1345000 | #Constraints:      50377
1127.77/1136.02	c #Conflicts:    1346000 | #Constraints:      51378
1127.77/1136.02	c #Conflicts:    1347000 | #Constraints:      52379
1127.77/1136.02	c #Conflicts:    1348000 | #Constraints:      53379
1127.77/1136.02	c INPROCESSING
1127.77/1136.02	c GARBAGE COLLECT
1127.77/1136.02	c rational objective 1000
1149.76/1158.14	c #Conflicts:    1349000 | #Constraints:      31135
1149.76/1158.14	c #Conflicts:    1350000 | #Constraints:      32135
1149.76/1158.14	c #Conflicts:    1351000 | #Constraints:      33135
1149.76/1158.14	c #Conflicts:    1352000 | #Constraints:      34135
1149.76/1158.14	c #Conflicts:    1353000 | #Constraints:      35135
1149.76/1158.14	c #Conflicts:    1354000 | #Constraints:      36135
1149.76/1158.14	c #Conflicts:    1355000 | #Constraints:      37135
1149.76/1158.14	c #Conflicts:    1356000 | #Constraints:      38135
1149.76/1158.14	c #Conflicts:    1357000 | #Constraints:      39135
1149.76/1158.14	c #Conflicts:    1358000 | #Constraints:      40135
1149.76/1158.14	c #Conflicts:    1359000 | #Constraints:      41135
1149.76/1158.14	c #Conflicts:    1360000 | #Constraints:      42135
1149.76/1158.14	c #Conflicts:    1361000 | #Constraints:      43135
1149.76/1158.14	c #Conflicts:    1362000 | #Constraints:      44135
1149.76/1158.14	c #Conflicts:    1363000 | #Constraints:      45135
1149.76/1158.14	c #Conflicts:    1364000 | #Constraints:      46135
1149.76/1158.14	c #Conflicts:    1365000 | #Constraints:      47135
1149.76/1158.14	c #Conflicts:    1366000 | #Constraints:      48135
1149.76/1158.14	c #Conflicts:    1367000 | #Constraints:      49135
1149.76/1158.14	c #Conflicts:    1368000 | #Constraints:      50135
1149.76/1158.14	c #Conflicts:    1369000 | #Constraints:      51135
1149.76/1158.14	c #Conflicts:    1370000 | #Constraints:      52135
1149.76/1158.14	c #Conflicts:    1371000 | #Constraints:      53135
1149.76/1158.14	c INPROCESSING
1149.76/1158.14	c GARBAGE COLLECT
1149.76/1158.14	c rational objective 1000
1172.63/1181.15	c #Conflicts:    1372000 | #Constraints:      30795
1172.63/1181.15	c #Conflicts:    1373000 | #Constraints:      31796
1172.63/1181.15	c #Conflicts:    1374000 | #Constraints:      32827
1172.63/1181.15	c #Conflicts:    1375000 | #Constraints:      33853
1172.63/1181.15	c #Conflicts:    1376000 | #Constraints:      34886
1172.63/1181.15	c #Conflicts:    1377000 | #Constraints:      35923
1172.63/1181.15	c #Conflicts:    1378000 | #Constraints:      36961
1172.63/1181.15	c #Conflicts:    1379000 | #Constraints:      38001
1172.63/1181.15	c #Conflicts:    1380000 | #Constraints:      39054
1172.63/1181.15	c #Conflicts:    1381000 | #Constraints:      40099
1172.63/1181.15	c #Conflicts:    1382000 | #Constraints:      41131
1172.63/1181.15	c #Conflicts:    1383000 | #Constraints:      42171
1172.63/1181.15	c #Conflicts:    1384000 | #Constraints:      43203
1172.63/1181.15	c #Conflicts:    1385000 | #Constraints:      44230
1172.63/1181.15	c #Conflicts:    1386000 | #Constraints:      45255
1172.63/1181.15	c #Conflicts:    1387000 | #Constraints:      46296
1172.63/1181.15	c #Conflicts:    1388000 | #Constraints:      47319
1172.63/1181.15	c #Conflicts:    1389000 | #Constraints:      48347
1172.63/1181.15	c #Conflicts:    1390000 | #Constraints:      49367
1172.63/1181.15	c #Conflicts:    1391000 | #Constraints:      50390
1172.63/1181.15	c #Conflicts:    1392000 | #Constraints:      51410
1172.63/1181.15	c #Conflicts:    1393000 | #Constraints:      52446
1172.63/1181.15	c #Conflicts:    1394000 | #Constraints:      53480
1172.63/1181.15	c #Conflicts:    1395000 | #Constraints:      54520
1172.63/1181.15	c INPROCESSING
1172.63/1181.15	c GARBAGE COLLECT
1172.63/1181.15	c rational objective 1000
1194.52/1203.12	c #Conflicts:    1396000 | #Constraints:      31600
1194.52/1203.12	c #Conflicts:    1397000 | #Constraints:      32600
1194.52/1203.12	c #Conflicts:    1398000 | #Constraints:      33600
1194.52/1203.12	c #Conflicts:    1399000 | #Constraints:      34600
1194.52/1203.12	c #Conflicts:    1400000 | #Constraints:      35600
1194.52/1203.12	c #Conflicts:    1401000 | #Constraints:      36600
1194.52/1203.12	c #Conflicts:    1402000 | #Constraints:      37600
1194.52/1203.12	c #Conflicts:    1403000 | #Constraints:      38600
1194.52/1203.12	c #Conflicts:    1404000 | #Constraints:      39600
1194.52/1203.12	c #Conflicts:    1405000 | #Constraints:      40600
1194.52/1203.12	c #Conflicts:    1406000 | #Constraints:      41600
1194.52/1203.12	c #Conflicts:    1407000 | #Constraints:      42600
1194.52/1203.12	c #Conflicts:    1408000 | #Constraints:      43600
1194.52/1203.12	c #Conflicts:    1409000 | #Constraints:      44600
1194.52/1203.12	c #Conflicts:    1410000 | #Constraints:      45600
1194.52/1203.12	c #Conflicts:    1411000 | #Constraints:      46600
1194.52/1203.12	c #Conflicts:    1412000 | #Constraints:      47601
1194.52/1203.12	c #Conflicts:    1413000 | #Constraints:      48601
1194.52/1203.12	c #Conflicts:    1414000 | #Constraints:      49601
1194.52/1203.12	c #Conflicts:    1415000 | #Constraints:      50601
1194.52/1203.12	c #Conflicts:    1416000 | #Constraints:      51601
1194.52/1203.12	c #Conflicts:    1417000 | #Constraints:      52601
1194.52/1203.12	c #Conflicts:    1418000 | #Constraints:      53601
1194.52/1203.12	c #Conflicts:    1419000 | #Constraints:      54601
1194.52/1203.12	c INPROCESSING
1194.52/1203.12	c GARBAGE COLLECT
1194.52/1203.12	c rational objective 1000
1218.35/1227.04	c #Conflicts:    1420000 | #Constraints:      31887
1218.35/1227.04	c #Conflicts:    1421000 | #Constraints:      32970
1218.35/1227.04	c #Conflicts:    1422000 | #Constraints:      34032
1218.35/1227.04	c #Conflicts:    1423000 | #Constraints:      35095
1218.35/1227.04	c #Conflicts:    1424000 | #Constraints:      36149
1218.35/1227.04	c #Conflicts:    1425000 | #Constraints:      37188
1218.35/1227.04	c #Conflicts:    1426000 | #Constraints:      38249
1218.35/1227.04	c #Conflicts:    1427000 | #Constraints:      39305
1218.35/1227.04	c #Conflicts:    1428000 | #Constraints:      40364
1218.35/1227.04	c #Conflicts:    1429000 | #Constraints:      41410
1218.35/1227.04	c #Conflicts:    1430000 | #Constraints:      42461
1218.35/1227.04	c #Conflicts:    1431000 | #Constraints:      43510
1218.35/1227.04	c #Conflicts:    1432000 | #Constraints:      44542
1218.35/1227.04	c #Conflicts:    1433000 | #Constraints:      45570
1218.35/1227.04	c #Conflicts:    1434000 | #Constraints:      46602
1218.35/1227.04	c #Conflicts:    1435000 | #Constraints:      47643
1218.35/1227.04	c #Conflicts:    1436000 | #Constraints:      48675
1218.35/1227.04	c #Conflicts:    1437000 | #Constraints:      49716
1218.35/1227.04	c #Conflicts:    1438000 | #Constraints:      50749
1218.35/1227.04	c #Conflicts:    1439000 | #Constraints:      51782
1218.35/1227.04	c #Conflicts:    1440000 | #Constraints:      52806
1218.35/1227.04	c #Conflicts:    1441000 | #Constraints:      53828
1218.35/1227.04	c #Conflicts:    1442000 | #Constraints:      54848
1218.35/1227.04	c #Conflicts:    1443000 | #Constraints:      55875
1218.35/1227.04	c INPROCESSING
1218.35/1227.04	c GARBAGE COLLECT
1218.35/1227.04	c rational objective 1000
1240.59/1249.48	c #Conflicts:    1444000 | #Constraints:      32369
1240.59/1249.48	c #Conflicts:    1445000 | #Constraints:      33369
1240.59/1249.48	c #Conflicts:    1446000 | #Constraints:      34369
1240.59/1249.48	c #Conflicts:    1447000 | #Constraints:      35369
1240.59/1249.48	c #Conflicts:    1448000 | #Constraints:      36369
1240.59/1249.48	c #Conflicts:    1449000 | #Constraints:      37369
1240.59/1249.48	c #Conflicts:    1450000 | #Constraints:      38369
1240.59/1249.48	c #Conflicts:    1451000 | #Constraints:      39369
1240.59/1249.48	c #Conflicts:    1452000 | #Constraints:      40369
1240.59/1249.48	c #Conflicts:    1453000 | #Constraints:      41369
1240.59/1249.48	c #Conflicts:    1454000 | #Constraints:      42369
1240.59/1249.48	c #Conflicts:    1455000 | #Constraints:      43369
1240.59/1249.48	c #Conflicts:    1456000 | #Constraints:      44369
1240.59/1249.48	c #Conflicts:    1457000 | #Constraints:      45369
1240.59/1249.48	c #Conflicts:    1458000 | #Constraints:      46369
1240.59/1249.48	c #Conflicts:    1459000 | #Constraints:      47369
1240.59/1249.48	c #Conflicts:    1460000 | #Constraints:      48369
1240.59/1249.48	c #Conflicts:    1461000 | #Constraints:      49369
1240.59/1249.48	c #Conflicts:    1462000 | #Constraints:      50369
1240.59/1249.48	c #Conflicts:    1463000 | #Constraints:      51369
1240.59/1249.48	c #Conflicts:    1464000 | #Constraints:      52369
1240.59/1249.48	c #Conflicts:    1465000 | #Constraints:      53369
1240.59/1249.48	c #Conflicts:    1466000 | #Constraints:      54369
1240.59/1249.48	c #Conflicts:    1467000 | #Constraints:      55369
1240.59/1249.48	c INPROCESSING
1240.59/1249.48	c GARBAGE COLLECT
1240.59/1249.48	c rational objective 1000
1262.18/1271.18	c #Conflicts:    1468000 | #Constraints:      32112
1262.18/1271.18	c #Conflicts:    1469000 | #Constraints:      33112
1262.18/1271.18	c #Conflicts:    1470000 | #Constraints:      34112
1262.18/1271.18	c #Conflicts:    1471000 | #Constraints:      35112
1262.18/1271.18	c #Conflicts:    1472000 | #Constraints:      36112
1262.18/1271.18	c #Conflicts:    1473000 | #Constraints:      37112
1262.18/1271.18	c #Conflicts:    1474000 | #Constraints:      38112
1262.18/1271.18	c #Conflicts:    1475000 | #Constraints:      39112
1262.18/1271.18	c #Conflicts:    1476000 | #Constraints:      40112
1262.18/1271.18	c #Conflicts:    1477000 | #Constraints:      41112
1262.18/1271.18	c #Conflicts:    1478000 | #Constraints:      42112
1262.18/1271.18	c #Conflicts:    1479000 | #Constraints:      43112
1262.18/1271.18	c #Conflicts:    1480000 | #Constraints:      44112
1262.18/1271.18	c #Conflicts:    1481000 | #Constraints:      45113
1262.18/1271.18	c #Conflicts:    1482000 | #Constraints:      46113
1262.18/1271.18	c #Conflicts:    1483000 | #Constraints:      47114
1262.18/1271.18	c #Conflicts:    1484000 | #Constraints:      48115
1262.18/1271.18	c #Conflicts:    1485000 | #Constraints:      49116
1262.18/1271.18	c #Conflicts:    1486000 | #Constraints:      50117
1262.18/1271.18	c #Conflicts:    1487000 | #Constraints:      51119
1262.18/1271.18	c #Conflicts:    1488000 | #Constraints:      52120
1262.18/1271.18	c #Conflicts:    1489000 | #Constraints:      53121
1262.18/1271.18	c #Conflicts:    1490000 | #Constraints:      54122
1262.18/1271.18	c #Conflicts:    1491000 | #Constraints:      55122
1262.18/1271.18	c INPROCESSING
1262.18/1271.18	c GARBAGE COLLECT
1262.18/1271.18	c rational objective 1000
1290.62/1299.76	c #Conflicts:    1492000 | #Constraints:      31827
1290.62/1299.76	c #Conflicts:    1493000 | #Constraints:      32885
1290.62/1299.76	c #Conflicts:    1494000 | #Constraints:      33938
1290.62/1299.76	c #Conflicts:    1495000 | #Constraints:      34990
1290.62/1299.76	c #Conflicts:    1496000 | #Constraints:      36032
1290.62/1299.76	c #Conflicts:    1497000 | #Constraints:      37065
1290.62/1299.76	c #Conflicts:    1498000 | #Constraints:      38110
1290.62/1299.76	c #Conflicts:    1499000 | #Constraints:      39139
1290.62/1299.76	c #Conflicts:    1500000 | #Constraints:      40169
1290.62/1299.76	c #Conflicts:    1501000 | #Constraints:      41210
1290.62/1299.76	c #Conflicts:    1502000 | #Constraints:      42234
1290.62/1299.76	c #Conflicts:    1503000 | #Constraints:      43277
1290.62/1299.76	c #Conflicts:    1504000 | #Constraints:      44318
1290.62/1299.76	c #Conflicts:    1505000 | #Constraints:      45356
1290.62/1299.76	c #Conflicts:    1506000 | #Constraints:      46380
1290.62/1299.76	c #Conflicts:    1507000 | #Constraints:      47401
1290.62/1299.76	c #Conflicts:    1508000 | #Constraints:      48428
1290.62/1299.76	c #Conflicts:    1509000 | #Constraints:      49464
1290.62/1299.76	c #Conflicts:    1510000 | #Constraints:      50496
1290.62/1299.76	c #Conflicts:    1511000 | #Constraints:      51528
1290.62/1299.76	c #Conflicts:    1512000 | #Constraints:      52553
1290.62/1299.76	c #Conflicts:    1513000 | #Constraints:      53572
1290.62/1299.76	c #Conflicts:    1514000 | #Constraints:      54587
1290.62/1299.76	c #Conflicts:    1515000 | #Constraints:      55605
1290.62/1299.76	c #Conflicts:    1516000 | #Constraints:      56620
1290.62/1299.76	c INPROCESSING
1290.62/1299.76	c GARBAGE COLLECT
1290.62/1299.76	c rational objective 1000
1314.41/1323.63	c #Conflicts:    1517000 | #Constraints:      32656
1314.41/1323.63	c #Conflicts:    1518000 | #Constraints:      33656
1314.41/1323.63	c #Conflicts:    1519000 | #Constraints:      34656
1314.41/1323.63	c #Conflicts:    1520000 | #Constraints:      35656
1314.41/1323.63	c #Conflicts:    1521000 | #Constraints:      36656
1314.41/1323.63	c #Conflicts:    1522000 | #Constraints:      37656
1314.41/1323.63	c #Conflicts:    1523000 | #Constraints:      38656
1314.41/1323.63	c #Conflicts:    1524000 | #Constraints:      39656
1314.41/1323.63	c #Conflicts:    1525000 | #Constraints:      40656
1314.41/1323.63	c #Conflicts:    1526000 | #Constraints:      41656
1314.41/1323.63	c #Conflicts:    1527000 | #Constraints:      42656
1314.41/1323.63	c #Conflicts:    1528000 | #Constraints:      43656
1314.41/1323.63	c #Conflicts:    1529000 | #Constraints:      44656
1314.41/1323.63	c #Conflicts:    1530000 | #Constraints:      45656
1314.41/1323.63	c #Conflicts:    1531000 | #Constraints:      46656
1314.41/1323.63	c #Conflicts:    1532000 | #Constraints:      47656
1314.41/1323.63	c #Conflicts:    1533000 | #Constraints:      48656
1314.41/1323.63	c #Conflicts:    1534000 | #Constraints:      49656
1314.41/1323.63	c #Conflicts:    1535000 | #Constraints:      50656
1314.41/1323.63	c #Conflicts:    1536000 | #Constraints:      51656
1314.41/1323.63	c #Conflicts:    1537000 | #Constraints:      52656
1314.41/1323.63	c #Conflicts:    1538000 | #Constraints:      53656
1314.41/1323.63	c #Conflicts:    1539000 | #Constraints:      54656
1314.41/1323.63	c #Conflicts:    1540000 | #Constraints:      55656
1314.41/1323.63	c #Conflicts:    1541000 | #Constraints:      56656
1314.41/1323.63	c INPROCESSING
1314.41/1323.63	c GARBAGE COLLECT
1314.41/1323.63	c rational objective 1000
1337.04/1346.37	c #Conflicts:    1542000 | #Constraints:      32847
1337.04/1346.37	c #Conflicts:    1543000 | #Constraints:      33847
1337.04/1346.37	c #Conflicts:    1544000 | #Constraints:      34847
1337.04/1346.37	c #Conflicts:    1545000 | #Constraints:      35847
1337.04/1346.37	c #Conflicts:    1546000 | #Constraints:      36847
1337.04/1346.37	c #Conflicts:    1547000 | #Constraints:      37847
1337.04/1346.37	c #Conflicts:    1548000 | #Constraints:      38847
1337.04/1346.37	c #Conflicts:    1549000 | #Constraints:      39847
1337.04/1346.37	c #Conflicts:    1550000 | #Constraints:      40847
1337.04/1346.37	c #Conflicts:    1551000 | #Constraints:      41847
1337.04/1346.37	c #Conflicts:    1552000 | #Constraints:      42847
1337.04/1346.37	c #Conflicts:    1553000 | #Constraints:      43847
1337.04/1346.37	c #Conflicts:    1554000 | #Constraints:      44847
1337.04/1346.37	c #Conflicts:    1555000 | #Constraints:      45847
1337.04/1346.37	c #Conflicts:    1556000 | #Constraints:      46847
1337.04/1346.37	c #Conflicts:    1557000 | #Constraints:      47847
1337.04/1346.37	c #Conflicts:    1558000 | #Constraints:      48847
1337.04/1346.37	c #Conflicts:    1559000 | #Constraints:      49847
1337.04/1346.37	c #Conflicts:    1560000 | #Constraints:      50847
1337.04/1346.37	c #Conflicts:    1561000 | #Constraints:      51847
1337.04/1346.37	c #Conflicts:    1562000 | #Constraints:      52847
1337.04/1346.37	c #Conflicts:    1563000 | #Constraints:      53847
1337.04/1346.37	c #Conflicts:    1564000 | #Constraints:      54847
1337.04/1346.37	c #Conflicts:    1565000 | #Constraints:      55847
1337.04/1346.37	c #Conflicts:    1566000 | #Constraints:      56847
1337.04/1346.37	c INPROCESSING
1337.04/1346.37	c GARBAGE COLLECT
1337.04/1346.37	c rational objective 1000
1360.90/1370.51	c #Conflicts:    1567000 | #Constraints:      33003
1360.90/1370.51	c #Conflicts:    1568000 | #Constraints:      34044
1360.90/1370.51	c #Conflicts:    1569000 | #Constraints:      35084
1360.90/1370.51	c #Conflicts:    1570000 | #Constraints:      36116
1360.90/1370.51	c #Conflicts:    1571000 | #Constraints:      37162
1360.90/1370.51	c #Conflicts:    1572000 | #Constraints:      38208
1360.90/1370.51	c #Conflicts:    1573000 | #Constraints:      39235
1360.90/1370.51	c #Conflicts:    1574000 | #Constraints:      40263
1360.90/1370.51	c #Conflicts:    1575000 | #Constraints:      41284
1360.90/1370.51	c #Conflicts:    1576000 | #Constraints:      42318
1360.90/1370.51	c #Conflicts:    1577000 | #Constraints:      43343
1360.90/1370.51	c #Conflicts:    1578000 | #Constraints:      44363
1360.90/1370.51	c #Conflicts:    1579000 | #Constraints:      45393
1360.90/1370.51	c #Conflicts:    1580000 | #Constraints:      46425
1360.90/1370.51	c #Conflicts:    1581000 | #Constraints:      47455
1360.90/1370.51	c #Conflicts:    1582000 | #Constraints:      48491
1360.90/1370.51	c #Conflicts:    1583000 | #Constraints:      49529
1360.90/1370.51	c #Conflicts:    1584000 | #Constraints:      50558
1360.90/1370.51	c #Conflicts:    1585000 | #Constraints:      51583
1360.90/1370.51	c #Conflicts:    1586000 | #Constraints:      52621
1360.90/1370.51	c #Conflicts:    1587000 | #Constraints:      53658
1360.90/1370.51	c #Conflicts:    1588000 | #Constraints:      54681
1360.90/1370.51	c #Conflicts:    1589000 | #Constraints:      55701
1360.90/1370.51	c #Conflicts:    1590000 | #Constraints:      56726
1360.90/1370.51	c #Conflicts:    1591000 | #Constraints:      57751
1360.90/1370.51	c INPROCESSING
1360.90/1370.51	c GARBAGE COLLECT
1360.90/1370.51	c rational objective 1000
1384.28/1394.04	c #Conflicts:    1592000 | #Constraints:      33244
1384.28/1394.04	c #Conflicts:    1593000 | #Constraints:      34244
1384.28/1394.04	c #Conflicts:    1594000 | #Constraints:      35244
1384.28/1394.04	c #Conflicts:    1595000 | #Constraints:      36244
1384.28/1394.04	c #Conflicts:    1596000 | #Constraints:      37244
1384.28/1394.04	c #Conflicts:    1597000 | #Constraints:      38244
1384.28/1394.04	c #Conflicts:    1598000 | #Constraints:      39244
1384.28/1394.04	c #Conflicts:    1599000 | #Constraints:      40244
1384.28/1394.04	c #Conflicts:    1600000 | #Constraints:      41244
1384.28/1394.04	c #Conflicts:    1601000 | #Constraints:      42244
1384.28/1394.04	c #Conflicts:    1602000 | #Constraints:      43244
1384.28/1394.04	c #Conflicts:    1603000 | #Constraints:      44244
1384.28/1394.04	c #Conflicts:    1604000 | #Constraints:      45244
1384.28/1394.04	c #Conflicts:    1605000 | #Constraints:      46244
1384.28/1394.04	c #Conflicts:    1606000 | #Constraints:      47244
1384.28/1394.04	c #Conflicts:    1607000 | #Constraints:      48244
1384.28/1394.04	c #Conflicts:    1608000 | #Constraints:      49244
1384.28/1394.04	c #Conflicts:    1609000 | #Constraints:      50244
1384.28/1394.04	c #Conflicts:    1610000 | #Constraints:      51244
1384.28/1394.04	c #Conflicts:    1611000 | #Constraints:      52244
1384.28/1394.04	c #Conflicts:    1612000 | #Constraints:      53244
1384.28/1394.04	c #Conflicts:    1613000 | #Constraints:      54244
1384.28/1394.04	c #Conflicts:    1614000 | #Constraints:      55244
1384.28/1394.04	c #Conflicts:    1615000 | #Constraints:      56244
1384.28/1394.04	c #Conflicts:    1616000 | #Constraints:      57244
1384.28/1394.04	c INPROCESSING
1384.28/1394.04	c GARBAGE COLLECT
1384.28/1394.04	c rational objective 1000
1407.56/1417.49	c #Conflicts:    1617000 | #Constraints:      32834
1407.56/1417.49	c #Conflicts:    1618000 | #Constraints:      33834
1407.56/1417.49	c #Conflicts:    1619000 | #Constraints:      34834
1407.56/1417.49	c #Conflicts:    1620000 | #Constraints:      35834
1407.56/1417.49	c #Conflicts:    1621000 | #Constraints:      36835
1407.56/1417.49	c #Conflicts:    1622000 | #Constraints:      37835
1407.56/1417.49	c #Conflicts:    1623000 | #Constraints:      38835
1407.56/1417.49	c #Conflicts:    1624000 | #Constraints:      39835
1407.56/1417.49	c #Conflicts:    1625000 | #Constraints:      40836
1407.56/1417.49	c #Conflicts:    1626000 | #Constraints:      41837
1407.56/1417.49	c #Conflicts:    1627000 | #Constraints:      42837
1407.56/1417.49	c #Conflicts:    1628000 | #Constraints:      43837
1407.56/1417.49	c #Conflicts:    1629000 | #Constraints:      44837
1407.56/1417.49	c #Conflicts:    1630000 | #Constraints:      45838
1407.56/1417.49	c #Conflicts:    1631000 | #Constraints:      46838
1407.56/1417.49	c #Conflicts:    1632000 | #Constraints:      47838
1407.56/1417.49	c #Conflicts:    1633000 | #Constraints:      48839
1407.56/1417.49	c #Conflicts:    1634000 | #Constraints:      49840
1407.56/1417.49	c #Conflicts:    1635000 | #Constraints:      50841
1407.56/1417.49	c #Conflicts:    1636000 | #Constraints:      51842
1407.56/1417.49	c #Conflicts:    1637000 | #Constraints:      52842
1407.56/1417.49	c #Conflicts:    1638000 | #Constraints:      53842
1407.56/1417.49	c #Conflicts:    1639000 | #Constraints:      54842
1407.56/1417.49	c #Conflicts:    1640000 | #Constraints:      55842
1407.56/1417.49	c #Conflicts:    1641000 | #Constraints:      56842
1407.56/1417.49	c #Conflicts:    1642000 | #Constraints:      57842
1407.56/1417.49	c INPROCESSING
1407.56/1417.49	c GARBAGE COLLECT
1407.56/1417.49	c rational objective 1000
1431.29/1441.28	c #Conflicts:    1643000 | #Constraints:      33394
1431.29/1441.28	c #Conflicts:    1644000 | #Constraints:      34405
1431.29/1441.28	c #Conflicts:    1645000 | #Constraints:      35428
1431.29/1441.28	c #Conflicts:    1646000 | #Constraints:      36450
1431.29/1441.28	c #Conflicts:    1647000 | #Constraints:      37487
1431.29/1441.28	c #Conflicts:    1648000 | #Constraints:      38549
1431.29/1441.28	c #Conflicts:    1649000 | #Constraints:      39598
1431.29/1441.28	c #Conflicts:    1650000 | #Constraints:      40644
1431.29/1441.28	c #Conflicts:    1651000 | #Constraints:      41681
1431.29/1441.28	c #Conflicts:    1652000 | #Constraints:      42709
1431.29/1441.28	c #Conflicts:    1653000 | #Constraints:      43747
1431.29/1441.28	c #Conflicts:    1654000 | #Constraints:      44789
1431.29/1441.28	c #Conflicts:    1655000 | #Constraints:      45821
1431.29/1441.28	c #Conflicts:    1656000 | #Constraints:      46861
1431.29/1441.28	c #Conflicts:    1657000 | #Constraints:      47885
1431.29/1441.28	c #Conflicts:    1658000 | #Constraints:      48920
1431.29/1441.28	c #Conflicts:    1659000 | #Constraints:      49948
1431.29/1441.28	c #Conflicts:    1660000 | #Constraints:      50979
1431.29/1441.28	c #Conflicts:    1661000 | #Constraints:      52030
1431.29/1441.28	c #Conflicts:    1662000 | #Constraints:      53075
1431.29/1441.28	c #Conflicts:    1663000 | #Constraints:      54101
1431.29/1441.28	c #Conflicts:    1664000 | #Constraints:      55134
1431.29/1441.28	c #Conflicts:    1665000 | #Constraints:      56162
1431.29/1441.28	c #Conflicts:    1666000 | #Constraints:      57192
1431.29/1441.28	c #Conflicts:    1667000 | #Constraints:      58219
1431.29/1441.28	c #Conflicts:    1668000 | #Constraints:      59245
1431.29/1441.28	c INPROCESSING
1431.29/1441.28	c GARBAGE COLLECT
1431.29/1441.28	c rational objective 1000
1457.30/1467.42	c #Conflicts:    1669000 | #Constraints:      34045
1457.30/1467.42	c #Conflicts:    1670000 | #Constraints:      35045
1457.30/1467.42	c #Conflicts:    1671000 | #Constraints:      36045
1457.30/1467.42	c #Conflicts:    1672000 | #Constraints:      37045
1457.30/1467.42	c #Conflicts:    1673000 | #Constraints:      38045
1457.30/1467.42	c #Conflicts:    1674000 | #Constraints:      39045
1457.30/1467.42	c #Conflicts:    1675000 | #Constraints:      40045
1457.30/1467.42	c #Conflicts:    1676000 | #Constraints:      41045
1457.30/1467.42	c #Conflicts:    1677000 | #Constraints:      42045
1457.30/1467.42	c #Conflicts:    1678000 | #Constraints:      43046
1457.30/1467.42	c #Conflicts:    1679000 | #Constraints:      44046
1457.30/1467.42	c #Conflicts:    1680000 | #Constraints:      45046
1457.30/1467.42	c #Conflicts:    1681000 | #Constraints:      46047
1457.30/1467.42	c #Conflicts:    1682000 | #Constraints:      47047
1457.30/1467.42	c #Conflicts:    1683000 | #Constraints:      48048
1457.30/1467.42	c #Conflicts:    1684000 | #Constraints:      49048
1457.30/1467.42	c #Conflicts:    1685000 | #Constraints:      50048
1457.30/1467.42	c #Conflicts:    1686000 | #Constraints:      51049
1457.30/1467.42	c #Conflicts:    1687000 | #Constraints:      52049
1457.30/1467.42	c #Conflicts:    1688000 | #Constraints:      53049
1457.30/1467.42	c #Conflicts:    1689000 | #Constraints:      54050
1457.30/1467.42	c #Conflicts:    1690000 | #Constraints:      55050
1457.30/1467.42	c #Conflicts:    1691000 | #Constraints:      56050
1457.30/1467.42	c #Conflicts:    1692000 | #Constraints:      57050
1457.30/1467.42	c #Conflicts:    1693000 | #Constraints:      58050
1457.30/1467.42	c #Conflicts:    1694000 | #Constraints:      59052
1457.30/1467.42	c INPROCESSING
1457.30/1467.42	c GARBAGE COLLECT
1457.30/1467.42	c rational objective 1000
1486.56/1496.82	c #Conflicts:    1695000 | #Constraints:      34070
1486.56/1496.82	c #Conflicts:    1696000 | #Constraints:      35095
1486.56/1496.82	c #Conflicts:    1697000 | #Constraints:      36163
1486.56/1496.82	c #Conflicts:    1698000 | #Constraints:      37204
1486.56/1496.82	c #Conflicts:    1699000 | #Constraints:      38237
1486.56/1496.82	c #Conflicts:    1700000 | #Constraints:      39284
1486.56/1496.82	c #Conflicts:    1701000 | #Constraints:      40328
1486.56/1496.82	c #Conflicts:    1702000 | #Constraints:      41355
1486.56/1496.82	c #Conflicts:    1703000 | #Constraints:      42391
1486.56/1496.82	c #Conflicts:    1704000 | #Constraints:      43419
1486.56/1496.82	c #Conflicts:    1705000 | #Constraints:      44445
1486.56/1496.82	c #Conflicts:    1706000 | #Constraints:      45472
1486.56/1496.82	c #Conflicts:    1707000 | #Constraints:      46505
1486.56/1496.82	c #Conflicts:    1708000 | #Constraints:      47532
1486.56/1496.82	c #Conflicts:    1709000 | #Constraints:      48565
1486.56/1496.82	c #Conflicts:    1710000 | #Constraints:      49604
1486.56/1496.82	c #Conflicts:    1711000 | #Constraints:      50643
1486.56/1496.82	c #Conflicts:    1712000 | #Constraints:      51670
1486.56/1496.82	c #Conflicts:    1713000 | #Constraints:      52692
1486.56/1496.82	c #Conflicts:    1714000 | #Constraints:      53723
1486.56/1496.82	c #Conflicts:    1715000 | #Constraints:      54744
1486.56/1496.82	c #Conflicts:    1716000 | #Constraints:      55762
1486.56/1496.82	c #Conflicts:    1717000 | #Constraints:      56786
1486.56/1496.82	c #Conflicts:    1718000 | #Constraints:      57820
1486.56/1496.82	c #Conflicts:    1719000 | #Constraints:      58839
1486.56/1496.82	c #Conflicts:    1720000 | #Constraints:      59856
1486.56/1496.82	c INPROCESSING
1486.56/1496.82	c GARBAGE COLLECT
1486.56/1496.82	c rational objective 1000
1513.44/1523.85	c #Conflicts:    1721000 | #Constraints:      34293
1513.44/1523.85	c #Conflicts:    1722000 | #Constraints:      35293
1513.44/1523.85	c #Conflicts:    1723000 | #Constraints:      36293
1513.44/1523.85	c #Conflicts:    1724000 | #Constraints:      37293
1513.44/1523.85	c #Conflicts:    1725000 | #Constraints:      38293
1513.44/1523.85	c #Conflicts:    1726000 | #Constraints:      39293
1513.44/1523.85	c #Conflicts:    1727000 | #Constraints:      40293
1513.44/1523.85	c #Conflicts:    1728000 | #Constraints:      41293
1513.44/1523.85	c #Conflicts:    1729000 | #Constraints:      42293
1513.44/1523.85	c #Conflicts:    1730000 | #Constraints:      43293
1513.44/1523.85	c #Conflicts:    1731000 | #Constraints:      44293
1513.44/1523.85	c #Conflicts:    1732000 | #Constraints:      45293
1513.44/1523.85	c #Conflicts:    1733000 | #Constraints:      46293
1513.44/1523.85	c #Conflicts:    1734000 | #Constraints:      47293
1513.44/1523.85	c #Conflicts:    1735000 | #Constraints:      48293
1513.44/1523.85	c #Conflicts:    1736000 | #Constraints:      49293
1513.44/1523.85	c #Conflicts:    1737000 | #Constraints:      50293
1513.44/1523.85	c #Conflicts:    1738000 | #Constraints:      51293
1513.44/1523.85	c #Conflicts:    1739000 | #Constraints:      52293
1513.44/1523.85	c #Conflicts:    1740000 | #Constraints:      53293
1513.44/1523.85	c #Conflicts:    1741000 | #Constraints:      54293
1513.44/1523.85	c #Conflicts:    1742000 | #Constraints:      55293
1513.44/1523.85	c #Conflicts:    1743000 | #Constraints:      56293
1513.44/1523.85	c #Conflicts:    1744000 | #Constraints:      57293
1513.44/1523.85	c #Conflicts:    1745000 | #Constraints:      58293
1513.44/1523.85	c #Conflicts:    1746000 | #Constraints:      59293
1513.44/1523.85	c INPROCESSING
1513.44/1523.85	c GARBAGE COLLECT
1513.44/1523.85	c rational objective 1000
1539.85/1550.38	c #Conflicts:    1747000 | #Constraints:      33886
1539.85/1550.38	c #Conflicts:    1748000 | #Constraints:      34886
1539.85/1550.38	c #Conflicts:    1749000 | #Constraints:      35886
1539.85/1550.38	c #Conflicts:    1750000 | #Constraints:      36886
1539.85/1550.38	c #Conflicts:    1751000 | #Constraints:      37886
1539.85/1550.38	c #Conflicts:    1752000 | #Constraints:      38886
1539.85/1550.38	c #Conflicts:    1753000 | #Constraints:      39886
1539.85/1550.38	c #Conflicts:    1754000 | #Constraints:      40886
1539.85/1550.38	c #Conflicts:    1755000 | #Constraints:      41886
1539.85/1550.38	c #Conflicts:    1756000 | #Constraints:      42887
1539.85/1550.38	c #Conflicts:    1757000 | #Constraints:      43888
1539.85/1550.38	c #Conflicts:    1758000 | #Constraints:      44888
1539.85/1550.38	c #Conflicts:    1759000 | #Constraints:      45889
1539.85/1550.38	c #Conflicts:    1760000 | #Constraints:      46889
1539.85/1550.38	c #Conflicts:    1761000 | #Constraints:      47890
1539.85/1550.38	c #Conflicts:    1762000 | #Constraints:      48892
1539.85/1550.38	c #Conflicts:    1763000 | #Constraints:      49893
1539.85/1550.38	c #Conflicts:    1764000 | #Constraints:      50896
1539.85/1550.38	c #Conflicts:    1765000 | #Constraints:      51897
1539.85/1550.38	c #Conflicts:    1766000 | #Constraints:      52897
1539.85/1550.38	c #Conflicts:    1767000 | #Constraints:      53897
1539.85/1550.38	c #Conflicts:    1768000 | #Constraints:      54897
1539.85/1550.38	c #Conflicts:    1769000 | #Constraints:      55898
1539.85/1550.38	c #Conflicts:    1770000 | #Constraints:      56898
1539.85/1550.38	c #Conflicts:    1771000 | #Constraints:      57898
1539.85/1550.38	c #Conflicts:    1772000 | #Constraints:      58899
1539.85/1550.38	c #Conflicts:    1773000 | #Constraints:      59899
1539.85/1550.38	c INPROCESSING
1539.85/1550.38	c GARBAGE COLLECT
1539.85/1550.38	c rational objective 1000
1573.42/1584.08	c #Conflicts:    1774000 | #Constraints:      34413
1573.42/1584.08	c #Conflicts:    1775000 | #Constraints:      35414
1573.42/1584.08	c #Conflicts:    1776000 | #Constraints:      36449
1573.42/1584.08	c #Conflicts:    1777000 | #Constraints:      37508
1573.42/1584.08	c #Conflicts:    1778000 | #Constraints:      38560
1573.42/1584.08	c #Conflicts:    1779000 | #Constraints:      39608
1573.42/1584.08	c #Conflicts:    1780000 | #Constraints:      40653
1573.42/1584.08	c #Conflicts:    1781000 | #Constraints:      41686
1573.42/1584.08	c #Conflicts:    1782000 | #Constraints:      42722
1573.42/1584.08	c #Conflicts:    1783000 | #Constraints:      43762
1573.42/1584.08	c #Conflicts:    1784000 | #Constraints:      44786
1573.42/1584.08	c #Conflicts:    1785000 | #Constraints:      45812
1573.42/1584.08	c #Conflicts:    1786000 | #Constraints:      46840
1573.42/1584.08	c #Conflicts:    1787000 | #Constraints:      47865
1573.42/1584.08	c #Conflicts:    1788000 | #Constraints:      48887
1573.42/1584.08	c #Conflicts:    1789000 | #Constraints:      49913
1573.42/1584.08	c #Conflicts:    1790000 | #Constraints:      50967
1573.42/1584.08	c #Conflicts:    1791000 | #Constraints:      51992
1573.42/1584.08	c #Conflicts:    1792000 | #Constraints:      53015
1573.42/1584.08	c #Conflicts:    1793000 | #Constraints:      54061
1573.42/1584.08	c #Conflicts:    1794000 | #Constraints:      55084
1573.42/1584.08	c #Conflicts:    1795000 | #Constraints:      56110
1573.42/1584.08	c #Conflicts:    1796000 | #Constraints:      57134
1573.42/1584.08	c #Conflicts:    1797000 | #Constraints:      58155
1573.42/1584.08	c #Conflicts:    1798000 | #Constraints:      59173
1573.42/1584.08	c #Conflicts:    1799000 | #Constraints:      60188
1573.42/1584.08	c #Conflicts:    1800000 | #Constraints:      61207
1573.42/1584.08	c INPROCESSING
1573.42/1584.08	c GARBAGE COLLECT
1573.42/1584.08	c rational objective 1000
1602.58/1613.39	c #Conflicts:    1801000 | #Constraints:      35063
1602.58/1613.39	c #Conflicts:    1802000 | #Constraints:      36063
1602.58/1613.39	c #Conflicts:    1803000 | #Constraints:      37063
1602.58/1613.39	c #Conflicts:    1804000 | #Constraints:      38063
1602.58/1613.39	c #Conflicts:    1805000 | #Constraints:      39063
1602.58/1613.39	c #Conflicts:    1806000 | #Constraints:      40063
1602.58/1613.39	c #Conflicts:    1807000 | #Constraints:      41063
1602.58/1613.39	c #Conflicts:    1808000 | #Constraints:      42063
1602.58/1613.39	c #Conflicts:    1809000 | #Constraints:      43063
1602.58/1613.39	c #Conflicts:    1810000 | #Constraints:      44063
1602.58/1613.39	c #Conflicts:    1811000 | #Constraints:      45063
1602.58/1613.39	c #Conflicts:    1812000 | #Constraints:      46063
1602.58/1613.39	c #Conflicts:    1813000 | #Constraints:      47063
1602.58/1613.39	c #Conflicts:    1814000 | #Constraints:      48063
1602.58/1613.39	c #Conflicts:    1815000 | #Constraints:      49063
1602.58/1613.39	c #Conflicts:    1816000 | #Constraints:      50063
1602.58/1613.39	c #Conflicts:    1817000 | #Constraints:      51063
1602.58/1613.39	c #Conflicts:    1818000 | #Constraints:      52063
1602.58/1613.39	c #Conflicts:    1819000 | #Constraints:      53063
1602.58/1613.39	c #Conflicts:    1820000 | #Constraints:      54063
1602.58/1613.39	c #Conflicts:    1821000 | #Constraints:      55063
1602.58/1613.39	c #Conflicts:    1822000 | #Constraints:      56063
1602.58/1613.39	c #Conflicts:    1823000 | #Constraints:      57063
1602.58/1613.39	c #Conflicts:    1824000 | #Constraints:      58064
1602.58/1613.39	c #Conflicts:    1825000 | #Constraints:      59064
1602.58/1613.39	c #Conflicts:    1826000 | #Constraints:      60064
1602.58/1613.39	c #Conflicts:    1827000 | #Constraints:      61064
1602.58/1613.39	c INPROCESSING
1602.58/1613.39	c GARBAGE COLLECT
1602.58/1613.39	c rational objective 1000
1629.00/1639.80	c #Conflicts:    1828000 | #Constraints:      35080
1629.00/1639.80	c #Conflicts:    1829000 | #Constraints:      36080
1629.00/1639.80	c #Conflicts:    1830000 | #Constraints:      37080
1629.00/1639.80	c #Conflicts:    1831000 | #Constraints:      38080
1629.00/1639.80	c #Conflicts:    1832000 | #Constraints:      39080
1629.00/1639.80	c #Conflicts:    1833000 | #Constraints:      40080
1629.00/1639.80	c #Conflicts:    1834000 | #Constraints:      41080
1629.00/1639.80	c #Conflicts:    1835000 | #Constraints:      42080
1629.00/1639.80	c #Conflicts:    1836000 | #Constraints:      43080
1629.00/1639.80	c #Conflicts:    1837000 | #Constraints:      44080
1629.00/1639.80	c #Conflicts:    1838000 | #Constraints:      45080
1629.00/1639.80	c #Conflicts:    1839000 | #Constraints:      46081
1629.00/1639.80	c #Conflicts:    1840000 | #Constraints:      47081
1629.00/1639.80	c #Conflicts:    1841000 | #Constraints:      48081
1629.00/1639.80	c #Conflicts:    1842000 | #Constraints:      49082
1629.00/1639.80	c #Conflicts:    1843000 | #Constraints:      50083
1629.00/1639.80	c #Conflicts:    1844000 | #Constraints:      51084
1629.00/1639.80	c #Conflicts:    1845000 | #Constraints:      52085
1629.00/1639.80	c #Conflicts:    1846000 | #Constraints:      53087
1629.00/1639.80	c #Conflicts:    1847000 | #Constraints:      54088
1629.00/1639.80	c #Conflicts:    1848000 | #Constraints:      55089
1629.00/1639.80	c #Conflicts:    1849000 | #Constraints:      56090
1629.00/1639.80	c #Conflicts:    1850000 | #Constraints:      57090
1629.00/1639.80	c #Conflicts:    1851000 | #Constraints:      58091
1629.00/1639.80	c #Conflicts:    1852000 | #Constraints:      59091
1629.00/1639.80	c #Conflicts:    1853000 | #Constraints:      60091
1629.00/1639.80	c #Conflicts:    1854000 | #Constraints:      61092
1629.00/1639.80	c INPROCESSING
1629.00/1639.80	c GARBAGE COLLECT
1629.00/1639.80	c rational objective 1000
1670.03/1681.11	c #Conflicts:    1855000 | #Constraints:      34990
1670.03/1681.11	c #Conflicts:    1856000 | #Constraints:      35991
1670.03/1681.11	c #Conflicts:    1857000 | #Constraints:      37015
1670.03/1681.11	c #Conflicts:    1858000 | #Constraints:      38032
1670.03/1681.11	c #Conflicts:    1859000 | #Constraints:      39039
1670.03/1681.11	c #Conflicts:    1860000 | #Constraints:      40080
1670.03/1681.11	c #Conflicts:    1861000 | #Constraints:      41114
1670.03/1681.11	c #Conflicts:    1862000 | #Constraints:      42144
1670.03/1681.11	c #Conflicts:    1863000 | #Constraints:      43172
1670.03/1681.11	c #Conflicts:    1864000 | #Constraints:      44204
1670.03/1681.11	c #Conflicts:    1865000 | #Constraints:      45234
1670.03/1681.11	c #Conflicts:    1866000 | #Constraints:      46256
1670.03/1681.11	c #Conflicts:    1867000 | #Constraints:      47280
1670.03/1681.11	c #Conflicts:    1868000 | #Constraints:      48303
1670.03/1681.11	c #Conflicts:    1869000 | #Constraints:      49327
1670.03/1681.11	c #Conflicts:    1870000 | #Constraints:      50354
1670.03/1681.11	c #Conflicts:    1871000 | #Constraints:      51371
1670.03/1681.11	c #Conflicts:    1872000 | #Constraints:      52392
1670.03/1681.11	c #Conflicts:    1873000 | #Constraints:      53423
1670.03/1681.11	c #Conflicts:    1874000 | #Constraints:      54447
1670.03/1681.11	c #Conflicts:    1875000 | #Constraints:      55472
1670.03/1681.11	c #Conflicts:    1876000 | #Constraints:      56485
1670.03/1681.11	c #Conflicts:    1877000 | #Constraints:      57515
1670.03/1681.11	c #Conflicts:    1878000 | #Constraints:      58540
1670.03/1681.11	c #Conflicts:    1879000 | #Constraints:      59579
1670.03/1681.11	c #Conflicts:    1880000 | #Constraints:      60625
1670.03/1681.11	c #Conflicts:    1881000 | #Constraints:      61653
1670.03/1681.11	c INPROCESSING
1670.03/1681.11	c GARBAGE COLLECT
1670.03/1681.11	c rational objective 1000
1697.78/1708.91	c #Conflicts:    1882000 | #Constraints:      34979
1697.78/1708.91	c #Conflicts:    1883000 | #Constraints:      35979
1697.78/1708.91	c #Conflicts:    1884000 | #Constraints:      36979
1697.78/1708.91	c #Conflicts:    1885000 | #Constraints:      37979
1697.78/1708.91	c #Conflicts:    1886000 | #Constraints:      38979
1697.78/1708.91	c #Conflicts:    1887000 | #Constraints:      39979
1697.78/1708.91	c #Conflicts:    1888000 | #Constraints:      40979
1697.78/1708.91	c #Conflicts:    1889000 | #Constraints:      41979
1697.78/1708.91	c #Conflicts:    1890000 | #Constraints:      42979
1697.78/1708.91	c #Conflicts:    1891000 | #Constraints:      43979
1697.78/1708.91	c #Conflicts:    1892000 | #Constraints:      44979
1697.78/1708.91	c #Conflicts:    1893000 | #Constraints:      45979
1697.78/1708.91	c #Conflicts:    1894000 | #Constraints:      46979
1697.78/1708.91	c #Conflicts:    1895000 | #Constraints:      47979
1697.78/1708.91	c #Conflicts:    1896000 | #Constraints:      48979
1697.78/1708.91	c #Conflicts:    1897000 | #Constraints:      49979
1697.78/1708.91	c #Conflicts:    1898000 | #Constraints:      50979
1697.78/1708.91	c #Conflicts:    1899000 | #Constraints:      51979
1697.78/1708.91	c #Conflicts:    1900000 | #Constraints:      52979
1697.78/1708.91	c #Conflicts:    1901000 | #Constraints:      53979
1697.78/1708.91	c #Conflicts:    1902000 | #Constraints:      54979
1697.78/1708.91	c #Conflicts:    1903000 | #Constraints:      55979
1697.78/1708.91	c #Conflicts:    1904000 | #Constraints:      56979
1697.78/1708.91	c #Conflicts:    1905000 | #Constraints:      57979
1697.78/1708.91	c #Conflicts:    1906000 | #Constraints:      58979
1697.78/1708.91	c #Conflicts:    1907000 | #Constraints:      59979
1697.78/1708.91	c #Conflicts:    1908000 | #Constraints:      60980
1697.78/1708.91	c #Conflicts:    1909000 | #Constraints:      61980
1697.78/1708.91	c INPROCESSING
1697.78/1708.91	c GARBAGE COLLECT
1697.78/1708.91	c rational objective 1000
1724.27/1735.57	c #Conflicts:    1910000 | #Constraints:      35450
1724.27/1735.57	c #Conflicts:    1911000 | #Constraints:      36450
1724.27/1735.57	c #Conflicts:    1912000 | #Constraints:      37450
1724.27/1735.57	c #Conflicts:    1913000 | #Constraints:      38450
1724.27/1735.57	c #Conflicts:    1914000 | #Constraints:      39450
1724.27/1735.57	c #Conflicts:    1915000 | #Constraints:      40450
1724.27/1735.57	c #Conflicts:    1916000 | #Constraints:      41450
1724.27/1735.57	c #Conflicts:    1917000 | #Constraints:      42450
1724.27/1735.57	c #Conflicts:    1918000 | #Constraints:      43450
1724.27/1735.57	c #Conflicts:    1919000 | #Constraints:      44450
1724.27/1735.57	c #Conflicts:    1920000 | #Constraints:      45450
1724.27/1735.57	c #Conflicts:    1921000 | #Constraints:      46450
1724.27/1735.57	c #Conflicts:    1922000 | #Constraints:      47450
1724.27/1735.57	c #Conflicts:    1923000 | #Constraints:      48450
1724.27/1735.57	c #Conflicts:    1924000 | #Constraints:      49450
1724.27/1735.57	c #Conflicts:    1925000 | #Constraints:      50450
1724.27/1735.57	c #Conflicts:    1926000 | #Constraints:      51450
1724.27/1735.57	c #Conflicts:    1927000 | #Constraints:      52450
1724.27/1735.57	c #Conflicts:    1928000 | #Constraints:      53450
1724.27/1735.57	c #Conflicts:    1929000 | #Constraints:      54450
1724.27/1735.57	c #Conflicts:    1930000 | #Constraints:      55450
1724.27/1735.57	c #Conflicts:    1931000 | #Constraints:      56450
1724.27/1735.57	c #Conflicts:    1932000 | #Constraints:      57450
1724.27/1735.57	c #Conflicts:    1933000 | #Constraints:      58450
1724.27/1735.57	c #Conflicts:    1934000 | #Constraints:      59450
1724.27/1735.57	c #Conflicts:    1935000 | #Constraints:      60450
1724.27/1735.57	c #Conflicts:    1936000 | #Constraints:      61450
1724.27/1735.57	c #Conflicts:    1937000 | #Constraints:      62450
1724.27/1735.57	c INPROCESSING
1724.27/1735.57	c GARBAGE COLLECT
1724.27/1735.57	c rational objective 1000
1752.03/1763.45	c #Conflicts:    1938000 | #Constraints:      35784
1752.03/1763.45	c #Conflicts:    1939000 | #Constraints:      36819
1752.03/1763.45	c #Conflicts:    1940000 | #Constraints:      37856
1752.03/1763.45	c #Conflicts:    1941000 | #Constraints:      38899
1752.03/1763.45	c #Conflicts:    1942000 | #Constraints:      39949
1752.03/1763.45	c #Conflicts:    1943000 | #Constraints:      40984
1752.03/1763.45	c #Conflicts:    1944000 | #Constraints:      42009
1752.03/1763.45	c #Conflicts:    1945000 | #Constraints:      43035
1752.03/1763.45	c #Conflicts:    1946000 | #Constraints:      44060
1752.03/1763.45	c #Conflicts:    1947000 | #Constraints:      45087
1752.03/1763.45	c #Conflicts:    1948000 | #Constraints:      46116
1752.03/1763.45	c #Conflicts:    1949000 | #Constraints:      47147
1752.03/1763.45	c #Conflicts:    1950000 | #Constraints:      48183
1752.03/1763.45	c #Conflicts:    1951000 | #Constraints:      49217
1752.03/1763.45	c #Conflicts:    1952000 | #Constraints:      50245
1752.03/1763.45	c #Conflicts:    1953000 | #Constraints:      51269
1752.03/1763.45	c #Conflicts:    1954000 | #Constraints:      52300
1752.03/1763.45	c #Conflicts:    1955000 | #Constraints:      53331
1752.03/1763.45	c #Conflicts:    1956000 | #Constraints:      54366
1752.03/1763.45	c #Conflicts:    1957000 | #Constraints:      55403
1752.03/1763.46	c #Conflicts:    1958000 | #Constraints:      56436
1752.03/1763.46	c #Conflicts:    1959000 | #Constraints:      57460
1752.03/1763.46	c #Conflicts:    1960000 | #Constraints:      58496
1752.03/1763.46	c #Conflicts:    1961000 | #Constraints:      59523
1752.03/1763.46	c #Conflicts:    1962000 | #Constraints:      60546
1752.03/1763.46	c #Conflicts:    1963000 | #Constraints:      61584
1752.03/1763.46	c #Conflicts:    1964000 | #Constraints:      62612
1752.03/1763.46	c #Conflicts:    1965000 | #Constraints:      63639
1752.03/1763.46	c INPROCESSING
1752.03/1763.46	c GARBAGE COLLECT
1752.03/1763.46	c rational objective 1000
1782.57/1794.18	c #Conflicts:    1966000 | #Constraints:      36256
1782.57/1794.18	c #Conflicts:    1967000 | #Constraints:      37256
1782.57/1794.18	c #Conflicts:    1968000 | #Constraints:      38256
1782.57/1794.18	c #Conflicts:    1969000 | #Constraints:      39256
1782.57/1794.18	c #Conflicts:    1970000 | #Constraints:      40256
1782.57/1794.18	c #Conflicts:    1971000 | #Constraints:      41256
1782.57/1794.18	c #Conflicts:    1972000 | #Constraints:      42256
1782.57/1794.18	c #Conflicts:    1973000 | #Constraints:      43256
1782.57/1794.18	c #Conflicts:    1974000 | #Constraints:      44256
1782.57/1794.18	c #Conflicts:    1975000 | #Constraints:      45256
1782.57/1794.18	c #Conflicts:    1976000 | #Constraints:      46257
1782.57/1794.18	c #Conflicts:    1977000 | #Constraints:      47257
1782.57/1794.18	c #Conflicts:    1978000 | #Constraints:      48258
1782.57/1794.18	c #Conflicts:    1979000 | #Constraints:      49258
1782.57/1794.18	c #Conflicts:    1980000 | #Constraints:      50258
1782.57/1794.18	c #Conflicts:    1981000 | #Constraints:      51259
1782.57/1794.18	c #Conflicts:    1982000 | #Constraints:      52260
1782.57/1794.18	c #Conflicts:    1983000 | #Constraints:      53260
1782.57/1794.18	c #Conflicts:    1984000 | #Constraints:      54261
1782.57/1794.18	c #Conflicts:    1985000 | #Constraints:      55261
1782.57/1794.18	c #Conflicts:    1986000 | #Constraints:      56262
1782.57/1794.18	c #Conflicts:    1987000 | #Constraints:      57262
1782.57/1794.18	c #Conflicts:    1988000 | #Constraints:      58264
1782.57/1794.18	c #Conflicts:    1989000 | #Constraints:      59265
1782.57/1794.18	c #Conflicts:    1990000 | #Constraints:      60265
1782.57/1794.18	c #Conflicts:    1991000 | #Constraints:      61266
1782.57/1794.18	c #Conflicts:    1992000 | #Constraints:      62266
1782.57/1794.18	c #Conflicts:    1993000 | #Constraints:      63266
1782.57/1794.18	c INPROCESSING
1782.57/1794.18	c GARBAGE COLLECT
1782.57/1794.18	c rational objective 1000
1810.69/1822.47	c #Conflicts:    1994000 | #Constraints:      36105
1810.69/1822.47	c #Conflicts:    1995000 | #Constraints:      37105
1810.69/1822.47	c #Conflicts:    1996000 | #Constraints:      38105
1810.69/1822.47	c #Conflicts:    1997000 | #Constraints:      39105
1810.69/1822.47	c #Conflicts:    1998000 | #Constraints:      40105
1810.69/1822.47	c #Conflicts:    1999000 | #Constraints:      41105
1810.69/1822.47	c #Conflicts:    2000000 | #Constraints:      42105
1810.69/1822.47	c #Conflicts:    2001000 | #Constraints:      43105
1810.69/1822.47	c #Conflicts:    2002000 | #Constraints:      44105
1810.69/1822.47	c #Conflicts:    2003000 | #Constraints:      45105
1810.69/1822.47	c #Conflicts:    2004000 | #Constraints:      46105
1810.69/1822.47	c #Conflicts:    2005000 | #Constraints:      47105
1810.69/1822.47	c #Conflicts:    2006000 | #Constraints:      48105
1810.69/1822.47	c #Conflicts:    2007000 | #Constraints:      49105
1810.69/1822.47	c #Conflicts:    2008000 | #Constraints:      50105
1810.69/1822.47	c #Conflicts:    2009000 | #Constraints:      51105
1810.69/1822.47	c #Conflicts:    2010000 | #Constraints:      52105
1810.69/1822.47	c #Conflicts:    2011000 | #Constraints:      53105
1810.69/1822.47	c #Conflicts:    2012000 | #Constraints:      54105
1810.69/1822.47	c #Conflicts:    2013000 | #Constraints:      55105
1810.69/1822.47	c #Conflicts:    2014000 | #Constraints:      56105
1810.69/1822.47	c #Conflicts:    2015000 | #Constraints:      57105
1810.69/1822.47	c #Conflicts:    2016000 | #Constraints:      58105
1810.69/1822.47	c #Conflicts:    2017000 | #Constraints:      59105
1810.69/1822.47	c #Conflicts:    2018000 | #Constraints:      60105
1810.69/1822.47	c #Conflicts:    2019000 | #Constraints:      61105
1810.69/1822.47	c #Conflicts:    2020000 | #Constraints:      62105
1810.69/1822.47	c #Conflicts:    2021000 | #Constraints:      63105
1810.69/1822.47	c INPROCESSING
1810.69/1822.47	c GARBAGE COLLECT
1810.69/1822.47	c rational objective 1000
1844.00/1855.99	c #Conflicts:    2022000 | #Constraints:      35799
1844.00/1855.99	c #Conflicts:    2023000 | #Constraints:      36800
1844.00/1855.99	c #Conflicts:    2024000 | #Constraints:      37847
1844.00/1855.99	c #Conflicts:    2025000 | #Constraints:      38887
1844.00/1855.99	c #Conflicts:    2026000 | #Constraints:      39934
1844.00/1855.99	c #Conflicts:    2027000 | #Constraints:      40982
1844.00/1855.99	c #Conflicts:    2028000 | #Constraints:      42012
1844.00/1855.99	c #Conflicts:    2029000 | #Constraints:      43046
1844.00/1855.99	c #Conflicts:    2030000 | #Constraints:      44080
1844.00/1855.99	c #Conflicts:    2031000 | #Constraints:      45104
1844.00/1855.99	c #Conflicts:    2032000 | #Constraints:      46132
1844.00/1855.99	c #Conflicts:    2033000 | #Constraints:      47175
1844.00/1855.99	c #Conflicts:    2034000 | #Constraints:      48207
1844.00/1855.99	c #Conflicts:    2035000 | #Constraints:      49237
1844.00/1855.99	c #Conflicts:    2036000 | #Constraints:      50262
1844.00/1855.99	c #Conflicts:    2037000 | #Constraints:      51284
1844.00/1855.99	c #Conflicts:    2038000 | #Constraints:      52318
1844.00/1855.99	c #Conflicts:    2039000 | #Constraints:      53344
1844.00/1855.99	c #Conflicts:    2040000 | #Constraints:      54384
1844.00/1855.99	c #Conflicts:    2041000 | #Constraints:      55421
1844.00/1855.99	c #Conflicts:    2042000 | #Constraints:      56450
1844.00/1855.99	c #Conflicts:    2043000 | #Constraints:      57494
1844.00/1855.99	c #Conflicts:    2044000 | #Constraints:      58524
1844.00/1855.99	c #Conflicts:    2045000 | #Constraints:      59556
1844.00/1855.99	c #Conflicts:    2046000 | #Constraints:      60579
1844.00/1855.99	c #Conflicts:    2047000 | #Constraints:      61604
1844.00/1855.99	c #Conflicts:    2048000 | #Constraints:      62629
1844.00/1855.99	c #Conflicts:    2049000 | #Constraints:      63646
1844.00/1855.99	c #Conflicts:    2050000 | #Constraints:      64663
1844.00/1855.99	c INPROCESSING
1844.00/1855.99	c GARBAGE COLLECT
1844.00/1855.99	c rational objective 1000
1874.47/1886.56	c #Conflicts:    2051000 | #Constraints:      36689
1874.47/1886.56	c #Conflicts:    2052000 | #Constraints:      37689
1874.47/1886.56	c #Conflicts:    2053000 | #Constraints:      38689
1874.47/1886.56	c #Conflicts:    2054000 | #Constraints:      39689
1874.47/1886.56	c #Conflicts:    2055000 | #Constraints:      40689
1874.47/1886.56	c #Conflicts:    2056000 | #Constraints:      41689
1874.47/1886.56	c #Conflicts:    2057000 | #Constraints:      42689
1874.47/1886.56	c #Conflicts:    2058000 | #Constraints:      43689
1874.47/1886.56	c #Conflicts:    2059000 | #Constraints:      44689
1874.47/1886.56	c #Conflicts:    2060000 | #Constraints:      45689
1874.47/1886.56	c #Conflicts:    2061000 | #Constraints:      46689
1874.47/1886.56	c #Conflicts:    2062000 | #Constraints:      47689
1874.47/1886.56	c #Conflicts:    2063000 | #Constraints:      48689
1874.47/1886.56	c #Conflicts:    2064000 | #Constraints:      49689
1874.47/1886.56	c #Conflicts:    2065000 | #Constraints:      50689
1874.47/1886.56	c #Conflicts:    2066000 | #Constraints:      51689
1874.47/1886.56	c #Conflicts:    2067000 | #Constraints:      52689
1874.47/1886.56	c #Conflicts:    2068000 | #Constraints:      53689
1874.47/1886.56	c #Conflicts:    2069000 | #Constraints:      54689
1874.47/1886.56	c #Conflicts:    2070000 | #Constraints:      55689
1874.47/1886.56	c #Conflicts:    2071000 | #Constraints:      56689
1874.47/1886.56	c #Conflicts:    2072000 | #Constraints:      57689
1874.47/1886.56	c #Conflicts:    2073000 | #Constraints:      58689
1874.47/1886.56	c #Conflicts:    2074000 | #Constraints:      59689
1874.47/1886.56	c #Conflicts:    2075000 | #Constraints:      60689
1874.47/1886.56	c #Conflicts:    2076000 | #Constraints:      61689
1874.47/1886.56	c #Conflicts:    2077000 | #Constraints:      62689
1874.47/1886.56	c #Conflicts:    2078000 | #Constraints:      63689
1874.47/1886.56	c #Conflicts:    2079000 | #Constraints:      64689
1874.47/1886.56	c INPROCESSING
1874.47/1886.56	c GARBAGE COLLECT
1874.47/1886.56	c rational objective 1000
1903.64/1915.85	c #Conflicts:    2080000 | #Constraints:      36869
1903.64/1915.85	c #Conflicts:    2081000 | #Constraints:      37869
1903.64/1915.85	c #Conflicts:    2082000 | #Constraints:      38869
1903.64/1915.85	c #Conflicts:    2083000 | #Constraints:      39869
1903.64/1915.85	c #Conflicts:    2084000 | #Constraints:      40869
1903.64/1915.85	c #Conflicts:    2085000 | #Constraints:      41869
1903.64/1915.85	c #Conflicts:    2086000 | #Constraints:      42869
1903.64/1915.85	c #Conflicts:    2087000 | #Constraints:      43869
1903.64/1915.85	c #Conflicts:    2088000 | #Constraints:      44869
1903.64/1915.85	c #Conflicts:    2089000 | #Constraints:      45869
1903.64/1915.85	c #Conflicts:    2090000 | #Constraints:      46869
1903.64/1915.85	c #Conflicts:    2091000 | #Constraints:      47869
1903.64/1915.85	c #Conflicts:    2092000 | #Constraints:      48869
1903.64/1915.85	c #Conflicts:    2093000 | #Constraints:      49869
1903.64/1915.85	c #Conflicts:    2094000 | #Constraints:      50869
1903.64/1915.85	c #Conflicts:    2095000 | #Constraints:      51869
1903.64/1915.85	c #Conflicts:    2096000 | #Constraints:      52869
1903.64/1915.85	c #Conflicts:    2097000 | #Constraints:      53869
1903.64/1915.85	c #Conflicts:    2098000 | #Constraints:      54869
1903.64/1915.85	c #Conflicts:    2099000 | #Constraints:      55869
1903.64/1915.85	c #Conflicts:    2100000 | #Constraints:      56869
1903.64/1915.85	c #Conflicts:    2101000 | #Constraints:      57869
1903.64/1915.85	c #Conflicts:    2102000 | #Constraints:      58869
1903.64/1915.85	c #Conflicts:    2103000 | #Constraints:      59869
1903.64/1915.85	c #Conflicts:    2104000 | #Constraints:      60869
1903.64/1915.85	c #Conflicts:    2105000 | #Constraints:      61869
1903.64/1915.85	c #Conflicts:    2106000 | #Constraints:      62869
1903.64/1915.85	c #Conflicts:    2107000 | #Constraints:      63869
1903.64/1915.85	c #Conflicts:    2108000 | #Constraints:      64869
1903.64/1915.85	c INPROCESSING
1903.64/1915.85	c GARBAGE COLLECT
1903.64/1915.85	c rational objective 1000
1926.01/1938.32	c #Conflicts:    2109000 | #Constraints:      36986
1926.01/1938.32	c #Conflicts:    2110000 | #Constraints:      38005
1926.01/1938.32	c #Conflicts:    2111000 | #Constraints:      39055
1926.01/1938.32	c #Conflicts:    2112000 | #Constraints:      40103
1926.01/1938.32	c #Conflicts:    2113000 | #Constraints:      41169
1926.01/1938.32	c #Conflicts:    2114000 | #Constraints:      42205
1926.01/1938.32	c #Conflicts:    2115000 | #Constraints:      43246
1926.01/1938.32	c #Conflicts:    2116000 | #Constraints:      44284
1926.01/1938.32	c #Conflicts:    2117000 | #Constraints:      45324
1926.01/1938.32	c #Conflicts:    2118000 | #Constraints:      46357
1926.01/1938.32	c #Conflicts:    2119000 | #Constraints:      47399
1926.01/1938.32	c #Conflicts:    2120000 | #Constraints:      48447
1926.01/1938.32	c #Conflicts:    2121000 | #Constraints:      49470
1926.01/1938.32	c #Conflicts:    2122000 | #Constraints:      50504
1926.01/1938.32	c #Conflicts:    2123000 | #Constraints:      51540
1926.01/1938.32	c #Conflicts:    2124000 | #Constraints:      52578
1926.01/1938.32	c #Conflicts:    2125000 | #Constraints:      53612
1926.01/1938.32	c #Conflicts:    2126000 | #Constraints:      54635
1926.01/1938.32	c #Conflicts:    2127000 | #Constraints:      55684
1926.01/1938.32	c #Conflicts:    2128000 | #Constraints:      56707
1926.01/1938.32	c #Conflicts:    2129000 | #Constraints:      57725
1926.01/1938.32	c #Conflicts:    2130000 | #Constraints:      58767
1926.01/1938.32	c #Conflicts:    2131000 | #Constraints:      59793
1926.01/1938.32	c #Conflicts:    2132000 | #Constraints:      60813
1926.01/1938.32	c #Conflicts:    2133000 | #Constraints:      61832
1926.01/1938.32	c #Conflicts:    2134000 | #Constraints:      62846
1926.01/1938.32	c #Conflicts:    2135000 | #Constraints:      63863
1926.01/1938.32	c #Conflicts:    2136000 | #Constraints:      64878
1926.01/1938.32	c #Conflicts:    2137000 | #Constraints:      65915
1926.01/1938.32	c INPROCESSING
1926.01/1938.32	c GARBAGE COLLECT
1926.01/1938.32	c rational objective 1000
1954.51/1966.94	c #Conflicts:    2138000 | #Constraints:      37315
1954.51/1966.94	c #Conflicts:    2139000 | #Constraints:      38315
1954.51/1966.94	c #Conflicts:    2140000 | #Constraints:      39315
1954.51/1966.94	c #Conflicts:    2141000 | #Constraints:      40315
1954.51/1966.94	c #Conflicts:    2142000 | #Constraints:      41315
1954.51/1966.94	c #Conflicts:    2143000 | #Constraints:      42315
1954.51/1966.94	c #Conflicts:    2144000 | #Constraints:      43315
1954.51/1966.94	c #Conflicts:    2145000 | #Constraints:      44315
1954.51/1966.94	c #Conflicts:    2146000 | #Constraints:      45315
1954.51/1966.94	c #Conflicts:    2147000 | #Constraints:      46315
1954.51/1966.94	c #Conflicts:    2148000 | #Constraints:      47315
1954.51/1966.94	c #Conflicts:    2149000 | #Constraints:      48315
1954.51/1966.94	c #Conflicts:    2150000 | #Constraints:      49315
1954.51/1966.94	c #Conflicts:    2151000 | #Constraints:      50315
1954.51/1966.94	c #Conflicts:    2152000 | #Constraints:      51315
1954.51/1966.94	c #Conflicts:    2153000 | #Constraints:      52315
1954.51/1966.94	c #Conflicts:    2154000 | #Constraints:      53315
1954.51/1966.94	c #Conflicts:    2155000 | #Constraints:      54315
1954.51/1966.94	c #Conflicts:    2156000 | #Constraints:      55315
1954.51/1966.94	c #Conflicts:    2157000 | #Constraints:      56315
1954.51/1966.94	c #Conflicts:    2158000 | #Constraints:      57315
1954.51/1966.94	c #Conflicts:    2159000 | #Constraints:      58315
1954.51/1966.94	c #Conflicts:    2160000 | #Constraints:      59315
1954.51/1966.94	c #Conflicts:    2161000 | #Constraints:      60315
1954.51/1966.94	c #Conflicts:    2162000 | #Constraints:      61315
1954.51/1966.94	c #Conflicts:    2163000 | #Constraints:      62315
1954.51/1966.94	c #Conflicts:    2164000 | #Constraints:      63315
1954.51/1966.94	c #Conflicts:    2165000 | #Constraints:      64315
1954.51/1966.94	c #Conflicts:    2166000 | #Constraints:      65315
1954.51/1966.94	c INPROCESSING
1954.51/1966.94	c GARBAGE COLLECT
1954.51/1966.94	c rational objective 1000
1988.61/2001.24	c #Conflicts:    2167000 | #Constraints:      36911
1988.61/2001.24	c #Conflicts:    2168000 | #Constraints:      37943
1988.61/2001.24	c #Conflicts:    2169000 | #Constraints:      38963
1988.61/2001.24	c #Conflicts:    2170000 | #Constraints:      40004
1988.61/2001.24	c #Conflicts:    2171000 | #Constraints:      41032
1988.61/2001.24	c #Conflicts:    2172000 | #Constraints:      42059
1988.61/2001.24	c #Conflicts:    2173000 | #Constraints:      43085
1988.61/2001.24	c #Conflicts:    2174000 | #Constraints:      44119
1988.61/2001.24	c #Conflicts:    2175000 | #Constraints:      45140
1988.61/2001.24	c #Conflicts:    2176000 | #Constraints:      46170
1988.61/2001.24	c #Conflicts:    2177000 | #Constraints:      47194
1988.61/2001.24	c #Conflicts:    2178000 | #Constraints:      48217
1988.61/2001.24	c #Conflicts:    2179000 | #Constraints:      49240
1988.61/2001.24	c #Conflicts:    2180000 | #Constraints:      50255
1988.61/2001.24	c #Conflicts:    2181000 | #Constraints:      51277
1988.61/2001.24	c #Conflicts:    2182000 | #Constraints:      52288
1988.61/2001.24	c #Conflicts:    2183000 | #Constraints:      53304
1988.61/2001.24	c #Conflicts:    2184000 | #Constraints:      54336
1988.61/2001.24	c #Conflicts:    2185000 | #Constraints:      55365
1988.61/2001.24	c #Conflicts:    2186000 | #Constraints:      56366
1988.61/2001.24	c #Conflicts:    2187000 | #Constraints:      57412
1988.61/2001.24	c #Conflicts:    2188000 | #Constraints:      58457
1988.61/2001.24	c #Conflicts:    2189000 | #Constraints:      59505
1988.61/2001.24	c #Conflicts:    2190000 | #Constraints:      60553
1988.61/2001.24	c #Conflicts:    2191000 | #Constraints:      61592
1988.61/2001.24	c #Conflicts:    2192000 | #Constraints:      62621
1988.61/2001.24	c #Conflicts:    2193000 | #Constraints:      63660
1988.61/2001.24	c #Conflicts:    2194000 | #Constraints:      64682
1988.61/2001.24	c #Conflicts:    2195000 | #Constraints:      65715
1988.61/2001.24	c #Conflicts:    2196000 | #Constraints:      66751
1988.61/2001.24	c INPROCESSING
1988.61/2001.24	c GARBAGE COLLECT
1988.61/2001.24	c rational objective 1000
2019.98/2032.74	c #Conflicts:    2197000 | #Constraints:      37741
2019.98/2032.74	c #Conflicts:    2198000 | #Constraints:      38741
2019.98/2032.74	c #Conflicts:    2199000 | #Constraints:      39741
2019.98/2032.74	c #Conflicts:    2200000 | #Constraints:      40741
2019.98/2032.74	c #Conflicts:    2201000 | #Constraints:      41741
2019.98/2032.74	c #Conflicts:    2202000 | #Constraints:      42741
2019.98/2032.74	c #Conflicts:    2203000 | #Constraints:      43741
2019.98/2032.74	c #Conflicts:    2204000 | #Constraints:      44741
2019.98/2032.74	c #Conflicts:    2205000 | #Constraints:      45741
2019.98/2032.74	c #Conflicts:    2206000 | #Constraints:      46741
2019.98/2032.74	c #Conflicts:    2207000 | #Constraints:      47741
2019.98/2032.74	c #Conflicts:    2208000 | #Constraints:      48741
2019.98/2032.74	c #Conflicts:    2209000 | #Constraints:      49741
2019.98/2032.74	c #Conflicts:    2210000 | #Constraints:      50741
2019.98/2032.74	c #Conflicts:    2211000 | #Constraints:      51741
2019.98/2032.74	c #Conflicts:    2212000 | #Constraints:      52741
2019.98/2032.74	c #Conflicts:    2213000 | #Constraints:      53741
2019.98/2032.74	c #Conflicts:    2214000 | #Constraints:      54741
2019.98/2032.74	c #Conflicts:    2215000 | #Constraints:      55741
2019.98/2032.74	c #Conflicts:    2216000 | #Constraints:      56741
2019.98/2032.74	c #Conflicts:    2217000 | #Constraints:      57741
2019.98/2032.74	c #Conflicts:    2218000 | #Constraints:      58741
2019.98/2032.74	c #Conflicts:    2219000 | #Constraints:      59741
2019.98/2032.74	c #Conflicts:    2220000 | #Constraints:      60741
2019.98/2032.74	c #Conflicts:    2221000 | #Constraints:      61741
2019.98/2032.74	c #Conflicts:    2222000 | #Constraints:      62741
2019.98/2032.74	c #Conflicts:    2223000 | #Constraints:      63741
2019.98/2032.74	c #Conflicts:    2224000 | #Constraints:      64741
2019.98/2032.74	c #Conflicts:    2225000 | #Constraints:      65741
2019.98/2032.74	c #Conflicts:    2226000 | #Constraints:      66741
2019.98/2032.74	c INPROCESSING
2019.98/2032.74	c GARBAGE COLLECT
2019.98/2032.74	c rational objective 1000
2051.34/2064.39	c #Conflicts:    2227000 | #Constraints:      37934
2051.34/2064.39	c #Conflicts:    2228000 | #Constraints:      38934
2051.34/2064.39	c #Conflicts:    2229000 | #Constraints:      39934
2051.34/2064.39	c #Conflicts:    2230000 | #Constraints:      40934
2051.34/2064.39	c #Conflicts:    2231000 | #Constraints:      41934
2051.34/2064.39	c #Conflicts:    2232000 | #Constraints:      42934
2051.34/2064.39	c #Conflicts:    2233000 | #Constraints:      43934
2051.34/2064.39	c #Conflicts:    2234000 | #Constraints:      44934
2051.34/2064.39	c #Conflicts:    2235000 | #Constraints:      45934
2051.34/2064.39	c #Conflicts:    2236000 | #Constraints:      46934
2051.34/2064.39	c #Conflicts:    2237000 | #Constraints:      47934
2051.34/2064.39	c #Conflicts:    2238000 | #Constraints:      48934
2051.34/2064.39	c #Conflicts:    2239000 | #Constraints:      49934
2051.34/2064.39	c #Conflicts:    2240000 | #Constraints:      50934
2051.34/2064.39	c #Conflicts:    2241000 | #Constraints:      51934
2051.34/2064.39	c #Conflicts:    2242000 | #Constraints:      52934
2051.34/2064.39	c #Conflicts:    2243000 | #Constraints:      53934
2051.34/2064.39	c #Conflicts:    2244000 | #Constraints:      54934
2051.34/2064.39	c #Conflicts:    2245000 | #Constraints:      55934
2051.34/2064.39	c #Conflicts:    2246000 | #Constraints:      56934
2051.34/2064.39	c #Conflicts:    2247000 | #Constraints:      57934
2051.34/2064.39	c #Conflicts:    2248000 | #Constraints:      58934
2051.34/2064.39	c #Conflicts:    2249000 | #Constraints:      59934
2051.34/2064.39	c #Conflicts:    2250000 | #Constraints:      60934
2051.34/2064.39	c #Conflicts:    2251000 | #Constraints:      61934
2051.34/2064.39	c #Conflicts:    2252000 | #Constraints:      62934
2051.34/2064.39	c #Conflicts:    2253000 | #Constraints:      63934
2051.34/2064.39	c #Conflicts:    2254000 | #Constraints:      64934
2051.34/2064.39	c #Conflicts:    2255000 | #Constraints:      65934
2051.34/2064.39	c #Conflicts:    2256000 | #Constraints:      66934
2051.34/2064.39	c INPROCESSING
2051.34/2064.39	c GARBAGE COLLECT
2051.34/2064.39	c rational objective 1000
2083.18/2096.45	c #Conflicts:    2257000 | #Constraints:      38026
2083.18/2096.45	c #Conflicts:    2258000 | #Constraints:      39073
2083.18/2096.45	c #Conflicts:    2259000 | #Constraints:      40122
2083.18/2096.45	c #Conflicts:    2260000 | #Constraints:      41160
2083.18/2096.45	c #Conflicts:    2261000 | #Constraints:      42203
2083.18/2096.45	c #Conflicts:    2262000 | #Constraints:      43243
2083.18/2096.45	c #Conflicts:    2263000 | #Constraints:      44286
2083.18/2096.45	c #Conflicts:    2264000 | #Constraints:      45324
2083.18/2096.45	c #Conflicts:    2265000 | #Constraints:      46368
2083.18/2096.45	c #Conflicts:    2266000 | #Constraints:      47396
2083.18/2096.45	c #Conflicts:    2267000 | #Constraints:      48430
2083.18/2096.45	c #Conflicts:    2268000 | #Constraints:      49463
2083.18/2096.45	c #Conflicts:    2269000 | #Constraints:      50504
2083.18/2096.45	c #Conflicts:    2270000 | #Constraints:      51552
2083.18/2096.45	c #Conflicts:    2271000 | #Constraints:      52592
2083.18/2096.45	c #Conflicts:    2272000 | #Constraints:      53626
2083.18/2096.45	c #Conflicts:    2273000 | #Constraints:      54648
2083.18/2096.45	c #Conflicts:    2274000 | #Constraints:      55672
2083.18/2096.45	c #Conflicts:    2275000 | #Constraints:      56710
2083.18/2096.45	c #Conflicts:    2276000 | #Constraints:      57740
2083.18/2096.45	c #Conflicts:    2277000 | #Constraints:      58764
2083.18/2096.45	c #Conflicts:    2278000 | #Constraints:      59797
2083.18/2096.45	c #Conflicts:    2279000 | #Constraints:      60837
2083.18/2096.45	c #Conflicts:    2280000 | #Constraints:      61867
2083.18/2096.45	c #Conflicts:    2281000 | #Constraints:      62903
2083.18/2096.45	c #Conflicts:    2282000 | #Constraints:      63942
2083.18/2096.45	c #Conflicts:    2283000 | #Constraints:      64970
2083.18/2096.45	c #Conflicts:    2284000 | #Constraints:      65992
2083.18/2096.45	c #Conflicts:    2285000 | #Constraints:      67034
2083.18/2096.45	c #Conflicts:    2286000 | #Constraints:      68065
2083.18/2096.45	c INPROCESSING
2083.18/2096.45	c GARBAGE COLLECT
2083.18/2096.45	c rational objective 1000
2117.16/2130.61	c #Conflicts:    2287000 | #Constraints:      38385
2117.16/2130.61	c #Conflicts:    2288000 | #Constraints:      39385
2117.16/2130.61	c #Conflicts:    2289000 | #Constraints:      40385
2117.16/2130.61	c #Conflicts:    2290000 | #Constraints:      41385
2117.16/2130.61	c #Conflicts:    2291000 | #Constraints:      42385
2117.16/2130.61	c #Conflicts:    2292000 | #Constraints:      43385
2117.16/2130.61	c #Conflicts:    2293000 | #Constraints:      44385
2117.16/2130.61	c #Conflicts:    2294000 | #Constraints:      45385
2117.16/2130.61	c #Conflicts:    2295000 | #Constraints:      46385
2117.16/2130.61	c #Conflicts:    2296000 | #Constraints:      47385
2117.16/2130.61	c #Conflicts:    2297000 | #Constraints:      48385
2117.16/2130.61	c #Conflicts:    2298000 | #Constraints:      49385
2117.16/2130.61	c #Conflicts:    2299000 | #Constraints:      50385
2117.16/2130.61	c #Conflicts:    2300000 | #Constraints:      51385
2117.16/2130.61	c #Conflicts:    2301000 | #Constraints:      52385
2117.16/2130.61	c #Conflicts:    2302000 | #Constraints:      53386
2117.16/2130.61	c #Conflicts:    2303000 | #Constraints:      54386
2117.16/2130.61	c #Conflicts:    2304000 | #Constraints:      55386
2117.16/2130.61	c #Conflicts:    2305000 | #Constraints:      56386
2117.16/2130.61	c #Conflicts:    2306000 | #Constraints:      57387
2117.16/2130.61	c #Conflicts:    2307000 | #Constraints:      58387
2117.16/2130.61	c #Conflicts:    2308000 | #Constraints:      59387
2117.16/2130.61	c #Conflicts:    2309000 | #Constraints:      60387
2117.16/2130.61	c #Conflicts:    2310000 | #Constraints:      61387
2117.16/2130.61	c #Conflicts:    2311000 | #Constraints:      62387
2117.16/2130.61	c #Conflicts:    2312000 | #Constraints:      63387
2117.16/2130.61	c #Conflicts:    2313000 | #Constraints:      64387
2117.16/2130.61	c #Conflicts:    2314000 | #Constraints:      65387
2117.16/2130.61	c #Conflicts:    2315000 | #Constraints:      66387
2117.16/2130.61	c #Conflicts:    2316000 | #Constraints:      67387
2117.16/2130.61	c INPROCESSING
2117.16/2130.61	c GARBAGE COLLECT
2117.16/2130.61	c rational objective 1000
2180.56/2194.42	c #Conflicts:    2317000 | #Constraints:      37973
2180.56/2194.42	c #Conflicts:    2318000 | #Constraints:      38985
2180.56/2194.42	c #Conflicts:    2319000 | #Constraints:      39985
2180.56/2194.42	c #Conflicts:    2320000 | #Constraints:      40987
2180.56/2194.42	c #Conflicts:    2321000 | #Constraints:      42014
2180.56/2194.42	c #Conflicts:    2322000 | #Constraints:      43045
2180.56/2194.42	c #Conflicts:    2323000 | #Constraints:      44068
2180.56/2194.42	c #Conflicts:    2324000 | #Constraints:      45070
2180.56/2194.42	c #Conflicts:    2325000 | #Constraints:      46081
2180.56/2194.42	c #Conflicts:    2326000 | #Constraints:      47096
2180.56/2194.42	c #Conflicts:    2327000 | #Constraints:      48101
2180.56/2194.42	c #Conflicts:    2328000 | #Constraints:      49116
2180.56/2194.42	c #Conflicts:    2329000 | #Constraints:      50154
2180.56/2194.42	c #Conflicts:    2330000 | #Constraints:      51193
2180.56/2194.42	c #Conflicts:    2331000 | #Constraints:      52215
2180.56/2194.42	c #Conflicts:    2332000 | #Constraints:      53246
2180.56/2194.42	c #Conflicts:    2333000 | #Constraints:      54271
2180.56/2194.42	c #Conflicts:    2334000 | #Constraints:      55294
2180.56/2194.42	c #Conflicts:    2335000 | #Constraints:      56310
2180.56/2194.42	c #Conflicts:    2336000 | #Constraints:      57324
2180.56/2194.42	c #Conflicts:    2337000 | #Constraints:      58345
2180.56/2194.42	c #Conflicts:    2338000 | #Constraints:      59358
2180.56/2194.42	c #Conflicts:    2339000 | #Constraints:      60372
2180.56/2194.42	c #Conflicts:    2340000 | #Constraints:      61379
2180.56/2194.42	c #Conflicts:    2341000 | #Constraints:      62386
2180.56/2194.42	c #Conflicts:    2342000 | #Constraints:      63389
2180.56/2194.42	c #Conflicts:    2343000 | #Constraints:      64437
2180.56/2194.42	c #Conflicts:    2344000 | #Constraints:      65475
2180.56/2194.42	c #Conflicts:    2345000 | #Constraints:      66500
2180.56/2194.42	c #Conflicts:    2346000 | #Constraints:      67528
2180.56/2194.42	c #Conflicts:    2347000 | #Constraints:      68549
2180.56/2194.42	c INPROCESSING
2180.56/2194.42	c GARBAGE COLLECT
2180.56/2194.42	c rational objective 1000
2213.45/2227.53	c #Conflicts:    2348000 | #Constraints:      38653
2213.45/2227.53	c #Conflicts:    2349000 | #Constraints:      39653
2213.45/2227.53	c #Conflicts:    2350000 | #Constraints:      40653
2213.45/2227.53	c #Conflicts:    2351000 | #Constraints:      41653
2213.45/2227.53	c #Conflicts:    2352000 | #Constraints:      42653
2213.45/2227.53	c #Conflicts:    2353000 | #Constraints:      43653
2213.45/2227.53	c #Conflicts:    2354000 | #Constraints:      44653
2213.45/2227.53	c #Conflicts:    2355000 | #Constraints:      45653
2213.45/2227.53	c #Conflicts:    2356000 | #Constraints:      46653
2213.45/2227.53	c #Conflicts:    2357000 | #Constraints:      47653
2213.45/2227.53	c #Conflicts:    2358000 | #Constraints:      48653
2213.45/2227.53	c #Conflicts:    2359000 | #Constraints:      49653
2213.45/2227.53	c #Conflicts:    2360000 | #Constraints:      50653
2213.45/2227.53	c #Conflicts:    2361000 | #Constraints:      51653
2213.45/2227.53	c #Conflicts:    2362000 | #Constraints:      52653
2213.45/2227.53	c #Conflicts:    2363000 | #Constraints:      53653
2213.45/2227.53	c #Conflicts:    2364000 | #Constraints:      54654
2213.45/2227.53	c #Conflicts:    2365000 | #Constraints:      55654
2213.45/2227.53	c #Conflicts:    2366000 | #Constraints:      56655
2213.45/2227.53	c #Conflicts:    2367000 | #Constraints:      57655
2213.45/2227.53	c #Conflicts:    2368000 | #Constraints:      58655
2213.45/2227.53	c #Conflicts:    2369000 | #Constraints:      59655
2213.45/2227.53	c #Conflicts:    2370000 | #Constraints:      60656
2213.45/2227.53	c #Conflicts:    2371000 | #Constraints:      61656
2213.45/2227.53	c #Conflicts:    2372000 | #Constraints:      62658
2213.45/2227.53	c #Conflicts:    2373000 | #Constraints:      63659
2213.45/2227.53	c #Conflicts:    2374000 | #Constraints:      64660
2213.45/2227.53	c #Conflicts:    2375000 | #Constraints:      65660
2213.45/2227.53	c #Conflicts:    2376000 | #Constraints:      66661
2213.45/2227.53	c #Conflicts:    2377000 | #Constraints:      67661
2213.45/2227.53	c #Conflicts:    2378000 | #Constraints:      68662
2213.45/2227.53	c INPROCESSING
2213.45/2227.53	c GARBAGE COLLECT
2213.45/2227.53	c rational objective 1000
2248.13/2262.46	c #Conflicts:    2379000 | #Constraints:      38915
2248.13/2262.46	c #Conflicts:    2380000 | #Constraints:      39915
2248.13/2262.46	c #Conflicts:    2381000 | #Constraints:      40915
2248.13/2262.46	c #Conflicts:    2382000 | #Constraints:      41915
2248.13/2262.46	c #Conflicts:    2383000 | #Constraints:      42915
2248.13/2262.46	c #Conflicts:    2384000 | #Constraints:      43915
2248.13/2262.46	c #Conflicts:    2385000 | #Constraints:      44915
2248.13/2262.46	c #Conflicts:    2386000 | #Constraints:      45915
2248.13/2262.46	c #Conflicts:    2387000 | #Constraints:      46915
2248.13/2262.46	c #Conflicts:    2388000 | #Constraints:      47916
2248.13/2262.46	c #Conflicts:    2389000 | #Constraints:      48917
2248.13/2262.46	c #Conflicts:    2390000 | #Constraints:      49919
2248.13/2262.46	c #Conflicts:    2391000 | #Constraints:      50920
2248.13/2262.46	c #Conflicts:    2392000 | #Constraints:      51923
2248.13/2262.46	c #Conflicts:    2393000 | #Constraints:      52924
2248.13/2262.46	c #Conflicts:    2394000 | #Constraints:      53925
2248.13/2262.46	c #Conflicts:    2395000 | #Constraints:      54925
2248.13/2262.46	c #Conflicts:    2396000 | #Constraints:      55926
2248.13/2262.46	c #Conflicts:    2397000 | #Constraints:      56926
2248.13/2262.46	c #Conflicts:    2398000 | #Constraints:      57927
2248.13/2262.46	c #Conflicts:    2399000 | #Constraints:      58928
2248.13/2262.46	c #Conflicts:    2400000 | #Constraints:      59928
2248.13/2262.46	c #Conflicts:    2401000 | #Constraints:      60929
2248.13/2262.46	c #Conflicts:    2402000 | #Constraints:      61930
2248.13/2262.46	c #Conflicts:    2403000 | #Constraints:      62931
2248.13/2262.46	c #Conflicts:    2404000 | #Constraints:      63932
2248.13/2262.46	c #Conflicts:    2405000 | #Constraints:      64932
2248.13/2262.46	c #Conflicts:    2406000 | #Constraints:      65933
2248.13/2262.46	c #Conflicts:    2407000 | #Constraints:      66935
2248.13/2262.46	c #Conflicts:    2408000 | #Constraints:      67935
2248.13/2262.46	c #Conflicts:    2409000 | #Constraints:      68936
2248.13/2262.46	c INPROCESSING
2248.13/2262.46	c GARBAGE COLLECT
2248.13/2262.46	c rational objective 1000
2282.65/2297.12	c #Conflicts:    2410000 | #Constraints:      39007
2282.65/2297.12	c #Conflicts:    2411000 | #Constraints:      40007
2282.65/2297.12	c #Conflicts:    2412000 | #Constraints:      41007
2282.65/2297.12	c #Conflicts:    2413000 | #Constraints:      42007
2282.65/2297.12	c #Conflicts:    2414000 | #Constraints:      43007
2282.65/2297.12	c #Conflicts:    2415000 | #Constraints:      44007
2282.65/2297.12	c #Conflicts:    2416000 | #Constraints:      45007
2282.65/2297.12	c #Conflicts:    2417000 | #Constraints:      46007
2282.65/2297.12	c #Conflicts:    2418000 | #Constraints:      47007
2282.65/2297.12	c #Conflicts:    2419000 | #Constraints:      48007
2282.65/2297.12	c #Conflicts:    2420000 | #Constraints:      49007
2282.65/2297.12	c #Conflicts:    2421000 | #Constraints:      50007
2282.65/2297.12	c #Conflicts:    2422000 | #Constraints:      51007
2282.65/2297.12	c #Conflicts:    2423000 | #Constraints:      52008
2282.65/2297.12	c #Conflicts:    2424000 | #Constraints:      53008
2282.65/2297.12	c #Conflicts:    2425000 | #Constraints:      54008
2282.65/2297.12	c #Conflicts:    2426000 | #Constraints:      55008
2282.65/2297.12	c #Conflicts:    2427000 | #Constraints:      56009
2282.65/2297.12	c #Conflicts:    2428000 | #Constraints:      57010
2282.65/2297.12	c #Conflicts:    2429000 | #Constraints:      58011
2282.65/2297.12	c #Conflicts:    2430000 | #Constraints:      59011
2282.65/2297.12	c #Conflicts:    2431000 | #Constraints:      60011
2282.65/2297.12	c #Conflicts:    2432000 | #Constraints:      61011
2282.65/2297.12	c #Conflicts:    2433000 | #Constraints:      62012
2282.65/2297.12	c #Conflicts:    2434000 | #Constraints:      63012
2282.65/2297.12	c #Conflicts:    2435000 | #Constraints:      64012
2282.65/2297.12	c #Conflicts:    2436000 | #Constraints:      65013
2282.65/2297.12	c #Conflicts:    2437000 | #Constraints:      66013
2282.65/2297.12	c #Conflicts:    2438000 | #Constraints:      67013
2282.65/2297.12	c #Conflicts:    2439000 | #Constraints:      68013
2282.65/2297.12	c #Conflicts:    2440000 | #Constraints:      69013
2282.65/2297.12	c INPROCESSING
2282.65/2297.12	c GARBAGE COLLECT
2282.65/2297.12	c rational objective 1000
2311.92/2326.66	c #Conflicts:    2441000 | #Constraints:      38960
2311.92/2326.66	c #Conflicts:    2442000 | #Constraints:      39960
2311.92/2326.66	c #Conflicts:    2443000 | #Constraints:      40960
2311.92/2326.66	c #Conflicts:    2444000 | #Constraints:      41960
2311.92/2326.66	c #Conflicts:    2445000 | #Constraints:      42960
2311.92/2326.66	c #Conflicts:    2446000 | #Constraints:      43960
2311.92/2326.66	c #Conflicts:    2447000 | #Constraints:      44960
2311.92/2326.66	c #Conflicts:    2448000 | #Constraints:      45960
2311.92/2326.66	c #Conflicts:    2449000 | #Constraints:      46961
2311.92/2326.66	c #Conflicts:    2450000 | #Constraints:      47962
2311.92/2326.66	c #Conflicts:    2451000 | #Constraints:      48964
2311.92/2326.66	c #Conflicts:    2452000 | #Constraints:      49964
2311.92/2326.66	c #Conflicts:    2453000 | #Constraints:      50965
2311.92/2326.66	c #Conflicts:    2454000 | #Constraints:      51966
2311.92/2326.66	c #Conflicts:    2455000 | #Constraints:      52967
2311.92/2326.66	c #Conflicts:    2456000 | #Constraints:      53968
2311.92/2326.66	c #Conflicts:    2457000 | #Constraints:      54968
2311.92/2326.66	c #Conflicts:    2458000 | #Constraints:      55969
2311.92/2326.66	c #Conflicts:    2459000 | #Constraints:      56969
2311.92/2326.66	c #Conflicts:    2460000 | #Constraints:      57970
2311.92/2326.66	c #Conflicts:    2461000 | #Constraints:      58970
2311.92/2326.66	c #Conflicts:    2462000 | #Constraints:      59971
2311.92/2326.66	c #Conflicts:    2463000 | #Constraints:      60972
2311.92/2326.66	c #Conflicts:    2464000 | #Constraints:      61974
2311.92/2326.66	c #Conflicts:    2465000 | #Constraints:      62975
2311.92/2326.66	c #Conflicts:    2466000 | #Constraints:      63976
2311.92/2326.66	c #Conflicts:    2467000 | #Constraints:      64977
2311.92/2326.66	c #Conflicts:    2468000 | #Constraints:      65978
2311.92/2326.66	c bounds 1036 >= 1001 @ 2285.7
2313.91/2328.64	c #Conflicts:    2469000 | #Constraints:      67033
2313.91/2328.64	c #Conflicts:    2470000 | #Constraints:      68059
2313.91/2328.64	c #Conflicts:    2471000 | #Constraints:      69128
2313.91/2328.64	c INPROCESSING
2313.91/2328.64	c GARBAGE COLLECT
2313.91/2328.64	c rational objective 1001
2476.15/2491.96	c #Conflicts:    2472000 | #Constraints:      38698
2476.15/2491.96	c #Conflicts:    2473000 | #Constraints:      39698
2476.15/2491.96	c #Conflicts:    2474000 | #Constraints:      40699
2476.15/2491.96	c #Conflicts:    2475000 | #Constraints:      41702
2476.15/2491.96	c #Conflicts:    2476000 | #Constraints:      42748
2476.15/2491.96	c #Conflicts:    2477000 | #Constraints:      43794
2476.15/2491.96	c #Conflicts:    2478000 | #Constraints:      44830
2476.15/2491.96	c #Conflicts:    2479000 | #Constraints:      45876
2476.15/2491.96	c #Conflicts:    2480000 | #Constraints:      46907
2476.15/2491.96	c #Conflicts:    2481000 | #Constraints:      47944
2476.15/2491.96	c #Conflicts:    2482000 | #Constraints:      48986
2476.15/2491.96	c #Conflicts:    2483000 | #Constraints:      50028
2476.15/2491.96	c #Conflicts:    2484000 | #Constraints:      51058
2476.15/2491.96	c #Conflicts:    2485000 | #Constraints:      52090
2476.15/2491.96	c #Conflicts:    2486000 | #Constraints:      53111
2476.15/2491.96	c #Conflicts:    2487000 | #Constraints:      54142
2476.15/2491.96	c #Conflicts:    2488000 | #Constraints:      55175
2476.15/2491.96	c #Conflicts:    2489000 | #Constraints:      56201
2476.15/2491.96	c #Conflicts:    2490000 | #Constraints:      57228
2476.15/2491.96	c #Conflicts:    2491000 | #Constraints:      58255
2476.15/2491.96	c #Conflicts:    2492000 | #Constraints:      59273
2476.15/2491.96	c #Conflicts:    2493000 | #Constraints:      60296
2476.15/2491.96	c #Conflicts:    2494000 | #Constraints:      61333
2476.15/2491.96	c #Conflicts:    2495000 | #Constraints:      62362
2476.15/2491.96	c #Conflicts:    2496000 | #Constraints:      63382
2476.15/2491.96	c #Conflicts:    2497000 | #Constraints:      64395
2476.15/2491.96	c #Conflicts:    2498000 | #Constraints:      65424
2476.15/2491.96	c #Conflicts:    2499000 | #Constraints:      66450
2476.15/2491.96	c #Conflicts:    2500000 | #Constraints:      67477
2476.15/2491.96	c #Conflicts:    2501000 | #Constraints:      68502
2476.15/2491.96	c #Conflicts:    2502000 | #Constraints:      69528
2476.15/2491.96	c #Conflicts:    2503000 | #Constraints:      70566
2476.15/2491.96	c #Conflicts:    2504000 | #Constraints:      71602
2476.15/2491.96	c #Conflicts:    2505000 | #Constraints:      72640
2476.15/2491.96	c #Conflicts:    2506000 | #Constraints:      73671
2476.15/2491.96	c #Conflicts:    2507000 | #Constraints:      74700
2476.15/2491.96	c #Conflicts:    2508000 | #Constraints:      75723
2476.15/2491.96	c #Conflicts:    2509000 | #Constraints:      76752
2476.15/2491.96	c #Conflicts:    2510000 | #Constraints:      77791
2476.15/2491.96	c #Conflicts:    2511000 | #Constraints:      78810
2476.15/2491.96	c #Conflicts:    2512000 | #Constraints:      79843
2476.15/2491.96	c #Conflicts:    2513000 | #Constraints:      80867
2476.15/2491.96	c #Conflicts:    2514000 | #Constraints:      81886
2476.15/2491.96	c #Conflicts:    2515000 | #Constraints:      82908
2476.15/2491.96	c #Conflicts:    2516000 | #Constraints:      83926
2476.15/2491.96	c #Conflicts:    2517000 | #Constraints:      84939
2476.15/2491.96	c #Conflicts:    2518000 | #Constraints:      85960
2476.15/2491.96	c #Conflicts:    2519000 | #Constraints:      86985
2476.15/2491.96	c #Conflicts:    2520000 | #Constraints:      88005
2476.15/2491.96	c #Conflicts:    2521000 | #Constraints:      89026
2476.15/2491.96	c #Conflicts:    2522000 | #Constraints:      90051
2476.15/2491.96	c #Conflicts:    2523000 | #Constraints:      91067
2476.15/2491.96	c #Conflicts:    2524000 | #Constraints:      92089
2476.15/2491.96	c #Conflicts:    2525000 | #Constraints:      93102
2476.15/2491.96	c #Conflicts:    2526000 | #Constraints:      94114
2476.15/2491.96	c #Conflicts:    2527000 | #Constraints:      95128
2476.15/2491.96	c #Conflicts:    2528000 | #Constraints:      96147
2476.15/2491.96	c #Conflicts:    2529000 | #Constraints:      97176
2476.15/2491.96	c #Conflicts:    2530000 | #Constraints:      98195
2476.15/2491.96	c #Conflicts:    2531000 | #Constraints:      99223
2476.15/2491.96	c #Conflicts:    2532000 | #Constraints:     100246
2476.15/2491.96	c #Conflicts:    2533000 | #Constraints:     101265
2476.15/2491.96	c #Conflicts:    2534000 | #Constraints:     102282
2476.15/2491.96	c #Conflicts:    2535000 | #Constraints:     103309
2476.15/2491.96	c #Conflicts:    2536000 | #Constraints:     104329
2476.15/2491.96	c #Conflicts:    2537000 | #Constraints:     105348
2476.15/2491.96	c #Conflicts:    2538000 | #Constraints:     106371
2476.15/2491.96	c #Conflicts:    2539000 | #Constraints:     107397
2476.15/2491.96	c #Conflicts:    2540000 | #Constraints:     108421
2476.15/2491.96	c #Conflicts:    2541000 | #Constraints:     109437
2476.15/2491.96	c #Conflicts:    2542000 | #Constraints:     110456
2476.15/2491.96	c #Conflicts:    2543000 | #Constraints:     111480
2476.15/2491.96	c #Conflicts:    2544000 | #Constraints:     112494
2476.15/2491.96	c #Conflicts:    2545000 | #Constraints:     113531
2476.15/2491.96	c #Conflicts:    2546000 | #Constraints:     114569
2476.15/2491.96	c #Conflicts:    2547000 | #Constraints:     115594
2476.15/2491.96	c #Conflicts:    2548000 | #Constraints:     116623
2476.15/2491.96	c #Conflicts:    2549000 | #Constraints:     117654
2476.15/2491.96	c #Conflicts:    2550000 | #Constraints:     118685
2847.32/2865.56	c #Conflicts:    2551000 | #Constraints:     119711
2847.32/2865.56	c #Conflicts:    2552000 | #Constraints:     120727
2847.32/2865.56	c #Conflicts:    2553000 | #Constraints:     121755
2847.32/2865.56	c #Conflicts:    2554000 | #Constraints:     122794
2847.32/2865.56	c #Conflicts:    2555000 | #Constraints:     123835
2847.32/2865.56	c #Conflicts:    2556000 | #Constraints:     124866
2847.32/2865.56	c #Conflicts:    2557000 | #Constraints:     125910
2847.32/2865.56	c #Conflicts:    2558000 | #Constraints:     126935
2847.32/2865.56	c #Conflicts:    2559000 | #Constraints:     127961
2847.32/2865.56	c #Conflicts:    2560000 | #Constraints:     128988
2847.32/2865.56	c #Conflicts:    2561000 | #Constraints:     130029
2847.32/2865.56	c #Conflicts:    2562000 | #Constraints:     131061
2847.32/2865.56	c #Conflicts:    2563000 | #Constraints:     132084
2847.32/2865.56	c #Conflicts:    2564000 | #Constraints:     133112
2847.32/2865.56	c #Conflicts:    2565000 | #Constraints:     134139
2847.32/2865.56	c #Conflicts:    2566000 | #Constraints:     135159
2847.32/2865.56	c #Conflicts:    2567000 | #Constraints:     136197
2847.32/2865.56	c #Conflicts:    2568000 | #Constraints:     137223
2847.32/2865.56	c #Conflicts:    2569000 | #Constraints:     138247
2847.32/2865.56	c #Conflicts:    2570000 | #Constraints:     139278
2847.32/2865.56	c #Conflicts:    2571000 | #Constraints:     140298
2847.32/2865.56	c #Conflicts:    2572000 | #Constraints:     141309
2847.32/2865.56	c #Conflicts:    2573000 | #Constraints:     142328
2847.32/2865.56	c #Conflicts:    2574000 | #Constraints:     143343
2847.32/2865.56	c #Conflicts:    2575000 | #Constraints:     144353
2847.32/2865.56	c #Conflicts:    2576000 | #Constraints:     145376
2847.32/2865.56	c #Conflicts:    2577000 | #Constraints:     146391
2847.32/2865.56	c #Conflicts:    2578000 | #Constraints:     147413
2847.32/2865.56	c #Conflicts:    2579000 | #Constraints:     148430
2847.32/2865.56	c #Conflicts:    2580000 | #Constraints:     149459
2847.32/2865.56	c #Conflicts:    2581000 | #Constraints:     150474
2847.32/2865.56	c #Conflicts:    2582000 | #Constraints:     151501
2847.32/2865.56	c #Conflicts:    2583000 | #Constraints:     152519
2847.32/2865.56	c #Conflicts:    2584000 | #Constraints:     153537
2847.32/2865.56	c #Conflicts:    2585000 | #Constraints:     154560
2847.32/2865.56	c #Conflicts:    2586000 | #Constraints:     155592
2847.32/2865.56	c #Conflicts:    2587000 | #Constraints:     156618
2847.32/2865.56	c #Conflicts:    2588000 | #Constraints:     157655
2847.32/2865.56	c #Conflicts:    2589000 | #Constraints:     158685
2847.32/2865.56	c #Conflicts:    2590000 | #Constraints:     159709
2847.32/2865.56	c #Conflicts:    2591000 | #Constraints:     160730
2847.32/2865.56	c #Conflicts:    2592000 | #Constraints:     161747
2847.32/2865.56	c #Conflicts:    2593000 | #Constraints:     162774
2847.32/2865.56	c #Conflicts:    2594000 | #Constraints:     163800
2847.32/2865.56	c #Conflicts:    2595000 | #Constraints:     164818
2847.32/2865.56	c #Conflicts:    2596000 | #Constraints:     165841
2847.32/2865.56	c #Conflicts:    2597000 | #Constraints:     166867
2847.32/2865.56	c #Conflicts:    2598000 | #Constraints:     167889
2847.32/2865.56	c #Conflicts:    2599000 | #Constraints:     168913
2847.32/2865.56	c #Conflicts:    2600000 | #Constraints:     169935
2847.32/2865.56	c #Conflicts:    2601000 | #Constraints:     170961
2847.32/2865.56	c #Conflicts:    2602000 | #Constraints:     171978
2847.32/2865.56	c #Conflicts:    2603000 | #Constraints:     172995
2847.32/2865.56	c #Conflicts:    2604000 | #Constraints:     174016
2847.32/2865.56	c #Conflicts:    2605000 | #Constraints:     175039
2847.32/2865.56	c #Conflicts:    2606000 | #Constraints:     176068
2847.32/2865.56	c #Conflicts:    2607000 | #Constraints:     177094
2847.32/2865.56	c #Conflicts:    2608000 | #Constraints:     178129
2847.32/2865.56	c #Conflicts:    2609000 | #Constraints:     179159
2847.32/2865.56	c #Conflicts:    2610000 | #Constraints:     180179
2847.32/2865.56	c #Conflicts:    2611000 | #Constraints:     181190
2847.32/2865.56	c #Conflicts:    2612000 | #Constraints:     182214
2847.32/2865.56	c #Conflicts:    2613000 | #Constraints:     183237
2847.32/2865.56	c #Conflicts:    2614000 | #Constraints:     184256
2847.32/2865.56	c #Conflicts:    2615000 | #Constraints:     185277
2847.32/2865.56	c #Conflicts:    2616000 | #Constraints:     186290
2847.32/2865.56	c #Conflicts:    2617000 | #Constraints:     187320
2847.32/2865.56	c #Conflicts:    2618000 | #Constraints:     188337
2847.32/2865.56	c #Conflicts:    2619000 | #Constraints:     189349
2847.32/2865.56	c #Conflicts:    2620000 | #Constraints:     190366
2847.32/2865.56	c #Conflicts:    2621000 | #Constraints:     191382
2847.32/2865.56	c #Conflicts:    2622000 | #Constraints:     192408
2847.32/2865.56	c #Conflicts:    2623000 | #Constraints:     193433
2847.32/2865.56	c #Conflicts:    2624000 | #Constraints:     194455
2847.32/2865.56	c #Conflicts:    2625000 | #Constraints:     195477
2847.32/2865.56	c #Conflicts:    2626000 | #Constraints:     196495
2847.32/2865.56	c #Conflicts:    2627000 | #Constraints:     197511
2847.32/2865.56	c #Conflicts:    2628000 | #Constraints:     198532
2847.32/2865.56	c #Conflicts:    2629000 | #Constraints:     199553
2900.97/2919.46	c #Conflicts:    2630000 | #Constraints:     200580
2900.97/2919.46	c #Conflicts:    2631000 | #Constraints:     201606
2900.97/2919.46	c #Conflicts:    2632000 | #Constraints:     202623
2900.97/2919.46	c #Conflicts:    2633000 | #Constraints:     203642
2900.97/2919.46	c #Conflicts:    2634000 | #Constraints:     204663
2900.97/2919.46	c #Conflicts:    2635000 | #Constraints:     205689
2900.97/2919.46	c #Conflicts:    2636000 | #Constraints:     206709
2900.97/2919.46	c #Conflicts:    2637000 | #Constraints:     207723
2900.97/2919.46	c INPROCESSING
2900.97/2919.46	c GARBAGE COLLECT
2900.97/2919.46	c rational objective 1001
2990.09/3009.04	c #Conflicts:    2638000 | #Constraints:     108180
2990.09/3009.04	c #Conflicts:    2639000 | #Constraints:     109180
2990.09/3009.04	c #Conflicts:    2640000 | #Constraints:     110180
2990.09/3009.04	c #Conflicts:    2641000 | #Constraints:     111180
2990.09/3009.04	c #Conflicts:    2642000 | #Constraints:     112180
2990.09/3009.04	c #Conflicts:    2643000 | #Constraints:     113180
2990.09/3009.04	c #Conflicts:    2644000 | #Constraints:     114180
2990.09/3009.04	c #Conflicts:    2645000 | #Constraints:     115180
2990.09/3009.04	c #Conflicts:    2646000 | #Constraints:     116180
2990.09/3009.04	c #Conflicts:    2647000 | #Constraints:     117180
2990.09/3009.04	c #Conflicts:    2648000 | #Constraints:     118180
2990.09/3009.04	c #Conflicts:    2649000 | #Constraints:     119180
2990.09/3009.04	c #Conflicts:    2650000 | #Constraints:     120180
2990.09/3009.04	c #Conflicts:    2651000 | #Constraints:     121180
2990.09/3009.04	c #Conflicts:    2652000 | #Constraints:     122180
2990.09/3009.04	c #Conflicts:    2653000 | #Constraints:     123180
2990.09/3009.04	c #Conflicts:    2654000 | #Constraints:     124180
2990.09/3009.04	c #Conflicts:    2655000 | #Constraints:     125180
2990.09/3009.04	c #Conflicts:    2656000 | #Constraints:     126180
2990.09/3009.04	c #Conflicts:    2657000 | #Constraints:     127180
2990.09/3009.04	c #Conflicts:    2658000 | #Constraints:     128180
2990.09/3009.04	c #Conflicts:    2659000 | #Constraints:     129180
2990.09/3009.04	c #Conflicts:    2660000 | #Constraints:     130180
2990.09/3009.04	c #Conflicts:    2661000 | #Constraints:     131180
2990.09/3009.04	c #Conflicts:    2662000 | #Constraints:     132180
2990.09/3009.04	c #Conflicts:    2663000 | #Constraints:     133180
2990.09/3009.04	c #Conflicts:    2664000 | #Constraints:     134180
2990.09/3009.04	c #Conflicts:    2665000 | #Constraints:     135180
2990.09/3009.04	c #Conflicts:    2666000 | #Constraints:     136180
2990.09/3009.04	c #Conflicts:    2667000 | #Constraints:     137180
2990.09/3009.04	c #Conflicts:    2668000 | #Constraints:     138180
2990.09/3009.04	c #Conflicts:    2669000 | #Constraints:     139180
2990.09/3009.04	c #Conflicts:    2670000 | #Constraints:     140181
2990.09/3009.04	c INPROCESSING
2990.09/3009.04	c GARBAGE COLLECT
2990.09/3009.04	c rational objective 1001
3058.00/3077.50	c #Conflicts:    2671000 | #Constraints:      74608
3058.00/3077.50	c #Conflicts:    2672000 | #Constraints:      75608
3058.00/3077.50	c #Conflicts:    2673000 | #Constraints:      76608
3058.00/3077.50	c #Conflicts:    2674000 | #Constraints:      77608
3058.00/3077.50	c #Conflicts:    2675000 | #Constraints:      78608
3058.00/3077.50	c #Conflicts:    2676000 | #Constraints:      79608
3058.00/3077.50	c #Conflicts:    2677000 | #Constraints:      80608
3058.00/3077.50	c #Conflicts:    2678000 | #Constraints:      81608
3058.00/3077.50	c #Conflicts:    2679000 | #Constraints:      82608
3058.00/3077.50	c #Conflicts:    2680000 | #Constraints:      83608
3058.00/3077.50	c #Conflicts:    2681000 | #Constraints:      84608
3058.00/3077.50	c #Conflicts:    2682000 | #Constraints:      85608
3058.00/3077.50	c #Conflicts:    2683000 | #Constraints:      86608
3058.00/3077.50	c #Conflicts:    2684000 | #Constraints:      87608
3058.00/3077.50	c #Conflicts:    2685000 | #Constraints:      88608
3058.00/3077.50	c #Conflicts:    2686000 | #Constraints:      89608
3058.00/3077.50	c #Conflicts:    2687000 | #Constraints:      90608
3058.00/3077.50	c #Conflicts:    2688000 | #Constraints:      91608
3058.00/3077.50	c #Conflicts:    2689000 | #Constraints:      92608
3058.00/3077.50	c #Conflicts:    2690000 | #Constraints:      93608
3058.10/3077.50	c #Conflicts:    2691000 | #Constraints:      94608
3058.10/3077.50	c #Conflicts:    2692000 | #Constraints:      95608
3058.10/3077.50	c #Conflicts:    2693000 | #Constraints:      96608
3058.10/3077.50	c #Conflicts:    2694000 | #Constraints:      97608
3058.10/3077.50	c #Conflicts:    2695000 | #Constraints:      98608
3058.10/3077.50	c #Conflicts:    2696000 | #Constraints:      99608
3058.10/3077.50	c #Conflicts:    2697000 | #Constraints:     100608
3058.10/3077.50	c #Conflicts:    2698000 | #Constraints:     101608
3058.10/3077.50	c #Conflicts:    2699000 | #Constraints:     102608
3058.10/3077.50	c #Conflicts:    2700000 | #Constraints:     103608
3058.10/3077.50	c #Conflicts:    2701000 | #Constraints:     104608
3058.10/3077.50	c #Conflicts:    2702000 | #Constraints:     105608
3058.10/3077.50	c INPROCESSING
3058.10/3077.50	c GARBAGE COLLECT
3058.10/3077.50	c rational objective 1001
3113.62/3133.37	c #Conflicts:    2703000 | #Constraints:      56877
3113.62/3133.37	c #Conflicts:    2704000 | #Constraints:      57877
3113.62/3133.37	c #Conflicts:    2705000 | #Constraints:      58877
3113.62/3133.37	c #Conflicts:    2706000 | #Constraints:      59877
3113.62/3133.37	c #Conflicts:    2707000 | #Constraints:      60877
3113.62/3133.37	c #Conflicts:    2708000 | #Constraints:      61877
3113.62/3133.37	c #Conflicts:    2709000 | #Constraints:      62877
3113.62/3133.37	c #Conflicts:    2710000 | #Constraints:      63877
3113.62/3133.37	c #Conflicts:    2711000 | #Constraints:      64878
3113.62/3133.37	c #Conflicts:    2712000 | #Constraints:      65878
3113.62/3133.37	c #Conflicts:    2713000 | #Constraints:      66878
3113.62/3133.37	c #Conflicts:    2714000 | #Constraints:      67878
3113.62/3133.37	c #Conflicts:    2715000 | #Constraints:      68878
3113.62/3133.37	c #Conflicts:    2716000 | #Constraints:      69878
3113.62/3133.37	c #Conflicts:    2717000 | #Constraints:      70878
3113.62/3133.37	c #Conflicts:    2718000 | #Constraints:      71878
3113.62/3133.37	c #Conflicts:    2719000 | #Constraints:      72879
3113.62/3133.37	c #Conflicts:    2720000 | #Constraints:      73879
3113.62/3133.37	c #Conflicts:    2721000 | #Constraints:      74879
3113.62/3133.37	c #Conflicts:    2722000 | #Constraints:      75880
3113.62/3133.37	c #Conflicts:    2723000 | #Constraints:      76880
3113.62/3133.37	c #Conflicts:    2724000 | #Constraints:      77880
3113.62/3133.37	c #Conflicts:    2725000 | #Constraints:      78880
3113.62/3133.37	c #Conflicts:    2726000 | #Constraints:      79881
3113.62/3133.37	c #Conflicts:    2727000 | #Constraints:      80881
3113.62/3133.37	c #Conflicts:    2728000 | #Constraints:      81881
3113.62/3133.37	c #Conflicts:    2729000 | #Constraints:      82882
3113.62/3133.37	c #Conflicts:    2730000 | #Constraints:      83882
3113.62/3133.37	c #Conflicts:    2731000 | #Constraints:      84882
3113.62/3133.37	c #Conflicts:    2732000 | #Constraints:      85882
3113.62/3133.37	c #Conflicts:    2733000 | #Constraints:      86882
3113.62/3133.37	c #Conflicts:    2734000 | #Constraints:      87882
3113.62/3133.37	c #Conflicts:    2735000 | #Constraints:      88882
3113.62/3133.37	c #Conflicts:    2736000 | #Constraints:      89883
3113.62/3133.37	c INPROCESSING
3113.62/3133.37	c GARBAGE COLLECT
3113.62/3133.37	c rational objective 1001
3160.05/3180.15	c #Conflicts:    2737000 | #Constraints:      49510
3160.05/3180.15	c #Conflicts:    2738000 | #Constraints:      50510
3160.05/3180.15	c #Conflicts:    2739000 | #Constraints:      51510
3160.05/3180.15	c #Conflicts:    2740000 | #Constraints:      52510
3160.05/3180.15	c #Conflicts:    2741000 | #Constraints:      53510
3160.05/3180.15	c #Conflicts:    2742000 | #Constraints:      54510
3160.05/3180.15	c #Conflicts:    2743000 | #Constraints:      55510
3160.05/3180.15	c #Conflicts:    2744000 | #Constraints:      56511
3160.05/3180.15	c #Conflicts:    2745000 | #Constraints:      57511
3160.05/3180.15	c #Conflicts:    2746000 | #Constraints:      58514
3160.05/3180.15	c #Conflicts:    2747000 | #Constraints:      59515
3160.05/3180.15	c #Conflicts:    2748000 | #Constraints:      60515
3160.05/3180.15	c #Conflicts:    2749000 | #Constraints:      61515
3160.05/3180.15	c #Conflicts:    2750000 | #Constraints:      62516
3160.05/3180.15	c #Conflicts:    2751000 | #Constraints:      63516
3160.05/3180.15	c #Conflicts:    2752000 | #Constraints:      64517
3160.05/3180.15	c #Conflicts:    2753000 | #Constraints:      65517
3160.05/3180.15	c #Conflicts:    2754000 | #Constraints:      66517
3160.05/3180.15	c #Conflicts:    2755000 | #Constraints:      67518
3160.05/3180.15	c #Conflicts:    2756000 | #Constraints:      68788
3160.05/3180.15	c #Conflicts:    2757000 | #Constraints:      69966
3160.05/3180.15	c #Conflicts:    2758000 | #Constraints:      70967
3160.05/3180.15	c #Conflicts:    2759000 | #Constraints:      71968
3160.05/3180.15	c #Conflicts:    2760000 | #Constraints:      72968
3160.05/3180.15	c #Conflicts:    2761000 | #Constraints:      73968
3160.05/3180.15	c #Conflicts:    2762000 | #Constraints:      74970
3160.05/3180.15	c #Conflicts:    2763000 | #Constraints:      75971
3160.05/3180.15	c #Conflicts:    2764000 | #Constraints:      76972
3160.05/3180.15	c #Conflicts:    2765000 | #Constraints:      77973
3160.05/3180.15	c #Conflicts:    2766000 | #Constraints:      78974
3160.05/3180.15	c #Conflicts:    2767000 | #Constraints:      79975
3160.05/3180.15	c #Conflicts:    2768000 | #Constraints:      80976
3160.05/3180.15	c #Conflicts:    2769000 | #Constraints:      81976
3160.05/3180.15	c INPROCESSING
3160.05/3180.15	c GARBAGE COLLECT
3160.05/3180.15	c rational objective 1001
3200.69/3221.04	c #Conflicts:    2770000 | #Constraints:      45414
3200.69/3221.04	c #Conflicts:    2771000 | #Constraints:      46414
3200.69/3221.04	c #Conflicts:    2772000 | #Constraints:      47414
3200.69/3221.04	c #Conflicts:    2773000 | #Constraints:      48414
3200.69/3221.04	c #Conflicts:    2774000 | #Constraints:      49414
3200.69/3221.04	c #Conflicts:    2775000 | #Constraints:      50414
3200.69/3221.04	c #Conflicts:    2776000 | #Constraints:      51414
3200.69/3221.04	c #Conflicts:    2777000 | #Constraints:      52414
3200.69/3221.04	c #Conflicts:    2778000 | #Constraints:      53414
3200.69/3221.04	c #Conflicts:    2779000 | #Constraints:      54414
3200.69/3221.04	c #Conflicts:    2780000 | #Constraints:      55414
3200.69/3221.04	c #Conflicts:    2781000 | #Constraints:      56414
3200.69/3221.04	c #Conflicts:    2782000 | #Constraints:      57414
3200.69/3221.04	c #Conflicts:    2783000 | #Constraints:      58414
3200.69/3221.04	c #Conflicts:    2784000 | #Constraints:      59414
3200.69/3221.04	c #Conflicts:    2785000 | #Constraints:      60414
3200.69/3221.04	c #Conflicts:    2786000 | #Constraints:      61414
3200.69/3221.04	c #Conflicts:    2787000 | #Constraints:      62414
3200.69/3221.04	c #Conflicts:    2788000 | #Constraints:      63414
3200.69/3221.04	c #Conflicts:    2789000 | #Constraints:      64414
3200.69/3221.04	c #Conflicts:    2790000 | #Constraints:      65414
3200.69/3221.04	c #Conflicts:    2791000 | #Constraints:      66414
3200.69/3221.04	c #Conflicts:    2792000 | #Constraints:      67414
3200.69/3221.04	c #Conflicts:    2793000 | #Constraints:      68414
3200.69/3221.04	c #Conflicts:    2794000 | #Constraints:      69414
3200.69/3221.04	c #Conflicts:    2795000 | #Constraints:      70414
3200.69/3221.04	c #Conflicts:    2796000 | #Constraints:      71414
3200.69/3221.04	c #Conflicts:    2797000 | #Constraints:      72414
3200.69/3221.04	c #Conflicts:    2798000 | #Constraints:      73414
3200.69/3221.04	c #Conflicts:    2799000 | #Constraints:      74414
3200.69/3221.04	c #Conflicts:    2800000 | #Constraints:      75414
3200.69/3221.04	c #Conflicts:    2801000 | #Constraints:      76414
3200.69/3221.04	c #Conflicts:    2802000 | #Constraints:      77414
3200.69/3221.04	c INPROCESSING
3200.69/3221.04	c GARBAGE COLLECT
3200.69/3221.04	c rational objective 1001
3239.68/3260.42	c #Conflicts:    2803000 | #Constraints:      42876
3239.68/3260.42	c #Conflicts:    2804000 | #Constraints:      43876
3239.68/3260.42	c #Conflicts:    2805000 | #Constraints:      44876
3239.68/3260.42	c #Conflicts:    2806000 | #Constraints:      45876
3239.68/3260.42	c #Conflicts:    2807000 | #Constraints:      46876
3239.68/3260.42	c #Conflicts:    2808000 | #Constraints:      47876
3239.68/3260.42	c #Conflicts:    2809000 | #Constraints:      48876
3239.68/3260.42	c #Conflicts:    2810000 | #Constraints:      49876
3239.68/3260.42	c #Conflicts:    2811000 | #Constraints:      50876
3239.68/3260.42	c #Conflicts:    2812000 | #Constraints:      51876
3239.68/3260.42	c #Conflicts:    2813000 | #Constraints:      52876
3239.68/3260.42	c #Conflicts:    2814000 | #Constraints:      53876
3239.68/3260.42	c #Conflicts:    2815000 | #Constraints:      54876
3239.68/3260.42	c #Conflicts:    2816000 | #Constraints:      55876
3239.68/3260.42	c #Conflicts:    2817000 | #Constraints:      56876
3239.68/3260.42	c #Conflicts:    2818000 | #Constraints:      57876
3239.68/3260.42	c #Conflicts:    2819000 | #Constraints:      58876
3239.68/3260.42	c #Conflicts:    2820000 | #Constraints:      59876
3239.68/3260.42	c #Conflicts:    2821000 | #Constraints:      60876
3239.68/3260.42	c #Conflicts:    2822000 | #Constraints:      61876
3239.68/3260.42	c #Conflicts:    2823000 | #Constraints:      62876
3239.68/3260.42	c #Conflicts:    2824000 | #Constraints:      63876
3239.68/3260.42	c #Conflicts:    2825000 | #Constraints:      64876
3239.68/3260.42	c #Conflicts:    2826000 | #Constraints:      65876
3239.68/3260.42	c #Conflicts:    2827000 | #Constraints:      66876
3239.68/3260.42	c #Conflicts:    2828000 | #Constraints:      67876
3239.68/3260.42	c #Conflicts:    2829000 | #Constraints:      68876
3239.68/3260.42	c #Conflicts:    2830000 | #Constraints:      69876
3239.68/3260.42	c #Conflicts:    2831000 | #Constraints:      70876
3239.68/3260.42	c #Conflicts:    2832000 | #Constraints:      71876
3239.68/3260.42	c #Conflicts:    2833000 | #Constraints:      72876
3239.68/3260.42	c #Conflicts:    2834000 | #Constraints:      73876
3239.68/3260.42	c #Conflicts:    2835000 | #Constraints:      74876
3239.68/3260.42	c #Conflicts:    2836000 | #Constraints:      75876
3239.68/3260.42	c INPROCESSING
3239.68/3260.42	c GARBAGE COLLECT
3239.68/3260.42	c rational objective 1001
3340.84/3362.22	c #Conflicts:    2837000 | #Constraints:      42258
3340.84/3362.22	c #Conflicts:    2838000 | #Constraints:      43258
3340.84/3362.22	c #Conflicts:    2839000 | #Constraints:      44258
3340.84/3362.22	c #Conflicts:    2840000 | #Constraints:      45258
3340.84/3362.22	c #Conflicts:    2841000 | #Constraints:      46258
3340.84/3362.22	c #Conflicts:    2842000 | #Constraints:      47258
3340.84/3362.22	c #Conflicts:    2843000 | #Constraints:      48258
3340.84/3362.22	c #Conflicts:    2844000 | #Constraints:      49258
3340.84/3362.22	c #Conflicts:    2845000 | #Constraints:      50258
3340.84/3362.22	c #Conflicts:    2846000 | #Constraints:      51260
3340.84/3362.22	c #Conflicts:    2847000 | #Constraints:      52263
3340.84/3362.22	c #Conflicts:    2848000 | #Constraints:      53264
3340.84/3362.22	c #Conflicts:    2849000 | #Constraints:      54264
3340.84/3362.22	c #Conflicts:    2850000 | #Constraints:      55265
3340.84/3362.22	c #Conflicts:    2851000 | #Constraints:      56265
3340.84/3362.22	c #Conflicts:    2852000 | #Constraints:      57268
3340.84/3362.22	c #Conflicts:    2853000 | #Constraints:      58270
3340.84/3362.22	c #Conflicts:    2854000 | #Constraints:      59272
3340.84/3362.22	c #Conflicts:    2855000 | #Constraints:      60275
3340.84/3362.22	c #Conflicts:    2856000 | #Constraints:      61275
3340.84/3362.22	c #Conflicts:    2857000 | #Constraints:      62275
3340.84/3362.22	c #Conflicts:    2858000 | #Constraints:      63275
3340.84/3362.22	c #Conflicts:    2859000 | #Constraints:      64275
3340.84/3362.22	c #Conflicts:    2860000 | #Constraints:      65275
3340.84/3362.22	c #Conflicts:    2861000 | #Constraints:      66275
3340.84/3362.22	c #Conflicts:    2862000 | #Constraints:      67275
3340.84/3362.22	c #Conflicts:    2863000 | #Constraints:      68276
3340.84/3362.22	c #Conflicts:    2864000 | #Constraints:      69276
3340.84/3362.22	c #Conflicts:    2865000 | #Constraints:      70277
3340.84/3362.22	c #Conflicts:    2866000 | #Constraints:      71277
3340.84/3362.22	c #Conflicts:    2867000 | #Constraints:      72277
3340.84/3362.22	c #Conflicts:    2868000 | #Constraints:      73277
3340.84/3362.22	c #Conflicts:    2869000 | #Constraints:      74277
3340.84/3362.22	c #Conflicts:    2870000 | #Constraints:      75277
3340.84/3362.22	c INPROCESSING
3340.84/3362.22	c GARBAGE COLLECT
3340.84/3362.22	c #Conflicts:    2871000 | #Constraints:      42013
3340.84/3362.22	c #Conflicts:    2872000 | #Constraints:      43013
3340.84/3362.22	c #Conflicts:    2873000 | #Constraints:      44013
3340.84/3362.22	c #Conflicts:    2874000 | #Constraints:      45268
3340.84/3362.22	c #Conflicts:    2875000 | #Constraints:      46326
3340.84/3362.22	c #Conflicts:    2876000 | #Constraints:      47326
3340.84/3362.22	c #Conflicts:    2877000 | #Constraints:      48326
3340.84/3362.22	c #Conflicts:    2878000 | #Constraints:      49326
3340.84/3362.22	c #Conflicts:    2879000 | #Constraints:      50326
3340.84/3362.22	c #Conflicts:    2880000 | #Constraints:      51326
3340.84/3362.22	c #Conflicts:    2881000 | #Constraints:      52326
3340.84/3362.22	c #Conflicts:    2882000 | #Constraints:      53326
3340.84/3362.22	c #Conflicts:    2883000 | #Constraints:      54326
3340.84/3362.22	c #Conflicts:    2884000 | #Constraints:      55326
3340.84/3362.22	c #Conflicts:    2885000 | #Constraints:      56326
3340.84/3362.22	c #Conflicts:    2886000 | #Constraints:      57326
3340.84/3362.22	c #Conflicts:    2887000 | #Constraints:      58326
3340.84/3362.22	c #Conflicts:    2888000 | #Constraints:      59326
3340.84/3362.22	c #Conflicts:    2889000 | #Constraints:      60326
3340.84/3362.22	c #Conflicts:    2890000 | #Constraints:      61326
3340.84/3362.22	c #Conflicts:    2891000 | #Constraints:      62326
3340.84/3362.22	c #Conflicts:    2892000 | #Constraints:      63326
3340.84/3362.22	c #Conflicts:    2893000 | #Constraints:      64326
3340.84/3362.22	c #Conflicts:    2894000 | #Constraints:      65326
3340.84/3362.22	c #Conflicts:    2895000 | #Constraints:      66326
3340.84/3362.22	c #Conflicts:    2896000 | #Constraints:      67326
3340.84/3362.22	c #Conflicts:    2897000 | #Constraints:      68326
3340.84/3362.22	c #Conflicts:    2898000 | #Constraints:      69326
3340.84/3362.22	c #Conflicts:    2899000 | #Constraints:      70326
3340.84/3362.22	c #Conflicts:    2900000 | #Constraints:      71326
3340.84/3362.22	c #Conflicts:    2901000 | #Constraints:      72326
3340.84/3362.22	c #Conflicts:    2902000 | #Constraints:      73326
3340.84/3362.22	c #Conflicts:    2903000 | #Constraints:      74326
3340.84/3362.22	c #Conflicts:    2904000 | #Constraints:      75326
3340.84/3362.22	c #Conflicts:    2905000 | #Constraints:      76326
3340.84/3362.22	c #Conflicts:    2906000 | #Constraints:      77326
3340.84/3362.22	c #Conflicts:    2907000 | #Constraints:      78326
3340.84/3362.22	c #Conflicts:    2908000 | #Constraints:      79326
3340.84/3362.22	c #Conflicts:    2909000 | #Constraints:      80326
3340.84/3362.22	c #Conflicts:    2910000 | #Constraints:      81326
3340.84/3362.22	c #Conflicts:    2911000 | #Constraints:      82326
3340.84/3362.22	c #Conflicts:    2912000 | #Constraints:      83326
3340.84/3362.22	c #Conflicts:    2913000 | #Constraints:      84326
3340.84/3362.22	c #Conflicts:    2914000 | #Constraints:      85326
3340.84/3362.22	c #Conflicts:    2915000 | #Constraints:      86326
3548.92/3572.29	c #Conflicts:    2916000 | #Constraints:      87326
3548.92/3572.29	c #Conflicts:    2917000 | #Constraints:      88326
3548.92/3572.29	c #Conflicts:    2918000 | #Constraints:      89326
3548.92/3572.29	c #Conflicts:    2919000 | #Constraints:      90326
3548.92/3572.29	c #Conflicts:    2920000 | #Constraints:      91326
3548.92/3572.29	c #Conflicts:    2921000 | #Constraints:      92326
3548.92/3572.29	c #Conflicts:    2922000 | #Constraints:      93326
3548.92/3572.29	c #Conflicts:    2923000 | #Constraints:      94326
3548.92/3572.29	c #Conflicts:    2924000 | #Constraints:      95326
3548.92/3572.29	c #Conflicts:    2925000 | #Constraints:      96326
3548.92/3572.29	c #Conflicts:    2926000 | #Constraints:      97326
3548.92/3572.29	c #Conflicts:    2927000 | #Constraints:      98326
3548.92/3572.29	c #Conflicts:    2928000 | #Constraints:      99326
3548.92/3572.29	c #Conflicts:    2929000 | #Constraints:     100326
3548.92/3572.29	c #Conflicts:    2930000 | #Constraints:     101326
3548.92/3572.29	c #Conflicts:    2931000 | #Constraints:     102326
3548.92/3572.29	c #Conflicts:    2932000 | #Constraints:     103326
3548.92/3572.29	c #Conflicts:    2933000 | #Constraints:     104326
3548.92/3572.29	c #Conflicts:    2934000 | #Constraints:     105326
3548.92/3572.29	c #Conflicts:    2935000 | #Constraints:     106326
3548.92/3572.29	c #Conflicts:    2936000 | #Constraints:     107326
3548.92/3572.29	c #Conflicts:    2937000 | #Constraints:     108326
3548.92/3572.29	c #Conflicts:    2938000 | #Constraints:     109326
3548.92/3572.29	c #Conflicts:    2939000 | #Constraints:     110326
3548.92/3572.29	c #Conflicts:    2940000 | #Constraints:     111326
3548.92/3572.29	c #Conflicts:    2941000 | #Constraints:     112326
3548.92/3572.29	c #Conflicts:    2942000 | #Constraints:     113326
3548.92/3572.29	c #Conflicts:    2943000 | #Constraints:     114326
3548.92/3572.29	c #Conflicts:    2944000 | #Constraints:     115326
3548.92/3572.29	c #Conflicts:    2945000 | #Constraints:     116326
3548.92/3572.29	c #Conflicts:    2946000 | #Constraints:     117326
3548.92/3572.29	c #Conflicts:    2947000 | #Constraints:     118326
3548.92/3572.29	c #Conflicts:    2948000 | #Constraints:     119326
3548.92/3572.29	c #Conflicts:    2949000 | #Constraints:     120326
3548.92/3572.29	c #Conflicts:    2950000 | #Constraints:     121326
3548.92/3572.29	c #Conflicts:    2951000 | #Constraints:     122326
3548.92/3572.29	c #Conflicts:    2952000 | #Constraints:     123326
3548.92/3572.29	c #Conflicts:    2953000 | #Constraints:     124326
3548.92/3572.29	c #Conflicts:    2954000 | #Constraints:     125326
3548.92/3572.29	c #Conflicts:    2955000 | #Constraints:     126326
3548.92/3572.29	c #Conflicts:    2956000 | #Constraints:     127326
3548.92/3572.29	c #Conflicts:    2957000 | #Constraints:     128326
3548.92/3572.29	c #Conflicts:    2958000 | #Constraints:     129326
3548.92/3572.29	c #Conflicts:    2959000 | #Constraints:     130326
3548.92/3572.29	c #Conflicts:    2960000 | #Constraints:     131326
3548.92/3572.29	c #Conflicts:    2961000 | #Constraints:     132326
3548.92/3572.29	c #Conflicts:    2962000 | #Constraints:     133326
3548.92/3572.29	c #Conflicts:    2963000 | #Constraints:     134326
3548.92/3572.29	c #Conflicts:    2964000 | #Constraints:     135326
3548.92/3572.29	c #Conflicts:    2965000 | #Constraints:     136326
3548.92/3572.29	c #Conflicts:    2966000 | #Constraints:     137326
3548.92/3572.29	c #Conflicts:    2967000 | #Constraints:     138326
3548.92/3572.29	c #Conflicts:    2968000 | #Constraints:     139326
3548.92/3572.29	c #Conflicts:    2969000 | #Constraints:     140326
3548.92/3572.29	c #Conflicts:    2970000 | #Constraints:     141326
3548.92/3572.29	c #Conflicts:    2971000 | #Constraints:     142326
3548.92/3572.29	c #Conflicts:    2972000 | #Constraints:     143326
3548.92/3572.29	c #Conflicts:    2973000 | #Constraints:     144326
3548.92/3572.29	c #Conflicts:    2974000 | #Constraints:     145326
3548.92/3572.29	c #Conflicts:    2975000 | #Constraints:     146326
3548.92/3572.29	c #Conflicts:    2976000 | #Constraints:     147326
3548.92/3572.29	c #Conflicts:    2977000 | #Constraints:     148326
3548.92/3572.29	c #Conflicts:    2978000 | #Constraints:     149326
3548.92/3572.29	c #Conflicts:    2979000 | #Constraints:     150326
3548.92/3572.29	c #Conflicts:    2980000 | #Constraints:     151326
3548.92/3572.29	c #Conflicts:    2981000 | #Constraints:     152326
3548.92/3572.29	c #Conflicts:    2982000 | #Constraints:     153326
3548.92/3572.29	c #Conflicts:    2983000 | #Constraints:     154326
3548.92/3572.29	c #Conflicts:    2984000 | #Constraints:     155326
3548.92/3572.29	c #Conflicts:    2985000 | #Constraints:     156326
3548.92/3572.29	c #Conflicts:    2986000 | #Constraints:     157326
3548.92/3572.29	c #Conflicts:    2987000 | #Constraints:     158326
3548.92/3572.29	c #Conflicts:    2988000 | #Constraints:     159326
3548.92/3572.29	c #Conflicts:    2989000 | #Constraints:     160326
3548.92/3572.29	c #Conflicts:    2990000 | #Constraints:     161326
3548.92/3572.29	c #Conflicts:    2991000 | #Constraints:     162326
3548.92/3572.29	c #Conflicts:    2992000 | #Constraints:     163326
3548.92/3572.29	c #Conflicts:    2993000 | #Constraints:     164326
3600.07/3623.50	c #Conflicts:    2994000 | #Constraints:     165326
3600.07/3623.50	c #Conflicts:    2995000 | #Constraints:     166326
3600.07/3623.50	c #Conflicts:    2996000 | #Constraints:     167326
3600.07/3623.50	c #Conflicts:    2997000 | #Constraints:     168326
3600.07/3623.50	c #Conflicts:    2998000 | #Constraints:     169326
3600.07/3623.50	c #Conflicts:    2999000 | #Constraints:     170326
3600.07/3623.50	c #Conflicts:    3000000 | #Constraints:     171327
3600.07/3623.50	c #Conflicts:    3001000 | #Constraints:     172327
3600.07/3623.50	c #Conflicts:    3002000 | #Constraints:     173327
3600.07/3623.50	c #Conflicts:    3003000 | #Constraints:     174327
3600.07/3623.50	c #Conflicts:    3004000 | #Constraints:     175327
3600.07/3623.50	c #Conflicts:    3005000 | #Constraints:     176327
3600.07/3623.50	c cpu time 3567.56 s
3600.07/3623.50	c deterministic time 192868128813 1.93e+11
3600.07/3623.50	c optimization time 318.092 s
3600.07/3623.50	c total solve time 3249.41 s
3600.07/3623.50	c core-guided solve time 1782.34 s
3600.07/3623.50	c propagation time 2771.15 s
3600.07/3623.50	c conflict analysis time 718.667 s
3600.07/3623.50	c propagations 761924690
3600.07/3623.50	c resolve steps 50839531
3600.07/3623.50	c decisions 8410134
3600.07/3623.50	c conflicts 3005371
3600.07/3623.50	c restarts 5209
3600.07/3623.50	c inprocessing phases 156
3600.07/3623.50	c garbage collections 156 ,( 100.00 )
3600.07/3623.50	c input clauses 5233 ,( 62.59 )
3600.07/3623.50	c input cardinalities 2667 ,( 31.90 )
3600.07/3623.50	c input general constraints 461 ,( 5.51 )
3600.07/3623.50	c input average constraint length 274.60
3600.07/3623.50	c input average constraint degree 77.49
3600.07/3623.50	c learned clauses 1939614 ,( 63.80 )
3600.07/3623.50	c learned cardinalities 256847 ,( 8.45 )
3600.07/3623.50	c learned general constraints 843693 ,( 27.75 )
3600.07/3623.50	c learned average constraint length 230.90
3600.07/3623.50	c learned average constraint degree 636589082.74
3600.07/3623.50	c watched  CF 32, 64, 128, Arb: 353920 , 0 , 0 , 0
3600.07/3623.50	c counting CF 32, 64, 128, Arb: 490235 , 0 , 0 , 0
3600.07/3623.50	c watched   constraints 353920 ,( 41.93 ) 
3600.07/3623.50	c counting  constraints 490234 ,( 58.07 ) 
3600.07/3623.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1831533306 , 4536420579 , 22835987891 ,( 747813583 , 22088174308 )
3600.07/3623.50	c gcd simplifications 69301
3600.07/3623.50	c detected cardinalities 39310
3600.07/3623.50	c weakened non-implied lits 303493051
3600.07/3623.50	c weakened non-implying lits 133954
3600.07/3623.50	c original variables 1966
3600.07/3623.50	c clausal propagations 317258977
3600.07/3623.50	c cardinality propagations 53863167
3600.07/3623.50	c watched propagations 11614951
3600.07/3623.50	c counting propagations 352086142
3600.07/3623.50	c watch lookups 118366924949
3600.07/3623.50	c watch backjump lookups 0
3600.07/3623.50	c watch checks 39617526571
3600.07/3623.50	c propagation checks 31092492857
3600.07/3623.50	c constraint additions 2244461206
3600.07/3623.50	c trail pops 773307711
3600.07/3623.50	c formula constraints 4015
3600.07/3623.50	c learned constraints 2973568
3600.07/3623.50	c bound constraints 1154
3600.07/3623.50	c core-guided constraints 3192
3600.07/3623.50	c encountered formula constraints 16057096
3600.07/3623.50	c encountered learned constraints 25919168
3600.07/3623.50	c encountered bound constraints 174
3600.07/3623.50	c encountered core-guided constraints 11110692
3600.07/3623.50	c LP total time 308.308 s
3600.07/3623.50	c LP solve time 264.91 s
3600.07/3623.50	c LP constraints added 6471
3600.07/3623.50	c LP constraints removed 2434
3600.07/3623.50	c LP pivots internal 3006055
3600.07/3623.50	c LP pivots root 74639
3600.07/3623.50	c LP calls 40254
3600.07/3623.50	c LP optimalities 6502
3600.07/3623.50	c LP no pivot count 2002
3600.07/3623.50	c LP infeasibilities 33745
3600.07/3623.50	c LP valid Farkas constraints 33731
3600.07/3623.50	c LP learned Farkas constraints 31954
3600.07/3623.50	c LP basis resets 17
3600.07/3623.50	c LP cycling count 0
3600.07/3623.50	c LP singular count 3
3600.07/3623.50	c LP no primal count 0
3600.07/3623.50	c LP no farkas count 14
3600.07/3623.50	c LP other issue count 0
3600.07/3623.50	c LP Gomory cuts 901
3600.07/3623.50	c LP learned cuts 1555
3600.07/3623.50	c LP deleted cuts 2434
3600.07/3623.50	c LP encountered Gomory constraints 4008
3600.07/3623.50	c LP encountered Farkas constraints 512203
3600.07/3623.50	c LP encountered learned Farkas constraints 209607
3600.07/3623.50	c CG auxiliary variables introduced 1397
3600.07/3623.50	c CG solutions found 155
3600.07/3623.50	c CG cores constructed 1000
3600.07/3623.50	c CG core cardinality constraints returned 0
3600.07/3623.50	c CG unit cores 1
3600.07/3623.50	c CG single cores 999
3600.07/3623.50	c CG blocks removed during cardinality reduction 0
3600.07/3623.50	c CG first core best 0
3600.07/3623.50	c CG decision core best 0
3600.07/3623.50	c CG core reduction tie 0
3600.07/3623.50	c CG core degree average 1.00
3600.07/3623.50	c CG core slack average 2.17
3600.07/3623.50	c CG core upper bound improvements 14
3600.07/3623.50	c STR number of successful calls 0
3600.07/3623.50	c STR number of unsuccessful calls 0
3600.07/3623.50	c STR number of inconclusive calls 0
3600.07/3623.50	c STR number of successful attempts 0
3600.07/3623.50	c STR number of unsuccessful attempts 0
3600.07/3623.50	c STR number of inconclusive attempts 0
3600.07/3623.50	c STR average degree increase per successful call inf
3600.07/3623.50	c STR average degree increase per successful attempt inf
3600.07/3623.50	c STR total number of conflicts for successful attempts 0
3600.07/3623.50	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3623.50	c STR total number of conflicts for inconclusive attempts 0
3600.07/3623.50	c STR average number of conflicts per successful attempt inf
3600.07/3623.50	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3623.50	c STR average number of conflicts per inconclusive attempt inf
3600.07/3623.50	c AVG.sumWPerc 48.50 
3600.07/3623.50	c bigint constraints 0 
3600.07/3623.50	o 1036
3600.07/3623.50	s SATISFIABLE
3600.07/3623.50	v x1 -x2 x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 x13 x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 x22 -x23 x24 x25 x26 x27 x28 x29 -x30 x31 x32 -x33 x34 x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 x44 x45 -x46 x47 x48 -x49 -x50 -x51 -x52 -x53 x54 x55 x56 x57 -x58 x59 x60 -x61 x62 -x63 -x64 -x65 x66 x67 -x68 x69 -x70 x71 -x72 x73 x74 x75 x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 x98 x99 x100 -x101 -x102 x103 x104 -x105 -x106 -x107 -x108 x109 x110 -x111 x112 x113 x114 -x115 x116 x117 x118 x119 x120 -x121 -x122 x123 x124 -x125 -x126 -x127 x128 x129 x130 x131 x132 x133 x134 -x135 -x136 x137 -x138 x139 x140 x141 x142 x143 -x144 x145 x146 x147 x148 -x149 x150 x151 -x152 -x153 x154 x155 x156 -x157 x158 x159 x160 x161 x162 -x163 -x164 x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 x180 -x181 -x182 x183 -x184 x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 x194 -x195 -x196 x197 x198 x199 x200 -x201 -x202 x203 -x204 x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 x222 x223 -x224 -x225 x226 x227 x228 -x229 -x230 -x231 x232 -x233 x234 x235 x236 x237 -x238 x239 -x240 x241 -x242 x243 x244 -x245 -x246 -x247 -x248 x249 -x250 x251 x252 -x253 x254 x255 x256 -x257 x258 -x259 x260 -x261 -x262 x263 -x264 x265 x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 x274 x275 x276 -x277 -x278 x279 x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 -x291 -x292 x293 x294 -x295 -x296 x297 -x298 x299 -x300 x301 -x302 -x303 -x304 x305 x306 x307 x308 -x309 -x310 -x311 x312 -x313 -x314 x315 x316 x317 x318 -x319 -x320 x321 x322 x323 x324 x325 x326 -x327 -x328 -x329 x330 -x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 x340 x341 x342 -x343 -x344 -x345 -x346 x347 x348 -x349 x350 -x351 x352 -x353 -x354 x355 x356 -x357 -x358 -x359 -x360 x361 x362 -x363 -x364 x365 x366 x367 -x368 x369 -x370 x371 x372 -x373 x374 -x375 x376 -x377 x378 x379 x380 x381 -x382 x383 x384 -x385 x386 -x387 x388 -x389 x390 x391 x392 -x393 -x394 -x395 -x396 -x397 x398 x399 -x400 -x401 -x402 x403 x404 x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 x413 -x414 -x415 x416 x417 x418 -x419 x420 x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 x431 -x432 -x433 -x434 x435 x436 -x437 -x438 -x439 x440 -x441 x442 x443 -x444 x445 x446 -x447 x448 x449 -x450 x451 -x452 x453 -x454 -x455 x456 -x457 x458 x459 x460 x461 x462 x463 x464 -x465 x466 x467 -x468 -x469 -x470 x471 x472 -x473 x474 -x475 x476 -x477 x478 x479 -x480 x481 -x482 -x483 x484 x485 -x486 -x487 x488 -x489 x490 x491 -x492 x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 x501 -x502 x503 -x504 x505 x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 x514 x515 -x516 -x517 -x518 x519 x520 x521 x522 -x523 x524 -x525 x526 -x527 x528 x529 x530 x531 x532 -x533 -x534 -x535 x536 -x537 x538 x539 x540 -x541 -x542 -x543 x544 -x545 x546 x547 -x548 -x549 -x550 -x551 x552 x553 -x554 -x555 x556 x557 -x558 x559 -x560 -x561 x562 x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 x575 x576 -x577 -x578 -x579 x580 x581 x582 -x583 x584 -x585 -x586 x587 x588 -x589 -x590 -x591 x592 x593 x594 x595 x596 x597 x598 -x599 -x600 x601 x602 x603 x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 x615 x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 x625 -x626 x627 x628 -x629 x630 x631 x632 -x633 x634 -x635 -x636 x637 x638 -x639 -x640 x641 x642 x643 x644 -x645 -x646 -x647 -x648 x649 x650 -x651 x652 x653 -x654 x655 -x656 x657 -x658 x659 -x660 -x661 x662 x663 -x664 x665 x666 -x667 -x668 x669 -x670 -x671 x672 -x673 -x674 -x675 x676 -x677 -x678 x679 -x680 x681 -x682 x683 -x684 x685 -x686 -x687 -x688 x689 -x690 x691 -x692 x693 x694 x695 -x696 x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 x706 -x707 -x708 x709 -x710 -x711 -x712 -x713 -x714 x715 x716 -x717 x718 x719 -x720 x721 x722 x723 x724 -x725 x726 x727 x728 x729 -x730 -x731 x732 x733 x734 x735 x736 x737 -x738 -x739 x740 -x741 x742 x743 -x744 x745 x746 x747 x748 x749 -x750 x751 x752 -x753 x754 x755 -x756 -x757 -x758 x759 x760 x761 x762 -x763 x764 x765 x766 x767 -x768 -x769 -x770 -x771 x772 x773 -x774 x775 x776 -x777 -x778 x779 x780 -x781 -x782 -x783 x784 -x785 x786 -x787 x788 -x789 x790 x791 x792 -x793 x794 x795 x796 -x797 -x798 -x799 x800 x801 x802 -x803 -x804 x805 x806 -x807 x808 x809 -x810 x811 -x812 -x813 x814 x815 x816 x817 -x818 x819 x820 x821 -x822 x823 -x824 -x825 -x826 -x827 -x828 -x829 x830 -x831 -x832 x833 -x834 x835 x836 -x837 x838 -x839 x840 -x841 x842 -x843 -x844 x845 x846 x847 x848 -x849 -x850 x851 -x852 x853 -x854 x855 -x856 x857 -x858 x859 -x860 x861 x862 x863 x864 -x865 -x866 x867 x868 -x869 -x870 x871 x872 -x873 x874 -x875 x876 x877 x878 -x879 -x880 x881 -x882 -x883 x884 -x885 x886 -x887 -x888 x889 x890 -x891 x892 x893 -x894 -x895 x896 -x897 -x898 -x899 x900 -x901 x902 x903 x904 -x905 -x906 x907 x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 x917 x918 x919 x920 x921 -x922 -x923 -x924 -x925 -x926 x927 x928 x929 x930 -x931 -x932 x933 x934 -x935 x936 -x937 -x938 x939 x940 x941 x942 x943 x944 x945 -x946 x947 -x948 x949 x950 -x951 x952 x953 x954 -x955 x956 -x957 -x958 -x959 x960 x961 x962 -x963 -x964 -x965 -x966 x967 -x968 x969 -x970 x971 -x972 x973 x974 x975 -x976 x977 -x978 -x979 x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 x991 x992 x993 -x994 x995 x996 -x997 -x998 x999 -x1000 x1001 x1002 x1003 -x1004 -x1005 x1006 -x1007 -x1008 x1009 x1010 x1011 -x1012 x1013 -x1014 x1015 x1016 x1017 -x1018 x1019 x1020 x1021 -x1022 x1023 -x1024 x1025 x1026 x1027 x1028 x1029 -x1030 x1031 x1032 x1033 -x1034 x1035 x1036 -x1037 x1038 x1039 -x1040 -x1041 x1042 x1043 -x1044 x1045 x1046 x1047 -x1048 -x1049 x1050 -x1051 x1052 x1053 -x1054 -x1055 x1056 x1057 -x1058 -x1059 -x1060 -x1061 -x1062 x1063 x1064 x1065 x1066 -x1067 -x1068 x1069 x1070 x1071 x1072 -x1073 x1074 x1075 x1076 x1077 -x1078 -x1079 x1080 x1081 -x1082 x1083 x1084 -x1085 -x1086 -x1087 -x1088 x1089 x1090 -x1091 x1092 x1093 x1094 x1095 x1096 x1097 -x1098 x1099 -x1100 x1101 x1102 x1103 x1104 x1105 -x1106 x1107 -x1108 x1109 -x1110 x1111 -x1112 -x1113 x1114 -x1115 x1116 x1117 -x1118 x1119 x1120 x1121 x1122 x1123 x1124 -x1125 x1126 x1127 -x1128 x1129 x1130 -x1131 x1132 -x1133 x1134 -x1135 -x1136 x1137 -x1138 x1139 -x1140 -x1141 x1142 x1143 x1144 x1145 x1146 x1147 x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 x1155 x1156 x1157 -x1158 -x1159 x1160 x1161 -x1162 -x1163 x1164 x1165 x1166 x1167 x1168 -x1169 -x1170 -x1171 x1172 -x1173 x1174 -x1175 x1176 -x1177 x1178 x1179 x1180 x1181 -x1182 x1183 -x1184 -x1185 x1186 -x1187 x1188 x1189 -x1190 -x1191 x1192 -x1193 -x1194 -x1195 -x1196 x1197 x1198 x1199 x1200 -x1201 -x1202 -x1203 x1204 x1205 x1206 -x1207 -x1208 x1209 -x1210 -x1211 x1212 x1213 x1214 x1215 x1216 -x1217 x1218 -x1219 x1220 -x1221 -x1222 -x1223 -x1224 x1225 x1226 x1227 x1228 -x1229 x1230 -x1231 x1232 x1233 -x1234 x1235 -x1236 -x1237 x1238 -x1239 -x1240 x1241 -x1242 x1243 -x1244 x1245 -x1246 -x1247 -x1248 x1249 x1250 x1251 x1252 -x1253 -x1254 x1255 x1256 x1257 x1258 x1259 -x1260 x1261 x1262 x1263 x1264 -x1265 -x1266 -x1267 -x1268 x1269 x1270 -x1271 -x1272 x1273 x1274 -x1275 -x1276 -x1277 x1278 x1279 -x1280 -x1281 x1282 x1283 -x1284 x1285 x1286 x1287 -x1288 x1289 x1290 -x1291 -x1292 x1293 x1294 -x1295 x1296 x1297 x1298 -x1299 -x1300 x1301 -x1302 x1303 -x1304 -x1305 -x1306 x1307 x1308 x1309 -x1310 -x1311 -x1312 -x1313 -x1314 x1315 x1316 x1317 x1318 x1319 x1320 -x1321 -x1322 -x1323 -x1324 x1325 x1326 -x1327 -x1328 x1329 -x1330 -x1331 x1332 -x1333 x1334 -x1335 -x1336 x1337 x1338 x1339 x1340 -x1341 -x1342 -x1343 x1344 x1345 -x1346 x1347 x1348 x1349 -x1350 -x1351 -x1352 x1353 -x1354 x1355 -x1356 x1357 x1358 x1359 -x1360 x1361 x1362 x1363 -x1364 -x1365 x1366 x1367 -x1368 -x1369 x1370 x1371 x1372 x1373 x1374 x1375 x1376 -x1377 -x1378 -x1379 -x1380 x1381 x1382 -x1383 -x1384 x1385 x1386 -x1387 -x1388 x1389 -x1390 x1391 x1392 -x1393 x1394 x1395 -x1396 x1397 x1398 -x1399 -x1400 -x1401 x1402 x1403 x1404 -x1405 x1406 -x1407 -x1408 -x1409 x1410 x1411 x1412 x1413 x1414 x1415 x1416 x1417 x1418 x1419 -x1420 -x1421 x1422 x1423 -x1424 x1425 x1426 -x1427 -x1428 x1429 x1430 -x1431 x1432 x1433 x1434 x1435 x1436 -x1437 -x1438 -x1439 x1440 -x1441 x1442 -x1443 -x1444 -x1445 -x1446 x1447 x1448 -x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 -x1456 -x1457 x1458 -x1459 x1460 -x1461 x1462 x1463 x1464 x1465 x1466 -x1467 x1468 -x1469 x1470 x1471 x1472 -x1473 x1474 -x1475 x1476 -x1477 -x1478 x1479 x1480 x1481 -x1482 x1483 -x1484 x1485 -x1486 -x1487 x1488 -x1489 -x1490 x1491 -x1492 x1493 x1494 x1495 x1496 x1497 -x1498 -x1499 -x1500 -x1501 -x1502 x1503 -x1504 -x1505 x1506 x1507 x1508 -x1509 x1510 -x1511 -x1512 -x1513 x1514 x1515 x1516 -x1517 -x1518 -x1519 x1520 -x1521 x1522 -x1523 x1524 -x1525 -x1526 -x1527 x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 x1535 -x1536 -x1537 -x1538 x1539 x1540 x1541 x1542 x1543 -x1544 -x1545 -x1546 x1547 -x1548 -x1549 -x1550 x1551 x1552 x1553 -x1554 x1555 -x1556 -x1557 x1558 -x1559 -x1560 x1561 x1562 x1563 -x1564 -x1565 -x1566 -x1567 x1568 x1569 -x1570 x1571 x1572 x1573 -x1574 x1575 x1576 -x1577 -x1578 x1579 -x1580 x1581 -x1582 -x1583 -x1584 -x1585 x1586 -x1587 x1588 -x1589 x1590 x1591 x1592 -x1593 x1594 -x1595 x1596 -x1597 -x1598 x1599 x1600 x1601 x1602 -x1603 x1604 x1605 -x1606 -x1607 -x1608 -x1609 x1610 -x1611 x1612 x1613 -x1614 x1615 x1616 x1617 -x1618 -x1619 -x1620 x1621 -x1622 x1623 -x1624 x1625 -x1626 x1627 -x1628 -x1629 -x1630 -x1631 x1632 -x1633 x1634 -x1635 -x1636 -x1637 x1638 x1639 -x1640 x1641 -x1642 x1643 x1644 x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 x1652 x1653 -x1654 x1655 -x1656 -x1657 -x1658 x1659 -x1660 x1661 -x1662 -x1663 x1664 x1665 x1666 -x1667 -x1668 -x1669 -x1670 x1671 -x1672 x1673 x1674 -x1675 -x1676 -x1677 x1678 x1679 -x1680 x1681 x1682 x1683 -x1684 -x1685 -x1686 x1687 -x1688 -x1689 x1690 x1691 -x1692 x1693 -x1694 x1695 x1696 -x1697 -x1698 x1699 x1700 -x1701 x1702 x1703 -x1704 x1705 x1706 x1707 x1708 x1709 -x1710 x1711 -x1712 x1713 -x1714 x1715 x1716 x1717 -x1718 x1719 x1720 -x1721 x1722 x1723 -x1724 -x1725 x1726 x1727 x1728 -x1729 x1730 -x1731 x1732 -x1733 x1734 -x1735 x1736 x1737 x1738 x1739 x1740 x1741 x1742 -x1743 -x1744 x1745 x1746 x1747 -x1748 x1749 -x1750 -x1751 -x1752 -x1753 x1754 -x1755 -x1756 x1757 x1758 -x1759 x1760 -x1761 x1762 -x1763 x1764 x1765 x1766 x1767 -x1768 x1769 x1770 x1771 x1772 -x1773 -x1774 x1775 x1776 -x1777 -x1778 x1779 x1780 x1781 x1782 x1783 -x1784 x1785 -x1786 -x1787 x1788 -x1789 -x1790 x1791 x1792 -x1793 x1794 -x1795 x1796 -x1797 x1798 x1799 x1800 -x1801 x1802 -x1803 x1804 x1805 x1806 -x1807 x1808 x1809 -x1810 x1811 x1812 -x1813 -x1814 x1815 -x1816 -x1817 -x1818 x1819 x1820 x1821 -x1822 x1823 x1824 x1825 x1826 x1827 x1828 -x1829 x1830 -x1831 -x1832 -x1833 x1834 x1835 -x1836 -x1837 -x1838 x1839 x1840 -x1841 -x1842 x1843 x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 x1851 -x1852 x1853 x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 x1863 -x1864 x1865 x1866 -x1867 x1868 x1869 x1870 x1871 x1872 -x1873 -x1874 x1875 x1876 x1877 x1878 x1879 x1880 x1881 -x1882 -x1883 x1884 x1885 -x1886 x1887 x1888 x1889 -x1890 x1891 -x1892 -x1893 x1894 x1895 -x1896 -x1897 x1898 -x1899 -x1900 -x1901 -x1902 x1903 -x1904 x1905 -x1906 -x1907 x1908 -x1909 x1910 x1911 -x1912 x1913 x1914 x1915 x1916 x1917 x1918 -x1919 x1920 x1921 -x1922 -x1923 x1924 x1925 -x1926 -x1927 -x1928 x1929 x1930 x1931 -x1932 x1933 -x1934 -x1935 x1936 x1937 -x1938 x1939 x1940 x1941 x1942 -x1943 x1944 x1945 -x1946 x1947 x1948 x1949 x1950 x1951 x1952 x1953 x1954 -x1955 -x1956 -x1957 x1958 x1959 -x1960 x1961 -x1962 x1963
3600.07/3623.50	c Program interrupted by user.

Verifier Data

OK	1036

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488729-1751331130/watcher-4488729-1751331130 -o /tmp/evaluation-result-4488729-1751331130/solver-4488729-1751331130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751327275-45192 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4488729-1751331130.opb PROOFDIR/proof-4488729-1751331130 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
solver pid=45954, runsolver pid=45951
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.21 4.41 4.33 4/259 45957
/proc/meminfo: memFree=126996872/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=55756 memory=8832 CPUtime=0 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 467 0 0 0 0 0 0 0 20 0 1 0 48792451 57094144 2208 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 13939 2208 1952 1147 0 1366 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 59948 KiB
Current children cumulated memory: 11904 KiB

[startup+0.214019 s]*
/proc/loadavg: 4.21 4.41 4.33 5/259 45957
/proc/meminfo: memFree=126997128/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=60868 memory=15532 CPUtime=0.11 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 2360 0 0 0 10 1 0 0 20 0 1 0 48792451 62328832 3883 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 15217 3883 2336 1147 0 2644 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 65060 KiB
Current children cumulated memory: 18604 KiB

[startup+0.313682 s]*
/proc/loadavg: 4.21 4.41 4.33 5/259 45957
/proc/meminfo: memFree=126989064/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=62056 memory=18792 CPUtime=0.21 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 2600 0 0 0 19 2 0 0 20 0 1 0 48792451 63545344 4698 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 15514 4698 2400 1147 0 2941 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 66248 KiB
Current children cumulated memory: 21864 KiB

[startup+0.700341 s]
/proc/loadavg: 4.21 4.41 4.33 5/259 45957
/proc/meminfo: memFree=126987280/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=63192 memory=22032 CPUtime=0.59 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 2916 0 0 0 55 4 0 0 20 0 1 0 48792451 64708608 5508 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 15798 5508 2400 1147 0 3225 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 67384 KiB
Current children cumulated memory: 25104 KiB

[startup+1.50031 s]
/proc/loadavg: 4.21 4.41 4.33 5/259 45957
/proc/meminfo: memFree=126957040/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=85320 memory=42332 CPUtime=1.38 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 7483 0 0 0 126 12 0 0 20 0 1 0 48792451 87367680 10583 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 21330 10583 2400 1147 0 8757 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 89512 KiB
Current children cumulated memory: 45404 KiB

[startup+3.1134 s]
/proc/loadavg: 4.21 4.41 4.33 5/260 45958
/proc/meminfo: memFree=126885756/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=129100 memory=74768 CPUtime=2.99 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 14032 0 0 0 278 21 0 0 20 0 1 0 48792451 132198400 18692 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 32275 18692 2432 1147 0 19702 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 133292 KiB
Current children cumulated memory: 77840 KiB

[startup+6.30033 s]
/proc/loadavg: 4.19 4.40 4.33 5/260 45959
/proc/meminfo: memFree=126820992/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=159596 memory=97808 CPUtime=6.16 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 19818 0 0 0 587 29 0 0 20 0 1 0 48792451 163426304 24452 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 39899 24452 2432 1147 0 27326 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 163788 KiB
Current children cumulated memory: 100880 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.39 4.33 5/260 45959
/proc/meminfo: memFree=126722928/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=163880 memory=107340 CPUtime=12.55 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 21179 0 0 0 1212 43 0 0 20 0 1 0 48792451 167813120 26835 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 40970 26835 2432 1147 0 28397 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 168072 KiB
Current children cumulated memory: 110412 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.37 4.32 5/261 45960
/proc/meminfo: memFree=126478848/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=217352 memory=155140 CPUtime=25.31 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 31080 0 0 0 2464 67 0 0 20 0 1 0 48792451 222568448 38785 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 54338 38785 2432 1147 0 41765 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 221544 KiB
Current children cumulated memory: 158212 KiB

[startup+51.1135 s]
/proc/loadavg: 4.15 4.36 4.32 5/261 45960
/proc/meminfo: memFree=126072064/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=284812 memory=209100 CPUtime=50.79 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 42524 0 0 0 4968 111 0 0 20 0 1 0 48792451 291647488 52275 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 71203 52275 2432 1147 0 58630 0
Current children cumulated CPU time: 50.81 s
Current children cumulated vsize: 289004 KiB
Current children cumulated memory: 212172 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.33 4.31 5/261 45962
/proc/meminfo: memFree=125327356/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=295900 memory=218828 CPUtime=101.73 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 44963 0 0 0 9984 189 0 0 20 0 1 0 48792451 303001600 54707 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 73975 54707 2432 1147 0 61402 0
Current children cumulated CPU time: 101.75 s
Current children cumulated vsize: 300092 KiB
Current children cumulated memory: 221900 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.30 4.30 5/261 45964
/proc/meminfo: memFree=124374316/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=317132 memory=244400 CPUtime=161.39 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 50335 0 0 0 15849 290 0 0 20 0 1 0 48792451 324743168 61100 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 79283 61100 2432 1147 0 66710 0
Current children cumulated CPU time: 161.41 s
Current children cumulated vsize: 321324 KiB
Current children cumulated memory: 247472 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.26 4.28 5/261 45966
/proc/meminfo: memFree=123447112/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=375964 memory=276844 CPUtime=221.01 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 56407 0 0 0 21733 368 0 0 20 0 1 0 48792451 384987136 69211 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 93991 69211 2432 1147 0 81418 0

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

/proc/45957/statm: 286843 245438 2432 1147 0 274270 0
Current children cumulated CPU time: 3082.81 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 984824 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.15 4.14 5/259 46135
/proc/meminfo: memFree=96140616/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1001336 CPUtime=3142.43 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157650 0 0 0 311240 3003 0 0 20 0 1 0 48792451 1174908928 250334 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 250334 2432 1147 0 274270 0
Current children cumulated CPU time: 3142.45 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1004408 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.15 4.14 5/259 46137
/proc/meminfo: memFree=95566488/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1012088 CPUtime=3201.95 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157661 0 0 0 317147 3048 0 0 20 0 1 0 48792451 1174908928 253022 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 253022 2432 1147 0 274270 0
Current children cumulated CPU time: 3201.97 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1015160 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/258 46140
/proc/meminfo: memFree=95129544/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1012472 CPUtime=3261.49 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157667 0 0 0 323048 3101 0 0 20 0 1 0 48792451 1174908928 253118 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 253118 2528 1147 0 274270 0
Current children cumulated CPU time: 3261.51 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1015544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/259 46149
/proc/meminfo: memFree=94723088/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1012472 CPUtime=3321.1 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157667 0 0 0 328963 3147 0 0 20 0 1 0 48792451 1174908928 253118 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 253118 2528 1147 0 274270 0
Current children cumulated CPU time: 3321.12 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1015544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.12 4/255 46254
/proc/meminfo: memFree=112979612/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1012472 CPUtime=3380.71 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157667 0 0 0 334892 3179 0 0 20 0 1 0 48792451 1174908928 253118 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 253118 2528 1147 0 274270 0
Current children cumulated CPU time: 3380.73 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1015544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/259 46294
/proc/meminfo: memFree=120814988/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1031160 CPUtime=3440.49 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157668 0 0 0 340847 3202 0 0 20 0 1 0 48792451 1174908928 257790 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 257790 2528 1147 0 274270 0
Current children cumulated CPU time: 3440.51 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1034232 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.14 4.12 5/259 46296
/proc/meminfo: memFree=119918684/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1031160 CPUtime=3500.27 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157668 0 0 0 346804 3223 0 0 20 0 1 0 48792451 1174908928 257790 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 257790 2528 1147 0 274270 0
Current children cumulated CPU time: 3500.29 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1034232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.13 4.12 5/258 46298
/proc/meminfo: memFree=119105012/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1031160 CPUtime=3558.97 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157687 0 0 0 352658 3239 0 0 20 0 1 0 48792451 1174908928 257790 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 257790 2528 1147 0 274270 0
Current children cumulated CPU time: 3558.99 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1034232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.5 s]
/proc/loadavg: 4.21 4.14 4.12 5/258 46299
/proc/meminfo: memFree=118534056/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1031160 CPUtime=3600.05 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157687 0 0 0 356755 3250 0 0 20 0 1 0 48792451 1174908928 257790 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 257790 2528 1147 0 274270 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1034232 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.01612 s, system=0.015567 s

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

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

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

[startup+3623.5 s]
/proc/loadavg: 4.21 4.14 4.12 5/258 46299
/proc/meminfo: memFree=118534056/131382120 swapFree=33010416/33010684
[pid=45954] ppid=45951 vsize=4192 memory=3072 CPUtime=0.02 cores=0,2
/proc/45954/stat : 45954 (run-opt-break-l) S 45951 45954 45182 0 -1 4194304 243 1427 0 0 0 0 1 1 20 0 1 0 48792444 4292608 768 18446744073709551615 94462375763968 94462376658501 140727067691520 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94462376897552 94462376945296 94462389489664 140727067699477 140727067699678 140727067699678 140727067705280 0
/proc/45954/statm: 1048 768 704 219 0 110 0
[pid=45957] ppid=45954 vsize=1147372 memory=1031160 CPUtime=3600.05 cores=0,2
/proc/45957/stat : 45957 (roundingsat) R 45954 45954 45182 0 -1 4194304 157687 0 0 0 356755 3250 0 0 20 0 1 0 48792451 1174908928 257790 18446744073709551615 4227072 8923433 140730574117024 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 20987904 140730574125332 140730574125608 140730574125608 140730574131178 0
/proc/45957/statm: 286843 257790 2528 1147 0 274270 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1151564 KiB
Current children cumulated memory: 1034232 KiB

Child status: 2

Real time (s): 3623.53
CPU time (s): 3600.11
CPU user time (s): 3567.58
CPU system time (s): 32.5219
CPU usage (%): 99.3535
Max. virtual memory (cumulated for all children) (KiB): 1153192
Max. memory (cumulated for all children) (KiB): 1034232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3567.58
system time used= 32.5219
maximum resident set size= 1031288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159377
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14230744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 685
involuntary context switches= 9387


# summary of solver processes directly reported to runsolver:
#   pid: 45954,45957
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3567.58
#   total CPU system time (s): 32.5219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5432 second user time and 37.4776 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-01 02:52:11
IDJOB=4488729
IDBENCH=147530
IDSOLVER=3360
FILE ID=nodeC006/4488729-1751331130
RUNJOBID= nodeC006-1751327275-45192
SLURM_JOB_ID= 9594368
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488729-1751331130/watcher-4488729-1751331130 -o /tmp/evaluation-result-4488729-1751331130/solver-4488729-1751331130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751327275-45192 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4488729-1751331130.opb PROOFDIR/proof-4488729-1751331130

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

MD5SUM BENCH= 2f43827d921579f008f60b037bb7dde7
RANDOM SEED=511513488

nodeC006 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	: 0xb00001f
cpu MHz		: 1197.139
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3691.195
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.413
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.088
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3662.599
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3691.189
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.559
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.141
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127001304 kB
MemAvailable:   129179604 kB
Buffers:            2128 kB
Cached:          2981232 kB
SwapCached:           12 kB
Active:          1179008 kB
Inactive:        2656152 kB
Active(anon):     858764 kB
Inactive(anon):    11092 kB
Active(file):     320244 kB
Inactive(file):  2645060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            214628 kB
Writeback:             0 kB
AnonPages:        854972 kB
Mapped:           116448 kB
Shmem:             17948 kB
KReclaimable:     104864 kB
Slab:             195172 kB
SReclaimable:     104864 kB
SUnreclaim:        90308 kB
KernelStack:        4160 kB
PageTables:         5052 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1380216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC006 at 2025-07-01 03:52:35