Trace number 4488864

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 63f22adSAT (TO)1040 3600.05 3609.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_2.opb.PB06.opb
MD5SUM1c637e715c606e851ba2308661126deb
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1040
Best CPU time to get the best result obtained on this benchmark3585.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1968
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1968
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1968
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4488864-1751333646.opb'
0.00/0.02	c 	read 0.11MB  (1.89ms)
0.00/0.02	c	 [cnf: #variables 1968 #clauses 4000 #duplicates 1 #arr 9966]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 8] (2.30ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.36ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 9904 #edges 27804]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.60*10^1 #generators 4] (1.66ms)
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 4 generators (0.01ms)
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 4 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4488864-1751333646.opb.pre'
0.00/0.02	c 	wrote 0.12MB (0.35ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.30ms 33.81% approx_orbits
0.00/0.02	c                   1.89ms 27.76% parse
0.00/0.02	c                   1.66ms 24.45% detect_generic
0.00/0.02	c                   0.36ms  5.23% detect_special
0.00/0.02	c                   0.35ms  5.12% output
0.00/0.02	c                   0.17ms  2.57% other
0.00/0.02	c                   0.06ms  0.86% finalize_order
0.00/0.02	c                   0.01ms  0.10% optimize_gens
0.00/0.02	c                   0.01ms  0.09% break_generic
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   6.79ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.06	c #variables 1968 #constraints 4003
0.00/0.06	c objective is ce32 
0.00/0.08	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.08	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.08	c bounds 1126 >= 0 @ 0.034182
0.06/0.12	c bounds 1125 >= 0 @ 0.066582
0.06/0.12	c bounds 1125 >= 1 @ 0.067051
0.06/0.12	c bounds 1125 >= 2 @ 0.067271
0.06/0.12	c bounds 1125 >= 3 @ 0.067482
0.06/0.12	c bounds 1125 >= 4 @ 0.06769
0.06/0.13	c bounds 1125 >= 5 @ 0.067903
0.06/0.13	c bounds 1125 >= 6 @ 0.068111
0.06/0.13	c bounds 1125 >= 7 @ 0.068322
0.06/0.13	c bounds 1125 >= 8 @ 0.068533
0.06/0.13	c bounds 1125 >= 9 @ 0.068741
0.06/0.13	c bounds 1125 >= 10 @ 0.068956
0.06/0.13	c bounds 1125 >= 11 @ 0.069167
0.06/0.13	c bounds 1125 >= 12 @ 0.069375
0.06/0.13	c bounds 1125 >= 13 @ 0.069588
0.06/0.13	c bounds 1125 >= 14 @ 0.069806
0.06/0.13	c bounds 1125 >= 15 @ 0.070022
0.06/0.13	c bounds 1125 >= 16 @ 0.070243
0.06/0.13	c bounds 1125 >= 17 @ 0.07046
0.06/0.13	c bounds 1125 >= 18 @ 0.070676
0.06/0.13	c bounds 1125 >= 19 @ 0.070892
0.06/0.13	c bounds 1125 >= 20 @ 0.071108
0.06/0.13	c bounds 1125 >= 21 @ 0.071108
0.06/0.13	c bounds 1125 >= 22 @ 0.071108
0.06/0.13	c bounds 1125 >= 23 @ 0.071108
0.06/0.13	c bounds 1125 >= 24 @ 0.071108
0.06/0.13	c bounds 1125 >= 25 @ 0.071235
0.06/0.13	c bounds 1125 >= 26 @ 0.071451
0.06/0.13	c bounds 1125 >= 27 @ 0.071667
0.06/0.13	c bounds 1125 >= 28 @ 0.071883
0.06/0.13	c bounds 1125 >= 29 @ 0.072063
0.06/0.13	c bounds 1125 >= 30 @ 0.072301
0.06/0.13	c bounds 1125 >= 31 @ 0.072514
0.06/0.13	c bounds 1125 >= 32 @ 0.072724
0.06/0.13	c bounds 1125 >= 33 @ 0.072938
0.06/0.13	c bounds 1125 >= 34 @ 0.073144
0.06/0.13	c bounds 1125 >= 35 @ 0.07336
0.06/0.13	c bounds 1125 >= 36 @ 0.073575
0.06/0.13	c bounds 1125 >= 37 @ 0.073789
0.06/0.13	c bounds 1125 >= 38 @ 0.074006
0.06/0.13	c bounds 1125 >= 39 @ 0.074225
0.06/0.13	c bounds 1125 >= 40 @ 0.074442
0.06/0.13	c bounds 1125 >= 41 @ 0.07466
0.06/0.13	c bounds 1125 >= 42 @ 0.074875
0.06/0.13	c bounds 1125 >= 43 @ 0.07509
0.06/0.13	c bounds 1125 >= 44 @ 0.075307
0.06/0.13	c bounds 1125 >= 45 @ 0.075526
0.06/0.13	c bounds 1125 >= 46 @ 0.075743
0.06/0.13	c bounds 1125 >= 47 @ 0.075959
0.06/0.13	c bounds 1125 >= 48 @ 0.076175
0.06/0.13	c bounds 1125 >= 49 @ 0.076391
0.06/0.13	c bounds 1125 >= 50 @ 0.076607
0.06/0.14	c bounds 1125 >= 51 @ 0.076821
0.06/0.14	c bounds 1125 >= 52 @ 0.077038
0.06/0.14	c bounds 1125 >= 53 @ 0.077257
0.06/0.14	c bounds 1125 >= 54 @ 0.077475
0.06/0.14	c bounds 1125 >= 55 @ 0.077693
0.06/0.14	c bounds 1125 >= 56 @ 0.07791
0.06/0.14	c bounds 1125 >= 57 @ 0.078131
0.06/0.14	c bounds 1125 >= 58 @ 0.07835
0.06/0.14	c bounds 1125 >= 59 @ 0.078566
0.06/0.14	c bounds 1125 >= 60 @ 0.078785
0.06/0.14	c bounds 1125 >= 61 @ 0.079002
0.06/0.14	c bounds 1125 >= 62 @ 0.079219
0.06/0.14	c bounds 1125 >= 63 @ 0.07944
0.06/0.14	c bounds 1125 >= 64 @ 0.079662
0.06/0.14	c bounds 1125 >= 65 @ 0.079878
0.06/0.14	c bounds 1125 >= 66 @ 0.080098
0.06/0.14	c bounds 1125 >= 67 @ 0.080315
0.06/0.14	c bounds 1125 >= 68 @ 0.080536
0.06/0.14	c bounds 1125 >= 69 @ 0.080755
0.06/0.14	c bounds 1125 >= 70 @ 0.080976
0.06/0.14	c bounds 1125 >= 71 @ 0.081192
0.06/0.14	c bounds 1125 >= 72 @ 0.081406
0.06/0.14	c bounds 1125 >= 73 @ 0.081622
0.06/0.14	c bounds 1125 >= 74 @ 0.081839
0.06/0.14	c bounds 1125 >= 75 @ 0.082058
0.06/0.14	c bounds 1125 >= 76 @ 0.082275
0.06/0.14	c bounds 1125 >= 77 @ 0.08249
0.06/0.14	c bounds 1125 >= 78 @ 0.082707
0.06/0.14	c bounds 1125 >= 79 @ 0.083067
0.06/0.14	c bounds 1125 >= 80 @ 0.08373
0.06/0.14	c bounds 1125 >= 81 @ 0.083991
0.06/0.14	c bounds 1125 >= 82 @ 0.084202
0.06/0.14	c bounds 1125 >= 83 @ 0.084416
0.06/0.14	c bounds 1125 >= 84 @ 0.08463
0.06/0.14	c bounds 1125 >= 85 @ 0.084843
0.06/0.14	c bounds 1125 >= 86 @ 0.085057
0.06/0.14	c bounds 1125 >= 87 @ 0.085272
0.06/0.14	c bounds 1125 >= 88 @ 0.085487
0.06/0.14	c bounds 1125 >= 89 @ 0.085702
0.06/0.14	c bounds 1125 >= 90 @ 0.085917
0.06/0.14	c bounds 1125 >= 91 @ 0.086133
0.06/0.14	c bounds 1125 >= 92 @ 0.08635
0.06/0.14	c bounds 1125 >= 93 @ 0.086566
0.06/0.15	c bounds 1125 >= 94 @ 0.086782
0.06/0.15	c bounds 1125 >= 95 @ 0.086998
0.06/0.15	c bounds 1125 >= 96 @ 0.087215
0.06/0.15	c bounds 1125 >= 97 @ 0.087432
0.06/0.15	c bounds 1125 >= 98 @ 0.087648
0.06/0.15	c bounds 1125 >= 99 @ 0.087862
0.06/0.15	c bounds 1125 >= 100 @ 0.088077
0.06/0.15	c bounds 1125 >= 101 @ 0.088294
0.06/0.15	c bounds 1125 >= 102 @ 0.088509
0.06/0.15	c bounds 1125 >= 103 @ 0.088724
0.06/0.15	c bounds 1125 >= 104 @ 0.088938
0.06/0.15	c bounds 1125 >= 105 @ 0.089152
0.06/0.15	c bounds 1125 >= 106 @ 0.089375
0.06/0.15	c bounds 1125 >= 107 @ 0.089586
0.06/0.15	c bounds 1125 >= 108 @ 0.089797
0.06/0.15	c bounds 1125 >= 109 @ 0.090012
0.06/0.15	c bounds 1125 >= 110 @ 0.090224
0.06/0.15	c bounds 1125 >= 111 @ 0.090435
0.06/0.15	c bounds 1125 >= 112 @ 0.090645
0.06/0.15	c bounds 1125 >= 113 @ 0.090854
0.06/0.15	c bounds 1125 >= 114 @ 0.091065
0.06/0.15	c bounds 1125 >= 115 @ 0.09128
0.06/0.15	c bounds 1125 >= 116 @ 0.091495
0.06/0.15	c bounds 1125 >= 117 @ 0.091709
0.06/0.15	c bounds 1125 >= 118 @ 0.091924
0.06/0.15	c bounds 1125 >= 119 @ 0.09214
0.06/0.15	c bounds 1125 >= 120 @ 0.092357
0.06/0.15	c bounds 1125 >= 121 @ 0.092569
0.06/0.15	c bounds 1125 >= 122 @ 0.092781
0.06/0.15	c bounds 1125 >= 123 @ 0.092994
0.06/0.15	c bounds 1125 >= 124 @ 0.093205
0.06/0.15	c bounds 1125 >= 125 @ 0.093419
0.06/0.15	c bounds 1125 >= 126 @ 0.093629
0.06/0.15	c bounds 1125 >= 127 @ 0.093841
0.06/0.15	c bounds 1125 >= 128 @ 0.094061
0.06/0.15	c bounds 1125 >= 129 @ 0.094282
0.06/0.15	c bounds 1125 >= 130 @ 0.094499
0.06/0.15	c bounds 1125 >= 131 @ 0.094713
0.06/0.15	c bounds 1125 >= 132 @ 0.094921
0.06/0.15	c bounds 1125 >= 133 @ 0.095131
0.06/0.15	c bounds 1125 >= 134 @ 0.095348
0.06/0.15	c bounds 1125 >= 135 @ 0.095558
0.06/0.15	c bounds 1125 >= 136 @ 0.095769
0.06/0.15	c bounds 1125 >= 137 @ 0.095981
0.06/0.15	c bounds 1125 >= 138 @ 0.096196
0.06/0.15	c bounds 1125 >= 139 @ 0.096408
0.06/0.15	c bounds 1125 >= 140 @ 0.096615
0.06/0.16	c bounds 1125 >= 141 @ 0.096829
0.06/0.16	c bounds 1125 >= 142 @ 0.097042
0.06/0.16	c bounds 1125 >= 143 @ 0.097042
0.06/0.16	c bounds 1125 >= 144 @ 0.097042
0.06/0.16	c bounds 1125 >= 145 @ 0.097042
0.06/0.16	c bounds 1125 >= 146 @ 0.097042
0.06/0.16	c bounds 1125 >= 147 @ 0.097173
0.06/0.16	c bounds 1125 >= 148 @ 0.097386
0.06/0.16	c bounds 1125 >= 149 @ 0.097597
0.06/0.16	c bounds 1125 >= 150 @ 0.097809
0.06/0.16	c bounds 1125 >= 151 @ 0.097988
0.06/0.16	c bounds 1125 >= 152 @ 0.098186
0.06/0.16	c bounds 1125 >= 153 @ 0.098397
0.06/0.16	c bounds 1125 >= 154 @ 0.098609
0.06/0.16	c bounds 1125 >= 155 @ 0.098824
0.06/0.16	c bounds 1125 >= 156 @ 0.099038
0.06/0.16	c bounds 1125 >= 157 @ 0.099251
0.06/0.16	c bounds 1125 >= 158 @ 0.09946
0.06/0.16	c bounds 1125 >= 159 @ 0.099678
0.06/0.16	c bounds 1125 >= 160 @ 0.099897
0.06/0.16	c bounds 1125 >= 161 @ 0.100112
0.06/0.16	c bounds 1125 >= 162 @ 0.100323
0.06/0.16	c bounds 1125 >= 163 @ 0.100532
0.06/0.16	c bounds 1125 >= 164 @ 0.100744
0.06/0.16	c bounds 1125 >= 165 @ 0.100958
0.06/0.16	c bounds 1125 >= 166 @ 0.10117
0.06/0.16	c bounds 1125 >= 167 @ 0.101382
0.06/0.16	c bounds 1125 >= 168 @ 0.101593
0.06/0.16	c bounds 1125 >= 169 @ 0.101801
0.06/0.16	c bounds 1125 >= 170 @ 0.102009
0.06/0.16	c bounds 1125 >= 171 @ 0.102229
0.06/0.16	c bounds 1125 >= 172 @ 0.102441
0.06/0.16	c bounds 1125 >= 173 @ 0.102652
0.06/0.16	c bounds 1125 >= 174 @ 0.102868
0.06/0.16	c bounds 1125 >= 175 @ 0.103081
0.06/0.16	c bounds 1125 >= 176 @ 0.103293
0.06/0.16	c bounds 1125 >= 177 @ 0.103505
0.06/0.16	c bounds 1125 >= 178 @ 0.103717
0.06/0.16	c bounds 1125 >= 179 @ 0.103928
0.06/0.16	c bounds 1125 >= 180 @ 0.104137
0.06/0.16	c bounds 1125 >= 181 @ 0.104343
0.06/0.16	c bounds 1125 >= 182 @ 0.104552
0.06/0.16	c bounds 1125 >= 183 @ 0.10476
0.06/0.16	c bounds 1125 >= 184 @ 0.104971
0.06/0.16	c bounds 1125 >= 185 @ 0.105187
0.06/0.16	c bounds 1125 >= 186 @ 0.105404
0.06/0.16	c bounds 1125 >= 187 @ 0.105619
0.06/0.17	c bounds 1125 >= 188 @ 0.105826
0.06/0.17	c bounds 1125 >= 189 @ 0.106037
0.06/0.17	c bounds 1125 >= 190 @ 0.106249
0.06/0.17	c bounds 1125 >= 191 @ 0.106465
0.06/0.17	c bounds 1125 >= 192 @ 0.106675
0.06/0.17	c bounds 1125 >= 193 @ 0.106885
0.06/0.17	c bounds 1125 >= 194 @ 0.107092
0.06/0.17	c bounds 1125 >= 195 @ 0.107298
0.06/0.17	c bounds 1125 >= 196 @ 0.107506
0.06/0.17	c bounds 1125 >= 197 @ 0.107717
0.06/0.17	c bounds 1125 >= 198 @ 0.108005
0.06/0.17	c bounds 1125 >= 199 @ 0.108214
0.06/0.17	c bounds 1125 >= 200 @ 0.108425
0.06/0.17	c bounds 1125 >= 201 @ 0.108633
0.06/0.17	c bounds 1125 >= 202 @ 0.10884
0.06/0.17	c bounds 1125 >= 203 @ 0.10905
0.06/0.17	c bounds 1125 >= 204 @ 0.109262
0.06/0.17	c bounds 1125 >= 205 @ 0.109474
0.06/0.17	c bounds 1125 >= 206 @ 0.10968
0.06/0.17	c bounds 1125 >= 207 @ 0.109886
0.06/0.17	c bounds 1125 >= 208 @ 0.110094
0.06/0.17	c bounds 1125 >= 209 @ 0.110307
0.06/0.17	c bounds 1125 >= 210 @ 0.110515
0.06/0.17	c bounds 1125 >= 211 @ 0.110726
0.06/0.17	c bounds 1125 >= 212 @ 0.110936
0.06/0.17	c bounds 1125 >= 213 @ 0.111145
0.06/0.17	c bounds 1125 >= 214 @ 0.111355
0.06/0.17	c bounds 1125 >= 215 @ 0.111568
0.06/0.17	c bounds 1125 >= 216 @ 0.11178
0.06/0.17	c bounds 1125 >= 217 @ 0.111995
0.06/0.17	c bounds 1125 >= 218 @ 0.112209
0.06/0.17	c bounds 1125 >= 219 @ 0.11242
0.06/0.17	c bounds 1125 >= 220 @ 0.112635
0.06/0.17	c bounds 1125 >= 221 @ 0.112848
0.06/0.17	c bounds 1125 >= 222 @ 0.113064
0.06/0.17	c bounds 1125 >= 223 @ 0.113276
0.06/0.17	c bounds 1125 >= 224 @ 0.113488
0.06/0.17	c bounds 1125 >= 225 @ 0.113703
0.06/0.17	c bounds 1125 >= 226 @ 0.113917
0.06/0.17	c bounds 1125 >= 227 @ 0.114129
0.06/0.17	c bounds 1125 >= 228 @ 0.114342
0.06/0.17	c bounds 1125 >= 229 @ 0.114555
0.06/0.17	c bounds 1125 >= 230 @ 0.114774
0.06/0.17	c bounds 1125 >= 231 @ 0.114988
0.06/0.17	c bounds 1125 >= 232 @ 0.115203
0.06/0.17	c bounds 1125 >= 233 @ 0.115417
0.06/0.18	c bounds 1125 >= 234 @ 0.115631
0.06/0.18	c bounds 1125 >= 235 @ 0.115845
0.06/0.18	c bounds 1125 >= 236 @ 0.116056
0.06/0.18	c bounds 1125 >= 237 @ 0.116272
0.06/0.18	c bounds 1125 >= 238 @ 0.116486
0.06/0.18	c bounds 1125 >= 239 @ 0.116701
0.06/0.18	c bounds 1125 >= 240 @ 0.116917
0.06/0.18	c bounds 1125 >= 241 @ 0.117135
0.06/0.18	c bounds 1125 >= 242 @ 0.11735
0.06/0.18	c bounds 1125 >= 243 @ 0.117567
0.06/0.18	c bounds 1125 >= 244 @ 0.117778
0.06/0.18	c bounds 1125 >= 245 @ 0.117993
0.06/0.18	c bounds 1125 >= 246 @ 0.118214
0.06/0.18	c bounds 1125 >= 247 @ 0.118434
0.06/0.18	c bounds 1125 >= 248 @ 0.118653
0.06/0.18	c bounds 1125 >= 249 @ 0.118869
0.06/0.18	c bounds 1125 >= 250 @ 0.119079
0.06/0.18	c bounds 1125 >= 251 @ 0.119293
0.06/0.18	c bounds 1125 >= 252 @ 0.119508
0.06/0.18	c bounds 1125 >= 253 @ 0.11972
0.06/0.18	c bounds 1125 >= 254 @ 0.119934
0.06/0.18	c bounds 1125 >= 255 @ 0.120152
0.06/0.18	c bounds 1125 >= 256 @ 0.12037
0.06/0.18	c bounds 1125 >= 257 @ 0.120587
0.06/0.18	c bounds 1125 >= 258 @ 0.120805
0.06/0.18	c bounds 1125 >= 259 @ 0.120885
0.06/0.18	c bounds 1125 >= 260 @ 0.120885
0.06/0.18	c bounds 1125 >= 261 @ 0.120885
0.06/0.18	c bounds 1125 >= 262 @ 0.121074
0.06/0.18	c bounds 1125 >= 263 @ 0.121291
0.06/0.18	c bounds 1125 >= 264 @ 0.12151
0.06/0.18	c bounds 1125 >= 265 @ 0.121725
0.06/0.18	c bounds 1125 >= 266 @ 0.121944
0.06/0.18	c bounds 1125 >= 267 @ 0.122006
0.06/0.18	c bounds 1125 >= 268 @ 0.122006
0.06/0.18	c bounds 1125 >= 269 @ 0.122006
0.06/0.18	c bounds 1125 >= 270 @ 0.122006
0.06/0.18	c bounds 1125 >= 271 @ 0.122049
0.06/0.18	c bounds 1125 >= 272 @ 0.122264
0.06/0.18	c bounds 1125 >= 273 @ 0.12248
0.06/0.18	c bounds 1125 >= 274 @ 0.122697
0.06/0.18	c bounds 1125 >= 275 @ 0.122919
0.06/0.18	c bounds 1125 >= 276 @ 0.123135
0.06/0.18	c bounds 1125 >= 277 @ 0.12335
0.06/0.18	c bounds 1125 >= 278 @ 0.123569
0.06/0.19	c bounds 1125 >= 279 @ 0.123784
0.06/0.19	c bounds 1125 >= 280 @ 0.123996
0.06/0.19	c bounds 1125 >= 281 @ 0.124214
0.06/0.19	c bounds 1125 >= 282 @ 0.124432
0.06/0.19	c bounds 1125 >= 283 @ 0.124649
0.06/0.19	c bounds 1125 >= 284 @ 0.124868
0.06/0.19	c bounds 1125 >= 285 @ 0.12508
0.06/0.19	c bounds 1125 >= 286 @ 0.125292
0.06/0.19	c bounds 1125 >= 287 @ 0.125508
0.06/0.19	c bounds 1125 >= 288 @ 0.125727
0.06/0.19	c bounds 1125 >= 289 @ 0.125949
0.06/0.19	c bounds 1125 >= 290 @ 0.126181
0.06/0.19	c bounds 1125 >= 291 @ 0.126399
0.06/0.19	c bounds 1125 >= 292 @ 0.12661
0.06/0.19	c bounds 1125 >= 293 @ 0.126832
0.06/0.19	c bounds 1125 >= 294 @ 0.127049
0.06/0.19	c bounds 1125 >= 295 @ 0.127263
0.06/0.19	c bounds 1125 >= 296 @ 0.12748
0.06/0.19	c bounds 1125 >= 297 @ 0.127693
0.06/0.19	c bounds 1125 >= 298 @ 0.127911
0.06/0.19	c bounds 1125 >= 299 @ 0.128134
0.06/0.19	c bounds 1125 >= 300 @ 0.128355
0.06/0.19	c bounds 1125 >= 301 @ 0.128568
0.06/0.19	c bounds 1125 >= 302 @ 0.128789
0.06/0.19	c bounds 1125 >= 303 @ 0.129005
0.06/0.19	c bounds 1125 >= 304 @ 0.129219
0.06/0.19	c bounds 1125 >= 305 @ 0.129441
0.06/0.19	c bounds 1125 >= 306 @ 0.129657
0.06/0.19	c bounds 1125 >= 307 @ 0.129872
0.06/0.19	c bounds 1125 >= 308 @ 0.130091
0.06/0.19	c bounds 1125 >= 309 @ 0.130307
0.06/0.19	c bounds 1125 >= 310 @ 0.130524
0.06/0.19	c bounds 1125 >= 311 @ 0.130741
0.06/0.19	c bounds 1125 >= 312 @ 0.130959
0.06/0.19	c bounds 1125 >= 313 @ 0.131173
0.06/0.19	c bounds 1125 >= 314 @ 0.131385
0.06/0.19	c bounds 1125 >= 315 @ 0.131602
0.06/0.19	c bounds 1125 >= 316 @ 0.131822
0.06/0.19	c bounds 1125 >= 317 @ 0.13204
0.06/0.19	c bounds 1125 >= 318 @ 0.132265
0.06/0.19	c bounds 1125 >= 319 @ 0.132487
0.06/0.19	c bounds 1125 >= 320 @ 0.132728
0.06/0.19	c bounds 1125 >= 321 @ 0.132949
0.06/0.19	c bounds 1125 >= 322 @ 0.133169
0.06/0.19	c bounds 1125 >= 323 @ 0.133395
0.06/0.20	c bounds 1125 >= 324 @ 0.133615
0.06/0.20	c bounds 1125 >= 325 @ 0.133836
0.06/0.20	c bounds 1125 >= 326 @ 0.134057
0.06/0.20	c bounds 1125 >= 327 @ 0.134275
0.06/0.20	c bounds 1125 >= 328 @ 0.134492
0.06/0.20	c bounds 1125 >= 329 @ 0.134706
0.06/0.20	c bounds 1125 >= 330 @ 0.134924
0.06/0.20	c bounds 1125 >= 331 @ 0.135153
0.06/0.20	c bounds 1125 >= 332 @ 0.135374
0.06/0.20	c bounds 1125 >= 333 @ 0.135595
0.06/0.20	c bounds 1125 >= 334 @ 0.135813
0.06/0.20	c bounds 1125 >= 335 @ 0.136043
0.06/0.20	c bounds 1125 >= 336 @ 0.136271
0.06/0.20	c bounds 1125 >= 337 @ 0.136492
0.06/0.20	c bounds 1125 >= 338 @ 0.136711
0.06/0.20	c bounds 1125 >= 339 @ 0.136933
0.06/0.20	c bounds 1125 >= 340 @ 0.137159
0.06/0.20	c bounds 1125 >= 341 @ 0.137379
0.06/0.20	c bounds 1125 >= 342 @ 0.137608
0.06/0.20	c bounds 1125 >= 343 @ 0.137838
0.06/0.20	c bounds 1125 >= 344 @ 0.13807
0.06/0.20	c bounds 1125 >= 345 @ 0.138291
0.06/0.20	c bounds 1125 >= 346 @ 0.138513
0.06/0.20	c bounds 1125 >= 347 @ 0.138731
0.06/0.20	c bounds 1125 >= 348 @ 0.138953
0.06/0.20	c bounds 1125 >= 349 @ 0.139173
0.06/0.20	c bounds 1125 >= 350 @ 0.139403
0.06/0.20	c bounds 1125 >= 351 @ 0.139624
0.06/0.20	c bounds 1125 >= 352 @ 0.139864
0.06/0.20	c bounds 1125 >= 353 @ 0.140107
0.06/0.20	c bounds 1125 >= 354 @ 0.140338
0.06/0.20	c bounds 1125 >= 355 @ 0.140563
0.06/0.20	c bounds 1125 >= 356 @ 0.14079
0.06/0.20	c bounds 1125 >= 357 @ 0.141018
0.06/0.20	c bounds 1125 >= 358 @ 0.141247
0.06/0.21	c bounds 1124 >= 358 @ 0.143033
0.06/0.21	c bounds 1124 >= 359 @ 0.143276
0.06/0.21	c bounds 1124 >= 360 @ 0.143512
0.06/0.21	c bounds 1124 >= 361 @ 0.14374
0.16/0.21	c bounds 1124 >= 362 @ 0.143969
0.16/0.21	c bounds 1124 >= 363 @ 0.144194
0.16/0.21	c bounds 1124 >= 364 @ 0.144419
0.16/0.21	c bounds 1124 >= 365 @ 0.144642
0.16/0.21	c bounds 1124 >= 366 @ 0.144864
0.16/0.21	c bounds 1124 >= 367 @ 0.145085
0.16/0.21	c bounds 1124 >= 368 @ 0.14531
0.16/0.21	c bounds 1124 >= 369 @ 0.145535
0.16/0.21	c bounds 1124 >= 370 @ 0.145758
0.16/0.21	c bounds 1124 >= 371 @ 0.145982
0.16/0.21	c bounds 1124 >= 372 @ 0.146198
0.16/0.21	c bounds 1124 >= 373 @ 0.146418
0.16/0.21	c bounds 1124 >= 374 @ 0.14664
0.16/0.21	c bounds 1124 >= 375 @ 0.146862
0.16/0.21	c bounds 1124 >= 376 @ 0.147082
0.16/0.21	c bounds 1124 >= 377 @ 0.147304
0.16/0.21	c bounds 1124 >= 378 @ 0.147526
0.16/0.21	c bounds 1124 >= 379 @ 0.147749
0.16/0.21	c bounds 1124 >= 380 @ 0.147969
0.16/0.21	c bounds 1124 >= 381 @ 0.148192
0.16/0.21	c bounds 1124 >= 382 @ 0.148411
0.16/0.21	c bounds 1124 >= 383 @ 0.148635
0.16/0.21	c bounds 1124 >= 384 @ 0.14886
0.16/0.21	c bounds 1124 >= 385 @ 0.149086
0.16/0.21	c bounds 1124 >= 386 @ 0.149321
0.16/0.21	c bounds 1124 >= 387 @ 0.149545
0.16/0.21	c bounds 1124 >= 388 @ 0.149769
0.16/0.21	c bounds 1124 >= 389 @ 0.149996
0.16/0.21	c bounds 1124 >= 390 @ 0.150224
0.16/0.21	c bounds 1124 >= 391 @ 0.150456
0.16/0.21	c bounds 1124 >= 392 @ 0.150677
0.16/0.21	c bounds 1124 >= 393 @ 0.150895
0.16/0.21	c bounds 1124 >= 394 @ 0.15112
0.16/0.21	c bounds 1124 >= 395 @ 0.151345
0.16/0.21	c bounds 1124 >= 396 @ 0.15157
0.16/0.21	c bounds 1124 >= 397 @ 0.1518
0.16/0.21	c bounds 1124 >= 398 @ 0.152031
0.16/0.21	c bounds 1124 >= 399 @ 0.152256
0.16/0.22	c bounds 1124 >= 400 @ 0.152479
0.16/0.22	c bounds 1124 >= 401 @ 0.152705
0.16/0.22	c bounds 1124 >= 402 @ 0.152931
0.16/0.22	c bounds 1124 >= 403 @ 0.15315
0.16/0.22	c bounds 1124 >= 404 @ 0.153371
0.16/0.22	c bounds 1124 >= 405 @ 0.153589
0.16/0.22	c bounds 1124 >= 406 @ 0.153811
0.16/0.22	c bounds 1124 >= 407 @ 0.15403
0.16/0.22	c bounds 1124 >= 408 @ 0.154251
0.16/0.22	c bounds 1124 >= 409 @ 0.154479
0.16/0.22	c bounds 1124 >= 410 @ 0.154707
0.16/0.22	c bounds 1124 >= 411 @ 0.154941
0.16/0.22	c bounds 1124 >= 412 @ 0.155164
0.16/0.22	c bounds 1124 >= 413 @ 0.155388
0.16/0.22	c bounds 1124 >= 414 @ 0.155608
0.16/0.22	c bounds 1124 >= 415 @ 0.155828
0.16/0.22	c bounds 1124 >= 416 @ 0.156059
0.16/0.22	c bounds 1124 >= 417 @ 0.156296
0.16/0.22	c bounds 1124 >= 418 @ 0.156521
0.16/0.22	c bounds 1124 >= 419 @ 0.156745
0.16/0.22	c bounds 1124 >= 420 @ 0.156969
0.16/0.22	c bounds 1124 >= 421 @ 0.1572
0.16/0.22	c bounds 1124 >= 422 @ 0.157429
0.16/0.22	c bounds 1124 >= 423 @ 0.157673
0.16/0.22	c bounds 1124 >= 424 @ 0.157903
0.16/0.22	c bounds 1124 >= 425 @ 0.158131
0.16/0.22	c bounds 1124 >= 426 @ 0.158358
0.16/0.22	c bounds 1124 >= 427 @ 0.158598
0.16/0.22	c bounds 1124 >= 428 @ 0.158825
0.16/0.22	c bounds 1124 >= 429 @ 0.15905
0.16/0.22	c bounds 1124 >= 430 @ 0.159283
0.16/0.22	c bounds 1124 >= 431 @ 0.159508
0.16/0.22	c bounds 1124 >= 432 @ 0.159735
0.16/0.22	c bounds 1124 >= 433 @ 0.159964
0.16/0.22	c bounds 1124 >= 434 @ 0.160192
0.16/0.22	c bounds 1124 >= 435 @ 0.160416
0.16/0.22	c bounds 1124 >= 436 @ 0.160646
0.16/0.22	c bounds 1124 >= 437 @ 0.160881
0.16/0.22	c bounds 1124 >= 438 @ 0.161108
0.16/0.22	c bounds 1124 >= 439 @ 0.161335
0.16/0.22	c bounds 1124 >= 440 @ 0.161566
0.16/0.22	c bounds 1124 >= 441 @ 0.1618
0.16/0.22	c bounds 1124 >= 442 @ 0.162034
0.16/0.22	c bounds 1124 >= 443 @ 0.162264
0.16/0.23	c bounds 1124 >= 444 @ 0.16249
0.16/0.23	c bounds 1124 >= 445 @ 0.162725
0.16/0.23	c bounds 1124 >= 446 @ 0.162958
0.16/0.23	c bounds 1124 >= 447 @ 0.163186
0.16/0.23	c bounds 1124 >= 448 @ 0.16342
0.16/0.23	c bounds 1124 >= 449 @ 0.163652
0.16/0.23	c bounds 1124 >= 450 @ 0.163889
0.16/0.23	c bounds 1124 >= 451 @ 0.164131
0.16/0.23	c bounds 1124 >= 452 @ 0.164377
0.16/0.23	c bounds 1124 >= 453 @ 0.16461
0.16/0.23	c bounds 1124 >= 454 @ 0.16484
0.16/0.23	c bounds 1124 >= 455 @ 0.165072
0.16/0.23	c bounds 1124 >= 456 @ 0.165304
0.16/0.23	c bounds 1124 >= 457 @ 0.165539
0.16/0.23	c bounds 1124 >= 458 @ 0.165772
0.16/0.23	c bounds 1124 >= 459 @ 0.166003
0.16/0.23	c bounds 1124 >= 460 @ 0.166233
0.16/0.23	c bounds 1124 >= 461 @ 0.166466
0.16/0.23	c bounds 1124 >= 462 @ 0.1667
0.16/0.23	c bounds 1124 >= 463 @ 0.166934
0.16/0.23	c bounds 1124 >= 464 @ 0.167166
0.16/0.23	c bounds 1124 >= 465 @ 0.167394
0.16/0.23	c bounds 1123 >= 465 @ 0.167925
0.16/0.23	c bounds 1123 >= 466 @ 0.168162
0.16/0.23	c bounds 1123 >= 467 @ 0.168364
0.16/0.23	c bounds 1123 >= 468 @ 0.168568
0.16/0.23	c bounds 1123 >= 469 @ 0.168779
0.16/0.23	c bounds 1123 >= 470 @ 0.169014
0.16/0.23	c bounds 1123 >= 471 @ 0.169246
0.16/0.23	c bounds 1123 >= 472 @ 0.169474
0.16/0.23	c bounds 1123 >= 473 @ 0.169702
0.16/0.23	c bounds 1123 >= 474 @ 0.169934
0.16/0.23	c bounds 1123 >= 475 @ 0.17017
0.16/0.24	c bounds 1123 >= 476 @ 0.170402
0.16/0.24	c bounds 1123 >= 477 @ 0.17063
0.16/0.24	c bounds 1123 >= 478 @ 0.170857
0.16/0.24	c bounds 1123 >= 479 @ 0.171084
0.16/0.24	c bounds 1123 >= 480 @ 0.171311
0.16/0.24	c bounds 1123 >= 481 @ 0.171546
0.16/0.24	c bounds 1123 >= 482 @ 0.171789
0.16/0.24	c bounds 1123 >= 483 @ 0.172026
0.16/0.24	c bounds 1123 >= 484 @ 0.172259
0.16/0.24	c bounds 1123 >= 485 @ 0.172485
0.16/0.24	c bounds 1123 >= 486 @ 0.172717
0.16/0.24	c bounds 1123 >= 487 @ 0.172953
0.16/0.24	c bounds 1123 >= 488 @ 0.173186
0.16/0.24	c bounds 1123 >= 489 @ 0.173416
0.16/0.24	c bounds 1123 >= 490 @ 0.173646
0.16/0.24	c bounds 1123 >= 491 @ 0.173882
0.16/0.24	c bounds 1123 >= 492 @ 0.174113
0.16/0.24	c bounds 1123 >= 493 @ 0.174345
0.16/0.24	c bounds 1123 >= 494 @ 0.174577
0.16/0.24	c bounds 1123 >= 495 @ 0.174811
0.16/0.24	c bounds 1123 >= 496 @ 0.175043
0.16/0.24	c bounds 1123 >= 497 @ 0.175272
0.16/0.24	c bounds 1123 >= 498 @ 0.175503
0.16/0.24	c bounds 1123 >= 499 @ 0.175741
0.16/0.24	c bounds 1123 >= 500 @ 0.175982
0.16/0.24	c bounds 1123 >= 501 @ 0.176219
0.16/0.24	c bounds 1123 >= 502 @ 0.176454
0.16/0.24	c bounds 1123 >= 503 @ 0.176693
0.16/0.24	c bounds 1123 >= 504 @ 0.176931
0.16/0.24	c bounds 1123 >= 505 @ 0.177167
0.16/0.24	c bounds 1123 >= 506 @ 0.177395
0.16/0.24	c bounds 1123 >= 507 @ 0.177625
0.16/0.24	c bounds 1123 >= 508 @ 0.177857
0.16/0.24	c bounds 1123 >= 509 @ 0.178094
0.16/0.24	c bounds 1123 >= 510 @ 0.178327
0.16/0.24	c bounds 1123 >= 511 @ 0.178558
0.16/0.24	c bounds 1123 >= 512 @ 0.178801
0.16/0.24	c bounds 1123 >= 513 @ 0.179036
0.16/0.24	c bounds 1123 >= 514 @ 0.179282
0.16/0.24	c bounds 1123 >= 515 @ 0.179516
0.16/0.24	c bounds 1123 >= 516 @ 0.179758
0.16/0.24	c bounds 1123 >= 517 @ 0.179997
0.16/0.25	c bounds 1122 >= 517 @ 0.182261
0.16/0.25	c bounds 1122 >= 518 @ 0.182511
0.16/0.25	c bounds 1122 >= 519 @ 0.182754
0.16/0.25	c bounds 1122 >= 520 @ 0.182996
0.16/0.25	c bounds 1122 >= 521 @ 0.183239
0.16/0.25	c bounds 1122 >= 522 @ 0.18348
0.16/0.25	c bounds 1122 >= 523 @ 0.183675
0.16/0.25	c bounds 1122 >= 524 @ 0.183675
0.16/0.25	c bounds 1122 >= 525 @ 0.183675
0.16/0.25	c bounds 1122 >= 526 @ 0.183675
0.16/0.25	c bounds 1122 >= 527 @ 0.183716
0.16/0.25	c bounds 1122 >= 528 @ 0.183716
0.16/0.25	c bounds 1122 >= 529 @ 0.183716
0.16/0.25	c bounds 1122 >= 530 @ 0.183716
0.16/0.25	c bounds 1122 >= 531 @ 0.183716
0.16/0.25	c bounds 1122 >= 532 @ 0.183954
0.16/0.25	c bounds 1122 >= 533 @ 0.184201
0.16/0.25	c bounds 1122 >= 534 @ 0.184441
0.16/0.25	c bounds 1122 >= 535 @ 0.184677
0.16/0.25	c bounds 1122 >= 536 @ 0.184917
0.16/0.25	c bounds 1122 >= 537 @ 0.185154
0.16/0.25	c bounds 1122 >= 538 @ 0.185389
0.16/0.25	c bounds 1122 >= 539 @ 0.185627
0.16/0.25	c bounds 1122 >= 540 @ 0.185871
0.16/0.25	c bounds 1122 >= 541 @ 0.186113
0.16/0.25	c bounds 1122 >= 542 @ 0.186358
0.16/0.25	c bounds 1122 >= 543 @ 0.186605
0.16/0.25	c bounds 1122 >= 544 @ 0.186703
0.16/0.25	c bounds 1122 >= 545 @ 0.186703
0.16/0.25	c bounds 1122 >= 546 @ 0.186703
0.16/0.25	c bounds 1122 >= 547 @ 0.186703
0.16/0.25	c bounds 1122 >= 548 @ 0.186856
0.16/0.25	c bounds 1122 >= 549 @ 0.1871
0.16/0.26	c bounds 1122 >= 550 @ 0.187344
0.16/0.26	c bounds 1122 >= 551 @ 0.187578
0.16/0.26	c bounds 1122 >= 552 @ 0.187819
0.16/0.26	c bounds 1121 >= 552 @ 0.189693
0.16/0.26	c bounds 1121 >= 553 @ 0.189693
0.16/0.26	c bounds 1121 >= 554 @ 0.189693
0.16/0.26	c bounds 1121 >= 555 @ 0.189693
0.16/0.26	c bounds 1121 >= 556 @ 0.189835
0.16/0.26	c bounds 1121 >= 557 @ 0.190079
0.16/0.26	c bounds 1121 >= 558 @ 0.190293
0.16/0.26	c bounds 1121 >= 559 @ 0.190502
0.16/0.26	c bounds 1121 >= 560 @ 0.190717
0.16/0.26	c bounds 1121 >= 561 @ 0.19096
0.16/0.26	c bounds 1121 >= 562 @ 0.191213
0.16/0.26	c bounds 1121 >= 563 @ 0.191467
0.16/0.26	c bounds 1121 >= 564 @ 0.191713
0.16/0.26	c bounds 1121 >= 565 @ 0.191973
0.16/0.26	c bounds 1121 >= 566 @ 0.192222
0.16/0.26	c bounds 1121 >= 567 @ 0.192468
0.16/0.26	c bounds 1121 >= 568 @ 0.192673
0.16/0.26	c bounds 1121 >= 569 @ 0.192673
0.16/0.26	c bounds 1121 >= 570 @ 0.192673
0.16/0.26	c bounds 1121 >= 571 @ 0.192673
0.16/0.26	c bounds 1121 >= 572 @ 0.192715
0.16/0.26	c bounds 1121 >= 573 @ 0.192963
0.16/0.26	c bounds 1121 >= 574 @ 0.193208
0.16/0.26	c bounds 1121 >= 575 @ 0.19347
0.16/0.27	c bounds 1120 >= 575 @ 0.195323
0.16/0.27	c bounds 1120 >= 576 @ 0.195603
0.16/0.27	c bounds 1120 >= 577 @ 0.195857
0.16/0.27	c bounds 1120 >= 578 @ 0.196106
0.16/0.27	c bounds 1120 >= 579 @ 0.196352
0.16/0.27	c bounds 1120 >= 580 @ 0.196603
0.16/0.27	c bounds 1120 >= 581 @ 0.19685
0.16/0.27	c bounds 1120 >= 582 @ 0.197103
0.16/0.27	c bounds 1120 >= 583 @ 0.197354
0.16/0.27	c bounds 1120 >= 584 @ 0.1976
0.16/0.27	c bounds 1120 >= 585 @ 0.197669
0.16/0.27	c bounds 1120 >= 586 @ 0.197669
0.16/0.27	c bounds 1120 >= 587 @ 0.197669
0.16/0.27	c bounds 1120 >= 588 @ 0.197669
0.16/0.27	c bounds 1120 >= 589 @ 0.197669
0.16/0.27	c bounds 1120 >= 590 @ 0.197669
0.16/0.27	c bounds 1120 >= 591 @ 0.197669
0.16/0.27	c bounds 1120 >= 592 @ 0.197669
0.16/0.27	c bounds 1120 >= 593 @ 0.197875
0.16/0.27	c bounds 1120 >= 594 @ 0.198132
0.16/0.27	c bounds 1120 >= 595 @ 0.198382
0.16/0.27	c bounds 1120 >= 596 @ 0.198628
0.16/0.27	c bounds 1119 >= 596 @ 0.198824
0.16/0.27	c bounds 1119 >= 597 @ 0.19907
0.16/0.27	c bounds 1119 >= 598 @ 0.199283
0.16/0.27	c bounds 1119 >= 599 @ 0.199502
0.16/0.27	c bounds 1119 >= 600 @ 0.199749
0.16/0.27	c bounds 1119 >= 601 @ 0.200012
0.16/0.27	c bounds 1119 >= 602 @ 0.200261
0.16/0.27	c bounds 1119 >= 603 @ 0.20051
0.16/0.27	c bounds 1119 >= 604 @ 0.200757
0.16/0.27	c bounds 1119 >= 605 @ 0.201028
0.16/0.28	c bounds 1119 >= 606 @ 0.201287
0.16/0.28	c bounds 1119 >= 607 @ 0.201543
0.16/0.28	c bounds 1119 >= 608 @ 0.201792
0.16/0.28	c bounds 1119 >= 609 @ 0.202046
0.16/0.28	c bounds 1119 >= 610 @ 0.202306
0.16/0.28	c bounds 1119 >= 611 @ 0.202555
0.16/0.28	c bounds 1119 >= 612 @ 0.202819
0.16/0.28	c bounds 1119 >= 613 @ 0.203071
0.16/0.28	c bounds 1119 >= 614 @ 0.203329
0.16/0.28	c bounds 1119 >= 615 @ 0.203579
0.16/0.28	c bounds 1119 >= 616 @ 0.203629
0.16/0.28	c bounds 1119 >= 617 @ 0.203629
0.16/0.28	c bounds 1119 >= 618 @ 0.203629
0.16/0.28	c bounds 1119 >= 619 @ 0.203629
0.16/0.28	c bounds 1119 >= 620 @ 0.203883
0.16/0.28	c bounds 1119 >= 621 @ 0.204138
0.16/0.28	c bounds 1119 >= 622 @ 0.204388
0.16/0.28	c bounds 1118 >= 622 @ 0.207601
0.16/0.28	c bounds 1118 >= 623 @ 0.207881
0.16/0.28	c bounds 1118 >= 624 @ 0.20814
0.16/0.28	c bounds 1118 >= 625 @ 0.208407
0.16/0.28	c bounds 1118 >= 626 @ 0.208665
0.16/0.28	c bounds 1118 >= 627 @ 0.20892
0.16/0.28	c bounds 1118 >= 628 @ 0.209187
0.16/0.28	c bounds 1118 >= 629 @ 0.209442
0.16/0.28	c bounds 1118 >= 630 @ 0.209713
0.16/0.28	c bounds 1118 >= 631 @ 0.209968
0.16/0.29	c bounds 1118 >= 632 @ 0.210228
0.16/0.29	c bounds 1118 >= 633 @ 0.210477
0.16/0.29	c bounds 1118 >= 634 @ 0.210742
0.16/0.29	c bounds 1118 >= 635 @ 0.210993
0.16/0.29	c bounds 1118 >= 636 @ 0.211248
0.16/0.29	c bounds 1118 >= 637 @ 0.211502
0.16/0.29	c bounds 1118 >= 638 @ 0.211767
0.16/0.29	c bounds 1118 >= 639 @ 0.212039
0.16/0.29	c bounds 1118 >= 640 @ 0.212302
0.16/0.29	c bounds 1118 >= 641 @ 0.212561
0.16/0.29	c bounds 1118 >= 642 @ 0.212601
0.16/0.29	c bounds 1118 >= 643 @ 0.212601
0.16/0.29	c bounds 1118 >= 644 @ 0.212601
0.16/0.29	c bounds 1118 >= 645 @ 0.212644
0.16/0.29	c bounds 1118 >= 646 @ 0.212933
0.16/0.29	c bounds 1118 >= 647 @ 0.213199
0.16/0.29	c bounds 1118 >= 648 @ 0.213461
0.16/0.29	c bounds 1118 >= 649 @ 0.213707
0.16/0.29	c bounds 1118 >= 650 @ 0.213976
0.16/0.29	c bounds 1118 >= 651 @ 0.214235
0.16/0.29	c bounds 1118 >= 652 @ 0.214499
0.16/0.29	c bounds 1118 >= 653 @ 0.214755
0.16/0.29	c bounds 1118 >= 654 @ 0.215025
0.16/0.29	c bounds 1118 >= 655 @ 0.215307
0.16/0.29	c bounds 1118 >= 656 @ 0.215569
0.16/0.29	c bounds 1118 >= 657 @ 0.215829
0.16/0.29	c bounds 1118 >= 658 @ 0.216096
0.16/0.29	c bounds 1118 >= 659 @ 0.216365
0.16/0.29	c bounds 1118 >= 660 @ 0.216634
0.16/0.29	c bounds 1118 >= 661 @ 0.216898
0.16/0.29	c bounds 1118 >= 662 @ 0.217163
0.16/0.29	c bounds 1118 >= 663 @ 0.217431
0.16/0.30	c bounds 1117 >= 663 @ 0.220707
0.16/0.30	c bounds 1117 >= 664 @ 0.221002
0.16/0.30	c bounds 1117 >= 665 @ 0.221277
0.16/0.30	c bounds 1117 >= 666 @ 0.221543
0.16/0.30	c bounds 1117 >= 667 @ 0.221805
0.16/0.30	c bounds 1117 >= 668 @ 0.222073
0.16/0.30	c bounds 1117 >= 669 @ 0.222336
0.16/0.30	c bounds 1117 >= 670 @ 0.222598
0.16/0.30	c bounds 1117 >= 671 @ 0.222861
0.16/0.30	c bounds 1117 >= 672 @ 0.223159
0.16/0.30	c bounds 1117 >= 673 @ 0.22342
0.16/0.30	c bounds 1117 >= 674 @ 0.22369
0.16/0.30	c bounds 1117 >= 675 @ 0.223954
0.16/0.30	c bounds 1117 >= 676 @ 0.224237
0.16/0.30	c bounds 1117 >= 677 @ 0.224507
0.16/0.30	c bounds 1117 >= 678 @ 0.22478
0.16/0.30	c bounds 1117 >= 679 @ 0.225044
0.16/0.30	c bounds 1117 >= 680 @ 0.225323
0.16/0.30	c bounds 1117 >= 681 @ 0.225593
0.16/0.30	c bounds 1117 >= 682 @ 0.225868
0.16/0.30	c bounds 1117 >= 683 @ 0.226137
0.16/0.30	c bounds 1117 >= 684 @ 0.226404
0.16/0.30	c bounds 1117 >= 685 @ 0.226696
0.16/0.30	c bounds 1117 >= 686 @ 0.226979
0.16/0.30	c bounds 1117 >= 687 @ 0.227265
0.16/0.30	c bounds 1117 >= 688 @ 0.22754
0.16/0.30	c bounds 1117 >= 689 @ 0.227814
0.16/0.31	c bounds 1117 >= 690 @ 0.228096
0.16/0.31	c bounds 1117 >= 691 @ 0.228371
0.16/0.31	c bounds 1117 >= 692 @ 0.228649
0.16/0.31	c bounds 1117 >= 693 @ 0.228934
0.26/0.31	c bounds 1117 >= 694 @ 0.229225
0.26/0.31	c bounds 1117 >= 695 @ 0.229518
0.26/0.31	c bounds 1117 >= 696 @ 0.229793
0.26/0.31	c bounds 1117 >= 697 @ 0.230068
0.26/0.31	c bounds 1117 >= 698 @ 0.230344
0.26/0.31	c bounds 1117 >= 699 @ 0.230614
0.26/0.31	c bounds 1117 >= 700 @ 0.230903
0.26/0.31	c bounds 1117 >= 701 @ 0.231178
0.26/0.31	c bounds 1117 >= 702 @ 0.231454
0.26/0.31	c bounds 1117 >= 703 @ 0.231728
0.26/0.31	c bounds 1117 >= 704 @ 0.232009
0.26/0.31	c bounds 1117 >= 705 @ 0.232283
0.26/0.31	c bounds 1117 >= 706 @ 0.232359
0.26/0.31	c bounds 1117 >= 707 @ 0.232359
0.26/0.31	c bounds 1117 >= 708 @ 0.232359
0.26/0.31	c bounds 1117 >= 709 @ 0.232417
0.26/0.31	c bounds 1117 >= 710 @ 0.232708
0.26/0.31	c bounds 1117 >= 711 @ 0.232981
0.26/0.31	c bounds 1117 >= 712 @ 0.233247
0.26/0.31	c bounds 1117 >= 713 @ 0.233521
0.26/0.31	c bounds 1117 >= 714 @ 0.233795
0.26/0.31	c bounds 1117 >= 715 @ 0.234074
0.26/0.31	c bounds 1117 >= 716 @ 0.234344
0.26/0.31	c bounds 1117 >= 717 @ 0.234621
0.26/0.31	c bounds 1117 >= 718 @ 0.234902
0.26/0.31	c bounds 1117 >= 719 @ 0.235173
0.26/0.32	c bounds 1116 >= 719 @ 0.236374
0.26/0.32	c bounds 1116 >= 720 @ 0.236422
0.26/0.32	c bounds 1116 >= 721 @ 0.236696
0.26/0.32	c bounds 1116 >= 722 @ 0.236965
0.26/0.32	c bounds 1116 >= 723 @ 0.237222
0.26/0.32	c bounds 1116 >= 724 @ 0.237485
0.26/0.32	c bounds 1116 >= 725 @ 0.237763
0.26/0.32	c bounds 1116 >= 726 @ 0.238034
0.26/0.32	c bounds 1116 >= 727 @ 0.238321
0.26/0.32	c bounds 1116 >= 728 @ 0.238367
0.26/0.32	c bounds 1116 >= 729 @ 0.238367
0.26/0.32	c bounds 1116 >= 730 @ 0.238367
0.26/0.32	c bounds 1116 >= 731 @ 0.238527
0.26/0.32	c bounds 1116 >= 732 @ 0.238812
0.26/0.32	c bounds 1116 >= 733 @ 0.239043
0.26/0.32	c bounds 1116 >= 734 @ 0.239277
0.26/0.32	c bounds 1116 >= 735 @ 0.239364
0.26/0.32	c bounds 1116 >= 736 @ 0.239364
0.26/0.32	c bounds 1116 >= 737 @ 0.239364
0.26/0.32	c bounds 1116 >= 738 @ 0.239517
0.26/0.32	c bounds 1116 >= 739 @ 0.239807
0.26/0.32	c bounds 1116 >= 740 @ 0.240058
0.26/0.32	c bounds 1116 >= 741 @ 0.240293
0.26/0.32	c bounds 1116 >= 742 @ 0.24058
0.26/0.32	c bounds 1116 >= 743 @ 0.240872
0.26/0.32	c bounds 1116 >= 744 @ 0.241163
0.26/0.32	c bounds 1116 >= 745 @ 0.241451
0.26/0.32	c bounds 1116 >= 746 @ 0.241726
0.26/0.33	c bounds 1116 >= 747 @ 0.242015
0.26/0.33	c bounds 1116 >= 748 @ 0.242293
0.26/0.33	c bounds 1116 >= 749 @ 0.242577
0.26/0.33	c bounds 1116 >= 750 @ 0.242866
0.26/0.33	c bounds 1116 >= 751 @ 0.243153
0.26/0.33	c bounds 1116 >= 752 @ 0.243434
0.26/0.33	c bounds 1116 >= 753 @ 0.243714
0.26/0.33	c bounds 1116 >= 754 @ 0.243997
0.26/0.33	c bounds 1116 >= 755 @ 0.244297
0.26/0.33	c bounds 1116 >= 756 @ 0.244352
0.26/0.33	c bounds 1116 >= 757 @ 0.244352
0.26/0.33	c bounds 1116 >= 758 @ 0.244352
0.26/0.33	c bounds 1116 >= 759 @ 0.244511
0.26/0.33	c bounds 1116 >= 760 @ 0.244819
0.26/0.33	c bounds 1116 >= 761 @ 0.245085
0.26/0.33	c bounds 1116 >= 762 @ 0.245337
0.26/0.33	c bounds 1115 >= 762 @ 0.248343
0.26/0.33	c bounds 1115 >= 763 @ 0.248343
0.26/0.33	c bounds 1115 >= 764 @ 0.248343
0.26/0.33	c bounds 1115 >= 765 @ 0.248343
0.26/0.34	c bounds 1115 >= 766 @ 0.248343
0.26/0.34	c bounds 1115 >= 767 @ 0.248343
0.26/0.34	c bounds 1115 >= 768 @ 0.248343
0.26/0.34	c bounds 1115 >= 769 @ 0.248343
0.26/0.34	c bounds 1115 >= 770 @ 0.248343
0.26/0.34	c bounds 1115 >= 771 @ 0.248543
0.26/0.34	c bounds 1115 >= 772 @ 0.248836
0.26/0.34	c bounds 1115 >= 773 @ 0.249119
0.26/0.34	c bounds 1115 >= 774 @ 0.249393
0.26/0.34	c bounds 1115 >= 775 @ 0.249683
0.26/0.34	c bounds 1115 >= 776 @ 0.249962
0.26/0.34	c bounds 1115 >= 777 @ 0.250251
0.26/0.34	c bounds 1115 >= 778 @ 0.250544
0.26/0.34	c bounds 1115 >= 779 @ 0.250826
0.26/0.34	c bounds 1115 >= 780 @ 0.251121
0.26/0.34	c bounds 1115 >= 781 @ 0.25141
0.26/0.34	c bounds 1115 >= 782 @ 0.251701
0.26/0.34	c bounds 1115 >= 783 @ 0.251996
0.26/0.34	c bounds 1115 >= 784 @ 0.252296
0.26/0.34	c bounds 1115 >= 785 @ 0.252603
0.26/0.34	c bounds 1115 >= 786 @ 0.25289
0.26/0.34	c bounds 1115 >= 787 @ 0.253185
0.26/0.34	c bounds 1115 >= 788 @ 0.253475
0.26/0.34	c bounds 1115 >= 789 @ 0.253774
0.26/0.34	c bounds 1115 >= 790 @ 0.254081
0.26/0.34	c bounds 1115 >= 791 @ 0.254385
0.26/0.34	c bounds 1115 >= 792 @ 0.254679
0.26/0.34	c bounds 1115 >= 793 @ 0.25497
0.26/0.34	c bounds 1115 >= 794 @ 0.255266
0.26/0.34	c bounds 1115 >= 795 @ 0.255565
0.26/0.34	c bounds 1115 >= 796 @ 0.255864
0.26/0.34	c bounds 1115 >= 797 @ 0.256151
0.26/0.34	c bounds 1115 >= 798 @ 0.256448
0.26/0.34	c bounds 1115 >= 799 @ 0.256738
0.26/0.35	c bounds 1115 >= 800 @ 0.257037
0.26/0.35	c bounds 1115 >= 801 @ 0.25732
0.26/0.35	c bounds 1115 >= 802 @ 0.257616
0.26/0.35	c bounds 1115 >= 803 @ 0.257901
0.26/0.35	c bounds 1115 >= 804 @ 0.258205
0.26/0.35	c bounds 1114 >= 804 @ 0.260887
0.26/0.35	c bounds 1114 >= 805 @ 0.261228
0.26/0.35	c bounds 1114 >= 806 @ 0.261285
0.26/0.35	c bounds 1114 >= 807 @ 0.261285
0.26/0.35	c bounds 1114 >= 808 @ 0.261285
0.26/0.35	c bounds 1114 >= 809 @ 0.261455
0.26/0.35	c bounds 1114 >= 810 @ 0.261776
0.26/0.35	c bounds 1114 >= 811 @ 0.2621
0.26/0.35	c bounds 1114 >= 812 @ 0.2624
0.26/0.35	c bounds 1114 >= 813 @ 0.262702
0.26/0.35	c bounds 1114 >= 814 @ 0.263015
0.26/0.35	c bounds 1114 >= 815 @ 0.263187
0.26/0.35	c bounds 1114 >= 816 @ 0.263187
0.26/0.35	c bounds 1114 >= 817 @ 0.263187
0.26/0.35	c bounds 1114 >= 818 @ 0.26328
0.26/0.35	c bounds 1114 >= 819 @ 0.263595
0.26/0.36	c bounds 1114 >= 820 @ 0.263906
0.26/0.36	c bounds 1114 >= 821 @ 0.264212
0.26/0.36	c bounds 1114 >= 822 @ 0.264514
0.26/0.36	c bounds 1114 >= 823 @ 0.264838
0.26/0.36	c bounds 1114 >= 824 @ 0.265146
0.26/0.36	c bounds 1114 >= 825 @ 0.265256
0.26/0.36	c bounds 1114 >= 826 @ 0.265256
0.26/0.36	c bounds 1114 >= 827 @ 0.265256
0.26/0.36	c bounds 1114 >= 828 @ 0.265256
0.26/0.36	c bounds 1114 >= 829 @ 0.265256
0.26/0.36	c bounds 1114 >= 830 @ 0.265256
0.26/0.36	c bounds 1114 >= 831 @ 0.265416
0.26/0.36	c bounds 1113 >= 831 @ 0.270677
0.26/0.36	c bounds 1113 >= 832 @ 0.271065
0.26/0.36	c bounds 1113 >= 833 @ 0.271383
0.26/0.36	c bounds 1113 >= 834 @ 0.27171
0.26/0.37	c bounds 1113 >= 835 @ 0.272033
0.26/0.37	c bounds 1113 >= 836 @ 0.272356
0.26/0.37	c bounds 1113 >= 837 @ 0.272681
0.26/0.37	c bounds 1113 >= 838 @ 0.273026
0.26/0.37	c bounds 1113 >= 839 @ 0.273343
0.26/0.37	c bounds 1113 >= 840 @ 0.273662
0.26/0.37	c bounds 1113 >= 841 @ 0.273987
0.26/0.37	c bounds 1113 >= 842 @ 0.274304
0.26/0.37	c bounds 1113 >= 843 @ 0.274629
0.26/0.37	c bounds 1113 >= 844 @ 0.274956
0.26/0.37	c bounds 1113 >= 845 @ 0.275279
0.26/0.37	c bounds 1113 >= 846 @ 0.2756
0.26/0.37	c bounds 1113 >= 847 @ 0.275923
0.26/0.37	c bounds 1113 >= 848 @ 0.276247
0.26/0.37	c bounds 1113 >= 849 @ 0.276574
0.26/0.37	c bounds 1113 >= 850 @ 0.276893
0.26/0.37	c bounds 1113 >= 851 @ 0.277228
0.26/0.37	c bounds 1113 >= 852 @ 0.27756
0.26/0.37	c bounds 1113 >= 853 @ 0.277902
0.26/0.37	c bounds 1113 >= 854 @ 0.278231
0.26/0.37	c bounds 1113 >= 855 @ 0.278557
0.26/0.37	c bounds 1113 >= 856 @ 0.278891
0.26/0.37	c bounds 1113 >= 857 @ 0.279242
0.26/0.37	c bounds 1113 >= 858 @ 0.279589
0.26/0.37	c bounds 1113 >= 859 @ 0.279922
0.26/0.37	c bounds 1113 >= 860 @ 0.28025
0.26/0.37	c bounds 1113 >= 861 @ 0.280593
0.26/0.38	c bounds 1112 >= 861 @ 0.286478
0.26/0.38	c bounds 1112 >= 862 @ 0.286936
0.26/0.38	c bounds 1112 >= 863 @ 0.287275
0.26/0.38	c bounds 1112 >= 864 @ 0.287629
0.26/0.38	c bounds 1112 >= 865 @ 0.287977
0.26/0.38	c bounds 1112 >= 866 @ 0.288313
0.26/0.38	c bounds 1112 >= 867 @ 0.288662
0.26/0.38	c bounds 1112 >= 868 @ 0.289
0.26/0.38	c bounds 1112 >= 869 @ 0.289333
0.26/0.38	c bounds 1112 >= 870 @ 0.289676
0.26/0.38	c bounds 1112 >= 871 @ 0.290025
0.26/0.38	c bounds 1112 >= 872 @ 0.290358
0.26/0.38	c bounds 1112 >= 873 @ 0.290707
0.26/0.38	c bounds 1112 >= 874 @ 0.291065
0.26/0.38	c bounds 1112 >= 875 @ 0.291182
0.26/0.38	c bounds 1112 >= 876 @ 0.291182
0.26/0.39	c bounds 1112 >= 877 @ 0.291182
0.26/0.39	c bounds 1112 >= 878 @ 0.291184
0.26/0.39	c bounds 1112 >= 879 @ 0.291184
0.26/0.39	c bounds 1112 >= 880 @ 0.291184
0.26/0.39	c bounds 1112 >= 881 @ 0.291525
0.26/0.39	c bounds 1112 >= 882 @ 0.291909
0.26/0.39	c bounds 1112 >= 883 @ 0.292331
0.26/0.39	c bounds 1112 >= 884 @ 0.292703
0.26/0.39	c bounds 1112 >= 885 @ 0.293056
0.26/0.39	c bounds 1112 >= 886 @ 0.293412
0.26/0.39	c bounds 1112 >= 887 @ 0.293788
0.26/0.39	c bounds 1112 >= 888 @ 0.294154
0.26/0.39	c bounds 1112 >= 889 @ 0.294535
0.26/0.40	c bounds 1111 >= 889 @ 0.30246
0.26/0.40	c bounds 1111 >= 890 @ 0.303059
0.26/0.40	c bounds 1111 >= 891 @ 0.303154
0.26/0.40	c bounds 1111 >= 892 @ 0.303154
0.26/0.40	c bounds 1111 >= 893 @ 0.303154
0.26/0.40	c bounds 1111 >= 894 @ 0.303154
0.26/0.40	c bounds 1111 >= 895 @ 0.303154
0.26/0.40	c bounds 1111 >= 896 @ 0.303375
0.26/0.40	c bounds 1111 >= 897 @ 0.303752
0.26/0.40	c bounds 1111 >= 898 @ 0.304113
0.26/0.40	c bounds 1111 >= 899 @ 0.304551
0.26/0.40	c bounds 1111 >= 900 @ 0.304939
0.26/0.40	c bounds 1111 >= 901 @ 0.305073
0.26/0.40	c bounds 1111 >= 902 @ 0.305073
0.26/0.40	c bounds 1111 >= 903 @ 0.305245
0.26/0.40	c bounds 1111 >= 904 @ 0.305612
0.26/0.41	c bounds 1111 >= 905 @ 0.305953
0.26/0.41	c bounds 1111 >= 906 @ 0.306323
0.26/0.41	c bounds 1111 >= 907 @ 0.306708
0.35/0.41	c bounds 1111 >= 908 @ 0.306922
0.35/0.41	c bounds 1111 >= 909 @ 0.306922
0.35/0.41	c bounds 1111 >= 910 @ 0.306981
0.35/0.41	c bounds 1111 >= 911 @ 0.307378
0.35/0.41	c bounds 1111 >= 912 @ 0.307794
0.35/0.41	c bounds 1111 >= 913 @ 0.308204
0.35/0.41	c bounds 1111 >= 914 @ 0.308649
0.35/0.41	c bounds 1111 >= 915 @ 0.309059
0.35/0.41	c bounds 1111 >= 916 @ 0.309465
0.35/0.41	c bounds 1111 >= 917 @ 0.309894
0.35/0.41	c bounds 1111 >= 918 @ 0.309997
0.35/0.41	c bounds 1111 >= 919 @ 0.309997
0.35/0.43	c bounds 1110 >= 919 @ 0.324527
0.35/0.43	c bounds 1110 >= 920 @ 0.325329
0.35/0.43	c bounds 1110 >= 921 @ 0.325739
0.35/0.43	c bounds 1110 >= 922 @ 0.326195
0.35/0.43	c bounds 1110 >= 923 @ 0.326609
0.35/0.43	c bounds 1110 >= 924 @ 0.327034
0.35/0.43	c bounds 1110 >= 925 @ 0.327482
0.35/0.43	c bounds 1110 >= 926 @ 0.327935
0.35/0.43	c bounds 1110 >= 927 @ 0.328424
0.35/0.43	c bounds 1110 >= 928 @ 0.328929
0.35/0.43	c bounds 1110 >= 929 @ 0.32946
0.35/0.43	c bounds 1110 >= 930 @ 0.329953
0.35/0.43	c bounds 1110 >= 931 @ 0.330462
0.35/0.43	c bounds 1110 >= 932 @ 0.330947
0.35/0.43	c bounds 1110 >= 933 @ 0.331512
0.35/0.43	c bounds 1110 >= 934 @ 0.332048
0.35/0.44	c bounds 1110 >= 935 @ 0.332726
0.35/0.44	c bounds 1110 >= 936 @ 0.332937
0.35/0.44	c bounds 1110 >= 937 @ 0.332937
0.35/0.44	c bounds 1110 >= 938 @ 0.332938
0.35/0.44	c bounds 1110 >= 939 @ 0.332979
0.35/0.44	c bounds 1110 >= 940 @ 0.333518
0.35/0.44	c bounds 1110 >= 941 @ 0.334074
0.35/0.44	c bounds 1110 >= 942 @ 0.33463
0.35/0.44	c bounds 1110 >= 943 @ 0.335232
0.35/0.44	c bounds 1110 >= 944 @ 0.335784
0.35/0.44	c bounds 1110 >= 945 @ 0.336339
0.35/0.44	c bounds 1110 >= 946 @ 0.336764
0.35/0.44	c bounds 1110 >= 947 @ 0.336957
0.35/0.44	c bounds 1110 >= 948 @ 0.3376
0.35/0.44	c bounds 1110 >= 949 @ 0.338197
0.35/0.44	c bounds 1110 >= 950 @ 0.33879
0.35/0.44	c bounds 1110 >= 951 @ 0.338922
0.35/0.45	c bounds 1110 >= 952 @ 0.339082
0.35/0.45	c bounds 1110 >= 953 @ 0.339642
0.35/0.45	c bounds 1110 >= 954 @ 0.339918
0.35/0.45	c bounds 1110 >= 955 @ 0.339918
0.35/0.45	c bounds 1110 >= 956 @ 0.340615
0.35/0.45	c bounds 1110 >= 957 @ 0.340915
0.35/0.45	c bounds 1110 >= 958 @ 0.341087
0.35/0.46	c bounds 1109 >= 958 @ 0.353846
0.35/0.46	c bounds 1109 >= 959 @ 0.354868
0.35/0.47	c bounds 1109 >= 960 @ 0.355537
0.35/0.47	c bounds 1109 >= 961 @ 0.355877
0.35/0.47	c bounds 1109 >= 962 @ 0.356092
0.35/0.47	c bounds 1109 >= 963 @ 0.356732
0.35/0.47	c bounds 1109 >= 964 @ 0.356875
0.35/0.47	c bounds 1109 >= 965 @ 0.35727
0.35/0.47	c bounds 1109 >= 966 @ 0.357981
0.35/0.47	c bounds 1109 >= 967 @ 0.358635
0.35/0.47	c bounds 1109 >= 968 @ 0.358869
0.35/0.47	c bounds 1109 >= 969 @ 0.358869
0.35/0.47	c bounds 1109 >= 970 @ 0.359306
0.35/0.47	c bounds 1109 >= 971 @ 0.359888
0.35/0.47	c bounds 1109 >= 972 @ 0.361246
0.35/0.48	c bounds 1109 >= 973 @ 0.36194
0.35/0.48	c bounds 1109 >= 974 @ 0.362848
0.35/0.48	c bounds 1109 >= 975 @ 0.364097
0.35/0.50	c bounds 1108 >= 975 @ 0.388938
0.35/0.50	c bounds 1108 >= 976 @ 0.390593
0.35/0.51	c bounds 1108 >= 977 @ 0.392421
0.46/0.51	c bounds 1108 >= 978 @ 0.392938
0.46/0.51	c bounds 1108 >= 979 @ 0.39512
0.46/0.51	c bounds 1108 >= 980 @ 0.397749
0.46/0.51	c bounds 1108 >= 981 @ 0.39878
0.46/0.52	c bounds 1108 >= 982 @ 0.40093
0.46/0.56	c bounds 1107 >= 982 @ 0.442826
0.46/0.56	c bounds 1107 >= 983 @ 0.446462
0.46/0.57	c bounds 1107 >= 984 @ 0.446584
0.46/0.57	c bounds 1107 >= 985 @ 0.450968
0.46/0.58	c bounds 1107 >= 986 @ 0.45795
0.55/0.61	c bounds 1106 >= 986 @ 0.492595
0.55/0.63	c bounds 1106 >= 987 @ 0.512845
0.55/0.69	c bounds 1105 >= 987 @ 0.565906
0.65/0.73	c bounds 1105 >= 988 @ 0.608103
0.65/0.76	c bounds 1104 >= 988 @ 0.634066
0.74/0.80	c #Conflicts:       1000 | #Constraints:       8471
0.74/0.80	c bounds 1103 >= 988 @ 0.66716
0.74/0.83	c bounds 1102 >= 988 @ 0.695483
0.85/0.95	c bounds 1102 >= 989 @ 0.810217
0.85/0.98	c bounds 1101 >= 989 @ 0.845226
0.95/1.04	c bounds 1100 >= 989 @ 0.896402
1.05/1.11	c bounds 1099 >= 989 @ 0.960873
1.15/1.27	c #Conflicts:       2000 | #Constraints:       9514
1.15/1.27	c INPROCESSING
1.15/1.27	c GARBAGE COLLECT
1.15/1.27	c bounds 1098 >= 989 @ 1.11554
1.24/1.33	c bounds 1097 >= 989 @ 1.17078
1.54/1.64	c bounds 1097 >= 990 @ 1.46508
1.54/1.69	c bounds 1096 >= 990 @ 1.51458
1.64/1.73	c #Conflicts:       3000 | #Constraints:       8461
1.64/1.73	c bounds 1095 >= 990 @ 1.55187
1.64/1.78	c bounds 1094 >= 990 @ 1.60914
1.75/1.83	c bounds 1093 >= 990 @ 1.65652
1.75/1.88	c bounds 1092 >= 990 @ 1.70526
1.84/1.94	c bounds 1091 >= 990 @ 1.76486
1.95/2.00	c bounds 1090 >= 990 @ 1.8249
1.95/2.07	c #Conflicts:       4000 | #Constraints:       9467
1.95/2.07	c bounds 1089 >= 990 @ 1.88886
2.64/2.73	c INPROCESSING
2.64/2.73	c GARBAGE COLLECT
2.64/2.73	c bounds 1088 >= 990 @ 2.52818
2.74/2.81	c bounds 1087 >= 990 @ 2.60736
2.84/2.90	c bounds 1086 >= 990 @ 2.69352
2.84/2.95	c #Conflicts:       5000 | #Constraints:       8803
2.84/2.95	c bounds 1085 >= 990 @ 2.74528
2.84/3.00	c bounds 1084 >= 990 @ 2.79703
2.94/3.07	c bounds 1083 >= 990 @ 2.86435
3.63/3.74	c bounds 1083 >= 991 @ 3.52065
3.73/3.80	c #Conflicts:       6000 | #Constraints:       9869
3.73/3.80	c bounds 1082 >= 991 @ 3.57955
3.73/3.84	c bounds 1081 >= 991 @ 3.61791
3.73/3.89	c bounds 1080 >= 991 @ 3.66653
3.83/3.94	c bounds 1079 >= 991 @ 3.7199
4.14/4.23	c INPROCESSING
4.14/4.23	c GARBAGE COLLECT
4.14/4.23	c #Conflicts:       7000 | #Constraints:       8782
4.14/4.23	c bounds 1078 >= 991 @ 4.00219
4.14/4.29	c bounds 1077 >= 991 @ 4.06512
4.23/4.35	c bounds 1076 >= 991 @ 4.12014
4.54/4.61	c #Conflicts:       8000 | #Constraints:       9785
4.54/4.61	c bounds 1075 >= 991 @ 4.37621
5.73/5.84	c #Conflicts:       9000 | #Constraints:      10786
5.73/5.84	c INPROCESSING
5.73/5.84	c GARBAGE COLLECT
5.73/5.84	c rational objective 991
5.84/5.91	c bounds 1074 >= 991 @ 5.65228
5.84/5.95	c bounds 1073 >= 991 @ 5.68666
5.93/6.03	c bounds 1072 >= 991 @ 5.76418
6.03/6.12	c bounds 1071 >= 991 @ 5.85978
6.13/6.24	c #Conflicts:      10000 | #Constraints:       9490
6.13/6.24	c bounds 1070 >= 991 @ 5.97269
6.23/6.38	c bounds 1069 >= 991 @ 6.10631
6.43/6.52	c #Conflicts:      11000 | #Constraints:      10492
6.43/6.52	c bounds 1068 >= 991 @ 6.24414
6.53/6.60	c bounds 1067 >= 991 @ 6.32351
6.53/6.66	c bounds 1066 >= 991 @ 6.38417
7.04/7.11	c #Conflicts:      12000 | #Constraints:      11495
7.04/7.11	c INPROCESSING
7.04/7.11	c GARBAGE COLLECT
7.04/7.11	c rational objective 991
7.43/7.55	c #Conflicts:      13000 | #Constraints:       9952
7.43/7.55	c bounds 1065 >= 991 @ 7.23856
8.32/8.48	c #Conflicts:      14000 | #Constraints:      10953
8.32/8.48	c bounds 1065 >= 992 @ 8.14921
9.13/9.21	c #Conflicts:      15000 | #Constraints:      12031
9.13/9.21	c INPROCESSING
9.13/9.21	c GARBAGE COLLECT
9.13/9.21	c rational objective 992
9.23/9.30	c bounds 1064 >= 992 @ 8.94995
10.12/10.23	c #Conflicts:      16000 | #Constraints:      10227
10.12/10.23	c #Conflicts:      17000 | #Constraints:      11227
10.12/10.23	c bounds 1063 >= 992 @ 9.87026
11.32/11.40	c #Conflicts:      18000 | #Constraints:      12229
11.32/11.40	c INPROCESSING
11.32/11.40	c GARBAGE COLLECT
11.32/11.40	c rational objective 992
12.21/12.34	c #Conflicts:      19000 | #Constraints:      10243
12.21/12.34	c #Conflicts:      20000 | #Constraints:      11243
12.21/12.34	c bounds 1062 >= 992 @ 11.9412
13.52/13.61	c #Conflicts:      21000 | #Constraints:      12244
13.52/13.61	c INPROCESSING
13.52/13.61	c GARBAGE COLLECT
13.52/13.61	c rational objective 992
13.52/13.69	c bounds 1061 >= 992 @ 13.2624
13.62/13.73	c bounds 1060 >= 992 @ 13.3002
13.72/13.82	c #Conflicts:      22000 | #Constraints:      10054
13.72/13.82	c bounds 1059 >= 992 @ 13.3939
14.31/14.42	c #Conflicts:      23000 | #Constraints:      11055
14.31/14.42	c bounds 1058 >= 992 @ 13.9797
15.50/15.63	c #Conflicts:      24000 | #Constraints:      12056
15.50/15.63	c bounds 1058 >= 993 @ 15.1795
15.91/16.07	c #Conflicts:      25000 | #Constraints:      13119
15.91/16.07	c INPROCESSING
15.91/16.07	c GARBAGE COLLECT
15.91/16.07	c rational objective 993
16.41/16.55	c #Conflicts:      26000 | #Constraints:      10701
16.41/16.55	c bounds 1057 >= 993 @ 16.0809
17.10/17.22	c #Conflicts:      27000 | #Constraints:      11728
17.10/17.22	c bounds 1056 >= 993 @ 16.7424
17.30/17.41	WSVECS04 Frhs2[65]: 6 -1.00006 0 shouldn't be
17.30/17.41	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
17.30/17.41	WSVECS04 Frhs2[1080]: 6 -1.00003 0 shouldn't be
17.30/17.41	WSVECS04 Frhs2[1371]: 6 -1.00005 0 shouldn't be
17.30/17.41	WSVECS04 Frhs2[1441]: 6 -1.00006 0 shouldn't be
19.29/19.40	c #Conflicts:      28000 | #Constraints:      12783
19.29/19.40	c #Conflicts:      29000 | #Constraints:      13783
19.29/19.40	c INPROCESSING
19.29/19.40	c GARBAGE COLLECT
19.29/19.40	c rational objective 993
21.19/21.34	c #Conflicts:      30000 | #Constraints:      11140
21.19/21.34	c #Conflicts:      31000 | #Constraints:      12140
21.19/21.34	c #Conflicts:      32000 | #Constraints:      13140
21.19/21.34	c #Conflicts:      33000 | #Constraints:      14141
21.19/21.34	c INPROCESSING
21.19/21.34	c GARBAGE COLLECT
21.19/21.34	c rational objective 993
22.19/22.35	c #Conflicts:      34000 | #Constraints:      11332
22.19/22.35	c bounds 1055 >= 993 @ 21.7883
24.08/24.20	c #Conflicts:      35000 | #Constraints:      12395
24.08/24.20	c #Conflicts:      36000 | #Constraints:      13395
24.08/24.20	c #Conflicts:      37000 | #Constraints:      14395
24.08/24.20	c INPROCESSING
24.08/24.20	c GARBAGE COLLECT
24.08/24.20	c rational objective 993
25.58/25.72	c #Conflicts:      38000 | #Constraints:      11358
25.58/25.72	c #Conflicts:      39000 | #Constraints:      12364
25.58/25.72	c #Conflicts:      40000 | #Constraints:      13410
25.58/25.72	c bounds 1054 >= 993 @ 25.1084
26.68/26.86	c #Conflicts:      41000 | #Constraints:      14413
26.68/26.86	c INPROCESSING
26.68/26.86	c GARBAGE COLLECT
26.68/26.86	c rational objective 993
27.58/27.77	c #Conflicts:      42000 | #Constraints:      11155
27.58/27.77	c #Conflicts:      43000 | #Constraints:      12155
27.58/27.77	c bounds 1054 >= 994 @ 27.1099
28.77/28.96	c #Conflicts:      44000 | #Constraints:      13221
28.77/28.96	c #Conflicts:      45000 | #Constraints:      14221
28.77/28.96	c #Conflicts:      46000 | #Constraints:      15221
28.77/28.96	c INPROCESSING
28.77/28.96	c GARBAGE COLLECT
28.77/28.96	c rational objective 994
28.87/29.10	c bounds 1053 >= 994 @ 28.4171
31.27/31.43	c #Conflicts:      47000 | #Constraints:      11792
31.27/31.43	c #Conflicts:      48000 | #Constraints:      12792
31.27/31.43	c #Conflicts:      49000 | #Constraints:      13792
31.27/31.43	c #Conflicts:      50000 | #Constraints:      14793
31.27/31.43	c #Conflicts:      51000 | #Constraints:      15843
31.27/31.43	c INPROCESSING
31.27/31.43	c GARBAGE COLLECT
31.27/31.43	c rational objective 994
32.36/32.52	c #Conflicts:      52000 | #Constraints:      12196
32.36/32.52	c #Conflicts:      53000 | #Constraints:      13196
32.36/32.52	c bounds 1053 >= 995 @ 31.7873
33.56/33.70	c #Conflicts:      54000 | #Constraints:      14271
33.56/33.70	c #Conflicts:      55000 | #Constraints:      15271
33.56/33.70	c #Conflicts:      56000 | #Constraints:      16271
33.56/33.70	c INPROCESSING
33.56/33.70	c GARBAGE COLLECT
33.56/33.70	c rational objective 995
35.95/36.18	c #Conflicts:      57000 | #Constraints:      12405
35.95/36.18	c #Conflicts:      58000 | #Constraints:      13405
35.95/36.18	c #Conflicts:      59000 | #Constraints:      14406
35.95/36.18	c #Conflicts:      60000 | #Constraints:      15454
35.95/36.18	c bounds 1052 >= 995 @ 35.3659
36.75/36.97	c #Conflicts:      61000 | #Constraints:      16521
36.75/36.97	c INPROCESSING
36.75/36.97	c GARBAGE COLLECT
36.75/36.97	c rational objective 995
38.74/38.90	c #Conflicts:      62000 | #Constraints:      12484
38.74/38.90	c #Conflicts:      63000 | #Constraints:      13484
38.74/38.90	c #Conflicts:      64000 | #Constraints:      14484
38.74/38.90	c #Conflicts:      65000 | #Constraints:      15484
38.74/38.90	c #Conflicts:      66000 | #Constraints:      16484
38.74/38.90	c INPROCESSING
38.74/38.90	c GARBAGE COLLECT
38.74/38.90	c rational objective 995
39.94/40.17	c #Conflicts:      67000 | #Constraints:      12260
39.94/40.17	c #Conflicts:      68000 | #Constraints:      13260
39.94/40.17	c #Conflicts:      69000 | #Constraints:      14260
39.94/40.17	c #Conflicts:      70000 | #Constraints:      15260
39.94/40.17	c bounds 1052 >= 996 @ 39.2855
40.74/40.92	c #Conflicts:      71000 | #Constraints:      16296
40.74/40.92	c bounds 1051 >= 996 @ 40.0105
41.14/41.30	c #Conflicts:      72000 | #Constraints:      17331
41.14/41.30	c INPROCESSING
41.14/41.30	c GARBAGE COLLECT
41.14/41.30	c rational objective 996
43.53/43.70	c #Conflicts:      73000 | #Constraints:      12893
43.53/43.70	c #Conflicts:      74000 | #Constraints:      13893
43.53/43.70	c #Conflicts:      75000 | #Constraints:      14893
43.53/43.70	c #Conflicts:      76000 | #Constraints:      15893
43.53/43.70	c #Conflicts:      77000 | #Constraints:      16893
43.53/43.70	c #Conflicts:      78000 | #Constraints:      17893
43.53/43.70	c INPROCESSING
43.53/43.70	c GARBAGE COLLECT
43.53/43.70	c rational objective 996
44.52/44.75	c #Conflicts:      79000 | #Constraints:      13279
44.52/44.75	c #Conflicts:      80000 | #Constraints:      14338
44.52/44.75	c bounds 1050 >= 996 @ 43.7707
45.72/45.95	c #Conflicts:      81000 | #Constraints:      15370
45.72/45.95	c #Conflicts:      82000 | #Constraints:      16434
45.72/45.95	c bounds 1049 >= 996 @ 44.9485
50.11/50.38	c #Conflicts:      83000 | #Constraints:      17446
50.11/50.38	c #Conflicts:      84000 | #Constraints:      18446
50.11/50.38	c INPROCESSING
50.11/50.38	c GARBAGE COLLECT
50.11/50.38	c rational objective 996
51.41/51.66	c #Conflicts:      85000 | #Constraints:      13558
51.41/51.66	c #Conflicts:      86000 | #Constraints:      14571
51.41/51.66	c bounds 1048 >= 996 @ 50.6142
52.81/53.07	c #Conflicts:      87000 | #Constraints:      15652
52.81/53.07	c #Conflicts:      88000 | #Constraints:      16709
52.81/53.07	c bounds 1047 >= 996 @ 51.9997
53.80/54.04	c #Conflicts:      89000 | #Constraints:      17762
53.80/54.04	c #Conflicts:      90000 | #Constraints:      18807
53.80/54.04	c INPROCESSING
53.80/54.04	c GARBAGE COLLECT
53.80/54.04	c rational objective 996
57.49/57.78	c #Conflicts:      91000 | #Constraints:      13612
57.49/57.78	c #Conflicts:      92000 | #Constraints:      14612
57.49/57.78	c #Conflicts:      93000 | #Constraints:      15634
57.49/57.78	c #Conflicts:      94000 | #Constraints:      16701
57.49/57.78	c #Conflicts:      95000 | #Constraints:      17785
57.49/57.78	c #Conflicts:      96000 | #Constraints:      18850
57.49/57.78	c INPROCESSING
57.49/57.78	c GARBAGE COLLECT
57.49/57.78	c rational objective 996
60.39/60.62	c #Conflicts:      97000 | #Constraints:      13458
60.39/60.62	c #Conflicts:      98000 | #Constraints:      14458
60.39/60.62	c #Conflicts:      99000 | #Constraints:      15458
60.39/60.62	c #Conflicts:     100000 | #Constraints:      16458
60.39/60.62	c #Conflicts:     101000 | #Constraints:      17458
60.39/60.62	c #Conflicts:     102000 | #Constraints:      18458
60.39/60.62	c #Conflicts:     103000 | #Constraints:      19458
60.39/60.62	c INPROCESSING
60.39/60.62	c GARBAGE COLLECT
60.39/60.62	c rational objective 996
63.08/63.34	c #Conflicts:     104000 | #Constraints:      13975
63.08/63.34	c #Conflicts:     105000 | #Constraints:      14975
63.08/63.34	c #Conflicts:     106000 | #Constraints:      15975
63.08/63.34	c #Conflicts:     107000 | #Constraints:      16975
63.08/63.34	c #Conflicts:     108000 | #Constraints:      17975
63.08/63.34	c #Conflicts:     109000 | #Constraints:      18975
63.08/63.34	c #Conflicts:     110000 | #Constraints:      19975
63.08/63.34	c INPROCESSING
63.08/63.34	c GARBAGE COLLECT
63.08/63.34	c rational objective 996
67.76/68.09	c #Conflicts:     111000 | #Constraints:      14387
67.76/68.09	c #Conflicts:     112000 | #Constraints:      15461
67.76/68.09	c #Conflicts:     113000 | #Constraints:      16529
67.76/68.09	c #Conflicts:     114000 | #Constraints:      17593
67.76/68.09	c #Conflicts:     115000 | #Constraints:      18658
67.76/68.09	c #Conflicts:     116000 | #Constraints:      19724
67.76/68.09	c #Conflicts:     117000 | #Constraints:      20780
67.76/68.09	c INPROCESSING
67.76/68.09	c GARBAGE COLLECT
67.76/68.09	c rational objective 996
71.35/71.63	c #Conflicts:     118000 | #Constraints:      14692
71.35/71.63	c #Conflicts:     119000 | #Constraints:      15692
71.35/71.63	c #Conflicts:     120000 | #Constraints:      16692
71.35/71.63	c #Conflicts:     121000 | #Constraints:      17692
71.35/71.63	c #Conflicts:     122000 | #Constraints:      18692
71.35/71.63	c #Conflicts:     123000 | #Constraints:      19692
71.35/71.63	c #Conflicts:     124000 | #Constraints:      20692
71.35/71.63	c INPROCESSING
71.35/71.63	c GARBAGE COLLECT
71.35/71.63	c rational objective 996
72.76/73.02	c #Conflicts:     125000 | #Constraints:      14602
72.76/73.02	c #Conflicts:     126000 | #Constraints:      15602
72.76/73.02	c #Conflicts:     127000 | #Constraints:      16602
72.76/73.02	c bounds 1047 >= 997 @ 71.5624
74.55/74.81	c #Conflicts:     128000 | #Constraints:      17665
74.55/74.81	c #Conflicts:     129000 | #Constraints:      18665
74.55/74.81	c #Conflicts:     130000 | #Constraints:      19665
74.55/74.81	c #Conflicts:     131000 | #Constraints:      20665
74.55/74.81	c INPROCESSING
74.55/74.81	c GARBAGE COLLECT
74.55/74.81	c rational objective 997
75.54/75.84	c #Conflicts:     132000 | #Constraints:      14403
75.54/75.84	c #Conflicts:     133000 | #Constraints:      15404
75.54/75.84	c bounds 1046 >= 997 @ 74.3272
82.02/82.33	c #Conflicts:     134000 | #Constraints:      16437
82.02/82.33	c #Conflicts:     135000 | #Constraints:      17437
82.02/82.33	c #Conflicts:     136000 | #Constraints:      18437
82.02/82.33	c #Conflicts:     137000 | #Constraints:      19437
82.02/82.33	c #Conflicts:     138000 | #Constraints:      20437
82.02/82.33	c #Conflicts:     139000 | #Constraints:      21438
82.02/82.33	c INPROCESSING
82.02/82.33	c GARBAGE COLLECT
82.02/82.33	c rational objective 997
87.61/87.91	c #Conflicts:     140000 | #Constraints:      14982
87.61/87.91	c #Conflicts:     141000 | #Constraints:      15983
87.61/87.91	c #Conflicts:     142000 | #Constraints:      17031
87.61/87.91	c #Conflicts:     143000 | #Constraints:      18102
87.61/87.91	c #Conflicts:     144000 | #Constraints:      19156
87.61/87.91	c #Conflicts:     145000 | #Constraints:      20206
87.61/87.91	c #Conflicts:     146000 | #Constraints:      21274
87.61/87.91	c #Conflicts:     147000 | #Constraints:      22321
87.61/87.91	c INPROCESSING
87.61/87.91	c GARBAGE COLLECT
87.61/87.91	c rational objective 997
91.30/91.68	c #Conflicts:     148000 | #Constraints:      15491
91.30/91.68	c #Conflicts:     149000 | #Constraints:      16491
91.30/91.68	c #Conflicts:     150000 | #Constraints:      17491
91.30/91.68	c #Conflicts:     151000 | #Constraints:      18491
91.30/91.68	c #Conflicts:     152000 | #Constraints:      19491
91.30/91.68	c #Conflicts:     153000 | #Constraints:      20491
91.30/91.68	c #Conflicts:     154000 | #Constraints:      21491
91.30/91.68	c #Conflicts:     155000 | #Constraints:      22491
91.30/91.68	c INPROCESSING
91.30/91.68	c GARBAGE COLLECT
91.30/91.68	c rational objective 997
92.70/93.03	c #Conflicts:     156000 | #Constraints:      15649
92.70/93.03	c #Conflicts:     157000 | #Constraints:      16715
92.70/93.03	c bounds 1045 >= 997 @ 91.2752
92.80/93.19	WSVECS04 Frhs2[1]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[3]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[5]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[10]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[12]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[13]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[19]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[20]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[21]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[27]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[28]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[29]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[31]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[33]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[35]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[39]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[43]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[45]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[46]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[48]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[53]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[56]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[58]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[59]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[63]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[64]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[65]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[67]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[69]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[76]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[79]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[80]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[81]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[89]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[90]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[95]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[96]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[97]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[100]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[103]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[107]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[115]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[120]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[122]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[123]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[126]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[130]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[133]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[134]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[135]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[141]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[142]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[143]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[145]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[149]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[152]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[157]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[158]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[160]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[162]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[165]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[172]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[173]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[179]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[182]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[183]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[185]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[186]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[188]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[189]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[190]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[192]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[195]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[198]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[200]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[201]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[205]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[206]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[207]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[208]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[209]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[210]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[211]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[213]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[218]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[221]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[224]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[227]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[230]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[232]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[233]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[236]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[241]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[244]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[245]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[250]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[251]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[252]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[254]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[258]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[260]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[263]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[269]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[273]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[276]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[279]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[283]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[285]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[286]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[289]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[290]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[291]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[292]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[293]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[297]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[301]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[304]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[311]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[313]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[314]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[316]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[317]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[321]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[324]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[330]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[332]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[335]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[337]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[342]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[344]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[346]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[347]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[349]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[351]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[352]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[356]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[361]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[363]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[368]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[370]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[371]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[377]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[380]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[383]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[384]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[385]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[388]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[393]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[396]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[397]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[398]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[401]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[408]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[409]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[413]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[414]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[415]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[419]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[423]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[425]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[426]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[429]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[430]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[431]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[433]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[434]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[438]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[439]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[440]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[442]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[444]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[446]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[447]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[449]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[450]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[453]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[454]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[455]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[457]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[459]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[460]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[461]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[464]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[465]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[467]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[470]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[476]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[478]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[479]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[481]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[483]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[485]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[486]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[490]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[494]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[497]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[498]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[499]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[500]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[501]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[504]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[505]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[511]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[515]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[516]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[517]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[522]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[523]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[524]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[529]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[530]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[535]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[539]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[540]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[541]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[547]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[553]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[554]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[555]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[558]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[561]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[565]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[566]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[568]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[569]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[570]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[571]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[576]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[580]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[589]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[598]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[599]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[600]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[605]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[609]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[611]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[616]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[617]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[618]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[620]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[623]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[624]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[625]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[627]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[630]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[632]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[633]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[635]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[637]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[638]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[639]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[640]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[645]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[646]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[647]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[650]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[651]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[652]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[653]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[662]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[663]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[664]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[665]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[667]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[669]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[671]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[672]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[674]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[677]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[678]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[681]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[684]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[685]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[690]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[692]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[696]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[697]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[702]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[703]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[705]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[706]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[708]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[711]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[715]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[722]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[728]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[729]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[732]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[733]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[736]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[743]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[744]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[748]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[749]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[751]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[752]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[753]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[754]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[760]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[762]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[765]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[770]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[772]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[776]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[778]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[780]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[784]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[786]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[788]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[789]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[793]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[795]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[798]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[801]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[803]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[804]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[805]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[809]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[810]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[811]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[815]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[823]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[826]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[827]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[834]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[837]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[839]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[840]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[841]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[842]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[845]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[848]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[849]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[850]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[853]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[855]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[856]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[857]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[858]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[859]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[861]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[863]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[864]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[867]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[869]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[871]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[872]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[873]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[877]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[878]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[879]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[881]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[886]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[887]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[890]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[893]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[894]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[900]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[902]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[906]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[911]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[914]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[915]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[917]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[918]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[921]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[922]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[923]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[924]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[934]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[935]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[936]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[937]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[939]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[941]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[944]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[946]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[949]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[950]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[952]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[953]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[955]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[959]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[962]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[966]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[967]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[969]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[970]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[971]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[972]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[974]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[975]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[979]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[984]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[989]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[991]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[992]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[994]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[998]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1003]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1006]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1009]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1010]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1012]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1014]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1017]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1019]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1020]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1025]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1028]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1031]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1036]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1037]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1038]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1041]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1042]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1045]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1047]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1051]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1052]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1053]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1054]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1056]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1057]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1058]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1059]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1063]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1068]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1071]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1074]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1077]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1078]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1080]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1084]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1085]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1090]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1094]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1095]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1096]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1098]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1108]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1111]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1112]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1113]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1114]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1116]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1117]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1118]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1120]: 6 -1.00006 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1121]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1126]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1130]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1131]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1134]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1144]: 6 -1.00008 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1148]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1149]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1151]: 6 -1.00001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1152]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1157]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1160]: 6 -1.0001 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1161]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1169]: 6 -1.00004 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1170]: 6 -1.00002 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1172]: 6 -1.00009 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1174]: 6 -1.00003 0 shouldn't be
92.80/93.19	WSVECS04 Frhs2[1175]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1177]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1178]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1180]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1181]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1182]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1184]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1186]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1189]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1190]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1191]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1194]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1196]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1198]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1199]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1200]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1201]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1205]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1208]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1209]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1211]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1214]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1215]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1216]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1218]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1219]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1220]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1222]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1224]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1225]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1227]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1232]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1237]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1239]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1243]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1245]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1246]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1248]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1249]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1251]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1253]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1254]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1255]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1257]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1258]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1261]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1263]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1264]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1267]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1268]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1269]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1272]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1273]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1274]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1276]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1278]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1279]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1280]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1281]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1282]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1283]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1284]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1285]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1286]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1287]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1292]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1294]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1296]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1297]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1300]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1301]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1303]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1309]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1310]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1311]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1316]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1318]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1323]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1334]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1337]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1343]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1345]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1346]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1347]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1348]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1350]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1351]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1354]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1357]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1358]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1359]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1364]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1365]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1367]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1368]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1369]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1371]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1372]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1378]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1379]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1380]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1381]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1384]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1385]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1387]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1392]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1393]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1396]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1397]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1399]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1402]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1403]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1404]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1406]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1407]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1408]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1411]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1412]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1413]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1415]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1417]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1418]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1419]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1420]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1421]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1422]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1423]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1424]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1434]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1435]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1436]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1438]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1439]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1441]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1442]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1443]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1444]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1445]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1446]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1447]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1449]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1452]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1455]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1456]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1457]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1458]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1461]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1465]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1470]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1471]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1473]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1476]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1477]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1478]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1480]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1484]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1485]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1493]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1496]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1498]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1501]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1502]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1504]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1510]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1513]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1517]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1520]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1523]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1524]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1525]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1526]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1530]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1532]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1535]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1537]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1544]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1547]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1548]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1557]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1558]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1559]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1560]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1563]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1567]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1568]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1569]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1572]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1574]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1575]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1576]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1583]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1587]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1591]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1592]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1594]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1595]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1596]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1601]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1606]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1608]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1610]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1611]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1612]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1613]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1614]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1618]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1621]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1623]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1624]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1625]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1628]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1629]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1635]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1636]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1639]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1640]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1644]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1646]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1651]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1653]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1655]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1660]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1667]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1668]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1669]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1671]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1673]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1674]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1675]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1677]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1678]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1680]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1684]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1689]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1690]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1691]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1696]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1697]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1698]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1708]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1710]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1714]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1715]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1716]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1717]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1724]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1727]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1732]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1733]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1736]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1747]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1752]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1753]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1756]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1757]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1761]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1762]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1768]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1769]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1770]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1771]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1773]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1775]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1779]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1783]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1784]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1785]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1789]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1792]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1793]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1796]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1797]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1798]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1802]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1808]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1809]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1810]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1813]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1814]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1818]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1819]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1824]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1830]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1836]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1837]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1842]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1843]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1846]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1852]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1853]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1855]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1858]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1860]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1863]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1864]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1867]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1869]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1870]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1871]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1872]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1873]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1877]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1879]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1882]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1883]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1884]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1886]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1887]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1888]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1890]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1894]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1895]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1899]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1901]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1906]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1908]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1909]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1912]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1914]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1916]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1922]: 6 -1.00004 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1926]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1928]: 6 -1.00001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1929]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1930]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1941]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1945]: 6 -1.00003 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1947]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1950]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1952]: 6 -1.00009 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1953]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1959]: 6 -1.00008 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1960]: 6 -1.00005 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1962]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1964]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1965]: 6 -1.0001 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1966]: 6 -1.00007 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1967]: 6 -1.00006 0 shouldn't be
92.80/93.20	WSVECS04 Frhs2[1968]: 6 -1.00003 0 shouldn't be
97.28/97.68	c #Conflicts:     158000 | #Constraints:      17784
97.28/97.68	c #Conflicts:     159000 | #Constraints:      18784
97.28/97.68	c #Conflicts:     160000 | #Constraints:      19784
97.28/97.68	c #Conflicts:     161000 | #Constraints:      20820
97.28/97.68	c #Conflicts:     162000 | #Constraints:      21913
97.28/97.68	c #Conflicts:     163000 | #Constraints:      22962
97.28/97.68	c INPROCESSING
97.28/97.68	c GARBAGE COLLECT
97.28/97.68	c rational objective 997
101.36/101.70	c #Conflicts:     164000 | #Constraints:      15750
101.36/101.70	c #Conflicts:     165000 | #Constraints:      16750
101.36/101.70	c #Conflicts:     166000 | #Constraints:      17750
101.36/101.70	c #Conflicts:     167000 | #Constraints:      18750
101.36/101.70	c #Conflicts:     168000 | #Constraints:      19750
101.36/101.70	c #Conflicts:     169000 | #Constraints:      20750
101.36/101.70	c #Conflicts:     170000 | #Constraints:      21750
101.36/101.70	c #Conflicts:     171000 | #Constraints:      22750
101.36/101.70	c INPROCESSING
101.36/101.70	c GARBAGE COLLECT
101.36/101.70	c rational objective 997
104.06/104.49	c #Conflicts:     172000 | #Constraints:      15467
104.06/104.49	c #Conflicts:     173000 | #Constraints:      16467
104.06/104.49	c #Conflicts:     174000 | #Constraints:      17467
104.06/104.49	c #Conflicts:     175000 | #Constraints:      18467
104.06/104.49	c #Conflicts:     176000 | #Constraints:      19467
104.06/104.49	c #Conflicts:     177000 | #Constraints:      20467
104.06/104.49	c #Conflicts:     178000 | #Constraints:      21467
104.06/104.49	c bounds 1045 >= 998 @ 102.544
105.15/105.56	c #Conflicts:     179000 | #Constraints:      22528
105.15/105.56	c #Conflicts:     180000 | #Constraints:      23581
105.15/105.56	c INPROCESSING
105.15/105.56	c GARBAGE COLLECT
105.15/105.56	c rational objective 998
108.15/108.56	c #Conflicts:     181000 | #Constraints:      15958
108.15/108.56	c #Conflicts:     182000 | #Constraints:      16993
108.15/108.56	c #Conflicts:     183000 | #Constraints:      18051
108.15/108.56	c #Conflicts:     184000 | #Constraints:      19128
108.15/108.56	c #Conflicts:     185000 | #Constraints:      20197
108.15/108.56	c bounds 1044 >= 998 @ 106.513
110.65/111.06	c #Conflicts:     186000 | #Constraints:      21244
110.65/111.06	c #Conflicts:     187000 | #Constraints:      22244
110.65/111.06	c #Conflicts:     188000 | #Constraints:      23244
110.65/111.06	c #Conflicts:     189000 | #Constraints:      24244
110.65/111.06	c INPROCESSING
110.65/111.06	c GARBAGE COLLECT
110.65/111.06	c rational objective 998
117.13/117.56	c #Conflicts:     190000 | #Constraints:      16519
117.13/117.56	c #Conflicts:     191000 | #Constraints:      17554
117.13/117.56	c #Conflicts:     192000 | #Constraints:      18576
117.13/117.56	c #Conflicts:     193000 | #Constraints:      19609
117.13/117.56	c #Conflicts:     194000 | #Constraints:      20665
117.13/117.56	c #Conflicts:     195000 | #Constraints:      21697
117.13/117.56	c #Conflicts:     196000 | #Constraints:      22752
117.13/117.56	c #Conflicts:     197000 | #Constraints:      23795
117.13/117.56	c #Conflicts:     198000 | #Constraints:      24837
117.13/117.56	c INPROCESSING
117.13/117.56	c GARBAGE COLLECT
117.13/117.56	c rational objective 998
121.82/122.26	c #Conflicts:     199000 | #Constraints:      16775
121.82/122.26	c #Conflicts:     200000 | #Constraints:      17775
121.82/122.26	c #Conflicts:     201000 | #Constraints:      18775
121.82/122.26	c #Conflicts:     202000 | #Constraints:      19775
121.82/122.26	c #Conflicts:     203000 | #Constraints:      20775
121.82/122.26	c #Conflicts:     204000 | #Constraints:      21775
121.82/122.26	c #Conflicts:     205000 | #Constraints:      22775
121.82/122.26	c #Conflicts:     206000 | #Constraints:      23775
121.82/122.26	c #Conflicts:     207000 | #Constraints:      24775
121.82/122.26	c INPROCESSING
121.82/122.26	c GARBAGE COLLECT
121.82/122.26	c rational objective 998
126.40/126.83	c #Conflicts:     208000 | #Constraints:      16692
126.40/126.83	c #Conflicts:     209000 | #Constraints:      17692
126.40/126.83	c #Conflicts:     210000 | #Constraints:      18692
126.40/126.83	c #Conflicts:     211000 | #Constraints:      19692
126.40/126.83	c #Conflicts:     212000 | #Constraints:      20692
126.40/126.83	c #Conflicts:     213000 | #Constraints:      21692
126.40/126.83	c #Conflicts:     214000 | #Constraints:      22692
126.40/126.83	c #Conflicts:     215000 | #Constraints:      23692
126.40/126.83	c #Conflicts:     216000 | #Constraints:      24692
126.40/126.83	c INPROCESSING
126.40/126.83	c GARBAGE COLLECT
126.40/126.83	c rational objective 998
132.98/133.45	c #Conflicts:     217000 | #Constraints:      16455
132.98/133.45	c #Conflicts:     218000 | #Constraints:      17501
132.98/133.45	c #Conflicts:     219000 | #Constraints:      18573
132.98/133.45	c #Conflicts:     220000 | #Constraints:      19628
132.98/133.45	c #Conflicts:     221000 | #Constraints:      20691
132.98/133.45	c #Conflicts:     222000 | #Constraints:      21735
132.98/133.45	c #Conflicts:     223000 | #Constraints:      22793
132.98/133.45	c #Conflicts:     224000 | #Constraints:      23849
132.98/133.45	c #Conflicts:     225000 | #Constraints:      24892
132.98/133.45	c #Conflicts:     226000 | #Constraints:      25941
132.98/133.45	c INPROCESSING
132.98/133.45	c GARBAGE COLLECT
132.98/133.45	c rational objective 998
138.47/138.97	c #Conflicts:     227000 | #Constraints:      17231
138.47/138.97	c #Conflicts:     228000 | #Constraints:      18231
138.47/138.97	c #Conflicts:     229000 | #Constraints:      19231
138.47/138.97	c #Conflicts:     230000 | #Constraints:      20231
138.47/138.97	c #Conflicts:     231000 | #Constraints:      21231
138.47/138.97	c #Conflicts:     232000 | #Constraints:      22231
138.47/138.97	c #Conflicts:     233000 | #Constraints:      23231
138.47/138.97	c #Conflicts:     234000 | #Constraints:      24231
138.47/138.97	c #Conflicts:     235000 | #Constraints:      25231
138.47/138.97	c #Conflicts:     236000 | #Constraints:      26231
138.47/138.97	c INPROCESSING
138.47/138.97	c GARBAGE COLLECT
138.47/138.97	c rational objective 998
143.75/144.24	c #Conflicts:     237000 | #Constraints:      17529
143.75/144.24	c #Conflicts:     238000 | #Constraints:      18529
143.75/144.24	c #Conflicts:     239000 | #Constraints:      19529
143.75/144.24	c #Conflicts:     240000 | #Constraints:      20529
143.75/144.24	c #Conflicts:     241000 | #Constraints:      21529
143.75/144.24	c #Conflicts:     242000 | #Constraints:      22529
143.75/144.24	c #Conflicts:     243000 | #Constraints:      23529
143.75/144.24	c #Conflicts:     244000 | #Constraints:      24529
143.75/144.24	c #Conflicts:     245000 | #Constraints:      25529
143.75/144.24	c #Conflicts:     246000 | #Constraints:      26529
143.75/144.24	c INPROCESSING
143.75/144.24	c GARBAGE COLLECT
143.75/144.24	c rational objective 998
150.63/151.17	c #Conflicts:     247000 | #Constraints:      17691
150.63/151.17	c #Conflicts:     248000 | #Constraints:      18741
150.63/151.17	c #Conflicts:     249000 | #Constraints:      19822
150.63/151.17	c #Conflicts:     250000 | #Constraints:      20887
150.63/151.17	c #Conflicts:     251000 | #Constraints:      21924
150.63/151.17	c #Conflicts:     252000 | #Constraints:      22979
150.63/151.17	c #Conflicts:     253000 | #Constraints:      24036
150.63/151.17	c #Conflicts:     254000 | #Constraints:      25089
150.63/151.17	c #Conflicts:     255000 | #Constraints:      26125
150.63/151.17	c #Conflicts:     256000 | #Constraints:      27176
150.63/151.17	c INPROCESSING
150.63/151.17	c GARBAGE COLLECT
150.63/151.17	c rational objective 998
156.42/156.91	c #Conflicts:     257000 | #Constraints:      17835
156.42/156.91	c #Conflicts:     258000 | #Constraints:      18835
156.42/156.91	c #Conflicts:     259000 | #Constraints:      19835
156.42/156.91	c #Conflicts:     260000 | #Constraints:      20835
156.42/156.91	c #Conflicts:     261000 | #Constraints:      21835
156.42/156.91	c #Conflicts:     262000 | #Constraints:      22835
156.42/156.91	c #Conflicts:     263000 | #Constraints:      23835
156.42/156.91	c #Conflicts:     264000 | #Constraints:      24835
156.42/156.91	c #Conflicts:     265000 | #Constraints:      25835
156.42/156.91	c #Conflicts:     266000 | #Constraints:      26835
156.42/156.91	c INPROCESSING
156.42/156.91	c GARBAGE COLLECT
156.42/156.91	c rational objective 998
161.20/161.74	c #Conflicts:     267000 | #Constraints:      17548
161.20/161.74	c #Conflicts:     268000 | #Constraints:      18548
161.20/161.74	c #Conflicts:     269000 | #Constraints:      19548
161.20/161.74	c #Conflicts:     270000 | #Constraints:      20548
161.20/161.74	c #Conflicts:     271000 | #Constraints:      21548
161.20/161.74	c #Conflicts:     272000 | #Constraints:      22548
161.20/161.74	c #Conflicts:     273000 | #Constraints:      23548
161.20/161.74	c #Conflicts:     274000 | #Constraints:      24548
161.20/161.74	c #Conflicts:     275000 | #Constraints:      25548
161.20/161.74	c bounds 1044 >= 999 @ 158.853
162.10/162.68	c #Conflicts:     276000 | #Constraints:      26606
162.10/162.68	c #Conflicts:     277000 | #Constraints:      27630
162.10/162.68	c INPROCESSING
162.10/162.68	c GARBAGE COLLECT
162.10/162.68	c rational objective 999
167.89/168.45	c #Conflicts:     278000 | #Constraints:      18079
167.89/168.45	c #Conflicts:     279000 | #Constraints:      19079
167.89/168.45	c #Conflicts:     280000 | #Constraints:      20083
167.89/168.45	c #Conflicts:     281000 | #Constraints:      21120
167.89/168.45	c #Conflicts:     282000 | #Constraints:      22152
167.89/168.45	c #Conflicts:     283000 | #Constraints:      23201
167.89/168.45	c #Conflicts:     284000 | #Constraints:      24246
167.89/168.45	c #Conflicts:     285000 | #Constraints:      25282
167.89/168.45	c #Conflicts:     286000 | #Constraints:      26320
167.89/168.45	c #Conflicts:     287000 | #Constraints:      27344
167.89/168.45	c #Conflicts:     288000 | #Constraints:      28377
167.89/168.45	c INPROCESSING
167.89/168.45	c GARBAGE COLLECT
167.89/168.45	c rational objective 999
174.27/174.88	c #Conflicts:     289000 | #Constraints:      18534
174.27/174.88	c #Conflicts:     290000 | #Constraints:      19534
174.27/174.88	c #Conflicts:     291000 | #Constraints:      20534
174.27/174.88	c #Conflicts:     292000 | #Constraints:      21534
174.27/174.88	c #Conflicts:     293000 | #Constraints:      22534
174.27/174.88	c #Conflicts:     294000 | #Constraints:      23534
174.27/174.88	c #Conflicts:     295000 | #Constraints:      24534
174.27/174.88	c #Conflicts:     296000 | #Constraints:      25534
174.27/174.88	c #Conflicts:     297000 | #Constraints:      26534
174.27/174.88	c #Conflicts:     298000 | #Constraints:      27534
174.27/174.88	c #Conflicts:     299000 | #Constraints:      28534
174.27/174.88	c INPROCESSING
174.27/174.88	c GARBAGE COLLECT
174.27/174.88	c rational objective 999
183.94/184.59	c #Conflicts:     300000 | #Constraints:      18700
183.94/184.59	c #Conflicts:     301000 | #Constraints:      19785
183.94/184.59	c #Conflicts:     302000 | #Constraints:      20855
183.94/184.59	c #Conflicts:     303000 | #Constraints:      21931
183.94/184.59	c #Conflicts:     304000 | #Constraints:      22984
183.94/184.59	c #Conflicts:     305000 | #Constraints:      24045
183.94/184.59	c #Conflicts:     306000 | #Constraints:      25114
183.94/184.59	c #Conflicts:     307000 | #Constraints:      26161
183.94/184.59	c #Conflicts:     308000 | #Constraints:      27210
183.94/184.59	c #Conflicts:     309000 | #Constraints:      28255
183.94/184.59	c #Conflicts:     310000 | #Constraints:      29305
183.94/184.59	c INPROCESSING
183.94/184.59	c GARBAGE COLLECT
183.94/184.59	c rational objective 999
190.82/191.42	c #Conflicts:     311000 | #Constraints:      18926
190.82/191.42	c #Conflicts:     312000 | #Constraints:      19926
190.82/191.42	c #Conflicts:     313000 | #Constraints:      20926
190.82/191.42	c #Conflicts:     314000 | #Constraints:      21926
190.82/191.42	c #Conflicts:     315000 | #Constraints:      22926
190.82/191.42	c #Conflicts:     316000 | #Constraints:      23926
190.82/191.42	c #Conflicts:     317000 | #Constraints:      24926
190.82/191.42	c #Conflicts:     318000 | #Constraints:      25926
190.82/191.42	c #Conflicts:     319000 | #Constraints:      26926
190.82/191.42	c #Conflicts:     320000 | #Constraints:      27926
190.82/191.42	c #Conflicts:     321000 | #Constraints:      28926
190.82/191.42	c INPROCESSING
190.82/191.42	c GARBAGE COLLECT
190.82/191.42	c rational objective 999
197.30/198.00	c #Conflicts:     322000 | #Constraints:      18601
197.30/198.00	c #Conflicts:     323000 | #Constraints:      19601
197.30/198.00	c #Conflicts:     324000 | #Constraints:      20601
197.30/198.00	c #Conflicts:     325000 | #Constraints:      21601
197.30/198.00	c #Conflicts:     326000 | #Constraints:      22601
197.30/198.00	c #Conflicts:     327000 | #Constraints:      23601
197.30/198.00	c #Conflicts:     328000 | #Constraints:      24601
197.30/198.00	c #Conflicts:     329000 | #Constraints:      25601
197.30/198.00	c #Conflicts:     330000 | #Constraints:      26601
197.30/198.00	c #Conflicts:     331000 | #Constraints:      27601
197.30/198.00	c #Conflicts:     332000 | #Constraints:      28601
197.30/198.00	c #Conflicts:     333000 | #Constraints:      29601
197.30/198.00	c INPROCESSING
197.30/198.00	c GARBAGE COLLECT
197.30/198.00	c rational objective 999
203.89/204.51	c #Conflicts:     334000 | #Constraints:      19169
203.89/204.51	c #Conflicts:     335000 | #Constraints:      20169
203.89/204.51	c #Conflicts:     336000 | #Constraints:      21169
203.89/204.51	c #Conflicts:     337000 | #Constraints:      22169
203.89/204.51	c #Conflicts:     338000 | #Constraints:      23169
203.89/204.51	c #Conflicts:     339000 | #Constraints:      24169
203.89/204.51	c #Conflicts:     340000 | #Constraints:      25169
203.89/204.51	c #Conflicts:     341000 | #Constraints:      26169
203.89/204.51	c #Conflicts:     342000 | #Constraints:      27169
203.89/204.51	c #Conflicts:     343000 | #Constraints:      28169
203.89/204.51	c #Conflicts:     344000 | #Constraints:      29169
203.89/204.51	c #Conflicts:     345000 | #Constraints:      30169
203.89/204.51	c INPROCESSING
203.89/204.51	c GARBAGE COLLECT
203.89/204.51	c rational objective 999
206.98/207.64	c #Conflicts:     346000 | #Constraints:      19560
206.98/207.64	c #Conflicts:     347000 | #Constraints:      20639
206.98/207.64	c #Conflicts:     348000 | #Constraints:      21709
206.98/207.64	c #Conflicts:     349000 | #Constraints:      22783
206.98/207.64	c #Conflicts:     350000 | #Constraints:      23847
206.98/207.64	c bounds 1043 >= 999 @ 203.999
207.18/207.80	WSVECS04 Frhs2[1]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[3]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[5]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[8]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[10]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[13]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[15]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[16]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[19]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[20]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[21]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[22]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[27]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[28]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[29]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[31]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[33]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[35]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[39]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[43]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[45]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[46]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[48]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[51]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[52]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[53]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[54]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[55]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[56]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[58]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[63]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[64]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[65]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[67]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[69]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[70]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[71]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[72]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[73]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[76]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[81]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[83]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[88]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[89]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[92]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[94]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[95]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[97]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[103]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[104]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[107]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[111]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[112]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[113]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[115]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[116]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[117]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[118]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[120]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[122]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[123]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[126]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[127]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[130]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[133]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[134]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[135]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[136]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[140]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[141]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[142]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[143]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[145]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[149]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[152]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[153]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[154]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[157]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[158]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[159]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[162]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[165]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[167]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[168]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[170]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[171]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[172]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[173]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[174]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[175]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[176]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[179]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[182]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[185]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[186]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[188]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[189]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[190]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[192]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[197]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[198]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[200]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[201]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[202]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[205]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[206]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[207]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[208]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[209]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[210]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[211]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[213]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[218]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[219]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[221]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[224]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[225]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[227]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[230]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[233]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[241]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[244]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[245]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[251]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[252]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[254]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[255]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[256]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[258]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[260]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[263]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[265]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[267]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[269]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[273]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[275]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[276]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[277]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[278]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[282]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[283]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[284]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[285]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[286]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[289]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[290]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[291]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[292]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[297]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[300]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[301]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[304]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[308]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[311]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[313]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[314]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[315]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[317]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[318]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[320]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[321]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[322]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[324]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[327]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[330]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[335]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[337]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[341]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[342]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[343]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[344]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[347]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[349]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[351]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[352]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[355]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[356]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[361]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[362]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[363]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[368]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[371]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[377]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[380]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[383]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[384]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[385]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[388]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[393]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[396]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[397]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[398]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[401]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[403]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[405]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[408]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[416]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[418]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[419]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[423]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[425]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[426]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[427]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[431]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[433]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[438]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[440]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[442]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[444]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[446]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[447]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[448]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[450]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[453]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[454]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[455]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[457]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[458]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[459]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[460]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[461]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[462]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[465]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[466]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[467]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[470]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[474]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[475]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[476]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[479]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[481]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[485]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[486]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[488]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[490]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[492]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[494]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[497]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[498]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[499]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[500]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[501]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[505]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[506]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[511]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[515]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[516]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[517]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[522]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[523]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[524]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[527]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[529]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[535]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[538]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[539]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[540]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[541]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[542]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[547]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[553]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[554]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[555]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[560]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[561]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[563]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[564]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[565]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[566]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[568]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[569]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[570]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[571]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[573]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[582]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[589]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[599]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[600]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[605]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[607]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[609]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[611]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[614]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[615]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[616]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[617]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[618]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[620]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[623]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[624]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[625]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[627]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[630]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[632]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[633]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[635]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[636]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[637]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[638]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[639]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[640]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[642]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[644]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[645]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[646]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[648]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[650]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[651]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[652]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[653]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[655]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[658]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[662]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[663]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[665]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[667]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[668]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[669]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[671]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[672]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[673]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[674]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[675]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[677]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[678]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[679]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[684]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[685]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[690]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[692]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[696]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[697]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[698]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[702]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[703]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[705]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[708]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[711]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[715]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[722]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[728]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[729]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[733]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[734]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[736]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[743]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[744]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[747]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[748]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[749]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[751]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[752]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[753]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[754]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[759]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[760]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[762]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[765]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[767]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[770]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[772]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[774]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[777]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[778]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[779]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[780]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[784]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[786]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[787]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[788]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[789]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[792]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[793]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[795]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[798]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[801]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[803]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[804]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[805]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[810]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[811]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[815]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[817]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[821]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[823]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[824]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[826]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[827]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[830]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[834]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[837]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[839]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[840]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[841]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[842]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[845]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[848]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[849]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[850]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[851]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[852]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[853]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[855]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[856]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[857]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[859]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[861]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[863]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[864]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[866]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[867]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[869]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[871]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[872]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[873]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[877]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[878]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[879]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[881]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[883]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[886]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[887]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[889]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[890]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[893]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[894]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[896]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[897]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[900]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[902]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[906]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[908]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[909]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[911]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[912]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[914]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[915]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[916]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[918]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[921]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[922]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[923]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[924]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[935]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[936]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[937]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[938]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[939]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[941]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[942]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[944]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[945]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[946]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[949]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[950]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[952]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[953]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[959]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[962]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[967]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[969]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[970]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[971]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[972]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[974]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[975]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[979]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[984]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[989]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[990]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[991]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[992]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[994]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[997]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[998]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[999]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1003]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1006]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1009]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1010]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1012]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1014]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1017]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1019]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1020]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1024]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1025]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1034]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1036]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1037]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1038]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1041]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1045]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1047]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1051]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1052]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1054]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1057]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1058]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1059]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1061]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1063]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1068]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1070]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1071]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1074]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1075]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1077]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1080]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1081]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1084]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1085]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1088]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1090]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1095]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1096]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1098]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1100]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1103]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1108]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1109]: 6 -1.00007 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1111]: 6 -1.0001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1112]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1114]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1116]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1118]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1120]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1121]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1123]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1125]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1126]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1130]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1131]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1134]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1135]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1149]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1150]: 6 -1.00009 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1151]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1152]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1157]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1160]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1161]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1162]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1163]: 6 -1.00003 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1169]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1170]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1172]: 6 -1.00002 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1175]: 6 -1.00006 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1176]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1177]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
207.18/207.80	WSVECS04 Frhs2[1181]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1182]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1184]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1185]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1186]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1189]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1190]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1191]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1194]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1196]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1198]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1199]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1200]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1201]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1205]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1208]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1209]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1214]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1216]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1218]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1219]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1220]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1222]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1224]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1225]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1227]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1230]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1236]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1237]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1239]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1242]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1243]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1245]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1246]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1248]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1251]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1253]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1255]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1257]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1261]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1262]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1263]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1264]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1267]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1269]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1271]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1272]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1273]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1275]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1276]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1278]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1279]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1280]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1281]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1283]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1285]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1286]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1292]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1296]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1297]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1300]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1301]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1303]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1308]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1309]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1310]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1311]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1316]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1317]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1318]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1323]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1334]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1335]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1337]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1338]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1340]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1343]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1344]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1345]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1346]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1347]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1348]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1349]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1350]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1354]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1357]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1358]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1359]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1363]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1364]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1365]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1367]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1368]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1369]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1371]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1372]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1373]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1376]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1378]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1379]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1380]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1381]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1384]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1385]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1387]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1393]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1395]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1396]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1397]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1399]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1402]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1403]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1404]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1406]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1407]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1408]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1411]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1412]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1413]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1415]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1418]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1419]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1420]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1421]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1422]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1423]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1434]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1436]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1438]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1439]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1441]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1442]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1443]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1444]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1445]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1446]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1447]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1449]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1451]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1452]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1455]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1456]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1457]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1458]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1461]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1462]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1465]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1469]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1470]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1471]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1473]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1476]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1477]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1478]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1480]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1483]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1484]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1488]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1493]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1496]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1498]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1501]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1502]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1506]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1510]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1513]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1516]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1517]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1518]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1520]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1523]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1524]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1525]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1526]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1530]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1532]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1535]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1538]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1540]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1541]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1544]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1545]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1546]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1547]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1548]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1549]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1551]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1556]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1557]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1558]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1559]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1560]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1563]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1566]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1567]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1568]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1572]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1574]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1576]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1587]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1591]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1592]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1594]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1595]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1596]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1601]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1606]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1608]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1610]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1611]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1612]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1613]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1614]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1617]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1618]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1620]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1621]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1622]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1623]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1625]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1628]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1629]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1631]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1635]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1636]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1639]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1640]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1643]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1645]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1646]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1651]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1653]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1655]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1660]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1662]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1667]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1668]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1669]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1673]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1674]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1675]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1677]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1678]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1680]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1683]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1684]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1686]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1688]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1689]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1690]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1691]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1694]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1696]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1697]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1698]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1701]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1704]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1708]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1710]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1714]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1715]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1716]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1717]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1720]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1721]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1722]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1724]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1726]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1727]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1729]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1733]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1736]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1747]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1750]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1752]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1753]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1756]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1757]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1761]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1762]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1766]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1768]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1769]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1770]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1771]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1773]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1775]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1779]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1785]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1788]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1789]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1790]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1792]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1793]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1796]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1797]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1798]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1801]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1806]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1808]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1809]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1810]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1814]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1816]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1818]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1819]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1824]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1828]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1830]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1835]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1836]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1842]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1843]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1846]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1849]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1852]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1853]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1855]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1858]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1860]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1861]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1863]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1864]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1867]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1869]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1870]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1871]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1872]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1873]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1874]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1875]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1877]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1879]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1880]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1882]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1883]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1884]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1886]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1887]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1888]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1890]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1894]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1895]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1898]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1899]: 6 -1.0001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1901]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1906]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1908]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1912]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1914]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1916]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1922]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1923]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1925]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1926]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1928]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1929]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1930]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1939]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1945]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1947]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1950]: 6 -1.00006 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1952]: 6 -1.00003 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1953]: 6 -1.00001 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1957]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1959]: 6 -1.00005 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1960]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1962]: 6 -1.00008 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1964]: 6 -1.00002 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1965]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1967]: 6 -1.00007 0 shouldn't be
207.18/207.81	WSVECS04 Frhs2[1968]: 6 -1.00006 0 shouldn't be
210.66/211.31	c #Conflicts:     351000 | #Constraints:      24851
210.66/211.31	c #Conflicts:     352000 | #Constraints:      25851
210.66/211.31	c #Conflicts:     353000 | #Constraints:      26867
210.66/211.31	c #Conflicts:     354000 | #Constraints:      27938
210.66/211.31	c bounds 1042 >= 999 @ 207.618
210.77/211.47	WSVECS04 Frhs2[1]: 6 -1.00001 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[3]: 6 -1.00004 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[10]: 6 -1.00009 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[11]: 6 -1.00006 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[12]: 6 -1.00001 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[13]: 6 -1.00009 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[15]: 6 -1.00004 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[16]: 6 -1.00004 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[19]: 6 -1.00008 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[20]: 6 -1.00008 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[21]: 6 -1.00007 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[22]: 6 -1.00006 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[23]: 6 -1.0001 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[27]: 6 -1.0001 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[29]: 6 -1.00004 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[30]: 6 -1.00002 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[31]: 6 -1.00002 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[33]: 6 -1.00002 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[35]: 6 -1.00002 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[39]: 6 -1.0001 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[43]: 6 -1.00007 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[45]: 6 -1.00007 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[46]: 6 -1.00003 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[48]: 6 -1.00005 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[49]: 6 -1.00008 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[51]: 6 -1.00009 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[52]: 6 -1.00007 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[53]: 6 -1.00006 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[54]: 6 -1.00003 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[55]: 6 -1.00009 0 shouldn't be
210.77/211.47	WSVECS04 Frhs2[56]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[58]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[59]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[63]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[64]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[65]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[67]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[69]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[70]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[71]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[72]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[73]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[76]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[79]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[80]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[81]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[83]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[87]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[88]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[89]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[90]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[92]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[94]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[95]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[96]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[97]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[100]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[103]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[104]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[105]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[107]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[111]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[112]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[113]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[115]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[116]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[117]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[118]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[120]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[123]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[124]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[126]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[127]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[130]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[132]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[133]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[134]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[136]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[137]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[138]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[140]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[141]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[142]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[143]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[145]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[149]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[153]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[157]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[158]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[159]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[162]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[167]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[168]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[171]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[172]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[173]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[174]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[175]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[176]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[177]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[182]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[185]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[188]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[189]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[190]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[192]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[195]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[197]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[198]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[200]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[201]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[205]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[206]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[207]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[208]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[209]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[211]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[213]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[218]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[221]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[223]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[224]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[225]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[227]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[230]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[232]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[233]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[234]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[236]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[241]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[244]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[250]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[252]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[254]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[255]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[256]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[257]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[260]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[263]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[265]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[269]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[273]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[275]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[276]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[277]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[278]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[279]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[283]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[284]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[289]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[290]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[291]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[292]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[293]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[297]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[300]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[301]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[304]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[308]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[309]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[311]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[313]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[315]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[318]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[320]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[321]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[322]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[324]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[327]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[328]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[330]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[335]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[337]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[341]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[342]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[343]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[346]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[347]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[349]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[351]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[352]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[355]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[357]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[361]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[363]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[368]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[371]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[377]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[380]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[384]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[385]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[388]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[393]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[396]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[397]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[401]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[403]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[405]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[408]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[409]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[411]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[413]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[414]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[415]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[416]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[418]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[422]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[423]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[425]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[426]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[427]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[431]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[433]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[434]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[438]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[439]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[440]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[442]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[444]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[446]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[447]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[448]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[453]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[455]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[457]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[460]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[461]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[462]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[464]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[465]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[466]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[467]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[469]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[470]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[474]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[475]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[479]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[480]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[481]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[483]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[485]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[486]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[488]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[490]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[492]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[494]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[497]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[498]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[499]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[500]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[501]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[505]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[506]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[511]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[515]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[517]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[522]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[524]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[529]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[530]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[535]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[538]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[539]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[540]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[541]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[542]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[544]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[547]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[553]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[554]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[555]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[560]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[561]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[563]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[565]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[566]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[568]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[569]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[570]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[571]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[573]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[576]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[578]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[580]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[582]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[589]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[598]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[599]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[600]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[607]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[609]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[611]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[614]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[615]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[616]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[617]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[620]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[623]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[624]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[625]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[626]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[627]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[629]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[630]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[631]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[632]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[633]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[635]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[636]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[637]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[638]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[639]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[640]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[642]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[644]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[645]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[648]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[650]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[651]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[652]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[655]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[658]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[662]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[663]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[665]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[668]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[669]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[671]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[672]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[673]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[674]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[675]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[678]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[679]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[681]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[684]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[685]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[690]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[692]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[693]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[695]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[696]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[697]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[698]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[701]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[702]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[706]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[708]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[711]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[715]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[722]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[728]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[729]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[732]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[733]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[734]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[736]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[743]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[744]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[747]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[748]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[749]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[751]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[752]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[753]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[754]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[759]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[760]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[762]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[765]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[767]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[770]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[772]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[774]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[776]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[777]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[778]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[779]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[780]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[784]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[786]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[787]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[788]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[789]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[792]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[793]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[795]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[796]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[798]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[801]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[803]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[804]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[805]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[811]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[815]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[817]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[821]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[823]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[824]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[826]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[827]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[830]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[834]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[837]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[839]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[840]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[841]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[842]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[845]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[848]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[850]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[851]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[852]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[853]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[855]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[856]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[857]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[858]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[861]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[863]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[864]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[866]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[867]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[869]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[871]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[872]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[873]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[877]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[878]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[879]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[881]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[883]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[887]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[889]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[890]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[893]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[894]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[900]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[902]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[906]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[908]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[909]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[911]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[912]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[914]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[915]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[916]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[917]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[918]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[921]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[922]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[923]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[924]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[930]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[931]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[934]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[935]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[936]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[937]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[939]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[941]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[942]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[946]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[949]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[950]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[952]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[953]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[955]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[959]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[962]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[964]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[966]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[967]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[969]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[970]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[971]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[972]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[974]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[975]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[979]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[982]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[983]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[984]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[989]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[990]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[991]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[992]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[994]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[997]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[998]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[999]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1000]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1003]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1006]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1008]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1009]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1010]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1012]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1014]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1019]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1020]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1021]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1024]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1025]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1034]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1036]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1037]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1038]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1041]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1045]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1047]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1051]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1052]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1053]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1054]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1057]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1058]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1061]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1063]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1068]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1069]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1070]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1071]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1074]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1075]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1077]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1078]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1080]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1090]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1094]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1095]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1096]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1098]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1100]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1103]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1108]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1109]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1111]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1112]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1114]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1116]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1118]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1120]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1121]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1123]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1125]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1126]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1130]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1132]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1134]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1135]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1138]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1142]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1143]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1147]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1148]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1149]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1150]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1151]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1152]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1157]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1160]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1161]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1162]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1163]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1166]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1168]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1169]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1170]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1172]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1174]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1175]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1176]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1177]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1178]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1180]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1181]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1182]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1184]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1185]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1186]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1189]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1190]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1191]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1194]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1195]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1196]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1198]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1199]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1200]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1201]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1208]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1209]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1214]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1215]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1216]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1218]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1219]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1220]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1222]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1224]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1225]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1227]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1230]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1232]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1237]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1239]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1242]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1243]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1245]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1246]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1248]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1249]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1251]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1253]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1255]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1257]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1261]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1262]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1263]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1267]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1268]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1269]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1271]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1272]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1273]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1274]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1275]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1276]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1278]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1279]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1280]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1281]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1282]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1284]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1285]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1286]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1290]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1292]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1296]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1297]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1300]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1301]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1303]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1309]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1310]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1311]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1316]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1317]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1318]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1323]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1326]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1334]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1335]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1337]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1338]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1340]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1343]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1345]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1346]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1347]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1348]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1349]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1354]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1357]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1358]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1359]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1363]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1364]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1365]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1369]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1371]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1372]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1373]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1376]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1377]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1378]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1379]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1380]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1381]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1384]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1385]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1387]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1392]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1396]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1397]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1398]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1399]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1402]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1403]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1404]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1406]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1408]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1411]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1412]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1413]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1415]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1417]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1418]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1419]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1420]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1421]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1422]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1423]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1424]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1426]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1434]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1435]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1436]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1438]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1439]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1441]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1442]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1443]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1444]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1445]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1446]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1447]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1449]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1451]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1452]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1455]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1456]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1457]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1458]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1461]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1462]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1465]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1469]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1470]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1471]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1476]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1477]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1478]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1480]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1484]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1485]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1487]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1488]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1493]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1496]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1498]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1501]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1502]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1504]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1506]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1510]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1513]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1516]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1517]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1518]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1520]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1523]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1524]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1525]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1530]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1532]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1535]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1538]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1539]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1540]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1541]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1544]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1545]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1546]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1547]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1548]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1549]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1551]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1556]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1557]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1558]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1559]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1560]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1563]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1566]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1567]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1568]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1569]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1572]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1574]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1576]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1583]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1587]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1591]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1592]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1594]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1595]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1596]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1601]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1606]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1608]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1610]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1611]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1612]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1613]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1614]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1618]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1621]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1622]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1623]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1625]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1628]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1629]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1631]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1635]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1636]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1640]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1642]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1643]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1645]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1646]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1653]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1655]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1657]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1660]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1667]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1668]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1669]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1671]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1673]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1674]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1675]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1677]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1678]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1680]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1683]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1684]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1686]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1688]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1689]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1691]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1694]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1696]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1697]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1698]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1700]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1701]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1708]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1710]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1714]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1715]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1716]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1717]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1718]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1720]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1721]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1722]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1724]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1726]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1727]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1729]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1732]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1733]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1736]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1743]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1750]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1752]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1753]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1756]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1757]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1761]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1764]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1766]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1768]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1769]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1770]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1771]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1773]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1775]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1776]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1779]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1784]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1785]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1788]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1789]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1790]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1792]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1793]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1796]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1797]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1798]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1800]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1801]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1802]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1806]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1808]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1809]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1810]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1814]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1816]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1818]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1819]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1824]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1827]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1828]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1830]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1835]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1836]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1837]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1842]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1843]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1846]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1849]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1852]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1853]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1855]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1858]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1860]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1861]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1863]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1864]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1867]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1869]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1870]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1871]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1872]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1873]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1875]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1877]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1879]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1880]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1882]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1883]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1884]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1886]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1887]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1888]: 6 -1.00001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1890]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1894]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1898]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1901]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1906]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1908]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1909]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1912]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1916]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1917]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1923]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1926]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1928]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1929]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1930]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1939]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1941]: 6 -1.00004 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1945]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1947]: 6 -1.00007 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1950]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1952]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1954]: 6 -1.00005 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1957]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1959]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1960]: 6 -1.00002 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1962]: 6 -1.0001 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1964]: 6 -1.00006 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1965]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1966]: 6 -1.00009 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1967]: 6 -1.00008 0 shouldn't be
210.77/211.48	WSVECS04 Frhs2[1968]: 6 -1.00007 0 shouldn't be
218.25/218.91	c #Conflicts:     355000 | #Constraints:      28976
218.25/218.91	c #Conflicts:     356000 | #Constraints:      29976
218.25/218.91	c #Conflicts:     357000 | #Constraints:      30976
218.25/218.91	c INPROCESSING
218.25/218.91	c GARBAGE COLLECT
218.25/218.91	c rational objective 999
229.32/230.07	c #Conflicts:     358000 | #Constraints:      19931
229.32/230.07	c #Conflicts:     359000 | #Constraints:      21003
229.32/230.07	c #Conflicts:     360000 | #Constraints:      22082
229.32/230.07	c #Conflicts:     361000 | #Constraints:      23169
229.32/230.07	c #Conflicts:     362000 | #Constraints:      24226
229.32/230.07	c #Conflicts:     363000 | #Constraints:      25274
229.32/230.07	c #Conflicts:     364000 | #Constraints:      26331
229.32/230.07	c #Conflicts:     365000 | #Constraints:      27366
229.32/230.07	c #Conflicts:     366000 | #Constraints:      28408
229.32/230.07	c #Conflicts:     367000 | #Constraints:      29432
229.32/230.07	c #Conflicts:     368000 | #Constraints:      30463
229.32/230.07	c #Conflicts:     369000 | #Constraints:      31478
229.32/230.07	c INPROCESSING
229.32/230.07	c GARBAGE COLLECT
229.32/230.07	c rational objective 999
231.60/232.34	c #Conflicts:     370000 | #Constraints:      20015
231.60/232.34	c #Conflicts:     371000 | #Constraints:      21015
231.60/232.34	c #Conflicts:     372000 | #Constraints:      22015
231.60/232.34	c #Conflicts:     373000 | #Constraints:      23015
231.60/232.34	c bounds 1042 >= 1000 @ 228.423
237.20/237.94	c #Conflicts:     374000 | #Constraints:      24087
237.20/237.94	c #Conflicts:     375000 | #Constraints:      25087
237.20/237.94	c #Conflicts:     376000 | #Constraints:      26087
237.20/237.94	c #Conflicts:     377000 | #Constraints:      27087
237.20/237.94	c #Conflicts:     378000 | #Constraints:      28087
237.20/237.94	c #Conflicts:     379000 | #Constraints:      29087
237.20/237.94	c #Conflicts:     380000 | #Constraints:      30087
237.20/237.94	c #Conflicts:     381000 | #Constraints:      31087
237.20/237.94	c INPROCESSING
237.20/237.94	c GARBAGE COLLECT
237.20/237.94	c rational objective 1000
244.48/245.25	c #Conflicts:     382000 | #Constraints:      19688
244.48/245.25	c #Conflicts:     383000 | #Constraints:      20688
244.48/245.25	c #Conflicts:     384000 | #Constraints:      21688
244.48/245.25	c #Conflicts:     385000 | #Constraints:      22688
244.48/245.25	c #Conflicts:     386000 | #Constraints:      23688
244.48/245.25	c #Conflicts:     387000 | #Constraints:      24688
244.48/245.25	c #Conflicts:     388000 | #Constraints:      25688
244.48/245.25	c #Conflicts:     389000 | #Constraints:      26688
244.48/245.25	c #Conflicts:     390000 | #Constraints:      27688
244.48/245.25	c #Conflicts:     391000 | #Constraints:      28688
244.48/245.25	c #Conflicts:     392000 | #Constraints:      29688
244.48/245.25	c #Conflicts:     393000 | #Constraints:      30688
244.48/245.25	c #Conflicts:     394000 | #Constraints:      31689
244.48/245.25	c INPROCESSING
244.48/245.25	c GARBAGE COLLECT
244.48/245.25	c rational objective 1000
255.64/256.47	c #Conflicts:     395000 | #Constraints:      20210
255.64/256.47	c #Conflicts:     396000 | #Constraints:      21251
255.64/256.47	c #Conflicts:     397000 | #Constraints:      22311
255.64/256.47	c #Conflicts:     398000 | #Constraints:      23368
255.64/256.47	c #Conflicts:     399000 | #Constraints:      24414
255.64/256.47	c #Conflicts:     400000 | #Constraints:      25473
255.64/256.47	c #Conflicts:     401000 | #Constraints:      26516
255.64/256.47	c #Conflicts:     402000 | #Constraints:      27560
255.64/256.47	c #Conflicts:     403000 | #Constraints:      28614
255.64/256.47	c #Conflicts:     404000 | #Constraints:      29643
255.64/256.47	c #Conflicts:     405000 | #Constraints:      30677
255.64/256.47	c #Conflicts:     406000 | #Constraints:      31705
255.64/256.47	c #Conflicts:     407000 | #Constraints:      32733
255.64/256.47	c INPROCESSING
255.64/256.47	c GARBAGE COLLECT
255.64/256.47	c rational objective 1000
263.23/264.06	c #Conflicts:     408000 | #Constraints:      20767
263.23/264.06	c #Conflicts:     409000 | #Constraints:      21767
263.23/264.06	c #Conflicts:     410000 | #Constraints:      22767
263.23/264.06	c #Conflicts:     411000 | #Constraints:      23767
263.23/264.06	c #Conflicts:     412000 | #Constraints:      24767
263.23/264.06	c #Conflicts:     413000 | #Constraints:      25767
263.23/264.06	c #Conflicts:     414000 | #Constraints:      26767
263.23/264.06	c #Conflicts:     415000 | #Constraints:      27767
263.23/264.06	c #Conflicts:     416000 | #Constraints:      28767
263.23/264.06	c #Conflicts:     417000 | #Constraints:      29767
263.23/264.06	c #Conflicts:     418000 | #Constraints:      30767
263.23/264.06	c #Conflicts:     419000 | #Constraints:      31767
263.23/264.06	c #Conflicts:     420000 | #Constraints:      32767
263.23/264.06	c INPROCESSING
263.23/264.06	c GARBAGE COLLECT
263.23/264.06	c rational objective 1000
271.40/272.22	c #Conflicts:     421000 | #Constraints:      20848
271.40/272.22	c #Conflicts:     422000 | #Constraints:      21848
271.40/272.22	c #Conflicts:     423000 | #Constraints:      22848
271.40/272.22	c #Conflicts:     424000 | #Constraints:      23848
271.40/272.22	c #Conflicts:     425000 | #Constraints:      24848
271.40/272.22	c #Conflicts:     426000 | #Constraints:      25848
271.40/272.22	c #Conflicts:     427000 | #Constraints:      26848
271.40/272.22	c #Conflicts:     428000 | #Constraints:      27848
271.40/272.22	c #Conflicts:     429000 | #Constraints:      28848
271.40/272.22	c #Conflicts:     430000 | #Constraints:      29848
271.40/272.22	c #Conflicts:     431000 | #Constraints:      30848
271.40/272.22	c #Conflicts:     432000 | #Constraints:      31848
271.40/272.22	c #Conflicts:     433000 | #Constraints:      32848
271.40/272.22	c INPROCESSING
271.40/272.22	c GARBAGE COLLECT
271.40/272.22	c rational objective 1000
283.17/284.00	c #Conflicts:     434000 | #Constraints:      20802
283.17/284.00	c #Conflicts:     435000 | #Constraints:      21812
283.17/284.00	c #Conflicts:     436000 | #Constraints:      22812
283.17/284.00	c #Conflicts:     437000 | #Constraints:      23834
283.17/284.00	c #Conflicts:     438000 | #Constraints:      24872
283.17/284.00	c #Conflicts:     439000 | #Constraints:      25888
283.17/284.00	c #Conflicts:     440000 | #Constraints:      26913
283.17/284.00	c #Conflicts:     441000 | #Constraints:      27958
283.17/284.00	c #Conflicts:     442000 | #Constraints:      29005
283.17/284.00	c #Conflicts:     443000 | #Constraints:      30060
283.17/284.00	c #Conflicts:     444000 | #Constraints:      31101
283.17/284.00	c #Conflicts:     445000 | #Constraints:      32146
283.17/284.00	c #Conflicts:     446000 | #Constraints:      33179
283.17/284.00	c INPROCESSING
283.17/284.00	c GARBAGE COLLECT
283.17/284.00	c rational objective 1000
291.04/291.96	c #Conflicts:     447000 | #Constraints:      20674
291.04/291.96	c #Conflicts:     448000 | #Constraints:      21674
291.04/291.96	c #Conflicts:     449000 | #Constraints:      22674
291.04/291.96	c #Conflicts:     450000 | #Constraints:      23674
291.04/291.96	c #Conflicts:     451000 | #Constraints:      24674
291.04/291.96	c #Conflicts:     452000 | #Constraints:      25674
291.04/291.96	c #Conflicts:     453000 | #Constraints:      26674
291.04/291.96	c #Conflicts:     454000 | #Constraints:      27674
291.04/291.96	c #Conflicts:     455000 | #Constraints:      28674
291.04/291.96	c #Conflicts:     456000 | #Constraints:      29674
291.04/291.96	c #Conflicts:     457000 | #Constraints:      30674
291.04/291.96	c #Conflicts:     458000 | #Constraints:      31674
291.04/291.96	c #Conflicts:     459000 | #Constraints:      32674
291.04/291.96	c #Conflicts:     460000 | #Constraints:      33674
291.04/291.96	c INPROCESSING
291.04/291.96	c GARBAGE COLLECT
291.04/291.96	c rational objective 1000
299.23/300.12	c #Conflicts:     461000 | #Constraints:      21192
299.23/300.12	c #Conflicts:     462000 | #Constraints:      22192
299.23/300.12	c #Conflicts:     463000 | #Constraints:      23192
299.23/300.12	c #Conflicts:     464000 | #Constraints:      24192
299.23/300.12	c #Conflicts:     465000 | #Constraints:      25192
299.23/300.12	c #Conflicts:     466000 | #Constraints:      26192
299.23/300.12	c #Conflicts:     467000 | #Constraints:      27192
299.23/300.12	c #Conflicts:     468000 | #Constraints:      28192
299.23/300.12	c #Conflicts:     469000 | #Constraints:      29192
299.23/300.12	c #Conflicts:     470000 | #Constraints:      30192
299.23/300.12	c #Conflicts:     471000 | #Constraints:      31192
299.23/300.12	c #Conflicts:     472000 | #Constraints:      32192
299.23/300.12	c #Conflicts:     473000 | #Constraints:      33192
299.23/300.12	c #Conflicts:     474000 | #Constraints:      34192
299.23/300.12	c INPROCESSING
299.23/300.12	c GARBAGE COLLECT
299.23/300.12	c rational objective 1000
307.70/308.64	c #Conflicts:     475000 | #Constraints:      21590
307.70/308.64	c #Conflicts:     476000 | #Constraints:      22590
307.70/308.64	c #Conflicts:     477000 | #Constraints:      23590
307.70/308.64	c #Conflicts:     478000 | #Constraints:      24590
307.70/308.64	c #Conflicts:     479000 | #Constraints:      25590
307.70/308.64	c #Conflicts:     480000 | #Constraints:      26590
307.70/308.64	c #Conflicts:     481000 | #Constraints:      27590
307.70/308.64	c #Conflicts:     482000 | #Constraints:      28590
307.70/308.64	c #Conflicts:     483000 | #Constraints:      29590
307.70/308.64	c #Conflicts:     484000 | #Constraints:      30590
307.70/308.64	c #Conflicts:     485000 | #Constraints:      31590
307.70/308.64	c #Conflicts:     486000 | #Constraints:      32590
307.70/308.64	c #Conflicts:     487000 | #Constraints:      33590
307.70/308.64	c #Conflicts:     488000 | #Constraints:      34590
307.70/308.64	c INPROCESSING
307.70/308.64	c GARBAGE COLLECT
307.70/308.64	c rational objective 1000
316.18/317.12	c #Conflicts:     489000 | #Constraints:      21767
316.18/317.12	c #Conflicts:     490000 | #Constraints:      22767
316.18/317.12	c #Conflicts:     491000 | #Constraints:      23767
316.18/317.12	c #Conflicts:     492000 | #Constraints:      24767
316.18/317.12	c #Conflicts:     493000 | #Constraints:      25768
316.18/317.12	c #Conflicts:     494000 | #Constraints:      26768
316.18/317.12	c #Conflicts:     495000 | #Constraints:      27768
316.18/317.12	c #Conflicts:     496000 | #Constraints:      28768
316.18/317.12	c #Conflicts:     497000 | #Constraints:      29768
316.18/317.12	c #Conflicts:     498000 | #Constraints:      30768
316.18/317.12	c #Conflicts:     499000 | #Constraints:      31768
316.18/317.12	c #Conflicts:     500000 | #Constraints:      32770
316.18/317.12	c #Conflicts:     501000 | #Constraints:      33770
316.18/317.12	c #Conflicts:     502000 | #Constraints:      34772
316.18/317.12	c INPROCESSING
316.18/317.12	c GARBAGE COLLECT
316.18/317.12	c rational objective 1000
325.25/326.22	c #Conflicts:     503000 | #Constraints:      21720
325.25/326.22	c #Conflicts:     504000 | #Constraints:      22720
325.25/326.22	c #Conflicts:     505000 | #Constraints:      23720
325.25/326.22	c #Conflicts:     506000 | #Constraints:      24720
325.25/326.22	c #Conflicts:     507000 | #Constraints:      25720
325.25/326.22	c #Conflicts:     508000 | #Constraints:      26720
325.25/326.22	c #Conflicts:     509000 | #Constraints:      27720
325.25/326.22	c #Conflicts:     510000 | #Constraints:      28720
325.25/326.22	c #Conflicts:     511000 | #Constraints:      29720
325.25/326.22	c #Conflicts:     512000 | #Constraints:      30720
325.25/326.22	c #Conflicts:     513000 | #Constraints:      31720
325.25/326.22	c #Conflicts:     514000 | #Constraints:      32720
325.25/326.22	c #Conflicts:     515000 | #Constraints:      33720
325.25/326.22	c #Conflicts:     516000 | #Constraints:      34720
325.25/326.22	c INPROCESSING
325.25/326.22	c GARBAGE COLLECT
325.25/326.22	c rational objective 1000
339.12/340.13	c #Conflicts:     517000 | #Constraints:      21535
339.12/340.13	c #Conflicts:     518000 | #Constraints:      22574
339.12/340.13	c #Conflicts:     519000 | #Constraints:      23650
339.12/340.13	c #Conflicts:     520000 | #Constraints:      24729
339.12/340.13	c #Conflicts:     521000 | #Constraints:      25795
339.12/340.13	c #Conflicts:     522000 | #Constraints:      26850
339.12/340.13	c #Conflicts:     523000 | #Constraints:      27919
339.12/340.13	c #Conflicts:     524000 | #Constraints:      28977
339.12/340.13	c #Conflicts:     525000 | #Constraints:      30018
339.12/340.13	c #Conflicts:     526000 | #Constraints:      31054
339.12/340.13	c #Conflicts:     527000 | #Constraints:      32089
339.12/340.13	c #Conflicts:     528000 | #Constraints:      33128
339.12/340.13	c #Conflicts:     529000 | #Constraints:      34149
339.12/340.13	c #Conflicts:     530000 | #Constraints:      35171
339.12/340.13	c #Conflicts:     531000 | #Constraints:      36196
339.12/340.13	c INPROCESSING
339.12/340.13	c GARBAGE COLLECT
339.12/340.13	c rational objective 1000
348.30/349.35	c #Conflicts:     532000 | #Constraints:      22393
348.30/349.35	c #Conflicts:     533000 | #Constraints:      23393
348.30/349.35	c #Conflicts:     534000 | #Constraints:      24393
348.30/349.35	c #Conflicts:     535000 | #Constraints:      25393
348.30/349.35	c #Conflicts:     536000 | #Constraints:      26393
348.30/349.35	c #Conflicts:     537000 | #Constraints:      27393
348.30/349.35	c #Conflicts:     538000 | #Constraints:      28393
348.30/349.35	c #Conflicts:     539000 | #Constraints:      29393
348.30/349.35	c #Conflicts:     540000 | #Constraints:      30393
348.30/349.35	c #Conflicts:     541000 | #Constraints:      31393
348.30/349.35	c #Conflicts:     542000 | #Constraints:      32393
348.30/349.35	c #Conflicts:     543000 | #Constraints:      33393
348.30/349.35	c #Conflicts:     544000 | #Constraints:      34393
348.30/349.35	c #Conflicts:     545000 | #Constraints:      35393
348.30/349.35	c #Conflicts:     546000 | #Constraints:      36393
348.30/349.35	c INPROCESSING
348.30/349.35	c GARBAGE COLLECT
348.30/349.35	c rational objective 1000
357.26/358.35	c #Conflicts:     547000 | #Constraints:      22670
357.26/358.35	c #Conflicts:     548000 | #Constraints:      23670
357.26/358.35	c #Conflicts:     549000 | #Constraints:      24670
357.26/358.35	c #Conflicts:     550000 | #Constraints:      25670
357.26/358.35	c #Conflicts:     551000 | #Constraints:      26670
357.26/358.35	c #Conflicts:     552000 | #Constraints:      27670
357.26/358.35	c #Conflicts:     553000 | #Constraints:      28670
357.26/358.35	c #Conflicts:     554000 | #Constraints:      29670
357.26/358.35	c #Conflicts:     555000 | #Constraints:      30670
357.26/358.35	c #Conflicts:     556000 | #Constraints:      31670
357.26/358.35	c #Conflicts:     557000 | #Constraints:      32670
357.26/358.35	c #Conflicts:     558000 | #Constraints:      33670
357.26/358.35	c #Conflicts:     559000 | #Constraints:      34670
357.26/358.35	c #Conflicts:     560000 | #Constraints:      35670
357.26/358.35	c #Conflicts:     561000 | #Constraints:      36670
357.26/358.35	c INPROCESSING
357.26/358.35	c GARBAGE COLLECT
357.26/358.35	c rational objective 1000
370.43/371.53	c #Conflicts:     562000 | #Constraints:      22845
370.43/371.53	c #Conflicts:     563000 | #Constraints:      23896
370.43/371.53	c #Conflicts:     564000 | #Constraints:      24948
370.43/371.53	c #Conflicts:     565000 | #Constraints:      26021
370.43/371.53	c #Conflicts:     566000 | #Constraints:      27071
370.43/371.53	c #Conflicts:     567000 | #Constraints:      28118
370.43/371.53	c #Conflicts:     568000 | #Constraints:      29167
370.43/371.53	c #Conflicts:     569000 | #Constraints:      30210
370.43/371.53	c #Conflicts:     570000 | #Constraints:      31249
370.43/371.53	c #Conflicts:     571000 | #Constraints:      32279
370.43/371.53	c #Conflicts:     572000 | #Constraints:      33308
370.43/371.53	c #Conflicts:     573000 | #Constraints:      34346
370.43/371.53	c #Conflicts:     574000 | #Constraints:      35371
370.43/371.53	c #Conflicts:     575000 | #Constraints:      36403
370.43/371.53	c #Conflicts:     576000 | #Constraints:      37427
370.43/371.53	c INPROCESSING
370.43/371.53	c GARBAGE COLLECT
370.43/371.53	c rational objective 1000
380.91/382.08	c #Conflicts:     577000 | #Constraints:      22989
380.91/382.08	c #Conflicts:     578000 | #Constraints:      23989
380.91/382.08	c #Conflicts:     579000 | #Constraints:      24989
380.91/382.08	c #Conflicts:     580000 | #Constraints:      25989
380.91/382.08	c #Conflicts:     581000 | #Constraints:      26989
380.91/382.08	c #Conflicts:     582000 | #Constraints:      27989
380.91/382.08	c #Conflicts:     583000 | #Constraints:      28989
380.91/382.08	c #Conflicts:     584000 | #Constraints:      29989
380.91/382.08	c #Conflicts:     585000 | #Constraints:      30989
380.91/382.08	c #Conflicts:     586000 | #Constraints:      31989
380.91/382.08	c #Conflicts:     587000 | #Constraints:      32989
380.91/382.08	c #Conflicts:     588000 | #Constraints:      33989
380.91/382.08	c #Conflicts:     589000 | #Constraints:      34989
380.91/382.08	c #Conflicts:     590000 | #Constraints:      35989
380.91/382.08	c #Conflicts:     591000 | #Constraints:      36989
380.91/382.08	c INPROCESSING
380.91/382.08	c GARBAGE COLLECT
380.91/382.08	c rational objective 1000
391.08/392.22	c #Conflicts:     592000 | #Constraints:      22672
391.08/392.22	c #Conflicts:     593000 | #Constraints:      23672
391.08/392.22	c #Conflicts:     594000 | #Constraints:      24672
391.08/392.22	c #Conflicts:     595000 | #Constraints:      25672
391.08/392.22	c #Conflicts:     596000 | #Constraints:      26672
391.08/392.22	c #Conflicts:     597000 | #Constraints:      27672
391.08/392.22	c #Conflicts:     598000 | #Constraints:      28672
391.08/392.22	c #Conflicts:     599000 | #Constraints:      29672
391.08/392.22	c #Conflicts:     600000 | #Constraints:      30672
391.08/392.22	c #Conflicts:     601000 | #Constraints:      31672
391.08/392.22	c #Conflicts:     602000 | #Constraints:      32672
391.08/392.22	c #Conflicts:     603000 | #Constraints:      33672
391.08/392.22	c #Conflicts:     604000 | #Constraints:      34672
391.08/392.22	c #Conflicts:     605000 | #Constraints:      35672
391.08/392.22	c #Conflicts:     606000 | #Constraints:      36672
391.08/392.22	c #Conflicts:     607000 | #Constraints:      37672
391.08/392.22	c INPROCESSING
391.08/392.22	c GARBAGE COLLECT
391.08/392.22	c rational objective 1000
397.87/399.08	c #Conflicts:     608000 | #Constraints:      23229
397.87/399.08	c #Conflicts:     609000 | #Constraints:      24265
397.87/399.08	c #Conflicts:     610000 | #Constraints:      25301
397.87/399.08	c #Conflicts:     611000 | #Constraints:      26326
397.87/399.08	c #Conflicts:     612000 | #Constraints:      27344
397.87/399.08	c #Conflicts:     613000 | #Constraints:      28367
397.87/399.08	c #Conflicts:     614000 | #Constraints:      29390
397.87/399.08	c #Conflicts:     615000 | #Constraints:      30416
397.87/399.08	c bounds 1041 >= 1000 @ 392.773
398.06/399.24	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[3]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[5]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[8]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[10]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[12]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[13]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[15]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[16]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[19]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[21]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[23]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[27]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[29]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[31]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[33]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[35]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[39]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[43]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[45]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[46]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[48]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[49]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[51]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[52]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[53]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[54]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[55]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[56]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[58]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[59]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[64]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[65]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[67]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[69]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[70]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[73]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[76]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[79]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[80]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[81]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[87]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[88]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[89]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[90]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[94]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[95]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[96]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[100]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[103]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[104]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[105]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[107]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[111]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[112]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[116]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[118]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[122]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[123]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[126]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[132]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[133]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[135]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[136]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[138]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[140]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[141]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[142]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[143]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[145]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[149]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[152]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[153]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[154]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[157]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[158]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[159]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[162]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[165]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[167]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[168]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[170]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[172]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[173]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[174]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[175]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[179]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[182]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[184]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[185]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[188]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[189]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[190]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[191]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[192]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[195]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[197]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[198]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[200]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[201]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[202]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[205]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[206]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[207]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[208]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[209]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[211]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[213]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[218]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[219]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[221]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[223]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[224]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[225]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[227]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[230]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[232]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[233]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[234]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[238]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[241]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[242]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[244]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[245]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[252]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[255]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[256]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[258]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[260]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[263]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[267]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[269]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[272]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[273]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[276]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[277]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[279]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[282]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[283]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[286]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[289]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[290]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[291]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[292]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[293]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[297]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[300]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[301]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[309]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[311]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[313]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[318]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[320]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[321]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[324]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[327]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[328]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[330]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[332]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[335]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[337]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[341]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[342]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[344]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[346]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[347]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[349]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[351]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[352]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[355]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[357]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[361]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[362]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[363]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[371]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[377]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[380]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[383]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[384]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[385]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[388]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[393]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[396]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[397]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[401]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[405]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[408]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[409]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[411]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[414]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[415]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[416]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[418]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[422]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[423]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[425]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[426]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[431]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[433]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[434]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[438]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[439]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[440]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[442]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[444]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[446]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[447]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[448]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[450]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[453]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[455]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[457]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[461]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[462]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[464]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[465]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[467]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[470]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[474]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[475]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[479]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[480]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[483]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[485]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[486]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[490]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[492]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[494]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[497]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[498]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[499]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[500]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[501]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[504]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[505]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[511]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[515]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[516]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[517]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[518]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[520]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[522]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[523]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[524]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[527]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[529]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[532]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[535]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[540]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[541]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[542]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[544]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[545]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[547]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[553]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[554]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[555]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[560]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[561]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[566]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[568]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[569]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[570]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[571]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[576]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[578]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[585]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[589]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[593]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[598]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[600]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[607]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[609]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[611]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[614]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[615]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[616]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[617]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[618]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[620]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[623]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[624]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[625]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[626]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[627]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[630]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[631]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[632]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[633]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[635]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[636]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[637]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[639]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[640]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[642]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[645]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[646]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[647]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[650]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[652]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[653]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[655]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[658]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[662]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[665]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[668]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[669]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[671]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[672]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[674]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[675]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[677]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[678]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[681]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[684]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[685]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[690]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[692]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[693]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[696]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[697]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[698]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[701]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[702]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[703]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[705]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[708]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[711]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[715]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[722]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[728]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[729]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[732]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[733]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[734]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[743]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[744]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[747]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[748]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[749]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[751]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[752]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[753]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[754]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[760]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[762]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[765]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[770]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[772]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[776]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[777]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[778]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[780]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[784]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[786]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[787]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[788]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[789]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[790]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[793]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[795]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[796]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[798]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[803]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[804]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[805]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[809]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[811]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[815]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[817]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[821]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[823]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[826]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[827]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[834]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[837]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[839]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[840]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[842]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[845]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[848]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[850]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[851]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[853]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[855]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[856]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[858]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[861]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[863]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[864]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[867]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[869]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[871]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[872]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[873]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[877]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[878]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[879]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[881]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[883]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[886]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[887]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[893]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[894]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[900]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[902]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[906]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[911]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[912]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[914]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[915]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[917]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[918]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[921]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[922]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[923]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[924]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[931]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[934]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[935]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[936]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[937]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[938]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[939]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[941]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[942]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[944]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[946]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[949]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[950]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[952]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[955]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[959]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[962]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[964]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[966]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[969]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[970]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[971]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[972]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[974]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[975]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[977]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[979]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[982]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[983]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[984]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[987]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[989]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[991]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[992]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[994]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[998]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[999]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1000]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1003]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1006]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1008]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1010]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1012]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1014]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1017]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1019]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1020]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1021]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1024]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1025]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1036]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1037]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1038]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1041]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1045]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1047]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1052]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1053]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1056]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1057]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1058]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1063]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1065]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1068]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1069]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1070]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1071]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1078]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1081]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1084]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1088]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1090]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1094]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1095]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1096]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1098]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1109]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1111]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1112]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1114]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1116]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1118]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1120]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1121]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1123]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1126]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1130]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1131]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1132]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1134]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1138]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1143]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1148]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1149]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1151]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1152]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1161]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1162]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1166]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1168]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1169]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1170]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1172]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1174]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1175]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1176]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1177]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1178]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1180]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1181]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1182]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1184]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1185]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1186]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1189]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1191]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1194]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1195]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1196]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1198]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1199]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1200]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1201]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1205]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1209]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1214]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1215]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1216]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1219]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1220]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1222]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1224]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1225]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1227]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1230]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1232]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1237]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1239]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1242]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1243]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1245]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1246]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1249]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1251]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1253]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1255]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1257]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1261]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1263]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1268]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1269]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1271]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1272]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1273]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1274]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1276]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1278]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1279]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1280]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1281]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1282]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1286]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1287]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1290]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1292]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1294]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1296]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1297]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1300]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1301]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1303]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1304]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1308]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1309]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1310]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1311]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1316]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1318]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1323]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1326]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1334]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1335]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1337]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1343]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1344]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1345]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1346]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1347]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1348]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1349]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1352]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1354]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1357]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1358]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1359]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1363]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1364]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1365]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1367]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1369]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1371]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1372]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1376]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1377]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1379]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1380]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1381]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1385]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1387]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1392]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1393]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1396]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1397]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1398]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1399]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1402]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1403]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1404]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1406]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1407]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1408]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1411]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1412]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1413]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1417]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1418]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1419]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1420]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1421]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1422]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1423]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1424]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1434]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1438]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1439]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1441]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1442]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1443]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1444]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1446]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1447]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1449]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1451]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1452]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1455]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1456]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1457]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1458]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1461]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1462]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1465]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1469]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1470]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1476]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1477]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1478]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1480]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1483]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1484]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1485]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1493]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1496]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1501]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1502]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1504]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1510]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1513]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1516]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1517]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1518]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1520]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1523]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1524]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1525]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1530]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1532]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1535]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1539]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1541]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1544]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1546]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1547]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1548]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1551]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1556]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1557]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1558]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1559]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1563]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1566]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1567]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1568]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1569]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1572]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1574]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1576]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1583]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1587]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1591]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1594]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1595]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1596]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1601]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1606]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1608]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1610]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1611]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1612]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1613]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1614]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1617]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1618]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1620]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1621]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1623]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1624]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1625]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1629]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1631]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1635]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1636]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1639]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1640]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1642]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1646]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1653]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1655]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1657]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1658]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1660]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1667]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1668]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1669]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1671]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1674]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1675]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1677]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1678]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1680]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1683]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1684]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1686]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1689]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1690]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1691]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1696]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1697]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1698]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1700]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1701]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1704]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1708]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1710]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1714]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1715]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1716]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1717]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1718]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1721]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1722]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1724]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1726]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1727]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1733]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1736]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1747]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1750]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1752]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1753]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1756]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1757]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1761]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1764]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1766]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1768]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1769]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1771]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1775]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1776]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1779]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1784]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1785]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1788]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1790]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1792]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1793]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1797]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1800]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1801]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1802]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1806]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1808]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1809]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1810]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1813]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1814]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1816]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1818]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1819]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1824]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1827]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1828]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1830]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1835]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1836]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1837]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1842]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1843]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1846]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1849]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1852]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1853]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1855]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1858]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1860]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1861]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1863]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1864]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1867]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1869]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1870]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1871]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1872]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1873]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1874]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1877]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1879]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1882]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1883]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1884]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1886]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1887]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1888]: 6 -1.00008 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1890]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1894]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1895]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1898]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1899]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1901]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1906]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1908]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1909]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1912]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1914]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1916]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1917]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1923]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1925]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1926]: 6 -1.00001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1928]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1929]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1930]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1939]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1941]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1947]: 6 -1.00005 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1950]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1952]: 6 -1.00002 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1954]: 6 -1.00009 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1957]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1959]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1960]: 6 -1.00007 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1962]: 6 -1.00006 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1964]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1965]: 6 -1.00003 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1966]: 6 -1.00004 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1967]: 6 -1.0001 0 shouldn't be
398.06/399.24	WSVECS04 Frhs2[1968]: 6 -1.00007 0 shouldn't be
409.33/410.57	c #Conflicts:     616000 | #Constraints:      31434
409.33/410.57	c #Conflicts:     617000 | #Constraints:      32434
409.33/410.57	c #Conflicts:     618000 | #Constraints:      33434
409.33/410.57	c #Conflicts:     619000 | #Constraints:      34434
409.33/410.57	c #Conflicts:     620000 | #Constraints:      35434
409.33/410.57	c #Conflicts:     621000 | #Constraints:      36434
409.33/410.57	c #Conflicts:     622000 | #Constraints:      37434
409.33/410.57	c #Conflicts:     623000 | #Constraints:      38434
409.33/410.57	c INPROCESSING
409.33/410.57	c GARBAGE COLLECT
409.33/410.57	c rational objective 1000
424.09/425.38	c #Conflicts:     624000 | #Constraints:      23705
424.09/425.38	c #Conflicts:     625000 | #Constraints:      24816
424.09/425.38	c #Conflicts:     626000 | #Constraints:      25915
424.09/425.38	c #Conflicts:     627000 | #Constraints:      27007
424.09/425.38	c #Conflicts:     628000 | #Constraints:      28089
424.09/425.38	c #Conflicts:     629000 | #Constraints:      29158
424.09/425.38	c #Conflicts:     630000 | #Constraints:      30223
424.09/425.38	c #Conflicts:     631000 | #Constraints:      31276
424.09/425.38	c #Conflicts:     632000 | #Constraints:      32321
424.09/425.38	c #Conflicts:     633000 | #Constraints:      33354
424.09/425.38	c #Conflicts:     634000 | #Constraints:      34391
424.09/425.38	c #Conflicts:     635000 | #Constraints:      35424
424.09/425.38	c #Conflicts:     636000 | #Constraints:      36443
424.09/425.38	c #Conflicts:     637000 | #Constraints:      37474
424.09/425.38	c #Conflicts:     638000 | #Constraints:      38506
424.09/425.38	c #Conflicts:     639000 | #Constraints:      39548
424.09/425.38	c INPROCESSING
424.09/425.38	c GARBAGE COLLECT
424.09/425.38	c rational objective 1000
435.26/436.51	c #Conflicts:     640000 | #Constraints:      24171
435.26/436.51	c #Conflicts:     641000 | #Constraints:      25171
435.26/436.51	c #Conflicts:     642000 | #Constraints:      26171
435.26/436.51	c #Conflicts:     643000 | #Constraints:      27171
435.26/436.51	c #Conflicts:     644000 | #Constraints:      28171
435.26/436.51	c #Conflicts:     645000 | #Constraints:      29171
435.26/436.51	c #Conflicts:     646000 | #Constraints:      30171
435.26/436.51	c #Conflicts:     647000 | #Constraints:      31171
435.26/436.51	c #Conflicts:     648000 | #Constraints:      32171
435.26/436.51	c #Conflicts:     649000 | #Constraints:      33171
435.26/436.51	c #Conflicts:     650000 | #Constraints:      34171
435.26/436.51	c #Conflicts:     651000 | #Constraints:      35171
435.26/436.51	c #Conflicts:     652000 | #Constraints:      36171
435.26/436.51	c #Conflicts:     653000 | #Constraints:      37171
435.26/436.51	c #Conflicts:     654000 | #Constraints:      38171
435.26/436.51	c #Conflicts:     655000 | #Constraints:      39171
435.26/436.51	c INPROCESSING
435.26/436.51	c GARBAGE COLLECT
435.26/436.51	c rational objective 1000
437.96/439.28	c #Conflicts:     656000 | #Constraints:      23980
437.96/439.28	c #Conflicts:     657000 | #Constraints:      24980
437.96/439.28	c #Conflicts:     658000 | #Constraints:      25980
437.96/439.28	c #Conflicts:     659000 | #Constraints:      26980
437.96/439.28	c #Conflicts:     660000 | #Constraints:      27980
437.96/439.28	c bounds 1041 >= 1001 @ 432.442
446.63/447.99	c #Conflicts:     661000 | #Constraints:      29043
446.63/447.99	c #Conflicts:     662000 | #Constraints:      30043
446.63/447.99	c #Conflicts:     663000 | #Constraints:      31043
446.63/447.99	c #Conflicts:     664000 | #Constraints:      32043
446.63/447.99	c #Conflicts:     665000 | #Constraints:      33043
446.63/447.99	c #Conflicts:     666000 | #Constraints:      34043
446.63/447.99	c #Conflicts:     667000 | #Constraints:      35043
446.63/447.99	c #Conflicts:     668000 | #Constraints:      36043
446.63/447.99	c #Conflicts:     669000 | #Constraints:      37043
446.63/447.99	c #Conflicts:     670000 | #Constraints:      38043
446.63/447.99	c #Conflicts:     671000 | #Constraints:      39043
446.63/447.99	c INPROCESSING
446.63/447.99	c GARBAGE COLLECT
446.63/447.99	c rational objective 1001
447.73/449.04	c #Conflicts:     672000 | #Constraints:      23708
447.73/449.04	c #Conflicts:     673000 | #Constraints:      24724
447.73/449.04	c bounds 1040 >= 1001 @ 442.072
461.00/462.30	c #Conflicts:     674000 | #Constraints:      25754
461.00/462.30	c #Conflicts:     675000 | #Constraints:      26789
461.00/462.30	c #Conflicts:     676000 | #Constraints:      27851
461.00/462.30	c #Conflicts:     677000 | #Constraints:      28896
461.00/462.30	c #Conflicts:     678000 | #Constraints:      29947
461.00/462.30	c #Conflicts:     679000 | #Constraints:      30977
461.00/462.30	c #Conflicts:     680000 | #Constraints:      32011
461.00/462.30	c #Conflicts:     681000 | #Constraints:      33051
461.00/462.30	c #Conflicts:     682000 | #Constraints:      34073
461.00/462.30	c #Conflicts:     683000 | #Constraints:      35107
461.00/462.30	c #Conflicts:     684000 | #Constraints:      36124
461.00/462.30	c #Conflicts:     685000 | #Constraints:      37143
461.00/462.30	c #Conflicts:     686000 | #Constraints:      38168
461.00/462.30	c #Conflicts:     687000 | #Constraints:      39191
461.00/462.30	c #Conflicts:     688000 | #Constraints:      40218
461.00/462.30	c INPROCESSING
461.00/462.30	c GARBAGE COLLECT
461.00/462.30	c rational objective 1001
472.77/474.12	c #Conflicts:     689000 | #Constraints:      24426
472.77/474.12	c #Conflicts:     690000 | #Constraints:      25426
472.77/474.12	c #Conflicts:     691000 | #Constraints:      26426
472.77/474.12	c #Conflicts:     692000 | #Constraints:      27426
472.77/474.12	c #Conflicts:     693000 | #Constraints:      28426
472.77/474.12	c #Conflicts:     694000 | #Constraints:      29426
472.77/474.12	c #Conflicts:     695000 | #Constraints:      30426
472.77/474.12	c #Conflicts:     696000 | #Constraints:      31426
472.77/474.12	c #Conflicts:     697000 | #Constraints:      32426
472.77/474.12	c #Conflicts:     698000 | #Constraints:      33427
472.77/474.12	c #Conflicts:     699000 | #Constraints:      34427
472.77/474.12	c #Conflicts:     700000 | #Constraints:      35427
472.77/474.12	c #Conflicts:     701000 | #Constraints:      36427
472.77/474.12	c #Conflicts:     702000 | #Constraints:      37427
472.77/474.12	c #Conflicts:     703000 | #Constraints:      38427
472.77/474.12	c #Conflicts:     704000 | #Constraints:      39427
472.77/474.12	c #Conflicts:     705000 | #Constraints:      40427
472.77/474.12	c INPROCESSING
472.77/474.12	c GARBAGE COLLECT
472.77/474.12	c rational objective 1001
483.94/485.32	c #Conflicts:     706000 | #Constraints:      24716
483.94/485.32	c #Conflicts:     707000 | #Constraints:      25716
483.94/485.32	c #Conflicts:     708000 | #Constraints:      26716
483.94/485.32	c #Conflicts:     709000 | #Constraints:      27716
483.94/485.32	c #Conflicts:     710000 | #Constraints:      28716
483.94/485.32	c #Conflicts:     711000 | #Constraints:      29716
483.94/485.32	c #Conflicts:     712000 | #Constraints:      30716
483.94/485.32	c #Conflicts:     713000 | #Constraints:      31716
483.94/485.32	c #Conflicts:     714000 | #Constraints:      32716
483.94/485.32	c #Conflicts:     715000 | #Constraints:      33716
483.94/485.32	c #Conflicts:     716000 | #Constraints:      34716
483.94/485.32	c #Conflicts:     717000 | #Constraints:      35716
483.94/485.32	c #Conflicts:     718000 | #Constraints:      36716
483.94/485.32	c #Conflicts:     719000 | #Constraints:      37716
483.94/485.32	c #Conflicts:     720000 | #Constraints:      38716
483.94/485.32	c #Conflicts:     721000 | #Constraints:      39716
483.94/485.32	c #Conflicts:     722000 | #Constraints:      40716
483.94/485.32	c INPROCESSING
483.94/485.32	c GARBAGE COLLECT
483.94/485.32	c rational objective 1001
500.99/502.48	c #Conflicts:     723000 | #Constraints:      24856
500.99/502.48	c #Conflicts:     724000 | #Constraints:      25878
500.99/502.48	c #Conflicts:     725000 | #Constraints:      26938
500.99/502.48	c #Conflicts:     726000 | #Constraints:      28013
500.99/502.48	c #Conflicts:     727000 | #Constraints:      29062
500.99/502.48	c #Conflicts:     728000 | #Constraints:      30127
500.99/502.48	c #Conflicts:     729000 | #Constraints:      31166
500.99/502.48	c #Conflicts:     730000 | #Constraints:      32208
500.99/502.48	c #Conflicts:     731000 | #Constraints:      33256
500.99/502.48	c #Conflicts:     732000 | #Constraints:      34294
500.99/502.48	c #Conflicts:     733000 | #Constraints:      35329
500.99/502.48	c #Conflicts:     734000 | #Constraints:      36361
500.99/502.48	c #Conflicts:     735000 | #Constraints:      37401
500.99/502.48	c #Conflicts:     736000 | #Constraints:      38442
500.99/502.48	c #Conflicts:     737000 | #Constraints:      39478
500.99/502.48	c #Conflicts:     738000 | #Constraints:      40517
500.99/502.48	c #Conflicts:     739000 | #Constraints:      41550
500.99/502.48	c INPROCESSING
500.99/502.48	c GARBAGE COLLECT
500.99/502.48	c rational objective 1001
513.45/514.95	c #Conflicts:     740000 | #Constraints:      25102
513.45/514.95	c #Conflicts:     741000 | #Constraints:      26102
513.45/514.95	c #Conflicts:     742000 | #Constraints:      27102
513.45/514.95	c #Conflicts:     743000 | #Constraints:      28102
513.45/514.95	c #Conflicts:     744000 | #Constraints:      29102
513.45/514.95	c #Conflicts:     745000 | #Constraints:      30102
513.45/514.95	c #Conflicts:     746000 | #Constraints:      31102
513.45/514.95	c #Conflicts:     747000 | #Constraints:      32102
513.45/514.95	c #Conflicts:     748000 | #Constraints:      33102
513.45/514.95	c #Conflicts:     749000 | #Constraints:      34102
513.45/514.95	c #Conflicts:     750000 | #Constraints:      35102
513.45/514.95	c #Conflicts:     751000 | #Constraints:      36102
513.45/514.95	c #Conflicts:     752000 | #Constraints:      37102
513.45/514.95	c #Conflicts:     753000 | #Constraints:      38102
513.45/514.95	c #Conflicts:     754000 | #Constraints:      39102
513.45/514.95	c #Conflicts:     755000 | #Constraints:      40102
513.45/514.95	c #Conflicts:     756000 | #Constraints:      41102
513.45/514.95	c INPROCESSING
513.45/514.95	c GARBAGE COLLECT
513.45/514.95	c rational objective 1001
525.22/526.73	c #Conflicts:     757000 | #Constraints:      24736
525.22/526.73	c #Conflicts:     758000 | #Constraints:      25736
525.22/526.73	c #Conflicts:     759000 | #Constraints:      26736
525.22/526.73	c #Conflicts:     760000 | #Constraints:      27736
525.22/526.73	c #Conflicts:     761000 | #Constraints:      28736
525.22/526.73	c #Conflicts:     762000 | #Constraints:      29736
525.22/526.73	c #Conflicts:     763000 | #Constraints:      30736
525.22/526.73	c #Conflicts:     764000 | #Constraints:      31736
525.22/526.73	c #Conflicts:     765000 | #Constraints:      32736
525.22/526.73	c #Conflicts:     766000 | #Constraints:      33736
525.22/526.73	c #Conflicts:     767000 | #Constraints:      34736
525.22/526.73	c #Conflicts:     768000 | #Constraints:      35736
525.22/526.73	c #Conflicts:     769000 | #Constraints:      36736
525.22/526.73	c #Conflicts:     770000 | #Constraints:      37736
525.22/526.73	c #Conflicts:     771000 | #Constraints:      38736
525.22/526.73	c #Conflicts:     772000 | #Constraints:      39736
525.22/526.73	c #Conflicts:     773000 | #Constraints:      40736
525.22/526.73	c #Conflicts:     774000 | #Constraints:      41736
525.22/526.73	c INPROCESSING
525.22/526.73	c GARBAGE COLLECT
525.22/526.73	c rational objective 1001
541.19/542.71	c #Conflicts:     775000 | #Constraints:      25266
541.19/542.71	c #Conflicts:     776000 | #Constraints:      26269
541.19/542.71	c #Conflicts:     777000 | #Constraints:      27372
541.19/542.71	c #Conflicts:     778000 | #Constraints:      28435
541.19/542.71	c #Conflicts:     779000 | #Constraints:      29498
541.19/542.71	c #Conflicts:     780000 | #Constraints:      30557
541.19/542.71	c #Conflicts:     781000 | #Constraints:      31606
541.19/542.71	c #Conflicts:     782000 | #Constraints:      32636
541.19/542.71	c #Conflicts:     783000 | #Constraints:      33676
541.19/542.71	c #Conflicts:     784000 | #Constraints:      34721
541.19/542.71	c #Conflicts:     785000 | #Constraints:      35757
541.19/542.71	c #Conflicts:     786000 | #Constraints:      36794
541.19/542.71	c #Conflicts:     787000 | #Constraints:      37811
541.19/542.71	c #Conflicts:     788000 | #Constraints:      38845
541.19/542.71	c #Conflicts:     789000 | #Constraints:      39877
541.19/542.71	c #Conflicts:     790000 | #Constraints:      40913
541.19/542.71	c #Conflicts:     791000 | #Constraints:      41954
541.19/542.71	c #Conflicts:     792000 | #Constraints:      42980
541.19/542.71	c INPROCESSING
541.19/542.71	c GARBAGE COLLECT
541.19/542.71	c rational objective 1001
553.85/555.44	c #Conflicts:     793000 | #Constraints:      25915
553.85/555.44	c #Conflicts:     794000 | #Constraints:      26915
553.85/555.44	c #Conflicts:     795000 | #Constraints:      27915
553.85/555.44	c #Conflicts:     796000 | #Constraints:      28915
553.85/555.44	c #Conflicts:     797000 | #Constraints:      29915
553.85/555.44	c #Conflicts:     798000 | #Constraints:      30915
553.85/555.44	c #Conflicts:     799000 | #Constraints:      31915
553.85/555.44	c #Conflicts:     800000 | #Constraints:      32915
553.85/555.44	c #Conflicts:     801000 | #Constraints:      33915
553.85/555.44	c #Conflicts:     802000 | #Constraints:      34915
553.85/555.44	c #Conflicts:     803000 | #Constraints:      35915
553.85/555.44	c #Conflicts:     804000 | #Constraints:      36915
553.85/555.44	c #Conflicts:     805000 | #Constraints:      37915
553.85/555.44	c #Conflicts:     806000 | #Constraints:      38915
553.85/555.44	c #Conflicts:     807000 | #Constraints:      39915
553.85/555.44	c #Conflicts:     808000 | #Constraints:      40915
553.85/555.44	c #Conflicts:     809000 | #Constraints:      41915
553.85/555.44	c #Conflicts:     810000 | #Constraints:      42915
553.85/555.44	c INPROCESSING
553.85/555.44	c GARBAGE COLLECT
553.85/555.44	c rational objective 1001
566.72/568.31	c #Conflicts:     811000 | #Constraints:      25968
566.72/568.31	c #Conflicts:     812000 | #Constraints:      26968
566.72/568.31	c #Conflicts:     813000 | #Constraints:      27968
566.72/568.31	c #Conflicts:     814000 | #Constraints:      28968
566.72/568.31	c #Conflicts:     815000 | #Constraints:      29968
566.72/568.31	c #Conflicts:     816000 | #Constraints:      30968
566.72/568.31	c #Conflicts:     817000 | #Constraints:      31968
566.72/568.31	c #Conflicts:     818000 | #Constraints:      32968
566.72/568.31	c #Conflicts:     819000 | #Constraints:      33968
566.72/568.31	c #Conflicts:     820000 | #Constraints:      34968
566.72/568.31	c #Conflicts:     821000 | #Constraints:      35968
566.72/568.31	c #Conflicts:     822000 | #Constraints:      36968
566.72/568.31	c #Conflicts:     823000 | #Constraints:      37968
566.72/568.31	c #Conflicts:     824000 | #Constraints:      38968
566.72/568.31	c #Conflicts:     825000 | #Constraints:      39968
566.72/568.31	c #Conflicts:     826000 | #Constraints:      40968
566.72/568.31	c #Conflicts:     827000 | #Constraints:      41968
566.72/568.31	c #Conflicts:     828000 | #Constraints:      42968
566.72/568.31	c INPROCESSING
566.72/568.31	c GARBAGE COLLECT
566.72/568.31	c rational objective 1001
583.58/585.22	c #Conflicts:     829000 | #Constraints:      25888
583.58/585.22	c #Conflicts:     830000 | #Constraints:      26951
583.58/585.22	c #Conflicts:     831000 | #Constraints:      28017
583.58/585.22	c #Conflicts:     832000 | #Constraints:      29067
583.58/585.22	c #Conflicts:     833000 | #Constraints:      30125
583.58/585.22	c #Conflicts:     834000 | #Constraints:      31161
583.58/585.22	c #Conflicts:     835000 | #Constraints:      32206
583.58/585.22	c #Conflicts:     836000 | #Constraints:      33239
583.58/585.22	c #Conflicts:     837000 | #Constraints:      34268
583.58/585.22	c #Conflicts:     838000 | #Constraints:      35299
583.58/585.22	c #Conflicts:     839000 | #Constraints:      36337
583.58/585.22	c #Conflicts:     840000 | #Constraints:      37389
583.58/585.22	c #Conflicts:     841000 | #Constraints:      38412
583.58/585.22	c #Conflicts:     842000 | #Constraints:      39445
583.58/585.22	c #Conflicts:     843000 | #Constraints:      40482
583.58/585.22	c #Conflicts:     844000 | #Constraints:      41508
583.58/585.22	c #Conflicts:     845000 | #Constraints:      42540
583.58/585.22	c #Conflicts:     846000 | #Constraints:      43567
583.58/585.22	c INPROCESSING
583.58/585.22	c GARBAGE COLLECT
583.58/585.22	c rational objective 1001
596.84/598.52	c #Conflicts:     847000 | #Constraints:      25897
596.84/598.52	c #Conflicts:     848000 | #Constraints:      26897
596.84/598.52	c #Conflicts:     849000 | #Constraints:      27897
596.84/598.52	c #Conflicts:     850000 | #Constraints:      28897
596.84/598.52	c #Conflicts:     851000 | #Constraints:      29897
596.84/598.52	c #Conflicts:     852000 | #Constraints:      30897
596.84/598.52	c #Conflicts:     853000 | #Constraints:      31897
596.84/598.52	c #Conflicts:     854000 | #Constraints:      32897
596.84/598.52	c #Conflicts:     855000 | #Constraints:      33897
596.84/598.52	c #Conflicts:     856000 | #Constraints:      34897
596.84/598.52	c #Conflicts:     857000 | #Constraints:      35897
596.84/598.52	c #Conflicts:     858000 | #Constraints:      36897
596.84/598.52	c #Conflicts:     859000 | #Constraints:      37897
596.84/598.52	c #Conflicts:     860000 | #Constraints:      38897
596.84/598.52	c #Conflicts:     861000 | #Constraints:      39897
596.84/598.52	c #Conflicts:     862000 | #Constraints:      40897
596.84/598.52	c #Conflicts:     863000 | #Constraints:      41897
596.84/598.52	c #Conflicts:     864000 | #Constraints:      42897
596.84/598.52	c #Conflicts:     865000 | #Constraints:      43897
596.84/598.52	c INPROCESSING
596.84/598.52	c GARBAGE COLLECT
596.84/598.52	c rational objective 1001
609.61/611.39	c #Conflicts:     866000 | #Constraints:      26349
609.61/611.39	c #Conflicts:     867000 | #Constraints:      27349
609.61/611.39	c #Conflicts:     868000 | #Constraints:      28349
609.61/611.39	c #Conflicts:     869000 | #Constraints:      29349
609.61/611.39	c #Conflicts:     870000 | #Constraints:      30349
609.61/611.39	c #Conflicts:     871000 | #Constraints:      31349
609.61/611.39	c #Conflicts:     872000 | #Constraints:      32349
609.61/611.39	c #Conflicts:     873000 | #Constraints:      33349
609.61/611.39	c #Conflicts:     874000 | #Constraints:      34349
609.61/611.39	c #Conflicts:     875000 | #Constraints:      35349
609.61/611.39	c #Conflicts:     876000 | #Constraints:      36349
609.61/611.39	c #Conflicts:     877000 | #Constraints:      37349
609.61/611.39	c #Conflicts:     878000 | #Constraints:      38349
609.61/611.39	c #Conflicts:     879000 | #Constraints:      39349
609.61/611.39	c #Conflicts:     880000 | #Constraints:      40349
609.61/611.39	c #Conflicts:     881000 | #Constraints:      41349
609.61/611.39	c #Conflicts:     882000 | #Constraints:      42349
609.61/611.39	c #Conflicts:     883000 | #Constraints:      43349
609.61/611.39	c #Conflicts:     884000 | #Constraints:      44349
609.61/611.39	c INPROCESSING
609.61/611.39	c GARBAGE COLLECT
609.61/611.39	c rational objective 1001
628.16/629.93	c #Conflicts:     885000 | #Constraints:      26687
628.16/629.93	c #Conflicts:     886000 | #Constraints:      27724
628.16/629.93	c #Conflicts:     887000 | #Constraints:      28802
628.16/629.93	c #Conflicts:     888000 | #Constraints:      29883
628.16/629.93	c #Conflicts:     889000 | #Constraints:      30951
628.16/629.93	c #Conflicts:     890000 | #Constraints:      32002
628.16/629.93	c #Conflicts:     891000 | #Constraints:      33054
628.16/629.93	c #Conflicts:     892000 | #Constraints:      34113
628.16/629.93	c #Conflicts:     893000 | #Constraints:      35152
628.16/629.93	c #Conflicts:     894000 | #Constraints:      36204
628.16/629.93	c #Conflicts:     895000 | #Constraints:      37234
628.16/629.93	c #Conflicts:     896000 | #Constraints:      38275
628.16/629.93	c #Conflicts:     897000 | #Constraints:      39301
628.16/629.93	c #Conflicts:     898000 | #Constraints:      40330
628.16/629.93	c #Conflicts:     899000 | #Constraints:      41356
628.16/629.93	c #Conflicts:     900000 | #Constraints:      42372
628.16/629.93	c #Conflicts:     901000 | #Constraints:      43394
628.16/629.93	c #Conflicts:     902000 | #Constraints:      44429
628.16/629.93	c #Conflicts:     903000 | #Constraints:      45457
628.16/629.93	c INPROCESSING
628.16/629.93	c GARBAGE COLLECT
628.16/629.93	c rational objective 1001
642.52/644.31	c #Conflicts:     904000 | #Constraints:      27149
642.52/644.31	c #Conflicts:     905000 | #Constraints:      28149
642.52/644.31	c #Conflicts:     906000 | #Constraints:      29149
642.52/644.31	c #Conflicts:     907000 | #Constraints:      30149
642.52/644.31	c #Conflicts:     908000 | #Constraints:      31149
642.52/644.31	c #Conflicts:     909000 | #Constraints:      32149
642.52/644.31	c #Conflicts:     910000 | #Constraints:      33149
642.52/644.31	c #Conflicts:     911000 | #Constraints:      34149
642.52/644.31	c #Conflicts:     912000 | #Constraints:      35149
642.52/644.31	c #Conflicts:     913000 | #Constraints:      36149
642.52/644.31	c #Conflicts:     914000 | #Constraints:      37149
642.52/644.31	c #Conflicts:     915000 | #Constraints:      38149
642.52/644.31	c #Conflicts:     916000 | #Constraints:      39149
642.52/644.31	c #Conflicts:     917000 | #Constraints:      40149
642.52/644.31	c #Conflicts:     918000 | #Constraints:      41149
642.52/644.31	c #Conflicts:     919000 | #Constraints:      42149
642.52/644.31	c #Conflicts:     920000 | #Constraints:      43149
642.52/644.31	c #Conflicts:     921000 | #Constraints:      44149
642.52/644.31	c #Conflicts:     922000 | #Constraints:      45149
642.52/644.31	c INPROCESSING
642.52/644.31	c GARBAGE COLLECT
642.52/644.31	c rational objective 1001
656.78/658.64	c #Conflicts:     923000 | #Constraints:      26986
656.78/658.64	c #Conflicts:     924000 | #Constraints:      27986
656.78/658.64	c #Conflicts:     925000 | #Constraints:      28986
656.78/658.64	c #Conflicts:     926000 | #Constraints:      29986
656.78/658.64	c #Conflicts:     927000 | #Constraints:      30986
656.78/658.64	c #Conflicts:     928000 | #Constraints:      31986
656.78/658.64	c #Conflicts:     929000 | #Constraints:      32986
656.78/658.64	c #Conflicts:     930000 | #Constraints:      33986
656.78/658.64	c #Conflicts:     931000 | #Constraints:      34986
656.78/658.64	c #Conflicts:     932000 | #Constraints:      35986
656.78/658.64	c #Conflicts:     933000 | #Constraints:      36986
656.78/658.64	c #Conflicts:     934000 | #Constraints:      37986
656.78/658.64	c #Conflicts:     935000 | #Constraints:      38986
656.78/658.64	c #Conflicts:     936000 | #Constraints:      39986
656.78/658.64	c #Conflicts:     937000 | #Constraints:      40986
656.78/658.64	c #Conflicts:     938000 | #Constraints:      41986
656.78/658.64	c #Conflicts:     939000 | #Constraints:      42986
656.78/658.64	c #Conflicts:     940000 | #Constraints:      43986
656.78/658.64	c #Conflicts:     941000 | #Constraints:      44986
656.78/658.64	c INPROCESSING
656.78/658.64	c GARBAGE COLLECT
656.78/658.64	c rational objective 1001
681.32/683.28	c #Conflicts:     942000 | #Constraints:      26705
681.32/683.28	c #Conflicts:     943000 | #Constraints:      27706
681.32/683.28	c #Conflicts:     944000 | #Constraints:      28708
681.32/683.28	c #Conflicts:     945000 | #Constraints:      29715
681.32/683.28	c #Conflicts:     946000 | #Constraints:      30727
681.32/683.28	c #Conflicts:     947000 | #Constraints:      31745
681.32/683.28	c #Conflicts:     948000 | #Constraints:      32751
681.32/683.28	c #Conflicts:     949000 | #Constraints:      33759
681.32/683.28	c #Conflicts:     950000 | #Constraints:      34769
681.32/683.28	c #Conflicts:     951000 | #Constraints:      35783
681.32/683.28	c #Conflicts:     952000 | #Constraints:      36794
681.32/683.28	c #Conflicts:     953000 | #Constraints:      37798
681.32/683.28	c #Conflicts:     954000 | #Constraints:      38814
681.32/683.28	c #Conflicts:     955000 | #Constraints:      39873
681.32/683.28	c #Conflicts:     956000 | #Constraints:      40931
681.32/683.28	c #Conflicts:     957000 | #Constraints:      41971
681.32/683.28	c #Conflicts:     958000 | #Constraints:      43028
681.32/683.28	c #Conflicts:     959000 | #Constraints:      44075
681.32/683.28	c #Conflicts:     960000 | #Constraints:      45115
681.32/683.28	c #Conflicts:     961000 | #Constraints:      46151
681.32/683.28	c INPROCESSING
681.32/683.28	c GARBAGE COLLECT
681.32/683.28	c rational objective 1001
696.48/698.43	c #Conflicts:     962000 | #Constraints:      27373
696.48/698.43	c #Conflicts:     963000 | #Constraints:      28373
696.48/698.43	c #Conflicts:     964000 | #Constraints:      29373
696.48/698.43	c #Conflicts:     965000 | #Constraints:      30373
696.48/698.43	c #Conflicts:     966000 | #Constraints:      31373
696.48/698.43	c #Conflicts:     967000 | #Constraints:      32373
696.48/698.43	c #Conflicts:     968000 | #Constraints:      33373
696.48/698.43	c #Conflicts:     969000 | #Constraints:      34373
696.48/698.43	c #Conflicts:     970000 | #Constraints:      35373
696.48/698.43	c #Conflicts:     971000 | #Constraints:      36373
696.48/698.43	c #Conflicts:     972000 | #Constraints:      37373
696.48/698.43	c #Conflicts:     973000 | #Constraints:      38373
696.48/698.43	c #Conflicts:     974000 | #Constraints:      39373
696.48/698.43	c #Conflicts:     975000 | #Constraints:      40373
696.48/698.43	c #Conflicts:     976000 | #Constraints:      41373
696.48/698.43	c #Conflicts:     977000 | #Constraints:      42373
696.48/698.43	c #Conflicts:     978000 | #Constraints:      43373
696.48/698.43	c #Conflicts:     979000 | #Constraints:      44373
696.48/698.43	c #Conflicts:     980000 | #Constraints:      45373
696.48/698.43	c #Conflicts:     981000 | #Constraints:      46373
696.48/698.43	c INPROCESSING
696.48/698.43	c GARBAGE COLLECT
696.48/698.43	c rational objective 1001
711.74/713.76	c #Conflicts:     982000 | #Constraints:      27695
711.74/713.76	c #Conflicts:     983000 | #Constraints:      28695
711.74/713.76	c #Conflicts:     984000 | #Constraints:      29695
711.74/713.76	c #Conflicts:     985000 | #Constraints:      30695
711.74/713.76	c #Conflicts:     986000 | #Constraints:      31695
711.74/713.76	c #Conflicts:     987000 | #Constraints:      32695
711.74/713.76	c #Conflicts:     988000 | #Constraints:      33695
711.74/713.76	c #Conflicts:     989000 | #Constraints:      34695
711.74/713.76	c #Conflicts:     990000 | #Constraints:      35695
711.74/713.76	c #Conflicts:     991000 | #Constraints:      36695
711.74/713.76	c #Conflicts:     992000 | #Constraints:      37695
711.74/713.76	c #Conflicts:     993000 | #Constraints:      38695
711.74/713.76	c #Conflicts:     994000 | #Constraints:      39695
711.74/713.76	c #Conflicts:     995000 | #Constraints:      40695
711.74/713.76	c #Conflicts:     996000 | #Constraints:      41695
711.74/713.76	c #Conflicts:     997000 | #Constraints:      42695
711.74/713.76	c #Conflicts:     998000 | #Constraints:      43695
711.74/713.76	c #Conflicts:     999000 | #Constraints:      44695
711.74/713.76	c #Conflicts:    1000000 | #Constraints:      45695
711.74/713.76	c #Conflicts:    1001000 | #Constraints:      46695
711.74/713.76	c INPROCESSING
711.74/713.76	c GARBAGE COLLECT
711.74/713.76	c rational objective 1001
728.30/730.39	c #Conflicts:    1002000 | #Constraints:      27852
728.30/730.39	c #Conflicts:    1003000 | #Constraints:      28852
728.30/730.39	c #Conflicts:    1004000 | #Constraints:      29852
728.30/730.39	c #Conflicts:    1005000 | #Constraints:      30852
728.30/730.39	c #Conflicts:    1006000 | #Constraints:      31852
728.30/730.39	c #Conflicts:    1007000 | #Constraints:      32852
728.30/730.39	c #Conflicts:    1008000 | #Constraints:      33852
728.30/730.39	c #Conflicts:    1009000 | #Constraints:      34852
728.30/730.39	c #Conflicts:    1010000 | #Constraints:      35852
728.30/730.39	c #Conflicts:    1011000 | #Constraints:      36852
728.30/730.39	c #Conflicts:    1012000 | #Constraints:      37852
728.30/730.39	c #Conflicts:    1013000 | #Constraints:      38852
728.30/730.39	c #Conflicts:    1014000 | #Constraints:      39852
728.30/730.39	c #Conflicts:    1015000 | #Constraints:      40852
728.30/730.39	c #Conflicts:    1016000 | #Constraints:      41852
728.30/730.39	c #Conflicts:    1017000 | #Constraints:      42852
728.30/730.39	c #Conflicts:    1018000 | #Constraints:      43852
728.30/730.39	c #Conflicts:    1019000 | #Constraints:      44852
728.30/730.39	c #Conflicts:    1020000 | #Constraints:      45852
728.30/730.39	c #Conflicts:    1021000 | #Constraints:      46852
728.30/730.39	c INPROCESSING
728.30/730.39	c GARBAGE COLLECT
728.30/730.39	c rational objective 1001
747.64/749.79	c #Conflicts:    1022000 | #Constraints:      27828
747.64/749.79	c #Conflicts:    1023000 | #Constraints:      28868
747.64/749.79	c #Conflicts:    1024000 | #Constraints:      29888
747.64/749.79	c #Conflicts:    1025000 | #Constraints:      30908
747.64/749.79	c #Conflicts:    1026000 | #Constraints:      31930
747.64/749.79	c #Conflicts:    1027000 | #Constraints:      32953
747.64/749.79	c #Conflicts:    1028000 | #Constraints:      33983
747.64/749.79	c #Conflicts:    1029000 | #Constraints:      35005
747.64/749.79	c #Conflicts:    1030000 | #Constraints:      36027
747.64/749.79	c #Conflicts:    1031000 | #Constraints:      37059
747.64/749.79	c #Conflicts:    1032000 | #Constraints:      38100
747.64/749.79	c #Conflicts:    1033000 | #Constraints:      39141
747.64/749.79	c #Conflicts:    1034000 | #Constraints:      40195
747.64/749.79	c #Conflicts:    1035000 | #Constraints:      41236
747.64/749.79	c #Conflicts:    1036000 | #Constraints:      42280
747.64/749.79	c #Conflicts:    1037000 | #Constraints:      43314
747.64/749.79	c #Conflicts:    1038000 | #Constraints:      44340
747.64/749.79	c #Conflicts:    1039000 | #Constraints:      45383
747.64/749.79	c #Conflicts:    1040000 | #Constraints:      46412
747.64/749.79	c #Conflicts:    1041000 | #Constraints:      47456
747.64/749.79	c INPROCESSING
747.64/749.79	c GARBAGE COLLECT
747.64/749.79	c rational objective 1001
762.50/764.68	c #Conflicts:    1042000 | #Constraints:      27868
762.50/764.68	c #Conflicts:    1043000 | #Constraints:      28868
762.50/764.68	c #Conflicts:    1044000 | #Constraints:      29868
762.50/764.68	c #Conflicts:    1045000 | #Constraints:      30868
762.50/764.68	c #Conflicts:    1046000 | #Constraints:      31868
762.50/764.68	c #Conflicts:    1047000 | #Constraints:      32868
762.50/764.68	c #Conflicts:    1048000 | #Constraints:      33868
762.50/764.68	c #Conflicts:    1049000 | #Constraints:      34868
762.50/764.68	c #Conflicts:    1050000 | #Constraints:      35868
762.50/764.68	c #Conflicts:    1051000 | #Constraints:      36868
762.50/764.68	c #Conflicts:    1052000 | #Constraints:      37868
762.50/764.68	c #Conflicts:    1053000 | #Constraints:      38868
762.50/764.68	c #Conflicts:    1054000 | #Constraints:      39868
762.50/764.68	c #Conflicts:    1055000 | #Constraints:      40868
762.50/764.68	c #Conflicts:    1056000 | #Constraints:      41868
762.50/764.68	c #Conflicts:    1057000 | #Constraints:      42868
762.50/764.68	c #Conflicts:    1058000 | #Constraints:      43868
762.50/764.68	c #Conflicts:    1059000 | #Constraints:      44868
762.50/764.68	c #Conflicts:    1060000 | #Constraints:      45868
762.50/764.68	c #Conflicts:    1061000 | #Constraints:      46868
762.50/764.68	c #Conflicts:    1062000 | #Constraints:      47868
762.50/764.68	c INPROCESSING
762.50/764.68	c GARBAGE COLLECT
762.50/764.68	c rational objective 1001
777.47/779.63	c #Conflicts:    1063000 | #Constraints:      28367
777.47/779.63	c #Conflicts:    1064000 | #Constraints:      29367
777.47/779.63	c #Conflicts:    1065000 | #Constraints:      30367
777.47/779.63	c #Conflicts:    1066000 | #Constraints:      31367
777.47/779.63	c #Conflicts:    1067000 | #Constraints:      32367
777.47/779.63	c #Conflicts:    1068000 | #Constraints:      33367
777.47/779.63	c #Conflicts:    1069000 | #Constraints:      34367
777.47/779.63	c #Conflicts:    1070000 | #Constraints:      35367
777.47/779.63	c #Conflicts:    1071000 | #Constraints:      36367
777.47/779.63	c #Conflicts:    1072000 | #Constraints:      37367
777.47/779.63	c #Conflicts:    1073000 | #Constraints:      38367
777.47/779.63	c #Conflicts:    1074000 | #Constraints:      39367
777.47/779.63	c #Conflicts:    1075000 | #Constraints:      40367
777.47/779.63	c #Conflicts:    1076000 | #Constraints:      41367
777.47/779.63	c #Conflicts:    1077000 | #Constraints:      42367
777.47/779.63	c #Conflicts:    1078000 | #Constraints:      43367
777.47/779.63	c #Conflicts:    1079000 | #Constraints:      44367
777.47/779.63	c #Conflicts:    1080000 | #Constraints:      45367
777.47/779.63	c #Conflicts:    1081000 | #Constraints:      46367
777.47/779.63	c #Conflicts:    1082000 | #Constraints:      47367
777.47/779.63	c #Conflicts:    1083000 | #Constraints:      48367
777.47/779.63	c INPROCESSING
777.47/779.63	c GARBAGE COLLECT
777.47/779.63	c rational objective 1001
801.41/803.63	c #Conflicts:    1084000 | #Constraints:      28726
801.41/803.63	c #Conflicts:    1085000 | #Constraints:      29764
801.41/803.63	c #Conflicts:    1086000 | #Constraints:      30790
801.41/803.63	c #Conflicts:    1087000 | #Constraints:      31829
801.41/803.63	c #Conflicts:    1088000 | #Constraints:      32851
801.41/803.63	c #Conflicts:    1089000 | #Constraints:      33875
801.41/803.63	c #Conflicts:    1090000 | #Constraints:      34902
801.41/803.63	c #Conflicts:    1091000 | #Constraints:      35916
801.41/803.63	c #Conflicts:    1092000 | #Constraints:      36937
801.41/803.63	c #Conflicts:    1093000 | #Constraints:      37948
801.41/803.63	c #Conflicts:    1094000 | #Constraints:      38959
801.41/803.63	c #Conflicts:    1095000 | #Constraints:      39984
801.41/803.63	c #Conflicts:    1096000 | #Constraints:      40997
801.41/803.63	c #Conflicts:    1097000 | #Constraints:      42012
801.41/803.63	c #Conflicts:    1098000 | #Constraints:      43031
801.41/803.63	c #Conflicts:    1099000 | #Constraints:      44050
801.41/803.63	c #Conflicts:    1100000 | #Constraints:      45074
801.41/803.63	c #Conflicts:    1101000 | #Constraints:      46095
801.41/803.63	c #Conflicts:    1102000 | #Constraints:      47146
801.41/803.63	c #Conflicts:    1103000 | #Constraints:      48180
801.41/803.63	c #Conflicts:    1104000 | #Constraints:      49219
801.41/803.63	c INPROCESSING
801.41/803.63	c GARBAGE COLLECT
801.41/803.63	c rational objective 1001
817.67/819.93	c #Conflicts:    1105000 | #Constraints:      29016
817.67/819.93	c #Conflicts:    1106000 | #Constraints:      30016
817.67/819.93	c #Conflicts:    1107000 | #Constraints:      31016
817.67/819.93	c #Conflicts:    1108000 | #Constraints:      32016
817.67/819.93	c #Conflicts:    1109000 | #Constraints:      33016
817.67/819.93	c #Conflicts:    1110000 | #Constraints:      34016
817.67/819.93	c #Conflicts:    1111000 | #Constraints:      35016
817.67/819.93	c #Conflicts:    1112000 | #Constraints:      36016
817.67/819.93	c #Conflicts:    1113000 | #Constraints:      37016
817.67/819.93	c #Conflicts:    1114000 | #Constraints:      38016
817.67/819.93	c #Conflicts:    1115000 | #Constraints:      39016
817.67/819.93	c #Conflicts:    1116000 | #Constraints:      40016
817.67/819.93	c #Conflicts:    1117000 | #Constraints:      41016
817.67/819.93	c #Conflicts:    1118000 | #Constraints:      42016
817.67/819.93	c #Conflicts:    1119000 | #Constraints:      43016
817.67/819.93	c #Conflicts:    1120000 | #Constraints:      44016
817.67/819.93	c #Conflicts:    1121000 | #Constraints:      45016
817.67/819.93	c #Conflicts:    1122000 | #Constraints:      46016
817.67/819.93	c #Conflicts:    1123000 | #Constraints:      47016
817.67/819.93	c #Conflicts:    1124000 | #Constraints:      48016
817.67/819.93	c #Conflicts:    1125000 | #Constraints:      49016
817.67/819.93	c INPROCESSING
817.67/819.93	c GARBAGE COLLECT
817.67/819.93	c rational objective 1001
834.72/837.06	c #Conflicts:    1126000 | #Constraints:      28916
834.72/837.06	c #Conflicts:    1127000 | #Constraints:      29916
834.72/837.06	c #Conflicts:    1128000 | #Constraints:      30916
834.72/837.06	c #Conflicts:    1129000 | #Constraints:      31916
834.72/837.06	c #Conflicts:    1130000 | #Constraints:      32916
834.72/837.06	c #Conflicts:    1131000 | #Constraints:      33916
834.72/837.06	c #Conflicts:    1132000 | #Constraints:      34916
834.72/837.06	c #Conflicts:    1133000 | #Constraints:      35916
834.72/837.06	c #Conflicts:    1134000 | #Constraints:      36916
834.72/837.06	c #Conflicts:    1135000 | #Constraints:      37916
834.72/837.06	c #Conflicts:    1136000 | #Constraints:      38916
834.72/837.06	c #Conflicts:    1137000 | #Constraints:      39916
834.72/837.06	c #Conflicts:    1138000 | #Constraints:      40916
834.72/837.06	c #Conflicts:    1139000 | #Constraints:      41916
834.72/837.06	c #Conflicts:    1140000 | #Constraints:      42916
834.72/837.06	c #Conflicts:    1141000 | #Constraints:      43916
834.72/837.06	c #Conflicts:    1142000 | #Constraints:      44916
834.72/837.06	c #Conflicts:    1143000 | #Constraints:      45916
834.72/837.06	c #Conflicts:    1144000 | #Constraints:      46916
834.72/837.06	c #Conflicts:    1145000 | #Constraints:      47916
834.72/837.06	c #Conflicts:    1146000 | #Constraints:      48916
834.72/837.06	c INPROCESSING
834.72/837.06	c GARBAGE COLLECT
834.72/837.06	c rational objective 1001
851.57/853.95	c #Conflicts:    1147000 | #Constraints:      28711
851.57/853.95	c #Conflicts:    1148000 | #Constraints:      29711
851.57/853.95	c #Conflicts:    1149000 | #Constraints:      30711
851.57/853.95	c #Conflicts:    1150000 | #Constraints:      31711
851.57/853.95	c #Conflicts:    1151000 | #Constraints:      32711
851.57/853.95	c #Conflicts:    1152000 | #Constraints:      33711
851.57/853.95	c #Conflicts:    1153000 | #Constraints:      34711
851.57/853.95	c #Conflicts:    1154000 | #Constraints:      35711
851.57/853.95	c #Conflicts:    1155000 | #Constraints:      36711
851.57/853.95	c #Conflicts:    1156000 | #Constraints:      37711
851.57/853.95	c #Conflicts:    1157000 | #Constraints:      38711
851.57/853.95	c #Conflicts:    1158000 | #Constraints:      39711
851.57/853.95	c #Conflicts:    1159000 | #Constraints:      40711
851.57/853.95	c #Conflicts:    1160000 | #Constraints:      41711
851.57/853.95	c #Conflicts:    1161000 | #Constraints:      42711
851.57/853.95	c #Conflicts:    1162000 | #Constraints:      43711
851.57/853.95	c #Conflicts:    1163000 | #Constraints:      44711
851.57/853.95	c #Conflicts:    1164000 | #Constraints:      45711
851.57/853.95	c #Conflicts:    1165000 | #Constraints:      46711
851.57/853.95	c #Conflicts:    1166000 | #Constraints:      47711
851.57/853.95	c #Conflicts:    1167000 | #Constraints:      48711
851.57/853.95	c #Conflicts:    1168000 | #Constraints:      49711
851.57/853.95	c INPROCESSING
851.57/853.95	c GARBAGE COLLECT
851.57/853.95	c rational objective 1001
872.02/874.49	c #Conflicts:    1169000 | #Constraints:      29272
872.02/874.49	c #Conflicts:    1170000 | #Constraints:      30297
872.02/874.49	c #Conflicts:    1171000 | #Constraints:      31306
872.02/874.49	c #Conflicts:    1172000 | #Constraints:      32350
872.02/874.49	c #Conflicts:    1173000 | #Constraints:      33397
872.02/874.49	c #Conflicts:    1174000 | #Constraints:      34435
872.02/874.49	c #Conflicts:    1175000 | #Constraints:      35461
872.02/874.49	c #Conflicts:    1176000 | #Constraints:      36488
872.02/874.49	c #Conflicts:    1177000 | #Constraints:      37504
872.02/874.49	c #Conflicts:    1178000 | #Constraints:      38525
872.02/874.49	c #Conflicts:    1179000 | #Constraints:      39548
872.02/874.49	c #Conflicts:    1180000 | #Constraints:      40575
872.02/874.49	c #Conflicts:    1181000 | #Constraints:      41600
872.02/874.49	c #Conflicts:    1182000 | #Constraints:      42623
872.02/874.49	c #Conflicts:    1183000 | #Constraints:      43645
872.02/874.49	c #Conflicts:    1184000 | #Constraints:      44667
872.02/874.49	c #Conflicts:    1185000 | #Constraints:      45707
872.02/874.49	c #Conflicts:    1186000 | #Constraints:      46730
872.02/874.49	c #Conflicts:    1187000 | #Constraints:      47748
872.02/874.49	c #Conflicts:    1188000 | #Constraints:      48759
872.02/874.49	c #Conflicts:    1189000 | #Constraints:      49779
872.02/874.49	c #Conflicts:    1190000 | #Constraints:      50791
872.02/874.49	c INPROCESSING
872.02/874.49	c GARBAGE COLLECT
872.02/874.49	c rational objective 1001
890.07/892.54	c #Conflicts:    1191000 | #Constraints:      29838
890.07/892.54	c #Conflicts:    1192000 | #Constraints:      30838
890.07/892.54	c #Conflicts:    1193000 | #Constraints:      31838
890.07/892.54	c #Conflicts:    1194000 | #Constraints:      32838
890.07/892.54	c #Conflicts:    1195000 | #Constraints:      33838
890.07/892.54	c #Conflicts:    1196000 | #Constraints:      34838
890.07/892.54	c #Conflicts:    1197000 | #Constraints:      35838
890.07/892.54	c #Conflicts:    1198000 | #Constraints:      36838
890.07/892.54	c #Conflicts:    1199000 | #Constraints:      37838
890.07/892.54	c #Conflicts:    1200000 | #Constraints:      38838
890.07/892.54	c #Conflicts:    1201000 | #Constraints:      39838
890.07/892.54	c #Conflicts:    1202000 | #Constraints:      40838
890.07/892.54	c #Conflicts:    1203000 | #Constraints:      41838
890.07/892.54	c #Conflicts:    1204000 | #Constraints:      42838
890.07/892.54	c #Conflicts:    1205000 | #Constraints:      43838
890.07/892.54	c #Conflicts:    1206000 | #Constraints:      44838
890.07/892.54	c #Conflicts:    1207000 | #Constraints:      45838
890.07/892.54	c #Conflicts:    1208000 | #Constraints:      46838
890.07/892.54	c #Conflicts:    1209000 | #Constraints:      47838
890.07/892.54	c #Conflicts:    1210000 | #Constraints:      48838
890.07/892.54	c #Conflicts:    1211000 | #Constraints:      49838
890.07/892.54	c #Conflicts:    1212000 | #Constraints:      50838
890.07/892.54	c INPROCESSING
890.07/892.54	c GARBAGE COLLECT
890.07/892.54	c rational objective 1001
908.22/910.72	c #Conflicts:    1213000 | #Constraints:      29954
908.22/910.72	c #Conflicts:    1214000 | #Constraints:      30954
908.22/910.72	c #Conflicts:    1215000 | #Constraints:      31954
908.22/910.72	c #Conflicts:    1216000 | #Constraints:      32954
908.22/910.72	c #Conflicts:    1217000 | #Constraints:      33954
908.22/910.72	c #Conflicts:    1218000 | #Constraints:      34954
908.22/910.72	c #Conflicts:    1219000 | #Constraints:      35954
908.22/910.72	c #Conflicts:    1220000 | #Constraints:      36954
908.22/910.72	c #Conflicts:    1221000 | #Constraints:      37954
908.22/910.72	c #Conflicts:    1222000 | #Constraints:      38954
908.22/910.72	c #Conflicts:    1223000 | #Constraints:      39954
908.22/910.72	c #Conflicts:    1224000 | #Constraints:      40954
908.22/910.72	c #Conflicts:    1225000 | #Constraints:      41954
908.22/910.72	c #Conflicts:    1226000 | #Constraints:      42954
908.22/910.72	c #Conflicts:    1227000 | #Constraints:      43954
908.22/910.72	c #Conflicts:    1228000 | #Constraints:      44954
908.22/910.72	c #Conflicts:    1229000 | #Constraints:      45954
908.22/910.72	c #Conflicts:    1230000 | #Constraints:      46954
908.22/910.72	c #Conflicts:    1231000 | #Constraints:      47954
908.22/910.72	c #Conflicts:    1232000 | #Constraints:      48954
908.22/910.72	c #Conflicts:    1233000 | #Constraints:      49954
908.22/910.72	c #Conflicts:    1234000 | #Constraints:      50954
908.22/910.72	c INPROCESSING
908.22/910.72	c GARBAGE COLLECT
908.22/910.72	c rational objective 1001
929.27/931.83	c #Conflicts:    1235000 | #Constraints:      29895
929.27/931.83	c #Conflicts:    1236000 | #Constraints:      30919
929.27/931.83	c #Conflicts:    1237000 | #Constraints:      31979
929.27/931.83	c #Conflicts:    1238000 | #Constraints:      33034
929.27/931.83	c #Conflicts:    1239000 | #Constraints:      34066
929.27/931.83	c #Conflicts:    1240000 | #Constraints:      35091
929.27/931.83	c #Conflicts:    1241000 | #Constraints:      36124
929.27/931.83	c #Conflicts:    1242000 | #Constraints:      37155
929.27/931.83	c #Conflicts:    1243000 | #Constraints:      38190
929.27/931.83	c #Conflicts:    1244000 | #Constraints:      39225
929.27/931.83	c #Conflicts:    1245000 | #Constraints:      40249
929.27/931.83	c #Conflicts:    1246000 | #Constraints:      41278
929.27/931.83	c #Conflicts:    1247000 | #Constraints:      42312
929.27/931.83	c #Conflicts:    1248000 | #Constraints:      43330
929.27/931.83	c #Conflicts:    1249000 | #Constraints:      44345
929.27/931.83	c #Conflicts:    1250000 | #Constraints:      45381
929.27/931.83	c #Conflicts:    1251000 | #Constraints:      46410
929.27/931.83	c #Conflicts:    1252000 | #Constraints:      47445
929.27/931.83	c #Conflicts:    1253000 | #Constraints:      48473
929.27/931.83	c #Conflicts:    1254000 | #Constraints:      49504
929.27/931.83	c #Conflicts:    1255000 | #Constraints:      50518
929.27/931.83	c #Conflicts:    1256000 | #Constraints:      51536
929.27/931.83	c INPROCESSING
929.27/931.83	c GARBAGE COLLECT
929.27/931.83	c rational objective 1001
948.92/951.51	c #Conflicts:    1257000 | #Constraints:      29913
948.92/951.51	c #Conflicts:    1258000 | #Constraints:      30913
948.92/951.51	c #Conflicts:    1259000 | #Constraints:      31913
948.92/951.51	c #Conflicts:    1260000 | #Constraints:      32913
948.92/951.51	c #Conflicts:    1261000 | #Constraints:      33913
948.92/951.51	c #Conflicts:    1262000 | #Constraints:      34913
948.92/951.51	c #Conflicts:    1263000 | #Constraints:      35913
948.92/951.51	c #Conflicts:    1264000 | #Constraints:      36913
948.92/951.51	c #Conflicts:    1265000 | #Constraints:      37913
948.92/951.51	c #Conflicts:    1266000 | #Constraints:      38913
948.92/951.51	c #Conflicts:    1267000 | #Constraints:      39913
948.92/951.51	c #Conflicts:    1268000 | #Constraints:      40913
948.92/951.51	c #Conflicts:    1269000 | #Constraints:      41913
948.92/951.51	c #Conflicts:    1270000 | #Constraints:      42913
948.92/951.51	c #Conflicts:    1271000 | #Constraints:      43913
948.92/951.51	c #Conflicts:    1272000 | #Constraints:      44913
948.92/951.51	c #Conflicts:    1273000 | #Constraints:      45913
948.92/951.51	c #Conflicts:    1274000 | #Constraints:      46913
948.92/951.51	c #Conflicts:    1275000 | #Constraints:      47913
948.92/951.51	c #Conflicts:    1276000 | #Constraints:      48913
948.92/951.51	c #Conflicts:    1277000 | #Constraints:      49913
948.92/951.51	c #Conflicts:    1278000 | #Constraints:      50913
948.92/951.51	c #Conflicts:    1279000 | #Constraints:      51913
948.92/951.51	c INPROCESSING
948.92/951.51	c GARBAGE COLLECT
948.92/951.51	c rational objective 1001
967.67/970.37	c #Conflicts:    1280000 | #Constraints:      30395
967.67/970.37	c #Conflicts:    1281000 | #Constraints:      31395
967.67/970.37	c #Conflicts:    1282000 | #Constraints:      32395
967.67/970.37	c #Conflicts:    1283000 | #Constraints:      33395
967.67/970.37	c #Conflicts:    1284000 | #Constraints:      34395
967.67/970.37	c #Conflicts:    1285000 | #Constraints:      35395
967.67/970.37	c #Conflicts:    1286000 | #Constraints:      36395
967.67/970.37	c #Conflicts:    1287000 | #Constraints:      37395
967.67/970.37	c #Conflicts:    1288000 | #Constraints:      38395
967.67/970.37	c #Conflicts:    1289000 | #Constraints:      39395
967.67/970.37	c #Conflicts:    1290000 | #Constraints:      40395
967.67/970.37	c #Conflicts:    1291000 | #Constraints:      41395
967.67/970.37	c #Conflicts:    1292000 | #Constraints:      42395
967.67/970.37	c #Conflicts:    1293000 | #Constraints:      43395
967.67/970.37	c #Conflicts:    1294000 | #Constraints:      44395
967.67/970.37	c #Conflicts:    1295000 | #Constraints:      45395
967.67/970.37	c #Conflicts:    1296000 | #Constraints:      46395
967.67/970.37	c #Conflicts:    1297000 | #Constraints:      47395
967.67/970.37	c #Conflicts:    1298000 | #Constraints:      48395
967.67/970.37	c #Conflicts:    1299000 | #Constraints:      49395
967.67/970.37	c #Conflicts:    1300000 | #Constraints:      50395
967.67/970.37	c #Conflicts:    1301000 | #Constraints:      51395
967.67/970.37	c #Conflicts:    1302000 | #Constraints:      52395
967.67/970.37	c INPROCESSING
967.67/970.37	c GARBAGE COLLECT
967.67/970.37	c rational objective 1001
986.63/989.31	c #Conflicts:    1303000 | #Constraints:      30761
986.63/989.31	c #Conflicts:    1304000 | #Constraints:      31846
986.63/989.31	c #Conflicts:    1305000 | #Constraints:      32919
986.63/989.31	c #Conflicts:    1306000 | #Constraints:      33980
986.63/989.31	c #Conflicts:    1307000 | #Constraints:      35029
986.63/989.31	c #Conflicts:    1308000 | #Constraints:      36067
986.63/989.31	c #Conflicts:    1309000 | #Constraints:      37109
986.63/989.31	c #Conflicts:    1310000 | #Constraints:      38151
986.63/989.31	c #Conflicts:    1311000 | #Constraints:      39181
986.63/989.31	c #Conflicts:    1312000 | #Constraints:      40213
986.63/989.31	c #Conflicts:    1313000 | #Constraints:      41242
986.63/989.31	c #Conflicts:    1314000 | #Constraints:      42278
986.63/989.31	c #Conflicts:    1315000 | #Constraints:      43302
986.63/989.31	c #Conflicts:    1316000 | #Constraints:      44347
986.63/989.31	c #Conflicts:    1317000 | #Constraints:      45403
986.63/989.31	c #Conflicts:    1318000 | #Constraints:      46438
986.63/989.31	c #Conflicts:    1319000 | #Constraints:      47474
986.63/989.31	c #Conflicts:    1320000 | #Constraints:      48506
986.63/989.31	c #Conflicts:    1321000 | #Constraints:      49531
986.63/989.31	c #Conflicts:    1322000 | #Constraints:      50576
986.63/989.31	c #Conflicts:    1323000 | #Constraints:      51605
986.63/989.31	c #Conflicts:    1324000 | #Constraints:      52628
986.63/989.31	c #Conflicts:    1325000 | #Constraints:      53652
986.63/989.31	c INPROCESSING
986.63/989.31	c GARBAGE COLLECT
986.63/989.31	c rational objective 1001
1005.38/1008.19	c #Conflicts:    1326000 | #Constraints:      31207
1005.38/1008.19	c #Conflicts:    1327000 | #Constraints:      32207
1005.38/1008.19	c #Conflicts:    1328000 | #Constraints:      33207
1005.38/1008.19	c #Conflicts:    1329000 | #Constraints:      34207
1005.38/1008.19	c #Conflicts:    1330000 | #Constraints:      35207
1005.38/1008.19	c #Conflicts:    1331000 | #Constraints:      36207
1005.38/1008.19	c #Conflicts:    1332000 | #Constraints:      37207
1005.38/1008.19	c #Conflicts:    1333000 | #Constraints:      38207
1005.38/1008.19	c #Conflicts:    1334000 | #Constraints:      39207
1005.38/1008.19	c #Conflicts:    1335000 | #Constraints:      40207
1005.38/1008.19	c #Conflicts:    1336000 | #Constraints:      41207
1005.38/1008.19	c #Conflicts:    1337000 | #Constraints:      42207
1005.38/1008.19	c #Conflicts:    1338000 | #Constraints:      43207
1005.38/1008.19	c #Conflicts:    1339000 | #Constraints:      44208
1005.38/1008.19	c #Conflicts:    1340000 | #Constraints:      45208
1005.38/1008.19	c #Conflicts:    1341000 | #Constraints:      46208
1005.38/1008.19	c #Conflicts:    1342000 | #Constraints:      47208
1005.38/1008.19	c #Conflicts:    1343000 | #Constraints:      48209
1005.38/1008.19	c #Conflicts:    1344000 | #Constraints:      49210
1005.38/1008.19	c #Conflicts:    1345000 | #Constraints:      50210
1005.38/1008.19	c #Conflicts:    1346000 | #Constraints:      51210
1005.38/1008.19	c #Conflicts:    1347000 | #Constraints:      52210
1005.38/1008.19	c #Conflicts:    1348000 | #Constraints:      53211
1005.38/1008.19	c INPROCESSING
1005.38/1008.19	c GARBAGE COLLECT
1005.38/1008.19	c rational objective 1001
1033.00/1035.83	c #Conflicts:    1349000 | #Constraints:      31055
1033.00/1035.83	c #Conflicts:    1350000 | #Constraints:      32061
1033.00/1035.83	c #Conflicts:    1351000 | #Constraints:      33096
1033.00/1035.83	c #Conflicts:    1352000 | #Constraints:      34119
1033.00/1035.83	c #Conflicts:    1353000 | #Constraints:      35137
1033.00/1035.83	c #Conflicts:    1354000 | #Constraints:      36158
1033.00/1035.83	c #Conflicts:    1355000 | #Constraints:      37194
1033.00/1035.83	c #Conflicts:    1356000 | #Constraints:      38221
1033.00/1035.83	c #Conflicts:    1357000 | #Constraints:      39246
1033.00/1035.83	c #Conflicts:    1358000 | #Constraints:      40266
1033.00/1035.83	c #Conflicts:    1359000 | #Constraints:      41295
1033.00/1035.83	c #Conflicts:    1360000 | #Constraints:      42323
1033.00/1035.83	c #Conflicts:    1361000 | #Constraints:      43351
1033.00/1035.83	c #Conflicts:    1362000 | #Constraints:      44378
1033.00/1035.83	c #Conflicts:    1363000 | #Constraints:      45390
1033.00/1035.83	c #Conflicts:    1364000 | #Constraints:      46415
1033.00/1035.83	c #Conflicts:    1365000 | #Constraints:      47453
1033.00/1035.83	c #Conflicts:    1366000 | #Constraints:      48488
1033.00/1035.83	c #Conflicts:    1367000 | #Constraints:      49528
1033.00/1035.83	c #Conflicts:    1368000 | #Constraints:      50568
1033.00/1035.83	c #Conflicts:    1369000 | #Constraints:      51603
1033.00/1035.83	c #Conflicts:    1370000 | #Constraints:      52632
1033.00/1035.83	c #Conflicts:    1371000 | #Constraints:      53671
1033.00/1035.83	c INPROCESSING
1033.00/1035.83	c GARBAGE COLLECT
1033.00/1035.83	c rational objective 1001
1053.95/1056.88	c #Conflicts:    1372000 | #Constraints:      30957
1053.95/1056.88	c #Conflicts:    1373000 | #Constraints:      31957
1053.95/1056.88	c #Conflicts:    1374000 | #Constraints:      32957
1053.95/1056.88	c #Conflicts:    1375000 | #Constraints:      33957
1053.95/1056.88	c #Conflicts:    1376000 | #Constraints:      34957
1053.95/1056.88	c #Conflicts:    1377000 | #Constraints:      35957
1053.95/1056.88	c #Conflicts:    1378000 | #Constraints:      36957
1053.95/1056.88	c #Conflicts:    1379000 | #Constraints:      37957
1053.95/1056.88	c #Conflicts:    1380000 | #Constraints:      38957
1053.95/1056.88	c #Conflicts:    1381000 | #Constraints:      39957
1053.95/1056.88	c #Conflicts:    1382000 | #Constraints:      40957
1053.95/1056.88	c #Conflicts:    1383000 | #Constraints:      41957
1053.95/1056.88	c #Conflicts:    1384000 | #Constraints:      42958
1053.95/1056.88	c #Conflicts:    1385000 | #Constraints:      43959
1053.95/1056.88	c #Conflicts:    1386000 | #Constraints:      44959
1053.95/1056.88	c #Conflicts:    1387000 | #Constraints:      45959
1053.95/1056.88	c #Conflicts:    1388000 | #Constraints:      46960
1053.95/1056.88	c #Conflicts:    1389000 | #Constraints:      47960
1053.95/1056.88	c #Conflicts:    1390000 | #Constraints:      48961
1053.95/1056.88	c #Conflicts:    1391000 | #Constraints:      49961
1053.95/1056.88	c #Conflicts:    1392000 | #Constraints:      50961
1053.95/1056.88	c #Conflicts:    1393000 | #Constraints:      51961
1053.95/1056.88	c #Conflicts:    1394000 | #Constraints:      52962
1053.95/1056.88	c #Conflicts:    1395000 | #Constraints:      53963
1053.95/1056.88	c INPROCESSING
1053.95/1056.88	c GARBAGE COLLECT
1053.95/1056.88	c rational objective 1001
1072.40/1075.31	c #Conflicts:    1396000 | #Constraints:      31425
1072.40/1075.31	c #Conflicts:    1397000 | #Constraints:      32425
1072.40/1075.31	c #Conflicts:    1398000 | #Constraints:      33425
1072.40/1075.31	c #Conflicts:    1399000 | #Constraints:      34425
1072.40/1075.31	c #Conflicts:    1400000 | #Constraints:      35425
1072.40/1075.31	c #Conflicts:    1401000 | #Constraints:      36425
1072.40/1075.31	c #Conflicts:    1402000 | #Constraints:      37425
1072.40/1075.31	c #Conflicts:    1403000 | #Constraints:      38425
1072.40/1075.31	c #Conflicts:    1404000 | #Constraints:      39425
1072.40/1075.31	c #Conflicts:    1405000 | #Constraints:      40425
1072.40/1075.31	c #Conflicts:    1406000 | #Constraints:      41425
1072.40/1075.31	c #Conflicts:    1407000 | #Constraints:      42425
1072.40/1075.31	c #Conflicts:    1408000 | #Constraints:      43425
1072.40/1075.31	c #Conflicts:    1409000 | #Constraints:      44425
1072.40/1075.31	c #Conflicts:    1410000 | #Constraints:      45425
1072.40/1075.31	c #Conflicts:    1411000 | #Constraints:      46425
1072.40/1075.31	c #Conflicts:    1412000 | #Constraints:      47425
1072.40/1075.31	c #Conflicts:    1413000 | #Constraints:      48425
1072.40/1075.31	c #Conflicts:    1414000 | #Constraints:      49425
1072.40/1075.31	c #Conflicts:    1415000 | #Constraints:      50425
1072.40/1075.31	c #Conflicts:    1416000 | #Constraints:      51425
1072.40/1075.31	c #Conflicts:    1417000 | #Constraints:      52425
1072.40/1075.31	c #Conflicts:    1418000 | #Constraints:      53425
1072.40/1075.31	c #Conflicts:    1419000 | #Constraints:      54425
1072.40/1075.31	c INPROCESSING
1072.40/1075.31	c GARBAGE COLLECT
1072.40/1075.31	c rational objective 1001
1093.15/1096.19	c #Conflicts:    1420000 | #Constraints:      31774
1093.15/1096.19	c #Conflicts:    1421000 | #Constraints:      32774
1093.15/1096.19	c #Conflicts:    1422000 | #Constraints:      33774
1093.15/1096.19	c #Conflicts:    1423000 | #Constraints:      34774
1093.15/1096.19	c #Conflicts:    1424000 | #Constraints:      35774
1093.15/1096.19	c #Conflicts:    1425000 | #Constraints:      36774
1093.15/1096.19	c #Conflicts:    1426000 | #Constraints:      37774
1093.15/1096.19	c #Conflicts:    1427000 | #Constraints:      38774
1093.15/1096.19	c #Conflicts:    1428000 | #Constraints:      39774
1093.15/1096.19	c #Conflicts:    1429000 | #Constraints:      40775
1093.15/1096.19	c #Conflicts:    1430000 | #Constraints:      41775
1093.15/1096.19	c #Conflicts:    1431000 | #Constraints:      42775
1093.15/1096.19	c #Conflicts:    1432000 | #Constraints:      43775
1093.15/1096.19	c #Conflicts:    1433000 | #Constraints:      44776
1093.15/1096.19	c #Conflicts:    1434000 | #Constraints:      45776
1093.15/1096.19	c #Conflicts:    1435000 | #Constraints:      46778
1093.15/1096.19	c #Conflicts:    1436000 | #Constraints:      47779
1093.15/1096.19	c #Conflicts:    1437000 | #Constraints:      48779
1093.15/1096.19	c #Conflicts:    1438000 | #Constraints:      49779
1093.15/1096.19	c #Conflicts:    1439000 | #Constraints:      50780
1093.15/1096.19	c #Conflicts:    1440000 | #Constraints:      51781
1093.15/1096.19	c #Conflicts:    1441000 | #Constraints:      52781
1093.15/1096.19	c #Conflicts:    1442000 | #Constraints:      53782
1093.15/1096.19	c #Conflicts:    1443000 | #Constraints:      54783
1093.15/1096.19	c INPROCESSING
1093.15/1096.19	c GARBAGE COLLECT
1093.15/1096.19	c rational objective 1001
1119.28/1122.35	c #Conflicts:    1444000 | #Constraints:      31955
1119.28/1122.35	c #Conflicts:    1445000 | #Constraints:      33001
1119.28/1122.35	c #Conflicts:    1446000 | #Constraints:      34097
1119.28/1122.35	c #Conflicts:    1447000 | #Constraints:      35156
1119.28/1122.35	c #Conflicts:    1448000 | #Constraints:      36213
1119.28/1122.35	c #Conflicts:    1449000 | #Constraints:      37264
1119.28/1122.35	c #Conflicts:    1450000 | #Constraints:      38315
1119.28/1122.35	c #Conflicts:    1451000 | #Constraints:      39356
1119.28/1122.35	c #Conflicts:    1452000 | #Constraints:      40389
1119.28/1122.35	c #Conflicts:    1453000 | #Constraints:      41426
1119.28/1122.35	c #Conflicts:    1454000 | #Constraints:      42484
1119.28/1122.35	c #Conflicts:    1455000 | #Constraints:      43513
1119.28/1122.35	c #Conflicts:    1456000 | #Constraints:      44535
1119.28/1122.35	c #Conflicts:    1457000 | #Constraints:      45568
1119.28/1122.35	c #Conflicts:    1458000 | #Constraints:      46586
1119.28/1122.35	c #Conflicts:    1459000 | #Constraints:      47618
1119.28/1122.35	c #Conflicts:    1460000 | #Constraints:      48651
1119.28/1122.35	c #Conflicts:    1461000 | #Constraints:      49676
1119.28/1122.35	c #Conflicts:    1462000 | #Constraints:      50720
1119.28/1122.35	c #Conflicts:    1463000 | #Constraints:      51751
1119.28/1122.36	c #Conflicts:    1464000 | #Constraints:      52793
1119.28/1122.36	c #Conflicts:    1465000 | #Constraints:      53815
1119.28/1122.36	c #Conflicts:    1466000 | #Constraints:      54845
1119.28/1122.36	c #Conflicts:    1467000 | #Constraints:      55889
1119.28/1122.36	c INPROCESSING
1119.28/1122.36	c GARBAGE COLLECT
1119.28/1122.36	c rational objective 1001
1142.72/1145.86	c #Conflicts:    1468000 | #Constraints:      32261
1142.72/1145.86	c #Conflicts:    1469000 | #Constraints:      33261
1142.72/1145.86	c #Conflicts:    1470000 | #Constraints:      34261
1142.72/1145.86	c #Conflicts:    1471000 | #Constraints:      35261
1142.72/1145.86	c #Conflicts:    1472000 | #Constraints:      36261
1142.72/1145.86	c #Conflicts:    1473000 | #Constraints:      37261
1142.72/1145.86	c #Conflicts:    1474000 | #Constraints:      38261
1142.72/1145.86	c #Conflicts:    1475000 | #Constraints:      39261
1142.72/1145.86	c #Conflicts:    1476000 | #Constraints:      40261
1142.72/1145.86	c #Conflicts:    1477000 | #Constraints:      41261
1142.72/1145.86	c #Conflicts:    1478000 | #Constraints:      42261
1142.72/1145.86	c #Conflicts:    1479000 | #Constraints:      43261
1142.72/1145.86	c #Conflicts:    1480000 | #Constraints:      44261
1142.72/1145.86	c #Conflicts:    1481000 | #Constraints:      45261
1142.72/1145.86	c #Conflicts:    1482000 | #Constraints:      46261
1142.72/1145.86	c #Conflicts:    1483000 | #Constraints:      47261
1142.72/1145.86	c #Conflicts:    1484000 | #Constraints:      48261
1142.72/1145.86	c #Conflicts:    1485000 | #Constraints:      49261
1142.72/1145.86	c #Conflicts:    1486000 | #Constraints:      50261
1142.72/1145.86	c #Conflicts:    1487000 | #Constraints:      51261
1142.72/1145.86	c #Conflicts:    1488000 | #Constraints:      52261
1142.72/1145.86	c #Conflicts:    1489000 | #Constraints:      53261
1142.72/1145.86	c #Conflicts:    1490000 | #Constraints:      54261
1142.72/1145.86	c #Conflicts:    1491000 | #Constraints:      55261
1142.72/1145.86	c INPROCESSING
1142.72/1145.86	c GARBAGE COLLECT
1142.72/1145.86	c rational objective 1001
1164.26/1167.42	c #Conflicts:    1492000 | #Constraints:      31866
1164.26/1167.42	c #Conflicts:    1493000 | #Constraints:      32866
1164.26/1167.42	c #Conflicts:    1494000 | #Constraints:      33866
1164.26/1167.42	c #Conflicts:    1495000 | #Constraints:      34866
1164.26/1167.42	c #Conflicts:    1496000 | #Constraints:      35866
1164.26/1167.42	c #Conflicts:    1497000 | #Constraints:      36866
1164.26/1167.42	c #Conflicts:    1498000 | #Constraints:      37866
1164.26/1167.42	c #Conflicts:    1499000 | #Constraints:      38866
1164.26/1167.42	c #Conflicts:    1500000 | #Constraints:      39866
1164.26/1167.42	c #Conflicts:    1501000 | #Constraints:      40866
1164.26/1167.42	c #Conflicts:    1502000 | #Constraints:      41866
1164.26/1167.42	c #Conflicts:    1503000 | #Constraints:      42866
1164.26/1167.42	c #Conflicts:    1504000 | #Constraints:      43866
1164.26/1167.42	c #Conflicts:    1505000 | #Constraints:      44866
1164.26/1167.42	c #Conflicts:    1506000 | #Constraints:      45866
1164.26/1167.42	c #Conflicts:    1507000 | #Constraints:      46866
1164.26/1167.42	c #Conflicts:    1508000 | #Constraints:      47866
1164.26/1167.42	c #Conflicts:    1509000 | #Constraints:      48866
1164.26/1167.42	c #Conflicts:    1510000 | #Constraints:      49866
1164.26/1167.42	c #Conflicts:    1511000 | #Constraints:      50866
1164.26/1167.42	c #Conflicts:    1512000 | #Constraints:      51867
1164.26/1167.42	c #Conflicts:    1513000 | #Constraints:      52867
1164.26/1167.42	c #Conflicts:    1514000 | #Constraints:      53868
1164.26/1167.42	c #Conflicts:    1515000 | #Constraints:      54868
1164.26/1167.42	c #Conflicts:    1516000 | #Constraints:      55868
1164.26/1167.42	c INPROCESSING
1164.26/1167.42	c GARBAGE COLLECT
1164.26/1167.42	c rational objective 1001
1195.58/1198.84	c #Conflicts:    1517000 | #Constraints:      32367
1195.58/1198.84	c #Conflicts:    1518000 | #Constraints:      33403
1195.58/1198.84	c #Conflicts:    1519000 | #Constraints:      34474
1195.58/1198.84	c #Conflicts:    1520000 | #Constraints:      35532
1195.58/1198.84	c #Conflicts:    1521000 | #Constraints:      36586
1195.58/1198.84	c #Conflicts:    1522000 | #Constraints:      37648
1195.58/1198.84	c #Conflicts:    1523000 | #Constraints:      38700
1195.58/1198.84	c #Conflicts:    1524000 | #Constraints:      39727
1195.58/1198.84	c #Conflicts:    1525000 | #Constraints:      40760
1195.58/1198.84	c #Conflicts:    1526000 | #Constraints:      41801
1195.58/1198.84	c #Conflicts:    1527000 | #Constraints:      42832
1195.58/1198.84	c #Conflicts:    1528000 | #Constraints:      43856
1195.58/1198.84	c #Conflicts:    1529000 | #Constraints:      44872
1195.58/1198.84	c #Conflicts:    1530000 | #Constraints:      45901
1195.58/1198.84	c #Conflicts:    1531000 | #Constraints:      46925
1195.58/1198.84	c #Conflicts:    1532000 | #Constraints:      47957
1195.58/1198.84	c #Conflicts:    1533000 | #Constraints:      48978
1195.58/1198.84	c #Conflicts:    1534000 | #Constraints:      50022
1195.58/1198.84	c #Conflicts:    1535000 | #Constraints:      51048
1195.58/1198.84	c #Conflicts:    1536000 | #Constraints:      52061
1195.58/1198.84	c #Conflicts:    1537000 | #Constraints:      53082
1195.58/1198.84	c #Conflicts:    1538000 | #Constraints:      54120
1195.58/1198.84	c #Conflicts:    1539000 | #Constraints:      55151
1195.58/1198.84	c #Conflicts:    1540000 | #Constraints:      56177
1195.58/1198.84	c #Conflicts:    1541000 | #Constraints:      57205
1195.58/1198.84	c INPROCESSING
1195.58/1198.84	c GARBAGE COLLECT
1195.58/1198.84	c rational objective 1001
1217.73/1221.03	c #Conflicts:    1542000 | #Constraints:      33015
1217.73/1221.03	c #Conflicts:    1543000 | #Constraints:      34015
1217.73/1221.03	c #Conflicts:    1544000 | #Constraints:      35015
1217.73/1221.03	c #Conflicts:    1545000 | #Constraints:      36015
1217.73/1221.03	c #Conflicts:    1546000 | #Constraints:      37015
1217.73/1221.03	c #Conflicts:    1547000 | #Constraints:      38015
1217.73/1221.03	c #Conflicts:    1548000 | #Constraints:      39015
1217.73/1221.03	c #Conflicts:    1549000 | #Constraints:      40015
1217.73/1221.03	c #Conflicts:    1550000 | #Constraints:      41015
1217.73/1221.03	c #Conflicts:    1551000 | #Constraints:      42015
1217.73/1221.03	c #Conflicts:    1552000 | #Constraints:      43015
1217.73/1221.03	c #Conflicts:    1553000 | #Constraints:      44015
1217.73/1221.03	c #Conflicts:    1554000 | #Constraints:      45015
1217.73/1221.03	c #Conflicts:    1555000 | #Constraints:      46015
1217.73/1221.03	c #Conflicts:    1556000 | #Constraints:      47015
1217.73/1221.03	c #Conflicts:    1557000 | #Constraints:      48015
1217.73/1221.03	c #Conflicts:    1558000 | #Constraints:      49015
1217.73/1221.03	c #Conflicts:    1559000 | #Constraints:      50015
1217.73/1221.03	c #Conflicts:    1560000 | #Constraints:      51015
1217.73/1221.03	c #Conflicts:    1561000 | #Constraints:      52015
1217.73/1221.03	c #Conflicts:    1562000 | #Constraints:      53015
1217.73/1221.03	c #Conflicts:    1563000 | #Constraints:      54015
1217.73/1221.03	c #Conflicts:    1564000 | #Constraints:      55015
1217.73/1221.03	c #Conflicts:    1565000 | #Constraints:      56015
1217.73/1221.03	c #Conflicts:    1566000 | #Constraints:      57015
1217.73/1221.03	c INPROCESSING
1217.73/1221.03	c GARBAGE COLLECT
1217.73/1221.03	c rational objective 1001
1232.49/1235.82	c #Conflicts:    1567000 | #Constraints:      33053
1232.49/1235.82	c #Conflicts:    1568000 | #Constraints:      34053
1232.49/1235.82	c #Conflicts:    1569000 | #Constraints:      35053
1232.49/1235.82	c #Conflicts:    1570000 | #Constraints:      36053
1232.49/1235.82	c #Conflicts:    1571000 | #Constraints:      37053
1232.49/1235.82	c #Conflicts:    1572000 | #Constraints:      38053
1232.49/1235.82	c #Conflicts:    1573000 | #Constraints:      39053
1232.49/1235.82	c #Conflicts:    1574000 | #Constraints:      40053
1232.49/1235.82	c #Conflicts:    1575000 | #Constraints:      41053
1232.49/1235.82	c #Conflicts:    1576000 | #Constraints:      42053
1232.49/1235.82	c #Conflicts:    1577000 | #Constraints:      43053
1232.49/1235.82	c #Conflicts:    1578000 | #Constraints:      44053
1232.49/1235.82	c #Conflicts:    1579000 | #Constraints:      45053
1232.49/1235.82	c #Conflicts:    1580000 | #Constraints:      46053
1232.49/1235.82	c #Conflicts:    1581000 | #Constraints:      47053
1232.49/1235.82	c #Conflicts:    1582000 | #Constraints:      48053
1232.49/1235.82	c #Conflicts:    1583000 | #Constraints:      49053
1232.49/1235.82	c #Conflicts:    1584000 | #Constraints:      50053
1232.49/1235.82	c bounds 1040 >= 1002 @ 1219.6
1239.38/1242.71	c #Conflicts:    1585000 | #Constraints:      51114
1239.38/1242.71	c #Conflicts:    1586000 | #Constraints:      52136
1239.38/1242.71	c #Conflicts:    1587000 | #Constraints:      53150
1239.38/1242.71	c #Conflicts:    1588000 | #Constraints:      54169
1239.38/1242.71	c #Conflicts:    1589000 | #Constraints:      55178
1239.38/1242.71	c #Conflicts:    1590000 | #Constraints:      56191
1239.38/1242.71	c #Conflicts:    1591000 | #Constraints:      57193
1239.38/1242.71	c INPROCESSING
1239.38/1242.71	c GARBAGE COLLECT
1239.38/1242.71	c rational objective 1002
1262.72/1266.12	c #Conflicts:    1592000 | #Constraints:      32962
1262.72/1266.12	c #Conflicts:    1593000 | #Constraints:      33962
1262.72/1266.12	c #Conflicts:    1594000 | #Constraints:      34962
1262.72/1266.12	c #Conflicts:    1595000 | #Constraints:      35962
1262.72/1266.12	c #Conflicts:    1596000 | #Constraints:      36962
1262.72/1266.12	c #Conflicts:    1597000 | #Constraints:      37962
1262.72/1266.12	c #Conflicts:    1598000 | #Constraints:      38962
1262.72/1266.12	c #Conflicts:    1599000 | #Constraints:      39962
1262.72/1266.12	c #Conflicts:    1600000 | #Constraints:      40962
1262.72/1266.12	c #Conflicts:    1601000 | #Constraints:      41962
1262.72/1266.12	c #Conflicts:    1602000 | #Constraints:      42962
1262.72/1266.12	c #Conflicts:    1603000 | #Constraints:      43962
1262.72/1266.12	c #Conflicts:    1604000 | #Constraints:      44962
1262.72/1266.12	c #Conflicts:    1605000 | #Constraints:      45962
1262.72/1266.12	c #Conflicts:    1606000 | #Constraints:      46962
1262.72/1266.12	c #Conflicts:    1607000 | #Constraints:      47962
1262.72/1266.12	c #Conflicts:    1608000 | #Constraints:      48962
1262.72/1266.12	c #Conflicts:    1609000 | #Constraints:      49962
1262.72/1266.12	c #Conflicts:    1610000 | #Constraints:      50962
1262.72/1266.12	c #Conflicts:    1611000 | #Constraints:      51962
1262.72/1266.12	c #Conflicts:    1612000 | #Constraints:      52962
1262.72/1266.12	c #Conflicts:    1613000 | #Constraints:      53962
1262.72/1266.12	c #Conflicts:    1614000 | #Constraints:      54962
1262.72/1266.12	c #Conflicts:    1615000 | #Constraints:      55962
1262.72/1266.12	c #Conflicts:    1616000 | #Constraints:      56962
1262.72/1266.12	c INPROCESSING
1262.72/1266.12	c GARBAGE COLLECT
1262.72/1266.12	c rational objective 1002
1304.41/1307.95	c #Conflicts:    1617000 | #Constraints:      32714
1304.41/1307.95	c #Conflicts:    1618000 | #Constraints:      33724
1304.41/1307.95	c #Conflicts:    1619000 | #Constraints:      34742
1304.41/1307.95	c #Conflicts:    1620000 | #Constraints:      35755
1304.41/1307.95	c #Conflicts:    1621000 | #Constraints:      36788
1304.41/1307.95	c #Conflicts:    1622000 | #Constraints:      37813
1304.41/1307.95	c #Conflicts:    1623000 | #Constraints:      38823
1304.41/1307.95	c #Conflicts:    1624000 | #Constraints:      39829
1304.41/1307.95	c #Conflicts:    1625000 | #Constraints:      40847
1304.41/1307.95	c #Conflicts:    1626000 | #Constraints:      41870
1304.41/1307.95	c #Conflicts:    1627000 | #Constraints:      42881
1304.41/1307.95	c #Conflicts:    1628000 | #Constraints:      43887
1304.41/1307.95	c #Conflicts:    1629000 | #Constraints:      44897
1304.41/1307.95	c #Conflicts:    1630000 | #Constraints:      45916
1304.41/1307.95	c #Conflicts:    1631000 | #Constraints:      46925
1304.41/1307.95	c #Conflicts:    1632000 | #Constraints:      47938
1304.41/1307.95	c #Conflicts:    1633000 | #Constraints:      48947
1304.41/1307.95	c #Conflicts:    1634000 | #Constraints:      49973
1304.41/1307.95	c #Conflicts:    1635000 | #Constraints:      50980
1304.41/1307.95	c #Conflicts:    1636000 | #Constraints:      52005
1304.41/1307.95	c #Conflicts:    1637000 | #Constraints:      53018
1304.41/1307.95	c #Conflicts:    1638000 | #Constraints:      54030
1304.41/1307.95	c #Conflicts:    1639000 | #Constraints:      55039
1304.41/1307.95	c #Conflicts:    1640000 | #Constraints:      56040
1304.41/1307.95	c #Conflicts:    1641000 | #Constraints:      57073
1304.41/1307.95	c #Conflicts:    1642000 | #Constraints:      58096
1304.41/1307.95	c INPROCESSING
1304.41/1307.95	c GARBAGE COLLECT
1304.41/1307.95	c rational objective 1002
1326.16/1329.79	c #Conflicts:    1643000 | #Constraints:      33407
1326.16/1329.79	c #Conflicts:    1644000 | #Constraints:      34407
1326.16/1329.79	c #Conflicts:    1645000 | #Constraints:      35407
1326.16/1329.79	c #Conflicts:    1646000 | #Constraints:      36407
1326.16/1329.79	c #Conflicts:    1647000 | #Constraints:      37407
1326.16/1329.79	c #Conflicts:    1648000 | #Constraints:      38407
1326.16/1329.79	c #Conflicts:    1649000 | #Constraints:      39407
1326.16/1329.79	c #Conflicts:    1650000 | #Constraints:      40407
1326.16/1329.79	c #Conflicts:    1651000 | #Constraints:      41407
1326.16/1329.79	c #Conflicts:    1652000 | #Constraints:      42407
1326.16/1329.79	c #Conflicts:    1653000 | #Constraints:      43407
1326.16/1329.79	c #Conflicts:    1654000 | #Constraints:      44407
1326.16/1329.79	c #Conflicts:    1655000 | #Constraints:      45407
1326.16/1329.79	c #Conflicts:    1656000 | #Constraints:      46407
1326.16/1329.79	c #Conflicts:    1657000 | #Constraints:      47407
1326.16/1329.79	c #Conflicts:    1658000 | #Constraints:      48407
1326.16/1329.79	c #Conflicts:    1659000 | #Constraints:      49407
1326.16/1329.79	c #Conflicts:    1660000 | #Constraints:      50407
1326.16/1329.79	c #Conflicts:    1661000 | #Constraints:      51407
1326.16/1329.79	c #Conflicts:    1662000 | #Constraints:      52407
1326.16/1329.79	c #Conflicts:    1663000 | #Constraints:      53407
1326.16/1329.79	c #Conflicts:    1664000 | #Constraints:      54407
1326.16/1329.79	c #Conflicts:    1665000 | #Constraints:      55407
1326.16/1329.79	c #Conflicts:    1666000 | #Constraints:      56407
1326.16/1329.79	c #Conflicts:    1667000 | #Constraints:      57407
1326.16/1329.79	c #Conflicts:    1668000 | #Constraints:      58407
1326.16/1329.79	c INPROCESSING
1326.16/1329.79	c GARBAGE COLLECT
1326.16/1329.79	c rational objective 1002
1347.30/1350.91	c #Conflicts:    1669000 | #Constraints:      33752
1347.30/1350.91	c #Conflicts:    1670000 | #Constraints:      34752
1347.30/1350.91	c #Conflicts:    1671000 | #Constraints:      35752
1347.30/1350.91	c #Conflicts:    1672000 | #Constraints:      36752
1347.30/1350.91	c #Conflicts:    1673000 | #Constraints:      37752
1347.30/1350.91	c #Conflicts:    1674000 | #Constraints:      38752
1347.30/1350.91	c #Conflicts:    1675000 | #Constraints:      39752
1347.30/1350.91	c #Conflicts:    1676000 | #Constraints:      40752
1347.30/1350.91	c #Conflicts:    1677000 | #Constraints:      41752
1347.30/1350.91	c #Conflicts:    1678000 | #Constraints:      42752
1347.30/1350.91	c #Conflicts:    1679000 | #Constraints:      43752
1347.30/1350.91	c #Conflicts:    1680000 | #Constraints:      44752
1347.30/1350.91	c #Conflicts:    1681000 | #Constraints:      45752
1347.30/1350.91	c #Conflicts:    1682000 | #Constraints:      46752
1347.30/1350.91	c #Conflicts:    1683000 | #Constraints:      47752
1347.30/1350.91	c #Conflicts:    1684000 | #Constraints:      48752
1347.30/1350.91	c #Conflicts:    1685000 | #Constraints:      49752
1347.30/1350.91	c #Conflicts:    1686000 | #Constraints:      50752
1347.30/1350.91	c #Conflicts:    1687000 | #Constraints:      51752
1347.30/1350.91	c #Conflicts:    1688000 | #Constraints:      52752
1347.30/1350.91	c #Conflicts:    1689000 | #Constraints:      53752
1347.30/1350.91	c #Conflicts:    1690000 | #Constraints:      54752
1347.30/1350.91	c #Conflicts:    1691000 | #Constraints:      55752
1347.30/1350.91	c #Conflicts:    1692000 | #Constraints:      56752
1347.30/1350.91	c #Conflicts:    1693000 | #Constraints:      57752
1347.30/1350.91	c #Conflicts:    1694000 | #Constraints:      58752
1347.30/1350.91	c INPROCESSING
1347.30/1350.91	c GARBAGE COLLECT
1347.30/1350.91	c rational objective 1002
1370.24/1373.96	c #Conflicts:    1695000 | #Constraints:      33894
1370.24/1373.96	c #Conflicts:    1696000 | #Constraints:      34894
1370.24/1373.96	c #Conflicts:    1697000 | #Constraints:      35894
1370.24/1373.96	c #Conflicts:    1698000 | #Constraints:      36894
1370.24/1373.96	c #Conflicts:    1699000 | #Constraints:      37894
1370.24/1373.96	c #Conflicts:    1700000 | #Constraints:      38894
1370.24/1373.96	c #Conflicts:    1701000 | #Constraints:      39894
1370.24/1373.96	c #Conflicts:    1702000 | #Constraints:      40895
1370.24/1373.96	c #Conflicts:    1703000 | #Constraints:      41895
1370.24/1373.96	c #Conflicts:    1704000 | #Constraints:      42895
1370.24/1373.96	c #Conflicts:    1705000 | #Constraints:      43895
1370.24/1373.96	c #Conflicts:    1706000 | #Constraints:      44895
1370.24/1373.96	c #Conflicts:    1707000 | #Constraints:      45895
1370.24/1373.96	c #Conflicts:    1708000 | #Constraints:      46895
1370.24/1373.96	c #Conflicts:    1709000 | #Constraints:      47895
1370.24/1373.96	c #Conflicts:    1710000 | #Constraints:      48895
1370.24/1373.96	c #Conflicts:    1711000 | #Constraints:      49895
1370.24/1373.96	c #Conflicts:    1712000 | #Constraints:      50895
1370.24/1373.96	c #Conflicts:    1713000 | #Constraints:      51895
1370.24/1373.96	c #Conflicts:    1714000 | #Constraints:      52895
1370.24/1373.96	c #Conflicts:    1715000 | #Constraints:      53895
1370.24/1373.96	c #Conflicts:    1716000 | #Constraints:      54895
1370.24/1373.96	c #Conflicts:    1717000 | #Constraints:      55895
1370.24/1373.96	c #Conflicts:    1718000 | #Constraints:      56895
1370.24/1373.96	c #Conflicts:    1719000 | #Constraints:      57895
1370.24/1373.96	c #Conflicts:    1720000 | #Constraints:      58895
1370.24/1373.96	c INPROCESSING
1370.24/1373.96	c GARBAGE COLLECT
1370.24/1373.96	c rational objective 1002
1396.08/1399.83	c #Conflicts:    1721000 | #Constraints:      33900
1396.08/1399.83	c #Conflicts:    1722000 | #Constraints:      34960
1396.08/1399.83	c #Conflicts:    1723000 | #Constraints:      36023
1396.08/1399.83	c #Conflicts:    1724000 | #Constraints:      37077
1396.08/1399.83	c #Conflicts:    1725000 | #Constraints:      38141
1396.08/1399.83	c #Conflicts:    1726000 | #Constraints:      39199
1396.08/1399.83	c #Conflicts:    1727000 | #Constraints:      40260
1396.08/1399.83	c #Conflicts:    1728000 | #Constraints:      41302
1396.08/1399.83	c #Conflicts:    1729000 | #Constraints:      42351
1396.08/1399.83	c #Conflicts:    1730000 | #Constraints:      43390
1396.08/1399.83	c #Conflicts:    1731000 | #Constraints:      44423
1396.08/1399.83	c #Conflicts:    1732000 | #Constraints:      45474
1396.08/1399.83	c #Conflicts:    1733000 | #Constraints:      46521
1396.08/1399.83	c #Conflicts:    1734000 | #Constraints:      47557
1396.08/1399.83	c #Conflicts:    1735000 | #Constraints:      48620
1396.08/1399.83	c #Conflicts:    1736000 | #Constraints:      49664
1396.08/1399.83	c #Conflicts:    1737000 | #Constraints:      50695
1396.08/1399.83	c #Conflicts:    1738000 | #Constraints:      51727
1396.08/1399.83	c #Conflicts:    1739000 | #Constraints:      52761
1396.08/1399.83	c #Conflicts:    1740000 | #Constraints:      53806
1396.08/1399.83	c #Conflicts:    1741000 | #Constraints:      54833
1396.08/1399.83	c #Conflicts:    1742000 | #Constraints:      55875
1396.08/1399.83	c #Conflicts:    1743000 | #Constraints:      56906
1396.08/1399.83	c #Conflicts:    1744000 | #Constraints:      57928
1396.08/1399.83	c #Conflicts:    1745000 | #Constraints:      58947
1396.08/1399.83	c #Conflicts:    1746000 | #Constraints:      59980
1396.08/1399.83	c INPROCESSING
1396.08/1399.83	c GARBAGE COLLECT
1396.08/1399.83	c rational objective 1002
1419.82/1423.69	c #Conflicts:    1747000 | #Constraints:      34139
1419.82/1423.69	c #Conflicts:    1748000 | #Constraints:      35139
1419.82/1423.69	c #Conflicts:    1749000 | #Constraints:      36139
1419.82/1423.69	c #Conflicts:    1750000 | #Constraints:      37139
1419.82/1423.69	c #Conflicts:    1751000 | #Constraints:      38139
1419.82/1423.69	c #Conflicts:    1752000 | #Constraints:      39139
1419.82/1423.69	c #Conflicts:    1753000 | #Constraints:      40139
1419.82/1423.69	c #Conflicts:    1754000 | #Constraints:      41139
1419.82/1423.69	c #Conflicts:    1755000 | #Constraints:      42139
1419.82/1423.69	c #Conflicts:    1756000 | #Constraints:      43139
1419.82/1423.69	c #Conflicts:    1757000 | #Constraints:      44139
1419.82/1423.69	c #Conflicts:    1758000 | #Constraints:      45139
1419.82/1423.69	c #Conflicts:    1759000 | #Constraints:      46139
1419.82/1423.69	c #Conflicts:    1760000 | #Constraints:      47139
1419.82/1423.69	c #Conflicts:    1761000 | #Constraints:      48139
1419.82/1423.69	c #Conflicts:    1762000 | #Constraints:      49139
1419.82/1423.69	c #Conflicts:    1763000 | #Constraints:      50139
1419.82/1423.69	c #Conflicts:    1764000 | #Constraints:      51139
1419.82/1423.69	c #Conflicts:    1765000 | #Constraints:      52139
1419.82/1423.69	c #Conflicts:    1766000 | #Constraints:      53139
1419.82/1423.69	c #Conflicts:    1767000 | #Constraints:      54139
1419.82/1423.69	c #Conflicts:    1768000 | #Constraints:      55139
1419.82/1423.69	c #Conflicts:    1769000 | #Constraints:      56139
1419.82/1423.69	c #Conflicts:    1770000 | #Constraints:      57139
1419.82/1423.69	c #Conflicts:    1771000 | #Constraints:      58140
1419.82/1423.69	c #Conflicts:    1772000 | #Constraints:      59140
1419.82/1423.69	c #Conflicts:    1773000 | #Constraints:      60140
1419.82/1423.69	c INPROCESSING
1419.82/1423.69	c GARBAGE COLLECT
1419.82/1423.69	c rational objective 1002
1451.64/1455.53	c #Conflicts:    1774000 | #Constraints:      34509
1451.64/1455.53	c #Conflicts:    1775000 | #Constraints:      35585
1451.64/1455.53	c #Conflicts:    1776000 | #Constraints:      36681
1451.64/1455.53	c #Conflicts:    1777000 | #Constraints:      37752
1451.64/1455.53	c #Conflicts:    1778000 | #Constraints:      38811
1451.64/1455.53	c #Conflicts:    1779000 | #Constraints:      39875
1451.64/1455.53	c #Conflicts:    1780000 | #Constraints:      40929
1451.64/1455.53	c #Conflicts:    1781000 | #Constraints:      41969
1451.64/1455.53	c #Conflicts:    1782000 | #Constraints:      43034
1451.64/1455.53	c #Conflicts:    1783000 | #Constraints:      44086
1451.64/1455.53	c #Conflicts:    1784000 | #Constraints:      45148
1451.64/1455.53	c #Conflicts:    1785000 | #Constraints:      46210
1451.64/1455.53	c #Conflicts:    1786000 | #Constraints:      47243
1451.64/1455.53	c #Conflicts:    1787000 | #Constraints:      48273
1451.64/1455.53	c #Conflicts:    1788000 | #Constraints:      49303
1451.64/1455.53	c #Conflicts:    1789000 | #Constraints:      50354
1451.64/1455.53	c #Conflicts:    1790000 | #Constraints:      51398
1451.64/1455.53	c #Conflicts:    1791000 | #Constraints:      52434
1451.64/1455.53	c #Conflicts:    1792000 | #Constraints:      53473
1451.64/1455.53	c #Conflicts:    1793000 | #Constraints:      54514
1451.64/1455.53	c #Conflicts:    1794000 | #Constraints:      55545
1451.64/1455.53	c #Conflicts:    1795000 | #Constraints:      56579
1451.64/1455.53	c #Conflicts:    1796000 | #Constraints:      57611
1451.64/1455.53	c #Conflicts:    1797000 | #Constraints:      58642
1451.64/1455.53	c #Conflicts:    1798000 | #Constraints:      59681
1451.64/1455.53	c #Conflicts:    1799000 | #Constraints:      60720
1451.64/1455.53	c #Conflicts:    1800000 | #Constraints:      61744
1451.64/1455.53	c INPROCESSING
1451.64/1455.53	c GARBAGE COLLECT
1451.64/1455.53	c rational objective 1002
1477.17/1481.14	c #Conflicts:    1801000 | #Constraints:      35303
1477.17/1481.14	c #Conflicts:    1802000 | #Constraints:      36303
1477.17/1481.14	c #Conflicts:    1803000 | #Constraints:      37303
1477.17/1481.14	c #Conflicts:    1804000 | #Constraints:      38303
1477.17/1481.14	c #Conflicts:    1805000 | #Constraints:      39303
1477.17/1481.14	c #Conflicts:    1806000 | #Constraints:      40303
1477.17/1481.14	c #Conflicts:    1807000 | #Constraints:      41303
1477.17/1481.14	c #Conflicts:    1808000 | #Constraints:      42303
1477.17/1481.14	c #Conflicts:    1809000 | #Constraints:      43303
1477.17/1481.14	c #Conflicts:    1810000 | #Constraints:      44303
1477.17/1481.14	c #Conflicts:    1811000 | #Constraints:      45303
1477.17/1481.14	c #Conflicts:    1812000 | #Constraints:      46303
1477.17/1481.14	c #Conflicts:    1813000 | #Constraints:      47303
1477.17/1481.14	c #Conflicts:    1814000 | #Constraints:      48303
1477.17/1481.14	c #Conflicts:    1815000 | #Constraints:      49303
1477.17/1481.14	c #Conflicts:    1816000 | #Constraints:      50303
1477.17/1481.14	c #Conflicts:    1817000 | #Constraints:      51303
1477.17/1481.14	c #Conflicts:    1818000 | #Constraints:      52303
1477.17/1481.14	c #Conflicts:    1819000 | #Constraints:      53303
1477.17/1481.14	c #Conflicts:    1820000 | #Constraints:      54304
1477.17/1481.14	c #Conflicts:    1821000 | #Constraints:      55304
1477.17/1481.14	c #Conflicts:    1822000 | #Constraints:      56304
1477.17/1481.14	c #Conflicts:    1823000 | #Constraints:      57304
1477.17/1481.14	c #Conflicts:    1824000 | #Constraints:      58304
1477.17/1481.14	c #Conflicts:    1825000 | #Constraints:      59304
1477.17/1481.14	c #Conflicts:    1826000 | #Constraints:      60304
1477.17/1481.14	c #Conflicts:    1827000 | #Constraints:      61304
1477.17/1481.14	c INPROCESSING
1477.17/1481.14	c GARBAGE COLLECT
1477.17/1481.14	c rational objective 1002
1500.71/1504.77	c #Conflicts:    1828000 | #Constraints:      35196
1500.71/1504.77	c #Conflicts:    1829000 | #Constraints:      36196
1500.71/1504.77	c #Conflicts:    1830000 | #Constraints:      37196
1500.71/1504.77	c #Conflicts:    1831000 | #Constraints:      38196
1500.71/1504.77	c #Conflicts:    1832000 | #Constraints:      39196
1500.71/1504.77	c #Conflicts:    1833000 | #Constraints:      40196
1500.71/1504.77	c #Conflicts:    1834000 | #Constraints:      41196
1500.71/1504.77	c #Conflicts:    1835000 | #Constraints:      42196
1500.71/1504.77	c #Conflicts:    1836000 | #Constraints:      43196
1500.71/1504.77	c #Conflicts:    1837000 | #Constraints:      44196
1500.71/1504.77	c #Conflicts:    1838000 | #Constraints:      45196
1500.71/1504.77	c #Conflicts:    1839000 | #Constraints:      46196
1500.71/1504.77	c #Conflicts:    1840000 | #Constraints:      47196
1500.71/1504.77	c #Conflicts:    1841000 | #Constraints:      48196
1500.71/1504.77	c #Conflicts:    1842000 | #Constraints:      49196
1500.71/1504.77	c #Conflicts:    1843000 | #Constraints:      50196
1500.71/1504.77	c #Conflicts:    1844000 | #Constraints:      51196
1500.71/1504.77	c #Conflicts:    1845000 | #Constraints:      52196
1500.71/1504.77	c #Conflicts:    1846000 | #Constraints:      53196
1500.71/1504.77	c #Conflicts:    1847000 | #Constraints:      54196
1500.71/1504.77	c #Conflicts:    1848000 | #Constraints:      55196
1500.71/1504.77	c #Conflicts:    1849000 | #Constraints:      56196
1500.71/1504.77	c #Conflicts:    1850000 | #Constraints:      57196
1500.71/1504.77	c #Conflicts:    1851000 | #Constraints:      58196
1500.71/1504.77	c #Conflicts:    1852000 | #Constraints:      59196
1500.71/1504.77	c #Conflicts:    1853000 | #Constraints:      60196
1500.71/1504.77	c #Conflicts:    1854000 | #Constraints:      61196
1500.71/1504.77	c INPROCESSING
1500.71/1504.77	c GARBAGE COLLECT
1500.71/1504.77	c rational objective 1002
1548.38/1552.57	c #Conflicts:    1855000 | #Constraints:      35050
1548.38/1552.57	c #Conflicts:    1856000 | #Constraints:      36059
1548.38/1552.57	c #Conflicts:    1857000 | #Constraints:      37081
1548.38/1552.57	c #Conflicts:    1858000 | #Constraints:      38084
1548.38/1552.57	c #Conflicts:    1859000 | #Constraints:      39120
1548.38/1552.57	c #Conflicts:    1860000 | #Constraints:      40156
1548.38/1552.57	c #Conflicts:    1861000 | #Constraints:      41182
1548.38/1552.57	c #Conflicts:    1862000 | #Constraints:      42210
1548.38/1552.57	c #Conflicts:    1863000 | #Constraints:      43216
1548.38/1552.57	c #Conflicts:    1864000 | #Constraints:      44241
1548.38/1552.57	c #Conflicts:    1865000 | #Constraints:      45256
1548.38/1552.57	c #Conflicts:    1866000 | #Constraints:      46278
1548.38/1552.57	c #Conflicts:    1867000 | #Constraints:      47295
1548.38/1552.57	c #Conflicts:    1868000 | #Constraints:      48306
1548.38/1552.57	c #Conflicts:    1869000 | #Constraints:      49325
1548.38/1552.57	c #Conflicts:    1870000 | #Constraints:      50337
1548.38/1552.57	c #Conflicts:    1871000 | #Constraints:      51361
1548.38/1552.57	c #Conflicts:    1872000 | #Constraints:      52373
1548.38/1552.57	c #Conflicts:    1873000 | #Constraints:      53392
1548.38/1552.57	c #Conflicts:    1874000 | #Constraints:      54402
1548.38/1552.57	c #Conflicts:    1875000 | #Constraints:      55408
1548.38/1552.57	c #Conflicts:    1876000 | #Constraints:      56417
1548.38/1552.57	c #Conflicts:    1877000 | #Constraints:      57423
1548.38/1552.57	c #Conflicts:    1878000 | #Constraints:      58442
1548.38/1552.57	c #Conflicts:    1879000 | #Constraints:      59509
1548.38/1552.57	c #Conflicts:    1880000 | #Constraints:      60571
1548.38/1552.57	c #Conflicts:    1881000 | #Constraints:      61637
1548.38/1552.57	c INPROCESSING
1548.38/1552.57	c GARBAGE COLLECT
1548.38/1552.57	c rational objective 1002
1573.51/1577.78	c #Conflicts:    1882000 | #Constraints:      34958
1573.51/1577.78	c #Conflicts:    1883000 | #Constraints:      35958
1573.51/1577.78	c #Conflicts:    1884000 | #Constraints:      36958
1573.51/1577.78	c #Conflicts:    1885000 | #Constraints:      37958
1573.51/1577.78	c #Conflicts:    1886000 | #Constraints:      38958
1573.51/1577.78	c #Conflicts:    1887000 | #Constraints:      39958
1573.51/1577.78	c #Conflicts:    1888000 | #Constraints:      40958
1573.51/1577.78	c #Conflicts:    1889000 | #Constraints:      41958
1573.51/1577.78	c #Conflicts:    1890000 | #Constraints:      42958
1573.51/1577.78	c #Conflicts:    1891000 | #Constraints:      43958
1573.51/1577.78	c #Conflicts:    1892000 | #Constraints:      44958
1573.51/1577.78	c #Conflicts:    1893000 | #Constraints:      45958
1573.51/1577.78	c #Conflicts:    1894000 | #Constraints:      46958
1573.51/1577.78	c #Conflicts:    1895000 | #Constraints:      47958
1573.51/1577.78	c #Conflicts:    1896000 | #Constraints:      48958
1573.51/1577.78	c #Conflicts:    1897000 | #Constraints:      49958
1573.51/1577.78	c #Conflicts:    1898000 | #Constraints:      50958
1573.51/1577.78	c #Conflicts:    1899000 | #Constraints:      51958
1573.51/1577.78	c #Conflicts:    1900000 | #Constraints:      52958
1573.51/1577.78	c #Conflicts:    1901000 | #Constraints:      53958
1573.51/1577.78	c #Conflicts:    1902000 | #Constraints:      54958
1573.51/1577.78	c #Conflicts:    1903000 | #Constraints:      55958
1573.51/1577.78	c #Conflicts:    1904000 | #Constraints:      56958
1573.51/1577.78	c #Conflicts:    1905000 | #Constraints:      57958
1573.51/1577.78	c #Conflicts:    1906000 | #Constraints:      58958
1573.51/1577.78	c #Conflicts:    1907000 | #Constraints:      59959
1573.51/1577.78	c #Conflicts:    1908000 | #Constraints:      60959
1573.51/1577.78	c #Conflicts:    1909000 | #Constraints:      61959
1573.51/1577.78	c INPROCESSING
1573.51/1577.78	c GARBAGE COLLECT
1573.51/1577.78	c rational objective 1002
1599.03/1603.32	c #Conflicts:    1910000 | #Constraints:      35425
1599.03/1603.32	c #Conflicts:    1911000 | #Constraints:      36425
1599.03/1603.32	c #Conflicts:    1912000 | #Constraints:      37425
1599.03/1603.32	c #Conflicts:    1913000 | #Constraints:      38425
1599.03/1603.32	c #Conflicts:    1914000 | #Constraints:      39425
1599.03/1603.32	c #Conflicts:    1915000 | #Constraints:      40425
1599.03/1603.32	c #Conflicts:    1916000 | #Constraints:      41425
1599.03/1603.32	c #Conflicts:    1917000 | #Constraints:      42425
1599.03/1603.32	c #Conflicts:    1918000 | #Constraints:      43425
1599.03/1603.32	c #Conflicts:    1919000 | #Constraints:      44425
1599.03/1603.32	c #Conflicts:    1920000 | #Constraints:      45425
1599.03/1603.32	c #Conflicts:    1921000 | #Constraints:      46425
1599.03/1603.32	c #Conflicts:    1922000 | #Constraints:      47425
1599.03/1603.32	c #Conflicts:    1923000 | #Constraints:      48425
1599.03/1603.32	c #Conflicts:    1924000 | #Constraints:      49425
1599.03/1603.32	c #Conflicts:    1925000 | #Constraints:      50425
1599.03/1603.32	c #Conflicts:    1926000 | #Constraints:      51425
1599.03/1603.32	c #Conflicts:    1927000 | #Constraints:      52425
1599.03/1603.32	c #Conflicts:    1928000 | #Constraints:      53425
1599.03/1603.32	c #Conflicts:    1929000 | #Constraints:      54425
1599.03/1603.32	c #Conflicts:    1930000 | #Constraints:      55425
1599.03/1603.32	c #Conflicts:    1931000 | #Constraints:      56425
1599.03/1603.32	c #Conflicts:    1932000 | #Constraints:      57425
1599.03/1603.32	c #Conflicts:    1933000 | #Constraints:      58425
1599.03/1603.32	c #Conflicts:    1934000 | #Constraints:      59425
1599.03/1603.32	c #Conflicts:    1935000 | #Constraints:      60425
1599.03/1603.32	c #Conflicts:    1936000 | #Constraints:      61425
1599.03/1603.32	c #Conflicts:    1937000 | #Constraints:      62425
1599.03/1603.32	c INPROCESSING
1599.03/1603.32	c GARBAGE COLLECT
1599.03/1603.32	c rational objective 1002
1622.67/1627.03	c #Conflicts:    1938000 | #Constraints:      35744
1622.67/1627.03	c #Conflicts:    1939000 | #Constraints:      36744
1622.67/1627.03	c #Conflicts:    1940000 | #Constraints:      37744
1622.67/1627.03	c #Conflicts:    1941000 | #Constraints:      38744
1622.67/1627.03	c #Conflicts:    1942000 | #Constraints:      39744
1622.67/1627.03	c #Conflicts:    1943000 | #Constraints:      40744
1622.67/1627.03	c #Conflicts:    1944000 | #Constraints:      41744
1622.67/1627.03	c #Conflicts:    1945000 | #Constraints:      42744
1622.67/1627.03	c #Conflicts:    1946000 | #Constraints:      43744
1622.67/1627.03	c #Conflicts:    1947000 | #Constraints:      44744
1622.67/1627.03	c #Conflicts:    1948000 | #Constraints:      45744
1622.67/1627.03	c #Conflicts:    1949000 | #Constraints:      46744
1622.67/1627.03	c #Conflicts:    1950000 | #Constraints:      47744
1622.67/1627.03	c #Conflicts:    1951000 | #Constraints:      48744
1622.67/1627.03	c #Conflicts:    1952000 | #Constraints:      49744
1622.67/1627.03	c #Conflicts:    1953000 | #Constraints:      50744
1622.67/1627.03	c #Conflicts:    1954000 | #Constraints:      51744
1622.67/1627.03	c #Conflicts:    1955000 | #Constraints:      52744
1622.67/1627.03	c #Conflicts:    1956000 | #Constraints:      53744
1622.67/1627.03	c #Conflicts:    1957000 | #Constraints:      54744
1622.67/1627.03	c #Conflicts:    1958000 | #Constraints:      55744
1622.67/1627.03	c #Conflicts:    1959000 | #Constraints:      56744
1622.67/1627.03	c #Conflicts:    1960000 | #Constraints:      57744
1622.67/1627.03	c #Conflicts:    1961000 | #Constraints:      58744
1622.67/1627.03	c #Conflicts:    1962000 | #Constraints:      59744
1622.67/1627.03	c #Conflicts:    1963000 | #Constraints:      60744
1622.67/1627.03	c #Conflicts:    1964000 | #Constraints:      61744
1622.67/1627.03	c #Conflicts:    1965000 | #Constraints:      62744
1622.67/1627.03	c INPROCESSING
1622.67/1627.03	c GARBAGE COLLECT
1622.67/1627.03	c rational objective 1002
1646.89/1651.39	c #Conflicts:    1966000 | #Constraints:      35924
1646.89/1651.39	c #Conflicts:    1967000 | #Constraints:      36924
1646.89/1651.39	c #Conflicts:    1968000 | #Constraints:      37924
1646.89/1651.39	c #Conflicts:    1969000 | #Constraints:      38924
1646.89/1651.39	c #Conflicts:    1970000 | #Constraints:      39924
1646.89/1651.39	c #Conflicts:    1971000 | #Constraints:      40924
1646.89/1651.39	c #Conflicts:    1972000 | #Constraints:      41924
1646.89/1651.39	c #Conflicts:    1973000 | #Constraints:      42924
1646.89/1651.39	c #Conflicts:    1974000 | #Constraints:      43924
1646.89/1651.39	c #Conflicts:    1975000 | #Constraints:      44924
1646.89/1651.39	c #Conflicts:    1976000 | #Constraints:      45924
1646.89/1651.39	c #Conflicts:    1977000 | #Constraints:      46924
1646.89/1651.39	c #Conflicts:    1978000 | #Constraints:      47924
1646.89/1651.39	c #Conflicts:    1979000 | #Constraints:      48924
1646.89/1651.39	c #Conflicts:    1980000 | #Constraints:      49924
1646.89/1651.39	c #Conflicts:    1981000 | #Constraints:      50924
1646.89/1651.39	c #Conflicts:    1982000 | #Constraints:      51924
1646.89/1651.39	c #Conflicts:    1983000 | #Constraints:      52924
1646.89/1651.39	c #Conflicts:    1984000 | #Constraints:      53924
1646.89/1651.39	c #Conflicts:    1985000 | #Constraints:      54924
1646.89/1651.39	c #Conflicts:    1986000 | #Constraints:      55924
1646.89/1651.39	c #Conflicts:    1987000 | #Constraints:      56924
1646.89/1651.39	c #Conflicts:    1988000 | #Constraints:      57924
1646.89/1651.39	c #Conflicts:    1989000 | #Constraints:      58924
1646.89/1651.39	c #Conflicts:    1990000 | #Constraints:      59924
1646.89/1651.39	c #Conflicts:    1991000 | #Constraints:      60924
1646.89/1651.39	c #Conflicts:    1992000 | #Constraints:      61924
1646.89/1651.39	c #Conflicts:    1993000 | #Constraints:      62924
1646.89/1651.39	c INPROCESSING
1646.89/1651.39	c GARBAGE COLLECT
1646.89/1651.39	c rational objective 1002
1680.99/1685.58	c #Conflicts:    1994000 | #Constraints:      35900
1680.99/1685.58	c #Conflicts:    1995000 | #Constraints:      36958
1680.99/1685.58	c #Conflicts:    1996000 | #Constraints:      38026
1680.99/1685.58	c #Conflicts:    1997000 | #Constraints:      39088
1680.99/1685.58	c #Conflicts:    1998000 | #Constraints:      40121
1680.99/1685.58	c #Conflicts:    1999000 | #Constraints:      41175
1680.99/1685.58	c #Conflicts:    2000000 | #Constraints:      42204
1680.99/1685.58	c #Conflicts:    2001000 | #Constraints:      43237
1680.99/1685.58	c #Conflicts:    2002000 | #Constraints:      44266
1680.99/1685.58	c #Conflicts:    2003000 | #Constraints:      45307
1680.99/1685.58	c #Conflicts:    2004000 | #Constraints:      46339
1680.99/1685.58	c #Conflicts:    2005000 | #Constraints:      47378
1680.99/1685.58	c #Conflicts:    2006000 | #Constraints:      48432
1680.99/1685.58	c #Conflicts:    2007000 | #Constraints:      49459
1680.99/1685.58	c #Conflicts:    2008000 | #Constraints:      50495
1680.99/1685.58	c #Conflicts:    2009000 | #Constraints:      51519
1680.99/1685.58	c #Conflicts:    2010000 | #Constraints:      52544
1680.99/1685.58	c #Conflicts:    2011000 | #Constraints:      53562
1680.99/1685.58	c #Conflicts:    2012000 | #Constraints:      54588
1680.99/1685.58	c #Conflicts:    2013000 | #Constraints:      55618
1680.99/1685.58	c #Conflicts:    2014000 | #Constraints:      56643
1680.99/1685.58	c #Conflicts:    2015000 | #Constraints:      57686
1680.99/1685.58	c #Conflicts:    2016000 | #Constraints:      58719
1680.99/1685.58	c #Conflicts:    2017000 | #Constraints:      59740
1680.99/1685.58	c #Conflicts:    2018000 | #Constraints:      60768
1680.99/1685.58	c #Conflicts:    2019000 | #Constraints:      61807
1680.99/1685.58	c #Conflicts:    2020000 | #Constraints:      62841
1680.99/1685.58	c #Conflicts:    2021000 | #Constraints:      63867
1680.99/1685.58	c INPROCESSING
1680.99/1685.58	c GARBAGE COLLECT
1680.99/1685.58	c rational objective 1002
1706.82/1711.46	c #Conflicts:    2022000 | #Constraints:      36103
1706.82/1711.46	c #Conflicts:    2023000 | #Constraints:      37103
1706.82/1711.46	c #Conflicts:    2024000 | #Constraints:      38103
1706.82/1711.46	c #Conflicts:    2025000 | #Constraints:      39103
1706.82/1711.46	c #Conflicts:    2026000 | #Constraints:      40103
1706.82/1711.46	c #Conflicts:    2027000 | #Constraints:      41103
1706.82/1711.46	c #Conflicts:    2028000 | #Constraints:      42103
1706.82/1711.46	c #Conflicts:    2029000 | #Constraints:      43103
1706.82/1711.46	c #Conflicts:    2030000 | #Constraints:      44103
1706.82/1711.46	c #Conflicts:    2031000 | #Constraints:      45103
1706.82/1711.46	c #Conflicts:    2032000 | #Constraints:      46104
1706.82/1711.46	c #Conflicts:    2033000 | #Constraints:      47104
1706.82/1711.46	c #Conflicts:    2034000 | #Constraints:      48104
1706.82/1711.46	c #Conflicts:    2035000 | #Constraints:      49104
1706.82/1711.46	c #Conflicts:    2036000 | #Constraints:      50104
1706.82/1711.46	c #Conflicts:    2037000 | #Constraints:      51104
1706.82/1711.46	c #Conflicts:    2038000 | #Constraints:      52104
1706.82/1711.46	c #Conflicts:    2039000 | #Constraints:      53104
1706.82/1711.46	c #Conflicts:    2040000 | #Constraints:      54104
1706.82/1711.46	c #Conflicts:    2041000 | #Constraints:      55104
1706.82/1711.46	c #Conflicts:    2042000 | #Constraints:      56104
1706.82/1711.46	c #Conflicts:    2043000 | #Constraints:      57104
1706.82/1711.46	c #Conflicts:    2044000 | #Constraints:      58104
1706.82/1711.46	c #Conflicts:    2045000 | #Constraints:      59104
1706.82/1711.46	c #Conflicts:    2046000 | #Constraints:      60104
1706.82/1711.46	c #Conflicts:    2047000 | #Constraints:      61104
1706.82/1711.46	c #Conflicts:    2048000 | #Constraints:      62104
1706.82/1711.46	c #Conflicts:    2049000 | #Constraints:      63104
1706.82/1711.46	c #Conflicts:    2050000 | #Constraints:      64104
1706.82/1711.46	c INPROCESSING
1706.82/1711.46	c GARBAGE COLLECT
1706.82/1711.46	c rational objective 1002
1731.86/1736.52	c #Conflicts:    2051000 | #Constraints:      36503
1731.86/1736.52	c #Conflicts:    2052000 | #Constraints:      37503
1731.86/1736.52	c #Conflicts:    2053000 | #Constraints:      38503
1731.86/1736.52	c #Conflicts:    2054000 | #Constraints:      39503
1731.86/1736.52	c #Conflicts:    2055000 | #Constraints:      40503
1731.86/1736.52	c #Conflicts:    2056000 | #Constraints:      41503
1731.86/1736.52	c #Conflicts:    2057000 | #Constraints:      42503
1731.86/1736.52	c #Conflicts:    2058000 | #Constraints:      43503
1731.86/1736.52	c #Conflicts:    2059000 | #Constraints:      44503
1731.86/1736.52	c #Conflicts:    2060000 | #Constraints:      45503
1731.86/1736.52	c #Conflicts:    2061000 | #Constraints:      46503
1731.86/1736.52	c #Conflicts:    2062000 | #Constraints:      47503
1731.86/1736.52	c #Conflicts:    2063000 | #Constraints:      48503
1731.86/1736.52	c #Conflicts:    2064000 | #Constraints:      49503
1731.86/1736.52	c #Conflicts:    2065000 | #Constraints:      50503
1731.86/1736.52	c #Conflicts:    2066000 | #Constraints:      51503
1731.86/1736.52	c #Conflicts:    2067000 | #Constraints:      52503
1731.86/1736.52	c #Conflicts:    2068000 | #Constraints:      53503
1731.86/1736.52	c #Conflicts:    2069000 | #Constraints:      54503
1731.86/1736.52	c #Conflicts:    2070000 | #Constraints:      55503
1731.86/1736.52	c #Conflicts:    2071000 | #Constraints:      56503
1731.86/1736.52	c #Conflicts:    2072000 | #Constraints:      57503
1731.86/1736.52	c #Conflicts:    2073000 | #Constraints:      58503
1731.86/1736.52	c #Conflicts:    2074000 | #Constraints:      59503
1731.86/1736.52	c #Conflicts:    2075000 | #Constraints:      60503
1731.86/1736.52	c #Conflicts:    2076000 | #Constraints:      61503
1731.86/1736.52	c #Conflicts:    2077000 | #Constraints:      62503
1731.86/1736.52	c #Conflicts:    2078000 | #Constraints:      63503
1731.86/1736.52	c #Conflicts:    2079000 | #Constraints:      64503
1731.86/1736.52	c INPROCESSING
1731.86/1736.52	c GARBAGE COLLECT
1731.86/1736.52	c rational objective 1002
1756.29/1761.01	c #Conflicts:    2080000 | #Constraints:      36791
1756.29/1761.01	c #Conflicts:    2081000 | #Constraints:      37853
1756.29/1761.01	c #Conflicts:    2082000 | #Constraints:      38895
1756.29/1761.01	c #Conflicts:    2083000 | #Constraints:      39946
1756.29/1761.01	c #Conflicts:    2084000 | #Constraints:      40984
1756.29/1761.01	c #Conflicts:    2085000 | #Constraints:      42017
1756.29/1761.01	c #Conflicts:    2086000 | #Constraints:      43057
1756.29/1761.01	c #Conflicts:    2087000 | #Constraints:      44084
1756.29/1761.01	c #Conflicts:    2088000 | #Constraints:      45133
1756.29/1761.01	c #Conflicts:    2089000 | #Constraints:      46165
1756.29/1761.01	c #Conflicts:    2090000 | #Constraints:      47190
1756.29/1761.01	c #Conflicts:    2091000 | #Constraints:      48237
1756.29/1761.01	c #Conflicts:    2092000 | #Constraints:      49259
1756.29/1761.01	c #Conflicts:    2093000 | #Constraints:      50304
1756.29/1761.01	c #Conflicts:    2094000 | #Constraints:      51339
1756.29/1761.01	c #Conflicts:    2095000 | #Constraints:      52369
1756.29/1761.01	c #Conflicts:    2096000 | #Constraints:      53393
1756.29/1761.01	c #Conflicts:    2097000 | #Constraints:      54432
1756.29/1761.01	c #Conflicts:    2098000 | #Constraints:      55450
1756.29/1761.01	c #Conflicts:    2099000 | #Constraints:      56482
1756.29/1761.01	c #Conflicts:    2100000 | #Constraints:      57512
1756.29/1761.01	c #Conflicts:    2101000 | #Constraints:      58536
1756.29/1761.01	c #Conflicts:    2102000 | #Constraints:      59586
1756.29/1761.01	c #Conflicts:    2103000 | #Constraints:      60616
1756.29/1761.01	c #Conflicts:    2104000 | #Constraints:      61638
1756.29/1761.01	c #Conflicts:    2105000 | #Constraints:      62655
1756.29/1761.01	c #Conflicts:    2106000 | #Constraints:      63699
1756.29/1761.01	c #Conflicts:    2107000 | #Constraints:      64737
1756.29/1761.01	c #Conflicts:    2108000 | #Constraints:      65760
1756.29/1761.01	c INPROCESSING
1756.29/1761.01	c GARBAGE COLLECT
1756.29/1761.01	c rational objective 1002
1785.32/1790.16	c #Conflicts:    2109000 | #Constraints:      37324
1785.32/1790.16	c #Conflicts:    2110000 | #Constraints:      38324
1785.32/1790.16	c #Conflicts:    2111000 | #Constraints:      39324
1785.32/1790.16	c #Conflicts:    2112000 | #Constraints:      40324
1785.32/1790.16	c #Conflicts:    2113000 | #Constraints:      41324
1785.32/1790.16	c #Conflicts:    2114000 | #Constraints:      42324
1785.32/1790.16	c #Conflicts:    2115000 | #Constraints:      43324
1785.32/1790.16	c #Conflicts:    2116000 | #Constraints:      44324
1785.32/1790.16	c #Conflicts:    2117000 | #Constraints:      45324
1785.32/1790.16	c #Conflicts:    2118000 | #Constraints:      46324
1785.32/1790.16	c #Conflicts:    2119000 | #Constraints:      47324
1785.32/1790.16	c #Conflicts:    2120000 | #Constraints:      48324
1785.32/1790.16	c #Conflicts:    2121000 | #Constraints:      49324
1785.32/1790.16	c #Conflicts:    2122000 | #Constraints:      50324
1785.32/1790.16	c #Conflicts:    2123000 | #Constraints:      51324
1785.32/1790.16	c #Conflicts:    2124000 | #Constraints:      52324
1785.32/1790.16	c #Conflicts:    2125000 | #Constraints:      53324
1785.32/1790.16	c #Conflicts:    2126000 | #Constraints:      54324
1785.32/1790.16	c #Conflicts:    2127000 | #Constraints:      55324
1785.32/1790.16	c #Conflicts:    2128000 | #Constraints:      56324
1785.32/1790.16	c #Conflicts:    2129000 | #Constraints:      57324
1785.32/1790.16	c #Conflicts:    2130000 | #Constraints:      58324
1785.32/1790.16	c #Conflicts:    2131000 | #Constraints:      59324
1785.32/1790.16	c #Conflicts:    2132000 | #Constraints:      60324
1785.32/1790.16	c #Conflicts:    2133000 | #Constraints:      61324
1785.32/1790.16	c #Conflicts:    2134000 | #Constraints:      62324
1785.32/1790.16	c #Conflicts:    2135000 | #Constraints:      63324
1785.32/1790.16	c #Conflicts:    2136000 | #Constraints:      64324
1785.32/1790.16	c #Conflicts:    2137000 | #Constraints:      65324
1785.32/1790.16	c INPROCESSING
1785.32/1790.16	c GARBAGE COLLECT
1785.32/1790.16	c rational objective 1002
1849.74/1854.74	c #Conflicts:    2138000 | #Constraints:      37133
1849.74/1854.74	c #Conflicts:    2139000 | #Constraints:      38144
1849.74/1854.74	c #Conflicts:    2140000 | #Constraints:      39153
1849.74/1854.74	c #Conflicts:    2141000 | #Constraints:      40179
1849.74/1854.74	c #Conflicts:    2142000 | #Constraints:      41212
1849.74/1854.74	c #Conflicts:    2143000 | #Constraints:      42244
1849.74/1854.74	c #Conflicts:    2144000 | #Constraints:      43259
1849.74/1854.74	c #Conflicts:    2145000 | #Constraints:      44290
1849.74/1854.74	c #Conflicts:    2146000 | #Constraints:      45320
1849.74/1854.74	c #Conflicts:    2147000 | #Constraints:      46328
1849.74/1854.74	c #Conflicts:    2148000 | #Constraints:      47353
1849.74/1854.74	c #Conflicts:    2149000 | #Constraints:      48361
1849.74/1854.74	c #Conflicts:    2150000 | #Constraints:      49375
1849.74/1854.74	c #Conflicts:    2151000 | #Constraints:      50380
1849.74/1854.74	c #Conflicts:    2152000 | #Constraints:      51383
1849.74/1854.74	c #Conflicts:    2153000 | #Constraints:      52390
1849.74/1854.74	c #Conflicts:    2154000 | #Constraints:      53397
1849.74/1854.74	c #Conflicts:    2155000 | #Constraints:      54401
1849.74/1854.74	c #Conflicts:    2156000 | #Constraints:      55408
1849.74/1854.74	c #Conflicts:    2157000 | #Constraints:      56417
1849.74/1854.74	c #Conflicts:    2158000 | #Constraints:      57419
1849.74/1854.74	c #Conflicts:    2159000 | #Constraints:      58426
1849.74/1854.74	c #Conflicts:    2160000 | #Constraints:      59430
1849.74/1854.74	c #Conflicts:    2161000 | #Constraints:      60476
1849.74/1854.74	c #Conflicts:    2162000 | #Constraints:      61547
1849.74/1854.74	c #Conflicts:    2163000 | #Constraints:      62601
1849.74/1854.74	c #Conflicts:    2164000 | #Constraints:      63635
1849.74/1854.74	c #Conflicts:    2165000 | #Constraints:      64675
1849.74/1854.74	c #Conflicts:    2166000 | #Constraints:      65716
1849.74/1854.74	c INPROCESSING
1849.74/1854.74	c GARBAGE COLLECT
1849.74/1854.74	c rational objective 1002
1877.76/1882.89	c #Conflicts:    2167000 | #Constraints:      36989
1877.76/1882.89	c #Conflicts:    2168000 | #Constraints:      37989
1877.76/1882.89	c #Conflicts:    2169000 | #Constraints:      38989
1877.76/1882.89	c #Conflicts:    2170000 | #Constraints:      39989
1877.76/1882.89	c #Conflicts:    2171000 | #Constraints:      40989
1877.76/1882.89	c #Conflicts:    2172000 | #Constraints:      41989
1877.76/1882.89	c #Conflicts:    2173000 | #Constraints:      42989
1877.76/1882.89	c #Conflicts:    2174000 | #Constraints:      43989
1877.76/1882.89	c #Conflicts:    2175000 | #Constraints:      44989
1877.76/1882.89	c #Conflicts:    2176000 | #Constraints:      45989
1877.76/1882.89	c #Conflicts:    2177000 | #Constraints:      46989
1877.76/1882.89	c #Conflicts:    2178000 | #Constraints:      47989
1877.76/1882.89	c #Conflicts:    2179000 | #Constraints:      48989
1877.76/1882.89	c #Conflicts:    2180000 | #Constraints:      49989
1877.76/1882.89	c #Conflicts:    2181000 | #Constraints:      50989
1877.76/1882.89	c #Conflicts:    2182000 | #Constraints:      51989
1877.76/1882.89	c #Conflicts:    2183000 | #Constraints:      52989
1877.76/1882.89	c #Conflicts:    2184000 | #Constraints:      53989
1877.76/1882.89	c #Conflicts:    2185000 | #Constraints:      54989
1877.76/1882.89	c #Conflicts:    2186000 | #Constraints:      55989
1877.76/1882.89	c #Conflicts:    2187000 | #Constraints:      56989
1877.76/1882.89	c #Conflicts:    2188000 | #Constraints:      57989
1877.76/1882.89	c #Conflicts:    2189000 | #Constraints:      58989
1877.76/1882.89	c #Conflicts:    2190000 | #Constraints:      59989
1877.76/1882.89	c #Conflicts:    2191000 | #Constraints:      60989
1877.76/1882.89	c #Conflicts:    2192000 | #Constraints:      61989
1877.76/1882.89	c #Conflicts:    2193000 | #Constraints:      62989
1877.76/1882.89	c #Conflicts:    2194000 | #Constraints:      63989
1877.76/1882.89	c #Conflicts:    2195000 | #Constraints:      64989
1877.76/1882.89	c #Conflicts:    2196000 | #Constraints:      65989
1877.76/1882.89	c INPROCESSING
1877.76/1882.89	c GARBAGE COLLECT
1877.76/1882.89	c rational objective 1002
1903.00/1908.12	c #Conflicts:    2197000 | #Constraints:      37470
1903.00/1908.12	c #Conflicts:    2198000 | #Constraints:      38470
1903.00/1908.12	c #Conflicts:    2199000 | #Constraints:      39470
1903.00/1908.12	c #Conflicts:    2200000 | #Constraints:      40470
1903.00/1908.12	c #Conflicts:    2201000 | #Constraints:      41470
1903.00/1908.12	c #Conflicts:    2202000 | #Constraints:      42470
1903.00/1908.12	c #Conflicts:    2203000 | #Constraints:      43470
1903.00/1908.12	c #Conflicts:    2204000 | #Constraints:      44470
1903.00/1908.12	c #Conflicts:    2205000 | #Constraints:      45470
1903.00/1908.12	c #Conflicts:    2206000 | #Constraints:      46470
1903.00/1908.12	c #Conflicts:    2207000 | #Constraints:      47470
1903.00/1908.12	c #Conflicts:    2208000 | #Constraints:      48470
1903.00/1908.12	c #Conflicts:    2209000 | #Constraints:      49470
1903.00/1908.12	c #Conflicts:    2210000 | #Constraints:      50470
1903.00/1908.12	c #Conflicts:    2211000 | #Constraints:      51470
1903.00/1908.12	c #Conflicts:    2212000 | #Constraints:      52470
1903.00/1908.12	c #Conflicts:    2213000 | #Constraints:      53470
1903.00/1908.12	c #Conflicts:    2214000 | #Constraints:      54470
1903.00/1908.12	c #Conflicts:    2215000 | #Constraints:      55470
1903.00/1908.12	c #Conflicts:    2216000 | #Constraints:      56470
1903.00/1908.12	c #Conflicts:    2217000 | #Constraints:      57470
1903.00/1908.12	c #Conflicts:    2218000 | #Constraints:      58470
1903.00/1908.12	c #Conflicts:    2219000 | #Constraints:      59470
1903.00/1908.12	c #Conflicts:    2220000 | #Constraints:      60470
1903.00/1908.12	c #Conflicts:    2221000 | #Constraints:      61470
1903.00/1908.12	c #Conflicts:    2222000 | #Constraints:      62470
1903.00/1908.12	c #Conflicts:    2223000 | #Constraints:      63470
1903.00/1908.12	c #Conflicts:    2224000 | #Constraints:      64470
1903.00/1908.12	c #Conflicts:    2225000 | #Constraints:      65470
1903.00/1908.12	c #Conflicts:    2226000 | #Constraints:      66470
1903.00/1908.12	c INPROCESSING
1903.00/1908.12	c GARBAGE COLLECT
1903.00/1908.12	c rational objective 1002
1930.83/1936.05	c #Conflicts:    2227000 | #Constraints:      37781
1930.83/1936.05	c #Conflicts:    2228000 | #Constraints:      38781
1930.83/1936.05	c #Conflicts:    2229000 | #Constraints:      39781
1930.83/1936.05	c #Conflicts:    2230000 | #Constraints:      40781
1930.83/1936.05	c #Conflicts:    2231000 | #Constraints:      41781
1930.83/1936.05	c #Conflicts:    2232000 | #Constraints:      42781
1930.83/1936.05	c #Conflicts:    2233000 | #Constraints:      43781
1930.83/1936.05	c #Conflicts:    2234000 | #Constraints:      44781
1930.83/1936.05	c #Conflicts:    2235000 | #Constraints:      45781
1930.83/1936.05	c #Conflicts:    2236000 | #Constraints:      46781
1930.83/1936.05	c #Conflicts:    2237000 | #Constraints:      47781
1930.83/1936.05	c #Conflicts:    2238000 | #Constraints:      48781
1930.83/1936.05	c #Conflicts:    2239000 | #Constraints:      49781
1930.83/1936.05	c #Conflicts:    2240000 | #Constraints:      50781
1930.83/1936.05	c #Conflicts:    2241000 | #Constraints:      51781
1930.83/1936.05	c #Conflicts:    2242000 | #Constraints:      52781
1930.83/1936.05	c #Conflicts:    2243000 | #Constraints:      53781
1930.83/1936.05	c #Conflicts:    2244000 | #Constraints:      54781
1930.83/1936.05	c #Conflicts:    2245000 | #Constraints:      55781
1930.83/1936.05	c #Conflicts:    2246000 | #Constraints:      56781
1930.83/1936.05	c #Conflicts:    2247000 | #Constraints:      57781
1930.83/1936.05	c #Conflicts:    2248000 | #Constraints:      58781
1930.83/1936.05	c #Conflicts:    2249000 | #Constraints:      59781
1930.83/1936.05	c #Conflicts:    2250000 | #Constraints:      60781
1930.83/1936.05	c #Conflicts:    2251000 | #Constraints:      61781
1930.83/1936.05	c #Conflicts:    2252000 | #Constraints:      62781
1930.83/1936.05	c #Conflicts:    2253000 | #Constraints:      63781
1930.83/1936.05	c #Conflicts:    2254000 | #Constraints:      64781
1930.83/1936.05	c #Conflicts:    2255000 | #Constraints:      65781
1930.83/1936.05	c #Conflicts:    2256000 | #Constraints:      66781
1930.83/1936.05	c INPROCESSING
1930.83/1936.05	c GARBAGE COLLECT
1930.83/1936.05	c rational objective 1002
1963.45/1968.75	c #Conflicts:    2257000 | #Constraints:      37945
1963.45/1968.75	c #Conflicts:    2258000 | #Constraints:      38945
1963.45/1968.75	c #Conflicts:    2259000 | #Constraints:      39945
1963.45/1968.75	c #Conflicts:    2260000 | #Constraints:      40945
1963.45/1968.75	c #Conflicts:    2261000 | #Constraints:      41945
1963.45/1968.75	c #Conflicts:    2262000 | #Constraints:      42945
1963.45/1968.75	c #Conflicts:    2263000 | #Constraints:      43945
1963.45/1968.75	c #Conflicts:    2264000 | #Constraints:      44945
1963.45/1968.75	c #Conflicts:    2265000 | #Constraints:      45945
1963.45/1968.75	c #Conflicts:    2266000 | #Constraints:      46945
1963.45/1968.75	c #Conflicts:    2267000 | #Constraints:      47945
1963.45/1968.75	c #Conflicts:    2268000 | #Constraints:      48945
1963.45/1968.75	c #Conflicts:    2269000 | #Constraints:      49945
1963.45/1968.75	c #Conflicts:    2270000 | #Constraints:      50945
1963.45/1968.75	c #Conflicts:    2271000 | #Constraints:      51945
1963.45/1968.75	c #Conflicts:    2272000 | #Constraints:      52946
1963.45/1968.75	c #Conflicts:    2273000 | #Constraints:      53946
1963.45/1968.75	c #Conflicts:    2274000 | #Constraints:      54946
1963.45/1968.75	c #Conflicts:    2275000 | #Constraints:      55946
1963.45/1968.75	c #Conflicts:    2276000 | #Constraints:      56946
1963.45/1968.75	c #Conflicts:    2277000 | #Constraints:      57946
1963.45/1968.75	c #Conflicts:    2278000 | #Constraints:      58946
1963.45/1968.75	c #Conflicts:    2279000 | #Constraints:      59946
1963.45/1968.75	c #Conflicts:    2280000 | #Constraints:      60946
1963.45/1968.75	c #Conflicts:    2281000 | #Constraints:      61946
1963.45/1968.75	c #Conflicts:    2282000 | #Constraints:      62946
1963.45/1968.75	c #Conflicts:    2283000 | #Constraints:      63946
1963.45/1968.75	c #Conflicts:    2284000 | #Constraints:      64946
1963.45/1968.75	c #Conflicts:    2285000 | #Constraints:      65946
1963.45/1968.75	c #Conflicts:    2286000 | #Constraints:      66946
1963.45/1968.75	c INPROCESSING
1963.45/1968.75	c GARBAGE COLLECT
1963.45/1968.75	c rational objective 1002
1990.28/1995.62	c #Conflicts:    2287000 | #Constraints:      37944
1990.28/1995.62	c #Conflicts:    2288000 | #Constraints:      38944
1990.28/1995.62	c #Conflicts:    2289000 | #Constraints:      39944
1990.28/1995.62	c #Conflicts:    2290000 | #Constraints:      40944
1990.28/1995.62	c #Conflicts:    2291000 | #Constraints:      41944
1990.28/1995.62	c #Conflicts:    2292000 | #Constraints:      42944
1990.28/1995.62	c #Conflicts:    2293000 | #Constraints:      43944
1990.28/1995.62	c #Conflicts:    2294000 | #Constraints:      44944
1990.28/1995.62	c #Conflicts:    2295000 | #Constraints:      45944
1990.28/1995.62	c #Conflicts:    2296000 | #Constraints:      46944
1990.28/1995.62	c #Conflicts:    2297000 | #Constraints:      47944
1990.28/1995.62	c #Conflicts:    2298000 | #Constraints:      48944
1990.28/1995.62	c #Conflicts:    2299000 | #Constraints:      49945
1990.28/1995.62	c #Conflicts:    2300000 | #Constraints:      50945
1990.28/1995.62	c #Conflicts:    2301000 | #Constraints:      51945
1990.28/1995.62	c #Conflicts:    2302000 | #Constraints:      52945
1990.28/1995.62	c #Conflicts:    2303000 | #Constraints:      53945
1990.28/1995.62	c #Conflicts:    2304000 | #Constraints:      54945
1990.28/1995.62	c #Conflicts:    2305000 | #Constraints:      55945
1990.28/1995.62	c #Conflicts:    2306000 | #Constraints:      56945
1990.28/1995.62	c #Conflicts:    2307000 | #Constraints:      57946
1990.28/1995.62	c #Conflicts:    2308000 | #Constraints:      58947
1990.28/1995.62	c #Conflicts:    2309000 | #Constraints:      59948
1990.28/1995.62	c #Conflicts:    2310000 | #Constraints:      60948
1990.28/1995.62	c #Conflicts:    2311000 | #Constraints:      61950
1990.28/1995.62	c #Conflicts:    2312000 | #Constraints:      62950
1990.28/1995.62	c #Conflicts:    2313000 | #Constraints:      63951
1990.28/1995.62	c #Conflicts:    2314000 | #Constraints:      64956
1990.28/1995.62	c #Conflicts:    2315000 | #Constraints:      65961
1990.28/1995.62	c #Conflicts:    2316000 | #Constraints:      66962
1990.28/1995.62	c INPROCESSING
1990.28/1995.62	c GARBAGE COLLECT
1990.28/1995.62	c rational objective 1002
2103.20/2108.83	c #Conflicts:    2317000 | #Constraints:      37672
2103.20/2108.83	c #Conflicts:    2318000 | #Constraints:      38672
2103.20/2108.83	c #Conflicts:    2319000 | #Constraints:      39672
2103.20/2108.83	c #Conflicts:    2320000 | #Constraints:      40672
2103.20/2108.83	c #Conflicts:    2321000 | #Constraints:      41672
2103.20/2108.83	c #Conflicts:    2322000 | #Constraints:      42672
2103.20/2108.83	c #Conflicts:    2323000 | #Constraints:      43672
2103.20/2108.83	c #Conflicts:    2324000 | #Constraints:      44672
2103.20/2108.83	c #Conflicts:    2325000 | #Constraints:      45672
2103.20/2108.83	c #Conflicts:    2326000 | #Constraints:      46672
2103.20/2108.83	c #Conflicts:    2327000 | #Constraints:      47672
2103.20/2108.83	c #Conflicts:    2328000 | #Constraints:      48672
2103.20/2108.83	c #Conflicts:    2329000 | #Constraints:      49672
2103.20/2108.83	c #Conflicts:    2330000 | #Constraints:      50672
2103.20/2108.83	c #Conflicts:    2331000 | #Constraints:      51672
2103.20/2108.83	c #Conflicts:    2332000 | #Constraints:      52672
2103.20/2108.83	c #Conflicts:    2333000 | #Constraints:      53672
2103.20/2108.83	c #Conflicts:    2334000 | #Constraints:      54672
2103.20/2108.83	c #Conflicts:    2335000 | #Constraints:      55672
2103.20/2108.83	c #Conflicts:    2336000 | #Constraints:      56672
2103.20/2108.83	c #Conflicts:    2337000 | #Constraints:      57672
2103.20/2108.83	c #Conflicts:    2338000 | #Constraints:      58672
2103.20/2108.83	c #Conflicts:    2339000 | #Constraints:      59672
2103.20/2108.83	c #Conflicts:    2340000 | #Constraints:      60672
2103.20/2108.83	c #Conflicts:    2341000 | #Constraints:      61672
2103.20/2108.83	c #Conflicts:    2342000 | #Constraints:      62672
2103.20/2108.83	c #Conflicts:    2343000 | #Constraints:      63672
2103.20/2108.83	c #Conflicts:    2344000 | #Constraints:      64672
2103.20/2108.83	c #Conflicts:    2345000 | #Constraints:      65672
2103.20/2108.83	c #Conflicts:    2346000 | #Constraints:      66672
2103.20/2108.83	c #Conflicts:    2347000 | #Constraints:      67672
2103.20/2108.83	c #Conflicts:    2348000 | #Constraints:      68672
2103.20/2108.83	c #Conflicts:    2349000 | #Constraints:      69672
2103.20/2108.83	c #Conflicts:    2350000 | #Constraints:      70672
2103.20/2108.83	c #Conflicts:    2351000 | #Constraints:      71672
2103.20/2108.83	c #Conflicts:    2352000 | #Constraints:      72672
2103.20/2108.83	c #Conflicts:    2353000 | #Constraints:      73672
2103.20/2108.83	c #Conflicts:    2354000 | #Constraints:      74672
2103.20/2108.83	c #Conflicts:    2355000 | #Constraints:      75672
2103.20/2108.83	c #Conflicts:    2356000 | #Constraints:      76672
2103.20/2108.83	c #Conflicts:    2357000 | #Constraints:      77672
2103.20/2108.83	c #Conflicts:    2358000 | #Constraints:      78672
2103.20/2108.83	c #Conflicts:    2359000 | #Constraints:      79672
2103.20/2108.83	c #Conflicts:    2360000 | #Constraints:      80672
2103.20/2108.83	c #Conflicts:    2361000 | #Constraints:      81672
2103.20/2108.83	c #Conflicts:    2362000 | #Constraints:      82672
2103.20/2108.83	c #Conflicts:    2363000 | #Constraints:      83672
2103.20/2108.83	c #Conflicts:    2364000 | #Constraints:      84672
2103.20/2108.83	c #Conflicts:    2365000 | #Constraints:      85672
2103.20/2108.83	c #Conflicts:    2366000 | #Constraints:      86672
2103.20/2108.83	c #Conflicts:    2367000 | #Constraints:      87672
2103.20/2108.83	c #Conflicts:    2368000 | #Constraints:      88672
2103.20/2108.83	c #Conflicts:    2369000 | #Constraints:      89672
2103.20/2108.83	c #Conflicts:    2370000 | #Constraints:      90672
2103.20/2108.83	c #Conflicts:    2371000 | #Constraints:      91672
2103.20/2108.83	c #Conflicts:    2372000 | #Constraints:      92672
2103.20/2108.83	c #Conflicts:    2373000 | #Constraints:      93672
2103.20/2108.83	c #Conflicts:    2374000 | #Constraints:      94672
2103.20/2108.83	c #Conflicts:    2375000 | #Constraints:      95672
2103.20/2108.83	c #Conflicts:    2376000 | #Constraints:      96672
2103.20/2108.83	c #Conflicts:    2377000 | #Constraints:      97672
2103.20/2108.83	c #Conflicts:    2378000 | #Constraints:      98672
2103.20/2108.83	c #Conflicts:    2379000 | #Constraints:      99672
2103.20/2108.83	c #Conflicts:    2380000 | #Constraints:     100672
2103.20/2108.83	c #Conflicts:    2381000 | #Constraints:     101672
2103.20/2108.83	c #Conflicts:    2382000 | #Constraints:     102672
2103.20/2108.83	c #Conflicts:    2383000 | #Constraints:     103672
2103.20/2108.83	c #Conflicts:    2384000 | #Constraints:     104672
2103.20/2108.83	c #Conflicts:    2385000 | #Constraints:     105672
2103.20/2108.83	c #Conflicts:    2386000 | #Constraints:     106672
2103.20/2108.83	c #Conflicts:    2387000 | #Constraints:     107672
2103.20/2108.83	c #Conflicts:    2388000 | #Constraints:     108672
2103.20/2108.83	c #Conflicts:    2389000 | #Constraints:     109672
2103.20/2108.83	c #Conflicts:    2390000 | #Constraints:     110672
2103.20/2108.83	c #Conflicts:    2391000 | #Constraints:     111672
2103.20/2108.83	c #Conflicts:    2392000 | #Constraints:     112672
2103.20/2108.83	c #Conflicts:    2393000 | #Constraints:     113672
2103.20/2108.83	c #Conflicts:    2394000 | #Constraints:     114672
2103.20/2108.83	c #Conflicts:    2395000 | #Constraints:     115672
2360.52/2366.87	c #Conflicts:    2396000 | #Constraints:     116672
2360.52/2366.87	c #Conflicts:    2397000 | #Constraints:     117672
2360.52/2366.87	c #Conflicts:    2398000 | #Constraints:     118672
2360.52/2366.87	c #Conflicts:    2399000 | #Constraints:     119672
2360.52/2366.87	c #Conflicts:    2400000 | #Constraints:     120672
2360.52/2366.87	c #Conflicts:    2401000 | #Constraints:     121672
2360.52/2366.87	c #Conflicts:    2402000 | #Constraints:     122672
2360.52/2366.87	c #Conflicts:    2403000 | #Constraints:     123672
2360.52/2366.87	c #Conflicts:    2404000 | #Constraints:     124672
2360.52/2366.87	c #Conflicts:    2405000 | #Constraints:     125672
2360.52/2366.87	c #Conflicts:    2406000 | #Constraints:     126672
2360.52/2366.87	c #Conflicts:    2407000 | #Constraints:     127672
2360.52/2366.87	c #Conflicts:    2408000 | #Constraints:     128672
2360.52/2366.87	c #Conflicts:    2409000 | #Constraints:     129672
2360.52/2366.87	c #Conflicts:    2410000 | #Constraints:     130672
2360.52/2366.87	c #Conflicts:    2411000 | #Constraints:     131672
2360.52/2366.87	c #Conflicts:    2412000 | #Constraints:     132672
2360.52/2366.87	c #Conflicts:    2413000 | #Constraints:     133672
2360.52/2366.87	c #Conflicts:    2414000 | #Constraints:     134672
2360.52/2366.87	c #Conflicts:    2415000 | #Constraints:     135672
2360.52/2366.87	c #Conflicts:    2416000 | #Constraints:     136672
2360.52/2366.87	c #Conflicts:    2417000 | #Constraints:     137672
2360.52/2366.87	c #Conflicts:    2418000 | #Constraints:     138672
2360.52/2366.87	c #Conflicts:    2419000 | #Constraints:     139672
2360.52/2366.87	c #Conflicts:    2420000 | #Constraints:     140672
2360.52/2366.87	c #Conflicts:    2421000 | #Constraints:     141672
2360.52/2366.87	c #Conflicts:    2422000 | #Constraints:     142672
2360.52/2366.87	c #Conflicts:    2423000 | #Constraints:     143672
2360.52/2366.87	c #Conflicts:    2424000 | #Constraints:     144672
2360.52/2366.87	c #Conflicts:    2425000 | #Constraints:     145672
2360.52/2366.87	c #Conflicts:    2426000 | #Constraints:     146672
2360.52/2366.87	c #Conflicts:    2427000 | #Constraints:     147672
2360.52/2366.87	c #Conflicts:    2428000 | #Constraints:     148672
2360.52/2366.87	c #Conflicts:    2429000 | #Constraints:     149672
2360.52/2366.87	c #Conflicts:    2430000 | #Constraints:     150672
2360.52/2366.87	c #Conflicts:    2431000 | #Constraints:     151672
2360.52/2366.87	c #Conflicts:    2432000 | #Constraints:     152672
2360.52/2366.87	c #Conflicts:    2433000 | #Constraints:     153672
2360.52/2366.87	c #Conflicts:    2434000 | #Constraints:     154672
2360.52/2366.87	c #Conflicts:    2435000 | #Constraints:     155672
2360.52/2366.87	c #Conflicts:    2436000 | #Constraints:     156672
2360.52/2366.87	c #Conflicts:    2437000 | #Constraints:     157672
2360.52/2366.87	c #Conflicts:    2438000 | #Constraints:     158672
2360.52/2366.87	c #Conflicts:    2439000 | #Constraints:     159672
2360.52/2366.87	c #Conflicts:    2440000 | #Constraints:     160672
2360.52/2366.87	c #Conflicts:    2441000 | #Constraints:     161672
2360.52/2366.87	c #Conflicts:    2442000 | #Constraints:     162672
2360.52/2366.87	c #Conflicts:    2443000 | #Constraints:     163672
2360.52/2366.87	c #Conflicts:    2444000 | #Constraints:     164672
2360.52/2366.87	c #Conflicts:    2445000 | #Constraints:     165672
2360.52/2366.87	c #Conflicts:    2446000 | #Constraints:     166672
2360.52/2366.87	c #Conflicts:    2447000 | #Constraints:     167672
2360.52/2366.87	c #Conflicts:    2448000 | #Constraints:     168672
2360.52/2366.87	c #Conflicts:    2449000 | #Constraints:     169672
2360.52/2366.87	c #Conflicts:    2450000 | #Constraints:     170672
2360.52/2366.87	c #Conflicts:    2451000 | #Constraints:     171672
2360.52/2366.87	c #Conflicts:    2452000 | #Constraints:     172672
2360.52/2366.87	c #Conflicts:    2453000 | #Constraints:     173672
2360.52/2366.87	c #Conflicts:    2454000 | #Constraints:     174672
2360.52/2366.87	c #Conflicts:    2455000 | #Constraints:     175672
2360.52/2366.87	c #Conflicts:    2456000 | #Constraints:     176672
2360.52/2366.87	c #Conflicts:    2457000 | #Constraints:     177672
2360.52/2366.87	c #Conflicts:    2458000 | #Constraints:     178672
2360.52/2366.87	c #Conflicts:    2459000 | #Constraints:     179672
2360.52/2366.87	c #Conflicts:    2460000 | #Constraints:     180672
2360.52/2366.87	c #Conflicts:    2461000 | #Constraints:     181672
2360.52/2366.87	c #Conflicts:    2462000 | #Constraints:     182672
2360.52/2366.87	c #Conflicts:    2463000 | #Constraints:     183672
2360.52/2366.87	c #Conflicts:    2464000 | #Constraints:     184672
2360.52/2366.87	c #Conflicts:    2465000 | #Constraints:     185672
2360.52/2366.87	c #Conflicts:    2466000 | #Constraints:     186672
2360.52/2366.87	c #Conflicts:    2467000 | #Constraints:     187672
2360.52/2366.87	c #Conflicts:    2468000 | #Constraints:     188672
2360.52/2366.87	c #Conflicts:    2469000 | #Constraints:     189672
2360.52/2366.87	c #Conflicts:    2470000 | #Constraints:     190672
2360.52/2366.87	c #Conflicts:    2471000 | #Constraints:     191672
2360.52/2366.87	c #Conflicts:    2472000 | #Constraints:     192672
2360.52/2366.87	c #Conflicts:    2473000 | #Constraints:     193672
2360.52/2366.87	c #Conflicts:    2474000 | #Constraints:     194672
2373.16/2379.52	c #Conflicts:    2475000 | #Constraints:     195672
2373.16/2379.52	c #Conflicts:    2476000 | #Constraints:     196672
2373.16/2379.52	c INPROCESSING
2373.16/2379.52	c GARBAGE COLLECT
2373.16/2379.52	c rational objective 1002
2414.36/2420.88	c #Conflicts:    2477000 | #Constraints:     102472
2414.36/2420.88	c #Conflicts:    2478000 | #Constraints:     103473
2414.36/2420.88	c #Conflicts:    2479000 | #Constraints:     104498
2414.36/2420.88	c #Conflicts:    2480000 | #Constraints:     105571
2414.36/2420.88	c #Conflicts:    2481000 | #Constraints:     106621
2414.36/2420.88	c #Conflicts:    2482000 | #Constraints:     107679
2414.36/2420.88	c #Conflicts:    2483000 | #Constraints:     108740
2414.36/2420.88	c #Conflicts:    2484000 | #Constraints:     109791
2414.36/2420.88	c #Conflicts:    2485000 | #Constraints:     110842
2414.36/2420.88	c #Conflicts:    2486000 | #Constraints:     111897
2414.36/2420.88	c #Conflicts:    2487000 | #Constraints:     112949
2414.36/2420.88	c #Conflicts:    2488000 | #Constraints:     113991
2414.36/2420.88	c #Conflicts:    2489000 | #Constraints:     115043
2414.36/2420.88	c #Conflicts:    2490000 | #Constraints:     116093
2414.36/2420.88	c #Conflicts:    2491000 | #Constraints:     117118
2414.36/2420.88	c #Conflicts:    2492000 | #Constraints:     118146
2414.36/2420.88	c #Conflicts:    2493000 | #Constraints:     119179
2414.36/2420.88	c #Conflicts:    2494000 | #Constraints:     120232
2414.36/2420.88	c #Conflicts:    2495000 | #Constraints:     121273
2414.36/2420.88	c #Conflicts:    2496000 | #Constraints:     122300
2414.36/2420.88	c #Conflicts:    2497000 | #Constraints:     123328
2414.36/2420.88	c #Conflicts:    2498000 | #Constraints:     124363
2414.36/2420.88	c #Conflicts:    2499000 | #Constraints:     125383
2414.36/2420.88	c #Conflicts:    2500000 | #Constraints:     126411
2414.36/2420.88	c #Conflicts:    2501000 | #Constraints:     127438
2414.36/2420.88	c #Conflicts:    2502000 | #Constraints:     128476
2414.36/2420.88	c #Conflicts:    2503000 | #Constraints:     129503
2414.36/2420.88	c #Conflicts:    2504000 | #Constraints:     130537
2414.36/2420.88	c #Conflicts:    2505000 | #Constraints:     131579
2414.36/2420.88	c #Conflicts:    2506000 | #Constraints:     132615
2414.36/2420.88	c #Conflicts:    2507000 | #Constraints:     133641
2414.36/2420.88	c #Conflicts:    2508000 | #Constraints:     134668
2414.36/2420.88	c INPROCESSING
2414.36/2420.88	c GARBAGE COLLECT
2414.36/2420.88	c rational objective 1002
2445.38/2451.92	c #Conflicts:    2509000 | #Constraints:      71530
2445.38/2451.92	c #Conflicts:    2510000 | #Constraints:      72530
2445.38/2451.92	c #Conflicts:    2511000 | #Constraints:      73551
2445.38/2451.92	c #Conflicts:    2512000 | #Constraints:      74582
2445.38/2451.92	c #Conflicts:    2513000 | #Constraints:      75603
2445.38/2451.92	c #Conflicts:    2514000 | #Constraints:      76622
2445.38/2451.92	c #Conflicts:    2515000 | #Constraints:      77653
2445.38/2451.92	c #Conflicts:    2516000 | #Constraints:      78681
2445.38/2451.92	c #Conflicts:    2517000 | #Constraints:      79711
2445.38/2451.92	c #Conflicts:    2518000 | #Constraints:      80743
2445.38/2451.92	c #Conflicts:    2519000 | #Constraints:      81759
2445.38/2451.92	c #Conflicts:    2520000 | #Constraints:      82792
2445.38/2451.92	c #Conflicts:    2521000 | #Constraints:      83819
2445.38/2451.92	c #Conflicts:    2522000 | #Constraints:      84846
2445.38/2451.92	c #Conflicts:    2523000 | #Constraints:      85871
2445.38/2451.92	c #Conflicts:    2524000 | #Constraints:      86896
2445.38/2451.92	c #Conflicts:    2525000 | #Constraints:      87919
2445.38/2451.92	c #Conflicts:    2526000 | #Constraints:      88940
2445.38/2451.92	c #Conflicts:    2527000 | #Constraints:      89955
2445.38/2451.92	c #Conflicts:    2528000 | #Constraints:      90989
2445.38/2451.92	c #Conflicts:    2529000 | #Constraints:      92018
2445.38/2451.92	c #Conflicts:    2530000 | #Constraints:      93047
2445.38/2451.92	c #Conflicts:    2531000 | #Constraints:      94080
2445.38/2451.92	c #Conflicts:    2532000 | #Constraints:      95107
2445.38/2451.92	c #Conflicts:    2533000 | #Constraints:      96125
2445.38/2451.92	c #Conflicts:    2534000 | #Constraints:      97148
2445.38/2451.92	c #Conflicts:    2535000 | #Constraints:      98179
2445.38/2451.92	c #Conflicts:    2536000 | #Constraints:      99195
2445.38/2451.92	c #Conflicts:    2537000 | #Constraints:     100212
2445.38/2451.92	c #Conflicts:    2538000 | #Constraints:     101230
2445.38/2451.92	c #Conflicts:    2539000 | #Constraints:     102257
2445.38/2451.92	c #Conflicts:    2540000 | #Constraints:     103279
2445.38/2451.92	c INPROCESSING
2445.38/2451.92	c GARBAGE COLLECT
2445.38/2451.92	c rational objective 1002
2471.52/2478.11	c #Conflicts:    2541000 | #Constraints:      55910
2471.52/2478.11	c #Conflicts:    2542000 | #Constraints:      56910
2471.52/2478.11	c #Conflicts:    2543000 | #Constraints:      57929
2471.52/2478.11	c #Conflicts:    2544000 | #Constraints:      58949
2471.52/2478.11	c #Conflicts:    2545000 | #Constraints:      59980
2471.52/2478.11	c #Conflicts:    2546000 | #Constraints:      61012
2471.52/2478.11	c #Conflicts:    2547000 | #Constraints:      62035
2471.52/2478.11	c #Conflicts:    2548000 | #Constraints:      63055
2471.52/2478.11	c #Conflicts:    2549000 | #Constraints:      64074
2471.52/2478.11	c #Conflicts:    2550000 | #Constraints:      65096
2471.52/2478.11	c #Conflicts:    2551000 | #Constraints:      66131
2471.52/2478.11	c #Conflicts:    2552000 | #Constraints:      67154
2471.52/2478.11	c #Conflicts:    2553000 | #Constraints:      68175
2471.52/2478.11	c #Conflicts:    2554000 | #Constraints:      69197
2471.52/2478.11	c #Conflicts:    2555000 | #Constraints:      70232
2471.52/2478.11	c #Conflicts:    2556000 | #Constraints:      71259
2471.52/2478.11	c #Conflicts:    2557000 | #Constraints:      72277
2471.52/2478.11	c #Conflicts:    2558000 | #Constraints:      73296
2471.52/2478.11	c #Conflicts:    2559000 | #Constraints:      74311
2471.52/2478.11	c #Conflicts:    2560000 | #Constraints:      75327
2471.52/2478.11	c #Conflicts:    2561000 | #Constraints:      76343
2471.52/2478.11	c #Conflicts:    2562000 | #Constraints:      77362
2471.52/2478.11	c #Conflicts:    2563000 | #Constraints:      78383
2471.52/2478.11	c #Conflicts:    2564000 | #Constraints:      79413
2471.52/2478.11	c #Conflicts:    2565000 | #Constraints:      80444
2471.52/2478.11	c #Conflicts:    2566000 | #Constraints:      81467
2471.52/2478.11	c #Conflicts:    2567000 | #Constraints:      82486
2471.52/2478.11	c #Conflicts:    2568000 | #Constraints:      83518
2471.52/2478.11	c #Conflicts:    2569000 | #Constraints:      84541
2471.52/2478.11	c #Conflicts:    2570000 | #Constraints:      85558
2471.52/2478.11	c #Conflicts:    2571000 | #Constraints:      86568
2471.52/2478.11	c #Conflicts:    2572000 | #Constraints:      87580
2471.52/2478.11	c INPROCESSING
2471.52/2478.11	c GARBAGE COLLECT
2471.52/2478.11	c rational objective 1002
2495.95/2502.60	c #Conflicts:    2573000 | #Constraints:      48016
2495.95/2502.60	c #Conflicts:    2574000 | #Constraints:      49016
2495.95/2502.60	c #Conflicts:    2575000 | #Constraints:      50016
2495.95/2502.60	c #Conflicts:    2576000 | #Constraints:      51017
2495.95/2502.60	c #Conflicts:    2577000 | #Constraints:      52027
2495.95/2502.60	c #Conflicts:    2578000 | #Constraints:      53057
2495.95/2502.60	c #Conflicts:    2579000 | #Constraints:      54076
2495.95/2502.60	c #Conflicts:    2580000 | #Constraints:      55094
2495.95/2502.60	c #Conflicts:    2581000 | #Constraints:      56115
2495.95/2502.60	c #Conflicts:    2582000 | #Constraints:      57136
2495.95/2502.60	c #Conflicts:    2583000 | #Constraints:      58161
2495.95/2502.60	c #Conflicts:    2584000 | #Constraints:      59182
2495.95/2502.60	c #Conflicts:    2585000 | #Constraints:      60217
2495.95/2502.60	c #Conflicts:    2586000 | #Constraints:      61247
2495.95/2502.60	c #Conflicts:    2587000 | #Constraints:      62261
2495.95/2502.60	c #Conflicts:    2588000 | #Constraints:      63279
2495.95/2502.60	c #Conflicts:    2589000 | #Constraints:      64297
2495.95/2502.60	c #Conflicts:    2590000 | #Constraints:      65312
2495.95/2502.60	c #Conflicts:    2591000 | #Constraints:      66340
2495.95/2502.60	c #Conflicts:    2592000 | #Constraints:      67361
2495.95/2502.60	c #Conflicts:    2593000 | #Constraints:      68372
2495.95/2502.60	c #Conflicts:    2594000 | #Constraints:      69393
2495.95/2502.60	c #Conflicts:    2595000 | #Constraints:      70416
2495.95/2502.60	c #Conflicts:    2596000 | #Constraints:      71443
2495.95/2502.60	c #Conflicts:    2597000 | #Constraints:      72471
2495.95/2502.60	c #Conflicts:    2598000 | #Constraints:      73483
2495.95/2502.60	c #Conflicts:    2599000 | #Constraints:      74497
2495.95/2502.60	c #Conflicts:    2600000 | #Constraints:      75522
2495.95/2502.60	c #Conflicts:    2601000 | #Constraints:      76533
2495.95/2502.60	c #Conflicts:    2602000 | #Constraints:      77552
2495.95/2502.60	c #Conflicts:    2603000 | #Constraints:      78571
2495.95/2502.60	c #Conflicts:    2604000 | #Constraints:      79604
2495.95/2502.60	c INPROCESSING
2495.95/2502.60	c GARBAGE COLLECT
2495.95/2502.60	c rational objective 1002
2520.09/2526.85	c #Conflicts:    2605000 | #Constraints:      43867
2520.09/2526.85	c #Conflicts:    2606000 | #Constraints:      44888
2520.09/2526.85	c #Conflicts:    2607000 | #Constraints:      45914
2520.09/2526.85	c #Conflicts:    2608000 | #Constraints:      46942
2520.09/2526.85	c #Conflicts:    2609000 | #Constraints:      47994
2520.09/2526.85	c #Conflicts:    2610000 | #Constraints:      49036
2520.09/2526.85	c #Conflicts:    2611000 | #Constraints:      50067
2520.09/2526.85	c #Conflicts:    2612000 | #Constraints:      51098
2520.09/2526.85	c #Conflicts:    2613000 | #Constraints:      52131
2520.09/2526.85	c #Conflicts:    2614000 | #Constraints:      53160
2520.09/2526.85	c #Conflicts:    2615000 | #Constraints:      54198
2520.09/2526.85	c #Conflicts:    2616000 | #Constraints:      55235
2520.09/2526.85	c #Conflicts:    2617000 | #Constraints:      56259
2520.09/2526.85	c #Conflicts:    2618000 | #Constraints:      57285
2520.09/2526.85	c #Conflicts:    2619000 | #Constraints:      58306
2520.09/2526.85	c #Conflicts:    2620000 | #Constraints:      59325
2520.09/2526.85	c #Conflicts:    2621000 | #Constraints:      60347
2520.09/2526.85	c #Conflicts:    2622000 | #Constraints:      61368
2520.09/2526.85	c #Conflicts:    2623000 | #Constraints:      62387
2520.09/2526.85	c #Conflicts:    2624000 | #Constraints:      63411
2520.09/2526.85	c #Conflicts:    2625000 | #Constraints:      64436
2520.09/2526.85	c #Conflicts:    2626000 | #Constraints:      65472
2520.09/2526.85	c #Conflicts:    2627000 | #Constraints:      66494
2520.09/2526.85	c #Conflicts:    2628000 | #Constraints:      67512
2520.09/2526.85	c #Conflicts:    2629000 | #Constraints:      68533
2520.09/2526.85	c #Conflicts:    2630000 | #Constraints:      69554
2520.09/2526.85	c #Conflicts:    2631000 | #Constraints:      70578
2520.09/2526.85	c #Conflicts:    2632000 | #Constraints:      71597
2520.09/2526.85	c #Conflicts:    2633000 | #Constraints:      72619
2520.09/2526.85	c #Conflicts:    2634000 | #Constraints:      73644
2520.09/2526.85	c #Conflicts:    2635000 | #Constraints:      74659
2520.09/2526.85	c #Conflicts:    2636000 | #Constraints:      75673
2520.09/2526.85	c #Conflicts:    2637000 | #Constraints:      76707
2520.09/2526.85	c INPROCESSING
2520.09/2526.85	c GARBAGE COLLECT
2520.09/2526.85	c rational objective 1002
2551.12/2558.00	c #Conflicts:    2638000 | #Constraints:      42667
2551.12/2558.00	c #Conflicts:    2639000 | #Constraints:      43667
2551.12/2558.00	c #Conflicts:    2640000 | #Constraints:      44667
2551.12/2558.00	c #Conflicts:    2641000 | #Constraints:      45667
2551.12/2558.00	c #Conflicts:    2642000 | #Constraints:      46680
2551.12/2558.00	c #Conflicts:    2643000 | #Constraints:      47701
2551.12/2558.00	c #Conflicts:    2644000 | #Constraints:      48734
2551.12/2558.00	c #Conflicts:    2645000 | #Constraints:      49763
2551.12/2558.00	c #Conflicts:    2646000 | #Constraints:      50789
2551.12/2558.00	c #Conflicts:    2647000 | #Constraints:      51818
2551.12/2558.00	c #Conflicts:    2648000 | #Constraints:      52841
2551.12/2558.00	c #Conflicts:    2649000 | #Constraints:      53862
2551.12/2558.00	c #Conflicts:    2650000 | #Constraints:      54892
2551.12/2558.00	c #Conflicts:    2651000 | #Constraints:      55918
2551.12/2558.00	c #Conflicts:    2652000 | #Constraints:      56959
2551.12/2558.00	c #Conflicts:    2653000 | #Constraints:      57995
2551.12/2558.00	c #Conflicts:    2654000 | #Constraints:      59017
2551.12/2558.00	c #Conflicts:    2655000 | #Constraints:      60043
2551.12/2558.00	c #Conflicts:    2656000 | #Constraints:      61063
2551.12/2558.00	c #Conflicts:    2657000 | #Constraints:      62087
2551.12/2558.00	c #Conflicts:    2658000 | #Constraints:      63111
2551.12/2558.00	c #Conflicts:    2659000 | #Constraints:      64136
2551.12/2558.00	c #Conflicts:    2660000 | #Constraints:      65153
2551.12/2558.00	c #Conflicts:    2661000 | #Constraints:      66177
2551.12/2558.00	c #Conflicts:    2662000 | #Constraints:      67207
2551.12/2558.00	c #Conflicts:    2663000 | #Constraints:      68223
2551.12/2558.00	c #Conflicts:    2664000 | #Constraints:      69239
2551.12/2558.00	c #Conflicts:    2665000 | #Constraints:      70265
2551.12/2558.00	c #Conflicts:    2666000 | #Constraints:      71290
2551.12/2558.00	c #Conflicts:    2667000 | #Constraints:      72315
2551.12/2558.00	c #Conflicts:    2668000 | #Constraints:      73342
2551.12/2558.00	c #Conflicts:    2669000 | #Constraints:      74363
2551.12/2558.00	c #Conflicts:    2670000 | #Constraints:      75377
2551.12/2558.00	c INPROCESSING
2551.12/2558.00	c GARBAGE COLLECT
2551.12/2558.00	c rational objective 1002
2578.05/2584.98	c #Conflicts:    2671000 | #Constraints:      42129
2578.05/2584.98	c #Conflicts:    2672000 | #Constraints:      43139
2578.05/2584.98	c #Conflicts:    2673000 | #Constraints:      44153
2578.05/2584.98	c #Conflicts:    2674000 | #Constraints:      45177
2578.05/2584.98	c #Conflicts:    2675000 | #Constraints:      46202
2578.05/2584.98	c #Conflicts:    2676000 | #Constraints:      47219
2578.05/2584.98	c #Conflicts:    2677000 | #Constraints:      48245
2578.05/2584.98	c #Conflicts:    2678000 | #Constraints:      49273
2578.05/2584.98	c #Conflicts:    2679000 | #Constraints:      50293
2578.05/2584.98	c #Conflicts:    2680000 | #Constraints:      51321
2578.05/2584.98	c #Conflicts:    2681000 | #Constraints:      52347
2578.05/2584.98	c #Conflicts:    2682000 | #Constraints:      53386
2578.05/2584.98	c #Conflicts:    2683000 | #Constraints:      54411
2578.05/2584.98	c #Conflicts:    2684000 | #Constraints:      55443
2578.05/2584.98	c #Conflicts:    2685000 | #Constraints:      56487
2578.05/2584.98	c #Conflicts:    2686000 | #Constraints:      57537
2578.05/2584.98	c #Conflicts:    2687000 | #Constraints:      58560
2578.05/2584.98	c #Conflicts:    2688000 | #Constraints:      59584
2578.05/2584.98	c #Conflicts:    2689000 | #Constraints:      60607
2578.05/2584.98	c #Conflicts:    2690000 | #Constraints:      61633
2578.05/2584.98	c #Conflicts:    2691000 | #Constraints:      62657
2578.05/2584.98	c #Conflicts:    2692000 | #Constraints:      63686
2578.05/2584.98	c #Conflicts:    2693000 | #Constraints:      64715
2578.05/2584.98	c #Conflicts:    2694000 | #Constraints:      65732
2578.05/2584.98	c #Conflicts:    2695000 | #Constraints:      66765
2578.05/2584.98	c #Conflicts:    2696000 | #Constraints:      67786
2578.05/2584.98	c #Conflicts:    2697000 | #Constraints:      68815
2578.05/2584.98	c #Conflicts:    2698000 | #Constraints:      69837
2578.05/2584.98	c #Conflicts:    2699000 | #Constraints:      70848
2578.05/2584.98	c #Conflicts:    2700000 | #Constraints:      71868
2578.05/2584.98	c #Conflicts:    2701000 | #Constraints:      72888
2578.05/2584.98	c #Conflicts:    2702000 | #Constraints:      73904
2578.05/2584.98	c INPROCESSING
2578.05/2584.98	c GARBAGE COLLECT
2578.05/2584.98	c rational objective 1002
2607.78/2614.79	c #Conflicts:    2703000 | #Constraints:      40993
2607.78/2614.79	c #Conflicts:    2704000 | #Constraints:      41993
2607.78/2614.79	c #Conflicts:    2705000 | #Constraints:      42993
2607.78/2614.79	c #Conflicts:    2706000 | #Constraints:      43993
2607.78/2614.79	c #Conflicts:    2707000 | #Constraints:      44993
2607.78/2614.79	c #Conflicts:    2708000 | #Constraints:      46006
2607.78/2614.79	c #Conflicts:    2709000 | #Constraints:      47027
2607.78/2614.79	c #Conflicts:    2710000 | #Constraints:      48037
2607.78/2614.79	c #Conflicts:    2711000 | #Constraints:      49062
2607.78/2614.79	c #Conflicts:    2712000 | #Constraints:      50081
2607.78/2614.79	c #Conflicts:    2713000 | #Constraints:      51117
2607.78/2614.79	c #Conflicts:    2714000 | #Constraints:      52164
2607.78/2614.79	c #Conflicts:    2715000 | #Constraints:      53200
2607.78/2614.79	c #Conflicts:    2716000 | #Constraints:      54226
2607.78/2614.79	c #Conflicts:    2717000 | #Constraints:      55244
2607.78/2614.79	c #Conflicts:    2718000 | #Constraints:      56263
2607.78/2614.79	c #Conflicts:    2719000 | #Constraints:      57281
2607.78/2614.79	c #Conflicts:    2720000 | #Constraints:      58300
2607.78/2614.79	c #Conflicts:    2721000 | #Constraints:      59329
2607.78/2614.79	c #Conflicts:    2722000 | #Constraints:      60344
2607.78/2614.79	c #Conflicts:    2723000 | #Constraints:      61363
2607.78/2614.79	c #Conflicts:    2724000 | #Constraints:      62383
2607.78/2614.79	c #Conflicts:    2725000 | #Constraints:      63408
2607.78/2614.79	c #Conflicts:    2726000 | #Constraints:      64422
2607.78/2614.79	c #Conflicts:    2727000 | #Constraints:      65446
2607.78/2614.79	c #Conflicts:    2728000 | #Constraints:      66466
2607.78/2614.79	c #Conflicts:    2729000 | #Constraints:      67480
2607.78/2614.79	c #Conflicts:    2730000 | #Constraints:      68502
2607.78/2614.79	c #Conflicts:    2731000 | #Constraints:      69527
2607.78/2614.79	c #Conflicts:    2732000 | #Constraints:      70566
2607.78/2614.79	c #Conflicts:    2733000 | #Constraints:      71599
2607.78/2614.79	c #Conflicts:    2734000 | #Constraints:      72639
2607.78/2614.79	c #Conflicts:    2735000 | #Constraints:      73667
2607.78/2614.79	c #Conflicts:    2736000 | #Constraints:      74697
2607.78/2614.79	c INPROCESSING
2607.78/2614.79	c GARBAGE COLLECT
2607.78/2614.79	c rational objective 1002
2639.51/2646.51	c #Conflicts:    2737000 | #Constraints:      41813
2639.51/2646.51	c #Conflicts:    2738000 | #Constraints:      42813
2639.51/2646.51	c #Conflicts:    2739000 | #Constraints:      43813
2639.51/2646.51	c #Conflicts:    2740000 | #Constraints:      44813
2639.51/2646.51	c #Conflicts:    2741000 | #Constraints:      45813
2639.51/2646.51	c #Conflicts:    2742000 | #Constraints:      46813
2639.51/2646.51	c #Conflicts:    2743000 | #Constraints:      47813
2639.51/2646.51	c #Conflicts:    2744000 | #Constraints:      48813
2639.51/2646.51	c #Conflicts:    2745000 | #Constraints:      49813
2639.51/2646.51	c #Conflicts:    2746000 | #Constraints:      50813
2639.51/2646.51	c #Conflicts:    2747000 | #Constraints:      51813
2639.51/2646.51	c #Conflicts:    2748000 | #Constraints:      52813
2639.51/2646.51	c #Conflicts:    2749000 | #Constraints:      53813
2639.51/2646.51	c #Conflicts:    2750000 | #Constraints:      54813
2639.51/2646.51	c #Conflicts:    2751000 | #Constraints:      55813
2639.51/2646.51	c #Conflicts:    2752000 | #Constraints:      56813
2639.51/2646.51	c #Conflicts:    2753000 | #Constraints:      57813
2639.51/2646.51	c #Conflicts:    2754000 | #Constraints:      58813
2639.51/2646.51	c #Conflicts:    2755000 | #Constraints:      59813
2639.51/2646.51	c #Conflicts:    2756000 | #Constraints:      60813
2639.51/2646.51	c #Conflicts:    2757000 | #Constraints:      61813
2639.51/2646.51	c #Conflicts:    2758000 | #Constraints:      62813
2639.51/2646.51	c #Conflicts:    2759000 | #Constraints:      63813
2639.51/2646.51	c #Conflicts:    2760000 | #Constraints:      64813
2639.51/2646.51	c #Conflicts:    2761000 | #Constraints:      65813
2639.51/2646.51	c #Conflicts:    2762000 | #Constraints:      66813
2639.51/2646.51	c #Conflicts:    2763000 | #Constraints:      67813
2639.51/2646.51	c #Conflicts:    2764000 | #Constraints:      68813
2639.51/2646.51	c #Conflicts:    2765000 | #Constraints:      69813
2639.51/2646.51	c #Conflicts:    2766000 | #Constraints:      70813
2639.51/2646.51	c #Conflicts:    2767000 | #Constraints:      71813
2639.51/2646.51	c #Conflicts:    2768000 | #Constraints:      72813
2639.51/2646.51	c #Conflicts:    2769000 | #Constraints:      73813
2639.51/2646.51	c INPROCESSING
2639.51/2646.51	c GARBAGE COLLECT
2639.51/2646.51	c rational objective 1002
2669.83/2676.91	c #Conflicts:    2770000 | #Constraints:      41321
2669.83/2676.91	c #Conflicts:    2771000 | #Constraints:      42321
2669.83/2676.91	c #Conflicts:    2772000 | #Constraints:      43321
2669.83/2676.91	c #Conflicts:    2773000 | #Constraints:      44321
2669.83/2676.91	c #Conflicts:    2774000 | #Constraints:      45321
2669.83/2676.91	c #Conflicts:    2775000 | #Constraints:      46321
2669.83/2676.91	c #Conflicts:    2776000 | #Constraints:      47321
2669.83/2676.91	c #Conflicts:    2777000 | #Constraints:      48321
2669.83/2676.91	c #Conflicts:    2778000 | #Constraints:      49321
2669.83/2676.91	c #Conflicts:    2779000 | #Constraints:      50321
2669.83/2676.91	c #Conflicts:    2780000 | #Constraints:      51321
2669.83/2676.91	c #Conflicts:    2781000 | #Constraints:      52321
2669.83/2676.91	c #Conflicts:    2782000 | #Constraints:      53321
2669.83/2676.91	c #Conflicts:    2783000 | #Constraints:      54321
2669.83/2676.91	c #Conflicts:    2784000 | #Constraints:      55321
2669.83/2676.91	c #Conflicts:    2785000 | #Constraints:      56321
2669.83/2676.91	c #Conflicts:    2786000 | #Constraints:      57321
2669.83/2676.91	c #Conflicts:    2787000 | #Constraints:      58321
2669.83/2676.91	c #Conflicts:    2788000 | #Constraints:      59321
2669.83/2676.91	c #Conflicts:    2789000 | #Constraints:      60321
2669.83/2676.91	c #Conflicts:    2790000 | #Constraints:      61321
2669.83/2676.91	c #Conflicts:    2791000 | #Constraints:      62321
2669.83/2676.91	c #Conflicts:    2792000 | #Constraints:      63321
2669.83/2676.91	c #Conflicts:    2793000 | #Constraints:      64321
2669.83/2676.91	c #Conflicts:    2794000 | #Constraints:      65321
2669.83/2676.91	c #Conflicts:    2795000 | #Constraints:      66321
2669.83/2676.91	c #Conflicts:    2796000 | #Constraints:      67321
2669.83/2676.91	c #Conflicts:    2797000 | #Constraints:      68321
2669.83/2676.91	c #Conflicts:    2798000 | #Constraints:      69321
2669.83/2676.91	c #Conflicts:    2799000 | #Constraints:      70321
2669.83/2676.91	c #Conflicts:    2800000 | #Constraints:      71321
2669.83/2676.91	c #Conflicts:    2801000 | #Constraints:      72321
2669.83/2676.91	c #Conflicts:    2802000 | #Constraints:      73321
2669.83/2676.91	c INPROCESSING
2669.83/2676.91	c GARBAGE COLLECT
2669.83/2676.91	c rational objective 1002
2710.13/2717.36	c #Conflicts:    2803000 | #Constraints:      40803
2710.13/2717.36	c #Conflicts:    2804000 | #Constraints:      41804
2710.13/2717.36	c #Conflicts:    2805000 | #Constraints:      42832
2710.13/2717.36	c #Conflicts:    2806000 | #Constraints:      43913
2710.13/2717.36	c #Conflicts:    2807000 | #Constraints:      44973
2710.13/2717.36	c #Conflicts:    2808000 | #Constraints:      46037
2710.13/2717.36	c #Conflicts:    2809000 | #Constraints:      47091
2710.13/2717.36	c #Conflicts:    2810000 | #Constraints:      48146
2710.13/2717.36	c #Conflicts:    2811000 | #Constraints:      49197
2710.13/2717.36	c #Conflicts:    2812000 | #Constraints:      50255
2710.13/2717.36	c #Conflicts:    2813000 | #Constraints:      51314
2710.13/2717.36	c #Conflicts:    2814000 | #Constraints:      52365
2710.13/2717.36	c #Conflicts:    2815000 | #Constraints:      53414
2710.13/2717.36	c #Conflicts:    2816000 | #Constraints:      54443
2710.13/2717.36	c #Conflicts:    2817000 | #Constraints:      55468
2710.13/2717.36	c #Conflicts:    2818000 | #Constraints:      56493
2710.13/2717.36	c #Conflicts:    2819000 | #Constraints:      57522
2710.13/2717.36	c #Conflicts:    2820000 | #Constraints:      58545
2710.13/2717.36	c #Conflicts:    2821000 | #Constraints:      59573
2710.13/2717.36	c #Conflicts:    2822000 | #Constraints:      60595
2710.13/2717.36	c #Conflicts:    2823000 | #Constraints:      61623
2710.13/2717.36	c #Conflicts:    2824000 | #Constraints:      62640
2710.13/2717.36	c #Conflicts:    2825000 | #Constraints:      63658
2710.13/2717.36	c #Conflicts:    2826000 | #Constraints:      64688
2710.13/2717.36	c #Conflicts:    2827000 | #Constraints:      65722
2710.13/2717.36	c #Conflicts:    2828000 | #Constraints:      66768
2710.13/2717.36	c #Conflicts:    2829000 | #Constraints:      67808
2710.13/2717.36	c #Conflicts:    2830000 | #Constraints:      68830
2710.13/2717.36	c #Conflicts:    2831000 | #Constraints:      69873
2710.13/2717.36	c #Conflicts:    2832000 | #Constraints:      70904
2710.13/2717.36	c #Conflicts:    2833000 | #Constraints:      71922
2710.13/2717.36	c #Conflicts:    2834000 | #Constraints:      72945
2710.13/2717.36	c #Conflicts:    2835000 | #Constraints:      73972
2710.13/2717.36	c #Conflicts:    2836000 | #Constraints:      75032
2710.13/2717.36	c INPROCESSING
2710.13/2717.36	c GARBAGE COLLECT
2710.13/2717.36	c rational objective 1002
2740.76/2748.06	c #Conflicts:    2837000 | #Constraints:      41719
2740.76/2748.06	c #Conflicts:    2838000 | #Constraints:      42719
2740.76/2748.06	c #Conflicts:    2839000 | #Constraints:      43719
2740.76/2748.06	c #Conflicts:    2840000 | #Constraints:      44719
2740.76/2748.06	c #Conflicts:    2841000 | #Constraints:      45719
2740.76/2748.06	c #Conflicts:    2842000 | #Constraints:      46719
2740.76/2748.06	c #Conflicts:    2843000 | #Constraints:      47719
2740.76/2748.06	c #Conflicts:    2844000 | #Constraints:      48719
2740.76/2748.06	c #Conflicts:    2845000 | #Constraints:      49719
2740.76/2748.06	c #Conflicts:    2846000 | #Constraints:      50719
2740.76/2748.06	c #Conflicts:    2847000 | #Constraints:      51719
2740.76/2748.06	c #Conflicts:    2848000 | #Constraints:      52719
2740.76/2748.06	c #Conflicts:    2849000 | #Constraints:      53719
2740.76/2748.06	c #Conflicts:    2850000 | #Constraints:      54719
2740.76/2748.06	c #Conflicts:    2851000 | #Constraints:      55719
2740.76/2748.06	c #Conflicts:    2852000 | #Constraints:      56719
2740.76/2748.06	c #Conflicts:    2853000 | #Constraints:      57719
2740.76/2748.06	c #Conflicts:    2854000 | #Constraints:      58719
2740.76/2748.06	c #Conflicts:    2855000 | #Constraints:      59719
2740.76/2748.06	c #Conflicts:    2856000 | #Constraints:      60719
2740.76/2748.06	c #Conflicts:    2857000 | #Constraints:      61719
2740.76/2748.06	c #Conflicts:    2858000 | #Constraints:      62720
2740.76/2748.06	c #Conflicts:    2859000 | #Constraints:      63720
2740.76/2748.06	c #Conflicts:    2860000 | #Constraints:      64721
2740.76/2748.06	c #Conflicts:    2861000 | #Constraints:      65721
2740.76/2748.06	c #Conflicts:    2862000 | #Constraints:      66722
2740.76/2748.06	c #Conflicts:    2863000 | #Constraints:      67722
2740.76/2748.06	c #Conflicts:    2864000 | #Constraints:      68723
2740.76/2748.06	c #Conflicts:    2865000 | #Constraints:      69724
2740.76/2748.06	c #Conflicts:    2866000 | #Constraints:      70725
2740.76/2748.06	c #Conflicts:    2867000 | #Constraints:      71728
2740.76/2748.06	c #Conflicts:    2868000 | #Constraints:      72729
2740.76/2748.06	c #Conflicts:    2869000 | #Constraints:      73729
2740.76/2748.06	c #Conflicts:    2870000 | #Constraints:      74731
2740.76/2748.06	c INPROCESSING
2740.76/2748.06	c GARBAGE COLLECT
2740.76/2748.06	c rational objective 1002
2772.48/2779.82	c #Conflicts:    2871000 | #Constraints:      41724
2772.48/2779.82	c #Conflicts:    2872000 | #Constraints:      42724
2772.48/2779.82	c #Conflicts:    2873000 | #Constraints:      43724
2772.48/2779.82	c #Conflicts:    2874000 | #Constraints:      44724
2772.48/2779.82	c #Conflicts:    2875000 | #Constraints:      45724
2772.48/2779.82	c #Conflicts:    2876000 | #Constraints:      46724
2772.48/2779.82	c #Conflicts:    2877000 | #Constraints:      47724
2772.48/2779.82	c #Conflicts:    2878000 | #Constraints:      48725
2772.48/2779.82	c #Conflicts:    2879000 | #Constraints:      49725
2772.48/2779.82	c #Conflicts:    2880000 | #Constraints:      50725
2772.48/2779.82	c #Conflicts:    2881000 | #Constraints:      51726
2772.48/2779.82	c #Conflicts:    2882000 | #Constraints:      52726
2772.48/2779.82	c #Conflicts:    2883000 | #Constraints:      53727
2772.48/2779.82	c #Conflicts:    2884000 | #Constraints:      54727
2772.48/2779.82	c #Conflicts:    2885000 | #Constraints:      55728
2772.48/2779.82	c #Conflicts:    2886000 | #Constraints:      56729
2772.48/2779.82	c #Conflicts:    2887000 | #Constraints:      57730
2772.48/2779.82	c #Conflicts:    2888000 | #Constraints:      58731
2772.48/2779.82	c #Conflicts:    2889000 | #Constraints:      59732
2772.48/2779.82	c #Conflicts:    2890000 | #Constraints:      60732
2772.48/2779.82	c #Conflicts:    2891000 | #Constraints:      61734
2772.48/2779.82	c #Conflicts:    2892000 | #Constraints:      62734
2772.48/2779.82	c #Conflicts:    2893000 | #Constraints:      63735
2772.48/2779.82	c #Conflicts:    2894000 | #Constraints:      64736
2772.48/2779.82	c #Conflicts:    2895000 | #Constraints:      65737
2772.48/2779.82	c #Conflicts:    2896000 | #Constraints:      66738
2772.48/2779.82	c #Conflicts:    2897000 | #Constraints:      67738
2772.48/2779.82	c #Conflicts:    2898000 | #Constraints:      68739
2772.48/2779.82	c #Conflicts:    2899000 | #Constraints:      69739
2772.48/2779.82	c #Conflicts:    2900000 | #Constraints:      70758
2772.48/2779.82	c #Conflicts:    2901000 | #Constraints:      71758
2772.48/2779.82	c #Conflicts:    2902000 | #Constraints:      72759
2772.48/2779.82	c #Conflicts:    2903000 | #Constraints:      73759
2772.48/2779.82	c #Conflicts:    2904000 | #Constraints:      74760
2772.48/2779.82	c INPROCESSING
2772.48/2779.82	c GARBAGE COLLECT
2772.48/2779.82	c rational objective 1002
2802.41/2809.81	c #Conflicts:    2905000 | #Constraints:      41680
2802.41/2809.81	c #Conflicts:    2906000 | #Constraints:      42681
2802.41/2809.81	c #Conflicts:    2907000 | #Constraints:      43681
2802.41/2809.81	c #Conflicts:    2908000 | #Constraints:      44681
2802.41/2809.81	c #Conflicts:    2909000 | #Constraints:      45681
2802.41/2809.81	c #Conflicts:    2910000 | #Constraints:      46681
2802.41/2809.81	c #Conflicts:    2911000 | #Constraints:      47681
2802.41/2809.81	c #Conflicts:    2912000 | #Constraints:      48681
2802.41/2809.81	c #Conflicts:    2913000 | #Constraints:      49683
2802.41/2809.81	c #Conflicts:    2914000 | #Constraints:      50686
2802.41/2809.81	c #Conflicts:    2915000 | #Constraints:      51688
2802.41/2809.81	c #Conflicts:    2916000 | #Constraints:      52693
2802.41/2809.81	c #Conflicts:    2917000 | #Constraints:      53694
2802.41/2809.81	c #Conflicts:    2918000 | #Constraints:      54694
2802.41/2809.81	c #Conflicts:    2919000 | #Constraints:      55695
2802.41/2809.81	c #Conflicts:    2920000 | #Constraints:      56697
2802.41/2809.81	c #Conflicts:    2921000 | #Constraints:      57699
2802.41/2809.81	c #Conflicts:    2922000 | #Constraints:      58699
2802.41/2809.81	c #Conflicts:    2923000 | #Constraints:      59699
2802.41/2809.81	c #Conflicts:    2924000 | #Constraints:      60749
2802.41/2809.81	c #Conflicts:    2925000 | #Constraints:      62072
2802.41/2809.81	c #Conflicts:    2926000 | #Constraints:      63417
2802.41/2809.81	c #Conflicts:    2927000 | #Constraints:      64866
2802.41/2809.81	c #Conflicts:    2928000 | #Constraints:      66307
2802.41/2809.81	c #Conflicts:    2929000 | #Constraints:      67686
2802.41/2809.81	c #Conflicts:    2930000 | #Constraints:      69010
2802.41/2809.81	c #Conflicts:    2931000 | #Constraints:      70357
2802.41/2809.81	c #Conflicts:    2932000 | #Constraints:      71663
2802.41/2809.81	c #Conflicts:    2933000 | #Constraints:      72944
2802.41/2809.81	c #Conflicts:    2934000 | #Constraints:      74292
2802.41/2809.81	c #Conflicts:    2935000 | #Constraints:      75735
2802.41/2809.81	c #Conflicts:    2936000 | #Constraints:      77101
2802.41/2809.81	c #Conflicts:    2937000 | #Constraints:      78511
2802.41/2809.81	c #Conflicts:    2938000 | #Constraints:      79826
2802.41/2809.81	c INPROCESSING
2802.41/2809.81	c GARBAGE COLLECT
2802.41/2809.81	c rational objective 1002
2842.02/2849.55	c #Conflicts:    2939000 | #Constraints:      44023
2842.02/2849.55	c #Conflicts:    2940000 | #Constraints:      45023
2842.02/2849.55	c #Conflicts:    2941000 | #Constraints:      46023
2842.02/2849.55	c #Conflicts:    2942000 | #Constraints:      47023
2842.02/2849.55	c #Conflicts:    2943000 | #Constraints:      48023
2842.02/2849.55	c #Conflicts:    2944000 | #Constraints:      49023
2842.02/2849.55	c #Conflicts:    2945000 | #Constraints:      50023
2842.02/2849.55	c #Conflicts:    2946000 | #Constraints:      51023
2842.02/2849.55	c #Conflicts:    2947000 | #Constraints:      52023
2842.02/2849.55	c #Conflicts:    2948000 | #Constraints:      53023
2842.02/2849.55	c #Conflicts:    2949000 | #Constraints:      54023
2842.02/2849.55	c #Conflicts:    2950000 | #Constraints:      55023
2842.02/2849.55	c #Conflicts:    2951000 | #Constraints:      56023
2842.02/2849.55	c #Conflicts:    2952000 | #Constraints:      57023
2842.02/2849.55	c #Conflicts:    2953000 | #Constraints:      58023
2842.02/2849.55	c #Conflicts:    2954000 | #Constraints:      59023
2842.02/2849.55	c #Conflicts:    2955000 | #Constraints:      60023
2842.02/2849.55	c #Conflicts:    2956000 | #Constraints:      61023
2842.02/2849.55	c #Conflicts:    2957000 | #Constraints:      62023
2842.02/2849.55	c #Conflicts:    2958000 | #Constraints:      63023
2842.02/2849.55	c #Conflicts:    2959000 | #Constraints:      64023
2842.02/2849.55	c #Conflicts:    2960000 | #Constraints:      65023
2842.02/2849.55	c #Conflicts:    2961000 | #Constraints:      66023
2842.02/2849.55	c #Conflicts:    2962000 | #Constraints:      67023
2842.02/2849.55	c #Conflicts:    2963000 | #Constraints:      68023
2842.02/2849.55	c #Conflicts:    2964000 | #Constraints:      69023
2842.02/2849.55	c #Conflicts:    2965000 | #Constraints:      70023
2842.02/2849.55	c #Conflicts:    2966000 | #Constraints:      71023
2842.02/2849.55	c #Conflicts:    2967000 | #Constraints:      72023
2842.02/2849.55	c #Conflicts:    2968000 | #Constraints:      73023
2842.02/2849.55	c #Conflicts:    2969000 | #Constraints:      74023
2842.02/2849.55	c #Conflicts:    2970000 | #Constraints:      75023
2842.02/2849.55	c #Conflicts:    2971000 | #Constraints:      76023
2842.02/2849.55	c #Conflicts:    2972000 | #Constraints:      77023
2842.02/2849.55	c #Conflicts:    2973000 | #Constraints:      78023
2842.02/2849.55	c INPROCESSING
2842.02/2849.55	c GARBAGE COLLECT
2842.02/2849.55	c rational objective 1002
2874.45/2882.04	c #Conflicts:    2974000 | #Constraints:      43441
2874.45/2882.04	c #Conflicts:    2975000 | #Constraints:      44441
2874.45/2882.04	c #Conflicts:    2976000 | #Constraints:      45441
2874.45/2882.04	c #Conflicts:    2977000 | #Constraints:      46441
2874.45/2882.04	c #Conflicts:    2978000 | #Constraints:      47441
2874.45/2882.04	c #Conflicts:    2979000 | #Constraints:      48441
2874.45/2882.04	c #Conflicts:    2980000 | #Constraints:      49441
2874.45/2882.04	c #Conflicts:    2981000 | #Constraints:      50441
2874.45/2882.04	c #Conflicts:    2982000 | #Constraints:      51441
2874.45/2882.04	c #Conflicts:    2983000 | #Constraints:      52441
2874.45/2882.04	c #Conflicts:    2984000 | #Constraints:      53441
2874.45/2882.04	c #Conflicts:    2985000 | #Constraints:      54441
2874.45/2882.04	c #Conflicts:    2986000 | #Constraints:      55441
2874.45/2882.04	c #Conflicts:    2987000 | #Constraints:      56441
2874.45/2882.04	c #Conflicts:    2988000 | #Constraints:      57441
2874.45/2882.04	c #Conflicts:    2989000 | #Constraints:      58441
2874.45/2882.04	c #Conflicts:    2990000 | #Constraints:      59441
2874.45/2882.04	c #Conflicts:    2991000 | #Constraints:      60441
2874.45/2882.04	c #Conflicts:    2992000 | #Constraints:      61441
2874.45/2882.04	c #Conflicts:    2993000 | #Constraints:      62441
2874.45/2882.04	c #Conflicts:    2994000 | #Constraints:      63441
2874.45/2882.04	c #Conflicts:    2995000 | #Constraints:      64441
2874.45/2882.04	c #Conflicts:    2996000 | #Constraints:      65441
2874.45/2882.04	c #Conflicts:    2997000 | #Constraints:      66441
2874.45/2882.04	c #Conflicts:    2998000 | #Constraints:      67441
2874.45/2882.04	c #Conflicts:    2999000 | #Constraints:      68441
2874.45/2882.04	c #Conflicts:    3000000 | #Constraints:      69441
2874.45/2882.04	c #Conflicts:    3001000 | #Constraints:      70441
2874.45/2882.04	c #Conflicts:    3002000 | #Constraints:      71441
2874.45/2882.04	c #Conflicts:    3003000 | #Constraints:      72441
2874.45/2882.04	c #Conflicts:    3004000 | #Constraints:      73441
2874.45/2882.04	c #Conflicts:    3005000 | #Constraints:      74441
2874.45/2882.04	c #Conflicts:    3006000 | #Constraints:      75441
2874.45/2882.04	c #Conflicts:    3007000 | #Constraints:      76441
2874.45/2882.04	c #Conflicts:    3008000 | #Constraints:      77441
2874.45/2882.04	c INPROCESSING
2874.45/2882.04	c GARBAGE COLLECT
2874.45/2882.04	c rational objective 1002
2907.56/2915.20	c #Conflicts:    3009000 | #Constraints:      43298
2907.56/2915.20	c #Conflicts:    3010000 | #Constraints:      44367
2907.56/2915.20	c #Conflicts:    3011000 | #Constraints:      45460
2907.56/2915.20	c #Conflicts:    3012000 | #Constraints:      46542
2907.56/2915.20	c #Conflicts:    3013000 | #Constraints:      47622
2907.56/2915.20	c #Conflicts:    3014000 | #Constraints:      48684
2907.56/2915.20	c #Conflicts:    3015000 | #Constraints:      49734
2907.56/2915.20	c #Conflicts:    3016000 | #Constraints:      50775
2907.56/2915.20	c #Conflicts:    3017000 | #Constraints:      51839
2907.56/2915.20	c #Conflicts:    3018000 | #Constraints:      52889
2907.56/2915.20	c #Conflicts:    3019000 | #Constraints:      53923
2907.56/2915.20	c #Conflicts:    3020000 | #Constraints:      54964
2907.56/2915.20	c #Conflicts:    3021000 | #Constraints:      55986
2907.56/2915.20	c #Conflicts:    3022000 | #Constraints:      57007
2907.56/2915.20	c #Conflicts:    3023000 | #Constraints:      58019
2907.56/2915.20	c #Conflicts:    3024000 | #Constraints:      59056
2907.56/2915.20	c #Conflicts:    3025000 | #Constraints:      60090
2907.56/2915.20	c #Conflicts:    3026000 | #Constraints:      61114
2907.56/2915.20	c #Conflicts:    3027000 | #Constraints:      62147
2907.56/2915.20	c #Conflicts:    3028000 | #Constraints:      63178
2907.56/2915.20	c #Conflicts:    3029000 | #Constraints:      64202
2907.56/2915.20	c #Conflicts:    3030000 | #Constraints:      65227
2907.56/2915.20	c #Conflicts:    3031000 | #Constraints:      66258
2907.56/2915.20	c #Conflicts:    3032000 | #Constraints:      67285
2907.56/2915.20	c #Conflicts:    3033000 | #Constraints:      68315
2907.56/2915.20	c #Conflicts:    3034000 | #Constraints:      69336
2907.56/2915.20	c #Conflicts:    3035000 | #Constraints:      70348
2907.56/2915.20	c #Conflicts:    3036000 | #Constraints:      71368
2907.56/2915.20	c #Conflicts:    3037000 | #Constraints:      72389
2907.56/2915.20	c #Conflicts:    3038000 | #Constraints:      73407
2907.56/2915.20	c #Conflicts:    3039000 | #Constraints:      74425
2907.56/2915.20	c #Conflicts:    3040000 | #Constraints:      75455
2907.56/2915.20	c #Conflicts:    3041000 | #Constraints:      76473
2907.56/2915.20	c #Conflicts:    3042000 | #Constraints:      77494
2907.56/2915.20	c INPROCESSING
2907.56/2915.20	c GARBAGE COLLECT
2907.56/2915.20	c rational objective 1002
2942.48/2950.21	c #Conflicts:    3043000 | #Constraints:      42772
2942.48/2950.21	c #Conflicts:    3044000 | #Constraints:      43772
2942.48/2950.21	c #Conflicts:    3045000 | #Constraints:      44772
2942.48/2950.21	c #Conflicts:    3046000 | #Constraints:      45772
2942.48/2950.21	c #Conflicts:    3047000 | #Constraints:      46772
2942.48/2950.21	c #Conflicts:    3048000 | #Constraints:      47772
2942.48/2950.21	c #Conflicts:    3049000 | #Constraints:      48772
2942.48/2950.21	c #Conflicts:    3050000 | #Constraints:      49772
2942.48/2950.21	c #Conflicts:    3051000 | #Constraints:      50772
2942.48/2950.21	c #Conflicts:    3052000 | #Constraints:      51772
2942.48/2950.21	c #Conflicts:    3053000 | #Constraints:      52772
2942.48/2950.21	c #Conflicts:    3054000 | #Constraints:      53772
2942.48/2950.21	c #Conflicts:    3055000 | #Constraints:      54772
2942.48/2950.21	c #Conflicts:    3056000 | #Constraints:      55772
2942.48/2950.21	c #Conflicts:    3057000 | #Constraints:      56772
2942.48/2950.21	c #Conflicts:    3058000 | #Constraints:      57772
2942.48/2950.21	c #Conflicts:    3059000 | #Constraints:      58772
2942.48/2950.21	c #Conflicts:    3060000 | #Constraints:      59772
2942.48/2950.21	c #Conflicts:    3061000 | #Constraints:      60772
2942.48/2950.21	c #Conflicts:    3062000 | #Constraints:      61772
2942.48/2950.21	c #Conflicts:    3063000 | #Constraints:      62772
2942.48/2950.21	c #Conflicts:    3064000 | #Constraints:      63772
2942.48/2950.21	c #Conflicts:    3065000 | #Constraints:      64772
2942.48/2950.21	c #Conflicts:    3066000 | #Constraints:      65772
2942.48/2950.21	c #Conflicts:    3067000 | #Constraints:      66772
2942.48/2950.21	c #Conflicts:    3068000 | #Constraints:      67772
2942.48/2950.21	c #Conflicts:    3069000 | #Constraints:      68772
2942.48/2950.21	c #Conflicts:    3070000 | #Constraints:      69772
2942.48/2950.21	c #Conflicts:    3071000 | #Constraints:      70772
2942.48/2950.21	c #Conflicts:    3072000 | #Constraints:      71772
2942.48/2950.21	c #Conflicts:    3073000 | #Constraints:      72772
2942.48/2950.21	c #Conflicts:    3074000 | #Constraints:      73772
2942.48/2950.21	c #Conflicts:    3075000 | #Constraints:      74772
2942.48/2950.21	c #Conflicts:    3076000 | #Constraints:      75772
2942.48/2950.21	c #Conflicts:    3077000 | #Constraints:      76772
2942.48/2950.21	c #Conflicts:    3078000 | #Constraints:      77772
2942.48/2950.21	c INPROCESSING
2942.48/2950.21	c GARBAGE COLLECT
2942.48/2950.21	c rational objective 1002
2978.30/2986.11	c #Conflicts:    3079000 | #Constraints:      43452
2978.30/2986.11	c #Conflicts:    3080000 | #Constraints:      44471
2978.30/2986.11	c #Conflicts:    3081000 | #Constraints:      45477
2978.30/2986.11	c #Conflicts:    3082000 | #Constraints:      46486
2978.30/2986.11	c #Conflicts:    3083000 | #Constraints:      47494
2978.30/2986.11	c #Conflicts:    3084000 | #Constraints:      48547
2978.30/2986.11	c #Conflicts:    3085000 | #Constraints:      49597
2978.30/2986.11	c #Conflicts:    3086000 | #Constraints:      50643
2978.30/2986.11	c #Conflicts:    3087000 | #Constraints:      51684
2978.30/2986.11	c #Conflicts:    3088000 | #Constraints:      52710
2978.30/2986.11	c #Conflicts:    3089000 | #Constraints:      53732
2978.30/2986.11	c #Conflicts:    3090000 | #Constraints:      54777
2978.30/2986.11	c #Conflicts:    3091000 | #Constraints:      55827
2978.30/2986.11	c #Conflicts:    3092000 | #Constraints:      56852
2978.30/2986.11	c #Conflicts:    3093000 | #Constraints:      57877
2978.30/2986.11	c #Conflicts:    3094000 | #Constraints:      58897
2978.30/2986.11	c #Conflicts:    3095000 | #Constraints:      59924
2978.30/2986.11	c #Conflicts:    3096000 | #Constraints:      60952
2978.30/2986.11	c #Conflicts:    3097000 | #Constraints:      61967
2978.30/2986.11	c #Conflicts:    3098000 | #Constraints:      62997
2978.30/2986.11	c #Conflicts:    3099000 | #Constraints:      64040
2978.30/2986.11	c #Conflicts:    3100000 | #Constraints:      65086
2978.30/2986.11	c #Conflicts:    3101000 | #Constraints:      66126
2978.30/2986.11	c #Conflicts:    3102000 | #Constraints:      67149
2978.30/2986.11	c #Conflicts:    3103000 | #Constraints:      68179
2978.30/2986.11	c #Conflicts:    3104000 | #Constraints:      69198
2978.30/2986.11	c #Conflicts:    3105000 | #Constraints:      70221
2978.30/2986.11	c #Conflicts:    3106000 | #Constraints:      71248
2978.30/2986.11	c #Conflicts:    3107000 | #Constraints:      72277
2978.30/2986.11	c #Conflicts:    3108000 | #Constraints:      73298
2978.30/2986.11	c #Conflicts:    3109000 | #Constraints:      74329
2978.30/2986.11	c #Conflicts:    3110000 | #Constraints:      75359
2978.30/2986.11	c #Conflicts:    3111000 | #Constraints:      76397
2978.30/2986.11	c #Conflicts:    3112000 | #Constraints:      77432
2978.30/2986.11	c #Conflicts:    3113000 | #Constraints:      78455
2978.30/2986.11	c INPROCESSING
2978.30/2986.11	c GARBAGE COLLECT
2978.30/2986.11	c rational objective 1002
3013.52/3021.49	c #Conflicts:    3114000 | #Constraints:      43540
3013.52/3021.49	c #Conflicts:    3115000 | #Constraints:      44540
3013.52/3021.49	c #Conflicts:    3116000 | #Constraints:      45540
3013.52/3021.49	c #Conflicts:    3117000 | #Constraints:      46540
3013.52/3021.49	c #Conflicts:    3118000 | #Constraints:      47540
3013.52/3021.49	c #Conflicts:    3119000 | #Constraints:      48540
3013.52/3021.49	c #Conflicts:    3120000 | #Constraints:      49540
3013.52/3021.49	c #Conflicts:    3121000 | #Constraints:      50540
3013.52/3021.49	c #Conflicts:    3122000 | #Constraints:      51540
3013.52/3021.49	c #Conflicts:    3123000 | #Constraints:      52540
3013.52/3021.49	c #Conflicts:    3124000 | #Constraints:      53540
3013.52/3021.49	c #Conflicts:    3125000 | #Constraints:      54540
3013.52/3021.49	c #Conflicts:    3126000 | #Constraints:      55540
3013.52/3021.49	c #Conflicts:    3127000 | #Constraints:      56540
3013.52/3021.49	c #Conflicts:    3128000 | #Constraints:      57540
3013.52/3021.49	c #Conflicts:    3129000 | #Constraints:      58540
3013.52/3021.49	c #Conflicts:    3130000 | #Constraints:      59540
3013.52/3021.49	c #Conflicts:    3131000 | #Constraints:      60540
3013.52/3021.49	c #Conflicts:    3132000 | #Constraints:      61540
3013.52/3021.49	c #Conflicts:    3133000 | #Constraints:      62540
3013.52/3021.49	c #Conflicts:    3134000 | #Constraints:      63540
3013.52/3021.49	c #Conflicts:    3135000 | #Constraints:      64540
3013.52/3021.49	c #Conflicts:    3136000 | #Constraints:      65540
3013.52/3021.49	c #Conflicts:    3137000 | #Constraints:      66540
3013.52/3021.49	c #Conflicts:    3138000 | #Constraints:      67540
3013.52/3021.49	c #Conflicts:    3139000 | #Constraints:      68540
3013.52/3021.49	c #Conflicts:    3140000 | #Constraints:      69540
3013.52/3021.49	c #Conflicts:    3141000 | #Constraints:      70540
3013.52/3021.49	c #Conflicts:    3142000 | #Constraints:      71540
3013.52/3021.49	c #Conflicts:    3143000 | #Constraints:      72540
3013.52/3021.49	c #Conflicts:    3144000 | #Constraints:      73540
3013.52/3021.49	c #Conflicts:    3145000 | #Constraints:      74540
3013.52/3021.49	c #Conflicts:    3146000 | #Constraints:      75540
3013.52/3021.49	c #Conflicts:    3147000 | #Constraints:      76540
3013.52/3021.49	c #Conflicts:    3148000 | #Constraints:      77540
3013.52/3021.49	c INPROCESSING
3013.52/3021.49	c GARBAGE COLLECT
3013.52/3021.49	c rational objective 1002
3049.03/3057.10	c #Conflicts:    3149000 | #Constraints:      42944
3049.03/3057.10	c #Conflicts:    3150000 | #Constraints:      43944
3049.03/3057.10	c #Conflicts:    3151000 | #Constraints:      44944
3049.03/3057.10	c #Conflicts:    3152000 | #Constraints:      45944
3049.03/3057.10	c #Conflicts:    3153000 | #Constraints:      46944
3049.03/3057.10	c #Conflicts:    3154000 | #Constraints:      47944
3049.03/3057.10	c #Conflicts:    3155000 | #Constraints:      48944
3049.03/3057.10	c #Conflicts:    3156000 | #Constraints:      49944
3049.03/3057.10	c #Conflicts:    3157000 | #Constraints:      50944
3049.03/3057.10	c #Conflicts:    3158000 | #Constraints:      51944
3049.03/3057.10	c #Conflicts:    3159000 | #Constraints:      52944
3049.03/3057.10	c #Conflicts:    3160000 | #Constraints:      53944
3049.03/3057.10	c #Conflicts:    3161000 | #Constraints:      54944
3049.03/3057.10	c #Conflicts:    3162000 | #Constraints:      55944
3049.03/3057.10	c #Conflicts:    3163000 | #Constraints:      56944
3049.03/3057.10	c #Conflicts:    3164000 | #Constraints:      57944
3049.03/3057.10	c #Conflicts:    3165000 | #Constraints:      58944
3049.03/3057.10	c #Conflicts:    3166000 | #Constraints:      59944
3049.03/3057.10	c #Conflicts:    3167000 | #Constraints:      60944
3049.03/3057.10	c #Conflicts:    3168000 | #Constraints:      61944
3049.03/3057.10	c #Conflicts:    3169000 | #Constraints:      62944
3049.03/3057.10	c #Conflicts:    3170000 | #Constraints:      63944
3049.03/3057.10	c #Conflicts:    3171000 | #Constraints:      64944
3049.03/3057.10	c #Conflicts:    3172000 | #Constraints:      65944
3049.03/3057.10	c #Conflicts:    3173000 | #Constraints:      66944
3049.03/3057.10	c #Conflicts:    3174000 | #Constraints:      67944
3049.03/3057.10	c #Conflicts:    3175000 | #Constraints:      68944
3049.03/3057.10	c #Conflicts:    3176000 | #Constraints:      69944
3049.03/3057.10	c #Conflicts:    3177000 | #Constraints:      70944
3049.03/3057.10	c #Conflicts:    3178000 | #Constraints:      71944
3049.03/3057.10	c #Conflicts:    3179000 | #Constraints:      72944
3049.03/3057.10	c #Conflicts:    3180000 | #Constraints:      73944
3049.03/3057.10	c #Conflicts:    3181000 | #Constraints:      74944
3049.03/3057.10	c #Conflicts:    3182000 | #Constraints:      75944
3049.03/3057.10	c #Conflicts:    3183000 | #Constraints:      76944
3049.03/3057.10	c #Conflicts:    3184000 | #Constraints:      77944
3049.03/3057.10	c INPROCESSING
3049.03/3057.10	c GARBAGE COLLECT
3049.03/3057.10	c rational objective 1002
3076.36/3084.46	c #Conflicts:    3185000 | #Constraints:      43304
3076.36/3084.46	c #Conflicts:    3186000 | #Constraints:      44338
3076.36/3084.46	c #Conflicts:    3187000 | #Constraints:      45436
3076.36/3084.46	c #Conflicts:    3188000 | #Constraints:      46495
3076.36/3084.46	c #Conflicts:    3189000 | #Constraints:      47560
3076.36/3084.46	c #Conflicts:    3190000 | #Constraints:      48606
3076.36/3084.46	c #Conflicts:    3191000 | #Constraints:      49652
3076.36/3084.46	c #Conflicts:    3192000 | #Constraints:      50698
3076.36/3084.46	c #Conflicts:    3193000 | #Constraints:      51731
3076.36/3084.46	c #Conflicts:    3194000 | #Constraints:      52758
3076.36/3084.46	c #Conflicts:    3195000 | #Constraints:      53797
3076.36/3084.46	c #Conflicts:    3196000 | #Constraints:      54827
3076.36/3084.46	c #Conflicts:    3197000 | #Constraints:      55852
3076.36/3084.46	c #Conflicts:    3198000 | #Constraints:      56875
3076.36/3084.46	c #Conflicts:    3199000 | #Constraints:      57901
3076.36/3084.46	c #Conflicts:    3200000 | #Constraints:      58931
3076.36/3084.46	c #Conflicts:    3201000 | #Constraints:      59961
3076.36/3084.46	c #Conflicts:    3202000 | #Constraints:      60993
3076.36/3084.46	c #Conflicts:    3203000 | #Constraints:      62026
3076.36/3084.46	c #Conflicts:    3204000 | #Constraints:      63056
3076.36/3084.46	c #Conflicts:    3205000 | #Constraints:      64089
3076.36/3084.46	c #Conflicts:    3206000 | #Constraints:      65125
3076.36/3084.46	c #Conflicts:    3207000 | #Constraints:      66163
3076.36/3084.46	c #Conflicts:    3208000 | #Constraints:      67189
3076.36/3084.46	c #Conflicts:    3209000 | #Constraints:      68222
3076.36/3084.46	c #Conflicts:    3210000 | #Constraints:      69259
3076.36/3084.46	c #Conflicts:    3211000 | #Constraints:      70311
3076.36/3084.46	c #Conflicts:    3212000 | #Constraints:      71347
3076.36/3084.46	c #Conflicts:    3213000 | #Constraints:      72373
3076.36/3084.46	c #Conflicts:    3214000 | #Constraints:      73400
3076.36/3084.46	c #Conflicts:    3215000 | #Constraints:      74427
3076.36/3084.46	c #Conflicts:    3216000 | #Constraints:      75449
3076.36/3084.46	c #Conflicts:    3217000 | #Constraints:      76474
3076.36/3084.46	c #Conflicts:    3218000 | #Constraints:      77504
3076.36/3084.46	c #Conflicts:    3219000 | #Constraints:      78535
3076.36/3084.46	c #Conflicts:    3220000 | #Constraints:      79553
3076.36/3084.46	c INPROCESSING
3076.36/3084.46	c GARBAGE COLLECT
3076.36/3084.46	c rational objective 1002
3114.08/3122.21	c #Conflicts:    3221000 | #Constraints:      44046
3114.08/3122.21	c #Conflicts:    3222000 | #Constraints:      45046
3114.08/3122.21	c #Conflicts:    3223000 | #Constraints:      46046
3114.08/3122.21	c #Conflicts:    3224000 | #Constraints:      47046
3114.08/3122.21	c #Conflicts:    3225000 | #Constraints:      48046
3114.08/3122.21	c #Conflicts:    3226000 | #Constraints:      49046
3114.08/3122.21	c #Conflicts:    3227000 | #Constraints:      50046
3114.08/3122.21	c #Conflicts:    3228000 | #Constraints:      51046
3114.08/3122.21	c #Conflicts:    3229000 | #Constraints:      52046
3114.08/3122.21	c #Conflicts:    3230000 | #Constraints:      53046
3114.08/3122.21	c #Conflicts:    3231000 | #Constraints:      54046
3114.08/3122.21	c #Conflicts:    3232000 | #Constraints:      55046
3114.08/3122.21	c #Conflicts:    3233000 | #Constraints:      56046
3114.08/3122.21	c #Conflicts:    3234000 | #Constraints:      57046
3114.08/3122.21	c #Conflicts:    3235000 | #Constraints:      58046
3114.08/3122.21	c #Conflicts:    3236000 | #Constraints:      59046
3114.08/3122.21	c #Conflicts:    3237000 | #Constraints:      60046
3114.08/3122.21	c #Conflicts:    3238000 | #Constraints:      61046
3114.08/3122.21	c #Conflicts:    3239000 | #Constraints:      62046
3114.08/3122.21	c #Conflicts:    3240000 | #Constraints:      63046
3114.08/3122.21	c #Conflicts:    3241000 | #Constraints:      64046
3114.08/3122.21	c #Conflicts:    3242000 | #Constraints:      65046
3114.08/3122.21	c #Conflicts:    3243000 | #Constraints:      66046
3114.08/3122.21	c #Conflicts:    3244000 | #Constraints:      67046
3114.08/3122.21	c #Conflicts:    3245000 | #Constraints:      68046
3114.08/3122.21	c #Conflicts:    3246000 | #Constraints:      69046
3114.08/3122.21	c #Conflicts:    3247000 | #Constraints:      70046
3114.08/3122.21	c #Conflicts:    3248000 | #Constraints:      71046
3114.08/3122.21	c #Conflicts:    3249000 | #Constraints:      72046
3114.08/3122.21	c #Conflicts:    3250000 | #Constraints:      73046
3114.08/3122.21	c #Conflicts:    3251000 | #Constraints:      74046
3114.08/3122.21	c #Conflicts:    3252000 | #Constraints:      75046
3114.08/3122.21	c #Conflicts:    3253000 | #Constraints:      76046
3114.08/3122.21	c #Conflicts:    3254000 | #Constraints:      77046
3114.08/3122.21	c #Conflicts:    3255000 | #Constraints:      78046
3114.08/3122.21	c #Conflicts:    3256000 | #Constraints:      79046
3114.08/3122.21	c INPROCESSING
3114.08/3122.21	c GARBAGE COLLECT
3114.08/3122.21	c rational objective 1002
3163.65/3171.91	c #Conflicts:    3257000 | #Constraints:      43828
3163.65/3171.91	c #Conflicts:    3258000 | #Constraints:      44828
3163.65/3171.91	c #Conflicts:    3259000 | #Constraints:      45828
3163.65/3171.91	c #Conflicts:    3260000 | #Constraints:      46828
3163.65/3171.91	c #Conflicts:    3261000 | #Constraints:      47829
3163.65/3171.91	c #Conflicts:    3262000 | #Constraints:      48861
3163.65/3171.91	c #Conflicts:    3263000 | #Constraints:      49896
3163.65/3171.91	c #Conflicts:    3264000 | #Constraints:      50924
3163.65/3171.91	c #Conflicts:    3265000 | #Constraints:      51966
3163.65/3171.91	c #Conflicts:    3266000 | #Constraints:      52994
3163.65/3171.91	c #Conflicts:    3267000 | #Constraints:      54018
3163.65/3171.91	c #Conflicts:    3268000 | #Constraints:      55037
3163.65/3171.91	c #Conflicts:    3269000 | #Constraints:      56052
3163.65/3171.91	c #Conflicts:    3270000 | #Constraints:      57076
3163.65/3171.91	c #Conflicts:    3271000 | #Constraints:      58098
3163.65/3171.91	c #Conflicts:    3272000 | #Constraints:      59145
3163.65/3171.91	c #Conflicts:    3273000 | #Constraints:      60211
3163.65/3171.91	c #Conflicts:    3274000 | #Constraints:      61263
3163.65/3171.91	c #Conflicts:    3275000 | #Constraints:      62295
3163.65/3171.91	c #Conflicts:    3276000 | #Constraints:      63317
3163.65/3171.91	c #Conflicts:    3277000 | #Constraints:      64334
3163.65/3171.91	c #Conflicts:    3278000 | #Constraints:      65362
3163.65/3171.91	c #Conflicts:    3279000 | #Constraints:      66376
3163.65/3171.91	c #Conflicts:    3280000 | #Constraints:      67399
3163.65/3171.91	c #Conflicts:    3281000 | #Constraints:      68418
3163.65/3171.91	c #Conflicts:    3282000 | #Constraints:      69452
3163.65/3171.91	c #Conflicts:    3283000 | #Constraints:      70488
3163.65/3171.91	c #Conflicts:    3284000 | #Constraints:      71526
3163.65/3171.91	c #Conflicts:    3285000 | #Constraints:      72559
3163.65/3171.91	c #Conflicts:    3286000 | #Constraints:      73583
3163.65/3171.91	c #Conflicts:    3287000 | #Constraints:      74607
3163.65/3171.91	c #Conflicts:    3288000 | #Constraints:      75626
3163.65/3171.91	c #Conflicts:    3289000 | #Constraints:      76648
3163.65/3171.91	c #Conflicts:    3290000 | #Constraints:      77666
3163.65/3171.91	c #Conflicts:    3291000 | #Constraints:      78693
3163.65/3171.91	c #Conflicts:    3292000 | #Constraints:      79717
3163.65/3171.91	c INPROCESSING
3163.65/3171.91	c GARBAGE COLLECT
3163.65/3171.91	c rational objective 1002
3200.87/3209.26	c #Conflicts:    3293000 | #Constraints:      43943
3200.87/3209.26	c #Conflicts:    3294000 | #Constraints:      44943
3200.87/3209.26	c #Conflicts:    3295000 | #Constraints:      45943
3200.87/3209.26	c #Conflicts:    3296000 | #Constraints:      46943
3200.87/3209.26	c #Conflicts:    3297000 | #Constraints:      47943
3200.87/3209.26	c #Conflicts:    3298000 | #Constraints:      48943
3200.87/3209.26	c #Conflicts:    3299000 | #Constraints:      49943
3200.87/3209.26	c #Conflicts:    3300000 | #Constraints:      50943
3200.87/3209.26	c #Conflicts:    3301000 | #Constraints:      51943
3200.87/3209.26	c #Conflicts:    3302000 | #Constraints:      52943
3200.87/3209.26	c #Conflicts:    3303000 | #Constraints:      53943
3200.87/3209.26	c #Conflicts:    3304000 | #Constraints:      54944
3200.87/3209.26	c #Conflicts:    3305000 | #Constraints:      55944
3200.87/3209.26	c #Conflicts:    3306000 | #Constraints:      56944
3200.87/3209.26	c #Conflicts:    3307000 | #Constraints:      57944
3200.87/3209.26	c #Conflicts:    3308000 | #Constraints:      58947
3200.87/3209.26	c #Conflicts:    3309000 | #Constraints:      59948
3200.87/3209.26	c #Conflicts:    3310000 | #Constraints:      60948
3200.87/3209.26	c #Conflicts:    3311000 | #Constraints:      61949
3200.87/3209.26	c #Conflicts:    3312000 | #Constraints:      62950
3200.87/3209.26	c #Conflicts:    3313000 | #Constraints:      63951
3200.87/3209.26	c #Conflicts:    3314000 | #Constraints:      64951
3200.87/3209.26	c #Conflicts:    3315000 | #Constraints:      65953
3200.87/3209.26	c #Conflicts:    3316000 | #Constraints:      66953
3200.87/3209.26	c #Conflicts:    3317000 | #Constraints:      67955
3200.87/3209.26	c #Conflicts:    3318000 | #Constraints:      68956
3200.87/3209.26	c #Conflicts:    3319000 | #Constraints:      69957
3200.87/3209.26	c #Conflicts:    3320000 | #Constraints:      70958
3200.87/3209.26	c #Conflicts:    3321000 | #Constraints:      71958
3200.87/3209.26	c #Conflicts:    3322000 | #Constraints:      72959
3200.87/3209.26	c #Conflicts:    3323000 | #Constraints:      73960
3200.87/3209.26	c #Conflicts:    3324000 | #Constraints:      74960
3200.87/3209.26	c #Conflicts:    3325000 | #Constraints:      75962
3200.87/3209.26	c #Conflicts:    3326000 | #Constraints:      76963
3200.87/3209.26	c #Conflicts:    3327000 | #Constraints:      77964
3200.87/3209.26	c #Conflicts:    3328000 | #Constraints:      78965
3200.87/3209.26	c #Conflicts:    3329000 | #Constraints:      79966
3200.87/3209.26	c INPROCESSING
3200.87/3209.26	c GARBAGE COLLECT
3200.87/3209.26	c rational objective 1002
3237.69/3246.14	c #Conflicts:    3330000 | #Constraints:      44390
3237.69/3246.14	c #Conflicts:    3331000 | #Constraints:      45390
3237.69/3246.14	c #Conflicts:    3332000 | #Constraints:      46390
3237.69/3246.14	c #Conflicts:    3333000 | #Constraints:      47390
3237.69/3246.14	c #Conflicts:    3334000 | #Constraints:      48390
3237.69/3246.14	c #Conflicts:    3335000 | #Constraints:      49390
3237.69/3246.14	c #Conflicts:    3336000 | #Constraints:      50390
3237.69/3246.14	c #Conflicts:    3337000 | #Constraints:      51390
3237.69/3246.14	c #Conflicts:    3338000 | #Constraints:      52390
3237.69/3246.14	c #Conflicts:    3339000 | #Constraints:      53392
3237.69/3246.14	c #Conflicts:    3340000 | #Constraints:      54392
3237.69/3246.14	c #Conflicts:    3341000 | #Constraints:      55393
3237.69/3246.14	c #Conflicts:    3342000 | #Constraints:      56393
3237.69/3246.14	c #Conflicts:    3343000 | #Constraints:      57395
3237.69/3246.14	c #Conflicts:    3344000 | #Constraints:      58395
3237.69/3246.14	c #Conflicts:    3345000 | #Constraints:      59396
3237.69/3246.14	c #Conflicts:    3346000 | #Constraints:      60397
3237.69/3246.14	c #Conflicts:    3347000 | #Constraints:      61397
3237.69/3246.14	c #Conflicts:    3348000 | #Constraints:      62398
3237.69/3246.14	c #Conflicts:    3349000 | #Constraints:      63399
3237.69/3246.14	c #Conflicts:    3350000 | #Constraints:      64405
3237.69/3246.14	c #Conflicts:    3351000 | #Constraints:      65410
3237.69/3246.14	c #Conflicts:    3352000 | #Constraints:      66410
3237.69/3246.14	c #Conflicts:    3353000 | #Constraints:      67413
3237.69/3246.14	c #Conflicts:    3354000 | #Constraints:      68414
3237.69/3246.14	c #Conflicts:    3355000 | #Constraints:      69414
3237.69/3246.14	c #Conflicts:    3356000 | #Constraints:      70414
3237.69/3246.14	c #Conflicts:    3357000 | #Constraints:      71415
3237.69/3246.14	c #Conflicts:    3358000 | #Constraints:      72416
3237.69/3246.14	c #Conflicts:    3359000 | #Constraints:      73416
3237.69/3246.14	c #Conflicts:    3360000 | #Constraints:      74418
3237.69/3246.14	c #Conflicts:    3361000 | #Constraints:      75418
3237.69/3246.14	c #Conflicts:    3362000 | #Constraints:      76425
3237.69/3246.14	c #Conflicts:    3363000 | #Constraints:      77426
3237.69/3246.14	c #Conflicts:    3364000 | #Constraints:      78426
3237.69/3246.14	c #Conflicts:    3365000 | #Constraints:      79427
3237.69/3246.14	c #Conflicts:    3366000 | #Constraints:      80428
3237.69/3246.14	c INPROCESSING
3237.69/3246.14	c GARBAGE COLLECT
3237.69/3246.14	c rational objective 1002
3287.56/3296.19	c #Conflicts:    3367000 | #Constraints:      44781
3287.56/3296.19	c #Conflicts:    3368000 | #Constraints:      45808
3287.56/3296.19	c #Conflicts:    3369000 | #Constraints:      46872
3287.56/3296.19	c #Conflicts:    3370000 | #Constraints:      47929
3287.56/3296.19	c #Conflicts:    3371000 | #Constraints:      48987
3287.56/3296.19	c #Conflicts:    3372000 | #Constraints:      50038
3287.56/3296.19	c #Conflicts:    3373000 | #Constraints:      51083
3287.56/3296.19	c #Conflicts:    3374000 | #Constraints:      52132
3287.56/3296.19	c #Conflicts:    3375000 | #Constraints:      53168
3287.56/3296.19	c #Conflicts:    3376000 | #Constraints:      54193
3287.56/3296.19	c #Conflicts:    3377000 | #Constraints:      55233
3287.56/3296.19	c #Conflicts:    3378000 | #Constraints:      56273
3287.56/3296.19	c #Conflicts:    3379000 | #Constraints:      57312
3287.56/3296.19	c #Conflicts:    3380000 | #Constraints:      58341
3287.56/3296.19	c #Conflicts:    3381000 | #Constraints:      59376
3287.56/3296.19	c #Conflicts:    3382000 | #Constraints:      60403
3287.56/3296.19	c #Conflicts:    3383000 | #Constraints:      61431
3287.56/3296.19	c #Conflicts:    3384000 | #Constraints:      62463
3287.56/3296.19	c #Conflicts:    3385000 | #Constraints:      63488
3287.56/3296.19	c #Conflicts:    3386000 | #Constraints:      64515
3287.56/3296.19	c #Conflicts:    3387000 | #Constraints:      65553
3287.56/3296.19	c #Conflicts:    3388000 | #Constraints:      66583
3287.56/3296.19	c #Conflicts:    3389000 | #Constraints:      67600
3287.56/3296.19	c #Conflicts:    3390000 | #Constraints:      68627
3287.56/3296.19	c #Conflicts:    3391000 | #Constraints:      69653
3287.56/3296.19	c #Conflicts:    3392000 | #Constraints:      70668
3287.56/3296.19	c #Conflicts:    3393000 | #Constraints:      71685
3287.56/3296.19	c #Conflicts:    3394000 | #Constraints:      72702
3287.56/3296.19	c #Conflicts:    3395000 | #Constraints:      73730
3287.56/3296.19	c #Conflicts:    3396000 | #Constraints:      74753
3287.56/3296.19	c #Conflicts:    3397000 | #Constraints:      75790
3287.56/3296.19	c #Conflicts:    3398000 | #Constraints:      76831
3287.56/3296.19	c #Conflicts:    3399000 | #Constraints:      77855
3287.56/3296.19	c #Conflicts:    3400000 | #Constraints:      78888
3287.56/3296.19	c #Conflicts:    3401000 | #Constraints:      79924
3287.56/3296.19	c #Conflicts:    3402000 | #Constraints:      80950
3287.56/3296.19	c INPROCESSING
3287.56/3296.19	c GARBAGE COLLECT
3287.56/3296.19	c rational objective 1002
3325.67/3334.38	c #Conflicts:    3403000 | #Constraints:      44459
3325.67/3334.38	c #Conflicts:    3404000 | #Constraints:      45459
3325.67/3334.38	c #Conflicts:    3405000 | #Constraints:      46459
3325.67/3334.38	c #Conflicts:    3406000 | #Constraints:      47459
3325.67/3334.38	c #Conflicts:    3407000 | #Constraints:      48459
3325.67/3334.38	c #Conflicts:    3408000 | #Constraints:      49459
3325.67/3334.38	c #Conflicts:    3409000 | #Constraints:      50459
3325.67/3334.38	c #Conflicts:    3410000 | #Constraints:      51459
3325.67/3334.38	c #Conflicts:    3411000 | #Constraints:      52459
3325.67/3334.38	c #Conflicts:    3412000 | #Constraints:      53459
3325.67/3334.38	c #Conflicts:    3413000 | #Constraints:      54459
3325.67/3334.38	c #Conflicts:    3414000 | #Constraints:      55459
3325.67/3334.38	c #Conflicts:    3415000 | #Constraints:      56459
3325.67/3334.38	c #Conflicts:    3416000 | #Constraints:      57459
3325.67/3334.38	c #Conflicts:    3417000 | #Constraints:      58459
3325.67/3334.38	c #Conflicts:    3418000 | #Constraints:      59459
3325.67/3334.38	c #Conflicts:    3419000 | #Constraints:      60459
3325.67/3334.38	c #Conflicts:    3420000 | #Constraints:      61460
3325.67/3334.38	c #Conflicts:    3421000 | #Constraints:      62460
3325.67/3334.38	c #Conflicts:    3422000 | #Constraints:      63460
3325.67/3334.38	c #Conflicts:    3423000 | #Constraints:      64460
3325.67/3334.38	c #Conflicts:    3424000 | #Constraints:      65460
3325.67/3334.38	c #Conflicts:    3425000 | #Constraints:      66460
3325.67/3334.38	c #Conflicts:    3426000 | #Constraints:      67460
3325.67/3334.38	c #Conflicts:    3427000 | #Constraints:      68460
3325.67/3334.38	c #Conflicts:    3428000 | #Constraints:      69460
3325.67/3334.38	c #Conflicts:    3429000 | #Constraints:      70460
3325.67/3334.38	c #Conflicts:    3430000 | #Constraints:      71460
3325.67/3334.38	c #Conflicts:    3431000 | #Constraints:      72460
3325.67/3334.38	c #Conflicts:    3432000 | #Constraints:      73460
3325.67/3334.38	c #Conflicts:    3433000 | #Constraints:      74460
3325.67/3334.38	c #Conflicts:    3434000 | #Constraints:      75460
3325.67/3334.38	c #Conflicts:    3435000 | #Constraints:      76460
3325.67/3334.38	c #Conflicts:    3436000 | #Constraints:      77460
3325.67/3334.38	c #Conflicts:    3437000 | #Constraints:      78460
3325.67/3334.38	c #Conflicts:    3438000 | #Constraints:      79460
3325.67/3334.38	c #Conflicts:    3439000 | #Constraints:      80460
3325.67/3334.38	c #Conflicts:    3440000 | #Constraints:      81460
3325.67/3334.38	c INPROCESSING
3325.67/3334.38	c GARBAGE COLLECT
3325.67/3334.38	c rational objective 1002
3364.88/3373.63	c #Conflicts:    3441000 | #Constraints:      45301
3364.88/3373.63	c #Conflicts:    3442000 | #Constraints:      46301
3364.88/3373.63	c #Conflicts:    3443000 | #Constraints:      47301
3364.88/3373.63	c #Conflicts:    3444000 | #Constraints:      48301
3364.88/3373.63	c #Conflicts:    3445000 | #Constraints:      49301
3364.88/3373.63	c #Conflicts:    3446000 | #Constraints:      50301
3364.88/3373.63	c #Conflicts:    3447000 | #Constraints:      51301
3364.88/3373.63	c #Conflicts:    3448000 | #Constraints:      52301
3364.88/3373.63	c #Conflicts:    3449000 | #Constraints:      53301
3364.88/3373.63	c #Conflicts:    3450000 | #Constraints:      54301
3364.88/3373.63	c #Conflicts:    3451000 | #Constraints:      55301
3364.88/3373.63	c #Conflicts:    3452000 | #Constraints:      56301
3364.88/3373.63	c #Conflicts:    3453000 | #Constraints:      57301
3364.88/3373.63	c #Conflicts:    3454000 | #Constraints:      58301
3364.88/3373.63	c #Conflicts:    3455000 | #Constraints:      59301
3364.88/3373.63	c #Conflicts:    3456000 | #Constraints:      60301
3364.88/3373.63	c #Conflicts:    3457000 | #Constraints:      61301
3364.88/3373.63	c #Conflicts:    3458000 | #Constraints:      62301
3364.88/3373.63	c #Conflicts:    3459000 | #Constraints:      63301
3364.88/3373.63	c #Conflicts:    3460000 | #Constraints:      64301
3364.88/3373.63	c #Conflicts:    3461000 | #Constraints:      65301
3364.88/3373.63	c #Conflicts:    3462000 | #Constraints:      66301
3364.88/3373.63	c #Conflicts:    3463000 | #Constraints:      67301
3364.88/3373.63	c #Conflicts:    3464000 | #Constraints:      68301
3364.88/3373.63	c #Conflicts:    3465000 | #Constraints:      69301
3364.88/3373.63	c #Conflicts:    3466000 | #Constraints:      70301
3364.88/3373.63	c #Conflicts:    3467000 | #Constraints:      71301
3364.88/3373.63	c #Conflicts:    3468000 | #Constraints:      72301
3364.88/3373.63	c #Conflicts:    3469000 | #Constraints:      73301
3364.88/3373.63	c #Conflicts:    3470000 | #Constraints:      74301
3364.88/3373.63	c #Conflicts:    3471000 | #Constraints:      75301
3364.88/3373.63	c #Conflicts:    3472000 | #Constraints:      76301
3364.88/3373.63	c #Conflicts:    3473000 | #Constraints:      77301
3364.88/3373.63	c #Conflicts:    3474000 | #Constraints:      78301
3364.88/3373.63	c #Conflicts:    3475000 | #Constraints:      79301
3364.88/3373.63	c #Conflicts:    3476000 | #Constraints:      80301
3364.88/3373.63	c #Conflicts:    3477000 | #Constraints:      81301
3364.88/3373.63	c INPROCESSING
3364.88/3373.63	c GARBAGE COLLECT
3364.88/3373.63	c rational objective 1002
3405.98/3414.87	c #Conflicts:    3478000 | #Constraints:      45058
3405.98/3414.87	c #Conflicts:    3479000 | #Constraints:      46058
3405.98/3414.87	c #Conflicts:    3480000 | #Constraints:      47058
3405.98/3414.87	c #Conflicts:    3481000 | #Constraints:      48058
3405.98/3414.87	c #Conflicts:    3482000 | #Constraints:      49073
3405.98/3414.87	c #Conflicts:    3483000 | #Constraints:      50139
3405.98/3414.87	c #Conflicts:    3484000 | #Constraints:      51186
3405.98/3414.87	c #Conflicts:    3485000 | #Constraints:      52247
3405.98/3414.87	c #Conflicts:    3486000 | #Constraints:      53285
3405.98/3414.87	c #Conflicts:    3487000 | #Constraints:      54323
3405.98/3414.87	c #Conflicts:    3488000 | #Constraints:      55363
3405.98/3414.87	c #Conflicts:    3489000 | #Constraints:      56404
3405.98/3414.87	c #Conflicts:    3490000 | #Constraints:      57439
3405.98/3414.87	c #Conflicts:    3491000 | #Constraints:      58474
3405.98/3414.87	c #Conflicts:    3492000 | #Constraints:      59505
3405.98/3414.87	c #Conflicts:    3493000 | #Constraints:      60525
3405.98/3414.87	c #Conflicts:    3494000 | #Constraints:      61552
3405.98/3414.87	c #Conflicts:    3495000 | #Constraints:      62589
3405.98/3414.87	c #Conflicts:    3496000 | #Constraints:      63637
3405.98/3414.87	c #Conflicts:    3497000 | #Constraints:      64689
3405.98/3414.87	c #Conflicts:    3498000 | #Constraints:      65721
3405.98/3414.87	c #Conflicts:    3499000 | #Constraints:      66763
3405.98/3414.87	c #Conflicts:    3500000 | #Constraints:      67808
3405.98/3414.87	c #Conflicts:    3501000 | #Constraints:      68847
3405.98/3414.87	c #Conflicts:    3502000 | #Constraints:      69885
3405.98/3414.87	c #Conflicts:    3503000 | #Constraints:      70926
3405.98/3414.87	c #Conflicts:    3504000 | #Constraints:      71955
3405.98/3414.87	c #Conflicts:    3505000 | #Constraints:      72986
3405.98/3414.87	c #Conflicts:    3506000 | #Constraints:      74011
3405.98/3414.87	c #Conflicts:    3507000 | #Constraints:      75043
3405.98/3414.87	c #Conflicts:    3508000 | #Constraints:      76086
3405.98/3414.87	c #Conflicts:    3509000 | #Constraints:      77120
3405.98/3414.87	c #Conflicts:    3510000 | #Constraints:      78141
3405.98/3414.87	c #Conflicts:    3511000 | #Constraints:      79167
3405.98/3414.87	c #Conflicts:    3512000 | #Constraints:      80206
3405.98/3414.87	c #Conflicts:    3513000 | #Constraints:      81232
3405.98/3414.87	c #Conflicts:    3514000 | #Constraints:      82268
3405.98/3414.87	c INPROCESSING
3405.98/3414.87	c GARBAGE COLLECT
3405.98/3414.87	c rational objective 1002
3443.79/3452.72	c #Conflicts:    3515000 | #Constraints:      45219
3443.79/3452.72	c #Conflicts:    3516000 | #Constraints:      46219
3443.79/3452.72	c #Conflicts:    3517000 | #Constraints:      47219
3443.79/3452.72	c #Conflicts:    3518000 | #Constraints:      48219
3443.79/3452.72	c #Conflicts:    3519000 | #Constraints:      49219
3443.79/3452.72	c #Conflicts:    3520000 | #Constraints:      50219
3443.79/3452.72	c #Conflicts:    3521000 | #Constraints:      51219
3443.79/3452.72	c #Conflicts:    3522000 | #Constraints:      52219
3443.79/3452.72	c #Conflicts:    3523000 | #Constraints:      53219
3443.79/3452.72	c #Conflicts:    3524000 | #Constraints:      54219
3443.79/3452.72	c #Conflicts:    3525000 | #Constraints:      55219
3443.79/3452.72	c #Conflicts:    3526000 | #Constraints:      56219
3443.79/3452.72	c #Conflicts:    3527000 | #Constraints:      57219
3443.79/3452.72	c #Conflicts:    3528000 | #Constraints:      58219
3443.79/3452.72	c #Conflicts:    3529000 | #Constraints:      59219
3443.79/3452.72	c #Conflicts:    3530000 | #Constraints:      60219
3443.79/3452.72	c #Conflicts:    3531000 | #Constraints:      61219
3443.79/3452.72	c #Conflicts:    3532000 | #Constraints:      62219
3443.79/3452.72	c #Conflicts:    3533000 | #Constraints:      63219
3443.79/3452.72	c #Conflicts:    3534000 | #Constraints:      64219
3443.79/3452.72	c #Conflicts:    3535000 | #Constraints:      65219
3443.79/3452.72	c #Conflicts:    3536000 | #Constraints:      66219
3443.79/3452.72	c #Conflicts:    3537000 | #Constraints:      67219
3443.79/3452.72	c #Conflicts:    3538000 | #Constraints:      68219
3443.79/3452.72	c #Conflicts:    3539000 | #Constraints:      69219
3443.79/3452.72	c #Conflicts:    3540000 | #Constraints:      70219
3443.79/3452.72	c #Conflicts:    3541000 | #Constraints:      71219
3443.79/3452.72	c #Conflicts:    3542000 | #Constraints:      72219
3443.79/3452.72	c #Conflicts:    3543000 | #Constraints:      73219
3443.79/3452.72	c #Conflicts:    3544000 | #Constraints:      74219
3443.79/3452.72	c #Conflicts:    3545000 | #Constraints:      75219
3443.79/3452.72	c #Conflicts:    3546000 | #Constraints:      76219
3443.79/3452.72	c #Conflicts:    3547000 | #Constraints:      77219
3443.79/3452.72	c #Conflicts:    3548000 | #Constraints:      78219
3443.79/3452.72	c #Conflicts:    3549000 | #Constraints:      79219
3443.79/3452.72	c #Conflicts:    3550000 | #Constraints:      80219
3443.79/3452.72	c #Conflicts:    3551000 | #Constraints:      81219
3443.79/3452.72	c #Conflicts:    3552000 | #Constraints:      82219
3443.79/3452.72	c INPROCESSING
3443.79/3452.72	c GARBAGE COLLECT
3443.79/3452.72	c rational objective 1002
3480.80/3489.81	c #Conflicts:    3553000 | #Constraints:      45437
3480.80/3489.81	c #Conflicts:    3554000 | #Constraints:      46437
3480.80/3489.81	c #Conflicts:    3555000 | #Constraints:      47437
3480.80/3489.81	c #Conflicts:    3556000 | #Constraints:      48437
3480.80/3489.81	c #Conflicts:    3557000 | #Constraints:      49437
3480.80/3489.81	c #Conflicts:    3558000 | #Constraints:      50437
3480.80/3489.81	c #Conflicts:    3559000 | #Constraints:      51437
3480.80/3489.81	c #Conflicts:    3560000 | #Constraints:      52437
3480.80/3489.81	c #Conflicts:    3561000 | #Constraints:      53437
3480.80/3489.81	c #Conflicts:    3562000 | #Constraints:      54437
3480.80/3489.81	c #Conflicts:    3563000 | #Constraints:      55437
3480.80/3489.81	c #Conflicts:    3564000 | #Constraints:      56437
3480.80/3489.81	c #Conflicts:    3565000 | #Constraints:      57437
3480.80/3489.81	c #Conflicts:    3566000 | #Constraints:      58437
3480.80/3489.81	c #Conflicts:    3567000 | #Constraints:      59437
3480.80/3489.81	c #Conflicts:    3568000 | #Constraints:      60437
3480.80/3489.81	c #Conflicts:    3569000 | #Constraints:      61437
3480.80/3489.81	c #Conflicts:    3570000 | #Constraints:      62437
3480.80/3489.81	c #Conflicts:    3571000 | #Constraints:      63437
3480.80/3489.81	c #Conflicts:    3572000 | #Constraints:      64437
3480.80/3489.81	c #Conflicts:    3573000 | #Constraints:      65437
3480.80/3489.81	c #Conflicts:    3574000 | #Constraints:      66437
3480.80/3489.81	c #Conflicts:    3575000 | #Constraints:      67437
3480.80/3489.81	c #Conflicts:    3576000 | #Constraints:      68437
3480.80/3489.81	c #Conflicts:    3577000 | #Constraints:      69437
3480.80/3489.81	c #Conflicts:    3578000 | #Constraints:      70437
3480.80/3489.81	c #Conflicts:    3579000 | #Constraints:      71437
3480.80/3489.81	c #Conflicts:    3580000 | #Constraints:      72437
3480.80/3489.81	c #Conflicts:    3581000 | #Constraints:      73437
3480.80/3489.81	c #Conflicts:    3582000 | #Constraints:      74437
3480.80/3489.81	c #Conflicts:    3583000 | #Constraints:      75437
3480.80/3489.81	c #Conflicts:    3584000 | #Constraints:      76437
3480.80/3489.81	c #Conflicts:    3585000 | #Constraints:      77437
3480.80/3489.81	c #Conflicts:    3586000 | #Constraints:      78437
3480.80/3489.81	c #Conflicts:    3587000 | #Constraints:      79437
3480.80/3489.81	c #Conflicts:    3588000 | #Constraints:      80437
3480.80/3489.81	c #Conflicts:    3589000 | #Constraints:      81437
3480.80/3489.81	c #Conflicts:    3590000 | #Constraints:      82437
3480.80/3489.81	c INPROCESSING
3480.80/3489.81	c GARBAGE COLLECT
3480.80/3489.81	c rational objective 1002
3529.89/3539.02	c #Conflicts:    3591000 | #Constraints:      45585
3529.89/3539.02	c #Conflicts:    3592000 | #Constraints:      46591
3529.89/3539.02	c #Conflicts:    3593000 | #Constraints:      47616
3529.89/3539.02	c #Conflicts:    3594000 | #Constraints:      48639
3529.89/3539.02	c #Conflicts:    3595000 | #Constraints:      49645
3529.89/3539.02	c #Conflicts:    3596000 | #Constraints:      50660
3529.89/3539.02	c #Conflicts:    3597000 | #Constraints:      51666
3529.89/3539.02	c #Conflicts:    3598000 | #Constraints:      52711
3529.89/3539.02	c #Conflicts:    3599000 | #Constraints:      53742
3529.89/3539.02	c #Conflicts:    3600000 | #Constraints:      54782
3529.89/3539.02	c #Conflicts:    3601000 | #Constraints:      55820
3529.89/3539.02	c #Conflicts:    3602000 | #Constraints:      56844
3529.89/3539.02	c #Conflicts:    3603000 | #Constraints:      57875
3529.89/3539.02	c #Conflicts:    3604000 | #Constraints:      58913
3529.89/3539.02	c #Conflicts:    3605000 | #Constraints:      59950
3529.89/3539.02	c #Conflicts:    3606000 | #Constraints:      60975
3529.89/3539.02	c #Conflicts:    3607000 | #Constraints:      62008
3529.89/3539.02	c #Conflicts:    3608000 | #Constraints:      63055
3529.89/3539.02	c #Conflicts:    3609000 | #Constraints:      64078
3529.89/3539.02	c #Conflicts:    3610000 | #Constraints:      65107
3529.89/3539.02	c #Conflicts:    3611000 | #Constraints:      66131
3529.89/3539.02	c #Conflicts:    3612000 | #Constraints:      67169
3529.89/3539.02	c #Conflicts:    3613000 | #Constraints:      68198
3529.89/3539.02	c #Conflicts:    3614000 | #Constraints:      69239
3529.89/3539.02	c #Conflicts:    3615000 | #Constraints:      70286
3529.89/3539.02	c #Conflicts:    3616000 | #Constraints:      71316
3529.89/3539.02	c #Conflicts:    3617000 | #Constraints:      72338
3529.89/3539.02	c #Conflicts:    3618000 | #Constraints:      73362
3529.89/3539.02	c #Conflicts:    3619000 | #Constraints:      74385
3529.89/3539.02	c #Conflicts:    3620000 | #Constraints:      75410
3529.89/3539.02	c #Conflicts:    3621000 | #Constraints:      76431
3529.89/3539.02	c #Conflicts:    3622000 | #Constraints:      77456
3529.89/3539.02	c #Conflicts:    3623000 | #Constraints:      78488
3529.89/3539.02	c #Conflicts:    3624000 | #Constraints:      79525
3529.89/3539.02	c #Conflicts:    3625000 | #Constraints:      80551
3529.89/3539.02	c #Conflicts:    3626000 | #Constraints:      81586
3529.89/3539.02	c #Conflicts:    3627000 | #Constraints:      82606
3529.89/3539.02	c #Conflicts:    3628000 | #Constraints:      83640
3529.89/3539.02	c INPROCESSING
3529.89/3539.02	c GARBAGE COLLECT
3529.89/3539.02	c rational objective 1002
3570.69/3579.93	c #Conflicts:    3629000 | #Constraints:      46045
3570.69/3579.93	c #Conflicts:    3630000 | #Constraints:      47045
3570.69/3579.93	c #Conflicts:    3631000 | #Constraints:      48045
3570.69/3579.93	c #Conflicts:    3632000 | #Constraints:      49045
3570.69/3579.93	c #Conflicts:    3633000 | #Constraints:      50045
3570.69/3579.93	c #Conflicts:    3634000 | #Constraints:      51045
3570.69/3579.93	c #Conflicts:    3635000 | #Constraints:      52045
3570.69/3579.93	c #Conflicts:    3636000 | #Constraints:      53045
3570.69/3579.93	c #Conflicts:    3637000 | #Constraints:      54045
3570.69/3579.93	c #Conflicts:    3638000 | #Constraints:      55046
3570.69/3579.93	c #Conflicts:    3639000 | #Constraints:      56046
3570.69/3579.93	c #Conflicts:    3640000 | #Constraints:      57047
3570.69/3579.93	c #Conflicts:    3641000 | #Constraints:      58047
3570.69/3579.93	c #Conflicts:    3642000 | #Constraints:      59048
3570.69/3579.93	c #Conflicts:    3643000 | #Constraints:      60048
3570.69/3579.93	c #Conflicts:    3644000 | #Constraints:      61048
3570.69/3579.93	c #Conflicts:    3645000 | #Constraints:      62049
3570.69/3579.93	c #Conflicts:    3646000 | #Constraints:      63050
3570.69/3579.93	c #Conflicts:    3647000 | #Constraints:      64050
3570.69/3579.93	c #Conflicts:    3648000 | #Constraints:      65051
3570.69/3579.93	c #Conflicts:    3649000 | #Constraints:      66051
3570.69/3579.93	c #Conflicts:    3650000 | #Constraints:      67052
3570.69/3579.93	c #Conflicts:    3651000 | #Constraints:      68052
3570.69/3579.93	c #Conflicts:    3652000 | #Constraints:      69053
3570.69/3579.93	c #Conflicts:    3653000 | #Constraints:      70054
3570.69/3579.93	c #Conflicts:    3654000 | #Constraints:      71054
3570.69/3579.93	c #Conflicts:    3655000 | #Constraints:      72054
3570.69/3579.93	c #Conflicts:    3656000 | #Constraints:      73054
3570.69/3579.93	c #Conflicts:    3657000 | #Constraints:      74054
3570.69/3579.93	c #Conflicts:    3658000 | #Constraints:      75054
3570.69/3579.93	c #Conflicts:    3659000 | #Constraints:      76055
3570.69/3579.93	c #Conflicts:    3660000 | #Constraints:      77055
3570.69/3579.93	c #Conflicts:    3661000 | #Constraints:      78055
3570.69/3579.93	c #Conflicts:    3662000 | #Constraints:      79056
3570.69/3579.93	c #Conflicts:    3663000 | #Constraints:      80056
3570.69/3579.93	c #Conflicts:    3664000 | #Constraints:      81056
3570.69/3579.93	c #Conflicts:    3665000 | #Constraints:      82057
3570.69/3579.93	c #Conflicts:    3666000 | #Constraints:      83057
3570.69/3579.93	c INPROCESSING
3570.69/3579.93	c GARBAGE COLLECT
3570.69/3579.93	c rational objective 1002
3600.02/3609.30	c #Conflicts:    3667000 | #Constraints:      45684
3600.02/3609.30	c #Conflicts:    3668000 | #Constraints:      46684
3600.02/3609.30	c #Conflicts:    3669000 | #Constraints:      47684
3600.02/3609.30	c #Conflicts:    3670000 | #Constraints:      48684
3600.02/3609.30	c #Conflicts:    3671000 | #Constraints:      49684
3600.02/3609.30	c #Conflicts:    3672000 | #Constraints:      50684
3600.02/3609.30	c #Conflicts:    3673000 | #Constraints:      51684
3600.02/3609.30	c #Conflicts:    3674000 | #Constraints:      52684
3600.02/3609.30	c #Conflicts:    3675000 | #Constraints:      53684
3600.02/3609.30	c #Conflicts:    3676000 | #Constraints:      54684
3600.02/3609.30	c #Conflicts:    3677000 | #Constraints:      55684
3600.02/3609.30	c #Conflicts:    3678000 | #Constraints:      56684
3600.02/3609.30	c #Conflicts:    3679000 | #Constraints:      57684
3600.02/3609.30	c #Conflicts:    3680000 | #Constraints:      58684
3600.02/3609.30	c #Conflicts:    3681000 | #Constraints:      59684
3600.02/3609.30	c #Conflicts:    3682000 | #Constraints:      60684
3600.02/3609.30	c #Conflicts:    3683000 | #Constraints:      61684
3600.02/3609.30	c #Conflicts:    3684000 | #Constraints:      62684
3600.02/3609.30	c #Conflicts:    3685000 | #Constraints:      63684
3600.02/3609.30	c #Conflicts:    3686000 | #Constraints:      64684
3600.02/3609.30	c #Conflicts:    3687000 | #Constraints:      65684
3600.02/3609.30	c #Conflicts:    3688000 | #Constraints:      66684
3600.02/3609.30	c #Conflicts:    3689000 | #Constraints:      67684
3600.02/3609.30	c #Conflicts:    3690000 | #Constraints:      68684
3600.02/3609.30	c #Conflicts:    3691000 | #Constraints:      69684
3600.02/3609.30	c #Conflicts:    3692000 | #Constraints:      70684
3600.02/3609.30	c #Conflicts:    3693000 | #Constraints:      71684
3600.02/3609.30	c #Conflicts:    3694000 | #Constraints:      72684
3600.02/3609.30	c #Conflicts:    3695000 | #Constraints:      73684
3600.02/3609.30	c #Conflicts:    3696000 | #Constraints:      74684
3600.02/3609.30	c #Conflicts:    3697000 | #Constraints:      75684
3600.02/3609.30	c cpu time 3571.18 s
3600.02/3609.30	c deterministic time 210501230191 2.11e+11
3600.02/3609.30	c optimization time 29.2642 s
3600.02/3609.30	c total solve time 3541.91 s
3600.02/3609.30	c core-guided solve time 2177.58 s
3600.02/3609.30	c propagation time 2787.79 s
3600.02/3609.30	c conflict analysis time 711.165 s
3600.02/3609.30	c propagations 946884942
3600.02/3609.30	c resolve steps 60808468
3600.02/3609.30	c decisions 10120101
3600.02/3609.30	c conflicts 3697477
3600.02/3609.30	c restarts 6396
3600.02/3609.30	c inprocessing phases 178
3600.02/3609.30	c garbage collections 178 ,( 100.00 )
3600.02/3609.30	c input clauses 5223 ,( 63.26 )
3600.02/3609.30	c input cardinalities 2569 ,( 31.11 )
3600.02/3609.30	c input general constraints 465 ,( 5.63 )
3600.02/3609.30	c input average constraint length 263.69
3600.02/3609.30	c input average constraint degree 72.26
3600.02/3609.30	c learned clauses 2311647 ,( 61.74 )
3600.02/3609.30	c learned cardinalities 324535 ,( 8.67 )
3600.02/3609.30	c learned general constraints 1108178 ,( 29.60 )
3600.02/3609.30	c learned average constraint length 229.65
3600.02/3609.30	c learned average constraint degree 611844371.21
3600.02/3609.30	c watched  CF 32, 64, 128, Arb: 504470 , 0 , 0 , 0
3600.02/3609.30	c counting CF 32, 64, 128, Arb: 604174 , 0 , 0 , 0
3600.02/3609.30	c watched   constraints 504470 ,( 45.50 ) 
3600.02/3609.30	c counting  constraints 604173 ,( 54.50 ) 
3600.02/3609.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2165092123 , 5261832983 , 28594198649 ,( 905342547 , 27688856102 )
3600.02/3609.30	c gcd simplifications 79098
3600.02/3609.30	c detected cardinalities 54170
3600.02/3609.30	c weakened non-implied lits 371800646
3600.02/3609.30	c weakened non-implying lits 182586
3600.02/3609.30	c original variables 1968
3600.02/3609.30	c clausal propagations 389476605
3600.02/3609.30	c cardinality propagations 69196889
3600.02/3609.30	c watched propagations 15345872
3600.02/3609.30	c counting propagations 433077072
3600.02/3609.30	c watch lookups 121698197789
3600.02/3609.30	c watch backjump lookups 0
3600.02/3609.30	c watch checks 47555996324
3600.02/3609.30	c propagation checks 36601289440
3600.02/3609.30	c constraint additions 2724316315
3600.02/3609.30	c trail pops 960661545
3600.02/3609.30	c formula constraints 4003
3600.02/3609.30	c learned constraints 3657422
3600.02/3609.30	c bound constraints 1089
3600.02/3609.30	c core-guided constraints 3165
3600.02/3609.30	c encountered formula constraints 17833454
3600.02/3609.30	c encountered learned constraints 31582576
3600.02/3609.30	c encountered bound constraints 86
3600.02/3609.30	c encountered core-guided constraints 14164776
3600.02/3609.30	c LP total time 361.43 s
3600.02/3609.30	c LP solve time 328.02 s
3600.02/3609.30	c LP constraints added 6295
3600.02/3609.30	c LP constraints removed 2266
3600.02/3609.30	c LP pivots internal 3697609
3600.02/3609.30	c LP pivots root 66125
3600.02/3609.30	c LP calls 55107
3600.02/3609.30	c LP optimalities 9371
3600.02/3609.30	c LP no pivot count 3457
3600.02/3609.30	c LP infeasibilities 45732
3600.02/3609.30	c LP valid Farkas constraints 45724
3600.02/3609.30	c LP learned Farkas constraints 40194
3600.02/3609.30	c LP basis resets 8
3600.02/3609.30	c LP cycling count 0
3600.02/3609.30	c LP singular count 0
3600.02/3609.30	c LP no primal count 0
3600.02/3609.30	c LP no farkas count 8
3600.02/3609.30	c LP other issue count 0
3600.02/3609.30	c LP Gomory cuts 1020
3600.02/3609.30	c LP learned cuts 1272
3600.02/3609.30	c LP deleted cuts 2266
3600.02/3609.30	c LP encountered Gomory constraints 1901
3600.02/3609.30	c LP encountered Farkas constraints 637402
3600.02/3609.30	c LP encountered learned Farkas constraints 245556
3600.02/3609.30	c CG auxiliary variables introduced 1389
3600.02/3609.30	c CG solutions found 86
3600.02/3609.30	c CG cores constructed 1002
3600.02/3609.30	c CG core cardinality constraints returned 0
3600.02/3609.30	c CG unit cores 0
3600.02/3609.30	c CG single cores 1002
3600.02/3609.30	c CG blocks removed during cardinality reduction 0
3600.02/3609.30	c CG first core best 0
3600.02/3609.30	c CG decision core best 0
3600.02/3609.30	c CG core reduction tie 0
3600.02/3609.30	c CG core degree average 1.00
3600.02/3609.30	c CG core slack average 2.16
3600.02/3609.30	c CG core upper bound improvements 6
3600.02/3609.30	c STR number of successful calls 0
3600.02/3609.30	c STR number of unsuccessful calls 0
3600.02/3609.30	c STR number of inconclusive calls 0
3600.02/3609.30	c STR number of successful attempts 0
3600.02/3609.30	c STR number of unsuccessful attempts 0
3600.02/3609.30	c STR number of inconclusive attempts 0
3600.02/3609.30	c STR average degree increase per successful call inf
3600.02/3609.30	c STR average degree increase per successful attempt inf
3600.02/3609.30	c STR total number of conflicts for successful attempts 0
3600.02/3609.30	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3609.30	c STR total number of conflicts for inconclusive attempts 0
3600.02/3609.30	c STR average number of conflicts per successful attempt inf
3600.02/3609.30	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3609.30	c STR average number of conflicts per inconclusive attempt inf
3600.02/3609.30	c AVG.sumWPerc 47.75 
3600.02/3609.30	c bigint constraints 0 
3600.02/3609.30	o 1040
3600.02/3609.30	s SATISFIABLE
3600.02/3609.30	v x1 -x2 x3 -x4 x5 -x6 -x7 x8 -x9 x10 x11 x12 x13 -x14 x15 x16 -x17 -x18 x19 x20 x21 x22 x23 -x24 -x25 -x26 x27 -x28 x29 x30 x31 -x32 x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 x45 x46 -x47 x48 x49 -x50 x51 x52 x53 x54 x55 x56 -x57 x58 x59 -x60 -x61 -x62 x63 x64 x65 -x66 x67 -x68 x69 x70 x71 x72 x73 -x74 -x75 x76 -x77 -x78 x79 x80 x81 -x82 x83 -x84 -x85 -x86 x87 x88 x89 x90 -x91 x92 -x93 x94 x95 x96 x97 -x98 -x99 x100 -x101 -x102 x103 x104 x105 -x106 x107 -x108 -x109 -x110 x111 x112 x113 -x114 -x115 x116 -x117 x118 -x119 -x120 -x121 x122 x123 x124 -x125 x126 x127 -x128 -x129 x130 -x131 x132 x133 x134 x135 x136 x137 x138 -x139 x140 x141 x142 x143 -x144 x145 -x146 -x147 -x148 x149 -x150 -x151 x152 x153 x154 -x155 -x156 x157 x158 x159 -x160 -x161 x162 x163 -x164 x165 -x166 x167 x168 -x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 x179 -x180 -x181 x182 -x183 x184 x185 -x186 -x187 x188 x189 x190 x191 x192 -x193 -x194 x195 -x196 x197 x198 -x199 x200 x201 x202 -x203 -x204 x205 x206 x207 x208 x209 -x210 x211 -x212 x213 -x214 -x215 -x216 -x217 x218 x219 -x220 x221 -x222 x223 x224 x225 -x226 x227 -x228 -x229 x230 -x231 x232 x233 x234 -x235 x236 -x237 x238 -x239 -x240 x241 x242 -x243 x244 x245 -x246 -x247 -x248 x249 x250 -x251 x252 -x253 -x254 x255 x256 x257 x258 -x259 x260 -x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 -x271 x272 x273 -x274 x275 x276 x277 x278 x279 -x280 -x281 x282 x283 x284 -x285 x286 -x287 -x288 x289 x290 x291 x292 x293 -x294 -x295 -x296 x297 -x298 -x299 x300 x301 -x302 -x303 x304 -x305 -x306 -x307 x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 -x317 x318 -x319 x320 x321 x322 -x323 x324 -x325 -x326 x327 x328 -x329 x330 -x331 x332 x333 -x334 x335 -x336 x337 -x338 -x339 -x340 x341 x342 x343 x344 -x345 x346 x347 -x348 x349 -x350 x351 x352 -x353 -x354 x355 -x356 x357 -x358 -x359 -x360 x361 x362 x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 x380 -x381 -x382 x383 x384 x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 x396 x397 x398 -x399 -x400 x401 -x402 x403 -x404 x405 -x406 -x407 x408 x409 -x410 x411 -x412 x413 x414 x415 x416 -x417 x418 -x419 -x420 -x421 x422 -x423 -x424 x425 x426 -x427 -x428 -x429 -x430 x431 -x432 x433 x434 -x435 -x436 -x437 x438 x439 x440 -x441 x442 -x443 x444 -x445 x446 x447 x448 -x449 x450 -x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 x460 x461 x462 -x463 x464 x465 x466 x467 -x468 x469 x470 -x471 -x472 -x473 x474 x475 x476 -x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 -x496 x497 x498 x499 x500 x501 -x502 -x503 x504 x505 x506 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 x515 x516 x517 x518 -x519 x520 -x521 x522 x523 x524 -x525 -x526 x527 -x528 x529 x530 -x531 x532 -x533 x534 x535 -x536 -x537 x538 x539 x540 x541 x542 -x543 x544 x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 x553 x554 x555 -x556 -x557 -x558 -x559 x560 x561 -x562 x563 -x564 x565 x566 -x567 x568 x569 x570 x571 -x572 x573 -x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 -x584 x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 x598 x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 x609 -x610 x611 -x612 -x613 x614 x615 x616 x617 x618 -x619 x620 -x621 -x622 x623 x624 x625 x626 x627 -x628 x629 x630 x631 x632 x633 -x634 x635 x636 x637 x638 x639 x640 -x641 x642 -x643 x644 x645 x646 x647 x648 -x649 x650 x651 x652 x653 -x654 x655 -x656 -x657 x658 -x659 -x660 -x661 x662 x663 -x664 x665 -x666 x667 x668 x669 -x670 x671 x672 x673 x674 x675 -x676 x677 x678 x679 -x680 x681 -x682 -x683 x684 x685 -x686 -x687 -x688 -x689 x690 -x691 x692 x693 -x694 x695 x696 x697 x698 -x699 -x700 x701 x702 x703 -x704 x705 x706 -x707 x708 -x709 -x710 x711 -x712 -x713 -x714 x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 x728 x729 -x730 -x731 x732 x733 x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 x744 -x745 -x746 x747 x748 x749 -x750 x751 x752 x753 x754 -x755 -x756 -x757 -x758 x759 x760 -x761 x762 -x763 -x764 x765 -x766 x767 -x768 -x769 x770 -x771 x772 -x773 x774 -x775 x776 x777 x778 x779 x780 -x781 -x782 -x783 x784 -x785 x786 x787 x788 x789 x790 -x791 x792 x793 -x794 x795 x796 -x797 x798 -x799 -x800 -x801 -x802 x803 -x804 x805 -x806 -x807 -x808 -x809 -x810 x811 -x812 -x813 -x814 x815 -x816 x817 -x818 -x819 -x820 x821 -x822 x823 x824 -x825 x826 x827 -x828 -x829 x830 -x831 -x832 -x833 x834 -x835 -x836 x837 -x838 x839 x840 x841 x842 -x843 -x844 x845 -x846 -x847 x848 -x849 x850 x851 x852 x853 -x854 x855 x856 -x857 x858 -x859 -x860 x861 -x862 x863 x864 -x865 x866 x867 -x868 x869 -x870 x871 x872 x873 -x874 -x875 -x876 x877 x878 x879 -x880 x881 -x882 x883 -x884 -x885 x886 x887 -x888 x889 x890 -x891 -x892 x893 x894 -x895 -x896 -x897 -x898 -x899 x900 -x901 x902 -x903 -x904 -x905 x906 -x907 x908 x909 -x910 x911 x912 -x913 x914 x915 x916 x917 x918 -x919 -x920 x921 x922 x923 x924 -x925 -x926 -x927 -x928 -x929 x930 x931 -x932 -x933 x934 x935 x936 x937 x938 x939 -x940 x941 x942 -x943 x944 -x945 x946 -x947 -x948 x949 x950 -x951 x952 x953 -x954 x955 -x956 -x957 -x958 x959 -x960 -x961 x962 -x963 x964 -x965 x966 -x967 -x968 x969 x970 x971 x972 -x973 x974 x975 -x976 x977 -x978 x979 -x980 -x981 x982 x983 x984 -x985 -x986 x987 -x988 x989 x990 x991 x992 -x993 x994 -x995 -x996 -x997 x998 x999 x1000 -x1001 -x1002 x1003 -x1004 -x1005 x1006 x1007 x1008 x1009 x1010 -x1011 x1012 -x1013 x1014 -x1015 -x1016 x1017 -x1018 x1019 x1020 x1021 -x1022 -x1023 x1024 x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 x1034 -x1035 x1036 x1037 x1038 -x1039 -x1040 x1041 x1042 -x1043 -x1044 x1045 -x1046 x1047 -x1048 -x1049 -x1050 x1051 x1052 x1053 x1054 -x1055 x1056 x1057 x1058 -x1059 -x1060 x1061 -x1062 x1063 -x1064 x1065 -x1066 -x1067 x1068 x1069 x1070 x1071 -x1072 -x1073 x1074 x1075 -x1076 x1077 x1078 -x1079 x1080 x1081 -x1082 -x1083 x1084 -x1085 -x1086 -x1087 x1088 -x1089 x1090 -x1091 -x1092 -x1093 x1094 x1095 x1096 -x1097 x1098 -x1099 x1100 -x1101 -x1102 x1103 -x1104 -x1105 -x1106 -x1107 x1108 x1109 -x1110 x1111 x1112 -x1113 x1114 -x1115 x1116 -x1117 x1118 -x1119 x1120 x1121 -x1122 x1123 -x1124 x1125 x1126 -x1127 -x1128 -x1129 x1130 x1131 x1132 -x1133 x1134 x1135 -x1136 -x1137 x1138 -x1139 -x1140 -x1141 x1142 x1143 -x1144 -x1145 -x1146 x1147 x1148 x1149 x1150 x1151 x1152 -x1153 -x1154 -x1155 -x1156 x1157 -x1158 -x1159 x1160 x1161 x1162 x1163 -x1164 -x1165 x1166 -x1167 x1168 x1169 x1170 -x1171 x1172 -x1173 x1174 x1175 x1176 x1177 x1178 -x1179 x1180 x1181 x1182 -x1183 x1184 x1185 x1186 -x1187 -x1188 x1189 x1190 x1191 -x1192 -x1193 x1194 x1195 x1196 -x1197 x1198 x1199 x1200 x1201 -x1202 -x1203 -x1204 x1205 -x1206 -x1207 x1208 x1209 -x1210 -x1211 -x1212 -x1213 x1214 x1215 x1216 -x1217 x1218 x1219 x1220 -x1221 x1222 -x1223 x1224 x1225 -x1226 x1227 -x1228 -x1229 x1230 -x1231 x1232 -x1233 -x1234 -x1235 -x1236 x1237 -x1238 x1239 -x1240 -x1241 x1242 x1243 -x1244 x1245 x1246 -x1247 x1248 x1249 -x1250 x1251 -x1252 x1253 -x1254 x1255 -x1256 x1257 -x1258 -x1259 -x1260 x1261 x1262 x1263 -x1264 -x1265 -x1266 x1267 x1268 x1269 -x1270 x1271 x1272 x1273 x1274 x1275 x1276 -x1277 x1278 x1279 x1280 x1281 x1282 -x1283 x1284 x1285 x1286 x1287 -x1288 -x1289 x1290 -x1291 x1292 -x1293 x1294 -x1295 x1296 x1297 -x1298 -x1299 x1300 x1301 -x1302 x1303 x1304 -x1305 -x1306 -x1307 x1308 x1309 x1310 x1311 -x1312 -x1313 -x1314 -x1315 x1316 x1317 x1318 -x1319 -x1320 -x1321 -x1322 x1323 -x1324 -x1325 x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 x1334 x1335 -x1336 x1337 x1338 -x1339 x1340 -x1341 -x1342 x1343 x1344 x1345 x1346 x1347 x1348 x1349 -x1350 -x1351 x1352 -x1353 x1354 -x1355 -x1356 x1357 x1358 x1359 -x1360 -x1361 -x1362 x1363 x1364 x1365 -x1366 x1367 -x1368 x1369 -x1370 x1371 x1372 x1373 -x1374 -x1375 x1376 x1377 -x1378 x1379 x1380 x1381 -x1382 -x1383 x1384 x1385 -x1386 x1387 -x1388 -x1389 -x1390 -x1391 x1392 x1393 -x1394 -x1395 x1396 x1397 x1398 x1399 -x1400 -x1401 x1402 x1403 x1404 -x1405 x1406 x1407 x1408 -x1409 -x1410 x1411 x1412 x1413 -x1414 x1415 -x1416 x1417 x1418 x1419 x1420 x1421 x1422 x1423 -x1424 -x1425 x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 x1434 -x1435 x1436 x1437 x1438 x1439 -x1440 x1441 x1442 x1443 x1444 x1445 x1446 x1447 -x1448 x1449 -x1450 x1451 x1452 -x1453 -x1454 x1455 x1456 x1457 x1458 -x1459 -x1460 x1461 x1462 -x1463 -x1464 x1465 -x1466 -x1467 -x1468 x1469 x1470 x1471 -x1472 -x1473 -x1474 -x1475 x1476 x1477 x1478 -x1479 x1480 -x1481 -x1482 x1483 x1484 x1485 -x1486 x1487 x1488 -x1489 -x1490 -x1491 -x1492 x1493 -x1494 -x1495 x1496 -x1497 x1498 -x1499 -x1500 x1501 x1502 -x1503 x1504 -x1505 x1506 -x1507 -x1508 -x1509 x1510 -x1511 -x1512 x1513 -x1514 -x1515 x1516 x1517 x1518 -x1519 x1520 -x1521 -x1522 x1523 x1524 x1525 x1526 -x1527 -x1528 -x1529 x1530 -x1531 x1532 -x1533 -x1534 x1535 -x1536 -x1537 x1538 x1539 x1540 x1541 -x1542 -x1543 x1544 x1545 x1546 x1547 x1548 x1549 -x1550 x1551 -x1552 -x1553 -x1554 -x1555 x1556 x1557 x1558 x1559 x1560 -x1561 -x1562 x1563 -x1564 -x1565 x1566 x1567 x1568 x1569 -x1570 -x1571 x1572 -x1573 x1574 -x1575 x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 x1591 x1592 -x1593 x1594 x1595 x1596 -x1597 -x1598 -x1599 -x1600 x1601 x1602 -x1603 -x1604 -x1605 x1606 -x1607 x1608 -x1609 x1610 x1611 x1612 x1613 x1614 -x1615 -x1616 x1617 x1618 -x1619 x1620 x1621 x1622 x1623 x1624 x1625 -x1626 -x1627 x1628 x1629 -x1630 x1631 -x1632 -x1633 -x1634 x1635 x1636 -x1637 -x1638 x1639 x1640 -x1641 x1642 x1643 -x1644 x1645 x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 x1653 -x1654 x1655 -x1656 x1657 x1658 x1659 x1660 -x1661 x1662 -x1663 -x1664 -x1665 -x1666 x1667 x1668 x1669 -x1670 x1671 -x1672 x1673 x1674 x1675 -x1676 x1677 x1678 -x1679 x1680 -x1681 -x1682 x1683 x1684 -x1685 x1686 -x1687 x1688 x1689 x1690 x1691 -x1692 -x1693 x1694 -x1695 x1696 x1697 x1698 -x1699 x1700 x1701 -x1702 -x1703 x1704 -x1705 -x1706 -x1707 x1708 -x1709 x1710 -x1711 -x1712 -x1713 x1714 x1715 x1716 x1717 x1718 x1719 x1720 x1721 x1722 -x1723 x1724 x1725 x1726 x1727 -x1728 x1729 -x1730 -x1731 x1732 x1733 -x1734 -x1735 x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 x1743 -x1744 -x1745 -x1746 x1747 -x1748 -x1749 x1750 -x1751 x1752 x1753 -x1754 -x1755 x1756 x1757 -x1758 -x1759 -x1760 x1761 -x1762 -x1763 x1764 -x1765 x1766 -x1767 x1768 x1769 x1770 x1771 -x1772 -x1773 -x1774 x1775 x1776 -x1777 -x1778 x1779 -x1780 -x1781 -x1782 -x1783 x1784 x1785 -x1786 -x1787 x1788 x1789 x1790 -x1791 x1792 x1793 -x1794 -x1795 x1796 x1797 x1798 -x1799 x1800 x1801 x1802 -x1803 -x1804 -x1805 x1806 -x1807 x1808 x1809 x1810 -x1811 -x1812 x1813 x1814 -x1815 x1816 -x1817 x1818 x1819 -x1820 -x1821 -x1822 -x1823 x1824 -x1825 -x1826 x1827 x1828 -x1829 x1830 -x1831 -x1832 -x1833 -x1834 x1835 x1836 x1837 -x1838 -x1839 -x1840 -x1841 x1842 x1843 -x1844 -x1845 x1846 -x1847 -x1848 x1849 -x1850 -x1851 x1852 x1853 -x1854 x1855 -x1856 -x1857 x1858 -x1859 x1860 x1861 -x1862 x1863 x1864 -x1865 -x1866 x1867 -x1868 x1869 x1870 x1871 x1872 x1873 x1874 x1875 -x1876 x1877 -x1878 x1879 x1880 -x1881 x1882 x1883 x1884 -x1885 x1886 x1887 x1888 -x1889 x1890 -x1891 -x1892 -x1893 x1894 x1895 -x1896 -x1897 x1898 x1899 -x1900 x1901 -x1902 -x1903 -x1904 -x1905 x1906 -x1907 x1908 x1909 -x1910 -x1911 x1912 -x1913 x1914 -x1915 x1916 x1917 -x1918 -x1919 -x1920 -x1921 -x1922 x1923 -x1924 x1925 x1926 -x1927 x1928 x1929 x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 x1939 -x1940 x1941 -x1942 -x1943 -x1944 x1945 -x1946 x1947 -x1948 -x1949 x1950 -x1951 x1952 x1953 x1954 -x1955 -x1956 x1957 -x1958 x1959 x1960 -x1961 x1962 -x1963 x1964 x1965 x1966 x1967 x1968
3600.02/3609.30	c Program interrupted by user.

Verifier Data

OK	1040

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488864-1751333646/watcher-4488864-1751333646 -o /tmp/evaluation-result-4488864-1751333646/solver-4488864-1751333646 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751325174-49940 --watchdog 3760 run-opt-ls.sh HOME/instance-4488864-1751333646.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 4.00 4.09 4.08 5/268 52307
/proc/meminfo: memFree=127891744/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=62228 memory=16988 CPUtime=0.06 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 2696 0 0 0 5 1 0 0 20 0 1 0 49044866 63721472 4247 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 15557 4247 2368 1147 0 2984 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 66420 KiB
Current children cumulated memory: 20060 KiB

[startup+0.205672 s]*
/proc/loadavg: 4.00 4.09 4.08 5/268 52307
/proc/meminfo: memFree=127887728/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=65052 memory=23888 CPUtime=0.16 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 3331 0 0 0 14 2 0 0 20 0 1 0 49044866 66613248 5972 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 16263 5972 2432 1147 0 3690 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 69244 KiB
Current children cumulated memory: 26960 KiB

[startup+0.305566 s]*
/proc/loadavg: 4.00 4.09 4.08 5/268 52307
/proc/meminfo: memFree=127884200/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=70836 memory=28624 CPUtime=0.26 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 4503 0 0 0 23 3 0 0 20 0 1 0 49044866 72536064 7156 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 17709 7156 2432 1147 0 5136 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 75028 KiB
Current children cumulated memory: 31696 KiB

[startup+0.700188 s]
/proc/loadavg: 4.00 4.09 4.08 5/268 52307
/proc/meminfo: memFree=127872608/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=99220 memory=50628 CPUtime=0.65 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 9514 0 0 0 57 8 0 0 20 0 1 0 49044866 101601280 12657 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 24805 12657 2432 1147 0 12232 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 103412 KiB
Current children cumulated memory: 53700 KiB

[startup+1.50017 s]
/proc/loadavg: 4.00 4.09 4.08 5/268 52307
/proc/meminfo: memFree=127860764/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=131316 memory=77504 CPUtime=1.45 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 14683 0 0 0 133 12 0 0 20 0 1 0 49044866 134467584 19376 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 32829 19376 2464 1147 0 20256 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 135508 KiB
Current children cumulated memory: 80576 KiB

[startup+3.10544 s]
/proc/loadavg: 4.00 4.09 4.08 5/268 52307
/proc/meminfo: memFree=127832796/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=133492 memory=81600 CPUtime=3.04 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 15678 0 0 0 289 15 0 0 20 0 1 0 49044866 136695808 20400 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 33373 20400 2464 1147 0 20800 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 137684 KiB
Current children cumulated memory: 84672 KiB

[startup+6.30018 s]
/proc/loadavg: 4.16 4.12 4.09 5/268 52307
/proc/meminfo: memFree=127816920/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=154536 memory=95552 CPUtime=6.23 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 19197 0 0 0 602 21 0 0 20 0 1 0 49044866 158244864 23888 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 38634 23888 2464 1147 0 26061 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 158728 KiB
Current children cumulated memory: 98624 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 52307
/proc/meminfo: memFree=127801572/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=175580 memory=112960 CPUtime=12.62 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 23549 0 0 0 1229 33 0 0 20 0 1 0 49044866 179793920 28240 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 43895 28240 2464 1147 0 31322 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 179772 KiB
Current children cumulated memory: 116032 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 52307
/proc/meminfo: memFree=127785704/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=183204 memory=129248 CPUtime=25.38 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 26079 0 0 0 2489 49 0 0 20 0 1 0 49044866 187600896 32312 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 45801 32312 2464 1147 0 33228 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 187396 KiB
Current children cumulated memory: 132320 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 52307
/proc/meminfo: memFree=127725860/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=223924 memory=160560 CPUtime=50.92 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 32392 0 0 0 5006 86 0 0 20 0 1 0 49044866 229298176 40140 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 55981 40140 2464 1147 0 43408 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 228116 KiB
Current children cumulated memory: 163632 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 52313
/proc/meminfo: memFree=127648104/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=268204 memory=202184 CPUtime=101.96 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 41254 0 0 0 10038 158 0 0 20 0 1 0 49044866 274640896 50546 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 67051 50546 2464 1147 0 54478 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 272396 KiB
Current children cumulated memory: 205256 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 52316
/proc/meminfo: memFree=127516204/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=296908 memory=234048 CPUtime=161.8 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 47699 0 0 0 15939 241 0 0 20 0 1 0 49044866 304033792 58512 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 74227 58512 2464 1147 0 61654 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 301100 KiB
Current children cumulated memory: 237120 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 52318
/proc/meminfo: memFree=127465860/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=360304 memory=266808 CPUtime=221.64 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 54861 0 0 0 21849 315 0 0 20 0 1 0 49044866 368951296 66702 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 90076 66702 2464 1147 0 77503 0
Current children cumulated CPU time: 221.64 s

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

/proc/52307/statm: 212210 194677 2464 1147 0 199637 0
Current children cumulated CPU time: 3094.22 s
Current children cumulated vsize: 853032 KiB
Current children cumulated memory: 781780 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.35 2.42 2/247 52560
/proc/meminfo: memFree=128911708/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=849084 memory=779220 CPUtime=3154.07 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 139470 0 0 0 312824 2583 0 0 20 0 1 0 49044866 869462016 194805 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 212271 194805 2464 1147 0 199698 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 853276 KiB
Current children cumulated memory: 782292 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.30 2.33 2/247 52562
/proc/meminfo: memFree=128903808/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=853708 memory=782420 CPUtime=3213.94 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 140290 0 0 0 318770 2624 0 0 20 0 1 0 49044866 874196992 195605 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 213427 195605 2464 1147 0 200854 0
Current children cumulated CPU time: 3213.94 s
Current children cumulated vsize: 857900 KiB
Current children cumulated memory: 785492 KiB

[startup+3282.3 s]
/proc/loadavg: 1.14 1.27 2.25 2/246 52564
/proc/meminfo: memFree=128904324/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=856256 memory=783828 CPUtime=3273.8 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 140631 0 0 0 324717 2663 0 0 20 0 1 0 49044866 876806144 195957 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 214064 195957 2464 1147 0 201491 0
Current children cumulated CPU time: 3273.8 s
Current children cumulated vsize: 860448 KiB
Current children cumulated memory: 786900 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.24 2.18 2/246 52566
/proc/meminfo: memFree=128888764/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=862680 memory=794580 CPUtime=3333.66 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 141740 0 0 0 330663 2703 0 0 20 0 1 0 49044866 883384320 198645 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 215670 198645 2464 1147 0 203097 0
Current children cumulated CPU time: 3333.66 s
Current children cumulated vsize: 866872 KiB
Current children cumulated memory: 797652 KiB

[startup+3402.3 s]
/proc/loadavg: 1.16 1.22 2.11 2/246 52568
/proc/meminfo: memFree=128837648/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=862680 memory=820180 CPUtime=3393.51 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 141750 0 0 0 336609 2742 0 0 20 0 1 0 49044866 883384320 205045 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 215670 205045 2464 1147 0 203097 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 866872 KiB
Current children cumulated memory: 823252 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.20 2.05 2/246 52570
/proc/meminfo: memFree=128838012/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=863200 memory=820564 CPUtime=3453.37 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 141850 0 0 0 342554 2783 0 0 20 0 1 0 49044866 883916800 205141 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 215800 205141 2464 1147 0 203227 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 867392 KiB
Current children cumulated memory: 823636 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.19 1.99 2/246 52574
/proc/meminfo: memFree=128838860/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=874944 memory=827348 CPUtime=3513.22 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 143578 0 0 0 348495 2827 0 0 20 0 1 0 49044866 895942656 206837 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 218736 206837 2464 1147 0 206163 0
Current children cumulated CPU time: 3513.22 s
Current children cumulated vsize: 879136 KiB
Current children cumulated memory: 830420 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.18 1.93 2/246 52576
/proc/meminfo: memFree=128829944/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=884588 memory=835284 CPUtime=3573.09 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 145559 0 0 0 354445 2864 0 0 20 0 1 0 49044866 905818112 208821 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 221147 208821 2464 1147 0 208574 0
Current children cumulated CPU time: 3573.09 s
Current children cumulated vsize: 888780 KiB
Current children cumulated memory: 838356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 1.11 1.17 1.91 2/246 52576
/proc/meminfo: memFree=128830136/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=884588 memory=835284 CPUtime=3600.02 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 145559 0 0 0 357118 2884 0 0 20 0 1 0 49044866 905818112 208821 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 221147 208821 2464 1147 0 208574 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 888780 KiB
Current children cumulated memory: 838356 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.004153 s, system=0.007362 s
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3571.19 s, system=28.8584 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+3609.3 s]
/proc/loadavg: 1.11 1.17 1.91 2/246 52576
/proc/meminfo: memFree=128830136/131250000 swapFree=33010684/33010684
[pid=52304] ppid=52301 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/52304/stat : 52304 (run-opt-ls.sh) S 52301 52304 49929 0 -1 4194304 237 1434 0 0 0 0 0 0 20 0 1 0 49044864 4292608 768 18446744073709551615 94717623001088 94717623895621 140736482248464 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94717624134672 94717624182416 94717629575168 140736482253159 140736482253285 140736482253285 140736482258887 0
/proc/52304/statm: 1048 768 704 219 0 110 0
[pid=52307] ppid=52304 vsize=884588 memory=835284 CPUtime=3600.02 cores=4,6
/proc/52307/stat : 52307 (roundingsat) R 52304 52304 49929 0 -1 4194304 145559 0 0 0 357118 2884 0 0 20 0 1 0 49044866 905818112 208821 18446744073709551615 4227072 8923433 140726658359040 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 21254144 140726658365766 140726658365992 140726658365992 140726658371562 0
/proc/52307/statm: 221147 208821 2464 1147 0 208574 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 888780 KiB
Current children cumulated memory: 838356 KiB

Child status: 2

Real time (s): 3609.31
CPU time (s): 3600.05
CPU user time (s): 3571.19
CPU system time (s): 28.8584
CPU usage (%): 99.7435
Max. virtual memory (cumulated for all children) (KiB): 888780
Max. memory (cumulated for all children) (KiB): 838356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.19
system time used= 28.8584
maximum resident set size= 835540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 375
involuntary context switches= 3093


# summary of solver processes directly reported to runsolver:
#   pid: 52304,52307
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3571.19
#   total CPU system time (s): 28.8584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14431 second user time and 15.2025 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-01 03:34:06
IDJOB=4488864
IDBENCH=147533
IDSOLVER=3355
FILE ID=nodeC013/4488864-1751333646
RUNJOBID= nodeC013-1751325174-49940
SLURM_JOB_ID= 9594350
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_2.opb.PB06.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488864-1751333646/watcher-4488864-1751333646 -o /tmp/evaluation-result-4488864-1751333646/solver-4488864-1751333646 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751325174-49940 --watchdog 3760  run-opt-ls.sh HOME/instance-4488864-1751333646.opb

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

MD5SUM BENCH= 1c637e715c606e851ba2308661126deb
RANDOM SEED=1640204526

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127903148 kB
MemAvailable:   127998708 kB
Buffers:            3280 kB
Cached:           896384 kB
SwapCached:            0 kB
Active:          2100292 kB
Inactive:         652748 kB
Active(anon):    1866660 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   652748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7456 kB
Writeback:            24 kB
AnonPages:       1854296 kB
Mapped:           112684 kB
Shmem:             13284 kB
KReclaimable:      96440 kB
Slab:             184492 kB
SReclaimable:      96440 kB
SUnreclaim:        88052 kB
KernelStack:        4320 kB
PageTables:         7120 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2559896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-07-01 04:34:16