Trace number 4488728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adSAT (TO)1036 3600.1 3612.02

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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4488728-1751330710.opb'
0.00/0.03	c 	read 0.11MB  (5.15ms)
0.00/0.03	c	 [cnf: #variables 1963 #clauses 4000 #duplicates 1 #arr 9961]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 10] (6.12ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 (0.98ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 9889 #edges 27774]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.28*10^2 #generators 7] (4.60ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	(0.02ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c add generic predicates (break_depth=20)
0.00/0.04	c 	added predicates for 7 generators (0.03ms)
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 16 #add_vars 3]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4488728-1751330710.opb.pre'
0.00/0.04	c 	wrote 0.12MB (0.93ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                   6.12ms 33.16% approx_orbits
0.00/0.04	c                   5.15ms 27.91% parse
0.00/0.04	c                   4.60ms 24.96% detect_generic
0.00/0.04	c                   0.98ms  5.31% detect_special
0.00/0.04	c                   0.93ms  5.05% output
0.00/0.04	c                   0.46ms  2.49% other
0.00/0.04	c                   0.16ms  0.85% finalize_order
0.00/0.04	c                   0.03ms  0.16% break_generic
0.00/0.04	c                   0.02ms  0.10% optimize_gens
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                  18.45ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.06	c RoundingSat 2
0.00/0.06	c branch pb25
0.00/0.06	c commit 63f22ad
0.05/0.11	c #variables 1966 #constraints 4015
0.05/0.11	c objective is ce32 
0.05/0.11	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.05/0.11	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.05/0.11	c bounds - >= 0 @ 0.034869
0.16/0.23	c bounds 1190 >= 0 @ 0.129269
0.16/0.23	c bounds 1190 >= 2 @ 0.129819
0.16/0.23	c bounds 1190 >= 3 @ 0.130626
0.16/0.23	c bounds 1190 >= 4 @ 0.131833
0.16/0.23	c bounds 1190 >= 5 @ 0.132464
0.16/0.23	c bounds 1190 >= 6 @ 0.133103
0.16/0.23	c bounds 1190 >= 7 @ 0.133744
0.16/0.24	c bounds 1190 >= 8 @ 0.134389
0.16/0.24	c bounds 1190 >= 9 @ 0.135037
0.16/0.24	c bounds 1190 >= 10 @ 0.135679
0.16/0.24	c bounds 1190 >= 11 @ 0.136319
0.16/0.24	c bounds 1190 >= 12 @ 0.136961
0.16/0.24	c bounds 1190 >= 13 @ 0.137607
0.16/0.24	c bounds 1190 >= 14 @ 0.138255
0.16/0.24	c bounds 1190 >= 15 @ 0.138768
0.16/0.24	c bounds 1190 >= 16 @ 0.138768
0.16/0.24	c bounds 1190 >= 17 @ 0.139203
0.16/0.24	c bounds 1190 >= 18 @ 0.139853
0.16/0.24	c bounds 1190 >= 19 @ 0.140498
0.16/0.24	c bounds 1190 >= 20 @ 0.14077
0.16/0.24	c bounds 1190 >= 21 @ 0.140901
0.16/0.24	c bounds 1190 >= 22 @ 0.141516
0.16/0.24	c bounds 1190 >= 23 @ 0.142101
0.16/0.25	c bounds 1190 >= 24 @ 0.142736
0.16/0.25	c bounds 1190 >= 25 @ 0.143379
0.16/0.25	c bounds 1190 >= 26 @ 0.144021
0.16/0.25	c bounds 1190 >= 27 @ 0.14466
0.16/0.25	c bounds 1190 >= 28 @ 0.145298
0.16/0.25	c bounds 1190 >= 29 @ 0.145951
0.16/0.25	c bounds 1190 >= 30 @ 0.146597
0.16/0.25	c bounds 1190 >= 31 @ 0.147242
0.16/0.25	c bounds 1190 >= 32 @ 0.14788
0.16/0.25	c bounds 1190 >= 33 @ 0.148525
0.16/0.25	c bounds 1190 >= 34 @ 0.149192
0.16/0.25	c bounds 1190 >= 35 @ 0.149843
0.16/0.25	c bounds 1190 >= 36 @ 0.15049
0.16/0.25	c bounds 1190 >= 37 @ 0.151136
0.16/0.25	c bounds 1190 >= 38 @ 0.151784
0.16/0.26	c bounds 1190 >= 39 @ 0.152428
0.16/0.26	c bounds 1190 >= 40 @ 0.153075
0.16/0.26	c bounds 1190 >= 41 @ 0.153722
0.16/0.26	c bounds 1190 >= 42 @ 0.154363
0.16/0.26	c bounds 1190 >= 43 @ 0.15462
0.16/0.26	c bounds 1190 >= 44 @ 0.15475
0.16/0.26	c bounds 1190 >= 45 @ 0.155381
0.16/0.26	c bounds 1190 >= 46 @ 0.155968
0.16/0.26	c bounds 1190 >= 47 @ 0.156607
0.16/0.26	c bounds 1190 >= 48 @ 0.157255
0.16/0.26	c bounds 1190 >= 49 @ 0.157892
0.16/0.26	c bounds 1190 >= 50 @ 0.158536
0.16/0.26	c bounds 1190 >= 51 @ 0.159181
0.16/0.26	c bounds 1190 >= 52 @ 0.159824
0.16/0.26	c bounds 1190 >= 53 @ 0.160468
0.16/0.26	c bounds 1190 >= 54 @ 0.161112
0.16/0.27	c bounds 1190 >= 55 @ 0.161756
0.16/0.27	c bounds 1190 >= 56 @ 0.162397
0.16/0.27	c bounds 1190 >= 57 @ 0.163033
0.16/0.27	c bounds 1190 >= 58 @ 0.163677
0.16/0.27	c bounds 1190 >= 59 @ 0.164313
0.16/0.27	c bounds 1190 >= 60 @ 0.164953
0.16/0.27	c bounds 1190 >= 61 @ 0.165597
0.16/0.27	c bounds 1190 >= 62 @ 0.166241
0.16/0.27	c bounds 1190 >= 63 @ 0.166886
0.16/0.27	c bounds 1190 >= 64 @ 0.167526
0.16/0.27	c bounds 1190 >= 65 @ 0.168175
0.16/0.27	c bounds 1190 >= 66 @ 0.168817
0.16/0.27	c bounds 1190 >= 67 @ 0.169455
0.16/0.27	c bounds 1190 >= 68 @ 0.170092
0.16/0.27	c bounds 1190 >= 69 @ 0.170736
0.16/0.28	c bounds 1190 >= 70 @ 0.171377
0.16/0.28	c bounds 1190 >= 71 @ 0.172019
0.16/0.28	c bounds 1190 >= 72 @ 0.172655
0.16/0.28	c bounds 1190 >= 73 @ 0.173293
0.16/0.28	c bounds 1190 >= 74 @ 0.173933
0.16/0.28	c bounds 1190 >= 75 @ 0.17457
0.16/0.28	c bounds 1190 >= 76 @ 0.175205
0.16/0.28	c bounds 1190 >= 77 @ 0.175846
0.16/0.28	c bounds 1190 >= 78 @ 0.176483
0.16/0.28	c bounds 1190 >= 79 @ 0.177121
0.16/0.28	c bounds 1190 >= 80 @ 0.177763
0.16/0.28	c bounds 1190 >= 81 @ 0.178401
0.16/0.28	c bounds 1190 >= 82 @ 0.179039
0.16/0.28	c bounds 1190 >= 83 @ 0.180133
0.16/0.29	c bounds 1190 >= 84 @ 0.180473
0.16/0.29	c bounds 1190 >= 85 @ 0.1812
0.16/0.29	c bounds 1190 >= 86 @ 0.18184
0.16/0.29	c bounds 1190 >= 87 @ 0.182474
0.16/0.29	c bounds 1190 >= 88 @ 0.183113
0.16/0.29	c bounds 1190 >= 89 @ 0.183742
0.16/0.29	c bounds 1190 >= 90 @ 0.184375
0.16/0.29	c bounds 1190 >= 91 @ 0.185007
0.16/0.29	c bounds 1190 >= 92 @ 0.185646
0.16/0.29	c bounds 1190 >= 93 @ 0.186282
0.16/0.29	c bounds 1190 >= 94 @ 0.1865
0.16/0.29	c bounds 1190 >= 95 @ 0.186627
0.16/0.29	c bounds 1190 >= 96 @ 0.187224
0.16/0.29	c bounds 1190 >= 97 @ 0.187802
0.16/0.29	c bounds 1190 >= 98 @ 0.188423
0.16/0.30	c bounds 1190 >= 99 @ 0.189063
0.16/0.30	c bounds 1190 >= 100 @ 0.189701
0.16/0.30	c bounds 1190 >= 101 @ 0.190338
0.16/0.30	c bounds 1190 >= 102 @ 0.190977
0.16/0.30	c bounds 1190 >= 103 @ 0.191599
0.16/0.30	c bounds 1190 >= 104 @ 0.192234
0.16/0.30	c bounds 1190 >= 105 @ 0.192868
0.16/0.30	c bounds 1190 >= 106 @ 0.193505
0.16/0.30	c bounds 1190 >= 107 @ 0.194141
0.16/0.30	c bounds 1190 >= 108 @ 0.19478
0.16/0.30	c bounds 1190 >= 109 @ 0.195443
0.16/0.30	c bounds 1190 >= 110 @ 0.196067
0.16/0.30	c bounds 1190 >= 111 @ 0.196695
0.16/0.30	c bounds 1190 >= 112 @ 0.197314
0.16/0.30	c bounds 1190 >= 113 @ 0.19794
0.16/0.30	c bounds 1190 >= 114 @ 0.198563
0.16/0.31	c bounds 1190 >= 115 @ 0.199182
0.16/0.31	c bounds 1190 >= 116 @ 0.199803
0.16/0.31	c bounds 1190 >= 117 @ 0.200436
0.16/0.31	c bounds 1190 >= 118 @ 0.201069
0.16/0.31	c bounds 1190 >= 119 @ 0.201708
0.16/0.31	c bounds 1190 >= 120 @ 0.202337
0.16/0.31	c bounds 1190 >= 121 @ 0.202961
0.16/0.31	c bounds 1190 >= 122 @ 0.20361
0.16/0.31	c bounds 1190 >= 123 @ 0.20425
0.16/0.31	c bounds 1190 >= 124 @ 0.20425
0.16/0.31	c bounds 1190 >= 125 @ 0.204631
0.16/0.31	c bounds 1190 >= 126 @ 0.205274
0.16/0.31	c bounds 1190 >= 127 @ 0.205918
0.16/0.31	c bounds 1190 >= 128 @ 0.206548
0.16/0.31	c bounds 1190 >= 129 @ 0.20719
0.16/0.32	c bounds 1190 >= 130 @ 0.207841
0.16/0.32	c bounds 1190 >= 131 @ 0.208491
0.16/0.32	c bounds 1190 >= 132 @ 0.209125
0.16/0.32	c bounds 1190 >= 133 @ 0.209755
0.16/0.32	c bounds 1190 >= 134 @ 0.210396
0.16/0.32	c bounds 1190 >= 135 @ 0.211031
0.16/0.32	c bounds 1190 >= 136 @ 0.211671
0.16/0.32	c bounds 1190 >= 137 @ 0.21231
0.16/0.32	c bounds 1190 >= 138 @ 0.212947
0.26/0.32	c bounds 1190 >= 139 @ 0.213586
0.26/0.32	c bounds 1190 >= 140 @ 0.214222
0.26/0.32	c bounds 1190 >= 141 @ 0.214857
0.26/0.32	c bounds 1190 >= 142 @ 0.215489
0.26/0.32	c bounds 1190 >= 143 @ 0.216121
0.26/0.32	c bounds 1190 >= 144 @ 0.216765
0.26/0.33	c bounds 1190 >= 145 @ 0.217396
0.26/0.33	c bounds 1190 >= 146 @ 0.218024
0.26/0.33	c bounds 1190 >= 147 @ 0.218665
0.26/0.33	c bounds 1190 >= 148 @ 0.219301
0.26/0.33	c bounds 1190 >= 149 @ 0.219925
0.26/0.33	c bounds 1190 >= 150 @ 0.220549
0.26/0.33	c bounds 1190 >= 151 @ 0.220782
0.26/0.33	c bounds 1190 >= 152 @ 0.22091
0.26/0.33	c bounds 1190 >= 153 @ 0.221535
0.26/0.33	c bounds 1190 >= 154 @ 0.222147
0.26/0.33	c bounds 1190 >= 155 @ 0.222772
0.26/0.33	c bounds 1190 >= 156 @ 0.223397
0.26/0.33	c bounds 1190 >= 157 @ 0.22403
0.26/0.33	c bounds 1190 >= 158 @ 0.224646
0.26/0.33	c bounds 1190 >= 159 @ 0.225268
0.26/0.33	c bounds 1190 >= 160 @ 0.225895
0.26/0.34	c bounds 1190 >= 161 @ 0.226513
0.26/0.34	c bounds 1190 >= 162 @ 0.22715
0.26/0.34	c bounds 1190 >= 163 @ 0.227786
0.26/0.34	c bounds 1190 >= 164 @ 0.228416
0.26/0.34	c bounds 1190 >= 165 @ 0.229046
0.26/0.34	c bounds 1190 >= 166 @ 0.229682
0.26/0.34	c bounds 1190 >= 167 @ 0.230311
0.26/0.34	c bounds 1190 >= 168 @ 0.23094
0.26/0.34	c bounds 1190 >= 169 @ 0.231571
0.26/0.34	c bounds 1190 >= 170 @ 0.232191
0.26/0.34	c bounds 1190 >= 171 @ 0.232815
0.26/0.34	c bounds 1190 >= 172 @ 0.23344
0.26/0.34	c bounds 1190 >= 173 @ 0.23406
0.26/0.34	c bounds 1190 >= 174 @ 0.234675
0.26/0.34	c bounds 1190 >= 175 @ 0.235296
0.26/0.34	c bounds 1190 >= 176 @ 0.235916
0.26/0.35	c bounds 1190 >= 177 @ 0.236525
0.26/0.35	c bounds 1190 >= 178 @ 0.237134
0.26/0.35	c bounds 1190 >= 179 @ 0.237745
0.26/0.35	c bounds 1190 >= 180 @ 0.237745
0.26/0.35	c bounds 1190 >= 181 @ 0.23813
0.26/0.35	c bounds 1190 >= 182 @ 0.238659
0.26/0.35	c bounds 1190 >= 183 @ 0.23929
0.26/0.35	c bounds 1190 >= 184 @ 0.239911
0.26/0.35	c bounds 1190 >= 185 @ 0.240541
0.26/0.35	c bounds 1190 >= 186 @ 0.241154
0.26/0.35	c bounds 1190 >= 187 @ 0.241773
0.26/0.35	c bounds 1190 >= 188 @ 0.242399
0.26/0.35	c bounds 1190 >= 189 @ 0.243034
0.26/0.35	c bounds 1190 >= 190 @ 0.243659
0.26/0.35	c bounds 1190 >= 191 @ 0.244269
0.26/0.35	c bounds 1190 >= 192 @ 0.244882
0.26/0.36	c bounds 1190 >= 193 @ 0.245488
0.26/0.36	c bounds 1190 >= 194 @ 0.246099
0.26/0.36	c bounds 1190 >= 195 @ 0.246727
0.26/0.36	c bounds 1190 >= 196 @ 0.247347
0.26/0.36	c bounds 1190 >= 197 @ 0.247966
0.26/0.36	c bounds 1190 >= 198 @ 0.248576
0.26/0.36	c bounds 1190 >= 199 @ 0.249189
0.26/0.36	c bounds 1190 >= 200 @ 0.249799
0.26/0.36	c bounds 1190 >= 201 @ 0.250404
0.26/0.36	c bounds 1190 >= 202 @ 0.251025
0.26/0.36	c bounds 1190 >= 203 @ 0.251646
0.26/0.36	c bounds 1190 >= 204 @ 0.25227
0.26/0.36	c bounds 1190 >= 205 @ 0.252889
0.26/0.36	c bounds 1190 >= 206 @ 0.253494
0.26/0.36	c bounds 1190 >= 207 @ 0.254112
0.26/0.36	c bounds 1190 >= 208 @ 0.254734
0.26/0.37	c bounds 1190 >= 209 @ 0.255349
0.26/0.37	c bounds 1190 >= 210 @ 0.255975
0.26/0.37	c bounds 1190 >= 211 @ 0.256594
0.26/0.37	c bounds 1190 >= 212 @ 0.25722
0.26/0.37	c bounds 1190 >= 213 @ 0.257844
0.26/0.37	c bounds 1190 >= 214 @ 0.258469
0.26/0.37	c bounds 1190 >= 215 @ 0.258659
0.26/0.37	c bounds 1190 >= 216 @ 0.258788
0.26/0.37	c bounds 1190 >= 217 @ 0.259398
0.26/0.37	c bounds 1190 >= 218 @ 0.259978
0.26/0.37	c bounds 1190 >= 219 @ 0.260605
0.26/0.37	c bounds 1190 >= 220 @ 0.261229
0.26/0.37	c bounds 1190 >= 221 @ 0.261853
0.26/0.37	c bounds 1190 >= 222 @ 0.262472
0.26/0.37	c bounds 1190 >= 223 @ 0.262472
0.26/0.37	c bounds 1190 >= 224 @ 0.262712
0.26/0.38	c bounds 1190 >= 225 @ 0.263332
0.26/0.38	c bounds 1190 >= 226 @ 0.263939
0.26/0.38	c bounds 1190 >= 227 @ 0.26455
0.26/0.38	c bounds 1190 >= 228 @ 0.265164
0.26/0.38	c bounds 1190 >= 229 @ 0.265785
0.26/0.38	c bounds 1190 >= 230 @ 0.266389
0.26/0.38	c bounds 1190 >= 231 @ 0.266998
0.26/0.38	c bounds 1190 >= 232 @ 0.267629
0.26/0.38	c bounds 1190 >= 233 @ 0.268263
0.26/0.38	c bounds 1190 >= 234 @ 0.2689
0.26/0.38	c bounds 1190 >= 235 @ 0.269525
0.26/0.38	c bounds 1190 >= 236 @ 0.270149
0.26/0.38	c bounds 1190 >= 237 @ 0.270767
0.26/0.38	c bounds 1190 >= 238 @ 0.271386
0.26/0.38	c bounds 1190 >= 239 @ 0.272016
0.26/0.38	c bounds 1190 >= 240 @ 0.27264
0.26/0.39	c bounds 1190 >= 241 @ 0.273261
0.26/0.39	c bounds 1190 >= 242 @ 0.273869
0.26/0.39	c bounds 1190 >= 243 @ 0.27448
0.26/0.39	c bounds 1190 >= 244 @ 0.275107
0.26/0.39	c bounds 1190 >= 245 @ 0.275729
0.26/0.39	c bounds 1190 >= 246 @ 0.276349
0.26/0.39	c bounds 1190 >= 247 @ 0.276966
0.26/0.39	c bounds 1190 >= 248 @ 0.277585
0.26/0.39	c bounds 1190 >= 249 @ 0.278199
0.26/0.39	c bounds 1190 >= 250 @ 0.278829
0.26/0.39	c bounds 1190 >= 251 @ 0.279443
0.26/0.39	c bounds 1190 >= 252 @ 0.280062
0.26/0.39	c bounds 1190 >= 253 @ 0.280686
0.26/0.39	c bounds 1190 >= 254 @ 0.281298
0.26/0.39	c bounds 1190 >= 255 @ 0.28193
0.26/0.39	c bounds 1190 >= 256 @ 0.282554
0.26/0.40	c bounds 1190 >= 257 @ 0.283175
0.26/0.40	c bounds 1190 >= 258 @ 0.283804
0.26/0.40	c bounds 1190 >= 259 @ 0.284429
0.26/0.40	c bounds 1190 >= 260 @ 0.285045
0.26/0.40	c bounds 1190 >= 261 @ 0.28565
0.26/0.40	c bounds 1190 >= 262 @ 0.286275
0.26/0.40	c bounds 1190 >= 263 @ 0.286899
0.26/0.40	c bounds 1190 >= 264 @ 0.28752
0.26/0.40	c bounds 1190 >= 265 @ 0.288139
0.26/0.40	c bounds 1190 >= 266 @ 0.289308
0.26/0.40	c bounds 1190 >= 267 @ 0.289515
0.26/0.40	c bounds 1190 >= 268 @ 0.289643
0.26/0.40	c bounds 1190 >= 269 @ 0.290197
0.26/0.40	c bounds 1190 >= 270 @ 0.290806
0.26/0.40	c bounds 1190 >= 271 @ 0.291437
0.26/0.41	c bounds 1190 >= 272 @ 0.292088
0.26/0.41	c bounds 1190 >= 273 @ 0.292724
0.26/0.41	c bounds 1190 >= 274 @ 0.293352
0.26/0.41	c bounds 1190 >= 275 @ 0.293969
0.26/0.41	c bounds 1190 >= 276 @ 0.294597
0.26/0.41	c bounds 1190 >= 277 @ 0.295214
0.26/0.41	c bounds 1190 >= 278 @ 0.295842
0.26/0.41	c bounds 1190 >= 279 @ 0.296495
0.26/0.41	c bounds 1190 >= 280 @ 0.297141
0.26/0.41	c bounds 1190 >= 281 @ 0.297793
0.26/0.41	c bounds 1190 >= 282 @ 0.29843
0.26/0.41	c bounds 1190 >= 283 @ 0.299066
0.26/0.41	c bounds 1190 >= 284 @ 0.299697
0.26/0.41	c bounds 1190 >= 285 @ 0.300324
0.26/0.41	c bounds 1190 >= 286 @ 0.300962
0.26/0.41	c bounds 1190 >= 287 @ 0.301611
0.26/0.42	c bounds 1190 >= 288 @ 0.30225
0.26/0.42	c bounds 1190 >= 289 @ 0.302898
0.26/0.42	c bounds 1190 >= 290 @ 0.303107
0.26/0.42	c bounds 1190 >= 291 @ 0.303236
0.26/0.42	c bounds 1190 >= 292 @ 0.303875
0.26/0.42	c bounds 1190 >= 293 @ 0.304081
0.26/0.42	c bounds 1190 >= 294 @ 0.304223
0.26/0.42	c bounds 1190 >= 295 @ 0.304855
0.26/0.42	c bounds 1190 >= 296 @ 0.305457
0.36/0.42	c bounds 1190 >= 297 @ 0.306104
0.36/0.42	c bounds 1190 >= 298 @ 0.306736
0.36/0.42	c bounds 1190 >= 299 @ 0.307354
0.36/0.42	c bounds 1190 >= 300 @ 0.308001
0.36/0.42	c bounds 1190 >= 301 @ 0.308621
0.36/0.42	c bounds 1190 >= 302 @ 0.309232
0.36/0.43	c bounds 1190 >= 303 @ 0.30985
0.36/0.43	c bounds 1190 >= 304 @ 0.310468
0.36/0.43	c bounds 1190 >= 305 @ 0.311094
0.36/0.43	c bounds 1190 >= 306 @ 0.311718
0.36/0.43	c bounds 1190 >= 307 @ 0.311918
0.36/0.43	c bounds 1190 >= 308 @ 0.312046
0.36/0.43	c bounds 1190 >= 309 @ 0.312659
0.36/0.43	c bounds 1190 >= 310 @ 0.313258
0.36/0.43	c bounds 1190 >= 311 @ 0.313879
0.36/0.43	c bounds 1190 >= 312 @ 0.314508
0.36/0.43	c bounds 1190 >= 313 @ 0.31513
0.36/0.43	c bounds 1190 >= 314 @ 0.315752
0.36/0.43	c bounds 1190 >= 315 @ 0.316393
0.36/0.43	c bounds 1190 >= 316 @ 0.31704
0.36/0.43	c bounds 1190 >= 317 @ 0.317669
0.36/0.43	c bounds 1190 >= 318 @ 0.31789
0.36/0.44	c bounds 1190 >= 319 @ 0.318018
0.36/0.44	c bounds 1190 >= 320 @ 0.31863
0.36/0.44	c bounds 1190 >= 321 @ 0.31923
0.36/0.44	c bounds 1190 >= 322 @ 0.319855
0.36/0.44	c bounds 1190 >= 323 @ 0.320479
0.36/0.44	c bounds 1190 >= 324 @ 0.32111
0.36/0.44	c bounds 1190 >= 325 @ 0.321742
0.36/0.44	c bounds 1190 >= 326 @ 0.322367
0.36/0.44	c bounds 1190 >= 327 @ 0.322998
0.36/0.44	c bounds 1190 >= 328 @ 0.323634
0.36/0.44	c bounds 1190 >= 329 @ 0.324261
0.36/0.44	c bounds 1190 >= 330 @ 0.324771
0.36/0.44	c bounds 1190 >= 331 @ 0.324771
0.36/0.44	c bounds 1190 >= 332 @ 0.325207
0.36/0.44	c bounds 1190 >= 333 @ 0.325836
0.36/0.45	c bounds 1190 >= 334 @ 0.325836
0.36/0.45	c bounds 1190 >= 335 @ 0.326198
0.36/0.45	c bounds 1190 >= 336 @ 0.326743
0.36/0.45	c bounds 1190 >= 337 @ 0.327368
0.36/0.45	c bounds 1190 >= 338 @ 0.327995
0.36/0.45	c bounds 1190 >= 339 @ 0.328648
0.36/0.45	c bounds 1190 >= 340 @ 0.328832
0.36/0.45	c bounds 1190 >= 341 @ 0.32896
0.36/0.45	c bounds 1190 >= 342 @ 0.329546
0.36/0.45	c bounds 1190 >= 343 @ 0.330141
0.36/0.45	c bounds 1190 >= 344 @ 0.33076
0.36/0.45	c bounds 1190 >= 345 @ 0.331375
0.36/0.47	c bounds 1189 >= 345 @ 0.344078
0.36/0.47	c bounds 1189 >= 346 @ 0.34474
0.36/0.47	c bounds 1189 >= 347 @ 0.345369
0.36/0.47	c bounds 1189 >= 348 @ 0.345992
0.36/0.47	c bounds 1189 >= 349 @ 0.346623
0.36/0.47	c bounds 1189 >= 350 @ 0.347251
0.36/0.47	c bounds 1189 >= 351 @ 0.347884
0.36/0.47	c bounds 1189 >= 352 @ 0.348511
0.36/0.47	c bounds 1189 >= 353 @ 0.349128
0.36/0.47	c bounds 1189 >= 354 @ 0.34975
0.36/0.47	c bounds 1189 >= 355 @ 0.350369
0.36/0.47	c bounds 1189 >= 356 @ 0.350998
0.36/0.48	c bounds 1189 >= 357 @ 0.35187
0.36/0.48	c bounds 1189 >= 358 @ 0.352326
0.36/0.48	c bounds 1189 >= 359 @ 0.352763
0.36/0.48	c bounds 1189 >= 360 @ 0.353206
0.36/0.48	c bounds 1189 >= 361 @ 0.35365
0.36/0.48	c bounds 1189 >= 362 @ 0.354097
0.36/0.48	c bounds 1189 >= 363 @ 0.354561
0.36/0.48	c bounds 1189 >= 364 @ 0.355023
0.36/0.48	c bounds 1189 >= 365 @ 0.355471
0.36/0.48	c bounds 1189 >= 366 @ 0.355917
0.36/0.48	c bounds 1189 >= 367 @ 0.35637
0.36/0.48	c bounds 1189 >= 368 @ 0.356825
0.36/0.48	c bounds 1189 >= 369 @ 0.357287
0.36/0.48	c bounds 1189 >= 370 @ 0.357741
0.36/0.48	c bounds 1189 >= 371 @ 0.358195
0.36/0.48	c bounds 1189 >= 372 @ 0.358643
0.36/0.48	c bounds 1189 >= 373 @ 0.359104
0.36/0.48	c bounds 1189 >= 374 @ 0.359561
0.36/0.48	c bounds 1189 >= 375 @ 0.36001
0.36/0.48	c bounds 1189 >= 376 @ 0.360451
0.36/0.48	c bounds 1189 >= 377 @ 0.360899
0.36/0.49	c bounds 1189 >= 378 @ 0.361356
0.36/0.49	c bounds 1189 >= 379 @ 0.361808
0.36/0.49	c bounds 1189 >= 380 @ 0.362252
0.36/0.49	c bounds 1189 >= 381 @ 0.362723
0.36/0.49	c bounds 1189 >= 382 @ 0.363171
0.36/0.49	c bounds 1189 >= 383 @ 0.363623
0.36/0.49	c bounds 1189 >= 384 @ 0.364073
0.36/0.49	c bounds 1189 >= 385 @ 0.36452
0.36/0.49	c bounds 1189 >= 386 @ 0.364967
0.36/0.49	c bounds 1189 >= 387 @ 0.365416
0.36/0.49	c bounds 1189 >= 388 @ 0.365866
0.36/0.49	c bounds 1189 >= 389 @ 0.366313
0.36/0.49	c bounds 1189 >= 390 @ 0.366762
0.36/0.49	c bounds 1189 >= 391 @ 0.367208
0.36/0.49	c bounds 1189 >= 392 @ 0.367657
0.36/0.49	c bounds 1189 >= 393 @ 0.368107
0.36/0.49	c bounds 1189 >= 394 @ 0.368563
0.36/0.49	c bounds 1189 >= 395 @ 0.369014
0.36/0.49	c bounds 1189 >= 396 @ 0.369456
0.36/0.49	c bounds 1189 >= 397 @ 0.369898
0.36/0.49	c bounds 1189 >= 398 @ 0.370338
0.36/0.49	c bounds 1189 >= 399 @ 0.370814
0.36/0.50	c bounds 1189 >= 400 @ 0.371275
0.36/0.50	c bounds 1189 >= 401 @ 0.371726
0.36/0.50	c bounds 1189 >= 402 @ 0.372167
0.36/0.50	c bounds 1189 >= 403 @ 0.372614
0.36/0.50	c bounds 1189 >= 404 @ 0.373066
0.36/0.50	c bounds 1189 >= 405 @ 0.37352
0.36/0.50	c bounds 1189 >= 406 @ 0.373989
0.36/0.50	c bounds 1189 >= 407 @ 0.374447
0.36/0.50	c bounds 1189 >= 408 @ 0.374906
0.36/0.50	c bounds 1189 >= 409 @ 0.375371
0.36/0.50	c bounds 1189 >= 410 @ 0.375827
0.36/0.50	c bounds 1189 >= 411 @ 0.376277
0.36/0.50	c bounds 1189 >= 412 @ 0.376736
0.36/0.50	c bounds 1189 >= 413 @ 0.377193
0.36/0.50	c bounds 1189 >= 414 @ 0.377681
0.36/0.50	c bounds 1189 >= 415 @ 0.378151
0.36/0.50	c bounds 1189 >= 416 @ 0.378617
0.36/0.50	c bounds 1189 >= 417 @ 0.379079
0.36/0.50	c bounds 1189 >= 418 @ 0.379535
0.36/0.50	c bounds 1189 >= 419 @ 0.380005
0.36/0.50	c bounds 1189 >= 420 @ 0.380463
0.36/0.50	c bounds 1189 >= 421 @ 0.380923
0.36/0.51	c bounds 1189 >= 422 @ 0.381383
0.36/0.51	c bounds 1189 >= 423 @ 0.381527
0.36/0.51	c bounds 1189 >= 424 @ 0.381527
0.36/0.51	c bounds 1189 >= 425 @ 0.381808
0.36/0.51	c bounds 1189 >= 426 @ 0.382264
0.36/0.51	c bounds 1189 >= 427 @ 0.382692
0.36/0.51	c bounds 1189 >= 428 @ 0.383163
0.36/0.51	c bounds 1189 >= 429 @ 0.38362
0.36/0.51	c bounds 1189 >= 430 @ 0.38408
0.36/0.51	c bounds 1189 >= 431 @ 0.384547
0.36/0.51	c bounds 1189 >= 432 @ 0.385016
0.36/0.51	c bounds 1189 >= 433 @ 0.385492
0.36/0.51	c bounds 1189 >= 434 @ 0.386003
0.36/0.51	c bounds 1189 >= 435 @ 0.386476
0.36/0.51	c bounds 1189 >= 436 @ 0.386936
0.36/0.51	c bounds 1189 >= 437 @ 0.387403
0.36/0.51	c bounds 1189 >= 438 @ 0.387875
0.36/0.51	c bounds 1189 >= 439 @ 0.388358
0.36/0.51	c bounds 1189 >= 440 @ 0.388826
0.36/0.51	c bounds 1189 >= 441 @ 0.389309
0.36/0.51	c bounds 1189 >= 442 @ 0.389779
0.36/0.52	c bounds 1189 >= 443 @ 0.39026
0.36/0.52	c bounds 1189 >= 444 @ 0.390747
0.36/0.52	c bounds 1189 >= 445 @ 0.39122
0.36/0.52	c bounds 1189 >= 446 @ 0.391686
0.36/0.52	c bounds 1189 >= 447 @ 0.392162
0.36/0.52	c bounds 1189 >= 448 @ 0.392634
0.36/0.52	c bounds 1189 >= 449 @ 0.39311
0.36/0.52	c bounds 1189 >= 450 @ 0.393577
0.36/0.52	c bounds 1189 >= 451 @ 0.39405
0.36/0.52	c bounds 1189 >= 452 @ 0.394524
0.36/0.52	c bounds 1189 >= 453 @ 0.394996
0.36/0.52	c bounds 1189 >= 454 @ 0.394996
0.36/0.52	c bounds 1189 >= 455 @ 0.395023
0.46/0.52	c bounds 1189 >= 456 @ 0.395427
0.46/0.52	c bounds 1189 >= 457 @ 0.395826
0.46/0.52	c bounds 1189 >= 458 @ 0.396313
0.46/0.52	c bounds 1189 >= 459 @ 0.396775
0.46/0.52	c bounds 1189 >= 460 @ 0.39724
0.46/0.52	c bounds 1189 >= 461 @ 0.397699
0.46/0.52	c bounds 1189 >= 462 @ 0.398151
0.46/0.53	c bounds 1189 >= 463 @ 0.398612
0.46/0.53	c bounds 1189 >= 464 @ 0.399068
0.46/0.53	c bounds 1189 >= 465 @ 0.399527
0.46/0.53	c bounds 1189 >= 466 @ 0.399996
0.46/0.53	c bounds 1189 >= 467 @ 0.400462
0.46/0.53	c bounds 1189 >= 468 @ 0.400933
0.46/0.53	c bounds 1189 >= 469 @ 0.401394
0.46/0.53	c bounds 1189 >= 470 @ 0.401852
0.46/0.53	c bounds 1189 >= 471 @ 0.402325
0.46/0.53	c bounds 1189 >= 472 @ 0.402827
0.46/0.53	c bounds 1189 >= 473 @ 0.40332
0.46/0.53	c bounds 1189 >= 474 @ 0.403783
0.46/0.53	c bounds 1189 >= 475 @ 0.404281
0.46/0.53	c bounds 1189 >= 476 @ 0.404749
0.46/0.53	c bounds 1189 >= 477 @ 0.405209
0.46/0.53	c bounds 1189 >= 478 @ 0.405675
0.46/0.53	c bounds 1189 >= 479 @ 0.405832
0.46/0.53	c bounds 1189 >= 480 @ 0.405832
0.46/0.53	c bounds 1189 >= 481 @ 0.406123
0.46/0.53	c bounds 1189 >= 482 @ 0.40656
0.46/0.53	c bounds 1189 >= 483 @ 0.407009
0.46/0.54	c bounds 1189 >= 484 @ 0.407471
0.46/0.54	c bounds 1189 >= 485 @ 0.407915
0.46/0.54	c bounds 1189 >= 486 @ 0.408372
0.46/0.54	c bounds 1189 >= 487 @ 0.40884
0.46/0.54	c bounds 1189 >= 488 @ 0.409303
0.46/0.54	c bounds 1189 >= 489 @ 0.40975
0.46/0.54	c bounds 1189 >= 490 @ 0.410216
0.46/0.54	c bounds 1189 >= 491 @ 0.410675
0.46/0.54	c bounds 1189 >= 492 @ 0.410812
0.46/0.54	c bounds 1189 >= 493 @ 0.410812
0.46/0.54	c bounds 1189 >= 494 @ 0.411095
0.46/0.54	c bounds 1189 >= 495 @ 0.411535
0.46/0.54	c bounds 1189 >= 496 @ 0.411981
0.46/0.54	c bounds 1189 >= 497 @ 0.412463
0.46/0.54	c bounds 1189 >= 498 @ 0.412935
0.46/0.54	c bounds 1189 >= 499 @ 0.413396
0.46/0.54	c bounds 1189 >= 500 @ 0.413844
0.46/0.54	c bounds 1189 >= 501 @ 0.414306
0.46/0.54	c bounds 1189 >= 502 @ 0.414775
0.46/0.54	c bounds 1189 >= 503 @ 0.415243
0.46/0.54	c bounds 1189 >= 504 @ 0.415723
0.46/0.54	c bounds 1189 >= 505 @ 0.416187
0.46/0.55	c bounds 1189 >= 506 @ 0.416651
0.46/0.55	c bounds 1189 >= 507 @ 0.416791
0.46/0.55	c bounds 1189 >= 508 @ 0.416791
0.46/0.55	c bounds 1189 >= 509 @ 0.41708
0.46/0.55	c bounds 1189 >= 510 @ 0.41756
0.46/0.55	c bounds 1189 >= 511 @ 0.418027
0.46/0.55	c bounds 1189 >= 512 @ 0.418491
0.46/0.55	c bounds 1189 >= 513 @ 0.418951
0.46/0.55	c bounds 1189 >= 514 @ 0.419416
0.46/0.55	c bounds 1189 >= 515 @ 0.419884
0.46/0.55	c bounds 1189 >= 516 @ 0.420359
0.46/0.55	c bounds 1189 >= 517 @ 0.420738
0.46/0.55	c bounds 1189 >= 518 @ 0.420738
0.46/0.55	c bounds 1189 >= 519 @ 0.420831
0.46/0.55	c bounds 1189 >= 520 @ 0.421307
0.46/0.55	c bounds 1189 >= 521 @ 0.421747
0.46/0.55	c bounds 1189 >= 522 @ 0.422221
0.46/0.55	c bounds 1189 >= 523 @ 0.422698
0.46/0.55	c bounds 1189 >= 524 @ 0.423179
0.46/0.55	c bounds 1189 >= 525 @ 0.423645
0.46/0.55	c bounds 1189 >= 526 @ 0.423765
0.46/0.56	c bounds 1189 >= 527 @ 0.423765
0.46/0.56	c bounds 1189 >= 528 @ 0.424236
0.46/0.56	c bounds 1189 >= 529 @ 0.424688
0.46/0.56	c bounds 1189 >= 530 @ 0.425165
0.46/0.56	c bounds 1189 >= 531 @ 0.425634
0.46/0.56	c bounds 1189 >= 532 @ 0.426103
0.46/0.56	c bounds 1189 >= 533 @ 0.426579
0.46/0.56	c bounds 1189 >= 534 @ 0.426749
0.46/0.56	c bounds 1189 >= 535 @ 0.426749
0.46/0.56	c bounds 1189 >= 536 @ 0.426749
0.46/0.56	c bounds 1189 >= 537 @ 0.426749
0.46/0.56	c bounds 1189 >= 538 @ 0.427042
0.46/0.56	c bounds 1189 >= 539 @ 0.427514
0.46/0.56	c bounds 1189 >= 540 @ 0.427988
0.46/0.56	c bounds 1189 >= 541 @ 0.428469
0.46/0.56	c bounds 1189 >= 542 @ 0.428944
0.46/0.56	c bounds 1189 >= 543 @ 0.429427
0.46/0.56	c bounds 1189 >= 544 @ 0.429907
0.46/0.56	c bounds 1189 >= 545 @ 0.430388
0.46/0.56	c bounds 1189 >= 546 @ 0.430876
0.46/0.57	c bounds 1189 >= 547 @ 0.431359
0.46/0.57	c bounds 1189 >= 548 @ 0.431832
0.46/0.57	c bounds 1189 >= 549 @ 0.432315
0.46/0.57	c bounds 1189 >= 550 @ 0.432819
0.46/0.57	c bounds 1189 >= 551 @ 0.433299
0.46/0.57	c bounds 1189 >= 552 @ 0.433793
0.46/0.57	c bounds 1189 >= 553 @ 0.434279
0.46/0.57	c bounds 1189 >= 554 @ 0.434764
0.46/0.57	c bounds 1189 >= 555 @ 0.43525
0.46/0.57	c bounds 1189 >= 556 @ 0.435786
0.46/0.57	c bounds 1189 >= 557 @ 0.436277
0.46/0.57	c bounds 1189 >= 558 @ 0.436766
0.46/0.57	c bounds 1189 >= 559 @ 0.437257
0.46/0.57	c bounds 1189 >= 560 @ 0.437753
0.46/0.60	c bounds 1188 >= 560 @ 0.459025
0.46/0.60	c bounds 1188 >= 561 @ 0.459592
0.46/0.60	c bounds 1188 >= 562 @ 0.46011
0.46/0.60	c bounds 1188 >= 563 @ 0.460561
0.46/0.60	c bounds 1188 >= 564 @ 0.460561
0.46/0.60	c bounds 1188 >= 565 @ 0.460678
0.46/0.60	c bounds 1188 >= 566 @ 0.461168
0.46/0.60	c bounds 1188 >= 567 @ 0.461678
0.46/0.60	c bounds 1188 >= 568 @ 0.462172
0.46/0.60	c bounds 1188 >= 569 @ 0.462661
0.46/0.60	c bounds 1188 >= 570 @ 0.463169
0.46/0.60	c bounds 1188 >= 571 @ 0.463673
0.46/0.60	c bounds 1188 >= 572 @ 0.464177
0.46/0.60	c bounds 1188 >= 573 @ 0.464702
0.46/0.61	c bounds 1188 >= 574 @ 0.465226
0.46/0.61	c bounds 1188 >= 575 @ 0.46573
0.46/0.61	c bounds 1188 >= 576 @ 0.466224
0.46/0.61	c bounds 1188 >= 577 @ 0.466733
0.46/0.61	c bounds 1188 >= 578 @ 0.467236
0.46/0.61	c bounds 1188 >= 579 @ 0.467745
0.46/0.61	c bounds 1188 >= 580 @ 0.468255
0.46/0.61	c bounds 1188 >= 581 @ 0.468778
0.55/0.61	c bounds 1188 >= 582 @ 0.469316
0.55/0.61	c bounds 1188 >= 583 @ 0.469825
0.55/0.61	c bounds 1188 >= 584 @ 0.470348
0.55/0.61	c bounds 1188 >= 585 @ 0.470852
0.55/0.61	c bounds 1188 >= 586 @ 0.471354
0.55/0.61	c bounds 1188 >= 587 @ 0.471523
0.55/0.61	c bounds 1188 >= 588 @ 0.471523
0.55/0.61	c bounds 1188 >= 589 @ 0.471525
0.55/0.61	c bounds 1188 >= 590 @ 0.471525
0.55/0.61	c bounds 1188 >= 591 @ 0.472057
0.55/0.61	c bounds 1188 >= 592 @ 0.472496
0.55/0.61	c bounds 1188 >= 593 @ 0.473018
0.55/0.62	c bounds 1188 >= 594 @ 0.473546
0.55/0.62	c bounds 1188 >= 595 @ 0.474067
0.55/0.62	c bounds 1188 >= 596 @ 0.47459
0.55/0.62	c bounds 1188 >= 597 @ 0.475118
0.55/0.62	c bounds 1188 >= 598 @ 0.475663
0.55/0.62	c bounds 1188 >= 599 @ 0.4762
0.55/0.62	c bounds 1188 >= 600 @ 0.47674
0.55/0.62	c bounds 1188 >= 601 @ 0.477293
0.55/0.62	c bounds 1188 >= 602 @ 0.477814
0.55/0.62	c bounds 1188 >= 603 @ 0.47834
0.55/0.62	c bounds 1188 >= 604 @ 0.478495
0.55/0.62	c bounds 1188 >= 605 @ 0.478495
0.55/0.62	c bounds 1188 >= 606 @ 0.479032
0.55/0.62	c bounds 1188 >= 607 @ 0.479534
0.55/0.62	c bounds 1188 >= 608 @ 0.48007
0.55/0.62	c bounds 1188 >= 609 @ 0.480616
0.55/0.62	c bounds 1188 >= 610 @ 0.481198
0.55/0.62	c bounds 1188 >= 611 @ 0.481739
0.55/0.63	c bounds 1188 >= 612 @ 0.48228
0.55/0.63	c bounds 1188 >= 613 @ 0.482806
0.55/0.63	c bounds 1188 >= 614 @ 0.483336
0.55/0.63	c bounds 1188 >= 615 @ 0.483474
0.55/0.63	c bounds 1188 >= 616 @ 0.483474
0.55/0.63	c bounds 1188 >= 617 @ 0.484036
0.55/0.63	c bounds 1188 >= 618 @ 0.484546
0.55/0.63	c bounds 1188 >= 619 @ 0.48508
0.55/0.63	c bounds 1188 >= 620 @ 0.485627
0.55/0.63	c bounds 1188 >= 621 @ 0.486153
0.55/0.63	c bounds 1188 >= 622 @ 0.486708
0.55/0.63	c bounds 1188 >= 623 @ 0.48725
0.55/0.63	c bounds 1188 >= 624 @ 0.48779
0.55/0.63	c bounds 1188 >= 625 @ 0.488347
0.55/0.63	c bounds 1188 >= 626 @ 0.488457
0.55/0.63	c bounds 1188 >= 627 @ 0.488457
0.55/0.63	c bounds 1188 >= 628 @ 0.489
0.55/0.63	c bounds 1188 >= 629 @ 0.489522
0.55/0.64	c bounds 1188 >= 630 @ 0.490056
0.55/0.64	c bounds 1188 >= 631 @ 0.490625
0.55/0.64	c bounds 1188 >= 632 @ 0.491198
0.55/0.64	c bounds 1188 >= 633 @ 0.491731
0.55/0.64	c bounds 1188 >= 634 @ 0.492266
0.55/0.64	c bounds 1188 >= 635 @ 0.492443
0.55/0.64	c bounds 1188 >= 636 @ 0.492443
0.55/0.64	c bounds 1188 >= 637 @ 0.493021
0.55/0.64	c bounds 1188 >= 638 @ 0.493517
0.55/0.64	c bounds 1188 >= 639 @ 0.494076
0.55/0.64	c bounds 1188 >= 640 @ 0.494626
0.55/0.64	c bounds 1188 >= 641 @ 0.495178
0.55/0.64	c bounds 1188 >= 642 @ 0.495726
0.55/0.64	c bounds 1188 >= 643 @ 0.496301
0.55/0.64	c bounds 1188 >= 644 @ 0.496845
0.55/0.64	c bounds 1188 >= 645 @ 0.497382
0.55/0.64	c bounds 1188 >= 646 @ 0.497956
0.55/0.64	c bounds 1188 >= 647 @ 0.498511
0.55/0.65	c bounds 1188 >= 648 @ 0.49906
0.55/0.65	c bounds 1188 >= 649 @ 0.499612
0.55/0.65	c bounds 1188 >= 650 @ 0.500181
0.55/0.65	c bounds 1188 >= 651 @ 0.500748
0.55/0.65	c bounds 1188 >= 652 @ 0.501317
0.55/0.65	c bounds 1188 >= 653 @ 0.501862
0.55/0.65	c bounds 1188 >= 654 @ 0.502435
0.55/0.65	c bounds 1188 >= 655 @ 0.503004
0.55/0.65	c bounds 1188 >= 656 @ 0.50357
0.55/0.65	c bounds 1188 >= 657 @ 0.504118
0.55/0.65	c bounds 1188 >= 658 @ 0.504692
0.55/0.65	c bounds 1188 >= 659 @ 0.505228
0.55/0.65	c bounds 1188 >= 660 @ 0.505794
0.55/0.65	c bounds 1188 >= 661 @ 0.506367
0.55/0.65	c bounds 1188 >= 662 @ 0.506919
0.55/0.65	c bounds 1188 >= 663 @ 0.507494
0.55/0.65	c bounds 1188 >= 664 @ 0.508081
0.55/0.65	c bounds 1188 >= 665 @ 0.508626
0.55/0.66	c bounds 1188 >= 666 @ 0.509194
0.55/0.66	c bounds 1188 >= 667 @ 0.509378
0.55/0.66	c bounds 1188 >= 668 @ 0.509378
0.55/0.66	c bounds 1188 >= 669 @ 0.509948
0.55/0.66	c bounds 1188 >= 670 @ 0.510522
0.55/0.66	c bounds 1188 >= 671 @ 0.511084
0.55/0.66	c bounds 1188 >= 672 @ 0.511679
0.55/0.66	c bounds 1188 >= 673 @ 0.512253
0.55/0.66	c bounds 1188 >= 674 @ 0.512368
0.55/0.66	c bounds 1188 >= 675 @ 0.512468
0.55/0.66	c bounds 1188 >= 676 @ 0.512999
0.55/0.66	c bounds 1188 >= 677 @ 0.513524
0.55/0.66	c bounds 1188 >= 678 @ 0.514103
0.55/0.66	c bounds 1188 >= 679 @ 0.514665
0.55/0.66	c bounds 1188 >= 680 @ 0.515248
0.55/0.66	c bounds 1188 >= 681 @ 0.515802
0.55/0.66	c bounds 1188 >= 682 @ 0.516368
0.55/0.67	c bounds 1188 >= 683 @ 0.516928
0.55/0.67	c bounds 1188 >= 684 @ 0.517509
0.55/0.67	c bounds 1188 >= 685 @ 0.518091
0.55/0.67	c bounds 1188 >= 686 @ 0.518707
0.55/0.67	c bounds 1188 >= 687 @ 0.519313
0.55/0.67	c bounds 1188 >= 688 @ 0.519313
0.55/0.67	c bounds 1188 >= 689 @ 0.519612
0.55/0.67	c bounds 1188 >= 690 @ 0.520119
0.55/0.67	c bounds 1188 >= 691 @ 0.520243
0.55/0.67	c bounds 1188 >= 692 @ 0.52034
0.55/0.67	c bounds 1188 >= 693 @ 0.520916
0.55/0.67	c bounds 1188 >= 694 @ 0.52147
0.55/0.67	c bounds 1188 >= 695 @ 0.522045
0.55/0.67	c bounds 1188 >= 696 @ 0.522237
0.55/0.67	c bounds 1188 >= 697 @ 0.522237
0.55/0.67	c bounds 1188 >= 698 @ 0.522812
0.55/0.67	c bounds 1188 >= 699 @ 0.523378
0.55/0.68	c bounds 1188 >= 700 @ 0.523942
0.55/0.68	c bounds 1188 >= 701 @ 0.524518
0.55/0.68	c bounds 1188 >= 702 @ 0.525096
0.55/0.68	c bounds 1188 >= 703 @ 0.525674
0.55/0.68	c bounds 1188 >= 704 @ 0.526247
0.55/0.68	c bounds 1188 >= 705 @ 0.526804
0.55/0.68	c bounds 1188 >= 706 @ 0.527406
0.55/0.68	c bounds 1188 >= 707 @ 0.527999
0.55/0.68	c bounds 1188 >= 708 @ 0.528214
0.55/0.68	c bounds 1188 >= 709 @ 0.52831
0.55/0.68	c bounds 1188 >= 710 @ 0.528881
0.55/0.68	c bounds 1188 >= 711 @ 0.529435
0.55/0.68	c bounds 1188 >= 712 @ 0.530017
0.55/0.68	c bounds 1188 >= 713 @ 0.530206
0.55/0.68	c bounds 1188 >= 714 @ 0.530296
0.55/0.68	c bounds 1188 >= 715 @ 0.530875
0.55/0.68	c bounds 1188 >= 716 @ 0.53142
0.55/0.69	c bounds 1188 >= 717 @ 0.532001
0.55/0.69	c bounds 1188 >= 718 @ 0.532199
0.55/0.69	c bounds 1188 >= 719 @ 0.532199
0.55/0.69	c bounds 1188 >= 720 @ 0.532798
0.55/0.69	c bounds 1188 >= 721 @ 0.53337
0.55/0.69	c bounds 1188 >= 722 @ 0.533995
0.55/0.69	c bounds 1188 >= 723 @ 0.534573
0.55/0.69	c bounds 1188 >= 724 @ 0.535145
0.55/0.69	c bounds 1188 >= 725 @ 0.535746
0.55/0.69	c bounds 1188 >= 726 @ 0.536344
0.55/0.69	c bounds 1188 >= 727 @ 0.536928
0.55/0.69	c bounds 1188 >= 728 @ 0.537177
0.55/0.69	c bounds 1188 >= 729 @ 0.537177
0.64/0.72	c bounds 1187 >= 729 @ 0.55621
0.64/0.72	c bounds 1187 >= 730 @ 0.557018
0.64/0.72	c bounds 1187 >= 731 @ 0.55763
0.64/0.72	c bounds 1187 >= 732 @ 0.558224
0.64/0.72	c bounds 1187 >= 733 @ 0.558847
0.64/0.72	c bounds 1187 >= 734 @ 0.559454
0.64/0.72	c bounds 1187 >= 735 @ 0.560053
0.64/0.72	c bounds 1187 >= 736 @ 0.560641
0.64/0.72	c bounds 1187 >= 737 @ 0.561272
0.64/0.72	c bounds 1187 >= 738 @ 0.561862
0.64/0.72	c bounds 1187 >= 739 @ 0.562465
0.64/0.72	c bounds 1187 >= 740 @ 0.563067
0.64/0.72	c bounds 1187 >= 741 @ 0.563653
0.64/0.72	c bounds 1187 >= 742 @ 0.564294
0.64/0.72	c bounds 1187 >= 743 @ 0.564898
0.64/0.72	c bounds 1187 >= 744 @ 0.565047
0.64/0.73	c bounds 1187 >= 745 @ 0.565284
0.64/0.73	c bounds 1187 >= 746 @ 0.565786
0.64/0.73	c bounds 1187 >= 747 @ 0.566359
0.64/0.73	c bounds 1187 >= 748 @ 0.566971
0.64/0.73	c bounds 1187 >= 749 @ 0.567604
0.64/0.73	c bounds 1187 >= 750 @ 0.568196
0.64/0.73	c bounds 1187 >= 751 @ 0.568801
0.64/0.73	c bounds 1187 >= 752 @ 0.569424
0.64/0.73	c bounds 1187 >= 753 @ 0.570015
0.64/0.73	c bounds 1187 >= 754 @ 0.570646
0.64/0.73	c bounds 1187 >= 755 @ 0.571275
0.64/0.73	c bounds 1187 >= 756 @ 0.571905
0.64/0.73	c bounds 1187 >= 757 @ 0.572021
0.64/0.73	c bounds 1187 >= 758 @ 0.572253
0.64/0.73	c bounds 1187 >= 759 @ 0.572772
0.64/0.73	c bounds 1187 >= 760 @ 0.573355
0.64/0.74	c bounds 1187 >= 761 @ 0.574007
0.64/0.74	c bounds 1187 >= 762 @ 0.574615
0.64/0.74	c bounds 1187 >= 763 @ 0.575237
0.64/0.74	c bounds 1187 >= 764 @ 0.575848
0.64/0.74	c bounds 1187 >= 765 @ 0.576006
0.64/0.74	c bounds 1187 >= 766 @ 0.57625
0.64/0.74	c bounds 1187 >= 767 @ 0.57677
0.64/0.74	c bounds 1187 >= 768 @ 0.57738
0.64/0.74	c bounds 1187 >= 769 @ 0.578032
0.64/0.74	c bounds 1187 >= 770 @ 0.578667
0.64/0.74	c bounds 1187 >= 771 @ 0.579327
0.64/0.74	c bounds 1187 >= 772 @ 0.580044
0.64/0.74	c bounds 1187 >= 773 @ 0.58068
0.64/0.74	c bounds 1187 >= 774 @ 0.581317
0.64/0.74	c bounds 1187 >= 775 @ 0.582003
0.64/0.75	c bounds 1187 >= 776 @ 0.582706
0.64/0.75	c bounds 1187 >= 777 @ 0.583363
0.64/0.75	c bounds 1187 >= 778 @ 0.584033
0.64/0.75	c bounds 1187 >= 779 @ 0.584718
0.64/0.75	c bounds 1187 >= 780 @ 0.585363
0.64/0.75	c bounds 1187 >= 781 @ 0.586031
0.64/0.75	c bounds 1187 >= 782 @ 0.586752
0.64/0.75	c bounds 1187 >= 783 @ 0.587428
0.64/0.75	c bounds 1187 >= 784 @ 0.587794
0.64/0.75	c bounds 1187 >= 785 @ 0.587794
0.64/0.75	c bounds 1187 >= 786 @ 0.58796
0.64/0.75	c bounds 1187 >= 787 @ 0.58796
0.64/0.75	c bounds 1187 >= 788 @ 0.58796
0.64/0.75	c bounds 1187 >= 789 @ 0.588392
0.64/0.75	c bounds 1187 >= 790 @ 0.589125
0.74/0.82	c bounds 1186 >= 790 @ 0.647695
0.74/0.82	c bounds 1186 >= 791 @ 0.648106
0.74/0.82	c bounds 1186 >= 792 @ 0.648771
0.74/0.82	c bounds 1186 >= 793 @ 0.649525
0.74/0.82	c bounds 1186 >= 794 @ 0.649726
0.74/0.82	c bounds 1186 >= 795 @ 0.65002
0.74/0.82	c bounds 1186 >= 796 @ 0.650637
0.74/0.83	c bounds 1186 >= 797 @ 0.650721
0.74/0.83	c bounds 1186 >= 798 @ 0.651054
0.74/0.83	c bounds 1186 >= 799 @ 0.651414
0.74/0.83	c bounds 1186 >= 800 @ 0.651914
0.74/0.83	c bounds 1186 >= 801 @ 0.652598
0.74/0.83	c bounds 1186 >= 802 @ 0.653278
0.74/0.83	c bounds 1186 >= 803 @ 0.653927
0.74/0.83	c bounds 1186 >= 804 @ 0.654604
0.74/0.83	c bounds 1186 >= 805 @ 0.654708
0.74/0.83	c bounds 1186 >= 806 @ 0.655015
0.74/0.83	c bounds 1186 >= 807 @ 0.655679
0.74/0.83	c bounds 1186 >= 808 @ 0.656358
0.74/0.83	c bounds 1186 >= 809 @ 0.657058
0.74/0.83	c bounds 1186 >= 810 @ 0.657732
0.74/0.84	c bounds 1186 >= 811 @ 0.658429
0.74/0.84	c bounds 1186 >= 812 @ 0.658693
0.74/0.84	c bounds 1186 >= 813 @ 0.659005
0.74/0.84	c bounds 1186 >= 814 @ 0.659645
0.74/0.84	c bounds 1186 >= 815 @ 0.660386
0.74/0.84	c bounds 1186 >= 816 @ 0.661067
0.74/0.84	c bounds 1186 >= 817 @ 0.661765
0.74/0.84	c bounds 1186 >= 818 @ 0.66245
0.74/0.84	c bounds 1186 >= 819 @ 0.662679
0.74/0.84	c bounds 1186 >= 820 @ 0.662922
0.74/0.84	c bounds 1186 >= 821 @ 0.663528
0.74/0.84	c bounds 1186 >= 822 @ 0.664199
0.74/0.84	c bounds 1186 >= 823 @ 0.664905
0.74/0.84	c bounds 1186 >= 824 @ 0.665596
0.74/0.85	c bounds 1186 >= 825 @ 0.666281
0.74/0.85	c bounds 1186 >= 826 @ 0.666966
0.74/0.85	c bounds 1186 >= 827 @ 0.66766
0.74/0.85	c bounds 1186 >= 828 @ 0.668365
0.74/0.85	c bounds 1186 >= 829 @ 0.669028
0.74/0.85	c bounds 1186 >= 830 @ 0.669702
0.74/0.85	c bounds 1186 >= 831 @ 0.670395
0.74/0.85	c bounds 1186 >= 832 @ 0.670648
0.74/0.85	c bounds 1186 >= 833 @ 0.670887
0.74/0.85	c bounds 1186 >= 834 @ 0.67148
0.74/0.85	c bounds 1186 >= 835 @ 0.671644
0.74/0.85	c bounds 1186 >= 836 @ 0.671922
0.74/0.85	c bounds 1186 >= 837 @ 0.672533
0.74/0.85	c bounds 1186 >= 838 @ 0.673182
0.74/0.85	c bounds 1186 >= 839 @ 0.673882
0.74/0.86	c bounds 1186 >= 840 @ 0.674627
0.74/0.86	c bounds 1186 >= 841 @ 0.674627
0.74/0.86	c bounds 1186 >= 842 @ 0.675001
0.74/0.86	c bounds 1186 >= 843 @ 0.675681
0.74/0.86	c bounds 1186 >= 844 @ 0.676397
0.74/0.86	c bounds 1186 >= 845 @ 0.676624
0.74/0.86	c bounds 1186 >= 846 @ 0.676881
0.74/0.86	c bounds 1186 >= 847 @ 0.67744
0.74/0.86	c bounds 1186 >= 848 @ 0.677605
0.74/0.86	c bounds 1186 >= 849 @ 0.677862
0.74/0.86	c bounds 1186 >= 850 @ 0.678436
0.74/0.86	c bounds 1186 >= 851 @ 0.678614
0.74/0.86	c bounds 1186 >= 852 @ 0.678941
0.74/0.86	c bounds 1186 >= 853 @ 0.679562
0.74/0.87	c bounds 1186 >= 854 @ 0.68032
0.74/0.87	c bounds 1186 >= 855 @ 0.680605
0.74/0.87	c bounds 1186 >= 856 @ 0.680911
0.74/0.87	c bounds 1186 >= 857 @ 0.681499
0.74/0.87	c bounds 1186 >= 858 @ 0.682186
0.74/0.87	c bounds 1186 >= 859 @ 0.682887
0.74/0.87	c bounds 1186 >= 860 @ 0.683599
0.74/0.87	c bounds 1186 >= 861 @ 0.684315
0.74/0.87	c bounds 1186 >= 862 @ 0.684585
0.74/0.87	c bounds 1186 >= 863 @ 0.684915
0.74/0.87	c bounds 1186 >= 864 @ 0.685546
0.74/0.87	c bounds 1186 >= 865 @ 0.686268
0.74/0.87	c bounds 1186 >= 866 @ 0.686969
0.74/0.87	c bounds 1186 >= 867 @ 0.687659
0.74/0.88	c bounds 1186 >= 868 @ 0.688368
0.74/0.88	c bounds 1186 >= 869 @ 0.689076
0.74/0.88	c bounds 1186 >= 870 @ 0.689862
0.74/0.88	c bounds 1186 >= 871 @ 0.690559
0.74/0.88	c bounds 1186 >= 872 @ 0.691394
0.74/0.88	c bounds 1186 >= 873 @ 0.691485
0.74/0.88	c bounds 1186 >= 874 @ 0.691496
0.74/0.88	c bounds 1186 >= 875 @ 0.691818
0.74/0.88	c bounds 1186 >= 876 @ 0.692545
0.74/0.88	c bounds 1186 >= 877 @ 0.693305
0.74/0.88	c bounds 1186 >= 878 @ 0.694113
0.74/0.88	c bounds 1186 >= 879 @ 0.694901
0.74/0.88	c bounds 1186 >= 880 @ 0.695655
0.74/0.89	c bounds 1186 >= 881 @ 0.696562
0.83/0.94	c bounds 1185 >= 881 @ 0.746618
0.83/0.94	c bounds 1185 >= 882 @ 0.748765
0.83/0.94	c bounds 1185 >= 883 @ 0.749637
0.83/0.94	c bounds 1185 >= 884 @ 0.750378
0.83/0.94	c bounds 1185 >= 885 @ 0.751154
0.83/0.94	c bounds 1185 >= 886 @ 0.751951
0.83/0.94	c bounds 1185 >= 887 @ 0.752277
0.83/0.94	c bounds 1185 >= 888 @ 0.752277
0.83/0.94	c bounds 1185 >= 889 @ 0.752536
0.83/0.95	c bounds 1185 >= 890 @ 0.753225
0.83/0.95	c bounds 1185 >= 891 @ 0.754023
0.83/0.95	c bounds 1185 >= 892 @ 0.754265
0.83/0.95	c bounds 1185 >= 893 @ 0.754599
0.83/0.95	c bounds 1185 >= 894 @ 0.755425
0.83/0.95	c bounds 1185 >= 895 @ 0.756239
0.83/0.95	c bounds 1185 >= 896 @ 0.756998
0.83/0.95	c bounds 1185 >= 897 @ 0.757771
0.83/0.95	c bounds 1185 >= 898 @ 0.758543
0.83/0.95	c bounds 1185 >= 899 @ 0.759339
0.83/0.95	c bounds 1185 >= 900 @ 0.760137
0.83/0.95	c bounds 1185 >= 901 @ 0.760945
0.83/0.95	c bounds 1185 >= 902 @ 0.761243
0.83/0.96	c bounds 1185 >= 903 @ 0.761571
0.83/0.96	c bounds 1185 >= 904 @ 0.762402
0.83/0.96	c bounds 1185 >= 905 @ 0.763151
0.83/0.96	c bounds 1185 >= 906 @ 0.763949
0.83/0.96	c bounds 1185 >= 907 @ 0.764231
0.83/0.96	c bounds 1185 >= 908 @ 0.764556
0.83/0.96	c bounds 1185 >= 909 @ 0.765399
0.83/0.96	c bounds 1185 >= 910 @ 0.766159
0.83/0.96	c bounds 1185 >= 911 @ 0.766222
0.83/0.96	c bounds 1185 >= 912 @ 0.766224
0.83/0.96	c bounds 1185 >= 913 @ 0.766549
0.83/0.96	c bounds 1185 >= 914 @ 0.767273
0.83/0.97	c bounds 1185 >= 915 @ 0.768035
0.83/0.97	c bounds 1185 >= 916 @ 0.768826
0.83/0.97	c bounds 1185 >= 917 @ 0.769596
0.83/0.97	c bounds 1185 >= 918 @ 0.770414
0.83/0.97	c bounds 1185 >= 919 @ 0.771244
0.83/0.97	c bounds 1185 >= 920 @ 0.772061
0.83/0.97	c bounds 1185 >= 921 @ 0.772196
0.83/0.97	c bounds 1185 >= 922 @ 0.772702
0.83/0.97	c bounds 1185 >= 923 @ 0.773551
0.83/0.97	c bounds 1185 >= 924 @ 0.774539
0.83/0.97	c bounds 1185 >= 925 @ 0.775444
0.83/0.97	c bounds 1185 >= 926 @ 0.77629
0.83/0.98	c bounds 1185 >= 927 @ 0.777397
0.83/0.98	c bounds 1185 >= 928 @ 0.778142
0.83/0.98	c bounds 1185 >= 929 @ 0.778142
0.83/0.98	c bounds 1185 >= 930 @ 0.778845
0.83/0.98	c bounds 1185 >= 931 @ 0.779169
0.83/0.98	c bounds 1185 >= 932 @ 0.779403
0.83/0.98	c bounds 1185 >= 933 @ 0.780103
0.83/0.98	c bounds 1185 >= 934 @ 0.780853
0.83/0.98	c bounds 1185 >= 935 @ 0.781578
0.83/0.98	c bounds 1185 >= 936 @ 0.78231
0.83/0.98	c bounds 1185 >= 937 @ 0.783094
0.83/0.98	c bounds 1185 >= 938 @ 0.783828
0.83/0.98	c bounds 1185 >= 939 @ 0.78454
0.83/0.99	c bounds 1185 >= 940 @ 0.785258
0.83/0.99	c bounds 1185 >= 941 @ 0.786093
0.94/1.02	c bounds 1184 >= 941 @ 0.819818
0.94/1.03	c bounds 1184 >= 942 @ 0.820949
0.94/1.03	c bounds 1184 >= 943 @ 0.821036
0.94/1.03	c bounds 1184 >= 944 @ 0.821693
0.94/1.03	c bounds 1184 >= 945 @ 0.822033
0.94/1.03	c bounds 1184 >= 946 @ 0.822923
0.94/1.03	c bounds 1184 >= 947 @ 0.823028
0.94/1.03	c bounds 1184 >= 948 @ 0.823895
0.94/1.03	c bounds 1184 >= 949 @ 0.825103
0.94/1.03	c bounds 1184 >= 950 @ 0.825995
0.94/1.03	c bounds 1184 >= 951 @ 0.826972
0.94/1.04	c bounds 1184 >= 952 @ 0.827993
0.94/1.04	c bounds 1184 >= 953 @ 0.828988
0.94/1.04	c bounds 1184 >= 954 @ 0.829331
0.94/1.04	c bounds 1184 >= 955 @ 0.829955
0.94/1.04	c bounds 1184 >= 956 @ 0.830322
0.94/1.04	c bounds 1184 >= 957 @ 0.831374
0.94/1.04	c bounds 1184 >= 958 @ 0.832472
0.94/1.04	c bounds 1184 >= 959 @ 0.833467
0.94/1.04	c bounds 1184 >= 960 @ 0.834566
0.94/1.05	c bounds 1184 >= 961 @ 0.834991
0.94/1.05	c bounds 1184 >= 962 @ 0.835725
0.94/1.05	c bounds 1184 >= 963 @ 0.835988
0.94/1.05	c bounds 1184 >= 964 @ 0.836499
0.94/1.05	c bounds 1184 >= 965 @ 0.836984
0.94/1.05	c bounds 1184 >= 966 @ 0.836984
0.94/1.05	c bounds 1184 >= 967 @ 0.837748
0.94/1.05	c bounds 1184 >= 968 @ 0.838323
0.94/1.06	c bounds 1184 >= 969 @ 0.839367
0.94/1.06	c bounds 1184 >= 970 @ 0.839976
0.94/1.06	c bounds 1184 >= 971 @ 0.839976
0.94/1.06	c bounds 1184 >= 972 @ 0.839976
0.94/1.06	c bounds 1184 >= 973 @ 0.840224
0.94/1.06	c bounds 1184 >= 974 @ 0.841988
0.94/1.06	c bounds 1184 >= 975 @ 0.843432
0.94/1.11	c bounds 1183 >= 975 @ 0.883913
1.04/1.11	c bounds 1183 >= 976 @ 0.885423
1.04/1.11	c bounds 1183 >= 977 @ 0.886909
1.04/1.11	c bounds 1183 >= 978 @ 0.888055
1.04/1.12	c bounds 1183 >= 979 @ 0.890219
1.04/1.12	c bounds 1183 >= 980 @ 0.892848
1.04/1.12	c bounds 1183 >= 981 @ 0.896548
1.04/1.13	c bounds 1183 >= 982 @ 0.900901
1.04/1.18	c bounds 1182 >= 982 @ 0.948786
1.04/1.19	c bounds 1182 >= 983 @ 0.954251
1.04/1.19	c bounds 1182 >= 984 @ 0.95698
1.13/1.20	c bounds 1182 >= 985 @ 0.964697
1.13/1.21	c bounds 1182 >= 986 @ 0.979315
1.13/1.24	c bounds 1181 >= 986 @ 1.00727
1.13/1.26	c bounds 1181 >= 987 @ 1.02222
1.13/1.29	c bounds 1180 >= 987 @ 1.04834
1.23/1.32	c bounds 1179 >= 987 @ 1.07401
1.23/1.35	c bounds 1179 >= 988 @ 1.10727
1.23/1.38	c bounds 1178 >= 988 @ 1.13291
1.33/1.43	c bounds 1177 >= 988 @ 1.17601
1.33/1.45	c #Conflicts:       1000 | #Constraints:       8503
1.33/1.45	c bounds 1176 >= 988 @ 1.19936
1.43/1.58	c bounds 1176 >= 989 @ 1.32425
1.53/1.60	c bounds 1175 >= 989 @ 1.34626
1.53/1.63	c bounds 1174 >= 989 @ 1.36773
1.53/1.65	c bounds 1173 >= 989 @ 1.38781
1.53/1.67	c bounds 1172 >= 989 @ 1.40795
1.53/1.69	c bounds 1171 >= 989 @ 1.42647
1.63/1.72	c bounds 1170 >= 989 @ 1.45764
1.63/1.75	c bounds 1169 >= 989 @ 1.48227
1.63/1.77	c bounds 1168 >= 989 @ 1.50898
1.73/1.81	c bounds 1167 >= 989 @ 1.54376
1.73/1.84	c bounds 1166 >= 989 @ 1.5715
1.73/1.88	c bounds 1165 >= 989 @ 1.61025
1.83/1.91	c bounds 1164 >= 989 @ 1.63614
1.94/2.02	c #Conflicts:       2000 | #Constraints:       9579
1.94/2.02	c INPROCESSING
1.94/2.02	c GARBAGE COLLECT
1.94/2.02	c bounds 1163 >= 989 @ 1.73145
1.94/2.05	c bounds 1162 >= 989 @ 1.76275
2.13/2.23	c bounds 1162 >= 990 @ 1.93511
2.13/2.25	c bounds 1161 >= 990 @ 1.95794
2.13/2.27	c bounds 1160 >= 990 @ 1.97858
2.13/2.29	c bounds 1159 >= 990 @ 1.99643
2.23/2.31	c bounds 1158 >= 990 @ 2.01519
2.33/2.45	c bounds 1158 >= 991 @ 2.15474
2.33/2.48	c bounds 1157 >= 991 @ 2.17712
2.33/2.50	c bounds 1156 >= 991 @ 2.19557
2.42/2.54	c #Conflicts:       3000 | #Constraints:       8509
2.42/2.54	c bounds 1155 >= 991 @ 2.23855
2.53/2.61	c bounds 1154 >= 991 @ 2.30953
2.53/2.64	c bounds 1153 >= 991 @ 2.34179
2.53/2.68	c bounds 1152 >= 991 @ 2.37544
2.63/2.71	c bounds 1151 >= 991 @ 2.40573
2.63/2.74	c bounds 1150 >= 991 @ 2.43632
3.72/3.83	c #Conflicts:       4000 | #Constraints:       9515
3.72/3.83	c INPROCESSING
3.72/3.83	c GARBAGE COLLECT
3.72/3.83	c bounds 1149 >= 991 @ 3.51218
3.72/3.86	c bounds 1148 >= 991 @ 3.54146
3.72/3.90	c bounds 1147 >= 991 @ 3.57295
3.82/3.93	c bounds 1146 >= 991 @ 3.60363
3.82/3.97	c bounds 1145 >= 991 @ 3.64396
3.94/4.01	c bounds 1144 >= 991 @ 3.68084
3.94/4.05	c #Conflicts:       5000 | #Constraints:       8851
3.94/4.05	c bounds 1143 >= 991 @ 3.71733
3.94/4.10	c bounds 1142 >= 991 @ 3.76579
4.04/4.14	c bounds 1141 >= 991 @ 3.80258
4.04/4.17	c bounds 1140 >= 991 @ 3.83542
4.12/4.21	c bounds 1139 >= 991 @ 3.87169
4.12/4.25	c bounds 1138 >= 991 @ 3.91059
4.23/4.30	c bounds 1137 >= 991 @ 3.95863
4.32/4.40	c #Conflicts:       6000 | #Constraints:       9859
4.32/4.40	c bounds 1136 >= 991 @ 4.06247
4.52/4.61	c bounds 1135 >= 991 @ 4.25694
4.72/4.82	c INPROCESSING
4.72/4.82	c GARBAGE COLLECT
4.72/4.82	c bounds 1134 >= 991 @ 4.45452
4.93/5.02	c #Conflicts:       7000 | #Constraints:       8803
4.93/5.02	c bounds 1133 >= 991 @ 4.65675
5.32/5.47	c #Conflicts:       8000 | #Constraints:       9809
5.32/5.47	c bounds 1133 >= 992 @ 5.09343
5.72/5.83	c #Conflicts:       9000 | #Constraints:      10869
5.72/5.83	c bounds 1132 >= 992 @ 5.44426
6.12/6.24	c INPROCESSING
6.12/6.24	c GARBAGE COLLECT
6.12/6.24	c rational objective 992
6.81/6.96	c #Conflicts:      10000 | #Constraints:       9557
6.81/6.96	c #Conflicts:      11000 | #Constraints:      10557
6.81/6.96	c #Conflicts:      12000 | #Constraints:      11557
6.81/6.96	c INPROCESSING
6.81/6.96	c GARBAGE COLLECT
6.81/6.96	c rational objective 992
7.03/7.16	c bounds 1131 >= 992 @ 6.74738
7.11/7.21	c bounds 1130 >= 992 @ 6.80112
7.11/7.28	c bounds 1129 >= 992 @ 6.86397
7.32/7.45	c #Conflicts:      13000 | #Constraints:      10024
7.32/7.45	c bounds 1128 >= 992 @ 7.02825
7.41/7.56	c bounds 1127 >= 992 @ 7.14344
7.61/7.73	c bounds 1126 >= 992 @ 7.30764
8.41/8.55	c #Conflicts:      14000 | #Constraints:      11033
8.41/8.55	c #Conflicts:      15000 | #Constraints:      12033
8.41/8.55	c INPROCESSING
8.41/8.55	c GARBAGE COLLECT
8.41/8.55	c rational objective 992
9.41/9.52	c #Conflicts:      16000 | #Constraints:      10248
9.41/9.52	c #Conflicts:      17000 | #Constraints:      11248
9.41/9.52	c bounds 1126 >= 993 @ 9.05795
9.41/9.55	c bounds 1125 >= 993 @ 9.08899
9.50/9.60	c bounds 1124 >= 993 @ 9.1362
9.50/9.63	c bounds 1123 >= 993 @ 9.16918
9.50/9.69	c bounds 1122 >= 993 @ 9.21998
9.61/9.73	c #Conflicts:      18000 | #Constraints:      12318
9.61/9.73	c bounds 1121 >= 993 @ 9.26181
9.91/10.02	c INPROCESSING
9.91/10.02	c GARBAGE COLLECT
9.91/10.02	c rational objective 993
10.11/10.24	c bounds 1120 >= 993 @ 9.75787
10.21/10.34	c #Conflicts:      19000 | #Constraints:      10281
10.21/10.34	c bounds 1119 >= 993 @ 9.8502
11.80/11.98	c #Conflicts:      20000 | #Constraints:      11282
11.80/11.98	c #Conflicts:      21000 | #Constraints:      12282
11.80/11.98	c INPROCESSING
11.80/11.98	c GARBAGE COLLECT
11.80/11.98	c rational objective 993
11.91/12.04	c bounds 1118 >= 993 @ 11.523
11.91/12.08	c bounds 1117 >= 993 @ 11.5546
11.91/12.10	c bounds 1116 >= 993 @ 11.5796
12.01/12.13	c bounds 1115 >= 993 @ 11.6047
12.01/12.19	c #Conflicts:      22000 | #Constraints:      10088
12.01/12.19	c bounds 1114 >= 993 @ 11.6658
12.10/12.23	c bounds 1113 >= 993 @ 11.7046
12.10/12.27	c bounds 1112 >= 993 @ 11.736
12.20/12.30	c bounds 1111 >= 993 @ 11.7663
12.20/12.33	c bounds 1110 >= 993 @ 11.7957
12.20/12.36	c bounds 1109 >= 993 @ 11.8241
12.20/12.38	c bounds 1108 >= 993 @ 11.8513
12.30/12.44	c bounds 1107 >= 993 @ 11.9041
12.30/12.49	c bounds 1106 >= 993 @ 11.9486
12.40/12.54	c #Conflicts:      23000 | #Constraints:      11097
12.40/12.54	c bounds 1105 >= 993 @ 11.9993
12.40/12.58	c bounds 1104 >= 993 @ 12.033
12.50/12.64	c bounds 1103 >= 993 @ 12.0911
12.50/12.68	c bounds 1102 >= 993 @ 12.1344
12.60/12.74	c bounds 1101 >= 993 @ 12.1935
12.60/12.78	c bounds 1100 >= 993 @ 12.2337
12.70/12.83	c bounds 1099 >= 993 @ 12.2788
12.70/12.87	c bounds 1098 >= 993 @ 12.3165
12.80/12.91	c #Conflicts:      24000 | #Constraints:      12111
12.80/12.91	c bounds 1097 >= 993 @ 12.3562
12.91/13.01	c bounds 1096 >= 993 @ 12.4576
13.01/13.14	c bounds 1095 >= 993 @ 12.5794
13.10/13.24	c bounds 1094 >= 993 @ 12.6711
13.19/13.30	c bounds 1093 >= 993 @ 12.7309
13.19/13.38	c #Conflicts:      25000 | #Constraints:      13117
13.19/13.38	c bounds 1092 >= 993 @ 12.8023
13.50/13.68	c INPROCESSING
13.50/13.68	c GARBAGE COLLECT
13.50/13.68	c rational objective 993
13.60/13.76	c bounds 1091 >= 993 @ 13.1715
13.70/13.83	c bounds 1090 >= 993 @ 13.2397
13.79/13.94	c bounds 1089 >= 993 @ 13.3466
13.79/14.00	c #Conflicts:      26000 | #Constraints:      10653
13.79/14.00	c bounds 1088 >= 993 @ 13.4079
14.01/14.16	c bounds 1087 >= 993 @ 13.5621
14.19/14.31	c #Conflicts:      27000 | #Constraints:      11655
14.19/14.31	c bounds 1086 >= 993 @ 13.7024
14.50/14.61	c bounds 1085 >= 993 @ 14.0036
14.69/14.89	c #Conflicts:      28000 | #Constraints:      12670
14.69/14.89	c bounds 1084 >= 993 @ 14.2811
15.19/15.31	c #Conflicts:      29000 | #Constraints:      13682
15.19/15.31	c INPROCESSING
15.19/15.31	c GARBAGE COLLECT
15.19/15.31	c rational objective 993
17.18/17.30	c #Conflicts:      30000 | #Constraints:      11086
17.18/17.30	c #Conflicts:      31000 | #Constraints:      12086
17.18/17.30	c #Conflicts:      32000 | #Constraints:      13086
17.18/17.30	c #Conflicts:      33000 | #Constraints:      14086
17.18/17.30	c INPROCESSING
17.18/17.30	c GARBAGE COLLECT
17.18/17.30	c rational objective 993
17.28/17.44	c bounds 1083 >= 993 @ 16.7864
17.48/17.68	c #Conflicts:      34000 | #Constraints:      11302
17.48/17.68	c bounds 1082 >= 993 @ 17.0144
18.18/18.33	c #Conflicts:      35000 | #Constraints:      12304
18.18/18.33	c bounds 1081 >= 993 @ 17.6463
18.38/18.52	c bounds 1080 >= 993 @ 17.838
18.78/18.97	c #Conflicts:      36000 | #Constraints:      13321
18.78/18.97	c bounds 1079 >= 993 @ 18.2756
19.08/19.28	c #Conflicts:      37000 | #Constraints:      14347
19.08/19.28	c INPROCESSING
19.08/19.28	c GARBAGE COLLECT
19.08/19.28	c rational objective 993
19.48/19.61	c bounds 1078 >= 993 @ 18.906
21.98/22.14	c #Conflicts:      38000 | #Constraints:      11339
21.98/22.14	c #Conflicts:      39000 | #Constraints:      12339
21.98/22.14	c #Conflicts:      40000 | #Constraints:      13339
21.98/22.14	c #Conflicts:      41000 | #Constraints:      14339
21.98/22.14	c INPROCESSING
21.98/22.14	c GARBAGE COLLECT
21.98/22.14	c rational objective 993
24.06/24.21	c #Conflicts:      42000 | #Constraints:      11132
24.06/24.21	c #Conflicts:      43000 | #Constraints:      12132
24.06/24.21	c #Conflicts:      44000 | #Constraints:      13132
24.06/24.21	c #Conflicts:      45000 | #Constraints:      14132
24.06/24.21	c #Conflicts:      46000 | #Constraints:      15132
24.06/24.21	c INPROCESSING
24.06/24.21	c GARBAGE COLLECT
24.06/24.21	c rational objective 993
26.15/26.33	c #Conflicts:      47000 | #Constraints:      11737
26.15/26.33	c #Conflicts:      48000 | #Constraints:      12737
26.15/26.33	c #Conflicts:      49000 | #Constraints:      13737
26.15/26.33	c #Conflicts:      50000 | #Constraints:      14737
26.15/26.33	c #Conflicts:      51000 | #Constraints:      15737
26.15/26.33	c INPROCESSING
26.15/26.33	c GARBAGE COLLECT
26.15/26.33	c rational objective 993
28.34/28.55	c #Conflicts:      52000 | #Constraints:      12134
28.34/28.55	c #Conflicts:      53000 | #Constraints:      13134
28.34/28.55	c #Conflicts:      54000 | #Constraints:      14134
28.34/28.55	c #Conflicts:      55000 | #Constraints:      15134
28.34/28.55	c #Conflicts:      56000 | #Constraints:      16134
28.34/28.55	c INPROCESSING
28.34/28.55	c GARBAGE COLLECT
28.34/28.55	c rational objective 993
28.45/28.65	c bounds 1077 >= 993 @ 27.7702
29.25/29.47	c #Conflicts:      57000 | #Constraints:      12321
29.25/29.47	c #Conflicts:      58000 | #Constraints:      13359
29.25/29.47	c bounds 1076 >= 993 @ 28.5602
29.86/30.01	c #Conflicts:      59000 | #Constraints:      14395
29.86/30.01	c bounds 1075 >= 993 @ 29.0901
30.25/30.44	c #Conflicts:      60000 | #Constraints:      15430
30.25/30.44	c bounds 1074 >= 993 @ 29.5112
30.74/30.96	c bounds 1073 >= 993 @ 30.019
31.44/31.60	c #Conflicts:      61000 | #Constraints:      16482
31.44/31.60	c INPROCESSING
31.44/31.60	c GARBAGE COLLECT
31.44/31.60	c rational objective 993
31.73/31.95	c #Conflicts:      62000 | #Constraints:      12391
31.73/31.95	c bounds 1072 >= 993 @ 30.9909
35.22/35.46	c #Conflicts:      63000 | #Constraints:      13392
35.22/35.46	c #Conflicts:      64000 | #Constraints:      14392
35.22/35.46	c #Conflicts:      65000 | #Constraints:      15392
35.22/35.46	c #Conflicts:      66000 | #Constraints:      16392
35.22/35.46	c INPROCESSING
35.22/35.46	c GARBAGE COLLECT
35.22/35.46	c rational objective 993
35.32/35.56	c bounds 1071 >= 993 @ 34.5587
35.94/36.13	c #Conflicts:      67000 | #Constraints:      12168
35.94/36.13	c #Conflicts:      68000 | #Constraints:      13169
35.94/36.13	c bounds 1070 >= 993 @ 35.1083
36.22/36.40	c bounds 1069 >= 993 @ 35.3729
36.43/36.61	c #Conflicts:      69000 | #Constraints:      14184
36.43/36.61	c bounds 1068 >= 993 @ 35.5757
36.52/36.79	c bounds 1067 >= 993 @ 35.7539
36.93/37.12	c #Conflicts:      70000 | #Constraints:      15198
36.93/37.12	c bounds 1066 >= 993 @ 36.0722
37.02/37.29	c bounds 1065 >= 993 @ 36.242
37.22/37.44	c bounds 1064 >= 993 @ 36.3857
37.52/37.76	c #Conflicts:      71000 | #Constraints:      16212
37.52/37.76	c bounds 1063 >= 993 @ 36.6952
37.83/38.03	c bounds 1062 >= 993 @ 36.9518
37.83/38.11	c bounds 1061 >= 993 @ 37.0255
37.93/38.19	c bounds 1060 >= 993 @ 37.1112
38.32/38.57	c #Conflicts:      72000 | #Constraints:      17221
38.32/38.57	c INPROCESSING
38.32/38.57	c GARBAGE COLLECT
38.32/38.57	c rational objective 993
38.42/38.67	c bounds 1059 >= 993 @ 37.5727
38.52/38.73	c bounds 1058 >= 993 @ 37.6281
38.52/38.78	c bounds 1057 >= 993 @ 37.6805
38.62/38.84	c bounds 1056 >= 993 @ 37.7383
38.83/39.04	c #Conflicts:      73000 | #Constraints:      12763
38.83/39.04	c bounds 1055 >= 993 @ 37.9284
39.71/39.99	c #Conflicts:      74000 | #Constraints:      13764
39.71/39.99	c #Conflicts:      75000 | #Constraints:      14768
39.71/39.99	c bounds 1054 >= 993 @ 38.8725
40.11/40.31	c bounds 1053 >= 993 @ 39.1703
41.61/41.88	c #Conflicts:      76000 | #Constraints:      15789
41.61/41.88	c #Conflicts:      77000 | #Constraints:      16789
41.61/41.88	c #Conflicts:      78000 | #Constraints:      17789
41.61/41.88	c INPROCESSING
41.61/41.88	c GARBAGE COLLECT
41.61/41.88	c rational objective 993
45.19/45.45	c #Conflicts:      79000 | #Constraints:      13146
45.19/45.45	c #Conflicts:      80000 | #Constraints:      14146
45.19/45.45	c #Conflicts:      81000 | #Constraints:      15146
45.19/45.45	c #Conflicts:      82000 | #Constraints:      16146
45.19/45.45	c #Conflicts:      83000 | #Constraints:      17146
45.19/45.45	c #Conflicts:      84000 | #Constraints:      18146
45.19/45.45	c INPROCESSING
45.19/45.45	c GARBAGE COLLECT
45.19/45.45	c rational objective 993
45.60/45.84	c bounds 1052 >= 993 @ 44.6142
45.69/45.98	c #Conflicts:      85000 | #Constraints:      13349
45.69/45.98	c bounds 1051 >= 993 @ 44.7527
45.81/46.11	c bounds 1050 >= 993 @ 44.8769
45.99/46.20	c bounds 1049 >= 993 @ 44.9623
46.09/46.31	c #Conflicts:      86000 | #Constraints:      14362
46.09/46.31	c bounds 1048 >= 993 @ 45.0716
46.91/47.16	c #Conflicts:      87000 | #Constraints:      15374
46.91/47.16	c bounds 1047 >= 993 @ 45.9128
47.59/47.80	c #Conflicts:      88000 | #Constraints:      16423
47.59/47.80	c bounds 1046 >= 993 @ 46.5415
48.59/48.86	c #Conflicts:      89000 | #Constraints:      17445
48.59/48.86	c #Conflicts:      90000 | #Constraints:      18445
48.59/48.86	c INPROCESSING
48.59/48.86	c GARBAGE COLLECT
48.59/48.86	c rational objective 993
51.68/51.92	c #Conflicts:      91000 | #Constraints:      13411
51.68/51.92	c #Conflicts:      92000 | #Constraints:      14411
51.68/51.92	c #Conflicts:      93000 | #Constraints:      15411
51.68/51.92	c #Conflicts:      94000 | #Constraints:      16411
51.68/51.92	c #Conflicts:      95000 | #Constraints:      17411
51.68/51.92	c #Conflicts:      96000 | #Constraints:      18411
51.68/51.92	c INPROCESSING
51.68/51.92	c GARBAGE COLLECT
51.68/51.92	c rational objective 993
52.88/53.17	c #Conflicts:      97000 | #Constraints:      13192
52.88/53.17	c #Conflicts:      98000 | #Constraints:      14209
52.88/53.17	c #Conflicts:      99000 | #Constraints:      15210
52.88/53.17	c bounds 1045 >= 993 @ 51.8214
55.88/56.12	c #Conflicts:     100000 | #Constraints:      16238
55.88/56.12	c #Conflicts:     101000 | #Constraints:      17284
55.88/56.12	c #Conflicts:     102000 | #Constraints:      18334
55.88/56.12	c #Conflicts:     103000 | #Constraints:      19398
55.88/56.12	c INPROCESSING
55.88/56.12	c GARBAGE COLLECT
55.88/56.12	c rational objective 993
59.16/59.48	c #Conflicts:     104000 | #Constraints:      13889
59.16/59.48	c #Conflicts:     105000 | #Constraints:      14889
59.16/59.48	c #Conflicts:     106000 | #Constraints:      15889
59.16/59.48	c #Conflicts:     107000 | #Constraints:      16889
59.16/59.48	c #Conflicts:     108000 | #Constraints:      17889
59.16/59.48	c #Conflicts:     109000 | #Constraints:      18889
59.16/59.48	c bounds 1045 >= 994 @ 58.0354
59.65/59.95	c #Conflicts:     110000 | #Constraints:      20004
59.65/59.95	c INPROCESSING
59.65/59.95	c GARBAGE COLLECT
59.65/59.95	c rational objective 994
63.24/63.55	c #Conflicts:     111000 | #Constraints:      14252
63.24/63.55	c #Conflicts:     112000 | #Constraints:      15261
63.24/63.55	c #Conflicts:     113000 | #Constraints:      16314
63.24/63.55	c #Conflicts:     114000 | #Constraints:      17352
63.24/63.55	c #Conflicts:     115000 | #Constraints:      18397
63.24/63.55	c #Conflicts:     116000 | #Constraints:      19446
63.24/63.55	c #Conflicts:     117000 | #Constraints:      20500
63.24/63.55	c INPROCESSING
63.24/63.55	c GARBAGE COLLECT
63.24/63.55	c rational objective 994
67.43/67.79	c #Conflicts:     118000 | #Constraints:      14538
67.43/67.79	c #Conflicts:     119000 | #Constraints:      15538
67.43/67.79	c #Conflicts:     120000 | #Constraints:      16538
67.43/67.79	c #Conflicts:     121000 | #Constraints:      17538
67.43/67.79	c #Conflicts:     122000 | #Constraints:      18538
67.43/67.79	c #Conflicts:     123000 | #Constraints:      19538
67.43/67.79	c #Conflicts:     124000 | #Constraints:      20538
67.43/67.79	c INPROCESSING
67.43/67.79	c GARBAGE COLLECT
67.43/67.79	c rational objective 994
72.21/72.52	c #Conflicts:     125000 | #Constraints:      14491
72.21/72.52	c #Conflicts:     126000 | #Constraints:      15492
72.21/72.52	c #Conflicts:     127000 | #Constraints:      16506
72.21/72.52	c #Conflicts:     128000 | #Constraints:      17558
72.21/72.52	c #Conflicts:     129000 | #Constraints:      18595
72.21/72.52	c #Conflicts:     130000 | #Constraints:      19649
72.21/72.52	c #Conflicts:     131000 | #Constraints:      20699
72.21/72.52	c INPROCESSING
72.21/72.52	c GARBAGE COLLECT
72.21/72.52	c rational objective 994
75.90/76.26	c #Conflicts:     132000 | #Constraints:      14309
75.90/76.26	c #Conflicts:     133000 | #Constraints:      15309
75.90/76.26	c #Conflicts:     134000 | #Constraints:      16309
75.90/76.26	c #Conflicts:     135000 | #Constraints:      17309
75.90/76.26	c #Conflicts:     136000 | #Constraints:      18309
75.90/76.26	c #Conflicts:     137000 | #Constraints:      19309
75.90/76.26	c #Conflicts:     138000 | #Constraints:      20309
75.90/76.26	c #Conflicts:     139000 | #Constraints:      21309
75.90/76.26	c INPROCESSING
75.90/76.26	c GARBAGE COLLECT
75.90/76.26	c rational objective 994
79.09/79.47	c #Conflicts:     140000 | #Constraints:      14890
79.09/79.47	c #Conflicts:     141000 | #Constraints:      15890
79.09/79.47	c #Conflicts:     142000 | #Constraints:      16890
79.09/79.47	c #Conflicts:     143000 | #Constraints:      17890
79.09/79.47	c #Conflicts:     144000 | #Constraints:      18890
79.09/79.47	c #Conflicts:     145000 | #Constraints:      19890
79.09/79.47	c bounds 1045 >= 995 @ 77.6673
79.89/80.22	c #Conflicts:     146000 | #Constraints:      20980
79.89/80.22	c #Conflicts:     147000 | #Constraints:      21985
79.89/80.22	c INPROCESSING
79.89/80.22	c GARBAGE COLLECT
79.89/80.22	c rational objective 995
79.99/80.37	c bounds 1044 >= 995 @ 78.5495
81.38/81.75	c #Conflicts:     148000 | #Constraints:      15316
81.38/81.75	c #Conflicts:     149000 | #Constraints:      16322
81.38/81.75	c bounds 1043 >= 995 @ 79.9088
88.76/89.16	c #Conflicts:     150000 | #Constraints:      17370
88.76/89.16	c #Conflicts:     151000 | #Constraints:      18370
88.76/89.16	c #Conflicts:     152000 | #Constraints:      19370
88.76/89.16	c #Conflicts:     153000 | #Constraints:      20370
88.76/89.16	c #Conflicts:     154000 | #Constraints:      21370
88.76/89.16	c #Conflicts:     155000 | #Constraints:      22370
88.76/89.16	c INPROCESSING
88.76/89.16	c GARBAGE COLLECT
88.76/89.16	c rational objective 995
89.46/89.81	c #Conflicts:     156000 | #Constraints:      15554
89.46/89.81	c bounds 1042 >= 995 @ 87.8869
94.34/94.73	c #Conflicts:     157000 | #Constraints:      16593
94.34/94.73	c #Conflicts:     158000 | #Constraints:      17645
94.34/94.73	c #Conflicts:     159000 | #Constraints:      18719
94.34/94.73	c #Conflicts:     160000 | #Constraints:      19782
94.34/94.73	c #Conflicts:     161000 | #Constraints:      20833
94.34/94.73	c #Conflicts:     162000 | #Constraints:      21891
94.34/94.73	c #Conflicts:     163000 | #Constraints:      22929
94.34/94.73	c INPROCESSING
94.34/94.73	c GARBAGE COLLECT
94.34/94.73	c rational objective 995
100.32/100.77	c #Conflicts:     164000 | #Constraints:      15703
100.32/100.77	c #Conflicts:     165000 | #Constraints:      16703
100.32/100.77	c #Conflicts:     166000 | #Constraints:      17703
100.32/100.77	c #Conflicts:     167000 | #Constraints:      18738
100.32/100.77	c #Conflicts:     168000 | #Constraints:      19779
100.32/100.77	c #Conflicts:     169000 | #Constraints:      20855
100.32/100.77	c #Conflicts:     170000 | #Constraints:      21908
100.32/100.77	c #Conflicts:     171000 | #Constraints:      22946
100.32/100.77	c INPROCESSING
100.32/100.77	c GARBAGE COLLECT
100.32/100.77	c rational objective 995
103.21/103.63	c #Conflicts:     172000 | #Constraints:      15507
103.21/103.63	c #Conflicts:     173000 | #Constraints:      16507
103.21/103.63	c #Conflicts:     174000 | #Constraints:      17507
103.21/103.63	c #Conflicts:     175000 | #Constraints:      18507
103.21/103.63	c #Conflicts:     176000 | #Constraints:      19507
103.21/103.63	c #Conflicts:     177000 | #Constraints:      20507
103.21/103.63	c #Conflicts:     178000 | #Constraints:      21507
103.21/103.63	c bounds 1042 >= 996 @ 101.475
104.50/104.90	c #Conflicts:     179000 | #Constraints:      22567
104.50/104.90	c #Conflicts:     180000 | #Constraints:      23567
104.50/104.90	c INPROCESSING
104.50/104.90	c GARBAGE COLLECT
104.50/104.90	c rational objective 996
108.09/108.53	c #Conflicts:     181000 | #Constraints:      16055
108.09/108.53	c #Conflicts:     182000 | #Constraints:      17055
108.09/108.53	c #Conflicts:     183000 | #Constraints:      18055
108.09/108.53	c #Conflicts:     184000 | #Constraints:      19055
108.09/108.53	c #Conflicts:     185000 | #Constraints:      20055
108.09/108.53	c #Conflicts:     186000 | #Constraints:      21055
108.09/108.53	c #Conflicts:     187000 | #Constraints:      22055
108.09/108.53	c #Conflicts:     188000 | #Constraints:      23055
108.09/108.53	c bounds 1042 >= 997 @ 106.274
108.49/109.01	c #Conflicts:     189000 | #Constraints:      24109
108.49/109.01	c INPROCESSING
108.49/109.01	c GARBAGE COLLECT
108.49/109.01	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
108.49/109.01	WSVECS04 Frhs2[859]: 6 -1.00003 0 shouldn't be
108.49/109.01	WSVECS04 Frhs2[1097]: 6 -1.00005 0 shouldn't be
108.49/109.01	WSVECS04 Frhs2[1106]: 6 -1.00004 0 shouldn't be
108.49/109.01	WSVECS04 Frhs2[1249]: 6 -1.00002 0 shouldn't be
108.49/109.01	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
108.49/109.01	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
108.49/109.01	WSVECS04 Frhs2[1898]: 6 -1.00002 0 shouldn't be
108.60/109.03	c rational objective 997
112.48/112.90	c #Conflicts:     190000 | #Constraints:      16429
112.48/112.90	c #Conflicts:     191000 | #Constraints:      17429
112.48/112.90	c #Conflicts:     192000 | #Constraints:      18429
112.48/112.90	c #Conflicts:     193000 | #Constraints:      19429
112.48/112.90	c #Conflicts:     194000 | #Constraints:      20429
112.48/112.90	c #Conflicts:     195000 | #Constraints:      21429
112.48/112.90	c #Conflicts:     196000 | #Constraints:      22429
112.48/112.90	c #Conflicts:     197000 | #Constraints:      23429
112.48/112.90	c #Conflicts:     198000 | #Constraints:      24429
112.48/112.90	c INPROCESSING
112.48/112.90	c GARBAGE COLLECT
112.48/112.90	c rational objective 997
120.26/120.79	c #Conflicts:     199000 | #Constraints:      16609
120.26/120.79	c #Conflicts:     200000 | #Constraints:      17676
120.26/120.79	c #Conflicts:     201000 | #Constraints:      18757
120.26/120.79	c #Conflicts:     202000 | #Constraints:      19820
120.26/120.79	c #Conflicts:     203000 | #Constraints:      20887
120.26/120.79	c #Conflicts:     204000 | #Constraints:      21962
120.26/120.79	c #Conflicts:     205000 | #Constraints:      23016
120.26/120.79	c #Conflicts:     206000 | #Constraints:      24060
120.26/120.79	c #Conflicts:     207000 | #Constraints:      25147
120.26/120.79	c INPROCESSING
120.26/120.79	c GARBAGE COLLECT
120.26/120.79	c rational objective 997
124.15/124.62	c #Conflicts:     208000 | #Constraints:      16850
124.15/124.62	c #Conflicts:     209000 | #Constraints:      17850
124.15/124.62	c #Conflicts:     210000 | #Constraints:      18850
124.15/124.62	c #Conflicts:     211000 | #Constraints:      19850
124.15/124.62	c #Conflicts:     212000 | #Constraints:      20850
124.15/124.62	c #Conflicts:     213000 | #Constraints:      21850
124.15/124.62	c #Conflicts:     214000 | #Constraints:      22850
124.15/124.62	c bounds 1042 >= 998 @ 122.095
125.44/125.98	c #Conflicts:     215000 | #Constraints:      23907
125.44/125.98	c #Conflicts:     216000 | #Constraints:      24907
125.44/125.98	c INPROCESSING
125.44/125.98	c GARBAGE COLLECT
125.44/125.98	c rational objective 998
129.65/130.17	c #Conflicts:     217000 | #Constraints:      16559
129.65/130.17	c #Conflicts:     218000 | #Constraints:      17559
129.65/130.17	c #Conflicts:     219000 | #Constraints:      18559
129.65/130.17	c #Conflicts:     220000 | #Constraints:      19559
129.65/130.17	c #Conflicts:     221000 | #Constraints:      20559
129.65/130.17	c #Conflicts:     222000 | #Constraints:      21559
129.65/130.17	c #Conflicts:     223000 | #Constraints:      22559
129.65/130.17	c #Conflicts:     224000 | #Constraints:      23559
129.65/130.17	c #Conflicts:     225000 | #Constraints:      24559
129.65/130.17	c #Conflicts:     226000 | #Constraints:      25559
129.65/130.17	c INPROCESSING
129.65/130.17	c GARBAGE COLLECT
129.65/130.17	c rational objective 998
134.21/134.75	c #Conflicts:     227000 | #Constraints:      17095
134.21/134.75	c #Conflicts:     228000 | #Constraints:      18095
134.21/134.75	c #Conflicts:     229000 | #Constraints:      19095
134.21/134.75	c #Conflicts:     230000 | #Constraints:      20095
134.21/134.75	c #Conflicts:     231000 | #Constraints:      21095
134.21/134.75	c #Conflicts:     232000 | #Constraints:      22095
134.21/134.75	c #Conflicts:     233000 | #Constraints:      23095
134.21/134.75	c #Conflicts:     234000 | #Constraints:      24095
134.21/134.75	c #Conflicts:     235000 | #Constraints:      25095
134.21/134.75	c #Conflicts:     236000 | #Constraints:      26095
134.21/134.75	c INPROCESSING
134.21/134.75	c GARBAGE COLLECT
134.21/134.75	c rational objective 998
137.52/138.08	c #Conflicts:     237000 | #Constraints:      17484
137.52/138.08	c #Conflicts:     238000 | #Constraints:      18535
137.52/138.08	c #Conflicts:     239000 | #Constraints:      19612
137.52/138.08	c #Conflicts:     240000 | #Constraints:      20705
137.52/138.08	c #Conflicts:     241000 | #Constraints:      21780
137.52/138.08	c bounds 1041 >= 998 @ 135.328
146.18/146.70	c #Conflicts:     242000 | #Constraints:      22831
146.18/146.70	c #Conflicts:     243000 | #Constraints:      23831
146.18/146.70	c #Conflicts:     244000 | #Constraints:      24831
146.18/146.70	c #Conflicts:     245000 | #Constraints:      25831
146.18/146.70	c #Conflicts:     246000 | #Constraints:      26831
146.18/146.70	c INPROCESSING
146.18/146.70	c GARBAGE COLLECT
146.18/146.70	c rational objective 998
147.27/147.88	c #Conflicts:     247000 | #Constraints:      17883
147.27/147.88	c #Conflicts:     248000 | #Constraints:      18951
147.27/147.88	c bounds 1040 >= 998 @ 145.038
151.06/151.63	c #Conflicts:     249000 | #Constraints:      19975
151.06/151.63	c #Conflicts:     250000 | #Constraints:      20975
151.06/151.63	c #Conflicts:     251000 | #Constraints:      21975
151.06/151.63	c #Conflicts:     252000 | #Constraints:      23013
151.06/151.63	c #Conflicts:     253000 | #Constraints:      24085
151.06/151.63	c bounds 1039 >= 998 @ 148.729
153.85/154.46	c #Conflicts:     254000 | #Constraints:      25119
153.85/154.46	c #Conflicts:     255000 | #Constraints:      26169
153.85/154.46	c #Conflicts:     256000 | #Constraints:      27216
153.85/154.46	c INPROCESSING
153.85/154.46	c GARBAGE COLLECT
153.85/154.46	c rational objective 998
159.45/160.04	c #Conflicts:     257000 | #Constraints:      17871
159.45/160.04	c #Conflicts:     258000 | #Constraints:      18871
159.45/160.04	c #Conflicts:     259000 | #Constraints:      19871
159.45/160.04	c #Conflicts:     260000 | #Constraints:      20871
159.45/160.04	c #Conflicts:     261000 | #Constraints:      21871
159.45/160.04	c #Conflicts:     262000 | #Constraints:      22871
159.45/160.04	c #Conflicts:     263000 | #Constraints:      23871
159.45/160.04	c #Conflicts:     264000 | #Constraints:      24871
159.45/160.04	c #Conflicts:     265000 | #Constraints:      25871
159.45/160.04	c #Conflicts:     266000 | #Constraints:      26871
159.45/160.04	c INPROCESSING
159.45/160.04	c GARBAGE COLLECT
159.45/160.04	c rational objective 998
167.71/168.31	c #Conflicts:     267000 | #Constraints:      17576
167.71/168.31	c #Conflicts:     268000 | #Constraints:      18585
167.71/168.31	c #Conflicts:     269000 | #Constraints:      19662
167.71/168.31	c #Conflicts:     270000 | #Constraints:      20719
167.71/168.31	c #Conflicts:     271000 | #Constraints:      21789
167.71/168.31	c #Conflicts:     272000 | #Constraints:      22848
167.71/168.31	c #Conflicts:     273000 | #Constraints:      23897
167.71/168.31	c #Conflicts:     274000 | #Constraints:      24946
167.71/168.31	c #Conflicts:     275000 | #Constraints:      26003
167.71/168.31	c #Conflicts:     276000 | #Constraints:      27054
167.71/168.31	c #Conflicts:     277000 | #Constraints:      28106
167.71/168.31	c INPROCESSING
167.71/168.31	c GARBAGE COLLECT
167.71/168.31	c rational objective 998
173.29/173.93	c #Conflicts:     278000 | #Constraints:      18309
173.29/173.93	c #Conflicts:     279000 | #Constraints:      19309
173.29/173.93	c #Conflicts:     280000 | #Constraints:      20309
173.29/173.93	c #Conflicts:     281000 | #Constraints:      21309
173.29/173.93	c #Conflicts:     282000 | #Constraints:      22309
173.29/173.93	c #Conflicts:     283000 | #Constraints:      23309
173.29/173.93	c #Conflicts:     284000 | #Constraints:      24310
173.29/173.93	c #Conflicts:     285000 | #Constraints:      25311
173.29/173.93	c #Conflicts:     286000 | #Constraints:      26311
173.29/173.93	c #Conflicts:     287000 | #Constraints:      27311
173.29/173.93	c #Conflicts:     288000 | #Constraints:      28312
173.29/173.93	c INPROCESSING
173.29/173.93	c GARBAGE COLLECT
173.29/173.93	c rational objective 998
178.57/179.25	c #Conflicts:     289000 | #Constraints:      18577
178.57/179.25	c #Conflicts:     290000 | #Constraints:      19577
178.57/179.25	c #Conflicts:     291000 | #Constraints:      20577
178.57/179.25	c #Conflicts:     292000 | #Constraints:      21577
178.57/179.25	c #Conflicts:     293000 | #Constraints:      22577
178.57/179.25	c #Conflicts:     294000 | #Constraints:      23577
178.57/179.25	c #Conflicts:     295000 | #Constraints:      24577
178.57/179.25	c #Conflicts:     296000 | #Constraints:      25577
178.57/179.25	c #Conflicts:     297000 | #Constraints:      26577
178.57/179.25	c #Conflicts:     298000 | #Constraints:      27577
178.57/179.25	c #Conflicts:     299000 | #Constraints:      28577
178.57/179.25	c INPROCESSING
178.57/179.25	c GARBAGE COLLECT
178.57/179.25	c rational objective 998
182.38/183.01	c #Conflicts:     300000 | #Constraints:      18726
182.38/183.01	c #Conflicts:     301000 | #Constraints:      19737
182.38/183.01	c #Conflicts:     302000 | #Constraints:      20796
182.38/183.01	c #Conflicts:     303000 | #Constraints:      21843
182.38/183.01	c #Conflicts:     304000 | #Constraints:      22896
182.38/183.01	c #Conflicts:     305000 | #Constraints:      23954
182.38/183.01	c bounds 1038 >= 998 @ 179.58
182.67/183.31	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[24]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[28]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[29]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[35]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[37]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[44]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[56]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[75]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[76]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[81]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[86]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[87]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[109]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[114]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[119]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[120]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[123]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[130]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[131]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[146]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[147]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[158]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[160]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[161]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[165]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[177]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[190]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[194]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[215]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[217]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[223]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[237]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[243]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[244]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[249]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[266]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[275]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[287]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[294]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[307]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[323]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[326]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[333]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[336]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[348]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[355]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[361]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[365]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[366]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[371]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[372]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[381]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[383]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[392]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[398]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[403]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[421]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[448]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[449]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[453]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[456]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[463]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[466]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[467]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[497]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[501]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[505]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[512]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[547]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[556]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[574]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[594]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[595]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[598]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[628]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[631]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[637]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[681]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[689]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[694]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[709]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[715]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[727]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[728]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[729]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[748]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[749]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[759]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[765]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[772]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[776]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[779]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[786]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[792]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[797]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[801]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[802]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[808]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[817]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[823]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[835]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[864]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[881]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[902]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[904]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[940]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[941]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[945]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[949]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[996]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[999]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1019]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1025]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1026]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1027]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1028]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1029]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1032]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1033]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1039]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1042]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1045]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1057]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1066]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1071]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1072]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1077]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1083]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1090]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1095]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1096]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1097]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1101]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1103]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1104]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1109]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1114]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1116]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1117]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1120]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1123]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1126]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1129]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1137]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1142]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1145]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1157]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1160]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1165]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1174]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1179]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1202]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1204]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1213]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1218]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1227]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1251]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1256]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1257]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1258]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1264]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1269]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1273]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1282]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1283]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1285]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1286]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1293]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1295]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1298]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1301]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1303]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1307]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1309]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1310]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1317]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1318]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1336]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1339]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1347]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1348]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1353]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1358]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1362]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1363]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1366]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1367]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1373]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1376]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1383]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1389]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1391]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1392]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1395]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1397]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1404]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1411]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1412]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1414]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1415]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1416]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1422]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1423]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1429]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1433]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1435]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1436]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1450]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1453]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1455]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1462]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1463]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1464]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1465]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1466]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1467]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1468]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1470]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1471]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1474]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1476]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1491]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1493]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1495]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1496]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1510]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1524]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1552]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1573]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1581]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1590]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1592]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1599]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1602]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1612]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1613]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1615]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1617]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1625]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1638]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1639]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1665]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1671]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1676]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1679]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1682]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1707]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1715]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1716]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1720]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1737]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1738]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1739]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1740]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1741]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1747]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1758]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1760]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1764]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1765]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1767]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1769]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1776]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1779]: 6 -1.00002 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1785]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1791]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1821]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1825]: 6 -1.00006 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1834]: 6 -1.00004 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1869]: 6 -1.00005 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1876]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1895]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1898]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1922]: 6 -1.00007 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1930]: 6 -1.00009 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1941]: 6 -1.00001 0 shouldn't be
182.67/183.31	WSVECS04 Frhs2[1942]: 6 -1.00008 0 shouldn't be
193.53/194.26	c #Conflicts:     306000 | #Constraints:      25006
193.53/194.26	c #Conflicts:     307000 | #Constraints:      26006
193.53/194.26	c #Conflicts:     308000 | #Constraints:      27006
193.53/194.26	c #Conflicts:     309000 | #Constraints:      28006
193.53/194.26	c #Conflicts:     310000 | #Constraints:      29006
193.53/194.26	c INPROCESSING
193.53/194.26	c GARBAGE COLLECT
193.53/194.26	c rational objective 998
202.32/203.03	c #Conflicts:     311000 | #Constraints:      18834
202.32/203.03	c #Conflicts:     312000 | #Constraints:      19835
202.32/203.03	c #Conflicts:     313000 | #Constraints:      20894
202.32/203.03	c #Conflicts:     314000 | #Constraints:      21964
202.32/203.03	c #Conflicts:     315000 | #Constraints:      23021
202.32/203.03	c #Conflicts:     316000 | #Constraints:      24084
202.32/203.03	c #Conflicts:     317000 | #Constraints:      25149
202.32/203.03	c #Conflicts:     318000 | #Constraints:      26194
202.32/203.03	c #Conflicts:     319000 | #Constraints:      27236
202.32/203.03	c #Conflicts:     320000 | #Constraints:      28280
202.32/203.03	c #Conflicts:     321000 | #Constraints:      29317
202.32/203.03	c INPROCESSING
202.32/203.03	c GARBAGE COLLECT
202.32/203.03	c rational objective 998
208.68/209.42	c #Conflicts:     322000 | #Constraints:      18732
208.68/209.42	c #Conflicts:     323000 | #Constraints:      19732
208.68/209.42	c #Conflicts:     324000 | #Constraints:      20732
208.68/209.42	c #Conflicts:     325000 | #Constraints:      21732
208.68/209.42	c #Conflicts:     326000 | #Constraints:      22732
208.68/209.42	c #Conflicts:     327000 | #Constraints:      23732
208.68/209.42	c #Conflicts:     328000 | #Constraints:      24732
208.68/209.42	c #Conflicts:     329000 | #Constraints:      25732
208.68/209.42	c #Conflicts:     330000 | #Constraints:      26732
208.68/209.42	c #Conflicts:     331000 | #Constraints:      27732
208.68/209.42	c #Conflicts:     332000 | #Constraints:      28732
208.68/209.42	c #Conflicts:     333000 | #Constraints:      29732
208.68/209.42	c INPROCESSING
208.68/209.42	c GARBAGE COLLECT
208.68/209.42	c rational objective 998
217.65/218.40	c #Conflicts:     334000 | #Constraints:      19190
217.65/218.40	c #Conflicts:     335000 | #Constraints:      20218
217.65/218.40	c #Conflicts:     336000 | #Constraints:      21273
217.65/218.40	c #Conflicts:     337000 | #Constraints:      22341
217.65/218.40	c #Conflicts:     338000 | #Constraints:      23386
217.65/218.40	c #Conflicts:     339000 | #Constraints:      24418
217.65/218.40	c #Conflicts:     340000 | #Constraints:      25449
217.65/218.40	c #Conflicts:     341000 | #Constraints:      26507
217.65/218.40	c #Conflicts:     342000 | #Constraints:      27556
217.65/218.40	c #Conflicts:     343000 | #Constraints:      28597
217.65/218.40	c #Conflicts:     344000 | #Constraints:      29632
217.65/218.40	c #Conflicts:     345000 | #Constraints:      30662
217.65/218.40	c INPROCESSING
217.65/218.40	c GARBAGE COLLECT
217.65/218.40	c rational objective 998
224.73/225.58	c #Conflicts:     346000 | #Constraints:      19700
224.73/225.58	c #Conflicts:     347000 | #Constraints:      20700
224.73/225.58	c #Conflicts:     348000 | #Constraints:      21700
224.73/225.58	c #Conflicts:     349000 | #Constraints:      22700
224.73/225.58	c #Conflicts:     350000 | #Constraints:      23700
224.73/225.58	c #Conflicts:     351000 | #Constraints:      24700
224.73/225.58	c #Conflicts:     352000 | #Constraints:      25700
224.73/225.58	c #Conflicts:     353000 | #Constraints:      26700
224.73/225.58	c #Conflicts:     354000 | #Constraints:      27700
224.73/225.58	c #Conflicts:     355000 | #Constraints:      28700
224.73/225.58	c #Conflicts:     356000 | #Constraints:      29700
224.73/225.58	c #Conflicts:     357000 | #Constraints:      30700
224.73/225.58	c INPROCESSING
224.73/225.58	c GARBAGE COLLECT
224.73/225.58	c rational objective 998
231.12/231.93	c #Conflicts:     358000 | #Constraints:      19793
231.12/231.93	c #Conflicts:     359000 | #Constraints:      20793
231.12/231.93	c #Conflicts:     360000 | #Constraints:      21793
231.12/231.93	c #Conflicts:     361000 | #Constraints:      22793
231.12/231.93	c #Conflicts:     362000 | #Constraints:      23793
231.12/231.93	c #Conflicts:     363000 | #Constraints:      24793
231.12/231.93	c #Conflicts:     364000 | #Constraints:      25793
231.12/231.93	c #Conflicts:     365000 | #Constraints:      26793
231.12/231.93	c #Conflicts:     366000 | #Constraints:      27793
231.12/231.93	c #Conflicts:     367000 | #Constraints:      28793
231.12/231.93	c #Conflicts:     368000 | #Constraints:      29793
231.12/231.93	c #Conflicts:     369000 | #Constraints:      30793
231.12/231.93	c INPROCESSING
231.12/231.93	c GARBAGE COLLECT
231.12/231.93	c rational objective 998
240.88/241.73	c #Conflicts:     370000 | #Constraints:      19738
240.88/241.73	c #Conflicts:     371000 | #Constraints:      20790
240.88/241.73	c #Conflicts:     372000 | #Constraints:      21859
240.88/241.73	c #Conflicts:     373000 | #Constraints:      22937
240.88/241.73	c #Conflicts:     374000 | #Constraints:      24000
240.88/241.73	c #Conflicts:     375000 | #Constraints:      25047
240.88/241.73	c #Conflicts:     376000 | #Constraints:      26105
240.88/241.73	c #Conflicts:     377000 | #Constraints:      27156
240.88/241.73	c #Conflicts:     378000 | #Constraints:      28220
240.88/241.73	c #Conflicts:     379000 | #Constraints:      29277
240.88/241.73	c #Conflicts:     380000 | #Constraints:      30333
240.88/241.73	c #Conflicts:     381000 | #Constraints:      31387
240.88/241.73	c INPROCESSING
240.88/241.73	c GARBAGE COLLECT
240.88/241.73	c rational objective 998
248.66/249.51	c #Conflicts:     382000 | #Constraints:      19790
248.66/249.51	c #Conflicts:     383000 | #Constraints:      20790
248.66/249.51	c #Conflicts:     384000 | #Constraints:      21790
248.66/249.51	c #Conflicts:     385000 | #Constraints:      22790
248.66/249.51	c #Conflicts:     386000 | #Constraints:      23790
248.66/249.51	c #Conflicts:     387000 | #Constraints:      24790
248.66/249.51	c #Conflicts:     388000 | #Constraints:      25790
248.66/249.51	c #Conflicts:     389000 | #Constraints:      26790
248.66/249.51	c #Conflicts:     390000 | #Constraints:      27790
248.66/249.51	c #Conflicts:     391000 | #Constraints:      28790
248.66/249.51	c #Conflicts:     392000 | #Constraints:      29790
248.66/249.51	c #Conflicts:     393000 | #Constraints:      30790
248.66/249.51	c #Conflicts:     394000 | #Constraints:      31790
248.66/249.51	c INPROCESSING
248.66/249.51	c GARBAGE COLLECT
248.66/249.51	c rational objective 998
255.64/256.53	c #Conflicts:     395000 | #Constraints:      20238
255.64/256.53	c #Conflicts:     396000 | #Constraints:      21238
255.64/256.53	c #Conflicts:     397000 | #Constraints:      22238
255.64/256.53	c #Conflicts:     398000 | #Constraints:      23238
255.64/256.53	c #Conflicts:     399000 | #Constraints:      24238
255.64/256.53	c #Conflicts:     400000 | #Constraints:      25238
255.64/256.53	c #Conflicts:     401000 | #Constraints:      26238
255.64/256.53	c #Conflicts:     402000 | #Constraints:      27238
255.64/256.53	c #Conflicts:     403000 | #Constraints:      28238
255.64/256.53	c #Conflicts:     404000 | #Constraints:      29238
255.64/256.53	c #Conflicts:     405000 | #Constraints:      30238
255.64/256.53	c #Conflicts:     406000 | #Constraints:      31238
255.64/256.53	c #Conflicts:     407000 | #Constraints:      32238
255.64/256.53	c INPROCESSING
255.64/256.53	c GARBAGE COLLECT
255.64/256.53	c rational objective 998
266.01/266.95	c #Conflicts:     408000 | #Constraints:      20580
266.01/266.95	c #Conflicts:     409000 | #Constraints:      21643
266.01/266.95	c #Conflicts:     410000 | #Constraints:      22696
266.01/266.95	c #Conflicts:     411000 | #Constraints:      23742
266.01/266.95	c #Conflicts:     412000 | #Constraints:      24796
266.01/266.95	c #Conflicts:     413000 | #Constraints:      25838
266.01/266.95	c #Conflicts:     414000 | #Constraints:      26876
266.01/266.95	c #Conflicts:     415000 | #Constraints:      27911
266.01/266.95	c #Conflicts:     416000 | #Constraints:      28942
266.01/266.95	c #Conflicts:     417000 | #Constraints:      29977
266.01/266.95	c #Conflicts:     418000 | #Constraints:      31017
266.01/266.95	c #Conflicts:     419000 | #Constraints:      32073
266.01/266.95	c #Conflicts:     420000 | #Constraints:      33115
266.01/266.95	c INPROCESSING
266.01/266.95	c GARBAGE COLLECT
266.01/266.95	c rational objective 998
274.20/275.17	c #Conflicts:     421000 | #Constraints:      20941
274.20/275.17	c #Conflicts:     422000 | #Constraints:      21941
274.20/275.17	c #Conflicts:     423000 | #Constraints:      22941
274.20/275.17	c #Conflicts:     424000 | #Constraints:      23941
274.20/275.17	c #Conflicts:     425000 | #Constraints:      24941
274.20/275.17	c #Conflicts:     426000 | #Constraints:      25941
274.20/275.17	c #Conflicts:     427000 | #Constraints:      26941
274.20/275.17	c #Conflicts:     428000 | #Constraints:      27941
274.20/275.17	c #Conflicts:     429000 | #Constraints:      28941
274.20/275.17	c #Conflicts:     430000 | #Constraints:      29941
274.20/275.17	c #Conflicts:     431000 | #Constraints:      30941
274.20/275.17	c #Conflicts:     432000 | #Constraints:      31941
274.20/275.17	c #Conflicts:     433000 | #Constraints:      32941
274.20/275.17	c INPROCESSING
274.20/275.17	c GARBAGE COLLECT
274.20/275.17	c rational objective 998
275.98/276.99	c #Conflicts:     434000 | #Constraints:      20809
275.98/276.99	c #Conflicts:     435000 | #Constraints:      21809
275.98/276.99	c #Conflicts:     436000 | #Constraints:      22809
275.98/276.99	c #Conflicts:     437000 | #Constraints:      23809
275.98/276.99	c bounds 1038 >= 999 @ 272.167
281.97/282.98	c #Conflicts:     438000 | #Constraints:      24887
281.97/282.98	c #Conflicts:     439000 | #Constraints:      25887
281.97/282.98	c #Conflicts:     440000 | #Constraints:      26887
281.97/282.98	c #Conflicts:     441000 | #Constraints:      27887
281.97/282.98	c #Conflicts:     442000 | #Constraints:      28887
281.97/282.98	c #Conflicts:     443000 | #Constraints:      29887
281.97/282.98	c #Conflicts:     444000 | #Constraints:      30887
281.97/282.98	c #Conflicts:     445000 | #Constraints:      31887
281.97/282.98	c #Conflicts:     446000 | #Constraints:      32887
281.97/282.98	c INPROCESSING
281.97/282.98	c GARBAGE COLLECT
281.97/282.98	c rational objective 999
294.72/295.76	c #Conflicts:     447000 | #Constraints:      20619
294.72/295.76	c #Conflicts:     448000 | #Constraints:      21626
294.72/295.76	c #Conflicts:     449000 | #Constraints:      22659
294.72/295.76	c #Conflicts:     450000 | #Constraints:      23697
294.72/295.76	c #Conflicts:     451000 | #Constraints:      24721
294.72/295.76	c #Conflicts:     452000 | #Constraints:      25748
294.72/295.76	c #Conflicts:     453000 | #Constraints:      26774
294.72/295.76	c #Conflicts:     454000 | #Constraints:      27794
294.72/295.76	c #Conflicts:     455000 | #Constraints:      28822
294.72/295.76	c #Conflicts:     456000 | #Constraints:      29868
294.72/295.76	c #Conflicts:     457000 | #Constraints:      30901
294.72/295.76	c #Conflicts:     458000 | #Constraints:      31929
294.72/295.76	c #Conflicts:     459000 | #Constraints:      32951
294.72/295.76	c #Conflicts:     460000 | #Constraints:      33976
294.72/295.76	c INPROCESSING
294.72/295.76	c GARBAGE COLLECT
294.72/295.76	c rational objective 999
303.01/304.03	c #Conflicts:     461000 | #Constraints:      21307
303.01/304.03	c #Conflicts:     462000 | #Constraints:      22307
303.01/304.03	c #Conflicts:     463000 | #Constraints:      23307
303.01/304.03	c #Conflicts:     464000 | #Constraints:      24307
303.01/304.03	c #Conflicts:     465000 | #Constraints:      25307
303.01/304.03	c #Conflicts:     466000 | #Constraints:      26307
303.01/304.03	c #Conflicts:     467000 | #Constraints:      27307
303.01/304.03	c #Conflicts:     468000 | #Constraints:      28307
303.01/304.03	c #Conflicts:     469000 | #Constraints:      29307
303.01/304.03	c #Conflicts:     470000 | #Constraints:      30307
303.01/304.03	c #Conflicts:     471000 | #Constraints:      31307
303.01/304.03	c #Conflicts:     472000 | #Constraints:      32307
303.01/304.03	c #Conflicts:     473000 | #Constraints:      33307
303.01/304.03	c #Conflicts:     474000 | #Constraints:      34307
303.01/304.03	c INPROCESSING
303.01/304.03	c GARBAGE COLLECT
303.01/304.03	c rational objective 999
310.58/311.66	c #Conflicts:     475000 | #Constraints:      21641
310.58/311.66	c #Conflicts:     476000 | #Constraints:      22641
310.58/311.66	c #Conflicts:     477000 | #Constraints:      23641
310.58/311.66	c #Conflicts:     478000 | #Constraints:      24641
310.58/311.66	c #Conflicts:     479000 | #Constraints:      25641
310.58/311.66	c #Conflicts:     480000 | #Constraints:      26641
310.58/311.66	c #Conflicts:     481000 | #Constraints:      27641
310.58/311.66	c #Conflicts:     482000 | #Constraints:      28641
310.58/311.66	c #Conflicts:     483000 | #Constraints:      29641
310.58/311.66	c #Conflicts:     484000 | #Constraints:      30641
310.58/311.66	c #Conflicts:     485000 | #Constraints:      31641
310.58/311.66	c #Conflicts:     486000 | #Constraints:      32641
310.58/311.66	c #Conflicts:     487000 | #Constraints:      33641
310.58/311.66	c #Conflicts:     488000 | #Constraints:      34641
310.58/311.66	c INPROCESSING
310.58/311.66	c GARBAGE COLLECT
310.58/311.66	c rational objective 999
318.65/319.73	c #Conflicts:     489000 | #Constraints:      21783
318.65/319.73	c #Conflicts:     490000 | #Constraints:      22783
318.65/319.73	c #Conflicts:     491000 | #Constraints:      23783
318.65/319.73	c #Conflicts:     492000 | #Constraints:      24783
318.65/319.73	c #Conflicts:     493000 | #Constraints:      25783
318.65/319.73	c #Conflicts:     494000 | #Constraints:      26783
318.65/319.73	c #Conflicts:     495000 | #Constraints:      27783
318.65/319.73	c #Conflicts:     496000 | #Constraints:      28783
318.65/319.73	c #Conflicts:     497000 | #Constraints:      29783
318.65/319.73	c #Conflicts:     498000 | #Constraints:      30783
318.65/319.73	c #Conflicts:     499000 | #Constraints:      31783
318.65/319.73	c #Conflicts:     500000 | #Constraints:      32783
318.65/319.73	c #Conflicts:     501000 | #Constraints:      33783
318.65/319.73	c #Conflicts:     502000 | #Constraints:      34783
318.65/319.73	c INPROCESSING
318.65/319.73	c GARBAGE COLLECT
318.65/319.73	c rational objective 999
335.01/336.11	c #Conflicts:     503000 | #Constraints:      21791
335.01/336.11	c #Conflicts:     504000 | #Constraints:      22808
335.01/336.11	c #Conflicts:     505000 | #Constraints:      23823
335.01/336.11	c #Conflicts:     506000 | #Constraints:      24837
335.01/336.11	c #Conflicts:     507000 | #Constraints:      25885
335.01/336.11	c #Conflicts:     508000 | #Constraints:      26921
335.01/336.11	c #Conflicts:     509000 | #Constraints:      27951
335.01/336.11	c #Conflicts:     510000 | #Constraints:      28976
335.01/336.11	c #Conflicts:     511000 | #Constraints:      29994
335.01/336.11	c #Conflicts:     512000 | #Constraints:      31016
335.01/336.11	c #Conflicts:     513000 | #Constraints:      32058
335.01/336.11	c #Conflicts:     514000 | #Constraints:      33071
335.01/336.11	c #Conflicts:     515000 | #Constraints:      34103
335.01/336.11	c #Conflicts:     516000 | #Constraints:      35121
335.01/336.11	c INPROCESSING
335.01/336.11	c GARBAGE COLLECT
335.01/336.11	c rational objective 999
343.47/344.67	c #Conflicts:     517000 | #Constraints:      21688
343.47/344.67	c #Conflicts:     518000 | #Constraints:      22688
343.47/344.67	c #Conflicts:     519000 | #Constraints:      23688
343.47/344.67	c #Conflicts:     520000 | #Constraints:      24688
343.47/344.67	c #Conflicts:     521000 | #Constraints:      25688
343.47/344.67	c #Conflicts:     522000 | #Constraints:      26688
343.47/344.67	c #Conflicts:     523000 | #Constraints:      27688
343.47/344.67	c #Conflicts:     524000 | #Constraints:      28688
343.47/344.67	c #Conflicts:     525000 | #Constraints:      29688
343.47/344.67	c #Conflicts:     526000 | #Constraints:      30688
343.47/344.67	c #Conflicts:     527000 | #Constraints:      31688
343.47/344.67	c #Conflicts:     528000 | #Constraints:      32688
343.47/344.67	c #Conflicts:     529000 | #Constraints:      33688
343.47/344.67	c #Conflicts:     530000 | #Constraints:      34688
343.47/344.67	c #Conflicts:     531000 | #Constraints:      35688
343.47/344.67	c INPROCESSING
343.47/344.67	c GARBAGE COLLECT
343.47/344.67	c rational objective 999
352.04/353.20	c #Conflicts:     532000 | #Constraints:      22221
352.04/353.20	c #Conflicts:     533000 | #Constraints:      23221
352.04/353.20	c #Conflicts:     534000 | #Constraints:      24221
352.04/353.20	c #Conflicts:     535000 | #Constraints:      25221
352.04/353.20	c #Conflicts:     536000 | #Constraints:      26221
352.04/353.20	c #Conflicts:     537000 | #Constraints:      27221
352.04/353.20	c #Conflicts:     538000 | #Constraints:      28221
352.04/353.20	c #Conflicts:     539000 | #Constraints:      29221
352.04/353.20	c #Conflicts:     540000 | #Constraints:      30221
352.04/353.20	c #Conflicts:     541000 | #Constraints:      31221
352.04/353.20	c #Conflicts:     542000 | #Constraints:      32222
352.04/353.20	c #Conflicts:     543000 | #Constraints:      33222
352.04/353.20	c #Conflicts:     544000 | #Constraints:      34222
352.04/353.20	c #Conflicts:     545000 | #Constraints:      35222
352.04/353.20	c #Conflicts:     546000 | #Constraints:      36222
352.04/353.20	c INPROCESSING
352.04/353.20	c GARBAGE COLLECT
352.04/353.20	c rational objective 999
360.43/361.68	c #Conflicts:     547000 | #Constraints:      22597
360.43/361.68	c #Conflicts:     548000 | #Constraints:      23597
360.43/361.68	c #Conflicts:     549000 | #Constraints:      24597
360.43/361.68	c #Conflicts:     550000 | #Constraints:      25597
360.43/361.68	c #Conflicts:     551000 | #Constraints:      26597
360.43/361.68	c #Conflicts:     552000 | #Constraints:      27597
360.43/361.68	c #Conflicts:     553000 | #Constraints:      28597
360.43/361.68	c #Conflicts:     554000 | #Constraints:      29597
360.43/361.68	c #Conflicts:     555000 | #Constraints:      30597
360.43/361.68	c #Conflicts:     556000 | #Constraints:      31597
360.43/361.68	c #Conflicts:     557000 | #Constraints:      32597
360.43/361.68	c #Conflicts:     558000 | #Constraints:      33597
360.43/361.68	c #Conflicts:     559000 | #Constraints:      34597
360.43/361.68	c #Conflicts:     560000 | #Constraints:      35597
360.43/361.68	c #Conflicts:     561000 | #Constraints:      36597
360.43/361.68	c INPROCESSING
360.43/361.68	c GARBAGE COLLECT
360.43/361.68	c rational objective 999
373.28/374.57	c #Conflicts:     562000 | #Constraints:      22823
373.28/374.57	c #Conflicts:     563000 | #Constraints:      23867
373.28/374.57	c #Conflicts:     564000 | #Constraints:      24925
373.28/374.57	c #Conflicts:     565000 | #Constraints:      25976
373.28/374.57	c #Conflicts:     566000 | #Constraints:      27022
373.28/374.57	c #Conflicts:     567000 | #Constraints:      28068
373.28/374.57	c #Conflicts:     568000 | #Constraints:      29113
373.28/374.57	c #Conflicts:     569000 | #Constraints:      30153
373.28/374.57	c #Conflicts:     570000 | #Constraints:      31199
373.28/374.57	c #Conflicts:     571000 | #Constraints:      32240
373.28/374.57	c #Conflicts:     572000 | #Constraints:      33284
373.28/374.57	c #Conflicts:     573000 | #Constraints:      34339
373.28/374.57	c #Conflicts:     574000 | #Constraints:      35374
373.28/374.57	c #Conflicts:     575000 | #Constraints:      36416
373.28/374.57	c #Conflicts:     576000 | #Constraints:      37449
373.28/374.57	c INPROCESSING
373.28/374.57	c GARBAGE COLLECT
373.28/374.57	c rational objective 999
383.65/385.01	c #Conflicts:     577000 | #Constraints:      23034
383.65/385.01	c #Conflicts:     578000 | #Constraints:      24034
383.65/385.01	c #Conflicts:     579000 | #Constraints:      25034
383.65/385.01	c #Conflicts:     580000 | #Constraints:      26034
383.65/385.01	c #Conflicts:     581000 | #Constraints:      27034
383.65/385.01	c #Conflicts:     582000 | #Constraints:      28034
383.65/385.01	c #Conflicts:     583000 | #Constraints:      29034
383.65/385.01	c #Conflicts:     584000 | #Constraints:      30034
383.65/385.01	c #Conflicts:     585000 | #Constraints:      31034
383.65/385.01	c #Conflicts:     586000 | #Constraints:      32034
383.65/385.01	c #Conflicts:     587000 | #Constraints:      33034
383.65/385.01	c #Conflicts:     588000 | #Constraints:      34034
383.65/385.01	c #Conflicts:     589000 | #Constraints:      35034
383.65/385.01	c #Conflicts:     590000 | #Constraints:      36034
383.65/385.01	c #Conflicts:     591000 | #Constraints:      37034
383.65/385.01	c INPROCESSING
383.65/385.01	c GARBAGE COLLECT
383.65/385.01	c rational objective 999
392.74/394.08	c #Conflicts:     592000 | #Constraints:      22699
392.74/394.08	c #Conflicts:     593000 | #Constraints:      23699
392.74/394.08	c #Conflicts:     594000 | #Constraints:      24699
392.74/394.08	c #Conflicts:     595000 | #Constraints:      25699
392.74/394.08	c #Conflicts:     596000 | #Constraints:      26699
392.74/394.08	c #Conflicts:     597000 | #Constraints:      27699
392.74/394.08	c #Conflicts:     598000 | #Constraints:      28699
392.74/394.08	c #Conflicts:     599000 | #Constraints:      29699
392.74/394.08	c #Conflicts:     600000 | #Constraints:      30699
392.74/394.08	c #Conflicts:     601000 | #Constraints:      31699
392.74/394.08	c #Conflicts:     602000 | #Constraints:      32699
392.74/394.08	c #Conflicts:     603000 | #Constraints:      33699
392.74/394.08	c #Conflicts:     604000 | #Constraints:      34699
392.74/394.08	c #Conflicts:     605000 | #Constraints:      35699
392.74/394.08	c #Conflicts:     606000 | #Constraints:      36699
392.74/394.08	c #Conflicts:     607000 | #Constraints:      37699
392.74/394.08	c INPROCESSING
392.74/394.08	c GARBAGE COLLECT
392.74/394.08	c rational objective 999
405.70/407.03	c #Conflicts:     608000 | #Constraints:      23221
405.70/407.03	c #Conflicts:     609000 | #Constraints:      24250
405.70/407.03	c #Conflicts:     610000 | #Constraints:      25328
405.70/407.03	c #Conflicts:     611000 | #Constraints:      26400
405.70/407.03	c #Conflicts:     612000 | #Constraints:      27434
405.70/407.03	c #Conflicts:     613000 | #Constraints:      28494
405.70/407.03	c #Conflicts:     614000 | #Constraints:      29536
405.70/407.03	c #Conflicts:     615000 | #Constraints:      30568
405.70/407.03	c #Conflicts:     616000 | #Constraints:      31612
405.70/407.03	c #Conflicts:     617000 | #Constraints:      32641
405.70/407.03	c #Conflicts:     618000 | #Constraints:      33686
405.70/407.03	c #Conflicts:     619000 | #Constraints:      34718
405.70/407.03	c #Conflicts:     620000 | #Constraints:      35756
405.70/407.03	c #Conflicts:     621000 | #Constraints:      36803
405.70/407.03	c #Conflicts:     622000 | #Constraints:      37846
405.70/407.03	c #Conflicts:     623000 | #Constraints:      38877
405.70/407.03	c INPROCESSING
405.70/407.03	c GARBAGE COLLECT
405.70/407.03	c rational objective 999
416.05/417.47	c #Conflicts:     624000 | #Constraints:      23834
416.05/417.47	c #Conflicts:     625000 | #Constraints:      24834
416.05/417.47	c #Conflicts:     626000 | #Constraints:      25834
416.05/417.47	c #Conflicts:     627000 | #Constraints:      26834
416.05/417.47	c #Conflicts:     628000 | #Constraints:      27834
416.05/417.47	c #Conflicts:     629000 | #Constraints:      28834
416.05/417.47	c #Conflicts:     630000 | #Constraints:      29834
416.05/417.47	c #Conflicts:     631000 | #Constraints:      30834
416.05/417.47	c #Conflicts:     632000 | #Constraints:      31834
416.05/417.47	c #Conflicts:     633000 | #Constraints:      32834
416.05/417.47	c #Conflicts:     634000 | #Constraints:      33834
416.05/417.47	c #Conflicts:     635000 | #Constraints:      34834
416.05/417.47	c #Conflicts:     636000 | #Constraints:      35834
416.05/417.47	c #Conflicts:     637000 | #Constraints:      36834
416.05/417.47	c #Conflicts:     638000 | #Constraints:      37834
416.05/417.47	c #Conflicts:     639000 | #Constraints:      38834
416.05/417.47	c INPROCESSING
416.05/417.47	c GARBAGE COLLECT
416.05/417.47	c rational objective 999
426.22/427.64	c #Conflicts:     640000 | #Constraints:      23904
426.22/427.64	c #Conflicts:     641000 | #Constraints:      24904
426.22/427.64	c #Conflicts:     642000 | #Constraints:      25904
426.22/427.64	c #Conflicts:     643000 | #Constraints:      26904
426.22/427.64	c #Conflicts:     644000 | #Constraints:      27904
426.22/427.64	c #Conflicts:     645000 | #Constraints:      28904
426.22/427.64	c #Conflicts:     646000 | #Constraints:      29904
426.22/427.64	c #Conflicts:     647000 | #Constraints:      30904
426.22/427.64	c #Conflicts:     648000 | #Constraints:      31904
426.22/427.64	c #Conflicts:     649000 | #Constraints:      32904
426.22/427.64	c #Conflicts:     650000 | #Constraints:      33904
426.22/427.64	c #Conflicts:     651000 | #Constraints:      34904
426.22/427.64	c #Conflicts:     652000 | #Constraints:      35904
426.22/427.64	c #Conflicts:     653000 | #Constraints:      36904
426.22/427.64	c #Conflicts:     654000 | #Constraints:      37904
426.22/427.64	c #Conflicts:     655000 | #Constraints:      38904
426.22/427.64	c INPROCESSING
426.22/427.64	c GARBAGE COLLECT
426.22/427.64	c rational objective 999
439.38/440.83	c #Conflicts:     656000 | #Constraints:      23858
439.38/440.83	c #Conflicts:     657000 | #Constraints:      24890
439.38/440.83	c #Conflicts:     658000 | #Constraints:      25911
439.38/440.83	c #Conflicts:     659000 | #Constraints:      26978
439.38/440.83	c #Conflicts:     660000 | #Constraints:      28022
439.38/440.83	c #Conflicts:     661000 | #Constraints:      29069
439.38/440.83	c #Conflicts:     662000 | #Constraints:      30108
439.38/440.83	c #Conflicts:     663000 | #Constraints:      31143
439.38/440.83	c #Conflicts:     664000 | #Constraints:      32178
439.38/440.83	c #Conflicts:     665000 | #Constraints:      33210
439.38/440.83	c #Conflicts:     666000 | #Constraints:      34262
439.38/440.83	c #Conflicts:     667000 | #Constraints:      35303
439.38/440.83	c #Conflicts:     668000 | #Constraints:      36335
439.38/440.83	c #Conflicts:     669000 | #Constraints:      37372
439.38/440.83	c #Conflicts:     670000 | #Constraints:      38402
439.38/440.83	c #Conflicts:     671000 | #Constraints:      39431
439.38/440.83	c INPROCESSING
439.38/440.83	c GARBAGE COLLECT
439.38/440.83	c rational objective 999
450.66/452.15	c #Conflicts:     672000 | #Constraints:      23827
450.66/452.15	c #Conflicts:     673000 | #Constraints:      24827
450.66/452.15	c #Conflicts:     674000 | #Constraints:      25827
450.66/452.15	c #Conflicts:     675000 | #Constraints:      26827
450.66/452.15	c #Conflicts:     676000 | #Constraints:      27827
450.66/452.15	c #Conflicts:     677000 | #Constraints:      28827
450.66/452.15	c #Conflicts:     678000 | #Constraints:      29827
450.66/452.15	c #Conflicts:     679000 | #Constraints:      30827
450.66/452.15	c #Conflicts:     680000 | #Constraints:      31827
450.66/452.15	c #Conflicts:     681000 | #Constraints:      32827
450.66/452.15	c #Conflicts:     682000 | #Constraints:      33827
450.66/452.15	c #Conflicts:     683000 | #Constraints:      34827
450.66/452.15	c #Conflicts:     684000 | #Constraints:      35827
450.66/452.15	c #Conflicts:     685000 | #Constraints:      36827
450.66/452.15	c #Conflicts:     686000 | #Constraints:      37827
450.66/452.15	c #Conflicts:     687000 | #Constraints:      38827
450.66/452.15	c #Conflicts:     688000 | #Constraints:      39827
450.66/452.15	c INPROCESSING
450.66/452.15	c GARBAGE COLLECT
450.66/452.15	c rational objective 999
461.01/462.52	c #Conflicts:     689000 | #Constraints:      24305
461.01/462.52	c #Conflicts:     690000 | #Constraints:      25305
461.01/462.52	c #Conflicts:     691000 | #Constraints:      26305
461.01/462.52	c #Conflicts:     692000 | #Constraints:      27305
461.01/462.52	c #Conflicts:     693000 | #Constraints:      28305
461.01/462.52	c #Conflicts:     694000 | #Constraints:      29305
461.01/462.52	c #Conflicts:     695000 | #Constraints:      30305
461.01/462.52	c #Conflicts:     696000 | #Constraints:      31305
461.01/462.52	c #Conflicts:     697000 | #Constraints:      32305
461.01/462.52	c #Conflicts:     698000 | #Constraints:      33305
461.01/462.52	c #Conflicts:     699000 | #Constraints:      34305
461.01/462.52	c #Conflicts:     700000 | #Constraints:      35305
461.01/462.52	c #Conflicts:     701000 | #Constraints:      36305
461.01/462.52	c #Conflicts:     702000 | #Constraints:      37305
461.01/462.52	c #Conflicts:     703000 | #Constraints:      38306
461.01/462.52	c #Conflicts:     704000 | #Constraints:      39306
461.01/462.52	c #Conflicts:     705000 | #Constraints:      40306
461.01/462.52	c INPROCESSING
461.01/462.52	c GARBAGE COLLECT
461.01/462.52	c rational objective 999
477.36/478.97	c #Conflicts:     706000 | #Constraints:      24650
477.36/478.97	c #Conflicts:     707000 | #Constraints:      25650
477.36/478.97	c #Conflicts:     708000 | #Constraints:      26687
477.36/478.97	c #Conflicts:     709000 | #Constraints:      27730
477.36/478.97	c #Conflicts:     710000 | #Constraints:      28776
477.36/478.97	c #Conflicts:     711000 | #Constraints:      29835
477.36/478.97	c #Conflicts:     712000 | #Constraints:      30879
477.36/478.97	c #Conflicts:     713000 | #Constraints:      31921
477.36/478.97	c #Conflicts:     714000 | #Constraints:      32962
477.36/478.97	c #Conflicts:     715000 | #Constraints:      34004
477.36/478.97	c #Conflicts:     716000 | #Constraints:      35066
477.36/478.97	c #Conflicts:     717000 | #Constraints:      36115
477.36/478.97	c #Conflicts:     718000 | #Constraints:      37147
477.36/478.97	c #Conflicts:     719000 | #Constraints:      38174
477.36/478.97	c #Conflicts:     720000 | #Constraints:      39202
477.36/478.97	c #Conflicts:     721000 | #Constraints:      40236
477.36/478.97	c #Conflicts:     722000 | #Constraints:      41252
477.36/478.97	c INPROCESSING
477.36/478.97	c GARBAGE COLLECT
477.36/478.97	c rational objective 999
488.43/490.07	c #Conflicts:     723000 | #Constraints:      25031
488.43/490.07	c #Conflicts:     724000 | #Constraints:      26031
488.43/490.07	c #Conflicts:     725000 | #Constraints:      27031
488.43/490.07	c #Conflicts:     726000 | #Constraints:      28031
488.43/490.07	c #Conflicts:     727000 | #Constraints:      29031
488.43/490.07	c #Conflicts:     728000 | #Constraints:      30031
488.43/490.07	c #Conflicts:     729000 | #Constraints:      31031
488.43/490.07	c #Conflicts:     730000 | #Constraints:      32031
488.43/490.07	c #Conflicts:     731000 | #Constraints:      33031
488.43/490.07	c #Conflicts:     732000 | #Constraints:      34031
488.43/490.07	c #Conflicts:     733000 | #Constraints:      35031
488.43/490.07	c #Conflicts:     734000 | #Constraints:      36031
488.43/490.07	c #Conflicts:     735000 | #Constraints:      37031
488.43/490.07	c #Conflicts:     736000 | #Constraints:      38031
488.43/490.07	c #Conflicts:     737000 | #Constraints:      39031
488.43/490.07	c #Conflicts:     738000 | #Constraints:      40031
488.43/490.07	c #Conflicts:     739000 | #Constraints:      41031
488.43/490.07	c INPROCESSING
488.43/490.07	c GARBAGE COLLECT
488.43/490.07	c rational objective 999
500.59/502.21	c #Conflicts:     740000 | #Constraints:      24908
500.59/502.21	c #Conflicts:     741000 | #Constraints:      25908
500.59/502.21	c #Conflicts:     742000 | #Constraints:      26908
500.59/502.21	c #Conflicts:     743000 | #Constraints:      27908
500.59/502.21	c #Conflicts:     744000 | #Constraints:      28908
500.59/502.21	c #Conflicts:     745000 | #Constraints:      29908
500.59/502.21	c #Conflicts:     746000 | #Constraints:      30908
500.59/502.21	c #Conflicts:     747000 | #Constraints:      31908
500.59/502.21	c #Conflicts:     748000 | #Constraints:      32908
500.59/502.21	c #Conflicts:     749000 | #Constraints:      33908
500.59/502.21	c #Conflicts:     750000 | #Constraints:      34908
500.59/502.21	c #Conflicts:     751000 | #Constraints:      35908
500.59/502.21	c #Conflicts:     752000 | #Constraints:      36908
500.59/502.21	c #Conflicts:     753000 | #Constraints:      37908
500.59/502.21	c #Conflicts:     754000 | #Constraints:      38908
500.59/502.21	c #Conflicts:     755000 | #Constraints:      39908
500.59/502.21	c #Conflicts:     756000 | #Constraints:      40908
500.59/502.21	c INPROCESSING
500.59/502.21	c GARBAGE COLLECT
500.59/502.21	c rational objective 999
515.14/516.80	c #Conflicts:     757000 | #Constraints:      24642
515.14/516.80	c #Conflicts:     758000 | #Constraints:      25679
515.14/516.80	c #Conflicts:     759000 | #Constraints:      26731
515.14/516.80	c #Conflicts:     760000 | #Constraints:      27796
515.14/516.80	c #Conflicts:     761000 | #Constraints:      28839
515.14/516.80	c #Conflicts:     762000 | #Constraints:      29893
515.14/516.80	c #Conflicts:     763000 | #Constraints:      30942
515.14/516.80	c #Conflicts:     764000 | #Constraints:      31987
515.14/516.80	c #Conflicts:     765000 | #Constraints:      33039
515.14/516.80	c #Conflicts:     766000 | #Constraints:      34066
515.14/516.80	c #Conflicts:     767000 | #Constraints:      35106
515.14/516.80	c #Conflicts:     768000 | #Constraints:      36143
515.14/516.80	c #Conflicts:     769000 | #Constraints:      37169
515.14/516.80	c #Conflicts:     770000 | #Constraints:      38194
515.14/516.80	c #Conflicts:     771000 | #Constraints:      39229
515.14/516.80	c #Conflicts:     772000 | #Constraints:      40264
515.14/516.80	c #Conflicts:     773000 | #Constraints:      41303
515.14/516.80	c #Conflicts:     774000 | #Constraints:      42354
515.14/516.80	c INPROCESSING
515.14/516.80	c GARBAGE COLLECT
515.14/516.80	c rational objective 999
527.60/529.37	c #Conflicts:     775000 | #Constraints:      25478
527.60/529.37	c #Conflicts:     776000 | #Constraints:      26478
527.60/529.37	c #Conflicts:     777000 | #Constraints:      27478
527.60/529.37	c #Conflicts:     778000 | #Constraints:      28478
527.60/529.37	c #Conflicts:     779000 | #Constraints:      29478
527.60/529.37	c #Conflicts:     780000 | #Constraints:      30478
527.60/529.37	c #Conflicts:     781000 | #Constraints:      31478
527.60/529.37	c #Conflicts:     782000 | #Constraints:      32478
527.60/529.37	c #Conflicts:     783000 | #Constraints:      33478
527.60/529.37	c #Conflicts:     784000 | #Constraints:      34478
527.60/529.37	c #Conflicts:     785000 | #Constraints:      35478
527.60/529.37	c #Conflicts:     786000 | #Constraints:      36478
527.60/529.37	c #Conflicts:     787000 | #Constraints:      37478
527.60/529.37	c #Conflicts:     788000 | #Constraints:      38478
527.60/529.37	c #Conflicts:     789000 | #Constraints:      39478
527.60/529.37	c #Conflicts:     790000 | #Constraints:      40478
527.60/529.37	c #Conflicts:     791000 | #Constraints:      41478
527.60/529.37	c #Conflicts:     792000 | #Constraints:      42478
527.60/529.37	c INPROCESSING
527.60/529.37	c GARBAGE COLLECT
527.60/529.37	c rational objective 999
540.46/542.23	c #Conflicts:     793000 | #Constraints:      25746
540.46/542.23	c #Conflicts:     794000 | #Constraints:      26746
540.46/542.23	c #Conflicts:     795000 | #Constraints:      27746
540.46/542.23	c #Conflicts:     796000 | #Constraints:      28746
540.46/542.23	c #Conflicts:     797000 | #Constraints:      29746
540.46/542.23	c #Conflicts:     798000 | #Constraints:      30746
540.46/542.23	c #Conflicts:     799000 | #Constraints:      31746
540.46/542.23	c #Conflicts:     800000 | #Constraints:      32746
540.46/542.23	c #Conflicts:     801000 | #Constraints:      33746
540.46/542.23	c #Conflicts:     802000 | #Constraints:      34746
540.46/542.23	c #Conflicts:     803000 | #Constraints:      35746
540.46/542.23	c #Conflicts:     804000 | #Constraints:      36746
540.46/542.23	c #Conflicts:     805000 | #Constraints:      37746
540.46/542.23	c #Conflicts:     806000 | #Constraints:      38746
540.46/542.23	c #Conflicts:     807000 | #Constraints:      39746
540.46/542.23	c #Conflicts:     808000 | #Constraints:      40746
540.46/542.23	c #Conflicts:     809000 | #Constraints:      41746
540.46/542.23	c #Conflicts:     810000 | #Constraints:      42746
540.46/542.23	c INPROCESSING
540.46/542.23	c GARBAGE COLLECT
540.46/542.23	c rational objective 999
557.51/559.31	c #Conflicts:     811000 | #Constraints:      25865
557.51/559.31	c #Conflicts:     812000 | #Constraints:      26881
557.51/559.31	c #Conflicts:     813000 | #Constraints:      27886
557.51/559.31	c #Conflicts:     814000 | #Constraints:      28977
557.51/559.31	c #Conflicts:     815000 | #Constraints:      30061
557.51/559.31	c #Conflicts:     816000 | #Constraints:      31116
557.51/559.31	c #Conflicts:     817000 | #Constraints:      32151
557.51/559.31	c #Conflicts:     818000 | #Constraints:      33187
557.51/559.31	c #Conflicts:     819000 | #Constraints:      34225
557.51/559.31	c #Conflicts:     820000 | #Constraints:      35263
557.51/559.31	c #Conflicts:     821000 | #Constraints:      36308
557.51/559.31	c #Conflicts:     822000 | #Constraints:      37339
557.51/559.31	c #Conflicts:     823000 | #Constraints:      38376
557.51/559.31	c #Conflicts:     824000 | #Constraints:      39403
557.51/559.31	c #Conflicts:     825000 | #Constraints:      40433
557.51/559.31	c #Conflicts:     826000 | #Constraints:      41467
557.51/559.31	c #Conflicts:     827000 | #Constraints:      42501
557.51/559.31	c #Conflicts:     828000 | #Constraints:      43523
557.51/559.31	c INPROCESSING
557.51/559.31	c GARBAGE COLLECT
557.51/559.31	c rational objective 999
571.66/573.51	c #Conflicts:     829000 | #Constraints:      26107
571.66/573.51	c #Conflicts:     830000 | #Constraints:      27107
571.66/573.51	c #Conflicts:     831000 | #Constraints:      28107
571.66/573.51	c #Conflicts:     832000 | #Constraints:      29107
571.66/573.51	c #Conflicts:     833000 | #Constraints:      30107
571.66/573.51	c #Conflicts:     834000 | #Constraints:      31107
571.66/573.51	c #Conflicts:     835000 | #Constraints:      32107
571.66/573.51	c #Conflicts:     836000 | #Constraints:      33107
571.66/573.51	c #Conflicts:     837000 | #Constraints:      34107
571.66/573.51	c #Conflicts:     838000 | #Constraints:      35107
571.66/573.51	c #Conflicts:     839000 | #Constraints:      36107
571.66/573.51	c #Conflicts:     840000 | #Constraints:      37107
571.66/573.51	c #Conflicts:     841000 | #Constraints:      38107
571.66/573.51	c #Conflicts:     842000 | #Constraints:      39107
571.66/573.51	c #Conflicts:     843000 | #Constraints:      40107
571.66/573.51	c #Conflicts:     844000 | #Constraints:      41107
571.66/573.51	c #Conflicts:     845000 | #Constraints:      42107
571.66/573.51	c #Conflicts:     846000 | #Constraints:      43107
571.66/573.51	c INPROCESSING
571.66/573.51	c GARBAGE COLLECT
571.66/573.51	c rational objective 999
584.23/586.17	c #Conflicts:     847000 | #Constraints:      25772
584.23/586.17	c #Conflicts:     848000 | #Constraints:      26772
584.23/586.17	c #Conflicts:     849000 | #Constraints:      27772
584.23/586.17	c #Conflicts:     850000 | #Constraints:      28772
584.23/586.17	c #Conflicts:     851000 | #Constraints:      29772
584.23/586.17	c #Conflicts:     852000 | #Constraints:      30772
584.23/586.17	c #Conflicts:     853000 | #Constraints:      31772
584.23/586.17	c #Conflicts:     854000 | #Constraints:      32772
584.23/586.17	c #Conflicts:     855000 | #Constraints:      33772
584.23/586.17	c #Conflicts:     856000 | #Constraints:      34772
584.23/586.17	c #Conflicts:     857000 | #Constraints:      35772
584.23/586.17	c #Conflicts:     858000 | #Constraints:      36772
584.23/586.17	c #Conflicts:     859000 | #Constraints:      37772
584.23/586.17	c #Conflicts:     860000 | #Constraints:      38772
584.23/586.17	c #Conflicts:     861000 | #Constraints:      39772
584.23/586.17	c #Conflicts:     862000 | #Constraints:      40772
584.23/586.17	c #Conflicts:     863000 | #Constraints:      41772
584.23/586.17	c #Conflicts:     864000 | #Constraints:      42772
584.23/586.17	c #Conflicts:     865000 | #Constraints:      43772
584.23/586.17	c INPROCESSING
584.23/586.17	c GARBAGE COLLECT
584.23/586.17	c rational objective 999
586.61/588.52	c #Conflicts:     866000 | #Constraints:      26326
586.61/588.52	c #Conflicts:     867000 | #Constraints:      27386
586.61/588.52	c #Conflicts:     868000 | #Constraints:      28440
586.61/588.52	c #Conflicts:     869000 | #Constraints:      29494
586.61/588.52	c bounds 1037 >= 999 @ 579.356
602.07/604.02	c #Conflicts:     870000 | #Constraints:      30545
602.07/604.02	c #Conflicts:     871000 | #Constraints:      31578
602.07/604.02	c #Conflicts:     872000 | #Constraints:      32616
602.07/604.02	c #Conflicts:     873000 | #Constraints:      33656
602.07/604.02	c #Conflicts:     874000 | #Constraints:      34708
602.07/604.02	c #Conflicts:     875000 | #Constraints:      35738
602.07/604.02	c #Conflicts:     876000 | #Constraints:      36768
602.07/604.02	c #Conflicts:     877000 | #Constraints:      37807
602.07/604.02	c #Conflicts:     878000 | #Constraints:      38846
602.07/604.02	c #Conflicts:     879000 | #Constraints:      39883
602.07/604.02	c #Conflicts:     880000 | #Constraints:      40923
602.07/604.02	c #Conflicts:     881000 | #Constraints:      41951
602.07/604.02	c #Conflicts:     882000 | #Constraints:      42988
602.07/604.02	c #Conflicts:     883000 | #Constraints:      44014
602.07/604.02	c #Conflicts:     884000 | #Constraints:      45042
602.07/604.02	c INPROCESSING
602.07/604.02	c GARBAGE COLLECT
602.07/604.02	c rational objective 999
616.92/618.93	c #Conflicts:     885000 | #Constraints:      26926
616.92/618.93	c #Conflicts:     886000 | #Constraints:      27926
616.92/618.93	c #Conflicts:     887000 | #Constraints:      28926
616.92/618.93	c #Conflicts:     888000 | #Constraints:      29926
616.92/618.93	c #Conflicts:     889000 | #Constraints:      30926
616.92/618.93	c #Conflicts:     890000 | #Constraints:      31926
616.92/618.93	c #Conflicts:     891000 | #Constraints:      32926
616.92/618.93	c #Conflicts:     892000 | #Constraints:      33926
616.92/618.93	c #Conflicts:     893000 | #Constraints:      34926
616.92/618.93	c #Conflicts:     894000 | #Constraints:      35926
616.92/618.93	c #Conflicts:     895000 | #Constraints:      36926
616.92/618.93	c #Conflicts:     896000 | #Constraints:      37926
616.92/618.93	c #Conflicts:     897000 | #Constraints:      38926
616.92/618.93	c #Conflicts:     898000 | #Constraints:      39926
616.92/618.93	c #Conflicts:     899000 | #Constraints:      40926
616.92/618.93	c #Conflicts:     900000 | #Constraints:      41926
616.92/618.93	c #Conflicts:     901000 | #Constraints:      42926
616.92/618.93	c #Conflicts:     902000 | #Constraints:      43926
616.92/618.93	c #Conflicts:     903000 | #Constraints:      44926
616.92/618.93	c INPROCESSING
616.92/618.93	c GARBAGE COLLECT
616.92/618.93	c rational objective 999
630.67/632.72	c #Conflicts:     904000 | #Constraints:      26968
630.67/632.72	c #Conflicts:     905000 | #Constraints:      27968
630.67/632.72	c #Conflicts:     906000 | #Constraints:      28968
630.67/632.72	c #Conflicts:     907000 | #Constraints:      29968
630.67/632.72	c #Conflicts:     908000 | #Constraints:      30968
630.67/632.72	c #Conflicts:     909000 | #Constraints:      31968
630.67/632.72	c #Conflicts:     910000 | #Constraints:      32968
630.67/632.72	c #Conflicts:     911000 | #Constraints:      33968
630.67/632.72	c #Conflicts:     912000 | #Constraints:      34968
630.67/632.72	c #Conflicts:     913000 | #Constraints:      35968
630.67/632.72	c #Conflicts:     914000 | #Constraints:      36968
630.67/632.72	c #Conflicts:     915000 | #Constraints:      37968
630.67/632.72	c #Conflicts:     916000 | #Constraints:      38968
630.67/632.72	c #Conflicts:     917000 | #Constraints:      39968
630.67/632.72	c #Conflicts:     918000 | #Constraints:      40968
630.67/632.72	c #Conflicts:     919000 | #Constraints:      41968
630.67/632.72	c #Conflicts:     920000 | #Constraints:      42968
630.67/632.72	c #Conflicts:     921000 | #Constraints:      43968
630.67/632.72	c #Conflicts:     922000 | #Constraints:      44968
630.67/632.72	c INPROCESSING
630.67/632.72	c GARBAGE COLLECT
630.67/632.72	c rational objective 999
648.41/650.51	c #Conflicts:     923000 | #Constraints:      26905
648.41/650.51	c #Conflicts:     924000 | #Constraints:      27947
648.41/650.51	c #Conflicts:     925000 | #Constraints:      28987
648.41/650.51	c #Conflicts:     926000 | #Constraints:      30039
648.41/650.51	c #Conflicts:     927000 | #Constraints:      31094
648.41/650.51	c #Conflicts:     928000 | #Constraints:      32146
648.41/650.51	c #Conflicts:     929000 | #Constraints:      33212
648.41/650.51	c #Conflicts:     930000 | #Constraints:      34258
648.41/650.51	c #Conflicts:     931000 | #Constraints:      35311
648.41/650.51	c #Conflicts:     932000 | #Constraints:      36357
648.41/650.51	c #Conflicts:     933000 | #Constraints:      37406
648.41/650.51	c #Conflicts:     934000 | #Constraints:      38455
648.41/650.51	c #Conflicts:     935000 | #Constraints:      39497
648.41/650.51	c #Conflicts:     936000 | #Constraints:      40535
648.41/650.51	c #Conflicts:     937000 | #Constraints:      41588
648.41/650.51	c #Conflicts:     938000 | #Constraints:      42636
648.41/650.51	c #Conflicts:     939000 | #Constraints:      43676
648.41/650.51	c #Conflicts:     940000 | #Constraints:      44721
648.41/650.51	c #Conflicts:     941000 | #Constraints:      45769
648.41/650.51	c INPROCESSING
648.41/650.51	c GARBAGE COLLECT
648.41/650.51	c rational objective 999
664.76/666.95	c #Conflicts:     942000 | #Constraints:      26999
664.76/666.95	c #Conflicts:     943000 | #Constraints:      27999
664.76/666.95	c #Conflicts:     944000 | #Constraints:      28999
664.76/666.95	c #Conflicts:     945000 | #Constraints:      29999
664.76/666.95	c #Conflicts:     946000 | #Constraints:      30999
664.76/666.95	c #Conflicts:     947000 | #Constraints:      31999
664.76/666.95	c #Conflicts:     948000 | #Constraints:      32999
664.76/666.95	c #Conflicts:     949000 | #Constraints:      33999
664.76/666.95	c #Conflicts:     950000 | #Constraints:      34999
664.76/666.95	c #Conflicts:     951000 | #Constraints:      35999
664.76/666.95	c #Conflicts:     952000 | #Constraints:      36999
664.76/666.95	c #Conflicts:     953000 | #Constraints:      37999
664.76/666.95	c #Conflicts:     954000 | #Constraints:      38999
664.76/666.95	c #Conflicts:     955000 | #Constraints:      39999
664.76/666.95	c #Conflicts:     956000 | #Constraints:      40999
664.76/666.95	c #Conflicts:     957000 | #Constraints:      41999
664.76/666.95	c #Conflicts:     958000 | #Constraints:      42999
664.76/666.95	c #Conflicts:     959000 | #Constraints:      43999
664.76/666.95	c #Conflicts:     960000 | #Constraints:      44999
664.76/666.95	c #Conflicts:     961000 | #Constraints:      45999
664.76/666.95	c INPROCESSING
664.76/666.95	c GARBAGE COLLECT
664.76/666.95	c rational objective 999
668.15/670.37	c #Conflicts:     962000 | #Constraints:      27423
668.15/670.37	c #Conflicts:     963000 | #Constraints:      28423
668.15/670.37	c #Conflicts:     964000 | #Constraints:      29423
668.15/670.37	c #Conflicts:     965000 | #Constraints:      30423
668.15/670.37	c #Conflicts:     966000 | #Constraints:      31423
668.15/670.37	c #Conflicts:     967000 | #Constraints:      32423
668.15/670.37	c bounds 1037 >= 1000 @ 660.117
685.81/688.08	c #Conflicts:     968000 | #Constraints:      33514
685.81/688.08	c #Conflicts:     969000 | #Constraints:      34520
685.81/688.08	c #Conflicts:     970000 | #Constraints:      35523
685.81/688.08	c #Conflicts:     971000 | #Constraints:      36539
685.81/688.08	c #Conflicts:     972000 | #Constraints:      37553
685.81/688.08	c #Conflicts:     973000 | #Constraints:      38571
685.81/688.08	c #Conflicts:     974000 | #Constraints:      39583
685.81/688.08	c #Conflicts:     975000 | #Constraints:      40614
685.81/688.08	c #Conflicts:     976000 | #Constraints:      41634
685.81/688.08	c #Conflicts:     977000 | #Constraints:      42637
685.81/688.08	c #Conflicts:     978000 | #Constraints:      43671
685.81/688.08	c #Conflicts:     979000 | #Constraints:      44703
685.81/688.08	c #Conflicts:     980000 | #Constraints:      45743
685.81/688.08	c bounds 1036 >= 1000 @ 677.659
685.99/688.24	WSVECS04 Frhs2[1]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[8]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[13]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[20]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[24]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[25]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[26]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[27]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[28]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[29]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[31]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[32]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[34]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[35]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[37]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[48]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[54]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[55]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[57]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[59]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[62]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[69]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[71]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[74]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[75]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[76]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[81]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[86]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[91]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[95]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[98]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[100]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[103]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[104]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[109]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[110]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[113]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[114]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[117]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[119]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[120]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[123]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[124]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[128]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[129]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[130]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[131]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[134]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[137]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[139]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[141]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[142]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[143]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[148]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[150]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[151]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[154]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[155]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[158]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[160]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[161]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[162]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[165]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[167]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[177]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[180]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[183]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[185]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[194]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[198]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[199]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[203]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[205]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[215]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[217]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[221]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[222]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[223]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[226]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[227]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[228]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[235]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[236]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[237]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[239]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[241]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[243]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[249]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[255]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[263]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[265]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[266]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[272]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[274]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[275]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[279]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[280]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[283]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[285]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[287]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[289]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[294]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[299]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[305]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[306]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[307]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[312]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[315]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[316]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[317]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[321]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[323]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[324]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[325]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[326]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[330]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[336]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[339]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[342]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[347]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[348]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[356]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[361]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[362]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[366]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[369]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[371]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[372]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[381]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[383]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[390]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[391]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[399]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[403]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[405]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[411]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[416]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[417]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[418]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[420]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[421]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[426]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[428]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[435]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[442]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[443]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[446]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[448]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[451]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[453]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[460]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[463]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[464]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[466]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[472]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[474]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[481]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[488]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[490]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[493]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[497]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[501]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[505]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[515]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[519]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[521]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[522]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[524]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[526]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[528]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[530]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[531]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[532]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[536]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[540]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[547]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[553]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[556]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[557]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[562]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[563]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[575]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[581]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[582]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[587]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[594]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[595]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[596]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[597]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[601]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[603]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[604]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[607]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[613]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[618]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[621]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[624]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[625]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[627]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[628]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[630]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[631]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[632]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[637]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[641]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[643]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[644]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[649]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[652]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[655]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[657]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[663]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[665]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[669]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[672]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[679]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[681]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[683]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[689]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[691]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[697]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[709]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[715]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[716]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[718]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[719]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[721]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[723]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[726]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[727]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[728]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[729]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[732]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[733]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[734]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[735]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[736]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[737]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[740]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[743]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[745]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[747]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[748]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[749]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[751]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[752]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[754]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[755]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[759]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[760]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[761]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[765]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[772]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[773]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[775]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[779]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[780]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[786]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[791]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[792]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[795]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[800]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[801]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[805]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[806]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[809]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[814]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[816]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[817]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[819]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[820]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[821]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[823]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[830]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[835]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[836]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[840]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[845]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[847]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[848]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[851]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[853]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[855]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[857]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[859]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[861]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[863]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[864]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[867]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[871]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[872]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[874]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[876]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[877]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[878]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[881]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[884]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[889]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[890]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[892]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[893]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[896]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[900]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[904]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[917]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[918]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[921]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[927]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[928]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[930]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[933]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[934]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[939]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[940]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[941]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[943]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[944]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[945]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[947]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[949]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[950]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[953]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[954]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[956]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[960]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[961]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[962]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[967]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[971]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[973]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[975]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[977]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[980]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[991]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[992]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[993]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[995]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[996]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[999]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1001]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1002]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1003]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1006]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1009]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1010]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1011]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1013]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1015]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1016]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1017]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1019]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1021]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1023]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1025]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1026]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1028]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1031]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1032]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1033]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1035]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1038]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1039]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1042]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1043]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1045]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1046]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1047]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1050]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1053]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1057]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1063]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1066]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1069]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1070]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1074]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1077]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1080]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1083]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1092]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1093]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1096]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1097]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1101]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1102]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1103]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1105]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1111]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1114]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1123]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1129]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1130]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1132]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1134]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1139]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1142]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1144]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1145]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1146]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1147]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1148]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1156]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1157]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1160]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1164]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1165]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1166]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1168]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1172]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1174]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1176]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1178]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1183]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1186]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1188]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1189]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1192]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1197]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1198]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1200]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1204]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1205]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1209]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1212]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1213]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1214]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1218]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1225]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1226]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1227]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1228]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1230]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1232]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1233]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1235]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1238]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1245]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1249]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1250]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1251]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1252]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1255]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1256]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1257]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1258]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1259]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1261]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1262]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1264]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1270]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1273]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1274]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1278]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1279]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1290]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1293]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1294]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1296]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1298]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1301]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1303]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1307]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1308]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1309]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1315]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1316]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1317]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1318]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1319]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1320]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1325]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1329]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1334]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1337]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1344]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1347]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1348]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1355]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1357]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1358]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1359]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1361]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1362]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1366]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1370]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1371]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1373]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1374]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1375]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1382]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1389]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1391]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1395]: 6 -1.0001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1397]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1398]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1403]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1404]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1410]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1411]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1412]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1413]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1414]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1416]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1418]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1422]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1423]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1429]: 6 -1.00006 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1435]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1440]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1442]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1448]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1450]: 6 -1.00004 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1451]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1458]: 6 -1.00003 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1460]: 6 -1.00005 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1462]: 6 -1.00001 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1464]: 6 -1.00009 0 shouldn't be
685.99/688.24	WSVECS04 Frhs2[1465]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1466]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1471]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1472]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1476]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1480]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1481]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1493]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1494]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1495]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1496]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1497]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1503]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1506]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1508]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1510]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1514]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1515]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1516]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1520]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1524]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1528]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1539]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1540]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1541]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1542]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1543]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1547]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1551]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1555]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1558]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1561]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1571]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1572]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1573]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1575]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1576]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1579]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1581]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1586]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1588]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1592]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1594]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1602]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1604]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1605]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1610]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1612]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1615]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1617]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1621]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1623]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1625]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1627]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1634]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1638]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1639]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1641]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1643]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1644]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1652]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1653]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1655]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1659]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1661]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1665]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1666]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1671]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1673]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1678]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1679]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1681]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1682]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1683]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1687]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1690]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1691]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1693]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1695]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1696]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1700]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1702]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1703]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1706]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1708]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1711]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1713]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1715]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1716]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1717]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1720]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1722]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1723]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1726]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1727]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1728]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1730]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1734]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1737]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1738]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1739]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1740]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1741]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1742]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1745]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1746]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1747]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1749]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1754]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1758]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1760]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1762]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1764]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1765]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1766]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1767]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1769]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1770]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1771]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1772]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1775]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1779]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1780]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1782]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1785]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1791]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1792]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1799]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1800]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1802]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1804]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1808]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1809]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1811]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1812]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1815]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1819]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1820]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1821]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1824]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1825]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1826]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1828]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1830]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1834]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1839]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1840]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1843]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1851]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1853]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1854]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1863]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1865]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1866]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1868]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1869]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1870]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1871]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1875]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1877]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1878]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1879]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1880]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1881]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1884]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1885]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1887]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1888]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1889]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1895]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1898]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1903]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1905]: 6 -1.00001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1908]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1915]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1916]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1918]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1920]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1929]: 6 -1.00007 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1931]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1933]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1936]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1937]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1939]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1941]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1942]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1944]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1948]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1951]: 6 -1.00009 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1952]: 6 -1.00002 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1958]: 6 -1.0001 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1959]: 6 -1.00008 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1961]: 6 -1.00006 0 shouldn't be
685.99/688.25	WSVECS04 Frhs2[1963]: 6 -1.00004 0 shouldn't be
686.39/688.61	c #Conflicts:     981000 | #Constraints:      46791
686.39/688.61	c INPROCESSING
686.39/688.61	c GARBAGE COLLECT
686.39/688.61	c rational objective 1000
700.65/702.93	c #Conflicts:     982000 | #Constraints:      27884
700.65/702.93	c #Conflicts:     983000 | #Constraints:      28884
700.65/702.93	c #Conflicts:     984000 | #Constraints:      29884
700.65/702.93	c #Conflicts:     985000 | #Constraints:      30884
700.65/702.93	c #Conflicts:     986000 | #Constraints:      31884
700.65/702.93	c #Conflicts:     987000 | #Constraints:      32884
700.65/702.93	c #Conflicts:     988000 | #Constraints:      33884
700.65/702.93	c #Conflicts:     989000 | #Constraints:      34884
700.65/702.93	c #Conflicts:     990000 | #Constraints:      35884
700.65/702.93	c #Conflicts:     991000 | #Constraints:      36884
700.65/702.93	c #Conflicts:     992000 | #Constraints:      37884
700.65/702.93	c #Conflicts:     993000 | #Constraints:      38884
700.65/702.93	c #Conflicts:     994000 | #Constraints:      39884
700.65/702.93	c #Conflicts:     995000 | #Constraints:      40884
700.65/702.93	c #Conflicts:     996000 | #Constraints:      41884
700.65/702.93	c #Conflicts:     997000 | #Constraints:      42884
700.65/702.93	c #Conflicts:     998000 | #Constraints:      43884
700.65/702.93	c #Conflicts:     999000 | #Constraints:      44884
700.65/702.93	c #Conflicts:    1000000 | #Constraints:      45884
700.65/702.93	c #Conflicts:    1001000 | #Constraints:      46884
700.65/702.93	c INPROCESSING
700.65/702.93	c GARBAGE COLLECT
700.65/702.93	c rational objective 1000
715.89/718.26	c #Conflicts:    1002000 | #Constraints:      27973
715.89/718.26	c #Conflicts:    1003000 | #Constraints:      28973
715.89/718.26	c #Conflicts:    1004000 | #Constraints:      29973
715.89/718.26	c #Conflicts:    1005000 | #Constraints:      30973
715.89/718.26	c #Conflicts:    1006000 | #Constraints:      31973
715.89/718.26	c #Conflicts:    1007000 | #Constraints:      32973
715.89/718.26	c #Conflicts:    1008000 | #Constraints:      33973
715.89/718.26	c #Conflicts:    1009000 | #Constraints:      34973
715.89/718.26	c #Conflicts:    1010000 | #Constraints:      35973
715.89/718.26	c #Conflicts:    1011000 | #Constraints:      36973
715.89/718.26	c #Conflicts:    1012000 | #Constraints:      37973
715.89/718.26	c #Conflicts:    1013000 | #Constraints:      38973
715.89/718.26	c #Conflicts:    1014000 | #Constraints:      39973
715.89/718.26	c #Conflicts:    1015000 | #Constraints:      40973
715.89/718.26	c #Conflicts:    1016000 | #Constraints:      41973
715.89/718.26	c #Conflicts:    1017000 | #Constraints:      42973
715.89/718.26	c #Conflicts:    1018000 | #Constraints:      43973
715.89/718.26	c #Conflicts:    1019000 | #Constraints:      44973
715.89/718.26	c #Conflicts:    1020000 | #Constraints:      45973
715.89/718.26	c #Conflicts:    1021000 | #Constraints:      46973
715.89/718.26	c INPROCESSING
715.89/718.26	c GARBAGE COLLECT
715.89/718.26	c rational objective 1000
737.72/740.17	c #Conflicts:    1022000 | #Constraints:      27908
737.72/740.17	c #Conflicts:    1023000 | #Constraints:      28932
737.72/740.17	c #Conflicts:    1024000 | #Constraints:      29956
737.72/740.17	c #Conflicts:    1025000 | #Constraints:      30978
737.72/740.17	c #Conflicts:    1026000 | #Constraints:      32013
737.72/740.17	c #Conflicts:    1027000 | #Constraints:      33055
737.72/740.17	c #Conflicts:    1028000 | #Constraints:      34077
737.72/740.17	c #Conflicts:    1029000 | #Constraints:      35099
737.72/740.17	c #Conflicts:    1030000 | #Constraints:      36117
737.72/740.17	c #Conflicts:    1031000 | #Constraints:      37143
737.72/740.17	c #Conflicts:    1032000 | #Constraints:      38184
737.72/740.17	c #Conflicts:    1033000 | #Constraints:      39213
737.72/740.17	c #Conflicts:    1034000 | #Constraints:      40246
737.72/740.17	c #Conflicts:    1035000 | #Constraints:      41277
737.72/740.17	c #Conflicts:    1036000 | #Constraints:      42308
737.72/740.17	c #Conflicts:    1037000 | #Constraints:      43338
737.72/740.17	c #Conflicts:    1038000 | #Constraints:      44364
737.72/740.17	c #Conflicts:    1039000 | #Constraints:      45393
737.72/740.17	c #Conflicts:    1040000 | #Constraints:      46436
737.72/740.17	c #Conflicts:    1041000 | #Constraints:      47481
737.72/740.17	c INPROCESSING
737.72/740.17	c GARBAGE COLLECT
737.72/740.17	c rational objective 1000
753.44/755.94	c #Conflicts:    1042000 | #Constraints:      27875
753.44/755.94	c #Conflicts:    1043000 | #Constraints:      28875
753.44/755.94	c #Conflicts:    1044000 | #Constraints:      29875
753.44/755.94	c #Conflicts:    1045000 | #Constraints:      30875
753.44/755.94	c #Conflicts:    1046000 | #Constraints:      31875
753.44/755.94	c #Conflicts:    1047000 | #Constraints:      32875
753.44/755.94	c #Conflicts:    1048000 | #Constraints:      33875
753.44/755.94	c #Conflicts:    1049000 | #Constraints:      34875
753.44/755.94	c #Conflicts:    1050000 | #Constraints:      35875
753.44/755.94	c #Conflicts:    1051000 | #Constraints:      36875
753.44/755.94	c #Conflicts:    1052000 | #Constraints:      37875
753.44/755.94	c #Conflicts:    1053000 | #Constraints:      38875
753.44/755.94	c #Conflicts:    1054000 | #Constraints:      39875
753.44/755.94	c #Conflicts:    1055000 | #Constraints:      40875
753.44/755.94	c #Conflicts:    1056000 | #Constraints:      41875
753.44/755.94	c #Conflicts:    1057000 | #Constraints:      42875
753.44/755.94	c #Conflicts:    1058000 | #Constraints:      43875
753.44/755.94	c #Conflicts:    1059000 | #Constraints:      44875
753.44/755.94	c #Conflicts:    1060000 | #Constraints:      45875
753.44/755.94	c #Conflicts:    1061000 | #Constraints:      46875
753.44/755.94	c #Conflicts:    1062000 | #Constraints:      47875
753.44/755.94	c INPROCESSING
753.44/755.94	c GARBAGE COLLECT
753.44/755.94	c rational objective 1000
769.78/772.39	c #Conflicts:    1063000 | #Constraints:      28370
769.78/772.39	c #Conflicts:    1064000 | #Constraints:      29370
769.78/772.39	c #Conflicts:    1065000 | #Constraints:      30370
769.78/772.39	c #Conflicts:    1066000 | #Constraints:      31370
769.78/772.39	c #Conflicts:    1067000 | #Constraints:      32370
769.78/772.39	c #Conflicts:    1068000 | #Constraints:      33370
769.78/772.39	c #Conflicts:    1069000 | #Constraints:      34370
769.78/772.39	c #Conflicts:    1070000 | #Constraints:      35370
769.78/772.39	c #Conflicts:    1071000 | #Constraints:      36370
769.78/772.39	c #Conflicts:    1072000 | #Constraints:      37370
769.78/772.39	c #Conflicts:    1073000 | #Constraints:      38370
769.78/772.39	c #Conflicts:    1074000 | #Constraints:      39370
769.78/772.39	c #Conflicts:    1075000 | #Constraints:      40370
769.78/772.39	c #Conflicts:    1076000 | #Constraints:      41370
769.78/772.39	c #Conflicts:    1077000 | #Constraints:      42370
769.78/772.39	c #Conflicts:    1078000 | #Constraints:      43370
769.78/772.39	c #Conflicts:    1079000 | #Constraints:      44370
769.78/772.39	c #Conflicts:    1080000 | #Constraints:      45370
769.78/772.39	c #Conflicts:    1081000 | #Constraints:      46370
769.78/772.39	c #Conflicts:    1082000 | #Constraints:      47370
769.78/772.39	c #Conflicts:    1083000 | #Constraints:      48370
769.78/772.39	c INPROCESSING
769.78/772.39	c GARBAGE COLLECT
769.78/772.39	c rational objective 1000
796.89/799.52	c #Conflicts:    1084000 | #Constraints:      28725
796.89/799.52	c #Conflicts:    1085000 | #Constraints:      29739
796.89/799.52	c #Conflicts:    1086000 | #Constraints:      30786
796.89/799.52	c #Conflicts:    1087000 | #Constraints:      31826
796.89/799.52	c #Conflicts:    1088000 | #Constraints:      32862
796.89/799.52	c #Conflicts:    1089000 | #Constraints:      33902
796.89/799.52	c #Conflicts:    1090000 | #Constraints:      34935
796.89/799.52	c #Conflicts:    1091000 | #Constraints:      35968
796.89/799.52	c #Conflicts:    1092000 | #Constraints:      36996
796.89/799.52	c #Conflicts:    1093000 | #Constraints:      38017
796.89/799.52	c #Conflicts:    1094000 | #Constraints:      39041
796.89/799.52	c #Conflicts:    1095000 | #Constraints:      40070
796.89/799.52	c #Conflicts:    1096000 | #Constraints:      41096
796.89/799.52	c #Conflicts:    1097000 | #Constraints:      42119
796.89/799.52	c #Conflicts:    1098000 | #Constraints:      43147
796.89/799.52	c #Conflicts:    1099000 | #Constraints:      44177
796.89/799.52	c #Conflicts:    1100000 | #Constraints:      45208
796.89/799.52	c #Conflicts:    1101000 | #Constraints:      46221
796.89/799.52	c #Conflicts:    1102000 | #Constraints:      47228
796.89/799.52	c #Conflicts:    1103000 | #Constraints:      48254
796.89/799.52	c #Conflicts:    1104000 | #Constraints:      49281
796.89/799.52	c INPROCESSING
796.89/799.52	c GARBAGE COLLECT
796.89/799.52	c rational objective 1000
813.43/816.12	c #Conflicts:    1105000 | #Constraints:      29095
813.43/816.12	c #Conflicts:    1106000 | #Constraints:      30095
813.43/816.12	c #Conflicts:    1107000 | #Constraints:      31095
813.43/816.12	c #Conflicts:    1108000 | #Constraints:      32095
813.43/816.12	c #Conflicts:    1109000 | #Constraints:      33095
813.43/816.12	c #Conflicts:    1110000 | #Constraints:      34095
813.43/816.12	c #Conflicts:    1111000 | #Constraints:      35095
813.43/816.12	c #Conflicts:    1112000 | #Constraints:      36095
813.43/816.12	c #Conflicts:    1113000 | #Constraints:      37095
813.43/816.12	c #Conflicts:    1114000 | #Constraints:      38095
813.43/816.12	c #Conflicts:    1115000 | #Constraints:      39095
813.43/816.12	c #Conflicts:    1116000 | #Constraints:      40095
813.43/816.12	c #Conflicts:    1117000 | #Constraints:      41095
813.43/816.12	c #Conflicts:    1118000 | #Constraints:      42095
813.43/816.12	c #Conflicts:    1119000 | #Constraints:      43095
813.43/816.12	c #Conflicts:    1120000 | #Constraints:      44095
813.43/816.12	c #Conflicts:    1121000 | #Constraints:      45095
813.43/816.12	c #Conflicts:    1122000 | #Constraints:      46095
813.43/816.12	c #Conflicts:    1123000 | #Constraints:      47095
813.43/816.12	c #Conflicts:    1124000 | #Constraints:      48095
813.43/816.12	c #Conflicts:    1125000 | #Constraints:      49096
813.43/816.12	c INPROCESSING
813.43/816.12	c GARBAGE COLLECT
813.43/816.12	c rational objective 1000
828.56/831.33	c #Conflicts:    1126000 | #Constraints:      28982
828.56/831.33	c #Conflicts:    1127000 | #Constraints:      29982
828.56/831.33	c #Conflicts:    1128000 | #Constraints:      30982
828.56/831.33	c #Conflicts:    1129000 | #Constraints:      31982
828.56/831.33	c #Conflicts:    1130000 | #Constraints:      32982
828.56/831.33	c #Conflicts:    1131000 | #Constraints:      33982
828.56/831.33	c #Conflicts:    1132000 | #Constraints:      34982
828.56/831.33	c #Conflicts:    1133000 | #Constraints:      35982
828.56/831.33	c #Conflicts:    1134000 | #Constraints:      36983
828.56/831.33	c #Conflicts:    1135000 | #Constraints:      37983
828.56/831.33	c #Conflicts:    1136000 | #Constraints:      38983
828.56/831.33	c #Conflicts:    1137000 | #Constraints:      39983
828.56/831.33	c #Conflicts:    1138000 | #Constraints:      40983
828.56/831.33	c #Conflicts:    1139000 | #Constraints:      41983
828.56/831.33	c #Conflicts:    1140000 | #Constraints:      42983
828.56/831.33	c #Conflicts:    1141000 | #Constraints:      43983
828.56/831.33	c #Conflicts:    1142000 | #Constraints:      44983
828.56/831.33	c #Conflicts:    1143000 | #Constraints:      45983
828.56/831.33	c #Conflicts:    1144000 | #Constraints:      46983
828.56/831.33	c #Conflicts:    1145000 | #Constraints:      47983
828.56/831.33	c #Conflicts:    1146000 | #Constraints:      48983
828.56/831.33	c INPROCESSING
828.56/831.33	c GARBAGE COLLECT
828.56/831.33	c rational objective 1000
844.40/847.28	c #Conflicts:    1147000 | #Constraints:      28696
844.40/847.28	c #Conflicts:    1148000 | #Constraints:      29696
844.40/847.28	c #Conflicts:    1149000 | #Constraints:      30696
844.40/847.28	c #Conflicts:    1150000 | #Constraints:      31696
844.40/847.28	c #Conflicts:    1151000 | #Constraints:      32696
844.40/847.28	c #Conflicts:    1152000 | #Constraints:      33696
844.40/847.28	c #Conflicts:    1153000 | #Constraints:      34696
844.40/847.28	c #Conflicts:    1154000 | #Constraints:      35696
844.40/847.28	c #Conflicts:    1155000 | #Constraints:      36696
844.40/847.28	c #Conflicts:    1156000 | #Constraints:      37696
844.40/847.28	c #Conflicts:    1157000 | #Constraints:      38696
844.40/847.28	c #Conflicts:    1158000 | #Constraints:      39696
844.40/847.28	c #Conflicts:    1159000 | #Constraints:      40696
844.40/847.28	c #Conflicts:    1160000 | #Constraints:      41696
844.40/847.28	c #Conflicts:    1161000 | #Constraints:      42696
844.40/847.28	c #Conflicts:    1162000 | #Constraints:      43696
844.40/847.28	c #Conflicts:    1163000 | #Constraints:      44696
844.40/847.28	c #Conflicts:    1164000 | #Constraints:      45696
844.40/847.28	c #Conflicts:    1165000 | #Constraints:      46696
844.40/847.28	c #Conflicts:    1166000 | #Constraints:      47696
844.40/847.28	c #Conflicts:    1167000 | #Constraints:      48696
844.40/847.28	c #Conflicts:    1168000 | #Constraints:      49696
844.40/847.28	c INPROCESSING
844.40/847.28	c GARBAGE COLLECT
844.40/847.28	c rational objective 1000
865.03/867.91	c #Conflicts:    1169000 | #Constraints:      29251
865.03/867.91	c #Conflicts:    1170000 | #Constraints:      30271
865.03/867.91	c #Conflicts:    1171000 | #Constraints:      31328
865.03/867.91	c #Conflicts:    1172000 | #Constraints:      32373
865.03/867.91	c #Conflicts:    1173000 | #Constraints:      33433
865.03/867.91	c #Conflicts:    1174000 | #Constraints:      34482
865.03/867.91	c #Conflicts:    1175000 | #Constraints:      35540
865.03/867.91	c #Conflicts:    1176000 | #Constraints:      36590
865.03/867.91	c #Conflicts:    1177000 | #Constraints:      37624
865.03/867.91	c #Conflicts:    1178000 | #Constraints:      38673
865.03/867.91	c #Conflicts:    1179000 | #Constraints:      39699
865.03/867.91	c #Conflicts:    1180000 | #Constraints:      40725
865.03/867.91	c #Conflicts:    1181000 | #Constraints:      41774
865.03/867.91	c #Conflicts:    1182000 | #Constraints:      42794
865.03/867.91	c #Conflicts:    1183000 | #Constraints:      43829
865.03/867.91	c #Conflicts:    1184000 | #Constraints:      44851
865.03/867.91	c #Conflicts:    1185000 | #Constraints:      45886
865.03/867.91	c #Conflicts:    1186000 | #Constraints:      46924
865.03/867.91	c #Conflicts:    1187000 | #Constraints:      47948
865.03/867.91	c #Conflicts:    1188000 | #Constraints:      48980
865.03/867.91	c #Conflicts:    1189000 | #Constraints:      50010
865.03/867.91	c #Conflicts:    1190000 | #Constraints:      51035
865.03/867.91	c INPROCESSING
865.03/867.91	c GARBAGE COLLECT
865.03/867.91	c rational objective 1000
883.18/886.14	c #Conflicts:    1191000 | #Constraints:      29985
883.18/886.14	c #Conflicts:    1192000 | #Constraints:      30985
883.18/886.14	c #Conflicts:    1193000 | #Constraints:      31985
883.18/886.14	c #Conflicts:    1194000 | #Constraints:      32985
883.18/886.14	c #Conflicts:    1195000 | #Constraints:      33985
883.18/886.14	c #Conflicts:    1196000 | #Constraints:      34985
883.18/886.14	c #Conflicts:    1197000 | #Constraints:      35985
883.18/886.14	c #Conflicts:    1198000 | #Constraints:      36985
883.18/886.14	c #Conflicts:    1199000 | #Constraints:      37985
883.18/886.14	c #Conflicts:    1200000 | #Constraints:      38985
883.18/886.14	c #Conflicts:    1201000 | #Constraints:      39985
883.18/886.14	c #Conflicts:    1202000 | #Constraints:      40985
883.18/886.14	c #Conflicts:    1203000 | #Constraints:      41985
883.18/886.14	c #Conflicts:    1204000 | #Constraints:      42985
883.18/886.14	c #Conflicts:    1205000 | #Constraints:      43985
883.18/886.14	c #Conflicts:    1206000 | #Constraints:      44985
883.18/886.14	c #Conflicts:    1207000 | #Constraints:      45985
883.18/886.14	c #Conflicts:    1208000 | #Constraints:      46985
883.18/886.14	c #Conflicts:    1209000 | #Constraints:      47985
883.18/886.14	c #Conflicts:    1210000 | #Constraints:      48985
883.18/886.14	c #Conflicts:    1211000 | #Constraints:      49985
883.18/886.14	c #Conflicts:    1212000 | #Constraints:      50985
883.18/886.14	c INPROCESSING
883.18/886.14	c GARBAGE COLLECT
883.18/886.14	c rational objective 1000
899.91/902.91	c #Conflicts:    1213000 | #Constraints:      30021
899.91/902.91	c #Conflicts:    1214000 | #Constraints:      31021
899.91/902.91	c #Conflicts:    1215000 | #Constraints:      32021
899.91/902.91	c #Conflicts:    1216000 | #Constraints:      33021
899.91/902.91	c #Conflicts:    1217000 | #Constraints:      34021
899.91/902.91	c #Conflicts:    1218000 | #Constraints:      35021
899.91/902.91	c #Conflicts:    1219000 | #Constraints:      36021
899.91/902.91	c #Conflicts:    1220000 | #Constraints:      37021
899.91/902.91	c #Conflicts:    1221000 | #Constraints:      38021
899.91/902.91	c #Conflicts:    1222000 | #Constraints:      39021
899.91/902.91	c #Conflicts:    1223000 | #Constraints:      40021
899.91/902.91	c #Conflicts:    1224000 | #Constraints:      41021
899.91/902.91	c #Conflicts:    1225000 | #Constraints:      42021
899.91/902.91	c #Conflicts:    1226000 | #Constraints:      43021
899.91/902.91	c #Conflicts:    1227000 | #Constraints:      44021
899.91/902.91	c #Conflicts:    1228000 | #Constraints:      45021
899.91/902.91	c #Conflicts:    1229000 | #Constraints:      46021
899.91/902.91	c #Conflicts:    1230000 | #Constraints:      47021
899.91/902.91	c #Conflicts:    1231000 | #Constraints:      48021
899.91/902.91	c #Conflicts:    1232000 | #Constraints:      49021
899.91/902.91	c #Conflicts:    1233000 | #Constraints:      50021
899.91/902.91	c #Conflicts:    1234000 | #Constraints:      51021
899.91/902.91	c INPROCESSING
899.91/902.91	c GARBAGE COLLECT
899.91/902.91	c rational objective 1000
921.14/924.30	c #Conflicts:    1235000 | #Constraints:      29962
921.14/924.30	c #Conflicts:    1236000 | #Constraints:      30985
921.14/924.30	c #Conflicts:    1237000 | #Constraints:      31999
921.14/924.30	c #Conflicts:    1238000 | #Constraints:      33066
921.14/924.30	c #Conflicts:    1239000 | #Constraints:      34114
921.14/924.30	c #Conflicts:    1240000 | #Constraints:      35152
921.14/924.30	c #Conflicts:    1241000 | #Constraints:      36188
921.14/924.30	c #Conflicts:    1242000 | #Constraints:      37231
921.14/924.30	c #Conflicts:    1243000 | #Constraints:      38261
921.14/924.30	c #Conflicts:    1244000 | #Constraints:      39287
921.14/924.30	c #Conflicts:    1245000 | #Constraints:      40315
921.14/924.30	c #Conflicts:    1246000 | #Constraints:      41346
921.14/924.30	c #Conflicts:    1247000 | #Constraints:      42371
921.14/924.30	c #Conflicts:    1248000 | #Constraints:      43393
921.14/924.30	c #Conflicts:    1249000 | #Constraints:      44416
921.14/924.30	c #Conflicts:    1250000 | #Constraints:      45441
921.14/924.30	c #Conflicts:    1251000 | #Constraints:      46469
921.14/924.30	c #Conflicts:    1252000 | #Constraints:      47494
921.14/924.30	c #Conflicts:    1253000 | #Constraints:      48525
921.14/924.30	c #Conflicts:    1254000 | #Constraints:      49551
921.14/924.30	c #Conflicts:    1255000 | #Constraints:      50586
921.14/924.30	c #Conflicts:    1256000 | #Constraints:      51601
921.14/924.30	c INPROCESSING
921.14/924.30	c GARBAGE COLLECT
921.14/924.30	c rational objective 1000
940.07/943.23	c #Conflicts:    1257000 | #Constraints:      29953
940.07/943.23	c #Conflicts:    1258000 | #Constraints:      30953
940.07/943.23	c #Conflicts:    1259000 | #Constraints:      31953
940.07/943.23	c #Conflicts:    1260000 | #Constraints:      32953
940.07/943.23	c #Conflicts:    1261000 | #Constraints:      33953
940.07/943.23	c #Conflicts:    1262000 | #Constraints:      34953
940.07/943.23	c #Conflicts:    1263000 | #Constraints:      35953
940.07/943.23	c #Conflicts:    1264000 | #Constraints:      36953
940.07/943.23	c #Conflicts:    1265000 | #Constraints:      37953
940.07/943.23	c #Conflicts:    1266000 | #Constraints:      38953
940.07/943.23	c #Conflicts:    1267000 | #Constraints:      39953
940.07/943.23	c #Conflicts:    1268000 | #Constraints:      40953
940.07/943.23	c #Conflicts:    1269000 | #Constraints:      41953
940.07/943.23	c #Conflicts:    1270000 | #Constraints:      42953
940.07/943.23	c #Conflicts:    1271000 | #Constraints:      43953
940.07/943.23	c #Conflicts:    1272000 | #Constraints:      44953
940.07/943.23	c #Conflicts:    1273000 | #Constraints:      45953
940.07/943.23	c #Conflicts:    1274000 | #Constraints:      46953
940.07/943.23	c #Conflicts:    1275000 | #Constraints:      47953
940.07/943.23	c #Conflicts:    1276000 | #Constraints:      48954
940.07/943.23	c #Conflicts:    1277000 | #Constraints:      49955
940.07/943.23	c #Conflicts:    1278000 | #Constraints:      50956
940.07/943.23	c #Conflicts:    1279000 | #Constraints:      51957
940.07/943.23	c INPROCESSING
940.07/943.23	c GARBAGE COLLECT
940.07/943.23	c rational objective 1000
958.71/962.00	c #Conflicts:    1280000 | #Constraints:      30315
958.71/962.00	c #Conflicts:    1281000 | #Constraints:      31315
958.71/962.00	c #Conflicts:    1282000 | #Constraints:      32315
958.71/962.00	c #Conflicts:    1283000 | #Constraints:      33315
958.71/962.00	c #Conflicts:    1284000 | #Constraints:      34315
958.71/962.00	c #Conflicts:    1285000 | #Constraints:      35315
958.71/962.00	c #Conflicts:    1286000 | #Constraints:      36315
958.71/962.00	c #Conflicts:    1287000 | #Constraints:      37315
958.71/962.00	c #Conflicts:    1288000 | #Constraints:      38316
958.71/962.00	c #Conflicts:    1289000 | #Constraints:      39552
958.71/962.00	c #Conflicts:    1290000 | #Constraints:      40557
958.71/962.00	c #Conflicts:    1291000 | #Constraints:      41558
958.71/962.00	c #Conflicts:    1292000 | #Constraints:      42559
958.71/962.00	c #Conflicts:    1293000 | #Constraints:      43560
958.71/962.00	c #Conflicts:    1294000 | #Constraints:      44797
958.71/962.00	c #Conflicts:    1295000 | #Constraints:      45920
958.71/962.00	c #Conflicts:    1296000 | #Constraints:      46921
958.71/962.00	c #Conflicts:    1297000 | #Constraints:      48130
958.71/962.00	c #Conflicts:    1298000 | #Constraints:      49152
958.71/962.00	c #Conflicts:    1299000 | #Constraints:      50152
958.71/962.00	c #Conflicts:    1300000 | #Constraints:      51153
958.71/962.00	c #Conflicts:    1301000 | #Constraints:      52153
958.71/962.00	c #Conflicts:    1302000 | #Constraints:      53155
958.71/962.00	c INPROCESSING
958.71/962.00	c GARBAGE COLLECT
958.71/962.00	c rational objective 1000
981.33/984.64	c #Conflicts:    1303000 | #Constraints:      31125
981.33/984.64	c #Conflicts:    1304000 | #Constraints:      32126
981.33/984.64	c #Conflicts:    1305000 | #Constraints:      33143
981.33/984.64	c #Conflicts:    1306000 | #Constraints:      34175
981.33/984.64	c #Conflicts:    1307000 | #Constraints:      35218
981.33/984.64	c #Conflicts:    1308000 | #Constraints:      36277
981.33/984.64	c #Conflicts:    1309000 | #Constraints:      37319
981.33/984.64	c #Conflicts:    1310000 | #Constraints:      38361
981.33/984.64	c #Conflicts:    1311000 | #Constraints:      39400
981.33/984.64	c #Conflicts:    1312000 | #Constraints:      40439
981.33/984.64	c #Conflicts:    1313000 | #Constraints:      41475
981.33/984.64	c #Conflicts:    1314000 | #Constraints:      42517
981.33/984.64	c #Conflicts:    1315000 | #Constraints:      43575
981.33/984.64	c #Conflicts:    1316000 | #Constraints:      44620
981.33/984.64	c #Conflicts:    1317000 | #Constraints:      45655
981.33/984.64	c #Conflicts:    1318000 | #Constraints:      46686
981.33/984.64	c #Conflicts:    1319000 | #Constraints:      47727
981.33/984.64	c #Conflicts:    1320000 | #Constraints:      48766
981.33/984.64	c #Conflicts:    1321000 | #Constraints:      49798
981.33/984.64	c #Conflicts:    1322000 | #Constraints:      50822
981.33/984.64	c #Conflicts:    1323000 | #Constraints:      51848
981.33/984.64	c #Conflicts:    1324000 | #Constraints:      52884
981.33/984.64	c #Conflicts:    1325000 | #Constraints:      53910
981.33/984.64	c INPROCESSING
981.33/984.64	c GARBAGE COLLECT
981.33/984.64	c rational objective 1000
1000.27/1003.62	c #Conflicts:    1326000 | #Constraints:      31376
1000.27/1003.62	c #Conflicts:    1327000 | #Constraints:      32376
1000.27/1003.62	c #Conflicts:    1328000 | #Constraints:      33376
1000.27/1003.62	c #Conflicts:    1329000 | #Constraints:      34376
1000.27/1003.62	c #Conflicts:    1330000 | #Constraints:      35376
1000.27/1003.62	c #Conflicts:    1331000 | #Constraints:      36376
1000.27/1003.62	c #Conflicts:    1332000 | #Constraints:      37376
1000.27/1003.62	c #Conflicts:    1333000 | #Constraints:      38376
1000.27/1003.62	c #Conflicts:    1334000 | #Constraints:      39376
1000.27/1003.62	c #Conflicts:    1335000 | #Constraints:      40376
1000.27/1003.62	c #Conflicts:    1336000 | #Constraints:      41376
1000.27/1003.62	c #Conflicts:    1337000 | #Constraints:      42376
1000.27/1003.62	c #Conflicts:    1338000 | #Constraints:      43376
1000.27/1003.62	c #Conflicts:    1339000 | #Constraints:      44376
1000.27/1003.62	c #Conflicts:    1340000 | #Constraints:      45376
1000.27/1003.62	c #Conflicts:    1341000 | #Constraints:      46376
1000.27/1003.62	c #Conflicts:    1342000 | #Constraints:      47376
1000.27/1003.62	c #Conflicts:    1343000 | #Constraints:      48377
1000.27/1003.62	c #Conflicts:    1344000 | #Constraints:      49377
1000.27/1003.62	c #Conflicts:    1345000 | #Constraints:      50377
1000.27/1003.62	c #Conflicts:    1346000 | #Constraints:      51378
1000.27/1003.62	c #Conflicts:    1347000 | #Constraints:      52379
1000.27/1003.62	c #Conflicts:    1348000 | #Constraints:      53379
1000.27/1003.62	c INPROCESSING
1000.27/1003.62	c GARBAGE COLLECT
1000.27/1003.62	c rational objective 1000
1020.01/1023.45	c #Conflicts:    1349000 | #Constraints:      31135
1020.01/1023.45	c #Conflicts:    1350000 | #Constraints:      32135
1020.01/1023.45	c #Conflicts:    1351000 | #Constraints:      33135
1020.01/1023.45	c #Conflicts:    1352000 | #Constraints:      34135
1020.01/1023.45	c #Conflicts:    1353000 | #Constraints:      35135
1020.01/1023.45	c #Conflicts:    1354000 | #Constraints:      36135
1020.01/1023.45	c #Conflicts:    1355000 | #Constraints:      37135
1020.01/1023.45	c #Conflicts:    1356000 | #Constraints:      38135
1020.01/1023.45	c #Conflicts:    1357000 | #Constraints:      39135
1020.01/1023.45	c #Conflicts:    1358000 | #Constraints:      40135
1020.01/1023.45	c #Conflicts:    1359000 | #Constraints:      41135
1020.01/1023.45	c #Conflicts:    1360000 | #Constraints:      42135
1020.01/1023.45	c #Conflicts:    1361000 | #Constraints:      43135
1020.01/1023.45	c #Conflicts:    1362000 | #Constraints:      44135
1020.01/1023.45	c #Conflicts:    1363000 | #Constraints:      45135
1020.01/1023.45	c #Conflicts:    1364000 | #Constraints:      46135
1020.01/1023.45	c #Conflicts:    1365000 | #Constraints:      47135
1020.01/1023.45	c #Conflicts:    1366000 | #Constraints:      48135
1020.01/1023.45	c #Conflicts:    1367000 | #Constraints:      49135
1020.01/1023.45	c #Conflicts:    1368000 | #Constraints:      50135
1020.01/1023.45	c #Conflicts:    1369000 | #Constraints:      51135
1020.01/1023.45	c #Conflicts:    1370000 | #Constraints:      52135
1020.01/1023.45	c #Conflicts:    1371000 | #Constraints:      53135
1020.01/1023.45	c INPROCESSING
1020.01/1023.45	c GARBAGE COLLECT
1020.01/1023.45	c rational objective 1000
1041.05/1044.53	c #Conflicts:    1372000 | #Constraints:      30795
1041.05/1044.53	c #Conflicts:    1373000 | #Constraints:      31796
1041.05/1044.53	c #Conflicts:    1374000 | #Constraints:      32827
1041.05/1044.53	c #Conflicts:    1375000 | #Constraints:      33853
1041.05/1044.53	c #Conflicts:    1376000 | #Constraints:      34886
1041.05/1044.53	c #Conflicts:    1377000 | #Constraints:      35923
1041.05/1044.53	c #Conflicts:    1378000 | #Constraints:      36961
1041.05/1044.53	c #Conflicts:    1379000 | #Constraints:      38001
1041.05/1044.53	c #Conflicts:    1380000 | #Constraints:      39054
1041.05/1044.53	c #Conflicts:    1381000 | #Constraints:      40099
1041.05/1044.53	c #Conflicts:    1382000 | #Constraints:      41131
1041.05/1044.53	c #Conflicts:    1383000 | #Constraints:      42171
1041.05/1044.53	c #Conflicts:    1384000 | #Constraints:      43203
1041.05/1044.53	c #Conflicts:    1385000 | #Constraints:      44230
1041.05/1044.53	c #Conflicts:    1386000 | #Constraints:      45255
1041.05/1044.53	c #Conflicts:    1387000 | #Constraints:      46296
1041.05/1044.53	c #Conflicts:    1388000 | #Constraints:      47319
1041.05/1044.53	c #Conflicts:    1389000 | #Constraints:      48347
1041.05/1044.53	c #Conflicts:    1390000 | #Constraints:      49367
1041.05/1044.53	c #Conflicts:    1391000 | #Constraints:      50390
1041.05/1044.53	c #Conflicts:    1392000 | #Constraints:      51410
1041.05/1044.53	c #Conflicts:    1393000 | #Constraints:      52446
1041.05/1044.53	c #Conflicts:    1394000 | #Constraints:      53480
1041.05/1044.53	c #Conflicts:    1395000 | #Constraints:      54520
1041.05/1044.53	c INPROCESSING
1041.05/1044.53	c GARBAGE COLLECT
1041.05/1044.53	c rational objective 1000
1059.89/1063.49	c #Conflicts:    1396000 | #Constraints:      31600
1059.89/1063.49	c #Conflicts:    1397000 | #Constraints:      32600
1059.89/1063.49	c #Conflicts:    1398000 | #Constraints:      33600
1059.89/1063.49	c #Conflicts:    1399000 | #Constraints:      34600
1059.89/1063.49	c #Conflicts:    1400000 | #Constraints:      35600
1059.89/1063.49	c #Conflicts:    1401000 | #Constraints:      36600
1059.89/1063.49	c #Conflicts:    1402000 | #Constraints:      37600
1059.89/1063.49	c #Conflicts:    1403000 | #Constraints:      38600
1059.89/1063.49	c #Conflicts:    1404000 | #Constraints:      39600
1059.89/1063.49	c #Conflicts:    1405000 | #Constraints:      40600
1059.89/1063.49	c #Conflicts:    1406000 | #Constraints:      41600
1059.89/1063.49	c #Conflicts:    1407000 | #Constraints:      42600
1059.89/1063.49	c #Conflicts:    1408000 | #Constraints:      43600
1059.89/1063.49	c #Conflicts:    1409000 | #Constraints:      44600
1059.89/1063.49	c #Conflicts:    1410000 | #Constraints:      45600
1059.89/1063.49	c #Conflicts:    1411000 | #Constraints:      46600
1059.89/1063.49	c #Conflicts:    1412000 | #Constraints:      47601
1059.89/1063.49	c #Conflicts:    1413000 | #Constraints:      48601
1059.89/1063.49	c #Conflicts:    1414000 | #Constraints:      49601
1059.89/1063.49	c #Conflicts:    1415000 | #Constraints:      50601
1059.89/1063.49	c #Conflicts:    1416000 | #Constraints:      51601
1059.89/1063.49	c #Conflicts:    1417000 | #Constraints:      52601
1059.89/1063.49	c #Conflicts:    1418000 | #Constraints:      53601
1059.89/1063.49	c #Conflicts:    1419000 | #Constraints:      54601
1059.89/1063.49	c INPROCESSING
1059.89/1063.49	c GARBAGE COLLECT
1059.89/1063.49	c rational objective 1000
1080.83/1084.45	c #Conflicts:    1420000 | #Constraints:      31887
1080.83/1084.45	c #Conflicts:    1421000 | #Constraints:      32970
1080.83/1084.45	c #Conflicts:    1422000 | #Constraints:      34032
1080.83/1084.45	c #Conflicts:    1423000 | #Constraints:      35095
1080.83/1084.45	c #Conflicts:    1424000 | #Constraints:      36149
1080.83/1084.45	c #Conflicts:    1425000 | #Constraints:      37188
1080.83/1084.45	c #Conflicts:    1426000 | #Constraints:      38249
1080.83/1084.45	c #Conflicts:    1427000 | #Constraints:      39305
1080.83/1084.45	c #Conflicts:    1428000 | #Constraints:      40364
1080.83/1084.45	c #Conflicts:    1429000 | #Constraints:      41410
1080.83/1084.45	c #Conflicts:    1430000 | #Constraints:      42461
1080.83/1084.45	c #Conflicts:    1431000 | #Constraints:      43510
1080.83/1084.45	c #Conflicts:    1432000 | #Constraints:      44542
1080.83/1084.45	c #Conflicts:    1433000 | #Constraints:      45570
1080.83/1084.45	c #Conflicts:    1434000 | #Constraints:      46602
1080.83/1084.45	c #Conflicts:    1435000 | #Constraints:      47643
1080.83/1084.45	c #Conflicts:    1436000 | #Constraints:      48675
1080.83/1084.45	c #Conflicts:    1437000 | #Constraints:      49716
1080.83/1084.45	c #Conflicts:    1438000 | #Constraints:      50749
1080.83/1084.45	c #Conflicts:    1439000 | #Constraints:      51782
1080.83/1084.45	c #Conflicts:    1440000 | #Constraints:      52806
1080.83/1084.45	c #Conflicts:    1441000 | #Constraints:      53828
1080.83/1084.45	c #Conflicts:    1442000 | #Constraints:      54848
1080.83/1084.45	c #Conflicts:    1443000 | #Constraints:      55875
1080.83/1084.45	c INPROCESSING
1080.83/1084.45	c GARBAGE COLLECT
1080.83/1084.45	c rational objective 1000
1100.77/1104.42	c #Conflicts:    1444000 | #Constraints:      32369
1100.77/1104.42	c #Conflicts:    1445000 | #Constraints:      33369
1100.77/1104.42	c #Conflicts:    1446000 | #Constraints:      34369
1100.77/1104.42	c #Conflicts:    1447000 | #Constraints:      35369
1100.77/1104.42	c #Conflicts:    1448000 | #Constraints:      36369
1100.77/1104.42	c #Conflicts:    1449000 | #Constraints:      37369
1100.77/1104.42	c #Conflicts:    1450000 | #Constraints:      38369
1100.77/1104.42	c #Conflicts:    1451000 | #Constraints:      39369
1100.77/1104.42	c #Conflicts:    1452000 | #Constraints:      40369
1100.77/1104.42	c #Conflicts:    1453000 | #Constraints:      41369
1100.77/1104.42	c #Conflicts:    1454000 | #Constraints:      42369
1100.77/1104.42	c #Conflicts:    1455000 | #Constraints:      43369
1100.77/1104.42	c #Conflicts:    1456000 | #Constraints:      44369
1100.77/1104.42	c #Conflicts:    1457000 | #Constraints:      45369
1100.77/1104.42	c #Conflicts:    1458000 | #Constraints:      46369
1100.77/1104.42	c #Conflicts:    1459000 | #Constraints:      47369
1100.77/1104.42	c #Conflicts:    1460000 | #Constraints:      48369
1100.77/1104.42	c #Conflicts:    1461000 | #Constraints:      49369
1100.77/1104.42	c #Conflicts:    1462000 | #Constraints:      50369
1100.77/1104.42	c #Conflicts:    1463000 | #Constraints:      51369
1100.77/1104.42	c #Conflicts:    1464000 | #Constraints:      52369
1100.77/1104.42	c #Conflicts:    1465000 | #Constraints:      53369
1100.77/1104.42	c #Conflicts:    1466000 | #Constraints:      54369
1100.77/1104.42	c #Conflicts:    1467000 | #Constraints:      55369
1100.77/1104.42	c INPROCESSING
1100.77/1104.42	c GARBAGE COLLECT
1100.77/1104.42	c rational objective 1000
1120.01/1123.73	c #Conflicts:    1468000 | #Constraints:      32112
1120.01/1123.73	c #Conflicts:    1469000 | #Constraints:      33112
1120.01/1123.73	c #Conflicts:    1470000 | #Constraints:      34112
1120.01/1123.73	c #Conflicts:    1471000 | #Constraints:      35112
1120.01/1123.73	c #Conflicts:    1472000 | #Constraints:      36112
1120.01/1123.73	c #Conflicts:    1473000 | #Constraints:      37112
1120.01/1123.73	c #Conflicts:    1474000 | #Constraints:      38112
1120.01/1123.73	c #Conflicts:    1475000 | #Constraints:      39112
1120.01/1123.73	c #Conflicts:    1476000 | #Constraints:      40112
1120.01/1123.73	c #Conflicts:    1477000 | #Constraints:      41112
1120.01/1123.73	c #Conflicts:    1478000 | #Constraints:      42112
1120.01/1123.73	c #Conflicts:    1479000 | #Constraints:      43112
1120.01/1123.73	c #Conflicts:    1480000 | #Constraints:      44112
1120.01/1123.73	c #Conflicts:    1481000 | #Constraints:      45113
1120.01/1123.73	c #Conflicts:    1482000 | #Constraints:      46113
1120.01/1123.73	c #Conflicts:    1483000 | #Constraints:      47114
1120.01/1123.73	c #Conflicts:    1484000 | #Constraints:      48115
1120.01/1123.73	c #Conflicts:    1485000 | #Constraints:      49116
1120.01/1123.73	c #Conflicts:    1486000 | #Constraints:      50117
1120.01/1123.73	c #Conflicts:    1487000 | #Constraints:      51119
1120.01/1123.73	c #Conflicts:    1488000 | #Constraints:      52120
1120.01/1123.73	c #Conflicts:    1489000 | #Constraints:      53121
1120.01/1123.73	c #Conflicts:    1490000 | #Constraints:      54122
1120.01/1123.73	c #Conflicts:    1491000 | #Constraints:      55122
1120.01/1123.73	c INPROCESSING
1120.01/1123.73	c GARBAGE COLLECT
1120.01/1123.73	c rational objective 1000
1145.53/1149.32	c #Conflicts:    1492000 | #Constraints:      31827
1145.53/1149.32	c #Conflicts:    1493000 | #Constraints:      32885
1145.53/1149.32	c #Conflicts:    1494000 | #Constraints:      33938
1145.53/1149.32	c #Conflicts:    1495000 | #Constraints:      34990
1145.53/1149.32	c #Conflicts:    1496000 | #Constraints:      36032
1145.53/1149.32	c #Conflicts:    1497000 | #Constraints:      37065
1145.53/1149.32	c #Conflicts:    1498000 | #Constraints:      38110
1145.53/1149.32	c #Conflicts:    1499000 | #Constraints:      39139
1145.53/1149.32	c #Conflicts:    1500000 | #Constraints:      40169
1145.53/1149.32	c #Conflicts:    1501000 | #Constraints:      41210
1145.53/1149.32	c #Conflicts:    1502000 | #Constraints:      42234
1145.53/1149.32	c #Conflicts:    1503000 | #Constraints:      43277
1145.53/1149.32	c #Conflicts:    1504000 | #Constraints:      44318
1145.53/1149.32	c #Conflicts:    1505000 | #Constraints:      45356
1145.53/1149.32	c #Conflicts:    1506000 | #Constraints:      46380
1145.53/1149.32	c #Conflicts:    1507000 | #Constraints:      47401
1145.53/1149.32	c #Conflicts:    1508000 | #Constraints:      48428
1145.53/1149.32	c #Conflicts:    1509000 | #Constraints:      49464
1145.53/1149.32	c #Conflicts:    1510000 | #Constraints:      50496
1145.53/1149.32	c #Conflicts:    1511000 | #Constraints:      51528
1145.53/1149.32	c #Conflicts:    1512000 | #Constraints:      52553
1145.53/1149.32	c #Conflicts:    1513000 | #Constraints:      53572
1145.53/1149.32	c #Conflicts:    1514000 | #Constraints:      54587
1145.53/1149.32	c #Conflicts:    1515000 | #Constraints:      55605
1145.53/1149.32	c #Conflicts:    1516000 | #Constraints:      56620
1145.53/1149.32	c INPROCESSING
1145.53/1149.32	c GARBAGE COLLECT
1145.53/1149.32	c rational objective 1000
1166.86/1170.79	c #Conflicts:    1517000 | #Constraints:      32656
1166.86/1170.79	c #Conflicts:    1518000 | #Constraints:      33656
1166.86/1170.79	c #Conflicts:    1519000 | #Constraints:      34656
1166.86/1170.79	c #Conflicts:    1520000 | #Constraints:      35656
1166.86/1170.79	c #Conflicts:    1521000 | #Constraints:      36656
1166.86/1170.79	c #Conflicts:    1522000 | #Constraints:      37656
1166.86/1170.79	c #Conflicts:    1523000 | #Constraints:      38656
1166.86/1170.79	c #Conflicts:    1524000 | #Constraints:      39656
1166.86/1170.79	c #Conflicts:    1525000 | #Constraints:      40656
1166.86/1170.79	c #Conflicts:    1526000 | #Constraints:      41656
1166.86/1170.79	c #Conflicts:    1527000 | #Constraints:      42656
1166.86/1170.79	c #Conflicts:    1528000 | #Constraints:      43656
1166.86/1170.79	c #Conflicts:    1529000 | #Constraints:      44656
1166.86/1170.79	c #Conflicts:    1530000 | #Constraints:      45656
1166.86/1170.79	c #Conflicts:    1531000 | #Constraints:      46656
1166.86/1170.79	c #Conflicts:    1532000 | #Constraints:      47656
1166.86/1170.79	c #Conflicts:    1533000 | #Constraints:      48656
1166.86/1170.79	c #Conflicts:    1534000 | #Constraints:      49656
1166.86/1170.79	c #Conflicts:    1535000 | #Constraints:      50656
1166.86/1170.79	c #Conflicts:    1536000 | #Constraints:      51656
1166.86/1170.80	c #Conflicts:    1537000 | #Constraints:      52656
1166.86/1170.80	c #Conflicts:    1538000 | #Constraints:      53656
1166.86/1170.80	c #Conflicts:    1539000 | #Constraints:      54656
1166.86/1170.80	c #Conflicts:    1540000 | #Constraints:      55656
1166.86/1170.80	c #Conflicts:    1541000 | #Constraints:      56656
1166.86/1170.80	c INPROCESSING
1166.86/1170.80	c GARBAGE COLLECT
1166.86/1170.80	c rational objective 1000
1186.90/1190.85	c #Conflicts:    1542000 | #Constraints:      32847
1186.90/1190.85	c #Conflicts:    1543000 | #Constraints:      33847
1186.90/1190.85	c #Conflicts:    1544000 | #Constraints:      34847
1186.90/1190.85	c #Conflicts:    1545000 | #Constraints:      35847
1186.90/1190.85	c #Conflicts:    1546000 | #Constraints:      36847
1186.90/1190.85	c #Conflicts:    1547000 | #Constraints:      37847
1186.90/1190.85	c #Conflicts:    1548000 | #Constraints:      38847
1186.90/1190.85	c #Conflicts:    1549000 | #Constraints:      39847
1186.90/1190.85	c #Conflicts:    1550000 | #Constraints:      40847
1186.90/1190.85	c #Conflicts:    1551000 | #Constraints:      41847
1186.90/1190.85	c #Conflicts:    1552000 | #Constraints:      42847
1186.90/1190.85	c #Conflicts:    1553000 | #Constraints:      43847
1186.90/1190.85	c #Conflicts:    1554000 | #Constraints:      44847
1186.90/1190.85	c #Conflicts:    1555000 | #Constraints:      45847
1186.90/1190.85	c #Conflicts:    1556000 | #Constraints:      46847
1186.90/1190.85	c #Conflicts:    1557000 | #Constraints:      47847
1186.90/1190.85	c #Conflicts:    1558000 | #Constraints:      48847
1186.90/1190.85	c #Conflicts:    1559000 | #Constraints:      49847
1186.90/1190.85	c #Conflicts:    1560000 | #Constraints:      50847
1186.90/1190.85	c #Conflicts:    1561000 | #Constraints:      51847
1186.90/1190.85	c #Conflicts:    1562000 | #Constraints:      52847
1186.90/1190.85	c #Conflicts:    1563000 | #Constraints:      53847
1186.90/1190.85	c #Conflicts:    1564000 | #Constraints:      54847
1186.90/1190.85	c #Conflicts:    1565000 | #Constraints:      55847
1186.90/1190.85	c #Conflicts:    1566000 | #Constraints:      56847
1186.90/1190.85	c INPROCESSING
1186.90/1190.85	c GARBAGE COLLECT
1186.90/1190.85	c rational objective 1000
1207.54/1211.58	c #Conflicts:    1567000 | #Constraints:      33003
1207.54/1211.58	c #Conflicts:    1568000 | #Constraints:      34044
1207.54/1211.58	c #Conflicts:    1569000 | #Constraints:      35084
1207.54/1211.58	c #Conflicts:    1570000 | #Constraints:      36116
1207.54/1211.58	c #Conflicts:    1571000 | #Constraints:      37162
1207.54/1211.58	c #Conflicts:    1572000 | #Constraints:      38208
1207.54/1211.58	c #Conflicts:    1573000 | #Constraints:      39235
1207.54/1211.58	c #Conflicts:    1574000 | #Constraints:      40263
1207.54/1211.58	c #Conflicts:    1575000 | #Constraints:      41284
1207.54/1211.58	c #Conflicts:    1576000 | #Constraints:      42318
1207.54/1211.58	c #Conflicts:    1577000 | #Constraints:      43343
1207.54/1211.58	c #Conflicts:    1578000 | #Constraints:      44363
1207.54/1211.58	c #Conflicts:    1579000 | #Constraints:      45393
1207.54/1211.58	c #Conflicts:    1580000 | #Constraints:      46425
1207.54/1211.58	c #Conflicts:    1581000 | #Constraints:      47455
1207.54/1211.58	c #Conflicts:    1582000 | #Constraints:      48491
1207.54/1211.58	c #Conflicts:    1583000 | #Constraints:      49529
1207.54/1211.58	c #Conflicts:    1584000 | #Constraints:      50558
1207.54/1211.58	c #Conflicts:    1585000 | #Constraints:      51583
1207.54/1211.58	c #Conflicts:    1586000 | #Constraints:      52621
1207.54/1211.58	c #Conflicts:    1587000 | #Constraints:      53658
1207.54/1211.58	c #Conflicts:    1588000 | #Constraints:      54681
1207.54/1211.58	c #Conflicts:    1589000 | #Constraints:      55701
1207.54/1211.58	c #Conflicts:    1590000 | #Constraints:      56726
1207.54/1211.58	c #Conflicts:    1591000 | #Constraints:      57751
1207.54/1211.58	c INPROCESSING
1207.54/1211.58	c GARBAGE COLLECT
1207.54/1211.58	c rational objective 1000
1228.47/1232.51	c #Conflicts:    1592000 | #Constraints:      33244
1228.47/1232.51	c #Conflicts:    1593000 | #Constraints:      34244
1228.47/1232.51	c #Conflicts:    1594000 | #Constraints:      35244
1228.47/1232.51	c #Conflicts:    1595000 | #Constraints:      36244
1228.47/1232.51	c #Conflicts:    1596000 | #Constraints:      37244
1228.47/1232.51	c #Conflicts:    1597000 | #Constraints:      38244
1228.47/1232.51	c #Conflicts:    1598000 | #Constraints:      39244
1228.47/1232.51	c #Conflicts:    1599000 | #Constraints:      40244
1228.47/1232.51	c #Conflicts:    1600000 | #Constraints:      41244
1228.47/1232.51	c #Conflicts:    1601000 | #Constraints:      42244
1228.47/1232.51	c #Conflicts:    1602000 | #Constraints:      43244
1228.47/1232.51	c #Conflicts:    1603000 | #Constraints:      44244
1228.47/1232.51	c #Conflicts:    1604000 | #Constraints:      45244
1228.47/1232.51	c #Conflicts:    1605000 | #Constraints:      46244
1228.47/1232.51	c #Conflicts:    1606000 | #Constraints:      47244
1228.47/1232.51	c #Conflicts:    1607000 | #Constraints:      48244
1228.47/1232.51	c #Conflicts:    1608000 | #Constraints:      49244
1228.47/1232.51	c #Conflicts:    1609000 | #Constraints:      50244
1228.47/1232.51	c #Conflicts:    1610000 | #Constraints:      51244
1228.47/1232.51	c #Conflicts:    1611000 | #Constraints:      52244
1228.47/1232.51	c #Conflicts:    1612000 | #Constraints:      53244
1228.47/1232.51	c #Conflicts:    1613000 | #Constraints:      54244
1228.47/1232.51	c #Conflicts:    1614000 | #Constraints:      55244
1228.47/1232.51	c #Conflicts:    1615000 | #Constraints:      56244
1228.47/1232.51	c #Conflicts:    1616000 | #Constraints:      57244
1228.47/1232.51	c INPROCESSING
1228.47/1232.51	c GARBAGE COLLECT
1228.47/1232.51	c rational objective 1000
1249.11/1253.29	c #Conflicts:    1617000 | #Constraints:      32834
1249.11/1253.29	c #Conflicts:    1618000 | #Constraints:      33834
1249.11/1253.29	c #Conflicts:    1619000 | #Constraints:      34834
1249.11/1253.29	c #Conflicts:    1620000 | #Constraints:      35834
1249.11/1253.29	c #Conflicts:    1621000 | #Constraints:      36835
1249.11/1253.29	c #Conflicts:    1622000 | #Constraints:      37835
1249.11/1253.29	c #Conflicts:    1623000 | #Constraints:      38835
1249.11/1253.29	c #Conflicts:    1624000 | #Constraints:      39835
1249.11/1253.29	c #Conflicts:    1625000 | #Constraints:      40836
1249.11/1253.29	c #Conflicts:    1626000 | #Constraints:      41837
1249.11/1253.29	c #Conflicts:    1627000 | #Constraints:      42837
1249.11/1253.29	c #Conflicts:    1628000 | #Constraints:      43837
1249.11/1253.29	c #Conflicts:    1629000 | #Constraints:      44837
1249.11/1253.29	c #Conflicts:    1630000 | #Constraints:      45838
1249.11/1253.29	c #Conflicts:    1631000 | #Constraints:      46838
1249.11/1253.29	c #Conflicts:    1632000 | #Constraints:      47838
1249.11/1253.29	c #Conflicts:    1633000 | #Constraints:      48839
1249.11/1253.29	c #Conflicts:    1634000 | #Constraints:      49840
1249.11/1253.29	c #Conflicts:    1635000 | #Constraints:      50841
1249.11/1253.29	c #Conflicts:    1636000 | #Constraints:      51842
1249.11/1253.29	c #Conflicts:    1637000 | #Constraints:      52842
1249.11/1253.29	c #Conflicts:    1638000 | #Constraints:      53842
1249.11/1253.29	c #Conflicts:    1639000 | #Constraints:      54842
1249.11/1253.29	c #Conflicts:    1640000 | #Constraints:      55842
1249.11/1253.29	c #Conflicts:    1641000 | #Constraints:      56842
1249.11/1253.29	c #Conflicts:    1642000 | #Constraints:      57842
1249.11/1253.29	c INPROCESSING
1249.11/1253.29	c GARBAGE COLLECT
1249.11/1253.29	c rational objective 1000
1269.55/1273.79	c #Conflicts:    1643000 | #Constraints:      33394
1269.55/1273.79	c #Conflicts:    1644000 | #Constraints:      34405
1269.55/1273.79	c #Conflicts:    1645000 | #Constraints:      35428
1269.55/1273.79	c #Conflicts:    1646000 | #Constraints:      36450
1269.55/1273.79	c #Conflicts:    1647000 | #Constraints:      37487
1269.55/1273.79	c #Conflicts:    1648000 | #Constraints:      38549
1269.55/1273.79	c #Conflicts:    1649000 | #Constraints:      39598
1269.55/1273.79	c #Conflicts:    1650000 | #Constraints:      40644
1269.55/1273.79	c #Conflicts:    1651000 | #Constraints:      41681
1269.55/1273.79	c #Conflicts:    1652000 | #Constraints:      42709
1269.55/1273.79	c #Conflicts:    1653000 | #Constraints:      43747
1269.55/1273.79	c #Conflicts:    1654000 | #Constraints:      44789
1269.55/1273.79	c #Conflicts:    1655000 | #Constraints:      45821
1269.55/1273.79	c #Conflicts:    1656000 | #Constraints:      46861
1269.55/1273.79	c #Conflicts:    1657000 | #Constraints:      47885
1269.55/1273.79	c #Conflicts:    1658000 | #Constraints:      48920
1269.55/1273.79	c #Conflicts:    1659000 | #Constraints:      49948
1269.55/1273.79	c #Conflicts:    1660000 | #Constraints:      50979
1269.55/1273.79	c #Conflicts:    1661000 | #Constraints:      52030
1269.55/1273.79	c #Conflicts:    1662000 | #Constraints:      53075
1269.55/1273.79	c #Conflicts:    1663000 | #Constraints:      54101
1269.55/1273.79	c #Conflicts:    1664000 | #Constraints:      55134
1269.55/1273.79	c #Conflicts:    1665000 | #Constraints:      56162
1269.55/1273.79	c #Conflicts:    1666000 | #Constraints:      57192
1269.55/1273.79	c #Conflicts:    1667000 | #Constraints:      58219
1269.55/1273.79	c #Conflicts:    1668000 | #Constraints:      59245
1269.55/1273.79	c INPROCESSING
1269.55/1273.79	c GARBAGE COLLECT
1269.55/1273.79	c rational objective 1000
1292.48/1296.74	c #Conflicts:    1669000 | #Constraints:      34045
1292.48/1296.74	c #Conflicts:    1670000 | #Constraints:      35045
1292.48/1296.74	c #Conflicts:    1671000 | #Constraints:      36045
1292.48/1296.74	c #Conflicts:    1672000 | #Constraints:      37045
1292.48/1296.74	c #Conflicts:    1673000 | #Constraints:      38045
1292.48/1296.74	c #Conflicts:    1674000 | #Constraints:      39045
1292.48/1296.74	c #Conflicts:    1675000 | #Constraints:      40045
1292.48/1296.74	c #Conflicts:    1676000 | #Constraints:      41045
1292.48/1296.74	c #Conflicts:    1677000 | #Constraints:      42045
1292.48/1296.74	c #Conflicts:    1678000 | #Constraints:      43046
1292.48/1296.74	c #Conflicts:    1679000 | #Constraints:      44046
1292.48/1296.74	c #Conflicts:    1680000 | #Constraints:      45046
1292.48/1296.74	c #Conflicts:    1681000 | #Constraints:      46047
1292.48/1296.74	c #Conflicts:    1682000 | #Constraints:      47047
1292.48/1296.74	c #Conflicts:    1683000 | #Constraints:      48048
1292.48/1296.74	c #Conflicts:    1684000 | #Constraints:      49048
1292.48/1296.74	c #Conflicts:    1685000 | #Constraints:      50048
1292.48/1296.74	c #Conflicts:    1686000 | #Constraints:      51049
1292.48/1296.74	c #Conflicts:    1687000 | #Constraints:      52049
1292.48/1296.74	c #Conflicts:    1688000 | #Constraints:      53049
1292.48/1296.74	c #Conflicts:    1689000 | #Constraints:      54050
1292.48/1296.74	c #Conflicts:    1690000 | #Constraints:      55050
1292.48/1296.74	c #Conflicts:    1691000 | #Constraints:      56050
1292.48/1296.74	c #Conflicts:    1692000 | #Constraints:      57050
1292.48/1296.74	c #Conflicts:    1693000 | #Constraints:      58050
1292.48/1296.74	c #Conflicts:    1694000 | #Constraints:      59052
1292.48/1296.74	c INPROCESSING
1292.48/1296.74	c GARBAGE COLLECT
1292.48/1296.74	c rational objective 1000
1319.71/1324.02	c #Conflicts:    1695000 | #Constraints:      34070
1319.71/1324.02	c #Conflicts:    1696000 | #Constraints:      35095
1319.71/1324.02	c #Conflicts:    1697000 | #Constraints:      36163
1319.71/1324.02	c #Conflicts:    1698000 | #Constraints:      37204
1319.71/1324.02	c #Conflicts:    1699000 | #Constraints:      38237
1319.71/1324.02	c #Conflicts:    1700000 | #Constraints:      39284
1319.71/1324.02	c #Conflicts:    1701000 | #Constraints:      40328
1319.71/1324.02	c #Conflicts:    1702000 | #Constraints:      41355
1319.71/1324.02	c #Conflicts:    1703000 | #Constraints:      42391
1319.71/1324.02	c #Conflicts:    1704000 | #Constraints:      43419
1319.71/1324.02	c #Conflicts:    1705000 | #Constraints:      44445
1319.71/1324.02	c #Conflicts:    1706000 | #Constraints:      45472
1319.71/1324.02	c #Conflicts:    1707000 | #Constraints:      46505
1319.71/1324.02	c #Conflicts:    1708000 | #Constraints:      47532
1319.71/1324.02	c #Conflicts:    1709000 | #Constraints:      48565
1319.71/1324.02	c #Conflicts:    1710000 | #Constraints:      49604
1319.71/1324.02	c #Conflicts:    1711000 | #Constraints:      50643
1319.71/1324.02	c #Conflicts:    1712000 | #Constraints:      51670
1319.71/1324.02	c #Conflicts:    1713000 | #Constraints:      52692
1319.71/1324.02	c #Conflicts:    1714000 | #Constraints:      53723
1319.71/1324.02	c #Conflicts:    1715000 | #Constraints:      54744
1319.71/1324.02	c #Conflicts:    1716000 | #Constraints:      55762
1319.71/1324.02	c #Conflicts:    1717000 | #Constraints:      56786
1319.71/1324.02	c #Conflicts:    1718000 | #Constraints:      57820
1319.71/1324.02	c #Conflicts:    1719000 | #Constraints:      58839
1319.71/1324.02	c #Conflicts:    1720000 | #Constraints:      59856
1319.71/1324.02	c INPROCESSING
1319.71/1324.02	c GARBAGE COLLECT
1319.71/1324.02	c rational objective 1000
1343.73/1348.11	c #Conflicts:    1721000 | #Constraints:      34293
1343.73/1348.11	c #Conflicts:    1722000 | #Constraints:      35293
1343.73/1348.11	c #Conflicts:    1723000 | #Constraints:      36293
1343.73/1348.11	c #Conflicts:    1724000 | #Constraints:      37293
1343.73/1348.11	c #Conflicts:    1725000 | #Constraints:      38293
1343.73/1348.11	c #Conflicts:    1726000 | #Constraints:      39293
1343.73/1348.11	c #Conflicts:    1727000 | #Constraints:      40293
1343.73/1348.11	c #Conflicts:    1728000 | #Constraints:      41293
1343.73/1348.11	c #Conflicts:    1729000 | #Constraints:      42293
1343.73/1348.11	c #Conflicts:    1730000 | #Constraints:      43293
1343.73/1348.11	c #Conflicts:    1731000 | #Constraints:      44293
1343.73/1348.11	c #Conflicts:    1732000 | #Constraints:      45293
1343.73/1348.11	c #Conflicts:    1733000 | #Constraints:      46293
1343.73/1348.11	c #Conflicts:    1734000 | #Constraints:      47293
1343.73/1348.11	c #Conflicts:    1735000 | #Constraints:      48293
1343.73/1348.11	c #Conflicts:    1736000 | #Constraints:      49293
1343.73/1348.11	c #Conflicts:    1737000 | #Constraints:      50293
1343.73/1348.11	c #Conflicts:    1738000 | #Constraints:      51293
1343.73/1348.11	c #Conflicts:    1739000 | #Constraints:      52293
1343.73/1348.11	c #Conflicts:    1740000 | #Constraints:      53293
1343.73/1348.11	c #Conflicts:    1741000 | #Constraints:      54293
1343.73/1348.11	c #Conflicts:    1742000 | #Constraints:      55293
1343.73/1348.11	c #Conflicts:    1743000 | #Constraints:      56293
1343.73/1348.11	c #Conflicts:    1744000 | #Constraints:      57293
1343.73/1348.11	c #Conflicts:    1745000 | #Constraints:      58293
1343.73/1348.11	c #Conflicts:    1746000 | #Constraints:      59293
1343.73/1348.11	c INPROCESSING
1343.73/1348.11	c GARBAGE COLLECT
1343.73/1348.11	c rational objective 1000
1367.75/1372.23	c #Conflicts:    1747000 | #Constraints:      33886
1367.75/1372.23	c #Conflicts:    1748000 | #Constraints:      34886
1367.75/1372.23	c #Conflicts:    1749000 | #Constraints:      35886
1367.75/1372.23	c #Conflicts:    1750000 | #Constraints:      36886
1367.75/1372.23	c #Conflicts:    1751000 | #Constraints:      37886
1367.75/1372.23	c #Conflicts:    1752000 | #Constraints:      38886
1367.75/1372.23	c #Conflicts:    1753000 | #Constraints:      39886
1367.75/1372.23	c #Conflicts:    1754000 | #Constraints:      40886
1367.75/1372.23	c #Conflicts:    1755000 | #Constraints:      41886
1367.75/1372.23	c #Conflicts:    1756000 | #Constraints:      42887
1367.75/1372.23	c #Conflicts:    1757000 | #Constraints:      43888
1367.75/1372.23	c #Conflicts:    1758000 | #Constraints:      44888
1367.75/1372.23	c #Conflicts:    1759000 | #Constraints:      45889
1367.75/1372.23	c #Conflicts:    1760000 | #Constraints:      46889
1367.75/1372.23	c #Conflicts:    1761000 | #Constraints:      47890
1367.75/1372.23	c #Conflicts:    1762000 | #Constraints:      48892
1367.75/1372.23	c #Conflicts:    1763000 | #Constraints:      49893
1367.75/1372.23	c #Conflicts:    1764000 | #Constraints:      50896
1367.75/1372.23	c #Conflicts:    1765000 | #Constraints:      51897
1367.75/1372.23	c #Conflicts:    1766000 | #Constraints:      52897
1367.75/1372.23	c #Conflicts:    1767000 | #Constraints:      53897
1367.75/1372.23	c #Conflicts:    1768000 | #Constraints:      54897
1367.75/1372.23	c #Conflicts:    1769000 | #Constraints:      55898
1367.75/1372.23	c #Conflicts:    1770000 | #Constraints:      56898
1367.75/1372.23	c #Conflicts:    1771000 | #Constraints:      57898
1367.75/1372.23	c #Conflicts:    1772000 | #Constraints:      58899
1367.75/1372.23	c #Conflicts:    1773000 | #Constraints:      59899
1367.75/1372.23	c INPROCESSING
1367.75/1372.23	c GARBAGE COLLECT
1367.75/1372.23	c rational objective 1000
1398.65/1403.28	c #Conflicts:    1774000 | #Constraints:      34413
1398.65/1403.28	c #Conflicts:    1775000 | #Constraints:      35414
1398.65/1403.28	c #Conflicts:    1776000 | #Constraints:      36449
1398.65/1403.28	c #Conflicts:    1777000 | #Constraints:      37508
1398.65/1403.28	c #Conflicts:    1778000 | #Constraints:      38560
1398.65/1403.28	c #Conflicts:    1779000 | #Constraints:      39608
1398.65/1403.28	c #Conflicts:    1780000 | #Constraints:      40653
1398.65/1403.28	c #Conflicts:    1781000 | #Constraints:      41686
1398.65/1403.28	c #Conflicts:    1782000 | #Constraints:      42722
1398.65/1403.28	c #Conflicts:    1783000 | #Constraints:      43762
1398.65/1403.28	c #Conflicts:    1784000 | #Constraints:      44786
1398.65/1403.28	c #Conflicts:    1785000 | #Constraints:      45812
1398.65/1403.28	c #Conflicts:    1786000 | #Constraints:      46840
1398.65/1403.28	c #Conflicts:    1787000 | #Constraints:      47865
1398.65/1403.28	c #Conflicts:    1788000 | #Constraints:      48887
1398.65/1403.28	c #Conflicts:    1789000 | #Constraints:      49913
1398.65/1403.28	c #Conflicts:    1790000 | #Constraints:      50967
1398.65/1403.28	c #Conflicts:    1791000 | #Constraints:      51992
1398.65/1403.28	c #Conflicts:    1792000 | #Constraints:      53015
1398.65/1403.28	c #Conflicts:    1793000 | #Constraints:      54061
1398.65/1403.28	c #Conflicts:    1794000 | #Constraints:      55084
1398.65/1403.28	c #Conflicts:    1795000 | #Constraints:      56110
1398.65/1403.28	c #Conflicts:    1796000 | #Constraints:      57134
1398.65/1403.28	c #Conflicts:    1797000 | #Constraints:      58155
1398.65/1403.28	c #Conflicts:    1798000 | #Constraints:      59173
1398.65/1403.28	c #Conflicts:    1799000 | #Constraints:      60188
1398.65/1403.28	c #Conflicts:    1800000 | #Constraints:      61207
1398.65/1403.28	c INPROCESSING
1398.65/1403.28	c GARBAGE COLLECT
1398.65/1403.28	c rational objective 1000
1424.57/1429.28	c #Conflicts:    1801000 | #Constraints:      35063
1424.57/1429.28	c #Conflicts:    1802000 | #Constraints:      36063
1424.57/1429.28	c #Conflicts:    1803000 | #Constraints:      37063
1424.57/1429.28	c #Conflicts:    1804000 | #Constraints:      38063
1424.57/1429.28	c #Conflicts:    1805000 | #Constraints:      39063
1424.57/1429.28	c #Conflicts:    1806000 | #Constraints:      40063
1424.57/1429.28	c #Conflicts:    1807000 | #Constraints:      41063
1424.57/1429.28	c #Conflicts:    1808000 | #Constraints:      42063
1424.57/1429.28	c #Conflicts:    1809000 | #Constraints:      43063
1424.57/1429.28	c #Conflicts:    1810000 | #Constraints:      44063
1424.57/1429.28	c #Conflicts:    1811000 | #Constraints:      45063
1424.57/1429.28	c #Conflicts:    1812000 | #Constraints:      46063
1424.57/1429.28	c #Conflicts:    1813000 | #Constraints:      47063
1424.57/1429.28	c #Conflicts:    1814000 | #Constraints:      48063
1424.57/1429.28	c #Conflicts:    1815000 | #Constraints:      49063
1424.57/1429.28	c #Conflicts:    1816000 | #Constraints:      50063
1424.57/1429.28	c #Conflicts:    1817000 | #Constraints:      51063
1424.57/1429.28	c #Conflicts:    1818000 | #Constraints:      52063
1424.57/1429.28	c #Conflicts:    1819000 | #Constraints:      53063
1424.57/1429.28	c #Conflicts:    1820000 | #Constraints:      54063
1424.57/1429.28	c #Conflicts:    1821000 | #Constraints:      55063
1424.57/1429.28	c #Conflicts:    1822000 | #Constraints:      56063
1424.57/1429.28	c #Conflicts:    1823000 | #Constraints:      57063
1424.57/1429.28	c #Conflicts:    1824000 | #Constraints:      58064
1424.57/1429.28	c #Conflicts:    1825000 | #Constraints:      59064
1424.57/1429.28	c #Conflicts:    1826000 | #Constraints:      60064
1424.57/1429.28	c #Conflicts:    1827000 | #Constraints:      61064
1424.57/1429.28	c INPROCESSING
1424.57/1429.28	c GARBAGE COLLECT
1424.57/1429.28	c rational objective 1000
1448.19/1452.91	c #Conflicts:    1828000 | #Constraints:      35080
1448.19/1452.91	c #Conflicts:    1829000 | #Constraints:      36080
1448.19/1452.91	c #Conflicts:    1830000 | #Constraints:      37080
1448.19/1452.91	c #Conflicts:    1831000 | #Constraints:      38080
1448.19/1452.91	c #Conflicts:    1832000 | #Constraints:      39080
1448.19/1452.91	c #Conflicts:    1833000 | #Constraints:      40080
1448.19/1452.91	c #Conflicts:    1834000 | #Constraints:      41080
1448.19/1452.91	c #Conflicts:    1835000 | #Constraints:      42080
1448.19/1452.91	c #Conflicts:    1836000 | #Constraints:      43080
1448.19/1452.91	c #Conflicts:    1837000 | #Constraints:      44080
1448.19/1452.91	c #Conflicts:    1838000 | #Constraints:      45080
1448.19/1452.91	c #Conflicts:    1839000 | #Constraints:      46081
1448.19/1452.91	c #Conflicts:    1840000 | #Constraints:      47081
1448.19/1452.91	c #Conflicts:    1841000 | #Constraints:      48081
1448.19/1452.91	c #Conflicts:    1842000 | #Constraints:      49082
1448.19/1452.91	c #Conflicts:    1843000 | #Constraints:      50083
1448.19/1452.91	c #Conflicts:    1844000 | #Constraints:      51084
1448.19/1452.91	c #Conflicts:    1845000 | #Constraints:      52085
1448.19/1452.91	c #Conflicts:    1846000 | #Constraints:      53087
1448.19/1452.91	c #Conflicts:    1847000 | #Constraints:      54088
1448.19/1452.91	c #Conflicts:    1848000 | #Constraints:      55089
1448.19/1452.91	c #Conflicts:    1849000 | #Constraints:      56090
1448.19/1452.91	c #Conflicts:    1850000 | #Constraints:      57090
1448.19/1452.91	c #Conflicts:    1851000 | #Constraints:      58091
1448.19/1452.91	c #Conflicts:    1852000 | #Constraints:      59091
1448.19/1452.91	c #Conflicts:    1853000 | #Constraints:      60091
1448.19/1452.91	c #Conflicts:    1854000 | #Constraints:      61092
1448.19/1452.91	c INPROCESSING
1448.19/1452.91	c GARBAGE COLLECT
1448.19/1452.91	c rational objective 1000
1484.68/1489.51	c #Conflicts:    1855000 | #Constraints:      34990
1484.68/1489.51	c #Conflicts:    1856000 | #Constraints:      35991
1484.68/1489.51	c #Conflicts:    1857000 | #Constraints:      37015
1484.68/1489.51	c #Conflicts:    1858000 | #Constraints:      38032
1484.68/1489.51	c #Conflicts:    1859000 | #Constraints:      39039
1484.68/1489.51	c #Conflicts:    1860000 | #Constraints:      40080
1484.68/1489.51	c #Conflicts:    1861000 | #Constraints:      41114
1484.68/1489.51	c #Conflicts:    1862000 | #Constraints:      42144
1484.68/1489.51	c #Conflicts:    1863000 | #Constraints:      43172
1484.68/1489.51	c #Conflicts:    1864000 | #Constraints:      44204
1484.68/1489.51	c #Conflicts:    1865000 | #Constraints:      45234
1484.68/1489.51	c #Conflicts:    1866000 | #Constraints:      46256
1484.68/1489.51	c #Conflicts:    1867000 | #Constraints:      47280
1484.68/1489.51	c #Conflicts:    1868000 | #Constraints:      48303
1484.68/1489.51	c #Conflicts:    1869000 | #Constraints:      49327
1484.68/1489.51	c #Conflicts:    1870000 | #Constraints:      50354
1484.68/1489.51	c #Conflicts:    1871000 | #Constraints:      51371
1484.68/1489.51	c #Conflicts:    1872000 | #Constraints:      52392
1484.68/1489.51	c #Conflicts:    1873000 | #Constraints:      53423
1484.68/1489.51	c #Conflicts:    1874000 | #Constraints:      54447
1484.68/1489.51	c #Conflicts:    1875000 | #Constraints:      55472
1484.68/1489.51	c #Conflicts:    1876000 | #Constraints:      56485
1484.68/1489.51	c #Conflicts:    1877000 | #Constraints:      57515
1484.68/1489.51	c #Conflicts:    1878000 | #Constraints:      58540
1484.68/1489.51	c #Conflicts:    1879000 | #Constraints:      59579
1484.68/1489.51	c #Conflicts:    1880000 | #Constraints:      60625
1484.68/1489.51	c #Conflicts:    1881000 | #Constraints:      61653
1484.68/1489.51	c INPROCESSING
1484.68/1489.51	c GARBAGE COLLECT
1484.68/1489.51	c rational objective 1000
1509.22/1514.17	c #Conflicts:    1882000 | #Constraints:      34979
1509.22/1514.17	c #Conflicts:    1883000 | #Constraints:      35979
1509.22/1514.17	c #Conflicts:    1884000 | #Constraints:      36979
1509.22/1514.17	c #Conflicts:    1885000 | #Constraints:      37979
1509.22/1514.17	c #Conflicts:    1886000 | #Constraints:      38979
1509.22/1514.17	c #Conflicts:    1887000 | #Constraints:      39979
1509.22/1514.17	c #Conflicts:    1888000 | #Constraints:      40979
1509.22/1514.17	c #Conflicts:    1889000 | #Constraints:      41979
1509.22/1514.17	c #Conflicts:    1890000 | #Constraints:      42979
1509.22/1514.17	c #Conflicts:    1891000 | #Constraints:      43979
1509.22/1514.17	c #Conflicts:    1892000 | #Constraints:      44979
1509.22/1514.17	c #Conflicts:    1893000 | #Constraints:      45979
1509.22/1514.17	c #Conflicts:    1894000 | #Constraints:      46979
1509.22/1514.17	c #Conflicts:    1895000 | #Constraints:      47979
1509.22/1514.17	c #Conflicts:    1896000 | #Constraints:      48979
1509.22/1514.17	c #Conflicts:    1897000 | #Constraints:      49979
1509.22/1514.17	c #Conflicts:    1898000 | #Constraints:      50979
1509.22/1514.17	c #Conflicts:    1899000 | #Constraints:      51979
1509.22/1514.17	c #Conflicts:    1900000 | #Constraints:      52979
1509.22/1514.17	c #Conflicts:    1901000 | #Constraints:      53979
1509.22/1514.17	c #Conflicts:    1902000 | #Constraints:      54979
1509.22/1514.17	c #Conflicts:    1903000 | #Constraints:      55979
1509.22/1514.17	c #Conflicts:    1904000 | #Constraints:      56979
1509.22/1514.17	c #Conflicts:    1905000 | #Constraints:      57979
1509.22/1514.17	c #Conflicts:    1906000 | #Constraints:      58979
1509.22/1514.17	c #Conflicts:    1907000 | #Constraints:      59979
1509.22/1514.17	c #Conflicts:    1908000 | #Constraints:      60980
1509.22/1514.17	c #Conflicts:    1909000 | #Constraints:      61980
1509.22/1514.17	c INPROCESSING
1509.22/1514.17	c GARBAGE COLLECT
1509.22/1514.17	c rational objective 1000
1533.04/1538.09	c #Conflicts:    1910000 | #Constraints:      35450
1533.04/1538.09	c #Conflicts:    1911000 | #Constraints:      36450
1533.04/1538.09	c #Conflicts:    1912000 | #Constraints:      37450
1533.04/1538.09	c #Conflicts:    1913000 | #Constraints:      38450
1533.04/1538.09	c #Conflicts:    1914000 | #Constraints:      39450
1533.04/1538.09	c #Conflicts:    1915000 | #Constraints:      40450
1533.04/1538.09	c #Conflicts:    1916000 | #Constraints:      41450
1533.04/1538.09	c #Conflicts:    1917000 | #Constraints:      42450
1533.04/1538.09	c #Conflicts:    1918000 | #Constraints:      43450
1533.04/1538.09	c #Conflicts:    1919000 | #Constraints:      44450
1533.04/1538.09	c #Conflicts:    1920000 | #Constraints:      45450
1533.04/1538.09	c #Conflicts:    1921000 | #Constraints:      46450
1533.04/1538.09	c #Conflicts:    1922000 | #Constraints:      47450
1533.04/1538.09	c #Conflicts:    1923000 | #Constraints:      48450
1533.04/1538.09	c #Conflicts:    1924000 | #Constraints:      49450
1533.04/1538.09	c #Conflicts:    1925000 | #Constraints:      50450
1533.04/1538.09	c #Conflicts:    1926000 | #Constraints:      51450
1533.04/1538.09	c #Conflicts:    1927000 | #Constraints:      52450
1533.04/1538.09	c #Conflicts:    1928000 | #Constraints:      53450
1533.04/1538.09	c #Conflicts:    1929000 | #Constraints:      54450
1533.04/1538.09	c #Conflicts:    1930000 | #Constraints:      55450
1533.04/1538.09	c #Conflicts:    1931000 | #Constraints:      56450
1533.04/1538.09	c #Conflicts:    1932000 | #Constraints:      57450
1533.04/1538.09	c #Conflicts:    1933000 | #Constraints:      58450
1533.04/1538.09	c #Conflicts:    1934000 | #Constraints:      59450
1533.04/1538.09	c #Conflicts:    1935000 | #Constraints:      60450
1533.04/1538.09	c #Conflicts:    1936000 | #Constraints:      61450
1533.04/1538.09	c #Conflicts:    1937000 | #Constraints:      62450
1533.04/1538.09	c INPROCESSING
1533.04/1538.09	c GARBAGE COLLECT
1533.04/1538.09	c rational objective 1000
1558.55/1563.61	c #Conflicts:    1938000 | #Constraints:      35784
1558.55/1563.61	c #Conflicts:    1939000 | #Constraints:      36819
1558.55/1563.61	c #Conflicts:    1940000 | #Constraints:      37856
1558.55/1563.61	c #Conflicts:    1941000 | #Constraints:      38899
1558.55/1563.61	c #Conflicts:    1942000 | #Constraints:      39949
1558.55/1563.61	c #Conflicts:    1943000 | #Constraints:      40984
1558.55/1563.61	c #Conflicts:    1944000 | #Constraints:      42009
1558.55/1563.61	c #Conflicts:    1945000 | #Constraints:      43035
1558.55/1563.61	c #Conflicts:    1946000 | #Constraints:      44060
1558.55/1563.61	c #Conflicts:    1947000 | #Constraints:      45087
1558.55/1563.61	c #Conflicts:    1948000 | #Constraints:      46116
1558.55/1563.61	c #Conflicts:    1949000 | #Constraints:      47147
1558.55/1563.61	c #Conflicts:    1950000 | #Constraints:      48183
1558.55/1563.61	c #Conflicts:    1951000 | #Constraints:      49217
1558.55/1563.61	c #Conflicts:    1952000 | #Constraints:      50245
1558.55/1563.61	c #Conflicts:    1953000 | #Constraints:      51269
1558.55/1563.61	c #Conflicts:    1954000 | #Constraints:      52300
1558.55/1563.61	c #Conflicts:    1955000 | #Constraints:      53331
1558.55/1563.61	c #Conflicts:    1956000 | #Constraints:      54366
1558.55/1563.61	c #Conflicts:    1957000 | #Constraints:      55403
1558.55/1563.61	c #Conflicts:    1958000 | #Constraints:      56436
1558.55/1563.61	c #Conflicts:    1959000 | #Constraints:      57460
1558.55/1563.61	c #Conflicts:    1960000 | #Constraints:      58496
1558.55/1563.61	c #Conflicts:    1961000 | #Constraints:      59523
1558.55/1563.61	c #Conflicts:    1962000 | #Constraints:      60546
1558.55/1563.61	c #Conflicts:    1963000 | #Constraints:      61584
1558.55/1563.61	c #Conflicts:    1964000 | #Constraints:      62612
1558.55/1563.61	c #Conflicts:    1965000 | #Constraints:      63639
1558.55/1563.61	c INPROCESSING
1558.55/1563.61	c GARBAGE COLLECT
1558.55/1563.61	c rational objective 1000
1585.98/1591.15	c #Conflicts:    1966000 | #Constraints:      36256
1585.98/1591.15	c #Conflicts:    1967000 | #Constraints:      37256
1585.98/1591.15	c #Conflicts:    1968000 | #Constraints:      38256
1585.98/1591.15	c #Conflicts:    1969000 | #Constraints:      39256
1585.98/1591.15	c #Conflicts:    1970000 | #Constraints:      40256
1585.98/1591.15	c #Conflicts:    1971000 | #Constraints:      41256
1585.98/1591.15	c #Conflicts:    1972000 | #Constraints:      42256
1585.98/1591.15	c #Conflicts:    1973000 | #Constraints:      43256
1585.98/1591.15	c #Conflicts:    1974000 | #Constraints:      44256
1585.98/1591.15	c #Conflicts:    1975000 | #Constraints:      45256
1585.98/1591.15	c #Conflicts:    1976000 | #Constraints:      46257
1585.98/1591.15	c #Conflicts:    1977000 | #Constraints:      47257
1585.98/1591.15	c #Conflicts:    1978000 | #Constraints:      48258
1585.98/1591.15	c #Conflicts:    1979000 | #Constraints:      49258
1585.98/1591.15	c #Conflicts:    1980000 | #Constraints:      50258
1585.98/1591.15	c #Conflicts:    1981000 | #Constraints:      51259
1585.98/1591.15	c #Conflicts:    1982000 | #Constraints:      52260
1585.98/1591.15	c #Conflicts:    1983000 | #Constraints:      53260
1585.98/1591.15	c #Conflicts:    1984000 | #Constraints:      54261
1585.98/1591.15	c #Conflicts:    1985000 | #Constraints:      55261
1585.98/1591.15	c #Conflicts:    1986000 | #Constraints:      56262
1585.98/1591.15	c #Conflicts:    1987000 | #Constraints:      57262
1585.98/1591.15	c #Conflicts:    1988000 | #Constraints:      58264
1585.98/1591.15	c #Conflicts:    1989000 | #Constraints:      59265
1585.98/1591.15	c #Conflicts:    1990000 | #Constraints:      60265
1585.98/1591.15	c #Conflicts:    1991000 | #Constraints:      61266
1585.98/1591.15	c #Conflicts:    1992000 | #Constraints:      62266
1585.98/1591.15	c #Conflicts:    1993000 | #Constraints:      63266
1585.98/1591.15	c INPROCESSING
1585.98/1591.15	c GARBAGE COLLECT
1585.98/1591.15	c rational objective 1000
1611.18/1616.45	c #Conflicts:    1994000 | #Constraints:      36105
1611.18/1616.45	c #Conflicts:    1995000 | #Constraints:      37105
1611.18/1616.45	c #Conflicts:    1996000 | #Constraints:      38105
1611.18/1616.45	c #Conflicts:    1997000 | #Constraints:      39105
1611.18/1616.45	c #Conflicts:    1998000 | #Constraints:      40105
1611.18/1616.45	c #Conflicts:    1999000 | #Constraints:      41105
1611.18/1616.45	c #Conflicts:    2000000 | #Constraints:      42105
1611.18/1616.45	c #Conflicts:    2001000 | #Constraints:      43105
1611.18/1616.45	c #Conflicts:    2002000 | #Constraints:      44105
1611.18/1616.45	c #Conflicts:    2003000 | #Constraints:      45105
1611.18/1616.45	c #Conflicts:    2004000 | #Constraints:      46105
1611.18/1616.45	c #Conflicts:    2005000 | #Constraints:      47105
1611.18/1616.45	c #Conflicts:    2006000 | #Constraints:      48105
1611.18/1616.45	c #Conflicts:    2007000 | #Constraints:      49105
1611.18/1616.45	c #Conflicts:    2008000 | #Constraints:      50105
1611.18/1616.45	c #Conflicts:    2009000 | #Constraints:      51105
1611.18/1616.45	c #Conflicts:    2010000 | #Constraints:      52105
1611.18/1616.45	c #Conflicts:    2011000 | #Constraints:      53105
1611.18/1616.45	c #Conflicts:    2012000 | #Constraints:      54105
1611.18/1616.45	c #Conflicts:    2013000 | #Constraints:      55105
1611.18/1616.45	c #Conflicts:    2014000 | #Constraints:      56105
1611.18/1616.45	c #Conflicts:    2015000 | #Constraints:      57105
1611.18/1616.45	c #Conflicts:    2016000 | #Constraints:      58105
1611.18/1616.45	c #Conflicts:    2017000 | #Constraints:      59105
1611.18/1616.45	c #Conflicts:    2018000 | #Constraints:      60105
1611.18/1616.45	c #Conflicts:    2019000 | #Constraints:      61105
1611.18/1616.45	c #Conflicts:    2020000 | #Constraints:      62105
1611.18/1616.45	c #Conflicts:    2021000 | #Constraints:      63105
1611.18/1616.45	c INPROCESSING
1611.18/1616.45	c GARBAGE COLLECT
1611.18/1616.45	c rational objective 1000
1640.70/1646.07	c #Conflicts:    2022000 | #Constraints:      35799
1640.70/1646.07	c #Conflicts:    2023000 | #Constraints:      36800
1640.70/1646.07	c #Conflicts:    2024000 | #Constraints:      37847
1640.70/1646.07	c #Conflicts:    2025000 | #Constraints:      38887
1640.70/1646.07	c #Conflicts:    2026000 | #Constraints:      39934
1640.70/1646.07	c #Conflicts:    2027000 | #Constraints:      40982
1640.70/1646.07	c #Conflicts:    2028000 | #Constraints:      42012
1640.70/1646.07	c #Conflicts:    2029000 | #Constraints:      43046
1640.70/1646.07	c #Conflicts:    2030000 | #Constraints:      44080
1640.70/1646.07	c #Conflicts:    2031000 | #Constraints:      45104
1640.70/1646.07	c #Conflicts:    2032000 | #Constraints:      46132
1640.70/1646.07	c #Conflicts:    2033000 | #Constraints:      47175
1640.70/1646.07	c #Conflicts:    2034000 | #Constraints:      48207
1640.70/1646.07	c #Conflicts:    2035000 | #Constraints:      49237
1640.70/1646.07	c #Conflicts:    2036000 | #Constraints:      50262
1640.70/1646.07	c #Conflicts:    2037000 | #Constraints:      51284
1640.70/1646.07	c #Conflicts:    2038000 | #Constraints:      52318
1640.70/1646.07	c #Conflicts:    2039000 | #Constraints:      53344
1640.70/1646.07	c #Conflicts:    2040000 | #Constraints:      54384
1640.70/1646.07	c #Conflicts:    2041000 | #Constraints:      55421
1640.70/1646.07	c #Conflicts:    2042000 | #Constraints:      56450
1640.70/1646.07	c #Conflicts:    2043000 | #Constraints:      57494
1640.70/1646.07	c #Conflicts:    2044000 | #Constraints:      58524
1640.70/1646.07	c #Conflicts:    2045000 | #Constraints:      59556
1640.70/1646.07	c #Conflicts:    2046000 | #Constraints:      60579
1640.70/1646.07	c #Conflicts:    2047000 | #Constraints:      61604
1640.70/1646.07	c #Conflicts:    2048000 | #Constraints:      62629
1640.70/1646.07	c #Conflicts:    2049000 | #Constraints:      63646
1640.70/1646.07	c #Conflicts:    2050000 | #Constraints:      64663
1640.70/1646.07	c INPROCESSING
1640.70/1646.07	c GARBAGE COLLECT
1640.70/1646.07	c rational objective 1000
1668.09/1673.50	c #Conflicts:    2051000 | #Constraints:      36689
1668.09/1673.50	c #Conflicts:    2052000 | #Constraints:      37689
1668.09/1673.50	c #Conflicts:    2053000 | #Constraints:      38689
1668.09/1673.50	c #Conflicts:    2054000 | #Constraints:      39689
1668.09/1673.50	c #Conflicts:    2055000 | #Constraints:      40689
1668.09/1673.50	c #Conflicts:    2056000 | #Constraints:      41689
1668.09/1673.50	c #Conflicts:    2057000 | #Constraints:      42689
1668.09/1673.50	c #Conflicts:    2058000 | #Constraints:      43689
1668.09/1673.50	c #Conflicts:    2059000 | #Constraints:      44689
1668.09/1673.50	c #Conflicts:    2060000 | #Constraints:      45689
1668.09/1673.50	c #Conflicts:    2061000 | #Constraints:      46689
1668.09/1673.50	c #Conflicts:    2062000 | #Constraints:      47689
1668.09/1673.50	c #Conflicts:    2063000 | #Constraints:      48689
1668.09/1673.50	c #Conflicts:    2064000 | #Constraints:      49689
1668.09/1673.50	c #Conflicts:    2065000 | #Constraints:      50689
1668.09/1673.50	c #Conflicts:    2066000 | #Constraints:      51689
1668.09/1673.50	c #Conflicts:    2067000 | #Constraints:      52689
1668.09/1673.50	c #Conflicts:    2068000 | #Constraints:      53689
1668.09/1673.50	c #Conflicts:    2069000 | #Constraints:      54689
1668.09/1673.50	c #Conflicts:    2070000 | #Constraints:      55689
1668.09/1673.50	c #Conflicts:    2071000 | #Constraints:      56689
1668.09/1673.50	c #Conflicts:    2072000 | #Constraints:      57689
1668.09/1673.50	c #Conflicts:    2073000 | #Constraints:      58689
1668.09/1673.50	c #Conflicts:    2074000 | #Constraints:      59689
1668.09/1673.50	c #Conflicts:    2075000 | #Constraints:      60689
1668.09/1673.50	c #Conflicts:    2076000 | #Constraints:      61689
1668.09/1673.50	c #Conflicts:    2077000 | #Constraints:      62689
1668.09/1673.50	c #Conflicts:    2078000 | #Constraints:      63689
1668.09/1673.50	c #Conflicts:    2079000 | #Constraints:      64689
1668.09/1673.50	c INPROCESSING
1668.09/1673.50	c GARBAGE COLLECT
1668.09/1673.50	c rational objective 1000
1694.51/1700.06	c #Conflicts:    2080000 | #Constraints:      36869
1694.51/1700.06	c #Conflicts:    2081000 | #Constraints:      37869
1694.51/1700.06	c #Conflicts:    2082000 | #Constraints:      38869
1694.51/1700.06	c #Conflicts:    2083000 | #Constraints:      39869
1694.51/1700.06	c #Conflicts:    2084000 | #Constraints:      40869
1694.51/1700.06	c #Conflicts:    2085000 | #Constraints:      41869
1694.51/1700.06	c #Conflicts:    2086000 | #Constraints:      42869
1694.51/1700.06	c #Conflicts:    2087000 | #Constraints:      43869
1694.51/1700.06	c #Conflicts:    2088000 | #Constraints:      44869
1694.51/1700.06	c #Conflicts:    2089000 | #Constraints:      45869
1694.51/1700.06	c #Conflicts:    2090000 | #Constraints:      46869
1694.51/1700.06	c #Conflicts:    2091000 | #Constraints:      47869
1694.51/1700.06	c #Conflicts:    2092000 | #Constraints:      48869
1694.51/1700.06	c #Conflicts:    2093000 | #Constraints:      49869
1694.51/1700.06	c #Conflicts:    2094000 | #Constraints:      50869
1694.51/1700.06	c #Conflicts:    2095000 | #Constraints:      51869
1694.51/1700.06	c #Conflicts:    2096000 | #Constraints:      52869
1694.51/1700.06	c #Conflicts:    2097000 | #Constraints:      53869
1694.51/1700.06	c #Conflicts:    2098000 | #Constraints:      54869
1694.51/1700.06	c #Conflicts:    2099000 | #Constraints:      55869
1694.51/1700.06	c #Conflicts:    2100000 | #Constraints:      56869
1694.51/1700.06	c #Conflicts:    2101000 | #Constraints:      57869
1694.51/1700.06	c #Conflicts:    2102000 | #Constraints:      58869
1694.51/1700.06	c #Conflicts:    2103000 | #Constraints:      59869
1694.51/1700.06	c #Conflicts:    2104000 | #Constraints:      60869
1694.51/1700.06	c #Conflicts:    2105000 | #Constraints:      61869
1694.51/1700.06	c #Conflicts:    2106000 | #Constraints:      62869
1694.51/1700.06	c #Conflicts:    2107000 | #Constraints:      63869
1694.51/1700.06	c #Conflicts:    2108000 | #Constraints:      64869
1694.51/1700.06	c INPROCESSING
1694.51/1700.06	c GARBAGE COLLECT
1694.51/1700.06	c rational objective 1000
1714.63/1720.27	c #Conflicts:    2109000 | #Constraints:      36986
1714.63/1720.27	c #Conflicts:    2110000 | #Constraints:      38005
1714.63/1720.27	c #Conflicts:    2111000 | #Constraints:      39055
1714.63/1720.27	c #Conflicts:    2112000 | #Constraints:      40103
1714.63/1720.27	c #Conflicts:    2113000 | #Constraints:      41169
1714.63/1720.27	c #Conflicts:    2114000 | #Constraints:      42205
1714.63/1720.27	c #Conflicts:    2115000 | #Constraints:      43246
1714.63/1720.27	c #Conflicts:    2116000 | #Constraints:      44284
1714.63/1720.27	c #Conflicts:    2117000 | #Constraints:      45324
1714.63/1720.27	c #Conflicts:    2118000 | #Constraints:      46357
1714.63/1720.27	c #Conflicts:    2119000 | #Constraints:      47399
1714.63/1720.27	c #Conflicts:    2120000 | #Constraints:      48447
1714.63/1720.27	c #Conflicts:    2121000 | #Constraints:      49470
1714.63/1720.27	c #Conflicts:    2122000 | #Constraints:      50504
1714.63/1720.27	c #Conflicts:    2123000 | #Constraints:      51540
1714.63/1720.27	c #Conflicts:    2124000 | #Constraints:      52578
1714.63/1720.27	c #Conflicts:    2125000 | #Constraints:      53612
1714.63/1720.27	c #Conflicts:    2126000 | #Constraints:      54635
1714.63/1720.27	c #Conflicts:    2127000 | #Constraints:      55684
1714.63/1720.27	c #Conflicts:    2128000 | #Constraints:      56707
1714.63/1720.27	c #Conflicts:    2129000 | #Constraints:      57725
1714.63/1720.27	c #Conflicts:    2130000 | #Constraints:      58767
1714.63/1720.27	c #Conflicts:    2131000 | #Constraints:      59793
1714.63/1720.27	c #Conflicts:    2132000 | #Constraints:      60813
1714.63/1720.27	c #Conflicts:    2133000 | #Constraints:      61832
1714.63/1720.27	c #Conflicts:    2134000 | #Constraints:      62846
1714.63/1720.27	c #Conflicts:    2135000 | #Constraints:      63863
1714.63/1720.27	c #Conflicts:    2136000 | #Constraints:      64878
1714.63/1720.27	c #Conflicts:    2137000 | #Constraints:      65915
1714.63/1720.27	c INPROCESSING
1714.63/1720.27	c GARBAGE COLLECT
1714.63/1720.27	c rational objective 1000
1739.74/1745.44	c #Conflicts:    2138000 | #Constraints:      37315
1739.74/1745.44	c #Conflicts:    2139000 | #Constraints:      38315
1739.74/1745.44	c #Conflicts:    2140000 | #Constraints:      39315
1739.74/1745.44	c #Conflicts:    2141000 | #Constraints:      40315
1739.74/1745.44	c #Conflicts:    2142000 | #Constraints:      41315
1739.74/1745.44	c #Conflicts:    2143000 | #Constraints:      42315
1739.74/1745.44	c #Conflicts:    2144000 | #Constraints:      43315
1739.74/1745.44	c #Conflicts:    2145000 | #Constraints:      44315
1739.74/1745.44	c #Conflicts:    2146000 | #Constraints:      45315
1739.74/1745.44	c #Conflicts:    2147000 | #Constraints:      46315
1739.74/1745.44	c #Conflicts:    2148000 | #Constraints:      47315
1739.74/1745.44	c #Conflicts:    2149000 | #Constraints:      48315
1739.74/1745.44	c #Conflicts:    2150000 | #Constraints:      49315
1739.74/1745.44	c #Conflicts:    2151000 | #Constraints:      50315
1739.74/1745.44	c #Conflicts:    2152000 | #Constraints:      51315
1739.74/1745.44	c #Conflicts:    2153000 | #Constraints:      52315
1739.74/1745.44	c #Conflicts:    2154000 | #Constraints:      53315
1739.74/1745.44	c #Conflicts:    2155000 | #Constraints:      54315
1739.74/1745.44	c #Conflicts:    2156000 | #Constraints:      55315
1739.74/1745.44	c #Conflicts:    2157000 | #Constraints:      56315
1739.74/1745.44	c #Conflicts:    2158000 | #Constraints:      57315
1739.74/1745.44	c #Conflicts:    2159000 | #Constraints:      58315
1739.74/1745.44	c #Conflicts:    2160000 | #Constraints:      59315
1739.74/1745.44	c #Conflicts:    2161000 | #Constraints:      60315
1739.74/1745.44	c #Conflicts:    2162000 | #Constraints:      61315
1739.74/1745.44	c #Conflicts:    2163000 | #Constraints:      62315
1739.74/1745.44	c #Conflicts:    2164000 | #Constraints:      63315
1739.74/1745.44	c #Conflicts:    2165000 | #Constraints:      64315
1739.74/1745.44	c #Conflicts:    2166000 | #Constraints:      65315
1739.74/1745.44	c INPROCESSING
1739.74/1745.44	c GARBAGE COLLECT
1739.74/1745.44	c rational objective 1000
1770.24/1776.05	c #Conflicts:    2167000 | #Constraints:      36911
1770.24/1776.05	c #Conflicts:    2168000 | #Constraints:      37943
1770.24/1776.05	c #Conflicts:    2169000 | #Constraints:      38963
1770.24/1776.05	c #Conflicts:    2170000 | #Constraints:      40004
1770.24/1776.05	c #Conflicts:    2171000 | #Constraints:      41032
1770.24/1776.05	c #Conflicts:    2172000 | #Constraints:      42059
1770.24/1776.05	c #Conflicts:    2173000 | #Constraints:      43085
1770.24/1776.05	c #Conflicts:    2174000 | #Constraints:      44119
1770.24/1776.05	c #Conflicts:    2175000 | #Constraints:      45140
1770.24/1776.05	c #Conflicts:    2176000 | #Constraints:      46170
1770.24/1776.05	c #Conflicts:    2177000 | #Constraints:      47194
1770.24/1776.05	c #Conflicts:    2178000 | #Constraints:      48217
1770.24/1776.05	c #Conflicts:    2179000 | #Constraints:      49240
1770.24/1776.05	c #Conflicts:    2180000 | #Constraints:      50255
1770.24/1776.05	c #Conflicts:    2181000 | #Constraints:      51277
1770.24/1776.05	c #Conflicts:    2182000 | #Constraints:      52288
1770.24/1776.05	c #Conflicts:    2183000 | #Constraints:      53304
1770.24/1776.05	c #Conflicts:    2184000 | #Constraints:      54336
1770.24/1776.05	c #Conflicts:    2185000 | #Constraints:      55365
1770.24/1776.05	c #Conflicts:    2186000 | #Constraints:      56366
1770.24/1776.05	c #Conflicts:    2187000 | #Constraints:      57412
1770.24/1776.05	c #Conflicts:    2188000 | #Constraints:      58457
1770.24/1776.05	c #Conflicts:    2189000 | #Constraints:      59505
1770.24/1776.05	c #Conflicts:    2190000 | #Constraints:      60553
1770.24/1776.05	c #Conflicts:    2191000 | #Constraints:      61592
1770.24/1776.05	c #Conflicts:    2192000 | #Constraints:      62621
1770.24/1776.05	c #Conflicts:    2193000 | #Constraints:      63660
1770.24/1776.05	c #Conflicts:    2194000 | #Constraints:      64682
1770.24/1776.05	c #Conflicts:    2195000 | #Constraints:      65715
1770.24/1776.05	c #Conflicts:    2196000 | #Constraints:      66751
1770.24/1776.05	c INPROCESSING
1770.24/1776.05	c GARBAGE COLLECT
1770.24/1776.05	c rational objective 1000
1799.13/1805.04	c #Conflicts:    2197000 | #Constraints:      37741
1799.13/1805.04	c #Conflicts:    2198000 | #Constraints:      38741
1799.13/1805.04	c #Conflicts:    2199000 | #Constraints:      39741
1799.13/1805.04	c #Conflicts:    2200000 | #Constraints:      40741
1799.13/1805.04	c #Conflicts:    2201000 | #Constraints:      41741
1799.13/1805.04	c #Conflicts:    2202000 | #Constraints:      42741
1799.13/1805.04	c #Conflicts:    2203000 | #Constraints:      43741
1799.13/1805.04	c #Conflicts:    2204000 | #Constraints:      44741
1799.13/1805.04	c #Conflicts:    2205000 | #Constraints:      45741
1799.13/1805.04	c #Conflicts:    2206000 | #Constraints:      46741
1799.13/1805.04	c #Conflicts:    2207000 | #Constraints:      47741
1799.13/1805.04	c #Conflicts:    2208000 | #Constraints:      48741
1799.13/1805.04	c #Conflicts:    2209000 | #Constraints:      49741
1799.13/1805.04	c #Conflicts:    2210000 | #Constraints:      50741
1799.13/1805.04	c #Conflicts:    2211000 | #Constraints:      51741
1799.13/1805.04	c #Conflicts:    2212000 | #Constraints:      52741
1799.13/1805.04	c #Conflicts:    2213000 | #Constraints:      53741
1799.13/1805.04	c #Conflicts:    2214000 | #Constraints:      54741
1799.13/1805.04	c #Conflicts:    2215000 | #Constraints:      55741
1799.13/1805.04	c #Conflicts:    2216000 | #Constraints:      56741
1799.13/1805.04	c #Conflicts:    2217000 | #Constraints:      57741
1799.13/1805.04	c #Conflicts:    2218000 | #Constraints:      58741
1799.13/1805.04	c #Conflicts:    2219000 | #Constraints:      59741
1799.13/1805.04	c #Conflicts:    2220000 | #Constraints:      60741
1799.13/1805.04	c #Conflicts:    2221000 | #Constraints:      61741
1799.13/1805.04	c #Conflicts:    2222000 | #Constraints:      62741
1799.13/1805.04	c #Conflicts:    2223000 | #Constraints:      63741
1799.13/1805.04	c #Conflicts:    2224000 | #Constraints:      64741
1799.13/1805.04	c #Conflicts:    2225000 | #Constraints:      65741
1799.13/1805.04	c #Conflicts:    2226000 | #Constraints:      66741
1799.13/1805.04	c INPROCESSING
1799.13/1805.04	c GARBAGE COLLECT
1799.13/1805.04	c rational objective 1000
1827.82/1833.89	c #Conflicts:    2227000 | #Constraints:      37934
1827.82/1833.89	c #Conflicts:    2228000 | #Constraints:      38934
1827.82/1833.89	c #Conflicts:    2229000 | #Constraints:      39934
1827.82/1833.89	c #Conflicts:    2230000 | #Constraints:      40934
1827.82/1833.89	c #Conflicts:    2231000 | #Constraints:      41934
1827.82/1833.89	c #Conflicts:    2232000 | #Constraints:      42934
1827.82/1833.89	c #Conflicts:    2233000 | #Constraints:      43934
1827.82/1833.89	c #Conflicts:    2234000 | #Constraints:      44934
1827.82/1833.89	c #Conflicts:    2235000 | #Constraints:      45934
1827.82/1833.89	c #Conflicts:    2236000 | #Constraints:      46934
1827.82/1833.89	c #Conflicts:    2237000 | #Constraints:      47934
1827.82/1833.89	c #Conflicts:    2238000 | #Constraints:      48934
1827.82/1833.89	c #Conflicts:    2239000 | #Constraints:      49934
1827.82/1833.89	c #Conflicts:    2240000 | #Constraints:      50934
1827.82/1833.89	c #Conflicts:    2241000 | #Constraints:      51934
1827.82/1833.89	c #Conflicts:    2242000 | #Constraints:      52934
1827.82/1833.89	c #Conflicts:    2243000 | #Constraints:      53934
1827.82/1833.89	c #Conflicts:    2244000 | #Constraints:      54934
1827.82/1833.89	c #Conflicts:    2245000 | #Constraints:      55934
1827.82/1833.89	c #Conflicts:    2246000 | #Constraints:      56934
1827.82/1833.89	c #Conflicts:    2247000 | #Constraints:      57934
1827.82/1833.89	c #Conflicts:    2248000 | #Constraints:      58934
1827.82/1833.89	c #Conflicts:    2249000 | #Constraints:      59934
1827.82/1833.89	c #Conflicts:    2250000 | #Constraints:      60934
1827.82/1833.89	c #Conflicts:    2251000 | #Constraints:      61934
1827.82/1833.89	c #Conflicts:    2252000 | #Constraints:      62934
1827.82/1833.89	c #Conflicts:    2253000 | #Constraints:      63934
1827.82/1833.89	c #Conflicts:    2254000 | #Constraints:      64934
1827.82/1833.89	c #Conflicts:    2255000 | #Constraints:      65934
1827.82/1833.89	c #Conflicts:    2256000 | #Constraints:      66934
1827.82/1833.89	c INPROCESSING
1827.82/1833.89	c GARBAGE COLLECT
1827.82/1833.89	c rational objective 1000
1856.11/1862.27	c #Conflicts:    2257000 | #Constraints:      38026
1856.11/1862.27	c #Conflicts:    2258000 | #Constraints:      39073
1856.11/1862.27	c #Conflicts:    2259000 | #Constraints:      40122
1856.11/1862.27	c #Conflicts:    2260000 | #Constraints:      41160
1856.11/1862.27	c #Conflicts:    2261000 | #Constraints:      42203
1856.11/1862.27	c #Conflicts:    2262000 | #Constraints:      43243
1856.11/1862.27	c #Conflicts:    2263000 | #Constraints:      44286
1856.11/1862.27	c #Conflicts:    2264000 | #Constraints:      45324
1856.11/1862.27	c #Conflicts:    2265000 | #Constraints:      46368
1856.11/1862.27	c #Conflicts:    2266000 | #Constraints:      47396
1856.11/1862.27	c #Conflicts:    2267000 | #Constraints:      48430
1856.11/1862.27	c #Conflicts:    2268000 | #Constraints:      49463
1856.11/1862.27	c #Conflicts:    2269000 | #Constraints:      50504
1856.11/1862.27	c #Conflicts:    2270000 | #Constraints:      51552
1856.11/1862.27	c #Conflicts:    2271000 | #Constraints:      52592
1856.11/1862.27	c #Conflicts:    2272000 | #Constraints:      53626
1856.11/1862.27	c #Conflicts:    2273000 | #Constraints:      54648
1856.11/1862.27	c #Conflicts:    2274000 | #Constraints:      55672
1856.11/1862.27	c #Conflicts:    2275000 | #Constraints:      56710
1856.11/1862.27	c #Conflicts:    2276000 | #Constraints:      57740
1856.11/1862.27	c #Conflicts:    2277000 | #Constraints:      58764
1856.11/1862.27	c #Conflicts:    2278000 | #Constraints:      59797
1856.11/1862.27	c #Conflicts:    2279000 | #Constraints:      60837
1856.11/1862.27	c #Conflicts:    2280000 | #Constraints:      61867
1856.11/1862.27	c #Conflicts:    2281000 | #Constraints:      62903
1856.11/1862.27	c #Conflicts:    2282000 | #Constraints:      63942
1856.11/1862.27	c #Conflicts:    2283000 | #Constraints:      64970
1856.11/1862.27	c #Conflicts:    2284000 | #Constraints:      65992
1856.11/1862.27	c #Conflicts:    2285000 | #Constraints:      67034
1856.11/1862.27	c #Conflicts:    2286000 | #Constraints:      68065
1856.11/1862.27	c INPROCESSING
1856.11/1862.27	c GARBAGE COLLECT
1856.11/1862.27	c rational objective 1000
1886.01/1892.26	c #Conflicts:    2287000 | #Constraints:      38385
1886.01/1892.26	c #Conflicts:    2288000 | #Constraints:      39385
1886.01/1892.26	c #Conflicts:    2289000 | #Constraints:      40385
1886.01/1892.26	c #Conflicts:    2290000 | #Constraints:      41385
1886.01/1892.26	c #Conflicts:    2291000 | #Constraints:      42385
1886.01/1892.26	c #Conflicts:    2292000 | #Constraints:      43385
1886.01/1892.26	c #Conflicts:    2293000 | #Constraints:      44385
1886.01/1892.26	c #Conflicts:    2294000 | #Constraints:      45385
1886.01/1892.26	c #Conflicts:    2295000 | #Constraints:      46385
1886.01/1892.26	c #Conflicts:    2296000 | #Constraints:      47385
1886.01/1892.26	c #Conflicts:    2297000 | #Constraints:      48385
1886.01/1892.26	c #Conflicts:    2298000 | #Constraints:      49385
1886.01/1892.26	c #Conflicts:    2299000 | #Constraints:      50385
1886.01/1892.26	c #Conflicts:    2300000 | #Constraints:      51385
1886.01/1892.26	c #Conflicts:    2301000 | #Constraints:      52385
1886.01/1892.26	c #Conflicts:    2302000 | #Constraints:      53386
1886.01/1892.26	c #Conflicts:    2303000 | #Constraints:      54386
1886.01/1892.26	c #Conflicts:    2304000 | #Constraints:      55386
1886.01/1892.26	c #Conflicts:    2305000 | #Constraints:      56386
1886.01/1892.26	c #Conflicts:    2306000 | #Constraints:      57387
1886.01/1892.26	c #Conflicts:    2307000 | #Constraints:      58387
1886.01/1892.26	c #Conflicts:    2308000 | #Constraints:      59387
1886.01/1892.26	c #Conflicts:    2309000 | #Constraints:      60387
1886.01/1892.26	c #Conflicts:    2310000 | #Constraints:      61387
1886.01/1892.26	c #Conflicts:    2311000 | #Constraints:      62387
1886.01/1892.26	c #Conflicts:    2312000 | #Constraints:      63387
1886.01/1892.26	c #Conflicts:    2313000 | #Constraints:      64387
1886.01/1892.26	c #Conflicts:    2314000 | #Constraints:      65387
1886.01/1892.26	c #Conflicts:    2315000 | #Constraints:      66387
1886.01/1892.26	c #Conflicts:    2316000 | #Constraints:      67387
1886.01/1892.26	c INPROCESSING
1886.01/1892.26	c GARBAGE COLLECT
1886.01/1892.26	c rational objective 1000
1945.79/1952.25	c #Conflicts:    2317000 | #Constraints:      37973
1945.79/1952.25	c #Conflicts:    2318000 | #Constraints:      38985
1945.79/1952.25	c #Conflicts:    2319000 | #Constraints:      39985
1945.79/1952.25	c #Conflicts:    2320000 | #Constraints:      40987
1945.79/1952.25	c #Conflicts:    2321000 | #Constraints:      42014
1945.79/1952.25	c #Conflicts:    2322000 | #Constraints:      43045
1945.79/1952.25	c #Conflicts:    2323000 | #Constraints:      44068
1945.79/1952.25	c #Conflicts:    2324000 | #Constraints:      45070
1945.79/1952.25	c #Conflicts:    2325000 | #Constraints:      46081
1945.79/1952.25	c #Conflicts:    2326000 | #Constraints:      47096
1945.79/1952.25	c #Conflicts:    2327000 | #Constraints:      48101
1945.79/1952.25	c #Conflicts:    2328000 | #Constraints:      49116
1945.79/1952.25	c #Conflicts:    2329000 | #Constraints:      50154
1945.79/1952.25	c #Conflicts:    2330000 | #Constraints:      51193
1945.79/1952.25	c #Conflicts:    2331000 | #Constraints:      52215
1945.79/1952.25	c #Conflicts:    2332000 | #Constraints:      53246
1945.79/1952.25	c #Conflicts:    2333000 | #Constraints:      54271
1945.79/1952.25	c #Conflicts:    2334000 | #Constraints:      55294
1945.79/1952.25	c #Conflicts:    2335000 | #Constraints:      56310
1945.79/1952.25	c #Conflicts:    2336000 | #Constraints:      57324
1945.79/1952.25	c #Conflicts:    2337000 | #Constraints:      58345
1945.79/1952.25	c #Conflicts:    2338000 | #Constraints:      59358
1945.79/1952.25	c #Conflicts:    2339000 | #Constraints:      60372
1945.79/1952.25	c #Conflicts:    2340000 | #Constraints:      61379
1945.79/1952.25	c #Conflicts:    2341000 | #Constraints:      62386
1945.79/1952.25	c #Conflicts:    2342000 | #Constraints:      63389
1945.79/1952.25	c #Conflicts:    2343000 | #Constraints:      64437
1945.79/1952.25	c #Conflicts:    2344000 | #Constraints:      65475
1945.79/1952.25	c #Conflicts:    2345000 | #Constraints:      66500
1945.79/1952.25	c #Conflicts:    2346000 | #Constraints:      67528
1945.79/1952.25	c #Conflicts:    2347000 | #Constraints:      68549
1945.79/1952.25	c INPROCESSING
1945.79/1952.25	c GARBAGE COLLECT
1945.79/1952.25	c rational objective 1000
1974.79/1981.34	c #Conflicts:    2348000 | #Constraints:      38653
1974.79/1981.34	c #Conflicts:    2349000 | #Constraints:      39653
1974.79/1981.34	c #Conflicts:    2350000 | #Constraints:      40653
1974.79/1981.34	c #Conflicts:    2351000 | #Constraints:      41653
1974.79/1981.34	c #Conflicts:    2352000 | #Constraints:      42653
1974.79/1981.34	c #Conflicts:    2353000 | #Constraints:      43653
1974.79/1981.34	c #Conflicts:    2354000 | #Constraints:      44653
1974.79/1981.34	c #Conflicts:    2355000 | #Constraints:      45653
1974.79/1981.34	c #Conflicts:    2356000 | #Constraints:      46653
1974.79/1981.34	c #Conflicts:    2357000 | #Constraints:      47653
1974.79/1981.34	c #Conflicts:    2358000 | #Constraints:      48653
1974.79/1981.34	c #Conflicts:    2359000 | #Constraints:      49653
1974.79/1981.34	c #Conflicts:    2360000 | #Constraints:      50653
1974.79/1981.34	c #Conflicts:    2361000 | #Constraints:      51653
1974.79/1981.34	c #Conflicts:    2362000 | #Constraints:      52653
1974.79/1981.34	c #Conflicts:    2363000 | #Constraints:      53653
1974.79/1981.34	c #Conflicts:    2364000 | #Constraints:      54654
1974.79/1981.34	c #Conflicts:    2365000 | #Constraints:      55654
1974.79/1981.34	c #Conflicts:    2366000 | #Constraints:      56655
1974.79/1981.34	c #Conflicts:    2367000 | #Constraints:      57655
1974.79/1981.34	c #Conflicts:    2368000 | #Constraints:      58655
1974.79/1981.34	c #Conflicts:    2369000 | #Constraints:      59655
1974.79/1981.34	c #Conflicts:    2370000 | #Constraints:      60656
1974.79/1981.34	c #Conflicts:    2371000 | #Constraints:      61656
1974.79/1981.34	c #Conflicts:    2372000 | #Constraints:      62658
1974.79/1981.34	c #Conflicts:    2373000 | #Constraints:      63659
1974.79/1981.34	c #Conflicts:    2374000 | #Constraints:      64660
1974.79/1981.34	c #Conflicts:    2375000 | #Constraints:      65660
1974.79/1981.34	c #Conflicts:    2376000 | #Constraints:      66661
1974.79/1981.34	c #Conflicts:    2377000 | #Constraints:      67661
1974.79/1981.34	c #Conflicts:    2378000 | #Constraints:      68662
1974.79/1981.34	c INPROCESSING
1974.79/1981.34	c GARBAGE COLLECT
1974.79/1981.34	c rational objective 1000
2005.69/2012.35	c #Conflicts:    2379000 | #Constraints:      38915
2005.69/2012.35	c #Conflicts:    2380000 | #Constraints:      39915
2005.69/2012.35	c #Conflicts:    2381000 | #Constraints:      40915
2005.69/2012.35	c #Conflicts:    2382000 | #Constraints:      41915
2005.69/2012.35	c #Conflicts:    2383000 | #Constraints:      42915
2005.69/2012.35	c #Conflicts:    2384000 | #Constraints:      43915
2005.69/2012.35	c #Conflicts:    2385000 | #Constraints:      44915
2005.69/2012.35	c #Conflicts:    2386000 | #Constraints:      45915
2005.69/2012.35	c #Conflicts:    2387000 | #Constraints:      46915
2005.69/2012.35	c #Conflicts:    2388000 | #Constraints:      47916
2005.69/2012.35	c #Conflicts:    2389000 | #Constraints:      48917
2005.69/2012.35	c #Conflicts:    2390000 | #Constraints:      49919
2005.69/2012.35	c #Conflicts:    2391000 | #Constraints:      50920
2005.69/2012.35	c #Conflicts:    2392000 | #Constraints:      51923
2005.69/2012.35	c #Conflicts:    2393000 | #Constraints:      52924
2005.69/2012.35	c #Conflicts:    2394000 | #Constraints:      53925
2005.69/2012.35	c #Conflicts:    2395000 | #Constraints:      54925
2005.69/2012.35	c #Conflicts:    2396000 | #Constraints:      55926
2005.69/2012.35	c #Conflicts:    2397000 | #Constraints:      56926
2005.69/2012.35	c #Conflicts:    2398000 | #Constraints:      57927
2005.69/2012.35	c #Conflicts:    2399000 | #Constraints:      58928
2005.69/2012.35	c #Conflicts:    2400000 | #Constraints:      59928
2005.69/2012.35	c #Conflicts:    2401000 | #Constraints:      60929
2005.69/2012.35	c #Conflicts:    2402000 | #Constraints:      61930
2005.69/2012.35	c #Conflicts:    2403000 | #Constraints:      62931
2005.69/2012.35	c #Conflicts:    2404000 | #Constraints:      63932
2005.69/2012.35	c #Conflicts:    2405000 | #Constraints:      64932
2005.69/2012.35	c #Conflicts:    2406000 | #Constraints:      65933
2005.69/2012.35	c #Conflicts:    2407000 | #Constraints:      66935
2005.69/2012.35	c #Conflicts:    2408000 | #Constraints:      67935
2005.69/2012.35	c #Conflicts:    2409000 | #Constraints:      68936
2005.69/2012.35	c INPROCESSING
2005.69/2012.35	c GARBAGE COLLECT
2005.69/2012.35	c rational objective 1000
2036.39/2043.16	c #Conflicts:    2410000 | #Constraints:      39007
2036.39/2043.16	c #Conflicts:    2411000 | #Constraints:      40007
2036.39/2043.16	c #Conflicts:    2412000 | #Constraints:      41007
2036.39/2043.16	c #Conflicts:    2413000 | #Constraints:      42007
2036.39/2043.16	c #Conflicts:    2414000 | #Constraints:      43007
2036.39/2043.16	c #Conflicts:    2415000 | #Constraints:      44007
2036.39/2043.16	c #Conflicts:    2416000 | #Constraints:      45007
2036.39/2043.16	c #Conflicts:    2417000 | #Constraints:      46007
2036.39/2043.16	c #Conflicts:    2418000 | #Constraints:      47007
2036.39/2043.16	c #Conflicts:    2419000 | #Constraints:      48007
2036.39/2043.16	c #Conflicts:    2420000 | #Constraints:      49007
2036.39/2043.16	c #Conflicts:    2421000 | #Constraints:      50007
2036.39/2043.16	c #Conflicts:    2422000 | #Constraints:      51007
2036.39/2043.16	c #Conflicts:    2423000 | #Constraints:      52008
2036.39/2043.16	c #Conflicts:    2424000 | #Constraints:      53008
2036.39/2043.16	c #Conflicts:    2425000 | #Constraints:      54008
2036.39/2043.16	c #Conflicts:    2426000 | #Constraints:      55008
2036.39/2043.16	c #Conflicts:    2427000 | #Constraints:      56009
2036.39/2043.16	c #Conflicts:    2428000 | #Constraints:      57010
2036.39/2043.16	c #Conflicts:    2429000 | #Constraints:      58011
2036.39/2043.16	c #Conflicts:    2430000 | #Constraints:      59011
2036.39/2043.16	c #Conflicts:    2431000 | #Constraints:      60011
2036.39/2043.16	c #Conflicts:    2432000 | #Constraints:      61011
2036.39/2043.16	c #Conflicts:    2433000 | #Constraints:      62012
2036.39/2043.16	c #Conflicts:    2434000 | #Constraints:      63012
2036.39/2043.16	c #Conflicts:    2435000 | #Constraints:      64012
2036.39/2043.16	c #Conflicts:    2436000 | #Constraints:      65013
2036.39/2043.16	c #Conflicts:    2437000 | #Constraints:      66013
2036.39/2043.16	c #Conflicts:    2438000 | #Constraints:      67013
2036.39/2043.16	c #Conflicts:    2439000 | #Constraints:      68013
2036.39/2043.16	c #Conflicts:    2440000 | #Constraints:      69013
2036.39/2043.16	c INPROCESSING
2036.39/2043.16	c GARBAGE COLLECT
2036.39/2043.16	c rational objective 1000
2061.79/2068.66	c #Conflicts:    2441000 | #Constraints:      38960
2061.79/2068.66	c #Conflicts:    2442000 | #Constraints:      39960
2061.79/2068.66	c #Conflicts:    2443000 | #Constraints:      40960
2061.79/2068.66	c #Conflicts:    2444000 | #Constraints:      41960
2061.79/2068.66	c #Conflicts:    2445000 | #Constraints:      42960
2061.79/2068.66	c #Conflicts:    2446000 | #Constraints:      43960
2061.79/2068.66	c #Conflicts:    2447000 | #Constraints:      44960
2061.79/2068.66	c #Conflicts:    2448000 | #Constraints:      45960
2061.79/2068.66	c #Conflicts:    2449000 | #Constraints:      46961
2061.79/2068.66	c #Conflicts:    2450000 | #Constraints:      47962
2061.79/2068.66	c #Conflicts:    2451000 | #Constraints:      48964
2061.79/2068.66	c #Conflicts:    2452000 | #Constraints:      49964
2061.79/2068.66	c #Conflicts:    2453000 | #Constraints:      50965
2061.79/2068.66	c #Conflicts:    2454000 | #Constraints:      51966
2061.79/2068.66	c #Conflicts:    2455000 | #Constraints:      52967
2061.79/2068.66	c #Conflicts:    2456000 | #Constraints:      53968
2061.79/2068.66	c #Conflicts:    2457000 | #Constraints:      54968
2061.79/2068.66	c #Conflicts:    2458000 | #Constraints:      55969
2061.79/2068.66	c #Conflicts:    2459000 | #Constraints:      56969
2061.79/2068.66	c #Conflicts:    2460000 | #Constraints:      57970
2061.79/2068.66	c #Conflicts:    2461000 | #Constraints:      58970
2061.79/2068.66	c #Conflicts:    2462000 | #Constraints:      59971
2061.79/2068.66	c #Conflicts:    2463000 | #Constraints:      60972
2061.79/2068.66	c #Conflicts:    2464000 | #Constraints:      61974
2061.79/2068.66	c #Conflicts:    2465000 | #Constraints:      62975
2061.79/2068.66	c #Conflicts:    2466000 | #Constraints:      63976
2061.79/2068.66	c #Conflicts:    2467000 | #Constraints:      64977
2061.79/2068.66	c #Conflicts:    2468000 | #Constraints:      65978
2061.79/2068.66	c bounds 1036 >= 1001 @ 2042.73
2063.49/2070.39	c #Conflicts:    2469000 | #Constraints:      67033
2063.49/2070.39	c #Conflicts:    2470000 | #Constraints:      68059
2063.49/2070.39	c #Conflicts:    2471000 | #Constraints:      69128
2063.49/2070.39	c INPROCESSING
2063.49/2070.39	c GARBAGE COLLECT
2063.49/2070.39	c rational objective 1001
2213.43/2220.88	c #Conflicts:    2472000 | #Constraints:      38698
2213.43/2220.88	c #Conflicts:    2473000 | #Constraints:      39698
2213.43/2220.88	c #Conflicts:    2474000 | #Constraints:      40699
2213.43/2220.88	c #Conflicts:    2475000 | #Constraints:      41702
2213.43/2220.88	c #Conflicts:    2476000 | #Constraints:      42748
2213.43/2220.88	c #Conflicts:    2477000 | #Constraints:      43794
2213.43/2220.88	c #Conflicts:    2478000 | #Constraints:      44830
2213.43/2220.88	c #Conflicts:    2479000 | #Constraints:      45876
2213.43/2220.88	c #Conflicts:    2480000 | #Constraints:      46907
2213.43/2220.88	c #Conflicts:    2481000 | #Constraints:      47944
2213.43/2220.88	c #Conflicts:    2482000 | #Constraints:      48986
2213.43/2220.88	c #Conflicts:    2483000 | #Constraints:      50028
2213.43/2220.88	c #Conflicts:    2484000 | #Constraints:      51058
2213.43/2220.88	c #Conflicts:    2485000 | #Constraints:      52090
2213.43/2220.88	c #Conflicts:    2486000 | #Constraints:      53111
2213.43/2220.88	c #Conflicts:    2487000 | #Constraints:      54142
2213.43/2220.88	c #Conflicts:    2488000 | #Constraints:      55175
2213.43/2220.88	c #Conflicts:    2489000 | #Constraints:      56201
2213.43/2220.88	c #Conflicts:    2490000 | #Constraints:      57228
2213.43/2220.88	c #Conflicts:    2491000 | #Constraints:      58255
2213.43/2220.88	c #Conflicts:    2492000 | #Constraints:      59273
2213.43/2220.88	c #Conflicts:    2493000 | #Constraints:      60296
2213.43/2220.88	c #Conflicts:    2494000 | #Constraints:      61333
2213.43/2220.88	c #Conflicts:    2495000 | #Constraints:      62362
2213.43/2220.88	c #Conflicts:    2496000 | #Constraints:      63382
2213.43/2220.88	c #Conflicts:    2497000 | #Constraints:      64395
2213.43/2220.88	c #Conflicts:    2498000 | #Constraints:      65424
2213.43/2220.88	c #Conflicts:    2499000 | #Constraints:      66450
2213.43/2220.88	c #Conflicts:    2500000 | #Constraints:      67477
2213.43/2220.88	c #Conflicts:    2501000 | #Constraints:      68502
2213.43/2220.88	c #Conflicts:    2502000 | #Constraints:      69528
2213.43/2220.88	c #Conflicts:    2503000 | #Constraints:      70566
2213.43/2220.88	c #Conflicts:    2504000 | #Constraints:      71602
2213.43/2220.88	c #Conflicts:    2505000 | #Constraints:      72640
2213.43/2220.88	c #Conflicts:    2506000 | #Constraints:      73671
2213.43/2220.88	c #Conflicts:    2507000 | #Constraints:      74700
2213.43/2220.88	c #Conflicts:    2508000 | #Constraints:      75723
2213.43/2220.88	c #Conflicts:    2509000 | #Constraints:      76752
2213.43/2220.88	c #Conflicts:    2510000 | #Constraints:      77791
2213.43/2220.88	c #Conflicts:    2511000 | #Constraints:      78810
2213.43/2220.88	c #Conflicts:    2512000 | #Constraints:      79843
2213.43/2220.88	c #Conflicts:    2513000 | #Constraints:      80867
2213.43/2220.88	c #Conflicts:    2514000 | #Constraints:      81886
2213.43/2220.88	c #Conflicts:    2515000 | #Constraints:      82908
2213.43/2220.88	c #Conflicts:    2516000 | #Constraints:      83926
2213.43/2220.88	c #Conflicts:    2517000 | #Constraints:      84939
2213.43/2220.88	c #Conflicts:    2518000 | #Constraints:      85960
2213.43/2220.88	c #Conflicts:    2519000 | #Constraints:      86985
2213.43/2220.88	c #Conflicts:    2520000 | #Constraints:      88005
2213.43/2220.88	c #Conflicts:    2521000 | #Constraints:      89026
2213.43/2220.88	c #Conflicts:    2522000 | #Constraints:      90051
2213.43/2220.88	c #Conflicts:    2523000 | #Constraints:      91067
2213.43/2220.88	c #Conflicts:    2524000 | #Constraints:      92089
2213.43/2220.88	c #Conflicts:    2525000 | #Constraints:      93102
2213.43/2220.88	c #Conflicts:    2526000 | #Constraints:      94114
2213.43/2220.88	c #Conflicts:    2527000 | #Constraints:      95128
2213.43/2220.88	c #Conflicts:    2528000 | #Constraints:      96147
2213.43/2220.88	c #Conflicts:    2529000 | #Constraints:      97176
2213.43/2220.88	c #Conflicts:    2530000 | #Constraints:      98195
2213.43/2220.88	c #Conflicts:    2531000 | #Constraints:      99223
2213.43/2220.88	c #Conflicts:    2532000 | #Constraints:     100246
2213.43/2220.88	c #Conflicts:    2533000 | #Constraints:     101265
2213.43/2220.88	c #Conflicts:    2534000 | #Constraints:     102282
2213.43/2220.88	c #Conflicts:    2535000 | #Constraints:     103309
2213.43/2220.88	c #Conflicts:    2536000 | #Constraints:     104329
2213.43/2220.88	c #Conflicts:    2537000 | #Constraints:     105348
2213.43/2220.88	c #Conflicts:    2538000 | #Constraints:     106371
2213.43/2220.88	c #Conflicts:    2539000 | #Constraints:     107397
2213.43/2220.88	c #Conflicts:    2540000 | #Constraints:     108421
2213.43/2220.88	c #Conflicts:    2541000 | #Constraints:     109437
2213.43/2220.88	c #Conflicts:    2542000 | #Constraints:     110456
2213.43/2220.88	c #Conflicts:    2543000 | #Constraints:     111480
2213.43/2220.88	c #Conflicts:    2544000 | #Constraints:     112494
2213.43/2220.88	c #Conflicts:    2545000 | #Constraints:     113531
2213.43/2220.88	c #Conflicts:    2546000 | #Constraints:     114569
2213.43/2220.88	c #Conflicts:    2547000 | #Constraints:     115594
2213.43/2220.88	c #Conflicts:    2548000 | #Constraints:     116623
2213.43/2220.88	c #Conflicts:    2549000 | #Constraints:     117654
2213.43/2220.88	c #Conflicts:    2550000 | #Constraints:     118685
2556.38/2565.05	c #Conflicts:    2551000 | #Constraints:     119711
2556.38/2565.05	c #Conflicts:    2552000 | #Constraints:     120727
2556.38/2565.05	c #Conflicts:    2553000 | #Constraints:     121755
2556.38/2565.05	c #Conflicts:    2554000 | #Constraints:     122794
2556.38/2565.05	c #Conflicts:    2555000 | #Constraints:     123835
2556.38/2565.05	c #Conflicts:    2556000 | #Constraints:     124866
2556.38/2565.05	c #Conflicts:    2557000 | #Constraints:     125910
2556.38/2565.05	c #Conflicts:    2558000 | #Constraints:     126935
2556.38/2565.05	c #Conflicts:    2559000 | #Constraints:     127961
2556.38/2565.05	c #Conflicts:    2560000 | #Constraints:     128988
2556.38/2565.05	c #Conflicts:    2561000 | #Constraints:     130029
2556.38/2565.05	c #Conflicts:    2562000 | #Constraints:     131061
2556.38/2565.05	c #Conflicts:    2563000 | #Constraints:     132084
2556.38/2565.05	c #Conflicts:    2564000 | #Constraints:     133112
2556.38/2565.05	c #Conflicts:    2565000 | #Constraints:     134139
2556.38/2565.05	c #Conflicts:    2566000 | #Constraints:     135159
2556.38/2565.05	c #Conflicts:    2567000 | #Constraints:     136197
2556.38/2565.05	c #Conflicts:    2568000 | #Constraints:     137223
2556.38/2565.05	c #Conflicts:    2569000 | #Constraints:     138247
2556.38/2565.05	c #Conflicts:    2570000 | #Constraints:     139278
2556.38/2565.05	c #Conflicts:    2571000 | #Constraints:     140298
2556.38/2565.05	c #Conflicts:    2572000 | #Constraints:     141309
2556.38/2565.05	c #Conflicts:    2573000 | #Constraints:     142328
2556.38/2565.05	c #Conflicts:    2574000 | #Constraints:     143343
2556.38/2565.05	c #Conflicts:    2575000 | #Constraints:     144353
2556.38/2565.05	c #Conflicts:    2576000 | #Constraints:     145376
2556.38/2565.05	c #Conflicts:    2577000 | #Constraints:     146391
2556.38/2565.05	c #Conflicts:    2578000 | #Constraints:     147413
2556.38/2565.05	c #Conflicts:    2579000 | #Constraints:     148430
2556.38/2565.05	c #Conflicts:    2580000 | #Constraints:     149459
2556.38/2565.05	c #Conflicts:    2581000 | #Constraints:     150474
2556.38/2565.05	c #Conflicts:    2582000 | #Constraints:     151501
2556.38/2565.05	c #Conflicts:    2583000 | #Constraints:     152519
2556.38/2565.05	c #Conflicts:    2584000 | #Constraints:     153537
2556.38/2565.05	c #Conflicts:    2585000 | #Constraints:     154560
2556.38/2565.05	c #Conflicts:    2586000 | #Constraints:     155592
2556.38/2565.05	c #Conflicts:    2587000 | #Constraints:     156618
2556.38/2565.05	c #Conflicts:    2588000 | #Constraints:     157655
2556.38/2565.05	c #Conflicts:    2589000 | #Constraints:     158685
2556.38/2565.05	c #Conflicts:    2590000 | #Constraints:     159709
2556.38/2565.05	c #Conflicts:    2591000 | #Constraints:     160730
2556.38/2565.05	c #Conflicts:    2592000 | #Constraints:     161747
2556.38/2565.05	c #Conflicts:    2593000 | #Constraints:     162774
2556.38/2565.05	c #Conflicts:    2594000 | #Constraints:     163800
2556.38/2565.05	c #Conflicts:    2595000 | #Constraints:     164818
2556.38/2565.05	c #Conflicts:    2596000 | #Constraints:     165841
2556.38/2565.05	c #Conflicts:    2597000 | #Constraints:     166867
2556.38/2565.05	c #Conflicts:    2598000 | #Constraints:     167889
2556.38/2565.05	c #Conflicts:    2599000 | #Constraints:     168913
2556.38/2565.05	c #Conflicts:    2600000 | #Constraints:     169935
2556.38/2565.05	c #Conflicts:    2601000 | #Constraints:     170961
2556.38/2565.05	c #Conflicts:    2602000 | #Constraints:     171978
2556.38/2565.05	c #Conflicts:    2603000 | #Constraints:     172995
2556.38/2565.05	c #Conflicts:    2604000 | #Constraints:     174016
2556.38/2565.05	c #Conflicts:    2605000 | #Constraints:     175039
2556.38/2565.05	c #Conflicts:    2606000 | #Constraints:     176068
2556.38/2565.05	c #Conflicts:    2607000 | #Constraints:     177094
2556.38/2565.05	c #Conflicts:    2608000 | #Constraints:     178129
2556.38/2565.05	c #Conflicts:    2609000 | #Constraints:     179159
2556.38/2565.05	c #Conflicts:    2610000 | #Constraints:     180179
2556.38/2565.05	c #Conflicts:    2611000 | #Constraints:     181190
2556.38/2565.05	c #Conflicts:    2612000 | #Constraints:     182214
2556.38/2565.05	c #Conflicts:    2613000 | #Constraints:     183237
2556.38/2565.05	c #Conflicts:    2614000 | #Constraints:     184256
2556.38/2565.05	c #Conflicts:    2615000 | #Constraints:     185277
2556.38/2565.05	c #Conflicts:    2616000 | #Constraints:     186290
2556.38/2565.05	c #Conflicts:    2617000 | #Constraints:     187320
2556.38/2565.05	c #Conflicts:    2618000 | #Constraints:     188337
2556.38/2565.05	c #Conflicts:    2619000 | #Constraints:     189349
2556.38/2565.05	c #Conflicts:    2620000 | #Constraints:     190366
2556.38/2565.05	c #Conflicts:    2621000 | #Constraints:     191382
2556.38/2565.05	c #Conflicts:    2622000 | #Constraints:     192408
2556.38/2565.05	c #Conflicts:    2623000 | #Constraints:     193433
2556.38/2565.05	c #Conflicts:    2624000 | #Constraints:     194455
2556.38/2565.05	c #Conflicts:    2625000 | #Constraints:     195477
2556.38/2565.05	c #Conflicts:    2626000 | #Constraints:     196495
2556.38/2565.05	c #Conflicts:    2627000 | #Constraints:     197511
2556.38/2565.05	c #Conflicts:    2628000 | #Constraints:     198532
2556.38/2565.05	c #Conflicts:    2629000 | #Constraints:     199553
2605.60/2614.45	c #Conflicts:    2630000 | #Constraints:     200580
2605.60/2614.45	c #Conflicts:    2631000 | #Constraints:     201606
2605.60/2614.45	c #Conflicts:    2632000 | #Constraints:     202623
2605.60/2614.45	c #Conflicts:    2633000 | #Constraints:     203642
2605.60/2614.45	c #Conflicts:    2634000 | #Constraints:     204663
2605.60/2614.45	c #Conflicts:    2635000 | #Constraints:     205689
2605.60/2614.45	c #Conflicts:    2636000 | #Constraints:     206709
2605.60/2614.45	c #Conflicts:    2637000 | #Constraints:     207723
2605.60/2614.45	c INPROCESSING
2605.60/2614.45	c GARBAGE COLLECT
2605.60/2614.45	c rational objective 1001
2686.72/2695.87	c #Conflicts:    2638000 | #Constraints:     108180
2686.72/2695.87	c #Conflicts:    2639000 | #Constraints:     109180
2686.72/2695.87	c #Conflicts:    2640000 | #Constraints:     110180
2686.72/2695.87	c #Conflicts:    2641000 | #Constraints:     111180
2686.72/2695.87	c #Conflicts:    2642000 | #Constraints:     112180
2686.72/2695.87	c #Conflicts:    2643000 | #Constraints:     113180
2686.72/2695.87	c #Conflicts:    2644000 | #Constraints:     114180
2686.72/2695.87	c #Conflicts:    2645000 | #Constraints:     115180
2686.72/2695.87	c #Conflicts:    2646000 | #Constraints:     116180
2686.72/2695.87	c #Conflicts:    2647000 | #Constraints:     117180
2686.72/2695.87	c #Conflicts:    2648000 | #Constraints:     118180
2686.72/2695.87	c #Conflicts:    2649000 | #Constraints:     119180
2686.72/2695.87	c #Conflicts:    2650000 | #Constraints:     120180
2686.72/2695.87	c #Conflicts:    2651000 | #Constraints:     121180
2686.72/2695.87	c #Conflicts:    2652000 | #Constraints:     122180
2686.72/2695.87	c #Conflicts:    2653000 | #Constraints:     123180
2686.72/2695.87	c #Conflicts:    2654000 | #Constraints:     124180
2686.72/2695.87	c #Conflicts:    2655000 | #Constraints:     125180
2686.72/2695.87	c #Conflicts:    2656000 | #Constraints:     126180
2686.72/2695.87	c #Conflicts:    2657000 | #Constraints:     127180
2686.72/2695.87	c #Conflicts:    2658000 | #Constraints:     128180
2686.72/2695.87	c #Conflicts:    2659000 | #Constraints:     129180
2686.72/2695.87	c #Conflicts:    2660000 | #Constraints:     130180
2686.72/2695.87	c #Conflicts:    2661000 | #Constraints:     131180
2686.72/2695.87	c #Conflicts:    2662000 | #Constraints:     132180
2686.72/2695.87	c #Conflicts:    2663000 | #Constraints:     133180
2686.72/2695.87	c #Conflicts:    2664000 | #Constraints:     134180
2686.72/2695.87	c #Conflicts:    2665000 | #Constraints:     135180
2686.72/2695.87	c #Conflicts:    2666000 | #Constraints:     136180
2686.72/2695.87	c #Conflicts:    2667000 | #Constraints:     137180
2686.72/2695.87	c #Conflicts:    2668000 | #Constraints:     138180
2686.72/2695.87	c #Conflicts:    2669000 | #Constraints:     139180
2686.72/2695.87	c #Conflicts:    2670000 | #Constraints:     140181
2686.72/2695.87	c INPROCESSING
2686.72/2695.87	c GARBAGE COLLECT
2686.72/2695.87	c rational objective 1001
2742.94/2752.26	c #Conflicts:    2671000 | #Constraints:      74608
2742.94/2752.26	c #Conflicts:    2672000 | #Constraints:      75608
2742.94/2752.26	c #Conflicts:    2673000 | #Constraints:      76608
2742.94/2752.26	c #Conflicts:    2674000 | #Constraints:      77608
2742.94/2752.26	c #Conflicts:    2675000 | #Constraints:      78608
2742.94/2752.26	c #Conflicts:    2676000 | #Constraints:      79608
2742.94/2752.26	c #Conflicts:    2677000 | #Constraints:      80608
2742.94/2752.26	c #Conflicts:    2678000 | #Constraints:      81608
2742.94/2752.26	c #Conflicts:    2679000 | #Constraints:      82608
2742.94/2752.26	c #Conflicts:    2680000 | #Constraints:      83608
2742.94/2752.26	c #Conflicts:    2681000 | #Constraints:      84608
2742.94/2752.26	c #Conflicts:    2682000 | #Constraints:      85608
2742.94/2752.26	c #Conflicts:    2683000 | #Constraints:      86608
2742.94/2752.26	c #Conflicts:    2684000 | #Constraints:      87608
2742.94/2752.26	c #Conflicts:    2685000 | #Constraints:      88608
2742.94/2752.26	c #Conflicts:    2686000 | #Constraints:      89608
2742.94/2752.26	c #Conflicts:    2687000 | #Constraints:      90608
2742.94/2752.26	c #Conflicts:    2688000 | #Constraints:      91608
2742.94/2752.26	c #Conflicts:    2689000 | #Constraints:      92608
2742.94/2752.26	c #Conflicts:    2690000 | #Constraints:      93608
2742.94/2752.26	c #Conflicts:    2691000 | #Constraints:      94608
2742.94/2752.26	c #Conflicts:    2692000 | #Constraints:      95608
2742.94/2752.26	c #Conflicts:    2693000 | #Constraints:      96608
2742.94/2752.26	c #Conflicts:    2694000 | #Constraints:      97608
2742.94/2752.26	c #Conflicts:    2695000 | #Constraints:      98608
2742.94/2752.26	c #Conflicts:    2696000 | #Constraints:      99608
2742.94/2752.26	c #Conflicts:    2697000 | #Constraints:     100608
2742.94/2752.26	c #Conflicts:    2698000 | #Constraints:     101608
2742.94/2752.26	c #Conflicts:    2699000 | #Constraints:     102608
2742.94/2752.26	c #Conflicts:    2700000 | #Constraints:     103608
2742.94/2752.26	c #Conflicts:    2701000 | #Constraints:     104608
2742.94/2752.26	c #Conflicts:    2702000 | #Constraints:     105608
2742.94/2752.26	c INPROCESSING
2742.94/2752.26	c GARBAGE COLLECT
2742.94/2752.26	c rational objective 1001
2790.30/2799.75	c #Conflicts:    2703000 | #Constraints:      56877
2790.30/2799.75	c #Conflicts:    2704000 | #Constraints:      57877
2790.30/2799.75	c #Conflicts:    2705000 | #Constraints:      58877
2790.30/2799.75	c #Conflicts:    2706000 | #Constraints:      59877
2790.30/2799.75	c #Conflicts:    2707000 | #Constraints:      60877
2790.30/2799.75	c #Conflicts:    2708000 | #Constraints:      61877
2790.30/2799.75	c #Conflicts:    2709000 | #Constraints:      62877
2790.30/2799.75	c #Conflicts:    2710000 | #Constraints:      63877
2790.30/2799.75	c #Conflicts:    2711000 | #Constraints:      64878
2790.30/2799.75	c #Conflicts:    2712000 | #Constraints:      65878
2790.30/2799.75	c #Conflicts:    2713000 | #Constraints:      66878
2790.30/2799.75	c #Conflicts:    2714000 | #Constraints:      67878
2790.30/2799.75	c #Conflicts:    2715000 | #Constraints:      68878
2790.30/2799.75	c #Conflicts:    2716000 | #Constraints:      69878
2790.30/2799.75	c #Conflicts:    2717000 | #Constraints:      70878
2790.30/2799.75	c #Conflicts:    2718000 | #Constraints:      71878
2790.30/2799.75	c #Conflicts:    2719000 | #Constraints:      72879
2790.30/2799.75	c #Conflicts:    2720000 | #Constraints:      73879
2790.30/2799.75	c #Conflicts:    2721000 | #Constraints:      74879
2790.30/2799.75	c #Conflicts:    2722000 | #Constraints:      75880
2790.30/2799.75	c #Conflicts:    2723000 | #Constraints:      76880
2790.30/2799.75	c #Conflicts:    2724000 | #Constraints:      77880
2790.30/2799.75	c #Conflicts:    2725000 | #Constraints:      78880
2790.30/2799.75	c #Conflicts:    2726000 | #Constraints:      79881
2790.30/2799.75	c #Conflicts:    2727000 | #Constraints:      80881
2790.30/2799.75	c #Conflicts:    2728000 | #Constraints:      81881
2790.30/2799.75	c #Conflicts:    2729000 | #Constraints:      82882
2790.30/2799.75	c #Conflicts:    2730000 | #Constraints:      83882
2790.30/2799.75	c #Conflicts:    2731000 | #Constraints:      84882
2790.30/2799.75	c #Conflicts:    2732000 | #Constraints:      85882
2790.30/2799.75	c #Conflicts:    2733000 | #Constraints:      86882
2790.30/2799.75	c #Conflicts:    2734000 | #Constraints:      87882
2790.30/2799.75	c #Conflicts:    2735000 | #Constraints:      88882
2790.30/2799.75	c #Conflicts:    2736000 | #Constraints:      89883
2790.30/2799.75	c INPROCESSING
2790.30/2799.75	c GARBAGE COLLECT
2790.30/2799.75	c rational objective 1001
2829.59/2839.16	c #Conflicts:    2737000 | #Constraints:      49510
2829.59/2839.16	c #Conflicts:    2738000 | #Constraints:      50510
2829.59/2839.16	c #Conflicts:    2739000 | #Constraints:      51510
2829.59/2839.16	c #Conflicts:    2740000 | #Constraints:      52510
2829.59/2839.16	c #Conflicts:    2741000 | #Constraints:      53510
2829.59/2839.16	c #Conflicts:    2742000 | #Constraints:      54510
2829.59/2839.16	c #Conflicts:    2743000 | #Constraints:      55510
2829.59/2839.16	c #Conflicts:    2744000 | #Constraints:      56511
2829.59/2839.16	c #Conflicts:    2745000 | #Constraints:      57511
2829.59/2839.16	c #Conflicts:    2746000 | #Constraints:      58514
2829.59/2839.16	c #Conflicts:    2747000 | #Constraints:      59515
2829.59/2839.16	c #Conflicts:    2748000 | #Constraints:      60515
2829.59/2839.16	c #Conflicts:    2749000 | #Constraints:      61515
2829.59/2839.16	c #Conflicts:    2750000 | #Constraints:      62516
2829.59/2839.16	c #Conflicts:    2751000 | #Constraints:      63516
2829.59/2839.16	c #Conflicts:    2752000 | #Constraints:      64517
2829.59/2839.16	c #Conflicts:    2753000 | #Constraints:      65517
2829.59/2839.16	c #Conflicts:    2754000 | #Constraints:      66517
2829.59/2839.16	c #Conflicts:    2755000 | #Constraints:      67518
2829.59/2839.16	c #Conflicts:    2756000 | #Constraints:      68788
2829.59/2839.16	c #Conflicts:    2757000 | #Constraints:      69966
2829.59/2839.16	c #Conflicts:    2758000 | #Constraints:      70967
2829.59/2839.16	c #Conflicts:    2759000 | #Constraints:      71968
2829.59/2839.16	c #Conflicts:    2760000 | #Constraints:      72968
2829.59/2839.16	c #Conflicts:    2761000 | #Constraints:      73968
2829.59/2839.16	c #Conflicts:    2762000 | #Constraints:      74970
2829.59/2839.16	c #Conflicts:    2763000 | #Constraints:      75971
2829.59/2839.16	c #Conflicts:    2764000 | #Constraints:      76972
2829.59/2839.16	c #Conflicts:    2765000 | #Constraints:      77973
2829.59/2839.16	c #Conflicts:    2766000 | #Constraints:      78974
2829.59/2839.16	c #Conflicts:    2767000 | #Constraints:      79975
2829.59/2839.16	c #Conflicts:    2768000 | #Constraints:      80976
2829.59/2839.16	c #Conflicts:    2769000 | #Constraints:      81976
2829.59/2839.16	c INPROCESSING
2829.59/2839.16	c GARBAGE COLLECT
2829.59/2839.16	c rational objective 1001
2865.37/2875.10	c #Conflicts:    2770000 | #Constraints:      45414
2865.37/2875.10	c #Conflicts:    2771000 | #Constraints:      46414
2865.37/2875.10	c #Conflicts:    2772000 | #Constraints:      47414
2865.37/2875.10	c #Conflicts:    2773000 | #Constraints:      48414
2865.37/2875.10	c #Conflicts:    2774000 | #Constraints:      49414
2865.37/2875.10	c #Conflicts:    2775000 | #Constraints:      50414
2865.37/2875.10	c #Conflicts:    2776000 | #Constraints:      51414
2865.37/2875.10	c #Conflicts:    2777000 | #Constraints:      52414
2865.37/2875.10	c #Conflicts:    2778000 | #Constraints:      53414
2865.37/2875.10	c #Conflicts:    2779000 | #Constraints:      54414
2865.37/2875.10	c #Conflicts:    2780000 | #Constraints:      55414
2865.37/2875.10	c #Conflicts:    2781000 | #Constraints:      56414
2865.37/2875.10	c #Conflicts:    2782000 | #Constraints:      57414
2865.37/2875.10	c #Conflicts:    2783000 | #Constraints:      58414
2865.37/2875.10	c #Conflicts:    2784000 | #Constraints:      59414
2865.37/2875.10	c #Conflicts:    2785000 | #Constraints:      60414
2865.37/2875.10	c #Conflicts:    2786000 | #Constraints:      61414
2865.37/2875.10	c #Conflicts:    2787000 | #Constraints:      62414
2865.37/2875.10	c #Conflicts:    2788000 | #Constraints:      63414
2865.37/2875.10	c #Conflicts:    2789000 | #Constraints:      64414
2865.37/2875.10	c #Conflicts:    2790000 | #Constraints:      65414
2865.37/2875.10	c #Conflicts:    2791000 | #Constraints:      66414
2865.37/2875.10	c #Conflicts:    2792000 | #Constraints:      67414
2865.37/2875.10	c #Conflicts:    2793000 | #Constraints:      68414
2865.37/2875.10	c #Conflicts:    2794000 | #Constraints:      69414
2865.37/2875.10	c #Conflicts:    2795000 | #Constraints:      70414
2865.37/2875.10	c #Conflicts:    2796000 | #Constraints:      71414
2865.37/2875.10	c #Conflicts:    2797000 | #Constraints:      72414
2865.37/2875.10	c #Conflicts:    2798000 | #Constraints:      73414
2865.37/2875.10	c #Conflicts:    2799000 | #Constraints:      74414
2865.37/2875.10	c #Conflicts:    2800000 | #Constraints:      75414
2865.37/2875.10	c #Conflicts:    2801000 | #Constraints:      76414
2865.37/2875.10	c #Conflicts:    2802000 | #Constraints:      77414
2865.37/2875.10	c INPROCESSING
2865.37/2875.10	c GARBAGE COLLECT
2865.37/2875.10	c rational objective 1001
2900.05/2909.81	c #Conflicts:    2803000 | #Constraints:      42876
2900.05/2909.81	c #Conflicts:    2804000 | #Constraints:      43876
2900.05/2909.81	c #Conflicts:    2805000 | #Constraints:      44876
2900.05/2909.81	c #Conflicts:    2806000 | #Constraints:      45876
2900.05/2909.81	c #Conflicts:    2807000 | #Constraints:      46876
2900.05/2909.81	c #Conflicts:    2808000 | #Constraints:      47876
2900.05/2909.81	c #Conflicts:    2809000 | #Constraints:      48876
2900.05/2909.81	c #Conflicts:    2810000 | #Constraints:      49876
2900.05/2909.81	c #Conflicts:    2811000 | #Constraints:      50876
2900.05/2909.81	c #Conflicts:    2812000 | #Constraints:      51876
2900.05/2909.81	c #Conflicts:    2813000 | #Constraints:      52876
2900.05/2909.81	c #Conflicts:    2814000 | #Constraints:      53876
2900.05/2909.81	c #Conflicts:    2815000 | #Constraints:      54876
2900.05/2909.81	c #Conflicts:    2816000 | #Constraints:      55876
2900.05/2909.81	c #Conflicts:    2817000 | #Constraints:      56876
2900.05/2909.81	c #Conflicts:    2818000 | #Constraints:      57876
2900.05/2909.81	c #Conflicts:    2819000 | #Constraints:      58876
2900.05/2909.81	c #Conflicts:    2820000 | #Constraints:      59876
2900.05/2909.81	c #Conflicts:    2821000 | #Constraints:      60876
2900.05/2909.81	c #Conflicts:    2822000 | #Constraints:      61876
2900.05/2909.81	c #Conflicts:    2823000 | #Constraints:      62876
2900.05/2909.81	c #Conflicts:    2824000 | #Constraints:      63876
2900.05/2909.81	c #Conflicts:    2825000 | #Constraints:      64876
2900.05/2909.81	c #Conflicts:    2826000 | #Constraints:      65876
2900.05/2909.81	c #Conflicts:    2827000 | #Constraints:      66876
2900.05/2909.81	c #Conflicts:    2828000 | #Constraints:      67876
2900.05/2909.81	c #Conflicts:    2829000 | #Constraints:      68876
2900.05/2909.81	c #Conflicts:    2830000 | #Constraints:      69876
2900.05/2909.81	c #Conflicts:    2831000 | #Constraints:      70876
2900.05/2909.81	c #Conflicts:    2832000 | #Constraints:      71876
2900.05/2909.81	c #Conflicts:    2833000 | #Constraints:      72876
2900.05/2909.81	c #Conflicts:    2834000 | #Constraints:      73876
2900.05/2909.81	c #Conflicts:    2835000 | #Constraints:      74876
2900.05/2909.81	c #Conflicts:    2836000 | #Constraints:      75876
2900.05/2909.81	c INPROCESSING
2900.05/2909.81	c GARBAGE COLLECT
2900.05/2909.81	c rational objective 1001
2990.37/3000.43	c #Conflicts:    2837000 | #Constraints:      42258
2990.37/3000.43	c #Conflicts:    2838000 | #Constraints:      43258
2990.37/3000.43	c #Conflicts:    2839000 | #Constraints:      44258
2990.37/3000.43	c #Conflicts:    2840000 | #Constraints:      45258
2990.37/3000.43	c #Conflicts:    2841000 | #Constraints:      46258
2990.37/3000.43	c #Conflicts:    2842000 | #Constraints:      47258
2990.37/3000.43	c #Conflicts:    2843000 | #Constraints:      48258
2990.37/3000.43	c #Conflicts:    2844000 | #Constraints:      49258
2990.37/3000.43	c #Conflicts:    2845000 | #Constraints:      50258
2990.37/3000.43	c #Conflicts:    2846000 | #Constraints:      51260
2990.37/3000.43	c #Conflicts:    2847000 | #Constraints:      52263
2990.37/3000.43	c #Conflicts:    2848000 | #Constraints:      53264
2990.37/3000.43	c #Conflicts:    2849000 | #Constraints:      54264
2990.37/3000.43	c #Conflicts:    2850000 | #Constraints:      55265
2990.37/3000.43	c #Conflicts:    2851000 | #Constraints:      56265
2990.37/3000.43	c #Conflicts:    2852000 | #Constraints:      57268
2990.37/3000.43	c #Conflicts:    2853000 | #Constraints:      58270
2990.37/3000.43	c #Conflicts:    2854000 | #Constraints:      59272
2990.37/3000.43	c #Conflicts:    2855000 | #Constraints:      60275
2990.37/3000.43	c #Conflicts:    2856000 | #Constraints:      61275
2990.37/3000.43	c #Conflicts:    2857000 | #Constraints:      62275
2990.37/3000.43	c #Conflicts:    2858000 | #Constraints:      63275
2990.37/3000.43	c #Conflicts:    2859000 | #Constraints:      64275
2990.37/3000.43	c #Conflicts:    2860000 | #Constraints:      65275
2990.37/3000.43	c #Conflicts:    2861000 | #Constraints:      66275
2990.37/3000.43	c #Conflicts:    2862000 | #Constraints:      67275
2990.37/3000.43	c #Conflicts:    2863000 | #Constraints:      68276
2990.37/3000.43	c #Conflicts:    2864000 | #Constraints:      69276
2990.37/3000.43	c #Conflicts:    2865000 | #Constraints:      70277
2990.37/3000.43	c #Conflicts:    2866000 | #Constraints:      71277
2990.37/3000.43	c #Conflicts:    2867000 | #Constraints:      72277
2990.37/3000.43	c #Conflicts:    2868000 | #Constraints:      73277
2990.37/3000.43	c #Conflicts:    2869000 | #Constraints:      74277
2990.37/3000.43	c #Conflicts:    2870000 | #Constraints:      75277
2990.37/3000.43	c INPROCESSING
2990.37/3000.43	c GARBAGE COLLECT
2990.37/3000.43	c #Conflicts:    2871000 | #Constraints:      42013
2990.37/3000.43	c #Conflicts:    2872000 | #Constraints:      43013
2990.37/3000.43	c #Conflicts:    2873000 | #Constraints:      44013
2990.37/3000.43	c #Conflicts:    2874000 | #Constraints:      45268
2990.37/3000.43	c #Conflicts:    2875000 | #Constraints:      46326
2990.37/3000.43	c #Conflicts:    2876000 | #Constraints:      47326
2990.37/3000.43	c #Conflicts:    2877000 | #Constraints:      48326
2990.37/3000.43	c #Conflicts:    2878000 | #Constraints:      49326
2990.37/3000.43	c #Conflicts:    2879000 | #Constraints:      50326
2990.37/3000.43	c #Conflicts:    2880000 | #Constraints:      51326
2990.37/3000.43	c #Conflicts:    2881000 | #Constraints:      52326
2990.37/3000.43	c #Conflicts:    2882000 | #Constraints:      53326
2990.37/3000.43	c #Conflicts:    2883000 | #Constraints:      54326
2990.37/3000.43	c #Conflicts:    2884000 | #Constraints:      55326
2990.37/3000.43	c #Conflicts:    2885000 | #Constraints:      56326
2990.37/3000.43	c #Conflicts:    2886000 | #Constraints:      57326
2990.37/3000.43	c #Conflicts:    2887000 | #Constraints:      58326
2990.37/3000.43	c #Conflicts:    2888000 | #Constraints:      59326
2990.37/3000.43	c #Conflicts:    2889000 | #Constraints:      60326
2990.37/3000.43	c #Conflicts:    2890000 | #Constraints:      61326
2990.37/3000.43	c #Conflicts:    2891000 | #Constraints:      62326
2990.37/3000.43	c #Conflicts:    2892000 | #Constraints:      63326
2990.37/3000.43	c #Conflicts:    2893000 | #Constraints:      64326
2990.37/3000.43	c #Conflicts:    2894000 | #Constraints:      65326
2990.37/3000.43	c #Conflicts:    2895000 | #Constraints:      66326
2990.37/3000.43	c #Conflicts:    2896000 | #Constraints:      67326
2990.37/3000.43	c #Conflicts:    2897000 | #Constraints:      68326
2990.37/3000.43	c #Conflicts:    2898000 | #Constraints:      69326
2990.37/3000.43	c #Conflicts:    2899000 | #Constraints:      70326
2990.37/3000.43	c #Conflicts:    2900000 | #Constraints:      71326
2990.37/3000.43	c #Conflicts:    2901000 | #Constraints:      72326
2990.37/3000.43	c #Conflicts:    2902000 | #Constraints:      73326
2990.37/3000.43	c #Conflicts:    2903000 | #Constraints:      74326
2990.37/3000.43	c #Conflicts:    2904000 | #Constraints:      75326
2990.37/3000.43	c #Conflicts:    2905000 | #Constraints:      76326
2990.37/3000.43	c #Conflicts:    2906000 | #Constraints:      77326
2990.37/3000.43	c #Conflicts:    2907000 | #Constraints:      78326
2990.37/3000.43	c #Conflicts:    2908000 | #Constraints:      79326
2990.37/3000.43	c #Conflicts:    2909000 | #Constraints:      80326
2990.37/3000.43	c #Conflicts:    2910000 | #Constraints:      81326
2990.37/3000.43	c #Conflicts:    2911000 | #Constraints:      82326
2990.37/3000.43	c #Conflicts:    2912000 | #Constraints:      83326
2990.37/3000.43	c #Conflicts:    2913000 | #Constraints:      84326
2990.37/3000.43	c #Conflicts:    2914000 | #Constraints:      85326
2990.37/3000.43	c #Conflicts:    2915000 | #Constraints:      86326
3189.76/3200.48	c #Conflicts:    2916000 | #Constraints:      87326
3189.76/3200.48	c #Conflicts:    2917000 | #Constraints:      88326
3189.76/3200.48	c #Conflicts:    2918000 | #Constraints:      89326
3189.76/3200.48	c #Conflicts:    2919000 | #Constraints:      90326
3189.76/3200.48	c #Conflicts:    2920000 | #Constraints:      91326
3189.76/3200.48	c #Conflicts:    2921000 | #Constraints:      92326
3189.76/3200.48	c #Conflicts:    2922000 | #Constraints:      93326
3189.76/3200.48	c #Conflicts:    2923000 | #Constraints:      94326
3189.76/3200.48	c #Conflicts:    2924000 | #Constraints:      95326
3189.76/3200.48	c #Conflicts:    2925000 | #Constraints:      96326
3189.76/3200.48	c #Conflicts:    2926000 | #Constraints:      97326
3189.76/3200.48	c #Conflicts:    2927000 | #Constraints:      98326
3189.76/3200.48	c #Conflicts:    2928000 | #Constraints:      99326
3189.76/3200.48	c #Conflicts:    2929000 | #Constraints:     100326
3189.76/3200.48	c #Conflicts:    2930000 | #Constraints:     101326
3189.76/3200.48	c #Conflicts:    2931000 | #Constraints:     102326
3189.76/3200.48	c #Conflicts:    2932000 | #Constraints:     103326
3189.76/3200.48	c #Conflicts:    2933000 | #Constraints:     104326
3189.76/3200.48	c #Conflicts:    2934000 | #Constraints:     105326
3189.76/3200.48	c #Conflicts:    2935000 | #Constraints:     106326
3189.76/3200.48	c #Conflicts:    2936000 | #Constraints:     107326
3189.76/3200.48	c #Conflicts:    2937000 | #Constraints:     108326
3189.76/3200.48	c #Conflicts:    2938000 | #Constraints:     109326
3189.76/3200.48	c #Conflicts:    2939000 | #Constraints:     110326
3189.76/3200.48	c #Conflicts:    2940000 | #Constraints:     111326
3189.76/3200.48	c #Conflicts:    2941000 | #Constraints:     112326
3189.76/3200.48	c #Conflicts:    2942000 | #Constraints:     113326
3189.76/3200.48	c #Conflicts:    2943000 | #Constraints:     114326
3189.76/3200.48	c #Conflicts:    2944000 | #Constraints:     115326
3189.76/3200.48	c #Conflicts:    2945000 | #Constraints:     116326
3189.76/3200.48	c #Conflicts:    2946000 | #Constraints:     117326
3189.76/3200.48	c #Conflicts:    2947000 | #Constraints:     118326
3189.76/3200.48	c #Conflicts:    2948000 | #Constraints:     119326
3189.76/3200.48	c #Conflicts:    2949000 | #Constraints:     120326
3189.76/3200.48	c #Conflicts:    2950000 | #Constraints:     121326
3189.76/3200.48	c #Conflicts:    2951000 | #Constraints:     122326
3189.76/3200.48	c #Conflicts:    2952000 | #Constraints:     123326
3189.76/3200.48	c #Conflicts:    2953000 | #Constraints:     124326
3189.76/3200.48	c #Conflicts:    2954000 | #Constraints:     125326
3189.76/3200.48	c #Conflicts:    2955000 | #Constraints:     126326
3189.76/3200.48	c #Conflicts:    2956000 | #Constraints:     127326
3189.76/3200.48	c #Conflicts:    2957000 | #Constraints:     128326
3189.76/3200.48	c #Conflicts:    2958000 | #Constraints:     129326
3189.76/3200.48	c #Conflicts:    2959000 | #Constraints:     130326
3189.76/3200.48	c #Conflicts:    2960000 | #Constraints:     131326
3189.76/3200.48	c #Conflicts:    2961000 | #Constraints:     132326
3189.76/3200.48	c #Conflicts:    2962000 | #Constraints:     133326
3189.76/3200.48	c #Conflicts:    2963000 | #Constraints:     134326
3189.76/3200.48	c #Conflicts:    2964000 | #Constraints:     135326
3189.76/3200.48	c #Conflicts:    2965000 | #Constraints:     136326
3189.76/3200.48	c #Conflicts:    2966000 | #Constraints:     137326
3189.76/3200.48	c #Conflicts:    2967000 | #Constraints:     138326
3189.76/3200.48	c #Conflicts:    2968000 | #Constraints:     139326
3189.76/3200.48	c #Conflicts:    2969000 | #Constraints:     140326
3189.76/3200.48	c #Conflicts:    2970000 | #Constraints:     141326
3189.76/3200.48	c #Conflicts:    2971000 | #Constraints:     142326
3189.76/3200.48	c #Conflicts:    2972000 | #Constraints:     143326
3189.76/3200.48	c #Conflicts:    2973000 | #Constraints:     144326
3189.76/3200.48	c #Conflicts:    2974000 | #Constraints:     145326
3189.76/3200.48	c #Conflicts:    2975000 | #Constraints:     146326
3189.76/3200.48	c #Conflicts:    2976000 | #Constraints:     147326
3189.76/3200.48	c #Conflicts:    2977000 | #Constraints:     148326
3189.76/3200.48	c #Conflicts:    2978000 | #Constraints:     149326
3189.76/3200.48	c #Conflicts:    2979000 | #Constraints:     150326
3189.76/3200.48	c #Conflicts:    2980000 | #Constraints:     151326
3189.76/3200.48	c #Conflicts:    2981000 | #Constraints:     152326
3189.76/3200.48	c #Conflicts:    2982000 | #Constraints:     153326
3189.76/3200.48	c #Conflicts:    2983000 | #Constraints:     154326
3189.76/3200.48	c #Conflicts:    2984000 | #Constraints:     155326
3189.76/3200.48	c #Conflicts:    2985000 | #Constraints:     156326
3189.76/3200.48	c #Conflicts:    2986000 | #Constraints:     157326
3189.76/3200.48	c #Conflicts:    2987000 | #Constraints:     158326
3189.76/3200.48	c #Conflicts:    2988000 | #Constraints:     159326
3189.76/3200.48	c #Conflicts:    2989000 | #Constraints:     160326
3189.76/3200.48	c #Conflicts:    2990000 | #Constraints:     161326
3189.76/3200.48	c #Conflicts:    2991000 | #Constraints:     162326
3189.76/3200.48	c #Conflicts:    2992000 | #Constraints:     163326
3189.76/3200.48	c #Conflicts:    2993000 | #Constraints:     164326
3422.42/3433.83	c #Conflicts:    2994000 | #Constraints:     165326
3422.42/3433.83	c #Conflicts:    2995000 | #Constraints:     166326
3422.42/3433.83	c #Conflicts:    2996000 | #Constraints:     167326
3422.42/3433.83	c #Conflicts:    2997000 | #Constraints:     168326
3422.42/3433.83	c #Conflicts:    2998000 | #Constraints:     169326
3422.42/3433.83	c #Conflicts:    2999000 | #Constraints:     170326
3422.42/3433.83	c #Conflicts:    3000000 | #Constraints:     171327
3422.42/3433.83	c #Conflicts:    3001000 | #Constraints:     172327
3422.42/3433.83	c #Conflicts:    3002000 | #Constraints:     173327
3422.42/3433.83	c #Conflicts:    3003000 | #Constraints:     174327
3422.42/3433.83	c #Conflicts:    3004000 | #Constraints:     175327
3422.42/3433.83	c #Conflicts:    3005000 | #Constraints:     176327
3422.42/3433.83	c #Conflicts:    3006000 | #Constraints:     177327
3422.42/3433.83	c #Conflicts:    3007000 | #Constraints:     178327
3422.42/3433.83	c #Conflicts:    3008000 | #Constraints:     179327
3422.42/3433.83	c #Conflicts:    3009000 | #Constraints:     180327
3422.42/3433.83	c #Conflicts:    3010000 | #Constraints:     181327
3422.42/3433.83	c #Conflicts:    3011000 | #Constraints:     182327
3422.42/3433.83	c #Conflicts:    3012000 | #Constraints:     183327
3422.42/3433.83	c #Conflicts:    3013000 | #Constraints:     184327
3422.42/3433.83	c #Conflicts:    3014000 | #Constraints:     185327
3422.42/3433.83	c #Conflicts:    3015000 | #Constraints:     186327
3422.42/3433.83	c #Conflicts:    3016000 | #Constraints:     187327
3422.42/3433.83	c #Conflicts:    3017000 | #Constraints:     188327
3422.42/3433.83	c #Conflicts:    3018000 | #Constraints:     189327
3422.42/3433.83	c #Conflicts:    3019000 | #Constraints:     190327
3422.42/3433.83	c #Conflicts:    3020000 | #Constraints:     191327
3422.42/3433.83	c #Conflicts:    3021000 | #Constraints:     192327
3422.42/3433.83	c #Conflicts:    3022000 | #Constraints:     193327
3422.42/3433.83	c #Conflicts:    3023000 | #Constraints:     194327
3422.42/3433.83	c #Conflicts:    3024000 | #Constraints:     195327
3422.42/3433.83	c #Conflicts:    3025000 | #Constraints:     196327
3422.42/3433.83	c #Conflicts:    3026000 | #Constraints:     197327
3422.42/3433.83	c #Conflicts:    3027000 | #Constraints:     198327
3422.42/3433.83	c #Conflicts:    3028000 | #Constraints:     199327
3422.42/3433.83	c #Conflicts:    3029000 | #Constraints:     200327
3422.42/3433.83	c #Conflicts:    3030000 | #Constraints:     201327
3422.42/3433.83	c #Conflicts:    3031000 | #Constraints:     202327
3422.42/3433.83	c #Conflicts:    3032000 | #Constraints:     203327
3422.42/3433.83	c #Conflicts:    3033000 | #Constraints:     204327
3422.42/3433.83	c #Conflicts:    3034000 | #Constraints:     205327
3422.42/3433.83	c #Conflicts:    3035000 | #Constraints:     206327
3422.42/3433.83	c #Conflicts:    3036000 | #Constraints:     207327
3422.42/3433.83	c #Conflicts:    3037000 | #Constraints:     208327
3422.42/3433.83	c #Conflicts:    3038000 | #Constraints:     209327
3422.42/3433.83	c #Conflicts:    3039000 | #Constraints:     210327
3422.42/3433.83	c #Conflicts:    3040000 | #Constraints:     211327
3422.42/3433.83	c #Conflicts:    3041000 | #Constraints:     212327
3422.42/3433.83	c #Conflicts:    3042000 | #Constraints:     213327
3422.42/3433.83	c #Conflicts:    3043000 | #Constraints:     214327
3422.42/3433.83	c #Conflicts:    3044000 | #Constraints:     215327
3422.42/3433.83	c #Conflicts:    3045000 | #Constraints:     216327
3422.42/3433.83	c INPROCESSING
3422.42/3433.83	c GARBAGE COLLECT
3422.42/3433.83	c rational objective 1001
3471.18/3482.79	c #Conflicts:    3046000 | #Constraints:     112352
3471.18/3482.79	c #Conflicts:    3047000 | #Constraints:     113365
3471.18/3482.79	c #Conflicts:    3048000 | #Constraints:     114422
3471.18/3482.79	c #Conflicts:    3049000 | #Constraints:     115478
3471.18/3482.79	c #Conflicts:    3050000 | #Constraints:     116525
3471.18/3482.79	c #Conflicts:    3051000 | #Constraints:     117577
3471.18/3482.79	c #Conflicts:    3052000 | #Constraints:     118631
3471.18/3482.79	c #Conflicts:    3053000 | #Constraints:     119683
3471.18/3482.79	c #Conflicts:    3054000 | #Constraints:     120729
3471.18/3482.79	c #Conflicts:    3055000 | #Constraints:     121766
3471.18/3482.79	c #Conflicts:    3056000 | #Constraints:     122807
3471.18/3482.79	c #Conflicts:    3057000 | #Constraints:     123837
3471.18/3482.79	c #Conflicts:    3058000 | #Constraints:     124867
3471.18/3482.79	c #Conflicts:    3059000 | #Constraints:     125903
3471.18/3482.79	c #Conflicts:    3060000 | #Constraints:     126938
3471.18/3482.79	c #Conflicts:    3061000 | #Constraints:     127969
3471.18/3482.79	c #Conflicts:    3062000 | #Constraints:     128998
3471.18/3482.79	c #Conflicts:    3063000 | #Constraints:     130028
3471.18/3482.79	c #Conflicts:    3064000 | #Constraints:     131060
3471.18/3482.79	c #Conflicts:    3065000 | #Constraints:     132094
3471.18/3482.80	c #Conflicts:    3066000 | #Constraints:     133131
3471.18/3482.80	c #Conflicts:    3067000 | #Constraints:     134170
3471.18/3482.80	c #Conflicts:    3068000 | #Constraints:     135202
3471.18/3482.80	c #Conflicts:    3069000 | #Constraints:     136227
3471.18/3482.80	c #Conflicts:    3070000 | #Constraints:     137260
3471.18/3482.80	c #Conflicts:    3071000 | #Constraints:     138287
3471.18/3482.80	c #Conflicts:    3072000 | #Constraints:     139312
3471.18/3482.80	c #Conflicts:    3073000 | #Constraints:     140344
3471.18/3482.80	c #Conflicts:    3074000 | #Constraints:     141379
3471.18/3482.80	c #Conflicts:    3075000 | #Constraints:     142412
3471.18/3482.80	c #Conflicts:    3076000 | #Constraints:     143435
3471.18/3482.80	c #Conflicts:    3077000 | #Constraints:     144471
3471.18/3482.80	c #Conflicts:    3078000 | #Constraints:     145495
3471.18/3482.80	c #Conflicts:    3079000 | #Constraints:     146523
3471.18/3482.80	c #Conflicts:    3080000 | #Constraints:     147557
3471.18/3482.80	c #Conflicts:    3081000 | #Constraints:     148592
3471.18/3482.80	c INPROCESSING
3471.18/3482.80	c GARBAGE COLLECT
3471.18/3482.80	c rational objective 1001
3539.85/3551.69	c #Conflicts:    3082000 | #Constraints:      78768
3539.85/3551.69	c #Conflicts:    3083000 | #Constraints:      79768
3539.85/3551.69	c #Conflicts:    3084000 | #Constraints:      80768
3539.85/3551.69	c #Conflicts:    3085000 | #Constraints:      81768
3539.85/3551.69	c #Conflicts:    3086000 | #Constraints:      82768
3539.85/3551.69	c #Conflicts:    3087000 | #Constraints:      83768
3539.85/3551.69	c #Conflicts:    3088000 | #Constraints:      84768
3539.85/3551.69	c #Conflicts:    3089000 | #Constraints:      85768
3539.85/3551.69	c #Conflicts:    3090000 | #Constraints:      86768
3539.85/3551.69	c #Conflicts:    3091000 | #Constraints:      87768
3539.85/3551.69	c #Conflicts:    3092000 | #Constraints:      88768
3539.85/3551.69	c #Conflicts:    3093000 | #Constraints:      89768
3539.85/3551.69	c #Conflicts:    3094000 | #Constraints:      90769
3539.85/3551.69	c #Conflicts:    3095000 | #Constraints:      91769
3539.85/3551.69	c #Conflicts:    3096000 | #Constraints:      92769
3539.85/3551.69	c #Conflicts:    3097000 | #Constraints:      93769
3539.85/3551.69	c #Conflicts:    3098000 | #Constraints:      94769
3539.85/3551.69	c #Conflicts:    3099000 | #Constraints:      95769
3539.85/3551.69	c #Conflicts:    3100000 | #Constraints:      96769
3539.85/3551.69	c #Conflicts:    3101000 | #Constraints:      97769
3539.85/3551.69	c #Conflicts:    3102000 | #Constraints:      98769
3539.85/3551.69	c #Conflicts:    3103000 | #Constraints:      99769
3539.85/3551.69	c #Conflicts:    3104000 | #Constraints:     100769
3539.85/3551.69	c #Conflicts:    3105000 | #Constraints:     101770
3539.85/3551.69	c #Conflicts:    3106000 | #Constraints:     102770
3539.85/3551.69	c #Conflicts:    3107000 | #Constraints:     103770
3539.85/3551.69	c #Conflicts:    3108000 | #Constraints:     104770
3539.85/3551.69	c #Conflicts:    3109000 | #Constraints:     105770
3539.85/3551.69	c #Conflicts:    3110000 | #Constraints:     106770
3539.85/3551.69	c #Conflicts:    3111000 | #Constraints:     107770
3539.85/3551.69	c #Conflicts:    3112000 | #Constraints:     108770
3539.85/3551.69	c #Conflicts:    3113000 | #Constraints:     109770
3539.85/3551.69	c #Conflicts:    3114000 | #Constraints:     110770
3539.85/3551.69	c #Conflicts:    3115000 | #Constraints:     111771
3539.85/3551.69	c #Conflicts:    3116000 | #Constraints:     112771
3539.85/3551.69	c INPROCESSING
3539.85/3551.69	c GARBAGE COLLECT
3539.85/3551.69	c rational objective 1001
3584.42/3596.31	c #Conflicts:    3117000 | #Constraints:      60754
3584.42/3596.31	c #Conflicts:    3118000 | #Constraints:      61801
3584.42/3596.31	c #Conflicts:    3119000 | #Constraints:      62858
3584.42/3596.31	c #Conflicts:    3120000 | #Constraints:      63898
3584.42/3596.31	c #Conflicts:    3121000 | #Constraints:      64948
3584.42/3596.31	c #Conflicts:    3122000 | #Constraints:      65996
3584.42/3596.31	c #Conflicts:    3123000 | #Constraints:      67033
3584.42/3596.31	c #Conflicts:    3124000 | #Constraints:      68071
3584.42/3596.31	c #Conflicts:    3125000 | #Constraints:      69107
3584.42/3596.31	c #Conflicts:    3126000 | #Constraints:      70139
3584.42/3596.31	c #Conflicts:    3127000 | #Constraints:      71180
3584.42/3596.31	c #Conflicts:    3128000 | #Constraints:      72217
3584.42/3596.31	c #Conflicts:    3129000 | #Constraints:      73238
3584.42/3596.31	c #Conflicts:    3130000 | #Constraints:      74275
3584.42/3596.31	c #Conflicts:    3131000 | #Constraints:      75310
3584.42/3596.31	c #Conflicts:    3132000 | #Constraints:      76335
3584.42/3596.31	c #Conflicts:    3133000 | #Constraints:      77364
3584.42/3596.31	c #Conflicts:    3134000 | #Constraints:      78388
3584.42/3596.31	c #Conflicts:    3135000 | #Constraints:      79423
3584.42/3596.31	c #Conflicts:    3136000 | #Constraints:      80454
3584.42/3596.31	c #Conflicts:    3137000 | #Constraints:      81474
3584.42/3596.31	c #Conflicts:    3138000 | #Constraints:      82493
3584.42/3596.31	c #Conflicts:    3139000 | #Constraints:      83516
3584.42/3596.31	c #Conflicts:    3140000 | #Constraints:      84542
3584.42/3596.31	c #Conflicts:    3141000 | #Constraints:      85557
3584.42/3596.31	c #Conflicts:    3142000 | #Constraints:      86581
3584.42/3596.31	c #Conflicts:    3143000 | #Constraints:      87615
3584.42/3596.31	c #Conflicts:    3144000 | #Constraints:      88660
3584.42/3596.31	c #Conflicts:    3145000 | #Constraints:      89702
3584.42/3596.31	c #Conflicts:    3146000 | #Constraints:      90741
3584.42/3596.31	c #Conflicts:    3147000 | #Constraints:      91775
3584.42/3596.31	c #Conflicts:    3148000 | #Constraints:      92802
3584.42/3596.31	c #Conflicts:    3149000 | #Constraints:      93838
3584.42/3596.31	c #Conflicts:    3150000 | #Constraints:      94863
3584.42/3596.31	c #Conflicts:    3151000 | #Constraints:      95891
3584.42/3596.31	c #Conflicts:    3152000 | #Constraints:      96915
3584.42/3596.31	c INPROCESSING
3584.42/3596.31	c GARBAGE COLLECT
3584.42/3596.31	c rational objective 1001
3600.06/3612.01	c #Conflicts:    3153000 | #Constraints:      52927
3600.06/3612.01	c #Conflicts:    3154000 | #Constraints:      53927
3600.06/3612.01	c #Conflicts:    3155000 | #Constraints:      54927
3600.06/3612.01	c #Conflicts:    3156000 | #Constraints:      55927
3600.06/3612.01	c #Conflicts:    3157000 | #Constraints:      56927
3600.06/3612.01	c #Conflicts:    3158000 | #Constraints:      57927
3600.06/3612.01	c #Conflicts:    3159000 | #Constraints:      58927
3600.06/3612.01	c #Conflicts:    3160000 | #Constraints:      59927
3600.06/3612.01	c #Conflicts:    3161000 | #Constraints:      60927
3600.06/3612.01	c #Conflicts:    3162000 | #Constraints:      61927
3600.06/3612.01	c #Conflicts:    3163000 | #Constraints:      62927
3600.06/3612.01	c #Conflicts:    3164000 | #Constraints:      63927
3600.06/3612.01	c #Conflicts:    3165000 | #Constraints:      64927
3600.06/3612.01	c #Conflicts:    3166000 | #Constraints:      65927
3600.06/3612.01	c #Conflicts:    3167000 | #Constraints:      66927
3600.06/3612.01	c cpu time 3575.41 s
3600.06/3612.01	c deterministic time 212568881511 2.13e+11
3600.06/3612.01	c optimization time 15.9334 s
3600.06/3612.01	c total solve time 3559.44 s
3600.06/3612.01	c core-guided solve time 2130.37 s
3600.06/3612.01	c propagation time 2806.5 s
3600.06/3612.01	c conflict analysis time 700.749 s
3600.06/3612.01	c propagations 800752456
3600.06/3612.01	c resolve steps 53378317
3600.06/3612.01	c decisions 8884910
3600.06/3612.01	c conflicts 3167180
3600.06/3612.01	c restarts 5626
3600.06/3612.01	c inprocessing phases 160
3600.06/3612.01	c garbage collections 160 ,( 100.00 )
3600.06/3612.01	c input clauses 5233 ,( 62.59 )
3600.06/3612.01	c input cardinalities 2667 ,( 31.90 )
3600.06/3612.01	c input general constraints 461 ,( 5.51 )
3600.06/3612.01	c input average constraint length 274.60
3600.06/3612.01	c input average constraint degree 77.49
3600.06/3612.01	c learned clauses 2034654 ,( 63.50 )
3600.06/3612.01	c learned cardinalities 273546 ,( 8.54 )
3600.06/3612.01	c learned general constraints 896192 ,( 27.97 )
3600.06/3612.01	c learned average constraint length 230.14
3600.06/3612.01	c learned average constraint degree 642860440.14
3600.06/3612.01	c watched  CF 32, 64, 128, Arb: 386163 , 0 , 0 , 0
3600.06/3612.01	c counting CF 32, 64, 128, Arb: 510491 , 0 , 0 , 0
3600.06/3612.01	c watched   constraints 386163 ,( 43.07 ) 
3600.06/3612.01	c counting  constraints 510490 ,( 56.93 ) 
3600.06/3612.01	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2056976840 , 4913585283 , 26057195147 ,( 817261020 , 25239934127 )
3600.06/3612.01	c gcd simplifications 72921
3600.06/3612.01	c detected cardinalities 42542
3600.06/3612.01	c weakened non-implied lits 316988253
3600.06/3612.01	c weakened non-implying lits 141629
3600.06/3612.01	c original variables 1966
3600.06/3612.01	c clausal propagations 334110065
3600.06/3612.01	c cardinality propagations 57769705
3600.06/3612.01	c watched propagations 12491766
3600.06/3612.01	c counting propagations 367690720
3600.06/3612.01	c watch lookups 131745142602
3600.06/3612.01	c watch backjump lookups 0
3600.06/3612.01	c watch checks 42962866445
3600.06/3612.01	c propagation checks 33872771161
3600.06/3612.01	c constraint additions 2362451336
3600.06/3612.01	c trail pops 812769273
3600.06/3612.01	c formula constraints 4015
3600.06/3612.01	c learned constraints 3132971
3600.06/3612.01	c bound constraints 1154
3600.06/3612.01	c core-guided constraints 3192
3600.06/3612.01	c encountered formula constraints 16891703
3600.06/3612.01	c encountered learned constraints 27229229
3600.06/3612.01	c encountered bound constraints 176
3600.06/3612.01	c encountered core-guided constraints 11609805
3600.06/3612.01	c LP total time 301.389 s
3600.06/3612.01	c LP solve time 271.76 s
3600.06/3612.01	c LP constraints added 6547
3600.06/3612.01	c LP constraints removed 2511
3600.06/3612.01	c LP pivots internal 3167348
3600.06/3612.01	c LP pivots root 75979
3600.06/3612.01	c LP calls 42936
3600.06/3612.01	c LP optimalities 6776
3600.06/3612.01	c LP no pivot count 2058
3600.06/3612.01	c LP infeasibilities 36153
3600.06/3612.01	c LP valid Farkas constraints 36138
3600.06/3612.01	c LP learned Farkas constraints 34359
3600.06/3612.01	c LP basis resets 18
3600.06/3612.01	c LP cycling count 0
3600.06/3612.01	c LP singular count 3
3600.06/3612.01	c LP no primal count 0
3600.06/3612.01	c LP no farkas count 15
3600.06/3612.01	c LP other issue count 0
3600.06/3612.01	c LP Gomory cuts 924
3600.06/3612.01	c LP learned cuts 1608
3600.06/3612.01	c LP deleted cuts 2511
3600.06/3612.01	c LP encountered Gomory constraints 4209
3600.06/3612.01	c LP encountered Farkas constraints 551020
3600.06/3612.01	c LP encountered learned Farkas constraints 224996
3600.06/3612.01	c CG auxiliary variables introduced 1397
3600.06/3612.01	c CG solutions found 155
3600.06/3612.01	c CG cores constructed 1000
3600.06/3612.01	c CG core cardinality constraints returned 0
3600.06/3612.01	c CG unit cores 1
3600.06/3612.01	c CG single cores 999
3600.06/3612.01	c CG blocks removed during cardinality reduction 0
3600.06/3612.01	c CG first core best 0
3600.06/3612.01	c CG decision core best 0
3600.06/3612.01	c CG core reduction tie 0
3600.06/3612.01	c CG core degree average 1.00
3600.06/3612.01	c CG core slack average 2.17
3600.06/3612.01	c CG core upper bound improvements 14
3600.06/3612.01	c STR number of successful calls 0
3600.06/3612.01	c STR number of unsuccessful calls 0
3600.06/3612.01	c STR number of inconclusive calls 0
3600.06/3612.01	c STR number of successful attempts 0
3600.06/3612.01	c STR number of unsuccessful attempts 0
3600.06/3612.01	c STR number of inconclusive attempts 0
3600.06/3612.01	c STR average degree increase per successful call inf
3600.06/3612.01	c STR average degree increase per successful attempt inf
3600.06/3612.01	c STR total number of conflicts for successful attempts 0
3600.06/3612.01	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3612.01	c STR total number of conflicts for inconclusive attempts 0
3600.06/3612.01	c STR average number of conflicts per successful attempt inf
3600.06/3612.01	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3612.01	c STR average number of conflicts per inconclusive attempt inf
3600.06/3612.01	c AVG.sumWPerc 48.12 
3600.06/3612.01	c bigint constraints 0 
3600.06/3612.01	o 1036
3600.06/3612.01	s SATISFIABLE
3600.06/3612.01	v x1 -x2 x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 x13 x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 x22 -x23 x24 x25 x26 x27 x28 x29 -x30 x31 x32 -x33 x34 x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 x44 x45 -x46 x47 x48 -x49 -x50 -x51 -x52 -x53 x54 x55 x56 x57 -x58 x59 x60 -x61 x62 -x63 -x64 -x65 x66 x67 -x68 x69 -x70 x71 -x72 x73 x74 x75 x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 x98 x99 x100 -x101 -x102 x103 x104 -x105 -x106 -x107 -x108 x109 x110 -x111 x112 x113 x114 -x115 x116 x117 x118 x119 x120 -x121 -x122 x123 x124 -x125 -x126 -x127 x128 x129 x130 x131 x132 x133 x134 -x135 -x136 x137 -x138 x139 x140 x141 x142 x143 -x144 x145 x146 x147 x148 -x149 x150 x151 -x152 -x153 x154 x155 x156 -x157 x158 x159 x160 x161 x162 -x163 -x164 x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 x180 -x181 -x182 x183 -x184 x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 x194 -x195 -x196 x197 x198 x199 x200 -x201 -x202 x203 -x204 x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 x222 x223 -x224 -x225 x226 x227 x228 -x229 -x230 -x231 x232 -x233 x234 x235 x236 x237 -x238 x239 -x240 x241 -x242 x243 x244 -x245 -x246 -x247 -x248 x249 -x250 x251 x252 -x253 x254 x255 x256 -x257 x258 -x259 x260 -x261 -x262 x263 -x264 x265 x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 x274 x275 x276 -x277 -x278 x279 x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 -x291 -x292 x293 x294 -x295 -x296 x297 -x298 x299 -x300 x301 -x302 -x303 -x304 x305 x306 x307 x308 -x309 -x310 -x311 x312 -x313 -x314 x315 x316 x317 x318 -x319 -x320 x321 x322 x323 x324 x325 x326 -x327 -x328 -x329 x330 -x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 x340 x341 x342 -x343 -x344 -x345 -x346 x347 x348 -x349 x350 -x351 x352 -x353 -x354 x355 x356 -x357 -x358 -x359 -x360 x361 x362 -x363 -x364 x365 x366 x367 -x368 x369 -x370 x371 x372 -x373 x374 -x375 x376 -x377 x378 x379 x380 x381 -x382 x383 x384 -x385 x386 -x387 x388 -x389 x390 x391 x392 -x393 -x394 -x395 -x396 -x397 x398 x399 -x400 -x401 -x402 x403 x404 x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 x413 -x414 -x415 x416 x417 x418 -x419 x420 x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 x431 -x432 -x433 -x434 x435 x436 -x437 -x438 -x439 x440 -x441 x442 x443 -x444 x445 x446 -x447 x448 x449 -x450 x451 -x452 x453 -x454 -x455 x456 -x457 x458 x459 x460 x461 x462 x463 x464 -x465 x466 x467 -x468 -x469 -x470 x471 x472 -x473 x474 -x475 x476 -x477 x478 x479 -x480 x481 -x482 -x483 x484 x485 -x486 -x487 x488 -x489 x490 x491 -x492 x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 x501 -x502 x503 -x504 x505 x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 x514 x515 -x516 -x517 -x518 x519 x520 x521 x522 -x523 x524 -x525 x526 -x527 x528 x529 x530 x531 x532 -x533 -x534 -x535 x536 -x537 x538 x539 x540 -x541 -x542 -x543 x544 -x545 x546 x547 -x548 -x549 -x550 -x551 x552 x553 -x554 -x555 x556 x557 -x558 x559 -x560 -x561 x562 x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 x575 x576 -x577 -x578 -x579 x580 x581 x582 -x583 x584 -x585 -x586 x587 x588 -x589 -x590 -x591 x592 x593 x594 x595 x596 x597 x598 -x599 -x600 x601 x602 x603 x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 x615 x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 x625 -x626 x627 x628 -x629 x630 x631 x632 -x633 x634 -x635 -x636 x637 x638 -x639 -x640 x641 x642 x643 x644 -x645 -x646 -x647 -x648 x649 x650 -x651 x652 x653 -x654 x655 -x656 x657 -x658 x659 -x660 -x661 x662 x663 -x664 x665 x666 -x667 -x668 x669 -x670 -x671 x672 -x673 -x674 -x675 x676 -x677 -x678 x679 -x680 x681 -x682 x683 -x684 x685 -x686 -x687 -x688 x689 -x690 x691 -x692 x693 x694 x695 -x696 x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 x706 -x707 -x708 x709 -x710 -x711 -x712 -x713 -x714 x715 x716 -x717 x718 x719 -x720 x721 x722 x723 x724 -x725 x726 x727 x728 x729 -x730 -x731 x732 x733 x734 x735 x736 x737 -x738 -x739 x740 -x741 x742 x743 -x744 x745 x746 x747 x748 x749 -x750 x751 x752 -x753 x754 x755 -x756 -x757 -x758 x759 x760 x761 x762 -x763 x764 x765 x766 x767 -x768 -x769 -x770 -x771 x772 x773 -x774 x775 x776 -x777 -x778 x779 x780 -x781 -x782 -x783 x784 -x785 x786 -x787 x788 -x789 x790 x791 x792 -x793 x794 x795 x796 -x797 -x798 -x799 x800 x801 x802 -x803 -x804 x805 x806 -x807 x808 x809 -x810 x811 -x812 -x813 x814 x815 x816 x817 -x818 x819 x820 x821 -x822 x823 -x824 -x825 -x826 -x827 -x828 -x829 x830 -x831 -x832 x833 -x834 x835 x836 -x837 x838 -x839 x840 -x841 x842 -x843 -x844 x845 x846 x847 x848 -x849 -x850 x851 -x852 x853 -x854 x855 -x856 x857 -x858 x859 -x860 x861 x862 x863 x864 -x865 -x866 x867 x868 -x869 -x870 x871 x872 -x873 x874 -x875 x876 x877 x878 -x879 -x880 x881 -x882 -x883 x884 -x885 x886 -x887 -x888 x889 x890 -x891 x892 x893 -x894 -x895 x896 -x897 -x898 -x899 x900 -x901 x902 x903 x904 -x905 -x906 x907 x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 x917 x918 x919 x920 x921 -x922 -x923 -x924 -x925 -x926 x927 x928 x929 x930 -x931 -x932 x933 x934 -x935 x936 -x937 -x938 x939 x940 x941 x942 x943 x944 x945 -x946 x947 -x948 x949 x950 -x951 x952 x953 x954 -x955 x956 -x957 -x958 -x959 x960 x961 x962 -x963 -x964 -x965 -x966 x967 -x968 x969 -x970 x971 -x972 x973 x974 x975 -x976 x977 -x978 -x979 x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 x991 x992 x993 -x994 x995 x996 -x997 -x998 x999 -x1000 x1001 x1002 x1003 -x1004 -x1005 x1006 -x1007 -x1008 x1009 x1010 x1011 -x1012 x1013 -x1014 x1015 x1016 x1017 -x1018 x1019 x1020 x1021 -x1022 x1023 -x1024 x1025 x1026 x1027 x1028 x1029 -x1030 x1031 x1032 x1033 -x1034 x1035 x1036 -x1037 x1038 x1039 -x1040 -x1041 x1042 x1043 -x1044 x1045 x1046 x1047 -x1048 -x1049 x1050 -x1051 x1052 x1053 -x1054 -x1055 x1056 x1057 -x1058 -x1059 -x1060 -x1061 -x1062 x1063 x1064 x1065 x1066 -x1067 -x1068 x1069 x1070 x1071 x1072 -x1073 x1074 x1075 x1076 x1077 -x1078 -x1079 x1080 x1081 -x1082 x1083 x1084 -x1085 -x1086 -x1087 -x1088 x1089 x1090 -x1091 x1092 x1093 x1094 x1095 x1096 x1097 -x1098 x1099 -x1100 x1101 x1102 x1103 x1104 x1105 -x1106 x1107 -x1108 x1109 -x1110 x1111 -x1112 -x1113 x1114 -x1115 x1116 x1117 -x1118 x1119 x1120 x1121 x1122 x1123 x1124 -x1125 x1126 x1127 -x1128 x1129 x1130 -x1131 x1132 -x1133 x1134 -x1135 -x1136 x1137 -x1138 x1139 -x1140 -x1141 x1142 x1143 x1144 x1145 x1146 x1147 x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 x1155 x1156 x1157 -x1158 -x1159 x1160 x1161 -x1162 -x1163 x1164 x1165 x1166 x1167 x1168 -x1169 -x1170 -x1171 x1172 -x1173 x1174 -x1175 x1176 -x1177 x1178 x1179 x1180 x1181 -x1182 x1183 -x1184 -x1185 x1186 -x1187 x1188 x1189 -x1190 -x1191 x1192 -x1193 -x1194 -x1195 -x1196 x1197 x1198 x1199 x1200 -x1201 -x1202 -x1203 x1204 x1205 x1206 -x1207 -x1208 x1209 -x1210 -x1211 x1212 x1213 x1214 x1215 x1216 -x1217 x1218 -x1219 x1220 -x1221 -x1222 -x1223 -x1224 x1225 x1226 x1227 x1228 -x1229 x1230 -x1231 x1232 x1233 -x1234 x1235 -x1236 -x1237 x1238 -x1239 -x1240 x1241 -x1242 x1243 -x1244 x1245 -x1246 -x1247 -x1248 x1249 x1250 x1251 x1252 -x1253 -x1254 x1255 x1256 x1257 x1258 x1259 -x1260 x1261 x1262 x1263 x1264 -x1265 -x1266 -x1267 -x1268 x1269 x1270 -x1271 -x1272 x1273 x1274 -x1275 -x1276 -x1277 x1278 x1279 -x1280 -x1281 x1282 x1283 -x1284 x1285 x1286 x1287 -x1288 x1289 x1290 -x1291 -x1292 x1293 x1294 -x1295 x1296 x1297 x1298 -x1299 -x1300 x1301 -x1302 x1303 -x1304 -x1305 -x1306 x1307 x1308 x1309 -x1310 -x1311 -x1312 -x1313 -x1314 x1315 x1316 x1317 x1318 x1319 x1320 -x1321 -x1322 -x1323 -x1324 x1325 x1326 -x1327 -x1328 x1329 -x1330 -x1331 x1332 -x1333 x1334 -x1335 -x1336 x1337 x1338 x1339 x1340 -x1341 -x1342 -x1343 x1344 x1345 -x1346 x1347 x1348 x1349 -x1350 -x1351 -x1352 x1353 -x1354 x1355 -x1356 x1357 x1358 x1359 -x1360 x1361 x1362 x1363 -x1364 -x1365 x1366 x1367 -x1368 -x1369 x1370 x1371 x1372 x1373 x1374 x1375 x1376 -x1377 -x1378 -x1379 -x1380 x1381 x1382 -x1383 -x1384 x1385 x1386 -x1387 -x1388 x1389 -x1390 x1391 x1392 -x1393 x1394 x1395 -x1396 x1397 x1398 -x1399 -x1400 -x1401 x1402 x1403 x1404 -x1405 x1406 -x1407 -x1408 -x1409 x1410 x1411 x1412 x1413 x1414 x1415 x1416 x1417 x1418 x1419 -x1420 -x1421 x1422 x1423 -x1424 x1425 x1426 -x1427 -x1428 x1429 x1430 -x1431 x1432 x1433 x1434 x1435 x1436 -x1437 -x1438 -x1439 x1440 -x1441 x1442 -x1443 -x1444 -x1445 -x1446 x1447 x1448 -x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 -x1456 -x1457 x1458 -x1459 x1460 -x1461 x1462 x1463 x1464 x1465 x1466 -x1467 x1468 -x1469 x1470 x1471 x1472 -x1473 x1474 -x1475 x1476 -x1477 -x1478 x1479 x1480 x1481 -x1482 x1483 -x1484 x1485 -x1486 -x1487 x1488 -x1489 -x1490 x1491 -x1492 x1493 x1494 x1495 x1496 x1497 -x1498 -x1499 -x1500 -x1501 -x1502 x1503 -x1504 -x1505 x1506 x1507 x1508 -x1509 x1510 -x1511 -x1512 -x1513 x1514 x1515 x1516 -x1517 -x1518 -x1519 x1520 -x1521 x1522 -x1523 x1524 -x1525 -x1526 -x1527 x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 x1535 -x1536 -x1537 -x1538 x1539 x1540 x1541 x1542 x1543 -x1544 -x1545 -x1546 x1547 -x1548 -x1549 -x1550 x1551 x1552 x1553 -x1554 x1555 -x1556 -x1557 x1558 -x1559 -x1560 x1561 x1562 x1563 -x1564 -x1565 -x1566 -x1567 x1568 x1569 -x1570 x1571 x1572 x1573 -x1574 x1575 x1576 -x1577 -x1578 x1579 -x1580 x1581 -x1582 -x1583 -x1584 -x1585 x1586 -x1587 x1588 -x1589 x1590 x1591 x1592 -x1593 x1594 -x1595 x1596 -x1597 -x1598 x1599 x1600 x1601 x1602 -x1603 x1604 x1605 -x1606 -x1607 -x1608 -x1609 x1610 -x1611 x1612 x1613 -x1614 x1615 x1616 x1617 -x1618 -x1619 -x1620 x1621 -x1622 x1623 -x1624 x1625 -x1626 x1627 -x1628 -x1629 -x1630 -x1631 x1632 -x1633 x1634 -x1635 -x1636 -x1637 x1638 x1639 -x1640 x1641 -x1642 x1643 x1644 x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 x1652 x1653 -x1654 x1655 -x1656 -x1657 -x1658 x1659 -x1660 x1661 -x1662 -x1663 x1664 x1665 x1666 -x1667 -x1668 -x1669 -x1670 x1671 -x1672 x1673 x1674 -x1675 -x1676 -x1677 x1678 x1679 -x1680 x1681 x1682 x1683 -x1684 -x1685 -x1686 x1687 -x1688 -x1689 x1690 x1691 -x1692 x1693 -x1694 x1695 x1696 -x1697 -x1698 x1699 x1700 -x1701 x1702 x1703 -x1704 x1705 x1706 x1707 x1708 x1709 -x1710 x1711 -x1712 x1713 -x1714 x1715 x1716 x1717 -x1718 x1719 x1720 -x1721 x1722 x1723 -x1724 -x1725 x1726 x1727 x1728 -x1729 x1730 -x1731 x1732 -x1733 x1734 -x1735 x1736 x1737 x1738 x1739 x1740 x1741 x1742 -x1743 -x1744 x1745 x1746 x1747 -x1748 x1749 -x1750 -x1751 -x1752 -x1753 x1754 -x1755 -x1756 x1757 x1758 -x1759 x1760 -x1761 x1762 -x1763 x1764 x1765 x1766 x1767 -x1768 x1769 x1770 x1771 x1772 -x1773 -x1774 x1775 x1776 -x1777 -x1778 x1779 x1780 x1781 x1782 x1783 -x1784 x1785 -x1786 -x1787 x1788 -x1789 -x1790 x1791 x1792 -x1793 x1794 -x1795 x1796 -x1797 x1798 x1799 x1800 -x1801 x1802 -x1803 x1804 x1805 x1806 -x1807 x1808 x1809 -x1810 x1811 x1812 -x1813 -x1814 x1815 -x1816 -x1817 -x1818 x1819 x1820 x1821 -x1822 x1823 x1824 x1825 x1826 x1827 x1828 -x1829 x1830 -x1831 -x1832 -x1833 x1834 x1835 -x1836 -x1837 -x1838 x1839 x1840 -x1841 -x1842 x1843 x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 x1851 -x1852 x1853 x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 x1863 -x1864 x1865 x1866 -x1867 x1868 x1869 x1870 x1871 x1872 -x1873 -x1874 x1875 x1876 x1877 x1878 x1879 x1880 x1881 -x1882 -x1883 x1884 x1885 -x1886 x1887 x1888 x1889 -x1890 x1891 -x1892 -x1893 x1894 x1895 -x1896 -x1897 x1898 -x1899 -x1900 -x1901 -x1902 x1903 -x1904 x1905 -x1906 -x1907 x1908 -x1909 x1910 x1911 -x1912 x1913 x1914 x1915 x1916 x1917 x1918 -x1919 x1920 x1921 -x1922 -x1923 x1924 x1925 -x1926 -x1927 -x1928 x1929 x1930 x1931 -x1932 x1933 -x1934 -x1935 x1936 x1937 -x1938 x1939 x1940 x1941 x1942 -x1943 x1944 x1945 -x1946 x1947 x1948 x1949 x1950 x1951 x1952 x1953 x1954 -x1955 -x1956 -x1957 x1958 x1959 -x1960 x1961 -x1962 x1963
3600.06/3612.01	c Program interrupted by user.

Verifier Data

OK	1036

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63116 MiB free)
  memory of node 1: 64465 MiB (63237 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488728-1751330710/watcher-4488728-1751330710 -o /tmp/evaluation-result-4488728-1751330710/solver-4488728-1751330710 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751327095-44104 --watchdog 3760 run-opt-break.sh HOME/instance-4488728-1751330710.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=44588, runsolver pid=44585

[startup+0.100067 s]*
/proc/loadavg: 4.57 4.29 4.13 5/253 44591
/proc/meminfo: memFree=129383168/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=58700 memory=12720 CPUtime=0.04 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 1727 0 0 0 3 1 0 0 20 0 1 0 48750425 60108800 3148 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 14675 3180 2240 1147 0 2102 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 62892 KiB
Current children cumulated memory: 15664 KiB

[startup+0.213398 s]*
/proc/loadavg: 4.57 4.29 4.13 5/253 44591
/proc/meminfo: memFree=129381152/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=61632 memory=16304 CPUtime=0.15 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 2514 0 0 0 12 3 0 0 20 0 1 0 48750425 63111168 4076 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 15408 4076 2368 1147 0 2835 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 65824 KiB
Current children cumulated memory: 19248 KiB

[startup+0.312952 s]*
/proc/loadavg: 4.57 4.29 4.13 5/253 44591
/proc/meminfo: memFree=129373340/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=62220 memory=19088 CPUtime=0.25 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 2672 0 0 0 21 4 0 0 20 0 1 0 48750425 63713280 4772 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 15555 4772 2400 1147 0 2982 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 66412 KiB
Current children cumulated memory: 22032 KiB

[startup+0.700352 s]
/proc/loadavg: 4.57 4.29 4.13 5/253 44591
/proc/meminfo: memFree=129359416/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=71240 memory=29240 CPUtime=0.63 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 4713 0 0 0 54 9 0 0 20 0 1 0 48750425 72949760 7310 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 17810 7310 2400 1147 0 5237 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 75432 KiB
Current children cumulated memory: 32184 KiB

[startup+1.50039 s]
/proc/loadavg: 4.57 4.29 4.13 5/253 44591
/proc/meminfo: memFree=129342252/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=100288 memory=54100 CPUtime=1.42 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 9909 0 0 0 124 18 0 0 20 0 1 0 48750425 102694912 13525 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 25072 13525 2400 1147 0 12499 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 104480 KiB
Current children cumulated memory: 57044 KiB

[startup+3.11305 s]
/proc/loadavg: 4.57 4.29 4.13 5/253 44591
/proc/meminfo: memFree=129229596/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=129608 memory=75488 CPUtime=3.03 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 14218 0 0 0 280 23 0 0 20 0 1 0 48750425 132718592 18872 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 32402 18872 2432 1147 0 19829 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 133800 KiB
Current children cumulated memory: 78432 KiB

[startup+6.30035 s]
/proc/loadavg: 4.52 4.28 4.12 5/253 44591
/proc/meminfo: memFree=129197600/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=158836 memory=96992 CPUtime=6.2 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 19583 0 0 0 589 31 0 0 20 0 1 0 48750425 162648064 24248 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 39709 24248 2432 1147 0 27136 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 163028 KiB
Current children cumulated memory: 99936 KiB

[startup+12.7004 s]
/proc/loadavg: 4.48 4.28 4.12 5/253 44591
/proc/meminfo: memFree=129136928/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=163148 memory=106328 CPUtime=12.59 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 20925 0 0 0 1215 44 0 0 20 0 1 0 48750425 167063552 26582 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 40787 26582 2432 1147 0 28214 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 167340 KiB
Current children cumulated memory: 109272 KiB

[startup+25.5004 s]
/proc/loadavg: 4.44 4.28 4.13 5/253 44591
/proc/meminfo: memFree=128997824/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=215948 memory=153356 CPUtime=25.34 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 30635 0 0 0 2466 68 0 0 20 0 1 0 48750425 221130752 38339 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 53987 38339 2432 1147 0 41414 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 220140 KiB
Current children cumulated memory: 156300 KiB

[startup+51.1131 s]
/proc/loadavg: 4.29 4.26 4.12 5/253 44592
/proc/meminfo: memFree=128772164/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=285728 memory=209064 CPUtime=50.88 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 42510 0 0 0 4980 108 0 0 20 0 1 0 48750425 292585472 52266 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 71432 52266 2432 1147 0 58859 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 289920 KiB
Current children cumulated memory: 212008 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.25 4.12 5/253 44593
/proc/meminfo: memFree=128680884/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=305648 memory=229032 CPUtime=101.9 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 47535 0 0 0 10016 174 0 0 20 0 1 0 48750425 312983552 57258 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 76412 57258 2432 1147 0 63839 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 309840 KiB
Current children cumulated memory: 231976 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.23 4.12 5/256 44604
/proc/meminfo: memFree=128525852/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=349912 memory=258380 CPUtime=161.72 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 51802 0 0 0 15921 251 0 0 20 0 1 0 48750425 358309888 64595 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 87478 64595 2432 1147 0 74905 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 354104 KiB
Current children cumulated memory: 261324 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.20 4.12 5/256 44606
/proc/meminfo: memFree=128399652/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=393748 memory=289484 CPUtime=221.53 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 59570 0 0 0 21835 318 0 0 20 0 1 0 48750425 403197952 72371 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 98437 72371 2432 1147 0 85864 0
Current children cumulated CPU time: 221.54 s

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

/proc/44591/statm: 285337 256001 2528 1147 0 272764 0
Current children cumulated CPU time: 3032.14 s
Current children cumulated vsize: 1145540 KiB
Current children cumulated memory: 1026948 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/255 44759
/proc/meminfo: memFree=126261336/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1141348 memory=1024004 CPUtime=3091.95 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 155880 0 0 0 306894 2301 0 0 20 0 1 0 48750425 1168740352 256001 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 285337 256001 2528 1147 0 272764 0
Current children cumulated CPU time: 3091.96 s
Current children cumulated vsize: 1145540 KiB
Current children cumulated memory: 1026948 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/255 44767
/proc/meminfo: memFree=126062512/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1141348 memory=1024004 CPUtime=3151.76 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 155926 0 0 0 312861 2315 0 0 20 0 1 0 48750425 1168740352 256001 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 285337 256001 2528 1147 0 272764 0
Current children cumulated CPU time: 3151.77 s
Current children cumulated vsize: 1145540 KiB
Current children cumulated memory: 1026948 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/254 44769
/proc/meminfo: memFree=126049888/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1141348 memory=1024004 CPUtime=3211.58 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 155931 0 0 0 318831 2327 0 0 20 0 1 0 48750425 1168740352 256001 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 285337 256001 2528 1147 0 272764 0
Current children cumulated CPU time: 3211.59 s
Current children cumulated vsize: 1145540 KiB
Current children cumulated memory: 1026948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.78 4.30 4.15 5/254 44771
/proc/meminfo: memFree=126010648/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1141348 memory=1024004 CPUtime=3271.39 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 155933 0 0 0 324801 2338 0 0 20 0 1 0 48750425 1168740352 256001 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 285337 256001 2528 1147 0 272764 0
Current children cumulated CPU time: 3271.4 s
Current children cumulated vsize: 1145540 KiB
Current children cumulated memory: 1026948 KiB

[startup+3342.3 s]
/proc/loadavg: 5.13 4.51 4.24 5/254 44776
/proc/meminfo: memFree=125983420/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1141348 memory=1024004 CPUtime=3331.21 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 155936 0 0 0 330772 2349 0 0 20 0 1 0 48750425 1168740352 256001 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 285337 256001 2528 1147 0 272764 0
Current children cumulated CPU time: 3331.22 s
Current children cumulated vsize: 1145540 KiB
Current children cumulated memory: 1026948 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.43 4.23 5/254 44778
/proc/meminfo: memFree=125940332/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1141792 memory=1024260 CPUtime=3391.02 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 156003 0 0 0 336741 2361 0 0 20 0 1 0 48750425 1169195008 256065 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 285448 256065 2528 1147 0 272875 0
Current children cumulated CPU time: 3391.03 s
Current children cumulated vsize: 1145984 KiB
Current children cumulated memory: 1027204 KiB

[startup+3462.3 s]
/proc/loadavg: 4.69 4.51 4.27 5/254 44780
/proc/meminfo: memFree=125898468/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1144608 memory=1025920 CPUtime=3450.83 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 157540 0 0 0 342697 2386 0 0 20 0 1 0 48750425 1172078592 256480 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 286152 256480 2528 1147 0 273579 0
Current children cumulated CPU time: 3450.84 s
Current children cumulated vsize: 1148800 KiB
Current children cumulated memory: 1028864 KiB

[startup+3522.3 s]
/proc/loadavg: 4.98 4.63 4.32 5/254 44782
/proc/meminfo: memFree=125927328/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1151436 memory=1031296 CPUtime=3510.63 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 158942 0 0 0 348651 2412 0 0 20 0 1 0 48750425 1179070464 257824 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 287859 257824 2528 1147 0 275286 0
Current children cumulated CPU time: 3510.64 s
Current children cumulated vsize: 1155628 KiB
Current children cumulated memory: 1034240 KiB

[startup+3582.3 s]
/proc/loadavg: 5.15 4.74 4.39 5/254 44784
/proc/meminfo: memFree=125923616/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1158688 memory=1035520 CPUtime=3570.45 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 160030 0 0 0 354601 2444 0 0 20 0 1 0 48750425 1186496512 258880 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 289672 258880 2528 1147 0 277099 0
Current children cumulated CPU time: 3570.46 s
Current children cumulated vsize: 1162880 KiB
Current children cumulated memory: 1038464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 5.07 4.77 4.41 4/243 44846
/proc/meminfo: memFree=128483276/131382116 swapFree=33010684/33010684
[pid=44588] ppid=44585 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/44588/stat : 44588 (run-opt-break.s) S 44585 44588 44092 0 -1 4194304 238 1443 0 0 0 0 1 0 20 0 1 0 48750420 4292608 736 18446744073709551615 94096784060416 94096784954949 140732512515552 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94096785194000 94096785241744 94096817721344 140732512520545 140732512520674 140732512520674 140732512526276 0
/proc/44588/statm: 1048 736 672 219 0 110 0
[pid=44591] ppid=44588 vsize=1163384 memory=1039616 CPUtime=3600.05 cores=1,3
/proc/44591/stat : 44591 (roundingsat) R 44588 44588 44092 0 -1 4194304 161047 0 0 0 357540 2465 0 0 20 0 1 0 48750425 1191305216 259904 18446744073709551615 4227072 8923433 140726387429488 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26124288 140726387431780 140726387431976 140726387431976 140726387437546 0
/proc/44591/statm: 290846 259904 2528 1147 0 278273 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1167576 KiB
Current children cumulated memory: 1042560 KiB

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

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

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

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

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

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

Child status: 2

Real time (s): 3612.02
CPU time (s): 3600.1
CPU user time (s): 3575.43
CPU system time (s): 24.6708
CPU usage (%): 99.6699
Max. virtual memory (cumulated for all children) (KiB): 1167576
Max. memory (cumulated for all children) (KiB): 1042560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.43
system time used= 24.6708
maximum resident set size= 1039744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 414
involuntary context switches= 19857


# summary of solver processes directly reported to runsolver:
#   pid: 44588,44591
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3575.43
#   total CPU system time (s): 24.6708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7203 second user time and 37.1808 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-01 02:45:10
IDJOB=4488728
IDBENCH=147530
IDSOLVER=3359
FILE ID=nodeC010/4488728-1751330710
RUNJOBID= nodeC010-1751327095-44104
SLURM_JOB_ID= 9594364
Free space on /tmp= 432668 MiB

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

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

MD5SUM BENCH= 2f43827d921579f008f60b037bb7dde7
RANDOM SEED=2088512361

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129395768 kB
MemAvailable:   129819908 kB
Buffers:            3280 kB
Cached:          1231612 kB
SwapCached:            0 kB
Active:           532352 kB
Inactive:         925932 kB
Active(anon):     241388 kB
Inactive(anon):        0 kB
Active(file):     290964 kB
Inactive(file):   925932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30372 kB
Writeback:             8 kB
AnonPages:        226556 kB
Mapped:           117124 kB
Shmem:             17960 kB
KReclaimable:      93744 kB
Slab:             177704 kB
SReclaimable:      93744 kB
SUnreclaim:        83960 kB
KernelStack:        4064 kB
PageTables:         3644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     581296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432660 MiB
End job on nodeC010 at 2025-07-01 03:45:22