Trace number 4488590

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adSAT (TO)1038 3600.08 3610.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.opb
MD5SUM3986604c534c992b7a4e3e5a4bb881f1
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 benchmark1038
Best CPU time to get the best result obtained on this benchmark3566.29
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.04	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.04	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.04	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.04	c │      (c) 2025 Markus Anders                                    │
0.00/0.04	c └────────────────────────────────────────────────────────────────┘
0.00/0.04	c parse 'HOME/instance-4488590-1751330708.opb'
0.00/0.05	c 	read 0.11MB  (5.19ms)
0.00/0.05	c	 [cnf: #variables 1968 #clauses 3999 #duplicates 2 #arr 9964]
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.05	c	 [group: #orbits ~= 20] (6.31ms)
0.00/0.05	c 
0.00/0.05	c detect special group actions
0.00/0.05	c 	probe for Johnson action (limit=64)
0.00/0.06	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.06	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.06	c 	 (1.02ms)
0.00/0.06	c 
0.00/0.06	c detect symmetries on remainder
0.00/0.06	c 	[graph: #vertices 9903 #edges 27800]
0.00/0.06	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.06	c 	 [group: #symmetries 1.02*10^3 #generators 10] (4.64ms)
0.00/0.06	c 
0.00/0.06	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.06	c 	ran it=0, +gens=0 
0.00/0.06	c 	con best_support=4, best_gens=10, +gens=0
0.00/0.06	c 	(4.00ms)
0.00/0.06	c 
0.00/0.06	c finalize break order and special generators
0.00/0.06	c 
0.00/0.06	c add generic predicates (break_depth=20)
0.00/0.06	c 	added predicates for 10 generators (0.02ms)
0.00/0.06	c 
0.00/0.06	c generation finished
0.00/0.06	c 	[sbp: #constraints 10 #add_vars 0]
0.00/0.06	c 
0.00/0.06	c write result to 'HOME/instance-4488590-1751330708.opb.pre'
0.00/0.07	c 	wrote 0.12MB (0.95ms)
0.00/0.07	c ------------------------------------------------------------------
0.00/0.07	c                   6.31ms 27.68% approx_orbits
0.00/0.07	c                   5.19ms 22.78% parse
0.00/0.07	c                   4.64ms 20.38% detect_generic
0.00/0.07	c                   4.00ms 17.55% optimize_gens
0.00/0.07	c                   1.02ms  4.47% detect_special
0.00/0.07	c                   0.95ms  4.17% output
0.00/0.07	c                   0.49ms  2.15% other
0.00/0.07	c                   0.17ms  0.75% finalize_order
0.00/0.07	c                   0.02ms  0.07% break_generic
0.00/0.07	c         ───────────────────────────────────────────────
0.00/0.07	c                  22.79ms   100% total
0.00/0.07	c ------------------------------------------------------------------
0.02/0.11	c RoundingSat 2
0.02/0.11	c branch pb25
0.02/0.11	c commit 63f22ad
0.02/0.16	c #variables 1968 #constraints 4008
0.02/0.16	c objective is ce32 
0.02/0.16	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.02/0.16	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.02/0.16	c bounds - >= 0 @ 0.028962
0.13/0.28	c bounds 1190 >= 0 @ 0.126959
0.13/0.28	c bounds 1190 >= 1 @ 0.12736
0.13/0.28	c bounds 1190 >= 2 @ 0.127537
0.13/0.28	c bounds 1190 >= 3 @ 0.128461
0.13/0.28	c bounds 1190 >= 4 @ 0.129108
0.13/0.28	c bounds 1190 >= 5 @ 0.129749
0.13/0.28	c bounds 1190 >= 6 @ 0.130391
0.13/0.28	c bounds 1190 >= 7 @ 0.131033
0.13/0.28	c bounds 1190 >= 8 @ 0.13167
0.13/0.28	c bounds 1190 >= 9 @ 0.132305
0.13/0.28	c bounds 1190 >= 10 @ 0.13294
0.13/0.29	c bounds 1190 >= 11 @ 0.133579
0.13/0.29	c bounds 1190 >= 12 @ 0.134206
0.13/0.29	c bounds 1190 >= 13 @ 0.134835
0.13/0.29	c bounds 1190 >= 14 @ 0.135463
0.13/0.29	c bounds 1190 >= 15 @ 0.1361
0.13/0.29	c bounds 1190 >= 16 @ 0.136739
0.13/0.29	c bounds 1190 >= 17 @ 0.137378
0.13/0.29	c bounds 1190 >= 18 @ 0.138008
0.13/0.29	c bounds 1190 >= 19 @ 0.138642
0.13/0.29	c bounds 1190 >= 20 @ 0.139276
0.13/0.29	c bounds 1190 >= 21 @ 0.13991
0.13/0.29	c bounds 1190 >= 22 @ 0.140543
0.13/0.29	c bounds 1190 >= 23 @ 0.141178
0.13/0.29	c bounds 1190 >= 24 @ 0.141814
0.13/0.29	c bounds 1190 >= 25 @ 0.142446
0.13/0.30	c bounds 1190 >= 26 @ 0.143096
0.13/0.30	c bounds 1190 >= 27 @ 0.143727
0.13/0.30	c bounds 1190 >= 28 @ 0.144353
0.13/0.30	c bounds 1190 >= 29 @ 0.144977
0.13/0.30	c bounds 1190 >= 30 @ 0.145617
0.13/0.30	c bounds 1190 >= 31 @ 0.14624
0.13/0.30	c bounds 1190 >= 32 @ 0.146463
0.13/0.30	c bounds 1190 >= 33 @ 0.146587
0.13/0.30	c bounds 1190 >= 34 @ 0.147212
0.13/0.30	c bounds 1190 >= 35 @ 0.147791
0.13/0.30	c bounds 1190 >= 36 @ 0.148423
0.13/0.30	c bounds 1190 >= 37 @ 0.149057
0.13/0.30	c bounds 1190 >= 38 @ 0.149697
0.13/0.30	c bounds 1190 >= 39 @ 0.150334
0.13/0.30	c bounds 1190 >= 40 @ 0.150972
0.13/0.30	c bounds 1190 >= 41 @ 0.151611
0.13/0.31	c bounds 1190 >= 42 @ 0.152248
0.13/0.31	c bounds 1190 >= 43 @ 0.152883
0.13/0.31	c bounds 1190 >= 44 @ 0.15352
0.13/0.31	c bounds 1190 >= 45 @ 0.154157
0.13/0.31	c bounds 1190 >= 46 @ 0.154787
0.13/0.31	c bounds 1190 >= 47 @ 0.155419
0.13/0.31	c bounds 1190 >= 48 @ 0.156054
0.13/0.31	c bounds 1190 >= 49 @ 0.156683
0.13/0.31	c bounds 1190 >= 50 @ 0.15731
0.13/0.31	c bounds 1190 >= 51 @ 0.157962
0.13/0.31	c bounds 1190 >= 52 @ 0.158609
0.13/0.31	c bounds 1190 >= 53 @ 0.159254
0.13/0.31	c bounds 1190 >= 54 @ 0.159899
0.13/0.31	c bounds 1190 >= 55 @ 0.160542
0.13/0.31	c bounds 1190 >= 56 @ 0.161185
0.13/0.32	c bounds 1190 >= 57 @ 0.161185
0.13/0.32	c bounds 1190 >= 58 @ 0.161562
0.13/0.32	c bounds 1190 >= 59 @ 0.162181
0.13/0.32	c bounds 1190 >= 60 @ 0.16268
0.13/0.32	c bounds 1190 >= 61 @ 0.16326
0.13/0.32	c bounds 1190 >= 62 @ 0.163893
0.13/0.32	c bounds 1190 >= 63 @ 0.164393
0.13/0.32	c bounds 1190 >= 64 @ 0.164977
0.13/0.32	c bounds 1190 >= 65 @ 0.165604
0.13/0.32	c bounds 1190 >= 66 @ 0.166105
0.13/0.32	c bounds 1190 >= 67 @ 0.166692
0.13/0.32	c bounds 1190 >= 68 @ 0.167332
0.13/0.32	c bounds 1190 >= 69 @ 0.167332
0.22/0.32	c bounds 1190 >= 70 @ 0.167708
0.22/0.32	c bounds 1190 >= 71 @ 0.168275
0.22/0.33	c bounds 1190 >= 72 @ 0.168904
0.22/0.33	c bounds 1190 >= 73 @ 0.169531
0.22/0.33	c bounds 1190 >= 74 @ 0.170163
0.22/0.33	c bounds 1190 >= 75 @ 0.17079
0.22/0.33	c bounds 1190 >= 76 @ 0.171419
0.22/0.33	c bounds 1190 >= 77 @ 0.172046
0.22/0.33	c bounds 1190 >= 78 @ 0.172274
0.22/0.33	c bounds 1190 >= 79 @ 0.172399
0.22/0.33	c bounds 1190 >= 80 @ 0.173382
0.22/0.33	c bounds 1190 >= 81 @ 0.174687
0.22/0.33	c bounds 1190 >= 82 @ 0.175405
0.22/0.33	c bounds 1190 >= 83 @ 0.176013
0.22/0.33	c bounds 1190 >= 84 @ 0.176253
0.22/0.33	c bounds 1190 >= 85 @ 0.176253
0.22/0.34	c bounds 1190 >= 86 @ 0.17686
0.22/0.34	c bounds 1190 >= 87 @ 0.177469
0.22/0.34	c bounds 1190 >= 88 @ 0.178088
0.22/0.34	c bounds 1190 >= 89 @ 0.17872
0.22/0.34	c bounds 1190 >= 90 @ 0.179349
0.22/0.34	c bounds 1190 >= 91 @ 0.179978
0.22/0.34	c bounds 1190 >= 92 @ 0.180609
0.22/0.34	c bounds 1190 >= 93 @ 0.181235
0.22/0.34	c bounds 1190 >= 94 @ 0.18186
0.22/0.34	c bounds 1190 >= 95 @ 0.182481
0.22/0.34	c bounds 1190 >= 96 @ 0.183092
0.22/0.34	c bounds 1190 >= 97 @ 0.183711
0.22/0.34	c bounds 1190 >= 98 @ 0.184332
0.22/0.34	c bounds 1190 >= 99 @ 0.184952
0.22/0.34	c bounds 1190 >= 100 @ 0.185567
0.22/0.34	c bounds 1190 >= 101 @ 0.186176
0.22/0.35	c bounds 1190 >= 102 @ 0.186789
0.22/0.35	c bounds 1190 >= 103 @ 0.187397
0.22/0.35	c bounds 1190 >= 104 @ 0.188009
0.22/0.35	c bounds 1190 >= 105 @ 0.188632
0.22/0.35	c bounds 1190 >= 106 @ 0.189281
0.22/0.35	c bounds 1190 >= 107 @ 0.189895
0.22/0.35	c bounds 1190 >= 108 @ 0.190503
0.22/0.35	c bounds 1190 >= 109 @ 0.191113
0.22/0.35	c bounds 1190 >= 110 @ 0.191726
0.22/0.35	c bounds 1190 >= 111 @ 0.192343
0.22/0.35	c bounds 1190 >= 112 @ 0.192959
0.22/0.35	c bounds 1190 >= 113 @ 0.193573
0.22/0.35	c bounds 1190 >= 114 @ 0.194186
0.22/0.35	c bounds 1190 >= 115 @ 0.1948
0.22/0.35	c bounds 1190 >= 116 @ 0.195412
0.22/0.35	c bounds 1190 >= 117 @ 0.196022
0.22/0.35	c bounds 1190 >= 118 @ 0.196644
0.22/0.36	c bounds 1190 >= 119 @ 0.197263
0.22/0.36	c bounds 1190 >= 120 @ 0.197876
0.22/0.36	c bounds 1190 >= 121 @ 0.198489
0.22/0.36	c bounds 1190 >= 122 @ 0.19911
0.22/0.36	c bounds 1190 >= 123 @ 0.19911
0.22/0.36	c bounds 1190 >= 124 @ 0.199485
0.22/0.36	c bounds 1190 >= 125 @ 0.200074
0.22/0.36	c bounds 1190 >= 126 @ 0.200703
0.22/0.36	c bounds 1190 >= 127 @ 0.201322
0.22/0.36	c bounds 1190 >= 128 @ 0.201938
0.22/0.36	c bounds 1190 >= 129 @ 0.202151
0.22/0.36	c bounds 1190 >= 130 @ 0.202275
0.22/0.36	c bounds 1190 >= 131 @ 0.202864
0.22/0.36	c bounds 1190 >= 132 @ 0.203428
0.22/0.36	c bounds 1190 >= 133 @ 0.204035
0.22/0.36	c bounds 1190 >= 134 @ 0.204641
0.22/0.37	c bounds 1190 >= 135 @ 0.205245
0.22/0.37	c bounds 1190 >= 136 @ 0.205866
0.22/0.37	c bounds 1190 >= 137 @ 0.206495
0.22/0.37	c bounds 1190 >= 138 @ 0.207126
0.22/0.37	c bounds 1190 >= 139 @ 0.207764
0.22/0.37	c bounds 1190 >= 140 @ 0.2084
0.22/0.37	c bounds 1190 >= 141 @ 0.209031
0.22/0.37	c bounds 1190 >= 142 @ 0.209654
0.22/0.37	c bounds 1190 >= 143 @ 0.210278
0.22/0.37	c bounds 1190 >= 144 @ 0.210899
0.22/0.37	c bounds 1190 >= 145 @ 0.211518
0.22/0.37	c bounds 1190 >= 146 @ 0.212141
0.22/0.37	c bounds 1190 >= 147 @ 0.212767
0.22/0.37	c bounds 1190 >= 148 @ 0.213376
0.22/0.37	c bounds 1190 >= 149 @ 0.213984
0.22/0.38	c bounds 1190 >= 150 @ 0.214613
0.22/0.38	c bounds 1190 >= 151 @ 0.215233
0.22/0.38	c bounds 1190 >= 152 @ 0.215852
0.22/0.38	c bounds 1190 >= 153 @ 0.216481
0.22/0.38	c bounds 1190 >= 154 @ 0.217091
0.22/0.38	c bounds 1190 >= 155 @ 0.217706
0.22/0.38	c bounds 1190 >= 156 @ 0.218327
0.22/0.38	c bounds 1190 >= 157 @ 0.218943
0.22/0.38	c bounds 1190 >= 158 @ 0.219555
0.22/0.38	c bounds 1190 >= 159 @ 0.220181
0.22/0.38	c bounds 1190 >= 160 @ 0.220801
0.22/0.38	c bounds 1190 >= 161 @ 0.221422
0.22/0.38	c bounds 1190 >= 162 @ 0.222032
0.22/0.38	c bounds 1190 >= 163 @ 0.222648
0.22/0.38	c bounds 1190 >= 164 @ 0.22326
0.22/0.38	c bounds 1190 >= 165 @ 0.223886
0.22/0.38	c bounds 1190 >= 166 @ 0.224498
0.22/0.39	c bounds 1190 >= 167 @ 0.225111
0.22/0.39	c bounds 1190 >= 168 @ 0.225718
0.22/0.39	c bounds 1190 >= 169 @ 0.226337
0.22/0.39	c bounds 1190 >= 170 @ 0.226944
0.22/0.39	c bounds 1190 >= 171 @ 0.227567
0.22/0.39	c bounds 1190 >= 172 @ 0.228195
0.22/0.39	c bounds 1190 >= 173 @ 0.228807
0.22/0.39	c bounds 1190 >= 174 @ 0.229412
0.22/0.39	c bounds 1190 >= 175 @ 0.23003
0.22/0.39	c bounds 1190 >= 176 @ 0.230638
0.22/0.39	c bounds 1190 >= 177 @ 0.231244
0.22/0.39	c bounds 1190 >= 178 @ 0.231871
0.22/0.39	c bounds 1190 >= 179 @ 0.232494
0.22/0.39	c bounds 1190 >= 180 @ 0.233112
0.22/0.39	c bounds 1190 >= 181 @ 0.233717
0.22/0.39	c bounds 1190 >= 182 @ 0.234317
0.22/0.40	c bounds 1190 >= 183 @ 0.234908
0.22/0.40	c bounds 1190 >= 184 @ 0.234908
0.22/0.40	c bounds 1190 >= 185 @ 0.235285
0.22/0.40	c bounds 1190 >= 186 @ 0.235862
0.22/0.40	c bounds 1190 >= 187 @ 0.236478
0.22/0.40	c bounds 1190 >= 188 @ 0.23708
0.22/0.40	c bounds 1190 >= 189 @ 0.237688
0.22/0.40	c bounds 1190 >= 190 @ 0.238313
0.22/0.40	c bounds 1190 >= 191 @ 0.238928
0.22/0.40	c bounds 1190 >= 192 @ 0.239551
0.22/0.40	c bounds 1190 >= 193 @ 0.24017
0.22/0.40	c bounds 1190 >= 194 @ 0.240767
0.22/0.40	c bounds 1190 >= 195 @ 0.24094
0.22/0.40	c bounds 1190 >= 196 @ 0.241063
0.22/0.40	c bounds 1190 >= 197 @ 0.241659
0.22/0.40	c bounds 1190 >= 198 @ 0.242231
0.22/0.41	c bounds 1190 >= 199 @ 0.242823
0.22/0.41	c bounds 1190 >= 200 @ 0.24344
0.22/0.41	c bounds 1190 >= 201 @ 0.244038
0.22/0.41	c bounds 1190 >= 202 @ 0.244636
0.22/0.41	c bounds 1190 >= 203 @ 0.245233
0.22/0.41	c bounds 1190 >= 204 @ 0.24583
0.22/0.41	c bounds 1190 >= 205 @ 0.246457
0.22/0.41	c bounds 1190 >= 206 @ 0.247065
0.22/0.41	c bounds 1190 >= 207 @ 0.247707
0.22/0.41	c bounds 1190 >= 208 @ 0.248342
0.22/0.41	c bounds 1190 >= 209 @ 0.248961
0.22/0.41	c bounds 1190 >= 210 @ 0.249578
0.22/0.41	c bounds 1190 >= 211 @ 0.249777
0.22/0.41	c bounds 1190 >= 212 @ 0.249902
0.22/0.41	c bounds 1190 >= 213 @ 0.250524
0.22/0.41	c bounds 1190 >= 214 @ 0.251106
0.22/0.42	c bounds 1190 >= 215 @ 0.251729
0.22/0.42	c bounds 1190 >= 216 @ 0.252357
0.22/0.42	c bounds 1190 >= 217 @ 0.252985
0.22/0.42	c bounds 1190 >= 218 @ 0.253615
0.22/0.42	c bounds 1190 >= 219 @ 0.254239
0.22/0.42	c bounds 1190 >= 220 @ 0.254867
0.22/0.42	c bounds 1190 >= 221 @ 0.255486
0.22/0.42	c bounds 1190 >= 222 @ 0.256121
0.22/0.42	c bounds 1190 >= 223 @ 0.256743
0.22/0.42	c bounds 1190 >= 224 @ 0.257353
0.22/0.42	c bounds 1190 >= 225 @ 0.257969
0.33/0.42	c bounds 1190 >= 226 @ 0.258592
0.33/0.42	c bounds 1190 >= 227 @ 0.259197
0.33/0.42	c bounds 1190 >= 228 @ 0.259828
0.33/0.42	c bounds 1190 >= 229 @ 0.260444
0.33/0.43	c bounds 1190 >= 230 @ 0.261047
0.33/0.43	c bounds 1190 >= 231 @ 0.261651
0.33/0.43	c bounds 1190 >= 232 @ 0.262267
0.33/0.43	c bounds 1190 >= 233 @ 0.262881
0.33/0.43	c bounds 1190 >= 234 @ 0.263489
0.33/0.43	c bounds 1190 >= 235 @ 0.2641
0.33/0.43	c bounds 1190 >= 236 @ 0.264711
0.33/0.43	c bounds 1190 >= 237 @ 0.265328
0.33/0.43	c bounds 1190 >= 238 @ 0.265927
0.33/0.43	c bounds 1190 >= 239 @ 0.266547
0.33/0.43	c bounds 1190 >= 240 @ 0.26715
0.33/0.43	c bounds 1190 >= 241 @ 0.267772
0.33/0.43	c bounds 1190 >= 242 @ 0.268396
0.33/0.43	c bounds 1190 >= 243 @ 0.26902
0.33/0.43	c bounds 1190 >= 244 @ 0.269644
0.33/0.43	c bounds 1190 >= 245 @ 0.270253
0.33/0.44	c bounds 1190 >= 246 @ 0.270867
0.33/0.44	c bounds 1190 >= 247 @ 0.271493
0.33/0.44	c bounds 1190 >= 248 @ 0.272103
0.33/0.44	c bounds 1190 >= 249 @ 0.272734
0.33/0.44	c bounds 1190 >= 250 @ 0.27335
0.33/0.44	c bounds 1190 >= 251 @ 0.273974
0.33/0.44	c bounds 1190 >= 252 @ 0.274611
0.33/0.44	c bounds 1190 >= 253 @ 0.275219
0.33/0.44	c bounds 1190 >= 254 @ 0.27583
0.33/0.44	c bounds 1190 >= 255 @ 0.276439
0.33/0.44	c bounds 1190 >= 256 @ 0.277044
0.33/0.44	c bounds 1190 >= 257 @ 0.277675
0.33/0.44	c bounds 1190 >= 258 @ 0.278282
0.33/0.44	c bounds 1190 >= 259 @ 0.278893
0.33/0.44	c bounds 1190 >= 260 @ 0.279507
0.33/0.44	c bounds 1190 >= 261 @ 0.280104
0.33/0.44	c bounds 1190 >= 262 @ 0.280721
0.33/0.45	c bounds 1190 >= 263 @ 0.281341
0.33/0.45	c bounds 1190 >= 264 @ 0.281739
0.33/0.45	c bounds 1190 >= 265 @ 0.282241
0.33/0.45	c bounds 1190 >= 266 @ 0.282857
0.33/0.45	c bounds 1190 >= 267 @ 0.283459
0.33/0.45	c bounds 1190 >= 268 @ 0.28407
0.33/0.45	c bounds 1190 >= 269 @ 0.284669
0.33/0.45	c bounds 1190 >= 270 @ 0.285286
0.33/0.45	c bounds 1190 >= 271 @ 0.285923
0.33/0.45	c bounds 1190 >= 272 @ 0.286541
0.33/0.45	c bounds 1190 >= 273 @ 0.287159
0.33/0.45	c bounds 1190 >= 274 @ 0.287783
0.33/0.45	c bounds 1190 >= 275 @ 0.288404
0.33/0.45	c bounds 1190 >= 276 @ 0.289033
0.33/0.45	c bounds 1190 >= 277 @ 0.289679
0.33/0.46	c bounds 1190 >= 278 @ 0.290297
0.33/0.46	c bounds 1190 >= 279 @ 0.290896
0.33/0.46	c bounds 1190 >= 280 @ 0.291499
0.33/0.46	c bounds 1190 >= 281 @ 0.292108
0.33/0.46	c bounds 1190 >= 282 @ 0.292729
0.33/0.46	c bounds 1190 >= 283 @ 0.293361
0.33/0.46	c bounds 1190 >= 284 @ 0.293975
0.33/0.46	c bounds 1190 >= 285 @ 0.294593
0.33/0.46	c bounds 1190 >= 286 @ 0.295193
0.33/0.46	c bounds 1190 >= 287 @ 0.295796
0.33/0.46	c bounds 1190 >= 288 @ 0.296404
0.33/0.46	c bounds 1190 >= 289 @ 0.297013
0.33/0.46	c bounds 1190 >= 290 @ 0.297624
0.33/0.46	c bounds 1190 >= 291 @ 0.298253
0.33/0.46	c bounds 1190 >= 292 @ 0.29888
0.33/0.46	c bounds 1190 >= 293 @ 0.299495
0.33/0.47	c bounds 1190 >= 294 @ 0.300119
0.33/0.47	c bounds 1190 >= 295 @ 0.300733
0.33/0.47	c bounds 1190 >= 296 @ 0.301352
0.33/0.47	c bounds 1190 >= 297 @ 0.30197
0.33/0.47	c bounds 1190 >= 298 @ 0.302601
0.33/0.47	c bounds 1190 >= 299 @ 0.303507
0.33/0.47	c bounds 1190 >= 300 @ 0.303965
0.33/0.47	c bounds 1190 >= 301 @ 0.304432
0.33/0.47	c bounds 1190 >= 302 @ 0.304889
0.33/0.47	c bounds 1190 >= 303 @ 0.305356
0.33/0.47	c bounds 1190 >= 304 @ 0.305822
0.33/0.47	c bounds 1190 >= 305 @ 0.306273
0.33/0.47	c bounds 1190 >= 306 @ 0.306732
0.33/0.47	c bounds 1190 >= 307 @ 0.307191
0.33/0.47	c bounds 1190 >= 308 @ 0.307648
0.33/0.47	c bounds 1190 >= 309 @ 0.308105
0.33/0.47	c bounds 1190 >= 310 @ 0.308571
0.33/0.47	c bounds 1190 >= 311 @ 0.30903
0.33/0.47	c bounds 1190 >= 312 @ 0.309183
0.33/0.48	c bounds 1190 >= 313 @ 0.309183
0.33/0.48	c bounds 1190 >= 314 @ 0.30947
0.33/0.48	c bounds 1190 >= 315 @ 0.309922
0.33/0.50	c bounds 1189 >= 315 @ 0.332368
0.33/0.50	c bounds 1189 >= 316 @ 0.332853
0.33/0.50	c bounds 1189 >= 317 @ 0.333326
0.33/0.50	c bounds 1189 >= 318 @ 0.333805
0.33/0.50	c bounds 1189 >= 319 @ 0.334283
0.33/0.50	c bounds 1189 >= 320 @ 0.334752
0.33/0.50	c bounds 1189 >= 321 @ 0.335219
0.33/0.50	c bounds 1189 >= 322 @ 0.335683
0.33/0.50	c bounds 1189 >= 323 @ 0.336154
0.33/0.51	c bounds 1189 >= 324 @ 0.336621
0.33/0.51	c bounds 1189 >= 325 @ 0.337094
0.33/0.51	c bounds 1189 >= 326 @ 0.337553
0.33/0.51	c bounds 1189 >= 327 @ 0.338027
0.33/0.51	c bounds 1189 >= 328 @ 0.338494
0.33/0.51	c bounds 1189 >= 329 @ 0.338963
0.33/0.51	c bounds 1189 >= 330 @ 0.339443
0.33/0.51	c bounds 1189 >= 331 @ 0.339911
0.33/0.51	c bounds 1189 >= 332 @ 0.340379
0.33/0.51	c bounds 1189 >= 333 @ 0.340856
0.33/0.51	c bounds 1189 >= 334 @ 0.341334
0.33/0.51	c bounds 1189 >= 335 @ 0.341799
0.33/0.51	c bounds 1189 >= 336 @ 0.342278
0.33/0.51	c bounds 1189 >= 337 @ 0.342757
0.33/0.51	c bounds 1189 >= 338 @ 0.343229
0.33/0.51	c bounds 1189 >= 339 @ 0.343704
0.33/0.51	c bounds 1189 >= 340 @ 0.344178
0.33/0.51	c bounds 1189 >= 341 @ 0.344655
0.33/0.51	c bounds 1189 >= 342 @ 0.345132
0.33/0.51	c bounds 1189 >= 343 @ 0.34561
0.33/0.51	c bounds 1189 >= 344 @ 0.346077
0.33/0.52	c bounds 1189 >= 345 @ 0.34655
0.33/0.52	c bounds 1189 >= 346 @ 0.347029
0.33/0.52	c bounds 1189 >= 347 @ 0.347513
0.33/0.52	c bounds 1189 >= 348 @ 0.347985
0.33/0.52	c bounds 1189 >= 349 @ 0.348461
0.33/0.52	c bounds 1189 >= 350 @ 0.348603
0.33/0.52	c bounds 1189 >= 351 @ 0.348603
0.33/0.52	c bounds 1189 >= 352 @ 0.349073
0.33/0.52	c bounds 1189 >= 353 @ 0.349499
0.33/0.52	c bounds 1189 >= 354 @ 0.349945
0.33/0.52	c bounds 1189 >= 355 @ 0.350409
0.33/0.52	c bounds 1189 >= 356 @ 0.350871
0.33/0.52	c bounds 1189 >= 357 @ 0.35134
0.33/0.52	c bounds 1189 >= 358 @ 0.351814
0.33/0.52	c bounds 1189 >= 359 @ 0.352289
0.42/0.52	c bounds 1189 >= 360 @ 0.352772
0.42/0.52	c bounds 1189 >= 361 @ 0.353235
0.42/0.52	c bounds 1189 >= 362 @ 0.353706
0.42/0.52	c bounds 1189 >= 363 @ 0.354174
0.42/0.52	c bounds 1189 >= 364 @ 0.35464
0.42/0.53	c bounds 1189 >= 365 @ 0.3551
0.42/0.53	c bounds 1189 >= 366 @ 0.355558
0.42/0.53	c bounds 1189 >= 367 @ 0.35603
0.42/0.53	c bounds 1189 >= 368 @ 0.356501
0.42/0.53	c bounds 1189 >= 369 @ 0.356968
0.42/0.53	c bounds 1189 >= 370 @ 0.357444
0.42/0.53	c bounds 1189 >= 371 @ 0.357919
0.42/0.53	c bounds 1189 >= 372 @ 0.358399
0.42/0.53	c bounds 1189 >= 373 @ 0.358863
0.42/0.53	c bounds 1189 >= 374 @ 0.359343
0.42/0.53	c bounds 1189 >= 375 @ 0.359822
0.42/0.53	c bounds 1189 >= 376 @ 0.360309
0.42/0.53	c bounds 1189 >= 377 @ 0.360782
0.42/0.53	c bounds 1189 >= 378 @ 0.361264
0.42/0.53	c bounds 1189 >= 379 @ 0.361741
0.42/0.53	c bounds 1189 >= 380 @ 0.362222
0.42/0.53	c bounds 1189 >= 381 @ 0.362706
0.42/0.53	c bounds 1189 >= 382 @ 0.363185
0.42/0.53	c bounds 1189 >= 383 @ 0.363665
0.42/0.53	c bounds 1189 >= 384 @ 0.364144
0.42/0.53	c bounds 1189 >= 385 @ 0.364628
0.42/0.54	c bounds 1189 >= 386 @ 0.365109
0.42/0.54	c bounds 1189 >= 387 @ 0.365581
0.42/0.54	c bounds 1189 >= 388 @ 0.366054
0.42/0.54	c bounds 1189 >= 389 @ 0.366531
0.42/0.54	c bounds 1189 >= 390 @ 0.367007
0.42/0.54	c bounds 1189 >= 391 @ 0.367481
0.42/0.54	c bounds 1189 >= 392 @ 0.367956
0.42/0.54	c bounds 1189 >= 393 @ 0.368424
0.42/0.54	c bounds 1189 >= 394 @ 0.368884
0.42/0.54	c bounds 1189 >= 395 @ 0.369348
0.42/0.54	c bounds 1189 >= 396 @ 0.369819
0.42/0.54	c bounds 1189 >= 397 @ 0.370285
0.42/0.54	c bounds 1189 >= 398 @ 0.3704
0.42/0.54	c bounds 1189 >= 399 @ 0.3704
0.42/0.54	c bounds 1189 >= 400 @ 0.37043
0.42/0.54	c bounds 1189 >= 401 @ 0.37043
0.42/0.54	c bounds 1189 >= 402 @ 0.370725
0.42/0.54	c bounds 1189 >= 403 @ 0.371202
0.42/0.54	c bounds 1189 >= 404 @ 0.371649
0.42/0.54	c bounds 1189 >= 405 @ 0.372116
0.42/0.54	c bounds 1189 >= 406 @ 0.372592
0.42/0.55	c bounds 1189 >= 407 @ 0.373055
0.42/0.55	c bounds 1189 >= 408 @ 0.373519
0.42/0.55	c bounds 1189 >= 409 @ 0.374001
0.42/0.55	c bounds 1189 >= 410 @ 0.374384
0.42/0.55	c bounds 1189 >= 411 @ 0.374384
0.42/0.55	c bounds 1189 >= 412 @ 0.374477
0.42/0.55	c bounds 1189 >= 413 @ 0.37494
0.42/0.55	c bounds 1189 >= 414 @ 0.375364
0.42/0.55	c bounds 1189 >= 415 @ 0.375836
0.42/0.55	c bounds 1189 >= 416 @ 0.376302
0.42/0.55	c bounds 1189 >= 417 @ 0.376783
0.42/0.55	c bounds 1189 >= 418 @ 0.377263
0.42/0.55	c bounds 1189 >= 419 @ 0.37739
0.42/0.55	c bounds 1189 >= 420 @ 0.37739
0.42/0.55	c bounds 1189 >= 421 @ 0.377687
0.42/0.55	c bounds 1189 >= 422 @ 0.378164
0.42/0.55	c bounds 1189 >= 423 @ 0.378636
0.42/0.55	c bounds 1189 >= 424 @ 0.379113
0.42/0.55	c bounds 1189 >= 425 @ 0.379584
0.42/0.55	c bounds 1189 >= 426 @ 0.380052
0.42/0.55	c bounds 1189 >= 427 @ 0.380527
0.42/0.56	c bounds 1189 >= 428 @ 0.381011
0.42/0.56	c bounds 1189 >= 429 @ 0.381491
0.42/0.56	c bounds 1189 >= 430 @ 0.381974
0.42/0.56	c bounds 1189 >= 431 @ 0.382452
0.42/0.56	c bounds 1189 >= 432 @ 0.382926
0.42/0.56	c bounds 1189 >= 433 @ 0.383405
0.42/0.56	c bounds 1189 >= 434 @ 0.383881
0.42/0.56	c bounds 1189 >= 435 @ 0.384372
0.42/0.56	c bounds 1189 >= 436 @ 0.384854
0.42/0.56	c bounds 1189 >= 437 @ 0.38534
0.42/0.56	c bounds 1189 >= 438 @ 0.38534
0.42/0.56	c bounds 1189 >= 439 @ 0.38534
0.42/0.56	c bounds 1189 >= 440 @ 0.385835
0.42/0.56	c bounds 1189 >= 441 @ 0.38628
0.42/0.56	c bounds 1189 >= 442 @ 0.386805
0.42/0.56	c bounds 1189 >= 443 @ 0.387294
0.42/0.56	c bounds 1189 >= 444 @ 0.387786
0.42/0.56	c bounds 1189 >= 445 @ 0.388275
0.42/0.56	c bounds 1189 >= 446 @ 0.388754
0.42/0.56	c bounds 1189 >= 447 @ 0.38923
0.42/0.56	c bounds 1189 >= 448 @ 0.389722
0.42/0.57	c bounds 1189 >= 449 @ 0.390197
0.42/0.57	c bounds 1189 >= 450 @ 0.390324
0.42/0.57	c bounds 1189 >= 451 @ 0.390324
0.42/0.57	c bounds 1189 >= 452 @ 0.390665
0.42/0.57	c bounds 1189 >= 453 @ 0.391148
0.42/0.57	c bounds 1189 >= 454 @ 0.391618
0.42/0.57	c bounds 1189 >= 455 @ 0.392101
0.42/0.57	c bounds 1189 >= 456 @ 0.392597
0.42/0.57	c bounds 1189 >= 457 @ 0.393077
0.42/0.57	c bounds 1189 >= 458 @ 0.39356
0.42/0.57	c bounds 1189 >= 459 @ 0.394058
0.42/0.57	c bounds 1189 >= 460 @ 0.394539
0.42/0.57	c bounds 1189 >= 461 @ 0.395016
0.42/0.57	c bounds 1189 >= 462 @ 0.395495
0.42/0.57	c bounds 1189 >= 463 @ 0.395977
0.42/0.57	c bounds 1189 >= 464 @ 0.396477
0.42/0.57	c bounds 1189 >= 465 @ 0.396975
0.42/0.57	c bounds 1189 >= 466 @ 0.397503
0.42/0.57	c bounds 1189 >= 467 @ 0.398002
0.42/0.57	c bounds 1189 >= 468 @ 0.398501
0.42/0.58	c bounds 1189 >= 469 @ 0.398988
0.42/0.58	c bounds 1189 >= 470 @ 0.39947
0.42/0.58	c bounds 1189 >= 471 @ 0.399983
0.42/0.58	c bounds 1189 >= 472 @ 0.400467
0.42/0.58	c bounds 1189 >= 473 @ 0.400971
0.42/0.58	c bounds 1189 >= 474 @ 0.401482
0.42/0.58	c bounds 1189 >= 475 @ 0.401981
0.42/0.58	c bounds 1189 >= 476 @ 0.402476
0.42/0.58	c bounds 1189 >= 477 @ 0.402982
0.42/0.58	c bounds 1189 >= 478 @ 0.403471
0.42/0.58	c bounds 1189 >= 479 @ 0.403954
0.42/0.58	c bounds 1189 >= 480 @ 0.404429
0.42/0.58	c bounds 1189 >= 481 @ 0.404908
0.42/0.58	c bounds 1189 >= 482 @ 0.405405
0.42/0.58	c bounds 1189 >= 483 @ 0.405908
0.42/0.58	c bounds 1189 >= 484 @ 0.406426
0.42/0.58	c bounds 1189 >= 485 @ 0.406927
0.42/0.58	c bounds 1189 >= 486 @ 0.407427
0.42/0.58	c bounds 1189 >= 487 @ 0.407938
0.42/0.58	c bounds 1189 >= 488 @ 0.408426
0.42/0.59	c bounds 1189 >= 489 @ 0.408914
0.42/0.59	c bounds 1189 >= 490 @ 0.409397
0.42/0.59	c bounds 1189 >= 491 @ 0.409884
0.42/0.59	c bounds 1189 >= 492 @ 0.41037
0.42/0.59	c bounds 1189 >= 493 @ 0.410877
0.42/0.59	c bounds 1189 >= 494 @ 0.411377
0.42/0.59	c bounds 1189 >= 495 @ 0.41188
0.42/0.59	c bounds 1189 >= 496 @ 0.412377
0.42/0.59	c bounds 1189 >= 497 @ 0.41288
0.42/0.59	c bounds 1189 >= 498 @ 0.413383
0.42/0.59	c bounds 1189 >= 499 @ 0.413886
0.42/0.59	c bounds 1189 >= 500 @ 0.414394
0.42/0.59	c bounds 1189 >= 501 @ 0.414894
0.42/0.59	c bounds 1189 >= 502 @ 0.415405
0.42/0.59	c bounds 1189 >= 503 @ 0.415921
0.42/0.59	c bounds 1189 >= 504 @ 0.416425
0.42/0.59	c bounds 1189 >= 505 @ 0.416947
0.42/0.59	c bounds 1189 >= 506 @ 0.417452
0.42/0.59	c bounds 1189 >= 507 @ 0.418114
0.42/0.59	c bounds 1189 >= 508 @ 0.418623
0.42/0.60	c bounds 1189 >= 509 @ 0.419123
0.42/0.60	c bounds 1189 >= 510 @ 0.419634
0.42/0.60	c bounds 1189 >= 511 @ 0.42015
0.42/0.60	c bounds 1189 >= 512 @ 0.420663
0.42/0.60	c bounds 1189 >= 513 @ 0.421176
0.42/0.60	c bounds 1189 >= 514 @ 0.421684
0.42/0.60	c bounds 1189 >= 515 @ 0.422207
0.42/0.60	c bounds 1189 >= 516 @ 0.422737
0.42/0.60	c bounds 1189 >= 517 @ 0.423234
0.42/0.60	c bounds 1189 >= 518 @ 0.423745
0.42/0.60	c bounds 1189 >= 519 @ 0.424263
0.42/0.60	c bounds 1189 >= 520 @ 0.424775
0.42/0.60	c bounds 1189 >= 521 @ 0.425303
0.42/0.60	c bounds 1189 >= 522 @ 0.42582
0.42/0.60	c bounds 1189 >= 523 @ 0.426336
0.42/0.60	c bounds 1189 >= 524 @ 0.426846
0.42/0.60	c bounds 1189 >= 525 @ 0.427351
0.42/0.60	c bounds 1189 >= 526 @ 0.427859
0.42/0.60	c bounds 1189 >= 527 @ 0.428371
0.42/0.61	c bounds 1189 >= 528 @ 0.428882
0.42/0.61	c bounds 1189 >= 529 @ 0.429391
0.42/0.61	c bounds 1189 >= 530 @ 0.429899
0.42/0.61	c bounds 1189 >= 531 @ 0.430411
0.42/0.61	c bounds 1189 >= 532 @ 0.430913
0.42/0.61	c bounds 1189 >= 533 @ 0.431105
0.42/0.61	c bounds 1189 >= 534 @ 0.431105
0.42/0.61	c bounds 1189 >= 535 @ 0.431127
0.42/0.61	c bounds 1189 >= 536 @ 0.431127
0.42/0.61	c bounds 1189 >= 537 @ 0.431617
0.51/0.61	c bounds 1189 >= 538 @ 0.432075
0.51/0.61	c bounds 1189 >= 539 @ 0.432598
0.51/0.61	c bounds 1189 >= 540 @ 0.433115
0.51/0.61	c bounds 1189 >= 541 @ 0.433639
0.51/0.61	c bounds 1189 >= 542 @ 0.43416
0.51/0.61	c bounds 1189 >= 543 @ 0.43467
0.51/0.61	c bounds 1189 >= 544 @ 0.435192
0.51/0.61	c bounds 1189 >= 545 @ 0.435711
0.51/0.61	c bounds 1189 >= 546 @ 0.436222
0.51/0.62	c bounds 1189 >= 547 @ 0.436736
0.51/0.62	c bounds 1189 >= 548 @ 0.437245
0.51/0.62	c bounds 1189 >= 549 @ 0.437759
0.51/0.62	c bounds 1189 >= 550 @ 0.438278
0.51/0.62	c bounds 1189 >= 551 @ 0.438806
0.51/0.62	c bounds 1189 >= 552 @ 0.439317
0.51/0.62	c bounds 1189 >= 553 @ 0.439825
0.51/0.62	c bounds 1189 >= 554 @ 0.440325
0.51/0.62	c bounds 1189 >= 555 @ 0.440874
0.51/0.62	c bounds 1189 >= 556 @ 0.441031
0.51/0.62	c bounds 1189 >= 557 @ 0.441031
0.51/0.62	c bounds 1189 >= 558 @ 0.441443
0.51/0.62	c bounds 1189 >= 559 @ 0.441958
0.51/0.62	c bounds 1189 >= 560 @ 0.442492
0.51/0.62	c bounds 1189 >= 561 @ 0.443004
0.51/0.62	c bounds 1189 >= 562 @ 0.443509
0.51/0.62	c bounds 1189 >= 563 @ 0.444037
0.51/0.62	c bounds 1189 >= 564 @ 0.444563
0.51/0.62	c bounds 1189 >= 565 @ 0.445102
0.51/0.63	c bounds 1189 >= 566 @ 0.445624
0.51/0.63	c bounds 1189 >= 567 @ 0.445831
0.51/0.63	c bounds 1189 >= 568 @ 0.445831
0.51/0.63	c bounds 1189 >= 569 @ 0.44628
0.51/0.63	c bounds 1189 >= 570 @ 0.446876
0.51/0.63	c bounds 1189 >= 571 @ 0.447484
0.51/0.63	c bounds 1189 >= 572 @ 0.448009
0.51/0.63	c bounds 1189 >= 573 @ 0.448543
0.51/0.63	c bounds 1189 >= 574 @ 0.449071
0.51/0.63	c bounds 1189 >= 575 @ 0.449597
0.51/0.63	c bounds 1189 >= 576 @ 0.45013
0.51/0.63	c bounds 1189 >= 577 @ 0.450667
0.51/0.63	c bounds 1189 >= 578 @ 0.451209
0.51/0.63	c bounds 1189 >= 579 @ 0.451726
0.51/0.63	c bounds 1189 >= 580 @ 0.452246
0.51/0.63	c bounds 1189 >= 581 @ 0.45277
0.51/0.63	c bounds 1189 >= 582 @ 0.453322
0.51/0.63	c bounds 1189 >= 583 @ 0.453865
0.51/0.63	c bounds 1189 >= 584 @ 0.454396
0.51/0.64	c bounds 1189 >= 585 @ 0.454937
0.51/0.64	c bounds 1189 >= 586 @ 0.455484
0.51/0.64	c bounds 1189 >= 587 @ 0.456029
0.51/0.64	c bounds 1189 >= 588 @ 0.45656
0.51/0.64	c bounds 1189 >= 589 @ 0.457098
0.51/0.64	c bounds 1189 >= 590 @ 0.457625
0.51/0.64	c bounds 1189 >= 591 @ 0.458156
0.51/0.64	c bounds 1189 >= 592 @ 0.458695
0.51/0.64	c bounds 1189 >= 593 @ 0.459229
0.51/0.64	c bounds 1189 >= 594 @ 0.459758
0.51/0.64	c bounds 1189 >= 595 @ 0.460288
0.51/0.64	c bounds 1189 >= 596 @ 0.460821
0.51/0.64	c bounds 1189 >= 597 @ 0.461375
0.51/0.64	c bounds 1189 >= 598 @ 0.461906
0.51/0.64	c bounds 1189 >= 599 @ 0.462442
0.51/0.64	c bounds 1189 >= 600 @ 0.462988
0.51/0.64	c bounds 1189 >= 601 @ 0.463533
0.51/0.64	c bounds 1189 >= 602 @ 0.464082
0.51/0.65	c bounds 1189 >= 603 @ 0.464602
0.51/0.65	c bounds 1189 >= 604 @ 0.465133
0.51/0.65	c bounds 1189 >= 605 @ 0.465652
0.51/0.65	c bounds 1189 >= 606 @ 0.466193
0.51/0.65	c bounds 1189 >= 607 @ 0.466721
0.51/0.65	c bounds 1189 >= 608 @ 0.467265
0.51/0.65	c bounds 1189 >= 609 @ 0.467791
0.51/0.65	c bounds 1189 >= 610 @ 0.468318
0.51/0.65	c bounds 1189 >= 611 @ 0.468842
0.51/0.65	c bounds 1189 >= 612 @ 0.469374
0.51/0.65	c bounds 1189 >= 613 @ 0.469906
0.51/0.65	c bounds 1189 >= 614 @ 0.470441
0.51/0.65	c bounds 1189 >= 615 @ 0.470976
0.51/0.65	c bounds 1189 >= 616 @ 0.471532
0.51/0.65	c bounds 1189 >= 617 @ 0.472081
0.51/0.65	c bounds 1189 >= 618 @ 0.472634
0.51/0.65	c bounds 1189 >= 619 @ 0.473166
0.51/0.65	c bounds 1189 >= 620 @ 0.473713
0.51/0.65	c bounds 1189 >= 621 @ 0.473864
0.51/0.66	c bounds 1189 >= 622 @ 0.473864
0.51/0.66	c bounds 1189 >= 623 @ 0.474397
0.51/0.66	c bounds 1189 >= 624 @ 0.474891
0.51/0.66	c bounds 1189 >= 625 @ 0.475433
0.51/0.66	c bounds 1189 >= 626 @ 0.475961
0.51/0.66	c bounds 1189 >= 627 @ 0.4765
0.51/0.66	c bounds 1189 >= 628 @ 0.477034
0.51/0.66	c bounds 1189 >= 629 @ 0.477567
0.51/0.66	c bounds 1189 >= 630 @ 0.478124
0.51/0.66	c bounds 1189 >= 631 @ 0.478705
0.51/0.66	c bounds 1189 >= 632 @ 0.478852
0.51/0.66	c bounds 1189 >= 633 @ 0.478852
0.51/0.66	c bounds 1189 >= 634 @ 0.479427
0.51/0.66	c bounds 1189 >= 635 @ 0.479997
0.51/0.66	c bounds 1189 >= 636 @ 0.480545
0.51/0.66	c bounds 1189 >= 637 @ 0.481089
0.51/0.66	c bounds 1189 >= 638 @ 0.48165
0.51/0.66	c bounds 1189 >= 639 @ 0.482216
0.51/0.67	c bounds 1189 >= 640 @ 0.482768
0.51/0.67	c bounds 1189 >= 641 @ 0.483315
0.51/0.67	c bounds 1189 >= 642 @ 0.483868
0.51/0.67	c bounds 1189 >= 643 @ 0.484421
0.51/0.67	c bounds 1189 >= 644 @ 0.48497
0.51/0.67	c bounds 1189 >= 645 @ 0.485512
0.51/0.67	c bounds 1189 >= 646 @ 0.486074
0.51/0.67	c bounds 1189 >= 647 @ 0.48663
0.51/0.67	c bounds 1189 >= 648 @ 0.48681
0.60/0.70	c bounds 1188 >= 648 @ 0.513009
0.60/0.70	c bounds 1188 >= 649 @ 0.51373
0.60/0.70	c bounds 1188 >= 650 @ 0.514299
0.60/0.70	c bounds 1188 >= 651 @ 0.514897
0.60/0.70	c bounds 1188 >= 652 @ 0.515467
0.60/0.70	c bounds 1188 >= 653 @ 0.515596
0.60/0.70	c bounds 1188 >= 654 @ 0.515702
0.60/0.70	c bounds 1188 >= 655 @ 0.516211
0.60/0.70	c bounds 1188 >= 656 @ 0.516753
0.60/0.71	c bounds 1188 >= 657 @ 0.517284
0.60/0.71	c bounds 1188 >= 658 @ 0.517819
0.60/0.71	c bounds 1188 >= 659 @ 0.518385
0.60/0.71	c bounds 1188 >= 660 @ 0.518587
0.60/0.71	c bounds 1188 >= 661 @ 0.518587
0.60/0.71	c bounds 1188 >= 662 @ 0.519152
0.60/0.71	c bounds 1188 >= 663 @ 0.519665
0.60/0.71	c bounds 1188 >= 664 @ 0.520237
0.60/0.71	c bounds 1188 >= 665 @ 0.520803
0.60/0.71	c bounds 1188 >= 666 @ 0.521368
0.60/0.71	c bounds 1188 >= 667 @ 0.52157
0.60/0.71	c bounds 1188 >= 668 @ 0.52157
0.60/0.71	c bounds 1188 >= 669 @ 0.522114
0.60/0.71	c bounds 1188 >= 670 @ 0.5226
0.60/0.71	c bounds 1188 >= 671 @ 0.523172
0.60/0.71	c bounds 1188 >= 672 @ 0.52376
0.60/0.71	c bounds 1188 >= 673 @ 0.524316
0.60/0.71	c bounds 1188 >= 674 @ 0.524862
0.60/0.72	c bounds 1188 >= 675 @ 0.525444
0.60/0.72	c bounds 1188 >= 676 @ 0.525549
0.60/0.72	c bounds 1188 >= 677 @ 0.525655
0.60/0.72	c bounds 1188 >= 678 @ 0.526229
0.60/0.72	c bounds 1188 >= 679 @ 0.526767
0.60/0.72	c bounds 1188 >= 680 @ 0.52736
0.60/0.72	c bounds 1188 >= 681 @ 0.527526
0.60/0.72	c bounds 1188 >= 682 @ 0.527526
0.60/0.72	c bounds 1188 >= 683 @ 0.528131
0.60/0.72	c bounds 1188 >= 684 @ 0.528702
0.60/0.72	c bounds 1188 >= 685 @ 0.529258
0.60/0.72	c bounds 1188 >= 686 @ 0.529807
0.60/0.72	c bounds 1188 >= 687 @ 0.530384
0.60/0.72	c bounds 1188 >= 688 @ 0.530521
0.60/0.72	c bounds 1188 >= 689 @ 0.530618
0.60/0.72	c bounds 1188 >= 690 @ 0.531183
0.60/0.72	c bounds 1188 >= 691 @ 0.531709
0.60/0.73	c bounds 1188 >= 692 @ 0.532295
0.60/0.73	c bounds 1188 >= 693 @ 0.532853
0.60/0.73	c bounds 1188 >= 694 @ 0.533405
0.60/0.73	c bounds 1188 >= 695 @ 0.533505
0.60/0.73	c bounds 1188 >= 696 @ 0.533505
0.60/0.73	c bounds 1188 >= 697 @ 0.533505
0.60/0.73	c bounds 1188 >= 698 @ 0.53381
0.60/0.73	c bounds 1188 >= 699 @ 0.534326
0.60/0.73	c bounds 1188 >= 700 @ 0.534493
0.60/0.73	c bounds 1188 >= 701 @ 0.534585
0.60/0.73	c bounds 1188 >= 702 @ 0.535125
0.60/0.73	c bounds 1188 >= 703 @ 0.535669
0.60/0.73	c bounds 1188 >= 704 @ 0.536271
0.60/0.73	c bounds 1188 >= 705 @ 0.536479
0.60/0.73	c bounds 1188 >= 706 @ 0.536479
0.60/0.73	c bounds 1188 >= 707 @ 0.537088
0.60/0.73	c bounds 1188 >= 708 @ 0.537645
0.60/0.74	c bounds 1188 >= 709 @ 0.53827
0.60/0.74	c bounds 1188 >= 710 @ 0.538468
0.60/0.74	c bounds 1188 >= 711 @ 0.53857
0.60/0.74	c bounds 1188 >= 712 @ 0.53916
0.60/0.74	c bounds 1188 >= 713 @ 0.53983
0.60/0.74	c bounds 1188 >= 714 @ 0.540423
0.60/0.74	c bounds 1188 >= 715 @ 0.541026
0.60/0.74	c bounds 1188 >= 716 @ 0.541629
0.60/0.74	c bounds 1188 >= 717 @ 0.542234
0.60/0.74	c bounds 1188 >= 718 @ 0.542434
0.60/0.74	c bounds 1188 >= 719 @ 0.54255
0.60/0.74	c bounds 1188 >= 720 @ 0.543108
0.60/0.74	c bounds 1188 >= 721 @ 0.543689
0.60/0.74	c bounds 1188 >= 722 @ 0.544271
0.60/0.74	c bounds 1188 >= 723 @ 0.544423
0.60/0.74	c bounds 1188 >= 724 @ 0.544516
0.60/0.75	c bounds 1188 >= 725 @ 0.545085
0.60/0.75	c bounds 1188 >= 726 @ 0.545673
0.60/0.75	c bounds 1188 >= 727 @ 0.546246
0.60/0.75	c bounds 1188 >= 728 @ 0.546863
0.60/0.75	c bounds 1188 >= 729 @ 0.547466
0.60/0.75	c bounds 1188 >= 730 @ 0.548049
0.60/0.75	c bounds 1188 >= 731 @ 0.548668
0.60/0.75	c bounds 1188 >= 732 @ 0.549276
0.60/0.75	c bounds 1188 >= 733 @ 0.549397
0.60/0.75	c bounds 1188 >= 734 @ 0.549489
0.60/0.75	c bounds 1188 >= 735 @ 0.550079
0.60/0.75	c bounds 1188 >= 736 @ 0.550668
0.60/0.75	c bounds 1188 >= 737 @ 0.551257
0.60/0.75	c bounds 1188 >= 738 @ 0.551854
0.60/0.75	c bounds 1188 >= 739 @ 0.552479
0.60/0.75	c bounds 1188 >= 740 @ 0.553073
0.60/0.75	c bounds 1188 >= 741 @ 0.553698
0.60/0.76	c bounds 1188 >= 742 @ 0.554326
0.60/0.76	c bounds 1188 >= 743 @ 0.55492
0.60/0.76	c bounds 1188 >= 744 @ 0.555538
0.60/0.76	c bounds 1188 >= 745 @ 0.556154
0.60/0.76	c bounds 1188 >= 746 @ 0.55636
0.60/0.76	c bounds 1188 >= 747 @ 0.556462
0.60/0.76	c bounds 1188 >= 748 @ 0.557017
0.60/0.76	c bounds 1188 >= 749 @ 0.557576
0.60/0.76	c bounds 1188 >= 750 @ 0.558197
0.60/0.76	c bounds 1188 >= 751 @ 0.55835
0.60/0.76	c bounds 1188 >= 752 @ 0.558442
0.60/0.76	c bounds 1188 >= 753 @ 0.559071
0.60/0.76	c bounds 1188 >= 754 @ 0.5597
0.60/0.76	c bounds 1188 >= 755 @ 0.560309
0.60/0.76	c bounds 1188 >= 756 @ 0.560934
0.60/0.76	c bounds 1188 >= 757 @ 0.561579
0.60/0.77	c bounds 1188 >= 758 @ 0.562174
0.60/0.77	c bounds 1188 >= 759 @ 0.56233
0.60/0.77	c bounds 1188 >= 760 @ 0.562422
0.60/0.77	c bounds 1188 >= 761 @ 0.563038
0.60/0.77	c bounds 1188 >= 762 @ 0.563634
0.60/0.77	c bounds 1188 >= 763 @ 0.564264
0.60/0.77	c bounds 1188 >= 764 @ 0.564935
0.60/0.77	c bounds 1188 >= 765 @ 0.565561
0.60/0.77	c bounds 1188 >= 766 @ 0.566173
0.60/0.77	c bounds 1188 >= 767 @ 0.566307
0.60/0.77	c bounds 1188 >= 768 @ 0.566571
0.60/0.77	c bounds 1188 >= 769 @ 0.567128
0.60/0.77	c bounds 1188 >= 770 @ 0.567301
0.60/0.77	c bounds 1188 >= 771 @ 0.567301
0.60/0.77	c bounds 1188 >= 772 @ 0.567301
0.60/0.77	c bounds 1188 >= 773 @ 0.567692
0.60/0.78	c bounds 1188 >= 774 @ 0.56832
0.60/0.78	c bounds 1188 >= 775 @ 0.568981
0.60/0.78	c bounds 1188 >= 776 @ 0.569609
0.60/0.78	c bounds 1188 >= 777 @ 0.570228
0.60/0.78	c bounds 1188 >= 778 @ 0.570839
0.60/0.78	c bounds 1188 >= 779 @ 0.571457
0.60/0.78	c bounds 1188 >= 780 @ 0.572113
0.60/0.78	c bounds 1188 >= 781 @ 0.572273
0.60/0.78	c bounds 1188 >= 782 @ 0.572568
0.60/0.78	c bounds 1188 >= 783 @ 0.57313
0.60/0.78	c bounds 1188 >= 784 @ 0.573798
0.60/0.78	c bounds 1188 >= 785 @ 0.57447
0.60/0.78	c bounds 1188 >= 786 @ 0.575165
0.60/0.78	c bounds 1188 >= 787 @ 0.575257
0.60/0.78	c bounds 1188 >= 788 @ 0.575567
0.60/0.79	c bounds 1188 >= 789 @ 0.576198
0.70/0.82	c bounds 1187 >= 789 @ 0.606805
0.70/0.82	c bounds 1187 >= 790 @ 0.607115
0.70/0.82	c bounds 1187 >= 791 @ 0.607615
0.70/0.82	c bounds 1187 >= 792 @ 0.608297
0.70/0.82	c bounds 1187 >= 793 @ 0.609019
0.70/0.83	c bounds 1187 >= 794 @ 0.609106
0.70/0.83	c bounds 1187 >= 795 @ 0.609429
0.70/0.83	c bounds 1187 >= 796 @ 0.610061
0.70/0.83	c bounds 1187 >= 797 @ 0.610751
0.70/0.83	c bounds 1187 >= 798 @ 0.611433
0.70/0.83	c bounds 1187 >= 799 @ 0.612107
0.70/0.83	c bounds 1187 >= 800 @ 0.612773
0.70/0.83	c bounds 1187 >= 801 @ 0.613538
0.70/0.83	c bounds 1187 >= 802 @ 0.614228
0.70/0.83	c bounds 1187 >= 803 @ 0.614946
0.70/0.83	c bounds 1187 >= 804 @ 0.615078
0.70/0.83	c bounds 1187 >= 805 @ 0.615409
0.70/0.83	c bounds 1187 >= 806 @ 0.616039
0.70/0.83	c bounds 1187 >= 807 @ 0.616753
0.70/0.83	c bounds 1187 >= 808 @ 0.617466
0.70/0.84	c bounds 1187 >= 809 @ 0.61818
0.70/0.84	c bounds 1187 >= 810 @ 0.61886
0.70/0.84	c bounds 1187 >= 811 @ 0.619061
0.70/0.84	c bounds 1187 >= 812 @ 0.619401
0.70/0.84	c bounds 1187 >= 813 @ 0.620006
0.70/0.84	c bounds 1187 >= 814 @ 0.620683
0.70/0.84	c bounds 1187 >= 815 @ 0.621373
0.70/0.84	c bounds 1187 >= 816 @ 0.622067
0.70/0.84	c bounds 1187 >= 817 @ 0.622793
0.70/0.84	c bounds 1187 >= 818 @ 0.623483
0.70/0.84	c bounds 1187 >= 819 @ 0.624199
0.70/0.84	c bounds 1187 >= 820 @ 0.624886
0.70/0.84	c bounds 1187 >= 821 @ 0.625036
0.70/0.84	c bounds 1187 >= 822 @ 0.625383
0.70/0.85	c bounds 1187 >= 823 @ 0.626022
0.70/0.85	c bounds 1187 >= 824 @ 0.626022
0.70/0.85	c bounds 1187 >= 825 @ 0.626026
0.70/0.85	c bounds 1187 >= 826 @ 0.626026
0.70/0.85	c bounds 1187 >= 827 @ 0.626026
0.70/0.85	c bounds 1187 >= 828 @ 0.626646
0.70/0.85	c bounds 1187 >= 829 @ 0.627384
0.70/0.85	c bounds 1187 >= 830 @ 0.628114
0.70/0.85	c bounds 1187 >= 831 @ 0.628831
0.70/0.85	c bounds 1187 >= 832 @ 0.629009
0.70/0.85	c bounds 1187 >= 833 @ 0.629347
0.70/0.85	c bounds 1187 >= 834 @ 0.629964
0.70/0.85	c bounds 1187 >= 835 @ 0.630689
0.70/0.85	c bounds 1187 >= 836 @ 0.630994
0.70/0.86	c bounds 1187 >= 837 @ 0.631278
0.70/0.86	c bounds 1187 >= 838 @ 0.631876
0.70/0.86	c bounds 1187 >= 839 @ 0.632582
0.70/0.86	c bounds 1187 >= 840 @ 0.633289
0.70/0.86	c bounds 1187 >= 841 @ 0.633928
0.70/0.86	c bounds 1187 >= 842 @ 0.633928
0.70/0.86	c bounds 1187 >= 843 @ 0.63449
0.70/0.86	c bounds 1187 >= 844 @ 0.635193
0.70/0.86	c bounds 1187 >= 845 @ 0.635939
0.70/0.86	c bounds 1187 >= 846 @ 0.636672
0.70/0.86	c bounds 1187 >= 847 @ 0.636963
0.70/0.86	c bounds 1187 >= 848 @ 0.637254
0.70/0.86	c bounds 1187 >= 849 @ 0.637906
0.70/0.87	c bounds 1187 >= 850 @ 0.638663
0.70/0.87	c bounds 1187 >= 851 @ 0.638875
0.70/0.87	c bounds 1187 >= 852 @ 0.639218
0.70/0.87	c bounds 1187 >= 853 @ 0.639924
0.70/0.87	c bounds 1187 >= 854 @ 0.640716
0.70/0.87	c bounds 1187 >= 855 @ 0.641497
0.70/0.87	c bounds 1187 >= 856 @ 0.641755
0.70/0.87	c bounds 1187 >= 857 @ 0.642105
0.70/0.87	c bounds 1187 >= 858 @ 0.642766
0.70/0.87	c bounds 1187 >= 859 @ 0.643564
0.70/0.87	c bounds 1187 >= 860 @ 0.644317
0.70/0.87	c bounds 1187 >= 861 @ 0.644614
0.70/0.87	c bounds 1187 >= 862 @ 0.644968
0.70/0.88	c bounds 1187 >= 863 @ 0.645609
0.70/0.88	c bounds 1187 >= 864 @ 0.646313
0.70/0.88	c bounds 1187 >= 865 @ 0.646542
0.70/0.88	c bounds 1187 >= 866 @ 0.646876
0.70/0.88	c bounds 1187 >= 867 @ 0.647507
0.70/0.88	c bounds 1187 >= 868 @ 0.647507
0.70/0.88	c bounds 1187 >= 869 @ 0.647507
0.70/0.88	c bounds 1187 >= 870 @ 0.647864
0.70/0.88	c bounds 1187 >= 871 @ 0.648633
0.70/0.88	c bounds 1187 >= 872 @ 0.649337
0.70/0.88	c bounds 1187 >= 873 @ 0.650064
0.80/0.92	c bounds 1186 >= 873 @ 0.681619
0.80/0.92	c bounds 1186 >= 874 @ 0.682932
0.80/0.92	c bounds 1186 >= 875 @ 0.683685
0.80/0.92	c bounds 1186 >= 876 @ 0.684404
0.80/0.92	c bounds 1186 >= 877 @ 0.68519
0.80/0.92	c bounds 1186 >= 878 @ 0.685961
0.80/0.92	c bounds 1186 >= 879 @ 0.686825
0.80/0.92	c bounds 1186 >= 880 @ 0.687598
0.80/0.92	c bounds 1186 >= 881 @ 0.688397
0.80/0.93	c bounds 1186 >= 882 @ 0.689163
0.80/0.93	c bounds 1186 >= 883 @ 0.689933
0.80/0.93	c bounds 1186 >= 884 @ 0.690699
0.80/0.93	c bounds 1186 >= 885 @ 0.691419
0.80/0.93	c bounds 1186 >= 886 @ 0.69215
0.80/0.93	c bounds 1186 >= 887 @ 0.693043
0.80/0.93	c bounds 1186 >= 888 @ 0.693293
0.80/0.93	c bounds 1186 >= 889 @ 0.693639
0.80/0.93	c bounds 1186 >= 890 @ 0.694442
0.80/0.93	c bounds 1186 >= 891 @ 0.695245
0.80/0.93	c bounds 1186 >= 892 @ 0.69605
0.80/0.93	c bounds 1186 >= 893 @ 0.696247
0.80/0.93	c bounds 1186 >= 894 @ 0.696694
0.80/0.94	c bounds 1186 >= 895 @ 0.697427
0.80/0.94	c bounds 1186 >= 896 @ 0.698172
0.80/0.94	c bounds 1186 >= 897 @ 0.698238
0.80/0.94	c bounds 1186 >= 898 @ 0.698815
0.80/0.94	c bounds 1186 >= 899 @ 0.699756
0.80/0.94	c bounds 1186 >= 900 @ 0.70021
0.80/0.94	c bounds 1186 >= 901 @ 0.700485
0.80/0.94	c bounds 1186 >= 902 @ 0.701253
0.80/0.94	c bounds 1186 >= 903 @ 0.702092
0.80/0.94	c bounds 1186 >= 904 @ 0.702209
0.80/0.98	c bounds 1185 >= 904 @ 0.730117
0.80/0.98	c bounds 1185 >= 905 @ 0.731398
0.80/0.98	c bounds 1185 >= 906 @ 0.731525
0.80/0.98	c bounds 1185 >= 907 @ 0.731774
0.80/0.98	c bounds 1185 >= 908 @ 0.732291
0.80/0.98	c bounds 1185 >= 909 @ 0.732508
0.80/0.98	c bounds 1185 >= 910 @ 0.732508
0.80/0.98	c bounds 1185 >= 911 @ 0.733181
0.80/0.98	c bounds 1185 >= 912 @ 0.733756
0.80/0.98	c bounds 1185 >= 913 @ 0.734407
0.80/0.98	c bounds 1185 >= 914 @ 0.734499
0.80/0.98	c bounds 1185 >= 915 @ 0.7348
0.80/0.98	c bounds 1185 >= 916 @ 0.735425
0.80/0.98	c bounds 1185 >= 917 @ 0.735494
0.80/0.98	c bounds 1185 >= 918 @ 0.735727
0.80/0.99	c bounds 1185 >= 919 @ 0.736222
0.80/0.99	c bounds 1185 >= 920 @ 0.736776
0.80/0.99	c bounds 1185 >= 921 @ 0.737364
0.80/0.99	c bounds 1185 >= 922 @ 0.737485
0.80/0.99	c bounds 1185 >= 923 @ 0.737887
0.80/0.99	c bounds 1185 >= 924 @ 0.738531
0.80/0.99	c bounds 1185 >= 925 @ 0.739242
0.80/0.99	c bounds 1185 >= 926 @ 0.739475
0.80/0.99	c bounds 1185 >= 927 @ 0.739724
0.80/0.99	c bounds 1185 >= 928 @ 0.740313
0.80/0.99	c bounds 1185 >= 929 @ 0.740468
0.80/0.99	c bounds 1185 >= 930 @ 0.740784
0.80/0.99	c bounds 1185 >= 931 @ 0.74154
0.80/0.99	c bounds 1185 >= 932 @ 0.742248
0.80/1.00	c bounds 1185 >= 933 @ 0.743027
0.80/1.01	c bounds 1185 >= 934 @ 0.743301
0.80/1.01	c bounds 1185 >= 935 @ 0.743573
0.80/1.01	c bounds 1185 >= 936 @ 0.744354
0.80/1.01	c bounds 1185 >= 937 @ 0.745103
0.80/1.01	c bounds 1185 >= 938 @ 0.745246
0.80/1.01	c bounds 1185 >= 939 @ 0.745685
0.80/1.01	c bounds 1185 >= 940 @ 0.746465
0.91/1.03	c bounds 1184 >= 940 @ 0.76977
0.91/1.03	c bounds 1184 >= 941 @ 0.770642
0.91/1.03	c bounds 1184 >= 942 @ 0.770914
0.91/1.03	c bounds 1184 >= 943 @ 0.771829
0.91/1.03	c bounds 1184 >= 944 @ 0.772561
0.91/1.03	c bounds 1184 >= 945 @ 0.773347
0.91/1.03	c bounds 1184 >= 946 @ 0.774135
0.91/1.03	c bounds 1184 >= 947 @ 0.774955
0.91/1.03	c bounds 1184 >= 948 @ 0.775776
0.91/1.04	c bounds 1184 >= 949 @ 0.776523
0.91/1.04	c bounds 1184 >= 950 @ 0.777545
0.91/1.04	c bounds 1184 >= 951 @ 0.778476
0.91/1.04	c bounds 1184 >= 952 @ 0.779366
0.91/1.04	c bounds 1184 >= 953 @ 0.779482
0.91/1.04	c bounds 1184 >= 954 @ 0.779482
0.91/1.04	c bounds 1184 >= 955 @ 0.780275
0.91/1.04	c bounds 1184 >= 956 @ 0.780484
0.91/1.04	c bounds 1184 >= 957 @ 0.780484
0.91/1.04	c bounds 1184 >= 958 @ 0.780484
0.91/1.05	c bounds 1184 >= 959 @ 0.781131
0.91/1.05	c bounds 1184 >= 960 @ 0.78147
0.91/1.05	c bounds 1184 >= 961 @ 0.782381
0.91/1.05	c bounds 1184 >= 962 @ 0.78376
0.91/1.05	c bounds 1184 >= 963 @ 0.784339
0.91/1.05	c bounds 1184 >= 964 @ 0.784339
0.91/1.05	c bounds 1184 >= 965 @ 0.784339
0.91/1.05	c bounds 1184 >= 966 @ 0.784605
0.91/1.06	c bounds 1184 >= 967 @ 0.785791
0.91/1.06	c bounds 1184 >= 968 @ 0.7862
0.91/1.06	c bounds 1184 >= 969 @ 0.786977
0.91/1.06	c bounds 1184 >= 970 @ 0.787233
0.91/1.06	c bounds 1184 >= 971 @ 0.787475
0.91/1.06	c bounds 1184 >= 972 @ 0.788226
0.91/1.06	c bounds 1184 >= 973 @ 0.789306
0.91/1.09	c bounds 1183 >= 973 @ 0.813749
0.91/1.09	c bounds 1183 >= 974 @ 0.815476
0.91/1.10	c bounds 1183 >= 975 @ 0.817131
0.91/1.10	c bounds 1183 >= 976 @ 0.818803
0.91/1.10	c bounds 1183 >= 977 @ 0.81906
0.91/1.10	c bounds 1183 >= 978 @ 0.820675
0.91/1.10	c bounds 1183 >= 979 @ 0.821302
0.91/1.11	c bounds 1183 >= 980 @ 0.824083
1.00/1.11	c bounds 1183 >= 981 @ 0.827951
1.00/1.15	c bounds 1182 >= 981 @ 0.859935
1.00/1.15	c bounds 1182 >= 982 @ 0.863606
1.00/1.16	c bounds 1182 >= 983 @ 0.868598
1.00/1.16	c bounds 1182 >= 984 @ 0.871037
1.09/1.20	c bounds 1181 >= 984 @ 0.911227
1.09/1.20	c bounds 1181 >= 985 @ 0.914787
1.09/1.21	c bounds 1181 >= 986 @ 0.922884
1.09/1.22	c bounds 1181 >= 987 @ 0.927933
1.09/1.25	c bounds 1181 >= 988 @ 0.956475
1.29/1.40	c bounds 1180 >= 988 @ 1.09669
1.29/1.44	c bounds 1180 >= 989 @ 1.12806
1.29/1.47	c bounds 1180 >= 990 @ 1.16102
1.39/1.51	c #Conflicts:       1000 | #Constraints:       8543
1.39/1.51	c bounds 1179 >= 990 @ 1.19273
1.39/1.58	c bounds 1178 >= 990 @ 1.26619
1.48/1.61	c bounds 1178 >= 991 @ 1.28651
1.58/1.73	c bounds 1178 >= 992 @ 1.40607
1.68/1.83	c bounds 1177 >= 992 @ 1.50538
1.79/1.92	c bounds 1176 >= 992 @ 1.57714
1.79/1.95	c bounds 1175 >= 992 @ 1.60994
1.79/1.99	c bounds 1174 >= 992 @ 1.63978
1.90/2.02	c bounds 1173 >= 992 @ 1.66506
2.18/2.30	c #Conflicts:       2000 | #Constraints:       9614
2.18/2.30	c INPROCESSING
2.18/2.30	c GARBAGE COLLECT
2.18/2.30	c rational objective 992
2.18/2.38	c bounds 1172 >= 992 @ 2.01575
2.28/2.41	c bounds 1171 >= 992 @ 2.04352
2.28/2.45	c bounds 1171 >= 993 @ 2.08677
2.28/2.48	c bounds 1170 >= 993 @ 2.11336
2.38/2.51	c bounds 1169 >= 993 @ 2.14958
2.38/2.54	c bounds 1168 >= 993 @ 2.17837
2.38/2.57	c bounds 1167 >= 993 @ 2.209
2.67/2.85	c #Conflicts:       3000 | #Constraints:       8545
2.67/2.85	c bounds 1167 >= 994 @ 2.48431
2.67/2.88	c bounds 1166 >= 994 @ 2.51339
2.77/2.91	c bounds 1165 >= 994 @ 2.54084
2.77/2.94	c bounds 1164 >= 994 @ 2.56554
2.77/2.98	c bounds 1163 >= 994 @ 2.60608
2.77/3.00	c bounds 1162 >= 994 @ 2.62921
2.89/3.03	c bounds 1161 >= 994 @ 2.66041
2.89/3.06	c bounds 1160 >= 994 @ 2.68627
2.89/3.09	c bounds 1159 >= 994 @ 2.70877
2.99/3.11	c bounds 1158 >= 994 @ 2.73324
2.99/3.15	c bounds 1157 >= 994 @ 2.764
2.99/3.17	c bounds 1156 >= 994 @ 2.79056
3.08/3.20	c #Conflicts:       4000 | #Constraints:       9606
3.08/3.20	c bounds 1155 >= 994 @ 2.81561
3.08/3.26	c bounds 1154 >= 994 @ 2.86828
3.17/3.37	c INPROCESSING
3.17/3.37	c GARBAGE COLLECT
3.17/3.37	c rational objective 994
3.28/3.43	c bounds 1153 >= 994 @ 3.0352
3.28/3.47	c bounds 1152 >= 994 @ 3.06886
3.37/3.50	c bounds 1151 >= 994 @ 3.10319
3.37/3.57	c bounds 1150 >= 994 @ 3.16694
3.47/3.62	c bounds 1149 >= 994 @ 3.21859
3.47/3.67	c bounds 1148 >= 994 @ 3.26817
3.57/3.71	c #Conflicts:       5000 | #Constraints:       8899
3.57/3.71	c bounds 1147 >= 994 @ 3.30991
3.99/4.17	c bounds 1147 >= 995 @ 3.76285
4.07/4.20	c bounds 1146 >= 995 @ 3.78889
4.07/4.24	c bounds 1145 >= 995 @ 3.83515
4.07/4.29	c bounds 1144 >= 995 @ 3.87221
4.17/4.39	c #Conflicts:       6000 | #Constraints:       9940
4.17/4.39	c bounds 1143 >= 995 @ 3.97674
4.68/4.80	c INPROCESSING
4.68/4.80	c GARBAGE COLLECT
4.68/4.80	c rational objective 995
5.17/5.31	c #Conflicts:       7000 | #Constraints:       8905
5.17/5.31	c bounds 1142 >= 995 @ 4.87883
6.07/6.22	c #Conflicts:       8000 | #Constraints:       9907
6.07/6.22	c #Conflicts:       9000 | #Constraints:      10907
6.07/6.22	c INPROCESSING
6.07/6.22	c GARBAGE COLLECT
6.07/6.22	c bounds 1141 >= 995 @ 5.76019
6.36/6.53	c #Conflicts:      10000 | #Constraints:       9587
6.36/6.53	c bounds 1140 >= 995 @ 6.05812
7.17/7.31	c #Conflicts:      11000 | #Constraints:      10588
7.17/7.31	c bounds 1140 >= 996 @ 6.83375
7.17/7.35	c bounds 1139 >= 996 @ 6.87173
7.17/7.37	c bounds 1138 >= 996 @ 6.8957
7.27/7.40	c bounds 1137 >= 996 @ 6.92237
7.27/7.44	c bounds 1136 >= 996 @ 6.95602
7.56/7.80	c #Conflicts:      12000 | #Constraints:      11655
7.56/7.80	c INPROCESSING
7.56/7.80	c GARBAGE COLLECT
7.56/7.80	c rational objective 996
7.66/7.84	c bounds 1135 >= 996 @ 7.34905
7.66/7.87	c bounds 1134 >= 996 @ 7.37924
7.76/7.90	c bounds 1133 >= 996 @ 7.40393
7.76/7.93	c bounds 1132 >= 996 @ 7.42985
7.76/7.95	c bounds 1131 >= 996 @ 7.45371
7.76/7.98	c bounds 1130 >= 996 @ 7.47956
7.88/8.08	c bounds 1129 >= 996 @ 7.58112
7.98/8.17	c bounds 1128 >= 996 @ 7.66882
8.06/8.23	c #Conflicts:      13000 | #Constraints:      10045
8.06/8.23	c bounds 1127 >= 996 @ 7.7293
8.16/8.37	c bounds 1126 >= 996 @ 7.85982
8.27/8.49	c bounds 1125 >= 996 @ 7.98212
8.46/8.62	c bounds 1124 >= 996 @ 8.10815
8.46/8.68	c #Conflicts:      14000 | #Constraints:      11057
8.46/8.68	c bounds 1123 >= 996 @ 8.16295
8.56/8.74	c bounds 1122 >= 996 @ 8.22112
9.76/9.91	c #Conflicts:      15000 | #Constraints:      12060
9.76/9.91	c INPROCESSING
9.76/9.91	c GARBAGE COLLECT
9.76/9.91	c rational objective 996
9.76/9.97	c bounds 1121 >= 996 @ 9.43284
9.76/9.99	c bounds 1120 >= 996 @ 9.45683
9.87/10.07	c bounds 1119 >= 996 @ 9.53596
10.16/10.38	c #Conflicts:      16000 | #Constraints:      10276
10.16/10.38	c bounds 1118 >= 996 @ 9.84028
10.36/10.58	c bounds 1117 >= 996 @ 10.0383
11.15/11.37	c #Conflicts:      17000 | #Constraints:      11278
11.15/11.37	c #Conflicts:      18000 | #Constraints:      12280
11.15/11.37	c INPROCESSING
11.15/11.37	c GARBAGE COLLECT
11.15/11.37	c rational objective 996
11.25/11.47	c bounds 1116 >= 996 @ 10.9121
11.97/12.11	c #Conflicts:      19000 | #Constraints:      10308
11.97/12.11	c bounds 1115 >= 996 @ 11.5445
13.24/13.43	c #Conflicts:      20000 | #Constraints:      11316
13.24/13.43	c #Conflicts:      21000 | #Constraints:      12316
13.24/13.43	c INPROCESSING
13.24/13.43	c GARBAGE COLLECT
13.24/13.43	c rational objective 996
14.45/14.65	c #Conflicts:      22000 | #Constraints:      10127
14.45/14.65	c #Conflicts:      23000 | #Constraints:      11127
14.45/14.65	c #Conflicts:      24000 | #Constraints:      12134
14.45/14.65	c bounds 1114 >= 996 @ 14.045
15.86/16.06	c #Conflicts:      25000 | #Constraints:      13144
15.86/16.06	c INPROCESSING
15.86/16.06	c GARBAGE COLLECT
15.86/16.06	c rational objective 996
15.96/16.16	c bounds 1113 >= 996 @ 15.5291
16.04/16.20	c bounds 1112 >= 996 @ 15.5637
16.54/16.77	c #Conflicts:      26000 | #Constraints:      10731
16.54/16.77	c #Conflicts:      27000 | #Constraints:      11731
16.54/16.77	c bounds 1111 >= 996 @ 16.1316
17.04/17.28	c #Conflicts:      28000 | #Constraints:      12733
17.04/17.28	c bounds 1110 >= 996 @ 16.6255
17.24/17.42	c bounds 1109 >= 996 @ 16.7649
17.44/17.67	c #Conflicts:      29000 | #Constraints:      13743
17.44/17.67	c INPROCESSING
17.44/17.67	c GARBAGE COLLECT
17.44/17.67	c rational objective 996
17.95/18.14	c bounds 1108 >= 996 @ 17.4658
18.64/18.80	c #Conflicts:      30000 | #Constraints:      11131
18.64/18.80	c #Conflicts:      31000 | #Constraints:      12131
18.64/18.80	c bounds 1108 >= 997 @ 18.0996
18.85/19.04	c bounds 1107 >= 997 @ 18.3429
18.95/19.11	c #Conflicts:      32000 | #Constraints:      13204
18.95/19.11	c bounds 1106 >= 997 @ 18.4111
18.95/19.17	c bounds 1105 >= 997 @ 18.4659
19.03/19.24	c bounds 1104 >= 997 @ 18.5337
19.14/19.30	c bounds 1103 >= 997 @ 18.595
19.14/19.35	c bounds 1102 >= 997 @ 18.6452
19.23/19.41	c bounds 1101 >= 997 @ 18.6952
19.23/19.45	c bounds 1100 >= 997 @ 18.7376
19.73/19.92	c #Conflicts:      33000 | #Constraints:      14211
19.73/19.92	c INPROCESSING
19.73/19.92	c GARBAGE COLLECT
19.73/19.92	c bounds 1099 >= 997 @ 19.1982
19.73/19.96	c bounds 1098 >= 997 @ 19.2383
19.73/20.00	c bounds 1097 >= 997 @ 19.2713
19.84/20.06	c bounds 1096 >= 997 @ 19.3321
19.95/20.11	c bounds 1095 >= 997 @ 19.3811
21.94/22.18	c #Conflicts:      34000 | #Constraints:      11362
21.94/22.18	c #Conflicts:      35000 | #Constraints:      12362
21.94/22.18	c #Conflicts:      36000 | #Constraints:      13362
21.94/22.18	c #Conflicts:      37000 | #Constraints:      14362
21.94/22.18	c INPROCESSING
21.94/22.18	c GARBAGE COLLECT
21.94/22.18	c rational objective 997
22.02/22.24	c bounds 1094 >= 997 @ 21.4848
22.33/22.59	c #Conflicts:      38000 | #Constraints:      11368
22.33/22.59	c bounds 1093 >= 997 @ 21.8225
22.52/22.76	c bounds 1092 >= 997 @ 21.986
23.02/23.24	c #Conflicts:      39000 | #Constraints:      12381
23.02/23.24	c bounds 1091 >= 997 @ 22.4677
23.42/23.66	c #Conflicts:      40000 | #Constraints:      13431
23.42/23.66	c bounds 1090 >= 997 @ 22.8803
23.93/24.13	c #Conflicts:      41000 | #Constraints:      14451
23.93/24.13	c bounds 1089 >= 997 @ 23.3305
24.21/24.40	c INPROCESSING
24.21/24.40	c GARBAGE COLLECT
24.21/24.40	c rational objective 997
25.01/25.20	c #Conflicts:      42000 | #Constraints:      11240
25.01/25.20	c bounds 1088 >= 997 @ 24.3841
27.21/27.49	c #Conflicts:      43000 | #Constraints:      12256
27.21/27.49	c #Conflicts:      44000 | #Constraints:      13256
27.21/27.49	c #Conflicts:      45000 | #Constraints:      14256
27.21/27.49	c #Conflicts:      46000 | #Constraints:      15256
27.21/27.49	c INPROCESSING
27.21/27.49	c GARBAGE COLLECT
27.21/27.49	c rational objective 997
27.50/27.72	c bounds 1087 >= 997 @ 26.8724
27.61/27.83	c #Conflicts:      47000 | #Constraints:      11810
27.61/27.83	c bounds 1086 >= 997 @ 26.9778
28.00/28.26	c #Conflicts:      48000 | #Constraints:      12814
28.00/28.26	c bounds 1085 >= 997 @ 27.3985
28.20/28.48	c bounds 1084 >= 997 @ 27.6177
29.40/29.65	c #Conflicts:      49000 | #Constraints:      13832
29.40/29.65	c #Conflicts:      50000 | #Constraints:      14893
29.40/29.65	c bounds 1083 >= 997 @ 28.7577
29.81/30.02	c #Conflicts:      51000 | #Constraints:      15951
29.81/30.02	c INPROCESSING
29.81/30.02	c GARBAGE COLLECT
29.81/30.02	c rational objective 997
31.30/31.55	c #Conflicts:      52000 | #Constraints:      12316
31.30/31.55	c #Conflicts:      53000 | #Constraints:      13361
31.30/31.55	c bounds 1082 >= 997 @ 30.6084
32.99/33.22	c #Conflicts:      54000 | #Constraints:      14408
32.99/33.22	c #Conflicts:      55000 | #Constraints:      15408
32.99/33.22	c #Conflicts:      56000 | #Constraints:      16408
32.99/33.22	c INPROCESSING
32.99/33.22	c GARBAGE COLLECT
32.99/33.22	c rational objective 997
33.59/33.80	c #Conflicts:      57000 | #Constraints:      12514
33.59/33.80	c bounds 1081 >= 997 @ 32.8266
33.90/34.15	c #Conflicts:      58000 | #Constraints:      13549
33.90/34.15	c bounds 1080 >= 997 @ 33.1602
34.29/34.57	c bounds 1079 >= 997 @ 33.5713
37.97/38.21	c #Conflicts:      59000 | #Constraints:      14589
37.97/38.21	c #Conflicts:      60000 | #Constraints:      15589
37.97/38.21	c #Conflicts:      61000 | #Constraints:      16589
37.97/38.21	c INPROCESSING
37.97/38.21	c GARBAGE COLLECT
37.97/38.21	c rational objective 997
38.07/38.31	c bounds 1078 >= 997 @ 37.2753
38.07/38.37	c bounds 1077 >= 997 @ 37.3302
38.17/38.45	c bounds 1076 >= 997 @ 37.4159
38.27/38.59	c #Conflicts:      62000 | #Constraints:      12521
38.27/38.59	c bounds 1075 >= 997 @ 37.5499
38.56/38.88	c bounds 1074 >= 997 @ 37.825
38.78/39.07	c #Conflicts:      63000 | #Constraints:      13541
38.78/39.07	c bounds 1073 >= 997 @ 38.0154
39.17/39.41	c bounds 1072 >= 997 @ 38.3457
39.56/39.81	c #Conflicts:      64000 | #Constraints:      14562
39.56/39.81	c bounds 1071 >= 997 @ 38.7382
40.16/40.43	c #Conflicts:      65000 | #Constraints:      15605
40.16/40.43	c bounds 1070 >= 997 @ 39.3464
40.78/41.11	c #Conflicts:      66000 | #Constraints:      16633
40.78/41.11	c INPROCESSING
40.78/41.11	c GARBAGE COLLECT
40.78/41.11	c rational objective 997
43.36/43.68	c #Conflicts:      67000 | #Constraints:      12283
43.36/43.68	c #Conflicts:      68000 | #Constraints:      13283
43.36/43.68	c #Conflicts:      69000 | #Constraints:      14284
43.36/43.68	c #Conflicts:      70000 | #Constraints:      15304
43.36/43.68	c #Conflicts:      71000 | #Constraints:      16373
43.36/43.68	c bounds 1069 >= 997 @ 42.535
45.25/45.50	c #Conflicts:      72000 | #Constraints:      17379
45.25/45.50	c INPROCESSING
45.25/45.50	c GARBAGE COLLECT
45.25/45.50	c rational objective 997
46.54/46.82	c #Conflicts:      73000 | #Constraints:      12893
46.54/46.82	c #Conflicts:      74000 | #Constraints:      13893
46.54/46.82	c #Conflicts:      75000 | #Constraints:      14893
46.54/46.82	c bounds 1069 >= 998 @ 45.6302
47.63/47.93	c #Conflicts:      76000 | #Constraints:      15971
47.63/47.93	c #Conflicts:      77000 | #Constraints:      16971
47.63/47.93	c #Conflicts:      78000 | #Constraints:      17989
47.63/47.93	c INPROCESSING
47.63/47.93	c GARBAGE COLLECT
47.63/47.93	c rational objective 998
48.33/48.65	c #Conflicts:      79000 | #Constraints:      13302
48.33/48.65	c bounds 1068 >= 998 @ 47.4115
52.33/52.65	c #Conflicts:      80000 | #Constraints:      14310
52.33/52.65	c #Conflicts:      81000 | #Constraints:      15310
52.33/52.65	c #Conflicts:      82000 | #Constraints:      16310
52.33/52.65	c #Conflicts:      83000 | #Constraints:      17310
52.33/52.65	c #Conflicts:      84000 | #Constraints:      18310
52.33/52.65	c INPROCESSING
52.33/52.65	c GARBAGE COLLECT
52.33/52.65	c rational objective 998
52.83/53.18	c #Conflicts:      85000 | #Constraints:      13484
52.83/53.18	c bounds 1067 >= 998 @ 51.8745
53.12/53.44	c bounds 1066 >= 998 @ 52.1284
53.32/53.61	c #Conflicts:      86000 | #Constraints:      14490
53.32/53.61	c bounds 1065 >= 998 @ 52.301
54.73/55.01	c #Conflicts:      87000 | #Constraints:      15491
54.73/55.01	c #Conflicts:      88000 | #Constraints:      16492
54.73/55.01	c bounds 1064 >= 998 @ 53.6858
55.31/55.61	c #Conflicts:      89000 | #Constraints:      17503
55.31/55.61	c bounds 1063 >= 998 @ 54.2725
55.52/55.88	c #Conflicts:      90000 | #Constraints:      18532
55.52/55.88	c INPROCESSING
55.52/55.88	c GARBAGE COLLECT
55.52/55.88	c rational objective 998
56.31/56.67	c #Conflicts:      91000 | #Constraints:      13488
56.31/56.67	c bounds 1062 >= 998 @ 55.3055
58.10/58.44	c #Conflicts:      92000 | #Constraints:      14524
58.10/58.44	c #Conflicts:      93000 | #Constraints:      15568
58.10/58.44	c #Conflicts:      94000 | #Constraints:      16645
58.10/58.44	c bounds 1061 >= 998 @ 57.0506
60.99/61.32	c #Conflicts:      95000 | #Constraints:      17698
60.99/61.32	c #Conflicts:      96000 | #Constraints:      18698
60.99/61.32	c INPROCESSING
60.99/61.32	c GARBAGE COLLECT
60.99/61.32	c rational objective 998
62.29/62.62	c #Conflicts:      97000 | #Constraints:      13335
62.29/62.62	c #Conflicts:      98000 | #Constraints:      14335
62.29/62.62	c #Conflicts:      99000 | #Constraints:      15350
62.29/62.62	c bounds 1060 >= 998 @ 61.1955
63.18/63.52	c #Conflicts:     100000 | #Constraints:      16376
63.18/63.52	c bounds 1059 >= 998 @ 62.0803
64.98/65.39	c #Conflicts:     101000 | #Constraints:      17424
64.98/65.39	c #Conflicts:     102000 | #Constraints:      18451
64.98/65.39	c #Conflicts:     103000 | #Constraints:      19525
64.98/65.39	c INPROCESSING
64.98/65.39	c GARBAGE COLLECT
64.98/65.39	c rational objective 998
68.37/68.71	c #Conflicts:     104000 | #Constraints:      13982
68.37/68.71	c #Conflicts:     105000 | #Constraints:      14982
68.37/68.71	c #Conflicts:     106000 | #Constraints:      15982
68.37/68.71	c #Conflicts:     107000 | #Constraints:      16982
68.37/68.71	c #Conflicts:     108000 | #Constraints:      17982
68.37/68.71	c #Conflicts:     109000 | #Constraints:      18982
68.37/68.71	c #Conflicts:     110000 | #Constraints:      19982
68.37/68.71	c INPROCESSING
68.37/68.71	c GARBAGE COLLECT
68.37/68.71	c rational objective 998
70.46/70.89	c #Conflicts:     111000 | #Constraints:      14318
70.46/70.89	c #Conflicts:     112000 | #Constraints:      15351
70.46/70.89	c #Conflicts:     113000 | #Constraints:      16421
70.46/70.89	c #Conflicts:     114000 | #Constraints:      17457
70.46/70.89	c bounds 1058 >= 998 @ 69.299
74.85/75.20	c #Conflicts:     115000 | #Constraints:      18472
74.85/75.20	c #Conflicts:     116000 | #Constraints:      19472
74.85/75.20	c #Conflicts:     117000 | #Constraints:      20472
74.85/75.20	c INPROCESSING
74.85/75.20	c GARBAGE COLLECT
74.85/75.20	c rational objective 998
76.54/76.90	c #Conflicts:     118000 | #Constraints:      14574
76.54/76.90	c #Conflicts:     119000 | #Constraints:      15575
76.54/76.90	c #Conflicts:     120000 | #Constraints:      16684
76.54/76.90	c bounds 1057 >= 998 @ 75.2332
79.13/79.55	c #Conflicts:     121000 | #Constraints:      17718
79.13/79.55	c #Conflicts:     122000 | #Constraints:      18718
79.13/79.55	c #Conflicts:     123000 | #Constraints:      19718
79.13/79.55	c bounds 1056 >= 998 @ 77.8533
79.23/79.69	WSVECS04 Frhs2[8]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[14]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[43]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[44]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[55]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[62]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[95]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[102]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[106]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[107]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[148]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[149]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[154]: 6 -1.0001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[183]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[184]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[193]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[197]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[206]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[217]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[218]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[227]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[244]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[267]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[279]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[287]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[307]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[315]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[317]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[325]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[336]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[337]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[372]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[400]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[417]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[451]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[452]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[466]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[467]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[473]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[479]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[481]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[483]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[506]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[509]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[527]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[555]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[563]: 6 -1.00008 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[566]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[580]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[583]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[593]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[598]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[603]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[609]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[611]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[651]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[653]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[659]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[664]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[667]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[679]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[705]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[724]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[731]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[757]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[785]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[812]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[836]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[848]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[851]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[955]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[964]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[982]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[996]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1009]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1029]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1039]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1045]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1051]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1059]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1066]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1076]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1077]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1088]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1089]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1090]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1097]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1099]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1108]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1121]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1135]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1137]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1147]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1152]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1154]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1163]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1170]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1197]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1204]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1218]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1226]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1240]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1245]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1246]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1248]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1249]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1252]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1256]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1284]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1291]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1292]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1299]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1314]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1317]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1328]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1329]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1330]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1334]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1341]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1346]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1355]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1360]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1374]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1381]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1387]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1390]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1392]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1394]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1396]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1398]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1409]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1410]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1433]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1441]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1444]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1459]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1482]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1493]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1499]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1500]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1511]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1519]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1529]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1537]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1562]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1563]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1565]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1566]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1571]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1592]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1607]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1615]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1628]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1629]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1632]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1668]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1669]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1671]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1680]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1681]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1682]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1689]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1699]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1708]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1718]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1720]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1737]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1739]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1741]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1742]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1751]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1771]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1772]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1774]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1777]: 6 -1.00004 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1785]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1797]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1804]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1809]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1818]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1819]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1826]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1833]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1845]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1872]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1883]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1887]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1923]: 6 -1.00006 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1940]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1941]: 6 -1.00001 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1947]: 6 -1.00002 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1961]: 6 -1.00005 0 shouldn't be
79.23/79.69	WSVECS04 Frhs2[1962]: 6 -1.00004 0 shouldn't be
79.83/80.23	c #Conflicts:     124000 | #Constraints:      20730
79.83/80.23	c INPROCESSING
79.83/80.23	c GARBAGE COLLECT
79.83/80.23	c rational objective 998
83.12/83.58	c #Conflicts:     125000 | #Constraints:      14585
83.12/83.58	c #Conflicts:     126000 | #Constraints:      15585
83.12/83.58	c #Conflicts:     127000 | #Constraints:      16585
83.12/83.58	c #Conflicts:     128000 | #Constraints:      17585
83.12/83.58	c #Conflicts:     129000 | #Constraints:      18585
83.12/83.58	c #Conflicts:     130000 | #Constraints:      19585
83.12/83.58	c #Conflicts:     131000 | #Constraints:      20585
83.12/83.58	c INPROCESSING
83.12/83.58	c GARBAGE COLLECT
83.12/83.58	c rational objective 998
83.64/84.02	c #Conflicts:     132000 | #Constraints:      14322
83.64/84.02	c bounds 1055 >= 998 @ 82.2403
83.82/84.23	c #Conflicts:     133000 | #Constraints:      15342
83.82/84.23	c bounds 1054 >= 998 @ 82.4456
84.12/84.51	c bounds 1053 >= 998 @ 82.7174
84.31/84.79	c bounds 1052 >= 998 @ 82.9883
87.10/87.55	c #Conflicts:     134000 | #Constraints:      16361
87.10/87.55	c #Conflicts:     135000 | #Constraints:      17361
87.10/87.55	c #Conflicts:     136000 | #Constraints:      18361
87.10/87.55	c #Conflicts:     137000 | #Constraints:      19362
87.10/87.55	c bounds 1051 >= 998 @ 85.6937
87.31/87.70	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[2]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[15]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[32]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[45]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[50]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[55]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[56]: 6 -1.00008 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[59]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[62]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[67]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[70]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[77]: 6 -1.00008 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[78]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[90]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[95]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[98]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[101]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[102]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[105]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[106]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[122]: 6 -1.0001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[138]: 6 -1.0001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[141]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[152]: 6 -1.00008 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[153]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[154]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[155]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[158]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[161]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[163]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[164]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[165]: 6 -1.0001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[171]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[175]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[179]: 6 -1.00008 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[183]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[184]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[187]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[193]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[197]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[198]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[211]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[214]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[217]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[218]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[219]: 6 -1.00008 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[224]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[226]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[229]: 6 -1.00001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[231]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[234]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[235]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[236]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[248]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[261]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[268]: 6 -1.00005 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[273]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[277]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[279]: 6 -1.00002 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[285]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[286]: 6 -1.00007 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[289]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[292]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[294]: 6 -1.0001 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[297]: 6 -1.00003 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[298]: 6 -1.00009 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[300]: 6 -1.00008 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[307]: 6 -1.00006 0 shouldn't be
87.31/87.70	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[317]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[321]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[324]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[325]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[340]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[348]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[359]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[368]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[371]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[374]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[376]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[386]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[388]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[390]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[399]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[400]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[408]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[413]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[417]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[420]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[424]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[426]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[428]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[429]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[430]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[431]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[433]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[441]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[442]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[451]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[458]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[466]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[467]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[468]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[476]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[477]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[479]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[481]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[483]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[488]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[489]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[491]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[494]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[496]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[502]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[506]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[508]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[509]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[513]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[515]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[521]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[525]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[526]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[531]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[546]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[548]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[550]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[552]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[555]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[560]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[561]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[563]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[565]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[566]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[572]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[573]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[574]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[580]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[582]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[583]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[584]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[585]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[592]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[593]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[596]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[603]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[609]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[611]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[614]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[616]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[620]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[622]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[630]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[634]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[642]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[649]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[664]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[677]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[681]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[701]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[702]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[705]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[714]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[718]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[719]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[722]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[724]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[731]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[736]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[745]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[746]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[755]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[756]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[759]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[785]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[802]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[803]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[806]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[812]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[816]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[819]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[820]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[821]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[823]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[833]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[836]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[844]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[845]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[846]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[851]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[852]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[854]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[855]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[856]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[858]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[859]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[860]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[862]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[868]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[869]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[870]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[880]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[882]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[883]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[889]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[900]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[910]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[912]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[915]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[918]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[927]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[928]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[932]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[933]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[934]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[938]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[944]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[951]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[955]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[960]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[961]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[968]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[972]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[973]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[976]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[978]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[982]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[983]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[988]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[993]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[996]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[997]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1005]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1010]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1015]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1021]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1327]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1330]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1334]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1379]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1410]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1418]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1428]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1433]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1434]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1448]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1464]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1491]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1493]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1494]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1499]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1501]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1502]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1505]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1511]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1512]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1513]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1522]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1523]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1530]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1535]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1537]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1551]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1553]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1554]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1557]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1564]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1565]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1566]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1571]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1574]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1575]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1600]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1603]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1605]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1607]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1608]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1620]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1621]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1632]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1634]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1638]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1642]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1647]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1650]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1655]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1663]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1667]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1669]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1673]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1678]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1680]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1681]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1684]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1686]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1689]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1695]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1708]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1713]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1715]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1717]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1722]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1723]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1725]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1730]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1732]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1738]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1739]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1741]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1742]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1747]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1749]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1756]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1759]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1769]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1777]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1782]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1787]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1795]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1797]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1798]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1802]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1806]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1810]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1811]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1814]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1819]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1822]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1828]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1833]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1836]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1837]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1839]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1845]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1846]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1847]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1856]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1857]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1858]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1862]: 6 -1.00001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1865]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1867]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1880]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1882]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1883]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1886]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1887]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1893]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1895]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1900]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1905]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1906]: 6 -1.00005 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1910]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1913]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1914]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1923]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1924]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1927]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1928]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1938]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1939]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1947]: 6 -1.00006 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1948]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1954]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1956]: 6 -1.00009 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1957]: 6 -1.00008 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1961]: 6 -1.00007 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1962]: 6 -1.00002 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1963]: 6 -1.00004 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1966]: 6 -1.0001 0 shouldn't be
87.31/87.71	WSVECS04 Frhs2[1968]: 6 -1.00009 0 shouldn't be
92.29/92.75	c #Conflicts:     138000 | #Constraints:      20370
92.29/92.75	c #Conflicts:     139000 | #Constraints:      21370
92.29/92.75	c INPROCESSING
92.29/92.75	c GARBAGE COLLECT
92.29/92.75	c rational objective 998
94.08/94.59	c #Conflicts:     140000 | #Constraints:      14918
94.08/94.59	c #Conflicts:     141000 | #Constraints:      15956
94.08/94.59	c #Conflicts:     142000 | #Constraints:      17032
94.08/94.59	c bounds 1050 >= 998 @ 92.6647
97.47/97.92	c #Conflicts:     143000 | #Constraints:      18089
97.47/97.92	c #Conflicts:     144000 | #Constraints:      19089
97.47/97.92	c #Conflicts:     145000 | #Constraints:      20089
97.47/97.92	c #Conflicts:     146000 | #Constraints:      21094
97.47/97.92	c #Conflicts:     147000 | #Constraints:      22199
97.47/97.92	c INPROCESSING
97.47/97.92	c GARBAGE COLLECT
97.47/97.92	c rational objective 998
101.57/102.11	c #Conflicts:     148000 | #Constraints:      15432
101.57/102.11	c #Conflicts:     149000 | #Constraints:      16432
101.57/102.11	c #Conflicts:     150000 | #Constraints:      17432
101.57/102.11	c #Conflicts:     151000 | #Constraints:      18432
101.57/102.11	c #Conflicts:     152000 | #Constraints:      19432
101.57/102.11	c #Conflicts:     153000 | #Constraints:      20432
101.57/102.11	c #Conflicts:     154000 | #Constraints:      21432
101.57/102.11	c #Conflicts:     155000 | #Constraints:      22432
101.57/102.11	c INPROCESSING
101.57/102.11	c GARBAGE COLLECT
101.57/102.11	c rational objective 998
103.45/103.95	c #Conflicts:     156000 | #Constraints:      15550
103.45/103.95	c #Conflicts:     157000 | #Constraints:      16551
103.45/103.95	c #Conflicts:     158000 | #Constraints:      17551
103.45/103.95	c bounds 1049 >= 998 @ 101.859
109.73/110.26	c #Conflicts:     159000 | #Constraints:      18617
109.73/110.26	c #Conflicts:     160000 | #Constraints:      19617
109.73/110.26	c #Conflicts:     161000 | #Constraints:      20617
109.73/110.26	c #Conflicts:     162000 | #Constraints:      21617
109.73/110.26	c #Conflicts:     163000 | #Constraints:      22617
109.73/110.26	c INPROCESSING
109.73/110.26	c GARBAGE COLLECT
109.73/110.26	c rational objective 998
110.23/110.72	c #Conflicts:     164000 | #Constraints:      15573
110.23/110.72	c bounds 1048 >= 998 @ 108.56
110.64/111.16	c #Conflicts:     165000 | #Constraints:      16610
110.64/111.16	c bounds 1047 >= 998 @ 108.988
111.42/111.92	c #Conflicts:     166000 | #Constraints:      17651
111.42/111.92	c bounds 1046 >= 998 @ 109.738
112.12/112.69	c #Conflicts:     167000 | #Constraints:      18694
112.12/112.69	c bounds 1045 >= 998 @ 110.504
115.11/115.66	c #Conflicts:     168000 | #Constraints:      19726
115.11/115.66	c #Conflicts:     169000 | #Constraints:      20753
115.11/115.66	c #Conflicts:     170000 | #Constraints:      21825
115.11/115.66	c #Conflicts:     171000 | #Constraints:      22898
115.11/115.66	c INPROCESSING
115.11/115.66	c GARBAGE COLLECT
115.11/115.66	c rational objective 998
121.20/121.75	c #Conflicts:     172000 | #Constraints:      15482
121.20/121.75	c #Conflicts:     173000 | #Constraints:      16482
121.20/121.75	c #Conflicts:     174000 | #Constraints:      17482
121.20/121.75	c #Conflicts:     175000 | #Constraints:      18517
121.20/121.75	c #Conflicts:     176000 | #Constraints:      19566
121.20/121.75	c #Conflicts:     177000 | #Constraints:      20611
121.20/121.75	c #Conflicts:     178000 | #Constraints:      21656
121.20/121.75	c #Conflicts:     179000 | #Constraints:      22710
121.20/121.75	c #Conflicts:     180000 | #Constraints:      23755
121.20/121.75	c INPROCESSING
121.20/121.75	c GARBAGE COLLECT
121.20/121.75	c rational objective 998
125.98/126.52	c #Conflicts:     181000 | #Constraints:      16104
125.98/126.52	c #Conflicts:     182000 | #Constraints:      17104
125.98/126.52	c #Conflicts:     183000 | #Constraints:      18104
125.98/126.52	c #Conflicts:     184000 | #Constraints:      19104
125.98/126.52	c #Conflicts:     185000 | #Constraints:      20104
125.98/126.52	c #Conflicts:     186000 | #Constraints:      21104
125.98/126.52	c #Conflicts:     187000 | #Constraints:      22104
125.98/126.52	c #Conflicts:     188000 | #Constraints:      23104
125.98/126.52	c #Conflicts:     189000 | #Constraints:      24104
125.98/126.52	c INPROCESSING
125.98/126.52	c GARBAGE COLLECT
125.98/126.52	c rational objective 998
130.48/131.03	c #Conflicts:     190000 | #Constraints:      16403
130.48/131.03	c #Conflicts:     191000 | #Constraints:      17403
130.48/131.03	c #Conflicts:     192000 | #Constraints:      18403
130.48/131.03	c #Conflicts:     193000 | #Constraints:      19403
130.48/131.03	c #Conflicts:     194000 | #Constraints:      20403
130.48/131.03	c #Conflicts:     195000 | #Constraints:      21403
130.48/131.03	c #Conflicts:     196000 | #Constraints:      22403
130.48/131.03	c #Conflicts:     197000 | #Constraints:      23403
130.48/131.03	c bounds 1045 >= 999 @ 128.535
130.96/131.51	c #Conflicts:     198000 | #Constraints:      24473
130.96/131.51	c INPROCESSING
130.96/131.51	c GARBAGE COLLECT
130.96/131.51	c rational objective 999
132.26/132.81	c #Conflicts:     199000 | #Constraints:      16520
132.26/132.81	c #Conflicts:     200000 | #Constraints:      17564
132.26/132.81	c bounds 1044 >= 999 @ 130.286
132.36/132.94	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[9]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[13]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[14]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[15]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[30]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[40]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[50]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[63]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[77]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[78]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[95]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[102]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[105]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[116]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[120]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[123]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[125]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[138]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[141]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[147]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[149]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[153]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[154]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[171]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[179]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[184]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[187]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[193]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[196]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[197]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[198]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[205]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[208]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[214]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[217]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[218]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[226]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[227]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[230]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[261]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[268]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[282]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[283]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[288]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[291]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[298]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[299]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[300]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[307]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[315]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[317]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[325]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[333]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[349]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[356]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[359]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[360]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[387]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[388]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[391]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[395]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[398]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[400]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[404]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[414]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[415]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[418]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[424]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[433]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[436]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[441]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[442]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[452]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[455]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[462]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[476]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[480]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[481]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[483]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[496]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[501]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[503]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[504]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[508]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[514]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[515]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[521]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[526]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[537]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[542]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[546]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[550]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[562]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[563]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[564]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[565]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[572]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[584]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[586]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[593]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[597]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[605]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[607]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[610]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[611]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[617]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[620]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[627]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[630]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[634]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[642]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[653]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[658]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[664]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[666]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[676]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[681]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[683]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[691]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[694]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[700]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[701]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[702]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[710]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[711]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[719]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[725]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[737]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[747]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[750]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[753]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[756]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[759]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[763]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[769]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[778]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[785]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[789]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[790]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[797]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[798]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[812]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[819]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[821]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[826]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[832]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[833]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[846]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[848]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[855]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[860]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[883]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[886]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[896]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[898]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[900]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[904]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[910]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[915]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[933]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[938]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[951]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[952]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[957]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[964]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[972]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[973]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[976]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[978]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[980]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[982]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[988]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[992]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[996]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[997]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[999]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1001]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1005]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1010]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1011]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1021]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1023]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1026]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1027]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1029]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1039]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1046]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1050]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1052]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1055]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1057]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1060]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1065]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1066]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1075]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1076]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1077]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1078]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1081]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1084]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1085]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1086]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1088]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1092]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1094]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1097]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1099]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1104]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1108]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1121]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1122]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1124]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1129]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1132]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1136]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1137]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1141]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1146]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1147]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1149]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1152]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1156]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1166]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1184]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1191]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1199]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1220]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1228]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1235]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1237]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1245]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1246]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1249]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1253]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1256]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1266]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1267]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1272]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1276]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1284]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1287]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1288]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1298]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1300]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1301]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1304]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1309]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1311]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1317]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1318]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1332]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1338]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1340]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1341]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1344]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1346]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1349]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1354]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1355]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1360]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1362]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1372]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1373]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1374]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1381]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1388]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1389]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1390]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1392]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1401]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1403]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1412]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1418]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1425]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1461]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1466]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1468]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1474]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1482]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1491]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1493]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1496]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1499]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1500]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1501]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1502]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1511]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1512]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1513]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1529]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1551]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1553]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1562]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1565]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1566]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1567]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1571]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1574]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1581]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1592]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1613]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1619]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1621]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1626]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1642]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1647]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1663]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1665]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1668]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1678]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1681]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1684]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1695]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1699]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1708]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1714]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1717]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1718]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1730]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1731]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1739]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1741]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1747]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1753]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1756]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1773]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1777]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1785]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1797]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1799]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1804]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1814]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1818]: 6 -1.00001 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1819]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1822]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1836]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1839]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1846]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1847]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1857]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1867]: 6 -1.00008 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1872]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1886]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1888]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1896]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1898]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1904]: 6 -1.00007 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1905]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1919]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1927]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1928]: 6 -1.00003 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1938]: 6 -1.00002 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1940]: 6 -1.00004 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1953]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1957]: 6 -1.00005 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1961]: 6 -1.00006 0 shouldn't be
132.36/132.94	WSVECS04 Frhs2[1966]: 6 -1.00005 0 shouldn't be
136.35/136.92	c #Conflicts:     201000 | #Constraints:      18619
136.35/136.92	c #Conflicts:     202000 | #Constraints:      19619
136.35/136.92	c #Conflicts:     203000 | #Constraints:      20619
136.35/136.92	c #Conflicts:     204000 | #Constraints:      21620
136.35/136.92	c #Conflicts:     205000 | #Constraints:      22677
136.35/136.92	c #Conflicts:     206000 | #Constraints:      23744
136.35/136.92	c bounds 1043 >= 999 @ 134.338
138.34/139.00	c #Conflicts:     207000 | #Constraints:      24763
138.34/139.00	c INPROCESSING
138.34/139.00	c GARBAGE COLLECT
138.34/139.00	c rational objective 999
143.44/144.02	c #Conflicts:     208000 | #Constraints:      16646
143.44/144.02	c #Conflicts:     209000 | #Constraints:      17646
143.44/144.02	c #Conflicts:     210000 | #Constraints:      18646
143.44/144.02	c #Conflicts:     211000 | #Constraints:      19646
143.44/144.02	c #Conflicts:     212000 | #Constraints:      20646
143.44/144.02	c #Conflicts:     213000 | #Constraints:      21646
143.44/144.02	c #Conflicts:     214000 | #Constraints:      22646
143.44/144.02	c #Conflicts:     215000 | #Constraints:      23646
143.44/144.02	c #Conflicts:     216000 | #Constraints:      24646
143.44/144.02	c INPROCESSING
143.44/144.02	c GARBAGE COLLECT
143.44/144.02	c rational objective 999
146.62/147.29	c #Conflicts:     217000 | #Constraints:      16379
146.62/147.29	c #Conflicts:     218000 | #Constraints:      17401
146.62/147.29	c #Conflicts:     219000 | #Constraints:      18407
146.62/147.29	c #Conflicts:     220000 | #Constraints:      19428
146.62/147.29	c #Conflicts:     221000 | #Constraints:      20488
146.62/147.29	c #Conflicts:     222000 | #Constraints:      21489
146.62/147.29	c bounds 1042 >= 999 @ 144.556
153.19/153.86	c #Conflicts:     223000 | #Constraints:      22499
153.19/153.86	c #Conflicts:     224000 | #Constraints:      23499
153.19/153.86	c #Conflicts:     225000 | #Constraints:      24499
153.19/153.86	c #Conflicts:     226000 | #Constraints:      25499
153.19/153.86	c INPROCESSING
153.19/153.86	c GARBAGE COLLECT
153.19/153.86	c rational objective 999
158.77/159.48	c #Conflicts:     227000 | #Constraints:      17025
158.77/159.48	c #Conflicts:     228000 | #Constraints:      18057
158.77/159.48	c #Conflicts:     229000 | #Constraints:      19083
158.77/159.48	c #Conflicts:     230000 | #Constraints:      20128
158.77/159.48	c #Conflicts:     231000 | #Constraints:      21168
158.77/159.48	c #Conflicts:     232000 | #Constraints:      22211
158.77/159.48	c #Conflicts:     233000 | #Constraints:      23240
158.77/159.48	c #Conflicts:     234000 | #Constraints:      24272
158.77/159.48	c bounds 1041 >= 999 @ 156.595
161.96/162.60	c #Conflicts:     235000 | #Constraints:      25298
161.96/162.60	c #Conflicts:     236000 | #Constraints:      26298
161.96/162.60	c INPROCESSING
161.96/162.60	c GARBAGE COLLECT
161.96/162.60	c rational objective 999
162.06/162.71	c bounds 1040 >= 999 @ 159.804
169.15/169.82	c #Conflicts:     237000 | #Constraints:      17530
169.15/169.82	c #Conflicts:     238000 | #Constraints:      18531
169.15/169.82	c #Conflicts:     239000 | #Constraints:      19562
169.15/169.82	c #Conflicts:     240000 | #Constraints:      20633
169.15/169.82	c #Conflicts:     241000 | #Constraints:      21693
169.15/169.82	c #Conflicts:     242000 | #Constraints:      22733
169.15/169.82	c #Conflicts:     243000 | #Constraints:      23780
169.15/169.82	c #Conflicts:     244000 | #Constraints:      24815
169.15/169.82	c #Conflicts:     245000 | #Constraints:      25855
169.15/169.82	c #Conflicts:     246000 | #Constraints:      26900
169.15/169.82	c INPROCESSING
169.15/169.82	c GARBAGE COLLECT
169.15/169.82	c rational objective 999
174.83/175.57	c #Conflicts:     247000 | #Constraints:      17783
174.83/175.57	c #Conflicts:     248000 | #Constraints:      18783
174.83/175.57	c #Conflicts:     249000 | #Constraints:      19783
174.83/175.57	c #Conflicts:     250000 | #Constraints:      20783
174.83/175.57	c #Conflicts:     251000 | #Constraints:      21783
174.83/175.57	c #Conflicts:     252000 | #Constraints:      22783
174.83/175.57	c #Conflicts:     253000 | #Constraints:      23783
174.83/175.57	c #Conflicts:     254000 | #Constraints:      24783
174.83/175.57	c #Conflicts:     255000 | #Constraints:      25783
174.83/175.57	c #Conflicts:     256000 | #Constraints:      26783
174.83/175.57	c INPROCESSING
174.83/175.57	c GARBAGE COLLECT
174.83/175.57	c rational objective 999
180.71/181.43	c #Conflicts:     257000 | #Constraints:      17676
180.71/181.43	c #Conflicts:     258000 | #Constraints:      18676
180.71/181.43	c #Conflicts:     259000 | #Constraints:      19676
180.71/181.43	c #Conflicts:     260000 | #Constraints:      20676
180.71/181.43	c #Conflicts:     261000 | #Constraints:      21676
180.71/181.43	c #Conflicts:     262000 | #Constraints:      22676
180.71/181.43	c #Conflicts:     263000 | #Constraints:      23677
180.71/181.43	c #Conflicts:     264000 | #Constraints:      24677
180.71/181.43	c #Conflicts:     265000 | #Constraints:      25678
180.71/181.43	c #Conflicts:     266000 | #Constraints:      26678
180.71/181.43	c INPROCESSING
180.71/181.43	c GARBAGE COLLECT
180.71/181.43	c rational objective 999
188.79/189.56	c #Conflicts:     267000 | #Constraints:      17399
188.79/189.56	c #Conflicts:     268000 | #Constraints:      18399
188.79/189.56	c #Conflicts:     269000 | #Constraints:      19400
188.79/189.56	c #Conflicts:     270000 | #Constraints:      20407
188.79/189.56	c #Conflicts:     271000 | #Constraints:      21441
188.79/189.56	c #Conflicts:     272000 | #Constraints:      22501
188.79/189.56	c #Conflicts:     273000 | #Constraints:      23559
188.79/189.56	c #Conflicts:     274000 | #Constraints:      24589
188.79/189.56	c #Conflicts:     275000 | #Constraints:      25652
188.79/189.56	c #Conflicts:     276000 | #Constraints:      26703
188.79/189.56	c #Conflicts:     277000 | #Constraints:      27740
188.79/189.56	c INPROCESSING
188.79/189.56	c GARBAGE COLLECT
188.79/189.56	c rational objective 999
194.98/195.76	c #Conflicts:     278000 | #Constraints:      18105
194.98/195.76	c #Conflicts:     279000 | #Constraints:      19105
194.98/195.76	c #Conflicts:     280000 | #Constraints:      20105
194.98/195.76	c #Conflicts:     281000 | #Constraints:      21105
194.98/195.76	c #Conflicts:     282000 | #Constraints:      22105
194.98/195.76	c #Conflicts:     283000 | #Constraints:      23105
194.98/195.76	c #Conflicts:     284000 | #Constraints:      24105
194.98/195.76	c #Conflicts:     285000 | #Constraints:      25105
194.98/195.76	c #Conflicts:     286000 | #Constraints:      26105
194.98/195.76	c #Conflicts:     287000 | #Constraints:      27105
194.98/195.76	c #Conflicts:     288000 | #Constraints:      28105
194.98/195.76	c INPROCESSING
194.98/195.76	c GARBAGE COLLECT
194.98/195.76	c rational objective 999
201.16/201.92	c #Conflicts:     289000 | #Constraints:      18390
201.16/201.92	c #Conflicts:     290000 | #Constraints:      19390
201.16/201.92	c #Conflicts:     291000 | #Constraints:      20390
201.16/201.92	c #Conflicts:     292000 | #Constraints:      21390
201.16/201.92	c #Conflicts:     293000 | #Constraints:      22390
201.16/201.92	c #Conflicts:     294000 | #Constraints:      23390
201.16/201.92	c #Conflicts:     295000 | #Constraints:      24390
201.16/201.92	c #Conflicts:     296000 | #Constraints:      25390
201.16/201.92	c #Conflicts:     297000 | #Constraints:      26390
201.16/201.92	c #Conflicts:     298000 | #Constraints:      27390
201.16/201.92	c #Conflicts:     299000 | #Constraints:      28390
201.16/201.92	c INPROCESSING
201.16/201.92	c GARBAGE COLLECT
201.16/201.92	c rational objective 999
207.74/208.58	c #Conflicts:     300000 | #Constraints:      18578
207.74/208.58	c #Conflicts:     301000 | #Constraints:      19612
207.74/208.58	c #Conflicts:     302000 | #Constraints:      20657
207.74/208.58	c #Conflicts:     303000 | #Constraints:      21702
207.74/208.58	c #Conflicts:     304000 | #Constraints:      22764
207.74/208.58	c #Conflicts:     305000 | #Constraints:      23799
207.74/208.58	c #Conflicts:     306000 | #Constraints:      24836
207.74/208.58	c #Conflicts:     307000 | #Constraints:      25877
207.74/208.58	c #Conflicts:     308000 | #Constraints:      26902
207.74/208.58	c #Conflicts:     309000 | #Constraints:      27954
207.74/208.58	c #Conflicts:     310000 | #Constraints:      28981
207.74/208.58	c INPROCESSING
207.74/208.58	c GARBAGE COLLECT
207.74/208.58	c rational objective 999
214.92/215.79	c #Conflicts:     311000 | #Constraints:      18731
214.92/215.79	c #Conflicts:     312000 | #Constraints:      19731
214.92/215.79	c #Conflicts:     313000 | #Constraints:      20731
214.92/215.79	c #Conflicts:     314000 | #Constraints:      21731
214.92/215.79	c #Conflicts:     315000 | #Constraints:      22731
214.92/215.79	c #Conflicts:     316000 | #Constraints:      23731
214.92/215.79	c #Conflicts:     317000 | #Constraints:      24731
214.92/215.79	c #Conflicts:     318000 | #Constraints:      25731
214.92/215.79	c #Conflicts:     319000 | #Constraints:      26731
214.92/215.79	c #Conflicts:     320000 | #Constraints:      27731
214.92/215.79	c #Conflicts:     321000 | #Constraints:      28731
214.92/215.79	c INPROCESSING
214.92/215.79	c GARBAGE COLLECT
214.92/215.79	c rational objective 999
223.21/224.06	c #Conflicts:     322000 | #Constraints:      18464
223.21/224.06	c #Conflicts:     323000 | #Constraints:      19466
223.21/224.06	c #Conflicts:     324000 | #Constraints:      20502
223.21/224.06	c #Conflicts:     325000 | #Constraints:      21558
223.21/224.06	c #Conflicts:     326000 | #Constraints:      22606
223.21/224.06	c #Conflicts:     327000 | #Constraints:      23656
223.21/224.06	c #Conflicts:     328000 | #Constraints:      24706
223.21/224.06	c #Conflicts:     329000 | #Constraints:      25748
223.21/224.06	c #Conflicts:     330000 | #Constraints:      26785
223.21/224.06	c #Conflicts:     331000 | #Constraints:      27830
223.21/224.06	c #Conflicts:     332000 | #Constraints:      28877
223.21/224.06	c #Conflicts:     333000 | #Constraints:      29924
223.21/224.06	c INPROCESSING
223.21/224.06	c GARBAGE COLLECT
223.21/224.06	c rational objective 999
230.38/231.23	c #Conflicts:     334000 | #Constraints:      19204
230.38/231.23	c #Conflicts:     335000 | #Constraints:      20204
230.38/231.23	c #Conflicts:     336000 | #Constraints:      21204
230.38/231.23	c #Conflicts:     337000 | #Constraints:      22204
230.38/231.23	c #Conflicts:     338000 | #Constraints:      23204
230.38/231.23	c #Conflicts:     339000 | #Constraints:      24204
230.38/231.23	c #Conflicts:     340000 | #Constraints:      25204
230.38/231.23	c #Conflicts:     341000 | #Constraints:      26204
230.38/231.23	c #Conflicts:     342000 | #Constraints:      27204
230.38/231.23	c #Conflicts:     343000 | #Constraints:      28204
230.38/231.23	c #Conflicts:     344000 | #Constraints:      29204
230.38/231.23	c #Conflicts:     345000 | #Constraints:      30204
230.38/231.23	c INPROCESSING
230.38/231.23	c GARBAGE COLLECT
230.38/231.23	c rational objective 999
237.66/238.51	c #Conflicts:     346000 | #Constraints:      19493
237.66/238.51	c #Conflicts:     347000 | #Constraints:      20493
237.66/238.51	c #Conflicts:     348000 | #Constraints:      21493
237.66/238.51	c #Conflicts:     349000 | #Constraints:      22493
237.66/238.51	c #Conflicts:     350000 | #Constraints:      23493
237.66/238.51	c #Conflicts:     351000 | #Constraints:      24493
237.66/238.51	c #Conflicts:     352000 | #Constraints:      25493
237.66/238.51	c #Conflicts:     353000 | #Constraints:      26493
237.66/238.51	c #Conflicts:     354000 | #Constraints:      27493
237.66/238.51	c #Conflicts:     355000 | #Constraints:      28493
237.66/238.51	c #Conflicts:     356000 | #Constraints:      29493
237.66/238.51	c #Conflicts:     357000 | #Constraints:      30493
237.66/238.51	c INPROCESSING
237.66/238.51	c GARBAGE COLLECT
237.66/238.51	c rational objective 999
239.45/240.35	c #Conflicts:     358000 | #Constraints:      19647
239.45/240.35	c #Conflicts:     359000 | #Constraints:      20671
239.45/240.35	c #Conflicts:     360000 | #Constraints:      21708
239.45/240.35	c #Conflicts:     361000 | #Constraints:      22755
239.45/240.35	c bounds 1039 >= 999 @ 236.321
239.65/240.50	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[2]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[3]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[9]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[15]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[20]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[23]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[32]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[33]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[36]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[40]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[42]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[43]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[45]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[50]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[52]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[55]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[63]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[67]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[77]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[78]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[82]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[90]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[95]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[98]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[99]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[102]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[103]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[105]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[108]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[109]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[113]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[115]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[120]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[123]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[134]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[138]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[139]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[141]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[147]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[148]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[151]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[152]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[153]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[154]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[155]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[161]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[164]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[165]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[175]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[183]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[187]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[193]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[195]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[196]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[198]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[200]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[206]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[208]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[214]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[215]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[220]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[224]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[226]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[227]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[228]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[229]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[230]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[231]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[232]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[234]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[235]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[237]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[245]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[247]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[258]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[261]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[264]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[267]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[268]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[271]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[272]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[273]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[276]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[279]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[281]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[282]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[283]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[286]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[287]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[289]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[291]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[293]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[298]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[299]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[300]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[307]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[314]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[315]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[316]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[321]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[324]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[325]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[327]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[331]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[333]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[336]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[337]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[338]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[340]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[346]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[348]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[349]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[351]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[356]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[359]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[360]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[362]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[368]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[371]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[376]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[377]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[378]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[385]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[386]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[388]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[390]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[391]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[395]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[397]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[398]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[400]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[408]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[413]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[414]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[418]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[424]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[427]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[428]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[432]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[436]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[441]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[442]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[455]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[465]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[467]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[468]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[473]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[475]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[479]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[481]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[482]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[483]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[487]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[489]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[496]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[499]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[501]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[503]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[504]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[506]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[507]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[508]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[509]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[513]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[514]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[515]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[521]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[526]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[528]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[531]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[533]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[534]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[539]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[545]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[546]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[548]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[550]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[552]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[555]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[561]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[562]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[563]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[564]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[565]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[574]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[582]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[583]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[585]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[590]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[591]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[592]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[593]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[596]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[597]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[605]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[610]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[611]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[614]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[617]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[619]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[622]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[634]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[643]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[649]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[656]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[658]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[664]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[666]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[676]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[677]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[678]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[679]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[683]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[685]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[691]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[692]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[700]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[701]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[702]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[705]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[707]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[711]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[714]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[719]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[720]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[724]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[725]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[731]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[734]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[736]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[737]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[739]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[741]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[745]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[746]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[750]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[753]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[754]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[755]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[756]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[759]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[763]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[768]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[775]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[777]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[778]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[780]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[784]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[785]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[789]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[790]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[792]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[794]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[797]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[798]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[800]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[802]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[803]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[806]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[807]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[809]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[812]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[813]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[819]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[820]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[821]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[823]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[824]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[826]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[831]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[832]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[836]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[842]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[846]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[847]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[848]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[850]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[851]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[854]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[855]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[856]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[858]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[859]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[860]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[861]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[862]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[863]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[868]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[869]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[870]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[872]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[877]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[880]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[883]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[886]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[887]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[892]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[896]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[898]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[900]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[902]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[904]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[909]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[910]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[912]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[915]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[917]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[918]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[924]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[925]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[927]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[928]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[930]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[931]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[932]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[935]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[936]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[941]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[944]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[947]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[951]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[952]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[955]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[957]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[960]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[961]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[962]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[964]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[972]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[973]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[976]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[978]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[980]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[983]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[988]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[991]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[992]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[993]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[997]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1000]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1001]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1005]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1006]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1010]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1011]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1018]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1023]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1026]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1027]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1029]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1034]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1036]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1039]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1045]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1046]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1047]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1049]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1050]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1052]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1053]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1055]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1057]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1059]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1060]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1061]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1065]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1066]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1068]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1075]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1076]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1077]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1079]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1080]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1081]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1085]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1086]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1089]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1090]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1092]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1093]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1097]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1103]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1104]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1107]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1108]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1110]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1111]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1115]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1119]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1122]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1124]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1133]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1135]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1136]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1141]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1147]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1151]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1152]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1161]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1163]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1166]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1170]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1173]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1181]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1184]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1190]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1191]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1197]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1201]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1208]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1212]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1213]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1217]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1218]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1223]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1226]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1228]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1230]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1233]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1235]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1240]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1241]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1245]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1246]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1248]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1249]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1251]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1252]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1257]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1266]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1272]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1274]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1275]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1284]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1286]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1287]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1288]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1292]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1299]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1300]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1301]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1303]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1304]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1307]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1308]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1309]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1311]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1314]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1317]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1319]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1321]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1323]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1327]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1329]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1330]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1331]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1332]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1334]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1335]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1338]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1340]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1341]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1343]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1344]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1347]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1349]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1354]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1356]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1360]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1362]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1364]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1365]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1373]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1376]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1379]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1388]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1389]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1390]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1396]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1397]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1401]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1402]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1403]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1411]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1412]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1415]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1424]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1425]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1428]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1432]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1433]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1436]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1441]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1448]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1449]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1451]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1452]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1454]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1456]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1460]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1465]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1468]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1469]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1471]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1473]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1474]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1475]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1477]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1481]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1482]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1487]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1488]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1491]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1493]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1496]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1499]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1500]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1502]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1503]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1510]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1511]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1512]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1513]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1519]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1523]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1525]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1526]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1529]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1530]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1535]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1543]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1544]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1546]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1551]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1553]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1554]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1556]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1557]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1558]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1561]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1562]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1563]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1564]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1565]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1567]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1570]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1571]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1573]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1574]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1577]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1579]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1581]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1586]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1592]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1596]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1598]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1600]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1603]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1612]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1614]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1615]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1616]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1619]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1620]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1621]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1624]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1627]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1629]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1630]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1632]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1634]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1641]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1642]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1645]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1647]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1650]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1651]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1652]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1656]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1657]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1659]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1661]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1663]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1664]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1665]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1666]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1667]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1668]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1669]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1671]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1673]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1682]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1684]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1686]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1689]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1695]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1696]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1697]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1698]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1699]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1713]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1714]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1715]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1717]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1718]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1720]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1722]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1723]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1725]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1727]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1730]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1731]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1732]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1738]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1739]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1740]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1741]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1747]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1748]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1749]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1751]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1753]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1756]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1760]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1761]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1764]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1769]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1772]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1773]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1777]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1780]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1782]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1785]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1787]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1793]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1795]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1796]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1797]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1799]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1801]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1802]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1803]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1804]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1806]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1809]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1811]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1814]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1818]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1819]: 6 -1.00001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1822]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1823]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1826]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1827]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1828]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1833]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1834]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1835]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1836]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1837]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1839]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1845]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1846]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1847]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1853]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1857]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1863]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1864]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1866]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1867]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1872]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1886]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1887]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1893]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1895]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1896]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1900]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1904]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1905]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1906]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1909]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1910]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1911]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1912]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1913]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1918]: 6 -1.0001 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1919]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1923]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1924]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1927]: 6 -1.00005 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1928]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1929]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1932]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1938]: 6 -1.00008 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1939]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1941]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1942]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1953]: 6 -1.00004 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1956]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1961]: 6 -1.00002 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1962]: 6 -1.00006 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1964]: 6 -1.00003 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1965]: 6 -1.00007 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
239.65/240.50	WSVECS04 Frhs2[1968]: 6 -1.00004 0 shouldn't be
246.34/247.26	c #Conflicts:     362000 | #Constraints:      23758
246.34/247.26	c #Conflicts:     363000 | #Constraints:      24758
246.34/247.26	c #Conflicts:     364000 | #Constraints:      25763
246.34/247.26	c #Conflicts:     365000 | #Constraints:      26825
246.34/247.26	c #Conflicts:     366000 | #Constraints:      27859
246.34/247.26	c #Conflicts:     367000 | #Constraints:      28887
246.34/247.26	c #Conflicts:     368000 | #Constraints:      29937
246.34/247.26	c #Conflicts:     369000 | #Constraints:      30963
246.34/247.26	c INPROCESSING
246.34/247.26	c GARBAGE COLLECT
246.34/247.26	c rational objective 999
254.31/255.22	c #Conflicts:     370000 | #Constraints:      19748
254.31/255.22	c #Conflicts:     371000 | #Constraints:      20748
254.31/255.22	c #Conflicts:     372000 | #Constraints:      21748
254.31/255.22	c #Conflicts:     373000 | #Constraints:      22748
254.31/255.22	c #Conflicts:     374000 | #Constraints:      23748
254.31/255.22	c #Conflicts:     375000 | #Constraints:      24748
254.31/255.22	c #Conflicts:     376000 | #Constraints:      25748
254.31/255.22	c #Conflicts:     377000 | #Constraints:      26748
254.31/255.22	c #Conflicts:     378000 | #Constraints:      27748
254.31/255.22	c #Conflicts:     379000 | #Constraints:      28748
254.31/255.22	c #Conflicts:     380000 | #Constraints:      29748
254.31/255.22	c #Conflicts:     381000 | #Constraints:      30748
254.31/255.22	c INPROCESSING
254.31/255.22	c GARBAGE COLLECT
254.31/255.22	c rational objective 999
262.59/263.57	c #Conflicts:     382000 | #Constraints:      19465
262.59/263.57	c #Conflicts:     383000 | #Constraints:      20479
262.59/263.57	c #Conflicts:     384000 | #Constraints:      21541
262.59/263.57	c #Conflicts:     385000 | #Constraints:      22593
262.59/263.57	c #Conflicts:     386000 | #Constraints:      23642
262.59/263.57	c #Conflicts:     387000 | #Constraints:      24694
262.59/263.57	c #Conflicts:     388000 | #Constraints:      25756
262.59/263.57	c #Conflicts:     389000 | #Constraints:      26808
262.59/263.57	c #Conflicts:     390000 | #Constraints:      27842
262.59/263.57	c #Conflicts:     391000 | #Constraints:      28875
262.59/263.57	c #Conflicts:     392000 | #Constraints:      29912
262.59/263.57	c #Conflicts:     393000 | #Constraints:      30954
262.59/263.57	c #Conflicts:     394000 | #Constraints:      31978
262.59/263.57	c INPROCESSING
262.59/263.57	c GARBAGE COLLECT
262.59/263.57	c rational objective 999
269.27/270.29	c #Conflicts:     395000 | #Constraints:      20255
269.27/270.29	c #Conflicts:     396000 | #Constraints:      21255
269.27/270.29	c #Conflicts:     397000 | #Constraints:      22255
269.27/270.29	c #Conflicts:     398000 | #Constraints:      23255
269.27/270.29	c #Conflicts:     399000 | #Constraints:      24255
269.27/270.29	c #Conflicts:     400000 | #Constraints:      25255
269.27/270.29	c #Conflicts:     401000 | #Constraints:      26255
269.27/270.29	c #Conflicts:     402000 | #Constraints:      27255
269.27/270.29	c #Conflicts:     403000 | #Constraints:      28255
269.27/270.29	c #Conflicts:     404000 | #Constraints:      29255
269.27/270.29	c bounds 1039 >= 1000 @ 265.861
271.37/272.39	c #Conflicts:     405000 | #Constraints:      30360
271.37/272.39	c #Conflicts:     406000 | #Constraints:      31360
271.37/272.39	c #Conflicts:     407000 | #Constraints:      32360
271.37/272.39	c INPROCESSING
271.37/272.39	c GARBAGE COLLECT
271.37/272.39	c rational objective 1000
278.95/279.96	c #Conflicts:     408000 | #Constraints:      20590
278.95/279.96	c #Conflicts:     409000 | #Constraints:      21590
278.95/279.96	c #Conflicts:     410000 | #Constraints:      22590
278.95/279.96	c #Conflicts:     411000 | #Constraints:      23590
278.95/279.96	c #Conflicts:     412000 | #Constraints:      24590
278.95/279.96	c #Conflicts:     413000 | #Constraints:      25590
278.95/279.96	c #Conflicts:     414000 | #Constraints:      26590
278.95/279.96	c #Conflicts:     415000 | #Constraints:      27590
278.95/279.96	c #Conflicts:     416000 | #Constraints:      28590
278.95/279.96	c #Conflicts:     417000 | #Constraints:      29590
278.95/279.96	c #Conflicts:     418000 | #Constraints:      30590
278.95/279.96	c #Conflicts:     419000 | #Constraints:      31590
278.95/279.96	c #Conflicts:     420000 | #Constraints:      32590
278.95/279.96	c INPROCESSING
278.95/279.96	c GARBAGE COLLECT
278.95/279.96	c rational objective 1000
287.93/288.99	c #Conflicts:     421000 | #Constraints:      20713
287.93/288.99	c #Conflicts:     422000 | #Constraints:      21755
287.93/288.99	c #Conflicts:     423000 | #Constraints:      22807
287.93/288.99	c #Conflicts:     424000 | #Constraints:      23863
287.93/288.99	c #Conflicts:     425000 | #Constraints:      24915
287.93/288.99	c #Conflicts:     426000 | #Constraints:      25954
287.93/288.99	c #Conflicts:     427000 | #Constraints:      27011
287.93/288.99	c #Conflicts:     428000 | #Constraints:      28055
287.93/288.99	c #Conflicts:     429000 | #Constraints:      29104
287.93/288.99	c #Conflicts:     430000 | #Constraints:      30133
287.93/288.99	c #Conflicts:     431000 | #Constraints:      31177
287.93/288.99	c #Conflicts:     432000 | #Constraints:      32230
287.93/288.99	c #Conflicts:     433000 | #Constraints:      33262
287.93/288.99	c INPROCESSING
287.93/288.99	c GARBAGE COLLECT
287.93/288.99	c rational objective 1000
296.50/297.57	c #Conflicts:     434000 | #Constraints:      20904
296.50/297.57	c #Conflicts:     435000 | #Constraints:      21904
296.50/297.57	c #Conflicts:     436000 | #Constraints:      22904
296.50/297.57	c #Conflicts:     437000 | #Constraints:      23904
296.50/297.57	c #Conflicts:     438000 | #Constraints:      24904
296.50/297.57	c #Conflicts:     439000 | #Constraints:      25905
296.50/297.57	c #Conflicts:     440000 | #Constraints:      26905
296.50/297.57	c #Conflicts:     441000 | #Constraints:      27905
296.50/297.57	c #Conflicts:     442000 | #Constraints:      28905
296.50/297.57	c #Conflicts:     443000 | #Constraints:      29905
296.50/297.57	c #Conflicts:     444000 | #Constraints:      30905
296.50/297.57	c #Conflicts:     445000 | #Constraints:      31905
296.50/297.57	c #Conflicts:     446000 | #Constraints:      32905
296.50/297.57	c INPROCESSING
296.50/297.57	c GARBAGE COLLECT
296.50/297.57	c rational objective 1000
306.10/307.12	c #Conflicts:     447000 | #Constraints:      20573
306.10/307.12	c #Conflicts:     448000 | #Constraints:      21573
306.10/307.12	c #Conflicts:     449000 | #Constraints:      22603
306.10/307.12	c #Conflicts:     450000 | #Constraints:      23649
306.10/307.12	c #Conflicts:     451000 | #Constraints:      24663
306.10/307.12	c #Conflicts:     452000 | #Constraints:      25696
306.10/307.12	c #Conflicts:     453000 | #Constraints:      26741
306.10/307.12	c #Conflicts:     454000 | #Constraints:      27764
306.10/307.12	c #Conflicts:     455000 | #Constraints:      28802
306.10/307.12	c #Conflicts:     456000 | #Constraints:      29838
306.10/307.12	c #Conflicts:     457000 | #Constraints:      30874
306.10/307.12	c #Conflicts:     458000 | #Constraints:      31909
306.10/307.12	c #Conflicts:     459000 | #Constraints:      32970
306.10/307.12	c #Conflicts:     460000 | #Constraints:      34003
306.10/307.12	c INPROCESSING
306.10/307.12	c GARBAGE COLLECT
306.10/307.12	c rational objective 1000
314.76/315.80	c #Conflicts:     461000 | #Constraints:      21221
314.76/315.80	c #Conflicts:     462000 | #Constraints:      22221
314.76/315.80	c #Conflicts:     463000 | #Constraints:      23221
314.76/315.80	c #Conflicts:     464000 | #Constraints:      24221
314.76/315.80	c #Conflicts:     465000 | #Constraints:      25221
314.76/315.80	c #Conflicts:     466000 | #Constraints:      26221
314.76/315.80	c #Conflicts:     467000 | #Constraints:      27221
314.76/315.80	c #Conflicts:     468000 | #Constraints:      28221
314.76/315.80	c #Conflicts:     469000 | #Constraints:      29221
314.76/315.80	c #Conflicts:     470000 | #Constraints:      30221
314.76/315.80	c #Conflicts:     471000 | #Constraints:      31221
314.76/315.80	c #Conflicts:     472000 | #Constraints:      32221
314.76/315.80	c #Conflicts:     473000 | #Constraints:      33221
314.76/315.80	c #Conflicts:     474000 | #Constraints:      34221
314.76/315.80	c INPROCESSING
314.76/315.80	c GARBAGE COLLECT
314.76/315.80	c rational objective 1000
324.04/325.12	c #Conflicts:     475000 | #Constraints:      21522
324.04/325.12	c #Conflicts:     476000 | #Constraints:      22522
324.04/325.12	c #Conflicts:     477000 | #Constraints:      23522
324.04/325.12	c #Conflicts:     478000 | #Constraints:      24522
324.04/325.12	c #Conflicts:     479000 | #Constraints:      25522
324.04/325.12	c #Conflicts:     480000 | #Constraints:      26522
324.04/325.12	c #Conflicts:     481000 | #Constraints:      27522
324.04/325.12	c #Conflicts:     482000 | #Constraints:      28522
324.04/325.12	c #Conflicts:     483000 | #Constraints:      29522
324.04/325.12	c #Conflicts:     484000 | #Constraints:      30522
324.04/325.12	c #Conflicts:     485000 | #Constraints:      31522
324.04/325.12	c #Conflicts:     486000 | #Constraints:      32522
324.04/325.12	c #Conflicts:     487000 | #Constraints:      33522
324.04/325.12	c #Conflicts:     488000 | #Constraints:      34522
324.04/325.12	c INPROCESSING
324.04/325.12	c GARBAGE COLLECT
324.04/325.12	c rational objective 1000
331.52/332.65	c #Conflicts:     489000 | #Constraints:      21686
331.52/332.65	c #Conflicts:     490000 | #Constraints:      22715
331.52/332.65	c #Conflicts:     491000 | #Constraints:      23717
331.52/332.65	c #Conflicts:     492000 | #Constraints:      24734
331.52/332.65	c #Conflicts:     493000 | #Constraints:      25810
331.52/332.65	c #Conflicts:     494000 | #Constraints:      26861
331.52/332.65	c #Conflicts:     495000 | #Constraints:      27900
331.52/332.65	c #Conflicts:     496000 | #Constraints:      28927
331.52/332.65	c #Conflicts:     497000 | #Constraints:      29956
331.52/332.65	c #Conflicts:     498000 | #Constraints:      30987
331.52/332.65	c #Conflicts:     499000 | #Constraints:      32007
331.52/332.65	c #Conflicts:     500000 | #Constraints:      33034
331.52/332.65	c #Conflicts:     501000 | #Constraints:      34057
331.52/332.65	c #Conflicts:     502000 | #Constraints:      35088
331.52/332.65	c INPROCESSING
331.52/332.65	c GARBAGE COLLECT
331.52/332.65	c rational objective 1000
340.79/341.93	c #Conflicts:     503000 | #Constraints:      21819
340.79/341.93	c #Conflicts:     504000 | #Constraints:      22819
340.79/341.93	c #Conflicts:     505000 | #Constraints:      23819
340.79/341.93	c #Conflicts:     506000 | #Constraints:      24819
340.79/341.93	c #Conflicts:     507000 | #Constraints:      25819
340.79/341.93	c #Conflicts:     508000 | #Constraints:      26819
340.79/341.93	c #Conflicts:     509000 | #Constraints:      27819
340.79/341.93	c #Conflicts:     510000 | #Constraints:      28819
340.79/341.93	c #Conflicts:     511000 | #Constraints:      29819
340.79/341.93	c #Conflicts:     512000 | #Constraints:      30819
340.79/341.93	c #Conflicts:     513000 | #Constraints:      31819
340.79/341.93	c #Conflicts:     514000 | #Constraints:      32819
340.79/341.93	c #Conflicts:     515000 | #Constraints:      33819
340.79/341.93	c #Conflicts:     516000 | #Constraints:      34819
340.79/341.93	c INPROCESSING
340.79/341.93	c GARBAGE COLLECT
340.79/341.93	c rational objective 1000
352.96/354.17	c #Conflicts:     517000 | #Constraints:      21538
352.96/354.17	c #Conflicts:     518000 | #Constraints:      22538
352.96/354.17	c #Conflicts:     519000 | #Constraints:      23538
352.96/354.17	c #Conflicts:     520000 | #Constraints:      24538
352.96/354.17	c #Conflicts:     521000 | #Constraints:      25539
352.96/354.17	c #Conflicts:     522000 | #Constraints:      26605
352.96/354.17	c #Conflicts:     523000 | #Constraints:      27664
352.96/354.17	c #Conflicts:     524000 | #Constraints:      28712
352.96/354.17	c #Conflicts:     525000 | #Constraints:      29744
352.96/354.17	c #Conflicts:     526000 | #Constraints:      30775
352.96/354.17	c #Conflicts:     527000 | #Constraints:      31815
352.96/354.17	c #Conflicts:     528000 | #Constraints:      32846
352.96/354.17	c #Conflicts:     529000 | #Constraints:      33878
352.96/354.17	c #Conflicts:     530000 | #Constraints:      34907
352.96/354.17	c #Conflicts:     531000 | #Constraints:      35941
352.96/354.17	c INPROCESSING
352.96/354.17	c GARBAGE COLLECT
352.96/354.17	c rational objective 1000
362.53/363.71	c #Conflicts:     532000 | #Constraints:      22255
362.53/363.71	c #Conflicts:     533000 | #Constraints:      23255
362.53/363.71	c #Conflicts:     534000 | #Constraints:      24255
362.53/363.71	c #Conflicts:     535000 | #Constraints:      25255
362.53/363.71	c #Conflicts:     536000 | #Constraints:      26255
362.53/363.71	c #Conflicts:     537000 | #Constraints:      27255
362.53/363.71	c #Conflicts:     538000 | #Constraints:      28255
362.53/363.71	c #Conflicts:     539000 | #Constraints:      29255
362.53/363.71	c #Conflicts:     540000 | #Constraints:      30255
362.53/363.71	c #Conflicts:     541000 | #Constraints:      31255
362.53/363.71	c #Conflicts:     542000 | #Constraints:      32255
362.53/363.71	c #Conflicts:     543000 | #Constraints:      33255
362.53/363.71	c #Conflicts:     544000 | #Constraints:      34255
362.53/363.71	c #Conflicts:     545000 | #Constraints:      35255
362.53/363.71	c #Conflicts:     546000 | #Constraints:      36255
362.53/363.71	c INPROCESSING
362.53/363.71	c GARBAGE COLLECT
362.53/363.71	c rational objective 1000
372.01/373.26	c #Conflicts:     547000 | #Constraints:      22569
372.01/373.26	c #Conflicts:     548000 | #Constraints:      23569
372.01/373.26	c #Conflicts:     549000 | #Constraints:      24569
372.01/373.26	c #Conflicts:     550000 | #Constraints:      25569
372.01/373.26	c #Conflicts:     551000 | #Constraints:      26569
372.01/373.26	c #Conflicts:     552000 | #Constraints:      27569
372.01/373.26	c #Conflicts:     553000 | #Constraints:      28569
372.01/373.26	c #Conflicts:     554000 | #Constraints:      29569
372.01/373.26	c #Conflicts:     555000 | #Constraints:      30569
372.01/373.26	c #Conflicts:     556000 | #Constraints:      31569
372.01/373.26	c #Conflicts:     557000 | #Constraints:      32569
372.01/373.26	c #Conflicts:     558000 | #Constraints:      33569
372.01/373.26	c #Conflicts:     559000 | #Constraints:      34569
372.01/373.26	c #Conflicts:     560000 | #Constraints:      35569
372.01/373.26	c #Conflicts:     561000 | #Constraints:      36569
372.01/373.26	c INPROCESSING
372.01/373.26	c GARBAGE COLLECT
372.01/373.26	c rational objective 1000
380.79/382.10	c #Conflicts:     562000 | #Constraints:      22731
380.79/382.10	c #Conflicts:     563000 | #Constraints:      23759
380.79/382.10	c #Conflicts:     564000 | #Constraints:      24804
380.79/382.10	c #Conflicts:     565000 | #Constraints:      25852
380.79/382.10	c #Conflicts:     566000 | #Constraints:      26895
380.79/382.10	c #Conflicts:     567000 | #Constraints:      27933
380.79/382.10	c #Conflicts:     568000 | #Constraints:      28963
380.79/382.10	c #Conflicts:     569000 | #Constraints:      30006
380.79/382.10	c #Conflicts:     570000 | #Constraints:      31048
380.79/382.10	c #Conflicts:     571000 | #Constraints:      32078
380.79/382.10	c #Conflicts:     572000 | #Constraints:      33104
380.79/382.10	c #Conflicts:     573000 | #Constraints:      34124
380.79/382.10	c #Conflicts:     574000 | #Constraints:      35149
380.79/382.10	c #Conflicts:     575000 | #Constraints:      36169
380.79/382.10	c #Conflicts:     576000 | #Constraints:      37189
380.79/382.10	c INPROCESSING
380.79/382.10	c GARBAGE COLLECT
380.79/382.10	c rational objective 1000
390.96/392.20	c #Conflicts:     577000 | #Constraints:      22884
390.96/392.20	c #Conflicts:     578000 | #Constraints:      23884
390.96/392.20	c #Conflicts:     579000 | #Constraints:      24884
390.96/392.20	c #Conflicts:     580000 | #Constraints:      25884
390.96/392.20	c #Conflicts:     581000 | #Constraints:      26884
390.96/392.20	c #Conflicts:     582000 | #Constraints:      27884
390.96/392.20	c #Conflicts:     583000 | #Constraints:      28884
390.96/392.20	c #Conflicts:     584000 | #Constraints:      29884
390.96/392.20	c #Conflicts:     585000 | #Constraints:      30884
390.96/392.20	c #Conflicts:     586000 | #Constraints:      31884
390.96/392.20	c #Conflicts:     587000 | #Constraints:      32884
390.96/392.20	c #Conflicts:     588000 | #Constraints:      33884
390.96/392.20	c #Conflicts:     589000 | #Constraints:      34884
390.96/392.20	c #Conflicts:     590000 | #Constraints:      35884
390.96/392.20	c #Conflicts:     591000 | #Constraints:      36884
390.96/392.20	c INPROCESSING
390.96/392.20	c GARBAGE COLLECT
390.96/392.20	c rational objective 1000
399.84/401.18	c #Conflicts:     592000 | #Constraints:      22581
399.84/401.18	c #Conflicts:     593000 | #Constraints:      23584
399.84/401.18	c #Conflicts:     594000 | #Constraints:      24618
399.84/401.18	c #Conflicts:     595000 | #Constraints:      25646
399.84/401.18	c #Conflicts:     596000 | #Constraints:      26688
399.84/401.18	c #Conflicts:     597000 | #Constraints:      27721
399.84/401.18	c #Conflicts:     598000 | #Constraints:      28753
399.84/401.18	c #Conflicts:     599000 | #Constraints:      29786
399.84/401.18	c #Conflicts:     600000 | #Constraints:      30834
399.84/401.18	c #Conflicts:     601000 | #Constraints:      31856
399.84/401.18	c #Conflicts:     602000 | #Constraints:      32894
399.84/401.18	c #Conflicts:     603000 | #Constraints:      33937
399.84/401.18	c #Conflicts:     604000 | #Constraints:      34978
399.84/401.18	c #Conflicts:     605000 | #Constraints:      36000
399.84/401.18	c #Conflicts:     606000 | #Constraints:      37029
399.84/401.18	c #Conflicts:     607000 | #Constraints:      38052
399.84/401.18	c INPROCESSING
399.84/401.18	c GARBAGE COLLECT
399.84/401.18	c rational objective 1000
410.90/412.27	c #Conflicts:     608000 | #Constraints:      23318
410.90/412.27	c #Conflicts:     609000 | #Constraints:      24318
410.90/412.27	c #Conflicts:     610000 | #Constraints:      25318
410.90/412.27	c #Conflicts:     611000 | #Constraints:      26318
410.90/412.27	c #Conflicts:     612000 | #Constraints:      27318
410.90/412.27	c #Conflicts:     613000 | #Constraints:      28318
410.90/412.27	c #Conflicts:     614000 | #Constraints:      29318
410.90/412.27	c #Conflicts:     615000 | #Constraints:      30318
410.90/412.27	c #Conflicts:     616000 | #Constraints:      31318
410.90/412.27	c #Conflicts:     617000 | #Constraints:      32318
410.90/412.27	c #Conflicts:     618000 | #Constraints:      33318
410.90/412.27	c #Conflicts:     619000 | #Constraints:      34318
410.90/412.27	c #Conflicts:     620000 | #Constraints:      35318
410.90/412.27	c #Conflicts:     621000 | #Constraints:      36318
410.90/412.27	c #Conflicts:     622000 | #Constraints:      37318
410.90/412.27	c #Conflicts:     623000 | #Constraints:      38318
410.90/412.27	c INPROCESSING
410.90/412.27	c GARBAGE COLLECT
410.90/412.27	c rational objective 1000
420.97/422.31	c #Conflicts:     624000 | #Constraints:      23593
420.97/422.31	c #Conflicts:     625000 | #Constraints:      24643
420.97/422.31	c #Conflicts:     626000 | #Constraints:      25689
420.97/422.31	c #Conflicts:     627000 | #Constraints:      26739
420.97/422.31	c #Conflicts:     628000 | #Constraints:      27779
420.97/422.31	c #Conflicts:     629000 | #Constraints:      28802
420.97/422.31	c #Conflicts:     630000 | #Constraints:      29825
420.97/422.31	c #Conflicts:     631000 | #Constraints:      30865
420.97/422.31	c #Conflicts:     632000 | #Constraints:      31896
420.97/422.31	c #Conflicts:     633000 | #Constraints:      32924
420.97/422.31	c #Conflicts:     634000 | #Constraints:      33955
420.97/422.31	c #Conflicts:     635000 | #Constraints:      34983
420.97/422.31	c #Conflicts:     636000 | #Constraints:      36018
420.97/422.31	c #Conflicts:     637000 | #Constraints:      37038
420.97/422.31	c #Conflicts:     638000 | #Constraints:      38054
420.97/422.31	c #Conflicts:     639000 | #Constraints:      39081
420.97/422.31	c INPROCESSING
420.97/422.31	c GARBAGE COLLECT
420.97/422.31	c rational objective 1000
431.95/433.38	c #Conflicts:     640000 | #Constraints:      23920
431.95/433.38	c #Conflicts:     641000 | #Constraints:      24920
431.95/433.38	c #Conflicts:     642000 | #Constraints:      25920
431.95/433.38	c #Conflicts:     643000 | #Constraints:      26920
431.95/433.38	c #Conflicts:     644000 | #Constraints:      27920
431.95/433.38	c #Conflicts:     645000 | #Constraints:      28920
431.95/433.38	c #Conflicts:     646000 | #Constraints:      29920
431.95/433.38	c #Conflicts:     647000 | #Constraints:      30920
431.95/433.38	c #Conflicts:     648000 | #Constraints:      31920
431.95/433.38	c #Conflicts:     649000 | #Constraints:      32920
431.95/433.38	c #Conflicts:     650000 | #Constraints:      33920
431.95/433.38	c #Conflicts:     651000 | #Constraints:      34920
431.95/433.38	c #Conflicts:     652000 | #Constraints:      35920
431.95/433.38	c #Conflicts:     653000 | #Constraints:      36920
431.95/433.38	c #Conflicts:     654000 | #Constraints:      37920
431.95/433.38	c #Conflicts:     655000 | #Constraints:      38920
431.95/433.38	c INPROCESSING
431.95/433.38	c GARBAGE COLLECT
431.95/433.38	c rational objective 1000
442.81/444.26	c #Conflicts:     656000 | #Constraints:      23798
442.81/444.26	c #Conflicts:     657000 | #Constraints:      24798
442.81/444.26	c #Conflicts:     658000 | #Constraints:      25798
442.81/444.26	c #Conflicts:     659000 | #Constraints:      26798
442.81/444.26	c #Conflicts:     660000 | #Constraints:      27798
442.81/444.26	c #Conflicts:     661000 | #Constraints:      28798
442.81/444.26	c #Conflicts:     662000 | #Constraints:      29799
442.81/444.26	c #Conflicts:     663000 | #Constraints:      30799
442.81/444.26	c #Conflicts:     664000 | #Constraints:      31799
442.81/444.26	c #Conflicts:     665000 | #Constraints:      32799
442.81/444.26	c #Conflicts:     666000 | #Constraints:      33799
442.81/444.26	c #Conflicts:     667000 | #Constraints:      34799
442.81/444.26	c #Conflicts:     668000 | #Constraints:      35799
442.81/444.26	c #Conflicts:     669000 | #Constraints:      36799
442.81/444.26	c #Conflicts:     670000 | #Constraints:      37800
442.81/444.26	c #Conflicts:     671000 | #Constraints:      38800
442.81/444.26	c INPROCESSING
442.81/444.26	c GARBAGE COLLECT
442.81/444.26	c rational objective 1000
455.18/456.61	c #Conflicts:     672000 | #Constraints:      23547
455.18/456.61	c #Conflicts:     673000 | #Constraints:      24555
455.18/456.61	c #Conflicts:     674000 | #Constraints:      25602
455.18/456.61	c #Conflicts:     675000 | #Constraints:      26665
455.18/456.61	c #Conflicts:     676000 | #Constraints:      27724
455.18/456.61	c #Conflicts:     677000 | #Constraints:      28775
455.18/456.61	c #Conflicts:     678000 | #Constraints:      29822
455.18/456.61	c #Conflicts:     679000 | #Constraints:      30871
455.18/456.61	c #Conflicts:     680000 | #Constraints:      31936
455.18/456.61	c #Conflicts:     681000 | #Constraints:      32970
455.18/456.61	c #Conflicts:     682000 | #Constraints:      34014
455.18/456.61	c #Conflicts:     683000 | #Constraints:      35070
455.18/456.61	c #Conflicts:     684000 | #Constraints:      36120
455.18/456.61	c #Conflicts:     685000 | #Constraints:      37157
455.18/456.61	c #Conflicts:     686000 | #Constraints:      38181
455.18/456.61	c #Conflicts:     687000 | #Constraints:      39214
455.18/456.61	c #Conflicts:     688000 | #Constraints:      40256
455.18/456.61	c INPROCESSING
455.18/456.61	c GARBAGE COLLECT
455.18/456.61	c rational objective 1000
467.24/468.70	c #Conflicts:     689000 | #Constraints:      24405
467.24/468.70	c #Conflicts:     690000 | #Constraints:      25405
467.24/468.70	c #Conflicts:     691000 | #Constraints:      26405
467.24/468.70	c #Conflicts:     692000 | #Constraints:      27405
467.24/468.70	c #Conflicts:     693000 | #Constraints:      28405
467.24/468.70	c #Conflicts:     694000 | #Constraints:      29405
467.24/468.70	c #Conflicts:     695000 | #Constraints:      30405
467.24/468.70	c #Conflicts:     696000 | #Constraints:      31405
467.24/468.70	c #Conflicts:     697000 | #Constraints:      32405
467.24/468.70	c #Conflicts:     698000 | #Constraints:      33405
467.24/468.70	c #Conflicts:     699000 | #Constraints:      34405
467.24/468.70	c #Conflicts:     700000 | #Constraints:      35405
467.24/468.70	c #Conflicts:     701000 | #Constraints:      36405
467.24/468.70	c #Conflicts:     702000 | #Constraints:      37405
467.24/468.70	c #Conflicts:     703000 | #Constraints:      38405
467.24/468.70	c #Conflicts:     704000 | #Constraints:      39405
467.24/468.70	c #Conflicts:     705000 | #Constraints:      40405
467.24/468.70	c INPROCESSING
467.24/468.70	c GARBAGE COLLECT
467.24/468.70	c rational objective 1000
478.90/480.48	c #Conflicts:     706000 | #Constraints:      24646
478.90/480.48	c #Conflicts:     707000 | #Constraints:      25646
478.90/480.48	c #Conflicts:     708000 | #Constraints:      26646
478.90/480.48	c #Conflicts:     709000 | #Constraints:      27647
478.90/480.48	c #Conflicts:     710000 | #Constraints:      28700
478.90/480.48	c #Conflicts:     711000 | #Constraints:      29774
478.90/480.48	c #Conflicts:     712000 | #Constraints:      30848
478.90/480.48	c #Conflicts:     713000 | #Constraints:      31904
478.90/480.48	c #Conflicts:     714000 | #Constraints:      32956
478.90/480.48	c #Conflicts:     715000 | #Constraints:      34004
478.90/480.48	c #Conflicts:     716000 | #Constraints:      35053
478.90/480.48	c #Conflicts:     717000 | #Constraints:      36092
478.90/480.48	c #Conflicts:     718000 | #Constraints:      37127
478.90/480.48	c #Conflicts:     719000 | #Constraints:      38167
478.90/480.48	c #Conflicts:     720000 | #Constraints:      39197
478.90/480.48	c #Conflicts:     721000 | #Constraints:      40227
478.90/480.48	c #Conflicts:     722000 | #Constraints:      41284
478.90/480.48	c INPROCESSING
478.90/480.48	c GARBAGE COLLECT
478.90/480.48	c rational objective 1000
491.76/493.30	c #Conflicts:     723000 | #Constraints:      25020
491.76/493.30	c #Conflicts:     724000 | #Constraints:      26020
491.76/493.30	c #Conflicts:     725000 | #Constraints:      27020
491.76/493.30	c #Conflicts:     726000 | #Constraints:      28020
491.76/493.30	c #Conflicts:     727000 | #Constraints:      29020
491.76/493.30	c #Conflicts:     728000 | #Constraints:      30020
491.76/493.30	c #Conflicts:     729000 | #Constraints:      31020
491.76/493.30	c #Conflicts:     730000 | #Constraints:      32020
491.76/493.30	c #Conflicts:     731000 | #Constraints:      33020
491.76/493.30	c #Conflicts:     732000 | #Constraints:      34020
491.76/493.30	c #Conflicts:     733000 | #Constraints:      35020
491.76/493.30	c #Conflicts:     734000 | #Constraints:      36020
491.76/493.30	c #Conflicts:     735000 | #Constraints:      37020
491.76/493.30	c #Conflicts:     736000 | #Constraints:      38020
491.76/493.30	c #Conflicts:     737000 | #Constraints:      39020
491.76/493.30	c #Conflicts:     738000 | #Constraints:      40020
491.76/493.30	c #Conflicts:     739000 | #Constraints:      41020
491.76/493.30	c INPROCESSING
491.76/493.30	c GARBAGE COLLECT
491.76/493.30	c rational objective 1000
504.62/506.25	c #Conflicts:     740000 | #Constraints:      24857
504.62/506.25	c #Conflicts:     741000 | #Constraints:      25857
504.62/506.25	c #Conflicts:     742000 | #Constraints:      26857
504.62/506.25	c #Conflicts:     743000 | #Constraints:      27857
504.62/506.25	c #Conflicts:     744000 | #Constraints:      28857
504.62/506.25	c #Conflicts:     745000 | #Constraints:      29857
504.62/506.25	c #Conflicts:     746000 | #Constraints:      30857
504.62/506.25	c #Conflicts:     747000 | #Constraints:      31857
504.62/506.25	c #Conflicts:     748000 | #Constraints:      32857
504.62/506.25	c #Conflicts:     749000 | #Constraints:      33857
504.62/506.25	c #Conflicts:     750000 | #Constraints:      34857
504.62/506.25	c #Conflicts:     751000 | #Constraints:      35857
504.62/506.25	c #Conflicts:     752000 | #Constraints:      36857
504.62/506.25	c #Conflicts:     753000 | #Constraints:      37857
504.62/506.25	c #Conflicts:     754000 | #Constraints:      38857
504.62/506.25	c #Conflicts:     755000 | #Constraints:      39857
504.62/506.25	c #Conflicts:     756000 | #Constraints:      40857
504.62/506.25	c INPROCESSING
504.62/506.25	c GARBAGE COLLECT
504.62/506.25	c rational objective 1000
517.99/519.64	c #Conflicts:     757000 | #Constraints:      24577
517.99/519.64	c #Conflicts:     758000 | #Constraints:      25578
517.99/519.64	c #Conflicts:     759000 | #Constraints:      26614
517.99/519.64	c #Conflicts:     760000 | #Constraints:      27676
517.99/519.64	c #Conflicts:     761000 | #Constraints:      28743
517.99/519.64	c #Conflicts:     762000 | #Constraints:      29795
517.99/519.64	c #Conflicts:     763000 | #Constraints:      30842
517.99/519.64	c #Conflicts:     764000 | #Constraints:      31884
517.99/519.64	c #Conflicts:     765000 | #Constraints:      32934
517.99/519.64	c #Conflicts:     766000 | #Constraints:      33984
517.99/519.64	c #Conflicts:     767000 | #Constraints:      35032
517.99/519.64	c #Conflicts:     768000 | #Constraints:      36078
517.99/519.64	c #Conflicts:     769000 | #Constraints:      37110
517.99/519.64	c #Conflicts:     770000 | #Constraints:      38137
517.99/519.64	c #Conflicts:     771000 | #Constraints:      39175
517.99/519.64	c #Conflicts:     772000 | #Constraints:      40202
517.99/519.64	c #Conflicts:     773000 | #Constraints:      41221
517.99/519.64	c #Conflicts:     774000 | #Constraints:      42255
517.99/519.64	c INPROCESSING
517.99/519.64	c GARBAGE COLLECT
517.99/519.64	c rational objective 1000
530.74/532.45	c #Conflicts:     775000 | #Constraints:      25423
530.74/532.45	c #Conflicts:     776000 | #Constraints:      26423
530.74/532.45	c #Conflicts:     777000 | #Constraints:      27423
530.74/532.45	c #Conflicts:     778000 | #Constraints:      28423
530.74/532.45	c #Conflicts:     779000 | #Constraints:      29423
530.74/532.45	c #Conflicts:     780000 | #Constraints:      30423
530.74/532.45	c #Conflicts:     781000 | #Constraints:      31423
530.74/532.45	c #Conflicts:     782000 | #Constraints:      32423
530.74/532.45	c #Conflicts:     783000 | #Constraints:      33423
530.74/532.45	c #Conflicts:     784000 | #Constraints:      34423
530.74/532.45	c #Conflicts:     785000 | #Constraints:      35423
530.74/532.45	c #Conflicts:     786000 | #Constraints:      36423
530.74/532.45	c #Conflicts:     787000 | #Constraints:      37423
530.74/532.45	c #Conflicts:     788000 | #Constraints:      38423
530.74/532.45	c #Conflicts:     789000 | #Constraints:      39423
530.74/532.45	c #Conflicts:     790000 | #Constraints:      40423
530.74/532.45	c #Conflicts:     791000 | #Constraints:      41423
530.74/532.45	c #Conflicts:     792000 | #Constraints:      42423
530.74/532.45	c INPROCESSING
530.74/532.45	c GARBAGE COLLECT
530.74/532.45	c rational objective 1000
544.10/545.85	c #Conflicts:     793000 | #Constraints:      25649
544.10/545.85	c #Conflicts:     794000 | #Constraints:      26649
544.10/545.85	c #Conflicts:     795000 | #Constraints:      27649
544.10/545.85	c #Conflicts:     796000 | #Constraints:      28649
544.10/545.85	c #Conflicts:     797000 | #Constraints:      29675
544.10/545.85	c #Conflicts:     798000 | #Constraints:      30721
544.10/545.85	c #Conflicts:     799000 | #Constraints:      31775
544.10/545.85	c #Conflicts:     800000 | #Constraints:      32809
544.10/545.85	c #Conflicts:     801000 | #Constraints:      33835
544.10/545.85	c #Conflicts:     802000 | #Constraints:      34860
544.10/545.85	c #Conflicts:     803000 | #Constraints:      35888
544.10/545.85	c #Conflicts:     804000 | #Constraints:      36916
544.10/545.85	c #Conflicts:     805000 | #Constraints:      37938
544.10/545.85	c #Conflicts:     806000 | #Constraints:      38975
544.10/545.85	c #Conflicts:     807000 | #Constraints:      40002
544.10/545.85	c #Conflicts:     808000 | #Constraints:      41039
544.10/545.85	c #Conflicts:     809000 | #Constraints:      42065
544.10/545.85	c #Conflicts:     810000 | #Constraints:      43091
544.10/545.85	c INPROCESSING
544.10/545.85	c GARBAGE COLLECT
544.10/545.85	c rational objective 1000
556.86/558.67	c #Conflicts:     811000 | #Constraints:      25918
556.86/558.67	c #Conflicts:     812000 | #Constraints:      26918
556.86/558.67	c #Conflicts:     813000 | #Constraints:      27918
556.86/558.67	c #Conflicts:     814000 | #Constraints:      28918
556.86/558.67	c #Conflicts:     815000 | #Constraints:      29918
556.86/558.67	c #Conflicts:     816000 | #Constraints:      30918
556.86/558.67	c #Conflicts:     817000 | #Constraints:      31918
556.86/558.67	c #Conflicts:     818000 | #Constraints:      32918
556.86/558.67	c #Conflicts:     819000 | #Constraints:      33918
556.86/558.67	c #Conflicts:     820000 | #Constraints:      34918
556.86/558.67	c #Conflicts:     821000 | #Constraints:      35918
556.86/558.67	c #Conflicts:     822000 | #Constraints:      36918
556.86/558.67	c #Conflicts:     823000 | #Constraints:      37918
556.86/558.67	c #Conflicts:     824000 | #Constraints:      38918
556.86/558.67	c #Conflicts:     825000 | #Constraints:      39918
556.86/558.67	c #Conflicts:     826000 | #Constraints:      40918
556.86/558.67	c #Conflicts:     827000 | #Constraints:      41918
556.86/558.67	c #Conflicts:     828000 | #Constraints:      42918
556.86/558.67	c INPROCESSING
556.86/558.67	c GARBAGE COLLECT
556.86/558.67	c rational objective 1000
570.23/572.05	c #Conflicts:     829000 | #Constraints:      25797
570.23/572.05	c #Conflicts:     830000 | #Constraints:      26797
570.23/572.05	c #Conflicts:     831000 | #Constraints:      27797
570.23/572.05	c #Conflicts:     832000 | #Constraints:      28797
570.23/572.05	c #Conflicts:     833000 | #Constraints:      29797
570.23/572.05	c #Conflicts:     834000 | #Constraints:      30797
570.23/572.05	c #Conflicts:     835000 | #Constraints:      31797
570.23/572.05	c #Conflicts:     836000 | #Constraints:      32797
570.23/572.05	c #Conflicts:     837000 | #Constraints:      33797
570.23/572.05	c #Conflicts:     838000 | #Constraints:      34797
570.23/572.05	c #Conflicts:     839000 | #Constraints:      35797
570.23/572.05	c #Conflicts:     840000 | #Constraints:      36797
570.23/572.05	c #Conflicts:     841000 | #Constraints:      37797
570.23/572.05	c #Conflicts:     842000 | #Constraints:      38797
570.23/572.05	c #Conflicts:     843000 | #Constraints:      39797
570.23/572.05	c #Conflicts:     844000 | #Constraints:      40797
570.23/572.05	c #Conflicts:     845000 | #Constraints:      41797
570.23/572.05	c #Conflicts:     846000 | #Constraints:      42797
570.23/572.05	c INPROCESSING
570.23/572.05	c GARBAGE COLLECT
570.23/572.05	c rational objective 1000
581.48/583.37	c #Conflicts:     847000 | #Constraints:      25545
581.48/583.37	c #Conflicts:     848000 | #Constraints:      26551
581.48/583.37	c #Conflicts:     849000 | #Constraints:      27562
581.48/583.37	c #Conflicts:     850000 | #Constraints:      28624
581.48/583.37	c #Conflicts:     851000 | #Constraints:      29643
581.48/583.37	c #Conflicts:     852000 | #Constraints:      30704
581.48/583.37	c #Conflicts:     853000 | #Constraints:      31783
581.48/583.37	c #Conflicts:     854000 | #Constraints:      32844
581.48/583.37	c #Conflicts:     855000 | #Constraints:      33901
581.48/583.37	c #Conflicts:     856000 | #Constraints:      34960
581.48/583.37	c #Conflicts:     857000 | #Constraints:      36005
581.48/583.37	c #Conflicts:     858000 | #Constraints:      37030
581.48/583.37	c #Conflicts:     859000 | #Constraints:      38068
581.48/583.37	c #Conflicts:     860000 | #Constraints:      39088
581.48/583.37	c #Conflicts:     861000 | #Constraints:      40111
581.48/583.37	c #Conflicts:     862000 | #Constraints:      41136
581.48/583.37	c #Conflicts:     863000 | #Constraints:      42168
581.48/583.37	c #Conflicts:     864000 | #Constraints:      43207
581.48/583.37	c #Conflicts:     865000 | #Constraints:      44235
581.48/583.37	c INPROCESSING
581.48/583.37	c GARBAGE COLLECT
581.48/583.37	c rational objective 1000
595.25/597.11	c #Conflicts:     866000 | #Constraints:      26371
595.25/597.11	c #Conflicts:     867000 | #Constraints:      27371
595.25/597.11	c #Conflicts:     868000 | #Constraints:      28371
595.25/597.11	c #Conflicts:     869000 | #Constraints:      29371
595.25/597.11	c #Conflicts:     870000 | #Constraints:      30371
595.25/597.11	c #Conflicts:     871000 | #Constraints:      31371
595.25/597.11	c #Conflicts:     872000 | #Constraints:      32371
595.25/597.11	c #Conflicts:     873000 | #Constraints:      33371
595.25/597.11	c #Conflicts:     874000 | #Constraints:      34371
595.25/597.11	c #Conflicts:     875000 | #Constraints:      35371
595.25/597.11	c #Conflicts:     876000 | #Constraints:      36371
595.25/597.11	c #Conflicts:     877000 | #Constraints:      37371
595.25/597.11	c #Conflicts:     878000 | #Constraints:      38371
595.25/597.11	c #Conflicts:     879000 | #Constraints:      39371
595.25/597.11	c #Conflicts:     880000 | #Constraints:      40371
595.25/597.11	c #Conflicts:     881000 | #Constraints:      41371
595.25/597.11	c #Conflicts:     882000 | #Constraints:      42371
595.25/597.11	c #Conflicts:     883000 | #Constraints:      43371
595.25/597.11	c #Conflicts:     884000 | #Constraints:      44371
595.25/597.11	c INPROCESSING
595.25/597.11	c GARBAGE COLLECT
595.25/597.11	c rational objective 1000
607.69/609.66	c #Conflicts:     885000 | #Constraints:      26643
607.69/609.66	c #Conflicts:     886000 | #Constraints:      27739
607.69/609.66	c #Conflicts:     887000 | #Constraints:      28800
607.69/609.66	c #Conflicts:     888000 | #Constraints:      29845
607.69/609.66	c #Conflicts:     889000 | #Constraints:      30892
607.69/609.66	c #Conflicts:     890000 | #Constraints:      31928
607.69/609.66	c #Conflicts:     891000 | #Constraints:      32980
607.69/609.66	c #Conflicts:     892000 | #Constraints:      34017
607.69/609.66	c #Conflicts:     893000 | #Constraints:      35043
607.69/609.66	c #Conflicts:     894000 | #Constraints:      36071
607.69/609.66	c #Conflicts:     895000 | #Constraints:      37092
607.69/609.66	c #Conflicts:     896000 | #Constraints:      38116
607.69/609.66	c #Conflicts:     897000 | #Constraints:      39146
607.69/609.66	c #Conflicts:     898000 | #Constraints:      40165
607.69/609.66	c #Conflicts:     899000 | #Constraints:      41185
607.69/609.66	c #Conflicts:     900000 | #Constraints:      42218
607.69/609.66	c #Conflicts:     901000 | #Constraints:      43252
607.69/609.66	c #Conflicts:     902000 | #Constraints:      44269
607.69/609.66	c #Conflicts:     903000 | #Constraints:      45292
607.69/609.66	c INPROCESSING
607.69/609.66	c GARBAGE COLLECT
607.69/609.66	c rational objective 1000
622.17/624.18	c #Conflicts:     904000 | #Constraints:      27030
622.17/624.18	c #Conflicts:     905000 | #Constraints:      28030
622.17/624.18	c #Conflicts:     906000 | #Constraints:      29030
622.17/624.18	c #Conflicts:     907000 | #Constraints:      30030
622.17/624.18	c #Conflicts:     908000 | #Constraints:      31030
622.17/624.18	c #Conflicts:     909000 | #Constraints:      32030
622.17/624.18	c #Conflicts:     910000 | #Constraints:      33030
622.17/624.18	c #Conflicts:     911000 | #Constraints:      34030
622.17/624.18	c #Conflicts:     912000 | #Constraints:      35030
622.17/624.18	c #Conflicts:     913000 | #Constraints:      36030
622.17/624.18	c #Conflicts:     914000 | #Constraints:      37030
622.17/624.18	c #Conflicts:     915000 | #Constraints:      38030
622.17/624.18	c #Conflicts:     916000 | #Constraints:      39030
622.17/624.18	c #Conflicts:     917000 | #Constraints:      40030
622.17/624.18	c #Conflicts:     918000 | #Constraints:      41030
622.17/624.18	c #Conflicts:     919000 | #Constraints:      42030
622.17/624.18	c #Conflicts:     920000 | #Constraints:      43030
622.17/624.18	c #Conflicts:     921000 | #Constraints:      44030
622.17/624.18	c #Conflicts:     922000 | #Constraints:      45030
622.17/624.18	c INPROCESSING
622.17/624.18	c GARBAGE COLLECT
622.17/624.18	c rational objective 1000
637.21/639.28	c #Conflicts:     923000 | #Constraints:      26868
637.21/639.28	c #Conflicts:     924000 | #Constraints:      27912
637.21/639.28	c #Conflicts:     925000 | #Constraints:      28971
637.21/639.28	c #Conflicts:     926000 | #Constraints:      30020
637.21/639.28	c #Conflicts:     927000 | #Constraints:      31069
637.21/639.28	c #Conflicts:     928000 | #Constraints:      32108
637.21/639.28	c #Conflicts:     929000 | #Constraints:      33154
637.21/639.28	c #Conflicts:     930000 | #Constraints:      34202
637.21/639.28	c #Conflicts:     931000 | #Constraints:      35236
637.21/639.28	c #Conflicts:     932000 | #Constraints:      36270
637.21/639.28	c #Conflicts:     933000 | #Constraints:      37304
637.21/639.28	c #Conflicts:     934000 | #Constraints:      38345
637.21/639.28	c #Conflicts:     935000 | #Constraints:      39370
637.21/639.28	c #Conflicts:     936000 | #Constraints:      40410
637.21/639.28	c #Conflicts:     937000 | #Constraints:      41441
637.21/639.28	c #Conflicts:     938000 | #Constraints:      42477
637.21/639.28	c #Conflicts:     939000 | #Constraints:      43522
637.21/639.28	c #Conflicts:     940000 | #Constraints:      44551
637.21/639.28	c #Conflicts:     941000 | #Constraints:      45587
637.21/639.28	c INPROCESSING
637.21/639.28	c GARBAGE COLLECT
637.21/639.28	c rational objective 1000
651.46/653.51	c #Conflicts:     942000 | #Constraints:      26878
651.46/653.51	c #Conflicts:     943000 | #Constraints:      27878
651.46/653.51	c #Conflicts:     944000 | #Constraints:      28878
651.46/653.51	c #Conflicts:     945000 | #Constraints:      29878
651.46/653.51	c #Conflicts:     946000 | #Constraints:      30878
651.46/653.51	c #Conflicts:     947000 | #Constraints:      31878
651.46/653.51	c #Conflicts:     948000 | #Constraints:      32878
651.46/653.51	c #Conflicts:     949000 | #Constraints:      33878
651.46/653.51	c #Conflicts:     950000 | #Constraints:      34878
651.46/653.51	c #Conflicts:     951000 | #Constraints:      35878
651.46/653.51	c #Conflicts:     952000 | #Constraints:      36878
651.46/653.51	c #Conflicts:     953000 | #Constraints:      37878
651.46/653.51	c #Conflicts:     954000 | #Constraints:      38878
651.46/653.51	c #Conflicts:     955000 | #Constraints:      39878
651.46/653.51	c #Conflicts:     956000 | #Constraints:      40878
651.46/653.51	c #Conflicts:     957000 | #Constraints:      41878
651.46/653.51	c #Conflicts:     958000 | #Constraints:      42878
651.46/653.51	c #Conflicts:     959000 | #Constraints:      43878
651.46/653.51	c #Conflicts:     960000 | #Constraints:      44878
651.46/653.51	c #Conflicts:     961000 | #Constraints:      45878
651.46/653.51	c INPROCESSING
651.46/653.51	c GARBAGE COLLECT
651.46/653.51	c rational objective 1000
666.61/668.72	c #Conflicts:     962000 | #Constraints:      27294
666.61/668.72	c #Conflicts:     963000 | #Constraints:      28294
666.61/668.72	c #Conflicts:     964000 | #Constraints:      29294
666.61/668.72	c #Conflicts:     965000 | #Constraints:      30294
666.61/668.72	c #Conflicts:     966000 | #Constraints:      31294
666.61/668.72	c #Conflicts:     967000 | #Constraints:      32294
666.61/668.72	c #Conflicts:     968000 | #Constraints:      33294
666.61/668.72	c #Conflicts:     969000 | #Constraints:      34294
666.61/668.72	c #Conflicts:     970000 | #Constraints:      35294
666.61/668.72	c #Conflicts:     971000 | #Constraints:      36294
666.61/668.72	c #Conflicts:     972000 | #Constraints:      37294
666.61/668.72	c #Conflicts:     973000 | #Constraints:      38294
666.61/668.72	c #Conflicts:     974000 | #Constraints:      39294
666.61/668.72	c #Conflicts:     975000 | #Constraints:      40294
666.61/668.72	c #Conflicts:     976000 | #Constraints:      41294
666.61/668.72	c #Conflicts:     977000 | #Constraints:      42294
666.61/668.72	c #Conflicts:     978000 | #Constraints:      43294
666.61/668.72	c #Conflicts:     979000 | #Constraints:      44294
666.61/668.72	c #Conflicts:     980000 | #Constraints:      45294
666.61/668.72	c #Conflicts:     981000 | #Constraints:      46294
666.61/668.72	c INPROCESSING
666.61/668.72	c GARBAGE COLLECT
666.61/668.72	c rational objective 1000
683.45/685.61	c #Conflicts:     982000 | #Constraints:      27628
683.45/685.61	c #Conflicts:     983000 | #Constraints:      28638
683.45/685.61	c #Conflicts:     984000 | #Constraints:      29652
683.45/685.61	c #Conflicts:     985000 | #Constraints:      30664
683.45/685.61	c #Conflicts:     986000 | #Constraints:      31674
683.45/685.61	c #Conflicts:     987000 | #Constraints:      32678
683.45/685.61	c #Conflicts:     988000 | #Constraints:      33685
683.45/685.61	c #Conflicts:     989000 | #Constraints:      34689
683.45/685.61	c #Conflicts:     990000 | #Constraints:      35698
683.45/685.61	c #Conflicts:     991000 | #Constraints:      36707
683.45/685.61	c #Conflicts:     992000 | #Constraints:      37710
683.45/685.61	c #Conflicts:     993000 | #Constraints:      38718
683.45/685.61	c #Conflicts:     994000 | #Constraints:      39720
683.45/685.61	c #Conflicts:     995000 | #Constraints:      40723
683.45/685.61	c #Conflicts:     996000 | #Constraints:      41738
683.45/685.61	c #Conflicts:     997000 | #Constraints:      42739
683.45/685.61	c #Conflicts:     998000 | #Constraints:      43742
683.45/685.61	c #Conflicts:     999000 | #Constraints:      44749
683.45/685.61	c #Conflicts:    1000000 | #Constraints:      45754
683.45/685.61	c #Conflicts:    1001000 | #Constraints:      46756
683.45/685.61	c INPROCESSING
683.45/685.61	c GARBAGE COLLECT
683.45/685.61	c rational objective 1000
698.61/700.89	c #Conflicts:    1002000 | #Constraints:      27770
698.61/700.89	c #Conflicts:    1003000 | #Constraints:      28770
698.61/700.89	c #Conflicts:    1004000 | #Constraints:      29770
698.61/700.89	c #Conflicts:    1005000 | #Constraints:      30770
698.61/700.89	c #Conflicts:    1006000 | #Constraints:      31770
698.61/700.89	c #Conflicts:    1007000 | #Constraints:      32770
698.61/700.89	c #Conflicts:    1008000 | #Constraints:      33770
698.61/700.89	c #Conflicts:    1009000 | #Constraints:      34770
698.61/700.89	c #Conflicts:    1010000 | #Constraints:      35770
698.61/700.89	c #Conflicts:    1011000 | #Constraints:      36770
698.61/700.89	c #Conflicts:    1012000 | #Constraints:      37770
698.61/700.89	c #Conflicts:    1013000 | #Constraints:      38770
698.61/700.89	c #Conflicts:    1014000 | #Constraints:      39770
698.61/700.89	c #Conflicts:    1015000 | #Constraints:      40770
698.61/700.89	c #Conflicts:    1016000 | #Constraints:      41770
698.61/700.89	c #Conflicts:    1017000 | #Constraints:      42770
698.61/700.89	c #Conflicts:    1018000 | #Constraints:      43770
698.61/700.89	c #Conflicts:    1019000 | #Constraints:      44770
698.61/700.89	c #Conflicts:    1020000 | #Constraints:      45770
698.61/700.89	c #Conflicts:    1021000 | #Constraints:      46770
698.61/700.89	c INPROCESSING
698.61/700.89	c GARBAGE COLLECT
698.61/700.89	c rational objective 1000
718.76/721.06	c #Conflicts:    1022000 | #Constraints:      27756
718.76/721.06	c #Conflicts:    1023000 | #Constraints:      28756
718.76/721.06	c #Conflicts:    1024000 | #Constraints:      29756
718.76/721.06	c #Conflicts:    1025000 | #Constraints:      30756
718.76/721.06	c #Conflicts:    1026000 | #Constraints:      31757
718.76/721.06	c #Conflicts:    1027000 | #Constraints:      32795
718.76/721.06	c #Conflicts:    1028000 | #Constraints:      33801
718.76/721.06	c #Conflicts:    1029000 | #Constraints:      34803
718.76/721.06	c #Conflicts:    1030000 | #Constraints:      35830
718.76/721.06	c #Conflicts:    1031000 | #Constraints:      36830
718.76/721.06	c #Conflicts:    1032000 | #Constraints:      37914
718.76/721.06	c #Conflicts:    1033000 | #Constraints:      39000
718.76/721.06	c #Conflicts:    1034000 | #Constraints:      40079
718.76/721.06	c #Conflicts:    1035000 | #Constraints:      41146
718.76/721.06	c #Conflicts:    1036000 | #Constraints:      42188
718.76/721.06	c #Conflicts:    1037000 | #Constraints:      43241
718.76/721.06	c #Conflicts:    1038000 | #Constraints:      44274
718.76/721.06	c #Conflicts:    1039000 | #Constraints:      45329
718.76/721.06	c #Conflicts:    1040000 | #Constraints:      46365
718.76/721.06	c #Conflicts:    1041000 | #Constraints:      47422
718.76/721.06	c INPROCESSING
718.76/721.06	c GARBAGE COLLECT
718.76/721.06	c rational objective 1000
735.59/738.00	c #Conflicts:    1042000 | #Constraints:      27818
735.59/738.00	c #Conflicts:    1043000 | #Constraints:      28818
735.59/738.00	c #Conflicts:    1044000 | #Constraints:      29818
735.59/738.00	c #Conflicts:    1045000 | #Constraints:      30818
735.59/738.00	c #Conflicts:    1046000 | #Constraints:      31818
735.59/738.00	c #Conflicts:    1047000 | #Constraints:      32818
735.59/738.00	c #Conflicts:    1048000 | #Constraints:      33818
735.59/738.00	c #Conflicts:    1049000 | #Constraints:      34818
735.59/738.00	c #Conflicts:    1050000 | #Constraints:      35818
735.59/738.00	c #Conflicts:    1051000 | #Constraints:      36818
735.59/738.00	c #Conflicts:    1052000 | #Constraints:      37818
735.59/738.00	c #Conflicts:    1053000 | #Constraints:      38818
735.59/738.00	c #Conflicts:    1054000 | #Constraints:      39818
735.59/738.00	c #Conflicts:    1055000 | #Constraints:      40818
735.59/738.00	c #Conflicts:    1056000 | #Constraints:      41818
735.59/738.00	c #Conflicts:    1057000 | #Constraints:      42818
735.59/738.00	c #Conflicts:    1058000 | #Constraints:      43818
735.59/738.00	c #Conflicts:    1059000 | #Constraints:      44818
735.59/738.00	c #Conflicts:    1060000 | #Constraints:      45818
735.59/738.00	c #Conflicts:    1061000 | #Constraints:      46818
735.59/738.00	c #Conflicts:    1062000 | #Constraints:      47818
735.59/738.00	c INPROCESSING
735.59/738.00	c GARBAGE COLLECT
735.59/738.00	c rational objective 1000
751.34/753.79	c #Conflicts:    1063000 | #Constraints:      28288
751.34/753.79	c #Conflicts:    1064000 | #Constraints:      29288
751.34/753.79	c #Conflicts:    1065000 | #Constraints:      30288
751.34/753.79	c #Conflicts:    1066000 | #Constraints:      31288
751.34/753.79	c #Conflicts:    1067000 | #Constraints:      32288
751.34/753.79	c #Conflicts:    1068000 | #Constraints:      33288
751.34/753.79	c #Conflicts:    1069000 | #Constraints:      34288
751.34/753.79	c #Conflicts:    1070000 | #Constraints:      35288
751.34/753.79	c #Conflicts:    1071000 | #Constraints:      36288
751.34/753.79	c #Conflicts:    1072000 | #Constraints:      37288
751.34/753.79	c #Conflicts:    1073000 | #Constraints:      38288
751.34/753.79	c #Conflicts:    1074000 | #Constraints:      39288
751.34/753.79	c #Conflicts:    1075000 | #Constraints:      40288
751.34/753.79	c #Conflicts:    1076000 | #Constraints:      41288
751.34/753.79	c #Conflicts:    1077000 | #Constraints:      42288
751.34/753.79	c #Conflicts:    1078000 | #Constraints:      43288
751.34/753.79	c #Conflicts:    1079000 | #Constraints:      44288
751.34/753.79	c #Conflicts:    1080000 | #Constraints:      45288
751.34/753.79	c #Conflicts:    1081000 | #Constraints:      46288
751.34/753.79	c #Conflicts:    1082000 | #Constraints:      47288
751.34/753.79	c #Conflicts:    1083000 | #Constraints:      48288
751.34/753.79	c INPROCESSING
751.34/753.79	c GARBAGE COLLECT
751.34/753.79	c rational objective 1000
775.25/777.78	c #Conflicts:    1084000 | #Constraints:      28605
775.25/777.78	c #Conflicts:    1085000 | #Constraints:      29622
775.25/777.78	c #Conflicts:    1086000 | #Constraints:      30638
775.25/777.78	c #Conflicts:    1087000 | #Constraints:      31638
775.25/777.78	c #Conflicts:    1088000 | #Constraints:      32657
775.25/777.78	c #Conflicts:    1089000 | #Constraints:      33705
775.25/777.78	c #Conflicts:    1090000 | #Constraints:      34755
775.25/777.78	c #Conflicts:    1091000 | #Constraints:      35790
775.25/777.78	c #Conflicts:    1092000 | #Constraints:      36827
775.25/777.78	c #Conflicts:    1093000 | #Constraints:      37865
775.25/777.78	c #Conflicts:    1094000 | #Constraints:      38895
775.25/777.78	c #Conflicts:    1095000 | #Constraints:      39942
775.25/777.78	c #Conflicts:    1096000 | #Constraints:      40975
775.25/777.78	c #Conflicts:    1097000 | #Constraints:      42002
775.25/777.78	c #Conflicts:    1098000 | #Constraints:      43027
775.25/777.78	c #Conflicts:    1099000 | #Constraints:      44045
775.25/777.78	c #Conflicts:    1100000 | #Constraints:      45069
775.25/777.78	c #Conflicts:    1101000 | #Constraints:      46113
775.25/777.78	c #Conflicts:    1102000 | #Constraints:      47145
775.25/777.78	c #Conflicts:    1103000 | #Constraints:      48167
775.25/777.78	c #Conflicts:    1104000 | #Constraints:      49217
775.25/777.78	c INPROCESSING
775.25/777.78	c GARBAGE COLLECT
775.25/777.78	c rational objective 1000
790.90/793.41	c #Conflicts:    1105000 | #Constraints:      28980
790.90/793.41	c #Conflicts:    1106000 | #Constraints:      29980
790.90/793.41	c #Conflicts:    1107000 | #Constraints:      30980
790.90/793.41	c #Conflicts:    1108000 | #Constraints:      31980
790.90/793.41	c #Conflicts:    1109000 | #Constraints:      32980
790.90/793.41	c #Conflicts:    1110000 | #Constraints:      33980
790.90/793.41	c #Conflicts:    1111000 | #Constraints:      34980
790.90/793.41	c #Conflicts:    1112000 | #Constraints:      35980
790.90/793.41	c #Conflicts:    1113000 | #Constraints:      36980
790.90/793.41	c #Conflicts:    1114000 | #Constraints:      37980
790.90/793.41	c #Conflicts:    1115000 | #Constraints:      38980
790.90/793.41	c #Conflicts:    1116000 | #Constraints:      39980
790.90/793.41	c #Conflicts:    1117000 | #Constraints:      40980
790.90/793.41	c #Conflicts:    1118000 | #Constraints:      41980
790.90/793.41	c #Conflicts:    1119000 | #Constraints:      42980
790.90/793.41	c #Conflicts:    1120000 | #Constraints:      43980
790.90/793.41	c #Conflicts:    1121000 | #Constraints:      44980
790.90/793.41	c #Conflicts:    1122000 | #Constraints:      45980
790.90/793.41	c #Conflicts:    1123000 | #Constraints:      46980
790.90/793.41	c #Conflicts:    1124000 | #Constraints:      47980
790.90/793.41	c #Conflicts:    1125000 | #Constraints:      48980
790.90/793.41	c INPROCESSING
790.90/793.41	c GARBAGE COLLECT
790.90/793.41	c rational objective 1000
807.45/810.01	c #Conflicts:    1126000 | #Constraints:      28847
807.45/810.01	c #Conflicts:    1127000 | #Constraints:      29847
807.45/810.01	c #Conflicts:    1128000 | #Constraints:      30847
807.45/810.01	c #Conflicts:    1129000 | #Constraints:      31847
807.45/810.01	c #Conflicts:    1130000 | #Constraints:      32847
807.45/810.01	c #Conflicts:    1131000 | #Constraints:      33847
807.45/810.01	c #Conflicts:    1132000 | #Constraints:      34847
807.45/810.01	c #Conflicts:    1133000 | #Constraints:      35847
807.45/810.01	c #Conflicts:    1134000 | #Constraints:      36847
807.45/810.01	c #Conflicts:    1135000 | #Constraints:      37847
807.45/810.01	c #Conflicts:    1136000 | #Constraints:      38847
807.45/810.01	c #Conflicts:    1137000 | #Constraints:      39847
807.45/810.01	c #Conflicts:    1138000 | #Constraints:      40847
807.45/810.01	c #Conflicts:    1139000 | #Constraints:      41847
807.45/810.01	c #Conflicts:    1140000 | #Constraints:      42847
807.45/810.01	c #Conflicts:    1141000 | #Constraints:      43847
807.45/810.01	c #Conflicts:    1142000 | #Constraints:      44847
807.45/810.01	c #Conflicts:    1143000 | #Constraints:      45847
807.45/810.01	c #Conflicts:    1144000 | #Constraints:      46847
807.45/810.01	c #Conflicts:    1145000 | #Constraints:      47847
807.45/810.01	c #Conflicts:    1146000 | #Constraints:      48847
807.45/810.01	c INPROCESSING
807.45/810.01	c GARBAGE COLLECT
807.45/810.01	c rational objective 1000
825.59/828.20	c #Conflicts:    1147000 | #Constraints:      28619
825.59/828.20	c #Conflicts:    1148000 | #Constraints:      29619
825.59/828.20	c #Conflicts:    1149000 | #Constraints:      30619
825.59/828.20	c #Conflicts:    1150000 | #Constraints:      31619
825.59/828.20	c #Conflicts:    1151000 | #Constraints:      32619
825.59/828.20	c #Conflicts:    1152000 | #Constraints:      33619
825.59/828.20	c #Conflicts:    1153000 | #Constraints:      34619
825.59/828.20	c #Conflicts:    1154000 | #Constraints:      35619
825.59/828.20	c #Conflicts:    1155000 | #Constraints:      36619
825.59/828.20	c #Conflicts:    1156000 | #Constraints:      37619
825.59/828.20	c #Conflicts:    1157000 | #Constraints:      38619
825.59/828.20	c #Conflicts:    1158000 | #Constraints:      39619
825.59/828.20	c #Conflicts:    1159000 | #Constraints:      40619
825.59/828.20	c #Conflicts:    1160000 | #Constraints:      41619
825.59/828.20	c #Conflicts:    1161000 | #Constraints:      42619
825.59/828.20	c #Conflicts:    1162000 | #Constraints:      43619
825.59/828.20	c #Conflicts:    1163000 | #Constraints:      44619
825.59/828.20	c #Conflicts:    1164000 | #Constraints:      45619
825.59/828.20	c #Conflicts:    1165000 | #Constraints:      46619
825.59/828.20	c #Conflicts:    1166000 | #Constraints:      47619
825.59/828.20	c #Conflicts:    1167000 | #Constraints:      48619
825.59/828.20	c #Conflicts:    1168000 | #Constraints:      49619
825.59/828.20	c INPROCESSING
825.59/828.20	c GARBAGE COLLECT
825.59/828.20	c rational objective 1000
846.11/848.85	c #Conflicts:    1169000 | #Constraints:      29190
846.11/848.85	c #Conflicts:    1170000 | #Constraints:      30191
846.11/848.85	c #Conflicts:    1171000 | #Constraints:      31205
846.11/848.85	c #Conflicts:    1172000 | #Constraints:      32229
846.11/848.85	c #Conflicts:    1173000 | #Constraints:      33325
846.11/848.85	c #Conflicts:    1174000 | #Constraints:      34388
846.11/848.85	c #Conflicts:    1175000 | #Constraints:      35434
846.11/848.85	c #Conflicts:    1176000 | #Constraints:      36473
846.11/848.85	c #Conflicts:    1177000 | #Constraints:      37514
846.11/848.85	c #Conflicts:    1178000 | #Constraints:      38547
846.11/848.85	c #Conflicts:    1179000 | #Constraints:      39615
846.11/848.85	c #Conflicts:    1180000 | #Constraints:      40682
846.11/848.85	c #Conflicts:    1181000 | #Constraints:      41725
846.11/848.85	c #Conflicts:    1182000 | #Constraints:      42766
846.11/848.85	c #Conflicts:    1183000 | #Constraints:      43799
846.11/848.85	c #Conflicts:    1184000 | #Constraints:      44820
846.11/848.85	c #Conflicts:    1185000 | #Constraints:      45853
846.11/848.85	c #Conflicts:    1186000 | #Constraints:      46886
846.11/848.85	c #Conflicts:    1187000 | #Constraints:      47901
846.11/848.85	c #Conflicts:    1188000 | #Constraints:      48924
846.11/848.85	c #Conflicts:    1189000 | #Constraints:      49953
846.11/848.85	c #Conflicts:    1190000 | #Constraints:      50981
846.11/848.85	c INPROCESSING
846.11/848.85	c GARBAGE COLLECT
846.11/848.85	c rational objective 1000
865.15/867.90	c #Conflicts:    1191000 | #Constraints:      29872
865.15/867.90	c #Conflicts:    1192000 | #Constraints:      30872
865.15/867.90	c #Conflicts:    1193000 | #Constraints:      31872
865.15/867.90	c #Conflicts:    1194000 | #Constraints:      32872
865.15/867.90	c #Conflicts:    1195000 | #Constraints:      33872
865.15/867.90	c #Conflicts:    1196000 | #Constraints:      34872
865.15/867.90	c #Conflicts:    1197000 | #Constraints:      35872
865.15/867.90	c #Conflicts:    1198000 | #Constraints:      36872
865.15/867.90	c #Conflicts:    1199000 | #Constraints:      37872
865.15/867.90	c #Conflicts:    1200000 | #Constraints:      38872
865.15/867.90	c #Conflicts:    1201000 | #Constraints:      39872
865.15/867.90	c #Conflicts:    1202000 | #Constraints:      40872
865.15/867.90	c #Conflicts:    1203000 | #Constraints:      41872
865.15/867.90	c #Conflicts:    1204000 | #Constraints:      42872
865.15/867.90	c #Conflicts:    1205000 | #Constraints:      43872
865.15/867.90	c #Conflicts:    1206000 | #Constraints:      44872
865.15/867.90	c #Conflicts:    1207000 | #Constraints:      45872
865.15/867.90	c #Conflicts:    1208000 | #Constraints:      46872
865.15/867.90	c #Conflicts:    1209000 | #Constraints:      47872
865.15/867.90	c #Conflicts:    1210000 | #Constraints:      48872
865.15/867.90	c #Conflicts:    1211000 | #Constraints:      49872
865.15/867.90	c #Conflicts:    1212000 | #Constraints:      50872
865.15/867.90	c INPROCESSING
865.15/867.90	c GARBAGE COLLECT
865.15/867.90	c rational objective 1000
885.09/887.98	c #Conflicts:    1213000 | #Constraints:      29914
885.09/887.98	c #Conflicts:    1214000 | #Constraints:      30914
885.09/887.98	c #Conflicts:    1215000 | #Constraints:      31914
885.09/887.98	c #Conflicts:    1216000 | #Constraints:      32914
885.09/887.98	c #Conflicts:    1217000 | #Constraints:      33955
885.09/887.98	c #Conflicts:    1218000 | #Constraints:      35030
885.09/887.98	c #Conflicts:    1219000 | #Constraints:      36091
885.09/887.98	c #Conflicts:    1220000 | #Constraints:      37151
885.09/887.98	c #Conflicts:    1221000 | #Constraints:      38200
885.09/887.98	c #Conflicts:    1222000 | #Constraints:      39241
885.09/887.98	c #Conflicts:    1223000 | #Constraints:      40273
885.09/887.98	c #Conflicts:    1224000 | #Constraints:      41303
885.09/887.98	c #Conflicts:    1225000 | #Constraints:      42342
885.09/887.98	c #Conflicts:    1226000 | #Constraints:      43378
885.09/887.98	c #Conflicts:    1227000 | #Constraints:      44416
885.09/887.98	c #Conflicts:    1228000 | #Constraints:      45446
885.09/887.98	c #Conflicts:    1229000 | #Constraints:      46478
885.09/887.98	c #Conflicts:    1230000 | #Constraints:      47503
885.09/887.98	c #Conflicts:    1231000 | #Constraints:      48534
885.09/887.98	c #Conflicts:    1232000 | #Constraints:      49566
885.09/887.98	c #Conflicts:    1233000 | #Constraints:      50586
885.09/887.98	c #Conflicts:    1234000 | #Constraints:      51613
885.09/887.98	c INPROCESSING
885.09/887.98	c GARBAGE COLLECT
885.09/887.98	c rational objective 1000
903.72/906.63	c #Conflicts:    1235000 | #Constraints:      30116
903.72/906.63	c #Conflicts:    1236000 | #Constraints:      31116
903.72/906.63	c #Conflicts:    1237000 | #Constraints:      32116
903.72/906.63	c #Conflicts:    1238000 | #Constraints:      33116
903.72/906.63	c #Conflicts:    1239000 | #Constraints:      34116
903.72/906.63	c #Conflicts:    1240000 | #Constraints:      35116
903.72/906.63	c #Conflicts:    1241000 | #Constraints:      36116
903.72/906.63	c #Conflicts:    1242000 | #Constraints:      37116
903.72/906.63	c #Conflicts:    1243000 | #Constraints:      38116
903.72/906.63	c #Conflicts:    1244000 | #Constraints:      39116
903.72/906.63	c #Conflicts:    1245000 | #Constraints:      40116
903.72/906.63	c #Conflicts:    1246000 | #Constraints:      41116
903.72/906.63	c #Conflicts:    1247000 | #Constraints:      42116
903.72/906.63	c #Conflicts:    1248000 | #Constraints:      43116
903.72/906.63	c #Conflicts:    1249000 | #Constraints:      44116
903.72/906.63	c #Conflicts:    1250000 | #Constraints:      45116
903.72/906.63	c #Conflicts:    1251000 | #Constraints:      46116
903.72/906.63	c #Conflicts:    1252000 | #Constraints:      47116
903.72/906.63	c #Conflicts:    1253000 | #Constraints:      48116
903.72/906.63	c #Conflicts:    1254000 | #Constraints:      49116
903.72/906.63	c #Conflicts:    1255000 | #Constraints:      50116
903.72/906.63	c #Conflicts:    1256000 | #Constraints:      51116
903.72/906.63	c INPROCESSING
903.72/906.63	c GARBAGE COLLECT
903.72/906.63	c rational objective 1000
921.26/924.26	c #Conflicts:    1257000 | #Constraints:      29724
921.26/924.26	c #Conflicts:    1258000 | #Constraints:      30724
921.26/924.26	c #Conflicts:    1259000 | #Constraints:      31724
921.26/924.26	c #Conflicts:    1260000 | #Constraints:      32724
921.26/924.26	c #Conflicts:    1261000 | #Constraints:      33724
921.26/924.26	c #Conflicts:    1262000 | #Constraints:      34724
921.26/924.26	c #Conflicts:    1263000 | #Constraints:      35724
921.26/924.26	c #Conflicts:    1264000 | #Constraints:      36724
921.26/924.26	c #Conflicts:    1265000 | #Constraints:      37724
921.26/924.26	c #Conflicts:    1266000 | #Constraints:      38724
921.26/924.26	c #Conflicts:    1267000 | #Constraints:      39724
921.26/924.26	c #Conflicts:    1268000 | #Constraints:      40724
921.26/924.26	c #Conflicts:    1269000 | #Constraints:      41724
921.26/924.26	c #Conflicts:    1270000 | #Constraints:      42724
921.26/924.26	c #Conflicts:    1271000 | #Constraints:      43724
921.26/924.26	c #Conflicts:    1272000 | #Constraints:      44724
921.26/924.26	c #Conflicts:    1273000 | #Constraints:      45724
921.26/924.26	c #Conflicts:    1274000 | #Constraints:      46724
921.26/924.26	c #Conflicts:    1275000 | #Constraints:      47724
921.26/924.26	c #Conflicts:    1276000 | #Constraints:      48724
921.26/924.26	c #Conflicts:    1277000 | #Constraints:      49724
921.26/924.26	c #Conflicts:    1278000 | #Constraints:      50724
921.26/924.26	c bounds 1039 >= 1001 @ 911.35
921.76/924.71	c #Conflicts:    1279000 | #Constraints:      51823
921.76/924.71	c INPROCESSING
921.76/924.71	c GARBAGE COLLECT
921.76/924.71	c rational objective 1001
947.57/950.63	c #Conflicts:    1280000 | #Constraints:      30231
947.57/950.63	c #Conflicts:    1281000 | #Constraints:      31268
947.57/950.63	c #Conflicts:    1282000 | #Constraints:      32322
947.57/950.63	c #Conflicts:    1283000 | #Constraints:      33377
947.57/950.63	c #Conflicts:    1284000 | #Constraints:      34407
947.57/950.63	c #Conflicts:    1285000 | #Constraints:      35443
947.57/950.63	c #Conflicts:    1286000 | #Constraints:      36487
947.57/950.63	c #Conflicts:    1287000 | #Constraints:      37524
947.57/950.63	c #Conflicts:    1288000 | #Constraints:      38565
947.57/950.63	c #Conflicts:    1289000 | #Constraints:      39593
947.57/950.63	c #Conflicts:    1290000 | #Constraints:      40618
947.57/950.63	c #Conflicts:    1291000 | #Constraints:      41643
947.57/950.63	c #Conflicts:    1292000 | #Constraints:      42677
947.57/950.63	c #Conflicts:    1293000 | #Constraints:      43700
947.57/950.63	c #Conflicts:    1294000 | #Constraints:      44722
947.57/950.63	c #Conflicts:    1295000 | #Constraints:      45762
947.57/950.63	c #Conflicts:    1296000 | #Constraints:      46800
947.57/950.63	c #Conflicts:    1297000 | #Constraints:      47852
947.57/950.63	c #Conflicts:    1298000 | #Constraints:      48901
947.57/950.63	c #Conflicts:    1299000 | #Constraints:      49940
947.57/950.63	c #Conflicts:    1300000 | #Constraints:      50980
947.57/950.63	c #Conflicts:    1301000 | #Constraints:      52007
947.57/950.63	c #Conflicts:    1302000 | #Constraints:      53043
947.57/950.63	c INPROCESSING
947.57/950.63	c GARBAGE COLLECT
947.57/950.63	c rational objective 1001
969.80/972.90	c #Conflicts:    1303000 | #Constraints:      30915
969.80/972.90	c #Conflicts:    1304000 | #Constraints:      31915
969.80/972.90	c #Conflicts:    1305000 | #Constraints:      32915
969.80/972.90	c #Conflicts:    1306000 | #Constraints:      33915
969.80/972.90	c #Conflicts:    1307000 | #Constraints:      34915
969.80/972.90	c #Conflicts:    1308000 | #Constraints:      35915
969.80/972.90	c #Conflicts:    1309000 | #Constraints:      36915
969.80/972.90	c #Conflicts:    1310000 | #Constraints:      37915
969.80/972.90	c #Conflicts:    1311000 | #Constraints:      38915
969.80/972.90	c #Conflicts:    1312000 | #Constraints:      39915
969.80/972.90	c #Conflicts:    1313000 | #Constraints:      40915
969.80/972.90	c #Conflicts:    1314000 | #Constraints:      41915
969.80/972.90	c #Conflicts:    1315000 | #Constraints:      42915
969.80/972.90	c #Conflicts:    1316000 | #Constraints:      43915
969.80/972.90	c #Conflicts:    1317000 | #Constraints:      44915
969.80/972.90	c #Conflicts:    1318000 | #Constraints:      45915
969.80/972.90	c #Conflicts:    1319000 | #Constraints:      46915
969.80/972.90	c #Conflicts:    1320000 | #Constraints:      47915
969.80/972.90	c #Conflicts:    1321000 | #Constraints:      48915
969.80/972.90	c #Conflicts:    1322000 | #Constraints:      49915
969.80/972.90	c #Conflicts:    1323000 | #Constraints:      50915
969.80/972.90	c #Conflicts:    1324000 | #Constraints:      51915
969.80/972.90	c #Conflicts:    1325000 | #Constraints:      52915
969.80/972.90	c INPROCESSING
969.80/972.90	c GARBAGE COLLECT
969.80/972.90	c rational objective 1001
988.95/992.19	c #Conflicts:    1326000 | #Constraints:      30950
988.95/992.19	c #Conflicts:    1327000 | #Constraints:      31950
988.95/992.19	c #Conflicts:    1328000 | #Constraints:      32950
988.95/992.19	c #Conflicts:    1329000 | #Constraints:      33951
988.95/992.19	c #Conflicts:    1330000 | #Constraints:      34951
988.95/992.19	c #Conflicts:    1331000 | #Constraints:      35952
988.95/992.19	c #Conflicts:    1332000 | #Constraints:      36952
988.95/992.19	c #Conflicts:    1333000 | #Constraints:      37955
988.95/992.19	c #Conflicts:    1334000 | #Constraints:      38956
988.95/992.19	c #Conflicts:    1335000 | #Constraints:      39956
988.95/992.19	c #Conflicts:    1336000 | #Constraints:      40956
988.95/992.19	c #Conflicts:    1337000 | #Constraints:      41956
988.95/992.19	c #Conflicts:    1338000 | #Constraints:      42957
988.95/992.19	c #Conflicts:    1339000 | #Constraints:      43957
988.95/992.19	c #Conflicts:    1340000 | #Constraints:      44958
988.95/992.19	c #Conflicts:    1341000 | #Constraints:      45958
988.95/992.19	c #Conflicts:    1342000 | #Constraints:      46959
988.95/992.19	c #Conflicts:    1343000 | #Constraints:      47959
988.95/992.19	c #Conflicts:    1344000 | #Constraints:      48960
988.95/992.19	c #Conflicts:    1345000 | #Constraints:      49961
988.95/992.19	c #Conflicts:    1346000 | #Constraints:      50961
988.95/992.19	c #Conflicts:    1347000 | #Constraints:      51961
988.95/992.19	c #Conflicts:    1348000 | #Constraints:      52961
988.95/992.19	c INPROCESSING
988.95/992.19	c GARBAGE COLLECT
988.95/992.19	c rational objective 1001
1026.51/1029.86	c #Conflicts:    1349000 | #Constraints:      30855
1026.51/1029.86	c #Conflicts:    1350000 | #Constraints:      31869
1026.51/1029.86	c #Conflicts:    1351000 | #Constraints:      32884
1026.51/1029.86	c #Conflicts:    1352000 | #Constraints:      33912
1026.51/1029.86	c #Conflicts:    1353000 | #Constraints:      34925
1026.51/1029.86	c #Conflicts:    1354000 | #Constraints:      35944
1026.51/1029.86	c #Conflicts:    1355000 | #Constraints:      36951
1026.51/1029.86	c #Conflicts:    1356000 | #Constraints:      37969
1026.51/1029.86	c #Conflicts:    1357000 | #Constraints:      38980
1026.51/1029.86	c #Conflicts:    1358000 | #Constraints:      40004
1026.51/1029.86	c #Conflicts:    1359000 | #Constraints:      41021
1026.51/1029.86	c #Conflicts:    1360000 | #Constraints:      42044
1026.51/1029.86	c #Conflicts:    1361000 | #Constraints:      43063
1026.51/1029.86	c #Conflicts:    1362000 | #Constraints:      44087
1026.51/1029.86	c #Conflicts:    1363000 | #Constraints:      45113
1026.51/1029.86	c #Conflicts:    1364000 | #Constraints:      46132
1026.51/1029.86	c #Conflicts:    1365000 | #Constraints:      47159
1026.51/1029.86	c #Conflicts:    1366000 | #Constraints:      48227
1026.51/1029.86	c #Conflicts:    1367000 | #Constraints:      49283
1026.51/1029.86	c #Conflicts:    1368000 | #Constraints:      50330
1026.51/1029.86	c #Conflicts:    1369000 | #Constraints:      51391
1026.51/1029.86	c #Conflicts:    1370000 | #Constraints:      52432
1026.51/1029.86	c #Conflicts:    1371000 | #Constraints:      53475
1026.51/1029.86	c INPROCESSING
1026.51/1029.86	c GARBAGE COLLECT
1026.51/1029.86	c rational objective 1001
1048.74/1052.18	c #Conflicts:    1372000 | #Constraints:      30847
1048.74/1052.18	c #Conflicts:    1373000 | #Constraints:      31847
1048.74/1052.18	c #Conflicts:    1374000 | #Constraints:      32847
1048.74/1052.18	c #Conflicts:    1375000 | #Constraints:      33847
1048.74/1052.18	c #Conflicts:    1376000 | #Constraints:      34847
1048.74/1052.18	c #Conflicts:    1377000 | #Constraints:      35847
1048.74/1052.18	c #Conflicts:    1378000 | #Constraints:      36847
1048.74/1052.18	c #Conflicts:    1379000 | #Constraints:      37847
1048.74/1052.18	c #Conflicts:    1380000 | #Constraints:      38847
1048.74/1052.18	c #Conflicts:    1381000 | #Constraints:      39847
1048.74/1052.18	c #Conflicts:    1382000 | #Constraints:      40847
1048.74/1052.18	c #Conflicts:    1383000 | #Constraints:      41847
1048.74/1052.18	c #Conflicts:    1384000 | #Constraints:      42847
1048.74/1052.18	c #Conflicts:    1385000 | #Constraints:      43847
1048.74/1052.18	c #Conflicts:    1386000 | #Constraints:      44847
1048.74/1052.18	c #Conflicts:    1387000 | #Constraints:      45847
1048.74/1052.18	c #Conflicts:    1388000 | #Constraints:      46847
1048.74/1052.18	c #Conflicts:    1389000 | #Constraints:      47847
1048.74/1052.18	c #Conflicts:    1390000 | #Constraints:      48847
1048.74/1052.18	c #Conflicts:    1391000 | #Constraints:      49847
1048.74/1052.18	c #Conflicts:    1392000 | #Constraints:      50847
1048.74/1052.18	c #Conflicts:    1393000 | #Constraints:      51847
1048.74/1052.18	c #Conflicts:    1394000 | #Constraints:      52847
1048.74/1052.18	c #Conflicts:    1395000 | #Constraints:      53847
1048.74/1052.18	c INPROCESSING
1048.74/1052.18	c GARBAGE COLLECT
1048.74/1052.18	c rational objective 1001
1068.85/1072.31	c #Conflicts:    1396000 | #Constraints:      31307
1068.85/1072.31	c #Conflicts:    1397000 | #Constraints:      32307
1068.85/1072.31	c #Conflicts:    1398000 | #Constraints:      33307
1068.85/1072.31	c #Conflicts:    1399000 | #Constraints:      34307
1068.85/1072.31	c #Conflicts:    1400000 | #Constraints:      35307
1068.85/1072.31	c #Conflicts:    1401000 | #Constraints:      36307
1068.85/1072.31	c #Conflicts:    1402000 | #Constraints:      37307
1068.85/1072.31	c #Conflicts:    1403000 | #Constraints:      38307
1068.85/1072.31	c #Conflicts:    1404000 | #Constraints:      39307
1068.85/1072.31	c #Conflicts:    1405000 | #Constraints:      40307
1068.85/1072.31	c #Conflicts:    1406000 | #Constraints:      41307
1068.85/1072.31	c #Conflicts:    1407000 | #Constraints:      42307
1068.85/1072.31	c #Conflicts:    1408000 | #Constraints:      43307
1068.85/1072.31	c #Conflicts:    1409000 | #Constraints:      44307
1068.85/1072.31	c #Conflicts:    1410000 | #Constraints:      45307
1068.85/1072.31	c #Conflicts:    1411000 | #Constraints:      46307
1068.85/1072.31	c #Conflicts:    1412000 | #Constraints:      47307
1068.85/1072.31	c #Conflicts:    1413000 | #Constraints:      48307
1068.85/1072.31	c #Conflicts:    1414000 | #Constraints:      49307
1068.85/1072.31	c #Conflicts:    1415000 | #Constraints:      50307
1068.85/1072.31	c #Conflicts:    1416000 | #Constraints:      51308
1068.85/1072.31	c #Conflicts:    1417000 | #Constraints:      52309
1068.85/1072.31	c #Conflicts:    1418000 | #Constraints:      53310
1068.85/1072.31	c #Conflicts:    1419000 | #Constraints:      54311
1068.85/1072.31	c INPROCESSING
1068.85/1072.31	c GARBAGE COLLECT
1068.85/1072.31	c rational objective 1001
1089.89/1093.50	c #Conflicts:    1420000 | #Constraints:      31655
1089.89/1093.50	c #Conflicts:    1421000 | #Constraints:      32655
1089.89/1093.50	c #Conflicts:    1422000 | #Constraints:      33655
1089.89/1093.50	c #Conflicts:    1423000 | #Constraints:      34655
1089.89/1093.50	c #Conflicts:    1424000 | #Constraints:      35655
1089.89/1093.50	c #Conflicts:    1425000 | #Constraints:      36655
1089.89/1093.50	c #Conflicts:    1426000 | #Constraints:      37655
1089.89/1093.50	c #Conflicts:    1427000 | #Constraints:      38655
1089.89/1093.50	c #Conflicts:    1428000 | #Constraints:      39655
1089.89/1093.50	c #Conflicts:    1429000 | #Constraints:      40655
1089.89/1093.50	c #Conflicts:    1430000 | #Constraints:      41655
1089.89/1093.50	c #Conflicts:    1431000 | #Constraints:      42655
1089.89/1093.50	c #Conflicts:    1432000 | #Constraints:      43655
1089.89/1093.50	c #Conflicts:    1433000 | #Constraints:      44655
1089.89/1093.50	c #Conflicts:    1434000 | #Constraints:      45655
1089.89/1093.50	c #Conflicts:    1435000 | #Constraints:      46655
1089.89/1093.50	c #Conflicts:    1436000 | #Constraints:      47655
1089.89/1093.50	c #Conflicts:    1437000 | #Constraints:      48655
1089.89/1093.50	c #Conflicts:    1438000 | #Constraints:      49655
1089.89/1093.50	c #Conflicts:    1439000 | #Constraints:      50655
1089.89/1093.50	c #Conflicts:    1440000 | #Constraints:      51655
1089.89/1093.50	c #Conflicts:    1441000 | #Constraints:      52655
1089.89/1093.50	c #Conflicts:    1442000 | #Constraints:      53655
1089.89/1093.50	c #Conflicts:    1443000 | #Constraints:      54655
1089.89/1093.50	c INPROCESSING
1089.89/1093.50	c GARBAGE COLLECT
1089.89/1093.50	c rational objective 1001
1116.98/1120.64	c #Conflicts:    1444000 | #Constraints:      31836
1116.98/1120.64	c #Conflicts:    1445000 | #Constraints:      32837
1116.98/1120.64	c #Conflicts:    1446000 | #Constraints:      33903
1116.98/1120.64	c #Conflicts:    1447000 | #Constraints:      34976
1116.98/1120.64	c #Conflicts:    1448000 | #Constraints:      36045
1116.98/1120.64	c #Conflicts:    1449000 | #Constraints:      37091
1116.98/1120.64	c #Conflicts:    1450000 | #Constraints:      38145
1116.98/1120.64	c #Conflicts:    1451000 | #Constraints:      39195
1116.98/1120.64	c #Conflicts:    1452000 | #Constraints:      40229
1116.98/1120.64	c #Conflicts:    1453000 | #Constraints:      41260
1116.98/1120.64	c #Conflicts:    1454000 | #Constraints:      42293
1116.98/1120.64	c #Conflicts:    1455000 | #Constraints:      43339
1116.98/1120.64	c #Conflicts:    1456000 | #Constraints:      44404
1116.98/1120.64	c #Conflicts:    1457000 | #Constraints:      45461
1116.98/1120.64	c #Conflicts:    1458000 | #Constraints:      46522
1116.98/1120.64	c #Conflicts:    1459000 | #Constraints:      47561
1116.98/1120.64	c #Conflicts:    1460000 | #Constraints:      48611
1116.98/1120.64	c #Conflicts:    1461000 | #Constraints:      49640
1116.98/1120.64	c #Conflicts:    1462000 | #Constraints:      50679
1116.98/1120.64	c #Conflicts:    1463000 | #Constraints:      51722
1116.98/1120.64	c #Conflicts:    1464000 | #Constraints:      52748
1116.98/1120.64	c #Conflicts:    1465000 | #Constraints:      53781
1116.98/1120.64	c #Conflicts:    1466000 | #Constraints:      54805
1116.98/1120.64	c #Conflicts:    1467000 | #Constraints:      55833
1116.98/1120.64	c INPROCESSING
1116.98/1120.64	c GARBAGE COLLECT
1116.98/1120.64	c rational objective 1001
1139.71/1143.42	c #Conflicts:    1468000 | #Constraints:      32244
1139.71/1143.42	c #Conflicts:    1469000 | #Constraints:      33244
1139.71/1143.42	c #Conflicts:    1470000 | #Constraints:      34244
1139.71/1143.42	c #Conflicts:    1471000 | #Constraints:      35244
1139.71/1143.42	c #Conflicts:    1472000 | #Constraints:      36244
1139.71/1143.42	c #Conflicts:    1473000 | #Constraints:      37244
1139.71/1143.42	c #Conflicts:    1474000 | #Constraints:      38244
1139.71/1143.42	c #Conflicts:    1475000 | #Constraints:      39244
1139.71/1143.42	c #Conflicts:    1476000 | #Constraints:      40244
1139.71/1143.42	c #Conflicts:    1477000 | #Constraints:      41244
1139.71/1143.42	c #Conflicts:    1478000 | #Constraints:      42244
1139.71/1143.42	c #Conflicts:    1479000 | #Constraints:      43244
1139.71/1143.42	c #Conflicts:    1480000 | #Constraints:      44244
1139.71/1143.42	c #Conflicts:    1481000 | #Constraints:      45244
1139.71/1143.42	c #Conflicts:    1482000 | #Constraints:      46244
1139.71/1143.42	c #Conflicts:    1483000 | #Constraints:      47244
1139.71/1143.42	c #Conflicts:    1484000 | #Constraints:      48244
1139.71/1143.42	c #Conflicts:    1485000 | #Constraints:      49244
1139.71/1143.42	c #Conflicts:    1486000 | #Constraints:      50244
1139.71/1143.42	c #Conflicts:    1487000 | #Constraints:      51244
1139.71/1143.42	c #Conflicts:    1488000 | #Constraints:      52244
1139.71/1143.42	c #Conflicts:    1489000 | #Constraints:      53244
1139.71/1143.42	c #Conflicts:    1490000 | #Constraints:      54244
1139.71/1143.42	c #Conflicts:    1491000 | #Constraints:      55244
1139.71/1143.42	c INPROCESSING
1139.71/1143.42	c GARBAGE COLLECT
1139.71/1143.42	c rational objective 1001
1166.51/1170.37	c #Conflicts:    1492000 | #Constraints:      31815
1166.51/1170.37	c #Conflicts:    1493000 | #Constraints:      32904
1166.51/1170.37	c #Conflicts:    1494000 | #Constraints:      33978
1166.51/1170.37	c #Conflicts:    1495000 | #Constraints:      35032
1166.51/1170.37	c #Conflicts:    1496000 | #Constraints:      36090
1166.51/1170.37	c #Conflicts:    1497000 | #Constraints:      37138
1166.51/1170.37	c #Conflicts:    1498000 | #Constraints:      38200
1166.51/1170.37	c #Conflicts:    1499000 | #Constraints:      39256
1166.51/1170.37	c #Conflicts:    1500000 | #Constraints:      40305
1166.51/1170.37	c #Conflicts:    1501000 | #Constraints:      41348
1166.51/1170.37	c #Conflicts:    1502000 | #Constraints:      42385
1166.51/1170.37	c #Conflicts:    1503000 | #Constraints:      43412
1166.51/1170.37	c #Conflicts:    1504000 | #Constraints:      44442
1166.51/1170.37	c #Conflicts:    1505000 | #Constraints:      45481
1166.51/1170.37	c #Conflicts:    1506000 | #Constraints:      46504
1166.51/1170.37	c #Conflicts:    1507000 | #Constraints:      47534
1166.51/1170.37	c #Conflicts:    1508000 | #Constraints:      48558
1166.51/1170.37	c #Conflicts:    1509000 | #Constraints:      49584
1166.51/1170.37	c #Conflicts:    1510000 | #Constraints:      50610
1166.51/1170.37	c #Conflicts:    1511000 | #Constraints:      51651
1166.51/1170.37	c #Conflicts:    1512000 | #Constraints:      52687
1166.51/1170.37	c #Conflicts:    1513000 | #Constraints:      53708
1166.51/1170.37	c #Conflicts:    1514000 | #Constraints:      54722
1166.51/1170.37	c #Conflicts:    1515000 | #Constraints:      55749
1166.51/1170.37	c #Conflicts:    1516000 | #Constraints:      56769
1166.51/1170.37	c INPROCESSING
1166.51/1170.37	c GARBAGE COLLECT
1166.51/1170.37	c rational objective 1001
1189.53/1193.45	c #Conflicts:    1517000 | #Constraints:      32713
1189.53/1193.45	c #Conflicts:    1518000 | #Constraints:      33713
1189.53/1193.45	c #Conflicts:    1519000 | #Constraints:      34713
1189.53/1193.45	c #Conflicts:    1520000 | #Constraints:      35713
1189.53/1193.45	c #Conflicts:    1521000 | #Constraints:      36713
1189.53/1193.45	c #Conflicts:    1522000 | #Constraints:      37713
1189.53/1193.45	c #Conflicts:    1523000 | #Constraints:      38713
1189.53/1193.45	c #Conflicts:    1524000 | #Constraints:      39713
1189.53/1193.45	c #Conflicts:    1525000 | #Constraints:      40713
1189.53/1193.45	c #Conflicts:    1526000 | #Constraints:      41713
1189.53/1193.45	c #Conflicts:    1527000 | #Constraints:      42713
1189.53/1193.45	c #Conflicts:    1528000 | #Constraints:      43713
1189.53/1193.45	c #Conflicts:    1529000 | #Constraints:      44713
1189.53/1193.45	c #Conflicts:    1530000 | #Constraints:      45713
1189.53/1193.45	c #Conflicts:    1531000 | #Constraints:      46713
1189.53/1193.45	c #Conflicts:    1532000 | #Constraints:      47713
1189.53/1193.45	c #Conflicts:    1533000 | #Constraints:      48713
1189.53/1193.45	c #Conflicts:    1534000 | #Constraints:      49713
1189.53/1193.45	c #Conflicts:    1535000 | #Constraints:      50713
1189.53/1193.45	c #Conflicts:    1536000 | #Constraints:      51713
1189.53/1193.45	c #Conflicts:    1537000 | #Constraints:      52713
1189.53/1193.45	c #Conflicts:    1538000 | #Constraints:      53713
1189.53/1193.45	c #Conflicts:    1539000 | #Constraints:      54713
1189.53/1193.45	c #Conflicts:    1540000 | #Constraints:      55713
1189.53/1193.45	c #Conflicts:    1541000 | #Constraints:      56713
1189.53/1193.45	c INPROCESSING
1189.53/1193.45	c GARBAGE COLLECT
1189.53/1193.45	c rational objective 1001
1211.25/1215.26	c #Conflicts:    1542000 | #Constraints:      32851
1211.25/1215.26	c #Conflicts:    1543000 | #Constraints:      33851
1211.25/1215.26	c #Conflicts:    1544000 | #Constraints:      34851
1211.25/1215.26	c #Conflicts:    1545000 | #Constraints:      35851
1211.25/1215.26	c #Conflicts:    1546000 | #Constraints:      36851
1211.25/1215.26	c #Conflicts:    1547000 | #Constraints:      37851
1211.25/1215.26	c #Conflicts:    1548000 | #Constraints:      38851
1211.25/1215.26	c #Conflicts:    1549000 | #Constraints:      39851
1211.25/1215.26	c #Conflicts:    1550000 | #Constraints:      40851
1211.25/1215.26	c #Conflicts:    1551000 | #Constraints:      41851
1211.25/1215.26	c #Conflicts:    1552000 | #Constraints:      42851
1211.25/1215.26	c #Conflicts:    1553000 | #Constraints:      43851
1211.25/1215.26	c #Conflicts:    1554000 | #Constraints:      44851
1211.25/1215.26	c #Conflicts:    1555000 | #Constraints:      45851
1211.25/1215.26	c #Conflicts:    1556000 | #Constraints:      46851
1211.25/1215.26	c #Conflicts:    1557000 | #Constraints:      47851
1211.25/1215.26	c #Conflicts:    1558000 | #Constraints:      48851
1211.25/1215.26	c #Conflicts:    1559000 | #Constraints:      49851
1211.25/1215.26	c #Conflicts:    1560000 | #Constraints:      50851
1211.25/1215.26	c #Conflicts:    1561000 | #Constraints:      51851
1211.25/1215.26	c #Conflicts:    1562000 | #Constraints:      52852
1211.25/1215.26	c #Conflicts:    1563000 | #Constraints:      53852
1211.25/1215.26	c #Conflicts:    1564000 | #Constraints:      54852
1211.25/1215.26	c #Conflicts:    1565000 | #Constraints:      55852
1211.25/1215.26	c #Conflicts:    1566000 | #Constraints:      56852
1211.25/1215.26	c INPROCESSING
1211.25/1215.26	c GARBAGE COLLECT
1211.25/1215.26	c rational objective 1001
1234.47/1238.55	c #Conflicts:    1567000 | #Constraints:      32923
1234.47/1238.55	c #Conflicts:    1568000 | #Constraints:      33924
1234.47/1238.55	c #Conflicts:    1569000 | #Constraints:      34945
1234.47/1238.55	c #Conflicts:    1570000 | #Constraints:      35971
1234.47/1238.55	c #Conflicts:    1571000 | #Constraints:      37076
1234.47/1238.55	c #Conflicts:    1572000 | #Constraints:      38152
1234.47/1238.55	c #Conflicts:    1573000 | #Constraints:      39213
1234.47/1238.55	c #Conflicts:    1574000 | #Constraints:      40262
1234.47/1238.55	c #Conflicts:    1575000 | #Constraints:      41296
1234.47/1238.55	c #Conflicts:    1576000 | #Constraints:      42356
1234.47/1238.55	c #Conflicts:    1577000 | #Constraints:      43408
1234.47/1238.55	c #Conflicts:    1578000 | #Constraints:      44444
1234.47/1238.55	c #Conflicts:    1579000 | #Constraints:      45499
1234.47/1238.55	c #Conflicts:    1580000 | #Constraints:      46533
1234.47/1238.55	c #Conflicts:    1581000 | #Constraints:      47557
1234.47/1238.55	c #Conflicts:    1582000 | #Constraints:      48579
1234.47/1238.55	c #Conflicts:    1583000 | #Constraints:      49604
1234.47/1238.55	c #Conflicts:    1584000 | #Constraints:      50624
1234.47/1238.55	c #Conflicts:    1585000 | #Constraints:      51672
1234.47/1238.55	c #Conflicts:    1586000 | #Constraints:      52695
1234.47/1238.55	c #Conflicts:    1587000 | #Constraints:      53731
1234.47/1238.55	c #Conflicts:    1588000 | #Constraints:      54755
1234.47/1238.55	c #Conflicts:    1589000 | #Constraints:      55795
1234.47/1238.55	c #Conflicts:    1590000 | #Constraints:      56823
1234.47/1238.55	c #Conflicts:    1591000 | #Constraints:      57854
1234.47/1238.55	c INPROCESSING
1234.47/1238.55	c GARBAGE COLLECT
1234.47/1238.55	c rational objective 1001
1256.60/1260.78	c #Conflicts:    1592000 | #Constraints:      33259
1256.60/1260.78	c #Conflicts:    1593000 | #Constraints:      34259
1256.60/1260.78	c #Conflicts:    1594000 | #Constraints:      35259
1256.60/1260.78	c #Conflicts:    1595000 | #Constraints:      36259
1256.60/1260.78	c #Conflicts:    1596000 | #Constraints:      37259
1256.60/1260.78	c #Conflicts:    1597000 | #Constraints:      38259
1256.60/1260.78	c #Conflicts:    1598000 | #Constraints:      39259
1256.60/1260.78	c #Conflicts:    1599000 | #Constraints:      40259
1256.60/1260.78	c #Conflicts:    1600000 | #Constraints:      41259
1256.60/1260.78	c #Conflicts:    1601000 | #Constraints:      42259
1256.60/1260.78	c #Conflicts:    1602000 | #Constraints:      43259
1256.60/1260.78	c #Conflicts:    1603000 | #Constraints:      44259
1256.60/1260.78	c #Conflicts:    1604000 | #Constraints:      45259
1256.60/1260.78	c #Conflicts:    1605000 | #Constraints:      46259
1256.60/1260.78	c #Conflicts:    1606000 | #Constraints:      47259
1256.60/1260.78	c #Conflicts:    1607000 | #Constraints:      48259
1256.60/1260.78	c #Conflicts:    1608000 | #Constraints:      49259
1256.60/1260.78	c #Conflicts:    1609000 | #Constraints:      50259
1256.60/1260.78	c #Conflicts:    1610000 | #Constraints:      51259
1256.60/1260.78	c #Conflicts:    1611000 | #Constraints:      52259
1256.60/1260.78	c #Conflicts:    1612000 | #Constraints:      53259
1256.60/1260.78	c #Conflicts:    1613000 | #Constraints:      54259
1256.60/1260.78	c #Conflicts:    1614000 | #Constraints:      55259
1256.60/1260.78	c #Conflicts:    1615000 | #Constraints:      56259
1256.60/1260.78	c #Conflicts:    1616000 | #Constraints:      57259
1256.60/1260.78	c INPROCESSING
1256.60/1260.78	c GARBAGE COLLECT
1256.60/1260.78	c rational objective 1001
1281.12/1285.39	c #Conflicts:    1617000 | #Constraints:      32829
1281.12/1285.39	c #Conflicts:    1618000 | #Constraints:      33829
1281.12/1285.39	c #Conflicts:    1619000 | #Constraints:      34829
1281.12/1285.39	c #Conflicts:    1620000 | #Constraints:      35829
1281.12/1285.39	c #Conflicts:    1621000 | #Constraints:      36829
1281.12/1285.39	c #Conflicts:    1622000 | #Constraints:      37829
1281.12/1285.39	c #Conflicts:    1623000 | #Constraints:      38829
1281.12/1285.39	c #Conflicts:    1624000 | #Constraints:      39829
1281.12/1285.39	c #Conflicts:    1625000 | #Constraints:      40829
1281.12/1285.39	c #Conflicts:    1626000 | #Constraints:      41829
1281.12/1285.39	c #Conflicts:    1627000 | #Constraints:      42829
1281.12/1285.39	c #Conflicts:    1628000 | #Constraints:      43829
1281.12/1285.39	c #Conflicts:    1629000 | #Constraints:      44829
1281.12/1285.39	c #Conflicts:    1630000 | #Constraints:      45829
1281.12/1285.39	c #Conflicts:    1631000 | #Constraints:      46829
1281.12/1285.39	c #Conflicts:    1632000 | #Constraints:      47829
1281.12/1285.39	c #Conflicts:    1633000 | #Constraints:      48829
1281.12/1285.39	c #Conflicts:    1634000 | #Constraints:      49829
1281.12/1285.39	c #Conflicts:    1635000 | #Constraints:      50829
1281.12/1285.39	c #Conflicts:    1636000 | #Constraints:      51829
1281.12/1285.39	c #Conflicts:    1637000 | #Constraints:      52829
1281.12/1285.39	c #Conflicts:    1638000 | #Constraints:      53829
1281.12/1285.39	c #Conflicts:    1639000 | #Constraints:      54829
1281.12/1285.39	c #Conflicts:    1640000 | #Constraints:      55829
1281.12/1285.39	c #Conflicts:    1641000 | #Constraints:      56829
1281.12/1285.39	c #Conflicts:    1642000 | #Constraints:      57829
1281.12/1285.39	c INPROCESSING
1281.12/1285.39	c GARBAGE COLLECT
1281.12/1285.39	c rational objective 1001
1310.84/1315.17	c #Conflicts:    1643000 | #Constraints:      33312
1310.84/1315.17	c #Conflicts:    1644000 | #Constraints:      34330
1310.84/1315.17	c #Conflicts:    1645000 | #Constraints:      35348
1310.84/1315.17	c #Conflicts:    1646000 | #Constraints:      36369
1310.84/1315.17	c #Conflicts:    1647000 | #Constraints:      37409
1310.84/1315.17	c #Conflicts:    1648000 | #Constraints:      38476
1310.84/1315.17	c #Conflicts:    1649000 | #Constraints:      39520
1310.84/1315.17	c #Conflicts:    1650000 | #Constraints:      40562
1310.84/1315.17	c #Conflicts:    1651000 | #Constraints:      41604
1310.84/1315.17	c #Conflicts:    1652000 | #Constraints:      42631
1310.84/1315.17	c #Conflicts:    1653000 | #Constraints:      43670
1310.84/1315.17	c #Conflicts:    1654000 | #Constraints:      44702
1310.84/1315.17	c #Conflicts:    1655000 | #Constraints:      45730
1310.84/1315.17	c #Conflicts:    1656000 | #Constraints:      46767
1310.84/1315.17	c #Conflicts:    1657000 | #Constraints:      47796
1310.84/1315.17	c #Conflicts:    1658000 | #Constraints:      48831
1310.84/1315.17	c #Conflicts:    1659000 | #Constraints:      49862
1310.84/1315.17	c #Conflicts:    1660000 | #Constraints:      50891
1310.84/1315.17	c #Conflicts:    1661000 | #Constraints:      51913
1310.84/1315.17	c #Conflicts:    1662000 | #Constraints:      52937
1310.84/1315.17	c #Conflicts:    1663000 | #Constraints:      53961
1310.84/1315.17	c #Conflicts:    1664000 | #Constraints:      54983
1310.84/1315.17	c #Conflicts:    1665000 | #Constraints:      56014
1310.84/1315.17	c #Conflicts:    1666000 | #Constraints:      57045
1310.84/1315.17	c #Conflicts:    1667000 | #Constraints:      58065
1310.84/1315.17	c #Conflicts:    1668000 | #Constraints:      59083
1310.84/1315.17	c INPROCESSING
1310.84/1315.17	c GARBAGE COLLECT
1310.84/1315.17	c rational objective 1001
1338.25/1342.68	c #Conflicts:    1669000 | #Constraints:      33953
1338.25/1342.68	c #Conflicts:    1670000 | #Constraints:      34953
1338.25/1342.68	c #Conflicts:    1671000 | #Constraints:      35953
1338.25/1342.68	c #Conflicts:    1672000 | #Constraints:      36953
1338.25/1342.68	c #Conflicts:    1673000 | #Constraints:      37953
1338.25/1342.68	c #Conflicts:    1674000 | #Constraints:      38953
1338.25/1342.68	c #Conflicts:    1675000 | #Constraints:      39953
1338.25/1342.68	c #Conflicts:    1676000 | #Constraints:      40953
1338.25/1342.68	c #Conflicts:    1677000 | #Constraints:      41953
1338.25/1342.68	c #Conflicts:    1678000 | #Constraints:      42953
1338.25/1342.68	c #Conflicts:    1679000 | #Constraints:      43953
1338.25/1342.68	c #Conflicts:    1680000 | #Constraints:      44953
1338.25/1342.68	c #Conflicts:    1681000 | #Constraints:      45953
1338.25/1342.68	c #Conflicts:    1682000 | #Constraints:      46953
1338.25/1342.68	c #Conflicts:    1683000 | #Constraints:      47953
1338.25/1342.68	c #Conflicts:    1684000 | #Constraints:      48953
1338.25/1342.68	c #Conflicts:    1685000 | #Constraints:      49953
1338.25/1342.68	c #Conflicts:    1686000 | #Constraints:      50953
1338.25/1342.68	c #Conflicts:    1687000 | #Constraints:      51953
1338.25/1342.68	c #Conflicts:    1688000 | #Constraints:      52953
1338.25/1342.68	c #Conflicts:    1689000 | #Constraints:      53953
1338.25/1342.68	c #Conflicts:    1690000 | #Constraints:      54953
1338.25/1342.68	c #Conflicts:    1691000 | #Constraints:      55953
1338.25/1342.68	c #Conflicts:    1692000 | #Constraints:      56953
1338.25/1342.68	c #Conflicts:    1693000 | #Constraints:      57953
1338.25/1342.68	c #Conflicts:    1694000 | #Constraints:      58953
1338.25/1342.68	c INPROCESSING
1338.25/1342.68	c GARBAGE COLLECT
1338.25/1342.68	c rational objective 1001
1342.33/1346.70	c #Conflicts:    1695000 | #Constraints:      33988
1342.33/1346.70	c #Conflicts:    1696000 | #Constraints:      35034
1342.33/1346.70	c #Conflicts:    1697000 | #Constraints:      36091
1342.33/1346.70	c #Conflicts:    1698000 | #Constraints:      37140
1342.33/1346.70	c #Conflicts:    1699000 | #Constraints:      38186
1342.33/1346.70	c #Conflicts:    1700000 | #Constraints:      39245
1342.33/1346.70	c bounds 1038 >= 1001 @ 1328.89
1342.44/1346.86	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[2]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[3]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[9]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[11]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[13]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[14]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[15]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[20]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[32]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[34]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[36]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[42]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[45]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[50]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[52]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[55]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[60]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[62]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[63]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[67]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[68]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[70]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[77]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[78]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[82]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[95]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[98]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[99]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[101]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[102]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[103]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[106]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[107]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[108]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[109]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[113]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[115]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[116]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[120]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[122]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[123]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[125]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[126]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[144]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[146]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[147]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[149]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[152]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[153]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[158]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[161]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[165]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[171]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[172]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[175]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[178]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[179]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[183]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[184]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[187]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[193]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[195]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[197]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[198]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[201]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[202]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[203]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[206]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[208]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[211]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[213]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[214]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[215]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[224]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[226]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[229]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[230]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[231]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[232]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[235]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[237]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[245]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[247]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[255]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[261]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[264]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[267]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[268]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[269]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[270]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[271]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[272]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[273]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[277]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[278]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[279]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[281]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[282]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[286]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[287]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[289]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[291]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[293]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[297]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[298]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[299]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[300]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[307]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[315]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[321]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[324]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[325]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[327]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[333]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[336]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[337]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[338]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[346]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[348]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[356]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[358]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[359]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[360]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[368]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[370]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[371]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[374]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[376]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[377]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[378]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[379]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[385]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[386]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[387]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[388]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[390]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[391]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[393]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[395]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[396]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[397]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[400]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[404]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[408]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[409]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[410]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[413]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[414]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[415]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[417]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[420]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[424]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[426]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[427]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[428]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[429]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[430]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[432]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[433]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[438]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[441]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[442]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[446]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[447]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[452]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[455]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[459]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[460]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[462]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[464]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[465]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[467]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[468]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[473]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[477]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[479]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[480]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[483]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[487]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[491]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[496]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[499]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[501]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[504]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[506]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[507]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[508]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[509]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[514]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[515]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[518]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[521]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[526]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[528]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[531]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[533]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[534]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[537]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[545]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[548]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[555]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[561]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[562]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[563]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[564]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[565]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[566]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[572]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[574]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[577]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[580]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[581]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[582]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[585]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[586]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[590]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[591]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[593]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[596]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[597]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[605]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[606]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[607]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[609]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[610]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[611]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[615]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[616]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[617]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[619]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[622]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[626]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[627]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[629]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[632]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[634]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[642]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[643]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[649]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[653]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[658]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[664]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[666]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[676]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[677]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[679]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[681]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[683]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[685]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[686]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[691]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[692]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[693]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[694]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[697]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[700]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[701]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[702]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[703]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[706]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[707]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[717]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[719]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[724]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[725]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[728]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[730]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[731]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[733]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[734]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[736]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[737]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[739]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[740]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[745]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[746]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[747]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[750]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[753]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[754]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[755]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[756]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[759]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[762]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[763]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[768]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[770]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[771]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[775]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[777]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[778]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[780]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[785]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[786]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[787]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[789]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[792]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[794]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[795]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[798]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[803]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[804]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[806]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[807]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[808]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[812]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[813]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[815]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[819]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[820]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[821]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[822]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[823]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[828]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[831]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[833]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[836]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[846]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[847]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[848]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[851]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[853]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[854]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[855]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[856]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[859]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[860]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[861]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[862]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[863]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[869]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[870]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[872]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[877]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[880]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[881]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[882]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[883]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[886]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[887]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[892]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[894]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[896]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[900]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[901]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[902]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[912]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[916]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[918]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[920]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[924]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[925]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[926]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[927]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[932]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[933]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[935]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[938]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[941]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[944]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[947]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[951]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[952]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[954]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[955]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[957]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[960]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[961]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[962]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[964]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[968]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[973]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[976]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[978]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[980]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[983]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[988]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[991]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[992]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[993]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1000]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1001]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1005]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1006]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1011]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1014]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1018]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1021]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1027]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1029]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1034]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1037]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1039]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1045]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1046]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1050]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1052]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1055]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1057]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1058]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1060]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1065]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1068]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1076]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1077]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1078]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1079]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1080]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1081]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1084]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1085]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1086]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1089]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1092]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1093]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1097]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1099]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1103]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1104]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1108]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1111]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1113]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1115]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1117]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1119]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1122]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1123]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1124]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1129]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1132]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1133]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1136]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1140]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1146]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1147]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1151]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1152]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1156]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1163]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1166]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1167]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1170]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1184]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1191]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1192]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1197]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1199]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1201]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1204]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1206]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1208]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1212]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1213]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1215]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1218]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1223]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1226]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1227]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1228]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1230]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1233]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1234]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1240]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1241]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1244]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1245]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1246]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1248]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1249]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1251]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1252]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1253]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1254]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1256]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1262]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1266]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1272]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1274]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1275]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1278]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1280]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1282]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1286]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1288]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1289]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1291]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1292]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1293]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1295]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1298]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1299]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1300]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1301]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1303]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1304]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1307]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1311]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1314]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1317]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1319]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1321]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1323]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1327]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1329]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1330]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1331]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1332]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1334]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1335]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1338]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1340]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1342]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1343]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1347]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1349]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1352]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1353]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1354]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1355]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1356]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1360]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1361]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1362]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1363]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1364]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1365]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1374]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1380]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1381]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1386]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1387]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1388]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1389]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1390]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1392]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1394]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1395]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1396]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1397]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1398]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1401]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1403]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1404]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1409]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1411]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1415]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1417]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1418]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1419]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1421]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1426]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1428]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1431]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1432]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1441]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1446]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1451]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1452]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1454]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1459]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1460]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1461]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1464]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1468]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1469]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1471]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1473]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1474]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1475]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1481]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1482]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1487]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1491]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1493]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1494]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1496]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1499]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1500]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1501]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1502]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1503]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1507]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1511]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1512]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1513]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1514]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1515]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1518]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1519]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1520]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1523]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1525]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1526]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1529]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1533]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1535]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1537]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1541]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1542]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1545]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1548]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1551]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1553]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1554]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1557]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1558]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1559]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1561]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1563]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1564]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1565]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1566]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1567]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1570]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1573]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1574]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1577]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1579]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1581]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1583]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1585]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1586]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1590]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1592]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1594]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1596]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1598]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1600]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1601]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1602]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1603]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1607]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1613]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1614]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1615]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1616]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1619]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1620]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1621]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1622]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1626]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1627]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1628]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1629]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1630]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1632]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1634]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1641]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1642]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1643]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1645]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1647]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1648]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1650]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1651]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1652]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1653]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1655]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1656]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1657]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1658]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1659]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1663]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1665]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1666]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1667]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1668]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1669]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1672]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1673]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1675]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1680]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1681]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1684]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1689]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1695]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1697]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1698]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1699]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1702]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1708]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1709]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1712]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1713]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1714]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1715]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1717]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1718]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1720]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1722]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1723]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1725]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1726]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1727]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1728]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1730]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1737]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1738]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1739]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1740]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1741]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1744]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1747]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1748]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1749]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1751]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1753]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1756]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1761]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1762]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1764]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1765]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1769]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1772]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1773]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1777]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1780]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1781]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1783]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1787]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1790]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1793]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1795]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1796]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1797]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1798]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1799]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1801]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1802]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1803]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1804]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1806]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1809]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1811]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1814]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1817]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1818]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1821]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1822]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1823]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1826]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1827]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1828]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1829]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1830]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1833]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1834]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1836]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1837]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1838]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1839]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1844]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1846]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1847]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1848]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1853]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1854]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1857]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1863]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1864]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1865]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1867]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1868]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1872]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1882]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1886]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1887]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1891]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1893]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1896]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1898]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1900]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1904]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1905]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1906]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1910]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1912]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1913]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1919]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1923]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1924]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1927]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1929]: 6 -1.00001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1932]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1938]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1939]: 6 -1.00005 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1940]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1941]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1942]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1948]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1950]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1956]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1957]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1960]: 6 -1.00004 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1961]: 6 -1.00003 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1962]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1963]: 6 -1.00007 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1964]: 6 -1.0001 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1965]: 6 -1.00002 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
1342.44/1346.86	WSVECS04 Frhs2[1968]: 6 -1.00008 0 shouldn't be
1375.24/1379.71	c #Conflicts:    1701000 | #Constraints:      40278
1375.24/1379.71	c #Conflicts:    1702000 | #Constraints:      41278
1375.24/1379.71	c #Conflicts:    1703000 | #Constraints:      42279
1375.24/1379.71	c #Conflicts:    1704000 | #Constraints:      43339
1375.24/1379.71	c #Conflicts:    1705000 | #Constraints:      44389
1375.24/1379.71	c #Conflicts:    1706000 | #Constraints:      45433
1375.24/1379.71	c #Conflicts:    1707000 | #Constraints:      46469
1375.24/1379.71	c #Conflicts:    1708000 | #Constraints:      47498
1375.24/1379.71	c #Conflicts:    1709000 | #Constraints:      48546
1375.24/1379.71	c #Conflicts:    1710000 | #Constraints:      49575
1375.24/1379.71	c #Conflicts:    1711000 | #Constraints:      50616
1375.24/1379.71	c #Conflicts:    1712000 | #Constraints:      51646
1375.24/1379.71	c #Conflicts:    1713000 | #Constraints:      52670
1375.24/1379.71	c #Conflicts:    1714000 | #Constraints:      53695
1375.24/1379.71	c #Conflicts:    1715000 | #Constraints:      54716
1375.24/1379.71	c #Conflicts:    1716000 | #Constraints:      55739
1375.24/1379.71	c #Conflicts:    1717000 | #Constraints:      56759
1375.24/1379.71	c #Conflicts:    1718000 | #Constraints:      57798
1375.24/1379.71	c #Conflicts:    1719000 | #Constraints:      58821
1375.24/1379.71	c #Conflicts:    1720000 | #Constraints:      59836
1375.24/1379.71	c INPROCESSING
1375.24/1379.71	c GARBAGE COLLECT
1375.24/1379.71	c rational objective 1001
1401.17/1405.79	c #Conflicts:    1721000 | #Constraints:      34227
1401.17/1405.79	c #Conflicts:    1722000 | #Constraints:      35227
1401.17/1405.79	c #Conflicts:    1723000 | #Constraints:      36227
1401.17/1405.79	c #Conflicts:    1724000 | #Constraints:      37227
1401.17/1405.79	c #Conflicts:    1725000 | #Constraints:      38227
1401.17/1405.79	c #Conflicts:    1726000 | #Constraints:      39227
1401.17/1405.79	c #Conflicts:    1727000 | #Constraints:      40227
1401.17/1405.79	c #Conflicts:    1728000 | #Constraints:      41227
1401.17/1405.79	c #Conflicts:    1729000 | #Constraints:      42227
1401.17/1405.79	c #Conflicts:    1730000 | #Constraints:      43227
1401.17/1405.79	c #Conflicts:    1731000 | #Constraints:      44227
1401.17/1405.79	c #Conflicts:    1732000 | #Constraints:      45227
1401.17/1405.79	c #Conflicts:    1733000 | #Constraints:      46227
1401.17/1405.79	c #Conflicts:    1734000 | #Constraints:      47227
1401.17/1405.79	c #Conflicts:    1735000 | #Constraints:      48227
1401.17/1405.79	c #Conflicts:    1736000 | #Constraints:      49227
1401.17/1405.79	c #Conflicts:    1737000 | #Constraints:      50227
1401.17/1405.79	c #Conflicts:    1738000 | #Constraints:      51227
1401.17/1405.79	c #Conflicts:    1739000 | #Constraints:      52227
1401.17/1405.79	c #Conflicts:    1740000 | #Constraints:      53227
1401.17/1405.79	c #Conflicts:    1741000 | #Constraints:      54227
1401.17/1405.79	c #Conflicts:    1742000 | #Constraints:      55227
1401.17/1405.79	c #Conflicts:    1743000 | #Constraints:      56227
1401.17/1405.79	c #Conflicts:    1744000 | #Constraints:      57227
1401.17/1405.79	c #Conflicts:    1745000 | #Constraints:      58227
1401.17/1405.79	c #Conflicts:    1746000 | #Constraints:      59227
1401.17/1405.79	c INPROCESSING
1401.17/1405.79	c GARBAGE COLLECT
1401.17/1405.79	c rational objective 1001
1424.90/1429.60	c #Conflicts:    1747000 | #Constraints:      33828
1424.90/1429.60	c #Conflicts:    1748000 | #Constraints:      34828
1424.90/1429.60	c #Conflicts:    1749000 | #Constraints:      35828
1424.90/1429.60	c #Conflicts:    1750000 | #Constraints:      36828
1424.90/1429.60	c #Conflicts:    1751000 | #Constraints:      37828
1424.90/1429.60	c #Conflicts:    1752000 | #Constraints:      38828
1424.90/1429.60	c #Conflicts:    1753000 | #Constraints:      39828
1424.90/1429.60	c #Conflicts:    1754000 | #Constraints:      40828
1424.90/1429.60	c #Conflicts:    1755000 | #Constraints:      41828
1424.90/1429.60	c #Conflicts:    1756000 | #Constraints:      42828
1424.90/1429.60	c #Conflicts:    1757000 | #Constraints:      43828
1424.90/1429.60	c #Conflicts:    1758000 | #Constraints:      44828
1424.90/1429.60	c #Conflicts:    1759000 | #Constraints:      45828
1424.90/1429.60	c #Conflicts:    1760000 | #Constraints:      46828
1424.90/1429.60	c #Conflicts:    1761000 | #Constraints:      47828
1424.90/1429.60	c #Conflicts:    1762000 | #Constraints:      48828
1424.90/1429.60	c #Conflicts:    1763000 | #Constraints:      49828
1424.90/1429.60	c #Conflicts:    1764000 | #Constraints:      50828
1424.90/1429.60	c #Conflicts:    1765000 | #Constraints:      51828
1424.90/1429.60	c #Conflicts:    1766000 | #Constraints:      52828
1424.90/1429.60	c #Conflicts:    1767000 | #Constraints:      53828
1424.90/1429.60	c #Conflicts:    1768000 | #Constraints:      54828
1424.90/1429.60	c #Conflicts:    1769000 | #Constraints:      55828
1424.90/1429.60	c #Conflicts:    1770000 | #Constraints:      56828
1424.90/1429.60	c #Conflicts:    1771000 | #Constraints:      57828
1424.90/1429.60	c #Conflicts:    1772000 | #Constraints:      58828
1424.90/1429.60	c #Conflicts:    1773000 | #Constraints:      59828
1424.90/1429.60	c INPROCESSING
1424.90/1429.60	c GARBAGE COLLECT
1424.90/1429.60	c rational objective 1001
1452.62/1457.34	c #Conflicts:    1774000 | #Constraints:      34330
1452.62/1457.34	c #Conflicts:    1775000 | #Constraints:      35369
1452.62/1457.34	c #Conflicts:    1776000 | #Constraints:      36436
1452.62/1457.34	c #Conflicts:    1777000 | #Constraints:      37511
1452.62/1457.34	c #Conflicts:    1778000 | #Constraints:      38568
1452.62/1457.34	c #Conflicts:    1779000 | #Constraints:      39620
1452.62/1457.34	c #Conflicts:    1780000 | #Constraints:      40661
1452.62/1457.34	c #Conflicts:    1781000 | #Constraints:      41692
1452.62/1457.34	c #Conflicts:    1782000 | #Constraints:      42724
1452.62/1457.34	c #Conflicts:    1783000 | #Constraints:      43760
1452.62/1457.34	c #Conflicts:    1784000 | #Constraints:      44790
1452.62/1457.34	c #Conflicts:    1785000 | #Constraints:      45819
1452.62/1457.34	c #Conflicts:    1786000 | #Constraints:      46850
1452.62/1457.34	c #Conflicts:    1787000 | #Constraints:      47880
1452.62/1457.34	c #Conflicts:    1788000 | #Constraints:      48915
1452.62/1457.34	c #Conflicts:    1789000 | #Constraints:      49942
1452.62/1457.34	c #Conflicts:    1790000 | #Constraints:      50959
1452.62/1457.34	c #Conflicts:    1791000 | #Constraints:      51982
1452.62/1457.34	c #Conflicts:    1792000 | #Constraints:      53006
1452.62/1457.34	c #Conflicts:    1793000 | #Constraints:      54025
1452.62/1457.34	c #Conflicts:    1794000 | #Constraints:      55053
1452.62/1457.34	c #Conflicts:    1795000 | #Constraints:      56083
1452.62/1457.34	c #Conflicts:    1796000 | #Constraints:      57099
1452.62/1457.34	c #Conflicts:    1797000 | #Constraints:      58119
1452.62/1457.34	c #Conflicts:    1798000 | #Constraints:      59147
1452.62/1457.34	c #Conflicts:    1799000 | #Constraints:      60164
1452.62/1457.34	c #Conflicts:    1800000 | #Constraints:      61184
1452.62/1457.34	c INPROCESSING
1452.62/1457.34	c GARBAGE COLLECT
1452.62/1457.34	c rational objective 1001
1477.65/1482.44	c #Conflicts:    1801000 | #Constraints:      35011
1477.65/1482.44	c #Conflicts:    1802000 | #Constraints:      36011
1477.65/1482.44	c #Conflicts:    1803000 | #Constraints:      37011
1477.65/1482.44	c #Conflicts:    1804000 | #Constraints:      38011
1477.65/1482.44	c #Conflicts:    1805000 | #Constraints:      39011
1477.65/1482.44	c #Conflicts:    1806000 | #Constraints:      40011
1477.65/1482.44	c #Conflicts:    1807000 | #Constraints:      41011
1477.65/1482.44	c #Conflicts:    1808000 | #Constraints:      42011
1477.65/1482.44	c #Conflicts:    1809000 | #Constraints:      43011
1477.65/1482.44	c #Conflicts:    1810000 | #Constraints:      44011
1477.65/1482.44	c #Conflicts:    1811000 | #Constraints:      45011
1477.65/1482.44	c #Conflicts:    1812000 | #Constraints:      46011
1477.65/1482.44	c #Conflicts:    1813000 | #Constraints:      47011
1477.65/1482.44	c #Conflicts:    1814000 | #Constraints:      48011
1477.65/1482.44	c #Conflicts:    1815000 | #Constraints:      49011
1477.65/1482.44	c #Conflicts:    1816000 | #Constraints:      50011
1477.65/1482.44	c #Conflicts:    1817000 | #Constraints:      51011
1477.65/1482.44	c #Conflicts:    1818000 | #Constraints:      52011
1477.65/1482.44	c #Conflicts:    1819000 | #Constraints:      53011
1477.65/1482.44	c #Conflicts:    1820000 | #Constraints:      54011
1477.65/1482.44	c #Conflicts:    1821000 | #Constraints:      55011
1477.65/1482.44	c #Conflicts:    1822000 | #Constraints:      56011
1477.65/1482.44	c #Conflicts:    1823000 | #Constraints:      57011
1477.65/1482.44	c #Conflicts:    1824000 | #Constraints:      58011
1477.65/1482.44	c #Conflicts:    1825000 | #Constraints:      59011
1477.65/1482.44	c #Conflicts:    1826000 | #Constraints:      60011
1477.65/1482.44	c #Conflicts:    1827000 | #Constraints:      61011
1477.65/1482.44	c INPROCESSING
1477.65/1482.44	c GARBAGE COLLECT
1477.65/1482.44	c rational objective 1001
1500.59/1505.46	c #Conflicts:    1828000 | #Constraints:      35001
1500.59/1505.46	c #Conflicts:    1829000 | #Constraints:      36001
1500.59/1505.46	c #Conflicts:    1830000 | #Constraints:      37001
1500.59/1505.46	c #Conflicts:    1831000 | #Constraints:      38001
1500.59/1505.46	c #Conflicts:    1832000 | #Constraints:      39001
1500.59/1505.46	c #Conflicts:    1833000 | #Constraints:      40001
1500.59/1505.46	c #Conflicts:    1834000 | #Constraints:      41001
1500.59/1505.46	c #Conflicts:    1835000 | #Constraints:      42001
1500.59/1505.46	c #Conflicts:    1836000 | #Constraints:      43001
1500.59/1505.46	c #Conflicts:    1837000 | #Constraints:      44001
1500.59/1505.46	c #Conflicts:    1838000 | #Constraints:      45001
1500.59/1505.46	c #Conflicts:    1839000 | #Constraints:      46001
1500.59/1505.46	c #Conflicts:    1840000 | #Constraints:      47001
1500.59/1505.46	c #Conflicts:    1841000 | #Constraints:      48001
1500.59/1505.46	c #Conflicts:    1842000 | #Constraints:      49001
1500.59/1505.46	c #Conflicts:    1843000 | #Constraints:      50001
1500.59/1505.46	c #Conflicts:    1844000 | #Constraints:      51001
1500.59/1505.46	c #Conflicts:    1845000 | #Constraints:      52001
1500.59/1505.46	c #Conflicts:    1846000 | #Constraints:      53001
1500.59/1505.46	c #Conflicts:    1847000 | #Constraints:      54001
1500.59/1505.46	c #Conflicts:    1848000 | #Constraints:      55001
1500.59/1505.46	c #Conflicts:    1849000 | #Constraints:      56001
1500.59/1505.46	c #Conflicts:    1850000 | #Constraints:      57001
1500.59/1505.46	c #Conflicts:    1851000 | #Constraints:      58001
1500.59/1505.46	c #Conflicts:    1852000 | #Constraints:      59001
1500.59/1505.46	c #Conflicts:    1853000 | #Constraints:      60001
1500.59/1505.46	c #Conflicts:    1854000 | #Constraints:      61001
1500.59/1505.46	c INPROCESSING
1500.59/1505.46	c GARBAGE COLLECT
1500.59/1505.46	c rational objective 1001
1529.62/1534.56	c #Conflicts:    1855000 | #Constraints:      34942
1529.62/1534.56	c #Conflicts:    1856000 | #Constraints:      35943
1529.62/1534.56	c #Conflicts:    1857000 | #Constraints:      36992
1529.62/1534.56	c #Conflicts:    1858000 | #Constraints:      38002
1529.62/1534.56	c #Conflicts:    1859000 | #Constraints:      39045
1529.62/1534.56	c #Conflicts:    1860000 | #Constraints:      40089
1529.62/1534.56	c #Conflicts:    1861000 | #Constraints:      41122
1529.62/1534.56	c #Conflicts:    1862000 | #Constraints:      42154
1529.62/1534.56	c #Conflicts:    1863000 | #Constraints:      43175
1529.62/1534.56	c #Conflicts:    1864000 | #Constraints:      44200
1529.62/1534.56	c #Conflicts:    1865000 | #Constraints:      45220
1529.62/1534.56	c #Conflicts:    1866000 | #Constraints:      46250
1529.62/1534.56	c #Conflicts:    1867000 | #Constraints:      47280
1529.62/1534.56	c #Conflicts:    1868000 | #Constraints:      48310
1529.62/1534.56	c #Conflicts:    1869000 | #Constraints:      49333
1529.62/1534.56	c #Conflicts:    1870000 | #Constraints:      50356
1529.62/1534.56	c #Conflicts:    1871000 | #Constraints:      51383
1529.62/1534.56	c #Conflicts:    1872000 | #Constraints:      52410
1529.62/1534.56	c #Conflicts:    1873000 | #Constraints:      53425
1529.62/1534.56	c #Conflicts:    1874000 | #Constraints:      54442
1529.62/1534.56	c #Conflicts:    1875000 | #Constraints:      55455
1529.62/1534.56	c #Conflicts:    1876000 | #Constraints:      56499
1529.62/1534.56	c #Conflicts:    1877000 | #Constraints:      57525
1529.62/1534.56	c #Conflicts:    1878000 | #Constraints:      58564
1529.62/1534.56	c #Conflicts:    1879000 | #Constraints:      59594
1529.62/1534.56	c #Conflicts:    1880000 | #Constraints:      60632
1529.62/1534.56	c #Conflicts:    1881000 | #Constraints:      61662
1529.62/1534.56	c INPROCESSING
1529.62/1534.56	c GARBAGE COLLECT
1529.62/1534.56	c rational objective 1001
1556.84/1561.81	c #Conflicts:    1882000 | #Constraints:      34954
1556.84/1561.81	c #Conflicts:    1883000 | #Constraints:      35954
1556.84/1561.81	c #Conflicts:    1884000 | #Constraints:      36954
1556.84/1561.81	c #Conflicts:    1885000 | #Constraints:      37954
1556.84/1561.81	c #Conflicts:    1886000 | #Constraints:      38954
1556.84/1561.81	c #Conflicts:    1887000 | #Constraints:      39954
1556.84/1561.81	c #Conflicts:    1888000 | #Constraints:      40954
1556.84/1561.81	c #Conflicts:    1889000 | #Constraints:      41954
1556.84/1561.81	c #Conflicts:    1890000 | #Constraints:      42954
1556.84/1561.81	c #Conflicts:    1891000 | #Constraints:      43954
1556.84/1561.81	c #Conflicts:    1892000 | #Constraints:      44954
1556.84/1561.81	c #Conflicts:    1893000 | #Constraints:      45954
1556.84/1561.81	c #Conflicts:    1894000 | #Constraints:      46954
1556.84/1561.81	c #Conflicts:    1895000 | #Constraints:      47954
1556.84/1561.81	c #Conflicts:    1896000 | #Constraints:      48954
1556.84/1561.81	c #Conflicts:    1897000 | #Constraints:      49954
1556.84/1561.81	c #Conflicts:    1898000 | #Constraints:      50954
1556.84/1561.81	c #Conflicts:    1899000 | #Constraints:      51954
1556.84/1561.81	c #Conflicts:    1900000 | #Constraints:      52954
1556.84/1561.81	c #Conflicts:    1901000 | #Constraints:      53954
1556.84/1561.81	c #Conflicts:    1902000 | #Constraints:      54954
1556.84/1561.81	c #Conflicts:    1903000 | #Constraints:      55954
1556.84/1561.81	c #Conflicts:    1904000 | #Constraints:      56954
1556.84/1561.81	c #Conflicts:    1905000 | #Constraints:      57954
1556.84/1561.81	c #Conflicts:    1906000 | #Constraints:      58954
1556.84/1561.81	c #Conflicts:    1907000 | #Constraints:      59954
1556.84/1561.81	c #Conflicts:    1908000 | #Constraints:      60954
1556.84/1561.81	c #Conflicts:    1909000 | #Constraints:      61954
1556.84/1561.81	c INPROCESSING
1556.84/1561.81	c GARBAGE COLLECT
1556.84/1561.81	c rational objective 1001
1579.87/1585.00	c #Conflicts:    1910000 | #Constraints:      35407
1579.87/1585.00	c #Conflicts:    1911000 | #Constraints:      36407
1579.87/1585.00	c #Conflicts:    1912000 | #Constraints:      37407
1579.87/1585.00	c #Conflicts:    1913000 | #Constraints:      38407
1579.87/1585.00	c #Conflicts:    1914000 | #Constraints:      39407
1579.87/1585.00	c #Conflicts:    1915000 | #Constraints:      40407
1579.87/1585.00	c #Conflicts:    1916000 | #Constraints:      41407
1579.87/1585.00	c #Conflicts:    1917000 | #Constraints:      42407
1579.87/1585.00	c #Conflicts:    1918000 | #Constraints:      43407
1579.87/1585.00	c #Conflicts:    1919000 | #Constraints:      44407
1579.87/1585.00	c #Conflicts:    1920000 | #Constraints:      45407
1579.87/1585.00	c #Conflicts:    1921000 | #Constraints:      46407
1579.87/1585.00	c #Conflicts:    1922000 | #Constraints:      47407
1579.87/1585.00	c #Conflicts:    1923000 | #Constraints:      48407
1579.87/1585.00	c #Conflicts:    1924000 | #Constraints:      49407
1579.87/1585.00	c #Conflicts:    1925000 | #Constraints:      50407
1579.87/1585.00	c #Conflicts:    1926000 | #Constraints:      51407
1579.87/1585.00	c #Conflicts:    1927000 | #Constraints:      52407
1579.87/1585.00	c #Conflicts:    1928000 | #Constraints:      53407
1579.87/1585.00	c #Conflicts:    1929000 | #Constraints:      54407
1579.87/1585.00	c #Conflicts:    1930000 | #Constraints:      55407
1579.87/1585.00	c #Conflicts:    1931000 | #Constraints:      56407
1579.87/1585.00	c #Conflicts:    1932000 | #Constraints:      57407
1579.87/1585.00	c #Conflicts:    1933000 | #Constraints:      58407
1579.87/1585.00	c #Conflicts:    1934000 | #Constraints:      59407
1579.87/1585.00	c #Conflicts:    1935000 | #Constraints:      60407
1579.87/1585.00	c #Conflicts:    1936000 | #Constraints:      61407
1579.87/1585.00	c #Conflicts:    1937000 | #Constraints:      62407
1579.87/1585.00	c INPROCESSING
1579.87/1585.00	c GARBAGE COLLECT
1579.87/1585.00	c rational objective 1001
1607.70/1612.83	c #Conflicts:    1938000 | #Constraints:      35709
1607.70/1612.83	c #Conflicts:    1939000 | #Constraints:      36716
1607.70/1612.83	c #Conflicts:    1940000 | #Constraints:      37774
1607.70/1612.83	c #Conflicts:    1941000 | #Constraints:      38828
1607.70/1612.83	c #Conflicts:    1942000 | #Constraints:      39893
1607.70/1612.83	c #Conflicts:    1943000 | #Constraints:      40950
1607.70/1612.83	c #Conflicts:    1944000 | #Constraints:      41999
1607.70/1612.83	c #Conflicts:    1945000 | #Constraints:      43046
1607.70/1612.83	c #Conflicts:    1946000 | #Constraints:      44093
1607.70/1612.83	c #Conflicts:    1947000 | #Constraints:      45128
1607.70/1612.83	c #Conflicts:    1948000 | #Constraints:      46157
1607.70/1612.83	c #Conflicts:    1949000 | #Constraints:      47207
1607.70/1612.83	c #Conflicts:    1950000 | #Constraints:      48254
1607.70/1612.83	c #Conflicts:    1951000 | #Constraints:      49305
1607.70/1612.83	c #Conflicts:    1952000 | #Constraints:      50340
1607.70/1612.83	c #Conflicts:    1953000 | #Constraints:      51368
1607.70/1612.83	c #Conflicts:    1954000 | #Constraints:      52415
1607.70/1612.83	c #Conflicts:    1955000 | #Constraints:      53444
1607.70/1612.83	c #Conflicts:    1956000 | #Constraints:      54470
1607.70/1612.83	c #Conflicts:    1957000 | #Constraints:      55508
1607.70/1612.83	c #Conflicts:    1958000 | #Constraints:      56533
1607.70/1612.83	c #Conflicts:    1959000 | #Constraints:      57570
1607.70/1612.83	c #Conflicts:    1960000 | #Constraints:      58598
1607.70/1612.83	c #Conflicts:    1961000 | #Constraints:      59640
1607.70/1612.83	c #Conflicts:    1962000 | #Constraints:      60672
1607.70/1612.83	c #Conflicts:    1963000 | #Constraints:      61711
1607.70/1612.83	c #Conflicts:    1964000 | #Constraints:      62742
1607.70/1612.83	c #Conflicts:    1965000 | #Constraints:      63774
1607.70/1612.83	c INPROCESSING
1607.70/1612.83	c GARBAGE COLLECT
1607.70/1612.83	c rational objective 1001
1634.63/1639.84	c #Conflicts:    1966000 | #Constraints:      36281
1634.63/1639.84	c #Conflicts:    1967000 | #Constraints:      37281
1634.63/1639.84	c #Conflicts:    1968000 | #Constraints:      38281
1634.63/1639.84	c #Conflicts:    1969000 | #Constraints:      39281
1634.63/1639.84	c #Conflicts:    1970000 | #Constraints:      40281
1634.63/1639.84	c #Conflicts:    1971000 | #Constraints:      41281
1634.63/1639.84	c #Conflicts:    1972000 | #Constraints:      42281
1634.63/1639.84	c #Conflicts:    1973000 | #Constraints:      43281
1634.63/1639.84	c #Conflicts:    1974000 | #Constraints:      44281
1634.63/1639.84	c #Conflicts:    1975000 | #Constraints:      45281
1634.63/1639.84	c #Conflicts:    1976000 | #Constraints:      46281
1634.63/1639.84	c #Conflicts:    1977000 | #Constraints:      47281
1634.63/1639.84	c #Conflicts:    1978000 | #Constraints:      48281
1634.63/1639.84	c #Conflicts:    1979000 | #Constraints:      49281
1634.63/1639.84	c #Conflicts:    1980000 | #Constraints:      50281
1634.63/1639.84	c #Conflicts:    1981000 | #Constraints:      51281
1634.63/1639.84	c #Conflicts:    1982000 | #Constraints:      52281
1634.63/1639.84	c #Conflicts:    1983000 | #Constraints:      53281
1634.63/1639.84	c #Conflicts:    1984000 | #Constraints:      54281
1634.63/1639.84	c #Conflicts:    1985000 | #Constraints:      55281
1634.63/1639.84	c #Conflicts:    1986000 | #Constraints:      56281
1634.63/1639.84	c #Conflicts:    1987000 | #Constraints:      57281
1634.63/1639.84	c #Conflicts:    1988000 | #Constraints:      58281
1634.63/1639.84	c #Conflicts:    1989000 | #Constraints:      59281
1634.63/1639.84	c #Conflicts:    1990000 | #Constraints:      60281
1634.63/1639.84	c #Conflicts:    1991000 | #Constraints:      61281
1634.63/1639.84	c #Conflicts:    1992000 | #Constraints:      62281
1634.63/1639.84	c #Conflicts:    1993000 | #Constraints:      63281
1634.63/1639.84	c INPROCESSING
1634.63/1639.84	c GARBAGE COLLECT
1634.63/1639.84	c rational objective 1001
1658.66/1663.99	c #Conflicts:    1994000 | #Constraints:      36056
1658.66/1663.99	c #Conflicts:    1995000 | #Constraints:      37056
1658.66/1663.99	c #Conflicts:    1996000 | #Constraints:      38056
1658.66/1663.99	c #Conflicts:    1997000 | #Constraints:      39056
1658.66/1663.99	c #Conflicts:    1998000 | #Constraints:      40056
1658.66/1663.99	c #Conflicts:    1999000 | #Constraints:      41056
1658.66/1663.99	c #Conflicts:    2000000 | #Constraints:      42056
1658.66/1663.99	c #Conflicts:    2001000 | #Constraints:      43056
1658.66/1663.99	c #Conflicts:    2002000 | #Constraints:      44056
1658.66/1663.99	c #Conflicts:    2003000 | #Constraints:      45056
1658.66/1663.99	c #Conflicts:    2004000 | #Constraints:      46056
1658.66/1663.99	c #Conflicts:    2005000 | #Constraints:      47056
1658.66/1663.99	c #Conflicts:    2006000 | #Constraints:      48056
1658.66/1663.99	c #Conflicts:    2007000 | #Constraints:      49056
1658.66/1663.99	c #Conflicts:    2008000 | #Constraints:      50056
1658.66/1663.99	c #Conflicts:    2009000 | #Constraints:      51056
1658.66/1663.99	c #Conflicts:    2010000 | #Constraints:      52057
1658.66/1663.99	c #Conflicts:    2011000 | #Constraints:      53058
1658.66/1663.99	c #Conflicts:    2012000 | #Constraints:      54058
1658.66/1663.99	c #Conflicts:    2013000 | #Constraints:      55058
1658.66/1663.99	c #Conflicts:    2014000 | #Constraints:      56059
1658.66/1663.99	c #Conflicts:    2015000 | #Constraints:      57061
1658.66/1663.99	c #Conflicts:    2016000 | #Constraints:      58062
1658.66/1663.99	c #Conflicts:    2017000 | #Constraints:      59063
1658.66/1663.99	c #Conflicts:    2018000 | #Constraints:      60063
1658.66/1663.99	c #Conflicts:    2019000 | #Constraints:      61064
1658.66/1663.99	c #Conflicts:    2020000 | #Constraints:      62064
1658.66/1663.99	c #Conflicts:    2021000 | #Constraints:      63064
1658.66/1663.99	c INPROCESSING
1658.66/1663.99	c GARBAGE COLLECT
1658.66/1663.99	c rational objective 1001
1690.27/1695.67	c #Conflicts:    2022000 | #Constraints:      35744
1690.27/1695.67	c #Conflicts:    2023000 | #Constraints:      36745
1690.27/1695.67	c #Conflicts:    2024000 | #Constraints:      37777
1690.27/1695.67	c #Conflicts:    2025000 | #Constraints:      38825
1690.27/1695.67	c #Conflicts:    2026000 | #Constraints:      39862
1690.27/1695.67	c #Conflicts:    2027000 | #Constraints:      40930
1690.27/1695.67	c #Conflicts:    2028000 | #Constraints:      41968
1690.27/1695.67	c #Conflicts:    2029000 | #Constraints:      43005
1690.27/1695.67	c #Conflicts:    2030000 | #Constraints:      44050
1690.27/1695.67	c #Conflicts:    2031000 | #Constraints:      45091
1690.27/1695.67	c #Conflicts:    2032000 | #Constraints:      46136
1690.27/1695.67	c #Conflicts:    2033000 | #Constraints:      47212
1690.27/1695.67	c #Conflicts:    2034000 | #Constraints:      48274
1690.27/1695.67	c #Conflicts:    2035000 | #Constraints:      49328
1690.27/1695.67	c #Conflicts:    2036000 | #Constraints:      50366
1690.27/1695.67	c #Conflicts:    2037000 | #Constraints:      51406
1690.27/1695.67	c #Conflicts:    2038000 | #Constraints:      52444
1690.27/1695.67	c #Conflicts:    2039000 | #Constraints:      53480
1690.27/1695.67	c #Conflicts:    2040000 | #Constraints:      54524
1690.27/1695.67	c #Conflicts:    2041000 | #Constraints:      55568
1690.27/1695.67	c #Conflicts:    2042000 | #Constraints:      56609
1690.27/1695.67	c #Conflicts:    2043000 | #Constraints:      57641
1690.27/1695.67	c #Conflicts:    2044000 | #Constraints:      58678
1690.27/1695.67	c #Conflicts:    2045000 | #Constraints:      59726
1690.27/1695.67	c #Conflicts:    2046000 | #Constraints:      60753
1690.27/1695.67	c #Conflicts:    2047000 | #Constraints:      61791
1690.27/1695.67	c #Conflicts:    2048000 | #Constraints:      62832
1690.27/1695.67	c #Conflicts:    2049000 | #Constraints:      63860
1690.27/1695.67	c #Conflicts:    2050000 | #Constraints:      64888
1690.27/1695.67	c INPROCESSING
1690.27/1695.67	c GARBAGE COLLECT
1690.27/1695.67	c rational objective 1001
1718.61/1724.08	c #Conflicts:    2051000 | #Constraints:      36739
1718.61/1724.08	c #Conflicts:    2052000 | #Constraints:      37739
1718.61/1724.08	c #Conflicts:    2053000 | #Constraints:      38739
1718.61/1724.08	c #Conflicts:    2054000 | #Constraints:      39739
1718.61/1724.08	c #Conflicts:    2055000 | #Constraints:      40739
1718.61/1724.08	c #Conflicts:    2056000 | #Constraints:      41739
1718.61/1724.08	c #Conflicts:    2057000 | #Constraints:      42739
1718.61/1724.08	c #Conflicts:    2058000 | #Constraints:      43739
1718.61/1724.08	c #Conflicts:    2059000 | #Constraints:      44739
1718.61/1724.08	c #Conflicts:    2060000 | #Constraints:      45739
1718.61/1724.08	c #Conflicts:    2061000 | #Constraints:      46739
1718.61/1724.08	c #Conflicts:    2062000 | #Constraints:      47739
1718.61/1724.08	c #Conflicts:    2063000 | #Constraints:      48739
1718.61/1724.08	c #Conflicts:    2064000 | #Constraints:      49739
1718.61/1724.08	c #Conflicts:    2065000 | #Constraints:      50739
1718.61/1724.08	c #Conflicts:    2066000 | #Constraints:      51739
1718.61/1724.08	c #Conflicts:    2067000 | #Constraints:      52739
1718.61/1724.08	c #Conflicts:    2068000 | #Constraints:      53739
1718.61/1724.08	c #Conflicts:    2069000 | #Constraints:      54739
1718.61/1724.08	c #Conflicts:    2070000 | #Constraints:      55739
1718.61/1724.08	c #Conflicts:    2071000 | #Constraints:      56739
1718.61/1724.08	c #Conflicts:    2072000 | #Constraints:      57739
1718.61/1724.08	c #Conflicts:    2073000 | #Constraints:      58739
1718.61/1724.08	c #Conflicts:    2074000 | #Constraints:      59739
1718.61/1724.08	c #Conflicts:    2075000 | #Constraints:      60739
1718.61/1724.08	c #Conflicts:    2076000 | #Constraints:      61739
1718.61/1724.08	c #Conflicts:    2077000 | #Constraints:      62739
1718.61/1724.08	c #Conflicts:    2078000 | #Constraints:      63739
1718.61/1724.08	c #Conflicts:    2079000 | #Constraints:      64739
1718.61/1724.08	c INPROCESSING
1718.61/1724.08	c GARBAGE COLLECT
1718.61/1724.08	c rational objective 1001
1734.06/1739.50	c #Conflicts:    2080000 | #Constraints:      36889
1734.06/1739.50	c #Conflicts:    2081000 | #Constraints:      37889
1734.06/1739.50	c #Conflicts:    2082000 | #Constraints:      38889
1734.06/1739.50	c #Conflicts:    2083000 | #Constraints:      39889
1734.06/1739.50	c #Conflicts:    2084000 | #Constraints:      40889
1734.06/1739.50	c #Conflicts:    2085000 | #Constraints:      41889
1734.06/1739.50	c #Conflicts:    2086000 | #Constraints:      42889
1734.06/1739.50	c #Conflicts:    2087000 | #Constraints:      43889
1734.06/1739.50	c #Conflicts:    2088000 | #Constraints:      44889
1734.06/1739.50	c #Conflicts:    2089000 | #Constraints:      45889
1734.06/1739.50	c #Conflicts:    2090000 | #Constraints:      46889
1734.06/1739.50	c #Conflicts:    2091000 | #Constraints:      47889
1734.06/1739.50	c #Conflicts:    2092000 | #Constraints:      48889
1734.06/1739.50	c #Conflicts:    2093000 | #Constraints:      49889
1734.06/1739.50	c #Conflicts:    2094000 | #Constraints:      50889
1734.06/1739.50	c #Conflicts:    2095000 | #Constraints:      51889
1734.06/1739.50	c #Conflicts:    2096000 | #Constraints:      52889
1734.06/1739.50	c #Conflicts:    2097000 | #Constraints:      53889
1734.06/1739.50	c #Conflicts:    2098000 | #Constraints:      54889
1734.06/1739.50	c bounds 1038 >= 1002 @ 1717.58
1740.84/1746.35	c #Conflicts:    2099000 | #Constraints:      55955
1740.84/1746.35	c #Conflicts:    2100000 | #Constraints:      56958
1740.84/1746.35	c #Conflicts:    2101000 | #Constraints:      57986
1740.84/1746.35	c #Conflicts:    2102000 | #Constraints:      59022
1740.84/1746.35	c #Conflicts:    2103000 | #Constraints:      60060
1740.84/1746.35	c #Conflicts:    2104000 | #Constraints:      61104
1740.84/1746.35	c #Conflicts:    2105000 | #Constraints:      62138
1740.84/1746.35	c #Conflicts:    2106000 | #Constraints:      63183
1740.84/1746.35	c #Conflicts:    2107000 | #Constraints:      64208
1740.84/1746.35	c #Conflicts:    2108000 | #Constraints:      65240
1740.84/1746.35	c INPROCESSING
1740.84/1746.35	c GARBAGE COLLECT
1740.84/1746.35	c rational objective 1002
1770.48/1776.07	c #Conflicts:    2109000 | #Constraints:      37055
1770.48/1776.07	c #Conflicts:    2110000 | #Constraints:      38055
1770.48/1776.07	c #Conflicts:    2111000 | #Constraints:      39055
1770.48/1776.07	c #Conflicts:    2112000 | #Constraints:      40055
1770.48/1776.07	c #Conflicts:    2113000 | #Constraints:      41055
1770.48/1776.07	c #Conflicts:    2114000 | #Constraints:      42055
1770.48/1776.07	c #Conflicts:    2115000 | #Constraints:      43055
1770.48/1776.07	c #Conflicts:    2116000 | #Constraints:      44055
1770.48/1776.07	c #Conflicts:    2117000 | #Constraints:      45055
1770.48/1776.07	c #Conflicts:    2118000 | #Constraints:      46055
1770.48/1776.07	c #Conflicts:    2119000 | #Constraints:      47055
1770.48/1776.07	c #Conflicts:    2120000 | #Constraints:      48055
1770.48/1776.07	c #Conflicts:    2121000 | #Constraints:      49055
1770.48/1776.07	c #Conflicts:    2122000 | #Constraints:      50055
1770.48/1776.07	c #Conflicts:    2123000 | #Constraints:      51055
1770.48/1776.07	c #Conflicts:    2124000 | #Constraints:      52055
1770.48/1776.07	c #Conflicts:    2125000 | #Constraints:      53055
1770.48/1776.07	c #Conflicts:    2126000 | #Constraints:      54055
1770.48/1776.07	c #Conflicts:    2127000 | #Constraints:      55055
1770.48/1776.07	c #Conflicts:    2128000 | #Constraints:      56055
1770.48/1776.07	c #Conflicts:    2129000 | #Constraints:      57055
1770.48/1776.07	c #Conflicts:    2130000 | #Constraints:      58055
1770.48/1776.07	c #Conflicts:    2131000 | #Constraints:      59055
1770.48/1776.07	c #Conflicts:    2132000 | #Constraints:      60055
1770.48/1776.07	c #Conflicts:    2133000 | #Constraints:      61055
1770.48/1776.07	c #Conflicts:    2134000 | #Constraints:      62055
1770.48/1776.07	c #Conflicts:    2135000 | #Constraints:      63055
1770.48/1776.07	c #Conflicts:    2136000 | #Constraints:      64055
1770.48/1776.07	c #Conflicts:    2137000 | #Constraints:      65055
1770.48/1776.07	c INPROCESSING
1770.48/1776.07	c GARBAGE COLLECT
1770.48/1776.07	c rational objective 1002
1827.70/1833.47	c #Conflicts:    2138000 | #Constraints:      36956
1827.70/1833.47	c #Conflicts:    2139000 | #Constraints:      37956
1827.70/1833.47	c #Conflicts:    2140000 | #Constraints:      38956
1827.70/1833.47	c #Conflicts:    2141000 | #Constraints:      39956
1827.70/1833.47	c #Conflicts:    2142000 | #Constraints:      40973
1827.70/1833.47	c #Conflicts:    2143000 | #Constraints:      41995
1827.70/1833.47	c #Conflicts:    2144000 | #Constraints:      43026
1827.70/1833.47	c #Conflicts:    2145000 | #Constraints:      44044
1827.70/1833.47	c #Conflicts:    2146000 | #Constraints:      45052
1827.70/1833.47	c #Conflicts:    2147000 | #Constraints:      46060
1827.70/1833.47	c #Conflicts:    2148000 | #Constraints:      47071
1827.70/1833.47	c #Conflicts:    2149000 | #Constraints:      48085
1827.70/1833.47	c #Conflicts:    2150000 | #Constraints:      49103
1827.70/1833.47	c #Conflicts:    2151000 | #Constraints:      50125
1827.70/1833.47	c #Conflicts:    2152000 | #Constraints:      51136
1827.70/1833.47	c #Conflicts:    2153000 | #Constraints:      52154
1827.70/1833.47	c #Conflicts:    2154000 | #Constraints:      53167
1827.70/1833.47	c #Conflicts:    2155000 | #Constraints:      54173
1827.70/1833.47	c #Conflicts:    2156000 | #Constraints:      55188
1827.70/1833.47	c #Conflicts:    2157000 | #Constraints:      56197
1827.70/1833.47	c #Conflicts:    2158000 | #Constraints:      57208
1827.70/1833.47	c #Conflicts:    2159000 | #Constraints:      58217
1827.70/1833.47	c #Conflicts:    2160000 | #Constraints:      59228
1827.70/1833.47	c #Conflicts:    2161000 | #Constraints:      60258
1827.70/1833.47	c #Conflicts:    2162000 | #Constraints:      61346
1827.70/1833.47	c #Conflicts:    2163000 | #Constraints:      62406
1827.70/1833.47	c #Conflicts:    2164000 | #Constraints:      63459
1827.70/1833.47	c #Conflicts:    2165000 | #Constraints:      64504
1827.70/1833.47	c #Conflicts:    2166000 | #Constraints:      65552
1827.70/1833.47	c INPROCESSING
1827.70/1833.47	c GARBAGE COLLECT
1827.70/1833.47	c rational objective 1002
1857.63/1863.41	c #Conflicts:    2167000 | #Constraints:      36888
1857.63/1863.41	c #Conflicts:    2168000 | #Constraints:      37888
1857.63/1863.41	c #Conflicts:    2169000 | #Constraints:      38888
1857.63/1863.41	c #Conflicts:    2170000 | #Constraints:      39888
1857.63/1863.41	c #Conflicts:    2171000 | #Constraints:      40888
1857.63/1863.41	c #Conflicts:    2172000 | #Constraints:      41888
1857.63/1863.41	c #Conflicts:    2173000 | #Constraints:      42888
1857.63/1863.41	c #Conflicts:    2174000 | #Constraints:      43888
1857.63/1863.41	c #Conflicts:    2175000 | #Constraints:      44888
1857.63/1863.41	c #Conflicts:    2176000 | #Constraints:      45888
1857.63/1863.41	c #Conflicts:    2177000 | #Constraints:      46888
1857.63/1863.41	c #Conflicts:    2178000 | #Constraints:      47888
1857.63/1863.41	c #Conflicts:    2179000 | #Constraints:      48888
1857.63/1863.41	c #Conflicts:    2180000 | #Constraints:      49888
1857.63/1863.41	c #Conflicts:    2181000 | #Constraints:      50888
1857.63/1863.41	c #Conflicts:    2182000 | #Constraints:      51888
1857.63/1863.41	c #Conflicts:    2183000 | #Constraints:      52888
1857.63/1863.41	c #Conflicts:    2184000 | #Constraints:      53888
1857.63/1863.41	c #Conflicts:    2185000 | #Constraints:      54888
1857.63/1863.41	c #Conflicts:    2186000 | #Constraints:      55888
1857.63/1863.41	c #Conflicts:    2187000 | #Constraints:      56888
1857.63/1863.41	c #Conflicts:    2188000 | #Constraints:      57888
1857.63/1863.41	c #Conflicts:    2189000 | #Constraints:      58888
1857.63/1863.41	c #Conflicts:    2190000 | #Constraints:      59888
1857.63/1863.41	c #Conflicts:    2191000 | #Constraints:      60888
1857.63/1863.41	c #Conflicts:    2192000 | #Constraints:      61888
1857.63/1863.41	c #Conflicts:    2193000 | #Constraints:      62888
1857.63/1863.41	c #Conflicts:    2194000 | #Constraints:      63888
1857.63/1863.41	c #Conflicts:    2195000 | #Constraints:      64888
1857.63/1863.41	c #Conflicts:    2196000 | #Constraints:      65888
1857.63/1863.41	c INPROCESSING
1857.63/1863.41	c GARBAGE COLLECT
1857.63/1863.41	c rational objective 1002
1886.35/1892.28	c #Conflicts:    2197000 | #Constraints:      37382
1886.35/1892.28	c #Conflicts:    2198000 | #Constraints:      38382
1886.35/1892.28	c #Conflicts:    2199000 | #Constraints:      39382
1886.35/1892.28	c #Conflicts:    2200000 | #Constraints:      40382
1886.35/1892.28	c #Conflicts:    2201000 | #Constraints:      41382
1886.35/1892.28	c #Conflicts:    2202000 | #Constraints:      42382
1886.35/1892.28	c #Conflicts:    2203000 | #Constraints:      43382
1886.35/1892.28	c #Conflicts:    2204000 | #Constraints:      44382
1886.35/1892.28	c #Conflicts:    2205000 | #Constraints:      45382
1886.35/1892.28	c #Conflicts:    2206000 | #Constraints:      46382
1886.35/1892.28	c #Conflicts:    2207000 | #Constraints:      47382
1886.35/1892.28	c #Conflicts:    2208000 | #Constraints:      48382
1886.35/1892.28	c #Conflicts:    2209000 | #Constraints:      49382
1886.35/1892.28	c #Conflicts:    2210000 | #Constraints:      50382
1886.35/1892.28	c #Conflicts:    2211000 | #Constraints:      51382
1886.35/1892.28	c #Conflicts:    2212000 | #Constraints:      52382
1886.35/1892.28	c #Conflicts:    2213000 | #Constraints:      53382
1886.35/1892.28	c #Conflicts:    2214000 | #Constraints:      54382
1886.35/1892.28	c #Conflicts:    2215000 | #Constraints:      55382
1886.35/1892.28	c #Conflicts:    2216000 | #Constraints:      56382
1886.35/1892.28	c #Conflicts:    2217000 | #Constraints:      57382
1886.35/1892.28	c #Conflicts:    2218000 | #Constraints:      58382
1886.35/1892.28	c #Conflicts:    2219000 | #Constraints:      59382
1886.35/1892.28	c #Conflicts:    2220000 | #Constraints:      60382
1886.35/1892.28	c #Conflicts:    2221000 | #Constraints:      61382
1886.35/1892.28	c #Conflicts:    2222000 | #Constraints:      62382
1886.35/1892.28	c #Conflicts:    2223000 | #Constraints:      63382
1886.35/1892.28	c #Conflicts:    2224000 | #Constraints:      64382
1886.35/1892.28	c #Conflicts:    2225000 | #Constraints:      65382
1886.35/1892.28	c #Conflicts:    2226000 | #Constraints:      66382
1886.35/1892.28	c INPROCESSING
1886.35/1892.28	c GARBAGE COLLECT
1886.35/1892.28	c rational objective 1002
1951.08/1957.19	c #Conflicts:    2227000 | #Constraints:      37729
1951.08/1957.19	c #Conflicts:    2228000 | #Constraints:      38729
1951.08/1957.19	c #Conflicts:    2229000 | #Constraints:      39730
1951.08/1957.19	c #Conflicts:    2230000 | #Constraints:      40750
1951.08/1957.19	c #Conflicts:    2231000 | #Constraints:      41781
1951.08/1957.19	c #Conflicts:    2232000 | #Constraints:      42807
1951.08/1957.19	c #Conflicts:    2233000 | #Constraints:      43839
1951.08/1957.19	c #Conflicts:    2234000 | #Constraints:      44882
1951.08/1957.19	c #Conflicts:    2235000 | #Constraints:      45909
1951.08/1957.19	c #Conflicts:    2236000 | #Constraints:      46923
1951.08/1957.19	c #Conflicts:    2237000 | #Constraints:      47943
1951.08/1957.19	c #Conflicts:    2238000 | #Constraints:      48966
1951.08/1957.19	c #Conflicts:    2239000 | #Constraints:      49984
1951.08/1957.19	c #Conflicts:    2240000 | #Constraints:      50999
1951.08/1957.19	c #Conflicts:    2241000 | #Constraints:      52017
1951.08/1957.19	c #Conflicts:    2242000 | #Constraints:      53046
1951.08/1957.19	c #Conflicts:    2243000 | #Constraints:      54064
1951.08/1957.19	c #Conflicts:    2244000 | #Constraints:      55069
1951.08/1957.19	c #Conflicts:    2245000 | #Constraints:      56078
1951.08/1957.19	c #Conflicts:    2246000 | #Constraints:      57086
1951.08/1957.19	c #Conflicts:    2247000 | #Constraints:      58097
1951.08/1957.19	c #Conflicts:    2248000 | #Constraints:      59117
1951.08/1957.19	c #Conflicts:    2249000 | #Constraints:      60129
1951.08/1957.19	c #Conflicts:    2250000 | #Constraints:      61132
1951.08/1957.19	c #Conflicts:    2251000 | #Constraints:      62137
1951.08/1957.19	c #Conflicts:    2252000 | #Constraints:      63168
1951.08/1957.19	c #Conflicts:    2253000 | #Constraints:      64200
1951.08/1957.19	c #Conflicts:    2254000 | #Constraints:      65221
1951.08/1957.19	c #Conflicts:    2255000 | #Constraints:      66248
1951.08/1957.19	c #Conflicts:    2256000 | #Constraints:      67275
1951.08/1957.19	c INPROCESSING
1951.08/1957.19	c GARBAGE COLLECT
1951.08/1957.19	c rational objective 1002
1978.91/1985.02	c #Conflicts:    2257000 | #Constraints:      38072
1978.91/1985.02	c #Conflicts:    2258000 | #Constraints:      39072
1978.91/1985.02	c #Conflicts:    2259000 | #Constraints:      40072
1978.91/1985.02	c #Conflicts:    2260000 | #Constraints:      41072
1978.91/1985.02	c #Conflicts:    2261000 | #Constraints:      42072
1978.91/1985.02	c #Conflicts:    2262000 | #Constraints:      43072
1978.91/1985.02	c #Conflicts:    2263000 | #Constraints:      44072
1978.91/1985.02	c #Conflicts:    2264000 | #Constraints:      45072
1978.91/1985.02	c #Conflicts:    2265000 | #Constraints:      46072
1978.91/1985.02	c #Conflicts:    2266000 | #Constraints:      47072
1978.91/1985.02	c #Conflicts:    2267000 | #Constraints:      48072
1978.91/1985.02	c #Conflicts:    2268000 | #Constraints:      49072
1978.91/1985.02	c #Conflicts:    2269000 | #Constraints:      50072
1978.91/1985.02	c #Conflicts:    2270000 | #Constraints:      51072
1978.91/1985.02	c #Conflicts:    2271000 | #Constraints:      52072
1978.91/1985.02	c #Conflicts:    2272000 | #Constraints:      53072
1978.91/1985.02	c #Conflicts:    2273000 | #Constraints:      54072
1978.91/1985.02	c #Conflicts:    2274000 | #Constraints:      55072
1978.91/1985.02	c #Conflicts:    2275000 | #Constraints:      56072
1978.91/1985.02	c #Conflicts:    2276000 | #Constraints:      57072
1978.91/1985.02	c #Conflicts:    2277000 | #Constraints:      58072
1978.91/1985.02	c #Conflicts:    2278000 | #Constraints:      59072
1978.91/1985.02	c #Conflicts:    2279000 | #Constraints:      60072
1978.91/1985.02	c #Conflicts:    2280000 | #Constraints:      61072
1978.91/1985.02	c #Conflicts:    2281000 | #Constraints:      62072
1978.91/1985.02	c #Conflicts:    2282000 | #Constraints:      63072
1978.91/1985.02	c #Conflicts:    2283000 | #Constraints:      64072
1978.91/1985.02	c #Conflicts:    2284000 | #Constraints:      65072
1978.91/1985.02	c #Conflicts:    2285000 | #Constraints:      66072
1978.91/1985.02	c #Conflicts:    2286000 | #Constraints:      67072
1978.91/1985.02	c INPROCESSING
1978.91/1985.02	c GARBAGE COLLECT
1978.91/1985.02	c rational objective 1002
2007.83/2014.10	c #Conflicts:    2287000 | #Constraints:      37977
2007.83/2014.10	c #Conflicts:    2288000 | #Constraints:      38977
2007.83/2014.10	c #Conflicts:    2289000 | #Constraints:      39977
2007.83/2014.10	c #Conflicts:    2290000 | #Constraints:      40977
2007.83/2014.10	c #Conflicts:    2291000 | #Constraints:      41977
2007.83/2014.10	c #Conflicts:    2292000 | #Constraints:      42977
2007.83/2014.10	c #Conflicts:    2293000 | #Constraints:      43977
2007.83/2014.10	c #Conflicts:    2294000 | #Constraints:      44977
2007.83/2014.10	c #Conflicts:    2295000 | #Constraints:      45977
2007.83/2014.10	c #Conflicts:    2296000 | #Constraints:      46977
2007.83/2014.10	c #Conflicts:    2297000 | #Constraints:      47977
2007.83/2014.10	c #Conflicts:    2298000 | #Constraints:      48977
2007.83/2014.10	c #Conflicts:    2299000 | #Constraints:      49977
2007.83/2014.10	c #Conflicts:    2300000 | #Constraints:      50977
2007.83/2014.10	c #Conflicts:    2301000 | #Constraints:      51977
2007.83/2014.10	c #Conflicts:    2302000 | #Constraints:      52977
2007.83/2014.10	c #Conflicts:    2303000 | #Constraints:      53977
2007.83/2014.10	c #Conflicts:    2304000 | #Constraints:      54977
2007.83/2014.10	c #Conflicts:    2305000 | #Constraints:      55977
2007.83/2014.10	c #Conflicts:    2306000 | #Constraints:      56977
2007.83/2014.10	c #Conflicts:    2307000 | #Constraints:      57977
2007.83/2014.10	c #Conflicts:    2308000 | #Constraints:      58977
2007.83/2014.10	c #Conflicts:    2309000 | #Constraints:      59977
2007.83/2014.10	c #Conflicts:    2310000 | #Constraints:      60977
2007.83/2014.10	c #Conflicts:    2311000 | #Constraints:      61977
2007.83/2014.10	c #Conflicts:    2312000 | #Constraints:      62977
2007.83/2014.10	c #Conflicts:    2313000 | #Constraints:      63977
2007.83/2014.10	c #Conflicts:    2314000 | #Constraints:      64977
2007.83/2014.10	c #Conflicts:    2315000 | #Constraints:      65977
2007.83/2014.10	c #Conflicts:    2316000 | #Constraints:      66977
2007.83/2014.10	c INPROCESSING
2007.83/2014.10	c GARBAGE COLLECT
2007.83/2014.10	c rational objective 1002
2038.24/2044.55	c #Conflicts:    2317000 | #Constraints:      37702
2038.24/2044.55	c #Conflicts:    2318000 | #Constraints:      38702
2038.24/2044.55	c #Conflicts:    2319000 | #Constraints:      39702
2038.24/2044.55	c #Conflicts:    2320000 | #Constraints:      40702
2038.24/2044.55	c #Conflicts:    2321000 | #Constraints:      41702
2038.24/2044.55	c #Conflicts:    2322000 | #Constraints:      42702
2038.24/2044.55	c #Conflicts:    2323000 | #Constraints:      43702
2038.24/2044.55	c #Conflicts:    2324000 | #Constraints:      44702
2038.24/2044.55	c #Conflicts:    2325000 | #Constraints:      45702
2038.24/2044.55	c #Conflicts:    2326000 | #Constraints:      46702
2038.24/2044.55	c #Conflicts:    2327000 | #Constraints:      47702
2038.24/2044.55	c #Conflicts:    2328000 | #Constraints:      48702
2038.24/2044.55	c #Conflicts:    2329000 | #Constraints:      49702
2038.24/2044.55	c #Conflicts:    2330000 | #Constraints:      50702
2038.24/2044.55	c #Conflicts:    2331000 | #Constraints:      51702
2038.24/2044.55	c #Conflicts:    2332000 | #Constraints:      52702
2038.24/2044.55	c #Conflicts:    2333000 | #Constraints:      53702
2038.24/2044.55	c #Conflicts:    2334000 | #Constraints:      54702
2038.24/2044.55	c #Conflicts:    2335000 | #Constraints:      55702
2038.24/2044.55	c #Conflicts:    2336000 | #Constraints:      56702
2038.24/2044.55	c #Conflicts:    2337000 | #Constraints:      57702
2038.24/2044.55	c #Conflicts:    2338000 | #Constraints:      58702
2038.24/2044.55	c #Conflicts:    2339000 | #Constraints:      59702
2038.24/2044.55	c #Conflicts:    2340000 | #Constraints:      60702
2038.24/2044.55	c #Conflicts:    2341000 | #Constraints:      61702
2038.24/2044.55	c #Conflicts:    2342000 | #Constraints:      62702
2038.24/2044.55	c #Conflicts:    2343000 | #Constraints:      63702
2038.24/2044.55	c #Conflicts:    2344000 | #Constraints:      64702
2038.24/2044.55	c #Conflicts:    2345000 | #Constraints:      65702
2038.24/2044.55	c #Conflicts:    2346000 | #Constraints:      66702
2038.24/2044.55	c #Conflicts:    2347000 | #Constraints:      67702
2038.24/2044.55	c INPROCESSING
2038.24/2044.55	c GARBAGE COLLECT
2038.24/2044.55	c rational objective 1002
2066.96/2073.39	c #Conflicts:    2348000 | #Constraints:      38286
2066.96/2073.39	c #Conflicts:    2349000 | #Constraints:      39286
2066.96/2073.39	c #Conflicts:    2350000 | #Constraints:      40286
2066.96/2073.39	c #Conflicts:    2351000 | #Constraints:      41286
2066.96/2073.39	c #Conflicts:    2352000 | #Constraints:      42286
2066.96/2073.39	c #Conflicts:    2353000 | #Constraints:      43286
2066.96/2073.39	c #Conflicts:    2354000 | #Constraints:      44286
2066.96/2073.39	c #Conflicts:    2355000 | #Constraints:      45286
2066.96/2073.39	c #Conflicts:    2356000 | #Constraints:      46286
2066.96/2073.39	c #Conflicts:    2357000 | #Constraints:      47286
2066.96/2073.39	c #Conflicts:    2358000 | #Constraints:      48286
2066.96/2073.39	c #Conflicts:    2359000 | #Constraints:      49286
2066.96/2073.39	c #Conflicts:    2360000 | #Constraints:      50286
2066.96/2073.39	c #Conflicts:    2361000 | #Constraints:      51286
2066.96/2073.39	c #Conflicts:    2362000 | #Constraints:      52286
2066.96/2073.39	c #Conflicts:    2363000 | #Constraints:      53286
2066.96/2073.39	c #Conflicts:    2364000 | #Constraints:      54286
2066.96/2073.39	c #Conflicts:    2365000 | #Constraints:      55286
2066.96/2073.39	c #Conflicts:    2366000 | #Constraints:      56286
2066.96/2073.39	c #Conflicts:    2367000 | #Constraints:      57286
2066.96/2073.39	c #Conflicts:    2368000 | #Constraints:      58286
2066.96/2073.39	c #Conflicts:    2369000 | #Constraints:      59286
2066.96/2073.39	c #Conflicts:    2370000 | #Constraints:      60286
2066.96/2073.39	c #Conflicts:    2371000 | #Constraints:      61286
2066.96/2073.39	c #Conflicts:    2372000 | #Constraints:      62286
2066.96/2073.39	c #Conflicts:    2373000 | #Constraints:      63286
2066.96/2073.39	c #Conflicts:    2374000 | #Constraints:      64286
2066.96/2073.39	c #Conflicts:    2375000 | #Constraints:      65286
2066.96/2073.39	c #Conflicts:    2376000 | #Constraints:      66286
2066.96/2073.39	c #Conflicts:    2377000 | #Constraints:      67286
2066.96/2073.39	c #Conflicts:    2378000 | #Constraints:      68286
2066.96/2073.39	c INPROCESSING
2066.96/2073.39	c GARBAGE COLLECT
2066.96/2073.39	c rational objective 1002
2109.25/2115.79	c #Conflicts:    2379000 | #Constraints:      38666
2109.25/2115.79	c #Conflicts:    2380000 | #Constraints:      39687
2109.25/2115.79	c #Conflicts:    2381000 | #Constraints:      40732
2109.25/2115.79	c #Conflicts:    2382000 | #Constraints:      41775
2109.25/2115.79	c #Conflicts:    2383000 | #Constraints:      42796
2109.25/2115.79	c #Conflicts:    2384000 | #Constraints:      43817
2109.25/2115.79	c #Conflicts:    2385000 | #Constraints:      44846
2109.25/2115.79	c #Conflicts:    2386000 | #Constraints:      45867
2109.25/2115.79	c #Conflicts:    2387000 | #Constraints:      46879
2109.25/2115.79	c #Conflicts:    2388000 | #Constraints:      47885
2109.25/2115.79	c #Conflicts:    2389000 | #Constraints:      48892
2109.25/2115.79	c #Conflicts:    2390000 | #Constraints:      49900
2109.25/2115.79	c #Conflicts:    2391000 | #Constraints:      50929
2109.25/2115.79	c #Conflicts:    2392000 | #Constraints:      51955
2109.25/2115.79	c #Conflicts:    2393000 | #Constraints:      52974
2109.25/2115.79	c #Conflicts:    2394000 | #Constraints:      53989
2109.25/2115.79	c #Conflicts:    2395000 | #Constraints:      55023
2109.25/2115.79	c #Conflicts:    2396000 | #Constraints:      56055
2109.25/2115.79	c #Conflicts:    2397000 | #Constraints:      57077
2109.25/2115.79	c #Conflicts:    2398000 | #Constraints:      58103
2109.25/2115.79	c #Conflicts:    2399000 | #Constraints:      59130
2109.25/2115.79	c #Conflicts:    2400000 | #Constraints:      60150
2109.25/2115.79	c #Conflicts:    2401000 | #Constraints:      61178
2109.25/2115.79	c #Conflicts:    2402000 | #Constraints:      62192
2109.25/2115.79	c #Conflicts:    2403000 | #Constraints:      63206
2109.25/2115.79	c #Conflicts:    2404000 | #Constraints:      64220
2109.25/2115.79	c #Conflicts:    2405000 | #Constraints:      65230
2109.25/2115.79	c #Conflicts:    2406000 | #Constraints:      66241
2109.25/2115.79	c #Conflicts:    2407000 | #Constraints:      67260
2109.25/2115.79	c #Conflicts:    2408000 | #Constraints:      68273
2109.25/2115.79	c #Conflicts:    2409000 | #Constraints:      69281
2109.25/2115.79	c INPROCESSING
2109.25/2115.79	c GARBAGE COLLECT
2109.25/2115.79	c rational objective 1002
2142.85/2149.41	c #Conflicts:    2410000 | #Constraints:      39111
2142.85/2149.41	c #Conflicts:    2411000 | #Constraints:      40111
2142.85/2149.41	c #Conflicts:    2412000 | #Constraints:      41111
2142.85/2149.41	c #Conflicts:    2413000 | #Constraints:      42111
2142.85/2149.41	c #Conflicts:    2414000 | #Constraints:      43111
2142.85/2149.41	c #Conflicts:    2415000 | #Constraints:      44111
2142.85/2149.41	c #Conflicts:    2416000 | #Constraints:      45111
2142.85/2149.41	c #Conflicts:    2417000 | #Constraints:      46111
2142.85/2149.41	c #Conflicts:    2418000 | #Constraints:      47111
2142.85/2149.41	c #Conflicts:    2419000 | #Constraints:      48111
2142.85/2149.41	c #Conflicts:    2420000 | #Constraints:      49111
2142.85/2149.41	c #Conflicts:    2421000 | #Constraints:      50111
2142.85/2149.41	c #Conflicts:    2422000 | #Constraints:      51111
2142.85/2149.41	c #Conflicts:    2423000 | #Constraints:      52111
2142.85/2149.41	c #Conflicts:    2424000 | #Constraints:      53111
2142.85/2149.41	c #Conflicts:    2425000 | #Constraints:      54111
2142.85/2149.41	c #Conflicts:    2426000 | #Constraints:      55111
2142.85/2149.41	c #Conflicts:    2427000 | #Constraints:      56111
2142.85/2149.41	c #Conflicts:    2428000 | #Constraints:      57111
2142.85/2149.41	c #Conflicts:    2429000 | #Constraints:      58111
2142.85/2149.41	c #Conflicts:    2430000 | #Constraints:      59111
2142.85/2149.41	c #Conflicts:    2431000 | #Constraints:      60111
2142.85/2149.41	c #Conflicts:    2432000 | #Constraints:      61111
2142.85/2149.41	c #Conflicts:    2433000 | #Constraints:      62111
2142.85/2149.41	c #Conflicts:    2434000 | #Constraints:      63111
2142.85/2149.41	c #Conflicts:    2435000 | #Constraints:      64111
2142.85/2149.41	c #Conflicts:    2436000 | #Constraints:      65111
2142.85/2149.41	c #Conflicts:    2437000 | #Constraints:      66111
2142.85/2149.41	c #Conflicts:    2438000 | #Constraints:      67111
2142.85/2149.41	c #Conflicts:    2439000 | #Constraints:      68111
2142.85/2149.41	c #Conflicts:    2440000 | #Constraints:      69111
2142.85/2149.41	c INPROCESSING
2142.85/2149.41	c GARBAGE COLLECT
2142.85/2149.41	c rational objective 1002
2183.46/2190.14	c #Conflicts:    2441000 | #Constraints:      38987
2183.46/2190.14	c #Conflicts:    2442000 | #Constraints:      39987
2183.46/2190.14	c #Conflicts:    2443000 | #Constraints:      40987
2183.46/2190.14	c #Conflicts:    2444000 | #Constraints:      41987
2183.46/2190.14	c #Conflicts:    2445000 | #Constraints:      42987
2183.46/2190.14	c #Conflicts:    2446000 | #Constraints:      43987
2183.46/2190.14	c #Conflicts:    2447000 | #Constraints:      44987
2183.46/2190.14	c #Conflicts:    2448000 | #Constraints:      45987
2183.46/2190.14	c #Conflicts:    2449000 | #Constraints:      46987
2183.46/2190.14	c #Conflicts:    2450000 | #Constraints:      47987
2183.46/2190.14	c #Conflicts:    2451000 | #Constraints:      48987
2183.46/2190.14	c #Conflicts:    2452000 | #Constraints:      49987
2183.46/2190.14	c #Conflicts:    2453000 | #Constraints:      50987
2183.46/2190.14	c #Conflicts:    2454000 | #Constraints:      51987
2183.46/2190.14	c #Conflicts:    2455000 | #Constraints:      52987
2183.46/2190.14	c #Conflicts:    2456000 | #Constraints:      53987
2183.46/2190.14	c #Conflicts:    2457000 | #Constraints:      54987
2183.46/2190.14	c #Conflicts:    2458000 | #Constraints:      55987
2183.46/2190.14	c #Conflicts:    2459000 | #Constraints:      56987
2183.46/2190.14	c #Conflicts:    2460000 | #Constraints:      57987
2183.46/2190.14	c #Conflicts:    2461000 | #Constraints:      58987
2183.46/2190.14	c #Conflicts:    2462000 | #Constraints:      59987
2183.46/2190.14	c #Conflicts:    2463000 | #Constraints:      60987
2183.46/2190.14	c #Conflicts:    2464000 | #Constraints:      61987
2183.46/2190.14	c #Conflicts:    2465000 | #Constraints:      62987
2183.46/2190.14	c #Conflicts:    2466000 | #Constraints:      63987
2183.46/2190.14	c #Conflicts:    2467000 | #Constraints:      64987
2183.46/2190.14	c #Conflicts:    2468000 | #Constraints:      65987
2183.46/2190.14	c #Conflicts:    2469000 | #Constraints:      66987
2183.46/2190.14	c #Conflicts:    2470000 | #Constraints:      67987
2183.46/2190.14	c #Conflicts:    2471000 | #Constraints:      68987
2183.46/2190.14	c INPROCESSING
2183.46/2190.14	c GARBAGE COLLECT
2183.46/2190.14	c rational objective 1002
2219.04/2225.84	c #Conflicts:    2472000 | #Constraints:      38711
2219.04/2225.84	c #Conflicts:    2473000 | #Constraints:      39746
2219.04/2225.84	c #Conflicts:    2474000 | #Constraints:      40811
2219.04/2225.84	c #Conflicts:    2475000 | #Constraints:      41857
2219.04/2225.84	c #Conflicts:    2476000 | #Constraints:      42909
2219.04/2225.84	c #Conflicts:    2477000 | #Constraints:      43945
2219.04/2225.84	c #Conflicts:    2478000 | #Constraints:      44965
2219.04/2225.84	c #Conflicts:    2479000 | #Constraints:      46005
2219.04/2225.84	c #Conflicts:    2480000 | #Constraints:      47041
2219.04/2225.84	c #Conflicts:    2481000 | #Constraints:      48076
2219.04/2225.84	c #Conflicts:    2482000 | #Constraints:      49111
2219.04/2225.84	c #Conflicts:    2483000 | #Constraints:      50136
2219.04/2225.84	c #Conflicts:    2484000 | #Constraints:      51171
2219.04/2225.84	c #Conflicts:    2485000 | #Constraints:      52204
2219.04/2225.84	c #Conflicts:    2486000 | #Constraints:      53239
2219.04/2225.84	c #Conflicts:    2487000 | #Constraints:      54275
2219.04/2225.84	c #Conflicts:    2488000 | #Constraints:      55296
2219.04/2225.84	c #Conflicts:    2489000 | #Constraints:      56313
2219.04/2225.84	c #Conflicts:    2490000 | #Constraints:      57335
2219.04/2225.84	c #Conflicts:    2491000 | #Constraints:      58355
2219.04/2225.84	c #Conflicts:    2492000 | #Constraints:      59376
2219.04/2225.84	c #Conflicts:    2493000 | #Constraints:      60402
2219.04/2225.84	c #Conflicts:    2494000 | #Constraints:      61428
2219.04/2225.84	c #Conflicts:    2495000 | #Constraints:      62452
2219.04/2225.84	c #Conflicts:    2496000 | #Constraints:      63466
2219.04/2225.84	c #Conflicts:    2497000 | #Constraints:      64485
2219.04/2225.84	c #Conflicts:    2498000 | #Constraints:      65512
2219.04/2225.84	c #Conflicts:    2499000 | #Constraints:      66528
2219.04/2225.84	c #Conflicts:    2500000 | #Constraints:      67550
2219.04/2225.84	c #Conflicts:    2501000 | #Constraints:      68577
2219.04/2225.84	c #Conflicts:    2502000 | #Constraints:      69609
2219.04/2225.84	c #Conflicts:    2503000 | #Constraints:      70627
2219.04/2225.84	c INPROCESSING
2219.04/2225.84	c GARBAGE COLLECT
2219.04/2225.84	c rational objective 1002
2257.53/2264.48	c #Conflicts:    2504000 | #Constraints:      39658
2257.53/2264.48	c #Conflicts:    2505000 | #Constraints:      40658
2257.53/2264.48	c #Conflicts:    2506000 | #Constraints:      41658
2257.53/2264.48	c #Conflicts:    2507000 | #Constraints:      42658
2257.53/2264.48	c #Conflicts:    2508000 | #Constraints:      43658
2257.53/2264.48	c #Conflicts:    2509000 | #Constraints:      44658
2257.53/2264.48	c #Conflicts:    2510000 | #Constraints:      45658
2257.53/2264.48	c #Conflicts:    2511000 | #Constraints:      46658
2257.53/2264.48	c #Conflicts:    2512000 | #Constraints:      47658
2257.53/2264.48	c #Conflicts:    2513000 | #Constraints:      48658
2257.53/2264.48	c #Conflicts:    2514000 | #Constraints:      49658
2257.53/2264.48	c #Conflicts:    2515000 | #Constraints:      50658
2257.53/2264.48	c #Conflicts:    2516000 | #Constraints:      51658
2257.53/2264.48	c #Conflicts:    2517000 | #Constraints:      52658
2257.53/2264.48	c #Conflicts:    2518000 | #Constraints:      53658
2257.53/2264.48	c #Conflicts:    2519000 | #Constraints:      54658
2257.53/2264.48	c #Conflicts:    2520000 | #Constraints:      55658
2257.53/2264.48	c #Conflicts:    2521000 | #Constraints:      56658
2257.53/2264.48	c #Conflicts:    2522000 | #Constraints:      57658
2257.53/2264.48	c #Conflicts:    2523000 | #Constraints:      58658
2257.53/2264.48	c #Conflicts:    2524000 | #Constraints:      59658
2257.53/2264.48	c #Conflicts:    2525000 | #Constraints:      60658
2257.53/2264.48	c #Conflicts:    2526000 | #Constraints:      61658
2257.53/2264.48	c #Conflicts:    2527000 | #Constraints:      62658
2257.53/2264.48	c #Conflicts:    2528000 | #Constraints:      63658
2257.53/2264.48	c #Conflicts:    2529000 | #Constraints:      64658
2257.53/2264.48	c #Conflicts:    2530000 | #Constraints:      65658
2257.53/2264.48	c #Conflicts:    2531000 | #Constraints:      66658
2257.53/2264.48	c #Conflicts:    2532000 | #Constraints:      67658
2257.53/2264.48	c #Conflicts:    2533000 | #Constraints:      68658
2257.53/2264.48	c #Conflicts:    2534000 | #Constraints:      69658
2257.53/2264.48	c #Conflicts:    2535000 | #Constraints:      70658
2257.53/2264.48	c INPROCESSING
2257.53/2264.48	c GARBAGE COLLECT
2257.53/2264.48	c rational objective 1002
2293.83/2300.86	c #Conflicts:    2536000 | #Constraints:      39857
2293.83/2300.86	c #Conflicts:    2537000 | #Constraints:      40921
2293.83/2300.86	c #Conflicts:    2538000 | #Constraints:      41974
2293.83/2300.86	c #Conflicts:    2539000 | #Constraints:      43015
2293.83/2300.86	c #Conflicts:    2540000 | #Constraints:      44064
2293.83/2300.86	c #Conflicts:    2541000 | #Constraints:      45111
2293.83/2300.86	c #Conflicts:    2542000 | #Constraints:      46137
2293.83/2300.86	c #Conflicts:    2543000 | #Constraints:      47159
2293.83/2300.86	c #Conflicts:    2544000 | #Constraints:      48185
2293.83/2300.86	c #Conflicts:    2545000 | #Constraints:      49217
2293.83/2300.86	c #Conflicts:    2546000 | #Constraints:      50244
2293.83/2300.86	c #Conflicts:    2547000 | #Constraints:      51266
2293.83/2300.86	c #Conflicts:    2548000 | #Constraints:      52303
2293.83/2300.86	c #Conflicts:    2549000 | #Constraints:      53325
2293.83/2300.86	c #Conflicts:    2550000 | #Constraints:      54343
2293.83/2300.86	c #Conflicts:    2551000 | #Constraints:      55374
2293.83/2300.86	c #Conflicts:    2552000 | #Constraints:      56397
2293.83/2300.86	c #Conflicts:    2553000 | #Constraints:      57424
2293.83/2300.86	c #Conflicts:    2554000 | #Constraints:      58450
2293.83/2300.86	c #Conflicts:    2555000 | #Constraints:      59475
2293.83/2300.86	c #Conflicts:    2556000 | #Constraints:      60506
2293.83/2300.86	c #Conflicts:    2557000 | #Constraints:      61537
2293.83/2300.86	c #Conflicts:    2558000 | #Constraints:      62563
2293.83/2300.86	c #Conflicts:    2559000 | #Constraints:      63585
2293.83/2300.86	c #Conflicts:    2560000 | #Constraints:      64610
2293.83/2300.86	c #Conflicts:    2561000 | #Constraints:      65623
2293.83/2300.86	c #Conflicts:    2562000 | #Constraints:      66653
2293.83/2300.86	c #Conflicts:    2563000 | #Constraints:      67678
2293.83/2300.86	c #Conflicts:    2564000 | #Constraints:      68704
2293.83/2300.86	c #Conflicts:    2565000 | #Constraints:      69721
2293.83/2300.86	c #Conflicts:    2566000 | #Constraints:      70747
2293.83/2300.86	c #Conflicts:    2567000 | #Constraints:      71764
2293.83/2300.86	c INPROCESSING
2293.83/2300.86	c GARBAGE COLLECT
2293.83/2300.86	c rational objective 1002
2329.84/2336.97	c #Conflicts:    2568000 | #Constraints:      40309
2329.84/2336.97	c #Conflicts:    2569000 | #Constraints:      41309
2329.84/2336.97	c #Conflicts:    2570000 | #Constraints:      42309
2329.84/2336.97	c #Conflicts:    2571000 | #Constraints:      43309
2329.84/2336.97	c #Conflicts:    2572000 | #Constraints:      44309
2329.84/2336.97	c #Conflicts:    2573000 | #Constraints:      45309
2329.84/2336.97	c #Conflicts:    2574000 | #Constraints:      46309
2329.84/2336.97	c #Conflicts:    2575000 | #Constraints:      47309
2329.84/2336.97	c #Conflicts:    2576000 | #Constraints:      48309
2329.84/2336.97	c #Conflicts:    2577000 | #Constraints:      49309
2329.84/2336.97	c #Conflicts:    2578000 | #Constraints:      50309
2329.84/2336.97	c #Conflicts:    2579000 | #Constraints:      51309
2329.84/2336.97	c #Conflicts:    2580000 | #Constraints:      52309
2329.84/2336.97	c #Conflicts:    2581000 | #Constraints:      53309
2329.84/2336.97	c #Conflicts:    2582000 | #Constraints:      54309
2329.84/2336.97	c #Conflicts:    2583000 | #Constraints:      55309
2329.84/2336.97	c #Conflicts:    2584000 | #Constraints:      56309
2329.84/2336.97	c #Conflicts:    2585000 | #Constraints:      57309
2329.84/2336.97	c #Conflicts:    2586000 | #Constraints:      58309
2329.84/2336.97	c #Conflicts:    2587000 | #Constraints:      59309
2329.84/2336.97	c #Conflicts:    2588000 | #Constraints:      60309
2329.84/2336.97	c #Conflicts:    2589000 | #Constraints:      61309
2329.84/2336.97	c #Conflicts:    2590000 | #Constraints:      62309
2329.84/2336.97	c #Conflicts:    2591000 | #Constraints:      63309
2329.84/2336.97	c #Conflicts:    2592000 | #Constraints:      64309
2329.84/2336.97	c #Conflicts:    2593000 | #Constraints:      65309
2329.84/2336.97	c #Conflicts:    2594000 | #Constraints:      66309
2329.84/2336.97	c #Conflicts:    2595000 | #Constraints:      67309
2329.84/2336.97	c #Conflicts:    2596000 | #Constraints:      68309
2329.84/2336.97	c #Conflicts:    2597000 | #Constraints:      69309
2329.84/2336.97	c #Conflicts:    2598000 | #Constraints:      70309
2329.84/2336.97	c #Conflicts:    2599000 | #Constraints:      71309
2329.84/2336.97	c INPROCESSING
2329.84/2336.97	c GARBAGE COLLECT
2329.84/2336.97	c rational objective 1002
2367.23/2374.47	c #Conflicts:    2600000 | #Constraints:      40077
2367.23/2374.47	c #Conflicts:    2601000 | #Constraints:      41077
2367.23/2374.47	c #Conflicts:    2602000 | #Constraints:      42077
2367.23/2374.47	c #Conflicts:    2603000 | #Constraints:      43077
2367.23/2374.47	c #Conflicts:    2604000 | #Constraints:      44077
2367.23/2374.47	c #Conflicts:    2605000 | #Constraints:      45077
2367.23/2374.47	c #Conflicts:    2606000 | #Constraints:      46077
2367.23/2374.47	c #Conflicts:    2607000 | #Constraints:      47077
2367.23/2374.47	c #Conflicts:    2608000 | #Constraints:      48078
2367.23/2374.47	c #Conflicts:    2609000 | #Constraints:      49078
2367.23/2374.47	c #Conflicts:    2610000 | #Constraints:      50078
2367.23/2374.47	c #Conflicts:    2611000 | #Constraints:      51079
2367.23/2374.47	c #Conflicts:    2612000 | #Constraints:      52080
2367.23/2374.47	c #Conflicts:    2613000 | #Constraints:      53081
2367.23/2374.47	c #Conflicts:    2614000 | #Constraints:      54081
2367.23/2374.47	c #Conflicts:    2615000 | #Constraints:      55081
2367.23/2374.47	c #Conflicts:    2616000 | #Constraints:      56082
2367.23/2374.47	c #Conflicts:    2617000 | #Constraints:      57083
2367.23/2374.47	c #Conflicts:    2618000 | #Constraints:      58083
2367.23/2374.47	c #Conflicts:    2619000 | #Constraints:      59084
2367.23/2374.47	c #Conflicts:    2620000 | #Constraints:      60084
2367.23/2374.47	c #Conflicts:    2621000 | #Constraints:      61085
2367.23/2374.47	c #Conflicts:    2622000 | #Constraints:      62085
2367.23/2374.47	c #Conflicts:    2623000 | #Constraints:      63085
2367.23/2374.47	c #Conflicts:    2624000 | #Constraints:      64085
2367.23/2374.47	c #Conflicts:    2625000 | #Constraints:      65086
2367.23/2374.47	c #Conflicts:    2626000 | #Constraints:      66086
2367.23/2374.47	c #Conflicts:    2627000 | #Constraints:      67087
2367.23/2374.47	c #Conflicts:    2628000 | #Constraints:      68087
2367.23/2374.47	c #Conflicts:    2629000 | #Constraints:      69087
2367.23/2374.47	c #Conflicts:    2630000 | #Constraints:      70087
2367.23/2374.47	c #Conflicts:    2631000 | #Constraints:      71087
2367.23/2374.47	c INPROCESSING
2367.23/2374.47	c GARBAGE COLLECT
2367.23/2374.47	c rational objective 1002
2396.77/2404.11	c #Conflicts:    2632000 | #Constraints:      39790
2396.77/2404.11	c #Conflicts:    2633000 | #Constraints:      40795
2396.77/2404.11	c #Conflicts:    2634000 | #Constraints:      41875
2396.77/2404.11	c #Conflicts:    2635000 | #Constraints:      42940
2396.77/2404.11	c #Conflicts:    2636000 | #Constraints:      43972
2396.77/2404.11	c #Conflicts:    2637000 | #Constraints:      45009
2396.77/2404.11	c #Conflicts:    2638000 | #Constraints:      46038
2396.77/2404.11	c #Conflicts:    2639000 | #Constraints:      47067
2396.77/2404.11	c #Conflicts:    2640000 | #Constraints:      48098
2396.77/2404.11	c #Conflicts:    2641000 | #Constraints:      49126
2396.77/2404.11	c #Conflicts:    2642000 | #Constraints:      50161
2396.77/2404.11	c #Conflicts:    2643000 | #Constraints:      51196
2396.77/2404.11	c #Conflicts:    2644000 | #Constraints:      52224
2396.77/2404.11	c #Conflicts:    2645000 | #Constraints:      53250
2396.77/2404.11	c #Conflicts:    2646000 | #Constraints:      54276
2396.77/2404.11	c #Conflicts:    2647000 | #Constraints:      55294
2396.77/2404.11	c #Conflicts:    2648000 | #Constraints:      56311
2396.77/2404.11	c #Conflicts:    2649000 | #Constraints:      57349
2396.77/2404.11	c #Conflicts:    2650000 | #Constraints:      58376
2396.77/2404.11	c #Conflicts:    2651000 | #Constraints:      59409
2396.77/2404.11	c #Conflicts:    2652000 | #Constraints:      60432
2396.77/2404.11	c #Conflicts:    2653000 | #Constraints:      61459
2396.77/2404.11	c #Conflicts:    2654000 | #Constraints:      62490
2396.77/2404.11	c #Conflicts:    2655000 | #Constraints:      63513
2396.77/2404.11	c #Conflicts:    2656000 | #Constraints:      64540
2396.77/2404.11	c #Conflicts:    2657000 | #Constraints:      65577
2396.77/2404.11	c #Conflicts:    2658000 | #Constraints:      66615
2396.77/2404.11	c #Conflicts:    2659000 | #Constraints:      67647
2396.77/2404.11	c #Conflicts:    2660000 | #Constraints:      68685
2396.77/2404.11	c #Conflicts:    2661000 | #Constraints:      69702
2396.77/2404.11	c #Conflicts:    2662000 | #Constraints:      70732
2396.77/2404.11	c #Conflicts:    2663000 | #Constraints:      71757
2396.77/2404.11	c #Conflicts:    2664000 | #Constraints:      72774
2396.77/2404.11	c INPROCESSING
2396.77/2404.11	c GARBAGE COLLECT
2396.77/2404.11	c rational objective 1002
2432.96/2440.34	c #Conflicts:    2665000 | #Constraints:      40732
2432.96/2440.34	c #Conflicts:    2666000 | #Constraints:      41732
2432.96/2440.34	c #Conflicts:    2667000 | #Constraints:      42732
2432.96/2440.34	c #Conflicts:    2668000 | #Constraints:      43732
2432.96/2440.34	c #Conflicts:    2669000 | #Constraints:      44732
2432.96/2440.34	c #Conflicts:    2670000 | #Constraints:      45732
2432.96/2440.34	c #Conflicts:    2671000 | #Constraints:      46732
2432.96/2440.34	c #Conflicts:    2672000 | #Constraints:      47732
2432.96/2440.34	c #Conflicts:    2673000 | #Constraints:      48732
2432.96/2440.34	c #Conflicts:    2674000 | #Constraints:      49732
2432.96/2440.34	c #Conflicts:    2675000 | #Constraints:      50732
2432.96/2440.34	c #Conflicts:    2676000 | #Constraints:      51732
2432.96/2440.34	c #Conflicts:    2677000 | #Constraints:      52732
2432.96/2440.34	c #Conflicts:    2678000 | #Constraints:      53732
2432.96/2440.34	c #Conflicts:    2679000 | #Constraints:      54732
2432.96/2440.34	c #Conflicts:    2680000 | #Constraints:      55732
2432.96/2440.34	c #Conflicts:    2681000 | #Constraints:      56732
2432.96/2440.34	c #Conflicts:    2682000 | #Constraints:      57732
2432.96/2440.34	c #Conflicts:    2683000 | #Constraints:      58732
2432.96/2440.34	c #Conflicts:    2684000 | #Constraints:      59732
2432.96/2440.34	c #Conflicts:    2685000 | #Constraints:      60732
2432.96/2440.34	c #Conflicts:    2686000 | #Constraints:      61732
2432.96/2440.34	c #Conflicts:    2687000 | #Constraints:      62732
2432.96/2440.34	c #Conflicts:    2688000 | #Constraints:      63732
2432.96/2440.34	c #Conflicts:    2689000 | #Constraints:      64732
2432.96/2440.34	c #Conflicts:    2690000 | #Constraints:      65732
2432.96/2440.34	c #Conflicts:    2691000 | #Constraints:      66732
2432.96/2440.34	c #Conflicts:    2692000 | #Constraints:      67732
2432.96/2440.34	c #Conflicts:    2693000 | #Constraints:      68732
2432.96/2440.34	c #Conflicts:    2694000 | #Constraints:      69732
2432.96/2440.34	c #Conflicts:    2695000 | #Constraints:      70732
2432.96/2440.34	c #Conflicts:    2696000 | #Constraints:      71732
2432.96/2440.34	c #Conflicts:    2697000 | #Constraints:      72732
2432.96/2440.34	c INPROCESSING
2432.96/2440.34	c GARBAGE COLLECT
2432.96/2440.34	c rational objective 1002
2471.25/2478.79	c #Conflicts:    2698000 | #Constraints:      40887
2471.25/2478.79	c #Conflicts:    2699000 | #Constraints:      41928
2471.25/2478.79	c #Conflicts:    2700000 | #Constraints:      42990
2471.25/2478.79	c #Conflicts:    2701000 | #Constraints:      44045
2471.25/2478.79	c #Conflicts:    2702000 | #Constraints:      45079
2471.25/2478.79	c #Conflicts:    2703000 | #Constraints:      46118
2471.25/2478.79	c #Conflicts:    2704000 | #Constraints:      47157
2471.25/2478.79	c #Conflicts:    2705000 | #Constraints:      48190
2471.25/2478.79	c #Conflicts:    2706000 | #Constraints:      49230
2471.25/2478.79	c #Conflicts:    2707000 | #Constraints:      50269
2471.25/2478.79	c #Conflicts:    2708000 | #Constraints:      51290
2471.25/2478.79	c #Conflicts:    2709000 | #Constraints:      52321
2471.25/2478.79	c #Conflicts:    2710000 | #Constraints:      53354
2471.25/2478.79	c #Conflicts:    2711000 | #Constraints:      54375
2471.25/2478.79	c #Conflicts:    2712000 | #Constraints:      55403
2471.25/2478.79	c #Conflicts:    2713000 | #Constraints:      56433
2471.25/2478.79	c #Conflicts:    2714000 | #Constraints:      57452
2471.25/2478.79	c #Conflicts:    2715000 | #Constraints:      58493
2471.25/2478.79	c #Conflicts:    2716000 | #Constraints:      59529
2471.25/2478.79	c #Conflicts:    2717000 | #Constraints:      60557
2471.25/2478.79	c #Conflicts:    2718000 | #Constraints:      61580
2471.25/2478.79	c #Conflicts:    2719000 | #Constraints:      62598
2471.25/2478.79	c #Conflicts:    2720000 | #Constraints:      63622
2471.25/2478.79	c #Conflicts:    2721000 | #Constraints:      64649
2471.25/2478.79	c #Conflicts:    2722000 | #Constraints:      65682
2471.25/2478.79	c #Conflicts:    2723000 | #Constraints:      66707
2471.25/2478.79	c #Conflicts:    2724000 | #Constraints:      67726
2471.25/2478.79	c #Conflicts:    2725000 | #Constraints:      68753
2471.25/2478.79	c #Conflicts:    2726000 | #Constraints:      69778
2471.25/2478.79	c #Conflicts:    2727000 | #Constraints:      70805
2471.25/2478.79	c #Conflicts:    2728000 | #Constraints:      71826
2471.25/2478.79	c #Conflicts:    2729000 | #Constraints:      72858
2471.25/2478.79	c #Conflicts:    2730000 | #Constraints:      73873
2471.25/2478.79	c INPROCESSING
2471.25/2478.79	c GARBAGE COLLECT
2471.25/2478.79	c rational objective 1002
2510.64/2518.21	c #Conflicts:    2731000 | #Constraints:      41385
2510.64/2518.21	c #Conflicts:    2732000 | #Constraints:      42385
2510.64/2518.21	c #Conflicts:    2733000 | #Constraints:      43385
2510.64/2518.21	c #Conflicts:    2734000 | #Constraints:      44385
2510.64/2518.21	c #Conflicts:    2735000 | #Constraints:      45385
2510.64/2518.21	c #Conflicts:    2736000 | #Constraints:      46385
2510.64/2518.21	c #Conflicts:    2737000 | #Constraints:      47385
2510.64/2518.21	c #Conflicts:    2738000 | #Constraints:      48385
2510.64/2518.21	c #Conflicts:    2739000 | #Constraints:      49385
2510.64/2518.21	c #Conflicts:    2740000 | #Constraints:      50385
2510.64/2518.21	c #Conflicts:    2741000 | #Constraints:      51385
2510.64/2518.21	c #Conflicts:    2742000 | #Constraints:      52385
2510.64/2518.21	c #Conflicts:    2743000 | #Constraints:      53385
2510.64/2518.21	c #Conflicts:    2744000 | #Constraints:      54385
2510.64/2518.21	c #Conflicts:    2745000 | #Constraints:      55385
2510.64/2518.21	c #Conflicts:    2746000 | #Constraints:      56385
2510.64/2518.21	c #Conflicts:    2747000 | #Constraints:      57385
2510.64/2518.21	c #Conflicts:    2748000 | #Constraints:      58385
2510.64/2518.21	c #Conflicts:    2749000 | #Constraints:      59385
2510.64/2518.21	c #Conflicts:    2750000 | #Constraints:      60385
2510.64/2518.21	c #Conflicts:    2751000 | #Constraints:      61385
2510.64/2518.21	c #Conflicts:    2752000 | #Constraints:      62385
2510.64/2518.21	c #Conflicts:    2753000 | #Constraints:      63385
2510.64/2518.21	c #Conflicts:    2754000 | #Constraints:      64385
2510.64/2518.21	c #Conflicts:    2755000 | #Constraints:      65385
2510.64/2518.21	c #Conflicts:    2756000 | #Constraints:      66385
2510.64/2518.21	c #Conflicts:    2757000 | #Constraints:      67385
2510.64/2518.21	c #Conflicts:    2758000 | #Constraints:      68385
2510.64/2518.21	c #Conflicts:    2759000 | #Constraints:      69385
2510.64/2518.21	c #Conflicts:    2760000 | #Constraints:      70385
2510.64/2518.21	c #Conflicts:    2761000 | #Constraints:      71385
2510.64/2518.21	c #Conflicts:    2762000 | #Constraints:      72385
2510.64/2518.21	c #Conflicts:    2763000 | #Constraints:      73385
2510.64/2518.21	c INPROCESSING
2510.64/2518.21	c GARBAGE COLLECT
2510.64/2518.21	c rational objective 1002
2549.23/2556.99	c #Conflicts:    2764000 | #Constraints:      41126
2549.23/2556.99	c #Conflicts:    2765000 | #Constraints:      42126
2549.23/2556.99	c #Conflicts:    2766000 | #Constraints:      43126
2549.23/2556.99	c #Conflicts:    2767000 | #Constraints:      44126
2549.23/2556.99	c #Conflicts:    2768000 | #Constraints:      45126
2549.23/2556.99	c #Conflicts:    2769000 | #Constraints:      46126
2549.23/2556.99	c #Conflicts:    2770000 | #Constraints:      47126
2549.23/2556.99	c #Conflicts:    2771000 | #Constraints:      48126
2549.23/2556.99	c #Conflicts:    2772000 | #Constraints:      49126
2549.23/2556.99	c #Conflicts:    2773000 | #Constraints:      50126
2549.23/2556.99	c #Conflicts:    2774000 | #Constraints:      51126
2549.23/2556.99	c #Conflicts:    2775000 | #Constraints:      52126
2549.23/2556.99	c #Conflicts:    2776000 | #Constraints:      53126
2549.23/2556.99	c #Conflicts:    2777000 | #Constraints:      54126
2549.23/2556.99	c #Conflicts:    2778000 | #Constraints:      55126
2549.23/2556.99	c #Conflicts:    2779000 | #Constraints:      56126
2549.23/2556.99	c #Conflicts:    2780000 | #Constraints:      57126
2549.23/2556.99	c #Conflicts:    2781000 | #Constraints:      58126
2549.23/2556.99	c #Conflicts:    2782000 | #Constraints:      59126
2549.23/2556.99	c #Conflicts:    2783000 | #Constraints:      60127
2549.23/2556.99	c #Conflicts:    2784000 | #Constraints:      61127
2549.23/2556.99	c #Conflicts:    2785000 | #Constraints:      62128
2549.23/2556.99	c #Conflicts:    2786000 | #Constraints:      63129
2549.23/2556.99	c #Conflicts:    2787000 | #Constraints:      64130
2549.23/2556.99	c #Conflicts:    2788000 | #Constraints:      65130
2549.23/2556.99	c #Conflicts:    2789000 | #Constraints:      66131
2549.23/2556.99	c #Conflicts:    2790000 | #Constraints:      67133
2549.23/2556.99	c #Conflicts:    2791000 | #Constraints:      68134
2549.23/2556.99	c #Conflicts:    2792000 | #Constraints:      69135
2549.23/2556.99	c #Conflicts:    2793000 | #Constraints:      70135
2549.23/2556.99	c #Conflicts:    2794000 | #Constraints:      71137
2549.23/2556.99	c #Conflicts:    2795000 | #Constraints:      72137
2549.23/2556.99	c #Conflicts:    2796000 | #Constraints:      73137
2549.23/2556.99	c INPROCESSING
2549.23/2556.99	c GARBAGE COLLECT
2549.23/2556.99	c rational objective 1002
2593.41/2601.25	c #Conflicts:    2797000 | #Constraints:      40800
2593.41/2601.25	c #Conflicts:    2798000 | #Constraints:      41800
2593.41/2601.25	c #Conflicts:    2799000 | #Constraints:      42801
2593.41/2601.25	c #Conflicts:    2800000 | #Constraints:      43811
2593.41/2601.25	c #Conflicts:    2801000 | #Constraints:      44816
2593.41/2601.25	c #Conflicts:    2802000 | #Constraints:      45843
2593.41/2601.25	c #Conflicts:    2803000 | #Constraints:      46902
2593.41/2601.25	c #Conflicts:    2804000 | #Constraints:      47947
2593.41/2601.25	c #Conflicts:    2805000 | #Constraints:      48982
2593.41/2601.25	c #Conflicts:    2806000 | #Constraints:      50014
2593.41/2601.25	c #Conflicts:    2807000 | #Constraints:      51050
2593.41/2601.25	c #Conflicts:    2808000 | #Constraints:      52080
2593.41/2601.25	c #Conflicts:    2809000 | #Constraints:      53119
2593.41/2601.25	c #Conflicts:    2810000 | #Constraints:      54172
2593.41/2601.25	c #Conflicts:    2811000 | #Constraints:      55213
2593.41/2601.25	c #Conflicts:    2812000 | #Constraints:      56246
2593.41/2601.25	c #Conflicts:    2813000 | #Constraints:      57275
2593.41/2601.25	c #Conflicts:    2814000 | #Constraints:      58300
2593.41/2601.25	c #Conflicts:    2815000 | #Constraints:      59327
2593.41/2601.25	c #Conflicts:    2816000 | #Constraints:      60356
2593.41/2601.25	c #Conflicts:    2817000 | #Constraints:      61396
2593.41/2601.25	c #Conflicts:    2818000 | #Constraints:      62428
2593.41/2601.25	c #Conflicts:    2819000 | #Constraints:      63459
2593.41/2601.25	c #Conflicts:    2820000 | #Constraints:      64504
2593.41/2601.25	c #Conflicts:    2821000 | #Constraints:      65540
2593.41/2601.25	c #Conflicts:    2822000 | #Constraints:      66567
2593.41/2601.25	c #Conflicts:    2823000 | #Constraints:      67597
2593.41/2601.25	c #Conflicts:    2824000 | #Constraints:      68628
2593.41/2601.25	c #Conflicts:    2825000 | #Constraints:      69646
2593.41/2601.25	c #Conflicts:    2826000 | #Constraints:      70664
2593.41/2601.25	c #Conflicts:    2827000 | #Constraints:      71685
2593.41/2601.25	c #Conflicts:    2828000 | #Constraints:      72716
2593.41/2601.25	c #Conflicts:    2829000 | #Constraints:      73742
2593.41/2601.25	c #Conflicts:    2830000 | #Constraints:      74763
2593.41/2601.25	c INPROCESSING
2593.41/2601.25	c GARBAGE COLLECT
2593.41/2601.25	c rational objective 1002
2633.59/2641.53	c #Conflicts:    2831000 | #Constraints:      41747
2633.59/2641.53	c #Conflicts:    2832000 | #Constraints:      42747
2633.59/2641.53	c #Conflicts:    2833000 | #Constraints:      43747
2633.59/2641.53	c #Conflicts:    2834000 | #Constraints:      44747
2633.59/2641.53	c #Conflicts:    2835000 | #Constraints:      45747
2633.59/2641.53	c #Conflicts:    2836000 | #Constraints:      46748
2633.59/2641.53	c #Conflicts:    2837000 | #Constraints:      47748
2633.59/2641.53	c #Conflicts:    2838000 | #Constraints:      48751
2633.59/2641.53	c #Conflicts:    2839000 | #Constraints:      49752
2633.59/2641.53	c #Conflicts:    2840000 | #Constraints:      50752
2633.59/2641.53	c #Conflicts:    2841000 | #Constraints:      51753
2633.59/2641.53	c #Conflicts:    2842000 | #Constraints:      52753
2633.59/2641.53	c #Conflicts:    2843000 | #Constraints:      53754
2633.59/2641.53	c #Conflicts:    2844000 | #Constraints:      54754
2633.59/2641.53	c #Conflicts:    2845000 | #Constraints:      55755
2633.59/2641.53	c #Conflicts:    2846000 | #Constraints:      56756
2633.59/2641.53	c #Conflicts:    2847000 | #Constraints:      57756
2633.59/2641.53	c #Conflicts:    2848000 | #Constraints:      58757
2633.59/2641.53	c #Conflicts:    2849000 | #Constraints:      59758
2633.59/2641.53	c #Conflicts:    2850000 | #Constraints:      60759
2633.59/2641.53	c #Conflicts:    2851000 | #Constraints:      61760
2633.59/2641.53	c #Conflicts:    2852000 | #Constraints:      62760
2633.59/2641.53	c #Conflicts:    2853000 | #Constraints:      63760
2633.59/2641.53	c #Conflicts:    2854000 | #Constraints:      64760
2633.59/2641.53	c #Conflicts:    2855000 | #Constraints:      65760
2633.59/2641.53	c #Conflicts:    2856000 | #Constraints:      66761
2633.59/2641.53	c #Conflicts:    2857000 | #Constraints:      67762
2633.59/2641.53	c #Conflicts:    2858000 | #Constraints:      68763
2633.59/2641.53	c #Conflicts:    2859000 | #Constraints:      69763
2633.59/2641.53	c #Conflicts:    2860000 | #Constraints:      70763
2633.59/2641.53	c #Conflicts:    2861000 | #Constraints:      71764
2633.59/2641.53	c #Conflicts:    2862000 | #Constraints:      72764
2633.59/2641.53	c #Conflicts:    2863000 | #Constraints:      73766
2633.59/2641.53	c #Conflicts:    2864000 | #Constraints:      74766
2633.59/2641.53	c INPROCESSING
2633.59/2641.53	c GARBAGE COLLECT
2633.59/2641.53	c rational objective 1002
2681.36/2689.45	c #Conflicts:    2865000 | #Constraints:      41900
2681.36/2689.45	c #Conflicts:    2866000 | #Constraints:      42900
2681.36/2689.45	c #Conflicts:    2867000 | #Constraints:      43900
2681.36/2689.45	c #Conflicts:    2868000 | #Constraints:      44900
2681.36/2689.45	c #Conflicts:    2869000 | #Constraints:      45900
2681.36/2689.45	c #Conflicts:    2870000 | #Constraints:      46900
2681.36/2689.45	c #Conflicts:    2871000 | #Constraints:      47900
2681.36/2689.45	c #Conflicts:    2872000 | #Constraints:      48930
2681.36/2689.45	c #Conflicts:    2873000 | #Constraints:      50010
2681.36/2689.45	c #Conflicts:    2874000 | #Constraints:      51084
2681.36/2689.45	c #Conflicts:    2875000 | #Constraints:      52128
2681.36/2689.45	c #Conflicts:    2876000 | #Constraints:      53169
2681.36/2689.45	c #Conflicts:    2877000 | #Constraints:      54201
2681.36/2689.45	c #Conflicts:    2878000 | #Constraints:      55238
2681.36/2689.45	c #Conflicts:    2879000 | #Constraints:      56258
2681.36/2689.45	c #Conflicts:    2880000 | #Constraints:      57283
2681.36/2689.45	c #Conflicts:    2881000 | #Constraints:      58308
2681.36/2689.45	c #Conflicts:    2882000 | #Constraints:      59335
2681.36/2689.45	c #Conflicts:    2883000 | #Constraints:      60369
2681.36/2689.45	c #Conflicts:    2884000 | #Constraints:      61402
2681.36/2689.45	c #Conflicts:    2885000 | #Constraints:      62425
2681.36/2689.45	c #Conflicts:    2886000 | #Constraints:      63453
2681.36/2689.45	c #Conflicts:    2887000 | #Constraints:      64473
2681.36/2689.45	c #Conflicts:    2888000 | #Constraints:      65507
2681.36/2689.45	c #Conflicts:    2889000 | #Constraints:      66529
2681.36/2689.45	c #Conflicts:    2890000 | #Constraints:      67550
2681.36/2689.45	c #Conflicts:    2891000 | #Constraints:      68584
2681.36/2689.45	c #Conflicts:    2892000 | #Constraints:      69602
2681.36/2689.45	c #Conflicts:    2893000 | #Constraints:      70634
2681.36/2689.45	c #Conflicts:    2894000 | #Constraints:      71661
2681.36/2689.45	c #Conflicts:    2895000 | #Constraints:      72690
2681.36/2689.45	c #Conflicts:    2896000 | #Constraints:      73719
2681.36/2689.45	c #Conflicts:    2897000 | #Constraints:      74759
2681.36/2689.45	c #Conflicts:    2898000 | #Constraints:      75781
2681.36/2689.45	c INPROCESSING
2681.36/2689.45	c GARBAGE COLLECT
2681.36/2689.45	c rational objective 1002
2719.16/2727.33	c #Conflicts:    2899000 | #Constraints:      42305
2719.16/2727.33	c #Conflicts:    2900000 | #Constraints:      43305
2719.16/2727.33	c #Conflicts:    2901000 | #Constraints:      44305
2719.16/2727.33	c #Conflicts:    2902000 | #Constraints:      45305
2719.16/2727.33	c #Conflicts:    2903000 | #Constraints:      46305
2719.16/2727.33	c #Conflicts:    2904000 | #Constraints:      47305
2719.16/2727.33	c #Conflicts:    2905000 | #Constraints:      48305
2719.16/2727.33	c #Conflicts:    2906000 | #Constraints:      49305
2719.16/2727.33	c #Conflicts:    2907000 | #Constraints:      50305
2719.16/2727.33	c #Conflicts:    2908000 | #Constraints:      51305
2719.16/2727.33	c #Conflicts:    2909000 | #Constraints:      52305
2719.16/2727.33	c #Conflicts:    2910000 | #Constraints:      53305
2719.16/2727.33	c #Conflicts:    2911000 | #Constraints:      54305
2719.16/2727.33	c #Conflicts:    2912000 | #Constraints:      55305
2719.16/2727.33	c #Conflicts:    2913000 | #Constraints:      56305
2719.16/2727.33	c #Conflicts:    2914000 | #Constraints:      57305
2719.16/2727.33	c #Conflicts:    2915000 | #Constraints:      58305
2719.16/2727.33	c #Conflicts:    2916000 | #Constraints:      59305
2719.16/2727.33	c #Conflicts:    2917000 | #Constraints:      60305
2719.16/2727.33	c #Conflicts:    2918000 | #Constraints:      61305
2719.16/2727.33	c #Conflicts:    2919000 | #Constraints:      62305
2719.16/2727.33	c #Conflicts:    2920000 | #Constraints:      63305
2719.16/2727.33	c #Conflicts:    2921000 | #Constraints:      64305
2719.16/2727.33	c #Conflicts:    2922000 | #Constraints:      65305
2719.16/2727.33	c #Conflicts:    2923000 | #Constraints:      66305
2719.16/2727.33	c #Conflicts:    2924000 | #Constraints:      67305
2719.16/2727.33	c #Conflicts:    2925000 | #Constraints:      68305
2719.16/2727.33	c #Conflicts:    2926000 | #Constraints:      69305
2719.16/2727.33	c #Conflicts:    2927000 | #Constraints:      70305
2719.16/2727.33	c #Conflicts:    2928000 | #Constraints:      71305
2719.16/2727.33	c #Conflicts:    2929000 | #Constraints:      72305
2719.16/2727.33	c #Conflicts:    2930000 | #Constraints:      73305
2719.16/2727.33	c #Conflicts:    2931000 | #Constraints:      74305
2719.16/2727.33	c #Conflicts:    2932000 | #Constraints:      75305
2719.16/2727.33	c INPROCESSING
2719.16/2727.33	c GARBAGE COLLECT
2719.16/2727.33	c rational objective 1002
2759.94/2768.25	c #Conflicts:    2933000 | #Constraints:      42115
2759.94/2768.25	c #Conflicts:    2934000 | #Constraints:      43115
2759.94/2768.25	c #Conflicts:    2935000 | #Constraints:      44115
2759.94/2768.25	c #Conflicts:    2936000 | #Constraints:      45115
2759.94/2768.25	c #Conflicts:    2937000 | #Constraints:      46115
2759.94/2768.25	c #Conflicts:    2938000 | #Constraints:      47115
2759.94/2768.25	c #Conflicts:    2939000 | #Constraints:      48115
2759.94/2768.25	c #Conflicts:    2940000 | #Constraints:      49115
2759.94/2768.25	c #Conflicts:    2941000 | #Constraints:      50115
2759.94/2768.25	c #Conflicts:    2942000 | #Constraints:      51115
2759.94/2768.25	c #Conflicts:    2943000 | #Constraints:      52115
2759.94/2768.25	c #Conflicts:    2944000 | #Constraints:      53115
2759.94/2768.25	c #Conflicts:    2945000 | #Constraints:      54115
2759.94/2768.25	c #Conflicts:    2946000 | #Constraints:      55116
2759.94/2768.25	c #Conflicts:    2947000 | #Constraints:      56117
2759.94/2768.25	c #Conflicts:    2948000 | #Constraints:      57117
2759.94/2768.25	c #Conflicts:    2949000 | #Constraints:      58117
2759.94/2768.25	c #Conflicts:    2950000 | #Constraints:      59117
2759.94/2768.25	c #Conflicts:    2951000 | #Constraints:      60117
2759.94/2768.25	c #Conflicts:    2952000 | #Constraints:      61117
2759.94/2768.25	c #Conflicts:    2953000 | #Constraints:      62117
2759.94/2768.25	c #Conflicts:    2954000 | #Constraints:      63118
2759.94/2768.25	c #Conflicts:    2955000 | #Constraints:      64118
2759.94/2768.25	c #Conflicts:    2956000 | #Constraints:      65118
2759.94/2768.25	c #Conflicts:    2957000 | #Constraints:      66118
2759.94/2768.25	c #Conflicts:    2958000 | #Constraints:      67118
2759.94/2768.25	c #Conflicts:    2959000 | #Constraints:      68118
2759.94/2768.25	c #Conflicts:    2960000 | #Constraints:      69118
2759.94/2768.25	c #Conflicts:    2961000 | #Constraints:      70118
2759.94/2768.25	c #Conflicts:    2962000 | #Constraints:      71118
2759.94/2768.25	c #Conflicts:    2963000 | #Constraints:      72118
2759.94/2768.25	c #Conflicts:    2964000 | #Constraints:      73118
2759.94/2768.25	c #Conflicts:    2965000 | #Constraints:      74118
2759.94/2768.25	c #Conflicts:    2966000 | #Constraints:      75120
2759.94/2768.25	c INPROCESSING
2759.94/2768.25	c GARBAGE COLLECT
2759.94/2768.25	c rational objective 1002
2799.75/2808.17	c #Conflicts:    2967000 | #Constraints:      41798
2799.75/2808.17	c #Conflicts:    2968000 | #Constraints:      42798
2799.75/2808.17	c #Conflicts:    2969000 | #Constraints:      43801
2799.75/2808.17	c #Conflicts:    2970000 | #Constraints:      44826
2799.75/2808.17	c #Conflicts:    2971000 | #Constraints:      45867
2799.75/2808.17	c #Conflicts:    2972000 | #Constraints:      46897
2799.75/2808.17	c #Conflicts:    2973000 | #Constraints:      47918
2799.75/2808.17	c #Conflicts:    2974000 | #Constraints:      48933
2799.75/2808.17	c #Conflicts:    2975000 | #Constraints:      49963
2799.75/2808.17	c #Conflicts:    2976000 | #Constraints:      50982
2799.75/2808.17	c #Conflicts:    2977000 | #Constraints:      52003
2799.75/2808.17	c #Conflicts:    2978000 | #Constraints:      53019
2799.75/2808.17	c #Conflicts:    2979000 | #Constraints:      54032
2799.75/2808.17	c #Conflicts:    2980000 | #Constraints:      55042
2799.75/2808.17	c #Conflicts:    2981000 | #Constraints:      56056
2799.75/2808.17	c #Conflicts:    2982000 | #Constraints:      57075
2799.75/2808.17	c #Conflicts:    2983000 | #Constraints:      58113
2799.75/2808.17	c #Conflicts:    2984000 | #Constraints:      59133
2799.75/2808.17	c #Conflicts:    2985000 | #Constraints:      60162
2799.75/2808.17	c #Conflicts:    2986000 | #Constraints:      61187
2799.75/2808.17	c #Conflicts:    2987000 | #Constraints:      62204
2799.75/2808.17	c #Conflicts:    2988000 | #Constraints:      63235
2799.75/2808.17	c #Conflicts:    2989000 | #Constraints:      64265
2799.75/2808.17	c #Conflicts:    2990000 | #Constraints:      65286
2799.75/2808.17	c #Conflicts:    2991000 | #Constraints:      66304
2799.75/2808.17	c #Conflicts:    2992000 | #Constraints:      67319
2799.75/2808.17	c #Conflicts:    2993000 | #Constraints:      68337
2799.75/2808.17	c #Conflicts:    2994000 | #Constraints:      69351
2799.75/2808.17	c #Conflicts:    2995000 | #Constraints:      70379
2799.75/2808.17	c #Conflicts:    2996000 | #Constraints:      71398
2799.75/2808.17	c #Conflicts:    2997000 | #Constraints:      72420
2799.75/2808.17	c #Conflicts:    2998000 | #Constraints:      73446
2799.75/2808.17	c #Conflicts:    2999000 | #Constraints:      74461
2799.75/2808.17	c #Conflicts:    3000000 | #Constraints:      75486
2799.75/2808.17	c #Conflicts:    3001000 | #Constraints:      76507
2799.75/2808.17	c INPROCESSING
2799.75/2808.17	c GARBAGE COLLECT
2799.75/2808.17	c rational objective 1002
2837.74/2846.25	c #Conflicts:    3002000 | #Constraints:      42616
2837.74/2846.25	c #Conflicts:    3003000 | #Constraints:      43616
2837.74/2846.25	c #Conflicts:    3004000 | #Constraints:      44616
2837.74/2846.25	c #Conflicts:    3005000 | #Constraints:      45616
2837.74/2846.25	c #Conflicts:    3006000 | #Constraints:      46616
2837.74/2846.25	c #Conflicts:    3007000 | #Constraints:      47616
2837.74/2846.25	c #Conflicts:    3008000 | #Constraints:      48616
2837.74/2846.25	c #Conflicts:    3009000 | #Constraints:      49616
2837.74/2846.25	c #Conflicts:    3010000 | #Constraints:      50616
2837.74/2846.25	c #Conflicts:    3011000 | #Constraints:      51616
2837.74/2846.25	c #Conflicts:    3012000 | #Constraints:      52616
2837.74/2846.25	c #Conflicts:    3013000 | #Constraints:      53616
2837.74/2846.25	c #Conflicts:    3014000 | #Constraints:      54616
2837.74/2846.25	c #Conflicts:    3015000 | #Constraints:      55616
2837.74/2846.25	c #Conflicts:    3016000 | #Constraints:      56616
2837.74/2846.25	c #Conflicts:    3017000 | #Constraints:      57616
2837.74/2846.25	c #Conflicts:    3018000 | #Constraints:      58616
2837.74/2846.25	c #Conflicts:    3019000 | #Constraints:      59616
2837.74/2846.25	c #Conflicts:    3020000 | #Constraints:      60616
2837.74/2846.25	c #Conflicts:    3021000 | #Constraints:      61616
2837.74/2846.25	c #Conflicts:    3022000 | #Constraints:      62616
2837.74/2846.25	c #Conflicts:    3023000 | #Constraints:      63616
2837.74/2846.25	c #Conflicts:    3024000 | #Constraints:      64616
2837.74/2846.25	c #Conflicts:    3025000 | #Constraints:      65616
2837.74/2846.25	c #Conflicts:    3026000 | #Constraints:      66616
2837.74/2846.25	c #Conflicts:    3027000 | #Constraints:      67616
2837.74/2846.25	c #Conflicts:    3028000 | #Constraints:      68616
2837.74/2846.25	c #Conflicts:    3029000 | #Constraints:      69616
2837.74/2846.25	c #Conflicts:    3030000 | #Constraints:      70616
2837.74/2846.25	c #Conflicts:    3031000 | #Constraints:      71616
2837.74/2846.25	c #Conflicts:    3032000 | #Constraints:      72616
2837.74/2846.25	c #Conflicts:    3033000 | #Constraints:      73616
2837.74/2846.25	c #Conflicts:    3034000 | #Constraints:      74616
2837.74/2846.25	c #Conflicts:    3035000 | #Constraints:      75616
2837.74/2846.25	c #Conflicts:    3036000 | #Constraints:      76616
2837.74/2846.25	c INPROCESSING
2837.74/2846.25	c GARBAGE COLLECT
2837.74/2846.25	c rational objective 1002
2879.43/2888.06	c #Conflicts:    3037000 | #Constraints:      42838
2879.43/2888.06	c #Conflicts:    3038000 | #Constraints:      43838
2879.43/2888.06	c #Conflicts:    3039000 | #Constraints:      44838
2879.43/2888.06	c #Conflicts:    3040000 | #Constraints:      45838
2879.43/2888.06	c #Conflicts:    3041000 | #Constraints:      46838
2879.43/2888.06	c #Conflicts:    3042000 | #Constraints:      47838
2879.43/2888.06	c #Conflicts:    3043000 | #Constraints:      48838
2879.43/2888.06	c #Conflicts:    3044000 | #Constraints:      49838
2879.43/2888.06	c #Conflicts:    3045000 | #Constraints:      50838
2879.43/2888.06	c #Conflicts:    3046000 | #Constraints:      51838
2879.43/2888.06	c #Conflicts:    3047000 | #Constraints:      52838
2879.43/2888.06	c #Conflicts:    3048000 | #Constraints:      53838
2879.43/2888.06	c #Conflicts:    3049000 | #Constraints:      54838
2879.43/2888.06	c #Conflicts:    3050000 | #Constraints:      55838
2879.43/2888.06	c #Conflicts:    3051000 | #Constraints:      56838
2879.43/2888.06	c #Conflicts:    3052000 | #Constraints:      57838
2879.43/2888.06	c #Conflicts:    3053000 | #Constraints:      58838
2879.43/2888.06	c #Conflicts:    3054000 | #Constraints:      59838
2879.43/2888.06	c #Conflicts:    3055000 | #Constraints:      60838
2879.43/2888.06	c #Conflicts:    3056000 | #Constraints:      61838
2879.43/2888.06	c #Conflicts:    3057000 | #Constraints:      62838
2879.43/2888.06	c #Conflicts:    3058000 | #Constraints:      63838
2879.43/2888.06	c #Conflicts:    3059000 | #Constraints:      64838
2879.43/2888.06	c #Conflicts:    3060000 | #Constraints:      65838
2879.43/2888.06	c #Conflicts:    3061000 | #Constraints:      66838
2879.43/2888.06	c #Conflicts:    3062000 | #Constraints:      67838
2879.43/2888.06	c #Conflicts:    3063000 | #Constraints:      68838
2879.43/2888.06	c #Conflicts:    3064000 | #Constraints:      69838
2879.43/2888.06	c #Conflicts:    3065000 | #Constraints:      70838
2879.43/2888.06	c #Conflicts:    3066000 | #Constraints:      71838
2879.43/2888.06	c #Conflicts:    3067000 | #Constraints:      72838
2879.43/2888.06	c #Conflicts:    3068000 | #Constraints:      73838
2879.43/2888.06	c #Conflicts:    3069000 | #Constraints:      74838
2879.43/2888.06	c #Conflicts:    3070000 | #Constraints:      75838
2879.43/2888.06	c #Conflicts:    3071000 | #Constraints:      76838
2879.43/2888.06	c INPROCESSING
2879.43/2888.06	c GARBAGE COLLECT
2879.43/2888.06	c rational objective 1002
2921.80/2930.59	c #Conflicts:    3072000 | #Constraints:      42969
2921.80/2930.59	c #Conflicts:    3073000 | #Constraints:      43994
2921.80/2930.59	c #Conflicts:    3074000 | #Constraints:      45050
2921.80/2930.59	c #Conflicts:    3075000 | #Constraints:      46113
2921.80/2930.59	c #Conflicts:    3076000 | #Constraints:      47148
2921.80/2930.59	c #Conflicts:    3077000 | #Constraints:      48189
2921.80/2930.59	c #Conflicts:    3078000 | #Constraints:      49229
2921.80/2930.59	c #Conflicts:    3079000 | #Constraints:      50267
2921.80/2930.59	c #Conflicts:    3080000 | #Constraints:      51320
2921.80/2930.59	c #Conflicts:    3081000 | #Constraints:      52339
2921.80/2930.59	c #Conflicts:    3082000 | #Constraints:      53372
2921.80/2930.59	c #Conflicts:    3083000 | #Constraints:      54408
2921.80/2930.59	c #Conflicts:    3084000 | #Constraints:      55434
2921.80/2930.59	c #Conflicts:    3085000 | #Constraints:      56471
2921.80/2930.59	c #Conflicts:    3086000 | #Constraints:      57498
2921.80/2930.59	c #Conflicts:    3087000 | #Constraints:      58531
2921.80/2930.59	c #Conflicts:    3088000 | #Constraints:      59556
2921.80/2930.59	c #Conflicts:    3089000 | #Constraints:      60585
2921.80/2930.59	c #Conflicts:    3090000 | #Constraints:      61624
2921.80/2930.59	c #Conflicts:    3091000 | #Constraints:      62655
2921.80/2930.60	c #Conflicts:    3092000 | #Constraints:      63697
2921.80/2930.60	c #Conflicts:    3093000 | #Constraints:      64724
2921.80/2930.60	c #Conflicts:    3094000 | #Constraints:      65747
2921.80/2930.60	c #Conflicts:    3095000 | #Constraints:      66775
2921.80/2930.60	c #Conflicts:    3096000 | #Constraints:      67809
2921.80/2930.60	c #Conflicts:    3097000 | #Constraints:      68835
2921.80/2930.60	c #Conflicts:    3098000 | #Constraints:      69853
2921.80/2930.60	c #Conflicts:    3099000 | #Constraints:      70882
2921.80/2930.60	c #Conflicts:    3100000 | #Constraints:      71908
2921.80/2930.60	c #Conflicts:    3101000 | #Constraints:      72935
2921.80/2930.60	c #Conflicts:    3102000 | #Constraints:      73966
2921.80/2930.60	c #Conflicts:    3103000 | #Constraints:      75001
2921.80/2930.60	c #Conflicts:    3104000 | #Constraints:      76017
2921.80/2930.60	c #Conflicts:    3105000 | #Constraints:      77044
2921.80/2930.60	c #Conflicts:    3106000 | #Constraints:      78067
2921.80/2930.60	c INPROCESSING
2921.80/2930.60	c GARBAGE COLLECT
2921.80/2930.60	c rational objective 1002
2964.49/2973.36	c #Conflicts:    3107000 | #Constraints:      43375
2964.49/2973.36	c #Conflicts:    3108000 | #Constraints:      44375
2964.49/2973.36	c #Conflicts:    3109000 | #Constraints:      45375
2964.49/2973.36	c #Conflicts:    3110000 | #Constraints:      46375
2964.49/2973.36	c #Conflicts:    3111000 | #Constraints:      47375
2964.49/2973.36	c #Conflicts:    3112000 | #Constraints:      48375
2964.49/2973.36	c #Conflicts:    3113000 | #Constraints:      49375
2964.49/2973.36	c #Conflicts:    3114000 | #Constraints:      50375
2964.49/2973.36	c #Conflicts:    3115000 | #Constraints:      51375
2964.49/2973.36	c #Conflicts:    3116000 | #Constraints:      52375
2964.49/2973.36	c #Conflicts:    3117000 | #Constraints:      53375
2964.49/2973.36	c #Conflicts:    3118000 | #Constraints:      54375
2964.49/2973.36	c #Conflicts:    3119000 | #Constraints:      55375
2964.49/2973.36	c #Conflicts:    3120000 | #Constraints:      56375
2964.49/2973.36	c #Conflicts:    3121000 | #Constraints:      57375
2964.49/2973.36	c #Conflicts:    3122000 | #Constraints:      58375
2964.49/2973.36	c #Conflicts:    3123000 | #Constraints:      59375
2964.49/2973.36	c #Conflicts:    3124000 | #Constraints:      60375
2964.49/2973.36	c #Conflicts:    3125000 | #Constraints:      61375
2964.49/2973.36	c #Conflicts:    3126000 | #Constraints:      62375
2964.49/2973.36	c #Conflicts:    3127000 | #Constraints:      63375
2964.49/2973.36	c #Conflicts:    3128000 | #Constraints:      64375
2964.49/2973.36	c #Conflicts:    3129000 | #Constraints:      65375
2964.49/2973.36	c #Conflicts:    3130000 | #Constraints:      66375
2964.49/2973.36	c #Conflicts:    3131000 | #Constraints:      67375
2964.49/2973.36	c #Conflicts:    3132000 | #Constraints:      68375
2964.49/2973.36	c #Conflicts:    3133000 | #Constraints:      69375
2964.49/2973.36	c #Conflicts:    3134000 | #Constraints:      70375
2964.49/2973.36	c #Conflicts:    3135000 | #Constraints:      71375
2964.49/2973.36	c #Conflicts:    3136000 | #Constraints:      72375
2964.49/2973.36	c #Conflicts:    3137000 | #Constraints:      73375
2964.49/2973.36	c #Conflicts:    3138000 | #Constraints:      74375
2964.49/2973.36	c #Conflicts:    3139000 | #Constraints:      75375
2964.49/2973.36	c #Conflicts:    3140000 | #Constraints:      76375
2964.49/2973.36	c #Conflicts:    3141000 | #Constraints:      77375
2964.49/2973.36	c INPROCESSING
2964.49/2973.36	c GARBAGE COLLECT
2964.49/2973.36	c rational objective 1002
3001.59/3010.54	c #Conflicts:    3142000 | #Constraints:      42939
3001.59/3010.54	c #Conflicts:    3143000 | #Constraints:      43947
3001.59/3010.54	c #Conflicts:    3144000 | #Constraints:      45000
3001.59/3010.54	c #Conflicts:    3145000 | #Constraints:      46052
3001.59/3010.54	c #Conflicts:    3146000 | #Constraints:      47098
3001.59/3010.54	c #Conflicts:    3147000 | #Constraints:      48140
3001.59/3010.54	c #Conflicts:    3148000 | #Constraints:      49177
3001.59/3010.54	c #Conflicts:    3149000 | #Constraints:      50202
3001.59/3010.54	c #Conflicts:    3150000 | #Constraints:      51230
3001.59/3010.54	c #Conflicts:    3151000 | #Constraints:      52259
3001.59/3010.54	c #Conflicts:    3152000 | #Constraints:      53296
3001.59/3010.54	c #Conflicts:    3153000 | #Constraints:      54325
3001.59/3010.54	c #Conflicts:    3154000 | #Constraints:      55343
3001.59/3010.54	c #Conflicts:    3155000 | #Constraints:      56373
3001.59/3010.54	c #Conflicts:    3156000 | #Constraints:      57392
3001.59/3010.54	c #Conflicts:    3157000 | #Constraints:      58427
3001.59/3010.54	c #Conflicts:    3158000 | #Constraints:      59458
3001.59/3010.54	c #Conflicts:    3159000 | #Constraints:      60476
3001.59/3010.54	c #Conflicts:    3160000 | #Constraints:      61497
3001.59/3010.54	c #Conflicts:    3161000 | #Constraints:      62514
3001.59/3010.54	c #Conflicts:    3162000 | #Constraints:      63535
3001.59/3010.54	c #Conflicts:    3163000 | #Constraints:      64559
3001.59/3010.54	c #Conflicts:    3164000 | #Constraints:      65594
3001.59/3010.54	c #Conflicts:    3165000 | #Constraints:      66633
3001.59/3010.54	c #Conflicts:    3166000 | #Constraints:      67667
3001.59/3010.54	c #Conflicts:    3167000 | #Constraints:      68703
3001.59/3010.54	c #Conflicts:    3168000 | #Constraints:      69719
3001.59/3010.54	c #Conflicts:    3169000 | #Constraints:      70747
3001.59/3010.54	c #Conflicts:    3170000 | #Constraints:      71781
3001.59/3010.54	c #Conflicts:    3171000 | #Constraints:      72810
3001.59/3010.54	c #Conflicts:    3172000 | #Constraints:      73825
3001.59/3010.54	c #Conflicts:    3173000 | #Constraints:      74855
3001.59/3010.54	c #Conflicts:    3174000 | #Constraints:      75878
3001.59/3010.54	c #Conflicts:    3175000 | #Constraints:      76904
3001.59/3010.54	c #Conflicts:    3176000 | #Constraints:      77940
3001.59/3010.54	c #Conflicts:    3177000 | #Constraints:      79001
3001.59/3010.54	c INPROCESSING
3001.59/3010.54	c GARBAGE COLLECT
3001.59/3010.54	c rational objective 1002
3044.67/3053.78	c #Conflicts:    3178000 | #Constraints:      43851
3044.67/3053.78	c #Conflicts:    3179000 | #Constraints:      44851
3044.67/3053.78	c #Conflicts:    3180000 | #Constraints:      45851
3044.67/3053.78	c #Conflicts:    3181000 | #Constraints:      46851
3044.67/3053.78	c #Conflicts:    3182000 | #Constraints:      47851
3044.67/3053.78	c #Conflicts:    3183000 | #Constraints:      48851
3044.67/3053.78	c #Conflicts:    3184000 | #Constraints:      49851
3044.67/3053.78	c #Conflicts:    3185000 | #Constraints:      50851
3044.67/3053.78	c #Conflicts:    3186000 | #Constraints:      51851
3044.67/3053.78	c #Conflicts:    3187000 | #Constraints:      52851
3044.67/3053.78	c #Conflicts:    3188000 | #Constraints:      53851
3044.67/3053.78	c #Conflicts:    3189000 | #Constraints:      54851
3044.67/3053.78	c #Conflicts:    3190000 | #Constraints:      55851
3044.67/3053.78	c #Conflicts:    3191000 | #Constraints:      56851
3044.67/3053.78	c #Conflicts:    3192000 | #Constraints:      57851
3044.67/3053.78	c #Conflicts:    3193000 | #Constraints:      58852
3044.67/3053.78	c #Conflicts:    3194000 | #Constraints:      59852
3044.67/3053.78	c #Conflicts:    3195000 | #Constraints:      60852
3044.67/3053.78	c #Conflicts:    3196000 | #Constraints:      61852
3044.67/3053.78	c #Conflicts:    3197000 | #Constraints:      62852
3044.67/3053.78	c #Conflicts:    3198000 | #Constraints:      63852
3044.67/3053.78	c #Conflicts:    3199000 | #Constraints:      64852
3044.67/3053.78	c #Conflicts:    3200000 | #Constraints:      65852
3044.67/3053.78	c #Conflicts:    3201000 | #Constraints:      66852
3044.67/3053.78	c #Conflicts:    3202000 | #Constraints:      67852
3044.67/3053.78	c #Conflicts:    3203000 | #Constraints:      68852
3044.67/3053.78	c #Conflicts:    3204000 | #Constraints:      69852
3044.67/3053.78	c #Conflicts:    3205000 | #Constraints:      70852
3044.67/3053.78	c #Conflicts:    3206000 | #Constraints:      71852
3044.67/3053.78	c #Conflicts:    3207000 | #Constraints:      72852
3044.67/3053.78	c #Conflicts:    3208000 | #Constraints:      73852
3044.67/3053.78	c #Conflicts:    3209000 | #Constraints:      74852
3044.67/3053.78	c #Conflicts:    3210000 | #Constraints:      75852
3044.67/3053.78	c #Conflicts:    3211000 | #Constraints:      76852
3044.67/3053.78	c #Conflicts:    3212000 | #Constraints:      77852
3044.67/3053.78	c #Conflicts:    3213000 | #Constraints:      78852
3044.67/3053.78	c INPROCESSING
3044.67/3053.78	c GARBAGE COLLECT
3044.67/3053.78	c rational objective 1002
3090.35/3099.53	c #Conflicts:    3214000 | #Constraints:      43957
3090.35/3099.53	c #Conflicts:    3215000 | #Constraints:      44957
3090.35/3099.53	c #Conflicts:    3216000 | #Constraints:      45957
3090.35/3099.53	c #Conflicts:    3217000 | #Constraints:      46957
3090.35/3099.53	c #Conflicts:    3218000 | #Constraints:      47958
3090.35/3099.53	c #Conflicts:    3219000 | #Constraints:      48958
3090.35/3099.53	c #Conflicts:    3220000 | #Constraints:      49960
3090.35/3099.53	c #Conflicts:    3221000 | #Constraints:      50960
3090.35/3099.53	c #Conflicts:    3222000 | #Constraints:      51960
3090.35/3099.53	c #Conflicts:    3223000 | #Constraints:      52960
3090.35/3099.53	c #Conflicts:    3224000 | #Constraints:      53961
3090.35/3099.53	c #Conflicts:    3225000 | #Constraints:      54961
3090.35/3099.53	c #Conflicts:    3226000 | #Constraints:      55962
3090.35/3099.53	c #Conflicts:    3227000 | #Constraints:      56962
3090.35/3099.53	c #Conflicts:    3228000 | #Constraints:      57962
3090.35/3099.53	c #Conflicts:    3229000 | #Constraints:      58963
3090.35/3099.53	c #Conflicts:    3230000 | #Constraints:      59963
3090.35/3099.53	c #Conflicts:    3231000 | #Constraints:      60964
3090.35/3099.53	c #Conflicts:    3232000 | #Constraints:      61965
3090.35/3099.53	c #Conflicts:    3233000 | #Constraints:      62966
3090.35/3099.54	c #Conflicts:    3234000 | #Constraints:      63967
3090.35/3099.54	c #Conflicts:    3235000 | #Constraints:      64967
3090.35/3099.54	c #Conflicts:    3236000 | #Constraints:      65969
3090.35/3099.54	c #Conflicts:    3237000 | #Constraints:      66970
3090.35/3099.54	c #Conflicts:    3238000 | #Constraints:      67970
3090.35/3099.54	c #Conflicts:    3239000 | #Constraints:      68971
3090.35/3099.54	c #Conflicts:    3240000 | #Constraints:      69972
3090.35/3099.54	c #Conflicts:    3241000 | #Constraints:      70972
3090.35/3099.54	c #Conflicts:    3242000 | #Constraints:      71973
3090.35/3099.54	c #Conflicts:    3243000 | #Constraints:      72974
3090.35/3099.54	c #Conflicts:    3244000 | #Constraints:      73975
3090.35/3099.54	c #Conflicts:    3245000 | #Constraints:      74976
3090.35/3099.54	c #Conflicts:    3246000 | #Constraints:      75978
3090.35/3099.54	c #Conflicts:    3247000 | #Constraints:      76979
3090.35/3099.54	c #Conflicts:    3248000 | #Constraints:      77981
3090.35/3099.54	c #Conflicts:    3249000 | #Constraints:      78981
3090.35/3099.54	c INPROCESSING
3090.35/3099.54	c GARBAGE COLLECT
3090.35/3099.54	c rational objective 1002
3158.45/3167.80	c #Conflicts:    3250000 | #Constraints:      44022
3158.45/3167.80	c #Conflicts:    3251000 | #Constraints:      45022
3158.45/3167.80	c #Conflicts:    3252000 | #Constraints:      46022
3158.45/3167.80	c #Conflicts:    3253000 | #Constraints:      47022
3158.45/3167.80	c #Conflicts:    3254000 | #Constraints:      48022
3158.45/3167.80	c #Conflicts:    3255000 | #Constraints:      49022
3158.45/3167.80	c #Conflicts:    3256000 | #Constraints:      50022
3158.45/3167.80	c #Conflicts:    3257000 | #Constraints:      51022
3158.45/3167.80	c #Conflicts:    3258000 | #Constraints:      52040
3158.45/3167.80	c #Conflicts:    3259000 | #Constraints:      53400
3158.45/3167.80	c #Conflicts:    3260000 | #Constraints:      54660
3158.45/3167.80	c #Conflicts:    3261000 | #Constraints:      55915
3158.45/3167.80	c #Conflicts:    3262000 | #Constraints:      57215
3158.45/3167.80	c #Conflicts:    3263000 | #Constraints:      58598
3158.45/3167.80	c #Conflicts:    3264000 | #Constraints:      59863
3158.45/3167.80	c #Conflicts:    3265000 | #Constraints:      61168
3158.45/3167.80	c #Conflicts:    3266000 | #Constraints:      62520
3158.45/3167.80	c #Conflicts:    3267000 | #Constraints:      63899
3158.45/3167.80	c #Conflicts:    3268000 | #Constraints:      65239
3158.45/3167.80	c #Conflicts:    3269000 | #Constraints:      66552
3158.45/3167.80	c #Conflicts:    3270000 | #Constraints:      67852
3158.45/3167.80	c #Conflicts:    3271000 | #Constraints:      69201
3158.45/3167.80	c #Conflicts:    3272000 | #Constraints:      70485
3158.45/3167.80	c #Conflicts:    3273000 | #Constraints:      71808
3158.45/3167.80	c #Conflicts:    3274000 | #Constraints:      73143
3158.45/3167.80	c #Conflicts:    3275000 | #Constraints:      74446
3158.45/3167.80	c #Conflicts:    3276000 | #Constraints:      75768
3158.45/3167.80	c #Conflicts:    3277000 | #Constraints:      77181
3158.45/3167.80	c #Conflicts:    3278000 | #Constraints:      78540
3158.45/3167.80	c #Conflicts:    3279000 | #Constraints:      79905
3158.45/3167.80	c #Conflicts:    3280000 | #Constraints:      81227
3158.45/3167.80	c #Conflicts:    3281000 | #Constraints:      82604
3158.45/3167.80	c #Conflicts:    3282000 | #Constraints:      83911
3158.45/3167.80	c #Conflicts:    3283000 | #Constraints:      85216
3158.45/3167.80	c #Conflicts:    3284000 | #Constraints:      86546
3158.45/3167.80	c #Conflicts:    3285000 | #Constraints:      87930
3158.45/3167.80	c INPROCESSING
3158.45/3167.80	c GARBAGE COLLECT
3158.45/3167.80	c rational objective 1002
3218.08/3227.61	c #Conflicts:    3286000 | #Constraints:      48295
3218.08/3227.61	c #Conflicts:    3287000 | #Constraints:      49295
3218.08/3227.61	c #Conflicts:    3288000 | #Constraints:      50295
3218.08/3227.61	c #Conflicts:    3289000 | #Constraints:      51295
3218.08/3227.61	c #Conflicts:    3290000 | #Constraints:      52295
3218.08/3227.61	c #Conflicts:    3291000 | #Constraints:      53295
3218.08/3227.61	c #Conflicts:    3292000 | #Constraints:      54295
3218.08/3227.61	c #Conflicts:    3293000 | #Constraints:      55295
3218.08/3227.61	c #Conflicts:    3294000 | #Constraints:      56295
3218.08/3227.61	c #Conflicts:    3295000 | #Constraints:      57295
3218.08/3227.61	c #Conflicts:    3296000 | #Constraints:      58295
3218.08/3227.61	c #Conflicts:    3297000 | #Constraints:      59295
3218.08/3227.61	c #Conflicts:    3298000 | #Constraints:      60295
3218.08/3227.61	c #Conflicts:    3299000 | #Constraints:      61295
3218.08/3227.61	c #Conflicts:    3300000 | #Constraints:      62295
3218.08/3227.61	c #Conflicts:    3301000 | #Constraints:      63295
3218.08/3227.61	c #Conflicts:    3302000 | #Constraints:      64295
3218.08/3227.61	c #Conflicts:    3303000 | #Constraints:      65295
3218.08/3227.61	c #Conflicts:    3304000 | #Constraints:      66295
3218.08/3227.61	c #Conflicts:    3305000 | #Constraints:      67295
3218.08/3227.61	c #Conflicts:    3306000 | #Constraints:      68295
3218.08/3227.61	c #Conflicts:    3307000 | #Constraints:      69295
3218.08/3227.61	c #Conflicts:    3308000 | #Constraints:      70295
3218.08/3227.61	c #Conflicts:    3309000 | #Constraints:      71295
3218.08/3227.61	c #Conflicts:    3310000 | #Constraints:      72295
3218.08/3227.61	c #Conflicts:    3311000 | #Constraints:      73295
3218.08/3227.61	c #Conflicts:    3312000 | #Constraints:      74295
3218.08/3227.61	c #Conflicts:    3313000 | #Constraints:      75295
3218.08/3227.61	c #Conflicts:    3314000 | #Constraints:      76295
3218.08/3227.61	c #Conflicts:    3315000 | #Constraints:      77295
3218.08/3227.61	c #Conflicts:    3316000 | #Constraints:      78295
3218.08/3227.61	c #Conflicts:    3317000 | #Constraints:      79295
3218.08/3227.61	c #Conflicts:    3318000 | #Constraints:      80295
3218.08/3227.61	c #Conflicts:    3319000 | #Constraints:      81295
3218.08/3227.61	c #Conflicts:    3320000 | #Constraints:      82295
3218.08/3227.61	c #Conflicts:    3321000 | #Constraints:      83295
3218.08/3227.61	c INPROCESSING
3218.08/3227.61	c GARBAGE COLLECT
3218.08/3227.61	c rational objective 1002
3273.22/3282.96	c #Conflicts:    3322000 | #Constraints:      45883
3273.22/3282.96	c #Conflicts:    3323000 | #Constraints:      46883
3273.22/3282.96	c #Conflicts:    3324000 | #Constraints:      47883
3273.22/3282.96	c #Conflicts:    3325000 | #Constraints:      48883
3273.22/3282.96	c #Conflicts:    3326000 | #Constraints:      49883
3273.22/3282.96	c #Conflicts:    3327000 | #Constraints:      50883
3273.22/3282.96	c #Conflicts:    3328000 | #Constraints:      51883
3273.22/3282.96	c #Conflicts:    3329000 | #Constraints:      52883
3273.22/3282.96	c #Conflicts:    3330000 | #Constraints:      53883
3273.22/3282.96	c #Conflicts:    3331000 | #Constraints:      54883
3273.22/3282.96	c #Conflicts:    3332000 | #Constraints:      55883
3273.22/3282.96	c #Conflicts:    3333000 | #Constraints:      56883
3273.22/3282.96	c #Conflicts:    3334000 | #Constraints:      57883
3273.22/3282.96	c #Conflicts:    3335000 | #Constraints:      58883
3273.22/3282.96	c #Conflicts:    3336000 | #Constraints:      59883
3273.22/3282.96	c #Conflicts:    3337000 | #Constraints:      60883
3273.22/3282.96	c #Conflicts:    3338000 | #Constraints:      61883
3273.22/3282.96	c #Conflicts:    3339000 | #Constraints:      62883
3273.22/3282.96	c #Conflicts:    3340000 | #Constraints:      63883
3273.22/3282.96	c #Conflicts:    3341000 | #Constraints:      64883
3273.22/3282.96	c #Conflicts:    3342000 | #Constraints:      65883
3273.22/3282.96	c #Conflicts:    3343000 | #Constraints:      66883
3273.22/3282.96	c #Conflicts:    3344000 | #Constraints:      67883
3273.22/3282.96	c #Conflicts:    3345000 | #Constraints:      68883
3273.22/3282.96	c #Conflicts:    3346000 | #Constraints:      69883
3273.22/3282.96	c #Conflicts:    3347000 | #Constraints:      70883
3273.22/3282.96	c #Conflicts:    3348000 | #Constraints:      71883
3273.22/3282.96	c #Conflicts:    3349000 | #Constraints:      72883
3273.22/3282.96	c #Conflicts:    3350000 | #Constraints:      73883
3273.22/3282.96	c #Conflicts:    3351000 | #Constraints:      74883
3273.22/3282.96	c #Conflicts:    3352000 | #Constraints:      75883
3273.22/3282.96	c #Conflicts:    3353000 | #Constraints:      76883
3273.22/3282.96	c #Conflicts:    3354000 | #Constraints:      77883
3273.22/3282.96	c #Conflicts:    3355000 | #Constraints:      78883
3273.22/3282.96	c #Conflicts:    3356000 | #Constraints:      79883
3273.22/3282.96	c #Conflicts:    3357000 | #Constraints:      80883
3273.22/3282.96	c #Conflicts:    3358000 | #Constraints:      81883
3273.22/3282.96	c INPROCESSING
3273.22/3282.96	c GARBAGE COLLECT
3273.22/3282.96	c rational objective 1002
3323.57/3333.49	c #Conflicts:    3359000 | #Constraints:      45385
3323.57/3333.49	c #Conflicts:    3360000 | #Constraints:      46385
3323.57/3333.49	c #Conflicts:    3361000 | #Constraints:      47385
3323.57/3333.49	c #Conflicts:    3362000 | #Constraints:      48385
3323.57/3333.49	c #Conflicts:    3363000 | #Constraints:      49385
3323.57/3333.49	c #Conflicts:    3364000 | #Constraints:      50385
3323.57/3333.49	c #Conflicts:    3365000 | #Constraints:      51386
3323.57/3333.49	c #Conflicts:    3366000 | #Constraints:      52386
3323.57/3333.49	c #Conflicts:    3367000 | #Constraints:      53386
3323.57/3333.49	c #Conflicts:    3368000 | #Constraints:      54386
3323.57/3333.49	c #Conflicts:    3369000 | #Constraints:      55387
3323.57/3333.49	c #Conflicts:    3370000 | #Constraints:      56388
3323.57/3333.49	c #Conflicts:    3371000 | #Constraints:      57390
3323.57/3333.49	c #Conflicts:    3372000 | #Constraints:      58391
3323.57/3333.49	c #Conflicts:    3373000 | #Constraints:      59391
3323.57/3333.49	c #Conflicts:    3374000 | #Constraints:      60393
3323.57/3333.49	c #Conflicts:    3375000 | #Constraints:      61393
3323.57/3333.49	c #Conflicts:    3376000 | #Constraints:      62395
3323.57/3333.49	c #Conflicts:    3377000 | #Constraints:      63396
3323.57/3333.49	c #Conflicts:    3378000 | #Constraints:      64397
3323.57/3333.49	c #Conflicts:    3379000 | #Constraints:      65397
3323.57/3333.49	c #Conflicts:    3380000 | #Constraints:      66398
3323.57/3333.49	c #Conflicts:    3381000 | #Constraints:      67399
3323.57/3333.49	c #Conflicts:    3382000 | #Constraints:      68401
3323.57/3333.49	c #Conflicts:    3383000 | #Constraints:      69402
3323.57/3333.49	c #Conflicts:    3384000 | #Constraints:      70403
3323.57/3333.49	c #Conflicts:    3385000 | #Constraints:      71405
3323.57/3333.49	c #Conflicts:    3386000 | #Constraints:      72405
3323.57/3333.49	c #Conflicts:    3387000 | #Constraints:      73406
3323.57/3333.49	c #Conflicts:    3388000 | #Constraints:      74406
3323.57/3333.49	c #Conflicts:    3389000 | #Constraints:      75407
3323.57/3333.49	c #Conflicts:    3390000 | #Constraints:      76408
3323.57/3333.49	c #Conflicts:    3391000 | #Constraints:      77408
3323.57/3333.49	c #Conflicts:    3392000 | #Constraints:      78409
3323.57/3333.49	c #Conflicts:    3393000 | #Constraints:      79409
3323.57/3333.49	c #Conflicts:    3394000 | #Constraints:      80410
3323.57/3333.49	c #Conflicts:    3395000 | #Constraints:      81412
3323.57/3333.49	c INPROCESSING
3323.57/3333.49	c GARBAGE COLLECT
3323.57/3333.49	c rational objective 1002
3383.49/3393.56	c #Conflicts:    3396000 | #Constraints:      45265
3383.49/3393.56	c #Conflicts:    3397000 | #Constraints:      46266
3383.49/3393.56	c #Conflicts:    3398000 | #Constraints:      47288
3383.49/3393.56	c #Conflicts:    3399000 | #Constraints:      48384
3383.49/3393.56	c #Conflicts:    3400000 | #Constraints:      49455
3383.49/3393.56	c #Conflicts:    3401000 | #Constraints:      50513
3383.49/3393.56	c #Conflicts:    3402000 | #Constraints:      51558
3383.49/3393.56	c #Conflicts:    3403000 | #Constraints:      52607
3383.49/3393.56	c #Conflicts:    3404000 | #Constraints:      53660
3383.49/3393.56	c #Conflicts:    3405000 | #Constraints:      54708
3383.49/3393.56	c #Conflicts:    3406000 | #Constraints:      55748
3383.49/3393.56	c #Conflicts:    3407000 | #Constraints:      56794
3383.49/3393.56	c #Conflicts:    3408000 | #Constraints:      57839
3383.49/3393.56	c #Conflicts:    3409000 | #Constraints:      58871
3383.49/3393.56	c #Conflicts:    3410000 | #Constraints:      59904
3383.49/3393.56	c #Conflicts:    3411000 | #Constraints:      60936
3383.49/3393.56	c #Conflicts:    3412000 | #Constraints:      61959
3383.49/3393.56	c #Conflicts:    3413000 | #Constraints:      62989
3383.49/3393.56	c #Conflicts:    3414000 | #Constraints:      64004
3383.49/3393.56	c #Conflicts:    3415000 | #Constraints:      65040
3383.49/3393.56	c #Conflicts:    3416000 | #Constraints:      66067
3383.49/3393.56	c #Conflicts:    3417000 | #Constraints:      67096
3383.49/3393.56	c #Conflicts:    3418000 | #Constraints:      68123
3383.49/3393.56	c #Conflicts:    3419000 | #Constraints:      69142
3383.49/3393.56	c #Conflicts:    3420000 | #Constraints:      70178
3383.49/3393.56	c #Conflicts:    3421000 | #Constraints:      71201
3383.49/3393.56	c #Conflicts:    3422000 | #Constraints:      72234
3383.49/3393.56	c #Conflicts:    3423000 | #Constraints:      73268
3383.49/3393.56	c #Conflicts:    3424000 | #Constraints:      74295
3383.49/3393.56	c #Conflicts:    3425000 | #Constraints:      75321
3383.49/3393.56	c #Conflicts:    3426000 | #Constraints:      76340
3383.49/3393.56	c #Conflicts:    3427000 | #Constraints:      77376
3383.49/3393.56	c #Conflicts:    3428000 | #Constraints:      78398
3383.49/3393.56	c #Conflicts:    3429000 | #Constraints:      79414
3383.49/3393.56	c #Conflicts:    3430000 | #Constraints:      80436
3383.49/3393.56	c #Conflicts:    3431000 | #Constraints:      81461
3383.49/3393.56	c #Conflicts:    3432000 | #Constraints:      82478
3383.49/3393.56	c INPROCESSING
3383.49/3393.56	c GARBAGE COLLECT
3383.49/3393.56	c rational objective 1002
3433.73/3443.99	c #Conflicts:    3433000 | #Constraints:      45688
3433.73/3443.99	c #Conflicts:    3434000 | #Constraints:      46688
3433.73/3443.99	c #Conflicts:    3435000 | #Constraints:      47688
3433.73/3443.99	c #Conflicts:    3436000 | #Constraints:      48688
3433.73/3443.99	c #Conflicts:    3437000 | #Constraints:      49688
3433.73/3443.99	c #Conflicts:    3438000 | #Constraints:      50688
3433.73/3443.99	c #Conflicts:    3439000 | #Constraints:      51688
3433.73/3443.99	c #Conflicts:    3440000 | #Constraints:      52688
3433.73/3443.99	c #Conflicts:    3441000 | #Constraints:      53688
3433.73/3443.99	c #Conflicts:    3442000 | #Constraints:      54688
3433.73/3443.99	c #Conflicts:    3443000 | #Constraints:      55688
3433.73/3443.99	c #Conflicts:    3444000 | #Constraints:      56688
3433.73/3443.99	c #Conflicts:    3445000 | #Constraints:      57688
3433.73/3443.99	c #Conflicts:    3446000 | #Constraints:      58688
3433.73/3443.99	c #Conflicts:    3447000 | #Constraints:      59688
3433.73/3443.99	c #Conflicts:    3448000 | #Constraints:      60688
3433.73/3443.99	c #Conflicts:    3449000 | #Constraints:      61689
3433.73/3443.99	c #Conflicts:    3450000 | #Constraints:      62690
3433.73/3443.99	c #Conflicts:    3451000 | #Constraints:      63691
3433.73/3443.99	c #Conflicts:    3452000 | #Constraints:      64691
3433.73/3443.99	c #Conflicts:    3453000 | #Constraints:      65691
3433.73/3443.99	c #Conflicts:    3454000 | #Constraints:      66693
3433.73/3443.99	c #Conflicts:    3455000 | #Constraints:      67695
3433.73/3443.99	c #Conflicts:    3456000 | #Constraints:      68696
3433.73/3443.99	c #Conflicts:    3457000 | #Constraints:      69698
3433.73/3443.99	c #Conflicts:    3458000 | #Constraints:      70698
3433.73/3443.99	c #Conflicts:    3459000 | #Constraints:      71699
3433.73/3443.99	c #Conflicts:    3460000 | #Constraints:      72699
3433.73/3443.99	c #Conflicts:    3461000 | #Constraints:      73699
3433.73/3443.99	c #Conflicts:    3462000 | #Constraints:      74699
3433.73/3443.99	c #Conflicts:    3463000 | #Constraints:      75700
3433.73/3443.99	c #Conflicts:    3464000 | #Constraints:      76700
3433.73/3443.99	c #Conflicts:    3465000 | #Constraints:      77700
3433.73/3443.99	c #Conflicts:    3466000 | #Constraints:      78701
3433.73/3443.99	c #Conflicts:    3467000 | #Constraints:      79702
3433.73/3443.99	c #Conflicts:    3468000 | #Constraints:      80702
3433.73/3443.99	c #Conflicts:    3469000 | #Constraints:      81703
3433.73/3443.99	c INPROCESSING
3433.73/3443.99	c GARBAGE COLLECT
3433.73/3443.99	c rational objective 1002
3502.22/3512.67	c #Conflicts:    3470000 | #Constraints:      45297
3502.22/3512.67	c #Conflicts:    3471000 | #Constraints:      46302
3502.22/3512.67	c #Conflicts:    3472000 | #Constraints:      47308
3502.22/3512.67	c #Conflicts:    3473000 | #Constraints:      48322
3502.22/3512.67	c #Conflicts:    3474000 | #Constraints:      49332
3502.22/3512.67	c #Conflicts:    3475000 | #Constraints:      50345
3502.22/3512.67	c #Conflicts:    3476000 | #Constraints:      51349
3502.22/3512.67	c #Conflicts:    3477000 | #Constraints:      52358
3502.22/3512.67	c #Conflicts:    3478000 | #Constraints:      53370
3502.22/3512.67	c #Conflicts:    3479000 | #Constraints:      54381
3502.22/3512.67	c #Conflicts:    3480000 | #Constraints:      55384
3502.22/3512.67	c #Conflicts:    3481000 | #Constraints:      56388
3502.22/3512.67	c #Conflicts:    3482000 | #Constraints:      57391
3502.22/3512.67	c #Conflicts:    3483000 | #Constraints:      58398
3502.22/3512.67	c #Conflicts:    3484000 | #Constraints:      59400
3502.22/3512.67	c #Conflicts:    3485000 | #Constraints:      60404
3502.22/3512.67	c #Conflicts:    3486000 | #Constraints:      61410
3502.22/3512.67	c #Conflicts:    3487000 | #Constraints:      62419
3502.22/3512.67	c #Conflicts:    3488000 | #Constraints:      63434
3502.22/3512.67	c #Conflicts:    3489000 | #Constraints:      64444
3502.22/3512.67	c #Conflicts:    3490000 | #Constraints:      65451
3502.22/3512.67	c #Conflicts:    3491000 | #Constraints:      66461
3502.22/3512.67	c #Conflicts:    3492000 | #Constraints:      67478
3502.22/3512.67	c #Conflicts:    3493000 | #Constraints:      68498
3502.22/3512.67	c #Conflicts:    3494000 | #Constraints:      69510
3502.22/3512.67	c #Conflicts:    3495000 | #Constraints:      70535
3502.22/3512.67	c #Conflicts:    3496000 | #Constraints:      71624
3502.22/3512.67	c #Conflicts:    3497000 | #Constraints:      72690
3502.22/3512.67	c #Conflicts:    3498000 | #Constraints:      73745
3502.22/3512.67	c #Conflicts:    3499000 | #Constraints:      74804
3502.22/3512.67	c #Conflicts:    3500000 | #Constraints:      75851
3502.22/3512.67	c #Conflicts:    3501000 | #Constraints:      76900
3502.22/3512.67	c #Conflicts:    3502000 | #Constraints:      77935
3502.22/3512.67	c #Conflicts:    3503000 | #Constraints:      78966
3502.22/3512.67	c #Conflicts:    3504000 | #Constraints:      80001
3502.22/3512.67	c #Conflicts:    3505000 | #Constraints:      81038
3502.22/3512.67	c #Conflicts:    3506000 | #Constraints:      82076
3502.22/3512.67	c INPROCESSING
3502.22/3512.67	c GARBAGE COLLECT
3502.22/3512.67	c rational objective 1002
3550.60/3561.12	c #Conflicts:    3507000 | #Constraints:      45191
3550.60/3561.12	c #Conflicts:    3508000 | #Constraints:      46191
3550.60/3561.12	c #Conflicts:    3509000 | #Constraints:      47191
3550.60/3561.12	c #Conflicts:    3510000 | #Constraints:      48191
3550.60/3561.12	c #Conflicts:    3511000 | #Constraints:      49191
3550.60/3561.12	c #Conflicts:    3512000 | #Constraints:      50191
3550.60/3561.12	c #Conflicts:    3513000 | #Constraints:      51191
3550.60/3561.12	c #Conflicts:    3514000 | #Constraints:      52191
3550.60/3561.12	c #Conflicts:    3515000 | #Constraints:      53191
3550.60/3561.12	c #Conflicts:    3516000 | #Constraints:      54191
3550.60/3561.12	c #Conflicts:    3517000 | #Constraints:      55191
3550.60/3561.12	c #Conflicts:    3518000 | #Constraints:      56191
3550.60/3561.12	c #Conflicts:    3519000 | #Constraints:      57191
3550.60/3561.12	c #Conflicts:    3520000 | #Constraints:      58191
3550.60/3561.12	c #Conflicts:    3521000 | #Constraints:      59191
3550.60/3561.12	c #Conflicts:    3522000 | #Constraints:      60191
3550.60/3561.12	c #Conflicts:    3523000 | #Constraints:      61191
3550.60/3561.12	c #Conflicts:    3524000 | #Constraints:      62191
3550.60/3561.12	c #Conflicts:    3525000 | #Constraints:      63191
3550.60/3561.12	c #Conflicts:    3526000 | #Constraints:      64191
3550.60/3561.12	c #Conflicts:    3527000 | #Constraints:      65191
3550.60/3561.12	c #Conflicts:    3528000 | #Constraints:      66191
3550.60/3561.12	c #Conflicts:    3529000 | #Constraints:      67191
3550.60/3561.12	c #Conflicts:    3530000 | #Constraints:      68191
3550.60/3561.12	c #Conflicts:    3531000 | #Constraints:      69191
3550.60/3561.12	c #Conflicts:    3532000 | #Constraints:      70191
3550.60/3561.12	c #Conflicts:    3533000 | #Constraints:      71191
3550.60/3561.12	c #Conflicts:    3534000 | #Constraints:      72191
3550.60/3561.12	c #Conflicts:    3535000 | #Constraints:      73191
3550.60/3561.12	c #Conflicts:    3536000 | #Constraints:      74191
3550.60/3561.12	c #Conflicts:    3537000 | #Constraints:      75191
3550.60/3561.12	c #Conflicts:    3538000 | #Constraints:      76191
3550.60/3561.12	c #Conflicts:    3539000 | #Constraints:      77191
3550.60/3561.12	c #Conflicts:    3540000 | #Constraints:      78191
3550.60/3561.12	c #Conflicts:    3541000 | #Constraints:      79191
3550.60/3561.12	c #Conflicts:    3542000 | #Constraints:      80191
3550.60/3561.12	c #Conflicts:    3543000 | #Constraints:      81191
3550.60/3561.12	c #Conflicts:    3544000 | #Constraints:      82191
3550.60/3561.12	c INPROCESSING
3550.60/3561.12	c GARBAGE COLLECT
3550.60/3561.12	c rational objective 1002
3596.17/3606.87	c #Conflicts:    3545000 | #Constraints:      45154
3596.17/3606.87	c #Conflicts:    3546000 | #Constraints:      46154
3596.17/3606.87	c #Conflicts:    3547000 | #Constraints:      47154
3596.17/3606.87	c #Conflicts:    3548000 | #Constraints:      48154
3596.17/3606.87	c #Conflicts:    3549000 | #Constraints:      49154
3596.17/3606.87	c #Conflicts:    3550000 | #Constraints:      50154
3596.17/3606.87	c #Conflicts:    3551000 | #Constraints:      51154
3596.17/3606.87	c #Conflicts:    3552000 | #Constraints:      52154
3596.17/3606.87	c #Conflicts:    3553000 | #Constraints:      53154
3596.17/3606.87	c #Conflicts:    3554000 | #Constraints:      54154
3596.17/3606.87	c #Conflicts:    3555000 | #Constraints:      55154
3596.17/3606.87	c #Conflicts:    3556000 | #Constraints:      56154
3596.17/3606.87	c #Conflicts:    3557000 | #Constraints:      57154
3596.17/3606.87	c #Conflicts:    3558000 | #Constraints:      58154
3596.17/3606.87	c #Conflicts:    3559000 | #Constraints:      59154
3596.17/3606.87	c #Conflicts:    3560000 | #Constraints:      60154
3596.17/3606.87	c #Conflicts:    3561000 | #Constraints:      61154
3596.17/3606.87	c #Conflicts:    3562000 | #Constraints:      62154
3596.17/3606.87	c #Conflicts:    3563000 | #Constraints:      63154
3596.17/3606.87	c #Conflicts:    3564000 | #Constraints:      64154
3596.17/3606.87	c #Conflicts:    3565000 | #Constraints:      65154
3596.17/3606.87	c #Conflicts:    3566000 | #Constraints:      66154
3596.17/3606.87	c #Conflicts:    3567000 | #Constraints:      67154
3596.17/3606.87	c #Conflicts:    3568000 | #Constraints:      68154
3596.17/3606.87	c #Conflicts:    3569000 | #Constraints:      69154
3596.17/3606.87	c #Conflicts:    3570000 | #Constraints:      70154
3596.17/3606.87	c #Conflicts:    3571000 | #Constraints:      71154
3596.17/3606.87	c #Conflicts:    3572000 | #Constraints:      72154
3596.17/3606.87	c #Conflicts:    3573000 | #Constraints:      73154
3596.17/3606.87	c #Conflicts:    3574000 | #Constraints:      74154
3596.17/3606.87	c #Conflicts:    3575000 | #Constraints:      75154
3596.17/3606.87	c #Conflicts:    3576000 | #Constraints:      76154
3596.17/3606.87	c #Conflicts:    3577000 | #Constraints:      77154
3596.17/3606.87	c #Conflicts:    3578000 | #Constraints:      78154
3596.17/3606.87	c #Conflicts:    3579000 | #Constraints:      79154
3596.17/3606.87	c #Conflicts:    3580000 | #Constraints:      80154
3596.17/3606.87	c #Conflicts:    3581000 | #Constraints:      81154
3596.17/3606.87	c #Conflicts:    3582000 | #Constraints:      82154
3596.17/3606.87	c INPROCESSING
3596.17/3606.87	c GARBAGE COLLECT
3596.17/3606.87	c rational objective 1002
3600.06/3610.70	c #Conflicts:    3583000 | #Constraints:      45632
3600.06/3610.70	c #Conflicts:    3584000 | #Constraints:      46632
3600.06/3610.70	c #Conflicts:    3585000 | #Constraints:      47632
3600.06/3610.70	c #Conflicts:    3586000 | #Constraints:      48632
3600.06/3610.70	c cpu time 3572.34 s
3600.06/3610.70	c deterministic time 216957305499 2.17e+11
3600.06/3610.70	c optimization time 4.20591 s
3600.06/3610.70	c total solve time 3568.1 s
3600.06/3610.70	c core-guided solve time 2152.86 s
3600.06/3610.70	c propagation time 2831.13 s
3600.06/3610.70	c conflict analysis time 667.333 s
3600.06/3610.70	c propagations 834654161
3600.06/3610.70	c resolve steps 53678379
3600.06/3610.70	c decisions 10402811
3600.06/3610.70	c conflicts 3586765
3600.06/3610.70	c restarts 6141
3600.06/3610.70	c inprocessing phases 180
3600.06/3610.70	c garbage collections 180 ,( 100.00 )
3600.06/3610.70	c input clauses 5206 ,( 62.81 )
3600.06/3610.70	c input cardinalities 2641 ,( 31.86 )
3600.06/3610.70	c input general constraints 442 ,( 5.33 )
3600.06/3610.70	c input average constraint length 277.53
3600.06/3610.70	c input average constraint degree 78.13
3600.06/3610.70	c learned clauses 2243052 ,( 61.69 )
3600.06/3610.70	c learned cardinalities 337733 ,( 9.29 )
3600.06/3610.70	c learned general constraints 1055258 ,( 29.02 )
3600.06/3610.70	c learned average constraint length 250.73
3600.06/3610.70	c learned average constraint degree 701624052.73
3600.06/3610.70	c watched  CF 32, 64, 128, Arb: 450231 , 0 , 0 , 0
3600.06/3610.70	c counting CF 32, 64, 128, Arb: 605470 , 0 , 0 , 0
3600.06/3610.70	c watched   constraints 450231 ,( 42.65 ) 
3600.06/3610.70	c counting  constraints 605469 ,( 57.35 ) 
3600.06/3610.70	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1904445942 , 5853334679 , 33299721676 ,( 883721241 , 32416000435 )
3600.06/3610.70	c gcd simplifications 90492
3600.06/3610.70	c detected cardinalities 47107
3600.06/3610.70	c weakened non-implied lits 367744997
3600.06/3610.70	c weakened non-implying lits 165388
3600.06/3610.70	c original variables 1968
3600.06/3610.70	c clausal propagations 332073956
3600.06/3610.70	c cardinality propagations 65703856
3600.06/3610.70	c watched propagations 14624302
3600.06/3610.70	c counting propagations 385512056
3600.06/3610.70	c watch lookups 120991325269
3600.06/3610.70	c watch backjump lookups 0
3600.06/3610.70	c watch checks 48371575680
3600.06/3610.70	c propagation checks 43190716598
3600.06/3610.70	c constraint additions 2706364787
3600.06/3610.70	c trail pops 848604213
3600.06/3610.70	c formula constraints 4008
3600.06/3610.70	c learned constraints 3547904
3600.06/3610.70	c bound constraints 1154
3600.06/3610.70	c core-guided constraints 3127
3600.06/3610.70	c encountered formula constraints 16847506
3600.06/3610.70	c encountered learned constraints 29344281
3600.06/3610.70	c encountered bound constraints 153
3600.06/3610.70	c encountered core-guided constraints 10255313
3600.06/3610.70	c LP total time 354.102 s
3600.06/3610.70	c LP solve time 320.45 s
3600.06/3610.70	c LP constraints added 6655
3600.06/3610.70	c LP constraints removed 2622
3600.06/3610.70	c LP pivots internal 3586851
3600.06/3610.70	c LP pivots root 75128
3600.06/3610.70	c LP calls 57964
3600.06/3610.70	c LP optimalities 9833
3600.06/3610.70	c LP no pivot count 3516
3600.06/3610.70	c LP infeasibilities 48127
3600.06/3610.70	c LP valid Farkas constraints 48114
3600.06/3610.70	c LP learned Farkas constraints 39007
3600.06/3610.70	c LP basis resets 13
3600.06/3610.70	c LP cycling count 0
3600.06/3610.70	c LP singular count 0
3600.06/3610.70	c LP no primal count 0
3600.06/3610.70	c LP no farkas count 13
3600.06/3610.70	c LP other issue count 0
3600.06/3610.70	c LP Gomory cuts 1018
3600.06/3610.70	c LP learned cuts 1629
3600.06/3610.70	c LP deleted cuts 2622
3600.06/3610.70	c LP encountered Gomory constraints 2768
3600.06/3610.70	c LP encountered Farkas constraints 553504
3600.06/3610.70	c LP encountered learned Farkas constraints 222612
3600.06/3610.70	c CG auxiliary variables introduced 1376
3600.06/3610.70	c CG solutions found 153
3600.06/3610.70	c CG cores constructed 1002
3600.06/3610.70	c CG core cardinality constraints returned 0
3600.06/3610.70	c CG unit cores 1
3600.06/3610.70	c CG single cores 1001
3600.06/3610.70	c CG blocks removed during cardinality reduction 0
3600.06/3610.70	c CG first core best 0
3600.06/3610.70	c CG decision core best 0
3600.06/3610.70	c CG core reduction tie 0
3600.06/3610.70	c CG core degree average 1.00
3600.06/3610.70	c CG core slack average 2.13
3600.06/3610.70	c CG core upper bound improvements 6
3600.06/3610.70	c STR number of successful calls 0
3600.06/3610.70	c STR number of unsuccessful calls 0
3600.06/3610.70	c STR number of inconclusive calls 0
3600.06/3610.70	c STR number of successful attempts 0
3600.06/3610.70	c STR number of unsuccessful attempts 0
3600.06/3610.70	c STR number of inconclusive attempts 0
3600.06/3610.70	c STR average degree increase per successful call inf
3600.06/3610.70	c STR average degree increase per successful attempt inf
3600.06/3610.70	c STR total number of conflicts for successful attempts 0
3600.06/3610.70	c STR total number of conflicts for unsuccessful attempts 0
3600.06/3610.70	c STR total number of conflicts for inconclusive attempts 0
3600.06/3610.70	c STR average number of conflicts per successful attempt inf
3600.06/3610.70	c STR average number of conflicts per unsuccessful attempt inf
3600.06/3610.70	c STR average number of conflicts per inconclusive attempt inf
3600.06/3610.70	c AVG.sumWPerc 48.73 
3600.06/3610.70	c bigint constraints 0 
3600.06/3610.70	o 1038
3600.06/3610.70	s SATISFIABLE
3600.06/3610.70	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.06/3610.70	c Program interrupted by user.

Verifier Data

OK	1038

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=44514, runsolver pid=44507

[startup+0.100062 s]*
/proc/loadavg: 4.62 4.29 4.13 2/250 44525
/proc/meminfo: memFree=129335696/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=50704 memory=1920 CPUtime=0 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 134 0 0 0 0 0 0 0 20 0 1 0 48750228 51920896 480 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 12676 480 448 1147 0 151 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 54896 KiB
Current children cumulated memory: 4992 KiB

[startup+0.214379 s]*
/proc/loadavg: 4.62 4.29 4.13 4/247 44528
/proc/meminfo: memFree=129335780/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=60936 memory=15416 CPUtime=0.11 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 2371 0 0 0 8 3 0 0 20 0 1 0 48750228 62398464 3854 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 15234 3854 2304 1147 0 2661 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 65128 KiB
Current children cumulated memory: 18488 KiB

[startup+0.314271 s]*
/proc/loadavg: 4.62 4.29 4.13 4/249 44532
/proc/meminfo: memFree=129331524/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=61704 memory=18324 CPUtime=0.2 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 2497 0 0 0 16 4 0 0 20 0 1 0 48750228 63184896 4581 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 15426 4581 2368 1147 0 2853 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 65896 KiB
Current children cumulated memory: 21396 KiB

[startup+0.700329 s]
/proc/loadavg: 4.57 4.29 4.13 4/249 44537
/proc/meminfo: memFree=129317648/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=70692 memory=28100 CPUtime=0.58 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 4437 0 0 0 51 7 0 0 20 0 1 0 48750228 72388608 7025 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 17673 7025 2368 1147 0 5100 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 74884 KiB
Current children cumulated memory: 31172 KiB

[startup+1.50034 s]
/proc/loadavg: 4.57 4.29 4.13 5/249 44553
/proc/meminfo: memFree=129489932/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=101316 memory=55680 CPUtime=1.37 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 10283 0 0 0 118 19 0 0 20 0 1 0 48750228 103747584 13920 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 25329 13920 2400 1147 0 12756 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 105508 KiB
Current children cumulated memory: 58752 KiB

[startup+3.11298 s]
/proc/loadavg: 4.57 4.29 4.13 6/253 44591
/proc/meminfo: memFree=129338220/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=120492 memory=76628 CPUtime=2.97 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 15027 0 0 0 273 24 0 0 20 0 1 0 48750228 123383808 19157 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 30123 19157 2400 1147 0 17550 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 124684 KiB
Current children cumulated memory: 79700 KiB

[startup+6.30034 s]
/proc/loadavg: 4.52 4.28 4.12 6/253 44591
/proc/meminfo: memFree=129221540/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=122780 memory=80596 CPUtime=6.15 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 16038 0 0 0 583 32 0 0 20 0 1 0 48750228 125726720 20149 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 30695 20149 2400 1147 0 18122 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 126972 KiB
Current children cumulated memory: 83668 KiB

[startup+12.7004 s]
/proc/loadavg: 4.48 4.28 4.12 6/253 44591
/proc/meminfo: memFree=129149088/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=167016 memory=107768 CPUtime=12.53 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 21820 0 0 0 1211 42 0 0 20 0 1 0 48750228 171024384 26942 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 41754 26942 2400 1147 0 29181 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 171208 KiB
Current children cumulated memory: 110840 KiB

[startup+25.5004 s]
/proc/loadavg: 4.48 4.29 4.13 6/253 44591
/proc/meminfo: memFree=129015836/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=187136 memory=139140 CPUtime=25.29 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 28133 0 0 0 2466 63 0 0 20 0 1 0 48750228 191627264 34785 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 46784 34785 2400 1147 0 34211 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 191328 KiB
Current children cumulated memory: 142212 KiB

[startup+51.1131 s]
/proc/loadavg: 4.29 4.26 4.12 6/253 44592
/proc/meminfo: memFree=128780228/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=258820 memory=184372 CPUtime=50.82 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 37342 0 0 0 4983 99 0 0 20 0 1 0 48750228 265031680 46093 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 64705 46093 2400 1147 0 52132 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 263012 KiB
Current children cumulated memory: 187444 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.25 4.12 6/253 44593
/proc/meminfo: memFree=128680884/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=332936 memory=237164 CPUtime=101.84 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 46549 0 0 0 10023 161 0 0 20 0 1 0 48750228 340926464 59291 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 83234 59291 2400 1147 0 70661 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 337128 KiB
Current children cumulated memory: 240236 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.23 4.12 6/256 44604
/proc/meminfo: memFree=128525852/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=348152 memory=276204 CPUtime=161.64 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 49830 0 0 0 15939 225 0 0 20 0 1 0 48750228 356507648 69051 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 87038 69051 2400 1147 0 74465 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 352344 KiB
Current children cumulated memory: 279276 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.20 4.12 6/256 44606
/proc/meminfo: memFree=128399392/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=373956 memory=296336 CPUtime=221.48 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 53876 0 0 0 21850 298 0 0 20 0 1 0 48750228 382930944 74084 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 93489 74084 2400 1147 0 80916 0

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

/proc/44524/statm: 205659 176075 2400 1147 0 193086 0
Current children cumulated CPU time: 3093.14 s
Current children cumulated vsize: 826828 KiB
Current children cumulated memory: 707372 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.14 4.10 6/255 44767
/proc/meminfo: memFree=126074920/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1136864 memory=890452 CPUtime=3152.95 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 146686 0 0 0 312763 2532 0 0 20 0 1 0 48750228 1164148736 222613 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 284216 222613 2400 1147 0 271643 0
Current children cumulated CPU time: 3152.97 s
Current children cumulated vsize: 1141056 KiB
Current children cumulated memory: 893524 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.09 6/254 44769
/proc/meminfo: memFree=126049880/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1140780 memory=905160 CPUtime=3212.78 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 148336 0 0 0 318709 2569 0 0 20 0 1 0 48750228 1168158720 226290 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 285195 226290 2400 1147 0 272622 0
Current children cumulated CPU time: 3212.8 s
Current children cumulated vsize: 1144972 KiB
Current children cumulated memory: 908232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.78 4.30 4.15 6/254 44771
/proc/meminfo: memFree=126010632/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1140780 memory=913736 CPUtime=3272.6 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 148349 0 0 0 324663 2597 0 0 20 0 1 0 48750228 1168158720 228434 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 285195 228434 2400 1147 0 272622 0
Current children cumulated CPU time: 3272.62 s
Current children cumulated vsize: 1144972 KiB
Current children cumulated memory: 916808 KiB

[startup+3342.3 s]
/proc/loadavg: 5.13 4.51 4.24 6/254 44776
/proc/meminfo: memFree=125997640/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1141616 memory=936136 CPUtime=3332.42 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 148576 0 0 0 330607 2635 0 0 20 0 1 0 48750228 1169014784 234034 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 285404 234034 2400 1147 0 272831 0
Current children cumulated CPU time: 3332.44 s
Current children cumulated vsize: 1145808 KiB
Current children cumulated memory: 939208 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.43 4.23 6/254 44778
/proc/meminfo: memFree=125940332/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1146744 memory=971720 CPUtime=3392.24 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 149480 0 0 0 336562 2662 0 0 20 0 1 0 48750228 1174265856 242930 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 286686 242930 2400 1147 0 274113 0
Current children cumulated CPU time: 3392.26 s
Current children cumulated vsize: 1150936 KiB
Current children cumulated memory: 974792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.69 4.51 4.27 6/254 44780
/proc/meminfo: memFree=125898468/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1146744 memory=998344 CPUtime=3452.06 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 149493 0 0 0 342514 2692 0 0 20 0 1 0 48750228 1174265856 249586 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 286686 249586 2400 1147 0 274113 0
Current children cumulated CPU time: 3452.08 s
Current children cumulated vsize: 1150936 KiB
Current children cumulated memory: 1001416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.98 4.63 4.32 6/254 44782
/proc/meminfo: memFree=125927328/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1146744 memory=1000904 CPUtime=3511.88 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 149527 0 0 0 348466 2722 0 0 20 0 1 0 48750228 1174265856 250226 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 286686 250226 2400 1147 0 274113 0
Current children cumulated CPU time: 3511.9 s
Current children cumulated vsize: 1150936 KiB
Current children cumulated memory: 1003976 KiB

[startup+3582.3 s]
/proc/loadavg: 5.15 4.74 4.39 6/254 44784
/proc/meminfo: memFree=125927900/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1146744 memory=1000904 CPUtime=3571.71 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 149534 0 0 0 354417 2754 0 0 20 0 1 0 48750228 1174265856 250226 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 286686 250226 2400 1147 0 274113 0
Current children cumulated CPU time: 3571.73 s
Current children cumulated vsize: 1150936 KiB
Current children cumulated memory: 1003976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 5.16 4.78 4.41 6/254 44785
/proc/meminfo: memFree=125917516/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1146744 memory=1000904 CPUtime=3600.04 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 149537 0 0 0 357234 2770 0 0 20 0 1 0 48750228 1174265856 250226 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 286686 250226 2400 1147 0 274113 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1150936 KiB
Current children cumulated memory: 1003976 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.019641 s, system=0.01474 s

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

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

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

[startup+3610.7 s]
/proc/loadavg: 5.16 4.78 4.41 6/254 44785
/proc/meminfo: memFree=125917516/131382116 swapFree=33010684/33010684
[pid=44514] ppid=44507 vsize=4192 memory=3072 CPUtime=0.02 cores=5,7
/proc/44514/stat : 44514 (run-opt-break.s) S 44507 44514 44092 0 -1 4194304 238 1431 0 0 0 0 1 1 20 0 1 0 48750221 4292608 768 18446744073709551615 94438427287552 94438428182085 140721680471296 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94438428421136 94438428468880 94438431596544 140721680476513 140721680476642 140721680476642 140721680482244 0
/proc/44514/statm: 1048 768 704 219 0 110 0
[pid=44524] ppid=44514 vsize=1146744 memory=1000904 CPUtime=3600.04 cores=5,7
/proc/44524/stat : 44524 (roundingsat) R 44514 44514 44092 0 -1 4194304 149537 0 0 0 357234 2770 0 0 20 0 1 0 48750228 1174265856 250226 18446744073709551615 4227072 8923433 140735536205168 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 38318080 140735536208228 140735536208424 140735536208424 140735536213994 0
/proc/44524/statm: 286686 250226 2400 1147 0 274113 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1150936 KiB
Current children cumulated memory: 1003976 KiB

Child status: 2

Real time (s): 3610.71
CPU time (s): 3600.08
CPU user time (s): 3572.36
CPU system time (s): 27.7208
CPU usage (%): 99.7058
Max. virtual memory (cumulated for all children) (KiB): 1150936
Max. memory (cumulated for all children) (KiB): 1003976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.36
system time used= 27.7208
maximum resident set size= 1001288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 560
involuntary context switches= 2311


# summary of solver processes directly reported to runsolver:
#   pid: 44514,44524
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3572.36
#   total CPU system time (s): 27.7208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0067 second user time and 35.7373 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-01 02:45:08
IDJOB=4488590
IDBENCH=147524
IDSOLVER=3359
FILE ID=nodeC010/4488590-1751330708
RUNJOBID= nodeC010-1751327095-44105
SLURM_JOB_ID= 9594364
Free space on /tmp= 432672 MiB

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

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

MD5SUM BENCH= 3986604c534c992b7a4e3e5a4bb881f1
RANDOM SEED=1367040162

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129349232 kB
MemAvailable:   129780072 kB
Buffers:            3280 kB
Cached:          1238276 kB
SwapCached:            0 kB
Active:           577588 kB
Inactive:         932632 kB
Active(anon):     286624 kB
Inactive(anon):        0 kB
Active(file):     290964 kB
Inactive(file):   932632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14808 kB
Writeback:             4 kB
AnonPages:        267304 kB
Mapped:           110028 kB
Shmem:             17960 kB
KReclaimable:      93744 kB
Slab:             177892 kB
SReclaimable:      93744 kB
SUnreclaim:        84148 kB
KernelStack:        3936 kB
PageTables:         3460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     584040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

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