Trace number 4531811

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3SAT (TO)1032 3598.22 3700.45

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_21.opb.PB06.opb
MD5SUM3cf724146d283b6491b934147ab5b23d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1030
Best CPU time to get the best result obtained on this benchmark37185.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1959
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 1959
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 1959
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 1959
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4531811-1752584622.opb'
0.00/0.01	c 	read 0.11MB  (1.95ms)
0.00/0.01	c	 [cnf: #variables 1959 #clauses 4000 #duplicates 1 #arr 9957]
0.00/0.01	c output proof to 'PROOFDIR/proof-4531811-1752584622'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 12] (2.26ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 found row 3x2, generating row predicate
0.00/0.01	c 	 (0.45ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 9877 #edges 27750]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 3.20*10^1 #generators 5] (1.62ms)
0.00/0.02	c 
0.00/0.02	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.02	c 	(0.01ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c add generic predicates (break_depth=20)
0.00/0.02	c 	added predicates for 5 generators (0.00ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 7 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4531811-1752584622.opb.pre'
0.00/0.02	c 	wrote 0.12MB (0.32ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.26ms 31.08% approx_orbits
0.00/0.02	c                   1.94ms 26.79% parse
0.00/0.02	c                   1.62ms 22.33% detect_generic
0.00/0.02	c                   0.61ms  8.39% other
0.00/0.02	c                   0.45ms  6.14% detect_special
0.00/0.02	c                   0.32ms  4.36% output
0.00/0.02	c                   0.05ms  0.75% finalize_order
0.00/0.02	c                   0.01ms  0.09% optimize_gens
0.00/0.02	c                   0.00ms  0.06% break_generic
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   7.26ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 0f876b3
0.00/0.05	c #variables 1959 #constraints 4006
0.00/0.05	c objective is ce32 
0.00/0.07	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.07	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.07	c bounds 1114 >= 0 @ 0.036761
0.07/0.11	c bounds 1113 >= 0 @ 0.069823
0.07/0.11	c bounds 1113 >= 1 @ 0.070248
0.07/0.11	c bounds 1113 >= 2 @ 0.070747
0.07/0.11	c bounds 1113 >= 3 @ 0.071237
0.07/0.11	c bounds 1113 >= 4 @ 0.071721
0.07/0.11	c bounds 1113 >= 5 @ 0.072208
0.07/0.11	c bounds 1113 >= 6 @ 0.072695
0.07/0.11	c bounds 1113 >= 7 @ 0.073189
0.07/0.11	c bounds 1113 >= 8 @ 0.073683
0.07/0.12	c bounds 1113 >= 9 @ 0.074173
0.07/0.12	c bounds 1113 >= 10 @ 0.07466
0.07/0.12	c bounds 1113 >= 11 @ 0.075145
0.07/0.12	c bounds 1113 >= 12 @ 0.075636
0.07/0.12	c bounds 1113 >= 13 @ 0.076086
0.07/0.12	c bounds 1113 >= 14 @ 0.076575
0.07/0.12	c bounds 1113 >= 15 @ 0.077066
0.07/0.12	c bounds 1113 >= 16 @ 0.077549
0.07/0.12	c bounds 1113 >= 17 @ 0.078032
0.07/0.12	c bounds 1113 >= 18 @ 0.078513
0.07/0.12	c bounds 1113 >= 19 @ 0.078995
0.07/0.12	c bounds 1113 >= 20 @ 0.079476
0.07/0.12	c bounds 1113 >= 21 @ 0.079956
0.07/0.12	c bounds 1113 >= 22 @ 0.080457
0.07/0.12	c bounds 1113 >= 23 @ 0.080942
0.07/0.12	c bounds 1113 >= 24 @ 0.081426
0.07/0.12	c bounds 1113 >= 25 @ 0.081913
0.07/0.12	c bounds 1113 >= 26 @ 0.082396
0.07/0.12	c bounds 1113 >= 27 @ 0.08288
0.07/0.12	c bounds 1113 >= 28 @ 0.083362
0.07/0.12	c bounds 1113 >= 29 @ 0.083844
0.07/0.13	c bounds 1113 >= 30 @ 0.084333
0.07/0.13	c bounds 1113 >= 31 @ 0.084818
0.07/0.13	c bounds 1113 >= 32 @ 0.0853
0.07/0.13	c bounds 1113 >= 33 @ 0.085782
0.07/0.13	c bounds 1113 >= 34 @ 0.08627
0.07/0.13	c bounds 1113 >= 35 @ 0.086757
0.07/0.13	c bounds 1113 >= 36 @ 0.087244
0.07/0.13	c bounds 1113 >= 37 @ 0.087729
0.07/0.13	c bounds 1113 >= 38 @ 0.08821
0.07/0.13	c bounds 1113 >= 39 @ 0.088693
0.07/0.13	c bounds 1113 >= 40 @ 0.089171
0.07/0.13	c bounds 1113 >= 41 @ 0.089651
0.07/0.13	c bounds 1113 >= 42 @ 0.090129
0.07/0.13	c bounds 1113 >= 43 @ 0.090609
0.07/0.13	c bounds 1113 >= 44 @ 0.091133
0.07/0.13	c bounds 1113 >= 45 @ 0.091657
0.07/0.13	c bounds 1113 >= 46 @ 0.092176
0.07/0.13	c bounds 1113 >= 47 @ 0.092702
0.07/0.13	c bounds 1113 >= 48 @ 0.093306
0.07/0.13	c bounds 1113 >= 49 @ 0.093829
0.07/0.14	c bounds 1113 >= 50 @ 0.094351
0.07/0.14	c bounds 1113 >= 51 @ 0.094872
0.07/0.14	c bounds 1113 >= 52 @ 0.095396
0.07/0.14	c bounds 1113 >= 53 @ 0.095918
0.07/0.14	c bounds 1113 >= 54 @ 0.096438
0.07/0.14	c bounds 1113 >= 55 @ 0.096963
0.07/0.14	c bounds 1113 >= 56 @ 0.097485
0.07/0.14	c bounds 1113 >= 57 @ 0.098009
0.07/0.14	c bounds 1113 >= 58 @ 0.098528
0.07/0.14	c bounds 1113 >= 59 @ 0.099045
0.07/0.14	c bounds 1113 >= 60 @ 0.099567
0.07/0.14	c bounds 1113 >= 61 @ 0.100083
0.07/0.14	c bounds 1113 >= 62 @ 0.100599
0.07/0.14	c bounds 1113 >= 63 @ 0.101123
0.07/0.14	c bounds 1113 >= 64 @ 0.101642
0.07/0.14	c bounds 1113 >= 65 @ 0.102159
0.07/0.14	c bounds 1113 >= 66 @ 0.102677
0.07/0.14	c bounds 1113 >= 67 @ 0.103199
0.07/0.14	c bounds 1113 >= 68 @ 0.103718
0.07/0.15	c bounds 1113 >= 69 @ 0.104239
0.07/0.15	c bounds 1113 >= 70 @ 0.104758
0.07/0.15	c bounds 1113 >= 71 @ 0.10528
0.07/0.15	c bounds 1113 >= 72 @ 0.105795
0.07/0.15	c bounds 1113 >= 73 @ 0.106313
0.07/0.15	c bounds 1113 >= 74 @ 0.106828
0.07/0.15	c bounds 1113 >= 75 @ 0.107345
0.07/0.15	c bounds 1113 >= 76 @ 0.107862
0.07/0.15	c bounds 1113 >= 77 @ 0.108379
0.07/0.15	c bounds 1113 >= 78 @ 0.108896
0.07/0.15	c bounds 1113 >= 79 @ 0.109418
0.07/0.15	c bounds 1113 >= 80 @ 0.109934
0.07/0.15	c bounds 1113 >= 81 @ 0.110447
0.07/0.15	c bounds 1113 >= 82 @ 0.110967
0.07/0.15	c bounds 1113 >= 83 @ 0.111484
0.07/0.15	c bounds 1113 >= 84 @ 0.111998
0.07/0.15	c bounds 1113 >= 85 @ 0.112515
0.07/0.15	c bounds 1113 >= 86 @ 0.113036
0.07/0.15	c bounds 1113 >= 87 @ 0.113554
0.07/0.16	c bounds 1113 >= 88 @ 0.11418
0.07/0.16	c bounds 1113 >= 89 @ 0.115066
0.07/0.16	c bounds 1113 >= 90 @ 0.115588
0.07/0.16	c bounds 1113 >= 91 @ 0.116063
0.07/0.16	c bounds 1113 >= 92 @ 0.116536
0.07/0.16	c bounds 1113 >= 93 @ 0.117012
0.07/0.16	c bounds 1113 >= 94 @ 0.117485
0.07/0.16	c bounds 1113 >= 95 @ 0.11796
0.07/0.16	c bounds 1113 >= 96 @ 0.118432
0.07/0.16	c bounds 1113 >= 97 @ 0.118943
0.07/0.16	c bounds 1113 >= 98 @ 0.119452
0.07/0.16	c bounds 1113 >= 99 @ 0.119963
0.07/0.16	c bounds 1113 >= 100 @ 0.120478
0.07/0.16	c bounds 1113 >= 101 @ 0.120992
0.07/0.16	c bounds 1113 >= 102 @ 0.121501
0.07/0.16	c bounds 1113 >= 103 @ 0.122014
0.07/0.16	c bounds 1113 >= 104 @ 0.122518
0.07/0.16	c bounds 1113 >= 105 @ 0.123033
0.07/0.16	c bounds 1113 >= 106 @ 0.123542
0.07/0.17	c bounds 1113 >= 107 @ 0.124049
0.07/0.17	c bounds 1113 >= 108 @ 0.124559
0.07/0.17	c bounds 1113 >= 109 @ 0.125071
0.07/0.17	c bounds 1113 >= 110 @ 0.125576
0.07/0.17	c bounds 1113 >= 111 @ 0.126092
0.07/0.17	c bounds 1113 >= 112 @ 0.12658
0.07/0.17	c bounds 1113 >= 113 @ 0.127056
0.07/0.17	c bounds 1113 >= 114 @ 0.127532
0.07/0.17	c bounds 1113 >= 115 @ 0.128007
0.07/0.17	c bounds 1113 >= 116 @ 0.128477
0.07/0.17	c bounds 1113 >= 117 @ 0.128951
0.07/0.17	c bounds 1113 >= 118 @ 0.129427
0.07/0.17	c bounds 1113 >= 119 @ 0.129903
0.07/0.17	c bounds 1113 >= 120 @ 0.130378
0.07/0.17	c bounds 1113 >= 121 @ 0.130853
0.07/0.17	c bounds 1113 >= 122 @ 0.131335
0.07/0.17	c bounds 1113 >= 123 @ 0.131842
0.07/0.17	c bounds 1113 >= 124 @ 0.13232
0.07/0.17	c bounds 1113 >= 125 @ 0.132797
0.07/0.17	c bounds 1113 >= 126 @ 0.133269
0.07/0.17	c bounds 1113 >= 127 @ 0.133744
0.07/0.18	c bounds 1113 >= 128 @ 0.134225
0.07/0.18	c bounds 1113 >= 129 @ 0.134706
0.07/0.18	c bounds 1113 >= 130 @ 0.135182
0.07/0.18	c bounds 1113 >= 131 @ 0.135657
0.07/0.18	c bounds 1113 >= 132 @ 0.136131
0.07/0.18	c bounds 1113 >= 133 @ 0.136604
0.07/0.18	c bounds 1113 >= 134 @ 0.137082
0.07/0.18	c bounds 1113 >= 135 @ 0.137558
0.07/0.18	c bounds 1113 >= 136 @ 0.13804
0.07/0.18	c bounds 1113 >= 137 @ 0.138547
0.07/0.18	c bounds 1113 >= 138 @ 0.13906
0.07/0.18	c bounds 1113 >= 139 @ 0.139537
0.07/0.18	c bounds 1113 >= 140 @ 0.140012
0.07/0.18	c bounds 1113 >= 141 @ 0.140491
0.07/0.18	c bounds 1113 >= 142 @ 0.140962
0.07/0.18	c bounds 1113 >= 143 @ 0.141434
0.07/0.18	c bounds 1113 >= 144 @ 0.141913
0.07/0.18	c bounds 1113 >= 145 @ 0.142388
0.07/0.18	c bounds 1113 >= 146 @ 0.142861
0.07/0.18	c bounds 1113 >= 147 @ 0.143337
0.07/0.19	c bounds 1113 >= 148 @ 0.143806
0.07/0.19	c bounds 1113 >= 149 @ 0.144278
0.07/0.19	c bounds 1113 >= 150 @ 0.144788
0.07/0.19	c bounds 1113 >= 151 @ 0.145261
0.07/0.19	c bounds 1113 >= 152 @ 0.145777
0.07/0.19	c bounds 1113 >= 153 @ 0.146254
0.07/0.19	c bounds 1113 >= 154 @ 0.14673
0.07/0.19	c bounds 1113 >= 155 @ 0.147202
0.07/0.19	c bounds 1113 >= 156 @ 0.147672
0.07/0.19	c bounds 1113 >= 157 @ 0.148137
0.07/0.19	c bounds 1113 >= 158 @ 0.148605
0.07/0.19	c bounds 1113 >= 159 @ 0.149076
0.07/0.19	c bounds 1113 >= 160 @ 0.149548
0.07/0.19	c bounds 1113 >= 161 @ 0.150134
0.07/0.19	c bounds 1113 >= 162 @ 0.150609
0.07/0.19	c bounds 1113 >= 163 @ 0.151077
0.07/0.19	c bounds 1113 >= 164 @ 0.151542
0.07/0.19	c bounds 1113 >= 165 @ 0.152016
0.07/0.19	c bounds 1113 >= 166 @ 0.152489
0.07/0.19	c bounds 1113 >= 167 @ 0.152967
0.07/0.19	c bounds 1113 >= 168 @ 0.153439
0.07/0.20	c bounds 1113 >= 169 @ 0.153918
0.07/0.20	c bounds 1113 >= 170 @ 0.154393
0.07/0.20	c bounds 1113 >= 171 @ 0.154865
0.07/0.20	c bounds 1113 >= 172 @ 0.155337
0.07/0.20	c bounds 1113 >= 173 @ 0.155804
0.07/0.20	c bounds 1113 >= 174 @ 0.156275
0.07/0.20	c bounds 1113 >= 175 @ 0.15674
0.07/0.20	c bounds 1113 >= 176 @ 0.157209
0.07/0.20	c bounds 1113 >= 177 @ 0.157676
0.07/0.20	c bounds 1113 >= 178 @ 0.15815
0.07/0.20	c bounds 1113 >= 179 @ 0.158651
0.07/0.20	c bounds 1113 >= 180 @ 0.159117
0.07/0.20	c bounds 1113 >= 181 @ 0.159583
0.07/0.20	c bounds 1113 >= 182 @ 0.160062
0.07/0.20	c bounds 1113 >= 183 @ 0.160539
0.07/0.20	c bounds 1113 >= 184 @ 0.161018
0.07/0.20	c bounds 1113 >= 185 @ 0.161493
0.07/0.20	c bounds 1113 >= 186 @ 0.161973
0.07/0.20	c bounds 1113 >= 187 @ 0.162445
0.07/0.20	c bounds 1113 >= 188 @ 0.162921
0.07/0.20	c bounds 1113 >= 189 @ 0.163392
0.07/0.21	c bounds 1113 >= 190 @ 0.163865
0.07/0.21	c bounds 1113 >= 191 @ 0.164336
0.17/0.21	c bounds 1113 >= 192 @ 0.164809
0.17/0.21	c bounds 1113 >= 193 @ 0.165276
0.17/0.21	c bounds 1113 >= 194 @ 0.165751
0.17/0.21	c bounds 1113 >= 195 @ 0.166223
0.17/0.21	c bounds 1113 >= 196 @ 0.16669
0.17/0.21	c bounds 1113 >= 197 @ 0.167154
0.17/0.21	c bounds 1113 >= 198 @ 0.167621
0.17/0.21	c bounds 1113 >= 199 @ 0.168079
0.17/0.21	c bounds 1113 >= 200 @ 0.168545
0.17/0.21	c bounds 1113 >= 201 @ 0.169013
0.17/0.21	c bounds 1113 >= 202 @ 0.169475
0.17/0.21	c bounds 1113 >= 203 @ 0.169941
0.17/0.21	c bounds 1113 >= 204 @ 0.1704
0.17/0.21	c bounds 1113 >= 205 @ 0.170866
0.17/0.21	c bounds 1113 >= 206 @ 0.171333
0.17/0.21	c bounds 1113 >= 207 @ 0.171799
0.17/0.21	c bounds 1113 >= 208 @ 0.17227
0.17/0.21	c bounds 1113 >= 209 @ 0.172737
0.17/0.21	c bounds 1113 >= 210 @ 0.173211
0.17/0.22	c bounds 1113 >= 211 @ 0.173681
0.17/0.22	c bounds 1113 >= 212 @ 0.174143
0.17/0.22	c bounds 1113 >= 213 @ 0.174612
0.17/0.22	c bounds 1113 >= 214 @ 0.175072
0.17/0.22	c bounds 1113 >= 215 @ 0.175534
0.17/0.22	c bounds 1113 >= 216 @ 0.176003
0.17/0.22	c bounds 1113 >= 217 @ 0.176468
0.17/0.22	c bounds 1113 >= 218 @ 0.176935
0.17/0.22	c bounds 1113 >= 219 @ 0.177399
0.17/0.22	c bounds 1113 >= 220 @ 0.177869
0.17/0.22	c bounds 1113 >= 221 @ 0.178333
0.17/0.22	c bounds 1113 >= 222 @ 0.178426
0.17/0.22	c bounds 1113 >= 223 @ 0.178426
0.17/0.22	c bounds 1113 >= 224 @ 0.178842
0.17/0.22	c bounds 1113 >= 225 @ 0.179303
0.17/0.22	c bounds 1113 >= 226 @ 0.179736
0.17/0.22	c bounds 1113 >= 227 @ 0.179736
0.17/0.22	c bounds 1113 >= 228 @ 0.179736
0.17/0.22	c bounds 1113 >= 229 @ 0.180131
0.17/0.22	c bounds 1113 >= 230 @ 0.18059
0.17/0.22	c bounds 1113 >= 231 @ 0.180686
0.17/0.22	c bounds 1113 >= 232 @ 0.180686
0.17/0.23	c bounds 1113 >= 233 @ 0.181043
0.17/0.23	c bounds 1113 >= 234 @ 0.181463
0.17/0.23	c bounds 1113 >= 235 @ 0.18192
0.17/0.23	c bounds 1113 >= 236 @ 0.182389
0.17/0.23	c bounds 1113 >= 237 @ 0.182858
0.17/0.23	c bounds 1113 >= 238 @ 0.183318
0.17/0.23	c bounds 1113 >= 239 @ 0.183786
0.17/0.23	c bounds 1113 >= 240 @ 0.184412
0.17/0.23	c bounds 1113 >= 241 @ 0.184874
0.17/0.23	c bounds 1113 >= 242 @ 0.185337
0.17/0.23	c bounds 1113 >= 243 @ 0.185808
0.17/0.23	c bounds 1113 >= 244 @ 0.186275
0.17/0.23	c bounds 1113 >= 245 @ 0.186733
0.17/0.23	c bounds 1113 >= 246 @ 0.187203
0.17/0.23	c bounds 1113 >= 247 @ 0.187665
0.17/0.23	c bounds 1113 >= 248 @ 0.188126
0.17/0.23	c bounds 1113 >= 249 @ 0.188621
0.17/0.23	c bounds 1113 >= 250 @ 0.189111
0.17/0.23	c bounds 1113 >= 251 @ 0.18958
0.17/0.23	c bounds 1113 >= 252 @ 0.190044
0.17/0.23	c bounds 1113 >= 253 @ 0.190535
0.17/0.24	c bounds 1113 >= 254 @ 0.191034
0.17/0.24	c bounds 1113 >= 255 @ 0.191505
0.17/0.24	c bounds 1113 >= 256 @ 0.191964
0.17/0.24	c bounds 1113 >= 257 @ 0.192431
0.17/0.24	c bounds 1113 >= 258 @ 0.192898
0.17/0.24	c bounds 1113 >= 259 @ 0.193358
0.17/0.24	c bounds 1113 >= 260 @ 0.193818
0.17/0.24	c bounds 1113 >= 261 @ 0.194278
0.17/0.24	c bounds 1113 >= 262 @ 0.194737
0.17/0.24	c bounds 1113 >= 263 @ 0.195595
0.17/0.24	c bounds 1113 >= 264 @ 0.195694
0.17/0.24	c bounds 1113 >= 265 @ 0.195694
0.17/0.24	c bounds 1113 >= 266 @ 0.196045
0.17/0.24	c bounds 1113 >= 267 @ 0.196464
0.17/0.24	c bounds 1113 >= 268 @ 0.196949
0.17/0.24	c bounds 1113 >= 269 @ 0.197415
0.17/0.24	c bounds 1113 >= 270 @ 0.197892
0.17/0.24	c bounds 1113 >= 271 @ 0.198356
0.17/0.24	c bounds 1113 >= 272 @ 0.198821
0.17/0.24	c bounds 1113 >= 273 @ 0.199309
0.17/0.25	c bounds 1113 >= 274 @ 0.199773
0.17/0.25	c bounds 1112 >= 274 @ 0.202104
0.17/0.25	c bounds 1112 >= 275 @ 0.202579
0.17/0.25	c bounds 1112 >= 276 @ 0.203037
0.17/0.25	c bounds 1112 >= 277 @ 0.203494
0.17/0.25	c bounds 1112 >= 278 @ 0.203953
0.17/0.25	c bounds 1112 >= 279 @ 0.204412
0.17/0.25	c bounds 1112 >= 280 @ 0.204877
0.17/0.25	c bounds 1112 >= 281 @ 0.205341
0.17/0.25	c bounds 1112 >= 282 @ 0.205798
0.17/0.25	c bounds 1112 >= 283 @ 0.206256
0.17/0.25	c bounds 1112 >= 284 @ 0.206716
0.17/0.25	c bounds 1112 >= 285 @ 0.207172
0.17/0.25	c bounds 1112 >= 286 @ 0.20763
0.17/0.25	c bounds 1112 >= 287 @ 0.208083
0.17/0.25	c bounds 1112 >= 288 @ 0.208539
0.17/0.25	c bounds 1112 >= 289 @ 0.209003
0.17/0.25	c bounds 1112 >= 290 @ 0.209461
0.17/0.26	c bounds 1112 >= 291 @ 0.209919
0.17/0.26	c bounds 1112 >= 292 @ 0.210371
0.17/0.26	c bounds 1112 >= 293 @ 0.210826
0.17/0.26	c bounds 1112 >= 294 @ 0.211286
0.17/0.26	c bounds 1112 >= 295 @ 0.21174
0.17/0.26	c bounds 1112 >= 296 @ 0.212198
0.17/0.26	c bounds 1112 >= 297 @ 0.21265
0.17/0.26	c bounds 1112 >= 298 @ 0.213114
0.17/0.26	c bounds 1112 >= 299 @ 0.213605
0.17/0.26	c bounds 1112 >= 300 @ 0.214097
0.17/0.26	c bounds 1112 >= 301 @ 0.214584
0.17/0.26	c bounds 1112 >= 302 @ 0.215066
0.17/0.26	c bounds 1112 >= 303 @ 0.215525
0.17/0.26	c bounds 1112 >= 304 @ 0.215979
0.17/0.26	c bounds 1112 >= 305 @ 0.21644
0.17/0.26	c bounds 1112 >= 306 @ 0.216534
0.17/0.26	c bounds 1112 >= 307 @ 0.216534
0.17/0.26	c bounds 1112 >= 308 @ 0.216887
0.17/0.26	c bounds 1112 >= 309 @ 0.217304
0.17/0.26	c bounds 1112 >= 310 @ 0.217753
0.17/0.26	c bounds 1112 >= 311 @ 0.218203
0.17/0.27	c bounds 1112 >= 312 @ 0.218631
0.17/0.27	c bounds 1112 >= 313 @ 0.218631
0.17/0.27	c bounds 1112 >= 314 @ 0.218631
0.17/0.27	c bounds 1112 >= 315 @ 0.219011
0.17/0.27	c bounds 1112 >= 316 @ 0.21946
0.17/0.27	c bounds 1112 >= 317 @ 0.219922
0.17/0.27	c bounds 1112 >= 318 @ 0.220375
0.17/0.27	c bounds 1112 >= 319 @ 0.220834
0.17/0.27	c bounds 1112 >= 320 @ 0.221295
0.17/0.27	c bounds 1112 >= 321 @ 0.221752
0.17/0.27	c bounds 1112 >= 322 @ 0.222206
0.17/0.27	c bounds 1112 >= 323 @ 0.222663
0.17/0.27	c bounds 1112 >= 324 @ 0.223124
0.17/0.27	c bounds 1112 >= 325 @ 0.223583
0.17/0.27	c bounds 1112 >= 326 @ 0.224044
0.17/0.27	c bounds 1112 >= 327 @ 0.224502
0.17/0.27	c bounds 1112 >= 328 @ 0.224956
0.17/0.27	c bounds 1112 >= 329 @ 0.225414
0.17/0.27	c bounds 1112 >= 330 @ 0.225872
0.17/0.27	c bounds 1112 >= 331 @ 0.226328
0.17/0.27	c bounds 1112 >= 332 @ 0.226424
0.17/0.27	c bounds 1112 >= 333 @ 0.226424
0.17/0.28	c bounds 1112 >= 334 @ 0.22678
0.17/0.28	c bounds 1112 >= 335 @ 0.227207
0.17/0.28	c bounds 1112 >= 336 @ 0.227628
0.17/0.28	c bounds 1112 >= 337 @ 0.228088
0.17/0.28	c bounds 1112 >= 338 @ 0.228539
0.17/0.28	c bounds 1112 >= 339 @ 0.229027
0.17/0.28	c bounds 1112 >= 340 @ 0.229484
0.17/0.28	c bounds 1112 >= 341 @ 0.229943
0.17/0.28	c bounds 1112 >= 342 @ 0.230406
0.17/0.28	c bounds 1112 >= 343 @ 0.230869
0.17/0.28	c bounds 1112 >= 344 @ 0.231326
0.17/0.28	c bounds 1112 >= 345 @ 0.231787
0.17/0.28	c bounds 1112 >= 346 @ 0.232236
0.17/0.28	c bounds 1112 >= 347 @ 0.232696
0.17/0.28	c bounds 1112 >= 348 @ 0.233157
0.17/0.28	c bounds 1112 >= 349 @ 0.233613
0.17/0.28	c bounds 1112 >= 350 @ 0.234061
0.17/0.28	c bounds 1112 >= 351 @ 0.234516
0.17/0.28	c bounds 1112 >= 352 @ 0.234588
0.17/0.28	c bounds 1112 >= 353 @ 0.234588
0.17/0.28	c bounds 1112 >= 354 @ 0.23494
0.17/0.28	c bounds 1112 >= 355 @ 0.235353
0.17/0.29	c bounds 1112 >= 356 @ 0.235798
0.17/0.29	c bounds 1112 >= 357 @ 0.236248
0.17/0.29	c bounds 1112 >= 358 @ 0.236919
0.17/0.29	c bounds 1112 >= 359 @ 0.237371
0.17/0.29	c bounds 1112 >= 360 @ 0.237821
0.17/0.29	c bounds 1112 >= 361 @ 0.238282
0.17/0.29	c bounds 1112 >= 362 @ 0.23873
0.17/0.29	c bounds 1112 >= 363 @ 0.239219
0.17/0.29	c bounds 1112 >= 364 @ 0.239674
0.17/0.29	c bounds 1112 >= 365 @ 0.240125
0.17/0.29	c bounds 1112 >= 366 @ 0.24057
0.17/0.29	c bounds 1112 >= 367 @ 0.241026
0.17/0.29	c bounds 1112 >= 368 @ 0.241492
0.17/0.29	c bounds 1112 >= 369 @ 0.241947
0.17/0.29	c bounds 1112 >= 370 @ 0.242406
0.17/0.29	c bounds 1112 >= 371 @ 0.24286
0.17/0.29	c bounds 1112 >= 372 @ 0.243316
0.17/0.29	c bounds 1112 >= 373 @ 0.243762
0.17/0.29	c bounds 1112 >= 374 @ 0.244214
0.17/0.29	c bounds 1112 >= 375 @ 0.244667
0.17/0.29	c bounds 1112 >= 376 @ 0.245118
0.17/0.30	c bounds 1112 >= 377 @ 0.245571
0.17/0.30	c bounds 1112 >= 378 @ 0.246023
0.17/0.30	c bounds 1112 >= 379 @ 0.246481
0.17/0.30	c bounds 1112 >= 380 @ 0.24693
0.17/0.30	c bounds 1112 >= 381 @ 0.247378
0.17/0.30	c bounds 1112 >= 382 @ 0.247828
0.17/0.30	c bounds 1112 >= 383 @ 0.248279
0.17/0.30	c bounds 1112 >= 384 @ 0.24872
0.17/0.30	c bounds 1112 >= 385 @ 0.249174
0.17/0.30	c bounds 1112 >= 386 @ 0.249627
0.17/0.30	c bounds 1112 >= 387 @ 0.250072
0.17/0.30	c bounds 1112 >= 388 @ 0.250523
0.17/0.30	c bounds 1111 >= 388 @ 0.252779
0.17/0.30	c bounds 1111 >= 389 @ 0.253244
0.17/0.30	c bounds 1111 >= 390 @ 0.253699
0.17/0.30	c bounds 1111 >= 391 @ 0.254157
0.17/0.30	c bounds 1111 >= 392 @ 0.25462
0.17/0.30	c bounds 1111 >= 393 @ 0.255076
0.17/0.31	c bounds 1111 >= 394 @ 0.255539
0.17/0.31	c bounds 1111 >= 395 @ 0.255993
0.27/0.31	c bounds 1111 >= 396 @ 0.256448
0.27/0.31	c bounds 1111 >= 397 @ 0.256911
0.27/0.31	c bounds 1111 >= 398 @ 0.257364
0.27/0.31	c bounds 1111 >= 399 @ 0.257819
0.27/0.31	c bounds 1111 >= 400 @ 0.258262
0.27/0.31	c bounds 1111 >= 401 @ 0.258718
0.27/0.31	c bounds 1111 >= 402 @ 0.259169
0.27/0.31	c bounds 1111 >= 403 @ 0.259617
0.27/0.31	c bounds 1111 >= 404 @ 0.260066
0.27/0.31	c bounds 1111 >= 405 @ 0.260519
0.27/0.31	c bounds 1111 >= 406 @ 0.260976
0.27/0.31	c bounds 1111 >= 407 @ 0.26142
0.27/0.31	c bounds 1111 >= 408 @ 0.26142
0.27/0.31	c bounds 1111 >= 409 @ 0.26142
0.27/0.31	c bounds 1111 >= 410 @ 0.261804
0.27/0.31	c bounds 1111 >= 411 @ 0.262264
0.27/0.31	c bounds 1111 >= 412 @ 0.262717
0.27/0.31	c bounds 1111 >= 413 @ 0.263166
0.27/0.31	c bounds 1111 >= 414 @ 0.263617
0.27/0.31	c bounds 1111 >= 415 @ 0.264067
0.27/0.32	c bounds 1111 >= 416 @ 0.264514
0.27/0.32	c bounds 1111 >= 417 @ 0.264966
0.27/0.32	c bounds 1111 >= 418 @ 0.265426
0.27/0.32	c bounds 1111 >= 419 @ 0.265887
0.27/0.32	c bounds 1111 >= 420 @ 0.266338
0.27/0.32	c bounds 1111 >= 421 @ 0.266787
0.27/0.32	c bounds 1111 >= 422 @ 0.267238
0.27/0.32	c bounds 1111 >= 423 @ 0.267688
0.27/0.32	c bounds 1111 >= 424 @ 0.268135
0.27/0.32	c bounds 1111 >= 425 @ 0.268234
0.27/0.32	c bounds 1111 >= 426 @ 0.268234
0.27/0.32	c bounds 1111 >= 427 @ 0.268565
0.27/0.32	c bounds 1111 >= 428 @ 0.268972
0.27/0.32	c bounds 1111 >= 429 @ 0.269382
0.27/0.32	c bounds 1111 >= 430 @ 0.26983
0.27/0.32	c bounds 1111 >= 431 @ 0.270277
0.27/0.32	c bounds 1111 >= 432 @ 0.270719
0.27/0.32	c bounds 1111 >= 433 @ 0.271169
0.27/0.32	c bounds 1111 >= 434 @ 0.271619
0.27/0.32	c bounds 1111 >= 435 @ 0.272069
0.27/0.32	c bounds 1111 >= 436 @ 0.27252
0.27/0.32	c bounds 1111 >= 437 @ 0.272967
0.27/0.33	c bounds 1111 >= 438 @ 0.273442
0.27/0.33	c bounds 1111 >= 439 @ 0.273908
0.27/0.33	c bounds 1111 >= 440 @ 0.274357
0.27/0.33	c bounds 1111 >= 441 @ 0.274797
0.27/0.33	c bounds 1111 >= 442 @ 0.275241
0.27/0.33	c bounds 1111 >= 443 @ 0.275687
0.27/0.33	c bounds 1111 >= 444 @ 0.276125
0.27/0.33	c bounds 1111 >= 445 @ 0.276589
0.27/0.33	c bounds 1111 >= 446 @ 0.277053
0.27/0.33	c bounds 1111 >= 447 @ 0.277509
0.27/0.33	c bounds 1111 >= 448 @ 0.277957
0.27/0.33	c bounds 1111 >= 449 @ 0.278398
0.27/0.33	c bounds 1111 >= 450 @ 0.278837
0.27/0.33	c bounds 1111 >= 451 @ 0.27929
0.27/0.33	c bounds 1111 >= 452 @ 0.279741
0.27/0.33	c bounds 1111 >= 453 @ 0.280204
0.27/0.33	c bounds 1111 >= 454 @ 0.280657
0.27/0.33	c bounds 1111 >= 455 @ 0.281101
0.27/0.33	c bounds 1111 >= 456 @ 0.281543
0.27/0.33	c bounds 1111 >= 457 @ 0.281995
0.27/0.33	c bounds 1111 >= 458 @ 0.282439
0.27/0.34	c bounds 1110 >= 458 @ 0.285021
0.27/0.34	c bounds 1110 >= 459 @ 0.285473
0.27/0.34	c bounds 1110 >= 460 @ 0.285919
0.27/0.34	c bounds 1110 >= 461 @ 0.286359
0.27/0.34	c bounds 1110 >= 462 @ 0.286805
0.27/0.34	c bounds 1110 >= 463 @ 0.287243
0.27/0.34	c bounds 1110 >= 464 @ 0.287686
0.27/0.34	c bounds 1110 >= 465 @ 0.288129
0.27/0.34	c bounds 1110 >= 466 @ 0.288572
0.27/0.34	c bounds 1110 >= 467 @ 0.289022
0.27/0.34	c bounds 1110 >= 468 @ 0.289465
0.27/0.34	c bounds 1110 >= 469 @ 0.289899
0.27/0.34	c bounds 1110 >= 470 @ 0.29034
0.27/0.34	c bounds 1110 >= 471 @ 0.290785
0.27/0.34	c bounds 1110 >= 472 @ 0.291229
0.27/0.34	c bounds 1110 >= 473 @ 0.29168
0.27/0.34	c bounds 1110 >= 474 @ 0.292117
0.27/0.34	c bounds 1110 >= 475 @ 0.292215
0.27/0.34	c bounds 1110 >= 476 @ 0.292215
0.27/0.35	c bounds 1110 >= 477 @ 0.292525
0.27/0.35	c bounds 1110 >= 478 @ 0.292937
0.27/0.35	c bounds 1110 >= 479 @ 0.293351
0.27/0.35	c bounds 1110 >= 480 @ 0.293806
0.27/0.35	c bounds 1110 >= 481 @ 0.294247
0.27/0.35	c bounds 1110 >= 482 @ 0.294684
0.27/0.35	c bounds 1110 >= 483 @ 0.29512
0.27/0.35	c bounds 1110 >= 484 @ 0.295569
0.27/0.35	c bounds 1110 >= 485 @ 0.296006
0.27/0.35	c bounds 1110 >= 486 @ 0.296452
0.27/0.35	c bounds 1110 >= 487 @ 0.296888
0.27/0.35	c bounds 1110 >= 488 @ 0.29732
0.27/0.35	c bounds 1110 >= 489 @ 0.297768
0.27/0.35	c bounds 1110 >= 490 @ 0.298204
0.27/0.35	c bounds 1110 >= 491 @ 0.298643
0.27/0.35	c bounds 1110 >= 492 @ 0.299088
0.27/0.35	c bounds 1110 >= 493 @ 0.299522
0.27/0.35	c bounds 1110 >= 494 @ 0.29997
0.27/0.35	c bounds 1110 >= 495 @ 0.30041
0.27/0.35	c bounds 1110 >= 496 @ 0.300845
0.27/0.35	c bounds 1110 >= 497 @ 0.301284
0.27/0.35	c bounds 1110 >= 498 @ 0.301729
0.27/0.36	c bounds 1110 >= 499 @ 0.30217
0.27/0.36	c bounds 1110 >= 500 @ 0.302604
0.27/0.36	c bounds 1110 >= 501 @ 0.30305
0.27/0.36	c bounds 1110 >= 502 @ 0.303525
0.27/0.36	c bounds 1110 >= 503 @ 0.303965
0.27/0.36	c bounds 1110 >= 504 @ 0.304404
0.27/0.36	c bounds 1110 >= 505 @ 0.304839
0.27/0.36	c bounds 1110 >= 506 @ 0.305274
0.27/0.36	c bounds 1110 >= 507 @ 0.305719
0.27/0.36	c bounds 1110 >= 508 @ 0.306158
0.27/0.36	c bounds 1110 >= 509 @ 0.306598
0.27/0.36	c bounds 1110 >= 510 @ 0.307035
0.27/0.36	c bounds 1110 >= 511 @ 0.307467
0.27/0.36	c bounds 1110 >= 512 @ 0.307912
0.27/0.36	c bounds 1110 >= 513 @ 0.308347
0.27/0.36	c bounds 1110 >= 514 @ 0.308784
0.27/0.36	c bounds 1110 >= 515 @ 0.30922
0.27/0.36	c bounds 1110 >= 516 @ 0.309655
0.27/0.36	c bounds 1110 >= 517 @ 0.310092
0.27/0.36	c bounds 1110 >= 518 @ 0.310525
0.27/0.36	c bounds 1110 >= 519 @ 0.310966
0.27/0.36	c bounds 1110 >= 520 @ 0.311411
0.27/0.36	c bounds 1110 >= 521 @ 0.311886
0.27/0.37	c bounds 1110 >= 522 @ 0.312337
0.27/0.37	c bounds 1110 >= 523 @ 0.31278
0.27/0.37	c bounds 1110 >= 524 @ 0.313221
0.27/0.37	c bounds 1110 >= 525 @ 0.313659
0.27/0.37	c bounds 1110 >= 526 @ 0.314108
0.27/0.37	c bounds 1110 >= 527 @ 0.314553
0.27/0.37	c bounds 1110 >= 528 @ 0.315073
0.27/0.37	c bounds 1110 >= 529 @ 0.315523
0.27/0.37	c bounds 1110 >= 530 @ 0.315972
0.27/0.37	c bounds 1110 >= 531 @ 0.316447
0.27/0.37	c bounds 1110 >= 532 @ 0.316897
0.27/0.37	c bounds 1110 >= 533 @ 0.317345
0.27/0.37	c bounds 1110 >= 534 @ 0.317798
0.27/0.37	c bounds 1110 >= 535 @ 0.318237
0.27/0.37	c bounds 1110 >= 536 @ 0.31868
0.27/0.37	c bounds 1110 >= 537 @ 0.319116
0.27/0.38	c bounds 1109 >= 537 @ 0.322318
0.27/0.38	c bounds 1109 >= 538 @ 0.322783
0.27/0.38	c bounds 1109 >= 539 @ 0.32323
0.27/0.38	c bounds 1109 >= 540 @ 0.323673
0.27/0.38	c bounds 1109 >= 541 @ 0.324122
0.27/0.38	c bounds 1109 >= 542 @ 0.324563
0.27/0.38	c bounds 1109 >= 543 @ 0.325007
0.27/0.38	c bounds 1109 >= 544 @ 0.325447
0.27/0.38	c bounds 1109 >= 545 @ 0.325891
0.27/0.38	c bounds 1109 >= 546 @ 0.326328
0.27/0.38	c bounds 1109 >= 547 @ 0.326768
0.27/0.38	c bounds 1109 >= 548 @ 0.32721
0.27/0.38	c bounds 1109 >= 549 @ 0.327654
0.27/0.38	c bounds 1109 >= 550 @ 0.328098
0.27/0.38	c bounds 1109 >= 551 @ 0.328542
0.27/0.38	c bounds 1109 >= 552 @ 0.328992
0.27/0.38	c bounds 1109 >= 553 @ 0.329463
0.27/0.38	c bounds 1109 >= 554 @ 0.329949
0.27/0.39	c bounds 1109 >= 555 @ 0.330396
0.27/0.39	c bounds 1109 >= 556 @ 0.330841
0.27/0.39	c bounds 1109 >= 557 @ 0.33124
0.27/0.39	c bounds 1109 >= 558 @ 0.33124
0.27/0.39	c bounds 1109 >= 559 @ 0.33124
0.27/0.39	c bounds 1109 >= 560 @ 0.331611
0.27/0.39	c bounds 1109 >= 561 @ 0.332063
0.27/0.39	c bounds 1109 >= 562 @ 0.332504
0.27/0.39	c bounds 1109 >= 563 @ 0.332963
0.27/0.39	c bounds 1109 >= 564 @ 0.333402
0.27/0.39	c bounds 1109 >= 565 @ 0.333847
0.27/0.39	c bounds 1109 >= 566 @ 0.334288
0.27/0.39	c bounds 1109 >= 567 @ 0.334729
0.27/0.39	c bounds 1109 >= 568 @ 0.335181
0.27/0.39	c bounds 1109 >= 569 @ 0.335181
0.27/0.39	c bounds 1109 >= 570 @ 0.335181
0.27/0.39	c bounds 1109 >= 571 @ 0.335531
0.27/0.39	c bounds 1109 >= 572 @ 0.335987
0.27/0.39	c bounds 1109 >= 573 @ 0.336427
0.27/0.39	c bounds 1109 >= 574 @ 0.33687
0.27/0.39	c bounds 1109 >= 575 @ 0.337309
0.27/0.39	c bounds 1109 >= 576 @ 0.337752
0.27/0.40	c bounds 1109 >= 577 @ 0.338179
0.27/0.40	c bounds 1109 >= 578 @ 0.33863
0.27/0.40	c bounds 1109 >= 579 @ 0.339073
0.27/0.40	c bounds 1109 >= 580 @ 0.33952
0.27/0.40	c bounds 1109 >= 581 @ 0.339964
0.27/0.40	c bounds 1109 >= 582 @ 0.340415
0.27/0.40	c bounds 1109 >= 583 @ 0.340892
0.27/0.40	c bounds 1109 >= 584 @ 0.341334
0.27/0.40	c bounds 1109 >= 585 @ 0.34179
0.27/0.40	c bounds 1109 >= 586 @ 0.342234
0.27/0.40	c bounds 1109 >= 587 @ 0.342679
0.27/0.40	c bounds 1109 >= 588 @ 0.343118
0.27/0.40	c bounds 1109 >= 589 @ 0.343558
0.27/0.40	c bounds 1109 >= 590 @ 0.344015
0.27/0.40	c bounds 1109 >= 591 @ 0.344473
0.27/0.40	c bounds 1109 >= 592 @ 0.34493
0.27/0.40	c bounds 1109 >= 593 @ 0.345395
0.27/0.40	c bounds 1109 >= 594 @ 0.345848
0.27/0.40	c bounds 1109 >= 595 @ 0.346307
0.27/0.40	c bounds 1109 >= 596 @ 0.346762
0.27/0.40	c bounds 1109 >= 597 @ 0.347216
0.27/0.40	c bounds 1109 >= 598 @ 0.347666
0.27/0.41	c bounds 1109 >= 599 @ 0.34778
0.27/0.41	c bounds 1109 >= 600 @ 0.34778
0.37/0.41	c bounds 1109 >= 601 @ 0.348091
0.37/0.41	c bounds 1109 >= 602 @ 0.348538
0.37/0.41	c bounds 1109 >= 603 @ 0.348993
0.37/0.41	c bounds 1109 >= 604 @ 0.34905
0.37/0.41	c bounds 1109 >= 605 @ 0.34905
0.37/0.41	c bounds 1109 >= 606 @ 0.349394
0.37/0.41	c bounds 1109 >= 607 @ 0.349823
0.37/0.41	c bounds 1109 >= 608 @ 0.350262
0.37/0.41	c bounds 1109 >= 609 @ 0.350715
0.37/0.41	c bounds 1109 >= 610 @ 0.351169
0.37/0.41	c bounds 1109 >= 611 @ 0.35163
0.37/0.41	c bounds 1109 >= 612 @ 0.352075
0.37/0.41	c bounds 1109 >= 613 @ 0.352536
0.37/0.41	c bounds 1109 >= 614 @ 0.353006
0.37/0.41	c bounds 1109 >= 615 @ 0.35348
0.37/0.41	c bounds 1109 >= 616 @ 0.353936
0.37/0.41	c bounds 1109 >= 617 @ 0.354393
0.37/0.41	c bounds 1109 >= 618 @ 0.354843
0.37/0.41	c bounds 1109 >= 619 @ 0.355307
0.37/0.41	c bounds 1109 >= 620 @ 0.355764
0.37/0.42	c bounds 1109 >= 621 @ 0.35622
0.37/0.42	c bounds 1109 >= 622 @ 0.356669
0.37/0.42	c bounds 1109 >= 623 @ 0.357124
0.37/0.42	c bounds 1109 >= 624 @ 0.35757
0.37/0.42	c bounds 1109 >= 625 @ 0.358023
0.37/0.42	c bounds 1109 >= 626 @ 0.358023
0.37/0.42	c bounds 1109 >= 627 @ 0.358023
0.37/0.42	c bounds 1109 >= 628 @ 0.358023
0.37/0.42	c bounds 1109 >= 629 @ 0.358023
0.37/0.42	c bounds 1109 >= 630 @ 0.358372
0.37/0.42	c bounds 1109 >= 631 @ 0.358856
0.37/0.42	c bounds 1109 >= 632 @ 0.359306
0.37/0.42	c bounds 1109 >= 633 @ 0.359765
0.37/0.42	c bounds 1109 >= 634 @ 0.360212
0.37/0.42	c bounds 1109 >= 635 @ 0.360663
0.37/0.42	c bounds 1109 >= 636 @ 0.36112
0.37/0.42	c bounds 1109 >= 637 @ 0.361576
0.37/0.42	c bounds 1109 >= 638 @ 0.362029
0.37/0.42	c bounds 1109 >= 639 @ 0.362489
0.37/0.42	c bounds 1109 >= 640 @ 0.362937
0.37/0.42	c bounds 1109 >= 641 @ 0.363009
0.37/0.42	c bounds 1109 >= 642 @ 0.363009
0.37/0.43	c bounds 1108 >= 642 @ 0.367672
0.37/0.43	c bounds 1108 >= 643 @ 0.36815
0.37/0.43	c bounds 1108 >= 644 @ 0.36861
0.37/0.43	c bounds 1108 >= 645 @ 0.36907
0.37/0.43	c bounds 1108 >= 646 @ 0.369526
0.37/0.43	c bounds 1108 >= 647 @ 0.369978
0.37/0.43	c bounds 1108 >= 648 @ 0.370456
0.37/0.43	c bounds 1108 >= 649 @ 0.37092
0.37/0.43	c bounds 1108 >= 650 @ 0.371375
0.37/0.44	c bounds 1108 >= 651 @ 0.371819
0.37/0.44	c bounds 1108 >= 652 @ 0.371892
0.37/0.44	c bounds 1108 >= 653 @ 0.371892
0.37/0.44	c bounds 1108 >= 654 @ 0.372224
0.37/0.44	c bounds 1108 >= 655 @ 0.372668
0.37/0.44	c bounds 1108 >= 656 @ 0.37311
0.37/0.44	c bounds 1108 >= 657 @ 0.373572
0.37/0.44	c bounds 1108 >= 658 @ 0.37403
0.37/0.44	c bounds 1108 >= 659 @ 0.374493
0.37/0.44	c bounds 1108 >= 660 @ 0.37489
0.37/0.44	c bounds 1108 >= 661 @ 0.37489
0.37/0.44	c bounds 1108 >= 662 @ 0.37489
0.37/0.44	c bounds 1108 >= 663 @ 0.375368
0.37/0.44	c bounds 1108 >= 664 @ 0.375797
0.37/0.44	c bounds 1108 >= 665 @ 0.376251
0.37/0.44	c bounds 1108 >= 666 @ 0.376727
0.37/0.44	c bounds 1108 >= 667 @ 0.377184
0.37/0.44	c bounds 1108 >= 668 @ 0.377649
0.37/0.44	c bounds 1108 >= 669 @ 0.378103
0.37/0.44	c bounds 1108 >= 670 @ 0.378554
0.37/0.44	c bounds 1108 >= 671 @ 0.379015
0.37/0.44	c bounds 1108 >= 672 @ 0.379479
0.37/0.45	c bounds 1108 >= 673 @ 0.379947
0.37/0.45	c bounds 1108 >= 674 @ 0.380417
0.37/0.45	c bounds 1108 >= 675 @ 0.380885
0.37/0.45	c bounds 1108 >= 676 @ 0.381337
0.37/0.45	c bounds 1108 >= 677 @ 0.381802
0.37/0.45	c bounds 1108 >= 678 @ 0.381871
0.37/0.45	c bounds 1108 >= 679 @ 0.381871
0.37/0.45	c bounds 1108 >= 680 @ 0.382204
0.37/0.45	c bounds 1108 >= 681 @ 0.382658
0.37/0.45	c bounds 1108 >= 682 @ 0.38311
0.37/0.45	c bounds 1108 >= 683 @ 0.38357
0.37/0.45	c bounds 1108 >= 684 @ 0.384037
0.37/0.45	c bounds 1108 >= 685 @ 0.384503
0.37/0.45	c bounds 1108 >= 686 @ 0.384966
0.37/0.45	c bounds 1108 >= 687 @ 0.385415
0.37/0.45	c bounds 1108 >= 688 @ 0.385868
0.37/0.45	c bounds 1108 >= 689 @ 0.38634
0.37/0.45	c bounds 1108 >= 690 @ 0.38681
0.37/0.45	c bounds 1108 >= 691 @ 0.386858
0.37/0.45	c bounds 1108 >= 692 @ 0.386858
0.37/0.45	c bounds 1108 >= 693 @ 0.387197
0.37/0.45	c bounds 1108 >= 694 @ 0.387661
0.37/0.46	c bounds 1108 >= 695 @ 0.388175
0.37/0.46	c bounds 1108 >= 696 @ 0.388646
0.37/0.46	c bounds 1108 >= 697 @ 0.389113
0.37/0.46	c bounds 1108 >= 698 @ 0.389569
0.37/0.46	c bounds 1108 >= 699 @ 0.390031
0.37/0.46	c bounds 1108 >= 700 @ 0.3905
0.37/0.46	c bounds 1108 >= 701 @ 0.390965
0.37/0.46	c bounds 1108 >= 702 @ 0.391429
0.37/0.46	c bounds 1108 >= 703 @ 0.391898
0.37/0.46	c bounds 1108 >= 704 @ 0.392372
0.37/0.46	c bounds 1108 >= 705 @ 0.39285
0.37/0.46	c bounds 1108 >= 706 @ 0.393322
0.37/0.46	c bounds 1108 >= 707 @ 0.393788
0.37/0.46	c bounds 1108 >= 708 @ 0.393838
0.37/0.46	c bounds 1108 >= 709 @ 0.393838
0.37/0.46	c bounds 1108 >= 710 @ 0.394194
0.37/0.46	c bounds 1108 >= 711 @ 0.394664
0.37/0.46	c bounds 1108 >= 712 @ 0.395144
0.37/0.46	c bounds 1108 >= 713 @ 0.395621
0.37/0.46	c bounds 1108 >= 714 @ 0.396099
0.37/0.46	c bounds 1108 >= 715 @ 0.396583
0.37/0.47	c bounds 1108 >= 716 @ 0.397062
0.37/0.47	c bounds 1108 >= 717 @ 0.39754
0.37/0.47	c bounds 1108 >= 718 @ 0.398038
0.37/0.47	c bounds 1108 >= 719 @ 0.398522
0.37/0.47	c bounds 1108 >= 720 @ 0.398999
0.37/0.47	c bounds 1108 >= 721 @ 0.399489
0.37/0.47	c bounds 1108 >= 722 @ 0.399977
0.37/0.47	c bounds 1108 >= 723 @ 0.400459
0.37/0.47	c bounds 1108 >= 724 @ 0.400955
0.37/0.47	c bounds 1108 >= 725 @ 0.401436
0.37/0.47	c bounds 1108 >= 726 @ 0.401918
0.37/0.47	c bounds 1108 >= 727 @ 0.402415
0.37/0.47	c bounds 1108 >= 728 @ 0.402892
0.37/0.47	c bounds 1108 >= 729 @ 0.40337
0.37/0.47	c bounds 1108 >= 730 @ 0.403798
0.37/0.48	c bounds 1107 >= 730 @ 0.406871
0.37/0.48	c bounds 1107 >= 731 @ 0.407365
0.37/0.48	c bounds 1107 >= 732 @ 0.407846
0.37/0.48	c bounds 1107 >= 733 @ 0.408332
0.37/0.48	c bounds 1107 >= 734 @ 0.408821
0.37/0.48	c bounds 1107 >= 735 @ 0.409307
0.37/0.48	c bounds 1107 >= 736 @ 0.4098
0.37/0.48	c bounds 1107 >= 737 @ 0.410292
0.37/0.48	c bounds 1107 >= 738 @ 0.410776
0.37/0.48	c bounds 1107 >= 739 @ 0.411268
0.37/0.48	c bounds 1107 >= 740 @ 0.411751
0.37/0.48	c bounds 1107 >= 741 @ 0.412233
0.37/0.48	c bounds 1107 >= 742 @ 0.412717
0.37/0.48	c bounds 1107 >= 743 @ 0.413216
0.37/0.48	c bounds 1107 >= 744 @ 0.413696
0.37/0.48	c bounds 1107 >= 745 @ 0.414179
0.37/0.49	c bounds 1107 >= 746 @ 0.414678
0.37/0.49	c bounds 1107 >= 747 @ 0.414782
0.37/0.49	c bounds 1107 >= 748 @ 0.414782
0.37/0.49	c bounds 1107 >= 749 @ 0.415155
0.37/0.49	c bounds 1107 >= 750 @ 0.415646
0.37/0.49	c bounds 1107 >= 751 @ 0.416128
0.37/0.49	c bounds 1107 >= 752 @ 0.416617
0.37/0.49	c bounds 1107 >= 753 @ 0.417109
0.37/0.49	c bounds 1107 >= 754 @ 0.417594
0.37/0.49	c bounds 1107 >= 755 @ 0.418077
0.37/0.49	c bounds 1107 >= 756 @ 0.418565
0.37/0.49	c bounds 1107 >= 757 @ 0.41906
0.37/0.49	c bounds 1107 >= 758 @ 0.419554
0.37/0.49	c bounds 1107 >= 759 @ 0.420042
0.37/0.49	c bounds 1107 >= 760 @ 0.420539
0.37/0.49	c bounds 1107 >= 761 @ 0.421035
0.37/0.49	c bounds 1107 >= 762 @ 0.421515
0.37/0.49	c bounds 1107 >= 763 @ 0.42201
0.37/0.49	c bounds 1107 >= 764 @ 0.422522
0.37/0.49	c bounds 1107 >= 765 @ 0.423019
0.37/0.49	c bounds 1107 >= 766 @ 0.423534
0.37/0.50	c bounds 1107 >= 767 @ 0.424031
0.37/0.50	c bounds 1107 >= 768 @ 0.424515
0.37/0.50	c bounds 1107 >= 769 @ 0.425011
0.37/0.50	c bounds 1107 >= 770 @ 0.425521
0.37/0.50	c bounds 1107 >= 771 @ 0.42603
0.37/0.50	c bounds 1107 >= 772 @ 0.426522
0.37/0.50	c bounds 1107 >= 773 @ 0.427012
0.37/0.50	c bounds 1107 >= 774 @ 0.427508
0.37/0.50	c bounds 1107 >= 775 @ 0.428019
0.37/0.50	c bounds 1107 >= 776 @ 0.428516
0.37/0.50	c bounds 1107 >= 777 @ 0.429011
0.47/0.51	c bounds 1106 >= 777 @ 0.436233
0.47/0.51	c bounds 1106 >= 778 @ 0.436787
0.47/0.51	c bounds 1106 >= 779 @ 0.437295
0.47/0.51	c bounds 1106 >= 780 @ 0.437798
0.47/0.51	c bounds 1106 >= 781 @ 0.438325
0.47/0.51	c bounds 1106 >= 782 @ 0.438827
0.47/0.51	c bounds 1106 >= 783 @ 0.439328
0.47/0.51	c bounds 1106 >= 784 @ 0.439834
0.47/0.51	c bounds 1106 >= 785 @ 0.44034
0.47/0.51	c bounds 1106 >= 786 @ 0.440848
0.47/0.51	c bounds 1106 >= 787 @ 0.441354
0.47/0.51	c bounds 1106 >= 788 @ 0.44186
0.47/0.51	c bounds 1106 >= 789 @ 0.442371
0.47/0.52	c bounds 1106 >= 790 @ 0.442889
0.47/0.52	c bounds 1106 >= 791 @ 0.443398
0.47/0.52	c bounds 1106 >= 792 @ 0.443905
0.47/0.52	c bounds 1106 >= 793 @ 0.444427
0.47/0.52	c bounds 1106 >= 794 @ 0.444934
0.47/0.52	c bounds 1106 >= 795 @ 0.445453
0.47/0.52	c bounds 1106 >= 796 @ 0.445629
0.47/0.52	c bounds 1106 >= 797 @ 0.445629
0.47/0.52	c bounds 1106 >= 798 @ 0.445969
0.47/0.52	c bounds 1106 >= 799 @ 0.446489
0.47/0.52	c bounds 1106 >= 800 @ 0.446982
0.47/0.52	c bounds 1106 >= 801 @ 0.4475
0.47/0.52	c bounds 1106 >= 802 @ 0.448019
0.47/0.52	c bounds 1106 >= 803 @ 0.44853
0.47/0.52	c bounds 1106 >= 804 @ 0.449041
0.47/0.52	c bounds 1106 >= 805 @ 0.449548
0.47/0.52	c bounds 1106 >= 806 @ 0.449692
0.47/0.52	c bounds 1106 >= 807 @ 0.449692
0.47/0.52	c bounds 1106 >= 808 @ 0.449692
0.47/0.53	c bounds 1106 >= 809 @ 0.449842
0.47/0.53	c bounds 1106 >= 810 @ 0.450306
0.47/0.53	c bounds 1106 >= 811 @ 0.450799
0.47/0.53	c bounds 1106 >= 812 @ 0.451323
0.47/0.53	c bounds 1106 >= 813 @ 0.451825
0.47/0.53	c bounds 1106 >= 814 @ 0.452346
0.47/0.53	c bounds 1106 >= 815 @ 0.45286
0.47/0.53	c bounds 1106 >= 816 @ 0.453376
0.47/0.53	c bounds 1106 >= 817 @ 0.453878
0.47/0.53	c bounds 1106 >= 818 @ 0.454387
0.47/0.53	c bounds 1106 >= 819 @ 0.45491
0.47/0.53	c bounds 1106 >= 820 @ 0.455428
0.47/0.53	c bounds 1106 >= 821 @ 0.455936
0.47/0.53	c bounds 1106 >= 822 @ 0.456448
0.47/0.53	c bounds 1106 >= 823 @ 0.456956
0.47/0.53	c bounds 1106 >= 824 @ 0.457463
0.47/0.53	c bounds 1106 >= 825 @ 0.457994
0.47/0.53	c bounds 1106 >= 826 @ 0.458531
0.47/0.53	c bounds 1106 >= 827 @ 0.458666
0.47/0.55	c bounds 1105 >= 827 @ 0.467664
0.47/0.55	c bounds 1105 >= 828 @ 0.46827
0.47/0.55	c bounds 1105 >= 829 @ 0.468798
0.47/0.55	c bounds 1105 >= 830 @ 0.46934
0.47/0.55	c bounds 1105 >= 831 @ 0.469877
0.47/0.55	c bounds 1105 >= 832 @ 0.470404
0.47/0.55	c bounds 1105 >= 833 @ 0.470924
0.47/0.55	c bounds 1105 >= 834 @ 0.471447
0.47/0.55	c bounds 1105 >= 835 @ 0.471992
0.47/0.55	c bounds 1105 >= 836 @ 0.472547
0.47/0.55	c bounds 1105 >= 837 @ 0.473108
0.47/0.55	c bounds 1105 >= 838 @ 0.473666
0.47/0.55	c bounds 1105 >= 839 @ 0.474202
0.47/0.55	c bounds 1105 >= 840 @ 0.474745
0.47/0.55	c bounds 1105 >= 841 @ 0.475289
0.47/0.55	c bounds 1105 >= 842 @ 0.475823
0.47/0.55	c bounds 1105 >= 843 @ 0.476355
0.47/0.55	c bounds 1105 >= 844 @ 0.476904
0.47/0.55	c bounds 1105 >= 845 @ 0.477442
0.47/0.56	c bounds 1105 >= 846 @ 0.477989
0.47/0.56	c bounds 1105 >= 847 @ 0.47853
0.47/0.56	c bounds 1105 >= 848 @ 0.478613
0.47/0.56	c bounds 1105 >= 849 @ 0.478661
0.47/0.56	c bounds 1105 >= 850 @ 0.479244
0.47/0.56	c bounds 1105 >= 851 @ 0.479791
0.47/0.56	c bounds 1105 >= 852 @ 0.480337
0.47/0.56	c bounds 1105 >= 853 @ 0.480891
0.47/0.56	c bounds 1105 >= 854 @ 0.481455
0.47/0.56	c bounds 1105 >= 855 @ 0.481604
0.47/0.56	c bounds 1105 >= 856 @ 0.481604
0.47/0.56	c bounds 1105 >= 857 @ 0.481604
0.47/0.56	c bounds 1105 >= 858 @ 0.481647
0.47/0.56	c bounds 1105 >= 859 @ 0.482182
0.47/0.56	c bounds 1105 >= 860 @ 0.48273
0.47/0.56	c bounds 1105 >= 861 @ 0.483282
0.47/0.56	c bounds 1105 >= 862 @ 0.483847
0.47/0.56	c bounds 1105 >= 863 @ 0.484391
0.47/0.57	c bounds 1105 >= 864 @ 0.484956
0.47/0.57	c bounds 1105 >= 865 @ 0.485512
0.47/0.57	c bounds 1105 >= 866 @ 0.485592
0.47/0.57	c bounds 1105 >= 867 @ 0.485747
0.47/0.57	c bounds 1105 >= 868 @ 0.486248
0.47/0.57	c bounds 1105 >= 869 @ 0.487184
0.47/0.57	c bounds 1105 >= 870 @ 0.487738
0.47/0.57	c bounds 1105 >= 871 @ 0.488315
0.47/0.58	c bounds 1104 >= 871 @ 0.497096
0.47/0.58	c bounds 1104 >= 872 @ 0.497746
0.47/0.58	c bounds 1104 >= 873 @ 0.498311
0.47/0.58	c bounds 1104 >= 874 @ 0.498887
0.47/0.58	c bounds 1104 >= 875 @ 0.499438
0.47/0.58	c bounds 1104 >= 876 @ 0.499554
0.47/0.58	c bounds 1104 >= 877 @ 0.499554
0.47/0.58	c bounds 1104 >= 878 @ 0.500113
0.47/0.58	c bounds 1104 >= 879 @ 0.500669
0.47/0.58	c bounds 1104 >= 880 @ 0.501235
0.47/0.58	c bounds 1104 >= 881 @ 0.501818
0.47/0.58	c bounds 1104 >= 882 @ 0.502386
0.47/0.59	c bounds 1104 >= 883 @ 0.502547
0.47/0.59	c bounds 1104 >= 884 @ 0.502547
0.47/0.59	c bounds 1104 >= 885 @ 0.503059
0.47/0.59	c bounds 1104 >= 886 @ 0.503616
0.47/0.59	c bounds 1104 >= 887 @ 0.504161
0.47/0.59	c bounds 1104 >= 888 @ 0.504719
0.47/0.59	c bounds 1104 >= 889 @ 0.505295
0.47/0.59	c bounds 1104 >= 890 @ 0.50584
0.47/0.59	c bounds 1104 >= 891 @ 0.506408
0.47/0.59	c bounds 1104 >= 892 @ 0.506536
0.47/0.59	c bounds 1104 >= 893 @ 0.506536
0.47/0.59	c bounds 1104 >= 894 @ 0.507101
0.47/0.59	c bounds 1104 >= 895 @ 0.507688
0.47/0.59	c bounds 1104 >= 896 @ 0.508264
0.47/0.59	c bounds 1104 >= 897 @ 0.508821
0.47/0.59	c bounds 1104 >= 898 @ 0.509432
0.47/0.59	c bounds 1104 >= 899 @ 0.509528
0.47/0.60	c bounds 1104 >= 900 @ 0.50969
0.47/0.60	c bounds 1104 >= 901 @ 0.510237
0.47/0.60	c bounds 1104 >= 902 @ 0.510781
0.47/0.60	c bounds 1104 >= 903 @ 0.511348
0.47/0.60	c bounds 1104 >= 904 @ 0.511949
0.47/0.60	c bounds 1104 >= 905 @ 0.512554
0.47/0.60	c bounds 1104 >= 906 @ 0.513204
0.47/0.60	c bounds 1104 >= 907 @ 0.513849
0.47/0.60	c bounds 1104 >= 908 @ 0.514453
0.56/0.60	c bounds 1104 >= 909 @ 0.514516
0.56/0.60	c bounds 1104 >= 910 @ 0.514756
0.56/0.61	c bounds 1103 >= 910 @ 0.525149
0.56/0.61	c bounds 1103 >= 911 @ 0.525928
0.56/0.61	c bounds 1103 >= 912 @ 0.526607
0.56/0.61	c bounds 1103 >= 913 @ 0.527245
0.56/0.62	c bounds 1103 >= 914 @ 0.527485
0.56/0.62	c bounds 1103 >= 915 @ 0.527485
0.56/0.62	c bounds 1103 >= 916 @ 0.527485
0.56/0.62	c bounds 1103 >= 917 @ 0.527804
0.56/0.62	c bounds 1103 >= 918 @ 0.528527
0.56/0.62	c bounds 1103 >= 919 @ 0.529155
0.56/0.62	c bounds 1103 >= 920 @ 0.529799
0.56/0.62	c bounds 1103 >= 921 @ 0.530475
0.56/0.62	c bounds 1103 >= 922 @ 0.531115
0.56/0.62	c bounds 1103 >= 923 @ 0.531759
0.56/0.62	c bounds 1103 >= 924 @ 0.532509
0.56/0.62	c bounds 1103 >= 925 @ 0.533151
0.56/0.62	c bounds 1103 >= 926 @ 0.533469
0.56/0.62	c bounds 1103 >= 927 @ 0.53367
0.56/0.62	c bounds 1103 >= 928 @ 0.534283
0.56/0.63	c bounds 1103 >= 929 @ 0.535048
0.56/0.63	c bounds 1103 >= 930 @ 0.535797
0.56/0.63	c bounds 1103 >= 931 @ 0.536506
0.56/0.63	c bounds 1103 >= 932 @ 0.537191
0.56/0.63	c bounds 1103 >= 933 @ 0.537451
0.56/0.63	c bounds 1103 >= 934 @ 0.537711
0.56/0.63	c bounds 1103 >= 935 @ 0.53833
0.56/0.63	c bounds 1103 >= 936 @ 0.539039
0.56/0.63	c bounds 1103 >= 937 @ 0.539787
0.56/0.64	c bounds 1102 >= 937 @ 0.54977
0.56/0.64	c bounds 1102 >= 938 @ 0.550653
0.56/0.64	c bounds 1102 >= 939 @ 0.551427
0.56/0.64	c bounds 1102 >= 940 @ 0.552108
0.56/0.64	c bounds 1102 >= 941 @ 0.552416
0.56/0.65	c bounds 1102 >= 942 @ 0.552648
0.56/0.65	c bounds 1102 >= 943 @ 0.553288
0.56/0.65	c bounds 1102 >= 944 @ 0.553415
0.56/0.65	c bounds 1102 >= 945 @ 0.553772
0.56/0.65	c bounds 1102 >= 946 @ 0.554571
0.56/0.65	c bounds 1102 >= 947 @ 0.55528
0.56/0.65	c bounds 1102 >= 948 @ 0.555409
0.56/0.65	c bounds 1102 >= 949 @ 0.556033
0.56/0.65	c bounds 1102 >= 950 @ 0.556406
0.56/0.65	c bounds 1102 >= 951 @ 0.556724
0.56/0.65	c bounds 1102 >= 952 @ 0.557542
0.56/0.65	c bounds 1102 >= 953 @ 0.558355
0.56/0.65	c bounds 1102 >= 954 @ 0.558399
0.56/0.66	c bounds 1102 >= 955 @ 0.5584
0.56/0.66	c bounds 1101 >= 955 @ 0.565897
0.56/0.67	c bounds 1101 >= 956 @ 0.566844
0.56/0.67	c bounds 1101 >= 957 @ 0.567647
0.56/0.67	c bounds 1101 >= 958 @ 0.568526
0.56/0.67	c bounds 1101 >= 959 @ 0.569312
0.56/0.67	c bounds 1101 >= 960 @ 0.569369
0.56/0.67	c bounds 1101 >= 961 @ 0.569369
0.56/0.67	c bounds 1101 >= 962 @ 0.569977
0.56/0.67	c bounds 1101 >= 963 @ 0.570757
0.56/0.67	c bounds 1101 >= 964 @ 0.571584
0.56/0.67	c bounds 1101 >= 965 @ 0.572457
0.56/0.67	c bounds 1101 >= 966 @ 0.57342
0.56/0.68	c bounds 1101 >= 967 @ 0.574238
0.56/0.68	c bounds 1100 >= 967 @ 0.583703
0.56/0.69	c bounds 1100 >= 968 @ 0.584701
0.56/0.69	c bounds 1100 >= 969 @ 0.585732
0.56/0.69	c bounds 1100 >= 970 @ 0.586951
0.56/0.69	c bounds 1100 >= 971 @ 0.587325
0.56/0.69	c bounds 1100 >= 972 @ 0.588306
0.56/0.69	c bounds 1100 >= 973 @ 0.58964
0.56/0.69	c bounds 1100 >= 974 @ 0.591114
0.56/0.69	c bounds 1100 >= 975 @ 0.591317
0.56/0.70	c bounds 1100 >= 976 @ 0.592407
0.66/0.71	c bounds 1099 >= 976 @ 0.605826
0.66/0.71	c bounds 1099 >= 977 @ 0.606283
0.66/0.71	c bounds 1099 >= 978 @ 0.607741
0.66/0.71	c bounds 1099 >= 979 @ 0.609756
0.66/0.72	c bounds 1099 >= 980 @ 0.611874
0.66/0.74	c bounds 1098 >= 980 @ 0.633808
0.66/0.74	c bounds 1098 >= 981 @ 0.636992
0.66/0.75	c bounds 1098 >= 982 @ 0.63912
0.66/0.75	c bounds 1098 >= 983 @ 0.641865
0.66/0.77	c bounds 1097 >= 983 @ 0.660613
0.66/0.78	c bounds 1097 >= 984 @ 0.666366
0.66/0.79	c bounds 1097 >= 985 @ 0.676167
0.76/0.82	c bounds 1096 >= 985 @ 0.705403
0.76/0.83	c bounds 1096 >= 986 @ 0.718251
0.76/0.85	c bounds 1095 >= 986 @ 0.737374
0.76/0.88	c bounds 1094 >= 986 @ 0.763082
0.86/0.93	c #Conflicts:       1000 | #Constraints:       8443
0.86/0.93	c bounds 1094 >= 987 @ 0.804925
0.86/0.95	c bounds 1093 >= 987 @ 0.828268
0.86/0.97	c bounds 1092 >= 987 @ 0.848454
0.96/1.01	c bounds 1091 >= 987 @ 0.881376
1.06/1.17	c bounds 1090 >= 987 @ 1.04392
1.35/1.43	c #Conflicts:       2000 | #Constraints:       9513
1.35/1.43	c INPROCESSING
1.35/1.43	c GARBAGE COLLECT
1.35/1.43	c rational objective 987
1.46/1.54	c bounds 1089 >= 987 @ 1.40144
1.46/1.59	c bounds 1088 >= 987 @ 1.44902
1.75/1.86	c bounds 1087 >= 987 @ 1.70594
1.75/1.89	c bounds 1087 >= 988 @ 1.74004
1.86/1.96	c #Conflicts:       3000 | #Constraints:       8483
1.86/1.96	c bounds 1087 >= 989 @ 1.80568
1.97/2.01	c bounds 1086 >= 989 @ 1.86196
1.97/2.07	c bounds 1085 >= 989 @ 1.91476
2.06/2.12	c bounds 1084 >= 989 @ 1.96009
2.75/2.83	c #Conflicts:       4000 | #Constraints:       9507
2.75/2.83	c INPROCESSING
2.75/2.83	c GARBAGE COLLECT
2.75/2.83	c rational objective 989
2.85/2.92	c bounds 1083 >= 989 @ 2.73731
2.85/2.97	c bounds 1082 >= 989 @ 2.78599
2.96/3.04	c bounds 1081 >= 989 @ 2.86191
3.05/3.11	c bounds 1080 >= 989 @ 2.92816
3.05/3.15	c bounds 1079 >= 989 @ 2.96651
3.05/3.19	c #Conflicts:       5000 | #Constraints:       8841
3.05/3.19	c bounds 1078 >= 989 @ 3.0083
3.16/3.24	c bounds 1077 >= 989 @ 3.0477
3.16/3.28	c bounds 1076 >= 989 @ 3.08773
3.26/3.33	c bounds 1075 >= 989 @ 3.13105
3.26/3.38	c bounds 1074 >= 989 @ 3.17751
3.35/3.43	c bounds 1073 >= 989 @ 3.23233
3.55/3.61	c #Conflicts:       6000 | #Constraints:       9847
3.55/3.61	c bounds 1072 >= 989 @ 3.40559
3.96/4.09	c INPROCESSING
3.96/4.09	c GARBAGE COLLECT
3.96/4.09	c rational objective 989
4.15/4.20	c bounds 1072 >= 990 @ 3.979
4.15/4.27	c #Conflicts:       7000 | #Constraints:       8849
4.15/4.27	c bounds 1071 >= 990 @ 4.04179
5.05/5.14	c #Conflicts:       8000 | #Constraints:       9850
5.05/5.14	c #Conflicts:       9000 | #Constraints:      10850
5.05/5.14	c INPROCESSING
5.05/5.14	c GARBAGE COLLECT
5.05/5.14	c rational objective 990
5.14/5.26	c bounds 1070 >= 990 @ 5.00959
5.25/5.37	c bounds 1069 >= 990 @ 5.11776
5.54/5.66	c #Conflicts:      10000 | #Constraints:       9535
5.54/5.66	c bounds 1068 >= 990 @ 5.40058
5.64/5.74	c bounds 1067 >= 990 @ 5.47719
5.75/5.81	c bounds 1066 >= 990 @ 5.54078
5.75/5.85	c bounds 1065 >= 990 @ 5.58421
5.95/6.04	c #Conflicts:      11000 | #Constraints:      10541
5.95/6.04	c bounds 1064 >= 990 @ 5.76873
6.15/6.21	c bounds 1063 >= 990 @ 5.93508
6.25/6.32	c bounds 1062 >= 990 @ 6.04169
6.44/6.51	c #Conflicts:      12000 | #Constraints:      11551
6.44/6.51	c INPROCESSING
6.44/6.51	c GARBAGE COLLECT
6.44/6.51	c rational objective 990
7.54/7.60	c #Conflicts:      13000 | #Constraints:       9904
7.54/7.60	c #Conflicts:      14000 | #Constraints:      10933
7.54/7.60	c bounds 1061 >= 990 @ 7.29379
8.05/8.13	c #Conflicts:      15000 | #Constraints:      11946
8.05/8.13	c INPROCESSING
8.05/8.13	c GARBAGE COLLECT
8.05/8.13	c rational objective 990
8.14/8.29	c bounds 1061 >= 991 @ 7.96522
9.14/9.21	c #Conflicts:      16000 | #Constraints:      10276
9.14/9.21	c #Conflicts:      17000 | #Constraints:      11276
9.14/9.21	c #Conflicts:      18000 | #Constraints:      12276
9.14/9.21	c INPROCESSING
9.14/9.21	c GARBAGE COLLECT
9.14/9.21	c rational objective 991
9.24/9.30	c bounds 1060 >= 991 @ 8.96317
9.24/9.33	c bounds 1059 >= 991 @ 8.99457
9.34/9.46	c bounds 1058 >= 991 @ 9.11211
10.63/10.70	c #Conflicts:      19000 | #Constraints:      10286
10.63/10.70	c #Conflicts:      20000 | #Constraints:      11286
10.63/10.70	c #Conflicts:      21000 | #Constraints:      12287
10.63/10.70	c INPROCESSING
10.63/10.70	c GARBAGE COLLECT
10.63/10.70	c rational objective 991
11.94/12.01	c #Conflicts:      22000 | #Constraints:      10100
11.94/12.01	c #Conflicts:      23000 | #Constraints:      11100
11.94/12.01	c #Conflicts:      24000 | #Constraints:      12100
11.94/12.01	c #Conflicts:      25000 | #Constraints:      13100
11.94/12.01	c INPROCESSING
11.94/12.01	c GARBAGE COLLECT
11.94/12.01	c rational objective 991
12.53/12.62	c #Conflicts:      26000 | #Constraints:      10701
12.53/12.62	c bounds 1057 >= 991 @ 12.2066
13.93/14.04	c #Conflicts:      27000 | #Constraints:      11714
13.93/14.04	c #Conflicts:      28000 | #Constraints:      12714
13.93/14.04	c #Conflicts:      29000 | #Constraints:      13714
13.93/14.04	c INPROCESSING
13.93/14.04	c GARBAGE COLLECT
13.93/14.04	c rational objective 991
15.22/15.30	c #Conflicts:      30000 | #Constraints:      11106
15.22/15.30	c #Conflicts:      31000 | #Constraints:      12106
15.22/15.30	c #Conflicts:      32000 | #Constraints:      13106
15.22/15.30	c bounds 1057 >= 992 @ 14.8197
15.73/15.85	c #Conflicts:      33000 | #Constraints:      14169
15.73/15.85	c INPROCESSING
15.73/15.85	c GARBAGE COLLECT
15.73/15.85	c rational objective 992
17.32/17.46	c #Conflicts:      34000 | #Constraints:      11347
17.32/17.46	c #Conflicts:      35000 | #Constraints:      12347
17.32/17.46	c #Conflicts:      36000 | #Constraints:      13347
17.32/17.46	c #Conflicts:      37000 | #Constraints:      14347
17.32/17.46	c INPROCESSING
17.32/17.46	c GARBAGE COLLECT
17.32/17.46	c rational objective 992
17.72/17.84	c #Conflicts:      38000 | #Constraints:      11353
17.72/17.84	c bounds 1056 >= 992 @ 17.3128
18.12/18.29	c #Conflicts:      39000 | #Constraints:      12354
18.12/18.29	c bounds 1055 >= 992 @ 17.7499
18.39/19.63	c bounds 1054 >= 992 @ 17.9514
18.69/19.94	c #Conflicts:      40000 | #Constraints:      13361
18.69/19.94	c bounds 1053 >= 992 @ 18.26
20.18/21.49	c #Conflicts:      41000 | #Constraints:      14365
20.18/21.49	c INPROCESSING
20.18/21.49	c GARBAGE COLLECT
20.18/21.49	c rational objective 992
20.79/22.02	c #Conflicts:      42000 | #Constraints:      11165
20.79/22.02	c bounds 1052 >= 992 @ 20.3004
22.68/23.90	c #Conflicts:      43000 | #Constraints:      12175
22.68/23.90	c #Conflicts:      44000 | #Constraints:      13175
22.68/23.90	c #Conflicts:      45000 | #Constraints:      14175
22.68/23.90	c #Conflicts:      46000 | #Constraints:      15199
22.68/23.90	c INPROCESSING
22.68/23.90	c GARBAGE COLLECT
22.68/23.90	c rational objective 992
23.38/24.66	c #Conflicts:      47000 | #Constraints:      11803
23.38/24.66	c bounds 1051 >= 992 @ 22.887
23.48/24.79	WSVECS04 Frhs2[2]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[32]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[34]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[35]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[41]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[46]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[75]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[97]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[111]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[121]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[131]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[132]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[136]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[146]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[148]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[153]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[156]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[159]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[177]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[193]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[194]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[204]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[209]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[224]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[246]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[253]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[263]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[290]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[406]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[417]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[422]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[428]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[447]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[457]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[463]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[502]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[512]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[527]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[559]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[643]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[647]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[649]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[656]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[660]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[666]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[676]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[679]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[716]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[724]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[727]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[750]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[776]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[783]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[790]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[815]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[826]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[833]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[837]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[838]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[850]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[875]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[882]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[883]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[894]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[907]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[930]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[937]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[943]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[947]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[948]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[981]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1021]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1033]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1037]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1042]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1049]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1051]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1064]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1072]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1085]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1090]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1106]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1120]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1124]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1140]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1149]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1189]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1200]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1205]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1232]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1236]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1241]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1244]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1266]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1274]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1365]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1391]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1407]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1425]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1437]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1453]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1492]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1584]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1585]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1594]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1634]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1662]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1685]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1687]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1701]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1725]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1744]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1792]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1800]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1805]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1809]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1819]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1827]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1845]: 6 -1.00001 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1926]: 6 -1.00004 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1932]: 6 -1.00006 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1941]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1954]: 6 -1.00005 0 shouldn't be
23.48/24.79	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
25.47/26.75	c #Conflicts:      48000 | #Constraints:      12813
25.47/26.75	c #Conflicts:      49000 | #Constraints:      13813
25.47/26.75	c #Conflicts:      50000 | #Constraints:      14813
25.47/26.75	c #Conflicts:      51000 | #Constraints:      15813
25.47/26.75	c INPROCESSING
25.47/26.75	c GARBAGE COLLECT
25.47/26.75	c rational objective 992
25.88/27.14	c bounds 1050 >= 992 @ 25.3188
25.97/27.29	c #Conflicts:      52000 | #Constraints:      12190
25.97/27.29	c bounds 1049 >= 992 @ 25.4624
26.07/27.38	c bounds 1048 >= 992 @ 25.5504
26.27/27.53	c bounds 1047 >= 992 @ 25.7015
26.57/27.87	c #Conflicts:      53000 | #Constraints:      13196
26.57/27.87	c bounds 1046 >= 992 @ 26.0274
27.47/28.74	c #Conflicts:      54000 | #Constraints:      14203
27.47/28.74	c bounds 1045 >= 992 @ 26.8826
28.27/29.58	c #Conflicts:      55000 | #Constraints:      15259
28.27/29.58	c #Conflicts:      56000 | #Constraints:      16288
28.27/29.58	c INPROCESSING
28.27/29.58	c GARBAGE COLLECT
28.27/29.58	c rational objective 992
30.95/32.23	c #Conflicts:      57000 | #Constraints:      12408
30.95/32.23	c #Conflicts:      58000 | #Constraints:      13408
30.95/32.23	c #Conflicts:      59000 | #Constraints:      14408
30.95/32.23	c #Conflicts:      60000 | #Constraints:      15408
30.95/32.23	c #Conflicts:      61000 | #Constraints:      16408
30.95/32.23	c INPROCESSING
30.95/32.23	c GARBAGE COLLECT
30.95/32.23	c rational objective 992
31.26/32.59	c bounds 1044 >= 992 @ 30.6364
34.25/35.55	c #Conflicts:      62000 | #Constraints:      12416
34.25/35.55	c #Conflicts:      63000 | #Constraints:      13416
34.25/35.55	c #Conflicts:      64000 | #Constraints:      14416
34.25/35.55	c #Conflicts:      65000 | #Constraints:      15417
34.25/35.55	c #Conflicts:      66000 | #Constraints:      16476
34.25/35.55	c INPROCESSING
34.25/35.55	c GARBAGE COLLECT
34.25/35.55	c rational objective 992
37.14/38.41	c #Conflicts:      67000 | #Constraints:      12259
37.14/38.41	c #Conflicts:      68000 | #Constraints:      13259
37.14/38.41	c #Conflicts:      69000 | #Constraints:      14259
37.14/38.41	c #Conflicts:      70000 | #Constraints:      15259
37.14/38.41	c #Conflicts:      71000 | #Constraints:      16259
37.14/38.41	c #Conflicts:      72000 | #Constraints:      17259
37.14/38.41	c INPROCESSING
37.14/38.41	c GARBAGE COLLECT
37.14/38.41	c rational objective 992
38.44/39.79	c #Conflicts:      73000 | #Constraints:      12829
38.44/39.79	c #Conflicts:      74000 | #Constraints:      13882
38.44/39.79	c bounds 1043 >= 992 @ 37.6955
39.34/40.64	c #Conflicts:      75000 | #Constraints:      14959
39.34/40.64	c #Conflicts:      76000 | #Constraints:      15993
39.34/40.64	c bounds 1042 >= 992 @ 38.5254
42.33/43.69	c #Conflicts:      77000 | #Constraints:      17009
42.33/43.69	c #Conflicts:      78000 | #Constraints:      18009
42.33/43.69	c INPROCESSING
42.33/43.69	c GARBAGE COLLECT
42.33/43.69	c rational objective 992
45.12/46.43	c #Conflicts:      79000 | #Constraints:      13312
45.12/46.43	c #Conflicts:      80000 | #Constraints:      14328
45.12/46.43	c #Conflicts:      81000 | #Constraints:      15451
45.12/46.43	c bounds 1041 >= 992 @ 44.2385
45.22/46.57	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[5]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[7]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[14]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[18]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[29]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[33]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[34]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[36]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[41]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[44]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[45]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[46]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[47]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[51]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[60]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[72]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[73]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[74]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[82]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[83]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[91]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[96]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[97]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[101]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[106]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[111]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[113]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[122]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[128]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[131]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[146]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[148]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[150]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[151]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[154]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[155]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[157]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[164]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[166]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[169]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[177]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[180]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[184]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[185]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[189]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[190]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[191]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[195]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[196]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[200]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[201]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[202]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[204]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[206]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[209]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[210]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[218]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[232]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[233]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[236]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[240]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[244]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[246]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[248]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[251]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[253]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[259]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[263]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[267]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[270]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[272]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[274]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[278]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[281]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[283]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[287]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[292]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[295]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[296]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[305]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[306]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[307]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[308]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[310]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[318]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[320]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[322]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[327]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[328]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[331]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[334]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[336]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[338]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[349]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[352]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[354]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[359]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[361]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[364]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[365]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[370]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[372]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[375]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[376]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[382]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[392]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[393]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[394]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[395]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[397]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[401]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[402]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[404]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[405]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[406]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[410]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[411]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[416]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[417]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[421]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[423]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[426]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[430]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[431]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[436]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[441]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[447]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[449]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[451]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[452]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[455]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[456]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[457]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[467]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[471]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[477]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[481]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[482]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[483]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[484]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[491]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[502]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[503]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[510]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[512]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[514]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[520]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[521]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[528]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[535]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[541]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[542]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[546]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[547]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[548]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[549]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[550]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[552]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[553]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[559]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[560]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[575]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[576]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[582]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[585]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[587]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[589]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[594]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[601]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[602]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[603]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[605]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[611]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[613]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[614]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[619]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[633]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[636]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[637]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[640]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[641]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[642]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[643]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[647]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[648]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[657]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[676]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[679]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[682]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[683]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[689]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[698]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[703]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[704]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[708]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[713]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[718]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[726]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[727]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[729]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[733]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[736]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[737]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[746]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[747]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[748]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[757]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[758]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[759]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[760]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[761]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[762]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[763]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[764]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[768]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[772]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[781]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[783]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[790]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[796]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[797]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[800]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[807]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[808]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[809]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[811]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[815]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[819]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[827]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[829]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[833]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[837]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[840]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[854]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[855]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[875]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[881]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[882]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[887]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[889]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[895]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[898]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[905]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[907]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[908]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[913]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[915]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[917]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[919]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[928]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[929]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[930]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[931]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[934]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[937]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[939]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[943]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[947]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[949]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[951]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[954]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[958]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[963]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[965]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[971]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[972]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[975]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[977]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[979]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[987]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[990]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[991]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[998]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1002]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1009]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1012]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1021]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1022]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1023]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1027]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1034]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1041]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1049]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1061]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1063]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1064]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1067]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1072]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1082]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1088]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1089]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1090]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1091]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1100]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1101]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1102]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1109]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1112]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1116]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1120]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1122]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1124]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1127]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1132]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1134]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1135]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1140]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1146]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1149]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1158]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1162]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1167]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1168]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1173]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1178]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1179]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1186]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1198]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1205]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1206]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1213]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1217]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1223]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1224]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1232]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1233]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1236]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1239]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1243]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1248]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1260]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1262]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1266]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1270]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1274]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1275]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1276]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1281]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1299]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1305]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1309]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1316]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1320]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1323]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1325]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1328]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1330]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1334]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1339]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1349]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1351]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1352]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1353]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1357]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1359]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1365]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1366]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1370]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1371]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1372]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1375]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1380]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1384]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1388]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1395]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1397]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1398]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1402]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1418]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1421]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1427]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1429]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1430]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1431]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1437]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1439]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1449]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1450]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1453]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1455]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1457]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1459]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1461]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1463]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1470]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1476]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1478]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1488]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1491]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1501]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1505]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1506]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1510]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1515]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1517]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1521]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1526]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1527]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1532]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1533]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1536]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1542]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1548]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1561]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1562]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1564]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1577]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1579]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1580]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1585]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1586]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1587]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1588]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1591]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1598]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1600]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1601]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1602]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1605]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1607]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1609]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1613]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1614]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1616]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1624]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1628]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1631]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1634]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1635]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1640]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1648]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1653]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1654]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1655]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1657]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1659]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1661]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1662]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1664]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1665]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1667]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1674]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1675]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1677]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1681]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1682]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1685]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1687]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1694]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1696]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1697]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1704]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1705]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1706]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1710]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1719]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1721]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1726]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1730]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1731]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1733]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1734]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1736]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1740]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1744]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1746]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1748]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1751]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1755]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1757]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1763]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1767]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1768]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1776]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1777]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1782]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1783]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1785]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1791]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1794]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1796]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1798]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1802]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1804]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1807]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1809]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1813]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1815]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1822]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1823]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1824]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1827]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1829]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1831]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1838]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1841]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1845]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1846]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1850]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1856]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1859]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1861]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1866]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1867]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1868]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1870]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1873]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1875]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1877]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1878]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1880]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1887]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1889]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1890]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1893]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1895]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1897]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1903]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1914]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1919]: 6 -1.00008 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1922]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1924]: 6 -1.00001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1926]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1927]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1933]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1934]: 6 -1.00009 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1935]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1942]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1946]: 6 -1.00007 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1949]: 6 -1.00004 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1951]: 6 -1.00006 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1952]: 6 -1.00003 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1953]: 6 -1.0001 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1954]: 6 -1.00005 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1955]: 6 -1.00002 0 shouldn't be
45.22/46.57	WSVECS04 Frhs2[1958]: 6 -1.00009 0 shouldn't be
46.62/47.92	c #Conflicts:      82000 | #Constraints:      16543
46.62/47.92	c #Conflicts:      83000 | #Constraints:      17543
46.62/47.92	c #Conflicts:      84000 | #Constraints:      18543
46.62/47.92	c INPROCESSING
46.62/47.92	c GARBAGE COLLECT
46.62/47.92	c rational objective 992
50.53/52.92	c #Conflicts:      85000 | #Constraints:      13558
50.53/52.92	c #Conflicts:      86000 | #Constraints:      14558
50.53/52.92	c #Conflicts:      87000 | #Constraints:      15558
50.53/52.92	c #Conflicts:      88000 | #Constraints:      16558
50.53/52.92	c #Conflicts:      89000 | #Constraints:      17558
50.53/52.92	c #Conflicts:      90000 | #Constraints:      18558
50.53/52.92	c INPROCESSING
50.53/52.92	c GARBAGE COLLECT
50.53/52.92	c rational objective 992
54.43/56.80	c #Conflicts:      91000 | #Constraints:      13492
54.43/56.80	c #Conflicts:      92000 | #Constraints:      14510
54.43/56.80	c #Conflicts:      93000 | #Constraints:      15562
54.43/56.80	c #Conflicts:      94000 | #Constraints:      16638
54.43/56.80	c #Conflicts:      95000 | #Constraints:      17680
54.43/56.80	c #Conflicts:      96000 | #Constraints:      18732
54.43/56.80	c INPROCESSING
54.43/56.80	c GARBAGE COLLECT
54.43/56.80	c rational objective 992
55.22/57.68	c #Conflicts:      97000 | #Constraints:      13375
55.22/57.68	c #Conflicts:      98000 | #Constraints:      14375
55.22/57.68	c bounds 1041 >= 993 @ 54.1866
57.91/60.32	c #Conflicts:      99000 | #Constraints:      15447
57.91/60.32	c #Conflicts:     100000 | #Constraints:      16447
57.91/60.32	c #Conflicts:     101000 | #Constraints:      17447
57.91/60.32	c #Conflicts:     102000 | #Constraints:      18447
57.91/60.32	c #Conflicts:     103000 | #Constraints:      19447
57.91/60.32	c INPROCESSING
57.91/60.32	c GARBAGE COLLECT
57.91/60.32	c rational objective 993
60.31/62.76	c #Conflicts:     104000 | #Constraints:      13949
60.31/62.76	c #Conflicts:     105000 | #Constraints:      14950
60.31/62.76	c #Conflicts:     106000 | #Constraints:      15994
60.31/62.76	c #Conflicts:     107000 | #Constraints:      17059
60.31/62.76	c bounds 1040 >= 993 @ 59.1702
64.20/66.60	c #Conflicts:     108000 | #Constraints:      18094
64.20/66.60	c #Conflicts:     109000 | #Constraints:      19094
64.20/66.60	c #Conflicts:     110000 | #Constraints:      20094
64.20/66.60	c INPROCESSING
64.20/66.60	c GARBAGE COLLECT
64.20/66.60	c rational objective 993
66.20/68.60	c #Conflicts:     111000 | #Constraints:      14363
66.20/68.60	c #Conflicts:     112000 | #Constraints:      15384
66.20/68.60	c #Conflicts:     113000 | #Constraints:      16464
66.20/68.60	c bounds 1039 >= 993 @ 64.9249
66.29/68.75	WSVECS04 Frhs2[3]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[5]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[17]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[18]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[24]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[32]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[34]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[36]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[41]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[44]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[47]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[59]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[74]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[80]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[81]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[82]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[83]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[85]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[92]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[93]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[97]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[99]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[102]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[106]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[111]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[118]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[119]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[122]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[132]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[137]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[146]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[151]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[155]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[156]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[157]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[159]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[161]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[164]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[169]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[179]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[180]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[181]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[187]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[189]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[190]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[191]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[192]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[195]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[199]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[201]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[204]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[214]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[215]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[216]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[221]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[224]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[233]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[242]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[246]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[247]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[251]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[253]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[257]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[258]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[259]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[267]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[270]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[272]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[277]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[278]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[280]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[281]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[287]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[293]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[295]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[296]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[299]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[303]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[305]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[307]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[308]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[310]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[314]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[315]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[322]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[327]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[328]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[331]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[334]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[335]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[338]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[347]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[349]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[354]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[358]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[359]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[361]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[364]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[370]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[372]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[375]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[376]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[382]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[383]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[392]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[393]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[394]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[401]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[402]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[404]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[405]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[406]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[409]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[410]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[415]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[416]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[417]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[421]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[429]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[433]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[436]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[447]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[449]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[451]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[452]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[455]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[456]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[457]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[458]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[461]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[467]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[473]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[476]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[482]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[485]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[487]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[489]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[491]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[494]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[497]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[498]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[502]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[503]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[504]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[510]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[514]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[521]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[528]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[542]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[546]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[549]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[553]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[556]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[559]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[560]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[567]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[572]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[575]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[580]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[582]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[583]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[585]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[586]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[590]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[601]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[602]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[605]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[611]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[613]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[615]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[619]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[624]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[633]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[636]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[637]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[641]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[643]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[648]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[649]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[650]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[657]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[667]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[668]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[673]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[676]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[683]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[685]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[687]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[689]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[693]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[696]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[698]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[704]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[706]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[708]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[710]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[711]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[713]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[714]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[721]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[726]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[727]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[729]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[733]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[737]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[746]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[747]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[751]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[755]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[756]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[757]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[760]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[762]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[763]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[764]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[766]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[767]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[768]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[772]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[773]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[781]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[783]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[784]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[790]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[795]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[796]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[797]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[800]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[802]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[807]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[808]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[811]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[815]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[819]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[831]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[833]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[834]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[838]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[840]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[841]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[844]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[851]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[875]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[878]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[881]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[882]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[888]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[895]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[896]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[903]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[905]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[907]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[913]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[919]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[925]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[926]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[930]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[931]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[934]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[936]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[937]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[939]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[943]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[951]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[956]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[957]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[958]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[963]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[970]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[971]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[972]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[975]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[977]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[982]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[987]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[990]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[993]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1002]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1008]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1012]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1014]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1021]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1022]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1023]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1024]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1027]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1029]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1034]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1037]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1049]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1051]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1061]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1063]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1067]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1071]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1072]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1081]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1082]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1085]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1089]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1091]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1095]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1100]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1101]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1102]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1113]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1122]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1124]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1127]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1134]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1137]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1138]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1140]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1142]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1143]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1146]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1149]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1158]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1160]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1161]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1162]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1167]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1168]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1172]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1178]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1180]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1186]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1189]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1190]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1198]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1201]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1205]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1206]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1213]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1217]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1220]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1222]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1225]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1231]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1232]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1233]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1236]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1241]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1242]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1243]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1244]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1248]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1252]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1259]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1266]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1267]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1268]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1275]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1276]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1277]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1281]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1299]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1301]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1305]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1309]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1316]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1319]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1320]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1322]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1323]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1325]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1328]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1339]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1341]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1349]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1351]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1356]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1357]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1359]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1366]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1371]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1375]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1377]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1381]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1384]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1386]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1390]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1391]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1397]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1406]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1407]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1418]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1420]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1421]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1429]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1430]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1433]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1435]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1437]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1439]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1446]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1449]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1450]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1453]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1456]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1457]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1461]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1463]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1476]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1478]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1479]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1485]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1487]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1488]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1489]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1491]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1495]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1501]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1505]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1506]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1515]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1518]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1519]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1522]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1526]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1527]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1532]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1533]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1537]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1540]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1542]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1548]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1550]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1552]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1555]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1560]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1561]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1562]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1564]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1565]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1573]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1575]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1577]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1578]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1580]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1586]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1587]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1588]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1594]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1598]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1601]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1605]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1606]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1607]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1613]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1616]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1620]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1621]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1624]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1626]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1631]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1634]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1635]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1636]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1639]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1641]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1648]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1650]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1653]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1654]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1655]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1657]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1659]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1661]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1662]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1664]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1665]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1667]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1674]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1675]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1677]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1678]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1684]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1685]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1687]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1694]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1695]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1697]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1699]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1702]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1706]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1709]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1713]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1719]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1724]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1725]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1727]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1730]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1731]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1732]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1733]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1734]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1736]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1737]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1740]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1744]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1751]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1753]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1755]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1763]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1766]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1776]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1777]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1781]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1782]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1783]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1791]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1792]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1794]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1795]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1796]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1797]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1800]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1802]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1804]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1805]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1807]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1821]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1822]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1823]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1827]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1828]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1829]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1831]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1837]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1838]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1840]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1841]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1842]: 6 -1.00002 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1844]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1845]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1846]: 6 -1.00001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1848]: 6 -1.00007 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1849]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1850]: 6 -1.00006 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1856]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1859]: 6 -1.00005 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1861]: 6 -1.00008 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1864]: 6 -1.00004 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1865]: 6 -1.0001 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1866]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1867]: 6 -1.00003 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
66.29/68.75	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1873]: 6 -1.00003 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1875]: 6 -1.00009 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1876]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1878]: 6 -1.00007 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1887]: 6 -1.00006 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1888]: 6 -1.0001 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1889]: 6 -1.00007 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1890]: 6 -1.00002 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1891]: 6 -1.0001 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1893]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1895]: 6 -1.00009 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1897]: 6 -1.0001 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1903]: 6 -1.00009 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1908]: 6 -1.00003 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1910]: 6 -1.00005 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1914]: 6 -1.00006 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1919]: 6 -1.00009 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1920]: 6 -1.00005 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1922]: 6 -1.00007 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1923]: 6 -1.00009 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1924]: 6 -1.00004 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1925]: 6 -1.00004 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1926]: 6 -1.00006 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1927]: 6 -1.00003 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1933]: 6 -1.00004 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1934]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1935]: 6 -1.00009 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1942]: 6 -1.00007 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1945]: 6 -1.00002 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1946]: 6 -1.00003 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1951]: 6 -1.0001 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1954]: 6 -1.00006 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1957]: 6 -1.00008 0 shouldn't be
66.29/68.76	WSVECS04 Frhs2[1958]: 6 -1.00002 0 shouldn't be
68.79/71.21	c #Conflicts:     114000 | #Constraints:      17480
68.79/71.21	c #Conflicts:     115000 | #Constraints:      18480
68.79/71.21	c #Conflicts:     116000 | #Constraints:      19481
68.79/71.21	c #Conflicts:     117000 | #Constraints:      20536
68.79/71.21	c INPROCESSING
68.79/71.21	c GARBAGE COLLECT
68.79/71.21	c rational objective 993
72.78/75.29	c #Conflicts:     118000 | #Constraints:      14588
72.78/75.29	c #Conflicts:     119000 | #Constraints:      15588
72.78/75.29	c #Conflicts:     120000 | #Constraints:      16588
72.78/75.29	c #Conflicts:     121000 | #Constraints:      17588
72.78/75.29	c #Conflicts:     122000 | #Constraints:      18588
72.78/75.29	c #Conflicts:     123000 | #Constraints:      19588
72.78/75.29	c #Conflicts:     124000 | #Constraints:      20588
72.78/75.29	c INPROCESSING
72.78/75.29	c GARBAGE COLLECT
72.78/75.29	c rational objective 993
77.55/81.71	c #Conflicts:     125000 | #Constraints:      14540
77.55/81.71	c #Conflicts:     126000 | #Constraints:      15567
77.55/81.71	c #Conflicts:     127000 | #Constraints:      16636
77.55/81.71	c #Conflicts:     128000 | #Constraints:      17698
77.55/81.71	c #Conflicts:     129000 | #Constraints:      18749
77.55/81.71	c #Conflicts:     130000 | #Constraints:      19798
77.55/81.71	c #Conflicts:     131000 | #Constraints:      20860
77.55/81.71	c INPROCESSING
77.55/81.71	c GARBAGE COLLECT
77.55/81.71	c rational objective 993
82.03/86.25	c #Conflicts:     132000 | #Constraints:      14458
82.03/86.25	c #Conflicts:     133000 | #Constraints:      15458
82.03/86.25	c #Conflicts:     134000 | #Constraints:      16458
82.03/86.25	c #Conflicts:     135000 | #Constraints:      17458
82.03/86.25	c #Conflicts:     136000 | #Constraints:      18458
82.03/86.25	c #Conflicts:     137000 | #Constraints:      19458
82.03/86.25	c #Conflicts:     138000 | #Constraints:      20458
82.03/86.25	c #Conflicts:     139000 | #Constraints:      21458
82.03/86.25	c INPROCESSING
82.03/86.25	c GARBAGE COLLECT
82.03/86.25	c rational objective 993
86.92/91.14	c #Conflicts:     140000 | #Constraints:      14978
86.92/91.14	c #Conflicts:     141000 | #Constraints:      16013
86.92/91.14	c #Conflicts:     142000 | #Constraints:      17077
86.92/91.14	c #Conflicts:     143000 | #Constraints:      18125
86.92/91.14	c #Conflicts:     144000 | #Constraints:      19163
86.92/91.14	c #Conflicts:     145000 | #Constraints:      20206
86.92/91.14	c #Conflicts:     146000 | #Constraints:      21272
86.92/91.14	c #Conflicts:     147000 | #Constraints:      22317
86.92/91.14	c INPROCESSING
86.92/91.14	c GARBAGE COLLECT
86.92/91.14	c rational objective 993
90.21/94.42	c #Conflicts:     148000 | #Constraints:      15464
90.21/94.42	c #Conflicts:     149000 | #Constraints:      16464
90.21/94.42	c #Conflicts:     150000 | #Constraints:      17464
90.21/94.42	c #Conflicts:     151000 | #Constraints:      18464
90.21/94.42	c #Conflicts:     152000 | #Constraints:      19464
90.21/94.42	c bounds 1039 >= 994 @ 88.5392
91.70/95.97	c #Conflicts:     153000 | #Constraints:      20530
91.70/95.97	c #Conflicts:     154000 | #Constraints:      21530
91.70/95.97	c #Conflicts:     155000 | #Constraints:      22530
91.70/95.97	c INPROCESSING
91.70/95.97	c GARBAGE COLLECT
91.70/95.97	c rational objective 994
97.10/101.39	c #Conflicts:     156000 | #Constraints:      15605
97.10/101.39	c #Conflicts:     157000 | #Constraints:      16605
97.10/101.39	c #Conflicts:     158000 | #Constraints:      17606
97.10/101.39	c #Conflicts:     159000 | #Constraints:      18640
97.10/101.39	c #Conflicts:     160000 | #Constraints:      19709
97.10/101.39	c #Conflicts:     161000 | #Constraints:      20785
97.10/101.39	c #Conflicts:     162000 | #Constraints:      21827
97.10/101.39	c #Conflicts:     163000 | #Constraints:      22884
97.10/101.39	c INPROCESSING
97.10/101.39	c GARBAGE COLLECT
97.10/101.39	c rational objective 994
101.89/106.11	c #Conflicts:     164000 | #Constraints:      15648
101.89/106.11	c #Conflicts:     165000 | #Constraints:      16648
101.89/106.11	c #Conflicts:     166000 | #Constraints:      17648
101.89/106.11	c #Conflicts:     167000 | #Constraints:      18648
101.89/106.11	c #Conflicts:     168000 | #Constraints:      19648
101.89/106.11	c #Conflicts:     169000 | #Constraints:      20648
101.89/106.11	c #Conflicts:     170000 | #Constraints:      21648
101.89/106.11	c #Conflicts:     171000 | #Constraints:      22648
101.89/106.11	c INPROCESSING
101.89/106.11	c GARBAGE COLLECT
101.89/106.11	c rational objective 994
106.45/112.25	c #Conflicts:     172000 | #Constraints:      15374
106.45/112.25	c #Conflicts:     173000 | #Constraints:      16374
106.45/112.25	c #Conflicts:     174000 | #Constraints:      17374
106.45/112.25	c #Conflicts:     175000 | #Constraints:      18374
106.45/112.25	c #Conflicts:     176000 | #Constraints:      19374
106.45/112.25	c #Conflicts:     177000 | #Constraints:      20374
106.45/112.25	c #Conflicts:     178000 | #Constraints:      21374
106.45/112.25	c #Conflicts:     179000 | #Constraints:      22374
106.45/112.25	c #Conflicts:     180000 | #Constraints:      23374
106.45/112.25	c INPROCESSING
106.45/112.25	c GARBAGE COLLECT
106.45/112.25	c rational objective 994
108.84/114.67	c #Conflicts:     181000 | #Constraints:      15919
108.84/114.67	c #Conflicts:     182000 | #Constraints:      16971
108.84/114.67	c #Conflicts:     183000 | #Constraints:      18045
108.84/114.67	c #Conflicts:     184000 | #Constraints:      19117
108.84/114.67	c bounds 1038 >= 994 @ 106.859
115.32/121.17	c #Conflicts:     185000 | #Constraints:      20156
115.32/121.17	c #Conflicts:     186000 | #Constraints:      21156
115.32/121.17	c #Conflicts:     187000 | #Constraints:      22156
115.32/121.17	c #Conflicts:     188000 | #Constraints:      23156
115.32/121.17	c #Conflicts:     189000 | #Constraints:      24156
115.32/121.17	c INPROCESSING
115.32/121.17	c GARBAGE COLLECT
115.32/121.17	c rational objective 994
122.50/128.30	c #Conflicts:     190000 | #Constraints:      16444
122.50/128.30	c #Conflicts:     191000 | #Constraints:      17445
122.50/128.30	c #Conflicts:     192000 | #Constraints:      18482
122.50/128.30	c #Conflicts:     193000 | #Constraints:      19532
122.50/128.30	c #Conflicts:     194000 | #Constraints:      20570
122.50/128.30	c #Conflicts:     195000 | #Constraints:      21601
122.50/128.30	c #Conflicts:     196000 | #Constraints:      22656
122.50/128.30	c #Conflicts:     197000 | #Constraints:      23709
122.50/128.30	c #Conflicts:     198000 | #Constraints:      24756
122.50/128.30	c INPROCESSING
122.50/128.30	c GARBAGE COLLECT
122.50/128.30	c rational objective 994
127.49/133.38	c #Conflicts:     199000 | #Constraints:      16713
127.49/133.38	c #Conflicts:     200000 | #Constraints:      17713
127.49/133.38	c #Conflicts:     201000 | #Constraints:      18713
127.49/133.38	c #Conflicts:     202000 | #Constraints:      19713
127.49/133.38	c #Conflicts:     203000 | #Constraints:      20713
127.49/133.38	c #Conflicts:     204000 | #Constraints:      21713
127.49/133.38	c #Conflicts:     205000 | #Constraints:      22713
127.49/133.38	c #Conflicts:     206000 | #Constraints:      23713
127.49/133.38	c bounds 1038 >= 995 @ 125.317
127.88/133.75	c #Conflicts:     207000 | #Constraints:      24768
127.88/133.75	c INPROCESSING
127.88/133.75	c GARBAGE COLLECT
127.88/133.75	c rational objective 995
129.49/135.37	c #Conflicts:     208000 | #Constraints:      16541
129.49/135.37	c #Conflicts:     209000 | #Constraints:      17542
129.49/135.37	c bounds 1037 >= 995 @ 127.264
135.27/141.13	c #Conflicts:     210000 | #Constraints:      18573
135.27/141.13	c #Conflicts:     211000 | #Constraints:      19586
135.27/141.13	c #Conflicts:     212000 | #Constraints:      20643
135.27/141.13	c #Conflicts:     213000 | #Constraints:      21695
135.27/141.13	c #Conflicts:     214000 | #Constraints:      22754
135.27/141.13	c #Conflicts:     215000 | #Constraints:      23802
135.27/141.13	c #Conflicts:     216000 | #Constraints:      24865
135.27/141.13	c INPROCESSING
135.27/141.13	c GARBAGE COLLECT
135.27/141.13	c rational objective 995
140.91/147.25	c #Conflicts:     217000 | #Constraints:      16490
140.91/147.25	c #Conflicts:     218000 | #Constraints:      17490
140.91/147.25	c #Conflicts:     219000 | #Constraints:      18490
140.91/147.25	c #Conflicts:     220000 | #Constraints:      19490
140.91/147.25	c #Conflicts:     221000 | #Constraints:      20490
140.91/147.25	c #Conflicts:     222000 | #Constraints:      21490
140.91/147.25	c #Conflicts:     223000 | #Constraints:      22490
140.91/147.25	c #Conflicts:     224000 | #Constraints:      23490
140.91/147.25	c #Conflicts:     225000 | #Constraints:      24490
140.91/147.25	c #Conflicts:     226000 | #Constraints:      25490
140.91/147.25	c INPROCESSING
140.91/147.25	c GARBAGE COLLECT
140.91/147.25	c rational objective 995
146.40/152.75	c #Conflicts:     227000 | #Constraints:      17018
146.40/152.75	c #Conflicts:     228000 | #Constraints:      18018
146.40/152.75	c #Conflicts:     229000 | #Constraints:      19018
146.40/152.75	c #Conflicts:     230000 | #Constraints:      20018
146.40/152.75	c #Conflicts:     231000 | #Constraints:      21018
146.40/152.75	c #Conflicts:     232000 | #Constraints:      22018
146.40/152.75	c #Conflicts:     233000 | #Constraints:      23018
146.40/152.75	c #Conflicts:     234000 | #Constraints:      24018
146.40/152.75	c #Conflicts:     235000 | #Constraints:      25018
146.40/152.75	c #Conflicts:     236000 | #Constraints:      26018
146.40/152.75	c INPROCESSING
146.40/152.75	c GARBAGE COLLECT
146.40/152.75	c rational objective 995
153.58/159.98	c #Conflicts:     237000 | #Constraints:      17404
153.58/159.98	c #Conflicts:     238000 | #Constraints:      18482
153.58/159.98	c #Conflicts:     239000 | #Constraints:      19556
153.58/159.98	c #Conflicts:     240000 | #Constraints:      20613
153.58/159.98	c #Conflicts:     241000 | #Constraints:      21665
153.58/159.98	c #Conflicts:     242000 | #Constraints:      22735
153.58/159.98	c #Conflicts:     243000 | #Constraints:      23790
153.58/159.98	c #Conflicts:     244000 | #Constraints:      24837
153.58/159.98	c #Conflicts:     245000 | #Constraints:      25884
153.58/159.98	c #Conflicts:     246000 | #Constraints:      26928
153.58/159.98	c INPROCESSING
153.58/159.98	c GARBAGE COLLECT
153.58/159.98	c rational objective 995
159.86/166.23	c #Conflicts:     247000 | #Constraints:      17785
159.86/166.23	c #Conflicts:     248000 | #Constraints:      18785
159.86/166.23	c #Conflicts:     249000 | #Constraints:      19785
159.86/166.23	c #Conflicts:     250000 | #Constraints:      20785
159.86/166.23	c #Conflicts:     251000 | #Constraints:      21785
159.86/166.23	c #Conflicts:     252000 | #Constraints:      22785
159.86/166.23	c #Conflicts:     253000 | #Constraints:      23785
159.86/166.23	c #Conflicts:     254000 | #Constraints:      24785
159.86/166.23	c #Conflicts:     255000 | #Constraints:      25785
159.86/166.23	c #Conflicts:     256000 | #Constraints:      26785
159.86/166.23	c INPROCESSING
159.86/166.23	c GARBAGE COLLECT
159.86/166.23	c rational objective 995
165.77/178.25	c #Conflicts:     257000 | #Constraints:      17682
165.77/178.25	c #Conflicts:     258000 | #Constraints:      18682
165.77/178.25	c #Conflicts:     259000 | #Constraints:      19682
165.77/178.25	c #Conflicts:     260000 | #Constraints:      20682
165.77/178.25	c #Conflicts:     261000 | #Constraints:      21682
165.77/178.25	c #Conflicts:     262000 | #Constraints:      22682
165.77/178.25	c #Conflicts:     263000 | #Constraints:      23682
165.77/178.25	c #Conflicts:     264000 | #Constraints:      24682
165.77/178.25	c #Conflicts:     265000 | #Constraints:      25682
165.77/178.25	c #Conflicts:     266000 | #Constraints:      26682
165.77/178.25	c INPROCESSING
165.77/178.25	c GARBAGE COLLECT
165.77/178.25	c rational objective 995
173.24/185.74	c #Conflicts:     267000 | #Constraints:      17412
173.24/185.74	c #Conflicts:     268000 | #Constraints:      18419
173.24/185.74	c #Conflicts:     269000 | #Constraints:      19485
173.24/185.74	c #Conflicts:     270000 | #Constraints:      20546
173.24/185.74	c #Conflicts:     271000 | #Constraints:      21607
173.24/185.74	c #Conflicts:     272000 | #Constraints:      22662
173.24/185.74	c #Conflicts:     273000 | #Constraints:      23715
173.24/185.74	c #Conflicts:     274000 | #Constraints:      24754
173.24/185.74	c #Conflicts:     275000 | #Constraints:      25798
173.24/185.74	c #Conflicts:     276000 | #Constraints:      26832
173.24/185.74	c #Conflicts:     277000 | #Constraints:      27883
173.24/185.74	c INPROCESSING
173.24/185.74	c GARBAGE COLLECT
173.24/185.74	c rational objective 995
180.22/192.77	c #Conflicts:     278000 | #Constraints:      18180
180.22/192.77	c #Conflicts:     279000 | #Constraints:      19180
180.22/192.77	c #Conflicts:     280000 | #Constraints:      20180
180.22/192.77	c #Conflicts:     281000 | #Constraints:      21180
180.22/192.77	c #Conflicts:     282000 | #Constraints:      22180
180.22/192.77	c #Conflicts:     283000 | #Constraints:      23180
180.22/192.77	c #Conflicts:     284000 | #Constraints:      24180
180.22/192.77	c #Conflicts:     285000 | #Constraints:      25180
180.22/192.77	c #Conflicts:     286000 | #Constraints:      26180
180.22/192.77	c #Conflicts:     287000 | #Constraints:      27180
180.22/192.77	c #Conflicts:     288000 | #Constraints:      28180
180.22/192.77	c INPROCESSING
180.22/192.77	c GARBAGE COLLECT
180.22/192.77	c rational objective 995
180.92/193.46	c #Conflicts:     289000 | #Constraints:      18491
180.92/193.46	c bounds 1036 >= 995 @ 177.864
181.02/193.59	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[5]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[7]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[13]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[14]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[17]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[24]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[32]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[33]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[35]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[36]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[41]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[44]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[46]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[47]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[48]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[56]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[68]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[72]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[81]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[85]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[88]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[89]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[97]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[99]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[106]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[107]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[110]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[112]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[118]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[127]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[128]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[129]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[132]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[137]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[146]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[150]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[153]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[154]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[155]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[156]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[169]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[171]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[172]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[179]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[180]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[182]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[187]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[195]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[196]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[200]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[204]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[211]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[214]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[215]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[216]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[222]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[231]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[233]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[238]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[242]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[243]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[247]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[250]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[253]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[257]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[259]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[265]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[272]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[274]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[278]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[279]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[281]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[283]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[287]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[295]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[303]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[305]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[306]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[307]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[310]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[315]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[320]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[323]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[334]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[336]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[338]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[347]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[351]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[355]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[358]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[361]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[364]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[365]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[372]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[378]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[382]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[392]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[394]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[395]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[404]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[406]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[409]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[410]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[421]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[431]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[449]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[451]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[455]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[456]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[461]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[467]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[471]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[473]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[475]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[481]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[485]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[487]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[494]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[502]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[503]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[504]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[510]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[520]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[521]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[528]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[529]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[539]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[541]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[544]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[548]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[549]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[552]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[553]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[556]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[560]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[567]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[568]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[572]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[576]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[580]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[585]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[590]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[599]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[609]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[614]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[615]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[633]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[640]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[642]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[645]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[649]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[653]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[656]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[657]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[660]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[662]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[666]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[667]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[673]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[674]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[709]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[710]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[711]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[714]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[718]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[736]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[737]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[746]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[748]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[751]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[756]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[761]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[762]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[767]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[772]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[773]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[781]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[783]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[788]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[790]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[795]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[796]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[797]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[800]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[807]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[814]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[819]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[824]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[829]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[831]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[834]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[837]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[838]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[840]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[842]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[849]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[855]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[875]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[889]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[894]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[905]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[910]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[915]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[917]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[919]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[929]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[931]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[939]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[947]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[949]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[951]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[963]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[967]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[981]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[982]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1022]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1023]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1029]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1034]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1043]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1049]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1056]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1082]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1091]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1101]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1102]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1122]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1125]: 6 -1.0001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1134]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1140]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1149]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1154]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1159]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1160]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1161]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1173]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1179]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1186]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1189]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1199]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1206]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1213]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1215]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1216]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1217]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1220]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1222]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1223]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1225]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1232]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1233]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1236]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1239]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1241]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1244]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1259]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1266]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1267]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1268]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1280]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1281]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1300]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1305]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1319]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1322]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1325]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1330]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1336]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1353]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1366]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1377]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1380]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1381]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1388]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1398]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1399]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1402]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1417]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1420]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1429]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1433]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1435]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1453]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1456]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1459]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1461]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1463]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1475]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1478]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1488]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1491]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1492]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1495]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1498]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1508]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1515]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1517]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1518]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1519]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1526]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1531]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1532]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1533]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1536]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1548]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1551]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1561]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1565]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1570]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1575]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1577]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1578]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1579]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1585]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1586]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1587]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1602]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1605]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1606]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1607]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1620]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1622]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1628]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1653]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1654]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1659]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1661]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1665]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1674]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1681]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1685]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1687]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1697]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1705]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1706]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1709]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1724]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1730]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1731]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1732]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1733]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1734]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1740]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1744]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1746]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1750]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1751]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1777]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1782]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1788]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1791]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1802]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1807]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1809]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1813]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1822]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1824]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1828]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1829]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1830]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1831]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1840]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1842]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1844]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1846]: 6 -1.00004 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1864]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1870]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1875]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1878]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1888]: 6 -1.00009 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1889]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1891]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1895]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1897]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1902]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1908]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1910]: 6 -1.00002 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1919]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1923]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1927]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1933]: 6 -1.00006 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1934]: 6 -1.00003 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1935]: 6 -1.00005 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1949]: 6 -1.00001 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1951]: 6 -1.00007 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1953]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1955]: 6 -1.00008 0 shouldn't be
181.02/193.59	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
189.19/201.77	c #Conflicts:     290000 | #Constraints:      19519
189.19/201.77	c #Conflicts:     291000 | #Constraints:      20519
189.19/201.77	c #Conflicts:     292000 | #Constraints:      21519
189.19/201.77	c #Conflicts:     293000 | #Constraints:      22564
189.19/201.77	c #Conflicts:     294000 | #Constraints:      23626
189.19/201.77	c #Conflicts:     295000 | #Constraints:      24676
189.19/201.77	c #Conflicts:     296000 | #Constraints:      25732
189.19/201.77	c #Conflicts:     297000 | #Constraints:      26793
189.19/201.77	c #Conflicts:     298000 | #Constraints:      27849
189.19/201.77	c #Conflicts:     299000 | #Constraints:      28886
189.19/201.77	c INPROCESSING
189.19/201.77	c GARBAGE COLLECT
189.19/201.77	c rational objective 995
195.93/209.05	c #Conflicts:     300000 | #Constraints:      18802
195.93/209.05	c #Conflicts:     301000 | #Constraints:      19802
195.93/209.05	c #Conflicts:     302000 | #Constraints:      20802
195.93/209.05	c #Conflicts:     303000 | #Constraints:      21802
195.93/209.05	c #Conflicts:     304000 | #Constraints:      22802
195.93/209.05	c #Conflicts:     305000 | #Constraints:      23802
195.93/209.05	c #Conflicts:     306000 | #Constraints:      24802
195.93/209.05	c #Conflicts:     307000 | #Constraints:      25802
195.93/209.05	c #Conflicts:     308000 | #Constraints:      26802
195.93/209.05	c #Conflicts:     309000 | #Constraints:      27802
195.93/209.05	c bounds 1036 >= 996 @ 192.643
196.52/209.61	c #Conflicts:     310000 | #Constraints:      28871
196.52/209.61	c INPROCESSING
196.52/209.61	c GARBAGE COLLECT
196.52/209.61	c rational objective 996
203.59/216.77	c #Conflicts:     311000 | #Constraints:      18721
203.59/216.77	c #Conflicts:     312000 | #Constraints:      19721
203.59/216.77	c #Conflicts:     313000 | #Constraints:      20721
203.59/216.77	c #Conflicts:     314000 | #Constraints:      21721
203.59/216.77	c #Conflicts:     315000 | #Constraints:      22721
203.59/216.77	c #Conflicts:     316000 | #Constraints:      23721
203.59/216.77	c #Conflicts:     317000 | #Constraints:      24721
203.59/216.77	c #Conflicts:     318000 | #Constraints:      25721
203.59/216.77	c #Conflicts:     319000 | #Constraints:      26721
203.59/216.77	c #Conflicts:     320000 | #Constraints:      27721
203.59/216.77	c #Conflicts:     321000 | #Constraints:      28721
203.59/216.77	c INPROCESSING
203.59/216.77	c GARBAGE COLLECT
203.59/216.77	c rational objective 996
206.39/219.58	c #Conflicts:     322000 | #Constraints:      18465
206.39/219.58	c #Conflicts:     323000 | #Constraints:      19466
206.39/219.58	c #Conflicts:     324000 | #Constraints:      20522
206.39/219.58	c #Conflicts:     325000 | #Constraints:      21607
206.39/219.58	c #Conflicts:     326000 | #Constraints:      22683
206.39/219.58	c bounds 1035 >= 996 @ 202.999
206.59/219.73	WSVECS04 Frhs2[1]: 6 -1.00006 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[2]: 6 -1.00005 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[3]: 6 -1.0001 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[5]: 6 -1.00007 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[7]: 6 -1.00003 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[12]: 6 -1.00005 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[13]: 6 -1.00004 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[14]: 6 -1.00005 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[17]: 6 -1.00003 0 shouldn't be
206.59/219.73	WSVECS04 Frhs2[18]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[24]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[31]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[32]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[33]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[34]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[36]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[41]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[44]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[45]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[46]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[47]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[49]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[51]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[56]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[60]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[62]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[68]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[72]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[74]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[81]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[82]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[83]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[84]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[85]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[88]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[90]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[91]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[97]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[99]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[101]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[102]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[106]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[110]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[111]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[112]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[113]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[116]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[119]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[122]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[127]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[131]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[132]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[136]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[137]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[146]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[150]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[151]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[153]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[154]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[155]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[156]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[157]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[158]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[163]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[164]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[166]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[169]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[170]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[171]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[172]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[177]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[179]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[180]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[189]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[190]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[192]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[193]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[194]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[196]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[198]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[199]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[201]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[203]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[205]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[209]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[210]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[211]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[214]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[215]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[216]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[218]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[221]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[222]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[224]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[230]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[231]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[233]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[235]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[236]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[239]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[240]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[242]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[243]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[247]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[248]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[250]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[253]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[257]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[259]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[266]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[272]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[276]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[277]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[278]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[280]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[281]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[283]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[287]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[292]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[295]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[296]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[298]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[299]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[303]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[304]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[305]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[306]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[307]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[308]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[315]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[316]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[320]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[322]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[323]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[328]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[330]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[331]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[335]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[338]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[349]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[351]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[352]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[354]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[355]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[357]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[358]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[361]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[362]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[364]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[365]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[372]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[375]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[376]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[378]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[381]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[382]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[385]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[392]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[393]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[394]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[395]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[397]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[402]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[404]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[405]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[406]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[407]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[409]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[413]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[421]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[422]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[423]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[429]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[430]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[433]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[436]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[447]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[449]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[451]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[452]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[455]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[456]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[458]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[461]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[463]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[467]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[469]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[471]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[475]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[476]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[477]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[478]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[479]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[482]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[484]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[487]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[491]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[498]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[503]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[506]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[512]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[514]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[521]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[528]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[529]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[537]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[544]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[547]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[548]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[549]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[550]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[552]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[553]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[556]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[559]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[560]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[564]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[565]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[567]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[569]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[570]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[572]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[575]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[576]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[580]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[582]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[583]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[584]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[585]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[586]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[588]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[590]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[592]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[593]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[598]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[599]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[603]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[605]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[607]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[609]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[611]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[614]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[615]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[619]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[624]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[633]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[636]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[637]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[638]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[640]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[641]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[642]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[643]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[645]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[648]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[649]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[653]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[654]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[656]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[657]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[660]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[662]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[667]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[674]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[676]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[683]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[684]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[689]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[696]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[703]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[704]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[706]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[708]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[709]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[710]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[711]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[713]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[714]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[721]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[722]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[723]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[726]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[729]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[733]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[736]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[737]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[747]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[748]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[750]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[751]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[755]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[756]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[757]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[758]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[760]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[761]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[765]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[766]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[767]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[768]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[772]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[773]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[774]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[781]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[784]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[788]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[790]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[797]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[800]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[801]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[802]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[808]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[811]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[814]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[815]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[819]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[824]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[829]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[831]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[833]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[834]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[837]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[838]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[840]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[841]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[842]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[844]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[855]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[856]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[868]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[875]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[878]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[882]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[883]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[887]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[888]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[889]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[892]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[895]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[896]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[898]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[903]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[905]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[907]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[908]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[910]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[912]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[915]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[918]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[919]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[920]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[925]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[928]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[930]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[931]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[936]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[937]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[939]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[940]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[943]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[947]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[948]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[951]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[956]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[957]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[963]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[965]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[966]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[971]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[972]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[975]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[977]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[978]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[982]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[987]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[990]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[991]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[993]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[998]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1002]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1009]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1012]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1014]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1016]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1018]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1019]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1022]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1023]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1024]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1029]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1030]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1033]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1034]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1037]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1041]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1042]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1049]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1051]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1052]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1053]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1060]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1061]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1063]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1064]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1067]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1078]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1082]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1091]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1099]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1100]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1101]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1102]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1107]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1112]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1113]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1116]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1120]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1122]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1124]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1127]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1132]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1134]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1135]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1137]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1138]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1140]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1141]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1143]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1146]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1149]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1154]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1158]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1161]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1162]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1167]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1168]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1169]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1173]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1179]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1180]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1189]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1196]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1197]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1198]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1199]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1201]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1204]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1206]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1213]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1214]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1215]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1216]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1217]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1220]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1222]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1223]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1224]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1233]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1241]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1242]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1244]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1248]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1252]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1260]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1262]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1263]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1266]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1267]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1268]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1272]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1275]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1276]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1277]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1279]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1281]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1285]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1293]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1294]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1299]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1304]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1305]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1309]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1316]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1319]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1320]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1322]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1323]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1325]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1328]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1330]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1334]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1336]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1338]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1341]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1346]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1349]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1351]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1353]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1356]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1359]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1360]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1365]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1366]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1370]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1372]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1373]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1375]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1377]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1381]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1386]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1388]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1390]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1391]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1395]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1397]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1399]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1400]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1402]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1405]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1406]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1407]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1409]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1412]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1415]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1417]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1418]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1420]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1421]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1425]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1429]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1430]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1431]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1433]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1439]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1446]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1448]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1449]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1450]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1457]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1459]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1461]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1463]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1470]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1475]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1476]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1478]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1479]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1483]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1485]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1486]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1487]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1488]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1489]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1491]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1492]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1494]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1495]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1498]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1500]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1501]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1502]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1505]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1508]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1510]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1515]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1517]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1518]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1519]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1521]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1522]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1527]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1531]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1532]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1533]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1536]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1537]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1540]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1546]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1548]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1550]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1551]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1552]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1561]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1562]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1564]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1565]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1570]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1573]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1575]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1577]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1578]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1579]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1580]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1585]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1586]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1587]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1588]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1591]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1594]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1600]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1601]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1602]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1605]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1607]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1611]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1614]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1616]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1620]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1624]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1626]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1634]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1635]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1636]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1638]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1640]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1641]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1644]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1648]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1650]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1653]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1654]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1658]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1659]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1661]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1662]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1664]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1665]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1667]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1675]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1676]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1677]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1678]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1681]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1684]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1685]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1687]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1695]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1696]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1697]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1699]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1702]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1705]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1706]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1707]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1709]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1719]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1720]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1721]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1724]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1726]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1727]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1730]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1731]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1732]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1733]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1734]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1736]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1737]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1738]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1740]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1744]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1748]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1750]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1751]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1757]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1763]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1766]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1767]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1777]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1781]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1782]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1783]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1785]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1791]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1792]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1794]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1795]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1797]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1798]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1802]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1804]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1805]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1807]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1813]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1815]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1821]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1822]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1823]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1824]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1827]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1828]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1829]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1831]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1835]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1838]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1840]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1841]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1842]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1844]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1845]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1846]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1848]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1850]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1854]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1856]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1859]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1862]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1864]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1866]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1868]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1870]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1873]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1875]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1876]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1877]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1881]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1884]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1887]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1889]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1890]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1891]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1893]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1895]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1897]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1899]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1902]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1903]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1907]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1908]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1909]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1914]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1919]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1920]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1921]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1923]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1924]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1925]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1927]: 6 -1.00001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1933]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1934]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1935]: 6 -1.0001 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1941]: 6 -1.00008 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1942]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1946]: 6 -1.00005 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1949]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1951]: 6 -1.00002 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1953]: 6 -1.00006 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1954]: 6 -1.00009 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
206.59/219.74	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
212.47/225.68	c #Conflicts:     327000 | #Constraints:      23719
212.47/225.68	c #Conflicts:     328000 | #Constraints:      24719
212.47/225.68	c #Conflicts:     329000 | #Constraints:      25719
212.47/225.68	c #Conflicts:     330000 | #Constraints:      26772
212.47/225.68	c #Conflicts:     331000 | #Constraints:      27833
212.47/225.68	c #Conflicts:     332000 | #Constraints:      28905
212.47/225.68	c #Conflicts:     333000 | #Constraints:      29958
212.47/225.68	c INPROCESSING
212.47/225.68	c GARBAGE COLLECT
212.47/225.68	c rational objective 996
219.95/233.14	c #Conflicts:     334000 | #Constraints:      19245
219.95/233.14	c #Conflicts:     335000 | #Constraints:      20245
219.95/233.14	c #Conflicts:     336000 | #Constraints:      21245
219.95/233.14	c #Conflicts:     337000 | #Constraints:      22245
219.95/233.14	c #Conflicts:     338000 | #Constraints:      23245
219.95/233.14	c #Conflicts:     339000 | #Constraints:      24245
219.95/233.14	c #Conflicts:     340000 | #Constraints:      25245
219.95/233.14	c #Conflicts:     341000 | #Constraints:      26245
219.95/233.14	c #Conflicts:     342000 | #Constraints:      27246
219.95/233.14	c #Conflicts:     343000 | #Constraints:      28246
219.95/233.14	c #Conflicts:     344000 | #Constraints:      29246
219.95/233.14	c #Conflicts:     345000 | #Constraints:      30246
219.95/233.14	c INPROCESSING
219.95/233.14	c GARBAGE COLLECT
219.95/233.14	c rational objective 996
228.73/242.38	c #Conflicts:     346000 | #Constraints:      19546
228.73/242.38	c #Conflicts:     347000 | #Constraints:      20605
228.73/242.38	c #Conflicts:     348000 | #Constraints:      21675
228.73/242.38	c #Conflicts:     349000 | #Constraints:      22718
228.73/242.38	c #Conflicts:     350000 | #Constraints:      23749
228.73/242.38	c #Conflicts:     351000 | #Constraints:      24795
228.73/242.38	c #Conflicts:     352000 | #Constraints:      25835
228.73/242.38	c #Conflicts:     353000 | #Constraints:      26892
228.73/242.38	c #Conflicts:     354000 | #Constraints:      27943
228.73/242.38	c #Conflicts:     355000 | #Constraints:      28991
228.73/242.38	c #Conflicts:     356000 | #Constraints:      30035
228.73/242.38	c #Conflicts:     357000 | #Constraints:      31083
228.73/242.38	c INPROCESSING
228.73/242.38	c GARBAGE COLLECT
228.73/242.38	c rational objective 996
236.42/250.09	c #Conflicts:     358000 | #Constraints:      19908
236.42/250.09	c #Conflicts:     359000 | #Constraints:      20908
236.42/250.09	c #Conflicts:     360000 | #Constraints:      21908
236.42/250.09	c #Conflicts:     361000 | #Constraints:      22908
236.42/250.09	c #Conflicts:     362000 | #Constraints:      23908
236.42/250.09	c #Conflicts:     363000 | #Constraints:      24908
236.42/250.09	c #Conflicts:     364000 | #Constraints:      25908
236.42/250.09	c #Conflicts:     365000 | #Constraints:      26908
236.42/250.09	c #Conflicts:     366000 | #Constraints:      27908
236.42/250.09	c #Conflicts:     367000 | #Constraints:      28908
236.42/250.09	c #Conflicts:     368000 | #Constraints:      29908
236.42/250.09	c #Conflicts:     369000 | #Constraints:      30908
236.42/250.09	c INPROCESSING
236.42/250.09	c GARBAGE COLLECT
236.42/250.09	c rational objective 996
244.29/257.96	c #Conflicts:     370000 | #Constraints:      19768
244.29/257.96	c #Conflicts:     371000 | #Constraints:      20768
244.29/257.96	c #Conflicts:     372000 | #Constraints:      21768
244.29/257.96	c #Conflicts:     373000 | #Constraints:      22768
244.29/257.96	c #Conflicts:     374000 | #Constraints:      23768
244.29/257.96	c #Conflicts:     375000 | #Constraints:      24768
244.29/257.96	c #Conflicts:     376000 | #Constraints:      25768
244.29/257.96	c #Conflicts:     377000 | #Constraints:      26768
244.29/257.96	c #Conflicts:     378000 | #Constraints:      27768
244.29/257.96	c #Conflicts:     379000 | #Constraints:      28768
244.29/257.96	c #Conflicts:     380000 | #Constraints:      29768
244.29/257.96	c #Conflicts:     381000 | #Constraints:      30768
244.29/257.96	c INPROCESSING
244.29/257.96	c GARBAGE COLLECT
244.29/257.96	c rational objective 996
253.36/267.09	c #Conflicts:     382000 | #Constraints:      19481
253.36/267.09	c #Conflicts:     383000 | #Constraints:      20484
253.36/267.09	c #Conflicts:     384000 | #Constraints:      21531
253.36/267.09	c #Conflicts:     385000 | #Constraints:      22577
253.36/267.09	c #Conflicts:     386000 | #Constraints:      23614
253.36/267.09	c #Conflicts:     387000 | #Constraints:      24649
253.36/267.09	c #Conflicts:     388000 | #Constraints:      25686
253.36/267.09	c #Conflicts:     389000 | #Constraints:      26733
253.36/267.09	c #Conflicts:     390000 | #Constraints:      27781
253.36/267.09	c #Conflicts:     391000 | #Constraints:      28813
253.36/267.09	c #Conflicts:     392000 | #Constraints:      29841
253.36/267.09	c #Conflicts:     393000 | #Constraints:      30878
253.36/267.09	c bounds 1034 >= 996 @ 249.311
254.06/267.78	c #Conflicts:     394000 | #Constraints:      31916
254.06/267.78	c INPROCESSING
254.06/267.78	c GARBAGE COLLECT
254.06/267.78	c rational objective 996
262.32/276.78	c #Conflicts:     395000 | #Constraints:      20247
262.32/276.78	c #Conflicts:     396000 | #Constraints:      21247
262.32/276.78	c #Conflicts:     397000 | #Constraints:      22247
262.32/276.78	c #Conflicts:     398000 | #Constraints:      23247
262.32/276.78	c #Conflicts:     399000 | #Constraints:      24247
262.32/276.78	c #Conflicts:     400000 | #Constraints:      25247
262.32/276.78	c #Conflicts:     401000 | #Constraints:      26247
262.32/276.78	c #Conflicts:     402000 | #Constraints:      27247
262.32/276.78	c #Conflicts:     403000 | #Constraints:      28247
262.32/276.78	c #Conflicts:     404000 | #Constraints:      29247
262.32/276.78	c #Conflicts:     405000 | #Constraints:      30247
262.32/276.78	c #Conflicts:     406000 | #Constraints:      31247
262.32/276.78	c #Conflicts:     407000 | #Constraints:      32247
262.32/276.78	c INPROCESSING
262.32/276.78	c GARBAGE COLLECT
262.32/276.78	c rational objective 996
272.38/286.84	c #Conflicts:     408000 | #Constraints:      20560
272.38/286.84	c #Conflicts:     409000 | #Constraints:      21610
272.38/286.84	c #Conflicts:     410000 | #Constraints:      22664
272.38/286.84	c #Conflicts:     411000 | #Constraints:      23705
272.38/286.84	c #Conflicts:     412000 | #Constraints:      24739
272.38/286.84	c #Conflicts:     413000 | #Constraints:      25784
272.38/286.84	c #Conflicts:     414000 | #Constraints:      26817
272.38/286.84	c #Conflicts:     415000 | #Constraints:      27857
272.38/286.84	c #Conflicts:     416000 | #Constraints:      28898
272.38/286.84	c #Conflicts:     417000 | #Constraints:      29943
272.38/286.84	c #Conflicts:     418000 | #Constraints:      30974
272.38/286.84	c #Conflicts:     419000 | #Constraints:      32004
272.38/286.84	c #Conflicts:     420000 | #Constraints:      33036
272.38/286.84	c INPROCESSING
272.38/286.84	c GARBAGE COLLECT
272.38/286.84	c rational objective 996
282.36/296.87	c #Conflicts:     421000 | #Constraints:      20857
282.36/296.87	c #Conflicts:     422000 | #Constraints:      21857
282.36/296.87	c #Conflicts:     423000 | #Constraints:      22857
282.36/296.87	c #Conflicts:     424000 | #Constraints:      23857
282.36/296.87	c #Conflicts:     425000 | #Constraints:      24857
282.36/296.87	c #Conflicts:     426000 | #Constraints:      25857
282.36/296.87	c #Conflicts:     427000 | #Constraints:      26857
282.36/296.87	c #Conflicts:     428000 | #Constraints:      27857
282.36/296.87	c #Conflicts:     429000 | #Constraints:      28857
282.36/296.87	c #Conflicts:     430000 | #Constraints:      29857
282.36/296.87	c #Conflicts:     431000 | #Constraints:      30857
282.36/296.87	c #Conflicts:     432000 | #Constraints:      31857
282.36/296.87	c #Conflicts:     433000 | #Constraints:      32857
282.36/296.87	c INPROCESSING
282.36/296.87	c GARBAGE COLLECT
282.36/296.87	c rational objective 996
290.94/306.03	c #Conflicts:     434000 | #Constraints:      20757
290.94/306.03	c #Conflicts:     435000 | #Constraints:      21757
290.94/306.03	c #Conflicts:     436000 | #Constraints:      22757
290.94/306.03	c #Conflicts:     437000 | #Constraints:      23757
290.94/306.03	c #Conflicts:     438000 | #Constraints:      24757
290.94/306.03	c #Conflicts:     439000 | #Constraints:      25757
290.94/306.03	c #Conflicts:     440000 | #Constraints:      26757
290.94/306.03	c #Conflicts:     441000 | #Constraints:      27757
290.94/306.03	c #Conflicts:     442000 | #Constraints:      28757
290.94/306.03	c #Conflicts:     443000 | #Constraints:      29757
290.94/306.03	c #Conflicts:     444000 | #Constraints:      30757
290.94/306.03	c #Conflicts:     445000 | #Constraints:      31757
290.94/306.03	c #Conflicts:     446000 | #Constraints:      32757
290.94/306.03	c INPROCESSING
290.94/306.03	c GARBAGE COLLECT
290.94/306.03	c rational objective 996
291.64/306.76	c #Conflicts:     447000 | #Constraints:      20496
291.64/306.76	c #Conflicts:     448000 | #Constraints:      21520
291.64/306.76	c bounds 1033 >= 996 @ 287.056
303.02/318.10	c #Conflicts:     449000 | #Constraints:      22547
303.02/318.10	c #Conflicts:     450000 | #Constraints:      23591
303.02/318.10	c #Conflicts:     451000 | #Constraints:      24652
303.02/318.10	c #Conflicts:     452000 | #Constraints:      25725
303.02/318.10	c #Conflicts:     453000 | #Constraints:      26777
303.02/318.10	c #Conflicts:     454000 | #Constraints:      27821
303.02/318.10	c #Conflicts:     455000 | #Constraints:      28866
303.02/318.10	c #Conflicts:     456000 | #Constraints:      29896
303.02/318.10	c #Conflicts:     457000 | #Constraints:      30928
303.02/318.10	c #Conflicts:     458000 | #Constraints:      31960
303.02/318.10	c #Conflicts:     459000 | #Constraints:      33006
303.02/318.10	c #Conflicts:     460000 | #Constraints:      34037
303.02/318.10	c INPROCESSING
303.02/318.10	c GARBAGE COLLECT
303.02/318.10	c rational objective 996
313.48/328.68	c #Conflicts:     461000 | #Constraints:      21299
313.48/328.68	c #Conflicts:     462000 | #Constraints:      22299
313.48/328.68	c #Conflicts:     463000 | #Constraints:      23299
313.48/328.68	c #Conflicts:     464000 | #Constraints:      24299
313.48/328.68	c #Conflicts:     465000 | #Constraints:      25299
313.48/328.68	c #Conflicts:     466000 | #Constraints:      26299
313.48/328.68	c #Conflicts:     467000 | #Constraints:      27299
313.48/328.68	c #Conflicts:     468000 | #Constraints:      28299
313.48/328.68	c #Conflicts:     469000 | #Constraints:      29299
313.48/328.68	c #Conflicts:     470000 | #Constraints:      30299
313.48/328.68	c #Conflicts:     471000 | #Constraints:      31299
313.48/328.68	c #Conflicts:     472000 | #Constraints:      32299
313.48/328.68	c #Conflicts:     473000 | #Constraints:      33299
313.48/328.68	c #Conflicts:     474000 | #Constraints:      34299
313.48/328.68	c INPROCESSING
313.48/328.68	c GARBAGE COLLECT
313.48/328.68	c rational objective 996
313.58/328.75	c bounds 1032 >= 996 @ 308.699
324.33/339.96	c #Conflicts:     475000 | #Constraints:      21566
324.33/339.96	c #Conflicts:     476000 | #Constraints:      22616
324.33/339.96	c #Conflicts:     477000 | #Constraints:      23670
324.33/339.96	c #Conflicts:     478000 | #Constraints:      24730
324.33/339.96	c #Conflicts:     479000 | #Constraints:      25779
324.33/339.96	c #Conflicts:     480000 | #Constraints:      26824
324.33/339.96	c #Conflicts:     481000 | #Constraints:      27873
324.33/339.96	c #Conflicts:     482000 | #Constraints:      28921
324.33/339.96	c #Conflicts:     483000 | #Constraints:      29976
324.33/339.96	c #Conflicts:     484000 | #Constraints:      31023
324.33/339.96	c #Conflicts:     485000 | #Constraints:      32060
324.33/339.96	c #Conflicts:     486000 | #Constraints:      33102
324.33/339.96	c #Conflicts:     487000 | #Constraints:      34137
324.33/339.96	c #Conflicts:     488000 | #Constraints:      35174
324.33/339.96	c INPROCESSING
324.33/339.96	c GARBAGE COLLECT
324.33/339.96	c rational objective 996
334.09/349.78	c #Conflicts:     489000 | #Constraints:      21962
334.09/349.78	c #Conflicts:     490000 | #Constraints:      22962
334.09/349.78	c #Conflicts:     491000 | #Constraints:      23962
334.09/349.78	c #Conflicts:     492000 | #Constraints:      24962
334.09/349.78	c #Conflicts:     493000 | #Constraints:      25962
334.09/349.78	c #Conflicts:     494000 | #Constraints:      26962
334.09/349.78	c #Conflicts:     495000 | #Constraints:      27962
334.09/349.78	c #Conflicts:     496000 | #Constraints:      28962
334.09/349.78	c #Conflicts:     497000 | #Constraints:      29962
334.09/349.78	c #Conflicts:     498000 | #Constraints:      30962
334.09/349.78	c #Conflicts:     499000 | #Constraints:      31962
334.09/349.78	c #Conflicts:     500000 | #Constraints:      32962
334.09/349.78	c #Conflicts:     501000 | #Constraints:      33962
334.09/349.78	c #Conflicts:     502000 | #Constraints:      34962
334.09/349.78	c INPROCESSING
334.09/349.78	c GARBAGE COLLECT
334.09/349.78	c rational objective 996
343.77/359.45	c #Conflicts:     503000 | #Constraints:      21830
343.77/359.45	c #Conflicts:     504000 | #Constraints:      22830
343.77/359.45	c #Conflicts:     505000 | #Constraints:      23830
343.77/359.45	c #Conflicts:     506000 | #Constraints:      24830
343.77/359.45	c #Conflicts:     507000 | #Constraints:      25830
343.77/359.45	c #Conflicts:     508000 | #Constraints:      26830
343.77/359.45	c #Conflicts:     509000 | #Constraints:      27830
343.77/359.45	c #Conflicts:     510000 | #Constraints:      28830
343.77/359.45	c #Conflicts:     511000 | #Constraints:      29830
343.77/359.45	c #Conflicts:     512000 | #Constraints:      30830
343.77/359.45	c #Conflicts:     513000 | #Constraints:      31830
343.77/359.45	c #Conflicts:     514000 | #Constraints:      32830
343.77/359.45	c #Conflicts:     515000 | #Constraints:      33830
343.77/359.45	c #Conflicts:     516000 | #Constraints:      34830
343.77/359.45	c INPROCESSING
343.77/359.45	c GARBAGE COLLECT
343.77/359.45	c rational objective 996
355.60/371.89	c #Conflicts:     517000 | #Constraints:      21560
355.60/371.89	c #Conflicts:     518000 | #Constraints:      22569
355.60/371.89	c #Conflicts:     519000 | #Constraints:      23624
355.60/371.89	c #Conflicts:     520000 | #Constraints:      24695
355.60/371.89	c #Conflicts:     521000 | #Constraints:      25754
355.60/371.89	c #Conflicts:     522000 | #Constraints:      26817
355.60/371.89	c #Conflicts:     523000 | #Constraints:      27880
355.60/371.89	c #Conflicts:     524000 | #Constraints:      28935
355.60/371.89	c #Conflicts:     525000 | #Constraints:      29994
355.60/371.89	c #Conflicts:     526000 | #Constraints:      31025
355.60/371.89	c #Conflicts:     527000 | #Constraints:      32059
355.60/371.89	c #Conflicts:     528000 | #Constraints:      33106
355.60/371.89	c #Conflicts:     529000 | #Constraints:      34134
355.60/371.89	c #Conflicts:     530000 | #Constraints:      35169
355.60/371.89	c #Conflicts:     531000 | #Constraints:      36204
355.60/371.89	c INPROCESSING
355.60/371.89	c GARBAGE COLLECT
355.60/371.89	c rational objective 996
366.28/382.59	c #Conflicts:     532000 | #Constraints:      22379
366.28/382.59	c #Conflicts:     533000 | #Constraints:      23379
366.28/382.59	c #Conflicts:     534000 | #Constraints:      24379
366.28/382.59	c #Conflicts:     535000 | #Constraints:      25379
366.28/382.59	c #Conflicts:     536000 | #Constraints:      26379
366.28/382.59	c #Conflicts:     537000 | #Constraints:      27379
366.28/382.59	c #Conflicts:     538000 | #Constraints:      28379
366.28/382.59	c #Conflicts:     539000 | #Constraints:      29379
366.28/382.59	c #Conflicts:     540000 | #Constraints:      30379
366.28/382.59	c #Conflicts:     541000 | #Constraints:      31379
366.28/382.59	c #Conflicts:     542000 | #Constraints:      32379
366.28/382.59	c #Conflicts:     543000 | #Constraints:      33379
366.28/382.59	c #Conflicts:     544000 | #Constraints:      34379
366.28/382.59	c #Conflicts:     545000 | #Constraints:      35379
366.28/382.59	c #Conflicts:     546000 | #Constraints:      36379
366.28/382.59	c INPROCESSING
366.28/382.59	c GARBAGE COLLECT
366.28/382.59	c rational objective 996
377.93/395.27	c #Conflicts:     547000 | #Constraints:      22635
377.93/395.27	c #Conflicts:     548000 | #Constraints:      23712
377.93/395.27	c #Conflicts:     549000 | #Constraints:      24802
377.93/395.27	c #Conflicts:     550000 | #Constraints:      25873
377.93/395.27	c #Conflicts:     551000 | #Constraints:      26932
377.93/395.27	c #Conflicts:     552000 | #Constraints:      27978
377.93/395.27	c #Conflicts:     553000 | #Constraints:      29044
377.93/395.27	c #Conflicts:     554000 | #Constraints:      30096
377.93/395.27	c #Conflicts:     555000 | #Constraints:      31158
377.93/395.27	c #Conflicts:     556000 | #Constraints:      32187
377.93/395.27	c #Conflicts:     557000 | #Constraints:      33209
377.93/395.27	c #Conflicts:     558000 | #Constraints:      34232
377.93/395.27	c #Conflicts:     559000 | #Constraints:      35251
377.93/395.27	c #Conflicts:     560000 | #Constraints:      36294
377.93/395.27	c #Conflicts:     561000 | #Constraints:      37329
377.93/395.27	c INPROCESSING
377.93/395.27	c GARBAGE COLLECT
377.93/395.27	c rational objective 996
388.40/405.74	c #Conflicts:     562000 | #Constraints:      23037
388.40/405.74	c #Conflicts:     563000 | #Constraints:      24037
388.40/405.74	c #Conflicts:     564000 | #Constraints:      25037
388.40/405.74	c #Conflicts:     565000 | #Constraints:      26037
388.40/405.74	c #Conflicts:     566000 | #Constraints:      27037
388.40/405.74	c #Conflicts:     567000 | #Constraints:      28037
388.40/405.74	c #Conflicts:     568000 | #Constraints:      29037
388.40/405.74	c #Conflicts:     569000 | #Constraints:      30037
388.40/405.74	c #Conflicts:     570000 | #Constraints:      31037
388.40/405.74	c #Conflicts:     571000 | #Constraints:      32037
388.40/405.74	c #Conflicts:     572000 | #Constraints:      33037
388.40/405.74	c #Conflicts:     573000 | #Constraints:      34037
388.40/405.74	c #Conflicts:     574000 | #Constraints:      35037
388.40/405.74	c #Conflicts:     575000 | #Constraints:      36037
388.40/405.74	c #Conflicts:     576000 | #Constraints:      37037
388.40/405.74	c INPROCESSING
388.40/405.74	c GARBAGE COLLECT
388.40/405.74	c rational objective 996
398.58/415.94	c #Conflicts:     577000 | #Constraints:      22843
398.58/415.94	c #Conflicts:     578000 | #Constraints:      23843
398.58/415.94	c #Conflicts:     579000 | #Constraints:      24843
398.58/415.94	c #Conflicts:     580000 | #Constraints:      25843
398.58/415.94	c #Conflicts:     581000 | #Constraints:      26843
398.58/415.94	c #Conflicts:     582000 | #Constraints:      27843
398.58/415.94	c #Conflicts:     583000 | #Constraints:      28843
398.58/415.94	c #Conflicts:     584000 | #Constraints:      29843
398.58/415.94	c #Conflicts:     585000 | #Constraints:      30843
398.58/415.94	c #Conflicts:     586000 | #Constraints:      31843
398.58/415.94	c #Conflicts:     587000 | #Constraints:      32843
398.58/415.94	c #Conflicts:     588000 | #Constraints:      33843
398.58/415.94	c #Conflicts:     589000 | #Constraints:      34843
398.58/415.94	c #Conflicts:     590000 | #Constraints:      35843
398.58/415.94	c #Conflicts:     591000 | #Constraints:      36843
398.58/415.94	c INPROCESSING
398.58/415.94	c GARBAGE COLLECT
398.58/415.94	c rational objective 996
409.55/428.91	c #Conflicts:     592000 | #Constraints:      22538
409.55/428.91	c #Conflicts:     593000 | #Constraints:      23548
409.55/428.91	c #Conflicts:     594000 | #Constraints:      24614
409.55/428.91	c #Conflicts:     595000 | #Constraints:      25678
409.55/428.91	c #Conflicts:     596000 | #Constraints:      26735
409.55/428.91	c #Conflicts:     597000 | #Constraints:      27778
409.55/428.91	c #Conflicts:     598000 | #Constraints:      28824
409.55/428.91	c #Conflicts:     599000 | #Constraints:      29854
409.55/428.91	c #Conflicts:     600000 | #Constraints:      30895
409.55/428.91	c #Conflicts:     601000 | #Constraints:      31948
409.55/428.91	c #Conflicts:     602000 | #Constraints:      32996
409.55/428.91	c #Conflicts:     603000 | #Constraints:      34036
409.55/428.91	c #Conflicts:     604000 | #Constraints:      35085
409.55/428.91	c #Conflicts:     605000 | #Constraints:      36123
409.55/428.91	c #Conflicts:     606000 | #Constraints:      37164
409.55/428.91	c #Conflicts:     607000 | #Constraints:      38193
409.55/428.91	c INPROCESSING
409.55/428.91	c GARBAGE COLLECT
409.55/428.91	c rational objective 996
421.12/440.56	c #Conflicts:     608000 | #Constraints:      23375
421.12/440.56	c #Conflicts:     609000 | #Constraints:      24375
421.12/440.56	c #Conflicts:     610000 | #Constraints:      25375
421.12/440.56	c #Conflicts:     611000 | #Constraints:      26375
421.12/440.56	c #Conflicts:     612000 | #Constraints:      27375
421.12/440.56	c #Conflicts:     613000 | #Constraints:      28375
421.12/440.56	c #Conflicts:     614000 | #Constraints:      29375
421.12/440.56	c #Conflicts:     615000 | #Constraints:      30375
421.12/440.56	c #Conflicts:     616000 | #Constraints:      31375
421.12/440.56	c #Conflicts:     617000 | #Constraints:      32375
421.12/440.56	c #Conflicts:     618000 | #Constraints:      33375
421.12/440.56	c #Conflicts:     619000 | #Constraints:      34375
421.12/440.56	c #Conflicts:     620000 | #Constraints:      35375
421.12/440.56	c #Conflicts:     621000 | #Constraints:      36375
421.12/440.56	c #Conflicts:     622000 | #Constraints:      37375
421.12/440.56	c #Conflicts:     623000 | #Constraints:      38375
421.12/440.56	c INPROCESSING
421.12/440.56	c GARBAGE COLLECT
421.12/440.56	c rational objective 996
433.39/452.90	c #Conflicts:     624000 | #Constraints:      23649
433.39/452.90	c #Conflicts:     625000 | #Constraints:      24706
433.39/452.90	c #Conflicts:     626000 | #Constraints:      25748
433.39/452.90	c #Conflicts:     627000 | #Constraints:      26798
433.39/452.90	c #Conflicts:     628000 | #Constraints:      27857
433.39/452.90	c #Conflicts:     629000 | #Constraints:      28901
433.39/452.90	c #Conflicts:     630000 | #Constraints:      29946
433.39/452.90	c #Conflicts:     631000 | #Constraints:      30989
433.39/452.90	c #Conflicts:     632000 | #Constraints:      32026
433.39/452.90	c #Conflicts:     633000 | #Constraints:      33068
433.39/452.90	c #Conflicts:     634000 | #Constraints:      34117
433.39/452.90	c #Conflicts:     635000 | #Constraints:      35157
433.39/452.90	c #Conflicts:     636000 | #Constraints:      36208
433.39/452.90	c #Conflicts:     637000 | #Constraints:      37245
433.39/452.90	c #Conflicts:     638000 | #Constraints:      38285
433.39/452.90	c #Conflicts:     639000 | #Constraints:      39312
433.39/452.90	c INPROCESSING
433.39/452.90	c GARBAGE COLLECT
433.39/452.90	c rational objective 996
445.29/465.31	c #Conflicts:     640000 | #Constraints:      24012
445.29/465.31	c #Conflicts:     641000 | #Constraints:      25012
445.29/465.31	c #Conflicts:     642000 | #Constraints:      26012
445.29/465.31	c #Conflicts:     643000 | #Constraints:      27012
445.29/465.31	c #Conflicts:     644000 | #Constraints:      28012
445.29/465.31	c #Conflicts:     645000 | #Constraints:      29012
445.29/465.31	c #Conflicts:     646000 | #Constraints:      30012
445.29/465.31	c #Conflicts:     647000 | #Constraints:      31012
445.29/465.31	c #Conflicts:     648000 | #Constraints:      32012
445.29/465.31	c #Conflicts:     649000 | #Constraints:      33012
445.29/465.31	c #Conflicts:     650000 | #Constraints:      34012
445.29/465.31	c #Conflicts:     651000 | #Constraints:      35012
445.29/465.31	c #Conflicts:     652000 | #Constraints:      36012
445.29/465.31	c #Conflicts:     653000 | #Constraints:      37012
445.29/465.31	c #Conflicts:     654000 | #Constraints:      38012
445.29/465.31	c #Conflicts:     655000 | #Constraints:      39012
445.29/465.31	c INPROCESSING
445.29/465.31	c GARBAGE COLLECT
445.29/465.31	c rational objective 996
457.46/477.56	c #Conflicts:     656000 | #Constraints:      23843
457.46/477.56	c #Conflicts:     657000 | #Constraints:      24843
457.46/477.56	c #Conflicts:     658000 | #Constraints:      25843
457.46/477.56	c #Conflicts:     659000 | #Constraints:      26843
457.46/477.56	c #Conflicts:     660000 | #Constraints:      27843
457.46/477.56	c #Conflicts:     661000 | #Constraints:      28843
457.46/477.56	c #Conflicts:     662000 | #Constraints:      29843
457.46/477.56	c #Conflicts:     663000 | #Constraints:      30843
457.46/477.56	c #Conflicts:     664000 | #Constraints:      31843
457.46/477.56	c #Conflicts:     665000 | #Constraints:      32843
457.46/477.56	c #Conflicts:     666000 | #Constraints:      33843
457.46/477.56	c #Conflicts:     667000 | #Constraints:      34843
457.46/477.56	c #Conflicts:     668000 | #Constraints:      35843
457.46/477.56	c #Conflicts:     669000 | #Constraints:      36843
457.46/477.56	c #Conflicts:     670000 | #Constraints:      37843
457.46/477.56	c #Conflicts:     671000 | #Constraints:      38843
457.46/477.56	c INPROCESSING
457.46/477.56	c GARBAGE COLLECT
457.46/477.56	c rational objective 996
470.31/491.39	c #Conflicts:     672000 | #Constraints:      23586
470.31/491.39	c #Conflicts:     673000 | #Constraints:      24599
470.31/491.39	c #Conflicts:     674000 | #Constraints:      25651
470.31/491.39	c #Conflicts:     675000 | #Constraints:      26701
470.31/491.39	c #Conflicts:     676000 | #Constraints:      27745
470.31/491.39	c #Conflicts:     677000 | #Constraints:      28791
470.31/491.39	c #Conflicts:     678000 | #Constraints:      29826
470.31/491.39	c #Conflicts:     679000 | #Constraints:      30861
470.31/491.39	c #Conflicts:     680000 | #Constraints:      31894
470.31/491.39	c #Conflicts:     681000 | #Constraints:      32921
470.31/491.39	c #Conflicts:     682000 | #Constraints:      33964
470.31/491.39	c #Conflicts:     683000 | #Constraints:      34998
470.31/491.39	c #Conflicts:     684000 | #Constraints:      36024
470.31/491.39	c #Conflicts:     685000 | #Constraints:      37067
470.31/491.39	c #Conflicts:     686000 | #Constraints:      38090
470.31/491.39	c #Conflicts:     687000 | #Constraints:      39120
470.31/491.39	c #Conflicts:     688000 | #Constraints:      40156
470.31/491.39	c INPROCESSING
470.31/491.39	c GARBAGE COLLECT
470.31/491.39	c rational objective 996
483.68/504.71	c #Conflicts:     689000 | #Constraints:      24352
483.68/504.71	c #Conflicts:     690000 | #Constraints:      25352
483.68/504.71	c #Conflicts:     691000 | #Constraints:      26352
483.68/504.71	c #Conflicts:     692000 | #Constraints:      27352
483.68/504.71	c #Conflicts:     693000 | #Constraints:      28352
483.68/504.71	c #Conflicts:     694000 | #Constraints:      29352
483.68/504.71	c #Conflicts:     695000 | #Constraints:      30352
483.68/504.71	c #Conflicts:     696000 | #Constraints:      31352
483.68/504.71	c #Conflicts:     697000 | #Constraints:      32352
483.68/504.71	c #Conflicts:     698000 | #Constraints:      33352
483.68/504.71	c #Conflicts:     699000 | #Constraints:      34352
483.68/504.71	c #Conflicts:     700000 | #Constraints:      35352
483.68/504.71	c #Conflicts:     701000 | #Constraints:      36352
483.68/504.71	c #Conflicts:     702000 | #Constraints:      37352
483.68/504.71	c #Conflicts:     703000 | #Constraints:      38352
483.68/504.71	c #Conflicts:     704000 | #Constraints:      39352
483.68/504.71	c #Conflicts:     705000 | #Constraints:      40352
483.68/504.71	c INPROCESSING
483.68/504.71	c GARBAGE COLLECT
483.68/504.71	c rational objective 996
498.31/520.66	c #Conflicts:     706000 | #Constraints:      24623
498.31/520.66	c #Conflicts:     707000 | #Constraints:      25627
498.31/520.66	c #Conflicts:     708000 | #Constraints:      26628
498.31/520.66	c #Conflicts:     709000 | #Constraints:      27667
498.31/520.66	c #Conflicts:     710000 | #Constraints:      28726
498.31/520.66	c #Conflicts:     711000 | #Constraints:      29784
498.31/520.66	c #Conflicts:     712000 | #Constraints:      30840
498.31/520.66	c #Conflicts:     713000 | #Constraints:      31881
498.31/520.66	c #Conflicts:     714000 | #Constraints:      32932
498.31/520.66	c #Conflicts:     715000 | #Constraints:      33960
498.31/520.66	c #Conflicts:     716000 | #Constraints:      35007
498.31/520.66	c #Conflicts:     717000 | #Constraints:      36040
498.31/520.66	c #Conflicts:     718000 | #Constraints:      37070
498.31/520.66	c #Conflicts:     719000 | #Constraints:      38087
498.31/520.66	c #Conflicts:     720000 | #Constraints:      39123
498.31/520.66	c #Conflicts:     721000 | #Constraints:      40155
498.31/520.66	c #Conflicts:     722000 | #Constraints:      41188
498.31/520.66	c INPROCESSING
498.31/520.66	c GARBAGE COLLECT
498.31/520.66	c rational objective 996
513.37/535.72	c #Conflicts:     723000 | #Constraints:      24967
513.37/535.72	c #Conflicts:     724000 | #Constraints:      25967
513.37/535.72	c #Conflicts:     725000 | #Constraints:      26967
513.37/535.72	c #Conflicts:     726000 | #Constraints:      27967
513.37/535.72	c #Conflicts:     727000 | #Constraints:      28967
513.37/535.72	c #Conflicts:     728000 | #Constraints:      29967
513.37/535.72	c #Conflicts:     729000 | #Constraints:      30967
513.37/535.72	c #Conflicts:     730000 | #Constraints:      31967
513.37/535.72	c #Conflicts:     731000 | #Constraints:      32967
513.37/535.72	c #Conflicts:     732000 | #Constraints:      33967
513.37/535.72	c #Conflicts:     733000 | #Constraints:      34967
513.37/535.72	c #Conflicts:     734000 | #Constraints:      35967
513.37/535.72	c #Conflicts:     735000 | #Constraints:      36967
513.37/535.72	c #Conflicts:     736000 | #Constraints:      37967
513.37/535.72	c #Conflicts:     737000 | #Constraints:      38967
513.37/535.72	c #Conflicts:     738000 | #Constraints:      39967
513.37/535.72	c #Conflicts:     739000 | #Constraints:      40967
513.37/535.72	c INPROCESSING
513.37/535.72	c GARBAGE COLLECT
513.37/535.72	c rational objective 996
519.25/541.62	c #Conflicts:     740000 | #Constraints:      24828
519.25/541.62	c #Conflicts:     741000 | #Constraints:      25828
519.25/541.62	c #Conflicts:     742000 | #Constraints:      26828
519.25/541.62	c #Conflicts:     743000 | #Constraints:      27828
519.25/541.62	c #Conflicts:     744000 | #Constraints:      28828
519.25/541.62	c #Conflicts:     745000 | #Constraints:      29828
519.25/541.62	c #Conflicts:     746000 | #Constraints:      30828
519.25/541.62	c #Conflicts:     747000 | #Constraints:      31828
519.25/541.62	c #Conflicts:     748000 | #Constraints:      32828
519.25/541.62	c bounds 1032 >= 997 @ 511.794
524.29/547.38	c #Conflicts:     749000 | #Constraints:      33915
524.29/547.38	c #Conflicts:     750000 | #Constraints:      34961
524.29/547.38	c #Conflicts:     751000 | #Constraints:      36031
524.29/547.38	c #Conflicts:     752000 | #Constraints:      37083
524.29/547.38	c #Conflicts:     753000 | #Constraints:      38139
524.29/547.38	c #Conflicts:     754000 | #Constraints:      39174
524.29/547.38	c #Conflicts:     755000 | #Constraints:      40208
524.29/547.38	c #Conflicts:     756000 | #Constraints:      41252
524.29/547.38	c INPROCESSING
524.29/547.38	c GARBAGE COLLECT
524.29/547.38	c rational objective 997
537.33/560.41	c #Conflicts:     757000 | #Constraints:      24691
537.33/560.41	c #Conflicts:     758000 | #Constraints:      25691
537.33/560.41	c #Conflicts:     759000 | #Constraints:      26691
537.33/560.41	c #Conflicts:     760000 | #Constraints:      27691
537.33/560.41	c #Conflicts:     761000 | #Constraints:      28691
537.33/560.41	c #Conflicts:     762000 | #Constraints:      29691
537.33/560.41	c #Conflicts:     763000 | #Constraints:      30691
537.33/560.41	c #Conflicts:     764000 | #Constraints:      31691
537.33/560.41	c #Conflicts:     765000 | #Constraints:      32691
537.33/560.41	c #Conflicts:     766000 | #Constraints:      33691
537.33/560.41	c #Conflicts:     767000 | #Constraints:      34691
537.33/560.41	c #Conflicts:     768000 | #Constraints:      35691
537.33/560.41	c #Conflicts:     769000 | #Constraints:      36691
537.33/560.41	c #Conflicts:     770000 | #Constraints:      37691
537.33/560.41	c #Conflicts:     771000 | #Constraints:      38691
537.33/560.41	c #Conflicts:     772000 | #Constraints:      39691
537.33/560.41	c #Conflicts:     773000 | #Constraints:      40691
537.33/560.41	c #Conflicts:     774000 | #Constraints:      41691
537.33/560.41	c INPROCESSING
537.33/560.41	c GARBAGE COLLECT
537.33/560.41	c rational objective 997
551.49/574.61	c #Conflicts:     775000 | #Constraints:      25207
551.49/574.61	c #Conflicts:     776000 | #Constraints:      26253
551.49/574.61	c #Conflicts:     777000 | #Constraints:      27321
551.49/574.61	c #Conflicts:     778000 | #Constraints:      28360
551.49/574.61	c #Conflicts:     779000 | #Constraints:      29395
551.49/574.61	c #Conflicts:     780000 | #Constraints:      30443
551.49/574.61	c #Conflicts:     781000 | #Constraints:      31492
551.49/574.61	c #Conflicts:     782000 | #Constraints:      32524
551.49/574.61	c #Conflicts:     783000 | #Constraints:      33563
551.49/574.61	c #Conflicts:     784000 | #Constraints:      34603
551.49/574.61	c #Conflicts:     785000 | #Constraints:      35638
551.49/574.61	c #Conflicts:     786000 | #Constraints:      36675
551.49/574.61	c #Conflicts:     787000 | #Constraints:      37702
551.49/574.61	c #Conflicts:     788000 | #Constraints:      38733
551.49/574.61	c #Conflicts:     789000 | #Constraints:      39781
551.49/574.61	c #Conflicts:     790000 | #Constraints:      40816
551.49/574.61	c #Conflicts:     791000 | #Constraints:      41851
551.49/574.61	c #Conflicts:     792000 | #Constraints:      42886
551.49/574.61	c INPROCESSING
551.49/574.61	c GARBAGE COLLECT
551.49/574.61	c rational objective 997
565.78/589.52	c #Conflicts:     793000 | #Constraints:      25835
565.78/589.52	c #Conflicts:     794000 | #Constraints:      26835
565.78/589.52	c #Conflicts:     795000 | #Constraints:      27835
565.78/589.52	c #Conflicts:     796000 | #Constraints:      28835
565.78/589.52	c #Conflicts:     797000 | #Constraints:      29835
565.78/589.52	c #Conflicts:     798000 | #Constraints:      30835
565.78/589.52	c #Conflicts:     799000 | #Constraints:      31835
565.78/589.52	c #Conflicts:     800000 | #Constraints:      32835
565.78/589.52	c #Conflicts:     801000 | #Constraints:      33835
565.78/589.52	c #Conflicts:     802000 | #Constraints:      34835
565.78/589.52	c #Conflicts:     803000 | #Constraints:      35835
565.78/589.52	c #Conflicts:     804000 | #Constraints:      36835
565.78/589.52	c #Conflicts:     805000 | #Constraints:      37835
565.78/589.52	c #Conflicts:     806000 | #Constraints:      38835
565.78/589.52	c #Conflicts:     807000 | #Constraints:      39835
565.78/589.52	c #Conflicts:     808000 | #Constraints:      40835
565.78/589.52	c #Conflicts:     809000 | #Constraints:      41835
565.78/589.52	c #Conflicts:     810000 | #Constraints:      42835
565.78/589.52	c INPROCESSING
565.78/589.52	c GARBAGE COLLECT
565.78/589.52	c rational objective 997
580.94/604.75	c #Conflicts:     811000 | #Constraints:      25864
580.94/604.75	c #Conflicts:     812000 | #Constraints:      26924
580.94/604.75	c #Conflicts:     813000 | #Constraints:      27964
580.94/604.75	c #Conflicts:     814000 | #Constraints:      29011
580.94/604.75	c #Conflicts:     815000 | #Constraints:      30050
580.94/604.75	c #Conflicts:     816000 | #Constraints:      31078
580.94/604.75	c #Conflicts:     817000 | #Constraints:      32122
580.94/604.75	c #Conflicts:     818000 | #Constraints:      33147
580.94/604.75	c #Conflicts:     819000 | #Constraints:      34188
580.94/604.75	c #Conflicts:     820000 | #Constraints:      35227
580.94/604.75	c #Conflicts:     821000 | #Constraints:      36258
580.94/604.75	c #Conflicts:     822000 | #Constraints:      37300
580.94/604.75	c #Conflicts:     823000 | #Constraints:      38332
580.94/604.75	c #Conflicts:     824000 | #Constraints:      39365
580.94/604.75	c #Conflicts:     825000 | #Constraints:      40404
580.94/604.75	c #Conflicts:     826000 | #Constraints:      41431
580.94/604.75	c #Conflicts:     827000 | #Constraints:      42463
580.94/604.75	c #Conflicts:     828000 | #Constraints:      43497
580.94/604.75	c INPROCESSING
580.94/604.75	c GARBAGE COLLECT
580.94/604.75	c rational objective 997
594.38/618.78	c #Conflicts:     829000 | #Constraints:      26038
594.38/618.78	c #Conflicts:     830000 | #Constraints:      27038
594.38/618.78	c #Conflicts:     831000 | #Constraints:      28038
594.38/618.78	c #Conflicts:     832000 | #Constraints:      29038
594.38/618.78	c #Conflicts:     833000 | #Constraints:      30038
594.38/618.78	c #Conflicts:     834000 | #Constraints:      31038
594.38/618.78	c #Conflicts:     835000 | #Constraints:      32038
594.38/618.78	c #Conflicts:     836000 | #Constraints:      33038
594.38/618.78	c #Conflicts:     837000 | #Constraints:      34038
594.38/618.78	c #Conflicts:     838000 | #Constraints:      35038
594.38/618.78	c #Conflicts:     839000 | #Constraints:      36038
594.38/618.78	c #Conflicts:     840000 | #Constraints:      37038
594.38/618.78	c #Conflicts:     841000 | #Constraints:      38038
594.38/618.78	c #Conflicts:     842000 | #Constraints:      39038
594.38/618.78	c #Conflicts:     843000 | #Constraints:      40038
594.38/618.78	c #Conflicts:     844000 | #Constraints:      41038
594.38/618.78	c #Conflicts:     845000 | #Constraints:      42038
594.38/618.78	c #Conflicts:     846000 | #Constraints:      43038
594.38/618.78	c INPROCESSING
594.38/618.78	c GARBAGE COLLECT
594.38/618.78	c rational objective 997
608.45/632.81	c #Conflicts:     847000 | #Constraints:      25703
608.45/632.81	c #Conflicts:     848000 | #Constraints:      26703
608.45/632.81	c #Conflicts:     849000 | #Constraints:      27703
608.45/632.81	c #Conflicts:     850000 | #Constraints:      28703
608.45/632.81	c #Conflicts:     851000 | #Constraints:      29703
608.45/632.81	c #Conflicts:     852000 | #Constraints:      30703
608.45/632.81	c #Conflicts:     853000 | #Constraints:      31703
608.45/632.81	c #Conflicts:     854000 | #Constraints:      32703
608.45/632.81	c #Conflicts:     855000 | #Constraints:      33703
608.45/632.81	c #Conflicts:     856000 | #Constraints:      34703
608.45/632.81	c #Conflicts:     857000 | #Constraints:      35703
608.45/632.81	c #Conflicts:     858000 | #Constraints:      36703
608.45/632.81	c #Conflicts:     859000 | #Constraints:      37703
608.45/632.81	c #Conflicts:     860000 | #Constraints:      38703
608.45/632.81	c #Conflicts:     861000 | #Constraints:      39703
608.45/632.81	c #Conflicts:     862000 | #Constraints:      40703
608.45/632.81	c #Conflicts:     863000 | #Constraints:      41703
608.45/632.81	c #Conflicts:     864000 | #Constraints:      42703
608.45/632.81	c #Conflicts:     865000 | #Constraints:      43703
608.45/632.81	c INPROCESSING
608.45/632.81	c GARBAGE COLLECT
608.45/632.81	c rational objective 997
624.81/649.80	c #Conflicts:     866000 | #Constraints:      26220
624.81/649.80	c #Conflicts:     867000 | #Constraints:      27236
624.81/649.80	c #Conflicts:     868000 | #Constraints:      28300
624.81/649.80	c #Conflicts:     869000 | #Constraints:      29350
624.81/649.80	c #Conflicts:     870000 | #Constraints:      30396
624.81/649.80	c #Conflicts:     871000 | #Constraints:      31451
624.81/649.80	c #Conflicts:     872000 | #Constraints:      32498
624.81/649.80	c #Conflicts:     873000 | #Constraints:      33550
624.81/649.80	c #Conflicts:     874000 | #Constraints:      34580
624.81/649.80	c #Conflicts:     875000 | #Constraints:      35625
624.81/649.80	c #Conflicts:     876000 | #Constraints:      36666
624.81/649.80	c #Conflicts:     877000 | #Constraints:      37698
624.81/649.80	c #Conflicts:     878000 | #Constraints:      38734
624.81/649.80	c #Conflicts:     879000 | #Constraints:      39768
624.81/649.80	c #Conflicts:     880000 | #Constraints:      40824
624.81/649.80	c #Conflicts:     881000 | #Constraints:      41857
624.81/649.80	c #Conflicts:     882000 | #Constraints:      42889
624.81/649.80	c #Conflicts:     883000 | #Constraints:      43918
624.81/649.80	c #Conflicts:     884000 | #Constraints:      44960
624.81/649.80	c INPROCESSING
624.81/649.80	c GARBAGE COLLECT
624.81/649.80	c rational objective 997
640.18/665.20	c #Conflicts:     885000 | #Constraints:      26873
640.18/665.20	c #Conflicts:     886000 | #Constraints:      27873
640.18/665.20	c #Conflicts:     887000 | #Constraints:      28873
640.18/665.20	c #Conflicts:     888000 | #Constraints:      29873
640.18/665.20	c #Conflicts:     889000 | #Constraints:      30873
640.18/665.20	c #Conflicts:     890000 | #Constraints:      31873
640.18/665.20	c #Conflicts:     891000 | #Constraints:      32873
640.18/665.20	c #Conflicts:     892000 | #Constraints:      33873
640.18/665.20	c #Conflicts:     893000 | #Constraints:      34873
640.18/665.20	c #Conflicts:     894000 | #Constraints:      35873
640.18/665.20	c #Conflicts:     895000 | #Constraints:      36873
640.18/665.20	c #Conflicts:     896000 | #Constraints:      37873
640.18/665.20	c #Conflicts:     897000 | #Constraints:      38873
640.18/665.20	c #Conflicts:     898000 | #Constraints:      39873
640.18/665.20	c #Conflicts:     899000 | #Constraints:      40873
640.18/665.20	c #Conflicts:     900000 | #Constraints:      41873
640.18/665.20	c #Conflicts:     901000 | #Constraints:      42873
640.18/665.20	c #Conflicts:     902000 | #Constraints:      43873
640.18/665.20	c #Conflicts:     903000 | #Constraints:      44873
640.18/665.20	c INPROCESSING
640.18/665.20	c GARBAGE COLLECT
640.18/665.20	c rational objective 997
654.15/679.86	c #Conflicts:     904000 | #Constraints:      26907
654.15/679.86	c #Conflicts:     905000 | #Constraints:      27907
654.15/679.86	c #Conflicts:     906000 | #Constraints:      28907
654.15/679.86	c #Conflicts:     907000 | #Constraints:      29907
654.15/679.86	c #Conflicts:     908000 | #Constraints:      30907
654.15/679.86	c #Conflicts:     909000 | #Constraints:      31907
654.15/679.86	c #Conflicts:     910000 | #Constraints:      32907
654.15/679.86	c #Conflicts:     911000 | #Constraints:      33907
654.15/679.86	c #Conflicts:     912000 | #Constraints:      34907
654.15/679.86	c #Conflicts:     913000 | #Constraints:      35907
654.15/679.86	c #Conflicts:     914000 | #Constraints:      36907
654.15/679.86	c #Conflicts:     915000 | #Constraints:      37907
654.15/679.86	c #Conflicts:     916000 | #Constraints:      38907
654.15/679.86	c #Conflicts:     917000 | #Constraints:      39907
654.15/679.86	c #Conflicts:     918000 | #Constraints:      40907
654.15/679.86	c #Conflicts:     919000 | #Constraints:      41907
654.15/679.86	c #Conflicts:     920000 | #Constraints:      42907
654.15/679.86	c #Conflicts:     921000 | #Constraints:      43907
654.15/679.86	c #Conflicts:     922000 | #Constraints:      44907
654.15/679.86	c INPROCESSING
654.15/679.86	c GARBAGE COLLECT
654.15/679.86	c rational objective 997
671.32/697.04	c #Conflicts:     923000 | #Constraints:      26836
671.32/697.04	c #Conflicts:     924000 | #Constraints:      27871
671.32/697.04	c #Conflicts:     925000 | #Constraints:      28929
671.32/697.04	c #Conflicts:     926000 | #Constraints:      29993
671.32/697.04	c #Conflicts:     927000 | #Constraints:      31057
671.32/697.04	c #Conflicts:     928000 | #Constraints:      32096
671.32/697.04	c #Conflicts:     929000 | #Constraints:      33150
671.32/697.04	c #Conflicts:     930000 | #Constraints:      34184
671.32/697.04	c #Conflicts:     931000 | #Constraints:      35225
671.32/697.04	c #Conflicts:     932000 | #Constraints:      36260
671.32/697.04	c #Conflicts:     933000 | #Constraints:      37302
671.32/697.04	c #Conflicts:     934000 | #Constraints:      38341
671.32/697.04	c #Conflicts:     935000 | #Constraints:      39376
671.32/697.04	c #Conflicts:     936000 | #Constraints:      40406
671.32/697.04	c #Conflicts:     937000 | #Constraints:      41443
671.32/697.04	c #Conflicts:     938000 | #Constraints:      42468
671.32/697.04	c #Conflicts:     939000 | #Constraints:      43498
671.32/697.04	c #Conflicts:     940000 | #Constraints:      44529
671.32/697.04	c #Conflicts:     941000 | #Constraints:      45552
671.32/697.04	c INPROCESSING
671.32/697.04	c GARBAGE COLLECT
671.32/697.04	c rational objective 997
686.81/712.92	c #Conflicts:     942000 | #Constraints:      26878
686.81/712.92	c #Conflicts:     943000 | #Constraints:      27878
686.81/712.92	c #Conflicts:     944000 | #Constraints:      28878
686.81/712.92	c #Conflicts:     945000 | #Constraints:      29878
686.81/712.92	c #Conflicts:     946000 | #Constraints:      30878
686.81/712.92	c #Conflicts:     947000 | #Constraints:      31878
686.81/712.92	c #Conflicts:     948000 | #Constraints:      32878
686.81/712.92	c #Conflicts:     949000 | #Constraints:      33878
686.81/712.92	c #Conflicts:     950000 | #Constraints:      34878
686.81/712.92	c #Conflicts:     951000 | #Constraints:      35878
686.81/712.92	c #Conflicts:     952000 | #Constraints:      36878
686.81/712.92	c #Conflicts:     953000 | #Constraints:      37878
686.81/712.92	c #Conflicts:     954000 | #Constraints:      38878
686.81/712.92	c #Conflicts:     955000 | #Constraints:      39878
686.81/712.92	c #Conflicts:     956000 | #Constraints:      40878
686.81/712.92	c #Conflicts:     957000 | #Constraints:      41878
686.81/712.92	c #Conflicts:     958000 | #Constraints:      42878
686.81/712.92	c #Conflicts:     959000 | #Constraints:      43878
686.81/712.92	c #Conflicts:     960000 | #Constraints:      44878
686.81/712.92	c #Conflicts:     961000 | #Constraints:      45878
686.81/712.92	c INPROCESSING
686.81/712.92	c GARBAGE COLLECT
686.81/712.92	c rational objective 997
706.06/732.66	c #Conflicts:     962000 | #Constraints:      27295
706.06/732.66	c #Conflicts:     963000 | #Constraints:      28324
706.06/732.66	c #Conflicts:     964000 | #Constraints:      29370
706.06/732.66	c #Conflicts:     965000 | #Constraints:      30428
706.06/732.66	c #Conflicts:     966000 | #Constraints:      31473
706.06/732.66	c #Conflicts:     967000 | #Constraints:      32516
706.06/732.66	c #Conflicts:     968000 | #Constraints:      33555
706.06/732.66	c #Conflicts:     969000 | #Constraints:      34589
706.06/732.66	c #Conflicts:     970000 | #Constraints:      35622
706.06/732.66	c #Conflicts:     971000 | #Constraints:      36645
706.06/732.66	c #Conflicts:     972000 | #Constraints:      37676
706.06/732.66	c #Conflicts:     973000 | #Constraints:      38705
706.06/732.66	c #Conflicts:     974000 | #Constraints:      39736
706.06/732.66	c #Conflicts:     975000 | #Constraints:      40768
706.06/732.66	c #Conflicts:     976000 | #Constraints:      41793
706.06/732.66	c #Conflicts:     977000 | #Constraints:      42828
706.06/732.66	c #Conflicts:     978000 | #Constraints:      43854
706.06/732.66	c #Conflicts:     979000 | #Constraints:      44878
706.06/732.66	c #Conflicts:     980000 | #Constraints:      45923
706.06/732.66	c #Conflicts:     981000 | #Constraints:      46980
706.06/732.66	c INPROCESSING
706.06/732.66	c GARBAGE COLLECT
706.06/732.66	c rational objective 997
721.03/747.67	c #Conflicts:     982000 | #Constraints:      27856
721.03/747.67	c #Conflicts:     983000 | #Constraints:      28856
721.03/747.67	c #Conflicts:     984000 | #Constraints:      29856
721.03/747.67	c #Conflicts:     985000 | #Constraints:      30856
721.03/747.67	c #Conflicts:     986000 | #Constraints:      31856
721.03/747.67	c #Conflicts:     987000 | #Constraints:      32856
721.03/747.67	c #Conflicts:     988000 | #Constraints:      33856
721.03/747.67	c #Conflicts:     989000 | #Constraints:      34856
721.03/747.67	c #Conflicts:     990000 | #Constraints:      35856
721.03/747.67	c #Conflicts:     991000 | #Constraints:      36856
721.03/747.67	c #Conflicts:     992000 | #Constraints:      37856
721.03/747.67	c #Conflicts:     993000 | #Constraints:      38856
721.03/747.67	c #Conflicts:     994000 | #Constraints:      39856
721.03/747.67	c #Conflicts:     995000 | #Constraints:      40856
721.03/747.67	c #Conflicts:     996000 | #Constraints:      41856
721.03/747.67	c #Conflicts:     997000 | #Constraints:      42856
721.03/747.67	c #Conflicts:     998000 | #Constraints:      43856
721.03/747.67	c #Conflicts:     999000 | #Constraints:      44856
721.03/747.67	c #Conflicts:    1000000 | #Constraints:      45856
721.03/747.67	c #Conflicts:    1001000 | #Constraints:      46856
721.03/747.67	c INPROCESSING
721.03/747.67	c GARBAGE COLLECT
721.03/747.67	c rational objective 997
736.47/763.76	c #Conflicts:    1002000 | #Constraints:      27906
736.47/763.76	c #Conflicts:    1003000 | #Constraints:      28906
736.47/763.76	c #Conflicts:    1004000 | #Constraints:      29906
736.47/763.76	c #Conflicts:    1005000 | #Constraints:      30906
736.47/763.76	c #Conflicts:    1006000 | #Constraints:      31906
736.47/763.76	c #Conflicts:    1007000 | #Constraints:      32906
736.47/763.76	c #Conflicts:    1008000 | #Constraints:      33906
736.47/763.76	c #Conflicts:    1009000 | #Constraints:      34906
736.47/763.76	c #Conflicts:    1010000 | #Constraints:      35906
736.47/763.76	c #Conflicts:    1011000 | #Constraints:      36906
736.47/763.76	c #Conflicts:    1012000 | #Constraints:      37906
736.47/763.76	c #Conflicts:    1013000 | #Constraints:      38906
736.47/763.76	c #Conflicts:    1014000 | #Constraints:      39906
736.47/763.76	c #Conflicts:    1015000 | #Constraints:      40906
736.47/763.76	c #Conflicts:    1016000 | #Constraints:      41906
736.47/763.76	c #Conflicts:    1017000 | #Constraints:      42906
736.47/763.76	c #Conflicts:    1018000 | #Constraints:      43906
736.47/763.76	c #Conflicts:    1019000 | #Constraints:      44906
736.47/763.76	c #Conflicts:    1020000 | #Constraints:      45906
736.47/763.76	c #Conflicts:    1021000 | #Constraints:      46906
736.47/763.76	c INPROCESSING
736.47/763.76	c GARBAGE COLLECT
736.47/763.76	c rational objective 997
752.63/779.96	c #Conflicts:    1022000 | #Constraints:      27825
752.63/779.96	c #Conflicts:    1023000 | #Constraints:      28835
752.63/779.96	c #Conflicts:    1024000 | #Constraints:      29845
752.63/779.96	c #Conflicts:    1025000 | #Constraints:      30885
752.63/779.96	c #Conflicts:    1026000 | #Constraints:      31940
752.63/779.96	c #Conflicts:    1027000 | #Constraints:      32994
752.63/779.96	c #Conflicts:    1028000 | #Constraints:      34028
752.63/779.96	c #Conflicts:    1029000 | #Constraints:      35073
752.63/779.96	c #Conflicts:    1030000 | #Constraints:      36114
752.63/779.96	c #Conflicts:    1031000 | #Constraints:      37148
752.63/779.96	c #Conflicts:    1032000 | #Constraints:      38187
752.63/779.96	c #Conflicts:    1033000 | #Constraints:      39232
752.63/779.96	c #Conflicts:    1034000 | #Constraints:      40274
752.63/779.96	c #Conflicts:    1035000 | #Constraints:      41305
752.63/779.96	c #Conflicts:    1036000 | #Constraints:      42350
752.63/779.96	c #Conflicts:    1037000 | #Constraints:      43391
752.63/779.96	c #Conflicts:    1038000 | #Constraints:      44418
752.63/779.96	c #Conflicts:    1039000 | #Constraints:      45457
752.63/779.96	c #Conflicts:    1040000 | #Constraints:      46499
752.63/779.96	c #Conflicts:    1041000 | #Constraints:      47527
752.63/779.96	c INPROCESSING
752.63/779.96	c GARBAGE COLLECT
752.63/779.96	c rational objective 997
768.19/797.47	c #Conflicts:    1042000 | #Constraints:      27863
768.19/797.47	c #Conflicts:    1043000 | #Constraints:      28863
768.19/797.47	c #Conflicts:    1044000 | #Constraints:      29863
768.19/797.47	c #Conflicts:    1045000 | #Constraints:      30863
768.19/797.47	c #Conflicts:    1046000 | #Constraints:      31863
768.19/797.47	c #Conflicts:    1047000 | #Constraints:      32863
768.19/797.47	c #Conflicts:    1048000 | #Constraints:      33863
768.19/797.47	c #Conflicts:    1049000 | #Constraints:      34863
768.19/797.47	c #Conflicts:    1050000 | #Constraints:      35864
768.19/797.47	c #Conflicts:    1051000 | #Constraints:      36864
768.19/797.47	c #Conflicts:    1052000 | #Constraints:      37864
768.19/797.47	c #Conflicts:    1053000 | #Constraints:      38864
768.19/797.47	c #Conflicts:    1054000 | #Constraints:      39864
768.19/797.47	c #Conflicts:    1055000 | #Constraints:      40864
768.19/797.47	c #Conflicts:    1056000 | #Constraints:      41864
768.19/797.47	c #Conflicts:    1057000 | #Constraints:      42864
768.19/797.47	c #Conflicts:    1058000 | #Constraints:      43864
768.19/797.47	c #Conflicts:    1059000 | #Constraints:      44864
768.19/797.47	c #Conflicts:    1060000 | #Constraints:      45864
768.19/797.47	c #Conflicts:    1061000 | #Constraints:      46864
768.19/797.47	c #Conflicts:    1062000 | #Constraints:      47864
768.19/797.47	c INPROCESSING
768.19/797.47	c GARBAGE COLLECT
768.19/797.47	c rational objective 997
786.25/815.52	c #Conflicts:    1063000 | #Constraints:      28312
786.25/815.52	c #Conflicts:    1064000 | #Constraints:      29312
786.25/815.52	c #Conflicts:    1065000 | #Constraints:      30312
786.25/815.52	c #Conflicts:    1066000 | #Constraints:      31312
786.25/815.52	c #Conflicts:    1067000 | #Constraints:      32312
786.25/815.52	c #Conflicts:    1068000 | #Constraints:      33312
786.25/815.52	c #Conflicts:    1069000 | #Constraints:      34312
786.25/815.52	c #Conflicts:    1070000 | #Constraints:      35312
786.25/815.52	c #Conflicts:    1071000 | #Constraints:      36312
786.25/815.52	c #Conflicts:    1072000 | #Constraints:      37312
786.25/815.52	c #Conflicts:    1073000 | #Constraints:      38312
786.25/815.52	c #Conflicts:    1074000 | #Constraints:      39312
786.25/815.52	c #Conflicts:    1075000 | #Constraints:      40312
786.25/815.52	c #Conflicts:    1076000 | #Constraints:      41312
786.25/815.52	c #Conflicts:    1077000 | #Constraints:      42312
786.25/815.52	c #Conflicts:    1078000 | #Constraints:      43312
786.25/815.52	c #Conflicts:    1079000 | #Constraints:      44312
786.25/815.52	c #Conflicts:    1080000 | #Constraints:      45312
786.25/815.52	c #Conflicts:    1081000 | #Constraints:      46312
786.25/815.52	c #Conflicts:    1082000 | #Constraints:      47312
786.25/815.52	c #Conflicts:    1083000 | #Constraints:      48312
786.25/815.52	c INPROCESSING
786.25/815.52	c GARBAGE COLLECT
786.25/815.52	c rational objective 997
827.31/857.89	c #Conflicts:    1084000 | #Constraints:      28636
827.31/857.89	c #Conflicts:    1085000 | #Constraints:      29646
827.31/857.89	c #Conflicts:    1086000 | #Constraints:      30659
827.31/857.89	c #Conflicts:    1087000 | #Constraints:      31693
827.31/857.89	c #Conflicts:    1088000 | #Constraints:      32723
827.31/857.89	c #Conflicts:    1089000 | #Constraints:      33761
827.31/857.89	c #Conflicts:    1090000 | #Constraints:      34788
827.31/857.89	c #Conflicts:    1091000 | #Constraints:      35821
827.31/857.89	c #Conflicts:    1092000 | #Constraints:      36843
827.31/857.89	c #Conflicts:    1093000 | #Constraints:      37875
827.31/857.89	c #Conflicts:    1094000 | #Constraints:      38906
827.31/857.89	c #Conflicts:    1095000 | #Constraints:      39937
827.31/857.89	c #Conflicts:    1096000 | #Constraints:      40961
827.31/857.89	c #Conflicts:    1097000 | #Constraints:      41981
827.31/857.89	c #Conflicts:    1098000 | #Constraints:      43020
827.31/857.89	c #Conflicts:    1099000 | #Constraints:      44042
827.31/857.89	c #Conflicts:    1100000 | #Constraints:      45047
827.31/857.89	c #Conflicts:    1101000 | #Constraints:      46064
827.31/857.89	c #Conflicts:    1102000 | #Constraints:      47074
827.31/857.89	c #Conflicts:    1103000 | #Constraints:      48097
827.31/857.89	c #Conflicts:    1104000 | #Constraints:      49119
827.31/857.89	c INPROCESSING
827.31/857.89	c GARBAGE COLLECT
827.31/857.89	c rational objective 997
845.76/876.37	c #Conflicts:    1105000 | #Constraints:      28977
845.76/876.37	c #Conflicts:    1106000 | #Constraints:      29977
845.76/876.37	c #Conflicts:    1107000 | #Constraints:      30977
845.76/876.37	c #Conflicts:    1108000 | #Constraints:      31977
845.76/876.37	c #Conflicts:    1109000 | #Constraints:      32977
845.76/876.37	c #Conflicts:    1110000 | #Constraints:      33977
845.76/876.37	c #Conflicts:    1111000 | #Constraints:      34977
845.76/876.37	c #Conflicts:    1112000 | #Constraints:      35977
845.76/876.37	c #Conflicts:    1113000 | #Constraints:      36977
845.76/876.37	c #Conflicts:    1114000 | #Constraints:      37977
845.76/876.37	c #Conflicts:    1115000 | #Constraints:      38977
845.76/876.37	c #Conflicts:    1116000 | #Constraints:      39977
845.76/876.37	c #Conflicts:    1117000 | #Constraints:      40977
845.76/876.37	c #Conflicts:    1118000 | #Constraints:      41977
845.76/876.37	c #Conflicts:    1119000 | #Constraints:      42977
845.76/876.37	c #Conflicts:    1120000 | #Constraints:      43977
845.76/876.37	c #Conflicts:    1121000 | #Constraints:      44977
845.76/876.37	c #Conflicts:    1122000 | #Constraints:      45977
845.76/876.37	c #Conflicts:    1123000 | #Constraints:      46977
845.76/876.37	c #Conflicts:    1124000 | #Constraints:      47977
845.76/876.37	c #Conflicts:    1125000 | #Constraints:      48977
845.76/876.37	c INPROCESSING
845.76/876.37	c GARBAGE COLLECT
845.76/876.37	c rational objective 997
863.80/894.95	c #Conflicts:    1126000 | #Constraints:      28894
863.80/894.95	c #Conflicts:    1127000 | #Constraints:      29894
863.80/894.95	c #Conflicts:    1128000 | #Constraints:      30894
863.80/894.95	c #Conflicts:    1129000 | #Constraints:      31894
863.80/894.95	c #Conflicts:    1130000 | #Constraints:      32894
863.80/894.95	c #Conflicts:    1131000 | #Constraints:      33894
863.80/894.95	c #Conflicts:    1132000 | #Constraints:      34894
863.80/894.95	c #Conflicts:    1133000 | #Constraints:      35894
863.80/894.95	c #Conflicts:    1134000 | #Constraints:      36894
863.80/894.95	c #Conflicts:    1135000 | #Constraints:      37894
863.80/894.95	c #Conflicts:    1136000 | #Constraints:      38894
863.80/894.95	c #Conflicts:    1137000 | #Constraints:      39894
863.80/894.95	c #Conflicts:    1138000 | #Constraints:      40894
863.80/894.95	c #Conflicts:    1139000 | #Constraints:      41894
863.80/894.95	c #Conflicts:    1140000 | #Constraints:      42894
863.80/894.95	c #Conflicts:    1141000 | #Constraints:      43894
863.80/894.95	c #Conflicts:    1142000 | #Constraints:      44894
863.80/894.95	c #Conflicts:    1143000 | #Constraints:      45894
863.80/894.95	c #Conflicts:    1144000 | #Constraints:      46894
863.80/894.95	c #Conflicts:    1145000 | #Constraints:      47894
863.80/894.95	c #Conflicts:    1146000 | #Constraints:      48894
863.80/894.95	c INPROCESSING
863.80/894.95	c GARBAGE COLLECT
863.80/894.95	c rational objective 997
882.25/913.48	c #Conflicts:    1147000 | #Constraints:      28624
882.25/913.48	c #Conflicts:    1148000 | #Constraints:      29624
882.25/913.48	c #Conflicts:    1149000 | #Constraints:      30624
882.25/913.48	c #Conflicts:    1150000 | #Constraints:      31624
882.25/913.48	c #Conflicts:    1151000 | #Constraints:      32624
882.25/913.48	c #Conflicts:    1152000 | #Constraints:      33624
882.25/913.48	c #Conflicts:    1153000 | #Constraints:      34624
882.25/913.48	c #Conflicts:    1154000 | #Constraints:      35624
882.25/913.48	c #Conflicts:    1155000 | #Constraints:      36624
882.25/913.48	c #Conflicts:    1156000 | #Constraints:      37624
882.25/913.48	c #Conflicts:    1157000 | #Constraints:      38624
882.25/913.48	c #Conflicts:    1158000 | #Constraints:      39624
882.25/913.48	c #Conflicts:    1159000 | #Constraints:      40624
882.25/913.48	c #Conflicts:    1160000 | #Constraints:      41624
882.25/913.48	c #Conflicts:    1161000 | #Constraints:      42624
882.25/913.48	c #Conflicts:    1162000 | #Constraints:      43624
882.25/913.48	c #Conflicts:    1163000 | #Constraints:      44624
882.25/913.48	c #Conflicts:    1164000 | #Constraints:      45624
882.25/913.48	c #Conflicts:    1165000 | #Constraints:      46624
882.25/913.48	c #Conflicts:    1166000 | #Constraints:      47624
882.25/913.48	c #Conflicts:    1167000 | #Constraints:      48624
882.25/913.48	c #Conflicts:    1168000 | #Constraints:      49624
882.25/913.48	c INPROCESSING
882.25/913.48	c GARBAGE COLLECT
882.25/913.48	c rational objective 997
900.02/931.76	c #Conflicts:    1169000 | #Constraints:      29199
900.02/931.76	c #Conflicts:    1170000 | #Constraints:      30199
900.02/931.76	c #Conflicts:    1171000 | #Constraints:      31199
900.02/931.76	c #Conflicts:    1172000 | #Constraints:      32199
900.02/931.76	c #Conflicts:    1173000 | #Constraints:      33199
900.02/931.76	c #Conflicts:    1174000 | #Constraints:      34199
900.02/931.76	c #Conflicts:    1175000 | #Constraints:      35199
900.02/931.76	c #Conflicts:    1176000 | #Constraints:      36199
900.02/931.76	c #Conflicts:    1177000 | #Constraints:      37199
900.02/931.76	c #Conflicts:    1178000 | #Constraints:      38199
900.02/931.76	c #Conflicts:    1179000 | #Constraints:      39199
900.02/931.76	c #Conflicts:    1180000 | #Constraints:      40199
900.02/931.76	c #Conflicts:    1181000 | #Constraints:      41199
900.02/931.76	c #Conflicts:    1182000 | #Constraints:      42199
900.02/931.76	c #Conflicts:    1183000 | #Constraints:      43199
900.02/931.76	c #Conflicts:    1184000 | #Constraints:      44199
900.02/931.76	c #Conflicts:    1185000 | #Constraints:      45199
900.02/931.76	c #Conflicts:    1186000 | #Constraints:      46199
900.02/931.76	c #Conflicts:    1187000 | #Constraints:      47199
900.02/931.76	c #Conflicts:    1188000 | #Constraints:      48199
900.02/931.76	c #Conflicts:    1189000 | #Constraints:      49199
900.02/931.76	c #Conflicts:    1190000 | #Constraints:      50199
900.02/931.76	c INPROCESSING
900.02/931.76	c GARBAGE COLLECT
900.02/931.76	c rational objective 997
924.66/956.84	c #Conflicts:    1191000 | #Constraints:      29615
924.66/956.84	c #Conflicts:    1192000 | #Constraints:      30663
924.66/956.84	c #Conflicts:    1193000 | #Constraints:      31718
924.66/956.84	c #Conflicts:    1194000 | #Constraints:      32784
924.66/956.84	c #Conflicts:    1195000 | #Constraints:      33852
924.66/956.84	c #Conflicts:    1196000 | #Constraints:      34910
924.66/956.84	c #Conflicts:    1197000 | #Constraints:      35969
924.66/956.84	c #Conflicts:    1198000 | #Constraints:      37015
924.66/956.84	c #Conflicts:    1199000 | #Constraints:      38066
924.66/956.84	c #Conflicts:    1200000 | #Constraints:      39124
924.66/956.84	c #Conflicts:    1201000 | #Constraints:      40163
924.66/956.84	c #Conflicts:    1202000 | #Constraints:      41212
924.66/956.84	c #Conflicts:    1203000 | #Constraints:      42250
924.66/956.84	c #Conflicts:    1204000 | #Constraints:      43291
924.66/956.84	c #Conflicts:    1205000 | #Constraints:      44342
924.66/956.84	c #Conflicts:    1206000 | #Constraints:      45384
924.66/956.84	c #Conflicts:    1207000 | #Constraints:      46410
924.66/956.84	c #Conflicts:    1208000 | #Constraints:      47440
924.66/956.84	c #Conflicts:    1209000 | #Constraints:      48463
924.66/956.84	c #Conflicts:    1210000 | #Constraints:      49502
924.66/956.84	c #Conflicts:    1211000 | #Constraints:      50537
924.66/956.84	c #Conflicts:    1212000 | #Constraints:      51576
924.66/956.84	c INPROCESSING
924.66/956.84	c GARBAGE COLLECT
924.66/956.84	c rational objective 997
944.45/977.04	c #Conflicts:    1213000 | #Constraints:      30147
944.45/977.04	c #Conflicts:    1214000 | #Constraints:      31147
944.45/977.04	c #Conflicts:    1215000 | #Constraints:      32147
944.45/977.04	c #Conflicts:    1216000 | #Constraints:      33147
944.45/977.04	c #Conflicts:    1217000 | #Constraints:      34147
944.45/977.04	c #Conflicts:    1218000 | #Constraints:      35147
944.45/977.04	c #Conflicts:    1219000 | #Constraints:      36147
944.45/977.04	c #Conflicts:    1220000 | #Constraints:      37147
944.45/977.04	c #Conflicts:    1221000 | #Constraints:      38147
944.45/977.04	c #Conflicts:    1222000 | #Constraints:      39147
944.45/977.04	c #Conflicts:    1223000 | #Constraints:      40147
944.45/977.04	c #Conflicts:    1224000 | #Constraints:      41147
944.45/977.04	c #Conflicts:    1225000 | #Constraints:      42147
944.45/977.04	c #Conflicts:    1226000 | #Constraints:      43147
944.45/977.04	c #Conflicts:    1227000 | #Constraints:      44148
944.45/977.04	c #Conflicts:    1228000 | #Constraints:      45148
944.45/977.04	c #Conflicts:    1229000 | #Constraints:      46192
944.45/977.04	c #Conflicts:    1230000 | #Constraints:      47193
944.45/977.04	c #Conflicts:    1231000 | #Constraints:      48194
944.45/977.04	c #Conflicts:    1232000 | #Constraints:      49195
944.45/977.04	c #Conflicts:    1233000 | #Constraints:      50195
944.45/977.04	c #Conflicts:    1234000 | #Constraints:      51196
944.45/977.04	c INPROCESSING
944.45/977.04	c GARBAGE COLLECT
944.45/977.04	c rational objective 997
963.18/995.88	c #Conflicts:    1235000 | #Constraints:      29977
963.18/995.88	c #Conflicts:    1236000 | #Constraints:      30977
963.18/995.88	c #Conflicts:    1237000 | #Constraints:      31977
963.18/995.88	c #Conflicts:    1238000 | #Constraints:      32977
963.18/995.88	c #Conflicts:    1239000 | #Constraints:      33977
963.18/995.88	c #Conflicts:    1240000 | #Constraints:      34977
963.18/995.88	c #Conflicts:    1241000 | #Constraints:      35977
963.18/995.88	c #Conflicts:    1242000 | #Constraints:      36977
963.18/995.88	c #Conflicts:    1243000 | #Constraints:      37977
963.18/995.88	c #Conflicts:    1244000 | #Constraints:      38978
963.18/995.88	c #Conflicts:    1245000 | #Constraints:      39979
963.18/995.88	c #Conflicts:    1246000 | #Constraints:      40979
963.18/995.88	c #Conflicts:    1247000 | #Constraints:      41979
963.18/995.88	c #Conflicts:    1248000 | #Constraints:      42979
963.18/995.88	c #Conflicts:    1249000 | #Constraints:      43981
963.18/995.88	c #Conflicts:    1250000 | #Constraints:      44981
963.18/995.88	c #Conflicts:    1251000 | #Constraints:      45981
963.18/995.88	c #Conflicts:    1252000 | #Constraints:      46981
963.18/995.88	c #Conflicts:    1253000 | #Constraints:      47981
963.18/995.88	c #Conflicts:    1254000 | #Constraints:      48981
963.18/995.88	c #Conflicts:    1255000 | #Constraints:      49981
963.18/995.88	c #Conflicts:    1256000 | #Constraints:      50981
963.18/995.88	c INPROCESSING
963.18/995.88	c GARBAGE COLLECT
963.18/995.88	c rational objective 997
990.61/1023.77	c #Conflicts:    1257000 | #Constraints:      29666
990.61/1023.77	c #Conflicts:    1258000 | #Constraints:      30667
990.61/1023.77	c #Conflicts:    1259000 | #Constraints:      31740
990.61/1023.77	c #Conflicts:    1260000 | #Constraints:      32817
990.61/1023.77	c #Conflicts:    1261000 | #Constraints:      33882
990.61/1023.77	c #Conflicts:    1262000 | #Constraints:      34946
990.61/1023.77	c #Conflicts:    1263000 | #Constraints:      36006
990.61/1023.77	c #Conflicts:    1264000 | #Constraints:      37055
990.61/1023.77	c #Conflicts:    1265000 | #Constraints:      38114
990.61/1023.77	c #Conflicts:    1266000 | #Constraints:      39162
990.61/1023.77	c #Conflicts:    1267000 | #Constraints:      40209
990.61/1023.77	c #Conflicts:    1268000 | #Constraints:      41245
990.61/1023.77	c #Conflicts:    1269000 | #Constraints:      42270
990.61/1023.77	c #Conflicts:    1270000 | #Constraints:      43297
990.61/1023.77	c #Conflicts:    1271000 | #Constraints:      44340
990.61/1023.77	c #Conflicts:    1272000 | #Constraints:      45365
990.61/1023.77	c #Conflicts:    1273000 | #Constraints:      46401
990.61/1023.77	c #Conflicts:    1274000 | #Constraints:      47448
990.61/1023.77	c #Conflicts:    1275000 | #Constraints:      48482
990.61/1023.77	c #Conflicts:    1276000 | #Constraints:      49522
990.61/1023.77	c #Conflicts:    1277000 | #Constraints:      50555
990.61/1023.77	c #Conflicts:    1278000 | #Constraints:      51582
990.61/1023.77	c #Conflicts:    1279000 | #Constraints:      52620
990.61/1023.77	c INPROCESSING
990.61/1023.77	c GARBAGE COLLECT
990.61/1023.77	c rational objective 997
1011.24/1044.86	c #Conflicts:    1280000 | #Constraints:      30592
1011.24/1044.86	c #Conflicts:    1281000 | #Constraints:      31592
1011.24/1044.86	c #Conflicts:    1282000 | #Constraints:      32592
1011.24/1044.86	c #Conflicts:    1283000 | #Constraints:      33592
1011.24/1044.86	c #Conflicts:    1284000 | #Constraints:      34592
1011.24/1044.86	c #Conflicts:    1285000 | #Constraints:      35592
1011.24/1044.86	c #Conflicts:    1286000 | #Constraints:      36592
1011.24/1044.86	c #Conflicts:    1287000 | #Constraints:      37592
1011.24/1044.86	c #Conflicts:    1288000 | #Constraints:      38592
1011.24/1044.86	c #Conflicts:    1289000 | #Constraints:      39592
1011.24/1044.86	c #Conflicts:    1290000 | #Constraints:      40592
1011.24/1044.86	c #Conflicts:    1291000 | #Constraints:      41592
1011.24/1044.86	c #Conflicts:    1292000 | #Constraints:      42592
1011.24/1044.86	c #Conflicts:    1293000 | #Constraints:      43593
1011.24/1044.86	c #Conflicts:    1294000 | #Constraints:      44593
1011.24/1044.86	c #Conflicts:    1295000 | #Constraints:      45593
1011.24/1044.86	c #Conflicts:    1296000 | #Constraints:      46593
1011.24/1044.86	c #Conflicts:    1297000 | #Constraints:      47593
1011.24/1044.86	c #Conflicts:    1298000 | #Constraints:      48593
1011.24/1044.86	c #Conflicts:    1299000 | #Constraints:      49593
1011.24/1044.86	c #Conflicts:    1300000 | #Constraints:      50593
1011.24/1044.86	c #Conflicts:    1301000 | #Constraints:      51593
1011.24/1044.86	c #Conflicts:    1302000 | #Constraints:      52593
1011.24/1044.86	c INPROCESSING
1011.24/1044.86	c GARBAGE COLLECT
1011.24/1044.86	c rational objective 997
1031.28/1064.91	c #Conflicts:    1303000 | #Constraints:      30790
1031.28/1064.91	c #Conflicts:    1304000 | #Constraints:      31790
1031.28/1064.91	c #Conflicts:    1305000 | #Constraints:      32790
1031.28/1064.91	c #Conflicts:    1306000 | #Constraints:      33790
1031.28/1064.91	c #Conflicts:    1307000 | #Constraints:      34790
1031.28/1064.91	c #Conflicts:    1308000 | #Constraints:      35790
1031.28/1064.91	c #Conflicts:    1309000 | #Constraints:      36790
1031.28/1064.91	c #Conflicts:    1310000 | #Constraints:      37790
1031.28/1064.91	c #Conflicts:    1311000 | #Constraints:      38790
1031.28/1064.91	c #Conflicts:    1312000 | #Constraints:      39790
1031.28/1064.91	c #Conflicts:    1313000 | #Constraints:      40790
1031.28/1064.91	c #Conflicts:    1314000 | #Constraints:      41790
1031.28/1064.91	c #Conflicts:    1315000 | #Constraints:      42790
1031.28/1064.91	c #Conflicts:    1316000 | #Constraints:      43790
1031.28/1064.91	c #Conflicts:    1317000 | #Constraints:      44790
1031.28/1064.91	c #Conflicts:    1318000 | #Constraints:      45790
1031.28/1064.91	c #Conflicts:    1319000 | #Constraints:      46790
1031.28/1064.91	c #Conflicts:    1320000 | #Constraints:      47790
1031.28/1064.91	c #Conflicts:    1321000 | #Constraints:      48790
1031.28/1064.91	c #Conflicts:    1322000 | #Constraints:      49790
1031.28/1064.91	c #Conflicts:    1323000 | #Constraints:      50790
1031.28/1064.91	c #Conflicts:    1324000 | #Constraints:      51790
1031.28/1064.91	c #Conflicts:    1325000 | #Constraints:      52790
1031.28/1064.91	c INPROCESSING
1031.28/1064.91	c GARBAGE COLLECT
1031.28/1064.91	c rational objective 997
1051.88/1086.13	c #Conflicts:    1326000 | #Constraints:      30906
1051.88/1086.13	c #Conflicts:    1327000 | #Constraints:      31960
1051.88/1086.13	c #Conflicts:    1328000 | #Constraints:      33023
1051.88/1086.13	c #Conflicts:    1329000 | #Constraints:      34071
1051.88/1086.13	c #Conflicts:    1330000 | #Constraints:      35113
1051.88/1086.13	c #Conflicts:    1331000 | #Constraints:      36146
1051.88/1086.13	c #Conflicts:    1332000 | #Constraints:      37193
1051.88/1086.13	c #Conflicts:    1333000 | #Constraints:      38229
1051.88/1086.13	c #Conflicts:    1334000 | #Constraints:      39271
1051.88/1086.13	c #Conflicts:    1335000 | #Constraints:      40305
1051.88/1086.13	c #Conflicts:    1336000 | #Constraints:      41351
1051.88/1086.13	c #Conflicts:    1337000 | #Constraints:      42393
1051.88/1086.13	c #Conflicts:    1338000 | #Constraints:      43428
1051.88/1086.13	c #Conflicts:    1339000 | #Constraints:      44464
1051.88/1086.13	c #Conflicts:    1340000 | #Constraints:      45497
1051.88/1086.13	c #Conflicts:    1341000 | #Constraints:      46531
1051.88/1086.13	c #Conflicts:    1342000 | #Constraints:      47565
1051.88/1086.13	c #Conflicts:    1343000 | #Constraints:      48601
1051.88/1086.13	c #Conflicts:    1344000 | #Constraints:      49625
1051.88/1086.13	c #Conflicts:    1345000 | #Constraints:      50673
1051.88/1086.13	c #Conflicts:    1346000 | #Constraints:      51709
1051.88/1086.13	c #Conflicts:    1347000 | #Constraints:      52741
1051.88/1086.13	c #Conflicts:    1348000 | #Constraints:      53783
1051.88/1086.13	c INPROCESSING
1051.88/1086.13	c GARBAGE COLLECT
1051.88/1086.13	c rational objective 997
1075.23/1110.03	c #Conflicts:    1349000 | #Constraints:      31194
1075.23/1110.03	c #Conflicts:    1350000 | #Constraints:      32194
1075.23/1110.03	c #Conflicts:    1351000 | #Constraints:      33194
1075.23/1110.03	c #Conflicts:    1352000 | #Constraints:      34194
1075.23/1110.03	c #Conflicts:    1353000 | #Constraints:      35194
1075.23/1110.03	c #Conflicts:    1354000 | #Constraints:      36194
1075.23/1110.03	c #Conflicts:    1355000 | #Constraints:      37194
1075.23/1110.03	c #Conflicts:    1356000 | #Constraints:      38194
1075.23/1110.03	c #Conflicts:    1357000 | #Constraints:      39194
1075.23/1110.03	c #Conflicts:    1358000 | #Constraints:      40194
1075.23/1110.03	c #Conflicts:    1359000 | #Constraints:      41194
1075.23/1110.03	c #Conflicts:    1360000 | #Constraints:      42194
1075.23/1110.03	c #Conflicts:    1361000 | #Constraints:      43194
1075.23/1110.03	c #Conflicts:    1362000 | #Constraints:      44194
1075.23/1110.03	c #Conflicts:    1363000 | #Constraints:      45194
1075.23/1110.03	c #Conflicts:    1364000 | #Constraints:      46194
1075.23/1110.03	c #Conflicts:    1365000 | #Constraints:      47194
1075.23/1110.03	c #Conflicts:    1366000 | #Constraints:      48194
1075.23/1110.03	c #Conflicts:    1367000 | #Constraints:      49194
1075.23/1110.03	c #Conflicts:    1368000 | #Constraints:      50194
1075.23/1110.03	c #Conflicts:    1369000 | #Constraints:      51194
1075.23/1110.03	c #Conflicts:    1370000 | #Constraints:      52194
1075.23/1110.03	c #Conflicts:    1371000 | #Constraints:      53194
1075.23/1110.03	c INPROCESSING
1075.23/1110.03	c GARBAGE COLLECT
1075.23/1110.03	c rational objective 997
1101.17/1136.45	c #Conflicts:    1372000 | #Constraints:      30794
1101.17/1136.45	c #Conflicts:    1373000 | #Constraints:      31795
1101.17/1136.45	c #Conflicts:    1374000 | #Constraints:      32808
1101.17/1136.45	c #Conflicts:    1375000 | #Constraints:      33874
1101.17/1136.45	c #Conflicts:    1376000 | #Constraints:      34935
1101.17/1136.45	c #Conflicts:    1377000 | #Constraints:      35976
1101.17/1136.45	c #Conflicts:    1378000 | #Constraints:      37014
1101.17/1136.45	c #Conflicts:    1379000 | #Constraints:      38056
1101.17/1136.45	c #Conflicts:    1380000 | #Constraints:      39091
1101.17/1136.45	c #Conflicts:    1381000 | #Constraints:      40121
1101.17/1136.45	c #Conflicts:    1382000 | #Constraints:      41152
1101.17/1136.45	c #Conflicts:    1383000 | #Constraints:      42178
1101.17/1136.45	c #Conflicts:    1384000 | #Constraints:      43209
1101.17/1136.45	c #Conflicts:    1385000 | #Constraints:      44237
1101.17/1136.45	c #Conflicts:    1386000 | #Constraints:      45265
1101.17/1136.45	c #Conflicts:    1387000 | #Constraints:      46294
1101.17/1136.45	c #Conflicts:    1388000 | #Constraints:      47322
1101.17/1136.45	c #Conflicts:    1389000 | #Constraints:      48342
1101.17/1136.45	c #Conflicts:    1390000 | #Constraints:      49381
1101.17/1136.45	c #Conflicts:    1391000 | #Constraints:      50413
1101.17/1136.45	c #Conflicts:    1392000 | #Constraints:      51438
1101.17/1136.45	c #Conflicts:    1393000 | #Constraints:      52468
1101.17/1136.45	c #Conflicts:    1394000 | #Constraints:      53497
1101.17/1136.45	c #Conflicts:    1395000 | #Constraints:      54530
1101.17/1136.45	c INPROCESSING
1101.17/1136.45	c GARBAGE COLLECT
1101.17/1136.45	c rational objective 997
1124.49/1159.84	c #Conflicts:    1396000 | #Constraints:      31566
1124.49/1159.84	c #Conflicts:    1397000 | #Constraints:      32566
1124.49/1159.84	c #Conflicts:    1398000 | #Constraints:      33566
1124.49/1159.84	c #Conflicts:    1399000 | #Constraints:      34566
1124.49/1159.84	c #Conflicts:    1400000 | #Constraints:      35566
1124.49/1159.84	c #Conflicts:    1401000 | #Constraints:      36566
1124.49/1159.84	c #Conflicts:    1402000 | #Constraints:      37566
1124.49/1159.84	c #Conflicts:    1403000 | #Constraints:      38566
1124.49/1159.84	c #Conflicts:    1404000 | #Constraints:      39566
1124.49/1159.84	c #Conflicts:    1405000 | #Constraints:      40566
1124.49/1159.84	c #Conflicts:    1406000 | #Constraints:      41566
1124.49/1159.84	c #Conflicts:    1407000 | #Constraints:      42566
1124.49/1159.84	c #Conflicts:    1408000 | #Constraints:      43566
1124.49/1159.84	c #Conflicts:    1409000 | #Constraints:      44567
1124.49/1159.84	c #Conflicts:    1410000 | #Constraints:      45567
1124.49/1159.84	c #Conflicts:    1411000 | #Constraints:      46567
1124.49/1159.84	c #Conflicts:    1412000 | #Constraints:      47567
1124.49/1159.84	c #Conflicts:    1413000 | #Constraints:      48568
1124.49/1159.84	c #Conflicts:    1414000 | #Constraints:      49570
1124.49/1159.84	c #Conflicts:    1415000 | #Constraints:      50571
1124.49/1159.84	c #Conflicts:    1416000 | #Constraints:      51571
1124.49/1159.84	c #Conflicts:    1417000 | #Constraints:      52577
1124.49/1159.84	c #Conflicts:    1418000 | #Constraints:      53578
1124.49/1159.84	c #Conflicts:    1419000 | #Constraints:      54578
1124.49/1159.84	c INPROCESSING
1124.49/1159.84	c GARBAGE COLLECT
1124.49/1159.84	c rational objective 997
1146.32/1181.77	c #Conflicts:    1420000 | #Constraints:      31798
1146.32/1181.77	c #Conflicts:    1421000 | #Constraints:      32798
1146.32/1181.77	c #Conflicts:    1422000 | #Constraints:      33798
1146.32/1181.77	c #Conflicts:    1423000 | #Constraints:      34798
1146.32/1181.77	c #Conflicts:    1424000 | #Constraints:      35798
1146.32/1181.77	c #Conflicts:    1425000 | #Constraints:      36798
1146.32/1181.77	c #Conflicts:    1426000 | #Constraints:      37798
1146.32/1181.77	c #Conflicts:    1427000 | #Constraints:      38798
1146.32/1181.77	c #Conflicts:    1428000 | #Constraints:      39798
1146.32/1181.77	c #Conflicts:    1429000 | #Constraints:      40798
1146.32/1181.77	c #Conflicts:    1430000 | #Constraints:      41798
1146.32/1181.77	c #Conflicts:    1431000 | #Constraints:      42798
1146.32/1181.77	c #Conflicts:    1432000 | #Constraints:      43798
1146.32/1181.77	c #Conflicts:    1433000 | #Constraints:      44798
1146.32/1181.77	c #Conflicts:    1434000 | #Constraints:      45798
1146.32/1181.77	c #Conflicts:    1435000 | #Constraints:      46798
1146.32/1181.77	c #Conflicts:    1436000 | #Constraints:      47798
1146.32/1181.77	c #Conflicts:    1437000 | #Constraints:      48798
1146.32/1181.77	c #Conflicts:    1438000 | #Constraints:      49798
1146.32/1181.77	c #Conflicts:    1439000 | #Constraints:      50798
1146.32/1181.77	c #Conflicts:    1440000 | #Constraints:      51798
1146.32/1181.77	c #Conflicts:    1441000 | #Constraints:      52798
1146.32/1181.77	c #Conflicts:    1442000 | #Constraints:      53798
1146.32/1181.77	c #Conflicts:    1443000 | #Constraints:      54798
1146.32/1181.77	c INPROCESSING
1146.32/1181.77	c GARBAGE COLLECT
1146.32/1181.77	c rational objective 997
1170.50/1206.32	c #Conflicts:    1444000 | #Constraints:      31893
1170.50/1206.32	c #Conflicts:    1445000 | #Constraints:      32926
1170.50/1206.32	c #Conflicts:    1446000 | #Constraints:      33975
1170.50/1206.32	c #Conflicts:    1447000 | #Constraints:      35021
1170.50/1206.32	c #Conflicts:    1448000 | #Constraints:      36082
1170.50/1206.32	c #Conflicts:    1449000 | #Constraints:      37137
1170.50/1206.32	c #Conflicts:    1450000 | #Constraints:      38212
1170.50/1206.32	c #Conflicts:    1451000 | #Constraints:      39252
1170.50/1206.32	c #Conflicts:    1452000 | #Constraints:      40298
1170.50/1206.32	c #Conflicts:    1453000 | #Constraints:      41327
1170.50/1206.32	c #Conflicts:    1454000 | #Constraints:      42364
1170.50/1206.32	c #Conflicts:    1455000 | #Constraints:      43422
1170.50/1206.32	c #Conflicts:    1456000 | #Constraints:      44475
1170.50/1206.32	c #Conflicts:    1457000 | #Constraints:      45522
1170.50/1206.32	c #Conflicts:    1458000 | #Constraints:      46563
1170.50/1206.32	c #Conflicts:    1459000 | #Constraints:      47591
1170.50/1206.32	c #Conflicts:    1460000 | #Constraints:      48629
1170.50/1206.32	c #Conflicts:    1461000 | #Constraints:      49675
1170.50/1206.32	c #Conflicts:    1462000 | #Constraints:      50693
1170.50/1206.32	c #Conflicts:    1463000 | #Constraints:      51719
1170.50/1206.32	c #Conflicts:    1464000 | #Constraints:      52770
1170.50/1206.32	c #Conflicts:    1465000 | #Constraints:      53801
1170.50/1206.32	c #Conflicts:    1466000 | #Constraints:      54817
1170.50/1206.32	c #Conflicts:    1467000 | #Constraints:      55847
1170.50/1206.32	c INPROCESSING
1170.50/1206.32	c GARBAGE COLLECT
1170.50/1206.32	c rational objective 997
1196.48/1232.81	c #Conflicts:    1468000 | #Constraints:      32225
1196.48/1232.81	c #Conflicts:    1469000 | #Constraints:      33225
1196.48/1232.81	c #Conflicts:    1470000 | #Constraints:      34225
1196.48/1232.81	c #Conflicts:    1471000 | #Constraints:      35225
1196.48/1232.81	c #Conflicts:    1472000 | #Constraints:      36225
1196.48/1232.81	c #Conflicts:    1473000 | #Constraints:      37225
1196.48/1232.81	c #Conflicts:    1474000 | #Constraints:      38225
1196.48/1232.81	c #Conflicts:    1475000 | #Constraints:      39225
1196.48/1232.81	c #Conflicts:    1476000 | #Constraints:      40225
1196.48/1232.81	c #Conflicts:    1477000 | #Constraints:      41225
1196.48/1232.81	c #Conflicts:    1478000 | #Constraints:      42225
1196.48/1232.81	c #Conflicts:    1479000 | #Constraints:      43225
1196.48/1232.81	c #Conflicts:    1480000 | #Constraints:      44225
1196.48/1232.81	c #Conflicts:    1481000 | #Constraints:      45225
1196.48/1232.81	c #Conflicts:    1482000 | #Constraints:      46225
1196.48/1232.81	c #Conflicts:    1483000 | #Constraints:      47225
1196.48/1232.81	c #Conflicts:    1484000 | #Constraints:      48225
1196.48/1232.81	c #Conflicts:    1485000 | #Constraints:      49225
1196.48/1232.81	c #Conflicts:    1486000 | #Constraints:      50225
1196.48/1232.81	c #Conflicts:    1487000 | #Constraints:      51225
1196.48/1232.81	c #Conflicts:    1488000 | #Constraints:      52225
1196.48/1232.81	c #Conflicts:    1489000 | #Constraints:      53225
1196.48/1232.81	c #Conflicts:    1490000 | #Constraints:      54225
1196.48/1232.81	c #Conflicts:    1491000 | #Constraints:      55225
1196.48/1232.81	c INPROCESSING
1196.48/1232.81	c GARBAGE COLLECT
1196.48/1232.81	c rational objective 997
1220.16/1257.40	c #Conflicts:    1492000 | #Constraints:      31800
1220.16/1257.40	c #Conflicts:    1493000 | #Constraints:      32826
1220.16/1257.40	c #Conflicts:    1494000 | #Constraints:      33875
1220.16/1257.40	c #Conflicts:    1495000 | #Constraints:      34928
1220.16/1257.40	c #Conflicts:    1496000 | #Constraints:      35988
1220.16/1257.40	c #Conflicts:    1497000 | #Constraints:      37041
1220.16/1257.40	c #Conflicts:    1498000 | #Constraints:      38098
1220.16/1257.40	c #Conflicts:    1499000 | #Constraints:      39145
1220.16/1257.40	c #Conflicts:    1500000 | #Constraints:      40183
1220.16/1257.40	c #Conflicts:    1501000 | #Constraints:      41218
1220.16/1257.40	c #Conflicts:    1502000 | #Constraints:      42254
1220.16/1257.40	c #Conflicts:    1503000 | #Constraints:      43291
1220.16/1257.40	c #Conflicts:    1504000 | #Constraints:      44346
1220.16/1257.40	c #Conflicts:    1505000 | #Constraints:      45392
1220.16/1257.40	c #Conflicts:    1506000 | #Constraints:      46426
1220.16/1257.40	c #Conflicts:    1507000 | #Constraints:      47453
1220.16/1257.40	c #Conflicts:    1508000 | #Constraints:      48510
1220.16/1257.40	c #Conflicts:    1509000 | #Constraints:      49543
1220.16/1257.40	c #Conflicts:    1510000 | #Constraints:      50587
1220.16/1257.40	c #Conflicts:    1511000 | #Constraints:      51636
1220.16/1257.40	c #Conflicts:    1512000 | #Constraints:      52661
1220.16/1257.40	c #Conflicts:    1513000 | #Constraints:      53699
1220.16/1257.40	c #Conflicts:    1514000 | #Constraints:      54737
1220.16/1257.40	c #Conflicts:    1515000 | #Constraints:      55777
1220.16/1257.40	c #Conflicts:    1516000 | #Constraints:      56806
1220.16/1257.40	c INPROCESSING
1220.16/1257.40	c GARBAGE COLLECT
1220.16/1257.40	c rational objective 997
1242.79/1280.13	c #Conflicts:    1517000 | #Constraints:      32674
1242.79/1280.13	c #Conflicts:    1518000 | #Constraints:      33674
1242.79/1280.13	c #Conflicts:    1519000 | #Constraints:      34674
1242.79/1280.13	c #Conflicts:    1520000 | #Constraints:      35674
1242.79/1280.13	c #Conflicts:    1521000 | #Constraints:      36674
1242.79/1280.13	c #Conflicts:    1522000 | #Constraints:      37674
1242.79/1280.13	c #Conflicts:    1523000 | #Constraints:      38674
1242.79/1280.13	c #Conflicts:    1524000 | #Constraints:      39674
1242.79/1280.13	c #Conflicts:    1525000 | #Constraints:      40674
1242.79/1280.13	c #Conflicts:    1526000 | #Constraints:      41674
1242.79/1280.13	c #Conflicts:    1527000 | #Constraints:      42674
1242.79/1280.13	c #Conflicts:    1528000 | #Constraints:      43674
1242.79/1280.13	c #Conflicts:    1529000 | #Constraints:      44674
1242.79/1280.13	c #Conflicts:    1530000 | #Constraints:      45674
1242.79/1280.13	c #Conflicts:    1531000 | #Constraints:      46674
1242.79/1280.13	c #Conflicts:    1532000 | #Constraints:      47674
1242.79/1280.13	c #Conflicts:    1533000 | #Constraints:      48674
1242.79/1280.13	c #Conflicts:    1534000 | #Constraints:      49674
1242.79/1280.13	c #Conflicts:    1535000 | #Constraints:      50674
1242.79/1280.13	c #Conflicts:    1536000 | #Constraints:      51674
1242.79/1280.13	c #Conflicts:    1537000 | #Constraints:      52674
1242.79/1280.13	c #Conflicts:    1538000 | #Constraints:      53674
1242.79/1280.13	c #Conflicts:    1539000 | #Constraints:      54674
1242.79/1280.13	c #Conflicts:    1540000 | #Constraints:      55674
1242.79/1280.13	c #Conflicts:    1541000 | #Constraints:      56674
1242.79/1280.13	c INPROCESSING
1242.79/1280.13	c GARBAGE COLLECT
1242.79/1280.13	c rational objective 997
1268.00/1306.63	c #Conflicts:    1542000 | #Constraints:      32814
1268.00/1306.63	c #Conflicts:    1543000 | #Constraints:      33859
1268.00/1306.63	c #Conflicts:    1544000 | #Constraints:      34923
1268.00/1306.63	c #Conflicts:    1545000 | #Constraints:      35986
1268.00/1306.63	c #Conflicts:    1546000 | #Constraints:      37028
1268.00/1306.63	c #Conflicts:    1547000 | #Constraints:      38068
1268.00/1306.63	c #Conflicts:    1548000 | #Constraints:      39119
1268.00/1306.63	c #Conflicts:    1549000 | #Constraints:      40168
1268.00/1306.63	c #Conflicts:    1550000 | #Constraints:      41214
1268.00/1306.63	c #Conflicts:    1551000 | #Constraints:      42254
1268.00/1306.63	c #Conflicts:    1552000 | #Constraints:      43316
1268.00/1306.63	c #Conflicts:    1553000 | #Constraints:      44359
1268.00/1306.63	c #Conflicts:    1554000 | #Constraints:      45404
1268.00/1306.63	c #Conflicts:    1555000 | #Constraints:      46436
1268.00/1306.63	c #Conflicts:    1556000 | #Constraints:      47488
1268.00/1306.63	c #Conflicts:    1557000 | #Constraints:      48532
1268.00/1306.63	c #Conflicts:    1558000 | #Constraints:      49562
1268.00/1306.63	c #Conflicts:    1559000 | #Constraints:      50610
1268.00/1306.63	c #Conflicts:    1560000 | #Constraints:      51675
1268.00/1306.63	c #Conflicts:    1561000 | #Constraints:      52711
1268.00/1306.63	c #Conflicts:    1562000 | #Constraints:      53745
1268.00/1306.63	c #Conflicts:    1563000 | #Constraints:      54790
1268.00/1306.63	c #Conflicts:    1564000 | #Constraints:      55837
1268.00/1306.63	c #Conflicts:    1565000 | #Constraints:      56859
1268.00/1306.63	c #Conflicts:    1566000 | #Constraints:      57895
1268.00/1306.63	c INPROCESSING
1268.00/1306.63	c GARBAGE COLLECT
1268.00/1306.63	c rational objective 997
1292.01/1331.15	c #Conflicts:    1567000 | #Constraints:      33338
1292.01/1331.15	c #Conflicts:    1568000 | #Constraints:      34338
1292.01/1331.15	c #Conflicts:    1569000 | #Constraints:      35338
1292.01/1331.15	c #Conflicts:    1570000 | #Constraints:      36338
1292.01/1331.15	c #Conflicts:    1571000 | #Constraints:      37338
1292.01/1331.15	c #Conflicts:    1572000 | #Constraints:      38338
1292.01/1331.15	c #Conflicts:    1573000 | #Constraints:      39338
1292.01/1331.15	c #Conflicts:    1574000 | #Constraints:      40338
1292.01/1331.15	c #Conflicts:    1575000 | #Constraints:      41338
1292.01/1331.15	c #Conflicts:    1576000 | #Constraints:      42338
1292.01/1331.15	c #Conflicts:    1577000 | #Constraints:      43338
1292.01/1331.15	c #Conflicts:    1578000 | #Constraints:      44338
1292.01/1331.15	c #Conflicts:    1579000 | #Constraints:      45338
1292.01/1331.15	c #Conflicts:    1580000 | #Constraints:      46338
1292.01/1331.15	c #Conflicts:    1581000 | #Constraints:      47338
1292.01/1331.15	c #Conflicts:    1582000 | #Constraints:      48338
1292.01/1331.15	c #Conflicts:    1583000 | #Constraints:      49338
1292.01/1331.15	c #Conflicts:    1584000 | #Constraints:      50338
1292.01/1331.15	c #Conflicts:    1585000 | #Constraints:      51338
1292.01/1331.15	c #Conflicts:    1586000 | #Constraints:      52338
1292.01/1331.15	c #Conflicts:    1587000 | #Constraints:      53338
1292.01/1331.15	c #Conflicts:    1588000 | #Constraints:      54338
1292.01/1331.15	c #Conflicts:    1589000 | #Constraints:      55338
1292.01/1331.15	c #Conflicts:    1590000 | #Constraints:      56338
1292.01/1331.15	c #Conflicts:    1591000 | #Constraints:      57338
1292.01/1331.15	c INPROCESSING
1292.01/1331.15	c GARBAGE COLLECT
1292.01/1331.15	c rational objective 997
1316.53/1356.71	c #Conflicts:    1592000 | #Constraints:      33072
1316.53/1356.71	c #Conflicts:    1593000 | #Constraints:      34072
1316.53/1356.71	c #Conflicts:    1594000 | #Constraints:      35072
1316.53/1356.71	c #Conflicts:    1595000 | #Constraints:      36072
1316.53/1356.71	c #Conflicts:    1596000 | #Constraints:      37072
1316.53/1356.71	c #Conflicts:    1597000 | #Constraints:      38072
1316.53/1356.71	c #Conflicts:    1598000 | #Constraints:      39072
1316.53/1356.71	c #Conflicts:    1599000 | #Constraints:      40072
1316.53/1356.71	c #Conflicts:    1600000 | #Constraints:      41072
1316.53/1356.71	c #Conflicts:    1601000 | #Constraints:      42072
1316.53/1356.71	c #Conflicts:    1602000 | #Constraints:      43072
1316.53/1356.71	c #Conflicts:    1603000 | #Constraints:      44072
1316.53/1356.71	c #Conflicts:    1604000 | #Constraints:      45072
1316.53/1356.71	c #Conflicts:    1605000 | #Constraints:      46072
1316.53/1356.71	c #Conflicts:    1606000 | #Constraints:      47072
1316.53/1356.71	c #Conflicts:    1607000 | #Constraints:      48072
1316.53/1356.71	c #Conflicts:    1608000 | #Constraints:      49072
1316.53/1356.71	c #Conflicts:    1609000 | #Constraints:      50072
1316.53/1356.71	c #Conflicts:    1610000 | #Constraints:      51072
1316.53/1356.71	c #Conflicts:    1611000 | #Constraints:      52072
1316.53/1356.71	c #Conflicts:    1612000 | #Constraints:      53072
1316.53/1356.71	c #Conflicts:    1613000 | #Constraints:      54072
1316.53/1356.71	c #Conflicts:    1614000 | #Constraints:      55072
1316.53/1356.71	c #Conflicts:    1615000 | #Constraints:      56072
1316.53/1356.71	c #Conflicts:    1616000 | #Constraints:      57072
1316.53/1356.71	c INPROCESSING
1316.53/1356.71	c GARBAGE COLLECT
1316.53/1356.71	c rational objective 997
1345.70/1386.20	c #Conflicts:    1617000 | #Constraints:      32759
1345.70/1386.20	c #Conflicts:    1618000 | #Constraints:      33790
1345.70/1386.20	c #Conflicts:    1619000 | #Constraints:      34815
1345.70/1386.20	c #Conflicts:    1620000 | #Constraints:      35853
1345.70/1386.20	c #Conflicts:    1621000 | #Constraints:      36914
1345.70/1386.20	c #Conflicts:    1622000 | #Constraints:      37963
1345.70/1386.20	c #Conflicts:    1623000 | #Constraints:      38995
1345.70/1386.20	c #Conflicts:    1624000 | #Constraints:      40023
1345.70/1386.20	c #Conflicts:    1625000 | #Constraints:      41054
1345.70/1386.20	c #Conflicts:    1626000 | #Constraints:      42098
1345.70/1386.20	c #Conflicts:    1627000 | #Constraints:      43131
1345.70/1386.20	c #Conflicts:    1628000 | #Constraints:      44163
1345.70/1386.20	c #Conflicts:    1629000 | #Constraints:      45193
1345.70/1386.20	c #Conflicts:    1630000 | #Constraints:      46215
1345.70/1386.20	c #Conflicts:    1631000 | #Constraints:      47256
1345.70/1386.20	c #Conflicts:    1632000 | #Constraints:      48285
1345.70/1386.20	c #Conflicts:    1633000 | #Constraints:      49320
1345.70/1386.20	c #Conflicts:    1634000 | #Constraints:      50353
1345.70/1386.20	c #Conflicts:    1635000 | #Constraints:      51388
1345.70/1386.20	c #Conflicts:    1636000 | #Constraints:      52413
1345.70/1386.20	c #Conflicts:    1637000 | #Constraints:      53441
1345.70/1386.20	c #Conflicts:    1638000 | #Constraints:      54469
1345.70/1386.20	c #Conflicts:    1639000 | #Constraints:      55490
1345.70/1386.20	c #Conflicts:    1640000 | #Constraints:      56527
1345.70/1386.20	c #Conflicts:    1641000 | #Constraints:      57569
1345.70/1386.20	c #Conflicts:    1642000 | #Constraints:      58598
1345.70/1386.20	c INPROCESSING
1345.70/1386.20	c GARBAGE COLLECT
1345.70/1386.20	c rational objective 997
1371.45/1413.85	c #Conflicts:    1643000 | #Constraints:      33613
1371.45/1413.85	c #Conflicts:    1644000 | #Constraints:      34613
1371.45/1413.85	c #Conflicts:    1645000 | #Constraints:      35613
1371.45/1413.85	c #Conflicts:    1646000 | #Constraints:      36613
1371.45/1413.85	c #Conflicts:    1647000 | #Constraints:      37613
1371.45/1413.85	c #Conflicts:    1648000 | #Constraints:      38613
1371.45/1413.85	c #Conflicts:    1649000 | #Constraints:      39613
1371.45/1413.85	c #Conflicts:    1650000 | #Constraints:      40613
1371.45/1413.85	c #Conflicts:    1651000 | #Constraints:      41613
1371.45/1413.85	c #Conflicts:    1652000 | #Constraints:      42613
1371.45/1413.85	c #Conflicts:    1653000 | #Constraints:      43613
1371.45/1413.85	c #Conflicts:    1654000 | #Constraints:      44613
1371.45/1413.85	c #Conflicts:    1655000 | #Constraints:      45613
1371.45/1413.85	c #Conflicts:    1656000 | #Constraints:      46613
1371.45/1413.85	c #Conflicts:    1657000 | #Constraints:      47613
1371.45/1413.85	c #Conflicts:    1658000 | #Constraints:      48613
1371.45/1413.85	c #Conflicts:    1659000 | #Constraints:      49613
1371.45/1413.85	c #Conflicts:    1660000 | #Constraints:      50613
1371.45/1413.85	c #Conflicts:    1661000 | #Constraints:      51613
1371.45/1413.85	c #Conflicts:    1662000 | #Constraints:      52613
1371.45/1413.85	c #Conflicts:    1663000 | #Constraints:      53614
1371.45/1413.85	c #Conflicts:    1664000 | #Constraints:      54615
1371.45/1413.85	c #Conflicts:    1665000 | #Constraints:      55615
1371.45/1413.85	c #Conflicts:    1666000 | #Constraints:      56615
1371.45/1413.85	c #Conflicts:    1667000 | #Constraints:      57615
1371.45/1413.85	c #Conflicts:    1668000 | #Constraints:      58616
1371.45/1413.85	c INPROCESSING
1371.45/1413.85	c GARBAGE COLLECT
1371.45/1413.85	c rational objective 997
1395.85/1438.31	c #Conflicts:    1669000 | #Constraints:      33832
1395.85/1438.31	c #Conflicts:    1670000 | #Constraints:      34832
1395.85/1438.31	c #Conflicts:    1671000 | #Constraints:      35832
1395.85/1438.31	c #Conflicts:    1672000 | #Constraints:      36832
1395.85/1438.31	c #Conflicts:    1673000 | #Constraints:      37832
1395.85/1438.31	c #Conflicts:    1674000 | #Constraints:      38832
1395.85/1438.31	c #Conflicts:    1675000 | #Constraints:      39832
1395.85/1438.31	c #Conflicts:    1676000 | #Constraints:      40832
1395.85/1438.31	c #Conflicts:    1677000 | #Constraints:      41832
1395.85/1438.31	c #Conflicts:    1678000 | #Constraints:      42833
1395.85/1438.31	c #Conflicts:    1679000 | #Constraints:      43833
1395.85/1438.31	c #Conflicts:    1680000 | #Constraints:      44833
1395.85/1438.31	c #Conflicts:    1681000 | #Constraints:      45833
1395.85/1438.31	c #Conflicts:    1682000 | #Constraints:      46833
1395.85/1438.31	c #Conflicts:    1683000 | #Constraints:      47833
1395.85/1438.31	c #Conflicts:    1684000 | #Constraints:      48833
1395.85/1438.31	c #Conflicts:    1685000 | #Constraints:      49833
1395.85/1438.31	c #Conflicts:    1686000 | #Constraints:      50833
1395.85/1438.31	c #Conflicts:    1687000 | #Constraints:      51833
1395.85/1438.31	c #Conflicts:    1688000 | #Constraints:      52833
1395.85/1438.31	c #Conflicts:    1689000 | #Constraints:      53833
1395.85/1438.31	c #Conflicts:    1690000 | #Constraints:      54833
1395.85/1438.31	c #Conflicts:    1691000 | #Constraints:      55833
1395.85/1438.31	c #Conflicts:    1692000 | #Constraints:      56833
1395.85/1438.31	c #Conflicts:    1693000 | #Constraints:      57833
1395.85/1438.31	c #Conflicts:    1694000 | #Constraints:      58833
1395.85/1438.31	c INPROCESSING
1395.85/1438.31	c GARBAGE COLLECT
1395.85/1438.31	c rational objective 997
1425.84/1468.58	c #Conflicts:    1695000 | #Constraints:      33925
1425.84/1468.58	c #Conflicts:    1696000 | #Constraints:      34965
1425.84/1468.58	c #Conflicts:    1697000 | #Constraints:      36014
1425.84/1468.58	c #Conflicts:    1698000 | #Constraints:      37076
1425.84/1468.58	c #Conflicts:    1699000 | #Constraints:      38137
1425.84/1468.58	c #Conflicts:    1700000 | #Constraints:      39188
1425.84/1468.58	c #Conflicts:    1701000 | #Constraints:      40232
1425.84/1468.58	c #Conflicts:    1702000 | #Constraints:      41278
1425.84/1468.58	c #Conflicts:    1703000 | #Constraints:      42328
1425.84/1468.58	c #Conflicts:    1704000 | #Constraints:      43379
1425.84/1468.58	c #Conflicts:    1705000 | #Constraints:      44411
1425.84/1468.58	c #Conflicts:    1706000 | #Constraints:      45460
1425.84/1468.58	c #Conflicts:    1707000 | #Constraints:      46510
1425.84/1468.58	c #Conflicts:    1708000 | #Constraints:      47545
1425.84/1468.58	c #Conflicts:    1709000 | #Constraints:      48605
1425.84/1468.58	c #Conflicts:    1710000 | #Constraints:      49645
1425.84/1468.58	c #Conflicts:    1711000 | #Constraints:      50675
1425.84/1468.58	c #Conflicts:    1712000 | #Constraints:      51705
1425.84/1468.58	c #Conflicts:    1713000 | #Constraints:      52733
1425.84/1468.58	c #Conflicts:    1714000 | #Constraints:      53763
1425.84/1468.58	c #Conflicts:    1715000 | #Constraints:      54785
1425.84/1468.58	c #Conflicts:    1716000 | #Constraints:      55805
1425.84/1468.58	c #Conflicts:    1717000 | #Constraints:      56853
1425.84/1468.58	c #Conflicts:    1718000 | #Constraints:      57880
1425.84/1468.58	c #Conflicts:    1719000 | #Constraints:      58899
1425.84/1468.58	c #Conflicts:    1720000 | #Constraints:      59927
1425.84/1468.58	c INPROCESSING
1425.84/1468.58	c GARBAGE COLLECT
1425.84/1468.58	c rational objective 997
1454.46/1497.48	c #Conflicts:    1721000 | #Constraints:      34224
1454.46/1497.48	c #Conflicts:    1722000 | #Constraints:      35224
1454.46/1497.48	c #Conflicts:    1723000 | #Constraints:      36224
1454.46/1497.48	c #Conflicts:    1724000 | #Constraints:      37224
1454.46/1497.48	c #Conflicts:    1725000 | #Constraints:      38224
1454.46/1497.48	c #Conflicts:    1726000 | #Constraints:      39224
1454.46/1497.48	c #Conflicts:    1727000 | #Constraints:      40224
1454.46/1497.48	c #Conflicts:    1728000 | #Constraints:      41224
1454.46/1497.48	c #Conflicts:    1729000 | #Constraints:      42224
1454.46/1497.48	c #Conflicts:    1730000 | #Constraints:      43224
1454.46/1497.48	c #Conflicts:    1731000 | #Constraints:      44224
1454.46/1497.48	c #Conflicts:    1732000 | #Constraints:      45224
1454.46/1497.48	c #Conflicts:    1733000 | #Constraints:      46224
1454.46/1497.48	c #Conflicts:    1734000 | #Constraints:      47224
1454.46/1497.48	c #Conflicts:    1735000 | #Constraints:      48224
1454.46/1497.48	c #Conflicts:    1736000 | #Constraints:      49224
1454.46/1497.48	c #Conflicts:    1737000 | #Constraints:      50224
1454.46/1497.48	c #Conflicts:    1738000 | #Constraints:      51224
1454.46/1497.48	c #Conflicts:    1739000 | #Constraints:      52224
1454.46/1497.48	c #Conflicts:    1740000 | #Constraints:      53224
1454.46/1497.48	c #Conflicts:    1741000 | #Constraints:      54224
1454.46/1497.48	c #Conflicts:    1742000 | #Constraints:      55224
1454.46/1497.48	c #Conflicts:    1743000 | #Constraints:      56224
1454.46/1497.48	c #Conflicts:    1744000 | #Constraints:      57224
1454.46/1497.48	c #Conflicts:    1745000 | #Constraints:      58224
1454.46/1497.48	c #Conflicts:    1746000 | #Constraints:      59224
1454.46/1497.48	c INPROCESSING
1454.46/1497.48	c GARBAGE COLLECT
1454.46/1497.48	c rational objective 997
1485.17/1528.54	c #Conflicts:    1747000 | #Constraints:      33816
1485.17/1528.54	c #Conflicts:    1748000 | #Constraints:      34830
1485.17/1528.54	c #Conflicts:    1749000 | #Constraints:      35845
1485.17/1528.54	c #Conflicts:    1750000 | #Constraints:      36888
1485.17/1528.54	c #Conflicts:    1751000 | #Constraints:      37947
1485.17/1528.54	c #Conflicts:    1752000 | #Constraints:      39023
1485.17/1528.54	c #Conflicts:    1753000 | #Constraints:      40085
1485.17/1528.54	c #Conflicts:    1754000 | #Constraints:      41132
1485.17/1528.54	c #Conflicts:    1755000 | #Constraints:      42187
1485.17/1528.54	c #Conflicts:    1756000 | #Constraints:      43236
1485.17/1528.54	c #Conflicts:    1757000 | #Constraints:      44280
1485.17/1528.54	c #Conflicts:    1758000 | #Constraints:      45325
1485.17/1528.54	c #Conflicts:    1759000 | #Constraints:      46371
1485.17/1528.54	c #Conflicts:    1760000 | #Constraints:      47406
1485.17/1528.54	c #Conflicts:    1761000 | #Constraints:      48449
1485.17/1528.54	c #Conflicts:    1762000 | #Constraints:      49480
1485.17/1528.54	c #Conflicts:    1763000 | #Constraints:      50508
1485.17/1528.54	c #Conflicts:    1764000 | #Constraints:      51554
1485.17/1528.54	c #Conflicts:    1765000 | #Constraints:      52582
1485.17/1528.54	c #Conflicts:    1766000 | #Constraints:      53615
1485.17/1528.54	c #Conflicts:    1767000 | #Constraints:      54648
1485.17/1528.54	c #Conflicts:    1768000 | #Constraints:      55678
1485.17/1528.54	c #Conflicts:    1769000 | #Constraints:      56719
1485.17/1528.54	c #Conflicts:    1770000 | #Constraints:      57743
1485.17/1528.54	c #Conflicts:    1771000 | #Constraints:      58773
1485.17/1528.54	c #Conflicts:    1772000 | #Constraints:      59797
1485.17/1528.54	c #Conflicts:    1773000 | #Constraints:      60833
1485.17/1528.54	c INPROCESSING
1485.17/1528.54	c GARBAGE COLLECT
1485.17/1528.54	c rational objective 997
1512.75/1556.86	c #Conflicts:    1774000 | #Constraints:      34720
1512.75/1556.86	c #Conflicts:    1775000 | #Constraints:      35720
1512.75/1556.86	c #Conflicts:    1776000 | #Constraints:      36720
1512.75/1556.86	c #Conflicts:    1777000 | #Constraints:      37720
1512.75/1556.86	c #Conflicts:    1778000 | #Constraints:      38720
1512.75/1556.86	c #Conflicts:    1779000 | #Constraints:      39720
1512.75/1556.86	c #Conflicts:    1780000 | #Constraints:      40720
1512.75/1556.86	c #Conflicts:    1781000 | #Constraints:      41720
1512.75/1556.86	c #Conflicts:    1782000 | #Constraints:      42720
1512.75/1556.86	c #Conflicts:    1783000 | #Constraints:      43720
1512.75/1556.86	c #Conflicts:    1784000 | #Constraints:      44720
1512.75/1556.86	c #Conflicts:    1785000 | #Constraints:      45720
1512.75/1556.86	c #Conflicts:    1786000 | #Constraints:      46720
1512.75/1556.86	c #Conflicts:    1787000 | #Constraints:      47720
1512.75/1556.86	c #Conflicts:    1788000 | #Constraints:      48720
1512.75/1556.86	c #Conflicts:    1789000 | #Constraints:      49720
1512.75/1556.86	c #Conflicts:    1790000 | #Constraints:      50720
1512.75/1556.86	c #Conflicts:    1791000 | #Constraints:      51720
1512.75/1556.86	c #Conflicts:    1792000 | #Constraints:      52720
1512.75/1556.86	c #Conflicts:    1793000 | #Constraints:      53720
1512.75/1556.86	c #Conflicts:    1794000 | #Constraints:      54720
1512.75/1556.86	c #Conflicts:    1795000 | #Constraints:      55720
1512.75/1556.86	c #Conflicts:    1796000 | #Constraints:      56720
1512.75/1556.86	c #Conflicts:    1797000 | #Constraints:      57720
1512.75/1556.86	c #Conflicts:    1798000 | #Constraints:      58720
1512.75/1556.86	c #Conflicts:    1799000 | #Constraints:      59720
1512.75/1556.86	c #Conflicts:    1800000 | #Constraints:      60720
1512.75/1556.86	c INPROCESSING
1512.75/1556.86	c GARBAGE COLLECT
1512.75/1556.86	c rational objective 997
1539.25/1583.98	c #Conflicts:    1801000 | #Constraints:      34844
1539.25/1583.98	c #Conflicts:    1802000 | #Constraints:      35844
1539.25/1583.98	c #Conflicts:    1803000 | #Constraints:      36844
1539.25/1583.98	c #Conflicts:    1804000 | #Constraints:      37844
1539.25/1583.98	c #Conflicts:    1805000 | #Constraints:      38844
1539.25/1583.98	c #Conflicts:    1806000 | #Constraints:      39844
1539.25/1583.98	c #Conflicts:    1807000 | #Constraints:      40844
1539.25/1583.98	c #Conflicts:    1808000 | #Constraints:      41844
1539.25/1583.98	c #Conflicts:    1809000 | #Constraints:      42844
1539.25/1583.98	c #Conflicts:    1810000 | #Constraints:      43844
1539.25/1583.98	c #Conflicts:    1811000 | #Constraints:      44844
1539.25/1583.98	c #Conflicts:    1812000 | #Constraints:      45844
1539.25/1583.98	c #Conflicts:    1813000 | #Constraints:      46844
1539.25/1583.98	c #Conflicts:    1814000 | #Constraints:      47844
1539.25/1583.98	c #Conflicts:    1815000 | #Constraints:      48844
1539.25/1583.98	c #Conflicts:    1816000 | #Constraints:      49844
1539.25/1583.98	c #Conflicts:    1817000 | #Constraints:      50844
1539.25/1583.98	c #Conflicts:    1818000 | #Constraints:      51844
1539.25/1583.98	c #Conflicts:    1819000 | #Constraints:      52844
1539.25/1583.98	c #Conflicts:    1820000 | #Constraints:      53844
1539.25/1583.98	c #Conflicts:    1821000 | #Constraints:      54844
1539.25/1583.98	c #Conflicts:    1822000 | #Constraints:      55844
1539.25/1583.98	c #Conflicts:    1823000 | #Constraints:      56844
1539.25/1583.98	c #Conflicts:    1824000 | #Constraints:      57844
1539.25/1583.98	c #Conflicts:    1825000 | #Constraints:      58844
1539.25/1583.98	c #Conflicts:    1826000 | #Constraints:      59844
1539.25/1583.98	c #Conflicts:    1827000 | #Constraints:      60844
1539.25/1583.98	c INPROCESSING
1539.25/1583.98	c GARBAGE COLLECT
1539.25/1583.98	c rational objective 997
1566.32/1611.70	c #Conflicts:    1828000 | #Constraints:      34919
1566.32/1611.70	c #Conflicts:    1829000 | #Constraints:      35970
1566.32/1611.70	c #Conflicts:    1830000 | #Constraints:      37039
1566.32/1611.70	c #Conflicts:    1831000 | #Constraints:      38105
1566.32/1611.70	c #Conflicts:    1832000 | #Constraints:      39169
1566.32/1611.70	c #Conflicts:    1833000 | #Constraints:      40225
1566.32/1611.70	c #Conflicts:    1834000 | #Constraints:      41272
1566.32/1611.70	c #Conflicts:    1835000 | #Constraints:      42320
1566.32/1611.70	c #Conflicts:    1836000 | #Constraints:      43362
1566.32/1611.70	c #Conflicts:    1837000 | #Constraints:      44417
1566.32/1611.70	c #Conflicts:    1838000 | #Constraints:      45450
1566.32/1611.70	c #Conflicts:    1839000 | #Constraints:      46497
1566.32/1611.70	c #Conflicts:    1840000 | #Constraints:      47540
1566.32/1611.70	c #Conflicts:    1841000 | #Constraints:      48580
1566.32/1611.70	c #Conflicts:    1842000 | #Constraints:      49628
1566.32/1611.70	c #Conflicts:    1843000 | #Constraints:      50665
1566.32/1611.70	c #Conflicts:    1844000 | #Constraints:      51700
1566.32/1611.70	c #Conflicts:    1845000 | #Constraints:      52734
1566.32/1611.70	c #Conflicts:    1846000 | #Constraints:      53763
1566.32/1611.70	c #Conflicts:    1847000 | #Constraints:      54788
1566.32/1611.70	c #Conflicts:    1848000 | #Constraints:      55810
1566.32/1611.70	c #Conflicts:    1849000 | #Constraints:      56844
1566.32/1611.70	c #Conflicts:    1850000 | #Constraints:      57879
1566.32/1611.70	c #Conflicts:    1851000 | #Constraints:      58924
1566.32/1611.70	c #Conflicts:    1852000 | #Constraints:      59950
1566.32/1611.70	c #Conflicts:    1853000 | #Constraints:      60986
1566.32/1611.70	c #Conflicts:    1854000 | #Constraints:      62010
1566.32/1611.70	c INPROCESSING
1566.32/1611.70	c GARBAGE COLLECT
1566.32/1611.70	c rational objective 997
1593.42/1639.03	c #Conflicts:    1855000 | #Constraints:      35305
1593.42/1639.03	c #Conflicts:    1856000 | #Constraints:      36305
1593.42/1639.03	c #Conflicts:    1857000 | #Constraints:      37305
1593.42/1639.03	c #Conflicts:    1858000 | #Constraints:      38305
1593.42/1639.03	c #Conflicts:    1859000 | #Constraints:      39305
1593.42/1639.03	c #Conflicts:    1860000 | #Constraints:      40305
1593.42/1639.03	c #Conflicts:    1861000 | #Constraints:      41305
1593.42/1639.03	c #Conflicts:    1862000 | #Constraints:      42305
1593.42/1639.03	c #Conflicts:    1863000 | #Constraints:      43305
1593.42/1639.03	c #Conflicts:    1864000 | #Constraints:      44305
1593.42/1639.03	c #Conflicts:    1865000 | #Constraints:      45305
1593.42/1639.03	c #Conflicts:    1866000 | #Constraints:      46305
1593.42/1639.03	c #Conflicts:    1867000 | #Constraints:      47305
1593.42/1639.03	c #Conflicts:    1868000 | #Constraints:      48305
1593.42/1639.03	c #Conflicts:    1869000 | #Constraints:      49305
1593.42/1639.03	c #Conflicts:    1870000 | #Constraints:      50305
1593.42/1639.03	c #Conflicts:    1871000 | #Constraints:      51305
1593.42/1639.03	c #Conflicts:    1872000 | #Constraints:      52305
1593.42/1639.03	c #Conflicts:    1873000 | #Constraints:      53305
1593.42/1639.03	c #Conflicts:    1874000 | #Constraints:      54305
1593.42/1639.03	c #Conflicts:    1875000 | #Constraints:      55305
1593.42/1639.03	c #Conflicts:    1876000 | #Constraints:      56305
1593.42/1639.03	c #Conflicts:    1877000 | #Constraints:      57305
1593.42/1639.03	c #Conflicts:    1878000 | #Constraints:      58305
1593.42/1639.03	c #Conflicts:    1879000 | #Constraints:      59305
1593.42/1639.03	c #Conflicts:    1880000 | #Constraints:      60305
1593.42/1639.03	c #Conflicts:    1881000 | #Constraints:      61305
1593.42/1639.03	c INPROCESSING
1593.42/1639.03	c GARBAGE COLLECT
1593.42/1639.03	c rational objective 997
1626.90/1672.74	c #Conflicts:    1882000 | #Constraints:      34848
1626.90/1672.74	c #Conflicts:    1883000 | #Constraints:      35876
1626.90/1672.74	c #Conflicts:    1884000 | #Constraints:      36934
1626.90/1672.74	c #Conflicts:    1885000 | #Constraints:      38011
1626.90/1672.74	c #Conflicts:    1886000 | #Constraints:      39073
1626.90/1672.74	c #Conflicts:    1887000 | #Constraints:      40110
1626.90/1672.74	c #Conflicts:    1888000 | #Constraints:      41141
1626.90/1672.74	c #Conflicts:    1889000 | #Constraints:      42213
1626.90/1672.74	c #Conflicts:    1890000 | #Constraints:      43246
1626.90/1672.74	c #Conflicts:    1891000 | #Constraints:      44271
1626.90/1672.74	c #Conflicts:    1892000 | #Constraints:      45315
1626.90/1672.74	c #Conflicts:    1893000 | #Constraints:      46343
1626.90/1672.74	c #Conflicts:    1894000 | #Constraints:      47383
1626.90/1672.74	c #Conflicts:    1895000 | #Constraints:      48420
1626.90/1672.74	c #Conflicts:    1896000 | #Constraints:      49460
1626.90/1672.74	c #Conflicts:    1897000 | #Constraints:      50516
1626.90/1672.74	c #Conflicts:    1898000 | #Constraints:      51548
1626.90/1672.74	c #Conflicts:    1899000 | #Constraints:      52581
1626.90/1672.74	c #Conflicts:    1900000 | #Constraints:      53621
1626.90/1672.74	c #Conflicts:    1901000 | #Constraints:      54663
1626.90/1672.74	c #Conflicts:    1902000 | #Constraints:      55710
1626.90/1672.74	c #Conflicts:    1903000 | #Constraints:      56747
1626.90/1672.74	c #Conflicts:    1904000 | #Constraints:      57784
1626.90/1672.74	c #Conflicts:    1905000 | #Constraints:      58821
1626.90/1672.74	c #Conflicts:    1906000 | #Constraints:      59849
1626.90/1672.74	c #Conflicts:    1907000 | #Constraints:      60871
1626.90/1672.74	c #Conflicts:    1908000 | #Constraints:      61903
1626.90/1672.74	c #Conflicts:    1909000 | #Constraints:      62929
1626.90/1672.74	c INPROCESSING
1626.90/1672.74	c GARBAGE COLLECT
1626.90/1672.74	c rational objective 997
1657.81/1703.84	c #Conflicts:    1910000 | #Constraints:      35737
1657.81/1703.84	c #Conflicts:    1911000 | #Constraints:      36737
1657.81/1703.84	c #Conflicts:    1912000 | #Constraints:      37737
1657.81/1703.84	c #Conflicts:    1913000 | #Constraints:      38737
1657.81/1703.84	c #Conflicts:    1914000 | #Constraints:      39737
1657.81/1703.84	c #Conflicts:    1915000 | #Constraints:      40737
1657.81/1703.84	c #Conflicts:    1916000 | #Constraints:      41737
1657.81/1703.84	c #Conflicts:    1917000 | #Constraints:      42737
1657.81/1703.84	c #Conflicts:    1918000 | #Constraints:      43737
1657.81/1703.84	c #Conflicts:    1919000 | #Constraints:      44738
1657.81/1703.84	c #Conflicts:    1920000 | #Constraints:      45738
1657.81/1703.84	c #Conflicts:    1921000 | #Constraints:      46739
1657.81/1703.84	c #Conflicts:    1922000 | #Constraints:      47741
1657.81/1703.84	c #Conflicts:    1923000 | #Constraints:      48741
1657.81/1703.84	c #Conflicts:    1924000 | #Constraints:      49747
1657.81/1703.84	c #Conflicts:    1925000 | #Constraints:      50748
1657.81/1703.84	c #Conflicts:    1926000 | #Constraints:      51749
1657.81/1703.84	c #Conflicts:    1927000 | #Constraints:      52750
1657.81/1703.84	c #Conflicts:    1928000 | #Constraints:      53752
1657.81/1703.84	c #Conflicts:    1929000 | #Constraints:      54752
1657.81/1703.84	c #Conflicts:    1930000 | #Constraints:      55752
1657.81/1703.84	c #Conflicts:    1931000 | #Constraints:      56753
1657.81/1703.84	c #Conflicts:    1932000 | #Constraints:      57754
1657.81/1703.84	c #Conflicts:    1933000 | #Constraints:      58755
1657.81/1703.84	c #Conflicts:    1934000 | #Constraints:      59756
1657.81/1703.84	c #Conflicts:    1935000 | #Constraints:      60756
1657.81/1703.84	c #Conflicts:    1936000 | #Constraints:      61757
1657.81/1703.84	c #Conflicts:    1937000 | #Constraints:      62758
1657.81/1703.84	c INPROCESSING
1657.81/1703.84	c GARBAGE COLLECT
1657.81/1703.84	c rational objective 997
1685.56/1731.88	c #Conflicts:    1938000 | #Constraints:      35884
1685.56/1731.88	c #Conflicts:    1939000 | #Constraints:      36884
1685.56/1731.88	c #Conflicts:    1940000 | #Constraints:      37884
1685.56/1731.88	c #Conflicts:    1941000 | #Constraints:      38884
1685.56/1731.88	c #Conflicts:    1942000 | #Constraints:      39884
1685.56/1731.88	c #Conflicts:    1943000 | #Constraints:      40884
1685.56/1731.88	c #Conflicts:    1944000 | #Constraints:      41884
1685.56/1731.88	c #Conflicts:    1945000 | #Constraints:      42884
1685.56/1731.88	c #Conflicts:    1946000 | #Constraints:      43884
1685.56/1731.88	c #Conflicts:    1947000 | #Constraints:      44884
1685.56/1731.88	c #Conflicts:    1948000 | #Constraints:      45884
1685.56/1731.88	c #Conflicts:    1949000 | #Constraints:      46884
1685.56/1731.88	c #Conflicts:    1950000 | #Constraints:      47884
1685.56/1731.88	c #Conflicts:    1951000 | #Constraints:      48884
1685.56/1731.88	c #Conflicts:    1952000 | #Constraints:      49884
1685.56/1731.88	c #Conflicts:    1953000 | #Constraints:      50884
1685.56/1731.88	c #Conflicts:    1954000 | #Constraints:      51884
1685.56/1731.88	c #Conflicts:    1955000 | #Constraints:      52884
1685.56/1731.88	c #Conflicts:    1956000 | #Constraints:      53884
1685.56/1731.88	c #Conflicts:    1957000 | #Constraints:      54884
1685.56/1731.88	c #Conflicts:    1958000 | #Constraints:      55884
1685.56/1731.88	c #Conflicts:    1959000 | #Constraints:      56884
1685.56/1731.88	c #Conflicts:    1960000 | #Constraints:      57884
1685.56/1731.88	c #Conflicts:    1961000 | #Constraints:      58884
1685.56/1731.88	c #Conflicts:    1962000 | #Constraints:      59884
1685.56/1731.88	c #Conflicts:    1963000 | #Constraints:      60884
1685.56/1731.88	c #Conflicts:    1964000 | #Constraints:      61884
1685.56/1731.88	c #Conflicts:    1965000 | #Constraints:      62884
1685.56/1731.88	c INPROCESSING
1685.56/1731.88	c GARBAGE COLLECT
1685.56/1731.88	c rational objective 997
1714.06/1760.53	c #Conflicts:    1966000 | #Constraints:      35942
1714.06/1760.53	c #Conflicts:    1967000 | #Constraints:      36962
1714.06/1760.53	c #Conflicts:    1968000 | #Constraints:      37989
1714.06/1760.53	c #Conflicts:    1969000 | #Constraints:      39035
1714.06/1760.53	c #Conflicts:    1970000 | #Constraints:      40087
1714.06/1760.53	c #Conflicts:    1971000 | #Constraints:      41153
1714.06/1760.53	c #Conflicts:    1972000 | #Constraints:      42197
1714.06/1760.53	c #Conflicts:    1973000 | #Constraints:      43227
1714.06/1760.53	c #Conflicts:    1974000 | #Constraints:      44245
1714.06/1760.53	c #Conflicts:    1975000 | #Constraints:      45288
1714.06/1760.53	c #Conflicts:    1976000 | #Constraints:      46336
1714.06/1760.53	c #Conflicts:    1977000 | #Constraints:      47362
1714.06/1760.53	c #Conflicts:    1978000 | #Constraints:      48395
1714.06/1760.53	c #Conflicts:    1979000 | #Constraints:      49424
1714.06/1760.53	c #Conflicts:    1980000 | #Constraints:      50462
1714.06/1760.53	c #Conflicts:    1981000 | #Constraints:      51500
1714.06/1760.53	c #Conflicts:    1982000 | #Constraints:      52545
1714.06/1760.53	c #Conflicts:    1983000 | #Constraints:      53568
1714.06/1760.53	c #Conflicts:    1984000 | #Constraints:      54593
1714.06/1760.53	c #Conflicts:    1985000 | #Constraints:      55631
1714.06/1760.53	c #Conflicts:    1986000 | #Constraints:      56660
1714.06/1760.53	c #Conflicts:    1987000 | #Constraints:      57685
1714.06/1760.53	c #Conflicts:    1988000 | #Constraints:      58721
1714.06/1760.53	c #Conflicts:    1989000 | #Constraints:      59747
1714.06/1760.53	c #Conflicts:    1990000 | #Constraints:      60776
1714.06/1760.53	c #Conflicts:    1991000 | #Constraints:      61807
1714.06/1760.53	c #Conflicts:    1992000 | #Constraints:      62837
1714.06/1760.53	c #Conflicts:    1993000 | #Constraints:      63849
1714.06/1760.53	c INPROCESSING
1714.06/1760.53	c GARBAGE COLLECT
1714.06/1760.53	c rational objective 997
1745.89/1792.51	c #Conflicts:    1994000 | #Constraints:      36233
1745.89/1792.51	c #Conflicts:    1995000 | #Constraints:      37233
1745.89/1792.51	c #Conflicts:    1996000 | #Constraints:      38233
1745.89/1792.51	c #Conflicts:    1997000 | #Constraints:      39233
1745.89/1792.51	c #Conflicts:    1998000 | #Constraints:      40233
1745.89/1792.51	c #Conflicts:    1999000 | #Constraints:      41233
1745.89/1792.51	c #Conflicts:    2000000 | #Constraints:      42233
1745.89/1792.51	c #Conflicts:    2001000 | #Constraints:      43233
1745.89/1792.51	c #Conflicts:    2002000 | #Constraints:      44233
1745.89/1792.51	c #Conflicts:    2003000 | #Constraints:      45233
1745.89/1792.51	c #Conflicts:    2004000 | #Constraints:      46233
1745.89/1792.51	c #Conflicts:    2005000 | #Constraints:      47233
1745.89/1792.51	c #Conflicts:    2006000 | #Constraints:      48233
1745.89/1792.51	c #Conflicts:    2007000 | #Constraints:      49233
1745.89/1792.51	c #Conflicts:    2008000 | #Constraints:      50233
1745.89/1792.51	c #Conflicts:    2009000 | #Constraints:      51233
1745.89/1792.51	c #Conflicts:    2010000 | #Constraints:      52233
1745.89/1792.51	c #Conflicts:    2011000 | #Constraints:      53233
1745.89/1792.51	c #Conflicts:    2012000 | #Constraints:      54233
1745.89/1792.51	c #Conflicts:    2013000 | #Constraints:      55233
1745.89/1792.51	c #Conflicts:    2014000 | #Constraints:      56233
1745.89/1792.51	c #Conflicts:    2015000 | #Constraints:      57233
1745.89/1792.51	c #Conflicts:    2016000 | #Constraints:      58233
1745.89/1792.51	c #Conflicts:    2017000 | #Constraints:      59233
1745.89/1792.51	c #Conflicts:    2018000 | #Constraints:      60233
1745.89/1792.51	c #Conflicts:    2019000 | #Constraints:      61233
1745.89/1792.51	c #Conflicts:    2020000 | #Constraints:      62233
1745.89/1792.51	c #Conflicts:    2021000 | #Constraints:      63233
1745.89/1792.51	c INPROCESSING
1745.89/1792.51	c GARBAGE COLLECT
1745.89/1792.51	c rational objective 997
1775.01/1822.29	c #Conflicts:    2022000 | #Constraints:      35801
1775.01/1822.29	c #Conflicts:    2023000 | #Constraints:      36801
1775.01/1822.29	c #Conflicts:    2024000 | #Constraints:      37801
1775.01/1822.29	c #Conflicts:    2025000 | #Constraints:      38801
1775.01/1822.29	c #Conflicts:    2026000 | #Constraints:      39801
1775.01/1822.29	c #Conflicts:    2027000 | #Constraints:      40801
1775.01/1822.29	c #Conflicts:    2028000 | #Constraints:      41801
1775.01/1822.29	c #Conflicts:    2029000 | #Constraints:      42801
1775.01/1822.29	c #Conflicts:    2030000 | #Constraints:      43801
1775.01/1822.29	c #Conflicts:    2031000 | #Constraints:      44801
1775.01/1822.29	c #Conflicts:    2032000 | #Constraints:      45801
1775.01/1822.29	c #Conflicts:    2033000 | #Constraints:      46801
1775.01/1822.29	c #Conflicts:    2034000 | #Constraints:      47801
1775.01/1822.29	c #Conflicts:    2035000 | #Constraints:      48801
1775.01/1822.29	c #Conflicts:    2036000 | #Constraints:      49801
1775.01/1822.29	c #Conflicts:    2037000 | #Constraints:      50801
1775.01/1822.29	c #Conflicts:    2038000 | #Constraints:      51801
1775.01/1822.29	c #Conflicts:    2039000 | #Constraints:      52801
1775.01/1822.29	c #Conflicts:    2040000 | #Constraints:      53801
1775.01/1822.29	c #Conflicts:    2041000 | #Constraints:      54801
1775.01/1822.29	c #Conflicts:    2042000 | #Constraints:      55801
1775.01/1822.29	c #Conflicts:    2043000 | #Constraints:      56801
1775.01/1822.29	c #Conflicts:    2044000 | #Constraints:      57801
1775.01/1822.29	c #Conflicts:    2045000 | #Constraints:      58801
1775.01/1822.29	c #Conflicts:    2046000 | #Constraints:      59801
1775.01/1822.29	c #Conflicts:    2047000 | #Constraints:      60801
1775.01/1822.29	c #Conflicts:    2048000 | #Constraints:      61801
1775.01/1822.29	c #Conflicts:    2049000 | #Constraints:      62801
1775.01/1822.29	c #Conflicts:    2050000 | #Constraints:      63801
1775.01/1822.29	c INPROCESSING
1775.01/1822.29	c GARBAGE COLLECT
1775.01/1822.29	c rational objective 997
1798.51/1845.96	c #Conflicts:    2051000 | #Constraints:      36293
1798.51/1845.96	c #Conflicts:    2052000 | #Constraints:      37382
1798.51/1845.96	c #Conflicts:    2053000 | #Constraints:      38452
1798.51/1845.96	c #Conflicts:    2054000 | #Constraints:      39496
1798.51/1845.96	c #Conflicts:    2055000 | #Constraints:      40545
1798.51/1845.96	c #Conflicts:    2056000 | #Constraints:      41585
1798.51/1845.96	c #Conflicts:    2057000 | #Constraints:      42632
1798.51/1845.96	c #Conflicts:    2058000 | #Constraints:      43666
1798.51/1845.96	c #Conflicts:    2059000 | #Constraints:      44713
1798.51/1845.96	c #Conflicts:    2060000 | #Constraints:      45752
1798.51/1845.96	c #Conflicts:    2061000 | #Constraints:      46793
1798.51/1845.96	c #Conflicts:    2062000 | #Constraints:      47822
1798.51/1845.96	c #Conflicts:    2063000 | #Constraints:      48868
1798.51/1845.96	c #Conflicts:    2064000 | #Constraints:      49902
1798.51/1845.96	c #Conflicts:    2065000 | #Constraints:      50945
1798.51/1845.96	c #Conflicts:    2066000 | #Constraints:      51983
1798.51/1845.96	c #Conflicts:    2067000 | #Constraints:      53009
1798.51/1845.96	c #Conflicts:    2068000 | #Constraints:      54037
1798.51/1845.96	c #Conflicts:    2069000 | #Constraints:      55087
1798.51/1845.96	c #Conflicts:    2070000 | #Constraints:      56118
1798.51/1845.96	c #Conflicts:    2071000 | #Constraints:      57144
1798.51/1845.96	c #Conflicts:    2072000 | #Constraints:      58175
1798.51/1845.96	c #Conflicts:    2073000 | #Constraints:      59207
1798.51/1845.96	c #Conflicts:    2074000 | #Constraints:      60272
1798.51/1845.96	c #Conflicts:    2075000 | #Constraints:      61306
1798.51/1845.96	c #Conflicts:    2076000 | #Constraints:      62338
1798.51/1845.96	c #Conflicts:    2077000 | #Constraints:      63366
1798.51/1845.96	c #Conflicts:    2078000 | #Constraints:      64398
1798.51/1845.96	c #Conflicts:    2079000 | #Constraints:      65427
1798.51/1845.96	c INPROCESSING
1798.51/1845.96	c GARBAGE COLLECT
1798.51/1845.96	c rational objective 997
1827.12/1874.76	c #Conflicts:    2080000 | #Constraints:      37109
1827.12/1874.76	c #Conflicts:    2081000 | #Constraints:      38109
1827.12/1874.76	c #Conflicts:    2082000 | #Constraints:      39109
1827.12/1874.76	c #Conflicts:    2083000 | #Constraints:      40109
1827.12/1874.76	c #Conflicts:    2084000 | #Constraints:      41109
1827.12/1874.76	c #Conflicts:    2085000 | #Constraints:      42109
1827.12/1874.76	c #Conflicts:    2086000 | #Constraints:      43109
1827.12/1874.76	c #Conflicts:    2087000 | #Constraints:      44109
1827.12/1874.76	c #Conflicts:    2088000 | #Constraints:      45109
1827.12/1874.76	c #Conflicts:    2089000 | #Constraints:      46109
1827.12/1874.76	c #Conflicts:    2090000 | #Constraints:      47109
1827.12/1874.76	c #Conflicts:    2091000 | #Constraints:      48109
1827.12/1874.76	c #Conflicts:    2092000 | #Constraints:      49109
1827.12/1874.76	c #Conflicts:    2093000 | #Constraints:      50109
1827.12/1874.76	c #Conflicts:    2094000 | #Constraints:      51109
1827.12/1874.76	c #Conflicts:    2095000 | #Constraints:      52109
1827.12/1874.76	c #Conflicts:    2096000 | #Constraints:      53109
1827.12/1874.76	c #Conflicts:    2097000 | #Constraints:      54109
1827.12/1874.76	c #Conflicts:    2098000 | #Constraints:      55109
1827.12/1874.76	c #Conflicts:    2099000 | #Constraints:      56109
1827.12/1874.76	c #Conflicts:    2100000 | #Constraints:      57109
1827.12/1874.76	c #Conflicts:    2101000 | #Constraints:      58109
1827.12/1874.76	c #Conflicts:    2102000 | #Constraints:      59109
1827.12/1874.76	c #Conflicts:    2103000 | #Constraints:      60109
1827.12/1874.76	c #Conflicts:    2104000 | #Constraints:      61109
1827.12/1874.76	c #Conflicts:    2105000 | #Constraints:      62109
1827.12/1874.76	c #Conflicts:    2106000 | #Constraints:      63109
1827.12/1874.76	c #Conflicts:    2107000 | #Constraints:      64109
1827.12/1874.76	c #Conflicts:    2108000 | #Constraints:      65109
1827.12/1874.76	c INPROCESSING
1827.12/1874.76	c GARBAGE COLLECT
1827.12/1874.76	c rational objective 997
1854.75/1902.48	c #Conflicts:    2109000 | #Constraints:      37063
1854.75/1902.48	c #Conflicts:    2110000 | #Constraints:      38097
1854.75/1902.48	c #Conflicts:    2111000 | #Constraints:      39145
1854.75/1902.48	c #Conflicts:    2112000 | #Constraints:      40200
1854.75/1902.48	c #Conflicts:    2113000 | #Constraints:      41248
1854.75/1902.48	c #Conflicts:    2114000 | #Constraints:      42292
1854.75/1902.48	c #Conflicts:    2115000 | #Constraints:      43324
1854.75/1902.48	c #Conflicts:    2116000 | #Constraints:      44368
1854.75/1902.48	c #Conflicts:    2117000 | #Constraints:      45416
1854.75/1902.48	c #Conflicts:    2118000 | #Constraints:      46452
1854.75/1902.48	c #Conflicts:    2119000 | #Constraints:      47486
1854.75/1902.48	c #Conflicts:    2120000 | #Constraints:      48516
1854.75/1902.48	c #Conflicts:    2121000 | #Constraints:      49549
1854.75/1902.48	c #Conflicts:    2122000 | #Constraints:      50580
1854.75/1902.48	c #Conflicts:    2123000 | #Constraints:      51599
1854.75/1902.48	c #Conflicts:    2124000 | #Constraints:      52626
1854.75/1902.48	c #Conflicts:    2125000 | #Constraints:      53646
1854.75/1902.48	c #Conflicts:    2126000 | #Constraints:      54661
1854.75/1902.48	c #Conflicts:    2127000 | #Constraints:      55689
1854.75/1902.48	c #Conflicts:    2128000 | #Constraints:      56712
1854.75/1902.48	c #Conflicts:    2129000 | #Constraints:      57744
1854.75/1902.48	c #Conflicts:    2130000 | #Constraints:      58759
1854.75/1902.48	c #Conflicts:    2131000 | #Constraints:      59789
1854.75/1902.48	c #Conflicts:    2132000 | #Constraints:      60822
1854.75/1902.48	c #Conflicts:    2133000 | #Constraints:      61854
1854.75/1902.48	c #Conflicts:    2134000 | #Constraints:      62880
1854.75/1902.48	c #Conflicts:    2135000 | #Constraints:      63920
1854.75/1902.48	c #Conflicts:    2136000 | #Constraints:      64941
1854.75/1902.48	c #Conflicts:    2137000 | #Constraints:      65963
1854.75/1902.48	c INPROCESSING
1854.75/1902.48	c GARBAGE COLLECT
1854.75/1902.48	c rational objective 997
1885.95/1934.00	c #Conflicts:    2138000 | #Constraints:      37300
1885.95/1934.00	c #Conflicts:    2139000 | #Constraints:      38300
1885.95/1934.00	c #Conflicts:    2140000 | #Constraints:      39300
1885.95/1934.00	c #Conflicts:    2141000 | #Constraints:      40300
1885.95/1934.00	c #Conflicts:    2142000 | #Constraints:      41300
1885.95/1934.00	c #Conflicts:    2143000 | #Constraints:      42300
1885.95/1934.00	c #Conflicts:    2144000 | #Constraints:      43300
1885.95/1934.00	c #Conflicts:    2145000 | #Constraints:      44300
1885.95/1934.00	c #Conflicts:    2146000 | #Constraints:      45300
1885.95/1934.00	c #Conflicts:    2147000 | #Constraints:      46300
1885.95/1934.00	c #Conflicts:    2148000 | #Constraints:      47300
1885.95/1934.00	c #Conflicts:    2149000 | #Constraints:      48300
1885.95/1934.00	c #Conflicts:    2150000 | #Constraints:      49300
1885.95/1934.00	c #Conflicts:    2151000 | #Constraints:      50300
1885.95/1934.00	c #Conflicts:    2152000 | #Constraints:      51300
1885.95/1934.00	c #Conflicts:    2153000 | #Constraints:      52300
1885.95/1934.00	c #Conflicts:    2154000 | #Constraints:      53300
1885.95/1934.00	c #Conflicts:    2155000 | #Constraints:      54300
1885.95/1934.00	c #Conflicts:    2156000 | #Constraints:      55300
1885.95/1934.00	c #Conflicts:    2157000 | #Constraints:      56300
1885.95/1934.00	c #Conflicts:    2158000 | #Constraints:      57300
1885.95/1934.00	c #Conflicts:    2159000 | #Constraints:      58300
1885.95/1934.00	c #Conflicts:    2160000 | #Constraints:      59300
1885.95/1934.00	c #Conflicts:    2161000 | #Constraints:      60300
1885.95/1934.00	c #Conflicts:    2162000 | #Constraints:      61300
1885.95/1934.00	c #Conflicts:    2163000 | #Constraints:      62300
1885.95/1934.00	c #Conflicts:    2164000 | #Constraints:      63300
1885.95/1934.00	c #Conflicts:    2165000 | #Constraints:      64300
1885.95/1934.00	c #Conflicts:    2166000 | #Constraints:      65300
1885.95/1934.00	c INPROCESSING
1885.95/1934.00	c GARBAGE COLLECT
1885.95/1934.00	c rational objective 997
1925.27/1973.78	c #Conflicts:    2167000 | #Constraints:      36853
1925.27/1973.78	c #Conflicts:    2168000 | #Constraints:      37867
1925.27/1973.78	c #Conflicts:    2169000 | #Constraints:      38880
1925.27/1973.78	c #Conflicts:    2170000 | #Constraints:      39881
1925.27/1973.78	c #Conflicts:    2171000 | #Constraints:      40908
1925.27/1973.78	c #Conflicts:    2172000 | #Constraints:      41919
1925.27/1973.78	c #Conflicts:    2173000 | #Constraints:      42947
1925.27/1973.78	c #Conflicts:    2174000 | #Constraints:      43963
1925.27/1973.78	c #Conflicts:    2175000 | #Constraints:      44970
1925.27/1973.78	c #Conflicts:    2176000 | #Constraints:      45995
1925.27/1973.78	c #Conflicts:    2177000 | #Constraints:      47017
1925.27/1973.78	c #Conflicts:    2178000 | #Constraints:      48045
1925.27/1973.78	c #Conflicts:    2179000 | #Constraints:      49064
1925.27/1973.78	c #Conflicts:    2180000 | #Constraints:      50084
1925.27/1973.78	c #Conflicts:    2181000 | #Constraints:      51097
1925.27/1973.78	c #Conflicts:    2182000 | #Constraints:      52108
1925.27/1973.78	c #Conflicts:    2183000 | #Constraints:      53120
1925.27/1973.78	c #Conflicts:    2184000 | #Constraints:      54131
1925.27/1973.78	c #Conflicts:    2185000 | #Constraints:      55152
1925.27/1973.78	c #Conflicts:    2186000 | #Constraints:      56190
1925.27/1973.78	c #Conflicts:    2187000 | #Constraints:      57224
1925.27/1973.78	c #Conflicts:    2188000 | #Constraints:      58237
1925.27/1973.78	c #Conflicts:    2189000 | #Constraints:      59254
1925.27/1973.78	c #Conflicts:    2190000 | #Constraints:      60293
1925.27/1973.78	c #Conflicts:    2191000 | #Constraints:      61324
1925.27/1973.78	c #Conflicts:    2192000 | #Constraints:      62347
1925.27/1973.78	c #Conflicts:    2193000 | #Constraints:      63371
1925.27/1973.78	c #Conflicts:    2194000 | #Constraints:      64393
1925.27/1973.78	c #Conflicts:    2195000 | #Constraints:      65409
1925.27/1973.78	c #Conflicts:    2196000 | #Constraints:      66428
1925.27/1973.78	c INPROCESSING
1925.27/1973.78	c GARBAGE COLLECT
1925.27/1973.78	c rational objective 997
1955.85/2004.64	c #Conflicts:    2197000 | #Constraints:      37551
1955.85/2004.64	c #Conflicts:    2198000 | #Constraints:      38551
1955.85/2004.64	c #Conflicts:    2199000 | #Constraints:      39551
1955.85/2004.64	c #Conflicts:    2200000 | #Constraints:      40551
1955.85/2004.64	c #Conflicts:    2201000 | #Constraints:      41551
1955.85/2004.64	c #Conflicts:    2202000 | #Constraints:      42551
1955.85/2004.64	c #Conflicts:    2203000 | #Constraints:      43551
1955.85/2004.64	c #Conflicts:    2204000 | #Constraints:      44551
1955.85/2004.64	c #Conflicts:    2205000 | #Constraints:      45551
1955.85/2004.64	c #Conflicts:    2206000 | #Constraints:      46551
1955.85/2004.64	c #Conflicts:    2207000 | #Constraints:      47551
1955.85/2004.64	c #Conflicts:    2208000 | #Constraints:      48551
1955.85/2004.64	c #Conflicts:    2209000 | #Constraints:      49551
1955.85/2004.64	c #Conflicts:    2210000 | #Constraints:      50551
1955.85/2004.64	c #Conflicts:    2211000 | #Constraints:      51551
1955.85/2004.64	c #Conflicts:    2212000 | #Constraints:      52551
1955.85/2004.64	c #Conflicts:    2213000 | #Constraints:      53551
1955.85/2004.64	c #Conflicts:    2214000 | #Constraints:      54551
1955.85/2004.64	c #Conflicts:    2215000 | #Constraints:      55551
1955.85/2004.64	c #Conflicts:    2216000 | #Constraints:      56551
1955.85/2004.64	c #Conflicts:    2217000 | #Constraints:      57551
1955.85/2004.64	c #Conflicts:    2218000 | #Constraints:      58551
1955.85/2004.64	c #Conflicts:    2219000 | #Constraints:      59551
1955.85/2004.64	c #Conflicts:    2220000 | #Constraints:      60551
1955.85/2004.64	c #Conflicts:    2221000 | #Constraints:      61551
1955.85/2004.64	c #Conflicts:    2222000 | #Constraints:      62551
1955.85/2004.64	c #Conflicts:    2223000 | #Constraints:      63551
1955.85/2004.64	c #Conflicts:    2224000 | #Constraints:      64551
1955.85/2004.64	c #Conflicts:    2225000 | #Constraints:      65551
1955.85/2004.64	c #Conflicts:    2226000 | #Constraints:      66551
1955.85/2004.64	c INPROCESSING
1955.85/2004.64	c GARBAGE COLLECT
1955.85/2004.64	c rational objective 997
1986.83/2036.12	c #Conflicts:    2227000 | #Constraints:      37813
1986.83/2036.12	c #Conflicts:    2228000 | #Constraints:      38813
1986.83/2036.12	c #Conflicts:    2229000 | #Constraints:      39813
1986.83/2036.12	c #Conflicts:    2230000 | #Constraints:      40813
1986.83/2036.12	c #Conflicts:    2231000 | #Constraints:      41813
1986.83/2036.12	c #Conflicts:    2232000 | #Constraints:      42813
1986.83/2036.12	c #Conflicts:    2233000 | #Constraints:      43813
1986.83/2036.12	c #Conflicts:    2234000 | #Constraints:      44813
1986.83/2036.12	c #Conflicts:    2235000 | #Constraints:      45813
1986.83/2036.12	c #Conflicts:    2236000 | #Constraints:      46813
1986.83/2036.12	c #Conflicts:    2237000 | #Constraints:      47813
1986.83/2036.12	c #Conflicts:    2238000 | #Constraints:      48813
1986.83/2036.12	c #Conflicts:    2239000 | #Constraints:      49813
1986.83/2036.12	c #Conflicts:    2240000 | #Constraints:      50813
1986.83/2036.12	c #Conflicts:    2241000 | #Constraints:      51813
1986.83/2036.12	c #Conflicts:    2242000 | #Constraints:      52813
1986.83/2036.12	c #Conflicts:    2243000 | #Constraints:      53813
1986.83/2036.12	c #Conflicts:    2244000 | #Constraints:      54814
1986.83/2036.12	c #Conflicts:    2245000 | #Constraints:      55814
1986.83/2036.12	c #Conflicts:    2246000 | #Constraints:      56814
1986.83/2036.12	c #Conflicts:    2247000 | #Constraints:      57815
1986.83/2036.12	c #Conflicts:    2248000 | #Constraints:      58821
1986.83/2036.12	c #Conflicts:    2249000 | #Constraints:      59823
1986.83/2036.12	c #Conflicts:    2250000 | #Constraints:      60824
1986.83/2036.12	c #Conflicts:    2251000 | #Constraints:      61824
1986.83/2036.12	c #Conflicts:    2252000 | #Constraints:      62825
1986.83/2036.12	c #Conflicts:    2253000 | #Constraints:      63825
1986.83/2036.12	c #Conflicts:    2254000 | #Constraints:      64827
1986.83/2036.12	c #Conflicts:    2255000 | #Constraints:      65827
1986.83/2036.12	c #Conflicts:    2256000 | #Constraints:      66828
1986.83/2036.12	c INPROCESSING
1986.83/2036.12	c GARBAGE COLLECT
1986.83/2036.12	c rational objective 997
2020.76/2070.78	c #Conflicts:    2257000 | #Constraints:      37932
2020.76/2070.78	c #Conflicts:    2258000 | #Constraints:      38933
2020.76/2070.78	c #Conflicts:    2259000 | #Constraints:      39963
2020.76/2070.78	c #Conflicts:    2260000 | #Constraints:      41005
2020.76/2070.78	c #Conflicts:    2261000 | #Constraints:      42041
2020.76/2070.78	c #Conflicts:    2262000 | #Constraints:      43082
2020.76/2070.78	c #Conflicts:    2263000 | #Constraints:      44128
2020.76/2070.78	c #Conflicts:    2264000 | #Constraints:      45175
2020.76/2070.78	c #Conflicts:    2265000 | #Constraints:      46219
2020.76/2070.78	c #Conflicts:    2266000 | #Constraints:      47275
2020.76/2070.78	c #Conflicts:    2267000 | #Constraints:      48320
2020.76/2070.78	c #Conflicts:    2268000 | #Constraints:      49375
2020.76/2070.78	c #Conflicts:    2269000 | #Constraints:      50410
2020.76/2070.78	c #Conflicts:    2270000 | #Constraints:      51449
2020.76/2070.78	c #Conflicts:    2271000 | #Constraints:      52490
2020.76/2070.78	c #Conflicts:    2272000 | #Constraints:      53534
2020.76/2070.78	c #Conflicts:    2273000 | #Constraints:      54587
2020.76/2070.78	c #Conflicts:    2274000 | #Constraints:      55631
2020.76/2070.78	c #Conflicts:    2275000 | #Constraints:      56682
2020.76/2070.78	c #Conflicts:    2276000 | #Constraints:      57723
2020.76/2070.78	c #Conflicts:    2277000 | #Constraints:      58764
2020.76/2070.78	c #Conflicts:    2278000 | #Constraints:      59799
2020.76/2070.78	c #Conflicts:    2279000 | #Constraints:      60826
2020.76/2070.78	c #Conflicts:    2280000 | #Constraints:      61864
2020.76/2070.78	c #Conflicts:    2281000 | #Constraints:      62908
2020.76/2070.78	c #Conflicts:    2282000 | #Constraints:      63944
2020.76/2070.78	c #Conflicts:    2283000 | #Constraints:      64980
2020.76/2070.78	c #Conflicts:    2284000 | #Constraints:      66017
2020.76/2070.78	c #Conflicts:    2285000 | #Constraints:      67052
2020.76/2070.78	c #Conflicts:    2286000 | #Constraints:      68083
2020.76/2070.78	c INPROCESSING
2020.76/2070.78	c GARBAGE COLLECT
2020.76/2070.78	c rational objective 997
2055.46/2105.83	c #Conflicts:    2287000 | #Constraints:      38353
2055.46/2105.83	c #Conflicts:    2288000 | #Constraints:      39353
2055.46/2105.83	c #Conflicts:    2289000 | #Constraints:      40353
2055.46/2105.83	c #Conflicts:    2290000 | #Constraints:      41353
2055.46/2105.83	c #Conflicts:    2291000 | #Constraints:      42353
2055.46/2105.83	c #Conflicts:    2292000 | #Constraints:      43353
2055.46/2105.83	c #Conflicts:    2293000 | #Constraints:      44353
2055.46/2105.83	c #Conflicts:    2294000 | #Constraints:      45353
2055.46/2105.83	c #Conflicts:    2295000 | #Constraints:      46353
2055.46/2105.83	c #Conflicts:    2296000 | #Constraints:      47353
2055.46/2105.83	c #Conflicts:    2297000 | #Constraints:      48353
2055.46/2105.83	c #Conflicts:    2298000 | #Constraints:      49353
2055.46/2105.83	c #Conflicts:    2299000 | #Constraints:      50353
2055.46/2105.83	c #Conflicts:    2300000 | #Constraints:      51353
2055.46/2105.83	c #Conflicts:    2301000 | #Constraints:      52353
2055.46/2105.83	c #Conflicts:    2302000 | #Constraints:      53353
2055.46/2105.83	c #Conflicts:    2303000 | #Constraints:      54353
2055.46/2105.83	c #Conflicts:    2304000 | #Constraints:      55353
2055.46/2105.83	c #Conflicts:    2305000 | #Constraints:      56353
2055.46/2105.83	c #Conflicts:    2306000 | #Constraints:      57353
2055.46/2105.83	c #Conflicts:    2307000 | #Constraints:      58353
2055.46/2105.83	c #Conflicts:    2308000 | #Constraints:      59353
2055.46/2105.83	c #Conflicts:    2309000 | #Constraints:      60353
2055.46/2105.83	c #Conflicts:    2310000 | #Constraints:      61353
2055.46/2105.83	c #Conflicts:    2311000 | #Constraints:      62353
2055.46/2105.83	c #Conflicts:    2312000 | #Constraints:      63353
2055.46/2105.83	c #Conflicts:    2313000 | #Constraints:      64353
2055.46/2105.83	c #Conflicts:    2314000 | #Constraints:      65353
2055.46/2105.83	c #Conflicts:    2315000 | #Constraints:      66353
2055.46/2105.83	c #Conflicts:    2316000 | #Constraints:      67353
2055.46/2105.83	c INPROCESSING
2055.46/2105.83	c GARBAGE COLLECT
2055.46/2105.83	c rational objective 997
2088.63/2139.49	c #Conflicts:    2317000 | #Constraints:      37892
2088.63/2139.49	c #Conflicts:    2318000 | #Constraints:      38892
2088.63/2139.49	c #Conflicts:    2319000 | #Constraints:      39892
2088.63/2139.49	c #Conflicts:    2320000 | #Constraints:      40892
2088.63/2139.49	c #Conflicts:    2321000 | #Constraints:      41892
2088.63/2139.49	c #Conflicts:    2322000 | #Constraints:      42892
2088.63/2139.49	c #Conflicts:    2323000 | #Constraints:      43892
2088.63/2139.49	c #Conflicts:    2324000 | #Constraints:      44892
2088.63/2139.49	c #Conflicts:    2325000 | #Constraints:      45892
2088.63/2139.49	c #Conflicts:    2326000 | #Constraints:      46892
2088.63/2139.49	c #Conflicts:    2327000 | #Constraints:      47892
2088.63/2139.49	c #Conflicts:    2328000 | #Constraints:      48892
2088.63/2139.49	c #Conflicts:    2329000 | #Constraints:      49892
2088.63/2139.49	c #Conflicts:    2330000 | #Constraints:      50892
2088.63/2139.49	c #Conflicts:    2331000 | #Constraints:      51892
2088.63/2139.49	c #Conflicts:    2332000 | #Constraints:      52892
2088.63/2139.49	c #Conflicts:    2333000 | #Constraints:      53892
2088.63/2139.49	c #Conflicts:    2334000 | #Constraints:      54892
2088.63/2139.49	c #Conflicts:    2335000 | #Constraints:      55892
2088.63/2139.49	c #Conflicts:    2336000 | #Constraints:      56892
2088.63/2139.49	c #Conflicts:    2337000 | #Constraints:      57892
2088.63/2139.49	c #Conflicts:    2338000 | #Constraints:      58892
2088.63/2139.49	c #Conflicts:    2339000 | #Constraints:      59892
2088.63/2139.49	c #Conflicts:    2340000 | #Constraints:      60892
2088.63/2139.49	c #Conflicts:    2341000 | #Constraints:      61892
2088.63/2139.49	c #Conflicts:    2342000 | #Constraints:      62892
2088.63/2139.49	c #Conflicts:    2343000 | #Constraints:      63892
2088.63/2139.49	c #Conflicts:    2344000 | #Constraints:      64892
2088.63/2139.49	c #Conflicts:    2345000 | #Constraints:      65892
2088.63/2139.49	c #Conflicts:    2346000 | #Constraints:      66892
2088.63/2139.49	c #Conflicts:    2347000 | #Constraints:      67892
2088.63/2139.49	c INPROCESSING
2088.63/2139.49	c GARBAGE COLLECT
2088.63/2139.49	c rational objective 997
2135.81/2187.53	c #Conflicts:    2348000 | #Constraints:      38363
2135.81/2187.53	c #Conflicts:    2349000 | #Constraints:      39397
2135.81/2187.53	c #Conflicts:    2350000 | #Constraints:      40416
2135.81/2187.53	c #Conflicts:    2351000 | #Constraints:      41449
2135.81/2187.53	c #Conflicts:    2352000 | #Constraints:      42482
2135.81/2187.53	c #Conflicts:    2353000 | #Constraints:      43517
2135.81/2187.53	c #Conflicts:    2354000 | #Constraints:      44562
2135.81/2187.53	c #Conflicts:    2355000 | #Constraints:      45584
2135.81/2187.53	c #Conflicts:    2356000 | #Constraints:      46611
2135.81/2187.53	c #Conflicts:    2357000 | #Constraints:      47627
2135.81/2187.53	c #Conflicts:    2358000 | #Constraints:      48655
2135.81/2187.53	c #Conflicts:    2359000 | #Constraints:      49673
2135.81/2187.53	c #Conflicts:    2360000 | #Constraints:      50690
2135.81/2187.53	c #Conflicts:    2361000 | #Constraints:      51717
2135.81/2187.53	c #Conflicts:    2362000 | #Constraints:      52741
2135.81/2187.53	c #Conflicts:    2363000 | #Constraints:      53754
2135.81/2187.53	c #Conflicts:    2364000 | #Constraints:      54795
2135.81/2187.53	c #Conflicts:    2365000 | #Constraints:      55823
2135.81/2187.53	c #Conflicts:    2366000 | #Constraints:      56846
2135.81/2187.53	c #Conflicts:    2367000 | #Constraints:      57864
2135.81/2187.53	c #Conflicts:    2368000 | #Constraints:      58881
2135.81/2187.53	c #Conflicts:    2369000 | #Constraints:      59895
2135.81/2187.53	c #Conflicts:    2370000 | #Constraints:      60911
2135.81/2187.53	c #Conflicts:    2371000 | #Constraints:      61946
2135.81/2187.53	c #Conflicts:    2372000 | #Constraints:      62976
2135.81/2187.53	c #Conflicts:    2373000 | #Constraints:      63999
2135.81/2187.53	c #Conflicts:    2374000 | #Constraints:      65022
2135.81/2187.53	c #Conflicts:    2375000 | #Constraints:      66044
2135.81/2187.53	c #Conflicts:    2376000 | #Constraints:      67063
2135.81/2187.53	c #Conflicts:    2377000 | #Constraints:      68080
2135.81/2187.53	c #Conflicts:    2378000 | #Constraints:      69101
2135.81/2187.53	c INPROCESSING
2135.81/2187.53	c GARBAGE COLLECT
2135.81/2187.53	c rational objective 997
2168.61/2220.68	c #Conflicts:    2379000 | #Constraints:      38992
2168.61/2220.68	c #Conflicts:    2380000 | #Constraints:      39992
2168.61/2220.68	c #Conflicts:    2381000 | #Constraints:      40992
2168.61/2220.68	c #Conflicts:    2382000 | #Constraints:      41992
2168.61/2220.68	c #Conflicts:    2383000 | #Constraints:      42992
2168.61/2220.68	c #Conflicts:    2384000 | #Constraints:      43992
2168.61/2220.68	c #Conflicts:    2385000 | #Constraints:      44992
2168.61/2220.68	c #Conflicts:    2386000 | #Constraints:      45992
2168.61/2220.68	c #Conflicts:    2387000 | #Constraints:      46992
2168.61/2220.68	c #Conflicts:    2388000 | #Constraints:      47992
2168.61/2220.68	c #Conflicts:    2389000 | #Constraints:      48992
2168.61/2220.68	c #Conflicts:    2390000 | #Constraints:      49992
2168.61/2220.68	c #Conflicts:    2391000 | #Constraints:      50992
2168.61/2220.68	c #Conflicts:    2392000 | #Constraints:      51992
2168.61/2220.68	c #Conflicts:    2393000 | #Constraints:      52992
2168.61/2220.68	c #Conflicts:    2394000 | #Constraints:      53992
2168.61/2220.68	c #Conflicts:    2395000 | #Constraints:      54992
2168.61/2220.68	c #Conflicts:    2396000 | #Constraints:      55992
2168.61/2220.68	c #Conflicts:    2397000 | #Constraints:      56992
2168.61/2220.68	c #Conflicts:    2398000 | #Constraints:      57992
2168.61/2220.68	c #Conflicts:    2399000 | #Constraints:      58992
2168.61/2220.68	c #Conflicts:    2400000 | #Constraints:      59992
2168.61/2220.68	c #Conflicts:    2401000 | #Constraints:      60992
2168.61/2220.68	c #Conflicts:    2402000 | #Constraints:      61992
2168.61/2220.68	c #Conflicts:    2403000 | #Constraints:      62992
2168.61/2220.68	c #Conflicts:    2404000 | #Constraints:      63992
2168.61/2220.68	c #Conflicts:    2405000 | #Constraints:      64992
2168.61/2220.68	c #Conflicts:    2406000 | #Constraints:      65992
2168.61/2220.68	c #Conflicts:    2407000 | #Constraints:      66992
2168.61/2220.68	c #Conflicts:    2408000 | #Constraints:      67992
2168.61/2220.68	c #Conflicts:    2409000 | #Constraints:      68992
2168.61/2220.68	c INPROCESSING
2168.61/2220.68	c GARBAGE COLLECT
2168.61/2220.68	c rational objective 997
2208.99/2261.38	c #Conflicts:    2410000 | #Constraints:      39018
2208.99/2261.38	c #Conflicts:    2411000 | #Constraints:      40018
2208.99/2261.38	c #Conflicts:    2412000 | #Constraints:      41018
2208.99/2261.38	c #Conflicts:    2413000 | #Constraints:      42018
2208.99/2261.38	c #Conflicts:    2414000 | #Constraints:      43018
2208.99/2261.38	c #Conflicts:    2415000 | #Constraints:      44018
2208.99/2261.38	c #Conflicts:    2416000 | #Constraints:      45018
2208.99/2261.38	c #Conflicts:    2417000 | #Constraints:      46018
2208.99/2261.38	c #Conflicts:    2418000 | #Constraints:      47018
2208.99/2261.38	c #Conflicts:    2419000 | #Constraints:      48018
2208.99/2261.38	c #Conflicts:    2420000 | #Constraints:      49018
2208.99/2261.38	c #Conflicts:    2421000 | #Constraints:      50018
2208.99/2261.38	c #Conflicts:    2422000 | #Constraints:      51018
2208.99/2261.38	c #Conflicts:    2423000 | #Constraints:      52018
2208.99/2261.38	c #Conflicts:    2424000 | #Constraints:      53018
2208.99/2261.38	c #Conflicts:    2425000 | #Constraints:      54018
2208.99/2261.38	c #Conflicts:    2426000 | #Constraints:      55018
2208.99/2261.38	c #Conflicts:    2427000 | #Constraints:      56018
2208.99/2261.38	c #Conflicts:    2428000 | #Constraints:      57018
2208.99/2261.38	c #Conflicts:    2429000 | #Constraints:      58018
2208.99/2261.38	c #Conflicts:    2430000 | #Constraints:      59018
2208.99/2261.38	c #Conflicts:    2431000 | #Constraints:      60018
2208.99/2261.38	c #Conflicts:    2432000 | #Constraints:      61018
2208.99/2261.38	c #Conflicts:    2433000 | #Constraints:      62018
2208.99/2261.38	c #Conflicts:    2434000 | #Constraints:      63018
2208.99/2261.38	c #Conflicts:    2435000 | #Constraints:      64018
2208.99/2261.38	c #Conflicts:    2436000 | #Constraints:      65018
2208.99/2261.38	c #Conflicts:    2437000 | #Constraints:      66018
2208.99/2261.38	c #Conflicts:    2438000 | #Constraints:      67018
2208.99/2261.38	c #Conflicts:    2439000 | #Constraints:      68018
2208.99/2261.38	c #Conflicts:    2440000 | #Constraints:      69018
2208.99/2261.38	c INPROCESSING
2208.99/2261.38	c GARBAGE COLLECT
2208.99/2261.38	c rational objective 997
2265.81/2318.69	c #Conflicts:    2441000 | #Constraints:      38935
2265.81/2318.69	c #Conflicts:    2442000 | #Constraints:      39948
2265.81/2318.69	c #Conflicts:    2443000 | #Constraints:      40980
2265.81/2318.69	c #Conflicts:    2444000 | #Constraints:      42001
2265.81/2318.69	c #Conflicts:    2445000 | #Constraints:      43028
2265.81/2318.69	c #Conflicts:    2446000 | #Constraints:      44049
2265.81/2318.69	c #Conflicts:    2447000 | #Constraints:      45081
2265.81/2318.69	c #Conflicts:    2448000 | #Constraints:      46116
2265.81/2318.69	c #Conflicts:    2449000 | #Constraints:      47149
2265.81/2318.69	c #Conflicts:    2450000 | #Constraints:      48177
2265.81/2318.69	c #Conflicts:    2451000 | #Constraints:      49198
2265.81/2318.69	c #Conflicts:    2452000 | #Constraints:      50229
2265.81/2318.69	c #Conflicts:    2453000 | #Constraints:      51252
2265.81/2318.69	c #Conflicts:    2454000 | #Constraints:      52276
2265.81/2318.69	c #Conflicts:    2455000 | #Constraints:      53301
2265.81/2318.69	c #Conflicts:    2456000 | #Constraints:      54332
2265.81/2318.69	c #Conflicts:    2457000 | #Constraints:      55363
2265.81/2318.69	c #Conflicts:    2458000 | #Constraints:      56384
2265.81/2318.69	c #Conflicts:    2459000 | #Constraints:      57396
2265.81/2318.69	c #Conflicts:    2460000 | #Constraints:      58406
2265.81/2318.69	c #Conflicts:    2461000 | #Constraints:      59424
2265.81/2318.69	c #Conflicts:    2462000 | #Constraints:      60449
2265.81/2318.69	c #Conflicts:    2463000 | #Constraints:      61467
2265.81/2318.69	c #Conflicts:    2464000 | #Constraints:      62492
2265.81/2318.69	c #Conflicts:    2465000 | #Constraints:      63512
2265.81/2318.69	c #Conflicts:    2466000 | #Constraints:      64535
2265.81/2318.69	c #Conflicts:    2467000 | #Constraints:      65556
2265.81/2318.69	c #Conflicts:    2468000 | #Constraints:      66603
2265.81/2318.69	c #Conflicts:    2469000 | #Constraints:      67656
2265.81/2318.69	c #Conflicts:    2470000 | #Constraints:      68709
2265.81/2318.69	c #Conflicts:    2471000 | #Constraints:      69746
2265.81/2318.69	c INPROCESSING
2265.81/2318.69	c GARBAGE COLLECT
2265.81/2318.69	c rational objective 997
2302.14/2355.18	c #Conflicts:    2472000 | #Constraints:      38962
2302.14/2355.18	c #Conflicts:    2473000 | #Constraints:      39962
2302.14/2355.18	c #Conflicts:    2474000 | #Constraints:      40962
2302.14/2355.18	c #Conflicts:    2475000 | #Constraints:      41962
2302.14/2355.18	c #Conflicts:    2476000 | #Constraints:      42962
2302.14/2355.18	c #Conflicts:    2477000 | #Constraints:      43962
2302.14/2355.18	c #Conflicts:    2478000 | #Constraints:      44962
2302.14/2355.18	c #Conflicts:    2479000 | #Constraints:      45962
2302.14/2355.18	c #Conflicts:    2480000 | #Constraints:      46962
2302.14/2355.18	c #Conflicts:    2481000 | #Constraints:      47962
2302.14/2355.18	c #Conflicts:    2482000 | #Constraints:      48962
2302.14/2355.18	c #Conflicts:    2483000 | #Constraints:      49962
2302.14/2355.18	c #Conflicts:    2484000 | #Constraints:      50962
2302.14/2355.18	c #Conflicts:    2485000 | #Constraints:      51962
2302.14/2355.18	c #Conflicts:    2486000 | #Constraints:      52962
2302.14/2355.18	c #Conflicts:    2487000 | #Constraints:      53962
2302.14/2355.18	c #Conflicts:    2488000 | #Constraints:      54962
2302.14/2355.18	c #Conflicts:    2489000 | #Constraints:      55962
2302.14/2355.18	c #Conflicts:    2490000 | #Constraints:      56962
2302.14/2355.18	c #Conflicts:    2491000 | #Constraints:      57962
2302.14/2355.18	c #Conflicts:    2492000 | #Constraints:      58962
2302.14/2355.18	c #Conflicts:    2493000 | #Constraints:      59962
2302.14/2355.18	c #Conflicts:    2494000 | #Constraints:      60962
2302.14/2355.18	c #Conflicts:    2495000 | #Constraints:      61962
2302.14/2355.18	c #Conflicts:    2496000 | #Constraints:      62962
2302.14/2355.18	c #Conflicts:    2497000 | #Constraints:      63962
2302.14/2355.18	c #Conflicts:    2498000 | #Constraints:      64962
2302.14/2355.18	c #Conflicts:    2499000 | #Constraints:      65962
2302.14/2355.18	c #Conflicts:    2500000 | #Constraints:      66962
2302.14/2355.18	c #Conflicts:    2501000 | #Constraints:      67962
2302.14/2355.18	c #Conflicts:    2502000 | #Constraints:      68962
2302.14/2355.18	c #Conflicts:    2503000 | #Constraints:      69962
2302.14/2355.18	c INPROCESSING
2302.14/2355.18	c GARBAGE COLLECT
2302.14/2355.18	c rational objective 997
2338.45/2391.52	c #Conflicts:    2504000 | #Constraints:      39383
2338.45/2391.52	c #Conflicts:    2505000 | #Constraints:      40383
2338.45/2391.52	c #Conflicts:    2506000 | #Constraints:      41383
2338.45/2391.52	c #Conflicts:    2507000 | #Constraints:      42383
2338.45/2391.52	c #Conflicts:    2508000 | #Constraints:      43383
2338.45/2391.52	c #Conflicts:    2509000 | #Constraints:      44383
2338.45/2391.52	c #Conflicts:    2510000 | #Constraints:      45383
2338.45/2391.52	c #Conflicts:    2511000 | #Constraints:      46383
2338.45/2391.52	c #Conflicts:    2512000 | #Constraints:      47383
2338.45/2391.52	c #Conflicts:    2513000 | #Constraints:      48383
2338.45/2391.52	c #Conflicts:    2514000 | #Constraints:      49383
2338.45/2391.52	c #Conflicts:    2515000 | #Constraints:      50384
2338.45/2391.52	c #Conflicts:    2516000 | #Constraints:      51384
2338.45/2391.52	c #Conflicts:    2517000 | #Constraints:      52384
2338.45/2391.52	c #Conflicts:    2518000 | #Constraints:      53384
2338.45/2391.52	c #Conflicts:    2519000 | #Constraints:      54384
2338.45/2391.52	c #Conflicts:    2520000 | #Constraints:      55384
2338.45/2391.52	c #Conflicts:    2521000 | #Constraints:      56384
2338.45/2391.52	c #Conflicts:    2522000 | #Constraints:      57384
2338.45/2391.52	c #Conflicts:    2523000 | #Constraints:      58384
2338.45/2391.52	c #Conflicts:    2524000 | #Constraints:      59384
2338.45/2391.52	c #Conflicts:    2525000 | #Constraints:      60384
2338.45/2391.52	c #Conflicts:    2526000 | #Constraints:      61384
2338.45/2391.52	c #Conflicts:    2527000 | #Constraints:      62384
2338.45/2391.52	c #Conflicts:    2528000 | #Constraints:      63384
2338.45/2391.52	c #Conflicts:    2529000 | #Constraints:      64384
2338.45/2391.52	c #Conflicts:    2530000 | #Constraints:      65386
2338.45/2391.52	c #Conflicts:    2531000 | #Constraints:      66389
2338.45/2391.52	c #Conflicts:    2532000 | #Constraints:      67389
2338.45/2391.52	c #Conflicts:    2533000 | #Constraints:      68389
2338.45/2391.52	c #Conflicts:    2534000 | #Constraints:      69389
2338.45/2391.52	c #Conflicts:    2535000 | #Constraints:      70389
2338.45/2391.52	c INPROCESSING
2338.45/2391.52	c GARBAGE COLLECT
2338.45/2391.52	c rational objective 997
2375.59/2431.65	c #Conflicts:    2536000 | #Constraints:      39737
2375.59/2431.65	c #Conflicts:    2537000 | #Constraints:      40783
2375.59/2431.65	c #Conflicts:    2538000 | #Constraints:      41858
2375.59/2431.65	c #Conflicts:    2539000 | #Constraints:      42923
2375.59/2431.65	c #Conflicts:    2540000 | #Constraints:      43969
2375.59/2431.65	c #Conflicts:    2541000 | #Constraints:      45013
2375.59/2431.65	c #Conflicts:    2542000 | #Constraints:      46046
2375.59/2431.65	c #Conflicts:    2543000 | #Constraints:      47099
2375.59/2431.65	c #Conflicts:    2544000 | #Constraints:      48147
2375.59/2431.65	c #Conflicts:    2545000 | #Constraints:      49177
2375.59/2431.65	c #Conflicts:    2546000 | #Constraints:      50210
2375.59/2431.65	c #Conflicts:    2547000 | #Constraints:      51240
2375.59/2431.65	c #Conflicts:    2548000 | #Constraints:      52275
2375.59/2431.65	c #Conflicts:    2549000 | #Constraints:      53316
2375.59/2431.65	c #Conflicts:    2550000 | #Constraints:      54353
2375.59/2431.65	c #Conflicts:    2551000 | #Constraints:      55392
2375.59/2431.65	c #Conflicts:    2552000 | #Constraints:      56437
2375.59/2431.65	c #Conflicts:    2553000 | #Constraints:      57477
2375.59/2431.65	c #Conflicts:    2554000 | #Constraints:      58517
2375.59/2431.65	c #Conflicts:    2555000 | #Constraints:      59549
2375.59/2431.65	c #Conflicts:    2556000 | #Constraints:      60587
2375.59/2431.65	c #Conflicts:    2557000 | #Constraints:      61625
2375.59/2431.65	c #Conflicts:    2558000 | #Constraints:      62656
2375.59/2431.65	c #Conflicts:    2559000 | #Constraints:      63692
2375.59/2431.65	c #Conflicts:    2560000 | #Constraints:      64756
2375.59/2431.65	c #Conflicts:    2561000 | #Constraints:      65802
2375.59/2431.65	c #Conflicts:    2562000 | #Constraints:      66845
2375.59/2431.65	c #Conflicts:    2563000 | #Constraints:      67881
2375.59/2431.65	c #Conflicts:    2564000 | #Constraints:      68910
2375.59/2431.65	c #Conflicts:    2565000 | #Constraints:      69953
2375.59/2431.65	c #Conflicts:    2566000 | #Constraints:      70990
2375.59/2431.65	c #Conflicts:    2567000 | #Constraints:      72033
2375.59/2431.65	c INPROCESSING
2375.59/2431.65	c GARBAGE COLLECT
2375.59/2431.65	c rational objective 997
2414.92/2472.56	c #Conflicts:    2568000 | #Constraints:      40415
2414.92/2472.56	c #Conflicts:    2569000 | #Constraints:      41415
2414.92/2472.56	c #Conflicts:    2570000 | #Constraints:      42415
2414.92/2472.56	c #Conflicts:    2571000 | #Constraints:      43415
2414.92/2472.56	c #Conflicts:    2572000 | #Constraints:      44415
2414.92/2472.56	c #Conflicts:    2573000 | #Constraints:      45415
2414.92/2472.56	c #Conflicts:    2574000 | #Constraints:      46415
2414.92/2472.56	c #Conflicts:    2575000 | #Constraints:      47415
2414.92/2472.56	c #Conflicts:    2576000 | #Constraints:      48415
2414.92/2472.56	c #Conflicts:    2577000 | #Constraints:      49415
2414.92/2472.56	c #Conflicts:    2578000 | #Constraints:      50415
2414.92/2472.56	c #Conflicts:    2579000 | #Constraints:      51415
2414.92/2472.56	c #Conflicts:    2580000 | #Constraints:      52415
2414.92/2472.56	c #Conflicts:    2581000 | #Constraints:      53415
2414.92/2472.56	c #Conflicts:    2582000 | #Constraints:      54415
2414.92/2472.56	c #Conflicts:    2583000 | #Constraints:      55415
2414.92/2472.56	c #Conflicts:    2584000 | #Constraints:      56415
2414.92/2472.56	c #Conflicts:    2585000 | #Constraints:      57415
2414.92/2472.56	c #Conflicts:    2586000 | #Constraints:      58415
2414.92/2472.56	c #Conflicts:    2587000 | #Constraints:      59415
2414.92/2472.56	c #Conflicts:    2588000 | #Constraints:      60415
2414.92/2472.56	c #Conflicts:    2589000 | #Constraints:      61415
2414.92/2472.56	c #Conflicts:    2590000 | #Constraints:      62415
2414.92/2472.56	c #Conflicts:    2591000 | #Constraints:      63415
2414.92/2472.56	c #Conflicts:    2592000 | #Constraints:      64415
2414.92/2472.56	c #Conflicts:    2593000 | #Constraints:      65415
2414.92/2472.56	c #Conflicts:    2594000 | #Constraints:      66415
2414.92/2472.56	c #Conflicts:    2595000 | #Constraints:      67415
2414.92/2472.56	c #Conflicts:    2596000 | #Constraints:      68415
2414.92/2472.56	c #Conflicts:    2597000 | #Constraints:      69415
2414.92/2472.56	c #Conflicts:    2598000 | #Constraints:      70415
2414.92/2472.56	c #Conflicts:    2599000 | #Constraints:      71415
2414.92/2472.56	c INPROCESSING
2414.92/2472.56	c GARBAGE COLLECT
2414.92/2472.56	c rational objective 997
2453.26/2511.22	c #Conflicts:    2600000 | #Constraints:      40121
2453.26/2511.22	c #Conflicts:    2601000 | #Constraints:      41121
2453.26/2511.22	c #Conflicts:    2602000 | #Constraints:      42121
2453.26/2511.22	c #Conflicts:    2603000 | #Constraints:      43121
2453.26/2511.22	c #Conflicts:    2604000 | #Constraints:      44121
2453.26/2511.22	c #Conflicts:    2605000 | #Constraints:      45121
2453.26/2511.22	c #Conflicts:    2606000 | #Constraints:      46121
2453.26/2511.22	c #Conflicts:    2607000 | #Constraints:      47121
2453.26/2511.22	c #Conflicts:    2608000 | #Constraints:      48121
2453.26/2511.22	c #Conflicts:    2609000 | #Constraints:      49121
2453.26/2511.22	c #Conflicts:    2610000 | #Constraints:      50121
2453.26/2511.22	c #Conflicts:    2611000 | #Constraints:      51121
2453.26/2511.22	c #Conflicts:    2612000 | #Constraints:      52121
2453.26/2511.22	c #Conflicts:    2613000 | #Constraints:      53121
2453.26/2511.22	c #Conflicts:    2614000 | #Constraints:      54121
2453.26/2511.22	c #Conflicts:    2615000 | #Constraints:      55121
2453.26/2511.22	c #Conflicts:    2616000 | #Constraints:      56121
2453.26/2511.22	c #Conflicts:    2617000 | #Constraints:      57121
2453.26/2511.22	c #Conflicts:    2618000 | #Constraints:      58121
2453.26/2511.22	c #Conflicts:    2619000 | #Constraints:      59121
2453.26/2511.22	c #Conflicts:    2620000 | #Constraints:      60121
2453.26/2511.22	c #Conflicts:    2621000 | #Constraints:      61121
2453.26/2511.22	c #Conflicts:    2622000 | #Constraints:      62121
2453.26/2511.22	c #Conflicts:    2623000 | #Constraints:      63121
2453.26/2511.22	c #Conflicts:    2624000 | #Constraints:      64121
2453.26/2511.22	c #Conflicts:    2625000 | #Constraints:      65121
2453.26/2511.22	c #Conflicts:    2626000 | #Constraints:      66121
2453.26/2511.22	c #Conflicts:    2627000 | #Constraints:      67121
2453.26/2511.22	c #Conflicts:    2628000 | #Constraints:      68121
2453.26/2511.22	c #Conflicts:    2629000 | #Constraints:      69121
2453.26/2511.22	c #Conflicts:    2630000 | #Constraints:      70121
2453.26/2511.22	c #Conflicts:    2631000 | #Constraints:      71121
2453.26/2511.22	c INPROCESSING
2453.26/2511.22	c GARBAGE COLLECT
2453.26/2511.22	c rational objective 997
2484.49/2542.79	c #Conflicts:    2632000 | #Constraints:      39769
2484.49/2542.79	c #Conflicts:    2633000 | #Constraints:      40780
2484.49/2542.79	c #Conflicts:    2634000 | #Constraints:      41799
2484.49/2542.79	c #Conflicts:    2635000 | #Constraints:      42813
2484.49/2542.79	c #Conflicts:    2636000 | #Constraints:      43883
2484.49/2542.79	c #Conflicts:    2637000 | #Constraints:      44937
2484.49/2542.79	c #Conflicts:    2638000 | #Constraints:      45979
2484.49/2542.79	c #Conflicts:    2639000 | #Constraints:      47017
2484.49/2542.79	c #Conflicts:    2640000 | #Constraints:      48044
2484.49/2542.79	c #Conflicts:    2641000 | #Constraints:      49082
2484.49/2542.79	c #Conflicts:    2642000 | #Constraints:      50124
2484.49/2542.79	c #Conflicts:    2643000 | #Constraints:      51158
2484.49/2542.79	c #Conflicts:    2644000 | #Constraints:      52186
2484.49/2542.79	c #Conflicts:    2645000 | #Constraints:      53209
2484.49/2542.79	c #Conflicts:    2646000 | #Constraints:      54228
2484.49/2542.79	c #Conflicts:    2647000 | #Constraints:      55255
2484.49/2542.79	c #Conflicts:    2648000 | #Constraints:      56285
2484.49/2542.79	c #Conflicts:    2649000 | #Constraints:      57326
2484.49/2542.79	c #Conflicts:    2650000 | #Constraints:      58354
2484.49/2542.79	c #Conflicts:    2651000 | #Constraints:      59406
2484.49/2542.79	c #Conflicts:    2652000 | #Constraints:      60440
2484.49/2542.79	c #Conflicts:    2653000 | #Constraints:      61477
2484.49/2542.79	c #Conflicts:    2654000 | #Constraints:      62528
2484.49/2542.79	c #Conflicts:    2655000 | #Constraints:      63560
2484.49/2542.79	c #Conflicts:    2656000 | #Constraints:      64604
2484.49/2542.79	c #Conflicts:    2657000 | #Constraints:      65631
2484.49/2542.79	c #Conflicts:    2658000 | #Constraints:      66662
2484.49/2542.79	c #Conflicts:    2659000 | #Constraints:      67706
2484.49/2542.79	c #Conflicts:    2660000 | #Constraints:      68736
2484.49/2542.79	c #Conflicts:    2661000 | #Constraints:      69766
2484.49/2542.79	c #Conflicts:    2662000 | #Constraints:      70797
2484.49/2542.79	c #Conflicts:    2663000 | #Constraints:      71830
2484.49/2542.79	c #Conflicts:    2664000 | #Constraints:      72863
2484.49/2542.79	c INPROCESSING
2484.49/2542.79	c GARBAGE COLLECT
2484.49/2542.79	c rational objective 997
2524.57/2583.49	c #Conflicts:    2665000 | #Constraints:      40729
2524.57/2583.49	c #Conflicts:    2666000 | #Constraints:      41729
2524.57/2583.49	c #Conflicts:    2667000 | #Constraints:      42729
2524.57/2583.49	c #Conflicts:    2668000 | #Constraints:      43729
2524.57/2583.49	c #Conflicts:    2669000 | #Constraints:      44729
2524.57/2583.49	c #Conflicts:    2670000 | #Constraints:      45729
2524.57/2583.49	c #Conflicts:    2671000 | #Constraints:      46729
2524.57/2583.49	c #Conflicts:    2672000 | #Constraints:      47729
2524.57/2583.49	c #Conflicts:    2673000 | #Constraints:      48729
2524.57/2583.49	c #Conflicts:    2674000 | #Constraints:      49729
2524.57/2583.49	c #Conflicts:    2675000 | #Constraints:      50729
2524.57/2583.49	c #Conflicts:    2676000 | #Constraints:      51729
2524.57/2583.49	c #Conflicts:    2677000 | #Constraints:      52729
2524.57/2583.49	c #Conflicts:    2678000 | #Constraints:      53729
2524.57/2583.49	c #Conflicts:    2679000 | #Constraints:      54729
2524.57/2583.49	c #Conflicts:    2680000 | #Constraints:      55729
2524.57/2583.49	c #Conflicts:    2681000 | #Constraints:      56729
2524.57/2583.49	c #Conflicts:    2682000 | #Constraints:      57729
2524.57/2583.49	c #Conflicts:    2683000 | #Constraints:      58729
2524.57/2583.49	c #Conflicts:    2684000 | #Constraints:      59729
2524.57/2583.49	c #Conflicts:    2685000 | #Constraints:      60729
2524.57/2583.49	c #Conflicts:    2686000 | #Constraints:      61729
2524.57/2583.49	c #Conflicts:    2687000 | #Constraints:      62729
2524.57/2583.49	c #Conflicts:    2688000 | #Constraints:      63729
2524.57/2583.49	c #Conflicts:    2689000 | #Constraints:      64729
2524.57/2583.49	c #Conflicts:    2690000 | #Constraints:      65729
2524.57/2583.49	c #Conflicts:    2691000 | #Constraints:      66729
2524.57/2583.49	c #Conflicts:    2692000 | #Constraints:      67729
2524.57/2583.49	c #Conflicts:    2693000 | #Constraints:      68729
2524.57/2583.49	c #Conflicts:    2694000 | #Constraints:      69729
2524.57/2583.49	c #Conflicts:    2695000 | #Constraints:      70729
2524.57/2583.49	c #Conflicts:    2696000 | #Constraints:      71729
2524.57/2583.49	c #Conflicts:    2697000 | #Constraints:      72729
2524.57/2583.49	c INPROCESSING
2524.57/2583.49	c GARBAGE COLLECT
2524.57/2583.49	c rational objective 997
2566.88/2626.39	c #Conflicts:    2698000 | #Constraints:      40889
2566.88/2626.39	c #Conflicts:    2699000 | #Constraints:      41890
2566.88/2626.39	c #Conflicts:    2700000 | #Constraints:      42945
2566.88/2626.39	c #Conflicts:    2701000 | #Constraints:      43995
2566.88/2626.39	c #Conflicts:    2702000 | #Constraints:      45028
2566.88/2626.39	c #Conflicts:    2703000 | #Constraints:      46072
2566.88/2626.39	c #Conflicts:    2704000 | #Constraints:      47104
2566.88/2626.39	c #Conflicts:    2705000 | #Constraints:      48168
2566.88/2626.39	c #Conflicts:    2706000 | #Constraints:      49210
2566.88/2626.39	c #Conflicts:    2707000 | #Constraints:      50255
2566.88/2626.39	c #Conflicts:    2708000 | #Constraints:      51287
2566.88/2626.39	c #Conflicts:    2709000 | #Constraints:      52310
2566.88/2626.39	c #Conflicts:    2710000 | #Constraints:      53337
2566.88/2626.39	c #Conflicts:    2711000 | #Constraints:      54368
2566.88/2626.39	c #Conflicts:    2712000 | #Constraints:      55399
2566.88/2626.39	c #Conflicts:    2713000 | #Constraints:      56444
2566.88/2626.39	c #Conflicts:    2714000 | #Constraints:      57480
2566.88/2626.39	c #Conflicts:    2715000 | #Constraints:      58509
2566.88/2626.39	c #Conflicts:    2716000 | #Constraints:      59543
2566.88/2626.39	c #Conflicts:    2717000 | #Constraints:      60573
2566.88/2626.39	c #Conflicts:    2718000 | #Constraints:      61598
2566.88/2626.39	c #Conflicts:    2719000 | #Constraints:      62625
2566.88/2626.39	c #Conflicts:    2720000 | #Constraints:      63648
2566.88/2626.39	c #Conflicts:    2721000 | #Constraints:      64676
2566.88/2626.39	c #Conflicts:    2722000 | #Constraints:      65692
2566.88/2626.39	c #Conflicts:    2723000 | #Constraints:      66705
2566.88/2626.39	c #Conflicts:    2724000 | #Constraints:      67741
2566.88/2626.39	c #Conflicts:    2725000 | #Constraints:      68759
2566.88/2626.39	c #Conflicts:    2726000 | #Constraints:      69797
2566.88/2626.39	c #Conflicts:    2727000 | #Constraints:      70830
2566.88/2626.39	c #Conflicts:    2728000 | #Constraints:      71849
2566.88/2626.39	c #Conflicts:    2729000 | #Constraints:      72872
2566.88/2626.39	c #Conflicts:    2730000 | #Constraints:      73894
2566.88/2626.39	c INPROCESSING
2566.88/2626.39	c GARBAGE COLLECT
2566.88/2626.39	c rational objective 997
2610.23/2669.96	c #Conflicts:    2731000 | #Constraints:      41329
2610.23/2669.96	c #Conflicts:    2732000 | #Constraints:      42329
2610.23/2669.96	c #Conflicts:    2733000 | #Constraints:      43329
2610.23/2669.96	c #Conflicts:    2734000 | #Constraints:      44329
2610.23/2669.96	c #Conflicts:    2735000 | #Constraints:      45329
2610.23/2669.96	c #Conflicts:    2736000 | #Constraints:      46329
2610.23/2669.96	c #Conflicts:    2737000 | #Constraints:      47329
2610.23/2669.96	c #Conflicts:    2738000 | #Constraints:      48329
2610.23/2669.96	c #Conflicts:    2739000 | #Constraints:      49329
2610.23/2669.96	c #Conflicts:    2740000 | #Constraints:      50329
2610.23/2669.96	c #Conflicts:    2741000 | #Constraints:      51329
2610.23/2669.96	c #Conflicts:    2742000 | #Constraints:      52329
2610.23/2669.96	c #Conflicts:    2743000 | #Constraints:      53329
2610.23/2669.96	c #Conflicts:    2744000 | #Constraints:      54329
2610.23/2669.96	c #Conflicts:    2745000 | #Constraints:      55329
2610.23/2669.96	c #Conflicts:    2746000 | #Constraints:      56329
2610.23/2669.96	c #Conflicts:    2747000 | #Constraints:      57329
2610.23/2669.96	c #Conflicts:    2748000 | #Constraints:      58329
2610.23/2669.96	c #Conflicts:    2749000 | #Constraints:      59329
2610.23/2669.96	c #Conflicts:    2750000 | #Constraints:      60329
2610.23/2669.96	c #Conflicts:    2751000 | #Constraints:      61329
2610.23/2669.96	c #Conflicts:    2752000 | #Constraints:      62329
2610.23/2669.96	c #Conflicts:    2753000 | #Constraints:      63329
2610.23/2669.96	c #Conflicts:    2754000 | #Constraints:      64329
2610.23/2669.96	c #Conflicts:    2755000 | #Constraints:      65329
2610.23/2669.96	c #Conflicts:    2756000 | #Constraints:      66329
2610.23/2669.96	c #Conflicts:    2757000 | #Constraints:      67329
2610.23/2669.96	c #Conflicts:    2758000 | #Constraints:      68329
2610.23/2669.96	c #Conflicts:    2759000 | #Constraints:      69329
2610.23/2669.96	c #Conflicts:    2760000 | #Constraints:      70329
2610.23/2669.96	c #Conflicts:    2761000 | #Constraints:      71329
2610.23/2669.96	c #Conflicts:    2762000 | #Constraints:      72329
2610.23/2669.96	c #Conflicts:    2763000 | #Constraints:      73329
2610.23/2669.96	c INPROCESSING
2610.23/2669.96	c GARBAGE COLLECT
2610.23/2669.96	c rational objective 997
2652.71/2712.96	c #Conflicts:    2764000 | #Constraints:      41113
2652.71/2712.96	c #Conflicts:    2765000 | #Constraints:      42150
2652.71/2712.96	c #Conflicts:    2766000 | #Constraints:      43213
2652.71/2712.96	c #Conflicts:    2767000 | #Constraints:      44254
2652.71/2712.96	c #Conflicts:    2768000 | #Constraints:      45316
2652.71/2712.96	c #Conflicts:    2769000 | #Constraints:      46362
2652.71/2712.96	c #Conflicts:    2770000 | #Constraints:      47406
2652.71/2712.96	c #Conflicts:    2771000 | #Constraints:      48443
2652.71/2712.96	c #Conflicts:    2772000 | #Constraints:      49474
2652.71/2712.96	c #Conflicts:    2773000 | #Constraints:      50517
2652.71/2712.96	c #Conflicts:    2774000 | #Constraints:      51561
2652.71/2712.96	c #Conflicts:    2775000 | #Constraints:      52605
2652.71/2712.96	c #Conflicts:    2776000 | #Constraints:      53644
2652.71/2712.96	c #Conflicts:    2777000 | #Constraints:      54690
2652.71/2712.96	c #Conflicts:    2778000 | #Constraints:      55741
2652.71/2712.96	c #Conflicts:    2779000 | #Constraints:      56788
2652.71/2712.96	c #Conflicts:    2780000 | #Constraints:      57839
2652.71/2712.96	c #Conflicts:    2781000 | #Constraints:      58870
2652.71/2712.96	c #Conflicts:    2782000 | #Constraints:      59923
2652.71/2712.96	c #Conflicts:    2783000 | #Constraints:      60957
2652.71/2712.96	c #Conflicts:    2784000 | #Constraints:      61998
2652.71/2712.96	c #Conflicts:    2785000 | #Constraints:      63050
2652.71/2712.96	c #Conflicts:    2786000 | #Constraints:      64087
2652.71/2712.96	c #Conflicts:    2787000 | #Constraints:      65130
2652.71/2712.96	c #Conflicts:    2788000 | #Constraints:      66161
2652.71/2712.96	c #Conflicts:    2789000 | #Constraints:      67209
2652.71/2712.96	c #Conflicts:    2790000 | #Constraints:      68248
2652.71/2712.96	c #Conflicts:    2791000 | #Constraints:      69279
2652.71/2712.96	c #Conflicts:    2792000 | #Constraints:      70325
2652.71/2712.96	c #Conflicts:    2793000 | #Constraints:      71358
2652.71/2712.96	c #Conflicts:    2794000 | #Constraints:      72397
2652.71/2712.96	c #Conflicts:    2795000 | #Constraints:      73436
2652.71/2712.96	c #Conflicts:    2796000 | #Constraints:      74465
2652.71/2712.96	c INPROCESSING
2652.71/2712.96	c GARBAGE COLLECT
2652.71/2712.96	c rational objective 997
2694.65/2755.21	c #Conflicts:    2797000 | #Constraints:      41372
2694.65/2755.21	c #Conflicts:    2798000 | #Constraints:      42372
2694.65/2755.21	c #Conflicts:    2799000 | #Constraints:      43372
2694.65/2755.21	c #Conflicts:    2800000 | #Constraints:      44372
2694.65/2755.21	c #Conflicts:    2801000 | #Constraints:      45372
2694.65/2755.21	c #Conflicts:    2802000 | #Constraints:      46372
2694.65/2755.21	c #Conflicts:    2803000 | #Constraints:      47372
2694.65/2755.21	c #Conflicts:    2804000 | #Constraints:      48372
2694.65/2755.21	c #Conflicts:    2805000 | #Constraints:      49372
2694.65/2755.21	c #Conflicts:    2806000 | #Constraints:      50372
2694.65/2755.21	c #Conflicts:    2807000 | #Constraints:      51372
2694.65/2755.21	c #Conflicts:    2808000 | #Constraints:      52372
2694.65/2755.21	c #Conflicts:    2809000 | #Constraints:      53372
2694.65/2755.21	c #Conflicts:    2810000 | #Constraints:      54372
2694.65/2755.21	c #Conflicts:    2811000 | #Constraints:      55372
2694.65/2755.21	c #Conflicts:    2812000 | #Constraints:      56372
2694.65/2755.21	c #Conflicts:    2813000 | #Constraints:      57372
2694.65/2755.21	c #Conflicts:    2814000 | #Constraints:      58372
2694.65/2755.21	c #Conflicts:    2815000 | #Constraints:      59372
2694.65/2755.21	c #Conflicts:    2816000 | #Constraints:      60372
2694.65/2755.21	c #Conflicts:    2817000 | #Constraints:      61372
2694.65/2755.21	c #Conflicts:    2818000 | #Constraints:      62372
2694.65/2755.21	c #Conflicts:    2819000 | #Constraints:      63372
2694.65/2755.21	c #Conflicts:    2820000 | #Constraints:      64372
2694.65/2755.21	c #Conflicts:    2821000 | #Constraints:      65372
2694.65/2755.21	c #Conflicts:    2822000 | #Constraints:      66372
2694.65/2755.21	c #Conflicts:    2823000 | #Constraints:      67372
2694.65/2755.21	c #Conflicts:    2824000 | #Constraints:      68372
2694.65/2755.21	c #Conflicts:    2825000 | #Constraints:      69372
2694.65/2755.21	c #Conflicts:    2826000 | #Constraints:      70372
2694.65/2755.21	c #Conflicts:    2827000 | #Constraints:      71372
2694.65/2755.21	c #Conflicts:    2828000 | #Constraints:      72372
2694.65/2755.21	c #Conflicts:    2829000 | #Constraints:      73372
2694.65/2755.21	c #Conflicts:    2830000 | #Constraints:      74372
2694.65/2755.21	c INPROCESSING
2694.65/2755.21	c GARBAGE COLLECT
2694.65/2755.21	c rational objective 997
2736.73/2797.69	c #Conflicts:    2831000 | #Constraints:      41617
2736.73/2797.69	c #Conflicts:    2832000 | #Constraints:      42617
2736.73/2797.69	c #Conflicts:    2833000 | #Constraints:      43617
2736.73/2797.69	c #Conflicts:    2834000 | #Constraints:      44617
2736.73/2797.69	c #Conflicts:    2835000 | #Constraints:      45617
2736.73/2797.69	c #Conflicts:    2836000 | #Constraints:      46617
2736.73/2797.69	c #Conflicts:    2837000 | #Constraints:      47617
2736.73/2797.69	c #Conflicts:    2838000 | #Constraints:      48617
2736.73/2797.69	c #Conflicts:    2839000 | #Constraints:      49617
2736.73/2797.69	c #Conflicts:    2840000 | #Constraints:      50617
2736.73/2797.69	c #Conflicts:    2841000 | #Constraints:      51617
2736.73/2797.69	c #Conflicts:    2842000 | #Constraints:      52617
2736.73/2797.69	c #Conflicts:    2843000 | #Constraints:      53617
2736.73/2797.69	c #Conflicts:    2844000 | #Constraints:      54617
2736.73/2797.69	c #Conflicts:    2845000 | #Constraints:      55617
2736.73/2797.69	c #Conflicts:    2846000 | #Constraints:      56617
2736.73/2797.69	c #Conflicts:    2847000 | #Constraints:      57617
2736.73/2797.69	c #Conflicts:    2848000 | #Constraints:      58617
2736.73/2797.69	c #Conflicts:    2849000 | #Constraints:      59617
2736.73/2797.69	c #Conflicts:    2850000 | #Constraints:      60617
2736.73/2797.69	c #Conflicts:    2851000 | #Constraints:      61617
2736.73/2797.69	c #Conflicts:    2852000 | #Constraints:      62617
2736.73/2797.69	c #Conflicts:    2853000 | #Constraints:      63617
2736.73/2797.69	c #Conflicts:    2854000 | #Constraints:      64617
2736.73/2797.69	c #Conflicts:    2855000 | #Constraints:      65617
2736.73/2797.69	c #Conflicts:    2856000 | #Constraints:      66617
2736.73/2797.69	c #Conflicts:    2857000 | #Constraints:      67617
2736.73/2797.69	c #Conflicts:    2858000 | #Constraints:      68617
2736.73/2797.69	c #Conflicts:    2859000 | #Constraints:      69617
2736.73/2797.69	c #Conflicts:    2860000 | #Constraints:      70617
2736.73/2797.69	c #Conflicts:    2861000 | #Constraints:      71617
2736.73/2797.69	c #Conflicts:    2862000 | #Constraints:      72617
2736.73/2797.69	c #Conflicts:    2863000 | #Constraints:      73617
2736.73/2797.69	c #Conflicts:    2864000 | #Constraints:      74617
2736.73/2797.69	c INPROCESSING
2736.73/2797.69	c GARBAGE COLLECT
2736.73/2797.69	c rational objective 997
2773.68/2835.06	c #Conflicts:    2865000 | #Constraints:      41843
2773.68/2835.06	c #Conflicts:    2866000 | #Constraints:      42853
2773.68/2835.06	c #Conflicts:    2867000 | #Constraints:      43911
2773.68/2835.06	c #Conflicts:    2868000 | #Constraints:      44965
2773.68/2835.06	c #Conflicts:    2869000 | #Constraints:      45986
2773.68/2835.06	c #Conflicts:    2870000 | #Constraints:      47011
2773.68/2835.06	c #Conflicts:    2871000 | #Constraints:      48037
2773.68/2835.06	c #Conflicts:    2872000 | #Constraints:      49065
2773.68/2835.06	c #Conflicts:    2873000 | #Constraints:      50088
2773.68/2835.06	c #Conflicts:    2874000 | #Constraints:      51109
2773.68/2835.06	c #Conflicts:    2875000 | #Constraints:      52131
2773.68/2835.06	c #Conflicts:    2876000 | #Constraints:      53147
2773.68/2835.06	c #Conflicts:    2877000 | #Constraints:      54172
2773.68/2835.06	c #Conflicts:    2878000 | #Constraints:      55197
2773.68/2835.06	c #Conflicts:    2879000 | #Constraints:      56232
2773.68/2835.06	c #Conflicts:    2880000 | #Constraints:      57257
2773.68/2835.06	c #Conflicts:    2881000 | #Constraints:      58280
2773.68/2835.06	c #Conflicts:    2882000 | #Constraints:      59312
2773.68/2835.06	c #Conflicts:    2883000 | #Constraints:      60337
2773.68/2835.06	c #Conflicts:    2884000 | #Constraints:      61364
2773.68/2835.06	c #Conflicts:    2885000 | #Constraints:      62392
2773.68/2835.06	c #Conflicts:    2886000 | #Constraints:      63425
2773.68/2835.06	c #Conflicts:    2887000 | #Constraints:      64461
2773.68/2835.06	c #Conflicts:    2888000 | #Constraints:      65491
2773.68/2835.06	c #Conflicts:    2889000 | #Constraints:      66528
2773.68/2835.06	c #Conflicts:    2890000 | #Constraints:      67560
2773.68/2835.06	c #Conflicts:    2891000 | #Constraints:      68585
2773.68/2835.06	c #Conflicts:    2892000 | #Constraints:      69625
2773.68/2835.06	c #Conflicts:    2893000 | #Constraints:      70661
2773.68/2835.06	c #Conflicts:    2894000 | #Constraints:      71692
2773.68/2835.06	c #Conflicts:    2895000 | #Constraints:      72727
2773.68/2835.06	c #Conflicts:    2896000 | #Constraints:      73753
2773.68/2835.06	c #Conflicts:    2897000 | #Constraints:      74773
2773.68/2835.06	c #Conflicts:    2898000 | #Constraints:      75805
2773.68/2835.06	c INPROCESSING
2773.68/2835.06	c GARBAGE COLLECT
2773.68/2835.06	c rational objective 997
2814.57/2876.21	c #Conflicts:    2899000 | #Constraints:      42329
2814.57/2876.21	c #Conflicts:    2900000 | #Constraints:      43329
2814.57/2876.21	c #Conflicts:    2901000 | #Constraints:      44329
2814.57/2876.21	c #Conflicts:    2902000 | #Constraints:      45329
2814.57/2876.21	c #Conflicts:    2903000 | #Constraints:      46329
2814.57/2876.21	c #Conflicts:    2904000 | #Constraints:      47329
2814.57/2876.21	c #Conflicts:    2905000 | #Constraints:      48329
2814.57/2876.21	c #Conflicts:    2906000 | #Constraints:      49329
2814.57/2876.21	c #Conflicts:    2907000 | #Constraints:      50329
2814.57/2876.21	c #Conflicts:    2908000 | #Constraints:      51329
2814.57/2876.21	c #Conflicts:    2909000 | #Constraints:      52329
2814.57/2876.21	c #Conflicts:    2910000 | #Constraints:      53329
2814.57/2876.21	c #Conflicts:    2911000 | #Constraints:      54329
2814.57/2876.21	c #Conflicts:    2912000 | #Constraints:      55329
2814.57/2876.21	c #Conflicts:    2913000 | #Constraints:      56329
2814.57/2876.21	c #Conflicts:    2914000 | #Constraints:      57329
2814.57/2876.21	c #Conflicts:    2915000 | #Constraints:      58329
2814.57/2876.21	c #Conflicts:    2916000 | #Constraints:      59329
2814.57/2876.21	c #Conflicts:    2917000 | #Constraints:      60330
2814.57/2876.21	c #Conflicts:    2918000 | #Constraints:      61331
2814.57/2876.21	c #Conflicts:    2919000 | #Constraints:      62331
2814.57/2876.21	c #Conflicts:    2920000 | #Constraints:      63331
2814.57/2876.21	c #Conflicts:    2921000 | #Constraints:      64332
2814.57/2876.21	c #Conflicts:    2922000 | #Constraints:      65332
2814.57/2876.21	c #Conflicts:    2923000 | #Constraints:      66332
2814.57/2876.21	c #Conflicts:    2924000 | #Constraints:      67332
2814.57/2876.21	c #Conflicts:    2925000 | #Constraints:      68332
2814.57/2876.21	c #Conflicts:    2926000 | #Constraints:      69332
2814.57/2876.21	c #Conflicts:    2927000 | #Constraints:      70333
2814.57/2876.21	c #Conflicts:    2928000 | #Constraints:      71333
2814.57/2876.21	c #Conflicts:    2929000 | #Constraints:      72334
2814.57/2876.21	c #Conflicts:    2930000 | #Constraints:      73334
2814.57/2876.21	c #Conflicts:    2931000 | #Constraints:      74334
2814.57/2876.21	c #Conflicts:    2932000 | #Constraints:      75334
2814.57/2876.21	c INPROCESSING
2814.57/2876.21	c GARBAGE COLLECT
2814.57/2876.21	c rational objective 997
2864.87/2926.92	c #Conflicts:    2933000 | #Constraints:      42092
2864.87/2926.92	c #Conflicts:    2934000 | #Constraints:      43093
2864.87/2926.92	c #Conflicts:    2935000 | #Constraints:      44113
2864.87/2926.92	c #Conflicts:    2936000 | #Constraints:      45144
2864.87/2926.92	c #Conflicts:    2937000 | #Constraints:      46164
2864.87/2926.92	c #Conflicts:    2938000 | #Constraints:      47193
2864.87/2926.92	c #Conflicts:    2939000 | #Constraints:      48218
2864.87/2926.92	c #Conflicts:    2940000 | #Constraints:      49246
2864.87/2926.92	c #Conflicts:    2941000 | #Constraints:      50295
2864.87/2926.92	c #Conflicts:    2942000 | #Constraints:      51348
2864.87/2926.92	c #Conflicts:    2943000 | #Constraints:      52378
2864.87/2926.92	c #Conflicts:    2944000 | #Constraints:      53407
2864.87/2926.92	c #Conflicts:    2945000 | #Constraints:      54440
2864.87/2926.92	c #Conflicts:    2946000 | #Constraints:      55472
2864.87/2926.92	c #Conflicts:    2947000 | #Constraints:      56496
2864.87/2926.92	c #Conflicts:    2948000 | #Constraints:      57529
2864.87/2926.92	c #Conflicts:    2949000 | #Constraints:      58570
2864.87/2926.92	c #Conflicts:    2950000 | #Constraints:      59602
2864.87/2926.92	c #Conflicts:    2951000 | #Constraints:      60618
2864.87/2926.92	c #Conflicts:    2952000 | #Constraints:      61637
2864.87/2926.92	c #Conflicts:    2953000 | #Constraints:      62664
2864.87/2926.92	c #Conflicts:    2954000 | #Constraints:      63696
2864.87/2926.92	c #Conflicts:    2955000 | #Constraints:      64733
2864.87/2926.92	c #Conflicts:    2956000 | #Constraints:      65762
2864.87/2926.92	c #Conflicts:    2957000 | #Constraints:      66787
2864.87/2926.92	c #Conflicts:    2958000 | #Constraints:      67808
2864.87/2926.92	c #Conflicts:    2959000 | #Constraints:      68830
2864.87/2926.92	c #Conflicts:    2960000 | #Constraints:      69849
2864.87/2926.92	c #Conflicts:    2961000 | #Constraints:      70868
2864.87/2926.92	c #Conflicts:    2962000 | #Constraints:      71887
2864.87/2926.92	c #Conflicts:    2963000 | #Constraints:      72905
2864.87/2926.92	c #Conflicts:    2964000 | #Constraints:      73932
2864.87/2926.92	c #Conflicts:    2965000 | #Constraints:      74948
2864.87/2926.92	c #Conflicts:    2966000 | #Constraints:      75971
2864.87/2926.92	c INPROCESSING
2864.87/2926.92	c GARBAGE COLLECT
2864.87/2926.92	c rational objective 997
2906.82/2969.17	c #Conflicts:    2967000 | #Constraints:      42111
2906.82/2969.17	c #Conflicts:    2968000 | #Constraints:      43111
2906.82/2969.17	c #Conflicts:    2969000 | #Constraints:      44111
2906.82/2969.17	c #Conflicts:    2970000 | #Constraints:      45111
2906.82/2969.17	c #Conflicts:    2971000 | #Constraints:      46111
2906.82/2969.17	c #Conflicts:    2972000 | #Constraints:      47111
2906.82/2969.17	c #Conflicts:    2973000 | #Constraints:      48111
2906.82/2969.17	c #Conflicts:    2974000 | #Constraints:      49111
2906.82/2969.17	c #Conflicts:    2975000 | #Constraints:      50111
2906.82/2969.17	c #Conflicts:    2976000 | #Constraints:      51111
2906.82/2969.17	c #Conflicts:    2977000 | #Constraints:      52111
2906.82/2969.17	c #Conflicts:    2978000 | #Constraints:      53111
2906.82/2969.17	c #Conflicts:    2979000 | #Constraints:      54111
2906.82/2969.17	c #Conflicts:    2980000 | #Constraints:      55111
2906.82/2969.17	c #Conflicts:    2981000 | #Constraints:      56111
2906.82/2969.17	c #Conflicts:    2982000 | #Constraints:      57111
2906.82/2969.17	c #Conflicts:    2983000 | #Constraints:      58111
2906.82/2969.17	c #Conflicts:    2984000 | #Constraints:      59111
2906.82/2969.17	c #Conflicts:    2985000 | #Constraints:      60111
2906.82/2969.17	c #Conflicts:    2986000 | #Constraints:      61111
2906.82/2969.17	c #Conflicts:    2987000 | #Constraints:      62111
2906.82/2969.17	c #Conflicts:    2988000 | #Constraints:      63111
2906.82/2969.17	c #Conflicts:    2989000 | #Constraints:      64111
2906.82/2969.17	c #Conflicts:    2990000 | #Constraints:      65111
2906.82/2969.17	c #Conflicts:    2991000 | #Constraints:      66111
2906.82/2969.17	c #Conflicts:    2992000 | #Constraints:      67111
2906.82/2969.17	c #Conflicts:    2993000 | #Constraints:      68111
2906.82/2969.17	c #Conflicts:    2994000 | #Constraints:      69111
2906.82/2969.17	c #Conflicts:    2995000 | #Constraints:      70111
2906.82/2969.17	c #Conflicts:    2996000 | #Constraints:      71111
2906.82/2969.17	c #Conflicts:    2997000 | #Constraints:      72111
2906.82/2969.17	c #Conflicts:    2998000 | #Constraints:      73111
2906.82/2969.17	c #Conflicts:    2999000 | #Constraints:      74111
2906.82/2969.17	c #Conflicts:    3000000 | #Constraints:      75111
2906.82/2969.17	c #Conflicts:    3001000 | #Constraints:      76111
2906.82/2969.17	c INPROCESSING
2906.82/2969.17	c GARBAGE COLLECT
2906.82/2969.17	c rational objective 997
2949.54/3012.18	c #Conflicts:    3002000 | #Constraints:      42486
2949.54/3012.18	c #Conflicts:    3003000 | #Constraints:      43486
2949.54/3012.18	c #Conflicts:    3004000 | #Constraints:      44486
2949.54/3012.18	c #Conflicts:    3005000 | #Constraints:      45486
2949.54/3012.18	c #Conflicts:    3006000 | #Constraints:      46486
2949.54/3012.18	c #Conflicts:    3007000 | #Constraints:      47486
2949.54/3012.18	c #Conflicts:    3008000 | #Constraints:      48486
2949.54/3012.18	c #Conflicts:    3009000 | #Constraints:      49486
2949.54/3012.18	c #Conflicts:    3010000 | #Constraints:      50486
2949.54/3012.18	c #Conflicts:    3011000 | #Constraints:      51486
2949.54/3012.18	c #Conflicts:    3012000 | #Constraints:      52486
2949.54/3012.18	c #Conflicts:    3013000 | #Constraints:      53486
2949.54/3012.18	c #Conflicts:    3014000 | #Constraints:      54486
2949.54/3012.18	c #Conflicts:    3015000 | #Constraints:      55486
2949.54/3012.18	c #Conflicts:    3016000 | #Constraints:      56486
2949.54/3012.18	c #Conflicts:    3017000 | #Constraints:      57486
2949.54/3012.18	c #Conflicts:    3018000 | #Constraints:      58486
2949.54/3012.18	c #Conflicts:    3019000 | #Constraints:      59486
2949.54/3012.18	c #Conflicts:    3020000 | #Constraints:      60486
2949.54/3012.18	c #Conflicts:    3021000 | #Constraints:      61486
2949.54/3012.18	c #Conflicts:    3022000 | #Constraints:      62486
2949.54/3012.18	c #Conflicts:    3023000 | #Constraints:      63486
2949.54/3012.18	c #Conflicts:    3024000 | #Constraints:      64486
2949.54/3012.18	c #Conflicts:    3025000 | #Constraints:      65486
2949.54/3012.18	c #Conflicts:    3026000 | #Constraints:      66486
2949.54/3012.18	c #Conflicts:    3027000 | #Constraints:      67486
2949.54/3012.18	c #Conflicts:    3028000 | #Constraints:      68486
2949.54/3012.18	c #Conflicts:    3029000 | #Constraints:      69486
2949.54/3012.18	c #Conflicts:    3030000 | #Constraints:      70486
2949.54/3012.18	c #Conflicts:    3031000 | #Constraints:      71486
2949.54/3012.18	c #Conflicts:    3032000 | #Constraints:      72486
2949.54/3012.18	c #Conflicts:    3033000 | #Constraints:      73486
2949.54/3012.18	c #Conflicts:    3034000 | #Constraints:      74486
2949.54/3012.18	c #Conflicts:    3035000 | #Constraints:      75486
2949.54/3012.18	c #Conflicts:    3036000 | #Constraints:      76486
2949.54/3012.18	c INPROCESSING
2949.54/3012.18	c GARBAGE COLLECT
2949.54/3012.18	c rational objective 997
2997.29/3060.36	c #Conflicts:    3037000 | #Constraints:      42773
2997.29/3060.36	c #Conflicts:    3038000 | #Constraints:      43840
2997.29/3060.36	c #Conflicts:    3039000 | #Constraints:      44899
2997.29/3060.36	c #Conflicts:    3040000 | #Constraints:      45957
2997.29/3060.36	c #Conflicts:    3041000 | #Constraints:      46999
2997.29/3060.36	c #Conflicts:    3042000 | #Constraints:      48040
2997.29/3060.36	c #Conflicts:    3043000 | #Constraints:      49077
2997.29/3060.36	c #Conflicts:    3044000 | #Constraints:      50118
2997.29/3060.36	c #Conflicts:    3045000 | #Constraints:      51144
2997.29/3060.36	c #Conflicts:    3046000 | #Constraints:      52180
2997.29/3060.36	c #Conflicts:    3047000 | #Constraints:      53213
2997.29/3060.36	c #Conflicts:    3048000 | #Constraints:      54266
2997.29/3060.36	c #Conflicts:    3049000 | #Constraints:      55297
2997.29/3060.36	c #Conflicts:    3050000 | #Constraints:      56332
2997.29/3060.36	c #Conflicts:    3051000 | #Constraints:      57371
2997.29/3060.36	c #Conflicts:    3052000 | #Constraints:      58410
2997.29/3060.36	c #Conflicts:    3053000 | #Constraints:      59458
2997.29/3060.36	c #Conflicts:    3054000 | #Constraints:      60480
2997.29/3060.36	c #Conflicts:    3055000 | #Constraints:      61511
2997.29/3060.36	c #Conflicts:    3056000 | #Constraints:      62538
2997.29/3060.36	c #Conflicts:    3057000 | #Constraints:      63581
2997.29/3060.36	c #Conflicts:    3058000 | #Constraints:      64612
2997.29/3060.36	c #Conflicts:    3059000 | #Constraints:      65648
2997.29/3060.36	c #Conflicts:    3060000 | #Constraints:      66687
2997.29/3060.36	c #Conflicts:    3061000 | #Constraints:      67723
2997.29/3060.36	c #Conflicts:    3062000 | #Constraints:      68768
2997.29/3060.36	c #Conflicts:    3063000 | #Constraints:      69806
2997.29/3060.36	c #Conflicts:    3064000 | #Constraints:      70840
2997.29/3060.36	c #Conflicts:    3065000 | #Constraints:      71873
2997.29/3060.36	c #Conflicts:    3066000 | #Constraints:      72911
2997.29/3060.36	c #Conflicts:    3067000 | #Constraints:      73960
2997.29/3060.36	c #Conflicts:    3068000 | #Constraints:      74995
2997.29/3060.36	c #Conflicts:    3069000 | #Constraints:      76037
2997.29/3060.36	c #Conflicts:    3070000 | #Constraints:      77074
2997.29/3060.36	c #Conflicts:    3071000 | #Constraints:      78115
2997.29/3060.36	c INPROCESSING
2997.29/3060.36	c GARBAGE COLLECT
2997.29/3060.36	c rational objective 997
3041.02/3104.55	c #Conflicts:    3072000 | #Constraints:      43467
3041.02/3104.55	c #Conflicts:    3073000 | #Constraints:      44467
3041.02/3104.55	c #Conflicts:    3074000 | #Constraints:      45467
3041.02/3104.55	c #Conflicts:    3075000 | #Constraints:      46467
3041.02/3104.55	c #Conflicts:    3076000 | #Constraints:      47467
3041.02/3104.55	c #Conflicts:    3077000 | #Constraints:      48467
3041.02/3104.55	c #Conflicts:    3078000 | #Constraints:      49467
3041.02/3104.55	c #Conflicts:    3079000 | #Constraints:      50467
3041.02/3104.55	c #Conflicts:    3080000 | #Constraints:      51467
3041.02/3104.55	c #Conflicts:    3081000 | #Constraints:      52467
3041.02/3104.55	c #Conflicts:    3082000 | #Constraints:      53467
3041.02/3104.55	c #Conflicts:    3083000 | #Constraints:      54467
3041.02/3104.55	c #Conflicts:    3084000 | #Constraints:      55467
3041.02/3104.55	c #Conflicts:    3085000 | #Constraints:      56467
3041.02/3104.55	c #Conflicts:    3086000 | #Constraints:      57467
3041.02/3104.55	c #Conflicts:    3087000 | #Constraints:      58467
3041.02/3104.55	c #Conflicts:    3088000 | #Constraints:      59467
3041.02/3104.55	c #Conflicts:    3089000 | #Constraints:      60467
3041.02/3104.55	c #Conflicts:    3090000 | #Constraints:      61467
3041.02/3104.55	c #Conflicts:    3091000 | #Constraints:      62467
3041.02/3104.55	c #Conflicts:    3092000 | #Constraints:      63467
3041.02/3104.55	c #Conflicts:    3093000 | #Constraints:      64467
3041.02/3104.55	c #Conflicts:    3094000 | #Constraints:      65467
3041.02/3104.55	c #Conflicts:    3095000 | #Constraints:      66467
3041.02/3104.55	c #Conflicts:    3096000 | #Constraints:      67467
3041.02/3104.55	c #Conflicts:    3097000 | #Constraints:      68467
3041.02/3104.55	c #Conflicts:    3098000 | #Constraints:      69467
3041.02/3104.55	c #Conflicts:    3099000 | #Constraints:      70467
3041.02/3104.55	c #Conflicts:    3100000 | #Constraints:      71467
3041.02/3104.55	c #Conflicts:    3101000 | #Constraints:      72467
3041.02/3104.55	c #Conflicts:    3102000 | #Constraints:      73467
3041.02/3104.55	c #Conflicts:    3103000 | #Constraints:      74467
3041.02/3104.55	c #Conflicts:    3104000 | #Constraints:      75467
3041.02/3104.55	c #Conflicts:    3105000 | #Constraints:      76467
3041.02/3104.55	c #Conflicts:    3106000 | #Constraints:      77467
3041.02/3104.55	c INPROCESSING
3041.02/3104.55	c GARBAGE COLLECT
3041.02/3104.55	c rational objective 997
3083.34/3147.82	c #Conflicts:    3107000 | #Constraints:      43141
3083.34/3147.82	c #Conflicts:    3108000 | #Constraints:      44141
3083.34/3147.82	c #Conflicts:    3109000 | #Constraints:      45141
3083.34/3147.82	c #Conflicts:    3110000 | #Constraints:      46141
3083.34/3147.82	c #Conflicts:    3111000 | #Constraints:      47141
3083.34/3147.82	c #Conflicts:    3112000 | #Constraints:      48141
3083.34/3147.82	c #Conflicts:    3113000 | #Constraints:      49141
3083.34/3147.82	c #Conflicts:    3114000 | #Constraints:      50141
3083.34/3147.82	c #Conflicts:    3115000 | #Constraints:      51141
3083.34/3147.82	c #Conflicts:    3116000 | #Constraints:      52141
3083.34/3147.82	c #Conflicts:    3117000 | #Constraints:      53141
3083.34/3147.82	c #Conflicts:    3118000 | #Constraints:      54141
3083.34/3147.82	c #Conflicts:    3119000 | #Constraints:      55141
3083.34/3147.82	c #Conflicts:    3120000 | #Constraints:      56141
3083.34/3147.82	c #Conflicts:    3121000 | #Constraints:      57141
3083.34/3147.82	c #Conflicts:    3122000 | #Constraints:      58141
3083.34/3147.82	c #Conflicts:    3123000 | #Constraints:      59141
3083.34/3147.82	c #Conflicts:    3124000 | #Constraints:      60141
3083.34/3147.82	c #Conflicts:    3125000 | #Constraints:      61141
3083.34/3147.82	c #Conflicts:    3126000 | #Constraints:      62141
3083.34/3147.82	c #Conflicts:    3127000 | #Constraints:      63141
3083.34/3147.82	c #Conflicts:    3128000 | #Constraints:      64141
3083.34/3147.82	c #Conflicts:    3129000 | #Constraints:      65141
3083.34/3147.82	c #Conflicts:    3130000 | #Constraints:      66141
3083.34/3147.82	c #Conflicts:    3131000 | #Constraints:      67141
3083.34/3147.82	c #Conflicts:    3132000 | #Constraints:      68141
3083.34/3147.82	c #Conflicts:    3133000 | #Constraints:      69141
3083.34/3147.82	c #Conflicts:    3134000 | #Constraints:      70141
3083.34/3147.82	c #Conflicts:    3135000 | #Constraints:      71141
3083.34/3147.82	c #Conflicts:    3136000 | #Constraints:      72141
3083.34/3147.82	c #Conflicts:    3137000 | #Constraints:      73141
3083.34/3147.82	c #Conflicts:    3138000 | #Constraints:      74141
3083.34/3147.82	c #Conflicts:    3139000 | #Constraints:      75141
3083.34/3147.82	c #Conflicts:    3140000 | #Constraints:      76141
3083.34/3147.82	c #Conflicts:    3141000 | #Constraints:      77141
3083.34/3147.82	c INPROCESSING
3083.34/3147.82	c GARBAGE COLLECT
3083.34/3147.82	c rational objective 997
3129.89/3195.40	c #Conflicts:    3142000 | #Constraints:      42790
3129.89/3195.40	c #Conflicts:    3143000 | #Constraints:      43791
3129.89/3195.40	c #Conflicts:    3144000 | #Constraints:      44838
3129.89/3195.40	c #Conflicts:    3145000 | #Constraints:      45936
3129.89/3195.40	c #Conflicts:    3146000 | #Constraints:      47004
3129.89/3195.40	c #Conflicts:    3147000 | #Constraints:      48079
3129.89/3195.40	c #Conflicts:    3148000 | #Constraints:      49150
3129.89/3195.40	c #Conflicts:    3149000 | #Constraints:      50212
3129.89/3195.40	c #Conflicts:    3150000 | #Constraints:      51254
3129.89/3195.40	c #Conflicts:    3151000 | #Constraints:      52318
3129.89/3195.40	c #Conflicts:    3152000 | #Constraints:      53361
3129.89/3195.40	c #Conflicts:    3153000 | #Constraints:      54389
3129.89/3195.40	c #Conflicts:    3154000 | #Constraints:      55427
3129.89/3195.40	c #Conflicts:    3155000 | #Constraints:      56457
3129.89/3195.40	c #Conflicts:    3156000 | #Constraints:      57508
3129.89/3195.40	c #Conflicts:    3157000 | #Constraints:      58550
3129.89/3195.40	c #Conflicts:    3158000 | #Constraints:      59570
3129.89/3195.40	c #Conflicts:    3159000 | #Constraints:      60601
3129.89/3195.40	c #Conflicts:    3160000 | #Constraints:      61638
3129.89/3195.40	c #Conflicts:    3161000 | #Constraints:      62672
3129.89/3195.40	c #Conflicts:    3162000 | #Constraints:      63693
3129.89/3195.40	c #Conflicts:    3163000 | #Constraints:      64735
3129.89/3195.40	c #Conflicts:    3164000 | #Constraints:      65766
3129.89/3195.40	c #Conflicts:    3165000 | #Constraints:      66809
3129.89/3195.40	c #Conflicts:    3166000 | #Constraints:      67866
3129.89/3195.40	c #Conflicts:    3167000 | #Constraints:      68920
3129.89/3195.40	c #Conflicts:    3168000 | #Constraints:      69974
3129.89/3195.40	c #Conflicts:    3169000 | #Constraints:      71021
3129.89/3195.40	c #Conflicts:    3170000 | #Constraints:      72061
3129.89/3195.40	c #Conflicts:    3171000 | #Constraints:      73099
3129.89/3195.40	c #Conflicts:    3172000 | #Constraints:      74126
3129.89/3195.40	c #Conflicts:    3173000 | #Constraints:      75168
3129.89/3195.40	c #Conflicts:    3174000 | #Constraints:      76186
3129.89/3195.40	c #Conflicts:    3175000 | #Constraints:      77215
3129.89/3195.40	c #Conflicts:    3176000 | #Constraints:      78241
3129.89/3195.40	c #Conflicts:    3177000 | #Constraints:      79304
3129.89/3195.40	c INPROCESSING
3129.89/3195.40	c GARBAGE COLLECT
3129.89/3195.40	c rational objective 997
3174.55/3240.85	c #Conflicts:    3178000 | #Constraints:      43941
3174.55/3240.85	c #Conflicts:    3179000 | #Constraints:      44941
3174.55/3240.85	c #Conflicts:    3180000 | #Constraints:      45941
3174.55/3240.85	c #Conflicts:    3181000 | #Constraints:      46941
3174.55/3240.85	c #Conflicts:    3182000 | #Constraints:      47941
3174.55/3240.85	c #Conflicts:    3183000 | #Constraints:      48941
3174.55/3240.85	c #Conflicts:    3184000 | #Constraints:      49941
3174.55/3240.85	c #Conflicts:    3185000 | #Constraints:      50941
3174.55/3240.85	c #Conflicts:    3186000 | #Constraints:      51941
3174.55/3240.85	c #Conflicts:    3187000 | #Constraints:      52941
3174.55/3240.85	c #Conflicts:    3188000 | #Constraints:      53941
3174.55/3240.85	c #Conflicts:    3189000 | #Constraints:      54941
3174.55/3240.85	c #Conflicts:    3190000 | #Constraints:      55941
3174.55/3240.85	c #Conflicts:    3191000 | #Constraints:      56941
3174.55/3240.85	c #Conflicts:    3192000 | #Constraints:      57941
3174.55/3240.85	c #Conflicts:    3193000 | #Constraints:      58941
3174.55/3240.85	c #Conflicts:    3194000 | #Constraints:      59941
3174.55/3240.85	c #Conflicts:    3195000 | #Constraints:      60942
3174.55/3240.85	c #Conflicts:    3196000 | #Constraints:      61942
3174.55/3240.85	c #Conflicts:    3197000 | #Constraints:      62942
3174.55/3240.85	c #Conflicts:    3198000 | #Constraints:      63943
3174.55/3240.85	c #Conflicts:    3199000 | #Constraints:      64943
3174.55/3240.85	c #Conflicts:    3200000 | #Constraints:      65943
3174.55/3240.85	c #Conflicts:    3201000 | #Constraints:      66943
3174.55/3240.85	c #Conflicts:    3202000 | #Constraints:      67943
3174.55/3240.85	c #Conflicts:    3203000 | #Constraints:      68943
3174.55/3240.85	c #Conflicts:    3204000 | #Constraints:      69944
3174.55/3240.85	c #Conflicts:    3205000 | #Constraints:      70944
3174.55/3240.85	c #Conflicts:    3206000 | #Constraints:      71944
3174.55/3240.85	c #Conflicts:    3207000 | #Constraints:      72944
3174.55/3240.85	c #Conflicts:    3208000 | #Constraints:      73946
3174.55/3240.85	c #Conflicts:    3209000 | #Constraints:      74946
3174.55/3240.85	c #Conflicts:    3210000 | #Constraints:      75947
3174.55/3240.85	c #Conflicts:    3211000 | #Constraints:      76947
3174.55/3240.85	c #Conflicts:    3212000 | #Constraints:      77947
3174.55/3240.85	c #Conflicts:    3213000 | #Constraints:      78948
3174.55/3240.85	c INPROCESSING
3174.55/3240.85	c GARBAGE COLLECT
3174.55/3240.85	c rational objective 997
3218.91/3285.52	c #Conflicts:    3214000 | #Constraints:      44006
3218.91/3285.52	c #Conflicts:    3215000 | #Constraints:      45006
3218.91/3285.52	c #Conflicts:    3216000 | #Constraints:      46006
3218.91/3285.52	c #Conflicts:    3217000 | #Constraints:      47006
3218.91/3285.52	c #Conflicts:    3218000 | #Constraints:      48006
3218.91/3285.52	c #Conflicts:    3219000 | #Constraints:      49006
3218.91/3285.52	c #Conflicts:    3220000 | #Constraints:      50006
3218.91/3285.52	c #Conflicts:    3221000 | #Constraints:      51006
3218.91/3285.52	c #Conflicts:    3222000 | #Constraints:      52006
3218.91/3285.52	c #Conflicts:    3223000 | #Constraints:      53006
3218.91/3285.52	c #Conflicts:    3224000 | #Constraints:      54006
3218.91/3285.52	c #Conflicts:    3225000 | #Constraints:      55006
3218.91/3285.52	c #Conflicts:    3226000 | #Constraints:      56006
3218.91/3285.52	c #Conflicts:    3227000 | #Constraints:      57006
3218.91/3285.52	c #Conflicts:    3228000 | #Constraints:      58006
3218.91/3285.52	c #Conflicts:    3229000 | #Constraints:      59006
3218.91/3285.52	c #Conflicts:    3230000 | #Constraints:      60006
3218.91/3285.52	c #Conflicts:    3231000 | #Constraints:      61006
3218.91/3285.52	c #Conflicts:    3232000 | #Constraints:      62006
3218.91/3285.52	c #Conflicts:    3233000 | #Constraints:      63006
3218.91/3285.52	c #Conflicts:    3234000 | #Constraints:      64006
3218.91/3285.52	c #Conflicts:    3235000 | #Constraints:      65006
3218.91/3285.52	c #Conflicts:    3236000 | #Constraints:      66006
3218.91/3285.52	c #Conflicts:    3237000 | #Constraints:      67006
3218.91/3285.52	c #Conflicts:    3238000 | #Constraints:      68006
3218.91/3285.52	c #Conflicts:    3239000 | #Constraints:      69006
3218.91/3285.52	c #Conflicts:    3240000 | #Constraints:      70006
3218.91/3285.52	c #Conflicts:    3241000 | #Constraints:      71006
3218.91/3285.52	c #Conflicts:    3242000 | #Constraints:      72006
3218.91/3285.52	c #Conflicts:    3243000 | #Constraints:      73006
3218.91/3285.52	c #Conflicts:    3244000 | #Constraints:      74006
3218.91/3285.52	c #Conflicts:    3245000 | #Constraints:      75006
3218.91/3285.52	c #Conflicts:    3246000 | #Constraints:      76006
3218.91/3285.52	c #Conflicts:    3247000 | #Constraints:      77006
3218.91/3285.52	c #Conflicts:    3248000 | #Constraints:      78006
3218.91/3285.52	c #Conflicts:    3249000 | #Constraints:      79006
3218.91/3285.52	c INPROCESSING
3218.91/3285.52	c GARBAGE COLLECT
3218.91/3285.52	c rational objective 997
3266.56/3333.98	c #Conflicts:    3250000 | #Constraints:      44004
3266.56/3333.98	c #Conflicts:    3251000 | #Constraints:      45004
3266.56/3333.98	c #Conflicts:    3252000 | #Constraints:      46039
3266.56/3333.98	c #Conflicts:    3253000 | #Constraints:      47088
3266.56/3333.98	c #Conflicts:    3254000 | #Constraints:      48131
3266.56/3333.98	c #Conflicts:    3255000 | #Constraints:      49182
3266.56/3333.98	c #Conflicts:    3256000 | #Constraints:      50224
3266.56/3333.98	c #Conflicts:    3257000 | #Constraints:      51270
3266.56/3333.98	c #Conflicts:    3258000 | #Constraints:      52316
3266.56/3333.98	c #Conflicts:    3259000 | #Constraints:      53353
3266.56/3333.98	c #Conflicts:    3260000 | #Constraints:      54403
3266.56/3333.98	c #Conflicts:    3261000 | #Constraints:      55451
3266.56/3333.98	c #Conflicts:    3262000 | #Constraints:      56476
3266.56/3333.98	c #Conflicts:    3263000 | #Constraints:      57518
3266.56/3333.98	c #Conflicts:    3264000 | #Constraints:      58564
3266.56/3333.98	c #Conflicts:    3265000 | #Constraints:      59604
3266.56/3333.98	c #Conflicts:    3266000 | #Constraints:      60650
3266.56/3333.98	c #Conflicts:    3267000 | #Constraints:      61675
3266.56/3333.98	c #Conflicts:    3268000 | #Constraints:      62710
3266.56/3333.98	c #Conflicts:    3269000 | #Constraints:      63745
3266.56/3333.98	c #Conflicts:    3270000 | #Constraints:      64763
3266.56/3333.98	c #Conflicts:    3271000 | #Constraints:      65796
3266.56/3333.98	c #Conflicts:    3272000 | #Constraints:      66830
3266.56/3333.98	c #Conflicts:    3273000 | #Constraints:      67869
3266.56/3333.98	c #Conflicts:    3274000 | #Constraints:      68897
3266.56/3333.98	c #Conflicts:    3275000 | #Constraints:      69932
3266.56/3333.98	c #Conflicts:    3276000 | #Constraints:      70975
3266.56/3333.98	c #Conflicts:    3277000 | #Constraints:      72004
3266.56/3333.98	c #Conflicts:    3278000 | #Constraints:      73027
3266.56/3333.98	c #Conflicts:    3279000 | #Constraints:      74053
3266.56/3333.98	c #Conflicts:    3280000 | #Constraints:      75087
3266.56/3333.98	c #Conflicts:    3281000 | #Constraints:      76108
3266.56/3333.98	c #Conflicts:    3282000 | #Constraints:      77130
3266.56/3333.98	c #Conflicts:    3283000 | #Constraints:      78153
3266.56/3333.98	c #Conflicts:    3284000 | #Constraints:      79187
3266.56/3333.98	c #Conflicts:    3285000 | #Constraints:      80223
3266.56/3333.98	c INPROCESSING
3266.56/3333.98	c GARBAGE COLLECT
3266.56/3333.98	c rational objective 997
3315.84/3385.46	c #Conflicts:    3286000 | #Constraints:      44408
3315.84/3385.46	c #Conflicts:    3287000 | #Constraints:      45408
3315.84/3385.46	c #Conflicts:    3288000 | #Constraints:      46408
3315.84/3385.46	c #Conflicts:    3289000 | #Constraints:      47408
3315.84/3385.46	c #Conflicts:    3290000 | #Constraints:      48408
3315.84/3385.46	c #Conflicts:    3291000 | #Constraints:      49408
3315.84/3385.46	c #Conflicts:    3292000 | #Constraints:      50408
3315.84/3385.46	c #Conflicts:    3293000 | #Constraints:      51408
3315.84/3385.46	c #Conflicts:    3294000 | #Constraints:      52408
3315.84/3385.46	c #Conflicts:    3295000 | #Constraints:      53408
3315.84/3385.46	c #Conflicts:    3296000 | #Constraints:      54408
3315.84/3385.46	c #Conflicts:    3297000 | #Constraints:      55408
3315.84/3385.46	c #Conflicts:    3298000 | #Constraints:      56408
3315.84/3385.46	c #Conflicts:    3299000 | #Constraints:      57408
3315.84/3385.46	c #Conflicts:    3300000 | #Constraints:      58408
3315.84/3385.46	c #Conflicts:    3301000 | #Constraints:      59408
3315.84/3385.46	c #Conflicts:    3302000 | #Constraints:      60408
3315.84/3385.46	c #Conflicts:    3303000 | #Constraints:      61408
3315.84/3385.46	c #Conflicts:    3304000 | #Constraints:      62408
3315.84/3385.46	c #Conflicts:    3305000 | #Constraints:      63408
3315.84/3385.46	c #Conflicts:    3306000 | #Constraints:      64408
3315.84/3385.46	c #Conflicts:    3307000 | #Constraints:      65408
3315.84/3385.46	c #Conflicts:    3308000 | #Constraints:      66408
3315.84/3385.46	c #Conflicts:    3309000 | #Constraints:      67409
3315.84/3385.46	c #Conflicts:    3310000 | #Constraints:      68410
3315.84/3385.46	c #Conflicts:    3311000 | #Constraints:      69411
3315.84/3385.46	c #Conflicts:    3312000 | #Constraints:      70411
3315.84/3385.46	c #Conflicts:    3313000 | #Constraints:      71412
3315.84/3385.46	c #Conflicts:    3314000 | #Constraints:      72414
3315.84/3385.46	c #Conflicts:    3315000 | #Constraints:      73415
3315.84/3385.46	c #Conflicts:    3316000 | #Constraints:      74416
3315.84/3385.46	c #Conflicts:    3317000 | #Constraints:      75417
3315.84/3385.46	c #Conflicts:    3318000 | #Constraints:      76418
3315.84/3385.46	c #Conflicts:    3319000 | #Constraints:      77419
3315.84/3385.46	c #Conflicts:    3320000 | #Constraints:      78420
3315.84/3385.46	c #Conflicts:    3321000 | #Constraints:      79420
3315.84/3385.46	c INPROCESSING
3315.84/3385.46	c GARBAGE COLLECT
3315.84/3385.46	c rational objective 997
3369.53/3447.65	c #Conflicts:    3322000 | #Constraints:      43952
3369.53/3447.65	c #Conflicts:    3323000 | #Constraints:      44952
3369.53/3447.65	c #Conflicts:    3324000 | #Constraints:      45965
3369.53/3447.65	c #Conflicts:    3325000 | #Constraints:      47017
3369.53/3447.65	c #Conflicts:    3326000 | #Constraints:      48076
3369.53/3447.65	c #Conflicts:    3327000 | #Constraints:      49121
3369.53/3447.65	c #Conflicts:    3328000 | #Constraints:      50184
3369.53/3447.65	c #Conflicts:    3329000 | #Constraints:      51224
3369.53/3447.65	c #Conflicts:    3330000 | #Constraints:      52263
3369.53/3447.65	c #Conflicts:    3331000 | #Constraints:      53305
3369.53/3447.65	c #Conflicts:    3332000 | #Constraints:      54346
3369.53/3447.65	c #Conflicts:    3333000 | #Constraints:      55394
3369.53/3447.65	c #Conflicts:    3334000 | #Constraints:      56427
3369.53/3447.65	c #Conflicts:    3335000 | #Constraints:      57468
3369.53/3447.65	c #Conflicts:    3336000 | #Constraints:      58498
3369.53/3447.65	c #Conflicts:    3337000 | #Constraints:      59528
3369.53/3447.65	c #Conflicts:    3338000 | #Constraints:      60557
3369.53/3447.65	c #Conflicts:    3339000 | #Constraints:      61579
3369.53/3447.65	c #Conflicts:    3340000 | #Constraints:      62621
3369.53/3447.65	c #Conflicts:    3341000 | #Constraints:      63646
3369.53/3447.65	c #Conflicts:    3342000 | #Constraints:      64677
3369.53/3447.65	c #Conflicts:    3343000 | #Constraints:      65717
3369.53/3447.65	c #Conflicts:    3344000 | #Constraints:      66737
3369.53/3447.65	c #Conflicts:    3345000 | #Constraints:      67760
3369.53/3447.65	c #Conflicts:    3346000 | #Constraints:      68799
3369.53/3447.65	c #Conflicts:    3347000 | #Constraints:      69820
3369.53/3447.65	c #Conflicts:    3348000 | #Constraints:      70844
3369.53/3447.65	c #Conflicts:    3349000 | #Constraints:      71874
3369.53/3447.65	c #Conflicts:    3350000 | #Constraints:      72909
3369.53/3447.65	c #Conflicts:    3351000 | #Constraints:      73942
3369.53/3447.65	c #Conflicts:    3352000 | #Constraints:      74970
3369.53/3447.65	c #Conflicts:    3353000 | #Constraints:      76003
3369.53/3447.65	c #Conflicts:    3354000 | #Constraints:      77025
3369.53/3447.65	c #Conflicts:    3355000 | #Constraints:      78071
3369.53/3447.65	c #Conflicts:    3356000 | #Constraints:      79102
3369.53/3447.65	c #Conflicts:    3357000 | #Constraints:      80140
3369.53/3447.65	c #Conflicts:    3358000 | #Constraints:      81171
3369.53/3447.65	c INPROCESSING
3369.53/3447.65	c GARBAGE COLLECT
3369.53/3447.65	c rational objective 997
3406.89/3488.64	c #Conflicts:    3359000 | #Constraints:      44885
3406.89/3488.64	c #Conflicts:    3360000 | #Constraints:      45885
3406.89/3488.64	c #Conflicts:    3361000 | #Constraints:      46885
3406.89/3488.64	c #Conflicts:    3362000 | #Constraints:      47885
3406.89/3488.64	c #Conflicts:    3363000 | #Constraints:      48885
3406.89/3488.64	c #Conflicts:    3364000 | #Constraints:      49885
3406.89/3488.64	c #Conflicts:    3365000 | #Constraints:      50885
3406.89/3488.64	c #Conflicts:    3366000 | #Constraints:      51885
3406.89/3488.64	c #Conflicts:    3367000 | #Constraints:      52885
3406.89/3488.64	c #Conflicts:    3368000 | #Constraints:      53885
3406.89/3488.64	c #Conflicts:    3369000 | #Constraints:      54885
3406.89/3488.64	c #Conflicts:    3370000 | #Constraints:      55885
3406.89/3488.64	c #Conflicts:    3371000 | #Constraints:      56885
3406.89/3488.64	c #Conflicts:    3372000 | #Constraints:      57885
3406.89/3488.64	c #Conflicts:    3373000 | #Constraints:      58885
3406.89/3488.64	c #Conflicts:    3374000 | #Constraints:      59885
3406.89/3488.64	c #Conflicts:    3375000 | #Constraints:      60885
3406.89/3488.64	c #Conflicts:    3376000 | #Constraints:      61885
3406.89/3488.64	c #Conflicts:    3377000 | #Constraints:      62885
3406.89/3488.64	c #Conflicts:    3378000 | #Constraints:      63885
3406.89/3488.64	c #Conflicts:    3379000 | #Constraints:      64885
3406.89/3488.64	c #Conflicts:    3380000 | #Constraints:      65885
3406.89/3488.64	c #Conflicts:    3381000 | #Constraints:      66885
3406.89/3488.64	c #Conflicts:    3382000 | #Constraints:      67885
3406.89/3488.64	c #Conflicts:    3383000 | #Constraints:      68885
3406.89/3488.64	c #Conflicts:    3384000 | #Constraints:      69885
3406.89/3488.64	c #Conflicts:    3385000 | #Constraints:      70885
3406.89/3488.64	c #Conflicts:    3386000 | #Constraints:      71885
3406.89/3488.64	c #Conflicts:    3387000 | #Constraints:      72885
3406.89/3488.64	c bounds 1032 >= 998 @ 3371.95
3407.88/3489.63	WSVECS04 Frhs2[1581]: 6 -1.00008 0 shouldn't be
3421.36/3506.69	c #Conflicts:    3388000 | #Constraints:      73981
3421.36/3506.69	c #Conflicts:    3389000 | #Constraints:      74981
3421.36/3506.69	c #Conflicts:    3390000 | #Constraints:      75981
3421.36/3506.69	c #Conflicts:    3391000 | #Constraints:      76981
3421.36/3506.69	c #Conflicts:    3392000 | #Constraints:      77981
3421.36/3506.69	c #Conflicts:    3393000 | #Constraints:      78981
3421.36/3506.69	c #Conflicts:    3394000 | #Constraints:      79981
3421.36/3506.69	c #Conflicts:    3395000 | #Constraints:      80981
3421.36/3506.69	c INPROCESSING
3421.36/3506.69	c GARBAGE COLLECT
3421.36/3506.69	c rational objective 998
3470.48/3562.37	c #Conflicts:    3396000 | #Constraints:      45015
3470.48/3562.37	c #Conflicts:    3397000 | #Constraints:      46015
3470.48/3562.37	c #Conflicts:    3398000 | #Constraints:      47015
3470.48/3562.37	c #Conflicts:    3399000 | #Constraints:      48015
3470.48/3562.37	c #Conflicts:    3400000 | #Constraints:      49015
3470.48/3562.37	c #Conflicts:    3401000 | #Constraints:      50015
3470.48/3562.37	c #Conflicts:    3402000 | #Constraints:      51015
3470.48/3562.37	c #Conflicts:    3403000 | #Constraints:      52015
3470.48/3562.37	c #Conflicts:    3404000 | #Constraints:      53015
3470.48/3562.37	c #Conflicts:    3405000 | #Constraints:      54015
3470.48/3562.37	c #Conflicts:    3406000 | #Constraints:      55015
3470.48/3562.37	c #Conflicts:    3407000 | #Constraints:      56015
3470.48/3562.37	c #Conflicts:    3408000 | #Constraints:      57015
3470.48/3562.37	c #Conflicts:    3409000 | #Constraints:      58015
3470.48/3562.37	c #Conflicts:    3410000 | #Constraints:      59015
3470.48/3562.37	c #Conflicts:    3411000 | #Constraints:      60015
3470.48/3562.37	c #Conflicts:    3412000 | #Constraints:      61015
3470.48/3562.37	c #Conflicts:    3413000 | #Constraints:      62015
3470.48/3562.37	c #Conflicts:    3414000 | #Constraints:      63015
3470.48/3562.37	c #Conflicts:    3415000 | #Constraints:      64015
3470.48/3562.37	c #Conflicts:    3416000 | #Constraints:      65015
3470.48/3562.37	c #Conflicts:    3417000 | #Constraints:      66015
3470.48/3562.37	c #Conflicts:    3418000 | #Constraints:      67015
3470.48/3562.37	c #Conflicts:    3419000 | #Constraints:      68015
3470.48/3562.37	c #Conflicts:    3420000 | #Constraints:      69015
3470.48/3562.37	c #Conflicts:    3421000 | #Constraints:      70015
3470.48/3562.37	c #Conflicts:    3422000 | #Constraints:      71015
3470.48/3562.37	c #Conflicts:    3423000 | #Constraints:      72015
3470.48/3562.37	c #Conflicts:    3424000 | #Constraints:      73015
3470.48/3562.37	c #Conflicts:    3425000 | #Constraints:      74015
3470.48/3562.37	c #Conflicts:    3426000 | #Constraints:      75015
3470.48/3562.37	c #Conflicts:    3427000 | #Constraints:      76015
3470.48/3562.37	c #Conflicts:    3428000 | #Constraints:      77015
3470.48/3562.37	c #Conflicts:    3429000 | #Constraints:      78015
3470.48/3562.37	c #Conflicts:    3430000 | #Constraints:      79015
3470.48/3562.37	c #Conflicts:    3431000 | #Constraints:      80015
3470.48/3562.37	c #Conflicts:    3432000 | #Constraints:      81015
3470.48/3562.37	c INPROCESSING
3470.48/3562.37	c GARBAGE COLLECT
3470.48/3562.37	c rational objective 998
3529.98/3625.22	c #Conflicts:    3433000 | #Constraints:      45053
3529.98/3625.22	c #Conflicts:    3434000 | #Constraints:      46054
3529.98/3625.22	c #Conflicts:    3435000 | #Constraints:      47056
3529.98/3625.22	c #Conflicts:    3436000 | #Constraints:      48058
3529.98/3625.22	c #Conflicts:    3437000 | #Constraints:      49060
3529.98/3625.22	c #Conflicts:    3438000 | #Constraints:      50065
3529.98/3625.22	c #Conflicts:    3439000 | #Constraints:      51068
3529.98/3625.22	c #Conflicts:    3440000 | #Constraints:      52076
3529.98/3625.22	c #Conflicts:    3441000 | #Constraints:      53084
3529.98/3625.22	c #Conflicts:    3442000 | #Constraints:      54089
3529.98/3625.22	c #Conflicts:    3443000 | #Constraints:      55094
3529.98/3625.22	c #Conflicts:    3444000 | #Constraints:      56114
3529.98/3625.22	c #Conflicts:    3445000 | #Constraints:      57180
3529.98/3625.22	c #Conflicts:    3446000 | #Constraints:      58245
3529.98/3625.22	c #Conflicts:    3447000 | #Constraints:      59312
3529.98/3625.22	c #Conflicts:    3448000 | #Constraints:      60364
3529.98/3625.22	c #Conflicts:    3449000 | #Constraints:      61415
3529.98/3625.22	c #Conflicts:    3450000 | #Constraints:      62462
3529.98/3625.22	c #Conflicts:    3451000 | #Constraints:      63511
3529.98/3625.22	c #Conflicts:    3452000 | #Constraints:      64550
3529.98/3625.22	c #Conflicts:    3453000 | #Constraints:      65606
3529.98/3625.22	c #Conflicts:    3454000 | #Constraints:      66653
3529.98/3625.22	c #Conflicts:    3455000 | #Constraints:      67693
3529.98/3625.22	c #Conflicts:    3456000 | #Constraints:      68732
3529.98/3625.22	c #Conflicts:    3457000 | #Constraints:      69772
3529.98/3625.22	c #Conflicts:    3458000 | #Constraints:      70812
3529.98/3625.22	c #Conflicts:    3459000 | #Constraints:      71839
3529.98/3625.22	c #Conflicts:    3460000 | #Constraints:      72879
3529.98/3625.22	c #Conflicts:    3461000 | #Constraints:      73917
3529.98/3625.22	c #Conflicts:    3462000 | #Constraints:      74946
3529.98/3625.22	c #Conflicts:    3463000 | #Constraints:      75999
3529.98/3625.22	c #Conflicts:    3464000 | #Constraints:      77018
3529.98/3625.22	c #Conflicts:    3465000 | #Constraints:      78046
3529.98/3625.22	c #Conflicts:    3466000 | #Constraints:      79080
3529.98/3625.22	c #Conflicts:    3467000 | #Constraints:      80103
3529.98/3625.22	c #Conflicts:    3468000 | #Constraints:      81142
3529.98/3625.22	c #Conflicts:    3469000 | #Constraints:      82172
3529.98/3625.22	c INPROCESSING
3529.98/3625.22	c GARBAGE COLLECT
3529.98/3625.22	c rational objective 998
3580.15/3680.03	c #Conflicts:    3470000 | #Constraints:      45411
3580.15/3680.03	c #Conflicts:    3471000 | #Constraints:      46411
3580.15/3680.03	c #Conflicts:    3472000 | #Constraints:      47411
3580.15/3680.03	c #Conflicts:    3473000 | #Constraints:      48411
3580.15/3680.03	c #Conflicts:    3474000 | #Constraints:      49411
3580.15/3680.03	c #Conflicts:    3475000 | #Constraints:      50411
3580.15/3680.03	c #Conflicts:    3476000 | #Constraints:      51411
3580.15/3680.03	c #Conflicts:    3477000 | #Constraints:      52411
3580.15/3680.03	c #Conflicts:    3478000 | #Constraints:      53411
3580.15/3680.03	c #Conflicts:    3479000 | #Constraints:      54411
3580.15/3680.03	c #Conflicts:    3480000 | #Constraints:      55411
3580.15/3680.03	c #Conflicts:    3481000 | #Constraints:      56411
3580.15/3680.03	c #Conflicts:    3482000 | #Constraints:      57411
3580.15/3680.03	c #Conflicts:    3483000 | #Constraints:      58411
3580.15/3680.03	c #Conflicts:    3484000 | #Constraints:      59411
3580.15/3680.03	c #Conflicts:    3485000 | #Constraints:      60411
3580.15/3680.03	c #Conflicts:    3486000 | #Constraints:      61411
3580.15/3680.03	c #Conflicts:    3487000 | #Constraints:      62411
3580.15/3680.03	c #Conflicts:    3488000 | #Constraints:      63411
3580.15/3680.03	c #Conflicts:    3489000 | #Constraints:      64411
3580.15/3680.03	c #Conflicts:    3490000 | #Constraints:      65411
3580.15/3680.03	c #Conflicts:    3491000 | #Constraints:      66411
3580.15/3680.03	c #Conflicts:    3492000 | #Constraints:      67411
3580.15/3680.03	c #Conflicts:    3493000 | #Constraints:      68411
3580.15/3680.03	c #Conflicts:    3494000 | #Constraints:      69411
3580.15/3680.03	c #Conflicts:    3495000 | #Constraints:      70411
3580.15/3680.03	c #Conflicts:    3496000 | #Constraints:      71411
3580.15/3680.03	c #Conflicts:    3497000 | #Constraints:      72411
3580.15/3680.03	c #Conflicts:    3498000 | #Constraints:      73411
3580.15/3680.03	c #Conflicts:    3499000 | #Constraints:      74411
3580.15/3680.03	c #Conflicts:    3500000 | #Constraints:      75411
3580.15/3680.03	c #Conflicts:    3501000 | #Constraints:      76411
3580.15/3680.03	c #Conflicts:    3502000 | #Constraints:      77411
3580.15/3680.03	c #Conflicts:    3503000 | #Constraints:      78411
3580.15/3680.03	c #Conflicts:    3504000 | #Constraints:      79411
3580.15/3680.03	c #Conflicts:    3505000 | #Constraints:      80411
3580.15/3680.03	c #Conflicts:    3506000 | #Constraints:      81411
3580.15/3680.03	c INPROCESSING
3580.15/3680.03	c GARBAGE COLLECT
3580.15/3680.03	c rational objective 998
3598.18/3700.00	c #Conflicts:    3507000 | #Constraints:      44937
3598.18/3700.00	c #Conflicts:    3508000 | #Constraints:      45937
3598.18/3700.00	c #Conflicts:    3509000 | #Constraints:      46937
3598.18/3700.00	c #Conflicts:    3510000 | #Constraints:      47937
3598.18/3700.00	c #Conflicts:    3511000 | #Constraints:      48937
3598.18/3700.00	c #Conflicts:    3512000 | #Constraints:      49937
3598.18/3700.00	c #Conflicts:    3513000 | #Constraints:      50937
3598.18/3700.00	c #Conflicts:    3514000 | #Constraints:      51937
3598.18/3700.00	c #Conflicts:    3515000 | #Constraints:      52937
3598.18/3700.00	c #Conflicts:    3516000 | #Constraints:      53937
3598.18/3700.00	c #Conflicts:    3517000 | #Constraints:      54937
3598.18/3700.00	c #Conflicts:    3518000 | #Constraints:      55937
3598.18/3700.00	c #Conflicts:    3519000 | #Constraints:      56937
3598.18/3700.00	c #Conflicts:    3520000 | #Constraints:      57937
3598.18/3700.00	c #Conflicts:    3521000 | #Constraints:      58937
3598.18/3700.00	c #Conflicts:    3522000 | #Constraints:      59937
3598.18/3700.00	c #Conflicts:    3523000 | #Constraints:      60937
3598.18/3700.00	c cpu time 3561.71 s
3598.18/3700.00	c deterministic time 210091709030 2.10e+11
3598.18/3700.00	c optimization time 18.2266 s
3598.18/3700.00	c total solve time 3543.47 s
3598.18/3700.00	c core-guided solve time 2113.43 s
3598.18/3700.00	c propagation time 2758.71 s
3598.18/3700.00	c conflict analysis time 720.395 s
3598.18/3700.00	c propagations 827121791
3598.18/3700.00	c resolve steps 53607234
3598.18/3700.00	c decisions 10270612
3598.18/3700.00	c conflicts 3523734
3598.18/3700.00	c restarts 6141
3598.18/3700.00	c inprocessing phases 178
3598.18/3700.00	c garbage collections 178 ,( 100.00 )
3598.18/3700.00	c input clauses 5192 ,( 63.74 )
3598.18/3700.00	c input cardinalities 2513 ,( 30.85 )
3598.18/3700.00	c input general constraints 440 ,( 5.40 )
3598.18/3700.00	c input average constraint length 263.67
3598.18/3700.00	c input average constraint degree 72.08
3598.18/3700.00	c learned clauses 2121311 ,( 59.37 )
3598.18/3700.00	c learned cardinalities 386547 ,( 10.82 )
3598.18/3700.00	c learned general constraints 1065057 ,( 29.81 )
3598.18/3700.00	c learned average constraint length 252.42
3598.18/3700.00	c learned average constraint degree 743524819.61
3598.18/3700.00	c watched  CF 32, 64, 128, Arb: 418667 , 0 , 0 , 0
3598.18/3700.00	c counting CF 32, 64, 128, Arb: 646831 , 0 , 0 , 0
3598.18/3700.00	c watched   constraints 418667 ,( 39.29 ) 
3598.18/3700.00	c counting  constraints 646830 ,( 60.71 ) 
3598.18/3700.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1811543429 , 6019024126 , 28389508589 ,( 674493145 , 27715015444 )
3598.18/3700.00	c gcd simplifications 83804
3598.18/3700.00	c detected cardinalities 62642
3598.18/3700.00	c weakened non-implied lits 350580587
3598.18/3700.00	c weakened non-implying lits 157553
3598.18/3700.00	c original variables 1959
3598.18/3700.00	c clausal propagations 332267576
3598.18/3700.00	c cardinality propagations 62940299
3598.18/3700.00	c watched propagations 12075973
3598.18/3700.00	c counting propagations 382170615
3598.18/3700.00	c watch lookups 117509811552
3598.18/3700.00	c watch backjump lookups 0
3598.18/3700.00	c watch checks 47369468431
3598.18/3700.00	c propagation checks 40826119124
3598.18/3700.00	c constraint additions 2704466043
3598.18/3700.00	c trail pops 840867257
3598.18/3700.00	c formula constraints 4006
3598.18/3700.00	c learned constraints 3476046
3598.18/3700.00	c bound constraints 1081
3598.18/3700.00	c core-guided constraints 3058
3598.18/3700.00	c encountered formula constraints 17017345
3598.18/3700.00	c encountered learned constraints 29014811
3598.18/3700.00	c encountered bound constraints 84
3598.18/3700.00	c encountered core-guided constraints 10217790
3598.18/3700.00	c LP total time 368.546 s
3598.18/3700.00	c LP solve time 311.87 s
3598.18/3700.00	c LP constraints added 6558
3598.18/3700.00	c LP constraints removed 2537
3598.18/3700.00	c LP pivots internal 3524173
3598.18/3700.00	c LP pivots root 60046
3598.18/3700.00	c LP calls 57659
3598.18/3700.00	c LP optimalities 9682
3598.18/3700.00	c LP no pivot count 3169
3598.18/3700.00	c LP infeasibilities 47973
3598.18/3700.00	c LP valid Farkas constraints 47960
3598.18/3700.00	c LP learned Farkas constraints 47822
3598.18/3700.00	c LP basis resets 13
3598.18/3700.00	c LP cycling count 0
3598.18/3700.00	c LP singular count 0
3598.18/3700.00	c LP no primal count 0
3598.18/3700.00	c LP no farkas count 13
3598.18/3700.00	c LP other issue count 0
3598.18/3700.00	c LP Gomory cuts 1087
3598.18/3700.00	c LP learned cuts 1465
3598.18/3700.00	c LP deleted cuts 2537
3598.18/3700.00	c LP encountered Gomory constraints 1707
3598.18/3700.00	c LP encountered Farkas constraints 576302
3598.18/3700.00	c LP encountered learned Farkas constraints 255107
3598.18/3700.00	c CG auxiliary variables introduced 1352
3598.18/3700.00	c CG solutions found 82
3598.18/3700.00	c CG cores constructed 998
3598.18/3700.00	c CG core cardinality constraints returned 0
3598.18/3700.00	c CG unit cores 0
3598.18/3700.00	c CG single cores 998
3598.18/3700.00	c CG blocks removed during cardinality reduction 0
3598.18/3700.00	c CG first core best 0
3598.18/3700.00	c CG decision core best 0
3598.18/3700.00	c CG core reduction tie 0
3598.18/3700.00	c CG core degree average 1.00
3598.18/3700.00	c CG core slack average 2.11
3598.18/3700.00	c CG core upper bound improvements 14
3598.18/3700.00	c STR number of successful calls 0
3598.18/3700.00	c STR number of unsuccessful calls 0
3598.18/3700.00	c STR number of inconclusive calls 0
3598.18/3700.00	c STR number of successful attempts 0
3598.18/3700.00	c STR number of unsuccessful attempts 0
3598.18/3700.00	c STR number of inconclusive attempts 0
3598.18/3700.00	c STR average degree increase per successful call inf
3598.18/3700.00	c STR average degree increase per successful attempt inf
3598.18/3700.00	c STR total number of conflicts for successful attempts 0
3598.18/3700.00	c STR total number of conflicts for unsuccessful attempts 0
3598.18/3700.00	c STR total number of conflicts for inconclusive attempts 0
3598.18/3700.00	c STR average number of conflicts per successful attempt inf
3598.18/3700.00	c STR average number of conflicts per unsuccessful attempt inf
3598.18/3700.00	c STR average number of conflicts per inconclusive attempt inf
3598.18/3700.00	c AVG.sumWPerc 50.73 
3598.18/3700.00	c bigint constraints 0 
3598.18/3700.00	o 1032
3598.18/3700.00	s SATISFIABLE
3598.18/3700.00	v x1 x2 x3 -x4 x5 -x6 x7 -x8 -x9 -x10 -x11 x12 x13 x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 x32 x33 x34 x35 x36 -x37 -x38 -x39 -x40 x41 x42 -x43 x44 x45 x46 x47 x48 x49 -x50 x51 -x52 x53 -x54 -x55 x56 -x57 x58 x59 x60 -x61 x62 -x63 -x64 -x65 -x66 x67 x68 -x69 -x70 -x71 x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 x83 x84 x85 -x86 -x87 x88 x89 x90 x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100 x101 x102 -x103 -x104 -x105 x106 x107 -x108 -x109 x110 x111 x112 x113 -x114 -x115 x116 -x117 x118 x119 -x120 -x121 x122 -x123 x124 -x125 -x126 x127 -x128 x129 -x130 x131 x132 -x133 -x134 -x135 x136 -x137 x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 x148 -x149 x150 x151 -x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 -x162 x163 x164 -x165 x166 x167 -x168 x169 x170 x171 x172 -x173 -x174 -x175 -x176 x177 -x178 x179 x180 x181 x182 -x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 x192 x193 x194 x195 x196 -x197 x198 x199 x200 x201 x202 x203 -x204 x205 x206 -x207 -x208 x209 x210 x211 -x212 -x213 x214 x215 x216 -x217 x218 -x219 -x220 x221 x222 -x223 x224 -x225 -x226 x227 -x228 -x229 x230 x231 x232 x233 x234 x235 x236 -x237 x238 x239 x240 -x241 x242 x243 x244 -x245 x246 x247 x248 -x249 x250 x251 -x252 x253 -x254 -x255 x256 x257 -x258 x259 -x260 -x261 -x262 x263 x264 x265 x266 x267 -x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 x277 x278 x279 x280 x281 -x282 x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 x292 x293 -x294 x295 x296 -x297 x298 x299 -x300 -x301 -x302 x303 x304 x305 x306 x307 -x308 -x309 x310 -x311 x312 -x313 -x314 x315 x316 -x317 x318 -x319 x320 -x321 x322 x323 -x324 -x325 -x326 x327 x328 -x329 x330 x331 -x332 -x333 -x334 x335 x336 -x337 x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 x349 -x350 x351 x352 -x353 x354 x355 -x356 x357 x358 x359 x360 -x361 x362 x363 x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 x374 x375 x376 -x377 x378 -x379 -x380 x381 x382 x383 x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 x392 x393 x394 x395 -x396 x397 x398 x399 -x400 -x401 x402 -x403 x404 x405 x406 x407 -x408 x409 x410 x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 x421 x422 x423 -x424 -x425 x426 -x427 -x428 x429 x430 x431 -x432 x433 -x434 x435 x436 -x437 x438 -x439 -x440 -x441 -x442 -x443 x444 x445 -x446 x447 x448 -x449 -x450 x451 x452 -x453 -x454 x455 x456 x457 x458 x459 x460 x461 -x462 x463 -x464 -x465 -x466 x467 -x468 x469 -x470 x471 -x472 -x473 -x474 x475 x476 x477 x478 x479 -x480 x481 x482 x483 x484 x485 -x486 x487 -x488 x489 x490 x491 -x492 -x493 x494 -x495 -x496 x497 x498 x499 -x500 x501 x502 x503 x504 x505 x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 x520 x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 x529 -x530 -x531 -x532 -x533 x534 x535 -x536 x537 -x538 x539 -x540 x541 x542 -x543 x544 -x545 x546 x547 x548 x549 x550 -x551 x552 x553 -x554 -x555 x556 -x557 -x558 x559 x560 -x561 -x562 -x563 x564 x565 -x566 x567 x568 x569 x570 -x571 x572 -x573 -x574 x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 x585 x586 -x587 x588 x589 x590 -x591 x592 x593 x594 -x595 -x596 -x597 -x598 x599 -x600 x601 x602 x603 -x604 -x605 -x606 x607 -x608 x609 -x610 x611 -x612 x613 x614 x615 -x616 -x617 -x618 x619 x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 -x634 x635 x636 x637 x638 -x639 x640 x641 x642 x643 -x644 x645 -x646 x647 x648 x649 x650 -x651 -x652 x653 x654 -x655 x656 -x657 -x658 -x659 x660 -x661 x662 -x663 -x664 -x665 x666 x667 x668 -x669 -x670 -x671 x672 x673 x674 -x675 x676 -x677 -x678 -x679 x680 -x681 x682 x683 x684 x685 -x686 x687 -x688 x689 -x690 -x691 x692 x693 -x694 -x695 x696 -x697 x698 -x699 x700 -x701 -x702 x703 x704 x705 x706 -x707 x708 x709 x710 x711 -x712 x713 x714 -x715 -x716 -x717 x718 -x719 x720 x721 x722 x723 x724 -x725 x726 -x727 -x728 x729 -x730 -x731 -x732 x733 -x734 -x735 x736 x737 -x738 -x739 x740 x741 -x742 -x743 -x744 -x745 x746 x747 x748 -x749 x750 x751 -x752 x753 -x754 x755 x756 x757 x758 -x759 x760 x761 x762 x763 -x764 x765 x766 x767 x768 -x769 -x770 -x771 x772 x773 x774 -x775 -x776 -x777 -x778 x779 -x780 x781 -x782 x783 x784 -x785 -x786 -x787 x788 -x789 x790 -x791 -x792 x793 -x794 x795 x796 x797 -x798 -x799 x800 x801 x802 -x803 -x804 -x805 -x806 x807 x808 x809 -x810 x811 x812 -x813 x814 x815 -x816 -x817 -x818 x819 -x820 -x821 -x822 -x823 x824 -x825 -x826 -x827 -x828 -x829 -x830 x831 -x832 x833 x834 -x835 -x836 x837 x838 -x839 x840 x841 x842 -x843 x844 -x845 -x846 -x847 -x848 x849 x850 x851 -x852 -x853 x854 x855 x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 x865 -x866 -x867 x868 x869 -x870 -x871 -x872 -x873 -x874 x875 -x876 x877 x878 -x879 x880 x881 x882 x883 -x884 -x885 x886 x887 x888 x889 -x890 -x891 x892 -x893 x894 x895 x896 -x897 x898 -x899 x900 -x901 -x902 x903 -x904 x905 -x906 x907 x908 -x909 x910 -x911 -x912 x913 x914 -x915 -x916 x917 x918 x919 x920 x921 -x922 -x923 -x924 x925 x926 -x927 x928 x929 x930 x931 -x932 -x933 -x934 -x935 x936 x937 -x938 x939 x940 -x941 -x942 x943 x944 -x945 -x946 x947 x948 x949 -x950 x951 -x952 -x953 x954 -x955 x956 x957 x958 -x959 -x960 -x961 -x962 x963 -x964 x965 x966 x967 -x968 x969 x970 x971 x972 -x973 -x974 x975 -x976 x977 x978 x979 -x980 x981 x982 -x983 -x984 -x985 x986 x987 -x988 -x989 x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 x1008 x1009 -x1010 -x1011 x1012 -x1013 x1014 -x1015 x1016 -x1017 x1018 x1019 -x1020 x1021 x1022 x1023 x1024 -x1025 -x1026 x1027 -x1028 x1029 x1030 -x1031 x1032 x1033 x1034 -x1035 -x1036 x1037 -x1038 -x1039 -x1040 x1041 x1042 x1043 -x1044 x1045 -x1046 -x1047 -x1048 x1049 -x1050 x1051 x1052 x1053 -x1054 -x1055 x1056 -x1057 -x1058 -x1059 x1060 x1061 -x1062 -x1063 x1064 -x1065 -x1066 x1067 -x1068 x1069 -x1070 x1071 x1072 -x1073 -x1074 -x1075 -x1076 -x1077 x1078 -x1079 -x1080 x1081 x1082 -x1083 x1084 x1085 -x1086 -x1087 x1088 -x1089 x1090 x1091 -x1092 -x1093 x1094 x1095 -x1096 -x1097 x1098 x1099 x1100 x1101 x1102 -x1103 -x1104 -x1105 -x1106 x1107 -x1108 x1109 -x1110 -x1111 x1112 x1113 -x1114 -x1115 x1116 -x1117 -x1118 -x1119 x1120 -x1121 x1122 -x1123 x1124 x1125 -x1126 x1127 -x1128 x1129 -x1130 -x1131 x1132 -x1133 x1134 x1135 -x1136 x1137 x1138 -x1139 x1140 x1141 x1142 x1143 -x1144 x1145 -x1146 -x1147 -x1148 x1149 -x1150 -x1151 -x1152 -x1153 x1154 -x1155 -x1156 -x1157 x1158 x1159 x1160 x1161 x1162 -x1163 -x1164 -x1165 -x1166 x1167 x1168 x1169 -x1170 -x1171 x1172 x1173 -x1174 -x1175 -x1176 -x1177 -x1178 x1179 x1180 -x1181 -x1182 -x1183 x1184 -x1185 -x1186 x1187 -x1188 x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 x1196 x1197 x1198 -x1199 x1200 x1201 -x1202 -x1203 x1204 x1205 x1206 -x1207 x1208 -x1209 -x1210 -x1211 x1212 x1213 x1214 x1215 x1216 x1217 -x1218 -x1219 x1220 -x1221 x1222 x1223 x1224 x1225 -x1226 -x1227 -x1228 x1229 -x1230 x1231 x1232 x1233 -x1234 -x1235 x1236 -x1237 -x1238 x1239 -x1240 x1241 x1242 x1243 x1244 -x1245 -x1246 -x1247 x1248 -x1249 -x1250 -x1251 x1252 -x1253 -x1254 x1255 -x1256 x1257 -x1258 x1259 x1260 -x1261 -x1262 x1263 -x1264 -x1265 x1266 x1267 x1268 -x1269 x1270 -x1271 x1272 -x1273 x1274 x1275 x1276 x1277 -x1278 x1279 x1280 x1281 -x1282 -x1283 -x1284 x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 x1292 x1293 x1294 x1295 x1296 -x1297 -x1298 x1299 x1300 -x1301 -x1302 -x1303 x1304 x1305 -x1306 x1307 -x1308 x1309 -x1310 -x1311 x1312 -x1313 -x1314 x1315 x1316 x1317 -x1318 x1319 x1320 -x1321 x1322 x1323 -x1324 x1325 -x1326 -x1327 x1328 -x1329 x1330 -x1331 -x1332 -x1333 x1334 -x1335 x1336 -x1337 x1338 x1339 -x1340 x1341 -x1342 -x1343 -x1344 -x1345 x1346 -x1347 -x1348 x1349 -x1350 x1351 x1352 x1353 -x1354 -x1355 x1356 x1357 -x1358 x1359 x1360 -x1361 -x1362 -x1363 x1364 x1365 x1366 -x1367 -x1368 x1369 x1370 x1371 x1372 x1373 -x1374 x1375 -x1376 x1377 -x1378 -x1379 x1380 x1381 -x1382 -x1383 x1384 -x1385 x1386 x1387 x1388 -x1389 x1390 x1391 -x1392 -x1393 -x1394 x1395 -x1396 x1397 x1398 x1399 x1400 -x1401 x1402 -x1403 x1404 x1405 x1406 x1407 -x1408 x1409 -x1410 -x1411 x1412 -x1413 -x1414 x1415 -x1416 x1417 x1418 -x1419 x1420 x1421 x1422 -x1423 -x1424 x1425 -x1426 -x1427 -x1428 x1429 x1430 x1431 -x1432 x1433 -x1434 x1435 -x1436 x1437 -x1438 x1439 -x1440 -x1441 x1442 -x1443 x1444 -x1445 x1446 x1447 x1448 x1449 -x1450 -x1451 -x1452 x1453 -x1454 x1455 x1456 x1457 -x1458 x1459 -x1460 x1461 -x1462 x1463 -x1464 -x1465 -x1466 -x1467 -x1468 x1469 x1470 -x1471 -x1472 -x1473 -x1474 x1475 x1476 -x1477 x1478 x1479 -x1480 -x1481 -x1482 x1483 -x1484 x1485 x1486 x1487 x1488 x1489 -x1490 x1491 x1492 x1493 x1494 x1495 -x1496 -x1497 x1498 -x1499 x1500 x1501 x1502 -x1503 -x1504 x1505 -x1506 x1507 x1508 -x1509 x1510 -x1511 -x1512 x1513 -x1514 x1515 -x1516 x1517 x1518 x1519 -x1520 x1521 x1522 -x1523 -x1524 -x1525 x1526 -x1527 -x1528 -x1529 -x1530 x1531 x1532 x1533 x1534 x1535 x1536 x1537 -x1538 x1539 x1540 -x1541 x1542 -x1543 -x1544 -x1545 x1546 -x1547 x1548 -x1549 x1550 x1551 x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 x1560 x1561 x1562 -x1563 x1564 x1565 -x1566 -x1567 -x1568 x1569 x1570 -x1571 -x1572 x1573 x1574 x1575 x1576 x1577 x1578 x1579 x1580 -x1581 -x1582 -x1583 x1584 x1585 x1586 x1587 x1588 -x1589 -x1590 x1591 -x1592 -x1593 x1594 -x1595 -x1596 -x1597 x1598 -x1599 x1600 x1601 x1602 -x1603 -x1604 x1605 x1606 x1607 -x1608 x1609 -x1610 x1611 -x1612 x1613 x1614 -x1615 x1616 -x1617 -x1618 -x1619 x1620 -x1621 x1622 x1623 x1624 -x1625 x1626 -x1627 x1628 -x1629 -x1630 x1631 x1632 -x1633 x1634 x1635 x1636 -x1637 x1638 x1639 x1640 x1641 -x1642 -x1643 x1644 -x1645 -x1646 -x1647 x1648 -x1649 x1650 -x1651 -x1652 x1653 x1654 x1655 -x1656 x1657 x1658 x1659 -x1660 x1661 x1662 -x1663 -x1664 x1665 -x1666 x1667 x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 x1675 x1676 x1677 x1678 -x1679 -x1680 x1681 x1682 -x1683 x1684 x1685 x1686 x1687 -x1688 -x1689 -x1690 -x1691 x1692 x1693 -x1694 x1695 x1696 x1697 -x1698 x1699 -x1700 -x1701 x1702 -x1703 x1704 x1705 x1706 x1707 -x1708 x1709 x1710 -x1711 -x1712 -x1713 x1714 -x1715 -x1716 -x1717 -x1718 x1719 x1720 x1721 -x1722 -x1723 x1724 x1725 x1726 x1727 x1728 -x1729 x1730 x1731 x1732 x1733 x1734 -x1735 x1736 -x1737 x1738 -x1739 x1740 x1741 -x1742 -x1743 x1744 -x1745 x1746 -x1747 -x1748 -x1749 x1750 x1751 -x1752 x1753 x1754 -x1755 -x1756 x1757 -x1758 -x1759 -x1760 -x1761 -x1762 x1763 -x1764 -x1765 x1766 x1767 -x1768 -x1769 x1770 -x1771 -x1772 -x1773 -x1774 -x1775 x1776 x1777 -x1778 -x1779 -x1780 x1781 x1782 x1783 x1784 x1785 -x1786 -x1787 x1788 -x1789 -x1790 x1791 x1792 -x1793 x1794 x1795 x1796 x1797 x1798 -x1799 x1800 x1801 x1802 -x1803 x1804 x1805 -x1806 x1807 -x1808 x1809 -x1810 -x1811 -x1812 x1813 -x1814 x1815 -x1816 -x1817 -x1818 -x1819 -x1820 x1821 x1822 x1823 x1824 -x1825 -x1826 x1827 x1828 x1829 x1830 x1831 -x1832 -x1833 -x1834 x1835 -x1836 x1837 x1838 -x1839 x1840 x1841 x1842 x1843 x1844 x1845 x1846 -x1847 x1848 x1849 x1850 -x1851 -x1852 x1853 x1854 -x1855 x1856 -x1857 -x1858 x1859 -x1860 x1861 x1862 -x1863 x1864 -x1865 x1866 -x1867 x1868 -x1869 x1870 x1871 -x1872 x1873 -x1874 x1875 x1876 x1877 x1878 -x1879 x1880 x1881 -x1882 -x1883 x1884 -x1885 -x1886 x1887 x1888 -x1889 x1890 x1891 -x1892 x1893 -x1894 x1895 -x1896 x1897 -x1898 x1899 -x1900 -x1901 x1902 x1903 -x1904 -x1905 x1906 x1907 x1908 x1909 x1910 x1911 x1912 -x1913 x1914 -x1915 -x1916 -x1917 -x1918 x1919 x1920 x1921 -x1922 x1923 x1924 x1925 x1926 x1927 -x1928 -x1929 -x1930 x1931 -x1932 x1933 x1934 x1935 x1936 -x1937 x1938 -x1939 -x1940 x1941 x1942 x1943 -x1944 x1945 x1946 -x1947 -x1948 x1949 -x1950 x1951 x1952 x1953 x1954 x1955 -x1956 x1957 x1958 -x1959
3598.18/3700.00	c Program interrupted by user.

Verifier Data

OK	1032

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: 63665 MiB (62024 MiB free)
  memory of node 1: 64507 MiB (60206 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 1.31 0.65 0.38 5/269 130451
/proc/meminfo: memFree=125096940/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=62908 memory=17416 CPUtime=0.07 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 2801 0 0 0 6 1 0 0 20 0 1 0 174139917 64417792 4354 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 15727 4354 2336 1147 0 3153 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 67100 KiB
Current children cumulated memory: 20488 KiB

[startup+0.205632 s]*
/proc/loadavg: 1.31 0.65 0.38 5/269 130452
/proc/meminfo: memFree=125079972/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=64088 memory=20636 CPUtime=0.17 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 3095 0 0 0 16 1 0 0 20 0 1 0 174139917 65626112 5159 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 16022 5159 2368 1147 0 3448 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 68280 KiB
Current children cumulated memory: 23708 KiB

[startup+0.30545 s]*
/proc/loadavg: 1.31 0.65 0.38 5/269 130452
/proc/meminfo: memFree=125059748/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=65448 memory=24064 CPUtime=0.27 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 3427 0 0 0 25 2 0 0 20 0 1 0 174139917 67018752 6016 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 16362 6016 2368 1147 0 3788 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 69640 KiB
Current children cumulated memory: 27136 KiB

[startup+0.700175 s]
/proc/loadavg: 1.31 0.65 0.38 5/269 130452
/proc/meminfo: memFree=125024252/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=82020 memory=39048 CPUtime=0.66 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 6616 0 0 0 59 7 0 0 20 0 1 0 174139917 83988480 9762 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 20505 9762 2400 1147 0 7931 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 86212 KiB
Current children cumulated memory: 42120 KiB

[startup+1.50019 s]
/proc/loadavg: 1.31 0.65 0.38 5/269 130452
/proc/meminfo: memFree=124940980/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=115072 memory=68912 CPUtime=1.46 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 12580 0 0 0 135 11 0 0 20 0 1 0 174139917 117833728 17228 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 28768 17228 2400 1147 0 16194 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 119264 KiB
Current children cumulated memory: 71984 KiB

[startup+3.10543 s]
/proc/loadavg: 1.31 0.65 0.38 5/269 130452
/proc/meminfo: memFree=124819768/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=120316 memory=74672 CPUtime=3.05 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 14018 0 0 0 291 14 0 0 20 0 1 0 174139917 123203584 18668 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 30079 18668 2400 1147 0 17505 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 124508 KiB
Current children cumulated memory: 77744 KiB

[startup+6.30017 s]
/proc/loadavg: 1.53 0.70 0.40 5/270 130454
/proc/meminfo: memFree=124771728/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=164844 memory=102448 CPUtime=6.25 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 20965 0 0 0 602 23 0 0 20 0 1 0 174139917 168800256 25612 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 41211 25612 2400 1147 0 28637 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 169036 KiB
Current children cumulated memory: 105520 KiB

[startup+12.7002 s]
/proc/loadavg: 1.73 0.76 0.42 5/271 130455
/proc/meminfo: memFree=124697676/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=169312 memory=111732 CPUtime=12.64 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 22778 0 0 0 1228 36 0 0 20 0 1 0 174139917 173375488 27933 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 42328 27933 2400 1147 0 29754 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 173504 KiB
Current children cumulated memory: 114804 KiB

[startup+25.5002 s]
/proc/loadavg: 2.30 0.93 0.48 5/274 130458
/proc/meminfo: memFree=124522624/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=218832 memory=154340 CPUtime=24.28 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 30863 0 0 0 2370 58 0 0 20 0 1 0 174139917 224083968 38585 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 54708 38585 2400 1147 0 42134 0
Current children cumulated CPU time: 24.28 s
Current children cumulated vsize: 223024 KiB
Current children cumulated memory: 157412 KiB

[startup+51.1056 s]
/proc/loadavg: 2.88 1.18 0.58 5/273 130458
/proc/meminfo: memFree=124269396/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=264308 memory=188076 CPUtime=48.74 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 38782 0 0 0 4776 98 0 0 20 0 1 0 174139917 270651392 47019 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 66077 47019 2400 1147 0 53503 0
Current children cumulated CPU time: 48.74 s
Current children cumulated vsize: 268500 KiB
Current children cumulated memory: 191148 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 1.65 0.77 5/274 130461
/proc/meminfo: memFree=123690840/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=294840 memory=228044 CPUtime=98.1 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 45721 0 0 0 9625 185 0 0 20 0 1 0 174139917 301916160 57011 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 73710 57011 2400 1147 0 61136 0
Current children cumulated CPU time: 98.1 s
Current children cumulated vsize: 299032 KiB
Current children cumulated memory: 231116 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.10 0.98 5/276 130465
/proc/meminfo: memFree=123180672/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=312500 memory=246732 CPUtime=155.96 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 50331 0 0 0 15322 274 0 0 20 0 1 0 174139917 320000000 61683 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 78125 61683 2400 1147 0 65551 0
Current children cumulated CPU time: 155.96 s
Current children cumulated vsize: 316692 KiB
Current children cumulated memory: 249804 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.46 1.18 5/276 130467
/proc/meminfo: memFree=122639784/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=359208 memory=269480 CPUtime=209.18 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 54306 0 0 0 20565 353 0 0 20 0 1 0 174139917 367828992 67370 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 89802 67370 2400 1147 0 77228 0
Current children cumulated CPU time: 209.18 s

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

[pid=130444] ppid=130437 vsize=872572 memory=739360 CPUtime=3097.81 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 133395 0 0 0 306538 3243 0 0 20 0 1 0 174139917 893513728 184840 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 218143 184840 2400 1147 0 205569 0
Current children cumulated CPU time: 3097.81 s
Current children cumulated vsize: 876764 KiB
Current children cumulated memory: 742432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.02 5/273 130670
/proc/meminfo: memFree=82934064/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=875240 memory=741280 CPUtime=3156.5 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 133932 0 0 0 312363 3287 0 0 20 0 1 0 174139917 896245760 185320 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 218810 185320 2400 1147 0 206236 0
Current children cumulated CPU time: 3156.5 s
Current children cumulated vsize: 879432 KiB
Current children cumulated memory: 744352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.02 5/274 130680
/proc/meminfo: memFree=82378260/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=875240 memory=741280 CPUtime=3215.72 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 133933 0 0 0 318237 3335 0 0 20 0 1 0 174139917 896245760 185320 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 218810 185320 2400 1147 0 206236 0
Current children cumulated CPU time: 3215.72 s
Current children cumulated vsize: 879432 KiB
Current children cumulated memory: 744352 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.02 5/274 130682
/proc/meminfo: memFree=80702720/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=883696 memory=748576 CPUtime=3274.94 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 135734 0 0 0 324103 3391 0 0 20 0 1 0 174139917 904904704 187144 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 220924 187144 2400 1147 0 208350 0
Current children cumulated CPU time: 3274.94 s
Current children cumulated vsize: 887888 KiB
Current children cumulated memory: 751648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.02 5/274 130684
/proc/meminfo: memFree=79056508/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=883696 memory=748576 CPUtime=3327.8 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 135735 0 0 0 329344 3436 0 0 20 0 1 0 174139917 904904704 187144 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 220924 187144 2400 1147 0 208350 0
Current children cumulated CPU time: 3327.8 s
Current children cumulated vsize: 887888 KiB
Current children cumulated memory: 751648 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.03 4/276 130699
/proc/meminfo: memFree=78415084/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=889336 memory=752544 CPUtime=3380.91 cores=4,6
/proc/130444/stat : 130444 (roundingsat) D 130437 130437 129943 0 -1 4194304 136743 0 0 0 334615 3476 0 0 20 0 1 0 174139917 910680064 188136 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 222334 188136 2400 1147 0 209760 0
Current children cumulated CPU time: 3380.91 s
Current children cumulated vsize: 893528 KiB
Current children cumulated memory: 755616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.03 5/276 130702
/proc/meminfo: memFree=77694980/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=889336 memory=752544 CPUtime=3437.02 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 136744 0 0 0 340181 3521 0 0 20 0 1 0 174139917 910680064 188136 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 222334 188136 2400 1147 0 209760 0
Current children cumulated CPU time: 3437.02 s
Current children cumulated vsize: 893528 KiB
Current children cumulated memory: 755616 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.03 5/276 130704
/proc/meminfo: memFree=76756040/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=889336 memory=752544 CPUtime=3490.34 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 136744 0 0 0 345475 3559 0 0 20 0 1 0 174139917 910680064 188136 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 222334 188136 2400 1147 0 209760 0
Current children cumulated CPU time: 3490.34 s
Current children cumulated vsize: 893528 KiB
Current children cumulated memory: 755616 KiB

[startup+3642.3 s]
/proc/loadavg: 4.12 4.11 4.03 5/275 130753
/proc/meminfo: memFree=77459308/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=891392 memory=754208 CPUtime=3545.08 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 137164 0 0 0 350903 3605 0 0 20 0 1 0 174139917 912785408 188552 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 222848 188552 2400 1147 0 210274 0
Current children cumulated CPU time: 3545.08 s
Current children cumulated vsize: 895584 KiB
Current children cumulated memory: 757280 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.09 4.11 4.03 4/269 130781
/proc/meminfo: memFree=77087860/131249996 swapFree=33010672/33010684
[pid=130437] ppid=130434 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/130437/stat : 130437 (run-opt-ls-log.) S 130434 130437 129943 0 -1 4194304 241 1410 0 0 0 0 0 0 20 0 1 0 174139915 4292608 768 18446744073709551615 93875604164608 93875605059141 140736438569952 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93875605298192 93875605345936 93875626606592 140736438577433 140736438577631 140736438577631 140736438583235 0
/proc/130437/statm: 1048 768 704 219 0 110 0
[pid=130444] ppid=130437 vsize=891392 memory=754208 CPUtime=3598.18 cores=4,6
/proc/130444/stat : 130444 (roundingsat) R 130437 130437 129943 0 -1 4194304 137172 0 0 0 356170 3648 0 0 20 0 1 0 174139917 912785408 188552 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 222848 188552 2400 1147 0 210274 0
Current children cumulated CPU time: 3598.18 s
Current children cumulated vsize: 895584 KiB
Current children cumulated memory: 757280 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.006746 s, system=0.004475 s

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

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

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

[startup+3700.4 s]
/proc/loadavg: 4.09 4.11 4.03 4/268 130781
/proc/meminfo: memFree=78644124/131249996 swapFree=33010672/33010684
[pid=130444] ppid=130434 vsize=891392 memory=754720 CPUtime=3598.19 cores=4,6
/proc/130444/stat : 130444 (roundingsat) D 130434 130437 129943 0 -1 4194304 137179 0 0 0 356171 3648 0 0 20 0 1 0 174139917 912785408 188680 18446744073709551615 4227072 8923577 140725616029392 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 30187520 140725616031988 140725616032294 140725616032294 140725616037866 0
/proc/130444/statm: 222848 188680 2528 1147 0 210274 0
Current cumulated CPU time of completed processes: 0.011221 s
Current children cumulated CPU time: 3598.19 s
Current children cumulated vsize: 891392 KiB
Current children cumulated memory: 754720 KiB

Child status: 2

Real time (s): 3700.45
CPU time (s): 3598.22
CPU user time (s): 3561.72
CPU system time (s): 36.5012
CPU usage (%): 97.2376
Max. virtual memory (cumulated for all children) (KiB): 895584
Max. memory (cumulated for all children) (KiB): 757280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.72
system time used= 36.5012
maximum resident set size= 754720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16911088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 773
involuntary context switches= 6002


# summary of solver processes directly reported to runsolver:
#   pid: 130437,130444
#   total CPU time (s): 3598.22
#   total CPU user time (s): 3561.72
#   total CPU system time (s): 36.5012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52835 second user time and 16.9949 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-15 15:03:42
IDJOB=4531811
IDBENCH=147521
IDSOLVER=3392
FILE ID=nodeC017/4531811-1752584622
RUNJOBID= nodeC017-1752584602-129954
SLURM_JOB_ID= 9684347
Free space on /tmp= 432704 MiB

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

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

MD5SUM BENCH= 3cf724146d283b6491b934147ab5b23d
RANDOM SEED=1041866726

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125171932 kB
MemAvailable:   129656376 kB
Buffers:            1688 kB
Cached:          5249220 kB
SwapCached:            8 kB
Active:           523880 kB
Inactive:        4898700 kB
Active(anon):     173836 kB
Inactive(anon):    15928 kB
Active(file):     350044 kB
Inactive(file):  4882772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28180 kB
Writeback:             4 kB
AnonPages:        175112 kB
Mapped:           112408 kB
Shmem:             18072 kB
KReclaimable:     181336 kB
Slab:             277048 kB
SReclaimable:     181336 kB
SUnreclaim:        95712 kB
KernelStack:        4224 kB
PageTables:         3268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     471320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432632 MiB
End job on nodeC017 at 2025-07-15 16:05:22