Trace number 4488959

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
MD5SUM4613bd71ebda28f991e46514414d76dd
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1035
Best CPU time to get the best result obtained on this benchmark3585.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
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 1968
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 1968
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 1968
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-4488959-1751334528.opb'
0.00/0.02	c 	read 0.11MB  (2.67ms)
0.00/0.02	c	 [cnf: #variables 1968 #clauses 4000 #duplicates 1 #arr 9966]
0.00/0.02	c output proof to 'PROOFDIR/proof-4488959-1751334528'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 18] (3.21ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.51ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 9904 #edges 27804]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 5.12*10^2 #generators 9] (2.34ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	(0.01ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c add generic predicates (break_depth=20)
0.00/0.03	c 	added predicates for 9 generators (0.01ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 9 #add_vars 0]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4488959-1751334528.opb.pre'
0.00/0.03	c 	wrote 0.12MB (0.50ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   3.21ms 29.88% approx_orbits
0.00/0.03	c                   2.67ms 24.81% parse
0.00/0.03	c                   2.34ms 21.76% detect_generic
0.00/0.03	c                   1.43ms 13.26% other
0.00/0.03	c                   0.51ms  4.76% detect_special
0.00/0.03	c                   0.50ms  4.62% output
0.00/0.03	c                   0.08ms  0.74% finalize_order
0.00/0.03	c                   0.01ms  0.09% optimize_gens
0.00/0.03	c                   0.01ms  0.08% break_generic
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  10.75ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.09	c #variables 1968 #constraints 4008
0.00/0.09	c objective is ce32 
0.00/0.09	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.09	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.09	c bounds - >= 0 @ 0.034787
0.15/0.23	c bounds 1190 >= 0 @ 0.13805
0.15/0.23	c bounds 1190 >= 1 @ 0.139465
0.15/0.23	c bounds 1190 >= 2 @ 0.141323
0.15/0.23	c bounds 1190 >= 3 @ 0.14331
0.15/0.24	c bounds 1190 >= 4 @ 0.144801
0.15/0.24	c bounds 1190 >= 5 @ 0.146367
0.15/0.24	c bounds 1190 >= 6 @ 0.147852
0.15/0.24	c bounds 1190 >= 7 @ 0.149348
0.15/0.24	c bounds 1190 >= 8 @ 0.150847
0.15/0.24	c bounds 1190 >= 9 @ 0.152342
0.15/0.24	c bounds 1190 >= 10 @ 0.153837
0.15/0.25	c bounds 1190 >= 11 @ 0.155331
0.15/0.25	c bounds 1190 >= 12 @ 0.156823
0.15/0.25	c bounds 1190 >= 13 @ 0.158306
0.15/0.25	c bounds 1190 >= 14 @ 0.159892
0.15/0.25	c bounds 1190 >= 15 @ 0.16149
0.15/0.25	c bounds 1190 >= 16 @ 0.163087
0.15/0.26	c bounds 1190 >= 17 @ 0.164687
0.15/0.26	c bounds 1190 >= 18 @ 0.166289
0.15/0.26	c bounds 1190 >= 19 @ 0.16789
0.15/0.26	c bounds 1190 >= 20 @ 0.169484
0.15/0.26	c bounds 1190 >= 21 @ 0.170086
0.15/0.26	c bounds 1190 >= 22 @ 0.17169
0.15/0.27	c bounds 1190 >= 23 @ 0.173304
0.15/0.27	c bounds 1190 >= 24 @ 0.174898
0.15/0.27	c bounds 1190 >= 25 @ 0.176492
0.15/0.27	c bounds 1190 >= 26 @ 0.178092
0.15/0.27	c bounds 1190 >= 27 @ 0.179679
0.15/0.27	c bounds 1190 >= 28 @ 0.181262
0.15/0.28	c bounds 1190 >= 29 @ 0.182839
0.15/0.28	c bounds 1190 >= 30 @ 0.184433
0.15/0.28	c bounds 1190 >= 31 @ 0.186015
0.15/0.28	c bounds 1190 >= 32 @ 0.187593
0.15/0.28	c bounds 1190 >= 33 @ 0.189187
0.15/0.28	c bounds 1190 >= 34 @ 0.190765
0.15/0.28	c bounds 1190 >= 35 @ 0.192354
0.15/0.29	c bounds 1190 >= 36 @ 0.193949
0.15/0.29	c bounds 1190 >= 37 @ 0.195527
0.15/0.29	c bounds 1190 >= 38 @ 0.197109
0.15/0.29	c bounds 1190 >= 39 @ 0.198699
0.15/0.29	c bounds 1190 >= 40 @ 0.199377
0.15/0.29	c bounds 1190 >= 41 @ 0.200886
0.15/0.30	c bounds 1190 >= 42 @ 0.201542
0.15/0.30	c bounds 1190 >= 43 @ 0.202998
0.15/0.30	c bounds 1190 >= 44 @ 0.204483
0.15/0.30	c bounds 1190 >= 45 @ 0.205961
0.15/0.30	c bounds 1190 >= 46 @ 0.207451
0.15/0.30	c bounds 1190 >= 47 @ 0.209026
0.15/0.30	c bounds 1190 >= 48 @ 0.210613
0.15/0.31	c bounds 1190 >= 49 @ 0.212198
0.15/0.31	c bounds 1190 >= 50 @ 0.213766
0.15/0.31	c bounds 1190 >= 51 @ 0.215349
0.15/0.31	c bounds 1190 >= 52 @ 0.216958
0.15/0.31	c bounds 1190 >= 53 @ 0.218561
0.15/0.31	c bounds 1190 >= 54 @ 0.220165
0.15/0.32	c bounds 1190 >= 55 @ 0.22177
0.15/0.32	c bounds 1190 >= 56 @ 0.22337
0.15/0.32	c bounds 1190 >= 57 @ 0.224961
0.15/0.32	c bounds 1190 >= 58 @ 0.226559
0.24/0.32	c bounds 1190 >= 59 @ 0.22816
0.24/0.32	c bounds 1190 >= 60 @ 0.22974
0.24/0.33	c bounds 1190 >= 61 @ 0.231317
0.24/0.33	c bounds 1190 >= 62 @ 0.232893
0.24/0.33	c bounds 1190 >= 63 @ 0.23447
0.24/0.33	c bounds 1190 >= 64 @ 0.236045
0.24/0.33	c bounds 1190 >= 65 @ 0.237612
0.24/0.33	c bounds 1190 >= 66 @ 0.239202
0.24/0.34	c bounds 1190 >= 67 @ 0.240775
0.24/0.34	c bounds 1190 >= 68 @ 0.242343
0.24/0.34	c bounds 1190 >= 69 @ 0.243919
0.24/0.34	c bounds 1190 >= 70 @ 0.245505
0.24/0.34	c bounds 1190 >= 71 @ 0.247075
0.24/0.34	c bounds 1190 >= 72 @ 0.248562
0.24/0.34	c bounds 1190 >= 73 @ 0.250022
0.24/0.35	c bounds 1190 >= 74 @ 0.25148
0.24/0.35	c bounds 1190 >= 75 @ 0.252941
0.24/0.35	c bounds 1190 >= 76 @ 0.254433
0.24/0.35	c bounds 1190 >= 77 @ 0.255906
0.24/0.35	c bounds 1190 >= 78 @ 0.257372
0.24/0.35	c bounds 1190 >= 79 @ 0.258826
0.24/0.36	c bounds 1190 >= 80 @ 0.2607
0.24/0.36	c bounds 1190 >= 81 @ 0.262901
0.24/0.36	c bounds 1190 >= 82 @ 0.264483
0.24/0.36	c bounds 1190 >= 83 @ 0.265939
0.24/0.36	c bounds 1190 >= 84 @ 0.267491
0.24/0.36	c bounds 1190 >= 85 @ 0.269053
0.24/0.37	c bounds 1190 >= 86 @ 0.270616
0.24/0.37	c bounds 1190 >= 87 @ 0.272166
0.24/0.37	c bounds 1190 >= 88 @ 0.273724
0.24/0.37	c bounds 1190 >= 89 @ 0.275289
0.24/0.37	c bounds 1190 >= 90 @ 0.276831
0.24/0.37	c bounds 1190 >= 91 @ 0.278389
0.24/0.38	c bounds 1190 >= 92 @ 0.27994
0.24/0.38	c bounds 1190 >= 93 @ 0.280597
0.24/0.38	c bounds 1190 >= 94 @ 0.282099
0.24/0.38	c bounds 1190 >= 95 @ 0.283679
0.24/0.38	c bounds 1190 >= 96 @ 0.285232
0.24/0.38	c bounds 1190 >= 97 @ 0.286772
0.24/0.38	c bounds 1190 >= 98 @ 0.287393
0.24/0.39	c bounds 1190 >= 99 @ 0.288885
0.24/0.39	c bounds 1190 >= 100 @ 0.2904
0.24/0.39	c bounds 1190 >= 101 @ 0.291975
0.24/0.39	c bounds 1190 >= 102 @ 0.29353
0.24/0.39	c bounds 1190 >= 103 @ 0.295094
0.24/0.39	c bounds 1190 >= 104 @ 0.296584
0.24/0.40	c bounds 1190 >= 105 @ 0.298025
0.24/0.40	c bounds 1190 >= 106 @ 0.299486
0.24/0.40	c bounds 1190 >= 107 @ 0.300932
0.24/0.40	c bounds 1190 >= 108 @ 0.302376
0.24/0.40	c bounds 1190 >= 109 @ 0.30382
0.24/0.40	c bounds 1190 >= 110 @ 0.305269
0.24/0.40	c bounds 1190 >= 111 @ 0.306718
0.24/0.41	c bounds 1190 >= 112 @ 0.308178
0.24/0.41	c bounds 1190 >= 113 @ 0.309622
0.24/0.41	c bounds 1190 >= 114 @ 0.311085
0.24/0.41	c bounds 1190 >= 115 @ 0.31252
0.24/0.41	c bounds 1190 >= 116 @ 0.313969
0.24/0.41	c bounds 1190 >= 117 @ 0.31544
0.24/0.41	c bounds 1190 >= 118 @ 0.316891
0.24/0.42	c bounds 1190 >= 119 @ 0.318359
0.24/0.42	c bounds 1190 >= 120 @ 0.319813
0.24/0.42	c bounds 1190 >= 121 @ 0.321277
0.24/0.42	c bounds 1190 >= 122 @ 0.322739
0.24/0.42	c bounds 1190 >= 123 @ 0.324203
0.35/0.42	c bounds 1190 >= 124 @ 0.3257
0.35/0.42	c bounds 1190 >= 125 @ 0.327153
0.35/0.43	c bounds 1190 >= 126 @ 0.32862
0.35/0.43	c bounds 1190 >= 127 @ 0.330079
0.35/0.43	c bounds 1190 >= 128 @ 0.331507
0.35/0.43	c bounds 1190 >= 129 @ 0.332968
0.35/0.43	c bounds 1190 >= 130 @ 0.334421
0.35/0.43	c bounds 1190 >= 131 @ 0.335872
0.35/0.44	c bounds 1190 >= 132 @ 0.337315
0.35/0.44	c bounds 1190 >= 133 @ 0.338771
0.35/0.44	c bounds 1190 >= 134 @ 0.340199
0.35/0.44	c bounds 1190 >= 135 @ 0.34167
0.35/0.44	c bounds 1190 >= 136 @ 0.343108
0.35/0.44	c bounds 1190 >= 137 @ 0.343589
0.35/0.44	c bounds 1190 >= 138 @ 0.345034
0.35/0.45	c bounds 1190 >= 139 @ 0.346464
0.35/0.45	c bounds 1190 >= 140 @ 0.347914
0.35/0.45	c bounds 1190 >= 141 @ 0.349343
0.35/0.45	c bounds 1190 >= 142 @ 0.350789
0.35/0.45	c bounds 1190 >= 143 @ 0.352241
0.35/0.45	c bounds 1190 >= 144 @ 0.353688
0.35/0.45	c bounds 1190 >= 145 @ 0.355133
0.35/0.46	c bounds 1190 >= 146 @ 0.356581
0.35/0.46	c bounds 1190 >= 147 @ 0.357069
0.35/0.46	c bounds 1190 >= 148 @ 0.35846
0.35/0.46	c bounds 1190 >= 149 @ 0.359894
0.35/0.46	c bounds 1190 >= 150 @ 0.361426
0.35/0.46	c bounds 1190 >= 151 @ 0.36287
0.35/0.46	c bounds 1190 >= 152 @ 0.364315
0.35/0.47	c bounds 1190 >= 153 @ 0.365755
0.35/0.47	c bounds 1190 >= 154 @ 0.367202
0.35/0.47	c bounds 1190 >= 155 @ 0.368639
0.35/0.47	c bounds 1190 >= 156 @ 0.370133
0.35/0.47	c bounds 1190 >= 157 @ 0.371581
0.35/0.47	c bounds 1190 >= 158 @ 0.372054
0.35/0.47	c bounds 1190 >= 159 @ 0.373465
0.35/0.48	c bounds 1190 >= 160 @ 0.374903
0.35/0.48	c bounds 1190 >= 161 @ 0.376345
0.35/0.48	c bounds 1190 >= 162 @ 0.376833
0.35/0.48	c bounds 1190 >= 163 @ 0.377231
0.35/0.48	c bounds 1190 >= 164 @ 0.378667
0.35/0.48	c bounds 1190 >= 165 @ 0.380077
0.35/0.48	c bounds 1190 >= 166 @ 0.381497
0.35/0.49	c bounds 1190 >= 167 @ 0.382916
0.35/0.49	c bounds 1190 >= 168 @ 0.384336
0.35/0.49	c bounds 1190 >= 169 @ 0.38576
0.35/0.49	c bounds 1190 >= 170 @ 0.387174
0.35/0.49	c bounds 1190 >= 171 @ 0.388609
0.35/0.49	c bounds 1190 >= 172 @ 0.39005
0.35/0.49	c bounds 1190 >= 173 @ 0.391501
0.35/0.50	c bounds 1190 >= 174 @ 0.39292
0.35/0.50	c bounds 1190 >= 175 @ 0.39435
0.35/0.50	c bounds 1190 >= 176 @ 0.395771
0.35/0.50	c bounds 1190 >= 177 @ 0.397213
0.35/0.50	c bounds 1190 >= 178 @ 0.39865
0.35/0.50	c bounds 1190 >= 179 @ 0.400073
0.35/0.50	c bounds 1190 >= 180 @ 0.401514
0.35/0.51	c bounds 1190 >= 181 @ 0.402938
0.35/0.51	c bounds 1190 >= 182 @ 0.404364
0.35/0.51	c bounds 1190 >= 183 @ 0.405785
0.35/0.51	c bounds 1190 >= 184 @ 0.407246
0.35/0.51	c bounds 1190 >= 185 @ 0.408698
0.35/0.51	c bounds 1190 >= 186 @ 0.410141
0.35/0.51	c bounds 1190 >= 187 @ 0.411585
0.35/0.52	c bounds 1190 >= 188 @ 0.413018
0.35/0.52	c bounds 1190 >= 189 @ 0.413512
0.35/0.52	c bounds 1190 >= 190 @ 0.414919
0.35/0.52	c bounds 1190 >= 191 @ 0.416352
0.44/0.52	c bounds 1190 >= 192 @ 0.417794
0.44/0.52	c bounds 1190 >= 193 @ 0.419329
0.44/0.53	c bounds 1190 >= 194 @ 0.420849
0.44/0.53	c bounds 1190 >= 195 @ 0.422285
0.44/0.53	c bounds 1190 >= 196 @ 0.423713
0.44/0.53	c bounds 1190 >= 197 @ 0.425133
0.44/0.53	c bounds 1190 >= 198 @ 0.426551
0.44/0.53	c bounds 1190 >= 199 @ 0.427063
0.44/0.53	c bounds 1190 >= 200 @ 0.428454
0.44/0.54	c bounds 1190 >= 201 @ 0.429876
0.44/0.54	c bounds 1190 >= 202 @ 0.431299
0.44/0.54	c bounds 1190 >= 203 @ 0.432708
0.44/0.54	c bounds 1190 >= 204 @ 0.434127
0.44/0.54	c bounds 1190 >= 205 @ 0.435557
0.44/0.54	c bounds 1190 >= 206 @ 0.43698
0.44/0.54	c bounds 1190 >= 207 @ 0.438414
0.44/0.55	c bounds 1190 >= 208 @ 0.439841
0.44/0.55	c bounds 1190 >= 209 @ 0.441271
0.44/0.55	c bounds 1190 >= 210 @ 0.442707
0.44/0.55	c bounds 1190 >= 211 @ 0.444168
0.44/0.55	c bounds 1190 >= 212 @ 0.445569
0.44/0.55	c bounds 1190 >= 213 @ 0.446994
0.44/0.55	c bounds 1190 >= 214 @ 0.448427
0.44/0.56	c bounds 1190 >= 215 @ 0.44995
0.44/0.56	c bounds 1190 >= 216 @ 0.451401
0.44/0.56	c bounds 1190 >= 217 @ 0.452835
0.44/0.56	c bounds 1190 >= 218 @ 0.454249
0.44/0.56	c bounds 1190 >= 219 @ 0.455652
0.44/0.56	c bounds 1190 >= 220 @ 0.457059
0.44/0.56	c bounds 1190 >= 221 @ 0.458478
0.44/0.57	c bounds 1190 >= 222 @ 0.459885
0.44/0.57	c bounds 1190 >= 223 @ 0.4613
0.44/0.57	c bounds 1190 >= 224 @ 0.462719
0.44/0.57	c bounds 1190 >= 225 @ 0.464265
0.44/0.57	c bounds 1190 >= 226 @ 0.465495
0.44/0.57	c bounds 1190 >= 227 @ 0.466711
0.44/0.57	c bounds 1190 >= 228 @ 0.467952
0.44/0.57	c bounds 1190 >= 229 @ 0.46917
0.44/0.58	c bounds 1190 >= 230 @ 0.469404
0.44/0.58	c bounds 1190 >= 231 @ 0.470699
0.44/0.58	c bounds 1190 >= 232 @ 0.47199
0.44/0.58	c bounds 1190 >= 233 @ 0.473213
0.44/0.58	c bounds 1190 >= 234 @ 0.474412
0.44/0.58	c bounds 1190 >= 235 @ 0.475656
0.44/0.58	c bounds 1190 >= 236 @ 0.476864
0.44/0.58	c bounds 1190 >= 237 @ 0.47809
0.44/0.59	c bounds 1190 >= 238 @ 0.478339
0.44/0.59	c bounds 1190 >= 239 @ 0.479538
0.44/0.59	c bounds 1190 >= 240 @ 0.480783
0.44/0.59	c bounds 1190 >= 241 @ 0.481998
0.44/0.59	c bounds 1190 >= 242 @ 0.483222
0.44/0.59	c bounds 1190 >= 243 @ 0.484403
0.44/0.59	c bounds 1190 >= 244 @ 0.48563
0.44/0.59	c bounds 1190 >= 245 @ 0.486843
0.44/0.60	c bounds 1190 >= 246 @ 0.488064
0.44/0.60	c bounds 1190 >= 247 @ 0.489282
0.44/0.60	c bounds 1190 >= 248 @ 0.490504
0.44/0.60	c bounds 1190 >= 249 @ 0.491716
0.44/0.60	c bounds 1190 >= 250 @ 0.492987
0.44/0.60	c bounds 1190 >= 251 @ 0.494211
0.44/0.60	c bounds 1190 >= 252 @ 0.494487
0.44/0.60	c bounds 1190 >= 253 @ 0.495714
0.44/0.61	c bounds 1190 >= 254 @ 0.496892
0.44/0.61	c bounds 1190 >= 255 @ 0.497173
0.44/0.61	c bounds 1190 >= 256 @ 0.498478
0.54/0.61	c bounds 1190 >= 257 @ 0.499693
0.54/0.61	c bounds 1190 >= 258 @ 0.500903
0.54/0.64	c bounds 1189 >= 258 @ 0.531764
0.54/0.65	c bounds 1189 >= 259 @ 0.533045
0.54/0.65	c bounds 1189 >= 260 @ 0.534251
0.54/0.65	c bounds 1189 >= 261 @ 0.535449
0.54/0.65	c bounds 1189 >= 262 @ 0.536649
0.54/0.65	c bounds 1189 >= 263 @ 0.537852
0.54/0.65	c bounds 1189 >= 264 @ 0.539074
0.54/0.65	c bounds 1189 >= 265 @ 0.540297
0.54/0.65	c bounds 1189 >= 266 @ 0.541509
0.54/0.66	c bounds 1189 >= 267 @ 0.542702
0.54/0.66	c bounds 1189 >= 268 @ 0.543881
0.54/0.66	c bounds 1189 >= 269 @ 0.545111
0.54/0.66	c bounds 1189 >= 270 @ 0.54634
0.54/0.66	c bounds 1189 >= 271 @ 0.546638
0.54/0.66	c bounds 1189 >= 272 @ 0.547878
0.54/0.66	c bounds 1189 >= 273 @ 0.549086
0.54/0.66	c bounds 1189 >= 274 @ 0.550367
0.54/0.67	c bounds 1189 >= 275 @ 0.551586
0.54/0.67	c bounds 1189 >= 276 @ 0.5528
0.54/0.67	c bounds 1189 >= 277 @ 0.554022
0.54/0.67	c bounds 1189 >= 278 @ 0.555239
0.54/0.67	c bounds 1189 >= 279 @ 0.55645
0.54/0.67	c bounds 1189 >= 280 @ 0.557652
0.54/0.67	c bounds 1189 >= 281 @ 0.558836
0.54/0.67	c bounds 1189 >= 282 @ 0.560027
0.54/0.68	c bounds 1189 >= 283 @ 0.561234
0.54/0.68	c bounds 1189 >= 284 @ 0.562427
0.54/0.68	c bounds 1189 >= 285 @ 0.562675
0.54/0.68	c bounds 1189 >= 286 @ 0.563863
0.54/0.68	c bounds 1189 >= 287 @ 0.565065
0.54/0.68	c bounds 1189 >= 288 @ 0.566284
0.54/0.68	c bounds 1189 >= 289 @ 0.567509
0.54/0.68	c bounds 1189 >= 290 @ 0.568717
0.54/0.69	c bounds 1189 >= 291 @ 0.569949
0.54/0.69	c bounds 1189 >= 292 @ 0.571169
0.54/0.69	c bounds 1189 >= 293 @ 0.572428
0.54/0.69	c bounds 1189 >= 294 @ 0.573641
0.54/0.69	c bounds 1189 >= 295 @ 0.574852
0.54/0.69	c bounds 1189 >= 296 @ 0.576052
0.54/0.69	c bounds 1189 >= 297 @ 0.577249
0.54/0.69	c bounds 1189 >= 298 @ 0.578456
0.54/0.70	c bounds 1189 >= 299 @ 0.579672
0.62/0.70	c bounds 1189 >= 300 @ 0.580948
0.62/0.70	c bounds 1189 >= 301 @ 0.582149
0.62/0.70	c bounds 1189 >= 302 @ 0.583316
0.62/0.70	c bounds 1189 >= 303 @ 0.58449
0.62/0.70	c bounds 1189 >= 304 @ 0.585691
0.62/0.70	c bounds 1189 >= 305 @ 0.586898
0.62/0.70	c bounds 1189 >= 306 @ 0.588088
0.62/0.70	c bounds 1189 >= 307 @ 0.589351
0.62/0.71	c bounds 1189 >= 308 @ 0.590614
0.62/0.71	c bounds 1189 >= 309 @ 0.591872
0.62/0.71	c bounds 1189 >= 310 @ 0.59308
0.62/0.71	c bounds 1189 >= 311 @ 0.594268
0.62/0.71	c bounds 1189 >= 312 @ 0.595452
0.62/0.71	c bounds 1189 >= 313 @ 0.596735
0.62/0.71	c bounds 1189 >= 314 @ 0.597988
0.62/0.71	c bounds 1189 >= 315 @ 0.599244
0.62/0.72	c bounds 1189 >= 316 @ 0.599502
0.62/0.72	c bounds 1189 >= 317 @ 0.600646
0.62/0.72	c bounds 1189 >= 318 @ 0.601828
0.62/0.72	c bounds 1189 >= 319 @ 0.603107
0.62/0.72	c bounds 1189 >= 320 @ 0.604361
0.62/0.72	c bounds 1189 >= 321 @ 0.60556
0.62/0.72	c bounds 1189 >= 322 @ 0.60586
0.62/0.72	c bounds 1189 >= 323 @ 0.607053
0.62/0.73	c bounds 1189 >= 324 @ 0.608219
0.62/0.73	c bounds 1189 >= 325 @ 0.609406
0.62/0.73	c bounds 1189 >= 326 @ 0.610559
0.62/0.73	c bounds 1189 >= 327 @ 0.611829
0.62/0.73	c bounds 1189 >= 328 @ 0.613024
0.62/0.73	c bounds 1189 >= 329 @ 0.614201
0.62/0.73	c bounds 1189 >= 330 @ 0.61539
0.62/0.73	c bounds 1189 >= 331 @ 0.616564
0.62/0.74	c bounds 1189 >= 332 @ 0.617747
0.62/0.74	c bounds 1189 >= 333 @ 0.618944
0.62/0.74	c bounds 1189 >= 334 @ 0.620143
0.62/0.74	c bounds 1189 >= 335 @ 0.621328
0.62/0.74	c bounds 1189 >= 336 @ 0.621572
0.62/0.74	c bounds 1189 >= 337 @ 0.622718
0.62/0.74	c bounds 1189 >= 338 @ 0.623933
0.62/0.74	c bounds 1189 >= 339 @ 0.625115
0.62/0.74	c bounds 1189 >= 340 @ 0.626316
0.62/0.75	c bounds 1189 >= 341 @ 0.627598
0.62/0.75	c bounds 1189 >= 342 @ 0.628801
0.62/0.75	c bounds 1189 >= 343 @ 0.629995
0.62/0.75	c bounds 1189 >= 344 @ 0.631178
0.62/0.75	c bounds 1189 >= 345 @ 0.632451
0.62/0.75	c bounds 1189 >= 346 @ 0.63372
0.62/0.75	c bounds 1189 >= 347 @ 0.635195
0.62/0.76	c bounds 1189 >= 348 @ 0.636402
0.62/0.76	c bounds 1189 >= 349 @ 0.636594
0.62/0.76	c bounds 1189 >= 350 @ 0.637769
0.62/0.76	c bounds 1189 >= 351 @ 0.638949
0.62/0.76	c bounds 1189 >= 352 @ 0.640138
0.62/0.76	c bounds 1189 >= 353 @ 0.641321
0.62/0.76	c bounds 1189 >= 354 @ 0.642502
0.62/0.76	c bounds 1189 >= 355 @ 0.643679
0.62/0.76	c bounds 1189 >= 356 @ 0.644853
0.62/0.77	c bounds 1189 >= 357 @ 0.64604
0.62/0.77	c bounds 1189 >= 358 @ 0.647237
0.62/0.77	c bounds 1189 >= 359 @ 0.648421
0.62/0.77	c bounds 1189 >= 360 @ 0.649622
0.62/0.77	c bounds 1189 >= 361 @ 0.650799
0.62/0.77	c bounds 1189 >= 362 @ 0.651972
0.62/0.77	c bounds 1189 >= 363 @ 0.653214
0.62/0.77	c bounds 1189 >= 364 @ 0.654466
0.62/0.78	c bounds 1189 >= 365 @ 0.654731
0.62/0.78	c bounds 1189 >= 366 @ 0.655899
0.62/0.78	c bounds 1189 >= 367 @ 0.657058
0.62/0.78	c bounds 1189 >= 368 @ 0.658244
0.62/0.78	c bounds 1189 >= 369 @ 0.659411
0.62/0.78	c bounds 1189 >= 370 @ 0.660583
0.62/0.78	c bounds 1189 >= 371 @ 0.661751
0.62/0.78	c bounds 1189 >= 372 @ 0.662938
0.62/0.78	c bounds 1189 >= 373 @ 0.664131
0.62/0.79	c bounds 1189 >= 374 @ 0.66532
0.62/0.79	c bounds 1189 >= 375 @ 0.666493
0.62/0.79	c bounds 1189 >= 376 @ 0.667697
0.62/0.79	c bounds 1189 >= 377 @ 0.66889
0.62/0.79	c bounds 1189 >= 378 @ 0.670056
0.62/0.79	c bounds 1189 >= 379 @ 0.671223
0.62/0.79	c bounds 1189 >= 380 @ 0.672413
0.62/0.79	c bounds 1189 >= 381 @ 0.673609
0.62/0.80	c bounds 1189 >= 382 @ 0.674791
0.72/0.80	c bounds 1189 >= 383 @ 0.675993
0.72/0.80	c bounds 1189 >= 384 @ 0.677191
0.72/0.80	c bounds 1189 >= 385 @ 0.678422
0.72/0.80	c bounds 1189 >= 386 @ 0.679619
0.72/0.80	c bounds 1189 >= 387 @ 0.680783
0.72/0.80	c bounds 1189 >= 388 @ 0.682003
0.72/0.80	c bounds 1189 >= 389 @ 0.683237
0.72/0.81	c bounds 1189 >= 390 @ 0.684474
0.72/0.81	c bounds 1189 >= 391 @ 0.685651
0.72/0.81	c bounds 1189 >= 392 @ 0.686821
0.72/0.81	c bounds 1189 >= 393 @ 0.687979
0.72/0.81	c bounds 1189 >= 394 @ 0.689143
0.72/0.81	c bounds 1189 >= 395 @ 0.69031
0.72/0.81	c bounds 1189 >= 396 @ 0.691512
0.72/0.81	c bounds 1189 >= 397 @ 0.692688
0.72/0.81	c bounds 1189 >= 398 @ 0.693857
0.72/0.82	c bounds 1189 >= 399 @ 0.695022
0.72/0.82	c bounds 1189 >= 400 @ 0.696178
0.72/0.82	c bounds 1189 >= 401 @ 0.697532
0.72/0.82	c bounds 1189 >= 402 @ 0.698705
0.72/0.82	c bounds 1189 >= 403 @ 0.699883
0.72/0.82	c bounds 1189 >= 404 @ 0.701054
0.72/0.82	c bounds 1189 >= 405 @ 0.702235
0.72/0.82	c bounds 1189 >= 406 @ 0.703412
0.72/0.83	c bounds 1189 >= 407 @ 0.704578
0.72/0.83	c bounds 1189 >= 408 @ 0.705755
0.72/0.83	c bounds 1189 >= 409 @ 0.706905
0.72/0.83	c bounds 1189 >= 410 @ 0.708074
0.72/0.83	c bounds 1189 >= 411 @ 0.709251
0.72/0.83	c bounds 1189 >= 412 @ 0.710422
0.72/0.83	c bounds 1189 >= 413 @ 0.711593
0.72/0.83	c bounds 1189 >= 414 @ 0.712766
0.72/0.84	c bounds 1189 >= 415 @ 0.713935
0.72/0.84	c bounds 1189 >= 416 @ 0.715174
0.72/0.84	c bounds 1189 >= 417 @ 0.716416
0.72/0.84	c bounds 1189 >= 418 @ 0.717618
0.72/0.84	c bounds 1189 >= 419 @ 0.718861
0.72/0.84	c bounds 1189 >= 420 @ 0.719116
0.72/0.84	c bounds 1189 >= 421 @ 0.720199
0.72/0.84	c bounds 1189 >= 422 @ 0.721355
0.72/0.84	c bounds 1189 >= 423 @ 0.722525
0.72/0.85	c bounds 1189 >= 424 @ 0.723692
0.72/0.85	c bounds 1189 >= 425 @ 0.724867
0.72/0.85	c bounds 1189 >= 426 @ 0.726001
0.72/0.85	c bounds 1189 >= 427 @ 0.727175
0.72/0.85	c bounds 1189 >= 428 @ 0.728328
0.72/0.85	c bounds 1189 >= 429 @ 0.729505
0.72/0.85	c bounds 1189 >= 430 @ 0.730674
0.72/0.85	c bounds 1189 >= 431 @ 0.731818
0.72/0.86	c bounds 1189 >= 432 @ 0.732983
0.72/0.86	c bounds 1189 >= 433 @ 0.734154
0.72/0.86	c bounds 1189 >= 434 @ 0.735321
0.72/0.86	c bounds 1189 >= 435 @ 0.736485
0.72/0.86	c bounds 1189 >= 436 @ 0.737627
0.72/0.86	c bounds 1189 >= 437 @ 0.738781
0.72/0.86	c bounds 1189 >= 438 @ 0.739919
0.72/0.86	c bounds 1189 >= 439 @ 0.74115
0.72/0.86	c bounds 1189 >= 440 @ 0.742353
0.72/0.87	c bounds 1189 >= 441 @ 0.743574
0.72/0.87	c bounds 1189 >= 442 @ 0.744802
0.72/0.87	c bounds 1189 >= 443 @ 0.74498
0.72/0.87	c bounds 1189 >= 444 @ 0.746127
0.72/0.87	c bounds 1189 >= 445 @ 0.747326
0.72/0.87	c bounds 1189 >= 446 @ 0.748511
0.72/0.87	c bounds 1189 >= 447 @ 0.749697
0.72/0.87	c bounds 1189 >= 448 @ 0.750892
0.72/0.88	c bounds 1189 >= 449 @ 0.752076
0.72/0.88	c bounds 1189 >= 450 @ 0.75323
0.72/0.88	c bounds 1189 >= 451 @ 0.754364
0.72/0.88	c bounds 1189 >= 452 @ 0.755537
0.72/0.88	c bounds 1189 >= 453 @ 0.75676
0.72/0.88	c bounds 1189 >= 454 @ 0.757916
0.72/0.88	c bounds 1189 >= 455 @ 0.759165
0.72/0.88	c bounds 1189 >= 456 @ 0.760334
0.72/0.88	c bounds 1189 >= 457 @ 0.761459
0.72/0.89	c bounds 1189 >= 458 @ 0.762607
0.72/0.89	c bounds 1189 >= 459 @ 0.763754
0.72/0.89	c bounds 1189 >= 460 @ 0.764897
0.72/0.89	c bounds 1189 >= 461 @ 0.76605
0.72/0.89	c bounds 1189 >= 462 @ 0.767177
0.72/0.89	c bounds 1189 >= 463 @ 0.76831
0.72/0.89	c bounds 1189 >= 464 @ 0.769471
0.72/0.89	c bounds 1189 >= 465 @ 0.770622
0.72/0.90	c bounds 1189 >= 466 @ 0.771773
0.82/0.90	c bounds 1189 >= 467 @ 0.772905
0.82/0.90	c bounds 1189 >= 468 @ 0.774046
0.82/0.90	c bounds 1189 >= 469 @ 0.775193
0.82/0.90	c bounds 1189 >= 470 @ 0.776339
0.82/0.90	c bounds 1189 >= 471 @ 0.777491
0.82/0.90	c bounds 1189 >= 472 @ 0.778693
0.82/0.90	c bounds 1189 >= 473 @ 0.779734
0.82/0.90	c bounds 1189 >= 474 @ 0.780067
0.82/0.91	c bounds 1189 >= 475 @ 0.781184
0.82/0.91	c bounds 1189 >= 476 @ 0.782319
0.82/0.91	c bounds 1189 >= 477 @ 0.783452
0.82/0.91	c bounds 1189 >= 478 @ 0.784568
0.82/0.91	c bounds 1189 >= 479 @ 0.784813
0.82/0.91	c bounds 1189 >= 480 @ 0.786015
0.82/0.91	c bounds 1189 >= 481 @ 0.787158
0.82/0.91	c bounds 1189 >= 482 @ 0.788294
0.82/0.91	c bounds 1189 >= 483 @ 0.78942
0.82/0.92	c bounds 1189 >= 484 @ 0.790557
0.82/0.92	c bounds 1189 >= 485 @ 0.79168
0.82/0.92	c bounds 1189 >= 486 @ 0.792002
0.82/0.92	c bounds 1189 >= 487 @ 0.793142
0.82/0.92	c bounds 1189 >= 488 @ 0.794289
0.82/0.92	c bounds 1189 >= 489 @ 0.795432
0.82/0.92	c bounds 1189 >= 490 @ 0.796584
0.82/0.92	c bounds 1189 >= 491 @ 0.797712
0.82/0.93	c bounds 1189 >= 492 @ 0.798913
0.82/0.93	c bounds 1189 >= 493 @ 0.799159
0.82/0.93	c bounds 1189 >= 494 @ 0.800229
0.82/0.93	c bounds 1189 >= 495 @ 0.801371
0.82/0.93	c bounds 1189 >= 496 @ 0.802486
0.82/0.93	c bounds 1189 >= 497 @ 0.803609
0.82/0.93	c bounds 1189 >= 498 @ 0.804749
0.82/0.93	c bounds 1189 >= 499 @ 0.805913
0.82/0.93	c bounds 1189 >= 500 @ 0.807082
0.82/0.94	c bounds 1189 >= 501 @ 0.808246
0.82/0.94	c bounds 1189 >= 502 @ 0.809395
0.82/0.94	c bounds 1189 >= 503 @ 0.80981
0.82/0.94	c bounds 1189 >= 504 @ 0.81093
0.82/0.94	c bounds 1189 >= 505 @ 0.812076
0.82/0.94	c bounds 1189 >= 506 @ 0.813214
0.82/0.94	c bounds 1189 >= 507 @ 0.81434
0.82/0.94	c bounds 1189 >= 508 @ 0.815488
0.82/0.95	c bounds 1189 >= 509 @ 0.81672
0.82/0.95	c bounds 1189 >= 510 @ 0.817854
0.82/0.95	c bounds 1189 >= 511 @ 0.819063
0.82/0.95	c bounds 1189 >= 512 @ 0.820223
0.82/0.95	c bounds 1189 >= 513 @ 0.821461
0.82/0.95	c bounds 1189 >= 514 @ 0.821757
0.82/0.95	c bounds 1189 >= 515 @ 0.822891
0.82/0.95	c bounds 1189 >= 516 @ 0.824038
0.82/0.95	c bounds 1189 >= 517 @ 0.825169
0.82/0.96	c bounds 1189 >= 518 @ 0.826302
0.82/0.96	c bounds 1189 >= 519 @ 0.827448
0.82/0.96	c bounds 1189 >= 520 @ 0.828484
0.82/0.96	c bounds 1189 >= 521 @ 0.82878
0.82/0.96	c bounds 1189 >= 522 @ 0.829918
0.82/0.96	c bounds 1189 >= 523 @ 0.830157
0.82/0.96	c bounds 1189 >= 524 @ 0.831183
0.82/0.96	c bounds 1189 >= 525 @ 0.832294
0.82/0.97	c bounds 1189 >= 526 @ 0.832465
0.82/0.97	c bounds 1189 >= 527 @ 0.833559
0.82/0.97	c bounds 1189 >= 528 @ 0.834707
0.82/0.97	c bounds 1189 >= 529 @ 0.835854
0.82/0.97	c bounds 1189 >= 530 @ 0.836985
0.82/0.97	c bounds 1189 >= 531 @ 0.838138
0.82/0.97	c bounds 1189 >= 532 @ 0.839279
0.82/0.97	c bounds 1189 >= 533 @ 0.839528
0.82/0.97	c bounds 1189 >= 534 @ 0.84065
0.82/0.98	c bounds 1189 >= 535 @ 0.841777
0.82/0.98	c bounds 1189 >= 536 @ 0.84295
0.82/0.98	c bounds 1189 >= 537 @ 0.844094
0.82/0.98	c bounds 1189 >= 538 @ 0.844317
0.82/0.98	c bounds 1189 >= 539 @ 0.844406
0.82/0.98	c bounds 1189 >= 540 @ 0.845564
0.82/0.98	c bounds 1189 >= 541 @ 0.846704
0.82/0.98	c bounds 1189 >= 542 @ 0.847829
0.82/0.98	c bounds 1189 >= 543 @ 0.848981
0.82/0.99	c bounds 1189 >= 544 @ 0.850132
0.82/0.99	c bounds 1189 >= 545 @ 0.851277
0.82/0.99	c bounds 1189 >= 546 @ 0.852467
0.82/0.99	c bounds 1189 >= 547 @ 0.853612
0.82/0.99	c bounds 1189 >= 548 @ 0.854765
0.82/0.99	c bounds 1189 >= 549 @ 0.85589
0.82/0.99	c bounds 1189 >= 550 @ 0.857072
0.82/0.99	c bounds 1189 >= 551 @ 0.858215
0.82/1.00	c bounds 1189 >= 552 @ 0.859376
0.82/1.01	c bounds 1189 >= 553 @ 0.860529
0.82/1.01	c bounds 1189 >= 554 @ 0.861663
0.82/1.01	c bounds 1189 >= 555 @ 0.8629
0.82/1.01	c bounds 1189 >= 556 @ 0.864036
0.82/1.01	c bounds 1189 >= 557 @ 0.865197
0.82/1.01	c bounds 1189 >= 558 @ 0.86641
0.82/1.01	c bounds 1189 >= 559 @ 0.867607
0.82/1.01	c bounds 1189 >= 560 @ 0.868772
0.82/1.01	c bounds 1189 >= 561 @ 0.86994
0.82/1.01	c bounds 1189 >= 562 @ 0.87109
0.82/1.01	c bounds 1189 >= 563 @ 0.872229
0.93/1.01	c bounds 1189 >= 564 @ 0.873389
0.93/1.01	c bounds 1189 >= 565 @ 0.874542
0.93/1.01	c bounds 1189 >= 566 @ 0.87571
0.93/1.01	c bounds 1189 >= 567 @ 0.876875
0.93/1.01	c bounds 1189 >= 568 @ 0.878022
0.93/1.02	c bounds 1189 >= 569 @ 0.879162
0.93/1.02	c bounds 1189 >= 570 @ 0.880322
0.93/1.02	c bounds 1189 >= 571 @ 0.88151
0.93/1.02	c bounds 1189 >= 572 @ 0.882657
0.93/1.02	c bounds 1189 >= 573 @ 0.883838
0.93/1.02	c bounds 1189 >= 574 @ 0.885012
0.93/1.02	c bounds 1189 >= 575 @ 0.885191
0.93/1.02	c bounds 1189 >= 576 @ 0.886463
0.93/1.02	c bounds 1189 >= 577 @ 0.887619
0.93/1.03	c bounds 1189 >= 578 @ 0.888809
0.93/1.03	c bounds 1189 >= 579 @ 0.889949
0.93/1.03	c bounds 1189 >= 580 @ 0.891084
0.93/1.03	c bounds 1189 >= 581 @ 0.892237
0.93/1.03	c bounds 1189 >= 582 @ 0.893381
0.93/1.03	c bounds 1189 >= 583 @ 0.894534
0.93/1.03	c bounds 1189 >= 584 @ 0.895693
0.93/1.03	c bounds 1189 >= 585 @ 0.896873
0.93/1.04	c bounds 1189 >= 586 @ 0.898019
0.93/1.04	c bounds 1189 >= 587 @ 0.899192
0.93/1.04	c bounds 1189 >= 588 @ 0.900343
0.93/1.04	c bounds 1189 >= 589 @ 0.901504
0.93/1.04	c bounds 1189 >= 590 @ 0.902657
0.93/1.04	c bounds 1189 >= 591 @ 0.902945
0.93/1.04	c bounds 1189 >= 592 @ 0.90404
0.93/1.04	c bounds 1189 >= 593 @ 0.905253
0.93/1.04	c bounds 1189 >= 594 @ 0.906449
0.93/1.05	c bounds 1189 >= 595 @ 0.907676
0.93/1.05	c bounds 1189 >= 596 @ 0.908822
0.93/1.05	c bounds 1189 >= 597 @ 0.909989
0.93/1.05	c bounds 1189 >= 598 @ 0.911173
0.93/1.05	c bounds 1189 >= 599 @ 0.912327
0.93/1.05	c bounds 1189 >= 600 @ 0.91349
0.93/1.05	c bounds 1189 >= 601 @ 0.914644
0.93/1.05	c bounds 1189 >= 602 @ 0.915802
0.93/1.06	c bounds 1189 >= 603 @ 0.915979
0.93/1.06	c bounds 1189 >= 604 @ 0.916196
0.93/1.06	c bounds 1189 >= 605 @ 0.91737
0.93/1.06	c bounds 1189 >= 606 @ 0.918532
0.93/1.06	c bounds 1189 >= 607 @ 0.919747
0.93/1.06	c bounds 1189 >= 608 @ 0.920903
0.93/1.06	c bounds 1189 >= 609 @ 0.922091
0.93/1.06	c bounds 1189 >= 610 @ 0.923237
0.93/1.06	c bounds 1189 >= 611 @ 0.924445
0.93/1.07	c bounds 1189 >= 612 @ 0.925644
0.93/1.07	c bounds 1189 >= 613 @ 0.926796
0.93/1.07	c bounds 1189 >= 614 @ 0.928038
0.93/1.07	c bounds 1189 >= 615 @ 0.929267
0.93/1.07	c bounds 1189 >= 616 @ 0.930123
0.93/1.07	c bounds 1189 >= 617 @ 0.93096
0.93/1.07	c bounds 1189 >= 618 @ 0.931788
0.93/1.07	c bounds 1189 >= 619 @ 0.931902
0.93/1.07	c bounds 1189 >= 620 @ 0.932457
0.93/1.07	c bounds 1189 >= 621 @ 0.933248
0.93/1.08	c bounds 1189 >= 622 @ 0.934072
0.93/1.08	c bounds 1189 >= 623 @ 0.934888
0.93/1.08	c bounds 1189 >= 624 @ 0.935722
0.93/1.08	c bounds 1189 >= 625 @ 0.936564
0.93/1.08	c bounds 1189 >= 626 @ 0.937391
0.93/1.08	c bounds 1189 >= 627 @ 0.938247
0.93/1.08	c bounds 1189 >= 628 @ 0.9391
0.93/1.08	c bounds 1189 >= 629 @ 0.939918
0.93/1.08	c bounds 1189 >= 630 @ 0.940735
0.93/1.08	c bounds 1189 >= 631 @ 0.941561
0.93/1.08	c bounds 1189 >= 632 @ 0.942401
0.93/1.08	c bounds 1189 >= 633 @ 0.943217
0.93/1.09	c bounds 1189 >= 634 @ 0.944062
0.93/1.09	c bounds 1189 >= 635 @ 0.944881
0.93/1.09	c bounds 1189 >= 636 @ 0.945726
0.93/1.09	c bounds 1189 >= 637 @ 0.94658
0.93/1.09	c bounds 1189 >= 638 @ 0.947413
0.93/1.09	c bounds 1189 >= 639 @ 0.948266
0.93/1.09	c bounds 1189 >= 640 @ 0.949157
0.93/1.09	c bounds 1189 >= 641 @ 0.94997
0.93/1.09	c bounds 1189 >= 642 @ 0.950792
0.93/1.09	c bounds 1189 >= 643 @ 0.951611
0.93/1.09	c bounds 1189 >= 644 @ 0.952436
0.93/1.09	c bounds 1189 >= 645 @ 0.953249
0.93/1.10	c bounds 1189 >= 646 @ 0.954086
0.93/1.10	c bounds 1189 >= 647 @ 0.954938
1.03/1.12	c bounds 1188 >= 647 @ 0.972619
1.03/1.12	c bounds 1188 >= 648 @ 0.972725
1.03/1.12	c bounds 1188 >= 649 @ 0.973418
1.03/1.12	c bounds 1188 >= 650 @ 0.974258
1.03/1.12	c bounds 1188 >= 651 @ 0.975109
1.03/1.12	c bounds 1188 >= 652 @ 0.976003
1.03/1.12	c bounds 1188 >= 653 @ 0.97685
1.03/1.12	c bounds 1188 >= 654 @ 0.977688
1.03/1.12	c bounds 1188 >= 655 @ 0.978556
1.03/1.12	c bounds 1188 >= 656 @ 0.978681
1.03/1.12	c bounds 1188 >= 657 @ 0.979288
1.03/1.12	c bounds 1188 >= 658 @ 0.980149
1.03/1.13	c bounds 1188 >= 659 @ 0.981019
1.03/1.13	c bounds 1188 >= 660 @ 0.981892
1.03/1.13	c bounds 1188 >= 661 @ 0.982734
1.03/1.13	c bounds 1188 >= 662 @ 0.9836
1.03/1.13	c bounds 1188 >= 663 @ 0.984426
1.03/1.13	c bounds 1188 >= 664 @ 0.985264
1.03/1.13	c bounds 1188 >= 665 @ 0.986131
1.03/1.13	c bounds 1188 >= 666 @ 0.987052
1.03/1.13	c bounds 1188 >= 667 @ 0.987928
1.03/1.13	c bounds 1188 >= 668 @ 0.988766
1.03/1.13	c bounds 1188 >= 669 @ 0.989633
1.03/1.14	c bounds 1188 >= 670 @ 0.989633
1.03/1.14	c bounds 1188 >= 671 @ 0.989653
1.03/1.14	c bounds 1188 >= 672 @ 0.990268
1.03/1.14	c bounds 1188 >= 673 @ 0.991139
1.03/1.14	c bounds 1188 >= 674 @ 0.992049
1.03/1.14	c bounds 1188 >= 675 @ 0.992936
1.03/1.14	c bounds 1188 >= 676 @ 0.993846
1.03/1.14	c bounds 1188 >= 677 @ 0.994685
1.03/1.14	c bounds 1188 >= 678 @ 0.995529
1.03/1.14	c bounds 1188 >= 679 @ 0.995629
1.03/1.14	c bounds 1188 >= 680 @ 0.996246
1.03/1.14	c bounds 1188 >= 681 @ 0.997076
1.03/1.15	c bounds 1188 >= 682 @ 0.997944
1.03/1.15	c bounds 1188 >= 683 @ 0.998786
1.03/1.15	c bounds 1188 >= 684 @ 0.99968
1.03/1.15	c bounds 1188 >= 685 @ 1.00054
1.03/1.15	c bounds 1188 >= 686 @ 1.00143
1.03/1.15	c bounds 1188 >= 687 @ 1.0016
1.03/1.15	c bounds 1188 >= 688 @ 1.00218
1.03/1.15	c bounds 1188 >= 689 @ 1.00305
1.03/1.15	c bounds 1188 >= 690 @ 1.00391
1.03/1.15	c bounds 1188 >= 691 @ 1.00481
1.03/1.15	c bounds 1188 >= 692 @ 1.00565
1.03/1.16	c bounds 1188 >= 693 @ 1.00651
1.03/1.16	c bounds 1188 >= 694 @ 1.00738
1.03/1.16	c bounds 1188 >= 695 @ 1.00826
1.03/1.16	c bounds 1188 >= 696 @ 1.00917
1.03/1.16	c bounds 1188 >= 697 @ 1.01005
1.03/1.16	c bounds 1188 >= 698 @ 1.01097
1.03/1.16	c bounds 1188 >= 699 @ 1.01184
1.03/1.16	c bounds 1188 >= 700 @ 1.0127
1.03/1.16	c bounds 1188 >= 701 @ 1.01359
1.03/1.16	c bounds 1188 >= 702 @ 1.01443
1.03/1.16	c bounds 1188 >= 703 @ 1.01455
1.03/1.16	c bounds 1188 >= 704 @ 1.01517
1.03/1.17	c bounds 1188 >= 705 @ 1.01603
1.03/1.17	c bounds 1188 >= 706 @ 1.01687
1.03/1.17	c bounds 1188 >= 707 @ 1.01773
1.03/1.17	c bounds 1188 >= 708 @ 1.01859
1.03/1.17	c bounds 1188 >= 709 @ 1.01945
1.03/1.17	c bounds 1188 >= 710 @ 1.02035
1.03/1.17	c bounds 1188 >= 711 @ 1.02053
1.03/1.17	c bounds 1188 >= 712 @ 1.02117
1.03/1.17	c bounds 1188 >= 713 @ 1.02201
1.03/1.17	c bounds 1188 >= 714 @ 1.02289
1.03/1.17	c bounds 1188 >= 715 @ 1.0238
1.03/1.18	c bounds 1188 >= 716 @ 1.02468
1.03/1.18	c bounds 1188 >= 717 @ 1.02558
1.03/1.18	c bounds 1188 >= 718 @ 1.02641
1.03/1.18	c bounds 1188 >= 719 @ 1.02641
1.03/1.18	c bounds 1188 >= 720 @ 1.02649
1.03/1.18	c bounds 1188 >= 721 @ 1.02708
1.03/1.18	c bounds 1188 >= 722 @ 1.02799
1.03/1.18	c bounds 1188 >= 723 @ 1.0289
1.03/1.18	c bounds 1188 >= 724 @ 1.02978
1.03/1.18	c bounds 1188 >= 725 @ 1.0307
1.03/1.18	c bounds 1188 >= 726 @ 1.03154
1.03/1.19	c bounds 1188 >= 727 @ 1.03241
1.03/1.19	c bounds 1188 >= 728 @ 1.03328
1.03/1.19	c bounds 1188 >= 729 @ 1.03345
1.03/1.19	c bounds 1188 >= 730 @ 1.03406
1.03/1.19	c bounds 1188 >= 731 @ 1.03489
1.03/1.19	c bounds 1188 >= 732 @ 1.03579
1.03/1.19	c bounds 1188 >= 733 @ 1.03672
1.03/1.19	c bounds 1188 >= 734 @ 1.0376
1.03/1.19	c bounds 1188 >= 735 @ 1.03847
1.03/1.19	c bounds 1188 >= 736 @ 1.03933
1.03/1.19	c bounds 1188 >= 737 @ 1.03943
1.03/1.19	c bounds 1188 >= 738 @ 1.04009
1.12/1.20	c bounds 1188 >= 739 @ 1.04102
1.12/1.20	c bounds 1188 >= 740 @ 1.04189
1.12/1.20	c bounds 1188 >= 741 @ 1.04278
1.12/1.20	c bounds 1188 >= 742 @ 1.04365
1.12/1.20	c bounds 1188 >= 743 @ 1.04452
1.12/1.20	c bounds 1188 >= 744 @ 1.04548
1.12/1.20	c bounds 1188 >= 745 @ 1.04635
1.12/1.20	c bounds 1188 >= 746 @ 1.04723
1.12/1.20	c bounds 1188 >= 747 @ 1.04739
1.12/1.20	c bounds 1188 >= 748 @ 1.04801
1.12/1.20	c bounds 1188 >= 749 @ 1.04889
1.12/1.21	c bounds 1188 >= 750 @ 1.04977
1.12/1.21	c bounds 1188 >= 751 @ 1.05067
1.12/1.21	c bounds 1188 >= 752 @ 1.05157
1.12/1.21	c bounds 1188 >= 753 @ 1.05246
1.12/1.21	c bounds 1188 >= 754 @ 1.05335
1.12/1.21	c bounds 1188 >= 755 @ 1.05427
1.12/1.21	c bounds 1188 >= 756 @ 1.05522
1.12/1.21	c bounds 1188 >= 757 @ 1.05533
1.12/1.23	c bounds 1187 >= 757 @ 1.07377
1.12/1.23	c bounds 1187 >= 758 @ 1.07494
1.12/1.24	c bounds 1187 >= 759 @ 1.07581
1.12/1.24	c bounds 1187 >= 760 @ 1.07673
1.12/1.24	c bounds 1187 >= 761 @ 1.07763
1.12/1.24	c bounds 1187 >= 762 @ 1.07856
1.12/1.24	c bounds 1187 >= 763 @ 1.07943
1.12/1.24	c bounds 1187 >= 764 @ 1.08035
1.12/1.24	c bounds 1187 >= 765 @ 1.08123
1.12/1.24	c bounds 1187 >= 766 @ 1.0821
1.12/1.24	c bounds 1187 >= 767 @ 1.08298
1.12/1.24	c bounds 1187 >= 768 @ 1.08322
1.12/1.24	c bounds 1187 >= 769 @ 1.08382
1.12/1.25	c bounds 1187 >= 770 @ 1.08466
1.12/1.25	c bounds 1187 >= 771 @ 1.08554
1.12/1.25	c bounds 1187 >= 772 @ 1.08649
1.12/1.25	c bounds 1187 >= 773 @ 1.08736
1.12/1.25	c bounds 1187 >= 774 @ 1.08826
1.12/1.25	c bounds 1187 >= 775 @ 1.08913
1.12/1.25	c bounds 1187 >= 776 @ 1.09005
1.12/1.25	c bounds 1187 >= 777 @ 1.09093
1.12/1.25	c bounds 1187 >= 778 @ 1.09187
1.12/1.25	c bounds 1187 >= 779 @ 1.09277
1.12/1.25	c bounds 1187 >= 780 @ 1.09366
1.12/1.26	c bounds 1187 >= 781 @ 1.09454
1.12/1.26	c bounds 1187 >= 782 @ 1.09544
1.12/1.26	c bounds 1187 >= 783 @ 1.09638
1.12/1.26	c bounds 1187 >= 784 @ 1.09729
1.12/1.26	c bounds 1187 >= 785 @ 1.09818
1.12/1.26	c bounds 1187 >= 786 @ 1.09908
1.12/1.26	c bounds 1187 >= 787 @ 1.09999
1.12/1.26	c bounds 1187 >= 788 @ 1.10014
1.12/1.26	c bounds 1187 >= 789 @ 1.10078
1.12/1.26	c bounds 1187 >= 790 @ 1.10109
1.12/1.26	c bounds 1187 >= 791 @ 1.10164
1.12/1.27	c bounds 1187 >= 792 @ 1.10258
1.12/1.27	c bounds 1187 >= 793 @ 1.10349
1.12/1.27	c bounds 1187 >= 794 @ 1.10439
1.12/1.27	c bounds 1187 >= 795 @ 1.10531
1.12/1.27	c bounds 1187 >= 796 @ 1.10621
1.12/1.27	c bounds 1187 >= 797 @ 1.10723
1.12/1.27	c bounds 1187 >= 798 @ 1.10813
1.12/1.27	c bounds 1187 >= 799 @ 1.10901
1.12/1.27	c bounds 1187 >= 800 @ 1.10911
1.12/1.27	c bounds 1187 >= 801 @ 1.10911
1.12/1.27	c bounds 1187 >= 802 @ 1.10911
1.12/1.28	c bounds 1187 >= 803 @ 1.10976
1.12/1.28	c bounds 1187 >= 804 @ 1.11066
1.12/1.28	c bounds 1187 >= 805 @ 1.11163
1.12/1.28	c bounds 1187 >= 806 @ 1.11257
1.12/1.28	c bounds 1187 >= 807 @ 1.11348
1.12/1.28	c bounds 1187 >= 808 @ 1.11439
1.21/1.32	c bounds 1186 >= 808 @ 1.14937
1.21/1.32	c bounds 1186 >= 809 @ 1.15081
1.21/1.32	c bounds 1186 >= 810 @ 1.15095
1.21/1.32	c bounds 1186 >= 811 @ 1.15114
1.21/1.32	c bounds 1186 >= 812 @ 1.15202
1.21/1.33	c bounds 1186 >= 813 @ 1.15293
1.21/1.33	c bounds 1186 >= 814 @ 1.15391
1.21/1.33	c bounds 1186 >= 815 @ 1.15487
1.21/1.33	c bounds 1186 >= 816 @ 1.15586
1.21/1.33	c bounds 1186 >= 817 @ 1.1568
1.21/1.33	c bounds 1186 >= 818 @ 1.15692
1.21/1.33	c bounds 1186 >= 819 @ 1.15692
1.21/1.33	c bounds 1186 >= 820 @ 1.15762
1.21/1.33	c bounds 1186 >= 821 @ 1.15858
1.21/1.33	c bounds 1186 >= 822 @ 1.15953
1.21/1.33	c bounds 1186 >= 823 @ 1.16054
1.21/1.34	c bounds 1186 >= 824 @ 1.16151
1.21/1.34	c bounds 1186 >= 825 @ 1.16244
1.21/1.34	c bounds 1186 >= 826 @ 1.1634
1.21/1.34	c bounds 1186 >= 827 @ 1.16431
1.21/1.34	c bounds 1186 >= 828 @ 1.16521
1.21/1.34	c bounds 1186 >= 829 @ 1.1662
1.21/1.34	c bounds 1186 >= 830 @ 1.16712
1.21/1.34	c bounds 1186 >= 831 @ 1.16803
1.21/1.34	c bounds 1186 >= 832 @ 1.169
1.21/1.34	c bounds 1186 >= 833 @ 1.16998
1.21/1.35	c bounds 1186 >= 834 @ 1.17096
1.21/1.35	c bounds 1186 >= 835 @ 1.17204
1.21/1.35	c bounds 1186 >= 836 @ 1.17298
1.21/1.35	c bounds 1186 >= 837 @ 1.17397
1.21/1.35	c bounds 1186 >= 838 @ 1.17499
1.21/1.35	c bounds 1186 >= 839 @ 1.17603
1.21/1.35	c bounds 1186 >= 840 @ 1.17702
1.21/1.35	c bounds 1186 >= 841 @ 1.17796
1.21/1.35	c bounds 1186 >= 842 @ 1.179
1.21/1.35	c bounds 1186 >= 843 @ 1.17997
1.21/1.36	c bounds 1186 >= 844 @ 1.18091
1.21/1.36	c bounds 1186 >= 845 @ 1.18178
1.21/1.36	c bounds 1186 >= 846 @ 1.18185
1.21/1.36	c bounds 1186 >= 847 @ 1.18278
1.21/1.36	c bounds 1186 >= 848 @ 1.18372
1.21/1.36	c bounds 1186 >= 849 @ 1.18379
1.21/1.36	c bounds 1186 >= 850 @ 1.18379
1.21/1.36	c bounds 1186 >= 851 @ 1.18457
1.21/1.36	c bounds 1186 >= 852 @ 1.18564
1.21/1.36	c bounds 1186 >= 853 @ 1.18669
1.21/1.37	c bounds 1186 >= 854 @ 1.18678
1.21/1.37	c bounds 1186 >= 855 @ 1.18769
1.21/1.37	c bounds 1186 >= 856 @ 1.18874
1.21/1.37	c bounds 1186 >= 857 @ 1.18976
1.21/1.37	c bounds 1186 >= 858 @ 1.19072
1.21/1.37	c bounds 1186 >= 859 @ 1.19167
1.21/1.37	c bounds 1186 >= 860 @ 1.19265
1.31/1.40	c bounds 1185 >= 860 @ 1.21912
1.31/1.40	c bounds 1185 >= 861 @ 1.22084
1.31/1.40	c bounds 1185 >= 862 @ 1.22178
1.31/1.40	c bounds 1185 >= 863 @ 1.2228
1.31/1.40	c bounds 1185 >= 864 @ 1.22385
1.31/1.41	c bounds 1185 >= 865 @ 1.22495
1.31/1.41	c bounds 1185 >= 866 @ 1.22595
1.31/1.41	c bounds 1185 >= 867 @ 1.22649
1.31/1.41	c bounds 1185 >= 868 @ 1.22716
1.31/1.41	c bounds 1185 >= 869 @ 1.22818
1.31/1.41	c bounds 1185 >= 870 @ 1.22916
1.31/1.41	c bounds 1185 >= 871 @ 1.23016
1.31/1.41	c bounds 1185 >= 872 @ 1.23117
1.31/1.41	c bounds 1185 >= 873 @ 1.23222
1.31/1.41	c bounds 1185 >= 874 @ 1.23325
1.31/1.42	c bounds 1185 >= 875 @ 1.23433
1.31/1.42	c bounds 1185 >= 876 @ 1.23531
1.31/1.42	c bounds 1185 >= 877 @ 1.23559
1.31/1.42	c bounds 1185 >= 878 @ 1.23629
1.31/1.42	c bounds 1185 >= 879 @ 1.23726
1.31/1.42	c bounds 1185 >= 880 @ 1.23758
1.31/1.42	c bounds 1185 >= 881 @ 1.23827
1.31/1.42	c bounds 1185 >= 882 @ 1.23922
1.31/1.42	c bounds 1185 >= 883 @ 1.24018
1.31/1.42	c bounds 1185 >= 884 @ 1.24114
1.31/1.43	c bounds 1185 >= 885 @ 1.24215
1.31/1.43	c bounds 1185 >= 886 @ 1.24319
1.31/1.43	c bounds 1185 >= 887 @ 1.2442
1.31/1.43	c bounds 1185 >= 888 @ 1.24516
1.31/1.43	c bounds 1185 >= 889 @ 1.24615
1.31/1.43	c bounds 1185 >= 890 @ 1.24711
1.31/1.43	c bounds 1185 >= 891 @ 1.24806
1.31/1.43	c bounds 1185 >= 892 @ 1.24899
1.31/1.43	c bounds 1185 >= 893 @ 1.24997
1.31/1.43	c bounds 1185 >= 894 @ 1.25091
1.31/1.44	c bounds 1185 >= 895 @ 1.25186
1.31/1.44	c bounds 1185 >= 896 @ 1.25282
1.31/1.44	c bounds 1185 >= 897 @ 1.25375
1.31/1.44	c bounds 1185 >= 898 @ 1.2547
1.31/1.44	c bounds 1185 >= 899 @ 1.25564
1.31/1.44	c bounds 1185 >= 900 @ 1.2566
1.31/1.44	c bounds 1185 >= 901 @ 1.25754
1.31/1.44	c bounds 1185 >= 902 @ 1.25848
1.31/1.44	c bounds 1185 >= 903 @ 1.25938
1.31/1.44	c bounds 1185 >= 904 @ 1.26034
1.31/1.45	c bounds 1185 >= 905 @ 1.26048
1.31/1.47	c bounds 1184 >= 905 @ 1.28529
1.31/1.48	c bounds 1184 >= 906 @ 1.28714
1.31/1.48	c bounds 1184 >= 907 @ 1.28732
1.31/1.48	c bounds 1184 >= 908 @ 1.28732
1.31/1.48	c bounds 1184 >= 909 @ 1.28732
1.31/1.48	c bounds 1184 >= 910 @ 1.28817
1.31/1.48	c bounds 1184 >= 911 @ 1.28832
1.31/1.48	c bounds 1184 >= 912 @ 1.28925
1.31/1.48	c bounds 1184 >= 913 @ 1.28931
1.31/1.48	c bounds 1184 >= 914 @ 1.29015
1.31/1.48	c bounds 1184 >= 915 @ 1.29031
1.31/1.48	c bounds 1184 >= 916 @ 1.29103
1.31/1.49	c bounds 1184 >= 917 @ 1.29131
1.31/1.49	c bounds 1184 >= 918 @ 1.29203
1.31/1.49	c bounds 1184 >= 919 @ 1.2923
1.31/1.49	c bounds 1184 >= 920 @ 1.29299
1.31/1.49	c bounds 1184 >= 921 @ 1.2933
1.31/1.49	c bounds 1184 >= 922 @ 1.29392
1.31/1.49	c bounds 1184 >= 923 @ 1.29493
1.31/1.49	c bounds 1184 >= 924 @ 1.29591
1.31/1.49	c bounds 1184 >= 925 @ 1.29624
1.31/1.49	c bounds 1184 >= 926 @ 1.29628
1.41/1.50	c bounds 1184 >= 927 @ 1.29697
1.41/1.50	c bounds 1184 >= 928 @ 1.29728
1.41/1.50	c bounds 1184 >= 929 @ 1.29728
1.41/1.50	c bounds 1184 >= 930 @ 1.2983
1.41/1.50	c bounds 1184 >= 931 @ 1.29938
1.41/1.50	c bounds 1184 >= 932 @ 1.30052
1.41/1.50	c bounds 1184 >= 933 @ 1.30164
1.41/1.50	c bounds 1184 >= 934 @ 1.30287
1.41/1.51	c bounds 1184 >= 935 @ 1.30409
1.41/1.51	c bounds 1184 >= 936 @ 1.30445
1.41/1.51	c bounds 1184 >= 937 @ 1.30563
1.41/1.51	c bounds 1184 >= 938 @ 1.30691
1.41/1.51	c bounds 1184 >= 939 @ 1.30724
1.41/1.51	c bounds 1184 >= 940 @ 1.30853
1.41/1.51	c bounds 1184 >= 941 @ 1.30974
1.41/1.51	c bounds 1184 >= 942 @ 1.31102
1.41/1.52	c bounds 1184 >= 943 @ 1.31129
1.41/1.52	c bounds 1184 >= 944 @ 1.31252
1.41/1.55	c bounds 1183 >= 944 @ 1.34402
1.41/1.55	c bounds 1183 >= 945 @ 1.34539
1.41/1.55	c bounds 1183 >= 946 @ 1.34688
1.41/1.56	c bounds 1183 >= 947 @ 1.34728
1.41/1.56	c bounds 1183 >= 948 @ 1.34871
1.41/1.56	c bounds 1183 >= 949 @ 1.34954
1.41/1.56	c bounds 1183 >= 950 @ 1.35013
1.41/1.56	c bounds 1183 >= 951 @ 1.35151
1.41/1.56	c bounds 1183 >= 952 @ 1.35296
1.41/1.56	c bounds 1183 >= 953 @ 1.35352
1.41/1.57	c bounds 1183 >= 954 @ 1.35402
1.41/1.57	c bounds 1183 >= 955 @ 1.35558
1.41/1.57	c bounds 1183 >= 956 @ 1.35627
1.41/1.57	c bounds 1183 >= 957 @ 1.35731
1.41/1.57	c bounds 1183 >= 958 @ 1.35837
1.41/1.57	c bounds 1183 >= 959 @ 1.35947
1.41/1.57	c bounds 1183 >= 960 @ 1.36
1.41/1.58	c bounds 1183 >= 961 @ 1.36025
1.41/1.58	c bounds 1183 >= 962 @ 1.36192
1.41/1.58	c bounds 1183 >= 963 @ 1.36277
1.52/1.60	c bounds 1182 >= 963 @ 1.38604
1.52/1.60	c bounds 1182 >= 964 @ 1.38731
1.52/1.61	c bounds 1182 >= 965 @ 1.38898
1.52/1.61	c bounds 1182 >= 966 @ 1.39017
1.52/1.61	c bounds 1182 >= 967 @ 1.39221
1.52/1.61	c bounds 1182 >= 968 @ 1.39404
1.52/1.61	c bounds 1182 >= 969 @ 1.39567
1.52/1.61	c bounds 1182 >= 970 @ 1.3962
1.52/1.62	c bounds 1182 >= 971 @ 1.398
1.52/1.65	c bounds 1181 >= 971 @ 1.42556
1.52/1.65	c bounds 1181 >= 972 @ 1.42769
1.52/1.65	c bounds 1181 >= 973 @ 1.43061
1.52/1.65	c bounds 1181 >= 974 @ 1.43154
1.52/1.65	c bounds 1181 >= 975 @ 1.43249
1.52/1.66	c bounds 1181 >= 976 @ 1.43378
1.52/1.66	c bounds 1181 >= 977 @ 1.43601
1.52/1.66	c bounds 1181 >= 978 @ 1.43862
1.52/1.66	c bounds 1181 >= 979 @ 1.44059
1.52/1.67	c bounds 1181 >= 980 @ 1.44373
1.62/1.70	c bounds 1180 >= 980 @ 1.47064
1.62/1.70	c bounds 1180 >= 981 @ 1.47436
1.62/1.71	c bounds 1180 >= 982 @ 1.47775
1.62/1.71	c bounds 1180 >= 983 @ 1.48238
1.62/1.74	c bounds 1179 >= 983 @ 1.51636
1.62/1.75	c bounds 1179 >= 984 @ 1.52114
1.62/1.76	c bounds 1179 >= 985 @ 1.52747
1.62/1.79	c bounds 1178 >= 985 @ 1.55646
1.72/1.81	c bounds 1178 >= 986 @ 1.57455
1.72/1.84	c bounds 1177 >= 986 @ 1.60452
1.72/1.87	c bounds 1177 >= 987 @ 1.63503
1.81/1.91	c bounds 1176 >= 987 @ 1.66321
1.81/1.93	c bounds 1175 >= 987 @ 1.68895
1.81/1.96	c bounds 1174 >= 987 @ 1.71716
2.03/2.13	c #Conflicts:       1000 | #Constraints:       8464
2.03/2.13	c bounds 1174 >= 988 @ 1.87933
2.03/2.15	c bounds 1173 >= 988 @ 1.89581
2.03/2.17	c bounds 1172 >= 988 @ 1.91623
2.03/2.18	c bounds 1171 >= 988 @ 1.93256
2.11/2.20	c bounds 1170 >= 988 @ 1.94781
2.11/2.23	c bounds 1169 >= 988 @ 1.97879
2.11/2.26	c bounds 1168 >= 988 @ 2.00347
2.21/2.30	c bounds 1167 >= 988 @ 2.03954
2.21/2.33	c bounds 1166 >= 988 @ 2.0678
2.21/2.37	c bounds 1165 >= 988 @ 2.10089
2.32/2.50	c bounds 1164 >= 988 @ 2.22711
2.51/2.61	c #Conflicts:       2000 | #Constraints:       9523
2.51/2.61	c INPROCESSING
2.51/2.61	c GARBAGE COLLECT
2.51/2.61	c rational objective 988
2.61/2.79	c bounds 1164 >= 989 @ 2.51174
2.71/2.80	c bounds 1163 >= 989 @ 2.51974
2.71/2.84	c bounds 1162 >= 989 @ 2.55631
2.71/2.88	c bounds 1161 >= 989 @ 2.59531
2.81/2.91	c bounds 1160 >= 989 @ 2.62974
2.81/2.95	c bounds 1159 >= 989 @ 2.66466
2.81/2.99	c bounds 1158 >= 989 @ 2.70313
3.31/3.48	c #Conflicts:       3000 | #Constraints:       8435
3.31/3.48	c bounds 1158 >= 990 @ 3.18462
3.41/3.51	c bounds 1157 >= 990 @ 3.21328
3.41/3.54	c bounds 1156 >= 990 @ 3.24362
3.41/3.58	c bounds 1155 >= 990 @ 3.27617
3.51/3.62	c bounds 1154 >= 990 @ 3.31233
3.51/3.65	c bounds 1153 >= 990 @ 3.35075
3.51/3.69	c #Conflicts:       4000 | #Constraints:       9497
3.51/3.69	c bounds 1152 >= 990 @ 3.38267
3.60/3.72	c bounds 1151 >= 990 @ 3.41241
3.60/3.75	c bounds 1150 >= 990 @ 3.43906
3.70/3.85	c INPROCESSING
3.70/3.85	c GARBAGE COLLECT
3.70/3.85	c rational objective 990
3.81/3.91	c bounds 1149 >= 990 @ 3.59938
3.81/3.94	c bounds 1148 >= 990 @ 3.63143
3.81/3.97	c bounds 1147 >= 990 @ 3.65993
3.81/4.00	c bounds 1146 >= 990 @ 3.68819
3.92/4.03	c bounds 1145 >= 990 @ 3.71823
3.92/4.06	c bounds 1144 >= 990 @ 3.74532
3.92/4.09	c bounds 1143 >= 990 @ 3.77567
4.02/4.12	c bounds 1142 >= 990 @ 3.80375
4.02/4.15	c bounds 1141 >= 990 @ 3.82945
4.02/4.19	c bounds 1140 >= 990 @ 3.86025
4.11/4.22	c #Conflicts:       5000 | #Constraints:       8811
4.11/4.22	c bounds 1139 >= 990 @ 3.89519
4.11/4.25	c bounds 1138 >= 990 @ 3.92469
4.11/4.28	c bounds 1137 >= 990 @ 3.95229
4.20/4.34	c bounds 1136 >= 990 @ 4.0055
4.31/4.41	c bounds 1135 >= 990 @ 4.07218
4.31/4.46	c bounds 1134 >= 990 @ 4.12023
4.41/4.56	c bounds 1133 >= 990 @ 4.2231
4.50/4.61	c bounds 1132 >= 990 @ 4.27243
4.50/4.66	c #Conflicts:       6000 | #Constraints:       9825
4.50/4.66	c bounds 1131 >= 990 @ 4.31974
4.60/4.71	c bounds 1130 >= 990 @ 4.36573
5.40/5.51	c INPROCESSING
5.40/5.51	c GARBAGE COLLECT
5.40/5.51	c rational objective 990
5.40/5.59	c bounds 1129 >= 990 @ 5.22284
5.50/5.62	c bounds 1128 >= 990 @ 5.25116
5.50/5.65	c bounds 1127 >= 990 @ 5.28381
5.50/5.68	c bounds 1126 >= 990 @ 5.31368
5.60/5.77	c #Conflicts:       7000 | #Constraints:       8797
5.60/5.77	c bounds 1125 >= 990 @ 5.39813
5.70/5.82	c bounds 1124 >= 990 @ 5.45423
5.70/5.87	c bounds 1123 >= 990 @ 5.50527
5.80/5.93	c bounds 1122 >= 990 @ 5.56598
5.80/6.00	c bounds 1121 >= 990 @ 5.62692
5.91/6.06	c bounds 1120 >= 990 @ 5.69286
6.01/6.14	c #Conflicts:       8000 | #Constraints:       9803
6.01/6.14	c bounds 1119 >= 990 @ 5.76537
6.10/6.21	c bounds 1118 >= 990 @ 5.83063
6.10/6.27	c bounds 1117 >= 990 @ 5.8949
6.20/6.35	c bounds 1116 >= 990 @ 5.9655
6.30/6.40	c bounds 1115 >= 990 @ 6.01608
6.30/6.45	c bounds 1114 >= 990 @ 6.06591
6.39/6.51	c #Conflicts:       9000 | #Constraints:      10809
6.39/6.51	c bounds 1113 >= 990 @ 6.12368
6.50/6.66	c INPROCESSING
6.50/6.66	c GARBAGE COLLECT
6.50/6.66	c rational objective 990
6.59/6.75	c bounds 1112 >= 990 @ 6.35355
6.70/6.83	c bounds 1111 >= 990 @ 6.42138
6.70/6.89	c bounds 1110 >= 990 @ 6.48508
6.80/6.95	c bounds 1109 >= 990 @ 6.54302
6.80/7.01	c bounds 1108 >= 990 @ 6.59655
6.91/7.06	c #Conflicts:      10000 | #Constraints:       9462
6.91/7.06	c bounds 1107 >= 990 @ 6.64845
7.00/7.18	c bounds 1106 >= 990 @ 6.77146
7.49/7.65	c bounds 1106 >= 991 @ 7.2266
7.49/7.69	c bounds 1105 >= 991 @ 7.26197
7.60/7.71	c bounds 1104 >= 991 @ 7.28784
7.70/7.81	c #Conflicts:      11000 | #Constraints:      10519
7.70/7.81	c bounds 1103 >= 991 @ 7.38194
7.79/7.97	c bounds 1102 >= 991 @ 7.53673
8.90/9.02	c #Conflicts:      12000 | #Constraints:      11521
8.90/9.02	c INPROCESSING
8.90/9.02	c GARBAGE COLLECT
8.90/9.02	c #Conflicts:      13000 | #Constraints:       9948
8.90/9.02	c bounds 1102 >= 992 @ 8.56534
9.00/9.17	c bounds 1101 >= 992 @ 8.7199
9.29/9.45	c #Conflicts:      14000 | #Constraints:      11002
9.29/9.45	c bounds 1100 >= 992 @ 8.9872
10.09/10.26	c #Conflicts:      15000 | #Constraints:      12008
10.09/10.26	c INPROCESSING
10.09/10.26	c GARBAGE COLLECT
10.09/10.26	c rational objective 992
10.19/10.37	c bounds 1099 >= 992 @ 9.89606
10.29/10.41	c bounds 1098 >= 992 @ 9.93608
10.29/10.48	c bounds 1097 >= 992 @ 10.0015
10.38/10.56	c bounds 1096 >= 992 @ 10.0819
10.49/10.63	c bounds 1095 >= 992 @ 10.1421
10.59/10.70	c #Conflicts:      16000 | #Constraints:      10251
10.59/10.70	c bounds 1094 >= 992 @ 10.2132
10.59/10.76	c bounds 1093 >= 992 @ 10.2686
10.90/11.09	c bounds 1092 >= 992 @ 10.5962
11.28/11.41	c #Conflicts:      17000 | #Constraints:      11254
11.28/11.41	c bounds 1091 >= 992 @ 10.9083
12.28/12.48	c #Conflicts:      18000 | #Constraints:      12270
12.28/12.48	c INPROCESSING
12.28/12.48	c GARBAGE COLLECT
12.28/12.48	c rational objective 992
12.48/12.62	c bounds 1090 >= 992 @ 12.1056
13.28/13.49	c #Conflicts:      19000 | #Constraints:      10280
13.28/13.49	c #Conflicts:      20000 | #Constraints:      11280
13.28/13.49	c bounds 1089 >= 992 @ 12.9613
15.18/15.34	c #Conflicts:      21000 | #Constraints:      12281
15.18/15.34	c INPROCESSING
15.18/15.34	c GARBAGE COLLECT
15.18/15.34	c rational objective 992
15.37/15.50	c bounds 1088 >= 992 @ 14.9357
15.57/15.71	c #Conflicts:      22000 | #Constraints:      10107
15.57/15.71	c bounds 1087 >= 992 @ 15.1404
15.77/15.94	c bounds 1086 >= 992 @ 15.3682
15.98/16.13	c #Conflicts:      23000 | #Constraints:      11109
15.98/16.13	c bounds 1085 >= 992 @ 15.5567
16.27/16.44	c #Conflicts:      24000 | #Constraints:      12110
16.27/16.44	c bounds 1084 >= 992 @ 15.8539
16.37/16.59	c bounds 1083 >= 992 @ 16.0068
16.57/16.79	c bounds 1082 >= 992 @ 16.1984
16.98/17.18	c #Conflicts:      25000 | #Constraints:      13115
16.98/17.18	c INPROCESSING
16.98/17.18	c GARBAGE COLLECT
16.98/17.18	c rational objective 992
17.77/17.97	c #Conflicts:      26000 | #Constraints:      10674
17.77/17.97	c bounds 1081 >= 992 @ 17.3535
18.47/18.64	c #Conflicts:      27000 | #Constraints:      11720
18.47/18.64	c bounds 1081 >= 993 @ 18.0024
18.56/18.75	c #Conflicts:      28000 | #Constraints:      12786
18.56/18.75	c bounds 1080 >= 993 @ 18.1065
18.76/18.97	c bounds 1079 >= 993 @ 18.3231
19.06/19.27	c #Conflicts:      29000 | #Constraints:      13790
19.06/19.27	c INPROCESSING
19.06/19.27	c GARBAGE COLLECT
19.06/19.27	c rational objective 993
19.66/19.80	c #Conflicts:      30000 | #Constraints:      11161
19.66/19.80	c bounds 1078 >= 993 @ 19.1414
20.06/20.28	c bounds 1077 >= 993 @ 19.6017
21.75/21.96	c #Conflicts:      31000 | #Constraints:      12204
21.75/21.96	c #Conflicts:      32000 | #Constraints:      13204
21.75/21.96	c #Conflicts:      33000 | #Constraints:      14204
21.75/21.96	c INPROCESSING
21.75/21.96	c GARBAGE COLLECT
21.75/21.96	c rational objective 993
21.96/22.15	c bounds 1076 >= 993 @ 21.4474
22.25/22.43	c #Conflicts:      34000 | #Constraints:      11379
22.25/22.43	c bounds 1075 >= 993 @ 21.7157
22.45/22.63	c bounds 1074 >= 993 @ 21.9065
22.65/22.82	c #Conflicts:      35000 | #Constraints:      12381
22.65/22.82	c bounds 1073 >= 993 @ 22.1013
23.25/23.45	c #Conflicts:      36000 | #Constraints:      13385
23.25/23.45	c bounds 1072 >= 993 @ 22.7141
23.75/23.97	c #Conflicts:      37000 | #Constraints:      14403
23.75/23.97	c INPROCESSING
23.75/23.97	c GARBAGE COLLECT
23.75/23.97	c rational objective 993
25.95/26.15	c #Conflicts:      38000 | #Constraints:      11388
25.95/26.15	c #Conflicts:      39000 | #Constraints:      12388
25.95/26.15	c #Conflicts:      40000 | #Constraints:      13389
25.95/26.15	c bounds 1071 >= 993 @ 25.3501
26.64/26.84	c #Conflicts:      41000 | #Constraints:      14398
26.64/26.84	c INPROCESSING
26.64/26.84	c GARBAGE COLLECT
26.64/26.84	c rational objective 993
27.03/27.22	c #Conflicts:      42000 | #Constraints:      11177
27.03/27.22	c bounds 1071 >= 994 @ 26.3871
28.13/28.38	c #Conflicts:      43000 | #Constraints:      12219
28.13/28.38	c #Conflicts:      44000 | #Constraints:      13219
28.13/28.38	c #Conflicts:      45000 | #Constraints:      14219
28.13/28.38	c #Conflicts:      46000 | #Constraints:      15219
28.13/28.38	c INPROCESSING
28.13/28.38	c GARBAGE COLLECT
28.13/28.38	c rational objective 994
28.94/29.19	c #Conflicts:      47000 | #Constraints:      11811
28.94/29.19	c #Conflicts:      48000 | #Constraints:      12811
28.94/29.19	c bounds 1071 >= 995 @ 28.3002
30.12/30.31	c #Conflicts:      49000 | #Constraints:      13868
30.12/30.31	c #Conflicts:      50000 | #Constraints:      14868
30.12/30.31	c #Conflicts:      51000 | #Constraints:      15868
30.12/30.31	c INPROCESSING
30.12/30.31	c GARBAGE COLLECT
30.12/30.31	c rational objective 995
31.72/31.91	c #Conflicts:      52000 | #Constraints:      12225
31.72/31.91	c #Conflicts:      53000 | #Constraints:      13225
31.72/31.91	c #Conflicts:      54000 | #Constraints:      14225
31.72/31.91	c #Conflicts:      55000 | #Constraints:      15225
31.72/31.91	c #Conflicts:      56000 | #Constraints:      16225
31.72/31.91	c INPROCESSING
31.72/31.91	c GARBAGE COLLECT
31.72/31.91	c rational objective 995
31.83/32.02	c bounds 1070 >= 995 @ 31.0299
32.72/33.00	c #Conflicts:      57000 | #Constraints:      12425
32.72/33.00	c #Conflicts:      58000 | #Constraints:      13426
32.72/33.00	c bounds 1069 >= 995 @ 31.9841
36.10/36.39	c #Conflicts:      59000 | #Constraints:      14435
36.10/36.39	c #Conflicts:      60000 | #Constraints:      15435
36.10/36.39	c #Conflicts:      61000 | #Constraints:      16435
36.10/36.39	c INPROCESSING
36.10/36.39	c GARBAGE COLLECT
36.10/36.39	c rational objective 995
36.31/36.60	c bounds 1068 >= 995 @ 35.5376
37.00/37.29	c #Conflicts:      62000 | #Constraints:      12454
37.00/37.29	c #Conflicts:      63000 | #Constraints:      13454
37.00/37.29	c bounds 1067 >= 995 @ 36.2206
38.29/38.59	c #Conflicts:      64000 | #Constraints:      14455
38.29/38.59	c #Conflicts:      65000 | #Constraints:      15457
38.29/38.59	c bounds 1066 >= 995 @ 37.4868
38.69/38.99	c bounds 1065 >= 995 @ 37.8786
39.29/39.55	c #Conflicts:      66000 | #Constraints:      16491
39.29/39.55	c INPROCESSING
39.29/39.55	c GARBAGE COLLECT
39.29/39.55	c rational objective 995
39.69/39.91	c #Conflicts:      67000 | #Constraints:      12242
39.69/39.91	c bounds 1064 >= 995 @ 38.7697
40.10/40.35	c #Conflicts:      68000 | #Constraints:      13248
40.10/40.35	c bounds 1063 >= 995 @ 39.2032
40.39/40.69	c bounds 1062 >= 995 @ 39.5317
40.98/41.26	c #Conflicts:      69000 | #Constraints:      14262
40.98/41.26	c bounds 1061 >= 995 @ 40.0924
44.68/45.01	c #Conflicts:      70000 | #Constraints:      15268
44.68/45.01	c #Conflicts:      71000 | #Constraints:      16268
44.68/45.01	c #Conflicts:      72000 | #Constraints:      17268
44.68/45.01	c INPROCESSING
44.68/45.01	c GARBAGE COLLECT
44.68/45.01	c rational objective 995
45.27/45.51	c #Conflicts:      73000 | #Constraints:      12857
45.27/45.51	c bounds 1060 >= 995 @ 44.2864
46.17/46.47	c #Conflicts:      74000 | #Constraints:      13865
46.17/46.47	c bounds 1059 >= 995 @ 45.2249
47.17/47.49	c #Conflicts:      75000 | #Constraints:      14942
47.17/47.49	c #Conflicts:      76000 | #Constraints:      15965
47.17/47.49	c bounds 1058 >= 995 @ 46.2182
48.07/48.34	c #Conflicts:      77000 | #Constraints:      17013
48.07/48.34	c bounds 1057 >= 995 @ 47.0504
48.46/48.70	c #Conflicts:      78000 | #Constraints:      18035
48.46/48.70	c INPROCESSING
48.46/48.70	c GARBAGE COLLECT
48.46/48.70	c rational objective 995
51.56/51.81	c #Conflicts:      79000 | #Constraints:      13302
51.56/51.81	c #Conflicts:      80000 | #Constraints:      14302
51.56/51.81	c #Conflicts:      81000 | #Constraints:      15303
51.56/51.81	c #Conflicts:      82000 | #Constraints:      16308
51.56/51.81	c bounds 1056 >= 995 @ 50.4623
53.94/54.27	c #Conflicts:      83000 | #Constraints:      17313
53.94/54.27	c #Conflicts:      84000 | #Constraints:      18313
53.94/54.27	c INPROCESSING
53.94/54.27	c GARBAGE COLLECT
53.94/54.27	c rational objective 995
56.33/56.60	c #Conflicts:      85000 | #Constraints:      13491
56.33/56.60	c #Conflicts:      86000 | #Constraints:      14491
56.33/56.60	c #Conflicts:      87000 | #Constraints:      15491
56.33/56.60	c #Conflicts:      88000 | #Constraints:      16491
56.33/56.60	c #Conflicts:      89000 | #Constraints:      17491
56.33/56.60	c bounds 1056 >= 996 @ 55.1684
56.64/56.95	c #Conflicts:      90000 | #Constraints:      18569
56.64/56.95	c INPROCESSING
56.64/56.95	c GARBAGE COLLECT
56.64/56.95	c rational objective 996
57.93/58.25	c #Conflicts:      91000 | #Constraints:      13479
57.93/58.25	c #Conflicts:      92000 | #Constraints:      14580
57.93/58.25	c bounds 1055 >= 996 @ 56.776
60.90/61.37	c #Conflicts:      93000 | #Constraints:      15611
60.90/61.37	c #Conflicts:      94000 | #Constraints:      16611
60.90/61.37	c #Conflicts:      95000 | #Constraints:      17611
60.90/61.37	c #Conflicts:      96000 | #Constraints:      18611
60.90/61.37	c INPROCESSING
60.90/61.37	c GARBAGE COLLECT
60.90/61.37	c rational objective 996
61.80/62.28	c #Conflicts:      97000 | #Constraints:      13358
61.80/62.28	c #Conflicts:      98000 | #Constraints:      14373
61.80/62.28	c bounds 1054 >= 996 @ 60.6164
62.61/63.06	c #Conflicts:      99000 | #Constraints:      15375
62.61/63.06	c bounds 1053 >= 996 @ 61.37
63.49/64.00	c #Conflicts:     100000 | #Constraints:      16418
63.49/64.00	c bounds 1052 >= 996 @ 62.2864
64.50/64.98	c #Conflicts:     101000 | #Constraints:      17485
64.50/64.98	c bounds 1051 >= 996 @ 63.2453
65.49/65.93	c #Conflicts:     102000 | #Constraints:      18519
65.49/65.93	c #Conflicts:     103000 | #Constraints:      19538
65.49/65.93	c INPROCESSING
65.49/65.93	c GARBAGE COLLECT
65.49/65.93	c rational objective 996
68.70/69.15	c #Conflicts:     104000 | #Constraints:      13960
68.70/69.15	c #Conflicts:     105000 | #Constraints:      14960
68.70/69.15	c #Conflicts:     106000 | #Constraints:      15960
68.70/69.15	c #Conflicts:     107000 | #Constraints:      16960
68.70/69.15	c #Conflicts:     108000 | #Constraints:      17960
68.70/69.15	c #Conflicts:     109000 | #Constraints:      18960
68.70/69.15	c #Conflicts:     110000 | #Constraints:      19960
68.70/69.15	c INPROCESSING
68.70/69.15	c GARBAGE COLLECT
68.70/69.15	c rational objective 996
69.28/69.74	c #Conflicts:     111000 | #Constraints:      14329
69.28/69.74	c bounds 1050 >= 996 @ 67.9019
70.08/70.52	c #Conflicts:     112000 | #Constraints:      15372
70.08/70.52	c bounds 1049 >= 996 @ 68.6767
71.17/71.62	c #Conflicts:     113000 | #Constraints:      16411
71.17/71.62	c #Conflicts:     114000 | #Constraints:      17457
71.17/71.62	c bounds 1048 >= 996 @ 69.7404
73.36/73.85	c #Conflicts:     115000 | #Constraints:      18509
73.36/73.85	c #Conflicts:     116000 | #Constraints:      19558
73.36/73.85	c #Conflicts:     117000 | #Constraints:      20626
73.36/73.85	c INPROCESSING
73.36/73.85	c GARBAGE COLLECT
73.36/73.85	c rational objective 996
76.95/77.47	c #Conflicts:     118000 | #Constraints:      14611
76.95/77.47	c #Conflicts:     119000 | #Constraints:      15611
76.95/77.47	c #Conflicts:     120000 | #Constraints:      16611
76.95/77.47	c #Conflicts:     121000 | #Constraints:      17611
76.95/77.47	c #Conflicts:     122000 | #Constraints:      18611
76.95/77.47	c #Conflicts:     123000 | #Constraints:      19611
76.95/77.47	c #Conflicts:     124000 | #Constraints:      20611
76.95/77.47	c INPROCESSING
76.95/77.47	c GARBAGE COLLECT
76.95/77.47	c rational objective 996
77.75/78.29	c #Conflicts:     125000 | #Constraints:      14580
77.75/78.29	c bounds 1047 >= 996 @ 76.2696
77.95/78.45	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[4]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[5]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[6]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[15]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[16]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[18]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[20]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[25]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[26]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[27]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[29]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[35]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[37]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[38]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[39]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[40]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[44]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[45]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[47]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[49]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[51]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[52]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[53]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[54]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[55]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[60]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[63]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[64]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[68]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[69]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[73]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[76]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[85]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[86]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[91]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[94]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[95]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[97]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[100]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[101]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[103]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[105]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[106]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[111]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[118]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[125]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[127]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[128]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[134]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[148]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[152]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[155]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[157]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[168]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[169]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[171]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[173]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[175]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[177]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[186]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[189]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[195]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[199]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[202]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[210]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[218]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[228]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[235]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[239]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[241]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[242]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[243]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[247]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[253]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[255]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[256]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[259]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[262]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[263]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[265]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[269]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[270]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[272]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[273]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[275]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[279]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[294]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[297]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[299]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[303]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[305]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[308]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[309]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[310]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[317]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[321]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[327]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[329]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[331]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[332]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[333]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[334]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[335]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[341]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[343]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[345]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[347]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[348]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[349]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[350]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[353]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[363]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[364]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[365]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[366]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[368]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[369]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[371]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[373]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[380]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[383]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[388]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[389]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[392]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[395]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[401]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[403]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[406]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[407]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[409]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[410]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[412]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[413]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[414]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[415]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[420]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[425]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[428]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[430]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[434]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[438]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[439]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[440]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[441]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[443]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[444]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[445]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[448]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[450]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[460]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[462]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[466]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[469]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[473]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[474]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[475]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[478]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[480]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[481]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[484]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[486]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[493]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[495]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[499]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[500]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[501]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[505]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[506]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[507]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[511]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[513]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[516]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[518]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[519]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[520]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[521]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[527]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[529]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[533]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[536]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[540]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[542]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[543]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[545]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[554]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[555]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[557]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[566]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[569]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[571]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[574]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[579]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[581]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[583]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[585]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[589]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[590]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[591]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[595]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[597]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[603]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[604]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[607]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[608]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[610]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[615]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[617]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[621]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[622]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[624]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[625]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[628]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[629]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[631]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[633]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[634]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[638]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[639]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[640]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[642]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[644]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[654]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[655]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[657]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[660]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[663]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[664]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[666]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[667]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[675]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[677]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[679]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[680]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[682]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[684]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[686]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[688]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[692]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[695]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[696]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[699]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[705]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[711]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[712]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[723]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[724]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[725]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[728]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[732]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[736]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[738]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[739]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[746]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[749]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[754]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[755]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[765]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[766]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[767]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[768]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[769]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[773]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[774]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[775]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[778]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[779]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[780]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[782]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[785]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[787]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[788]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[789]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[793]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[799]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[801]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[805]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[807]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[808]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[811]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[813]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[814]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[815]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[817]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[819]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[820]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[823]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[824]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[825]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[826]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[829]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[830]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[835]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[836]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[838]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[839]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[843]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[845]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[846]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[849]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[851]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[852]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[853]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[854]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[856]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[857]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[858]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[861]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[866]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[869]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[870]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[871]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[872]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[875]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[880]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[881]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[882]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[884]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[885]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[888]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[890]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[891]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[898]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[900]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[901]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[903]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[906]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[908]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[909]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[911]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[912]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[916]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[923]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[925]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[926]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[929]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[931]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[932]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[936]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[942]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[949]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[950]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[951]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[956]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[967]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[968]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[969]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[970]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[974]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[976]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[977]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[981]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[985]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[988]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[989]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[992]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[993]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[996]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[998]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1004]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1006]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1009]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1015]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1017]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1019]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1026]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1032]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1034]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1035]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1037]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1039]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1041]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1043]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1048]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1051]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1052]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1053]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1054]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1056]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1060]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1061]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1064]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1067]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1069]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1074]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1076]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1077]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1081]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1083]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1085]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1087]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1089]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1092]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1095]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1100]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1102]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1103]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1104]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1105]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1108]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1111]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1114]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1120]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1121]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1122]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1123]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1127]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1129]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1133]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1136]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1138]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1139]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1140]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1141]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1145]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1146]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1150]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1153]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1158]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1159]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1165]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1167]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1169]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1171]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1172]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1173]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1176]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1178]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1179]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1181]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1185]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1186]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1190]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1192]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1193]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1194]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1200]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1201]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1202]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1207]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1208]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1209]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1211]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1219]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1226]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1230]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1232]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1234]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1235]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1238]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1243]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1247]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1253]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1254]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1255]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1256]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1260]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1263]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1269]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1272]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1274]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1277]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1278]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1279]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1281]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1282]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1283]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1284]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1288]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1290]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1294]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1298]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1299]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1302]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1304]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1306]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1307]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1311]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1313]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1314]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1315]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1319]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1320]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1323]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1324]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1325]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1327]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1330]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1331]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1333]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1335]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1339]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1341]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1342]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1343]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1350]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1351]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1352]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1353]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1355]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1358]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1361]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1362]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1366]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1367]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1370]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1375]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1376]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1382]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1389]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1393]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1397]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1404]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1405]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1407]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1410]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1413]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1419]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1420]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1426]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1430]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1432]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1434]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1437]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1439]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1440]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1442]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1451]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1455]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1456]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1458]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1461]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1472]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1476]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1477]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1482]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1483]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1484]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1489]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1492]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1494]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1495]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1497]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1498]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1501]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1502]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1503]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1505]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1506]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1507]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1509]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1513]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1518]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1521]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1522]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1523]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1525]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1526]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1527]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1528]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1529]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1532]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1533]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1534]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1535]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1536]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1537]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1538]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1540]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1547]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1549]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1552]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1554]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1555]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1556]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1559]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1563]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1564]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1565]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1568]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1571]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1574]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1578]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1580]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1583]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1584]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1586]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1587]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1589]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1590]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1596]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1597]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1598]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1600]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1601]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1605]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1610]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1612]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1615]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1621]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1622]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1624]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1625]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1631]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1634]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1636]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1637]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1639]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1640]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1642]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1643]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1647]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1648]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1651]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1652]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1654]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1657]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1660]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1662]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1663]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1666]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1667]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1668]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1669]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1670]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1673]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1675]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1678]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1680]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1683]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1684]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1688]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1689]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1691]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1692]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1693]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1694]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1695]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1696]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1699]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1700]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1703]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1705]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1706]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1708]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1715]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1716]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1717]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1719]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1720]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1722]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1723]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1727]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1729]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1732]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1737]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1738]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1742]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1745]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1746]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1749]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1750]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1751]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1752]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1755]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1758]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1760]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1762]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1764]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1767]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1772]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1773]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1777]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1780]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1782]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1785]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1786]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1787]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1788]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1790]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1791]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1794]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1798]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1799]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1801]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1803]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1805]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1806]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1807]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1808]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1810]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1811]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1812]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1814]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1817]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1818]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1820]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1822]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1823]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1824]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1832]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1833]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1836]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1839]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1840]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1844]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1845]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1847]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1854]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1858]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1859]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1860]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1862]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1863]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1864]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1865]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1866]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1867]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1868]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1869]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1874]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1875]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1876]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1881]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1886]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1889]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1891]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1892]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1894]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1895]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1897]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1899]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1901]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1906]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1910]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1911]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1913]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1917]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1918]: 6 -1.0001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1919]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1920]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1921]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1924]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1927]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1929]: 6 -1.00003 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1930]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1932]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1935]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1936]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1937]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1939]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1943]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1951]: 6 -1.00004 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1952]: 6 -1.00005 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1954]: 6 -1.00002 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1959]: 6 -1.00001 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1964]: 6 -1.00008 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1965]: 6 -1.00006 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
77.95/78.45	WSVECS04 Frhs2[1967]: 6 -1.00009 0 shouldn't be
83.03/83.53	c #Conflicts:     126000 | #Constraints:      15631
83.03/83.53	c #Conflicts:     127000 | #Constraints:      16631
83.03/83.53	c #Conflicts:     128000 | #Constraints:      17631
83.03/83.53	c #Conflicts:     129000 | #Constraints:      18680
83.03/83.53	c #Conflicts:     130000 | #Constraints:      19774
83.03/83.53	c #Conflicts:     131000 | #Constraints:      20835
83.03/83.53	c INPROCESSING
83.03/83.53	c GARBAGE COLLECT
83.03/83.53	c rational objective 996
86.54/87.07	c #Conflicts:     132000 | #Constraints:      14446
86.54/87.07	c #Conflicts:     133000 | #Constraints:      15446
86.54/87.07	c #Conflicts:     134000 | #Constraints:      16446
86.54/87.07	c #Conflicts:     135000 | #Constraints:      17446
86.54/87.07	c #Conflicts:     136000 | #Constraints:      18446
86.54/87.07	c #Conflicts:     137000 | #Constraints:      19446
86.54/87.07	c #Conflicts:     138000 | #Constraints:      20446
86.54/87.07	c #Conflicts:     139000 | #Constraints:      21446
86.54/87.07	c INPROCESSING
86.54/87.07	c GARBAGE COLLECT
86.54/87.07	c rational objective 996
90.21/90.79	c #Conflicts:     140000 | #Constraints:      14986
90.21/90.79	c #Conflicts:     141000 | #Constraints:      15986
90.21/90.79	c #Conflicts:     142000 | #Constraints:      16986
90.21/90.79	c #Conflicts:     143000 | #Constraints:      17986
90.21/90.79	c #Conflicts:     144000 | #Constraints:      18986
90.21/90.79	c #Conflicts:     145000 | #Constraints:      19986
90.21/90.79	c #Conflicts:     146000 | #Constraints:      20986
90.21/90.79	c #Conflicts:     147000 | #Constraints:      21986
90.21/90.79	c INPROCESSING
90.21/90.79	c GARBAGE COLLECT
90.21/90.79	c rational objective 996
94.31/94.90	c #Conflicts:     148000 | #Constraints:      15375
94.31/94.90	c #Conflicts:     149000 | #Constraints:      16375
94.31/94.90	c #Conflicts:     150000 | #Constraints:      17375
94.31/94.90	c #Conflicts:     151000 | #Constraints:      18375
94.31/94.90	c #Conflicts:     152000 | #Constraints:      19375
94.31/94.90	c #Conflicts:     153000 | #Constraints:      20375
94.31/94.90	c #Conflicts:     154000 | #Constraints:      21375
94.31/94.90	c #Conflicts:     155000 | #Constraints:      22375
94.31/94.90	c INPROCESSING
94.31/94.90	c GARBAGE COLLECT
94.31/94.90	c rational objective 996
95.91/96.56	c #Conflicts:     156000 | #Constraints:      15580
95.91/96.56	c #Conflicts:     157000 | #Constraints:      16664
95.91/96.56	c bounds 1046 >= 996 @ 94.067
100.30/100.91	c #Conflicts:     158000 | #Constraints:      17735
100.30/100.91	c #Conflicts:     159000 | #Constraints:      18735
100.30/100.91	c #Conflicts:     160000 | #Constraints:      19735
100.30/100.91	c #Conflicts:     161000 | #Constraints:      20736
100.30/100.91	c #Conflicts:     162000 | #Constraints:      21804
100.30/100.91	c #Conflicts:     163000 | #Constraints:      22886
100.30/100.91	c INPROCESSING
100.30/100.91	c GARBAGE COLLECT
100.30/100.91	c rational objective 996
101.79/102.43	c #Conflicts:     164000 | #Constraints:      15670
101.79/102.43	c #Conflicts:     165000 | #Constraints:      16670
101.79/102.43	c #Conflicts:     166000 | #Constraints:      17670
101.79/102.43	c bounds 1046 >= 997 @ 99.8041
104.39/105.09	c #Conflicts:     167000 | #Constraints:      18760
104.39/105.09	c #Conflicts:     168000 | #Constraints:      19760
104.39/105.09	c #Conflicts:     169000 | #Constraints:      20760
104.39/105.09	c #Conflicts:     170000 | #Constraints:      21760
104.39/105.09	c #Conflicts:     171000 | #Constraints:      22760
104.39/105.09	c INPROCESSING
104.39/105.09	c GARBAGE COLLECT
104.39/105.09	c rational objective 997
108.76/109.46	c #Conflicts:     172000 | #Constraints:      15468
108.76/109.46	c #Conflicts:     173000 | #Constraints:      16468
108.76/109.46	c #Conflicts:     174000 | #Constraints:      17468
108.76/109.46	c #Conflicts:     175000 | #Constraints:      18468
108.76/109.46	c #Conflicts:     176000 | #Constraints:      19468
108.76/109.46	c #Conflicts:     177000 | #Constraints:      20468
108.76/109.46	c #Conflicts:     178000 | #Constraints:      21468
108.76/109.46	c #Conflicts:     179000 | #Constraints:      22468
108.76/109.46	c #Conflicts:     180000 | #Constraints:      23468
108.76/109.46	c INPROCESSING
108.76/109.46	c GARBAGE COLLECT
108.76/109.46	c rational objective 997
109.16/109.83	c bounds 1045 >= 997 @ 107.068
109.37/110.11	c #Conflicts:     181000 | #Constraints:      16031
109.37/110.11	c bounds 1044 >= 997 @ 107.337
109.65/110.39	c #Conflicts:     182000 | #Constraints:      17048
109.65/110.39	c bounds 1043 >= 997 @ 107.614
110.55/111.22	c #Conflicts:     183000 | #Constraints:      18090
110.55/111.22	c bounds 1042 >= 997 @ 108.429
111.85/112.56	c #Conflicts:     184000 | #Constraints:      19128
111.85/112.56	c #Conflicts:     185000 | #Constraints:      20170
111.85/112.56	c bounds 1041 >= 997 @ 109.742
112.05/112.71	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[2]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[5]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[6]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[15]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[16]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[17]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[18]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[20]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[25]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[26]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[27]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[30]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[33]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[35]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[37]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[38]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[39]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[40]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[42]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[47]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[49]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[51]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[52]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[53]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[54]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[55]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[56]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[64]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[68]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[69]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[71]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[73]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[75]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[85]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[86]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[88]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[95]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[100]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[101]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[103]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[105]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[106]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[110]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[114]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[115]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[116]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[118]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[119]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[125]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[127]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[138]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[141]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[144]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[152]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[155]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[157]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[161]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[164]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[165]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[171]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[173]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[175]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[180]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[186]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[194]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[195]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[196]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[197]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[199]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[201]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[204]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[211]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[220]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[228]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[230]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[231]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[234]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[235]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[241]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[247]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[248]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[253]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[256]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[259]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[265]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[269]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[270]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[273]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[275]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[278]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[279]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[287]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[290]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[299]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[304]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[305]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[306]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[308]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[316]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[318]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[321]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[322]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[329]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[330]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[332]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[333]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[337]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[339]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[341]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[345]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[348]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[349]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[350]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[353]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[363]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[364]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[365]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[373]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[375]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[377]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[387]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[388]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[389]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[402]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[403]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[407]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[410]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[412]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[413]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[425]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[433]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[438]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[440]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[441]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[443]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[448]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[449]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[455]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[462]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[467]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[474]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[478]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[482]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[484]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[486]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[491]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[492]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[493]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[495]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[496]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[499]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[502]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[503]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[507]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[511]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[512]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[513]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[521]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[522]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[523]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[530]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[533]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[536]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[543]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[544]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[545]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[548]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[552]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[556]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[557]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[566]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[567]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[570]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[571]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[579]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[581]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[582]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[583]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[584]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[585]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[589]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[590]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[591]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[596]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[597]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[603]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[608]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[610]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[613]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[615]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[617]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[619]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[620]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[622]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[628]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[629]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[631]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[632]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[638]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[639]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[642]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[654]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[655]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[657]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[662]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[664]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[672]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[675]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[679]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[680]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[682]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[686]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[694]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[695]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[699]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[701]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[711]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[719]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[720]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[723]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[724]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[725]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[728]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[731]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[736]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[738]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[739]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[749]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[754]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[757]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[765]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[766]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[767]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[768]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[773]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[774]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[775]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[778]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[779]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[782]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[783]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[785]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[787]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[788]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[789]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[793]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[794]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[798]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[799]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[801]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[805]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[807]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[808]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[811]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[813]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[814]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[819]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[820]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[824]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[827]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[830]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[831]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[835]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[836]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[838]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[839]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[846]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[850]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[851]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[852]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[857]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[860]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[863]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[866]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[869]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[872]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[875]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[880]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[881]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[882]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[883]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[884]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[885]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[888]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[889]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[890]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[891]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[898]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[900]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[901]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[903]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[906]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[908]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[909]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[912]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[913]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[916]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[920]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[923]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[925]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[926]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[929]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[932]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[941]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[942]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[949]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[950]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[956]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[965]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[967]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[968]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[969]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[970]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[977]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[984]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[985]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[988]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[990]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[993]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[996]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[998]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1002]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1006]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1009]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1014]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1015]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1017]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1019]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1026]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1032]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1035]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1037]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1039]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1042]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1043]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1046]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1048]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1051]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1053]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1054]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1056]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1058]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1060]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1061]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1067]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1072]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1074]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1076]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1077]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1078]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1081]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1083]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1089]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1095]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1100]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1102]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1104]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1105]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1108]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1119]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1123]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1127]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1129]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1131]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1136]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1139]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1145]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1152]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1153]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1157]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1158]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1161]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1167]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1169]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1172]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1176]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1178]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1179]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1181]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1183]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1185]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1186]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1190]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1192]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1193]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1197]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1198]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1200]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1201]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1202]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1205]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1207]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1208]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1211]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1226]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1230]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1231]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1232]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1234]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1235]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1236]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1243]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1247]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1253]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1254]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1255]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1256]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1259]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1263]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1267]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1269]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1272]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1278]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1279]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1282]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1284]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1285]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1294]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1298]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1299]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1306]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1307]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1309]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1313]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1314]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1320]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1322]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1324]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1325]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1327]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1331]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1333]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1335]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1339]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1342]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1350]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1351]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1353]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1355]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1358]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1361]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1366]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1367]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1370]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1373]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1375]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1377]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1379]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1392]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1393]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1395]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1397]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1401]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1403]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1404]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1405]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1407]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1408]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1410]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1411]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1413]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1416]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1421]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1428]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1432]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1439]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1442]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1450]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1451]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1453]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1455]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1456]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1458]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1461]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1468]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1472]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1473]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1474]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1477]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1479]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1483]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1484]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1489]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1496]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1497]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1498]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1501]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1502]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1503]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1507]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1508]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1509]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1513]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1516]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1517]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1518]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1521]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1522]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1523]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1525]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1528]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1529]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1532]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1533]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1534]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1537]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1538]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1542]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1546]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1555]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1556]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1559]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1562]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1563]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1564]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1565]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1568]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1571]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1574]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1580]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1584]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1587]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1589]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1590]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1596]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1597]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1598]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1599]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1600]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1601]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1602]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1612]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1615]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1618]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1622]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1625]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1630]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1631]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1635]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1636]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1637]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1639]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1640]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1642]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1643]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1647]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1651]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1652]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1655]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1657]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1658]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1660]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1661]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1662]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1663]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1666]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1667]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1668]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1669]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1670]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1673]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1675]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1681]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1683]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1688]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1689]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1692]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1693]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1694]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1699]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1700]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1702]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1703]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1704]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1705]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1706]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1712]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1715]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1716]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1722]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1724]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1727]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1729]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1732]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1737]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1739]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1742]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1746]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1748]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1749]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1750]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1752]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1755]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1758]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1760]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1762]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1764]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1767]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1772]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1777]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1781]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1783]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1785]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1787]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1790]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1791]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1794]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1799]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1801]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1803]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1805]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1806]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1807]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1808]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1810]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1811]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1812]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1814]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1817]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1818]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1820]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1822]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1823]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1825]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1830]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1831]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1832]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1833]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1837]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1839]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1842]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1844]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1845]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1849]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1854]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1857]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1859]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1860]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1861]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1862]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1863]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1864]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1865]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1866]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1867]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1868]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1869]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1871]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1874]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1875]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1876]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1878]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1881]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1886]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1889]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1892]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1894]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1895]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1896]: 6 -1.0001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1897]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1901]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1904]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1906]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1911]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1913]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1917]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1918]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1920]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1921]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1922]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1924]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1925]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1930]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1932]: 6 -1.00005 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1935]: 6 -1.00001 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1936]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1939]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1944]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1951]: 6 -1.00008 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1954]: 6 -1.00002 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1957]: 6 -1.00004 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1959]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1962]: 6 -1.00007 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1964]: 6 -1.00009 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1965]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1966]: 6 -1.00003 0 shouldn't be
112.05/112.71	WSVECS04 Frhs2[1967]: 6 -1.00007 0 shouldn't be
121.42/122.15	c #Conflicts:     186000 | #Constraints:      21197
121.42/122.15	c #Conflicts:     187000 | #Constraints:      22197
121.42/122.15	c #Conflicts:     188000 | #Constraints:      23197
121.42/122.15	c #Conflicts:     189000 | #Constraints:      24197
121.42/122.15	c INPROCESSING
121.42/122.15	c GARBAGE COLLECT
121.42/122.15	c rational objective 997
129.23/130.09	c #Conflicts:     190000 | #Constraints:      16549
129.23/130.09	c #Conflicts:     191000 | #Constraints:      17610
129.23/130.09	c #Conflicts:     192000 | #Constraints:      18683
129.23/130.09	c #Conflicts:     193000 | #Constraints:      19748
129.23/130.09	c #Conflicts:     194000 | #Constraints:      20811
129.23/130.09	c #Conflicts:     195000 | #Constraints:      21872
129.23/130.09	c #Conflicts:     196000 | #Constraints:      22922
129.23/130.09	c #Conflicts:     197000 | #Constraints:      23962
129.23/130.09	c #Conflicts:     198000 | #Constraints:      24995
129.23/130.09	c INPROCESSING
129.23/130.09	c GARBAGE COLLECT
129.23/130.09	c rational objective 997
135.79/136.61	c #Conflicts:     199000 | #Constraints:      16854
135.79/136.61	c #Conflicts:     200000 | #Constraints:      17876
135.79/136.61	c #Conflicts:     201000 | #Constraints:      18908
135.79/136.61	c #Conflicts:     202000 | #Constraints:      19949
135.79/136.61	c #Conflicts:     203000 | #Constraints:      21004
135.79/136.61	c #Conflicts:     204000 | #Constraints:      22056
135.79/136.61	c #Conflicts:     205000 | #Constraints:      23092
135.79/136.61	c #Conflicts:     206000 | #Constraints:      24139
135.79/136.61	c #Conflicts:     207000 | #Constraints:      25186
135.79/136.61	c INPROCESSING
135.79/136.61	c GARBAGE COLLECT
135.79/136.61	c rational objective 997
141.58/142.45	c #Conflicts:     208000 | #Constraints:      16844
141.58/142.45	c #Conflicts:     209000 | #Constraints:      17844
141.58/142.45	c #Conflicts:     210000 | #Constraints:      18844
141.58/142.45	c #Conflicts:     211000 | #Constraints:      19844
141.58/142.45	c #Conflicts:     212000 | #Constraints:      20844
141.58/142.45	c #Conflicts:     213000 | #Constraints:      21844
141.58/142.45	c #Conflicts:     214000 | #Constraints:      22844
141.58/142.45	c #Conflicts:     215000 | #Constraints:      23844
141.58/142.45	c #Conflicts:     216000 | #Constraints:      24844
141.58/142.45	c INPROCESSING
141.58/142.45	c GARBAGE COLLECT
141.58/142.45	c rational objective 997
146.36/147.25	c #Conflicts:     217000 | #Constraints:      16526
146.36/147.25	c #Conflicts:     218000 | #Constraints:      17526
146.36/147.25	c #Conflicts:     219000 | #Constraints:      18526
146.36/147.25	c #Conflicts:     220000 | #Constraints:      19526
146.36/147.25	c #Conflicts:     221000 | #Constraints:      20526
146.36/147.25	c #Conflicts:     222000 | #Constraints:      21526
146.36/147.25	c #Conflicts:     223000 | #Constraints:      22526
146.36/147.25	c #Conflicts:     224000 | #Constraints:      23526
146.36/147.25	c #Conflicts:     225000 | #Constraints:      24526
146.36/147.25	c #Conflicts:     226000 | #Constraints:      25526
146.36/147.25	c INPROCESSING
146.36/147.25	c GARBAGE COLLECT
146.36/147.25	c rational objective 997
154.76/155.74	c #Conflicts:     227000 | #Constraints:      17045
154.76/155.74	c #Conflicts:     228000 | #Constraints:      18046
154.76/155.74	c #Conflicts:     229000 | #Constraints:      19062
154.76/155.74	c #Conflicts:     230000 | #Constraints:      20105
154.76/155.74	c #Conflicts:     231000 | #Constraints:      21153
154.76/155.74	c #Conflicts:     232000 | #Constraints:      22195
154.76/155.74	c #Conflicts:     233000 | #Constraints:      23235
154.76/155.74	c #Conflicts:     234000 | #Constraints:      24306
154.76/155.74	c #Conflicts:     235000 | #Constraints:      25367
154.76/155.74	c #Conflicts:     236000 | #Constraints:      26410
154.76/155.74	c INPROCESSING
154.76/155.74	c GARBAGE COLLECT
154.76/155.74	c rational objective 997
160.34/161.37	c #Conflicts:     237000 | #Constraints:      17557
160.34/161.37	c #Conflicts:     238000 | #Constraints:      18557
160.34/161.37	c #Conflicts:     239000 | #Constraints:      19557
160.34/161.37	c #Conflicts:     240000 | #Constraints:      20557
160.34/161.37	c #Conflicts:     241000 | #Constraints:      21557
160.34/161.37	c #Conflicts:     242000 | #Constraints:      22557
160.34/161.37	c #Conflicts:     243000 | #Constraints:      23557
160.34/161.37	c #Conflicts:     244000 | #Constraints:      24557
160.34/161.37	c #Conflicts:     245000 | #Constraints:      25557
160.34/161.37	c #Conflicts:     246000 | #Constraints:      26557
160.34/161.37	c INPROCESSING
160.34/161.37	c GARBAGE COLLECT
160.34/161.37	c rational objective 997
165.43/166.48	c #Conflicts:     247000 | #Constraints:      17689
165.43/166.48	c #Conflicts:     248000 | #Constraints:      18689
165.43/166.48	c #Conflicts:     249000 | #Constraints:      19689
165.43/166.48	c #Conflicts:     250000 | #Constraints:      20689
165.43/166.48	c #Conflicts:     251000 | #Constraints:      21689
165.43/166.48	c #Conflicts:     252000 | #Constraints:      22689
165.43/166.48	c #Conflicts:     253000 | #Constraints:      23689
165.43/166.48	c #Conflicts:     254000 | #Constraints:      24689
165.43/166.48	c #Conflicts:     255000 | #Constraints:      25689
165.43/166.48	c #Conflicts:     256000 | #Constraints:      26689
165.43/166.48	c INPROCESSING
165.43/166.48	c GARBAGE COLLECT
165.43/166.48	c rational objective 997
171.02/172.08	c #Conflicts:     257000 | #Constraints:      17665
171.02/172.08	c #Conflicts:     258000 | #Constraints:      18665
171.02/172.08	c #Conflicts:     259000 | #Constraints:      19665
171.02/172.08	c #Conflicts:     260000 | #Constraints:      20665
171.02/172.08	c #Conflicts:     261000 | #Constraints:      21665
171.02/172.08	c #Conflicts:     262000 | #Constraints:      22666
171.02/172.08	c #Conflicts:     263000 | #Constraints:      23666
171.02/172.08	c #Conflicts:     264000 | #Constraints:      24667
171.02/172.08	c #Conflicts:     265000 | #Constraints:      25669
171.02/172.08	c #Conflicts:     266000 | #Constraints:      26669
171.02/172.08	c INPROCESSING
171.02/172.08	c GARBAGE COLLECT
171.02/172.08	c rational objective 997
171.40/172.48	c #Conflicts:     267000 | #Constraints:      17457
171.40/172.48	c bounds 1040 >= 997 @ 168.45
173.50/174.54	c #Conflicts:     268000 | #Constraints:      18459
173.50/174.54	c #Conflicts:     269000 | #Constraints:      19497
173.50/174.54	c #Conflicts:     270000 | #Constraints:      20545
173.50/174.54	c #Conflicts:     271000 | #Constraints:      21608
173.50/174.54	c bounds 1039 >= 997 @ 170.464
183.50/184.64	c #Conflicts:     272000 | #Constraints:      22614
183.50/184.64	c #Conflicts:     273000 | #Constraints:      23614
183.50/184.64	c #Conflicts:     274000 | #Constraints:      24614
183.50/184.64	c #Conflicts:     275000 | #Constraints:      25614
183.50/184.64	c #Conflicts:     276000 | #Constraints:      26614
183.50/184.64	c #Conflicts:     277000 | #Constraints:      27614
183.50/184.64	c INPROCESSING
183.50/184.64	c GARBAGE COLLECT
183.50/184.64	c rational objective 997
192.47/193.60	c #Conflicts:     278000 | #Constraints:      18154
192.47/193.60	c #Conflicts:     279000 | #Constraints:      19174
192.47/193.60	c #Conflicts:     280000 | #Constraints:      20224
192.47/193.60	c #Conflicts:     281000 | #Constraints:      21263
192.47/193.60	c #Conflicts:     282000 | #Constraints:      22324
192.47/193.60	c #Conflicts:     283000 | #Constraints:      23350
192.47/193.60	c #Conflicts:     284000 | #Constraints:      24388
192.47/193.60	c #Conflicts:     285000 | #Constraints:      25423
192.47/193.60	c #Conflicts:     286000 | #Constraints:      26454
192.47/193.60	c #Conflicts:     287000 | #Constraints:      27476
192.47/193.60	c #Conflicts:     288000 | #Constraints:      28493
192.47/193.60	c INPROCESSING
192.47/193.60	c GARBAGE COLLECT
192.47/193.60	c rational objective 997
198.87/200.10	c #Conflicts:     289000 | #Constraints:      18607
198.87/200.10	c #Conflicts:     290000 | #Constraints:      19607
198.87/200.10	c #Conflicts:     291000 | #Constraints:      20607
198.87/200.10	c #Conflicts:     292000 | #Constraints:      21607
198.87/200.10	c #Conflicts:     293000 | #Constraints:      22607
198.87/200.10	c #Conflicts:     294000 | #Constraints:      23607
198.87/200.10	c #Conflicts:     295000 | #Constraints:      24607
198.87/200.10	c #Conflicts:     296000 | #Constraints:      25607
198.87/200.10	c #Conflicts:     297000 | #Constraints:      26607
198.87/200.10	c #Conflicts:     298000 | #Constraints:      27607
198.87/200.10	c #Conflicts:     299000 | #Constraints:      28607
198.87/200.10	c INPROCESSING
198.87/200.10	c GARBAGE COLLECT
198.87/200.10	c rational objective 997
208.43/209.64	c #Conflicts:     300000 | #Constraints:      18715
208.43/209.64	c #Conflicts:     301000 | #Constraints:      19743
208.43/209.64	c #Conflicts:     302000 | #Constraints:      20803
208.43/209.64	c #Conflicts:     303000 | #Constraints:      21846
208.43/209.64	c #Conflicts:     304000 | #Constraints:      22895
208.43/209.64	c #Conflicts:     305000 | #Constraints:      23937
208.43/209.64	c #Conflicts:     306000 | #Constraints:      24970
208.43/209.64	c #Conflicts:     307000 | #Constraints:      26010
208.43/209.64	c #Conflicts:     308000 | #Constraints:      27037
208.43/209.64	c #Conflicts:     309000 | #Constraints:      28074
208.43/209.64	c #Conflicts:     310000 | #Constraints:      29095
208.43/209.64	c INPROCESSING
208.43/209.64	c GARBAGE COLLECT
208.43/209.64	c rational objective 997
215.04/216.40	c #Conflicts:     311000 | #Constraints:      18786
215.04/216.40	c #Conflicts:     312000 | #Constraints:      19786
215.04/216.40	c #Conflicts:     313000 | #Constraints:      20786
215.04/216.40	c #Conflicts:     314000 | #Constraints:      21786
215.04/216.40	c #Conflicts:     315000 | #Constraints:      22786
215.04/216.40	c #Conflicts:     316000 | #Constraints:      23786
215.04/216.40	c #Conflicts:     317000 | #Constraints:      24786
215.04/216.40	c #Conflicts:     318000 | #Constraints:      25786
215.04/216.40	c #Conflicts:     319000 | #Constraints:      26786
215.04/216.40	c #Conflicts:     320000 | #Constraints:      27786
215.04/216.40	c #Conflicts:     321000 | #Constraints:      28786
215.04/216.40	c INPROCESSING
215.04/216.40	c GARBAGE COLLECT
215.04/216.40	c rational objective 997
217.74/219.03	c #Conflicts:     322000 | #Constraints:      18508
217.74/219.03	c #Conflicts:     323000 | #Constraints:      19508
217.74/219.03	c #Conflicts:     324000 | #Constraints:      20508
217.74/219.03	c #Conflicts:     325000 | #Constraints:      21508
217.74/219.03	c #Conflicts:     326000 | #Constraints:      22508
217.74/219.03	c bounds 1039 >= 998 @ 214.078
222.11/223.41	c #Conflicts:     327000 | #Constraints:      23571
222.11/223.41	c #Conflicts:     328000 | #Constraints:      24571
222.11/223.41	c #Conflicts:     329000 | #Constraints:      25571
222.11/223.41	c #Conflicts:     330000 | #Constraints:      26571
222.11/223.41	c #Conflicts:     331000 | #Constraints:      27571
222.11/223.41	c #Conflicts:     332000 | #Constraints:      28571
222.11/223.41	c #Conflicts:     333000 | #Constraints:      29571
222.11/223.41	c INPROCESSING
222.11/223.41	c GARBAGE COLLECT
222.11/223.41	c rational objective 998
229.18/230.52	c #Conflicts:     334000 | #Constraints:      19101
229.18/230.52	c #Conflicts:     335000 | #Constraints:      20101
229.18/230.52	c #Conflicts:     336000 | #Constraints:      21101
229.18/230.52	c #Conflicts:     337000 | #Constraints:      22101
229.18/230.52	c #Conflicts:     338000 | #Constraints:      23101
229.18/230.52	c #Conflicts:     339000 | #Constraints:      24101
229.18/230.52	c #Conflicts:     340000 | #Constraints:      25101
229.18/230.52	c #Conflicts:     341000 | #Constraints:      26101
229.18/230.52	c #Conflicts:     342000 | #Constraints:      27101
229.18/230.52	c #Conflicts:     343000 | #Constraints:      28101
229.18/230.52	c #Conflicts:     344000 | #Constraints:      29101
229.18/230.52	c #Conflicts:     345000 | #Constraints:      30101
229.18/230.52	c INPROCESSING
229.18/230.52	c GARBAGE COLLECT
229.18/230.52	c rational objective 998
232.48/233.81	c #Conflicts:     346000 | #Constraints:      19463
232.48/233.81	c #Conflicts:     347000 | #Constraints:      20493
232.48/233.81	c #Conflicts:     348000 | #Constraints:      21561
232.48/233.81	c #Conflicts:     349000 | #Constraints:      22617
232.48/233.81	c bounds 1038 >= 998 @ 228.534
239.95/241.30	c #Conflicts:     350000 | #Constraints:      23667
239.95/241.30	c #Conflicts:     351000 | #Constraints:      24694
239.95/241.30	c #Conflicts:     352000 | #Constraints:      25734
239.95/241.30	c #Conflicts:     353000 | #Constraints:      26782
239.95/241.30	c #Conflicts:     354000 | #Constraints:      27830
239.95/241.30	c #Conflicts:     355000 | #Constraints:      28901
239.95/241.30	c #Conflicts:     356000 | #Constraints:      29955
239.95/241.30	c #Conflicts:     357000 | #Constraints:      31007
239.95/241.30	c INPROCESSING
239.95/241.30	c GARBAGE COLLECT
239.95/241.30	c rational objective 998
247.64/249.17	c #Conflicts:     358000 | #Constraints:      19856
247.64/249.17	c #Conflicts:     359000 | #Constraints:      20856
247.64/249.17	c #Conflicts:     360000 | #Constraints:      21856
247.64/249.17	c #Conflicts:     361000 | #Constraints:      22856
247.64/249.17	c #Conflicts:     362000 | #Constraints:      23856
247.64/249.17	c #Conflicts:     363000 | #Constraints:      24856
247.64/249.17	c #Conflicts:     364000 | #Constraints:      25856
247.64/249.17	c #Conflicts:     365000 | #Constraints:      26856
247.64/249.17	c #Conflicts:     366000 | #Constraints:      27856
247.64/249.17	c #Conflicts:     367000 | #Constraints:      28856
247.64/249.17	c #Conflicts:     368000 | #Constraints:      29856
247.64/249.17	c #Conflicts:     369000 | #Constraints:      30856
247.64/249.17	c INPROCESSING
247.64/249.17	c GARBAGE COLLECT
247.64/249.17	c rational objective 998
255.00/256.53	c #Conflicts:     370000 | #Constraints:      19756
255.00/256.53	c #Conflicts:     371000 | #Constraints:      20756
255.00/256.53	c #Conflicts:     372000 | #Constraints:      21756
255.00/256.53	c #Conflicts:     373000 | #Constraints:      22756
255.00/256.53	c #Conflicts:     374000 | #Constraints:      23756
255.00/256.53	c #Conflicts:     375000 | #Constraints:      24756
255.00/256.53	c #Conflicts:     376000 | #Constraints:      25756
255.00/256.53	c #Conflicts:     377000 | #Constraints:      26756
255.00/256.53	c #Conflicts:     378000 | #Constraints:      27756
255.00/256.53	c #Conflicts:     379000 | #Constraints:      28756
255.00/256.53	c #Conflicts:     380000 | #Constraints:      29756
255.00/256.53	c #Conflicts:     381000 | #Constraints:      30756
255.00/256.53	c INPROCESSING
255.00/256.53	c GARBAGE COLLECT
255.00/256.53	c rational objective 998
264.06/265.63	c #Conflicts:     382000 | #Constraints:      19504
264.06/265.63	c #Conflicts:     383000 | #Constraints:      20540
264.06/265.63	c #Conflicts:     384000 | #Constraints:      21588
264.06/265.63	c #Conflicts:     385000 | #Constraints:      22627
264.06/265.63	c #Conflicts:     386000 | #Constraints:      23675
264.06/265.63	c #Conflicts:     387000 | #Constraints:      24720
264.06/265.63	c #Conflicts:     388000 | #Constraints:      25758
264.06/265.63	c #Conflicts:     389000 | #Constraints:      26799
264.06/265.63	c #Conflicts:     390000 | #Constraints:      27836
264.06/265.63	c #Conflicts:     391000 | #Constraints:      28867
264.06/265.63	c #Conflicts:     392000 | #Constraints:      29899
264.06/265.63	c #Conflicts:     393000 | #Constraints:      30923
264.06/265.63	c #Conflicts:     394000 | #Constraints:      31956
264.06/265.63	c INPROCESSING
264.06/265.63	c GARBAGE COLLECT
264.06/265.63	c rational objective 998
272.56/274.11	c #Conflicts:     395000 | #Constraints:      20239
272.56/274.11	c #Conflicts:     396000 | #Constraints:      21239
272.56/274.11	c #Conflicts:     397000 | #Constraints:      22239
272.56/274.11	c #Conflicts:     398000 | #Constraints:      23239
272.56/274.11	c #Conflicts:     399000 | #Constraints:      24239
272.56/274.11	c #Conflicts:     400000 | #Constraints:      25239
272.56/274.11	c #Conflicts:     401000 | #Constraints:      26239
272.56/274.11	c #Conflicts:     402000 | #Constraints:      27239
272.56/274.11	c #Conflicts:     403000 | #Constraints:      28239
272.56/274.11	c #Conflicts:     404000 | #Constraints:      29239
272.56/274.11	c #Conflicts:     405000 | #Constraints:      30239
272.56/274.11	c #Conflicts:     406000 | #Constraints:      31239
272.56/274.11	c #Conflicts:     407000 | #Constraints:      32239
272.56/274.11	c INPROCESSING
272.56/274.11	c GARBAGE COLLECT
272.56/274.11	c rational objective 998
280.46/282.17	c #Conflicts:     408000 | #Constraints:      20567
280.46/282.17	c #Conflicts:     409000 | #Constraints:      21567
280.46/282.17	c #Conflicts:     410000 | #Constraints:      22567
280.46/282.17	c #Conflicts:     411000 | #Constraints:      23567
280.46/282.17	c #Conflicts:     412000 | #Constraints:      24567
280.46/282.17	c #Conflicts:     413000 | #Constraints:      25567
280.46/282.17	c #Conflicts:     414000 | #Constraints:      26567
280.46/282.17	c #Conflicts:     415000 | #Constraints:      27567
280.46/282.17	c #Conflicts:     416000 | #Constraints:      28567
280.46/282.17	c #Conflicts:     417000 | #Constraints:      29567
280.46/282.17	c #Conflicts:     418000 | #Constraints:      30567
280.46/282.17	c #Conflicts:     419000 | #Constraints:      31567
280.46/282.17	c #Conflicts:     420000 | #Constraints:      32567
280.46/282.17	c INPROCESSING
280.46/282.17	c GARBAGE COLLECT
280.46/282.17	c rational objective 998
290.43/292.16	c #Conflicts:     421000 | #Constraints:      20746
290.43/292.16	c #Conflicts:     422000 | #Constraints:      21799
290.43/292.16	c #Conflicts:     423000 | #Constraints:      22845
290.43/292.16	c #Conflicts:     424000 | #Constraints:      23891
290.43/292.16	c #Conflicts:     425000 | #Constraints:      24939
290.43/292.16	c #Conflicts:     426000 | #Constraints:      25999
290.43/292.16	c #Conflicts:     427000 | #Constraints:      27058
290.43/292.16	c #Conflicts:     428000 | #Constraints:      28106
290.43/292.16	c #Conflicts:     429000 | #Constraints:      29151
290.43/292.16	c #Conflicts:     430000 | #Constraints:      30210
290.43/292.16	c #Conflicts:     431000 | #Constraints:      31262
290.43/292.16	c #Conflicts:     432000 | #Constraints:      32316
290.43/292.16	c #Conflicts:     433000 | #Constraints:      33357
290.43/292.16	c INPROCESSING
290.43/292.16	c GARBAGE COLLECT
290.43/292.16	c rational objective 998
299.20/300.97	c #Conflicts:     434000 | #Constraints:      20945
299.20/300.97	c #Conflicts:     435000 | #Constraints:      21945
299.20/300.97	c #Conflicts:     436000 | #Constraints:      22945
299.20/300.97	c #Conflicts:     437000 | #Constraints:      23945
299.20/300.97	c #Conflicts:     438000 | #Constraints:      24945
299.20/300.97	c #Conflicts:     439000 | #Constraints:      25945
299.20/300.97	c #Conflicts:     440000 | #Constraints:      26945
299.20/300.97	c #Conflicts:     441000 | #Constraints:      27945
299.20/300.97	c #Conflicts:     442000 | #Constraints:      28945
299.20/300.97	c #Conflicts:     443000 | #Constraints:      29945
299.20/300.97	c #Conflicts:     444000 | #Constraints:      30945
299.20/300.97	c #Conflicts:     445000 | #Constraints:      31945
299.20/300.97	c #Conflicts:     446000 | #Constraints:      32945
299.20/300.97	c INPROCESSING
299.20/300.97	c GARBAGE COLLECT
299.20/300.97	c rational objective 998
316.36/318.26	c #Conflicts:     447000 | #Constraints:      20621
316.36/318.26	c #Conflicts:     448000 | #Constraints:      21630
316.36/318.26	c #Conflicts:     449000 | #Constraints:      22660
316.36/318.26	c #Conflicts:     450000 | #Constraints:      23724
316.36/318.26	c #Conflicts:     451000 | #Constraints:      24787
316.36/318.26	c #Conflicts:     452000 | #Constraints:      25824
316.36/318.26	c #Conflicts:     453000 | #Constraints:      26850
316.36/318.26	c #Conflicts:     454000 | #Constraints:      27880
316.36/318.26	c #Conflicts:     455000 | #Constraints:      28974
316.36/318.26	c #Conflicts:     456000 | #Constraints:      30023
316.36/318.26	c #Conflicts:     457000 | #Constraints:      31079
316.36/318.26	c #Conflicts:     458000 | #Constraints:      32176
316.36/318.26	c #Conflicts:     459000 | #Constraints:      33233
316.36/318.26	c #Conflicts:     460000 | #Constraints:      34281
316.36/318.26	c INPROCESSING
316.36/318.26	c GARBAGE COLLECT
316.36/318.26	c rational objective 998
325.32/327.23	c #Conflicts:     461000 | #Constraints:      21414
325.32/327.23	c #Conflicts:     462000 | #Constraints:      22414
325.32/327.23	c #Conflicts:     463000 | #Constraints:      23414
325.32/327.23	c #Conflicts:     464000 | #Constraints:      24414
325.32/327.23	c #Conflicts:     465000 | #Constraints:      25414
325.32/327.23	c #Conflicts:     466000 | #Constraints:      26414
325.32/327.23	c #Conflicts:     467000 | #Constraints:      27414
325.32/327.23	c #Conflicts:     468000 | #Constraints:      28414
325.32/327.23	c #Conflicts:     469000 | #Constraints:      29414
325.32/327.23	c #Conflicts:     470000 | #Constraints:      30414
325.32/327.23	c #Conflicts:     471000 | #Constraints:      31414
325.32/327.23	c #Conflicts:     472000 | #Constraints:      32414
325.32/327.23	c #Conflicts:     473000 | #Constraints:      33414
325.32/327.23	c #Conflicts:     474000 | #Constraints:      34414
325.32/327.23	c INPROCESSING
325.32/327.23	c GARBAGE COLLECT
325.32/327.23	c rational objective 998
333.99/335.92	c #Conflicts:     475000 | #Constraints:      21557
333.99/335.92	c #Conflicts:     476000 | #Constraints:      22557
333.99/335.92	c #Conflicts:     477000 | #Constraints:      23557
333.99/335.92	c #Conflicts:     478000 | #Constraints:      24557
333.99/335.92	c #Conflicts:     479000 | #Constraints:      25557
333.99/335.92	c #Conflicts:     480000 | #Constraints:      26557
333.99/335.92	c #Conflicts:     481000 | #Constraints:      27557
333.99/335.92	c #Conflicts:     482000 | #Constraints:      28557
333.99/335.92	c #Conflicts:     483000 | #Constraints:      29557
333.99/335.92	c #Conflicts:     484000 | #Constraints:      30557
333.99/335.92	c #Conflicts:     485000 | #Constraints:      31557
333.99/335.92	c #Conflicts:     486000 | #Constraints:      32557
333.99/335.92	c #Conflicts:     487000 | #Constraints:      33557
333.99/335.92	c #Conflicts:     488000 | #Constraints:      34557
333.99/335.92	c INPROCESSING
333.99/335.92	c GARBAGE COLLECT
333.99/335.92	c rational objective 998
344.17/346.28	c #Conflicts:     489000 | #Constraints:      21728
344.17/346.28	c #Conflicts:     490000 | #Constraints:      22728
344.17/346.28	c #Conflicts:     491000 | #Constraints:      23728
344.17/346.28	c #Conflicts:     492000 | #Constraints:      24728
344.17/346.28	c #Conflicts:     493000 | #Constraints:      25728
344.17/346.28	c #Conflicts:     494000 | #Constraints:      26728
344.17/346.28	c #Conflicts:     495000 | #Constraints:      27728
344.17/346.28	c #Conflicts:     496000 | #Constraints:      28728
344.17/346.28	c #Conflicts:     497000 | #Constraints:      29728
344.17/346.28	c #Conflicts:     498000 | #Constraints:      30728
344.17/346.28	c #Conflicts:     499000 | #Constraints:      31728
344.17/346.28	c #Conflicts:     500000 | #Constraints:      32728
344.17/346.28	c #Conflicts:     501000 | #Constraints:      33728
344.17/346.28	c #Conflicts:     502000 | #Constraints:      34728
344.17/346.28	c INPROCESSING
344.17/346.28	c GARBAGE COLLECT
344.17/346.28	c rational objective 998
353.75/355.83	c #Conflicts:     503000 | #Constraints:      21722
353.75/355.83	c #Conflicts:     504000 | #Constraints:      22722
353.75/355.83	c #Conflicts:     505000 | #Constraints:      23722
353.75/355.83	c #Conflicts:     506000 | #Constraints:      24722
353.75/355.83	c #Conflicts:     507000 | #Constraints:      25722
353.75/355.83	c #Conflicts:     508000 | #Constraints:      26722
353.75/355.83	c #Conflicts:     509000 | #Constraints:      27722
353.75/355.83	c #Conflicts:     510000 | #Constraints:      28722
353.75/355.83	c #Conflicts:     511000 | #Constraints:      29722
353.75/355.83	c #Conflicts:     512000 | #Constraints:      30722
353.75/355.83	c #Conflicts:     513000 | #Constraints:      31722
353.75/355.83	c #Conflicts:     514000 | #Constraints:      32722
353.75/355.83	c #Conflicts:     515000 | #Constraints:      33722
353.75/355.83	c #Conflicts:     516000 | #Constraints:      34722
353.75/355.83	c INPROCESSING
353.75/355.83	c GARBAGE COLLECT
353.75/355.83	c rational objective 998
354.75/356.80	c #Conflicts:     517000 | #Constraints:      21506
354.75/356.80	c #Conflicts:     518000 | #Constraints:      22533
354.75/356.80	c bounds 1037 >= 998 @ 348.968
369.61/373.50	c #Conflicts:     519000 | #Constraints:      23572
369.61/373.50	c #Conflicts:     520000 | #Constraints:      24617
369.61/373.50	c #Conflicts:     521000 | #Constraints:      25684
369.61/373.50	c #Conflicts:     522000 | #Constraints:      26758
369.61/373.50	c #Conflicts:     523000 | #Constraints:      27827
369.61/373.50	c #Conflicts:     524000 | #Constraints:      28887
369.61/373.50	c #Conflicts:     525000 | #Constraints:      29945
369.61/373.50	c #Conflicts:     526000 | #Constraints:      30978
369.61/373.50	c #Conflicts:     527000 | #Constraints:      32011
369.61/373.50	c #Conflicts:     528000 | #Constraints:      33048
369.61/373.50	c #Conflicts:     529000 | #Constraints:      34072
369.61/373.50	c #Conflicts:     530000 | #Constraints:      35114
369.61/373.50	c #Conflicts:     531000 | #Constraints:      36146
369.61/373.50	c INPROCESSING
369.61/373.50	c GARBAGE COLLECT
369.61/373.50	c rational objective 998
380.57/384.53	c #Conflicts:     532000 | #Constraints:      22339
380.57/384.53	c #Conflicts:     533000 | #Constraints:      23339
380.57/384.53	c #Conflicts:     534000 | #Constraints:      24339
380.57/384.53	c #Conflicts:     535000 | #Constraints:      25339
380.57/384.53	c #Conflicts:     536000 | #Constraints:      26339
380.57/384.53	c #Conflicts:     537000 | #Constraints:      27339
380.57/384.53	c #Conflicts:     538000 | #Constraints:      28339
380.57/384.53	c #Conflicts:     539000 | #Constraints:      29339
380.57/384.53	c #Conflicts:     540000 | #Constraints:      30339
380.57/384.53	c #Conflicts:     541000 | #Constraints:      31339
380.57/384.53	c #Conflicts:     542000 | #Constraints:      32339
380.57/384.53	c #Conflicts:     543000 | #Constraints:      33339
380.57/384.53	c #Conflicts:     544000 | #Constraints:      34339
380.57/384.53	c #Conflicts:     545000 | #Constraints:      35339
380.57/384.53	c #Conflicts:     546000 | #Constraints:      36339
380.57/384.53	c INPROCESSING
380.57/384.53	c GARBAGE COLLECT
380.57/384.53	c rational objective 998
390.73/394.73	c #Conflicts:     547000 | #Constraints:      22651
390.73/394.73	c #Conflicts:     548000 | #Constraints:      23651
390.73/394.73	c #Conflicts:     549000 | #Constraints:      24651
390.73/394.73	c #Conflicts:     550000 | #Constraints:      25651
390.73/394.73	c #Conflicts:     551000 | #Constraints:      26651
390.73/394.73	c #Conflicts:     552000 | #Constraints:      27651
390.73/394.73	c #Conflicts:     553000 | #Constraints:      28651
390.73/394.73	c #Conflicts:     554000 | #Constraints:      29651
390.73/394.73	c #Conflicts:     555000 | #Constraints:      30651
390.73/394.73	c #Conflicts:     556000 | #Constraints:      31651
390.73/394.73	c #Conflicts:     557000 | #Constraints:      32651
390.73/394.73	c #Conflicts:     558000 | #Constraints:      33651
390.73/394.73	c #Conflicts:     559000 | #Constraints:      34651
390.73/394.73	c #Conflicts:     560000 | #Constraints:      35651
390.73/394.73	c #Conflicts:     561000 | #Constraints:      36651
390.73/394.73	c INPROCESSING
390.73/394.73	c GARBAGE COLLECT
390.73/394.73	c rational objective 998
392.83/396.81	c #Conflicts:     562000 | #Constraints:      22796
392.83/396.81	c #Conflicts:     563000 | #Constraints:      23847
392.83/396.81	c #Conflicts:     564000 | #Constraints:      24903
392.83/396.81	c bounds 1036 >= 998 @ 386.543
398.83/403.15	c #Conflicts:     565000 | #Constraints:      25940
398.83/403.15	c #Conflicts:     566000 | #Constraints:      26940
398.83/403.15	c #Conflicts:     567000 | #Constraints:      27940
398.83/403.15	c #Conflicts:     568000 | #Constraints:      28969
398.83/403.15	c #Conflicts:     569000 | #Constraints:      30041
398.83/403.15	c #Conflicts:     570000 | #Constraints:      31069
398.83/403.15	c bounds 1035 >= 998 @ 392.494
398.92/403.28	WSVECS04 Frhs2[247]: 6 -1.00007 0 shouldn't be
398.92/403.28	WSVECS04 Frhs2[433]: 6 -1.00002 0 shouldn't be
398.92/403.28	WSVECS04 Frhs2[1207]: 6 -1.00005 0 shouldn't be
398.92/403.28	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
398.92/403.28	WSVECS04 Frhs2[1755]: 6 -1.00005 0 shouldn't be
416.14/420.57	c #Conflicts:     571000 | #Constraints:      32077
416.14/420.57	c #Conflicts:     572000 | #Constraints:      33077
416.14/420.57	c #Conflicts:     573000 | #Constraints:      34077
416.14/420.57	c #Conflicts:     574000 | #Constraints:      35077
416.14/420.57	c #Conflicts:     575000 | #Constraints:      36077
416.14/420.57	c #Conflicts:     576000 | #Constraints:      37077
416.14/420.57	c INPROCESSING
416.14/420.57	c GARBAGE COLLECT
416.14/420.57	c rational objective 998
430.16/434.69	c #Conflicts:     577000 | #Constraints:      22924
430.16/434.69	c #Conflicts:     578000 | #Constraints:      23952
430.16/434.69	c #Conflicts:     579000 | #Constraints:      24987
430.16/434.69	c #Conflicts:     580000 | #Constraints:      26024
430.16/434.69	c #Conflicts:     581000 | #Constraints:      27060
430.16/434.69	c #Conflicts:     582000 | #Constraints:      28109
430.16/434.69	c #Conflicts:     583000 | #Constraints:      29134
430.16/434.69	c #Conflicts:     584000 | #Constraints:      30175
430.16/434.69	c #Conflicts:     585000 | #Constraints:      31219
430.16/434.69	c #Conflicts:     586000 | #Constraints:      32253
430.16/434.69	c #Conflicts:     587000 | #Constraints:      33284
430.16/434.69	c #Conflicts:     588000 | #Constraints:      34315
430.16/434.69	c #Conflicts:     589000 | #Constraints:      35338
430.16/434.69	c #Conflicts:     590000 | #Constraints:      36374
430.16/434.69	c #Conflicts:     591000 | #Constraints:      37409
430.16/434.69	c INPROCESSING
430.16/434.69	c GARBAGE COLLECT
430.16/434.69	c rational objective 998
441.12/445.64	c #Conflicts:     592000 | #Constraints:      22752
441.12/445.64	c #Conflicts:     593000 | #Constraints:      23752
441.12/445.64	c #Conflicts:     594000 | #Constraints:      24752
441.12/445.64	c #Conflicts:     595000 | #Constraints:      25752
441.12/445.64	c #Conflicts:     596000 | #Constraints:      26752
441.12/445.64	c #Conflicts:     597000 | #Constraints:      27752
441.12/445.64	c #Conflicts:     598000 | #Constraints:      28752
441.12/445.64	c #Conflicts:     599000 | #Constraints:      29752
441.12/445.64	c #Conflicts:     600000 | #Constraints:      30752
441.12/445.64	c #Conflicts:     601000 | #Constraints:      31752
441.12/445.64	c #Conflicts:     602000 | #Constraints:      32752
441.12/445.64	c #Conflicts:     603000 | #Constraints:      33752
441.12/445.64	c #Conflicts:     604000 | #Constraints:      34752
441.12/445.64	c #Conflicts:     605000 | #Constraints:      35752
441.12/445.64	c #Conflicts:     606000 | #Constraints:      36752
441.12/445.64	c #Conflicts:     607000 | #Constraints:      37752
441.12/445.64	c INPROCESSING
441.12/445.64	c GARBAGE COLLECT
441.12/445.64	c rational objective 998
452.60/457.13	c #Conflicts:     608000 | #Constraints:      23268
452.60/457.13	c #Conflicts:     609000 | #Constraints:      24317
452.60/457.13	c #Conflicts:     610000 | #Constraints:      25358
452.60/457.13	c #Conflicts:     611000 | #Constraints:      26402
452.60/457.13	c #Conflicts:     612000 | #Constraints:      27450
452.60/457.13	c #Conflicts:     613000 | #Constraints:      28491
452.60/457.13	c #Conflicts:     614000 | #Constraints:      29524
452.60/457.13	c #Conflicts:     615000 | #Constraints:      30555
452.60/457.13	c #Conflicts:     616000 | #Constraints:      31588
452.60/457.13	c #Conflicts:     617000 | #Constraints:      32616
452.60/457.13	c #Conflicts:     618000 | #Constraints:      33635
452.60/457.13	c #Conflicts:     619000 | #Constraints:      34651
452.60/457.13	c #Conflicts:     620000 | #Constraints:      35668
452.60/457.13	c #Conflicts:     621000 | #Constraints:      36686
452.60/457.13	c #Conflicts:     622000 | #Constraints:      37696
452.60/457.13	c #Conflicts:     623000 | #Constraints:      38711
452.60/457.13	c INPROCESSING
452.60/457.13	c GARBAGE COLLECT
452.60/457.13	c rational objective 998
464.07/468.73	c #Conflicts:     624000 | #Constraints:      23728
464.07/468.73	c #Conflicts:     625000 | #Constraints:      24728
464.07/468.73	c #Conflicts:     626000 | #Constraints:      25728
464.07/468.73	c #Conflicts:     627000 | #Constraints:      26728
464.07/468.73	c #Conflicts:     628000 | #Constraints:      27728
464.07/468.73	c #Conflicts:     629000 | #Constraints:      28728
464.07/468.73	c #Conflicts:     630000 | #Constraints:      29728
464.07/468.73	c #Conflicts:     631000 | #Constraints:      30728
464.07/468.73	c #Conflicts:     632000 | #Constraints:      31728
464.07/468.73	c #Conflicts:     633000 | #Constraints:      32728
464.07/468.73	c #Conflicts:     634000 | #Constraints:      33728
464.07/468.73	c #Conflicts:     635000 | #Constraints:      34728
464.07/468.73	c #Conflicts:     636000 | #Constraints:      35728
464.07/468.73	c #Conflicts:     637000 | #Constraints:      36728
464.07/468.73	c #Conflicts:     638000 | #Constraints:      37728
464.07/468.73	c #Conflicts:     639000 | #Constraints:      38728
464.07/468.73	c INPROCESSING
464.07/468.73	c GARBAGE COLLECT
464.07/468.73	c rational objective 998
475.14/479.82	c #Conflicts:     640000 | #Constraints:      23863
475.14/479.82	c #Conflicts:     641000 | #Constraints:      24956
475.14/479.82	c #Conflicts:     642000 | #Constraints:      26014
475.14/479.82	c #Conflicts:     643000 | #Constraints:      27097
475.14/479.82	c #Conflicts:     644000 | #Constraints:      28151
475.14/479.82	c #Conflicts:     645000 | #Constraints:      29198
475.14/479.82	c #Conflicts:     646000 | #Constraints:      30228
475.14/479.82	c #Conflicts:     647000 | #Constraints:      31276
475.14/479.82	c #Conflicts:     648000 | #Constraints:      32314
475.14/479.82	c #Conflicts:     649000 | #Constraints:      33349
475.14/479.82	c #Conflicts:     650000 | #Constraints:      34379
475.14/479.82	c #Conflicts:     651000 | #Constraints:      35408
475.14/479.82	c #Conflicts:     652000 | #Constraints:      36437
475.14/479.82	c #Conflicts:     653000 | #Constraints:      37465
475.14/479.82	c #Conflicts:     654000 | #Constraints:      38494
475.14/479.82	c #Conflicts:     655000 | #Constraints:      39519
475.14/479.82	c INPROCESSING
475.14/479.82	c GARBAGE COLLECT
475.14/479.82	c rational objective 998
482.51/487.24	c #Conflicts:     656000 | #Constraints:      24028
482.51/487.24	c #Conflicts:     657000 | #Constraints:      25028
482.51/487.24	c #Conflicts:     658000 | #Constraints:      26028
482.51/487.24	c #Conflicts:     659000 | #Constraints:      27028
482.51/487.24	c #Conflicts:     660000 | #Constraints:      28028
482.51/487.24	c #Conflicts:     661000 | #Constraints:      29028
482.51/487.24	c #Conflicts:     662000 | #Constraints:      30028
482.51/487.24	c #Conflicts:     663000 | #Constraints:      31028
482.51/487.24	c #Conflicts:     664000 | #Constraints:      32028
482.51/487.24	c #Conflicts:     665000 | #Constraints:      33028
482.51/487.24	c #Conflicts:     666000 | #Constraints:      34028
482.51/487.24	c bounds 1035 >= 999 @ 475.069
486.62/491.44	c #Conflicts:     667000 | #Constraints:      35115
486.62/491.44	c #Conflicts:     668000 | #Constraints:      36115
486.62/491.44	c #Conflicts:     669000 | #Constraints:      37115
486.62/491.44	c #Conflicts:     670000 | #Constraints:      38115
486.62/491.44	c #Conflicts:     671000 | #Constraints:      39115
486.62/491.44	c INPROCESSING
486.62/491.44	c GARBAGE COLLECT
486.62/491.44	c rational objective 999
497.98/502.83	c #Conflicts:     672000 | #Constraints:      23721
497.98/502.83	c #Conflicts:     673000 | #Constraints:      24721
497.98/502.83	c #Conflicts:     674000 | #Constraints:      25721
497.98/502.83	c #Conflicts:     675000 | #Constraints:      26721
497.98/502.83	c #Conflicts:     676000 | #Constraints:      27721
497.98/502.83	c #Conflicts:     677000 | #Constraints:      28721
497.98/502.83	c #Conflicts:     678000 | #Constraints:      29721
497.98/502.83	c #Conflicts:     679000 | #Constraints:      30721
497.98/502.83	c #Conflicts:     680000 | #Constraints:      31721
497.98/502.83	c #Conflicts:     681000 | #Constraints:      32721
497.98/502.83	c #Conflicts:     682000 | #Constraints:      33721
497.98/502.83	c #Conflicts:     683000 | #Constraints:      34721
497.98/502.83	c #Conflicts:     684000 | #Constraints:      35721
497.98/502.83	c #Conflicts:     685000 | #Constraints:      36721
497.98/502.83	c #Conflicts:     686000 | #Constraints:      37721
497.98/502.83	c #Conflicts:     687000 | #Constraints:      38721
497.98/502.83	c #Conflicts:     688000 | #Constraints:      39721
497.98/502.83	c INPROCESSING
497.98/502.83	c GARBAGE COLLECT
497.98/502.83	c rational objective 999
511.33/516.28	c #Conflicts:     689000 | #Constraints:      24259
511.33/516.28	c #Conflicts:     690000 | #Constraints:      25341
511.33/516.28	c #Conflicts:     691000 | #Constraints:      26421
511.33/516.28	c #Conflicts:     692000 | #Constraints:      27484
511.33/516.28	c #Conflicts:     693000 | #Constraints:      28549
511.33/516.28	c #Conflicts:     694000 | #Constraints:      29594
511.33/516.28	c #Conflicts:     695000 | #Constraints:      30649
511.33/516.28	c #Conflicts:     696000 | #Constraints:      31685
511.33/516.28	c #Conflicts:     697000 | #Constraints:      32718
511.33/516.28	c #Conflicts:     698000 | #Constraints:      33750
511.33/516.28	c #Conflicts:     699000 | #Constraints:      34773
511.33/516.28	c #Conflicts:     700000 | #Constraints:      35803
511.33/516.28	c #Conflicts:     701000 | #Constraints:      36830
511.33/516.28	c #Conflicts:     702000 | #Constraints:      37855
511.33/516.28	c #Conflicts:     703000 | #Constraints:      38880
511.33/516.28	c #Conflicts:     704000 | #Constraints:      39907
511.33/516.28	c #Conflicts:     705000 | #Constraints:      40951
511.33/516.28	c INPROCESSING
511.33/516.28	c GARBAGE COLLECT
511.33/516.28	c rational objective 999
523.22/528.24	c #Conflicts:     706000 | #Constraints:      24841
523.22/528.24	c #Conflicts:     707000 | #Constraints:      25841
523.22/528.24	c #Conflicts:     708000 | #Constraints:      26841
523.22/528.24	c #Conflicts:     709000 | #Constraints:      27841
523.22/528.24	c #Conflicts:     710000 | #Constraints:      28841
523.22/528.24	c #Conflicts:     711000 | #Constraints:      29841
523.22/528.24	c #Conflicts:     712000 | #Constraints:      30841
523.22/528.24	c #Conflicts:     713000 | #Constraints:      31841
523.22/528.24	c #Conflicts:     714000 | #Constraints:      32841
523.22/528.24	c #Conflicts:     715000 | #Constraints:      33841
523.22/528.24	c #Conflicts:     716000 | #Constraints:      34841
523.22/528.24	c #Conflicts:     717000 | #Constraints:      35841
523.22/528.24	c #Conflicts:     718000 | #Constraints:      36841
523.22/528.24	c #Conflicts:     719000 | #Constraints:      37841
523.22/528.24	c #Conflicts:     720000 | #Constraints:      38841
523.22/528.24	c #Conflicts:     721000 | #Constraints:      39841
523.22/528.24	c #Conflicts:     722000 | #Constraints:      40841
523.22/528.24	c INPROCESSING
523.22/528.24	c GARBAGE COLLECT
523.22/528.24	c rational objective 999
535.18/540.29	c #Conflicts:     723000 | #Constraints:      24902
535.18/540.29	c #Conflicts:     724000 | #Constraints:      25902
535.18/540.29	c #Conflicts:     725000 | #Constraints:      26902
535.18/540.29	c #Conflicts:     726000 | #Constraints:      27902
535.18/540.29	c #Conflicts:     727000 | #Constraints:      28902
535.18/540.29	c #Conflicts:     728000 | #Constraints:      29902
535.18/540.29	c #Conflicts:     729000 | #Constraints:      30902
535.18/540.29	c #Conflicts:     730000 | #Constraints:      31902
535.18/540.29	c #Conflicts:     731000 | #Constraints:      32902
535.18/540.29	c #Conflicts:     732000 | #Constraints:      33902
535.18/540.29	c #Conflicts:     733000 | #Constraints:      34902
535.18/540.29	c #Conflicts:     734000 | #Constraints:      35902
535.18/540.29	c #Conflicts:     735000 | #Constraints:      36902
535.18/540.29	c #Conflicts:     736000 | #Constraints:      37902
535.18/540.29	c #Conflicts:     737000 | #Constraints:      38902
535.18/540.29	c #Conflicts:     738000 | #Constraints:      39902
535.18/540.29	c #Conflicts:     739000 | #Constraints:      40902
535.18/540.29	c INPROCESSING
535.18/540.29	c GARBAGE COLLECT
535.18/540.29	c rational objective 999
547.89/553.08	c #Conflicts:     740000 | #Constraints:      24838
547.89/553.08	c #Conflicts:     741000 | #Constraints:      25853
547.89/553.08	c #Conflicts:     742000 | #Constraints:      26889
547.89/553.08	c #Conflicts:     743000 | #Constraints:      27922
547.89/553.08	c #Conflicts:     744000 | #Constraints:      28946
547.89/553.08	c #Conflicts:     745000 | #Constraints:      29965
547.89/553.08	c #Conflicts:     746000 | #Constraints:      30983
547.89/553.08	c #Conflicts:     747000 | #Constraints:      31989
547.89/553.08	c #Conflicts:     748000 | #Constraints:      33014
547.89/553.08	c #Conflicts:     749000 | #Constraints:      34064
547.89/553.08	c #Conflicts:     750000 | #Constraints:      35119
547.89/553.08	c #Conflicts:     751000 | #Constraints:      36158
547.89/553.08	c #Conflicts:     752000 | #Constraints:      37202
547.89/553.08	c #Conflicts:     753000 | #Constraints:      38238
547.89/553.08	c #Conflicts:     754000 | #Constraints:      39264
547.89/553.08	c #Conflicts:     755000 | #Constraints:      40285
547.89/553.08	c #Conflicts:     756000 | #Constraints:      41310
547.89/553.08	c INPROCESSING
547.89/553.08	c GARBAGE COLLECT
547.89/553.08	c rational objective 999
560.14/565.38	c #Conflicts:     757000 | #Constraints:      24762
560.14/565.38	c #Conflicts:     758000 | #Constraints:      25762
560.14/565.38	c #Conflicts:     759000 | #Constraints:      26762
560.14/565.38	c #Conflicts:     760000 | #Constraints:      27762
560.14/565.38	c #Conflicts:     761000 | #Constraints:      28762
560.14/565.38	c #Conflicts:     762000 | #Constraints:      29762
560.14/565.38	c #Conflicts:     763000 | #Constraints:      30762
560.14/565.38	c #Conflicts:     764000 | #Constraints:      31762
560.14/565.38	c #Conflicts:     765000 | #Constraints:      32762
560.14/565.38	c #Conflicts:     766000 | #Constraints:      33762
560.14/565.38	c #Conflicts:     767000 | #Constraints:      34762
560.14/565.38	c #Conflicts:     768000 | #Constraints:      35762
560.14/565.38	c #Conflicts:     769000 | #Constraints:      36762
560.14/565.38	c #Conflicts:     770000 | #Constraints:      37762
560.14/565.38	c #Conflicts:     771000 | #Constraints:      38762
560.14/565.38	c #Conflicts:     772000 | #Constraints:      39762
560.14/565.38	c #Conflicts:     773000 | #Constraints:      40762
560.14/565.38	c #Conflicts:     774000 | #Constraints:      41762
560.14/565.38	c INPROCESSING
560.14/565.38	c GARBAGE COLLECT
560.14/565.38	c rational objective 999
573.81/579.10	c #Conflicts:     775000 | #Constraints:      25264
573.81/579.10	c #Conflicts:     776000 | #Constraints:      26284
573.81/579.10	c #Conflicts:     777000 | #Constraints:      27335
573.81/579.10	c #Conflicts:     778000 | #Constraints:      28389
573.81/579.10	c #Conflicts:     779000 | #Constraints:      29436
573.81/579.10	c #Conflicts:     780000 | #Constraints:      30495
573.81/579.10	c #Conflicts:     781000 | #Constraints:      31544
573.81/579.10	c #Conflicts:     782000 | #Constraints:      32593
573.81/579.10	c #Conflicts:     783000 | #Constraints:      33638
573.81/579.10	c #Conflicts:     784000 | #Constraints:      34678
573.81/579.10	c #Conflicts:     785000 | #Constraints:      35714
573.81/579.10	c #Conflicts:     786000 | #Constraints:      36757
573.81/579.10	c #Conflicts:     787000 | #Constraints:      37812
573.81/579.10	c #Conflicts:     788000 | #Constraints:      38854
573.81/579.10	c #Conflicts:     789000 | #Constraints:      39898
573.81/579.10	c #Conflicts:     790000 | #Constraints:      40949
573.81/579.10	c #Conflicts:     791000 | #Constraints:      41989
573.81/579.10	c #Conflicts:     792000 | #Constraints:      43014
573.81/579.10	c INPROCESSING
573.81/579.10	c GARBAGE COLLECT
573.81/579.10	c rational objective 999
586.48/591.81	c #Conflicts:     793000 | #Constraints:      25909
586.48/591.81	c #Conflicts:     794000 | #Constraints:      26909
586.48/591.81	c #Conflicts:     795000 | #Constraints:      27909
586.48/591.81	c #Conflicts:     796000 | #Constraints:      28909
586.48/591.81	c #Conflicts:     797000 | #Constraints:      29909
586.48/591.81	c #Conflicts:     798000 | #Constraints:      30909
586.48/591.81	c #Conflicts:     799000 | #Constraints:      31909
586.48/591.81	c #Conflicts:     800000 | #Constraints:      32909
586.48/591.81	c #Conflicts:     801000 | #Constraints:      33909
586.48/591.81	c #Conflicts:     802000 | #Constraints:      34909
586.48/591.81	c #Conflicts:     803000 | #Constraints:      35909
586.48/591.81	c #Conflicts:     804000 | #Constraints:      36909
586.48/591.81	c #Conflicts:     805000 | #Constraints:      37909
586.48/591.81	c #Conflicts:     806000 | #Constraints:      38909
586.48/591.81	c #Conflicts:     807000 | #Constraints:      39909
586.48/591.81	c #Conflicts:     808000 | #Constraints:      40909
586.48/591.81	c #Conflicts:     809000 | #Constraints:      41909
586.48/591.81	c #Conflicts:     810000 | #Constraints:      42909
586.48/591.81	c INPROCESSING
586.48/591.81	c GARBAGE COLLECT
586.48/591.81	c rational objective 999
599.23/604.61	c #Conflicts:     811000 | #Constraints:      25956
599.23/604.61	c #Conflicts:     812000 | #Constraints:      26956
599.23/604.61	c #Conflicts:     813000 | #Constraints:      27956
599.23/604.61	c #Conflicts:     814000 | #Constraints:      28956
599.23/604.61	c #Conflicts:     815000 | #Constraints:      29956
599.23/604.61	c #Conflicts:     816000 | #Constraints:      30956
599.23/604.61	c #Conflicts:     817000 | #Constraints:      31956
599.23/604.61	c #Conflicts:     818000 | #Constraints:      32956
599.23/604.61	c #Conflicts:     819000 | #Constraints:      33956
599.23/604.61	c #Conflicts:     820000 | #Constraints:      34956
599.23/604.61	c #Conflicts:     821000 | #Constraints:      35956
599.23/604.61	c #Conflicts:     822000 | #Constraints:      36956
599.23/604.61	c #Conflicts:     823000 | #Constraints:      37956
599.23/604.61	c #Conflicts:     824000 | #Constraints:      38956
599.23/604.61	c #Conflicts:     825000 | #Constraints:      39956
599.23/604.61	c #Conflicts:     826000 | #Constraints:      40956
599.23/604.61	c #Conflicts:     827000 | #Constraints:      41956
599.23/604.61	c #Conflicts:     828000 | #Constraints:      42956
599.23/604.61	c INPROCESSING
599.23/604.61	c GARBAGE COLLECT
599.23/604.61	c rational objective 999
614.14/619.69	c #Conflicts:     829000 | #Constraints:      25848
614.14/619.69	c #Conflicts:     830000 | #Constraints:      26879
614.14/619.69	c #Conflicts:     831000 | #Constraints:      27930
614.14/619.69	c #Conflicts:     832000 | #Constraints:      28983
614.14/619.69	c #Conflicts:     833000 | #Constraints:      30027
614.14/619.69	c #Conflicts:     834000 | #Constraints:      31070
614.14/619.69	c #Conflicts:     835000 | #Constraints:      32108
614.14/619.69	c #Conflicts:     836000 | #Constraints:      33157
614.14/619.69	c #Conflicts:     837000 | #Constraints:      34185
614.14/619.69	c #Conflicts:     838000 | #Constraints:      35221
614.14/619.69	c #Conflicts:     839000 | #Constraints:      36250
614.14/619.69	c #Conflicts:     840000 | #Constraints:      37275
614.14/619.69	c #Conflicts:     841000 | #Constraints:      38306
614.14/619.69	c #Conflicts:     842000 | #Constraints:      39345
614.14/619.69	c #Conflicts:     843000 | #Constraints:      40378
614.14/619.69	c #Conflicts:     844000 | #Constraints:      41411
614.14/619.69	c #Conflicts:     845000 | #Constraints:      42441
614.14/619.69	c #Conflicts:     846000 | #Constraints:      43466
614.14/619.69	c INPROCESSING
614.14/619.69	c GARBAGE COLLECT
614.14/619.69	c rational objective 999
627.50/633.05	c #Conflicts:     847000 | #Constraints:      25862
627.50/633.05	c #Conflicts:     848000 | #Constraints:      26862
627.50/633.05	c #Conflicts:     849000 | #Constraints:      27862
627.50/633.05	c #Conflicts:     850000 | #Constraints:      28862
627.50/633.05	c #Conflicts:     851000 | #Constraints:      29863
627.50/633.05	c #Conflicts:     852000 | #Constraints:      30863
627.50/633.05	c #Conflicts:     853000 | #Constraints:      31863
627.50/633.05	c #Conflicts:     854000 | #Constraints:      32863
627.50/633.05	c #Conflicts:     855000 | #Constraints:      33863
627.50/633.05	c #Conflicts:     856000 | #Constraints:      34863
627.50/633.05	c #Conflicts:     857000 | #Constraints:      35863
627.50/633.05	c #Conflicts:     858000 | #Constraints:      36863
627.50/633.05	c #Conflicts:     859000 | #Constraints:      37863
627.50/633.05	c #Conflicts:     860000 | #Constraints:      38863
627.50/633.05	c #Conflicts:     861000 | #Constraints:      39863
627.50/633.05	c #Conflicts:     862000 | #Constraints:      40863
627.50/633.05	c #Conflicts:     863000 | #Constraints:      41863
627.50/633.05	c #Conflicts:     864000 | #Constraints:      42863
627.50/633.05	c #Conflicts:     865000 | #Constraints:      43863
627.50/633.05	c INPROCESSING
627.50/633.05	c GARBAGE COLLECT
627.50/633.05	c rational objective 999
640.60/646.29	c #Conflicts:     866000 | #Constraints:      26336
640.60/646.29	c #Conflicts:     867000 | #Constraints:      27336
640.60/646.29	c #Conflicts:     868000 | #Constraints:      28336
640.60/646.29	c #Conflicts:     869000 | #Constraints:      29336
640.60/646.29	c #Conflicts:     870000 | #Constraints:      30336
640.60/646.29	c #Conflicts:     871000 | #Constraints:      31336
640.60/646.29	c #Conflicts:     872000 | #Constraints:      32336
640.60/646.29	c #Conflicts:     873000 | #Constraints:      33336
640.60/646.29	c #Conflicts:     874000 | #Constraints:      34336
640.60/646.29	c #Conflicts:     875000 | #Constraints:      35336
640.60/646.29	c #Conflicts:     876000 | #Constraints:      36336
640.60/646.29	c #Conflicts:     877000 | #Constraints:      37336
640.60/646.29	c #Conflicts:     878000 | #Constraints:      38336
640.60/646.29	c #Conflicts:     879000 | #Constraints:      39336
640.60/646.29	c #Conflicts:     880000 | #Constraints:      40336
640.60/646.29	c #Conflicts:     881000 | #Constraints:      41336
640.60/646.29	c #Conflicts:     882000 | #Constraints:      42336
640.60/646.29	c #Conflicts:     883000 | #Constraints:      43336
640.60/646.29	c #Conflicts:     884000 | #Constraints:      44336
640.60/646.29	c INPROCESSING
640.60/646.29	c GARBAGE COLLECT
640.60/646.29	c rational objective 999
657.25/662.93	c #Conflicts:     885000 | #Constraints:      26641
657.25/662.93	c #Conflicts:     886000 | #Constraints:      27696
657.25/662.93	c #Conflicts:     887000 | #Constraints:      28753
657.25/662.93	c #Conflicts:     888000 | #Constraints:      29798
657.25/662.93	c #Conflicts:     889000 | #Constraints:      30838
657.25/662.93	c #Conflicts:     890000 | #Constraints:      31880
657.25/662.93	c #Conflicts:     891000 | #Constraints:      32898
657.25/662.93	c #Conflicts:     892000 | #Constraints:      33935
657.25/662.93	c #Conflicts:     893000 | #Constraints:      34962
657.25/662.93	c #Conflicts:     894000 | #Constraints:      35996
657.25/662.93	c #Conflicts:     895000 | #Constraints:      37026
657.25/662.93	c #Conflicts:     896000 | #Constraints:      38043
657.25/662.93	c #Conflicts:     897000 | #Constraints:      39066
657.25/662.93	c #Conflicts:     898000 | #Constraints:      40092
657.25/662.93	c #Conflicts:     899000 | #Constraints:      41110
657.25/662.93	c #Conflicts:     900000 | #Constraints:      42137
657.25/662.93	c #Conflicts:     901000 | #Constraints:      43170
657.25/662.93	c #Conflicts:     902000 | #Constraints:      44200
657.25/662.93	c #Conflicts:     903000 | #Constraints:      45229
657.25/662.93	c INPROCESSING
657.25/662.93	c GARBAGE COLLECT
657.25/662.93	c rational objective 999
672.95/678.73	c #Conflicts:     904000 | #Constraints:      27023
672.95/678.73	c #Conflicts:     905000 | #Constraints:      28023
672.95/678.73	c #Conflicts:     906000 | #Constraints:      29023
672.95/678.73	c #Conflicts:     907000 | #Constraints:      30023
672.95/678.73	c #Conflicts:     908000 | #Constraints:      31023
672.95/678.73	c #Conflicts:     909000 | #Constraints:      32023
672.95/678.73	c #Conflicts:     910000 | #Constraints:      33023
672.95/678.73	c #Conflicts:     911000 | #Constraints:      34023
672.95/678.73	c #Conflicts:     912000 | #Constraints:      35023
672.95/678.73	c #Conflicts:     913000 | #Constraints:      36023
672.95/678.73	c #Conflicts:     914000 | #Constraints:      37023
672.95/678.73	c #Conflicts:     915000 | #Constraints:      38023
672.95/678.73	c #Conflicts:     916000 | #Constraints:      39023
672.95/678.73	c #Conflicts:     917000 | #Constraints:      40023
672.95/678.73	c #Conflicts:     918000 | #Constraints:      41023
672.95/678.73	c #Conflicts:     919000 | #Constraints:      42023
672.95/678.73	c #Conflicts:     920000 | #Constraints:      43023
672.95/678.73	c #Conflicts:     921000 | #Constraints:      44023
672.95/678.73	c #Conflicts:     922000 | #Constraints:      45023
672.95/678.73	c INPROCESSING
672.95/678.73	c GARBAGE COLLECT
672.95/678.73	c rational objective 999
687.50/693.36	c #Conflicts:     923000 | #Constraints:      26899
687.50/693.36	c #Conflicts:     924000 | #Constraints:      27899
687.50/693.36	c #Conflicts:     925000 | #Constraints:      28899
687.50/693.36	c #Conflicts:     926000 | #Constraints:      29899
687.50/693.36	c #Conflicts:     927000 | #Constraints:      30899
687.50/693.36	c #Conflicts:     928000 | #Constraints:      31899
687.50/693.36	c #Conflicts:     929000 | #Constraints:      32899
687.50/693.36	c #Conflicts:     930000 | #Constraints:      33899
687.50/693.36	c #Conflicts:     931000 | #Constraints:      34899
687.50/693.36	c #Conflicts:     932000 | #Constraints:      35899
687.50/693.36	c #Conflicts:     933000 | #Constraints:      36899
687.50/693.36	c #Conflicts:     934000 | #Constraints:      37899
687.50/693.36	c #Conflicts:     935000 | #Constraints:      38899
687.50/693.36	c #Conflicts:     936000 | #Constraints:      39899
687.50/693.36	c #Conflicts:     937000 | #Constraints:      40899
687.50/693.36	c #Conflicts:     938000 | #Constraints:      41899
687.50/693.36	c #Conflicts:     939000 | #Constraints:      42899
687.50/693.36	c #Conflicts:     940000 | #Constraints:      43899
687.50/693.36	c #Conflicts:     941000 | #Constraints:      44899
687.50/693.36	c INPROCESSING
687.50/693.36	c GARBAGE COLLECT
687.50/693.36	c rational objective 999
704.58/710.51	c #Conflicts:     942000 | #Constraints:      26645
704.58/710.51	c #Conflicts:     943000 | #Constraints:      27652
704.58/710.51	c #Conflicts:     944000 | #Constraints:      28659
704.58/710.51	c #Conflicts:     945000 | #Constraints:      29664
704.58/710.51	c #Conflicts:     946000 | #Constraints:      30707
704.58/710.51	c #Conflicts:     947000 | #Constraints:      31756
704.58/710.51	c #Conflicts:     948000 | #Constraints:      32799
704.58/710.51	c #Conflicts:     949000 | #Constraints:      33833
704.58/710.51	c #Conflicts:     950000 | #Constraints:      34867
704.58/710.51	c #Conflicts:     951000 | #Constraints:      35899
704.58/710.51	c #Conflicts:     952000 | #Constraints:      36931
704.58/710.51	c #Conflicts:     953000 | #Constraints:      37963
704.58/710.51	c #Conflicts:     954000 | #Constraints:      38981
704.58/710.51	c #Conflicts:     955000 | #Constraints:      40031
704.58/710.51	c #Conflicts:     956000 | #Constraints:      41072
704.58/710.51	c #Conflicts:     957000 | #Constraints:      42095
704.58/710.51	c #Conflicts:     958000 | #Constraints:      43123
704.58/710.51	c #Conflicts:     959000 | #Constraints:      44159
704.58/710.51	c #Conflicts:     960000 | #Constraints:      45190
704.58/710.51	c #Conflicts:     961000 | #Constraints:      46225
704.58/710.51	c INPROCESSING
704.58/710.51	c GARBAGE COLLECT
704.58/710.51	c rational objective 999
718.34/724.37	c #Conflicts:     962000 | #Constraints:      27422
718.34/724.37	c #Conflicts:     963000 | #Constraints:      28422
718.34/724.37	c #Conflicts:     964000 | #Constraints:      29422
718.34/724.37	c #Conflicts:     965000 | #Constraints:      30422
718.34/724.37	c #Conflicts:     966000 | #Constraints:      31422
718.34/724.37	c #Conflicts:     967000 | #Constraints:      32422
718.34/724.37	c #Conflicts:     968000 | #Constraints:      33422
718.34/724.37	c #Conflicts:     969000 | #Constraints:      34422
718.34/724.37	c #Conflicts:     970000 | #Constraints:      35422
718.34/724.37	c #Conflicts:     971000 | #Constraints:      36422
718.34/724.37	c #Conflicts:     972000 | #Constraints:      37422
718.34/724.37	c #Conflicts:     973000 | #Constraints:      38422
718.34/724.37	c #Conflicts:     974000 | #Constraints:      39422
718.34/724.37	c #Conflicts:     975000 | #Constraints:      40422
718.34/724.37	c #Conflicts:     976000 | #Constraints:      41422
718.34/724.37	c #Conflicts:     977000 | #Constraints:      42422
718.34/724.37	c #Conflicts:     978000 | #Constraints:      43422
718.34/724.37	c #Conflicts:     979000 | #Constraints:      44422
718.34/724.37	c #Conflicts:     980000 | #Constraints:      45422
718.34/724.37	c #Conflicts:     981000 | #Constraints:      46422
718.34/724.37	c INPROCESSING
718.34/724.37	c GARBAGE COLLECT
718.34/724.37	c rational objective 999
732.53/738.66	c #Conflicts:     982000 | #Constraints:      27700
732.53/738.66	c #Conflicts:     983000 | #Constraints:      28700
732.53/738.66	c #Conflicts:     984000 | #Constraints:      29700
732.53/738.66	c #Conflicts:     985000 | #Constraints:      30700
732.53/738.66	c #Conflicts:     986000 | #Constraints:      31700
732.53/738.66	c #Conflicts:     987000 | #Constraints:      32700
732.53/738.66	c #Conflicts:     988000 | #Constraints:      33700
732.53/738.66	c #Conflicts:     989000 | #Constraints:      34700
732.53/738.66	c #Conflicts:     990000 | #Constraints:      35700
732.53/738.66	c #Conflicts:     991000 | #Constraints:      36700
732.53/738.66	c #Conflicts:     992000 | #Constraints:      37700
732.53/738.66	c #Conflicts:     993000 | #Constraints:      38700
732.53/738.66	c #Conflicts:     994000 | #Constraints:      39700
732.53/738.66	c #Conflicts:     995000 | #Constraints:      40700
732.53/738.66	c #Conflicts:     996000 | #Constraints:      41700
732.53/738.66	c #Conflicts:     997000 | #Constraints:      42700
732.53/738.66	c #Conflicts:     998000 | #Constraints:      43700
732.53/738.66	c #Conflicts:     999000 | #Constraints:      44700
732.53/738.66	c #Conflicts:    1000000 | #Constraints:      45700
732.53/738.66	c #Conflicts:    1001000 | #Constraints:      46700
732.53/738.66	c INPROCESSING
732.53/738.66	c GARBAGE COLLECT
732.53/738.66	c rational objective 999
756.17/762.32	c #Conflicts:    1002000 | #Constraints:      27858
756.17/762.32	c #Conflicts:    1003000 | #Constraints:      28875
756.17/762.32	c #Conflicts:    1004000 | #Constraints:      29899
756.17/762.32	c #Conflicts:    1005000 | #Constraints:      30929
756.17/762.32	c #Conflicts:    1006000 | #Constraints:      31945
756.17/762.32	c #Conflicts:    1007000 | #Constraints:      32961
756.17/762.32	c #Conflicts:    1008000 | #Constraints:      33976
756.17/762.32	c #Conflicts:    1009000 | #Constraints:      34992
756.17/762.32	c #Conflicts:    1010000 | #Constraints:      36007
756.17/762.32	c #Conflicts:    1011000 | #Constraints:      37034
756.17/762.32	c #Conflicts:    1012000 | #Constraints:      38050
756.17/762.32	c #Conflicts:    1013000 | #Constraints:      39079
756.17/762.32	c #Conflicts:    1014000 | #Constraints:      40103
756.17/762.32	c #Conflicts:    1015000 | #Constraints:      41130
756.17/762.32	c #Conflicts:    1016000 | #Constraints:      42167
756.17/762.32	c #Conflicts:    1017000 | #Constraints:      43185
756.17/762.32	c #Conflicts:    1018000 | #Constraints:      44201
756.17/762.32	c #Conflicts:    1019000 | #Constraints:      45217
756.17/762.32	c #Conflicts:    1020000 | #Constraints:      46246
756.17/762.32	c #Conflicts:    1021000 | #Constraints:      47262
756.17/762.32	c INPROCESSING
756.17/762.32	c GARBAGE COLLECT
756.17/762.32	c rational objective 999
770.88/777.16	c #Conflicts:    1022000 | #Constraints:      27943
770.88/777.16	c #Conflicts:    1023000 | #Constraints:      28943
770.88/777.16	c #Conflicts:    1024000 | #Constraints:      29943
770.88/777.16	c #Conflicts:    1025000 | #Constraints:      30943
770.88/777.16	c #Conflicts:    1026000 | #Constraints:      31943
770.88/777.16	c #Conflicts:    1027000 | #Constraints:      32943
770.88/777.16	c #Conflicts:    1028000 | #Constraints:      33943
770.88/777.16	c #Conflicts:    1029000 | #Constraints:      34943
770.88/777.16	c #Conflicts:    1030000 | #Constraints:      35943
770.88/777.16	c #Conflicts:    1031000 | #Constraints:      36943
770.88/777.16	c #Conflicts:    1032000 | #Constraints:      37943
770.88/777.16	c #Conflicts:    1033000 | #Constraints:      38943
770.88/777.16	c #Conflicts:    1034000 | #Constraints:      39943
770.88/777.16	c #Conflicts:    1035000 | #Constraints:      40943
770.88/777.16	c #Conflicts:    1036000 | #Constraints:      41943
770.88/777.16	c #Conflicts:    1037000 | #Constraints:      42943
770.88/777.16	c #Conflicts:    1038000 | #Constraints:      43943
770.88/777.16	c #Conflicts:    1039000 | #Constraints:      44943
770.88/777.16	c #Conflicts:    1040000 | #Constraints:      45943
770.88/777.16	c #Conflicts:    1041000 | #Constraints:      46943
770.88/777.16	c INPROCESSING
770.88/777.16	c GARBAGE COLLECT
770.88/777.16	c rational objective 999
786.22/792.53	c #Conflicts:    1042000 | #Constraints:      27675
786.22/792.53	c #Conflicts:    1043000 | #Constraints:      28675
786.22/792.53	c #Conflicts:    1044000 | #Constraints:      29675
786.22/792.53	c #Conflicts:    1045000 | #Constraints:      30675
786.22/792.53	c #Conflicts:    1046000 | #Constraints:      31675
786.22/792.53	c #Conflicts:    1047000 | #Constraints:      32675
786.22/792.53	c #Conflicts:    1048000 | #Constraints:      33675
786.22/792.53	c #Conflicts:    1049000 | #Constraints:      34675
786.22/792.53	c #Conflicts:    1050000 | #Constraints:      35675
786.22/792.53	c #Conflicts:    1051000 | #Constraints:      36675
786.22/792.53	c #Conflicts:    1052000 | #Constraints:      37675
786.22/792.53	c #Conflicts:    1053000 | #Constraints:      38675
786.22/792.53	c #Conflicts:    1054000 | #Constraints:      39675
786.22/792.53	c #Conflicts:    1055000 | #Constraints:      40675
786.22/792.53	c #Conflicts:    1056000 | #Constraints:      41675
786.22/792.53	c #Conflicts:    1057000 | #Constraints:      42675
786.22/792.53	c #Conflicts:    1058000 | #Constraints:      43675
786.22/792.53	c #Conflicts:    1059000 | #Constraints:      44675
786.22/792.53	c #Conflicts:    1060000 | #Constraints:      45675
786.22/792.53	c #Conflicts:    1061000 | #Constraints:      46675
786.22/792.53	c #Conflicts:    1062000 | #Constraints:      47675
786.22/792.53	c INPROCESSING
786.22/792.53	c GARBAGE COLLECT
786.22/792.53	c rational objective 999
801.52/807.96	c #Conflicts:    1063000 | #Constraints:      28255
801.52/807.96	c #Conflicts:    1064000 | #Constraints:      29255
801.52/807.96	c #Conflicts:    1065000 | #Constraints:      30255
801.52/807.96	c #Conflicts:    1066000 | #Constraints:      31255
801.52/807.96	c #Conflicts:    1067000 | #Constraints:      32255
801.52/807.96	c #Conflicts:    1068000 | #Constraints:      33255
801.52/807.96	c #Conflicts:    1069000 | #Constraints:      34255
801.52/807.96	c #Conflicts:    1070000 | #Constraints:      35255
801.52/807.96	c #Conflicts:    1071000 | #Constraints:      36255
801.52/807.96	c #Conflicts:    1072000 | #Constraints:      37255
801.52/807.96	c #Conflicts:    1073000 | #Constraints:      38255
801.52/807.96	c #Conflicts:    1074000 | #Constraints:      39255
801.52/807.96	c #Conflicts:    1075000 | #Constraints:      40255
801.52/807.96	c #Conflicts:    1076000 | #Constraints:      41255
801.52/807.96	c #Conflicts:    1077000 | #Constraints:      42255
801.52/807.96	c #Conflicts:    1078000 | #Constraints:      43255
801.52/807.96	c #Conflicts:    1079000 | #Constraints:      44256
801.52/807.96	c #Conflicts:    1080000 | #Constraints:      45256
801.52/807.96	c #Conflicts:    1081000 | #Constraints:      46256
801.52/807.96	c #Conflicts:    1082000 | #Constraints:      47256
801.52/807.96	c #Conflicts:    1083000 | #Constraints:      48256
801.52/807.96	c INPROCESSING
801.52/807.96	c GARBAGE COLLECT
801.52/807.96	c rational objective 999
825.61/832.14	c #Conflicts:    1084000 | #Constraints:      28641
825.61/832.14	c #Conflicts:    1085000 | #Constraints:      29669
825.61/832.14	c #Conflicts:    1086000 | #Constraints:      30696
825.61/832.14	c #Conflicts:    1087000 | #Constraints:      31713
825.61/832.14	c #Conflicts:    1088000 | #Constraints:      32722
825.61/832.14	c #Conflicts:    1089000 | #Constraints:      33745
825.61/832.14	c #Conflicts:    1090000 | #Constraints:      34746
825.61/832.14	c #Conflicts:    1091000 | #Constraints:      35755
825.61/832.14	c #Conflicts:    1092000 | #Constraints:      36772
825.61/832.14	c #Conflicts:    1093000 | #Constraints:      37781
825.61/832.14	c #Conflicts:    1094000 | #Constraints:      38807
825.61/832.14	c #Conflicts:    1095000 | #Constraints:      39822
825.61/832.14	c #Conflicts:    1096000 | #Constraints:      40828
825.61/832.14	c #Conflicts:    1097000 | #Constraints:      41841
825.61/832.14	c #Conflicts:    1098000 | #Constraints:      42850
825.61/832.14	c #Conflicts:    1099000 | #Constraints:      43868
825.61/832.14	c #Conflicts:    1100000 | #Constraints:      44882
825.61/832.14	c #Conflicts:    1101000 | #Constraints:      45899
825.61/832.14	c #Conflicts:    1102000 | #Constraints:      46907
825.61/832.14	c #Conflicts:    1103000 | #Constraints:      47911
825.61/832.14	c #Conflicts:    1104000 | #Constraints:      48926
825.61/832.14	c INPROCESSING
825.61/832.14	c GARBAGE COLLECT
825.61/832.14	c rational objective 999
843.04/849.66	c #Conflicts:    1105000 | #Constraints:      28893
843.04/849.66	c #Conflicts:    1106000 | #Constraints:      29893
843.04/849.66	c #Conflicts:    1107000 | #Constraints:      30893
843.04/849.66	c #Conflicts:    1108000 | #Constraints:      31893
843.04/849.66	c #Conflicts:    1109000 | #Constraints:      32893
843.04/849.66	c #Conflicts:    1110000 | #Constraints:      33893
843.04/849.66	c #Conflicts:    1111000 | #Constraints:      34893
843.04/849.66	c #Conflicts:    1112000 | #Constraints:      35893
843.04/849.66	c #Conflicts:    1113000 | #Constraints:      36893
843.04/849.66	c #Conflicts:    1114000 | #Constraints:      37893
843.04/849.66	c #Conflicts:    1115000 | #Constraints:      38893
843.04/849.66	c #Conflicts:    1116000 | #Constraints:      39893
843.04/849.66	c #Conflicts:    1117000 | #Constraints:      40893
843.04/849.66	c #Conflicts:    1118000 | #Constraints:      41893
843.04/849.66	c #Conflicts:    1119000 | #Constraints:      42893
843.04/849.66	c #Conflicts:    1120000 | #Constraints:      43893
843.04/849.66	c #Conflicts:    1121000 | #Constraints:      44893
843.04/849.66	c #Conflicts:    1122000 | #Constraints:      45893
843.04/849.66	c #Conflicts:    1123000 | #Constraints:      46893
843.04/849.66	c #Conflicts:    1124000 | #Constraints:      47893
843.04/849.66	c #Conflicts:    1125000 | #Constraints:      48893
843.04/849.66	c INPROCESSING
843.04/849.66	c GARBAGE COLLECT
843.04/849.66	c rational objective 999
859.54/866.24	c #Conflicts:    1126000 | #Constraints:      28843
859.54/866.24	c #Conflicts:    1127000 | #Constraints:      29843
859.54/866.24	c #Conflicts:    1128000 | #Constraints:      30843
859.54/866.24	c #Conflicts:    1129000 | #Constraints:      31843
859.54/866.24	c #Conflicts:    1130000 | #Constraints:      32843
859.54/866.24	c #Conflicts:    1131000 | #Constraints:      33843
859.54/866.24	c #Conflicts:    1132000 | #Constraints:      34843
859.54/866.24	c #Conflicts:    1133000 | #Constraints:      35843
859.54/866.24	c #Conflicts:    1134000 | #Constraints:      36843
859.54/866.24	c #Conflicts:    1135000 | #Constraints:      37843
859.54/866.24	c #Conflicts:    1136000 | #Constraints:      38843
859.54/866.24	c #Conflicts:    1137000 | #Constraints:      39843
859.54/866.24	c #Conflicts:    1138000 | #Constraints:      40843
859.54/866.24	c #Conflicts:    1139000 | #Constraints:      41843
859.54/866.24	c #Conflicts:    1140000 | #Constraints:      42843
859.54/866.24	c #Conflicts:    1141000 | #Constraints:      43843
859.54/866.24	c #Conflicts:    1142000 | #Constraints:      44843
859.54/866.24	c #Conflicts:    1143000 | #Constraints:      45843
859.54/866.24	c #Conflicts:    1144000 | #Constraints:      46843
859.54/866.24	c #Conflicts:    1145000 | #Constraints:      47843
859.54/866.24	c #Conflicts:    1146000 | #Constraints:      48843
859.54/866.24	c INPROCESSING
859.54/866.24	c GARBAGE COLLECT
859.54/866.24	c rational objective 999
877.08/883.87	c #Conflicts:    1147000 | #Constraints:      28628
877.08/883.87	c #Conflicts:    1148000 | #Constraints:      29687
877.08/883.87	c #Conflicts:    1149000 | #Constraints:      30740
877.08/883.87	c #Conflicts:    1150000 | #Constraints:      31792
877.08/883.87	c #Conflicts:    1151000 | #Constraints:      32843
877.08/883.87	c #Conflicts:    1152000 | #Constraints:      33880
877.08/883.87	c #Conflicts:    1153000 | #Constraints:      34913
877.08/883.87	c #Conflicts:    1154000 | #Constraints:      35949
877.08/883.87	c #Conflicts:    1155000 | #Constraints:      36975
877.08/883.87	c #Conflicts:    1156000 | #Constraints:      38001
877.08/883.87	c #Conflicts:    1157000 | #Constraints:      39030
877.08/883.87	c #Conflicts:    1158000 | #Constraints:      40061
877.08/883.87	c #Conflicts:    1159000 | #Constraints:      41093
877.08/883.87	c #Conflicts:    1160000 | #Constraints:      42127
877.08/883.87	c #Conflicts:    1161000 | #Constraints:      43157
877.08/883.87	c #Conflicts:    1162000 | #Constraints:      44182
877.08/883.87	c #Conflicts:    1163000 | #Constraints:      45202
877.08/883.87	c #Conflicts:    1164000 | #Constraints:      46229
877.08/883.87	c #Conflicts:    1165000 | #Constraints:      47259
877.08/883.87	c #Conflicts:    1166000 | #Constraints:      48287
877.08/883.87	c #Conflicts:    1167000 | #Constraints:      49310
877.08/883.87	c #Conflicts:    1168000 | #Constraints:      50342
877.08/883.87	c INPROCESSING
877.08/883.87	c GARBAGE COLLECT
877.08/883.87	c rational objective 999
895.57/902.42	c #Conflicts:    1169000 | #Constraints:      29478
895.57/902.42	c #Conflicts:    1170000 | #Constraints:      30478
895.57/902.42	c #Conflicts:    1171000 | #Constraints:      31478
895.57/902.42	c #Conflicts:    1172000 | #Constraints:      32478
895.57/902.42	c #Conflicts:    1173000 | #Constraints:      33478
895.57/902.42	c #Conflicts:    1174000 | #Constraints:      34478
895.57/902.42	c #Conflicts:    1175000 | #Constraints:      35478
895.57/902.42	c #Conflicts:    1176000 | #Constraints:      36478
895.57/902.42	c #Conflicts:    1177000 | #Constraints:      37478
895.57/902.42	c #Conflicts:    1178000 | #Constraints:      38478
895.57/902.42	c #Conflicts:    1179000 | #Constraints:      39478
895.57/902.42	c #Conflicts:    1180000 | #Constraints:      40479
895.57/902.42	c #Conflicts:    1181000 | #Constraints:      41479
895.57/902.42	c #Conflicts:    1182000 | #Constraints:      42479
895.57/902.42	c #Conflicts:    1183000 | #Constraints:      43479
895.57/902.42	c #Conflicts:    1184000 | #Constraints:      44479
895.57/902.42	c #Conflicts:    1185000 | #Constraints:      45479
895.57/902.42	c #Conflicts:    1186000 | #Constraints:      46479
895.57/902.42	c #Conflicts:    1187000 | #Constraints:      47479
895.57/902.42	c #Conflicts:    1188000 | #Constraints:      48479
895.57/902.42	c #Conflicts:    1189000 | #Constraints:      49479
895.57/902.42	c #Conflicts:    1190000 | #Constraints:      50479
895.57/902.42	c INPROCESSING
895.57/902.42	c GARBAGE COLLECT
895.57/902.42	c rational objective 999
912.61/919.51	c #Conflicts:    1191000 | #Constraints:      29733
912.61/919.51	c #Conflicts:    1192000 | #Constraints:      30733
912.61/919.51	c #Conflicts:    1193000 | #Constraints:      31733
912.61/919.51	c #Conflicts:    1194000 | #Constraints:      32733
912.61/919.51	c #Conflicts:    1195000 | #Constraints:      33733
912.61/919.51	c #Conflicts:    1196000 | #Constraints:      34733
912.61/919.51	c #Conflicts:    1197000 | #Constraints:      35733
912.61/919.51	c #Conflicts:    1198000 | #Constraints:      36733
912.61/919.51	c #Conflicts:    1199000 | #Constraints:      37733
912.61/919.51	c #Conflicts:    1200000 | #Constraints:      38733
912.61/919.51	c #Conflicts:    1201000 | #Constraints:      39733
912.61/919.51	c #Conflicts:    1202000 | #Constraints:      40733
912.61/919.51	c #Conflicts:    1203000 | #Constraints:      41733
912.61/919.51	c #Conflicts:    1204000 | #Constraints:      42733
912.61/919.51	c #Conflicts:    1205000 | #Constraints:      43733
912.61/919.51	c #Conflicts:    1206000 | #Constraints:      44733
912.61/919.51	c #Conflicts:    1207000 | #Constraints:      45733
912.61/919.51	c #Conflicts:    1208000 | #Constraints:      46733
912.61/919.51	c #Conflicts:    1209000 | #Constraints:      47733
912.61/919.51	c #Conflicts:    1210000 | #Constraints:      48733
912.61/919.51	c #Conflicts:    1211000 | #Constraints:      49733
912.61/919.51	c #Conflicts:    1212000 | #Constraints:      50733
912.61/919.51	c INPROCESSING
912.61/919.51	c GARBAGE COLLECT
912.61/919.51	c rational objective 999
931.11/938.19	c #Conflicts:    1213000 | #Constraints:      29871
931.11/938.19	c #Conflicts:    1214000 | #Constraints:      30915
931.11/938.19	c #Conflicts:    1215000 | #Constraints:      31968
931.11/938.19	c #Conflicts:    1216000 | #Constraints:      33031
931.11/938.19	c #Conflicts:    1217000 | #Constraints:      34100
931.11/938.19	c #Conflicts:    1218000 | #Constraints:      35154
931.11/938.19	c #Conflicts:    1219000 | #Constraints:      36198
931.11/938.19	c #Conflicts:    1220000 | #Constraints:      37233
931.11/938.19	c #Conflicts:    1221000 | #Constraints:      38270
931.11/938.19	c #Conflicts:    1222000 | #Constraints:      39295
931.11/938.19	c #Conflicts:    1223000 | #Constraints:      40332
931.11/938.19	c #Conflicts:    1224000 | #Constraints:      41366
931.11/938.19	c #Conflicts:    1225000 | #Constraints:      42400
931.11/938.19	c #Conflicts:    1226000 | #Constraints:      43433
931.11/938.19	c #Conflicts:    1227000 | #Constraints:      44463
931.11/938.19	c #Conflicts:    1228000 | #Constraints:      45493
931.11/938.19	c #Conflicts:    1229000 | #Constraints:      46527
931.11/938.19	c #Conflicts:    1230000 | #Constraints:      47553
931.11/938.19	c #Conflicts:    1231000 | #Constraints:      48571
931.11/938.19	c #Conflicts:    1232000 | #Constraints:      49611
931.11/938.19	c #Conflicts:    1233000 | #Constraints:      50641
931.11/938.19	c #Conflicts:    1234000 | #Constraints:      51667
931.11/938.19	c INPROCESSING
931.11/938.19	c GARBAGE COLLECT
931.11/938.19	c rational objective 999
950.34/957.68	c #Conflicts:    1235000 | #Constraints:      30152
950.34/957.68	c #Conflicts:    1236000 | #Constraints:      31152
950.34/957.68	c #Conflicts:    1237000 | #Constraints:      32152
950.34/957.68	c #Conflicts:    1238000 | #Constraints:      33152
950.34/957.68	c #Conflicts:    1239000 | #Constraints:      34152
950.34/957.68	c #Conflicts:    1240000 | #Constraints:      35152
950.34/957.68	c #Conflicts:    1241000 | #Constraints:      36152
950.34/957.68	c #Conflicts:    1242000 | #Constraints:      37152
950.34/957.68	c #Conflicts:    1243000 | #Constraints:      38152
950.34/957.68	c #Conflicts:    1244000 | #Constraints:      39152
950.34/957.68	c #Conflicts:    1245000 | #Constraints:      40152
950.34/957.68	c #Conflicts:    1246000 | #Constraints:      41152
950.34/957.68	c #Conflicts:    1247000 | #Constraints:      42152
950.34/957.68	c #Conflicts:    1248000 | #Constraints:      43152
950.34/957.68	c #Conflicts:    1249000 | #Constraints:      44152
950.34/957.68	c #Conflicts:    1250000 | #Constraints:      45152
950.34/957.68	c #Conflicts:    1251000 | #Constraints:      46152
950.34/957.68	c #Conflicts:    1252000 | #Constraints:      47152
950.34/957.68	c #Conflicts:    1253000 | #Constraints:      48152
950.34/957.68	c #Conflicts:    1254000 | #Constraints:      49152
950.34/957.68	c #Conflicts:    1255000 | #Constraints:      50152
950.34/957.68	c #Conflicts:    1256000 | #Constraints:      51152
950.34/957.68	c INPROCESSING
950.34/957.68	c GARBAGE COLLECT
950.34/957.68	c rational objective 999
968.70/976.05	c #Conflicts:    1257000 | #Constraints:      29777
968.70/976.05	c #Conflicts:    1258000 | #Constraints:      30777
968.70/976.05	c #Conflicts:    1259000 | #Constraints:      31777
968.70/976.05	c #Conflicts:    1260000 | #Constraints:      32777
968.70/976.05	c #Conflicts:    1261000 | #Constraints:      33777
968.70/976.05	c #Conflicts:    1262000 | #Constraints:      34777
968.70/976.05	c #Conflicts:    1263000 | #Constraints:      35777
968.70/976.05	c #Conflicts:    1264000 | #Constraints:      36777
968.70/976.05	c #Conflicts:    1265000 | #Constraints:      37777
968.70/976.05	c #Conflicts:    1266000 | #Constraints:      38777
968.70/976.05	c #Conflicts:    1267000 | #Constraints:      39777
968.70/976.05	c #Conflicts:    1268000 | #Constraints:      40777
968.70/976.05	c #Conflicts:    1269000 | #Constraints:      41777
968.70/976.05	c #Conflicts:    1270000 | #Constraints:      42777
968.70/976.05	c #Conflicts:    1271000 | #Constraints:      43777
968.70/976.05	c #Conflicts:    1272000 | #Constraints:      44777
968.70/976.05	c #Conflicts:    1273000 | #Constraints:      45777
968.70/976.05	c #Conflicts:    1274000 | #Constraints:      46777
968.70/976.05	c #Conflicts:    1275000 | #Constraints:      47777
968.70/976.05	c #Conflicts:    1276000 | #Constraints:      48777
968.70/976.05	c #Conflicts:    1277000 | #Constraints:      49777
968.70/976.05	c #Conflicts:    1278000 | #Constraints:      50777
968.70/976.05	c #Conflicts:    1279000 | #Constraints:      51777
968.70/976.05	c INPROCESSING
968.70/976.05	c GARBAGE COLLECT
968.70/976.05	c rational objective 999
989.26/996.74	c #Conflicts:    1280000 | #Constraints:      30324
989.26/996.74	c #Conflicts:    1281000 | #Constraints:      31367
989.26/996.74	c #Conflicts:    1282000 | #Constraints:      32412
989.26/996.74	c #Conflicts:    1283000 | #Constraints:      33458
989.26/996.74	c #Conflicts:    1284000 | #Constraints:      34489
989.26/996.74	c #Conflicts:    1285000 | #Constraints:      35515
989.26/996.74	c #Conflicts:    1286000 | #Constraints:      36538
989.26/996.74	c #Conflicts:    1287000 | #Constraints:      37570
989.26/996.74	c #Conflicts:    1288000 | #Constraints:      38604
989.26/996.74	c #Conflicts:    1289000 | #Constraints:      39636
989.26/996.74	c #Conflicts:    1290000 | #Constraints:      40662
989.26/996.74	c #Conflicts:    1291000 | #Constraints:      41690
989.26/996.74	c #Conflicts:    1292000 | #Constraints:      42734
989.26/996.74	c #Conflicts:    1293000 | #Constraints:      43760
989.26/996.74	c #Conflicts:    1294000 | #Constraints:      44776
989.26/996.74	c #Conflicts:    1295000 | #Constraints:      45804
989.26/996.74	c #Conflicts:    1296000 | #Constraints:      46842
989.26/996.74	c #Conflicts:    1297000 | #Constraints:      47870
989.26/996.74	c #Conflicts:    1298000 | #Constraints:      48907
989.26/996.74	c #Conflicts:    1299000 | #Constraints:      49934
989.26/996.74	c #Conflicts:    1300000 | #Constraints:      50967
989.26/996.74	c #Conflicts:    1301000 | #Constraints:      51987
989.26/996.74	c #Conflicts:    1302000 | #Constraints:      53013
989.26/996.74	c INPROCESSING
989.26/996.74	c GARBAGE COLLECT
989.26/996.74	c rational objective 999
1008.66/1016.22	c #Conflicts:    1303000 | #Constraints:      30910
1008.66/1016.22	c #Conflicts:    1304000 | #Constraints:      31910
1008.66/1016.22	c #Conflicts:    1305000 | #Constraints:      32910
1008.66/1016.22	c #Conflicts:    1306000 | #Constraints:      33910
1008.66/1016.22	c #Conflicts:    1307000 | #Constraints:      34910
1008.66/1016.22	c #Conflicts:    1308000 | #Constraints:      35910
1008.66/1016.22	c #Conflicts:    1309000 | #Constraints:      36910
1008.66/1016.22	c #Conflicts:    1310000 | #Constraints:      37910
1008.66/1016.22	c #Conflicts:    1311000 | #Constraints:      38910
1008.66/1016.22	c #Conflicts:    1312000 | #Constraints:      39910
1008.66/1016.22	c #Conflicts:    1313000 | #Constraints:      40910
1008.66/1016.22	c #Conflicts:    1314000 | #Constraints:      41910
1008.66/1016.22	c #Conflicts:    1315000 | #Constraints:      42910
1008.66/1016.22	c #Conflicts:    1316000 | #Constraints:      43910
1008.66/1016.22	c #Conflicts:    1317000 | #Constraints:      44910
1008.66/1016.22	c #Conflicts:    1318000 | #Constraints:      45910
1008.66/1016.22	c #Conflicts:    1319000 | #Constraints:      46910
1008.66/1016.22	c #Conflicts:    1320000 | #Constraints:      47910
1008.66/1016.22	c #Conflicts:    1321000 | #Constraints:      48910
1008.66/1016.22	c #Conflicts:    1322000 | #Constraints:      49910
1008.66/1016.22	c #Conflicts:    1323000 | #Constraints:      50910
1008.66/1016.22	c #Conflicts:    1324000 | #Constraints:      51910
1008.66/1016.22	c #Conflicts:    1325000 | #Constraints:      52910
1008.66/1016.22	c INPROCESSING
1008.66/1016.22	c GARBAGE COLLECT
1008.66/1016.22	c rational objective 999
1034.88/1042.52	c #Conflicts:    1326000 | #Constraints:      30977
1034.88/1042.52	c #Conflicts:    1327000 | #Constraints:      32007
1034.88/1042.52	c #Conflicts:    1328000 | #Constraints:      33070
1034.88/1042.52	c #Conflicts:    1329000 | #Constraints:      34133
1034.88/1042.52	c #Conflicts:    1330000 | #Constraints:      35175
1034.88/1042.52	c #Conflicts:    1331000 | #Constraints:      36222
1034.88/1042.52	c #Conflicts:    1332000 | #Constraints:      37260
1034.88/1042.52	c #Conflicts:    1333000 | #Constraints:      38298
1034.88/1042.52	c #Conflicts:    1334000 | #Constraints:      39332
1034.88/1042.52	c #Conflicts:    1335000 | #Constraints:      40372
1034.88/1042.52	c #Conflicts:    1336000 | #Constraints:      41408
1034.88/1042.52	c #Conflicts:    1337000 | #Constraints:      42446
1034.88/1042.52	c #Conflicts:    1338000 | #Constraints:      43474
1034.88/1042.52	c #Conflicts:    1339000 | #Constraints:      44522
1034.88/1042.52	c #Conflicts:    1340000 | #Constraints:      45554
1034.88/1042.52	c #Conflicts:    1341000 | #Constraints:      46588
1034.88/1042.52	c #Conflicts:    1342000 | #Constraints:      47620
1034.88/1042.52	c #Conflicts:    1343000 | #Constraints:      48654
1034.88/1042.52	c #Conflicts:    1344000 | #Constraints:      49690
1034.88/1042.52	c #Conflicts:    1345000 | #Constraints:      50722
1034.88/1042.52	c #Conflicts:    1346000 | #Constraints:      51745
1034.88/1042.52	c #Conflicts:    1347000 | #Constraints:      52780
1034.88/1042.52	c #Conflicts:    1348000 | #Constraints:      53803
1034.88/1042.52	c INPROCESSING
1034.88/1042.52	c GARBAGE COLLECT
1034.88/1042.52	c rational objective 999
1056.27/1064.11	c #Conflicts:    1349000 | #Constraints:      31185
1056.27/1064.11	c #Conflicts:    1350000 | #Constraints:      32185
1056.27/1064.11	c #Conflicts:    1351000 | #Constraints:      33185
1056.27/1064.11	c #Conflicts:    1352000 | #Constraints:      34185
1056.27/1064.11	c #Conflicts:    1353000 | #Constraints:      35185
1056.27/1064.11	c #Conflicts:    1354000 | #Constraints:      36185
1056.27/1064.11	c #Conflicts:    1355000 | #Constraints:      37185
1056.27/1064.11	c #Conflicts:    1356000 | #Constraints:      38185
1056.27/1064.11	c #Conflicts:    1357000 | #Constraints:      39185
1056.27/1064.11	c #Conflicts:    1358000 | #Constraints:      40185
1056.27/1064.11	c #Conflicts:    1359000 | #Constraints:      41185
1056.27/1064.11	c #Conflicts:    1360000 | #Constraints:      42185
1056.27/1064.11	c #Conflicts:    1361000 | #Constraints:      43185
1056.27/1064.11	c #Conflicts:    1362000 | #Constraints:      44185
1056.27/1064.11	c #Conflicts:    1363000 | #Constraints:      45185
1056.27/1064.11	c #Conflicts:    1364000 | #Constraints:      46185
1056.27/1064.11	c #Conflicts:    1365000 | #Constraints:      47185
1056.27/1064.11	c #Conflicts:    1366000 | #Constraints:      48185
1056.27/1064.11	c #Conflicts:    1367000 | #Constraints:      49185
1056.27/1064.11	c #Conflicts:    1368000 | #Constraints:      50185
1056.27/1064.11	c #Conflicts:    1369000 | #Constraints:      51185
1056.27/1064.11	c #Conflicts:    1370000 | #Constraints:      52185
1056.27/1064.11	c #Conflicts:    1371000 | #Constraints:      53185
1056.27/1064.11	c INPROCESSING
1056.27/1064.11	c GARBAGE COLLECT
1056.27/1064.11	c rational objective 999
1076.54/1084.47	c #Conflicts:    1372000 | #Constraints:      30812
1076.54/1084.47	c #Conflicts:    1373000 | #Constraints:      31812
1076.54/1084.47	c #Conflicts:    1374000 | #Constraints:      32812
1076.54/1084.47	c #Conflicts:    1375000 | #Constraints:      33812
1076.54/1084.47	c #Conflicts:    1376000 | #Constraints:      34812
1076.54/1084.47	c #Conflicts:    1377000 | #Constraints:      35812
1076.54/1084.47	c #Conflicts:    1378000 | #Constraints:      36812
1076.54/1084.47	c #Conflicts:    1379000 | #Constraints:      37812
1076.54/1084.47	c #Conflicts:    1380000 | #Constraints:      38812
1076.54/1084.47	c #Conflicts:    1381000 | #Constraints:      39812
1076.54/1084.47	c #Conflicts:    1382000 | #Constraints:      40812
1076.54/1084.47	c #Conflicts:    1383000 | #Constraints:      41812
1076.54/1084.47	c #Conflicts:    1384000 | #Constraints:      42812
1076.54/1084.47	c #Conflicts:    1385000 | #Constraints:      43812
1076.54/1084.47	c #Conflicts:    1386000 | #Constraints:      44812
1076.54/1084.47	c #Conflicts:    1387000 | #Constraints:      45812
1076.54/1084.47	c #Conflicts:    1388000 | #Constraints:      46812
1076.54/1084.47	c #Conflicts:    1389000 | #Constraints:      47812
1076.54/1084.47	c #Conflicts:    1390000 | #Constraints:      48812
1076.54/1084.47	c #Conflicts:    1391000 | #Constraints:      49812
1076.54/1084.47	c #Conflicts:    1392000 | #Constraints:      50812
1076.54/1084.47	c #Conflicts:    1393000 | #Constraints:      51812
1076.54/1084.47	c #Conflicts:    1394000 | #Constraints:      52812
1076.54/1084.47	c #Conflicts:    1395000 | #Constraints:      53812
1076.54/1084.47	c INPROCESSING
1076.54/1084.47	c GARBAGE COLLECT
1076.54/1084.47	c rational objective 999
1098.82/1106.81	c #Conflicts:    1396000 | #Constraints:      31321
1098.82/1106.81	c #Conflicts:    1397000 | #Constraints:      32321
1098.82/1106.81	c #Conflicts:    1398000 | #Constraints:      33321
1098.82/1106.81	c #Conflicts:    1399000 | #Constraints:      34321
1098.82/1106.81	c #Conflicts:    1400000 | #Constraints:      35321
1098.82/1106.81	c #Conflicts:    1401000 | #Constraints:      36321
1098.82/1106.81	c #Conflicts:    1402000 | #Constraints:      37321
1098.82/1106.81	c #Conflicts:    1403000 | #Constraints:      38321
1098.82/1106.81	c #Conflicts:    1404000 | #Constraints:      39321
1098.82/1106.81	c #Conflicts:    1405000 | #Constraints:      40321
1098.82/1106.81	c #Conflicts:    1406000 | #Constraints:      41321
1098.82/1106.81	c #Conflicts:    1407000 | #Constraints:      42321
1098.82/1106.81	c #Conflicts:    1408000 | #Constraints:      43321
1098.82/1106.81	c #Conflicts:    1409000 | #Constraints:      44321
1098.82/1106.81	c #Conflicts:    1410000 | #Constraints:      45321
1098.82/1106.81	c #Conflicts:    1411000 | #Constraints:      46321
1098.82/1106.81	c #Conflicts:    1412000 | #Constraints:      47321
1098.82/1106.81	c #Conflicts:    1413000 | #Constraints:      48321
1098.82/1106.81	c #Conflicts:    1414000 | #Constraints:      49321
1098.82/1106.81	c #Conflicts:    1415000 | #Constraints:      50321
1098.82/1106.81	c #Conflicts:    1416000 | #Constraints:      51321
1098.82/1106.81	c #Conflicts:    1417000 | #Constraints:      52321
1098.82/1106.81	c #Conflicts:    1418000 | #Constraints:      53321
1098.82/1106.81	c #Conflicts:    1419000 | #Constraints:      54321
1098.82/1106.81	c INPROCESSING
1098.82/1106.81	c GARBAGE COLLECT
1098.82/1106.81	c rational objective 999
1130.57/1138.72	c #Conflicts:    1420000 | #Constraints:      31664
1130.57/1138.72	c #Conflicts:    1421000 | #Constraints:      32729
1130.57/1138.72	c #Conflicts:    1422000 | #Constraints:      33796
1130.57/1138.72	c #Conflicts:    1423000 | #Constraints:      34861
1130.57/1138.72	c #Conflicts:    1424000 | #Constraints:      35919
1130.57/1138.72	c #Conflicts:    1425000 | #Constraints:      36981
1130.57/1138.72	c #Conflicts:    1426000 | #Constraints:      38010
1130.57/1138.72	c #Conflicts:    1427000 | #Constraints:      39052
1130.57/1138.72	c #Conflicts:    1428000 | #Constraints:      40082
1130.57/1138.72	c #Conflicts:    1429000 | #Constraints:      41118
1130.57/1138.72	c #Conflicts:    1430000 | #Constraints:      42139
1130.57/1138.72	c #Conflicts:    1431000 | #Constraints:      43179
1130.57/1138.72	c #Conflicts:    1432000 | #Constraints:      44214
1130.57/1138.72	c #Conflicts:    1433000 | #Constraints:      45232
1130.57/1138.72	c #Conflicts:    1434000 | #Constraints:      46256
1130.57/1138.72	c #Conflicts:    1435000 | #Constraints:      47286
1130.57/1138.72	c #Conflicts:    1436000 | #Constraints:      48325
1130.57/1138.72	c #Conflicts:    1437000 | #Constraints:      49353
1130.57/1138.72	c #Conflicts:    1438000 | #Constraints:      50381
1130.57/1138.72	c #Conflicts:    1439000 | #Constraints:      51408
1130.57/1138.72	c #Conflicts:    1440000 | #Constraints:      52421
1130.57/1138.72	c #Conflicts:    1441000 | #Constraints:      53455
1130.57/1138.72	c #Conflicts:    1442000 | #Constraints:      54480
1130.57/1138.72	c #Conflicts:    1443000 | #Constraints:      55507
1130.57/1138.72	c INPROCESSING
1130.57/1138.72	c GARBAGE COLLECT
1130.57/1138.72	c rational objective 999
1155.19/1163.41	c #Conflicts:    1444000 | #Constraints:      32167
1155.19/1163.41	c #Conflicts:    1445000 | #Constraints:      33167
1155.19/1163.41	c #Conflicts:    1446000 | #Constraints:      34167
1155.19/1163.41	c #Conflicts:    1447000 | #Constraints:      35167
1155.19/1163.41	c #Conflicts:    1448000 | #Constraints:      36167
1155.19/1163.41	c #Conflicts:    1449000 | #Constraints:      37167
1155.19/1163.41	c #Conflicts:    1450000 | #Constraints:      38167
1155.19/1163.41	c #Conflicts:    1451000 | #Constraints:      39167
1155.19/1163.41	c #Conflicts:    1452000 | #Constraints:      40167
1155.19/1163.41	c #Conflicts:    1453000 | #Constraints:      41167
1155.19/1163.41	c #Conflicts:    1454000 | #Constraints:      42167
1155.19/1163.41	c #Conflicts:    1455000 | #Constraints:      43167
1155.19/1163.41	c #Conflicts:    1456000 | #Constraints:      44167
1155.19/1163.41	c #Conflicts:    1457000 | #Constraints:      45167
1155.19/1163.41	c #Conflicts:    1458000 | #Constraints:      46167
1155.19/1163.41	c #Conflicts:    1459000 | #Constraints:      47167
1155.19/1163.41	c #Conflicts:    1460000 | #Constraints:      48167
1155.19/1163.41	c #Conflicts:    1461000 | #Constraints:      49167
1155.19/1163.41	c #Conflicts:    1462000 | #Constraints:      50167
1155.19/1163.41	c #Conflicts:    1463000 | #Constraints:      51167
1155.19/1163.41	c #Conflicts:    1464000 | #Constraints:      52167
1155.19/1163.41	c #Conflicts:    1465000 | #Constraints:      53167
1155.19/1163.41	c #Conflicts:    1466000 | #Constraints:      54167
1155.19/1163.41	c #Conflicts:    1467000 | #Constraints:      55167
1155.19/1163.41	c INPROCESSING
1155.19/1163.41	c GARBAGE COLLECT
1155.19/1163.41	c rational objective 999
1177.79/1186.18	c #Conflicts:    1468000 | #Constraints:      32008
1177.79/1186.18	c #Conflicts:    1469000 | #Constraints:      33008
1177.79/1186.18	c #Conflicts:    1470000 | #Constraints:      34008
1177.79/1186.18	c #Conflicts:    1471000 | #Constraints:      35008
1177.79/1186.18	c #Conflicts:    1472000 | #Constraints:      36008
1177.79/1186.18	c #Conflicts:    1473000 | #Constraints:      37008
1177.79/1186.18	c #Conflicts:    1474000 | #Constraints:      38008
1177.79/1186.18	c #Conflicts:    1475000 | #Constraints:      39008
1177.79/1186.18	c #Conflicts:    1476000 | #Constraints:      40008
1177.79/1186.18	c #Conflicts:    1477000 | #Constraints:      41008
1177.79/1186.18	c #Conflicts:    1478000 | #Constraints:      42008
1177.79/1186.18	c #Conflicts:    1479000 | #Constraints:      43008
1177.79/1186.18	c #Conflicts:    1480000 | #Constraints:      44008
1177.79/1186.18	c #Conflicts:    1481000 | #Constraints:      45008
1177.79/1186.18	c #Conflicts:    1482000 | #Constraints:      46008
1177.79/1186.18	c #Conflicts:    1483000 | #Constraints:      47008
1177.79/1186.18	c #Conflicts:    1484000 | #Constraints:      48008
1177.79/1186.18	c #Conflicts:    1485000 | #Constraints:      49008
1177.79/1186.18	c #Conflicts:    1486000 | #Constraints:      50008
1177.79/1186.18	c #Conflicts:    1487000 | #Constraints:      51008
1177.79/1186.18	c #Conflicts:    1488000 | #Constraints:      52008
1177.79/1186.18	c #Conflicts:    1489000 | #Constraints:      53008
1177.79/1186.18	c #Conflicts:    1490000 | #Constraints:      54008
1177.79/1186.18	c #Conflicts:    1491000 | #Constraints:      55008
1177.79/1186.18	c INPROCESSING
1177.79/1186.18	c GARBAGE COLLECT
1177.79/1186.18	c rational objective 999
1210.03/1218.58	c #Conflicts:    1492000 | #Constraints:      31740
1210.03/1218.58	c #Conflicts:    1493000 | #Constraints:      32740
1210.03/1218.58	c #Conflicts:    1494000 | #Constraints:      33740
1210.03/1218.58	c #Conflicts:    1495000 | #Constraints:      34795
1210.03/1218.58	c #Conflicts:    1496000 | #Constraints:      35856
1210.03/1218.58	c #Conflicts:    1497000 | #Constraints:      36896
1210.03/1218.58	c #Conflicts:    1498000 | #Constraints:      37948
1210.03/1218.58	c #Conflicts:    1499000 | #Constraints:      38986
1210.03/1218.58	c #Conflicts:    1500000 | #Constraints:      40023
1210.03/1218.58	c #Conflicts:    1501000 | #Constraints:      41061
1210.03/1218.58	c #Conflicts:    1502000 | #Constraints:      42107
1210.03/1218.58	c #Conflicts:    1503000 | #Constraints:      43144
1210.03/1218.58	c #Conflicts:    1504000 | #Constraints:      44166
1210.03/1218.58	c #Conflicts:    1505000 | #Constraints:      45205
1210.03/1218.58	c #Conflicts:    1506000 | #Constraints:      46230
1210.03/1218.58	c #Conflicts:    1507000 | #Constraints:      47278
1210.03/1218.58	c #Conflicts:    1508000 | #Constraints:      48334
1210.03/1218.58	c #Conflicts:    1509000 | #Constraints:      49374
1210.03/1218.58	c #Conflicts:    1510000 | #Constraints:      50415
1210.03/1218.58	c #Conflicts:    1511000 | #Constraints:      51446
1210.03/1218.58	c #Conflicts:    1512000 | #Constraints:      52484
1210.03/1218.58	c #Conflicts:    1513000 | #Constraints:      53510
1210.03/1218.58	c #Conflicts:    1514000 | #Constraints:      54536
1210.03/1218.58	c #Conflicts:    1515000 | #Constraints:      55555
1210.03/1218.58	c #Conflicts:    1516000 | #Constraints:      56571
1210.03/1218.58	c INPROCESSING
1210.03/1218.58	c GARBAGE COLLECT
1210.03/1218.58	c rational objective 999
1233.56/1242.16	c #Conflicts:    1517000 | #Constraints:      32612
1233.56/1242.16	c #Conflicts:    1518000 | #Constraints:      33612
1233.56/1242.16	c #Conflicts:    1519000 | #Constraints:      34612
1233.56/1242.16	c #Conflicts:    1520000 | #Constraints:      35612
1233.56/1242.16	c #Conflicts:    1521000 | #Constraints:      36612
1233.56/1242.16	c #Conflicts:    1522000 | #Constraints:      37612
1233.56/1242.16	c #Conflicts:    1523000 | #Constraints:      38612
1233.56/1242.16	c #Conflicts:    1524000 | #Constraints:      39612
1233.56/1242.16	c #Conflicts:    1525000 | #Constraints:      40612
1233.56/1242.16	c #Conflicts:    1526000 | #Constraints:      41612
1233.56/1242.16	c #Conflicts:    1527000 | #Constraints:      42612
1233.56/1242.16	c #Conflicts:    1528000 | #Constraints:      43612
1233.56/1242.16	c #Conflicts:    1529000 | #Constraints:      44612
1233.56/1242.16	c #Conflicts:    1530000 | #Constraints:      45612
1233.56/1242.16	c #Conflicts:    1531000 | #Constraints:      46612
1233.56/1242.16	c #Conflicts:    1532000 | #Constraints:      47612
1233.56/1242.16	c #Conflicts:    1533000 | #Constraints:      48612
1233.56/1242.16	c #Conflicts:    1534000 | #Constraints:      49612
1233.56/1242.16	c #Conflicts:    1535000 | #Constraints:      50612
1233.56/1242.16	c #Conflicts:    1536000 | #Constraints:      51612
1233.56/1242.16	c #Conflicts:    1537000 | #Constraints:      52612
1233.56/1242.16	c #Conflicts:    1538000 | #Constraints:      53612
1233.56/1242.16	c #Conflicts:    1539000 | #Constraints:      54612
1233.56/1242.16	c #Conflicts:    1540000 | #Constraints:      55612
1233.56/1242.16	c #Conflicts:    1541000 | #Constraints:      56612
1233.56/1242.16	c INPROCESSING
1233.56/1242.16	c GARBAGE COLLECT
1233.56/1242.16	c rational objective 999
1256.71/1265.49	c #Conflicts:    1542000 | #Constraints:      32815
1256.71/1265.49	c #Conflicts:    1543000 | #Constraints:      33815
1256.71/1265.49	c #Conflicts:    1544000 | #Constraints:      34815
1256.71/1265.49	c #Conflicts:    1545000 | #Constraints:      35815
1256.71/1265.49	c #Conflicts:    1546000 | #Constraints:      36815
1256.71/1265.49	c #Conflicts:    1547000 | #Constraints:      37815
1256.71/1265.49	c #Conflicts:    1548000 | #Constraints:      38815
1256.71/1265.49	c #Conflicts:    1549000 | #Constraints:      39815
1256.71/1265.49	c #Conflicts:    1550000 | #Constraints:      40815
1256.71/1265.49	c #Conflicts:    1551000 | #Constraints:      41815
1256.71/1265.49	c #Conflicts:    1552000 | #Constraints:      42815
1256.71/1265.49	c #Conflicts:    1553000 | #Constraints:      43815
1256.71/1265.49	c #Conflicts:    1554000 | #Constraints:      44815
1256.71/1265.49	c #Conflicts:    1555000 | #Constraints:      45815
1256.71/1265.49	c #Conflicts:    1556000 | #Constraints:      46815
1256.71/1265.49	c #Conflicts:    1557000 | #Constraints:      47815
1256.71/1265.49	c #Conflicts:    1558000 | #Constraints:      48815
1256.71/1265.49	c #Conflicts:    1559000 | #Constraints:      49815
1256.71/1265.49	c #Conflicts:    1560000 | #Constraints:      50815
1256.71/1265.49	c #Conflicts:    1561000 | #Constraints:      51815
1256.71/1265.49	c #Conflicts:    1562000 | #Constraints:      52815
1256.71/1265.49	c #Conflicts:    1563000 | #Constraints:      53815
1256.71/1265.49	c #Conflicts:    1564000 | #Constraints:      54815
1256.71/1265.49	c #Conflicts:    1565000 | #Constraints:      55815
1256.71/1265.49	c #Conflicts:    1566000 | #Constraints:      56815
1256.71/1265.49	c INPROCESSING
1256.71/1265.49	c GARBAGE COLLECT
1256.71/1265.49	c rational objective 999
1278.74/1287.50	c #Conflicts:    1567000 | #Constraints:      32937
1278.74/1287.50	c #Conflicts:    1568000 | #Constraints:      33961
1278.74/1287.50	c #Conflicts:    1569000 | #Constraints:      34972
1278.74/1287.50	c #Conflicts:    1570000 | #Constraints:      36002
1278.74/1287.50	c #Conflicts:    1571000 | #Constraints:      37053
1278.74/1287.50	c #Conflicts:    1572000 | #Constraints:      38083
1278.74/1287.50	c #Conflicts:    1573000 | #Constraints:      39112
1278.74/1287.50	c #Conflicts:    1574000 | #Constraints:      40143
1278.74/1287.50	c #Conflicts:    1575000 | #Constraints:      41161
1278.74/1287.50	c #Conflicts:    1576000 | #Constraints:      42198
1278.74/1287.50	c #Conflicts:    1577000 | #Constraints:      43217
1278.74/1287.50	c #Conflicts:    1578000 | #Constraints:      44235
1278.74/1287.50	c #Conflicts:    1579000 | #Constraints:      45280
1278.74/1287.50	c #Conflicts:    1580000 | #Constraints:      46305
1278.74/1287.50	c #Conflicts:    1581000 | #Constraints:      47324
1278.74/1287.50	c #Conflicts:    1582000 | #Constraints:      48342
1278.74/1287.50	c #Conflicts:    1583000 | #Constraints:      49369
1278.74/1287.50	c #Conflicts:    1584000 | #Constraints:      50392
1278.74/1287.50	c #Conflicts:    1585000 | #Constraints:      51412
1278.74/1287.50	c #Conflicts:    1586000 | #Constraints:      52426
1278.74/1287.50	c #Conflicts:    1587000 | #Constraints:      53456
1278.74/1287.50	c #Conflicts:    1588000 | #Constraints:      54492
1278.74/1287.50	c #Conflicts:    1589000 | #Constraints:      55515
1278.74/1287.50	c #Conflicts:    1590000 | #Constraints:      56535
1278.74/1287.50	c #Conflicts:    1591000 | #Constraints:      57559
1278.74/1287.50	c INPROCESSING
1278.74/1287.50	c GARBAGE COLLECT
1278.74/1287.50	c rational objective 999
1306.49/1315.49	c #Conflicts:    1592000 | #Constraints:      33093
1306.49/1315.49	c #Conflicts:    1593000 | #Constraints:      34093
1306.49/1315.49	c #Conflicts:    1594000 | #Constraints:      35093
1306.49/1315.49	c #Conflicts:    1595000 | #Constraints:      36093
1306.49/1315.49	c #Conflicts:    1596000 | #Constraints:      37093
1306.49/1315.49	c #Conflicts:    1597000 | #Constraints:      38093
1306.49/1315.49	c #Conflicts:    1598000 | #Constraints:      39093
1306.49/1315.49	c #Conflicts:    1599000 | #Constraints:      40093
1306.49/1315.49	c #Conflicts:    1600000 | #Constraints:      41093
1306.49/1315.49	c #Conflicts:    1601000 | #Constraints:      42093
1306.49/1315.49	c #Conflicts:    1602000 | #Constraints:      43093
1306.49/1315.49	c #Conflicts:    1603000 | #Constraints:      44093
1306.49/1315.49	c #Conflicts:    1604000 | #Constraints:      45093
1306.49/1315.49	c #Conflicts:    1605000 | #Constraints:      46093
1306.49/1315.49	c #Conflicts:    1606000 | #Constraints:      47093
1306.49/1315.49	c #Conflicts:    1607000 | #Constraints:      48093
1306.49/1315.49	c #Conflicts:    1608000 | #Constraints:      49093
1306.49/1315.49	c #Conflicts:    1609000 | #Constraints:      50093
1306.49/1315.49	c #Conflicts:    1610000 | #Constraints:      51093
1306.49/1315.49	c #Conflicts:    1611000 | #Constraints:      52093
1306.49/1315.49	c #Conflicts:    1612000 | #Constraints:      53093
1306.49/1315.49	c #Conflicts:    1613000 | #Constraints:      54093
1306.49/1315.49	c #Conflicts:    1614000 | #Constraints:      55093
1306.49/1315.49	c #Conflicts:    1615000 | #Constraints:      56093
1306.49/1315.49	c #Conflicts:    1616000 | #Constraints:      57093
1306.49/1315.49	c INPROCESSING
1306.49/1315.49	c GARBAGE COLLECT
1306.49/1315.49	c rational objective 999
1338.94/1348.08	c #Conflicts:    1617000 | #Constraints:      32792
1338.94/1348.08	c #Conflicts:    1618000 | #Constraints:      33811
1338.94/1348.08	c #Conflicts:    1619000 | #Constraints:      34835
1338.94/1348.08	c #Conflicts:    1620000 | #Constraints:      35864
1338.94/1348.08	c #Conflicts:    1621000 | #Constraints:      36896
1338.94/1348.08	c #Conflicts:    1622000 | #Constraints:      37919
1338.94/1348.08	c #Conflicts:    1623000 | #Constraints:      38944
1338.94/1348.08	c #Conflicts:    1624000 | #Constraints:      39968
1338.94/1348.08	c #Conflicts:    1625000 | #Constraints:      40997
1338.94/1348.08	c #Conflicts:    1626000 | #Constraints:      42015
1338.94/1348.08	c #Conflicts:    1627000 | #Constraints:      43045
1338.94/1348.08	c #Conflicts:    1628000 | #Constraints:      44071
1338.94/1348.08	c #Conflicts:    1629000 | #Constraints:      45078
1338.94/1348.08	c #Conflicts:    1630000 | #Constraints:      46098
1338.94/1348.08	c #Conflicts:    1631000 | #Constraints:      47123
1338.94/1348.08	c #Conflicts:    1632000 | #Constraints:      48136
1338.94/1348.08	c #Conflicts:    1633000 | #Constraints:      49145
1338.94/1348.08	c #Conflicts:    1634000 | #Constraints:      50166
1338.94/1348.08	c #Conflicts:    1635000 | #Constraints:      51186
1338.94/1348.08	c #Conflicts:    1636000 | #Constraints:      52201
1338.94/1348.08	c #Conflicts:    1637000 | #Constraints:      53218
1338.94/1348.08	c #Conflicts:    1638000 | #Constraints:      54231
1338.94/1348.08	c #Conflicts:    1639000 | #Constraints:      55239
1338.94/1348.08	c #Conflicts:    1640000 | #Constraints:      56253
1338.94/1348.08	c #Conflicts:    1641000 | #Constraints:      57262
1338.94/1348.08	c #Conflicts:    1642000 | #Constraints:      58281
1338.94/1348.08	c INPROCESSING
1338.94/1348.08	c GARBAGE COLLECT
1338.94/1348.08	c rational objective 999
1364.20/1373.40	c #Conflicts:    1643000 | #Constraints:      33466
1364.20/1373.40	c #Conflicts:    1644000 | #Constraints:      34466
1364.20/1373.40	c #Conflicts:    1645000 | #Constraints:      35466
1364.20/1373.40	c #Conflicts:    1646000 | #Constraints:      36466
1364.20/1373.40	c #Conflicts:    1647000 | #Constraints:      37466
1364.20/1373.40	c #Conflicts:    1648000 | #Constraints:      38466
1364.20/1373.40	c #Conflicts:    1649000 | #Constraints:      39466
1364.20/1373.40	c #Conflicts:    1650000 | #Constraints:      40466
1364.20/1373.40	c #Conflicts:    1651000 | #Constraints:      41466
1364.20/1373.40	c #Conflicts:    1652000 | #Constraints:      42466
1364.20/1373.40	c #Conflicts:    1653000 | #Constraints:      43466
1364.20/1373.40	c #Conflicts:    1654000 | #Constraints:      44466
1364.20/1373.40	c #Conflicts:    1655000 | #Constraints:      45466
1364.20/1373.40	c #Conflicts:    1656000 | #Constraints:      46466
1364.20/1373.40	c #Conflicts:    1657000 | #Constraints:      47466
1364.20/1373.40	c #Conflicts:    1658000 | #Constraints:      48466
1364.20/1373.40	c #Conflicts:    1659000 | #Constraints:      49466
1364.20/1373.40	c #Conflicts:    1660000 | #Constraints:      50466
1364.20/1373.40	c #Conflicts:    1661000 | #Constraints:      51466
1364.20/1373.40	c #Conflicts:    1662000 | #Constraints:      52466
1364.20/1373.40	c #Conflicts:    1663000 | #Constraints:      53466
1364.20/1373.40	c #Conflicts:    1664000 | #Constraints:      54466
1364.20/1373.40	c #Conflicts:    1665000 | #Constraints:      55466
1364.20/1373.40	c #Conflicts:    1666000 | #Constraints:      56466
1364.20/1373.40	c #Conflicts:    1667000 | #Constraints:      57466
1364.20/1373.40	c #Conflicts:    1668000 | #Constraints:      58466
1364.20/1373.40	c INPROCESSING
1364.20/1373.40	c GARBAGE COLLECT
1364.20/1373.40	c rational objective 999
1388.99/1398.66	c #Conflicts:    1669000 | #Constraints:      33740
1388.99/1398.66	c #Conflicts:    1670000 | #Constraints:      34740
1388.99/1398.66	c #Conflicts:    1671000 | #Constraints:      35740
1388.99/1398.66	c #Conflicts:    1672000 | #Constraints:      36740
1388.99/1398.66	c #Conflicts:    1673000 | #Constraints:      37740
1388.99/1398.66	c #Conflicts:    1674000 | #Constraints:      38740
1388.99/1398.66	c #Conflicts:    1675000 | #Constraints:      39740
1388.99/1398.66	c #Conflicts:    1676000 | #Constraints:      40740
1388.99/1398.66	c #Conflicts:    1677000 | #Constraints:      41740
1388.99/1398.66	c #Conflicts:    1678000 | #Constraints:      42740
1388.99/1398.66	c #Conflicts:    1679000 | #Constraints:      43740
1388.99/1398.66	c #Conflicts:    1680000 | #Constraints:      44741
1388.99/1398.66	c #Conflicts:    1681000 | #Constraints:      45741
1388.99/1398.66	c #Conflicts:    1682000 | #Constraints:      46741
1388.99/1398.66	c #Conflicts:    1683000 | #Constraints:      47741
1388.99/1398.66	c #Conflicts:    1684000 | #Constraints:      48741
1388.99/1398.66	c #Conflicts:    1685000 | #Constraints:      49741
1388.99/1398.66	c #Conflicts:    1686000 | #Constraints:      50741
1388.99/1398.66	c #Conflicts:    1687000 | #Constraints:      51741
1388.99/1398.66	c #Conflicts:    1688000 | #Constraints:      52741
1388.99/1398.66	c #Conflicts:    1689000 | #Constraints:      53741
1388.99/1398.66	c #Conflicts:    1690000 | #Constraints:      54742
1388.99/1398.66	c #Conflicts:    1691000 | #Constraints:      55742
1388.99/1398.66	c #Conflicts:    1692000 | #Constraints:      56742
1388.99/1398.66	c #Conflicts:    1693000 | #Constraints:      57742
1388.99/1398.66	c #Conflicts:    1694000 | #Constraints:      58742
1388.99/1398.66	c INPROCESSING
1388.99/1398.66	c GARBAGE COLLECT
1388.99/1398.66	c rational objective 999
1416.83/1426.64	c #Conflicts:    1695000 | #Constraints:      33915
1416.83/1426.64	c #Conflicts:    1696000 | #Constraints:      34958
1416.83/1426.64	c #Conflicts:    1697000 | #Constraints:      36001
1416.83/1426.64	c #Conflicts:    1698000 | #Constraints:      37046
1416.83/1426.64	c #Conflicts:    1699000 | #Constraints:      38082
1416.83/1426.64	c #Conflicts:    1700000 | #Constraints:      39115
1416.83/1426.64	c #Conflicts:    1701000 | #Constraints:      40141
1416.83/1426.64	c #Conflicts:    1702000 | #Constraints:      41167
1416.83/1426.64	c #Conflicts:    1703000 | #Constraints:      42205
1416.83/1426.64	c #Conflicts:    1704000 | #Constraints:      43226
1416.83/1426.64	c #Conflicts:    1705000 | #Constraints:      44246
1416.83/1426.64	c #Conflicts:    1706000 | #Constraints:      45281
1416.83/1426.64	c #Conflicts:    1707000 | #Constraints:      46298
1416.83/1426.64	c #Conflicts:    1708000 | #Constraints:      47325
1416.83/1426.64	c #Conflicts:    1709000 | #Constraints:      48353
1416.83/1426.64	c #Conflicts:    1710000 | #Constraints:      49382
1416.83/1426.64	c #Conflicts:    1711000 | #Constraints:      50404
1416.83/1426.64	c #Conflicts:    1712000 | #Constraints:      51418
1416.83/1426.64	c #Conflicts:    1713000 | #Constraints:      52434
1416.83/1426.64	c #Conflicts:    1714000 | #Constraints:      53463
1416.83/1426.64	c #Conflicts:    1715000 | #Constraints:      54486
1416.83/1426.64	c #Conflicts:    1716000 | #Constraints:      55510
1416.83/1426.64	c #Conflicts:    1717000 | #Constraints:      56538
1416.83/1426.64	c #Conflicts:    1718000 | #Constraints:      57557
1416.83/1426.64	c #Conflicts:    1719000 | #Constraints:      58587
1416.83/1426.64	c #Conflicts:    1720000 | #Constraints:      59614
1416.83/1426.64	c INPROCESSING
1416.83/1426.64	c GARBAGE COLLECT
1416.83/1426.64	c rational objective 999
1445.36/1458.75	c #Conflicts:    1721000 | #Constraints:      34114
1445.36/1458.75	c #Conflicts:    1722000 | #Constraints:      35114
1445.36/1458.75	c #Conflicts:    1723000 | #Constraints:      36114
1445.36/1458.75	c #Conflicts:    1724000 | #Constraints:      37114
1445.36/1458.75	c #Conflicts:    1725000 | #Constraints:      38114
1445.36/1458.75	c #Conflicts:    1726000 | #Constraints:      39114
1445.36/1458.75	c #Conflicts:    1727000 | #Constraints:      40114
1445.36/1458.75	c #Conflicts:    1728000 | #Constraints:      41114
1445.36/1458.75	c #Conflicts:    1729000 | #Constraints:      42114
1445.36/1458.75	c #Conflicts:    1730000 | #Constraints:      43114
1445.36/1458.75	c #Conflicts:    1731000 | #Constraints:      44114
1445.36/1458.75	c #Conflicts:    1732000 | #Constraints:      45114
1445.36/1458.75	c #Conflicts:    1733000 | #Constraints:      46114
1445.36/1458.75	c #Conflicts:    1734000 | #Constraints:      47114
1445.36/1458.75	c #Conflicts:    1735000 | #Constraints:      48114
1445.36/1458.75	c #Conflicts:    1736000 | #Constraints:      49114
1445.36/1458.75	c #Conflicts:    1737000 | #Constraints:      50114
1445.36/1458.75	c #Conflicts:    1738000 | #Constraints:      51114
1445.36/1458.75	c #Conflicts:    1739000 | #Constraints:      52114
1445.36/1458.75	c #Conflicts:    1740000 | #Constraints:      53114
1445.36/1458.75	c #Conflicts:    1741000 | #Constraints:      54114
1445.36/1458.75	c #Conflicts:    1742000 | #Constraints:      55114
1445.36/1458.75	c #Conflicts:    1743000 | #Constraints:      56114
1445.36/1458.75	c #Conflicts:    1744000 | #Constraints:      57114
1445.36/1458.75	c #Conflicts:    1745000 | #Constraints:      58114
1445.36/1458.75	c #Conflicts:    1746000 | #Constraints:      59114
1445.36/1458.75	c INPROCESSING
1445.36/1458.75	c GARBAGE COLLECT
1445.36/1458.75	c rational objective 999
1472.21/1485.77	c #Conflicts:    1747000 | #Constraints:      33795
1472.21/1485.77	c #Conflicts:    1748000 | #Constraints:      34795
1472.21/1485.77	c #Conflicts:    1749000 | #Constraints:      35795
1472.21/1485.77	c #Conflicts:    1750000 | #Constraints:      36795
1472.21/1485.77	c #Conflicts:    1751000 | #Constraints:      37795
1472.21/1485.77	c #Conflicts:    1752000 | #Constraints:      38795
1472.21/1485.77	c #Conflicts:    1753000 | #Constraints:      39795
1472.21/1485.77	c #Conflicts:    1754000 | #Constraints:      40795
1472.21/1485.77	c #Conflicts:    1755000 | #Constraints:      41795
1472.21/1485.77	c #Conflicts:    1756000 | #Constraints:      42795
1472.21/1485.77	c #Conflicts:    1757000 | #Constraints:      43795
1472.21/1485.77	c #Conflicts:    1758000 | #Constraints:      44795
1472.21/1485.77	c #Conflicts:    1759000 | #Constraints:      45795
1472.21/1485.77	c #Conflicts:    1760000 | #Constraints:      46795
1472.21/1485.77	c #Conflicts:    1761000 | #Constraints:      47795
1472.21/1485.77	c #Conflicts:    1762000 | #Constraints:      48795
1472.21/1485.77	c #Conflicts:    1763000 | #Constraints:      49795
1472.21/1485.77	c #Conflicts:    1764000 | #Constraints:      50795
1472.21/1485.77	c #Conflicts:    1765000 | #Constraints:      51795
1472.21/1485.77	c #Conflicts:    1766000 | #Constraints:      52795
1472.21/1485.77	c #Conflicts:    1767000 | #Constraints:      53795
1472.21/1485.77	c #Conflicts:    1768000 | #Constraints:      54795
1472.21/1485.77	c #Conflicts:    1769000 | #Constraints:      55795
1472.21/1485.77	c #Conflicts:    1770000 | #Constraints:      56795
1472.21/1485.77	c #Conflicts:    1771000 | #Constraints:      57795
1472.21/1485.77	c #Conflicts:    1772000 | #Constraints:      58795
1472.21/1485.77	c #Conflicts:    1773000 | #Constraints:      59795
1472.21/1485.77	c INPROCESSING
1472.21/1485.77	c GARBAGE COLLECT
1472.21/1485.77	c rational objective 999
1502.64/1516.34	c #Conflicts:    1774000 | #Constraints:      34322
1502.64/1516.34	c #Conflicts:    1775000 | #Constraints:      35383
1502.64/1516.34	c #Conflicts:    1776000 | #Constraints:      36442
1502.64/1516.34	c #Conflicts:    1777000 | #Constraints:      37490
1502.64/1516.34	c #Conflicts:    1778000 | #Constraints:      38526
1502.64/1516.34	c #Conflicts:    1779000 | #Constraints:      39565
1502.64/1516.34	c #Conflicts:    1780000 | #Constraints:      40605
1502.64/1516.34	c #Conflicts:    1781000 | #Constraints:      41629
1502.64/1516.34	c #Conflicts:    1782000 | #Constraints:      42652
1502.64/1516.34	c #Conflicts:    1783000 | #Constraints:      43695
1502.64/1516.34	c #Conflicts:    1784000 | #Constraints:      44720
1502.64/1516.34	c #Conflicts:    1785000 | #Constraints:      45753
1502.64/1516.34	c #Conflicts:    1786000 | #Constraints:      46774
1502.64/1516.34	c #Conflicts:    1787000 | #Constraints:      47806
1502.64/1516.34	c #Conflicts:    1788000 | #Constraints:      48838
1502.64/1516.34	c #Conflicts:    1789000 | #Constraints:      49861
1502.64/1516.34	c #Conflicts:    1790000 | #Constraints:      50888
1502.64/1516.34	c #Conflicts:    1791000 | #Constraints:      51911
1502.64/1516.34	c #Conflicts:    1792000 | #Constraints:      52927
1502.64/1516.34	c #Conflicts:    1793000 | #Constraints:      53945
1502.64/1516.34	c #Conflicts:    1794000 | #Constraints:      54974
1502.64/1516.34	c #Conflicts:    1795000 | #Constraints:      55989
1502.64/1516.34	c #Conflicts:    1796000 | #Constraints:      57012
1502.64/1516.34	c #Conflicts:    1797000 | #Constraints:      58030
1502.64/1516.34	c #Conflicts:    1798000 | #Constraints:      59050
1502.64/1516.34	c #Conflicts:    1799000 | #Constraints:      60066
1502.64/1516.34	c #Conflicts:    1800000 | #Constraints:      61084
1502.64/1516.34	c INPROCESSING
1502.64/1516.34	c GARBAGE COLLECT
1502.64/1516.34	c rational objective 999
1530.61/1544.41	c #Conflicts:    1801000 | #Constraints:      34945
1530.61/1544.41	c #Conflicts:    1802000 | #Constraints:      35945
1530.61/1544.41	c #Conflicts:    1803000 | #Constraints:      36945
1530.61/1544.41	c #Conflicts:    1804000 | #Constraints:      37945
1530.61/1544.41	c #Conflicts:    1805000 | #Constraints:      38945
1530.61/1544.41	c #Conflicts:    1806000 | #Constraints:      39945
1530.61/1544.41	c #Conflicts:    1807000 | #Constraints:      40945
1530.61/1544.41	c #Conflicts:    1808000 | #Constraints:      41945
1530.61/1544.41	c #Conflicts:    1809000 | #Constraints:      42945
1530.61/1544.41	c #Conflicts:    1810000 | #Constraints:      43945
1530.61/1544.41	c #Conflicts:    1811000 | #Constraints:      44945
1530.61/1544.41	c #Conflicts:    1812000 | #Constraints:      45945
1530.61/1544.41	c #Conflicts:    1813000 | #Constraints:      46945
1530.61/1544.41	c #Conflicts:    1814000 | #Constraints:      47945
1530.61/1544.41	c #Conflicts:    1815000 | #Constraints:      48945
1530.61/1544.41	c #Conflicts:    1816000 | #Constraints:      49945
1530.61/1544.41	c #Conflicts:    1817000 | #Constraints:      50945
1530.61/1544.41	c #Conflicts:    1818000 | #Constraints:      51945
1530.61/1544.41	c #Conflicts:    1819000 | #Constraints:      52945
1530.61/1544.41	c #Conflicts:    1820000 | #Constraints:      53945
1530.61/1544.41	c #Conflicts:    1821000 | #Constraints:      54945
1530.61/1544.41	c #Conflicts:    1822000 | #Constraints:      55945
1530.61/1544.41	c #Conflicts:    1823000 | #Constraints:      56945
1530.61/1544.41	c #Conflicts:    1824000 | #Constraints:      57945
1530.61/1544.41	c #Conflicts:    1825000 | #Constraints:      58945
1530.61/1544.41	c #Conflicts:    1826000 | #Constraints:      59945
1530.61/1544.41	c #Conflicts:    1827000 | #Constraints:      60945
1530.61/1544.41	c INPROCESSING
1530.61/1544.41	c GARBAGE COLLECT
1530.61/1544.41	c rational objective 999
1558.35/1572.31	c #Conflicts:    1828000 | #Constraints:      35003
1558.35/1572.31	c #Conflicts:    1829000 | #Constraints:      36003
1558.35/1572.31	c #Conflicts:    1830000 | #Constraints:      37003
1558.35/1572.31	c #Conflicts:    1831000 | #Constraints:      38003
1558.35/1572.31	c #Conflicts:    1832000 | #Constraints:      39003
1558.35/1572.31	c #Conflicts:    1833000 | #Constraints:      40003
1558.35/1572.31	c #Conflicts:    1834000 | #Constraints:      41003
1558.35/1572.31	c #Conflicts:    1835000 | #Constraints:      42003
1558.35/1572.31	c #Conflicts:    1836000 | #Constraints:      43003
1558.35/1572.31	c #Conflicts:    1837000 | #Constraints:      44003
1558.35/1572.31	c #Conflicts:    1838000 | #Constraints:      45003
1558.35/1572.31	c #Conflicts:    1839000 | #Constraints:      46003
1558.35/1572.31	c #Conflicts:    1840000 | #Constraints:      47003
1558.35/1572.31	c #Conflicts:    1841000 | #Constraints:      48003
1558.35/1572.31	c #Conflicts:    1842000 | #Constraints:      49003
1558.35/1572.31	c #Conflicts:    1843000 | #Constraints:      50003
1558.35/1572.31	c #Conflicts:    1844000 | #Constraints:      51003
1558.35/1572.31	c #Conflicts:    1845000 | #Constraints:      52003
1558.35/1572.31	c #Conflicts:    1846000 | #Constraints:      53003
1558.35/1572.31	c #Conflicts:    1847000 | #Constraints:      54003
1558.35/1572.31	c #Conflicts:    1848000 | #Constraints:      55003
1558.35/1572.31	c #Conflicts:    1849000 | #Constraints:      56003
1558.35/1572.31	c #Conflicts:    1850000 | #Constraints:      57003
1558.35/1572.31	c #Conflicts:    1851000 | #Constraints:      58003
1558.35/1572.31	c #Conflicts:    1852000 | #Constraints:      59003
1558.35/1572.31	c #Conflicts:    1853000 | #Constraints:      60003
1558.35/1572.31	c #Conflicts:    1854000 | #Constraints:      61003
1558.35/1572.31	c INPROCESSING
1558.35/1572.31	c GARBAGE COLLECT
1558.35/1572.31	c rational objective 999
1593.00/1607.11	c #Conflicts:    1855000 | #Constraints:      34954
1593.00/1607.11	c #Conflicts:    1856000 | #Constraints:      35964
1593.00/1607.11	c #Conflicts:    1857000 | #Constraints:      37012
1593.00/1607.11	c #Conflicts:    1858000 | #Constraints:      38051
1593.00/1607.11	c #Conflicts:    1859000 | #Constraints:      39083
1593.00/1607.11	c #Conflicts:    1860000 | #Constraints:      40106
1593.00/1607.11	c #Conflicts:    1861000 | #Constraints:      41145
1593.00/1607.11	c #Conflicts:    1862000 | #Constraints:      42174
1593.00/1607.11	c #Conflicts:    1863000 | #Constraints:      43202
1593.00/1607.11	c #Conflicts:    1864000 | #Constraints:      44235
1593.00/1607.11	c #Conflicts:    1865000 | #Constraints:      45257
1593.00/1607.11	c #Conflicts:    1866000 | #Constraints:      46285
1593.00/1607.11	c #Conflicts:    1867000 | #Constraints:      47312
1593.00/1607.11	c #Conflicts:    1868000 | #Constraints:      48357
1593.00/1607.11	c #Conflicts:    1869000 | #Constraints:      49402
1593.00/1607.11	c #Conflicts:    1870000 | #Constraints:      50430
1593.00/1607.11	c #Conflicts:    1871000 | #Constraints:      51460
1593.00/1607.11	c #Conflicts:    1872000 | #Constraints:      52485
1593.00/1607.11	c #Conflicts:    1873000 | #Constraints:      53514
1593.00/1607.11	c #Conflicts:    1874000 | #Constraints:      54545
1593.00/1607.11	c #Conflicts:    1875000 | #Constraints:      55571
1593.00/1607.11	c #Conflicts:    1876000 | #Constraints:      56592
1593.00/1607.11	c #Conflicts:    1877000 | #Constraints:      57618
1593.00/1607.11	c #Conflicts:    1878000 | #Constraints:      58644
1593.00/1607.11	c #Conflicts:    1879000 | #Constraints:      59674
1593.00/1607.11	c #Conflicts:    1880000 | #Constraints:      60704
1593.00/1607.11	c #Conflicts:    1881000 | #Constraints:      61744
1593.00/1607.11	c INPROCESSING
1593.00/1607.11	c GARBAGE COLLECT
1593.00/1607.11	c rational objective 999
1622.53/1641.69	c #Conflicts:    1882000 | #Constraints:      34986
1622.53/1641.69	c #Conflicts:    1883000 | #Constraints:      35986
1622.53/1641.69	c #Conflicts:    1884000 | #Constraints:      36986
1622.53/1641.69	c #Conflicts:    1885000 | #Constraints:      37986
1622.53/1641.69	c #Conflicts:    1886000 | #Constraints:      38986
1622.53/1641.69	c #Conflicts:    1887000 | #Constraints:      39986
1622.53/1641.69	c #Conflicts:    1888000 | #Constraints:      40986
1622.53/1641.69	c #Conflicts:    1889000 | #Constraints:      41986
1622.53/1641.69	c #Conflicts:    1890000 | #Constraints:      42986
1622.53/1641.69	c #Conflicts:    1891000 | #Constraints:      43986
1622.53/1641.69	c #Conflicts:    1892000 | #Constraints:      44986
1622.53/1641.69	c #Conflicts:    1893000 | #Constraints:      45986
1622.53/1641.69	c #Conflicts:    1894000 | #Constraints:      46986
1622.53/1641.69	c #Conflicts:    1895000 | #Constraints:      47986
1622.53/1641.69	c #Conflicts:    1896000 | #Constraints:      48986
1622.53/1641.69	c #Conflicts:    1897000 | #Constraints:      49986
1622.53/1641.69	c #Conflicts:    1898000 | #Constraints:      50986
1622.53/1641.69	c #Conflicts:    1899000 | #Constraints:      51986
1622.53/1641.69	c #Conflicts:    1900000 | #Constraints:      52986
1622.53/1641.69	c #Conflicts:    1901000 | #Constraints:      53986
1622.53/1641.69	c #Conflicts:    1902000 | #Constraints:      54986
1622.53/1641.69	c #Conflicts:    1903000 | #Constraints:      55986
1622.53/1641.69	c #Conflicts:    1904000 | #Constraints:      56986
1622.53/1641.69	c #Conflicts:    1905000 | #Constraints:      57986
1622.53/1641.69	c #Conflicts:    1906000 | #Constraints:      58986
1622.53/1641.69	c #Conflicts:    1907000 | #Constraints:      59986
1622.53/1641.69	c #Conflicts:    1908000 | #Constraints:      60986
1622.53/1641.69	c #Conflicts:    1909000 | #Constraints:      61986
1622.53/1641.69	c INPROCESSING
1622.53/1641.69	c GARBAGE COLLECT
1622.53/1641.69	c rational objective 999
1651.16/1670.42	c #Conflicts:    1910000 | #Constraints:      35408
1651.16/1670.42	c #Conflicts:    1911000 | #Constraints:      36408
1651.16/1670.42	c #Conflicts:    1912000 | #Constraints:      37408
1651.16/1670.42	c #Conflicts:    1913000 | #Constraints:      38408
1651.16/1670.42	c #Conflicts:    1914000 | #Constraints:      39408
1651.16/1670.42	c #Conflicts:    1915000 | #Constraints:      40408
1651.16/1670.42	c #Conflicts:    1916000 | #Constraints:      41408
1651.16/1670.42	c #Conflicts:    1917000 | #Constraints:      42408
1651.16/1670.42	c #Conflicts:    1918000 | #Constraints:      43408
1651.16/1670.42	c #Conflicts:    1919000 | #Constraints:      44408
1651.16/1670.42	c #Conflicts:    1920000 | #Constraints:      45408
1651.16/1670.42	c #Conflicts:    1921000 | #Constraints:      46408
1651.16/1670.42	c #Conflicts:    1922000 | #Constraints:      47408
1651.16/1670.42	c #Conflicts:    1923000 | #Constraints:      48408
1651.16/1670.42	c #Conflicts:    1924000 | #Constraints:      49408
1651.16/1670.42	c #Conflicts:    1925000 | #Constraints:      50408
1651.16/1670.42	c #Conflicts:    1926000 | #Constraints:      51408
1651.16/1670.42	c #Conflicts:    1927000 | #Constraints:      52408
1651.16/1670.42	c #Conflicts:    1928000 | #Constraints:      53408
1651.16/1670.42	c #Conflicts:    1929000 | #Constraints:      54408
1651.16/1670.42	c #Conflicts:    1930000 | #Constraints:      55408
1651.16/1670.42	c #Conflicts:    1931000 | #Constraints:      56408
1651.16/1670.42	c #Conflicts:    1932000 | #Constraints:      57408
1651.16/1670.42	c #Conflicts:    1933000 | #Constraints:      58408
1651.16/1670.42	c #Conflicts:    1934000 | #Constraints:      59408
1651.16/1670.42	c #Conflicts:    1935000 | #Constraints:      60408
1651.16/1670.42	c #Conflicts:    1936000 | #Constraints:      61408
1651.16/1670.42	c #Conflicts:    1937000 | #Constraints:      62408
1651.16/1670.42	c INPROCESSING
1651.16/1670.42	c GARBAGE COLLECT
1651.16/1670.42	c rational objective 999
1687.79/1707.37	c #Conflicts:    1938000 | #Constraints:      35716
1687.79/1707.37	c #Conflicts:    1939000 | #Constraints:      36737
1687.79/1707.37	c #Conflicts:    1940000 | #Constraints:      37799
1687.79/1707.37	c #Conflicts:    1941000 | #Constraints:      38857
1687.79/1707.37	c #Conflicts:    1942000 | #Constraints:      39907
1687.79/1707.37	c #Conflicts:    1943000 | #Constraints:      40959
1687.79/1707.37	c #Conflicts:    1944000 | #Constraints:      42008
1687.79/1707.37	c #Conflicts:    1945000 | #Constraints:      43061
1687.79/1707.37	c #Conflicts:    1946000 | #Constraints:      44097
1687.79/1707.37	c #Conflicts:    1947000 | #Constraints:      45142
1687.79/1707.37	c #Conflicts:    1948000 | #Constraints:      46181
1687.79/1707.37	c #Conflicts:    1949000 | #Constraints:      47209
1687.79/1707.37	c #Conflicts:    1950000 | #Constraints:      48231
1687.79/1707.37	c #Conflicts:    1951000 | #Constraints:      49265
1687.79/1707.37	c #Conflicts:    1952000 | #Constraints:      50287
1687.79/1707.37	c #Conflicts:    1953000 | #Constraints:      51310
1687.79/1707.37	c #Conflicts:    1954000 | #Constraints:      52333
1687.79/1707.37	c #Conflicts:    1955000 | #Constraints:      53349
1687.79/1707.37	c #Conflicts:    1956000 | #Constraints:      54383
1687.79/1707.37	c #Conflicts:    1957000 | #Constraints:      55407
1687.79/1707.37	c #Conflicts:    1958000 | #Constraints:      56427
1687.79/1707.37	c #Conflicts:    1959000 | #Constraints:      57447
1687.79/1707.37	c #Conflicts:    1960000 | #Constraints:      58474
1687.79/1707.37	c #Conflicts:    1961000 | #Constraints:      59492
1687.79/1707.37	c #Conflicts:    1962000 | #Constraints:      60515
1687.79/1707.37	c #Conflicts:    1963000 | #Constraints:      61530
1687.79/1707.37	c #Conflicts:    1964000 | #Constraints:      62549
1687.79/1707.37	c #Conflicts:    1965000 | #Constraints:      63567
1687.79/1707.37	c INPROCESSING
1687.79/1707.37	c GARBAGE COLLECT
1687.79/1707.37	c rational objective 999
1719.76/1739.68	c #Conflicts:    1966000 | #Constraints:      36212
1719.76/1739.68	c #Conflicts:    1967000 | #Constraints:      37212
1719.76/1739.68	c #Conflicts:    1968000 | #Constraints:      38212
1719.76/1739.68	c #Conflicts:    1969000 | #Constraints:      39212
1719.76/1739.68	c #Conflicts:    1970000 | #Constraints:      40212
1719.76/1739.68	c #Conflicts:    1971000 | #Constraints:      41212
1719.76/1739.68	c #Conflicts:    1972000 | #Constraints:      42212
1719.76/1739.68	c #Conflicts:    1973000 | #Constraints:      43212
1719.76/1739.68	c #Conflicts:    1974000 | #Constraints:      44212
1719.76/1739.68	c #Conflicts:    1975000 | #Constraints:      45212
1719.76/1739.68	c #Conflicts:    1976000 | #Constraints:      46212
1719.76/1739.68	c #Conflicts:    1977000 | #Constraints:      47212
1719.76/1739.68	c #Conflicts:    1978000 | #Constraints:      48212
1719.76/1739.68	c #Conflicts:    1979000 | #Constraints:      49212
1719.76/1739.68	c #Conflicts:    1980000 | #Constraints:      50212
1719.76/1739.68	c #Conflicts:    1981000 | #Constraints:      51212
1719.76/1739.68	c #Conflicts:    1982000 | #Constraints:      52212
1719.76/1739.68	c #Conflicts:    1983000 | #Constraints:      53212
1719.76/1739.68	c #Conflicts:    1984000 | #Constraints:      54212
1719.76/1739.68	c #Conflicts:    1985000 | #Constraints:      55212
1719.76/1739.68	c #Conflicts:    1986000 | #Constraints:      56212
1719.76/1739.68	c #Conflicts:    1987000 | #Constraints:      57212
1719.76/1739.68	c #Conflicts:    1988000 | #Constraints:      58212
1719.76/1739.68	c #Conflicts:    1989000 | #Constraints:      59213
1719.76/1739.68	c #Conflicts:    1990000 | #Constraints:      60213
1719.76/1739.68	c #Conflicts:    1991000 | #Constraints:      61214
1719.76/1739.68	c #Conflicts:    1992000 | #Constraints:      62214
1719.76/1739.68	c #Conflicts:    1993000 | #Constraints:      63214
1719.76/1739.68	c INPROCESSING
1719.76/1739.68	c GARBAGE COLLECT
1719.76/1739.68	c rational objective 999
1748.47/1768.57	c #Conflicts:    1994000 | #Constraints:      36054
1748.47/1768.57	c #Conflicts:    1995000 | #Constraints:      37054
1748.47/1768.57	c #Conflicts:    1996000 | #Constraints:      38054
1748.47/1768.57	c #Conflicts:    1997000 | #Constraints:      39054
1748.47/1768.57	c #Conflicts:    1998000 | #Constraints:      40054
1748.47/1768.57	c #Conflicts:    1999000 | #Constraints:      41054
1748.47/1768.57	c #Conflicts:    2000000 | #Constraints:      42054
1748.47/1768.57	c #Conflicts:    2001000 | #Constraints:      43054
1748.47/1768.57	c #Conflicts:    2002000 | #Constraints:      44054
1748.47/1768.57	c #Conflicts:    2003000 | #Constraints:      45054
1748.47/1768.57	c #Conflicts:    2004000 | #Constraints:      46054
1748.47/1768.57	c #Conflicts:    2005000 | #Constraints:      47054
1748.47/1768.57	c #Conflicts:    2006000 | #Constraints:      48054
1748.47/1768.57	c #Conflicts:    2007000 | #Constraints:      49054
1748.47/1768.57	c #Conflicts:    2008000 | #Constraints:      50054
1748.47/1768.57	c #Conflicts:    2009000 | #Constraints:      51054
1748.47/1768.57	c #Conflicts:    2010000 | #Constraints:      52054
1748.47/1768.57	c #Conflicts:    2011000 | #Constraints:      53054
1748.47/1768.57	c #Conflicts:    2012000 | #Constraints:      54054
1748.47/1768.57	c #Conflicts:    2013000 | #Constraints:      55054
1748.47/1768.57	c #Conflicts:    2014000 | #Constraints:      56054
1748.47/1768.57	c #Conflicts:    2015000 | #Constraints:      57054
1748.47/1768.57	c #Conflicts:    2016000 | #Constraints:      58054
1748.47/1768.57	c #Conflicts:    2017000 | #Constraints:      59054
1748.47/1768.57	c #Conflicts:    2018000 | #Constraints:      60054
1748.47/1768.57	c #Conflicts:    2019000 | #Constraints:      61054
1748.47/1768.57	c #Conflicts:    2020000 | #Constraints:      62054
1748.47/1768.57	c #Conflicts:    2021000 | #Constraints:      63054
1748.47/1768.57	c INPROCESSING
1748.47/1768.57	c GARBAGE COLLECT
1748.47/1768.57	c rational objective 999
1781.93/1802.15	c #Conflicts:    2022000 | #Constraints:      35745
1781.93/1802.15	c #Conflicts:    2023000 | #Constraints:      36760
1781.93/1802.15	c #Conflicts:    2024000 | #Constraints:      37779
1781.93/1802.15	c #Conflicts:    2025000 | #Constraints:      38813
1781.93/1802.15	c #Conflicts:    2026000 | #Constraints:      39864
1781.93/1802.15	c #Conflicts:    2027000 | #Constraints:      40911
1781.93/1802.15	c #Conflicts:    2028000 | #Constraints:      41946
1781.93/1802.15	c #Conflicts:    2029000 | #Constraints:      42978
1781.93/1802.15	c #Conflicts:    2030000 | #Constraints:      44008
1781.93/1802.15	c #Conflicts:    2031000 | #Constraints:      45038
1781.93/1802.15	c #Conflicts:    2032000 | #Constraints:      46061
1781.93/1802.15	c #Conflicts:    2033000 | #Constraints:      47093
1781.93/1802.15	c #Conflicts:    2034000 | #Constraints:      48127
1781.93/1802.15	c #Conflicts:    2035000 | #Constraints:      49165
1781.93/1802.15	c #Conflicts:    2036000 | #Constraints:      50199
1781.93/1802.15	c #Conflicts:    2037000 | #Constraints:      51223
1781.93/1802.15	c #Conflicts:    2038000 | #Constraints:      52246
1781.93/1802.15	c #Conflicts:    2039000 | #Constraints:      53268
1781.93/1802.15	c #Conflicts:    2040000 | #Constraints:      54303
1781.93/1802.15	c #Conflicts:    2041000 | #Constraints:      55336
1781.93/1802.15	c #Conflicts:    2042000 | #Constraints:      56361
1781.93/1802.15	c #Conflicts:    2043000 | #Constraints:      57402
1781.93/1802.15	c #Conflicts:    2044000 | #Constraints:      58436
1781.93/1802.15	c #Conflicts:    2045000 | #Constraints:      59468
1781.93/1802.15	c #Conflicts:    2046000 | #Constraints:      60491
1781.93/1802.15	c #Conflicts:    2047000 | #Constraints:      61516
1781.93/1802.15	c #Conflicts:    2048000 | #Constraints:      62544
1781.93/1802.15	c #Conflicts:    2049000 | #Constraints:      63570
1781.93/1802.15	c #Conflicts:    2050000 | #Constraints:      64592
1781.93/1802.15	c INPROCESSING
1781.93/1802.15	c GARBAGE COLLECT
1781.93/1802.15	c rational objective 999
1813.07/1833.46	c #Conflicts:    2051000 | #Constraints:      36605
1813.07/1833.46	c #Conflicts:    2052000 | #Constraints:      37605
1813.07/1833.46	c #Conflicts:    2053000 | #Constraints:      38605
1813.07/1833.46	c #Conflicts:    2054000 | #Constraints:      39605
1813.07/1833.46	c #Conflicts:    2055000 | #Constraints:      40605
1813.07/1833.46	c #Conflicts:    2056000 | #Constraints:      41605
1813.07/1833.46	c #Conflicts:    2057000 | #Constraints:      42605
1813.07/1833.46	c #Conflicts:    2058000 | #Constraints:      43605
1813.07/1833.46	c #Conflicts:    2059000 | #Constraints:      44605
1813.07/1833.46	c #Conflicts:    2060000 | #Constraints:      45605
1813.07/1833.46	c #Conflicts:    2061000 | #Constraints:      46605
1813.07/1833.46	c #Conflicts:    2062000 | #Constraints:      47605
1813.07/1833.46	c #Conflicts:    2063000 | #Constraints:      48605
1813.07/1833.46	c #Conflicts:    2064000 | #Constraints:      49605
1813.07/1833.46	c #Conflicts:    2065000 | #Constraints:      50605
1813.07/1833.46	c #Conflicts:    2066000 | #Constraints:      51605
1813.07/1833.46	c #Conflicts:    2067000 | #Constraints:      52605
1813.07/1833.46	c #Conflicts:    2068000 | #Constraints:      53605
1813.07/1833.46	c #Conflicts:    2069000 | #Constraints:      54605
1813.07/1833.46	c #Conflicts:    2070000 | #Constraints:      55605
1813.07/1833.46	c #Conflicts:    2071000 | #Constraints:      56605
1813.07/1833.46	c #Conflicts:    2072000 | #Constraints:      57605
1813.07/1833.46	c #Conflicts:    2073000 | #Constraints:      58605
1813.07/1833.46	c #Conflicts:    2074000 | #Constraints:      59605
1813.07/1833.46	c #Conflicts:    2075000 | #Constraints:      60605
1813.07/1833.46	c #Conflicts:    2076000 | #Constraints:      61605
1813.07/1833.46	c #Conflicts:    2077000 | #Constraints:      62605
1813.07/1833.46	c #Conflicts:    2078000 | #Constraints:      63605
1813.07/1833.46	c #Conflicts:    2079000 | #Constraints:      64605
1813.07/1833.46	c INPROCESSING
1813.07/1833.46	c GARBAGE COLLECT
1813.07/1833.46	c rational objective 999
1843.54/1864.29	c #Conflicts:    2080000 | #Constraints:      36883
1843.54/1864.29	c #Conflicts:    2081000 | #Constraints:      37886
1843.54/1864.29	c #Conflicts:    2082000 | #Constraints:      38886
1843.54/1864.29	c #Conflicts:    2083000 | #Constraints:      39922
1843.54/1864.29	c #Conflicts:    2084000 | #Constraints:      40982
1843.54/1864.29	c #Conflicts:    2085000 | #Constraints:      42027
1843.54/1864.29	c #Conflicts:    2086000 | #Constraints:      43067
1843.54/1864.29	c #Conflicts:    2087000 | #Constraints:      44092
1843.54/1864.29	c #Conflicts:    2088000 | #Constraints:      45119
1843.54/1864.29	c #Conflicts:    2089000 | #Constraints:      46144
1843.54/1864.29	c #Conflicts:    2090000 | #Constraints:      47175
1843.54/1864.29	c #Conflicts:    2091000 | #Constraints:      48197
1843.54/1864.29	c #Conflicts:    2092000 | #Constraints:      49225
1843.54/1864.29	c #Conflicts:    2093000 | #Constraints:      50252
1843.54/1864.29	c #Conflicts:    2094000 | #Constraints:      51268
1843.54/1864.29	c #Conflicts:    2095000 | #Constraints:      52304
1843.54/1864.29	c #Conflicts:    2096000 | #Constraints:      53327
1843.54/1864.29	c #Conflicts:    2097000 | #Constraints:      54351
1843.54/1864.29	c #Conflicts:    2098000 | #Constraints:      55373
1843.54/1864.29	c #Conflicts:    2099000 | #Constraints:      56398
1843.54/1864.29	c #Conflicts:    2100000 | #Constraints:      57419
1843.54/1864.29	c #Conflicts:    2101000 | #Constraints:      58444
1843.54/1864.29	c #Conflicts:    2102000 | #Constraints:      59478
1843.54/1864.29	c #Conflicts:    2103000 | #Constraints:      60499
1843.54/1864.29	c #Conflicts:    2104000 | #Constraints:      61520
1843.54/1864.29	c #Conflicts:    2105000 | #Constraints:      62534
1843.54/1864.29	c #Conflicts:    2106000 | #Constraints:      63554
1843.54/1864.29	c #Conflicts:    2107000 | #Constraints:      64577
1843.54/1864.29	c #Conflicts:    2108000 | #Constraints:      65599
1843.54/1864.29	c INPROCESSING
1843.54/1864.29	c GARBAGE COLLECT
1843.54/1864.29	c rational objective 999
1877.11/1898.09	c #Conflicts:    2109000 | #Constraints:      37245
1877.11/1898.09	c #Conflicts:    2110000 | #Constraints:      38245
1877.11/1898.09	c #Conflicts:    2111000 | #Constraints:      39245
1877.11/1898.09	c #Conflicts:    2112000 | #Constraints:      40245
1877.11/1898.09	c #Conflicts:    2113000 | #Constraints:      41245
1877.11/1898.09	c #Conflicts:    2114000 | #Constraints:      42245
1877.11/1898.09	c #Conflicts:    2115000 | #Constraints:      43245
1877.11/1898.09	c #Conflicts:    2116000 | #Constraints:      44245
1877.11/1898.09	c #Conflicts:    2117000 | #Constraints:      45245
1877.11/1898.09	c #Conflicts:    2118000 | #Constraints:      46245
1877.11/1898.09	c #Conflicts:    2119000 | #Constraints:      47245
1877.11/1898.09	c #Conflicts:    2120000 | #Constraints:      48245
1877.11/1898.09	c #Conflicts:    2121000 | #Constraints:      49245
1877.11/1898.09	c #Conflicts:    2122000 | #Constraints:      50245
1877.11/1898.09	c #Conflicts:    2123000 | #Constraints:      51245
1877.11/1898.09	c #Conflicts:    2124000 | #Constraints:      52245
1877.11/1898.09	c #Conflicts:    2125000 | #Constraints:      53245
1877.11/1898.09	c #Conflicts:    2126000 | #Constraints:      54245
1877.11/1898.09	c #Conflicts:    2127000 | #Constraints:      55245
1877.11/1898.09	c #Conflicts:    2128000 | #Constraints:      56245
1877.11/1898.09	c #Conflicts:    2129000 | #Constraints:      57245
1877.11/1898.09	c #Conflicts:    2130000 | #Constraints:      58245
1877.11/1898.09	c #Conflicts:    2131000 | #Constraints:      59245
1877.11/1898.09	c #Conflicts:    2132000 | #Constraints:      60245
1877.11/1898.09	c #Conflicts:    2133000 | #Constraints:      61245
1877.11/1898.09	c #Conflicts:    2134000 | #Constraints:      62245
1877.11/1898.09	c #Conflicts:    2135000 | #Constraints:      63245
1877.11/1898.09	c #Conflicts:    2136000 | #Constraints:      64245
1877.11/1898.09	c #Conflicts:    2137000 | #Constraints:      65245
1877.11/1898.09	c INPROCESSING
1877.11/1898.09	c GARBAGE COLLECT
1877.11/1898.09	c rational objective 999
1909.74/1930.80	c #Conflicts:    2138000 | #Constraints:      37055
1909.74/1930.80	c #Conflicts:    2139000 | #Constraints:      38055
1909.74/1930.80	c #Conflicts:    2140000 | #Constraints:      39055
1909.74/1930.80	c #Conflicts:    2141000 | #Constraints:      40055
1909.74/1930.80	c #Conflicts:    2142000 | #Constraints:      41055
1909.74/1930.80	c #Conflicts:    2143000 | #Constraints:      42055
1909.74/1930.80	c #Conflicts:    2144000 | #Constraints:      43055
1909.74/1930.80	c #Conflicts:    2145000 | #Constraints:      44055
1909.74/1930.80	c #Conflicts:    2146000 | #Constraints:      45055
1909.74/1930.80	c #Conflicts:    2147000 | #Constraints:      46055
1909.74/1930.80	c #Conflicts:    2148000 | #Constraints:      47055
1909.74/1930.80	c #Conflicts:    2149000 | #Constraints:      48055
1909.74/1930.80	c #Conflicts:    2150000 | #Constraints:      49055
1909.74/1930.80	c #Conflicts:    2151000 | #Constraints:      50055
1909.74/1930.80	c #Conflicts:    2152000 | #Constraints:      51055
1909.74/1930.80	c #Conflicts:    2153000 | #Constraints:      52056
1909.74/1930.80	c #Conflicts:    2154000 | #Constraints:      53056
1909.74/1930.80	c #Conflicts:    2155000 | #Constraints:      54058
1909.74/1930.80	c #Conflicts:    2156000 | #Constraints:      55058
1909.74/1930.80	c #Conflicts:    2157000 | #Constraints:      56058
1909.74/1930.81	c #Conflicts:    2158000 | #Constraints:      57060
1909.74/1930.81	c #Conflicts:    2159000 | #Constraints:      58060
1909.74/1930.81	c #Conflicts:    2160000 | #Constraints:      59060
1909.74/1930.81	c #Conflicts:    2161000 | #Constraints:      60061
1909.74/1930.81	c #Conflicts:    2162000 | #Constraints:      61063
1909.74/1930.81	c #Conflicts:    2163000 | #Constraints:      62064
1909.74/1930.81	c #Conflicts:    2164000 | #Constraints:      63065
1909.74/1930.81	c #Conflicts:    2165000 | #Constraints:      64066
1909.74/1930.81	c #Conflicts:    2166000 | #Constraints:      65067
1909.74/1930.81	c INPROCESSING
1909.74/1930.81	c GARBAGE COLLECT
1909.74/1930.81	c rational objective 999
1958.24/1979.93	c #Conflicts:    2167000 | #Constraints:      36784
1958.24/1979.93	c #Conflicts:    2168000 | #Constraints:      37785
1958.24/1979.93	c #Conflicts:    2169000 | #Constraints:      38815
1958.24/1979.93	c #Conflicts:    2170000 | #Constraints:      39850
1958.24/1979.93	c #Conflicts:    2171000 | #Constraints:      40882
1958.24/1979.93	c #Conflicts:    2172000 | #Constraints:      41908
1958.24/1979.93	c #Conflicts:    2173000 | #Constraints:      42933
1958.24/1979.93	c #Conflicts:    2174000 | #Constraints:      43945
1958.24/1979.93	c #Conflicts:    2175000 | #Constraints:      44956
1958.24/1979.93	c #Conflicts:    2176000 | #Constraints:      45975
1958.24/1979.93	c #Conflicts:    2177000 | #Constraints:      46999
1958.24/1979.93	c #Conflicts:    2178000 | #Constraints:      48019
1958.24/1979.93	c #Conflicts:    2179000 | #Constraints:      49035
1958.24/1979.93	c #Conflicts:    2180000 | #Constraints:      50060
1958.24/1979.93	c #Conflicts:    2181000 | #Constraints:      51073
1958.24/1979.93	c #Conflicts:    2182000 | #Constraints:      52089
1958.24/1979.93	c #Conflicts:    2183000 | #Constraints:      53099
1958.24/1979.93	c #Conflicts:    2184000 | #Constraints:      54118
1958.24/1979.93	c #Conflicts:    2185000 | #Constraints:      55138
1958.24/1979.93	c #Conflicts:    2186000 | #Constraints:      56155
1958.24/1979.93	c #Conflicts:    2187000 | #Constraints:      57173
1958.24/1979.93	c #Conflicts:    2188000 | #Constraints:      58197
1958.24/1979.93	c #Conflicts:    2189000 | #Constraints:      59213
1958.24/1979.93	c #Conflicts:    2190000 | #Constraints:      60229
1958.24/1979.93	c #Conflicts:    2191000 | #Constraints:      61242
1958.24/1979.93	c #Conflicts:    2192000 | #Constraints:      62254
1958.24/1979.93	c #Conflicts:    2193000 | #Constraints:      63258
1958.24/1979.93	c #Conflicts:    2194000 | #Constraints:      64272
1958.24/1979.93	c #Conflicts:    2195000 | #Constraints:      65290
1958.24/1979.93	c #Conflicts:    2196000 | #Constraints:      66305
1958.24/1979.93	c INPROCESSING
1958.24/1979.93	c GARBAGE COLLECT
1958.24/1979.93	c rational objective 999
1989.34/2011.22	c #Conflicts:    2197000 | #Constraints:      37507
1989.34/2011.22	c #Conflicts:    2198000 | #Constraints:      38507
1989.34/2011.22	c #Conflicts:    2199000 | #Constraints:      39507
1989.34/2011.22	c #Conflicts:    2200000 | #Constraints:      40507
1989.34/2011.22	c #Conflicts:    2201000 | #Constraints:      41507
1989.34/2011.22	c #Conflicts:    2202000 | #Constraints:      42507
1989.34/2011.22	c #Conflicts:    2203000 | #Constraints:      43507
1989.34/2011.22	c #Conflicts:    2204000 | #Constraints:      44507
1989.34/2011.22	c #Conflicts:    2205000 | #Constraints:      45507
1989.34/2011.22	c #Conflicts:    2206000 | #Constraints:      46507
1989.34/2011.22	c #Conflicts:    2207000 | #Constraints:      47507
1989.34/2011.22	c #Conflicts:    2208000 | #Constraints:      48507
1989.34/2011.22	c #Conflicts:    2209000 | #Constraints:      49507
1989.34/2011.22	c #Conflicts:    2210000 | #Constraints:      50507
1989.34/2011.22	c #Conflicts:    2211000 | #Constraints:      51507
1989.34/2011.22	c #Conflicts:    2212000 | #Constraints:      52507
1989.34/2011.22	c #Conflicts:    2213000 | #Constraints:      53507
1989.34/2011.22	c #Conflicts:    2214000 | #Constraints:      54507
1989.34/2011.22	c #Conflicts:    2215000 | #Constraints:      55507
1989.34/2011.22	c #Conflicts:    2216000 | #Constraints:      56507
1989.34/2011.22	c #Conflicts:    2217000 | #Constraints:      57507
1989.34/2011.22	c #Conflicts:    2218000 | #Constraints:      58507
1989.34/2011.22	c #Conflicts:    2219000 | #Constraints:      59507
1989.34/2011.22	c #Conflicts:    2220000 | #Constraints:      60508
1989.34/2011.22	c #Conflicts:    2221000 | #Constraints:      61508
1989.34/2011.22	c #Conflicts:    2222000 | #Constraints:      62508
1989.34/2011.22	c #Conflicts:    2223000 | #Constraints:      63508
1989.34/2011.22	c #Conflicts:    2224000 | #Constraints:      64508
1989.34/2011.22	c #Conflicts:    2225000 | #Constraints:      65508
1989.34/2011.22	c #Conflicts:    2226000 | #Constraints:      66508
1989.34/2011.22	c INPROCESSING
1989.34/2011.22	c GARBAGE COLLECT
1989.34/2011.22	c rational objective 999
2022.16/2044.35	c #Conflicts:    2227000 | #Constraints:      37825
2022.16/2044.35	c #Conflicts:    2228000 | #Constraints:      38825
2022.16/2044.35	c #Conflicts:    2229000 | #Constraints:      39825
2022.16/2044.35	c #Conflicts:    2230000 | #Constraints:      40825
2022.16/2044.35	c #Conflicts:    2231000 | #Constraints:      41825
2022.16/2044.35	c #Conflicts:    2232000 | #Constraints:      42825
2022.16/2044.35	c #Conflicts:    2233000 | #Constraints:      43825
2022.16/2044.35	c #Conflicts:    2234000 | #Constraints:      44825
2022.16/2044.35	c #Conflicts:    2235000 | #Constraints:      45825
2022.16/2044.35	c #Conflicts:    2236000 | #Constraints:      46825
2022.16/2044.35	c #Conflicts:    2237000 | #Constraints:      47825
2022.16/2044.35	c #Conflicts:    2238000 | #Constraints:      48825
2022.16/2044.35	c #Conflicts:    2239000 | #Constraints:      49825
2022.16/2044.35	c #Conflicts:    2240000 | #Constraints:      50825
2022.16/2044.35	c #Conflicts:    2241000 | #Constraints:      51825
2022.16/2044.35	c #Conflicts:    2242000 | #Constraints:      52825
2022.16/2044.35	c #Conflicts:    2243000 | #Constraints:      53825
2022.16/2044.35	c #Conflicts:    2244000 | #Constraints:      54825
2022.16/2044.35	c #Conflicts:    2245000 | #Constraints:      55825
2022.16/2044.35	c #Conflicts:    2246000 | #Constraints:      56825
2022.16/2044.35	c #Conflicts:    2247000 | #Constraints:      57825
2022.16/2044.35	c #Conflicts:    2248000 | #Constraints:      58825
2022.16/2044.35	c #Conflicts:    2249000 | #Constraints:      59825
2022.16/2044.35	c #Conflicts:    2250000 | #Constraints:      60825
2022.16/2044.35	c #Conflicts:    2251000 | #Constraints:      61825
2022.16/2044.35	c #Conflicts:    2252000 | #Constraints:      62825
2022.16/2044.35	c #Conflicts:    2253000 | #Constraints:      63825
2022.16/2044.35	c #Conflicts:    2254000 | #Constraints:      64825
2022.16/2044.35	c #Conflicts:    2255000 | #Constraints:      65825
2022.16/2044.35	c #Conflicts:    2256000 | #Constraints:      66825
2022.16/2044.35	c INPROCESSING
2022.16/2044.35	c GARBAGE COLLECT
2022.16/2044.35	c rational objective 999
2057.68/2080.13	c #Conflicts:    2257000 | #Constraints:      37968
2057.68/2080.13	c #Conflicts:    2258000 | #Constraints:      38968
2057.68/2080.13	c #Conflicts:    2259000 | #Constraints:      39968
2057.68/2080.13	c #Conflicts:    2260000 | #Constraints:      40968
2057.68/2080.13	c #Conflicts:    2261000 | #Constraints:      41968
2057.68/2080.13	c #Conflicts:    2262000 | #Constraints:      42968
2057.68/2080.13	c #Conflicts:    2263000 | #Constraints:      43968
2057.68/2080.13	c #Conflicts:    2264000 | #Constraints:      44968
2057.68/2080.13	c #Conflicts:    2265000 | #Constraints:      45968
2057.68/2080.13	c #Conflicts:    2266000 | #Constraints:      46968
2057.68/2080.13	c #Conflicts:    2267000 | #Constraints:      47968
2057.68/2080.13	c #Conflicts:    2268000 | #Constraints:      48968
2057.68/2080.13	c #Conflicts:    2269000 | #Constraints:      49968
2057.68/2080.13	c #Conflicts:    2270000 | #Constraints:      50968
2057.68/2080.13	c #Conflicts:    2271000 | #Constraints:      51968
2057.68/2080.13	c #Conflicts:    2272000 | #Constraints:      52968
2057.68/2080.13	c #Conflicts:    2273000 | #Constraints:      53968
2057.68/2080.13	c #Conflicts:    2274000 | #Constraints:      54968
2057.68/2080.13	c #Conflicts:    2275000 | #Constraints:      55968
2057.68/2080.13	c #Conflicts:    2276000 | #Constraints:      56968
2057.68/2080.13	c #Conflicts:    2277000 | #Constraints:      57968
2057.68/2080.13	c #Conflicts:    2278000 | #Constraints:      58968
2057.68/2080.13	c #Conflicts:    2279000 | #Constraints:      59968
2057.68/2080.13	c #Conflicts:    2280000 | #Constraints:      60968
2057.68/2080.13	c #Conflicts:    2281000 | #Constraints:      61968
2057.68/2080.13	c #Conflicts:    2282000 | #Constraints:      62968
2057.68/2080.13	c #Conflicts:    2283000 | #Constraints:      63969
2057.68/2080.13	c #Conflicts:    2284000 | #Constraints:      64969
2057.68/2080.13	c #Conflicts:    2285000 | #Constraints:      65969
2057.68/2080.13	c #Conflicts:    2286000 | #Constraints:      66969
2057.68/2080.13	c INPROCESSING
2057.68/2080.13	c GARBAGE COLLECT
2057.68/2080.13	c rational objective 999
2121.90/2144.80	c #Conflicts:    2287000 | #Constraints:      37947
2121.90/2144.80	c #Conflicts:    2288000 | #Constraints:      38947
2121.90/2144.80	c #Conflicts:    2289000 | #Constraints:      39955
2121.90/2144.80	c #Conflicts:    2290000 | #Constraints:      40963
2121.90/2144.80	c #Conflicts:    2291000 | #Constraints:      41966
2121.90/2144.80	c #Conflicts:    2292000 | #Constraints:      42967
2121.90/2144.80	c #Conflicts:    2293000 | #Constraints:      43969
2121.90/2144.80	c #Conflicts:    2294000 | #Constraints:      44969
2121.90/2144.80	c #Conflicts:    2295000 | #Constraints:      45984
2121.90/2144.80	c #Conflicts:    2296000 | #Constraints:      47016
2121.90/2144.80	c #Conflicts:    2297000 | #Constraints:      48039
2121.90/2144.80	c #Conflicts:    2298000 | #Constraints:      49051
2121.90/2144.80	c #Conflicts:    2299000 | #Constraints:      50088
2121.90/2144.80	c #Conflicts:    2300000 | #Constraints:      51105
2121.90/2144.80	c #Conflicts:    2301000 | #Constraints:      52117
2121.90/2144.80	c #Conflicts:    2302000 | #Constraints:      53125
2121.90/2144.80	c #Conflicts:    2303000 | #Constraints:      54136
2121.90/2144.80	c #Conflicts:    2304000 | #Constraints:      55138
2121.90/2144.80	c #Conflicts:    2305000 | #Constraints:      56160
2121.90/2144.80	c #Conflicts:    2306000 | #Constraints:      57199
2121.90/2144.80	c #Conflicts:    2307000 | #Constraints:      58238
2121.90/2144.80	c #Conflicts:    2308000 | #Constraints:      59255
2121.90/2144.80	c #Conflicts:    2309000 | #Constraints:      60285
2121.90/2144.80	c #Conflicts:    2310000 | #Constraints:      61322
2121.90/2144.80	c #Conflicts:    2311000 | #Constraints:      62353
2121.90/2144.80	c #Conflicts:    2312000 | #Constraints:      63373
2121.90/2144.80	c #Conflicts:    2313000 | #Constraints:      64400
2121.90/2144.80	c #Conflicts:    2314000 | #Constraints:      65433
2121.90/2144.80	c #Conflicts:    2315000 | #Constraints:      66446
2121.90/2144.80	c #Conflicts:    2316000 | #Constraints:      67452
2121.90/2144.80	c INPROCESSING
2121.90/2144.80	c GARBAGE COLLECT
2121.90/2144.80	c rational objective 999
2156.74/2179.84	c #Conflicts:    2317000 | #Constraints:      37893
2156.74/2179.84	c #Conflicts:    2318000 | #Constraints:      38893
2156.74/2179.84	c #Conflicts:    2319000 | #Constraints:      39893
2156.74/2179.84	c #Conflicts:    2320000 | #Constraints:      40893
2156.74/2179.84	c #Conflicts:    2321000 | #Constraints:      41893
2156.74/2179.84	c #Conflicts:    2322000 | #Constraints:      42893
2156.74/2179.84	c #Conflicts:    2323000 | #Constraints:      43893
2156.74/2179.84	c #Conflicts:    2324000 | #Constraints:      44893
2156.74/2179.84	c #Conflicts:    2325000 | #Constraints:      45893
2156.74/2179.84	c #Conflicts:    2326000 | #Constraints:      46893
2156.74/2179.84	c #Conflicts:    2327000 | #Constraints:      47893
2156.74/2179.84	c #Conflicts:    2328000 | #Constraints:      48893
2156.74/2179.84	c #Conflicts:    2329000 | #Constraints:      49893
2156.74/2179.84	c #Conflicts:    2330000 | #Constraints:      50893
2156.74/2179.84	c #Conflicts:    2331000 | #Constraints:      51893
2156.74/2179.84	c #Conflicts:    2332000 | #Constraints:      52893
2156.74/2179.84	c #Conflicts:    2333000 | #Constraints:      53893
2156.74/2179.84	c #Conflicts:    2334000 | #Constraints:      54893
2156.74/2179.84	c #Conflicts:    2335000 | #Constraints:      55893
2156.74/2179.84	c #Conflicts:    2336000 | #Constraints:      56893
2156.74/2179.84	c #Conflicts:    2337000 | #Constraints:      57893
2156.74/2179.84	c #Conflicts:    2338000 | #Constraints:      58893
2156.74/2179.84	c #Conflicts:    2339000 | #Constraints:      59893
2156.74/2179.84	c #Conflicts:    2340000 | #Constraints:      60893
2156.74/2179.84	c #Conflicts:    2341000 | #Constraints:      61893
2156.74/2179.84	c #Conflicts:    2342000 | #Constraints:      62893
2156.74/2179.84	c #Conflicts:    2343000 | #Constraints:      63893
2156.74/2179.84	c #Conflicts:    2344000 | #Constraints:      64893
2156.74/2179.84	c #Conflicts:    2345000 | #Constraints:      65893
2156.74/2179.84	c #Conflicts:    2346000 | #Constraints:      66893
2156.74/2179.84	c #Conflicts:    2347000 | #Constraints:      67893
2156.74/2179.84	c INPROCESSING
2156.74/2179.84	c GARBAGE COLLECT
2156.74/2179.84	c rational objective 999
2191.56/2214.84	c #Conflicts:    2348000 | #Constraints:      38379
2191.56/2214.84	c #Conflicts:    2349000 | #Constraints:      39379
2191.56/2214.84	c #Conflicts:    2350000 | #Constraints:      40379
2191.56/2214.84	c #Conflicts:    2351000 | #Constraints:      41379
2191.56/2214.84	c #Conflicts:    2352000 | #Constraints:      42379
2191.56/2214.84	c #Conflicts:    2353000 | #Constraints:      43379
2191.56/2214.84	c #Conflicts:    2354000 | #Constraints:      44379
2191.56/2214.84	c #Conflicts:    2355000 | #Constraints:      45379
2191.56/2214.84	c #Conflicts:    2356000 | #Constraints:      46379
2191.56/2214.84	c #Conflicts:    2357000 | #Constraints:      47379
2191.56/2214.84	c #Conflicts:    2358000 | #Constraints:      48379
2191.56/2214.84	c #Conflicts:    2359000 | #Constraints:      49379
2191.56/2214.84	c #Conflicts:    2360000 | #Constraints:      50379
2191.56/2214.84	c #Conflicts:    2361000 | #Constraints:      51379
2191.56/2214.84	c #Conflicts:    2362000 | #Constraints:      52379
2191.56/2214.84	c #Conflicts:    2363000 | #Constraints:      53379
2191.56/2214.84	c #Conflicts:    2364000 | #Constraints:      54379
2191.56/2214.84	c #Conflicts:    2365000 | #Constraints:      55379
2191.56/2214.84	c #Conflicts:    2366000 | #Constraints:      56379
2191.56/2214.84	c #Conflicts:    2367000 | #Constraints:      57379
2191.56/2214.84	c #Conflicts:    2368000 | #Constraints:      58379
2191.56/2214.84	c #Conflicts:    2369000 | #Constraints:      59379
2191.56/2214.84	c #Conflicts:    2370000 | #Constraints:      60379
2191.56/2214.84	c #Conflicts:    2371000 | #Constraints:      61379
2191.56/2214.84	c #Conflicts:    2372000 | #Constraints:      62379
2191.56/2214.84	c #Conflicts:    2373000 | #Constraints:      63379
2191.56/2214.84	c #Conflicts:    2374000 | #Constraints:      64379
2191.56/2214.84	c #Conflicts:    2375000 | #Constraints:      65379
2191.56/2214.84	c #Conflicts:    2376000 | #Constraints:      66379
2191.56/2214.84	c #Conflicts:    2377000 | #Constraints:      67379
2191.56/2214.84	c #Conflicts:    2378000 | #Constraints:      68379
2191.56/2214.84	c INPROCESSING
2191.56/2214.84	c GARBAGE COLLECT
2191.56/2214.84	c rational objective 999
2225.29/2248.77	c #Conflicts:    2379000 | #Constraints:      38743
2225.29/2248.77	c #Conflicts:    2380000 | #Constraints:      39743
2225.29/2248.77	c #Conflicts:    2381000 | #Constraints:      40743
2225.29/2248.77	c #Conflicts:    2382000 | #Constraints:      41743
2225.29/2248.77	c #Conflicts:    2383000 | #Constraints:      42743
2225.29/2248.77	c #Conflicts:    2384000 | #Constraints:      43743
2225.29/2248.77	c #Conflicts:    2385000 | #Constraints:      44743
2225.29/2248.77	c #Conflicts:    2386000 | #Constraints:      45743
2225.29/2248.77	c #Conflicts:    2387000 | #Constraints:      46743
2225.29/2248.77	c #Conflicts:    2388000 | #Constraints:      47743
2225.29/2248.77	c #Conflicts:    2389000 | #Constraints:      48743
2225.29/2248.77	c #Conflicts:    2390000 | #Constraints:      49743
2225.29/2248.77	c #Conflicts:    2391000 | #Constraints:      50743
2225.29/2248.77	c #Conflicts:    2392000 | #Constraints:      51743
2225.29/2248.77	c #Conflicts:    2393000 | #Constraints:      52743
2225.29/2248.77	c #Conflicts:    2394000 | #Constraints:      53743
2225.29/2248.77	c #Conflicts:    2395000 | #Constraints:      54743
2225.29/2248.77	c #Conflicts:    2396000 | #Constraints:      55743
2225.29/2248.77	c #Conflicts:    2397000 | #Constraints:      56743
2225.29/2248.77	c #Conflicts:    2398000 | #Constraints:      57743
2225.29/2248.77	c #Conflicts:    2399000 | #Constraints:      58743
2225.29/2248.77	c #Conflicts:    2400000 | #Constraints:      59743
2225.29/2248.77	c #Conflicts:    2401000 | #Constraints:      60743
2225.29/2248.77	c #Conflicts:    2402000 | #Constraints:      61743
2225.29/2248.77	c #Conflicts:    2403000 | #Constraints:      62743
2225.29/2248.77	c #Conflicts:    2404000 | #Constraints:      63743
2225.29/2248.77	c #Conflicts:    2405000 | #Constraints:      64743
2225.29/2248.77	c #Conflicts:    2406000 | #Constraints:      65743
2225.29/2248.77	c #Conflicts:    2407000 | #Constraints:      66743
2225.29/2248.77	c #Conflicts:    2408000 | #Constraints:      67743
2225.29/2248.77	c #Conflicts:    2409000 | #Constraints:      68743
2225.29/2248.77	c INPROCESSING
2225.29/2248.77	c GARBAGE COLLECT
2225.29/2248.77	c rational objective 999
2284.77/2308.52	c #Conflicts:    2410000 | #Constraints:      38937
2284.77/2308.52	c #Conflicts:    2411000 | #Constraints:      39950
2284.77/2308.52	c #Conflicts:    2412000 | #Constraints:      40960
2284.77/2308.52	c #Conflicts:    2413000 | #Constraints:      41980
2284.77/2308.52	c #Conflicts:    2414000 | #Constraints:      43021
2284.77/2308.52	c #Conflicts:    2415000 | #Constraints:      44049
2284.77/2308.52	c #Conflicts:    2416000 | #Constraints:      45060
2284.77/2308.52	c #Conflicts:    2417000 | #Constraints:      46091
2284.77/2308.52	c #Conflicts:    2418000 | #Constraints:      47123
2284.77/2308.52	c #Conflicts:    2419000 | #Constraints:      48140
2284.77/2308.52	c #Conflicts:    2420000 | #Constraints:      49168
2284.77/2308.52	c #Conflicts:    2421000 | #Constraints:      50189
2284.77/2308.52	c #Conflicts:    2422000 | #Constraints:      51215
2284.77/2308.52	c #Conflicts:    2423000 | #Constraints:      52240
2284.77/2308.52	c #Conflicts:    2424000 | #Constraints:      53257
2284.77/2308.52	c #Conflicts:    2425000 | #Constraints:      54278
2284.77/2308.52	c #Conflicts:    2426000 | #Constraints:      55308
2284.77/2308.52	c #Conflicts:    2427000 | #Constraints:      56339
2284.77/2308.52	c #Conflicts:    2428000 | #Constraints:      57373
2284.77/2308.52	c #Conflicts:    2429000 | #Constraints:      58389
2284.77/2308.52	c #Conflicts:    2430000 | #Constraints:      59426
2284.77/2308.52	c #Conflicts:    2431000 | #Constraints:      60449
2284.77/2308.52	c #Conflicts:    2432000 | #Constraints:      61471
2284.77/2308.52	c #Conflicts:    2433000 | #Constraints:      62493
2284.77/2308.52	c #Conflicts:    2434000 | #Constraints:      63513
2284.77/2308.52	c #Conflicts:    2435000 | #Constraints:      64523
2284.77/2308.52	c #Conflicts:    2436000 | #Constraints:      65539
2284.77/2308.52	c #Conflicts:    2437000 | #Constraints:      66562
2284.77/2308.52	c #Conflicts:    2438000 | #Constraints:      67570
2284.77/2308.52	c #Conflicts:    2439000 | #Constraints:      68587
2284.77/2308.52	c #Conflicts:    2440000 | #Constraints:      69604
2284.77/2308.52	c INPROCESSING
2284.77/2308.52	c GARBAGE COLLECT
2284.77/2308.52	c rational objective 999
2317.52/2341.47	c #Conflicts:    2441000 | #Constraints:      39134
2317.52/2341.47	c #Conflicts:    2442000 | #Constraints:      40134
2317.52/2341.47	c #Conflicts:    2443000 | #Constraints:      41134
2317.52/2341.47	c #Conflicts:    2444000 | #Constraints:      42134
2317.52/2341.47	c #Conflicts:    2445000 | #Constraints:      43134
2317.52/2341.47	c #Conflicts:    2446000 | #Constraints:      44134
2317.52/2341.47	c #Conflicts:    2447000 | #Constraints:      45134
2317.52/2341.47	c #Conflicts:    2448000 | #Constraints:      46134
2317.52/2341.47	c #Conflicts:    2449000 | #Constraints:      47134
2317.52/2341.47	c #Conflicts:    2450000 | #Constraints:      48134
2317.52/2341.47	c #Conflicts:    2451000 | #Constraints:      49134
2317.52/2341.47	c #Conflicts:    2452000 | #Constraints:      50134
2317.52/2341.47	c #Conflicts:    2453000 | #Constraints:      51134
2317.52/2341.47	c #Conflicts:    2454000 | #Constraints:      52134
2317.52/2341.47	c #Conflicts:    2455000 | #Constraints:      53134
2317.52/2341.47	c #Conflicts:    2456000 | #Constraints:      54134
2317.52/2341.47	c #Conflicts:    2457000 | #Constraints:      55134
2317.52/2341.47	c #Conflicts:    2458000 | #Constraints:      56134
2317.52/2341.47	c #Conflicts:    2459000 | #Constraints:      57134
2317.52/2341.47	c #Conflicts:    2460000 | #Constraints:      58134
2317.52/2341.47	c #Conflicts:    2461000 | #Constraints:      59134
2317.52/2341.47	c #Conflicts:    2462000 | #Constraints:      60134
2317.52/2341.47	c #Conflicts:    2463000 | #Constraints:      61134
2317.52/2341.47	c #Conflicts:    2464000 | #Constraints:      62134
2317.52/2341.47	c #Conflicts:    2465000 | #Constraints:      63134
2317.52/2341.47	c #Conflicts:    2466000 | #Constraints:      64134
2317.52/2341.47	c #Conflicts:    2467000 | #Constraints:      65134
2317.52/2341.47	c #Conflicts:    2468000 | #Constraints:      66134
2317.52/2341.47	c #Conflicts:    2469000 | #Constraints:      67134
2317.52/2341.47	c #Conflicts:    2470000 | #Constraints:      68134
2317.52/2341.47	c #Conflicts:    2471000 | #Constraints:      69134
2317.52/2341.47	c INPROCESSING
2317.52/2341.47	c GARBAGE COLLECT
2317.52/2341.47	c rational objective 999
2352.85/2378.21	c #Conflicts:    2472000 | #Constraints:      38824
2352.85/2378.21	c #Conflicts:    2473000 | #Constraints:      39824
2352.85/2378.21	c #Conflicts:    2474000 | #Constraints:      40824
2352.85/2378.21	c #Conflicts:    2475000 | #Constraints:      41824
2352.85/2378.21	c #Conflicts:    2476000 | #Constraints:      42824
2352.85/2378.21	c #Conflicts:    2477000 | #Constraints:      43824
2352.85/2378.21	c #Conflicts:    2478000 | #Constraints:      44824
2352.85/2378.21	c #Conflicts:    2479000 | #Constraints:      45824
2352.85/2378.21	c #Conflicts:    2480000 | #Constraints:      46824
2352.85/2378.21	c #Conflicts:    2481000 | #Constraints:      47824
2352.85/2378.21	c #Conflicts:    2482000 | #Constraints:      48824
2352.85/2378.21	c #Conflicts:    2483000 | #Constraints:      49824
2352.85/2378.21	c #Conflicts:    2484000 | #Constraints:      50824
2352.85/2378.21	c #Conflicts:    2485000 | #Constraints:      51824
2352.85/2378.21	c #Conflicts:    2486000 | #Constraints:      52824
2352.85/2378.21	c #Conflicts:    2487000 | #Constraints:      53824
2352.85/2378.21	c #Conflicts:    2488000 | #Constraints:      54824
2352.85/2378.21	c #Conflicts:    2489000 | #Constraints:      55824
2352.85/2378.21	c #Conflicts:    2490000 | #Constraints:      56824
2352.85/2378.21	c #Conflicts:    2491000 | #Constraints:      57824
2352.85/2378.21	c #Conflicts:    2492000 | #Constraints:      58824
2352.85/2378.21	c #Conflicts:    2493000 | #Constraints:      59824
2352.85/2378.21	c #Conflicts:    2494000 | #Constraints:      60824
2352.85/2378.21	c #Conflicts:    2495000 | #Constraints:      61824
2352.85/2378.21	c #Conflicts:    2496000 | #Constraints:      62824
2352.85/2378.21	c #Conflicts:    2497000 | #Constraints:      63824
2352.85/2378.21	c #Conflicts:    2498000 | #Constraints:      64824
2352.85/2378.21	c #Conflicts:    2499000 | #Constraints:      65824
2352.85/2378.21	c #Conflicts:    2500000 | #Constraints:      66824
2352.85/2378.21	c #Conflicts:    2501000 | #Constraints:      67824
2352.85/2378.21	c #Conflicts:    2502000 | #Constraints:      68824
2352.85/2378.21	c #Conflicts:    2503000 | #Constraints:      69824
2352.85/2378.21	c INPROCESSING
2352.85/2378.21	c GARBAGE COLLECT
2352.85/2378.21	c rational objective 999
2387.31/2412.90	c #Conflicts:    2504000 | #Constraints:      39339
2387.31/2412.90	c #Conflicts:    2505000 | #Constraints:      40339
2387.31/2412.90	c #Conflicts:    2506000 | #Constraints:      41339
2387.31/2412.90	c #Conflicts:    2507000 | #Constraints:      42339
2387.31/2412.90	c #Conflicts:    2508000 | #Constraints:      43339
2387.31/2412.90	c #Conflicts:    2509000 | #Constraints:      44339
2387.31/2412.90	c #Conflicts:    2510000 | #Constraints:      45339
2387.31/2412.90	c #Conflicts:    2511000 | #Constraints:      46339
2387.31/2412.90	c #Conflicts:    2512000 | #Constraints:      47339
2387.31/2412.90	c #Conflicts:    2513000 | #Constraints:      48339
2387.31/2412.90	c #Conflicts:    2514000 | #Constraints:      49339
2387.31/2412.90	c #Conflicts:    2515000 | #Constraints:      50339
2387.31/2412.90	c #Conflicts:    2516000 | #Constraints:      51339
2387.31/2412.90	c #Conflicts:    2517000 | #Constraints:      52339
2387.31/2412.90	c #Conflicts:    2518000 | #Constraints:      53339
2387.31/2412.90	c #Conflicts:    2519000 | #Constraints:      54339
2387.31/2412.90	c #Conflicts:    2520000 | #Constraints:      55339
2387.31/2412.90	c #Conflicts:    2521000 | #Constraints:      56339
2387.31/2412.90	c #Conflicts:    2522000 | #Constraints:      57339
2387.31/2412.90	c #Conflicts:    2523000 | #Constraints:      58339
2387.31/2412.90	c #Conflicts:    2524000 | #Constraints:      59339
2387.31/2412.90	c #Conflicts:    2525000 | #Constraints:      60339
2387.31/2412.90	c #Conflicts:    2526000 | #Constraints:      61339
2387.31/2412.90	c #Conflicts:    2527000 | #Constraints:      62339
2387.31/2412.90	c #Conflicts:    2528000 | #Constraints:      63339
2387.31/2412.90	c #Conflicts:    2529000 | #Constraints:      64339
2387.31/2412.90	c #Conflicts:    2530000 | #Constraints:      65339
2387.31/2412.90	c #Conflicts:    2531000 | #Constraints:      66339
2387.31/2412.90	c #Conflicts:    2532000 | #Constraints:      67339
2387.31/2412.90	c #Conflicts:    2533000 | #Constraints:      68339
2387.31/2412.90	c #Conflicts:    2534000 | #Constraints:      69339
2387.31/2412.90	c #Conflicts:    2535000 | #Constraints:      70339
2387.31/2412.90	c INPROCESSING
2387.31/2412.90	c GARBAGE COLLECT
2387.31/2412.90	c rational objective 999
2425.24/2450.91	c #Conflicts:    2536000 | #Constraints:      39735
2425.24/2450.91	c #Conflicts:    2537000 | #Constraints:      40790
2425.24/2450.91	c #Conflicts:    2538000 | #Constraints:      41853
2425.24/2450.91	c #Conflicts:    2539000 | #Constraints:      42909
2425.24/2450.91	c #Conflicts:    2540000 | #Constraints:      43958
2425.24/2450.91	c #Conflicts:    2541000 | #Constraints:      45000
2425.24/2450.91	c #Conflicts:    2542000 | #Constraints:      46032
2425.24/2450.91	c #Conflicts:    2543000 | #Constraints:      47060
2425.24/2450.91	c #Conflicts:    2544000 | #Constraints:      48105
2425.24/2450.91	c #Conflicts:    2545000 | #Constraints:      49134
2425.24/2450.91	c #Conflicts:    2546000 | #Constraints:      50160
2425.24/2450.91	c #Conflicts:    2547000 | #Constraints:      51192
2425.24/2450.91	c #Conflicts:    2548000 | #Constraints:      52218
2425.24/2450.91	c #Conflicts:    2549000 | #Constraints:      53255
2425.24/2450.91	c #Conflicts:    2550000 | #Constraints:      54295
2425.24/2450.91	c #Conflicts:    2551000 | #Constraints:      55322
2425.24/2450.91	c #Conflicts:    2552000 | #Constraints:      56355
2425.24/2450.91	c #Conflicts:    2553000 | #Constraints:      57381
2425.24/2450.91	c #Conflicts:    2554000 | #Constraints:      58402
2425.24/2450.91	c #Conflicts:    2555000 | #Constraints:      59420
2425.24/2450.91	c #Conflicts:    2556000 | #Constraints:      60437
2425.24/2450.91	c #Conflicts:    2557000 | #Constraints:      61451
2425.24/2450.91	c #Conflicts:    2558000 | #Constraints:      62470
2425.24/2450.91	c #Conflicts:    2559000 | #Constraints:      63501
2425.24/2450.91	c #Conflicts:    2560000 | #Constraints:      64521
2425.24/2450.91	c #Conflicts:    2561000 | #Constraints:      65546
2425.24/2450.91	c #Conflicts:    2562000 | #Constraints:      66577
2425.24/2450.91	c #Conflicts:    2563000 | #Constraints:      67603
2425.24/2450.91	c #Conflicts:    2564000 | #Constraints:      68623
2425.24/2450.91	c #Conflicts:    2565000 | #Constraints:      69639
2425.24/2450.91	c #Conflicts:    2566000 | #Constraints:      70664
2425.24/2450.91	c #Conflicts:    2567000 | #Constraints:      71687
2425.24/2450.91	c INPROCESSING
2425.24/2450.91	c GARBAGE COLLECT
2425.24/2450.91	c rational objective 999
2462.21/2488.20	c #Conflicts:    2568000 | #Constraints:      40282
2462.21/2488.20	c #Conflicts:    2569000 | #Constraints:      41282
2462.21/2488.20	c #Conflicts:    2570000 | #Constraints:      42282
2462.21/2488.20	c #Conflicts:    2571000 | #Constraints:      43282
2462.21/2488.20	c #Conflicts:    2572000 | #Constraints:      44282
2462.21/2488.20	c #Conflicts:    2573000 | #Constraints:      45282
2462.21/2488.20	c #Conflicts:    2574000 | #Constraints:      46282
2462.21/2488.20	c #Conflicts:    2575000 | #Constraints:      47282
2462.21/2488.20	c #Conflicts:    2576000 | #Constraints:      48282
2462.21/2488.20	c #Conflicts:    2577000 | #Constraints:      49282
2462.21/2488.20	c #Conflicts:    2578000 | #Constraints:      50282
2462.21/2488.20	c #Conflicts:    2579000 | #Constraints:      51282
2462.21/2488.20	c #Conflicts:    2580000 | #Constraints:      52282
2462.21/2488.20	c #Conflicts:    2581000 | #Constraints:      53282
2462.21/2488.20	c #Conflicts:    2582000 | #Constraints:      54282
2462.21/2488.20	c #Conflicts:    2583000 | #Constraints:      55282
2462.21/2488.20	c #Conflicts:    2584000 | #Constraints:      56282
2462.21/2488.20	c #Conflicts:    2585000 | #Constraints:      57282
2462.21/2488.20	c #Conflicts:    2586000 | #Constraints:      58282
2462.21/2488.20	c #Conflicts:    2587000 | #Constraints:      59282
2462.21/2488.20	c #Conflicts:    2588000 | #Constraints:      60282
2462.21/2488.20	c #Conflicts:    2589000 | #Constraints:      61282
2462.21/2488.20	c #Conflicts:    2590000 | #Constraints:      62282
2462.21/2488.20	c #Conflicts:    2591000 | #Constraints:      63282
2462.21/2488.20	c #Conflicts:    2592000 | #Constraints:      64282
2462.21/2488.20	c #Conflicts:    2593000 | #Constraints:      65282
2462.21/2488.20	c #Conflicts:    2594000 | #Constraints:      66282
2462.21/2488.20	c #Conflicts:    2595000 | #Constraints:      67282
2462.21/2488.20	c #Conflicts:    2596000 | #Constraints:      68282
2462.21/2488.20	c #Conflicts:    2597000 | #Constraints:      69282
2462.21/2488.20	c #Conflicts:    2598000 | #Constraints:      70282
2462.21/2488.20	c #Conflicts:    2599000 | #Constraints:      71282
2462.21/2488.20	c INPROCESSING
2462.21/2488.20	c GARBAGE COLLECT
2462.21/2488.20	c rational objective 999
2498.76/2524.91	c #Conflicts:    2600000 | #Constraints:      39997
2498.76/2524.91	c #Conflicts:    2601000 | #Constraints:      41050
2498.76/2524.91	c #Conflicts:    2602000 | #Constraints:      42133
2498.76/2524.91	c #Conflicts:    2603000 | #Constraints:      43206
2498.76/2524.91	c #Conflicts:    2604000 | #Constraints:      44257
2498.76/2524.91	c #Conflicts:    2605000 | #Constraints:      45295
2498.76/2524.91	c #Conflicts:    2606000 | #Constraints:      46342
2498.76/2524.91	c #Conflicts:    2607000 | #Constraints:      47376
2498.76/2524.91	c #Conflicts:    2608000 | #Constraints:      48408
2498.76/2524.91	c #Conflicts:    2609000 | #Constraints:      49453
2498.76/2524.91	c #Conflicts:    2610000 | #Constraints:      50482
2498.76/2524.91	c #Conflicts:    2611000 | #Constraints:      51512
2498.76/2524.91	c #Conflicts:    2612000 | #Constraints:      52540
2498.76/2524.91	c #Conflicts:    2613000 | #Constraints:      53571
2498.76/2524.91	c #Conflicts:    2614000 | #Constraints:      54607
2498.76/2524.91	c #Conflicts:    2615000 | #Constraints:      55632
2498.76/2524.91	c #Conflicts:    2616000 | #Constraints:      56649
2498.76/2524.91	c #Conflicts:    2617000 | #Constraints:      57666
2498.76/2524.91	c #Conflicts:    2618000 | #Constraints:      58697
2498.76/2524.91	c #Conflicts:    2619000 | #Constraints:      59712
2498.76/2524.91	c #Conflicts:    2620000 | #Constraints:      60746
2498.76/2524.91	c #Conflicts:    2621000 | #Constraints:      61771
2498.76/2524.91	c #Conflicts:    2622000 | #Constraints:      62807
2498.76/2524.91	c #Conflicts:    2623000 | #Constraints:      63841
2498.76/2524.91	c #Conflicts:    2624000 | #Constraints:      64877
2498.76/2524.91	c #Conflicts:    2625000 | #Constraints:      65899
2498.76/2524.91	c #Conflicts:    2626000 | #Constraints:      66921
2498.76/2524.91	c #Conflicts:    2627000 | #Constraints:      67943
2498.76/2524.91	c #Conflicts:    2628000 | #Constraints:      68958
2498.76/2524.91	c #Conflicts:    2629000 | #Constraints:      69979
2498.76/2524.91	c #Conflicts:    2630000 | #Constraints:      70995
2498.76/2524.91	c #Conflicts:    2631000 | #Constraints:      72005
2498.76/2524.91	c INPROCESSING
2498.76/2524.91	c GARBAGE COLLECT
2498.76/2524.91	c rational objective 999
2537.56/2563.91	c #Conflicts:    2632000 | #Constraints:      40121
2537.56/2563.91	c #Conflicts:    2633000 | #Constraints:      41121
2537.56/2563.91	c #Conflicts:    2634000 | #Constraints:      42121
2537.56/2563.91	c #Conflicts:    2635000 | #Constraints:      43121
2537.56/2563.91	c #Conflicts:    2636000 | #Constraints:      44121
2537.56/2563.91	c #Conflicts:    2637000 | #Constraints:      45121
2537.56/2563.91	c #Conflicts:    2638000 | #Constraints:      46121
2537.56/2563.91	c #Conflicts:    2639000 | #Constraints:      47121
2537.56/2563.91	c #Conflicts:    2640000 | #Constraints:      48121
2537.56/2563.91	c #Conflicts:    2641000 | #Constraints:      49121
2537.56/2563.91	c #Conflicts:    2642000 | #Constraints:      50121
2537.56/2563.91	c #Conflicts:    2643000 | #Constraints:      51121
2537.56/2563.91	c #Conflicts:    2644000 | #Constraints:      52121
2537.56/2563.91	c #Conflicts:    2645000 | #Constraints:      53121
2537.56/2563.91	c #Conflicts:    2646000 | #Constraints:      54121
2537.56/2563.91	c #Conflicts:    2647000 | #Constraints:      55121
2537.56/2563.91	c #Conflicts:    2648000 | #Constraints:      56121
2537.56/2563.91	c #Conflicts:    2649000 | #Constraints:      57121
2537.56/2563.91	c #Conflicts:    2650000 | #Constraints:      58121
2537.56/2563.91	c #Conflicts:    2651000 | #Constraints:      59121
2537.56/2563.91	c #Conflicts:    2652000 | #Constraints:      60121
2537.56/2563.91	c #Conflicts:    2653000 | #Constraints:      61121
2537.56/2563.91	c #Conflicts:    2654000 | #Constraints:      62121
2537.56/2563.91	c #Conflicts:    2655000 | #Constraints:      63121
2537.56/2563.91	c #Conflicts:    2656000 | #Constraints:      64121
2537.56/2563.91	c #Conflicts:    2657000 | #Constraints:      65121
2537.56/2563.91	c #Conflicts:    2658000 | #Constraints:      66121
2537.56/2563.91	c #Conflicts:    2659000 | #Constraints:      67121
2537.56/2563.91	c #Conflicts:    2660000 | #Constraints:      68121
2537.56/2563.91	c #Conflicts:    2661000 | #Constraints:      69121
2537.56/2563.91	c #Conflicts:    2662000 | #Constraints:      70121
2537.56/2563.91	c #Conflicts:    2663000 | #Constraints:      71121
2537.56/2563.91	c #Conflicts:    2664000 | #Constraints:      72121
2537.56/2563.91	c INPROCESSING
2537.56/2563.91	c GARBAGE COLLECT
2537.56/2563.91	c rational objective 999
2576.80/2603.34	c #Conflicts:    2665000 | #Constraints:      40509
2576.80/2603.34	c #Conflicts:    2666000 | #Constraints:      41509
2576.80/2603.34	c #Conflicts:    2667000 | #Constraints:      42509
2576.80/2603.34	c #Conflicts:    2668000 | #Constraints:      43509
2576.80/2603.34	c #Conflicts:    2669000 | #Constraints:      44509
2576.80/2603.34	c #Conflicts:    2670000 | #Constraints:      45509
2576.80/2603.34	c #Conflicts:    2671000 | #Constraints:      46509
2576.80/2603.34	c #Conflicts:    2672000 | #Constraints:      47509
2576.80/2603.34	c #Conflicts:    2673000 | #Constraints:      48509
2576.80/2603.34	c #Conflicts:    2674000 | #Constraints:      49509
2576.80/2603.34	c #Conflicts:    2675000 | #Constraints:      50509
2576.80/2603.34	c #Conflicts:    2676000 | #Constraints:      51509
2576.80/2603.34	c #Conflicts:    2677000 | #Constraints:      52509
2576.80/2603.34	c #Conflicts:    2678000 | #Constraints:      53509
2576.80/2603.34	c #Conflicts:    2679000 | #Constraints:      54509
2576.80/2603.34	c #Conflicts:    2680000 | #Constraints:      55509
2576.80/2603.34	c #Conflicts:    2681000 | #Constraints:      56509
2576.80/2603.34	c #Conflicts:    2682000 | #Constraints:      57509
2576.80/2603.34	c #Conflicts:    2683000 | #Constraints:      58509
2576.80/2603.34	c #Conflicts:    2684000 | #Constraints:      59509
2576.80/2603.34	c #Conflicts:    2685000 | #Constraints:      60509
2576.80/2603.34	c #Conflicts:    2686000 | #Constraints:      61509
2576.80/2603.34	c #Conflicts:    2687000 | #Constraints:      62509
2576.80/2603.34	c #Conflicts:    2688000 | #Constraints:      63510
2576.80/2603.34	c #Conflicts:    2689000 | #Constraints:      64510
2576.80/2603.34	c #Conflicts:    2690000 | #Constraints:      65510
2576.80/2603.34	c #Conflicts:    2691000 | #Constraints:      66510
2576.80/2603.34	c #Conflicts:    2692000 | #Constraints:      67511
2576.80/2603.34	c #Conflicts:    2693000 | #Constraints:      68511
2576.80/2603.34	c #Conflicts:    2694000 | #Constraints:      69511
2576.80/2603.34	c #Conflicts:    2695000 | #Constraints:      70511
2576.80/2603.34	c #Conflicts:    2696000 | #Constraints:      71511
2576.80/2603.34	c #Conflicts:    2697000 | #Constraints:      72511
2576.80/2603.34	c INPROCESSING
2576.80/2603.34	c GARBAGE COLLECT
2576.80/2603.34	c rational objective 999
2617.71/2644.48	c #Conflicts:    2698000 | #Constraints:      40799
2617.71/2644.48	c #Conflicts:    2699000 | #Constraints:      41800
2617.71/2644.48	c #Conflicts:    2700000 | #Constraints:      42877
2617.71/2644.48	c #Conflicts:    2701000 | #Constraints:      43933
2617.71/2644.48	c #Conflicts:    2702000 | #Constraints:      45004
2617.71/2644.48	c #Conflicts:    2703000 | #Constraints:      46073
2617.71/2644.48	c #Conflicts:    2704000 | #Constraints:      47120
2617.71/2644.48	c #Conflicts:    2705000 | #Constraints:      48178
2617.71/2644.48	c #Conflicts:    2706000 | #Constraints:      49209
2617.71/2644.48	c #Conflicts:    2707000 | #Constraints:      50240
2617.71/2644.48	c #Conflicts:    2708000 | #Constraints:      51265
2617.71/2644.48	c #Conflicts:    2709000 | #Constraints:      52297
2617.71/2644.48	c #Conflicts:    2710000 | #Constraints:      53333
2617.71/2644.48	c #Conflicts:    2711000 | #Constraints:      54359
2617.71/2644.48	c #Conflicts:    2712000 | #Constraints:      55397
2617.71/2644.48	c #Conflicts:    2713000 | #Constraints:      56420
2617.71/2644.48	c #Conflicts:    2714000 | #Constraints:      57457
2617.71/2644.48	c #Conflicts:    2715000 | #Constraints:      58506
2617.71/2644.48	c #Conflicts:    2716000 | #Constraints:      59551
2617.71/2644.48	c #Conflicts:    2717000 | #Constraints:      60585
2617.71/2644.48	c #Conflicts:    2718000 | #Constraints:      61604
2617.71/2644.48	c #Conflicts:    2719000 | #Constraints:      62632
2617.71/2644.48	c #Conflicts:    2720000 | #Constraints:      63650
2617.71/2644.48	c #Conflicts:    2721000 | #Constraints:      64674
2617.71/2644.48	c #Conflicts:    2722000 | #Constraints:      65718
2617.71/2644.48	c #Conflicts:    2723000 | #Constraints:      66747
2617.71/2644.48	c #Conflicts:    2724000 | #Constraints:      67787
2617.71/2644.48	c #Conflicts:    2725000 | #Constraints:      68821
2617.71/2644.48	c #Conflicts:    2726000 | #Constraints:      69843
2617.71/2644.48	c #Conflicts:    2727000 | #Constraints:      70871
2617.71/2644.48	c #Conflicts:    2728000 | #Constraints:      71890
2617.71/2644.48	c #Conflicts:    2729000 | #Constraints:      72934
2617.71/2644.48	c #Conflicts:    2730000 | #Constraints:      73964
2617.71/2644.48	c INPROCESSING
2617.71/2644.48	c GARBAGE COLLECT
2617.71/2644.48	c rational objective 999
2659.91/2686.84	c #Conflicts:    2731000 | #Constraints:      41399
2659.91/2686.84	c #Conflicts:    2732000 | #Constraints:      42399
2659.91/2686.84	c #Conflicts:    2733000 | #Constraints:      43399
2659.91/2686.84	c #Conflicts:    2734000 | #Constraints:      44399
2659.91/2686.84	c #Conflicts:    2735000 | #Constraints:      45399
2659.91/2686.84	c #Conflicts:    2736000 | #Constraints:      46399
2659.91/2686.84	c #Conflicts:    2737000 | #Constraints:      47399
2659.91/2686.84	c #Conflicts:    2738000 | #Constraints:      48399
2659.91/2686.84	c #Conflicts:    2739000 | #Constraints:      49399
2659.91/2686.84	c #Conflicts:    2740000 | #Constraints:      50399
2659.91/2686.84	c #Conflicts:    2741000 | #Constraints:      51399
2659.91/2686.84	c #Conflicts:    2742000 | #Constraints:      52399
2659.91/2686.84	c #Conflicts:    2743000 | #Constraints:      53399
2659.91/2686.84	c #Conflicts:    2744000 | #Constraints:      54399
2659.91/2686.84	c #Conflicts:    2745000 | #Constraints:      55399
2659.91/2686.84	c #Conflicts:    2746000 | #Constraints:      56399
2659.91/2686.84	c #Conflicts:    2747000 | #Constraints:      57399
2659.91/2686.84	c #Conflicts:    2748000 | #Constraints:      58399
2659.91/2686.84	c #Conflicts:    2749000 | #Constraints:      59399
2659.91/2686.84	c #Conflicts:    2750000 | #Constraints:      60399
2659.91/2686.84	c #Conflicts:    2751000 | #Constraints:      61399
2659.91/2686.84	c #Conflicts:    2752000 | #Constraints:      62399
2659.91/2686.84	c #Conflicts:    2753000 | #Constraints:      63399
2659.91/2686.84	c #Conflicts:    2754000 | #Constraints:      64399
2659.91/2686.84	c #Conflicts:    2755000 | #Constraints:      65399
2659.91/2686.84	c #Conflicts:    2756000 | #Constraints:      66399
2659.91/2686.84	c #Conflicts:    2757000 | #Constraints:      67399
2659.91/2686.84	c #Conflicts:    2758000 | #Constraints:      68399
2659.91/2686.84	c #Conflicts:    2759000 | #Constraints:      69399
2659.91/2686.84	c #Conflicts:    2760000 | #Constraints:      70399
2659.91/2686.84	c #Conflicts:    2761000 | #Constraints:      71399
2659.91/2686.84	c #Conflicts:    2762000 | #Constraints:      72399
2659.91/2686.84	c #Conflicts:    2763000 | #Constraints:      73399
2659.91/2686.84	c INPROCESSING
2659.91/2686.84	c GARBAGE COLLECT
2659.91/2686.84	c rational objective 999
2700.74/2727.87	c #Conflicts:    2764000 | #Constraints:      41139
2700.74/2727.87	c #Conflicts:    2765000 | #Constraints:      42139
2700.74/2727.87	c #Conflicts:    2766000 | #Constraints:      43139
2700.74/2727.87	c #Conflicts:    2767000 | #Constraints:      44139
2700.74/2727.87	c #Conflicts:    2768000 | #Constraints:      45139
2700.74/2727.87	c #Conflicts:    2769000 | #Constraints:      46139
2700.74/2727.87	c #Conflicts:    2770000 | #Constraints:      47139
2700.74/2727.87	c #Conflicts:    2771000 | #Constraints:      48139
2700.74/2727.87	c #Conflicts:    2772000 | #Constraints:      49139
2700.74/2727.87	c #Conflicts:    2773000 | #Constraints:      50139
2700.74/2727.87	c #Conflicts:    2774000 | #Constraints:      51139
2700.74/2727.87	c #Conflicts:    2775000 | #Constraints:      52139
2700.74/2727.87	c #Conflicts:    2776000 | #Constraints:      53139
2700.74/2727.87	c #Conflicts:    2777000 | #Constraints:      54139
2700.74/2727.87	c #Conflicts:    2778000 | #Constraints:      55139
2700.74/2727.87	c #Conflicts:    2779000 | #Constraints:      56139
2700.74/2727.87	c #Conflicts:    2780000 | #Constraints:      57139
2700.74/2727.87	c #Conflicts:    2781000 | #Constraints:      58140
2700.74/2727.87	c #Conflicts:    2782000 | #Constraints:      59140
2700.74/2727.87	c #Conflicts:    2783000 | #Constraints:      60141
2700.74/2727.87	c #Conflicts:    2784000 | #Constraints:      61143
2700.74/2727.87	c #Conflicts:    2785000 | #Constraints:      62143
2700.74/2727.87	c #Conflicts:    2786000 | #Constraints:      63144
2700.74/2727.87	c #Conflicts:    2787000 | #Constraints:      64144
2700.74/2727.87	c #Conflicts:    2788000 | #Constraints:      65146
2700.74/2727.87	c #Conflicts:    2789000 | #Constraints:      66146
2700.74/2727.87	c #Conflicts:    2790000 | #Constraints:      67147
2700.74/2727.87	c #Conflicts:    2791000 | #Constraints:      68148
2700.74/2727.87	c #Conflicts:    2792000 | #Constraints:      69149
2700.74/2727.87	c #Conflicts:    2793000 | #Constraints:      70149
2700.74/2727.87	c #Conflicts:    2794000 | #Constraints:      71151
2700.74/2727.87	c #Conflicts:    2795000 | #Constraints:      72152
2700.74/2727.87	c #Conflicts:    2796000 | #Constraints:      73152
2700.74/2727.87	c INPROCESSING
2700.74/2727.87	c GARBAGE COLLECT
2700.74/2727.87	c rational objective 999
2745.88/2773.14	c #Conflicts:    2797000 | #Constraints:      40823
2745.88/2773.14	c #Conflicts:    2798000 | #Constraints:      41830
2745.88/2773.14	c #Conflicts:    2799000 | #Constraints:      42841
2745.88/2773.14	c #Conflicts:    2800000 | #Constraints:      43867
2745.88/2773.14	c #Conflicts:    2801000 | #Constraints:      44903
2745.88/2773.14	c #Conflicts:    2802000 | #Constraints:      45964
2745.88/2773.14	c #Conflicts:    2803000 | #Constraints:      47004
2745.88/2773.14	c #Conflicts:    2804000 | #Constraints:      48029
2745.88/2773.14	c #Conflicts:    2805000 | #Constraints:      49058
2745.88/2773.14	c #Conflicts:    2806000 | #Constraints:      50078
2745.88/2773.14	c #Conflicts:    2807000 | #Constraints:      51091
2745.88/2773.14	c #Conflicts:    2808000 | #Constraints:      52108
2745.88/2773.14	c #Conflicts:    2809000 | #Constraints:      53126
2745.88/2773.14	c #Conflicts:    2810000 | #Constraints:      54141
2745.88/2773.14	c #Conflicts:    2811000 | #Constraints:      55159
2745.88/2773.14	c #Conflicts:    2812000 | #Constraints:      56188
2745.88/2773.14	c #Conflicts:    2813000 | #Constraints:      57202
2745.88/2773.14	c #Conflicts:    2814000 | #Constraints:      58214
2745.88/2773.14	c #Conflicts:    2815000 | #Constraints:      59234
2745.88/2773.14	c #Conflicts:    2816000 | #Constraints:      60255
2745.88/2773.14	c #Conflicts:    2817000 | #Constraints:      61278
2745.88/2773.14	c #Conflicts:    2818000 | #Constraints:      62304
2745.88/2773.14	c #Conflicts:    2819000 | #Constraints:      63336
2745.88/2773.14	c #Conflicts:    2820000 | #Constraints:      64368
2745.88/2773.14	c #Conflicts:    2821000 | #Constraints:      65390
2745.88/2773.14	c #Conflicts:    2822000 | #Constraints:      66410
2745.88/2773.14	c #Conflicts:    2823000 | #Constraints:      67431
2745.88/2773.14	c #Conflicts:    2824000 | #Constraints:      68452
2745.88/2773.14	c #Conflicts:    2825000 | #Constraints:      69465
2745.88/2773.14	c #Conflicts:    2826000 | #Constraints:      70484
2745.88/2773.14	c #Conflicts:    2827000 | #Constraints:      71507
2745.88/2773.14	c #Conflicts:    2828000 | #Constraints:      72530
2745.88/2773.14	c #Conflicts:    2829000 | #Constraints:      73561
2745.88/2773.14	c #Conflicts:    2830000 | #Constraints:      74577
2745.88/2773.14	c INPROCESSING
2745.88/2773.14	c GARBAGE COLLECT
2745.88/2773.14	c rational objective 999
2787.35/2814.88	c #Conflicts:    2831000 | #Constraints:      41614
2787.35/2814.88	c #Conflicts:    2832000 | #Constraints:      42614
2787.35/2814.88	c #Conflicts:    2833000 | #Constraints:      43614
2787.35/2814.88	c #Conflicts:    2834000 | #Constraints:      44614
2787.35/2814.88	c #Conflicts:    2835000 | #Constraints:      45614
2787.35/2814.88	c #Conflicts:    2836000 | #Constraints:      46614
2787.35/2814.88	c #Conflicts:    2837000 | #Constraints:      47614
2787.35/2814.88	c #Conflicts:    2838000 | #Constraints:      48614
2787.35/2814.88	c #Conflicts:    2839000 | #Constraints:      49614
2787.35/2814.88	c #Conflicts:    2840000 | #Constraints:      50614
2787.35/2814.88	c #Conflicts:    2841000 | #Constraints:      51614
2787.35/2814.88	c #Conflicts:    2842000 | #Constraints:      52614
2787.35/2814.88	c #Conflicts:    2843000 | #Constraints:      53614
2787.35/2814.88	c #Conflicts:    2844000 | #Constraints:      54614
2787.35/2814.88	c #Conflicts:    2845000 | #Constraints:      55614
2787.35/2814.88	c #Conflicts:    2846000 | #Constraints:      56614
2787.35/2814.88	c #Conflicts:    2847000 | #Constraints:      57614
2787.35/2814.88	c #Conflicts:    2848000 | #Constraints:      58614
2787.35/2814.88	c #Conflicts:    2849000 | #Constraints:      59614
2787.35/2814.88	c #Conflicts:    2850000 | #Constraints:      60614
2787.35/2814.88	c #Conflicts:    2851000 | #Constraints:      61614
2787.35/2814.88	c #Conflicts:    2852000 | #Constraints:      62614
2787.35/2814.88	c #Conflicts:    2853000 | #Constraints:      63614
2787.35/2814.88	c #Conflicts:    2854000 | #Constraints:      64614
2787.35/2814.88	c #Conflicts:    2855000 | #Constraints:      65614
2787.35/2814.88	c #Conflicts:    2856000 | #Constraints:      66614
2787.35/2814.88	c #Conflicts:    2857000 | #Constraints:      67614
2787.35/2814.88	c #Conflicts:    2858000 | #Constraints:      68614
2787.35/2814.88	c #Conflicts:    2859000 | #Constraints:      69614
2787.35/2814.88	c #Conflicts:    2860000 | #Constraints:      70614
2787.35/2814.88	c #Conflicts:    2861000 | #Constraints:      71614
2787.35/2814.88	c #Conflicts:    2862000 | #Constraints:      72614
2787.35/2814.88	c #Conflicts:    2863000 | #Constraints:      73614
2787.35/2814.88	c #Conflicts:    2864000 | #Constraints:      74614
2787.35/2814.88	c INPROCESSING
2787.35/2814.88	c GARBAGE COLLECT
2787.35/2814.88	c rational objective 999
2838.87/2866.59	c #Conflicts:    2865000 | #Constraints:      41893
2838.87/2866.59	c #Conflicts:    2866000 | #Constraints:      42893
2838.87/2866.59	c #Conflicts:    2867000 | #Constraints:      43893
2838.87/2866.59	c #Conflicts:    2868000 | #Constraints:      44908
2838.87/2866.59	c #Conflicts:    2869000 | #Constraints:      45968
2838.87/2866.59	c #Conflicts:    2870000 | #Constraints:      46998
2838.87/2866.59	c #Conflicts:    2871000 | #Constraints:      48024
2838.87/2866.59	c #Conflicts:    2872000 | #Constraints:      49063
2838.87/2866.59	c #Conflicts:    2873000 | #Constraints:      50096
2838.87/2866.59	c #Conflicts:    2874000 | #Constraints:      51127
2838.87/2866.59	c #Conflicts:    2875000 | #Constraints:      52152
2838.87/2866.59	c #Conflicts:    2876000 | #Constraints:      53176
2838.87/2866.59	c #Conflicts:    2877000 | #Constraints:      54214
2838.87/2866.59	c #Conflicts:    2878000 | #Constraints:      55249
2838.87/2866.59	c #Conflicts:    2879000 | #Constraints:      56290
2838.87/2866.59	c #Conflicts:    2880000 | #Constraints:      57325
2838.87/2866.59	c #Conflicts:    2881000 | #Constraints:      58350
2838.87/2866.59	c #Conflicts:    2882000 | #Constraints:      59375
2838.87/2866.59	c #Conflicts:    2883000 | #Constraints:      60401
2838.87/2866.59	c #Conflicts:    2884000 | #Constraints:      61440
2838.87/2866.59	c #Conflicts:    2885000 | #Constraints:      62470
2838.87/2866.59	c #Conflicts:    2886000 | #Constraints:      63495
2838.87/2866.59	c #Conflicts:    2887000 | #Constraints:      64522
2838.87/2866.59	c #Conflicts:    2888000 | #Constraints:      65545
2838.87/2866.59	c #Conflicts:    2889000 | #Constraints:      66572
2838.87/2866.59	c #Conflicts:    2890000 | #Constraints:      67599
2838.87/2866.59	c #Conflicts:    2891000 | #Constraints:      68624
2838.87/2866.59	c #Conflicts:    2892000 | #Constraints:      69647
2838.87/2866.59	c #Conflicts:    2893000 | #Constraints:      70676
2838.87/2866.59	c #Conflicts:    2894000 | #Constraints:      71713
2838.87/2866.59	c #Conflicts:    2895000 | #Constraints:      72740
2838.87/2866.59	c #Conflicts:    2896000 | #Constraints:      73758
2838.87/2866.59	c #Conflicts:    2897000 | #Constraints:      74786
2838.87/2866.59	c #Conflicts:    2898000 | #Constraints:      75810
2838.87/2866.59	c INPROCESSING
2838.87/2866.59	c GARBAGE COLLECT
2838.87/2866.59	c rational objective 999
2883.07/2910.91	c #Conflicts:    2899000 | #Constraints:      42330
2883.07/2910.91	c #Conflicts:    2900000 | #Constraints:      43330
2883.07/2910.91	c #Conflicts:    2901000 | #Constraints:      44330
2883.07/2910.91	c #Conflicts:    2902000 | #Constraints:      45330
2883.07/2910.91	c #Conflicts:    2903000 | #Constraints:      46330
2883.07/2910.91	c #Conflicts:    2904000 | #Constraints:      47330
2883.07/2910.91	c #Conflicts:    2905000 | #Constraints:      48330
2883.07/2910.91	c #Conflicts:    2906000 | #Constraints:      49331
2883.07/2910.91	c #Conflicts:    2907000 | #Constraints:      50331
2883.07/2910.91	c #Conflicts:    2908000 | #Constraints:      51331
2883.07/2910.91	c #Conflicts:    2909000 | #Constraints:      52331
2883.07/2910.91	c #Conflicts:    2910000 | #Constraints:      53332
2883.07/2910.91	c #Conflicts:    2911000 | #Constraints:      54332
2883.07/2910.91	c #Conflicts:    2912000 | #Constraints:      55332
2883.07/2910.91	c #Conflicts:    2913000 | #Constraints:      56333
2883.07/2910.91	c #Conflicts:    2914000 | #Constraints:      57333
2883.07/2910.91	c #Conflicts:    2915000 | #Constraints:      58334
2883.07/2910.91	c #Conflicts:    2916000 | #Constraints:      59335
2883.07/2910.91	c #Conflicts:    2917000 | #Constraints:      60335
2883.07/2910.91	c #Conflicts:    2918000 | #Constraints:      61336
2883.07/2910.91	c #Conflicts:    2919000 | #Constraints:      62338
2883.07/2910.91	c #Conflicts:    2920000 | #Constraints:      63339
2883.07/2910.91	c #Conflicts:    2921000 | #Constraints:      64339
2883.07/2910.91	c #Conflicts:    2922000 | #Constraints:      65339
2883.07/2910.91	c #Conflicts:    2923000 | #Constraints:      66340
2883.07/2910.91	c #Conflicts:    2924000 | #Constraints:      67340
2883.07/2910.91	c #Conflicts:    2925000 | #Constraints:      68341
2883.07/2910.91	c #Conflicts:    2926000 | #Constraints:      69341
2883.07/2910.91	c #Conflicts:    2927000 | #Constraints:      70342
2883.07/2910.91	c #Conflicts:    2928000 | #Constraints:      71344
2883.07/2910.91	c #Conflicts:    2929000 | #Constraints:      72344
2883.07/2910.91	c #Conflicts:    2930000 | #Constraints:      73346
2883.07/2910.91	c #Conflicts:    2931000 | #Constraints:      74347
2883.07/2910.91	c #Conflicts:    2932000 | #Constraints:      75348
2883.07/2910.91	c INPROCESSING
2883.07/2910.91	c GARBAGE COLLECT
2883.07/2910.91	c rational objective 999
2925.13/2953.19	c #Conflicts:    2933000 | #Constraints:      42133
2925.13/2953.19	c #Conflicts:    2934000 | #Constraints:      43133
2925.13/2953.19	c #Conflicts:    2935000 | #Constraints:      44133
2925.13/2953.19	c #Conflicts:    2936000 | #Constraints:      45133
2925.13/2953.19	c #Conflicts:    2937000 | #Constraints:      46133
2925.13/2953.19	c #Conflicts:    2938000 | #Constraints:      47133
2925.13/2953.19	c #Conflicts:    2939000 | #Constraints:      48133
2925.13/2953.19	c #Conflicts:    2940000 | #Constraints:      49133
2925.13/2953.19	c #Conflicts:    2941000 | #Constraints:      50133
2925.13/2953.19	c #Conflicts:    2942000 | #Constraints:      51133
2925.13/2953.19	c #Conflicts:    2943000 | #Constraints:      52133
2925.13/2953.19	c #Conflicts:    2944000 | #Constraints:      53133
2925.13/2953.19	c #Conflicts:    2945000 | #Constraints:      54133
2925.13/2953.19	c #Conflicts:    2946000 | #Constraints:      55133
2925.13/2953.19	c #Conflicts:    2947000 | #Constraints:      56133
2925.13/2953.19	c #Conflicts:    2948000 | #Constraints:      57133
2925.13/2953.19	c #Conflicts:    2949000 | #Constraints:      58133
2925.13/2953.19	c #Conflicts:    2950000 | #Constraints:      59133
2925.13/2953.19	c #Conflicts:    2951000 | #Constraints:      60133
2925.13/2953.19	c #Conflicts:    2952000 | #Constraints:      61133
2925.13/2953.20	c #Conflicts:    2953000 | #Constraints:      62133
2925.13/2953.20	c #Conflicts:    2954000 | #Constraints:      63133
2925.13/2953.20	c #Conflicts:    2955000 | #Constraints:      64133
2925.13/2953.20	c #Conflicts:    2956000 | #Constraints:      65133
2925.13/2953.20	c #Conflicts:    2957000 | #Constraints:      66133
2925.13/2953.20	c #Conflicts:    2958000 | #Constraints:      67133
2925.13/2953.20	c #Conflicts:    2959000 | #Constraints:      68133
2925.13/2953.20	c #Conflicts:    2960000 | #Constraints:      69133
2925.13/2953.20	c #Conflicts:    2961000 | #Constraints:      70133
2925.13/2953.20	c #Conflicts:    2962000 | #Constraints:      71133
2925.13/2953.20	c #Conflicts:    2963000 | #Constraints:      72133
2925.13/2953.20	c #Conflicts:    2964000 | #Constraints:      73133
2925.13/2953.20	c #Conflicts:    2965000 | #Constraints:      74133
2925.13/2953.20	c #Conflicts:    2966000 | #Constraints:      75133
2925.13/2953.20	c INPROCESSING
2925.13/2953.20	c GARBAGE COLLECT
2925.13/2953.20	c rational objective 999
2966.62/2994.88	c #Conflicts:    2967000 | #Constraints:      41831
2966.62/2994.88	c #Conflicts:    2968000 | #Constraints:      42831
2966.62/2994.88	c #Conflicts:    2969000 | #Constraints:      43831
2966.62/2994.88	c #Conflicts:    2970000 | #Constraints:      44831
2966.62/2994.88	c #Conflicts:    2971000 | #Constraints:      45831
2966.62/2994.88	c #Conflicts:    2972000 | #Constraints:      46831
2966.62/2994.88	c #Conflicts:    2973000 | #Constraints:      47831
2966.62/2994.88	c #Conflicts:    2974000 | #Constraints:      48831
2966.62/2994.88	c #Conflicts:    2975000 | #Constraints:      49832
2966.62/2994.88	c #Conflicts:    2976000 | #Constraints:      50832
2966.62/2994.88	c #Conflicts:    2977000 | #Constraints:      51833
2966.62/2994.88	c #Conflicts:    2978000 | #Constraints:      52834
2966.62/2994.88	c #Conflicts:    2979000 | #Constraints:      53834
2966.62/2994.88	c #Conflicts:    2980000 | #Constraints:      54835
2966.62/2994.88	c #Conflicts:    2981000 | #Constraints:      55835
2966.62/2994.88	c #Conflicts:    2982000 | #Constraints:      56836
2966.62/2994.88	c #Conflicts:    2983000 | #Constraints:      57837
2966.62/2994.88	c #Conflicts:    2984000 | #Constraints:      58838
2966.62/2994.88	c #Conflicts:    2985000 | #Constraints:      59838
2966.62/2994.88	c #Conflicts:    2986000 | #Constraints:      60839
2966.62/2994.88	c #Conflicts:    2987000 | #Constraints:      61840
2966.62/2994.88	c #Conflicts:    2988000 | #Constraints:      62840
2966.62/2994.88	c #Conflicts:    2989000 | #Constraints:      63841
2966.62/2994.88	c #Conflicts:    2990000 | #Constraints:      64842
2966.62/2994.88	c #Conflicts:    2991000 | #Constraints:      65844
2966.62/2994.88	c #Conflicts:    2992000 | #Constraints:      66844
2966.62/2994.88	c #Conflicts:    2993000 | #Constraints:      67846
2966.62/2994.88	c #Conflicts:    2994000 | #Constraints:      68846
2966.62/2994.88	c #Conflicts:    2995000 | #Constraints:      69848
2966.62/2994.88	c #Conflicts:    2996000 | #Constraints:      70848
2966.62/2994.88	c #Conflicts:    2997000 | #Constraints:      71849
2966.62/2994.88	c #Conflicts:    2998000 | #Constraints:      72850
2966.62/2994.88	c #Conflicts:    2999000 | #Constraints:      73851
2966.62/2994.88	c #Conflicts:    3000000 | #Constraints:      74852
2966.62/2994.88	c #Conflicts:    3001000 | #Constraints:      75853
2966.62/2994.88	c INPROCESSING
2966.62/2994.88	c GARBAGE COLLECT
2966.62/2994.88	c rational objective 999
3022.10/3050.54	c #Conflicts:    3002000 | #Constraints:      42377
3022.10/3050.54	c #Conflicts:    3003000 | #Constraints:      43378
3022.10/3050.54	c #Conflicts:    3004000 | #Constraints:      44412
3022.10/3050.54	c #Conflicts:    3005000 | #Constraints:      45483
3022.10/3050.54	c #Conflicts:    3006000 | #Constraints:      46530
3022.10/3050.54	c #Conflicts:    3007000 | #Constraints:      47586
3022.10/3050.54	c #Conflicts:    3008000 | #Constraints:      48630
3022.10/3050.54	c #Conflicts:    3009000 | #Constraints:      49683
3022.10/3050.54	c #Conflicts:    3010000 | #Constraints:      50743
3022.10/3050.54	c #Conflicts:    3011000 | #Constraints:      51797
3022.10/3050.54	c #Conflicts:    3012000 | #Constraints:      52846
3022.10/3050.54	c #Conflicts:    3013000 | #Constraints:      53879
3022.10/3050.54	c #Conflicts:    3014000 | #Constraints:      54909
3022.10/3050.54	c #Conflicts:    3015000 | #Constraints:      55940
3022.10/3050.54	c #Conflicts:    3016000 | #Constraints:      56970
3022.10/3050.54	c #Conflicts:    3017000 | #Constraints:      57996
3022.10/3050.54	c #Conflicts:    3018000 | #Constraints:      59035
3022.10/3050.54	c #Conflicts:    3019000 | #Constraints:      60078
3022.10/3050.54	c #Conflicts:    3020000 | #Constraints:      61105
3022.10/3050.54	c #Conflicts:    3021000 | #Constraints:      62132
3022.10/3050.54	c #Conflicts:    3022000 | #Constraints:      63173
3022.10/3050.54	c #Conflicts:    3023000 | #Constraints:      64196
3022.10/3050.54	c #Conflicts:    3024000 | #Constraints:      65231
3022.10/3050.54	c #Conflicts:    3025000 | #Constraints:      66262
3022.10/3050.54	c #Conflicts:    3026000 | #Constraints:      67284
3022.10/3050.54	c #Conflicts:    3027000 | #Constraints:      68303
3022.10/3050.54	c #Conflicts:    3028000 | #Constraints:      69335
3022.10/3050.54	c #Conflicts:    3029000 | #Constraints:      70369
3022.10/3050.54	c #Conflicts:    3030000 | #Constraints:      71391
3022.10/3050.54	c #Conflicts:    3031000 | #Constraints:      72415
3022.10/3050.54	c #Conflicts:    3032000 | #Constraints:      73435
3022.10/3050.54	c #Conflicts:    3033000 | #Constraints:      74457
3022.10/3050.54	c #Conflicts:    3034000 | #Constraints:      75477
3022.10/3050.54	c #Conflicts:    3035000 | #Constraints:      76496
3022.10/3050.54	c #Conflicts:    3036000 | #Constraints:      77506
3022.10/3050.54	c INPROCESSING
3022.10/3050.54	c GARBAGE COLLECT
3022.10/3050.54	c rational objective 999
3065.06/3093.64	c #Conflicts:    3037000 | #Constraints:      43169
3065.06/3093.64	c #Conflicts:    3038000 | #Constraints:      44169
3065.06/3093.64	c #Conflicts:    3039000 | #Constraints:      45169
3065.06/3093.64	c #Conflicts:    3040000 | #Constraints:      46169
3065.06/3093.64	c #Conflicts:    3041000 | #Constraints:      47169
3065.06/3093.64	c #Conflicts:    3042000 | #Constraints:      48169
3065.06/3093.64	c #Conflicts:    3043000 | #Constraints:      49169
3065.06/3093.64	c #Conflicts:    3044000 | #Constraints:      50169
3065.06/3093.64	c #Conflicts:    3045000 | #Constraints:      51169
3065.06/3093.64	c #Conflicts:    3046000 | #Constraints:      52169
3065.06/3093.64	c #Conflicts:    3047000 | #Constraints:      53169
3065.06/3093.64	c #Conflicts:    3048000 | #Constraints:      54169
3065.06/3093.64	c #Conflicts:    3049000 | #Constraints:      55169
3065.06/3093.64	c #Conflicts:    3050000 | #Constraints:      56169
3065.06/3093.64	c #Conflicts:    3051000 | #Constraints:      57169
3065.06/3093.64	c #Conflicts:    3052000 | #Constraints:      58169
3065.06/3093.64	c #Conflicts:    3053000 | #Constraints:      59169
3065.06/3093.64	c #Conflicts:    3054000 | #Constraints:      60169
3065.06/3093.64	c #Conflicts:    3055000 | #Constraints:      61169
3065.06/3093.64	c #Conflicts:    3056000 | #Constraints:      62169
3065.06/3093.64	c #Conflicts:    3057000 | #Constraints:      63169
3065.06/3093.64	c #Conflicts:    3058000 | #Constraints:      64169
3065.06/3093.64	c #Conflicts:    3059000 | #Constraints:      65169
3065.06/3093.64	c #Conflicts:    3060000 | #Constraints:      66169
3065.06/3093.64	c #Conflicts:    3061000 | #Constraints:      67169
3065.06/3093.64	c #Conflicts:    3062000 | #Constraints:      68169
3065.06/3093.64	c #Conflicts:    3063000 | #Constraints:      69169
3065.06/3093.64	c #Conflicts:    3064000 | #Constraints:      70169
3065.06/3093.64	c #Conflicts:    3065000 | #Constraints:      71169
3065.06/3093.64	c #Conflicts:    3066000 | #Constraints:      72169
3065.06/3093.64	c #Conflicts:    3067000 | #Constraints:      73169
3065.06/3093.64	c #Conflicts:    3068000 | #Constraints:      74169
3065.06/3093.64	c #Conflicts:    3069000 | #Constraints:      75169
3065.06/3093.64	c #Conflicts:    3070000 | #Constraints:      76169
3065.06/3093.64	c #Conflicts:    3071000 | #Constraints:      77169
3065.06/3093.64	c INPROCESSING
3065.06/3093.64	c GARBAGE COLLECT
3065.06/3093.64	c rational objective 999
3109.08/3137.84	c #Conflicts:    3072000 | #Constraints:      43119
3109.08/3137.84	c #Conflicts:    3073000 | #Constraints:      44119
3109.08/3137.84	c #Conflicts:    3074000 | #Constraints:      45119
3109.08/3137.84	c #Conflicts:    3075000 | #Constraints:      46119
3109.08/3137.84	c #Conflicts:    3076000 | #Constraints:      47119
3109.08/3137.84	c #Conflicts:    3077000 | #Constraints:      48119
3109.08/3137.84	c #Conflicts:    3078000 | #Constraints:      49119
3109.08/3137.84	c #Conflicts:    3079000 | #Constraints:      50119
3109.08/3137.84	c #Conflicts:    3080000 | #Constraints:      51119
3109.08/3137.84	c #Conflicts:    3081000 | #Constraints:      52119
3109.08/3137.84	c #Conflicts:    3082000 | #Constraints:      53119
3109.08/3137.84	c #Conflicts:    3083000 | #Constraints:      54119
3109.08/3137.84	c #Conflicts:    3084000 | #Constraints:      55119
3109.08/3137.84	c #Conflicts:    3085000 | #Constraints:      56119
3109.08/3137.84	c #Conflicts:    3086000 | #Constraints:      57119
3109.08/3137.84	c #Conflicts:    3087000 | #Constraints:      58119
3109.08/3137.84	c #Conflicts:    3088000 | #Constraints:      59119
3109.08/3137.84	c #Conflicts:    3089000 | #Constraints:      60119
3109.08/3137.84	c #Conflicts:    3090000 | #Constraints:      61119
3109.08/3137.84	c #Conflicts:    3091000 | #Constraints:      62119
3109.08/3137.84	c #Conflicts:    3092000 | #Constraints:      63119
3109.08/3137.84	c #Conflicts:    3093000 | #Constraints:      64119
3109.08/3137.84	c #Conflicts:    3094000 | #Constraints:      65119
3109.08/3137.84	c #Conflicts:    3095000 | #Constraints:      66119
3109.08/3137.84	c #Conflicts:    3096000 | #Constraints:      67119
3109.08/3137.84	c #Conflicts:    3097000 | #Constraints:      68119
3109.08/3137.84	c #Conflicts:    3098000 | #Constraints:      69119
3109.08/3137.84	c #Conflicts:    3099000 | #Constraints:      70119
3109.08/3137.84	c #Conflicts:    3100000 | #Constraints:      71119
3109.08/3137.84	c #Conflicts:    3101000 | #Constraints:      72119
3109.08/3137.84	c #Conflicts:    3102000 | #Constraints:      73119
3109.08/3137.84	c #Conflicts:    3103000 | #Constraints:      74119
3109.08/3137.84	c #Conflicts:    3104000 | #Constraints:      75119
3109.08/3137.84	c #Conflicts:    3105000 | #Constraints:      76119
3109.08/3137.84	c #Conflicts:    3106000 | #Constraints:      77119
3109.08/3137.84	c INPROCESSING
3109.08/3137.84	c GARBAGE COLLECT
3109.08/3137.84	c rational objective 999
3150.48/3179.40	c #Conflicts:    3107000 | #Constraints:      43008
3150.48/3179.40	c #Conflicts:    3108000 | #Constraints:      44056
3150.48/3179.40	c #Conflicts:    3109000 | #Constraints:      45106
3150.48/3179.40	c #Conflicts:    3110000 | #Constraints:      46164
3150.48/3179.40	c #Conflicts:    3111000 | #Constraints:      47221
3150.48/3179.40	c #Conflicts:    3112000 | #Constraints:      48256
3150.48/3179.40	c #Conflicts:    3113000 | #Constraints:      49280
3150.48/3179.40	c #Conflicts:    3114000 | #Constraints:      50314
3150.48/3179.40	c #Conflicts:    3115000 | #Constraints:      51329
3150.48/3179.40	c #Conflicts:    3116000 | #Constraints:      52352
3150.48/3179.40	c #Conflicts:    3117000 | #Constraints:      53377
3150.48/3179.40	c #Conflicts:    3118000 | #Constraints:      54404
3150.48/3179.40	c #Conflicts:    3119000 | #Constraints:      55436
3150.48/3179.40	c #Conflicts:    3120000 | #Constraints:      56466
3150.48/3179.40	c #Conflicts:    3121000 | #Constraints:      57496
3150.48/3179.40	c #Conflicts:    3122000 | #Constraints:      58528
3150.48/3179.40	c #Conflicts:    3123000 | #Constraints:      59560
3150.48/3179.40	c #Conflicts:    3124000 | #Constraints:      60581
3150.48/3179.40	c #Conflicts:    3125000 | #Constraints:      61608
3150.48/3179.40	c #Conflicts:    3126000 | #Constraints:      62643
3150.48/3179.40	c #Conflicts:    3127000 | #Constraints:      63675
3150.48/3179.40	c #Conflicts:    3128000 | #Constraints:      64699
3150.48/3179.40	c #Conflicts:    3129000 | #Constraints:      65729
3150.48/3179.40	c #Conflicts:    3130000 | #Constraints:      66749
3150.48/3179.40	c #Conflicts:    3131000 | #Constraints:      67766
3150.48/3179.40	c #Conflicts:    3132000 | #Constraints:      68785
3150.48/3179.40	c #Conflicts:    3133000 | #Constraints:      69808
3150.48/3179.40	c #Conflicts:    3134000 | #Constraints:      70829
3150.48/3179.40	c #Conflicts:    3135000 | #Constraints:      71846
3150.48/3179.40	c #Conflicts:    3136000 | #Constraints:      72874
3150.48/3179.40	c #Conflicts:    3137000 | #Constraints:      73899
3150.48/3179.40	c #Conflicts:    3138000 | #Constraints:      74906
3150.48/3179.40	c #Conflicts:    3139000 | #Constraints:      75920
3150.48/3179.40	c #Conflicts:    3140000 | #Constraints:      76934
3150.48/3179.40	c #Conflicts:    3141000 | #Constraints:      77944
3150.48/3179.40	c INPROCESSING
3150.48/3179.40	c GARBAGE COLLECT
3150.48/3179.40	c rational objective 999
3196.31/3225.47	c #Conflicts:    3142000 | #Constraints:      43111
3196.31/3225.47	c #Conflicts:    3143000 | #Constraints:      44111
3196.31/3225.47	c #Conflicts:    3144000 | #Constraints:      45111
3196.31/3225.47	c #Conflicts:    3145000 | #Constraints:      46111
3196.31/3225.47	c #Conflicts:    3146000 | #Constraints:      47111
3196.31/3225.47	c #Conflicts:    3147000 | #Constraints:      48111
3196.31/3225.47	c #Conflicts:    3148000 | #Constraints:      49111
3196.31/3225.47	c #Conflicts:    3149000 | #Constraints:      50111
3196.31/3225.47	c #Conflicts:    3150000 | #Constraints:      51111
3196.31/3225.47	c #Conflicts:    3151000 | #Constraints:      52111
3196.31/3225.47	c #Conflicts:    3152000 | #Constraints:      53111
3196.31/3225.47	c #Conflicts:    3153000 | #Constraints:      54111
3196.31/3225.47	c #Conflicts:    3154000 | #Constraints:      55111
3196.31/3225.47	c #Conflicts:    3155000 | #Constraints:      56111
3196.31/3225.47	c #Conflicts:    3156000 | #Constraints:      57111
3196.31/3225.47	c #Conflicts:    3157000 | #Constraints:      58112
3196.31/3225.47	c #Conflicts:    3158000 | #Constraints:      59112
3196.31/3225.47	c #Conflicts:    3159000 | #Constraints:      60112
3196.31/3225.47	c #Conflicts:    3160000 | #Constraints:      61112
3196.31/3225.47	c #Conflicts:    3161000 | #Constraints:      62112
3196.31/3225.47	c #Conflicts:    3162000 | #Constraints:      63113
3196.31/3225.47	c #Conflicts:    3163000 | #Constraints:      64114
3196.31/3225.47	c #Conflicts:    3164000 | #Constraints:      65114
3196.31/3225.47	c #Conflicts:    3165000 | #Constraints:      66115
3196.31/3225.47	c #Conflicts:    3166000 | #Constraints:      67115
3196.31/3225.47	c #Conflicts:    3167000 | #Constraints:      68115
3196.31/3225.47	c #Conflicts:    3168000 | #Constraints:      69115
3196.31/3225.47	c #Conflicts:    3169000 | #Constraints:      70115
3196.31/3225.47	c #Conflicts:    3170000 | #Constraints:      71116
3196.31/3225.47	c #Conflicts:    3171000 | #Constraints:      72116
3196.31/3225.47	c #Conflicts:    3172000 | #Constraints:      73117
3196.31/3225.47	c #Conflicts:    3173000 | #Constraints:      74117
3196.31/3225.47	c #Conflicts:    3174000 | #Constraints:      75117
3196.31/3225.47	c #Conflicts:    3175000 | #Constraints:      76117
3196.31/3225.47	c #Conflicts:    3176000 | #Constraints:      77118
3196.31/3225.47	c #Conflicts:    3177000 | #Constraints:      78118
3196.31/3225.47	c INPROCESSING
3196.31/3225.47	c GARBAGE COLLECT
3196.31/3225.47	c rational objective 999
3237.48/3266.87	c #Conflicts:    3178000 | #Constraints:      43502
3237.48/3266.87	c #Conflicts:    3179000 | #Constraints:      44503
3237.48/3266.87	c #Conflicts:    3180000 | #Constraints:      45513
3237.48/3266.87	c #Conflicts:    3181000 | #Constraints:      46518
3237.48/3266.87	c #Conflicts:    3182000 | #Constraints:      47546
3237.48/3266.87	c #Conflicts:    3183000 | #Constraints:      48567
3237.48/3266.87	c #Conflicts:    3184000 | #Constraints:      49603
3237.48/3266.87	c #Conflicts:    3185000 | #Constraints:      50640
3237.48/3266.87	c #Conflicts:    3186000 | #Constraints:      51678
3237.48/3266.87	c #Conflicts:    3187000 | #Constraints:      52739
3237.48/3266.87	c #Conflicts:    3188000 | #Constraints:      53795
3237.48/3266.87	c #Conflicts:    3189000 | #Constraints:      54851
3237.48/3266.87	c #Conflicts:    3190000 | #Constraints:      55915
3237.48/3266.87	c #Conflicts:    3191000 | #Constraints:      56948
3237.48/3266.87	c #Conflicts:    3192000 | #Constraints:      57980
3237.48/3266.87	c #Conflicts:    3193000 | #Constraints:      59022
3237.48/3266.87	c #Conflicts:    3194000 | #Constraints:      60041
3237.48/3266.87	c #Conflicts:    3195000 | #Constraints:      61062
3237.48/3266.87	c #Conflicts:    3196000 | #Constraints:      62082
3237.48/3266.87	c #Conflicts:    3197000 | #Constraints:      63114
3237.48/3266.87	c #Conflicts:    3198000 | #Constraints:      64149
3237.48/3266.87	c #Conflicts:    3199000 | #Constraints:      65179
3237.48/3266.87	c #Conflicts:    3200000 | #Constraints:      66195
3237.48/3266.87	c #Conflicts:    3201000 | #Constraints:      67245
3237.48/3266.87	c #Conflicts:    3202000 | #Constraints:      68284
3237.48/3266.87	c #Conflicts:    3203000 | #Constraints:      69309
3237.48/3266.87	c #Conflicts:    3204000 | #Constraints:      70353
3237.48/3266.87	c #Conflicts:    3205000 | #Constraints:      71379
3237.48/3266.87	c #Conflicts:    3206000 | #Constraints:      72403
3237.48/3266.87	c #Conflicts:    3207000 | #Constraints:      73436
3237.48/3266.87	c #Conflicts:    3208000 | #Constraints:      74450
3237.48/3266.87	c #Conflicts:    3209000 | #Constraints:      75470
3237.48/3266.87	c #Conflicts:    3210000 | #Constraints:      76489
3237.48/3266.87	c #Conflicts:    3211000 | #Constraints:      77506
3237.48/3266.87	c #Conflicts:    3212000 | #Constraints:      78522
3237.48/3266.87	c #Conflicts:    3213000 | #Constraints:      79551
3237.48/3266.87	c INPROCESSING
3237.48/3266.87	c GARBAGE COLLECT
3237.48/3266.87	c rational objective 999
3285.21/3314.70	c #Conflicts:    3214000 | #Constraints:      44173
3285.21/3314.70	c #Conflicts:    3215000 | #Constraints:      45173
3285.21/3314.70	c #Conflicts:    3216000 | #Constraints:      46173
3285.21/3314.70	c #Conflicts:    3217000 | #Constraints:      47173
3285.21/3314.70	c #Conflicts:    3218000 | #Constraints:      48173
3285.21/3314.70	c #Conflicts:    3219000 | #Constraints:      49173
3285.21/3314.70	c #Conflicts:    3220000 | #Constraints:      50173
3285.21/3314.70	c #Conflicts:    3221000 | #Constraints:      51173
3285.21/3314.70	c #Conflicts:    3222000 | #Constraints:      52173
3285.21/3314.70	c #Conflicts:    3223000 | #Constraints:      53173
3285.21/3314.70	c #Conflicts:    3224000 | #Constraints:      54173
3285.21/3314.70	c #Conflicts:    3225000 | #Constraints:      55173
3285.21/3314.70	c #Conflicts:    3226000 | #Constraints:      56173
3285.21/3314.70	c #Conflicts:    3227000 | #Constraints:      57173
3285.21/3314.70	c #Conflicts:    3228000 | #Constraints:      58173
3285.21/3314.70	c #Conflicts:    3229000 | #Constraints:      59173
3285.21/3314.70	c #Conflicts:    3230000 | #Constraints:      60173
3285.21/3314.70	c #Conflicts:    3231000 | #Constraints:      61173
3285.21/3314.70	c #Conflicts:    3232000 | #Constraints:      62173
3285.21/3314.70	c #Conflicts:    3233000 | #Constraints:      63173
3285.21/3314.70	c #Conflicts:    3234000 | #Constraints:      64173
3285.21/3314.70	c #Conflicts:    3235000 | #Constraints:      65173
3285.21/3314.70	c #Conflicts:    3236000 | #Constraints:      66173
3285.21/3314.70	c #Conflicts:    3237000 | #Constraints:      67173
3285.21/3314.70	c #Conflicts:    3238000 | #Constraints:      68173
3285.21/3314.70	c #Conflicts:    3239000 | #Constraints:      69173
3285.21/3314.70	c #Conflicts:    3240000 | #Constraints:      70173
3285.21/3314.70	c #Conflicts:    3241000 | #Constraints:      71173
3285.21/3314.70	c #Conflicts:    3242000 | #Constraints:      72173
3285.21/3314.70	c #Conflicts:    3243000 | #Constraints:      73173
3285.21/3314.70	c #Conflicts:    3244000 | #Constraints:      74173
3285.21/3314.70	c #Conflicts:    3245000 | #Constraints:      75173
3285.21/3314.70	c #Conflicts:    3246000 | #Constraints:      76173
3285.21/3314.70	c #Conflicts:    3247000 | #Constraints:      77173
3285.21/3314.70	c #Conflicts:    3248000 | #Constraints:      78173
3285.21/3314.70	c #Conflicts:    3249000 | #Constraints:      79173
3285.21/3314.70	c INPROCESSING
3285.21/3314.70	c GARBAGE COLLECT
3285.21/3314.70	c rational objective 999
3334.46/3367.23	c #Conflicts:    3250000 | #Constraints:      44138
3334.46/3367.23	c #Conflicts:    3251000 | #Constraints:      45138
3334.46/3367.23	c #Conflicts:    3252000 | #Constraints:      46138
3334.46/3367.23	c #Conflicts:    3253000 | #Constraints:      47138
3334.46/3367.23	c #Conflicts:    3254000 | #Constraints:      48138
3334.46/3367.23	c #Conflicts:    3255000 | #Constraints:      49138
3334.46/3367.23	c #Conflicts:    3256000 | #Constraints:      50138
3334.46/3367.23	c #Conflicts:    3257000 | #Constraints:      51138
3334.46/3367.23	c #Conflicts:    3258000 | #Constraints:      52138
3334.46/3367.23	c #Conflicts:    3259000 | #Constraints:      53138
3334.46/3367.23	c #Conflicts:    3260000 | #Constraints:      54138
3334.46/3367.23	c #Conflicts:    3261000 | #Constraints:      55138
3334.46/3367.23	c #Conflicts:    3262000 | #Constraints:      56138
3334.46/3367.23	c #Conflicts:    3263000 | #Constraints:      57138
3334.46/3367.23	c #Conflicts:    3264000 | #Constraints:      58138
3334.46/3367.23	c #Conflicts:    3265000 | #Constraints:      59138
3334.46/3367.23	c #Conflicts:    3266000 | #Constraints:      60138
3334.46/3367.23	c #Conflicts:    3267000 | #Constraints:      61138
3334.46/3367.23	c #Conflicts:    3268000 | #Constraints:      62138
3334.46/3367.23	c #Conflicts:    3269000 | #Constraints:      63138
3334.46/3367.23	c #Conflicts:    3270000 | #Constraints:      64138
3334.46/3367.23	c #Conflicts:    3271000 | #Constraints:      65138
3334.46/3367.23	c #Conflicts:    3272000 | #Constraints:      66138
3334.46/3367.23	c #Conflicts:    3273000 | #Constraints:      67138
3334.46/3367.23	c #Conflicts:    3274000 | #Constraints:      68138
3334.46/3367.23	c #Conflicts:    3275000 | #Constraints:      69138
3334.46/3367.23	c #Conflicts:    3276000 | #Constraints:      70138
3334.46/3367.23	c #Conflicts:    3277000 | #Constraints:      71138
3334.46/3367.23	c #Conflicts:    3278000 | #Constraints:      72138
3334.46/3367.23	c #Conflicts:    3279000 | #Constraints:      73138
3334.46/3367.23	c #Conflicts:    3280000 | #Constraints:      74138
3334.46/3367.23	c #Conflicts:    3281000 | #Constraints:      75138
3334.46/3367.23	c #Conflicts:    3282000 | #Constraints:      76138
3334.46/3367.23	c #Conflicts:    3283000 | #Constraints:      77138
3334.46/3367.23	c #Conflicts:    3284000 | #Constraints:      78138
3334.46/3367.23	c #Conflicts:    3285000 | #Constraints:      79138
3334.46/3367.23	c INPROCESSING
3334.46/3367.23	c GARBAGE COLLECT
3334.46/3367.23	c rational objective 999
3375.16/3409.53	c #Conflicts:    3286000 | #Constraints:      44044
3375.16/3409.53	c #Conflicts:    3287000 | #Constraints:      45099
3375.16/3409.53	c #Conflicts:    3288000 | #Constraints:      46141
3375.16/3409.53	c #Conflicts:    3289000 | #Constraints:      47184
3375.16/3409.53	c #Conflicts:    3290000 | #Constraints:      48220
3375.16/3409.53	c #Conflicts:    3291000 | #Constraints:      49258
3375.16/3409.53	c #Conflicts:    3292000 | #Constraints:      50288
3375.16/3409.53	c #Conflicts:    3293000 | #Constraints:      51315
3375.16/3409.53	c #Conflicts:    3294000 | #Constraints:      52349
3375.16/3409.53	c #Conflicts:    3295000 | #Constraints:      53385
3375.16/3409.53	c #Conflicts:    3296000 | #Constraints:      54426
3375.16/3409.53	c #Conflicts:    3297000 | #Constraints:      55461
3375.16/3409.53	c #Conflicts:    3298000 | #Constraints:      56504
3375.16/3409.53	c #Conflicts:    3299000 | #Constraints:      57549
3375.16/3409.53	c #Conflicts:    3300000 | #Constraints:      58581
3375.16/3409.53	c #Conflicts:    3301000 | #Constraints:      59609
3375.16/3409.53	c #Conflicts:    3302000 | #Constraints:      60633
3375.16/3409.53	c #Conflicts:    3303000 | #Constraints:      61679
3375.16/3409.53	c #Conflicts:    3304000 | #Constraints:      62713
3375.16/3409.53	c #Conflicts:    3305000 | #Constraints:      63743
3375.16/3409.53	c #Conflicts:    3306000 | #Constraints:      64775
3375.16/3409.53	c #Conflicts:    3307000 | #Constraints:      65812
3375.16/3409.53	c #Conflicts:    3308000 | #Constraints:      66838
3375.16/3409.53	c #Conflicts:    3309000 | #Constraints:      67880
3375.16/3409.53	c #Conflicts:    3310000 | #Constraints:      68903
3375.16/3409.53	c #Conflicts:    3311000 | #Constraints:      69935
3375.16/3409.53	c #Conflicts:    3312000 | #Constraints:      70967
3375.16/3409.53	c #Conflicts:    3313000 | #Constraints:      71993
3375.16/3409.53	c #Conflicts:    3314000 | #Constraints:      73010
3375.16/3409.53	c #Conflicts:    3315000 | #Constraints:      74053
3375.16/3409.53	c #Conflicts:    3316000 | #Constraints:      75065
3375.16/3409.53	c #Conflicts:    3317000 | #Constraints:      76098
3375.16/3409.53	c #Conflicts:    3318000 | #Constraints:      77120
3375.16/3409.53	c #Conflicts:    3319000 | #Constraints:      78142
3375.16/3409.53	c #Conflicts:    3320000 | #Constraints:      79167
3375.16/3409.53	c #Conflicts:    3321000 | #Constraints:      80191
3375.16/3409.53	c INPROCESSING
3375.16/3409.53	c GARBAGE COLLECT
3375.16/3409.53	c rational objective 999
3424.58/3461.07	c #Conflicts:    3322000 | #Constraints:      44234
3424.58/3461.07	c #Conflicts:    3323000 | #Constraints:      45234
3424.58/3461.07	c #Conflicts:    3324000 | #Constraints:      46234
3424.58/3461.07	c #Conflicts:    3325000 | #Constraints:      47234
3424.58/3461.07	c #Conflicts:    3326000 | #Constraints:      48234
3424.58/3461.07	c #Conflicts:    3327000 | #Constraints:      49234
3424.58/3461.07	c #Conflicts:    3328000 | #Constraints:      50234
3424.58/3461.07	c #Conflicts:    3329000 | #Constraints:      51234
3424.58/3461.07	c #Conflicts:    3330000 | #Constraints:      52234
3424.58/3461.07	c #Conflicts:    3331000 | #Constraints:      53234
3424.58/3461.07	c #Conflicts:    3332000 | #Constraints:      54234
3424.58/3461.07	c #Conflicts:    3333000 | #Constraints:      55234
3424.58/3461.07	c #Conflicts:    3334000 | #Constraints:      56234
3424.58/3461.07	c #Conflicts:    3335000 | #Constraints:      57234
3424.58/3461.07	c #Conflicts:    3336000 | #Constraints:      58234
3424.58/3461.07	c #Conflicts:    3337000 | #Constraints:      59234
3424.58/3461.07	c #Conflicts:    3338000 | #Constraints:      60234
3424.58/3461.07	c #Conflicts:    3339000 | #Constraints:      61234
3424.58/3461.07	c #Conflicts:    3340000 | #Constraints:      62234
3424.58/3461.07	c #Conflicts:    3341000 | #Constraints:      63234
3424.58/3461.07	c #Conflicts:    3342000 | #Constraints:      64234
3424.58/3461.07	c #Conflicts:    3343000 | #Constraints:      65234
3424.58/3461.07	c #Conflicts:    3344000 | #Constraints:      66234
3424.58/3461.07	c #Conflicts:    3345000 | #Constraints:      67234
3424.58/3461.07	c #Conflicts:    3346000 | #Constraints:      68234
3424.58/3461.07	c #Conflicts:    3347000 | #Constraints:      69234
3424.58/3461.07	c #Conflicts:    3348000 | #Constraints:      70234
3424.58/3461.07	c #Conflicts:    3349000 | #Constraints:      71234
3424.58/3461.07	c #Conflicts:    3350000 | #Constraints:      72234
3424.58/3461.07	c #Conflicts:    3351000 | #Constraints:      73234
3424.58/3461.07	c #Conflicts:    3352000 | #Constraints:      74234
3424.58/3461.07	c #Conflicts:    3353000 | #Constraints:      75234
3424.58/3461.07	c #Conflicts:    3354000 | #Constraints:      76234
3424.58/3461.07	c #Conflicts:    3355000 | #Constraints:      77234
3424.58/3461.07	c #Conflicts:    3356000 | #Constraints:      78234
3424.58/3461.07	c #Conflicts:    3357000 | #Constraints:      79234
3424.58/3461.07	c #Conflicts:    3358000 | #Constraints:      80234
3424.58/3461.07	c INPROCESSING
3424.58/3461.07	c GARBAGE COLLECT
3424.58/3461.07	c rational objective 999
3475.30/3512.29	c #Conflicts:    3359000 | #Constraints:      44572
3475.30/3512.29	c #Conflicts:    3360000 | #Constraints:      45618
3475.30/3512.29	c #Conflicts:    3361000 | #Constraints:      46677
3475.30/3512.29	c #Conflicts:    3362000 | #Constraints:      47733
3475.30/3512.29	c #Conflicts:    3363000 | #Constraints:      48778
3475.30/3512.29	c #Conflicts:    3364000 | #Constraints:      49823
3475.30/3512.29	c #Conflicts:    3365000 | #Constraints:      50864
3475.30/3512.29	c #Conflicts:    3366000 | #Constraints:      51899
3475.30/3512.29	c #Conflicts:    3367000 | #Constraints:      52945
3475.30/3512.29	c #Conflicts:    3368000 | #Constraints:      53993
3475.30/3512.29	c #Conflicts:    3369000 | #Constraints:      55028
3475.30/3512.29	c #Conflicts:    3370000 | #Constraints:      56057
3475.30/3512.29	c #Conflicts:    3371000 | #Constraints:      57100
3475.30/3512.29	c #Conflicts:    3372000 | #Constraints:      58123
3475.30/3512.29	c #Conflicts:    3373000 | #Constraints:      59155
3475.30/3512.29	c #Conflicts:    3374000 | #Constraints:      60194
3475.30/3512.29	c #Conflicts:    3375000 | #Constraints:      61223
3475.30/3512.29	c #Conflicts:    3376000 | #Constraints:      62252
3475.30/3512.29	c #Conflicts:    3377000 | #Constraints:      63287
3475.30/3512.29	c #Conflicts:    3378000 | #Constraints:      64314
3475.30/3512.29	c #Conflicts:    3379000 | #Constraints:      65342
3475.30/3512.29	c #Conflicts:    3380000 | #Constraints:      66378
3475.30/3512.29	c #Conflicts:    3381000 | #Constraints:      67405
3475.30/3512.29	c #Conflicts:    3382000 | #Constraints:      68432
3475.30/3512.29	c #Conflicts:    3383000 | #Constraints:      69455
3475.30/3512.29	c #Conflicts:    3384000 | #Constraints:      70480
3475.30/3512.29	c #Conflicts:    3385000 | #Constraints:      71505
3475.30/3512.29	c #Conflicts:    3386000 | #Constraints:      72531
3475.30/3512.29	c #Conflicts:    3387000 | #Constraints:      73554
3475.30/3512.29	c #Conflicts:    3388000 | #Constraints:      74576
3475.30/3512.29	c #Conflicts:    3389000 | #Constraints:      75602
3475.30/3512.29	c #Conflicts:    3390000 | #Constraints:      76628
3475.30/3512.29	c #Conflicts:    3391000 | #Constraints:      77643
3475.30/3512.29	c #Conflicts:    3392000 | #Constraints:      78660
3475.30/3512.29	c #Conflicts:    3393000 | #Constraints:      79690
3475.30/3512.29	c #Conflicts:    3394000 | #Constraints:      80725
3475.30/3512.29	c #Conflicts:    3395000 | #Constraints:      81745
3475.30/3512.29	c INPROCESSING
3475.30/3512.29	c GARBAGE COLLECT
3475.30/3512.29	c rational objective 999
3529.06/3566.26	c #Conflicts:    3396000 | #Constraints:      45296
3529.06/3566.26	c #Conflicts:    3397000 | #Constraints:      46296
3529.06/3566.26	c #Conflicts:    3398000 | #Constraints:      47296
3529.06/3566.26	c #Conflicts:    3399000 | #Constraints:      48296
3529.06/3566.26	c #Conflicts:    3400000 | #Constraints:      49296
3529.06/3566.26	c #Conflicts:    3401000 | #Constraints:      50296
3529.06/3566.26	c #Conflicts:    3402000 | #Constraints:      51296
3529.06/3566.26	c #Conflicts:    3403000 | #Constraints:      52296
3529.06/3566.26	c #Conflicts:    3404000 | #Constraints:      53296
3529.06/3566.26	c #Conflicts:    3405000 | #Constraints:      54296
3529.06/3566.26	c #Conflicts:    3406000 | #Constraints:      55296
3529.06/3566.26	c #Conflicts:    3407000 | #Constraints:      56296
3529.06/3566.26	c #Conflicts:    3408000 | #Constraints:      57296
3529.06/3566.26	c #Conflicts:    3409000 | #Constraints:      58296
3529.06/3566.26	c #Conflicts:    3410000 | #Constraints:      59296
3529.06/3566.26	c #Conflicts:    3411000 | #Constraints:      60296
3529.06/3566.26	c #Conflicts:    3412000 | #Constraints:      61296
3529.06/3566.26	c #Conflicts:    3413000 | #Constraints:      62296
3529.06/3566.26	c #Conflicts:    3414000 | #Constraints:      63296
3529.06/3566.26	c #Conflicts:    3415000 | #Constraints:      64296
3529.06/3566.26	c #Conflicts:    3416000 | #Constraints:      65296
3529.06/3566.26	c #Conflicts:    3417000 | #Constraints:      66296
3529.06/3566.26	c #Conflicts:    3418000 | #Constraints:      67296
3529.06/3566.26	c #Conflicts:    3419000 | #Constraints:      68296
3529.06/3566.26	c #Conflicts:    3420000 | #Constraints:      69296
3529.06/3566.26	c #Conflicts:    3421000 | #Constraints:      70296
3529.06/3566.26	c #Conflicts:    3422000 | #Constraints:      71296
3529.06/3566.26	c #Conflicts:    3423000 | #Constraints:      72296
3529.06/3566.26	c #Conflicts:    3424000 | #Constraints:      73296
3529.06/3566.26	c #Conflicts:    3425000 | #Constraints:      74296
3529.06/3566.26	c #Conflicts:    3426000 | #Constraints:      75296
3529.06/3566.26	c #Conflicts:    3427000 | #Constraints:      76296
3529.06/3566.26	c #Conflicts:    3428000 | #Constraints:      77296
3529.06/3566.26	c #Conflicts:    3429000 | #Constraints:      78296
3529.06/3566.26	c #Conflicts:    3430000 | #Constraints:      79296
3529.06/3566.26	c #Conflicts:    3431000 | #Constraints:      80296
3529.06/3566.26	c #Conflicts:    3432000 | #Constraints:      81296
3529.06/3566.26	c INPROCESSING
3529.06/3566.26	c GARBAGE COLLECT
3529.06/3566.26	c rational objective 999
3582.67/3620.10	c #Conflicts:    3433000 | #Constraints:      45205
3582.67/3620.10	c #Conflicts:    3434000 | #Constraints:      46205
3582.67/3620.10	c #Conflicts:    3435000 | #Constraints:      47205
3582.67/3620.10	c #Conflicts:    3436000 | #Constraints:      48205
3582.67/3620.10	c #Conflicts:    3437000 | #Constraints:      49205
3582.67/3620.10	c #Conflicts:    3438000 | #Constraints:      50205
3582.67/3620.10	c #Conflicts:    3439000 | #Constraints:      51205
3582.67/3620.10	c #Conflicts:    3440000 | #Constraints:      52205
3582.67/3620.10	c #Conflicts:    3441000 | #Constraints:      53205
3582.67/3620.10	c #Conflicts:    3442000 | #Constraints:      54205
3582.67/3620.10	c #Conflicts:    3443000 | #Constraints:      55205
3582.67/3620.10	c #Conflicts:    3444000 | #Constraints:      56205
3582.67/3620.10	c #Conflicts:    3445000 | #Constraints:      57205
3582.67/3620.10	c #Conflicts:    3446000 | #Constraints:      58205
3582.67/3620.10	c #Conflicts:    3447000 | #Constraints:      59205
3582.67/3620.10	c #Conflicts:    3448000 | #Constraints:      60205
3582.67/3620.10	c #Conflicts:    3449000 | #Constraints:      61205
3582.67/3620.10	c #Conflicts:    3450000 | #Constraints:      62205
3582.67/3620.10	c #Conflicts:    3451000 | #Constraints:      63205
3582.67/3620.10	c #Conflicts:    3452000 | #Constraints:      64205
3582.67/3620.10	c #Conflicts:    3453000 | #Constraints:      65205
3582.67/3620.10	c #Conflicts:    3454000 | #Constraints:      66205
3582.67/3620.10	c #Conflicts:    3455000 | #Constraints:      67205
3582.67/3620.10	c #Conflicts:    3456000 | #Constraints:      68205
3582.67/3620.10	c #Conflicts:    3457000 | #Constraints:      69205
3582.67/3620.10	c #Conflicts:    3458000 | #Constraints:      70205
3582.67/3620.10	c #Conflicts:    3459000 | #Constraints:      71205
3582.67/3620.10	c #Conflicts:    3460000 | #Constraints:      72205
3582.67/3620.10	c #Conflicts:    3461000 | #Constraints:      73205
3582.67/3620.10	c #Conflicts:    3462000 | #Constraints:      74205
3582.67/3620.10	c #Conflicts:    3463000 | #Constraints:      75205
3582.67/3620.10	c #Conflicts:    3464000 | #Constraints:      76205
3582.67/3620.10	c #Conflicts:    3465000 | #Constraints:      77205
3582.67/3620.10	c #Conflicts:    3466000 | #Constraints:      78205
3582.67/3620.10	c #Conflicts:    3467000 | #Constraints:      79205
3582.67/3620.10	c #Conflicts:    3468000 | #Constraints:      80205
3582.67/3620.10	c #Conflicts:    3469000 | #Constraints:      81205
3582.67/3620.10	c INPROCESSING
3582.67/3620.10	c GARBAGE COLLECT
3582.67/3620.10	c rational objective 999
3600.07/3637.50	c #Conflicts:    3470000 | #Constraints:      45060
3600.07/3637.50	c #Conflicts:    3471000 | #Constraints:      46060
3600.07/3637.50	c #Conflicts:    3472000 | #Constraints:      47060
3600.07/3637.50	c #Conflicts:    3473000 | #Constraints:      48060
3600.07/3637.50	c #Conflicts:    3474000 | #Constraints:      49061
3600.07/3637.50	c #Conflicts:    3475000 | #Constraints:      50105
3600.07/3637.50	c #Conflicts:    3476000 | #Constraints:      51122
3600.07/3637.50	c #Conflicts:    3477000 | #Constraints:      52142
3600.07/3637.50	c #Conflicts:    3478000 | #Constraints:      53146
3600.07/3637.50	c #Conflicts:    3479000 | #Constraints:      54153
3600.07/3637.50	c #Conflicts:    3480000 | #Constraints:      55160
3600.07/3637.50	c #Conflicts:    3481000 | #Constraints:      56164
3600.07/3637.50	c #Conflicts:    3482000 | #Constraints:      57169
3600.07/3637.50	c #Conflicts:    3483000 | #Constraints:      58186
3600.07/3637.50	c #Conflicts:    3484000 | #Constraints:      59189
3600.07/3637.50	c cpu time 3561.73 s
3600.07/3637.50	c deterministic time 196978412763 1.97e+11
3600.07/3637.50	c optimization time 18.0995 s
3600.07/3637.50	c total solve time 3543.6 s
3600.07/3637.50	c core-guided solve time 2208.87 s
3600.07/3637.50	c propagation time 2736.35 s
3600.07/3637.50	c conflict analysis time 742.073 s
3600.07/3637.50	c propagations 923460251
3600.07/3637.50	c resolve steps 56973386
3600.07/3637.50	c decisions 9729130
3600.07/3637.50	c conflicts 3484381
3600.07/3637.50	c restarts 6140
3600.07/3637.50	c inprocessing phases 177
3600.07/3637.50	c garbage collections 177 ,( 100.00 )
3600.07/3637.50	c input clauses 5178 ,( 63.22 )
3600.07/3637.50	c input cardinalities 2598 ,( 31.72 )
3600.07/3637.50	c input general constraints 414 ,( 5.05 )
3600.07/3637.50	c input average constraint length 280.78
3600.07/3637.50	c input average constraint degree 78.99
3600.07/3637.50	c learned clauses 2283892 ,( 64.85 )
3600.07/3637.50	c learned cardinalities 294504 ,( 8.36 )
3600.07/3637.50	c learned general constraints 943281 ,( 26.78 )
3600.07/3637.50	c learned average constraint length 233.33
3600.07/3637.50	c learned average constraint degree 696183811.98
3600.07/3637.50	c watched  CF 32, 64, 128, Arb: 368397 , 0 , 0 , 0
3600.07/3637.50	c counting CF 32, 64, 128, Arb: 575299 , 0 , 0 , 0
3600.07/3637.50	c watched   constraints 368397 ,( 39.04 ) 
3600.07/3637.50	c counting  constraints 575298 ,( 60.96 ) 
3600.07/3637.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2201806159 , 5251922995 , 28271924348 ,( 689141257 , 27582783091 )
3600.07/3637.50	c gcd simplifications 84087
3600.07/3637.50	c detected cardinalities 45539
3600.07/3637.50	c weakened non-implied lits 374664285
3600.07/3637.50	c weakened non-implying lits 148764
3600.07/3637.50	c original variables 1968
3600.07/3637.50	c clausal propagations 372287467
3600.07/3637.50	c cardinality propagations 61316643
3600.07/3637.50	c watched propagations 12866709
3600.07/3637.50	c counting propagations 441703944
3600.07/3637.50	c watch lookups 112243204187
3600.07/3637.50	c watch backjump lookups 0
3600.07/3637.50	c watch checks 44380652958
3600.07/3637.50	c propagation checks 35820214308
3600.07/3637.50	c constraint additions 2660975562
3600.07/3637.50	c trail pops 936636058
3600.07/3637.50	c formula constraints 4008
3600.07/3637.50	c learned constraints 3448429
3600.07/3637.50	c bound constraints 1154
3600.07/3637.50	c core-guided constraints 3028
3600.07/3637.50	c encountered formula constraints 16158819
3600.07/3637.50	c encountered learned constraints 31410641
3600.07/3637.50	c encountered bound constraints 171
3600.07/3637.50	c encountered core-guided constraints 12049166
3600.07/3637.50	c LP total time 361.218 s
3600.07/3637.50	c LP solve time 315.66 s
3600.07/3637.50	c LP constraints added 6412
3600.07/3637.50	c LP constraints removed 2386
3600.07/3637.50	c LP pivots internal 3484395
3600.07/3637.50	c LP pivots root 55913
3600.07/3637.50	c LP calls 47387
3600.07/3637.50	c LP optimalities 11197
3600.07/3637.50	c LP no pivot count 4495
3600.07/3637.50	c LP infeasibilities 36187
3600.07/3637.50	c LP valid Farkas constraints 36177
3600.07/3637.50	c LP learned Farkas constraints 36092
3600.07/3637.50	c LP basis resets 10
3600.07/3637.50	c LP cycling count 0
3600.07/3637.50	c LP singular count 0
3600.07/3637.50	c LP no primal count 0
3600.07/3637.50	c LP no farkas count 10
3600.07/3637.50	c LP other issue count 0
3600.07/3637.50	c LP Gomory cuts 979
3600.07/3637.50	c LP learned cuts 1425
3600.07/3637.50	c LP deleted cuts 2386
3600.07/3637.50	c LP encountered Gomory constraints 3669
3600.07/3637.50	c LP encountered Farkas constraints 567296
3600.07/3637.50	c LP encountered learned Farkas constraints 231913
3600.07/3637.50	c CG auxiliary variables introduced 1342
3600.07/3637.50	c CG solutions found 156
3600.07/3637.50	c CG cores constructed 999
3600.07/3637.50	c CG core cardinality constraints returned 0
3600.07/3637.50	c CG unit cores 1
3600.07/3637.50	c CG single cores 998
3600.07/3637.50	c CG blocks removed during cardinality reduction 0
3600.07/3637.50	c CG first core best 0
3600.07/3637.50	c CG decision core best 0
3600.07/3637.50	c CG core reduction tie 0
3600.07/3637.50	c CG core degree average 1.00
3600.07/3637.50	c CG core slack average 2.11
3600.07/3637.50	c CG core upper bound improvements 7
3600.07/3637.50	c STR number of successful calls 0
3600.07/3637.50	c STR number of unsuccessful calls 0
3600.07/3637.50	c STR number of inconclusive calls 0
3600.07/3637.50	c STR number of successful attempts 0
3600.07/3637.50	c STR number of unsuccessful attempts 0
3600.07/3637.50	c STR number of inconclusive attempts 0
3600.07/3637.50	c STR average degree increase per successful call inf
3600.07/3637.50	c STR average degree increase per successful attempt inf
3600.07/3637.50	c STR total number of conflicts for successful attempts 0
3600.07/3637.50	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3637.50	c STR total number of conflicts for inconclusive attempts 0
3600.07/3637.50	c STR average number of conflicts per successful attempt inf
3600.07/3637.50	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3637.50	c STR average number of conflicts per inconclusive attempt inf
3600.07/3637.50	c AVG.sumWPerc 49.93 
3600.07/3637.50	c bigint constraints 0 
3600.07/3637.50	o 1035
3600.07/3637.50	s SATISFIABLE
3600.07/3637.50	v x1 x2 -x3 x4 x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 x16 x17 x18 -x19 x20 -x21 x22 -x23 x24 x25 x26 x27 -x28 x29 x30 -x31 -x32 x33 x34 x35 x36 x37 -x38 x39 x40 -x41 x42 x43 x44 x45 -x46 x47 x48 x49 -x50 x51 x52 x53 x54 x55 x56 -x57 -x58 -x59 x60 -x61 -x62 x63 x64 -x65 -x66 -x67 x68 x69 -x70 x71 x72 -x73 -x74 x75 x76 -x77 x78 -x79 x80 -x81 -x82 -x83 -x84 x85 x86 -x87 x88 -x89 x90 x91 -x92 -x93 x94 x95 -x96 x97 -x98 -x99 x100 x101 -x102 x103 -x104 x105 x106 -x107 -x108 -x109 x110 x111 -x112 -x113 x114 x115 x116 -x117 x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 x136 x137 x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 x150 x151 x152 -x153 -x154 x155 x156 x157 x158 -x159 x160 x161 -x162 -x163 x164 x165 -x166 -x167 x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 x185 x186 -x187 -x188 x189 -x190 -x191 x192 -x193 x194 x195 x196 x197 -x198 -x199 -x200 x201 x202 x203 x204 -x205 -x206 -x207 x208 -x209 -x210 x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 x230 x231 -x232 -x233 x234 x235 x236 -x237 -x238 -x239 -x240 x241 -x242 x243 -x244 -x245 x246 x247 x248 -x249 -x250 -x251 -x252 x253 -x254 -x255 x256 -x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 x266 -x267 -x268 x269 x270 -x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 x297 -x298 x299 -x300 x301 x302 -x303 x304 x305 x306 -x307 x308 x309 x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 x318 -x319 x320 x321 x322 x323 -x324 -x325 x326 x327 -x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 -x347 x348 x349 x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 x358 -x359 x360 -x361 -x362 x363 x364 x365 x366 x367 x368 x369 -x370 x371 -x372 x373 x374 x375 -x376 x377 -x378 -x379 -x380 -x381 x382 x383 x384 x385 -x386 x387 x388 x389 -x390 -x391 x392 x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 x401 x402 x403 -x404 -x405 x406 x407 -x408 x409 x410 -x411 x412 x413 x414 x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 x428 -x429 x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 x438 x439 x440 x441 x442 x443 x444 x445 -x446 -x447 x448 x449 x450 -x451 x452 -x453 -x454 x455 -x456 -x457 x458 x459 x460 x461 x462 -x463 -x464 -x465 -x466 x467 -x468 x469 -x470 -x471 -x472 x473 x474 x475 x476 -x477 x478 -x479 x480 x481 x482 x483 x484 -x485 x486 -x487 x488 -x489 x490 x491 x492 x493 -x494 x495 x496 -x497 -x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 -x509 x510 x511 x512 x513 -x514 -x515 x516 x517 -x518 x519 x520 x521 x522 x523 x524 -x525 -x526 -x527 -x528 x529 x530 -x531 -x532 x533 x534 -x535 x536 -x537 x538 -x539 x540 x541 x542 x543 x544 x545 x546 -x547 x548 -x549 -x550 -x551 x552 -x553 x554 x555 x556 x557 x558 x559 -x560 -x561 -x562 -x563 -x564 -x565 x566 x567 -x568 x569 x570 x571 -x572 -x573 x574 -x575 x576 -x577 -x578 x579 x580 -x581 x582 x583 x584 x585 -x586 -x587 -x588 x589 x590 x591 x592 x593 -x594 -x595 x596 x597 x598 -x599 -x600 x601 -x602 x603 -x604 -x605 -x606 x607 x608 -x609 x610 -x611 -x612 x613 -x614 -x615 -x616 -x617 x618 x619 x620 -x621 x622 -x623 x624 x625 -x626 -x627 x628 -x629 -x630 x631 x632 x633 -x634 -x635 x636 -x637 x638 x639 x640 -x641 x642 -x643 x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 x652 -x653 x654 x655 x656 x657 -x658 -x659 x660 -x661 x662 -x663 x664 -x665 x666 x667 -x668 -x669 -x670 -x671 x672 -x673 -x674 x675 -x676 x677 x678 x679 x680 -x681 x682 -x683 x684 -x685 x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 x694 x695 x696 x697 -x698 x699 -x700 x701 x702 x703 -x704 x705 x706 -x707 x708 x709 x710 x711 x712 -x713 -x714 -x715 -x716 -x717 x718 x719 x720 x721 -x722 x723 -x724 x725 x726 -x727 x728 -x729 -x730 x731 x732 -x733 -x734 -x735 x736 -x737 x738 x739 x740 x741 -x742 -x743 -x744 -x745 x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 x754 -x755 -x756 x757 -x758 -x759 -x760 -x761 x762 -x763 -x764 x765 x766 x767 x768 x769 -x770 -x771 -x772 x773 x774 x775 -x776 -x777 x778 x779 -x780 -x781 x782 x783 -x784 x785 -x786 x787 x788 x789 -x790 -x791 -x792 x793 x794 -x795 -x796 -x797 x798 x799 -x800 x801 -x802 -x803 -x804 x805 -x806 x807 -x808 -x809 -x810 x811 -x812 x813 x814 -x815 -x816 x817 -x818 x819 x820 -x821 -x822 x823 x824 -x825 x826 x827 -x828 x829 x830 x831 -x832 -x833 x834 x835 x836 -x837 x838 x839 -x840 -x841 -x842 x843 -x844 -x845 x846 -x847 -x848 x849 x850 x851 x852 x853 -x854 -x855 x856 x857 x858 -x859 x860 x861 -x862 x863 x864 -x865 -x866 -x867 x868 x869 -x870 x871 x872 -x873 -x874 x875 -x876 -x877 -x878 -x879 x880 -x881 x882 x883 x884 x885 -x886 -x887 x888 x889 x890 x891 -x892 -x893 -x894 -x895 -x896 -x897 x898 x899 x900 x901 -x902 x903 -x904 -x905 x906 x907 x908 x909 -x910 x911 x912 x913 -x914 -x915 -x916 -x917 x918 x919 x920 -x921 -x922 x923 -x924 x925 x926 -x927 -x928 x929 -x930 x931 x932 -x933 -x934 -x935 x936 x937 -x938 -x939 -x940 x941 x942 -x943 -x944 -x945 -x946 x947 -x948 x949 x950 x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 x965 -x966 x967 x968 x969 x970 -x971 x972 -x973 x974 -x975 x976 x977 -x978 x979 -x980 x981 -x982 -x983 x984 x985 -x986 -x987 x988 x989 x990 -x991 x992 x993 -x994 -x995 x996 -x997 x998 -x999 -x1000 -x1001 x1002 -x1003 x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 x1013 x1014 x1015 -x1016 x1017 -x1018 x1019 -x1020 -x1021 -x1022 x1023 x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 x1035 -x1036 x1037 -x1038 x1039 x1040 x1041 x1042 x1043 -x1044 -x1045 x1046 -x1047 x1048 x1049 -x1050 x1051 x1052 x1053 x1054 -x1055 x1056 -x1057 x1058 x1059 x1060 x1061 -x1062 -x1063 -x1064 -x1065 x1066 -x1067 -x1068 x1069 -x1070 x1071 -x1072 -x1073 -x1074 -x1075 x1076 x1077 x1078 -x1079 -x1080 x1081 x1082 x1083 x1084 x1085 -x1086 x1087 -x1088 x1089 -x1090 -x1091 -x1092 -x1093 -x1094 x1095 -x1096 -x1097 x1098 x1099 x1100 -x1101 x1102 x1103 x1104 x1105 -x1106 -x1107 x1108 -x1109 -x1110 -x1111 x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 x1121 x1122 x1123 -x1124 -x1125 -x1126 x1127 -x1128 x1129 x1130 x1131 -x1132 x1133 -x1134 -x1135 x1136 x1137 x1138 x1139 -x1140 x1141 -x1142 -x1143 -x1144 x1145 x1146 -x1147 -x1148 -x1149 x1150 -x1151 x1152 x1153 -x1154 -x1155 -x1156 x1157 x1158 x1159 x1160 x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 x1169 -x1170 -x1171 x1172 x1173 -x1174 -x1175 x1176 -x1177 x1178 x1179 x1180 x1181 x1182 x1183 -x1184 x1185 x1186 -x1187 x1188 x1189 x1190 -x1191 x1192 -x1193 x1194 x1195 x1196 x1197 x1198 -x1199 x1200 x1201 x1202 -x1203 -x1204 -x1205 x1206 x1207 x1208 x1209 -x1210 x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 x1223 -x1224 -x1225 x1226 x1227 x1228 -x1229 x1230 x1231 -x1232 x1233 x1234 x1235 x1236 -x1237 x1238 -x1239 x1240 -x1241 x1242 x1243 x1244 x1245 -x1246 x1247 -x1248 -x1249 -x1250 x1251 -x1252 x1253 x1254 x1255 x1256 -x1257 -x1258 x1259 x1260 -x1261 -x1262 x1263 -x1264 -x1265 -x1266 x1267 -x1268 x1269 -x1270 -x1271 x1272 -x1273 x1274 -x1275 x1276 x1277 x1278 x1279 -x1280 x1281 x1282 x1283 x1284 x1285 -x1286 -x1287 x1288 -x1289 x1290 -x1291 -x1292 x1293 x1294 -x1295 -x1296 -x1297 x1298 x1299 -x1300 -x1301 x1302 -x1303 x1304 -x1305 x1306 x1307 -x1308 x1309 -x1310 x1311 -x1312 x1313 x1314 x1315 -x1316 -x1317 -x1318 -x1319 x1320 -x1321 x1322 x1323 x1324 x1325 -x1326 x1327 -x1328 -x1329 x1330 x1331 -x1332 -x1333 -x1334 x1335 x1336 -x1337 -x1338 x1339 -x1340 x1341 x1342 -x1343 x1344 -x1345 x1346 -x1347 x1348 -x1349 x1350 x1351 x1352 x1353 -x1354 x1355 -x1356 -x1357 x1358 -x1359 x1360 x1361 x1362 -x1363 -x1364 -x1365 x1366 x1367 -x1368 -x1369 x1370 -x1371 x1372 x1373 -x1374 x1375 -x1376 x1377 -x1378 x1379 -x1380 -x1381 x1382 -x1383 -x1384 x1385 -x1386 -x1387 -x1388 x1389 -x1390 -x1391 x1392 x1393 -x1394 x1395 x1396 x1397 -x1398 x1399 -x1400 x1401 x1402 x1403 x1404 x1405 x1406 x1407 x1408 -x1409 x1410 x1411 -x1412 x1413 -x1414 -x1415 x1416 -x1417 -x1418 x1419 -x1420 x1421 x1422 -x1423 -x1424 -x1425 x1426 -x1427 x1428 -x1429 -x1430 x1431 x1432 -x1433 x1434 -x1435 -x1436 x1437 -x1438 x1439 x1440 -x1441 x1442 -x1443 -x1444 -x1445 x1446 -x1447 -x1448 -x1449 x1450 x1451 -x1452 x1453 -x1454 x1455 x1456 -x1457 x1458 -x1459 -x1460 x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 x1468 -x1469 -x1470 -x1471 x1472 x1473 x1474 -x1475 x1476 x1477 -x1478 -x1479 -x1480 x1481 x1482 x1483 x1484 x1485 -x1486 -x1487 -x1488 x1489 -x1490 x1491 -x1492 -x1493 x1494 x1495 x1496 x1497 x1498 -x1499 -x1500 x1501 x1502 x1503 x1504 x1505 -x1506 x1507 x1508 x1509 -x1510 -x1511 -x1512 x1513 -x1514 -x1515 x1516 x1517 x1518 x1519 -x1520 x1521 x1522 x1523 -x1524 x1525 x1526 x1527 x1528 x1529 -x1530 -x1531 x1532 x1533 x1534 x1535 x1536 x1537 -x1538 x1539 -x1540 -x1541 x1542 -x1543 -x1544 -x1545 x1546 x1547 -x1548 -x1549 -x1550 x1551 x1552 -x1553 x1554 x1555 x1556 -x1557 -x1558 x1559 x1560 -x1561 x1562 x1563 x1564 x1565 -x1566 -x1567 x1568 -x1569 -x1570 x1571 -x1572 x1573 x1574 -x1575 -x1576 -x1577 -x1578 -x1579 x1580 -x1581 -x1582 x1583 x1584 -x1585 -x1586 x1587 -x1588 x1589 x1590 x1591 -x1592 -x1593 -x1594 -x1595 x1596 x1597 x1598 x1599 x1600 x1601 x1602 -x1603 -x1604 x1605 -x1606 -x1607 -x1608 -x1609 x1610 -x1611 x1612 -x1613 x1614 x1615 x1616 -x1617 x1618 -x1619 -x1620 x1621 x1622 -x1623 x1624 x1625 -x1626 -x1627 -x1628 -x1629 x1630 x1631 -x1632 -x1633 -x1634 x1635 x1636 x1637 -x1638 x1639 x1640 -x1641 x1642 x1643 -x1644 -x1645 -x1646 x1647 x1648 -x1649 x1650 x1651 x1652 x1653 -x1654 x1655 -x1656 x1657 x1658 -x1659 x1660 x1661 x1662 x1663 x1664 -x1665 -x1666 x1667 x1668 x1669 x1670 -x1671 -x1672 x1673 -x1674 x1675 -x1676 x1677 x1678 -x1679 x1680 x1681 -x1682 x1683 x1684 -x1685 -x1686 x1687 x1688 x1689 -x1690 x1691 x1692 x1693 x1694 x1695 -x1696 -x1697 -x1698 x1699 x1700 -x1701 x1702 x1703 x1704 x1705 x1706 -x1707 x1708 x1709 -x1710 -x1711 x1712 x1713 -x1714 x1715 x1716 -x1717 -x1718 x1719 x1720 -x1721 x1722 x1723 x1724 -x1725 -x1726 x1727 -x1728 x1729 -x1730 x1731 -x1732 -x1733 -x1734 -x1735 -x1736 x1737 x1738 x1739 x1740 -x1741 x1742 -x1743 -x1744 x1745 x1746 -x1747 x1748 -x1749 x1750 x1751 x1752 -x1753 -x1754 x1755 -x1756 -x1757 -x1758 x1759 x1760 -x1761 x1762 -x1763 x1764 x1765 -x1766 x1767 -x1768 -x1769 -x1770 x1771 x1772 x1773 -x1774 -x1775 -x1776 -x1777 x1778 -x1779 -x1780 x1781 x1782 x1783 -x1784 x1785 -x1786 x1787 x1788 -x1789 x1790 x1791 x1792 -x1793 x1794 -x1795 -x1796 -x1797 x1798 x1799 x1800 x1801 -x1802 x1803 -x1804 x1805 x1806 x1807 x1808 x1809 x1810 x1811 x1812 -x1813 x1814 -x1815 -x1816 x1817 x1818 -x1819 -x1820 -x1821 x1822 x1823 -x1824 x1825 -x1826 -x1827 x1828 -x1829 -x1830 x1831 x1832 x1833 -x1834 -x1835 x1836 x1837 -x1838 x1839 x1840 -x1841 -x1842 -x1843 x1844 x1845 x1846 x1847 x1848 x1849 -x1850 -x1851 x1852 -x1853 x1854 -x1855 -x1856 x1857 x1858 x1859 x1860 x1861 x1862 x1863 x1864 x1865 x1866 x1867 x1868 x1869 -x1870 x1871 -x1872 -x1873 x1874 x1875 x1876 -x1877 x1878 -x1879 x1880 x1881 -x1882 -x1883 x1884 -x1885 x1886 -x1887 -x1888 x1889 -x1890 x1891 x1892 -x1893 x1894 x1895 x1896 x1897 x1898 -x1899 -x1900 x1901 -x1902 -x1903 x1904 -x1905 x1906 -x1907 -x1908 -x1909 x1910 x1911 x1912 x1913 -x1914 -x1915 -x1916 x1917 x1918 x1919 x1920 x1921 x1922 -x1923 x1924 x1925 -x1926 x1927 -x1928 -x1929 x1930 -x1931 x1932 -x1933 -x1934 x1935 x1936 -x1937 -x1938 x1939 x1940 -x1941 x1942 x1943 x1944 -x1945 -x1946 -x1947 x1948 -x1949 -x1950 x1951 x1952 -x1953 x1954 x1955 -x1956 x1957 -x1958 x1959 -x1960 x1961 x1962 x1963 x1964 x1965 x1966 x1967 -x1968
3600.07/3637.50	c Program interrupted by user.

Verifier Data

OK	1035

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (45614 MiB free)
  memory of node 1: 64507 MiB (63917 MiB free)
  node distances:
     10  21
     21  10

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

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=46242, runsolver pid=46239

[startup+0.100078 s]*
/proc/loadavg: 4.15 4.13 4.12 5/259 46245
/proc/meminfo: memFree=112146292/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=60568 memory=14996 CPUtime=0.05 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 2258 0 0 0 4 1 0 0 20 0 1 0 49132148 62021632 3749 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 15142 3749 2272 1147 0 2569 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 64760 KiB
Current children cumulated memory: 18068 KiB

[startup+0.217777 s]*
/proc/loadavg: 4.15 4.13 4.12 5/259 46245
/proc/meminfo: memFree=112144276/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=61708 memory=16276 CPUtime=0.15 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 2540 0 0 0 13 2 0 0 20 0 1 0 49132148 63188992 4069 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 15427 4069 2336 1147 0 2854 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 65900 KiB
Current children cumulated memory: 19348 KiB

[startup+0.313481 s]*
/proc/loadavg: 4.15 4.13 4.12 5/259 46245
/proc/meminfo: memFree=112144276/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=61956 memory=18552 CPUtime=0.24 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 2597 0 0 0 22 2 0 0 20 0 1 0 49132148 63442944 4638 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 15489 4638 2336 1147 0 2916 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 66148 KiB
Current children cumulated memory: 21624 KiB

[startup+0.700305 s]
/proc/loadavg: 4.15 4.13 4.12 5/259 46245
/proc/meminfo: memFree=112140496/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=64272 memory=22748 CPUtime=0.62 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 3165 0 0 0 58 4 0 0 20 0 1 0 49132148 65814528 5687 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 16068 5687 2336 1147 0 3495 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 68464 KiB
Current children cumulated memory: 25820 KiB

[startup+1.50031 s]
/proc/loadavg: 4.15 4.13 4.12 5/259 46245
/proc/meminfo: memFree=112120336/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=81668 memory=38452 CPUtime=1.41 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 6546 0 0 0 129 12 0 0 20 0 1 0 49132148 83628032 9613 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 20417 9613 2368 1147 0 7844 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 85860 KiB
Current children cumulated memory: 41524 KiB

[startup+3.11322 s]
/proc/loadavg: 4.14 4.13 4.12 5/259 46245
/proc/meminfo: memFree=112057524/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=129368 memory=75572 CPUtime=3.03 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 14283 0 0 0 282 21 0 0 20 0 1 0 49132148 132472832 18893 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 32342 18893 2368 1147 0 19769 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 133560 KiB
Current children cumulated memory: 78644 KiB

[startup+6.3003 s]
/proc/loadavg: 4.14 4.13 4.12 4/255 46261
/proc/meminfo: memFree=112979368/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=154080 memory=94132 CPUtime=6.2 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 18953 0 0 0 591 29 0 0 20 0 1 0 49132148 157777920 23533 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 38520 23533 2368 1147 0 25947 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 158272 KiB
Current children cumulated memory: 97204 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.12 4.12 5/259 46293
/proc/meminfo: memFree=121838212/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=171668 memory=112444 CPUtime=12.59 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 23049 0 0 0 1218 41 0 0 20 0 1 0 49132148 175788032 28111 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 42917 28111 2368 1147 0 30344 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 175860 KiB
Current children cumulated memory: 115516 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.12 4.12 5/259 46293
/proc/meminfo: memFree=121553872/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=187632 memory=140376 CPUtime=25.35 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 28491 0 0 0 2471 64 0 0 20 0 1 0 49132148 192135168 35094 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 46908 35094 2368 1147 0 34335 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 191824 KiB
Current children cumulated memory: 143448 KiB

[startup+51.1134 s]
/proc/loadavg: 4.13 4.12 4.12 5/259 46294
/proc/meminfo: memFree=121097372/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=260196 memory=181260 CPUtime=50.87 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 37162 0 0 0 4977 110 0 0 20 0 1 0 49132148 266440704 45315 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 65049 45315 2368 1147 0 52476 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 264388 KiB
Current children cumulated memory: 184332 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.13 4.12 5/259 46295
/proc/meminfo: memFree=120219820/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=306476 memory=234328 CPUtime=101.68 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 47374 0 0 0 9967 201 0 0 20 0 1 0 49132148 313831424 58582 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 76619 58582 2368 1147 0 64046 0
Current children cumulated CPU time: 101.68 s
Current children cumulated vsize: 310668 KiB
Current children cumulated memory: 237400 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.12 5/259 46297
/proc/meminfo: memFree=119396932/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=317220 memory=245976 CPUtime=161.34 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 50300 0 0 0 15847 287 0 0 20 0 1 0 49132148 324833280 61494 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 79305 61494 2368 1147 0 66732 0
Current children cumulated CPU time: 161.34 s
Current children cumulated vsize: 321412 KiB
Current children cumulated memory: 249048 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.14 4.12 5/258 46299
/proc/meminfo: memFree=118609380/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=396476 memory=284224 CPUtime=221.02 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 59371 0 0 0 21729 373 0 0 20 0 1 0 49132148 405991424 71056 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 99119 71056 2368 1147 0 86546 0

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

/proc/46245/statm: 207716 184911 2368 1147 0 195143 0
Current children cumulated CPU time: 3073.73 s
Current children cumulated vsize: 835056 KiB
Current children cumulated memory: 742716 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/262 46510
/proc/meminfo: memFree=98637236/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=831128 memory=739772 CPUtime=3133.46 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 125255 0 0 0 309917 3429 0 0 20 0 1 0 49132148 851075072 184943 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 207782 184943 2368 1147 0 195209 0
Current children cumulated CPU time: 3133.46 s
Current children cumulated vsize: 835320 KiB
Current children cumulated memory: 742844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/262 46512
/proc/meminfo: memFree=98161136/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=837016 memory=743612 CPUtime=3193.22 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 126217 0 0 0 315844 3478 0 0 20 0 1 0 49132148 857104384 185903 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 209254 185903 2368 1147 0 196681 0
Current children cumulated CPU time: 3193.22 s
Current children cumulated vsize: 841208 KiB
Current children cumulated memory: 746684 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/261 46515
/proc/meminfo: memFree=97662800/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=846752 memory=750396 CPUtime=3252.94 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 127895 0 0 0 321762 3532 0 0 20 0 1 0 49132148 867074048 187599 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 211688 187599 2368 1147 0 199115 0
Current children cumulated CPU time: 3252.94 s
Current children cumulated vsize: 850944 KiB
Current children cumulated memory: 753468 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/260 46517
/proc/meminfo: memFree=97234004/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=846752 memory=750396 CPUtime=3312.65 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 127896 0 0 0 327683 3582 0 0 20 0 1 0 49132148 867074048 187599 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 211688 187599 2368 1147 0 199115 0
Current children cumulated CPU time: 3312.65 s
Current children cumulated vsize: 850944 KiB
Current children cumulated memory: 753468 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/258 46519
/proc/meminfo: memFree=96810396/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=847512 memory=763452 CPUtime=3367.99 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 128004 0 0 0 333161 3638 0 0 20 0 1 0 49132148 867852288 190863 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 211878 190863 2368 1147 0 199305 0
Current children cumulated CPU time: 3367.99 s
Current children cumulated vsize: 851704 KiB
Current children cumulated memory: 766524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/258 46521
/proc/meminfo: memFree=96413908/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=849324 memory=789052 CPUtime=3425.86 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 128380 0 0 0 338900 3686 0 0 20 0 1 0 49132148 869707776 197263 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 212331 197263 2368 1147 0 199758 0
Current children cumulated CPU time: 3425.86 s
Current children cumulated vsize: 853516 KiB
Current children cumulated memory: 792124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.14 4.13 5/257 46523
/proc/meminfo: memFree=96089152/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=861108 memory=797500 CPUtime=3485.37 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 130533 0 0 0 344796 3741 0 0 20 0 1 0 49132148 881774592 199375 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 215277 199375 2368 1147 0 202704 0
Current children cumulated CPU time: 3485.37 s
Current children cumulated vsize: 865300 KiB
Current children cumulated memory: 800572 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.12 5/258 46533
/proc/meminfo: memFree=95747232/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=861108 memory=797500 CPUtime=3545.12 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 130534 0 0 0 350721 3791 0 0 20 0 1 0 49132148 881774592 199375 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 215277 199375 2368 1147 0 202704 0
Current children cumulated CPU time: 3545.12 s
Current children cumulated vsize: 865300 KiB
Current children cumulated memory: 800572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.5 s]
/proc/loadavg: 4.03 4.10 4.11 4/246 46593
/proc/meminfo: memFree=105024120/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=861108 memory=797500 CPUtime=3600.07 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 130534 0 0 0 356173 3834 0 0 20 0 1 0 49132148 881774592 199375 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 215277 199375 2368 1147 0 202704 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 865300 KiB
Current children cumulated memory: 800572 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.007069 s, system=0.010139 s

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

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

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

[startup+3637.5 s]
/proc/loadavg: 4.03 4.10 4.11 4/246 46593
/proc/meminfo: memFree=105024120/131382120 swapFree=33010416/33010684
[pid=46242] ppid=46239 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/46242/stat : 46242 (run-opt-break-l) S 46239 46242 45182 0 -1 4194304 240 1430 0 0 0 0 0 0 20 0 1 0 49132145 4292608 768 18446744073709551615 93879642632192 93879643526725 140736564724512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93879643765776 93879643813520 93879673708544 140736564730133 140736564730334 140736564730334 140736564735936 0
/proc/46242/statm: 1048 768 704 219 0 110 0
[pid=46245] ppid=46242 vsize=861108 memory=797500 CPUtime=3600.07 cores=1,3
/proc/46245/stat : 46245 (roundingsat) R 46242 46242 45182 0 -1 4194304 130534 0 0 0 356173 3834 0 0 20 0 1 0 49132148 881774592 199375 18446744073709551615 4227072 8923433 140720931396048 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 31772672 140720931399956 140720931400232 140720931400232 140720931405802 0
/proc/46245/statm: 215277 199375 2368 1147 0 202704 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 865300 KiB
Current children cumulated memory: 800572 KiB

Child status: 2

Real time (s): 3637.54
CPU time (s): 3600.11
CPU user time (s): 3561.75
CPU system time (s): 38.3625
CPU usage (%): 98.9711
Max. virtual memory (cumulated for all children) (KiB): 865300
Max. memory (cumulated for all children) (KiB): 800572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.75
system time used= 38.3625
maximum resident set size= 797884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16980808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2049
involuntary context switches= 5364


# summary of solver processes directly reported to runsolver:
#   pid: 46242,46245
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3561.75
#   total CPU system time (s): 38.3625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8159 second user time and 37.0178 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-01 03:48:48
IDJOB=4488959
IDBENCH=147535
IDSOLVER=3360
FILE ID=nodeC006/4488959-1751334528
RUNJOBID= nodeC006-1751327275-45194
SLURM_JOB_ID= 9594368
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= 4613bd71ebda28f991e46514414d76dd
RANDOM SEED=2042535549

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        112162404 kB
MemAvailable:   127897976 kB
Buffers:            2128 kB
Cached:         16522676 kB
SwapCached:           12 kB
Active:          2446072 kB
Inactive:       16197364 kB
Active(anon):    2125828 kB
Inactive(anon):    11092 kB
Active(file):     320244 kB
Inactive(file): 16186272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             81980 kB
Writeback:             0 kB
AnonPages:       2119016 kB
Mapped:           117136 kB
Shmem:             17948 kB
KReclaimable:     136984 kB
Slab:             223052 kB
SReclaimable:     136984 kB
SUnreclaim:        86068 kB
KernelStack:        4188 kB
PageTables:         7504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2656004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1882112 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC006 at 2025-07-01 04:49:26