Trace number 4531816

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3SAT (TO)1037 3570.67 3700.38

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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4531816-1752584622.opb'
0.00/0.01	c 	read 0.11MB  (1.89ms)
0.00/0.01	c	 [cnf: #variables 1963 #clauses 4000 #duplicates 1 #arr 9961]
0.00/0.01	c output proof to 'PROOFDIR/proof-4531816-1752584622'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 10] (2.30ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.37ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 9889 #edges 27774]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.28*10^2 #generators 7] (1.75ms)
0.00/0.01	c 
0.00/0.01	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01	c 	(0.01ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c add generic predicates (break_depth=20)
0.00/0.01	c 	added predicates for 7 generators (0.01ms)
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 16 #add_vars 3]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4531816-1752584622.opb.pre'
0.00/0.01	c 	wrote 0.12MB (0.34ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   2.30ms 30.84% approx_orbits
0.00/0.01	c                   1.89ms 25.34% parse
0.00/0.01	c                   1.75ms 23.55% detect_generic
0.00/0.01	c                   0.72ms  9.73% other
0.00/0.01	c                   0.37ms  5.02% detect_special
0.00/0.01	c                   0.34ms  4.62% output
0.00/0.01	c                   0.05ms  0.73% finalize_order
0.00/0.01	c                   0.01ms  0.09% optimize_gens
0.00/0.01	c                   0.01ms  0.08% break_generic
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   7.44ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 0f876b3
0.00/0.06	c #variables 1966 #constraints 4015
0.00/0.06	c objective is ce32 
0.00/0.08	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.08	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.08	c bounds 1115 >= 0 @ 0.035811
0.06/0.13	c bounds 1114 >= 0 @ 0.071177
0.06/0.13	c bounds 1114 >= 1 @ 0.071922
0.06/0.13	c bounds 1114 >= 2 @ 0.072426
0.06/0.13	c bounds 1114 >= 3 @ 0.072924
0.06/0.13	c bounds 1114 >= 4 @ 0.07341
0.06/0.13	c bounds 1114 >= 5 @ 0.073892
0.06/0.13	c bounds 1114 >= 6 @ 0.074382
0.06/0.13	c bounds 1114 >= 7 @ 0.074879
0.06/0.13	c bounds 1114 >= 8 @ 0.075367
0.06/0.13	c bounds 1114 >= 9 @ 0.07585
0.06/0.13	c bounds 1114 >= 10 @ 0.076334
0.06/0.13	c bounds 1114 >= 11 @ 0.076822
0.06/0.13	c bounds 1114 >= 12 @ 0.077308
0.06/0.13	c bounds 1114 >= 13 @ 0.077795
0.06/0.13	c bounds 1114 >= 14 @ 0.078281
0.06/0.13	c bounds 1114 >= 15 @ 0.078805
0.06/0.13	c bounds 1114 >= 16 @ 0.079332
0.06/0.13	c bounds 1114 >= 17 @ 0.079862
0.06/0.13	c bounds 1114 >= 18 @ 0.080389
0.06/0.14	c bounds 1114 >= 19 @ 0.080915
0.06/0.14	c bounds 1114 >= 20 @ 0.081445
0.06/0.14	c bounds 1114 >= 21 @ 0.081971
0.06/0.14	c bounds 1114 >= 22 @ 0.082496
0.06/0.14	c bounds 1114 >= 23 @ 0.083029
0.06/0.14	c bounds 1114 >= 24 @ 0.083555
0.06/0.14	c bounds 1114 >= 25 @ 0.084081
0.06/0.14	c bounds 1114 >= 26 @ 0.08461
0.06/0.14	c bounds 1114 >= 27 @ 0.085106
0.06/0.14	c bounds 1114 >= 28 @ 0.085595
0.06/0.14	c bounds 1114 >= 29 @ 0.086085
0.06/0.14	c bounds 1114 >= 30 @ 0.086575
0.06/0.14	c bounds 1114 >= 31 @ 0.0871
0.06/0.14	c bounds 1114 >= 32 @ 0.087689
0.06/0.14	c bounds 1114 >= 33 @ 0.088201
0.06/0.14	c bounds 1114 >= 34 @ 0.08869
0.06/0.14	c bounds 1114 >= 35 @ 0.089181
0.06/0.14	c bounds 1114 >= 36 @ 0.089673
0.06/0.14	c bounds 1114 >= 37 @ 0.090158
0.06/0.15	c bounds 1114 >= 38 @ 0.090651
0.06/0.15	c bounds 1114 >= 39 @ 0.091137
0.06/0.15	c bounds 1114 >= 40 @ 0.091623
0.06/0.15	c bounds 1114 >= 41 @ 0.092108
0.06/0.15	c bounds 1114 >= 42 @ 0.092599
0.06/0.15	c bounds 1114 >= 43 @ 0.093092
0.06/0.15	c bounds 1114 >= 44 @ 0.093582
0.06/0.15	c bounds 1114 >= 45 @ 0.094071
0.06/0.15	c bounds 1114 >= 46 @ 0.094561
0.06/0.15	c bounds 1114 >= 47 @ 0.094657
0.06/0.15	c bounds 1114 >= 48 @ 0.094657
0.06/0.15	c bounds 1114 >= 49 @ 0.095054
0.06/0.15	c bounds 1114 >= 50 @ 0.095535
0.06/0.15	c bounds 1114 >= 51 @ 0.096022
0.06/0.15	c bounds 1114 >= 52 @ 0.09651
0.06/0.15	c bounds 1114 >= 53 @ 0.097002
0.06/0.15	c bounds 1114 >= 54 @ 0.09749
0.06/0.15	c bounds 1114 >= 55 @ 0.097978
0.06/0.15	c bounds 1114 >= 56 @ 0.098462
0.06/0.15	c bounds 1114 >= 57 @ 0.098947
0.06/0.16	c bounds 1114 >= 58 @ 0.099432
0.06/0.16	c bounds 1114 >= 59 @ 0.099918
0.06/0.16	c bounds 1114 >= 60 @ 0.100403
0.06/0.16	c bounds 1114 >= 61 @ 0.100858
0.06/0.16	c bounds 1114 >= 62 @ 0.101347
0.06/0.16	c bounds 1114 >= 63 @ 0.101834
0.06/0.16	c bounds 1114 >= 64 @ 0.10232
0.06/0.16	c bounds 1114 >= 65 @ 0.102804
0.06/0.16	c bounds 1114 >= 66 @ 0.103286
0.06/0.16	c bounds 1114 >= 67 @ 0.103774
0.06/0.16	c bounds 1114 >= 68 @ 0.104262
0.06/0.16	c bounds 1114 >= 69 @ 0.104744
0.06/0.16	c bounds 1114 >= 70 @ 0.105231
0.06/0.16	c bounds 1114 >= 71 @ 0.105711
0.06/0.16	c bounds 1114 >= 72 @ 0.106197
0.06/0.16	c bounds 1114 >= 73 @ 0.10668
0.06/0.16	c bounds 1114 >= 74 @ 0.107156
0.06/0.16	c bounds 1114 >= 75 @ 0.107636
0.06/0.16	c bounds 1114 >= 76 @ 0.108116
0.06/0.16	c bounds 1114 >= 77 @ 0.108595
0.06/0.16	c bounds 1114 >= 78 @ 0.109079
0.06/0.17	c bounds 1114 >= 79 @ 0.109562
0.06/0.17	c bounds 1114 >= 80 @ 0.110042
0.06/0.17	c bounds 1114 >= 81 @ 0.110673
0.06/0.17	c bounds 1114 >= 82 @ 0.110775
0.06/0.17	c bounds 1114 >= 83 @ 0.111313
0.06/0.17	c bounds 1114 >= 84 @ 0.11179
0.06/0.17	c bounds 1114 >= 85 @ 0.112271
0.06/0.17	c bounds 1114 >= 86 @ 0.112755
0.06/0.17	c bounds 1114 >= 87 @ 0.113235
0.06/0.17	c bounds 1114 >= 88 @ 0.113712
0.06/0.17	c bounds 1114 >= 89 @ 0.114191
0.06/0.17	c bounds 1114 >= 90 @ 0.114671
0.06/0.17	c bounds 1114 >= 91 @ 0.115149
0.06/0.17	c bounds 1114 >= 92 @ 0.115627
0.06/0.17	c bounds 1114 >= 93 @ 0.115717
0.06/0.17	c bounds 1114 >= 94 @ 0.115717
0.06/0.17	c bounds 1114 >= 95 @ 0.116101
0.06/0.17	c bounds 1114 >= 96 @ 0.116599
0.06/0.17	c bounds 1114 >= 97 @ 0.117096
0.06/0.18	c bounds 1114 >= 98 @ 0.117612
0.06/0.18	c bounds 1114 >= 99 @ 0.11812
0.06/0.18	c bounds 1114 >= 100 @ 0.118636
0.06/0.18	c bounds 1114 >= 101 @ 0.119119
0.06/0.18	c bounds 1114 >= 102 @ 0.119604
0.06/0.18	c bounds 1114 >= 103 @ 0.120099
0.06/0.18	c bounds 1114 >= 104 @ 0.120579
0.06/0.18	c bounds 1114 >= 105 @ 0.121056
0.06/0.18	c bounds 1114 >= 106 @ 0.121535
0.06/0.18	c bounds 1114 >= 107 @ 0.122011
0.06/0.18	c bounds 1114 >= 108 @ 0.122488
0.06/0.18	c bounds 1114 >= 109 @ 0.122964
0.06/0.18	c bounds 1114 >= 110 @ 0.12344
0.06/0.18	c bounds 1114 >= 111 @ 0.123915
0.06/0.18	c bounds 1114 >= 112 @ 0.124392
0.06/0.18	c bounds 1114 >= 113 @ 0.124874
0.06/0.18	c bounds 1114 >= 114 @ 0.125352
0.06/0.18	c bounds 1114 >= 115 @ 0.125824
0.06/0.18	c bounds 1114 >= 116 @ 0.126304
0.06/0.18	c bounds 1114 >= 117 @ 0.126774
0.06/0.18	c bounds 1114 >= 118 @ 0.127253
0.06/0.19	c bounds 1114 >= 119 @ 0.127727
0.06/0.19	c bounds 1114 >= 120 @ 0.128208
0.06/0.19	c bounds 1114 >= 121 @ 0.128684
0.06/0.19	c bounds 1114 >= 122 @ 0.129165
0.06/0.19	c bounds 1114 >= 123 @ 0.129642
0.06/0.19	c bounds 1114 >= 124 @ 0.130149
0.06/0.19	c bounds 1114 >= 125 @ 0.130628
0.06/0.19	c bounds 1114 >= 126 @ 0.131105
0.06/0.19	c bounds 1114 >= 127 @ 0.131582
0.06/0.19	c bounds 1114 >= 128 @ 0.132067
0.06/0.19	c bounds 1114 >= 129 @ 0.132546
0.06/0.19	c bounds 1114 >= 130 @ 0.133021
0.06/0.19	c bounds 1114 >= 131 @ 0.133493
0.06/0.19	c bounds 1114 >= 132 @ 0.133968
0.06/0.19	c bounds 1114 >= 133 @ 0.134446
0.06/0.19	c bounds 1114 >= 134 @ 0.134923
0.06/0.19	c bounds 1114 >= 135 @ 0.135529
0.06/0.19	c bounds 1114 >= 136 @ 0.136006
0.06/0.19	c bounds 1114 >= 137 @ 0.136481
0.06/0.19	c bounds 1114 >= 138 @ 0.136959
0.06/0.20	c bounds 1114 >= 139 @ 0.137434
0.06/0.20	c bounds 1114 >= 140 @ 0.137901
0.06/0.20	c bounds 1114 >= 141 @ 0.138384
0.06/0.20	c bounds 1114 >= 142 @ 0.138866
0.06/0.20	c bounds 1114 >= 143 @ 0.139348
0.06/0.20	c bounds 1114 >= 144 @ 0.139831
0.06/0.20	c bounds 1114 >= 145 @ 0.140311
0.06/0.20	c bounds 1114 >= 146 @ 0.140795
0.06/0.20	c bounds 1114 >= 147 @ 0.141271
0.06/0.20	c bounds 1114 >= 148 @ 0.141744
0.06/0.20	c bounds 1114 >= 149 @ 0.14222
0.06/0.20	c bounds 1114 >= 150 @ 0.142692
0.06/0.20	c bounds 1114 >= 151 @ 0.143164
0.06/0.20	c bounds 1114 >= 152 @ 0.143636
0.06/0.20	c bounds 1114 >= 153 @ 0.144161
0.06/0.20	c bounds 1114 >= 154 @ 0.144645
0.06/0.20	c bounds 1114 >= 155 @ 0.145066
0.06/0.20	c bounds 1114 >= 156 @ 0.145485
0.06/0.20	c bounds 1114 >= 157 @ 0.145966
0.06/0.20	c bounds 1114 >= 158 @ 0.146451
0.06/0.20	c bounds 1114 >= 159 @ 0.146937
0.06/0.21	c bounds 1114 >= 160 @ 0.147427
0.06/0.21	c bounds 1114 >= 161 @ 0.147913
0.06/0.21	c bounds 1114 >= 162 @ 0.148396
0.17/0.21	c bounds 1114 >= 163 @ 0.148877
0.17/0.21	c bounds 1114 >= 164 @ 0.14935
0.17/0.21	c bounds 1114 >= 165 @ 0.149831
0.17/0.21	c bounds 1114 >= 166 @ 0.150311
0.17/0.21	c bounds 1114 >= 167 @ 0.150787
0.17/0.21	c bounds 1114 >= 168 @ 0.151263
0.17/0.21	c bounds 1114 >= 169 @ 0.15174
0.17/0.21	c bounds 1114 >= 170 @ 0.152212
0.17/0.21	c bounds 1114 >= 171 @ 0.152684
0.17/0.21	c bounds 1114 >= 172 @ 0.153196
0.17/0.21	c bounds 1114 >= 173 @ 0.153669
0.17/0.21	c bounds 1114 >= 174 @ 0.154137
0.17/0.21	c bounds 1114 >= 175 @ 0.154607
0.17/0.21	c bounds 1114 >= 176 @ 0.15508
0.17/0.21	c bounds 1114 >= 177 @ 0.155548
0.17/0.21	c bounds 1114 >= 178 @ 0.15602
0.17/0.21	c bounds 1114 >= 179 @ 0.156491
0.17/0.22	c bounds 1114 >= 180 @ 0.156955
0.17/0.22	c bounds 1114 >= 181 @ 0.157429
0.17/0.22	c bounds 1114 >= 182 @ 0.157902
0.17/0.22	c bounds 1114 >= 183 @ 0.158369
0.17/0.22	c bounds 1114 >= 184 @ 0.158841
0.17/0.22	c bounds 1114 >= 185 @ 0.159313
0.17/0.22	c bounds 1114 >= 186 @ 0.159787
0.17/0.22	c bounds 1114 >= 187 @ 0.160257
0.17/0.22	c bounds 1114 >= 188 @ 0.160727
0.17/0.22	c bounds 1114 >= 189 @ 0.161192
0.17/0.22	c bounds 1114 >= 190 @ 0.161655
0.17/0.22	c bounds 1114 >= 191 @ 0.162125
0.17/0.22	c bounds 1114 >= 192 @ 0.162594
0.17/0.22	c bounds 1114 >= 193 @ 0.163063
0.17/0.22	c bounds 1114 >= 194 @ 0.163535
0.17/0.22	c bounds 1114 >= 195 @ 0.164002
0.17/0.22	c bounds 1114 >= 196 @ 0.164472
0.17/0.22	c bounds 1114 >= 197 @ 0.164948
0.17/0.22	c bounds 1114 >= 198 @ 0.165417
0.17/0.22	c bounds 1114 >= 199 @ 0.165877
0.17/0.22	c bounds 1114 >= 200 @ 0.166346
0.17/0.22	c bounds 1114 >= 201 @ 0.166813
0.17/0.23	c bounds 1114 >= 202 @ 0.167288
0.17/0.23	c bounds 1114 >= 203 @ 0.167762
0.17/0.23	c bounds 1114 >= 204 @ 0.168224
0.17/0.23	c bounds 1114 >= 205 @ 0.168689
0.17/0.23	c bounds 1114 >= 206 @ 0.169157
0.17/0.23	c bounds 1114 >= 207 @ 0.169627
0.17/0.23	c bounds 1114 >= 208 @ 0.170086
0.17/0.23	c bounds 1114 >= 209 @ 0.170556
0.17/0.23	c bounds 1114 >= 210 @ 0.171025
0.17/0.23	c bounds 1114 >= 211 @ 0.171492
0.17/0.23	c bounds 1114 >= 212 @ 0.171959
0.17/0.23	c bounds 1114 >= 213 @ 0.172427
0.17/0.23	c bounds 1114 >= 214 @ 0.172892
0.17/0.23	c bounds 1114 >= 215 @ 0.173355
0.17/0.23	c bounds 1114 >= 216 @ 0.173811
0.17/0.23	c bounds 1114 >= 217 @ 0.174276
0.17/0.23	c bounds 1114 >= 218 @ 0.174862
0.17/0.23	c bounds 1114 >= 219 @ 0.175332
0.17/0.23	c bounds 1114 >= 220 @ 0.175804
0.17/0.23	c bounds 1114 >= 221 @ 0.17627
0.17/0.23	c bounds 1114 >= 222 @ 0.176338
0.17/0.24	c bounds 1114 >= 223 @ 0.176338
0.17/0.24	c bounds 1114 >= 224 @ 0.176723
0.17/0.24	c bounds 1114 >= 225 @ 0.17719
0.17/0.24	c bounds 1114 >= 226 @ 0.177654
0.17/0.24	c bounds 1114 >= 227 @ 0.178117
0.17/0.24	c bounds 1114 >= 228 @ 0.178582
0.17/0.24	c bounds 1114 >= 229 @ 0.179047
0.17/0.24	c bounds 1114 >= 230 @ 0.179514
0.17/0.24	c bounds 1114 >= 231 @ 0.179973
0.17/0.24	c bounds 1114 >= 232 @ 0.180442
0.17/0.24	c bounds 1114 >= 233 @ 0.18091
0.17/0.24	c bounds 1114 >= 234 @ 0.18137
0.17/0.24	c bounds 1114 >= 235 @ 0.181831
0.17/0.24	c bounds 1114 >= 236 @ 0.182335
0.17/0.24	c bounds 1114 >= 237 @ 0.182838
0.17/0.24	c bounds 1114 >= 238 @ 0.183299
0.17/0.24	c bounds 1114 >= 239 @ 0.183762
0.17/0.24	c bounds 1114 >= 240 @ 0.184224
0.17/0.24	c bounds 1114 >= 241 @ 0.184691
0.17/0.24	c bounds 1114 >= 242 @ 0.185154
0.17/0.24	c bounds 1114 >= 243 @ 0.185624
0.17/0.25	c bounds 1114 >= 244 @ 0.186128
0.17/0.25	c bounds 1114 >= 245 @ 0.186586
0.17/0.25	c bounds 1114 >= 246 @ 0.187055
0.17/0.25	c bounds 1114 >= 247 @ 0.187517
0.17/0.25	c bounds 1114 >= 248 @ 0.187988
0.17/0.25	c bounds 1114 >= 249 @ 0.188454
0.17/0.25	c bounds 1114 >= 250 @ 0.18931
0.17/0.25	c bounds 1114 >= 251 @ 0.189768
0.17/0.25	c bounds 1114 >= 252 @ 0.190228
0.17/0.25	c bounds 1114 >= 253 @ 0.190692
0.17/0.25	c bounds 1114 >= 254 @ 0.191153
0.17/0.25	c bounds 1114 >= 255 @ 0.191616
0.17/0.25	c bounds 1114 >= 256 @ 0.192078
0.17/0.25	c bounds 1114 >= 257 @ 0.192547
0.17/0.25	c bounds 1114 >= 258 @ 0.193006
0.17/0.25	c bounds 1114 >= 259 @ 0.193466
0.17/0.25	c bounds 1114 >= 260 @ 0.193929
0.17/0.25	c bounds 1114 >= 261 @ 0.194383
0.17/0.25	c bounds 1114 >= 262 @ 0.194845
0.17/0.25	c bounds 1114 >= 263 @ 0.195306
0.17/0.25	c bounds 1114 >= 264 @ 0.195768
0.17/0.26	c bounds 1114 >= 265 @ 0.196229
0.17/0.26	c bounds 1114 >= 266 @ 0.196291
0.17/0.26	c bounds 1114 >= 267 @ 0.196291
0.17/0.26	c bounds 1114 >= 268 @ 0.196667
0.17/0.26	c bounds 1114 >= 269 @ 0.197113
0.17/0.26	c bounds 1114 >= 270 @ 0.197585
0.17/0.26	c bounds 1114 >= 271 @ 0.198067
0.17/0.26	c bounds 1114 >= 272 @ 0.198535
0.17/0.26	c bounds 1114 >= 273 @ 0.198999
0.17/0.26	c bounds 1114 >= 274 @ 0.199093
0.17/0.26	c bounds 1114 >= 275 @ 0.199093
0.17/0.26	c bounds 1114 >= 276 @ 0.199466
0.17/0.26	c bounds 1114 >= 277 @ 0.199898
0.17/0.26	c bounds 1114 >= 278 @ 0.20032
0.17/0.26	c bounds 1114 >= 279 @ 0.200785
0.17/0.26	c bounds 1114 >= 280 @ 0.20125
0.17/0.26	c bounds 1114 >= 281 @ 0.201712
0.17/0.26	c bounds 1114 >= 282 @ 0.202172
0.17/0.26	c bounds 1114 >= 283 @ 0.202634
0.17/0.26	c bounds 1114 >= 284 @ 0.203096
0.17/0.26	c bounds 1114 >= 285 @ 0.203556
0.17/0.27	c bounds 1114 >= 286 @ 0.204014
0.17/0.27	c bounds 1114 >= 287 @ 0.204475
0.17/0.27	c bounds 1114 >= 288 @ 0.204939
0.17/0.27	c bounds 1114 >= 289 @ 0.205408
0.17/0.27	c bounds 1114 >= 290 @ 0.205875
0.17/0.27	c bounds 1114 >= 291 @ 0.206327
0.17/0.27	c bounds 1114 >= 292 @ 0.206804
0.17/0.27	c bounds 1114 >= 293 @ 0.207263
0.17/0.27	c bounds 1114 >= 294 @ 0.207263
0.17/0.27	c bounds 1114 >= 295 @ 0.207263
0.17/0.27	c bounds 1114 >= 296 @ 0.207647
0.17/0.27	c bounds 1114 >= 297 @ 0.208108
0.17/0.27	c bounds 1114 >= 298 @ 0.208567
0.17/0.27	c bounds 1114 >= 299 @ 0.209027
0.17/0.27	c bounds 1114 >= 300 @ 0.20949
0.17/0.27	c bounds 1114 >= 301 @ 0.209943
0.17/0.27	c bounds 1114 >= 302 @ 0.210405
0.17/0.27	c bounds 1114 >= 303 @ 0.210856
0.17/0.27	c bounds 1114 >= 304 @ 0.211313
0.17/0.27	c bounds 1114 >= 305 @ 0.211768
0.17/0.27	c bounds 1114 >= 306 @ 0.21223
0.17/0.27	c bounds 1114 >= 307 @ 0.212685
0.17/0.28	c bounds 1114 >= 308 @ 0.213148
0.17/0.28	c bounds 1114 >= 309 @ 0.21361
0.17/0.28	c bounds 1114 >= 310 @ 0.214104
0.17/0.28	c bounds 1114 >= 311 @ 0.214563
0.17/0.28	c bounds 1114 >= 312 @ 0.215024
0.17/0.28	c bounds 1114 >= 313 @ 0.21549
0.17/0.28	c bounds 1114 >= 314 @ 0.215951
0.17/0.28	c bounds 1114 >= 315 @ 0.216418
0.17/0.28	c bounds 1114 >= 316 @ 0.216878
0.17/0.28	c bounds 1114 >= 317 @ 0.217348
0.17/0.28	c bounds 1114 >= 318 @ 0.217804
0.17/0.28	c bounds 1114 >= 319 @ 0.218271
0.17/0.28	c bounds 1114 >= 320 @ 0.218725
0.17/0.28	c bounds 1114 >= 321 @ 0.219186
0.17/0.28	c bounds 1114 >= 322 @ 0.219643
0.17/0.28	c bounds 1114 >= 323 @ 0.220106
0.17/0.28	c bounds 1114 >= 324 @ 0.220568
0.17/0.28	c bounds 1114 >= 325 @ 0.221023
0.17/0.28	c bounds 1114 >= 326 @ 0.22148
0.17/0.28	c bounds 1114 >= 327 @ 0.221971
0.17/0.28	c bounds 1114 >= 328 @ 0.222433
0.17/0.29	c bounds 1114 >= 329 @ 0.222892
0.17/0.29	c bounds 1114 >= 330 @ 0.223353
0.17/0.29	c bounds 1114 >= 331 @ 0.223814
0.17/0.29	c bounds 1114 >= 332 @ 0.224273
0.17/0.29	c bounds 1114 >= 333 @ 0.22473
0.17/0.29	c bounds 1114 >= 334 @ 0.225229
0.17/0.29	c bounds 1114 >= 335 @ 0.225691
0.17/0.29	c bounds 1114 >= 336 @ 0.226149
0.17/0.29	c bounds 1114 >= 337 @ 0.226642
0.17/0.29	c bounds 1114 >= 338 @ 0.227095
0.17/0.29	c bounds 1114 >= 339 @ 0.22755
0.17/0.29	c bounds 1114 >= 340 @ 0.228005
0.17/0.29	c bounds 1114 >= 341 @ 0.228101
0.17/0.29	c bounds 1114 >= 342 @ 0.228101
0.17/0.29	c bounds 1114 >= 343 @ 0.228465
0.17/0.29	c bounds 1114 >= 344 @ 0.22888
0.17/0.29	c bounds 1114 >= 345 @ 0.229324
0.17/0.29	c bounds 1114 >= 346 @ 0.229778
0.17/0.29	c bounds 1114 >= 347 @ 0.230223
0.17/0.29	c bounds 1114 >= 348 @ 0.230701
0.17/0.29	c bounds 1114 >= 349 @ 0.231164
0.17/0.29	c bounds 1114 >= 350 @ 0.231613
0.17/0.30	c bounds 1114 >= 351 @ 0.232074
0.17/0.30	c bounds 1114 >= 352 @ 0.232163
0.17/0.30	c bounds 1114 >= 353 @ 0.232335
0.17/0.30	c bounds 1114 >= 354 @ 0.232745
0.17/0.30	c bounds 1114 >= 355 @ 0.233149
0.17/0.30	c bounds 1114 >= 356 @ 0.233609
0.17/0.30	c bounds 1114 >= 357 @ 0.234092
0.17/0.30	c bounds 1114 >= 358 @ 0.234541
0.17/0.30	c bounds 1114 >= 359 @ 0.235005
0.17/0.30	c bounds 1114 >= 360 @ 0.235464
0.17/0.30	c bounds 1114 >= 361 @ 0.23592
0.17/0.30	c bounds 1114 >= 362 @ 0.236372
0.17/0.30	c bounds 1114 >= 363 @ 0.236834
0.17/0.30	c bounds 1114 >= 364 @ 0.237301
0.17/0.30	c bounds 1114 >= 365 @ 0.237803
0.17/0.30	c bounds 1114 >= 366 @ 0.238269
0.17/0.30	c bounds 1114 >= 367 @ 0.238731
0.17/0.30	c bounds 1114 >= 368 @ 0.239201
0.17/0.30	c bounds 1114 >= 369 @ 0.239682
0.17/0.30	c bounds 1114 >= 370 @ 0.240143
0.17/0.31	c bounds 1114 >= 371 @ 0.240601
0.17/0.31	c bounds 1114 >= 372 @ 0.241061
0.17/0.31	c bounds 1114 >= 373 @ 0.241522
0.26/0.31	c bounds 1114 >= 374 @ 0.24198
0.26/0.31	c bounds 1114 >= 375 @ 0.242435
0.26/0.31	c bounds 1114 >= 376 @ 0.242896
0.26/0.31	c bounds 1114 >= 377 @ 0.243352
0.26/0.31	c bounds 1114 >= 378 @ 0.243802
0.26/0.31	c bounds 1114 >= 379 @ 0.24427
0.26/0.31	c bounds 1114 >= 380 @ 0.244728
0.26/0.31	c bounds 1114 >= 381 @ 0.245181
0.26/0.31	c bounds 1114 >= 382 @ 0.245643
0.26/0.31	c bounds 1114 >= 383 @ 0.246109
0.26/0.31	c bounds 1114 >= 384 @ 0.246566
0.26/0.31	c bounds 1114 >= 385 @ 0.247012
0.26/0.31	c bounds 1114 >= 386 @ 0.247472
0.26/0.31	c bounds 1114 >= 387 @ 0.247927
0.26/0.31	c bounds 1114 >= 388 @ 0.248393
0.26/0.31	c bounds 1114 >= 389 @ 0.248839
0.26/0.31	c bounds 1114 >= 390 @ 0.249292
0.26/0.31	c bounds 1114 >= 391 @ 0.24975
0.26/0.31	c bounds 1114 >= 392 @ 0.250211
0.26/0.32	c bounds 1114 >= 393 @ 0.250663
0.26/0.32	c bounds 1114 >= 394 @ 0.251117
0.26/0.32	c bounds 1114 >= 395 @ 0.251565
0.26/0.32	c bounds 1114 >= 396 @ 0.252019
0.26/0.32	c bounds 1114 >= 397 @ 0.252496
0.26/0.32	c bounds 1114 >= 398 @ 0.252984
0.26/0.32	c bounds 1114 >= 399 @ 0.252984
0.26/0.32	c bounds 1114 >= 400 @ 0.252984
0.26/0.32	c bounds 1114 >= 401 @ 0.253445
0.26/0.32	c bounds 1114 >= 402 @ 0.253892
0.26/0.32	c bounds 1114 >= 403 @ 0.254336
0.26/0.32	c bounds 1114 >= 404 @ 0.254801
0.26/0.32	c bounds 1114 >= 405 @ 0.255261
0.26/0.32	c bounds 1114 >= 406 @ 0.255711
0.26/0.32	c bounds 1114 >= 407 @ 0.2562
0.26/0.32	c bounds 1114 >= 408 @ 0.256683
0.26/0.32	c bounds 1114 >= 409 @ 0.257162
0.26/0.32	c bounds 1114 >= 410 @ 0.257619
0.26/0.32	c bounds 1114 >= 411 @ 0.258096
0.26/0.32	c bounds 1114 >= 412 @ 0.258561
0.26/0.32	c bounds 1114 >= 413 @ 0.258973
0.26/0.32	c bounds 1114 >= 414 @ 0.258973
0.26/0.33	c bounds 1114 >= 415 @ 0.258973
0.26/0.33	c bounds 1114 >= 416 @ 0.259388
0.26/0.33	c bounds 1114 >= 417 @ 0.259839
0.26/0.33	c bounds 1114 >= 418 @ 0.26029
0.26/0.33	c bounds 1114 >= 419 @ 0.260744
0.26/0.33	c bounds 1114 >= 420 @ 0.261202
0.26/0.33	c bounds 1114 >= 421 @ 0.261656
0.26/0.33	c bounds 1114 >= 422 @ 0.262108
0.26/0.33	c bounds 1114 >= 423 @ 0.262578
0.26/0.33	c bounds 1114 >= 424 @ 0.263039
0.26/0.33	c bounds 1114 >= 425 @ 0.263497
0.26/0.33	c bounds 1114 >= 426 @ 0.263951
0.26/0.33	c bounds 1114 >= 427 @ 0.264417
0.26/0.33	c bounds 1114 >= 428 @ 0.26487
0.26/0.33	c bounds 1114 >= 429 @ 0.265315
0.26/0.33	c bounds 1114 >= 430 @ 0.265769
0.26/0.33	c bounds 1114 >= 431 @ 0.266226
0.26/0.33	c bounds 1114 >= 432 @ 0.266675
0.26/0.33	c bounds 1114 >= 433 @ 0.267135
0.26/0.33	c bounds 1114 >= 434 @ 0.267597
0.26/0.33	c bounds 1114 >= 435 @ 0.268055
0.26/0.34	c bounds 1114 >= 436 @ 0.268513
0.26/0.34	c bounds 1114 >= 437 @ 0.268964
0.26/0.34	c bounds 1114 >= 438 @ 0.269408
0.26/0.34	c bounds 1114 >= 439 @ 0.269862
0.26/0.34	c bounds 1114 >= 440 @ 0.270318
0.26/0.34	c bounds 1114 >= 441 @ 0.270764
0.26/0.34	c bounds 1114 >= 442 @ 0.271215
0.26/0.34	c bounds 1114 >= 443 @ 0.271664
0.26/0.34	c bounds 1114 >= 444 @ 0.272114
0.26/0.34	c bounds 1114 >= 445 @ 0.272572
0.26/0.34	c bounds 1114 >= 446 @ 0.27303
0.26/0.34	c bounds 1114 >= 447 @ 0.273482
0.26/0.34	c bounds 1114 >= 448 @ 0.273931
0.26/0.34	c bounds 1114 >= 449 @ 0.27438
0.26/0.34	c bounds 1114 >= 450 @ 0.274868
0.26/0.34	c bounds 1114 >= 451 @ 0.274935
0.26/0.34	c bounds 1114 >= 452 @ 0.274935
0.26/0.34	c bounds 1114 >= 453 @ 0.275285
0.26/0.34	c bounds 1114 >= 454 @ 0.275735
0.26/0.34	c bounds 1114 >= 455 @ 0.276183
0.26/0.34	c bounds 1114 >= 456 @ 0.276636
0.26/0.34	c bounds 1114 >= 457 @ 0.277103
0.26/0.35	c bounds 1114 >= 458 @ 0.277553
0.26/0.35	c bounds 1114 >= 459 @ 0.278005
0.26/0.35	c bounds 1114 >= 460 @ 0.278464
0.26/0.35	c bounds 1114 >= 461 @ 0.278903
0.26/0.35	c bounds 1114 >= 462 @ 0.279349
0.26/0.35	c bounds 1114 >= 463 @ 0.279808
0.26/0.35	c bounds 1114 >= 464 @ 0.28026
0.26/0.35	c bounds 1114 >= 465 @ 0.280704
0.26/0.35	c bounds 1114 >= 466 @ 0.281153
0.26/0.35	c bounds 1114 >= 467 @ 0.281604
0.26/0.35	c bounds 1114 >= 468 @ 0.28205
0.26/0.35	c bounds 1114 >= 469 @ 0.282506
0.26/0.35	c bounds 1114 >= 470 @ 0.282603
0.26/0.35	c bounds 1114 >= 471 @ 0.282603
0.26/0.35	c bounds 1114 >= 472 @ 0.282892
0.26/0.35	c bounds 1114 >= 473 @ 0.283336
0.26/0.35	c bounds 1114 >= 474 @ 0.283811
0.26/0.35	c bounds 1114 >= 475 @ 0.284262
0.26/0.35	c bounds 1114 >= 476 @ 0.284708
0.26/0.35	c bounds 1114 >= 477 @ 0.285155
0.26/0.35	c bounds 1114 >= 478 @ 0.285606
0.26/0.35	c bounds 1114 >= 479 @ 0.286058
0.26/0.36	c bounds 1114 >= 480 @ 0.286504
0.26/0.36	c bounds 1114 >= 481 @ 0.286951
0.26/0.36	c bounds 1114 >= 482 @ 0.287406
0.26/0.36	c bounds 1114 >= 483 @ 0.287856
0.26/0.36	c bounds 1114 >= 484 @ 0.288338
0.26/0.36	c bounds 1114 >= 485 @ 0.288788
0.26/0.36	c bounds 1114 >= 486 @ 0.289238
0.26/0.36	c bounds 1114 >= 487 @ 0.289676
0.26/0.36	c bounds 1114 >= 488 @ 0.290129
0.26/0.36	c bounds 1114 >= 489 @ 0.290572
0.26/0.36	c bounds 1114 >= 490 @ 0.291011
0.26/0.36	c bounds 1114 >= 491 @ 0.291459
0.26/0.36	c bounds 1114 >= 492 @ 0.291897
0.26/0.37	c bounds 1113 >= 492 @ 0.297263
0.26/0.37	c bounds 1113 >= 493 @ 0.297732
0.26/0.37	c bounds 1113 >= 494 @ 0.298187
0.26/0.37	c bounds 1113 >= 495 @ 0.298637
0.26/0.37	c bounds 1113 >= 496 @ 0.299085
0.26/0.37	c bounds 1113 >= 497 @ 0.299524
0.26/0.37	c bounds 1113 >= 498 @ 0.29997
0.26/0.37	c bounds 1113 >= 499 @ 0.300417
0.26/0.37	c bounds 1113 >= 500 @ 0.300867
0.26/0.37	c bounds 1113 >= 501 @ 0.301317
0.26/0.37	c bounds 1113 >= 502 @ 0.301768
0.26/0.37	c bounds 1113 >= 503 @ 0.302213
0.26/0.37	c bounds 1113 >= 504 @ 0.302664
0.26/0.37	c bounds 1113 >= 505 @ 0.303114
0.26/0.37	c bounds 1113 >= 506 @ 0.30357
0.26/0.37	c bounds 1113 >= 507 @ 0.304022
0.26/0.37	c bounds 1113 >= 508 @ 0.304477
0.26/0.37	c bounds 1113 >= 509 @ 0.304933
0.26/0.38	c bounds 1113 >= 510 @ 0.305456
0.26/0.38	c bounds 1113 >= 511 @ 0.305914
0.26/0.38	c bounds 1113 >= 512 @ 0.306366
0.26/0.38	c bounds 1113 >= 513 @ 0.306812
0.26/0.38	c bounds 1113 >= 514 @ 0.307289
0.26/0.38	c bounds 1113 >= 515 @ 0.307732
0.26/0.38	c bounds 1113 >= 516 @ 0.308181
0.26/0.38	c bounds 1113 >= 517 @ 0.308629
0.26/0.38	c bounds 1113 >= 518 @ 0.309077
0.26/0.38	c bounds 1113 >= 519 @ 0.309522
0.26/0.38	c bounds 1113 >= 520 @ 0.309975
0.26/0.38	c bounds 1113 >= 521 @ 0.310425
0.26/0.38	c bounds 1113 >= 522 @ 0.310877
0.26/0.38	c bounds 1113 >= 523 @ 0.311328
0.26/0.38	c bounds 1113 >= 524 @ 0.311789
0.26/0.38	c bounds 1113 >= 525 @ 0.312236
0.26/0.38	c bounds 1113 >= 526 @ 0.312682
0.26/0.38	c bounds 1113 >= 527 @ 0.31313
0.26/0.38	c bounds 1113 >= 528 @ 0.313575
0.26/0.38	c bounds 1113 >= 529 @ 0.314032
0.26/0.38	c bounds 1113 >= 530 @ 0.314473
0.26/0.38	c bounds 1113 >= 531 @ 0.314925
0.26/0.39	c bounds 1113 >= 532 @ 0.315379
0.26/0.39	c bounds 1113 >= 533 @ 0.31583
0.26/0.39	c bounds 1113 >= 534 @ 0.316278
0.26/0.39	c bounds 1113 >= 535 @ 0.316723
0.26/0.39	c bounds 1113 >= 536 @ 0.317169
0.26/0.39	c bounds 1113 >= 537 @ 0.317618
0.26/0.39	c bounds 1113 >= 538 @ 0.318065
0.26/0.39	c bounds 1113 >= 539 @ 0.318516
0.26/0.39	c bounds 1113 >= 540 @ 0.318966
0.26/0.39	c bounds 1113 >= 541 @ 0.319415
0.26/0.39	c bounds 1113 >= 542 @ 0.319857
0.26/0.39	c bounds 1113 >= 543 @ 0.320302
0.26/0.39	c bounds 1113 >= 544 @ 0.320743
0.26/0.39	c bounds 1113 >= 545 @ 0.321194
0.26/0.39	c bounds 1113 >= 546 @ 0.321646
0.26/0.39	c bounds 1113 >= 547 @ 0.322111
0.26/0.39	c bounds 1113 >= 548 @ 0.322568
0.26/0.39	c bounds 1113 >= 549 @ 0.322687
0.26/0.39	c bounds 1113 >= 550 @ 0.322687
0.26/0.39	c bounds 1113 >= 551 @ 0.323029
0.26/0.39	c bounds 1113 >= 552 @ 0.323448
0.26/0.39	c bounds 1113 >= 553 @ 0.323897
0.26/0.40	c bounds 1113 >= 554 @ 0.324345
0.26/0.40	c bounds 1113 >= 555 @ 0.324492
0.26/0.40	c bounds 1113 >= 556 @ 0.324492
0.26/0.40	c bounds 1113 >= 557 @ 0.324755
0.26/0.40	c bounds 1113 >= 558 @ 0.325215
0.26/0.40	c bounds 1113 >= 559 @ 0.325666
0.26/0.40	c bounds 1113 >= 560 @ 0.326122
0.26/0.40	c bounds 1113 >= 561 @ 0.326572
0.26/0.40	c bounds 1113 >= 562 @ 0.327048
0.26/0.40	c bounds 1113 >= 563 @ 0.327498
0.26/0.40	c bounds 1113 >= 564 @ 0.32795
0.26/0.40	c bounds 1113 >= 565 @ 0.328407
0.26/0.40	c bounds 1113 >= 566 @ 0.328873
0.26/0.40	c bounds 1113 >= 567 @ 0.329325
0.26/0.40	c bounds 1113 >= 568 @ 0.329796
0.26/0.40	c bounds 1113 >= 569 @ 0.330264
0.26/0.40	c bounds 1113 >= 570 @ 0.330728
0.26/0.40	c bounds 1113 >= 571 @ 0.3312
0.26/0.40	c bounds 1113 >= 572 @ 0.331672
0.26/0.40	c bounds 1113 >= 573 @ 0.332112
0.26/0.40	c bounds 1113 >= 574 @ 0.332527
0.26/0.40	c bounds 1113 >= 575 @ 0.332991
0.26/0.41	c bounds 1113 >= 576 @ 0.333459
0.26/0.41	c bounds 1113 >= 577 @ 0.33393
0.36/0.41	c bounds 1113 >= 578 @ 0.33441
0.36/0.41	c bounds 1113 >= 579 @ 0.334881
0.36/0.41	c bounds 1113 >= 580 @ 0.335353
0.36/0.41	c bounds 1113 >= 581 @ 0.335836
0.36/0.41	c bounds 1113 >= 582 @ 0.3363
0.36/0.41	c bounds 1113 >= 583 @ 0.336773
0.36/0.41	c bounds 1113 >= 584 @ 0.337232
0.36/0.41	c bounds 1113 >= 585 @ 0.3377
0.36/0.41	c bounds 1113 >= 586 @ 0.338164
0.36/0.41	c bounds 1113 >= 587 @ 0.338627
0.36/0.41	c bounds 1113 >= 588 @ 0.339092
0.36/0.41	c bounds 1113 >= 589 @ 0.33956
0.36/0.41	c bounds 1113 >= 590 @ 0.34003
0.36/0.41	c bounds 1113 >= 591 @ 0.340484
0.36/0.41	c bounds 1113 >= 592 @ 0.34096
0.36/0.41	c bounds 1113 >= 593 @ 0.341429
0.36/0.41	c bounds 1113 >= 594 @ 0.341901
0.36/0.41	c bounds 1113 >= 595 @ 0.342368
0.36/0.41	c bounds 1113 >= 596 @ 0.34284
0.36/0.42	c bounds 1113 >= 597 @ 0.343316
0.36/0.42	c bounds 1113 >= 598 @ 0.343784
0.36/0.42	c bounds 1113 >= 599 @ 0.344249
0.36/0.42	c bounds 1113 >= 600 @ 0.344763
0.36/0.42	c bounds 1113 >= 601 @ 0.345241
0.36/0.42	c bounds 1113 >= 602 @ 0.345703
0.36/0.42	c bounds 1113 >= 603 @ 0.346178
0.36/0.42	c bounds 1113 >= 604 @ 0.346664
0.36/0.42	c bounds 1113 >= 605 @ 0.347147
0.36/0.42	c bounds 1113 >= 606 @ 0.347615
0.36/0.42	c bounds 1113 >= 607 @ 0.348095
0.36/0.42	c bounds 1113 >= 608 @ 0.34856
0.36/0.42	c bounds 1113 >= 609 @ 0.349036
0.36/0.42	c bounds 1113 >= 610 @ 0.3495
0.36/0.42	c bounds 1113 >= 611 @ 0.349994
0.36/0.42	c bounds 1113 >= 612 @ 0.350462
0.36/0.42	c bounds 1113 >= 613 @ 0.350933
0.36/0.42	c bounds 1113 >= 614 @ 0.351406
0.36/0.42	c bounds 1113 >= 615 @ 0.351888
0.36/0.42	c bounds 1113 >= 616 @ 0.352355
0.36/0.42	c bounds 1113 >= 617 @ 0.352832
0.36/0.43	c bounds 1113 >= 618 @ 0.353296
0.36/0.43	c bounds 1113 >= 619 @ 0.353807
0.36/0.43	c bounds 1113 >= 620 @ 0.354296
0.36/0.43	c bounds 1113 >= 621 @ 0.354765
0.36/0.43	c bounds 1113 >= 622 @ 0.355227
0.36/0.43	c bounds 1113 >= 623 @ 0.355698
0.36/0.43	c bounds 1113 >= 624 @ 0.356186
0.36/0.43	c bounds 1113 >= 625 @ 0.356697
0.36/0.43	c bounds 1113 >= 626 @ 0.357166
0.36/0.43	c bounds 1113 >= 627 @ 0.357635
0.36/0.43	c bounds 1113 >= 628 @ 0.358101
0.36/0.43	c bounds 1113 >= 629 @ 0.35858
0.36/0.43	c bounds 1113 >= 630 @ 0.359051
0.36/0.43	c bounds 1113 >= 631 @ 0.359541
0.36/0.43	c bounds 1113 >= 632 @ 0.360012
0.36/0.43	c bounds 1113 >= 633 @ 0.360487
0.36/0.43	c bounds 1113 >= 634 @ 0.360954
0.36/0.43	c bounds 1113 >= 635 @ 0.361433
0.36/0.43	c bounds 1113 >= 636 @ 0.361433
0.36/0.43	c bounds 1113 >= 637 @ 0.361433
0.36/0.43	c bounds 1113 >= 638 @ 0.361906
0.36/0.44	c bounds 1113 >= 639 @ 0.362369
0.36/0.44	c bounds 1112 >= 639 @ 0.368266
0.36/0.44	c bounds 1112 >= 640 @ 0.368779
0.36/0.44	c bounds 1112 >= 641 @ 0.369263
0.36/0.44	c bounds 1112 >= 642 @ 0.369749
0.36/0.44	c bounds 1112 >= 643 @ 0.370215
0.36/0.44	c bounds 1112 >= 644 @ 0.370685
0.36/0.45	c bounds 1112 >= 645 @ 0.371171
0.36/0.45	c bounds 1112 >= 646 @ 0.371648
0.36/0.45	c bounds 1112 >= 647 @ 0.372184
0.36/0.45	c bounds 1112 >= 648 @ 0.372664
0.36/0.45	c bounds 1112 >= 649 @ 0.373135
0.36/0.45	c bounds 1112 >= 650 @ 0.373605
0.36/0.45	c bounds 1112 >= 651 @ 0.37408
0.36/0.45	c bounds 1112 >= 652 @ 0.374562
0.36/0.45	c bounds 1112 >= 653 @ 0.375043
0.36/0.45	c bounds 1112 >= 654 @ 0.37552
0.36/0.45	c bounds 1112 >= 655 @ 0.375991
0.36/0.45	c bounds 1112 >= 656 @ 0.376462
0.36/0.45	c bounds 1112 >= 657 @ 0.376942
0.36/0.45	c bounds 1112 >= 658 @ 0.377406
0.36/0.45	c bounds 1112 >= 659 @ 0.377876
0.36/0.45	c bounds 1112 >= 660 @ 0.378342
0.36/0.45	c bounds 1112 >= 661 @ 0.37883
0.36/0.45	c bounds 1112 >= 662 @ 0.379302
0.36/0.45	c bounds 1112 >= 663 @ 0.379381
0.36/0.45	c bounds 1112 >= 664 @ 0.379381
0.36/0.45	c bounds 1112 >= 665 @ 0.379382
0.36/0.46	c bounds 1112 >= 666 @ 0.379382
0.36/0.46	c bounds 1112 >= 667 @ 0.379725
0.36/0.46	c bounds 1112 >= 668 @ 0.380207
0.36/0.46	c bounds 1112 >= 669 @ 0.38069
0.36/0.46	c bounds 1112 >= 670 @ 0.381185
0.36/0.46	c bounds 1112 >= 671 @ 0.381659
0.36/0.46	c bounds 1112 >= 672 @ 0.382134
0.36/0.46	c bounds 1112 >= 673 @ 0.382609
0.36/0.46	c bounds 1112 >= 674 @ 0.383078
0.36/0.46	c bounds 1112 >= 675 @ 0.383567
0.36/0.46	c bounds 1112 >= 676 @ 0.384038
0.36/0.46	c bounds 1112 >= 677 @ 0.384537
0.36/0.46	c bounds 1112 >= 678 @ 0.385011
0.36/0.46	c bounds 1112 >= 679 @ 0.385525
0.36/0.46	c bounds 1112 >= 680 @ 0.386004
0.36/0.46	c bounds 1112 >= 681 @ 0.386476
0.36/0.46	c bounds 1112 >= 682 @ 0.386975
0.36/0.46	c bounds 1112 >= 683 @ 0.387452
0.36/0.46	c bounds 1112 >= 684 @ 0.387925
0.36/0.46	c bounds 1112 >= 685 @ 0.388408
0.36/0.47	c bounds 1112 >= 686 @ 0.388896
0.36/0.47	c bounds 1112 >= 687 @ 0.389367
0.36/0.47	c bounds 1112 >= 688 @ 0.389846
0.36/0.47	c bounds 1112 >= 689 @ 0.390328
0.36/0.47	c bounds 1112 >= 690 @ 0.390813
0.36/0.47	c bounds 1112 >= 691 @ 0.391296
0.36/0.47	c bounds 1112 >= 692 @ 0.391343
0.36/0.47	c bounds 1112 >= 693 @ 0.391343
0.36/0.47	c bounds 1112 >= 694 @ 0.391747
0.36/0.47	c bounds 1112 >= 695 @ 0.392221
0.36/0.47	c bounds 1112 >= 696 @ 0.392699
0.36/0.47	c bounds 1112 >= 697 @ 0.393193
0.36/0.47	c bounds 1112 >= 698 @ 0.39367
0.36/0.47	c bounds 1112 >= 699 @ 0.394154
0.36/0.47	c bounds 1112 >= 700 @ 0.394633
0.36/0.47	c bounds 1112 >= 701 @ 0.395138
0.36/0.47	c bounds 1112 >= 702 @ 0.395623
0.36/0.47	c bounds 1112 >= 703 @ 0.396108
0.36/0.47	c bounds 1112 >= 704 @ 0.396579
0.36/0.47	c bounds 1112 >= 705 @ 0.397056
0.36/0.47	c bounds 1112 >= 706 @ 0.397552
0.36/0.48	c bounds 1112 >= 707 @ 0.398039
0.36/0.48	c bounds 1112 >= 708 @ 0.398532
0.36/0.48	c bounds 1112 >= 709 @ 0.399002
0.36/0.48	c bounds 1112 >= 710 @ 0.399484
0.36/0.48	c bounds 1112 >= 711 @ 0.399971
0.36/0.48	c bounds 1112 >= 712 @ 0.400463
0.36/0.48	c bounds 1112 >= 713 @ 0.400953
0.36/0.48	c bounds 1112 >= 714 @ 0.401424
0.36/0.48	c bounds 1112 >= 715 @ 0.401903
0.36/0.49	c bounds 1111 >= 715 @ 0.407466
0.36/0.49	c bounds 1111 >= 716 @ 0.40798
0.36/0.49	c bounds 1111 >= 717 @ 0.408484
0.36/0.49	c bounds 1111 >= 718 @ 0.408966
0.36/0.49	c bounds 1111 >= 719 @ 0.409448
0.36/0.49	c bounds 1111 >= 720 @ 0.409943
0.36/0.49	c bounds 1111 >= 721 @ 0.410419
0.36/0.49	c bounds 1111 >= 722 @ 0.410923
0.36/0.49	c bounds 1111 >= 723 @ 0.41142
0.36/0.49	c bounds 1111 >= 724 @ 0.411892
0.36/0.49	c bounds 1111 >= 725 @ 0.412364
0.36/0.49	c bounds 1111 >= 726 @ 0.412843
0.36/0.49	c bounds 1111 >= 727 @ 0.413328
0.36/0.49	c bounds 1111 >= 728 @ 0.413814
0.36/0.49	c bounds 1111 >= 729 @ 0.41429
0.36/0.49	c bounds 1111 >= 730 @ 0.414755
0.36/0.49	c bounds 1111 >= 731 @ 0.415238
0.36/0.49	c bounds 1111 >= 732 @ 0.415713
0.36/0.49	c bounds 1111 >= 733 @ 0.416191
0.36/0.49	c bounds 1111 >= 734 @ 0.416667
0.36/0.50	c bounds 1111 >= 735 @ 0.417146
0.36/0.50	c bounds 1111 >= 736 @ 0.417629
0.36/0.50	c bounds 1111 >= 737 @ 0.418131
0.36/0.50	c bounds 1111 >= 738 @ 0.41861
0.36/0.50	c bounds 1111 >= 739 @ 0.419091
0.36/0.50	c bounds 1111 >= 740 @ 0.419562
0.36/0.50	c bounds 1111 >= 741 @ 0.420035
0.36/0.50	c bounds 1111 >= 742 @ 0.420555
0.36/0.50	c bounds 1111 >= 743 @ 0.421034
0.36/0.50	c bounds 1111 >= 744 @ 0.421513
0.36/0.50	c bounds 1111 >= 745 @ 0.422
0.36/0.50	c bounds 1111 >= 746 @ 0.422148
0.36/0.50	c bounds 1111 >= 747 @ 0.422148
0.36/0.50	c bounds 1111 >= 748 @ 0.42249
0.36/0.50	c bounds 1111 >= 749 @ 0.422994
0.36/0.50	c bounds 1111 >= 750 @ 0.423484
0.36/0.50	c bounds 1111 >= 751 @ 0.423981
0.36/0.50	c bounds 1111 >= 752 @ 0.424481
0.36/0.50	c bounds 1111 >= 753 @ 0.424979
0.36/0.50	c bounds 1111 >= 754 @ 0.425476
0.36/0.51	c bounds 1111 >= 755 @ 0.425979
0.36/0.51	c bounds 1111 >= 756 @ 0.426483
0.46/0.51	c bounds 1111 >= 757 @ 0.426979
0.46/0.51	c bounds 1111 >= 758 @ 0.427489
0.46/0.51	c bounds 1111 >= 759 @ 0.428002
0.46/0.51	c bounds 1111 >= 760 @ 0.428099
0.46/0.51	c bounds 1111 >= 761 @ 0.428099
0.46/0.51	c bounds 1111 >= 762 @ 0.428508
0.46/0.51	c bounds 1111 >= 763 @ 0.429001
0.46/0.51	c bounds 1111 >= 764 @ 0.429098
0.46/0.51	c bounds 1111 >= 765 @ 0.429098
0.46/0.51	c bounds 1111 >= 766 @ 0.429499
0.46/0.51	c bounds 1111 >= 767 @ 0.429978
0.46/0.51	c bounds 1111 >= 768 @ 0.430092
0.46/0.51	c bounds 1111 >= 769 @ 0.430092
0.46/0.51	c bounds 1111 >= 770 @ 0.430505
0.46/0.51	c bounds 1111 >= 771 @ 0.431014
0.46/0.51	c bounds 1111 >= 772 @ 0.431537
0.46/0.51	c bounds 1111 >= 773 @ 0.432028
0.46/0.51	c bounds 1111 >= 774 @ 0.432085
0.46/0.52	c bounds 1111 >= 775 @ 0.432085
0.46/0.52	c bounds 1111 >= 776 @ 0.432599
0.46/0.52	c bounds 1110 >= 776 @ 0.436956
0.46/0.52	c bounds 1110 >= 777 @ 0.436956
0.46/0.52	c bounds 1110 >= 778 @ 0.437395
0.46/0.53	c bounds 1110 >= 779 @ 0.437894
0.46/0.53	c bounds 1110 >= 780 @ 0.4384
0.46/0.53	c bounds 1110 >= 781 @ 0.438906
0.46/0.53	c bounds 1110 >= 782 @ 0.439445
0.46/0.53	c bounds 1110 >= 783 @ 0.439967
0.46/0.53	c bounds 1110 >= 784 @ 0.440486
0.46/0.53	c bounds 1110 >= 785 @ 0.440996
0.46/0.53	c bounds 1110 >= 786 @ 0.441501
0.46/0.53	c bounds 1110 >= 787 @ 0.442017
0.46/0.53	c bounds 1110 >= 788 @ 0.44252
0.46/0.53	c bounds 1110 >= 789 @ 0.443021
0.46/0.53	c bounds 1110 >= 790 @ 0.443558
0.46/0.53	c bounds 1110 >= 791 @ 0.444076
0.46/0.53	c bounds 1110 >= 792 @ 0.4446
0.46/0.53	c bounds 1110 >= 793 @ 0.445131
0.46/0.53	c bounds 1110 >= 794 @ 0.445658
0.46/0.53	c bounds 1110 >= 795 @ 0.446162
0.46/0.53	c bounds 1110 >= 796 @ 0.446672
0.46/0.53	c bounds 1110 >= 797 @ 0.447206
0.46/0.54	c bounds 1110 >= 798 @ 0.44772
0.46/0.54	c bounds 1110 >= 799 @ 0.448256
0.46/0.54	c bounds 1110 >= 800 @ 0.448766
0.46/0.54	c bounds 1110 >= 801 @ 0.449294
0.46/0.54	c bounds 1110 >= 802 @ 0.449811
0.46/0.54	c bounds 1110 >= 803 @ 0.450321
0.46/0.54	c bounds 1110 >= 804 @ 0.450825
0.46/0.54	c bounds 1110 >= 805 @ 0.451009
0.46/0.54	c bounds 1110 >= 806 @ 0.451009
0.46/0.54	c bounds 1110 >= 807 @ 0.451384
0.46/0.54	c bounds 1110 >= 808 @ 0.451895
0.46/0.54	c bounds 1110 >= 809 @ 0.452417
0.46/0.54	c bounds 1110 >= 810 @ 0.452934
0.46/0.54	c bounds 1110 >= 811 @ 0.453457
0.46/0.54	c bounds 1110 >= 812 @ 0.45397
0.46/0.54	c bounds 1110 >= 813 @ 0.454507
0.46/0.54	c bounds 1110 >= 814 @ 0.455043
0.46/0.54	c bounds 1110 >= 815 @ 0.455572
0.46/0.55	c bounds 1109 >= 815 @ 0.460426
0.46/0.55	c bounds 1109 >= 816 @ 0.461045
0.46/0.55	c bounds 1109 >= 817 @ 0.461579
0.46/0.55	c bounds 1109 >= 818 @ 0.462121
0.46/0.55	c bounds 1109 >= 819 @ 0.462633
0.46/0.55	c bounds 1109 >= 820 @ 0.463155
0.46/0.55	c bounds 1109 >= 821 @ 0.463673
0.46/0.55	c bounds 1109 >= 822 @ 0.464193
0.46/0.56	c bounds 1109 >= 823 @ 0.464702
0.46/0.56	c bounds 1109 >= 824 @ 0.465207
0.46/0.56	c bounds 1109 >= 825 @ 0.465721
0.46/0.56	c bounds 1109 >= 826 @ 0.466221
0.46/0.56	c bounds 1109 >= 827 @ 0.466746
0.46/0.56	c bounds 1109 >= 828 @ 0.467258
0.46/0.56	c bounds 1109 >= 829 @ 0.467771
0.46/0.56	c bounds 1109 >= 830 @ 0.468327
0.46/0.56	c bounds 1109 >= 831 @ 0.468862
0.46/0.56	c bounds 1109 >= 832 @ 0.46938
0.46/0.56	c bounds 1109 >= 833 @ 0.469904
0.46/0.56	c bounds 1109 >= 834 @ 0.470423
0.46/0.56	c bounds 1109 >= 835 @ 0.47093
0.46/0.56	c bounds 1109 >= 836 @ 0.471433
0.46/0.56	c bounds 1109 >= 837 @ 0.471949
0.46/0.56	c bounds 1109 >= 838 @ 0.472463
0.46/0.56	c bounds 1109 >= 839 @ 0.47298
0.46/0.56	c bounds 1109 >= 840 @ 0.47351
0.46/0.56	c bounds 1109 >= 841 @ 0.474015
0.46/0.57	c bounds 1109 >= 842 @ 0.474516
0.46/0.57	c bounds 1109 >= 843 @ 0.475032
0.46/0.57	c bounds 1109 >= 844 @ 0.475548
0.46/0.57	c bounds 1109 >= 845 @ 0.476056
0.46/0.57	c bounds 1109 >= 846 @ 0.47655
0.46/0.57	c bounds 1109 >= 847 @ 0.477061
0.46/0.57	c bounds 1109 >= 848 @ 0.477555
0.46/0.57	c bounds 1109 >= 849 @ 0.478041
0.46/0.57	c bounds 1109 >= 850 @ 0.478531
0.46/0.57	c bounds 1109 >= 851 @ 0.479046
0.46/0.58	c bounds 1108 >= 851 @ 0.486422
0.46/0.58	c bounds 1108 >= 852 @ 0.487129
0.46/0.58	c bounds 1108 >= 853 @ 0.487651
0.46/0.58	c bounds 1108 >= 854 @ 0.488206
0.46/0.58	c bounds 1108 >= 855 @ 0.488716
0.46/0.58	c bounds 1108 >= 856 @ 0.489259
0.46/0.58	c bounds 1108 >= 857 @ 0.48978
0.46/0.58	c bounds 1108 >= 858 @ 0.490313
0.46/0.58	c bounds 1108 >= 859 @ 0.490807
0.46/0.58	c bounds 1108 >= 860 @ 0.490857
0.46/0.58	c bounds 1108 >= 861 @ 0.490857
0.46/0.58	c bounds 1108 >= 862 @ 0.49138
0.46/0.58	c bounds 1108 >= 863 @ 0.491875
0.46/0.59	c bounds 1108 >= 864 @ 0.492385
0.46/0.59	c bounds 1108 >= 865 @ 0.492889
0.46/0.59	c bounds 1108 >= 866 @ 0.493379
0.46/0.59	c bounds 1108 >= 867 @ 0.493888
0.46/0.59	c bounds 1108 >= 868 @ 0.494422
0.46/0.59	c bounds 1108 >= 869 @ 0.494928
0.46/0.59	c bounds 1108 >= 870 @ 0.495466
0.46/0.59	c bounds 1108 >= 871 @ 0.495967
0.46/0.59	c bounds 1108 >= 872 @ 0.496506
0.46/0.59	c bounds 1108 >= 873 @ 0.497044
0.46/0.59	c bounds 1108 >= 874 @ 0.497563
0.46/0.59	c bounds 1108 >= 875 @ 0.49808
0.46/0.59	c bounds 1108 >= 876 @ 0.498618
0.46/0.59	c bounds 1108 >= 877 @ 0.499157
0.46/0.59	c bounds 1108 >= 878 @ 0.499699
0.46/0.59	c bounds 1108 >= 879 @ 0.500231
0.46/0.59	c bounds 1108 >= 880 @ 0.500761
0.46/0.59	c bounds 1108 >= 881 @ 0.501373
0.46/0.59	c bounds 1108 >= 882 @ 0.501935
0.55/0.61	c bounds 1107 >= 882 @ 0.516993
0.55/0.61	c bounds 1107 >= 883 @ 0.517893
0.55/0.61	c bounds 1107 >= 884 @ 0.518452
0.55/0.61	c bounds 1107 >= 885 @ 0.518983
0.55/0.61	c bounds 1107 >= 886 @ 0.519509
0.55/0.61	c bounds 1107 >= 887 @ 0.520085
0.55/0.62	c bounds 1107 >= 888 @ 0.520637
0.55/0.62	c bounds 1107 >= 889 @ 0.520763
0.55/0.62	c bounds 1107 >= 890 @ 0.520813
0.55/0.62	c bounds 1107 >= 891 @ 0.521364
0.55/0.62	c bounds 1107 >= 892 @ 0.52188
0.55/0.62	c bounds 1107 >= 893 @ 0.522414
0.55/0.62	c bounds 1107 >= 894 @ 0.522957
0.55/0.62	c bounds 1107 >= 895 @ 0.523498
0.55/0.62	c bounds 1107 >= 896 @ 0.523721
0.55/0.62	c bounds 1107 >= 897 @ 0.523721
0.55/0.62	c bounds 1107 >= 898 @ 0.52375
0.55/0.62	c bounds 1107 >= 899 @ 0.52375
0.55/0.62	c bounds 1107 >= 900 @ 0.524225
0.55/0.62	c bounds 1107 >= 901 @ 0.524728
0.55/0.62	c bounds 1107 >= 902 @ 0.524728
0.55/0.62	c bounds 1107 >= 903 @ 0.524951
0.55/0.62	c bounds 1107 >= 904 @ 0.525462
0.55/0.62	c bounds 1107 >= 905 @ 0.525997
0.55/0.63	c bounds 1107 >= 906 @ 0.526551
0.55/0.63	c bounds 1107 >= 907 @ 0.527085
0.55/0.63	c bounds 1107 >= 908 @ 0.52764
0.55/0.63	c bounds 1107 >= 909 @ 0.528188
0.55/0.63	c bounds 1107 >= 910 @ 0.528727
0.55/0.63	c bounds 1107 >= 911 @ 0.529251
0.55/0.63	c bounds 1107 >= 912 @ 0.529812
0.55/0.63	c bounds 1107 >= 913 @ 0.530343
0.55/0.63	c bounds 1107 >= 914 @ 0.53088
0.55/0.63	c bounds 1107 >= 915 @ 0.531404
0.55/0.63	c bounds 1107 >= 916 @ 0.531961
0.55/0.63	c bounds 1107 >= 917 @ 0.532554
0.55/0.63	c bounds 1107 >= 918 @ 0.533127
0.55/0.63	c bounds 1107 >= 919 @ 0.533684
0.55/0.63	c bounds 1107 >= 920 @ 0.533715
0.55/0.63	c bounds 1107 >= 921 @ 0.533906
0.55/0.63	c bounds 1107 >= 922 @ 0.534438
0.55/0.63	c bounds 1107 >= 923 @ 0.534669
0.55/0.64	c bounds 1107 >= 924 @ 0.534669
0.55/0.64	c bounds 1107 >= 925 @ 0.535234
0.55/0.64	c bounds 1107 >= 926 @ 0.535813
0.55/0.64	c bounds 1107 >= 927 @ 0.536484
0.55/0.64	c bounds 1107 >= 928 @ 0.536703
0.55/0.64	c bounds 1107 >= 929 @ 0.536967
0.55/0.64	c bounds 1107 >= 930 @ 0.537587
0.55/0.64	c bounds 1107 >= 931 @ 0.538267
0.55/0.64	c bounds 1107 >= 932 @ 0.538904
0.55/0.64	c bounds 1107 >= 933 @ 0.53955
0.55/0.64	c bounds 1107 >= 934 @ 0.539691
0.55/0.64	c bounds 1107 >= 935 @ 0.539925
0.55/0.64	c bounds 1107 >= 936 @ 0.540484
0.55/0.64	c bounds 1107 >= 937 @ 0.540686
0.55/0.64	c bounds 1107 >= 938 @ 0.540852
0.55/0.65	c bounds 1107 >= 939 @ 0.541418
0.55/0.65	c bounds 1107 >= 940 @ 0.542018
0.55/0.65	c bounds 1107 >= 941 @ 0.542687
0.55/0.65	c bounds 1107 >= 942 @ 0.543433
0.55/0.65	c bounds 1107 >= 943 @ 0.544161
0.55/0.65	c bounds 1107 >= 944 @ 0.544874
0.55/0.65	c bounds 1107 >= 945 @ 0.545529
0.55/0.66	c bounds 1106 >= 945 @ 0.556983
0.55/0.66	c bounds 1106 >= 946 @ 0.557968
0.55/0.66	c bounds 1106 >= 947 @ 0.5587
0.55/0.66	c bounds 1106 >= 948 @ 0.55949
0.55/0.66	c bounds 1106 >= 949 @ 0.559626
0.55/0.66	c bounds 1106 >= 950 @ 0.559627
0.55/0.67	c bounds 1106 >= 951 @ 0.559926
0.55/0.67	c bounds 1106 >= 952 @ 0.560665
0.55/0.67	c bounds 1106 >= 953 @ 0.561429
0.55/0.67	c bounds 1106 >= 954 @ 0.562378
0.55/0.67	c bounds 1106 >= 955 @ 0.562616
0.55/0.67	c bounds 1106 >= 956 @ 0.562616
0.55/0.67	c bounds 1106 >= 957 @ 0.562856
0.55/0.67	c bounds 1106 >= 958 @ 0.563574
0.55/0.67	c bounds 1106 >= 959 @ 0.563611
0.55/0.67	c bounds 1106 >= 960 @ 0.564141
0.55/0.67	c bounds 1106 >= 961 @ 0.565001
0.55/0.67	c bounds 1106 >= 962 @ 0.56585
0.55/0.68	c bounds 1106 >= 963 @ 0.566881
0.55/0.68	c bounds 1106 >= 964 @ 0.567856
0.55/0.68	c bounds 1106 >= 965 @ 0.568801
0.55/0.68	c bounds 1106 >= 966 @ 0.569563
0.55/0.68	c bounds 1106 >= 967 @ 0.570472
0.55/0.68	c bounds 1106 >= 968 @ 0.570589
0.55/0.68	c bounds 1106 >= 969 @ 0.570829
0.55/0.69	c bounds 1105 >= 969 @ 0.582569
0.65/0.70	c bounds 1105 >= 970 @ 0.583693
0.65/0.70	c bounds 1105 >= 971 @ 0.584712
0.65/0.70	c bounds 1105 >= 972 @ 0.585525
0.65/0.70	c bounds 1105 >= 973 @ 0.586512
0.65/0.70	c bounds 1105 >= 974 @ 0.587739
0.65/0.70	c bounds 1105 >= 975 @ 0.588745
0.65/0.70	c bounds 1105 >= 976 @ 0.590126
0.65/0.70	c bounds 1105 >= 977 @ 0.590528
0.65/0.71	c bounds 1105 >= 978 @ 0.591672
0.65/0.72	c bounds 1104 >= 978 @ 0.607159
0.65/0.72	c bounds 1104 >= 979 @ 0.608948
0.65/0.73	c bounds 1104 >= 980 @ 0.61112
0.65/0.73	c bounds 1104 >= 981 @ 0.612943
0.65/0.73	c bounds 1104 >= 982 @ 0.615675
0.65/0.74	c bounds 1103 >= 982 @ 0.6282
0.65/0.75	c bounds 1103 >= 983 @ 0.629393
0.65/0.75	c bounds 1103 >= 984 @ 0.63111
0.65/0.76	c bounds 1102 >= 984 @ 0.647076
0.65/0.78	c bounds 1102 >= 985 @ 0.656944
0.65/0.79	c bounds 1101 >= 985 @ 0.667946
0.75/0.84	c bounds 1100 >= 985 @ 0.717853
0.75/0.85	c bounds 1100 >= 986 @ 0.727706
0.75/0.86	c bounds 1100 >= 987 @ 0.737975
0.75/0.89	c bounds 1099 >= 987 @ 0.761997
0.85/0.92	c bounds 1099 >= 988 @ 0.786573
0.85/0.96	c bounds 1098 >= 988 @ 0.829154
0.95/1.06	c #Conflicts:       1000 | #Constraints:       8533
0.95/1.06	c bounds 1097 >= 988 @ 0.91755
1.05/1.14	c bounds 1097 >= 989 @ 0.99521
1.05/1.19	c bounds 1096 >= 989 @ 1.04034
1.14/1.23	c bounds 1095 >= 989 @ 1.07645
1.14/1.29	c bounds 1094 >= 989 @ 1.13472
1.45/1.52	c #Conflicts:       2000 | #Constraints:       9570
1.45/1.52	c INPROCESSING
1.45/1.52	c GARBAGE COLLECT
1.45/1.52	c rational objective 989
1.55/1.63	c bounds 1093 >= 989 @ 1.46772
1.55/1.67	c bounds 1092 >= 989 @ 1.50329
1.65/1.71	c bounds 1091 >= 989 @ 1.54356
1.65/1.75	c bounds 1090 >= 989 @ 1.58201
1.74/1.82	c bounds 1089 >= 989 @ 1.65174
1.74/1.86	c bounds 1088 >= 989 @ 1.69119
1.84/1.91	c bounds 1087 >= 989 @ 1.74372
1.84/1.97	c #Conflicts:       3000 | #Constraints:       8455
1.84/1.97	c bounds 1086 >= 989 @ 1.79258
1.95/2.02	c bounds 1085 >= 989 @ 1.84014
1.95/2.10	c bounds 1084 >= 989 @ 1.91782
2.15/2.20	c bounds 1084 >= 990 @ 2.01866
2.15/2.28	c bounds 1083 >= 990 @ 2.09551
2.34/2.42	c bounds 1082 >= 990 @ 2.22785
2.74/2.81	c #Conflicts:       4000 | #Constraints:       9501
2.74/2.81	c bounds 1082 >= 991 @ 2.6044
3.24/3.37	c INPROCESSING
3.24/3.37	c GARBAGE COLLECT
3.24/3.37	c bounds 1081 >= 991 @ 3.15346
3.45/3.59	c #Conflicts:       5000 | #Constraints:       8795
3.45/3.59	c bounds 1081 >= 992 @ 3.36981
3.54/3.65	c bounds 1080 >= 992 @ 3.42885
3.54/3.69	c bounds 1079 >= 992 @ 3.47222
3.64/3.74	c bounds 1078 >= 992 @ 3.52191
3.74/3.82	c bounds 1077 >= 992 @ 3.6008
3.84/3.92	c #Conflicts:       6000 | #Constraints:       9841
3.84/3.92	c bounds 1076 >= 992 @ 3.69049
3.95/4.00	c bounds 1075 >= 992 @ 3.77502
4.44/4.50	c INPROCESSING
4.44/4.50	c GARBAGE COLLECT
4.44/4.50	c rational objective 992
4.54/4.62	c bounds 1074 >= 992 @ 4.37229
4.64/4.70	c bounds 1073 >= 992 @ 4.45717
4.64/4.76	c #Conflicts:       7000 | #Constraints:       8815
4.64/4.76	c bounds 1072 >= 992 @ 4.51291
4.74/4.84	c bounds 1071 >= 992 @ 4.58908
4.84/4.90	c bounds 1070 >= 992 @ 4.6546
5.14/5.22	c #Conflicts:       8000 | #Constraints:       9819
5.14/5.22	c bounds 1069 >= 992 @ 4.9689
5.74/5.89	c bounds 1069 >= 993 @ 5.61776
6.14/6.25	c #Conflicts:       9000 | #Constraints:      10868
6.14/6.25	c INPROCESSING
6.14/6.25	c GARBAGE COLLECT
6.14/6.25	c rational objective 993
6.23/6.33	c bounds 1068 >= 993 @ 6.04481
6.53/6.69	c #Conflicts:      10000 | #Constraints:       9540
6.53/6.69	c bounds 1067 >= 993 @ 6.39847
6.73/6.87	c bounds 1066 >= 993 @ 6.57781
8.23/8.30	c #Conflicts:      11000 | #Constraints:      10542
8.23/8.30	c #Conflicts:      12000 | #Constraints:      11542
8.23/8.30	c INPROCESSING
8.23/8.30	c GARBAGE COLLECT
8.23/8.30	c bounds 1065 >= 993 @ 7.99127
8.23/8.36	c bounds 1064 >= 993 @ 8.05193
8.33/8.42	c bounds 1063 >= 993 @ 8.10471
8.43/8.50	c bounds 1062 >= 993 @ 8.18602
8.43/8.59	c #Conflicts:      13000 | #Constraints:       9992
8.43/8.59	c bounds 1061 >= 993 @ 8.274
8.53/8.67	c bounds 1060 >= 993 @ 8.35027
8.63/8.73	c bounds 1059 >= 993 @ 8.40265
8.63/8.79	c bounds 1058 >= 993 @ 8.46541
8.93/9.00	c #Conflicts:      14000 | #Constraints:      10996
8.93/9.00	c bounds 1057 >= 993 @ 8.67856
9.23/9.31	c bounds 1056 >= 993 @ 8.97739
9.53/9.61	c #Conflicts:      15000 | #Constraints:      12004
9.53/9.61	c INPROCESSING
9.53/9.61	c GARBAGE COLLECT
9.53/9.61	c rational objective 993
9.62/9.78	c bounds 1055 >= 993 @ 9.43486
10.03/10.15	c #Conflicts:      16000 | #Constraints:      10215
10.03/10.15	c bounds 1054 >= 993 @ 9.80011
10.32/10.41	c bounds 1053 >= 993 @ 10.0541
10.93/11.06	c #Conflicts:      17000 | #Constraints:      11223
10.93/11.06	c bounds 1053 >= 994 @ 10.6951
11.12/11.21	c bounds 1052 >= 994 @ 10.8364
11.22/11.34	c bounds 1051 >= 994 @ 10.9719
11.72/11.82	c #Conflicts:      18000 | #Constraints:      12294
11.72/11.82	c INPROCESSING
11.72/11.82	c GARBAGE COLLECT
11.72/11.82	c rational objective 994
11.82/11.91	c bounds 1050 >= 994 @ 11.5272
13.03/13.12	c #Conflicts:      19000 | #Constraints:      10295
13.03/13.12	c #Conflicts:      20000 | #Constraints:      11296
13.03/13.12	c bounds 1049 >= 994 @ 12.7097
14.21/14.36	c #Conflicts:      21000 | #Constraints:      12306
14.21/14.36	c INPROCESSING
14.21/14.36	c GARBAGE COLLECT
14.21/14.36	c rational objective 994
15.01/15.11	c #Conflicts:      22000 | #Constraints:      10101
15.01/15.11	c #Conflicts:      23000 | #Constraints:      11102
15.01/15.11	c bounds 1048 >= 994 @ 14.6666
16.50/16.68	c #Conflicts:      24000 | #Constraints:      12107
16.50/16.68	c #Conflicts:      25000 | #Constraints:      13107
16.50/16.68	c INPROCESSING
16.50/16.68	c GARBAGE COLLECT
16.50/16.68	c rational objective 994
17.80/17.98	c #Conflicts:      26000 | #Constraints:      10687
17.80/17.98	c #Conflicts:      27000 | #Constraints:      11687
17.80/17.98	c #Conflicts:      28000 | #Constraints:      12687
17.80/17.98	c #Conflicts:      29000 | #Constraints:      13687
17.80/17.98	c INPROCESSING
17.80/17.98	c GARBAGE COLLECT
17.80/17.98	c rational objective 994
18.00/18.14	c bounds 1048 >= 995 @ 17.6239
18.60/18.77	c #Conflicts:      30000 | #Constraints:      11182
18.60/18.77	c #Conflicts:      31000 | #Constraints:      12182
18.60/18.77	c bounds 1048 >= 996 @ 18.2318
19.20/19.39	c #Conflicts:      32000 | #Constraints:      13236
19.20/19.39	c #Conflicts:      33000 | #Constraints:      14236
19.20/19.39	c INPROCESSING
19.20/19.39	c GARBAGE COLLECT
19.20/19.39	c rational objective 996
20.59/20.79	c #Conflicts:      34000 | #Constraints:      11432
20.59/20.79	c #Conflicts:      35000 | #Constraints:      12432
20.59/20.79	c #Conflicts:      36000 | #Constraints:      13432
20.59/20.79	c #Conflicts:      37000 | #Constraints:      14432
20.59/20.79	c INPROCESSING
20.59/20.79	c GARBAGE COLLECT
20.59/20.79	c rational objective 996
22.08/22.29	c #Conflicts:      38000 | #Constraints:      11447
22.08/22.29	c #Conflicts:      39000 | #Constraints:      12456
22.08/22.29	c #Conflicts:      40000 | #Constraints:      13486
22.08/22.29	c bounds 1047 >= 996 @ 21.6677
22.89/23.07	c #Conflicts:      41000 | #Constraints:      14487
22.89/23.07	c bounds 1047 >= 997 @ 22.427
23.28/23.44	c INPROCESSING
23.28/23.44	c GARBAGE COLLECT
23.28/23.44	c rational objective 997
23.38/23.54	c bounds 1046 >= 997 @ 22.8891
24.89/25.01	c #Conflicts:      42000 | #Constraints:      11278
24.89/25.01	c #Conflicts:      43000 | #Constraints:      12278
24.89/25.01	c #Conflicts:      44000 | #Constraints:      13294
24.89/25.01	c bounds 1045 >= 997 @ 24.3283
24.98/25.14	WSVECS04 Frhs2[3]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[8]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[24]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[26]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[29]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[32]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[36]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[37]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[44]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[47]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[53]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[65]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[73]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[75]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[82]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[86]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[87]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[100]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[104]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[109]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[113]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[117]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[118]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[119]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[124]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[129]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[133]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[140]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[141]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[151]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[157]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[165]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[167]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[183]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[200]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[203]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[205]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[217]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[219]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[226]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[227]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[228]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[229]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[230]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[234]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[235]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[237]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[239]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[241]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[251]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[254]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[255]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[261]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[271]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[285]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[287]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[289]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[294]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[307]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[315]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[321]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[323]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[324]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[326]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[333]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[354]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[361]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[362]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[365]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[366]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[371]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[379]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[381]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[384]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[423]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[431]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[435]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[440]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[448]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[450]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[456]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[458]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[459]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[464]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[467]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[476]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[479]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[481]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[487]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[488]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[496]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[497]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[501]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[512]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[514]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[515]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[521]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[528]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[530]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[531]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[552]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[559]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[563]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[574]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[576]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[580]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[587]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[595]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[597]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[601]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[610]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[617]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[627]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[628]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[635]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[637]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[638]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[641]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[642]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[644]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[649]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[650]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[652]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[655]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[657]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[689]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[693]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[694]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[706]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[718]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[721]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[722]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[729]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[733]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[734]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[735]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[744]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[749]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[755]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[759]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[765]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[766]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[767]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[773]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[775]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[779]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[781]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[784]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[788]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[790]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[791]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[792]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[796]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[802]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[809]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[812]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[814]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[816]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[817]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[819]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[821]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[835]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[840]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[845]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[848]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[853]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[861]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[864]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[867]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[871]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[878]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[884]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[886]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[898]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[900]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[902]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[904]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[907]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[920]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[921]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[928]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[929]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[933]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[935]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[940]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[942]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[944]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[945]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[948]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[949]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[952]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[960]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[962]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[963]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[967]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[971]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[980]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[981]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[999]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1001]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1006]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1011]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1019]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1023]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1025]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1029]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1033]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1042]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1053]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1064]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1075]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1076]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1080]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1081]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1095]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1097]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1098]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1102]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1104]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1117]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1121]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1123]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1124]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1147]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1153]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1156]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1160]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1161]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1162]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1168]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1173]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1177]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1199]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1202]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1204]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1213]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1214]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1216]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1228]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1245]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1252]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1256]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1258]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1261]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1262]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1264]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1266]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1274]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1278]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1286]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1290]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1293]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1294]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1295]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1297]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1299]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1300]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1307]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1309]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1312]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1313]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1316]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1319]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1332]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1338]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1345]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1355]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1358]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1361]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1367]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1372]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1376]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1382]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1389]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1394]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1397]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1398]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1403]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1406]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1418]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1426]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1433]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1442]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1450]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1458]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1460]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1462]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1464]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1466]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1471]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1472]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1476]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1493]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1495]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1496]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1497]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1503]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1506]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1514]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1516]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1518]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1524]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1528]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1531]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1532]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1541]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1543]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1550]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1551]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1552]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1553]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1561]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1562]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1571]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1576]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1578]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1579]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1588]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1592]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1594]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1599]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1601]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1617]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1639]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1643]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1645]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1659]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1666]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1673]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1679]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1681]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1693]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1695]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1702]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1703]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1705]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1707]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1709]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1715]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1720]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1721]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1722]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1723]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1728]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1731]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1732]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1735]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1736]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1737]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1740]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1741]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1742]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1745]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1757]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1758]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1760]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1761]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1766]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1769]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1771]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1776]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1780]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1783]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1785]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1794]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1796]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1797]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1798]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1799]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1801]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1802]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1806]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1809]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1811]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1814]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1820]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1826]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1832]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1834]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1835]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1840]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1851]: 6 -1.00001 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1852]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1861]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1865]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1866]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1868]: 6 -1.00007 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1869]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1870]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1871]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1872]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1876]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1880]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1887]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1888]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1889]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1898]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1908]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1909]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1913]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1918]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1920]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1925]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1926]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1929]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1937]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1939]: 6 -1.00009 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1945]: 6 -1.00005 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1947]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1950]: 6 -1.00008 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1951]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1953]: 6 -1.00002 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1954]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1956]: 6 -1.00006 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1958]: 6 -1.00003 0 shouldn't be
24.98/25.14	WSVECS04 Frhs2[1963]: 6 -1.00005 0 shouldn't be
27.17/27.32	c #Conflicts:      45000 | #Constraints:      14343
27.17/27.32	c #Conflicts:      46000 | #Constraints:      15343
27.17/27.32	c INPROCESSING
27.17/27.32	c GARBAGE COLLECT
27.17/27.32	c rational objective 997
28.56/28.75	c #Conflicts:      47000 | #Constraints:      11934
28.56/28.75	c #Conflicts:      48000 | #Constraints:      12935
28.56/28.75	c bounds 1044 >= 997 @ 28.0041
28.97/29.11	c #Conflicts:      49000 | #Constraints:      13974
28.97/29.11	c bounds 1043 >= 997 @ 28.3561
29.96/30.13	c #Conflicts:      50000 | #Constraints:      14993
29.96/30.13	c #Conflicts:      51000 | #Constraints:      16027
29.96/30.13	c INPROCESSING
29.96/30.13	c GARBAGE COLLECT
29.96/30.13	c rational objective 997
30.06/30.20	c bounds 1042 >= 997 @ 29.4145
31.55/31.72	c #Conflicts:      52000 | #Constraints:      12353
31.55/31.72	c #Conflicts:      53000 | #Constraints:      13433
31.55/31.72	c bounds 1041 >= 997 @ 30.9002
34.32/37.85	c #Conflicts:      54000 | #Constraints:      14480
34.32/37.85	c #Conflicts:      55000 | #Constraints:      15480
34.32/37.85	c #Conflicts:      56000 | #Constraints:      16480
34.32/37.85	c INPROCESSING
34.32/37.85	c GARBAGE COLLECT
34.32/37.85	c rational objective 997
36.02/39.52	c #Conflicts:      57000 | #Constraints:      12590
36.02/39.52	c #Conflicts:      58000 | #Constraints:      13659
36.02/39.52	c bounds 1040 >= 997 @ 35.3063
37.71/41.24	c #Conflicts:      59000 | #Constraints:      14740
37.71/41.24	c #Conflicts:      60000 | #Constraints:      15765
37.71/41.24	c #Conflicts:      61000 | #Constraints:      16828
37.71/41.24	c INPROCESSING
37.71/41.24	c GARBAGE COLLECT
37.71/41.24	c rational objective 997
40.00/43.53	c #Conflicts:      62000 | #Constraints:      12637
40.00/43.53	c #Conflicts:      63000 | #Constraints:      13637
40.00/43.53	c #Conflicts:      64000 | #Constraints:      14637
40.00/43.53	c #Conflicts:      65000 | #Constraints:      15637
40.00/43.53	c #Conflicts:      66000 | #Constraints:      16637
40.00/43.53	c INPROCESSING
40.00/43.53	c GARBAGE COLLECT
40.00/43.53	c rational objective 997
44.00/47.59	c #Conflicts:      67000 | #Constraints:      12370
44.00/47.59	c #Conflicts:      68000 | #Constraints:      13382
44.00/47.59	c #Conflicts:      69000 | #Constraints:      14472
44.00/47.59	c #Conflicts:      70000 | #Constraints:      15549
44.00/47.59	c #Conflicts:      71000 | #Constraints:      16604
44.00/47.59	c #Conflicts:      72000 | #Constraints:      17677
44.00/47.59	c INPROCESSING
44.00/47.59	c GARBAGE COLLECT
44.00/47.59	c rational objective 997
46.59/50.16	c #Conflicts:      73000 | #Constraints:      13054
46.59/50.16	c #Conflicts:      74000 | #Constraints:      14054
46.59/50.16	c #Conflicts:      75000 | #Constraints:      15054
46.59/50.16	c #Conflicts:      76000 | #Constraints:      16054
46.59/50.16	c #Conflicts:      77000 | #Constraints:      17054
46.59/50.16	c #Conflicts:      78000 | #Constraints:      18054
46.59/50.16	c INPROCESSING
46.59/50.16	c GARBAGE COLLECT
46.59/50.16	c rational objective 997
49.08/52.63	c #Conflicts:      79000 | #Constraints:      13401
49.08/52.63	c #Conflicts:      80000 | #Constraints:      14401
49.08/52.63	c #Conflicts:      81000 | #Constraints:      15401
49.08/52.63	c #Conflicts:      82000 | #Constraints:      16401
49.08/52.63	c #Conflicts:      83000 | #Constraints:      17401
49.08/52.63	c #Conflicts:      84000 | #Constraints:      18401
49.08/52.63	c INPROCESSING
49.08/52.63	c GARBAGE COLLECT
49.08/52.63	c rational objective 997
49.37/52.91	c bounds 1039 >= 997 @ 48.3616
49.88/53.41	c #Conflicts:      85000 | #Constraints:      13580
49.88/53.41	c bounds 1038 >= 997 @ 48.8515
53.36/56.93	c #Conflicts:      86000 | #Constraints:      14592
53.36/56.93	c #Conflicts:      87000 | #Constraints:      15640
53.36/56.93	c #Conflicts:      88000 | #Constraints:      16705
53.36/56.93	c #Conflicts:      89000 | #Constraints:      17750
53.36/56.93	c #Conflicts:      90000 | #Constraints:      18791
53.36/56.93	c INPROCESSING
53.36/56.93	c GARBAGE COLLECT
53.36/56.93	c rational objective 997
54.06/57.69	c #Conflicts:      91000 | #Constraints:      13631
54.06/57.69	c bounds 1038 >= 998 @ 53.0406
56.46/60.07	c #Conflicts:      92000 | #Constraints:      14679
56.46/60.07	c #Conflicts:      93000 | #Constraints:      15679
56.46/60.07	c #Conflicts:      94000 | #Constraints:      16679
56.46/60.07	c #Conflicts:      95000 | #Constraints:      17679
56.46/60.07	c #Conflicts:      96000 | #Constraints:      18679
56.46/60.07	c INPROCESSING
56.46/60.07	c GARBAGE COLLECT
56.46/60.07	c rational objective 998
59.35/62.94	c #Conflicts:      97000 | #Constraints:      13426
59.35/62.94	c #Conflicts:      98000 | #Constraints:      14426
59.35/62.94	c #Conflicts:      99000 | #Constraints:      15426
59.35/62.94	c #Conflicts:     100000 | #Constraints:      16426
59.35/62.94	c #Conflicts:     101000 | #Constraints:      17426
59.35/62.94	c #Conflicts:     102000 | #Constraints:      18426
59.35/62.94	c #Conflicts:     103000 | #Constraints:      19426
59.35/62.94	c INPROCESSING
59.35/62.94	c GARBAGE COLLECT
59.35/62.94	c rational objective 998
63.98/70.34	c #Conflicts:     104000 | #Constraints:      13990
63.98/70.34	c #Conflicts:     105000 | #Constraints:      15028
63.98/70.34	c #Conflicts:     106000 | #Constraints:      16089
63.98/70.34	c #Conflicts:     107000 | #Constraints:      17151
63.98/70.34	c #Conflicts:     108000 | #Constraints:      18192
63.98/70.34	c #Conflicts:     109000 | #Constraints:      19239
63.98/70.34	c #Conflicts:     110000 | #Constraints:      20281
63.98/70.34	c INPROCESSING
63.98/70.34	c GARBAGE COLLECT
63.98/70.34	c rational objective 998
67.37/73.73	c #Conflicts:     111000 | #Constraints:      14457
67.37/73.73	c #Conflicts:     112000 | #Constraints:      15457
67.37/73.73	c #Conflicts:     113000 | #Constraints:      16457
67.37/73.73	c #Conflicts:     114000 | #Constraints:      17457
67.37/73.73	c #Conflicts:     115000 | #Constraints:      18457
67.37/73.73	c #Conflicts:     116000 | #Constraints:      19457
67.37/73.73	c #Conflicts:     117000 | #Constraints:      20457
67.37/73.73	c INPROCESSING
67.37/73.73	c GARBAGE COLLECT
67.37/73.73	c rational objective 998
70.55/76.96	c #Conflicts:     118000 | #Constraints:      14611
70.55/76.96	c #Conflicts:     119000 | #Constraints:      15611
70.55/76.96	c #Conflicts:     120000 | #Constraints:      16611
70.55/76.96	c #Conflicts:     121000 | #Constraints:      17611
70.55/76.96	c #Conflicts:     122000 | #Constraints:      18611
70.55/76.96	c #Conflicts:     123000 | #Constraints:      19611
70.55/76.96	c #Conflicts:     124000 | #Constraints:      20611
70.55/76.96	c INPROCESSING
70.55/76.96	c GARBAGE COLLECT
70.55/76.96	c rational objective 998
75.35/81.72	c #Conflicts:     125000 | #Constraints:      14602
75.35/81.72	c #Conflicts:     126000 | #Constraints:      15644
75.35/81.72	c #Conflicts:     127000 | #Constraints:      16694
75.35/81.72	c #Conflicts:     128000 | #Constraints:      17755
75.35/81.72	c #Conflicts:     129000 | #Constraints:      18806
75.35/81.72	c #Conflicts:     130000 | #Constraints:      19851
75.35/81.72	c #Conflicts:     131000 | #Constraints:      20905
75.35/81.72	c INPROCESSING
75.35/81.72	c GARBAGE COLLECT
75.35/81.72	c rational objective 998
79.23/85.68	c #Conflicts:     132000 | #Constraints:      14510
79.23/85.68	c #Conflicts:     133000 | #Constraints:      15510
79.23/85.68	c #Conflicts:     134000 | #Constraints:      16510
79.23/85.68	c #Conflicts:     135000 | #Constraints:      17510
79.23/85.68	c #Conflicts:     136000 | #Constraints:      18510
79.23/85.68	c #Conflicts:     137000 | #Constraints:      19510
79.23/85.68	c #Conflicts:     138000 | #Constraints:      20510
79.23/85.68	c #Conflicts:     139000 | #Constraints:      21510
79.23/85.68	c INPROCESSING
79.23/85.68	c GARBAGE COLLECT
79.23/85.68	c rational objective 998
82.93/89.33	c #Conflicts:     140000 | #Constraints:      15049
82.93/89.33	c #Conflicts:     141000 | #Constraints:      16049
82.93/89.33	c #Conflicts:     142000 | #Constraints:      17049
82.93/89.33	c #Conflicts:     143000 | #Constraints:      18049
82.93/89.33	c #Conflicts:     144000 | #Constraints:      19049
82.93/89.33	c #Conflicts:     145000 | #Constraints:      20049
82.93/89.33	c #Conflicts:     146000 | #Constraints:      21049
82.93/89.33	c #Conflicts:     147000 | #Constraints:      22049
82.93/89.33	c INPROCESSING
82.93/89.33	c GARBAGE COLLECT
82.93/89.33	c rational objective 998
88.36/97.57	c #Conflicts:     148000 | #Constraints:      15438
88.36/97.57	c #Conflicts:     149000 | #Constraints:      16482
88.36/97.57	c #Conflicts:     150000 | #Constraints:      17541
88.36/97.57	c #Conflicts:     151000 | #Constraints:      18579
88.36/97.57	c #Conflicts:     152000 | #Constraints:      19616
88.36/97.57	c #Conflicts:     153000 | #Constraints:      20651
88.36/97.57	c #Conflicts:     154000 | #Constraints:      21683
88.36/97.57	c #Conflicts:     155000 | #Constraints:      22706
88.36/97.57	c INPROCESSING
88.36/97.57	c GARBAGE COLLECT
88.36/97.57	c rational objective 998
92.65/101.81	c #Conflicts:     156000 | #Constraints:      15692
92.65/101.81	c #Conflicts:     157000 | #Constraints:      16692
92.65/101.81	c #Conflicts:     158000 | #Constraints:      17692
92.65/101.81	c #Conflicts:     159000 | #Constraints:      18692
92.65/101.81	c #Conflicts:     160000 | #Constraints:      19692
92.65/101.81	c #Conflicts:     161000 | #Constraints:      20692
92.65/101.81	c #Conflicts:     162000 | #Constraints:      21692
92.65/101.81	c #Conflicts:     163000 | #Constraints:      22692
92.65/101.81	c INPROCESSING
92.65/101.81	c GARBAGE COLLECT
92.65/101.81	c rational objective 998
93.35/102.54	c #Conflicts:     164000 | #Constraints:      15640
93.35/102.54	c bounds 1038 >= 999 @ 91.5506
96.44/105.68	c #Conflicts:     165000 | #Constraints:      16742
96.44/105.68	c #Conflicts:     166000 | #Constraints:      17742
96.44/105.68	c #Conflicts:     167000 | #Constraints:      18742
96.44/105.68	c #Conflicts:     168000 | #Constraints:      19742
96.44/105.68	c #Conflicts:     169000 | #Constraints:      20742
96.44/105.68	c #Conflicts:     170000 | #Constraints:      21742
96.44/105.68	c #Conflicts:     171000 | #Constraints:      22742
96.44/105.68	c INPROCESSING
96.44/105.68	c GARBAGE COLLECT
96.44/105.68	c rational objective 999
99.84/109.06	c #Conflicts:     172000 | #Constraints:      15511
99.84/109.06	c #Conflicts:     173000 | #Constraints:      16511
99.84/109.06	c #Conflicts:     174000 | #Constraints:      17511
99.84/109.06	c #Conflicts:     175000 | #Constraints:      18552
99.84/109.06	c #Conflicts:     176000 | #Constraints:      19599
99.84/109.06	c #Conflicts:     177000 | #Constraints:      20657
99.84/109.06	c bounds 1037 >= 999 @ 97.9281
100.03/109.22	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[5]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[22]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[24]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[25]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[26]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[29]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[31]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[35]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[37]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[38]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[43]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[45]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[53]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[55]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[56]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[59]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[62]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[64]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[69]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[70]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[71]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[73]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[74]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[75]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[76]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[80]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[81]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[84]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[86]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[87]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[91]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[95]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[99]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[103]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[109]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[110]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[112]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[113]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[114]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[116]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[117]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[120]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[123]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[124]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[127]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[128]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[131]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[133]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[136]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[137]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[139]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[140]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[141]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[145]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[146]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[147]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[148]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[149]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[151]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[154]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[158]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[160]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[161]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[162]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[165]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[167]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[171]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[180]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[183]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[184]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[185]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[189]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[190]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[194]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[198]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[199]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[205]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[208]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[215]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[217]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[219]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[223]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[229]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[230]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[234]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[235]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[237]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[239]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[240]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[241]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[243]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[249]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[251]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[252]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[254]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[256]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[261]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[265]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[266]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[267]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[271]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[275]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[276]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[285]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[287]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[289]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[293]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[299]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[301]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[305]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[306]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[307]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[308]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[311]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[312]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[315]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[316]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[317]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[321]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[323]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[324]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[325]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[326]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[337]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[340]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[341]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[347]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[348]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[352]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[355]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[361]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[362]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[365]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[366]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[369]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[371]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[374]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[376]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[379]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[381]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[383]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[386]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[390]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[392]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[398]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[399]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[403]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[404]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[415]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[416]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[419]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[420]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[421]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[423]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[426]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[429]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[431]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[435]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[436]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[440]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[446]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[449]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[458]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[459]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[460]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[461]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[463]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[464]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[466]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[467]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[472]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[476]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[484]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[485]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[488]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[491]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[495]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[497]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[512]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[514]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[515]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[521]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[522]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[524]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[526]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[528]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[532]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[540]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[553]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[556]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[557]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[560]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[562]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[563]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[567]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[574]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[575]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[576]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[584]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[587]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[593]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[594]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[595]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[597]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[601]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[602]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[603]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[604]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[615]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[616]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[617]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[620]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[621]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[627]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[630]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[632]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[637]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[638]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[641]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[642]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[644]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[647]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[649]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[652]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[653]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[655]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[656]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[662]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[663]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[665]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[680]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[681]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[683]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[685]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[689]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[691]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[694]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[697]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[706]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[709]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[715]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[716]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[718]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[719]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[721]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[724]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[726]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[727]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[728]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[729]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[733]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[734]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[735]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[736]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[737]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[748]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[749]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[751]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[752]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[755]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[759]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[760]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[761]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[766]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[767]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[772]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[775]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[779]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[780]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[781]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[784]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[788]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[789]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[791]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[792]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[794]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[795]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[796]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[801]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[802]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[805]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[806]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[809]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[812]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[816]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[817]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[819]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[820]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[821]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[823]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[828]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[830]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[833]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[835]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[836]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[838]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[840]: 6 -1.00001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[842]: 6 -1.00009 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[843]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[845]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[847]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[848]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[851]: 6 -1.00006 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[853]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[855]: 6 -1.00008 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[857]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[861]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[863]: 6 -1.00005 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[864]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[867]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[868]: 6 -1.0001 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[869]: 6 -1.00004 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[871]: 6 -1.00007 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[872]: 6 -1.00003 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[874]: 6 -1.00002 0 shouldn't be
100.03/109.22	WSVECS04 Frhs2[876]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[881]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[884]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[889]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[890]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[892]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[893]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[896]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[897]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[900]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[902]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[907]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[908]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[917]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[918]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[919]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[920]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[921]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[927]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[928]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[930]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[933]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[934]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[936]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[939]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[940]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[941]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[942]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[943]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[944]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[945]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[948]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[949]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[952]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[953]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[956]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[960]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[961]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[963]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[969]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[971]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[973]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[974]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[977]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[980]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[981]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[991]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[996]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[999]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1001]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1003]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1006]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1009]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1010]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1011]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1013]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1015]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1016]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1019]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1021]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1023]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1025]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1026]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1027]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1028]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1031]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1032]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1033]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1038]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1039]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1043]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1045]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1052]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1053]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1056]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1070]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1074]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1075]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1076]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1081]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1083]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1092]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1094]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1095]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1096]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1097]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1099]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1101]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1102]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1103]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1104]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1107]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1109]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1111]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1114]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1119]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1122]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1127]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1129]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1130]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1132]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1134]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1142]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1144]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1145]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1146]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1147]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1148]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1155]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1156]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1162]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1165]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1166]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1174]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1176]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1179]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1192]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1199]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1204]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1205]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1206]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1209]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1211]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1212]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1213]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1214]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1216]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1218]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1226]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1228]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1232]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1235]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1238]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1241]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1243]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1244]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1245]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1249]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1250]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1251]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1255]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1256]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1257]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1258]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1259]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1261]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1264]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1269]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1270]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1273]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1274]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1278]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1279]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1282]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1283]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1285]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1287]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1289]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1293]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1295]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1296]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1298]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1299]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1300]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1301]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1303]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1307]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1308]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1312]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1313]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1315]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1316]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1317]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1318]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1320]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1325]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1326]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1331]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1332]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1337]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1338]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1339]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1340]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1345]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1348]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1349]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1355]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1357]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1358]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1361]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1370]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1372]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1373]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1374]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1375]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1376]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1381]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1382]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1386]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1389]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1391]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1394]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1397]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1402]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1403]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1410]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1412]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1414]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1416]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1418]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1422]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1423]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1429]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1430]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1433]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1434]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1435]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1440]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1442]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1447]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1450]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1451]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1453]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1458]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1460]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1462]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1463]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1464]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1465]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1468]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1470]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1471]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1472]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1476]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1480]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1481]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1483]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1485]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1488]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1491]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1493]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1494]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1495]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1496]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1497]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1503]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1506]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1508]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1510]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1514]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1515]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1520]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1522]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1524]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1525]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1528]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1531]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1535]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1539]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1541]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1543]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1547]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1552]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1553]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1555]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1558]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1561]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1563]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1565]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1568]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1569]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1571]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1572]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1573]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1575]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1576]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1578]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1579]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1581]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1586]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1588]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1590]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1591]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1592]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1594]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1596]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1599]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1600]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1610]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1612]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1613]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1615]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1617]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1621]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1627]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1628]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1632]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1637]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1639]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1641]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1642]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1643]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1645]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1653]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1655]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1664]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1665]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1666]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1671]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1673]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1674]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1676]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1678]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1679]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1681]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1690]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1693]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1695]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1700]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1703]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1705]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1706]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1707]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1709]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1711]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1713]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1715]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1717]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1719]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1720]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1722]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1723]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1726]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1734]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1735]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1736]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1737]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1738]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1739]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1740]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1741]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1745]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1746]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1749]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1754]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1757]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1758]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1760]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1761]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1765]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1766]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1767]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1769]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1771]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1772]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1776]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1779]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1780]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1785]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1791]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1792]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1794]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1797]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1799]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1800]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1801]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1802]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1805]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1809]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1811]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1815]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1820]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1821]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1823]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1825]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1826]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1827]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1828]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1830]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1834]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1835]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1844]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1851]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1853]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1854]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1863]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1865]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1866]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1869]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1870]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1871]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1872]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1875]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1876]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1877]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1880]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1881]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1884]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1887]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1888]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1889]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1891]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1892]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1895]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1903]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1905]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1908]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1913]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1914]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1915]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1916]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1920]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1924]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1929]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1930]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1931]: 6 -1.00005 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1936]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1937]: 6 -1.00004 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1939]: 6 -1.0001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1940]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1941]: 6 -1.00002 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1942]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1944]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1945]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1947]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1948]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1949]: 6 -1.00007 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1950]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1954]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1956]: 6 -1.00003 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1958]: 6 -1.00001 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1959]: 6 -1.00006 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1961]: 6 -1.00008 0 shouldn't be
100.03/109.23	WSVECS04 Frhs2[1963]: 6 -1.00009 0 shouldn't be
108.40/117.61	c #Conflicts:     178000 | #Constraints:      21664
108.40/117.61	c #Conflicts:     179000 | #Constraints:      22664
108.40/117.61	c #Conflicts:     180000 | #Constraints:      23664
108.40/117.61	c INPROCESSING
108.40/117.61	c GARBAGE COLLECT
108.40/117.61	c rational objective 999
114.28/123.54	c #Conflicts:     181000 | #Constraints:      16146
114.28/123.54	c #Conflicts:     182000 | #Constraints:      17198
114.28/123.54	c #Conflicts:     183000 | #Constraints:      18271
114.28/123.54	c #Conflicts:     184000 | #Constraints:      19333
114.28/123.54	c #Conflicts:     185000 | #Constraints:      20390
114.28/123.54	c #Conflicts:     186000 | #Constraints:      21441
114.28/123.54	c #Conflicts:     187000 | #Constraints:      22506
114.28/123.54	c #Conflicts:     188000 | #Constraints:      23553
114.28/123.54	c #Conflicts:     189000 | #Constraints:      24591
114.28/123.54	c INPROCESSING
114.28/123.54	c GARBAGE COLLECT
114.28/123.54	c rational objective 999
118.80/130.56	c #Conflicts:     190000 | #Constraints:      16656
118.80/130.56	c #Conflicts:     191000 | #Constraints:      17667
118.80/130.56	c #Conflicts:     192000 | #Constraints:      18698
118.80/130.56	c #Conflicts:     193000 | #Constraints:      19732
118.80/130.56	c #Conflicts:     194000 | #Constraints:      20763
118.80/130.56	c #Conflicts:     195000 | #Constraints:      21778
118.80/130.56	c #Conflicts:     196000 | #Constraints:      22802
118.80/130.56	c #Conflicts:     197000 | #Constraints:      23831
118.80/130.56	c #Conflicts:     198000 | #Constraints:      24856
118.80/130.56	c INPROCESSING
118.80/130.56	c GARBAGE COLLECT
118.80/130.56	c rational objective 999
123.49/135.23	c #Conflicts:     199000 | #Constraints:      16811
123.49/135.23	c #Conflicts:     200000 | #Constraints:      17811
123.49/135.23	c #Conflicts:     201000 | #Constraints:      18811
123.49/135.23	c #Conflicts:     202000 | #Constraints:      19811
123.49/135.23	c #Conflicts:     203000 | #Constraints:      20811
123.49/135.23	c #Conflicts:     204000 | #Constraints:      21811
123.49/135.23	c #Conflicts:     205000 | #Constraints:      22811
123.49/135.23	c #Conflicts:     206000 | #Constraints:      23811
123.49/135.23	c #Conflicts:     207000 | #Constraints:      24811
123.49/135.23	c INPROCESSING
123.49/135.23	c GARBAGE COLLECT
123.49/135.23	c rational objective 999
130.47/142.29	c #Conflicts:     208000 | #Constraints:      16751
130.47/142.29	c #Conflicts:     209000 | #Constraints:      17800
130.47/142.29	c #Conflicts:     210000 | #Constraints:      18848
130.47/142.29	c #Conflicts:     211000 | #Constraints:      19891
130.47/142.29	c #Conflicts:     212000 | #Constraints:      20956
130.47/142.29	c #Conflicts:     213000 | #Constraints:      22008
130.47/142.29	c #Conflicts:     214000 | #Constraints:      23061
130.47/142.29	c #Conflicts:     215000 | #Constraints:      24098
130.47/142.29	c #Conflicts:     216000 | #Constraints:      25134
130.47/142.29	c INPROCESSING
130.47/142.29	c GARBAGE COLLECT
130.47/142.29	c rational objective 999
135.65/147.45	c #Conflicts:     217000 | #Constraints:      16657
135.65/147.45	c #Conflicts:     218000 | #Constraints:      17657
135.65/147.45	c #Conflicts:     219000 | #Constraints:      18657
135.65/147.45	c #Conflicts:     220000 | #Constraints:      19657
135.65/147.45	c #Conflicts:     221000 | #Constraints:      20657
135.65/147.45	c #Conflicts:     222000 | #Constraints:      21657
135.65/147.45	c #Conflicts:     223000 | #Constraints:      22657
135.65/147.45	c #Conflicts:     224000 | #Constraints:      23657
135.65/147.45	c #Conflicts:     225000 | #Constraints:      24657
135.65/147.45	c #Conflicts:     226000 | #Constraints:      25657
135.65/147.45	c INPROCESSING
135.65/147.45	c GARBAGE COLLECT
135.65/147.45	c rational objective 999
140.44/152.21	c #Conflicts:     227000 | #Constraints:      17155
140.44/152.21	c #Conflicts:     228000 | #Constraints:      18155
140.44/152.21	c #Conflicts:     229000 | #Constraints:      19155
140.44/152.21	c #Conflicts:     230000 | #Constraints:      20155
140.44/152.21	c #Conflicts:     231000 | #Constraints:      21155
140.44/152.21	c #Conflicts:     232000 | #Constraints:      22155
140.44/152.21	c #Conflicts:     233000 | #Constraints:      23155
140.44/152.21	c #Conflicts:     234000 | #Constraints:      24155
140.44/152.21	c #Conflicts:     235000 | #Constraints:      25155
140.44/152.21	c #Conflicts:     236000 | #Constraints:      26155
140.44/152.21	c INPROCESSING
140.44/152.21	c GARBAGE COLLECT
140.44/152.21	c rational objective 999
145.62/160.14	c #Conflicts:     237000 | #Constraints:      17497
145.62/160.14	c #Conflicts:     238000 | #Constraints:      18497
145.62/160.14	c #Conflicts:     239000 | #Constraints:      19497
145.62/160.14	c #Conflicts:     240000 | #Constraints:      20497
145.62/160.14	c #Conflicts:     241000 | #Constraints:      21497
145.62/160.14	c #Conflicts:     242000 | #Constraints:      22497
145.62/160.14	c #Conflicts:     243000 | #Constraints:      23497
145.62/160.14	c #Conflicts:     244000 | #Constraints:      24497
145.62/160.14	c #Conflicts:     245000 | #Constraints:      25497
145.62/160.14	c #Conflicts:     246000 | #Constraints:      26497
145.62/160.14	c INPROCESSING
145.62/160.14	c GARBAGE COLLECT
145.62/160.14	c rational objective 999
153.30/167.81	c #Conflicts:     247000 | #Constraints:      17684
153.30/167.81	c #Conflicts:     248000 | #Constraints:      18718
153.30/167.81	c #Conflicts:     249000 | #Constraints:      19791
153.30/167.81	c #Conflicts:     250000 | #Constraints:      20852
153.30/167.81	c #Conflicts:     251000 | #Constraints:      21909
153.30/167.81	c #Conflicts:     252000 | #Constraints:      22962
153.30/167.81	c #Conflicts:     253000 | #Constraints:      24000
153.30/167.81	c #Conflicts:     254000 | #Constraints:      25045
153.30/167.81	c #Conflicts:     255000 | #Constraints:      26086
153.30/167.81	c #Conflicts:     256000 | #Constraints:      27129
153.30/167.81	c INPROCESSING
153.30/167.81	c GARBAGE COLLECT
153.30/167.81	c rational objective 999
159.08/173.60	c #Conflicts:     257000 | #Constraints:      17834
159.08/173.60	c #Conflicts:     258000 | #Constraints:      18834
159.08/173.60	c #Conflicts:     259000 | #Constraints:      19834
159.08/173.60	c #Conflicts:     260000 | #Constraints:      20834
159.08/173.60	c #Conflicts:     261000 | #Constraints:      21834
159.08/173.60	c #Conflicts:     262000 | #Constraints:      22834
159.08/173.60	c #Conflicts:     263000 | #Constraints:      23834
159.08/173.60	c #Conflicts:     264000 | #Constraints:      24834
159.08/173.60	c #Conflicts:     265000 | #Constraints:      25834
159.08/173.60	c #Conflicts:     266000 | #Constraints:      26834
159.08/173.60	c INPROCESSING
159.08/173.60	c GARBAGE COLLECT
159.08/173.60	c rational objective 999
164.86/179.49	c #Conflicts:     267000 | #Constraints:      17540
164.86/179.49	c #Conflicts:     268000 | #Constraints:      18540
164.86/179.49	c #Conflicts:     269000 | #Constraints:      19540
164.86/179.49	c #Conflicts:     270000 | #Constraints:      20540
164.86/179.49	c #Conflicts:     271000 | #Constraints:      21540
164.86/179.49	c #Conflicts:     272000 | #Constraints:      22540
164.86/179.49	c #Conflicts:     273000 | #Constraints:      23540
164.86/179.49	c #Conflicts:     274000 | #Constraints:      24540
164.86/179.49	c #Conflicts:     275000 | #Constraints:      25540
164.86/179.49	c #Conflicts:     276000 | #Constraints:      26540
164.86/179.49	c #Conflicts:     277000 | #Constraints:      27540
164.86/179.49	c INPROCESSING
164.86/179.49	c GARBAGE COLLECT
164.86/179.49	c rational objective 999
172.17/188.94	c #Conflicts:     278000 | #Constraints:      18123
172.17/188.94	c #Conflicts:     279000 | #Constraints:      19174
172.17/188.94	c #Conflicts:     280000 | #Constraints:      20239
172.17/188.94	c #Conflicts:     281000 | #Constraints:      21271
172.17/188.94	c #Conflicts:     282000 | #Constraints:      22317
172.17/188.94	c #Conflicts:     283000 | #Constraints:      23351
172.17/188.94	c #Conflicts:     284000 | #Constraints:      24373
172.17/188.94	c #Conflicts:     285000 | #Constraints:      25411
172.17/188.94	c #Conflicts:     286000 | #Constraints:      26444
172.17/188.94	c #Conflicts:     287000 | #Constraints:      27474
172.17/188.94	c #Conflicts:     288000 | #Constraints:      28508
172.17/188.94	c INPROCESSING
172.17/188.94	c GARBAGE COLLECT
172.17/188.94	c rational objective 999
178.66/195.42	c #Conflicts:     289000 | #Constraints:      18618
178.66/195.42	c #Conflicts:     290000 | #Constraints:      19618
178.66/195.42	c #Conflicts:     291000 | #Constraints:      20618
178.66/195.42	c #Conflicts:     292000 | #Constraints:      21618
178.66/195.42	c #Conflicts:     293000 | #Constraints:      22618
178.66/195.42	c #Conflicts:     294000 | #Constraints:      23618
178.66/195.42	c #Conflicts:     295000 | #Constraints:      24618
178.66/195.42	c #Conflicts:     296000 | #Constraints:      25618
178.66/195.42	c #Conflicts:     297000 | #Constraints:      26618
178.66/195.42	c #Conflicts:     298000 | #Constraints:      27618
178.66/195.42	c #Conflicts:     299000 | #Constraints:      28618
178.66/195.42	c INPROCESSING
178.66/195.42	c GARBAGE COLLECT
178.66/195.42	c rational objective 999
184.94/201.76	c #Conflicts:     300000 | #Constraints:      18735
184.94/201.76	c #Conflicts:     301000 | #Constraints:      19735
184.94/201.76	c #Conflicts:     302000 | #Constraints:      20735
184.94/201.76	c #Conflicts:     303000 | #Constraints:      21735
184.94/201.76	c #Conflicts:     304000 | #Constraints:      22735
184.94/201.76	c #Conflicts:     305000 | #Constraints:      23735
184.94/201.76	c #Conflicts:     306000 | #Constraints:      24735
184.94/201.76	c #Conflicts:     307000 | #Constraints:      25735
184.94/201.76	c #Conflicts:     308000 | #Constraints:      26735
184.94/201.76	c #Conflicts:     309000 | #Constraints:      27735
184.94/201.76	c #Conflicts:     310000 | #Constraints:      28735
184.94/201.76	c INPROCESSING
184.94/201.76	c GARBAGE COLLECT
184.94/201.76	c rational objective 999
196.01/212.81	c #Conflicts:     311000 | #Constraints:      18715
196.01/212.81	c #Conflicts:     312000 | #Constraints:      19715
196.01/212.81	c #Conflicts:     313000 | #Constraints:      20715
196.01/212.81	c #Conflicts:     314000 | #Constraints:      21716
196.01/212.81	c #Conflicts:     315000 | #Constraints:      22777
196.01/212.81	c #Conflicts:     316000 | #Constraints:      23871
196.01/212.81	c #Conflicts:     317000 | #Constraints:      24942
196.01/212.81	c #Conflicts:     318000 | #Constraints:      25994
196.01/212.81	c #Conflicts:     319000 | #Constraints:      27031
196.01/212.81	c #Conflicts:     320000 | #Constraints:      28075
196.01/212.81	c #Conflicts:     321000 | #Constraints:      29133
196.01/212.81	c INPROCESSING
196.01/212.81	c GARBAGE COLLECT
196.01/212.81	c rational objective 999
202.68/222.12	c #Conflicts:     322000 | #Constraints:      18636
202.68/222.12	c #Conflicts:     323000 | #Constraints:      19636
202.68/222.12	c #Conflicts:     324000 | #Constraints:      20636
202.68/222.12	c #Conflicts:     325000 | #Constraints:      21636
202.68/222.12	c #Conflicts:     326000 | #Constraints:      22636
202.68/222.12	c #Conflicts:     327000 | #Constraints:      23636
202.68/222.12	c #Conflicts:     328000 | #Constraints:      24636
202.68/222.12	c #Conflicts:     329000 | #Constraints:      25636
202.68/222.12	c #Conflicts:     330000 | #Constraints:      26636
202.68/222.12	c #Conflicts:     331000 | #Constraints:      27636
202.68/222.12	c #Conflicts:     332000 | #Constraints:      28636
202.68/222.12	c #Conflicts:     333000 | #Constraints:      29636
202.68/222.12	c INPROCESSING
202.68/222.12	c GARBAGE COLLECT
202.68/222.12	c rational objective 999
209.67/229.17	c #Conflicts:     334000 | #Constraints:      19165
209.67/229.17	c #Conflicts:     335000 | #Constraints:      20165
209.67/229.17	c #Conflicts:     336000 | #Constraints:      21165
209.67/229.17	c #Conflicts:     337000 | #Constraints:      22165
209.67/229.17	c #Conflicts:     338000 | #Constraints:      23165
209.67/229.17	c #Conflicts:     339000 | #Constraints:      24165
209.67/229.17	c #Conflicts:     340000 | #Constraints:      25165
209.67/229.17	c #Conflicts:     341000 | #Constraints:      26165
209.67/229.17	c #Conflicts:     342000 | #Constraints:      27165
209.67/229.17	c #Conflicts:     343000 | #Constraints:      28165
209.67/229.17	c #Conflicts:     344000 | #Constraints:      29165
209.67/229.17	c #Conflicts:     345000 | #Constraints:      30165
209.67/229.17	c INPROCESSING
209.67/229.17	c GARBAGE COLLECT
209.67/229.17	c rational objective 999
219.04/238.52	c #Conflicts:     346000 | #Constraints:      19522
219.04/238.52	c #Conflicts:     347000 | #Constraints:      20570
219.04/238.52	c #Conflicts:     348000 | #Constraints:      21622
219.04/238.52	c #Conflicts:     349000 | #Constraints:      22676
219.04/238.52	c #Conflicts:     350000 | #Constraints:      23729
219.04/238.52	c #Conflicts:     351000 | #Constraints:      24781
219.04/238.52	c #Conflicts:     352000 | #Constraints:      25837
219.04/238.52	c #Conflicts:     353000 | #Constraints:      26873
219.04/238.52	c #Conflicts:     354000 | #Constraints:      27905
219.04/238.52	c #Conflicts:     355000 | #Constraints:      28947
219.04/238.52	c #Conflicts:     356000 | #Constraints:      29989
219.04/238.52	c #Conflicts:     357000 | #Constraints:      31030
219.04/238.52	c INPROCESSING
219.04/238.52	c GARBAGE COLLECT
219.04/238.52	c rational objective 999
221.92/241.47	c #Conflicts:     358000 | #Constraints:      19896
221.92/241.47	c #Conflicts:     359000 | #Constraints:      20896
221.92/241.47	c #Conflicts:     360000 | #Constraints:      21896
221.92/241.47	c #Conflicts:     361000 | #Constraints:      22896
221.92/241.47	c #Conflicts:     362000 | #Constraints:      23896
221.92/241.47	c bounds 1037 >= 1000 @ 218.07
226.71/246.22	c #Conflicts:     363000 | #Constraints:      24962
226.71/246.22	c #Conflicts:     364000 | #Constraints:      25962
226.71/246.22	c #Conflicts:     365000 | #Constraints:      26962
226.71/246.22	c #Conflicts:     366000 | #Constraints:      27962
226.71/246.22	c #Conflicts:     367000 | #Constraints:      28962
226.71/246.22	c #Conflicts:     368000 | #Constraints:      29962
226.71/246.22	c #Conflicts:     369000 | #Constraints:      30962
226.71/246.22	c INPROCESSING
226.71/246.22	c GARBAGE COLLECT
226.71/246.22	c rational objective 1000
234.42/256.63	c #Conflicts:     370000 | #Constraints:      19833
234.42/256.63	c #Conflicts:     371000 | #Constraints:      20833
234.42/256.63	c #Conflicts:     372000 | #Constraints:      21833
234.42/256.63	c #Conflicts:     373000 | #Constraints:      22833
234.42/256.63	c #Conflicts:     374000 | #Constraints:      23833
234.42/256.63	c #Conflicts:     375000 | #Constraints:      24833
234.42/256.63	c #Conflicts:     376000 | #Constraints:      25833
234.42/256.63	c #Conflicts:     377000 | #Constraints:      26833
234.42/256.63	c #Conflicts:     378000 | #Constraints:      27833
234.42/256.63	c #Conflicts:     379000 | #Constraints:      28833
234.42/256.63	c #Conflicts:     380000 | #Constraints:      29833
234.42/256.63	c #Conflicts:     381000 | #Constraints:      30833
234.42/256.63	c INPROCESSING
234.42/256.63	c GARBAGE COLLECT
234.42/256.63	c rational objective 1000
243.90/266.19	c #Conflicts:     382000 | #Constraints:      19574
243.90/266.19	c #Conflicts:     383000 | #Constraints:      20604
243.90/266.19	c #Conflicts:     384000 | #Constraints:      21663
243.90/266.19	c #Conflicts:     385000 | #Constraints:      22740
243.90/266.19	c #Conflicts:     386000 | #Constraints:      23798
243.90/266.19	c #Conflicts:     387000 | #Constraints:      24851
243.90/266.19	c #Conflicts:     388000 | #Constraints:      25904
243.90/266.19	c #Conflicts:     389000 | #Constraints:      26965
243.90/266.19	c #Conflicts:     390000 | #Constraints:      28021
243.90/266.19	c #Conflicts:     391000 | #Constraints:      29055
243.90/266.19	c #Conflicts:     392000 | #Constraints:      30099
243.90/266.19	c #Conflicts:     393000 | #Constraints:      31138
243.90/266.19	c #Conflicts:     394000 | #Constraints:      32178
243.90/266.19	c INPROCESSING
243.90/266.19	c GARBAGE COLLECT
243.90/266.19	c rational objective 1000
252.17/274.43	c #Conflicts:     395000 | #Constraints:      20382
252.17/274.43	c #Conflicts:     396000 | #Constraints:      21382
252.17/274.43	c #Conflicts:     397000 | #Constraints:      22382
252.17/274.43	c #Conflicts:     398000 | #Constraints:      23382
252.17/274.43	c #Conflicts:     399000 | #Constraints:      24382
252.17/274.43	c #Conflicts:     400000 | #Constraints:      25382
252.17/274.43	c #Conflicts:     401000 | #Constraints:      26382
252.17/274.43	c #Conflicts:     402000 | #Constraints:      27382
252.17/274.43	c #Conflicts:     403000 | #Constraints:      28382
252.17/274.43	c #Conflicts:     404000 | #Constraints:      29382
252.17/274.43	c #Conflicts:     405000 | #Constraints:      30382
252.17/274.43	c #Conflicts:     406000 | #Constraints:      31382
252.17/274.43	c #Conflicts:     407000 | #Constraints:      32382
252.17/274.43	c INPROCESSING
252.17/274.43	c GARBAGE COLLECT
252.17/274.43	c rational objective 1000
259.83/284.68	c #Conflicts:     408000 | #Constraints:      20657
259.83/284.68	c #Conflicts:     409000 | #Constraints:      21657
259.83/284.68	c #Conflicts:     410000 | #Constraints:      22657
259.83/284.68	c #Conflicts:     411000 | #Constraints:      23657
259.83/284.68	c #Conflicts:     412000 | #Constraints:      24657
259.83/284.68	c #Conflicts:     413000 | #Constraints:      25657
259.83/284.68	c #Conflicts:     414000 | #Constraints:      26657
259.83/284.68	c #Conflicts:     415000 | #Constraints:      27657
259.83/284.68	c #Conflicts:     416000 | #Constraints:      28657
259.83/284.68	c #Conflicts:     417000 | #Constraints:      29657
259.83/284.68	c #Conflicts:     418000 | #Constraints:      30657
259.83/284.68	c #Conflicts:     419000 | #Constraints:      31657
259.83/284.68	c #Conflicts:     420000 | #Constraints:      32657
259.83/284.68	c INPROCESSING
259.83/284.68	c GARBAGE COLLECT
259.83/284.68	c rational objective 1000
271.68/296.56	c #Conflicts:     421000 | #Constraints:      20829
271.68/296.56	c #Conflicts:     422000 | #Constraints:      21895
271.68/296.56	c #Conflicts:     423000 | #Constraints:      22952
271.68/296.56	c #Conflicts:     424000 | #Constraints:      24012
271.68/296.56	c #Conflicts:     425000 | #Constraints:      25078
271.68/296.56	c #Conflicts:     426000 | #Constraints:      26135
271.68/296.56	c #Conflicts:     427000 | #Constraints:      27180
271.68/296.56	c #Conflicts:     428000 | #Constraints:      28222
271.68/296.56	c #Conflicts:     429000 | #Constraints:      29251
271.68/296.56	c #Conflicts:     430000 | #Constraints:      30293
271.68/296.56	c #Conflicts:     431000 | #Constraints:      31327
271.68/296.56	c #Conflicts:     432000 | #Constraints:      32368
271.68/296.56	c #Conflicts:     433000 | #Constraints:      33401
271.68/296.56	c INPROCESSING
271.68/296.56	c GARBAGE COLLECT
271.68/296.56	c rational objective 1000
279.96/304.82	c #Conflicts:     434000 | #Constraints:      20980
279.96/304.82	c #Conflicts:     435000 | #Constraints:      21980
279.96/304.82	c #Conflicts:     436000 | #Constraints:      22980
279.96/304.82	c #Conflicts:     437000 | #Constraints:      23980
279.96/304.82	c #Conflicts:     438000 | #Constraints:      24980
279.96/304.82	c #Conflicts:     439000 | #Constraints:      25981
279.96/304.82	c #Conflicts:     440000 | #Constraints:      26981
279.96/304.82	c #Conflicts:     441000 | #Constraints:      27981
279.96/304.82	c #Conflicts:     442000 | #Constraints:      28981
279.96/304.82	c #Conflicts:     443000 | #Constraints:      29981
279.96/304.82	c #Conflicts:     444000 | #Constraints:      30981
279.96/304.82	c #Conflicts:     445000 | #Constraints:      31981
279.96/304.82	c #Conflicts:     446000 | #Constraints:      32981
279.96/304.82	c INPROCESSING
279.96/304.82	c GARBAGE COLLECT
279.96/304.82	c rational objective 1000
288.50/314.49	c #Conflicts:     447000 | #Constraints:      20670
288.50/314.49	c #Conflicts:     448000 | #Constraints:      21670
288.50/314.49	c #Conflicts:     449000 | #Constraints:      22670
288.50/314.49	c #Conflicts:     450000 | #Constraints:      23670
288.50/314.49	c #Conflicts:     451000 | #Constraints:      24670
288.50/314.49	c #Conflicts:     452000 | #Constraints:      25670
288.50/314.49	c #Conflicts:     453000 | #Constraints:      26670
288.50/314.49	c #Conflicts:     454000 | #Constraints:      27670
288.50/314.49	c #Conflicts:     455000 | #Constraints:      28670
288.50/314.49	c #Conflicts:     456000 | #Constraints:      29670
288.50/314.49	c #Conflicts:     457000 | #Constraints:      30670
288.50/314.49	c #Conflicts:     458000 | #Constraints:      31670
288.50/314.49	c #Conflicts:     459000 | #Constraints:      32670
288.50/314.49	c #Conflicts:     460000 | #Constraints:      33670
288.50/314.49	c INPROCESSING
288.50/314.49	c GARBAGE COLLECT
288.50/314.49	c rational objective 1000
301.37/327.32	c #Conflicts:     461000 | #Constraints:      21195
301.37/327.32	c #Conflicts:     462000 | #Constraints:      22222
301.37/327.32	c #Conflicts:     463000 | #Constraints:      23235
301.37/327.32	c #Conflicts:     464000 | #Constraints:      24256
301.37/327.32	c #Conflicts:     465000 | #Constraints:      25277
301.37/327.32	c #Conflicts:     466000 | #Constraints:      26328
301.37/327.32	c #Conflicts:     467000 | #Constraints:      27379
301.37/327.32	c #Conflicts:     468000 | #Constraints:      28410
301.37/327.32	c #Conflicts:     469000 | #Constraints:      29451
301.37/327.32	c #Conflicts:     470000 | #Constraints:      30501
301.37/327.32	c #Conflicts:     471000 | #Constraints:      31527
301.37/327.32	c #Conflicts:     472000 | #Constraints:      32566
301.37/327.32	c #Conflicts:     473000 | #Constraints:      33583
301.37/327.32	c #Conflicts:     474000 | #Constraints:      34621
301.37/327.32	c INPROCESSING
301.37/327.32	c GARBAGE COLLECT
301.37/327.32	c rational objective 1000
309.93/335.97	c #Conflicts:     475000 | #Constraints:      21696
309.93/335.97	c #Conflicts:     476000 | #Constraints:      22696
309.93/335.97	c #Conflicts:     477000 | #Constraints:      23696
309.93/335.97	c #Conflicts:     478000 | #Constraints:      24696
309.93/335.97	c #Conflicts:     479000 | #Constraints:      25696
309.93/335.97	c #Conflicts:     480000 | #Constraints:      26696
309.93/335.97	c #Conflicts:     481000 | #Constraints:      27696
309.93/335.97	c #Conflicts:     482000 | #Constraints:      28696
309.93/335.97	c #Conflicts:     483000 | #Constraints:      29696
309.93/335.97	c #Conflicts:     484000 | #Constraints:      30696
309.93/335.97	c #Conflicts:     485000 | #Constraints:      31696
309.93/335.97	c #Conflicts:     486000 | #Constraints:      32696
309.93/335.97	c #Conflicts:     487000 | #Constraints:      33696
309.93/335.97	c #Conflicts:     488000 | #Constraints:      34696
309.93/335.97	c INPROCESSING
309.93/335.97	c GARBAGE COLLECT
309.93/335.97	c rational objective 1000
318.91/346.68	c #Conflicts:     489000 | #Constraints:      21839
318.91/346.68	c #Conflicts:     490000 | #Constraints:      22839
318.91/346.68	c #Conflicts:     491000 | #Constraints:      23839
318.91/346.68	c #Conflicts:     492000 | #Constraints:      24839
318.91/346.68	c #Conflicts:     493000 | #Constraints:      25839
318.91/346.68	c #Conflicts:     494000 | #Constraints:      26839
318.91/346.68	c #Conflicts:     495000 | #Constraints:      27839
318.91/346.68	c #Conflicts:     496000 | #Constraints:      28839
318.91/346.68	c #Conflicts:     497000 | #Constraints:      29839
318.91/346.68	c #Conflicts:     498000 | #Constraints:      30839
318.91/346.68	c #Conflicts:     499000 | #Constraints:      31839
318.91/346.68	c #Conflicts:     500000 | #Constraints:      32839
318.91/346.68	c #Conflicts:     501000 | #Constraints:      33839
318.91/346.68	c #Conflicts:     502000 | #Constraints:      34839
318.91/346.68	c INPROCESSING
318.91/346.68	c GARBAGE COLLECT
318.91/346.68	c rational objective 1000
327.48/355.28	c #Conflicts:     503000 | #Constraints:      21796
327.48/355.28	c #Conflicts:     504000 | #Constraints:      22796
327.48/355.28	c #Conflicts:     505000 | #Constraints:      23796
327.48/355.28	c #Conflicts:     506000 | #Constraints:      24796
327.48/355.28	c #Conflicts:     507000 | #Constraints:      25796
327.48/355.28	c #Conflicts:     508000 | #Constraints:      26796
327.48/355.28	c #Conflicts:     509000 | #Constraints:      27796
327.48/355.28	c #Conflicts:     510000 | #Constraints:      28796
327.48/355.28	c #Conflicts:     511000 | #Constraints:      29796
327.48/355.28	c #Conflicts:     512000 | #Constraints:      30796
327.48/355.28	c #Conflicts:     513000 | #Constraints:      31796
327.48/355.28	c #Conflicts:     514000 | #Constraints:      32796
327.48/355.28	c #Conflicts:     515000 | #Constraints:      33796
327.48/355.28	c #Conflicts:     516000 | #Constraints:      34796
327.48/355.28	c INPROCESSING
327.48/355.28	c GARBAGE COLLECT
327.48/355.28	c rational objective 1000
340.54/368.33	c #Conflicts:     517000 | #Constraints:      21557
340.54/368.33	c #Conflicts:     518000 | #Constraints:      22608
340.54/368.33	c #Conflicts:     519000 | #Constraints:      23670
340.54/368.33	c #Conflicts:     520000 | #Constraints:      24718
340.54/368.33	c #Conflicts:     521000 | #Constraints:      25767
340.54/368.33	c #Conflicts:     522000 | #Constraints:      26825
340.54/368.33	c #Conflicts:     523000 | #Constraints:      27860
340.54/368.33	c #Conflicts:     524000 | #Constraints:      28915
340.54/368.33	c #Conflicts:     525000 | #Constraints:      29978
340.54/368.33	c #Conflicts:     526000 | #Constraints:      31017
340.54/368.33	c #Conflicts:     527000 | #Constraints:      32050
340.54/368.33	c #Conflicts:     528000 | #Constraints:      33074
340.54/368.33	c #Conflicts:     529000 | #Constraints:      34104
340.54/368.33	c #Conflicts:     530000 | #Constraints:      35138
340.54/368.33	c #Conflicts:     531000 | #Constraints:      36162
340.54/368.33	c INPROCESSING
340.54/368.33	c GARBAGE COLLECT
340.54/368.33	c rational objective 1000
350.14/379.59	c #Conflicts:     532000 | #Constraints:      22391
350.14/379.59	c #Conflicts:     533000 | #Constraints:      23391
350.14/379.59	c #Conflicts:     534000 | #Constraints:      24391
350.14/379.59	c #Conflicts:     535000 | #Constraints:      25391
350.14/379.59	c #Conflicts:     536000 | #Constraints:      26391
350.14/379.59	c #Conflicts:     537000 | #Constraints:      27391
350.14/379.59	c #Conflicts:     538000 | #Constraints:      28391
350.14/379.59	c #Conflicts:     539000 | #Constraints:      29391
350.14/379.59	c #Conflicts:     540000 | #Constraints:      30391
350.14/379.59	c #Conflicts:     541000 | #Constraints:      31391
350.14/379.59	c #Conflicts:     542000 | #Constraints:      32391
350.14/379.59	c #Conflicts:     543000 | #Constraints:      33391
350.14/379.59	c #Conflicts:     544000 | #Constraints:      34391
350.14/379.59	c #Conflicts:     545000 | #Constraints:      35391
350.14/379.59	c #Conflicts:     546000 | #Constraints:      36391
350.14/379.59	c INPROCESSING
350.14/379.59	c GARBAGE COLLECT
350.14/379.59	c rational objective 1000
359.31/388.72	c #Conflicts:     547000 | #Constraints:      22693
359.31/388.72	c #Conflicts:     548000 | #Constraints:      23693
359.31/388.72	c #Conflicts:     549000 | #Constraints:      24693
359.31/388.72	c #Conflicts:     550000 | #Constraints:      25693
359.31/388.72	c #Conflicts:     551000 | #Constraints:      26693
359.31/388.72	c #Conflicts:     552000 | #Constraints:      27693
359.31/388.72	c #Conflicts:     553000 | #Constraints:      28693
359.31/388.72	c #Conflicts:     554000 | #Constraints:      29693
359.31/388.72	c #Conflicts:     555000 | #Constraints:      30693
359.31/388.72	c #Conflicts:     556000 | #Constraints:      31693
359.31/388.72	c #Conflicts:     557000 | #Constraints:      32693
359.31/388.72	c #Conflicts:     558000 | #Constraints:      33693
359.31/388.72	c #Conflicts:     559000 | #Constraints:      34693
359.31/388.72	c #Conflicts:     560000 | #Constraints:      35693
359.31/388.72	c #Conflicts:     561000 | #Constraints:      36693
359.31/388.72	c INPROCESSING
359.31/388.72	c GARBAGE COLLECT
359.31/388.72	c rational objective 1000
372.72/403.33	c #Conflicts:     562000 | #Constraints:      22824
372.72/403.33	c #Conflicts:     563000 | #Constraints:      23890
372.72/403.33	c #Conflicts:     564000 | #Constraints:      24946
372.72/403.33	c #Conflicts:     565000 | #Constraints:      26007
372.72/403.33	c #Conflicts:     566000 | #Constraints:      27050
372.72/403.33	c #Conflicts:     567000 | #Constraints:      28089
372.72/403.33	c #Conflicts:     568000 | #Constraints:      29128
372.72/403.33	c #Conflicts:     569000 | #Constraints:      30174
372.72/403.33	c #Conflicts:     570000 | #Constraints:      31219
372.72/403.33	c #Conflicts:     571000 | #Constraints:      32258
372.72/403.33	c #Conflicts:     572000 | #Constraints:      33284
372.72/403.33	c #Conflicts:     573000 | #Constraints:      34320
372.72/403.33	c #Conflicts:     574000 | #Constraints:      35356
372.72/403.33	c #Conflicts:     575000 | #Constraints:      36378
372.72/403.33	c #Conflicts:     576000 | #Constraints:      37413
372.72/403.33	c INPROCESSING
372.72/403.33	c GARBAGE COLLECT
372.72/403.33	c rational objective 1000
382.40/413.09	c #Conflicts:     577000 | #Constraints:      23010
382.40/413.09	c #Conflicts:     578000 | #Constraints:      24010
382.40/413.09	c #Conflicts:     579000 | #Constraints:      25010
382.40/413.09	c #Conflicts:     580000 | #Constraints:      26010
382.40/413.09	c #Conflicts:     581000 | #Constraints:      27010
382.40/413.09	c #Conflicts:     582000 | #Constraints:      28010
382.40/413.09	c #Conflicts:     583000 | #Constraints:      29010
382.40/413.09	c #Conflicts:     584000 | #Constraints:      30010
382.40/413.09	c #Conflicts:     585000 | #Constraints:      31011
382.40/413.09	c #Conflicts:     586000 | #Constraints:      32012
382.40/413.09	c #Conflicts:     587000 | #Constraints:      33012
382.40/413.09	c #Conflicts:     588000 | #Constraints:      34012
382.40/413.09	c #Conflicts:     589000 | #Constraints:      35012
382.40/413.09	c #Conflicts:     590000 | #Constraints:      36012
382.40/413.09	c #Conflicts:     591000 | #Constraints:      37012
382.40/413.09	c INPROCESSING
382.40/413.09	c GARBAGE COLLECT
382.40/413.09	c rational objective 1000
391.97/422.68	c #Conflicts:     592000 | #Constraints:      22688
391.97/422.68	c #Conflicts:     593000 | #Constraints:      23688
391.97/422.68	c #Conflicts:     594000 | #Constraints:      24688
391.97/422.68	c #Conflicts:     595000 | #Constraints:      25688
391.97/422.68	c #Conflicts:     596000 | #Constraints:      26688
391.97/422.68	c #Conflicts:     597000 | #Constraints:      27688
391.97/422.68	c #Conflicts:     598000 | #Constraints:      28688
391.97/422.68	c #Conflicts:     599000 | #Constraints:      29688
391.97/422.68	c #Conflicts:     600000 | #Constraints:      30688
391.97/422.68	c #Conflicts:     601000 | #Constraints:      31688
391.97/422.68	c #Conflicts:     602000 | #Constraints:      32688
391.97/422.68	c #Conflicts:     603000 | #Constraints:      33688
391.97/422.68	c #Conflicts:     604000 | #Constraints:      34688
391.97/422.68	c #Conflicts:     605000 | #Constraints:      35688
391.97/422.68	c #Conflicts:     606000 | #Constraints:      36688
391.97/422.68	c #Conflicts:     607000 | #Constraints:      37688
391.97/422.68	c INPROCESSING
391.97/422.68	c GARBAGE COLLECT
391.97/422.68	c rational objective 1000
405.37/437.35	c #Conflicts:     608000 | #Constraints:      23245
405.37/437.35	c #Conflicts:     609000 | #Constraints:      24248
405.37/437.35	c #Conflicts:     610000 | #Constraints:      25272
405.37/437.35	c #Conflicts:     611000 | #Constraints:      26284
405.37/437.35	c #Conflicts:     612000 | #Constraints:      27311
405.37/437.35	c #Conflicts:     613000 | #Constraints:      28337
405.37/437.35	c #Conflicts:     614000 | #Constraints:      29369
405.37/437.35	c #Conflicts:     615000 | #Constraints:      30402
405.37/437.35	c #Conflicts:     616000 | #Constraints:      31417
405.37/437.35	c #Conflicts:     617000 | #Constraints:      32446
405.37/437.35	c #Conflicts:     618000 | #Constraints:      33468
405.37/437.35	c #Conflicts:     619000 | #Constraints:      34483
405.37/437.35	c #Conflicts:     620000 | #Constraints:      35549
405.37/437.35	c #Conflicts:     621000 | #Constraints:      36600
405.37/437.35	c #Conflicts:     622000 | #Constraints:      37656
405.37/437.35	c #Conflicts:     623000 | #Constraints:      38695
405.37/437.35	c INPROCESSING
405.37/437.35	c GARBAGE COLLECT
405.37/437.35	c rational objective 1000
415.94/447.94	c #Conflicts:     624000 | #Constraints:      23730
415.94/447.94	c #Conflicts:     625000 | #Constraints:      24730
415.94/447.94	c #Conflicts:     626000 | #Constraints:      25730
415.94/447.94	c #Conflicts:     627000 | #Constraints:      26730
415.94/447.94	c #Conflicts:     628000 | #Constraints:      27730
415.94/447.94	c #Conflicts:     629000 | #Constraints:      28730
415.94/447.94	c #Conflicts:     630000 | #Constraints:      29730
415.94/447.94	c #Conflicts:     631000 | #Constraints:      30730
415.94/447.94	c #Conflicts:     632000 | #Constraints:      31730
415.94/447.94	c #Conflicts:     633000 | #Constraints:      32730
415.94/447.94	c #Conflicts:     634000 | #Constraints:      33730
415.94/447.94	c #Conflicts:     635000 | #Constraints:      34730
415.94/447.94	c #Conflicts:     636000 | #Constraints:      35730
415.94/447.94	c #Conflicts:     637000 | #Constraints:      36730
415.94/447.94	c #Conflicts:     638000 | #Constraints:      37730
415.94/447.94	c #Conflicts:     639000 | #Constraints:      38730
415.94/447.94	c INPROCESSING
415.94/447.94	c GARBAGE COLLECT
415.94/447.94	c rational objective 1000
426.02/458.08	c #Conflicts:     640000 | #Constraints:      23830
426.02/458.08	c #Conflicts:     641000 | #Constraints:      24830
426.02/458.08	c #Conflicts:     642000 | #Constraints:      25830
426.02/458.08	c #Conflicts:     643000 | #Constraints:      26830
426.02/458.08	c #Conflicts:     644000 | #Constraints:      27830
426.02/458.08	c #Conflicts:     645000 | #Constraints:      28830
426.02/458.08	c #Conflicts:     646000 | #Constraints:      29830
426.02/458.08	c #Conflicts:     647000 | #Constraints:      30830
426.02/458.08	c #Conflicts:     648000 | #Constraints:      31830
426.02/458.08	c #Conflicts:     649000 | #Constraints:      32830
426.02/458.08	c #Conflicts:     650000 | #Constraints:      33830
426.02/458.08	c #Conflicts:     651000 | #Constraints:      34830
426.02/458.08	c #Conflicts:     652000 | #Constraints:      35830
426.02/458.08	c #Conflicts:     653000 | #Constraints:      36830
426.02/458.08	c #Conflicts:     654000 | #Constraints:      37830
426.02/458.08	c #Conflicts:     655000 | #Constraints:      38830
426.02/458.08	c INPROCESSING
426.02/458.08	c GARBAGE COLLECT
426.02/458.08	c rational objective 1000
442.20/475.43	c #Conflicts:     656000 | #Constraints:      23805
442.20/475.43	c #Conflicts:     657000 | #Constraints:      24806
442.20/475.43	c #Conflicts:     658000 | #Constraints:      25819
442.20/475.43	c #Conflicts:     659000 | #Constraints:      26897
442.20/475.43	c #Conflicts:     660000 | #Constraints:      27969
442.20/475.43	c #Conflicts:     661000 | #Constraints:      29033
442.20/475.43	c #Conflicts:     662000 | #Constraints:      30088
442.20/475.43	c #Conflicts:     663000 | #Constraints:      31141
442.20/475.43	c #Conflicts:     664000 | #Constraints:      32187
442.20/475.43	c #Conflicts:     665000 | #Constraints:      33230
442.20/475.43	c #Conflicts:     666000 | #Constraints:      34273
442.20/475.43	c #Conflicts:     667000 | #Constraints:      35342
442.20/475.43	c #Conflicts:     668000 | #Constraints:      36394
442.20/475.43	c #Conflicts:     669000 | #Constraints:      37441
442.20/475.43	c #Conflicts:     670000 | #Constraints:      38475
442.20/475.43	c #Conflicts:     671000 | #Constraints:      39530
442.20/475.43	c INPROCESSING
442.20/475.43	c GARBAGE COLLECT
442.20/475.43	c rational objective 1000
453.28/486.56	c #Conflicts:     672000 | #Constraints:      23877
453.28/486.56	c #Conflicts:     673000 | #Constraints:      24877
453.28/486.56	c #Conflicts:     674000 | #Constraints:      25877
453.28/486.56	c #Conflicts:     675000 | #Constraints:      26877
453.28/486.56	c #Conflicts:     676000 | #Constraints:      27877
453.28/486.56	c #Conflicts:     677000 | #Constraints:      28877
453.28/486.56	c #Conflicts:     678000 | #Constraints:      29877
453.28/486.56	c #Conflicts:     679000 | #Constraints:      30877
453.28/486.56	c #Conflicts:     680000 | #Constraints:      31877
453.28/486.56	c #Conflicts:     681000 | #Constraints:      32877
453.28/486.56	c #Conflicts:     682000 | #Constraints:      33877
453.28/486.56	c #Conflicts:     683000 | #Constraints:      34877
453.28/486.56	c #Conflicts:     684000 | #Constraints:      35877
453.28/486.56	c #Conflicts:     685000 | #Constraints:      36877
453.28/486.56	c #Conflicts:     686000 | #Constraints:      37877
453.28/486.56	c #Conflicts:     687000 | #Constraints:      38877
453.28/486.56	c #Conflicts:     688000 | #Constraints:      39877
453.28/486.56	c INPROCESSING
453.28/486.56	c GARBAGE COLLECT
453.28/486.56	c rational objective 1000
463.86/498.63	c #Conflicts:     689000 | #Constraints:      24325
463.86/498.63	c #Conflicts:     690000 | #Constraints:      25325
463.86/498.63	c #Conflicts:     691000 | #Constraints:      26325
463.86/498.63	c #Conflicts:     692000 | #Constraints:      27325
463.86/498.63	c #Conflicts:     693000 | #Constraints:      28325
463.86/498.63	c #Conflicts:     694000 | #Constraints:      29325
463.86/498.63	c #Conflicts:     695000 | #Constraints:      30325
463.86/498.63	c #Conflicts:     696000 | #Constraints:      31325
463.86/498.63	c #Conflicts:     697000 | #Constraints:      32325
463.86/498.63	c #Conflicts:     698000 | #Constraints:      33325
463.86/498.63	c #Conflicts:     699000 | #Constraints:      34325
463.86/498.63	c #Conflicts:     700000 | #Constraints:      35325
463.86/498.63	c #Conflicts:     701000 | #Constraints:      36325
463.86/498.63	c #Conflicts:     702000 | #Constraints:      37325
463.86/498.63	c #Conflicts:     703000 | #Constraints:      38325
463.86/498.63	c #Conflicts:     704000 | #Constraints:      39325
463.86/498.63	c #Conflicts:     705000 | #Constraints:      40326
463.86/498.63	c INPROCESSING
463.86/498.63	c GARBAGE COLLECT
463.86/498.63	c rational objective 1000
477.33/512.18	c #Conflicts:     706000 | #Constraints:      24666
477.33/512.18	c #Conflicts:     707000 | #Constraints:      25717
477.33/512.18	c #Conflicts:     708000 | #Constraints:      26729
477.33/512.18	c #Conflicts:     709000 | #Constraints:      27779
477.33/512.18	c #Conflicts:     710000 | #Constraints:      28834
477.33/512.18	c #Conflicts:     711000 | #Constraints:      29872
477.33/512.18	c #Conflicts:     712000 | #Constraints:      30931
477.33/512.18	c #Conflicts:     713000 | #Constraints:      31987
477.33/512.18	c #Conflicts:     714000 | #Constraints:      33039
477.33/512.18	c #Conflicts:     715000 | #Constraints:      34074
477.33/512.18	c #Conflicts:     716000 | #Constraints:      35132
477.33/512.18	c #Conflicts:     717000 | #Constraints:      36184
477.33/512.18	c #Conflicts:     718000 | #Constraints:      37225
477.33/512.18	c #Conflicts:     719000 | #Constraints:      38270
477.33/512.18	c #Conflicts:     720000 | #Constraints:      39309
477.33/512.18	c #Conflicts:     721000 | #Constraints:      40358
477.33/512.18	c #Conflicts:     722000 | #Constraints:      41390
477.33/512.18	c INPROCESSING
477.33/512.18	c GARBAGE COLLECT
477.33/512.18	c rational objective 1000
488.20/523.05	c #Conflicts:     723000 | #Constraints:      25116
488.20/523.05	c #Conflicts:     724000 | #Constraints:      26116
488.20/523.05	c #Conflicts:     725000 | #Constraints:      27116
488.20/523.05	c #Conflicts:     726000 | #Constraints:      28116
488.20/523.05	c #Conflicts:     727000 | #Constraints:      29116
488.20/523.05	c #Conflicts:     728000 | #Constraints:      30116
488.20/523.05	c #Conflicts:     729000 | #Constraints:      31116
488.20/523.05	c #Conflicts:     730000 | #Constraints:      32116
488.20/523.05	c #Conflicts:     731000 | #Constraints:      33116
488.20/523.05	c #Conflicts:     732000 | #Constraints:      34116
488.20/523.05	c #Conflicts:     733000 | #Constraints:      35116
488.20/523.05	c #Conflicts:     734000 | #Constraints:      36116
488.20/523.05	c #Conflicts:     735000 | #Constraints:      37116
488.20/523.05	c #Conflicts:     736000 | #Constraints:      38116
488.20/523.05	c #Conflicts:     737000 | #Constraints:      39116
488.20/523.05	c #Conflicts:     738000 | #Constraints:      40116
488.20/523.05	c #Conflicts:     739000 | #Constraints:      41116
488.20/523.05	c INPROCESSING
488.20/523.05	c GARBAGE COLLECT
488.20/523.05	c rational objective 1000
499.82/536.28	c #Conflicts:     740000 | #Constraints:      24960
499.82/536.28	c #Conflicts:     741000 | #Constraints:      25960
499.82/536.28	c #Conflicts:     742000 | #Constraints:      26960
499.82/536.28	c #Conflicts:     743000 | #Constraints:      27960
499.82/536.28	c #Conflicts:     744000 | #Constraints:      28960
499.82/536.28	c #Conflicts:     745000 | #Constraints:      29960
499.82/536.28	c #Conflicts:     746000 | #Constraints:      30960
499.82/536.28	c #Conflicts:     747000 | #Constraints:      31960
499.82/536.28	c #Conflicts:     748000 | #Constraints:      32960
499.82/536.28	c #Conflicts:     749000 | #Constraints:      33960
499.82/536.28	c #Conflicts:     750000 | #Constraints:      34960
499.82/536.28	c #Conflicts:     751000 | #Constraints:      35960
499.82/536.28	c #Conflicts:     752000 | #Constraints:      36960
499.82/536.28	c #Conflicts:     753000 | #Constraints:      37960
499.82/536.28	c #Conflicts:     754000 | #Constraints:      38960
499.82/536.28	c #Conflicts:     755000 | #Constraints:      39960
499.82/536.28	c #Conflicts:     756000 | #Constraints:      40960
499.82/536.28	c INPROCESSING
499.82/536.28	c GARBAGE COLLECT
499.82/536.28	c rational objective 1000
518.38/554.84	c #Conflicts:     757000 | #Constraints:      24664
518.38/554.84	c #Conflicts:     758000 | #Constraints:      25664
518.38/554.84	c #Conflicts:     759000 | #Constraints:      26705
518.38/554.84	c #Conflicts:     760000 | #Constraints:      27775
518.38/554.84	c #Conflicts:     761000 | #Constraints:      28842
518.38/554.84	c #Conflicts:     762000 | #Constraints:      29888
518.38/554.84	c #Conflicts:     763000 | #Constraints:      30937
518.38/554.84	c #Conflicts:     764000 | #Constraints:      31988
518.38/554.84	c #Conflicts:     765000 | #Constraints:      33032
518.38/554.84	c #Conflicts:     766000 | #Constraints:      34081
518.38/554.84	c #Conflicts:     767000 | #Constraints:      35122
518.38/554.84	c #Conflicts:     768000 | #Constraints:      36172
518.38/554.84	c #Conflicts:     769000 | #Constraints:      37217
518.38/554.84	c #Conflicts:     770000 | #Constraints:      38258
518.38/554.84	c #Conflicts:     771000 | #Constraints:      39300
518.38/554.84	c #Conflicts:     772000 | #Constraints:      40341
518.38/554.84	c #Conflicts:     773000 | #Constraints:      41378
518.38/554.84	c #Conflicts:     774000 | #Constraints:      42429
518.38/554.84	c INPROCESSING
518.38/554.84	c GARBAGE COLLECT
518.38/554.84	c rational objective 1000
530.77/568.39	c #Conflicts:     775000 | #Constraints:      25535
530.77/568.39	c #Conflicts:     776000 | #Constraints:      26535
530.77/568.39	c #Conflicts:     777000 | #Constraints:      27535
530.77/568.39	c #Conflicts:     778000 | #Constraints:      28535
530.77/568.39	c #Conflicts:     779000 | #Constraints:      29535
530.77/568.39	c #Conflicts:     780000 | #Constraints:      30535
530.77/568.39	c #Conflicts:     781000 | #Constraints:      31535
530.77/568.39	c #Conflicts:     782000 | #Constraints:      32535
530.77/568.39	c #Conflicts:     783000 | #Constraints:      33535
530.77/568.39	c #Conflicts:     784000 | #Constraints:      34535
530.77/568.39	c #Conflicts:     785000 | #Constraints:      35535
530.77/568.39	c #Conflicts:     786000 | #Constraints:      36535
530.77/568.39	c #Conflicts:     787000 | #Constraints:      37535
530.77/568.39	c #Conflicts:     788000 | #Constraints:      38535
530.77/568.39	c #Conflicts:     789000 | #Constraints:      39535
530.77/568.39	c #Conflicts:     790000 | #Constraints:      40535
530.77/568.39	c #Conflicts:     791000 | #Constraints:      41535
530.77/568.39	c #Conflicts:     792000 | #Constraints:      42535
530.77/568.39	c INPROCESSING
530.77/568.39	c GARBAGE COLLECT
530.77/568.39	c rational objective 1000
542.63/580.21	c #Conflicts:     793000 | #Constraints:      25741
542.63/580.21	c #Conflicts:     794000 | #Constraints:      26741
542.63/580.21	c #Conflicts:     795000 | #Constraints:      27741
542.63/580.21	c #Conflicts:     796000 | #Constraints:      28741
542.63/580.21	c #Conflicts:     797000 | #Constraints:      29741
542.63/580.21	c #Conflicts:     798000 | #Constraints:      30741
542.63/580.21	c #Conflicts:     799000 | #Constraints:      31741
542.63/580.21	c #Conflicts:     800000 | #Constraints:      32741
542.63/580.21	c #Conflicts:     801000 | #Constraints:      33741
542.63/580.21	c #Conflicts:     802000 | #Constraints:      34741
542.63/580.21	c #Conflicts:     803000 | #Constraints:      35741
542.63/580.21	c #Conflicts:     804000 | #Constraints:      36741
542.63/580.21	c #Conflicts:     805000 | #Constraints:      37741
542.63/580.21	c #Conflicts:     806000 | #Constraints:      38741
542.63/580.21	c #Conflicts:     807000 | #Constraints:      39741
542.63/580.21	c #Conflicts:     808000 | #Constraints:      40741
542.63/580.21	c #Conflicts:     809000 | #Constraints:      41741
542.63/580.21	c #Conflicts:     810000 | #Constraints:      42741
542.63/580.21	c INPROCESSING
542.63/580.21	c GARBAGE COLLECT
542.63/580.21	c rational objective 1000
554.55/593.75	c #Conflicts:     811000 | #Constraints:      25869
554.55/593.75	c #Conflicts:     812000 | #Constraints:      26869
554.55/593.75	c #Conflicts:     813000 | #Constraints:      27869
554.55/593.75	c #Conflicts:     814000 | #Constraints:      28869
554.55/593.75	c #Conflicts:     815000 | #Constraints:      29869
554.55/593.75	c #Conflicts:     816000 | #Constraints:      30869
554.55/593.75	c #Conflicts:     817000 | #Constraints:      31869
554.55/593.75	c #Conflicts:     818000 | #Constraints:      32869
554.55/593.75	c #Conflicts:     819000 | #Constraints:      33869
554.55/593.75	c #Conflicts:     820000 | #Constraints:      34869
554.55/593.75	c #Conflicts:     821000 | #Constraints:      35869
554.55/593.75	c #Conflicts:     822000 | #Constraints:      36869
554.55/593.75	c #Conflicts:     823000 | #Constraints:      37869
554.55/593.75	c #Conflicts:     824000 | #Constraints:      38869
554.55/593.75	c #Conflicts:     825000 | #Constraints:      39869
554.55/593.75	c #Conflicts:     826000 | #Constraints:      40869
554.55/593.75	c #Conflicts:     827000 | #Constraints:      41869
554.55/593.75	c #Conflicts:     828000 | #Constraints:      42869
554.55/593.75	c INPROCESSING
554.55/593.75	c GARBAGE COLLECT
554.55/593.75	c rational objective 1000
569.61/608.80	c #Conflicts:     829000 | #Constraints:      25816
569.61/608.80	c #Conflicts:     830000 | #Constraints:      26818
569.61/608.80	c #Conflicts:     831000 | #Constraints:      27844
569.61/608.80	c #Conflicts:     832000 | #Constraints:      28917
569.61/608.80	c #Conflicts:     833000 | #Constraints:      29989
569.61/608.80	c #Conflicts:     834000 | #Constraints:      31039
569.61/608.80	c #Conflicts:     835000 | #Constraints:      32088
569.61/608.80	c #Conflicts:     836000 | #Constraints:      33132
569.61/608.80	c #Conflicts:     837000 | #Constraints:      34168
569.61/608.80	c #Conflicts:     838000 | #Constraints:      35211
569.61/608.80	c #Conflicts:     839000 | #Constraints:      36257
569.61/608.80	c #Conflicts:     840000 | #Constraints:      37299
569.61/608.80	c #Conflicts:     841000 | #Constraints:      38349
569.61/608.80	c #Conflicts:     842000 | #Constraints:      39389
569.61/608.80	c #Conflicts:     843000 | #Constraints:      40434
569.61/608.80	c #Conflicts:     844000 | #Constraints:      41488
569.61/608.80	c #Conflicts:     845000 | #Constraints:      42536
569.61/608.80	c #Conflicts:     846000 | #Constraints:      43580
569.61/608.80	c INPROCESSING
569.61/608.80	c GARBAGE COLLECT
569.61/608.80	c rational objective 1000
583.25/623.94	c #Conflicts:     847000 | #Constraints:      25922
583.25/623.94	c #Conflicts:     848000 | #Constraints:      26922
583.25/623.94	c #Conflicts:     849000 | #Constraints:      27922
583.25/623.94	c #Conflicts:     850000 | #Constraints:      28922
583.25/623.94	c #Conflicts:     851000 | #Constraints:      29922
583.25/623.94	c #Conflicts:     852000 | #Constraints:      30922
583.25/623.94	c #Conflicts:     853000 | #Constraints:      31922
583.25/623.94	c #Conflicts:     854000 | #Constraints:      32922
583.25/623.94	c #Conflicts:     855000 | #Constraints:      33922
583.25/623.94	c #Conflicts:     856000 | #Constraints:      34922
583.25/623.94	c #Conflicts:     857000 | #Constraints:      35922
583.25/623.94	c #Conflicts:     858000 | #Constraints:      36922
583.25/623.94	c #Conflicts:     859000 | #Constraints:      37922
583.25/623.94	c #Conflicts:     860000 | #Constraints:      38922
583.25/623.94	c #Conflicts:     861000 | #Constraints:      39922
583.25/623.94	c #Conflicts:     862000 | #Constraints:      40922
583.25/623.94	c #Conflicts:     863000 | #Constraints:      41922
583.25/623.94	c #Conflicts:     864000 | #Constraints:      42922
583.25/623.94	c #Conflicts:     865000 | #Constraints:      43922
583.25/623.94	c INPROCESSING
583.25/623.94	c GARBAGE COLLECT
583.25/623.94	c rational objective 1000
604.19/644.90	c #Conflicts:     866000 | #Constraints:      26368
604.19/644.90	c #Conflicts:     867000 | #Constraints:      27368
604.19/644.90	c #Conflicts:     868000 | #Constraints:      28368
604.19/644.90	c #Conflicts:     869000 | #Constraints:      29369
604.19/644.90	c #Conflicts:     870000 | #Constraints:      30434
604.19/644.90	c #Conflicts:     871000 | #Constraints:      31525
604.19/644.90	c #Conflicts:     872000 | #Constraints:      32593
604.19/644.90	c #Conflicts:     873000 | #Constraints:      33666
604.19/644.90	c #Conflicts:     874000 | #Constraints:      34709
604.19/644.90	c #Conflicts:     875000 | #Constraints:      35757
604.19/644.90	c #Conflicts:     876000 | #Constraints:      36814
604.19/644.90	c #Conflicts:     877000 | #Constraints:      37862
604.19/644.90	c #Conflicts:     878000 | #Constraints:      38905
604.19/644.90	c #Conflicts:     879000 | #Constraints:      39940
604.19/644.90	c #Conflicts:     880000 | #Constraints:      40964
604.19/644.90	c #Conflicts:     881000 | #Constraints:      41990
604.19/644.90	c #Conflicts:     882000 | #Constraints:      43008
604.19/644.90	c #Conflicts:     883000 | #Constraints:      44033
604.19/644.90	c #Conflicts:     884000 | #Constraints:      45063
604.19/644.90	c INPROCESSING
604.19/644.90	c GARBAGE COLLECT
604.19/644.90	c rational objective 1000
617.73/660.05	c #Conflicts:     885000 | #Constraints:      26921
617.73/660.05	c #Conflicts:     886000 | #Constraints:      27921
617.73/660.05	c #Conflicts:     887000 | #Constraints:      28921
617.73/660.05	c #Conflicts:     888000 | #Constraints:      29921
617.73/660.05	c #Conflicts:     889000 | #Constraints:      30921
617.73/660.05	c #Conflicts:     890000 | #Constraints:      31921
617.73/660.05	c #Conflicts:     891000 | #Constraints:      32921
617.73/660.05	c #Conflicts:     892000 | #Constraints:      33921
617.73/660.05	c #Conflicts:     893000 | #Constraints:      34921
617.73/660.05	c #Conflicts:     894000 | #Constraints:      35921
617.73/660.05	c #Conflicts:     895000 | #Constraints:      36921
617.73/660.05	c #Conflicts:     896000 | #Constraints:      37921
617.73/660.05	c #Conflicts:     897000 | #Constraints:      38921
617.73/660.05	c #Conflicts:     898000 | #Constraints:      39921
617.73/660.05	c #Conflicts:     899000 | #Constraints:      40921
617.73/660.05	c #Conflicts:     900000 | #Constraints:      41921
617.73/660.05	c #Conflicts:     901000 | #Constraints:      42921
617.73/660.05	c #Conflicts:     902000 | #Constraints:      43921
617.73/660.05	c #Conflicts:     903000 | #Constraints:      44921
617.73/660.05	c INPROCESSING
617.73/660.05	c GARBAGE COLLECT
617.73/660.05	c rational objective 1000
630.99/673.36	c #Conflicts:     904000 | #Constraints:      26956
630.99/673.36	c #Conflicts:     905000 | #Constraints:      27956
630.99/673.36	c #Conflicts:     906000 | #Constraints:      28956
630.99/673.36	c #Conflicts:     907000 | #Constraints:      29956
630.99/673.36	c #Conflicts:     908000 | #Constraints:      30956
630.99/673.36	c #Conflicts:     909000 | #Constraints:      31956
630.99/673.36	c #Conflicts:     910000 | #Constraints:      32956
630.99/673.36	c #Conflicts:     911000 | #Constraints:      33956
630.99/673.36	c #Conflicts:     912000 | #Constraints:      34956
630.99/673.36	c #Conflicts:     913000 | #Constraints:      35956
630.99/673.36	c #Conflicts:     914000 | #Constraints:      36956
630.99/673.36	c #Conflicts:     915000 | #Constraints:      37956
630.99/673.36	c #Conflicts:     916000 | #Constraints:      38956
630.99/673.36	c #Conflicts:     917000 | #Constraints:      39956
630.99/673.36	c #Conflicts:     918000 | #Constraints:      40956
630.99/673.36	c #Conflicts:     919000 | #Constraints:      41956
630.99/673.36	c #Conflicts:     920000 | #Constraints:      42956
630.99/673.36	c #Conflicts:     921000 | #Constraints:      43956
630.99/673.36	c #Conflicts:     922000 | #Constraints:      44956
630.99/673.36	c INPROCESSING
630.99/673.36	c GARBAGE COLLECT
630.99/673.36	c rational objective 1000
644.81/689.09	c #Conflicts:     923000 | #Constraints:      26877
644.81/689.09	c #Conflicts:     924000 | #Constraints:      27877
644.81/689.09	c #Conflicts:     925000 | #Constraints:      28877
644.81/689.09	c #Conflicts:     926000 | #Constraints:      29877
644.81/689.09	c #Conflicts:     927000 | #Constraints:      30877
644.81/689.09	c #Conflicts:     928000 | #Constraints:      31877
644.81/689.09	c #Conflicts:     929000 | #Constraints:      32877
644.81/689.09	c #Conflicts:     930000 | #Constraints:      33877
644.81/689.09	c #Conflicts:     931000 | #Constraints:      34877
644.81/689.09	c #Conflicts:     932000 | #Constraints:      35877
644.81/689.09	c #Conflicts:     933000 | #Constraints:      36877
644.81/689.09	c #Conflicts:     934000 | #Constraints:      37877
644.81/689.09	c #Conflicts:     935000 | #Constraints:      38877
644.81/689.09	c #Conflicts:     936000 | #Constraints:      39877
644.81/689.09	c #Conflicts:     937000 | #Constraints:      40877
644.81/689.09	c #Conflicts:     938000 | #Constraints:      41877
644.81/689.09	c #Conflicts:     939000 | #Constraints:      42877
644.81/689.09	c #Conflicts:     940000 | #Constraints:      43877
644.81/689.09	c #Conflicts:     941000 | #Constraints:      44877
644.81/689.09	c INPROCESSING
644.81/689.09	c GARBAGE COLLECT
644.81/689.09	c rational objective 1000
668.24/712.51	c #Conflicts:     942000 | #Constraints:      26630
668.24/712.51	c #Conflicts:     943000 | #Constraints:      27631
668.24/712.51	c #Conflicts:     944000 | #Constraints:      28643
668.24/712.51	c #Conflicts:     945000 | #Constraints:      29693
668.24/712.51	c #Conflicts:     946000 | #Constraints:      30719
668.24/712.51	c #Conflicts:     947000 | #Constraints:      31738
668.24/712.51	c #Conflicts:     948000 | #Constraints:      32768
668.24/712.51	c #Conflicts:     949000 | #Constraints:      33787
668.24/712.51	c #Conflicts:     950000 | #Constraints:      34809
668.24/712.51	c #Conflicts:     951000 | #Constraints:      35825
668.24/712.51	c #Conflicts:     952000 | #Constraints:      36850
668.24/712.51	c #Conflicts:     953000 | #Constraints:      37861
668.24/712.51	c #Conflicts:     954000 | #Constraints:      38905
668.24/712.51	c #Conflicts:     955000 | #Constraints:      39943
668.24/712.51	c #Conflicts:     956000 | #Constraints:      40967
668.24/712.51	c #Conflicts:     957000 | #Constraints:      42010
668.24/712.51	c #Conflicts:     958000 | #Constraints:      43044
668.24/712.51	c #Conflicts:     959000 | #Constraints:      44081
668.24/712.51	c #Conflicts:     960000 | #Constraints:      45111
668.24/712.51	c #Conflicts:     961000 | #Constraints:      46152
668.24/712.51	c INPROCESSING
668.24/712.51	c GARBAGE COLLECT
668.24/712.51	c rational objective 1000
682.96/727.62	c #Conflicts:     962000 | #Constraints:      27386
682.96/727.62	c #Conflicts:     963000 | #Constraints:      28386
682.96/727.62	c #Conflicts:     964000 | #Constraints:      29386
682.96/727.62	c #Conflicts:     965000 | #Constraints:      30386
682.96/727.62	c #Conflicts:     966000 | #Constraints:      31386
682.96/727.62	c #Conflicts:     967000 | #Constraints:      32386
682.96/727.62	c #Conflicts:     968000 | #Constraints:      33386
682.96/727.62	c #Conflicts:     969000 | #Constraints:      34386
682.96/727.62	c #Conflicts:     970000 | #Constraints:      35386
682.96/727.62	c #Conflicts:     971000 | #Constraints:      36386
682.96/727.62	c #Conflicts:     972000 | #Constraints:      37386
682.96/727.62	c #Conflicts:     973000 | #Constraints:      38386
682.96/727.62	c #Conflicts:     974000 | #Constraints:      39386
682.96/727.62	c #Conflicts:     975000 | #Constraints:      40386
682.96/727.62	c #Conflicts:     976000 | #Constraints:      41386
682.96/727.62	c #Conflicts:     977000 | #Constraints:      42386
682.96/727.62	c #Conflicts:     978000 | #Constraints:      43386
682.96/727.62	c #Conflicts:     979000 | #Constraints:      44386
682.96/727.62	c #Conflicts:     980000 | #Constraints:      45386
682.96/727.62	c #Conflicts:     981000 | #Constraints:      46386
682.96/727.62	c INPROCESSING
682.96/727.62	c GARBAGE COLLECT
682.96/727.62	c rational objective 1000
697.43/742.12	c #Conflicts:     982000 | #Constraints:      27694
697.43/742.12	c #Conflicts:     983000 | #Constraints:      28694
697.43/742.12	c #Conflicts:     984000 | #Constraints:      29694
697.43/742.12	c #Conflicts:     985000 | #Constraints:      30694
697.43/742.12	c #Conflicts:     986000 | #Constraints:      31694
697.43/742.12	c #Conflicts:     987000 | #Constraints:      32694
697.43/742.12	c #Conflicts:     988000 | #Constraints:      33694
697.43/742.12	c #Conflicts:     989000 | #Constraints:      34694
697.43/742.12	c #Conflicts:     990000 | #Constraints:      35694
697.43/742.12	c #Conflicts:     991000 | #Constraints:      36694
697.43/742.12	c #Conflicts:     992000 | #Constraints:      37694
697.43/742.12	c #Conflicts:     993000 | #Constraints:      38694
697.43/742.12	c #Conflicts:     994000 | #Constraints:      39694
697.43/742.12	c #Conflicts:     995000 | #Constraints:      40694
697.43/742.12	c #Conflicts:     996000 | #Constraints:      41694
697.43/742.12	c #Conflicts:     997000 | #Constraints:      42694
697.43/742.12	c #Conflicts:     998000 | #Constraints:      43694
697.43/742.12	c #Conflicts:     999000 | #Constraints:      44694
697.43/742.12	c #Conflicts:    1000000 | #Constraints:      45694
697.43/742.12	c #Conflicts:    1001000 | #Constraints:      46695
697.43/742.12	c INPROCESSING
697.43/742.12	c GARBAGE COLLECT
697.43/742.12	c rational objective 1000
720.78/765.96	c #Conflicts:    1002000 | #Constraints:      27862
720.78/765.96	c #Conflicts:    1003000 | #Constraints:      28883
720.78/765.96	c #Conflicts:    1004000 | #Constraints:      29934
720.78/765.96	c #Conflicts:    1005000 | #Constraints:      30973
720.78/765.96	c #Conflicts:    1006000 | #Constraints:      32008
720.78/765.96	c #Conflicts:    1007000 | #Constraints:      33033
720.78/765.96	c #Conflicts:    1008000 | #Constraints:      34054
720.78/765.96	c #Conflicts:    1009000 | #Constraints:      35086
720.78/765.96	c #Conflicts:    1010000 | #Constraints:      36108
720.78/765.96	c #Conflicts:    1011000 | #Constraints:      37134
720.78/765.96	c #Conflicts:    1012000 | #Constraints:      38165
720.78/765.96	c #Conflicts:    1013000 | #Constraints:      39197
720.78/765.96	c #Conflicts:    1014000 | #Constraints:      40220
720.78/765.96	c #Conflicts:    1015000 | #Constraints:      41228
720.78/765.96	c #Conflicts:    1016000 | #Constraints:      42251
720.78/765.96	c #Conflicts:    1017000 | #Constraints:      43275
720.78/765.96	c #Conflicts:    1018000 | #Constraints:      44292
720.78/765.96	c #Conflicts:    1019000 | #Constraints:      45311
720.78/765.96	c #Conflicts:    1020000 | #Constraints:      46335
720.78/765.96	c #Conflicts:    1021000 | #Constraints:      47371
720.78/765.96	c INPROCESSING
720.78/765.96	c GARBAGE COLLECT
720.78/765.96	c rational objective 1000
735.64/781.28	c #Conflicts:    1022000 | #Constraints:      28002
735.64/781.28	c #Conflicts:    1023000 | #Constraints:      29002
735.64/781.28	c #Conflicts:    1024000 | #Constraints:      30002
735.64/781.28	c #Conflicts:    1025000 | #Constraints:      31002
735.64/781.28	c #Conflicts:    1026000 | #Constraints:      32002
735.64/781.28	c #Conflicts:    1027000 | #Constraints:      33002
735.64/781.28	c #Conflicts:    1028000 | #Constraints:      34002
735.64/781.28	c #Conflicts:    1029000 | #Constraints:      35002
735.64/781.28	c #Conflicts:    1030000 | #Constraints:      36002
735.64/781.28	c #Conflicts:    1031000 | #Constraints:      37002
735.64/781.28	c #Conflicts:    1032000 | #Constraints:      38002
735.64/781.28	c #Conflicts:    1033000 | #Constraints:      39002
735.64/781.28	c #Conflicts:    1034000 | #Constraints:      40002
735.64/781.28	c #Conflicts:    1035000 | #Constraints:      41002
735.64/781.28	c #Conflicts:    1036000 | #Constraints:      42002
735.64/781.28	c #Conflicts:    1037000 | #Constraints:      43002
735.64/781.28	c #Conflicts:    1038000 | #Constraints:      44002
735.64/781.28	c #Conflicts:    1039000 | #Constraints:      45002
735.64/781.28	c #Conflicts:    1040000 | #Constraints:      46002
735.64/781.28	c #Conflicts:    1041000 | #Constraints:      47002
735.64/781.28	c INPROCESSING
735.64/781.28	c GARBAGE COLLECT
735.64/781.28	c rational objective 1000
750.79/796.43	c #Conflicts:    1042000 | #Constraints:      27711
750.79/796.43	c #Conflicts:    1043000 | #Constraints:      28711
750.79/796.43	c #Conflicts:    1044000 | #Constraints:      29711
750.79/796.43	c #Conflicts:    1045000 | #Constraints:      30711
750.79/796.43	c #Conflicts:    1046000 | #Constraints:      31711
750.79/796.43	c #Conflicts:    1047000 | #Constraints:      32711
750.79/796.43	c #Conflicts:    1048000 | #Constraints:      33711
750.79/796.43	c #Conflicts:    1049000 | #Constraints:      34711
750.79/796.43	c #Conflicts:    1050000 | #Constraints:      35711
750.79/796.43	c #Conflicts:    1051000 | #Constraints:      36711
750.79/796.43	c #Conflicts:    1052000 | #Constraints:      37711
750.79/796.43	c #Conflicts:    1053000 | #Constraints:      38711
750.79/796.43	c #Conflicts:    1054000 | #Constraints:      39711
750.79/796.43	c #Conflicts:    1055000 | #Constraints:      40711
750.79/796.43	c #Conflicts:    1056000 | #Constraints:      41711
750.79/796.43	c #Conflicts:    1057000 | #Constraints:      42711
750.79/796.43	c #Conflicts:    1058000 | #Constraints:      43711
750.79/796.43	c #Conflicts:    1059000 | #Constraints:      44711
750.79/796.43	c #Conflicts:    1060000 | #Constraints:      45711
750.79/796.43	c #Conflicts:    1061000 | #Constraints:      46711
750.79/796.43	c #Conflicts:    1062000 | #Constraints:      47711
750.79/796.43	c INPROCESSING
750.79/796.43	c GARBAGE COLLECT
750.79/796.43	c rational objective 1000
763.02/808.80	c #Conflicts:    1063000 | #Constraints:      28262
763.02/808.80	c #Conflicts:    1064000 | #Constraints:      29262
763.02/808.80	c #Conflicts:    1065000 | #Constraints:      30262
763.02/808.80	c #Conflicts:    1066000 | #Constraints:      31262
763.02/808.80	c #Conflicts:    1067000 | #Constraints:      32262
763.02/808.80	c #Conflicts:    1068000 | #Constraints:      33262
763.02/808.80	c #Conflicts:    1069000 | #Constraints:      34262
763.02/808.80	c #Conflicts:    1070000 | #Constraints:      35262
763.02/808.80	c #Conflicts:    1071000 | #Constraints:      36262
763.02/808.80	c #Conflicts:    1072000 | #Constraints:      37262
763.02/808.80	c #Conflicts:    1073000 | #Constraints:      38262
763.02/808.80	c #Conflicts:    1074000 | #Constraints:      39262
763.02/808.80	c #Conflicts:    1075000 | #Constraints:      40262
763.02/808.80	c #Conflicts:    1076000 | #Constraints:      41262
763.02/808.80	c #Conflicts:    1077000 | #Constraints:      42262
763.02/808.80	c #Conflicts:    1078000 | #Constraints:      43262
763.02/808.80	c bounds 1037 >= 1001 @ 752.24
767.21/813.09	c #Conflicts:    1079000 | #Constraints:      44337
767.21/813.09	c #Conflicts:    1080000 | #Constraints:      45338
767.21/813.09	c #Conflicts:    1081000 | #Constraints:      46344
767.21/813.09	c #Conflicts:    1082000 | #Constraints:      47368
767.21/813.09	c #Conflicts:    1083000 | #Constraints:      48387
767.21/813.09	c INPROCESSING
767.21/813.09	c GARBAGE COLLECT
767.21/813.09	c rational objective 1001
784.76/830.69	c #Conflicts:    1084000 | #Constraints:      28650
784.76/830.69	c #Conflicts:    1085000 | #Constraints:      29650
784.76/830.69	c #Conflicts:    1086000 | #Constraints:      30650
784.76/830.69	c #Conflicts:    1087000 | #Constraints:      31650
784.76/830.69	c #Conflicts:    1088000 | #Constraints:      32650
784.76/830.69	c #Conflicts:    1089000 | #Constraints:      33651
784.76/830.69	c #Conflicts:    1090000 | #Constraints:      34651
784.76/830.69	c #Conflicts:    1091000 | #Constraints:      35651
784.76/830.69	c #Conflicts:    1092000 | #Constraints:      36651
784.76/830.69	c #Conflicts:    1093000 | #Constraints:      37651
784.76/830.69	c #Conflicts:    1094000 | #Constraints:      38651
784.76/830.69	c #Conflicts:    1095000 | #Constraints:      39651
784.76/830.69	c #Conflicts:    1096000 | #Constraints:      40651
784.76/830.69	c #Conflicts:    1097000 | #Constraints:      41651
784.76/830.69	c #Conflicts:    1098000 | #Constraints:      42651
784.76/830.69	c #Conflicts:    1099000 | #Constraints:      43651
784.76/830.69	c #Conflicts:    1100000 | #Constraints:      44651
784.76/830.69	c #Conflicts:    1101000 | #Constraints:      45651
784.76/830.69	c #Conflicts:    1102000 | #Constraints:      46651
784.76/830.69	c #Conflicts:    1103000 | #Constraints:      47651
784.76/830.69	c #Conflicts:    1104000 | #Constraints:      48651
784.76/830.69	c INPROCESSING
784.76/830.69	c GARBAGE COLLECT
784.76/830.69	c rational objective 1001
818.19/864.35	c #Conflicts:    1105000 | #Constraints:      28848
818.19/864.35	c #Conflicts:    1106000 | #Constraints:      29855
818.19/864.35	c #Conflicts:    1107000 | #Constraints:      30876
818.19/864.35	c #Conflicts:    1108000 | #Constraints:      31891
818.19/864.35	c #Conflicts:    1109000 | #Constraints:      32901
818.19/864.35	c #Conflicts:    1110000 | #Constraints:      33907
818.19/864.35	c #Conflicts:    1111000 | #Constraints:      34940
818.19/864.35	c #Conflicts:    1112000 | #Constraints:      35968
818.19/864.35	c #Conflicts:    1113000 | #Constraints:      36974
818.19/864.35	c #Conflicts:    1114000 | #Constraints:      37991
818.19/864.35	c #Conflicts:    1115000 | #Constraints:      39002
818.19/864.35	c #Conflicts:    1116000 | #Constraints:      40023
818.19/864.35	c #Conflicts:    1117000 | #Constraints:      41036
818.19/864.35	c #Conflicts:    1118000 | #Constraints:      42060
818.19/864.35	c #Conflicts:    1119000 | #Constraints:      43078
818.19/864.35	c #Conflicts:    1120000 | #Constraints:      44082
818.19/864.35	c #Conflicts:    1121000 | #Constraints:      45098
818.19/864.35	c #Conflicts:    1122000 | #Constraints:      46111
818.19/864.35	c #Conflicts:    1123000 | #Constraints:      47124
818.19/864.35	c #Conflicts:    1124000 | #Constraints:      48141
818.19/864.35	c #Conflicts:    1125000 | #Constraints:      49154
818.19/864.35	c INPROCESSING
818.19/864.35	c GARBAGE COLLECT
818.19/864.35	c rational objective 1001
834.06/880.54	c #Conflicts:    1126000 | #Constraints:      28942
834.06/880.54	c #Conflicts:    1127000 | #Constraints:      29942
834.06/880.54	c #Conflicts:    1128000 | #Constraints:      30942
834.06/880.54	c #Conflicts:    1129000 | #Constraints:      31942
834.06/880.54	c #Conflicts:    1130000 | #Constraints:      32942
834.06/880.54	c #Conflicts:    1131000 | #Constraints:      33942
834.06/880.54	c #Conflicts:    1132000 | #Constraints:      34942
834.06/880.54	c #Conflicts:    1133000 | #Constraints:      35942
834.06/880.54	c #Conflicts:    1134000 | #Constraints:      36942
834.06/880.54	c #Conflicts:    1135000 | #Constraints:      37942
834.06/880.54	c #Conflicts:    1136000 | #Constraints:      38942
834.06/880.54	c #Conflicts:    1137000 | #Constraints:      39942
834.06/880.54	c #Conflicts:    1138000 | #Constraints:      40942
834.06/880.54	c #Conflicts:    1139000 | #Constraints:      41942
834.06/880.54	c #Conflicts:    1140000 | #Constraints:      42942
834.06/880.54	c #Conflicts:    1141000 | #Constraints:      43942
834.06/880.54	c #Conflicts:    1142000 | #Constraints:      44942
834.06/880.54	c #Conflicts:    1143000 | #Constraints:      45942
834.06/880.54	c #Conflicts:    1144000 | #Constraints:      46942
834.06/880.54	c #Conflicts:    1145000 | #Constraints:      47942
834.06/880.54	c #Conflicts:    1146000 | #Constraints:      48942
834.06/880.54	c INPROCESSING
834.06/880.54	c GARBAGE COLLECT
834.06/880.54	c rational objective 1001
849.31/895.86	c #Conflicts:    1147000 | #Constraints:      28675
849.31/895.86	c #Conflicts:    1148000 | #Constraints:      29675
849.31/895.86	c #Conflicts:    1149000 | #Constraints:      30675
849.31/895.86	c #Conflicts:    1150000 | #Constraints:      31675
849.31/895.86	c #Conflicts:    1151000 | #Constraints:      32675
849.31/895.86	c #Conflicts:    1152000 | #Constraints:      33675
849.31/895.86	c #Conflicts:    1153000 | #Constraints:      34675
849.31/895.86	c #Conflicts:    1154000 | #Constraints:      35675
849.31/895.86	c #Conflicts:    1155000 | #Constraints:      36675
849.31/895.86	c #Conflicts:    1156000 | #Constraints:      37675
849.31/895.86	c #Conflicts:    1157000 | #Constraints:      38675
849.31/895.86	c #Conflicts:    1158000 | #Constraints:      39675
849.31/895.86	c #Conflicts:    1159000 | #Constraints:      40675
849.31/895.86	c #Conflicts:    1160000 | #Constraints:      41676
849.31/895.86	c #Conflicts:    1161000 | #Constraints:      42676
849.31/895.86	c #Conflicts:    1162000 | #Constraints:      43677
849.31/895.86	c #Conflicts:    1163000 | #Constraints:      44677
849.31/895.86	c #Conflicts:    1164000 | #Constraints:      45678
849.31/895.86	c #Conflicts:    1165000 | #Constraints:      46679
849.31/895.86	c #Conflicts:    1166000 | #Constraints:      47679
849.31/895.86	c #Conflicts:    1167000 | #Constraints:      48681
849.31/895.86	c #Conflicts:    1168000 | #Constraints:      49681
849.31/895.86	c INPROCESSING
849.31/895.86	c GARBAGE COLLECT
849.31/895.86	c rational objective 1001
865.37/912.51	c #Conflicts:    1169000 | #Constraints:      29252
865.37/912.51	c #Conflicts:    1170000 | #Constraints:      30252
865.37/912.51	c #Conflicts:    1171000 | #Constraints:      31252
865.37/912.51	c #Conflicts:    1172000 | #Constraints:      32252
865.37/912.51	c #Conflicts:    1173000 | #Constraints:      33252
865.37/912.51	c #Conflicts:    1174000 | #Constraints:      34252
865.37/912.51	c #Conflicts:    1175000 | #Constraints:      35252
865.37/912.51	c #Conflicts:    1176000 | #Constraints:      36252
865.37/912.51	c #Conflicts:    1177000 | #Constraints:      37252
865.37/912.51	c #Conflicts:    1178000 | #Constraints:      38252
865.37/912.51	c #Conflicts:    1179000 | #Constraints:      39252
865.37/912.51	c #Conflicts:    1180000 | #Constraints:      40252
865.37/912.51	c #Conflicts:    1181000 | #Constraints:      41252
865.37/912.51	c #Conflicts:    1182000 | #Constraints:      42252
865.37/912.51	c #Conflicts:    1183000 | #Constraints:      43253
865.37/912.51	c #Conflicts:    1184000 | #Constraints:      44253
865.37/912.51	c #Conflicts:    1185000 | #Constraints:      45253
865.37/912.51	c #Conflicts:    1186000 | #Constraints:      46253
865.37/912.51	c #Conflicts:    1187000 | #Constraints:      47253
865.37/912.51	c #Conflicts:    1188000 | #Constraints:      48253
865.37/912.51	c #Conflicts:    1189000 | #Constraints:      49253
865.37/912.51	c #Conflicts:    1190000 | #Constraints:      50253
865.37/912.51	c INPROCESSING
865.37/912.51	c GARBAGE COLLECT
865.37/912.51	c rational objective 1001
887.42/935.40	c #Conflicts:    1191000 | #Constraints:      29643
887.42/935.40	c #Conflicts:    1192000 | #Constraints:      30644
887.42/935.40	c #Conflicts:    1193000 | #Constraints:      31684
887.42/935.40	c #Conflicts:    1194000 | #Constraints:      32783
887.42/935.40	c #Conflicts:    1195000 | #Constraints:      33854
887.42/935.40	c #Conflicts:    1196000 | #Constraints:      34905
887.42/935.40	c #Conflicts:    1197000 | #Constraints:      35944
887.42/935.40	c #Conflicts:    1198000 | #Constraints:      36987
887.42/935.40	c #Conflicts:    1199000 | #Constraints:      38038
887.42/935.40	c #Conflicts:    1200000 | #Constraints:      39099
887.42/935.40	c #Conflicts:    1201000 | #Constraints:      40140
887.42/935.40	c #Conflicts:    1202000 | #Constraints:      41164
887.42/935.40	c #Conflicts:    1203000 | #Constraints:      42216
887.42/935.40	c #Conflicts:    1204000 | #Constraints:      43276
887.42/935.40	c #Conflicts:    1205000 | #Constraints:      44331
887.42/935.40	c #Conflicts:    1206000 | #Constraints:      45384
887.42/935.40	c #Conflicts:    1207000 | #Constraints:      46426
887.42/935.40	c #Conflicts:    1208000 | #Constraints:      47478
887.42/935.40	c #Conflicts:    1209000 | #Constraints:      48523
887.42/935.40	c #Conflicts:    1210000 | #Constraints:      49567
887.42/935.40	c #Conflicts:    1211000 | #Constraints:      50624
887.42/935.40	c #Conflicts:    1212000 | #Constraints:      51682
887.42/935.40	c INPROCESSING
887.42/935.40	c GARBAGE COLLECT
887.42/935.40	c rational objective 1001
905.57/953.60	c #Conflicts:    1213000 | #Constraints:      30287
905.57/953.60	c #Conflicts:    1214000 | #Constraints:      31287
905.57/953.60	c #Conflicts:    1215000 | #Constraints:      32287
905.57/953.60	c #Conflicts:    1216000 | #Constraints:      33287
905.57/953.60	c #Conflicts:    1217000 | #Constraints:      34287
905.57/953.60	c #Conflicts:    1218000 | #Constraints:      35287
905.57/953.60	c #Conflicts:    1219000 | #Constraints:      36287
905.57/953.60	c #Conflicts:    1220000 | #Constraints:      37287
905.57/953.60	c #Conflicts:    1221000 | #Constraints:      38287
905.57/953.60	c #Conflicts:    1222000 | #Constraints:      39287
905.57/953.60	c #Conflicts:    1223000 | #Constraints:      40287
905.57/953.60	c #Conflicts:    1224000 | #Constraints:      41287
905.57/953.60	c #Conflicts:    1225000 | #Constraints:      42287
905.57/953.60	c #Conflicts:    1226000 | #Constraints:      43287
905.57/953.60	c #Conflicts:    1227000 | #Constraints:      44287
905.57/953.60	c #Conflicts:    1228000 | #Constraints:      45287
905.57/953.60	c #Conflicts:    1229000 | #Constraints:      46287
905.57/953.60	c #Conflicts:    1230000 | #Constraints:      47287
905.57/953.60	c #Conflicts:    1231000 | #Constraints:      48287
905.57/953.60	c #Conflicts:    1232000 | #Constraints:      49287
905.57/953.60	c #Conflicts:    1233000 | #Constraints:      50287
905.57/953.60	c #Conflicts:    1234000 | #Constraints:      51287
905.57/953.60	c INPROCESSING
905.57/953.60	c GARBAGE COLLECT
905.57/953.60	c rational objective 1001
923.46/971.82	c #Conflicts:    1235000 | #Constraints:      30090
923.46/971.82	c #Conflicts:    1236000 | #Constraints:      31090
923.46/971.82	c #Conflicts:    1237000 | #Constraints:      32090
923.46/971.82	c #Conflicts:    1238000 | #Constraints:      33090
923.46/971.82	c #Conflicts:    1239000 | #Constraints:      34090
923.46/971.82	c #Conflicts:    1240000 | #Constraints:      35090
923.46/971.82	c #Conflicts:    1241000 | #Constraints:      36090
923.46/971.82	c #Conflicts:    1242000 | #Constraints:      37090
923.46/971.82	c #Conflicts:    1243000 | #Constraints:      38090
923.46/971.82	c #Conflicts:    1244000 | #Constraints:      39090
923.46/971.82	c #Conflicts:    1245000 | #Constraints:      40090
923.46/971.82	c #Conflicts:    1246000 | #Constraints:      41090
923.46/971.82	c #Conflicts:    1247000 | #Constraints:      42090
923.46/971.82	c #Conflicts:    1248000 | #Constraints:      43090
923.46/971.82	c #Conflicts:    1249000 | #Constraints:      44090
923.46/971.82	c #Conflicts:    1250000 | #Constraints:      45090
923.46/971.82	c #Conflicts:    1251000 | #Constraints:      46090
923.46/971.82	c #Conflicts:    1252000 | #Constraints:      47090
923.46/971.82	c #Conflicts:    1253000 | #Constraints:      48090
923.46/971.82	c #Conflicts:    1254000 | #Constraints:      49090
923.46/971.82	c #Conflicts:    1255000 | #Constraints:      50090
923.46/971.82	c #Conflicts:    1256000 | #Constraints:      51090
923.46/971.82	c INPROCESSING
923.46/971.82	c GARBAGE COLLECT
923.46/971.82	c rational objective 1001
943.78/992.56	c #Conflicts:    1257000 | #Constraints:      29760
943.78/992.56	c #Conflicts:    1258000 | #Constraints:      30801
943.78/992.56	c #Conflicts:    1259000 | #Constraints:      31858
943.78/992.56	c #Conflicts:    1260000 | #Constraints:      32921
943.78/992.56	c #Conflicts:    1261000 | #Constraints:      33979
943.78/992.56	c #Conflicts:    1262000 | #Constraints:      35034
943.78/992.56	c #Conflicts:    1263000 | #Constraints:      36091
943.78/992.56	c #Conflicts:    1264000 | #Constraints:      37124
943.78/992.56	c #Conflicts:    1265000 | #Constraints:      38166
943.78/992.56	c #Conflicts:    1266000 | #Constraints:      39212
943.78/992.56	c #Conflicts:    1267000 | #Constraints:      40243
943.78/992.56	c #Conflicts:    1268000 | #Constraints:      41291
943.78/992.56	c #Conflicts:    1269000 | #Constraints:      42322
943.78/992.56	c #Conflicts:    1270000 | #Constraints:      43355
943.78/992.56	c #Conflicts:    1271000 | #Constraints:      44386
943.78/992.56	c #Conflicts:    1272000 | #Constraints:      45416
943.78/992.56	c #Conflicts:    1273000 | #Constraints:      46440
943.78/992.56	c #Conflicts:    1274000 | #Constraints:      47488
943.78/992.56	c #Conflicts:    1275000 | #Constraints:      48522
943.78/992.56	c #Conflicts:    1276000 | #Constraints:      49557
943.78/992.56	c #Conflicts:    1277000 | #Constraints:      50591
943.78/992.56	c #Conflicts:    1278000 | #Constraints:      51624
943.78/992.56	c #Conflicts:    1279000 | #Constraints:      52662
943.78/992.56	c INPROCESSING
943.78/992.56	c GARBAGE COLLECT
943.78/992.56	c rational objective 1001
962.82/1011.60	c #Conflicts:    1280000 | #Constraints:      30644
962.82/1011.60	c #Conflicts:    1281000 | #Constraints:      31644
962.82/1011.60	c #Conflicts:    1282000 | #Constraints:      32644
962.82/1011.60	c #Conflicts:    1283000 | #Constraints:      33644
962.82/1011.60	c #Conflicts:    1284000 | #Constraints:      34644
962.82/1011.60	c #Conflicts:    1285000 | #Constraints:      35644
962.82/1011.60	c #Conflicts:    1286000 | #Constraints:      36644
962.82/1011.60	c #Conflicts:    1287000 | #Constraints:      37644
962.82/1011.60	c #Conflicts:    1288000 | #Constraints:      38644
962.82/1011.60	c #Conflicts:    1289000 | #Constraints:      39644
962.82/1011.60	c #Conflicts:    1290000 | #Constraints:      40644
962.82/1011.60	c #Conflicts:    1291000 | #Constraints:      41644
962.82/1011.60	c #Conflicts:    1292000 | #Constraints:      42644
962.82/1011.60	c #Conflicts:    1293000 | #Constraints:      43644
962.82/1011.60	c #Conflicts:    1294000 | #Constraints:      44644
962.82/1011.60	c #Conflicts:    1295000 | #Constraints:      45644
962.82/1011.60	c #Conflicts:    1296000 | #Constraints:      46644
962.82/1011.60	c #Conflicts:    1297000 | #Constraints:      47644
962.82/1011.60	c #Conflicts:    1298000 | #Constraints:      48644
962.82/1011.60	c #Conflicts:    1299000 | #Constraints:      49644
962.82/1011.60	c #Conflicts:    1300000 | #Constraints:      50644
962.82/1011.60	c #Conflicts:    1301000 | #Constraints:      51644
962.82/1011.60	c #Conflicts:    1302000 | #Constraints:      52644
962.82/1011.60	c INPROCESSING
962.82/1011.60	c GARBAGE COLLECT
962.82/1011.60	c rational objective 1001
980.54/1029.62	c #Conflicts:    1303000 | #Constraints:      30832
980.54/1029.62	c #Conflicts:    1304000 | #Constraints:      31832
980.54/1029.62	c #Conflicts:    1305000 | #Constraints:      32832
980.54/1029.62	c #Conflicts:    1306000 | #Constraints:      33832
980.54/1029.62	c #Conflicts:    1307000 | #Constraints:      34832
980.54/1029.62	c #Conflicts:    1308000 | #Constraints:      35832
980.54/1029.62	c #Conflicts:    1309000 | #Constraints:      36832
980.54/1029.62	c #Conflicts:    1310000 | #Constraints:      37832
980.54/1029.62	c #Conflicts:    1311000 | #Constraints:      38832
980.54/1029.62	c #Conflicts:    1312000 | #Constraints:      39832
980.54/1029.62	c #Conflicts:    1313000 | #Constraints:      40832
980.54/1029.62	c #Conflicts:    1314000 | #Constraints:      41832
980.54/1029.62	c #Conflicts:    1315000 | #Constraints:      42832
980.54/1029.62	c #Conflicts:    1316000 | #Constraints:      43832
980.54/1029.62	c #Conflicts:    1317000 | #Constraints:      44832
980.54/1029.62	c #Conflicts:    1318000 | #Constraints:      45832
980.54/1029.62	c #Conflicts:    1319000 | #Constraints:      46832
980.54/1029.62	c #Conflicts:    1320000 | #Constraints:      47832
980.54/1029.62	c #Conflicts:    1321000 | #Constraints:      48832
980.54/1029.62	c #Conflicts:    1322000 | #Constraints:      49832
980.54/1029.62	c #Conflicts:    1323000 | #Constraints:      50832
980.54/1029.62	c #Conflicts:    1324000 | #Constraints:      51832
980.54/1029.62	c #Conflicts:    1325000 | #Constraints:      52832
980.54/1029.62	c INPROCESSING
980.54/1029.62	c GARBAGE COLLECT
980.54/1029.62	c rational objective 1001
1003.57/1052.93	c #Conflicts:    1326000 | #Constraints:      30973
1003.57/1052.93	c #Conflicts:    1327000 | #Constraints:      32047
1003.57/1052.93	c #Conflicts:    1328000 | #Constraints:      33091
1003.57/1052.93	c #Conflicts:    1329000 | #Constraints:      34144
1003.57/1052.93	c #Conflicts:    1330000 | #Constraints:      35205
1003.57/1052.93	c #Conflicts:    1331000 | #Constraints:      36246
1003.57/1052.93	c #Conflicts:    1332000 | #Constraints:      37294
1003.57/1052.93	c #Conflicts:    1333000 | #Constraints:      38331
1003.57/1052.93	c #Conflicts:    1334000 | #Constraints:      39391
1003.57/1052.93	c #Conflicts:    1335000 | #Constraints:      40428
1003.57/1052.93	c #Conflicts:    1336000 | #Constraints:      41459
1003.57/1052.93	c #Conflicts:    1337000 | #Constraints:      42505
1003.57/1052.93	c #Conflicts:    1338000 | #Constraints:      43541
1003.57/1052.93	c #Conflicts:    1339000 | #Constraints:      44567
1003.57/1052.93	c #Conflicts:    1340000 | #Constraints:      45606
1003.57/1052.93	c #Conflicts:    1341000 | #Constraints:      46649
1003.57/1052.93	c #Conflicts:    1342000 | #Constraints:      47698
1003.57/1052.93	c #Conflicts:    1343000 | #Constraints:      48742
1003.57/1052.93	c #Conflicts:    1344000 | #Constraints:      49789
1003.57/1052.93	c #Conflicts:    1345000 | #Constraints:      50830
1003.57/1052.93	c #Conflicts:    1346000 | #Constraints:      51859
1003.57/1052.93	c #Conflicts:    1347000 | #Constraints:      52893
1003.57/1052.93	c #Conflicts:    1348000 | #Constraints:      53915
1003.57/1052.93	c INPROCESSING
1003.57/1052.93	c GARBAGE COLLECT
1003.57/1052.93	c rational objective 1001
1021.92/1071.35	c #Conflicts:    1349000 | #Constraints:      31303
1021.92/1071.35	c #Conflicts:    1350000 | #Constraints:      32303
1021.92/1071.35	c #Conflicts:    1351000 | #Constraints:      33303
1021.92/1071.35	c #Conflicts:    1352000 | #Constraints:      34303
1021.92/1071.35	c #Conflicts:    1353000 | #Constraints:      35303
1021.92/1071.35	c #Conflicts:    1354000 | #Constraints:      36303
1021.92/1071.35	c #Conflicts:    1355000 | #Constraints:      37303
1021.92/1071.35	c #Conflicts:    1356000 | #Constraints:      38303
1021.92/1071.35	c #Conflicts:    1357000 | #Constraints:      39303
1021.92/1071.35	c #Conflicts:    1358000 | #Constraints:      40303
1021.92/1071.35	c #Conflicts:    1359000 | #Constraints:      41303
1021.92/1071.35	c #Conflicts:    1360000 | #Constraints:      42303
1021.92/1071.35	c #Conflicts:    1361000 | #Constraints:      43303
1021.92/1071.35	c #Conflicts:    1362000 | #Constraints:      44303
1021.92/1071.35	c #Conflicts:    1363000 | #Constraints:      45303
1021.92/1071.35	c #Conflicts:    1364000 | #Constraints:      46303
1021.92/1071.35	c #Conflicts:    1365000 | #Constraints:      47303
1021.92/1071.35	c #Conflicts:    1366000 | #Constraints:      48303
1021.92/1071.35	c #Conflicts:    1367000 | #Constraints:      49303
1021.92/1071.35	c #Conflicts:    1368000 | #Constraints:      50303
1021.92/1071.35	c #Conflicts:    1369000 | #Constraints:      51303
1021.92/1071.35	c #Conflicts:    1370000 | #Constraints:      52303
1021.92/1071.35	c #Conflicts:    1371000 | #Constraints:      53303
1021.92/1071.35	c INPROCESSING
1021.92/1071.35	c GARBAGE COLLECT
1021.92/1071.35	c rational objective 1001
1040.09/1090.99	c #Conflicts:    1372000 | #Constraints:      30894
1040.09/1090.99	c #Conflicts:    1373000 | #Constraints:      31894
1040.09/1090.99	c #Conflicts:    1374000 | #Constraints:      32894
1040.09/1090.99	c #Conflicts:    1375000 | #Constraints:      33894
1040.09/1090.99	c #Conflicts:    1376000 | #Constraints:      34894
1040.09/1090.99	c #Conflicts:    1377000 | #Constraints:      35894
1040.09/1090.99	c #Conflicts:    1378000 | #Constraints:      36894
1040.09/1090.99	c #Conflicts:    1379000 | #Constraints:      37894
1040.09/1090.99	c #Conflicts:    1380000 | #Constraints:      38894
1040.09/1090.99	c #Conflicts:    1381000 | #Constraints:      39894
1040.09/1090.99	c #Conflicts:    1382000 | #Constraints:      40894
1040.09/1090.99	c #Conflicts:    1383000 | #Constraints:      41894
1040.09/1090.99	c #Conflicts:    1384000 | #Constraints:      42894
1040.09/1090.99	c #Conflicts:    1385000 | #Constraints:      43894
1040.09/1090.99	c #Conflicts:    1386000 | #Constraints:      44894
1040.09/1090.99	c #Conflicts:    1387000 | #Constraints:      45894
1040.09/1090.99	c #Conflicts:    1388000 | #Constraints:      46894
1040.09/1090.99	c #Conflicts:    1389000 | #Constraints:      47894
1040.09/1090.99	c #Conflicts:    1390000 | #Constraints:      48894
1040.09/1090.99	c #Conflicts:    1391000 | #Constraints:      49894
1040.09/1090.99	c #Conflicts:    1392000 | #Constraints:      50894
1040.09/1090.99	c #Conflicts:    1393000 | #Constraints:      51894
1040.09/1090.99	c #Conflicts:    1394000 | #Constraints:      52894
1040.09/1090.99	c #Conflicts:    1395000 | #Constraints:      53894
1040.09/1090.99	c INPROCESSING
1040.09/1090.99	c GARBAGE COLLECT
1040.09/1090.99	c rational objective 1001
1064.95/1116.51	c #Conflicts:    1396000 | #Constraints:      31394
1064.95/1116.51	c #Conflicts:    1397000 | #Constraints:      32475
1064.95/1116.51	c #Conflicts:    1398000 | #Constraints:      33545
1064.95/1116.51	c #Conflicts:    1399000 | #Constraints:      34616
1064.95/1116.51	c #Conflicts:    1400000 | #Constraints:      35663
1064.95/1116.51	c #Conflicts:    1401000 | #Constraints:      36703
1064.95/1116.51	c #Conflicts:    1402000 | #Constraints:      37757
1064.95/1116.51	c #Conflicts:    1403000 | #Constraints:      38803
1064.95/1116.51	c #Conflicts:    1404000 | #Constraints:      39842
1064.95/1116.51	c #Conflicts:    1405000 | #Constraints:      40870
1064.95/1116.51	c #Conflicts:    1406000 | #Constraints:      41888
1064.95/1116.51	c #Conflicts:    1407000 | #Constraints:      42921
1064.95/1116.51	c #Conflicts:    1408000 | #Constraints:      43949
1064.95/1116.51	c #Conflicts:    1409000 | #Constraints:      44985
1064.95/1116.51	c #Conflicts:    1410000 | #Constraints:      46017
1064.95/1116.51	c #Conflicts:    1411000 | #Constraints:      47052
1064.95/1116.51	c #Conflicts:    1412000 | #Constraints:      48083
1064.95/1116.51	c #Conflicts:    1413000 | #Constraints:      49111
1064.95/1116.51	c #Conflicts:    1414000 | #Constraints:      50136
1064.95/1116.51	c #Conflicts:    1415000 | #Constraints:      51169
1064.95/1116.51	c #Conflicts:    1416000 | #Constraints:      52198
1064.95/1116.51	c #Conflicts:    1417000 | #Constraints:      53229
1064.95/1116.51	c #Conflicts:    1418000 | #Constraints:      54264
1064.95/1116.51	c #Conflicts:    1419000 | #Constraints:      55287
1064.95/1116.51	c INPROCESSING
1064.95/1116.51	c GARBAGE COLLECT
1064.95/1116.51	c rational objective 1001
1085.10/1136.76	c #Conflicts:    1420000 | #Constraints:      32089
1085.10/1136.76	c #Conflicts:    1421000 | #Constraints:      33089
1085.10/1136.76	c #Conflicts:    1422000 | #Constraints:      34089
1085.10/1136.76	c #Conflicts:    1423000 | #Constraints:      35089
1085.10/1136.76	c #Conflicts:    1424000 | #Constraints:      36089
1085.10/1136.76	c #Conflicts:    1425000 | #Constraints:      37089
1085.10/1136.76	c #Conflicts:    1426000 | #Constraints:      38089
1085.10/1136.76	c #Conflicts:    1427000 | #Constraints:      39089
1085.10/1136.76	c #Conflicts:    1428000 | #Constraints:      40089
1085.10/1136.76	c #Conflicts:    1429000 | #Constraints:      41089
1085.10/1136.76	c #Conflicts:    1430000 | #Constraints:      42089
1085.10/1136.76	c #Conflicts:    1431000 | #Constraints:      43089
1085.10/1136.76	c #Conflicts:    1432000 | #Constraints:      44089
1085.10/1136.76	c #Conflicts:    1433000 | #Constraints:      45089
1085.10/1136.76	c #Conflicts:    1434000 | #Constraints:      46089
1085.10/1136.76	c #Conflicts:    1435000 | #Constraints:      47089
1085.10/1136.76	c #Conflicts:    1436000 | #Constraints:      48089
1085.10/1136.76	c #Conflicts:    1437000 | #Constraints:      49089
1085.10/1136.76	c #Conflicts:    1438000 | #Constraints:      50089
1085.10/1136.76	c #Conflicts:    1439000 | #Constraints:      51089
1085.10/1136.76	c #Conflicts:    1440000 | #Constraints:      52089
1085.10/1136.76	c #Conflicts:    1441000 | #Constraints:      53089
1085.10/1136.76	c #Conflicts:    1442000 | #Constraints:      54089
1085.10/1136.76	c #Conflicts:    1443000 | #Constraints:      55089
1085.10/1136.76	c INPROCESSING
1085.10/1136.76	c GARBAGE COLLECT
1085.10/1136.76	c rational objective 1001
1104.43/1156.35	c #Conflicts:    1444000 | #Constraints:      32072
1104.43/1156.35	c #Conflicts:    1445000 | #Constraints:      33072
1104.43/1156.35	c #Conflicts:    1446000 | #Constraints:      34072
1104.43/1156.35	c #Conflicts:    1447000 | #Constraints:      35072
1104.43/1156.35	c #Conflicts:    1448000 | #Constraints:      36072
1104.43/1156.35	c #Conflicts:    1449000 | #Constraints:      37072
1104.43/1156.35	c #Conflicts:    1450000 | #Constraints:      38072
1104.43/1156.35	c #Conflicts:    1451000 | #Constraints:      39072
1104.43/1156.35	c #Conflicts:    1452000 | #Constraints:      40072
1104.43/1156.35	c #Conflicts:    1453000 | #Constraints:      41072
1104.43/1156.35	c #Conflicts:    1454000 | #Constraints:      42072
1104.43/1156.35	c #Conflicts:    1455000 | #Constraints:      43072
1104.43/1156.35	c #Conflicts:    1456000 | #Constraints:      44072
1104.43/1156.35	c #Conflicts:    1457000 | #Constraints:      45072
1104.43/1156.35	c #Conflicts:    1458000 | #Constraints:      46072
1104.43/1156.35	c #Conflicts:    1459000 | #Constraints:      47072
1104.43/1156.35	c #Conflicts:    1460000 | #Constraints:      48072
1104.43/1156.35	c #Conflicts:    1461000 | #Constraints:      49072
1104.43/1156.35	c #Conflicts:    1462000 | #Constraints:      50072
1104.43/1156.35	c #Conflicts:    1463000 | #Constraints:      51072
1104.43/1156.35	c #Conflicts:    1464000 | #Constraints:      52072
1104.43/1156.35	c #Conflicts:    1465000 | #Constraints:      53072
1104.43/1156.35	c #Conflicts:    1466000 | #Constraints:      54072
1104.43/1156.35	c #Conflicts:    1467000 | #Constraints:      55072
1104.43/1156.35	c INPROCESSING
1104.43/1156.35	c GARBAGE COLLECT
1104.43/1156.35	c rational objective 1001
1128.24/1181.29	c #Conflicts:    1468000 | #Constraints:      31945
1128.24/1181.29	c #Conflicts:    1469000 | #Constraints:      32986
1128.24/1181.29	c #Conflicts:    1470000 | #Constraints:      34037
1128.24/1181.29	c #Conflicts:    1471000 | #Constraints:      35084
1128.24/1181.29	c #Conflicts:    1472000 | #Constraints:      36120
1128.24/1181.29	c #Conflicts:    1473000 | #Constraints:      37167
1128.24/1181.29	c #Conflicts:    1474000 | #Constraints:      38218
1128.24/1181.29	c #Conflicts:    1475000 | #Constraints:      39267
1128.24/1181.29	c #Conflicts:    1476000 | #Constraints:      40304
1128.24/1181.29	c #Conflicts:    1477000 | #Constraints:      41338
1128.24/1181.29	c #Conflicts:    1478000 | #Constraints:      42362
1128.24/1181.29	c #Conflicts:    1479000 | #Constraints:      43396
1128.24/1181.29	c #Conflicts:    1480000 | #Constraints:      44416
1128.24/1181.29	c #Conflicts:    1481000 | #Constraints:      45440
1128.24/1181.29	c #Conflicts:    1482000 | #Constraints:      46469
1128.24/1181.29	c #Conflicts:    1483000 | #Constraints:      47498
1128.24/1181.29	c #Conflicts:    1484000 | #Constraints:      48536
1128.24/1181.29	c #Conflicts:    1485000 | #Constraints:      49572
1128.24/1181.29	c #Conflicts:    1486000 | #Constraints:      50600
1128.24/1181.29	c #Conflicts:    1487000 | #Constraints:      51631
1128.24/1181.29	c #Conflicts:    1488000 | #Constraints:      52645
1128.24/1181.29	c #Conflicts:    1489000 | #Constraints:      53669
1128.24/1181.29	c #Conflicts:    1490000 | #Constraints:      54688
1128.24/1181.29	c #Conflicts:    1491000 | #Constraints:      55707
1128.24/1181.29	c INPROCESSING
1128.24/1181.29	c GARBAGE COLLECT
1128.24/1181.29	c rational objective 1001
1149.49/1202.53	c #Conflicts:    1492000 | #Constraints:      32030
1149.49/1202.53	c #Conflicts:    1493000 | #Constraints:      33030
1149.49/1202.53	c #Conflicts:    1494000 | #Constraints:      34030
1149.49/1202.53	c #Conflicts:    1495000 | #Constraints:      35030
1149.49/1202.53	c #Conflicts:    1496000 | #Constraints:      36030
1149.49/1202.53	c #Conflicts:    1497000 | #Constraints:      37030
1149.49/1202.53	c #Conflicts:    1498000 | #Constraints:      38030
1149.49/1202.53	c #Conflicts:    1499000 | #Constraints:      39030
1149.49/1202.53	c #Conflicts:    1500000 | #Constraints:      40030
1149.49/1202.53	c #Conflicts:    1501000 | #Constraints:      41030
1149.49/1202.53	c #Conflicts:    1502000 | #Constraints:      42030
1149.49/1202.53	c #Conflicts:    1503000 | #Constraints:      43030
1149.49/1202.53	c #Conflicts:    1504000 | #Constraints:      44030
1149.49/1202.53	c #Conflicts:    1505000 | #Constraints:      45030
1149.49/1202.53	c #Conflicts:    1506000 | #Constraints:      46030
1149.49/1202.53	c #Conflicts:    1507000 | #Constraints:      47030
1149.49/1202.53	c #Conflicts:    1508000 | #Constraints:      48030
1149.49/1202.53	c #Conflicts:    1509000 | #Constraints:      49030
1149.49/1202.53	c #Conflicts:    1510000 | #Constraints:      50030
1149.49/1202.53	c #Conflicts:    1511000 | #Constraints:      51030
1149.49/1202.53	c #Conflicts:    1512000 | #Constraints:      52030
1149.49/1202.53	c #Conflicts:    1513000 | #Constraints:      53030
1149.49/1202.53	c #Conflicts:    1514000 | #Constraints:      54030
1149.49/1202.53	c #Conflicts:    1515000 | #Constraints:      55030
1149.49/1202.53	c #Conflicts:    1516000 | #Constraints:      56030
1149.49/1202.53	c INPROCESSING
1149.49/1202.53	c GARBAGE COLLECT
1149.49/1202.53	c rational objective 1001
1174.55/1228.44	c #Conflicts:    1517000 | #Constraints:      32444
1174.55/1228.44	c #Conflicts:    1518000 | #Constraints:      33444
1174.55/1228.44	c #Conflicts:    1519000 | #Constraints:      34521
1174.55/1228.44	c #Conflicts:    1520000 | #Constraints:      35583
1174.55/1228.44	c #Conflicts:    1521000 | #Constraints:      36641
1174.55/1228.44	c #Conflicts:    1522000 | #Constraints:      37696
1174.55/1228.44	c #Conflicts:    1523000 | #Constraints:      38757
1174.55/1228.44	c #Conflicts:    1524000 | #Constraints:      39818
1174.55/1228.44	c #Conflicts:    1525000 | #Constraints:      40847
1174.55/1228.44	c #Conflicts:    1526000 | #Constraints:      41882
1174.55/1228.44	c #Conflicts:    1527000 | #Constraints:      42937
1174.55/1228.44	c #Conflicts:    1528000 | #Constraints:      43982
1174.55/1228.44	c #Conflicts:    1529000 | #Constraints:      45031
1174.55/1228.44	c #Conflicts:    1530000 | #Constraints:      46067
1174.55/1228.44	c #Conflicts:    1531000 | #Constraints:      47100
1174.55/1228.44	c #Conflicts:    1532000 | #Constraints:      48129
1174.55/1228.44	c #Conflicts:    1533000 | #Constraints:      49156
1174.55/1228.44	c #Conflicts:    1534000 | #Constraints:      50187
1174.55/1228.44	c #Conflicts:    1535000 | #Constraints:      51210
1174.55/1228.44	c #Conflicts:    1536000 | #Constraints:      52241
1174.55/1228.44	c #Conflicts:    1537000 | #Constraints:      53294
1174.55/1228.44	c #Conflicts:    1538000 | #Constraints:      54335
1174.55/1228.44	c #Conflicts:    1539000 | #Constraints:      55368
1174.55/1228.44	c #Conflicts:    1540000 | #Constraints:      56382
1174.55/1228.44	c #Conflicts:    1541000 | #Constraints:      57404
1174.55/1228.44	c INPROCESSING
1174.55/1228.44	c GARBAGE COLLECT
1174.55/1228.44	c rational objective 1001
1196.24/1251.70	c #Conflicts:    1542000 | #Constraints:      33139
1196.24/1251.70	c #Conflicts:    1543000 | #Constraints:      34139
1196.24/1251.70	c #Conflicts:    1544000 | #Constraints:      35139
1196.24/1251.70	c #Conflicts:    1545000 | #Constraints:      36139
1196.24/1251.70	c #Conflicts:    1546000 | #Constraints:      37139
1196.24/1251.70	c #Conflicts:    1547000 | #Constraints:      38139
1196.24/1251.70	c #Conflicts:    1548000 | #Constraints:      39139
1196.24/1251.70	c #Conflicts:    1549000 | #Constraints:      40139
1196.24/1251.70	c #Conflicts:    1550000 | #Constraints:      41139
1196.24/1251.70	c #Conflicts:    1551000 | #Constraints:      42139
1196.24/1251.70	c #Conflicts:    1552000 | #Constraints:      43139
1196.24/1251.70	c #Conflicts:    1553000 | #Constraints:      44139
1196.24/1251.70	c #Conflicts:    1554000 | #Constraints:      45139
1196.24/1251.70	c #Conflicts:    1555000 | #Constraints:      46139
1196.24/1251.70	c #Conflicts:    1556000 | #Constraints:      47139
1196.24/1251.70	c #Conflicts:    1557000 | #Constraints:      48139
1196.24/1251.70	c #Conflicts:    1558000 | #Constraints:      49139
1196.24/1251.70	c #Conflicts:    1559000 | #Constraints:      50139
1196.24/1251.70	c #Conflicts:    1560000 | #Constraints:      51139
1196.24/1251.70	c #Conflicts:    1561000 | #Constraints:      52139
1196.24/1251.70	c #Conflicts:    1562000 | #Constraints:      53139
1196.24/1251.70	c #Conflicts:    1563000 | #Constraints:      54139
1196.24/1251.70	c #Conflicts:    1564000 | #Constraints:      55139
1196.24/1251.70	c #Conflicts:    1565000 | #Constraints:      56139
1196.24/1251.70	c #Conflicts:    1566000 | #Constraints:      57139
1196.24/1251.70	c INPROCESSING
1196.24/1251.70	c GARBAGE COLLECT
1196.24/1251.70	c rational objective 1001
1218.35/1274.23	c #Conflicts:    1567000 | #Constraints:      33100
1218.35/1274.23	c #Conflicts:    1568000 | #Constraints:      34100
1218.35/1274.23	c #Conflicts:    1569000 | #Constraints:      35100
1218.35/1274.23	c #Conflicts:    1570000 | #Constraints:      36100
1218.35/1274.23	c #Conflicts:    1571000 | #Constraints:      37100
1218.35/1274.23	c #Conflicts:    1572000 | #Constraints:      38100
1218.35/1274.23	c #Conflicts:    1573000 | #Constraints:      39100
1218.35/1274.23	c #Conflicts:    1574000 | #Constraints:      40100
1218.35/1274.23	c #Conflicts:    1575000 | #Constraints:      41100
1218.35/1274.23	c #Conflicts:    1576000 | #Constraints:      42100
1218.35/1274.23	c #Conflicts:    1577000 | #Constraints:      43100
1218.35/1274.23	c #Conflicts:    1578000 | #Constraints:      44100
1218.35/1274.23	c #Conflicts:    1579000 | #Constraints:      45100
1218.35/1274.23	c #Conflicts:    1580000 | #Constraints:      46100
1218.35/1274.23	c #Conflicts:    1581000 | #Constraints:      47100
1218.35/1274.23	c #Conflicts:    1582000 | #Constraints:      48100
1218.35/1274.23	c #Conflicts:    1583000 | #Constraints:      49100
1218.35/1274.23	c #Conflicts:    1584000 | #Constraints:      50100
1218.35/1274.23	c #Conflicts:    1585000 | #Constraints:      51100
1218.35/1274.23	c #Conflicts:    1586000 | #Constraints:      52100
1218.35/1274.23	c #Conflicts:    1587000 | #Constraints:      53100
1218.35/1274.23	c #Conflicts:    1588000 | #Constraints:      54100
1218.35/1274.23	c #Conflicts:    1589000 | #Constraints:      55100
1218.35/1274.23	c #Conflicts:    1590000 | #Constraints:      56100
1218.35/1274.23	c #Conflicts:    1591000 | #Constraints:      57100
1218.35/1274.23	c INPROCESSING
1218.35/1274.23	c GARBAGE COLLECT
1218.35/1274.23	c rational objective 1001
1245.97/1301.97	c #Conflicts:    1592000 | #Constraints:      32996
1245.97/1301.97	c #Conflicts:    1593000 | #Constraints:      34018
1245.97/1301.97	c #Conflicts:    1594000 | #Constraints:      35042
1245.97/1301.97	c #Conflicts:    1595000 | #Constraints:      36071
1245.97/1301.97	c #Conflicts:    1596000 | #Constraints:      37168
1245.97/1301.97	c #Conflicts:    1597000 | #Constraints:      38238
1245.97/1301.97	c #Conflicts:    1598000 | #Constraints:      39300
1245.97/1301.97	c #Conflicts:    1599000 | #Constraints:      40382
1245.97/1301.97	c #Conflicts:    1600000 | #Constraints:      41454
1245.97/1301.97	c #Conflicts:    1601000 | #Constraints:      42495
1245.97/1301.97	c #Conflicts:    1602000 | #Constraints:      43554
1245.97/1301.97	c #Conflicts:    1603000 | #Constraints:      44597
1245.97/1301.97	c #Conflicts:    1604000 | #Constraints:      45642
1245.97/1301.97	c #Conflicts:    1605000 | #Constraints:      46683
1245.97/1301.97	c #Conflicts:    1606000 | #Constraints:      47729
1245.97/1301.97	c #Conflicts:    1607000 | #Constraints:      48772
1245.97/1301.97	c #Conflicts:    1608000 | #Constraints:      49804
1245.97/1301.97	c #Conflicts:    1609000 | #Constraints:      50845
1245.97/1301.97	c #Conflicts:    1610000 | #Constraints:      51897
1245.97/1301.97	c #Conflicts:    1611000 | #Constraints:      52939
1245.97/1301.97	c #Conflicts:    1612000 | #Constraints:      53977
1245.97/1301.97	c #Conflicts:    1613000 | #Constraints:      55024
1245.97/1301.97	c #Conflicts:    1614000 | #Constraints:      56055
1245.97/1301.97	c #Conflicts:    1615000 | #Constraints:      57087
1245.97/1301.97	c #Conflicts:    1616000 | #Constraints:      58125
1245.97/1301.97	c INPROCESSING
1245.97/1301.97	c GARBAGE COLLECT
1245.97/1301.97	c rational objective 1001
1268.99/1326.40	c #Conflicts:    1617000 | #Constraints:      33178
1268.99/1326.40	c #Conflicts:    1618000 | #Constraints:      34178
1268.99/1326.40	c #Conflicts:    1619000 | #Constraints:      35178
1268.99/1326.40	c #Conflicts:    1620000 | #Constraints:      36178
1268.99/1326.40	c #Conflicts:    1621000 | #Constraints:      37178
1268.99/1326.40	c #Conflicts:    1622000 | #Constraints:      38178
1268.99/1326.40	c #Conflicts:    1623000 | #Constraints:      39178
1268.99/1326.40	c #Conflicts:    1624000 | #Constraints:      40178
1268.99/1326.40	c #Conflicts:    1625000 | #Constraints:      41179
1268.99/1326.40	c #Conflicts:    1626000 | #Constraints:      42179
1268.99/1326.40	c #Conflicts:    1627000 | #Constraints:      43179
1268.99/1326.40	c #Conflicts:    1628000 | #Constraints:      44179
1268.99/1326.40	c #Conflicts:    1629000 | #Constraints:      45179
1268.99/1326.40	c #Conflicts:    1630000 | #Constraints:      46179
1268.99/1326.40	c #Conflicts:    1631000 | #Constraints:      47179
1268.99/1326.40	c #Conflicts:    1632000 | #Constraints:      48179
1268.99/1326.40	c #Conflicts:    1633000 | #Constraints:      49179
1268.99/1326.40	c #Conflicts:    1634000 | #Constraints:      50180
1268.99/1326.40	c #Conflicts:    1635000 | #Constraints:      51180
1268.99/1326.40	c #Conflicts:    1636000 | #Constraints:      52182
1268.99/1326.40	c #Conflicts:    1637000 | #Constraints:      53182
1268.99/1326.40	c #Conflicts:    1638000 | #Constraints:      54182
1268.99/1326.40	c #Conflicts:    1639000 | #Constraints:      55182
1268.99/1326.40	c #Conflicts:    1640000 | #Constraints:      56182
1268.99/1326.40	c #Conflicts:    1641000 | #Constraints:      57183
1268.99/1326.40	c #Conflicts:    1642000 | #Constraints:      58184
1268.99/1326.40	c INPROCESSING
1268.99/1326.40	c GARBAGE COLLECT
1268.99/1326.40	c rational objective 1001
1290.42/1349.51	c #Conflicts:    1643000 | #Constraints:      33513
1290.42/1349.51	c #Conflicts:    1644000 | #Constraints:      34513
1290.42/1349.51	c #Conflicts:    1645000 | #Constraints:      35513
1290.42/1349.51	c #Conflicts:    1646000 | #Constraints:      36513
1290.42/1349.51	c #Conflicts:    1647000 | #Constraints:      37513
1290.42/1349.51	c #Conflicts:    1648000 | #Constraints:      38513
1290.42/1349.51	c #Conflicts:    1649000 | #Constraints:      39513
1290.42/1349.51	c #Conflicts:    1650000 | #Constraints:      40513
1290.42/1349.51	c #Conflicts:    1651000 | #Constraints:      41513
1290.42/1349.51	c #Conflicts:    1652000 | #Constraints:      42514
1290.42/1349.51	c #Conflicts:    1653000 | #Constraints:      43515
1290.42/1349.51	c #Conflicts:    1654000 | #Constraints:      44516
1290.42/1349.51	c #Conflicts:    1655000 | #Constraints:      45516
1290.42/1349.51	c #Conflicts:    1656000 | #Constraints:      46516
1290.42/1349.51	c #Conflicts:    1657000 | #Constraints:      47517
1290.42/1349.51	c #Conflicts:    1658000 | #Constraints:      48519
1290.42/1349.51	c #Conflicts:    1659000 | #Constraints:      49519
1290.42/1349.51	c #Conflicts:    1660000 | #Constraints:      50519
1290.42/1349.51	c #Conflicts:    1661000 | #Constraints:      51521
1290.42/1349.51	c #Conflicts:    1662000 | #Constraints:      52523
1290.42/1349.51	c #Conflicts:    1663000 | #Constraints:      53524
1290.42/1349.51	c #Conflicts:    1664000 | #Constraints:      54524
1290.42/1349.51	c #Conflicts:    1665000 | #Constraints:      55525
1290.42/1349.51	c #Conflicts:    1666000 | #Constraints:      56525
1290.42/1349.51	c #Conflicts:    1667000 | #Constraints:      57526
1290.42/1349.51	c #Conflicts:    1668000 | #Constraints:      58527
1290.42/1349.51	c INPROCESSING
1290.42/1349.51	c GARBAGE COLLECT
1290.42/1349.51	c rational objective 1001
1316.94/1376.43	c #Conflicts:    1669000 | #Constraints:      33792
1316.94/1376.43	c #Conflicts:    1670000 | #Constraints:      34854
1316.94/1376.43	c #Conflicts:    1671000 | #Constraints:      35913
1316.94/1376.43	c #Conflicts:    1672000 | #Constraints:      36957
1316.94/1376.43	c #Conflicts:    1673000 | #Constraints:      37997
1316.94/1376.43	c #Conflicts:    1674000 | #Constraints:      39041
1316.94/1376.43	c #Conflicts:    1675000 | #Constraints:      40071
1316.94/1376.43	c #Conflicts:    1676000 | #Constraints:      41107
1316.94/1376.43	c #Conflicts:    1677000 | #Constraints:      42132
1316.94/1376.43	c #Conflicts:    1678000 | #Constraints:      43150
1316.94/1376.43	c #Conflicts:    1679000 | #Constraints:      44175
1316.94/1376.43	c #Conflicts:    1680000 | #Constraints:      45203
1316.94/1376.43	c #Conflicts:    1681000 | #Constraints:      46226
1316.94/1376.43	c #Conflicts:    1682000 | #Constraints:      47251
1316.94/1376.43	c #Conflicts:    1683000 | #Constraints:      48286
1316.94/1376.43	c #Conflicts:    1684000 | #Constraints:      49311
1316.94/1376.43	c #Conflicts:    1685000 | #Constraints:      50344
1316.94/1376.43	c #Conflicts:    1686000 | #Constraints:      51377
1316.94/1376.43	c #Conflicts:    1687000 | #Constraints:      52401
1316.94/1376.43	c #Conflicts:    1688000 | #Constraints:      53433
1316.94/1376.43	c #Conflicts:    1689000 | #Constraints:      54474
1316.94/1376.43	c #Conflicts:    1690000 | #Constraints:      55492
1316.94/1376.43	c #Conflicts:    1691000 | #Constraints:      56529
1316.94/1376.43	c #Conflicts:    1692000 | #Constraints:      57550
1316.94/1376.43	c #Conflicts:    1693000 | #Constraints:      58568
1316.94/1376.43	c #Conflicts:    1694000 | #Constraints:      59589
1316.94/1376.43	c INPROCESSING
1316.94/1376.43	c GARBAGE COLLECT
1316.94/1376.43	c rational objective 1001
1342.83/1403.50	c #Conflicts:    1695000 | #Constraints:      34241
1342.83/1403.50	c #Conflicts:    1696000 | #Constraints:      35241
1342.83/1403.50	c #Conflicts:    1697000 | #Constraints:      36241
1342.83/1403.50	c #Conflicts:    1698000 | #Constraints:      37241
1342.83/1403.50	c #Conflicts:    1699000 | #Constraints:      38241
1342.83/1403.50	c #Conflicts:    1700000 | #Constraints:      39241
1342.83/1403.50	c #Conflicts:    1701000 | #Constraints:      40241
1342.83/1403.50	c #Conflicts:    1702000 | #Constraints:      41241
1342.83/1403.50	c #Conflicts:    1703000 | #Constraints:      42241
1342.83/1403.50	c #Conflicts:    1704000 | #Constraints:      43241
1342.83/1403.50	c #Conflicts:    1705000 | #Constraints:      44241
1342.83/1403.50	c #Conflicts:    1706000 | #Constraints:      45241
1342.83/1403.50	c #Conflicts:    1707000 | #Constraints:      46241
1342.83/1403.50	c #Conflicts:    1708000 | #Constraints:      47241
1342.83/1403.50	c #Conflicts:    1709000 | #Constraints:      48241
1342.83/1403.50	c #Conflicts:    1710000 | #Constraints:      49241
1342.83/1403.50	c #Conflicts:    1711000 | #Constraints:      50241
1342.83/1403.50	c #Conflicts:    1712000 | #Constraints:      51241
1342.83/1403.50	c #Conflicts:    1713000 | #Constraints:      52241
1342.83/1403.50	c #Conflicts:    1714000 | #Constraints:      53241
1342.83/1403.50	c #Conflicts:    1715000 | #Constraints:      54241
1342.83/1403.50	c #Conflicts:    1716000 | #Constraints:      55241
1342.83/1403.50	c #Conflicts:    1717000 | #Constraints:      56241
1342.83/1403.50	c #Conflicts:    1718000 | #Constraints:      57241
1342.83/1403.50	c #Conflicts:    1719000 | #Constraints:      58241
1342.83/1403.50	c #Conflicts:    1720000 | #Constraints:      59241
1342.83/1403.50	c INPROCESSING
1342.83/1403.50	c GARBAGE COLLECT
1342.83/1403.50	c rational objective 1001
1366.96/1428.22	c #Conflicts:    1721000 | #Constraints:      34053
1366.96/1428.22	c #Conflicts:    1722000 | #Constraints:      35053
1366.96/1428.22	c #Conflicts:    1723000 | #Constraints:      36053
1366.96/1428.22	c #Conflicts:    1724000 | #Constraints:      37053
1366.96/1428.22	c #Conflicts:    1725000 | #Constraints:      38053
1366.96/1428.22	c #Conflicts:    1726000 | #Constraints:      39053
1366.96/1428.22	c #Conflicts:    1727000 | #Constraints:      40053
1366.96/1428.22	c #Conflicts:    1728000 | #Constraints:      41053
1366.96/1428.22	c #Conflicts:    1729000 | #Constraints:      42053
1366.96/1428.22	c #Conflicts:    1730000 | #Constraints:      43053
1366.96/1428.22	c #Conflicts:    1731000 | #Constraints:      44053
1366.96/1428.22	c #Conflicts:    1732000 | #Constraints:      45053
1366.96/1428.22	c #Conflicts:    1733000 | #Constraints:      46053
1366.96/1428.22	c #Conflicts:    1734000 | #Constraints:      47053
1366.96/1428.22	c #Conflicts:    1735000 | #Constraints:      48053
1366.96/1428.22	c #Conflicts:    1736000 | #Constraints:      49053
1366.96/1428.22	c #Conflicts:    1737000 | #Constraints:      50053
1366.96/1428.22	c #Conflicts:    1738000 | #Constraints:      51053
1366.96/1428.22	c #Conflicts:    1739000 | #Constraints:      52053
1366.96/1428.22	c #Conflicts:    1740000 | #Constraints:      53053
1366.96/1428.22	c #Conflicts:    1741000 | #Constraints:      54053
1366.96/1428.22	c #Conflicts:    1742000 | #Constraints:      55053
1366.96/1428.22	c #Conflicts:    1743000 | #Constraints:      56053
1366.96/1428.22	c #Conflicts:    1744000 | #Constraints:      57053
1366.96/1428.22	c #Conflicts:    1745000 | #Constraints:      58053
1366.96/1428.22	c #Conflicts:    1746000 | #Constraints:      59053
1366.96/1428.22	c INPROCESSING
1366.96/1428.22	c GARBAGE COLLECT
1366.96/1428.22	c rational objective 1001
1401.60/1463.51	c #Conflicts:    1747000 | #Constraints:      33774
1401.60/1463.51	c #Conflicts:    1748000 | #Constraints:      34816
1401.60/1463.51	c #Conflicts:    1749000 | #Constraints:      35864
1401.60/1463.51	c #Conflicts:    1750000 | #Constraints:      36901
1401.60/1463.51	c #Conflicts:    1751000 | #Constraints:      37955
1401.60/1463.51	c #Conflicts:    1752000 | #Constraints:      39020
1401.60/1463.51	c #Conflicts:    1753000 | #Constraints:      40058
1401.60/1463.51	c #Conflicts:    1754000 | #Constraints:      41110
1401.60/1463.51	c #Conflicts:    1755000 | #Constraints:      42161
1401.60/1463.51	c #Conflicts:    1756000 | #Constraints:      43204
1401.60/1463.51	c #Conflicts:    1757000 | #Constraints:      44243
1401.60/1463.51	c #Conflicts:    1758000 | #Constraints:      45272
1401.60/1463.51	c #Conflicts:    1759000 | #Constraints:      46310
1401.60/1463.51	c #Conflicts:    1760000 | #Constraints:      47342
1401.60/1463.51	c #Conflicts:    1761000 | #Constraints:      48364
1401.60/1463.51	c #Conflicts:    1762000 | #Constraints:      49415
1401.60/1463.51	c #Conflicts:    1763000 | #Constraints:      50452
1401.60/1463.51	c #Conflicts:    1764000 | #Constraints:      51489
1401.60/1463.51	c #Conflicts:    1765000 | #Constraints:      52519
1401.60/1463.51	c #Conflicts:    1766000 | #Constraints:      53558
1401.60/1463.51	c #Conflicts:    1767000 | #Constraints:      54592
1401.60/1463.51	c #Conflicts:    1768000 | #Constraints:      55626
1401.60/1463.51	c #Conflicts:    1769000 | #Constraints:      56654
1401.60/1463.51	c #Conflicts:    1770000 | #Constraints:      57689
1401.60/1463.51	c #Conflicts:    1771000 | #Constraints:      58717
1401.60/1463.51	c #Conflicts:    1772000 | #Constraints:      59747
1401.60/1463.51	c #Conflicts:    1773000 | #Constraints:      60772
1401.60/1463.51	c INPROCESSING
1401.60/1463.51	c GARBAGE COLLECT
1401.60/1463.51	c rational objective 1001
1428.35/1490.80	c #Conflicts:    1774000 | #Constraints:      34752
1428.35/1490.80	c #Conflicts:    1775000 | #Constraints:      35752
1428.35/1490.80	c #Conflicts:    1776000 | #Constraints:      36752
1428.35/1490.80	c #Conflicts:    1777000 | #Constraints:      37752
1428.35/1490.80	c #Conflicts:    1778000 | #Constraints:      38752
1428.35/1490.80	c #Conflicts:    1779000 | #Constraints:      39752
1428.35/1490.80	c #Conflicts:    1780000 | #Constraints:      40752
1428.35/1490.80	c #Conflicts:    1781000 | #Constraints:      41752
1428.35/1490.80	c #Conflicts:    1782000 | #Constraints:      42752
1428.35/1490.80	c #Conflicts:    1783000 | #Constraints:      43752
1428.35/1490.80	c #Conflicts:    1784000 | #Constraints:      44752
1428.35/1490.80	c #Conflicts:    1785000 | #Constraints:      45752
1428.35/1490.80	c #Conflicts:    1786000 | #Constraints:      46752
1428.35/1490.80	c #Conflicts:    1787000 | #Constraints:      47752
1428.35/1490.80	c #Conflicts:    1788000 | #Constraints:      48752
1428.35/1490.80	c #Conflicts:    1789000 | #Constraints:      49752
1428.35/1490.80	c #Conflicts:    1790000 | #Constraints:      50752
1428.35/1490.80	c #Conflicts:    1791000 | #Constraints:      51752
1428.35/1490.80	c #Conflicts:    1792000 | #Constraints:      52752
1428.35/1490.80	c #Conflicts:    1793000 | #Constraints:      53752
1428.35/1490.80	c #Conflicts:    1794000 | #Constraints:      54752
1428.35/1490.80	c #Conflicts:    1795000 | #Constraints:      55752
1428.35/1490.80	c #Conflicts:    1796000 | #Constraints:      56752
1428.35/1490.80	c #Conflicts:    1797000 | #Constraints:      57752
1428.35/1490.80	c #Conflicts:    1798000 | #Constraints:      58752
1428.35/1490.80	c #Conflicts:    1799000 | #Constraints:      59752
1428.35/1490.80	c #Conflicts:    1800000 | #Constraints:      60752
1428.35/1490.80	c INPROCESSING
1428.35/1490.80	c GARBAGE COLLECT
1428.35/1490.80	c rational objective 1001
1454.38/1516.89	c #Conflicts:    1801000 | #Constraints:      34898
1454.38/1516.89	c #Conflicts:    1802000 | #Constraints:      35898
1454.38/1516.89	c #Conflicts:    1803000 | #Constraints:      36898
1454.38/1516.89	c #Conflicts:    1804000 | #Constraints:      37898
1454.38/1516.89	c #Conflicts:    1805000 | #Constraints:      38898
1454.38/1516.89	c #Conflicts:    1806000 | #Constraints:      39898
1454.38/1516.89	c #Conflicts:    1807000 | #Constraints:      40898
1454.38/1516.89	c #Conflicts:    1808000 | #Constraints:      41898
1454.38/1516.89	c #Conflicts:    1809000 | #Constraints:      42898
1454.38/1516.89	c #Conflicts:    1810000 | #Constraints:      43898
1454.38/1516.89	c #Conflicts:    1811000 | #Constraints:      44898
1454.38/1516.89	c #Conflicts:    1812000 | #Constraints:      45898
1454.38/1516.89	c #Conflicts:    1813000 | #Constraints:      46898
1454.38/1516.89	c #Conflicts:    1814000 | #Constraints:      47898
1454.38/1516.89	c #Conflicts:    1815000 | #Constraints:      48898
1454.38/1516.89	c #Conflicts:    1816000 | #Constraints:      49898
1454.38/1516.89	c #Conflicts:    1817000 | #Constraints:      50898
1454.38/1516.89	c #Conflicts:    1818000 | #Constraints:      51898
1454.38/1516.89	c #Conflicts:    1819000 | #Constraints:      52898
1454.38/1516.89	c #Conflicts:    1820000 | #Constraints:      53898
1454.38/1516.89	c #Conflicts:    1821000 | #Constraints:      54898
1454.38/1516.89	c #Conflicts:    1822000 | #Constraints:      55898
1454.38/1516.89	c #Conflicts:    1823000 | #Constraints:      56898
1454.38/1516.89	c #Conflicts:    1824000 | #Constraints:      57898
1454.38/1516.89	c #Conflicts:    1825000 | #Constraints:      58898
1454.38/1516.89	c #Conflicts:    1826000 | #Constraints:      59898
1454.38/1516.89	c #Conflicts:    1827000 | #Constraints:      60898
1454.38/1516.89	c INPROCESSING
1454.38/1516.89	c GARBAGE COLLECT
1454.38/1516.89	c rational objective 1001
1494.33/1557.62	c #Conflicts:    1828000 | #Constraints:      34981
1494.33/1557.62	c #Conflicts:    1829000 | #Constraints:      35981
1494.33/1557.62	c #Conflicts:    1830000 | #Constraints:      36981
1494.33/1557.62	c #Conflicts:    1831000 | #Constraints:      37981
1494.33/1557.62	c #Conflicts:    1832000 | #Constraints:      38994
1494.33/1557.62	c #Conflicts:    1833000 | #Constraints:      40093
1494.33/1557.62	c #Conflicts:    1834000 | #Constraints:      41143
1494.33/1557.62	c #Conflicts:    1835000 | #Constraints:      42183
1494.33/1557.62	c #Conflicts:    1836000 | #Constraints:      43219
1494.33/1557.62	c #Conflicts:    1837000 | #Constraints:      44252
1494.33/1557.62	c #Conflicts:    1838000 | #Constraints:      45290
1494.33/1557.62	c #Conflicts:    1839000 | #Constraints:      46322
1494.33/1557.62	c #Conflicts:    1840000 | #Constraints:      47366
1494.33/1557.62	c #Conflicts:    1841000 | #Constraints:      48404
1494.33/1557.62	c #Conflicts:    1842000 | #Constraints:      49449
1494.33/1557.62	c #Conflicts:    1843000 | #Constraints:      50465
1494.33/1557.62	c #Conflicts:    1844000 | #Constraints:      51484
1494.33/1557.62	c #Conflicts:    1845000 | #Constraints:      52528
1494.33/1557.62	c #Conflicts:    1846000 | #Constraints:      53545
1494.33/1557.62	c #Conflicts:    1847000 | #Constraints:      54563
1494.33/1557.62	c #Conflicts:    1848000 | #Constraints:      55582
1494.33/1557.62	c #Conflicts:    1849000 | #Constraints:      56599
1494.33/1557.62	c #Conflicts:    1850000 | #Constraints:      57625
1494.33/1557.62	c #Conflicts:    1851000 | #Constraints:      58653
1494.33/1557.62	c #Conflicts:    1852000 | #Constraints:      59683
1494.33/1557.62	c #Conflicts:    1853000 | #Constraints:      60720
1494.33/1557.62	c #Conflicts:    1854000 | #Constraints:      61759
1494.33/1557.62	c INPROCESSING
1494.33/1557.62	c GARBAGE COLLECT
1494.33/1557.62	c rational objective 1001
1520.32/1584.16	c #Conflicts:    1855000 | #Constraints:      35200
1520.32/1584.16	c #Conflicts:    1856000 | #Constraints:      36200
1520.32/1584.16	c #Conflicts:    1857000 | #Constraints:      37200
1520.32/1584.16	c #Conflicts:    1858000 | #Constraints:      38200
1520.32/1584.16	c #Conflicts:    1859000 | #Constraints:      39200
1520.32/1584.16	c #Conflicts:    1860000 | #Constraints:      40200
1520.32/1584.16	c #Conflicts:    1861000 | #Constraints:      41200
1520.32/1584.16	c #Conflicts:    1862000 | #Constraints:      42200
1520.32/1584.16	c #Conflicts:    1863000 | #Constraints:      43200
1520.32/1584.16	c #Conflicts:    1864000 | #Constraints:      44200
1520.32/1584.16	c #Conflicts:    1865000 | #Constraints:      45200
1520.32/1584.16	c #Conflicts:    1866000 | #Constraints:      46200
1520.32/1584.16	c #Conflicts:    1867000 | #Constraints:      47200
1520.32/1584.16	c #Conflicts:    1868000 | #Constraints:      48200
1520.32/1584.16	c #Conflicts:    1869000 | #Constraints:      49200
1520.32/1584.16	c #Conflicts:    1870000 | #Constraints:      50200
1520.32/1584.16	c #Conflicts:    1871000 | #Constraints:      51200
1520.32/1584.16	c #Conflicts:    1872000 | #Constraints:      52200
1520.32/1584.16	c #Conflicts:    1873000 | #Constraints:      53200
1520.32/1584.16	c #Conflicts:    1874000 | #Constraints:      54200
1520.32/1584.16	c #Conflicts:    1875000 | #Constraints:      55200
1520.32/1584.16	c #Conflicts:    1876000 | #Constraints:      56200
1520.32/1584.16	c #Conflicts:    1877000 | #Constraints:      57200
1520.32/1584.16	c #Conflicts:    1878000 | #Constraints:      58200
1520.32/1584.16	c #Conflicts:    1879000 | #Constraints:      59200
1520.32/1584.16	c #Conflicts:    1880000 | #Constraints:      60200
1520.32/1584.16	c #Conflicts:    1881000 | #Constraints:      61200
1520.32/1584.16	c INPROCESSING
1520.32/1584.16	c GARBAGE COLLECT
1520.32/1584.16	c rational objective 1001
1545.92/1609.98	c #Conflicts:    1882000 | #Constraints:      34830
1545.92/1609.98	c #Conflicts:    1883000 | #Constraints:      35830
1545.92/1609.98	c #Conflicts:    1884000 | #Constraints:      36830
1545.92/1609.98	c #Conflicts:    1885000 | #Constraints:      37830
1545.92/1609.98	c #Conflicts:    1886000 | #Constraints:      38830
1545.92/1609.98	c #Conflicts:    1887000 | #Constraints:      39830
1545.92/1609.98	c #Conflicts:    1888000 | #Constraints:      40830
1545.92/1609.98	c #Conflicts:    1889000 | #Constraints:      41830
1545.92/1609.98	c #Conflicts:    1890000 | #Constraints:      42830
1545.92/1609.98	c #Conflicts:    1891000 | #Constraints:      43830
1545.92/1609.98	c #Conflicts:    1892000 | #Constraints:      44830
1545.92/1609.98	c #Conflicts:    1893000 | #Constraints:      45830
1545.92/1609.98	c #Conflicts:    1894000 | #Constraints:      46830
1545.92/1609.98	c #Conflicts:    1895000 | #Constraints:      47830
1545.92/1609.98	c #Conflicts:    1896000 | #Constraints:      48830
1545.92/1609.98	c #Conflicts:    1897000 | #Constraints:      49830
1545.92/1609.98	c #Conflicts:    1898000 | #Constraints:      50830
1545.92/1609.98	c #Conflicts:    1899000 | #Constraints:      51830
1545.92/1609.98	c #Conflicts:    1900000 | #Constraints:      52830
1545.92/1609.98	c #Conflicts:    1901000 | #Constraints:      53830
1545.92/1609.98	c #Conflicts:    1902000 | #Constraints:      54830
1545.92/1609.98	c #Conflicts:    1903000 | #Constraints:      55830
1545.92/1609.98	c #Conflicts:    1904000 | #Constraints:      56830
1545.92/1609.98	c #Conflicts:    1905000 | #Constraints:      57830
1545.92/1609.98	c #Conflicts:    1906000 | #Constraints:      58830
1545.92/1609.98	c #Conflicts:    1907000 | #Constraints:      59830
1545.92/1609.98	c #Conflicts:    1908000 | #Constraints:      60830
1545.92/1609.98	c #Conflicts:    1909000 | #Constraints:      61830
1545.92/1609.98	c INPROCESSING
1545.92/1609.98	c GARBAGE COLLECT
1545.92/1609.98	c rational objective 1001
1588.53/1653.23	c #Conflicts:    1910000 | #Constraints:      35353
1588.53/1653.23	c #Conflicts:    1911000 | #Constraints:      36353
1588.53/1653.23	c #Conflicts:    1912000 | #Constraints:      37353
1588.53/1653.23	c #Conflicts:    1913000 | #Constraints:      38353
1588.53/1653.23	c #Conflicts:    1914000 | #Constraints:      39354
1588.53/1653.23	c #Conflicts:    1915000 | #Constraints:      40438
1588.53/1653.23	c #Conflicts:    1916000 | #Constraints:      41545
1588.53/1653.23	c #Conflicts:    1917000 | #Constraints:      42645
1588.53/1653.23	c #Conflicts:    1918000 | #Constraints:      43711
1588.53/1653.23	c #Conflicts:    1919000 | #Constraints:      44770
1588.53/1653.23	c #Conflicts:    1920000 | #Constraints:      45829
1588.53/1653.23	c #Conflicts:    1921000 | #Constraints:      46871
1588.53/1653.23	c #Conflicts:    1922000 | #Constraints:      47936
1588.53/1653.23	c #Conflicts:    1923000 | #Constraints:      48967
1588.53/1653.23	c #Conflicts:    1924000 | #Constraints:      50008
1588.53/1653.23	c #Conflicts:    1925000 | #Constraints:      51064
1588.53/1653.23	c #Conflicts:    1926000 | #Constraints:      52113
1588.53/1653.23	c #Conflicts:    1927000 | #Constraints:      53143
1588.53/1653.23	c #Conflicts:    1928000 | #Constraints:      54158
1588.53/1653.23	c #Conflicts:    1929000 | #Constraints:      55187
1588.53/1653.23	c #Conflicts:    1930000 | #Constraints:      56212
1588.53/1653.23	c #Conflicts:    1931000 | #Constraints:      57247
1588.53/1653.23	c #Conflicts:    1932000 | #Constraints:      58282
1588.53/1653.23	c #Conflicts:    1933000 | #Constraints:      59323
1588.53/1653.23	c #Conflicts:    1934000 | #Constraints:      60352
1588.53/1653.23	c #Conflicts:    1935000 | #Constraints:      61379
1588.53/1653.23	c #Conflicts:    1936000 | #Constraints:      62409
1588.53/1653.23	c #Conflicts:    1937000 | #Constraints:      63423
1588.53/1653.23	c INPROCESSING
1588.53/1653.23	c GARBAGE COLLECT
1588.53/1653.23	c rational objective 1001
1615.14/1680.38	c #Conflicts:    1938000 | #Constraints:      36152
1615.14/1680.38	c #Conflicts:    1939000 | #Constraints:      37152
1615.14/1680.38	c #Conflicts:    1940000 | #Constraints:      38152
1615.14/1680.38	c #Conflicts:    1941000 | #Constraints:      39152
1615.14/1680.38	c #Conflicts:    1942000 | #Constraints:      40152
1615.14/1680.38	c #Conflicts:    1943000 | #Constraints:      41152
1615.14/1680.38	c #Conflicts:    1944000 | #Constraints:      42152
1615.14/1680.38	c #Conflicts:    1945000 | #Constraints:      43152
1615.14/1680.38	c #Conflicts:    1946000 | #Constraints:      44152
1615.14/1680.38	c #Conflicts:    1947000 | #Constraints:      45152
1615.14/1680.38	c #Conflicts:    1948000 | #Constraints:      46152
1615.14/1680.38	c #Conflicts:    1949000 | #Constraints:      47152
1615.14/1680.38	c #Conflicts:    1950000 | #Constraints:      48152
1615.14/1680.38	c #Conflicts:    1951000 | #Constraints:      49152
1615.14/1680.38	c #Conflicts:    1952000 | #Constraints:      50152
1615.14/1680.38	c #Conflicts:    1953000 | #Constraints:      51152
1615.14/1680.38	c #Conflicts:    1954000 | #Constraints:      52152
1615.14/1680.38	c #Conflicts:    1955000 | #Constraints:      53152
1615.14/1680.38	c #Conflicts:    1956000 | #Constraints:      54152
1615.14/1680.38	c #Conflicts:    1957000 | #Constraints:      55152
1615.14/1680.38	c #Conflicts:    1958000 | #Constraints:      56152
1615.14/1680.38	c #Conflicts:    1959000 | #Constraints:      57152
1615.14/1680.38	c #Conflicts:    1960000 | #Constraints:      58152
1615.14/1680.38	c #Conflicts:    1961000 | #Constraints:      59152
1615.14/1680.38	c #Conflicts:    1962000 | #Constraints:      60152
1615.14/1680.38	c #Conflicts:    1963000 | #Constraints:      61152
1615.14/1680.38	c #Conflicts:    1964000 | #Constraints:      62152
1615.14/1680.38	c #Conflicts:    1965000 | #Constraints:      63152
1615.14/1680.38	c INPROCESSING
1615.14/1680.38	c GARBAGE COLLECT
1615.14/1680.38	c rational objective 1001
1641.63/1706.90	c #Conflicts:    1966000 | #Constraints:      36121
1641.63/1706.90	c #Conflicts:    1967000 | #Constraints:      37121
1641.63/1706.90	c #Conflicts:    1968000 | #Constraints:      38121
1641.63/1706.90	c #Conflicts:    1969000 | #Constraints:      39121
1641.63/1706.90	c #Conflicts:    1970000 | #Constraints:      40121
1641.63/1706.90	c #Conflicts:    1971000 | #Constraints:      41121
1641.63/1706.90	c #Conflicts:    1972000 | #Constraints:      42121
1641.63/1706.90	c #Conflicts:    1973000 | #Constraints:      43121
1641.63/1706.90	c #Conflicts:    1974000 | #Constraints:      44121
1641.63/1706.90	c #Conflicts:    1975000 | #Constraints:      45121
1641.63/1706.90	c #Conflicts:    1976000 | #Constraints:      46121
1641.63/1706.90	c #Conflicts:    1977000 | #Constraints:      47121
1641.63/1706.90	c #Conflicts:    1978000 | #Constraints:      48121
1641.63/1706.90	c #Conflicts:    1979000 | #Constraints:      49121
1641.63/1706.90	c #Conflicts:    1980000 | #Constraints:      50121
1641.63/1706.90	c #Conflicts:    1981000 | #Constraints:      51121
1641.63/1706.90	c #Conflicts:    1982000 | #Constraints:      52121
1641.63/1706.90	c #Conflicts:    1983000 | #Constraints:      53121
1641.63/1706.90	c #Conflicts:    1984000 | #Constraints:      54121
1641.63/1706.90	c #Conflicts:    1985000 | #Constraints:      55121
1641.63/1706.90	c #Conflicts:    1986000 | #Constraints:      56121
1641.63/1706.90	c #Conflicts:    1987000 | #Constraints:      57121
1641.63/1706.90	c #Conflicts:    1988000 | #Constraints:      58121
1641.63/1706.90	c #Conflicts:    1989000 | #Constraints:      59121
1641.63/1706.90	c #Conflicts:    1990000 | #Constraints:      60121
1641.63/1706.90	c #Conflicts:    1991000 | #Constraints:      61121
1641.63/1706.90	c #Conflicts:    1992000 | #Constraints:      62121
1641.63/1706.90	c #Conflicts:    1993000 | #Constraints:      63121
1641.63/1706.90	c INPROCESSING
1641.63/1706.90	c GARBAGE COLLECT
1641.63/1706.90	c rational objective 1001
1670.90/1736.34	c #Conflicts:    1994000 | #Constraints:      35990
1670.90/1736.34	c #Conflicts:    1995000 | #Constraints:      36990
1670.90/1736.34	c #Conflicts:    1996000 | #Constraints:      37990
1670.90/1736.34	c #Conflicts:    1997000 | #Constraints:      38990
1670.90/1736.34	c #Conflicts:    1998000 | #Constraints:      39990
1670.90/1736.34	c #Conflicts:    1999000 | #Constraints:      40990
1670.90/1736.34	c #Conflicts:    2000000 | #Constraints:      41991
1670.90/1736.34	c #Conflicts:    2001000 | #Constraints:      42992
1670.90/1736.34	c #Conflicts:    2002000 | #Constraints:      43993
1670.90/1736.34	c #Conflicts:    2003000 | #Constraints:      44994
1670.90/1736.34	c #Conflicts:    2004000 | #Constraints:      45994
1670.90/1736.34	c #Conflicts:    2005000 | #Constraints:      46995
1670.90/1736.34	c #Conflicts:    2006000 | #Constraints:      47995
1670.90/1736.34	c #Conflicts:    2007000 | #Constraints:      48995
1670.90/1736.34	c #Conflicts:    2008000 | #Constraints:      49996
1670.90/1736.34	c #Conflicts:    2009000 | #Constraints:      50997
1670.90/1736.34	c #Conflicts:    2010000 | #Constraints:      51997
1670.90/1736.34	c #Conflicts:    2011000 | #Constraints:      52997
1670.90/1736.34	c #Conflicts:    2012000 | #Constraints:      53997
1670.90/1736.34	c #Conflicts:    2013000 | #Constraints:      54997
1670.90/1736.34	c #Conflicts:    2014000 | #Constraints:      55997
1670.90/1736.34	c #Conflicts:    2015000 | #Constraints:      56997
1670.90/1736.34	c #Conflicts:    2016000 | #Constraints:      57998
1670.90/1736.34	c #Conflicts:    2017000 | #Constraints:      58998
1670.90/1736.34	c #Conflicts:    2018000 | #Constraints:      59998
1670.90/1736.34	c #Conflicts:    2019000 | #Constraints:      60999
1670.90/1736.34	c #Conflicts:    2020000 | #Constraints:      61999
1670.90/1736.34	c #Conflicts:    2021000 | #Constraints:      62999
1670.90/1736.34	c INPROCESSING
1670.90/1736.34	c GARBAGE COLLECT
1670.90/1736.34	c rational objective 1001
1704.73/1770.66	c #Conflicts:    2022000 | #Constraints:      35721
1704.73/1770.66	c #Conflicts:    2023000 | #Constraints:      36728
1704.73/1770.66	c #Conflicts:    2024000 | #Constraints:      37752
1704.73/1770.66	c #Conflicts:    2025000 | #Constraints:      38771
1704.73/1770.66	c #Conflicts:    2026000 | #Constraints:      39861
1704.73/1770.66	c #Conflicts:    2027000 | #Constraints:      40904
1704.73/1770.66	c #Conflicts:    2028000 | #Constraints:      41945
1704.73/1770.66	c #Conflicts:    2029000 | #Constraints:      42979
1704.73/1770.66	c #Conflicts:    2030000 | #Constraints:      44011
1704.73/1770.66	c #Conflicts:    2031000 | #Constraints:      45046
1704.73/1770.66	c #Conflicts:    2032000 | #Constraints:      46087
1704.73/1770.66	c #Conflicts:    2033000 | #Constraints:      47126
1704.73/1770.66	c #Conflicts:    2034000 | #Constraints:      48158
1704.73/1770.66	c #Conflicts:    2035000 | #Constraints:      49187
1704.73/1770.66	c #Conflicts:    2036000 | #Constraints:      50216
1704.73/1770.66	c #Conflicts:    2037000 | #Constraints:      51239
1704.73/1770.66	c #Conflicts:    2038000 | #Constraints:      52267
1704.73/1770.66	c #Conflicts:    2039000 | #Constraints:      53296
1704.73/1770.66	c #Conflicts:    2040000 | #Constraints:      54326
1704.73/1770.66	c #Conflicts:    2041000 | #Constraints:      55348
1704.73/1770.66	c #Conflicts:    2042000 | #Constraints:      56377
1704.73/1770.66	c #Conflicts:    2043000 | #Constraints:      57418
1704.73/1770.66	c #Conflicts:    2044000 | #Constraints:      58457
1704.73/1770.66	c #Conflicts:    2045000 | #Constraints:      59489
1704.73/1770.66	c #Conflicts:    2046000 | #Constraints:      60509
1704.73/1770.66	c #Conflicts:    2047000 | #Constraints:      61527
1704.73/1770.66	c #Conflicts:    2048000 | #Constraints:      62546
1704.73/1770.66	c #Conflicts:    2049000 | #Constraints:      63571
1704.73/1770.66	c #Conflicts:    2050000 | #Constraints:      64586
1704.73/1770.66	c INPROCESSING
1704.73/1770.66	c GARBAGE COLLECT
1704.73/1770.66	c rational objective 1001
1733.11/1799.34	c #Conflicts:    2051000 | #Constraints:      36648
1733.11/1799.34	c #Conflicts:    2052000 | #Constraints:      37648
1733.11/1799.34	c #Conflicts:    2053000 | #Constraints:      38648
1733.11/1799.34	c #Conflicts:    2054000 | #Constraints:      39648
1733.11/1799.34	c #Conflicts:    2055000 | #Constraints:      40648
1733.11/1799.34	c #Conflicts:    2056000 | #Constraints:      41648
1733.11/1799.34	c #Conflicts:    2057000 | #Constraints:      42648
1733.11/1799.34	c #Conflicts:    2058000 | #Constraints:      43648
1733.11/1799.34	c #Conflicts:    2059000 | #Constraints:      44648
1733.11/1799.34	c #Conflicts:    2060000 | #Constraints:      45648
1733.11/1799.34	c #Conflicts:    2061000 | #Constraints:      46648
1733.11/1799.34	c #Conflicts:    2062000 | #Constraints:      47648
1733.11/1799.34	c #Conflicts:    2063000 | #Constraints:      48648
1733.11/1799.34	c #Conflicts:    2064000 | #Constraints:      49648
1733.11/1799.34	c #Conflicts:    2065000 | #Constraints:      50648
1733.11/1799.34	c #Conflicts:    2066000 | #Constraints:      51648
1733.11/1799.34	c #Conflicts:    2067000 | #Constraints:      52648
1733.11/1799.34	c #Conflicts:    2068000 | #Constraints:      53648
1733.11/1799.34	c #Conflicts:    2069000 | #Constraints:      54648
1733.11/1799.34	c #Conflicts:    2070000 | #Constraints:      55648
1733.11/1799.34	c #Conflicts:    2071000 | #Constraints:      56648
1733.11/1799.34	c #Conflicts:    2072000 | #Constraints:      57648
1733.11/1799.34	c #Conflicts:    2073000 | #Constraints:      58648
1733.11/1799.34	c #Conflicts:    2074000 | #Constraints:      59648
1733.11/1799.34	c #Conflicts:    2075000 | #Constraints:      60648
1733.11/1799.34	c #Conflicts:    2076000 | #Constraints:      61648
1733.11/1799.34	c #Conflicts:    2077000 | #Constraints:      62648
1733.11/1799.34	c #Conflicts:    2078000 | #Constraints:      63648
1733.11/1799.34	c #Conflicts:    2079000 | #Constraints:      64648
1733.11/1799.34	c INPROCESSING
1733.11/1799.34	c GARBAGE COLLECT
1733.11/1799.34	c rational objective 1001
1763.08/1829.52	c #Conflicts:    2080000 | #Constraints:      36865
1763.08/1829.52	c #Conflicts:    2081000 | #Constraints:      37865
1763.08/1829.52	c #Conflicts:    2082000 | #Constraints:      38865
1763.08/1829.52	c #Conflicts:    2083000 | #Constraints:      39865
1763.08/1829.52	c #Conflicts:    2084000 | #Constraints:      40865
1763.08/1829.52	c #Conflicts:    2085000 | #Constraints:      41865
1763.08/1829.52	c #Conflicts:    2086000 | #Constraints:      42865
1763.08/1829.52	c #Conflicts:    2087000 | #Constraints:      43865
1763.08/1829.52	c #Conflicts:    2088000 | #Constraints:      44865
1763.08/1829.52	c #Conflicts:    2089000 | #Constraints:      45865
1763.08/1829.52	c #Conflicts:    2090000 | #Constraints:      46865
1763.08/1829.52	c #Conflicts:    2091000 | #Constraints:      47865
1763.08/1829.52	c #Conflicts:    2092000 | #Constraints:      48865
1763.08/1829.52	c #Conflicts:    2093000 | #Constraints:      49865
1763.08/1829.52	c #Conflicts:    2094000 | #Constraints:      50865
1763.08/1829.52	c #Conflicts:    2095000 | #Constraints:      51865
1763.08/1829.52	c #Conflicts:    2096000 | #Constraints:      52865
1763.08/1829.52	c #Conflicts:    2097000 | #Constraints:      53865
1763.08/1829.52	c #Conflicts:    2098000 | #Constraints:      54865
1763.08/1829.52	c #Conflicts:    2099000 | #Constraints:      55865
1763.08/1829.52	c #Conflicts:    2100000 | #Constraints:      56865
1763.08/1829.52	c #Conflicts:    2101000 | #Constraints:      57865
1763.08/1829.52	c #Conflicts:    2102000 | #Constraints:      58865
1763.08/1829.52	c #Conflicts:    2103000 | #Constraints:      59865
1763.08/1829.52	c #Conflicts:    2104000 | #Constraints:      60865
1763.08/1829.52	c #Conflicts:    2105000 | #Constraints:      61865
1763.08/1829.52	c #Conflicts:    2106000 | #Constraints:      62865
1763.08/1829.52	c #Conflicts:    2107000 | #Constraints:      63865
1763.08/1829.52	c #Conflicts:    2108000 | #Constraints:      64865
1763.08/1829.52	c INPROCESSING
1763.08/1829.52	c GARBAGE COLLECT
1763.08/1829.52	c rational objective 1001
1787.51/1854.04	c #Conflicts:    2109000 | #Constraints:      36989
1787.51/1854.04	c #Conflicts:    2110000 | #Constraints:      38039
1787.51/1854.04	c #Conflicts:    2111000 | #Constraints:      39110
1787.51/1854.04	c #Conflicts:    2112000 | #Constraints:      40170
1787.51/1854.04	c #Conflicts:    2113000 | #Constraints:      41206
1787.51/1854.04	c #Conflicts:    2114000 | #Constraints:      42241
1787.51/1854.04	c #Conflicts:    2115000 | #Constraints:      43276
1787.51/1854.04	c #Conflicts:    2116000 | #Constraints:      44307
1787.51/1854.04	c #Conflicts:    2117000 | #Constraints:      45344
1787.51/1854.04	c #Conflicts:    2118000 | #Constraints:      46368
1787.51/1854.04	c #Conflicts:    2119000 | #Constraints:      47387
1787.51/1854.04	c #Conflicts:    2120000 | #Constraints:      48415
1787.51/1854.04	c #Conflicts:    2121000 | #Constraints:      49443
1787.51/1854.04	c #Conflicts:    2122000 | #Constraints:      50470
1787.51/1854.04	c #Conflicts:    2123000 | #Constraints:      51501
1787.51/1854.04	c #Conflicts:    2124000 | #Constraints:      52528
1787.51/1854.04	c #Conflicts:    2125000 | #Constraints:      53553
1787.51/1854.04	c #Conflicts:    2126000 | #Constraints:      54579
1787.51/1854.04	c #Conflicts:    2127000 | #Constraints:      55600
1787.51/1854.04	c #Conflicts:    2128000 | #Constraints:      56620
1787.51/1854.04	c #Conflicts:    2129000 | #Constraints:      57644
1787.51/1854.04	c #Conflicts:    2130000 | #Constraints:      58669
1787.51/1854.04	c #Conflicts:    2131000 | #Constraints:      59687
1787.51/1854.04	c #Conflicts:    2132000 | #Constraints:      60714
1787.51/1854.04	c #Conflicts:    2133000 | #Constraints:      61740
1787.51/1854.04	c #Conflicts:    2134000 | #Constraints:      62765
1787.51/1854.04	c #Conflicts:    2135000 | #Constraints:      63777
1787.51/1854.04	c #Conflicts:    2136000 | #Constraints:      64807
1787.51/1854.04	c #Conflicts:    2137000 | #Constraints:      65819
1787.51/1854.04	c INPROCESSING
1787.51/1854.04	c GARBAGE COLLECT
1787.51/1854.04	c rational objective 1001
1818.67/1886.93	c #Conflicts:    2138000 | #Constraints:      37281
1818.67/1886.93	c #Conflicts:    2139000 | #Constraints:      38281
1818.67/1886.93	c #Conflicts:    2140000 | #Constraints:      39281
1818.67/1886.93	c #Conflicts:    2141000 | #Constraints:      40281
1818.67/1886.93	c #Conflicts:    2142000 | #Constraints:      41281
1818.67/1886.93	c #Conflicts:    2143000 | #Constraints:      42281
1818.67/1886.93	c #Conflicts:    2144000 | #Constraints:      43281
1818.67/1886.93	c #Conflicts:    2145000 | #Constraints:      44281
1818.67/1886.93	c #Conflicts:    2146000 | #Constraints:      45281
1818.67/1886.93	c #Conflicts:    2147000 | #Constraints:      46281
1818.67/1886.93	c #Conflicts:    2148000 | #Constraints:      47281
1818.67/1886.93	c #Conflicts:    2149000 | #Constraints:      48281
1818.67/1886.93	c #Conflicts:    2150000 | #Constraints:      49281
1818.67/1886.93	c #Conflicts:    2151000 | #Constraints:      50281
1818.67/1886.93	c #Conflicts:    2152000 | #Constraints:      51281
1818.67/1886.93	c #Conflicts:    2153000 | #Constraints:      52281
1818.67/1886.93	c #Conflicts:    2154000 | #Constraints:      53281
1818.67/1886.93	c #Conflicts:    2155000 | #Constraints:      54281
1818.67/1886.93	c #Conflicts:    2156000 | #Constraints:      55281
1818.67/1886.93	c #Conflicts:    2157000 | #Constraints:      56281
1818.67/1886.93	c #Conflicts:    2158000 | #Constraints:      57281
1818.67/1886.93	c #Conflicts:    2159000 | #Constraints:      58281
1818.67/1886.93	c #Conflicts:    2160000 | #Constraints:      59281
1818.67/1886.93	c #Conflicts:    2161000 | #Constraints:      60281
1818.67/1886.93	c #Conflicts:    2162000 | #Constraints:      61281
1818.67/1886.93	c #Conflicts:    2163000 | #Constraints:      62281
1818.67/1886.93	c #Conflicts:    2164000 | #Constraints:      63281
1818.67/1886.93	c #Conflicts:    2165000 | #Constraints:      64281
1818.67/1886.93	c #Conflicts:    2166000 | #Constraints:      65281
1818.67/1886.93	c INPROCESSING
1818.67/1886.93	c GARBAGE COLLECT
1818.67/1886.93	c rational objective 1001
1867.95/1937.13	c #Conflicts:    2167000 | #Constraints:      36868
1867.95/1937.13	c #Conflicts:    2168000 | #Constraints:      37872
1867.95/1937.13	c #Conflicts:    2169000 | #Constraints:      38904
1867.95/1937.13	c #Conflicts:    2170000 | #Constraints:      39930
1867.95/1937.13	c #Conflicts:    2171000 | #Constraints:      40968
1867.95/1937.13	c #Conflicts:    2172000 | #Constraints:      41999
1867.95/1937.13	c #Conflicts:    2173000 | #Constraints:      43025
1867.95/1937.13	c #Conflicts:    2174000 | #Constraints:      44055
1867.95/1937.13	c #Conflicts:    2175000 | #Constraints:      45084
1867.95/1937.13	c #Conflicts:    2176000 | #Constraints:      46120
1867.95/1937.13	c #Conflicts:    2177000 | #Constraints:      47152
1867.95/1937.13	c #Conflicts:    2178000 | #Constraints:      48171
1867.95/1937.13	c #Conflicts:    2179000 | #Constraints:      49196
1867.95/1937.13	c #Conflicts:    2180000 | #Constraints:      50218
1867.95/1937.13	c #Conflicts:    2181000 | #Constraints:      51245
1867.95/1937.13	c #Conflicts:    2182000 | #Constraints:      52265
1867.95/1937.13	c #Conflicts:    2183000 | #Constraints:      53296
1867.95/1937.13	c #Conflicts:    2184000 | #Constraints:      54329
1867.95/1937.13	c #Conflicts:    2185000 | #Constraints:      55351
1867.95/1937.13	c #Conflicts:    2186000 | #Constraints:      56383
1867.95/1937.13	c #Conflicts:    2187000 | #Constraints:      57400
1867.95/1937.13	c #Conflicts:    2188000 | #Constraints:      58423
1867.95/1937.13	c #Conflicts:    2189000 | #Constraints:      59450
1867.95/1937.13	c #Conflicts:    2190000 | #Constraints:      60473
1867.95/1937.13	c #Conflicts:    2191000 | #Constraints:      61488
1867.95/1937.13	c #Conflicts:    2192000 | #Constraints:      62504
1867.95/1937.13	c #Conflicts:    2193000 | #Constraints:      63517
1867.95/1937.13	c #Conflicts:    2194000 | #Constraints:      64553
1867.95/1937.13	c #Conflicts:    2195000 | #Constraints:      65582
1867.95/1937.13	c #Conflicts:    2196000 | #Constraints:      66607
1867.95/1937.13	c INPROCESSING
1867.95/1937.13	c GARBAGE COLLECT
1867.95/1937.13	c rational objective 1001
1899.37/1968.82	c #Conflicts:    2197000 | #Constraints:      37675
1899.37/1968.82	c #Conflicts:    2198000 | #Constraints:      38675
1899.37/1968.82	c #Conflicts:    2199000 | #Constraints:      39675
1899.37/1968.82	c #Conflicts:    2200000 | #Constraints:      40675
1899.37/1968.82	c #Conflicts:    2201000 | #Constraints:      41675
1899.37/1968.82	c #Conflicts:    2202000 | #Constraints:      42675
1899.37/1968.82	c #Conflicts:    2203000 | #Constraints:      43675
1899.37/1968.82	c #Conflicts:    2204000 | #Constraints:      44675
1899.37/1968.82	c #Conflicts:    2205000 | #Constraints:      45675
1899.37/1968.82	c #Conflicts:    2206000 | #Constraints:      46675
1899.37/1968.82	c #Conflicts:    2207000 | #Constraints:      47675
1899.37/1968.82	c #Conflicts:    2208000 | #Constraints:      48675
1899.37/1968.82	c #Conflicts:    2209000 | #Constraints:      49675
1899.37/1968.82	c #Conflicts:    2210000 | #Constraints:      50675
1899.37/1968.82	c #Conflicts:    2211000 | #Constraints:      51675
1899.37/1968.82	c #Conflicts:    2212000 | #Constraints:      52675
1899.37/1968.82	c #Conflicts:    2213000 | #Constraints:      53675
1899.37/1968.82	c #Conflicts:    2214000 | #Constraints:      54675
1899.37/1968.82	c #Conflicts:    2215000 | #Constraints:      55675
1899.37/1968.82	c #Conflicts:    2216000 | #Constraints:      56675
1899.37/1968.82	c #Conflicts:    2217000 | #Constraints:      57675
1899.37/1968.82	c #Conflicts:    2218000 | #Constraints:      58675
1899.37/1968.82	c #Conflicts:    2219000 | #Constraints:      59675
1899.37/1968.82	c #Conflicts:    2220000 | #Constraints:      60675
1899.37/1968.82	c #Conflicts:    2221000 | #Constraints:      61675
1899.37/1968.82	c #Conflicts:    2222000 | #Constraints:      62675
1899.37/1968.82	c #Conflicts:    2223000 | #Constraints:      63675
1899.37/1968.82	c #Conflicts:    2224000 | #Constraints:      64675
1899.37/1968.82	c #Conflicts:    2225000 | #Constraints:      65675
1899.37/1968.82	c #Conflicts:    2226000 | #Constraints:      66675
1899.37/1968.82	c INPROCESSING
1899.37/1968.82	c GARBAGE COLLECT
1899.37/1968.82	c rational objective 1001
1930.84/2001.19	c #Conflicts:    2227000 | #Constraints:      37874
1930.84/2001.19	c #Conflicts:    2228000 | #Constraints:      38874
1930.84/2001.19	c #Conflicts:    2229000 | #Constraints:      39874
1930.84/2001.19	c #Conflicts:    2230000 | #Constraints:      40874
1930.84/2001.19	c #Conflicts:    2231000 | #Constraints:      41874
1930.84/2001.19	c #Conflicts:    2232000 | #Constraints:      42874
1930.84/2001.19	c #Conflicts:    2233000 | #Constraints:      43874
1930.84/2001.19	c #Conflicts:    2234000 | #Constraints:      44874
1930.84/2001.19	c #Conflicts:    2235000 | #Constraints:      45874
1930.84/2001.19	c #Conflicts:    2236000 | #Constraints:      46874
1930.84/2001.19	c #Conflicts:    2237000 | #Constraints:      47874
1930.84/2001.19	c #Conflicts:    2238000 | #Constraints:      48874
1930.84/2001.19	c #Conflicts:    2239000 | #Constraints:      49874
1930.84/2001.19	c #Conflicts:    2240000 | #Constraints:      50874
1930.84/2001.19	c #Conflicts:    2241000 | #Constraints:      51874
1930.84/2001.19	c #Conflicts:    2242000 | #Constraints:      52874
1930.84/2001.19	c #Conflicts:    2243000 | #Constraints:      53874
1930.84/2001.19	c #Conflicts:    2244000 | #Constraints:      54874
1930.84/2001.19	c #Conflicts:    2245000 | #Constraints:      55874
1930.84/2001.19	c #Conflicts:    2246000 | #Constraints:      56874
1930.84/2001.19	c #Conflicts:    2247000 | #Constraints:      57874
1930.84/2001.19	c #Conflicts:    2248000 | #Constraints:      58874
1930.84/2001.19	c #Conflicts:    2249000 | #Constraints:      59874
1930.84/2001.19	c #Conflicts:    2250000 | #Constraints:      60874
1930.84/2001.19	c #Conflicts:    2251000 | #Constraints:      61874
1930.84/2001.19	c #Conflicts:    2252000 | #Constraints:      62874
1930.84/2001.19	c #Conflicts:    2253000 | #Constraints:      63874
1930.84/2001.19	c #Conflicts:    2254000 | #Constraints:      64874
1930.84/2001.19	c #Conflicts:    2255000 | #Constraints:      65874
1930.84/2001.19	c #Conflicts:    2256000 | #Constraints:      66874
1930.84/2001.19	c INPROCESSING
1930.84/2001.19	c GARBAGE COLLECT
1930.84/2001.19	c rational objective 1001
1961.77/2033.68	c #Conflicts:    2257000 | #Constraints:      37975
1961.77/2033.68	c #Conflicts:    2258000 | #Constraints:      38983
1961.77/2033.68	c #Conflicts:    2259000 | #Constraints:      40015
1961.77/2033.68	c #Conflicts:    2260000 | #Constraints:      41056
1961.77/2033.68	c #Conflicts:    2261000 | #Constraints:      42079
1961.77/2033.68	c #Conflicts:    2262000 | #Constraints:      43104
1961.77/2033.68	c #Conflicts:    2263000 | #Constraints:      44169
1961.77/2033.68	c #Conflicts:    2264000 | #Constraints:      45216
1961.77/2033.68	c #Conflicts:    2265000 | #Constraints:      46261
1961.77/2033.68	c #Conflicts:    2266000 | #Constraints:      47297
1961.77/2033.68	c #Conflicts:    2267000 | #Constraints:      48338
1961.77/2033.68	c #Conflicts:    2268000 | #Constraints:      49360
1961.77/2033.68	c #Conflicts:    2269000 | #Constraints:      50384
1961.77/2033.68	c #Conflicts:    2270000 | #Constraints:      51412
1961.77/2033.68	c #Conflicts:    2271000 | #Constraints:      52449
1961.77/2033.68	c #Conflicts:    2272000 | #Constraints:      53480
1961.77/2033.68	c #Conflicts:    2273000 | #Constraints:      54506
1961.77/2033.68	c #Conflicts:    2274000 | #Constraints:      55528
1961.77/2033.68	c #Conflicts:    2275000 | #Constraints:      56564
1961.77/2033.68	c #Conflicts:    2276000 | #Constraints:      57595
1961.77/2033.68	c #Conflicts:    2277000 | #Constraints:      58610
1961.77/2033.68	c #Conflicts:    2278000 | #Constraints:      59635
1961.77/2033.68	c #Conflicts:    2279000 | #Constraints:      60671
1961.77/2033.68	c #Conflicts:    2280000 | #Constraints:      61694
1961.77/2033.68	c #Conflicts:    2281000 | #Constraints:      62724
1961.77/2033.68	c #Conflicts:    2282000 | #Constraints:      63766
1961.77/2033.68	c #Conflicts:    2283000 | #Constraints:      64788
1961.77/2033.68	c #Conflicts:    2284000 | #Constraints:      65810
1961.77/2033.68	c #Conflicts:    2285000 | #Constraints:      66834
1961.77/2033.68	c #Conflicts:    2286000 | #Constraints:      67857
1961.77/2033.68	c INPROCESSING
1961.77/2033.68	c GARBAGE COLLECT
1961.77/2033.68	c rational objective 1001
1994.68/2066.91	c #Conflicts:    2287000 | #Constraints:      38302
1994.68/2066.91	c #Conflicts:    2288000 | #Constraints:      39302
1994.68/2066.91	c #Conflicts:    2289000 | #Constraints:      40302
1994.68/2066.91	c #Conflicts:    2290000 | #Constraints:      41302
1994.68/2066.91	c #Conflicts:    2291000 | #Constraints:      42302
1994.68/2066.91	c #Conflicts:    2292000 | #Constraints:      43302
1994.68/2066.91	c #Conflicts:    2293000 | #Constraints:      44302
1994.68/2066.91	c #Conflicts:    2294000 | #Constraints:      45302
1994.68/2066.91	c #Conflicts:    2295000 | #Constraints:      46302
1994.68/2066.91	c #Conflicts:    2296000 | #Constraints:      47302
1994.68/2066.91	c #Conflicts:    2297000 | #Constraints:      48302
1994.68/2066.91	c #Conflicts:    2298000 | #Constraints:      49302
1994.68/2066.91	c #Conflicts:    2299000 | #Constraints:      50302
1994.68/2066.91	c #Conflicts:    2300000 | #Constraints:      51302
1994.68/2066.91	c #Conflicts:    2301000 | #Constraints:      52302
1994.68/2066.91	c #Conflicts:    2302000 | #Constraints:      53302
1994.68/2066.91	c #Conflicts:    2303000 | #Constraints:      54302
1994.68/2066.91	c #Conflicts:    2304000 | #Constraints:      55302
1994.68/2066.91	c #Conflicts:    2305000 | #Constraints:      56302
1994.68/2066.91	c #Conflicts:    2306000 | #Constraints:      57302
1994.68/2066.91	c #Conflicts:    2307000 | #Constraints:      58302
1994.68/2066.91	c #Conflicts:    2308000 | #Constraints:      59302
1994.68/2066.91	c #Conflicts:    2309000 | #Constraints:      60302
1994.68/2066.91	c #Conflicts:    2310000 | #Constraints:      61302
1994.68/2066.91	c #Conflicts:    2311000 | #Constraints:      62302
1994.68/2066.91	c #Conflicts:    2312000 | #Constraints:      63302
1994.68/2066.91	c #Conflicts:    2313000 | #Constraints:      64302
1994.68/2066.91	c #Conflicts:    2314000 | #Constraints:      65302
1994.68/2066.91	c #Conflicts:    2315000 | #Constraints:      66302
1994.68/2066.91	c #Conflicts:    2316000 | #Constraints:      67302
1994.68/2066.91	c INPROCESSING
1994.68/2066.91	c GARBAGE COLLECT
1994.68/2066.91	c rational objective 1001
2028.01/2100.40	c #Conflicts:    2317000 | #Constraints:      37893
2028.01/2100.40	c #Conflicts:    2318000 | #Constraints:      38893
2028.01/2100.40	c #Conflicts:    2319000 | #Constraints:      39893
2028.01/2100.40	c #Conflicts:    2320000 | #Constraints:      40893
2028.01/2100.40	c #Conflicts:    2321000 | #Constraints:      41893
2028.01/2100.40	c #Conflicts:    2322000 | #Constraints:      42893
2028.01/2100.40	c #Conflicts:    2323000 | #Constraints:      43893
2028.01/2100.40	c #Conflicts:    2324000 | #Constraints:      44893
2028.01/2100.40	c #Conflicts:    2325000 | #Constraints:      45893
2028.01/2100.40	c #Conflicts:    2326000 | #Constraints:      46893
2028.01/2100.40	c #Conflicts:    2327000 | #Constraints:      47893
2028.01/2100.40	c #Conflicts:    2328000 | #Constraints:      48893
2028.01/2100.40	c #Conflicts:    2329000 | #Constraints:      49893
2028.01/2100.40	c #Conflicts:    2330000 | #Constraints:      50893
2028.01/2100.40	c #Conflicts:    2331000 | #Constraints:      51893
2028.01/2100.40	c #Conflicts:    2332000 | #Constraints:      52893
2028.01/2100.40	c #Conflicts:    2333000 | #Constraints:      53893
2028.01/2100.40	c #Conflicts:    2334000 | #Constraints:      54893
2028.01/2100.40	c #Conflicts:    2335000 | #Constraints:      55893
2028.01/2100.40	c #Conflicts:    2336000 | #Constraints:      56893
2028.01/2100.40	c #Conflicts:    2337000 | #Constraints:      57893
2028.01/2100.40	c #Conflicts:    2338000 | #Constraints:      58893
2028.01/2100.40	c #Conflicts:    2339000 | #Constraints:      59893
2028.01/2100.40	c #Conflicts:    2340000 | #Constraints:      60893
2028.01/2100.40	c #Conflicts:    2341000 | #Constraints:      61893
2028.01/2100.40	c #Conflicts:    2342000 | #Constraints:      62893
2028.01/2100.40	c #Conflicts:    2343000 | #Constraints:      63893
2028.01/2100.40	c #Conflicts:    2344000 | #Constraints:      64893
2028.01/2100.40	c #Conflicts:    2345000 | #Constraints:      65893
2028.01/2100.40	c #Conflicts:    2346000 | #Constraints:      66894
2028.01/2100.40	c #Conflicts:    2347000 | #Constraints:      67894
2028.01/2100.40	c INPROCESSING
2028.01/2100.40	c GARBAGE COLLECT
2028.01/2100.40	c rational objective 1001
2103.13/2176.19	c #Conflicts:    2348000 | #Constraints:      38405
2103.13/2176.19	c #Conflicts:    2349000 | #Constraints:      39415
2103.13/2176.19	c #Conflicts:    2350000 | #Constraints:      40434
2103.13/2176.19	c #Conflicts:    2351000 | #Constraints:      41449
2103.13/2176.19	c #Conflicts:    2352000 | #Constraints:      42475
2103.13/2176.19	c #Conflicts:    2353000 | #Constraints:      43495
2103.13/2176.19	c #Conflicts:    2354000 | #Constraints:      44513
2103.13/2176.19	c #Conflicts:    2355000 | #Constraints:      45537
2103.13/2176.19	c #Conflicts:    2356000 | #Constraints:      46553
2103.13/2176.19	c #Conflicts:    2357000 | #Constraints:      47569
2103.13/2176.19	c #Conflicts:    2358000 | #Constraints:      48585
2103.13/2176.19	c #Conflicts:    2359000 | #Constraints:      49600
2103.13/2176.19	c #Conflicts:    2360000 | #Constraints:      50624
2103.13/2176.19	c #Conflicts:    2361000 | #Constraints:      51637
2103.13/2176.19	c #Conflicts:    2362000 | #Constraints:      52656
2103.13/2176.19	c #Conflicts:    2363000 | #Constraints:      53676
2103.13/2176.19	c #Conflicts:    2364000 | #Constraints:      54696
2103.13/2176.19	c #Conflicts:    2365000 | #Constraints:      55719
2103.13/2176.19	c #Conflicts:    2366000 | #Constraints:      56735
2103.13/2176.19	c #Conflicts:    2367000 | #Constraints:      57745
2103.13/2176.19	c #Conflicts:    2368000 | #Constraints:      58758
2103.13/2176.19	c #Conflicts:    2369000 | #Constraints:      59772
2103.13/2176.19	c #Conflicts:    2370000 | #Constraints:      60785
2103.13/2176.19	c #Conflicts:    2371000 | #Constraints:      61796
2103.13/2176.19	c #Conflicts:    2372000 | #Constraints:      62811
2103.13/2176.19	c #Conflicts:    2373000 | #Constraints:      63826
2103.13/2176.19	c #Conflicts:    2374000 | #Constraints:      64841
2103.13/2176.19	c #Conflicts:    2375000 | #Constraints:      65858
2103.13/2176.19	c #Conflicts:    2376000 | #Constraints:      66869
2103.13/2176.19	c #Conflicts:    2377000 | #Constraints:      67882
2103.13/2176.19	c #Conflicts:    2378000 | #Constraints:      68895
2103.13/2176.19	c INPROCESSING
2103.13/2176.19	c GARBAGE COLLECT
2103.13/2176.19	c rational objective 1001
2137.67/2210.82	c #Conflicts:    2379000 | #Constraints:      38936
2137.67/2210.82	c #Conflicts:    2380000 | #Constraints:      39936
2137.67/2210.82	c #Conflicts:    2381000 | #Constraints:      40936
2137.67/2210.82	c #Conflicts:    2382000 | #Constraints:      41936
2137.67/2210.82	c #Conflicts:    2383000 | #Constraints:      42936
2137.67/2210.82	c #Conflicts:    2384000 | #Constraints:      43936
2137.67/2210.82	c #Conflicts:    2385000 | #Constraints:      44936
2137.67/2210.82	c #Conflicts:    2386000 | #Constraints:      45936
2137.67/2210.82	c #Conflicts:    2387000 | #Constraints:      46936
2137.67/2210.82	c #Conflicts:    2388000 | #Constraints:      47936
2137.67/2210.82	c #Conflicts:    2389000 | #Constraints:      48937
2137.67/2210.82	c #Conflicts:    2390000 | #Constraints:      49938
2137.67/2210.82	c #Conflicts:    2391000 | #Constraints:      50940
2137.67/2210.82	c #Conflicts:    2392000 | #Constraints:      51942
2137.67/2210.82	c #Conflicts:    2393000 | #Constraints:      52951
2137.67/2210.82	c #Conflicts:    2394000 | #Constraints:      54239
2137.67/2210.82	c #Conflicts:    2395000 | #Constraints:      55575
2137.67/2210.82	c #Conflicts:    2396000 | #Constraints:      56576
2137.67/2210.82	c #Conflicts:    2397000 | #Constraints:      57577
2137.67/2210.82	c #Conflicts:    2398000 | #Constraints:      58577
2137.67/2210.82	c #Conflicts:    2399000 | #Constraints:      59578
2137.67/2210.82	c #Conflicts:    2400000 | #Constraints:      60579
2137.67/2210.82	c #Conflicts:    2401000 | #Constraints:      61580
2137.67/2210.82	c #Conflicts:    2402000 | #Constraints:      62580
2137.67/2210.82	c #Conflicts:    2403000 | #Constraints:      63580
2137.67/2210.82	c #Conflicts:    2404000 | #Constraints:      64580
2137.67/2210.82	c #Conflicts:    2405000 | #Constraints:      65580
2137.67/2210.82	c #Conflicts:    2406000 | #Constraints:      66580
2137.67/2210.82	c #Conflicts:    2407000 | #Constraints:      67580
2137.67/2210.82	c #Conflicts:    2408000 | #Constraints:      68580
2137.67/2210.82	c #Conflicts:    2409000 | #Constraints:      69581
2137.67/2210.82	c INPROCESSING
2137.67/2210.82	c GARBAGE COLLECT
2137.67/2210.82	c rational objective 1001
2170.54/2243.93	c #Conflicts:    2410000 | #Constraints:      39337
2170.54/2243.93	c #Conflicts:    2411000 | #Constraints:      40337
2170.54/2243.93	c #Conflicts:    2412000 | #Constraints:      41337
2170.54/2243.93	c #Conflicts:    2413000 | #Constraints:      42337
2170.54/2243.93	c #Conflicts:    2414000 | #Constraints:      43337
2170.54/2243.93	c #Conflicts:    2415000 | #Constraints:      44337
2170.54/2243.93	c #Conflicts:    2416000 | #Constraints:      45337
2170.54/2243.93	c #Conflicts:    2417000 | #Constraints:      46337
2170.54/2243.93	c #Conflicts:    2418000 | #Constraints:      47337
2170.54/2243.93	c #Conflicts:    2419000 | #Constraints:      48337
2170.54/2243.93	c #Conflicts:    2420000 | #Constraints:      49337
2170.54/2243.93	c #Conflicts:    2421000 | #Constraints:      50337
2170.54/2243.93	c #Conflicts:    2422000 | #Constraints:      51337
2170.54/2243.93	c #Conflicts:    2423000 | #Constraints:      52337
2170.54/2243.93	c #Conflicts:    2424000 | #Constraints:      53337
2170.54/2243.93	c #Conflicts:    2425000 | #Constraints:      54337
2170.54/2243.93	c #Conflicts:    2426000 | #Constraints:      55337
2170.54/2243.93	c #Conflicts:    2427000 | #Constraints:      56337
2170.54/2243.93	c #Conflicts:    2428000 | #Constraints:      57337
2170.54/2243.93	c #Conflicts:    2429000 | #Constraints:      58337
2170.54/2243.93	c #Conflicts:    2430000 | #Constraints:      59337
2170.54/2243.93	c #Conflicts:    2431000 | #Constraints:      60337
2170.54/2243.93	c #Conflicts:    2432000 | #Constraints:      61337
2170.54/2243.93	c #Conflicts:    2433000 | #Constraints:      62337
2170.54/2243.93	c #Conflicts:    2434000 | #Constraints:      63337
2170.54/2243.93	c #Conflicts:    2435000 | #Constraints:      64337
2170.54/2243.93	c #Conflicts:    2436000 | #Constraints:      65337
2170.54/2243.93	c #Conflicts:    2437000 | #Constraints:      66337
2170.54/2243.93	c #Conflicts:    2438000 | #Constraints:      67337
2170.54/2243.93	c #Conflicts:    2439000 | #Constraints:      68337
2170.54/2243.93	c #Conflicts:    2440000 | #Constraints:      69337
2170.54/2243.93	c INPROCESSING
2170.54/2243.93	c GARBAGE COLLECT
2170.54/2243.93	c rational objective 1001
2203.70/2277.58	c #Conflicts:    2441000 | #Constraints:      39118
2203.70/2277.58	c #Conflicts:    2442000 | #Constraints:      40118
2203.70/2277.58	c #Conflicts:    2443000 | #Constraints:      41118
2203.70/2277.58	c #Conflicts:    2444000 | #Constraints:      42118
2203.70/2277.58	c #Conflicts:    2445000 | #Constraints:      43118
2203.70/2277.58	c #Conflicts:    2446000 | #Constraints:      44118
2203.70/2277.58	c #Conflicts:    2447000 | #Constraints:      45118
2203.70/2277.58	c #Conflicts:    2448000 | #Constraints:      46118
2203.70/2277.58	c #Conflicts:    2449000 | #Constraints:      47118
2203.70/2277.58	c #Conflicts:    2450000 | #Constraints:      48118
2203.70/2277.58	c #Conflicts:    2451000 | #Constraints:      49118
2203.70/2277.58	c #Conflicts:    2452000 | #Constraints:      50118
2203.70/2277.58	c #Conflicts:    2453000 | #Constraints:      51118
2203.70/2277.58	c #Conflicts:    2454000 | #Constraints:      52118
2203.70/2277.58	c #Conflicts:    2455000 | #Constraints:      53118
2203.70/2277.58	c #Conflicts:    2456000 | #Constraints:      54118
2203.70/2277.58	c #Conflicts:    2457000 | #Constraints:      55118
2203.70/2277.58	c #Conflicts:    2458000 | #Constraints:      56118
2203.70/2277.58	c #Conflicts:    2459000 | #Constraints:      57118
2203.70/2277.58	c #Conflicts:    2460000 | #Constraints:      58118
2203.70/2277.58	c #Conflicts:    2461000 | #Constraints:      59118
2203.70/2277.58	c #Conflicts:    2462000 | #Constraints:      60118
2203.70/2277.58	c #Conflicts:    2463000 | #Constraints:      61118
2203.70/2277.58	c #Conflicts:    2464000 | #Constraints:      62118
2203.70/2277.58	c #Conflicts:    2465000 | #Constraints:      63118
2203.70/2277.58	c #Conflicts:    2466000 | #Constraints:      64118
2203.70/2277.58	c #Conflicts:    2467000 | #Constraints:      65118
2203.70/2277.58	c #Conflicts:    2468000 | #Constraints:      66118
2203.70/2277.58	c #Conflicts:    2469000 | #Constraints:      67118
2203.70/2277.58	c #Conflicts:    2470000 | #Constraints:      68118
2203.70/2277.58	c #Conflicts:    2471000 | #Constraints:      69118
2203.70/2277.58	c INPROCESSING
2203.70/2277.58	c GARBAGE COLLECT
2203.70/2277.58	c rational objective 1001
2237.98/2312.99	c #Conflicts:    2472000 | #Constraints:      38803
2237.98/2312.99	c #Conflicts:    2473000 | #Constraints:      39803
2237.98/2312.99	c #Conflicts:    2474000 | #Constraints:      40803
2237.98/2312.99	c #Conflicts:    2475000 | #Constraints:      41803
2237.98/2312.99	c #Conflicts:    2476000 | #Constraints:      42803
2237.98/2312.99	c #Conflicts:    2477000 | #Constraints:      43803
2237.98/2312.99	c #Conflicts:    2478000 | #Constraints:      44803
2237.98/2312.99	c #Conflicts:    2479000 | #Constraints:      45803
2237.98/2312.99	c #Conflicts:    2480000 | #Constraints:      46803
2237.98/2312.99	c #Conflicts:    2481000 | #Constraints:      47803
2237.98/2312.99	c #Conflicts:    2482000 | #Constraints:      48803
2237.98/2312.99	c #Conflicts:    2483000 | #Constraints:      49803
2237.98/2312.99	c #Conflicts:    2484000 | #Constraints:      50803
2237.98/2312.99	c #Conflicts:    2485000 | #Constraints:      51803
2237.98/2312.99	c #Conflicts:    2486000 | #Constraints:      52803
2237.98/2312.99	c #Conflicts:    2487000 | #Constraints:      53803
2237.98/2312.99	c #Conflicts:    2488000 | #Constraints:      54803
2237.98/2312.99	c #Conflicts:    2489000 | #Constraints:      55803
2237.98/2312.99	c #Conflicts:    2490000 | #Constraints:      56803
2237.98/2312.99	c #Conflicts:    2491000 | #Constraints:      57803
2237.98/2312.99	c #Conflicts:    2492000 | #Constraints:      58803
2237.98/2312.99	c #Conflicts:    2493000 | #Constraints:      59803
2237.98/2312.99	c #Conflicts:    2494000 | #Constraints:      60803
2237.98/2312.99	c #Conflicts:    2495000 | #Constraints:      61803
2237.98/2312.99	c #Conflicts:    2496000 | #Constraints:      62803
2237.98/2312.99	c #Conflicts:    2497000 | #Constraints:      63803
2237.98/2312.99	c #Conflicts:    2498000 | #Constraints:      64803
2237.98/2312.99	c #Conflicts:    2499000 | #Constraints:      65803
2237.98/2312.99	c #Conflicts:    2500000 | #Constraints:      66803
2237.98/2312.99	c #Conflicts:    2501000 | #Constraints:      67803
2237.98/2312.99	c #Conflicts:    2502000 | #Constraints:      68803
2237.98/2312.99	c #Conflicts:    2503000 | #Constraints:      69803
2237.98/2312.99	c INPROCESSING
2237.98/2312.99	c GARBAGE COLLECT
2237.98/2312.99	c rational objective 1001
2310.66/2386.43	c #Conflicts:    2504000 | #Constraints:      39333
2310.66/2386.43	c #Conflicts:    2505000 | #Constraints:      40333
2310.66/2386.43	c #Conflicts:    2506000 | #Constraints:      41333
2310.66/2386.43	c #Conflicts:    2507000 | #Constraints:      42333
2310.66/2386.43	c #Conflicts:    2508000 | #Constraints:      43333
2310.66/2386.43	c #Conflicts:    2509000 | #Constraints:      44333
2310.66/2386.43	c #Conflicts:    2510000 | #Constraints:      45333
2310.66/2386.43	c #Conflicts:    2511000 | #Constraints:      46333
2310.66/2386.43	c #Conflicts:    2512000 | #Constraints:      47479
2310.66/2386.43	c #Conflicts:    2513000 | #Constraints:      48713
2310.66/2386.43	c #Conflicts:    2514000 | #Constraints:      49979
2310.66/2386.43	c #Conflicts:    2515000 | #Constraints:      51276
2310.66/2386.43	c #Conflicts:    2516000 | #Constraints:      52549
2310.66/2386.43	c #Conflicts:    2517000 | #Constraints:      53862
2310.66/2386.43	c #Conflicts:    2518000 | #Constraints:      55171
2310.66/2386.43	c #Conflicts:    2519000 | #Constraints:      56562
2310.66/2386.43	c #Conflicts:    2520000 | #Constraints:      57898
2310.66/2386.43	c #Conflicts:    2521000 | #Constraints:      59189
2310.66/2386.43	c #Conflicts:    2522000 | #Constraints:      60424
2310.66/2386.43	c #Conflicts:    2523000 | #Constraints:      61676
2310.66/2386.43	c #Conflicts:    2524000 | #Constraints:      62963
2310.66/2386.43	c #Conflicts:    2525000 | #Constraints:      64225
2310.66/2386.43	c #Conflicts:    2526000 | #Constraints:      65581
2310.66/2386.43	c #Conflicts:    2527000 | #Constraints:      66828
2310.66/2386.43	c #Conflicts:    2528000 | #Constraints:      68046
2310.66/2386.43	c #Conflicts:    2529000 | #Constraints:      69281
2310.66/2386.43	c #Conflicts:    2530000 | #Constraints:      70508
2310.66/2386.43	c #Conflicts:    2531000 | #Constraints:      71760
2310.66/2386.43	c #Conflicts:    2532000 | #Constraints:      73018
2310.66/2386.43	c #Conflicts:    2533000 | #Constraints:      74245
2310.66/2386.43	c #Conflicts:    2534000 | #Constraints:      75487
2310.66/2386.43	c #Conflicts:    2535000 | #Constraints:      76752
2310.66/2386.43	c INPROCESSING
2310.66/2386.43	c GARBAGE COLLECT
2310.66/2386.43	c rational objective 1001
2357.21/2433.23	c #Conflicts:    2536000 | #Constraints:      42765
2357.21/2433.23	c #Conflicts:    2537000 | #Constraints:      43765
2357.21/2433.23	c #Conflicts:    2538000 | #Constraints:      44766
2357.21/2433.23	c #Conflicts:    2539000 | #Constraints:      45766
2357.21/2433.23	c #Conflicts:    2540000 | #Constraints:      46766
2357.21/2433.23	c #Conflicts:    2541000 | #Constraints:      47766
2357.21/2433.23	c #Conflicts:    2542000 | #Constraints:      48766
2357.21/2433.23	c #Conflicts:    2543000 | #Constraints:      49766
2357.21/2433.23	c #Conflicts:    2544000 | #Constraints:      50767
2357.21/2433.23	c #Conflicts:    2545000 | #Constraints:      51767
2357.21/2433.23	c #Conflicts:    2546000 | #Constraints:      52767
2357.21/2433.23	c #Conflicts:    2547000 | #Constraints:      53767
2357.21/2433.23	c #Conflicts:    2548000 | #Constraints:      54767
2357.21/2433.23	c #Conflicts:    2549000 | #Constraints:      55767
2357.21/2433.23	c #Conflicts:    2550000 | #Constraints:      56767
2357.21/2433.23	c #Conflicts:    2551000 | #Constraints:      57767
2357.21/2433.23	c #Conflicts:    2552000 | #Constraints:      58767
2357.21/2433.23	c #Conflicts:    2553000 | #Constraints:      59767
2357.21/2433.23	c #Conflicts:    2554000 | #Constraints:      60767
2357.21/2433.23	c #Conflicts:    2555000 | #Constraints:      61767
2357.21/2433.23	c #Conflicts:    2556000 | #Constraints:      62767
2357.21/2433.23	c #Conflicts:    2557000 | #Constraints:      63767
2357.21/2433.23	c #Conflicts:    2558000 | #Constraints:      64767
2357.21/2433.23	c #Conflicts:    2559000 | #Constraints:      65767
2357.21/2433.23	c #Conflicts:    2560000 | #Constraints:      66767
2357.21/2433.23	c #Conflicts:    2561000 | #Constraints:      67767
2357.21/2433.23	c #Conflicts:    2562000 | #Constraints:      68767
2357.21/2433.23	c #Conflicts:    2563000 | #Constraints:      69767
2357.21/2433.23	c #Conflicts:    2564000 | #Constraints:      70767
2357.21/2433.23	c #Conflicts:    2565000 | #Constraints:      71767
2357.21/2433.23	c #Conflicts:    2566000 | #Constraints:      72767
2357.21/2433.23	c #Conflicts:    2567000 | #Constraints:      73767
2357.21/2433.23	c INPROCESSING
2357.21/2433.23	c GARBAGE COLLECT
2357.21/2433.23	c rational objective 1001
2393.36/2469.79	c #Conflicts:    2568000 | #Constraints:      41428
2393.36/2469.79	c #Conflicts:    2569000 | #Constraints:      42428
2393.36/2469.79	c #Conflicts:    2570000 | #Constraints:      43428
2393.36/2469.79	c #Conflicts:    2571000 | #Constraints:      44428
2393.36/2469.79	c #Conflicts:    2572000 | #Constraints:      45428
2393.36/2469.79	c #Conflicts:    2573000 | #Constraints:      46428
2393.36/2469.79	c #Conflicts:    2574000 | #Constraints:      47428
2393.36/2469.79	c #Conflicts:    2575000 | #Constraints:      48428
2393.36/2469.79	c #Conflicts:    2576000 | #Constraints:      49428
2393.36/2469.79	c #Conflicts:    2577000 | #Constraints:      50428
2393.36/2469.79	c #Conflicts:    2578000 | #Constraints:      51428
2393.36/2469.79	c #Conflicts:    2579000 | #Constraints:      52428
2393.36/2469.79	c #Conflicts:    2580000 | #Constraints:      53428
2393.36/2469.79	c #Conflicts:    2581000 | #Constraints:      54428
2393.36/2469.79	c #Conflicts:    2582000 | #Constraints:      55428
2393.36/2469.79	c #Conflicts:    2583000 | #Constraints:      56428
2393.36/2469.79	c #Conflicts:    2584000 | #Constraints:      57428
2393.36/2469.79	c #Conflicts:    2585000 | #Constraints:      58428
2393.36/2469.79	c #Conflicts:    2586000 | #Constraints:      59428
2393.36/2469.79	c #Conflicts:    2587000 | #Constraints:      60428
2393.36/2469.79	c #Conflicts:    2588000 | #Constraints:      61428
2393.36/2469.79	c #Conflicts:    2589000 | #Constraints:      62428
2393.36/2469.79	c #Conflicts:    2590000 | #Constraints:      63428
2393.36/2469.79	c #Conflicts:    2591000 | #Constraints:      64428
2393.36/2469.79	c #Conflicts:    2592000 | #Constraints:      65428
2393.36/2469.79	c #Conflicts:    2593000 | #Constraints:      66428
2393.36/2469.79	c #Conflicts:    2594000 | #Constraints:      67428
2393.36/2469.79	c #Conflicts:    2595000 | #Constraints:      68428
2393.36/2469.79	c #Conflicts:    2596000 | #Constraints:      69428
2393.36/2469.79	c #Conflicts:    2597000 | #Constraints:      70429
2393.36/2469.79	c #Conflicts:    2598000 | #Constraints:      71429
2393.36/2469.79	c #Conflicts:    2599000 | #Constraints:      72429
2393.36/2469.79	c INPROCESSING
2393.36/2469.79	c GARBAGE COLLECT
2393.36/2469.79	c rational objective 1001
2428.41/2505.55	c #Conflicts:    2600000 | #Constraints:      40671
2428.41/2505.55	c #Conflicts:    2601000 | #Constraints:      41671
2428.41/2505.55	c #Conflicts:    2602000 | #Constraints:      42671
2428.41/2505.55	c #Conflicts:    2603000 | #Constraints:      43671
2428.41/2505.55	c #Conflicts:    2604000 | #Constraints:      44671
2428.41/2505.55	c #Conflicts:    2605000 | #Constraints:      45671
2428.41/2505.55	c #Conflicts:    2606000 | #Constraints:      46671
2428.41/2505.55	c #Conflicts:    2607000 | #Constraints:      47672
2428.41/2505.55	c #Conflicts:    2608000 | #Constraints:      48672
2428.41/2505.55	c #Conflicts:    2609000 | #Constraints:      49672
2428.41/2505.55	c #Conflicts:    2610000 | #Constraints:      50673
2428.41/2505.55	c #Conflicts:    2611000 | #Constraints:      51673
2428.41/2505.55	c #Conflicts:    2612000 | #Constraints:      52673
2428.41/2505.55	c #Conflicts:    2613000 | #Constraints:      53674
2428.41/2505.55	c #Conflicts:    2614000 | #Constraints:      54675
2428.41/2505.55	c #Conflicts:    2615000 | #Constraints:      55677
2428.41/2505.55	c #Conflicts:    2616000 | #Constraints:      56678
2428.41/2505.55	c #Conflicts:    2617000 | #Constraints:      57678
2428.41/2505.55	c #Conflicts:    2618000 | #Constraints:      58680
2428.41/2505.55	c #Conflicts:    2619000 | #Constraints:      59683
2428.41/2505.55	c #Conflicts:    2620000 | #Constraints:      60684
2428.41/2505.55	c #Conflicts:    2621000 | #Constraints:      61685
2428.41/2505.55	c #Conflicts:    2622000 | #Constraints:      62686
2428.41/2505.55	c #Conflicts:    2623000 | #Constraints:      63687
2428.41/2505.55	c #Conflicts:    2624000 | #Constraints:      64687
2428.41/2505.55	c #Conflicts:    2625000 | #Constraints:      65687
2428.41/2505.55	c #Conflicts:    2626000 | #Constraints:      66687
2428.41/2505.55	c #Conflicts:    2627000 | #Constraints:      67689
2428.41/2505.55	c #Conflicts:    2628000 | #Constraints:      68690
2428.41/2505.55	c #Conflicts:    2629000 | #Constraints:      69691
2428.41/2505.55	c #Conflicts:    2630000 | #Constraints:      70691
2428.41/2505.55	c #Conflicts:    2631000 | #Constraints:      71692
2428.41/2505.55	c INPROCESSING
2428.41/2505.55	c GARBAGE COLLECT
2428.41/2505.55	c rational objective 1001
2463.96/2541.51	c #Conflicts:    2632000 | #Constraints:      40088
2463.96/2541.51	c #Conflicts:    2633000 | #Constraints:      41088
2463.96/2541.51	c #Conflicts:    2634000 | #Constraints:      42088
2463.96/2541.51	c #Conflicts:    2635000 | #Constraints:      43088
2463.96/2541.51	c #Conflicts:    2636000 | #Constraints:      44088
2463.96/2541.51	c #Conflicts:    2637000 | #Constraints:      45088
2463.96/2541.51	c #Conflicts:    2638000 | #Constraints:      46088
2463.96/2541.51	c #Conflicts:    2639000 | #Constraints:      47088
2463.96/2541.51	c #Conflicts:    2640000 | #Constraints:      48088
2463.96/2541.51	c #Conflicts:    2641000 | #Constraints:      49088
2463.96/2541.51	c #Conflicts:    2642000 | #Constraints:      50088
2463.96/2541.51	c #Conflicts:    2643000 | #Constraints:      51088
2463.96/2541.51	c #Conflicts:    2644000 | #Constraints:      52088
2463.96/2541.51	c #Conflicts:    2645000 | #Constraints:      53088
2463.96/2541.51	c #Conflicts:    2646000 | #Constraints:      54088
2463.96/2541.51	c #Conflicts:    2647000 | #Constraints:      55088
2463.96/2541.51	c #Conflicts:    2648000 | #Constraints:      56088
2463.96/2541.51	c #Conflicts:    2649000 | #Constraints:      57088
2463.96/2541.51	c #Conflicts:    2650000 | #Constraints:      58088
2463.96/2541.51	c #Conflicts:    2651000 | #Constraints:      59088
2463.96/2541.51	c #Conflicts:    2652000 | #Constraints:      60088
2463.96/2541.51	c #Conflicts:    2653000 | #Constraints:      61088
2463.96/2541.51	c #Conflicts:    2654000 | #Constraints:      62088
2463.96/2541.51	c #Conflicts:    2655000 | #Constraints:      63088
2463.96/2541.51	c #Conflicts:    2656000 | #Constraints:      64088
2463.96/2541.51	c #Conflicts:    2657000 | #Constraints:      65088
2463.96/2541.51	c #Conflicts:    2658000 | #Constraints:      66088
2463.96/2541.51	c #Conflicts:    2659000 | #Constraints:      67088
2463.96/2541.51	c #Conflicts:    2660000 | #Constraints:      68088
2463.96/2541.51	c #Conflicts:    2661000 | #Constraints:      69088
2463.96/2541.51	c #Conflicts:    2662000 | #Constraints:      70088
2463.96/2541.51	c #Conflicts:    2663000 | #Constraints:      71088
2463.96/2541.51	c #Conflicts:    2664000 | #Constraints:      72088
2463.96/2541.51	c INPROCESSING
2463.96/2541.51	c GARBAGE COLLECT
2463.96/2541.51	c rational objective 1001
2504.41/2583.08	c #Conflicts:    2665000 | #Constraints:      40497
2504.41/2583.08	c #Conflicts:    2666000 | #Constraints:      41507
2504.41/2583.08	c #Conflicts:    2667000 | #Constraints:      42516
2504.41/2583.08	c #Conflicts:    2668000 | #Constraints:      43531
2504.41/2583.08	c #Conflicts:    2669000 | #Constraints:      44546
2504.41/2583.08	c #Conflicts:    2670000 | #Constraints:      45555
2504.41/2583.08	c #Conflicts:    2671000 | #Constraints:      46579
2504.41/2583.08	c #Conflicts:    2672000 | #Constraints:      47586
2504.41/2583.08	c #Conflicts:    2673000 | #Constraints:      48645
2504.41/2583.08	c #Conflicts:    2674000 | #Constraints:      49717
2504.41/2583.08	c #Conflicts:    2675000 | #Constraints:      50792
2504.41/2583.08	c #Conflicts:    2676000 | #Constraints:      51840
2504.41/2583.08	c #Conflicts:    2677000 | #Constraints:      52884
2504.41/2583.08	c #Conflicts:    2678000 | #Constraints:      53938
2504.41/2583.08	c #Conflicts:    2679000 | #Constraints:      54985
2504.41/2583.08	c #Conflicts:    2680000 | #Constraints:      56039
2504.41/2583.08	c #Conflicts:    2681000 | #Constraints:      57076
2504.41/2583.08	c #Conflicts:    2682000 | #Constraints:      58116
2504.41/2583.08	c #Conflicts:    2683000 | #Constraints:      59150
2504.41/2583.08	c #Conflicts:    2684000 | #Constraints:      60187
2504.41/2583.08	c #Conflicts:    2685000 | #Constraints:      61225
2504.41/2583.08	c #Conflicts:    2686000 | #Constraints:      62262
2504.41/2583.08	c #Conflicts:    2687000 | #Constraints:      63332
2504.41/2583.08	c #Conflicts:    2688000 | #Constraints:      64374
2504.41/2583.08	c #Conflicts:    2689000 | #Constraints:      65412
2504.41/2583.08	c #Conflicts:    2690000 | #Constraints:      66456
2504.41/2583.08	c #Conflicts:    2691000 | #Constraints:      67507
2504.41/2583.08	c #Conflicts:    2692000 | #Constraints:      68530
2504.41/2583.08	c #Conflicts:    2693000 | #Constraints:      69552
2504.41/2583.08	c #Conflicts:    2694000 | #Constraints:      70571
2504.41/2583.08	c #Conflicts:    2695000 | #Constraints:      71640
2504.41/2583.08	c #Conflicts:    2696000 | #Constraints:      72675
2504.41/2583.08	c #Conflicts:    2697000 | #Constraints:      73703
2504.41/2583.08	c INPROCESSING
2504.41/2583.08	c GARBAGE COLLECT
2504.41/2583.08	c rational objective 1001
2541.40/2620.40	c #Conflicts:    2698000 | #Constraints:      41303
2541.40/2620.40	c #Conflicts:    2699000 | #Constraints:      42303
2541.40/2620.40	c #Conflicts:    2700000 | #Constraints:      43303
2541.40/2620.40	c #Conflicts:    2701000 | #Constraints:      44303
2541.40/2620.40	c #Conflicts:    2702000 | #Constraints:      45303
2541.40/2620.40	c #Conflicts:    2703000 | #Constraints:      46303
2541.40/2620.40	c #Conflicts:    2704000 | #Constraints:      47303
2541.40/2620.40	c #Conflicts:    2705000 | #Constraints:      48303
2541.40/2620.40	c #Conflicts:    2706000 | #Constraints:      49303
2541.40/2620.40	c #Conflicts:    2707000 | #Constraints:      50303
2541.40/2620.40	c #Conflicts:    2708000 | #Constraints:      51303
2541.40/2620.40	c #Conflicts:    2709000 | #Constraints:      52303
2541.40/2620.40	c #Conflicts:    2710000 | #Constraints:      53303
2541.40/2620.40	c #Conflicts:    2711000 | #Constraints:      54303
2541.40/2620.40	c #Conflicts:    2712000 | #Constraints:      55303
2541.40/2620.40	c #Conflicts:    2713000 | #Constraints:      56303
2541.40/2620.40	c #Conflicts:    2714000 | #Constraints:      57303
2541.40/2620.40	c #Conflicts:    2715000 | #Constraints:      58303
2541.40/2620.40	c #Conflicts:    2716000 | #Constraints:      59303
2541.40/2620.40	c #Conflicts:    2717000 | #Constraints:      60303
2541.40/2620.40	c #Conflicts:    2718000 | #Constraints:      61303
2541.40/2620.40	c #Conflicts:    2719000 | #Constraints:      62303
2541.40/2620.40	c #Conflicts:    2720000 | #Constraints:      63303
2541.40/2620.40	c #Conflicts:    2721000 | #Constraints:      64303
2541.40/2620.40	c #Conflicts:    2722000 | #Constraints:      65303
2541.40/2620.40	c #Conflicts:    2723000 | #Constraints:      66303
2541.40/2620.40	c #Conflicts:    2724000 | #Constraints:      67303
2541.40/2620.40	c #Conflicts:    2725000 | #Constraints:      68303
2541.40/2620.40	c #Conflicts:    2726000 | #Constraints:      69303
2541.40/2620.40	c #Conflicts:    2727000 | #Constraints:      70303
2541.40/2620.40	c #Conflicts:    2728000 | #Constraints:      71303
2541.40/2620.40	c #Conflicts:    2729000 | #Constraints:      72303
2541.40/2620.40	c #Conflicts:    2730000 | #Constraints:      73303
2541.40/2620.40	c INPROCESSING
2541.40/2620.40	c GARBAGE COLLECT
2541.40/2620.40	c rational objective 1001
2581.16/2660.91	c #Conflicts:    2731000 | #Constraints:      41184
2581.16/2660.91	c #Conflicts:    2732000 | #Constraints:      42267
2581.16/2660.91	c #Conflicts:    2733000 | #Constraints:      43336
2581.16/2660.91	c #Conflicts:    2734000 | #Constraints:      44403
2581.16/2660.91	c #Conflicts:    2735000 | #Constraints:      45456
2581.16/2660.91	c #Conflicts:    2736000 | #Constraints:      46511
2581.16/2660.91	c #Conflicts:    2737000 | #Constraints:      47542
2581.16/2660.91	c #Conflicts:    2738000 | #Constraints:      48576
2581.16/2660.91	c #Conflicts:    2739000 | #Constraints:      49622
2581.16/2660.91	c #Conflicts:    2740000 | #Constraints:      50655
2581.16/2660.91	c #Conflicts:    2741000 | #Constraints:      51693
2581.16/2660.91	c #Conflicts:    2742000 | #Constraints:      52741
2581.16/2660.91	c #Conflicts:    2743000 | #Constraints:      53771
2581.16/2660.91	c #Conflicts:    2744000 | #Constraints:      54809
2581.16/2660.91	c #Conflicts:    2745000 | #Constraints:      55831
2581.16/2660.91	c #Conflicts:    2746000 | #Constraints:      56854
2581.16/2660.91	c #Conflicts:    2747000 | #Constraints:      57872
2581.16/2660.91	c #Conflicts:    2748000 | #Constraints:      58900
2581.16/2660.91	c #Conflicts:    2749000 | #Constraints:      59926
2581.16/2660.91	c #Conflicts:    2750000 | #Constraints:      60954
2581.16/2660.91	c #Conflicts:    2751000 | #Constraints:      61989
2581.16/2660.91	c #Conflicts:    2752000 | #Constraints:      63012
2581.16/2660.91	c #Conflicts:    2753000 | #Constraints:      64028
2581.16/2660.91	c #Conflicts:    2754000 | #Constraints:      65059
2581.16/2660.91	c #Conflicts:    2755000 | #Constraints:      66081
2581.16/2660.91	c #Conflicts:    2756000 | #Constraints:      67112
2581.16/2660.91	c #Conflicts:    2757000 | #Constraints:      68136
2581.16/2660.91	c #Conflicts:    2758000 | #Constraints:      69156
2581.16/2660.91	c #Conflicts:    2759000 | #Constraints:      70181
2581.16/2660.91	c #Conflicts:    2760000 | #Constraints:      71203
2581.16/2660.91	c #Conflicts:    2761000 | #Constraints:      72233
2581.16/2660.91	c #Conflicts:    2762000 | #Constraints:      73275
2581.16/2660.91	c #Conflicts:    2763000 | #Constraints:      74297
2581.16/2660.91	c INPROCESSING
2581.16/2660.91	c GARBAGE COLLECT
2581.16/2660.91	c rational objective 1001
2617.07/2697.25	c #Conflicts:    2764000 | #Constraints:      41482
2617.07/2697.25	c #Conflicts:    2765000 | #Constraints:      42482
2617.07/2697.25	c #Conflicts:    2766000 | #Constraints:      43482
2617.07/2697.25	c #Conflicts:    2767000 | #Constraints:      44482
2617.07/2697.25	c #Conflicts:    2768000 | #Constraints:      45482
2617.07/2697.25	c #Conflicts:    2769000 | #Constraints:      46482
2617.07/2697.25	c #Conflicts:    2770000 | #Constraints:      47482
2617.07/2697.25	c #Conflicts:    2771000 | #Constraints:      48482
2617.07/2697.25	c #Conflicts:    2772000 | #Constraints:      49482
2617.07/2697.25	c #Conflicts:    2773000 | #Constraints:      50482
2617.07/2697.25	c #Conflicts:    2774000 | #Constraints:      51482
2617.07/2697.25	c #Conflicts:    2775000 | #Constraints:      52482
2617.07/2697.25	c #Conflicts:    2776000 | #Constraints:      53482
2617.07/2697.25	c #Conflicts:    2777000 | #Constraints:      54482
2617.07/2697.25	c #Conflicts:    2778000 | #Constraints:      55482
2617.07/2697.25	c #Conflicts:    2779000 | #Constraints:      56482
2617.07/2697.25	c #Conflicts:    2780000 | #Constraints:      57482
2617.07/2697.25	c #Conflicts:    2781000 | #Constraints:      58482
2617.07/2697.25	c #Conflicts:    2782000 | #Constraints:      59482
2617.07/2697.25	c #Conflicts:    2783000 | #Constraints:      60482
2617.07/2697.25	c #Conflicts:    2784000 | #Constraints:      61482
2617.07/2697.25	c #Conflicts:    2785000 | #Constraints:      62482
2617.07/2697.25	c #Conflicts:    2786000 | #Constraints:      63482
2617.07/2697.25	c #Conflicts:    2787000 | #Constraints:      64482
2617.07/2697.25	c #Conflicts:    2788000 | #Constraints:      65482
2617.07/2697.25	c #Conflicts:    2789000 | #Constraints:      66482
2617.07/2697.25	c #Conflicts:    2790000 | #Constraints:      67482
2617.07/2697.25	c #Conflicts:    2791000 | #Constraints:      68482
2617.07/2697.25	c #Conflicts:    2792000 | #Constraints:      69482
2617.07/2697.25	c #Conflicts:    2793000 | #Constraints:      70482
2617.07/2697.25	c #Conflicts:    2794000 | #Constraints:      71482
2617.07/2697.25	c #Conflicts:    2795000 | #Constraints:      72482
2617.07/2697.25	c #Conflicts:    2796000 | #Constraints:      73482
2617.07/2697.25	c INPROCESSING
2617.07/2697.25	c GARBAGE COLLECT
2617.07/2697.25	c rational objective 1001
2652.26/2732.53	c #Conflicts:    2797000 | #Constraints:      40990
2652.26/2732.53	c #Conflicts:    2798000 | #Constraints:      41990
2652.26/2732.53	c #Conflicts:    2799000 | #Constraints:      42990
2652.26/2732.53	c #Conflicts:    2800000 | #Constraints:      43990
2652.26/2732.53	c #Conflicts:    2801000 | #Constraints:      44990
2652.26/2732.53	c #Conflicts:    2802000 | #Constraints:      45990
2652.26/2732.53	c #Conflicts:    2803000 | #Constraints:      46990
2652.26/2732.53	c #Conflicts:    2804000 | #Constraints:      47990
2652.26/2732.53	c #Conflicts:    2805000 | #Constraints:      48990
2652.26/2732.53	c #Conflicts:    2806000 | #Constraints:      49990
2652.26/2732.53	c #Conflicts:    2807000 | #Constraints:      50990
2652.26/2732.53	c #Conflicts:    2808000 | #Constraints:      51990
2652.26/2732.53	c #Conflicts:    2809000 | #Constraints:      52990
2652.26/2732.53	c #Conflicts:    2810000 | #Constraints:      53990
2652.26/2732.53	c #Conflicts:    2811000 | #Constraints:      54990
2652.26/2732.53	c #Conflicts:    2812000 | #Constraints:      55990
2652.26/2732.53	c #Conflicts:    2813000 | #Constraints:      56990
2652.26/2732.53	c #Conflicts:    2814000 | #Constraints:      57990
2652.26/2732.53	c #Conflicts:    2815000 | #Constraints:      58990
2652.26/2732.53	c #Conflicts:    2816000 | #Constraints:      59990
2652.26/2732.53	c #Conflicts:    2817000 | #Constraints:      60990
2652.26/2732.53	c #Conflicts:    2818000 | #Constraints:      61990
2652.26/2732.53	c #Conflicts:    2819000 | #Constraints:      62990
2652.26/2732.53	c #Conflicts:    2820000 | #Constraints:      63990
2652.26/2732.53	c #Conflicts:    2821000 | #Constraints:      64990
2652.26/2732.53	c #Conflicts:    2822000 | #Constraints:      65990
2652.26/2732.53	c #Conflicts:    2823000 | #Constraints:      66990
2652.26/2732.53	c #Conflicts:    2824000 | #Constraints:      67990
2652.26/2732.53	c #Conflicts:    2825000 | #Constraints:      68990
2652.26/2732.53	c #Conflicts:    2826000 | #Constraints:      69990
2652.26/2732.53	c #Conflicts:    2827000 | #Constraints:      70990
2652.26/2732.53	c #Conflicts:    2828000 | #Constraints:      71990
2652.26/2732.53	c #Conflicts:    2829000 | #Constraints:      72990
2652.26/2732.53	c #Conflicts:    2830000 | #Constraints:      73990
2652.26/2732.53	c INPROCESSING
2652.26/2732.53	c GARBAGE COLLECT
2652.26/2732.53	c rational objective 1001
2693.67/2774.74	c #Conflicts:    2831000 | #Constraints:      41467
2693.67/2774.74	c #Conflicts:    2832000 | #Constraints:      42531
2693.67/2774.74	c #Conflicts:    2833000 | #Constraints:      43587
2693.67/2774.74	c #Conflicts:    2834000 | #Constraints:      44643
2693.67/2774.74	c #Conflicts:    2835000 | #Constraints:      45707
2693.67/2774.74	c #Conflicts:    2836000 | #Constraints:      46762
2693.67/2774.74	c #Conflicts:    2837000 | #Constraints:      47821
2693.67/2774.74	c #Conflicts:    2838000 | #Constraints:      48863
2693.67/2774.74	c #Conflicts:    2839000 | #Constraints:      49907
2693.67/2774.74	c #Conflicts:    2840000 | #Constraints:      50950
2693.67/2774.74	c #Conflicts:    2841000 | #Constraints:      51996
2693.67/2774.74	c #Conflicts:    2842000 | #Constraints:      53037
2693.67/2774.74	c #Conflicts:    2843000 | #Constraints:      54068
2693.67/2774.74	c #Conflicts:    2844000 | #Constraints:      55112
2693.67/2774.74	c #Conflicts:    2845000 | #Constraints:      56161
2693.67/2774.74	c #Conflicts:    2846000 | #Constraints:      57194
2693.67/2774.74	c #Conflicts:    2847000 | #Constraints:      58216
2693.67/2774.74	c #Conflicts:    2848000 | #Constraints:      59245
2693.67/2774.74	c #Conflicts:    2849000 | #Constraints:      60275
2693.67/2774.74	c #Conflicts:    2850000 | #Constraints:      61304
2693.67/2774.74	c #Conflicts:    2851000 | #Constraints:      62335
2693.67/2774.74	c #Conflicts:    2852000 | #Constraints:      63360
2693.67/2774.74	c #Conflicts:    2853000 | #Constraints:      64378
2693.67/2774.74	c #Conflicts:    2854000 | #Constraints:      65402
2693.67/2774.74	c #Conflicts:    2855000 | #Constraints:      66430
2693.67/2774.74	c #Conflicts:    2856000 | #Constraints:      67462
2693.67/2774.74	c #Conflicts:    2857000 | #Constraints:      68488
2693.67/2774.74	c #Conflicts:    2858000 | #Constraints:      69510
2693.67/2774.74	c #Conflicts:    2859000 | #Constraints:      70528
2693.67/2774.74	c #Conflicts:    2860000 | #Constraints:      71550
2693.67/2774.74	c #Conflicts:    2861000 | #Constraints:      72585
2693.67/2774.74	c #Conflicts:    2862000 | #Constraints:      73623
2693.67/2774.74	c #Conflicts:    2863000 | #Constraints:      74665
2693.67/2774.74	c #Conflicts:    2864000 | #Constraints:      75695
2693.67/2774.74	c INPROCESSING
2693.67/2774.74	c GARBAGE COLLECT
2693.67/2774.74	c rational objective 1001
2733.16/2815.03	c #Conflicts:    2865000 | #Constraints:      42301
2733.16/2815.03	c #Conflicts:    2866000 | #Constraints:      43301
2733.16/2815.03	c #Conflicts:    2867000 | #Constraints:      44301
2733.16/2815.03	c #Conflicts:    2868000 | #Constraints:      45301
2733.16/2815.03	c #Conflicts:    2869000 | #Constraints:      46301
2733.16/2815.03	c #Conflicts:    2870000 | #Constraints:      47301
2733.16/2815.03	c #Conflicts:    2871000 | #Constraints:      48301
2733.16/2815.03	c #Conflicts:    2872000 | #Constraints:      49301
2733.16/2815.03	c #Conflicts:    2873000 | #Constraints:      50301
2733.16/2815.03	c #Conflicts:    2874000 | #Constraints:      51301
2733.16/2815.03	c #Conflicts:    2875000 | #Constraints:      52301
2733.16/2815.03	c #Conflicts:    2876000 | #Constraints:      53301
2733.16/2815.03	c #Conflicts:    2877000 | #Constraints:      54301
2733.16/2815.03	c #Conflicts:    2878000 | #Constraints:      55301
2733.16/2815.03	c #Conflicts:    2879000 | #Constraints:      56301
2733.16/2815.03	c #Conflicts:    2880000 | #Constraints:      57301
2733.16/2815.03	c #Conflicts:    2881000 | #Constraints:      58301
2733.16/2815.03	c #Conflicts:    2882000 | #Constraints:      59301
2733.16/2815.03	c #Conflicts:    2883000 | #Constraints:      60301
2733.16/2815.03	c #Conflicts:    2884000 | #Constraints:      61301
2733.16/2815.03	c #Conflicts:    2885000 | #Constraints:      62301
2733.16/2815.03	c #Conflicts:    2886000 | #Constraints:      63301
2733.16/2815.03	c #Conflicts:    2887000 | #Constraints:      64301
2733.16/2815.03	c #Conflicts:    2888000 | #Constraints:      65301
2733.16/2815.03	c #Conflicts:    2889000 | #Constraints:      66301
2733.16/2815.03	c #Conflicts:    2890000 | #Constraints:      67301
2733.16/2815.03	c #Conflicts:    2891000 | #Constraints:      68301
2733.16/2815.03	c #Conflicts:    2892000 | #Constraints:      69301
2733.16/2815.03	c #Conflicts:    2893000 | #Constraints:      70301
2733.16/2815.03	c #Conflicts:    2894000 | #Constraints:      71301
2733.16/2815.03	c #Conflicts:    2895000 | #Constraints:      72301
2733.16/2815.03	c #Conflicts:    2896000 | #Constraints:      73301
2733.16/2815.03	c #Conflicts:    2897000 | #Constraints:      74301
2733.16/2815.03	c #Conflicts:    2898000 | #Constraints:      75301
2733.16/2815.03	c INPROCESSING
2733.16/2815.03	c GARBAGE COLLECT
2733.16/2815.03	c rational objective 1001
2772.65/2855.11	c #Conflicts:    2899000 | #Constraints:      42210
2772.65/2855.11	c #Conflicts:    2900000 | #Constraints:      43210
2772.65/2855.11	c #Conflicts:    2901000 | #Constraints:      44210
2772.65/2855.11	c #Conflicts:    2902000 | #Constraints:      45210
2772.65/2855.11	c #Conflicts:    2903000 | #Constraints:      46211
2772.65/2855.11	c #Conflicts:    2904000 | #Constraints:      47221
2772.65/2855.11	c #Conflicts:    2905000 | #Constraints:      48222
2772.65/2855.11	c #Conflicts:    2906000 | #Constraints:      49223
2772.65/2855.11	c #Conflicts:    2907000 | #Constraints:      50552
2772.65/2855.11	c #Conflicts:    2908000 | #Constraints:      52019
2772.65/2855.11	c #Conflicts:    2909000 | #Constraints:      53468
2772.65/2855.11	c #Conflicts:    2910000 | #Constraints:      54917
2772.65/2855.11	c #Conflicts:    2911000 | #Constraints:      56241
2772.65/2855.11	c #Conflicts:    2912000 | #Constraints:      57266
2772.65/2855.11	c #Conflicts:    2913000 | #Constraints:      58272
2772.65/2855.11	c #Conflicts:    2914000 | #Constraints:      59308
2772.65/2855.11	c #Conflicts:    2915000 | #Constraints:      60316
2772.65/2855.11	c #Conflicts:    2916000 | #Constraints:      61317
2772.65/2855.11	c #Conflicts:    2917000 | #Constraints:      62318
2772.65/2855.11	c #Conflicts:    2918000 | #Constraints:      63318
2772.65/2855.11	c #Conflicts:    2919000 | #Constraints:      64319
2772.65/2855.11	c #Conflicts:    2920000 | #Constraints:      65320
2772.65/2855.11	c #Conflicts:    2921000 | #Constraints:      66321
2772.65/2855.11	c #Conflicts:    2922000 | #Constraints:      67322
2772.65/2855.11	c #Conflicts:    2923000 | #Constraints:      68323
2772.65/2855.11	c #Conflicts:    2924000 | #Constraints:      69324
2772.65/2855.11	c #Conflicts:    2925000 | #Constraints:      70326
2772.65/2855.11	c #Conflicts:    2926000 | #Constraints:      71326
2772.65/2855.11	c #Conflicts:    2927000 | #Constraints:      72326
2772.65/2855.11	c #Conflicts:    2928000 | #Constraints:      73327
2772.65/2855.11	c #Conflicts:    2929000 | #Constraints:      74327
2772.65/2855.11	c #Conflicts:    2930000 | #Constraints:      75327
2772.65/2855.11	c #Conflicts:    2931000 | #Constraints:      76329
2772.65/2855.11	c #Conflicts:    2932000 | #Constraints:      77330
2772.65/2855.11	c INPROCESSING
2772.65/2855.11	c GARBAGE COLLECT
2772.65/2855.11	c rational objective 1001
2844.32/2927.83	c #Conflicts:    2933000 | #Constraints:      43143
2844.32/2927.83	c #Conflicts:    2934000 | #Constraints:      44143
2844.32/2927.83	c #Conflicts:    2935000 | #Constraints:      45144
2844.32/2927.83	c #Conflicts:    2936000 | #Constraints:      46156
2844.32/2927.83	c #Conflicts:    2937000 | #Constraints:      47167
2844.32/2927.83	c #Conflicts:    2938000 | #Constraints:      48181
2844.32/2927.83	c #Conflicts:    2939000 | #Constraints:      49242
2844.32/2927.83	c #Conflicts:    2940000 | #Constraints:      50275
2844.32/2927.83	c #Conflicts:    2941000 | #Constraints:      51295
2844.32/2927.83	c #Conflicts:    2942000 | #Constraints:      52313
2844.32/2927.83	c #Conflicts:    2943000 | #Constraints:      53336
2844.32/2927.83	c #Conflicts:    2944000 | #Constraints:      54365
2844.32/2927.83	c #Conflicts:    2945000 | #Constraints:      55389
2844.32/2927.83	c #Conflicts:    2946000 | #Constraints:      56416
2844.32/2927.83	c #Conflicts:    2947000 | #Constraints:      57443
2844.32/2927.83	c #Conflicts:    2948000 | #Constraints:      58470
2844.32/2927.83	c #Conflicts:    2949000 | #Constraints:      59492
2844.32/2927.83	c #Conflicts:    2950000 | #Constraints:      60561
2844.32/2927.83	c #Conflicts:    2951000 | #Constraints:      61611
2844.32/2927.83	c #Conflicts:    2952000 | #Constraints:      62676
2844.32/2927.83	c #Conflicts:    2953000 | #Constraints:      63737
2844.32/2927.83	c #Conflicts:    2954000 | #Constraints:      64764
2844.32/2927.83	c #Conflicts:    2955000 | #Constraints:      65792
2844.32/2927.83	c #Conflicts:    2956000 | #Constraints:      66815
2844.32/2927.83	c #Conflicts:    2957000 | #Constraints:      67847
2844.32/2927.83	c #Conflicts:    2958000 | #Constraints:      68873
2844.32/2927.83	c #Conflicts:    2959000 | #Constraints:      69892
2844.32/2927.83	c #Conflicts:    2960000 | #Constraints:      70928
2844.32/2927.83	c #Conflicts:    2961000 | #Constraints:      71983
2844.32/2927.83	c #Conflicts:    2962000 | #Constraints:      73008
2844.32/2927.83	c #Conflicts:    2963000 | #Constraints:      74027
2844.32/2927.83	c #Conflicts:    2964000 | #Constraints:      75055
2844.32/2927.83	c #Conflicts:    2965000 | #Constraints:      76083
2844.32/2927.83	c #Conflicts:    2966000 | #Constraints:      77102
2844.32/2927.83	c INPROCESSING
2844.32/2927.83	c GARBAGE COLLECT
2844.32/2927.83	c rational objective 1001
2881.79/2965.87	c #Conflicts:    2967000 | #Constraints:      42733
2881.79/2965.87	c #Conflicts:    2968000 | #Constraints:      43733
2881.79/2965.87	c #Conflicts:    2969000 | #Constraints:      44733
2881.79/2965.87	c #Conflicts:    2970000 | #Constraints:      45733
2881.79/2965.87	c #Conflicts:    2971000 | #Constraints:      46733
2881.79/2965.87	c #Conflicts:    2972000 | #Constraints:      47733
2881.79/2965.87	c #Conflicts:    2973000 | #Constraints:      48733
2881.79/2965.87	c #Conflicts:    2974000 | #Constraints:      49733
2881.79/2965.87	c #Conflicts:    2975000 | #Constraints:      50733
2881.79/2965.87	c #Conflicts:    2976000 | #Constraints:      51733
2881.79/2965.87	c #Conflicts:    2977000 | #Constraints:      52733
2881.79/2965.87	c #Conflicts:    2978000 | #Constraints:      53733
2881.79/2965.87	c #Conflicts:    2979000 | #Constraints:      54733
2881.79/2965.87	c #Conflicts:    2980000 | #Constraints:      55733
2881.79/2965.87	c #Conflicts:    2981000 | #Constraints:      56733
2881.79/2965.87	c #Conflicts:    2982000 | #Constraints:      57733
2881.79/2965.87	c #Conflicts:    2983000 | #Constraints:      58733
2881.79/2965.87	c #Conflicts:    2984000 | #Constraints:      59733
2881.79/2965.87	c #Conflicts:    2985000 | #Constraints:      60733
2881.79/2965.87	c #Conflicts:    2986000 | #Constraints:      61733
2881.79/2965.87	c #Conflicts:    2987000 | #Constraints:      62733
2881.79/2965.87	c #Conflicts:    2988000 | #Constraints:      63733
2881.79/2965.87	c #Conflicts:    2989000 | #Constraints:      64733
2881.79/2965.87	c #Conflicts:    2990000 | #Constraints:      65733
2881.79/2965.87	c #Conflicts:    2991000 | #Constraints:      66733
2881.79/2965.87	c #Conflicts:    2992000 | #Constraints:      67733
2881.79/2965.87	c #Conflicts:    2993000 | #Constraints:      68733
2881.79/2965.87	c #Conflicts:    2994000 | #Constraints:      69733
2881.79/2965.87	c #Conflicts:    2995000 | #Constraints:      70733
2881.79/2965.87	c #Conflicts:    2996000 | #Constraints:      71733
2881.79/2965.87	c #Conflicts:    2997000 | #Constraints:      72733
2881.79/2965.87	c #Conflicts:    2998000 | #Constraints:      73733
2881.79/2965.87	c #Conflicts:    2999000 | #Constraints:      74733
2881.79/2965.87	c #Conflicts:    3000000 | #Constraints:      75733
2881.79/2965.87	c #Conflicts:    3001000 | #Constraints:      76733
2881.79/2965.87	c INPROCESSING
2881.79/2965.87	c GARBAGE COLLECT
2881.79/2965.87	c rational objective 1001
2918.57/3003.07	c #Conflicts:    3002000 | #Constraints:      42811
2918.57/3003.07	c #Conflicts:    3003000 | #Constraints:      43811
2918.57/3003.07	c #Conflicts:    3004000 | #Constraints:      44811
2918.57/3003.07	c #Conflicts:    3005000 | #Constraints:      45811
2918.57/3003.07	c #Conflicts:    3006000 | #Constraints:      46811
2918.57/3003.07	c #Conflicts:    3007000 | #Constraints:      47811
2918.57/3003.07	c #Conflicts:    3008000 | #Constraints:      48811
2918.57/3003.07	c #Conflicts:    3009000 | #Constraints:      49811
2918.57/3003.07	c #Conflicts:    3010000 | #Constraints:      50811
2918.57/3003.07	c #Conflicts:    3011000 | #Constraints:      51811
2918.57/3003.07	c #Conflicts:    3012000 | #Constraints:      52811
2918.57/3003.07	c #Conflicts:    3013000 | #Constraints:      53811
2918.57/3003.07	c #Conflicts:    3014000 | #Constraints:      54811
2918.57/3003.07	c #Conflicts:    3015000 | #Constraints:      55811
2918.57/3003.07	c #Conflicts:    3016000 | #Constraints:      56811
2918.57/3003.07	c #Conflicts:    3017000 | #Constraints:      57811
2918.57/3003.07	c #Conflicts:    3018000 | #Constraints:      58811
2918.57/3003.07	c #Conflicts:    3019000 | #Constraints:      59811
2918.57/3003.07	c #Conflicts:    3020000 | #Constraints:      60811
2918.57/3003.07	c #Conflicts:    3021000 | #Constraints:      61811
2918.57/3003.07	c #Conflicts:    3022000 | #Constraints:      62811
2918.57/3003.07	c #Conflicts:    3023000 | #Constraints:      63811
2918.57/3003.07	c #Conflicts:    3024000 | #Constraints:      64811
2918.57/3003.07	c #Conflicts:    3025000 | #Constraints:      65811
2918.57/3003.07	c #Conflicts:    3026000 | #Constraints:      66811
2918.57/3003.07	c #Conflicts:    3027000 | #Constraints:      67811
2918.57/3003.07	c #Conflicts:    3028000 | #Constraints:      68811
2918.57/3003.07	c #Conflicts:    3029000 | #Constraints:      69811
2918.57/3003.07	c #Conflicts:    3030000 | #Constraints:      70811
2918.57/3003.07	c #Conflicts:    3031000 | #Constraints:      71811
2918.57/3003.07	c #Conflicts:    3032000 | #Constraints:      72811
2918.57/3003.07	c #Conflicts:    3033000 | #Constraints:      73811
2918.57/3003.07	c #Conflicts:    3034000 | #Constraints:      74811
2918.57/3003.07	c #Conflicts:    3035000 | #Constraints:      75811
2918.57/3003.07	c #Conflicts:    3036000 | #Constraints:      76811
2918.57/3003.07	c INPROCESSING
2918.57/3003.07	c GARBAGE COLLECT
2918.57/3003.07	c rational objective 1001
2957.30/3042.23	c #Conflicts:    3037000 | #Constraints:      42964
2957.30/3042.23	c #Conflicts:    3038000 | #Constraints:      43964
2957.30/3042.23	c #Conflicts:    3039000 | #Constraints:      44964
2957.30/3042.23	c #Conflicts:    3040000 | #Constraints:      45964
2957.30/3042.23	c #Conflicts:    3041000 | #Constraints:      46964
2957.30/3042.23	c #Conflicts:    3042000 | #Constraints:      47964
2957.30/3042.23	c #Conflicts:    3043000 | #Constraints:      48964
2957.30/3042.23	c #Conflicts:    3044000 | #Constraints:      49964
2957.30/3042.23	c #Conflicts:    3045000 | #Constraints:      50964
2957.30/3042.23	c #Conflicts:    3046000 | #Constraints:      51964
2957.30/3042.23	c #Conflicts:    3047000 | #Constraints:      52964
2957.30/3042.23	c #Conflicts:    3048000 | #Constraints:      53964
2957.30/3042.23	c #Conflicts:    3049000 | #Constraints:      54964
2957.30/3042.23	c #Conflicts:    3050000 | #Constraints:      55964
2957.30/3042.23	c #Conflicts:    3051000 | #Constraints:      56964
2957.30/3042.23	c #Conflicts:    3052000 | #Constraints:      57964
2957.30/3042.23	c #Conflicts:    3053000 | #Constraints:      58964
2957.30/3042.23	c #Conflicts:    3054000 | #Constraints:      59964
2957.30/3042.23	c #Conflicts:    3055000 | #Constraints:      60964
2957.30/3042.23	c #Conflicts:    3056000 | #Constraints:      61964
2957.30/3042.23	c #Conflicts:    3057000 | #Constraints:      62964
2957.30/3042.23	c #Conflicts:    3058000 | #Constraints:      63964
2957.30/3042.23	c #Conflicts:    3059000 | #Constraints:      64964
2957.30/3042.23	c #Conflicts:    3060000 | #Constraints:      65964
2957.30/3042.23	c #Conflicts:    3061000 | #Constraints:      66964
2957.30/3042.23	c #Conflicts:    3062000 | #Constraints:      67964
2957.30/3042.23	c #Conflicts:    3063000 | #Constraints:      68964
2957.30/3042.23	c #Conflicts:    3064000 | #Constraints:      69964
2957.30/3042.23	c #Conflicts:    3065000 | #Constraints:      70964
2957.30/3042.23	c #Conflicts:    3066000 | #Constraints:      71964
2957.30/3042.23	c #Conflicts:    3067000 | #Constraints:      72964
2957.30/3042.23	c #Conflicts:    3068000 | #Constraints:      73964
2957.30/3042.23	c #Conflicts:    3069000 | #Constraints:      74964
2957.30/3042.23	c #Conflicts:    3070000 | #Constraints:      75964
2957.30/3042.23	c #Conflicts:    3071000 | #Constraints:      76964
2957.30/3042.23	c INPROCESSING
2957.30/3042.23	c GARBAGE COLLECT
2957.30/3042.23	c rational objective 1001
2997.41/3082.75	c #Conflicts:    3072000 | #Constraints:      43028
2997.41/3082.75	c #Conflicts:    3073000 | #Constraints:      44028
2997.41/3082.75	c #Conflicts:    3074000 | #Constraints:      45028
2997.41/3082.75	c #Conflicts:    3075000 | #Constraints:      46028
2997.41/3082.75	c #Conflicts:    3076000 | #Constraints:      47028
2997.41/3082.75	c #Conflicts:    3077000 | #Constraints:      48029
2997.41/3082.75	c #Conflicts:    3078000 | #Constraints:      49029
2997.41/3082.75	c #Conflicts:    3079000 | #Constraints:      50030
2997.41/3082.75	c #Conflicts:    3080000 | #Constraints:      51030
2997.41/3082.75	c #Conflicts:    3081000 | #Constraints:      52031
2997.41/3082.75	c #Conflicts:    3082000 | #Constraints:      53032
2997.41/3082.75	c #Conflicts:    3083000 | #Constraints:      54042
2997.41/3082.75	c #Conflicts:    3084000 | #Constraints:      55108
2997.41/3082.75	c #Conflicts:    3085000 | #Constraints:      56155
2997.41/3082.75	c #Conflicts:    3086000 | #Constraints:      57225
2997.41/3082.75	c #Conflicts:    3087000 | #Constraints:      58277
2997.41/3082.75	c #Conflicts:    3088000 | #Constraints:      59309
2997.41/3082.75	c #Conflicts:    3089000 | #Constraints:      60355
2997.41/3082.75	c #Conflicts:    3090000 | #Constraints:      61396
2997.41/3082.75	c #Conflicts:    3091000 | #Constraints:      62445
2997.41/3082.75	c #Conflicts:    3092000 | #Constraints:      63467
2997.41/3082.75	c #Conflicts:    3093000 | #Constraints:      64482
2997.41/3082.75	c #Conflicts:    3094000 | #Constraints:      65501
2997.41/3082.75	c #Conflicts:    3095000 | #Constraints:      66525
2997.41/3082.75	c #Conflicts:    3096000 | #Constraints:      67542
2997.41/3082.75	c #Conflicts:    3097000 | #Constraints:      68557
2997.41/3082.75	c #Conflicts:    3098000 | #Constraints:      69583
2997.41/3082.75	c #Conflicts:    3099000 | #Constraints:      70609
2997.41/3082.75	c #Conflicts:    3100000 | #Constraints:      71630
2997.41/3082.75	c #Conflicts:    3101000 | #Constraints:      72655
2997.41/3082.75	c #Conflicts:    3102000 | #Constraints:      73682
2997.41/3082.75	c #Conflicts:    3103000 | #Constraints:      74690
2997.41/3082.75	c #Conflicts:    3104000 | #Constraints:      75707
2997.41/3082.75	c #Conflicts:    3105000 | #Constraints:      76721
2997.41/3082.75	c #Conflicts:    3106000 | #Constraints:      77734
2997.41/3082.75	c INPROCESSING
2997.41/3082.75	c GARBAGE COLLECT
2997.41/3082.75	c rational objective 1001
3036.18/3121.89	c #Conflicts:    3107000 | #Constraints:      43221
3036.18/3121.89	c #Conflicts:    3108000 | #Constraints:      44221
3036.18/3121.89	c #Conflicts:    3109000 | #Constraints:      45221
3036.18/3121.89	c #Conflicts:    3110000 | #Constraints:      46221
3036.18/3121.89	c #Conflicts:    3111000 | #Constraints:      47221
3036.18/3121.89	c #Conflicts:    3112000 | #Constraints:      48221
3036.18/3121.89	c #Conflicts:    3113000 | #Constraints:      49221
3036.18/3121.89	c #Conflicts:    3114000 | #Constraints:      50221
3036.18/3121.89	c #Conflicts:    3115000 | #Constraints:      51221
3036.18/3121.89	c #Conflicts:    3116000 | #Constraints:      52221
3036.18/3121.89	c #Conflicts:    3117000 | #Constraints:      53221
3036.18/3121.89	c #Conflicts:    3118000 | #Constraints:      54221
3036.18/3121.89	c #Conflicts:    3119000 | #Constraints:      55221
3036.18/3121.89	c #Conflicts:    3120000 | #Constraints:      56221
3036.18/3121.89	c #Conflicts:    3121000 | #Constraints:      57221
3036.18/3121.89	c #Conflicts:    3122000 | #Constraints:      58221
3036.18/3121.89	c #Conflicts:    3123000 | #Constraints:      59221
3036.18/3121.89	c #Conflicts:    3124000 | #Constraints:      60221
3036.18/3121.89	c #Conflicts:    3125000 | #Constraints:      61221
3036.18/3121.89	c #Conflicts:    3126000 | #Constraints:      62221
3036.18/3121.89	c #Conflicts:    3127000 | #Constraints:      63221
3036.18/3121.89	c #Conflicts:    3128000 | #Constraints:      64221
3036.18/3121.89	c #Conflicts:    3129000 | #Constraints:      65221
3036.18/3121.89	c #Conflicts:    3130000 | #Constraints:      66221
3036.18/3121.89	c #Conflicts:    3131000 | #Constraints:      67221
3036.18/3121.89	c #Conflicts:    3132000 | #Constraints:      68221
3036.18/3121.89	c #Conflicts:    3133000 | #Constraints:      69221
3036.18/3121.89	c #Conflicts:    3134000 | #Constraints:      70221
3036.18/3121.89	c #Conflicts:    3135000 | #Constraints:      71221
3036.18/3121.89	c #Conflicts:    3136000 | #Constraints:      72221
3036.18/3121.89	c #Conflicts:    3137000 | #Constraints:      73221
3036.18/3121.89	c #Conflicts:    3138000 | #Constraints:      74221
3036.18/3121.89	c #Conflicts:    3139000 | #Constraints:      75221
3036.18/3121.89	c #Conflicts:    3140000 | #Constraints:      76221
3036.18/3121.89	c #Conflicts:    3141000 | #Constraints:      77221
3036.18/3121.89	c INPROCESSING
3036.18/3121.89	c GARBAGE COLLECT
3036.18/3121.89	c rational objective 1001
3074.15/3160.17	c #Conflicts:    3142000 | #Constraints:      42891
3074.15/3160.17	c #Conflicts:    3143000 | #Constraints:      43891
3074.15/3160.17	c #Conflicts:    3144000 | #Constraints:      44891
3074.15/3160.17	c #Conflicts:    3145000 | #Constraints:      45891
3074.15/3160.17	c #Conflicts:    3146000 | #Constraints:      46891
3074.15/3160.17	c #Conflicts:    3147000 | #Constraints:      47891
3074.15/3160.17	c #Conflicts:    3148000 | #Constraints:      48891
3074.15/3160.17	c #Conflicts:    3149000 | #Constraints:      49891
3074.15/3160.17	c #Conflicts:    3150000 | #Constraints:      50891
3074.15/3160.17	c #Conflicts:    3151000 | #Constraints:      51891
3074.15/3160.17	c #Conflicts:    3152000 | #Constraints:      52891
3074.15/3160.17	c #Conflicts:    3153000 | #Constraints:      53891
3074.15/3160.17	c #Conflicts:    3154000 | #Constraints:      54891
3074.15/3160.17	c #Conflicts:    3155000 | #Constraints:      55891
3074.15/3160.17	c #Conflicts:    3156000 | #Constraints:      56891
3074.15/3160.17	c #Conflicts:    3157000 | #Constraints:      57891
3074.15/3160.17	c #Conflicts:    3158000 | #Constraints:      58891
3074.15/3160.17	c #Conflicts:    3159000 | #Constraints:      59891
3074.15/3160.17	c #Conflicts:    3160000 | #Constraints:      60892
3074.15/3160.17	c #Conflicts:    3161000 | #Constraints:      61892
3074.15/3160.17	c #Conflicts:    3162000 | #Constraints:      62893
3074.15/3160.17	c #Conflicts:    3163000 | #Constraints:      63894
3074.15/3160.17	c #Conflicts:    3164000 | #Constraints:      64894
3074.15/3160.17	c #Conflicts:    3165000 | #Constraints:      65894
3074.15/3160.17	c #Conflicts:    3166000 | #Constraints:      66894
3074.15/3160.17	c #Conflicts:    3167000 | #Constraints:      67895
3074.15/3160.17	c #Conflicts:    3168000 | #Constraints:      68895
3074.15/3160.17	c #Conflicts:    3169000 | #Constraints:      69896
3074.15/3160.17	c #Conflicts:    3170000 | #Constraints:      70896
3074.15/3160.17	c #Conflicts:    3171000 | #Constraints:      71897
3074.15/3160.17	c #Conflicts:    3172000 | #Constraints:      72897
3074.15/3160.17	c #Conflicts:    3173000 | #Constraints:      73897
3074.15/3160.17	c #Conflicts:    3174000 | #Constraints:      74897
3074.15/3160.17	c #Conflicts:    3175000 | #Constraints:      75897
3074.15/3160.17	c #Conflicts:    3176000 | #Constraints:      76897
3074.15/3160.17	c #Conflicts:    3177000 | #Constraints:      77897
3074.15/3160.17	c INPROCESSING
3074.15/3160.17	c GARBAGE COLLECT
3074.15/3160.17	c rational objective 1001
3118.24/3204.96	c #Conflicts:    3178000 | #Constraints:      43404
3118.24/3204.96	c #Conflicts:    3179000 | #Constraints:      44404
3118.24/3204.96	c #Conflicts:    3180000 | #Constraints:      45409
3118.24/3204.96	c #Conflicts:    3181000 | #Constraints:      46426
3118.24/3204.96	c #Conflicts:    3182000 | #Constraints:      47434
3118.24/3204.96	c #Conflicts:    3183000 | #Constraints:      48435
3118.24/3204.96	c #Conflicts:    3184000 | #Constraints:      49472
3118.24/3204.96	c #Conflicts:    3185000 | #Constraints:      50494
3118.24/3204.96	c #Conflicts:    3186000 | #Constraints:      51540
3118.24/3204.96	c #Conflicts:    3187000 | #Constraints:      52604
3118.24/3204.96	c #Conflicts:    3188000 | #Constraints:      53658
3118.24/3204.96	c #Conflicts:    3189000 | #Constraints:      54704
3118.24/3204.96	c #Conflicts:    3190000 | #Constraints:      55747
3118.24/3204.96	c #Conflicts:    3191000 | #Constraints:      56778
3118.24/3204.96	c #Conflicts:    3192000 | #Constraints:      57813
3118.24/3204.96	c #Conflicts:    3193000 | #Constraints:      58855
3118.24/3204.96	c #Conflicts:    3194000 | #Constraints:      59884
3118.24/3204.96	c #Conflicts:    3195000 | #Constraints:      60908
3118.24/3204.96	c #Conflicts:    3196000 | #Constraints:      61951
3118.24/3204.96	c #Conflicts:    3197000 | #Constraints:      62986
3118.24/3204.96	c #Conflicts:    3198000 | #Constraints:      64034
3118.24/3204.96	c #Conflicts:    3199000 | #Constraints:      65062
3118.24/3204.96	c #Conflicts:    3200000 | #Constraints:      66080
3118.24/3204.96	c #Conflicts:    3201000 | #Constraints:      67111
3118.24/3204.96	c #Conflicts:    3202000 | #Constraints:      68131
3118.24/3204.96	c #Conflicts:    3203000 | #Constraints:      69156
3118.24/3204.96	c #Conflicts:    3204000 | #Constraints:      70203
3118.24/3204.96	c #Conflicts:    3205000 | #Constraints:      71239
3118.24/3204.96	c #Conflicts:    3206000 | #Constraints:      72268
3118.24/3204.96	c #Conflicts:    3207000 | #Constraints:      73296
3118.24/3204.96	c #Conflicts:    3208000 | #Constraints:      74334
3118.24/3204.96	c #Conflicts:    3209000 | #Constraints:      75361
3118.24/3204.96	c #Conflicts:    3210000 | #Constraints:      76396
3118.24/3204.96	c #Conflicts:    3211000 | #Constraints:      77420
3118.24/3204.96	c #Conflicts:    3212000 | #Constraints:      78441
3118.24/3204.96	c #Conflicts:    3213000 | #Constraints:      79456
3118.24/3204.96	c INPROCESSING
3118.24/3204.96	c GARBAGE COLLECT
3118.24/3204.96	c rational objective 1001
3160.13/3250.84	c #Conflicts:    3214000 | #Constraints:      44187
3160.13/3250.84	c #Conflicts:    3215000 | #Constraints:      45187
3160.13/3250.84	c #Conflicts:    3216000 | #Constraints:      46187
3160.13/3250.84	c #Conflicts:    3217000 | #Constraints:      47187
3160.13/3250.84	c #Conflicts:    3218000 | #Constraints:      48187
3160.13/3250.84	c #Conflicts:    3219000 | #Constraints:      49187
3160.13/3250.84	c #Conflicts:    3220000 | #Constraints:      50187
3160.13/3250.84	c #Conflicts:    3221000 | #Constraints:      51187
3160.13/3250.84	c #Conflicts:    3222000 | #Constraints:      52187
3160.13/3250.84	c #Conflicts:    3223000 | #Constraints:      53187
3160.13/3250.84	c #Conflicts:    3224000 | #Constraints:      54187
3160.13/3250.84	c #Conflicts:    3225000 | #Constraints:      55187
3160.13/3250.84	c #Conflicts:    3226000 | #Constraints:      56187
3160.13/3250.84	c #Conflicts:    3227000 | #Constraints:      57187
3160.13/3250.84	c #Conflicts:    3228000 | #Constraints:      58187
3160.13/3250.84	c #Conflicts:    3229000 | #Constraints:      59187
3160.13/3250.84	c #Conflicts:    3230000 | #Constraints:      60187
3160.13/3250.84	c #Conflicts:    3231000 | #Constraints:      61187
3160.13/3250.84	c #Conflicts:    3232000 | #Constraints:      62187
3160.13/3250.84	c #Conflicts:    3233000 | #Constraints:      63188
3160.13/3250.84	c #Conflicts:    3234000 | #Constraints:      64188
3160.13/3250.84	c #Conflicts:    3235000 | #Constraints:      65188
3160.13/3250.84	c #Conflicts:    3236000 | #Constraints:      66188
3160.13/3250.84	c #Conflicts:    3237000 | #Constraints:      67188
3160.13/3250.84	c #Conflicts:    3238000 | #Constraints:      68188
3160.13/3250.84	c #Conflicts:    3239000 | #Constraints:      69188
3160.13/3250.84	c #Conflicts:    3240000 | #Constraints:      70188
3160.13/3250.84	c #Conflicts:    3241000 | #Constraints:      71188
3160.13/3250.84	c #Conflicts:    3242000 | #Constraints:      72188
3160.13/3250.84	c #Conflicts:    3243000 | #Constraints:      73188
3160.13/3250.84	c #Conflicts:    3244000 | #Constraints:      74188
3160.13/3250.84	c #Conflicts:    3245000 | #Constraints:      75188
3160.13/3250.84	c #Conflicts:    3246000 | #Constraints:      76188
3160.13/3250.84	c #Conflicts:    3247000 | #Constraints:      77188
3160.13/3250.84	c #Conflicts:    3248000 | #Constraints:      78188
3160.13/3250.84	c #Conflicts:    3249000 | #Constraints:      79188
3160.13/3250.84	c INPROCESSING
3160.13/3250.84	c GARBAGE COLLECT
3160.13/3250.84	c rational objective 1001
3203.10/3298.36	c #Conflicts:    3250000 | #Constraints:      44156
3203.10/3298.36	c #Conflicts:    3251000 | #Constraints:      45156
3203.10/3298.36	c #Conflicts:    3252000 | #Constraints:      46156
3203.10/3298.36	c #Conflicts:    3253000 | #Constraints:      47165
3203.10/3298.36	c #Conflicts:    3254000 | #Constraints:      48231
3203.10/3298.36	c #Conflicts:    3255000 | #Constraints:      49287
3203.10/3298.36	c #Conflicts:    3256000 | #Constraints:      50339
3203.10/3298.36	c #Conflicts:    3257000 | #Constraints:      51400
3203.10/3298.36	c #Conflicts:    3258000 | #Constraints:      52443
3203.10/3298.36	c #Conflicts:    3259000 | #Constraints:      53478
3203.10/3298.36	c #Conflicts:    3260000 | #Constraints:      54512
3203.10/3298.36	c #Conflicts:    3261000 | #Constraints:      55539
3203.10/3298.36	c #Conflicts:    3262000 | #Constraints:      56562
3203.10/3298.36	c #Conflicts:    3263000 | #Constraints:      57589
3203.10/3298.36	c #Conflicts:    3264000 | #Constraints:      58612
3203.10/3298.36	c #Conflicts:    3265000 | #Constraints:      59637
3203.10/3298.36	c #Conflicts:    3266000 | #Constraints:      60680
3203.10/3298.36	c #Conflicts:    3267000 | #Constraints:      61719
3203.10/3298.36	c #Conflicts:    3268000 | #Constraints:      62747
3203.10/3298.36	c #Conflicts:    3269000 | #Constraints:      63767
3203.10/3298.36	c #Conflicts:    3270000 | #Constraints:      64788
3203.10/3298.36	c #Conflicts:    3271000 | #Constraints:      65834
3203.10/3298.36	c #Conflicts:    3272000 | #Constraints:      66878
3203.10/3298.36	c #Conflicts:    3273000 | #Constraints:      67912
3203.10/3298.36	c #Conflicts:    3274000 | #Constraints:      68962
3203.10/3298.36	c #Conflicts:    3275000 | #Constraints:      70016
3203.10/3298.36	c #Conflicts:    3276000 | #Constraints:      71054
3203.10/3298.36	c #Conflicts:    3277000 | #Constraints:      72086
3203.10/3298.36	c #Conflicts:    3278000 | #Constraints:      73119
3203.10/3298.36	c #Conflicts:    3279000 | #Constraints:      74143
3203.10/3298.36	c #Conflicts:    3280000 | #Constraints:      75171
3203.10/3298.36	c #Conflicts:    3281000 | #Constraints:      76191
3203.10/3298.36	c #Conflicts:    3282000 | #Constraints:      77220
3203.10/3298.36	c #Conflicts:    3283000 | #Constraints:      78241
3203.10/3298.36	c #Conflicts:    3284000 | #Constraints:      79267
3203.10/3298.36	c #Conflicts:    3285000 | #Constraints:      80294
3203.10/3298.36	c INPROCESSING
3203.10/3298.36	c GARBAGE COLLECT
3203.10/3298.36	c rational objective 1001
3244.90/3340.96	c #Conflicts:    3286000 | #Constraints:      44510
3244.90/3340.96	c #Conflicts:    3287000 | #Constraints:      45510
3244.90/3340.96	c #Conflicts:    3288000 | #Constraints:      46510
3244.90/3340.96	c #Conflicts:    3289000 | #Constraints:      47510
3244.90/3340.96	c #Conflicts:    3290000 | #Constraints:      48510
3244.90/3340.96	c #Conflicts:    3291000 | #Constraints:      49510
3244.90/3340.96	c #Conflicts:    3292000 | #Constraints:      50510
3244.90/3340.96	c #Conflicts:    3293000 | #Constraints:      51510
3244.90/3340.96	c #Conflicts:    3294000 | #Constraints:      52510
3244.90/3340.96	c #Conflicts:    3295000 | #Constraints:      53510
3244.90/3340.96	c #Conflicts:    3296000 | #Constraints:      54510
3244.90/3340.96	c #Conflicts:    3297000 | #Constraints:      55510
3244.90/3340.96	c #Conflicts:    3298000 | #Constraints:      56510
3244.90/3340.96	c #Conflicts:    3299000 | #Constraints:      57510
3244.90/3340.96	c #Conflicts:    3300000 | #Constraints:      58510
3244.90/3340.96	c #Conflicts:    3301000 | #Constraints:      59511
3244.90/3340.96	c #Conflicts:    3302000 | #Constraints:      60511
3244.90/3340.96	c #Conflicts:    3303000 | #Constraints:      61511
3244.90/3340.96	c #Conflicts:    3304000 | #Constraints:      62511
3244.90/3340.96	c #Conflicts:    3305000 | #Constraints:      63511
3244.90/3340.96	c #Conflicts:    3306000 | #Constraints:      64511
3244.90/3340.96	c #Conflicts:    3307000 | #Constraints:      65511
3244.90/3340.96	c #Conflicts:    3308000 | #Constraints:      66511
3244.90/3340.96	c #Conflicts:    3309000 | #Constraints:      67511
3244.90/3340.96	c #Conflicts:    3310000 | #Constraints:      68511
3244.90/3340.96	c #Conflicts:    3311000 | #Constraints:      69511
3244.90/3340.96	c #Conflicts:    3312000 | #Constraints:      70511
3244.90/3340.96	c #Conflicts:    3313000 | #Constraints:      71511
3244.90/3340.96	c #Conflicts:    3314000 | #Constraints:      72511
3244.90/3340.96	c #Conflicts:    3315000 | #Constraints:      73511
3244.90/3340.96	c #Conflicts:    3316000 | #Constraints:      74511
3244.90/3340.96	c #Conflicts:    3317000 | #Constraints:      75511
3244.90/3340.96	c #Conflicts:    3318000 | #Constraints:      76511
3244.90/3340.96	c #Conflicts:    3319000 | #Constraints:      77511
3244.90/3340.96	c #Conflicts:    3320000 | #Constraints:      78511
3244.90/3340.96	c #Conflicts:    3321000 | #Constraints:      79511
3244.90/3340.96	c INPROCESSING
3244.90/3340.96	c GARBAGE COLLECT
3244.90/3340.96	c rational objective 1001
3286.32/3383.86	c #Conflicts:    3322000 | #Constraints:      44017
3286.32/3383.86	c #Conflicts:    3323000 | #Constraints:      45017
3286.32/3383.86	c #Conflicts:    3324000 | #Constraints:      46017
3286.32/3383.86	c #Conflicts:    3325000 | #Constraints:      47017
3286.32/3383.86	c #Conflicts:    3326000 | #Constraints:      48017
3286.32/3383.86	c #Conflicts:    3327000 | #Constraints:      49017
3286.32/3383.86	c #Conflicts:    3328000 | #Constraints:      50017
3286.32/3383.86	c #Conflicts:    3329000 | #Constraints:      51017
3286.32/3383.86	c #Conflicts:    3330000 | #Constraints:      52017
3286.32/3383.86	c #Conflicts:    3331000 | #Constraints:      53017
3286.32/3383.86	c #Conflicts:    3332000 | #Constraints:      54017
3286.32/3383.86	c #Conflicts:    3333000 | #Constraints:      55017
3286.32/3383.86	c #Conflicts:    3334000 | #Constraints:      56017
3286.32/3383.86	c #Conflicts:    3335000 | #Constraints:      57017
3286.32/3383.86	c #Conflicts:    3336000 | #Constraints:      58017
3286.32/3383.86	c #Conflicts:    3337000 | #Constraints:      59017
3286.32/3383.86	c #Conflicts:    3338000 | #Constraints:      60017
3286.32/3383.86	c #Conflicts:    3339000 | #Constraints:      61017
3286.32/3383.86	c #Conflicts:    3340000 | #Constraints:      62017
3286.32/3383.86	c #Conflicts:    3341000 | #Constraints:      63017
3286.32/3383.86	c #Conflicts:    3342000 | #Constraints:      64017
3286.32/3383.86	c #Conflicts:    3343000 | #Constraints:      65017
3286.32/3383.86	c #Conflicts:    3344000 | #Constraints:      66017
3286.32/3383.86	c #Conflicts:    3345000 | #Constraints:      67017
3286.32/3383.86	c #Conflicts:    3346000 | #Constraints:      68017
3286.32/3383.86	c #Conflicts:    3347000 | #Constraints:      69017
3286.32/3383.86	c #Conflicts:    3348000 | #Constraints:      70017
3286.32/3383.86	c #Conflicts:    3349000 | #Constraints:      71017
3286.32/3383.86	c #Conflicts:    3350000 | #Constraints:      72017
3286.32/3383.86	c #Conflicts:    3351000 | #Constraints:      73017
3286.32/3383.86	c #Conflicts:    3352000 | #Constraints:      74017
3286.32/3383.86	c #Conflicts:    3353000 | #Constraints:      75017
3286.32/3383.86	c #Conflicts:    3354000 | #Constraints:      76017
3286.32/3383.86	c #Conflicts:    3355000 | #Constraints:      77017
3286.32/3383.86	c #Conflicts:    3356000 | #Constraints:      78017
3286.32/3383.86	c #Conflicts:    3357000 | #Constraints:      79017
3286.32/3383.86	c #Conflicts:    3358000 | #Constraints:      80017
3286.32/3383.86	c INPROCESSING
3286.32/3383.86	c GARBAGE COLLECT
3286.32/3383.86	c rational objective 1001
3341.92/3442.32	c #Conflicts:    3359000 | #Constraints:      44488
3341.92/3442.32	c #Conflicts:    3360000 | #Constraints:      45551
3341.92/3442.32	c #Conflicts:    3361000 | #Constraints:      46628
3341.92/3442.32	c #Conflicts:    3362000 | #Constraints:      47677
3341.92/3442.32	c #Conflicts:    3363000 | #Constraints:      48739
3341.92/3442.32	c #Conflicts:    3364000 | #Constraints:      49785
3341.92/3442.32	c #Conflicts:    3365000 | #Constraints:      50829
3341.92/3442.32	c #Conflicts:    3366000 | #Constraints:      51856
3341.92/3442.32	c #Conflicts:    3367000 | #Constraints:      52889
3341.92/3442.32	c #Conflicts:    3368000 | #Constraints:      53920
3341.92/3442.32	c #Conflicts:    3369000 | #Constraints:      54945
3341.92/3442.32	c #Conflicts:    3370000 | #Constraints:      55986
3341.92/3442.32	c #Conflicts:    3371000 | #Constraints:      57015
3341.92/3442.32	c #Conflicts:    3372000 | #Constraints:      58050
3341.92/3442.32	c #Conflicts:    3373000 | #Constraints:      59084
3341.92/3442.32	c #Conflicts:    3374000 | #Constraints:      60110
3341.92/3442.32	c #Conflicts:    3375000 | #Constraints:      61147
3341.92/3442.32	c #Conflicts:    3376000 | #Constraints:      62184
3341.92/3442.32	c #Conflicts:    3377000 | #Constraints:      63218
3341.92/3442.32	c #Conflicts:    3378000 | #Constraints:      64261
3341.92/3442.32	c #Conflicts:    3379000 | #Constraints:      65285
3341.92/3442.32	c #Conflicts:    3380000 | #Constraints:      66305
3341.92/3442.32	c #Conflicts:    3381000 | #Constraints:      67327
3341.92/3442.32	c #Conflicts:    3382000 | #Constraints:      68351
3341.92/3442.32	c #Conflicts:    3383000 | #Constraints:      69381
3341.92/3442.32	c #Conflicts:    3384000 | #Constraints:      70411
3341.92/3442.32	c #Conflicts:    3385000 | #Constraints:      71455
3341.92/3442.32	c #Conflicts:    3386000 | #Constraints:      72482
3341.92/3442.32	c #Conflicts:    3387000 | #Constraints:      73514
3341.92/3442.32	c #Conflicts:    3388000 | #Constraints:      74543
3341.92/3442.32	c #Conflicts:    3389000 | #Constraints:      75561
3341.92/3442.32	c #Conflicts:    3390000 | #Constraints:      76582
3341.92/3442.32	c #Conflicts:    3391000 | #Constraints:      77598
3341.92/3442.32	c #Conflicts:    3392000 | #Constraints:      78615
3341.92/3442.32	c #Conflicts:    3393000 | #Constraints:      79632
3341.92/3442.32	c #Conflicts:    3394000 | #Constraints:      80652
3341.92/3442.32	c #Conflicts:    3395000 | #Constraints:      81673
3341.92/3442.32	c INPROCESSING
3341.92/3442.32	c GARBAGE COLLECT
3341.92/3442.32	c rational objective 1001
3387.27/3489.70	c #Conflicts:    3396000 | #Constraints:      45297
3387.27/3489.70	c #Conflicts:    3397000 | #Constraints:      46297
3387.27/3489.70	c #Conflicts:    3398000 | #Constraints:      47297
3387.27/3489.70	c #Conflicts:    3399000 | #Constraints:      48297
3387.27/3489.70	c #Conflicts:    3400000 | #Constraints:      49297
3387.27/3489.70	c #Conflicts:    3401000 | #Constraints:      50297
3387.27/3489.70	c #Conflicts:    3402000 | #Constraints:      51297
3387.27/3489.70	c #Conflicts:    3403000 | #Constraints:      52297
3387.27/3489.70	c #Conflicts:    3404000 | #Constraints:      53297
3387.27/3489.70	c #Conflicts:    3405000 | #Constraints:      54297
3387.27/3489.70	c #Conflicts:    3406000 | #Constraints:      55297
3387.27/3489.70	c #Conflicts:    3407000 | #Constraints:      56297
3387.27/3489.70	c #Conflicts:    3408000 | #Constraints:      57297
3387.27/3489.70	c #Conflicts:    3409000 | #Constraints:      58297
3387.27/3489.70	c #Conflicts:    3410000 | #Constraints:      59297
3387.27/3489.70	c #Conflicts:    3411000 | #Constraints:      60297
3387.27/3489.70	c #Conflicts:    3412000 | #Constraints:      61297
3387.27/3489.70	c #Conflicts:    3413000 | #Constraints:      62297
3387.27/3489.70	c #Conflicts:    3414000 | #Constraints:      63297
3387.27/3489.70	c #Conflicts:    3415000 | #Constraints:      64297
3387.27/3489.70	c #Conflicts:    3416000 | #Constraints:      65297
3387.27/3489.70	c #Conflicts:    3417000 | #Constraints:      66297
3387.27/3489.70	c #Conflicts:    3418000 | #Constraints:      67297
3387.27/3489.70	c #Conflicts:    3419000 | #Constraints:      68297
3387.27/3489.70	c #Conflicts:    3420000 | #Constraints:      69297
3387.27/3489.70	c #Conflicts:    3421000 | #Constraints:      70297
3387.27/3489.70	c #Conflicts:    3422000 | #Constraints:      71297
3387.27/3489.70	c #Conflicts:    3423000 | #Constraints:      72297
3387.27/3489.70	c #Conflicts:    3424000 | #Constraints:      73297
3387.27/3489.70	c #Conflicts:    3425000 | #Constraints:      74297
3387.27/3489.70	c #Conflicts:    3426000 | #Constraints:      75297
3387.27/3489.70	c #Conflicts:    3427000 | #Constraints:      76297
3387.27/3489.70	c #Conflicts:    3428000 | #Constraints:      77297
3387.27/3489.70	c #Conflicts:    3429000 | #Constraints:      78297
3387.27/3489.70	c #Conflicts:    3430000 | #Constraints:      79297
3387.27/3489.70	c #Conflicts:    3431000 | #Constraints:      80297
3387.27/3489.70	c #Conflicts:    3432000 | #Constraints:      81297
3387.27/3489.70	c INPROCESSING
3387.27/3489.70	c GARBAGE COLLECT
3387.27/3489.70	c rational objective 1001
3431.39/3547.69	c #Conflicts:    3433000 | #Constraints:      45178
3431.39/3547.69	c #Conflicts:    3434000 | #Constraints:      46178
3431.39/3547.69	c #Conflicts:    3435000 | #Constraints:      47178
3431.39/3547.69	c #Conflicts:    3436000 | #Constraints:      48178
3431.39/3547.69	c #Conflicts:    3437000 | #Constraints:      49178
3431.39/3547.69	c #Conflicts:    3438000 | #Constraints:      50178
3431.39/3547.69	c #Conflicts:    3439000 | #Constraints:      51178
3431.39/3547.69	c #Conflicts:    3440000 | #Constraints:      52178
3431.39/3547.69	c #Conflicts:    3441000 | #Constraints:      53178
3431.39/3547.69	c #Conflicts:    3442000 | #Constraints:      54178
3431.39/3547.69	c #Conflicts:    3443000 | #Constraints:      55178
3431.39/3547.69	c #Conflicts:    3444000 | #Constraints:      56178
3431.39/3547.69	c #Conflicts:    3445000 | #Constraints:      57178
3431.39/3547.69	c #Conflicts:    3446000 | #Constraints:      58178
3431.39/3547.69	c #Conflicts:    3447000 | #Constraints:      59178
3431.39/3547.69	c #Conflicts:    3448000 | #Constraints:      60178
3431.39/3547.69	c #Conflicts:    3449000 | #Constraints:      61178
3431.39/3547.69	c #Conflicts:    3450000 | #Constraints:      62179
3431.39/3547.69	c #Conflicts:    3451000 | #Constraints:      63180
3431.39/3547.69	c #Conflicts:    3452000 | #Constraints:      64180
3431.39/3547.69	c #Conflicts:    3453000 | #Constraints:      65181
3431.39/3547.69	c #Conflicts:    3454000 | #Constraints:      66181
3431.39/3547.69	c #Conflicts:    3455000 | #Constraints:      67181
3431.39/3547.69	c #Conflicts:    3456000 | #Constraints:      68181
3431.39/3547.69	c #Conflicts:    3457000 | #Constraints:      69182
3431.39/3547.69	c #Conflicts:    3458000 | #Constraints:      70182
3431.39/3547.69	c #Conflicts:    3459000 | #Constraints:      71183
3431.39/3547.69	c #Conflicts:    3460000 | #Constraints:      72185
3431.39/3547.69	c #Conflicts:    3461000 | #Constraints:      73185
3431.39/3547.69	c #Conflicts:    3462000 | #Constraints:      74185
3431.39/3547.69	c #Conflicts:    3463000 | #Constraints:      75185
3431.39/3547.69	c #Conflicts:    3464000 | #Constraints:      76186
3431.39/3547.69	c #Conflicts:    3465000 | #Constraints:      77186
3431.39/3547.69	c #Conflicts:    3466000 | #Constraints:      78187
3431.39/3547.69	c #Conflicts:    3467000 | #Constraints:      79187
3431.39/3547.69	c #Conflicts:    3468000 | #Constraints:      80188
3431.39/3547.69	c #Conflicts:    3469000 | #Constraints:      81189
3431.39/3547.69	c INPROCESSING
3431.39/3547.69	c GARBAGE COLLECT
3431.39/3547.69	c rational objective 1001
3487.86/3605.35	c #Conflicts:    3470000 | #Constraints:      45056
3487.86/3605.35	c #Conflicts:    3471000 | #Constraints:      46057
3487.86/3605.35	c #Conflicts:    3472000 | #Constraints:      47098
3487.86/3605.35	c #Conflicts:    3473000 | #Constraints:      48141
3487.86/3605.35	c #Conflicts:    3474000 | #Constraints:      49183
3487.86/3605.35	c #Conflicts:    3475000 | #Constraints:      50225
3487.86/3605.35	c #Conflicts:    3476000 | #Constraints:      51271
3487.86/3605.35	c #Conflicts:    3477000 | #Constraints:      52315
3487.86/3605.35	c #Conflicts:    3478000 | #Constraints:      53360
3487.86/3605.35	c #Conflicts:    3479000 | #Constraints:      54393
3487.86/3605.35	c #Conflicts:    3480000 | #Constraints:      55418
3487.86/3605.35	c #Conflicts:    3481000 | #Constraints:      56445
3487.86/3605.35	c #Conflicts:    3482000 | #Constraints:      57469
3487.86/3605.35	c #Conflicts:    3483000 | #Constraints:      58510
3487.86/3605.35	c #Conflicts:    3484000 | #Constraints:      59541
3487.86/3605.35	c #Conflicts:    3485000 | #Constraints:      60562
3487.86/3605.35	c #Conflicts:    3486000 | #Constraints:      61595
3487.86/3605.35	c #Conflicts:    3487000 | #Constraints:      62618
3487.86/3605.35	c #Conflicts:    3488000 | #Constraints:      63628
3487.86/3605.35	c #Conflicts:    3489000 | #Constraints:      64662
3487.86/3605.35	c #Conflicts:    3490000 | #Constraints:      65696
3487.86/3605.35	c #Conflicts:    3491000 | #Constraints:      66722
3487.86/3605.35	c #Conflicts:    3492000 | #Constraints:      67737
3487.86/3605.35	c #Conflicts:    3493000 | #Constraints:      68763
3487.86/3605.35	c #Conflicts:    3494000 | #Constraints:      69796
3487.86/3605.35	c #Conflicts:    3495000 | #Constraints:      70842
3487.86/3605.35	c #Conflicts:    3496000 | #Constraints:      71885
3487.86/3605.35	c #Conflicts:    3497000 | #Constraints:      72920
3487.86/3605.35	c #Conflicts:    3498000 | #Constraints:      73955
3487.86/3605.35	c #Conflicts:    3499000 | #Constraints:      74996
3487.86/3605.35	c #Conflicts:    3500000 | #Constraints:      76022
3487.86/3605.35	c #Conflicts:    3501000 | #Constraints:      77053
3487.86/3605.35	c #Conflicts:    3502000 | #Constraints:      78079
3487.86/3605.35	c #Conflicts:    3503000 | #Constraints:      79114
3487.86/3605.35	c #Conflicts:    3504000 | #Constraints:      80140
3487.86/3605.35	c #Conflicts:    3505000 | #Constraints:      81182
3487.86/3605.35	c #Conflicts:    3506000 | #Constraints:      82226
3487.86/3605.35	c INPROCESSING
3487.86/3605.35	c GARBAGE COLLECT
3487.86/3605.35	c rational objective 1001
3530.84/3650.86	c #Conflicts:    3507000 | #Constraints:      45251
3530.84/3650.86	c #Conflicts:    3508000 | #Constraints:      46251
3530.84/3650.86	c #Conflicts:    3509000 | #Constraints:      47251
3530.84/3650.86	c #Conflicts:    3510000 | #Constraints:      48251
3530.84/3650.86	c #Conflicts:    3511000 | #Constraints:      49251
3530.84/3650.86	c #Conflicts:    3512000 | #Constraints:      50251
3530.84/3650.86	c #Conflicts:    3513000 | #Constraints:      51251
3530.84/3650.86	c #Conflicts:    3514000 | #Constraints:      52251
3530.84/3650.86	c #Conflicts:    3515000 | #Constraints:      53251
3530.84/3650.86	c #Conflicts:    3516000 | #Constraints:      54251
3530.84/3650.86	c #Conflicts:    3517000 | #Constraints:      55251
3530.84/3650.86	c #Conflicts:    3518000 | #Constraints:      56251
3530.84/3650.86	c #Conflicts:    3519000 | #Constraints:      57251
3530.84/3650.86	c #Conflicts:    3520000 | #Constraints:      58251
3530.84/3650.86	c #Conflicts:    3521000 | #Constraints:      59251
3530.84/3650.86	c #Conflicts:    3522000 | #Constraints:      60251
3530.84/3650.86	c #Conflicts:    3523000 | #Constraints:      61251
3530.84/3650.86	c #Conflicts:    3524000 | #Constraints:      62251
3530.84/3650.86	c #Conflicts:    3525000 | #Constraints:      63251
3530.84/3650.86	c #Conflicts:    3526000 | #Constraints:      64251
3530.84/3650.86	c #Conflicts:    3527000 | #Constraints:      65251
3530.84/3650.86	c #Conflicts:    3528000 | #Constraints:      66251
3530.84/3650.86	c #Conflicts:    3529000 | #Constraints:      67251
3530.84/3650.86	c #Conflicts:    3530000 | #Constraints:      68251
3530.84/3650.86	c #Conflicts:    3531000 | #Constraints:      69251
3530.84/3650.86	c #Conflicts:    3532000 | #Constraints:      70251
3530.84/3650.86	c #Conflicts:    3533000 | #Constraints:      71251
3530.84/3650.86	c #Conflicts:    3534000 | #Constraints:      72251
3530.84/3650.86	c #Conflicts:    3535000 | #Constraints:      73251
3530.84/3650.86	c #Conflicts:    3536000 | #Constraints:      74251
3530.84/3650.86	c #Conflicts:    3537000 | #Constraints:      75251
3530.84/3650.86	c #Conflicts:    3538000 | #Constraints:      76251
3530.84/3650.86	c #Conflicts:    3539000 | #Constraints:      77251
3530.84/3650.86	c #Conflicts:    3540000 | #Constraints:      78251
3530.84/3650.86	c #Conflicts:    3541000 | #Constraints:      79251
3530.84/3650.86	c #Conflicts:    3542000 | #Constraints:      80251
3530.84/3650.86	c #Conflicts:    3543000 | #Constraints:      81251
3530.84/3650.86	c #Conflicts:    3544000 | #Constraints:      82251
3530.84/3650.86	c INPROCESSING
3530.84/3650.86	c GARBAGE COLLECT
3530.84/3650.86	c rational objective 1001
3570.62/3700.00	c #Conflicts:    3545000 | #Constraints:      45562
3570.62/3700.00	c #Conflicts:    3546000 | #Constraints:      46562
3570.62/3700.00	c #Conflicts:    3547000 | #Constraints:      47562
3570.62/3700.00	c #Conflicts:    3548000 | #Constraints:      48562
3570.62/3700.00	c #Conflicts:    3549000 | #Constraints:      49562
3570.62/3700.00	c #Conflicts:    3550000 | #Constraints:      50562
3570.62/3700.00	c #Conflicts:    3551000 | #Constraints:      51562
3570.62/3700.00	c #Conflicts:    3552000 | #Constraints:      52562
3570.62/3700.00	c #Conflicts:    3553000 | #Constraints:      53562
3570.62/3700.00	c #Conflicts:    3554000 | #Constraints:      54562
3570.62/3700.00	c #Conflicts:    3555000 | #Constraints:      55562
3570.62/3700.00	c #Conflicts:    3556000 | #Constraints:      56562
3570.62/3700.00	c #Conflicts:    3557000 | #Constraints:      57562
3570.62/3700.00	c #Conflicts:    3558000 | #Constraints:      58562
3570.62/3700.00	c #Conflicts:    3559000 | #Constraints:      59562
3570.62/3700.00	c #Conflicts:    3560000 | #Constraints:      60562
3570.62/3700.00	c #Conflicts:    3561000 | #Constraints:      61562
3570.62/3700.00	c #Conflicts:    3562000 | #Constraints:      62562
3570.62/3700.00	c #Conflicts:    3563000 | #Constraints:      63562
3570.62/3700.00	c #Conflicts:    3564000 | #Constraints:      64562
3570.62/3700.00	c #Conflicts:    3565000 | #Constraints:      65562
3570.62/3700.00	c #Conflicts:    3566000 | #Constraints:      66562
3570.62/3700.00	c #Conflicts:    3567000 | #Constraints:      67562
3570.62/3700.00	c #Conflicts:    3568000 | #Constraints:      68562
3570.62/3700.00	c #Conflicts:    3569000 | #Constraints:      69562
3570.62/3700.00	c #Conflicts:    3570000 | #Constraints:      70562
3570.62/3700.00	c #Conflicts:    3571000 | #Constraints:      71562
3570.62/3700.00	c #Conflicts:    3572000 | #Constraints:      72562
3570.62/3700.00	c #Conflicts:    3573000 | #Constraints:      73562
3570.62/3700.00	c #Conflicts:    3574000 | #Constraints:      74562
3570.62/3700.00	c #Conflicts:    3575000 | #Constraints:      75562
3570.62/3700.00	c #Conflicts:    3576000 | #Constraints:      76562
3570.62/3700.00	c #Conflicts:    3577000 | #Constraints:      77562
3570.62/3700.00	c #Conflicts:    3578000 | #Constraints:      78562
3570.62/3700.00	c #Conflicts:    3579000 | #Constraints:      79562
3570.62/3700.00	c #Conflicts:    3580000 | #Constraints:      80562
3570.62/3700.00	c Disabling crashed LP
3570.62/3700.00	c cpu time 3533.99 s
3570.62/3700.00	c deterministic time 206570668168 2.07e+11
3570.62/3700.00	c optimization time 39.8081 s
3570.62/3700.00	c total solve time 3494.16 s
3570.62/3700.00	c core-guided solve time 2135.82 s
3570.62/3700.00	c propagation time 2719.2 s
3570.62/3700.00	c conflict analysis time 734.177 s
3570.62/3700.00	c propagations 926723949
3570.62/3700.00	c resolve steps 63530439
3570.62/3700.00	c decisions 9621608
3570.62/3700.00	c conflicts 3580609
3570.62/3700.00	c restarts 6141
3570.62/3700.00	c inprocessing phases 179
3570.62/3700.00	c garbage collections 179 ,( 100.00 )
3570.62/3700.00	c input clauses 5204 ,( 63.49 )
3570.62/3700.00	c input cardinalities 2553 ,( 31.15 )
3570.62/3700.00	c input general constraints 439 ,( 5.36 )
3570.62/3700.00	c input average constraint length 262.22
3570.62/3700.00	c input average constraint degree 71.47
3570.62/3700.00	c learned clauses 2369194 ,( 65.29 )
3570.62/3700.00	c learned cardinalities 292414 ,( 8.06 )
3570.62/3700.00	c learned general constraints 967131 ,( 26.65 )
3570.62/3700.00	c learned average constraint length 225.67
3570.62/3700.00	c learned average constraint degree 595773371.38
3570.62/3700.00	c watched  CF 32, 64, 128, Arb: 416283 , 0 , 0 , 0
3570.62/3700.00	c counting CF 32, 64, 128, Arb: 551288 , 0 , 0 , 0
3570.62/3700.00	c watched   constraints 416283 ,( 43.02 ) 
3570.62/3700.00	c counting  constraints 551287 ,( 56.98 ) 
3570.62/3700.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2371204569 , 5068008876 , 26037958625 ,( 946276618 , 25091682007 )
3570.62/3700.00	c gcd simplifications 68071
3570.62/3700.00	c detected cardinalities 49193
3570.62/3700.00	c weakened non-implied lits 338999975
3570.62/3700.00	c weakened non-implying lits 160133
3570.62/3700.00	c original variables 1966
3570.62/3700.00	c clausal propagations 395977824
3570.62/3700.00	c cardinality propagations 64674328
3570.62/3700.00	c watched propagations 12143058
3570.62/3700.00	c counting propagations 421290616
3570.62/3700.00	c watch lookups 113233544605
3570.62/3700.00	c watch backjump lookups 0
3570.62/3700.00	c watch checks 47828419865
3570.62/3700.00	c propagation checks 41052129342
3570.62/3700.00	c constraint additions 2576690007
3570.62/3700.00	c trail pops 939887885
3570.62/3700.00	c formula constraints 4015
3570.62/3700.00	c learned constraints 3543073
3570.62/3700.00	c bound constraints 1080
3570.62/3700.00	c core-guided constraints 3101
3570.62/3700.00	c encountered formula constraints 19210557
3570.62/3700.00	c encountered learned constraints 33468125
3570.62/3700.00	c encountered bound constraints 101
3570.62/3700.00	c encountered core-guided constraints 13672644
3570.62/3700.00	c LP total time 363.097 s
3570.62/3700.00	c LP solve time 311.17 s
3570.62/3700.00	c LP constraints added 6696
3570.62/3700.00	c LP constraints removed 2660
3570.62/3700.00	c LP pivots internal 3580595
3570.62/3700.00	c LP pivots root 70311
3570.62/3700.00	c LP calls 54108
3570.62/3700.00	c LP optimalities 7122
3570.62/3700.00	c LP no pivot count 1884
3570.62/3700.00	c LP infeasibilities 46982
3570.62/3700.00	c LP valid Farkas constraints 46972
3570.62/3700.00	c LP learned Farkas constraints 37685
3570.62/3700.00	c LP basis resets 10
3570.62/3700.00	c LP cycling count 0
3570.62/3700.00	c LP singular count 0
3570.62/3700.00	c LP no primal count 0
3570.62/3700.00	c LP no farkas count 10
3570.62/3700.00	c LP other issue count 0
3570.62/3700.00	c LP Gomory cuts 1009
3570.62/3700.00	c LP learned cuts 1672
3570.62/3700.00	c LP deleted cuts 2660
3570.62/3700.00	c LP encountered Gomory constraints 3634
3570.62/3700.00	c LP encountered Farkas constraints 505310
3570.62/3700.00	c LP encountered learned Farkas constraints 212992
3570.62/3700.00	c CG auxiliary variables introduced 1366
3570.62/3700.00	c CG solutions found 78
3570.62/3700.00	c CG cores constructed 1001
3570.62/3700.00	c CG core cardinality constraints returned 0
3570.62/3700.00	c CG unit cores 0
3570.62/3700.00	c CG single cores 1001
3570.62/3700.00	c CG blocks removed during cardinality reduction 0
3570.62/3700.00	c CG first core best 0
3570.62/3700.00	c CG decision core best 0
3570.62/3700.00	c CG core reduction tie 0
3570.62/3700.00	c CG core degree average 1.00
3570.62/3700.00	c CG core slack average 2.13
3570.62/3700.00	c CG core upper bound improvements 8
3570.62/3700.00	c STR number of successful calls 0
3570.62/3700.00	c STR number of unsuccessful calls 0
3570.62/3700.00	c STR number of inconclusive calls 0
3570.62/3700.00	c STR number of successful attempts 0
3570.62/3700.00	c STR number of unsuccessful attempts 0
3570.62/3700.00	c STR number of inconclusive attempts 0
3570.62/3700.00	c STR average degree increase per successful call inf
3570.62/3700.00	c STR average degree increase per successful attempt inf
3570.62/3700.00	c STR total number of conflicts for successful attempts 0
3570.62/3700.00	c STR total number of conflicts for unsuccessful attempts 0
3570.62/3700.00	c STR total number of conflicts for inconclusive attempts 0
3570.62/3700.00	c STR average number of conflicts per successful attempt inf
3570.62/3700.00	c STR average number of conflicts per unsuccessful attempt inf
3570.62/3700.00	c STR average number of conflicts per inconclusive attempt inf
3570.62/3700.00	c AVG.sumWPerc 48.01 
3570.62/3700.00	c bigint constraints 0 
3570.62/3700.00	o 1037
3570.62/3700.00	s SATISFIABLE
3570.62/3700.00	v x1 -x2 x3 -x4 x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 x20 -x21 x22 -x23 x24 x25 x26 x27 x28 x29 -x30 x31 x32 -x33 x34 x35 x36 x37 x38 -x39 -x40 -x41 -x42 x43 x44 x45 -x46 x47 x48 -x49 -x50 -x51 -x52 x53 x54 x55 x56 -x57 -x58 x59 x60 -x61 x62 -x63 x64 -x65 x66 x67 -x68 x69 x70 x71 x72 x73 x74 x75 x76 -x77 -x78 -x79 x80 x81 x82 -x83 x84 x85 x86 x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 x98 x99 x100 -x101 -x102 x103 x104 -x105 -x106 -x107 -x108 x109 x110 -x111 x112 x113 x114 -x115 x116 x117 x118 x119 x120 -x121 -x122 x123 x124 -x125 -x126 x127 x128 x129 x130 x131 x132 x133 x134 -x135 x136 x137 -x138 x139 x140 x141 x142 -x143 -x144 x145 x146 x147 x148 x149 x150 x151 -x152 -x153 x154 x155 x156 -x157 x158 -x159 x160 x161 x162 -x163 -x164 x165 -x166 x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 x180 -x181 -x182 x183 x184 x185 -x186 -x187 -x188 x189 x190 -x191 -x192 -x193 x194 -x195 x196 x197 x198 x199 x200 -x201 -x202 x203 -x204 x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 x222 x223 -x224 -x225 x226 x227 x228 x229 x230 -x231 -x232 -x233 x234 x235 x236 x237 -x238 x239 x240 x241 -x242 x243 x244 -x245 -x246 x247 -x248 x249 -x250 x251 x252 -x253 x254 x255 x256 -x257 x258 -x259 -x260 x261 -x262 -x263 -x264 x265 x266 x267 -x268 -x269 -x270 x271 x272 -x273 -x274 x275 x276 -x277 -x278 x279 x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 -x291 -x292 x293 x294 -x295 -x296 x297 -x298 x299 -x300 x301 -x302 -x303 -x304 x305 x306 x307 x308 -x309 x310 x311 x312 -x313 -x314 x315 x316 x317 -x318 -x319 -x320 x321 x322 x323 x324 x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 x340 x341 x342 -x343 -x344 -x345 -x346 x347 x348 -x349 -x350 -x351 x352 -x353 x354 x355 x356 -x357 -x358 -x359 -x360 x361 x362 -x363 -x364 x365 x366 x367 -x368 x369 -x370 x371 x372 -x373 x374 -x375 x376 -x377 x378 x379 x380 x381 -x382 x383 x384 -x385 x386 -x387 x388 -x389 x390 -x391 x392 -x393 -x394 -x395 -x396 -x397 x398 x399 x400 -x401 -x402 x403 x404 x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 x413 -x414 x415 x416 -x417 x418 x419 x420 x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 x431 -x432 x433 -x434 x435 x436 -x437 -x438 -x439 x440 -x441 -x442 x443 -x444 -x445 x446 -x447 x448 x449 x450 x451 -x452 x453 -x454 -x455 x456 -x457 x458 x459 x460 x461 x462 x463 x464 -x465 x466 x467 -x468 -x469 -x470 x471 x472 -x473 x474 -x475 x476 -x477 x478 x479 -x480 x481 -x482 -x483 x484 x485 x486 -x487 x488 -x489 x490 x491 -x492 -x493 -x494 x495 -x496 x497 -x498 -x499 -x500 x501 -x502 -x503 -x504 x505 x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 x514 x515 -x516 -x517 -x518 x519 x520 x521 x522 -x523 x524 -x525 x526 -x527 x528 x529 x530 x531 x532 -x533 -x534 -x535 -x536 -x537 x538 x539 x540 -x541 -x542 -x543 -x544 -x545 x546 x547 -x548 -x549 -x550 -x551 x552 x553 -x554 -x555 x556 x557 -x558 x559 x560 -x561 x562 x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 x575 x576 -x577 -x578 -x579 x580 x581 x582 -x583 x584 -x585 -x586 x587 -x588 -x589 -x590 -x591 x592 x593 x594 x595 x596 x597 x598 -x599 -x600 x601 x602 x603 x604 -x605 -x606 x607 -x608 -x609 x610 -x611 -x612 -x613 -x614 x615 x616 x617 x618 -x619 x620 x621 -x622 -x623 -x624 x625 -x626 x627 x628 -x629 x630 x631 x632 -x633 x634 -x635 -x636 x637 x638 -x639 -x640 x641 x642 -x643 x644 -x645 -x646 x647 -x648 x649 x650 -x651 x652 x653 -x654 x655 x656 x657 -x658 x659 -x660 -x661 x662 x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 -x673 -x674 -x675 x676 -x677 x678 x679 x680 x681 -x682 x683 -x684 x685 -x686 -x687 -x688 x689 -x690 x691 x692 -x693 x694 x695 -x696 x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 x706 -x707 -x708 x709 -x710 -x711 -x712 -x713 -x714 x715 x716 -x717 x718 x719 -x720 x721 x722 x723 x724 -x725 x726 x727 x728 x729 -x730 -x731 x732 x733 x734 x735 x736 x737 -x738 -x739 -x740 -x741 x742 -x743 x744 x745 x746 -x747 x748 x749 -x750 x751 x752 -x753 -x754 x755 -x756 -x757 -x758 x759 x760 x761 -x762 -x763 x764 x765 x766 x767 -x768 -x769 -x770 -x771 x772 x773 -x774 x775 x776 -x777 -x778 x779 x780 x781 -x782 -x783 x784 -x785 x786 -x787 x788 x789 x790 x791 x792 -x793 x794 x795 x796 -x797 -x798 -x799 x800 x801 x802 -x803 -x804 x805 x806 -x807 x808 x809 -x810 x811 x812 -x813 x814 x815 x816 x817 -x818 x819 x820 x821 -x822 x823 -x824 -x825 -x826 -x827 x828 -x829 x830 -x831 -x832 x833 -x834 x835 x836 -x837 x838 -x839 x840 -x841 x842 x843 -x844 x845 -x846 x847 x848 -x849 -x850 x851 -x852 x853 -x854 x855 -x856 x857 -x858 -x859 -x860 x861 -x862 x863 x864 -x865 -x866 x867 x868 x869 -x870 x871 x872 -x873 x874 -x875 x876 -x877 -x878 -x879 -x880 x881 -x882 -x883 x884 -x885 x886 -x887 -x888 x889 x890 -x891 x892 x893 -x894 -x895 x896 x897 -x898 -x899 x900 -x901 x902 x903 x904 -x905 -x906 x907 x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 x917 x918 x919 x920 x921 -x922 x923 -x924 -x925 -x926 x927 x928 x929 x930 -x931 -x932 x933 x934 -x935 x936 -x937 -x938 x939 x940 x941 x942 x943 x944 x945 -x946 x947 x948 x949 x950 -x951 x952 x953 x954 -x955 x956 -x957 -x958 -x959 x960 x961 x962 x963 -x964 -x965 -x966 x967 x968 x969 -x970 x971 -x972 x973 x974 x975 -x976 x977 -x978 -x979 x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 x991 x992 x993 -x994 -x995 x996 -x997 -x998 x999 -x1000 x1001 -x1002 x1003 -x1004 -x1005 x1006 -x1007 x1008 x1009 x1010 x1011 -x1012 x1013 -x1014 x1015 x1016 x1017 -x1018 x1019 x1020 x1021 -x1022 x1023 -x1024 x1025 x1026 x1027 x1028 x1029 -x1030 x1031 x1032 x1033 -x1034 x1035 -x1036 -x1037 x1038 x1039 -x1040 -x1041 x1042 x1043 -x1044 x1045 x1046 x1047 -x1048 -x1049 -x1050 -x1051 x1052 x1053 -x1054 -x1055 x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 x1064 -x1065 x1066 -x1067 -x1068 x1069 x1070 x1071 x1072 -x1073 x1074 x1075 x1076 x1077 -x1078 -x1079 x1080 x1081 -x1082 x1083 x1084 -x1085 -x1086 -x1087 -x1088 x1089 -x1090 -x1091 x1092 x1093 x1094 x1095 x1096 x1097 x1098 x1099 -x1100 x1101 x1102 x1103 x1104 -x1105 -x1106 x1107 -x1108 x1109 -x1110 x1111 -x1112 -x1113 x1114 -x1115 x1116 x1117 -x1118 x1119 x1120 x1121 x1122 x1123 x1124 -x1125 x1126 x1127 -x1128 x1129 x1130 -x1131 x1132 -x1133 x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 x1142 x1143 x1144 x1145 x1146 x1147 x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 x1155 x1156 x1157 -x1158 -x1159 x1160 x1161 x1162 -x1163 x1164 x1165 x1166 x1167 x1168 -x1169 -x1170 -x1171 x1172 -x1173 x1174 -x1175 x1176 -x1177 x1178 x1179 -x1180 x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 x1189 -x1190 -x1191 x1192 -x1193 -x1194 -x1195 -x1196 x1197 x1198 x1199 -x1200 -x1201 -x1202 -x1203 x1204 x1205 x1206 -x1207 -x1208 x1209 -x1210 x1211 x1212 x1213 x1214 x1215 x1216 -x1217 x1218 -x1219 x1220 -x1221 -x1222 -x1223 -x1224 x1225 x1226 x1227 x1228 -x1229 x1230 -x1231 x1232 x1233 -x1234 x1235 -x1236 -x1237 x1238 -x1239 -x1240 x1241 -x1242 x1243 x1244 x1245 -x1246 -x1247 -x1248 x1249 x1250 x1251 x1252 -x1253 -x1254 x1255 x1256 x1257 x1258 x1259 -x1260 x1261 x1262 x1263 x1264 -x1265 -x1266 -x1267 -x1268 x1269 x1270 -x1271 -x1272 x1273 x1274 -x1275 -x1276 -x1277 x1278 x1279 -x1280 -x1281 x1282 x1283 -x1284 x1285 x1286 x1287 -x1288 x1289 x1290 -x1291 -x1292 x1293 x1294 x1295 x1296 x1297 x1298 x1299 x1300 x1301 -x1302 x1303 -x1304 -x1305 -x1306 x1307 x1308 x1309 -x1310 -x1311 x1312 x1313 -x1314 x1315 x1316 x1317 x1318 x1319 x1320 -x1321 -x1322 -x1323 -x1324 x1325 x1326 -x1327 -x1328 -x1329 -x1330 x1331 x1332 -x1333 x1334 -x1335 -x1336 x1337 x1338 x1339 x1340 -x1341 -x1342 -x1343 -x1344 x1345 -x1346 x1347 x1348 x1349 -x1350 -x1351 -x1352 x1353 -x1354 x1355 -x1356 x1357 x1358 -x1359 -x1360 x1361 x1362 -x1363 -x1364 -x1365 x1366 x1367 -x1368 -x1369 x1370 -x1371 x1372 x1373 x1374 x1375 x1376 -x1377 -x1378 -x1379 -x1380 x1381 x1382 -x1383 x1384 x1385 x1386 -x1387 -x1388 x1389 -x1390 x1391 x1392 -x1393 x1394 x1395 -x1396 x1397 x1398 -x1399 -x1400 -x1401 x1402 x1403 -x1404 -x1405 x1406 -x1407 -x1408 -x1409 x1410 -x1411 x1412 -x1413 x1414 -x1415 x1416 x1417 x1418 x1419 -x1420 -x1421 x1422 x1423 -x1424 x1425 x1426 -x1427 -x1428 x1429 x1430 -x1431 x1432 x1433 x1434 x1435 x1436 -x1437 -x1438 -x1439 x1440 -x1441 x1442 -x1443 -x1444 -x1445 -x1446 x1447 x1448 -x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 -x1456 -x1457 x1458 -x1459 x1460 -x1461 x1462 x1463 x1464 x1465 x1466 -x1467 x1468 -x1469 x1470 x1471 x1472 -x1473 x1474 -x1475 x1476 -x1477 -x1478 -x1479 x1480 x1481 -x1482 x1483 -x1484 x1485 -x1486 -x1487 x1488 -x1489 -x1490 x1491 -x1492 x1493 x1494 x1495 x1496 x1497 -x1498 -x1499 -x1500 -x1501 -x1502 x1503 -x1504 -x1505 x1506 x1507 x1508 -x1509 x1510 -x1511 -x1512 -x1513 x1514 x1515 x1516 -x1517 -x1518 -x1519 x1520 x1521 x1522 -x1523 x1524 x1525 -x1526 -x1527 x1528 -x1529 -x1530 x1531 -x1532 -x1533 -x1534 x1535 -x1536 -x1537 -x1538 x1539 -x1540 x1541 x1542 x1543 -x1544 -x1545 x1546 x1547 -x1548 -x1549 -x1550 x1551 x1552 x1553 -x1554 x1555 -x1556 -x1557 x1558 -x1559 -x1560 x1561 x1562 x1563 -x1564 x1565 -x1566 -x1567 x1568 x1569 -x1570 x1571 x1572 x1573 -x1574 x1575 x1576 -x1577 x1578 x1579 -x1580 x1581 -x1582 -x1583 -x1584 -x1585 x1586 -x1587 x1588 -x1589 x1590 x1591 x1592 -x1593 x1594 -x1595 x1596 -x1597 -x1598 x1599 x1600 x1601 x1602 -x1603 -x1604 x1605 -x1606 -x1607 x1608 -x1609 x1610 -x1611 x1612 x1613 -x1614 x1615 x1616 x1617 -x1618 -x1619 -x1620 x1621 -x1622 x1623 -x1624 -x1625 -x1626 x1627 x1628 -x1629 -x1630 -x1631 x1632 -x1633 -x1634 -x1635 -x1636 x1637 x1638 x1639 -x1640 x1641 x1642 x1643 -x1644 x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 x1653 -x1654 x1655 -x1656 -x1657 -x1658 x1659 -x1660 x1661 -x1662 -x1663 x1664 x1665 x1666 -x1667 -x1668 -x1669 -x1670 x1671 -x1672 x1673 x1674 -x1675 x1676 -x1677 x1678 x1679 -x1680 x1681 x1682 -x1683 -x1684 -x1685 -x1686 x1687 -x1688 -x1689 x1690 -x1691 -x1692 x1693 -x1694 x1695 x1696 -x1697 -x1698 x1699 x1700 -x1701 x1702 x1703 -x1704 x1705 x1706 x1707 x1708 x1709 -x1710 x1711 -x1712 x1713 -x1714 x1715 -x1716 x1717 -x1718 x1719 x1720 -x1721 x1722 x1723 -x1724 -x1725 x1726 -x1727 x1728 -x1729 x1730 -x1731 x1732 -x1733 x1734 x1735 x1736 x1737 x1738 x1739 x1740 x1741 x1742 -x1743 -x1744 x1745 x1746 x1747 -x1748 x1749 -x1750 -x1751 -x1752 -x1753 x1754 -x1755 -x1756 x1757 x1758 -x1759 x1760 x1761 x1762 -x1763 -x1764 x1765 x1766 x1767 -x1768 x1769 -x1770 x1771 x1772 -x1773 -x1774 -x1775 x1776 -x1777 -x1778 x1779 x1780 x1781 x1782 x1783 x1784 x1785 -x1786 -x1787 x1788 -x1789 -x1790 x1791 x1792 -x1793 x1794 -x1795 x1796 x1797 x1798 x1799 x1800 x1801 x1802 -x1803 x1804 x1805 x1806 -x1807 -x1808 x1809 -x1810 x1811 -x1812 -x1813 -x1814 x1815 -x1816 -x1817 -x1818 -x1819 x1820 x1821 -x1822 x1823 -x1824 x1825 x1826 x1827 x1828 -x1829 x1830 -x1831 -x1832 -x1833 x1834 x1835 -x1836 -x1837 -x1838 -x1839 x1840 -x1841 -x1842 -x1843 x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 x1851 -x1852 x1853 x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 x1863 -x1864 x1865 x1866 -x1867 x1868 x1869 x1870 x1871 x1872 -x1873 -x1874 x1875 x1876 x1877 x1878 -x1879 x1880 x1881 -x1882 -x1883 x1884 x1885 -x1886 x1887 x1888 x1889 -x1890 x1891 x1892 -x1893 x1894 x1895 -x1896 -x1897 x1898 -x1899 -x1900 -x1901 -x1902 x1903 -x1904 x1905 -x1906 -x1907 x1908 -x1909 -x1910 x1911 -x1912 x1913 x1914 x1915 x1916 -x1917 x1918 -x1919 x1920 x1921 x1922 -x1923 x1924 x1925 -x1926 -x1927 -x1928 x1929 x1930 x1931 -x1932 x1933 -x1934 -x1935 x1936 x1937 -x1938 x1939 x1940 x1941 x1942 -x1943 x1944 x1945 -x1946 x1947 x1948 x1949 x1950 x1951 x1952 x1953 x1954 -x1955 x1956 -x1957 x1958 x1959 -x1960 x1961 -x1962 x1963
3570.62/3700.00	c Program interrupted by user.

Verifier Data

OK	1037

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531816-1752584622/watcher-4531816-1752584622 -o /tmp/evaluation-result-4531816-1752584622/solver-4531816-1752584622 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1752584602-183369 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531816-1752584622.opb PROOFDIR/proof-4531816-1752584622 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

Current StackSize limit: 8192 KiB

solver pid=183806, runsolver pid=183803

[startup+0.100061 s]*
/proc/loadavg: 1.25 0.59 0.34 5/270 183820
/proc/meminfo: memFree=120354752/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=62396 memory=17168 CPUtime=0.06 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 2733 0 0 0 5 1 0 0 20 0 1 0 174140980 63893504 4292 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 15599 4292 2368 1147 0 3025 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 66588 KiB
Current children cumulated memory: 20240 KiB

[startup+0.205785 s]*
/proc/loadavg: 1.25 0.59 0.34 5/270 183820
/proc/meminfo: memFree=120340892/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=64248 memory=21060 CPUtime=0.17 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 3159 0 0 0 15 2 0 0 20 0 1 0 174140980 65789952 5265 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 16062 5265 2400 1147 0 3488 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 68440 KiB
Current children cumulated memory: 24132 KiB

[startup+0.305661 s]*
/proc/loadavg: 1.25 0.59 0.34 5/270 183820
/proc/meminfo: memFree=120326780/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=65700 memory=24644 CPUtime=0.26 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 3527 0 0 0 24 2 0 0 20 0 1 0 174140980 67276800 6161 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 16425 6161 2400 1147 0 3851 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 69892 KiB
Current children cumulated memory: 27716 KiB

[startup+0.700195 s]
/proc/loadavg: 1.25 0.59 0.34 5/270 183820
/proc/meminfo: memFree=120296224/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=82680 memory=39740 CPUtime=0.65 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 6773 0 0 0 58 7 0 0 20 0 1 0 174140980 84664320 9935 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 20670 9935 2432 1147 0 8096 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 86872 KiB
Current children cumulated memory: 42812 KiB

[startup+1.5002 s]
/proc/loadavg: 1.25 0.59 0.34 5/270 183820
/proc/meminfo: memFree=120244564/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=116680 memory=71816 CPUtime=1.45 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 13263 0 0 0 133 12 0 0 20 0 1 0 174140980 119480320 17954 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 29170 17954 2432 1147 0 16596 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 120872 KiB
Current children cumulated memory: 74888 KiB

[startup+3.10556 s]
/proc/loadavg: 1.25 0.59 0.34 5/270 183820
/proc/meminfo: memFree=120148756/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=145684 memory=94984 CPUtime=3.05 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 19056 0 0 0 289 16 0 0 20 0 1 0 174140980 149180416 23746 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 36421 23746 2432 1147 0 23847 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 149876 KiB
Current children cumulated memory: 98056 KiB

[startup+6.3002 s]
/proc/loadavg: 1.47 0.64 0.36 5/270 183820
/proc/meminfo: memFree=120131756/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=146436 memory=95752 CPUtime=6.23 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 19256 0 0 0 601 22 0 0 20 0 1 0 174140980 149950464 23938 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 36609 23938 2432 1147 0 24035 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 150628 KiB
Current children cumulated memory: 98824 KiB

[startup+12.7001 s]
/proc/loadavg: 1.68 0.70 0.38 5/270 183820
/proc/meminfo: memFree=120053576/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=168616 memory=112540 CPUtime=12.62 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 22951 0 0 0 1229 33 0 0 20 0 1 0 174140980 172662784 28135 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 42154 28135 2432 1147 0 29580 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 172808 KiB
Current children cumulated memory: 115612 KiB

[startup+25.5002 s]
/proc/loadavg: 2.26 0.88 0.45 5/270 183820
/proc/meminfo: memFree=119858272/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=195608 memory=137704 CPUtime=25.38 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 28728 0 0 0 2480 58 0 0 20 0 1 0 174140980 200302592 34426 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 48902 34426 2432 1147 0 36328 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 199800 KiB
Current children cumulated memory: 140776 KiB

[startup+51.1058 s]
/proc/loadavg: 3.00 1.16 0.55 5/271 183821
/proc/meminfo: memFree=119508440/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=239140 memory=165780 CPUtime=47.59 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 34211 0 0 0 4658 101 0 0 20 0 1 0 174140980 244879360 41445 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 59785 41445 2432 1147 0 47211 0
Current children cumulated CPU time: 47.59 s
Current children cumulated vsize: 243332 KiB
Current children cumulated memory: 168852 KiB

[startup+102.3 s]
/proc/loadavg: 3.86 1.69 0.77 5/273 183825
/proc/meminfo: memFree=118849644/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=270836 memory=198656 CPUtime=93.16 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 41917 0 0 0 9131 185 0 0 20 0 1 0 174140980 277336064 49664 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 67709 49664 2432 1147 0 55135 0
Current children cumulated CPU time: 93.16 s
Current children cumulated vsize: 275028 KiB
Current children cumulated memory: 201728 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 2.13 0.98 5/273 183827
/proc/meminfo: memFree=118138108/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=287580 memory=216484 CPUtime=147.81 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 45364 0 0 0 14507 274 0 0 20 0 1 0 174140980 294481920 54121 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 71895 54121 2432 1147 0 59321 0
Current children cumulated CPU time: 147.81 s
Current children cumulated vsize: 291772 KiB
Current children cumulated memory: 219556 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.49 1.17 5/273 183829
/proc/meminfo: memFree=117320032/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=344288 memory=249732 CPUtime=202.88 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 50624 0 0 0 19927 361 0 0 20 0 1 0 174140980 352550912 62433 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 86072 62433 2432 1147 0 73498 0
Current children cumulated CPU time: 202.88 s

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

/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1159584 memory=1004404 CPUtime=3135.38 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 148792 0 0 0 310230 3308 0 0 20 0 1 0 174140980 1187414016 251101 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 289896 251101 2432 1147 0 277322 0
Current children cumulated CPU time: 3135.38 s
Current children cumulated vsize: 1163776 KiB
Current children cumulated memory: 1007476 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.13 4.05 5/274 183990
/proc/meminfo: memFree=87097216/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1159584 memory=1004404 CPUtime=3187.14 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 148792 0 0 0 315353 3361 0 0 20 0 1 0 174140980 1187414016 251101 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 289896 251101 2432 1147 0 277322 0
Current children cumulated CPU time: 3187.14 s
Current children cumulated vsize: 1163776 KiB
Current children cumulated memory: 1007476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.12 4.05 5/273 183992
/proc/meminfo: memFree=86501084/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1164012 memory=1007220 CPUtime=3246.3 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 149490 0 0 0 321224 3406 0 0 20 0 1 0 174140980 1191948288 251805 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 291003 251805 2432 1147 0 278429 0
Current children cumulated CPU time: 3246.3 s
Current children cumulated vsize: 1168204 KiB
Current children cumulated memory: 1010292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.05 5/274 183995
/proc/meminfo: memFree=85849676/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1164508 memory=1007604 CPUtime=3303.75 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 149592 0 0 0 326917 3458 0 0 20 0 1 0 174140980 1192456192 251901 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 291127 251901 2432 1147 0 278553 0
Current children cumulated CPU time: 3303.75 s
Current children cumulated vsize: 1168700 KiB
Current children cumulated memory: 1010676 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.10 4.05 4/274 184008
/proc/meminfo: memFree=85110764/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1210392 memory=1034356 CPUtime=3361.87 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 156329 0 0 0 332685 3502 0 0 20 0 1 0 174140980 1239441408 258589 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 302598 258589 2432 1147 0 290024 0
Current children cumulated CPU time: 3361.87 s
Current children cumulated vsize: 1214584 KiB
Current children cumulated memory: 1037428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.11 4.05 5/274 184010
/proc/meminfo: memFree=84433492/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1210392 memory=1034356 CPUtime=3413.92 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 156329 0 0 0 337849 3543 0 0 20 0 1 0 174140980 1239441408 258589 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 302598 258589 2432 1147 0 290024 0
Current children cumulated CPU time: 3413.92 s
Current children cumulated vsize: 1214584 KiB
Current children cumulated memory: 1037428 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.06 5/273 184012
/proc/meminfo: memFree=83983084/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1210392 memory=1034356 CPUtime=3465.49 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 156329 0 0 0 342967 3582 0 0 20 0 1 0 174140980 1239441408 258589 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 302598 258589 2432 1147 0 290024 0
Current children cumulated CPU time: 3465.49 s
Current children cumulated vsize: 1214584 KiB
Current children cumulated memory: 1037428 KiB

[startup+3642.3 s]
/proc/loadavg: 4.18 4.13 4.07 5/272 184061
/proc/meminfo: memFree=92614652/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1225148 memory=1044596 CPUtime=3522.38 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 158883 0 0 0 348611 3627 0 0 20 0 1 0 174140980 1254551552 261149 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 306287 261149 2432 1147 0 293713 0
Current children cumulated CPU time: 3522.38 s
Current children cumulated vsize: 1229340 KiB
Current children cumulated memory: 1047668 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.14 4.12 4.07 5/270 184156
/proc/meminfo: memFree=110646328/131249992 swapFree=33010160/33010684
[pid=183806] ppid=183803 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/183806/stat : 183806 (run-opt-ls-log.) S 183803 183806 183356 0 -1 4194304 240 1426 0 0 0 0 0 0 20 0 1 0 174140978 4292608 768 18446744073709551615 94552294051840 94552294946373 140736634097968 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94552295185424 94552295233168 94552295923712 140736634104089 140736634104287 140736634104287 140736634109891 0
/proc/183806/statm: 1048 768 704 219 0 110 0
[pid=183810] ppid=183806 vsize=1225148 memory=1044596 CPUtime=3570.62 cores=5,7
/proc/183810/stat : 183810 (roundingsat) R 183806 183806 183356 0 -1 4194304 158884 0 0 0 353398 3664 0 0 20 0 1 0 174140980 1254551552 261149 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 306287 261149 2432 1147 0 293713 0
Current children cumulated CPU time: 3570.62 s
Current children cumulated vsize: 1229340 KiB
Current children cumulated memory: 1047668 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.004697 s, system=0.007085 s

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

# cumulated CPU time of all completed processes:  user=3534 s, system=36.6641 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+3700.21 s]
/proc/loadavg: 4.14 4.12 4.07 4/269 184156
/proc/meminfo: memFree=110653492/131249992 swapFree=33010160/33010684
[pid=183810] ppid=183803 vsize=1223032 memory=1042916 CPUtime=3570.63 cores=5,7
/proc/183810/stat : 183810 (roundingsat) D 183803 183806 183356 0 -1 4194304 158890 0 0 0 353398 3665 0 0 20 0 1 0 174140980 1252384768 260729 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 305758 260729 2528 1147 0 293184 0
Current cumulated CPU time of completed processes: 0.011782 s
Current children cumulated CPU time: 3570.63 s
Current children cumulated vsize: 1223032 KiB
Current children cumulated memory: 1042916 KiB

[startup+3700.3 s]
/proc/loadavg: 4.14 4.12 4.07 4/269 184156
/proc/meminfo: memFree=110653492/131249992 swapFree=33010160/33010684
[pid=183810] ppid=183803 vsize=1223032 memory=1042916 CPUtime=3570.63 cores=5,7
/proc/183810/stat : 183810 (roundingsat) D 183803 183806 183356 0 -1 4194304 158890 0 0 0 353398 3665 0 0 20 0 1 0 174140980 1252384768 260729 18446744073709551615 4227072 8923577 140726754608624 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 13840384 140726754613492 140726754613798 140726754613798 140726754619370 0
/proc/183810/statm: 305758 260729 2528 1147 0 293184 0
Current cumulated CPU time of completed processes: 0.011782 s
Current children cumulated CPU time: 3570.63 s
Current children cumulated vsize: 1223032 KiB
Current children cumulated memory: 1042916 KiB

Child status: 2

Real time (s): 3700.38
CPU time (s): 3570.67
CPU user time (s): 3534
CPU system time (s): 36.6641
CPU usage (%): 96.4946
Max. virtual memory (cumulated for all children) (KiB): 1229340
Max. memory (cumulated for all children) (KiB): 1047668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3534
system time used= 36.6641
maximum resident set size= 1044852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160571
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16093744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1221
involuntary context switches= 4920


# summary of solver processes directly reported to runsolver:
#   pid: 183806,183810
#   total CPU time (s): 3570.67
#   total CPU user time (s): 3534
#   total CPU system time (s): 36.6641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.44429 second user time and 15.3951 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-15 15:03:42
IDJOB=4531816
IDBENCH=147530
IDSOLVER=3392
FILE ID=nodeC025/4531816-1752584622
RUNJOBID= nodeC025-1752584602-183369
SLURM_JOB_ID= 9684355
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531816-1752584622/watcher-4531816-1752584622 -o /tmp/evaluation-result-4531816-1752584622/solver-4531816-1752584622 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1752584602-183369 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531816-1752584622.opb PROOFDIR/proof-4531816-1752584622

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

MD5SUM BENCH= 2f43827d921579f008f60b037bb7dde7
RANDOM SEED=758036026

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120376572 kB
MemAvailable:   129515812 kB
Buffers:            2128 kB
Cached:          9881428 kB
SwapCached:          200 kB
Active:           621260 kB
Inactive:        9523208 kB
Active(anon):     262036 kB
Inactive(anon):    17060 kB
Active(file):     359224 kB
Inactive(file):  9506148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76192 kB
Writeback:             0 kB
AnonPages:        264340 kB
Mapped:           115580 kB
Shmem:             17856 kB
KReclaimable:     226216 kB
Slab:             322548 kB
SReclaimable:     226216 kB
SUnreclaim:        96332 kB
KernelStack:        4256 kB
PageTables:         3516 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     579728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC025 at 2025-07-15 16:05:23